diff --git a/doc/formats.md b/doc/formats.md index ef9ba597a..04671be7d 100644 --- a/doc/formats.md +++ b/doc/formats.md @@ -591,6 +591,7 @@ $ fq '[.data_records[] | select(.record_header.message_type == "data").data_mess ### References - https://developer.garmin.com/fit/protocol/ +- https://developer.garmin.com/fit/cookbook/decoding-activity-files/ ## flac_frame diff --git a/format/fit/fit.go b/format/fit/fit.go index a11995522..72d54565a 100644 --- a/format/fit/fit.go +++ b/format/fit/fit.go @@ -1,5 +1,8 @@ package fit +// https://developer.garmin.com/fit/protocol/ +// https://developer.garmin.com/fit/cookbook/decoding-activity-files/ + import ( "embed" "fmt" diff --git a/format/fit/fit.md b/format/fit/fit.md index 15a656cc1..136ecd069 100644 --- a/format/fit/fit.md +++ b/format/fit/fit.md @@ -16,3 +16,4 @@ $ fq '[.data_records[] | select(.record_header.message_type == "data").data_mess ### References - https://developer.garmin.com/fit/protocol/ +- https://developer.garmin.com/fit/cookbook/decoding-activity-files/ diff --git a/format/fit/mappers/values.go b/format/fit/mappers/values.go index df61aac8c..207e93141 100644 --- a/format/fit/mappers/values.go +++ b/format/fit/mappers/values.go @@ -2,10 +2,13 @@ package mappers import ( "math" + "time" "github.com/wader/fq/pkg/scalar" ) +var epochDate = time.Date(1989, time.December, 31, 0, 0, 0, 0, time.UTC) + // Used for conversion from semicircles to decimal longitude latitude var scConst = 180 / math.Pow(2, 31) @@ -51,12 +54,20 @@ func GetUintFormatter(fDef LocalFieldDef) scalar.UintFn { } } - s.Description = fDef.Unit if t, ok := TypeDefMap[fDef.Format]; ok { if u, innerOk := t[s.Actual]; innerOk { s.Sym = u.Name } } + + switch fDef.Format { + case "date_time", + "local_date_time": + s.Description = epochDate.Add(time.Duration(s.Actual) * time.Second).Format(time.RFC3339) + default: + s.Description = fDef.Unit + } + return s, nil }) } diff --git a/format/fit/testdata/activity.fqtest b/format/fit/testdata/activity.fqtest index 6c799815a..1fde36bce 100644 --- a/format/fit/testdata/activity.fqtest +++ b/format/fit/testdata/activity.fqtest @@ -54,7 +54,7 @@ $ fq -d fit dv activity.fit 0x0020| 00 | . | local_message_type: 0 0x26.4-0x27 (0.4) | | | data_message{}: 0x27-0x36 (15) 0x0020| 17 36 de e8 | .6.. | serial_number: 3906876951 0x27-0x2b (4) -0x0020| d2 c6 56 3f | ..V? | time_created: 1062651602 0x2b-0x2f (4) +0x0020| d2 c6 56 3f | ..V? | time_created: 1062651602 (2023-09-03T05:00:02Z) 0x2b-0x2f (4) 0x0020| 01| .| manufacturer: "garmin" (1) 0x2f-0x31 (2) 0x0030|00 |. | 0x0030| 63 08 | c. | garmin_product: "edge25" (2147) 0x31-0x33 (2) @@ -132,7 +132,7 @@ $ fq -d fit dv activity.fit 0x0050| 02 | . | reserved: false 0x5b.3-0x5b.4 (0.1) 0x0050| 02 | . | local_message_type: 2 0x5b.4-0x5c (0.4) | | | data_message{}: 0x5c-0x67 (11) -0x0050| d2 c6 56 3f| ..V?| timestamp: 1062651602 (s) 0x5c-0x60 (4) +0x0050| d2 c6 56 3f| ..V?| timestamp: 1062651602 (2023-09-03T05:00:02Z) 0x5c-0x60 (4) 0x0060|00 00 00 00 |.... | data: 0 0x60-0x64 (4) 0x0060| 00 | . | event: "timer" (0) 0x64-0x65 (1) 0x0060| 00 | . | event_type: "start" (0) 0x65-0x66 (1) @@ -218,7 +218,7 @@ $ fq -d fit dv activity.fit 0x0090| 03 | . | reserved: false 0x9a.3-0x9a.4 (0.1) 0x0090| 03 | . | local_message_type: 3 0x9a.4-0x9b (0.4) | | | data_message{}: 0x9b-0xc0 (37) -0x0090| d2 c6 56 3f | ..V? | timestamp: 1062651602 (s) 0x9b-0x9f (4) +0x0090| d2 c6 56 3f | ..V? | timestamp: 1062651602 (2023-09-03T05:00:02Z) 0x9b-0x9f (4) 0x0090| 17| .| serial_number: 3906876951 0x9f-0xa3 (4) 0x00a0|36 de e8 |6.. | 0x00a0| ff ff ff ff | .... | cum_operating_time: 4294967295 (invalid) 0xa3-0xa7 (4) @@ -243,7 +243,7 @@ $ fq -d fit dv activity.fit 0x00c0|03 |. | reserved: false 0xc0.3-0xc0.4 (0.1) 0x00c0|03 |. | local_message_type: 3 0xc0.4-0xc1 (0.4) | | | data_message{}: 0xc1-0xe6 (37) -0x00c0| d2 c6 56 3f | ..V? | timestamp: 1062651602 (s) 0xc1-0xc5 (4) +0x00c0| d2 c6 56 3f | ..V? | timestamp: 1062651602 (2023-09-03T05:00:02Z) 0xc1-0xc5 (4) 0x00c0| 00 00 00 00 | .... | serial_number: 0 (invalid) 0xc5-0xc9 (4) 0x00c0| ff ff ff ff | .... | cum_operating_time: 4294967295 (invalid) 0xc9-0xcd (4) 0x00c0| ff ff ff| ...| UNKNOWN_8: 4294967295 (invalid) 0xcd-0xd1 (4) @@ -412,7 +412,7 @@ $ fq -d fit dv activity.fit 0x0140| 06 | . | reserved: false 0x142.3-0x142.4 (0.1) 0x0140| 06 | . | local_message_type: 6 0x142.4-0x143 (0.4) | | | data_message{}: 0x143-0x159 (22) -0x0140| d2 c6 56 3f | ..V? | timestamp: 1062651602 (s) 0x143-0x147 (4) +0x0140| d2 c6 56 3f | ..V? | timestamp: 1062651602 (2023-09-03T05:00:02Z) 0x143-0x147 (4) 0x0140| 35 20 30 2a | 5 0* | position_lat: 59.32686296291649 (707797045) 0x147-0x14b (4) 0x0140| f0 0f d6 0c | .... | position_long: 18.0508790910244 (215355376) 0x14b-0x14f (4) 0x0140| 00| .| distance: 0 (0) (m) 0x14f-0x153 (4) @@ -465,7 +465,7 @@ $ fq -d fit dv activity.fit 0x0170|06 |. | reserved: false 0x170.3-0x170.4 (0.1) 0x0170|06 |. | local_message_type: 6 0x170.4-0x171 (0.4) | | | data_message{}: 0x171-0x187 (22) -0x0170| db c6 56 3f | ..V? | timestamp: 1062651611 (s) 0x171-0x175 (4) +0x0170| db c6 56 3f | ..V? | timestamp: 1062651611 (2023-09-03T05:00:11Z) 0x171-0x175 (4) 0x0170| a7 1f 30 2a | ..0* | position_lat: 59.32685106061399 (707796903) 0x175-0x179 (4) 0x0170| cb 01 d6 0c | .... | position_long: 18.050575582310557 (215351755) 0x179-0x17d (4) 0x0170| dc 06 00| ...| distance: 17.56 (1756) (m) 0x17d-0x181 (4) @@ -482,7 +482,7 @@ $ fq -d fit dv activity.fit 0x0180| 06 | . | reserved: false 0x187.3-0x187.4 (0.1) 0x0180| 06 | . | local_message_type: 6 0x187.4-0x188 (0.4) | | | data_message{}: 0x188-0x19e (22) -0x0180| df c6 56 3f | ..V? | timestamp: 1062651615 (s) 0x188-0x18c (4) +0x0180| df c6 56 3f | ..V? | timestamp: 1062651615 (2023-09-03T05:00:15Z) 0x188-0x18c (4) 0x0180| ba 22 30 2a| ."0*| position_lat: 59.32691702619195 (707797690) 0x18c-0x190 (4) 0x0190|16 f2 d5 0c |.... | position_long: 18.05023854598403 (215347734) 0x190-0x194 (4) 0x0190| ee 0e 00 00 | .... | distance: 38.22 (3822) (m) 0x194-0x198 (4) @@ -498,7 +498,7 @@ $ fq -d fit dv activity.fit 0x0190| 06 | . | reserved: false 0x19e.3-0x19e.4 (0.1) 0x0190| 06 | . | local_message_type: 6 0x19e.4-0x19f (0.4) | | | data_message{}: 0x19f-0x1b5 (22) -0x0190| e2| .| timestamp: 1062651618 (s) 0x19f-0x1a3 (4) +0x0190| e2| .| timestamp: 1062651618 (2023-09-03T05:00:18Z) 0x19f-0x1a3 (4) 0x01a0|c6 56 3f |.V? | 0x01a0| 85 22 30 2a | ."0* | position_lat: 59.32691258378327 (707797637) 0x1a3-0x1a7 (4) 0x01a0| 9c e1 d5 0c | .... | position_long: 18.049884997308254 (215343516) 0x1a7-0x1ab (4) @@ -516,7 +516,7 @@ $ fq -d fit dv activity.fit 0x01b0| 06 | . | reserved: false 0x1b5.3-0x1b5.4 (0.1) 0x01b0| 06 | . | local_message_type: 6 0x1b5.4-0x1b6 (0.4) | | | data_message{}: 0x1b6-0x1cc (22) -0x01b0| e5 c6 56 3f | ..V? | timestamp: 1062651621 (s) 0x1b6-0x1ba (4) +0x01b0| e5 c6 56 3f | ..V? | timestamp: 1062651621 (2023-09-03T05:00:21Z) 0x1b6-0x1ba (4) 0x01b0| d6 21 30 2a | .!0* | position_lat: 59.32689791545272 (707797462) 0x1ba-0x1be (4) 0x01b0| 2f cf| /.| position_long: 18.049489622935653 (215338799) 0x1be-0x1c2 (4) 0x01c0|d5 0c |.. | @@ -533,7 +533,7 @@ $ fq -d fit dv activity.fit 0x01c0| 06 | . | reserved: false 0x1cc.3-0x1cc.4 (0.1) 0x01c0| 06 | . | local_message_type: 6 0x1cc.4-0x1cd (0.4) | | | data_message{}: 0x1cd-0x1e3 (22) -0x01c0| e8 c6 56| ..V| timestamp: 1062651624 (s) 0x1cd-0x1d1 (4) +0x01c0| e8 c6 56| ..V| timestamp: 1062651624 (2023-09-03T05:00:24Z) 0x1cd-0x1d1 (4) 0x01d0|3f |? | 0x01d0| 40 21 30 2a | @!0* | position_lat: 59.32688534259796 (707797312) 0x1d1-0x1d5 (4) 0x01d0| df bb d5 0c | .... | position_long: 18.049075221642852 (215333855) 0x1d5-0x1d9 (4) @@ -551,7 +551,7 @@ $ fq -d fit dv activity.fit 0x01e0| 06 | . | reserved: false 0x1e3.3-0x1e3.4 (0.1) 0x01e0| 06 | . | local_message_type: 6 0x1e3.4-0x1e4 (0.4) | | | data_message{}: 0x1e4-0x1fa (22) -0x01e0| eb c6 56 3f | ..V? | timestamp: 1062651627 (s) 0x1e4-0x1e8 (4) +0x01e0| eb c6 56 3f | ..V? | timestamp: 1062651627 (2023-09-03T05:00:27Z) 0x1e4-0x1e8 (4) 0x01e0| 8d 20 30 2a | . 0* | position_lat: 59.326870338991284 (707797133) 0x1e8-0x1ec (4) 0x01e0| ec a8 d5 0c| ....| position_long: 18.04866861552 (215329004) 0x1ec-0x1f0 (4) 0x01f0|ea 31 00 00 |.1.. | distance: 127.78 (12778) (m) 0x1f0-0x1f4 (4) @@ -567,7 +567,7 @@ $ fq -d fit dv activity.fit 0x01f0| 06 | . | reserved: false 0x1fa.3-0x1fa.4 (0.1) 0x01f0| 06 | . | local_message_type: 6 0x1fa.4-0x1fb (0.4) | | | data_message{}: 0x1fb-0x211 (22) -0x01f0| ee c6 56 3f | ..V? | timestamp: 1062651630 (s) 0x1fb-0x1ff (4) +0x01f0| ee c6 56 3f | ..V? | timestamp: 1062651630 (2023-09-03T05:00:30Z) 0x1fb-0x1ff (4) 0x01f0| ea| .| position_lat: 59.326856676489115 (707796970) 0x1ff-0x203 (4) 0x0200|1f 30 2a |.0* | 0x0200| ba 95 d5 0c | .... | position_long: 18.04825672879815 (215324090) 0x203-0x207 (4) @@ -584,7 +584,7 @@ $ fq -d fit dv activity.fit 0x0210| 06 | . | reserved: false 0x211.3-0x211.4 (0.1) 0x0210| 06 | . | local_message_type: 6 0x211.4-0x212 (0.4) | | | data_message{}: 0x212-0x228 (22) -0x0210| f1 c6 56 3f | ..V? | timestamp: 1062651633 (s) 0x212-0x216 (4) +0x0210| f1 c6 56 3f | ..V? | timestamp: 1062651633 (2023-09-03T05:00:33Z) 0x212-0x216 (4) 0x0210| 95 1f 30 2a | ..0* | position_lat: 59.32684955187142 (707796885) 0x216-0x21a (4) 0x0210| 2d 82 d5 0c | -... | position_long: 18.047837214544415 (215319085) 0x21a-0x21e (4) 0x0210| 6c 44| lD| distance: 175.16 (17516) (m) 0x21e-0x222 (4) @@ -601,7 +601,7 @@ $ fq -d fit dv activity.fit 0x0220| 06 | . | reserved: false 0x228.3-0x228.4 (0.1) 0x0220| 06 | . | local_message_type: 6 0x228.4-0x229 (0.4) | | | data_message{}: 0x229-0x23f (22) -0x0220| f4 c6 56 3f | ..V? | timestamp: 1062651636 (s) 0x229-0x22d (4) +0x0220| f4 c6 56 3f | ..V? | timestamp: 1062651636 (2023-09-03T05:00:36Z) 0x229-0x22d (4) 0x0220| 24 1f 30| $.0| position_lat: 59.326840080320835 (707796772) 0x22d-0x231 (4) 0x0230|2a |* | 0x0230| f3 6d d5 0c | .m.. | position_long: 18.047403199598193 (215313907) 0x231-0x235 (4) @@ -618,7 +618,7 @@ $ fq -d fit dv activity.fit 0x0230| 06| .| reserved: false 0x23f.3-0x23f.4 (0.1) 0x0230| 06| .| local_message_type: 6 0x23f.4-0x240 (0.4) | | | data_message{}: 0x240-0x256 (22) -0x0240|f7 c6 56 3f |..V? | timestamp: 1062651639 (s) 0x240-0x244 (4) +0x0240|f7 c6 56 3f |..V? | timestamp: 1062651639 (2023-09-03T05:00:39Z) 0x240-0x244 (4) 0x0240| 93 1e 30 2a | ..0* | position_lat: 59.326827926561236 (707796627) 0x244-0x248 (4) 0x0240| 16 5a d5 0c | .Z.. | position_long: 18.04697697982192 (215308822) 0x248-0x24c (4) 0x0240| 93 57 00 00| .W..| distance: 224.19 (22419) (m) 0x24c-0x250 (4) @@ -634,7 +634,7 @@ $ fq -d fit dv activity.fit 0x0250| 06 | . | reserved: false 0x256.3-0x256.4 (0.1) 0x0250| 06 | . | local_message_type: 6 0x256.4-0x257 (0.4) | | | data_message{}: 0x257-0x26d (22) -0x0250| fa c6 56 3f | ..V? | timestamp: 1062651642 (s) 0x257-0x25b (4) +0x0250| fa c6 56 3f | ..V? | timestamp: 1062651642 (2023-09-03T05:00:42Z) 0x257-0x25b (4) 0x0250| 62 1e 30 2a | b.0* | position_lat: 59.32682381942868 (707796578) 0x25b-0x25f (4) 0x0250| d9| .| position_long: 18.046542713418603 (215303641) 0x25f-0x263 (4) 0x0260|45 d5 0c |E.. | @@ -651,7 +651,7 @@ $ fq -d fit dv activity.fit 0x0260| 06 | . | reserved: false 0x26d.3-0x26d.4 (0.1) 0x0260| 06 | . | local_message_type: 6 0x26d.4-0x26e (0.4) | | | data_message{}: 0x26e-0x284 (22) -0x0260| fd c6| ..| timestamp: 1062651645 (s) 0x26e-0x272 (4) +0x0260| fd c6| ..| timestamp: 1062651645 (2023-09-03T05:00:45Z) 0x26e-0x272 (4) 0x0270|56 3f |V? | 0x0270| 06 1e 30 2a | ..0* | position_lat: 59.326816108077765 (707796486) 0x272-0x276 (4) 0x0270| 5d 31 d5 0c | ]1.. | position_long: 18.046103166416287 (215298397) 0x276-0x27a (4) @@ -668,7 +668,7 @@ $ fq -d fit dv activity.fit 0x0280| 06 | . | reserved: false 0x284.3-0x284.4 (0.1) 0x0280| 06 | . | local_message_type: 6 0x284.4-0x285 (0.4) | | | data_message{}: 0x285-0x29b (22) -0x0280| 00 c7 56 3f | ..V? | timestamp: 1062651648 (s) 0x285-0x289 (4) +0x0280| 00 c7 56 3f | ..V? | timestamp: 1062651648 (2023-09-03T05:00:48Z) 0x285-0x289 (4) 0x0280| 58 1d 30 2a | X.0* | position_lat: 59.326801523566246 (707796312) 0x289-0x28d (4) 0x0280| 33 1c d5| 3..| position_long: 18.045649034902453 (215292979) 0x28d-0x291 (4) 0x0290|0c |. | @@ -685,7 +685,7 @@ $ fq -d fit dv activity.fit 0x0290| 06 | . | reserved: false 0x29b.3-0x29b.4 (0.1) 0x0290| 06 | . | local_message_type: 6 0x29b.4-0x29c (0.4) | | | data_message{}: 0x29c-0x2b2 (22) -0x0290| 03 c7 56 3f| ..V?| timestamp: 1062651651 (s) 0x29c-0x2a0 (4) +0x0290| 03 c7 56 3f| ..V?| timestamp: 1062651651 (2023-09-03T05:00:51Z) 0x29c-0x2a0 (4) 0x02a0|46 1d 30 2a |F.0* | position_lat: 59.326800014823675 (707796294) 0x2a0-0x2a4 (4) 0x02a0| 9c 06 d5 0c | .... | position_long: 18.045185767114162 (215287452) 0x2a4-0x2a8 (4) 0x02a0| 70 7f 00 00 | p... | distance: 326.24 (32624) (m) 0x2a8-0x2ac (4) @@ -712,7 +712,7 @@ $ fq -d fit dv activity.fit 0x02b0| 06 | . | reserved: false 0x2ba.3-0x2ba.4 (0.1) 0x02b0| 06 | . | local_message_type: 6 0x2ba.4-0x2bb (0.4) | | | data_message{}: 0x2bb-0x2d1 (22) -0x02b0| 06 c7 56 3f | ..V? | timestamp: 1062651654 (s) 0x2bb-0x2bf (4) +0x02b0| 06 c7 56 3f | ..V? | timestamp: 1062651654 (2023-09-03T05:00:54Z) 0x2bb-0x2bf (4) 0x02b0| 6a| j| position_lat: 59.32680303230882 (707796330) 0x2bf-0x2c3 (4) 0x02c0|1d 30 2a |.0* | 0x02c0| 79 f0 d4 0c | y... | position_long: 18.04471076466143 (215281785) 0x2c3-0x2c7 (4) @@ -729,7 +729,7 @@ $ fq -d fit dv activity.fit 0x02d0| 06 | . | reserved: false 0x2d1.3-0x2d1.4 (0.1) 0x02d0| 06 | . | local_message_type: 6 0x2d1.4-0x2d2 (0.4) | | | data_message{}: 0x2d2-0x2e8 (22) -0x02d0| 09 c7 56 3f | ..V? | timestamp: 1062651657 (s) 0x2d2-0x2d6 (4) +0x02d0| 09 c7 56 3f | ..V? | timestamp: 1062651657 (2023-09-03T05:00:57Z) 0x2d2-0x2d6 (4) 0x02d0| a1 1d 30 2a | ..0* | position_lat: 59.32680764235556 (707796385) 0x2d6-0x2da (4) 0x02d0| ce da d4 0c | .... | position_long: 18.044245820492506 (215276238) 0x2da-0x2de (4) 0x02d0| 58 94| X.| distance: 379.76 (37976) (m) 0x2de-0x2e2 (4) @@ -746,7 +746,7 @@ $ fq -d fit dv activity.fit 0x02e0| 06 | . | reserved: false 0x2e8.3-0x2e8.4 (0.1) 0x02e0| 06 | . | local_message_type: 6 0x2e8.4-0x2e9 (0.4) | | | data_message{}: 0x2e9-0x2ff (22) -0x02e0| 0c c7 56 3f | ..V? | timestamp: 1062651660 (s) 0x2e9-0x2ed (4) +0x02e0| 0c c7 56 3f | ..V? | timestamp: 1062651660 (2023-09-03T05:01:00Z) 0x2e9-0x2ed (4) 0x02e0| c3 1d 30| ..0| position_lat: 59.32681049220264 (707796419) 0x2ed-0x2f1 (4) 0x02f0|2a |* | 0x02f0| 04 c5 d4 0c | .... | position_long: 18.043778277933598 (215270660) 0x2f1-0x2f5 (4) @@ -763,7 +763,7 @@ $ fq -d fit dv activity.fit 0x02f0| 06| .| reserved: false 0x2ff.3-0x2ff.4 (0.1) 0x02f0| 06| .| local_message_type: 6 0x2ff.4-0x300 (0.4) | | | data_message{}: 0x300-0x316 (22) -0x0300|0f c7 56 3f |..V? | timestamp: 1062651663 (s) 0x300-0x304 (4) +0x0300|0f c7 56 3f |..V? | timestamp: 1062651663 (2023-09-03T05:01:03Z) 0x300-0x304 (4) 0x0300| 3e 1e 30 2a | >.0* | position_lat: 59.32682080194354 (707796542) 0x304-0x308 (4) 0x0300| 92 ae d4 0c | .... | position_long: 18.04329665377736 (215264914) 0x308-0x30c (4) 0x0300| 75 a9 00 00| u...| distance: 433.81 (43381) (m) 0x30c-0x310 (4) @@ -779,7 +779,7 @@ $ fq -d fit dv activity.fit 0x0310| 06 | . | reserved: false 0x316.3-0x316.4 (0.1) 0x0310| 06 | . | local_message_type: 6 0x316.4-0x317 (0.4) | | | data_message{}: 0x317-0x32d (22) -0x0310| 12 c7 56 3f | ..V? | timestamp: 1062651666 (s) 0x317-0x31b (4) +0x0310| 12 c7 56 3f | ..V? | timestamp: 1062651666 (2023-09-03T05:01:06Z) 0x317-0x31b (4) 0x0310| 4e 1e 30 2a | N.0* | position_lat: 59.32682214304805 (707796558) 0x31b-0x31f (4) 0x0310| 68| h| position_long: 18.042821064591408 (215259240) 0x31f-0x323 (4) 0x0320|98 d4 0c |... | @@ -796,7 +796,7 @@ $ fq -d fit dv activity.fit 0x0320| 06 | . | reserved: false 0x32d.3-0x32d.4 (0.1) 0x0320| 06 | . | local_message_type: 6 0x32d.4-0x32e (0.4) | | | data_message{}: 0x32e-0x344 (22) -0x0320| 15 c7| ..| timestamp: 1062651669 (s) 0x32e-0x332 (4) +0x0320| 15 c7| ..| timestamp: 1062651669 (2023-09-03T05:01:09Z) 0x32e-0x332 (4) 0x0330|56 3f |V? | 0x0330| 5d 1e 30 2a | ].0* | position_lat: 59.326823400333524 (707796573) 0x332-0x336 (4) 0x0330| 91 82 d4 0c | .... | position_long: 18.042352432385087 (215253649) 0x336-0x33a (4) @@ -813,7 +813,7 @@ $ fq -d fit dv activity.fit 0x0340| 06 | . | reserved: false 0x344.3-0x344.4 (0.1) 0x0340| 06 | . | local_message_type: 6 0x344.4-0x345 (0.4) | | | data_message{}: 0x345-0x35b (22) -0x0340| 18 c7 56 3f | ..V? | timestamp: 1062651672 (s) 0x345-0x349 (4) +0x0340| 18 c7 56 3f | ..V? | timestamp: 1062651672 (2023-09-03T05:01:12Z) 0x345-0x349 (4) 0x0340| 95 1e 30 2a | ..0* | position_lat: 59.3268280941993 (707796629) 0x349-0x34d (4) 0x0340| 41 6d d4| Am.| position_long: 18.041895115748048 (215248193) 0x34d-0x351 (4) 0x0350|0c |. | @@ -830,7 +830,7 @@ $ fq -d fit dv activity.fit 0x0350| 06 | . | reserved: false 0x35b.3-0x35b.4 (0.1) 0x0350| 06 | . | local_message_type: 6 0x35b.4-0x35c (0.4) | | | data_message{}: 0x35c-0x372 (22) -0x0350| 1b c7 56 3f| ..V?| timestamp: 1062651675 (s) 0x35c-0x360 (4) +0x0350| 1b c7 56 3f| ..V?| timestamp: 1062651675 (2023-09-03T05:01:15Z) 0x35c-0x360 (4) 0x0360|d9 1f 30 2a |..0* | position_lat: 59.326855251565576 (707796953) 0x360-0x364 (4) 0x0360| 73 57 d4 0c | sW.. | position_long: 18.041427237913013 (215242611) 0x364-0x368 (4) 0x0360| 1d d3 00 00 | .... | distance: 540.45 (54045) (m) 0x368-0x36c (4) @@ -846,7 +846,7 @@ $ fq -d fit dv activity.fit 0x0370| 06 | . | reserved: false 0x372.3-0x372.4 (0.1) 0x0370| 06 | . | local_message_type: 6 0x372.4-0x373 (0.4) | | | data_message{}: 0x373-0x389 (22) -0x0370| 1e c7 56 3f | ..V? | timestamp: 1062651678 (s) 0x373-0x377 (4) +0x0370| 1e c7 56 3f | ..V? | timestamp: 1062651678 (2023-09-03T05:01:18Z) 0x373-0x377 (4) 0x0370| c1 22 30 2a | ."0* | position_lat: 59.32691761292517 (707797697) 0x377-0x37b (4) 0x0370| e5 41 d4 0c | .A.. | position_long: 18.040964724496007 (215237093) 0x37b-0x37f (4) 0x0370| c0| .| distance: 567.68 (56768) (m) 0x37f-0x383 (4) @@ -863,7 +863,7 @@ $ fq -d fit dv activity.fit 0x0380| 06 | . | reserved: false 0x389.3-0x389.4 (0.1) 0x0380| 06 | . | local_message_type: 6 0x389.4-0x38a (0.4) | | | data_message{}: 0x38a-0x3a0 (22) -0x0380| 21 c7 56 3f | !.V? | timestamp: 1062651681 (s) 0x38a-0x38e (4) +0x0380| 21 c7 56 3f | !.V? | timestamp: 1062651681 (2023-09-03T05:01:21Z) 0x38a-0x38e (4) 0x0380| 25 26| %&| position_lat: 59.3269903678447 (707798565) 0x38e-0x392 (4) 0x0390|30 2a |0* | 0x0390| ee 2c d4 0c | .,.. | position_long: 18.04051486775279 (215231726) 0x392-0x396 (4) @@ -880,7 +880,7 @@ $ fq -d fit dv activity.fit 0x03a0|06 |. | reserved: false 0x3a0.3-0x3a0.4 (0.1) 0x03a0|06 |. | local_message_type: 6 0x3a0.4-0x3a1 (0.4) | | | data_message{}: 0x3a1-0x3b7 (22) -0x03a0| 24 c7 56 3f | $.V? | timestamp: 1062651684 (s) 0x3a1-0x3a5 (4) +0x03a0| 24 c7 56 3f | $.V? | timestamp: 1062651684 (2023-09-03T05:01:24Z) 0x3a1-0x3a5 (4) 0x03a0| eb 28 30 2a | .(0* | position_lat: 59.32704987935722 (707799275) 0x3a5-0x3a9 (4) 0x03a0| cb 17 d4 0c | .... | position_long: 18.04006132297218 (215226315) 0x3a9-0x3ad (4) 0x03a0| a8 f2 00| ...| distance: 621.2 (62120) (m) 0x3ad-0x3b1 (4) @@ -897,7 +897,7 @@ $ fq -d fit dv activity.fit 0x03b0| 06 | . | reserved: false 0x3b7.3-0x3b7.4 (0.1) 0x03b0| 06 | . | local_message_type: 6 0x3b7.4-0x3b8 (0.4) | | | data_message{}: 0x3b8-0x3ce (22) -0x03b0| 27 c7 56 3f | '.V? | timestamp: 1062651687 (s) 0x3b8-0x3bc (4) +0x03b0| 27 c7 56 3f | '.V? | timestamp: 1062651687 (2023-09-03T05:01:27Z) 0x3b8-0x3bc (4) 0x03b0| 19 2c 30 2a| .,0*| position_lat: 59.327118108049035 (707800089) 0x3bc-0x3c0 (4) 0x03c0|cc 02 d4 0c |.... | position_long: 18.039610795676708 (215220940) 0x3c0-0x3c4 (4) 0x03c0| 1a fd 00 00 | .... | distance: 647.94 (64794) (m) 0x3c4-0x3c8 (4) @@ -913,7 +913,7 @@ $ fq -d fit dv activity.fit 0x03c0| 06 | . | reserved: false 0x3ce.3-0x3ce.4 (0.1) 0x03c0| 06 | . | local_message_type: 6 0x3ce.4-0x3cf (0.4) | | | data_message{}: 0x3cf-0x3e5 (22) -0x03c0| 2a| *| timestamp: 1062651690 (s) 0x3cf-0x3d3 (4) +0x03c0| 2a| *| timestamp: 1062651690 (2023-09-03T05:01:30Z) 0x3cf-0x3d3 (4) 0x03d0|c7 56 3f |.V? | 0x03d0| 22 2f 30 2a | "/0* | position_lat: 59.32718323543668 (707800866) 0x3d3-0x3d7 (4) 0x03d0| 30 ee d3 0c | 0... | position_long: 18.039168566465378 (215215664) 0x3d7-0x3db (4) @@ -931,7 +931,7 @@ $ fq -d fit dv activity.fit 0x03e0| 06 | . | reserved: false 0x3e5.3-0x3e5.4 (0.1) 0x03e0| 06 | . | local_message_type: 6 0x3e5.4-0x3e6 (0.4) | | | data_message{}: 0x3e6-0x3fc (22) -0x03e0| 2d c7 56 3f | -.V? | timestamp: 1062651693 (s) 0x3e6-0x3ea (4) +0x03e0| 2d c7 56 3f | -.V? | timestamp: 1062651693 (2023-09-03T05:01:33Z) 0x3e6-0x3ea (4) 0x03e0| 31 32 30 2a | 120* | position_lat: 59.32724886573851 (707801649) 0x3ea-0x3ee (4) 0x03e0| b3 d9| ..| position_long: 18.03872893564403 (215210419) 0x3ee-0x3f2 (4) 0x03f0|d3 0c |.. | @@ -948,7 +948,7 @@ $ fq -d fit dv activity.fit 0x03f0| 06 | . | reserved: false 0x3fc.3-0x3fc.4 (0.1) 0x03f0| 06 | . | local_message_type: 6 0x3fc.4-0x3fd (0.4) | | | data_message{}: 0x3fd-0x413 (22) -0x03f0| 30 c7 56| 0.V| timestamp: 1062651696 (s) 0x3fd-0x401 (4) +0x03f0| 30 c7 56| 0.V| timestamp: 1062651696 (2023-09-03T05:01:36Z) 0x3fd-0x401 (4) 0x0400|3f |? | 0x0400| 36 35 30 2a | 650* | position_lat: 59.32731365785003 (707802422) 0x401-0x405 (4) 0x0400| 3e c6 d3 0c | >... | position_long: 18.038311433047056 (215205438) 0x405-0x409 (4) @@ -966,7 +966,7 @@ $ fq -d fit dv activity.fit 0x0410| 06 | . | reserved: false 0x413.3-0x413.4 (0.1) 0x0410| 06 | . | local_message_type: 6 0x413.4-0x414 (0.4) | | | data_message{}: 0x414-0x42a (22) -0x0410| 33 c7 56 3f | 3.V? | timestamp: 1062651699 (s) 0x414-0x418 (4) +0x0410| 33 c7 56 3f | 3.V? | timestamp: 1062651699 (2023-09-03T05:01:39Z) 0x414-0x418 (4) 0x0410| 4a 38 30 2a | J80* | position_lat: 59.32737970724702 (707803210) 0x418-0x41c (4) 0x0410| 99 b1 d3 0c| ....| position_long: 18.03786844946444 (215200153) 0x41c-0x420 (4) 0x0420|7c 25 01 00 ||%.. | distance: 751.32 (75132) (m) 0x420-0x424 (4) @@ -982,7 +982,7 @@ $ fq -d fit dv activity.fit 0x0420| 06 | . | reserved: false 0x42a.3-0x42a.4 (0.1) 0x0420| 06 | . | local_message_type: 6 0x42a.4-0x42b (0.4) | | | data_message{}: 0x42b-0x441 (22) -0x0420| 36 c7 56 3f | 6.V? | timestamp: 1062651702 (s) 0x42b-0x42f (4) +0x0420| 36 c7 56 3f | 6.V? | timestamp: 1062651702 (2023-09-03T05:01:42Z) 0x42b-0x42f (4) 0x0420| 56| V| position_lat: 59.32744508609176 (707803990) 0x42f-0x433 (4) 0x0430|3b 30 2a |;0* | 0x0430| 00 9d d3 0c | .... | position_long: 18.037426471710205 (215194880) 0x433-0x437 (4) @@ -999,7 +999,7 @@ $ fq -d fit dv activity.fit 0x0440| 06 | . | reserved: false 0x441.3-0x441.4 (0.1) 0x0440| 06 | . | local_message_type: 6 0x441.4-0x442 (0.4) | | | data_message{}: 0x442-0x458 (22) -0x0440| 39 c7 56 3f | 9.V? | timestamp: 1062651705 (s) 0x442-0x446 (4) +0x0440| 39 c7 56 3f | 9.V? | timestamp: 1062651705 (2023-09-03T05:01:45Z) 0x442-0x446 (4) 0x0440| b4 3e 30 2a | .>0* | position_lat: 59.327517338097095 (707804852) 0x446-0x44a (4) 0x0440| 56 89 d3 0c | V... | position_long: 18.03700452670455 (215189846) 0x44a-0x44e (4) 0x0440| 9c 39| .9| distance: 802.84 (80284) (m) 0x44e-0x452 (4) @@ -1016,7 +1016,7 @@ $ fq -d fit dv activity.fit 0x0450| 06 | . | reserved: false 0x458.3-0x458.4 (0.1) 0x0450| 06 | . | local_message_type: 6 0x458.4-0x459 (0.4) | | | data_message{}: 0x459-0x46f (22) -0x0450| 3c c7 56 3f | <.V? | timestamp: 1062651708 (s) 0x459-0x45d (4) +0x0450| 3c c7 56 3f | <.V? | timestamp: 1062651708 (2023-09-03T05:01:48Z) 0x459-0x45d (4) 0x0450| b0 41 30| .A0| position_lat: 59.327581375837326 (707805616) 0x45d-0x461 (4) 0x0460|2a |* | 0x0460| 84 75 d3 0c | .u.. | position_long: 18.036579228937626 (215184772) 0x461-0x465 (4) @@ -1033,7 +1033,7 @@ $ fq -d fit dv activity.fit 0x0460| 06| .| reserved: false 0x46f.3-0x46f.4 (0.1) 0x0460| 06| .| local_message_type: 6 0x46f.4-0x470 (0.4) | | | data_message{}: 0x470-0x486 (22) -0x0470|3f c7 56 3f |?.V? | timestamp: 1062651711 (s) 0x470-0x474 (4) +0x0470|3f c7 56 3f |?.V? | timestamp: 1062651711 (2023-09-03T05:01:51Z) 0x470-0x474 (4) 0x0470| a7 44 30 2a | .D0* | position_lat: 59.3276449944824 (707806375) 0x474-0x478 (4) 0x0470| f6 61 d3 0c | .a.. | position_long: 18.03615963086486 (215179766) 0x478-0x47c (4) 0x0470| 35 4d 01 00| 5M..| distance: 853.01 (85301) (m) 0x47c-0x480 (4) @@ -1049,7 +1049,7 @@ $ fq -d fit dv activity.fit 0x0480| 06 | . | reserved: false 0x486.3-0x486.4 (0.1) 0x0480| 06 | . | local_message_type: 6 0x486.4-0x487 (0.4) | | | data_message{}: 0x487-0x49d (22) -0x0480| 42 c7 56 3f | B.V? | timestamp: 1062651714 (s) 0x487-0x48b (4) +0x0480| 42 c7 56 3f | B.V? | timestamp: 1062651714 (2023-09-03T05:01:54Z) 0x487-0x48b (4) 0x0480| 6e 47 30 2a | nG0* | position_lat: 59.32770458981395 (707807086) 0x48b-0x48f (4) 0x0480| 7e| ~| position_long: 18.03574187681079 (215174782) 0x48f-0x493 (4) 0x0490|4e d3 0c |N.. | @@ -1066,7 +1066,7 @@ $ fq -d fit dv activity.fit 0x0490| 06 | . | reserved: false 0x49d.3-0x49d.4 (0.1) 0x0490| 06 | . | local_message_type: 6 0x49d.4-0x49e (0.4) | | | data_message{}: 0x49e-0x4b4 (22) -0x0490| 45 c7| E.| timestamp: 1062651717 (s) 0x49e-0x4a2 (4) +0x0490| 45 c7| E.| timestamp: 1062651717 (2023-09-03T05:01:57Z) 0x49e-0x4a2 (4) 0x04a0|56 3f |V? | 0x04a0| e7 4a 30 2a | .J0* | position_lat: 59.32777910493314 (707807975) 0x4a2-0x4a6 (4) 0x04a0| ef 3b d3 0c | .;.. | position_long: 18.03534365259111 (215170031) 0x4a6-0x4aa (4) @@ -1083,7 +1083,7 @@ $ fq -d fit dv activity.fit 0x04b0| 06 | . | reserved: false 0x4b4.3-0x4b4.4 (0.1) 0x04b0| 06 | . | local_message_type: 6 0x4b4.4-0x4b5 (0.4) | | | data_message{}: 0x4b5-0x4cb (22) -0x04b0| 48 c7 56 3f | H.V? | timestamp: 1062651720 (s) 0x4b5-0x4b9 (4) +0x04b0| 48 c7 56 3f | H.V? | timestamp: 1062651720 (2023-09-03T05:02:00Z) 0x4b5-0x4b9 (4) 0x04b0| d9 4d 30 2a | .M0* | position_lat: 59.327842304483056 (707808729) 0x4b9-0x4bd (4) 0x04b0| b1 27 d3| .'.| position_long: 18.03490930236876 (215164849) 0x4bd-0x4c1 (4) 0x04c0|0c |. | @@ -1100,7 +1100,7 @@ $ fq -d fit dv activity.fit 0x04c0| 06 | . | reserved: false 0x4cb.3-0x4cb.4 (0.1) 0x04c0| 06 | . | local_message_type: 6 0x4cb.4-0x4cc (0.4) | | | data_message{}: 0x4cc-0x4e2 (22) -0x04c0| 4b c7 56 3f| K.V?| timestamp: 1062651723 (s) 0x4cc-0x4d0 (4) +0x04c0| 4b c7 56 3f| K.V?| timestamp: 1062651723 (2023-09-03T05:02:03Z) 0x4cc-0x4d0 (4) 0x04d0|bd 50 30 2a |.P0* | position_lat: 59.327904330566525 (707809469) 0x4d0-0x4d4 (4) 0x04d0| ed 13 d3 0c | .... | position_long: 18.03448517806828 (215159789) 0x4d4-0x4d8 (4) 0x04d0| 25 74 01 00 | %t.. | distance: 952.69 (95269) (m) 0x4d8-0x4dc (4) @@ -1116,7 +1116,7 @@ $ fq -d fit dv activity.fit 0x04e0| 06 | . | reserved: false 0x4e2.3-0x4e2.4 (0.1) 0x04e0| 06 | . | local_message_type: 6 0x4e2.4-0x4e3 (0.4) | | | data_message{}: 0x4e3-0x4f9 (22) -0x04e0| 4e c7 56 3f | N.V? | timestamp: 1062651726 (s) 0x4e3-0x4e7 (4) +0x04e0| 4e c7 56 3f | N.V? | timestamp: 1062651726 (2023-09-03T05:02:06Z) 0x4e3-0x4e7 (4) 0x04e0| bf 53 30 2a | .S0* | position_lat: 59.327968871220946 (707810239) 0x4e7-0x4eb (4) 0x04e0| a7 00 d3 0c | .... | position_long: 18.034071614965796 (215154855) 0x4eb-0x4ef (4) 0x04e0| c3| .| distance: 977.31 (97731) (m) 0x4ef-0x4f3 (4) @@ -1133,7 +1133,7 @@ $ fq -d fit dv activity.fit 0x04f0| 06 | . | reserved: false 0x4f9.3-0x4f9.4 (0.1) 0x04f0| 06 | . | local_message_type: 6 0x4f9.4-0x4fa (0.4) | | | data_message{}: 0x4fa-0x510 (22) -0x04f0| 51 c7 56 3f | Q.V? | timestamp: 1062651729 (s) 0x4fa-0x4fe (4) +0x04f0| 51 c7 56 3f | Q.V? | timestamp: 1062651729 (2023-09-03T05:02:09Z) 0x4fa-0x4fe (4) 0x04f0| 78 56| xV| position_lat: 59.32802729308605 (707810936) 0x4fe-0x502 (4) 0x0500|30 2a |0* | 0x0500| 10 ec d2 0c | .... | position_long: 18.033629804849625 (215149584) 0x502-0x506 (4) @@ -1251,8 +1251,8 @@ $ fq -d fit dv activity.fit 0x0550| 08 | . | reserved: false 0x558.3-0x558.4 (0.1) 0x0550| 08 | . | local_message_type: 8 0x558.4-0x559 (0.4) | | | data_message{}: 0x559-0x58f (54) -0x0550| 51 c7 56 3f | Q.V? | timestamp: 1062651729 (s) 0x559-0x55d (4) -0x0550| d2 c6 56| ..V| start_time: 1062651602 0x55d-0x561 (4) +0x0550| 51 c7 56 3f | Q.V? | timestamp: 1062651729 (2023-09-03T05:02:09Z) 0x559-0x55d (4) +0x0550| d2 c6 56| ..V| start_time: 1062651602 (2023-09-03T05:00:02Z) 0x55d-0x561 (4) 0x0560|3f |? | 0x0560| 35 20 30 2a | 5 0* | start_position_lat: 59.32686296291649 (707797045) 0x561-0x565 (4) 0x0560| f0 0f d6 0c | .... | start_position_long: 18.0508790910244 (215355376) 0x565-0x569 (4) @@ -1284,7 +1284,7 @@ $ fq -d fit dv activity.fit 0x0580| 06| .| reserved: false 0x58f.3-0x58f.4 (0.1) 0x0580| 06| .| local_message_type: 6 0x58f.4-0x590 (0.4) | | | data_message{}: 0x590-0x5a6 (22) -0x0590|54 c7 56 3f |T.V? | timestamp: 1062651732 (s) 0x590-0x594 (4) +0x0590|54 c7 56 3f |T.V? | timestamp: 1062651732 (2023-09-03T05:02:12Z) 0x590-0x594 (4) 0x0590| 96 59 30 2a | .Y0* | position_lat: 59.32809418067336 (707811734) 0x594-0x598 (4) 0x0590| 22 d8 d2 0c | "... | position_long: 18.033202160149813 (215144482) 0x598-0x59c (4) 0x0590| d9 91 01 00| ....| distance: 1028.73 (102873) (m) 0x59c-0x5a0 (4) @@ -1300,7 +1300,7 @@ $ fq -d fit dv activity.fit 0x05a0| 06 | . | reserved: false 0x5a6.3-0x5a6.4 (0.1) 0x05a0| 06 | . | local_message_type: 6 0x5a6.4-0x5a7 (0.4) | | | data_message{}: 0x5a7-0x5bd (22) -0x05a0| 57 c7 56 3f | W.V? | timestamp: 1062651735 (s) 0x5a7-0x5ab (4) +0x05a0| 57 c7 56 3f | W.V? | timestamp: 1062651735 (2023-09-03T05:02:15Z) 0x5a7-0x5ab (4) 0x05a0| 84 5c 30 2a | .\0* | position_lat: 59.32815704494715 (707812484) 0x5ab-0x5af (4) 0x05a0| 75| u| position_long: 18.032758506014943 (215139189) 0x5af-0x5b3 (4) 0x05b0|c3 d2 0c |... | @@ -1317,7 +1317,7 @@ $ fq -d fit dv activity.fit 0x05b0| 06 | . | reserved: false 0x5bd.3-0x5bd.4 (0.1) 0x05b0| 06 | . | local_message_type: 6 0x5bd.4-0x5be (0.4) | | | data_message{}: 0x5be-0x5d4 (22) -0x05b0| 5a c7| Z.| timestamp: 1062651738 (s) 0x5be-0x5c2 (4) +0x05b0| 5a c7| Z.| timestamp: 1062651738 (2023-09-03T05:02:18Z) 0x5be-0x5c2 (4) 0x05c0|56 3f |V? | 0x05c0| 8a 5f 30 2a | ._0* | position_lat: 59.328221920877695 (707813258) 0x5c2-0x5c6 (4) 0x05c0| 14 ae d2 0c | .... | position_long: 18.032299764454365 (215133716) 0x5c6-0x5ca (4) @@ -1334,7 +1334,7 @@ $ fq -d fit dv activity.fit 0x05d0| 06 | . | reserved: false 0x5d4.3-0x5d4.4 (0.1) 0x05d0| 06 | . | local_message_type: 6 0x5d4.4-0x5d5 (0.4) | | | data_message{}: 0x5d5-0x5eb (22) -0x05d0| 5d c7 56 3f | ].V? | timestamp: 1062651741 (s) 0x5d5-0x5d9 (4) +0x05d0| 5d c7 56 3f | ].V? | timestamp: 1062651741 (2023-09-03T05:02:21Z) 0x5d5-0x5d9 (4) 0x05d0| b2 62 30 2a | .b0* | position_lat: 59.32828964665532 (707814066) 0x5d9-0x5dd (4) 0x05d0| aa 98 d2| ...| position_long: 18.0318402685225 (215128234) 0x5dd-0x5e1 (4) 0x05e0|0c |. | @@ -1351,7 +1351,7 @@ $ fq -d fit dv activity.fit 0x05e0| 06 | . | reserved: false 0x5eb.3-0x5eb.4 (0.1) 0x05e0| 06 | . | local_message_type: 6 0x5eb.4-0x5ec (0.4) | | | data_message{}: 0x5ec-0x602 (22) -0x05e0| 60 c7 56 3f| `.V?| timestamp: 1062651744 (s) 0x5ec-0x5f0 (4) +0x05e0| 60 c7 56 3f| `.V?| timestamp: 1062651744 (2023-09-03T05:02:24Z) 0x5ec-0x5f0 (4) 0x05f0|1f 65 30 2a |.e0* | position_lat: 59.328341698274016 (707814687) 0x5f0-0x5f4 (4) 0x05f0| b4 83 d2 0c | .... | position_long: 18.031390495598316 (215122868) 0x5f4-0x5f8 (4) 0x05f0| 91 bb 01 00 | .... | distance: 1135.53 (113553) (m) 0x5f8-0x5fc (4) @@ -1367,7 +1367,7 @@ $ fq -d fit dv activity.fit 0x0600| 06 | . | reserved: false 0x602.3-0x602.4 (0.1) 0x0600| 06 | . | local_message_type: 6 0x602.4-0x603 (0.4) | | | data_message{}: 0x603-0x619 (22) -0x0600| 63 c7 56 3f | c.V? | timestamp: 1062651747 (s) 0x603-0x607 (4) +0x0600| 63 c7 56 3f | c.V? | timestamp: 1062651747 (2023-09-03T05:02:27Z) 0x603-0x607 (4) 0x0600| fe 66 30 2a | .f0* | position_lat: 59.32838184759021 (707815166) 0x607-0x60b (4) 0x0600| 4f 6d d2 0c | Om.. | position_long: 18.030909961089492 (215117135) 0x60b-0x60f (4) 0x0600| 65| e| distance: 1163.25 (116325) (m) 0x60f-0x613 (4) @@ -1384,7 +1384,7 @@ $ fq -d fit dv activity.fit 0x0610| 06 | . | reserved: false 0x619.3-0x619.4 (0.1) 0x0610| 06 | . | local_message_type: 6 0x619.4-0x61a (0.4) | | | data_message{}: 0x61a-0x630 (22) -0x0610| 66 c7 56 3f | f.V? | timestamp: 1062651750 (s) 0x61a-0x61e (4) +0x0610| 66 c7 56 3f | f.V? | timestamp: 1062651750 (2023-09-03T05:02:30Z) 0x61a-0x61e (4) 0x0610| 75 69| ui| position_lat: 59.32843473739922 (707815797) 0x61e-0x622 (4) 0x0620|30 2a |0* | 0x0620| c0 56 d2 0c | .V.. | position_long: 18.030425906181335 (215111360) 0x622-0x626 (4) @@ -1401,7 +1401,7 @@ $ fq -d fit dv activity.fit 0x0630|06 |. | reserved: false 0x630.3-0x630.4 (0.1) 0x0630|06 |. | local_message_type: 6 0x630.4-0x631 (0.4) | | | data_message{}: 0x631-0x647 (22) -0x0630| 69 c7 56 3f | i.V? | timestamp: 1062651753 (s) 0x631-0x635 (4) +0x0630| 69 c7 56 3f | i.V? | timestamp: 1062651753 (2023-09-03T05:02:33Z) 0x631-0x635 (4) 0x0630| 32 6c 30 2a | 2l0* | position_lat: 59.32849349454045 (707816498) 0x635-0x639 (4) 0x0630| e1 3f d2 0c | .?.. | position_long: 18.029935145750642 (215105505) 0x639-0x63d (4) 0x0630| 9c dc 01| ...| distance: 1220.12 (122012) (m) 0x63d-0x641 (4) @@ -1418,7 +1418,7 @@ $ fq -d fit dv activity.fit 0x0640| 06 | . | reserved: false 0x647.3-0x647.4 (0.1) 0x0640| 06 | . | local_message_type: 6 0x647.4-0x648 (0.4) | | | data_message{}: 0x648-0x65e (22) -0x0640| 6c c7 56 3f | l.V? | timestamp: 1062651756 (s) 0x648-0x64c (4) +0x0640| 6c c7 56 3f | l.V? | timestamp: 1062651756 (2023-09-03T05:02:36Z) 0x648-0x64c (4) 0x0640| 5a 6f 30 2a| Zo0*| position_lat: 59.32856122031808 (707817306) 0x64c-0x650 (4) 0x0650|53 29 d2 0c |S).. | position_long: 18.029451174661517 (215099731) 0x650-0x654 (4) 0x0650| c5 e7 01 00 | .... | distance: 1248.69 (124869) (m) 0x654-0x658 (4) @@ -1434,7 +1434,7 @@ $ fq -d fit dv activity.fit 0x0650| 06 | . | reserved: false 0x65e.3-0x65e.4 (0.1) 0x0650| 06 | . | local_message_type: 6 0x65e.4-0x65f (0.4) | | | data_message{}: 0x65f-0x675 (22) -0x0650| 6f| o| timestamp: 1062651759 (s) 0x65f-0x663 (4) +0x0650| 6f| o| timestamp: 1062651759 (2023-09-03T05:02:39Z) 0x65f-0x663 (4) 0x0660|c7 56 3f |.V? | 0x0660| e4 72 30 2a | .r0* | position_lat: 59.32863716036081 (707818212) 0x663-0x667 (4) 0x0660| bd 13 d2 0c | .... | position_long: 18.028987990692258 (215094205) 0x667-0x66b (4) @@ -1452,7 +1452,7 @@ $ fq -d fit dv activity.fit 0x0670| 06 | . | reserved: false 0x675.3-0x675.4 (0.1) 0x0670| 06 | . | local_message_type: 6 0x675.4-0x676 (0.4) | | | data_message{}: 0x676-0x68c (22) -0x0670| 72 c7 56 3f | r.V? | timestamp: 1062651762 (s) 0x676-0x67a (4) +0x0670| 72 c7 56 3f | r.V? | timestamp: 1062651762 (2023-09-03T05:02:42Z) 0x676-0x67a (4) 0x0670| 7b 77 30 2a | {w0* | position_lat: 59.32873564772308 (707819387) 0x67a-0x67e (4) 0x0670| 7e ff| ~.| position_long: 18.028553556650877 (215089022) 0x67e-0x682 (4) 0x0680|d1 0c |.. | @@ -1469,7 +1469,7 @@ $ fq -d fit dv activity.fit 0x0680| 06 | . | reserved: false 0x68c.3-0x68c.4 (0.1) 0x0680| 06 | . | local_message_type: 6 0x68c.4-0x68d (0.4) | | | data_message{}: 0x68d-0x6a3 (22) -0x0680| 75 c7 56| u.V| timestamp: 1062651765 (s) 0x68d-0x691 (4) +0x0680| 75 c7 56| u.V| timestamp: 1062651765 (2023-09-03T05:02:45Z) 0x68d-0x691 (4) 0x0690|3f |? | 0x0690| b3 7c 30 2a | .|0* | position_lat: 59.32884762994945 (707820723) 0x691-0x695 (4) 0x0690| d2 ec d1 0c | .... | position_long: 18.028152901679277 (215084242) 0x695-0x699 (4) @@ -1487,7 +1487,7 @@ $ fq -d fit dv activity.fit 0x06a0| 06 | . | reserved: false 0x6a3.3-0x6a3.4 (0.1) 0x06a0| 06 | . | local_message_type: 6 0x6a3.4-0x6a4 (0.4) | | | data_message{}: 0x6a4-0x6ba (22) -0x06a0| 78 c7 56 3f | x.V? | timestamp: 1062651768 (s) 0x6a4-0x6a8 (4) +0x06a0| 78 c7 56 3f | x.V? | timestamp: 1062651768 (2023-09-03T05:02:48Z) 0x6a4-0x6a8 (4) 0x06a0| 98 82 30 2a | ..0* | position_lat: 59.32897411286831 (707822232) 0x6a8-0x6ac (4) 0x06a0| 2b da d1 0c| +...| position_long: 18.027752665802836 (215079467) 0x6ac-0x6b0 (4) 0x06b0|c9 11 02 00 |.... | distance: 1356.25 (135625) (m) 0x6b0-0x6b4 (4) @@ -1503,7 +1503,7 @@ $ fq -d fit dv activity.fit 0x06b0| 06 | . | reserved: false 0x6ba.3-0x6ba.4 (0.1) 0x06b0| 06 | . | local_message_type: 6 0x6ba.4-0x6bb (0.4) | | | data_message{}: 0x6bb-0x6d1 (22) -0x06b0| 7b c7 56 3f | {.V? | timestamp: 1062651771 (s) 0x6bb-0x6bf (4) +0x06b0| 7b c7 56 3f | {.V? | timestamp: 1062651771 (2023-09-03T05:02:51Z) 0x6bb-0x6bf (4) 0x06b0| 3f| ?| position_lat: 59.3290953990072 (707823679) 0x6bf-0x6c3 (4) 0x06c0|88 30 2a |.0* | 0x06c0| 1d c8 d1 0c | .... | position_long: 18.027365254238248 (215074845) 0x6c3-0x6c7 (4) @@ -1520,7 +1520,7 @@ $ fq -d fit dv activity.fit 0x06d0| 06 | . | reserved: false 0x6d1.3-0x6d1.4 (0.1) 0x06d0| 06 | . | local_message_type: 6 0x6d1.4-0x6d2 (0.4) | | | data_message{}: 0x6d2-0x6e8 (22) -0x06d0| 7e c7 56 3f | ~.V? | timestamp: 1062651774 (s) 0x6d2-0x6d6 (4) +0x06d0| 7e c7 56 3f | ~.V? | timestamp: 1062651774 (2023-09-03T05:02:54Z) 0x6d2-0x6d6 (4) 0x06d0| 85 8d 30 2a | ..0* | position_lat: 59.32920855470002 (707825029) 0x6d6-0x6da (4) 0x06d0| 96 b6 d1 0c | .... | position_long: 18.02698915824294 (215070358) 0x6da-0x6de (4) 0x06d0| 98 25| .%| distance: 1406.96 (140696) (m) 0x6de-0x6e2 (4) @@ -1537,7 +1537,7 @@ $ fq -d fit dv activity.fit 0x06e0| 06 | . | reserved: false 0x6e8.3-0x6e8.4 (0.1) 0x06e0| 06 | . | local_message_type: 6 0x6e8.4-0x6e9 (0.4) | | | data_message{}: 0x6e9-0x6ff (22) -0x06e0| 81 c7 56 3f | ..V? | timestamp: 1062651777 (s) 0x6e9-0x6ed (4) +0x06e0| 81 c7 56 3f | ..V? | timestamp: 1062651777 (2023-09-03T05:02:57Z) 0x6e9-0x6ed (4) 0x06e0| b3 92 30| ..0| position_lat: 59.32931969873607 (707826355) 0x6ed-0x6f1 (4) 0x06f0|2a |* | 0x06f0| b8 a4 d1 0c | .... | position_long: 18.026605769991875 (215065784) 0x6f1-0x6f5 (4) @@ -1554,7 +1554,7 @@ $ fq -d fit dv activity.fit 0x06f0| 06| .| reserved: false 0x6ff.3-0x6ff.4 (0.1) 0x06f0| 06| .| local_message_type: 6 0x6ff.4-0x700 (0.4) | | | data_message{}: 0x700-0x716 (22) -0x0700|84 c7 56 3f |..V? | timestamp: 1062651780 (s) 0x700-0x704 (4) +0x0700|84 c7 56 3f |..V? | timestamp: 1062651780 (2023-09-03T05:03:00Z) 0x700-0x704 (4) 0x0700| 91 97 30 2a | ..0* | position_lat: 59.32942413724959 (707827601) 0x704-0x708 (4) 0x0700| 9d 93 d1 0c | .... | position_long: 18.026238726451993 (215061405) 0x708-0x70c (4) 0x0700| bd 38 02 00| .8..| distance: 1455.97 (145597) (m) 0x70c-0x710 (4) @@ -1570,7 +1570,7 @@ $ fq -d fit dv activity.fit 0x0710| 06 | . | reserved: false 0x716.3-0x716.4 (0.1) 0x0710| 06 | . | local_message_type: 6 0x716.4-0x717 (0.4) | | | data_message{}: 0x717-0x72d (22) -0x0710| 87 c7 56 3f | ..V? | timestamp: 1062651783 (s) 0x717-0x71b (4) +0x0710| 87 c7 56 3f | ..V? | timestamp: 1062651783 (2023-09-03T05:03:03Z) 0x717-0x71b (4) 0x0710| 74 9c 30 2a | t.0* | position_lat: 59.329528994858265 (707828852) 0x71b-0x71f (4) 0x0710| 81| .| position_long: 18.02587159909308 (215057025) 0x71f-0x723 (4) 0x0720|82 d1 0c |... | @@ -1587,7 +1587,7 @@ $ fq -d fit dv activity.fit 0x0720| 06 | . | reserved: false 0x72d.3-0x72d.4 (0.1) 0x0720| 06 | . | local_message_type: 6 0x72d.4-0x72e (0.4) | | | data_message{}: 0x72e-0x744 (22) -0x0720| 8a c7| ..| timestamp: 1062651786 (s) 0x72e-0x732 (4) +0x0720| 8a c7| ..| timestamp: 1062651786 (2023-09-03T05:03:06Z) 0x72e-0x732 (4) 0x0730|56 3f |V? | 0x0730| b9 a1 30 2a | ..0* | position_lat: 59.32964206673205 (707830201) 0x732-0x736 (4) 0x0730| b2 71 d1 0c | .q.. | position_long: 18.02551092579961 (215052722) 0x736-0x73a (4) @@ -1604,7 +1604,7 @@ $ fq -d fit dv activity.fit 0x0740| 06 | . | reserved: false 0x744.3-0x744.4 (0.1) 0x0740| 06 | . | local_message_type: 6 0x744.4-0x745 (0.4) | | | data_message{}: 0x745-0x75b (22) -0x0740| 8d c7 56 3f | ..V? | timestamp: 1062651789 (s) 0x745-0x749 (4) +0x0740| 8d c7 56 3f | ..V? | timestamp: 1062651789 (2023-09-03T05:03:09Z) 0x745-0x749 (4) 0x0740| f3 a6 30 2a | ..0* | position_lat: 59.329754216596484 (707831539) 0x749-0x74d (4) 0x0740| e2 60 d1| .`.| position_long: 18.025150168687105 (215048418) 0x74d-0x751 (4) 0x0750|0c |. | @@ -1621,7 +1621,7 @@ $ fq -d fit dv activity.fit 0x0750| 06 | . | reserved: false 0x75b.3-0x75b.4 (0.1) 0x0750| 06 | . | local_message_type: 6 0x75b.4-0x75c (0.4) | | | data_message{}: 0x75c-0x772 (22) -0x0750| 90 c7 56 3f| ..V?| timestamp: 1062651792 (s) 0x75c-0x760 (4) +0x0750| 90 c7 56 3f| ..V?| timestamp: 1062651792 (2023-09-03T05:03:12Z) 0x75c-0x760 (4) 0x0760|09 ac 30 2a |..0* | position_lat: 59.32986334897578 (707832841) 0x760-0x764 (4) 0x0760| 22 50 d1 0c | "P.. | position_long: 18.02479075267911 (215044130) 0x764-0x768 (4) 0x0760| 2e 5e 02 00 | .^.. | distance: 1551.82 (155182) (m) 0x768-0x76c (4) @@ -1637,7 +1637,7 @@ $ fq -d fit dv activity.fit 0x0770| 06 | . | reserved: false 0x772.3-0x772.4 (0.1) 0x0770| 06 | . | local_message_type: 6 0x772.4-0x773 (0.4) | | | data_message{}: 0x773-0x789 (22) -0x0770| 93 c7 56 3f | ..V? | timestamp: 1062651795 (s) 0x773-0x777 (4) +0x0770| 93 c7 56 3f | ..V? | timestamp: 1062651795 (2023-09-03T05:03:15Z) 0x773-0x777 (4) 0x0770| 26 b1 30 2a | &.0* | position_lat: 59.32997306808829 (707834150) 0x777-0x77b (4) 0x0770| f8 3f d1 0c | .?.. | position_long: 18.02444390952587 (215039992) 0x77b-0x77f (4) 0x0770| 40| @| distance: 1575.04 (157504) (m) 0x77f-0x783 (4) @@ -1654,7 +1654,7 @@ $ fq -d fit dv activity.fit 0x0780| 06 | . | reserved: false 0x789.3-0x789.4 (0.1) 0x0780| 06 | . | local_message_type: 6 0x789.4-0x78a (0.4) | | | data_message{}: 0x78a-0x7a0 (22) -0x0780| 96 c7 56 3f | ..V? | timestamp: 1062651798 (s) 0x78a-0x78e (4) +0x0780| 96 c7 56 3f | ..V? | timestamp: 1062651798 (2023-09-03T05:03:18Z) 0x78a-0x78e (4) 0x0780| bb b5| ..| position_lat: 59.330071387812495 (707835323) 0x78e-0x792 (4) 0x0790|30 2a |0* | 0x0790| 6b 2f d1 0c | k/.. | position_long: 18.024088768288493 (215035755) 0x792-0x796 (4) @@ -1671,7 +1671,7 @@ $ fq -d fit dv activity.fit 0x07a0|06 |. | reserved: false 0x7a0.3-0x7a0.4 (0.1) 0x07a0|06 |. | local_message_type: 6 0x7a0.4-0x7a1 (0.4) | | | data_message{}: 0x7a1-0x7b7 (22) -0x07a0| 99 c7 56 3f | ..V? | timestamp: 1062651801 (s) 0x7a1-0x7a5 (4) +0x07a0| 99 c7 56 3f | ..V? | timestamp: 1062651801 (2023-09-03T05:03:21Z) 0x7a1-0x7a5 (4) 0x07a0| 4d ba 30 2a | M.0* | position_lat: 59.3301694560796 (707836493) 0x7a5-0x7a9 (4) 0x07a0| aa 1f d1 0c | .... | position_long: 18.023750726133585 (215031722) 0x7a9-0x7ad (4) 0x07a0| e1 78 02| .x.| distance: 1620.17 (162017) (m) 0x7ad-0x7b1 (4) @@ -1688,7 +1688,7 @@ $ fq -d fit dv activity.fit 0x07b0| 06 | . | reserved: false 0x7b7.3-0x7b7.4 (0.1) 0x07b0| 06 | . | local_message_type: 6 0x7b7.4-0x7b8 (0.4) | | | data_message{}: 0x7b8-0x7ce (22) -0x07b0| 9c c7 56 3f | ..V? | timestamp: 1062651804 (s) 0x7b8-0x7bc (4) +0x07b0| 9c c7 56 3f | ..V? | timestamp: 1062651804 (2023-09-03T05:03:24Z) 0x7b8-0x7bc (4) 0x07b0| 25 bf 30 2a| %.0*| position_lat: 59.33027339167893 (707837733) 0x7bc-0x7c0 (4) 0x07c0|c3 0f d1 0c |.... | position_long: 18.02340949885547 (215027651) 0x7c0-0x7c4 (4) 0x07c0| b6 81 02 00 | .... | distance: 1642.78 (164278) (m) 0x7c4-0x7c8 (4) @@ -1704,7 +1704,7 @@ $ fq -d fit dv activity.fit 0x07c0| 06 | . | reserved: false 0x7ce.3-0x7ce.4 (0.1) 0x07c0| 06 | . | local_message_type: 6 0x7ce.4-0x7cf (0.4) | | | data_message{}: 0x7cf-0x7e5 (22) -0x07c0| 9f| .| timestamp: 1062651807 (s) 0x7cf-0x7d3 (4) +0x07c0| 9f| .| timestamp: 1062651807 (2023-09-03T05:03:27Z) 0x7cf-0x7d3 (4) 0x07d0|c7 56 3f |.V? | 0x07d0| 67 c4 30 2a | g.0* | position_lat: 59.33038621209562 (707839079) 0x7d3-0x7d7 (4) 0x07d0| 2f 00 d1 0c | /... | position_long: 18.02307522855699 (215023663) 0x7d7-0x7db (4) @@ -1722,7 +1722,7 @@ $ fq -d fit dv activity.fit 0x07e0| 06 | . | reserved: false 0x7e5.3-0x7e5.4 (0.1) 0x07e0| 06 | . | local_message_type: 6 0x7e5.4-0x7e6 (0.4) | | | data_message{}: 0x7e6-0x7fc (22) -0x07e0| a2 c7 56 3f | ..V? | timestamp: 1062651810 (s) 0x7e6-0x7ea (4) +0x07e0| a2 c7 56 3f | ..V? | timestamp: 1062651810 (2023-09-03T05:03:30Z) 0x7e6-0x7ea (4) 0x07e0| 1f c9 30 2a | ..0* | position_lat: 59.33048746548593 (707840287) 0x7ea-0x7ee (4) 0x07e0| 6a f0| j.| position_long: 18.022736851125956 (215019626) 0x7ee-0x7f2 (4) 0x07f0|d0 0c |.. | @@ -1739,7 +1739,7 @@ $ fq -d fit dv activity.fit 0x07f0| 06 | . | reserved: false 0x7fc.3-0x7fc.4 (0.1) 0x07f0| 06 | . | local_message_type: 6 0x7fc.4-0x7fd (0.4) | | | data_message{}: 0x7fd-0x813 (22) -0x07f0| a5 c7 56| ..V| timestamp: 1062651813 (s) 0x7fd-0x801 (4) +0x07f0| a5 c7 56| ..V| timestamp: 1062651813 (2023-09-03T05:03:33Z) 0x7fd-0x801 (4) 0x0800|3f |? | 0x0800| 25 ce 30 2a | %.0* | position_lat: 59.330595256760716 (707841573) 0x801-0x805 (4) 0x0800| 8e e1 d0 0c | .... | position_long: 18.02241800352931 (215015822) 0x805-0x809 (4) @@ -1757,7 +1757,7 @@ $ fq -d fit dv activity.fit 0x0810| 06 | . | reserved: false 0x813.3-0x813.4 (0.1) 0x0810| 06 | . | local_message_type: 6 0x813.4-0x814 (0.4) | | | data_message{}: 0x814-0x82a (22) -0x0810| a8 c7 56 3f | ..V? | timestamp: 1062651816 (s) 0x814-0x818 (4) +0x0810| a8 c7 56 3f | ..V? | timestamp: 1062651816 (2023-09-03T05:03:36Z) 0x814-0x818 (4) 0x0810| 22 d3 30 2a | ".0* | position_lat: 59.33070229366422 (707842850) 0x818-0x81c (4) 0x0810| e5 d1 d0 0c| ....| position_long: 18.022081973031163 (215011813) 0x81c-0x820 (4) 0x0820|a2 a4 02 00 |.... | distance: 1732.18 (173218) (m) 0x820-0x824 (4) @@ -1773,7 +1773,7 @@ $ fq -d fit dv activity.fit 0x0820| 06 | . | reserved: false 0x82a.3-0x82a.4 (0.1) 0x0820| 06 | . | local_message_type: 6 0x82a.4-0x82b (0.4) | | | data_message{}: 0x82b-0x841 (22) -0x0820| ab c7 56 3f | ..V? | timestamp: 1062651819 (s) 0x82b-0x82f (4) +0x0820| ab c7 56 3f | ..V? | timestamp: 1062651819 (2023-09-03T05:03:39Z) 0x82b-0x82f (4) 0x0820| 4c| L| position_lat: 59.330813102424145 (707844172) 0x82f-0x833 (4) 0x0830|d8 30 2a |.0* | 0x0830| 0a c2 d0 0c | .... | position_long: 18.02174175158143 (215007754) 0x833-0x837 (4) @@ -1790,7 +1790,7 @@ $ fq -d fit dv activity.fit 0x0840| 06 | . | reserved: false 0x841.3-0x841.4 (0.1) 0x0840| 06 | . | local_message_type: 6 0x841.4-0x842 (0.4) | | | data_message{}: 0x842-0x858 (22) -0x0840| ae c7 56 3f | ..V? | timestamp: 1062651822 (s) 0x842-0x846 (4) +0x0840| ae c7 56 3f | ..V? | timestamp: 1062651822 (2023-09-03T05:03:42Z) 0x842-0x846 (4) 0x0840| 61 dd 30 2a | a.0* | position_lat: 59.33092215098441 (707845473) 0x846-0x84a (4) 0x0840| 47 b2 d0 0c | G... | position_long: 18.02140354178846 (215003719) 0x84a-0x84e (4) 0x0840| 7f b6| ..| distance: 1777.91 (177791) (m) 0x84e-0x852 (4) @@ -1807,7 +1807,7 @@ $ fq -d fit dv activity.fit 0x0850| 06 | . | reserved: false 0x858.3-0x858.4 (0.1) 0x0850| 06 | . | local_message_type: 6 0x858.4-0x859 (0.4) | | | data_message{}: 0x859-0x86f (22) -0x0850| b1 c7 56 3f | ..V? | timestamp: 1062651825 (s) 0x859-0x85d (4) +0x0850| b1 c7 56 3f | ..V? | timestamp: 1062651825 (2023-09-03T05:03:45Z) 0x859-0x85d (4) 0x0850| 44 e2 30| D.0| position_lat: 59.33102700859308 (707846724) 0x85d-0x861 (4) 0x0860|2a |* | 0x0860| f4 a1 d0 0c | .... | position_long: 18.02105326205492 (214999540) 0x861-0x865 (4) @@ -1824,7 +1824,7 @@ $ fq -d fit dv activity.fit 0x0860| 06| .| reserved: false 0x86f.3-0x86f.4 (0.1) 0x0860| 06| .| local_message_type: 6 0x86f.4-0x870 (0.4) | | | data_message{}: 0x870-0x886 (22) -0x0870|b4 c7 56 3f |..V? | timestamp: 1062651828 (s) 0x870-0x874 (4) +0x0870|b4 c7 56 3f |..V? | timestamp: 1062651828 (2023-09-03T05:03:48Z) 0x870-0x874 (4) 0x0870| e0 e6 30 2a | ..0* | position_lat: 59.33112591505051 (707847904) 0x874-0x878 (4) 0x0870| 78 92 d0 0c | x... | position_long: 18.0207210034132 (214995576) 0x878-0x87c (4) 0x0870| 13 c8 02 00| ....| distance: 1822.91 (182291) (m) 0x87c-0x880 (4) @@ -1840,7 +1840,7 @@ $ fq -d fit dv activity.fit 0x0880| 06 | . | reserved: false 0x886.3-0x886.4 (0.1) 0x0880| 06 | . | local_message_type: 6 0x886.4-0x887 (0.4) | | | data_message{}: 0x887-0x89d (22) -0x0880| b7 c7 56 3f | ..V? | timestamp: 1062651831 (s) 0x887-0x88b (4) +0x0880| b7 c7 56 3f | ..V? | timestamp: 1062651831 (2023-09-03T05:03:51Z) 0x887-0x88b (4) 0x0880| c6 eb 30 2a | ..0* | position_lat: 59.33123102411628 (707849158) 0x88b-0x88f (4) 0x0880| 41| A| position_long: 18.020437443628907 (214992193) 0x88f-0x893 (4) 0x0890|85 d0 0c |... | @@ -1857,7 +1857,7 @@ $ fq -d fit dv activity.fit 0x0890| 06 | . | reserved: false 0x89d.3-0x89d.4 (0.1) 0x0890| 06 | . | local_message_type: 6 0x89d.4-0x89e (0.4) | | | data_message{}: 0x89e-0x8b4 (22) -0x0890| bb c7| ..| timestamp: 1062651835 (s) 0x89e-0x8a2 (4) +0x0890| bb c7| ..| timestamp: 1062651835 (2023-09-03T05:03:55Z) 0x89e-0x8a2 (4) 0x08a0|56 3f |V? | 0x08a0| 52 f4 30 2a | R.0* | position_lat: 59.33141442015767 (707851346) 0x8a2-0x8a6 (4) 0x08a0| c2 7b d0 0c | .{.. | position_long: 18.020233679562807 (214989762) 0x8a6-0x8aa (4) @@ -1874,7 +1874,7 @@ $ fq -d fit dv activity.fit 0x08b0| 06 | . | reserved: false 0x8b4.3-0x8b4.4 (0.1) 0x08b0| 06 | . | local_message_type: 6 0x8b4.4-0x8b5 (0.4) | | | data_message{}: 0x8b5-0x8cb (22) -0x08b0| bf c7 56 3f | ..V? | timestamp: 1062651839 (s) 0x8b5-0x8b9 (4) +0x08b0| bf c7 56 3f | ..V? | timestamp: 1062651839 (2023-09-03T05:03:59Z) 0x8b5-0x8b9 (4) 0x08b0| 55 fd 30 2a | U.0* | position_lat: 59.33160779066384 (707853653) 0x8b9-0x8bd (4) 0x08b0| 6d 82 d0| m..| position_long: 18.020376758649945 (214991469) 0x8bd-0x8c1 (4) 0x08c0|0c |. | @@ -1891,7 +1891,7 @@ $ fq -d fit dv activity.fit 0x08c0| 06 | . | reserved: false 0x8cb.3-0x8cb.4 (0.1) 0x08c0| 06 | . | local_message_type: 6 0x8cb.4-0x8cc (0.4) | | | data_message{}: 0x8cc-0x8e2 (22) -0x08c0| c3 c7 56 3f| ..V?| timestamp: 1062651843 (s) 0x8cc-0x8d0 (4) +0x08c0| c3 c7 56 3f| ..V?| timestamp: 1062651843 (2023-09-03T05:04:03Z) 0x8cc-0x8d0 (4) 0x08d0|64 01 31 2a |d.1* | position_lat: 59.33169487863779 (707854692) 0x8d0-0x8d4 (4) 0x08d0| 34 93 d0 0c | 4... | position_long: 18.020736761391163 (214995764) 0x8d4-0x8d8 (4) 0x08d0| 81 eb 02 00 | .... | distance: 1913.61 (191361) (m) 0x8d8-0x8dc (4) @@ -1907,7 +1907,7 @@ $ fq -d fit dv activity.fit 0x08e0| 06 | . | reserved: false 0x8e2.3-0x8e2.4 (0.1) 0x08e0| 06 | . | local_message_type: 6 0x8e2.4-0x8e3 (0.4) | | | data_message{}: 0x8e3-0x8f9 (22) -0x08e0| c4 c7 56 3f | ..V? | timestamp: 1062651844 (s) 0x8e3-0x8e7 (4) +0x08e0| c4 c7 56 3f | ..V? | timestamp: 1062651844 (2023-09-03T05:04:04Z) 0x8e3-0x8e7 (4) 0x08e0| 8a 01 31 2a | ..1* | position_lat: 59.331698063760996 (707854730) 0x8e7-0x8eb (4) 0x08e0| 43 98 d0 0c | C... | position_long: 18.020845307037234 (214997059) 0x8eb-0x8ef (4) 0x08e0| ec| .| distance: 1919.8 (191980) (m) 0x8ef-0x8f3 (4) @@ -1924,7 +1924,7 @@ $ fq -d fit dv activity.fit 0x08f0| 06 | . | reserved: false 0x8f9.3-0x8f9.4 (0.1) 0x08f0| 06 | . | local_message_type: 6 0x8f9.4-0x8fa (0.4) | | | data_message{}: 0x8fa-0x910 (22) -0x08f0| c8 c7 56 3f | ..V? | timestamp: 1062651848 (s) 0x8fa-0x8fe (4) +0x08f0| c8 c7 56 3f | ..V? | timestamp: 1062651848 (2023-09-03T05:04:08Z) 0x8fa-0x8fe (4) 0x08f0| e3 01| ..| position_lat: 59.33170552365482 (707854819) 0x8fe-0x902 (4) 0x0900|31 2a |1* | 0x0900| 77 ac d0 0c | w... | position_long: 18.021278819069266 (215002231) 0x902-0x906 (4) @@ -1941,7 +1941,7 @@ $ fq -d fit dv activity.fit 0x0910|06 |. | reserved: false 0x910.3-0x910.4 (0.1) 0x0910|06 |. | local_message_type: 6 0x910.4-0x911 (0.4) | | | data_message{}: 0x911-0x927 (22) -0x0910| cc c7 56 3f | ..V? | timestamp: 1062651852 (s) 0x911-0x915 (4) +0x0910| cc c7 56 3f | ..V? | timestamp: 1062651852 (2023-09-03T05:04:12Z) 0x911-0x915 (4) 0x0910| 71 02 31 2a | q.1* | position_lat: 59.33171742595732 (707854961) 0x915-0x919 (4) 0x0910| e7 be d0 0c | .... | position_long: 18.021674444898963 (215006951) 0x919-0x91d (4) 0x0910| 5d 00 03| ]..| distance: 1967.01 (196701) (m) 0x91d-0x921 (4) @@ -1958,7 +1958,7 @@ $ fq -d fit dv activity.fit 0x0920| 06 | . | reserved: false 0x927.3-0x927.4 (0.1) 0x0920| 06 | . | local_message_type: 6 0x927.4-0x928 (0.4) | | | data_message{}: 0x928-0x93e (22) -0x0920| d0 c7 56 3f | ..V? | timestamp: 1062651856 (s) 0x928-0x92c (4) +0x0920| d0 c7 56 3f | ..V? | timestamp: 1062651856 (2023-09-03T05:04:16Z) 0x928-0x92c (4) 0x0920| 05 03 31 2a| ..1*| position_lat: 59.331729831174016 (707855109) 0x92c-0x930 (4) 0x0930|02 d0 d0 0c |.... | position_long: 18.022041488438845 (215011330) 0x930-0x934 (4) 0x0930| 8a 08 03 00 | .... | distance: 1987.94 (198794) (m) 0x934-0x938 (4) @@ -1974,7 +1974,7 @@ $ fq -d fit dv activity.fit 0x0930| 06 | . | reserved: false 0x93e.3-0x93e.4 (0.1) 0x0930| 06 | . | local_message_type: 6 0x93e.4-0x93f (0.4) | | | data_message{}: 0x93f-0x955 (22) -0x0930| d3| .| timestamp: 1062651859 (s) 0x93f-0x943 (4) +0x0930| d3| .| timestamp: 1062651859 (2023-09-03T05:04:19Z) 0x93f-0x943 (4) 0x0940|c7 56 3f |.V? | 0x0940| 7d 03 31 2a | }.1* | position_lat: 59.33173988945782 (707855229) 0x943-0x947 (4) 0x0940| 69 dc d0 0c | i... | position_long: 18.02230761386454 (215014505) 0x947-0x94b (4) @@ -1992,8 +1992,8 @@ $ fq -d fit dv activity.fit 0x0950| 08 | . | reserved: false 0x955.3-0x955.4 (0.1) 0x0950| 08 | . | local_message_type: 8 0x955.4-0x956 (0.4) | | | data_message{}: 0x956-0x98c (54) -0x0950| d3 c7 56 3f | ..V? | timestamp: 1062651859 (s) 0x956-0x95a (4) -0x0950| 52 c7 56 3f | R.V? | start_time: 1062651730 0x95a-0x95e (4) +0x0950| d3 c7 56 3f | ..V? | timestamp: 1062651859 (2023-09-03T05:04:19Z) 0x956-0x95a (4) +0x0950| 52 c7 56 3f | R.V? | start_time: 1062651730 (2023-09-03T05:02:10Z) 0x95a-0x95e (4) 0x0950| 7e 57| ~W| start_position_lat: 59.32804925367236 (707811198) 0x95e-0x962 (4) 0x0960|30 2a |0* | 0x0960| 51 e5 d2 0c | Q... | start_position_long: 18.033485049381852 (215147857) 0x962-0x966 (4) @@ -2024,7 +2024,7 @@ $ fq -d fit dv activity.fit 0x0980| 06 | . | reserved: false 0x98c.3-0x98c.4 (0.1) 0x0980| 06 | . | local_message_type: 6 0x98c.4-0x98d (0.4) | | | data_message{}: 0x98d-0x9a3 (22) -0x0980| d7 c7 56| ..V| timestamp: 1062651863 (s) 0x98d-0x991 (4) +0x0980| d7 c7 56| ..V| timestamp: 1062651863 (2023-09-03T05:04:23Z) 0x98d-0x991 (4) 0x0990|3f |? | 0x0990| 85 04 31 2a | ..1* | position_lat: 59.331762017682195 (707855493) 0x991-0x995 (4) 0x0990| 39 ed d0 0c | 9... | position_long: 18.022668370977044 (215018809) 0x995-0x999 (4) @@ -2042,7 +2042,7 @@ $ fq -d fit dv activity.fit 0x09a0| 06 | . | reserved: false 0x9a3.3-0x9a3.4 (0.1) 0x09a0| 06 | . | local_message_type: 6 0x9a3.4-0x9a4 (0.4) | | | data_message{}: 0x9a4-0x9ba (22) -0x09a0| db c7 56 3f | ..V? | timestamp: 1062651867 (s) 0x9a4-0x9a8 (4) +0x09a0| db c7 56 3f | ..V? | timestamp: 1062651867 (2023-09-03T05:04:27Z) 0x9a4-0x9a8 (4) 0x09a0| a1 05 31 2a | ..1* | position_lat: 59.3317858222872 (707855777) 0x9a8-0x9ac (4) 0x09a0| fb fd d0 0c| ....| position_long: 18.023027954623103 (215023099) 0x9ac-0x9b0 (4) 0x09b0|9f 1e 03 00 |.... | distance: 2044.47 (204447) (m) 0x9b0-0x9b4 (4) @@ -2058,7 +2058,7 @@ $ fq -d fit dv activity.fit 0x09b0| 06 | . | reserved: false 0x9ba.3-0x9ba.4 (0.1) 0x09b0| 06 | . | local_message_type: 6 0x9ba.4-0x9bb (0.4) | | | data_message{}: 0x9bb-0x9d1 (22) -0x09b0| df c7 56 3f | ..V? | timestamp: 1062651871 (s) 0x9bb-0x9bf (4) +0x09b0| df c7 56 3f | ..V? | timestamp: 1062651871 (2023-09-03T05:04:31Z) 0x9bb-0x9bf (4) 0x09b0| f7| .| position_lat: 59.33179303072393 (707855863) 0x9bf-0x9c3 (4) 0x09c0|05 31 2a |.1* | 0x09c0| ec 0f d1 0c | .... | position_long: 18.023412935435772 (215027692) 0x9c3-0x9c7 (4) @@ -2075,7 +2075,7 @@ $ fq -d fit dv activity.fit 0x09d0| 06 | . | reserved: false 0x9d1.3-0x9d1.4 (0.1) 0x09d0| 06 | . | local_message_type: 6 0x9d1.4-0x9d2 (0.4) | | | data_message{}: 0x9d2-0x9e8 (22) -0x09d0| e3 c7 56 3f | ..V? | timestamp: 1062651875 (s) 0x9d2-0x9d6 (4) +0x09d0| e3 c7 56 3f | ..V? | timestamp: 1062651875 (2023-09-03T05:04:35Z) 0x9d2-0x9d6 (4) 0x09d0| 1a 07 31 2a | ..1* | position_lat: 59.33181742206216 (707856154) 0x9d6-0x9da (4) 0x09d0| 87 22 d1 0c | .".. | position_long: 18.023812165483832 (215032455) 0x9da-0x9de (4) 0x09d0| 1f 30| .0| distance: 2089.27 (208927) (m) 0x9de-0x9e2 (4) @@ -2092,7 +2092,7 @@ $ fq -d fit dv activity.fit 0x09e0| 06 | . | reserved: false 0x9e8.3-0x9e8.4 (0.1) 0x09e0| 06 | . | local_message_type: 6 0x9e8.4-0x9e9 (0.4) | | | data_message{}: 0x9e9-0x9ff (22) -0x09e0| e7 c7 56 3f | ..V? | timestamp: 1062651879 (s) 0x9e9-0x9ed (4) +0x09e0| e7 c7 56 3f | ..V? | timestamp: 1062651879 (2023-09-03T05:04:39Z) 0x9e9-0x9ed (4) 0x09e0| ba 06 31| ..1| position_lat: 59.331809375435114 (707856058) 0x9ed-0x9f1 (4) 0x09f0|2a |* | 0x09f0| 25 37 d1 0c | %7.. | position_long: 18.024254562333226 (215037733) 0x9f1-0x9f5 (4) @@ -2109,7 +2109,7 @@ $ fq -d fit dv activity.fit 0x09f0| 06| .| reserved: false 0x9ff.3-0x9ff.4 (0.1) 0x09f0| 06| .| local_message_type: 6 0x9ff.4-0xa00 (0.4) | | | data_message{}: 0xa00-0xa16 (22) -0x0a00|eb c7 56 3f |..V? | timestamp: 1062651883 (s) 0xa00-0xa04 (4) +0x0a00|eb c7 56 3f |..V? | timestamp: 1062651883 (2023-09-03T05:04:43Z) 0xa00-0xa04 (4) 0x0a00| 65 06 31 2a | e.1* | position_lat: 59.33180225081742 (707855973) 0xa04-0xa08 (4) 0x0a00| e9 4b d1 0c | .K.. | position_long: 18.024700144305825 (215043049) 0xa08-0xa0c (4) 0x0a00| e1 43 03 00| .C..| distance: 2139.85 (213985) (m) 0xa0c-0xa10 (4) @@ -2125,7 +2125,7 @@ $ fq -d fit dv activity.fit 0x0a10| 06 | . | reserved: false 0xa16.3-0xa16.4 (0.1) 0x0a10| 06 | . | local_message_type: 6 0xa16.4-0xa17 (0.4) | | | data_message{}: 0xa17-0xa2d (22) -0x0a10| ef c7 56 3f | ..V? | timestamp: 1062651887 (s) 0xa17-0xa1b (4) +0x0a10| ef c7 56 3f | ..V? | timestamp: 1062651887 (2023-09-03T05:04:47Z) 0xa17-0xa1b (4) 0x0a10| 79 06 31 2a | y.1* | position_lat: 59.33180392719805 (707855993) 0xa1b-0xa1f (4) 0x0a10| b9| .| position_long: 18.025168189778924 (215048633) 0xa1f-0xa23 (4) 0x0a20|61 d1 0c |a.. | @@ -2142,7 +2142,7 @@ $ fq -d fit dv activity.fit 0x0a20| 06 | . | reserved: false 0xa2d.3-0xa2d.4 (0.1) 0x0a20| 06 | . | local_message_type: 6 0xa2d.4-0xa2e (0.4) | | | data_message{}: 0xa2e-0xa44 (22) -0x0a20| f2 c7| ..| timestamp: 1062651890 (s) 0xa2e-0xa32 (4) +0x0a20| f2 c7| ..| timestamp: 1062651890 (2023-09-03T05:04:50Z) 0xa2e-0xa32 (4) 0x0a30|56 3f |V? | 0x0a30| b4 06 31 2a | ..1* | position_lat: 59.331808872520924 (707856052) 0xa32-0xa36 (4) 0x0a30| 32 72 d1 0c | 2r.. | position_long: 18.025521654635668 (215052850) 0xa36-0xa3a (4) @@ -2159,7 +2159,7 @@ $ fq -d fit dv activity.fit 0x0a40| 06 | . | reserved: false 0xa44.3-0xa44.4 (0.1) 0x0a40| 06 | . | local_message_type: 6 0xa44.4-0xa45 (0.4) | | | data_message{}: 0xa45-0xa5b (22) -0x0a40| f6 c7 56 3f | ..V? | timestamp: 1062651894 (s) 0xa45-0xa49 (4) +0x0a40| f6 c7 56 3f | ..V? | timestamp: 1062651894 (2023-09-03T05:04:54Z) 0xa45-0xa49 (4) 0x0a40| d6 07 31 2a | ..1* | position_lat: 59.33183318004012 (707856342) 0xa49-0xa4d (4) 0x0a40| b6 87 d1| ...| position_long: 18.025983329862356 (215058358) 0xa4d-0xa51 (4) 0x0a50|0c |. | @@ -2176,7 +2176,7 @@ $ fq -d fit dv activity.fit 0x0a50| 06 | . | reserved: false 0xa5b.3-0xa5b.4 (0.1) 0x0a50| 06 | . | local_message_type: 6 0xa5b.4-0xa5c (0.4) | | | data_message{}: 0xa5c-0xa72 (22) -0x0a50| f9 c7 56 3f| ..V?| timestamp: 1062651897 (s) 0xa5c-0xa60 (4) +0x0a50| f9 c7 56 3f| ..V?| timestamp: 1062651897 (2023-09-03T05:04:57Z) 0xa5c-0xa60 (4) 0x0a60|b6 08 31 2a |..1* | position_lat: 59.331851955503225 (707856566) 0xa60-0xa64 (4) 0x0a60| 54 98 d1 0c | T... | position_long: 18.026339896023273 (215062612) 0xa64-0xa68 (4) 0x0a60| 6c 68 03 00 | lh.. | distance: 2233.4 (223340) (m) 0xa68-0xa6c (4) @@ -2192,7 +2192,7 @@ $ fq -d fit dv activity.fit 0x0a70| 06 | . | reserved: false 0xa72.3-0xa72.4 (0.1) 0x0a70| 06 | . | local_message_type: 6 0xa72.4-0xa73 (0.4) | | | data_message{}: 0xa73-0xa89 (22) -0x0a70| fc c7 56 3f | ..V? | timestamp: 1062651900 (s) 0xa73-0xa77 (4) +0x0a70| fc c7 56 3f | ..V? | timestamp: 1062651900 (2023-09-03T05:05:00Z) 0xa73-0xa77 (4) 0x0a70| 5f 09 31 2a | _.1* | position_lat: 59.331866120919585 (707856735) 0xa77-0xa7b (4) 0x0a70| b0 a8 d1 0c | .... | position_long: 18.026690930128098 (215066800) 0xa7b-0xa7f (4) 0x0a70| 41| A| distance: 2253.45 (225345) (m) 0xa7f-0xa83 (4) @@ -2209,7 +2209,7 @@ $ fq -d fit dv activity.fit 0x0a80| 06 | . | reserved: false 0xa89.3-0xa89.4 (0.1) 0x0a80| 06 | . | local_message_type: 6 0xa89.4-0xa8a (0.4) | | | data_message{}: 0xa8a-0xaa0 (22) -0x0a80| ff c7 56 3f | ..V? | timestamp: 1062651903 (s) 0xa8a-0xa8e (4) +0x0a80| ff c7 56 3f | ..V? | timestamp: 1062651903 (2023-09-03T05:05:03Z) 0xa8a-0xa8e (4) 0x0a80| 17 0a| ..| position_lat: 59.33188154362142 (707856919) 0xa8e-0xa92 (4) 0x0a90|31 2a |1* | 0x0a90| 38 b9 d1 0c | 8... | position_long: 18.027045652270317 (215071032) 0xa92-0xa96 (4) @@ -2226,7 +2226,7 @@ $ fq -d fit dv activity.fit 0x0aa0|06 |. | reserved: false 0xaa0.3-0xaa0.4 (0.1) 0x0aa0|06 |. | local_message_type: 6 0xaa0.4-0xaa1 (0.4) | | | data_message{}: 0xaa1-0xab7 (22) -0x0aa0| 02 c8 56 3f | ..V? | timestamp: 1062651906 (s) 0xaa1-0xaa5 (4) +0x0aa0| 02 c8 56 3f | ..V? | timestamp: 1062651906 (2023-09-03T05:05:06Z) 0xaa1-0xaa5 (4) 0x0aa0| 9b 0b 31 2a | ..1* | position_lat: 59.331914065405726 (707857307) 0xaa5-0xaa9 (4) 0x0aa0| a3 c9 d1 0c | .... | position_long: 18.027397943660617 (215075235) 0xaa9-0xaad (4) 0x0aa0| 1e 80 03| ...| distance: 2294.06 (229406) (m) 0xaad-0xab1 (4) @@ -2243,7 +2243,7 @@ $ fq -d fit dv activity.fit 0x0ab0| 06 | . | reserved: false 0xab7.3-0xab7.4 (0.1) 0x0ab0| 06 | . | local_message_type: 6 0xab7.4-0xab8 (0.4) | | | data_message{}: 0xab8-0xace (22) -0x0ab0| 06 c8 56 3f | ..V? | timestamp: 1062651910 (s) 0xab8-0xabc (4) +0x0ab0| 06 c8 56 3f | ..V? | timestamp: 1062651910 (2023-09-03T05:05:10Z) 0xab8-0xabc (4) 0x0ab0| a7 0d 31 2a| ..1*| position_lat: 59.331957986578345 (707857831) 0xabc-0xac0 (4) 0x0ac0|fa de d1 0c |.... | position_long: 18.027855847030878 (215080698) 0xac0-0xac4 (4) 0x0ac0| 7a 8a 03 00 | z... | distance: 2320.58 (232058) (m) 0xac4-0xac8 (4) @@ -2259,7 +2259,7 @@ $ fq -d fit dv activity.fit 0x0ac0| 06 | . | reserved: false 0xace.3-0xace.4 (0.1) 0x0ac0| 06 | . | local_message_type: 6 0xace.4-0xacf (0.4) | | | data_message{}: 0xacf-0xae5 (22) -0x0ac0| 0a| .| timestamp: 1062651914 (s) 0xacf-0xad3 (4) +0x0ac0| 0a| .| timestamp: 1062651914 (2023-09-03T05:05:14Z) 0xacf-0xad3 (4) 0x0ad0|c8 56 3f |.V? | 0x0ad0| 74 0f 31 2a | t.1* | position_lat: 59.331996627151966 (707858292) 0xad3-0xad7 (4) 0x0ad0| 57 f4 d1 0c | W... | position_long: 18.02831425331533 (215086167) 0xad7-0xadb (4) @@ -2277,7 +2277,7 @@ $ fq -d fit dv activity.fit 0x0ae0| 06 | . | reserved: false 0xae5.3-0xae5.4 (0.1) 0x0ae0| 06 | . | local_message_type: 6 0xae5.4-0xae6 (0.4) | | | data_message{}: 0xae6-0xafc (22) -0x0ae0| 0d c8 56 3f | ..V? | timestamp: 1062651917 (s) 0xae6-0xaea (4) +0x0ae0| 0d c8 56 3f | ..V? | timestamp: 1062651917 (2023-09-03T05:05:17Z) 0xae6-0xaea (4) 0x0ae0| 00 10 31 2a | ..1* | position_lat: 59.332008361816406 (707858432) 0xaea-0xaee (4) 0x0ae0| c6 04| ..| position_long: 18.028666879981756 (215090374) 0xaee-0xaf2 (4) 0x0af0|d2 0c |.. | @@ -2294,7 +2294,7 @@ $ fq -d fit dv activity.fit 0x0af0| 06 | . | reserved: false 0xafc.3-0xafc.4 (0.1) 0x0af0| 06 | . | local_message_type: 6 0xafc.4-0xafd (0.4) | | | data_message{}: 0xafd-0xb13 (22) -0x0af0| 10 c8 56| ..V| timestamp: 1062651920 (s) 0xafd-0xb01 (4) +0x0af0| 10 c8 56| ..V| timestamp: 1062651920 (2023-09-03T05:05:20Z) 0xafd-0xb01 (4) 0x0b00|3f |? | 0x0b00| 6e 10 31 2a | n.1* | position_lat: 59.332017581909895 (707858542) 0xb01-0xb05 (4) 0x0b00| 54 15 d2 0c | T... | position_long: 18.029022105038166 (215094612) 0xb05-0xb09 (4) @@ -2312,7 +2312,7 @@ $ fq -d fit dv activity.fit 0x0b10| 06 | . | reserved: false 0xb13.3-0xb13.4 (0.1) 0x0b10| 06 | . | local_message_type: 6 0xb13.4-0xb14 (0.4) | | | data_message{}: 0xb14-0xb2a (22) -0x0b10| 14 c8 56 3f | ..V? | timestamp: 1062651924 (s) 0xb14-0xb18 (4) +0x0b10| 14 c8 56 3f | ..V? | timestamp: 1062651924 (2023-09-03T05:05:24Z) 0xb14-0xb18 (4) 0x0b10| 87 11 31 2a | ..1* | position_lat: 59.33204113505781 (707858823) 0xb18-0xb1c (4) 0x0b10| 89 2a d2 0c| .*..| position_long: 18.02947715856135 (215100041) 0xb1c-0xb20 (4) 0x0b20|be ae 03 00 |.... | distance: 2413.42 (241342) (m) 0xb20-0xb24 (4) @@ -2328,7 +2328,7 @@ $ fq -d fit dv activity.fit 0x0b20| 06 | . | reserved: false 0xb2a.3-0xb2a.4 (0.1) 0x0b20| 06 | . | local_message_type: 6 0xb2a.4-0xb2b (0.4) | | | data_message{}: 0xb2b-0xb41 (22) -0x0b20| 18 c8 56 3f | ..V? | timestamp: 1062651928 (s) 0xb2b-0xb2f (4) +0x0b20| 18 c8 56 3f | ..V? | timestamp: 1062651928 (2023-09-03T05:05:28Z) 0xb2b-0xb2f (4) 0x0b20| f1| .| position_lat: 59.33207147754729 (707859185) 0xb2f-0xb33 (4) 0x0b30|12 31 2a |.1* | 0x0b30| e7 3f d2 0c | .?.. | position_long: 18.029935648664832 (215105511) 0xb33-0xb37 (4) @@ -2345,7 +2345,7 @@ $ fq -d fit dv activity.fit 0x0b40| 06 | . | reserved: false 0xb41.3-0xb41.4 (0.1) 0x0b40| 06 | . | local_message_type: 6 0xb41.4-0xb42 (0.4) | | | data_message{}: 0xb42-0xb58 (22) -0x0b40| 1c c8 56 3f | ..V? | timestamp: 1062651932 (s) 0xb42-0xb46 (4) +0x0b40| 1c c8 56 3f | ..V? | timestamp: 1062651932 (2023-09-03T05:05:32Z) 0xb42-0xb46 (4) 0x0b40| 36 14 31 2a | 6.1* | position_lat: 59.332098718732595 (707859510) 0xb46-0xb4a (4) 0x0b40| db 54 d2 0c | .T.. | position_long: 18.030385253950953 (215110875) 0xb4a-0xb4e (4) 0x0b40| 16 c3| ..| distance: 2465.5 (246550) (m) 0xb4e-0xb52 (4) @@ -2362,7 +2362,7 @@ $ fq -d fit dv activity.fit 0x0b50| 06 | . | reserved: false 0xb58.3-0xb58.4 (0.1) 0x0b50| 06 | . | local_message_type: 6 0xb58.4-0xb59 (0.4) | | | data_message{}: 0xb59-0xb6f (22) -0x0b50| 20 c8 56 3f | .V? | timestamp: 1062651936 (s) 0xb59-0xb5d (4) +0x0b50| 20 c8 56 3f | .V? | timestamp: 1062651936 (2023-09-03T05:05:36Z) 0xb59-0xb5d (4) 0x0b50| dc 14 31| ..1| position_lat: 59.33211263269186 (707859676) 0xb5d-0xb61 (4) 0x0b60|2a |* | 0x0b60| 7a 69 d2 0c | zi.. | position_long: 18.03082773461938 (215116154) 0xb61-0xb65 (4) @@ -2379,7 +2379,7 @@ $ fq -d fit dv activity.fit 0x0b60| 06| .| reserved: false 0xb6f.3-0xb6f.4 (0.1) 0x0b60| 06| .| local_message_type: 6 0xb6f.4-0xb70 (0.4) | | | data_message{}: 0xb70-0xb86 (22) -0x0b70|23 c8 56 3f |#.V? | timestamp: 1062651939 (s) 0xb70-0xb74 (4) +0x0b70|23 c8 56 3f |#.V? | timestamp: 1062651939 (2023-09-03T05:05:39Z) 0xb70-0xb74 (4) 0x0b70| cc 15 31 2a | ..1* | position_lat: 59.33213274925947 (707859916) 0xb74-0xb78 (4) 0x0b70| 5b 79 d2 0c | [y.. | position_long: 18.031168458983302 (215120219) 0xb78-0xb7c (4) 0x0b70| 8d d4 03 00| ....| distance: 2510.21 (251021) (m) 0xb7c-0xb80 (4) @@ -2395,7 +2395,7 @@ $ fq -d fit dv activity.fit 0x0b80| 06 | . | reserved: false 0xb86.3-0xb86.4 (0.1) 0x0b80| 06 | . | local_message_type: 6 0xb86.4-0xb87 (0.4) | | | data_message{}: 0xb87-0xb9d (22) -0x0b80| 27 c8 56 3f | '.V? | timestamp: 1062651943 (s) 0xb87-0xb8b (4) +0x0b80| 27 c8 56 3f | '.V? | timestamp: 1062651943 (2023-09-03T05:05:43Z) 0xb87-0xb8b (4) 0x0b80| f5 1c 31 2a | ..1* | position_lat: 59.332286389544606 (707861749) 0xb8b-0xb8f (4) 0x0b80| 06| .| position_long: 18.031504657119513 (215124230) 0xb8f-0xb93 (4) 0x0b90|89 d2 0c |... | @@ -2412,7 +2412,7 @@ $ fq -d fit dv activity.fit 0x0b90| 06 | . | reserved: false 0xb9d.3-0xb9d.4 (0.1) 0x0b90| 06 | . | local_message_type: 6 0xb9d.4-0xb9e (0.4) | | | data_message{}: 0xb9e-0xbb4 (22) -0x0b90| 2a c8| *.| timestamp: 1062651946 (s) 0xb9e-0xba2 (4) +0x0b90| 2a c8| *.| timestamp: 1062651946 (2023-09-03T05:05:46Z) 0xb9e-0xba2 (4) 0x0ba0|56 3f |V? | 0x0ba0| 24 25 31 2a | $%1* | position_lat: 59.33246199041605 (707863844) 0xba2-0xba6 (4) 0x0ba0| 0e 8e d2 0c | .... | position_long: 18.031612616032362 (215125518) 0xba6-0xbaa (4) @@ -2429,7 +2429,7 @@ $ fq -d fit dv activity.fit 0x0bb0| 06 | . | reserved: false 0xbb4.3-0xbb4.4 (0.1) 0x0bb0| 06 | . | local_message_type: 6 0xbb4.4-0xbb5 (0.4) | | | data_message{}: 0xbb5-0xbcb (22) -0x0bb0| 2d c8 56 3f | -.V? | timestamp: 1062651949 (s) 0xbb5-0xbb9 (4) +0x0bb0| 2d c8 56 3f | -.V? | timestamp: 1062651949 (2023-09-03T05:05:49Z) 0xbb5-0xbb9 (4) 0x0bb0| 75 2d 31 2a | u-1* | position_lat: 59.33264044113457 (707865973) 0xbb9-0xbbd (4) 0x0bb0| 11 93 d2| ...| position_long: 18.031720155850053 (215126801) 0xbbd-0xbc1 (4) 0x0bc0|0c |. | @@ -2446,7 +2446,7 @@ $ fq -d fit dv activity.fit 0x0bc0| 06 | . | reserved: false 0xbcb.3-0xbcb.4 (0.1) 0x0bc0| 06 | . | local_message_type: 6 0xbcb.4-0xbcc (0.4) | | | data_message{}: 0xbcc-0xbe2 (22) -0x0bc0| 30 c8 56 3f| 0.V?| timestamp: 1062651952 (s) 0xbcc-0xbd0 (4) +0x0bc0| 30 c8 56 3f| 0.V?| timestamp: 1062651952 (2023-09-03T05:05:52Z) 0xbcc-0xbd0 (4) 0x0bd0|c1 35 31 2a |.51* | position_lat: 59.332818472757936 (707868097) 0xbd0-0xbd4 (4) 0x0bd0| 18 98 d2 0c | .... | position_long: 18.03182803094387 (215128088) 0xbd4-0xbd8 (4) 0x0bd0| 0d f7 03 00 | .... | distance: 2598.53 (259853) (m) 0xbd8-0xbdc (4) @@ -2473,7 +2473,7 @@ $ fq -d fit dv activity.fit 0x0be0| 06 | . | reserved: false 0xbea.3-0xbea.4 (0.1) 0x0be0| 06 | . | local_message_type: 6 0xbea.4-0xbeb (0.4) | | | data_message{}: 0xbeb-0xc01 (22) -0x0be0| 33 c8 56 3f | 3.V? | timestamp: 1062651955 (s) 0xbeb-0xbef (4) +0x0be0| 33 c8 56 3f | 3.V? | timestamp: 1062651955 (2023-09-03T05:05:55Z) 0xbeb-0xbef (4) 0x0be0| a3| .| position_lat: 59.333009077236056 (707870371) 0xbef-0xbf3 (4) 0x0bf0|3e 31 2a |>1* | 0x0bf0| 54 9d d2 0c | T... | position_long: 18.03194034844637 (215129428) 0xbf3-0xbf7 (4) @@ -2490,7 +2490,7 @@ $ fq -d fit dv activity.fit 0x0c00| 06 | . | reserved: false 0xc01.3-0xc01.4 (0.1) 0x0c00| 06 | . | local_message_type: 6 0xc01.4-0xc02 (0.4) | | | data_message{}: 0xc02-0xc18 (22) -0x0c00| 36 c8 56 3f | 6.V? | timestamp: 1062651958 (s) 0xc02-0xc06 (4) +0x0c00| 36 c8 56 3f | 6.V? | timestamp: 1062651958 (2023-09-03T05:05:58Z) 0xc02-0xc06 (4) 0x0c00| a5 47 31 2a | .G1* | position_lat: 59.33320236392319 (707872677) 0xc06-0xc0a (4) 0x0c00| 59 a1 d2 0c | Y... | position_long: 18.032026598230004 (215130457) 0xc0a-0xc0e (4) 0x0c00| 53 08| S.| distance: 2642.75 (264275) (m) 0xc0e-0xc12 (4) @@ -2507,7 +2507,7 @@ $ fq -d fit dv activity.fit 0x0c10| 06 | . | reserved: false 0xc18.3-0xc18.4 (0.1) 0x0c10| 06 | . | local_message_type: 6 0xc18.4-0xc19 (0.4) | | | data_message{}: 0xc19-0xc2f (22) -0x0c10| 39 c8 56 3f | 9.V? | timestamp: 1062651961 (s) 0xc19-0xc1d (4) +0x0c10| 39 c8 56 3f | 9.V? | timestamp: 1062651961 (2023-09-03T05:06:01Z) 0xc19-0xc1d (4) 0x0c10| 1c 51 31| .Q1| position_lat: 59.33340545743704 (707875100) 0xc1d-0xc21 (4) 0x0c20|2a |* | 0x0c20| af a5 d2 0c | .... | position_long: 18.03211963735521 (215131567) 0xc21-0xc25 (4) @@ -2524,7 +2524,7 @@ $ fq -d fit dv activity.fit 0x0c20| 06| .| reserved: false 0xc2f.3-0xc2f.4 (0.1) 0x0c20| 06| .| local_message_type: 6 0xc2f.4-0xc30 (0.4) | | | data_message{}: 0xc30-0xc46 (22) -0x0c30|3c c8 56 3f |<.V? | timestamp: 1062651964 (s) 0xc30-0xc34 (4) +0x0c30|3c c8 56 3f |<.V? | timestamp: 1062651964 (2023-09-03T05:06:04Z) 0xc30-0xc34 (4) 0x0c30| ad 5a 31 2a | .Z1* | position_lat: 59.33361073024571 (707877549) 0xc34-0xc38 (4) 0x0c30| 65 ab d2 0c | e... | position_long: 18.032242180779576 (215133029) 0xc38-0xc3c (4) 0x0c30| bd 1a 04 00| ....| distance: 2689.89 (268989) (m) 0xc3c-0xc40 (4) @@ -2540,7 +2540,7 @@ $ fq -d fit dv activity.fit 0x0c40| 06 | . | reserved: false 0xc46.3-0xc46.4 (0.1) 0x0c40| 06 | . | local_message_type: 6 0xc46.4-0xc47 (0.4) | | | data_message{}: 0xc47-0xc5d (22) -0x0c40| 3f c8 56 3f | ?.V? | timestamp: 1062651967 (s) 0xc47-0xc4b (4) +0x0c40| 3f c8 56 3f | ?.V? | timestamp: 1062651967 (2023-09-03T05:06:07Z) 0xc47-0xc4b (4) 0x0c40| b1 65 31 2a | .e1* | position_lat: 59.33384709991515 (707880369) 0xc4b-0xc4f (4) 0x0c40| ec| .| position_long: 18.032360784709454 (215134444) 0xc4f-0xc53 (4) 0x0c50|b0 d2 0c |... | @@ -2557,7 +2557,7 @@ $ fq -d fit dv activity.fit 0x0c50| 06 | . | reserved: false 0xc5d.3-0xc5d.4 (0.1) 0x0c50| 06 | . | local_message_type: 6 0xc5d.4-0xc5e (0.4) | | | data_message{}: 0xc5e-0xc74 (22) -0x0c50| 42 c8| B.| timestamp: 1062651970 (s) 0xc5e-0xc62 (4) +0x0c50| 42 c8| B.| timestamp: 1062651970 (2023-09-03T05:06:10Z) 0xc5e-0xc62 (4) 0x0c60|56 3f |V? | 0x0c60| 78 70 31 2a | xp1* | position_lat: 59.33407835662365 (707883128) 0xc62-0xc66 (4) 0x0c60| af b6 d2 0c | .... | position_long: 18.032484417781234 (215135919) 0xc66-0xc6a (4) @@ -2574,7 +2574,7 @@ $ fq -d fit dv activity.fit 0x0c70| 06 | . | reserved: false 0xc74.3-0xc74.4 (0.1) 0x0c70| 06 | . | local_message_type: 6 0xc74.4-0xc75 (0.4) | | | data_message{}: 0xc75-0xc8b (22) -0x0c70| 45 c8 56 3f | E.V? | timestamp: 1062651973 (s) 0xc75-0xc79 (4) +0x0c70| 45 c8 56 3f | E.V? | timestamp: 1062651973 (2023-09-03T05:06:13Z) 0xc75-0xc79 (4) 0x0c70| f3 7b 31 2a | .{1* | position_lat: 59.33432470075786 (707886067) 0xc79-0xc7d (4) 0x0c70| c2 bc d2| ...| position_long: 18.03261475637555 (215137474) 0xc7d-0xc81 (4) 0x0c80|0c |. | @@ -2591,7 +2591,7 @@ $ fq -d fit dv activity.fit 0x0c80| 06 | . | reserved: false 0xc8b.3-0xc8b.4 (0.1) 0x0c80| 06 | . | local_message_type: 6 0xc8b.4-0xc8c (0.4) | | | data_message{}: 0xc8c-0xca2 (22) -0x0c80| 48 c8 56 3f| H.V?| timestamp: 1062651976 (s) 0xc8c-0xc90 (4) +0x0c80| 48 c8 56 3f| H.V?| timestamp: 1062651976 (2023-09-03T05:06:16Z) 0xc8c-0xc90 (4) 0x0c90|8e 87 31 2a |..1* | position_lat: 59.33457372710109 (707889038) 0xc90-0xc94 (4) 0x0c90| 97 c4 d2 0c | .... | position_long: 18.03278281353414 (215139479) 0xc94-0xc98 (4) 0x0c90| 57 46 04 00 | WF.. | distance: 2801.51 (280151) (m) 0xc98-0xc9c (4) @@ -2607,7 +2607,7 @@ $ fq -d fit dv activity.fit 0x0ca0| 06 | . | reserved: false 0xca2.3-0xca2.4 (0.1) 0x0ca0| 06 | . | local_message_type: 6 0xca2.4-0xca3 (0.4) | | | data_message{}: 0xca3-0xcb9 (22) -0x0ca0| 4a c8 56 3f | J.V? | timestamp: 1062651978 (s) 0xca3-0xca7 (4) +0x0ca0| 4a c8 56 3f | J.V? | timestamp: 1062651978 (2023-09-03T05:06:18Z) 0xca3-0xca7 (4) 0x0ca0| 5d 8f 31 2a | ].1* | position_lat: 59.33474128134549 (707891037) 0xca7-0xcab (4) 0x0ca0| 81 ca d2 0c | .... | position_long: 18.032909715548158 (215140993) 0xcab-0xcaf (4) 0x0ca0| 28| (| distance: 2821.52 (282152) (m) 0xcaf-0xcb3 (4) @@ -2624,7 +2624,7 @@ $ fq -d fit dv activity.fit 0x0cb0| 06 | . | reserved: false 0xcb9.3-0xcb9.4 (0.1) 0x0cb0| 06 | . | local_message_type: 6 0xcb9.4-0xcba (0.4) | | | data_message{}: 0xcba-0xcd0 (22) -0x0cb0| 4c c8 56 3f | L.V? | timestamp: 1062651980 (s) 0xcba-0xcbe (4) +0x0cb0| 4c c8 56 3f | L.V? | timestamp: 1062651980 (2023-09-03T05:06:20Z) 0xcba-0xcbe (4) 0x0cb0| 2d 97| -.| position_lat: 59.33490891940892 (707893037) 0xcbe-0xcc2 (4) 0x0cc0|31 2a |1* | 0x0cc0| 7e d0 d2 0c | ~... | position_long: 18.033038210123777 (215142526) 0xcc2-0xcc6 (4) @@ -2641,7 +2641,7 @@ $ fq -d fit dv activity.fit 0x0cd0|06 |. | reserved: false 0xcd0.3-0xcd0.4 (0.1) 0x0cd0|06 |. | local_message_type: 6 0xcd0.4-0xcd1 (0.4) | | | data_message{}: 0xcd1-0xce7 (22) -0x0cd0| 4e c8 56 3f | N.V? | timestamp: 1062651982 (s) 0xcd1-0xcd5 (4) +0x0cd0| 4e c8 56 3f | N.V? | timestamp: 1062651982 (2023-09-03T05:06:22Z) 0xcd1-0xcd5 (4) 0x0cd0| 20 9f 31 2a | .1* | position_lat: 59.33507949113846 (707895072) 0xcd5-0xcd9 (4) 0x0cd0| cf d6 d2 0c | .... | position_long: 18.03317374549806 (215144143) 0xcd9-0xcdd (4) 0x0cd0| fe 5d 04| .].| distance: 2862.06 (286206) (m) 0xcdd-0xce1 (4) @@ -2658,7 +2658,7 @@ $ fq -d fit dv activity.fit 0x0ce0| 06 | . | reserved: false 0xce7.3-0xce7.4 (0.1) 0x0ce0| 06 | . | local_message_type: 6 0xce7.4-0xce8 (0.4) | | | data_message{}: 0xce8-0xcfe (22) -0x0ce0| 50 c8 56 3f | P.V? | timestamp: 1062651984 (s) 0xce8-0xcec (4) +0x0ce0| 50 c8 56 3f | P.V? | timestamp: 1062651984 (2023-09-03T05:06:24Z) 0xce8-0xcec (4) 0x0ce0| 1b a7 31 2a| ..1*| position_lat: 59.33525073342025 (707897115) 0xcec-0xcf0 (4) 0x0cf0|1c dd d2 0c |.... | position_long: 18.033308945596218 (215145756) 0xcf0-0xcf4 (4) 0x0cf0| 07 66 04 00 | .f.. | distance: 2882.63 (288263) (m) 0xcf4-0xcf8 (4) @@ -2674,7 +2674,7 @@ $ fq -d fit dv activity.fit 0x0cf0| 06 | . | reserved: false 0xcfe.3-0xcfe.4 (0.1) 0x0cf0| 06 | . | local_message_type: 6 0xcfe.4-0xcff (0.4) | | | data_message{}: 0xcff-0xd15 (22) -0x0cf0| 53| S| timestamp: 1062651987 (s) 0xcff-0xd03 (4) +0x0cf0| 53| S| timestamp: 1062651987 (2023-09-03T05:06:27Z) 0xcff-0xd03 (4) 0x0d00|c8 56 3f |.V? | 0x0d00| 97 b2 31 2a | ..1* | position_lat: 59.335497161373496 (707900055) 0xd03-0xd07 (4) 0x0d00| 09 e6 d2 0c | .... | position_long: 18.033500472083688 (215148041) 0xd07-0xd0b (4) @@ -2692,7 +2692,7 @@ $ fq -d fit dv activity.fit 0x0d10| 06 | . | reserved: false 0xd15.3-0xd15.4 (0.1) 0x0d10| 06 | . | local_message_type: 6 0xd15.4-0xd16 (0.4) | | | data_message{}: 0xd16-0xd2c (22) -0x0d10| 56 c8 56 3f | V.V? | timestamp: 1062651990 (s) 0xd16-0xd1a (4) +0x0d10| 56 c8 56 3f | V.V? | timestamp: 1062651990 (2023-09-03T05:06:30Z) 0xd16-0xd1a (4) 0x0d10| 9b bd 31 2a | ..1* | position_lat: 59.33573353104293 (707902875) 0xd1a-0xd1e (4) 0x0d10| fe ed| ..| position_long: 18.033671211451292 (215150078) 0xd1e-0xd22 (4) 0x0d20|d2 0c |.. | @@ -2709,7 +2709,7 @@ $ fq -d fit dv activity.fit 0x0d20| 06 | . | reserved: false 0xd2c.3-0xd2c.4 (0.1) 0x0d20| 06 | . | local_message_type: 6 0xd2c.4-0xd2d (0.4) | | | data_message{}: 0xd2d-0xd43 (22) -0x0d20| 59 c8 56| Y.V| timestamp: 1062651993 (s) 0xd2d-0xd31 (4) +0x0d20| 59 c8 56| Y.V| timestamp: 1062651993 (2023-09-03T05:06:33Z) 0xd2d-0xd31 (4) 0x0d30|3f |? | 0x0d30| 16 c8 31 2a | ..1* | position_lat: 59.335958417505026 (707905558) 0xd31-0xd35 (4) 0x0d30| 85 f5 d2 0c | .... | position_long: 18.033832730725408 (215152005) 0xd35-0xd39 (4) @@ -2727,7 +2727,7 @@ $ fq -d fit dv activity.fit 0x0d40| 06 | . | reserved: false 0xd43.3-0xd43.4 (0.1) 0x0d40| 06 | . | local_message_type: 6 0xd43.4-0xd44 (0.4) | | | data_message{}: 0xd44-0xd5a (22) -0x0d40| 5c c8 56 3f | \.V? | timestamp: 1062651996 (s) 0xd44-0xd48 (4) +0x0d40| 5c c8 56 3f | \.V? | timestamp: 1062651996 (2023-09-03T05:06:36Z) 0xd44-0xd48 (4) 0x0d40| b9 d2 31 2a | ..1* | position_lat: 59.33618665672839 (707908281) 0xd48-0xd4c (4) 0x0d40| 0d ff d2 0c| ....| position_long: 18.034037249162793 (215154445) 0xd4c-0xd50 (4) 0x0d50|dd 91 04 00 |.... | distance: 2994.85 (299485) (m) 0xd50-0xd54 (4) @@ -2743,7 +2743,7 @@ $ fq -d fit dv activity.fit 0x0d50| 06 | . | reserved: false 0xd5a.3-0xd5a.4 (0.1) 0x0d50| 06 | . | local_message_type: 6 0xd5a.4-0xd5b (0.4) | | | data_message{}: 0xd5b-0xd71 (22) -0x0d50| 5d c8 56 3f | ].V? | timestamp: 1062651997 (s) 0xd5b-0xd5f (4) +0x0d50| 5d c8 56 3f | ].V? | timestamp: 1062651997 (2023-09-03T05:06:37Z) 0xd5b-0xd5f (4) 0x0d50| 42| B| position_lat: 59.33626251295209 (707909186) 0xd5f-0xd63 (4) 0x0d60|d6 31 2a |.1* | 0x0d60| 17 02 d3 0c | .... | position_long: 18.034102460369468 (215155223) 0xd63-0xd67 (4) @@ -2760,8 +2760,8 @@ $ fq -d fit dv activity.fit 0x0d70| 08 | . | reserved: false 0xd71.3-0xd71.4 (0.1) 0x0d70| 08 | . | local_message_type: 8 0xd71.4-0xd72 (0.4) | | | data_message{}: 0xd72-0xda8 (54) -0x0d70| 5d c8 56 3f | ].V? | timestamp: 1062651997 (s) 0xd72-0xd76 (4) -0x0d70| d4 c7 56 3f | ..V? | start_time: 1062651860 0xd76-0xd7a (4) +0x0d70| 5d c8 56 3f | ].V? | timestamp: 1062651997 (2023-09-03T05:06:37Z) 0xd72-0xd76 (4) +0x0d70| d4 c7 56 3f | ..V? | start_time: 1062651860 (2023-09-03T05:04:20Z) 0xd76-0xd7a (4) 0x0d70| c5 03 31 2a | ..1* | start_position_lat: 59.331745924428105 (707855301) 0xd7a-0xd7e (4) 0x0d70| 89 e0| ..| start_position_long: 18.022396126762033 (215015561) 0xd7e-0xd82 (4) 0x0d80|d0 0c |.. | @@ -2792,7 +2792,7 @@ $ fq -d fit dv activity.fit 0x0da0| 06 | . | reserved: false 0xda8.3-0xda8.4 (0.1) 0x0da0| 06 | . | local_message_type: 6 0xda8.4-0xda9 (0.4) | | | data_message{}: 0xda9-0xdbf (22) -0x0da0| 60 c8 56 3f | `.V? | timestamp: 1062652000 (s) 0xda9-0xdad (4) +0x0da0| 60 c8 56 3f | `.V? | timestamp: 1062652000 (2023-09-03T05:06:40Z) 0xda9-0xdad (4) 0x0da0| 87 e0 31| ..1| position_lat: 59.33648287318647 (707911815) 0xdad-0xdb1 (4) 0x0db0|2a |* | 0x0db0| 5b 0a d3 0c | [... | position_long: 18.034279821440578 (215157339) 0xdb1-0xdb5 (4) @@ -2809,7 +2809,7 @@ $ fq -d fit dv activity.fit 0x0db0| 06| .| reserved: false 0xdbf.3-0xdbf.4 (0.1) 0x0db0| 06| .| local_message_type: 6 0xdbf.4-0xdc0 (0.4) | | | data_message{}: 0xdc0-0xdd6 (22) -0x0dc0|63 c8 56 3f |c.V? | timestamp: 1062652003 (s) 0xdc0-0xdc4 (4) +0x0dc0|63 c8 56 3f |c.V? | timestamp: 1062652003 (2023-09-03T05:06:43Z) 0xdc0-0xdc4 (4) 0x0dc0| 97 ea 31 2a | ..1* | position_lat: 59.33669879101217 (707914391) 0xdc4-0xdc8 (4) 0x0dc0| ae 10 d3 0c | .... | position_long: 18.034415524452925 (215158958) 0xdc8-0xdcc (4) 0x0dc0| a8 a9 04 00| ....| distance: 3055.76 (305576) (m) 0xdcc-0xdd0 (4) @@ -2825,7 +2825,7 @@ $ fq -d fit dv activity.fit 0x0dd0| 06 | . | reserved: false 0xdd6.3-0xdd6.4 (0.1) 0x0dd0| 06 | . | local_message_type: 6 0xdd6.4-0xdd7 (0.4) | | | data_message{}: 0xdd7-0xded (22) -0x0dd0| 66 c8 56 3f | f.V? | timestamp: 1062652006 (s) 0xdd7-0xddb (4) +0x0dd0| 66 c8 56 3f | f.V? | timestamp: 1062652006 (2023-09-03T05:06:46Z) 0xdd7-0xddb (4) 0x0dd0| 82 f4 31 2a | ..1* | position_lat: 59.33691160753369 (707916930) 0xddb-0xddf (4) 0x0dd0| 0c| .| position_long: 18.03457360714674 (215160844) 0xddf-0xde3 (4) 0x0de0|18 d3 0c |... | @@ -2842,7 +2842,7 @@ $ fq -d fit dv activity.fit 0x0de0| 06 | . | reserved: false 0xded.3-0xded.4 (0.1) 0x0de0| 06 | . | local_message_type: 6 0xded.4-0xdee (0.4) | | | data_message{}: 0xdee-0xe04 (22) -0x0de0| 69 c8| i.| timestamp: 1062652009 (s) 0xdee-0xdf2 (4) +0x0de0| 69 c8| i.| timestamp: 1062652009 (2023-09-03T05:06:49Z) 0xdee-0xdf2 (4) 0x0df0|56 3f |V? | 0x0df0| e8 fd 31 2a | ..1* | position_lat: 59.337113276124 (707919336) 0xdf2-0xdf6 (4) 0x0df0| 45 20 d3 0c | E .. | position_long: 18.0347500462085 (215162949) 0xdf6-0xdfa (4) @@ -2859,7 +2859,7 @@ $ fq -d fit dv activity.fit 0x0e00| 06 | . | reserved: false 0xe04.3-0xe04.4 (0.1) 0x0e00| 06 | . | local_message_type: 6 0xe04.4-0xe05 (0.4) | | | data_message{}: 0xe05-0xe1b (22) -0x0e00| 6c c8 56 3f | l.V? | timestamp: 1062652012 (s) 0xe05-0xe09 (4) +0x0e00| 6c c8 56 3f | l.V? | timestamp: 1062652012 (2023-09-03T05:06:52Z) 0xe05-0xe09 (4) 0x0e00| 24 07 32 2a | $.2* | position_lat: 59.337311424314976 (707921700) 0xe09-0xe0d (4) 0x0e00| 68 28 d3| h(.| position_long: 18.034924641251564 (215165032) 0xe0d-0xe11 (4) 0x0e10|0c |. | @@ -2876,7 +2876,7 @@ $ fq -d fit dv activity.fit 0x0e10| 06 | . | reserved: false 0xe1b.3-0xe1b.4 (0.1) 0x0e10| 06 | . | local_message_type: 6 0xe1b.4-0xe1c (0.4) | | | data_message{}: 0xe1c-0xe32 (22) -0x0e10| 6f c8 56 3f| o.V?| timestamp: 1062652015 (s) 0xe1c-0xe20 (4) +0x0e10| 6f c8 56 3f| o.V?| timestamp: 1062652015 (2023-09-03T05:06:55Z) 0xe1c-0xe20 (4) 0x0e20|36 10 32 2a |6.2* | position_lat: 59.33750605210662 (707924022) 0xe20-0xe24 (4) 0x0e20| 49 30 d3 0c | I0.. | position_long: 18.035093704238534 (215167049) 0xe24-0xe28 (4) 0x0e20| df cf 04 00 | .... | distance: 3153.59 (315359) (m) 0xe28-0xe2c (4) @@ -2892,7 +2892,7 @@ $ fq -d fit dv activity.fit 0x0e30| 06 | . | reserved: false 0xe32.3-0xe32.4 (0.1) 0x0e30| 06 | . | local_message_type: 6 0xe32.4-0xe33 (0.4) | | | data_message{}: 0xe33-0xe49 (22) -0x0e30| 72 c8 56 3f | r.V? | timestamp: 1062652018 (s) 0xe33-0xe37 (4) +0x0e30| 72 c8 56 3f | r.V? | timestamp: 1062652018 (2023-09-03T05:06:58Z) 0xe33-0xe37 (4) 0x0e30| 68 19 32 2a | h.2* | position_lat: 59.33770336210728 (707926376) 0xe37-0xe3b (4) 0x0e30| 1b 38 d3 0c | .8.. | position_long: 18.035261509940028 (215169051) 0xe3b-0xe3f (4) 0x0e30| 3c| <| distance: 3177.56 (317756) (m) 0xe3f-0xe43 (4) @@ -2909,7 +2909,7 @@ $ fq -d fit dv activity.fit 0x0e40| 06 | . | reserved: false 0xe49.3-0xe49.4 (0.1) 0x0e40| 06 | . | local_message_type: 6 0xe49.4-0xe4a (0.4) | | | data_message{}: 0xe4a-0xe60 (22) -0x0e40| 75 c8 56 3f | u.V? | timestamp: 1062652021 (s) 0xe4a-0xe4e (4) +0x0e40| 75 c8 56 3f | u.V? | timestamp: 1062652021 (2023-09-03T05:07:01Z) 0xe4a-0xe4e (4) 0x0e40| b7 22| ."| position_lat: 59.337903102859855 (707928759) 0xe4e-0xe52 (4) 0x0e50|32 2a |2* | 0x0e50| 1d 3f d3 0c | .?.. | position_long: 18.035411881282926 (215170845) 0xe52-0xe56 (4) @@ -2926,7 +2926,7 @@ $ fq -d fit dv activity.fit 0x0e60|06 |. | reserved: false 0xe60.3-0xe60.4 (0.1) 0x0e60|06 |. | local_message_type: 6 0xe60.4-0xe61 (0.4) | | | data_message{}: 0xe61-0xe77 (22) -0x0e60| 78 c8 56 3f | x.V? | timestamp: 1062652024 (s) 0xe61-0xe65 (4) +0x0e60| 78 c8 56 3f | x.V? | timestamp: 1062652024 (2023-09-03T05:07:04Z) 0xe61-0xe65 (4) 0x0e60| 13 2c 32 2a | .,2* | position_lat: 59.338103933259845 (707931155) 0xe65-0xe69 (4) 0x0e60| d8 45 d3 0c | .E.. | position_long: 18.03555630147457 (215172568) 0xe69-0xe6d (4) 0x0e60| db eb 04| ...| distance: 3225.23 (322523) (m) 0xe6d-0xe71 (4) @@ -2943,7 +2943,7 @@ $ fq -d fit dv activity.fit 0x0e70| 06 | . | reserved: false 0xe77.3-0xe77.4 (0.1) 0x0e70| 06 | . | local_message_type: 6 0xe77.4-0xe78 (0.4) | | | data_message{}: 0xe78-0xe8e (22) -0x0e70| 7b c8 56 3f | {.V? | timestamp: 1062652027 (s) 0xe78-0xe7c (4) +0x0e70| 7b c8 56 3f | {.V? | timestamp: 1062652027 (2023-09-03T05:07:07Z) 0xe78-0xe7c (4) 0x0e70| 54 35 32 2a| T52*| position_lat: 59.33830250054598 (707933524) 0xe7c-0xe80 (4) 0x0e80|d7 4c d3 0c |.L.. | position_long: 18.035706421360373 (215174359) 0xe80-0xe84 (4) 0x0e80| 1e f5 04 00 | .... | distance: 3248.94 (324894) (m) 0xe84-0xe88 (4) @@ -2959,7 +2959,7 @@ $ fq -d fit dv activity.fit 0x0e80| 06 | . | reserved: false 0xe8e.3-0xe8e.4 (0.1) 0x0e80| 06 | . | local_message_type: 6 0xe8e.4-0xe8f (0.4) | | | data_message{}: 0xe8f-0xea5 (22) -0x0e80| 7e| ~| timestamp: 1062652030 (s) 0xe8f-0xe93 (4) +0x0e80| 7e| ~| timestamp: 1062652030 (2023-09-03T05:07:10Z) 0xe8f-0xe93 (4) 0x0e90|c8 56 3f |.V? | 0x0e90| bb 3e 32 2a | .>2* | position_lat: 59.33850425295532 (707935931) 0xe93-0xe97 (4) 0x0e90| 97 53 d3 0c | .S.. | position_long: 18.035851260647178 (215176087) 0xe97-0xe9b (4) @@ -2977,7 +2977,7 @@ $ fq -d fit dv activity.fit 0x0ea0| 06 | . | reserved: false 0xea5.3-0xea5.4 (0.1) 0x0ea0| 06 | . | local_message_type: 6 0xea5.4-0xea6 (0.4) | | | data_message{}: 0xea6-0xebc (22) -0x0ea0| 81 c8 56 3f | ..V? | timestamp: 1062652033 (s) 0xea6-0xeaa (4) +0x0ea0| 81 c8 56 3f | ..V? | timestamp: 1062652033 (2023-09-03T05:07:13Z) 0xea6-0xeaa (4) 0x0ea0| 2f 48 32 2a | /H2* | position_lat: 59.33870709501207 (707938351) 0xeaa-0xeae (4) 0x0ea0| f5 59| .Y| position_long: 18.035987885668874 (215177717) 0xeae-0xeb2 (4) 0x0eb0|d3 0c |.. | @@ -2994,7 +2994,7 @@ $ fq -d fit dv activity.fit 0x0eb0| 06 | . | reserved: false 0xebc.3-0xebc.4 (0.1) 0x0eb0| 06 | . | local_message_type: 6 0xebc.4-0xebd (0.4) | | | data_message{}: 0xebd-0xed3 (22) -0x0eb0| 84 c8 56| ..V| timestamp: 1062652036 (s) 0xebd-0xec1 (4) +0x0eb0| 84 c8 56| ..V| timestamp: 1062652036 (2023-09-03T05:07:16Z) 0xebd-0xec1 (4) 0x0ec0|3f |? | 0x0ec0| dd 50 32 2a | .P2* | position_lat: 59.33889334090054 (707940573) 0xec1-0xec5 (4) 0x0ec0| ce 60 d3 0c | .`.. | position_long: 18.03613482043147 (215179470) 0xec5-0xec9 (4) @@ -3012,7 +3012,7 @@ $ fq -d fit dv activity.fit 0x0ed0| 06 | . | reserved: false 0xed3.3-0xed3.4 (0.1) 0x0ed0| 06 | . | local_message_type: 6 0xed3.4-0xed4 (0.4) | | | data_message{}: 0xed4-0xeea (22) -0x0ed0| 87 c8 56 3f | ..V? | timestamp: 1062652039 (s) 0xed4-0xed8 (4) +0x0ed0| 87 c8 56 3f | ..V? | timestamp: 1062652039 (2023-09-03T05:07:19Z) 0xed4-0xed8 (4) 0x0ed0| ba 59 32 2a | .Y2* | position_lat: 59.3390835262835 (707942842) 0xed8-0xedc (4) 0x0ed0| 1b 67 d3 0c| .g..| position_long: 18.036270020529628 (215181083) 0xedc-0xee0 (4) 0x0ee0|56 19 05 00 |V... | distance: 3341.66 (334166) (m) 0xee0-0xee4 (4) @@ -3028,7 +3028,7 @@ $ fq -d fit dv activity.fit 0x0ee0| 06 | . | reserved: false 0xeea.3-0xeea.4 (0.1) 0x0ee0| 06 | . | local_message_type: 6 0xeea.4-0xeeb (0.4) | | | data_message{}: 0xeeb-0xf01 (22) -0x0ee0| 8a c8 56 3f | ..V? | timestamp: 1062652042 (s) 0xeeb-0xeef (4) +0x0ee0| 8a c8 56 3f | ..V? | timestamp: 1062652042 (2023-09-03T05:07:22Z) 0xeeb-0xeef (4) 0x0ee0| e4| .| position_lat: 59.33928016573191 (707945188) 0xeef-0xef3 (4) 0x0ef0|62 32 2a |b2* | 0x0ef0| 27 6d d3 0c | 'm.. | position_long: 18.036399772390723 (215182631) 0xef3-0xef7 (4) @@ -3045,7 +3045,7 @@ $ fq -d fit dv activity.fit 0x0f00| 06 | . | reserved: false 0xf01.3-0xf01.4 (0.1) 0x0f00| 06 | . | local_message_type: 6 0xf01.4-0xf02 (0.4) | | | data_message{}: 0xf02-0xf18 (22) -0x0f00| 8d c8 56 3f | ..V? | timestamp: 1062652045 (s) 0xf02-0xf06 (4) +0x0f00| 8d c8 56 3f | ..V? | timestamp: 1062652045 (2023-09-03T05:07:25Z) 0xf02-0xf06 (4) 0x0f00| bd 6b 32 2a | .k2* | position_lat: 59.33947001583874 (707947453) 0xf06-0xf0a (4) 0x0f00| 83 74 d3 0c | .t.. | position_long: 18.036557687446475 (215184515) 0xf0a-0xf0e (4) 0x0f00| 54 2b| T+| distance: 3387.72 (338772) (m) 0xf0e-0xf12 (4) @@ -3062,7 +3062,7 @@ $ fq -d fit dv activity.fit 0x0f10| 06 | . | reserved: false 0xf18.3-0xf18.4 (0.1) 0x0f10| 06 | . | local_message_type: 6 0xf18.4-0xf19 (0.4) | | | data_message{}: 0xf19-0xf2f (22) -0x0f10| 90 c8 56 3f | ..V? | timestamp: 1062652048 (s) 0xf19-0xf1d (4) +0x0f10| 90 c8 56 3f | ..V? | timestamp: 1062652048 (2023-09-03T05:07:28Z) 0xf19-0xf1d (4) 0x0f10| 06 74 32| .t2| position_lat: 59.33964779600501 (707949574) 0xf1d-0xf21 (4) 0x0f20|2a |* | 0x0f20| 06 7d d3 0c | .}.. | position_long: 18.036740329116583 (215186694) 0xf21-0xf25 (4) @@ -3079,7 +3079,7 @@ $ fq -d fit dv activity.fit 0x0f20| 06| .| reserved: false 0xf2f.3-0xf2f.4 (0.1) 0x0f20| 06| .| local_message_type: 6 0xf2f.4-0xf30 (0.4) | | | data_message{}: 0xf30-0xf46 (22) -0x0f30|93 c8 56 3f |..V? | timestamp: 1062652051 (s) 0xf30-0xf34 (4) +0x0f30|93 c8 56 3f |..V? | timestamp: 1062652051 (2023-09-03T05:07:31Z) 0xf30-0xf34 (4) 0x0f30| 95 7e 32 2a | .~2* | position_lat: 59.33987435884774 (707952277) 0xf34-0xf38 (4) 0x0f30| c8 82 d3 0c | .... | position_long: 18.03686387836933 (215188168) 0xf38-0xf3c (4) 0x0f30| 3c 3e 05 00| <>..| distance: 3436.12 (343612) (m) 0xf3c-0xf40 (4) @@ -3095,7 +3095,7 @@ $ fq -d fit dv activity.fit 0x0f40| 06 | . | reserved: false 0xf46.3-0xf46.4 (0.1) 0x0f40| 06 | . | local_message_type: 6 0xf46.4-0xf47 (0.4) | | | data_message{}: 0xf47-0xf5d (22) -0x0f40| 96 c8 56 3f | ..V? | timestamp: 1062652054 (s) 0xf47-0xf4b (4) +0x0f40| 96 c8 56 3f | ..V? | timestamp: 1062652054 (2023-09-03T05:07:34Z) 0xf47-0xf4b (4) 0x0f40| 59 88 32 2a | Y.2* | position_lat: 59.340083906427026 (707954777) 0xf4b-0xf4f (4) 0x0f40| 9b| .| position_long: 18.03698885254562 (215189659) 0xf4f-0xf53 (4) 0x0f50|88 d3 0c |... | @@ -3112,7 +3112,7 @@ $ fq -d fit dv activity.fit 0x0f50| 06 | . | reserved: false 0xf5d.3-0xf5d.4 (0.1) 0x0f50| 06 | . | local_message_type: 6 0xf5d.4-0xf5e (0.4) | | | data_message{}: 0xf5e-0xf74 (22) -0x0f50| 99 c8| ..| timestamp: 1062652057 (s) 0xf5e-0xf62 (4) +0x0f50| 99 c8| ..| timestamp: 1062652057 (2023-09-03T05:07:37Z) 0xf5e-0xf62 (4) 0x0f60|56 3f |V? | 0x0f60| c2 91 32 2a | ..2* | position_lat: 59.34028582647443 (707957186) 0xf62-0xf66 (4) 0x0f60| b2 8e d3 0c | .... | position_long: 18.037119526416063 (215191218) 0xf66-0xf6a (4) @@ -3129,7 +3129,7 @@ $ fq -d fit dv activity.fit 0x0f70| 06 | . | reserved: false 0xf74.3-0xf74.4 (0.1) 0x0f70| 06 | . | local_message_type: 6 0xf74.4-0xf75 (0.4) | | | data_message{}: 0xf75-0xf8b (22) -0x0f70| 9c c8 56 3f | ..V? | timestamp: 1062652060 (s) 0xf75-0xf79 (4) +0x0f70| 9c c8 56 3f | ..V? | timestamp: 1062652060 (2023-09-03T05:07:40Z) 0xf75-0xf79 (4) 0x0f70| dd 9a 32 2a | ..2* | position_lat: 59.34048120863736 (707959517) 0xf79-0xf7d (4) 0x0f70| e4 94 d3| ...| position_long: 18.037252463400364 (215192804) 0xf7d-0xf81 (4) 0x0f80|0c |. | @@ -3146,7 +3146,7 @@ $ fq -d fit dv activity.fit 0x0f80| 06 | . | reserved: false 0xf8b.3-0xf8b.4 (0.1) 0x0f80| 06 | . | local_message_type: 6 0xf8b.4-0xf8c (0.4) | | | data_message{}: 0xf8c-0xfa2 (22) -0x0f80| 9f c8 56 3f| ..V?| timestamp: 1062652063 (s) 0xf8c-0xf90 (4) +0x0f80| 9f c8 56 3f| ..V?| timestamp: 1062652063 (2023-09-03T05:07:43Z) 0xf8c-0xf90 (4) 0x0f90|d7 a3 32 2a |..2* | position_lat: 59.34067382477224 (707961815) 0xf90-0xf94 (4) 0x0f90| ae 99 d3 0c | .... | position_long: 18.037355225533247 (215194030) 0xf94-0xf98 (4) 0x0f90| b3 62 05 00 | .b.. | distance: 3529.47 (352947) (m) 0xf98-0xf9c (4) @@ -3162,7 +3162,7 @@ $ fq -d fit dv activity.fit 0x0fa0| 06 | . | reserved: false 0xfa2.3-0xfa2.4 (0.1) 0x0fa0| 06 | . | local_message_type: 6 0xfa2.4-0xfa3 (0.4) | | | data_message{}: 0xfa3-0xfb9 (22) -0x0fa0| a2 c8 56 3f | ..V? | timestamp: 1062652066 (s) 0xfa3-0xfa7 (4) +0x0fa0| a2 c8 56 3f | ..V? | timestamp: 1062652066 (2023-09-03T05:07:46Z) 0xfa3-0xfa7 (4) 0x0fa0| d5 ac 32 2a | ..2* | position_lat: 59.34086677618325 (707964117) 0xfa7-0xfab (4) 0x0fa0| ba 9d d3 0c | .... | position_long: 18.037442062050104 (215195066) 0xfab-0xfaf (4) 0x0fa0| 4f| O| distance: 3551.51 (355151) (m) 0xfaf-0xfb3 (4) @@ -3179,7 +3179,7 @@ $ fq -d fit dv activity.fit 0x0fb0| 06 | . | reserved: false 0xfb9.3-0xfb9.4 (0.1) 0x0fb0| 06 | . | local_message_type: 6 0xfb9.4-0xfba (0.4) | | | data_message{}: 0xfba-0xfd0 (22) -0x0fb0| a5 c8 56 3f | ..V? | timestamp: 1062652069 (s) 0xfba-0xfbe (4) +0x0fb0| a5 c8 56 3f | ..V? | timestamp: 1062652069 (2023-09-03T05:07:49Z) 0xfba-0xfbe (4) 0x0fb0| 23 b5| #.| position_lat: 59.341044975444674 (707966243) 0xfbe-0xfc2 (4) 0x0fc0|32 2a |2* | 0x0fc0| ea a1 d3 0c | .... | position_long: 18.037531916052103 (215196138) 0xfc2-0xfc6 (4) @@ -3196,7 +3196,7 @@ $ fq -d fit dv activity.fit 0x0fd0|06 |. | reserved: false 0xfd0.3-0xfd0.4 (0.1) 0x0fd0|06 |. | local_message_type: 6 0xfd0.4-0xfd1 (0.4) | | | data_message{}: 0xfd1-0xfe7 (22) -0x0fd0| a7 c8 56 3f | ..V? | timestamp: 1062652071 (s) 0xfd1-0xfd5 (4) +0x0fd0| a7 c8 56 3f | ..V? | timestamp: 1062652071 (2023-09-03T05:07:51Z) 0xfd1-0xfd5 (4) 0x0fd0| 6c ba 32 2a | l.2* | position_lat: 59.341158382594585 (707967596) 0xfd5-0xfd9 (4) 0x0fd0| e5 a6 d3 0c | .... | position_long: 18.03763878531754 (215197413) 0xfd9-0xfdd (4) 0x0fd0| b1 78 05| .x.| distance: 3585.77 (358577) (m) 0xfdd-0xfe1 (4) @@ -3213,7 +3213,7 @@ $ fq -d fit dv activity.fit 0x0fe0| 06 | . | reserved: false 0xfe7.3-0xfe7.4 (0.1) 0x0fe0| 06 | . | local_message_type: 6 0xfe7.4-0xfe8 (0.4) | | | data_message{}: 0xfe8-0xffe (22) -0x0fe0| ab c8 56 3f | ..V? | timestamp: 1062652075 (s) 0xfe8-0xfec (4) +0x0fe0| ab c8 56 3f | ..V? | timestamp: 1062652075 (2023-09-03T05:07:55Z) 0xfe8-0xfec (4) 0x0fe0| ac c4 32 2a| ..2*| position_lat: 59.34137832373381 (707970220) 0xfec-0xff0 (4) 0x0ff0|89 a9 d3 0c |.... | position_long: 18.03769544698298 (215198089) 0xff0-0xff4 (4) 0x0ff0| 74 82 05 00 | t... | distance: 3610.76 (361076) (m) 0xff4-0xff8 (4) @@ -3229,7 +3229,7 @@ $ fq -d fit dv activity.fit 0x0ff0| 06 | . | reserved: false 0xffe.3-0xffe.4 (0.1) 0x0ff0| 06 | . | local_message_type: 6 0xffe.4-0xfff (0.4) | | | data_message{}: 0xfff-0x1015 (22) -0x0ff0| af| .| timestamp: 1062652079 (s) 0xfff-0x1003 (4) +0x0ff0| af| .| timestamp: 1062652079 (2023-09-03T05:07:59Z) 0xfff-0x1003 (4) 0x1000|c8 56 3f |.V? | 0x1000| 42 ce 32 2a | B.2* | position_lat: 59.341584015637636 (707972674) 0x1003-0x1007 (4) 0x1000| 31 a2 d3 0c | 1... | position_long: 18.037537867203355 (215196209) 0x1007-0x100b (4) @@ -3247,7 +3247,7 @@ $ fq -d fit dv activity.fit 0x1010| 06 | . | reserved: false 0x1015.3-0x1015.4 (0.1) 0x1010| 06 | . | local_message_type: 6 0x1015.4-0x1016 (0.4) | | | data_message{}: 0x1016-0x102c (22) -0x1010| b3 c8 56 3f | ..V? | timestamp: 1062652083 (s) 0x1016-0x101a (4) +0x1010| b3 c8 56 3f | ..V? | timestamp: 1062652083 (2023-09-03T05:08:03Z) 0x1016-0x101a (4) 0x1010| 06 d7 32 2a | ..2* | position_lat: 59.341772105544806 (707974918) 0x101a-0x101e (4) 0x1010| fc 9a| ..| position_long: 18.03738322108984 (215194364) 0x101e-0x1022 (4) 0x1020|d3 0c |.. | @@ -3264,7 +3264,7 @@ $ fq -d fit dv activity.fit 0x1020| 06 | . | reserved: false 0x102c.3-0x102c.4 (0.1) 0x1020| 06 | . | local_message_type: 6 0x102c.4-0x102d (0.4) | | | data_message{}: 0x102d-0x1043 (22) -0x1020| b7 c8 56| ..V| timestamp: 1062652087 (s) 0x102d-0x1031 (4) +0x1020| b7 c8 56| ..V| timestamp: 1062652087 (2023-09-03T05:08:07Z) 0x102d-0x1031 (4) 0x1030|3f |? | 0x1030| 2e df 32 2a | ..2* | position_lat: 59.34194711968303 (707977006) 0x1031-0x1035 (4) 0x1030| 59 92 d3 0c | Y... | position_long: 18.037197897210717 (215192153) 0x1035-0x1039 (4) @@ -3282,7 +3282,7 @@ $ fq -d fit dv activity.fit 0x1040| 06 | . | reserved: false 0x1043.3-0x1043.4 (0.1) 0x1040| 06 | . | local_message_type: 6 0x1043.4-0x1044 (0.4) | | | data_message{}: 0x1044-0x105a (22) -0x1040| bc c8 56 3f | ..V? | timestamp: 1062652092 (s) 0x1044-0x1048 (4) +0x1040| bc c8 56 3f | ..V? | timestamp: 1062652092 (2023-09-03T05:08:12Z) 0x1044-0x1048 (4) 0x1040| dd e7 32 2a | ..2* | position_lat: 59.34213344939053 (707979229) 0x1048-0x104c (4) 0x1040| 1e 8a d3 0c| ....| position_long: 18.037021290510893 (215190046) 0x104c-0x1050 (4) 0x1050|a2 a6 05 00 |.... | distance: 3703.38 (370338) (m) 0x1050-0x1054 (4) @@ -3298,7 +3298,7 @@ $ fq -d fit dv activity.fit 0x1050| 06 | . | reserved: false 0x105a.3-0x105a.4 (0.1) 0x1050| 06 | . | local_message_type: 6 0x105a.4-0x105b (0.4) | | | data_message{}: 0x105b-0x1071 (22) -0x1050| c0 c8 56 3f | ..V? | timestamp: 1062652096 (s) 0x105b-0x105f (4) +0x1050| c0 c8 56 3f | ..V? | timestamp: 1062652096 (2023-09-03T05:08:16Z) 0x105b-0x105f (4) 0x1050| 2b| +| position_lat: 59.34229019097984 (707981099) 0x105f-0x1063 (4) 0x1060|ef 32 2a |.2* | 0x1060| c3 81 d3 0c | .... | position_long: 18.036842001602054 (215187907) 0x1063-0x1067 (4) @@ -3315,7 +3315,7 @@ $ fq -d fit dv activity.fit 0x1070| 06 | . | reserved: false 0x1071.3-0x1071.4 (0.1) 0x1070| 06 | . | local_message_type: 6 0x1071.4-0x1072 (0.4) | | | data_message{}: 0x1072-0x1088 (22) -0x1070| c4 c8 56 3f | ..V? | timestamp: 1062652100 (s) 0x1072-0x1076 (4) +0x1070| c4 c8 56 3f | ..V? | timestamp: 1062652100 (2023-09-03T05:08:20Z) 0x1072-0x1076 (4) 0x1070| 2a f9 32 2a | *.2* | position_lat: 59.342504683882 (707983658) 0x1076-0x107a (4) 0x1070| 5e 7a d3 0c | ^z.. | position_long: 18.036683332175016 (215186014) 0x107a-0x107e (4) 0x1070| 75 b8| u.| distance: 3749.01 (374901) (m) 0x107e-0x1082 (4) @@ -3332,7 +3332,7 @@ $ fq -d fit dv activity.fit 0x1080| 06 | . | reserved: false 0x1088.3-0x1088.4 (0.1) 0x1080| 06 | . | local_message_type: 6 0x1088.4-0x1089 (0.4) | | | data_message{}: 0x1089-0x109f (22) -0x1080| c8 c8 56 3f | ..V? | timestamp: 1062652104 (s) 0x1089-0x108d (4) +0x1080| c8 c8 56 3f | ..V? | timestamp: 1062652104 (2023-09-03T05:08:24Z) 0x1089-0x108d (4) 0x1080| 4d 03 33| M.3| position_lat: 59.3427221942693 (707986253) 0x108d-0x1091 (4) 0x1090|2a |* | 0x1090| 52 73 d3 0c | Rs.. | position_long: 18.036532122641802 (215184210) 0x1091-0x1095 (4) @@ -3349,7 +3349,7 @@ $ fq -d fit dv activity.fit 0x1090| 06| .| reserved: false 0x109f.3-0x109f.4 (0.1) 0x1090| 06| .| local_message_type: 6 0x109f.4-0x10a0 (0.4) | | | data_message{}: 0x10a0-0x10b6 (22) -0x10a0|c9 c8 56 3f |..V? | timestamp: 1062652105 (s) 0x10a0-0x10a4 (4) +0x10a0|c9 c8 56 3f |..V? | timestamp: 1062652105 (2023-09-03T05:08:25Z) 0x10a0-0x10a4 (4) 0x10a0| be 05 33 2a | ..3* | position_lat: 59.34277458116412 (707986878) 0x10a4-0x10a8 (4) 0x10a0| 0f 72 d3 0c | .r.. | position_long: 18.036505049094558 (215183887) 0x10a8-0x10ac (4) 0x10a0| d8 c4 05 00| ....| distance: 3780.72 (378072) (m) 0x10ac-0x10b0 (4) @@ -3365,7 +3365,7 @@ $ fq -d fit dv activity.fit 0x10b0| 06 | . | reserved: false 0x10b6.3-0x10b6.4 (0.1) 0x10b0| 06 | . | local_message_type: 6 0x10b6.4-0x10b7 (0.4) | | | data_message{}: 0x10b7-0x10cd (22) -0x10b0| cd c8 56 3f | ..V? | timestamp: 1062652109 (s) 0x10b7-0x10bb (4) +0x10b0| cd c8 56 3f | ..V? | timestamp: 1062652109 (2023-09-03T05:08:29Z) 0x10b7-0x10bb (4) 0x10b0| 9d 0f 33 2a | ..3* | position_lat: 59.342986391857266 (707989405) 0x10bb-0x10bf (4) 0x10b0| 4e| N| position_long: 18.036338668316603 (215181902) 0x10bf-0x10c3 (4) 0x10c0|6a d3 0c |j.. | @@ -3382,7 +3382,7 @@ $ fq -d fit dv activity.fit 0x10c0| 06 | . | reserved: false 0x10cd.3-0x10cd.4 (0.1) 0x10c0| 06 | . | local_message_type: 6 0x10cd.4-0x10ce (0.4) | | | data_message{}: 0x10ce-0x10e4 (22) -0x10c0| d1 c8| ..| timestamp: 1062652113 (s) 0x10ce-0x10d2 (4) +0x10c0| d1 c8| ..| timestamp: 1062652113 (2023-09-03T05:08:33Z) 0x10ce-0x10d2 (4) 0x10d0|56 3f |V? | 0x10d0| d7 18 33 2a | ..3* | position_lat: 59.34318437241018 (707991767) 0x10d2-0x10d6 (4) 0x10d0| 70 60 d3 0c | p`.. | position_long: 18.03612694144249 (215179376) 0x10d6-0x10da (4) @@ -3399,7 +3399,7 @@ $ fq -d fit dv activity.fit 0x10e0| 06 | . | reserved: false 0x10e4.3-0x10e4.4 (0.1) 0x10e0| 06 | . | local_message_type: 6 0x10e4.4-0x10e5 (0.4) | | | data_message{}: 0x10e5-0x10fb (22) -0x10e0| d4 c8 56 3f | ..V? | timestamp: 1062652116 (s) 0x10e5-0x10e9 (4) +0x10e0| d4 c8 56 3f | ..V? | timestamp: 1062652116 (2023-09-03T05:08:36Z) 0x10e5-0x10e9 (4) 0x10e0| 1d 20 33 2a | . 3* | position_lat: 59.34334044344723 (707993629) 0x10e9-0x10ed (4) 0x10e0| 2d 58 d3| -X.| position_long: 18.03594966419041 (215177261) 0x10ed-0x10f1 (4) 0x10f0|0c |. | @@ -3416,7 +3416,7 @@ $ fq -d fit dv activity.fit 0x10f0| 06 | . | reserved: false 0x10fb.3-0x10fb.4 (0.1) 0x10f0| 06 | . | local_message_type: 6 0x10fb.4-0x10fc (0.4) | | | data_message{}: 0x10fc-0x1112 (22) -0x10f0| d8 c8 56 3f| ..V?| timestamp: 1062652120 (s) 0x10fc-0x1100 (4) +0x10f0| d8 c8 56 3f| ..V?| timestamp: 1062652120 (2023-09-03T05:08:40Z) 0x10fc-0x1100 (4) 0x1100|94 29 33 2a |.)3* | position_lat: 59.34354353696108 (707996052) 0x1100-0x1104 (4) 0x1100| 16 4e d3 0c | .N.. | position_long: 18.03573315963149 (215174678) 0x1104-0x1108 (4) 0x1100| 69 ea 05 00 | i... | distance: 3876.89 (387689) (m) 0x1108-0x110c (4) @@ -3432,7 +3432,7 @@ $ fq -d fit dv activity.fit 0x1110| 06 | . | reserved: false 0x1112.3-0x1112.4 (0.1) 0x1110| 06 | . | local_message_type: 6 0x1112.4-0x1113 (0.4) | | | data_message{}: 0x1113-0x1129 (22) -0x1110| dc c8 56 3f | ..V? | timestamp: 1062652124 (s) 0x1113-0x1117 (4) +0x1110| dc c8 56 3f | ..V? | timestamp: 1062652124 (2023-09-03T05:08:44Z) 0x1113-0x1117 (4) 0x1110| 68 32 33 2a | h23* | position_lat: 59.343732967972755 (707998312) 0x1117-0x111b (4) 0x1110| f9 44 d3 0c | .D.. | position_long: 18.0355376098305 (215172345) 0x111b-0x111f (4) 0x1110| b6| .| distance: 3900.7 (390070) (m) 0x111f-0x1123 (4) @@ -3449,7 +3449,7 @@ $ fq -d fit dv activity.fit 0x1120| 06 | . | reserved: false 0x1129.3-0x1129.4 (0.1) 0x1120| 06 | . | local_message_type: 6 0x1129.4-0x112a (0.4) | | | data_message{}: 0x112a-0x1140 (22) -0x1120| e0 c8 56 3f | ..V? | timestamp: 1062652128 (s) 0x112a-0x112e (4) +0x1120| e0 c8 56 3f | ..V? | timestamp: 1062652128 (2023-09-03T05:08:48Z) 0x112a-0x112e (4) 0x1120| 27 3b| ';| position_lat: 59.343920638784766 (708000551) 0x112e-0x1132 (4) 0x1130|33 2a |3* | 0x1130| 0b 3c d3 0c | .<.. | position_long: 18.035345999523997 (215170059) 0x1132-0x1136 (4) @@ -3466,7 +3466,7 @@ $ fq -d fit dv activity.fit 0x1140|06 |. | reserved: false 0x1140.3-0x1140.4 (0.1) 0x1140|06 |. | local_message_type: 6 0x1140.4-0x1141 (0.4) | | | data_message{}: 0x1141-0x1157 (22) -0x1140| e4 c8 56 3f | ..V? | timestamp: 1062652132 (s) 0x1141-0x1145 (4) +0x1140| e4 c8 56 3f | ..V? | timestamp: 1062652132 (2023-09-03T05:08:52Z) 0x1141-0x1145 (4) 0x1140| 54 45 33 2a | TE3* | position_lat: 59.344138987362385 (708003156) 0x1145-0x1149 (4) 0x1140| 15 35 d3 0c | .5.. | position_long: 18.03519663400948 (215168277) 0x1149-0x114d (4) 0x1140| ec 06 06| ...| distance: 3949.88 (394988) (m) 0x114d-0x1151 (4) @@ -3483,7 +3483,7 @@ $ fq -d fit dv activity.fit 0x1150| 06 | . | reserved: false 0x1157.3-0x1157.4 (0.1) 0x1150| 06 | . | local_message_type: 6 0x1157.4-0x1158 (0.4) | | | data_message{}: 0x1158-0x116e (22) -0x1150| e7 c8 56 3f | ..V? | timestamp: 1062652135 (s) 0x1158-0x115c (4) +0x1150| e7 c8 56 3f | ..V? | timestamp: 1062652135 (2023-09-03T05:08:55Z) 0x1158-0x115c (4) 0x1150| 08 4d 33 2a| .M3*| position_lat: 59.34430427849293 (708005128) 0x115c-0x1160 (4) 0x1160|60 2e d3 0c |`... | position_long: 18.035052716732025 (215166560) 0x1160-0x1164 (4) 0x1160| c7 0e 06 00 | .... | distance: 3969.99 (396999) (m) 0x1164-0x1168 (4) @@ -3499,7 +3499,7 @@ $ fq -d fit dv activity.fit 0x1160| 06 | . | reserved: false 0x116e.3-0x116e.4 (0.1) 0x1160| 06 | . | local_message_type: 6 0x116e.4-0x116f (0.4) | | | data_message{}: 0x116f-0x1185 (22) -0x1160| e8| .| timestamp: 1062652136 (s) 0x116f-0x1173 (4) +0x1160| e8| .| timestamp: 1062652136 (2023-09-03T05:08:56Z) 0x116f-0x1173 (4) 0x1170|c8 56 3f |.V? | 0x1170| e6 4f 33 2a | .O3* | position_lat: 59.34436580166221 (708005862) 0x1173-0x1177 (4) 0x1170| 41 2c d3 0c | A,.. | position_long: 18.035007202997804 (215166017) 0x1177-0x117b (4) @@ -3517,7 +3517,7 @@ $ fq -d fit dv activity.fit 0x1180| 06 | . | reserved: false 0x1185.3-0x1185.4 (0.1) 0x1180| 06 | . | local_message_type: 6 0x1185.4-0x1186 (0.4) | | | data_message{}: 0x1186-0x119c (22) -0x1180| eb c8 56 3f | ..V? | timestamp: 1062652139 (s) 0x1186-0x118a (4) +0x1180| eb c8 56 3f | ..V? | timestamp: 1062652139 (2023-09-03T05:08:59Z) 0x1186-0x118a (4) 0x1180| 03 58 33 2a | .X3* | position_lat: 59.34453989379108 (708007939) 0x118a-0x118e (4) 0x1180| f2 24| .$| position_long: 18.034850377589464 (215164146) 0x118e-0x1192 (4) 0x1190|d3 0c |.. | @@ -3534,7 +3534,7 @@ $ fq -d fit dv activity.fit 0x1190| 06 | . | reserved: false 0x119c.3-0x119c.4 (0.1) 0x1190| 06 | . | local_message_type: 6 0x119c.4-0x119d (0.4) | | | data_message{}: 0x119d-0x11b3 (22) -0x1190| ec c8 56| ..V| timestamp: 1062652140 (s) 0x119d-0x11a1 (4) +0x1190| ec c8 56| ..V| timestamp: 1062652140 (2023-09-03T05:09:00Z) 0x119d-0x11a1 (4) 0x11a0|3f |? | 0x11a0| af 5a 33 2a | .Z3* | position_lat: 59.34459722600877 (708008623) 0x11a1-0x11a5 (4) 0x11a0| 2f 22 d3 0c | /".. | position_long: 18.03479111753404 (215163439) 0x11a5-0x11a9 (4) @@ -3552,8 +3552,8 @@ $ fq -d fit dv activity.fit 0x11b0| 08 | . | reserved: false 0x11b3.3-0x11b3.4 (0.1) 0x11b0| 08 | . | local_message_type: 8 0x11b3.4-0x11b4 (0.4) | | | data_message{}: 0x11b4-0x11ea (54) -0x11b0| ec c8 56 3f | ..V? | timestamp: 1062652140 (s) 0x11b4-0x11b8 (4) -0x11b0| 5e c8 56 3f | ^.V? | start_time: 1062651998 0x11b8-0x11bc (4) +0x11b0| ec c8 56 3f | ..V? | timestamp: 1062652140 (2023-09-03T05:09:00Z) 0x11b4-0x11b8 (4) +0x11b0| 5e c8 56 3f | ^.V? | start_time: 1062651998 (2023-09-03T05:06:38Z) 0x11b8-0x11bc (4) 0x11b0| a3 d9 31 2a| ..1*| start_position_lat: 59.33633501641452 (707910051) 0x11bc-0x11c0 (4) 0x11c0|ee 04 d3 0c |.... | start_position_long: 18.034163396805525 (215155950) 0x11c0-0x11c4 (4) 0x11c0| af 5a 33 2a | .Z3* | end_position_lat: 59.34459722600877 (708008623) 0x11c4-0x11c8 (4) @@ -3582,7 +3582,7 @@ $ fq -d fit dv activity.fit 0x11e0| 06 | . | reserved: false 0x11ea.3-0x11ea.4 (0.1) 0x11e0| 06 | . | local_message_type: 6 0x11ea.4-0x11eb (0.4) | | | data_message{}: 0x11eb-0x1201 (22) -0x11e0| ef c8 56 3f | ..V? | timestamp: 1062652143 (s) 0x11eb-0x11ef (4) +0x11e0| ef c8 56 3f | ..V? | timestamp: 1062652143 (2023-09-03T05:09:03Z) 0x11eb-0x11ef (4) 0x11e0| 19| .| position_lat: 59.34477777220309 (708010777) 0x11ef-0x11f3 (4) 0x11f0|63 33 2a |c3* | 0x11f0| 88 1a d3 0c | .... | position_long: 18.03462691605091 (215161480) 0x11f3-0x11f7 (4) @@ -3599,7 +3599,7 @@ $ fq -d fit dv activity.fit 0x1200| 06 | . | reserved: false 0x1201.3-0x1201.4 (0.1) 0x1200| 06 | . | local_message_type: 6 0x1201.4-0x1202 (0.4) | | | data_message{}: 0x1202-0x1218 (22) -0x1200| f2 c8 56 3f | ..V? | timestamp: 1062652146 (s) 0x1202-0x1206 (4) +0x1200| f2 c8 56 3f | ..V? | timestamp: 1062652146 (2023-09-03T05:09:06Z) 0x1202-0x1206 (4) 0x1200| 9f 6b 33 2a | .k3* | position_lat: 59.34496066533029 (708012959) 0x1206-0x120a (4) 0x1200| 07 12 d3 0c | .... | position_long: 18.034444442018867 (215159303) 0x120a-0x120e (4) 0x1200| 62 2e| b.| distance: 4050.9 (405090) (m) 0x120e-0x1212 (4) @@ -3616,7 +3616,7 @@ $ fq -d fit dv activity.fit 0x1210| 06 | . | reserved: false 0x1218.3-0x1218.4 (0.1) 0x1210| 06 | . | local_message_type: 6 0x1218.4-0x1219 (0.4) | | | data_message{}: 0x1219-0x122f (22) -0x1210| f5 c8 56 3f | ..V? | timestamp: 1062652149 (s) 0x1219-0x121d (4) +0x1210| f5 c8 56 3f | ..V? | timestamp: 1062652149 (2023-09-03T05:09:09Z) 0x1219-0x121d (4) 0x1210| a0 74 33| .t3| position_lat: 59.345153868198395 (708015264) 0x121d-0x1221 (4) 0x1220|2a |* | 0x1220| e0 08 d3 0c | .... | position_long: 18.034248054027557 (215156960) 0x1221-0x1225 (4) @@ -3633,7 +3633,7 @@ $ fq -d fit dv activity.fit 0x1220| 06| .| reserved: false 0x122f.3-0x122f.4 (0.1) 0x1220| 06| .| local_message_type: 6 0x122f.4-0x1230 (0.4) | | | data_message{}: 0x1230-0x1246 (22) -0x1230|f8 c8 56 3f |..V? | timestamp: 1062652152 (s) 0x1230-0x1234 (4) +0x1230|f8 c8 56 3f |..V? | timestamp: 1062652152 (2023-09-03T05:09:12Z) 0x1230-0x1234 (4) 0x1230| 0b 7e 33 2a | .~3* | position_lat: 59.34535595588386 (708017675) 0x1234-0x1238 (4) 0x1230| a0 01 d3 0c | .... | position_long: 18.034092485904694 (215155104) 0x1238-0x123c (4) 0x1230| 4b 41 06 00| KA..| distance: 4099.31 (409931) (m) 0x123c-0x1240 (4) @@ -3649,7 +3649,7 @@ $ fq -d fit dv activity.fit 0x1240| 06 | . | reserved: false 0x1246.3-0x1246.4 (0.1) 0x1240| 06 | . | local_message_type: 6 0x1246.4-0x1247 (0.4) | | | data_message{}: 0x1247-0x125d (22) -0x1240| fb c8 56 3f | ..V? | timestamp: 1062652155 (s) 0x1247-0x124b (4) +0x1240| fb c8 56 3f | ..V? | timestamp: 1062652155 (2023-09-03T05:09:15Z) 0x1247-0x124b (4) 0x1240| 36 88 33 2a | 6.3* | position_lat: 59.345574136823416 (708020278) 0x124b-0x124f (4) 0x1240| 35| 5| position_long: 18.033933313563466 (215153205) 0x124f-0x1253 (4) 0x1250|fa d2 0c |... | @@ -3666,7 +3666,7 @@ $ fq -d fit dv activity.fit 0x1250| 06 | . | reserved: false 0x125d.3-0x125d.4 (0.1) 0x1250| 06 | . | local_message_type: 6 0x125d.4-0x125e (0.4) | | | data_message{}: 0x125e-0x1274 (22) -0x1250| fe c8| ..| timestamp: 1062652158 (s) 0x125e-0x1262 (4) +0x1250| fe c8| ..| timestamp: 1062652158 (2023-09-03T05:09:18Z) 0x125e-0x1262 (4) 0x1260|56 3f |V? | 0x1260| c3 91 33 2a | ..3* | position_lat: 59.34577907435596 (708022723) 0x1262-0x1266 (4) 0x1260| f3 f1 d2 0c | .... | position_long: 18.03375612013042 (215151091) 0x1266-0x126a (4) @@ -3683,7 +3683,7 @@ $ fq -d fit dv activity.fit 0x1270| 06 | . | reserved: false 0x1274.3-0x1274.4 (0.1) 0x1270| 06 | . | local_message_type: 6 0x1274.4-0x1275 (0.4) | | | data_message{}: 0x1275-0x128b (22) -0x1270| 01 c9 56 3f | ..V? | timestamp: 1062652161 (s) 0x1275-0x1279 (4) +0x1270| 01 c9 56 3f | ..V? | timestamp: 1062652161 (2023-09-03T05:09:21Z) 0x1275-0x1279 (4) 0x1270| 7e 99 33 2a | ~.3* | position_lat: 59.345944952219725 (708024702) 0x1279-0x127d (4) 0x1270| 66 e8 d2| f..| position_long: 18.033551182597876 (215148646) 0x127d-0x1281 (4) 0x1280|0c |. | @@ -3700,7 +3700,7 @@ $ fq -d fit dv activity.fit 0x1280| 06 | . | reserved: false 0x128b.3-0x128b.4 (0.1) 0x1280| 06 | . | local_message_type: 6 0x128b.4-0x128c (0.4) | | | data_message{}: 0x128c-0x12a2 (22) -0x1280| 03 c9 56 3f| ..V?| timestamp: 1062652163 (s) 0x128c-0x1290 (4) +0x1280| 03 c9 56 3f| ..V?| timestamp: 1062652163 (2023-09-03T05:09:23Z) 0x128c-0x1290 (4) 0x1290|3e 9d 33 2a |>.3* | position_lat: 59.34602541849017 (708025662) 0x1290-0x1294 (4) 0x1290| 6b e5 d2 0c | k... | position_long: 18.033487228676677 (215147883) 0x1294-0x1298 (4) 0x1290| 6e 61 06 00 | na.. | distance: 4181.58 (418158) (m) 0x1298-0x129c (4) @@ -3716,7 +3716,7 @@ $ fq -d fit dv activity.fit 0x12a0| 06 | . | reserved: false 0x12a2.3-0x12a2.4 (0.1) 0x12a0| 06 | . | local_message_type: 6 0x12a2.4-0x12a3 (0.4) | | | data_message{}: 0x12a3-0x12b9 (22) -0x12a0| 07 c9 56 3f | ..V? | timestamp: 1062652167 (s) 0x12a3-0x12a7 (4) +0x12a0| 07 c9 56 3f | ..V? | timestamp: 1062652167 (2023-09-03T05:09:27Z) 0x12a3-0x12a7 (4) 0x12a0| 7c a4 33 2a | |.3* | position_lat: 59.34618081897497 (708027516) 0x12a7-0x12ab (4) 0x12a0| e3 f4 d2 0c | .... | position_long: 18.03381915204227 (215151843) 0x12ab-0x12af (4) 0x12a0| a9| .| distance: 4207.77 (420777) (m) 0x12af-0x12b3 (4) @@ -3733,7 +3733,7 @@ $ fq -d fit dv activity.fit 0x12b0| 06 | . | reserved: false 0x12b9.3-0x12b9.4 (0.1) 0x12b0| 06 | . | local_message_type: 6 0x12b9.4-0x12ba (0.4) | | | data_message{}: 0x12ba-0x12d0 (22) -0x12b0| 08 c9 56 3f | ..V? | timestamp: 1062652168 (s) 0x12ba-0x12be (4) +0x12b0| 08 c9 56 3f | ..V? | timestamp: 1062652168 (2023-09-03T05:09:28Z) 0x12ba-0x12be (4) 0x12b0| 3a a6| :.| position_lat: 59.34621820226312 (708027962) 0x12be-0x12c2 (4) 0x12c0|33 2a |3* | 0x12c0| 7a fa d2 0c | z... | position_long: 18.033939097076654 (215153274) 0x12c2-0x12c6 (4) @@ -3750,7 +3750,7 @@ $ fq -d fit dv activity.fit 0x12d0|06 |. | reserved: false 0x12d0.3-0x12d0.4 (0.1) 0x12d0|06 |. | local_message_type: 6 0x12d0.4-0x12d1 (0.4) | | | data_message{}: 0x12d1-0x12e7 (22) -0x12d0| 0b c9 56 3f | ..V? | timestamp: 1062652171 (s) 0x12d1-0x12d5 (4) +0x12d0| 0b c9 56 3f | ..V? | timestamp: 1062652171 (2023-09-03T05:09:31Z) 0x12d1-0x12d5 (4) 0x12d0| b5 ac 33 2a | ..3* | position_lat: 59.34635725803673 (708029621) 0x12d5-0x12d9 (4) 0x12d0| 3a 0d d3 0c | :... | position_long: 18.03434142842889 (215158074) 0x12d9-0x12dd (4) 0x12d0| 9a 79 06| .y.| distance: 4243.46 (424346) (m) 0x12dd-0x12e1 (4) @@ -3767,7 +3767,7 @@ $ fq -d fit dv activity.fit 0x12e0| 06 | . | reserved: false 0x12e7.3-0x12e7.4 (0.1) 0x12e0| 06 | . | local_message_type: 6 0x12e7.4-0x12e8 (0.4) | | | data_message{}: 0x12e8-0x12fe (22) -0x12e0| 0e c9 56 3f | ..V? | timestamp: 1062652174 (s) 0x12e8-0x12ec (4) +0x12e0| 0e c9 56 3f | ..V? | timestamp: 1062652174 (2023-09-03T05:09:34Z) 0x12e8-0x12ec (4) 0x12e0| 09 b3 33 2a| ..3*| position_lat: 59.34649304486811 (708031241) 0x12ec-0x12f0 (4) 0x12f0|13 21 d3 0c |.!.. | position_long: 18.034767312929034 (215163155) 0x12f0-0x12f4 (4) 0x12f0| ad 84 06 00 | .... | distance: 4271.81 (427181) (m) 0x12f4-0x12f8 (4) @@ -3783,7 +3783,7 @@ $ fq -d fit dv activity.fit 0x12f0| 06 | . | reserved: false 0x12fe.3-0x12fe.4 (0.1) 0x12f0| 06 | . | local_message_type: 6 0x12fe.4-0x12ff (0.4) | | | data_message{}: 0x12ff-0x1315 (22) -0x12f0| 11| .| timestamp: 1062652177 (s) 0x12ff-0x1303 (4) +0x12f0| 11| .| timestamp: 1062652177 (2023-09-03T05:09:37Z) 0x12ff-0x1303 (4) 0x1300|c9 56 3f |.V? | 0x1300| 41 ba 33 2a | A.3* | position_lat: 59.34664794243872 (708033089) 0x1303-0x1307 (4) 0x1300| 19 34 d3 0c | .4.. | position_long: 18.035175511613488 (215168025) 0x1307-0x130b (4) @@ -3801,7 +3801,7 @@ $ fq -d fit dv activity.fit 0x1310| 06 | . | reserved: false 0x1315.3-0x1315.4 (0.1) 0x1310| 06 | . | local_message_type: 6 0x1315.4-0x1316 (0.4) | | | data_message{}: 0x1316-0x132c (22) -0x1310| 14 c9 56 3f | ..V? | timestamp: 1062652180 (s) 0x1316-0x131a (4) +0x1310| 14 c9 56 3f | ..V? | timestamp: 1062652180 (2023-09-03T05:09:40Z) 0x1316-0x131a (4) 0x1310| 2e c2 33 2a | ..3* | position_lat: 59.34681801125407 (708035118) 0x131a-0x131e (4) 0x1310| ac 46| .F| position_long: 18.035574071109295 (215172780) 0x131e-0x1322 (4) 0x1320|d3 0c |.. | @@ -3818,7 +3818,7 @@ $ fq -d fit dv activity.fit 0x1320| 06 | . | reserved: false 0x132c.3-0x132c.4 (0.1) 0x1320| 06 | . | local_message_type: 6 0x132c.4-0x132d (0.4) | | | data_message{}: 0x132d-0x1343 (22) -0x1320| 17 c9 56| ..V| timestamp: 1062652183 (s) 0x132d-0x1331 (4) +0x1320| 17 c9 56| ..V| timestamp: 1062652183 (2023-09-03T05:09:43Z) 0x132d-0x1331 (4) 0x1330|3f |? | 0x1330| 72 c9 33 2a | r.3* | position_lat: 59.34697391465306 (708036978) 0x1331-0x1335 (4) 0x1330| 7a 59 d3 0c | zY.. | position_long: 18.035977575927973 (215177594) 0x1335-0x1339 (4) @@ -3836,7 +3836,7 @@ $ fq -d fit dv activity.fit 0x1340| 06 | . | reserved: false 0x1343.3-0x1343.4 (0.1) 0x1340| 06 | . | local_message_type: 6 0x1343.4-0x1344 (0.4) | | | data_message{}: 0x1344-0x135a (22) -0x1340| 1a c9 56 3f | ..V? | timestamp: 1062652186 (s) 0x1344-0x1348 (4) +0x1340| 1a c9 56 3f | ..V? | timestamp: 1062652186 (2023-09-03T05:09:46Z) 0x1344-0x1348 (4) 0x1340| b4 d0 33 2a | ..3* | position_lat: 59.34712965041399 (708038836) 0x1348-0x134c (4) 0x1340| 11 6c d3 0c| .l..| position_long: 18.036376470699906 (215182353) 0x134c-0x1350 (4) 0x1350|ec b1 06 00 |.... | distance: 4387.64 (438764) (m) 0x1350-0x1354 (4) @@ -3852,7 +3852,7 @@ $ fq -d fit dv activity.fit 0x1350| 06 | . | reserved: false 0x135a.3-0x135a.4 (0.1) 0x1350| 06 | . | local_message_type: 6 0x135a.4-0x135b (0.4) | | | data_message{}: 0x135b-0x1371 (22) -0x1350| 1d c9 56 3f | ..V? | timestamp: 1062652189 (s) 0x135b-0x135f (4) +0x1350| 1d c9 56 3f | ..V? | timestamp: 1062652189 (2023-09-03T05:09:49Z) 0x135b-0x135f (4) 0x1350| af| .| position_lat: 59.347279435023665 (708040623) 0x135f-0x1363 (4) 0x1360|d7 33 2a |.3* | 0x1360| ae 7e d3 0c | .~.. | position_long: 18.03677586838603 (215187118) 0x1363-0x1367 (4) @@ -3869,7 +3869,7 @@ $ fq -d fit dv activity.fit 0x1370| 06 | . | reserved: false 0x1371.3-0x1371.4 (0.1) 0x1370| 06 | . | local_message_type: 6 0x1371.4-0x1372 (0.4) | | | data_message{}: 0x1372-0x1388 (22) -0x1370| 20 c9 56 3f | .V? | timestamp: 1062652192 (s) 0x1372-0x1376 (4) +0x1370| 20 c9 56 3f | .V? | timestamp: 1062652192 (2023-09-03T05:09:52Z) 0x1372-0x1376 (4) 0x1370| 30 de 33 2a | 0.3* | position_lat: 59.34741899371147 (708042288) 0x1376-0x137a (4) 0x1370| 1b 93 d3 0c | .... | position_long: 18.03721415810287 (215192347) 0x137a-0x137e (4) 0x1370| 64 c8| d.| distance: 4445.16 (444516) (m) 0x137e-0x1382 (4) @@ -3886,7 +3886,7 @@ $ fq -d fit dv activity.fit 0x1380| 06 | . | reserved: false 0x1388.3-0x1388.4 (0.1) 0x1380| 06 | . | local_message_type: 6 0x1388.4-0x1389 (0.4) | | | data_message{}: 0x1389-0x139f (22) -0x1380| 23 c9 56 3f | #.V? | timestamp: 1062652195 (s) 0x1389-0x138d (4) +0x1380| 23 c9 56 3f | #.V? | timestamp: 1062652195 (2023-09-03T05:09:55Z) 0x1389-0x138d (4) 0x1380| 8b e5 33| ..3| position_lat: 59.34757682494819 (708044171) 0x138d-0x1391 (4) 0x1390|2a |* | 0x1390| 7e a5 d3 0c | ~... | position_long: 18.037608694285154 (215197054) 0x1391-0x1395 (4) @@ -3903,7 +3903,7 @@ $ fq -d fit dv activity.fit 0x1390| 06| .| reserved: false 0x139f.3-0x139f.4 (0.1) 0x1390| 06| .| local_message_type: 6 0x139f.4-0x13a0 (0.4) | | | data_message{}: 0x13a0-0x13b6 (22) -0x13a0|26 c9 56 3f |&.V? | timestamp: 1062652198 (s) 0x13a0-0x13a4 (4) +0x13a0|26 c9 56 3f |&.V? | timestamp: 1062652198 (2023-09-03T05:09:58Z) 0x13a0-0x13a4 (4) 0x13a0| c0 ec 33 2a | ..3* | position_lat: 59.34773147106171 (708046016) 0x13a4-0x13a8 (4) 0x13a0| b1 b6 d3 0c | .... | position_long: 18.037977749481797 (215201457) 0x13a8-0x13ac (4) 0x13a0| 25 de 06 00| %...| distance: 4500.85 (450085) (m) 0x13ac-0x13b0 (4) @@ -3919,7 +3919,7 @@ $ fq -d fit dv activity.fit 0x13b0| 06 | . | reserved: false 0x13b6.3-0x13b6.4 (0.1) 0x13b0| 06 | . | local_message_type: 6 0x13b6.4-0x13b7 (0.4) | | | data_message{}: 0x13b7-0x13cd (22) -0x13b0| 29 c9 56 3f | ).V? | timestamp: 1062652201 (s) 0x13b7-0x13bb (4) +0x13b0| 29 c9 56 3f | ).V? | timestamp: 1062652201 (2023-09-03T05:10:01Z) 0x13b7-0x13bb (4) 0x13b0| fe f2 33 2a | ..3* | position_lat: 59.34786541387439 (708047614) 0x13bb-0x13bf (4) 0x13b0| 75| u| position_long: 18.038380416110158 (215206261) 0x13bf-0x13c3 (4) 0x13c0|c9 d3 0c |... | @@ -3936,7 +3936,7 @@ $ fq -d fit dv activity.fit 0x13c0| 06 | . | reserved: false 0x13cd.3-0x13cd.4 (0.1) 0x13c0| 06 | . | local_message_type: 6 0x13cd.4-0x13ce (0.4) | | | data_message{}: 0x13ce-0x13e4 (22) -0x13c0| 2c c9| ,.| timestamp: 1062652204 (s) 0x13ce-0x13d2 (4) +0x13c0| 2c c9| ,.| timestamp: 1062652204 (2023-09-03T05:10:04Z) 0x13ce-0x13d2 (4) 0x13d0|56 3f |V? | 0x13d0| c7 f9 33 2a | ..3* | position_lat: 59.34801100753248 (708049351) 0x13d2-0x13d6 (4) 0x13d0| c5 dc d3 0c | .... | position_long: 18.03879481740296 (215211205) 0x13d6-0x13da (4) @@ -3953,7 +3953,7 @@ $ fq -d fit dv activity.fit 0x13e0| 06 | . | reserved: false 0x13e4.3-0x13e4.4 (0.1) 0x13e0| 06 | . | local_message_type: 6 0x13e4.4-0x13e5 (0.4) | | | data_message{}: 0x13e5-0x13fb (22) -0x13e0| 2f c9 56 3f | /.V? | timestamp: 1062652207 (s) 0x13e5-0x13e9 (4) +0x13e0| 2f c9 56 3f | /.V? | timestamp: 1062652207 (2023-09-03T05:10:07Z) 0x13e5-0x13e9 (4) 0x13e0| ba 00 34 2a | ..4* | position_lat: 59.3481601215899 (708051130) 0x13e9-0x13ed (4) 0x13e0| bc ee d3| ...| position_long: 18.039180301129818 (215215804) 0x13ed-0x13f1 (4) 0x13f0|0c |. | @@ -3970,7 +3970,7 @@ $ fq -d fit dv activity.fit 0x13f0| 06 | . | reserved: false 0x13fb.3-0x13fb.4 (0.1) 0x13f0| 06 | . | local_message_type: 6 0x13fb.4-0x13fc (0.4) | | | data_message{}: 0x13fc-0x1412 (22) -0x13f0| 32 c9 56 3f| 2.V?| timestamp: 1062652210 (s) 0x13fc-0x1400 (4) +0x13f0| 32 c9 56 3f| 2.V?| timestamp: 1062652210 (2023-09-03T05:10:10Z) 0x13fc-0x1400 (4) 0x1400|c1 07 34 2a |..4* | position_lat: 59.348310912027955 (708052929) 0x1400-0x1404 (4) 0x1400| 61 ff d3 0c | a... | position_long: 18.039537454023957 (215220065) 0x1404-0x1408 (4) 0x1400| 02 09 07 00 | .... | distance: 4610.58 (461058) (m) 0x1408-0x140c (4) @@ -3986,7 +3986,7 @@ $ fq -d fit dv activity.fit 0x1410| 06 | . | reserved: false 0x1412.3-0x1412.4 (0.1) 0x1410| 06 | . | local_message_type: 6 0x1412.4-0x1413 (0.4) | | | data_message{}: 0x1413-0x1429 (22) -0x1410| 35 c9 56 3f | 5.V? | timestamp: 1062652213 (s) 0x1413-0x1417 (4) +0x1410| 35 c9 56 3f | 5.V? | timestamp: 1062652213 (2023-09-03T05:10:13Z) 0x1413-0x1417 (4) 0x1410| 31 0e 34 2a | 1.4* | position_lat: 59.34844904579222 (708054577) 0x1417-0x141b (4) 0x1410| cf 0f d4 0c | .... | position_long: 18.039889996871352 (215224271) 0x141b-0x141f (4) 0x1410| de| .| distance: 4635.82 (463582) (m) 0x141f-0x1423 (4) @@ -4003,7 +4003,7 @@ $ fq -d fit dv activity.fit 0x1420| 06 | . | reserved: false 0x1429.3-0x1429.4 (0.1) 0x1420| 06 | . | local_message_type: 6 0x1429.4-0x142a (0.4) | | | data_message{}: 0x142a-0x1440 (22) -0x1420| 38 c9 56 3f | 8.V? | timestamp: 1062652216 (s) 0x142a-0x142e (4) +0x1420| 38 c9 56 3f | 8.V? | timestamp: 1062652216 (2023-09-03T05:10:16Z) 0x142a-0x142e (4) 0x1420| a5 14| ..| position_lat: 59.348587514832616 (708056229) 0x142e-0x1432 (4) 0x1430|34 2a |4* | 0x1430| 26 21 d4 0c | &!.. | position_long: 18.040262069553137 (215228710) 0x1432-0x1436 (4) @@ -4020,7 +4020,7 @@ $ fq -d fit dv activity.fit 0x1440|06 |. | reserved: false 0x1440.3-0x1440.4 (0.1) 0x1440|06 |. | local_message_type: 6 0x1440.4-0x1441 (0.4) | | | data_message{}: 0x1441-0x1457 (22) -0x1440| 3b c9 56 3f | ;.V? | timestamp: 1062652219 (s) 0x1441-0x1445 (4) +0x1440| 3b c9 56 3f | ;.V? | timestamp: 1062652219 (2023-09-03T05:10:19Z) 0x1441-0x1445 (4) 0x1440| 89 1a 34 2a | ..4* | position_lat: 59.34871391393244 (708057737) 0x1445-0x1449 (4) 0x1440| b4 32 d4 0c | .2.. | position_long: 18.040638752281666 (215233204) 0x1449-0x144d (4) 0x1440| 14 27 07| .'.| distance: 4687.56 (468756) (m) 0x144d-0x1451 (4) @@ -4037,7 +4037,7 @@ $ fq -d fit dv activity.fit 0x1450| 06 | . | reserved: false 0x1457.3-0x1457.4 (0.1) 0x1450| 06 | . | local_message_type: 6 0x1457.4-0x1458 (0.4) | | | data_message{}: 0x1458-0x146e (22) -0x1450| 3e c9 56 3f | >.V? | timestamp: 1062652222 (s) 0x1458-0x145c (4) +0x1450| 3e c9 56 3f | >.V? | timestamp: 1062652222 (2023-09-03T05:10:22Z) 0x1458-0x145c (4) 0x1450| 0e 24 34 2a| .$4*| position_lat: 59.34891818091273 (708060174) 0x145c-0x1460 (4) 0x1460|6d 3e d4 0c |m>.. | position_long: 18.040890293195844 (215236205) 0x1460-0x1464 (4) 0x1460| 33 31 07 00 | 31.. | distance: 4713.47 (471347) (m) 0x1464-0x1468 (4) @@ -4053,7 +4053,7 @@ $ fq -d fit dv activity.fit 0x1460| 06 | . | reserved: false 0x146e.3-0x146e.4 (0.1) 0x1460| 06 | . | local_message_type: 6 0x146e.4-0x146f (0.4) | | | data_message{}: 0x146f-0x1485 (22) -0x1460| 3f| ?| timestamp: 1062652223 (s) 0x146f-0x1473 (4) +0x1460| 3f| ?| timestamp: 1062652223 (2023-09-03T05:10:23Z) 0x146f-0x1473 (4) 0x1470|c9 56 3f |.V? | 0x1470| 03 27 34 2a | .'4* | position_lat: 59.34898163191974 (708060931) 0x1473-0x1477 (4) 0x1470| 40 43 d4 0c | @C.. | position_long: 18.040993809700012 (215237440) 0x1477-0x147b (4) @@ -4071,7 +4071,7 @@ $ fq -d fit dv activity.fit 0x1480| 06 | . | reserved: false 0x1485.3-0x1485.4 (0.1) 0x1480| 06 | . | local_message_type: 6 0x1485.4-0x1486 (0.4) | | | data_message{}: 0x1486-0x149c (22) -0x1480| 42 c9 56 3f | B.V? | timestamp: 1062652226 (s) 0x1486-0x148a (4) +0x1480| 42 c9 56 3f | B.V? | timestamp: 1062652226 (2023-09-03T05:10:26Z) 0x1486-0x148a (4) 0x1480| 95 2c 34 2a | .,4* | position_lat: 59.34910115785897 (708062357) 0x148a-0x148e (4) 0x1480| 21 54| !T| position_long: 18.041355991736054 (215241761) 0x148e-0x1492 (4) 0x1490|d4 0c |.. | @@ -4088,7 +4088,7 @@ $ fq -d fit dv activity.fit 0x1490| 06 | . | reserved: false 0x149c.3-0x149c.4 (0.1) 0x1490| 06 | . | local_message_type: 6 0x149c.4-0x149d (0.4) | | | data_message{}: 0x149d-0x14b3 (22) -0x1490| 44 c9 56| D.V| timestamp: 1062652228 (s) 0x149d-0x14a1 (4) +0x1490| 44 c9 56| D.V| timestamp: 1062652228 (2023-09-03T05:10:28Z) 0x149d-0x14a1 (4) 0x14a0|3f |? | 0x14a0| be 2f 34 2a | ./4* | position_lat: 59.349168967455626 (708063166) 0x14a1-0x14a5 (4) 0x14a0| ee 5e d4 0c | .^.. | position_long: 18.041587751358747 (215244526) 0x14a5-0x14a9 (4) @@ -4106,7 +4106,7 @@ $ fq -d fit dv activity.fit 0x14b0| 06 | . | reserved: false 0x14b3.3-0x14b3.4 (0.1) 0x14b0| 06 | . | local_message_type: 6 0x14b3.4-0x14b4 (0.4) | | | data_message{}: 0x14b4-0x14ca (22) -0x14b0| 47 c9 56 3f | G.V? | timestamp: 1062652231 (s) 0x14b4-0x14b8 (4) +0x14b0| 47 c9 56 3f | G.V? | timestamp: 1062652231 (2023-09-03T05:10:31Z) 0x14b4-0x14b8 (4) 0x14b0| f6 34 34 2a | .44* | position_lat: 59.349280949682 (708064502) 0x14b8-0x14bc (4) 0x14b0| 2a 6f d4 0c| *o..| position_long: 18.041936103254557 (215248682) 0x14bc-0x14c0 (4) 0x14c0|67 4d 07 00 |gM.. | distance: 4785.67 (478567) (m) 0x14c0-0x14c4 (4) @@ -4122,7 +4122,7 @@ $ fq -d fit dv activity.fit 0x14c0| 06 | . | reserved: false 0x14ca.3-0x14ca.4 (0.1) 0x14c0| 06 | . | local_message_type: 6 0x14ca.4-0x14cb (0.4) | | | data_message{}: 0x14cb-0x14e1 (22) -0x14c0| 49 c9 56 3f | I.V? | timestamp: 1062652233 (s) 0x14cb-0x14cf (4) +0x14c0| 49 c9 56 3f | I.V? | timestamp: 1062652233 (2023-09-03T05:10:33Z) 0x14cb-0x14cf (4) 0x14c0| 6a| j| position_lat: 59.349333588033915 (708065130) 0x14cf-0x14d3 (4) 0x14d0|37 34 2a |74* | 0x14d0| c6 7b d4 0c | .{.. | position_long: 18.042206671088934 (215251910) 0x14d3-0x14d7 (4) @@ -4139,7 +4139,7 @@ $ fq -d fit dv activity.fit 0x14e0| 06 | . | reserved: false 0x14e1.3-0x14e1.4 (0.1) 0x14e0| 06 | . | local_message_type: 6 0x14e1.4-0x14e2 (0.4) | | | data_message{}: 0x14e2-0x14f8 (22) -0x14e0| 4c c9 56 3f | L.V? | timestamp: 1062652236 (s) 0x14e2-0x14e6 (4) +0x14e0| 4c c9 56 3f | L.V? | timestamp: 1062652236 (2023-09-03T05:10:36Z) 0x14e2-0x14e6 (4) 0x14e0| 10 37 34 2a | .74* | position_lat: 59.34932604432106 (708065040) 0x14e6-0x14ea (4) 0x14e0| e9 8e d4 0c | .... | position_long: 18.042617300525308 (215256809) 0x14ea-0x14ee (4) 0x14e0| fd 5c| .\| distance: 4825.57 (482557) (m) 0x14ee-0x14f2 (4) @@ -4156,7 +4156,7 @@ $ fq -d fit dv activity.fit 0x14f0| 06 | . | reserved: false 0x14f8.3-0x14f8.4 (0.1) 0x14f0| 06 | . | local_message_type: 6 0x14f8.4-0x14f9 (0.4) | | | data_message{}: 0x14f9-0x150f (22) -0x14f0| 4e c9 56 3f | N.V? | timestamp: 1062652238 (s) 0x14f9-0x14fd (4) +0x14f0| 4e c9 56 3f | N.V? | timestamp: 1062652238 (2023-09-03T05:10:38Z) 0x14f9-0x14fd (4) 0x14f0| fc 36 34| .64| position_lat: 59.349324367940426 (708065020) 0x14fd-0x1501 (4) 0x1500|2a |* | 0x1500| 1d 9b d4 0c | .... | position_long: 18.042879151180387 (215259933) 0x1501-0x1505 (4) @@ -4173,7 +4173,7 @@ $ fq -d fit dv activity.fit 0x1500| 06| .| reserved: false 0x150f.3-0x150f.4 (0.1) 0x1500| 06| .| local_message_type: 6 0x150f.4-0x1510 (0.4) | | | data_message{}: 0x1510-0x1526 (22) -0x1510|51 c9 56 3f |Q.V? | timestamp: 1062652241 (s) 0x1510-0x1514 (4) +0x1510|51 c9 56 3f |Q.V? | timestamp: 1062652241 (2023-09-03T05:10:41Z) 0x1510-0x1514 (4) 0x1510| 7f 3b 34 2a | .;4* | position_lat: 59.34942117892206 (708066175) 0x1514-0x1518 (4) 0x1510| f6 ab d4 0c | .... | position_long: 18.043240662664175 (215264246) 0x1518-0x151c (4) 0x1510| f3 6b 07 00| .k..| distance: 4863.87 (486387) (m) 0x151c-0x1520 (4) @@ -4189,7 +4189,7 @@ $ fq -d fit dv activity.fit 0x1520| 06 | . | reserved: false 0x1526.3-0x1526.4 (0.1) 0x1520| 06 | . | local_message_type: 6 0x1526.4-0x1527 (0.4) | | | data_message{}: 0x1527-0x153d (22) -0x1520| 52 c9 56 3f | R.V? | timestamp: 1062652242 (s) 0x1527-0x152b (4) +0x1520| 52 c9 56 3f | R.V? | timestamp: 1062652242 (2023-09-03T05:10:42Z) 0x1527-0x152b (4) 0x1520| a2 3d 34 2a | .=4* | position_lat: 59.349467027932405 (708066722) 0x152b-0x152f (4) 0x1520| 25| %| position_long: 18.04335189051926 (215265573) 0x152f-0x1533 (4) 0x1530|b1 d4 0c |... | @@ -4206,7 +4206,7 @@ $ fq -d fit dv activity.fit 0x1530| 06 | . | reserved: false 0x153d.3-0x153d.4 (0.1) 0x1530| 06 | . | local_message_type: 6 0x153d.4-0x153e (0.4) | | | data_message{}: 0x153e-0x1554 (22) -0x1530| 54 c9| T.| timestamp: 1062652244 (s) 0x153e-0x1542 (4) +0x1530| 54 c9| T.| timestamp: 1062652244 (2023-09-03T05:10:44Z) 0x153e-0x1542 (4) 0x1540|56 3f |V? | 0x1540| 8f 41 34 2a | .A4* | position_lat: 59.34955126605928 (708067727) 0x1542-0x1546 (4) 0x1540| 4e bc d4 0c | N... | position_long: 18.043591361492872 (215268430) 0x1546-0x154a (4) @@ -4223,7 +4223,7 @@ $ fq -d fit dv activity.fit 0x1550| 06 | . | reserved: false 0x1554.3-0x1554.4 (0.1) 0x1550| 06 | . | local_message_type: 6 0x1554.4-0x1555 (0.4) | | | data_message{}: 0x1555-0x156b (22) -0x1550| 57 c9 56 3f | W.V? | timestamp: 1062652247 (s) 0x1555-0x1559 (4) +0x1550| 57 c9 56 3f | W.V? | timestamp: 1062652247 (2023-09-03T05:10:47Z) 0x1555-0x1559 (4) 0x1550| 7c 46 34 2a | |F4* | position_lat: 59.34965696185827 (708068988) 0x1559-0x155d (4) 0x1550| 4d cf d4| M..| position_long: 18.043998973444104 (215273293) 0x155d-0x1561 (4) 0x1560|0c |. | @@ -4240,7 +4240,7 @@ $ fq -d fit dv activity.fit 0x1560| 06 | . | reserved: false 0x156b.3-0x156b.4 (0.1) 0x1560| 06 | . | local_message_type: 6 0x156b.4-0x156c (0.4) | | | data_message{}: 0x156c-0x1582 (22) -0x1560| 59 c9 56 3f| Y.V?| timestamp: 1062652249 (s) 0x156c-0x1570 (4) +0x1560| 59 c9 56 3f| Y.V?| timestamp: 1062652249 (2023-09-03T05:10:49Z) 0x156c-0x1570 (4) 0x1570|da 4a 34 2a |.J4* | position_lat: 59.34975067153573 (708070106) 0x1570-0x1574 (4) 0x1570| ec da d4 0c | .... | position_long: 18.044248335063457 (215276268) 0x1574-0x1578 (4) 0x1570| a3 86 07 00 | .... | distance: 4932.19 (493219) (m) 0x1578-0x157c (4) @@ -4256,7 +4256,7 @@ $ fq -d fit dv activity.fit 0x1580| 06 | . | reserved: false 0x1582.3-0x1582.4 (0.1) 0x1580| 06 | . | local_message_type: 6 0x1582.4-0x1583 (0.4) | | | data_message{}: 0x1583-0x1599 (22) -0x1580| 5c c9 56 3f | \.V? | timestamp: 1062652252 (s) 0x1583-0x1587 (4) +0x1580| 5c c9 56 3f | \.V? | timestamp: 1062652252 (2023-09-03T05:10:52Z) 0x1583-0x1587 (4) 0x1580| 98 51 34 2a | .Q4* | position_lat: 59.34989534318447 (708071832) 0x1587-0x158b (4) 0x1580| 5b ea d4 0c | [... | position_long: 18.044579504057765 (215280219) 0x158b-0x158f (4) 0x1580| 56| V| distance: 4957.02 (495702) (m) 0x158f-0x1593 (4) @@ -4284,7 +4284,7 @@ $ fq -d fit dv activity.fit 0x15a0| 06 | . | reserved: false 0x15a1.3-0x15a1.4 (0.1) 0x15a0| 06 | . | local_message_type: 6 0x15a1.4-0x15a2 (0.4) | | | data_message{}: 0x15a2-0x15b8 (22) -0x15a0| 5f c9 56 3f | _.V? | timestamp: 1062652255 (s) 0x15a2-0x15a6 (4) +0x15a0| 5f c9 56 3f | _.V? | timestamp: 1062652255 (2023-09-03T05:10:55Z) 0x15a2-0x15a6 (4) 0x15a0| 6c 54 34 2a | lT4* | position_lat: 59.34995602816343 (708072556) 0x15a6-0x15aa (4) 0x15a0| 35 fc d4 0c | 5... | position_long: 18.044962557032704 (215284789) 0x15aa-0x15ae (4) 0x15a0| 4c 99| L.| distance: 4979.96 (497996) (m) 0x15ae-0x15b2 (4) @@ -4301,7 +4301,7 @@ $ fq -d fit dv activity.fit 0x15b0| 06 | . | reserved: false 0x15b8.3-0x15b8.4 (0.1) 0x15b0| 06 | . | local_message_type: 6 0x15b8.4-0x15b9 (0.4) | | | data_message{}: 0x15b9-0x15cf (22) -0x15b0| 60 c9 56 3f | `.V? | timestamp: 1062652256 (s) 0x15b9-0x15bd (4) +0x15b0| 60 c9 56 3f | `.V? | timestamp: 1062652256 (2023-09-03T05:10:56Z) 0x15b9-0x15bd (4) 0x15b0| bb 54 34| .T4| position_lat: 59.34996264986694 (708072635) 0x15bd-0x15c1 (4) 0x15c0|2a |* | 0x15c0| 3a 02 d5 0c | :... | position_long: 18.045091722160578 (215286330) 0x15c1-0x15c5 (4) @@ -4318,7 +4318,7 @@ $ fq -d fit dv activity.fit 0x15c0| 06| .| reserved: false 0x15cf.3-0x15cf.4 (0.1) 0x15c0| 06| .| local_message_type: 6 0x15cf.4-0x15d0 (0.4) | | | data_message{}: 0x15d0-0x15e6 (22) -0x15d0|62 c9 56 3f |b.V? | timestamp: 1062652258 (s) 0x15d0-0x15d4 (4) +0x15d0|62 c9 56 3f |b.V? | timestamp: 1062652258 (2023-09-03T05:10:58Z) 0x15d0-0x15d4 (4) 0x15d0| 5c 55 34 2a | \U4* | position_lat: 59.349976144731045 (708072796) 0x15d4-0x15d8 (4) 0x15d0| 38 0e d5 0c | 8... | position_long: 18.045349046587944 (215289400) 0x15d8-0x15dc (4) 0x15d0| ed a1 07 00| ....| distance: 5002.05 (500205) (m) 0x15dc-0x15e0 (4) @@ -4334,8 +4334,8 @@ $ fq -d fit dv activity.fit 0x15e0| 08 | . | reserved: false 0x15e6.3-0x15e6.4 (0.1) 0x15e0| 08 | . | local_message_type: 8 0x15e6.4-0x15e7 (0.4) | | | data_message{}: 0x15e7-0x161d (54) -0x15e0| 62 c9 56 3f | b.V? | timestamp: 1062652258 (s) 0x15e7-0x15eb (4) -0x15e0| ed c8 56 3f | ..V? | start_time: 1062652141 0x15eb-0x15ef (4) +0x15e0| 62 c9 56 3f | b.V? | timestamp: 1062652258 (2023-09-03T05:10:58Z) 0x15e7-0x15eb (4) +0x15e0| ed c8 56 3f | ..V? | start_time: 1062652141 (2023-09-03T05:09:01Z) 0x15eb-0x15ef (4) 0x15e0| 65| e| start_position_lat: 59.34465539641678 (708009317) 0x15ef-0x15f3 (4) 0x15f0|5d 33 2a |]3* | 0x15f0| 9f 1f d3 0c | .... | start_position_long: 18.034736132249236 (215162783) 0x15f3-0x15f7 (4) @@ -4367,7 +4367,7 @@ $ fq -d fit dv activity.fit 0x1610| 06 | . | reserved: false 0x161d.3-0x161d.4 (0.1) 0x1610| 06 | . | local_message_type: 6 0x161d.4-0x161e (0.4) | | | data_message{}: 0x161e-0x1634 (22) -0x1610| 65 c9| e.| timestamp: 1062652261 (s) 0x161e-0x1622 (4) +0x1610| 65 c9| e.| timestamp: 1062652261 (2023-09-03T05:11:01Z) 0x161e-0x1622 (4) 0x1620|56 3f |V? | 0x1620| c2 56 34 2a | .V4* | position_lat: 59.3500061519444 (708073154) 0x1622-0x1626 (4) 0x1620| cf 1f d5 0c | .... | position_long: 18.04572648368776 (215293903) 0x1626-0x162a (4) @@ -4384,7 +4384,7 @@ $ fq -d fit dv activity.fit 0x1630| 06 | . | reserved: false 0x1634.3-0x1634.4 (0.1) 0x1630| 06 | . | local_message_type: 6 0x1634.4-0x1635 (0.4) | | | data_message{}: 0x1635-0x164b (22) -0x1630| 68 c9 56 3f | h.V? | timestamp: 1062652264 (s) 0x1635-0x1639 (4) +0x1630| 68 c9 56 3f | h.V? | timestamp: 1062652264 (2023-09-03T05:11:04Z) 0x1635-0x1639 (4) 0x1630| 06 58 34 2a | .X4* | position_lat: 59.350033309310675 (708073478) 0x1639-0x163d (4) 0x1630| 2d 32 d5| -2.| position_long: 18.046120600774884 (215298605) 0x163d-0x1641 (4) 0x1640|0c |. | @@ -4401,7 +4401,7 @@ $ fq -d fit dv activity.fit 0x1640| 06 | . | reserved: false 0x164b.3-0x164b.4 (0.1) 0x1640| 06 | . | local_message_type: 6 0x164b.4-0x164c (0.4) | | | data_message{}: 0x164c-0x1662 (22) -0x1640| 6b c9 56 3f| k.V?| timestamp: 1062652267 (s) 0x164c-0x1650 (4) +0x1640| 6b c9 56 3f| k.V?| timestamp: 1062652267 (2023-09-03T05:11:07Z) 0x164c-0x1650 (4) 0x1650|37 59 34 2a |7Y4* | position_lat: 59.35005887411535 (708073783) 0x1650-0x1654 (4) 0x1650| 28 46 d5 0c | (F.. | position_long: 18.04654933512211 (215303720) 0x1654-0x1658 (4) 0x1650| d3 bc 07 00 | .... | distance: 5070.91 (507091) (m) 0x1658-0x165c (4) @@ -4417,7 +4417,7 @@ $ fq -d fit dv activity.fit 0x1660| 06 | . | reserved: false 0x1662.3-0x1662.4 (0.1) 0x1660| 06 | . | local_message_type: 6 0x1662.4-0x1663 (0.4) | | | data_message{}: 0x1663-0x1679 (22) -0x1660| 6e c9 56 3f | n.V? | timestamp: 1062652270 (s) 0x1663-0x1667 (4) +0x1660| 6e c9 56 3f | n.V? | timestamp: 1062652270 (2023-09-03T05:11:10Z) 0x1663-0x1667 (4) 0x1660| 40 5a 34 2a | @Z4* | position_lat: 59.35008108615875 (708074048) 0x1667-0x166b (4) 0x1660| 97 5a d5 0c | .Z.. | position_long: 18.04698779247701 (215308951) 0x166b-0x166f (4) 0x1660| 9b| .| distance: 5095.95 (509595) (m) 0x166f-0x1673 (4) @@ -4434,7 +4434,7 @@ $ fq -d fit dv activity.fit 0x1670| 06 | . | reserved: false 0x1679.3-0x1679.4 (0.1) 0x1670| 06 | . | local_message_type: 6 0x1679.4-0x167a (0.4) | | | data_message{}: 0x167a-0x1690 (22) -0x1670| 71 c9 56 3f | q.V? | timestamp: 1062652273 (s) 0x167a-0x167e (4) +0x1670| 71 c9 56 3f | q.V? | timestamp: 1062652273 (2023-09-03T05:11:13Z) 0x167a-0x167e (4) 0x1670| e4 5a| .Z| position_lat: 59.350094832479954 (708074212) 0x167e-0x1682 (4) 0x1680|34 2a |4* | 0x1680| db 6e d5 0c | .n.. | position_long: 18.04742264561355 (215314139) 0x1682-0x1686 (4) @@ -4451,7 +4451,7 @@ $ fq -d fit dv activity.fit 0x1690|06 |. | reserved: false 0x1690.3-0x1690.4 (0.1) 0x1690|06 |. | local_message_type: 6 0x1690.4-0x1691 (0.4) | | | data_message{}: 0x1691-0x16a7 (22) -0x1690| 74 c9 56 3f | t.V? | timestamp: 1062652276 (s) 0x1691-0x1695 (4) +0x1690| 74 c9 56 3f | t.V? | timestamp: 1062652276 (2023-09-03T05:11:16Z) 0x1691-0x1695 (4) 0x1690| c2 5b 34 2a | .[4* | position_lat: 59.350113440304995 (708074434) 0x1695-0x1699 (4) 0x1690| b3 81 d5 0c | .... | position_long: 18.047826988622546 (215318963) 0x1699-0x169d (4) 0x1690| 4a d9 07| J..| distance: 5143.78 (514378) (m) 0x169d-0x16a1 (4) @@ -4468,7 +4468,7 @@ $ fq -d fit dv activity.fit 0x16a0| 06 | . | reserved: false 0x16a7.3-0x16a7.4 (0.1) 0x16a0| 06 | . | local_message_type: 6 0x16a7.4-0x16a8 (0.4) | | | data_message{}: 0x16a8-0x16be (22) -0x16a0| 77 c9 56 3f | w.V? | timestamp: 1062652279 (s) 0x16a8-0x16ac (4) +0x16a0| 77 c9 56 3f | w.V? | timestamp: 1062652279 (2023-09-03T05:11:19Z) 0x16a8-0x16ac (4) 0x16a0| 3d 5c 34 2a| =\4*| position_lat: 59.350123750045896 (708074557) 0x16ac-0x16b0 (4) 0x16b0|41 93 d5 0c |A... | position_long: 18.048203671351075 (215323457) 0x16b0-0x16b4 (4) 0x16b0| aa e1 07 00 | .... | distance: 5165.22 (516522) (m) 0x16b4-0x16b8 (4) @@ -4484,7 +4484,7 @@ $ fq -d fit dv activity.fit 0x16b0| 06 | . | reserved: false 0x16be.3-0x16be.4 (0.1) 0x16b0| 06 | . | local_message_type: 6 0x16be.4-0x16bf (0.4) | | | data_message{}: 0x16bf-0x16d5 (22) -0x16b0| 7a| z| timestamp: 1062652282 (s) 0x16bf-0x16c3 (4) +0x16b0| 7a| z| timestamp: 1062652282 (2023-09-03T05:11:22Z) 0x16bf-0x16c3 (4) 0x16c0|c9 56 3f |.V? | 0x16c0| 26 5d 34 2a | &]4* | position_lat: 59.350143279880285 (708074790) 0x16c3-0x16c7 (4) 0x16c0| 43 a4 d5 0c | C... | position_long: 18.048568619415164 (215327811) 0x16c7-0x16cb (4) @@ -4502,7 +4502,7 @@ $ fq -d fit dv activity.fit 0x16d0| 06 | . | reserved: false 0x16d5.3-0x16d5.4 (0.1) 0x16d0| 06 | . | local_message_type: 6 0x16d5.4-0x16d6 (0.4) | | | data_message{}: 0x16d6-0x16ec (22) -0x16d0| 7b c9 56 3f | {.V? | timestamp: 1062652283 (s) 0x16d6-0x16da (4) +0x16d0| 7b c9 56 3f | {.V? | timestamp: 1062652283 (2023-09-03T05:11:23Z) 0x16d6-0x16da (4) 0x16d0| 7c 5d 34 2a | |]4* | position_lat: 59.35015048831701 (708074876) 0x16da-0x16de (4) 0x16d0| 68 aa| h.| position_long: 18.048700466752052 (215329384) 0x16de-0x16e2 (4) 0x16e0|d5 0c |.. | @@ -4519,7 +4519,7 @@ $ fq -d fit dv activity.fit 0x16e0| 06 | . | reserved: false 0x16ec.3-0x16ec.4 (0.1) 0x16e0| 06 | . | local_message_type: 6 0x16ec.4-0x16ed (0.4) | | | data_message{}: 0x16ed-0x1703 (22) -0x16e0| 7e c9 56| ~.V| timestamp: 1062652286 (s) 0x16ed-0x16f1 (4) +0x16e0| 7e c9 56| ~.V| timestamp: 1062652286 (2023-09-03T05:11:26Z) 0x16ed-0x16f1 (4) 0x16f0|3f |? | 0x16f0| 05 5b 34 2a | .[4* | position_lat: 59.350097598508 (708074245) 0x16f1-0x16f5 (4) 0x16f0| b7 bc d5 0c | .... | position_long: 18.049093326553702 (215334071) 0x16f5-0x16f9 (4) @@ -4537,7 +4537,7 @@ $ fq -d fit dv activity.fit 0x1700| 06 | . | reserved: false 0x1703.3-0x1703.4 (0.1) 0x1700| 06 | . | local_message_type: 6 0x1703.4-0x1704 (0.4) | | | data_message{}: 0x1704-0x171a (22) -0x1700| 81 c9 56 3f | ..V? | timestamp: 1062652289 (s) 0x1704-0x1708 (4) +0x1700| 81 c9 56 3f | ..V? | timestamp: 1062652289 (2023-09-03T05:11:29Z) 0x1704-0x1708 (4) 0x1700| e4 53 34 2a | .S4* | position_lat: 59.34994462877512 (708072420) 0x1708-0x170c (4) 0x1700| df ca d5 0c| ....| position_long: 18.04939708672464 (215337695) 0x170c-0x1710 (4) 0x1710|3b ff 07 00 |;... | distance: 5240.91 (524091) (m) 0x1710-0x1714 (4) @@ -4553,7 +4553,7 @@ $ fq -d fit dv activity.fit 0x1710| 06 | . | reserved: false 0x171a.3-0x171a.4 (0.1) 0x1710| 06 | . | local_message_type: 6 0x171a.4-0x171b (0.4) | | | data_message{}: 0x171b-0x1731 (22) -0x1710| 84 c9 56 3f | ..V? | timestamp: 1062652292 (s) 0x171b-0x171f (4) +0x1710| 84 c9 56 3f | ..V? | timestamp: 1062652292 (2023-09-03T05:11:32Z) 0x171b-0x171f (4) 0x1710| f1| .| position_lat: 59.34977405704558 (708070385) 0x171f-0x1723 (4) 0x1720|4b 34 2a |K4* | 0x1720| 90 d9 d5 0c | .... | position_long: 18.04971233010292 (215341456) 0x1723-0x1727 (4) @@ -4570,7 +4570,7 @@ $ fq -d fit dv activity.fit 0x1730| 06 | . | reserved: false 0x1731.3-0x1731.4 (0.1) 0x1730| 06 | . | local_message_type: 6 0x1731.4-0x1732 (0.4) | | | data_message{}: 0x1732-0x1748 (22) -0x1730| 87 c9 56 3f | ..V? | timestamp: 1062652295 (s) 0x1732-0x1736 (4) +0x1730| 87 c9 56 3f | ..V? | timestamp: 1062652295 (2023-09-03T05:11:35Z) 0x1732-0x1736 (4) 0x1730| 9a 45 34 2a | .E4* | position_lat: 59.349638018757105 (708068762) 0x1736-0x173a (4) 0x1730| 83 eb d5 0c | .... | position_long: 18.050097478553653 (215346051) 0x173a-0x173e (4) 0x1730| da 13| ..| distance: 5293.7 (529370) (m) 0x173e-0x1742 (4) @@ -4587,7 +4587,7 @@ $ fq -d fit dv activity.fit 0x1740| 06 | . | reserved: false 0x1748.3-0x1748.4 (0.1) 0x1740| 06 | . | local_message_type: 6 0x1748.4-0x1749 (0.4) | | | data_message{}: 0x1749-0x175f (22) -0x1740| 88 c9 56 3f | ..V? | timestamp: 1062652296 (s) 0x1749-0x174d (4) +0x1740| 88 c9 56 3f | ..V? | timestamp: 1062652296 (2023-09-03T05:11:36Z) 0x1749-0x174d (4) 0x1740| 2e 43 34| .C4| position_lat: 59.34958605095744 (708068142) 0x174d-0x1751 (4) 0x1750|2a |* | 0x1750| 26 f0 d5 0c | &... | position_long: 18.0501969717443 (215347238) 0x1751-0x1755 (4) @@ -4604,7 +4604,7 @@ $ fq -d fit dv activity.fit 0x1750| 06| .| reserved: false 0x175f.3-0x175f.4 (0.1) 0x1750| 06| .| local_message_type: 6 0x175f.4-0x1760 (0.4) | | | data_message{}: 0x1760-0x1776 (22) -0x1760|8b c9 56 3f |..V? | timestamp: 1062652299 (s) 0x1760-0x1764 (4) +0x1760|8b c9 56 3f |..V? | timestamp: 1062652299 (2023-09-03T05:11:39Z) 0x1760-0x1764 (4) 0x1760| 7a 3a 34 2a | z:4* | position_lat: 59.34939930215478 (708065914) 0x1764-0x1768 (4) 0x1760| fb f9 d5 0c | .... | position_long: 18.050407944247127 (215349755) 0x1768-0x176c (4) 0x1760| 62 20 08 00| b ..| distance: 5325.78 (532578) (m) 0x176c-0x1770 (4) @@ -4620,7 +4620,7 @@ $ fq -d fit dv activity.fit 0x1770| 06 | . | reserved: false 0x1776.3-0x1776.4 (0.1) 0x1770| 06 | . | local_message_type: 6 0x1776.4-0x1777 (0.4) | | | data_message{}: 0x1777-0x178d (22) -0x1770| 8e c9 56 3f | ..V? | timestamp: 1062652302 (s) 0x1777-0x177b (4) +0x1770| 8e c9 56 3f | ..V? | timestamp: 1062652302 (2023-09-03T05:11:42Z) 0x1777-0x177b (4) 0x1770| 49 31 34 2a | I14* | position_lat: 59.34920207597315 (708063561) 0x177b-0x177f (4) 0x1770| 7f| .| position_long: 18.050612127408385 (215352191) 0x177f-0x1783 (4) 0x1780|03 d6 0c |... | @@ -4637,7 +4637,7 @@ $ fq -d fit dv activity.fit 0x1780| 06 | . | reserved: false 0x178d.3-0x178d.4 (0.1) 0x1780| 06 | . | local_message_type: 6 0x178d.4-0x178e (0.4) | | | data_message{}: 0x178e-0x17a4 (22) -0x1780| 91 c9| ..| timestamp: 1062652305 (s) 0x178e-0x1792 (4) +0x1780| 91 c9| ..| timestamp: 1062652305 (2023-09-03T05:11:45Z) 0x178e-0x1792 (4) 0x1790|56 3f |V? | 0x1790| c0 27 34 2a | .'4* | position_lat: 59.348997473716736 (708061120) 0x1792-0x1796 (4) 0x1790| 32 0c d6 0c | 2... | position_long: 18.050798792392015 (215354418) 0x1796-0x179a (4) @@ -4654,7 +4654,7 @@ $ fq -d fit dv activity.fit 0x17a0| 06 | . | reserved: false 0x17a4.3-0x17a4.4 (0.1) 0x17a0| 06 | . | local_message_type: 6 0x17a4.4-0x17a5 (0.4) | | | data_message{}: 0x17a5-0x17bb (22) -0x17a0| 94 c9 56 3f | ..V? | timestamp: 1062652308 (s) 0x17a5-0x17a9 (4) +0x17a0| 94 c9 56 3f | ..V? | timestamp: 1062652308 (2023-09-03T05:11:48Z) 0x17a5-0x17a9 (4) 0x17a0| d8 1d 34 2a | ..4* | position_lat: 59.348784908652306 (708058584) 0x17a9-0x17ad (4) 0x17a0| ec 14 d6| ...| position_long: 18.050986044108868 (215356652) 0x17ad-0x17b1 (4) 0x17b0|0c |. | @@ -4671,7 +4671,7 @@ $ fq -d fit dv activity.fit 0x17b0| 06 | . | reserved: false 0x17bb.3-0x17bb.4 (0.1) 0x17b0| 06 | . | local_message_type: 6 0x17bb.4-0x17bc (0.4) | | | data_message{}: 0x17bc-0x17d2 (22) -0x17b0| 97 c9 56 3f| ..V?| timestamp: 1062652311 (s) 0x17bc-0x17c0 (4) +0x17b0| 97 c9 56 3f| ..V?| timestamp: 1062652311 (2023-09-03T05:11:51Z) 0x17bc-0x17c0 (4) 0x17c0|da 13 34 2a |..4* | position_lat: 59.34857049956918 (708056026) 0x17c0-0x17c4 (4) 0x17c0| f2 1d d6 0c | .... | position_long: 18.05117966607213 (215358962) 0x17c4-0x17c8 (4) 0x17c0| 55 48 08 00 | UH.. | distance: 5428.05 (542805) (m) 0x17c8-0x17cc (4) @@ -4687,7 +4687,7 @@ $ fq -d fit dv activity.fit 0x17d0| 06 | . | reserved: false 0x17d2.3-0x17d2.4 (0.1) 0x17d0| 06 | . | local_message_type: 6 0x17d2.4-0x17d3 (0.4) | | | data_message{}: 0x17d3-0x17e9 (22) -0x17d0| 9a c9 56 3f | ..V? | timestamp: 1062652314 (s) 0x17d3-0x17d7 (4) +0x17d0| 9a c9 56 3f | ..V? | timestamp: 1062652314 (2023-09-03T05:11:54Z) 0x17d3-0x17d7 (4) 0x17d0| 40 0a 34 2a | @.4* | position_lat: 59.34836447238922 (708053568) 0x17d7-0x17db (4) 0x17d0| b1 26 d6 0c | .&.. | position_long: 18.05136733688414 (215361201) 0x17db-0x17df (4) 0x17d0| 38| 8| distance: 5453.36 (545336) (m) 0x17df-0x17e3 (4) @@ -4704,7 +4704,7 @@ $ fq -d fit dv activity.fit 0x17e0| 06 | . | reserved: false 0x17e9.3-0x17e9.4 (0.1) 0x17e0| 06 | . | local_message_type: 6 0x17e9.4-0x17ea (0.4) | | | data_message{}: 0x17ea-0x1800 (22) -0x17e0| 9d c9 56 3f | ..V? | timestamp: 1062652317 (s) 0x17ea-0x17ee (4) +0x17e0| 9d c9 56 3f | ..V? | timestamp: 1062652317 (2023-09-03T05:11:57Z) 0x17ea-0x17ee (4) 0x17e0| 5a 01| Z.| position_lat: 59.34817353263497 (708051290) 0x17ee-0x17f2 (4) 0x17f0|34 2a |4* | 0x17f0| b2 2f d6 0c | ./.. | position_long: 18.051560539752245 (215363506) 0x17f2-0x17f6 (4) @@ -4721,7 +4721,7 @@ $ fq -d fit dv activity.fit 0x1800|06 |. | reserved: false 0x1800.3-0x1800.4 (0.1) 0x1800|06 |. | local_message_type: 6 0x1800.4-0x1801 (0.4) | | | data_message{}: 0x1801-0x1817 (22) -0x1800| a0 c9 56 3f | ..V? | timestamp: 1062652320 (s) 0x1801-0x1805 (4) +0x1800| a0 c9 56 3f | ..V? | timestamp: 1062652320 (2023-09-03T05:12:00Z) 0x1801-0x1805 (4) 0x1800| a0 f8 33 2a | ..3* | position_lat: 59.34798628091812 (708049056) 0x1805-0x1809 (4) 0x1800| f3 37 d6 0c | .7.. | position_long: 18.05173764936626 (215365619) 0x1809-0x180d (4) 0x1800| 9c 64 08| .d.| distance: 5500.44 (550044) (m) 0x180d-0x1811 (4) @@ -4738,7 +4738,7 @@ $ fq -d fit dv activity.fit 0x1810| 06 | . | reserved: false 0x1817.3-0x1817.4 (0.1) 0x1810| 06 | . | local_message_type: 6 0x1817.4-0x1818 (0.4) | | | data_message{}: 0x1818-0x182e (22) -0x1810| a3 c9 56 3f | ..V? | timestamp: 1062652323 (s) 0x1818-0x181c (4) +0x1810| a3 c9 56 3f | ..V? | timestamp: 1062652323 (2023-09-03T05:12:03Z) 0x1818-0x181c (4) 0x1810| 85 ef 33 2a| ..3*| position_lat: 59.34779089875519 (708046725) 0x181c-0x1820 (4) 0x1820|be 40 d6 0c |.@.. | position_long: 18.05192632600665 (215367870) 0x1820-0x1824 (4) 0x1820| 17 6e 08 00 | .n.. | distance: 5524.71 (552471) (m) 0x1824-0x1828 (4) @@ -4754,7 +4754,7 @@ $ fq -d fit dv activity.fit 0x1820| 06 | . | reserved: false 0x182e.3-0x182e.4 (0.1) 0x1820| 06 | . | local_message_type: 6 0x182e.4-0x182f (0.4) | | | data_message{}: 0x182f-0x1845 (22) -0x1820| a6| .| timestamp: 1062652326 (s) 0x182f-0x1833 (4) +0x1820| a6| .| timestamp: 1062652326 (2023-09-03T05:12:06Z) 0x182f-0x1833 (4) 0x1830|c9 56 3f |.V? | 0x1830| 37 e6 33 2a | 7.3* | position_lat: 59.34759124182165 (708044343) 0x1833-0x1837 (4) 0x1830| 2f 4a d6 0c | /J.. | position_long: 18.052128916606307 (215370287) 0x1837-0x183b (4) @@ -4772,7 +4772,7 @@ $ fq -d fit dv activity.fit 0x1840| 06 | . | reserved: false 0x1845.3-0x1845.4 (0.1) 0x1840| 06 | . | local_message_type: 6 0x1845.4-0x1846 (0.4) | | | data_message{}: 0x1846-0x185c (22) -0x1840| a9 c9 56 3f | ..V? | timestamp: 1062652329 (s) 0x1846-0x184a (4) +0x1840| a9 c9 56 3f | ..V? | timestamp: 1062652329 (2023-09-03T05:12:09Z) 0x1846-0x184a (4) 0x1840| 7e dc 33 2a | ~.3* | position_lat: 59.34738261625171 (708041854) 0x184a-0x184e (4) 0x1840| 0d 53| .S| position_long: 18.0523191858083 (215372557) 0x184e-0x1852 (4) 0x1850|d6 0c |.. | @@ -4789,7 +4789,7 @@ $ fq -d fit dv activity.fit 0x1850| 06 | . | reserved: false 0x185c.3-0x185c.4 (0.1) 0x1850| 06 | . | local_message_type: 6 0x185c.4-0x185d (0.4) | | | data_message{}: 0x185d-0x1873 (22) -0x1850| ac c9 56| ..V| timestamp: 1062652332 (s) 0x185d-0x1861 (4) +0x1850| ac c9 56| ..V| timestamp: 1062652332 (2023-09-03T05:12:12Z) 0x185d-0x1861 (4) 0x1860|3f |? | 0x1860| c9 d2 33 2a | ..3* | position_lat: 59.347174325957894 (708039369) 0x1861-0x1865 (4) 0x1860| 72 5c d6 0c | r\.. | position_long: 18.052520770579576 (215374962) 0x1865-0x1869 (4) @@ -4807,7 +4807,7 @@ $ fq -d fit dv activity.fit 0x1870| 06 | . | reserved: false 0x1873.3-0x1873.4 (0.1) 0x1870| 06 | . | local_message_type: 6 0x1873.4-0x1874 (0.4) | | | data_message{}: 0x1874-0x188a (22) -0x1870| af c9 56 3f | ..V? | timestamp: 1062652335 (s) 0x1874-0x1878 (4) +0x1870| af c9 56 3f | ..V? | timestamp: 1062652335 (2023-09-03T05:12:15Z) 0x1874-0x1878 (4) 0x1870| 51 c9 33 2a | Q.3* | position_lat: 59.346971148625016 (708036945) 0x1878-0x187c (4) 0x1870| 29 65 d6 0c| )e..| position_long: 18.052707770839334 (215377193) 0x187c-0x1880 (4) 0x1880|c6 95 08 00 |.... | distance: 5626.3 (562630) (m) 0x1880-0x1884 (4) @@ -4823,7 +4823,7 @@ $ fq -d fit dv activity.fit 0x1880| 06 | . | reserved: false 0x188a.3-0x188a.4 (0.1) 0x1880| 06 | . | local_message_type: 6 0x188a.4-0x188b (0.4) | | | data_message{}: 0x188b-0x18a1 (22) -0x1880| b2 c9 56 3f | ..V? | timestamp: 1062652338 (s) 0x188b-0x188f (4) +0x1880| b2 c9 56 3f | ..V? | timestamp: 1062652338 (2023-09-03T05:12:18Z) 0x188b-0x188f (4) 0x1880| 05| .| position_lat: 59.346771659329534 (708034565) 0x188f-0x1893 (4) 0x1890|c0 33 2a |.3* | 0x1890| e4 6d d6 0c | .m.. | position_long: 18.052895106375217 (215379428) 0x1893-0x1897 (4) @@ -4840,7 +4840,7 @@ $ fq -d fit dv activity.fit 0x18a0| 06 | . | reserved: false 0x18a1.3-0x18a1.4 (0.1) 0x18a0| 06 | . | local_message_type: 6 0x18a1.4-0x18a2 (0.4) | | | data_message{}: 0x18a2-0x18b8 (22) -0x18a0| b5 c9 56 3f | ..V? | timestamp: 1062652341 (s) 0x18a2-0x18a6 (4) +0x18a0| b5 c9 56 3f | ..V? | timestamp: 1062652341 (2023-09-03T05:12:21Z) 0x18a2-0x18a6 (4) 0x18a0| 6f b6 33 2a | o.3* | position_lat: 59.346565967425704 (708032111) 0x18a6-0x18aa (4) 0x18a0| ec 76 d6 0c | .v.. | position_long: 18.053088895976543 (215381740) 0x18aa-0x18ae (4) 0x18a0| 56 a9| V.| distance: 5676.38 (567638) (m) 0x18ae-0x18b2 (4) @@ -4857,7 +4857,7 @@ $ fq -d fit dv activity.fit 0x18b0| 06 | . | reserved: false 0x18b8.3-0x18b8.4 (0.1) 0x18b0| 06 | . | local_message_type: 6 0x18b8.4-0x18b9 (0.4) | | | data_message{}: 0x18b9-0x18cf (22) -0x18b0| b8 c9 56 3f | ..V? | timestamp: 1062652344 (s) 0x18b9-0x18bd (4) +0x18b0| b8 c9 56 3f | ..V? | timestamp: 1062652344 (2023-09-03T05:12:24Z) 0x18b9-0x18bd (4) 0x18b0| bb ac 33| ..3| position_lat: 59.34635776095092 (708029627) 0x18bd-0x18c1 (4) 0x18c0|2a |* | 0x18c0| 81 7f d6 0c | .... | position_long: 18.053273046389222 (215383937) 0x18c1-0x18c5 (4) @@ -4874,7 +4874,7 @@ $ fq -d fit dv activity.fit 0x18c0| 06| .| reserved: false 0x18cf.3-0x18cf.4 (0.1) 0x18c0| 06| .| local_message_type: 6 0x18cf.4-0x18d0 (0.4) | | | data_message{}: 0x18d0-0x18e6 (22) -0x18d0|bb c9 56 3f |..V? | timestamp: 1062652347 (s) 0x18d0-0x18d4 (4) +0x18d0|bb c9 56 3f |..V? | timestamp: 1062652347 (2023-09-03T05:12:27Z) 0x18d0-0x18d4 (4) 0x18d0| 8f a3 33 2a | ..3* | position_lat: 59.346160953864455 (708027279) 0x18d4-0x18d8 (4) 0x18d0| 38 88 d6 0c | 8... | position_long: 18.05346004664898 (215386168) 0x18d8-0x18dc (4) 0x18d0| cb bc 08 00| ....| distance: 5726.19 (572619) (m) 0x18dc-0x18e0 (4) @@ -4890,7 +4890,7 @@ $ fq -d fit dv activity.fit 0x18e0| 06 | . | reserved: false 0x18e6.3-0x18e6.4 (0.1) 0x18e0| 06 | . | local_message_type: 6 0x18e6.4-0x18e7 (0.4) | | | data_message{}: 0x18e7-0x18fd (22) -0x18e0| be c9 56 3f | ..V? | timestamp: 1062652350 (s) 0x18e7-0x18eb (4) +0x18e0| be c9 56 3f | ..V? | timestamp: 1062652350 (2023-09-03T05:12:30Z) 0x18e7-0x18eb (4) 0x18e0| d4 9a 33 2a | ..3* | position_lat: 59.34597361832857 (708025044) 0x18eb-0x18ef (4) 0x18e0| 6d| m| position_long: 18.053636150434613 (215388269) 0x18ef-0x18f3 (4) 0x18f0|90 d6 0c |... | @@ -4907,7 +4907,7 @@ $ fq -d fit dv activity.fit 0x18f0| 06 | . | reserved: false 0x18fd.3-0x18fd.4 (0.1) 0x18f0| 06 | . | local_message_type: 6 0x18fd.4-0x18fe (0.4) | | | data_message{}: 0x18fe-0x1914 (22) -0x18f0| c1 c9| ..| timestamp: 1062652353 (s) 0x18fe-0x1902 (4) +0x18f0| c1 c9| ..| timestamp: 1062652353 (2023-09-03T05:12:33Z) 0x18fe-0x1902 (4) 0x1900|56 3f |V? | 0x1900| 40 92 33 2a | @.3* | position_lat: 59.345789551734924 (708022848) 0x1902-0x1906 (4) 0x1900| 36 98 d6 0c | 6... | position_long: 18.053803201764822 (215390262) 0x1906-0x190a (4) @@ -4924,7 +4924,7 @@ $ fq -d fit dv activity.fit 0x1910| 06 | . | reserved: false 0x1914.3-0x1914.4 (0.1) 0x1910| 06 | . | local_message_type: 6 0x1914.4-0x1915 (0.4) | | | data_message{}: 0x1915-0x192b (22) -0x1910| c4 c9 56 3f | ..V? | timestamp: 1062652356 (s) 0x1915-0x1919 (4) +0x1910| c4 c9 56 3f | ..V? | timestamp: 1062652356 (2023-09-03T05:12:36Z) 0x1915-0x1919 (4) 0x1910| 1b 89 33 2a | ..3* | position_lat: 59.34559333138168 (708020507) 0x1919-0x191d (4) 0x1910| 61 a1 d6| a..| position_long: 18.053999925032258 (215392609) 0x191d-0x1921 (4) 0x1920|0c |. | @@ -4941,7 +4941,7 @@ $ fq -d fit dv activity.fit 0x1920| 06 | . | reserved: false 0x192b.3-0x192b.4 (0.1) 0x1920| 06 | . | local_message_type: 6 0x192b.4-0x192c (0.4) | | | data_message{}: 0x192c-0x1942 (22) -0x1920| c7 c9 56 3f| ..V?| timestamp: 1062652359 (s) 0x192c-0x1930 (4) +0x1920| c7 c9 56 3f| ..V?| timestamp: 1062652359 (2023-09-03T05:12:39Z) 0x192c-0x1930 (4) 0x1930|df 7f 33 2a |..3* | position_lat: 59.3453951831907 (708018143) 0x1930-0x1934 (4) 0x1930| 45 aa d6 0c | E... | position_long: 18.054190697148442 (215394885) 0x1934-0x1938 (4) 0x1930| dd e1 08 00 | .... | distance: 5821.09 (582109) (m) 0x1938-0x193c (4) @@ -4957,7 +4957,7 @@ $ fq -d fit dv activity.fit 0x1940| 06 | . | reserved: false 0x1942.3-0x1942.4 (0.1) 0x1940| 06 | . | local_message_type: 6 0x1942.4-0x1943 (0.4) | | | data_message{}: 0x1943-0x1959 (22) -0x1940| ca c9 56 3f | ..V? | timestamp: 1062652362 (s) 0x1943-0x1947 (4) +0x1940| ca c9 56 3f | ..V? | timestamp: 1062652362 (2023-09-03T05:12:42Z) 0x1943-0x1947 (4) 0x1940| 63 76 33 2a | cv3* | position_lat: 59.3451916705817 (708015715) 0x1947-0x194b (4) 0x1940| 26 b3 d6 0c | &... | position_long: 18.05438121780753 (215397158) 0x194b-0x194f (4) 0x1940| ae| .| distance: 5846.22 (584622) (m) 0x194f-0x1953 (4) @@ -4974,7 +4974,7 @@ $ fq -d fit dv activity.fit 0x1950| 06 | . | reserved: false 0x1959.3-0x1959.4 (0.1) 0x1950| 06 | . | local_message_type: 6 0x1959.4-0x195a (0.4) | | | data_message{}: 0x195a-0x1970 (22) -0x1950| cd c9 56 3f | ..V? | timestamp: 1062652365 (s) 0x195a-0x195e (4) +0x1950| cd c9 56 3f | ..V? | timestamp: 1062652365 (2023-09-03T05:12:45Z) 0x195a-0x195e (4) 0x1950| 71 6d| qm| position_lat: 59.34499972499907 (708013425) 0x195e-0x1962 (4) 0x1960|33 2a |3* | 0x1960| 46 bb d6 0c | F... | position_long: 18.0545555613935 (215399238) 0x1962-0x1966 (4) @@ -4991,7 +4991,7 @@ $ fq -d fit dv activity.fit 0x1970|06 |. | reserved: false 0x1970.3-0x1970.4 (0.1) 0x1970|06 |. | local_message_type: 6 0x1970.4-0x1971 (0.4) | | | data_message{}: 0x1971-0x1987 (22) -0x1970| d0 c9 56 3f | ..V? | timestamp: 1062652368 (s) 0x1971-0x1975 (4) +0x1970| d0 c9 56 3f | ..V? | timestamp: 1062652368 (2023-09-03T05:12:48Z) 0x1971-0x1975 (4) 0x1970| a2 64 33 2a | .d3* | position_lat: 59.34481071308255 (708011170) 0x1975-0x1979 (4) 0x1970| 37 c3 d6 0c | 7... | position_long: 18.054725965484977 (215401271) 0x1979-0x197d (4) 0x1970| f2 fd 08| ...| distance: 5892.98 (589298) (m) 0x197d-0x1981 (4) @@ -5008,7 +5008,7 @@ $ fq -d fit dv activity.fit 0x1980| 06 | . | reserved: false 0x1987.3-0x1987.4 (0.1) 0x1980| 06 | . | local_message_type: 6 0x1987.4-0x1988 (0.4) | | | data_message{}: 0x1988-0x199e (22) -0x1980| d3 c9 56 3f | ..V? | timestamp: 1062652371 (s) 0x1988-0x198c (4) +0x1980| d3 c9 56 3f | ..V? | timestamp: 1062652371 (2023-09-03T05:12:51Z) 0x1988-0x198c (4) 0x1980| cb 5b 33 2a| .[3*| position_lat: 59.34462103061378 (708008907) 0x198c-0x1990 (4) 0x1990|a2 cc d6 0c |.... | position_long: 18.054928053170443 (215403682) 0x1990-0x1994 (4) 0x1990| 55 07 09 00 | U... | distance: 5917.01 (591701) (m) 0x1994-0x1998 (4) @@ -5024,7 +5024,7 @@ $ fq -d fit dv activity.fit 0x1990| 06 | . | reserved: false 0x199e.3-0x199e.4 (0.1) 0x1990| 06 | . | local_message_type: 6 0x199e.4-0x199f (0.4) | | | data_message{}: 0x199f-0x19b5 (22) -0x1990| d6| .| timestamp: 1062652374 (s) 0x199f-0x19a3 (4) +0x1990| d6| .| timestamp: 1062652374 (2023-09-03T05:12:54Z) 0x199f-0x19a3 (4) 0x19a0|c9 56 3f |.V? | 0x19a0| 2d 52 33 2a | -R3* | position_lat: 59.3444146681577 (708006445) 0x19a3-0x19a7 (4) 0x19a0| 10 d5 d6 0c | .... | position_long: 18.055108934640884 (215405840) 0x19a7-0x19ab (4) @@ -5042,7 +5042,7 @@ $ fq -d fit dv activity.fit 0x19b0| 06 | . | reserved: false 0x19b5.3-0x19b5.4 (0.1) 0x19b0| 06 | . | local_message_type: 6 0x19b5.4-0x19b6 (0.4) | | | data_message{}: 0x19b6-0x19cc (22) -0x19b0| d9 c9 56 3f | ..V? | timestamp: 1062652377 (s) 0x19b6-0x19ba (4) +0x19b0| d9 c9 56 3f | ..V? | timestamp: 1062652377 (2023-09-03T05:12:57Z) 0x19b6-0x19ba (4) 0x19b0| 8b 48 33 2a | .H3* | position_lat: 59.34420797042549 (708003979) 0x19ba-0x19be (4) 0x19b0| 52 de| R.| position_long: 18.05530758574605 (215408210) 0x19be-0x19c2 (4) 0x19c0|d6 0c |.. | @@ -5059,7 +5059,7 @@ $ fq -d fit dv activity.fit 0x19c0| 06 | . | reserved: false 0x19cc.3-0x19cc.4 (0.1) 0x19c0| 06 | . | local_message_type: 6 0x19cc.4-0x19cd (0.4) | | | data_message{}: 0x19cd-0x19e3 (22) -0x19c0| dc c9 56| ..V| timestamp: 1062652380 (s) 0x19cd-0x19d1 (4) +0x19c0| dc c9 56| ..V| timestamp: 1062652380 (2023-09-03T05:13:00Z) 0x19cd-0x19d1 (4) 0x19d0|3f |? | 0x19d0| 49 3f 33 2a | I?3* | position_lat: 59.34400931932032 (708001609) 0x19d1-0x19d5 (4) 0x19d0| 99 e6 d6 0c | .... | position_long: 18.055485198274255 (215410329) 0x19d5-0x19d9 (4) @@ -5077,7 +5077,7 @@ $ fq -d fit dv activity.fit 0x19e0| 06 | . | reserved: false 0x19e3.3-0x19e3.4 (0.1) 0x19e0| 06 | . | local_message_type: 6 0x19e3.4-0x19e4 (0.4) | | | data_message{}: 0x19e4-0x19fa (22) -0x19e0| dd c9 56 3f | ..V? | timestamp: 1062652381 (s) 0x19e4-0x19e8 (4) +0x19e0| dd c9 56 3f | ..V? | timestamp: 1062652381 (2023-09-03T05:13:01Z) 0x19e4-0x19e8 (4) 0x19e0| 08 3c 33 2a | .<3* | position_lat: 59.3439394980669 (708000776) 0x19e8-0x19ec (4) 0x19e0| 2d e9 d6 0c| -...| position_long: 18.055540518835187 (215410989) 0x19ec-0x19f0 (4) 0x19f0|f5 27 09 00 |.'.. | distance: 6000.53 (600053) (m) 0x19f0-0x19f4 (4) @@ -5093,8 +5093,8 @@ $ fq -d fit dv activity.fit 0x19f0| 08 | . | reserved: false 0x19fa.3-0x19fa.4 (0.1) 0x19f0| 08 | . | local_message_type: 8 0x19fa.4-0x19fb (0.4) | | | data_message{}: 0x19fb-0x1a31 (54) -0x19f0| dd c9 56 3f | ..V? | timestamp: 1062652381 (s) 0x19fb-0x19ff (4) -0x19f0| 63| c| start_time: 1062652259 0x19ff-0x1a03 (4) +0x19f0| dd c9 56 3f | ..V? | timestamp: 1062652381 (2023-09-03T05:13:01Z) 0x19fb-0x19ff (4) +0x19f0| 63| c| start_time: 1062652259 (2023-09-03T05:10:59Z) 0x19ff-0x1a03 (4) 0x1a00|c9 56 3f |.V? | 0x1a00| c6 55 34 2a | .U4* | start_position_lat: 59.34998502954841 (708072902) 0x1a03-0x1a07 (4) 0x1a00| 21 14 d5 0c | !... | start_position_long: 18.04547586478293 (215290913) 0x1a07-0x1a0b (4) @@ -5126,7 +5126,7 @@ $ fq -d fit dv activity.fit 0x1a30| 06 | . | reserved: false 0x1a31.3-0x1a31.4 (0.1) 0x1a30| 06 | . | local_message_type: 6 0x1a31.4-0x1a32 (0.4) | | | data_message{}: 0x1a32-0x1a48 (22) -0x1a30| e0 c9 56 3f | ..V? | timestamp: 1062652384 (s) 0x1a32-0x1a36 (4) +0x1a30| e0 c9 56 3f | ..V? | timestamp: 1062652384 (2023-09-03T05:13:04Z) 0x1a32-0x1a36 (4) 0x1a30| ab 32 33 2a | .23* | position_lat: 59.34373858384788 (707998379) 0x1a36-0x1a3a (4) 0x1a30| 37 f2 d6 0c | 7... | position_long: 18.055734476074576 (215413303) 0x1a3a-0x1a3e (4) 0x1a30| b4 31| .1| distance: 6025.48 (602548) (m) 0x1a3e-0x1a42 (4) @@ -5143,7 +5143,7 @@ $ fq -d fit dv activity.fit 0x1a40| 06 | . | reserved: false 0x1a48.3-0x1a48.4 (0.1) 0x1a40| 06 | . | local_message_type: 6 0x1a48.4-0x1a49 (0.4) | | | data_message{}: 0x1a49-0x1a5f (22) -0x1a40| e3 c9 56 3f | ..V? | timestamp: 1062652387 (s) 0x1a49-0x1a4d (4) +0x1a40| e3 c9 56 3f | ..V? | timestamp: 1062652387 (2023-09-03T05:13:07Z) 0x1a49-0x1a4d (4) 0x1a40| 0c 29 33| .)3| position_lat: 59.343532137572765 (707995916) 0x1a4d-0x1a51 (4) 0x1a50|2a |* | 0x1a50| ea fb d6 0c | .... | position_long: 18.055942598730326 (215415786) 0x1a51-0x1a55 (4) @@ -5160,7 +5160,7 @@ $ fq -d fit dv activity.fit 0x1a50| 06| .| reserved: false 0x1a5f.3-0x1a5f.4 (0.1) 0x1a50| 06| .| local_message_type: 6 0x1a5f.4-0x1a60 (0.4) | | | data_message{}: 0x1a60-0x1a76 (22) -0x1a60|e6 c9 56 3f |..V? | timestamp: 1062652390 (s) 0x1a60-0x1a64 (4) +0x1a60|e6 c9 56 3f |..V? | timestamp: 1062652390 (2023-09-03T05:13:10Z) 0x1a60-0x1a64 (4) 0x1a60| 65 1f 33 2a | e.3* | position_lat: 59.3433250207454 (707993445) 0x1a64-0x1a68 (4) 0x1a60| ec 04 d7 0c | .... | position_long: 18.05613588541746 (215418092) 0x1a68-0x1a6c (4) 0x1a60| cb 45 09 00| .E..| distance: 6076.91 (607691) (m) 0x1a6c-0x1a70 (4) @@ -5176,7 +5176,7 @@ $ fq -d fit dv activity.fit 0x1a70| 06 | . | reserved: false 0x1a76.3-0x1a76.4 (0.1) 0x1a70| 06 | . | local_message_type: 6 0x1a76.4-0x1a77 (0.4) | | | data_message{}: 0x1a77-0x1a8d (22) -0x1a70| e9 c9 56 3f | ..V? | timestamp: 1062652393 (s) 0x1a77-0x1a7b (4) +0x1a70| e9 c9 56 3f | ..V? | timestamp: 1062652393 (2023-09-03T05:13:13Z) 0x1a77-0x1a7b (4) 0x1a70| 1c 16 33 2a | ..3* | position_lat: 59.34312578290701 (707991068) 0x1a7b-0x1a7f (4) 0x1a70| 71| q| position_long: 18.056318694725633 (215420273) 0x1a7f-0x1a83 (4) 0x1a80|0d d7 0c |... | @@ -5193,7 +5193,7 @@ $ fq -d fit dv activity.fit 0x1a80| 06 | . | reserved: false 0x1a8d.3-0x1a8d.4 (0.1) 0x1a80| 06 | . | local_message_type: 6 0x1a8d.4-0x1a8e (0.4) | | | data_message{}: 0x1a8e-0x1aa4 (22) -0x1a80| ec c9| ..| timestamp: 1062652396 (s) 0x1a8e-0x1a92 (4) +0x1a80| ec c9| ..| timestamp: 1062652396 (2023-09-03T05:13:16Z) 0x1a8e-0x1a92 (4) 0x1a90|56 3f |V? | 0x1a90| 32 0d 33 2a | 2.3* | position_lat: 59.342934507876635 (707988786) 0x1a92-0x1a96 (4) 0x1a90| 20 16 d7 0c | ... | position_long: 18.056505024433136 (215422496) 0x1a96-0x1a9a (4) @@ -5210,7 +5210,7 @@ $ fq -d fit dv activity.fit 0x1aa0| 06 | . | reserved: false 0x1aa4.3-0x1aa4.4 (0.1) 0x1aa0| 06 | . | local_message_type: 6 0x1aa4.4-0x1aa5 (0.4) | | | data_message{}: 0x1aa5-0x1abb (22) -0x1aa0| ef c9 56 3f | ..V? | timestamp: 1062652399 (s) 0x1aa5-0x1aa9 (4) +0x1aa0| ef c9 56 3f | ..V? | timestamp: 1062652399 (2023-09-03T05:13:19Z) 0x1aa5-0x1aa9 (4) 0x1aa0| f0 03 33 2a | ..3* | position_lat: 59.34273585677147 (707986416) 0x1aa9-0x1aad (4) 0x1aa0| 7b 1f d7| {..| position_long: 18.056705771014094 (215424891) 0x1aad-0x1ab1 (4) 0x1ab0|0c |. | @@ -5227,7 +5227,7 @@ $ fq -d fit dv activity.fit 0x1ab0| 06 | . | reserved: false 0x1abb.3-0x1abb.4 (0.1) 0x1ab0| 06 | . | local_message_type: 6 0x1abb.4-0x1abc (0.4) | | | data_message{}: 0x1abc-0x1ad2 (22) -0x1ab0| f2 c9 56 3f| ..V?| timestamp: 1062652402 (s) 0x1abc-0x1ac0 (4) +0x1ab0| f2 c9 56 3f| ..V?| timestamp: 1062652402 (2023-09-03T05:13:22Z) 0x1abc-0x1ac0 (4) 0x1ac0|28 fa 32 2a |(.2* | position_lat: 59.342525973916054 (707983912) 0x1ac0-0x1ac4 (4) 0x1ac0| d1 28 d7 0c | .(.. | position_long: 18.056906098499894 (215427281) 0x1ac4-0x1ac8 (4) 0x1ac0| 8c 6c 09 00 | .l.. | distance: 6176.12 (617612) (m) 0x1ac8-0x1acc (4) @@ -5243,7 +5243,7 @@ $ fq -d fit dv activity.fit 0x1ad0| 06 | . | reserved: false 0x1ad2.3-0x1ad2.4 (0.1) 0x1ad0| 06 | . | local_message_type: 6 0x1ad2.4-0x1ad3 (0.4) | | | data_message{}: 0x1ad3-0x1ae9 (22) -0x1ad0| f5 c9 56 3f | ..V? | timestamp: 1062652405 (s) 0x1ad3-0x1ad7 (4) +0x1ad0| f5 c9 56 3f | ..V? | timestamp: 1062652405 (2023-09-03T05:13:25Z) 0x1ad3-0x1ad7 (4) 0x1ad0| 2f f0 32 2a | /.2* | position_lat: 59.342311983928084 (707981359) 0x1ad7-0x1adb (4) 0x1ad0| 51 31 d7 0c | Q1.. | position_long: 18.057088488712907 (215429457) 0x1adb-0x1adf (4) 0x1ad0| b5| .| distance: 6202.13 (620213) (m) 0x1adf-0x1ae3 (4) @@ -5260,7 +5260,7 @@ $ fq -d fit dv activity.fit 0x1ae0| 06 | . | reserved: false 0x1ae9.3-0x1ae9.4 (0.1) 0x1ae0| 06 | . | local_message_type: 6 0x1ae9.4-0x1aea (0.4) | | | data_message{}: 0x1aea-0x1b00 (22) -0x1ae0| f8 c9 56 3f | ..V? | timestamp: 1062652408 (s) 0x1aea-0x1aee (4) +0x1ae0| f8 c9 56 3f | ..V? | timestamp: 1062652408 (2023-09-03T05:13:28Z) 0x1aea-0x1aee (4) 0x1ae0| 71 e6| q.| position_lat: 59.342102939262986 (707978865) 0x1aee-0x1af2 (4) 0x1af0|32 2a |2* | 0x1af0| 83 39 d7 0c | .9.. | position_long: 18.057264341041446 (215431555) 0x1af2-0x1af6 (4) @@ -5277,7 +5277,7 @@ $ fq -d fit dv activity.fit 0x1b00|06 |. | reserved: false 0x1b00.3-0x1b00.4 (0.1) 0x1b00|06 |. | local_message_type: 6 0x1b00.4-0x1b01 (0.4) | | | data_message{}: 0x1b01-0x1b17 (22) -0x1b00| fb c9 56 3f | ..V? | timestamp: 1062652411 (s) 0x1b01-0x1b05 (4) +0x1b00| fb c9 56 3f | ..V? | timestamp: 1062652411 (2023-09-03T05:13:31Z) 0x1b01-0x1b05 (4) 0x1b00| 2b dd 32 2a | +.2* | position_lat: 59.341903952881694 (707976491) 0x1b05-0x1b09 (4) 0x1b00| 1f 42 d7 0c | .B.. | position_long: 18.057449078187346 (215433759) 0x1b09-0x1b0d (4) 0x1b00| 30 8a 09| 0..| distance: 6252 (625200) (m) 0x1b0d-0x1b11 (4) @@ -5294,7 +5294,7 @@ $ fq -d fit dv activity.fit 0x1b10| 06 | . | reserved: false 0x1b17.3-0x1b17.4 (0.1) 0x1b10| 06 | . | local_message_type: 6 0x1b17.4-0x1b18 (0.4) | | | data_message{}: 0x1b18-0x1b2e (22) -0x1b10| fe c9 56 3f | ..V? | timestamp: 1062652414 (s) 0x1b18-0x1b1c (4) +0x1b10| fe c9 56 3f | ..V? | timestamp: 1062652414 (2023-09-03T05:13:34Z) 0x1b18-0x1b1c (4) 0x1b10| 1c d4 32 2a| ..2*| position_lat: 59.341709576547146 (707974172) 0x1b1c-0x1b20 (4) 0x1b20|3f 4a d7 0c |?J.. | position_long: 18.057623421773314 (215435839) 0x1b20-0x1b24 (4) 0x1b20| 7e 93 09 00 | ~... | distance: 6275.82 (627582) (m) 0x1b24-0x1b28 (4) @@ -5310,7 +5310,7 @@ $ fq -d fit dv activity.fit 0x1b20| 06 | . | reserved: false 0x1b2e.3-0x1b2e.4 (0.1) 0x1b20| 06 | . | local_message_type: 6 0x1b2e.4-0x1b2f (0.4) | | | data_message{}: 0x1b2f-0x1b45 (22) -0x1b20| 01| .| timestamp: 1062652417 (s) 0x1b2f-0x1b33 (4) +0x1b20| 01| .| timestamp: 1062652417 (2023-09-03T05:13:37Z) 0x1b2f-0x1b33 (4) 0x1b30|ca 56 3f |.V? | 0x1b30| de ca 32 2a | ..2* | position_lat: 59.34151126071811 (707971806) 0x1b33-0x1b37 (4) 0x1b30| 53 52 d7 0c | SR.. | position_long: 18.057796759530902 (215437907) 0x1b37-0x1b3b (4) @@ -5328,7 +5328,7 @@ $ fq -d fit dv activity.fit 0x1b40| 06 | . | reserved: false 0x1b45.3-0x1b45.4 (0.1) 0x1b40| 06 | . | local_message_type: 6 0x1b45.4-0x1b46 (0.4) | | | data_message{}: 0x1b46-0x1b5c (22) -0x1b40| 04 ca 56 3f | ..V? | timestamp: 1062652420 (s) 0x1b46-0x1b4a (4) +0x1b40| 04 ca 56 3f | ..V? | timestamp: 1062652420 (2023-09-03T05:13:40Z) 0x1b46-0x1b4a (4) 0x1b40| fd c0 32 2a | ..2* | position_lat: 59.3412992823869 (707969277) 0x1b4a-0x1b4e (4) 0x1b40| 49 5c| I\| position_long: 18.058010498061776 (215440457) 0x1b4e-0x1b52 (4) 0x1b50|d7 0c |.. | @@ -5345,7 +5345,7 @@ $ fq -d fit dv activity.fit 0x1b50| 06 | . | reserved: false 0x1b5c.3-0x1b5c.4 (0.1) 0x1b50| 06 | . | local_message_type: 6 0x1b5c.4-0x1b5d (0.4) | | | data_message{}: 0x1b5d-0x1b73 (22) -0x1b50| 07 ca 56| ..V| timestamp: 1062652423 (s) 0x1b5d-0x1b61 (4) +0x1b50| 07 ca 56| ..V| timestamp: 1062652423 (2023-09-03T05:13:43Z) 0x1b5d-0x1b61 (4) 0x1b60|3f |? | 0x1b60| cd b6 32 2a | ..2* | position_lat: 59.341080682352185 (707966669) 0x1b61-0x1b65 (4) 0x1b60| a2 65 d7 0c | .e.. | position_long: 18.05821107700467 (215442850) 0x1b65-0x1b69 (4) @@ -5363,7 +5363,7 @@ $ fq -d fit dv activity.fit 0x1b70| 06 | . | reserved: false 0x1b73.3-0x1b73.4 (0.1) 0x1b70| 06 | . | local_message_type: 6 0x1b73.4-0x1b74 (0.4) | | | data_message{}: 0x1b74-0x1b8a (22) -0x1b70| 0a ca 56 3f | ..V? | timestamp: 1062652426 (s) 0x1b74-0x1b78 (4) +0x1b70| 0a ca 56 3f | ..V? | timestamp: 1062652426 (2023-09-03T05:13:46Z) 0x1b74-0x1b78 (4) 0x1b70| ba ac 32 2a | ..2* | position_lat: 59.34086451306939 (707964090) 0x1b78-0x1b7c (4) 0x1b70| 14 6f d7 0c| .o..| position_long: 18.05841375142336 (215445268) 0x1b7c-0x1b80 (4) 0x1b80|3f bc 09 00 |?... | distance: 6380.15 (638015) (m) 0x1b80-0x1b84 (4) @@ -5379,7 +5379,7 @@ $ fq -d fit dv activity.fit 0x1b80| 06 | . | reserved: false 0x1b8a.3-0x1b8a.4 (0.1) 0x1b80| 06 | . | local_message_type: 6 0x1b8a.4-0x1b8b (0.4) | | | data_message{}: 0x1b8b-0x1ba1 (22) -0x1b80| 0d ca 56 3f | ..V? | timestamp: 1062652429 (s) 0x1b8b-0x1b8f (4) +0x1b80| 0d ca 56 3f | ..V? | timestamp: 1062652429 (2023-09-03T05:13:49Z) 0x1b8b-0x1b8f (4) 0x1b80| fd| .| position_lat: 59.340655552223325 (707961597) 0x1b8f-0x1b93 (4) 0x1b90|a2 32 2a |.2* | 0x1b90| 6e 79 d7 0c | ny.. | position_long: 18.058635871857405 (215447918) 0x1b93-0x1b97 (4) @@ -5396,7 +5396,7 @@ $ fq -d fit dv activity.fit 0x1ba0| 06 | . | reserved: false 0x1ba1.3-0x1ba1.4 (0.1) 0x1ba0| 06 | . | local_message_type: 6 0x1ba1.4-0x1ba2 (0.4) | | | data_message{}: 0x1ba2-0x1bb8 (22) -0x1ba0| 10 ca 56 3f | ..V? | timestamp: 1062652432 (s) 0x1ba2-0x1ba6 (4) +0x1ba0| 10 ca 56 3f | ..V? | timestamp: 1062652432 (2023-09-03T05:13:52Z) 0x1ba2-0x1ba6 (4) 0x1ba0| 59 99 32 2a | Y.2* | position_lat: 59.34044868685305 (707959129) 0x1ba6-0x1baa (4) 0x1ba0| cb 83 d7 0c | .... | position_long: 18.058858243748546 (215450571) 0x1baa-0x1bae (4) 0x1ba0| da d0| ..| distance: 6432.9 (643290) (m) 0x1bae-0x1bb2 (4) @@ -5413,7 +5413,7 @@ $ fq -d fit dv activity.fit 0x1bb0| 06 | . | reserved: false 0x1bb8.3-0x1bb8.4 (0.1) 0x1bb0| 06 | . | local_message_type: 6 0x1bb8.4-0x1bb9 (0.4) | | | data_message{}: 0x1bb9-0x1bcf (22) -0x1bb0| 13 ca 56 3f | ..V? | timestamp: 1062652435 (s) 0x1bb9-0x1bbd (4) +0x1bb0| 13 ca 56 3f | ..V? | timestamp: 1062652435 (2023-09-03T05:13:55Z) 0x1bb9-0x1bbd (4) 0x1bb0| 39 90 32| 9.2| position_lat: 59.340252885594964 (707956793) 0x1bbd-0x1bc1 (4) 0x1bc0|2a |* | 0x1bc0| 49 8c d7 0c | I... | position_long: 18.059040466323495 (215452745) 0x1bc1-0x1bc5 (4) @@ -5430,7 +5430,7 @@ $ fq -d fit dv activity.fit 0x1bc0| 06| .| reserved: false 0x1bcf.3-0x1bcf.4 (0.1) 0x1bc0| 06| .| local_message_type: 6 0x1bcf.4-0x1bd0 (0.4) | | | data_message{}: 0x1bd0-0x1be6 (22) -0x1bd0|16 ca 56 3f |..V? | timestamp: 1062652438 (s) 0x1bd0-0x1bd4 (4) +0x1bd0|16 ca 56 3f |..V? | timestamp: 1062652438 (2023-09-03T05:13:58Z) 0x1bd0-0x1bd4 (4) 0x1bd0| 5a 87 32 2a | Z.2* | position_lat: 59.34006253257394 (707954522) 0x1bd4-0x1bd8 (4) 0x1bd0| c7 94 d7 0c | .... | position_long: 18.059222688898444 (215454919) 0x1bd8-0x1bdc (4) 0x1bd0| 83 e3 09 00| ....| distance: 6480.67 (648067) (m) 0x1bdc-0x1be0 (4) @@ -5446,7 +5446,7 @@ $ fq -d fit dv activity.fit 0x1be0| 06 | . | reserved: false 0x1be6.3-0x1be6.4 (0.1) 0x1be0| 06 | . | local_message_type: 6 0x1be6.4-0x1be7 (0.4) | | | data_message{}: 0x1be7-0x1bfd (22) -0x1be0| 19 ca 56 3f | ..V? | timestamp: 1062652441 (s) 0x1be7-0x1beb (4) +0x1be0| 19 ca 56 3f | ..V? | timestamp: 1062652441 (2023-09-03T05:14:01Z) 0x1be7-0x1beb (4) 0x1be0| 2c 7f 32 2a | ,.2* | position_lat: 59.339887015521526 (707952428) 0x1beb-0x1bef (4) 0x1be0| 56| V| position_long: 18.059406336396933 (215457110) 0x1bef-0x1bf3 (4) 0x1bf0|9d d7 0c |... | @@ -5463,7 +5463,7 @@ $ fq -d fit dv activity.fit 0x1bf0| 06 | . | reserved: false 0x1bfd.3-0x1bfd.4 (0.1) 0x1bf0| 06 | . | local_message_type: 6 0x1bfd.4-0x1bfe (0.4) | | | data_message{}: 0x1bfe-0x1c14 (22) -0x1bf0| 1c ca| ..| timestamp: 1062652444 (s) 0x1bfe-0x1c02 (4) +0x1bf0| 1c ca| ..| timestamp: 1062652444 (2023-09-03T05:14:04Z) 0x1bfe-0x1c02 (4) 0x1c00|56 3f |V? | 0x1c00| ac 76 32 2a | .v2* | position_lat: 59.339704625308514 (707950252) 0x1c02-0x1c06 (4) 0x1c00| be a5 d7 0c | .... | position_long: 18.059586714953184 (215459262) 0x1c06-0x1c0a (4) @@ -5480,7 +5480,7 @@ $ fq -d fit dv activity.fit 0x1c10| 06 | . | reserved: false 0x1c14.3-0x1c14.4 (0.1) 0x1c10| 06 | . | local_message_type: 6 0x1c14.4-0x1c15 (0.4) | | | data_message{}: 0x1c15-0x1c2b (22) -0x1c10| 1f ca 56 3f | ..V? | timestamp: 1062652447 (s) 0x1c15-0x1c19 (4) +0x1c10| 1f ca 56 3f | ..V? | timestamp: 1062652447 (2023-09-03T05:14:07Z) 0x1c15-0x1c19 (4) 0x1c10| 59 6d 32 2a | Ym2* | position_lat: 59.33950454927981 (707947865) 0x1c19-0x1c1d (4) 0x1c10| 82 b0 d7| ...| position_long: 18.05981772020459 (215462018) 0x1c1d-0x1c21 (4) 0x1c20|0c |. | @@ -5497,7 +5497,7 @@ $ fq -d fit dv activity.fit 0x1c20| 06 | . | reserved: false 0x1c2b.3-0x1c2b.4 (0.1) 0x1c20| 06 | . | local_message_type: 6 0x1c2b.4-0x1c2c (0.4) | | | data_message{}: 0x1c2c-0x1c42 (22) -0x1c20| 22 ca 56 3f| ".V?| timestamp: 1062652450 (s) 0x1c2c-0x1c30 (4) +0x1c20| 22 ca 56 3f| ".V?| timestamp: 1062652450 (2023-09-03T05:14:10Z) 0x1c2c-0x1c30 (4) 0x1c30|e0 63 32 2a |.c2* | position_lat: 59.3393012881279 (707945440) 0x1c30-0x1c34 (4) 0x1c30| 98 ba d7 0c | .... | position_long: 18.06003414094448 (215464600) 0x1c34-0x1c38 (4) 0x1c30| 39 09 0a 00 | 9... | distance: 6577.21 (657721) (m) 0x1c38-0x1c3c (4) @@ -5513,7 +5513,7 @@ $ fq -d fit dv activity.fit 0x1c40| 06 | . | reserved: false 0x1c42.3-0x1c42.4 (0.1) 0x1c40| 06 | . | local_message_type: 6 0x1c42.4-0x1c43 (0.4) | | | data_message{}: 0x1c43-0x1c59 (22) -0x1c40| 25 ca 56 3f | %.V? | timestamp: 1062652453 (s) 0x1c43-0x1c47 (4) +0x1c40| 25 ca 56 3f | %.V? | timestamp: 1062652453 (2023-09-03T05:14:13Z) 0x1c43-0x1c47 (4) 0x1c40| 0f 5a 32 2a | .Z2* | position_lat: 59.3390906509012 (707942927) 0x1c47-0x1c4b (4) 0x1c40| 37 c4 d7 0c | 7... | position_long: 18.060240587219596 (215467063) 0x1c4b-0x1c4f (4) 0x1c40| 79| y| distance: 6603.45 (660345) (m) 0x1c4f-0x1c53 (4) @@ -5530,7 +5530,7 @@ $ fq -d fit dv activity.fit 0x1c50| 06 | . | reserved: false 0x1c59.3-0x1c59.4 (0.1) 0x1c50| 06 | . | local_message_type: 6 0x1c59.4-0x1c5a (0.4) | | | data_message{}: 0x1c5a-0x1c70 (22) -0x1c50| 28 ca 56 3f | (.V? | timestamp: 1062652456 (s) 0x1c5a-0x1c5e (4) +0x1c50| 28 ca 56 3f | (.V? | timestamp: 1062652456 (2023-09-03T05:14:16Z) 0x1c5a-0x1c5e (4) 0x1c50| 51 50| QP| position_lat: 59.3388816062361 (707940433) 0x1c5e-0x1c62 (4) 0x1c60|32 2a |2* | 0x1c60| 4e cd d7 0c | N... | position_long: 18.060435634106398 (215469390) 0x1c62-0x1c66 (4) @@ -5547,7 +5547,7 @@ $ fq -d fit dv activity.fit 0x1c70|06 |. | reserved: false 0x1c70.3-0x1c70.4 (0.1) 0x1c70|06 |. | local_message_type: 6 0x1c70.4-0x1c71 (0.4) | | | data_message{}: 0x1c71-0x1c87 (22) -0x1c70| 2b ca 56 3f | +.V? | timestamp: 1062652459 (s) 0x1c71-0x1c75 (4) +0x1c70| 2b ca 56 3f | +.V? | timestamp: 1062652459 (2023-09-03T05:14:19Z) 0x1c71-0x1c75 (4) 0x1c70| a1 47 32 2a | .G2* | position_lat: 59.338695192709565 (707938209) 0x1c75-0x1c79 (4) 0x1c70| c7 d5 d7 0c | .... | position_long: 18.06061743758619 (215471559) 0x1c79-0x1c7d (4) 0x1c70| 9b 26 0a| .&.| distance: 6652.43 (665243) (m) 0x1c7d-0x1c81 (4) @@ -5564,7 +5564,7 @@ $ fq -d fit dv activity.fit 0x1c80| 06 | . | reserved: false 0x1c87.3-0x1c87.4 (0.1) 0x1c80| 06 | . | local_message_type: 6 0x1c87.4-0x1c88 (0.4) | | | data_message{}: 0x1c88-0x1c9e (22) -0x1c80| 2e ca 56 3f | ..V? | timestamp: 1062652462 (s) 0x1c88-0x1c8c (4) +0x1c80| 2e ca 56 3f | ..V? | timestamp: 1062652462 (2023-09-03T05:14:22Z) 0x1c88-0x1c8c (4) 0x1c80| 19 3f 32 2a| .?2*| position_lat: 59.3385121319443 (707936025) 0x1c8c-0x1c90 (4) 0x1c90|2a de d7 0c |*... | position_long: 18.06079739704728 (215473706) 0x1c90-0x1c94 (4) 0x1c90| 85 2f 0a 00 | ./.. | distance: 6675.25 (667525) (m) 0x1c94-0x1c98 (4) @@ -5580,7 +5580,7 @@ $ fq -d fit dv activity.fit 0x1c90| 06 | . | reserved: false 0x1c9e.3-0x1c9e.4 (0.1) 0x1c90| 06 | . | local_message_type: 6 0x1c9e.4-0x1c9f (0.4) | | | data_message{}: 0x1c9f-0x1cb5 (22) -0x1c90| 31| 1| timestamp: 1062652465 (s) 0x1c9f-0x1ca3 (4) +0x1c90| 31| 1| timestamp: 1062652465 (2023-09-03T05:14:25Z) 0x1c9f-0x1ca3 (4) 0x1ca0|ca 56 3f |.V? | 0x1ca0| df 35 32 2a | .52* | position_lat: 59.33831415139139 (707933663) 0x1ca3-0x1ca7 (4) 0x1ca0| 2a e6 d7 0c | *... | position_long: 18.060969058424234 (215475754) 0x1ca7-0x1cab (4) @@ -5598,7 +5598,7 @@ $ fq -d fit dv activity.fit 0x1cb0| 06 | . | reserved: false 0x1cb5.3-0x1cb5.4 (0.1) 0x1cb0| 06 | . | local_message_type: 6 0x1cb5.4-0x1cb6 (0.4) | | | data_message{}: 0x1cb6-0x1ccc (22) -0x1cb0| 34 ca 56 3f | 4.V? | timestamp: 1062652468 (s) 0x1cb6-0x1cba (4) +0x1cb0| 34 ca 56 3f | 4.V? | timestamp: 1062652468 (2023-09-03T05:14:28Z) 0x1cb6-0x1cba (4) 0x1cb0| 74 2c 32 2a | t,2* | position_lat: 59.33811206370592 (707931252) 0x1cba-0x1cbe (4) 0x1cb0| a5 ee| ..| position_long: 18.06115102954209 (215477925) 0x1cbe-0x1cc2 (4) 0x1cc0|d7 0c |.. | @@ -5615,7 +5615,7 @@ $ fq -d fit dv activity.fit 0x1cc0| 06 | . | reserved: false 0x1ccc.3-0x1ccc.4 (0.1) 0x1cc0| 06 | . | local_message_type: 6 0x1ccc.4-0x1ccd (0.4) | | | data_message{}: 0x1ccd-0x1ce3 (22) -0x1cc0| 37 ca 56| 7.V| timestamp: 1062652471 (s) 0x1ccd-0x1cd1 (4) +0x1cc0| 37 ca 56| 7.V| timestamp: 1062652471 (2023-09-03T05:14:31Z) 0x1ccd-0x1cd1 (4) 0x1cd0|3f |? | 0x1cd0| 52 23 32 2a | R#2* | position_lat: 59.33791609480977 (707928914) 0x1cd1-0x1cd5 (4) 0x1cd0| 85 f7 d7 0c | .... | position_long: 18.061341466382146 (215480197) 0x1cd5-0x1cd9 (4) @@ -5633,7 +5633,7 @@ $ fq -d fit dv activity.fit 0x1ce0| 06 | . | reserved: false 0x1ce3.3-0x1ce3.4 (0.1) 0x1ce0| 06 | . | local_message_type: 6 0x1ce3.4-0x1ce4 (0.4) | | | data_message{}: 0x1ce4-0x1cfa (22) -0x1ce0| 3a ca 56 3f | :.V? | timestamp: 1062652474 (s) 0x1ce4-0x1ce8 (4) +0x1ce0| 3a ca 56 3f | :.V? | timestamp: 1062652474 (2023-09-03T05:14:34Z) 0x1ce4-0x1ce8 (4) 0x1ce0| 04 1a 32 2a | ..2* | position_lat: 59.337716437876225 (707926532) 0x1ce8-0x1cec (4) 0x1ce0| a0 ff d7 0c| ....| position_long: 18.061515390872955 (215482272) 0x1cec-0x1cf0 (4) 0x1cf0|a0 55 0a 00 |.U.. | distance: 6772.8 (677280) (m) 0x1cf0-0x1cf4 (4) @@ -5649,7 +5649,7 @@ $ fq -d fit dv activity.fit 0x1cf0| 06 | . | reserved: false 0x1cfa.3-0x1cfa.4 (0.1) 0x1cf0| 06 | . | local_message_type: 6 0x1cfa.4-0x1cfb (0.4) | | | data_message{}: 0x1cfb-0x1d11 (22) -0x1cf0| 3d ca 56 3f | =.V? | timestamp: 1062652477 (s) 0x1cfb-0x1cff (4) +0x1cf0| 3d ca 56 3f | =.V? | timestamp: 1062652477 (2023-09-03T05:14:37Z) 0x1cfb-0x1cff (4) 0x1cf0| 06| .| position_lat: 59.337523486465216 (707924230) 0x1cff-0x1d03 (4) 0x1d00|11 32 2a |.2* | 0x1d00| 2f 07 d8 0c | /... | position_long: 18.061677580699325 (215484207) 0x1d03-0x1d07 (4) @@ -5666,7 +5666,7 @@ $ fq -d fit dv activity.fit 0x1d10| 06 | . | reserved: false 0x1d11.3-0x1d11.4 (0.1) 0x1d10| 06 | . | local_message_type: 6 0x1d11.4-0x1d12 (0.4) | | | data_message{}: 0x1d12-0x1d28 (22) -0x1d10| 40 ca 56 3f | @.V? | timestamp: 1062652480 (s) 0x1d12-0x1d16 (4) +0x1d10| 40 ca 56 3f | @.V? | timestamp: 1062652480 (2023-09-03T05:14:40Z) 0x1d12-0x1d16 (4) 0x1d10| 15 08 32 2a | ..2* | position_lat: 59.33733162470162 (707921941) 0x1d16-0x1d1a (4) 0x1d10| 9d 0f d8 0c | .... | position_long: 18.061858462169766 (215486365) 0x1d1a-0x1d1e (4) 0x1d10| 06 68| .h| distance: 6819.9 (681990) (m) 0x1d1e-0x1d22 (4) @@ -5683,7 +5683,7 @@ $ fq -d fit dv activity.fit 0x1d20| 06 | . | reserved: false 0x1d28.3-0x1d28.4 (0.1) 0x1d20| 06 | . | local_message_type: 6 0x1d28.4-0x1d29 (0.4) | | | data_message{}: 0x1d29-0x1d3f (22) -0x1d20| 43 ca 56 3f | C.V? | timestamp: 1062652483 (s) 0x1d29-0x1d2d (4) +0x1d20| 43 ca 56 3f | C.V? | timestamp: 1062652483 (2023-09-03T05:14:43Z) 0x1d29-0x1d2d (4) 0x1d20| 5e ff 31| ^.1| position_lat: 59.33714462444186 (707919710) 0x1d2d-0x1d31 (4) 0x1d30|2a |* | 0x1d30| 6f 18 d8 0c | o... | position_long: 18.06204772554338 (215488623) 0x1d31-0x1d35 (4) @@ -5700,7 +5700,7 @@ $ fq -d fit dv activity.fit 0x1d30| 06| .| reserved: false 0x1d3f.3-0x1d3f.4 (0.1) 0x1d30| 06| .| local_message_type: 6 0x1d3f.4-0x1d40 (0.4) | | | data_message{}: 0x1d40-0x1d56 (22) -0x1d40|46 ca 56 3f |F.V? | timestamp: 1062652486 (s) 0x1d40-0x1d44 (4) +0x1d40|46 ca 56 3f |F.V? | timestamp: 1062652486 (2023-09-03T05:14:46Z) 0x1d40-0x1d44 (4) 0x1d40| 3e f6 31 2a | >.1* | position_lat: 59.336948823183775 (707917374) 0x1d44-0x1d48 (4) 0x1d40| fb 1f d8 0c | .... | position_long: 18.062209663912654 (215490555) 0x1d48-0x1d4c (4) 0x1d40| 6f 7a 0a 00| oz..| distance: 6867.03 (686703) (m) 0x1d4c-0x1d50 (4) @@ -5716,7 +5716,7 @@ $ fq -d fit dv activity.fit 0x1d50| 06 | . | reserved: false 0x1d56.3-0x1d56.4 (0.1) 0x1d50| 06 | . | local_message_type: 6 0x1d56.4-0x1d57 (0.4) | | | data_message{}: 0x1d57-0x1d6d (22) -0x1d50| 49 ca 56 3f | I.V? | timestamp: 1062652489 (s) 0x1d57-0x1d5b (4) +0x1d50| 49 ca 56 3f | I.V? | timestamp: 1062652489 (2023-09-03T05:14:49Z) 0x1d57-0x1d5b (4) 0x1d50| 4e ed 31 2a | N.1* | position_lat: 59.33675704523921 (707915086) 0x1d5b-0x1d5f (4) 0x1d50| 10| .| position_long: 18.062383085489273 (215492624) 0x1d5f-0x1d63 (4) 0x1d60|28 d8 0c |(.. | @@ -5733,7 +5733,7 @@ $ fq -d fit dv activity.fit 0x1d60| 06 | . | reserved: false 0x1d6d.3-0x1d6d.4 (0.1) 0x1d60| 06 | . | local_message_type: 6 0x1d6d.4-0x1d6e (0.4) | | | data_message{}: 0x1d6e-0x1d84 (22) -0x1d60| 4c ca| L.| timestamp: 1062652492 (s) 0x1d6e-0x1d72 (4) +0x1d60| 4c ca| L.| timestamp: 1062652492 (2023-09-03T05:14:52Z) 0x1d6e-0x1d72 (4) 0x1d70|56 3f |V? | 0x1d70| 13 e4 31 2a | ..1* | position_lat: 59.33655898086727 (707912723) 0x1d72-0x1d76 (4) 0x1d70| 37 31 d8 0c | 71.. | position_long: 18.062579473480582 (215494967) 0x1d76-0x1d7a (4) @@ -5750,7 +5750,7 @@ $ fq -d fit dv activity.fit 0x1d80| 06 | . | reserved: false 0x1d84.3-0x1d84.4 (0.1) 0x1d80| 06 | . | local_message_type: 6 0x1d84.4-0x1d85 (0.4) | | | data_message{}: 0x1d85-0x1d9b (22) -0x1d80| 4f ca 56 3f | O.V? | timestamp: 1062652495 (s) 0x1d85-0x1d89 (4) +0x1d80| 4f ca 56 3f | O.V? | timestamp: 1062652495 (2023-09-03T05:14:55Z) 0x1d85-0x1d89 (4) 0x1d80| 38 db 31 2a | 8.1* | position_lat: 59.33636896312237 (707910456) 0x1d89-0x1d8d (4) 0x1d80| a4 39 d8| .9.| position_long: 18.062760271131992 (215497124) 0x1d8d-0x1d91 (4) 0x1d90|0c |. | @@ -5767,7 +5767,7 @@ $ fq -d fit dv activity.fit 0x1d90| 06 | . | reserved: false 0x1d9b.3-0x1d9b.4 (0.1) 0x1d90| 06 | . | local_message_type: 6 0x1d9b.4-0x1d9c (0.4) | | | data_message{}: 0x1d9c-0x1db2 (22) -0x1d90| 52 ca 56 3f| R.V?| timestamp: 1062652498 (s) 0x1d9c-0x1da0 (4) +0x1d90| 52 ca 56 3f| R.V?| timestamp: 1062652498 (2023-09-03T05:14:58Z) 0x1d9c-0x1da0 (4) 0x1da0|56 d3 31 2a |V.1* | position_lat: 59.336199816316366 (707908438) 0x1da0-0x1da4 (4) 0x1da0| 23 41 d8 0c | #A.. | position_long: 18.062921119853854 (215499043) 0x1da4-0x1da8 (4) 0x1da0| aa 9e 0a 00 | .... | distance: 6959.78 (695978) (m) 0x1da8-0x1dac (4) @@ -5783,7 +5783,7 @@ $ fq -d fit dv activity.fit 0x1db0| 06 | . | reserved: false 0x1db2.3-0x1db2.4 (0.1) 0x1db0| 06 | . | local_message_type: 6 0x1db2.4-0x1db3 (0.4) | | | data_message{}: 0x1db3-0x1dc9 (22) -0x1db0| 56 ca 56 3f | V.V? | timestamp: 1062652502 (s) 0x1db3-0x1db7 (4) +0x1db0| 56 ca 56 3f | V.V? | timestamp: 1062652502 (2023-09-03T05:15:02Z) 0x1db3-0x1db7 (4) 0x1db0| 27 c9 31 2a | '.1* | position_lat: 59.335981300100684 (707905831) 0x1db7-0x1dbb (4) 0x1db0| d8 49 d8 0c | .I.. | position_long: 18.063107952475548 (215501272) 0x1dbb-0x1dbf (4) 0x1db0| 09| .| distance: 6986.33 (698633) (m) 0x1dbf-0x1dc3 (4) @@ -5800,7 +5800,7 @@ $ fq -d fit dv activity.fit 0x1dc0| 06 | . | reserved: false 0x1dc9.3-0x1dc9.4 (0.1) 0x1dc0| 06 | . | local_message_type: 6 0x1dc9.4-0x1dca (0.4) | | | data_message{}: 0x1dca-0x1de0 (22) -0x1dc0| 59 ca 56 3f | Y.V? | timestamp: 1062652505 (s) 0x1dca-0x1dce (4) +0x1dc0| 59 ca 56 3f | Y.V? | timestamp: 1062652505 (2023-09-03T05:15:05Z) 0x1dca-0x1dce (4) 0x1dc0| 1c c2| ..| position_lat: 59.3358301743865 (707904028) 0x1dce-0x1dd2 (4) 0x1dd0|31 2a |1* | 0x1dd0| 0a 50 d8 0c | .P.. | position_long: 18.06324088945985 (215502858) 0x1dd2-0x1dd6 (4) @@ -5817,8 +5817,8 @@ $ fq -d fit dv activity.fit 0x1de0|08 |. | reserved: false 0x1de0.3-0x1de0.4 (0.1) 0x1de0|08 |. | local_message_type: 8 0x1de0.4-0x1de1 (0.4) | | | data_message{}: 0x1de1-0x1e17 (54) -0x1de0| 59 ca 56 3f | Y.V? | timestamp: 1062652505 (s) 0x1de1-0x1de5 (4) -0x1de0| de c9 56 3f | ..V? | start_time: 1062652382 0x1de5-0x1de9 (4) +0x1de0| 59 ca 56 3f | Y.V? | timestamp: 1062652505 (2023-09-03T05:15:05Z) 0x1de1-0x1de5 (4) +0x1de0| de c9 56 3f | ..V? | start_time: 1062652382 (2023-09-03T05:13:02Z) 0x1de5-0x1de9 (4) 0x1de0| e7 38 33 2a | .83* | start_position_lat: 59.3438723590225 (707999975) 0x1de9-0x1ded (4) 0x1de0| 10 ec d6| ...| start_position_long: 18.055602461099625 (215411728) 0x1ded-0x1df1 (4) 0x1df0|0c |. | @@ -5849,7 +5849,7 @@ $ fq -d fit dv activity.fit 0x1e10| 06 | . | reserved: false 0x1e17.3-0x1e17.4 (0.1) 0x1e10| 06 | . | local_message_type: 6 0x1e17.4-0x1e18 (0.4) | | | data_message{}: 0x1e18-0x1e2e (22) -0x1e10| 5d ca 56 3f | ].V? | timestamp: 1062652509 (s) 0x1e18-0x1e1c (4) +0x1e10| 5d ca 56 3f | ].V? | timestamp: 1062652509 (2023-09-03T05:15:09Z) 0x1e18-0x1e1c (4) 0x1e10| cd b9 31 2a| ..1*| position_lat: 59.33565189130604 (707901901) 0x1e1c-0x1e20 (4) 0x1e20|bf 58 d8 0c |.X.. | position_long: 18.063427722081542 (215505087) 0x1e20-0x1e24 (4) 0x1e20| 0d b9 0a 00 | .... | distance: 7027.33 (702733) (m) 0x1e24-0x1e28 (4) @@ -5865,7 +5865,7 @@ $ fq -d fit dv activity.fit 0x1e20| 06 | . | reserved: false 0x1e2e.3-0x1e2e.4 (0.1) 0x1e20| 06 | . | local_message_type: 6 0x1e2e.4-0x1e2f (0.4) | | | data_message{}: 0x1e2f-0x1e45 (22) -0x1e20| 62| b| timestamp: 1062652514 (s) 0x1e2f-0x1e33 (4) +0x1e20| 62| b| timestamp: 1062652514 (2023-09-03T05:15:14Z) 0x1e2f-0x1e33 (4) 0x1e30|ca 56 3f |.V? | 0x1e30| b1 b8 31 2a | ..1* | position_lat: 59.335628086701035 (707901617) 0x1e33-0x1e37 (4) 0x1e30| 69 6b d8 0c | ik.. | position_long: 18.063828209415078 (215509865) 0x1e37-0x1e3b (4) @@ -5883,7 +5883,7 @@ $ fq -d fit dv activity.fit 0x1e40| 06 | . | reserved: false 0x1e45.3-0x1e45.4 (0.1) 0x1e40| 06 | . | local_message_type: 6 0x1e45.4-0x1e46 (0.4) | | | data_message{}: 0x1e46-0x1e5c (22) -0x1e40| 63 ca 56 3f | c.V? | timestamp: 1062652515 (s) 0x1e46-0x1e4a (4) +0x1e40| 63 ca 56 3f | c.V? | timestamp: 1062652515 (2023-09-03T05:15:15Z) 0x1e46-0x1e4a (4) 0x1e40| d7 b9 31 2a | ..1* | position_lat: 59.33565272949636 (707901911) 0x1e4a-0x1e4e (4) 0x1e40| c1 6f| .o| position_long: 18.063921416178346 (215510977) 0x1e4e-0x1e52 (4) 0x1e50|d8 0c |.. | @@ -5900,7 +5900,7 @@ $ fq -d fit dv activity.fit 0x1e50| 06 | . | reserved: false 0x1e5c.3-0x1e5c.4 (0.1) 0x1e50| 06 | . | local_message_type: 6 0x1e5c.4-0x1e5d (0.4) | | | data_message{}: 0x1e5d-0x1e73 (22) -0x1e50| 67 ca 56| g.V| timestamp: 1062652519 (s) 0x1e5d-0x1e61 (4) +0x1e50| 67 ca 56| g.V| timestamp: 1062652519 (2023-09-03T05:15:19Z) 0x1e5d-0x1e61 (4) 0x1e60|3f |? | 0x1e60| 01 bf 31 2a | ..1* | position_lat: 59.33576353825629 (707903233) 0x1e61-0x1e65 (4) 0x1e60| a2 82 d8 0c | .... | position_long: 18.064326513558626 (215515810) 0x1e65-0x1e69 (4) @@ -5918,7 +5918,7 @@ $ fq -d fit dv activity.fit 0x1e70| 06 | . | reserved: false 0x1e73.3-0x1e73.4 (0.1) 0x1e70| 06 | . | local_message_type: 6 0x1e73.4-0x1e74 (0.4) | | | data_message{}: 0x1e74-0x1e8a (22) -0x1e70| 69 ca 56 3f | i.V? | timestamp: 1062652521 (s) 0x1e74-0x1e78 (4) +0x1e70| 69 ca 56 3f | i.V? | timestamp: 1062652521 (2023-09-03T05:15:21Z) 0x1e74-0x1e78 (4) 0x1e70| 1f c1 31 2a | ..1* | position_lat: 59.33580896817148 (707903775) 0x1e78-0x1e7c (4) 0x1e70| 7f 8d d8 0c| ....| position_long: 18.064559614285827 (215518591) 0x1e7c-0x1e80 (4) 0x1e80|b8 d4 0a 00 |.... | distance: 7098.16 (709816) (m) 0x1e80-0x1e84 (4) @@ -5934,7 +5934,7 @@ $ fq -d fit dv activity.fit 0x1e80| 06 | . | reserved: false 0x1e8a.3-0x1e8a.4 (0.1) 0x1e80| 06 | . | local_message_type: 6 0x1e8a.4-0x1e8b (0.4) | | | data_message{}: 0x1e8b-0x1ea1 (22) -0x1e80| 6c ca 56 3f | l.V? | timestamp: 1062652524 (s) 0x1e8b-0x1e8f (4) +0x1e80| 6c ca 56 3f | l.V? | timestamp: 1062652524 (2023-09-03T05:15:24Z) 0x1e8b-0x1e8f (4) 0x1e80| 66| f| position_lat: 59.33587929233909 (707904614) 0x1e8f-0x1e93 (4) 0x1e90|c4 31 2a |.1* | 0x1e90| 24 a0 d8 0c | $... | position_long: 18.064959682524204 (215523364) 0x1e93-0x1e97 (4) @@ -5951,7 +5951,7 @@ $ fq -d fit dv activity.fit 0x1ea0| 06 | . | reserved: false 0x1ea1.3-0x1ea1.4 (0.1) 0x1ea0| 06 | . | local_message_type: 6 0x1ea1.4-0x1ea2 (0.4) | | | data_message{}: 0x1ea2-0x1eb8 (22) -0x1ea0| 6e ca 56 3f | n.V? | timestamp: 1062652526 (s) 0x1ea2-0x1ea6 (4) +0x1ea0| 6e ca 56 3f | n.V? | timestamp: 1062652526 (2023-09-03T05:15:26Z) 0x1ea2-0x1ea6 (4) 0x1ea0| 33 c6 31 2a | 3.1* | position_lat: 59.33591793291271 (707905075) 0x1ea6-0x1eaa (4) 0x1ea0| 98 ac d8 0c | .... | position_long: 18.065226897597313 (215526552) 0x1eaa-0x1eae (4) 0x1ea0| 53 e4| S.| distance: 7138.11 (713811) (m) 0x1eae-0x1eb2 (4) @@ -5968,7 +5968,7 @@ $ fq -d fit dv activity.fit 0x1eb0| 06 | . | reserved: false 0x1eb8.3-0x1eb8.4 (0.1) 0x1eb0| 06 | . | local_message_type: 6 0x1eb8.4-0x1eb9 (0.4) | | | data_message{}: 0x1eb9-0x1ecf (22) -0x1eb0| 71 ca 56 3f | q.V? | timestamp: 1062652529 (s) 0x1eb9-0x1ebd (4) +0x1eb0| 71 ca 56 3f | q.V? | timestamp: 1062652529 (2023-09-03T05:15:29Z) 0x1eb9-0x1ebd (4) 0x1eb0| 9e c7 31| ..1| position_lat: 59.33594835922122 (707905438) 0x1ebd-0x1ec1 (4) 0x1ec0|2a |* | 0x1ec0| eb be d8 0c | .... | position_long: 18.06562009267509 (215531243) 0x1ec1-0x1ec5 (4) @@ -5985,7 +5985,7 @@ $ fq -d fit dv activity.fit 0x1ec0| 06| .| reserved: false 0x1ecf.3-0x1ecf.4 (0.1) 0x1ec0| 06| .| local_message_type: 6 0x1ecf.4-0x1ed0 (0.4) | | | data_message{}: 0x1ed0-0x1ee6 (22) -0x1ed0|74 ca 56 3f |t.V? | timestamp: 1062652532 (s) 0x1ed0-0x1ed4 (4) +0x1ed0|74 ca 56 3f |t.V? | timestamp: 1062652532 (2023-09-03T05:15:32Z) 0x1ed0-0x1ed4 (4) 0x1ed0| 7c c8 31 2a | |.1* | position_lat: 59.33596696704626 (707905660) 0x1ed4-0x1ed8 (4) 0x1ed0| 92 d2 d8 0c | .... | position_long: 18.06604178622365 (215536274) 0x1ed8-0x1edc (4) 0x1ed0| 92 f6 0a 00| ....| distance: 7184.82 (718482) (m) 0x1edc-0x1ee0 (4) @@ -6001,7 +6001,7 @@ $ fq -d fit dv activity.fit 0x1ee0| 06 | . | reserved: false 0x1ee6.3-0x1ee6.4 (0.1) 0x1ee0| 06 | . | local_message_type: 6 0x1ee6.4-0x1ee7 (0.4) | | | data_message{}: 0x1ee7-0x1efd (22) -0x1ee0| 77 ca 56 3f | w.V? | timestamp: 1062652535 (s) 0x1ee7-0x1eeb (4) +0x1ee0| 77 ca 56 3f | w.V? | timestamp: 1062652535 (2023-09-03T05:15:35Z) 0x1ee7-0x1eeb (4) 0x1ee0| cc c9 31 2a | ..1* | position_lat: 59.33599513024092 (707905996) 0x1eeb-0x1eef (4) 0x1ee0| 12| .| position_long: 18.066481668502092 (215541522) 0x1eef-0x1ef3 (4) 0x1ef0|e7 d8 0c |... | @@ -6018,7 +6018,7 @@ $ fq -d fit dv activity.fit 0x1ef0| 06 | . | reserved: false 0x1efd.3-0x1efd.4 (0.1) 0x1ef0| 06 | . | local_message_type: 6 0x1efd.4-0x1efe (0.4) | | | data_message{}: 0x1efe-0x1f14 (22) -0x1ef0| 7a ca| z.| timestamp: 1062652538 (s) 0x1efe-0x1f02 (4) +0x1ef0| 7a ca| z.| timestamp: 1062652538 (2023-09-03T05:15:38Z) 0x1efe-0x1f02 (4) 0x1f00|56 3f |V? | 0x1f00| 62 cb 31 2a | b.1* | position_lat: 59.336029160767794 (707906402) 0x1f02-0x1f06 (4) 0x1f00| d9 fb d8 0c | .... | position_long: 18.066927501931787 (215546841) 0x1f06-0x1f0a (4) @@ -6035,7 +6035,7 @@ $ fq -d fit dv activity.fit 0x1f10| 06 | . | reserved: false 0x1f14.3-0x1f14.4 (0.1) 0x1f10| 06 | . | local_message_type: 6 0x1f14.4-0x1f15 (0.4) | | | data_message{}: 0x1f15-0x1f2b (22) -0x1f10| 7d ca 56 3f | }.V? | timestamp: 1062652541 (s) 0x1f15-0x1f19 (4) +0x1f10| 7d ca 56 3f | }.V? | timestamp: 1062652541 (2023-09-03T05:15:41Z) 0x1f15-0x1f19 (4) 0x1f10| 09 cd 31 2a | ..1* | position_lat: 59.33606461621821 (707906825) 0x1f19-0x1f1d (4) 0x1f10| 3d 11 d9| =..| position_long: 18.06738649494946 (215552317) 0x1f1d-0x1f21 (4) 0x1f20|0c |. | @@ -6052,7 +6052,7 @@ $ fq -d fit dv activity.fit 0x1f20| 06 | . | reserved: false 0x1f2b.3-0x1f2b.4 (0.1) 0x1f20| 06 | . | local_message_type: 6 0x1f2b.4-0x1f2c (0.4) | | | data_message{}: 0x1f2c-0x1f42 (22) -0x1f20| 80 ca 56 3f| ..V?| timestamp: 1062652544 (s) 0x1f2c-0x1f30 (4) +0x1f20| 80 ca 56 3f| ..V?| timestamp: 1062652544 (2023-09-03T05:15:44Z) 0x1f2c-0x1f30 (4) 0x1f30|cd cd 31 2a |..1* | position_lat: 59.336081044748425 (707907021) 0x1f30-0x1f34 (4) 0x1f30| 47 26 d9 0c | G&.. | position_long: 18.06783794425428 (215557703) 0x1f34-0x1f38 (4) 0x1f30| ce 1e 0b 00 | .... | distance: 7287.82 (728782) (m) 0x1f38-0x1f3c (4) @@ -6068,7 +6068,7 @@ $ fq -d fit dv activity.fit 0x1f40| 06 | . | reserved: false 0x1f42.3-0x1f42.4 (0.1) 0x1f40| 06 | . | local_message_type: 6 0x1f42.4-0x1f43 (0.4) | | | data_message{}: 0x1f43-0x1f59 (22) -0x1f40| 83 ca 56 3f | ..V? | timestamp: 1062652547 (s) 0x1f43-0x1f47 (4) +0x1f40| 83 ca 56 3f | ..V? | timestamp: 1062652547 (2023-09-03T05:15:47Z) 0x1f43-0x1f47 (4) 0x1f40| 3b ce 31 2a | ;.1* | position_lat: 59.336090264841914 (707907131) 0x1f47-0x1f4b (4) 0x1f40| 4f 3d d9 0c | O=.. | position_long: 18.068332141265273 (215563599) 0x1f4b-0x1f4f (4) 0x1f40| cc| .| distance: 7315.96 (731596) (m) 0x1f4f-0x1f53 (4) @@ -6085,7 +6085,7 @@ $ fq -d fit dv activity.fit 0x1f50| 06 | . | reserved: false 0x1f59.3-0x1f59.4 (0.1) 0x1f50| 06 | . | local_message_type: 6 0x1f59.4-0x1f5a (0.4) | | | data_message{}: 0x1f5a-0x1f70 (22) -0x1f50| 86 ca 56 3f | ..V? | timestamp: 1062652550 (s) 0x1f5a-0x1f5e (4) +0x1f50| 86 ca 56 3f | ..V? | timestamp: 1062652550 (2023-09-03T05:15:50Z) 0x1f5a-0x1f5e (4) 0x1f50| be cf| ..| position_lat: 59.33612270280719 (707907518) 0x1f5e-0x1f62 (4) 0x1f60|31 2a |1* | 0x1f60| a1 53 d9 0c | .S.. | position_long: 18.068811083212495 (215569313) 0x1f62-0x1f66 (4) @@ -6113,7 +6113,7 @@ $ fq -d fit dv activity.fit 0x1f70| 06 | . | reserved: false 0x1f78.3-0x1f78.4 (0.1) 0x1f70| 06 | . | local_message_type: 6 0x1f78.4-0x1f79 (0.4) | | | data_message{}: 0x1f79-0x1f8f (22) -0x1f70| 89 ca 56 3f | ..V? | timestamp: 1062652553 (s) 0x1f79-0x1f7d (4) +0x1f70| 89 ca 56 3f | ..V? | timestamp: 1062652553 (2023-09-03T05:15:53Z) 0x1f79-0x1f7d (4) 0x1f70| fa d1 31| ..1| position_lat: 59.33617064729333 (707908090) 0x1f7d-0x1f81 (4) 0x1f80|2a |* | 0x1f80| 6e 6a d9 0c | nj.. | position_long: 18.069300334900618 (215575150) 0x1f81-0x1f85 (4) @@ -6130,7 +6130,7 @@ $ fq -d fit dv activity.fit 0x1f80| 06| .| reserved: false 0x1f8f.3-0x1f8f.4 (0.1) 0x1f80| 06| .| local_message_type: 6 0x1f8f.4-0x1f90 (0.4) | | | data_message{}: 0x1f90-0x1fa6 (22) -0x1f90|8c ca 56 3f |..V? | timestamp: 1062652556 (s) 0x1f90-0x1f94 (4) +0x1f90|8c ca 56 3f |..V? | timestamp: 1062652556 (2023-09-03T05:15:56Z) 0x1f90-0x1f94 (4) 0x1f90| b3 d2 31 2a | ..1* | position_lat: 59.3361861538142 (707908275) 0x1f94-0x1f98 (4) 0x1f90| 4c 81 d9 0c | L... | position_long: 18.06979101151228 (215581004) 0x1f98-0x1f9c (4) 0x1f90| 84 4a 0b 00| .J..| distance: 7399.72 (739972) (m) 0x1f9c-0x1fa0 (4) @@ -6146,7 +6146,7 @@ $ fq -d fit dv activity.fit 0x1fa0| 06 | . | reserved: false 0x1fa6.3-0x1fa6.4 (0.1) 0x1fa0| 06 | . | local_message_type: 6 0x1fa6.4-0x1fa7 (0.4) | | | data_message{}: 0x1fa7-0x1fbd (22) -0x1fa0| 8f ca 56 3f | ..V? | timestamp: 1062652559 (s) 0x1fa7-0x1fab (4) +0x1fa0| 8f ca 56 3f | ..V? | timestamp: 1062652559 (2023-09-03T05:15:59Z) 0x1fa7-0x1fab (4) 0x1fa0| 67 d3 31 2a | g.1* | position_lat: 59.336201241239905 (707908455) 0x1fab-0x1faf (4) 0x1fa0| 36| 6| position_long: 18.070282693952322 (215586870) 0x1faf-0x1fb3 (4) 0x1fb0|98 d9 0c |... | @@ -6163,7 +6163,7 @@ $ fq -d fit dv activity.fit 0x1fb0| 06 | . | reserved: false 0x1fbd.3-0x1fbd.4 (0.1) 0x1fb0| 06 | . | local_message_type: 6 0x1fbd.4-0x1fbe (0.4) | | | data_message{}: 0x1fbe-0x1fd4 (22) -0x1fb0| 92 ca| ..| timestamp: 1062652562 (s) 0x1fbe-0x1fc2 (4) +0x1fb0| 92 ca| ..| timestamp: 1062652562 (2023-09-03T05:16:02Z) 0x1fbe-0x1fc2 (4) 0x1fc0|56 3f |V? | 0x1fc0| 82 d4 31 2a | ..1* | position_lat: 59.33622496202588 (707908738) 0x1fc2-0x1fc6 (4) 0x1fc0| 57 af d9 0c | W... | position_long: 18.07077898643911 (215592791) 0x1fc6-0x1fca (4) @@ -6180,7 +6180,7 @@ $ fq -d fit dv activity.fit 0x1fd0| 06 | . | reserved: false 0x1fd4.3-0x1fd4.4 (0.1) 0x1fd0| 06 | . | local_message_type: 6 0x1fd4.4-0x1fd5 (0.4) | | | data_message{}: 0x1fd5-0x1feb (22) -0x1fd0| 95 ca 56 3f | ..V? | timestamp: 1062652565 (s) 0x1fd5-0x1fd9 (4) +0x1fd0| 95 ca 56 3f | ..V? | timestamp: 1062652565 (2023-09-03T05:16:05Z) 0x1fd5-0x1fd9 (4) 0x1fd0| 3c d6 31 2a | <.1* | position_lat: 59.3362620100379 (707909180) 0x1fd9-0x1fdd (4) 0x1fd0| 4f c5 d9| O..| position_long: 18.071250384673476 (215598415) 0x1fdd-0x1fe1 (4) 0x1fe0|0c |. | @@ -6197,7 +6197,7 @@ $ fq -d fit dv activity.fit 0x1fe0| 06 | . | reserved: false 0x1feb.3-0x1feb.4 (0.1) 0x1fe0| 06 | . | local_message_type: 6 0x1feb.4-0x1fec (0.4) | | | data_message{}: 0x1fec-0x2002 (22) -0x1fe0| 98 ca 56 3f| ..V?| timestamp: 1062652568 (s) 0x1fec-0x1ff0 (4) +0x1fe0| 98 ca 56 3f| ..V?| timestamp: 1062652568 (2023-09-03T05:16:08Z) 0x1fec-0x1ff0 (4) 0x1ff0|87 d6 31 2a |..1* | position_lat: 59.33626829646528 (707909255) 0x1ff0-0x1ff4 (4) 0x1ff0| bc da d9 0c | .... | position_long: 18.071710132062435 (215603900) 0x1ff4-0x1ff8 (4) 0x1ff0| 57 75 0b 00 | Wu.. | distance: 7509.35 (750935) (m) 0x1ff8-0x1ffc (4) @@ -6213,7 +6213,7 @@ $ fq -d fit dv activity.fit 0x2000| 06 | . | reserved: false 0x2002.3-0x2002.4 (0.1) 0x2000| 06 | . | local_message_type: 6 0x2002.4-0x2003 (0.4) | | | data_message{}: 0x2003-0x2019 (22) -0x2000| 9b ca 56 3f | ..V? | timestamp: 1062652571 (s) 0x2003-0x2007 (4) +0x2000| 9b ca 56 3f | ..V? | timestamp: 1062652571 (2023-09-03T05:16:11Z) 0x2003-0x2007 (4) 0x2000| 01 d6 31 2a | ..1* | position_lat: 59.33625706471503 (707909121) 0x2007-0x200b (4) 0x2000| d1 f0 d9 0c | .... | position_long: 18.072183961048722 (215609553) 0x200b-0x200f (4) 0x2000| d3| .| distance: 7536.19 (753619) (m) 0x200f-0x2013 (4) @@ -6230,7 +6230,7 @@ $ fq -d fit dv activity.fit 0x2010| 06 | . | reserved: false 0x2019.3-0x2019.4 (0.1) 0x2010| 06 | . | local_message_type: 6 0x2019.4-0x201a (0.4) | | | data_message{}: 0x201a-0x2030 (22) -0x2010| 9e ca 56 3f | ..V? | timestamp: 1062652574 (s) 0x201a-0x201e (4) +0x2010| 9e ca 56 3f | ..V? | timestamp: 1062652574 (2023-09-03T05:16:14Z) 0x201a-0x201e (4) 0x2010| 70 d7| p.| position_lat: 59.33628782629967 (707909488) 0x201e-0x2022 (4) 0x2020|31 2a |1* | 0x2020| 6f 05 da 0c | o... | position_long: 18.072626357898116 (215614831) 0x2022-0x2026 (4) @@ -6247,7 +6247,7 @@ $ fq -d fit dv activity.fit 0x2030|06 |. | reserved: false 0x2030.3-0x2030.4 (0.1) 0x2030|06 |. | local_message_type: 6 0x2030.4-0x2031 (0.4) | | | data_message{}: 0x2031-0x2047 (22) -0x2030| a0 ca 56 3f | ..V? | timestamp: 1062652576 (s) 0x2031-0x2035 (4) +0x2030| a0 ca 56 3f | ..V? | timestamp: 1062652576 (2023-09-03T05:16:16Z) 0x2031-0x2035 (4) 0x2030| c4 d8 31 2a | ..1* | position_lat: 59.33631632477045 (707909828) 0x2035-0x2039 (4) 0x2030| 37 12 da 0c | 7... | position_long: 18.07290061376989 (215618103) 0x2039-0x203d (4) 0x2030| e8 8f 0b| ...| distance: 7577.36 (757736) (m) 0x203d-0x2041 (4) @@ -6264,7 +6264,7 @@ $ fq -d fit dv activity.fit 0x2040| 06 | . | reserved: false 0x2047.3-0x2047.4 (0.1) 0x2040| 06 | . | local_message_type: 6 0x2047.4-0x2048 (0.4) | | | data_message{}: 0x2048-0x205e (22) -0x2040| a3 ca 56 3f | ..V? | timestamp: 1062652579 (s) 0x2048-0x204c (4) +0x2040| a3 ca 56 3f | ..V? | timestamp: 1062652579 (2023-09-03T05:16:19Z) 0x2048-0x204c (4) 0x2040| 16 e0 31 2a| ..1*| position_lat: 59.336473401635885 (707911702) 0x204c-0x2050 (4) 0x2050|4d 21 da 0c |M!.. | position_long: 18.073224322870374 (215621965) 0x2050-0x2054 (4) 0x2050| 03 9a 0b 00 | .... | distance: 7603.23 (760323) (m) 0x2054-0x2058 (4) @@ -6280,7 +6280,7 @@ $ fq -d fit dv activity.fit 0x2050| 06 | . | reserved: false 0x205e.3-0x205e.4 (0.1) 0x2050| 06 | . | local_message_type: 6 0x205e.4-0x205f (0.4) | | | data_message{}: 0x205f-0x2075 (22) -0x2050| a6| .| timestamp: 1062652582 (s) 0x205f-0x2063 (4) +0x2050| a6| .| timestamp: 1062652582 (2023-09-03T05:16:22Z) 0x205f-0x2063 (4) 0x2060|ca 56 3f |.V? | 0x2060| 17 ea 31 2a | ..1* | position_lat: 59.33668806217611 (707914263) 0x2063-0x2067 (4) 0x2060| e8 29 da 0c | .).. | position_long: 18.073408976197243 (215624168) 0x2067-0x206b (4) @@ -6298,7 +6298,7 @@ $ fq -d fit dv activity.fit 0x2070| 06 | . | reserved: false 0x2075.3-0x2075.4 (0.1) 0x2070| 06 | . | local_message_type: 6 0x2075.4-0x2076 (0.4) | | | data_message{}: 0x2076-0x208c (22) -0x2070| a9 ca 56 3f | ..V? | timestamp: 1062652585 (s) 0x2076-0x207a (4) +0x2070| a9 ca 56 3f | ..V? | timestamp: 1062652585 (2023-09-03T05:16:25Z) 0x2076-0x207a (4) 0x2070| 8f f3 31 2a | ..1* | position_lat: 59.33689123950899 (707916687) 0x207a-0x207e (4) 0x2070| dd 30| .0| position_long: 18.073558257892728 (215625949) 0x207e-0x2082 (4) 0x2080|da 0c |.. | @@ -6315,7 +6315,7 @@ $ fq -d fit dv activity.fit 0x2080| 06 | . | reserved: false 0x208c.3-0x208c.4 (0.1) 0x2080| 06 | . | local_message_type: 6 0x208c.4-0x208d (0.4) | | | data_message{}: 0x208d-0x20a3 (22) -0x2080| ac ca 56| ..V| timestamp: 1062652588 (s) 0x208d-0x2091 (4) +0x2080| ac ca 56| ..V| timestamp: 1062652588 (2023-09-03T05:16:28Z) 0x208d-0x2091 (4) 0x2090|3f |? | 0x2090| 69 fc 31 2a | i.1* | position_lat: 59.337081173434854 (707918953) 0x2091-0x2095 (4) 0x2090| 22 38 da 0c | "8.. | position_long: 18.07371424511075 (215627810) 0x2095-0x2099 (4) @@ -6333,7 +6333,7 @@ $ fq -d fit dv activity.fit 0x20a0| 06 | . | reserved: false 0x20a3.3-0x20a3.4 (0.1) 0x20a0| 06 | . | local_message_type: 6 0x20a3.4-0x20a4 (0.4) | | | data_message{}: 0x20a4-0x20ba (22) -0x20a0| af ca 56 3f | ..V? | timestamp: 1062652591 (s) 0x20a4-0x20a8 (4) +0x20a0| af ca 56 3f | ..V? | timestamp: 1062652591 (2023-09-03T05:16:31Z) 0x20a4-0x20a8 (4) 0x20a0| ff 04 32 2a | ..2* | position_lat: 59.337265407666564 (707921151) 0x20a8-0x20ac (4) 0x20a0| 9e 40 da 0c| .@..| position_long: 18.073896300047636 (215629982) 0x20ac-0x20b0 (4) 0x20b0|9d bf 0b 00 |.... | distance: 7699.49 (769949) (m) 0x20b0-0x20b4 (4) @@ -6349,7 +6349,7 @@ $ fq -d fit dv activity.fit 0x20b0| 06 | . | reserved: false 0x20ba.3-0x20ba.4 (0.1) 0x20b0| 06 | . | local_message_type: 6 0x20ba.4-0x20bb (0.4) | | | data_message{}: 0x20bb-0x20d1 (22) -0x20b0| b2 ca 56 3f | ..V? | timestamp: 1062652594 (s) 0x20bb-0x20bf (4) +0x20b0| b2 ca 56 3f | ..V? | timestamp: 1062652594 (2023-09-03T05:16:34Z) 0x20bb-0x20bf (4) 0x20b0| bc| .| position_lat: 59.33745291084051 (707923388) 0x20bf-0x20c3 (4) 0x20c0|0d 32 2a |.2* | 0x20c0| 81 49 da 0c | .I.. | position_long: 18.07408698834479 (215632257) 0x20c3-0x20c7 (4) @@ -6366,7 +6366,7 @@ $ fq -d fit dv activity.fit 0x20d0| 06 | . | reserved: false 0x20d1.3-0x20d1.4 (0.1) 0x20d0| 06 | . | local_message_type: 6 0x20d1.4-0x20d2 (0.4) | | | data_message{}: 0x20d2-0x20e8 (22) -0x20d0| b5 ca 56 3f | ..V? | timestamp: 1062652597 (s) 0x20d2-0x20d6 (4) +0x20d0| b5 ca 56 3f | ..V? | timestamp: 1062652597 (2023-09-03T05:16:37Z) 0x20d2-0x20d6 (4) 0x20d0| 2b 16 32 2a | +.2* | position_lat: 59.337633876129985 (707925547) 0x20d6-0x20da (4) 0x20d0| 4e 51 da 0c | NQ.. | position_long: 18.074254374951124 (215634254) 0x20da-0x20de (4) 0x20d0| 81 d1| ..| distance: 7745.29 (774529) (m) 0x20de-0x20e2 (4) @@ -6383,7 +6383,7 @@ $ fq -d fit dv activity.fit 0x20e0| 06 | . | reserved: false 0x20e8.3-0x20e8.4 (0.1) 0x20e0| 06 | . | local_message_type: 6 0x20e8.4-0x20e9 (0.4) | | | data_message{}: 0x20e9-0x20ff (22) -0x20e0| b8 ca 56 3f | ..V? | timestamp: 1062652600 (s) 0x20e9-0x20ed (4) +0x20e0| b8 ca 56 3f | ..V? | timestamp: 1062652600 (2023-09-03T05:16:40Z) 0x20e9-0x20ed (4) 0x20e0| 5d 1e 32| ].2| position_lat: 59.337809728458524 (707927645) 0x20ed-0x20f1 (4) 0x20f0|2a |* | 0x20f0| 0b 59 da 0c | .Y.. | position_long: 18.074420420452952 (215636235) 0x20f1-0x20f5 (4) @@ -6400,7 +6400,7 @@ $ fq -d fit dv activity.fit 0x20f0| 06| .| reserved: false 0x20ff.3-0x20ff.4 (0.1) 0x20f0| 06| .| local_message_type: 6 0x20ff.4-0x2100 (0.4) | | | data_message{}: 0x2100-0x2116 (22) -0x2100|bb ca 56 3f |..V? | timestamp: 1062652603 (s) 0x2100-0x2104 (4) +0x2100|bb ca 56 3f |..V? | timestamp: 1062652603 (2023-09-03T05:16:43Z) 0x2100-0x2104 (4) 0x2100| 38 26 32 2a | 8&2* | position_lat: 59.3379782885313 (707929656) 0x2104-0x2108 (4) 0x2100| fd 5f da 0c | ._.. | position_long: 18.074569450691342 (215638013) 0x2108-0x210c (4) 0x2100| 0c e2 0b 00| ....| distance: 7787.64 (778764) (m) 0x210c-0x2110 (4) @@ -6416,7 +6416,7 @@ $ fq -d fit dv activity.fit 0x2110| 06 | . | reserved: false 0x2116.3-0x2116.4 (0.1) 0x2110| 06 | . | local_message_type: 6 0x2116.4-0x2117 (0.4) | | | data_message{}: 0x2117-0x212d (22) -0x2110| be ca 56 3f | ..V? | timestamp: 1062652606 (s) 0x2117-0x211b (4) +0x2110| be ca 56 3f | ..V? | timestamp: 1062652606 (2023-09-03T05:16:46Z) 0x2117-0x211b (4) 0x2110| fd 2d 32 2a | .-2* | position_lat: 59.338145004585385 (707931645) 0x211b-0x211f (4) 0x2110| 97| .| position_long: 18.07471110485494 (215639703) 0x211f-0x2123 (4) 0x2120|66 da 0c |f.. | @@ -6433,7 +6433,7 @@ $ fq -d fit dv activity.fit 0x2120| 06 | . | reserved: false 0x212d.3-0x212d.4 (0.1) 0x2120| 06 | . | local_message_type: 6 0x212d.4-0x212e (0.4) | | | data_message{}: 0x212e-0x2144 (22) -0x2120| c1 ca| ..| timestamp: 1062652609 (s) 0x212e-0x2132 (4) +0x2120| c1 ca| ..| timestamp: 1062652609 (2023-09-03T05:16:49Z) 0x212e-0x2132 (4) 0x2130|56 3f |V? | 0x2130| b3 36 32 2a | .62* | position_lat: 59.33833192102611 (707933875) 0x2132-0x2136 (4) 0x2130| 57 69 da 0c | Wi.. | position_long: 18.07477011345327 (215640407) 0x2136-0x213a (4) @@ -6450,7 +6450,7 @@ $ fq -d fit dv activity.fit 0x2140| 06 | . | reserved: false 0x2144.3-0x2144.4 (0.1) 0x2140| 06 | . | local_message_type: 6 0x2144.4-0x2145 (0.4) | | | data_message{}: 0x2145-0x215b (22) -0x2140| c5 ca 56 3f | ..V? | timestamp: 1062652613 (s) 0x2145-0x2149 (4) +0x2140| c5 ca 56 3f | ..V? | timestamp: 1062652613 (2023-09-03T05:16:53Z) 0x2145-0x2149 (4) 0x2140| 27 40 32 2a | '@2* | position_lat: 59.33853476308286 (707936295) 0x2149-0x214d (4) 0x2140| 24 71 da| $q.| position_long: 18.074937500059605 (215642404) 0x214d-0x2151 (4) 0x2150|0c |. | @@ -6467,7 +6467,7 @@ $ fq -d fit dv activity.fit 0x2150| 06 | . | reserved: false 0x215b.3-0x215b.4 (0.1) 0x2150| 06 | . | local_message_type: 6 0x215b.4-0x215c (0.4) | | | data_message{}: 0x215c-0x2172 (22) -0x2150| c9 ca 56 3f| ..V?| timestamp: 1062652617 (s) 0x215c-0x2160 (4) +0x2150| c9 ca 56 3f| ..V?| timestamp: 1062652617 (2023-09-03T05:16:57Z) 0x215c-0x2160 (4) 0x2160|d7 48 32 2a |.H2* | position_lat: 59.3387211766094 (707938519) 0x2160-0x2164 (4) 0x2160| eb 78 da 0c | .x.. | position_long: 18.07510438375175 (215644395) 0x2164-0x2168 (4) 0x2160| 6f 04 0c 00 | o... | distance: 7875.67 (787567) (m) 0x2168-0x216c (4) @@ -6483,7 +6483,7 @@ $ fq -d fit dv activity.fit 0x2170| 06 | . | reserved: false 0x2172.3-0x2172.4 (0.1) 0x2170| 06 | . | local_message_type: 6 0x2172.4-0x2173 (0.4) | | | data_message{}: 0x2173-0x2189 (22) -0x2170| cd ca 56 3f | ..V? | timestamp: 1062652621 (s) 0x2173-0x2177 (4) +0x2170| cd ca 56 3f | ..V? | timestamp: 1062652621 (2023-09-03T05:17:01Z) 0x2173-0x2177 (4) 0x2170| 83 51 32 2a | .Q2* | position_lat: 59.338907254859805 (707940739) 0x2177-0x217b (4) 0x2170| 0e 80 da 0c | .... | position_long: 18.075257521122694 (215646222) 0x217b-0x217f (4) 0x2170| 35| 5| distance: 7898.13 (789813) (m) 0x217f-0x2183 (4) @@ -6500,7 +6500,7 @@ $ fq -d fit dv activity.fit 0x2180| 06 | . | reserved: false 0x2189.3-0x2189.4 (0.1) 0x2180| 06 | . | local_message_type: 6 0x2189.4-0x218a (0.4) | | | data_message{}: 0x218a-0x21a0 (22) -0x2180| d1 ca 56 3f | ..V? | timestamp: 1062652625 (s) 0x218a-0x218e (4) +0x2180| d1 ca 56 3f | ..V? | timestamp: 1062652625 (2023-09-03T05:17:05Z) 0x218a-0x218e (4) 0x2180| 3d 5a| =Z| position_lat: 59.33909450657666 (707942973) 0x218e-0x2192 (4) 0x2190|32 2a |2* | 0x2190| 67 87 da 0c | g... | position_long: 18.07541518472135 (215648103) 0x2192-0x2196 (4) @@ -6517,7 +6517,7 @@ $ fq -d fit dv activity.fit 0x21a0|06 |. | reserved: false 0x21a0.3-0x21a0.4 (0.1) 0x21a0|06 |. | local_message_type: 6 0x21a0.4-0x21a1 (0.4) | | | data_message{}: 0x21a1-0x21b7 (22) -0x21a0| d5 ca 56 3f | ..V? | timestamp: 1062652629 (s) 0x21a1-0x21a5 (4) +0x21a0| d5 ca 56 3f | ..V? | timestamp: 1062652629 (2023-09-03T05:17:09Z) 0x21a1-0x21a5 (4) 0x21a0| 95 62 32 2a | .b2* | position_lat: 59.3392735440284 (707945109) 0x21a5-0x21a9 (4) 0x21a0| 1f 8f da 0c | .... | position_long: 18.07558081112802 (215650079) 0x21a9-0x21ad (4) 0x21a0| af 1e 0c| ...| distance: 7942.87 (794287) (m) 0x21ad-0x21b1 (4) @@ -6534,7 +6534,7 @@ $ fq -d fit dv activity.fit 0x21b0| 06 | . | reserved: false 0x21b7.3-0x21b7.4 (0.1) 0x21b0| 06 | . | local_message_type: 6 0x21b7.4-0x21b8 (0.4) | | | data_message{}: 0x21b8-0x21ce (22) -0x21b0| d9 ca 56 3f | ..V? | timestamp: 1062652633 (s) 0x21b8-0x21bc (4) +0x21b0| d9 ca 56 3f | ..V? | timestamp: 1062652633 (2023-09-03T05:17:13Z) 0x21b8-0x21bc (4) 0x21b0| 06 6b 32 2a| .k2*| position_lat: 59.33945467695594 (707947270) 0x21bc-0x21c0 (4) 0x21c0|38 95 da 0c |8... | position_long: 18.075711652636528 (215651640) 0x21c0-0x21c4 (4) 0x21c0| 15 27 0c 00 | .'.. | distance: 7964.37 (796437) (m) 0x21c4-0x21c8 (4) @@ -6550,7 +6550,7 @@ $ fq -d fit dv activity.fit 0x21c0| 06 | . | reserved: false 0x21ce.3-0x21ce.4 (0.1) 0x21c0| 06 | . | local_message_type: 6 0x21ce.4-0x21cf (0.4) | | | data_message{}: 0x21cf-0x21e5 (22) -0x21c0| dd| .| timestamp: 1062652637 (s) 0x21cf-0x21d3 (4) +0x21c0| dd| .| timestamp: 1062652637 (2023-09-03T05:17:17Z) 0x21cf-0x21d3 (4) 0x21d0|ca 56 3f |.V? | 0x21d0| c9 72 32 2a | .r2* | position_lat: 59.33962122537196 (707949257) 0x21d3-0x21d7 (4) 0x21d0| a4 9b da 0c | .... | position_long: 18.075849451124668 (215653284) 0x21d7-0x21db (4) @@ -6568,7 +6568,7 @@ $ fq -d fit dv activity.fit 0x21e0| 06 | . | reserved: false 0x21e5.3-0x21e5.4 (0.1) 0x21e0| 06 | . | local_message_type: 6 0x21e5.4-0x21e6 (0.4) | | | data_message{}: 0x21e6-0x21fc (22) -0x21e0| e0 ca 56 3f | ..V? | timestamp: 1062652640 (s) 0x21e6-0x21ea (4) +0x21e0| e0 ca 56 3f | ..V? | timestamp: 1062652640 (2023-09-03T05:17:20Z) 0x21e6-0x21ea (4) 0x21e0| 0e 79 32 2a | .y2* | position_lat: 59.33975575491786 (707950862) 0x21ea-0x21ee (4) 0x21e0| 8d a0| ..| position_long: 18.075954811647534 (215654541) 0x21ee-0x21f2 (4) 0x21f0|da 0c |.. | @@ -6585,9 +6585,9 @@ $ fq -d fit dv activity.fit 0x21f0| 08 | . | reserved: false 0x21fc.3-0x21fc.4 (0.1) 0x21f0| 08 | . | local_message_type: 8 0x21fc.4-0x21fd (0.4) | | | data_message{}: 0x21fd-0x2233 (54) -0x21f0| e0 ca 56| ..V| timestamp: 1062652640 (s) 0x21fd-0x2201 (4) +0x21f0| e0 ca 56| ..V| timestamp: 1062652640 (2023-09-03T05:17:20Z) 0x21fd-0x2201 (4) 0x2200|3f |? | -0x2200| 5a ca 56 3f | Z.V? | start_time: 1062652506 0x2201-0x2205 (4) +0x2200| 5a ca 56 3f | Z.V? | start_time: 1062652506 (2023-09-03T05:15:06Z) 0x2201-0x2205 (4) 0x2200| e7 bf 31 2a | ..1* | start_position_lat: 59.33578281663358 (707903463) 0x2205-0x2209 (4) 0x2200| 7a 52 d8 0c | zR.. | start_position_long: 18.06329319253564 (215503482) 0x2209-0x220d (4) 0x2200| 0e 79 32| .y2| end_position_lat: 59.33975575491786 (707950862) 0x220d-0x2211 (4) @@ -6618,7 +6618,7 @@ $ fq -d fit dv activity.fit 0x2230| 06 | . | reserved: false 0x2233.3-0x2233.4 (0.1) 0x2230| 06 | . | local_message_type: 6 0x2233.4-0x2234 (0.4) | | | data_message{}: 0x2234-0x224a (22) -0x2230| e4 ca 56 3f | ..V? | timestamp: 1062652644 (s) 0x2234-0x2238 (4) +0x2230| e4 ca 56 3f | ..V? | timestamp: 1062652644 (2023-09-03T05:17:24Z) 0x2234-0x2238 (4) 0x2230| 9a 81 32 2a | ..2* | position_lat: 59.33993915095925 (707953050) 0x2238-0x223c (4) 0x2230| 69 a7 da 0c| i...| position_long: 18.076101997867227 (215656297) 0x223c-0x2240 (4) 0x2240|e1 3d 0c 00 |.=.. | distance: 8022.73 (802273) (m) 0x2240-0x2244 (4) @@ -6634,7 +6634,7 @@ $ fq -d fit dv activity.fit 0x2240| 06 | . | reserved: false 0x224a.3-0x224a.4 (0.1) 0x2240| 06 | . | local_message_type: 6 0x224a.4-0x224b (0.4) | | | data_message{}: 0x224b-0x2261 (22) -0x2240| e8 ca 56 3f | ..V? | timestamp: 1062652648 (s) 0x224b-0x224f (4) +0x2240| e8 ca 56 3f | ..V? | timestamp: 1062652648 (2023-09-03T05:17:28Z) 0x224b-0x224f (4) 0x2240| 6c| l| position_lat: 59.34012841433287 (707955308) 0x224f-0x2253 (4) 0x2250|8a 32 2a |.2* | 0x2250| aa ad da 0c | .... | position_long: 18.076236192137003 (215657898) 0x2253-0x2257 (4) @@ -6651,7 +6651,7 @@ $ fq -d fit dv activity.fit 0x2260| 06 | . | reserved: false 0x2261.3-0x2261.4 (0.1) 0x2260| 06 | . | local_message_type: 6 0x2261.4-0x2262 (0.4) | | | data_message{}: 0x2262-0x2278 (22) -0x2260| ec ca 56 3f | ..V? | timestamp: 1062652652 (s) 0x2262-0x2266 (4) +0x2260| ec ca 56 3f | ..V? | timestamp: 1062652652 (2023-09-03T05:17:32Z) 0x2262-0x2266 (4) 0x2260| 86 92 32 2a | ..2* | position_lat: 59.340302255004644 (707957382) 0x2266-0x226a (4) 0x2260| 54 b4 da 0c | T... | position_long: 18.07637918740511 (215659604) 0x226a-0x226e (4) 0x2260| d4 4e| .N| distance: 8066.12 (806612) (m) 0x226e-0x2272 (4) @@ -6668,7 +6668,7 @@ $ fq -d fit dv activity.fit 0x2270| 06 | . | reserved: false 0x2278.3-0x2278.4 (0.1) 0x2270| 06 | . | local_message_type: 6 0x2278.4-0x2279 (0.4) | | | data_message{}: 0x2279-0x228f (22) -0x2270| f0 ca 56 3f | ..V? | timestamp: 1062652656 (s) 0x2279-0x227d (4) +0x2270| f0 ca 56 3f | ..V? | timestamp: 1062652656 (2023-09-03T05:17:36Z) 0x2279-0x227d (4) 0x2270| e1 9a 32| ..2| position_lat: 59.340481543913484 (707959521) 0x227d-0x2281 (4) 0x2280|2a |* | 0x2280| cd ba da 0c | .... | position_long: 18.076518075540662 (215661261) 0x2281-0x2285 (4) @@ -6685,7 +6685,7 @@ $ fq -d fit dv activity.fit 0x2280| 06| .| reserved: false 0x228f.3-0x228f.4 (0.1) 0x2280| 06| .| local_message_type: 6 0x228f.4-0x2290 (0.4) | | | data_message{}: 0x2290-0x22a6 (22) -0x2290|f4 ca 56 3f |..V? | timestamp: 1062652660 (s) 0x2290-0x2294 (4) +0x2290|f4 ca 56 3f |..V? | timestamp: 1062652660 (2023-09-03T05:17:40Z) 0x2290-0x2294 (4) 0x2290| 70 a4 32 2a | p.2* | position_lat: 59.34068664908409 (707961968) 0x2294-0x2298 (4) 0x2290| 0a c1 da 0c | .... | position_long: 18.07665193453431 (215662858) 0x2298-0x229c (4) 0x2290| 99 60 0c 00| .`..| distance: 8111.61 (811161) (m) 0x229c-0x22a0 (4) @@ -6701,7 +6701,7 @@ $ fq -d fit dv activity.fit 0x22a0| 06 | . | reserved: false 0x22a6.3-0x22a6.4 (0.1) 0x22a0| 06 | . | local_message_type: 6 0x22a6.4-0x22a7 (0.4) | | | data_message{}: 0x22a7-0x22bd (22) -0x22a0| f8 ca 56 3f | ..V? | timestamp: 1062652664 (s) 0x22a7-0x22ab (4) +0x22a0| f8 ca 56 3f | ..V? | timestamp: 1062652664 (2023-09-03T05:17:44Z) 0x22a7-0x22ab (4) 0x22a0| b6 ad 32 2a | ..2* | position_lat: 59.34088563546538 (707964342) 0x22ab-0x22af (4) 0x22a0| 40| @| position_long: 18.07678520679474 (215664448) 0x22af-0x22b3 (4) 0x22b0|c7 da 0c |... | @@ -6718,7 +6718,7 @@ $ fq -d fit dv activity.fit 0x22b0| 06 | . | reserved: false 0x22bd.3-0x22bd.4 (0.1) 0x22b0| 06 | . | local_message_type: 6 0x22bd.4-0x22be (0.4) | | | data_message{}: 0x22be-0x22d4 (22) -0x22b0| fc ca| ..| timestamp: 1062652668 (s) 0x22be-0x22c2 (4) +0x22b0| fc ca| ..| timestamp: 1062652668 (2023-09-03T05:17:48Z) 0x22be-0x22c2 (4) 0x22c0|56 3f |V? | 0x22c0| ff b6 32 2a | ..2* | position_lat: 59.34108487330377 (707966719) 0x22c2-0x22c6 (4) 0x22c0| f0 cc da 0c | .... | position_long: 18.076907247304916 (215665904) 0x22c6-0x22ca (4) @@ -6735,7 +6735,7 @@ $ fq -d fit dv activity.fit 0x22d0| 06 | . | reserved: false 0x22d4.3-0x22d4.4 (0.1) 0x22d0| 06 | . | local_message_type: 6 0x22d4.4-0x22d5 (0.4) | | | data_message{}: 0x22d5-0x22eb (22) -0x22d0| 00 cb 56 3f | ..V? | timestamp: 1062652672 (s) 0x22d5-0x22d9 (4) +0x22d0| 00 cb 56 3f | ..V? | timestamp: 1062652672 (2023-09-03T05:17:52Z) 0x22d5-0x22d9 (4) 0x22d0| 20 c0 32 2a | .2* | position_lat: 59.34128075838089 (707969056) 0x22d9-0x22dd (4) 0x22d0| ea d1 da| ...| position_long: 18.077014032751322 (215667178) 0x22dd-0x22e1 (4) 0x22e0|0c |. | @@ -6752,7 +6752,7 @@ $ fq -d fit dv activity.fit 0x22e0| 06 | . | reserved: false 0x22eb.3-0x22eb.4 (0.1) 0x22e0| 06 | . | local_message_type: 6 0x22eb.4-0x22ec (0.4) | | | data_message{}: 0x22ec-0x2302 (22) -0x22e0| 04 cb 56 3f| ..V?| timestamp: 1062652676 (s) 0x22ec-0x22f0 (4) +0x22e0| 04 cb 56 3f| ..V?| timestamp: 1062652676 (2023-09-03T05:17:56Z) 0x22ec-0x22f0 (4) 0x22f0|94 c9 32 2a |..2* | position_lat: 59.34148360043764 (707971476) 0x22f0-0x22f4 (4) 0x22f0| 51 d5 da 0c | Q... | position_long: 18.077087039127946 (215668049) 0x22f4-0x22f8 (4) 0x22f0| 8c 84 0c 00 | .... | distance: 8203.64 (820364) (m) 0x22f8-0x22fc (4) @@ -6768,7 +6768,7 @@ $ fq -d fit dv activity.fit 0x2300| 06 | . | reserved: false 0x2302.3-0x2302.4 (0.1) 0x2300| 06 | . | local_message_type: 6 0x2302.4-0x2303 (0.4) | | | data_message{}: 0x2303-0x2319 (22) -0x2300| 08 cb 56 3f | ..V? | timestamp: 1062652680 (s) 0x2303-0x2307 (4) +0x2300| 08 cb 56 3f | ..V? | timestamp: 1062652680 (2023-09-03T05:18:00Z) 0x2303-0x2307 (4) 0x2300| ab d2 32 2a | ..2* | position_lat: 59.34167864732444 (707973803) 0x2307-0x230b (4) 0x2300| be da da 0c | .... | position_long: 18.077203463763 (215669438) 0x230b-0x230f (4) 0x2300| 6d| m| distance: 8226.37 (822637) (m) 0x230f-0x2313 (4) @@ -6785,7 +6785,7 @@ $ fq -d fit dv activity.fit 0x2310| 06 | . | reserved: false 0x2319.3-0x2319.4 (0.1) 0x2310| 06 | . | local_message_type: 6 0x2319.4-0x231a (0.4) | | | data_message{}: 0x231a-0x2330 (22) -0x2310| 0c cb 56 3f | ..V? | timestamp: 1062652684 (s) 0x231a-0x231e (4) +0x2310| 0c cb 56 3f | ..V? | timestamp: 1062652684 (2023-09-03T05:18:04Z) 0x231a-0x231e (4) 0x2310| 3f db| ?.| position_lat: 59.34186271391809 (707975999) 0x231e-0x2322 (4) 0x2320|32 2a |2* | 0x2320| 89 e3 da 0c | .... | position_long: 18.07739214040339 (215671689) 0x2322-0x2326 (4) @@ -6802,7 +6802,7 @@ $ fq -d fit dv activity.fit 0x2330|06 |. | reserved: false 0x2330.3-0x2330.4 (0.1) 0x2330|06 |. | local_message_type: 6 0x2330.4-0x2331 (0.4) | | | data_message{}: 0x2331-0x2347 (22) -0x2330| 10 cb 56 3f | ..V? | timestamp: 1062652688 (s) 0x2331-0x2335 (4) +0x2330| 10 cb 56 3f | ..V? | timestamp: 1062652688 (2023-09-03T05:18:08Z) 0x2331-0x2335 (4) 0x2330| 6a e3 32 2a | j.2* | position_lat: 59.34203797951341 (707978090) 0x2335-0x2339 (4) 0x2330| 3b ec da 0c | ;... | position_long: 18.07757872156799 (215673915) 0x2339-0x233d (4) 0x2330| 0b 9f 0c| ...| distance: 8271.47 (827147) (m) 0x233d-0x2341 (4) @@ -6819,7 +6819,7 @@ $ fq -d fit dv activity.fit 0x2340| 06 | . | reserved: false 0x2347.3-0x2347.4 (0.1) 0x2340| 06 | . | local_message_type: 6 0x2347.4-0x2348 (0.4) | | | data_message{}: 0x2348-0x235e (22) -0x2340| 14 cb 56 3f | ..V? | timestamp: 1062652692 (s) 0x2348-0x234c (4) +0x2340| 14 cb 56 3f | ..V? | timestamp: 1062652692 (2023-09-03T05:18:12Z) 0x2348-0x234c (4) 0x2340| c4 eb 32 2a| ..2*| position_lat: 59.342217184603214 (707980228) 0x234c-0x2350 (4) 0x2350|5c f3 da 0c |\... | position_long: 18.07773169130087 (215675740) 0x2350-0x2354 (4) 0x2350| 8b a7 0c 00 | .... | distance: 8293.23 (829323) (m) 0x2354-0x2358 (4) @@ -6835,7 +6835,7 @@ $ fq -d fit dv activity.fit 0x2350| 06 | . | reserved: false 0x235e.3-0x235e.4 (0.1) 0x2350| 06 | . | local_message_type: 6 0x235e.4-0x235f (0.4) | | | data_message{}: 0x235f-0x2375 (22) -0x2350| 18| .| timestamp: 1062652696 (s) 0x235f-0x2363 (4) +0x2350| 18| .| timestamp: 1062652696 (2023-09-03T05:18:16Z) 0x235f-0x2363 (4) 0x2360|cb 56 3f |.V? | 0x2360| 06 f4 32 2a | ..2* | position_lat: 59.34239437803626 (707982342) 0x2363-0x2367 (4) 0x2360| 5e fa da 0c | ^... | position_long: 18.077882062643766 (215677534) 0x2367-0x236b (4) @@ -6853,7 +6853,7 @@ $ fq -d fit dv activity.fit 0x2370| 06 | . | reserved: false 0x2375.3-0x2375.4 (0.1) 0x2370| 06 | . | local_message_type: 6 0x2375.4-0x2376 (0.4) | | | data_message{}: 0x2376-0x238c (22) -0x2370| 1c cb 56 3f | ..V? | timestamp: 1062652700 (s) 0x2376-0x237a (4) +0x2370| 1c cb 56 3f | ..V? | timestamp: 1062652700 (2023-09-03T05:18:20Z) 0x2376-0x237a (4) 0x2370| 11 fc 32 2a | ..2* | position_lat: 59.34256696142256 (707984401) 0x237a-0x237e (4) 0x2370| 8a 02| ..| position_long: 18.078057412058115 (215679626) 0x237e-0x2382 (4) 0x2380|db 0c |.. | @@ -6870,7 +6870,7 @@ $ fq -d fit dv activity.fit 0x2380| 06 | . | reserved: false 0x238c.3-0x238c.4 (0.1) 0x2380| 06 | . | local_message_type: 6 0x238c.4-0x238d (0.4) | | | data_message{}: 0x238d-0x23a3 (22) -0x2380| 20 cb 56| .V| timestamp: 1062652704 (s) 0x238d-0x2391 (4) +0x2380| 20 cb 56| .V| timestamp: 1062652704 (2023-09-03T05:18:24Z) 0x238d-0x2391 (4) 0x2390|3f |? | 0x2390| fc 03 33 2a | ..3* | position_lat: 59.34273686259985 (707986428) 0x2391-0x2395 (4) 0x2390| 08 0b db 0c | .... | position_long: 18.078239634633064 (215681800) 0x2395-0x2399 (4) @@ -6888,7 +6888,7 @@ $ fq -d fit dv activity.fit 0x23a0| 06 | . | reserved: false 0x23a3.3-0x23a3.4 (0.1) 0x23a0| 06 | . | local_message_type: 6 0x23a3.4-0x23a4 (0.4) | | | data_message{}: 0x23a4-0x23ba (22) -0x23a0| 24 cb 56 3f | $.V? | timestamp: 1062652708 (s) 0x23a4-0x23a8 (4) +0x23a0| 24 cb 56 3f | $.V? | timestamp: 1062652708 (2023-09-03T05:18:28Z) 0x23a4-0x23a8 (4) 0x23a0| 1c 0d 33 2a | ..3* | position_lat: 59.34293266385794 (707988764) 0x23a8-0x23ac (4) 0x23a0| 81 11 db 0c| ....| position_long: 18.078378522768617 (215683457) 0x23ac-0x23b0 (4) 0x23b0|dc c9 0c 00 |.... | distance: 8381.08 (838108) (m) 0x23b0-0x23b4 (4) @@ -6904,7 +6904,7 @@ $ fq -d fit dv activity.fit 0x23b0| 06 | . | reserved: false 0x23ba.3-0x23ba.4 (0.1) 0x23b0| 06 | . | local_message_type: 6 0x23ba.4-0x23bb (0.4) | | | data_message{}: 0x23bb-0x23d1 (22) -0x23b0| 28 cb 56 3f | (.V? | timestamp: 1062652712 (s) 0x23bb-0x23bf (4) +0x23b0| 28 cb 56 3f | (.V? | timestamp: 1062652712 (2023-09-03T05:18:32Z) 0x23bb-0x23bf (4) 0x23b0| 28| (| position_lat: 59.34314824640751 (707991336) 0x23bf-0x23c3 (4) 0x23c0|17 33 2a |.3* | 0x23c0| 85 16 db 0c | .... | position_long: 18.07848614640534 (215684741) 0x23c3-0x23c7 (4) @@ -6921,7 +6921,7 @@ $ fq -d fit dv activity.fit 0x23d0| 06 | . | reserved: false 0x23d1.3-0x23d1.4 (0.1) 0x23d0| 06 | . | local_message_type: 6 0x23d1.4-0x23d2 (0.4) | | | data_message{}: 0x23d2-0x23e8 (22) -0x23d0| 2c cb 56 3f | ,.V? | timestamp: 1062652716 (s) 0x23d2-0x23d6 (4) +0x23d0| 2c cb 56 3f | ,.V? | timestamp: 1062652716 (2023-09-03T05:18:36Z) 0x23d2-0x23d6 (4) 0x23d0| c1 20 33 2a | . 3* | position_lat: 59.343354189768434 (707993793) 0x23d6-0x23da (4) 0x23d0| 4a 1c db 0c | J... | position_long: 18.078609947115183 (215686218) 0x23da-0x23de (4) 0x23d0| d8 dc| ..| distance: 8429.68 (842968) (m) 0x23de-0x23e2 (4) @@ -6938,7 +6938,7 @@ $ fq -d fit dv activity.fit 0x23e0| 06 | . | reserved: false 0x23e8.3-0x23e8.4 (0.1) 0x23e0| 06 | . | local_message_type: 6 0x23e8.4-0x23e9 (0.4) | | | data_message{}: 0x23e9-0x23ff (22) -0x23e0| 2d cb 56 3f | -.V? | timestamp: 1062652717 (s) 0x23e9-0x23ed (4) +0x23e0| 2d cb 56 3f | -.V? | timestamp: 1062652717 (2023-09-03T05:18:37Z) 0x23e9-0x23ed (4) 0x23e0| 02 23 33| .#3| position_lat: 59.34340255334973 (707994370) 0x23ed-0x23f1 (4) 0x23f0|2a |* | 0x23f0| 4a 1e db 0c | J... | position_long: 18.07865286245942 (215686730) 0x23f1-0x23f5 (4) @@ -6955,7 +6955,7 @@ $ fq -d fit dv activity.fit 0x23f0| 06| .| reserved: false 0x23ff.3-0x23ff.4 (0.1) 0x23f0| 06| .| local_message_type: 6 0x23ff.4-0x2400 (0.4) | | | data_message{}: 0x2400-0x2416 (22) -0x2400|31 cb 56 3f |1.V? | timestamp: 1062652721 (s) 0x2400-0x2404 (4) +0x2400|31 cb 56 3f |1.V? | timestamp: 1062652721 (2023-09-03T05:18:41Z) 0x2400-0x2404 (4) 0x2400| e4 2a 33 2a | .*3* | position_lat: 59.343571700155735 (707996388) 0x2404-0x2408 (4) 0x2400| 33 2a db 0c | 3*.. | position_long: 18.07890842668712 (215689779) 0x2408-0x240c (4) 0x2400| 53 e8 0c 00| S...| distance: 8459.07 (845907) (m) 0x240c-0x2410 (4) @@ -6971,7 +6971,7 @@ $ fq -d fit dv activity.fit 0x2410| 06 | . | reserved: false 0x2416.3-0x2416.4 (0.1) 0x2410| 06 | . | local_message_type: 6 0x2416.4-0x2417 (0.4) | | | data_message{}: 0x2417-0x242d (22) -0x2410| 35 cb 56 3f | 5.V? | timestamp: 1062652725 (s) 0x2417-0x241b (4) +0x2410| 35 cb 56 3f | 5.V? | timestamp: 1062652725 (2023-09-03T05:18:45Z) 0x2417-0x241b (4) 0x2410| e7 33 33 2a | .33* | position_lat: 59.3437650706619 (707998695) 0x241b-0x241f (4) 0x2410| a6| .| position_long: 18.0791755579412 (215692966) 0x241f-0x2423 (4) 0x2420|36 db 0c |6.. | @@ -6988,7 +6988,7 @@ $ fq -d fit dv activity.fit 0x2420| 06 | . | reserved: false 0x242d.3-0x242d.4 (0.1) 0x2420| 06 | . | local_message_type: 6 0x242d.4-0x242e (0.4) | | | data_message{}: 0x242e-0x2444 (22) -0x2420| 38 cb| 8.| timestamp: 1062652728 (s) 0x242e-0x2432 (4) +0x2420| 38 cb| 8.| timestamp: 1062652728 (2023-09-03T05:18:48Z) 0x242e-0x2432 (4) 0x2430|56 3f |V? | 0x2430| 6a 3b 33 2a | j;3* | position_lat: 59.34392625465989 (708000618) 0x2432-0x2436 (4) 0x2430| 16 3f db 0c | .?.. | position_long: 18.079356607049704 (215695126) 0x2436-0x243a (4) @@ -7005,7 +7005,7 @@ $ fq -d fit dv activity.fit 0x2440| 06 | . | reserved: false 0x2444.3-0x2444.4 (0.1) 0x2440| 06 | . | local_message_type: 6 0x2444.4-0x2445 (0.4) | | | data_message{}: 0x2445-0x245b (22) -0x2440| 3b cb 56 3f | ;.V? | timestamp: 1062652731 (s) 0x2445-0x2449 (4) +0x2440| 3b cb 56 3f | ;.V? | timestamp: 1062652731 (2023-09-03T05:18:51Z) 0x2445-0x2449 (4) 0x2440| 09 43 33 2a | .C3* | position_lat: 59.34408978559077 (708002569) 0x2449-0x244d (4) 0x2440| fc 46 db| .F.| position_long: 18.079526089131832 (215697148) 0x244d-0x2451 (4) 0x2450|0c |. | @@ -7022,7 +7022,7 @@ $ fq -d fit dv activity.fit 0x2450| 06 | . | reserved: false 0x245b.3-0x245b.4 (0.1) 0x2450| 06 | . | local_message_type: 6 0x245b.4-0x245c (0.4) | | | data_message{}: 0x245c-0x2472 (22) -0x2450| 3e cb 56 3f| >.V?| timestamp: 1062652734 (s) 0x245c-0x2460 (4) +0x2450| 3e cb 56 3f| >.V?| timestamp: 1062652734 (2023-09-03T05:18:54Z) 0x245c-0x2460 (4) 0x2460|b2 4a 33 2a |.J3* | position_lat: 59.34425415471196 (708004530) 0x2460-0x2464 (4) 0x2460| 41 4f db 0c | AO.. | position_long: 18.079703534021974 (215699265) 0x2464-0x2468 (4) 0x2460| d7 0a 0d 00 | .... | distance: 8547.43 (854743) (m) 0x2468-0x246c (4) @@ -7038,7 +7038,7 @@ $ fq -d fit dv activity.fit 0x2470| 06 | . | reserved: false 0x2472.3-0x2472.4 (0.1) 0x2470| 06 | . | local_message_type: 6 0x2472.4-0x2473 (0.4) | | | data_message{}: 0x2473-0x2489 (22) -0x2470| 41 cb 56 3f | A.V? | timestamp: 1062652737 (s) 0x2473-0x2477 (4) +0x2470| 41 cb 56 3f | A.V? | timestamp: 1062652737 (2023-09-03T05:18:57Z) 0x2473-0x2477 (4) 0x2470| b1 52 33 2a | .R3* | position_lat: 59.34442573226988 (708006577) 0x2477-0x247b (4) 0x2470| 86 57 db 0c | .W.. | position_long: 18.079880978912115 (215701382) 0x247b-0x247f (4) 0x2470| 48| H| distance: 8569.04 (856904) (m) 0x247f-0x2483 (4) @@ -7055,7 +7055,7 @@ $ fq -d fit dv activity.fit 0x2480| 06 | . | reserved: false 0x2489.3-0x2489.4 (0.1) 0x2480| 06 | . | local_message_type: 6 0x2489.4-0x248a (0.4) | | | data_message{}: 0x248a-0x24a0 (22) -0x2480| 44 cb 56 3f | D.V? | timestamp: 1062652740 (s) 0x248a-0x248e (4) +0x2480| 44 cb 56 3f | D.V? | timestamp: 1062652740 (2023-09-03T05:19:00Z) 0x248a-0x248e (4) 0x2480| ce 5a| .Z| position_lat: 59.344599824398756 (708008654) 0x248e-0x2492 (4) 0x2490|33 2a |3* | 0x2490| 37 60 db 0c | 7`.. | position_long: 18.080067476257682 (215703607) 0x2492-0x2496 (4) @@ -7072,7 +7072,7 @@ $ fq -d fit dv activity.fit 0x24a0|06 |. | reserved: false 0x24a0.3-0x24a0.4 (0.1) 0x24a0|06 |. | local_message_type: 6 0x24a0.4-0x24a1 (0.4) | | | data_message{}: 0x24a1-0x24b7 (22) -0x24a0| 47 cb 56 3f | G.V? | timestamp: 1062652743 (s) 0x24a1-0x24a5 (4) +0x24a0| 47 cb 56 3f | G.V? | timestamp: 1062652743 (2023-09-03T05:19:03Z) 0x24a1-0x24a5 (4) 0x24a0| ec 62 33 2a | .b3* | position_lat: 59.34477400034666 (708010732) 0x24a5-0x24a9 (4) 0x24a0| 0a 69 db 0c | .i.. | position_long: 18.080256823450327 (215705866) 0x24a9-0x24ad (4) 0x24a0| 95 24 0d| .$.| distance: 8613.33 (861333) (m) 0x24ad-0x24b1 (4) @@ -7089,7 +7089,7 @@ $ fq -d fit dv activity.fit 0x24b0| 06 | . | reserved: false 0x24b7.3-0x24b7.4 (0.1) 0x24b0| 06 | . | local_message_type: 6 0x24b7.4-0x24b8 (0.4) | | | data_message{}: 0x24b8-0x24ce (22) -0x24b0| 4a cb 56 3f | J.V? | timestamp: 1062652746 (s) 0x24b8-0x24bc (4) +0x24b0| 4a cb 56 3f | J.V? | timestamp: 1062652746 (2023-09-03T05:19:06Z) 0x24b8-0x24bc (4) 0x24b0| ca 6a 33 2a| .j3*| position_lat: 59.344942811876535 (708012746) 0x24bc-0x24c0 (4) 0x24c0|68 73 db 0c |hs.. | position_long: 18.0804792791605 (215708520) 0x24c0-0x24c4 (4) 0x24c0| 6f 2d 0d 00 | o-.. | distance: 8635.99 (863599) (m) 0x24c4-0x24c8 (4) @@ -7105,7 +7105,7 @@ $ fq -d fit dv activity.fit 0x24c0| 06 | . | reserved: false 0x24ce.3-0x24ce.4 (0.1) 0x24c0| 06 | . | local_message_type: 6 0x24ce.4-0x24cf (0.4) | | | data_message{}: 0x24cf-0x24e5 (22) -0x24c0| 4d| M| timestamp: 1062652749 (s) 0x24cf-0x24d3 (4) +0x24c0| 4d| M| timestamp: 1062652749 (2023-09-03T05:19:09Z) 0x24cf-0x24d3 (4) 0x24d0|cb 56 3f |.V? | 0x24d0| f0 71 33 2a | .q3* | position_lat: 59.345096200704575 (708014576) 0x24d3-0x24d7 (4) 0x24d0| d5 7f db 0c | .... | position_long: 18.080745907500386 (215711701) 0x24d7-0x24db (4) @@ -7123,7 +7123,7 @@ $ fq -d fit dv activity.fit 0x24e0| 06 | . | reserved: false 0x24e5.3-0x24e5.4 (0.1) 0x24e0| 06 | . | local_message_type: 6 0x24e5.4-0x24e6 (0.4) | | | data_message{}: 0x24e6-0x24fc (22) -0x24e0| 50 cb 56 3f | P.V? | timestamp: 1062652752 (s) 0x24e6-0x24ea (4) +0x24e0| 50 cb 56 3f | P.V? | timestamp: 1062652752 (2023-09-03T05:19:12Z) 0x24e6-0x24ea (4) 0x24e0| 5d 78 33 2a | ]x3* | position_lat: 59.345234083011746 (708016221) 0x24ea-0x24ee (4) 0x24e0| c6 8c| ..| position_long: 18.08102359995246 (215715014) 0x24ee-0x24f2 (4) 0x24f0|db 0c |.. | @@ -7140,7 +7140,7 @@ $ fq -d fit dv activity.fit 0x24f0| 06 | . | reserved: false 0x24fc.3-0x24fc.4 (0.1) 0x24f0| 06 | . | local_message_type: 6 0x24fc.4-0x24fd (0.4) | | | data_message{}: 0x24fd-0x2513 (22) -0x24f0| 53 cb 56| S.V| timestamp: 1062652755 (s) 0x24fd-0x2501 (4) +0x24f0| 53 cb 56| S.V| timestamp: 1062652755 (2023-09-03T05:19:15Z) 0x24fd-0x2501 (4) 0x2500|3f |? | 0x2500| 06 7e 33 2a | .~3* | position_lat: 59.3453555367887 (708017670) 0x2501-0x2505 (4) 0x2500| a8 99 db 0c | .... | position_long: 18.081300035119057 (215718312) 0x2505-0x2509 (4) @@ -7158,7 +7158,7 @@ $ fq -d fit dv activity.fit 0x2510| 06 | . | reserved: false 0x2513.3-0x2513.4 (0.1) 0x2510| 06 | . | local_message_type: 6 0x2513.4-0x2514 (0.4) | | | data_message{}: 0x2514-0x252a (22) -0x2510| 56 cb 56 3f | V.V? | timestamp: 1062652758 (s) 0x2514-0x2518 (4) +0x2510| 56 cb 56 3f | V.V? | timestamp: 1062652758 (2023-09-03T05:19:18Z) 0x2514-0x2518 (4) 0x2510| 32 83 33 2a | 2.3* | position_lat: 59.34546651318669 (708018994) 0x2518-0x251c (4) 0x2510| 90 a6 db 0c| ....| position_long: 18.081576973199844 (215721616) 0x251c-0x2520 (4) 0x2520|e7 4e 0d 00 |.N.. | distance: 8721.67 (872167) (m) 0x2520-0x2524 (4) @@ -7174,7 +7174,7 @@ $ fq -d fit dv activity.fit 0x2520| 06 | . | reserved: false 0x252a.3-0x252a.4 (0.1) 0x2520| 06 | . | local_message_type: 6 0x252a.4-0x252b (0.4) | | | data_message{}: 0x252b-0x2541 (22) -0x2520| 59 cb 56 3f | Y.V? | timestamp: 1062652761 (s) 0x252b-0x252f (4) +0x2520| 59 cb 56 3f | Y.V? | timestamp: 1062652761 (2023-09-03T05:19:21Z) 0x252b-0x252f (4) 0x2520| 02| .| position_lat: 59.34556977823377 (708020226) 0x252f-0x2533 (4) 0x2530|88 33 2a |.3* | 0x2530| d7 b4 db 0c | .... | position_long: 18.081883331760764 (215725271) 0x2533-0x2537 (4) @@ -7191,7 +7191,7 @@ $ fq -d fit dv activity.fit 0x2540| 06 | . | reserved: false 0x2541.3-0x2541.4 (0.1) 0x2540| 06 | . | local_message_type: 6 0x2541.4-0x2542 (0.4) | | | data_message{}: 0x2542-0x2558 (22) -0x2540| 5c cb 56 3f | \.V? | timestamp: 1062652764 (s) 0x2542-0x2546 (4) +0x2540| 5c cb 56 3f | \.V? | timestamp: 1062652764 (2023-09-03T05:19:24Z) 0x2542-0x2546 (4) 0x2540| 6a 8c 33 2a | j.3* | position_lat: 59.34566432610154 (708021354) 0x2546-0x254a (4) 0x2540| 19 c4 db 0c | .... | position_long: 18.082210728898644 (215729177) 0x254a-0x254e (4) 0x2540| 6c 5f| l_| distance: 8763.96 (876396) (m) 0x254e-0x2552 (4) @@ -7208,7 +7208,7 @@ $ fq -d fit dv activity.fit 0x2550| 06 | . | reserved: false 0x2558.3-0x2558.4 (0.1) 0x2550| 06 | . | local_message_type: 6 0x2558.4-0x2559 (0.4) | | | data_message{}: 0x2559-0x256f (22) -0x2550| 5f cb 56 3f | _.V? | timestamp: 1062652767 (s) 0x2559-0x255d (4) +0x2550| 5f cb 56 3f | _.V? | timestamp: 1062652767 (2023-09-03T05:19:27Z) 0x2559-0x255d (4) 0x2550| bf 90 33| ..3| position_lat: 59.345757281407714 (708022463) 0x255d-0x2561 (4) 0x2560|2a |* | 0x2560| 37 d3 db 0c | 7... | position_long: 18.082535108551383 (215733047) 0x2561-0x2565 (4) @@ -7225,7 +7225,7 @@ $ fq -d fit dv activity.fit 0x2560| 06| .| reserved: false 0x256f.3-0x256f.4 (0.1) 0x2560| 06| .| local_message_type: 6 0x256f.4-0x2570 (0.4) | | | data_message{}: 0x2570-0x2586 (22) -0x2570|62 cb 56 3f |b.V? | timestamp: 1062652770 (s) 0x2570-0x2574 (4) +0x2570|62 cb 56 3f |b.V? | timestamp: 1062652770 (2023-09-03T05:19:30Z) 0x2570-0x2574 (4) 0x2570| 04 95 33 2a | ..3* | position_lat: 59.34584889560938 (708023556) 0x2574-0x2578 (4) 0x2570| 62 e2 db 0c | b... | position_long: 18.082860577851534 (215736930) 0x2578-0x257c (4) 0x2570| f3 6f 0d 00| .o..| distance: 8806.27 (880627) (m) 0x257c-0x2580 (4) @@ -7241,7 +7241,7 @@ $ fq -d fit dv activity.fit 0x2580| 06 | . | reserved: false 0x2586.3-0x2586.4 (0.1) 0x2580| 06 | . | local_message_type: 6 0x2586.4-0x2587 (0.4) | | | data_message{}: 0x2587-0x259d (22) -0x2580| 64 cb 56 3f | d.V? | timestamp: 1062652772 (s) 0x2587-0x258b (4) +0x2580| 64 cb 56 3f | d.V? | timestamp: 1062652772 (2023-09-03T05:19:32Z) 0x2587-0x258b (4) 0x2580| 9a 97 33 2a | ..3* | position_lat: 59.345904383808374 (708024218) 0x258b-0x258f (4) 0x2580| e3| .| position_long: 18.083064509555697 (215739363) 0x258f-0x2593 (4) 0x2590|eb db 0c |... | @@ -7258,7 +7258,7 @@ $ fq -d fit dv activity.fit 0x2590| 06 | . | reserved: false 0x259d.3-0x259d.4 (0.1) 0x2590| 06 | . | local_message_type: 6 0x259d.4-0x259e (0.4) | | | data_message{}: 0x259e-0x25b4 (22) -0x2590| 68 cb| h.| timestamp: 1062652776 (s) 0x259e-0x25a2 (4) +0x2590| 68 cb| h.| timestamp: 1062652776 (2023-09-03T05:19:36Z) 0x259e-0x25a2 (4) 0x25a0|56 3f |V? | 0x25a0| 39 a0 33 2a | 9.3* | position_lat: 59.34608937241137 (708026425) 0x25a2-0x25a6 (4) 0x25a0| 7e f2 db 0c | ~... | position_long: 18.083206247538328 (215741054) 0x25a6-0x25aa (4) @@ -7275,7 +7275,7 @@ $ fq -d fit dv activity.fit 0x25b0| 06 | . | reserved: false 0x25b4.3-0x25b4.4 (0.1) 0x25b0| 06 | . | local_message_type: 6 0x25b4.4-0x25b5 (0.4) | | | data_message{}: 0x25b5-0x25cb (22) -0x25b0| 6b cb 56 3f | k.V? | timestamp: 1062652779 (s) 0x25b5-0x25b9 (4) +0x25b0| 6b cb 56 3f | k.V? | timestamp: 1062652779 (2023-09-03T05:19:39Z) 0x25b5-0x25b9 (4) 0x25b0| ee a7 33 2a | ..3* | position_lat: 59.346254747360945 (708028398) 0x25b9-0x25bd (4) 0x25b0| dc ec db| ...| position_long: 18.083085380494595 (215739612) 0x25bd-0x25c1 (4) 0x25c0|0c |. | @@ -7292,7 +7292,7 @@ $ fq -d fit dv activity.fit 0x25c0| 06 | . | reserved: false 0x25cb.3-0x25cb.4 (0.1) 0x25c0| 06 | . | local_message_type: 6 0x25cb.4-0x25cc (0.4) | | | data_message{}: 0x25cc-0x25e2 (22) -0x25c0| 6e cb 56 3f| n.V?| timestamp: 1062652782 (s) 0x25cc-0x25d0 (4) +0x25c0| 6e cb 56 3f| n.V?| timestamp: 1062652782 (2023-09-03T05:19:42Z) 0x25cc-0x25d0 (4) 0x25d0|9a b0 33 2a |..3* | position_lat: 59.34644082561135 (708030618) 0x25d0-0x25d4 (4) 0x25d0| d5 e5 db 0c | .... | position_long: 18.08293459005654 (215737813) 0x25d4-0x25d8 (4) 0x25d0| ae 8e 0d 00 | .... | distance: 8884.94 (888494) (m) 0x25d8-0x25dc (4) @@ -7308,7 +7308,7 @@ $ fq -d fit dv activity.fit 0x25e0| 06 | . | reserved: false 0x25e2.3-0x25e2.4 (0.1) 0x25e0| 06 | . | local_message_type: 6 0x25e2.4-0x25e3 (0.4) | | | data_message{}: 0x25e3-0x25f9 (22) -0x25e0| 71 cb 56 3f | q.V? | timestamp: 1062652785 (s) 0x25e3-0x25e7 (4) +0x25e0| 71 cb 56 3f | q.V? | timestamp: 1062652785 (2023-09-03T05:19:45Z) 0x25e3-0x25e7 (4) 0x25e0| a2 ba 33 2a | ..3* | position_lat: 59.3466560728848 (708033186) 0x25e7-0x25eb (4) 0x25e0| 9f dd db 0c | .... | position_long: 18.082758402451873 (215735711) 0x25eb-0x25ef (4) 0x25e0| d4| .| distance: 8910.92 (891092) (m) 0x25ef-0x25f3 (4) @@ -7325,7 +7325,7 @@ $ fq -d fit dv activity.fit 0x25f0| 06 | . | reserved: false 0x25f9.3-0x25f9.4 (0.1) 0x25f0| 06 | . | local_message_type: 6 0x25f9.4-0x25fa (0.4) | | | data_message{}: 0x25fa-0x2610 (22) -0x25f0| 74 cb 56 3f | t.V? | timestamp: 1062652788 (s) 0x25fa-0x25fe (4) +0x25f0| 74 cb 56 3f | t.V? | timestamp: 1062652788 (2023-09-03T05:19:48Z) 0x25fa-0x25fe (4) 0x25f0| e5 c4| ..| position_lat: 59.346876265481114 (708035813) 0x25fe-0x2602 (4) 0x2600|33 2a |3* | 0x2600| 2b d5 db 0c | +... | position_long: 18.08257701806724 (215733547) 0x2602-0x2606 (4) @@ -7342,7 +7342,7 @@ $ fq -d fit dv activity.fit 0x2610|06 |. | reserved: false 0x2610.3-0x2610.4 (0.1) 0x2610|06 |. | local_message_type: 6 0x2610.4-0x2611 (0.4) | | | data_message{}: 0x2611-0x2627 (22) -0x2610| 77 cb 56 3f | w.V? | timestamp: 1062652791 (s) 0x2611-0x2615 (4) +0x2610| 77 cb 56 3f | w.V? | timestamp: 1062652791 (2023-09-03T05:19:51Z) 0x2611-0x2615 (4) 0x2610| e4 ce 33 2a | ..3* | position_lat: 59.347090758383274 (708038372) 0x2615-0x2619 (4) 0x2610| 74 cc db 0c | t... | position_long: 18.082390017807484 (215731316) 0x2619-0x261d (4) 0x2610| 70 ad 0d| p..| distance: 8963.68 (896368) (m) 0x261d-0x2621 (4) @@ -7359,7 +7359,7 @@ $ fq -d fit dv activity.fit 0x2620| 06 | . | reserved: false 0x2627.3-0x2627.4 (0.1) 0x2620| 06 | . | local_message_type: 6 0x2627.4-0x2628 (0.4) | | | data_message{}: 0x2628-0x263e (22) -0x2620| 7a cb 56 3f | z.V? | timestamp: 1062652794 (s) 0x2628-0x262c (4) +0x2620| 7a cb 56 3f | z.V? | timestamp: 1062652794 (2023-09-03T05:19:54Z) 0x2628-0x262c (4) 0x2620| 4f d8 33 2a| O.3*| position_lat: 59.34729284606874 (708040783) 0x262c-0x2630 (4) 0x2630|73 c4 db 0c |s... | position_long: 18.0822182726115 (215729267) 0x2630-0x2634 (4) 0x2630| 07 b7 0d 00 | .... | distance: 8988.23 (898823) (m) 0x2634-0x2638 (4) @@ -7375,7 +7375,7 @@ $ fq -d fit dv activity.fit 0x2630| 06 | . | reserved: false 0x263e.3-0x263e.4 (0.1) 0x2630| 06 | . | local_message_type: 6 0x263e.4-0x263f (0.4) | | | data_message{}: 0x263f-0x2655 (22) -0x2630| 7c| || timestamp: 1062652796 (s) 0x263f-0x2643 (4) +0x2630| 7c| || timestamp: 1062652796 (2023-09-03T05:19:56Z) 0x263f-0x2643 (4) 0x2640|cb 56 3f |.V? | 0x2640| 0c df 33 2a | ..3* | position_lat: 59.34743743389845 (708042508) 0x2643-0x2647 (4) 0x2640| 6c bf db 0c | l... | position_long: 18.08211039751768 (215727980) 0x2647-0x264b (4) @@ -7393,8 +7393,8 @@ $ fq -d fit dv activity.fit 0x2650| 08 | . | reserved: false 0x2655.3-0x2655.4 (0.1) 0x2650| 08 | . | local_message_type: 8 0x2655.4-0x2656 (0.4) | | | data_message{}: 0x2656-0x268c (54) -0x2650| 7c cb 56 3f | |.V? | timestamp: 1062652796 (s) 0x2656-0x265a (4) -0x2650| e1 ca 56 3f | ..V? | start_time: 1062652641 0x265a-0x265e (4) +0x2650| 7c cb 56 3f | |.V? | timestamp: 1062652796 (2023-09-03T05:19:56Z) 0x2656-0x265a (4) +0x2650| e1 ca 56 3f | ..V? | start_time: 1062652641 (2023-09-03T05:17:21Z) 0x265a-0x265e (4) 0x2650| 35 7b| 5{| start_position_lat: 59.339801939204335 (707951413) 0x265e-0x2662 (4) 0x2660|32 2a |2* | 0x2660| 2d a2 da 0c | -... | start_position_long: 18.075989680364728 (215654957) 0x2662-0x2666 (4) @@ -7425,7 +7425,7 @@ $ fq -d fit dv activity.fit 0x2680| 06 | . | reserved: false 0x268c.3-0x268c.4 (0.1) 0x2680| 06 | . | local_message_type: 6 0x268c.4-0x268d (0.4) | | | data_message{}: 0x268d-0x26a3 (22) -0x2680| 7f cb 56| ..V| timestamp: 1062652799 (s) 0x268d-0x2691 (4) +0x2680| 7f cb 56| ..V| timestamp: 1062652799 (2023-09-03T05:19:59Z) 0x268d-0x2691 (4) 0x2690|3f |? | 0x2690| b7 e8 33 2a | ..3* | position_lat: 59.347644886001945 (708044983) 0x2691-0x2695 (4) 0x2690| b8 b7 db 0c | .... | position_long: 18.08194510638714 (215726008) 0x2695-0x2699 (4) @@ -7443,7 +7443,7 @@ $ fq -d fit dv activity.fit 0x26a0| 06 | . | reserved: false 0x26a3.3-0x26a3.4 (0.1) 0x26a0| 06 | . | local_message_type: 6 0x26a3.4-0x26a4 (0.4) | | | data_message{}: 0x26a4-0x26ba (22) -0x26a0| 82 cb 56 3f | ..V? | timestamp: 1062652802 (s) 0x26a4-0x26a8 (4) +0x26a0| 82 cb 56 3f | ..V? | timestamp: 1062652802 (2023-09-03T05:20:02Z) 0x26a4-0x26a8 (4) 0x26a0| 1b f2 33 2a | ..3* | position_lat: 59.34784638695419 (708047387) 0x26a8-0x26ac (4) 0x26a0| 60 b0 db 0c| `...| position_long: 18.081787526607513 (215724128) 0x26ac-0x26b0 (4) 0x26b0|f2 d0 0d 00 |.... | distance: 9054.58 (905458) (m) 0x26b0-0x26b4 (4) @@ -7459,7 +7459,7 @@ $ fq -d fit dv activity.fit 0x26b0| 06 | . | reserved: false 0x26ba.3-0x26ba.4 (0.1) 0x26b0| 06 | . | local_message_type: 6 0x26ba.4-0x26bb (0.4) | | | data_message{}: 0x26bb-0x26d1 (22) -0x26b0| 85 cb 56 3f | ..V? | timestamp: 1062652805 (s) 0x26bb-0x26bf (4) +0x26b0| 85 cb 56 3f | ..V? | timestamp: 1062652805 (2023-09-03T05:20:05Z) 0x26bb-0x26bf (4) 0x26b0| 5f| _| position_lat: 59.34804520569742 (708049759) 0x26bf-0x26c3 (4) 0x26c0|fb 33 2a |.3* | 0x26c0| c9 a8 db 0c | .... | position_long: 18.08162466622889 (215722185) 0x26c3-0x26c7 (4) @@ -7476,7 +7476,7 @@ $ fq -d fit dv activity.fit 0x26d0| 06 | . | reserved: false 0x26d1.3-0x26d1.4 (0.1) 0x26d0| 06 | . | local_message_type: 6 0x26d1.4-0x26d2 (0.4) | | | data_message{}: 0x26d2-0x26e8 (22) -0x26d0| 88 cb 56 3f | ..V? | timestamp: 1062652808 (s) 0x26d2-0x26d6 (4) +0x26d0| 88 cb 56 3f | ..V? | timestamp: 1062652808 (2023-09-03T05:20:08Z) 0x26d2-0x26d6 (4) 0x26d0| 69 04 34 2a | i.4* | position_lat: 59.34823916293681 (708052073) 0x26d6-0x26da (4) 0x26d0| 9b a1 db 0c | .... | position_long: 18.081470606848598 (215720347) 0x26da-0x26de (4) 0x26d0| 6e e3| n.| distance: 9101.9 (910190) (m) 0x26de-0x26e2 (4) @@ -7493,7 +7493,7 @@ $ fq -d fit dv activity.fit 0x26e0| 06 | . | reserved: false 0x26e8.3-0x26e8.4 (0.1) 0x26e0| 06 | . | local_message_type: 6 0x26e8.4-0x26e9 (0.4) | | | data_message{}: 0x26e9-0x26ff (22) -0x26e0| 8b cb 56 3f | ..V? | timestamp: 1062652811 (s) 0x26e9-0x26ed (4) +0x26e0| 8b cb 56 3f | ..V? | timestamp: 1062652811 (2023-09-03T05:20:11Z) 0x26e9-0x26ed (4) 0x26e0| 20 0d 34| .4| position_lat: 59.348426163196564 (708054304) 0x26ed-0x26f1 (4) 0x26f0|2a |* | 0x26f0| ff 99 db 0c | .... | position_long: 18.081307327374816 (215718399) 0x26f1-0x26f5 (4) @@ -7510,7 +7510,7 @@ $ fq -d fit dv activity.fit 0x26f0| 06| .| reserved: false 0x26ff.3-0x26ff.4 (0.1) 0x26f0| 06| .| local_message_type: 6 0x26ff.4-0x2700 (0.4) | | | data_message{}: 0x2700-0x2716 (22) -0x2700|8e cb 56 3f |..V? | timestamp: 1062652814 (s) 0x2700-0x2704 (4) +0x2700|8e cb 56 3f |..V? | timestamp: 1062652814 (2023-09-03T05:20:14Z) 0x2700-0x2704 (4) 0x2700| 1f 15 34 2a | ..4* | position_lat: 59.348597740754485 (708056351) 0x2704-0x2708 (4) 0x2700| ac 90 db 0c | .... | position_long: 18.08110725134611 (215716012) 0x2708-0x270c (4) 0x2700| 07 f5 0d 00| ....| distance: 9146.95 (914695) (m) 0x270c-0x2710 (4) @@ -7526,7 +7526,7 @@ $ fq -d fit dv activity.fit 0x2710| 06 | . | reserved: false 0x2716.3-0x2716.4 (0.1) 0x2710| 06 | . | local_message_type: 6 0x2716.4-0x2717 (0.4) | | | data_message{}: 0x2717-0x272d (22) -0x2710| 91 cb 56 3f | ..V? | timestamp: 1062652817 (s) 0x2717-0x271b (4) +0x2710| 91 cb 56 3f | ..V? | timestamp: 1062652817 (2023-09-03T05:20:17Z) 0x2717-0x271b (4) 0x2710| a7 1c 34 2a | ..4* | position_lat: 59.34875934384763 (708058279) 0x271b-0x271f (4) 0x2710| 0f| .| position_long: 18.08092243038118 (215713807) 0x271f-0x2723 (4) 0x2720|88 db 0c |... | @@ -7543,7 +7543,7 @@ $ fq -d fit dv activity.fit 0x2720| 06 | . | reserved: false 0x272d.3-0x272d.4 (0.1) 0x2720| 06 | . | local_message_type: 6 0x272d.4-0x272e (0.4) | | | data_message{}: 0x272e-0x2744 (22) -0x2720| 94 cb| ..| timestamp: 1062652820 (s) 0x272e-0x2732 (4) +0x2720| 94 cb| ..| timestamp: 1062652820 (2023-09-03T05:20:20Z) 0x272e-0x2732 (4) 0x2730|56 3f |V? | 0x2730| 6e 24 34 2a | n$4* | position_lat: 59.34892622753978 (708060270) 0x2732-0x2736 (4) 0x2730| f9 80 db 0c | .... | position_long: 18.080770382657647 (215711993) 0x2736-0x273a (4) @@ -7560,7 +7560,7 @@ $ fq -d fit dv activity.fit 0x2740| 06 | . | reserved: false 0x2744.3-0x2744.4 (0.1) 0x2740| 06 | . | local_message_type: 6 0x2744.4-0x2745 (0.4) | | | data_message{}: 0x2745-0x275b (22) -0x2740| 97 cb 56 3f | ..V? | timestamp: 1062652823 (s) 0x2745-0x2749 (4) +0x2740| 97 cb 56 3f | ..V? | timestamp: 1062652823 (2023-09-03T05:20:23Z) 0x2745-0x2749 (4) 0x2740| f3 2c 34 2a | .,4* | position_lat: 59.34910903684795 (708062451) 0x2749-0x274d (4) 0x2740| d1 7b db| .{.| position_long: 18.080659741535783 (215710673) 0x274d-0x2751 (4) 0x2750|0c |. | @@ -7577,7 +7577,7 @@ $ fq -d fit dv activity.fit 0x2750| 06 | . | reserved: false 0x275b.3-0x275b.4 (0.1) 0x2750| 06 | . | local_message_type: 6 0x275b.4-0x275c (0.4) | | | data_message{}: 0x275c-0x2772 (22) -0x2750| 99 cb 56 3f| ..V?| timestamp: 1062652825 (s) 0x275c-0x2760 (4) +0x2750| 99 cb 56 3f| ..V?| timestamp: 1062652825 (2023-09-03T05:20:25Z) 0x275c-0x2760 (4) 0x2760|dc 32 34 2a |.24* | position_lat: 59.349235855042934 (708063964) 0x2760-0x2764 (4) 0x2760| 43 79 db 0c | Cy.. | position_long: 18.08060492388904 (215710019) 0x2764-0x2768 (4) 0x2760| 2b 13 0e 00 | +... | distance: 9224.11 (922411) (m) 0x2768-0x276c (4) @@ -7593,7 +7593,7 @@ $ fq -d fit dv activity.fit 0x2770| 06 | . | reserved: false 0x2772.3-0x2772.4 (0.1) 0x2770| 06 | . | local_message_type: 6 0x2772.4-0x2773 (0.4) | | | data_message{}: 0x2773-0x2789 (22) -0x2770| 9c cb 56 3f | ..V? | timestamp: 1062652828 (s) 0x2773-0x2777 (4) +0x2770| 9c cb 56 3f | ..V? | timestamp: 1062652828 (2023-09-03T05:20:28Z) 0x2773-0x2777 (4) 0x2770| ac 3b 34 2a | .;4* | position_lat: 59.349424950778484 (708066220) 0x2777-0x277b (4) 0x2770| f9 7b db 0c | .{.. | position_long: 18.08066309429705 (215710713) 0x277b-0x277f (4) 0x2770| 96| .| distance: 9245.66 (924566) (m) 0x277f-0x2783 (4) @@ -7610,7 +7610,7 @@ $ fq -d fit dv activity.fit 0x2780| 06 | . | reserved: false 0x2789.3-0x2789.4 (0.1) 0x2780| 06 | . | local_message_type: 6 0x2789.4-0x278a (0.4) | | | data_message{}: 0x278a-0x27a0 (22) -0x2780| 9f cb 56 3f | ..V? | timestamp: 1062652831 (s) 0x278a-0x278e (4) +0x2780| 9f cb 56 3f | ..V? | timestamp: 1062652831 (2023-09-03T05:20:31Z) 0x278a-0x278e (4) 0x2780| 85 42| .B| position_lat: 59.34957188554108 (708067973) 0x278e-0x2792 (4) 0x2790|34 2a |4* | 0x2790| 2e 88 db 0c | .... | position_long: 18.080925028771162 (215713838) 0x2792-0x2796 (4) @@ -7627,7 +7627,7 @@ $ fq -d fit dv activity.fit 0x27a0|06 |. | reserved: false 0x27a0.3-0x27a0.4 (0.1) 0x27a0|06 |. | local_message_type: 6 0x27a0.4-0x27a1 (0.4) | | | data_message{}: 0x27a1-0x27b7 (22) -0x27a0| a0 cb 56 3f | ..V? | timestamp: 1062652832 (s) 0x27a1-0x27a5 (4) +0x27a0| a0 cb 56 3f | ..V? | timestamp: 1062652832 (2023-09-03T05:20:32Z) 0x27a1-0x27a5 (4) 0x27a0| 8b 44 34 2a | .D4* | position_lat: 59.34961530379951 (708068491) 0x27a5-0x27a9 (4) 0x27a0| d8 8c db 0c | .... | position_long: 18.08102510869503 (215715032) 0x27a9-0x27ad (4) 0x27a0| 2c 27 0e| ,'.| distance: 9275.32 (927532) (m) 0x27ad-0x27b1 (4) @@ -7644,7 +7644,7 @@ $ fq -d fit dv activity.fit 0x27b0| 06 | . | reserved: false 0x27b7.3-0x27b7.4 (0.1) 0x27b0| 06 | . | local_message_type: 6 0x27b7.4-0x27b8 (0.4) | | | data_message{}: 0x27b8-0x27ce (22) -0x27b0| a3 cb 56 3f | ..V? | timestamp: 1062652835 (s) 0x27b8-0x27bc (4) +0x27b0| a3 cb 56 3f | ..V? | timestamp: 1062652835 (2023-09-03T05:20:35Z) 0x27b8-0x27bc (4) 0x27b0| b2 4a 34 2a| .J4*| position_lat: 59.34974731877446 (708070066) 0x27bc-0x27c0 (4) 0x27c0|34 9b db 0c |4... | position_long: 18.081333227455616 (215718708) 0x27c0-0x27c4 (4) 0x27c0| 1c 30 0e 00 | .0.. | distance: 9298.2 (929820) (m) 0x27c4-0x27c8 (4) @@ -7660,7 +7660,7 @@ $ fq -d fit dv activity.fit 0x27c0| 06 | . | reserved: false 0x27ce.3-0x27ce.4 (0.1) 0x27c0| 06 | . | local_message_type: 6 0x27ce.4-0x27cf (0.4) | | | data_message{}: 0x27cf-0x27e5 (22) -0x27c0| a6| .| timestamp: 1062652838 (s) 0x27cf-0x27d3 (4) +0x27c0| a6| .| timestamp: 1062652838 (2023-09-03T05:20:38Z) 0x27cf-0x27d3 (4) 0x27d0|cb 56 3f |.V? | 0x27d0| e9 50 34 2a | .P4* | position_lat: 59.34988067485392 (708071657) 0x27d3-0x27d7 (4) 0x27d0| f5 a9 db 0c | .... | position_long: 18.081649811938405 (215722485) 0x27d7-0x27db (4) @@ -7678,7 +7678,7 @@ $ fq -d fit dv activity.fit 0x27e0| 06 | . | reserved: false 0x27e5.3-0x27e5.4 (0.1) 0x27e0| 06 | . | local_message_type: 6 0x27e5.4-0x27e6 (0.4) | | | data_message{}: 0x27e6-0x27fc (22) -0x27e0| a9 cb 56 3f | ..V? | timestamp: 1062652841 (s) 0x27e6-0x27ea (4) +0x27e0| a9 cb 56 3f | ..V? | timestamp: 1062652841 (2023-09-03T05:20:41Z) 0x27e6-0x27ea (4) 0x27e0| e0 56 34 2a | .V4* | position_lat: 59.35000866651535 (708073184) 0x27ea-0x27ee (4) 0x27e0| 6c b8| l.| position_long: 18.081960193812847 (215726188) 0x27ee-0x27f2 (4) 0x27f0|db 0c |.. | @@ -7695,7 +7695,7 @@ $ fq -d fit dv activity.fit 0x27f0| 06 | . | reserved: false 0x27fc.3-0x27fc.4 (0.1) 0x27f0| 06 | . | local_message_type: 6 0x27fc.4-0x27fd (0.4) | | | data_message{}: 0x27fd-0x2813 (22) -0x27f0| ac cb 56| ..V| timestamp: 1062652844 (s) 0x27fd-0x2801 (4) +0x27f0| ac cb 56| ..V| timestamp: 1062652844 (2023-09-03T05:20:44Z) 0x27fd-0x2801 (4) 0x2800|3f |? | 0x2800| da 5c 34 2a | .\4* | position_lat: 59.350136909633875 (708074714) 0x2801-0x2805 (4) 0x2800| 7d c6 db 0c | }... | position_long: 18.082262026146054 (215729789) 0x2805-0x2809 (4) @@ -7713,7 +7713,7 @@ $ fq -d fit dv activity.fit 0x2810| 06 | . | reserved: false 0x2813.3-0x2813.4 (0.1) 0x2810| 06 | . | local_message_type: 6 0x2813.4-0x2814 (0.4) | | | data_message{}: 0x2814-0x282a (22) -0x2810| af cb 56 3f | ..V? | timestamp: 1062652847 (s) 0x2814-0x2818 (4) +0x2810| af cb 56 3f | ..V? | timestamp: 1062652847 (2023-09-03T05:20:47Z) 0x2814-0x2818 (4) 0x2810| 93 62 34 2a | .b4* | position_lat: 59.35025970451534 (708076179) 0x2818-0x281c (4) 0x2810| b4 d4 db 0c| ....| position_long: 18.082567043602467 (215733428) 0x281c-0x2820 (4) 0x2820|73 53 0e 00 |sS.. | distance: 9388.67 (938867) (m) 0x2820-0x2824 (4) @@ -7729,7 +7729,7 @@ $ fq -d fit dv activity.fit 0x2820| 06 | . | reserved: false 0x282a.3-0x282a.4 (0.1) 0x2820| 06 | . | local_message_type: 6 0x282a.4-0x282b (0.4) | | | data_message{}: 0x282b-0x2841 (22) -0x2820| b2 cb 56 3f | ..V? | timestamp: 1062652850 (s) 0x282b-0x282f (4) +0x2820| b2 cb 56 3f | ..V? | timestamp: 1062652850 (2023-09-03T05:20:50Z) 0x282b-0x282f (4) 0x2820| 8c| .| position_lat: 59.35038786381483 (708077708) 0x282f-0x2833 (4) 0x2830|68 34 2a |h4* | 0x2830| 14 e3 db 0c | .... | position_long: 18.08287549763918 (215737108) 0x2833-0x2837 (4) @@ -7757,7 +7757,7 @@ $ fq -d fit dv activity.fit 0x2840| 06 | . | reserved: false 0x2849.3-0x2849.4 (0.1) 0x2840| 06 | . | local_message_type: 6 0x2849.4-0x284a (0.4) | | | data_message{}: 0x284a-0x2860 (22) -0x2840| b5 cb 56 3f | ..V? | timestamp: 1062652853 (s) 0x284a-0x284e (4) +0x2840| b5 cb 56 3f | ..V? | timestamp: 1062652853 (2023-09-03T05:20:53Z) 0x284a-0x284e (4) 0x2840| b4 6e| .n| position_lat: 59.350519962608814 (708079284) 0x284e-0x2852 (4) 0x2850|34 2a |4* | 0x2850| cf f1 db 0c | .... | position_long: 18.083191579207778 (215740879) 0x2852-0x2856 (4) @@ -7774,7 +7774,7 @@ $ fq -d fit dv activity.fit 0x2860|06 |. | reserved: false 0x2860.3-0x2860.4 (0.1) 0x2860|06 |. | local_message_type: 6 0x2860.4-0x2861 (0.4) | | | data_message{}: 0x2861-0x2877 (22) -0x2860| b8 cb 56 3f | ..V? | timestamp: 1062652856 (s) 0x2861-0x2865 (4) +0x2860| b8 cb 56 3f | ..V? | timestamp: 1062652856 (2023-09-03T05:20:56Z) 0x2861-0x2865 (4) 0x2860| 31 75 34 2a | 1u4* | position_lat: 59.35065918602049 (708080945) 0x2865-0x2869 (4) 0x2860| c4 00 dc 0c | .... | position_long: 18.083512522280216 (215744708) 0x2869-0x286d (4) 0x2860| ba 6e 0e| .n.| distance: 9458.5 (945850) (m) 0x286d-0x2871 (4) @@ -7791,7 +7791,7 @@ $ fq -d fit dv activity.fit 0x2870| 06 | . | reserved: false 0x2877.3-0x2877.4 (0.1) 0x2870| 06 | . | local_message_type: 6 0x2877.4-0x2878 (0.4) | | | data_message{}: 0x2878-0x288e (22) -0x2870| ba cb 56 3f | ..V? | timestamp: 1062652858 (s) 0x2878-0x287c (4) +0x2870| ba cb 56 3f | ..V? | timestamp: 1062652858 (2023-09-03T05:20:58Z) 0x2878-0x287c (4) 0x2870| 63 7a 34 2a| cz4*| position_lat: 59.350770665332675 (708082275) 0x287c-0x2880 (4) 0x2880|86 09 dc 0c |.... | position_long: 18.083700444549322 (215746950) 0x2880-0x2884 (4) 0x2880| 20 75 0e 00 | u.. | distance: 9474.88 (947488) (m) 0x2884-0x2888 (4) @@ -7807,7 +7807,7 @@ $ fq -d fit dv activity.fit 0x2880| 06 | . | reserved: false 0x288e.3-0x288e.4 (0.1) 0x2880| 06 | . | local_message_type: 6 0x288e.4-0x288f (0.4) | | | data_message{}: 0x288f-0x28a5 (22) -0x2880| bd| .| timestamp: 1062652861 (s) 0x288f-0x2893 (4) +0x2880| bd| .| timestamp: 1062652861 (2023-09-03T05:21:01Z) 0x288f-0x2893 (4) 0x2890|cb 56 3f |.V? | 0x2890| 5e 83 34 2a | ^.4* | position_lat: 59.35096336528659 (708084574) 0x2893-0x2897 (4) 0x2890| 44 13 dc 0c | D... | position_long: 18.08390948921442 (215749444) 0x2897-0x289b (4) @@ -7825,7 +7825,7 @@ $ fq -d fit dv activity.fit 0x28a0| 06 | . | reserved: false 0x28a5.3-0x28a5.4 (0.1) 0x28a0| 06 | . | local_message_type: 6 0x28a5.4-0x28a6 (0.4) | | | data_message{}: 0x28a6-0x28bc (22) -0x28a0| c0 cb 56 3f | ..V? | timestamp: 1062652864 (s) 0x28a6-0x28aa (4) +0x28a0| c0 cb 56 3f | ..V? | timestamp: 1062652864 (2023-09-03T05:21:04Z) 0x28a6-0x28aa (4) 0x28a0| d0 8d 34 2a | ..4* | position_lat: 59.351187497377396 (708087248) 0x28aa-0x28ae (4) 0x28a0| 6b 19| k.| position_long: 18.084041504189372 (215751019) 0x28ae-0x28b2 (4) 0x28b0|dc 0c |.. | @@ -7842,7 +7842,7 @@ $ fq -d fit dv activity.fit 0x28b0| 06 | . | reserved: false 0x28bc.3-0x28bc.4 (0.1) 0x28b0| 06 | . | local_message_type: 6 0x28bc.4-0x28bd (0.4) | | | data_message{}: 0x28bd-0x28d3 (22) -0x28b0| c3 cb 56| ..V| timestamp: 1062652867 (s) 0x28bd-0x28c1 (4) +0x28b0| c3 cb 56| ..V| timestamp: 1062652867 (2023-09-03T05:21:07Z) 0x28bd-0x28c1 (4) 0x28c0|3f |? | 0x28c0| 46 99 34 2a | F.4* | position_lat: 59.35143342241645 (708090182) 0x28c1-0x28c5 (4) 0x28c0| ce 1d dc 0c | .... | position_long: 18.08413563296199 (215752142) 0x28c5-0x28c9 (4) @@ -7860,7 +7860,7 @@ $ fq -d fit dv activity.fit 0x28d0| 06 | . | reserved: false 0x28d3.3-0x28d3.4 (0.1) 0x28d0| 06 | . | local_message_type: 6 0x28d3.4-0x28d4 (0.4) | | | data_message{}: 0x28d4-0x28ea (22) -0x28d0| c5 cb 56 3f | ..V? | timestamp: 1062652869 (s) 0x28d4-0x28d8 (4) +0x28d0| c5 cb 56 3f | ..V? | timestamp: 1062652869 (2023-09-03T05:21:09Z) 0x28d4-0x28d8 (4) 0x28d0| a7 a1 34 2a | ..4* | position_lat: 59.35161321423948 (708092327) 0x28d8-0x28dc (4) 0x28d0| 0a 21 dc 0c| .!..| position_long: 18.08420503512025 (215752970) 0x28dc-0x28e0 (4) 0x28e0|cc 9b 0e 00 |.... | distance: 9573.88 (957388) (m) 0x28e0-0x28e4 (4) @@ -7876,7 +7876,7 @@ $ fq -d fit dv activity.fit 0x28e0| 06 | . | reserved: false 0x28ea.3-0x28ea.4 (0.1) 0x28e0| 06 | . | local_message_type: 6 0x28ea.4-0x28eb (0.4) | | | data_message{}: 0x28eb-0x2901 (22) -0x28e0| c7 cb 56 3f | ..V? | timestamp: 1062652871 (s) 0x28eb-0x28ef (4) +0x28e0| c7 cb 56 3f | ..V? | timestamp: 1062652871 (2023-09-03T05:21:11Z) 0x28eb-0x28ef (4) 0x28e0| 82| .| position_lat: 59.35180323198438 (708094594) 0x28ef-0x28f3 (4) 0x28f0|aa 34 2a |.4* | 0x28f0| 27 25 dc 0c | '%.. | position_long: 18.084293296560645 (215754023) 0x28f3-0x28f7 (4) @@ -7893,7 +7893,7 @@ $ fq -d fit dv activity.fit 0x2900| 06 | . | reserved: false 0x2901.3-0x2901.4 (0.1) 0x2900| 06 | . | local_message_type: 6 0x2901.4-0x2902 (0.4) | | | data_message{}: 0x2902-0x2918 (22) -0x2900| c9 cb 56 3f | ..V? | timestamp: 1062652873 (s) 0x2902-0x2906 (4) +0x2900| c9 cb 56 3f | ..V? | timestamp: 1062652873 (2023-09-03T05:21:13Z) 0x2902-0x2906 (4) 0x2900| 73 b3 34 2a | s.4* | position_lat: 59.35199509374797 (708096883) 0x2906-0x290a (4) 0x2900| f3 2a dc 0c | .*.. | position_long: 18.08441768400371 (215755507) 0x290a-0x290e (4) 0x2900| 18 ad| ..| distance: 9618.16 (961816) (m) 0x290e-0x2912 (4) @@ -7910,7 +7910,7 @@ $ fq -d fit dv activity.fit 0x2910| 06 | . | reserved: false 0x2918.3-0x2918.4 (0.1) 0x2910| 06 | . | local_message_type: 6 0x2918.4-0x2919 (0.4) | | | data_message{}: 0x2919-0x292f (22) -0x2910| cb cb 56 3f | ..V? | timestamp: 1062652875 (s) 0x2919-0x291d (4) +0x2910| cb cb 56 3f | ..V? | timestamp: 1062652875 (2023-09-03T05:21:15Z) 0x2919-0x291d (4) 0x2910| 60 bc 34| `.4| position_lat: 59.35218662023544 (708099168) 0x291d-0x2921 (4) 0x2920|2a |* | 0x2920| 53 31 dc 0c | S1.. | position_long: 18.08455447666347 (215757139) 0x2921-0x2925 (4) @@ -7927,7 +7927,7 @@ $ fq -d fit dv activity.fit 0x2920| 06| .| reserved: false 0x292f.3-0x292f.4 (0.1) 0x2920| 06| .| local_message_type: 6 0x292f.4-0x2930 (0.4) | | | data_message{}: 0x2930-0x2946 (22) -0x2930|cd cb 56 3f |..V? | timestamp: 1062652877 (s) 0x2930-0x2934 (4) +0x2930|cd cb 56 3f |..V? | timestamp: 1062652877 (2023-09-03T05:21:17Z) 0x2930-0x2934 (4) 0x2930| 15 c5 34 2a | ..4* | position_lat: 59.35237345285714 (708101397) 0x2934-0x2938 (4) 0x2930| ca 36 dc 0c | .6.. | position_long: 18.08467173948884 (215758538) 0x2938-0x293c (4) 0x2930| 7f be 0e 00| ....| distance: 9662.71 (966271) (m) 0x293c-0x2940 (4) @@ -7943,7 +7943,7 @@ $ fq -d fit dv activity.fit 0x2940| 06 | . | reserved: false 0x2946.3-0x2946.4 (0.1) 0x2940| 06 | . | local_message_type: 6 0x2946.4-0x2947 (0.4) | | | data_message{}: 0x2947-0x295d (22) -0x2940| cf cb 56 3f | ..V? | timestamp: 1062652879 (s) 0x2947-0x294b (4) +0x2940| cf cb 56 3f | ..V? | timestamp: 1062652879 (2023-09-03T05:21:19Z) 0x2947-0x294b (4) 0x2940| e2 cc 34 2a | ..4* | position_lat: 59.35254083946347 (708103394) 0x294b-0x294f (4) 0x2940| ca| .| position_long: 18.084821943193674 (215760330) 0x294f-0x2953 (4) 0x2950|3d dc 0c |=.. | @@ -7960,7 +7960,7 @@ $ fq -d fit dv activity.fit 0x2950| 06 | . | reserved: false 0x295d.3-0x295d.4 (0.1) 0x2950| 06 | . | local_message_type: 6 0x295d.4-0x295e (0.4) | | | data_message{}: 0x295e-0x2974 (22) -0x2950| d2 cb| ..| timestamp: 1062652882 (s) 0x295e-0x2962 (4) +0x2950| d2 cb| ..| timestamp: 1062652882 (2023-09-03T05:21:22Z) 0x295e-0x2962 (4) 0x2960|56 3f |V? | 0x2960| ec d3 34 2a | ..4* | position_lat: 59.35269188135862 (708105196) 0x2962-0x2966 (4) 0x2960| fa 4f dc 0c | .O.. | position_long: 18.08521220460534 (215764986) 0x2966-0x296a (4) @@ -7977,7 +7977,7 @@ $ fq -d fit dv activity.fit 0x2970| 06 | . | reserved: false 0x2974.3-0x2974.4 (0.1) 0x2970| 06 | . | local_message_type: 6 0x2974.4-0x2975 (0.4) | | | data_message{}: 0x2975-0x298b (22) -0x2970| d4 cb 56 3f | ..V? | timestamp: 1062652884 (s) 0x2975-0x2979 (4) +0x2970| d4 cb 56 3f | ..V? | timestamp: 1062652884 (2023-09-03T05:21:24Z) 0x2975-0x2979 (4) 0x2970| 44 d8 34 2a | D.4* | position_lat: 59.35278508812189 (708106308) 0x2979-0x297d (4) 0x2970| ba 5d dc| .].| position_long: 18.08550724759698 (215768506) 0x297d-0x2981 (4) 0x2980|0c |. | @@ -7994,7 +7994,7 @@ $ fq -d fit dv activity.fit 0x2980| 06 | . | reserved: false 0x298b.3-0x298b.4 (0.1) 0x2980| 06 | . | local_message_type: 6 0x298b.4-0x298c (0.4) | | | data_message{}: 0x298c-0x29a2 (22) -0x2980| d6 cb 56 3f| ..V?| timestamp: 1062652886 (s) 0x298c-0x2990 (4) +0x2980| d6 cb 56 3f| ..V?| timestamp: 1062652886 (2023-09-03T05:21:26Z) 0x298c-0x2990 (4) 0x2990|29 de 34 2a |).4* | position_lat: 59.35291157104075 (708107817) 0x2990-0x2994 (4) 0x2990| 52 6a dc 0c | Rj.. | position_long: 18.08577748015523 (215771730) 0x2994-0x2998 (4) 0x2990| 5b e1 0e 00 | [... | distance: 9751.95 (975195) (m) 0x2998-0x299c (4) @@ -8010,7 +8010,7 @@ $ fq -d fit dv activity.fit 0x29a0| 06 | . | reserved: false 0x29a2.3-0x29a2.4 (0.1) 0x29a0| 06 | . | local_message_type: 6 0x29a2.4-0x29a3 (0.4) | | | data_message{}: 0x29a3-0x29b9 (22) -0x29a0| d8 cb 56 3f | ..V? | timestamp: 1062652888 (s) 0x29a3-0x29a7 (4) +0x29a0| d8 cb 56 3f | ..V? | timestamp: 1062652888 (2023-09-03T05:21:28Z) 0x29a3-0x29a7 (4) 0x29a0| 6e e5 34 2a | n.4* | position_lat: 59.35306755825877 (708109678) 0x29a7-0x29ab (4) 0x29a0| 2b 75 dc 0c | +u.. | position_long: 18.086010245606303 (215774507) 0x29ab-0x29af (4) 0x29a0| e3| .| distance: 9773.79 (977379) (m) 0x29af-0x29b3 (4) @@ -8027,7 +8027,7 @@ $ fq -d fit dv activity.fit 0x29b0| 06 | . | reserved: false 0x29b9.3-0x29b9.4 (0.1) 0x29b0| 06 | . | local_message_type: 6 0x29b9.4-0x29ba (0.4) | | | data_message{}: 0x29ba-0x29d0 (22) -0x29b0| d9 cb 56 3f | ..V? | timestamp: 1062652889 (s) 0x29ba-0x29be (4) +0x29b0| d9 cb 56 3f | ..V? | timestamp: 1062652889 (2023-09-03T05:21:29Z) 0x29ba-0x29be (4) 0x29b0| 4e e9| N.| position_lat: 59.353150706738234 (708110670) 0x29be-0x29c2 (4) 0x29c0|34 2a |4* | 0x29c0| 29 7a dc 0c | )z.. | position_long: 18.086117366328835 (215775785) 0x29c2-0x29c6 (4) @@ -8044,7 +8044,7 @@ $ fq -d fit dv activity.fit 0x29d0|06 |. | reserved: false 0x29d0.3-0x29d0.4 (0.1) 0x29d0|06 |. | local_message_type: 6 0x29d0.4-0x29d1 (0.4) | | | data_message{}: 0x29d1-0x29e7 (22) -0x29d0| da cb 56 3f | ..V? | timestamp: 1062652890 (s) 0x29d1-0x29d5 (4) +0x29d0| da cb 56 3f | ..V? | timestamp: 1062652890 (2023-09-03T05:21:30Z) 0x29d1-0x29d5 (4) 0x29d0| 54 ed 34 2a | T.4* | position_lat: 59.3532370403409 (708111700) 0x29d5-0x29d9 (4) 0x29d0| ad 7e dc 0c | .~.. | position_long: 18.0862142611295 (215776941) 0x29d9-0x29dd (4) 0x29d0| 8a f2 0e| ...| distance: 9795.94 (979594) (m) 0x29dd-0x29e1 (4) @@ -8061,7 +8061,7 @@ $ fq -d fit dv activity.fit 0x29e0| 06 | . | reserved: false 0x29e7.3-0x29e7.4 (0.1) 0x29e0| 06 | . | local_message_type: 6 0x29e7.4-0x29e8 (0.4) | | | data_message{}: 0x29e8-0x29fe (22) -0x29e0| dc cb 56 3f | ..V? | timestamp: 1062652892 (s) 0x29e8-0x29ec (4) +0x29e0| dc cb 56 3f | ..V? | timestamp: 1062652892 (2023-09-03T05:21:32Z) 0x29e8-0x29ec (4) 0x29e0| f7 f5 34 2a| ..4*| position_lat: 59.35342236422002 (708113911) 0x29ec-0x29f0 (4) 0x29f0|34 85 dc 0c |4... | position_long: 18.086354322731495 (215778612) 0x29f0-0x29f4 (4) 0x29f0| 2e fb 0e 00 | .... | distance: 9818.06 (981806) (m) 0x29f4-0x29f8 (4) @@ -8077,7 +8077,7 @@ $ fq -d fit dv activity.fit 0x29f0| 06 | . | reserved: false 0x29fe.3-0x29fe.4 (0.1) 0x29f0| 06 | . | local_message_type: 6 0x29fe.4-0x29ff (0.4) | | | data_message{}: 0x29ff-0x2a15 (22) -0x29f0| de| .| timestamp: 1062652894 (s) 0x29ff-0x2a03 (4) +0x29f0| de| .| timestamp: 1062652894 (2023-09-03T05:21:34Z) 0x29ff-0x2a03 (4) 0x2a00|cb 56 3f |.V? | 0x2a00| c1 fe 34 2a | ..4* | position_lat: 59.35361095704138 (708116161) 0x2a03-0x2a07 (4) 0x2a00| 86 87 dc 0c | .... | position_long: 18.086404111236334 (215779206) 0x2a07-0x2a0b (4) @@ -8095,7 +8095,7 @@ $ fq -d fit dv activity.fit 0x2a10| 06 | . | reserved: false 0x2a15.3-0x2a15.4 (0.1) 0x2a10| 06 | . | local_message_type: 6 0x2a15.4-0x2a16 (0.4) | | | data_message{}: 0x2a16-0x2a2c (22) -0x2a10| e0 cb 56 3f | ..V? | timestamp: 1062652896 (s) 0x2a16-0x2a1a (4) +0x2a10| e0 cb 56 3f | ..V? | timestamp: 1062652896 (2023-09-03T05:21:36Z) 0x2a16-0x2a1a (4) 0x2a10| 3c 07 35 2a | <.5* | position_lat: 59.35379292815924 (708118332) 0x2a1a-0x2a1e (4) 0x2a10| fe 89| ..| position_long: 18.086457084864378 (215779838) 0x2a1e-0x2a22 (4) 0x2a20|dc 0c |.. | @@ -8112,7 +8112,7 @@ $ fq -d fit dv activity.fit 0x2a20| 06 | . | reserved: false 0x2a2c.3-0x2a2c.4 (0.1) 0x2a20| 06 | . | local_message_type: 6 0x2a2c.4-0x2a2d (0.4) | | | data_message{}: 0x2a2d-0x2a43 (22) -0x2a20| e3 cb 56| ..V| timestamp: 1062652899 (s) 0x2a2d-0x2a31 (4) +0x2a20| e3 cb 56| ..V| timestamp: 1062652899 (2023-09-03T05:21:39Z) 0x2a2d-0x2a31 (4) 0x2a30|3f |? | 0x2a30| 6b 13 35 2a | k.5* | position_lat: 59.35405435971916 (708121451) 0x2a31-0x2a35 (4) 0x2a30| 18 8e dc 0c | .... | position_long: 18.08654509484768 (215780888) 0x2a35-0x2a39 (4) @@ -8130,7 +8130,7 @@ $ fq -d fit dv activity.fit 0x2a40| 06 | . | reserved: false 0x2a43.3-0x2a43.4 (0.1) 0x2a40| 06 | . | local_message_type: 6 0x2a43.4-0x2a44 (0.4) | | | data_message{}: 0x2a44-0x2a5a (22) -0x2a40| e6 cb 56 3f | ..V? | timestamp: 1062652902 (s) 0x2a44-0x2a48 (4) +0x2a40| e6 cb 56 3f | ..V? | timestamp: 1062652902 (2023-09-03T05:21:42Z) 0x2a44-0x2a48 (4) 0x2a40| e8 1d 35 2a | ..5* | position_lat: 59.35427941381931 (708124136) 0x2a48-0x2a4c (4) 0x2a40| 54 92 dc 0c| T...| position_long: 18.08663595467806 (215781972) 0x2a4c-0x2a50 (4) 0x2a50|02 21 0f 00 |.!.. | distance: 9914.9 (991490) (m) 0x2a50-0x2a54 (4) @@ -8146,7 +8146,7 @@ $ fq -d fit dv activity.fit 0x2a50| 06 | . | reserved: false 0x2a5a.3-0x2a5a.4 (0.1) 0x2a50| 06 | . | local_message_type: 6 0x2a5a.4-0x2a5b (0.4) | | | data_message{}: 0x2a5b-0x2a71 (22) -0x2a50| e8 cb 56 3f | ..V? | timestamp: 1062652904 (s) 0x2a5b-0x2a5f (4) +0x2a50| e8 cb 56 3f | ..V? | timestamp: 1062652904 (2023-09-03T05:21:44Z) 0x2a5b-0x2a5f (4) 0x2a50| ce| .| position_lat: 59.3544059805572 (708125646) 0x2a5f-0x2a63 (4) 0x2a60|23 35 2a |#5* | 0x2a60| da 91 dc 0c | .... | position_long: 18.08662572875619 (215781850) 0x2a63-0x2a67 (4) @@ -8163,7 +8163,7 @@ $ fq -d fit dv activity.fit 0x2a70| 06 | . | reserved: false 0x2a71.3-0x2a71.4 (0.1) 0x2a70| 06 | . | local_message_type: 6 0x2a71.4-0x2a72 (0.4) | | | data_message{}: 0x2a72-0x2a88 (22) -0x2a70| eb cb 56 3f | ..V? | timestamp: 1062652907 (s) 0x2a72-0x2a76 (4) +0x2a70| eb cb 56 3f | ..V? | timestamp: 1062652907 (2023-09-03T05:21:47Z) 0x2a72-0x2a76 (4) 0x2a70| c6 2a 35 2a | .*5* | position_lat: 59.354555513709784 (708127430) 0x2a76-0x2a7a (4) 0x2a70| 0a 86 dc 0c | .... | position_long: 18.086372260004282 (215778826) 0x2a7a-0x2a7e (4) 0x2a70| 54 2f| T/| distance: 9951.56 (995156) (m) 0x2a7e-0x2a82 (4) @@ -8180,7 +8180,7 @@ $ fq -d fit dv activity.fit 0x2a80| 06 | . | reserved: false 0x2a88.3-0x2a88.4 (0.1) 0x2a80| 06 | . | local_message_type: 6 0x2a88.4-0x2a89 (0.4) | | | data_message{}: 0x2a89-0x2a9f (22) -0x2a80| ec cb 56 3f | ..V? | timestamp: 1062652908 (s) 0x2a89-0x2a8d (4) +0x2a80| ec cb 56 3f | ..V? | timestamp: 1062652908 (2023-09-03T05:21:48Z) 0x2a89-0x2a8d (4) 0x2a80| 5c 2d 35| \-5| position_lat: 59.35461100190878 (708128092) 0x2a8d-0x2a91 (4) 0x2a90|2a |* | 0x2a90| 5b 81 dc 0c | [... | position_long: 18.086271760985255 (215777627) 0x2a91-0x2a95 (4) @@ -8197,7 +8197,7 @@ $ fq -d fit dv activity.fit 0x2a90| 06| .| reserved: false 0x2a9f.3-0x2a9f.4 (0.1) 0x2a90| 06| .| local_message_type: 6 0x2a9f.4-0x2aa0 (0.4) | | | data_message{}: 0x2aa0-0x2ab6 (22) -0x2aa0|ef cb 56 3f |..V? | timestamp: 1062652911 (s) 0x2aa0-0x2aa4 (4) +0x2aa0|ef cb 56 3f |..V? | timestamp: 1062652911 (2023-09-03T05:21:51Z) 0x2aa0-0x2aa4 (4) 0x2aa0| f4 35 35 2a | .55* | position_lat: 59.35479540377855 (708130292) 0x2aa4-0x2aa8 (4) 0x2aa0| a2 79 dc 0c | .y.. | position_long: 18.086106050759554 (215775650) 0x2aa8-0x2aac (4) 0x2aa0| 66 3b 0f 00| f;..| distance: 9982.46 (998246) (m) 0x2aac-0x2ab0 (4) @@ -8213,7 +8213,7 @@ $ fq -d fit dv activity.fit 0x2ab0| 06 | . | reserved: false 0x2ab6.3-0x2ab6.4 (0.1) 0x2ab0| 06 | . | local_message_type: 6 0x2ab6.4-0x2ab7 (0.4) | | | data_message{}: 0x2ab7-0x2acd (22) -0x2ab0| f2 cb 56 3f | ..V? | timestamp: 1062652914 (s) 0x2ab7-0x2abb (4) +0x2ab0| f2 cb 56 3f | ..V? | timestamp: 1062652914 (2023-09-03T05:21:54Z) 0x2ab7-0x2abb (4) 0x2ab0| 5e 3d 35 2a | ^=5* | position_lat: 59.35495449230075 (708132190) 0x2abb-0x2abf (4) 0x2ab0| a5| .| position_long: 18.085999013856053 (215774373) 0x2abf-0x2ac3 (4) 0x2ac0|74 dc 0c |t.. | @@ -8230,9 +8230,9 @@ $ fq -d fit dv activity.fit 0x2ac0| 08 | . | reserved: false 0x2acd.3-0x2acd.4 (0.1) 0x2ac0| 08 | . | local_message_type: 8 0x2acd.4-0x2ace (0.4) | | | data_message{}: 0x2ace-0x2b04 (54) -0x2ac0| f2 cb| ..| timestamp: 1062652914 (s) 0x2ace-0x2ad2 (4) +0x2ac0| f2 cb| ..| timestamp: 1062652914 (2023-09-03T05:21:54Z) 0x2ace-0x2ad2 (4) 0x2ad0|56 3f |V? | -0x2ad0| 7d cb 56 3f | }.V? | start_time: 1062652797 0x2ad2-0x2ad6 (4) +0x2ad0| 7d cb 56 3f | }.V? | start_time: 1062652797 (2023-09-03T05:19:57Z) 0x2ad2-0x2ad6 (4) 0x2ad0| 46 e2 33 2a | F.3* | start_position_lat: 59.347506668418646 (708043334) 0x2ad6-0x2ada (4) 0x2ad0| c1 bc db 0c | .... | start_position_long: 18.08205314911902 (215727297) 0x2ada-0x2ade (4) 0x2ad0| 5e 3d| ^=| end_position_lat: 59.35495449230075 (708132190) 0x2ade-0x2ae2 (4) @@ -8263,7 +8263,7 @@ $ fq -d fit dv activity.fit 0x2b00| 06 | . | reserved: false 0x2b04.3-0x2b04.4 (0.1) 0x2b00| 06 | . | local_message_type: 6 0x2b04.4-0x2b05 (0.4) | | | data_message{}: 0x2b05-0x2b1b (22) -0x2b00| f5 cb 56 3f | ..V? | timestamp: 1062652917 (s) 0x2b05-0x2b09 (4) +0x2b00| f5 cb 56 3f | ..V? | timestamp: 1062652917 (2023-09-03T05:21:57Z) 0x2b05-0x2b09 (4) 0x2b00| db 44 35 2a | .D5* | position_lat: 59.35511517338455 (708134107) 0x2b09-0x2b0d (4) 0x2b00| 46 6e dc| Fn.| position_long: 18.085862305015326 (215772742) 0x2b0d-0x2b11 (4) 0x2b10|0c |. | @@ -8280,7 +8280,7 @@ $ fq -d fit dv activity.fit 0x2b10| 06 | . | reserved: false 0x2b1b.3-0x2b1b.4 (0.1) 0x2b10| 06 | . | local_message_type: 6 0x2b1b.4-0x2b1c (0.4) | | | data_message{}: 0x2b1c-0x2b32 (22) -0x2b10| f8 cb 56 3f| ..V?| timestamp: 1062652920 (s) 0x2b1c-0x2b20 (4) +0x2b10| f8 cb 56 3f| ..V?| timestamp: 1062652920 (2023-09-03T05:22:00Z) 0x2b1c-0x2b20 (4) 0x2b20|e2 4c 35 2a |.L5* | position_lat: 59.35528742149472 (708136162) 0x2b20-0x2b24 (4) 0x2b20| 93 62 dc 0c | .b.. | position_long: 18.085611267015338 (215769747) 0x2b24-0x2b28 (4) 0x2b20| ac 53 0f 00 | .S.. | distance: 10044.6 (1004460) (m) 0x2b28-0x2b2c (4) @@ -8296,7 +8296,7 @@ $ fq -d fit dv activity.fit 0x2b30| 06 | . | reserved: false 0x2b32.3-0x2b32.4 (0.1) 0x2b30| 06 | . | local_message_type: 6 0x2b32.4-0x2b33 (0.4) | | | data_message{}: 0x2b33-0x2b49 (22) -0x2b30| fa cb 56 3f | ..V? | timestamp: 1062652922 (s) 0x2b33-0x2b37 (4) +0x2b30| fa cb 56 3f | ..V? | timestamp: 1062652922 (2023-09-03T05:22:02Z) 0x2b33-0x2b37 (4) 0x2b30| d0 51 35 2a | .Q5* | position_lat: 59.35539320111275 (708137424) 0x2b37-0x2b3b (4) 0x2b30| 63 58 dc 0c | cX.. | position_long: 18.085392666980624 (215767139) 0x2b3b-0x2b3f (4) 0x2b30| 5e| ^| distance: 10061.74 (1006174) (m) 0x2b3f-0x2b43 (4) @@ -8313,7 +8313,7 @@ $ fq -d fit dv activity.fit 0x2b40| 06 | . | reserved: false 0x2b49.3-0x2b49.4 (0.1) 0x2b40| 06 | . | local_message_type: 6 0x2b49.4-0x2b4a (0.4) | | | data_message{}: 0x2b4a-0x2b60 (22) -0x2b40| fd cb 56 3f | ..V? | timestamp: 1062652925 (s) 0x2b4a-0x2b4e (4) +0x2b40| fd cb 56 3f | ..V? | timestamp: 1062652925 (2023-09-03T05:22:05Z) 0x2b4a-0x2b4e (4) 0x2b40| e6 58| .X| position_lat: 59.35554524883628 (708139238) 0x2b4e-0x2b52 (4) 0x2b50|35 2a |5* | 0x2b50| 54 48 dc 0c | TH.. | position_long: 18.085048086941242 (215763028) 0x2b52-0x2b56 (4) @@ -8330,7 +8330,7 @@ $ fq -d fit dv activity.fit 0x2b60|06 |. | reserved: false 0x2b60.3-0x2b60.4 (0.1) 0x2b60|06 |. | local_message_type: 6 0x2b60.4-0x2b61 (0.4) | | | data_message{}: 0x2b61-0x2b77 (22) -0x2b60| 00 cc 56 3f | ..V? | timestamp: 1062652928 (s) 0x2b61-0x2b65 (4) +0x2b60| 00 cc 56 3f | ..V? | timestamp: 1062652928 (2023-09-03T05:22:08Z) 0x2b61-0x2b65 (4) 0x2b60| 72 5f 35 2a | r_5* | position_lat: 59.355685729533434 (708140914) 0x2b65-0x2b69 (4) 0x2b60| ec 36 dc 0c | .6.. | position_long: 18.08467458933592 (215758572) 0x2b69-0x2b6d (4) 0x2b60| cb 6e 0f| .n.| distance: 10114.03 (1011403) (m) 0x2b6d-0x2b71 (4) @@ -8347,7 +8347,7 @@ $ fq -d fit dv activity.fit 0x2b70| 06 | . | reserved: false 0x2b77.3-0x2b77.4 (0.1) 0x2b70| 06 | . | local_message_type: 6 0x2b77.4-0x2b78 (0.4) | | | data_message{}: 0x2b78-0x2b8e (22) -0x2b70| 03 cc 56 3f | ..V? | timestamp: 1062652931 (s) 0x2b78-0x2b7c (4) +0x2b70| 03 cc 56 3f | ..V? | timestamp: 1062652931 (2023-09-03T05:22:11Z) 0x2b78-0x2b7c (4) 0x2b70| 38 65 35 2a| 8e5*| position_lat: 59.35580961406231 (708142392) 0x2b7c-0x2b80 (4) 0x2b80|69 22 dc 0c |i".. | position_long: 18.08423445560038 (215753321) 0x2b80-0x2b84 (4) 0x2b80| f8 79 0f 00 | .y.. | distance: 10142.64 (1014264) (m) 0x2b84-0x2b88 (4) @@ -8363,7 +8363,7 @@ $ fq -d fit dv activity.fit 0x2b80| 06 | . | reserved: false 0x2b8e.3-0x2b8e.4 (0.1) 0x2b80| 06 | . | local_message_type: 6 0x2b8e.4-0x2b8f (0.4) | | | data_message{}: 0x2b8f-0x2ba5 (22) -0x2b80| 06| .| timestamp: 1062652934 (s) 0x2b8f-0x2b93 (4) +0x2b80| 06| .| timestamp: 1062652934 (2023-09-03T05:22:14Z) 0x2b8f-0x2b93 (4) 0x2b90|cc 56 3f |.V? | 0x2b90| ac 69 35 2a | .i5* | position_lat: 59.355905167758465 (708143532) 0x2b93-0x2b97 (4) 0x2b90| ba 0c dc 0c | .... | position_long: 18.08376917615533 (215747770) 0x2b97-0x2b9b (4) @@ -8381,7 +8381,7 @@ $ fq -d fit dv activity.fit 0x2ba0| 06 | . | reserved: false 0x2ba5.3-0x2ba5.4 (0.1) 0x2ba0| 06 | . | local_message_type: 6 0x2ba5.4-0x2ba6 (0.4) | | | data_message{}: 0x2ba6-0x2bbc (22) -0x2ba0| 09 cc 56 3f | ..V? | timestamp: 1062652937 (s) 0x2ba6-0x2baa (4) +0x2ba0| 09 cc 56 3f | ..V? | timestamp: 1062652937 (2023-09-03T05:22:17Z) 0x2ba6-0x2baa (4) 0x2ba0| 8d 6d 35 2a | .m5* | position_lat: 59.35598840005696 (708144525) 0x2baa-0x2bae (4) 0x2ba0| 3c f8| <.| position_long: 18.08332946151495 (215742524) 0x2bae-0x2bb2 (4) 0x2bb0|db 0c |.. | @@ -8398,7 +8398,7 @@ $ fq -d fit dv activity.fit 0x2bb0| 06 | . | reserved: false 0x2bbc.3-0x2bbc.4 (0.1) 0x2bb0| 06 | . | local_message_type: 6 0x2bbc.4-0x2bbd (0.4) | | | data_message{}: 0x2bbd-0x2bd3 (22) -0x2bb0| 0c cc 56| ..V| timestamp: 1062652940 (s) 0x2bbd-0x2bc1 (4) +0x2bb0| 0c cc 56| ..V| timestamp: 1062652940 (2023-09-03T05:22:20Z) 0x2bbd-0x2bc1 (4) 0x2bc0|3f |? | 0x2bc0| 83 71 35 2a | .q5* | position_lat: 59.35607339255512 (708145539) 0x2bc1-0x2bc5 (4) 0x2bc0| 7a e5 db 0c | z... | position_long: 18.082926962524652 (215737722) 0x2bc5-0x2bc9 (4) @@ -8416,7 +8416,7 @@ $ fq -d fit dv activity.fit 0x2bd0| 06 | . | reserved: false 0x2bd3.3-0x2bd3.4 (0.1) 0x2bd0| 06 | . | local_message_type: 6 0x2bd3.4-0x2bd4 (0.4) | | | data_message{}: 0x2bd4-0x2bea (22) -0x2bd0| 0f cc 56 3f | ..V? | timestamp: 1062652943 (s) 0x2bd4-0x2bd8 (4) +0x2bd0| 0f cc 56 3f | ..V? | timestamp: 1062652943 (2023-09-03T05:22:23Z) 0x2bd4-0x2bd8 (4) 0x2bd0| cb 75 35 2a | .u5* | position_lat: 59.35616525821388 (708146635) 0x2bd8-0x2bdc (4) 0x2bd0| ac d4 db 0c| ....| position_long: 18.082566373050213 (215733420) 0x2bdc-0x2be0 (4) 0x2be0|2b a2 0f 00 |+... | distance: 10245.55 (1024555) (m) 0x2be0-0x2be4 (4) @@ -8432,7 +8432,7 @@ $ fq -d fit dv activity.fit 0x2be0| 06 | . | reserved: false 0x2bea.3-0x2bea.4 (0.1) 0x2be0| 06 | . | local_message_type: 6 0x2bea.4-0x2beb (0.4) | | | data_message{}: 0x2beb-0x2c01 (22) -0x2be0| 10 cc 56 3f | ..V? | timestamp: 1062652944 (s) 0x2beb-0x2bef (4) +0x2be0| 10 cc 56 3f | ..V? | timestamp: 1062652944 (2023-09-03T05:22:24Z) 0x2beb-0x2bef (4) 0x2be0| 90| .| position_lat: 59.356203228235245 (708147088) 0x2bef-0x2bf3 (4) 0x2bf0|77 35 2a |w5* | 0x2bf0| ef cf db 0c | .... | position_long: 18.082464700564742 (215732207) 0x2bf3-0x2bf7 (4) @@ -8449,7 +8449,7 @@ $ fq -d fit dv activity.fit 0x2c00| 06 | . | reserved: false 0x2c01.3-0x2c01.4 (0.1) 0x2c00| 06 | . | local_message_type: 6 0x2c01.4-0x2c02 (0.4) | | | data_message{}: 0x2c02-0x2c18 (22) -0x2c00| 13 cc 56 3f | ..V? | timestamp: 1062652947 (s) 0x2c02-0x2c06 (4) +0x2c00| 13 cc 56 3f | ..V? | timestamp: 1062652947 (2023-09-03T05:22:27Z) 0x2c02-0x2c06 (4) 0x2c00| 43 7f 35 2a | C.5* | position_lat: 59.356368435546756 (708149059) 0x2c06-0x2c0a (4) 0x2c00| 21 c7 db 0c | !... | position_long: 18.082275772467256 (215729953) 0x2c0a-0x2c0e (4) 0x2c00| 6e ad| n.| distance: 10274.38 (1027438) (m) 0x2c0e-0x2c12 (4) @@ -8466,7 +8466,7 @@ $ fq -d fit dv activity.fit 0x2c10| 06 | . | reserved: false 0x2c18.3-0x2c18.4 (0.1) 0x2c10| 06 | . | local_message_type: 6 0x2c18.4-0x2c19 (0.4) | | | data_message{}: 0x2c19-0x2c2f (22) -0x2c10| 16 cc 56 3f | ..V? | timestamp: 1062652950 (s) 0x2c19-0x2c1d (4) +0x2c10| 16 cc 56 3f | ..V? | timestamp: 1062652950 (2023-09-03T05:22:30Z) 0x2c19-0x2c1d (4) 0x2c10| 08 8a 35| ..5| position_lat: 59.356599524617195 (708151816) 0x2c1d-0x2c21 (4) 0x2c20|2a |* | 0x2c20| 39 c7 db 0c | 9... | position_long: 18.082277784124017 (215729977) 0x2c21-0x2c25 (4) @@ -8483,7 +8483,7 @@ $ fq -d fit dv activity.fit 0x2c20| 06| .| reserved: false 0x2c2f.3-0x2c2f.4 (0.1) 0x2c20| 06| .| local_message_type: 6 0x2c2f.4-0x2c30 (0.4) | | | data_message{}: 0x2c30-0x2c46 (22) -0x2c30|18 cc 56 3f |..V? | timestamp: 1062652952 (s) 0x2c30-0x2c34 (4) +0x2c30|18 cc 56 3f |..V? | timestamp: 1062652952 (2023-09-03T05:22:32Z) 0x2c30-0x2c34 (4) 0x2c30| bb 91 35 2a | ..5* | position_lat: 59.356764731928706 (708153787) 0x2c34-0x2c38 (4) 0x2c30| 28 c7 db 0c | (... | position_long: 18.082276359200478 (215729960) 0x2c38-0x2c3c (4) 0x2c30| ab be 0f 00| ....| distance: 10318.51 (1031851) (m) 0x2c3c-0x2c40 (4) @@ -8499,7 +8499,7 @@ $ fq -d fit dv activity.fit 0x2c40| 06 | . | reserved: false 0x2c46.3-0x2c46.4 (0.1) 0x2c40| 06 | . | local_message_type: 6 0x2c46.4-0x2c47 (0.4) | | | data_message{}: 0x2c47-0x2c5d (22) -0x2c40| 1b cc 56 3f | ..V? | timestamp: 1062652955 (s) 0x2c47-0x2c4b (4) +0x2c40| 1b cc 56 3f | ..V? | timestamp: 1062652955 (2023-09-03T05:22:35Z) 0x2c47-0x2c4b (4) 0x2c40| 2f 9b 35 2a | /.5* | position_lat: 59.35696757398546 (708156207) 0x2c4b-0x2c4f (4) 0x2c40| f8| .| position_long: 18.082057759165764 (215727352) 0x2c4f-0x2c53 (4) 0x2c50|bc db 0c |... | @@ -8516,7 +8516,7 @@ $ fq -d fit dv activity.fit 0x2c50| 06 | . | reserved: false 0x2c5d.3-0x2c5d.4 (0.1) 0x2c50| 06 | . | local_message_type: 6 0x2c5d.4-0x2c5e (0.4) | | | data_message{}: 0x2c5e-0x2c74 (22) -0x2c50| 1e cc| ..| timestamp: 1062652958 (s) 0x2c5e-0x2c62 (4) +0x2c50| 1e cc| ..| timestamp: 1062652958 (2023-09-03T05:22:38Z) 0x2c5e-0x2c62 (4) 0x2c60|56 3f |V? | 0x2c60| b4 9f 35 2a | ..5* | position_lat: 59.35706455260515 (708157364) 0x2c62-0x2c66 (4) 0x2c60| 6b a9 db 0c | k... | position_long: 18.08163824491203 (215722347) 0x2c66-0x2c6a (4) @@ -8533,7 +8533,7 @@ $ fq -d fit dv activity.fit 0x2c70| 06 | . | reserved: false 0x2c74.3-0x2c74.4 (0.1) 0x2c70| 06 | . | local_message_type: 6 0x2c74.4-0x2c75 (0.4) | | | data_message{}: 0x2c75-0x2c8b (22) -0x2c70| 21 cc 56 3f | !.V? | timestamp: 1062652961 (s) 0x2c75-0x2c79 (4) +0x2c70| 21 cc 56 3f | !.V? | timestamp: 1062652961 (2023-09-03T05:22:41Z) 0x2c75-0x2c79 (4) 0x2c70| 63 a0 35 2a | c.5* | position_lat: 59.3570792209357 (708157539) 0x2c79-0x2c7d (4) 0x2c70| 93 95 db| ...| position_long: 18.081212444230914 (215717267) 0x2c7d-0x2c81 (4) 0x2c80|0c |. | @@ -8550,7 +8550,7 @@ $ fq -d fit dv activity.fit 0x2c80| 06 | . | reserved: false 0x2c8b.3-0x2c8b.4 (0.1) 0x2c80| 06 | . | local_message_type: 6 0x2c8b.4-0x2c8c (0.4) | | | data_message{}: 0x2c8c-0x2ca2 (22) -0x2c80| 24 cc 56 3f| $.V?| timestamp: 1062652964 (s) 0x2c8c-0x2c90 (4) +0x2c80| 24 cc 56 3f| $.V?| timestamp: 1062652964 (2023-09-03T05:22:44Z) 0x2c8c-0x2c90 (4) 0x2c90|e0 9f 35 2a |..5* | position_lat: 59.35706824064255 (708157408) 0x2c90-0x2c94 (4) 0x2c90| 22 83 db 0c | "... | position_long: 18.080816734582186 (215712546) 0x2c94-0x2c98 (4) 0x2c90| a4 e5 0f 00 | .... | distance: 10418.28 (1041828) (m) 0x2c98-0x2c9c (4) @@ -8566,7 +8566,7 @@ $ fq -d fit dv activity.fit 0x2ca0| 06 | . | reserved: false 0x2ca2.3-0x2ca2.4 (0.1) 0x2ca0| 06 | . | local_message_type: 6 0x2ca2.4-0x2ca3 (0.4) | | | data_message{}: 0x2ca3-0x2cb9 (22) -0x2ca0| 27 cc 56 3f | '.V? | timestamp: 1062652967 (s) 0x2ca3-0x2ca7 (4) +0x2ca0| 27 cc 56 3f | '.V? | timestamp: 1062652967 (2023-09-03T05:22:47Z) 0x2ca3-0x2ca7 (4) 0x2ca0| f4 9d 35 2a | ..5* | position_lat: 59.357027001678944 (708156916) 0x2ca7-0x2cab (4) 0x2ca0| 65 6f db 0c | eo.. | position_long: 18.080393197014928 (215707493) 0x2cab-0x2caf (4) 0x2ca0| 3b| ;| distance: 10442.83 (1044283) (m) 0x2caf-0x2cb3 (4) @@ -8583,7 +8583,7 @@ $ fq -d fit dv activity.fit 0x2cb0| 06 | . | reserved: false 0x2cb9.3-0x2cb9.4 (0.1) 0x2cb0| 06 | . | local_message_type: 6 0x2cb9.4-0x2cba (0.4) | | | data_message{}: 0x2cba-0x2cd0 (22) -0x2cb0| 2a cc 56 3f | *.V? | timestamp: 1062652970 (s) 0x2cba-0x2cbe (4) +0x2cb0| 2a cc 56 3f | *.V? | timestamp: 1062652970 (2023-09-03T05:22:50Z) 0x2cba-0x2cbe (4) 0x2cb0| 2b 9c| +.| position_lat: 59.35698869638145 (708156459) 0x2cbe-0x2cc2 (4) 0x2cc0|35 2a |5* | 0x2cc0| db 5c db 0c | .\.. | position_long: 18.079995391890407 (215702747) 0x2cc2-0x2cc6 (4) @@ -8600,7 +8600,7 @@ $ fq -d fit dv activity.fit 0x2cd0|06 |. | reserved: false 0x2cd0.3-0x2cd0.4 (0.1) 0x2cd0|06 |. | local_message_type: 6 0x2cd0.4-0x2cd1 (0.4) | | | data_message{}: 0x2cd1-0x2ce7 (22) -0x2cd0| 2d cc 56 3f | -.V? | timestamp: 1062652973 (s) 0x2cd1-0x2cd5 (4) +0x2cd0| 2d cc 56 3f | -.V? | timestamp: 1062652973 (2023-09-03T05:22:53Z) 0x2cd1-0x2cd5 (4) 0x2cd0| c5 9a 35 2a | ..5* | position_lat: 59.356958689168096 (708156101) 0x2cd5-0x2cd9 (4) 0x2cd0| 8b 4c db 0c | .L.. | position_long: 18.079645363613963 (215698571) 0x2cd9-0x2cdd (4) 0x2cd0| 1c 00 10| ...| distance: 10486.04 (1048604) (m) 0x2cdd-0x2ce1 (4) @@ -8617,7 +8617,7 @@ $ fq -d fit dv activity.fit 0x2ce0| 06 | . | reserved: false 0x2ce7.3-0x2ce7.4 (0.1) 0x2ce0| 06 | . | local_message_type: 6 0x2ce7.4-0x2ce8 (0.4) | | | data_message{}: 0x2ce8-0x2cfe (22) -0x2ce0| 31 cc 56 3f | 1.V? | timestamp: 1062652977 (s) 0x2ce8-0x2cec (4) +0x2ce0| 31 cc 56 3f | 1.V? | timestamp: 1062652977 (2023-09-03T05:22:57Z) 0x2ce8-0x2cec (4) 0x2ce0| b8 98 35 2a| ..5*| position_lat: 59.356914684176445 (708155576) 0x2cec-0x2cf0 (4) 0x2cf0|74 38 db 0c |t8.. | position_long: 18.07921428233385 (215693428) 0x2cf0-0x2cf4 (4) 0x2cf0| e1 09 10 00 | .... | distance: 10511.05 (1051105) (m) 0x2cf4-0x2cf8 (4) @@ -8633,7 +8633,7 @@ $ fq -d fit dv activity.fit 0x2cf0| 06 | . | reserved: false 0x2cfe.3-0x2cfe.4 (0.1) 0x2cf0| 06 | . | local_message_type: 6 0x2cfe.4-0x2cff (0.4) | | | data_message{}: 0x2cff-0x2d15 (22) -0x2cf0| 35| 5| timestamp: 1062652981 (s) 0x2cff-0x2d03 (4) +0x2cf0| 35| 5| timestamp: 1062652981 (2023-09-03T05:23:01Z) 0x2cff-0x2d03 (4) 0x2d00|cc 56 3f |.V? | 0x2d00| f7 95 35 2a | ..5* | position_lat: 59.356855591759086 (708154871) 0x2d03-0x2d07 (4) 0x2d00| ae 23 db 0c | .#.. | position_long: 18.07876853272319 (215688110) 0x2d07-0x2d0b (4) @@ -8651,7 +8651,7 @@ $ fq -d fit dv activity.fit 0x2d10| 06 | . | reserved: false 0x2d15.3-0x2d15.4 (0.1) 0x2d10| 06 | . | local_message_type: 6 0x2d15.4-0x2d16 (0.4) | | | data_message{}: 0x2d16-0x2d2c (22) -0x2d10| 38 cc 56 3f | 8.V? | timestamp: 1062652984 (s) 0x2d16-0x2d1a (4) +0x2d10| 38 cc 56 3f | 8.V? | timestamp: 1062652984 (2023-09-03T05:23:04Z) 0x2d16-0x2d1a (4) 0x2d10| f9 93 35 2a | ..5* | position_lat: 59.35681284405291 (708154361) 0x2d1a-0x2d1e (4) 0x2d10| 6b 13| k.| position_long: 18.078419594094157 (215683947) 0x2d1e-0x2d22 (4) 0x2d20|db 0c |.. | @@ -8668,7 +8668,7 @@ $ fq -d fit dv activity.fit 0x2d20| 06 | . | reserved: false 0x2d2c.3-0x2d2c.4 (0.1) 0x2d20| 06 | . | local_message_type: 6 0x2d2c.4-0x2d2d (0.4) | | | data_message{}: 0x2d2d-0x2d43 (22) -0x2d20| 3b cc 56| ;.V| timestamp: 1062652987 (s) 0x2d2d-0x2d31 (4) +0x2d20| 3b cc 56| ;.V| timestamp: 1062652987 (2023-09-03T05:23:07Z) 0x2d2d-0x2d31 (4) 0x2d30|3f |? | 0x2d30| ef 91 35 2a | ..5* | position_lat: 59.356769090518355 (708153839) 0x2d31-0x2d35 (4) 0x2d30| 0e 02 db 0c | .... | position_long: 18.078047018498182 (215679502) 0x2d35-0x2d39 (4) @@ -8686,7 +8686,7 @@ $ fq -d fit dv activity.fit 0x2d40| 06 | . | reserved: false 0x2d43.3-0x2d43.4 (0.1) 0x2d40| 06 | . | local_message_type: 6 0x2d43.4-0x2d44 (0.4) | | | data_message{}: 0x2d44-0x2d5a (22) -0x2d40| 3e cc 56 3f | >.V? | timestamp: 1062652990 (s) 0x2d44-0x2d48 (4) +0x2d40| 3e cc 56 3f | >.V? | timestamp: 1062652990 (2023-09-03T05:23:10Z) 0x2d44-0x2d48 (4) 0x2d40| b3 8f 35 2a | ..5* | position_lat: 59.356721146032214 (708153267) 0x2d48-0x2d4c (4) 0x2d40| ca f0 da 0c| ....| position_long: 18.077676538378 (215675082) 0x2d4c-0x2d50 (4) 0x2d50|14 2d 10 00 |.-.. | distance: 10601.16 (1060116) (m) 0x2d50-0x2d54 (4) @@ -8702,7 +8702,7 @@ $ fq -d fit dv activity.fit 0x2d50| 06 | . | reserved: false 0x2d5a.3-0x2d5a.4 (0.1) 0x2d50| 06 | . | local_message_type: 6 0x2d5a.4-0x2d5b (0.4) | | | data_message{}: 0x2d5b-0x2d71 (22) -0x2d50| 41 cc 56 3f | A.V? | timestamp: 1062652993 (s) 0x2d5b-0x2d5f (4) +0x2d50| 41 cc 56 3f | A.V? | timestamp: 1062652993 (2023-09-03T05:23:13Z) 0x2d5b-0x2d5f (4) 0x2d50| 2f| /| position_lat: 59.35664570890367 (708152367) 0x2d5f-0x2d63 (4) 0x2d60|8c 35 2a |.5* | 0x2d60| 7d dd da 0c | }... | position_long: 18.077262388542295 (215670141) 0x2d63-0x2d67 (4) @@ -8719,7 +8719,7 @@ $ fq -d fit dv activity.fit 0x2d70| 06 | . | reserved: false 0x2d71.3-0x2d71.4 (0.1) 0x2d70| 06 | . | local_message_type: 6 0x2d71.4-0x2d72 (0.4) | | | data_message{}: 0x2d72-0x2d88 (22) -0x2d70| 44 cc 56 3f | D.V? | timestamp: 1062652996 (s) 0x2d72-0x2d76 (4) +0x2d70| 44 cc 56 3f | D.V? | timestamp: 1062652996 (2023-09-03T05:23:16Z) 0x2d72-0x2d76 (4) 0x2d70| 29 88 35 2a | ).5* | position_lat: 59.356559375301 (708151337) 0x2d76-0x2d7a (4) 0x2d70| 63 cc da 0c | c... | position_long: 18.076895428821445 (215665763) 0x2d7a-0x2d7e (4) 0x2d70| d1 3f| .?| distance: 10649.13 (1064913) (m) 0x2d7e-0x2d82 (4) @@ -8736,7 +8736,7 @@ $ fq -d fit dv activity.fit 0x2d80| 06 | . | reserved: false 0x2d88.3-0x2d88.4 (0.1) 0x2d80| 06 | . | local_message_type: 6 0x2d88.4-0x2d89 (0.4) | | | data_message{}: 0x2d89-0x2d9f (22) -0x2d80| 47 cc 56 3f | G.V? | timestamp: 1062652999 (s) 0x2d89-0x2d8d (4) +0x2d80| 47 cc 56 3f | G.V? | timestamp: 1062652999 (2023-09-03T05:23:19Z) 0x2d89-0x2d8d (4) 0x2d80| 31 84 35| 1.5| position_lat: 59.35647421516478 (708150321) 0x2d8d-0x2d91 (4) 0x2d90|2a |* | 0x2d90| bc bd da 0c | .... | position_long: 18.07658102363348 (215662012) 0x2d91-0x2d95 (4) @@ -8753,7 +8753,7 @@ $ fq -d fit dv activity.fit 0x2d90| 06| .| reserved: false 0x2d9f.3-0x2d9f.4 (0.1) 0x2d90| 06| .| local_message_type: 6 0x2d9f.4-0x2da0 (0.4) | | | data_message{}: 0x2da0-0x2db6 (22) -0x2da0|4b cc 56 3f |K.V? | timestamp: 1062653003 (s) 0x2da0-0x2da4 (4) +0x2da0|4b cc 56 3f |K.V? | timestamp: 1062653003 (2023-09-03T05:23:23Z) 0x2da0-0x2da4 (4) 0x2da0| e1 80 35 2a | ..5* | position_lat: 59.356403136625886 (708149473) 0x2da4-0x2da8 (4) 0x2da0| 26 ae da 0c | &... | position_long: 18.076246585696936 (215658022) 0x2da8-0x2dac (4) 0x2da0| c5 4f 10 00| .O..| distance: 10689.97 (1068997) (m) 0x2dac-0x2db0 (4) @@ -8769,7 +8769,7 @@ $ fq -d fit dv activity.fit 0x2db0| 06 | . | reserved: false 0x2db6.3-0x2db6.4 (0.1) 0x2db0| 06 | . | local_message_type: 6 0x2db6.4-0x2db7 (0.4) | | | data_message{}: 0x2db7-0x2dcd (22) -0x2db0| 51 cc 56 3f | Q.V? | timestamp: 1062653009 (s) 0x2db7-0x2dbb (4) +0x2db0| 51 cc 56 3f | Q.V? | timestamp: 1062653009 (2023-09-03T05:23:29Z) 0x2db7-0x2dbb (4) 0x2db0| 8a 7d 35 2a | .}5* | position_lat: 59.35633147135377 (708148618) 0x2dbb-0x2dbf (4) 0x2db0| b9| .| position_long: 18.075872668996453 (215653561) 0x2dbf-0x2dc3 (4) 0x2dc0|9c da 0c |... | @@ -8786,7 +8786,7 @@ $ fq -d fit dv activity.fit 0x2dc0| 06 | . | reserved: false 0x2dcd.3-0x2dcd.4 (0.1) 0x2dc0| 06 | . | local_message_type: 6 0x2dcd.4-0x2dce (0.4) | | | data_message{}: 0x2dce-0x2de4 (22) -0x2dc0| 57 cc| W.| timestamp: 1062653015 (s) 0x2dce-0x2dd2 (4) +0x2dc0| 57 cc| W.| timestamp: 1062653015 (2023-09-03T05:23:35Z) 0x2dce-0x2dd2 (4) 0x2dd0|56 3f |V? | 0x2dd0| 3f 7a 35 2a | ?z5* | position_lat: 59.35626081191003 (708147775) 0x2dd2-0x2dd6 (4) 0x2dd0| bb 8b da 0c | .... | position_long: 18.07550805620849 (215649211) 0x2dd6-0x2dda (4) @@ -8803,7 +8803,7 @@ $ fq -d fit dv activity.fit 0x2de0| 06 | . | reserved: false 0x2de4.3-0x2de4.4 (0.1) 0x2de0| 06 | . | local_message_type: 6 0x2de4.4-0x2de5 (0.4) | | | data_message{}: 0x2de5-0x2dfb (22) -0x2de0| 5c cc 56 3f | \.V? | timestamp: 1062653020 (s) 0x2de5-0x2de9 (4) +0x2de0| 5c cc 56 3f | \.V? | timestamp: 1062653020 (2023-09-03T05:23:40Z) 0x2de5-0x2de9 (4) 0x2de0| 3c 76 35 2a | .| position_long: 18.062858590856194 (215498297) 0x30ed-0x30f1 (4) 0x30f0|0c |. | @@ -9376,7 +9376,7 @@ $ fq -d fit dv activity.fit 0x30f0| 06 | . | reserved: false 0x30fb.3-0x30fb.4 (0.1) 0x30f0| 06 | . | local_message_type: 6 0x30fb.4-0x30fc (0.4) | | | data_message{}: 0x30fc-0x3112 (22) -0x30f0| c8 cc 56 3f| ..V?| timestamp: 1062653128 (s) 0x30fc-0x3100 (4) +0x30f0| c8 cc 56 3f| ..V?| timestamp: 1062653128 (2023-09-03T05:25:28Z) 0x30fc-0x3100 (4) 0x3100|3a b5 35 2a |:.5* | position_lat: 59.357526395469904 (708162874) 0x3100-0x3104 (4) 0x3100| d4 31 d8 0c | .1.. | position_long: 18.06259263306856 (215495124) 0x3104-0x3108 (4) 0x3100| bb 94 11 00 | .... | distance: 11521.87 (1152187) (m) 0x3108-0x310c (4) @@ -9392,7 +9392,7 @@ $ fq -d fit dv activity.fit 0x3110| 06 | . | reserved: false 0x3112.3-0x3112.4 (0.1) 0x3110| 06 | . | local_message_type: 6 0x3112.4-0x3113 (0.4) | | | data_message{}: 0x3113-0x3129 (22) -0x3110| cb cc 56 3f | ..V? | timestamp: 1062653131 (s) 0x3113-0x3117 (4) +0x3110| cb cc 56 3f | ..V? | timestamp: 1062653131 (2023-09-03T05:25:31Z) 0x3113-0x3117 (4) 0x3110| f5 bb 35 2a | ..5* | position_lat: 59.35767081566155 (708164597) 0x3117-0x311b (4) 0x3110| 3d 27 d8 0c | ='.. | position_long: 18.06236539967358 (215492413) 0x311b-0x311f (4) 0x3110| ca| .| distance: 11542.5 (1154250) (m) 0x311f-0x3123 (4) @@ -9409,7 +9409,7 @@ $ fq -d fit dv activity.fit 0x3120| 06 | . | reserved: false 0x3129.3-0x3129.4 (0.1) 0x3120| 06 | . | local_message_type: 6 0x3129.4-0x312a (0.4) | | | data_message{}: 0x312a-0x3140 (22) -0x3120| cd cc 56 3f | ..V? | timestamp: 1062653133 (s) 0x312a-0x312e (4) +0x3120| cd cc 56 3f | ..V? | timestamp: 1062653133 (2023-09-03T05:25:33Z) 0x312a-0x312e (4) 0x3120| aa c0| ..| position_lat: 59.35777181759477 (708165802) 0x312e-0x3132 (4) 0x3130|35 2a |5* | 0x3130| 5b 21 d8 0c | [!.. | position_long: 18.062239168211818 (215490907) 0x3132-0x3136 (4) @@ -9426,7 +9426,7 @@ $ fq -d fit dv activity.fit 0x3140|06 |. | reserved: false 0x3140.3-0x3140.4 (0.1) 0x3140|06 |. | local_message_type: 6 0x3140.4-0x3141 (0.4) | | | data_message{}: 0x3141-0x3157 (22) -0x3140| d1 cc 56 3f | ..V? | timestamp: 1062653137 (s) 0x3141-0x3145 (4) +0x3140| d1 cc 56 3f | ..V? | timestamp: 1062653137 (2023-09-03T05:25:37Z) 0x3141-0x3145 (4) 0x3140| cb c9 35 2a | ..5* | position_lat: 59.357967702671885 (708168139) 0x3145-0x3149 (4) 0x3140| de 16 d8 0c | .... | position_long: 18.062014114111662 (215488222) 0x3149-0x314d (4) 0x3140| d9 ab 11| ...| distance: 11581.05 (1158105) (m) 0x314d-0x3151 (4) @@ -9443,7 +9443,7 @@ $ fq -d fit dv activity.fit 0x3150| 06 | . | reserved: false 0x3157.3-0x3157.4 (0.1) 0x3150| 06 | . | local_message_type: 6 0x3157.4-0x3158 (0.4) | | | data_message{}: 0x3158-0x316e (22) -0x3150| d5 cc 56 3f | ..V? | timestamp: 1062653141 (s) 0x3158-0x315c (4) +0x3150| d5 cc 56 3f | ..V? | timestamp: 1062653141 (2023-09-03T05:25:41Z) 0x3158-0x315c (4) 0x3150| 04 d2 35 2a| ..5*| position_lat: 59.358144141733646 (708170244) 0x315c-0x3160 (4) 0x3160|5e 0d d8 0c |^... | position_long: 18.06181026622653 (215485790) 0x3160-0x3164 (4) 0x3160| c3 b4 11 00 | .... | distance: 11603.87 (1160387) (m) 0x3164-0x3168 (4) @@ -9459,7 +9459,7 @@ $ fq -d fit dv activity.fit 0x3160| 06 | . | reserved: false 0x316e.3-0x316e.4 (0.1) 0x3160| 06 | . | local_message_type: 6 0x316e.4-0x316f (0.4) | | | data_message{}: 0x316f-0x3185 (22) -0x3160| d9| .| timestamp: 1062653145 (s) 0x316f-0x3173 (4) +0x3160| d9| .| timestamp: 1062653145 (2023-09-03T05:25:45Z) 0x316f-0x3173 (4) 0x3170|cc 56 3f |.V? | 0x3170| 8a db 35 2a | ..5* | position_lat: 59.35834849253297 (708172682) 0x3173-0x3177 (4) 0x3170| 04 03 d8 0c | .... | position_long: 18.061588145792484 (215483140) 0x3177-0x317b (4) @@ -9477,7 +9477,7 @@ $ fq -d fit dv activity.fit 0x3180| 06 | . | reserved: false 0x3185.3-0x3185.4 (0.1) 0x3180| 06 | . | local_message_type: 6 0x3185.4-0x3186 (0.4) | | | data_message{}: 0x3186-0x319c (22) -0x3180| dd cc 56 3f | ..V? | timestamp: 1062653149 (s) 0x3186-0x318a (4) +0x3180| dd cc 56 3f | ..V? | timestamp: 1062653149 (2023-09-03T05:25:49Z) 0x3186-0x318a (4) 0x3180| ff e4 35 2a | ..5* | position_lat: 59.35855141840875 (708175103) 0x318a-0x318e (4) 0x3180| a1 f7| ..| position_long: 18.061343813315034 (215480225) 0x318e-0x3192 (4) 0x3190|d7 0c |.. | @@ -9494,7 +9494,7 @@ $ fq -d fit dv activity.fit 0x3190| 06 | . | reserved: false 0x319c.3-0x319c.4 (0.1) 0x3190| 06 | . | local_message_type: 6 0x319c.4-0x319d (0.4) | | | data_message{}: 0x319d-0x31b3 (22) -0x3190| e0 cc 56| ..V| timestamp: 1062653152 (s) 0x319d-0x31a1 (4) +0x3190| e0 cc 56| ..V| timestamp: 1062653152 (2023-09-03T05:25:52Z) 0x319d-0x31a1 (4) 0x31a0|3f |? | 0x31a0| 4f ec 35 2a | O.5* | position_lat: 59.35870832763612 (708176975) 0x31a1-0x31a5 (4) 0x31a0| 25 ed d7 0c | %... | position_long: 18.06111884303391 (215477541) 0x31a5-0x31a9 (4) @@ -9523,7 +9523,7 @@ $ fq -d fit dv activity.fit 0x31b0| 06 | . | reserved: false 0x31bb.3-0x31bb.4 (0.1) 0x31b0| 06 | . | local_message_type: 6 0x31bb.4-0x31bc (0.4) | | | data_message{}: 0x31bc-0x31d2 (22) -0x31b0| e3 cc 56 3f| ..V?| timestamp: 1062653155 (s) 0x31bc-0x31c0 (4) +0x31b0| e3 cc 56 3f| ..V?| timestamp: 1062653155 (2023-09-03T05:25:55Z) 0x31bc-0x31c0 (4) 0x31c0|dc f3 35 2a |..5* | position_lat: 59.35887034982443 (708178908) 0x31c0-0x31c4 (4) 0x31c0| 91 e1 d7 0c | .... | position_long: 18.060870403423905 (215474577) 0x31c4-0x31c8 (4) 0x31c0| bb da 11 00 | .... | distance: 11701.07 (1170107) (m) 0x31c8-0x31cc (4) @@ -9539,7 +9539,7 @@ $ fq -d fit dv activity.fit 0x31d0| 06 | . | reserved: false 0x31d2.3-0x31d2.4 (0.1) 0x31d0| 06 | . | local_message_type: 6 0x31d2.4-0x31d3 (0.4) | | | data_message{}: 0x31d3-0x31e9 (22) -0x31d0| e6 cc 56 3f | ..V? | timestamp: 1062653158 (s) 0x31d3-0x31d7 (4) +0x31d0| e6 cc 56 3f | ..V? | timestamp: 1062653158 (2023-09-03T05:25:58Z) 0x31d3-0x31d7 (4) 0x31d0| aa fb 35 2a | ..5* | position_lat: 59.359037820249796 (708180906) 0x31d7-0x31db (4) 0x31d0| 93 d4 d7 0c | .... | position_long: 18.06059162132442 (215471251) 0x31db-0x31df (4) 0x31d0| 4c| L| distance: 11725.56 (1172556) (m) 0x31df-0x31e3 (4) @@ -9556,7 +9556,7 @@ $ fq -d fit dv activity.fit 0x31e0| 06 | . | reserved: false 0x31e9.3-0x31e9.4 (0.1) 0x31e0| 06 | . | local_message_type: 6 0x31e9.4-0x31ea (0.4) | | | data_message{}: 0x31ea-0x3200 (22) -0x31e0| e9 cc 56 3f | ..V? | timestamp: 1062653161 (s) 0x31ea-0x31ee (4) +0x31e0| e9 cc 56 3f | ..V? | timestamp: 1062653161 (2023-09-03T05:26:01Z) 0x31ea-0x31ee (4) 0x31e0| 58 03| X.| position_lat: 59.35920260846615 (708182872) 0x31ee-0x31f2 (4) 0x31f0|36 2a |6* | 0x31f0| 50 c7 d7 0c | P... | position_long: 18.060307055711746 (215467856) 0x31f2-0x31f6 (4) @@ -9573,7 +9573,7 @@ $ fq -d fit dv activity.fit 0x3200|06 |. | reserved: false 0x3200.3-0x3200.4 (0.1) 0x3200|06 |. | local_message_type: 6 0x3200.4-0x3201 (0.4) | | | data_message{}: 0x3201-0x3217 (22) -0x3200| ec cc 56 3f | ..V? | timestamp: 1062653164 (s) 0x3201-0x3205 (4) +0x3200| ec cc 56 3f | ..V? | timestamp: 1062653164 (2023-09-03T05:26:04Z) 0x3201-0x3205 (4) 0x3200| 7c 0b 36 2a | |.6* | position_lat: 59.35937728732824 (708184956) 0x3205-0x3209 (4) 0x3200| 29 b9 d7 0c | )... | position_long: 18.06000337935984 (215464233) 0x3209-0x320d (4) 0x3200| 06 f8 11| ...| distance: 11776.06 (1177606) (m) 0x320d-0x3211 (4) @@ -9590,7 +9590,7 @@ $ fq -d fit dv activity.fit 0x3210| 06 | . | reserved: false 0x3217.3-0x3217.4 (0.1) 0x3210| 06 | . | local_message_type: 6 0x3217.4-0x3218 (0.4) | | | data_message{}: 0x3218-0x322e (22) -0x3210| ef cc 56 3f | ..V? | timestamp: 1062653167 (s) 0x3218-0x321c (4) +0x3210| ef cc 56 3f | ..V? | timestamp: 1062653167 (2023-09-03T05:26:07Z) 0x3218-0x321c (4) 0x3210| ea 13 36 2a| ..6*| position_lat: 59.359558168798685 (708187114) 0x321c-0x3220 (4) 0x3220|d0 ab d7 0c |.... | position_long: 18.05971696972847 (215460816) 0x3220-0x3224 (4) 0x3220| 24 02 12 00 | $... | distance: 11801.96 (1180196) (m) 0x3224-0x3228 (4) @@ -9606,7 +9606,7 @@ $ fq -d fit dv activity.fit 0x3220| 06 | . | reserved: false 0x322e.3-0x322e.4 (0.1) 0x3220| 06 | . | local_message_type: 6 0x322e.4-0x322f (0.4) | | | data_message{}: 0x322f-0x3245 (22) -0x3220| f2| .| timestamp: 1062653170 (s) 0x322f-0x3233 (4) +0x3220| f2| .| timestamp: 1062653170 (2023-09-03T05:26:10Z) 0x322f-0x3233 (4) 0x3230|cc 56 3f |.V? | 0x3230| 4a 1c 36 2a | J.6* | position_lat: 59.35973787680268 (708189258) 0x3233-0x3237 (4) 0x3230| 09 9f d7 0c | .... | position_long: 18.05944279767573 (215457545) 0x3237-0x323b (4) @@ -9624,7 +9624,7 @@ $ fq -d fit dv activity.fit 0x3240| 06 | . | reserved: false 0x3245.3-0x3245.4 (0.1) 0x3240| 06 | . | local_message_type: 6 0x3245.4-0x3246 (0.4) | | | data_message{}: 0x3246-0x325c (22) -0x3240| f5 cc 56 3f | ..V? | timestamp: 1062653173 (s) 0x3246-0x324a (4) +0x3240| f5 cc 56 3f | ..V? | timestamp: 1062653173 (2023-09-03T05:26:13Z) 0x3246-0x324a (4) 0x3240| 2f 25 36 2a | /%6* | position_lat: 59.3599287327379 (708191535) 0x324a-0x324e (4) 0x3240| f9 92| ..| position_long: 18.05918396450579 (215454457) 0x324e-0x3252 (4) 0x3250|d7 0c |.. | @@ -9641,7 +9641,7 @@ $ fq -d fit dv activity.fit 0x3250| 06 | . | reserved: false 0x325c.3-0x325c.4 (0.1) 0x3250| 06 | . | local_message_type: 6 0x325c.4-0x325d (0.4) | | | data_message{}: 0x325d-0x3273 (22) -0x3250| f8 cc 56| ..V| timestamp: 1062653176 (s) 0x325d-0x3261 (4) +0x3250| f8 cc 56| ..V| timestamp: 1062653176 (2023-09-03T05:26:16Z) 0x325d-0x3261 (4) 0x3260|3f |? | 0x3260| e4 2d 36 2a | .-6* | position_lat: 59.36011556535959 (708193764) 0x3261-0x3265 (4) 0x3260| e1 85 d7 0c | .... | position_long: 18.05890300311148 (215451105) 0x3265-0x3269 (4) @@ -9659,7 +9659,7 @@ $ fq -d fit dv activity.fit 0x3270| 06 | . | reserved: false 0x3273.3-0x3273.4 (0.1) 0x3270| 06 | . | local_message_type: 6 0x3273.4-0x3274 (0.4) | | | data_message{}: 0x3274-0x328a (22) -0x3270| fb cc 56 3f | ..V? | timestamp: 1062653179 (s) 0x3274-0x3278 (4) +0x3270| fb cc 56 3f | ..V? | timestamp: 1062653179 (2023-09-03T05:26:19Z) 0x3274-0x3278 (4) 0x3270| 27 37 36 2a | '76* | position_lat: 59.36031430028379 (708196135) 0x3278-0x327c (4) 0x3270| e4 79 d7 0c| .y..| position_long: 18.058645762503147 (215448036) 0x327c-0x3280 (4) 0x3280|bd 2a 12 00 |.*.. | distance: 11905.89 (1190589) (m) 0x3280-0x3284 (4) @@ -9675,7 +9675,7 @@ $ fq -d fit dv activity.fit 0x3280| 06 | . | reserved: false 0x328a.3-0x328a.4 (0.1) 0x3280| 06 | . | local_message_type: 6 0x328a.4-0x328b (0.4) | | | data_message{}: 0x328b-0x32a1 (22) -0x3280| fe cc 56 3f | ..V? | timestamp: 1062653182 (s) 0x328b-0x328f (4) +0x3280| fe cc 56 3f | ..V? | timestamp: 1062653182 (2023-09-03T05:26:22Z) 0x328b-0x328f (4) 0x3280| fd| .| position_lat: 59.36052535660565 (708198653) 0x328f-0x3293 (4) 0x3290|40 36 2a |@6* | 0x3290| 11 76 d7 0c | .v.. | position_long: 18.058563703671098 (215447057) 0x3293-0x3297 (4) @@ -9692,7 +9692,7 @@ $ fq -d fit dv activity.fit 0x32a0| 06 | . | reserved: false 0x32a1.3-0x32a1.4 (0.1) 0x32a0| 06 | . | local_message_type: 6 0x32a1.4-0x32a2 (0.4) | | | data_message{}: 0x32a2-0x32b8 (22) -0x32a0| ff cc 56 3f | ..V? | timestamp: 1062653183 (s) 0x32a2-0x32a6 (4) +0x32a0| ff cc 56 3f | ..V? | timestamp: 1062653183 (2023-09-03T05:26:23Z) 0x32a2-0x32a6 (4) 0x32a0| 5e 44 36 2a | ^D6* | position_lat: 59.36059786006808 (708199518) 0x32a6-0x32aa (4) 0x32a0| 85 76 d7 0c | .v.. | position_long: 18.058573426678777 (215447173) 0x32aa-0x32ae (4) 0x32a0| 5e 37| ^7| distance: 11938.22 (1193822) (m) 0x32ae-0x32b2 (4) @@ -9709,7 +9709,7 @@ $ fq -d fit dv activity.fit 0x32b0| 06 | . | reserved: false 0x32b8.3-0x32b8.4 (0.1) 0x32b0| 06 | . | local_message_type: 6 0x32b8.4-0x32b9 (0.4) | | | data_message{}: 0x32b9-0x32cf (22) -0x32b0| 02 cd 56 3f | ..V? | timestamp: 1062653186 (s) 0x32b9-0x32bd (4) +0x32b0| 02 cd 56 3f | ..V? | timestamp: 1062653186 (2023-09-03T05:26:26Z) 0x32b9-0x32bd (4) 0x32b0| 6f 4e 36| oN6| position_lat: 59.36081386171281 (708202095) 0x32bd-0x32c1 (4) 0x32c0|2a |* | 0x32c0| 46 78 d7 0c | Fx.. | position_long: 18.058611061424017 (215447622) 0x32c1-0x32c5 (4) @@ -9726,7 +9726,7 @@ $ fq -d fit dv activity.fit 0x32c0| 06| .| reserved: false 0x32cf.3-0x32cf.4 (0.1) 0x32c0| 06| .| local_message_type: 6 0x32cf.4-0x32d0 (0.4) | | | data_message{}: 0x32d0-0x32e6 (22) -0x32d0|05 cd 56 3f |..V? | timestamp: 1062653189 (s) 0x32d0-0x32d4 (4) +0x32d0|05 cd 56 3f |..V? | timestamp: 1062653189 (2023-09-03T05:26:29Z) 0x32d0-0x32d4 (4) 0x32d0| a5 58 36 2a | .X6* | position_lat: 59.36103296466172 (708204709) 0x32d4-0x32d8 (4) 0x32d0| bd 79 d7 0c | .y.. | position_long: 18.05864249356091 (215447997) 0x32d8-0x32dc (4) 0x32d0| 5d 4a 12 00| ]J..| distance: 11986.85 (1198685) (m) 0x32dc-0x32e0 (4) @@ -9742,7 +9742,7 @@ $ fq -d fit dv activity.fit 0x32e0| 06 | . | reserved: false 0x32e6.3-0x32e6.4 (0.1) 0x32e0| 06 | . | local_message_type: 6 0x32e6.4-0x32e7 (0.4) | | | data_message{}: 0x32e7-0x32fd (22) -0x32e0| 07 cd 56 3f | ..V? | timestamp: 1062653191 (s) 0x32e7-0x32eb (4) +0x32e0| 07 cd 56 3f | ..V? | timestamp: 1062653191 (2023-09-03T05:26:31Z) 0x32e7-0x32eb (4) 0x32e0| 51 5f 36 2a | Q_6* | position_lat: 59.36117612756789 (708206417) 0x32eb-0x32ef (4) 0x32e0| 55| U| position_long: 18.05865523405373 (215448149) 0x32ef-0x32f3 (4) 0x32f0|7a d7 0c |z.. | @@ -9759,9 +9759,9 @@ $ fq -d fit dv activity.fit 0x32f0| 08 | . | reserved: false 0x32fd.3-0x32fd.4 (0.1) 0x32f0| 08 | . | local_message_type: 8 0x32fd.4-0x32fe (0.4) | | | data_message{}: 0x32fe-0x3334 (54) -0x32f0| 07 cd| ..| timestamp: 1062653191 (s) 0x32fe-0x3302 (4) +0x32f0| 07 cd| ..| timestamp: 1062653191 (2023-09-03T05:26:31Z) 0x32fe-0x3302 (4) 0x3300|56 3f |V? | -0x3300| 80 cc 56 3f | ..V? | start_time: 1062653056 0x3302-0x3306 (4) +0x3300| 80 cc 56 3f | ..V? | start_time: 1062653056 (2023-09-03T05:24:16Z) 0x3302-0x3306 (4) 0x3300| b0 6e 35 2a | .n5* | start_position_lat: 59.35601279139519 (708144816) 0x3306-0x330a (4) 0x3300| 7d ac d9 0c | }... | start_position_long: 18.070717798545957 (215592061) 0x330a-0x330e (4) 0x3300| 51 5f| Q_| end_position_lat: 59.36117612756789 (708206417) 0x330e-0x3312 (4) @@ -9792,7 +9792,7 @@ $ fq -d fit dv activity.fit 0x3330| 06 | . | reserved: false 0x3334.3-0x3334.4 (0.1) 0x3330| 06 | . | local_message_type: 6 0x3334.4-0x3335 (0.4) | | | data_message{}: 0x3335-0x334b (22) -0x3330| 0a cd 56 3f | ..V? | timestamp: 1062653194 (s) 0x3335-0x3339 (4) +0x3330| 0a cd 56 3f | ..V? | timestamp: 1062653194 (2023-09-03T05:26:34Z) 0x3335-0x3339 (4) 0x3330| 05 69 36 2a | .i6* | position_lat: 59.36138433404267 (708208901) 0x3339-0x333d (4) 0x3330| da 7b d7| .{.| position_long: 18.05868783965707 (215448538) 0x333d-0x3341 (4) 0x3340|0c |. | @@ -9809,7 +9809,7 @@ $ fq -d fit dv activity.fit 0x3340| 06 | . | reserved: false 0x334b.3-0x334b.4 (0.1) 0x3340| 06 | . | local_message_type: 6 0x334b.4-0x334c (0.4) | | | data_message{}: 0x334c-0x3362 (22) -0x3340| 0c cd 56 3f| ..V?| timestamp: 1062653196 (s) 0x334c-0x3350 (4) +0x3340| 0c cd 56 3f| ..V?| timestamp: 1062653196 (2023-09-03T05:26:36Z) 0x334c-0x3350 (4) 0x3350|71 6f 36 2a |qo6* | position_lat: 59.36152213253081 (708210545) 0x3350-0x3354 (4) 0x3350| ed 7b d7 0c | .{.. | position_long: 18.05868943221867 (215448557) 0x3354-0x3358 (4) 0x3350| b1 5f 12 00 | ._.. | distance: 12041.45 (1204145) (m) 0x3358-0x335c (4) @@ -9825,7 +9825,7 @@ $ fq -d fit dv activity.fit 0x3360| 06 | . | reserved: false 0x3362.3-0x3362.4 (0.1) 0x3360| 06 | . | local_message_type: 6 0x3362.4-0x3363 (0.4) | | | data_message{}: 0x3363-0x3379 (22) -0x3360| 0f cd 56 3f | ..V? | timestamp: 1062653199 (s) 0x3363-0x3367 (4) +0x3360| 0f cd 56 3f | ..V? | timestamp: 1062653199 (2023-09-03T05:26:39Z) 0x3363-0x3367 (4) 0x3360| 6d 78 36 2a | mx6* | position_lat: 59.361714916303754 (708212845) 0x3367-0x336b (4) 0x3360| 42 76 d7 0c | Bv.. | position_long: 18.058567810803652 (215447106) 0x336b-0x336f (4) 0x3360| 89| .| distance: 12064.09 (1206409) (m) 0x336f-0x3373 (4) @@ -9842,7 +9842,7 @@ $ fq -d fit dv activity.fit 0x3370| 06 | . | reserved: false 0x3379.3-0x3379.4 (0.1) 0x3370| 06 | . | local_message_type: 6 0x3379.4-0x337a (0.4) | | | data_message{}: 0x337a-0x3390 (22) -0x3370| 10 cd 56 3f | ..V? | timestamp: 1062653200 (s) 0x337a-0x337e (4) +0x3370| 10 cd 56 3f | ..V? | timestamp: 1062653200 (2023-09-03T05:26:40Z) 0x337a-0x337e (4) 0x3370| 0b 7b| .{| position_lat: 59.361771075055 (708213515) 0x337e-0x3382 (4) 0x3380|36 2a |6* | 0x3380| 6d 73 d7 0c | ms.. | position_long: 18.058507042005658 (215446381) 0x3382-0x3386 (4) @@ -9859,7 +9859,7 @@ $ fq -d fit dv activity.fit 0x3390|06 |. | reserved: false 0x3390.3-0x3390.4 (0.1) 0x3390|06 |. | local_message_type: 6 0x3390.4-0x3391 (0.4) | | | data_message{}: 0x3391-0x33a7 (22) -0x3390| 11 cd 56 3f | ..V? | timestamp: 1062653201 (s) 0x3391-0x3395 (4) +0x3390| 11 cd 56 3f | ..V? | timestamp: 1062653201 (2023-09-03T05:26:41Z) 0x3391-0x3395 (4) 0x3390| 56 7d 36 2a | V}6* | position_lat: 59.36182027682662 (708214102) 0x3395-0x3399 (4) 0x3390| 68 70 d7 0c | hp.. | position_long: 18.058442249894142 (215445608) 0x3399-0x339d (4) 0x3390| e7 6d 12| .m.| distance: 12077.83 (1207783) (m) 0x339d-0x33a1 (4) @@ -9876,7 +9876,7 @@ $ fq -d fit dv activity.fit 0x33a0| 06 | . | reserved: false 0x33a7.3-0x33a7.4 (0.1) 0x33a0| 06 | . | local_message_type: 6 0x33a7.4-0x33a8 (0.4) | | | data_message{}: 0x33a8-0x33be (22) -0x33a0| 15 cd 56 3f | ..V? | timestamp: 1062653205 (s) 0x33a8-0x33ac (4) +0x33a0| 15 cd 56 3f | ..V? | timestamp: 1062653205 (2023-09-03T05:26:45Z) 0x33a8-0x33ac (4) 0x33a0| dd 81 36 2a| ..6*| position_lat: 59.36191742308438 (708215261) 0x33ac-0x33b0 (4) 0x33b0|63 5f d7 0c |c_.. | position_long: 18.058077050372958 (215441251) 0x33b0-0x33b4 (4) 0x33b0| 2c 77 12 00 | ,w.. | distance: 12101.56 (1210156) (m) 0x33b4-0x33b8 (4) @@ -9892,7 +9892,7 @@ $ fq -d fit dv activity.fit 0x33b0| 06 | . | reserved: false 0x33be.3-0x33be.4 (0.1) 0x33b0| 06 | . | local_message_type: 6 0x33be.4-0x33bf (0.4) | | | data_message{}: 0x33bf-0x33d5 (22) -0x33b0| 17| .| timestamp: 1062653207 (s) 0x33bf-0x33c3 (4) +0x33b0| 17| .| timestamp: 1062653207 (2023-09-03T05:26:47Z) 0x33bf-0x33c3 (4) 0x33c0|cd 56 3f |.V? | 0x33c0| f1 85 36 2a | ..6* | position_lat: 59.36200493015349 (708216305) 0x33c3-0x33c7 (4) 0x33c0| f4 58 d7 0c | .X.. | position_long: 18.057939000427723 (215439604) 0x33c7-0x33cb (4) @@ -9910,7 +9910,7 @@ $ fq -d fit dv activity.fit 0x33d0| 06 | . | reserved: false 0x33d5.3-0x33d5.4 (0.1) 0x33d0| 06 | . | local_message_type: 6 0x33d5.4-0x33d6 (0.4) | | | data_message{}: 0x33d6-0x33ec (22) -0x33d0| 1b cd 56 3f | ..V? | timestamp: 1062653211 (s) 0x33d6-0x33da (4) +0x33d0| 1b cd 56 3f | ..V? | timestamp: 1062653211 (2023-09-03T05:26:51Z) 0x33d6-0x33da (4) 0x33d0| 17 8d 36 2a | ..6* | position_lat: 59.36215831898153 (708218135) 0x33da-0x33de (4) 0x33d0| 0e 4a| .J| position_long: 18.05761931464076 (215435790) 0x33de-0x33e2 (4) 0x33e0|d7 0c |.. | @@ -9927,7 +9927,7 @@ $ fq -d fit dv activity.fit 0x33e0| 06 | . | reserved: false 0x33ec.3-0x33ec.4 (0.1) 0x33e0| 06 | . | local_message_type: 6 0x33ec.4-0x33ed (0.4) | | | data_message{}: 0x33ed-0x3403 (22) -0x33e0| 1c cd 56| ..V| timestamp: 1062653212 (s) 0x33ed-0x33f1 (4) +0x33e0| 1c cd 56| ..V| timestamp: 1062653212 (2023-09-03T05:26:52Z) 0x33ed-0x33f1 (4) 0x33f0|3f |? | 0x33f0| 5f 8e 36 2a | _.6* | position_lat: 59.36218581162393 (708218463) 0x33f1-0x33f5 (4) 0x33f0| b7 45 d7 0c | .E.. | position_long: 18.057526191696525 (215434679) 0x33f5-0x33f9 (4) @@ -9945,7 +9945,7 @@ $ fq -d fit dv activity.fit 0x3400| 06 | . | reserved: false 0x3403.3-0x3403.4 (0.1) 0x3400| 06 | . | local_message_type: 6 0x3403.4-0x3404 (0.4) | | | data_message{}: 0x3404-0x341a (22) -0x3400| 20 cd 56 3f | .V? | timestamp: 1062653216 (s) 0x3404-0x3408 (4) +0x3400| 20 cd 56 3f | .V? | timestamp: 1062653216 (2023-09-03T05:26:56Z) 0x3404-0x3408 (4) 0x3400| 7e 92 36 2a | ~.6* | position_lat: 59.36227424070239 (708219518) 0x3408-0x340c (4) 0x3400| fa 33 d7 0c| .3..| position_long: 18.057145569473505 (215430138) 0x340c-0x3410 (4) 0x3410|82 91 12 00 |.... | distance: 12168.98 (1216898) (m) 0x3410-0x3414 (4) @@ -9961,7 +9961,7 @@ $ fq -d fit dv activity.fit 0x3410| 06 | . | reserved: false 0x341a.3-0x341a.4 (0.1) 0x3410| 06 | . | local_message_type: 6 0x341a.4-0x341b (0.4) | | | data_message{}: 0x341b-0x3431 (22) -0x3410| 24 cd 56 3f | $.V? | timestamp: 1062653220 (s) 0x341b-0x341f (4) +0x3410| 24 cd 56 3f | $.V? | timestamp: 1062653220 (2023-09-03T05:27:00Z) 0x341b-0x341f (4) 0x3410| 05| .| position_lat: 59.36237138696015 (708220677) 0x341f-0x3423 (4) 0x3420|97 36 2a |.6* | 0x3420| be 22 d7 0c | .".. | position_long: 18.056775759905577 (215425726) 0x3423-0x3427 (4) @@ -9978,7 +9978,7 @@ $ fq -d fit dv activity.fit 0x3430| 06 | . | reserved: false 0x3431.3-0x3431.4 (0.1) 0x3430| 06 | . | local_message_type: 6 0x3431.4-0x3432 (0.4) | | | data_message{}: 0x3432-0x3448 (22) -0x3430| 28 cd 56 3f | (.V? | timestamp: 1062653224 (s) 0x3432-0x3436 (4) +0x3430| 28 cd 56 3f | (.V? | timestamp: 1062653224 (2023-09-03T05:27:04Z) 0x3432-0x3436 (4) 0x3430| 35 9d 36 2a | 5.6* | position_lat: 59.362504156306386 (708222261) 0x3436-0x343a (4) 0x3430| f4 13 d7 0c | .... | position_long: 18.056458421051502 (215421940) 0x343a-0x343e (4) 0x3430| e2 a3| ..| distance: 12216.02 (1221602) (m) 0x343e-0x3442 (4) @@ -9995,7 +9995,7 @@ $ fq -d fit dv activity.fit 0x3440| 06 | . | reserved: false 0x3448.3-0x3448.4 (0.1) 0x3440| 06 | . | local_message_type: 6 0x3448.4-0x3449 (0.4) | | | data_message{}: 0x3449-0x345f (22) -0x3440| 2c cd 56 3f | ,.V? | timestamp: 1062653228 (s) 0x3449-0x344d (4) +0x3440| 2c cd 56 3f | ,.V? | timestamp: 1062653228 (2023-09-03T05:27:08Z) 0x3449-0x344d (4) 0x3440| 17 a5 36| ..6| position_lat: 59.36267330311239 (708224279) 0x344d-0x3451 (4) 0x3450|2a |* | 0x3450| 99 07 d7 0c | .... | position_long: 18.056193301454186 (215418777) 0x3451-0x3455 (4) @@ -10012,7 +10012,7 @@ $ fq -d fit dv activity.fit 0x3450| 06| .| reserved: false 0x345f.3-0x345f.4 (0.1) 0x3450| 06| .| local_message_type: 6 0x345f.4-0x3460 (0.4) | | | data_message{}: 0x3460-0x3476 (22) -0x3460|30 cd 56 3f |0.V? | timestamp: 1062653232 (s) 0x3460-0x3464 (4) +0x3460|30 cd 56 3f |0.V? | timestamp: 1062653232 (2023-09-03T05:27:12Z) 0x3460-0x3464 (4) 0x3460| 95 ad 36 2a | ..6* | position_lat: 59.36285552568734 (708226453) 0x3464-0x3468 (4) 0x3460| d0 fb d6 0c | .... | position_long: 18.0559404194355 (215415760) 0x3468-0x346c (4) 0x3460| 09 b7 12 00| ....| distance: 12265.05 (1226505) (m) 0x346c-0x3470 (4) @@ -10028,7 +10028,7 @@ $ fq -d fit dv activity.fit 0x3470| 06 | . | reserved: false 0x3476.3-0x3476.4 (0.1) 0x3470| 06 | . | local_message_type: 6 0x3476.4-0x3477 (0.4) | | | data_message{}: 0x3477-0x348d (22) -0x3470| 34 cd 56 3f | 4.V? | timestamp: 1062653236 (s) 0x3477-0x347b (4) +0x3470| 34 cd 56 3f | 4.V? | timestamp: 1062653236 (2023-09-03T05:27:16Z) 0x3477-0x347b (4) 0x3470| 35 b6 36 2a | 5.6* | position_lat: 59.363040598109365 (708228661) 0x347b-0x347f (4) 0x3470| 25| %| position_long: 18.055711509659886 (215413029) 0x347f-0x3483 (4) 0x3480|f1 d6 0c |... | @@ -10045,7 +10045,7 @@ $ fq -d fit dv activity.fit 0x3480| 06 | . | reserved: false 0x348d.3-0x348d.4 (0.1) 0x3480| 06 | . | local_message_type: 6 0x348d.4-0x348e (0.4) | | | data_message{}: 0x348e-0x34a4 (22) -0x3480| 38 cd| 8.| timestamp: 1062653240 (s) 0x348e-0x3492 (4) +0x3480| 38 cd| 8.| timestamp: 1062653240 (2023-09-03T05:27:20Z) 0x348e-0x3492 (4) 0x3490|56 3f |V? | 0x3490| 91 be 36 2a | ..6* | position_lat: 59.363219970837235 (708230801) 0x3492-0x3496 (4) 0x3490| 2c e7 d6 0c | ,... | position_long: 18.055497519671917 (215410476) 0x3496-0x349a (4) @@ -10062,7 +10062,7 @@ $ fq -d fit dv activity.fit 0x34a0| 06 | . | reserved: false 0x34a4.3-0x34a4.4 (0.1) 0x34a0| 06 | . | local_message_type: 6 0x34a4.4-0x34a5 (0.4) | | | data_message{}: 0x34a5-0x34bb (22) -0x34a0| 3c cd 56 3f | <.V? | timestamp: 1062653244 (s) 0x34a5-0x34a9 (4) +0x34a0| 3c cd 56 3f | <.V? | timestamp: 1062653244 (2023-09-03T05:27:24Z) 0x34a5-0x34a9 (4) 0x34a0| 96 c6 36 2a | ..6* | position_lat: 59.36339205130935 (708232854) 0x34a9-0x34ad (4) 0x34a0| db dd d6| ...| position_long: 18.055297611281276 (215408091) 0x34ad-0x34b1 (4) 0x34b0|0c |. | @@ -10079,7 +10079,7 @@ $ fq -d fit dv activity.fit 0x34b0| 06 | . | reserved: false 0x34bb.3-0x34bb.4 (0.1) 0x34b0| 06 | . | local_message_type: 6 0x34bb.4-0x34bc (0.4) | | | data_message{}: 0x34bc-0x34d2 (22) -0x34b0| 40 cd 56 3f| @.V?| timestamp: 1062653248 (s) 0x34bc-0x34c0 (4) +0x34b0| 40 cd 56 3f| @.V?| timestamp: 1062653248 (2023-09-03T05:27:28Z) 0x34bc-0x34c0 (4) 0x34c0|a2 ce 36 2a |..6* | position_lat: 59.36356471851468 (708234914) 0x34c0-0x34c4 (4) 0x34c0| 91 d5 d6 0c | .... | position_long: 18.055119747295976 (215405969) 0x34c4-0x34c8 (4) 0x34c0| e6 da 12 00 | .... | distance: 12356.86 (1235686) (m) 0x34c8-0x34cc (4) @@ -10095,7 +10095,7 @@ $ fq -d fit dv activity.fit 0x34d0| 06 | . | reserved: false 0x34d2.3-0x34d2.4 (0.1) 0x34d0| 06 | . | local_message_type: 6 0x34d2.4-0x34d3 (0.4) | | | data_message{}: 0x34d3-0x34e9 (22) -0x34d0| 44 cd 56 3f | D.V? | timestamp: 1062653252 (s) 0x34d3-0x34d7 (4) +0x34d0| 44 cd 56 3f | D.V? | timestamp: 1062653252 (2023-09-03T05:27:32Z) 0x34d3-0x34d7 (4) 0x34d0| 6e d6 36 2a | n.6* | position_lat: 59.363732021301985 (708236910) 0x34d7-0x34db (4) 0x34d0| b4 cd d6 0c | .... | position_long: 18.054951019585133 (215403956) 0x34db-0x34df (4) 0x34d0| 17| .| distance: 12377.83 (1237783) (m) 0x34df-0x34e3 (4) @@ -10112,7 +10112,7 @@ $ fq -d fit dv activity.fit 0x34e0| 06 | . | reserved: false 0x34e9.3-0x34e9.4 (0.1) 0x34e0| 06 | . | local_message_type: 6 0x34e9.4-0x34ea (0.4) | | | data_message{}: 0x34ea-0x3500 (22) -0x34e0| 46 cd 56 3f | F.V? | timestamp: 1062653254 (s) 0x34ea-0x34ee (4) +0x34e0| 46 cd 56 3f | F.V? | timestamp: 1062653254 (2023-09-03T05:27:34Z) 0x34ea-0x34ee (4) 0x34e0| 0b da| ..| position_lat: 59.36380955390632 (708237835) 0x34ee-0x34f2 (4) 0x34f0|36 2a |6* | 0x34f0| db c9 d6 0c | .... | position_long: 18.054868457838893 (215402971) 0x34f2-0x34f6 (4) @@ -10129,7 +10129,7 @@ $ fq -d fit dv activity.fit 0x3500|06 |. | reserved: false 0x3500.3-0x3500.4 (0.1) 0x3500|06 |. | local_message_type: 6 0x3500.4-0x3501 (0.4) | | | data_message{}: 0x3501-0x3517 (22) -0x3500| 4b cd 56 3f | K.V? | timestamp: 1062653259 (s) 0x3501-0x3505 (4) +0x3500| 4b cd 56 3f | K.V? | timestamp: 1062653259 (2023-09-03T05:27:39Z) 0x3501-0x3505 (4) 0x3500| 4f e2 36 2a | O.6* | position_lat: 59.36398691497743 (708239951) 0x3505-0x3509 (4) 0x3500| 22 c2 d6 0c | "... | position_long: 18.05470274761319 (215400994) 0x3509-0x350d (4) 0x3500| 7a ef 12| z..| distance: 12409.54 (1240954) (m) 0x350d-0x3511 (4) @@ -10146,7 +10146,7 @@ $ fq -d fit dv activity.fit 0x3510| 06 | . | reserved: false 0x3517.3-0x3517.4 (0.1) 0x3510| 06 | . | local_message_type: 6 0x3517.4-0x3518 (0.4) | | | data_message{}: 0x3518-0x352e (22) -0x3510| 50 cd 56 3f | P.V? | timestamp: 1062653264 (s) 0x3518-0x351c (4) +0x3510| 50 cd 56 3f | P.V? | timestamp: 1062653264 (2023-09-03T05:27:44Z) 0x3518-0x351c (4) 0x3510| 3d ea 36 2a| =.6*| position_lat: 59.36415706761181 (708241981) 0x351c-0x3520 (4) 0x3520|e1 bb d6 0c |.... | position_long: 18.054568553343415 (215399393) 0x3520-0x3524 (4) 0x3520| 75 f7 12 00 | u... | distance: 12429.97 (1242997) (m) 0x3524-0x3528 (4) @@ -10162,7 +10162,7 @@ $ fq -d fit dv activity.fit 0x3520| 06 | . | reserved: false 0x352e.3-0x352e.4 (0.1) 0x3520| 06 | . | local_message_type: 6 0x352e.4-0x352f (0.4) | | | data_message{}: 0x352f-0x3545 (22) -0x3520| 56| V| timestamp: 1062653270 (s) 0x352f-0x3533 (4) +0x3520| 56| V| timestamp: 1062653270 (2023-09-03T05:27:50Z) 0x352f-0x3533 (4) 0x3530|cd 56 3f |.V? | 0x3530| b7 f3 36 2a | ..6* | position_lat: 59.364360412582755 (708244407) 0x3533-0x3537 (4) 0x3530| 94 b5 d6 0c | .... | position_long: 18.05443335324526 (215397780) 0x3537-0x353b (4) @@ -10180,7 +10180,7 @@ $ fq -d fit dv activity.fit 0x3540| 06 | . | reserved: false 0x3545.3-0x3545.4 (0.1) 0x3540| 06 | . | local_message_type: 6 0x3545.4-0x3546 (0.4) | | | data_message{}: 0x3546-0x355c (22) -0x3540| 5b cd 56 3f | [.V? | timestamp: 1062653275 (s) 0x3546-0x354a (4) +0x3540| 5b cd 56 3f | [.V? | timestamp: 1062653275 (2023-09-03T05:27:55Z) 0x3546-0x354a (4) 0x3540| df fb 36 2a | ..6* | position_lat: 59.36453542672098 (708246495) 0x354a-0x354e (4) 0x3540| 96 b0| ..| position_long: 18.054326232522726 (215396502) 0x354e-0x3552 (4) 0x3550|d6 0c |.. | @@ -10197,7 +10197,7 @@ $ fq -d fit dv activity.fit 0x3550| 06 | . | reserved: false 0x355c.3-0x355c.4 (0.1) 0x3550| 06 | . | local_message_type: 6 0x355c.4-0x355d (0.4) | | | data_message{}: 0x355d-0x3573 (22) -0x3550| 60 cd 56| `.V| timestamp: 1062653280 (s) 0x355d-0x3561 (4) +0x3550| 60 cd 56| `.V| timestamp: 1062653280 (2023-09-03T05:28:00Z) 0x355d-0x3561 (4) 0x3560|3f |? | 0x3560| c7 04 37 2a | ..7* | position_lat: 59.36472653411329 (708248775) 0x3561-0x3565 (4) 0x3560| 13 ac d6 0c | .... | position_long: 18.054229421541095 (215395347) 0x3565-0x3569 (4) @@ -10215,7 +10215,7 @@ $ fq -d fit dv activity.fit 0x3570| 06 | . | reserved: false 0x3573.3-0x3573.4 (0.1) 0x3570| 06 | . | local_message_type: 6 0x3573.4-0x3574 (0.4) | | | data_message{}: 0x3574-0x358a (22) -0x3570| 65 cd 56 3f | e.V? | timestamp: 1062653285 (s) 0x3574-0x3578 (4) +0x3570| 65 cd 56 3f | e.V? | timestamp: 1062653285 (2023-09-03T05:28:05Z) 0x3574-0x3578 (4) 0x3570| de 0e 37 2a | ..7* | position_lat: 59.36494303867221 (708251358) 0x3578-0x357c (4) 0x3570| 2c a8 d6 0c| ,...| position_long: 18.05414568632841 (215394348) 0x357c-0x3580 (4) 0x3580|f9 1a 13 00 |.... | distance: 12520.89 (1252089) (m) 0x3580-0x3584 (4) @@ -10231,7 +10231,7 @@ $ fq -d fit dv activity.fit 0x3580| 06 | . | reserved: false 0x358a.3-0x358a.4 (0.1) 0x3580| 06 | . | local_message_type: 6 0x358a.4-0x358b (0.4) | | | data_message{}: 0x358b-0x35a1 (22) -0x3580| 69 cd 56 3f | i.V? | timestamp: 1062653289 (s) 0x358b-0x358f (4) +0x3580| 69 cd 56 3f | i.V? | timestamp: 1062653289 (2023-09-03T05:28:09Z) 0x358b-0x358f (4) 0x3580| 9f| .| position_lat: 59.36513087712228 (708253599) 0x358f-0x3593 (4) 0x3590|17 37 2a |.7* | 0x3590| 78 a5 d6 0c | x... | position_long: 18.054087683558464 (215393656) 0x3593-0x3597 (4) @@ -10248,7 +10248,7 @@ $ fq -d fit dv activity.fit 0x35a0| 06 | . | reserved: false 0x35a1.3-0x35a1.4 (0.1) 0x35a0| 06 | . | local_message_type: 6 0x35a1.4-0x35a2 (0.4) | | | data_message{}: 0x35a2-0x35b8 (22) -0x35a0| 6d cd 56 3f | m.V? | timestamp: 1062653293 (s) 0x35a2-0x35a6 (4) +0x35a0| 6d cd 56 3f | m.V? | timestamp: 1062653293 (2023-09-03T05:28:13Z) 0x35a2-0x35a6 (4) 0x35a0| 85 20 37 2a | . 7* | position_lat: 59.36532181687653 (708255877) 0x35a6-0x35aa (4) 0x35a0| e4 a2 d6 0c | .... | position_long: 18.054032362997532 (215392996) 0x35aa-0x35ae (4) 0x35a0| a5 2b| .+| distance: 12563.57 (1256357) (m) 0x35ae-0x35b2 (4) @@ -10265,7 +10265,7 @@ $ fq -d fit dv activity.fit 0x35b0| 06 | . | reserved: false 0x35b8.3-0x35b8.4 (0.1) 0x35b0| 06 | . | local_message_type: 6 0x35b8.4-0x35b9 (0.4) | | | data_message{}: 0x35b9-0x35cf (22) -0x35b0| 71 cd 56 3f | q.V? | timestamp: 1062653297 (s) 0x35b9-0x35bd (4) +0x35b0| 71 cd 56 3f | q.V? | timestamp: 1062653297 (2023-09-03T05:28:17Z) 0x35b9-0x35bd (4) 0x35b0| c5 29 37| .)7| position_lat: 59.36552030034363 (708258245) 0x35bd-0x35c1 (4) 0x35c0|2a |* | 0x35c0| 12 a0 d6 0c | .... | position_long: 18.053971845656633 (215392274) 0x35c1-0x35c5 (4) @@ -10282,7 +10282,7 @@ $ fq -d fit dv activity.fit 0x35c0| 06| .| reserved: false 0x35cf.3-0x35cf.4 (0.1) 0x35c0| 06| .| local_message_type: 6 0x35cf.4-0x35d0 (0.4) | | | data_message{}: 0x35d0-0x35e6 (22) -0x35d0|75 cd 56 3f |u.V? | timestamp: 1062653301 (s) 0x35d0-0x35d4 (4) +0x35d0|75 cd 56 3f |u.V? | timestamp: 1062653301 (2023-09-03T05:28:21Z) 0x35d0-0x35d4 (4) 0x35d0| 85 33 37 2a | .37* | position_lat: 59.365729512646794 (708260741) 0x35d4-0x35d8 (4) 0x35d0| 7f 9c d6 0c | .... | position_long: 18.053895151242614 (215391359) 0x35d8-0x35dc (4) 0x35d0| a8 3d 13 00| .=..| distance: 12609.68 (1260968) (m) 0x35dc-0x35e0 (4) @@ -10298,7 +10298,7 @@ $ fq -d fit dv activity.fit 0x35e0| 06 | . | reserved: false 0x35e6.3-0x35e6.4 (0.1) 0x35e0| 06 | . | local_message_type: 6 0x35e6.4-0x35e7 (0.4) | | | data_message{}: 0x35e7-0x35fd (22) -0x35e0| 79 cd 56 3f | y.V? | timestamp: 1062653305 (s) 0x35e7-0x35eb (4) +0x35e0| 79 cd 56 3f | y.V? | timestamp: 1062653305 (2023-09-03T05:28:25Z) 0x35e7-0x35eb (4) 0x35e0| cd 3d 37 2a | .=7* | position_lat: 59.36595012433827 (708263373) 0x35eb-0x35ef (4) 0x35e0| d1| .| position_long: 18.05379473604262 (215390161) 0x35ef-0x35f3 (4) 0x35f0|97 d6 0c |... | @@ -10315,7 +10315,7 @@ $ fq -d fit dv activity.fit 0x35f0| 06 | . | reserved: false 0x35fd.3-0x35fd.4 (0.1) 0x35f0| 06 | . | local_message_type: 6 0x35fd.4-0x35fe (0.4) | | | data_message{}: 0x35fe-0x3614 (22) -0x35f0| 7d cd| }.| timestamp: 1062653309 (s) 0x35fe-0x3602 (4) +0x35f0| 7d cd| }.| timestamp: 1062653309 (2023-09-03T05:28:29Z) 0x35fe-0x3602 (4) 0x3600|56 3f |V? | 0x3600| 9e 48 37 2a | .H7* | position_lat: 59.36618221923709 (708266142) 0x3602-0x3606 (4) 0x3600| 11 93 d6 0c | .... | position_long: 18.053692812100053 (215388945) 0x3606-0x360a (4) @@ -10332,7 +10332,7 @@ $ fq -d fit dv activity.fit 0x3610| 06 | . | reserved: false 0x3614.3-0x3614.4 (0.1) 0x3610| 06 | . | local_message_type: 6 0x3614.4-0x3615 (0.4) | | | data_message{}: 0x3615-0x362b (22) -0x3610| 80 cd 56 3f | ..V? | timestamp: 1062653312 (s) 0x3615-0x3619 (4) +0x3610| 80 cd 56 3f | ..V? | timestamp: 1062653312 (2023-09-03T05:28:32Z) 0x3615-0x3619 (4) 0x3610| e0 50 37 2a | .P7* | position_lat: 59.366359412670135 (708268256) 0x3619-0x361d (4) 0x3610| 13 8f d6| ...| position_long: 18.05360714904964 (215387923) 0x361d-0x3621 (4) 0x3620|0c |. | @@ -10349,7 +10349,7 @@ $ fq -d fit dv activity.fit 0x3620| 06 | . | reserved: false 0x362b.3-0x362b.4 (0.1) 0x3620| 06 | . | local_message_type: 6 0x362b.4-0x362c (0.4) | | | data_message{}: 0x362c-0x3642 (22) -0x3620| 83 cd 56 3f| ..V?| timestamp: 1062653315 (s) 0x362c-0x3630 (4) +0x3620| 83 cd 56 3f| ..V?| timestamp: 1062653315 (2023-09-03T05:28:35Z) 0x362c-0x3630 (4) 0x3630|a7 59 37 2a |.Y7* | position_lat: 59.3665477540344 (708270503) 0x3630-0x3634 (4) 0x3630| ea 8a d6 0c | .... | position_long: 18.053517881780863 (215386858) 0x3634-0x3638 (4) 0x3630| 3c 62 13 00 | .. | position_long: 18.079348392784595 (215695028) 0x4039-0x403d (4) 0x4030| 02 f8 16| ...| distance: 15052.82 (1505282) (m) 0x403d-0x4041 (4) @@ -12227,7 +12227,7 @@ $ fq -d fit dv activity.fit 0x4040| 06 | . | reserved: false 0x4047.3-0x4047.4 (0.1) 0x4040| 06 | . | local_message_type: 6 0x4047.4-0x4048 (0.4) | | | data_message{}: 0x4048-0x405e (22) -0x4040| bb ce 56 3f | ..V? | timestamp: 1062653627 (s) 0x4048-0x404c (4) +0x4040| bb ce 56 3f | ..V? | timestamp: 1062653627 (2023-09-03T05:33:47Z) 0x4048-0x404c (4) 0x4040| 13 a2 36 2a| ..6*| position_lat: 59.3626085948199 (708223507) 0x404c-0x4050 (4) 0x4050|60 47 db 0c |`G.. | position_long: 18.079534471035004 (215697248) 0x4050-0x4054 (4) 0x4050| 26 fc 16 00 | &... | distance: 15063.42 (1506342) (m) 0x4054-0x4058 (4) @@ -12243,7 +12243,7 @@ $ fq -d fit dv activity.fit 0x4050| 06 | . | reserved: false 0x405e.3-0x405e.4 (0.1) 0x4050| 06 | . | local_message_type: 6 0x405e.4-0x405f (0.4) | | | data_message{}: 0x405f-0x4075 (22) -0x4050| bd| .| timestamp: 1062653629 (s) 0x405f-0x4063 (4) +0x4050| bd| .| timestamp: 1062653629 (2023-09-03T05:33:49Z) 0x405f-0x4063 (4) 0x4060|ce 56 3f |.V? | 0x4060| 43 a3 36 2a | C.6* | position_lat: 59.362634075805545 (708223811) 0x4063-0x4067 (4) 0x4060| f8 58 db 0c | .X.. | position_long: 18.07991199195385 (215701752) 0x4067-0x406b (4) @@ -12261,7 +12261,7 @@ $ fq -d fit dv activity.fit 0x4070| 06 | . | reserved: false 0x4075.3-0x4075.4 (0.1) 0x4070| 06 | . | local_message_type: 6 0x4075.4-0x4076 (0.4) | | | data_message{}: 0x4076-0x408c (22) -0x4070| bf ce 56 3f | ..V? | timestamp: 1062653631 (s) 0x4076-0x407a (4) +0x4070| bf ce 56 3f | ..V? | timestamp: 1062653631 (2023-09-03T05:33:51Z) 0x4076-0x407a (4) 0x4070| b6 a5 36 2a | ..6* | position_lat: 59.36268663033843 (708224438) 0x407a-0x407e (4) 0x4070| e5 69| .i| position_long: 18.080275179818273 (215706085) 0x407e-0x4082 (4) 0x4080|db 0c |.. | @@ -12278,7 +12278,7 @@ $ fq -d fit dv activity.fit 0x4080| 06 | . | reserved: false 0x408c.3-0x408c.4 (0.1) 0x4080| 06 | . | local_message_type: 6 0x408c.4-0x408d (0.4) | | | data_message{}: 0x408d-0x40a3 (22) -0x4080| c1 ce 56| ..V| timestamp: 1062653633 (s) 0x408d-0x4091 (4) +0x4080| c1 ce 56| ..V| timestamp: 1062653633 (2023-09-03T05:33:53Z) 0x408d-0x4091 (4) 0x4090|3f |? | 0x4090| dc a7 36 2a | ..6* | position_lat: 59.362732730805874 (708224988) 0x4091-0x4095 (4) 0x4090| 36 7a db 0c | 6z.. | position_long: 18.080625291913748 (215710262) 0x4095-0x4099 (4) @@ -12296,7 +12296,7 @@ $ fq -d fit dv activity.fit 0x40a0| 06 | . | reserved: false 0x40a3.3-0x40a3.4 (0.1) 0x40a0| 06 | . | local_message_type: 6 0x40a3.4-0x40a4 (0.4) | | | data_message{}: 0x40a4-0x40ba (22) -0x40a0| c3 ce 56 3f | ..V? | timestamp: 1062653635 (s) 0x40a4-0x40a8 (4) +0x40a0| c3 ce 56 3f | ..V? | timestamp: 1062653635 (2023-09-03T05:33:55Z) 0x40a4-0x40a8 (4) 0x40a0| 5c aa 36 2a | \.6* | position_lat: 59.36278637498617 (708225628) 0x40a8-0x40ac (4) 0x40a0| e3 89 db 0c| ....| position_long: 18.08096165768802 (215714275) 0x40ac-0x40b0 (4) 0x40b0|da 1c 17 00 |.... | distance: 15147.14 (1514714) (m) 0x40b0-0x40b4 (4) @@ -12312,7 +12312,7 @@ $ fq -d fit dv activity.fit 0x40b0| 06 | . | reserved: false 0x40ba.3-0x40ba.4 (0.1) 0x40b0| 06 | . | local_message_type: 6 0x40ba.4-0x40bb (0.4) | | | data_message{}: 0x40bb-0x40d1 (22) -0x40b0| c6 ce 56 3f | ..V? | timestamp: 1062653638 (s) 0x40bb-0x40bf (4) +0x40b0| c6 ce 56 3f | ..V? | timestamp: 1062653638 (2023-09-03T05:33:58Z) 0x40bb-0x40bf (4) 0x40b0| dd| .| position_lat: 59.36286156065762 (708226525) 0x40bf-0x40c3 (4) 0x40c0|ad 36 2a |.6* | 0x40c0| d4 a0 db 0c | .... | position_long: 18.081453926861286 (215720148) 0x40c3-0x40c7 (4) @@ -12329,7 +12329,7 @@ $ fq -d fit dv activity.fit 0x40d0| 06 | . | reserved: false 0x40d1.3-0x40d1.4 (0.1) 0x40d0| 06 | . | local_message_type: 6 0x40d1.4-0x40d2 (0.4) | | | data_message{}: 0x40d2-0x40e8 (22) -0x40d0| c9 ce 56 3f | ..V? | timestamp: 1062653641 (s) 0x40d2-0x40d6 (4) +0x40d0| c9 ce 56 3f | ..V? | timestamp: 1062653641 (2023-09-03T05:34:01Z) 0x40d2-0x40d6 (4) 0x40d0| 9b b1 36 2a | ..6* | position_lat: 59.362941859290004 (708227483) 0x40d6-0x40da (4) 0x40d0| e9 b6 db 0c | .... | position_long: 18.081927755847573 (215725801) 0x40da-0x40de (4) 0x40d0| 57 33| W3| distance: 15204.71 (1520471) (m) 0x40de-0x40e2 (4) @@ -12346,7 +12346,7 @@ $ fq -d fit dv activity.fit 0x40e0| 06 | . | reserved: false 0x40e8.3-0x40e8.4 (0.1) 0x40e0| 06 | . | local_message_type: 6 0x40e8.4-0x40e9 (0.4) | | | data_message{}: 0x40e9-0x40ff (22) -0x40e0| cc ce 56 3f | ..V? | timestamp: 1062653644 (s) 0x40e9-0x40ed (4) +0x40e0| cc ce 56 3f | ..V? | timestamp: 1062653644 (2023-09-03T05:34:04Z) 0x40e9-0x40ed (4) 0x40e0| 7c b7 36| |.6| position_lat: 59.363068006932735 (708228988) 0x40ed-0x40f1 (4) 0x40f0|2a |* | 0x40f0| 99 cc db 0c | .... | position_long: 18.082393119111657 (215731353) 0x40f1-0x40f5 (4) @@ -12363,7 +12363,7 @@ $ fq -d fit dv activity.fit 0x40f0| 06| .| reserved: false 0x40ff.3-0x40ff.4 (0.1) 0x40f0| 06| .| local_message_type: 6 0x40ff.4-0x4100 (0.4) | | | data_message{}: 0x4100-0x4116 (22) -0x4100|ce ce 56 3f |..V? | timestamp: 1062653646 (s) 0x4100-0x4104 (4) +0x4100|ce ce 56 3f |..V? | timestamp: 1062653646 (2023-09-03T05:34:06Z) 0x4100-0x4104 (4) 0x4100| ca bb 36 2a | ..6* | position_lat: 59.363160375505686 (708230090) 0x4104-0x4108 (4) 0x4100| 4e db db 0c | N... | position_long: 18.082708697766066 (215735118) 0x4108-0x410c (4) 0x4100| 20 47 17 00| G..| distance: 15255.36 (1525536) (m) 0x410c-0x4110 (4) @@ -12379,7 +12379,7 @@ $ fq -d fit dv activity.fit 0x4110| 06 | . | reserved: false 0x4116.3-0x4116.4 (0.1) 0x4110| 06 | . | local_message_type: 6 0x4116.4-0x4117 (0.4) | | | data_message{}: 0x4117-0x412d (22) -0x4110| d0 ce 56 3f | ..V? | timestamp: 1062653648 (s) 0x4117-0x411b (4) +0x4110| d0 ce 56 3f | ..V? | timestamp: 1062653648 (2023-09-03T05:34:08Z) 0x4117-0x411b (4) 0x4110| 0a c0 36 2a | ..6* | position_lat: 59.36325157061219 (708231178) 0x411b-0x411f (4) 0x4110| ed| .| position_long: 18.083022432401776 (215738861) 0x411f-0x4123 (4) 0x4120|e9 db 0c |... | @@ -12396,7 +12396,7 @@ $ fq -d fit dv activity.fit 0x4120| 06 | . | reserved: false 0x412d.3-0x412d.4 (0.1) 0x4120| 06 | . | local_message_type: 6 0x412d.4-0x412e (0.4) | | | data_message{}: 0x412e-0x4144 (22) -0x4120| d2 ce| ..| timestamp: 1062653650 (s) 0x412e-0x4132 (4) +0x4120| d2 ce| ..| timestamp: 1062653650 (2023-09-03T05:34:10Z) 0x412e-0x4132 (4) 0x4130|56 3f |V? | 0x4130| 3b c4 36 2a | ;.6* | position_lat: 59.36334150843322 (708232251) 0x4132-0x4136 (4) 0x4130| 57 f8 db 0c | W... | position_long: 18.083331724628806 (215742551) 0x4136-0x413a (4) @@ -12413,7 +12413,7 @@ $ fq -d fit dv activity.fit 0x4140| 06 | . | reserved: false 0x4144.3-0x4144.4 (0.1) 0x4140| 06 | . | local_message_type: 6 0x4144.4-0x4145 (0.4) | | | data_message{}: 0x4145-0x415b (22) -0x4140| d5 ce 56 3f | ..V? | timestamp: 1062653653 (s) 0x4145-0x4149 (4) +0x4140| d5 ce 56 3f | ..V? | timestamp: 1062653653 (2023-09-03T05:34:13Z) 0x4145-0x4149 (4) 0x4140| 00 ca 36 2a | ..6* | position_lat: 59.363465309143066 (708233728) 0x4149-0x414d (4) 0x4140| 89 0c dc| ...| position_long: 18.083765069022775 (215747721) 0x414d-0x4151 (4) 0x4150|0c |. | @@ -12430,7 +12430,7 @@ $ fq -d fit dv activity.fit 0x4150| 06 | . | reserved: false 0x415b.3-0x415b.4 (0.1) 0x4150| 06 | . | local_message_type: 6 0x415b.4-0x415c (0.4) | | | data_message{}: 0x415c-0x4172 (22) -0x4150| d8 ce 56 3f| ..V?| timestamp: 1062653656 (s) 0x415c-0x4160 (4) +0x4150| d8 ce 56 3f| ..V?| timestamp: 1062653656 (2023-09-03T05:34:16Z) 0x415c-0x4160 (4) 0x4160|a2 cf 36 2a |..6* | position_lat: 59.3635861761868 (708235170) 0x4160-0x4164 (4) 0x4160| 33 1f dc 0c | 3... | position_long: 18.08416555635631 (215752499) 0x4164-0x4168 (4) 0x4160| 6b 6c 17 00 | kl.. | distance: 15350.83 (1535083) (m) 0x4168-0x416c (4) @@ -12446,7 +12446,7 @@ $ fq -d fit dv activity.fit 0x4170| 06 | . | reserved: false 0x4172.3-0x4172.4 (0.1) 0x4170| 06 | . | local_message_type: 6 0x4172.4-0x4173 (0.4) | | | data_message{}: 0x4173-0x4189 (22) -0x4170| db ce 56 3f | ..V? | timestamp: 1062653659 (s) 0x4173-0x4177 (4) +0x4170| db ce 56 3f | ..V? | timestamp: 1062653659 (2023-09-03T05:34:19Z) 0x4173-0x4177 (4) 0x4170| b7 d4 36 2a | ..6* | position_lat: 59.36369522474706 (708236471) 0x4177-0x417b (4) 0x4170| b9 30 dc 0c | .0.. | position_long: 18.084541568532586 (215756985) 0x417b-0x417f (4) 0x4170| 06| .| distance: 15375.42 (1537542) (m) 0x417f-0x4183 (4) @@ -12463,7 +12463,7 @@ $ fq -d fit dv activity.fit 0x4180| 06 | . | reserved: false 0x4189.3-0x4189.4 (0.1) 0x4180| 06 | . | local_message_type: 6 0x4189.4-0x418a (0.4) | | | data_message{}: 0x418a-0x41a0 (22) -0x4180| de ce 56 3f | ..V? | timestamp: 1062653662 (s) 0x418a-0x418e (4) +0x4180| de ce 56 3f | ..V? | timestamp: 1062653662 (2023-09-03T05:34:22Z) 0x418a-0x418e (4) 0x4180| 86 d9| ..| position_lat: 59.3637984059751 (708237702) 0x418e-0x4192 (4) 0x4190|36 2a |6* | 0x4190| 1c 41 dc 0c | .A.. | position_long: 18.084893189370632 (215761180) 0x4192-0x4196 (4) @@ -12480,7 +12480,7 @@ $ fq -d fit dv activity.fit 0x41a0|06 |. | reserved: false 0x41a0.3-0x41a0.4 (0.1) 0x41a0|06 |. | local_message_type: 6 0x41a0.4-0x41a1 (0.4) | | | data_message{}: 0x41a1-0x41b7 (22) -0x41a0| e1 ce 56 3f | ..V? | timestamp: 1062653665 (s) 0x41a1-0x41a5 (4) +0x41a0| e1 ce 56 3f | ..V? | timestamp: 1062653665 (2023-09-03T05:34:25Z) 0x41a1-0x41a5 (4) 0x41a0| 86 de 36 2a | ..6* | position_lat: 59.3639056943357 (708238982) 0x41a5-0x41a9 (4) 0x41a0| 6c 50 dc 0c | lP.. | position_long: 18.085221759974957 (215765100) 0x41a9-0x41ad (4) 0x41a0| b2 87 17| ...| distance: 15420.66 (1542066) (m) 0x41ad-0x41b1 (4) @@ -12497,7 +12497,7 @@ $ fq -d fit dv activity.fit 0x41b0| 06 | . | reserved: false 0x41b7.3-0x41b7.4 (0.1) 0x41b0| 06 | . | local_message_type: 6 0x41b7.4-0x41b8 (0.4) | | | data_message{}: 0x41b8-0x41ce (22) -0x41b0| e4 ce 56 3f | ..V? | timestamp: 1062653668 (s) 0x41b8-0x41bc (4) +0x41b0| e4 ce 56 3f | ..V? | timestamp: 1062653668 (2023-09-03T05:34:28Z) 0x41b8-0x41bc (4) 0x41b0| f8 dc 36 2a| ..6*| position_lat: 59.363872334361076 (708238584) 0x41bc-0x41c0 (4) 0x41c0|24 60 dc 0c |$`.. | position_long: 18.08555904775858 (215769124) 0x41c0-0x41c4 (4) 0x41c0| b2 8f 17 00 | .... | distance: 15441.14 (1544114) (m) 0x41c4-0x41c8 (4) @@ -12513,7 +12513,7 @@ $ fq -d fit dv activity.fit 0x41c0| 06 | . | reserved: false 0x41ce.3-0x41ce.4 (0.1) 0x41c0| 06 | . | local_message_type: 6 0x41ce.4-0x41cf (0.4) | | | data_message{}: 0x41cf-0x41e5 (22) -0x41c0| e6| .| timestamp: 1062653670 (s) 0x41cf-0x41d3 (4) +0x41c0| e6| .| timestamp: 1062653670 (2023-09-03T05:34:30Z) 0x41cf-0x41d3 (4) 0x41d0|ce 56 3f |.V? | 0x41d0| 73 d8 36 2a | s.6* | position_lat: 59.36377535574138 (708237427) 0x41d3-0x41d7 (4) 0x41d0| 2b 69 dc 0c | +i.. | position_long: 18.085752753540874 (215771435) 0x41d7-0x41db (4) @@ -12531,7 +12531,7 @@ $ fq -d fit dv activity.fit 0x41e0| 06 | . | reserved: false 0x41e5.3-0x41e5.4 (0.1) 0x41e0| 06 | . | local_message_type: 6 0x41e5.4-0x41e6 (0.4) | | | data_message{}: 0x41e6-0x41fc (22) -0x41e0| e9 ce 56 3f | ..V? | timestamp: 1062653673 (s) 0x41e6-0x41ea (4) +0x41e0| e9 ce 56 3f | ..V? | timestamp: 1062653673 (2023-09-03T05:34:33Z) 0x41e6-0x41ea (4) 0x41e0| ad d0 36 2a | ..6* | position_lat: 59.36360855586827 (708235437) 0x41ea-0x41ee (4) 0x41e0| b6 77| .w| position_long: 18.08606481179595 (215775158) 0x41ee-0x41f2 (4) 0x41f0|dc 0c |.. | @@ -12548,7 +12548,7 @@ $ fq -d fit dv activity.fit 0x41f0| 06 | . | reserved: false 0x41fc.3-0x41fc.4 (0.1) 0x41f0| 06 | . | local_message_type: 6 0x41fc.4-0x41fd (0.4) | | | data_message{}: 0x41fd-0x4213 (22) -0x41f0| ec ce 56| ..V| timestamp: 1062653676 (s) 0x41fd-0x4201 (4) +0x41f0| ec ce 56| ..V| timestamp: 1062653676 (2023-09-03T05:34:36Z) 0x41fd-0x4201 (4) 0x4200|3f |? | 0x4200| 2a c8 36 2a | *.6* | position_lat: 59.36342591419816 (708233258) 0x4201-0x4205 (4) 0x4200| 8d 87 dc 0c | .... | position_long: 18.086404697969556 (215779213) 0x4205-0x4209 (4) @@ -12566,7 +12566,7 @@ $ fq -d fit dv activity.fit 0x4210| 06 | . | reserved: false 0x4213.3-0x4213.4 (0.1) 0x4210| 06 | . | local_message_type: 6 0x4213.4-0x4214 (0.4) | | | data_message{}: 0x4214-0x422a (22) -0x4210| ef ce 56 3f | ..V? | timestamp: 1062653679 (s) 0x4214-0x4218 (4) +0x4210| ef ce 56 3f | ..V? | timestamp: 1062653679 (2023-09-03T05:34:39Z) 0x4214-0x4218 (4) 0x4210| 8e bf 36 2a | ..6* | position_lat: 59.36324117705226 (708231054) 0x4218-0x421c (4) 0x4210| 1b 97 dc 0c| ....| position_long: 18.086738465353847 (215783195) 0x421c-0x4220 (4) 0x4220|a9 b5 17 00 |.... | distance: 15538.33 (1553833) (m) 0x4220-0x4224 (4) @@ -12582,7 +12582,7 @@ $ fq -d fit dv activity.fit 0x4220| 06 | . | reserved: false 0x422a.3-0x422a.4 (0.1) 0x4220| 06 | . | local_message_type: 6 0x422a.4-0x422b (0.4) | | | data_message{}: 0x422b-0x4241 (22) -0x4220| f2 ce 56 3f | ..V? | timestamp: 1062653682 (s) 0x422b-0x422f (4) +0x4220| f2 ce 56 3f | ..V? | timestamp: 1062653682 (2023-09-03T05:34:42Z) 0x422b-0x422f (4) 0x4220| 9a| .| position_lat: 59.36307052150369 (708229018) 0x422f-0x4233 (4) 0x4230|b7 36 2a |.6* | 0x4230| b1 a5 dc 0c | .... | position_long: 18.087051445618272 (215786929) 0x4233-0x4237 (4) @@ -12599,7 +12599,7 @@ $ fq -d fit dv activity.fit 0x4240| 06 | . | reserved: false 0x4241.3-0x4241.4 (0.1) 0x4240| 06 | . | local_message_type: 6 0x4241.4-0x4242 (0.4) | | | data_message{}: 0x4242-0x4258 (22) -0x4240| f5 ce 56 3f | ..V? | timestamp: 1062653685 (s) 0x4242-0x4246 (4) +0x4240| f5 ce 56 3f | ..V? | timestamp: 1062653685 (2023-09-03T05:34:45Z) 0x4242-0x4246 (4) 0x4240| f7 af 36 2a | ..6* | position_lat: 59.36290665529668 (708227063) 0x4246-0x424a (4) 0x4240| c7 b3 dc 0c | .... | position_long: 18.087353697046638 (215790535) 0x424a-0x424e (4) 0x4240| a0 c9| ..| distance: 15589.44 (1558944) (m) 0x424e-0x4252 (4) @@ -12616,7 +12616,7 @@ $ fq -d fit dv activity.fit 0x4250| 06 | . | reserved: false 0x4258.3-0x4258.4 (0.1) 0x4250| 06 | . | local_message_type: 6 0x4258.4-0x4259 (0.4) | | | data_message{}: 0x4259-0x426f (22) -0x4250| f8 ce 56 3f | ..V? | timestamp: 1062653688 (s) 0x4259-0x425d (4) +0x4250| f8 ce 56 3f | ..V? | timestamp: 1062653688 (2023-09-03T05:34:48Z) 0x4259-0x425d (4) 0x4250| 21 a8 36| !.6| position_lat: 59.36273851431906 (708225057) 0x425d-0x4261 (4) 0x4260|2a |* | 0x4260| 7a c2 dc 0c | z... | position_long: 18.087669108062983 (215794298) 0x4261-0x4265 (4) @@ -12633,7 +12633,7 @@ $ fq -d fit dv activity.fit 0x4260| 06| .| reserved: false 0x426f.3-0x426f.4 (0.1) 0x4260| 06| .| local_message_type: 6 0x426f.4-0x4270 (0.4) | | | data_message{}: 0x4270-0x4286 (22) -0x4270|fb ce 56 3f |..V? | timestamp: 1062653691 (s) 0x4270-0x4274 (4) +0x4270|fb ce 56 3f |..V? | timestamp: 1062653691 (2023-09-03T05:34:51Z) 0x4270-0x4274 (4) 0x4270| 0e a0 36 2a | ..6* | position_lat: 59.36256526038051 (708222990) 0x4274-0x4278 (4) 0x4270| 4d d1 dc 0c | M... | position_long: 18.087987201288342 (215798093) 0x4278-0x427c (4) 0x4270| 17 de 17 00| ....| distance: 15641.83 (1564183) (m) 0x427c-0x4280 (4) @@ -12649,7 +12649,7 @@ $ fq -d fit dv activity.fit 0x4280| 06 | . | reserved: false 0x4286.3-0x4286.4 (0.1) 0x4280| 06 | . | local_message_type: 6 0x4286.4-0x4287 (0.4) | | | data_message{}: 0x4287-0x429d (22) -0x4280| fe ce 56 3f | ..V? | timestamp: 1062653694 (s) 0x4287-0x428b (4) +0x4280| fe ce 56 3f | ..V? | timestamp: 1062653694 (2023-09-03T05:34:54Z) 0x4287-0x428b (4) 0x4280| ab 98 36 2a | ..6* | position_lat: 59.36240675859153 (708221099) 0x428b-0x428f (4) 0x4280| ff| .| position_long: 18.088281070813537 (215801599) 0x428f-0x4293 (4) 0x4290|de dc 0c |... | @@ -12666,7 +12666,7 @@ $ fq -d fit dv activity.fit 0x4290| 06 | . | reserved: false 0x429d.3-0x429d.4 (0.1) 0x4290| 06 | . | local_message_type: 6 0x429d.4-0x429e (0.4) | | | data_message{}: 0x429e-0x42b4 (22) -0x4290| 01 cf| ..| timestamp: 1062653697 (s) 0x429e-0x42a2 (4) +0x4290| 01 cf| ..| timestamp: 1062653697 (2023-09-03T05:34:57Z) 0x429e-0x42a2 (4) 0x42a0|56 3f |V? | 0x42a0| 4e 92 36 2a | N.6* | position_lat: 59.36227021738887 (708219470) 0x42a2-0x42a6 (4) 0x42a0| 42 ed dc 0c | B... | position_long: 18.08858709409833 (215805250) 0x42a6-0x42aa (4) @@ -12683,7 +12683,7 @@ $ fq -d fit dv activity.fit 0x42b0| 06 | . | reserved: false 0x42b4.3-0x42b4.4 (0.1) 0x42b0| 06 | . | local_message_type: 6 0x42b4.4-0x42b5 (0.4) | | | data_message{}: 0x42b5-0x42cb (22) -0x42b0| 04 cf 56 3f | ..V? | timestamp: 1062653700 (s) 0x42b5-0x42b9 (4) +0x42b0| 04 cf 56 3f | ..V? | timestamp: 1062653700 (2023-09-03T05:35:00Z) 0x42b5-0x42b9 (4) 0x42b0| 0e 8d 36 2a | ..6* | position_lat: 59.36215756461024 (708218126) 0x42b9-0x42bd (4) 0x42b0| 8b fd dc| ...| position_long: 18.08893653564155 (215809419) 0x42bd-0x42c1 (4) 0x42c0|0c |. | @@ -12700,7 +12700,7 @@ $ fq -d fit dv activity.fit 0x42c0| 06 | . | reserved: false 0x42cb.3-0x42cb.4 (0.1) 0x42c0| 06 | . | local_message_type: 6 0x42cb.4-0x42cc (0.4) | | | data_message{}: 0x42cc-0x42e2 (22) -0x42c0| 07 cf 56 3f| ..V?| timestamp: 1062653703 (s) 0x42cc-0x42d0 (4) +0x42c0| 07 cf 56 3f| ..V?| timestamp: 1062653703 (2023-09-03T05:35:03Z) 0x42cc-0x42d0 (4) 0x42d0|7d 89 36 2a |}.6* | position_lat: 59.36208103783429 (708217213) 0x42d0-0x42d4 (4) 0x42d0| 5f 0f dd 0c | _... | position_long: 18.0893190857023 (215813983) 0x42d4-0x42d8 (4) 0x42d0| f2 02 18 00 | .... | distance: 15736.18 (1573618) (m) 0x42d8-0x42dc (4) @@ -12716,7 +12716,7 @@ $ fq -d fit dv activity.fit 0x42e0| 06 | . | reserved: false 0x42e2.3-0x42e2.4 (0.1) 0x42e0| 06 | . | local_message_type: 6 0x42e2.4-0x42e3 (0.4) | | | data_message{}: 0x42e3-0x42f9 (22) -0x42e0| 09 cf 56 3f | ..V? | timestamp: 1062653705 (s) 0x42e3-0x42e7 (4) +0x42e0| 09 cf 56 3f | ..V? | timestamp: 1062653705 (2023-09-03T05:35:05Z) 0x42e3-0x42e7 (4) 0x42e0| 99 87 36 2a | ..6* | position_lat: 59.362040469422936 (708216729) 0x42e7-0x42eb (4) 0x42e0| 97 1b dd 0c | .... | position_long: 18.089581271633506 (215817111) 0x42eb-0x42ef (4) 0x42e0| 09| .| distance: 15751.77 (1575177) (m) 0x42ef-0x42f3 (4) @@ -12733,7 +12733,7 @@ $ fq -d fit dv activity.fit 0x42f0| 06 | . | reserved: false 0x42f9.3-0x42f9.4 (0.1) 0x42f0| 06 | . | local_message_type: 6 0x42f9.4-0x42fa (0.4) | | | data_message{}: 0x42fa-0x4310 (22) -0x42f0| 0c cf 56 3f | ..V? | timestamp: 1062653708 (s) 0x42fa-0x42fe (4) +0x42f0| 0c cf 56 3f | ..V? | timestamp: 1062653708 (2023-09-03T05:35:08Z) 0x42fa-0x42fe (4) 0x42f0| 79 81| y.| position_lat: 59.36190904118121 (708215161) 0x42fe-0x4302 (4) 0x4300|36 2a |6* | 0x4300| 07 27 dd 0c | .'.. | position_long: 18.08982669375837 (215820039) 0x4302-0x4306 (4) @@ -12750,7 +12750,7 @@ $ fq -d fit dv activity.fit 0x4310|06 |. | reserved: false 0x4310.3-0x4310.4 (0.1) 0x4310|06 |. | local_message_type: 6 0x4310.4-0x4311 (0.4) | | | data_message{}: 0x4311-0x4327 (22) -0x4310| 10 cf 56 3f | ..V? | timestamp: 1062653712 (s) 0x4311-0x4315 (4) +0x4310| 10 cf 56 3f | ..V? | timestamp: 1062653712 (2023-09-03T05:35:12Z) 0x4311-0x4315 (4) 0x4310| 18 7c 36 2a | .|6* | position_lat: 59.361793622374535 (708213784) 0x4315-0x4319 (4) 0x4310| cb 34 dd 0c | .4.. | position_long: 18.090122072026134 (215823563) 0x4319-0x431d (4) 0x4310| 06 1a 18| ...| distance: 15795.26 (1579526) (m) 0x431d-0x4321 (4) @@ -12767,7 +12767,7 @@ $ fq -d fit dv activity.fit 0x4320| 06 | . | reserved: false 0x4327.3-0x4327.4 (0.1) 0x4320| 06 | . | local_message_type: 6 0x4327.4-0x4328 (0.4) | | | data_message{}: 0x4328-0x433e (22) -0x4320| 13 cf 56 3f | ..V? | timestamp: 1062653715 (s) 0x4328-0x432c (4) +0x4320| 13 cf 56 3f | ..V? | timestamp: 1062653715 (2023-09-03T05:35:15Z) 0x4328-0x432c (4) 0x4320| af 7c 36 2a| .|6*| position_lat: 59.361806279048324 (708213935) 0x432c-0x4330 (4) 0x4330|7e 42 dd 0c |~B.. | position_long: 18.09041602537036 (215827070) 0x4330-0x4334 (4) 0x4330| 96 20 18 00 | . .. | distance: 15812.06 (1581206) (m) 0x4334-0x4338 (4) @@ -12783,7 +12783,7 @@ $ fq -d fit dv activity.fit 0x4330| 06 | . | reserved: false 0x433e.3-0x433e.4 (0.1) 0x4330| 06 | . | local_message_type: 6 0x433e.4-0x433f (0.4) | | | data_message{}: 0x433f-0x4355 (22) -0x4330| 17| .| timestamp: 1062653719 (s) 0x433f-0x4343 (4) +0x4330| 17| .| timestamp: 1062653719 (2023-09-03T05:35:19Z) 0x433f-0x4343 (4) 0x4340|cf 56 3f |.V? | 0x4340| f2 7d 36 2a | .}6* | position_lat: 59.36183335259557 (708214258) 0x4343-0x4347 (4) 0x4340| 24 55 dd 0c | $U.. | position_long: 18.09081617742777 (215831844) 0x4347-0x434b (4) @@ -12801,7 +12801,7 @@ $ fq -d fit dv activity.fit 0x4350| 06 | . | reserved: false 0x4355.3-0x4355.4 (0.1) 0x4350| 06 | . | local_message_type: 6 0x4355.4-0x4356 (0.4) | | | data_message{}: 0x4356-0x436c (22) -0x4350| 1b cf 56 3f | ..V? | timestamp: 1062653723 (s) 0x4356-0x435a (4) +0x4350| 1b cf 56 3f | ..V? | timestamp: 1062653723 (2023-09-03T05:35:23Z) 0x4356-0x435a (4) 0x4350| e2 7e 36 2a | .~6* | position_lat: 59.36185346916318 (708214498) 0x435a-0x435e (4) 0x4350| 26 66| &f| position_long: 18.091181125491858 (215836198) 0x435e-0x4362 (4) 0x4360|dd 0c |.. | @@ -12818,7 +12818,7 @@ $ fq -d fit dv activity.fit 0x4360| 06 | . | reserved: false 0x436c.3-0x436c.4 (0.1) 0x4360| 06 | . | local_message_type: 6 0x436c.4-0x436d (0.4) | | | data_message{}: 0x436d-0x4383 (22) -0x4360| 1f cf 56| ..V| timestamp: 1062653727 (s) 0x436d-0x4371 (4) +0x4360| 1f cf 56| ..V| timestamp: 1062653727 (2023-09-03T05:35:27Z) 0x436d-0x4371 (4) 0x4370|3f |? | 0x4370| bc 7f 36 2a | ..6* | position_lat: 59.36187174171209 (708214716) 0x4371-0x4375 (4) 0x4370| a1 76 dd 0c | .v.. | position_long: 18.091534757986665 (215840417) 0x4375-0x4379 (4) @@ -12836,7 +12836,7 @@ $ fq -d fit dv activity.fit 0x4380| 06 | . | reserved: false 0x4383.3-0x4383.4 (0.1) 0x4380| 06 | . | local_message_type: 6 0x4383.4-0x4384 (0.4) | | | data_message{}: 0x4384-0x439a (22) -0x4380| 23 cf 56 3f | #.V? | timestamp: 1062653731 (s) 0x4384-0x4388 (4) +0x4380| 23 cf 56 3f | #.V? | timestamp: 1062653731 (2023-09-03T05:35:31Z) 0x4384-0x4388 (4) 0x4380| a2 80 36 2a | ..6* | position_lat: 59.36189102008939 (708214946) 0x4388-0x438c (4) 0x4380| 04 88 dd 0c| ....| position_long: 18.09190783649683 (215844868) 0x438c-0x4390 (4) 0x4390|ef 41 18 00 |.A.. | distance: 15897.43 (1589743) (m) 0x4390-0x4394 (4) @@ -12852,7 +12852,7 @@ $ fq -d fit dv activity.fit 0x4390| 06 | . | reserved: false 0x439a.3-0x439a.4 (0.1) 0x4390| 06 | . | local_message_type: 6 0x439a.4-0x439b (0.4) | | | data_message{}: 0x439b-0x43b1 (22) -0x4390| 27 cf 56 3f | '.V? | timestamp: 1062653735 (s) 0x439b-0x439f (4) +0x4390| 27 cf 56 3f | '.V? | timestamp: 1062653735 (2023-09-03T05:35:35Z) 0x439b-0x439f (4) 0x4390| 92| .| position_lat: 59.361911136657 (708215186) 0x439f-0x43a3 (4) 0x43a0|81 36 2a |.6* | 0x43a0| b3 9a dd 0c | .... | position_long: 18.092308742925525 (215849651) 0x43a3-0x43a7 (4) @@ -12869,7 +12869,7 @@ $ fq -d fit dv activity.fit 0x43b0| 06 | . | reserved: false 0x43b1.3-0x43b1.4 (0.1) 0x43b0| 06 | . | local_message_type: 6 0x43b1.4-0x43b2 (0.4) | | | data_message{}: 0x43b2-0x43c8 (22) -0x43b0| 2b cf 56 3f | +.V? | timestamp: 1062653739 (s) 0x43b2-0x43b6 (4) +0x43b0| 2b cf 56 3f | +.V? | timestamp: 1062653739 (2023-09-03T05:35:39Z) 0x43b2-0x43b6 (4) 0x43b0| 56 82 36 2a | V.6* | position_lat: 59.361927565187216 (708215382) 0x43b6-0x43ba (4) 0x43b0| a6 ac dd 0c | .... | position_long: 18.092693891376257 (215854246) 0x43ba-0x43be (4) 0x43b0| 77 53| wS| distance: 15942.31 (1594231) (m) 0x43be-0x43c2 (4) @@ -12886,7 +12886,7 @@ $ fq -d fit dv activity.fit 0x43c0| 06 | . | reserved: false 0x43c8.3-0x43c8.4 (0.1) 0x43c0| 06 | . | local_message_type: 6 0x43c8.4-0x43c9 (0.4) | | | data_message{}: 0x43c9-0x43df (22) -0x43c0| 2f cf 56 3f | /.V? | timestamp: 1062653743 (s) 0x43c9-0x43cd (4) +0x43c0| 2f cf 56 3f | /.V? | timestamp: 1062653743 (2023-09-03T05:35:43Z) 0x43c9-0x43cd (4) 0x43c0| f8 82 36| ..6| position_lat: 59.361941143870354 (708215544) 0x43cd-0x43d1 (4) 0x43d0|2a |* | 0x43d0| a2 be dd 0c | .... | position_long: 18.093079794198275 (215858850) 0x43d1-0x43d5 (4) @@ -12903,7 +12903,7 @@ $ fq -d fit dv activity.fit 0x43d0| 06| .| reserved: false 0x43df.3-0x43df.4 (0.1) 0x43d0| 06| .| local_message_type: 6 0x43df.4-0x43e0 (0.4) | | | data_message{}: 0x43e0-0x43f6 (22) -0x43e0|33 cf 56 3f |3.V? | timestamp: 1062653747 (s) 0x43e0-0x43e4 (4) +0x43e0|33 cf 56 3f |3.V? | timestamp: 1062653747 (2023-09-03T05:35:47Z) 0x43e0-0x43e4 (4) 0x43e0| a7 83 36 2a | ..6* | position_lat: 59.361955812200904 (708215719) 0x43e4-0x43e8 (4) 0x43e0| b4 d1 dd 0c | .... | position_long: 18.09348899871111 (215863732) 0x43e8-0x43ec (4) 0x43e0| 2c 65 18 00| ,e..| distance: 15987.64 (1598764) (m) 0x43ec-0x43f0 (4) @@ -12919,7 +12919,7 @@ $ fq -d fit dv activity.fit 0x43f0| 06 | . | reserved: false 0x43f6.3-0x43f6.4 (0.1) 0x43f0| 06 | . | local_message_type: 6 0x43f6.4-0x43f7 (0.4) | | | data_message{}: 0x43f7-0x440d (22) -0x43f0| 36 cf 56 3f | 6.V? | timestamp: 1062653750 (s) 0x43f7-0x43fb (4) +0x43f0| 36 cf 56 3f | 6.V? | timestamp: 1062653750 (2023-09-03T05:35:50Z) 0x43f7-0x43fb (4) 0x43f0| 4b 84 36 2a | K.6* | position_lat: 59.361969558522105 (708215883) 0x43fb-0x43ff (4) 0x43f0| d7| .| position_long: 18.093792339786887 (215867351) 0x43ff-0x4403 (4) 0x4400|df dd 0c |... | @@ -12936,9 +12936,9 @@ $ fq -d fit dv activity.fit 0x4400| 08 | . | reserved: false 0x440d.3-0x440d.4 (0.1) 0x4400| 08 | . | local_message_type: 8 0x440d.4-0x440e (0.4) | | | data_message{}: 0x440e-0x4444 (54) -0x4400| 36 cf| 6.| timestamp: 1062653750 (s) 0x440e-0x4412 (4) +0x4400| 36 cf| 6.| timestamp: 1062653750 (2023-09-03T05:35:50Z) 0x440e-0x4412 (4) 0x4410|56 3f |V? | -0x4410| b6 ce 56 3f | ..V? | start_time: 1062653622 0x4412-0x4416 (4) +0x4410| b6 ce 56 3f | ..V? | start_time: 1062653622 (2023-09-03T05:33:42Z) 0x4412-0x4416 (4) 0x4410| f2 a1 36 2a | ..6* | start_position_lat: 59.36260582879186 (708223474) 0x4416-0x441a (4) 0x4410| dc 1c db 0c | .... | start_position_long: 18.078622184693813 (215686364) 0x441a-0x441e (4) 0x4410| 4b 84| K.| end_position_lat: 59.361969558522105 (708215883) 0x441e-0x4422 (4) @@ -12980,7 +12980,7 @@ $ fq -d fit dv activity.fit 0x4440| 06 | . | reserved: false 0x444c.3-0x444c.4 (0.1) 0x4440| 06 | . | local_message_type: 6 0x444c.4-0x444d (0.4) | | | data_message{}: 0x444d-0x4463 (22) -0x4440| 3a cf 56| :.V| timestamp: 1062653754 (s) 0x444d-0x4451 (4) +0x4440| 3a cf 56| :.V| timestamp: 1062653754 (2023-09-03T05:35:54Z) 0x444d-0x4451 (4) 0x4450|3f |? | 0x4450| 1f 85 36 2a | ..6* | position_lat: 59.36198732815683 (708216095) 0x4451-0x4455 (4) 0x4450| 3e f3 dd 0c | >... | position_long: 18.094208668917418 (215872318) 0x4455-0x4459 (4) @@ -12998,7 +12998,7 @@ $ fq -d fit dv activity.fit 0x4460| 06 | . | reserved: false 0x4463.3-0x4463.4 (0.1) 0x4460| 06 | . | local_message_type: 6 0x4463.4-0x4464 (0.4) | | | data_message{}: 0x4464-0x447a (22) -0x4460| 3e cf 56 3f | >.V? | timestamp: 1062653758 (s) 0x4464-0x4468 (4) +0x4460| 3e cf 56 3f | >.V? | timestamp: 1062653758 (2023-09-03T05:35:58Z) 0x4464-0x4468 (4) 0x4460| fd 85 36 2a | ..6* | position_lat: 59.36200593598187 (708216317) 0x4468-0x446c (4) 0x4460| 00 07 de 0c| ....| position_long: 18.094632625579834 (215877376) 0x446c-0x4470 (4) 0x4470|ac 7e 18 00 |.~.. | distance: 16052.92 (1605292) (m) 0x4470-0x4474 (4) @@ -13014,7 +13014,7 @@ $ fq -d fit dv activity.fit 0x4470| 06 | . | reserved: false 0x447a.3-0x447a.4 (0.1) 0x4470| 06 | . | local_message_type: 6 0x447a.4-0x447b (0.4) | | | data_message{}: 0x447b-0x4491 (22) -0x4470| 42 cf 56 3f | B.V? | timestamp: 1062653762 (s) 0x447b-0x447f (4) +0x4470| 42 cf 56 3f | B.V? | timestamp: 1062653762 (2023-09-03T05:36:02Z) 0x447b-0x447f (4) 0x4470| dc| .| position_lat: 59.36202462762594 (708216540) 0x447f-0x4483 (4) 0x4480|86 36 2a |.6* | 0x4480| 7f 1a de 0c | .... | position_long: 18.095050966367126 (215882367) 0x4483-0x4487 (4) @@ -13031,7 +13031,7 @@ $ fq -d fit dv activity.fit 0x4490| 06 | . | reserved: false 0x4491.3-0x4491.4 (0.1) 0x4490| 06 | . | local_message_type: 6 0x4491.4-0x4492 (0.4) | | | data_message{}: 0x4492-0x44a8 (22) -0x4490| 46 cf 56 3f | F.V? | timestamp: 1062653766 (s) 0x4492-0x4496 (4) +0x4490| 46 cf 56 3f | F.V? | timestamp: 1062653766 (2023-09-03T05:36:06Z) 0x4492-0x4496 (4) 0x4490| 43 86 36 2a | C.6* | position_lat: 59.36201180331409 (708216387) 0x4496-0x449a (4) 0x4490| 3d 2d de 0c | =-.. | position_long: 18.095453130081296 (215887165) 0x449a-0x449e (4) 0x4490| fa 90| ..| distance: 16099.78 (1609978) (m) 0x449e-0x44a2 (4) @@ -13048,7 +13048,7 @@ $ fq -d fit dv activity.fit 0x44a0| 06 | . | reserved: false 0x44a8.3-0x44a8.4 (0.1) 0x44a0| 06 | . | local_message_type: 6 0x44a8.4-0x44a9 (0.4) | | | data_message{}: 0x44a9-0x44bf (22) -0x44a0| 4a cf 56 3f | J.V? | timestamp: 1062653770 (s) 0x44a9-0x44ad (4) +0x44a0| 4a cf 56 3f | J.V? | timestamp: 1062653770 (2023-09-03T05:36:10Z) 0x44a9-0x44ad (4) 0x44a0| 9c 81 36| ..6| position_lat: 59.36191197484732 (708215196) 0x44ad-0x44b1 (4) 0x44b0|2a |* | 0x44b0| 1a 3e de 0c | .>.. | position_long: 18.09581497684121 (215891482) 0x44b1-0x44b5 (4) @@ -13065,7 +13065,7 @@ $ fq -d fit dv activity.fit 0x44b0| 06| .| reserved: false 0x44bf.3-0x44bf.4 (0.1) 0x44b0| 06| .| local_message_type: 6 0x44bf.4-0x44c0 (0.4) | | | data_message{}: 0x44c0-0x44d6 (22) -0x44c0|4e cf 56 3f |N.V? | timestamp: 1062653774 (s) 0x44c0-0x44c4 (4) +0x44c0|4e cf 56 3f |N.V? | timestamp: 1062653774 (2023-09-03T05:36:14Z) 0x44c0-0x44c4 (4) 0x44c0| 2c 7a 36 2a | ,z6* | position_lat: 59.36175238341093 (708213292) 0x44c4-0x44c8 (4) 0x44c0| 34 4c de 0c | 4L.. | position_long: 18.096117563545704 (215895092) 0x44c8-0x44cc (4) 0x44c0| e1 a3 18 00| ....| distance: 16148.17 (1614817) (m) 0x44cc-0x44d0 (4) @@ -13081,7 +13081,7 @@ $ fq -d fit dv activity.fit 0x44d0| 06 | . | reserved: false 0x44d6.3-0x44d6.4 (0.1) 0x44d0| 06 | . | local_message_type: 6 0x44d6.4-0x44d7 (0.4) | | | data_message{}: 0x44d7-0x44ed (22) -0x44d0| 52 cf 56 3f | R.V? | timestamp: 1062653778 (s) 0x44d7-0x44db (4) +0x44d0| 52 cf 56 3f | R.V? | timestamp: 1062653778 (2023-09-03T05:36:18Z) 0x44d7-0x44db (4) 0x44d0| 0a 70 36 2a | .p6* | position_lat: 59.36153495684266 (708210698) 0x44db-0x44df (4) 0x44d0| 71| q| position_long: 18.096251422539353 (215896689) 0x44df-0x44e3 (4) 0x44e0|52 de 0c |R.. | @@ -13098,7 +13098,7 @@ $ fq -d fit dv activity.fit 0x44e0| 06 | . | reserved: false 0x44ed.3-0x44ed.4 (0.1) 0x44e0| 06 | . | local_message_type: 6 0x44ed.4-0x44ee (0.4) | | | data_message{}: 0x44ee-0x4504 (22) -0x44e0| 55 cf| U.| timestamp: 1062653781 (s) 0x44ee-0x44f2 (4) +0x44e0| 55 cf| U.| timestamp: 1062653781 (2023-09-03T05:36:21Z) 0x44ee-0x44f2 (4) 0x44f0|56 3f |V? | 0x44f0| 88 67 36 2a | .g6* | position_lat: 59.361352398991585 (708208520) 0x44f2-0x44f6 (4) 0x44f0| 31 55 de 0c | 1U.. | position_long: 18.09631043113768 (215897393) 0x44f6-0x44fa (4) @@ -13115,7 +13115,7 @@ $ fq -d fit dv activity.fit 0x4500| 06 | . | reserved: false 0x4504.3-0x4504.4 (0.1) 0x4500| 06 | . | local_message_type: 6 0x4504.4-0x4505 (0.4) | | | data_message{}: 0x4505-0x451b (22) -0x4500| 58 cf 56 3f | X.V? | timestamp: 1062653784 (s) 0x4505-0x4509 (4) +0x4500| 58 cf 56 3f | X.V? | timestamp: 1062653784 (2023-09-03T05:36:24Z) 0x4505-0x4509 (4) 0x4500| 3b 5f 36 2a | ;_6* | position_lat: 59.36117428354919 (708206395) 0x4509-0x450d (4) 0x4500| 8a 59 de| .Y.| position_long: 18.09640372171998 (215898506) 0x450d-0x4511 (4) 0x4510|0c |. | @@ -13132,7 +13132,7 @@ $ fq -d fit dv activity.fit 0x4510| 06 | . | reserved: false 0x451b.3-0x451b.4 (0.1) 0x4510| 06 | . | local_message_type: 6 0x451b.4-0x451c (0.4) | | | data_message{}: 0x451c-0x4532 (22) -0x4510| 5c cf 56 3f| \.V?| timestamp: 1062653788 (s) 0x451c-0x4520 (4) +0x4510| 5c cf 56 3f| \.V?| timestamp: 1062653788 (2023-09-03T05:36:28Z) 0x451c-0x4520 (4) 0x4520|aa 56 36 2a |.V6* | position_lat: 59.36099046841264 (708204202) 0x4520-0x4524 (4) 0x4520| 09 61 de 0c | .a.. | position_long: 18.096564570441842 (215900425) 0x4524-0x4528 (4) 0x4520| b2 c6 18 00 | .... | distance: 16237.3 (1623730) (m) 0x4528-0x452c (4) @@ -13148,7 +13148,7 @@ $ fq -d fit dv activity.fit 0x4530| 06 | . | reserved: false 0x4532.3-0x4532.4 (0.1) 0x4530| 06 | . | local_message_type: 6 0x4532.4-0x4533 (0.4) | | | data_message{}: 0x4533-0x4549 (22) -0x4530| 5d cf 56 3f | ].V? | timestamp: 1062653789 (s) 0x4533-0x4537 (4) +0x4530| 5d cf 56 3f | ].V? | timestamp: 1062653789 (2023-09-03T05:36:29Z) 0x4533-0x4537 (4) 0x4530| 67 54 36 2a | gT6* | position_lat: 59.360941937193274 (708203623) 0x4537-0x453b (4) 0x4530| 7c 62 de 0c | |b.. | position_long: 18.09659566730261 (215900796) 0x453b-0x453f (4) 0x4530| e9| .| distance: 16242.97 (1624297) (m) 0x453f-0x4543 (4) @@ -13165,7 +13165,7 @@ $ fq -d fit dv activity.fit 0x4540| 06 | . | reserved: false 0x4549.3-0x4549.4 (0.1) 0x4540| 06 | . | local_message_type: 6 0x4549.4-0x454a (0.4) | | | data_message{}: 0x454a-0x4560 (22) -0x4540| 61 cf 56 3f | a.V? | timestamp: 1062653793 (s) 0x454a-0x454e (4) +0x4540| 61 cf 56 3f | a.V? | timestamp: 1062653793 (2023-09-03T05:36:33Z) 0x454a-0x454e (4) 0x4540| c3 4b| .K| position_lat: 59.36075652949512 (708201411) 0x454e-0x4552 (4) 0x4550|36 2a |6* | 0x4550| a8 5e de 0c | .^.. | position_long: 18.096513524651527 (215899816) 0x4552-0x4556 (4) @@ -13182,7 +13182,7 @@ $ fq -d fit dv activity.fit 0x4560|06 |. | reserved: false 0x4560.3-0x4560.4 (0.1) 0x4560|06 |. | local_message_type: 6 0x4560.4-0x4561 (0.4) | | | data_message{}: 0x4561-0x4577 (22) -0x4560| 67 cf 56 3f | g.V? | timestamp: 1062653799 (s) 0x4561-0x4565 (4) +0x4560| 67 cf 56 3f | g.V? | timestamp: 1062653799 (2023-09-03T05:36:39Z) 0x4561-0x4565 (4) 0x4560| eb 49 36 2a | .I6* | position_lat: 59.36071696691215 (708200939) 0x4565-0x4569 (4) 0x4560| d9 4d de 0c | .M.. | position_long: 18.096152851358056 (215895513) 0x4569-0x456d (4) 0x4560| fd d9 18| ...| distance: 16286.69 (1628669) (m) 0x456d-0x4571 (4) @@ -13199,7 +13199,7 @@ $ fq -d fit dv activity.fit 0x4570| 06 | . | reserved: false 0x4577.3-0x4577.4 (0.1) 0x4570| 06 | . | local_message_type: 6 0x4577.4-0x4578 (0.4) | | | data_message{}: 0x4578-0x458e (22) -0x4570| 6a cf 56 3f | j.V? | timestamp: 1062653802 (s) 0x4578-0x457c (4) +0x4570| 6a cf 56 3f | j.V? | timestamp: 1062653802 (2023-09-03T05:36:42Z) 0x4578-0x457c (4) 0x4570| d1 44 36 2a| .D6*| position_lat: 59.36060749925673 (708199633) 0x457c-0x4580 (4) 0x4580|34 50 de 0c |4P.. | position_long: 18.09620339423418 (215896116) 0x4580-0x4584 (4) 0x4580| e2 de 18 00 | .... | distance: 16299.22 (1629922) (m) 0x4584-0x4588 (4) @@ -13215,7 +13215,7 @@ $ fq -d fit dv activity.fit 0x4580| 06 | . | reserved: false 0x458e.3-0x458e.4 (0.1) 0x4580| 06 | . | local_message_type: 6 0x458e.4-0x458f (0.4) | | | data_message{}: 0x458f-0x45a5 (22) -0x4580| 6e| n| timestamp: 1062653806 (s) 0x458f-0x4593 (4) +0x4580| 6e| n| timestamp: 1062653806 (2023-09-03T05:36:46Z) 0x458f-0x4593 (4) 0x4590|cf 56 3f |.V? | 0x4590| 90 3c 36 2a | .<6* | position_lat: 59.360430389642715 (708197520) 0x4593-0x4597 (4) 0x4590| 4e 57 de 0c | NW.. | position_long: 18.09635577723384 (215897934) 0x4597-0x459b (4) @@ -13233,7 +13233,7 @@ $ fq -d fit dv activity.fit 0x45a0| 06 | . | reserved: false 0x45a5.3-0x45a5.4 (0.1) 0x45a0| 06 | . | local_message_type: 6 0x45a5.4-0x45a6 (0.4) | | | data_message{}: 0x45a6-0x45bc (22) -0x45a0| 72 cf 56 3f | r.V? | timestamp: 1062653810 (s) 0x45a6-0x45aa (4) +0x45a0| 72 cf 56 3f | r.V? | timestamp: 1062653810 (2023-09-03T05:36:50Z) 0x45a6-0x45aa (4) 0x45a0| 37 34 36 2a | 746* | position_lat: 59.36025126837194 (708195383) 0x45aa-0x45ae (4) 0x45a0| 2f 5e| /^| position_long: 18.09650338254869 (215899695) 0x45ae-0x45b2 (4) 0x45b0|de 0c |.. | @@ -13250,7 +13250,7 @@ $ fq -d fit dv activity.fit 0x45b0| 06 | . | reserved: false 0x45bc.3-0x45bc.4 (0.1) 0x45b0| 06 | . | local_message_type: 6 0x45bc.4-0x45bd (0.4) | | | data_message{}: 0x45bd-0x45d3 (22) -0x45b0| 76 cf 56| v.V| timestamp: 1062653814 (s) 0x45bd-0x45c1 (4) +0x45b0| 76 cf 56| v.V| timestamp: 1062653814 (2023-09-03T05:36:54Z) 0x45bd-0x45c1 (4) 0x45c0|3f |? | 0x45c0| 30 2c 36 2a | 0,6* | position_lat: 59.360079020261765 (708193328) 0x45c1-0x45c5 (4) 0x45c0| 37 65 de 0c | 7e.. | position_long: 18.096654256805778 (215901495) 0x45c5-0x45c9 (4) @@ -13268,7 +13268,7 @@ $ fq -d fit dv activity.fit 0x45d0| 06 | . | reserved: false 0x45d3.3-0x45d3.4 (0.1) 0x45d0| 06 | . | local_message_type: 6 0x45d3.4-0x45d4 (0.4) | | | data_message{}: 0x45d4-0x45ea (22) -0x45d0| 7a cf 56 3f | z.V? | timestamp: 1062653818 (s) 0x45d4-0x45d8 (4) +0x45d0| 7a cf 56 3f | z.V? | timestamp: 1062653818 (2023-09-03T05:36:58Z) 0x45d4-0x45d8 (4) 0x45d0| 39 24 36 2a | 9$6* | position_lat: 59.3599081132561 (708191289) 0x45d8-0x45dc (4) 0x45d0| 51 6c de 0c| Ql..| position_long: 18.096806639805436 (215903313) 0x45dc-0x45e0 (4) 0x45e0|22 00 19 00 |"... | distance: 16384.34 (1638434) (m) 0x45e0-0x45e4 (4) @@ -13284,7 +13284,7 @@ $ fq -d fit dv activity.fit 0x45e0| 06 | . | reserved: false 0x45ea.3-0x45ea.4 (0.1) 0x45e0| 06 | . | local_message_type: 6 0x45ea.4-0x45eb (0.4) | | | data_message{}: 0x45eb-0x4601 (22) -0x45e0| 7e cf 56 3f | ~.V? | timestamp: 1062653822 (s) 0x45eb-0x45ef (4) +0x45e0| 7e cf 56 3f | ~.V? | timestamp: 1062653822 (2023-09-03T05:37:02Z) 0x45eb-0x45ef (4) 0x45e0| ab| .| position_lat: 59.35974600724876 (708189355) 0x45ef-0x45f3 (4) 0x45f0|1c 36 2a |.6* | 0x45f0| 8c 73 de 0c | .s.. | position_long: 18.09696178883314 (215905164) 0x45f3-0x45f7 (4) @@ -13301,7 +13301,7 @@ $ fq -d fit dv activity.fit 0x4600| 06 | . | reserved: false 0x4601.3-0x4601.4 (0.1) 0x4600| 06 | . | local_message_type: 6 0x4601.4-0x4602 (0.4) | | | data_message{}: 0x4602-0x4618 (22) -0x4600| 7f cf 56 3f | ..V? | timestamp: 1062653823 (s) 0x4602-0x4606 (4) +0x4600| 7f cf 56 3f | ..V? | timestamp: 1062653823 (2023-09-03T05:37:03Z) 0x4602-0x4606 (4) 0x4600| 0e 1b 36 2a | ..6* | position_lat: 59.35971138998866 (708188942) 0x4606-0x460a (4) 0x4600| df 75 de 0c | .u.. | position_long: 18.097011661157012 (215905759) 0x460a-0x460e (4) 0x4600| d6 09| ..| distance: 16409.18 (1640918) (m) 0x460e-0x4612 (4) @@ -13318,7 +13318,7 @@ $ fq -d fit dv activity.fit 0x4610| 06 | . | reserved: false 0x4618.3-0x4618.4 (0.1) 0x4610| 06 | . | local_message_type: 6 0x4618.4-0x4619 (0.4) | | | data_message{}: 0x4619-0x462f (22) -0x4610| 84 cf 56 3f | ..V? | timestamp: 1062653828 (s) 0x4619-0x461d (4) +0x4610| 84 cf 56 3f | ..V? | timestamp: 1062653828 (2023-09-03T05:37:08Z) 0x4619-0x461d (4) 0x4610| a1 19 36| ..6| position_lat: 59.359680796042085 (708188577) 0x461d-0x4621 (4) 0x4620|2a |* | 0x4620| 00 89 de 0c | .... | position_long: 18.097422122955322 (215910656) 0x4621-0x4625 (4) @@ -13335,7 +13335,7 @@ $ fq -d fit dv activity.fit 0x4620| 06| .| reserved: false 0x462f.3-0x462f.4 (0.1) 0x4620| 06| .| local_message_type: 6 0x462f.4-0x4630 (0.4) | | | data_message{}: 0x4630-0x4646 (22) -0x4630|87 cf 56 3f |..V? | timestamp: 1062653831 (s) 0x4630-0x4634 (4) +0x4630|87 cf 56 3f |..V? | timestamp: 1062653831 (2023-09-03T05:37:11Z) 0x4630-0x4634 (4) 0x4630| 57 1d 36 2a | W.6* | position_lat: 59.359760424122214 (708189527) 0x4634-0x4638 (4) 0x4630| 35 95 de 0c | 5... | position_long: 18.097684057429433 (215913781) 0x4638-0x463c (4) 0x4630| 28 1a 19 00| (...| distance: 16450.96 (1645096) (m) 0x463c-0x4640 (4) @@ -13351,7 +13351,7 @@ $ fq -d fit dv activity.fit 0x4640| 06 | . | reserved: false 0x4646.3-0x4646.4 (0.1) 0x4640| 06 | . | local_message_type: 6 0x4646.4-0x4647 (0.4) | | | data_message{}: 0x4647-0x465d (22) -0x4640| 88 cf 56 3f | ..V? | timestamp: 1062653832 (s) 0x4647-0x464b (4) +0x4640| 88 cf 56 3f | ..V? | timestamp: 1062653832 (2023-09-03T05:37:12Z) 0x4647-0x464b (4) 0x4640| a3 1e 36 2a | ..6* | position_lat: 59.359788252040744 (708189859) 0x464b-0x464f (4) 0x4640| ac| .| position_long: 18.097779862582684 (215914924) 0x464f-0x4653 (4) 0x4650|99 de 0c |... | @@ -13368,7 +13368,7 @@ $ fq -d fit dv activity.fit 0x4650| 06 | . | reserved: false 0x465d.3-0x465d.4 (0.1) 0x4650| 06 | . | local_message_type: 6 0x465d.4-0x465e (0.4) | | | data_message{}: 0x465e-0x4674 (22) -0x4650| 8b cf| ..| timestamp: 1062653835 (s) 0x465e-0x4662 (4) +0x4650| 8b cf| ..| timestamp: 1062653835 (2023-09-03T05:37:15Z) 0x465e-0x4662 (4) 0x4660|56 3f |V? | 0x4660| 75 21 36 2a | u!6* | position_lat: 59.35984876938164 (708190581) 0x4662-0x4666 (4) 0x4660| 56 a9 de 0c | V... | position_long: 18.098115976899862 (215918934) 0x4666-0x466a (4) @@ -13385,7 +13385,7 @@ $ fq -d fit dv activity.fit 0x4670| 06 | . | reserved: false 0x4674.3-0x4674.4 (0.1) 0x4670| 06 | . | local_message_type: 6 0x4674.4-0x4675 (0.4) | | | data_message{}: 0x4675-0x468b (22) -0x4670| 8e cf 56 3f | ..V? | timestamp: 1062653838 (s) 0x4675-0x4679 (4) +0x4670| 8e cf 56 3f | ..V? | timestamp: 1062653838 (2023-09-03T05:37:18Z) 0x4675-0x4679 (4) 0x4670| 16 24 36 2a | .$6* | position_lat: 59.35990517958999 (708191254) 0x4679-0x467d (4) 0x4670| 1e bb de| ...| position_long: 18.09849752113223 (215923486) 0x467d-0x4681 (4) 0x4680|0c |. | @@ -13402,7 +13402,7 @@ $ fq -d fit dv activity.fit 0x4680| 06 | . | reserved: false 0x468b.3-0x468b.4 (0.1) 0x4680| 06 | . | local_message_type: 6 0x468b.4-0x468c (0.4) | | | data_message{}: 0x468c-0x46a2 (22) -0x4680| 90 cf 56 3f| ..V?| timestamp: 1062653840 (s) 0x468c-0x4690 (4) +0x4680| 90 cf 56 3f| ..V?| timestamp: 1062653840 (2023-09-03T05:37:20Z) 0x468c-0x4690 (4) 0x4690|7f 25 36 2a |.%6* | position_lat: 59.359935438260436 (708191615) 0x4690-0x4694 (4) 0x4690| 0a c8 de 0c | .... | position_long: 18.098774794489145 (215926794) 0x4694-0x4698 (4) 0x4690| a2 33 19 00 | .3.. | distance: 16516.18 (1651618) (m) 0x4698-0x469c (4) @@ -13418,7 +13418,7 @@ $ fq -d fit dv activity.fit 0x46a0| 06 | . | reserved: false 0x46a2.3-0x46a2.4 (0.1) 0x46a0| 06 | . | local_message_type: 6 0x46a2.4-0x46a3 (0.4) | | | data_message{}: 0x46a3-0x46b9 (22) -0x46a0| 93 cf 56 3f | ..V? | timestamp: 1062653843 (s) 0x46a3-0x46a7 (4) +0x46a0| 93 cf 56 3f | ..V? | timestamp: 1062653843 (2023-09-03T05:37:23Z) 0x46a3-0x46a7 (4) 0x46a0| c5 21 36 2a | .!6* | position_lat: 59.35985547490418 (708190661) 0x46a7-0x46ab (4) 0x46a0| b5 da de 0c | .... | position_long: 18.099175365641713 (215931573) 0x46ab-0x46af (4) 0x46a0| 75| u| distance: 16541.33 (1654133) (m) 0x46af-0x46b3 (4) @@ -13435,7 +13435,7 @@ $ fq -d fit dv activity.fit 0x46b0| 06 | . | reserved: false 0x46b9.3-0x46b9.4 (0.1) 0x46b0| 06 | . | local_message_type: 6 0x46b9.4-0x46ba (0.4) | | | data_message{}: 0x46ba-0x46d0 (22) -0x46b0| 96 cf 56 3f | ..V? | timestamp: 1062653846 (s) 0x46ba-0x46be (4) +0x46b0| 96 cf 56 3f | ..V? | timestamp: 1062653846 (2023-09-03T05:37:26Z) 0x46ba-0x46be (4) 0x46b0| 70 18| p.| position_lat: 59.35965523123741 (708188272) 0x46be-0x46c2 (4) 0x46c0|36 2a |6* | 0x46c0| 70 e2 de 0c | p... | position_long: 18.099341243505478 (215933552) 0x46c2-0x46c6 (4) @@ -13452,7 +13452,7 @@ $ fq -d fit dv activity.fit 0x46d0|06 |. | reserved: false 0x46d0.3-0x46d0.4 (0.1) 0x46d0|06 |. | local_message_type: 6 0x46d0.4-0x46d1 (0.4) | | | data_message{}: 0x46d1-0x46e7 (22) -0x46d0| 98 cf 56 3f | ..V? | timestamp: 1062653848 (s) 0x46d1-0x46d5 (4) +0x46d0| 98 cf 56 3f | ..V? | timestamp: 1062653848 (2023-09-03T05:37:28Z) 0x46d1-0x46d5 (4) 0x46d0| fa 10 36 2a | ..6* | position_lat: 59.359495136886835 (708186362) 0x46d5-0x46d9 (4) 0x46d0| da e2 de 0c | .... | position_long: 18.09935012832284 (215933658) 0x46d9-0x46dd (4) 0x46d0| 1b 4e 19| .N.| distance: 16583.95 (1658395) (m) 0x46dd-0x46e1 (4) @@ -13469,7 +13469,7 @@ $ fq -d fit dv activity.fit 0x46e0| 06 | . | reserved: false 0x46e7.3-0x46e7.4 (0.1) 0x46e0| 06 | . | local_message_type: 6 0x46e7.4-0x46e8 (0.4) | | | data_message{}: 0x46e8-0x46fe (22) -0x46e0| 9b cf 56 3f | ..V? | timestamp: 1062653851 (s) 0x46e8-0x46ec (4) +0x46e0| 9b cf 56 3f | ..V? | timestamp: 1062653851 (2023-09-03T05:37:31Z) 0x46e8-0x46ec (4) 0x46e0| 0c 06 36 2a| ..6*| position_lat: 59.359260611236095 (708183564) 0x46ec-0x46f0 (4) 0x46f0|1e e5 de 0c |.... | position_long: 18.099398743361235 (215934238) 0x46f0-0x46f4 (4) 0x46f0| 5f 58 19 00 | _X.. | distance: 16610.23 (1661023) (m) 0x46f4-0x46f8 (4) @@ -13485,7 +13485,7 @@ $ fq -d fit dv activity.fit 0x46f0| 06 | . | reserved: false 0x46fe.3-0x46fe.4 (0.1) 0x46f0| 06 | . | local_message_type: 6 0x46fe.4-0x46ff (0.4) | | | data_message{}: 0x46ff-0x4715 (22) -0x46f0| 9e| .| timestamp: 1062653854 (s) 0x46ff-0x4703 (4) +0x46f0| 9e| .| timestamp: 1062653854 (2023-09-03T05:37:34Z) 0x46ff-0x4703 (4) 0x4700|cf 56 3f |.V? | 0x4700| 8d fc 35 2a | ..5* | position_lat: 59.359056847169995 (708181133) 0x4703-0x4707 (4) 0x4700| 11 ee de 0c | .... | position_long: 18.099590772762895 (215936529) 0x4707-0x470b (4) @@ -13503,7 +13503,7 @@ $ fq -d fit dv activity.fit 0x4710| 06 | . | reserved: false 0x4715.3-0x4715.4 (0.1) 0x4710| 06 | . | local_message_type: 6 0x4715.4-0x4716 (0.4) | | | data_message{}: 0x4716-0x472c (22) -0x4710| a1 cf 56 3f | ..V? | timestamp: 1062653857 (s) 0x4716-0x471a (4) +0x4710| a1 cf 56 3f | ..V? | timestamp: 1062653857 (2023-09-03T05:37:37Z) 0x4716-0x471a (4) 0x4710| d0 f5 35 2a | ..5* | position_lat: 59.358912259340286 (708179408) 0x471a-0x471e (4) 0x4710| ee fc| ..| position_long: 18.09990970417857 (215940334) 0x471e-0x4722 (4) 0x4720|de 0c |.. | @@ -13520,7 +13520,7 @@ $ fq -d fit dv activity.fit 0x4720| 06 | . | reserved: false 0x472c.3-0x472c.4 (0.1) 0x4720| 06 | . | local_message_type: 6 0x472c.4-0x472d (0.4) | | | data_message{}: 0x472d-0x4743 (22) -0x4720| a2 cf 56| ..V| timestamp: 1062653858 (s) 0x472d-0x4731 (4) +0x4720| a2 cf 56| ..V| timestamp: 1062653858 (2023-09-03T05:37:38Z) 0x472d-0x4731 (4) 0x4730|3f |? | 0x4730| 22 f4 35 2a | ".5* | position_lat: 59.35887621715665 (708178978) 0x4731-0x4735 (4) 0x4730| 8b 02 df 0c | .... | position_long: 18.100030152127147 (215941771) 0x4735-0x4739 (4) @@ -13538,7 +13538,7 @@ $ fq -d fit dv activity.fit 0x4740| 06 | . | reserved: false 0x4743.3-0x4743.4 (0.1) 0x4740| 06 | . | local_message_type: 6 0x4743.4-0x4744 (0.4) | | | data_message{}: 0x4744-0x475a (22) -0x4740| a5 cf 56 3f | ..V? | timestamp: 1062653861 (s) 0x4744-0x4748 (4) +0x4740| a5 cf 56 3f | ..V? | timestamp: 1062653861 (2023-09-03T05:37:41Z) 0x4744-0x4748 (4) 0x4740| 17 f0 35 2a | ..5* | position_lat: 59.35878946445882 (708177943) 0x4748-0x474c (4) 0x4740| 49 14 df 0c| I...| position_long: 18.100410858169198 (215946313) 0x474c-0x4750 (4) 0x4750|1d 78 19 00 |.x.. | distance: 16691.49 (1669149) (m) 0x4750-0x4754 (4) @@ -13554,7 +13554,7 @@ $ fq -d fit dv activity.fit 0x4750| 06 | . | reserved: false 0x475a.3-0x475a.4 (0.1) 0x4750| 06 | . | local_message_type: 6 0x475a.4-0x475b (0.4) | | | data_message{}: 0x475b-0x4771 (22) -0x4750| a8 cf 56 3f | ..V? | timestamp: 1062653864 (s) 0x475b-0x475f (4) +0x4750| a8 cf 56 3f | ..V? | timestamp: 1062653864 (2023-09-03T05:37:44Z) 0x475b-0x475f (4) 0x4750| 63| c| position_lat: 59.35871000401676 (708176995) 0x475f-0x4763 (4) 0x4760|ec 35 2a |.5* | 0x4760| 01 26 df 0c | .&.. | position_long: 18.10079106129706 (215950849) 0x4763-0x4767 (4) @@ -13571,7 +13571,7 @@ $ fq -d fit dv activity.fit 0x4770| 06 | . | reserved: false 0x4771.3-0x4771.4 (0.1) 0x4770| 06 | . | local_message_type: 6 0x4771.4-0x4772 (0.4) | | | data_message{}: 0x4772-0x4788 (22) -0x4770| ab cf 56 3f | ..V? | timestamp: 1062653867 (s) 0x4772-0x4776 (4) +0x4770| ab cf 56 3f | ..V? | timestamp: 1062653867 (2023-09-03T05:37:47Z) 0x4772-0x4776 (4) 0x4770| e1 e8 35 2a | ..5* | position_lat: 59.35863473452628 (708176097) 0x4776-0x477a (4) 0x4770| 40 37 df 0c | @7.. | position_long: 18.101161122322083 (215955264) 0x477a-0x477e (4) 0x4770| 17 8a| ..| distance: 16737.51 (1673751) (m) 0x477e-0x4782 (4) @@ -13588,7 +13588,7 @@ $ fq -d fit dv activity.fit 0x4780| 06 | . | reserved: false 0x4788.3-0x4788.4 (0.1) 0x4780| 06 | . | local_message_type: 6 0x4788.4-0x4789 (0.4) | | | data_message{}: 0x4789-0x479f (22) -0x4780| ae cf 56 3f | ..V? | timestamp: 1062653870 (s) 0x4789-0x478d (4) +0x4780| ae cf 56 3f | ..V? | timestamp: 1062653870 (2023-09-03T05:37:50Z) 0x4789-0x478d (4) 0x4780| 60 e5 35| `.5| position_lat: 59.35855954885483 (708175200) 0x478d-0x4791 (4) 0x4790|2a |* | 0x4790| 13 48 df 0c | .H.. | position_long: 18.10152213089168 (215959571) 0x4791-0x4795 (4) @@ -13605,7 +13605,7 @@ $ fq -d fit dv activity.fit 0x4790| 06| .| reserved: false 0x479f.3-0x479f.4 (0.1) 0x4790| 06| .| local_message_type: 6 0x479f.4-0x47a0 (0.4) | | | data_message{}: 0x47a0-0x47b6 (22) -0x47a0|b1 cf 56 3f |..V? | timestamp: 1062653873 (s) 0x47a0-0x47a4 (4) +0x47a0|b1 cf 56 3f |..V? | timestamp: 1062653873 (2023-09-03T05:37:53Z) 0x47a0-0x47a4 (4) 0x47a0| 7e e1 35 2a | ~.5* | position_lat: 59.3584762327373 (708174206) 0x47a4-0x47a8 (4) 0x47a0| d3 58 df 0c | .X.. | position_long: 18.101881546899676 (215963859) 0x47a8-0x47ac (4) 0x47a0| 86 9b 19 00| ....| distance: 16782.14 (1678214) (m) 0x47ac-0x47b0 (4) @@ -13621,7 +13621,7 @@ $ fq -d fit dv activity.fit 0x47b0| 06 | . | reserved: false 0x47b6.3-0x47b6.4 (0.1) 0x47b0| 06 | . | local_message_type: 6 0x47b6.4-0x47b7 (0.4) | | | data_message{}: 0x47b7-0x47cd (22) -0x47b0| b2 cf 56 3f | ..V? | timestamp: 1062653874 (s) 0x47b7-0x47bb (4) +0x47b0| b2 cf 56 3f | ..V? | timestamp: 1062653874 (2023-09-03T05:37:54Z) 0x47b7-0x47bb (4) 0x47b0| c1 df 35 2a | ..5* | position_lat: 59.35843893326819 (708173761) 0x47bb-0x47bf (4) 0x47b0| d2| .| position_long: 18.10198875144124 (215965138) 0x47bf-0x47c3 (4) 0x47c0|5d df 0c |].. | @@ -13638,7 +13638,7 @@ $ fq -d fit dv activity.fit 0x47c0| 06 | . | reserved: false 0x47cd.3-0x47cd.4 (0.1) 0x47c0| 06 | . | local_message_type: 6 0x47cd.4-0x47ce (0.4) | | | data_message{}: 0x47ce-0x47e4 (22) -0x47c0| b5 cf| ..| timestamp: 1062653877 (s) 0x47ce-0x47d2 (4) +0x47c0| b5 cf| ..| timestamp: 1062653877 (2023-09-03T05:37:57Z) 0x47ce-0x47d2 (4) 0x47d0|56 3f |V? | 0x47d0| cc d7 35 2a | ..5* | position_lat: 59.358268193900585 (708171724) 0x47d2-0x47d6 (4) 0x47d0| 93 66 df 0c | .f.. | position_long: 18.102176589891315 (215967379) 0x47d6-0x47da (4) @@ -13655,7 +13655,7 @@ $ fq -d fit dv activity.fit 0x47e0| 06 | . | reserved: false 0x47e4.3-0x47e4.4 (0.1) 0x47e0| 06 | . | local_message_type: 6 0x47e4.4-0x47e5 (0.4) | | | data_message{}: 0x47e5-0x47fb (22) -0x47e0| b8 cf 56 3f | ..V? | timestamp: 1062653880 (s) 0x47e5-0x47e9 (4) +0x47e0| b8 cf 56 3f | ..V? | timestamp: 1062653880 (2023-09-03T05:38:00Z) 0x47e5-0x47e9 (4) 0x47e0| 81 ce 35 2a | ..5* | position_lat: 59.358068788424134 (708169345) 0x47e9-0x47ed (4) 0x47e0| 28 68 df| (h.| position_long: 18.10221053659916 (215967784) 0x47ed-0x47f1 (4) 0x47f0|0c |. | @@ -13672,7 +13672,7 @@ $ fq -d fit dv activity.fit 0x47f0| 06 | . | reserved: false 0x47fb.3-0x47fb.4 (0.1) 0x47f0| 06 | . | local_message_type: 6 0x47fb.4-0x47fc (0.4) | | | data_message{}: 0x47fc-0x4812 (22) -0x47f0| b9 cf 56 3f| ..V?| timestamp: 1062653881 (s) 0x47fc-0x4800 (4) +0x47f0| b9 cf 56 3f| ..V?| timestamp: 1062653881 (2023-09-03T05:38:01Z) 0x47fc-0x4800 (4) 0x4800|6e cb 35 2a |n.5* | position_lat: 59.358002822846174 (708168558) 0x4800-0x4804 (4) 0x4800| d3 67 df 0c | .g.. | position_long: 18.102203411981463 (215967699) 0x4804-0x4808 (4) 0x4800| 9a b2 19 00 | .... | distance: 16841.22 (1684122) (m) 0x4808-0x480c (4) @@ -13688,7 +13688,7 @@ $ fq -d fit dv activity.fit 0x4810| 06 | . | reserved: false 0x4812.3-0x4812.4 (0.1) 0x4810| 06 | . | local_message_type: 6 0x4812.4-0x4813 (0.4) | | | data_message{}: 0x4813-0x4829 (22) -0x4810| ba cf 56 3f | ..V? | timestamp: 1062653882 (s) 0x4813-0x4817 (4) +0x4810| ba cf 56 3f | ..V? | timestamp: 1062653882 (2023-09-03T05:38:02Z) 0x4813-0x4817 (4) 0x4810| 7f c8 35 2a | ..5* | position_lat: 59.357939874753356 (708167807) 0x4817-0x481b (4) 0x4810| 42 68 df 0c | Bh.. | position_long: 18.102212715893984 (215967810) 0x481b-0x481f (4) 0x4810| 53| S| distance: 16848.19 (1684819) (m) 0x481f-0x4823 (4) @@ -13705,7 +13705,7 @@ $ fq -d fit dv activity.fit 0x4820| 06 | . | reserved: false 0x4829.3-0x4829.4 (0.1) 0x4820| 06 | . | local_message_type: 6 0x4829.4-0x482a (0.4) | | | data_message{}: 0x482a-0x4840 (22) -0x4820| be cf 56 3f | ..V? | timestamp: 1062653886 (s) 0x482a-0x482e (4) +0x4820| be cf 56 3f | ..V? | timestamp: 1062653886 (2023-09-03T05:38:06Z) 0x482a-0x482e (4) 0x4820| e1 c0| ..| position_lat: 59.35777642764151 (708165857) 0x482e-0x4832 (4) 0x4830|35 2a |5* | 0x4830| 29 76 df 0c | )v.. | position_long: 18.10251102782786 (215971369) 0x4832-0x4836 (4) @@ -13722,7 +13722,7 @@ $ fq -d fit dv activity.fit 0x4840|06 |. | reserved: false 0x4840.3-0x4840.4 (0.1) 0x4840|06 |. | local_message_type: 6 0x4840.4-0x4841 (0.4) | | | data_message{}: 0x4841-0x4857 (22) -0x4840| c1 cf 56 3f | ..V? | timestamp: 1062653889 (s) 0x4841-0x4845 (4) +0x4840| c1 cf 56 3f | ..V? | timestamp: 1062653889 (2023-09-03T05:38:09Z) 0x4841-0x4845 (4) 0x4840| 46 bd 35 2a | F.5* | position_lat: 59.35769906267524 (708164934) 0x4845-0x4849 (4) 0x4840| 57 85 df 0c | W... | position_long: 18.102836748585105 (215975255) 0x4849-0x484d (4) 0x4840| 33 c7 19| 3..| distance: 16893.95 (1689395) (m) 0x484d-0x4851 (4) @@ -13739,7 +13739,7 @@ $ fq -d fit dv activity.fit 0x4850| 06 | . | reserved: false 0x4857.3-0x4857.4 (0.1) 0x4850| 06 | . | local_message_type: 6 0x4857.4-0x4858 (0.4) | | | data_message{}: 0x4858-0x486e (22) -0x4850| c3 cf 56 3f | ..V? | timestamp: 1062653891 (s) 0x4858-0x485c (4) +0x4850| c3 cf 56 3f | ..V? | timestamp: 1062653891 (2023-09-03T05:38:11Z) 0x4858-0x485c (4) 0x4850| a4 bb 35 2a| ..5*| position_lat: 59.35766402631998 (708164516) 0x485c-0x4860 (4) 0x4860|b8 90 df 0c |.... | position_long: 18.103080913424492 (215978168) 0x4860-0x4864 (4) 0x4860| d5 cc 19 00 | .... | distance: 16908.37 (1690837) (m) 0x4864-0x4868 (4) @@ -13755,7 +13755,7 @@ $ fq -d fit dv activity.fit 0x4860| 06 | . | reserved: false 0x486e.3-0x486e.4 (0.1) 0x4860| 06 | . | local_message_type: 6 0x486e.4-0x486f (0.4) | | | data_message{}: 0x486f-0x4885 (22) -0x4860| c6| .| timestamp: 1062653894 (s) 0x486f-0x4873 (4) +0x4860| c6| .| timestamp: 1062653894 (2023-09-03T05:38:14Z) 0x486f-0x4873 (4) 0x4870|cf 56 3f |.V? | 0x4870| c8 b8 35 2a | ..5* | position_lat: 59.357602670788765 (708163784) 0x4873-0x4877 (4) 0x4870| 8d a3 df 0c | .... | position_long: 18.103485004976392 (215982989) 0x4877-0x487b (4) @@ -13773,7 +13773,7 @@ $ fq -d fit dv activity.fit 0x4880| 06 | . | reserved: false 0x4885.3-0x4885.4 (0.1) 0x4880| 06 | . | local_message_type: 6 0x4885.4-0x4886 (0.4) | | | data_message{}: 0x4886-0x489c (22) -0x4880| c9 cf 56 3f | ..V? | timestamp: 1062653897 (s) 0x4886-0x488a (4) +0x4880| c9 cf 56 3f | ..V? | timestamp: 1062653897 (2023-09-03T05:38:17Z) 0x4886-0x488a (4) 0x4880| a3 b4 35 2a | ..5* | position_lat: 59.357513738796115 (708162723) 0x488a-0x488e (4) 0x4880| 14 b6| ..| position_long: 18.103882558643818 (215987732) 0x488e-0x4892 (4) 0x4890|df 0c |.. | @@ -13790,7 +13790,7 @@ $ fq -d fit dv activity.fit 0x4890| 06 | . | reserved: false 0x489c.3-0x489c.4 (0.1) 0x4890| 06 | . | local_message_type: 6 0x489c.4-0x489d (0.4) | | | data_message{}: 0x489d-0x48b3 (22) -0x4890| cc cf 56| ..V| timestamp: 1062653900 (s) 0x489d-0x48a1 (4) +0x4890| cc cf 56| ..V| timestamp: 1062653900 (2023-09-03T05:38:20Z) 0x489d-0x48a1 (4) 0x48a0|3f |? | 0x48a0| de b0 35 2a | ..5* | position_lat: 59.35743285343051 (708161758) 0x48a1-0x48a5 (4) 0x48a0| 0a c8 df 0c | .... | position_long: 18.104267958551645 (215992330) 0x48a5-0x48a9 (4) @@ -13808,7 +13808,7 @@ $ fq -d fit dv activity.fit 0x48b0| 06 | . | reserved: false 0x48b3.3-0x48b3.4 (0.1) 0x48b0| 06 | . | local_message_type: 6 0x48b3.4-0x48b4 (0.4) | | | data_message{}: 0x48b4-0x48ca (22) -0x48b0| cf cf 56 3f | ..V? | timestamp: 1062653903 (s) 0x48b4-0x48b8 (4) +0x48b0| cf cf 56 3f | ..V? | timestamp: 1062653903 (2023-09-03T05:38:23Z) 0x48b4-0x48b8 (4) 0x48b0| 56 ac 35 2a | V.5* | position_lat: 59.35733562335372 (708160598) 0x48b8-0x48bc (4) 0x48b0| 8e d8 df 0c| ....| position_long: 18.104622345417738 (215996558) 0x48bc-0x48c0 (4) 0x48c0|0b f2 19 00 |.... | distance: 17003.63 (1700363) (m) 0x48c0-0x48c4 (4) @@ -13824,8 +13824,8 @@ $ fq -d fit dv activity.fit 0x48c0| 08 | . | reserved: false 0x48ca.3-0x48ca.4 (0.1) 0x48c0| 08 | . | local_message_type: 8 0x48ca.4-0x48cb (0.4) | | | data_message{}: 0x48cb-0x4901 (54) -0x48c0| cf cf 56 3f | ..V? | timestamp: 1062653903 (s) 0x48cb-0x48cf (4) -0x48c0| 37| 7| start_time: 1062653751 0x48cf-0x48d3 (4) +0x48c0| cf cf 56 3f | ..V? | timestamp: 1062653903 (2023-09-03T05:38:23Z) 0x48cb-0x48cf (4) +0x48c0| 37| 7| start_time: 1062653751 (2023-09-03T05:35:51Z) 0x48cf-0x48d3 (4) 0x48d0|cf 56 3f |.V? | 0x48d0| 85 84 36 2a | ..6* | start_position_lat: 59.361974420025945 (708215941) 0x48d3-0x48d7 (4) 0x48d0| ab e4 dd 0c | .... | start_position_long: 18.093895940110087 (215868587) 0x48d7-0x48db (4) @@ -13857,7 +13857,7 @@ $ fq -d fit dv activity.fit 0x4900| 06 | . | reserved: false 0x4901.3-0x4901.4 (0.1) 0x4900| 06 | . | local_message_type: 6 0x4901.4-0x4902 (0.4) | | | data_message{}: 0x4902-0x4918 (22) -0x4900| d2 cf 56 3f | ..V? | timestamp: 1062653906 (s) 0x4902-0x4906 (4) +0x4900| d2 cf 56 3f | ..V? | timestamp: 1062653906 (2023-09-03T05:38:26Z) 0x4902-0x4906 (4) 0x4900| bd a5 35 2a | ..5* | position_lat: 59.35719405300915 (708158909) 0x4906-0x490a (4) 0x4900| 08 e6 df 0c | .... | position_long: 18.104911521077156 (216000008) 0x490a-0x490e (4) 0x4900| f4 fa| ..| distance: 17026.44 (1702644) (m) 0x490e-0x4912 (4) @@ -13874,7 +13874,7 @@ $ fq -d fit dv activity.fit 0x4910| 06 | . | reserved: false 0x4918.3-0x4918.4 (0.1) 0x4910| 06 | . | local_message_type: 6 0x4918.4-0x4919 (0.4) | | | data_message{}: 0x4919-0x492f (22) -0x4910| d4 cf 56 3f | ..V? | timestamp: 1062653908 (s) 0x4919-0x491d (4) +0x4910| d4 cf 56 3f | ..V? | timestamp: 1062653908 (2023-09-03T05:38:28Z) 0x4919-0x491d (4) 0x4910| 1e a0 35| ..5| position_lat: 59.357073437422514 (708157470) 0x491d-0x4921 (4) 0x4920|2a |* | 0x4920| 68 ed df 0c | h... | position_long: 18.105069771409035 (216001896) 0x4921-0x4925 (4) @@ -13891,7 +13891,7 @@ $ fq -d fit dv activity.fit 0x4920| 06| .| reserved: false 0x492f.3-0x492f.4 (0.1) 0x4920| 06| .| local_message_type: 6 0x492f.4-0x4930 (0.4) | | | data_message{}: 0x4930-0x4946 (22) -0x4930|d7 cf 56 3f |..V? | timestamp: 1062653911 (s) 0x4930-0x4934 (4) +0x4930|d7 cf 56 3f |..V? | timestamp: 1062653911 (2023-09-03T05:38:31Z) 0x4930-0x4934 (4) 0x4930| b5 97 35 2a | ..5* | position_lat: 59.35689297504723 (708155317) 0x4934-0x4938 (4) 0x4930| 31 f7 df 0c | 1... | position_long: 18.105279738083482 (216004401) 0x4938-0x493c (4) 0x4930| 65 0a 1a 00| e...| distance: 17065.97 (1706597) (m) 0x493c-0x4940 (4) @@ -13907,7 +13907,7 @@ $ fq -d fit dv activity.fit 0x4940| 06 | . | reserved: false 0x4946.3-0x4946.4 (0.1) 0x4940| 06 | . | local_message_type: 6 0x4946.4-0x4947 (0.4) | | | data_message{}: 0x4947-0x495d (22) -0x4940| da cf 56 3f | ..V? | timestamp: 1062653914 (s) 0x4947-0x494b (4) +0x4940| da cf 56 3f | ..V? | timestamp: 1062653914 (2023-09-03T05:38:34Z) 0x4947-0x494b (4) 0x4940| ca 8f 35 2a | ..5* | position_lat: 59.356723073869944 (708153290) 0x494b-0x494f (4) 0x4940| 0b| .| position_long: 18.10546967200935 (216006667) 0x494f-0x4953 (4) 0x4950|00 e0 0c |... | @@ -13924,7 +13924,7 @@ $ fq -d fit dv activity.fit 0x4950| 06 | . | reserved: false 0x495d.3-0x495d.4 (0.1) 0x4950| 06 | . | local_message_type: 6 0x495d.4-0x495e (0.4) | | | data_message{}: 0x495e-0x4974 (22) -0x4950| dd cf| ..| timestamp: 1062653917 (s) 0x495e-0x4962 (4) +0x4950| dd cf| ..| timestamp: 1062653917 (2023-09-03T05:38:37Z) 0x495e-0x4962 (4) 0x4960|56 3f |V? | 0x4960| dd 87 35 2a | ..5* | position_lat: 59.35655300505459 (708151261) 0x4962-0x4966 (4) 0x4960| dd 08 e0 0c | .... | position_long: 18.105658935382962 (216008925) 0x4966-0x496a (4) @@ -13941,7 +13941,7 @@ $ fq -d fit dv activity.fit 0x4970| 06 | . | reserved: false 0x4974.3-0x4974.4 (0.1) 0x4970| 06 | . | local_message_type: 6 0x4974.4-0x4975 (0.4) | | | data_message{}: 0x4975-0x498b (22) -0x4970| e0 cf 56 3f | ..V? | timestamp: 1062653920 (s) 0x4975-0x4979 (4) +0x4970| e0 cf 56 3f | ..V? | timestamp: 1062653920 (2023-09-03T05:38:40Z) 0x4975-0x4979 (4) 0x4970| ef 7e 35 2a | .~5* | position_lat: 59.35636139474809 (708148975) 0x4979-0x497d (4) 0x4970| 4b 11 e0| K..| position_long: 18.105839816853404 (216011083) 0x497d-0x4981 (4) 0x4980|0c |. | @@ -13958,7 +13958,7 @@ $ fq -d fit dv activity.fit 0x4980| 06 | . | reserved: false 0x498b.3-0x498b.4 (0.1) 0x4980| 06 | . | local_message_type: 6 0x498b.4-0x498c (0.4) | | | data_message{}: 0x498c-0x49a2 (22) -0x4980| e3 cf 56 3f| ..V?| timestamp: 1062653923 (s) 0x498c-0x4990 (4) +0x4980| e3 cf 56 3f| ..V?| timestamp: 1062653923 (2023-09-03T05:38:43Z) 0x498c-0x4990 (4) 0x4990|c6 75 35 2a |.u5* | position_lat: 59.35616483911872 (708146630) 0x4990-0x4994 (4) 0x4990| bb 1a e0 0c | .... | position_long: 18.10604232363403 (216013499) 0x4994-0x4998 (4) 0x4990| 58 2e 1a 00 | X... | distance: 17158 (1715800) (m) 0x4998-0x499c (4) @@ -13974,7 +13974,7 @@ $ fq -d fit dv activity.fit 0x49a0| 06 | . | reserved: false 0x49a2.3-0x49a2.4 (0.1) 0x49a0| 06 | . | local_message_type: 6 0x49a2.4-0x49a3 (0.4) | | | data_message{}: 0x49a3-0x49b9 (22) -0x49a0| e6 cf 56 3f | ..V? | timestamp: 1062653926 (s) 0x49a3-0x49a7 (4) +0x49a0| e6 cf 56 3f | ..V? | timestamp: 1062653926 (2023-09-03T05:38:46Z) 0x49a3-0x49a7 (4) 0x49a0| df 6c 35 2a | .l5* | position_lat: 59.35597381554544 (708144351) 0x49a7-0x49ab (4) 0x49a0| d4 24 e0 0c | .$.. | position_long: 18.106258995831013 (216016084) 0x49ab-0x49af (4) 0x49a0| f3| .| distance: 17182.59 (1718259) (m) 0x49af-0x49b3 (4) @@ -13991,7 +13991,7 @@ $ fq -d fit dv activity.fit 0x49b0| 06 | . | reserved: false 0x49b9.3-0x49b9.4 (0.1) 0x49b0| 06 | . | local_message_type: 6 0x49b9.4-0x49ba (0.4) | | | data_message{}: 0x49ba-0x49d0 (22) -0x49b0| e9 cf 56 3f | ..V? | timestamp: 1062653929 (s) 0x49ba-0x49be (4) +0x49b0| e9 cf 56 3f | ..V? | timestamp: 1062653929 (2023-09-03T05:38:49Z) 0x49ba-0x49be (4) 0x49b0| a1 63| .c| position_lat: 59.3557754997164 (708141985) 0x49be-0x49c2 (4) 0x49c0|35 2a |5* | 0x49c0| d1 2e e0 0c | .... | position_long: 18.10647332109511 (216018641) 0x49c2-0x49c6 (4) @@ -14008,7 +14008,7 @@ $ fq -d fit dv activity.fit 0x49d0|06 |. | reserved: false 0x49d0.3-0x49d0.4 (0.1) 0x49d0|06 |. | local_message_type: 6 0x49d0.4-0x49d1 (0.4) | | | data_message{}: 0x49d1-0x49e7 (22) -0x49d0| ec cf 56 3f | ..V? | timestamp: 1062653932 (s) 0x49d1-0x49d5 (4) +0x49d0| ec cf 56 3f | ..V? | timestamp: 1062653932 (2023-09-03T05:38:52Z) 0x49d1-0x49d5 (4) 0x49d0| ee 59 35 2a | .Y5* | position_lat: 59.35556737706065 (708139502) 0x49d5-0x49d9 (4) 0x49d0| 3c 38 e0 0c | <8.. | position_long: 18.106675408780575 (216021052) 0x49d9-0x49dd (4) 0x49d0| ea 4b 1a| .K.| distance: 17233.7 (1723370) (m) 0x49dd-0x49e1 (4) @@ -14025,7 +14025,7 @@ $ fq -d fit dv activity.fit 0x49e0| 06 | . | reserved: false 0x49e7.3-0x49e7.4 (0.1) 0x49e0| 06 | . | local_message_type: 6 0x49e7.4-0x49e8 (0.4) | | | data_message{}: 0x49e8-0x49fe (22) -0x49e0| ef cf 56 3f | ..V? | timestamp: 1062653935 (s) 0x49e8-0x49ec (4) +0x49e0| ef cf 56 3f | ..V? | timestamp: 1062653935 (2023-09-03T05:38:55Z) 0x49e8-0x49ec (4) 0x49e0| e4 4f 35 2a| .O5*| position_lat: 59.35535196214914 (708136932) 0x49ec-0x49f0 (4) 0x49f0|6e 41 e0 0c |nA.. | position_long: 18.106872718781233 (216023406) 0x49f0-0x49f4 (4) 0x49f0| 43 56 1a 00 | CV.. | distance: 17260.19 (1726019) (m) 0x49f4-0x49f8 (4) @@ -14041,7 +14041,7 @@ $ fq -d fit dv activity.fit 0x49f0| 06 | . | reserved: false 0x49fe.3-0x49fe.4 (0.1) 0x49f0| 06 | . | local_message_type: 6 0x49fe.4-0x49ff (0.4) | | | data_message{}: 0x49ff-0x4a15 (22) -0x49f0| f2| .| timestamp: 1062653938 (s) 0x49ff-0x4a03 (4) +0x49f0| f2| .| timestamp: 1062653938 (2023-09-03T05:38:58Z) 0x49ff-0x4a03 (4) 0x4a00|cf 56 3f |.V? | 0x4a00| 23 46 35 2a | #F5* | position_lat: 59.35514266602695 (708134435) 0x4a03-0x4a07 (4) 0x4a00| 74 4a e0 0c | tJ.. | position_long: 18.107066340744495 (216025716) 0x4a07-0x4a0b (4) @@ -14059,7 +14059,7 @@ $ fq -d fit dv activity.fit 0x4a10| 06 | . | reserved: false 0x4a15.3-0x4a15.4 (0.1) 0x4a10| 06 | . | local_message_type: 6 0x4a15.4-0x4a16 (0.4) | | | data_message{}: 0x4a16-0x4a2c (22) -0x4a10| f5 cf 56 3f | ..V? | timestamp: 1062653941 (s) 0x4a16-0x4a1a (4) +0x4a10| f5 cf 56 3f | ..V? | timestamp: 1062653941 (2023-09-03T05:39:01Z) 0x4a16-0x4a1a (4) 0x4a10| 43 3c 35 2a | C<5* | position_lat: 59.35493077151477 (708131907) 0x4a1a-0x4a1e (4) 0x4a10| ae 53| .S| position_long: 18.107264321297407 (216028078) 0x4a1e-0x4a22 (4) 0x4a20|e0 0c |.. | @@ -14076,7 +14076,7 @@ $ fq -d fit dv activity.fit 0x4a20| 06 | . | reserved: false 0x4a2c.3-0x4a2c.4 (0.1) 0x4a20| 06 | . | local_message_type: 6 0x4a2c.4-0x4a2d (0.4) | | | data_message{}: 0x4a2d-0x4a43 (22) -0x4a20| f8 cf 56| ..V| timestamp: 1062653944 (s) 0x4a2d-0x4a31 (4) +0x4a20| f8 cf 56| ..V| timestamp: 1062653944 (2023-09-03T05:39:04Z) 0x4a2d-0x4a31 (4) 0x4a30|3f |? | 0x4a30| b7 32 35 2a | .25* | position_lat: 59.35472591780126 (708129463) 0x4a31-0x4a35 (4) 0x4a30| 0d 5d e0 0c | .].. | position_long: 18.107465403154492 (216030477) 0x4a35-0x4a39 (4) @@ -14094,7 +14094,7 @@ $ fq -d fit dv activity.fit 0x4a40| 06 | . | reserved: false 0x4a43.3-0x4a43.4 (0.1) 0x4a40| 06 | . | local_message_type: 6 0x4a43.4-0x4a44 (0.4) | | | data_message{}: 0x4a44-0x4a5a (22) -0x4a40| fb cf 56 3f | ..V? | timestamp: 1062653947 (s) 0x4a44-0x4a48 (4) +0x4a40| fb cf 56 3f | ..V? | timestamp: 1062653947 (2023-09-03T05:39:07Z) 0x4a44-0x4a48 (4) 0x4a40| 42 29 35 2a | B)5* | position_lat: 59.35452299192548 (708127042) 0x4a48-0x4a4c (4) 0x4a40| 58 66 e0 0c| Xf..| position_long: 18.107664808630943 (216032856) 0x4a4c-0x4a50 (4) 0x4a50|66 7e 1a 00 |f~.. | distance: 17362.94 (1736294) (m) 0x4a50-0x4a54 (4) @@ -14110,7 +14110,7 @@ $ fq -d fit dv activity.fit 0x4a50| 06 | . | reserved: false 0x4a5a.3-0x4a5a.4 (0.1) 0x4a50| 06 | . | local_message_type: 6 0x4a5a.4-0x4a5b (0.4) | | | data_message{}: 0x4a5b-0x4a71 (22) -0x4a50| fe cf 56 3f | ..V? | timestamp: 1062653950 (s) 0x4a5b-0x4a5f (4) +0x4a50| fe cf 56 3f | ..V? | timestamp: 1062653950 (2023-09-03T05:39:10Z) 0x4a5b-0x4a5f (4) 0x4a50| 02| .| position_lat: 59.354324508458376 (708124674) 0x4a5f-0x4a63 (4) 0x4a60|20 35 2a | 5* | 0x4a60| 91 6f e0 0c | .o.. | position_long: 18.107862705364823 (216035217) 0x4a63-0x4a67 (4) @@ -14127,7 +14127,7 @@ $ fq -d fit dv activity.fit 0x4a70| 06 | . | reserved: false 0x4a71.3-0x4a71.4 (0.1) 0x4a70| 06 | . | local_message_type: 6 0x4a71.4-0x4a72 (0.4) | | | data_message{}: 0x4a72-0x4a88 (22) -0x4a70| 01 d0 56 3f | ..V? | timestamp: 1062653953 (s) 0x4a72-0x4a76 (4) +0x4a70| 01 d0 56 3f | ..V? | timestamp: 1062653953 (2023-09-03T05:39:13Z) 0x4a72-0x4a76 (4) 0x4a70| bf 16 35 2a | ..5* | position_lat: 59.35412577353418 (708122303) 0x4a76-0x4a7a (4) 0x4a70| 58 78 e0 0c | Xx.. | position_long: 18.108051046729088 (216037464) 0x4a7a-0x4a7e (4) 0x4a70| b3 91| ..| distance: 17412.35 (1741235) (m) 0x4a7e-0x4a82 (4) @@ -14144,7 +14144,7 @@ $ fq -d fit dv activity.fit 0x4a80| 06 | . | reserved: false 0x4a88.3-0x4a88.4 (0.1) 0x4a80| 06 | . | local_message_type: 6 0x4a88.4-0x4a89 (0.4) | | | data_message{}: 0x4a89-0x4a9f (22) -0x4a80| 04 d0 56 3f | ..V? | timestamp: 1062653956 (s) 0x4a89-0x4a8d (4) +0x4a80| 04 d0 56 3f | ..V? | timestamp: 1062653956 (2023-09-03T05:39:16Z) 0x4a89-0x4a8d (4) 0x4a80| b4 0d 35| ..5| position_lat: 59.35393173247576 (708119988) 0x4a8d-0x4a91 (4) 0x4a90|2a |* | 0x4a90| f0 80 e0 0c | .... | position_long: 18.10823544859886 (216039664) 0x4a91-0x4a95 (4) @@ -14161,7 +14161,7 @@ $ fq -d fit dv activity.fit 0x4a90| 06| .| reserved: false 0x4a9f.3-0x4a9f.4 (0.1) 0x4a90| 06| .| local_message_type: 6 0x4a9f.4-0x4aa0 (0.4) | | | data_message{}: 0x4aa0-0x4ab6 (22) -0x4aa0|07 d0 56 3f |..V? | timestamp: 1062653959 (s) 0x4aa0-0x4aa4 (4) +0x4aa0|07 d0 56 3f |..V? | timestamp: 1062653959 (2023-09-03T05:39:19Z) 0x4aa0-0x4aa4 (4) 0x4aa0| d5 04 35 2a | ..5* | position_lat: 59.35374137945473 (708117717) 0x4aa4-0x4aa8 (4) 0x4aa0| 7c 87 e0 0c | |... | position_long: 18.108375929296017 (216041340) 0x4aa8-0x4aac (4) 0x4aa0| ef a3 1a 00| ....| distance: 17459.03 (1745903) (m) 0x4aac-0x4ab0 (4) @@ -14177,7 +14177,7 @@ $ fq -d fit dv activity.fit 0x4ab0| 06 | . | reserved: false 0x4ab6.3-0x4ab6.4 (0.1) 0x4ab0| 06 | . | local_message_type: 6 0x4ab6.4-0x4ab7 (0.4) | | | data_message{}: 0x4ab7-0x4acd (22) -0x4ab0| 0a d0 56 3f | ..V? | timestamp: 1062653962 (s) 0x4ab7-0x4abb (4) +0x4ab0| 0a d0 56 3f | ..V? | timestamp: 1062653962 (2023-09-03T05:39:22Z) 0x4ab7-0x4abb (4) 0x4ab0| b4 fc 34 2a | ..4* | position_lat: 59.35356695204973 (708115636) 0x4abb-0x4abf (4) 0x4ab0| 70| p| position_long: 18.10850366950035 (216042864) 0x4abf-0x4ac3 (4) 0x4ac0|8d e0 0c |... | @@ -14194,7 +14194,7 @@ $ fq -d fit dv activity.fit 0x4ac0| 06 | . | reserved: false 0x4acd.3-0x4acd.4 (0.1) 0x4ac0| 06 | . | local_message_type: 6 0x4acd.4-0x4ace (0.4) | | | data_message{}: 0x4ace-0x4ae4 (22) -0x4ac0| 0d d0| ..| timestamp: 1062653965 (s) 0x4ace-0x4ad2 (4) +0x4ac0| 0d d0| ..| timestamp: 1062653965 (2023-09-03T05:39:25Z) 0x4ace-0x4ad2 (4) 0x4ad0|56 3f |V? | 0x4ad0| 1d f4 34 2a | ..4* | position_lat: 59.35338263399899 (708113437) 0x4ad2-0x4ad6 (4) 0x4ad0| 80 8e e0 0c | .... | position_long: 18.108526468276978 (216043136) 0x4ad6-0x4ada (4) @@ -14211,7 +14211,7 @@ $ fq -d fit dv activity.fit 0x4ae0| 06 | . | reserved: false 0x4ae4.3-0x4ae4.4 (0.1) 0x4ae0| 06 | . | local_message_type: 6 0x4ae4.4-0x4ae5 (0.4) | | | data_message{}: 0x4ae5-0x4afb (22) -0x4ae0| 10 d0 56 3f | ..V? | timestamp: 1062653968 (s) 0x4ae5-0x4ae9 (4) +0x4ae0| 10 d0 56 3f | ..V? | timestamp: 1062653968 (2023-09-03T05:39:28Z) 0x4ae5-0x4ae9 (4) 0x4ae0| 04 eb 34 2a | ..4* | position_lat: 59.353187419474125 (708111108) 0x4ae9-0x4aed (4) 0x4ae0| e6 8c e0| ...| position_long: 18.108492102473974 (216042726) 0x4aed-0x4af1 (4) 0x4af0|0c |. | @@ -14228,7 +14228,7 @@ $ fq -d fit dv activity.fit 0x4af0| 06 | . | reserved: false 0x4afb.3-0x4afb.4 (0.1) 0x4af0| 06 | . | local_message_type: 6 0x4afb.4-0x4afc (0.4) | | | data_message{}: 0x4afc-0x4b12 (22) -0x4af0| 13 d0 56 3f| ..V?| timestamp: 1062653971 (s) 0x4afc-0x4b00 (4) +0x4af0| 13 d0 56 3f| ..V?| timestamp: 1062653971 (2023-09-03T05:39:31Z) 0x4afc-0x4b00 (4) 0x4b00|fd e1 34 2a |..4* | position_lat: 59.35299371369183 (708108797) 0x4b00-0x4b04 (4) 0x4b00| 26 89 e0 0c | &... | position_long: 18.108411636203527 (216041766) 0x4b04-0x4b08 (4) 0x4b00| 33 c5 1a 00 | 3... | distance: 17544.19 (1754419) (m) 0x4b08-0x4b0c (4) @@ -14244,7 +14244,7 @@ $ fq -d fit dv activity.fit 0x4b10| 06 | . | reserved: false 0x4b12.3-0x4b12.4 (0.1) 0x4b10| 06 | . | local_message_type: 6 0x4b12.4-0x4b13 (0.4) | | | data_message{}: 0x4b13-0x4b29 (22) -0x4b10| 16 d0 56 3f | ..V? | timestamp: 1062653974 (s) 0x4b13-0x4b17 (4) +0x4b10| 16 d0 56 3f | ..V? | timestamp: 1062653974 (2023-09-03T05:39:34Z) 0x4b13-0x4b17 (4) 0x4b10| 7e d8 34 2a | ~.4* | position_lat: 59.35278994962573 (708106366) 0x4b17-0x4b1b (4) 0x4b10| 3e 83 e0 0c | >... | position_long: 18.108284901827574 (216040254) 0x4b1b-0x4b1f (4) 0x4b10| 82| .| distance: 17568.02 (1756802) (m) 0x4b1f-0x4b23 (4) @@ -14261,7 +14261,7 @@ $ fq -d fit dv activity.fit 0x4b20| 06 | . | reserved: false 0x4b29.3-0x4b29.4 (0.1) 0x4b20| 06 | . | local_message_type: 6 0x4b29.4-0x4b2a (0.4) | | | data_message{}: 0x4b2a-0x4b40 (22) -0x4b20| 19 d0 56 3f | ..V? | timestamp: 1062653977 (s) 0x4b2a-0x4b2e (4) +0x4b20| 19 d0 56 3f | ..V? | timestamp: 1062653977 (2023-09-03T05:39:37Z) 0x4b2a-0x4b2e (4) 0x4b20| af ce| ..| position_lat: 59.35257948003709 (708103855) 0x4b2e-0x4b32 (4) 0x4b30|34 2a |4* | 0x4b30| 58 7a e0 0c | Xz.. | position_long: 18.108093962073326 (216037976) 0x4b32-0x4b36 (4) @@ -14278,7 +14278,7 @@ $ fq -d fit dv activity.fit 0x4b40|06 |. | reserved: false 0x4b40.3-0x4b40.4 (0.1) 0x4b40|06 |. | local_message_type: 6 0x4b40.4-0x4b41 (0.4) | | | data_message{}: 0x4b41-0x4b57 (22) -0x4b40| 1c d0 56 3f | ..V? | timestamp: 1062653980 (s) 0x4b41-0x4b45 (4) +0x4b40| 1c d0 56 3f | ..V? | timestamp: 1062653980 (2023-09-03T05:39:40Z) 0x4b41-0x4b45 (4) 0x4b40| 07 c6 34 2a | ..4* | position_lat: 59.35239373706281 (708101639) 0x4b45-0x4b49 (4) 0x4b40| 75 70 e0 0c | up.. | position_long: 18.107881816104054 (216035445) 0x4b49-0x4b4d (4) 0x4b40| f5 e1 1a| ...| distance: 17617.81 (1761781) (m) 0x4b4d-0x4b51 (4) @@ -14295,7 +14295,7 @@ $ fq -d fit dv activity.fit 0x4b50| 06 | . | reserved: false 0x4b57.3-0x4b57.4 (0.1) 0x4b50| 06 | . | local_message_type: 6 0x4b57.4-0x4b58 (0.4) | | | data_message{}: 0x4b58-0x4b6e (22) -0x4b50| 1f d0 56 3f | ..V? | timestamp: 1062653983 (s) 0x4b58-0x4b5c (4) +0x4b50| 1f d0 56 3f | ..V? | timestamp: 1062653983 (2023-09-03T05:39:43Z) 0x4b58-0x4b5c (4) 0x4b50| 56 bd 34 2a| V.4*| position_lat: 59.352207239717245 (708099414) 0x4b5c-0x4b60 (4) 0x4b60|ec 65 e0 0c |.e.. | position_long: 18.107655756175518 (216032748) 0x4b60-0x4b64 (4) 0x4b60| 7f eb 1a 00 | .... | distance: 17642.23 (1764223) (m) 0x4b64-0x4b68 (4) @@ -14311,7 +14311,7 @@ $ fq -d fit dv activity.fit 0x4b60| 06 | . | reserved: false 0x4b6e.3-0x4b6e.4 (0.1) 0x4b60| 06 | . | local_message_type: 6 0x4b6e.4-0x4b6f (0.4) | | | data_message{}: 0x4b6f-0x4b85 (22) -0x4b60| 22| "| timestamp: 1062653986 (s) 0x4b6f-0x4b73 (4) +0x4b60| 22| "| timestamp: 1062653986 (2023-09-03T05:39:46Z) 0x4b6f-0x4b73 (4) 0x4b70|d0 56 3f |.V? | 0x4b70| a9 b5 34 2a | ..4* | position_lat: 59.352042535319924 (708097449) 0x4b73-0x4b77 (4) 0x4b70| 24 59 e0 0c | $Y.. | position_long: 18.107381500303745 (216029476) 0x4b77-0x4b7b (4) @@ -14329,7 +14329,7 @@ $ fq -d fit dv activity.fit 0x4b80| 06 | . | reserved: false 0x4b85.3-0x4b85.4 (0.1) 0x4b80| 06 | . | local_message_type: 6 0x4b85.4-0x4b86 (0.4) | | | data_message{}: 0x4b86-0x4b9c (22) -0x4b80| 25 d0 56 3f | %.V? | timestamp: 1062653989 (s) 0x4b86-0x4b8a (4) +0x4b80| 25 d0 56 3f | %.V? | timestamp: 1062653989 (2023-09-03T05:39:49Z) 0x4b86-0x4b8a (4) 0x4b80| 27 af 34 2a | '.4* | position_lat: 59.35190289281309 (708095783) 0x4b8a-0x4b8e (4) 0x4b80| 36 4b| 6K| position_long: 18.107082601636648 (216025910) 0x4b8e-0x4b92 (4) 0x4b90|e0 0c |.. | @@ -14346,7 +14346,7 @@ $ fq -d fit dv activity.fit 0x4b90| 06 | . | reserved: false 0x4b9c.3-0x4b9c.4 (0.1) 0x4b90| 06 | . | local_message_type: 6 0x4b9c.4-0x4b9d (0.4) | | | data_message{}: 0x4b9d-0x4bb3 (22) -0x4b90| 28 d0 56| (.V| timestamp: 1062653992 (s) 0x4b9d-0x4ba1 (4) +0x4b90| 28 d0 56| (.V| timestamp: 1062653992 (2023-09-03T05:39:52Z) 0x4b9d-0x4ba1 (4) 0x4ba0|3f |? | 0x4ba0| 37 a8 34 2a | 7.4* | position_lat: 59.35175403021276 (708094007) 0x4ba1-0x4ba5 (4) 0x4ba0| 84 3f e0 0c | .?.. | position_long: 18.106831647455692 (216022916) 0x4ba5-0x4ba9 (4) @@ -14364,7 +14364,7 @@ $ fq -d fit dv activity.fit 0x4bb0| 06 | . | reserved: false 0x4bb3.3-0x4bb3.4 (0.1) 0x4bb0| 06 | . | local_message_type: 6 0x4bb3.4-0x4bb4 (0.4) | | | data_message{}: 0x4bb4-0x4bca (22) -0x4bb0| 2b d0 56 3f | +.V? | timestamp: 1062653995 (s) 0x4bb4-0x4bb8 (4) +0x4bb0| 2b d0 56 3f | +.V? | timestamp: 1062653995 (2023-09-03T05:39:55Z) 0x4bb4-0x4bb8 (4) 0x4bb0| 14 a0 34 2a | ..4* | position_lat: 59.3515794351697 (708091924) 0x4bb8-0x4bbc (4) 0x4bb0| 17 37 e0 0c| .7..| position_long: 18.106650849804282 (216020759) 0x4bbc-0x4bc0 (4) 0x4bc0|10 0f 1b 00 |.... | distance: 17733.28 (1773328) (m) 0x4bc0-0x4bc4 (4) @@ -14380,7 +14380,7 @@ $ fq -d fit dv activity.fit 0x4bc0| 06 | . | reserved: false 0x4bca.3-0x4bca.4 (0.1) 0x4bc0| 06 | . | local_message_type: 6 0x4bca.4-0x4bcb (0.4) | | | data_message{}: 0x4bcb-0x4be1 (22) -0x4bc0| 2d d0 56 3f | -.V? | timestamp: 1062653997 (s) 0x4bcb-0x4bcf (4) +0x4bc0| 2d d0 56 3f | -.V? | timestamp: 1062653997 (2023-09-03T05:39:57Z) 0x4bcb-0x4bcf (4) 0x4bc0| 27| '| position_lat: 59.351452281698585 (708090407) 0x4bcf-0x4bd3 (4) 0x4bd0|9a 34 2a |.4* | 0x4bd0| 7a 33 e0 0c | z3.. | position_long: 18.106573317199945 (216019834) 0x4bd3-0x4bd7 (4) @@ -14397,7 +14397,7 @@ $ fq -d fit dv activity.fit 0x4be0| 06 | . | reserved: false 0x4be1.3-0x4be1.4 (0.1) 0x4be0| 06 | . | local_message_type: 6 0x4be1.4-0x4be2 (0.4) | | | data_message{}: 0x4be2-0x4bf8 (22) -0x4be0| 30 d0 56 3f | 0.V? | timestamp: 1062654000 (s) 0x4be2-0x4be6 (4) +0x4be0| 30 d0 56 3f | 0.V? | timestamp: 1062654000 (2023-09-03T05:40:00Z) 0x4be2-0x4be6 (4) 0x4be0| d8 90 34 2a | ..4* | position_lat: 59.35125254094601 (708088024) 0x4be6-0x4bea (4) 0x4be0| e2 31 e0 0c | .1.. | position_long: 18.106539119035006 (216019426) 0x4bea-0x4bee (4) 0x4be0| 98 1d| ..| distance: 17770.48 (1777048) (m) 0x4bee-0x4bf2 (4) @@ -14414,7 +14414,7 @@ $ fq -d fit dv activity.fit 0x4bf0| 06 | . | reserved: false 0x4bf8.3-0x4bf8.4 (0.1) 0x4bf0| 06 | . | local_message_type: 6 0x4bf8.4-0x4bf9 (0.4) | | | data_message{}: 0x4bf9-0x4c0f (22) -0x4bf0| 33 d0 56 3f | 3.V? | timestamp: 1062654003 (s) 0x4bf9-0x4bfd (4) +0x4bf0| 33 d0 56 3f | 3.V? | timestamp: 1062654003 (2023-09-03T05:40:03Z) 0x4bf9-0x4bfd (4) 0x4bf0| 32 88 34| 2.4| position_lat: 59.35106696560979 (708085810) 0x4bfd-0x4c01 (4) 0x4c00|2a |* | 0x4c00| a5 31 e0 0c | .1.. | position_long: 18.10653400607407 (216019365) 0x4c01-0x4c05 (4) @@ -14431,7 +14431,7 @@ $ fq -d fit dv activity.fit 0x4c00| 06| .| reserved: false 0x4c0f.3-0x4c0f.4 (0.1) 0x4c00| 06| .| local_message_type: 6 0x4c0f.4-0x4c10 (0.4) | | | data_message{}: 0x4c10-0x4c26 (22) -0x4c10|36 d0 56 3f |6.V? | timestamp: 1062654006 (s) 0x4c10-0x4c14 (4) +0x4c10|36 d0 56 3f |6.V? | timestamp: 1062654006 (2023-09-03T05:40:06Z) 0x4c10-0x4c14 (4) 0x4c10| b1 80 34 2a | ..4* | position_lat: 59.350905949249864 (708083889) 0x4c14-0x4c18 (4) 0x4c10| b6 2a e0 0c | .*.. | position_long: 18.106385227292776 (216017590) 0x4c18-0x4c1c (4) 0x4c10| 7d 2d 1b 00| }-..| distance: 17811.17 (1781117) (m) 0x4c1c-0x4c20 (4) @@ -14447,7 +14447,7 @@ $ fq -d fit dv activity.fit 0x4c20| 06 | . | reserved: false 0x4c26.3-0x4c26.4 (0.1) 0x4c20| 06 | . | local_message_type: 6 0x4c26.4-0x4c27 (0.4) | | | data_message{}: 0x4c27-0x4c3d (22) -0x4c20| 39 d0 56 3f | 9.V? | timestamp: 1062654009 (s) 0x4c27-0x4c2b (4) +0x4c20| 39 d0 56 3f | 9.V? | timestamp: 1062654009 (2023-09-03T05:40:09Z) 0x4c27-0x4c2b (4) 0x4c20| 68 7b 34 2a | h{4* | position_lat: 59.35079254209995 (708082536) 0x4c2b-0x4c2f (4) 0x4c20| d0| .| position_long: 18.106086999177933 (216014032) 0x4c2f-0x4c33 (4) 0x4c30|1c e0 0c |... | @@ -14464,7 +14464,7 @@ $ fq -d fit dv activity.fit 0x4c30| 06 | . | reserved: false 0x4c3d.3-0x4c3d.4 (0.1) 0x4c30| 06 | . | local_message_type: 6 0x4c3d.4-0x4c3e (0.4) | | | data_message{}: 0x4c3e-0x4c54 (22) -0x4c30| 3c d0| <.| timestamp: 1062654012 (s) 0x4c3e-0x4c42 (4) +0x4c30| 3c d0| <.| timestamp: 1062654012 (2023-09-03T05:40:12Z) 0x4c3e-0x4c42 (4) 0x4c40|56 3f |V? | 0x4c40| 72 76 34 2a | rv4* | position_lat: 59.350686091929674 (708081266) 0x4c42-0x4c46 (4) 0x4c40| 44 0e e0 0c | D... | position_long: 18.105774857103825 (216010308) 0x4c46-0x4c4a (4) @@ -14481,7 +14481,7 @@ $ fq -d fit dv activity.fit 0x4c50| 06 | . | reserved: false 0x4c54.3-0x4c54.4 (0.1) 0x4c50| 06 | . | local_message_type: 6 0x4c54.4-0x4c55 (0.4) | | | data_message{}: 0x4c55-0x4c6b (22) -0x4c50| 3f d0 56 3f | ?.V? | timestamp: 1062654015 (s) 0x4c55-0x4c59 (4) +0x4c50| 3f d0 56 3f | ?.V? | timestamp: 1062654015 (2023-09-03T05:40:15Z) 0x4c55-0x4c59 (4) 0x4c50| e2 6e 34 2a | .n4* | position_lat: 59.35052381828427 (708079330) 0x4c59-0x4c5d (4) 0x4c50| 7e 05 e0| ~..| position_long: 18.105586599558592 (216008062) 0x4c5d-0x4c61 (4) 0x4c60|0c |. | @@ -14498,7 +14498,7 @@ $ fq -d fit dv activity.fit 0x4c60| 06 | . | reserved: false 0x4c6b.3-0x4c6b.4 (0.1) 0x4c60| 06 | . | local_message_type: 6 0x4c6b.4-0x4c6c (0.4) | | | data_message{}: 0x4c6c-0x4c82 (22) -0x4c60| 42 d0 56 3f| B.V?| timestamp: 1062654018 (s) 0x4c6c-0x4c70 (4) +0x4c60| 42 d0 56 3f| B.V?| timestamp: 1062654018 (2023-09-03T05:40:18Z) 0x4c6c-0x4c70 (4) 0x4c70|f4 65 34 2a |.e4* | position_lat: 59.35033220797777 (708077044) 0x4c70-0x4c74 (4) 0x4c70| 24 04 e0 0c | $... | position_long: 18.10555759817362 (216007716) 0x4c74-0x4c78 (4) 0x4c70| c0 4e 1b 00 | .N.. | distance: 17896.32 (1789632) (m) 0x4c78-0x4c7c (4) @@ -14514,7 +14514,7 @@ $ fq -d fit dv activity.fit 0x4c80| 06 | . | reserved: false 0x4c82.3-0x4c82.4 (0.1) 0x4c80| 06 | . | local_message_type: 6 0x4c82.4-0x4c83 (0.4) | | | data_message{}: 0x4c83-0x4c99 (22) -0x4c80| 45 d0 56 3f | E.V? | timestamp: 1062654021 (s) 0x4c83-0x4c87 (4) +0x4c80| 45 d0 56 3f | E.V? | timestamp: 1062654021 (2023-09-03T05:40:21Z) 0x4c83-0x4c87 (4) 0x4c80| d1 5c 34 2a | .\4* | position_lat: 59.35013615526259 (708074705) 0x4c87-0x4c8b (4) 0x4c80| df 04 e0 0c | .... | position_long: 18.10557327233255 (216007903) 0x4c8b-0x4c8f (4) 0x4c80| 4a| J| distance: 17918.18 (1791818) (m) 0x4c8f-0x4c93 (4) @@ -14531,7 +14531,7 @@ $ fq -d fit dv activity.fit 0x4c90| 06 | . | reserved: false 0x4c99.3-0x4c99.4 (0.1) 0x4c90| 06 | . | local_message_type: 6 0x4c99.4-0x4c9a (0.4) | | | data_message{}: 0x4c9a-0x4cb0 (22) -0x4c90| 48 d0 56 3f | H.V? | timestamp: 1062654024 (s) 0x4c9a-0x4c9e (4) +0x4c90| 48 d0 56 3f | H.V? | timestamp: 1062654024 (2023-09-03T05:40:24Z) 0x4c9a-0x4c9e (4) 0x4c90| 12 54| .T| position_lat: 59.34994848445058 (708072466) 0x4c9e-0x4ca2 (4) 0x4ca0|34 2a |4* | 0x4ca0| 8d 04 e0 0c | .... | position_long: 18.10556639917195 (216007821) 0x4ca2-0x4ca6 (4) @@ -14548,7 +14548,7 @@ $ fq -d fit dv activity.fit 0x4cb0|06 |. | reserved: false 0x4cb0.3-0x4cb0.4 (0.1) 0x4cb0|06 |. | local_message_type: 6 0x4cb0.4-0x4cb1 (0.4) | | | data_message{}: 0x4cb1-0x4cc7 (22) -0x4cb0| 49 d0 56 3f | I.V? | timestamp: 1062654025 (s) 0x4cb1-0x4cb5 (4) +0x4cb0| 49 d0 56 3f | I.V? | timestamp: 1062654025 (2023-09-03T05:40:25Z) 0x4cb1-0x4cb5 (4) 0x4cb0| 50 51 34 2a | PQ4* | position_lat: 59.34988930821419 (708071760) 0x4cb5-0x4cb9 (4) 0x4cb0| 90 03 e0 0c | .... | position_long: 18.105545192956924 (216007568) 0x4cb9-0x4cbd (4) 0x4cb0| 11 62 1b| .b.| distance: 17945.77 (1794577) (m) 0x4cbd-0x4cc1 (4) @@ -14565,7 +14565,7 @@ $ fq -d fit dv activity.fit 0x4cc0| 06 | . | reserved: false 0x4cc7.3-0x4cc7.4 (0.1) 0x4cc0| 06 | . | local_message_type: 6 0x4cc7.4-0x4cc8 (0.4) | | | data_message{}: 0x4cc8-0x4cde (22) -0x4cc0| 4b d0 56 3f | K.V? | timestamp: 1062654027 (s) 0x4cc8-0x4ccc (4) +0x4cc0| 4b d0 56 3f | K.V? | timestamp: 1062654027 (2023-09-03T05:40:27Z) 0x4cc8-0x4ccc (4) 0x4cc0| 29 4c 34 2a| )L4*| position_lat: 59.349778750911355 (708070441) 0x4ccc-0x4cd0 (4) 0x4cd0|a2 00 e0 0c |.... | position_long: 18.105482328683138 (216006818) 0x4cd0-0x4cd4 (4) 0x4cd0| 13 67 1b 00 | .g.. | distance: 17958.59 (1795859) (m) 0x4cd4-0x4cd8 (4) @@ -14581,7 +14581,7 @@ $ fq -d fit dv activity.fit 0x4cd0| 06 | . | reserved: false 0x4cde.3-0x4cde.4 (0.1) 0x4cd0| 06 | . | local_message_type: 6 0x4cde.4-0x4cdf (0.4) | | | data_message{}: 0x4cdf-0x4cf5 (22) -0x4cd0| 4f| O| timestamp: 1062654031 (s) 0x4cdf-0x4ce3 (4) +0x4cd0| 4f| O| timestamp: 1062654031 (2023-09-03T05:40:31Z) 0x4cdf-0x4ce3 (4) 0x4ce0|d0 56 3f |.V? | 0x4ce0| e2 41 34 2a | .A4* | position_lat: 59.34955822303891 (708067810) 0x4ce3-0x4ce7 (4) 0x4ce0| e9 05 e0 0c | .... | position_long: 18.105595568194985 (216008169) 0x4ce7-0x4ceb (4) @@ -14599,7 +14599,7 @@ $ fq -d fit dv activity.fit 0x4cf0| 06 | . | reserved: false 0x4cf5.3-0x4cf5.4 (0.1) 0x4cf0| 06 | . | local_message_type: 6 0x4cf5.4-0x4cf6 (0.4) | | | data_message{}: 0x4cf6-0x4d0c (22) -0x4cf0| 52 d0 56 3f | R.V? | timestamp: 1062654034 (s) 0x4cf6-0x4cfa (4) +0x4cf0| 52 d0 56 3f | R.V? | timestamp: 1062654034 (2023-09-03T05:40:34Z) 0x4cf6-0x4cfa (4) 0x4cf0| 2b 3c 34 2a | +<4* | position_lat: 59.34943559579551 (708066347) 0x4cfa-0x4cfe (4) 0x4cf0| 93 14| ..| position_long: 18.105910224840045 (216011923) 0x4cfe-0x4d02 (4) 0x4d00|e0 0c |.. | @@ -14616,9 +14616,9 @@ $ fq -d fit dv activity.fit 0x4d00| 08 | . | reserved: false 0x4d0c.3-0x4d0c.4 (0.1) 0x4d00| 08 | . | local_message_type: 8 0x4d0c.4-0x4d0d (0.4) | | | data_message{}: 0x4d0d-0x4d43 (54) -0x4d00| 52 d0 56| R.V| timestamp: 1062654034 (s) 0x4d0d-0x4d11 (4) +0x4d00| 52 d0 56| R.V| timestamp: 1062654034 (2023-09-03T05:40:34Z) 0x4d0d-0x4d11 (4) 0x4d10|3f |? | -0x4d10| d0 cf 56 3f | ..V? | start_time: 1062653904 0x4d11-0x4d15 (4) +0x4d10| d0 cf 56 3f | ..V? | start_time: 1062653904 (2023-09-03T05:38:24Z) 0x4d11-0x4d15 (4) 0x4d10| 55 aa 35 2a | U.5* | start_position_lat: 59.35729262419045 (708160085) 0x4d15-0x4d19 (4) 0x4d10| 64 dd df 0c | d... | start_position_long: 18.104726113379 (215997796) 0x4d19-0x4d1d (4) 0x4d10| 2b 3c 34| +<4| end_position_lat: 59.34943559579551 (708066347) 0x4d1d-0x4d21 (4) @@ -14649,7 +14649,7 @@ $ fq -d fit dv activity.fit 0x4d40| 06 | . | reserved: false 0x4d43.3-0x4d43.4 (0.1) 0x4d40| 06 | . | local_message_type: 6 0x4d43.4-0x4d44 (0.4) | | | data_message{}: 0x4d44-0x4d5a (22) -0x4d40| 55 d0 56 3f | U.V? | timestamp: 1062654037 (s) 0x4d44-0x4d48 (4) +0x4d40| 55 d0 56 3f | U.V? | timestamp: 1062654037 (2023-09-03T05:40:37Z) 0x4d44-0x4d48 (4) 0x4d40| 79 36 34 2a | y64* | position_lat: 59.34931338764727 (708064889) 0x4d48-0x4d4c (4) 0x4d40| 89 24 e0 0c| .$..| position_long: 18.106252709403634 (216016009) 0x4d4c-0x4d50 (4) 0x4d50|68 83 1b 00 |h... | distance: 18031.12 (1803112) (m) 0x4d50-0x4d54 (4) @@ -14665,7 +14665,7 @@ $ fq -d fit dv activity.fit 0x4d50| 06 | . | reserved: false 0x4d5a.3-0x4d5a.4 (0.1) 0x4d50| 06 | . | local_message_type: 6 0x4d5a.4-0x4d5b (0.4) | | | data_message{}: 0x4d5b-0x4d71 (22) -0x4d50| 58 d0 56 3f | X.V? | timestamp: 1062654040 (s) 0x4d5b-0x4d5f (4) +0x4d50| 58 d0 56 3f | X.V? | timestamp: 1062654040 (2023-09-03T05:40:40Z) 0x4d5b-0x4d5f (4) 0x4d50| 17| .| position_lat: 59.34917642734945 (708063255) 0x4d5f-0x4d63 (4) 0x4d60|30 34 2a |04* | 0x4d60| 69 33 e0 0c | i3.. | position_long: 18.106571892276406 (216019817) 0x4d63-0x4d67 (4) @@ -14682,7 +14682,7 @@ $ fq -d fit dv activity.fit 0x4d70| 06 | . | reserved: false 0x4d71.3-0x4d71.4 (0.1) 0x4d70| 06 | . | local_message_type: 6 0x4d71.4-0x4d72 (0.4) | | | data_message{}: 0x4d72-0x4d88 (22) -0x4d70| 5b d0 56 3f | [.V? | timestamp: 1062654043 (s) 0x4d72-0x4d76 (4) +0x4d70| 5b d0 56 3f | [.V? | timestamp: 1062654043 (2023-09-03T05:40:43Z) 0x4d72-0x4d76 (4) 0x4d70| 62 29 34 2a | b)4* | position_lat: 59.34903251007199 (708061538) 0x4d76-0x4d7a (4) 0x4d70| ad 41 e0 0c | .A.. | position_long: 18.10687799938023 (216023469) 0x4d7a-0x4d7e (4) 0x4d70| ec 95| ..| distance: 18078.52 (1807852) (m) 0x4d7e-0x4d82 (4) @@ -14699,7 +14699,7 @@ $ fq -d fit dv activity.fit 0x4d80| 06 | . | reserved: false 0x4d88.3-0x4d88.4 (0.1) 0x4d80| 06 | . | local_message_type: 6 0x4d88.4-0x4d89 (0.4) | | | data_message{}: 0x4d89-0x4d9f (22) -0x4d80| 5e d0 56 3f | ^.V? | timestamp: 1062654046 (s) 0x4d89-0x4d8d (4) +0x4d80| 5e d0 56 3f | ^.V? | timestamp: 1062654046 (2023-09-03T05:40:46Z) 0x4d89-0x4d8d (4) 0x4d80| b9 22 34| ."4| position_lat: 59.34888959862292 (708059833) 0x4d8d-0x4d91 (4) 0x4d90|2a |* | 0x4d90| ee 4f e0 0c | .O.. | position_long: 18.10718385502696 (216027118) 0x4d91-0x4d95 (4) @@ -14716,7 +14716,7 @@ $ fq -d fit dv activity.fit 0x4d90| 06| .| reserved: false 0x4d9f.3-0x4d9f.4 (0.1) 0x4d90| 06| .| local_message_type: 6 0x4d9f.4-0x4da0 (0.4) | | | data_message{}: 0x4da0-0x4db6 (22) -0x4da0|61 d0 56 3f |a.V? | timestamp: 1062654049 (s) 0x4da0-0x4da4 (4) +0x4da0|61 d0 56 3f |a.V? | timestamp: 1062654049 (2023-09-03T05:40:49Z) 0x4da0-0x4da4 (4) 0x4da0| 20 1c 34 2a | .4* | position_lat: 59.34874802827835 (708058144) 0x4da4-0x4da8 (4) 0x4da0| 1e 5e e0 0c | .^.. | position_long: 18.10748828575015 (216030750) 0x4da8-0x4dac (4) 0x4da0| 48 a8 1b 00| H...| distance: 18125.52 (1812552) (m) 0x4dac-0x4db0 (4) @@ -14732,7 +14732,7 @@ $ fq -d fit dv activity.fit 0x4db0| 06 | . | reserved: false 0x4db6.3-0x4db6.4 (0.1) 0x4db0| 06 | . | local_message_type: 6 0x4db6.4-0x4db7 (0.4) | | | data_message{}: 0x4db7-0x4dcd (22) -0x4db0| 64 d0 56 3f | d.V? | timestamp: 1062654052 (s) 0x4db7-0x4dbb (4) +0x4db0| 64 d0 56 3f | d.V? | timestamp: 1062654052 (2023-09-03T05:40:52Z) 0x4db7-0x4dbb (4) 0x4db0| 5d 15 34 2a | ].4* | position_lat: 59.34860293753445 (708056413) 0x4dbb-0x4dbf (4) 0x4db0| 95| .| position_long: 18.107798667624593 (216034453) 0x4dbf-0x4dc3 (4) 0x4dc0|6c e0 0c |l.. | @@ -14761,7 +14761,7 @@ $ fq -d fit dv activity.fit 0x4dd0| 06 | . | reserved: false 0x4dd5.3-0x4dd5.4 (0.1) 0x4dd0| 06 | . | local_message_type: 6 0x4dd5.4-0x4dd6 (0.4) | | | data_message{}: 0x4dd6-0x4dec (22) -0x4dd0| 67 d0 56 3f | g.V? | timestamp: 1062654055 (s) 0x4dd6-0x4dda (4) +0x4dd0| 67 d0 56 3f | g.V? | timestamp: 1062654055 (2023-09-03T05:40:55Z) 0x4dd6-0x4dda (4) 0x4dd0| a6 0e 34 2a | ..4* | position_lat: 59.34845885261893 (708054694) 0x4dda-0x4dde (4) 0x4dd0| 0f 7b| .{| position_long: 18.10810930095613 (216038159) 0x4dde-0x4de2 (4) 0x4de0|e0 0c |.. | @@ -14778,7 +14778,7 @@ $ fq -d fit dv activity.fit 0x4de0| 06 | . | reserved: false 0x4dec.3-0x4dec.4 (0.1) 0x4de0| 06 | . | local_message_type: 6 0x4dec.4-0x4ded (0.4) | | | data_message{}: 0x4ded-0x4e03 (22) -0x4de0| 6a d0 56| j.V| timestamp: 1062654058 (s) 0x4ded-0x4df1 (4) +0x4de0| 6a d0 56| j.V| timestamp: 1062654058 (2023-09-03T05:40:58Z) 0x4ded-0x4df1 (4) 0x4df0|3f |? | 0x4df0| c8 07 34 2a | ..4* | position_lat: 59.34831149876118 (708052936) 0x4df1-0x4df5 (4) 0x4df0| a5 89 e0 0c | .... | position_long: 18.108422281220555 (216041893) 0x4df5-0x4df9 (4) @@ -14796,7 +14796,7 @@ $ fq -d fit dv activity.fit 0x4e00| 06 | . | reserved: false 0x4e03.3-0x4e03.4 (0.1) 0x4e00| 06 | . | local_message_type: 6 0x4e03.4-0x4e04 (0.4) | | | data_message{}: 0x4e04-0x4e1a (22) -0x4e00| 6c d0 56 3f | l.V? | timestamp: 1062654060 (s) 0x4e04-0x4e08 (4) +0x4e00| 6c d0 56 3f | l.V? | timestamp: 1062654060 (2023-09-03T05:41:00Z) 0x4e04-0x4e08 (4) 0x4e00| 00 03 34 2a | ..4* | position_lat: 59.34820890426636 (708051712) 0x4e08-0x4e0c (4) 0x4e00| df 92 e0 0c| ....| position_long: 18.108620261773467 (216044255) 0x4e0c-0x4e10 (4) 0x4e10|ae ca 1b 00 |.... | distance: 18213.58 (1821358) (m) 0x4e10-0x4e14 (4) @@ -14812,7 +14812,7 @@ $ fq -d fit dv activity.fit 0x4e10| 06 | . | reserved: false 0x4e1a.3-0x4e1a.4 (0.1) 0x4e10| 06 | . | local_message_type: 6 0x4e1a.4-0x4e1b (0.4) | | | data_message{}: 0x4e1b-0x4e31 (22) -0x4e10| 6f d0 56 3f | o.V? | timestamp: 1062654063 (s) 0x4e1b-0x4e1f (4) +0x4e10| 6f d0 56 3f | o.V? | timestamp: 1062654063 (2023-09-03T05:41:03Z) 0x4e1b-0x4e1f (4) 0x4e10| ff| .| position_lat: 59.34805861674249 (708049919) 0x4e1f-0x4e23 (4) 0x4e20|fb 33 2a |.3* | 0x4e20| b5 a0 e0 0c | .... | position_long: 18.108917148783803 (216047797) 0x4e23-0x4e27 (4) @@ -14829,7 +14829,7 @@ $ fq -d fit dv activity.fit 0x4e30| 06 | . | reserved: false 0x4e31.3-0x4e31.4 (0.1) 0x4e30| 06 | . | local_message_type: 6 0x4e31.4-0x4e32 (0.4) | | | data_message{}: 0x4e32-0x4e48 (22) -0x4e30| 72 d0 56 3f | r.V? | timestamp: 1062654066 (s) 0x4e32-0x4e36 (4) +0x4e30| 72 d0 56 3f | r.V? | timestamp: 1062654066 (2023-09-03T05:41:06Z) 0x4e32-0x4e36 (4) 0x4e30| 3f f5 33 2a | ?.3* | position_lat: 59.34791377745569 (708048191) 0x4e36-0x4e3a (4) 0x4e30| 72 ae e0 0c | r... | position_long: 18.109211940318346 (216051314) 0x4e3a-0x4e3e (4) 0x4e30| 0f dd| ..| distance: 18260.63 (1826063) (m) 0x4e3e-0x4e42 (4) @@ -14846,7 +14846,7 @@ $ fq -d fit dv activity.fit 0x4e40| 06 | . | reserved: false 0x4e48.3-0x4e48.4 (0.1) 0x4e40| 06 | . | local_message_type: 6 0x4e48.4-0x4e49 (0.4) | | | data_message{}: 0x4e49-0x4e5f (22) -0x4e40| 75 d0 56 3f | u.V? | timestamp: 1062654069 (s) 0x4e49-0x4e4d (4) +0x4e40| 75 d0 56 3f | u.V? | timestamp: 1062654069 (2023-09-03T05:41:09Z) 0x4e49-0x4e4d (4) 0x4e40| 46 ee 33| F.3| position_lat: 59.347764160484076 (708046406) 0x4e4d-0x4e51 (4) 0x4e50|2a |* | 0x4e50| 20 bd e0 0c | ... | position_long: 18.109526932239532 (216055072) 0x4e51-0x4e55 (4) @@ -14863,7 +14863,7 @@ $ fq -d fit dv activity.fit 0x4e50| 06| .| reserved: false 0x4e5f.3-0x4e5f.4 (0.1) 0x4e50| 06| .| local_message_type: 6 0x4e5f.4-0x4e60 (0.4) | | | data_message{}: 0x4e60-0x4e76 (22) -0x4e60|78 d0 56 3f |x.V? | timestamp: 1062654072 (s) 0x4e60-0x4e64 (4) +0x4e60|78 d0 56 3f |x.V? | timestamp: 1062654072 (2023-09-03T05:41:12Z) 0x4e60-0x4e64 (4) 0x4e60| 24 e7 33 2a | $.3* | position_lat: 59.34761110693216 (708044580) 0x4e64-0x4e68 (4) 0x4e60| 63 cc e0 0c | c... | position_long: 18.109854413196445 (216058979) 0x4e68-0x4e6c (4) 0x4e60| 7c f0 1b 00| |...| distance: 18310.36 (1831036) (m) 0x4e6c-0x4e70 (4) @@ -14879,7 +14879,7 @@ $ fq -d fit dv activity.fit 0x4e70| 06 | . | reserved: false 0x4e76.3-0x4e76.4 (0.1) 0x4e70| 06 | . | local_message_type: 6 0x4e76.4-0x4e77 (0.4) | | | data_message{}: 0x4e77-0x4e8d (22) -0x4e70| 7b d0 56 3f | {.V? | timestamp: 1062654075 (s) 0x4e77-0x4e7b (4) +0x4e70| 7b d0 56 3f | {.V? | timestamp: 1062654075 (2023-09-03T05:41:15Z) 0x4e77-0x4e7b (4) 0x4e70| fd df 33 2a | ..3* | position_lat: 59.34745763428509 (708042749) 0x4e7b-0x4e7f (4) 0x4e70| 9c| .| position_long: 18.11018105596304 (216062876) 0x4e7f-0x4e83 (4) 0x4e80|db e0 0c |... | @@ -14896,7 +14896,7 @@ $ fq -d fit dv activity.fit 0x4e80| 06 | . | reserved: false 0x4e8d.3-0x4e8d.4 (0.1) 0x4e80| 06 | . | local_message_type: 6 0x4e8d.4-0x4e8e (0.4) | | | data_message{}: 0x4e8e-0x4ea4 (22) -0x4e80| 7e d0| ~.| timestamp: 1062654078 (s) 0x4e8e-0x4e92 (4) +0x4e80| 7e d0| ~.| timestamp: 1062654078 (2023-09-03T05:41:18Z) 0x4e8e-0x4e92 (4) 0x4e90|56 3f |V? | 0x4e90| c7 d8 33 2a | ..3* | position_lat: 59.347302904352546 (708040903) 0x4e92-0x4e96 (4) 0x4e90| 80 eb e0 0c | .... | position_long: 18.110522031784058 (216066944) 0x4e96-0x4e9a (4) @@ -14913,7 +14913,7 @@ $ fq -d fit dv activity.fit 0x4ea0| 06 | . | reserved: false 0x4ea4.3-0x4ea4.4 (0.1) 0x4ea0| 06 | . | local_message_type: 6 0x4ea4.4-0x4ea5 (0.4) | | | data_message{}: 0x4ea5-0x4ebb (22) -0x4ea0| 81 d0 56 3f | ..V? | timestamp: 1062654081 (s) 0x4ea5-0x4ea9 (4) +0x4ea0| 81 d0 56 3f | ..V? | timestamp: 1062654081 (2023-09-03T05:41:21Z) 0x4ea5-0x4ea9 (4) 0x4ea0| 40 d1 33 2a | @.3* | position_lat: 59.34714138507843 (708038976) 0x4ea9-0x4ead (4) 0x4ea0| f3 fa e0| ...| position_long: 18.110853536054492 (216070899) 0x4ead-0x4eb1 (4) 0x4eb0|0c |. | @@ -14930,7 +14930,7 @@ $ fq -d fit dv activity.fit 0x4eb0| 06 | . | reserved: false 0x4ebb.3-0x4ebb.4 (0.1) 0x4eb0| 06 | . | local_message_type: 6 0x4ebb.4-0x4ebc (0.4) | | | data_message{}: 0x4ebc-0x4ed2 (22) -0x4eb0| 84 d0 56 3f| ..V?| timestamp: 1062654084 (s) 0x4ebc-0x4ec0 (4) +0x4eb0| 84 d0 56 3f| ..V?| timestamp: 1062654084 (2023-09-03T05:41:24Z) 0x4ebc-0x4ec0 (4) 0x4ec0|05 ca 33 2a |..3* | position_lat: 59.346986236050725 (708037125) 0x4ec0-0x4ec4 (4) 0x4ec0| 03 0a e1 0c | .... | position_long: 18.111176742240787 (216074755) 0x4ec4-0x4ec8 (4) 0x4ec0| 86 18 1c 00 | .... | distance: 18412.86 (1841286) (m) 0x4ec8-0x4ecc (4) @@ -14946,7 +14946,7 @@ $ fq -d fit dv activity.fit 0x4ed0| 06 | . | reserved: false 0x4ed2.3-0x4ed2.4 (0.1) 0x4ed0| 06 | . | local_message_type: 6 0x4ed2.4-0x4ed3 (0.4) | | | data_message{}: 0x4ed3-0x4ee9 (22) -0x4ed0| 87 d0 56 3f | ..V? | timestamp: 1062654087 (s) 0x4ed3-0x4ed7 (4) +0x4ed0| 87 d0 56 3f | ..V? | timestamp: 1062654087 (2023-09-03T05:41:27Z) 0x4ed3-0x4ed7 (4) 0x4ed0| 1b c3 33 2a | ..3* | position_lat: 59.34683787636459 (708035355) 0x4ed7-0x4edb (4) 0x4ed0| 73 18 e1 0c | s... | position_long: 18.111486537382007 (216078451) 0x4edb-0x4edf (4) 0x4ed0| f6| .| distance: 18437.02 (1843702) (m) 0x4edf-0x4ee3 (4) @@ -14963,7 +14963,7 @@ $ fq -d fit dv activity.fit 0x4ee0| 06 | . | reserved: false 0x4ee9.3-0x4ee9.4 (0.1) 0x4ee0| 06 | . | local_message_type: 6 0x4ee9.4-0x4eea (0.4) | | | data_message{}: 0x4eea-0x4f00 (22) -0x4ee0| 8a d0 56 3f | ..V? | timestamp: 1062654090 (s) 0x4eea-0x4eee (4) +0x4ee0| 8a d0 56 3f | ..V? | timestamp: 1062654090 (2023-09-03T05:41:30Z) 0x4eea-0x4eee (4) 0x4ee0| 7d bc| }.| position_lat: 59.34669588692486 (708033661) 0x4eee-0x4ef2 (4) 0x4ef0|33 2a |3* | 0x4ef0| 58 26 e1 0c | X&.. | position_long: 18.11178468167782 (216082008) 0x4ef2-0x4ef6 (4) @@ -14980,7 +14980,7 @@ $ fq -d fit dv activity.fit 0x4f00|06 |. | reserved: false 0x4f00.3-0x4f00.4 (0.1) 0x4f00|06 |. | local_message_type: 6 0x4f00.4-0x4f01 (0.4) | | | data_message{}: 0x4f01-0x4f17 (22) -0x4f00| 8d d0 56 3f | ..V? | timestamp: 1062654093 (s) 0x4f01-0x4f05 (4) +0x4f00| 8d d0 56 3f | ..V? | timestamp: 1062654093 (2023-09-03T05:41:33Z) 0x4f01-0x4f05 (4) 0x4f00| 59 b5 33 2a | Y.3* | position_lat: 59.34654266573489 (708031833) 0x4f05-0x4f09 (4) 0x4f00| f6 34 e1 0c | .4.. | position_long: 18.112098332494497 (216085750) 0x4f09-0x4f0d (4) 0x4f00| aa 34 1c| .4.| distance: 18484.9 (1848490) (m) 0x4f0d-0x4f11 (4) @@ -14997,7 +14997,7 @@ $ fq -d fit dv activity.fit 0x4f10| 06 | . | reserved: false 0x4f17.3-0x4f17.4 (0.1) 0x4f10| 06 | . | local_message_type: 6 0x4f17.4-0x4f18 (0.4) | | | data_message{}: 0x4f18-0x4f2e (22) -0x4f10| 90 d0 56 3f | ..V? | timestamp: 1062654096 (s) 0x4f18-0x4f1c (4) +0x4f10| 90 d0 56 3f | ..V? | timestamp: 1062654096 (2023-09-03T05:41:36Z) 0x4f18-0x4f1c (4) 0x4f10| 22 ae 33 2a| ".3*| position_lat: 59.34638785198331 (708029986) 0x4f1c-0x4f20 (4) 0x4f20|36 44 e1 0c |6D.. | position_long: 18.112425561994314 (216089654) 0x4f20-0x4f24 (4) 0x4f20| 94 3e 1c 00 | .>.. | distance: 18510.28 (1851028) (m) 0x4f24-0x4f28 (4) @@ -15013,7 +15013,7 @@ $ fq -d fit dv activity.fit 0x4f20| 06 | . | reserved: false 0x4f2e.3-0x4f2e.4 (0.1) 0x4f20| 06 | . | local_message_type: 6 0x4f2e.4-0x4f2f (0.4) | | | data_message{}: 0x4f2f-0x4f45 (22) -0x4f20| 93| .| timestamp: 1062654099 (s) 0x4f2f-0x4f33 (4) +0x4f20| 93| .| timestamp: 1062654099 (2023-09-03T05:41:39Z) 0x4f2f-0x4f33 (4) 0x4f30|d0 56 3f |.V? | 0x4f30| f6 a6 33 2a | ..3* | position_lat: 59.34623396024108 (708028150) 0x4f33-0x4f37 (4) 0x4f30| 43 53 e1 0c | CS.. | position_long: 18.112748516723514 (216093507) 0x4f37-0x4f3b (4) @@ -15031,7 +15031,7 @@ $ fq -d fit dv activity.fit 0x4f40| 06 | . | reserved: false 0x4f45.3-0x4f45.4 (0.1) 0x4f40| 06 | . | local_message_type: 6 0x4f45.4-0x4f46 (0.4) | | | data_message{}: 0x4f46-0x4f5c (22) -0x4f40| 96 d0 56 3f | ..V? | timestamp: 1062654102 (s) 0x4f46-0x4f4a (4) +0x4f40| 96 d0 56 3f | ..V? | timestamp: 1062654102 (2023-09-03T05:41:42Z) 0x4f46-0x4f4a (4) 0x4f40| 25 a0 33 2a | %.3* | position_lat: 59.346087696030736 (708026405) 0x4f4a-0x4f4e (4) 0x4f40| 78 61| xa| position_long: 18.113053366541862 (216097144) 0x4f4e-0x4f52 (4) 0x4f50|e1 0c |.. | @@ -15048,7 +15048,7 @@ $ fq -d fit dv activity.fit 0x4f50| 06 | . | reserved: false 0x4f5c.3-0x4f5c.4 (0.1) 0x4f50| 06 | . | local_message_type: 6 0x4f5c.4-0x4f5d (0.4) | | | data_message{}: 0x4f5d-0x4f73 (22) -0x4f50| 99 d0 56| ..V| timestamp: 1062654105 (s) 0x4f5d-0x4f61 (4) +0x4f50| 99 d0 56| ..V| timestamp: 1062654105 (2023-09-03T05:41:45Z) 0x4f5d-0x4f61 (4) 0x4f60|3f |? | 0x4f60| e2 99 33 2a | ..3* | position_lat: 59.345953334122896 (708024802) 0x4f61-0x4f65 (4) 0x4f60| 8d 6e e1 0c | .n.. | position_long: 18.113334076479077 (216100493) 0x4f65-0x4f69 (4) @@ -15066,7 +15066,7 @@ $ fq -d fit dv activity.fit 0x4f70| 06 | . | reserved: false 0x4f73.3-0x4f73.4 (0.1) 0x4f70| 06 | . | local_message_type: 6 0x4f73.4-0x4f74 (0.4) | | | data_message{}: 0x4f74-0x4f8a (22) -0x4f70| 9c d0 56 3f | ..V? | timestamp: 1062654108 (s) 0x4f74-0x4f78 (4) +0x4f70| 9c d0 56 3f | ..V? | timestamp: 1062654108 (2023-09-03T05:41:48Z) 0x4f74-0x4f78 (4) 0x4f70| 13 94 33 2a | ..3* | position_lat: 59.345828695222735 (708023315) 0x4f78-0x4f7c (4) 0x4f70| e7 7a e1 0c| .z..| position_long: 18.11359911225736 (216103655) 0x4f7c-0x4f80 (4) 0x4f80|3f 62 1c 00 |?b.. | distance: 18601.59 (1860159) (m) 0x4f80-0x4f84 (4) @@ -15082,7 +15082,7 @@ $ fq -d fit dv activity.fit 0x4f80| 06 | . | reserved: false 0x4f8a.3-0x4f8a.4 (0.1) 0x4f80| 06 | . | local_message_type: 6 0x4f8a.4-0x4f8b (0.4) | | | data_message{}: 0x4f8b-0x4fa1 (22) -0x4f80| a0 d0 56 3f | ..V? | timestamp: 1062654112 (s) 0x4f8b-0x4f8f (4) +0x4f80| a0 d0 56 3f | ..V? | timestamp: 1062654112 (2023-09-03T05:41:52Z) 0x4f8b-0x4f8f (4) 0x4f80| 0d| .| position_lat: 59.34567798860371 (708021517) 0x4f8f-0x4f93 (4) 0x4f90|8d 33 2a |.3* | 0x4f90| 85 89 e1 0c | .... | position_long: 18.11391276307404 (216107397) 0x4f93-0x4f97 (4) @@ -15099,7 +15099,7 @@ $ fq -d fit dv activity.fit 0x4fa0| 06 | . | reserved: false 0x4fa1.3-0x4fa1.4 (0.1) 0x4fa0| 06 | . | local_message_type: 6 0x4fa1.4-0x4fa2 (0.4) | | | data_message{}: 0x4fa2-0x4fb8 (22) -0x4fa0| a4 d0 56 3f | ..V? | timestamp: 1062654116 (s) 0x4fa2-0x4fa6 (4) +0x4fa0| a4 d0 56 3f | ..V? | timestamp: 1062654116 (2023-09-03T05:41:56Z) 0x4fa2-0x4fa6 (4) 0x4fa0| 24 87 33 2a | $.3* | position_lat: 59.345551170408726 (708020004) 0x4fa6-0x4faa (4) 0x4fa0| 24 96 e1 0c | $... | position_long: 18.114183582365513 (216110628) 0x4faa-0x4fae (4) 0x4fa0| fc 73| .s| distance: 18647 (1864700) (m) 0x4fae-0x4fb2 (4) @@ -15116,7 +15116,7 @@ $ fq -d fit dv activity.fit 0x4fb0| 06 | . | reserved: false 0x4fb8.3-0x4fb8.4 (0.1) 0x4fb0| 06 | . | local_message_type: 6 0x4fb8.4-0x4fb9 (0.4) | | | data_message{}: 0x4fb9-0x4fcf (22) -0x4fb0| a9 d0 56 3f | ..V? | timestamp: 1062654121 (s) 0x4fb9-0x4fbd (4) +0x4fb0| a9 d0 56 3f | ..V? | timestamp: 1062654121 (2023-09-03T05:42:01Z) 0x4fb9-0x4fbd (4) 0x4fb0| 7a 80 33| z.3| position_lat: 59.34540817514062 (708018298) 0x4fbd-0x4fc1 (4) 0x4fc0|2a |* | 0x4fc0| d5 a4 e1 0c | .... | position_long: 18.114498825743794 (216114389) 0x4fc1-0x4fc5 (4) @@ -15133,7 +15133,7 @@ $ fq -d fit dv activity.fit 0x4fc0| 06| .| reserved: false 0x4fcf.3-0x4fcf.4 (0.1) 0x4fc0| 06| .| local_message_type: 6 0x4fcf.4-0x4fd0 (0.4) | | | data_message{}: 0x4fd0-0x4fe6 (22) -0x4fd0|ae d0 56 3f |..V? | timestamp: 1062654126 (s) 0x4fd0-0x4fd4 (4) +0x4fd0|ae d0 56 3f |..V? | timestamp: 1062654126 (2023-09-03T05:42:06Z) 0x4fd0-0x4fd4 (4) 0x4fd0| 58 79 33 2a | Xy3* | position_lat: 59.34525512158871 (708016472) 0x4fd4-0x4fd8 (4) 0x4fd0| 80 b4 e1 0c | .... | position_long: 18.114835023880005 (216118400) 0x4fd8-0x4fdc (4) 0x4fd0| 5e 87 1c 00| ^...| distance: 18696.62 (1869662) (m) 0x4fdc-0x4fe0 (4) @@ -15149,7 +15149,7 @@ $ fq -d fit dv activity.fit 0x4fe0| 06 | . | reserved: false 0x4fe6.3-0x4fe6.4 (0.1) 0x4fe0| 06 | . | local_message_type: 6 0x4fe6.4-0x4fe7 (0.4) | | | data_message{}: 0x4fe7-0x4ffd (22) -0x4fe0| b2 d0 56 3f | ..V? | timestamp: 1062654130 (s) 0x4fe7-0x4feb (4) +0x4fe0| b2 d0 56 3f | ..V? | timestamp: 1062654130 (2023-09-03T05:42:10Z) 0x4fe7-0x4feb (4) 0x4fe0| 2a 72 33 2a | *r3* | position_lat: 59.345101062208414 (708014634) 0x4feb-0x4fef (4) 0x4fe0| 04| .| position_long: 18.11516795307398 (216122372) 0x4fef-0x4ff3 (4) 0x4ff0|c4 e1 0c |... | @@ -15166,7 +15166,7 @@ $ fq -d fit dv activity.fit 0x4ff0| 06 | . | reserved: false 0x4ffd.3-0x4ffd.4 (0.1) 0x4ff0| 06 | . | local_message_type: 6 0x4ffd.4-0x4ffe (0.4) | | | data_message{}: 0x4ffe-0x5014 (22) -0x4ff0| b5 d0| ..| timestamp: 1062654133 (s) 0x4ffe-0x5002 (4) +0x4ff0| b5 d0| ..| timestamp: 1062654133 (2023-09-03T05:42:13Z) 0x4ffe-0x5002 (4) 0x5000|56 3f |V? | 0x5000| 11 6b 33 2a | .k3* | position_lat: 59.34494876302779 (708012817) 0x5002-0x5006 (4) 0x5000| 98 ce e1 0c | .... | position_long: 18.115394935011864 (216125080) 0x5006-0x500a (4) @@ -15183,7 +15183,7 @@ $ fq -d fit dv activity.fit 0x5010| 06 | . | reserved: false 0x5014.3-0x5014.4 (0.1) 0x5010| 06 | . | local_message_type: 6 0x5014.4-0x5015 (0.4) | | | data_message{}: 0x5015-0x502b (22) -0x5010| b6 d0 56 3f | ..V? | timestamp: 1062654134 (s) 0x5015-0x5019 (4) +0x5010| b6 d0 56 3f | ..V? | timestamp: 1062654134 (2023-09-03T05:42:14Z) 0x5015-0x5019 (4) 0x5010| 4b 68 33 2a | Kh3* | position_lat: 59.34488925151527 (708012107) 0x5019-0x501d (4) 0x5010| ae d1 e1| ...| position_long: 18.11546115204692 (216125870) 0x501d-0x5021 (4) 0x5020|0c |. | @@ -15200,7 +15200,7 @@ $ fq -d fit dv activity.fit 0x5020| 06 | . | reserved: false 0x502b.3-0x502b.4 (0.1) 0x5020| 06 | . | local_message_type: 6 0x502b.4-0x502c (0.4) | | | data_message{}: 0x502c-0x5042 (22) -0x5020| b9 d0 56 3f| ..V?| timestamp: 1062654137 (s) 0x502c-0x5030 (4) +0x5020| b9 d0 56 3f| ..V?| timestamp: 1062654137 (2023-09-03T05:42:17Z) 0x502c-0x5030 (4) 0x5030|7e 5e 33 2a |~^3* | position_lat: 59.344678949564695 (708009598) 0x5030-0x5034 (4) 0x5030| ad d8 e1 0c | .... | position_long: 18.11561127193272 (216127661) 0x5034-0x5038 (4) 0x5030| 6c a6 1c 00 | l... | distance: 18776.12 (1877612) (m) 0x5038-0x503c (4) @@ -15216,7 +15216,7 @@ $ fq -d fit dv activity.fit 0x5040| 06 | . | reserved: false 0x5042.3-0x5042.4 (0.1) 0x5040| 06 | . | local_message_type: 6 0x5042.4-0x5043 (0.4) | | | data_message{}: 0x5043-0x5059 (22) -0x5040| bc d0 56 3f | ..V? | timestamp: 1062654140 (s) 0x5043-0x5047 (4) +0x5040| bc d0 56 3f | ..V? | timestamp: 1062654140 (2023-09-03T05:42:20Z) 0x5043-0x5047 (4) 0x5040| 04 53 33 2a | .S3* | position_lat: 59.344432689249516 (708006660) 0x5047-0x504b (4) 0x5040| d1 dc e1 0c | .... | position_long: 18.11570012010634 (216128721) 0x504b-0x504f (4) 0x5040| 52| R| distance: 18804.02 (1880402) (m) 0x504f-0x5053 (4) @@ -15233,7 +15233,7 @@ $ fq -d fit dv activity.fit 0x5050| 06 | . | reserved: false 0x5059.3-0x5059.4 (0.1) 0x5050| 06 | . | local_message_type: 6 0x5059.4-0x505a (0.4) | | | data_message{}: 0x505a-0x5070 (22) -0x5050| bf d0 56 3f | ..V? | timestamp: 1062654143 (s) 0x505a-0x505e (4) +0x5050| bf d0 56 3f | ..V? | timestamp: 1062654143 (2023-09-03T05:42:23Z) 0x505a-0x505e (4) 0x5050| ec 46| .F| position_lat: 59.344173185527325 (708003564) 0x505e-0x5062 (4) 0x5060|33 2a |3* | 0x5060| c0 e0 e1 0c | .... | position_long: 18.115784525871277 (216129728) 0x5062-0x5066 (4) @@ -15250,7 +15250,7 @@ $ fq -d fit dv activity.fit 0x5070|06 |. | reserved: false 0x5070.3-0x5070.4 (0.1) 0x5070|06 |. | local_message_type: 6 0x5070.4-0x5071 (0.4) | | | data_message{}: 0x5071-0x5087 (22) -0x5070| c2 d0 56 3f | ..V? | timestamp: 1062654146 (s) 0x5071-0x5075 (4) +0x5070| c2 d0 56 3f | ..V? | timestamp: 1062654146 (2023-09-03T05:42:26Z) 0x5071-0x5075 (4) 0x5070| 15 3b 33 2a | .;3* | position_lat: 59.343919130042195 (708000533) 0x5075-0x5079 (4) 0x5070| 9e e4 e1 0c | .... | position_long: 18.115867506712675 (216130718) 0x5079-0x507d (4) 0x5070| fa c7 1c| ...| distance: 18862.02 (1886202) (m) 0x507d-0x5081 (4) @@ -15267,7 +15267,7 @@ $ fq -d fit dv activity.fit 0x5080| 06 | . | reserved: false 0x5087.3-0x5087.4 (0.1) 0x5080| 06 | . | local_message_type: 6 0x5087.4-0x5088 (0.4) | | | data_message{}: 0x5088-0x509e (22) -0x5080| c5 d0 56 3f | ..V? | timestamp: 1062654149 (s) 0x5088-0x508c (4) +0x5080| c5 d0 56 3f | ..V? | timestamp: 1062654149 (2023-09-03T05:42:29Z) 0x5088-0x508c (4) 0x5080| a2 2f 33 2a| ./3*| position_lat: 59.34367345646024 (707997602) 0x508c-0x5090 (4) 0x5090|b2 e8 e1 0c |.... | position_long: 18.115955013781786 (216131762) 0x5090-0x5094 (4) 0x5090| d7 d2 1c 00 | .... | distance: 18889.83 (1888983) (m) 0x5094-0x5098 (4) @@ -15283,7 +15283,7 @@ $ fq -d fit dv activity.fit 0x5090| 06 | . | reserved: false 0x509e.3-0x509e.4 (0.1) 0x5090| 06 | . | local_message_type: 6 0x509e.4-0x509f (0.4) | | | data_message{}: 0x509f-0x50b5 (22) -0x5090| c8| .| timestamp: 1062654152 (s) 0x509f-0x50a3 (4) +0x5090| c8| .| timestamp: 1062654152 (2023-09-03T05:42:32Z) 0x509f-0x50a3 (4) 0x50a0|d0 56 3f |.V? | 0x50a0| d4 24 33 2a | .$3* | position_lat: 59.34344161301851 (707994836) 0x50a3-0x50a7 (4) 0x50a0| b4 ec e1 0c | .... | position_long: 18.116041012108326 (216132788) 0x50a7-0x50ab (4) @@ -15301,7 +15301,7 @@ $ fq -d fit dv activity.fit 0x50b0| 06 | . | reserved: false 0x50b5.3-0x50b5.4 (0.1) 0x50b0| 06 | . | local_message_type: 6 0x50b5.4-0x50b6 (0.4) | | | data_message{}: 0x50b6-0x50cc (22) -0x50b0| ca d0 56 3f | ..V? | timestamp: 1062654154 (s) 0x50b6-0x50ba (4) +0x50b0| ca d0 56 3f | ..V? | timestamp: 1062654154 (2023-09-03T05:42:34Z) 0x50b6-0x50ba (4) 0x50b0| 2f 1e 33 2a | /.3* | position_lat: 59.343299036845565 (707993135) 0x50ba-0x50be (4) 0x50b0| 51 f0| Q.| position_long: 18.116118544712663 (216133713) 0x50be-0x50c2 (4) 0x50c0|e1 0c |.. | @@ -15318,7 +15318,7 @@ $ fq -d fit dv activity.fit 0x50c0| 06 | . | reserved: false 0x50cc.3-0x50cc.4 (0.1) 0x50c0| 06 | . | local_message_type: 6 0x50cc.4-0x50cd (0.4) | | | data_message{}: 0x50cd-0x50e3 (22) -0x50c0| cd d0 56| ..V| timestamp: 1062654157 (s) 0x50cd-0x50d1 (4) +0x50c0| cd d0 56| ..V| timestamp: 1062654157 (2023-09-03T05:42:37Z) 0x50cd-0x50d1 (4) 0x50d0|3f |? | 0x50d0| 42 16 33 2a | B.3* | position_lat: 59.343128968030214 (707991106) 0x50d1-0x50d5 (4) 0x50d0| 94 fb e1 0c | .... | position_long: 18.116360194981098 (216136596) 0x50d5-0x50d9 (4) @@ -15336,7 +15336,7 @@ $ fq -d fit dv activity.fit 0x50e0| 06 | . | reserved: false 0x50e3.3-0x50e3.4 (0.1) 0x50e0| 06 | . | local_message_type: 6 0x50e3.4-0x50e4 (0.4) | | | data_message{}: 0x50e4-0x50fa (22) -0x50e0| d0 d0 56 3f | ..V? | timestamp: 1062654160 (s) 0x50e4-0x50e8 (4) +0x50e0| d0 d0 56 3f | ..V? | timestamp: 1062654160 (2023-09-03T05:42:40Z) 0x50e4-0x50e8 (4) 0x50e0| 25 11 33 2a | %.3* | position_lat: 59.3430192489177 (707989797) 0x50e8-0x50ec (4) 0x50e0| c6 0b e2 0c| ....| position_long: 18.11670770868659 (216140742) 0x50ec-0x50f0 (4) 0x50f0|de f5 1c 00 |.... | distance: 18979.5 (1897950) (m) 0x50f0-0x50f4 (4) @@ -15352,7 +15352,7 @@ $ fq -d fit dv activity.fit 0x50f0| 06 | . | reserved: false 0x50fa.3-0x50fa.4 (0.1) 0x50f0| 06 | . | local_message_type: 6 0x50fa.4-0x50fb (0.4) | | | data_message{}: 0x50fb-0x5111 (22) -0x50f0| d3 d0 56 3f | ..V? | timestamp: 1062654163 (s) 0x50fb-0x50ff (4) +0x50f0| d3 d0 56 3f | ..V? | timestamp: 1062654163 (2023-09-03T05:42:43Z) 0x50fb-0x50ff (4) 0x50f0| 1d| .| position_lat: 59.34293274767697 (707988765) 0x50ff-0x5103 (4) 0x5100|0d 33 2a |.3* | 0x5100| bb 1e e2 0c | .... | position_long: 18.117114482447505 (216145595) 0x5103-0x5107 (4) @@ -15369,8 +15369,8 @@ $ fq -d fit dv activity.fit 0x5110| 08 | . | reserved: false 0x5111.3-0x5111.4 (0.1) 0x5110| 08 | . | local_message_type: 8 0x5111.4-0x5112 (0.4) | | | data_message{}: 0x5112-0x5148 (54) -0x5110| d3 d0 56 3f | ..V? | timestamp: 1062654163 (s) 0x5112-0x5116 (4) -0x5110| 53 d0 56 3f | S.V? | start_time: 1062654035 0x5116-0x511a (4) +0x5110| d3 d0 56 3f | ..V? | timestamp: 1062654163 (2023-09-03T05:42:43Z) 0x5112-0x5116 (4) +0x5110| 53 d0 56 3f | S.V? | start_time: 1062654035 (2023-09-03T05:40:35Z) 0x5116-0x511a (4) 0x5110| 57 3a 34 2a | W:4* | start_position_lat: 59.34939636848867 (708065879) 0x511a-0x511e (4) 0x5110| 05 1a| ..| start_position_long: 18.106027068570256 (216013317) 0x511e-0x5122 (4) 0x5120|e0 0c |.. | @@ -15401,7 +15401,7 @@ $ fq -d fit dv activity.fit 0x5140| 06 | . | reserved: false 0x5148.3-0x5148.4 (0.1) 0x5140| 06 | . | local_message_type: 6 0x5148.4-0x5149 (0.4) | | | data_message{}: 0x5149-0x515f (22) -0x5140| d6 d0 56 3f | ..V? | timestamp: 1062654166 (s) 0x5149-0x514d (4) +0x5140| d6 d0 56 3f | ..V? | timestamp: 1062654166 (2023-09-03T05:42:46Z) 0x5149-0x514d (4) 0x5140| 04 0a 33| ..3| position_lat: 59.34286627918482 (707987972) 0x514d-0x5151 (4) 0x5150|2a |* | 0x5150| 9f 33 e2 0c | .3.. | position_long: 18.11756274662912 (216150943) 0x5151-0x5155 (4) @@ -15418,7 +15418,7 @@ $ fq -d fit dv activity.fit 0x5150| 06| .| reserved: false 0x515f.3-0x515f.4 (0.1) 0x5150| 06| .| local_message_type: 6 0x515f.4-0x5160 (0.4) | | | data_message{}: 0x5160-0x5176 (22) -0x5160|d9 d0 56 3f |..V? | timestamp: 1062654169 (s) 0x5160-0x5164 (4) +0x5160|d9 d0 56 3f |..V? | timestamp: 1062654169 (2023-09-03T05:42:49Z) 0x5160-0x5164 (4) 0x5160| 52 08 33 2a | R.3* | position_lat: 59.342829901725054 (707987538) 0x5164-0x5168 (4) 0x5160| a1 48 e2 0c | .H.. | position_long: 18.118013525381684 (216156321) 0x5168-0x516c (4) 0x5160| 32 14 1d 00| 2...| distance: 19057.14 (1905714) (m) 0x516c-0x5170 (4) @@ -15434,7 +15434,7 @@ $ fq -d fit dv activity.fit 0x5170| 06 | . | reserved: false 0x5176.3-0x5176.4 (0.1) 0x5170| 06 | . | local_message_type: 6 0x5176.4-0x5177 (0.4) | | | data_message{}: 0x5177-0x518d (22) -0x5170| da d0 56 3f | ..V? | timestamp: 1062654170 (s) 0x5177-0x517b (4) +0x5170| da d0 56 3f | ..V? | timestamp: 1062654170 (2023-09-03T05:42:50Z) 0x5177-0x517b (4) 0x5170| 67 08 33 2a | g.3* | position_lat: 59.34283166192472 (707987559) 0x517b-0x517f (4) 0x5170| 6d| m| position_long: 18.11815937049687 (216158061) 0x517f-0x5183 (4) 0x5180|4f e2 0c |O.. | @@ -15451,7 +15451,7 @@ $ fq -d fit dv activity.fit 0x5180| 06 | . | reserved: false 0x518d.3-0x518d.4 (0.1) 0x5180| 06 | . | local_message_type: 6 0x518d.4-0x518e (0.4) | | | data_message{}: 0x518e-0x51a4 (22) -0x5180| dd d0| ..| timestamp: 1062654173 (s) 0x518e-0x5192 (4) +0x5180| dd d0| ..| timestamp: 1062654173 (2023-09-03T05:42:53Z) 0x518e-0x5192 (4) 0x5190|56 3f |V? | 0x5190| 02 09 33 2a | ..3* | position_lat: 59.342844653874636 (707987714) 0x5192-0x5196 (4) 0x5190| cd 62 e2 0c | .b.. | position_long: 18.118575112894177 (216163021) 0x5196-0x519a (4) @@ -15468,7 +15468,7 @@ $ fq -d fit dv activity.fit 0x51a0| 06 | . | reserved: false 0x51a4.3-0x51a4.4 (0.1) 0x51a0| 06 | . | local_message_type: 6 0x51a4.4-0x51a5 (0.4) | | | data_message{}: 0x51a5-0x51bb (22) -0x51a0| e0 d0 56 3f | ..V? | timestamp: 1062654176 (s) 0x51a5-0x51a9 (4) +0x51a0| e0 d0 56 3f | ..V? | timestamp: 1062654176 (2023-09-03T05:42:56Z) 0x51a5-0x51a9 (4) 0x51a0| e4 01 33 2a | ..3* | position_lat: 59.34269193559885 (707985892) 0x51a9-0x51ad (4) 0x51a0| fa 6b e2| .k.| position_long: 18.118772003799677 (216165370) 0x51ad-0x51b1 (4) 0x51b0|0c |. | @@ -15485,7 +15485,7 @@ $ fq -d fit dv activity.fit 0x51b0| 06 | . | reserved: false 0x51bb.3-0x51bb.4 (0.1) 0x51b0| 06 | . | local_message_type: 6 0x51bb.4-0x51bc (0.4) | | | data_message{}: 0x51bc-0x51d2 (22) -0x51b0| e2 d0 56 3f| ..V?| timestamp: 1062654178 (s) 0x51bc-0x51c0 (4) +0x51b0| e2 d0 56 3f| ..V?| timestamp: 1062654178 (2023-09-03T05:42:58Z) 0x51bc-0x51c0 (4) 0x51c0|da fb 32 2a |..2* | position_lat: 59.34256235137582 (707984346) 0x51c0-0x51c4 (4) 0x51c0| 3e 6c e2 0c | >l.. | position_long: 18.118777703493834 (216165438) 0x51c4-0x51c8 (4) 0x51c0| 89 2e 1d 00 | .... | distance: 19124.57 (1912457) (m) 0x51c8-0x51cc (4) @@ -15501,7 +15501,7 @@ $ fq -d fit dv activity.fit 0x51d0| 06 | . | reserved: false 0x51d2.3-0x51d2.4 (0.1) 0x51d0| 06 | . | local_message_type: 6 0x51d2.4-0x51d3 (0.4) | | | data_message{}: 0x51d3-0x51e9 (22) -0x51d0| e5 d0 56 3f | ..V? | timestamp: 1062654181 (s) 0x51d3-0x51d7 (4) +0x51d0| e5 d0 56 3f | ..V? | timestamp: 1062654181 (2023-09-03T05:43:01Z) 0x51d3-0x51d7 (4) 0x51d0| a2 f2 32 2a | ..2* | position_lat: 59.34236453846097 (707981986) 0x51d7-0x51db (4) 0x51d0| af 6a e2 0c | .j.. | position_long: 18.11874425970018 (216165039) 0x51db-0x51df (4) 0x51d0| 2f| /| distance: 19146.71 (1914671) (m) 0x51df-0x51e3 (4) @@ -15518,7 +15518,7 @@ $ fq -d fit dv activity.fit 0x51e0| 06 | . | reserved: false 0x51e9.3-0x51e9.4 (0.1) 0x51e0| 06 | . | local_message_type: 6 0x51e9.4-0x51ea (0.4) | | | data_message{}: 0x51ea-0x5200 (22) -0x51e0| e8 d0 56 3f | ..V? | timestamp: 1062654184 (s) 0x51ea-0x51ee (4) +0x51e0| e8 d0 56 3f | ..V? | timestamp: 1062654184 (2023-09-03T05:43:04Z) 0x51ea-0x51ee (4) 0x51e0| 71 e9| q.| position_lat: 59.342167312279344 (707979633) 0x51ee-0x51f2 (4) 0x51f0|32 2a |2* | 0x51f0| 75 65 e2 0c | ue.. | position_long: 18.118632109835744 (216163701) 0x51f2-0x51f6 (4) @@ -15535,7 +15535,7 @@ $ fq -d fit dv activity.fit 0x5200|06 |. | reserved: false 0x5200.3-0x5200.4 (0.1) 0x5200|06 |. | local_message_type: 6 0x5200.4-0x5201 (0.4) | | | data_message{}: 0x5201-0x5217 (22) -0x5200| eb d0 56 3f | ..V? | timestamp: 1062654187 (s) 0x5201-0x5205 (4) +0x5200| eb d0 56 3f | ..V? | timestamp: 1062654187 (2023-09-03T05:43:07Z) 0x5201-0x5205 (4) 0x5200| 03 e0 32 2a | ..2* | position_lat: 59.34196497313678 (707977219) 0x5205-0x5209 (4) 0x5200| 45 5f e2 0c | E_.. | position_long: 18.118499340489507 (216162117) 0x5209-0x520d (4) 0x5200| 6a 49 1d| jI.| distance: 19193.38 (1919338) (m) 0x520d-0x5211 (4) @@ -15552,7 +15552,7 @@ $ fq -d fit dv activity.fit 0x5210| 06 | . | reserved: false 0x5217.3-0x5217.4 (0.1) 0x5210| 06 | . | local_message_type: 6 0x5217.4-0x5218 (0.4) | | | data_message{}: 0x5218-0x522e (22) -0x5210| ee d0 56 3f | ..V? | timestamp: 1062654190 (s) 0x5218-0x521c (4) +0x5210| ee d0 56 3f | ..V? | timestamp: 1062654190 (2023-09-03T05:43:10Z) 0x5218-0x521c (4) 0x5210| 8a d6 32 2a| ..2*| position_lat: 59.34176171198487 (707974794) 0x521c-0x5220 (4) 0x5220|55 59 e2 0c |UY.. | position_long: 18.1183719355613 (216160597) 0x5220-0x5224 (4) 0x5220| b3 52 1d 00 | .R.. | distance: 19217.15 (1921715) (m) 0x5224-0x5228 (4) @@ -15568,7 +15568,7 @@ $ fq -d fit dv activity.fit 0x5220| 06 | . | reserved: false 0x522e.3-0x522e.4 (0.1) 0x5220| 06 | . | local_message_type: 6 0x522e.4-0x522f (0.4) | | | data_message{}: 0x522f-0x5245 (22) -0x5220| f1| .| timestamp: 1062654193 (s) 0x522f-0x5233 (4) +0x5220| f1| .| timestamp: 1062654193 (2023-09-03T05:43:13Z) 0x522f-0x5233 (4) 0x5230|d0 56 3f |.V? | 0x5230| 6c cd 32 2a | l.2* | position_lat: 59.34156607836485 (707972460) 0x5233-0x5237 (4) 0x5230| 5d 54 e2 0c | ]T.. | position_long: 18.118265317752957 (216159325) 0x5237-0x523b (4) @@ -15586,7 +15586,7 @@ $ fq -d fit dv activity.fit 0x5240| 06 | . | reserved: false 0x5245.3-0x5245.4 (0.1) 0x5240| 06 | . | local_message_type: 6 0x5245.4-0x5246 (0.4) | | | data_message{}: 0x5246-0x525c (22) -0x5240| f4 d0 56 3f | ..V? | timestamp: 1062654196 (s) 0x5246-0x524a (4) +0x5240| f4 d0 56 3f | ..V? | timestamp: 1062654196 (2023-09-03T05:43:16Z) 0x5246-0x524a (4) 0x5240| 36 c5 32 2a | 6.2* | position_lat: 59.34138989076018 (707970358) 0x524a-0x524e (4) 0x5240| 64 4e| dN| position_long: 18.118137158453465 (216157796) 0x524e-0x5252 (4) 0x5250|e2 0c |.. | @@ -15603,7 +15603,7 @@ $ fq -d fit dv activity.fit 0x5250| 06 | . | reserved: false 0x525c.3-0x525c.4 (0.1) 0x5250| 06 | . | local_message_type: 6 0x525c.4-0x525d (0.4) | | | data_message{}: 0x525d-0x5273 (22) -0x5250| f7 d0 56| ..V| timestamp: 1062654199 (s) 0x525d-0x5261 (4) +0x5250| f7 d0 56| ..V| timestamp: 1062654199 (2023-09-03T05:43:19Z) 0x525d-0x5261 (4) 0x5260|3f |? | 0x5260| a3 bf 32 2a | ..2* | position_lat: 59.341270281001925 (707968931) 0x5261-0x5265 (4) 0x5260| a1 41 e2 0c | .A.. | position_long: 18.11786332167685 (216154529) 0x5265-0x5269 (4) @@ -15621,7 +15621,7 @@ $ fq -d fit dv activity.fit 0x5270| 06 | . | reserved: false 0x5273.3-0x5273.4 (0.1) 0x5270| 06 | . | local_message_type: 6 0x5273.4-0x5274 (0.4) | | | data_message{}: 0x5274-0x528a (22) -0x5270| fa d0 56 3f | ..V? | timestamp: 1062654202 (s) 0x5274-0x5278 (4) +0x5270| fa d0 56 3f | ..V? | timestamp: 1062654202 (2023-09-03T05:43:22Z) 0x5274-0x5278 (4) 0x5270| 3d bb 32 2a | =.2* | position_lat: 59.341175900772214 (707967805) 0x5278-0x527c (4) 0x5270| 24 31 e2 0c| $1..| position_long: 18.11750952154398 (216150308) 0x527c-0x5280 (4) 0x5280|a8 74 1d 00 |.t.. | distance: 19304.08 (1930408) (m) 0x5280-0x5284 (4) @@ -15637,7 +15637,7 @@ $ fq -d fit dv activity.fit 0x5280| 06 | . | reserved: false 0x528a.3-0x528a.4 (0.1) 0x5280| 06 | . | local_message_type: 6 0x528a.4-0x528b (0.4) | | | data_message{}: 0x528b-0x52a1 (22) -0x5280| fd d0 56 3f | ..V? | timestamp: 1062654205 (s) 0x528b-0x528f (4) +0x5280| fd d0 56 3f | ..V? | timestamp: 1062654205 (2023-09-03T05:43:25Z) 0x528b-0x528f (4) 0x5280| c8| .| position_lat: 59.34108026325703 (707966664) 0x528f-0x5293 (4) 0x5290|b6 32 2a |.2* | 0x5290| 09 20 e2 0c | . .. | position_long: 18.117142478004098 (216145929) 0x5293-0x5297 (4) @@ -15654,7 +15654,7 @@ $ fq -d fit dv activity.fit 0x52a0| 06 | . | reserved: false 0x52a1.3-0x52a1.4 (0.1) 0x52a0| 06 | . | local_message_type: 6 0x52a1.4-0x52a2 (0.4) | | | data_message{}: 0x52a2-0x52b8 (22) -0x52a0| 00 d1 56 3f | ..V? | timestamp: 1062654208 (s) 0x52a2-0x52a6 (4) +0x52a0| 00 d1 56 3f | ..V? | timestamp: 1062654208 (2023-09-03T05:43:28Z) 0x52a2-0x52a6 (4) 0x52a0| d1 b2 32 2a | ..2* | position_lat: 59.340995186939836 (707965649) 0x52a6-0x52aa (4) 0x52a0| 17 0f e2 0c | .... | position_long: 18.116778871044517 (216141591) 0x52aa-0x52ae (4) 0x52a0| b4 86| ..| distance: 19350.28 (1935028) (m) 0x52ae-0x52b2 (4) @@ -15671,7 +15671,7 @@ $ fq -d fit dv activity.fit 0x52b0| 06 | . | reserved: false 0x52b8.3-0x52b8.4 (0.1) 0x52b0| 06 | . | local_message_type: 6 0x52b8.4-0x52b9 (0.4) | | | data_message{}: 0x52b9-0x52cf (22) -0x52b0| 03 d1 56 3f | ..V? | timestamp: 1062654211 (s) 0x52b9-0x52bd (4) +0x52b0| 03 d1 56 3f | ..V? | timestamp: 1062654211 (2023-09-03T05:43:31Z) 0x52b9-0x52bd (4) 0x52b0| 89 b0 32| ..2| position_lat: 59.340946236625314 (707965065) 0x52bd-0x52c1 (4) 0x52c0|2a |* | 0x52c0| 1f fe e1 0c | .... | position_long: 18.116414761170745 (216137247) 0x52c1-0x52c5 (4) @@ -15688,7 +15688,7 @@ $ fq -d fit dv activity.fit 0x52c0| 06| .| reserved: false 0x52cf.3-0x52cf.4 (0.1) 0x52c0| 06| .| local_message_type: 6 0x52cf.4-0x52d0 (0.4) | | | data_message{}: 0x52d0-0x52e6 (22) -0x52d0|06 d1 56 3f |..V? | timestamp: 1062654214 (s) 0x52d0-0x52d4 (4) +0x52d0|06 d1 56 3f |..V? | timestamp: 1062654214 (2023-09-03T05:43:34Z) 0x52d0-0x52d4 (4) 0x52d0| 5e ad 32 2a | ^.2* | position_lat: 59.34087825939059 (707964254) 0x52d4-0x52d8 (4) 0x52d0| 29 ee e1 0c | )... | position_long: 18.116072276607156 (216133161) 0x52d8-0x52dc (4) 0x52d0| 3e 97 1d 00| >...| distance: 19392.62 (1939262) (m) 0x52dc-0x52e0 (4) @@ -15704,7 +15704,7 @@ $ fq -d fit dv activity.fit 0x52e0| 06 | . | reserved: false 0x52e6.3-0x52e6.4 (0.1) 0x52e0| 06 | . | local_message_type: 6 0x52e6.4-0x52e7 (0.4) | | | data_message{}: 0x52e7-0x52fd (22) -0x52e0| 09 d1 56 3f | ..V? | timestamp: 1062654217 (s) 0x52e7-0x52eb (4) +0x52e0| 09 d1 56 3f | ..V? | timestamp: 1062654217 (2023-09-03T05:43:37Z) 0x52e7-0x52eb (4) 0x52e0| 70 a9 32 2a | p.2* | position_lat: 59.34079393744469 (707963248) 0x52eb-0x52ef (4) 0x52e0| 89| .| position_long: 18.115737000480294 (216129161) 0x52ef-0x52f3 (4) 0x52f0|de e1 0c |... | @@ -15721,7 +15721,7 @@ $ fq -d fit dv activity.fit 0x52f0| 06 | . | reserved: false 0x52fd.3-0x52fd.4 (0.1) 0x52f0| 06 | . | local_message_type: 6 0x52fd.4-0x52fe (0.4) | | | data_message{}: 0x52fe-0x5314 (22) -0x52f0| 0c d1| ..| timestamp: 1062654220 (s) 0x52fe-0x5302 (4) +0x52f0| 0c d1| ..| timestamp: 1062654220 (2023-09-03T05:43:40Z) 0x52fe-0x5302 (4) 0x5300|56 3f |V? | 0x5300| 57 a5 32 2a | W.2* | position_lat: 59.34070601128042 (707962199) 0x5302-0x5306 (4) 0x5300| ba ce e1 0c | .... | position_long: 18.115397784858942 (216125114) 0x5306-0x530a (4) @@ -15738,7 +15738,7 @@ $ fq -d fit dv activity.fit 0x5310| 06 | . | reserved: false 0x5314.3-0x5314.4 (0.1) 0x5310| 06 | . | local_message_type: 6 0x5314.4-0x5315 (0.4) | | | data_message{}: 0x5315-0x532b (22) -0x5310| 0f d1 56 3f | ..V? | timestamp: 1062654223 (s) 0x5315-0x5319 (4) +0x5310| 0f d1 56 3f | ..V? | timestamp: 1062654223 (2023-09-03T05:43:43Z) 0x5315-0x5319 (4) 0x5310| c5 a0 32 2a | ..2* | position_lat: 59.34060794301331 (707961029) 0x5319-0x531d (4) 0x5310| 22 bf e1| "..| position_long: 18.115063179284334 (216121122) 0x531d-0x5321 (4) 0x5320|0c |. | @@ -15755,7 +15755,7 @@ $ fq -d fit dv activity.fit 0x5320| 06 | . | reserved: false 0x532b.3-0x532b.4 (0.1) 0x5320| 06 | . | local_message_type: 6 0x532b.4-0x532c (0.4) | | | data_message{}: 0x532c-0x5342 (22) -0x5320| 12 d1 56 3f| ..V?| timestamp: 1062654226 (s) 0x532c-0x5330 (4) +0x5320| 12 d1 56 3f| ..V?| timestamp: 1062654226 (2023-09-03T05:43:46Z) 0x532c-0x5330 (4) 0x5330|a7 9b 32 2a |..2* | position_lat: 59.34049814008176 (707959719) 0x5330-0x5334 (4) 0x5330| 75 b0 e1 0c | u... | position_long: 18.11474827118218 (216117365) 0x5334-0x5338 (4) 0x5330| 0e b9 1d 00 | .... | distance: 19479.18 (1947918) (m) 0x5338-0x533c (4) @@ -15771,7 +15771,7 @@ $ fq -d fit dv activity.fit 0x5340| 06 | . | reserved: false 0x5342.3-0x5342.4 (0.1) 0x5340| 06 | . | local_message_type: 6 0x5342.4-0x5343 (0.4) | | | data_message{}: 0x5343-0x5359 (22) -0x5340| 14 d1 56 3f | ..V? | timestamp: 1062654228 (s) 0x5343-0x5347 (4) +0x5340| 14 d1 56 3f | ..V? | timestamp: 1062654228 (2023-09-03T05:43:48Z) 0x5343-0x5347 (4) 0x5340| 99 98 32 2a | ..2* | position_lat: 59.34043259359896 (707958937) 0x5347-0x534b (4) 0x5340| 48 a6 e1 0c | H... | position_long: 18.11452992260456 (216114760) 0x534b-0x534f (4) 0x5340| ad| .| distance: 19493.57 (1949357) (m) 0x534f-0x5353 (4) @@ -15788,7 +15788,7 @@ $ fq -d fit dv activity.fit 0x5350| 06 | . | reserved: false 0x5359.3-0x5359.4 (0.1) 0x5350| 06 | . | local_message_type: 6 0x5359.4-0x535a (0.4) | | | data_message{}: 0x535a-0x5370 (22) -0x5350| 17 d1 56 3f | ..V? | timestamp: 1062654231 (s) 0x535a-0x535e (4) +0x5350| 17 d1 56 3f | ..V? | timestamp: 1062654231 (2023-09-03T05:43:51Z) 0x535a-0x535e (4) 0x5350| df 91| ..| position_lat: 59.34028825722635 (707957215) 0x535e-0x5362 (4) 0x5360|32 2a |2* | 0x5360| 03 9c e1 0c | .... | position_long: 18.11430956237018 (216112131) 0x5362-0x5366 (4) @@ -15805,7 +15805,7 @@ $ fq -d fit dv activity.fit 0x5370|06 |. | reserved: false 0x5370.3-0x5370.4 (0.1) 0x5370|06 |. | local_message_type: 6 0x5370.4-0x5371 (0.4) | | | data_message{}: 0x5371-0x5387 (22) -0x5370| 1a d1 56 3f | ..V? | timestamp: 1062654234 (s) 0x5371-0x5375 (4) +0x5370| 1a d1 56 3f | ..V? | timestamp: 1062654234 (2023-09-03T05:43:54Z) 0x5371-0x5375 (4) 0x5370| 3d 8a 32 2a | =.2* | position_lat: 59.340124474838376 (707955261) 0x5375-0x5379 (4) 0x5370| 88 9c e1 0c | .... | position_long: 18.1143207103014 (216112264) 0x5379-0x537d (4) 0x5370| dc cd 1d| ...| distance: 19532.44 (1953244) (m) 0x537d-0x5381 (4) @@ -15822,7 +15822,7 @@ $ fq -d fit dv activity.fit 0x5380| 06 | . | reserved: false 0x5387.3-0x5387.4 (0.1) 0x5380| 06 | . | local_message_type: 6 0x5387.4-0x5388 (0.4) | | | data_message{}: 0x5388-0x539e (22) -0x5380| 1e d1 56 3f | ..V? | timestamp: 1062654238 (s) 0x5388-0x538c (4) +0x5380| 1e d1 56 3f | ..V? | timestamp: 1062654238 (2023-09-03T05:43:58Z) 0x5388-0x538c (4) 0x5380| 79 7f 32 2a| y.2*| position_lat: 59.33989346958697 (707952505) 0x538c-0x5390 (4) 0x5390|b5 a1 e1 0c |.... | position_long: 18.114431770518422 (216113589) 0x5390-0x5394 (4) 0x5390| 36 d8 1d 00 | 6... | distance: 19558.94 (1955894) (m) 0x5394-0x5398 (4) @@ -15838,7 +15838,7 @@ $ fq -d fit dv activity.fit 0x5390| 06 | . | reserved: false 0x539e.3-0x539e.4 (0.1) 0x5390| 06 | . | local_message_type: 6 0x539e.4-0x539f (0.4) | | | data_message{}: 0x539f-0x53b5 (22) -0x5390| 22| "| timestamp: 1062654242 (s) 0x539f-0x53a3 (4) +0x5390| 22| "| timestamp: 1062654242 (2023-09-03T05:44:02Z) 0x539f-0x53a3 (4) 0x53a0|d1 56 3f |.V? | 0x53a0| 9b 74 32 2a | .t2* | position_lat: 59.339660285040736 (707949723) 0x53a3-0x53a7 (4) 0x53a0| 14 a4 e1 0c | .... | position_long: 18.114482648670673 (216114196) 0x53a7-0x53ab (4) @@ -15856,7 +15856,7 @@ $ fq -d fit dv activity.fit 0x53b0| 06 | . | reserved: false 0x53b5.3-0x53b5.4 (0.1) 0x53b0| 06 | . | local_message_type: 6 0x53b5.4-0x53b6 (0.4) | | | data_message{}: 0x53b6-0x53cc (22) -0x53b0| 24 d1 56 3f | $.V? | timestamp: 1062654244 (s) 0x53b6-0x53ba (4) +0x53b0| 24 d1 56 3f | $.V? | timestamp: 1062654244 (2023-09-03T05:44:04Z) 0x53b6-0x53ba (4) 0x53b0| 9a 6f 32 2a | .o2* | position_lat: 59.33955291286111 (707948442) 0x53ba-0x53be (4) 0x53b0| f3 a5| ..| position_long: 18.114522797986865 (216114675) 0x53be-0x53c2 (4) 0x53c0|e1 0c |.. | @@ -15873,7 +15873,7 @@ $ fq -d fit dv activity.fit 0x53c0| 06 | . | reserved: false 0x53cc.3-0x53cc.4 (0.1) 0x53c0| 06 | . | local_message_type: 6 0x53cc.4-0x53cd (0.4) | | | data_message{}: 0x53cd-0x53e3 (22) -0x53c0| 28 d1 56| (.V| timestamp: 1062654248 (s) 0x53cd-0x53d1 (4) +0x53c0| 28 d1 56| (.V| timestamp: 1062654248 (2023-09-03T05:44:08Z) 0x53cd-0x53d1 (4) 0x53d0|3f |? | 0x53d0| 0c 69 32 2a | .i2* | position_lat: 59.33941226452589 (707946764) 0x53d1-0x53d5 (4) 0x53d0| df b3 e1 0c | .... | position_long: 18.1148215290159 (216118239) 0x53d5-0x53d9 (4) @@ -15891,7 +15891,7 @@ $ fq -d fit dv activity.fit 0x53e0| 06 | . | reserved: false 0x53e3.3-0x53e3.4 (0.1) 0x53e0| 06 | . | local_message_type: 6 0x53e3.4-0x53e4 (0.4) | | | data_message{}: 0x53e4-0x53fa (22) -0x53e0| 2a d1 56 3f | *.V? | timestamp: 1062654250 (s) 0x53e4-0x53e8 (4) +0x53e0| 2a d1 56 3f | *.V? | timestamp: 1062654250 (2023-09-03T05:44:10Z) 0x53e4-0x53e8 (4) 0x53e0| 3a 68 32 2a | :h2* | position_lat: 59.33939466252923 (707946554) 0x53e8-0x53ec (4) 0x53e0| 3f be e1 0c| ?...| position_long: 18.115044152364135 (216120895) 0x53ec-0x53f0 (4) 0x53f0|88 f5 1d 00 |.... | distance: 19634 (1963400) (m) 0x53f0-0x53f4 (4) @@ -15907,7 +15907,7 @@ $ fq -d fit dv activity.fit 0x53f0| 06 | . | reserved: false 0x53fa.3-0x53fa.4 (0.1) 0x53f0| 06 | . | local_message_type: 6 0x53fa.4-0x53fb (0.4) | | | data_message{}: 0x53fb-0x5411 (22) -0x53f0| 2d d1 56 3f | -.V? | timestamp: 1062654253 (s) 0x53fb-0x53ff (4) +0x53f0| 2d d1 56 3f | -.V? | timestamp: 1062654253 (2023-09-03T05:44:13Z) 0x53fb-0x53ff (4) 0x53f0| 15| .| position_lat: 59.33939156122506 (707946517) 0x53ff-0x5403 (4) 0x5400|68 32 2a |h2* | 0x5400| eb ce e1 0c | .... | position_long: 18.115401891991496 (216125163) 0x5403-0x5407 (4) @@ -15924,7 +15924,7 @@ $ fq -d fit dv activity.fit 0x5410| 06 | . | reserved: false 0x5411.3-0x5411.4 (0.1) 0x5410| 06 | . | local_message_type: 6 0x5411.4-0x5412 (0.4) | | | data_message{}: 0x5412-0x5428 (22) -0x5410| 30 d1 56 3f | 0.V? | timestamp: 1062654256 (s) 0x5412-0x5416 (4) +0x5410| 30 d1 56 3f | 0.V? | timestamp: 1062654256 (2023-09-03T05:44:16Z) 0x5412-0x5416 (4) 0x5410| c6 67 32 2a | .g2* | position_lat: 59.33938493952155 (707946438) 0x5416-0x541a (4) 0x5410| da e0 e1 0c | .... | position_long: 18.1157867051661 (216129754) 0x541a-0x541e (4) 0x5410| 0b 06| ..| distance: 19676.27 (1967627) (m) 0x541e-0x5422 (4) @@ -15941,7 +15941,7 @@ $ fq -d fit dv activity.fit 0x5420| 06 | . | reserved: false 0x5428.3-0x5428.4 (0.1) 0x5420| 06 | . | local_message_type: 6 0x5428.4-0x5429 (0.4) | | | data_message{}: 0x5429-0x543f (22) -0x5420| 33 d1 56 3f | 3.V? | timestamp: 1062654259 (s) 0x5429-0x542d (4) +0x5420| 33 d1 56 3f | 3.V? | timestamp: 1062654259 (2023-09-03T05:44:19Z) 0x5429-0x542d (4) 0x5420| a0 67 32| .g2| position_lat: 59.339381754398346 (707946400) 0x542d-0x5431 (4) 0x5430|2a |* | 0x5430| 98 f3 e1 0c | .... | position_long: 18.116188868880272 (216134552) 0x5431-0x5435 (4) @@ -15958,7 +15958,7 @@ $ fq -d fit dv activity.fit 0x5430| 06| .| reserved: false 0x543f.3-0x543f.4 (0.1) 0x5430| 06| .| local_message_type: 6 0x543f.4-0x5440 (0.4) | | | data_message{}: 0x5440-0x5456 (22) -0x5440|36 d1 56 3f |6.V? | timestamp: 1062654262 (s) 0x5440-0x5444 (4) +0x5440|36 d1 56 3f |6.V? | timestamp: 1062654262 (2023-09-03T05:44:22Z) 0x5440-0x5444 (4) 0x5440| cd 67 32 2a | .g2* | position_lat: 59.33938552625477 (707946445) 0x5444-0x5448 (4) 0x5440| a8 07 e2 0c | .... | position_long: 18.116619363427162 (216139688) 0x5448-0x544c (4) 0x5440| 8d 18 1e 00| ....| distance: 19723.65 (1972365) (m) 0x544c-0x5450 (4) @@ -15974,7 +15974,7 @@ $ fq -d fit dv activity.fit 0x5450| 06 | . | reserved: false 0x5456.3-0x5456.4 (0.1) 0x5450| 06 | . | local_message_type: 6 0x5456.4-0x5457 (0.4) | | | data_message{}: 0x5457-0x546d (22) -0x5450| 39 d1 56 3f | 9.V? | timestamp: 1062654265 (s) 0x5457-0x545b (4) +0x5450| 39 d1 56 3f | 9.V? | timestamp: 1062654265 (2023-09-03T05:44:25Z) 0x5457-0x545b (4) 0x5450| ce 67 32 2a | .g2* | position_lat: 59.339385610073805 (707946446) 0x545b-0x545f (4) 0x5450| 74| t| position_long: 18.117065615952015 (216145012) 0x545f-0x5463 (4) 0x5460|1c e2 0c |... | @@ -15991,7 +15991,7 @@ $ fq -d fit dv activity.fit 0x5460| 06 | . | reserved: false 0x546d.3-0x546d.4 (0.1) 0x5460| 06 | . | local_message_type: 6 0x546d.4-0x546e (0.4) | | | data_message{}: 0x546e-0x5484 (22) -0x5460| 3c d1| <.| timestamp: 1062654268 (s) 0x546e-0x5472 (4) +0x5460| 3c d1| <.| timestamp: 1062654268 (2023-09-03T05:44:28Z) 0x546e-0x5472 (4) 0x5470|56 3f |V? | 0x5470| 73 67 32 2a | sg2* | position_lat: 59.33937798254192 (707946355) 0x5472-0x5476 (4) 0x5470| 8b 30 e2 0c | .0.. | position_long: 18.117496697232127 (216150155) 0x5476-0x547a (4) @@ -16008,7 +16008,7 @@ $ fq -d fit dv activity.fit 0x5480| 06 | . | reserved: false 0x5484.3-0x5484.4 (0.1) 0x5480| 06 | . | local_message_type: 6 0x5484.4-0x5485 (0.4) | | | data_message{}: 0x5485-0x549b (22) -0x5480| 3f d1 56 3f | ?.V? | timestamp: 1062654271 (s) 0x5485-0x5489 (4) +0x5480| 3f d1 56 3f | ?.V? | timestamp: 1062654271 (2023-09-03T05:44:31Z) 0x5485-0x5489 (4) 0x5480| 42 67 32 2a | Bg2* | position_lat: 59.339373875409365 (707946306) 0x5489-0x548d (4) 0x5480| 3b 43 e2| ;C.| position_long: 18.117897687479854 (216154939) 0x548d-0x5491 (4) 0x5490|0c |. | @@ -16025,7 +16025,7 @@ $ fq -d fit dv activity.fit 0x5490| 06 | . | reserved: false 0x549b.3-0x549b.4 (0.1) 0x5490| 06 | . | local_message_type: 6 0x549b.4-0x549c (0.4) | | | data_message{}: 0x549c-0x54b2 (22) -0x5490| 42 d1 56 3f| B.V?| timestamp: 1062654274 (s) 0x549c-0x54a0 (4) +0x5490| 42 d1 56 3f| B.V?| timestamp: 1062654274 (2023-09-03T05:44:34Z) 0x549c-0x54a0 (4) 0x54a0|f2 66 32 2a |.f2* | position_lat: 59.33936716988683 (707946226) 0x54a0-0x54a4 (4) 0x54a0| 2e 55 e2 0c | .U.. | position_long: 18.118282835930586 (216159534) 0x54a4-0x54a8 (4) 0x54a0| 8a 3d 1e 00 | .=.. | distance: 19818.34 (1981834) (m) 0x54a8-0x54ac (4) @@ -16041,7 +16041,7 @@ $ fq -d fit dv activity.fit 0x54b0| 06 | . | reserved: false 0x54b2.3-0x54b2.4 (0.1) 0x54b0| 06 | . | local_message_type: 6 0x54b2.4-0x54b3 (0.4) | | | data_message{}: 0x54b3-0x54c9 (22) -0x54b0| 45 d1 56 3f | E.V? | timestamp: 1062654277 (s) 0x54b3-0x54b7 (4) +0x54b0| 45 d1 56 3f | E.V? | timestamp: 1062654277 (2023-09-03T05:44:37Z) 0x54b3-0x54b7 (4) 0x54b0| d0 66 32 2a | .f2* | position_lat: 59.33936432003975 (707946192) 0x54b7-0x54bb (4) 0x54b0| 96 67 e2 0c | .g.. | position_long: 18.11867779120803 (216164246) 0x54bb-0x54bf (4) 0x54b0| 51| Q| distance: 19840.81 (1984081) (m) 0x54bf-0x54c3 (4) @@ -16058,7 +16058,7 @@ $ fq -d fit dv activity.fit 0x54c0| 06 | . | reserved: false 0x54c9.3-0x54c9.4 (0.1) 0x54c0| 06 | . | local_message_type: 6 0x54c9.4-0x54ca (0.4) | | | data_message{}: 0x54ca-0x54e0 (22) -0x54c0| 48 d1 56 3f | H.V? | timestamp: 1062654280 (s) 0x54ca-0x54ce (4) +0x54c0| 48 d1 56 3f | H.V? | timestamp: 1062654280 (2023-09-03T05:44:40Z) 0x54ca-0x54ce (4) 0x54c0| 68 66| hf| position_lat: 59.33935560286045 (707946088) 0x54ce-0x54d2 (4) 0x54d0|32 2a |2* | 0x54d0| 93 78 e2 0c | .x.. | position_long: 18.11904232017696 (216168595) 0x54d2-0x54d6 (4) @@ -16075,7 +16075,7 @@ $ fq -d fit dv activity.fit 0x54e0|06 |. | reserved: false 0x54e0.3-0x54e0.4 (0.1) 0x54e0|06 |. | local_message_type: 6 0x54e0.4-0x54e1 (0.4) | | | data_message{}: 0x54e1-0x54f7 (22) -0x54e0| 4c d1 56 3f | L.V? | timestamp: 1062654284 (s) 0x54e1-0x54e5 (4) +0x54e0| 4c d1 56 3f | L.V? | timestamp: 1062654284 (2023-09-03T05:44:44Z) 0x54e1-0x54e5 (4) 0x54e0| ef 65 32 2a | .e2* | position_lat: 59.33934546075761 (707945967) 0x54e5-0x54e9 (4) 0x54e0| 7f 8c e2 0c | .... | position_long: 18.119469797238708 (216173695) 0x54e9-0x54ed (4) 0x54e0| f0 57 1e| .W.| distance: 19885.92 (1988592) (m) 0x54ed-0x54f1 (4) @@ -16092,7 +16092,7 @@ $ fq -d fit dv activity.fit 0x54f0| 06 | . | reserved: false 0x54f7.3-0x54f7.4 (0.1) 0x54f0| 06 | . | local_message_type: 6 0x54f7.4-0x54f8 (0.4) | | | data_message{}: 0x54f8-0x550e (22) -0x54f0| 50 d1 56 3f | P.V? | timestamp: 1062654288 (s) 0x54f8-0x54fc (4) +0x54f0| 50 d1 56 3f | P.V? | timestamp: 1062654288 (2023-09-03T05:44:48Z) 0x54f8-0x54fc (4) 0x54f0| 5b 65 32 2a| [e2*| position_lat: 59.33933305554092 (707945819) 0x54fc-0x5500 (4) 0x5500|80 a1 e2 0c |.... | position_long: 18.11992049217224 (216179072) 0x5500-0x5504 (4) 0x5500| f8 61 1e 00 | .a.. | distance: 19911.6 (1991160) (m) 0x5504-0x5508 (4) @@ -16108,7 +16108,7 @@ $ fq -d fit dv activity.fit 0x5500| 06 | . | reserved: false 0x550e.3-0x550e.4 (0.1) 0x5500| 06 | . | local_message_type: 6 0x550e.4-0x550f (0.4) | | | data_message{}: 0x550f-0x5525 (22) -0x5500| 54| T| timestamp: 1062654292 (s) 0x550f-0x5513 (4) +0x5500| 54| T| timestamp: 1062654292 (2023-09-03T05:44:52Z) 0x550f-0x5513 (4) 0x5510|d1 56 3f |.V? | 0x5510| ef 64 32 2a | .d2* | position_lat: 59.339324003085494 (707945711) 0x5513-0x5517 (4) 0x5510| 40 b7 e2 0c | @... | position_long: 18.120387196540833 (216184640) 0x5517-0x551b (4) @@ -16126,7 +16126,7 @@ $ fq -d fit dv activity.fit 0x5520| 06 | . | reserved: false 0x5525.3-0x5525.4 (0.1) 0x5520| 06 | . | local_message_type: 6 0x5525.4-0x5526 (0.4) | | | data_message{}: 0x5526-0x553c (22) -0x5520| 58 d1 56 3f | X.V? | timestamp: 1062654296 (s) 0x5526-0x552a (4) +0x5520| 58 d1 56 3f | X.V? | timestamp: 1062654296 (2023-09-03T05:44:56Z) 0x5526-0x552a (4) 0x5520| 64 64 32 2a | dd2* | position_lat: 59.339312352240086 (707945572) 0x552a-0x552e (4) 0x5520| 4d cc| M.| position_long: 18.120838897302747 (216190029) 0x552e-0x5532 (4) 0x5530|e2 0c |.. | @@ -16143,7 +16143,7 @@ $ fq -d fit dv activity.fit 0x5530| 06 | . | reserved: false 0x553c.3-0x553c.4 (0.1) 0x5530| 06 | . | local_message_type: 6 0x553c.4-0x553d (0.4) | | | data_message{}: 0x553d-0x5553 (22) -0x5530| 5c d1 56| \.V| timestamp: 1062654300 (s) 0x553d-0x5541 (4) +0x5530| 5c d1 56| \.V| timestamp: 1062654300 (2023-09-03T05:45:00Z) 0x553d-0x5541 (4) 0x5540|3f |? | 0x5540| e2 63 32 2a | .c2* | position_lat: 59.33930145576596 (707945442) 0x5541-0x5545 (4) 0x5540| 85 e1 e2 0c | .... | position_long: 18.121294202283025 (216195461) 0x5545-0x5549 (4) @@ -16161,7 +16161,7 @@ $ fq -d fit dv activity.fit 0x5550| 06 | . | reserved: false 0x5553.3-0x5553.4 (0.1) 0x5550| 06 | . | local_message_type: 6 0x5553.4-0x5554 (0.4) | | | data_message{}: 0x5554-0x556a (22) -0x5550| 5e d1 56 3f | ^.V? | timestamp: 1062654302 (s) 0x5554-0x5558 (4) +0x5550| 5e d1 56 3f | ^.V? | timestamp: 1062654302 (2023-09-03T05:45:02Z) 0x5554-0x5558 (4) 0x5550| 87 63 32 2a | .c2* | position_lat: 59.33929382823408 (707945351) 0x5558-0x555c (4) 0x5550| d4 eb e2 0c| ....| position_long: 18.12151540070772 (216198100) 0x555c-0x5560 (4) 0x5560|76 85 1e 00 |v... | distance: 20002.46 (2000246) (m) 0x5560-0x5564 (4) @@ -16177,8 +16177,8 @@ $ fq -d fit dv activity.fit 0x5560| 08 | . | reserved: false 0x556a.3-0x556a.4 (0.1) 0x5560| 08 | . | local_message_type: 8 0x556a.4-0x556b (0.4) | | | data_message{}: 0x556b-0x55a1 (54) -0x5560| 5e d1 56 3f | ^.V? | timestamp: 1062654302 (s) 0x556b-0x556f (4) -0x5560| d4| .| start_time: 1062654164 0x556f-0x5573 (4) +0x5560| 5e d1 56 3f | ^.V? | timestamp: 1062654302 (2023-09-03T05:45:02Z) 0x556b-0x556f (4) +0x5560| d4| .| start_time: 1062654164 (2023-09-03T05:42:44Z) 0x556f-0x5573 (4) 0x5570|d0 56 3f |.V? | 0x5570| f6 0b 33 2a | ..3* | start_position_lat: 59.34290802106261 (707988470) 0x5573-0x5577 (4) 0x5570| 7a 25 e2 0c | z%.. | start_position_long: 18.117259237915277 (216147322) 0x5577-0x557b (4) @@ -16210,7 +16210,7 @@ $ fq -d fit dv activity.fit 0x55a0| 06 | . | reserved: false 0x55a1.3-0x55a1.4 (0.1) 0x55a0| 06 | . | local_message_type: 6 0x55a1.4-0x55a2 (0.4) | | | data_message{}: 0x55a2-0x55b8 (22) -0x55a0| 62 d1 56 3f | b.V? | timestamp: 1062654306 (s) 0x55a2-0x55a6 (4) +0x55a0| 62 d1 56 3f | b.V? | timestamp: 1062654306 (2023-09-03T05:45:06Z) 0x55a2-0x55a6 (4) 0x55a0| 28 63 32 2a | (c2* | position_lat: 59.33928586542606 (707945256) 0x55a6-0x55aa (4) 0x55a0| b2 00 e3 0c | .... | position_long: 18.121963161975145 (216203442) 0x55aa-0x55ae (4) 0x55a0| 6b 8f| k.| distance: 20027.95 (2002795) (m) 0x55ae-0x55b2 (4) @@ -16227,7 +16227,7 @@ $ fq -d fit dv activity.fit 0x55b0| 06 | . | reserved: false 0x55b8.3-0x55b8.4 (0.1) 0x55b0| 06 | . | local_message_type: 6 0x55b8.4-0x55b9 (0.4) | | | data_message{}: 0x55b9-0x55cf (22) -0x55b0| 66 d1 56 3f | f.V? | timestamp: 1062654310 (s) 0x55b9-0x55bd (4) +0x55b0| 66 d1 56 3f | f.V? | timestamp: 1062654310 (2023-09-03T05:45:10Z) 0x55b9-0x55bd (4) 0x55b0| 8b 62 32| .b2| position_lat: 59.339272705838084 (707945099) 0x55bd-0x55c1 (4) 0x55c0|2a |* | 0x55c0| 17 16 e3 0c | .... | position_long: 18.12242223881185 (216208919) 0x55c1-0x55c5 (4) @@ -16244,7 +16244,7 @@ $ fq -d fit dv activity.fit 0x55c0| 06| .| reserved: false 0x55cf.3-0x55cf.4 (0.1) 0x55c0| 06| .| local_message_type: 6 0x55cf.4-0x55d0 (0.4) | | | data_message{}: 0x55d0-0x55e6 (22) -0x55d0|6a d1 56 3f |j.V? | timestamp: 1062654314 (s) 0x55d0-0x55d4 (4) +0x55d0|6a d1 56 3f |j.V? | timestamp: 1062654314 (2023-09-03T05:45:14Z) 0x55d0-0x55d4 (4) 0x55d0| fd 61 32 2a | .a2* | position_lat: 59.33926080353558 (707944957) 0x55d4-0x55d8 (4) 0x55d0| 1c 2b e3 0c | .+.. | position_long: 18.12287326902151 (216214300) 0x55d8-0x55dc (4) 0x55d0| ae a3 1e 00| ....| distance: 20079.82 (2007982) (m) 0x55dc-0x55e0 (4) @@ -16260,7 +16260,7 @@ $ fq -d fit dv activity.fit 0x55e0| 06 | . | reserved: false 0x55e6.3-0x55e6.4 (0.1) 0x55e0| 06 | . | local_message_type: 6 0x55e6.4-0x55e7 (0.4) | | | data_message{}: 0x55e7-0x55fd (22) -0x55e0| 6e d1 56 3f | n.V? | timestamp: 1062654318 (s) 0x55e7-0x55eb (4) +0x55e0| 6e d1 56 3f | n.V? | timestamp: 1062654318 (2023-09-03T05:45:18Z) 0x55e7-0x55eb (4) 0x55e0| 63 61 32 2a | ca2* | position_lat: 59.3392478954047 (707944803) 0x55eb-0x55ef (4) 0x55e0| a0| .| position_long: 18.12329202890396 (216219296) 0x55ef-0x55f3 (4) 0x55f0|3e e3 0c |>.. | @@ -16277,7 +16277,7 @@ $ fq -d fit dv activity.fit 0x55f0| 06 | . | reserved: false 0x55fd.3-0x55fd.4 (0.1) 0x55f0| 06 | . | local_message_type: 6 0x55fd.4-0x55fe (0.4) | | | data_message{}: 0x55fe-0x5614 (22) -0x55f0| 72 d1| r.| timestamp: 1062654322 (s) 0x55fe-0x5602 (4) +0x55f0| 72 d1| r.| timestamp: 1062654322 (2023-09-03T05:45:22Z) 0x55fe-0x5602 (4) 0x5600|56 3f |V? | 0x5600| a9 60 32 2a | .`2* | position_lat: 59.3392323050648 (707944617) 0x5602-0x5606 (4) 0x5600| ad 51 e3 0c | .Q.. | position_long: 18.123700814321637 (216224173) 0x5606-0x560a (4) @@ -16294,7 +16294,7 @@ $ fq -d fit dv activity.fit 0x5610| 06 | . | reserved: false 0x5614.3-0x5614.4 (0.1) 0x5610| 06 | . | local_message_type: 6 0x5614.4-0x5615 (0.4) | | | data_message{}: 0x5615-0x562b (22) -0x5610| 76 d1 56 3f | v.V? | timestamp: 1062654326 (s) 0x5615-0x5619 (4) +0x5610| 76 d1 56 3f | v.V? | timestamp: 1062654326 (2023-09-03T05:45:26Z) 0x5615-0x5619 (4) 0x5610| 50 60 32 2a | P`2* | position_lat: 59.339224845170975 (707944528) 0x5619-0x561d (4) 0x5610| fe 64 e3| .d.| position_long: 18.12411529943347 (216229118) 0x561d-0x5621 (4) 0x5620|0c |. | @@ -16311,7 +16311,7 @@ $ fq -d fit dv activity.fit 0x5620| 06 | . | reserved: false 0x562b.3-0x562b.4 (0.1) 0x5620| 06 | . | local_message_type: 6 0x562b.4-0x562c (0.4) | | | data_message{}: 0x562c-0x5642 (22) -0x5620| 7a d1 56 3f| z.V?| timestamp: 1062654330 (s) 0x562c-0x5630 (4) +0x5620| 7a d1 56 3f| z.V?| timestamp: 1062654330 (2023-09-03T05:45:30Z) 0x562c-0x5630 (4) 0x5630|9d 5f 32 2a |._2* | position_lat: 59.3392098415643 (707944349) 0x5630-0x5634 (4) 0x5630| 78 7a e3 0c | xz.. | position_long: 18.12457613646984 (216234616) 0x5634-0x5638 (4) 0x5630| 9a c9 1e 00 | .... | distance: 20176.9 (2017690) (m) 0x5638-0x563c (4) @@ -16327,7 +16327,7 @@ $ fq -d fit dv activity.fit 0x5640| 06 | . | reserved: false 0x5642.3-0x5642.4 (0.1) 0x5640| 06 | . | local_message_type: 6 0x5642.4-0x5643 (0.4) | | | data_message{}: 0x5643-0x5659 (22) -0x5640| 7d d1 56 3f | }.V? | timestamp: 1062654333 (s) 0x5643-0x5647 (4) +0x5640| 7d d1 56 3f | }.V? | timestamp: 1062654333 (2023-09-03T05:45:33Z) 0x5643-0x5647 (4) 0x5640| f2 5e 32 2a | .^2* | position_lat: 59.339195508509874 (707944178) 0x5647-0x564b (4) 0x5640| a1 8b e3 0c | .... | position_long: 18.124944353476167 (216239009) 0x564b-0x564f (4) 0x5640| cf| .| distance: 20197.91 (2019791) (m) 0x564f-0x5653 (4) @@ -16344,7 +16344,7 @@ $ fq -d fit dv activity.fit 0x5650| 06 | . | reserved: false 0x5659.3-0x5659.4 (0.1) 0x5650| 06 | . | local_message_type: 6 0x5659.4-0x565a (0.4) | | | data_message{}: 0x565a-0x5670 (22) -0x5650| 80 d1 56 3f | ..V? | timestamp: 1062654336 (s) 0x565a-0x565e (4) +0x5650| 80 d1 56 3f | ..V? | timestamp: 1062654336 (2023-09-03T05:45:36Z) 0x565a-0x565e (4) 0x5650| 29 5e| )^| position_lat: 59.3391786608845 (707943977) 0x565e-0x5662 (4) 0x5660|32 2a |2* | 0x5660| 87 9d e3 0c | .... | position_long: 18.125328412279487 (216243591) 0x5662-0x5666 (4) @@ -16361,7 +16361,7 @@ $ fq -d fit dv activity.fit 0x5670|06 |. | reserved: false 0x5670.3-0x5670.4 (0.1) 0x5670|06 |. | local_message_type: 6 0x5670.4-0x5671 (0.4) | | | data_message{}: 0x5671-0x5687 (22) -0x5670| 83 d1 56 3f | ..V? | timestamp: 1062654339 (s) 0x5671-0x5675 (4) +0x5670| 83 d1 56 3f | ..V? | timestamp: 1062654339 (2023-09-03T05:45:39Z) 0x5671-0x5675 (4) 0x5670| f6 5c 32 2a | .\2* | position_lat: 59.33915292844176 (707943670) 0x5675-0x5679 (4) 0x5670| 98 af e3 0c | .... | position_long: 18.12571607530117 (216248216) 0x5679-0x567d (4) 0x5670| 12 e3 1e| ...| distance: 20242.1 (2024210) (m) 0x567d-0x5681 (4) @@ -16378,7 +16378,7 @@ $ fq -d fit dv activity.fit 0x5680| 06 | . | reserved: false 0x5687.3-0x5687.4 (0.1) 0x5680| 06 | . | local_message_type: 6 0x5687.4-0x5688 (0.4) | | | data_message{}: 0x5688-0x569e (22) -0x5680| 86 d1 56 3f | ..V? | timestamp: 1062654342 (s) 0x5688-0x568c (4) +0x5680| 86 d1 56 3f | ..V? | timestamp: 1062654342 (2023-09-03T05:45:42Z) 0x5688-0x568c (4) 0x5680| 8b 5b 32 2a| .[2*| position_lat: 59.33912250213325 (707943307) 0x568c-0x5690 (4) 0x5690|a6 c1 e3 0c |.... | position_long: 18.12610348686576 (216252838) 0x5690-0x5694 (4) 0x5690| c8 eb 1e 00 | .... | distance: 20264.4 (2026440) (m) 0x5694-0x5698 (4) @@ -16394,7 +16394,7 @@ $ fq -d fit dv activity.fit 0x5690| 06 | . | reserved: false 0x569e.3-0x569e.4 (0.1) 0x5690| 06 | . | local_message_type: 6 0x569e.4-0x569f (0.4) | | | data_message{}: 0x569f-0x56b5 (22) -0x5690| 89| .| timestamp: 1062654345 (s) 0x569f-0x56a3 (4) +0x5690| 89| .| timestamp: 1062654345 (2023-09-03T05:45:45Z) 0x569f-0x56a3 (4) 0x56a0|d1 56 3f |.V? | 0x56a0| a8 59 32 2a | .Y2* | position_lat: 59.33908201754093 (707942824) 0x56a3-0x56a7 (4) 0x56a0| 4a d3 e3 0c | J... | position_long: 18.126482013612986 (216257354) 0x56a7-0x56ab (4) @@ -16412,7 +16412,7 @@ $ fq -d fit dv activity.fit 0x56b0| 06 | . | reserved: false 0x56b5.3-0x56b5.4 (0.1) 0x56b0| 06 | . | local_message_type: 6 0x56b5.4-0x56b6 (0.4) | | | data_message{}: 0x56b6-0x56cc (22) -0x56b0| 8c d1 56 3f | ..V? | timestamp: 1062654348 (s) 0x56b6-0x56ba (4) +0x56b0| 8c d1 56 3f | ..V? | timestamp: 1062654348 (2023-09-03T05:45:48Z) 0x56b6-0x56ba (4) 0x56b0| ea 56 32 2a | .V2* | position_lat: 59.33902317658067 (707942122) 0x56ba-0x56be (4) 0x56b0| 09 e5| ..| position_long: 18.12686280347407 (216261897) 0x56be-0x56c2 (4) 0x56c0|e3 0c |.. | @@ -16429,7 +16429,7 @@ $ fq -d fit dv activity.fit 0x56c0| 06 | . | reserved: false 0x56cc.3-0x56cc.4 (0.1) 0x56c0| 06 | . | local_message_type: 6 0x56cc.4-0x56cd (0.4) | | | data_message{}: 0x56cd-0x56e3 (22) -0x56c0| 8f d1 56| ..V| timestamp: 1062654351 (s) 0x56cd-0x56d1 (4) +0x56c0| 8f d1 56| ..V| timestamp: 1062654351 (2023-09-03T05:45:51Z) 0x56cd-0x56d1 (4) 0x56d0|3f |? | 0x56d0| 9c 53 32 2a | .S2* | position_lat: 59.338952265679836 (707941276) 0x56d1-0x56d5 (4) 0x56d0| 81 f6 e3 0c | .... | position_long: 18.1272376421839 (216266369) 0x56d5-0x56d9 (4) @@ -16458,7 +16458,7 @@ $ fq -d fit dv activity.fit 0x56e0| 06 | . | reserved: false 0x56eb.3-0x56eb.4 (0.1) 0x56e0| 06 | . | local_message_type: 6 0x56eb.4-0x56ec (0.4) | | | data_message{}: 0x56ec-0x5702 (22) -0x56e0| 92 d1 56 3f| ..V?| timestamp: 1062654354 (s) 0x56ec-0x56f0 (4) +0x56e0| 92 d1 56 3f| ..V?| timestamp: 1062654354 (2023-09-03T05:45:54Z) 0x56ec-0x56f0 (4) 0x56f0|a0 4f 32 2a |.O2* | position_lat: 59.33886677026749 (707940256) 0x56f0-0x56f4 (4) 0x56f0| 07 06 e4 0c | .... | position_long: 18.127570739015937 (216270343) 0x56f4-0x56f8 (4) 0x56f0| 66 0e 1f 00 | f... | distance: 20353.02 (2035302) (m) 0x56f8-0x56fc (4) @@ -16474,7 +16474,7 @@ $ fq -d fit dv activity.fit 0x5700| 06 | . | reserved: false 0x5702.3-0x5702.4 (0.1) 0x5700| 06 | . | local_message_type: 6 0x5702.4-0x5703 (0.4) | | | data_message{}: 0x5703-0x5719 (22) -0x5700| 96 d1 56 3f | ..V? | timestamp: 1062654358 (s) 0x5703-0x5707 (4) +0x5700| 96 d1 56 3f | ..V? | timestamp: 1062654358 (2023-09-03T05:45:58Z) 0x5703-0x5707 (4) 0x5700| 2b 4b 32 2a | +K2* | position_lat: 59.3387711327523 (707939115) 0x5707-0x570b (4) 0x5700| 99 18 e4 0c | .... | position_long: 18.127969214692712 (216275097) 0x570b-0x570f (4) 0x5700| 30| 0| distance: 20378.08 (2037808) (m) 0x570f-0x5713 (4) @@ -16491,7 +16491,7 @@ $ fq -d fit dv activity.fit 0x5710| 06 | . | reserved: false 0x5719.3-0x5719.4 (0.1) 0x5710| 06 | . | local_message_type: 6 0x5719.4-0x571a (0.4) | | | data_message{}: 0x571a-0x5730 (22) -0x5710| 97 d1 56 3f | ..V? | timestamp: 1062654359 (s) 0x571a-0x571e (4) +0x5710| 97 d1 56 3f | ..V? | timestamp: 1062654359 (2023-09-03T05:45:59Z) 0x571a-0x571e (4) 0x5710| 4c 4a| LJ| position_lat: 59.33875244110823 (707938892) 0x571e-0x5722 (4) 0x5720|32 2a |2* | 0x5720| 48 1d e4 0c | H... | position_long: 18.12806971371174 (216276296) 0x5722-0x5726 (4) @@ -16508,7 +16508,7 @@ $ fq -d fit dv activity.fit 0x5730|06 |. | reserved: false 0x5730.3-0x5730.4 (0.1) 0x5730|06 |. | local_message_type: 6 0x5730.4-0x5731 (0.4) | | | data_message{}: 0x5731-0x5747 (22) -0x5730| 9a d1 56 3f | ..V? | timestamp: 1062654362 (s) 0x5731-0x5735 (4) +0x5730| 9a d1 56 3f | ..V? | timestamp: 1062654362 (2023-09-03T05:46:02Z) 0x5731-0x5735 (4) 0x5730| e8 48 32 2a | .H2* | position_lat: 59.338722601532936 (707938536) 0x5735-0x5739 (4) 0x5730| 8d 2d e4 0c | .-.. | position_long: 18.128418819978833 (216280461) 0x5739-0x573d (4) 0x5730| 70 22 1f| p".| distance: 20404.32 (2040432) (m) 0x573d-0x5741 (4) @@ -16525,7 +16525,7 @@ $ fq -d fit dv activity.fit 0x5740| 06 | . | reserved: false 0x5747.3-0x5747.4 (0.1) 0x5740| 06 | . | local_message_type: 6 0x5747.4-0x5748 (0.4) | | | data_message{}: 0x5748-0x575e (22) -0x5740| 9d d1 56 3f | ..V? | timestamp: 1062654365 (s) 0x5748-0x574c (4) +0x5740| 9d d1 56 3f | ..V? | timestamp: 1062654365 (2023-09-03T05:46:05Z) 0x5748-0x574c (4) 0x5740| ad 47 32 2a| .G2*| position_lat: 59.338696198537946 (707938221) 0x574c-0x5750 (4) 0x5750|97 3f e4 0c |.?.. | position_long: 18.128805896267295 (216285079) 0x5750-0x5754 (4) 0x5750| 1e 2b 1f 00 | .+.. | distance: 20426.54 (2042654) (m) 0x5754-0x5758 (4) @@ -16541,7 +16541,7 @@ $ fq -d fit dv activity.fit 0x5750| 06 | . | reserved: false 0x575e.3-0x575e.4 (0.1) 0x5750| 06 | . | local_message_type: 6 0x575e.4-0x575f (0.4) | | | data_message{}: 0x575f-0x5775 (22) -0x5750| a0| .| timestamp: 1062654368 (s) 0x575f-0x5763 (4) +0x5750| a0| .| timestamp: 1062654368 (2023-09-03T05:46:08Z) 0x575f-0x5763 (4) 0x5760|d1 56 3f |.V? | 0x5760| 61 46 32 2a | aF2* | position_lat: 59.338668370619416 (707937889) 0x5763-0x5767 (4) 0x5760| f9 51 e4 0c | .Q.. | position_long: 18.129200348630548 (216289785) 0x5767-0x576b (4) @@ -16559,7 +16559,7 @@ $ fq -d fit dv activity.fit 0x5770| 06 | . | reserved: false 0x5775.3-0x5775.4 (0.1) 0x5770| 06 | . | local_message_type: 6 0x5775.4-0x5776 (0.4) | | | data_message{}: 0x5776-0x578c (22) -0x5770| a3 d1 56 3f | ..V? | timestamp: 1062654371 (s) 0x5776-0x577a (4) +0x5770| a3 d1 56 3f | ..V? | timestamp: 1062654371 (2023-09-03T05:46:11Z) 0x5776-0x577a (4) 0x5770| 64 45 32 2a | dE2* | position_lat: 59.33864716440439 (707937636) 0x577a-0x577e (4) 0x5770| 22 64| "d| position_long: 18.129590023308992 (216294434) 0x577e-0x5782 (4) 0x5780|e4 0c |.. | @@ -16576,7 +16576,7 @@ $ fq -d fit dv activity.fit 0x5780| 06 | . | reserved: false 0x578c.3-0x578c.4 (0.1) 0x5780| 06 | . | local_message_type: 6 0x578c.4-0x578d (0.4) | | | data_message{}: 0x578d-0x57a3 (22) -0x5780| a6 d1 56| ..V| timestamp: 1062654374 (s) 0x578d-0x5791 (4) +0x5780| a6 d1 56| ..V| timestamp: 1062654374 (2023-09-03T05:46:14Z) 0x578d-0x5791 (4) 0x5790|3f |? | 0x5790| 51 44 32 2a | QD2* | position_lat: 59.33862411417067 (707937361) 0x5791-0x5795 (4) 0x5790| f7 75 e4 0c | .u.. | position_long: 18.129972657188773 (216298999) 0x5795-0x5799 (4) @@ -16594,7 +16594,7 @@ $ fq -d fit dv activity.fit 0x57a0| 06 | . | reserved: false 0x57a3.3-0x57a3.4 (0.1) 0x57a0| 06 | . | local_message_type: 6 0x57a3.4-0x57a4 (0.4) | | | data_message{}: 0x57a4-0x57ba (22) -0x57a0| a9 d1 56 3f | ..V? | timestamp: 1062654377 (s) 0x57a4-0x57a8 (4) +0x57a0| a9 d1 56 3f | ..V? | timestamp: 1062654377 (2023-09-03T05:46:17Z) 0x57a4-0x57a8 (4) 0x57a0| d3 42 32 2a | .B2* | position_lat: 59.338592095300555 (707936979) 0x57a8-0x57ac (4) 0x57a0| 3d 88 e4 0c| =...| position_long: 18.130364762619138 (216303677) 0x57ac-0x57b0 (4) 0x57b0|12 4e 1f 00 |.N.. | distance: 20516.02 (2051602) (m) 0x57b0-0x57b4 (4) @@ -16610,7 +16610,7 @@ $ fq -d fit dv activity.fit 0x57b0| 06 | . | reserved: false 0x57ba.3-0x57ba.4 (0.1) 0x57b0| 06 | . | local_message_type: 6 0x57ba.4-0x57bb (0.4) | | | data_message{}: 0x57bb-0x57d1 (22) -0x57b0| ac d1 56 3f | ..V? | timestamp: 1062654380 (s) 0x57bb-0x57bf (4) +0x57b0| ac d1 56 3f | ..V? | timestamp: 1062654380 (2023-09-03T05:46:20Z) 0x57bb-0x57bf (4) 0x57b0| 83| .| position_lat: 59.3385639321059 (707936643) 0x57bf-0x57c3 (4) 0x57c0|41 32 2a |A2* | 0x57c0| 53 9b e4 0c | S... | position_long: 18.1307743024081 (216308563) 0x57c3-0x57c7 (4) @@ -16627,7 +16627,7 @@ $ fq -d fit dv activity.fit 0x57d0| 06 | . | reserved: false 0x57d1.3-0x57d1.4 (0.1) 0x57d0| 06 | . | local_message_type: 6 0x57d1.4-0x57d2 (0.4) | | | data_message{}: 0x57d2-0x57e8 (22) -0x57d0| af d1 56 3f | ..V? | timestamp: 1062654383 (s) 0x57d2-0x57d6 (4) +0x57d0| af d1 56 3f | ..V? | timestamp: 1062654383 (2023-09-03T05:46:23Z) 0x57d2-0x57d6 (4) 0x57d0| 06 40 32 2a | .@2* | position_lat: 59.338531997054815 (707936262) 0x57d6-0x57da (4) 0x57d0| 0c ae e4 0c | .... | position_long: 18.13117604702711 (216313356) 0x57da-0x57de (4) 0x57d0| 4c 60| L`| distance: 20562.68 (2056268) (m) 0x57de-0x57e2 (4) @@ -16644,7 +16644,7 @@ $ fq -d fit dv activity.fit 0x57e0| 06 | . | reserved: false 0x57e8.3-0x57e8.4 (0.1) 0x57e0| 06 | . | local_message_type: 6 0x57e8.4-0x57e9 (0.4) | | | data_message{}: 0x57e9-0x57ff (22) -0x57e0| b2 d1 56 3f | ..V? | timestamp: 1062654386 (s) 0x57e9-0x57ed (4) +0x57e0| b2 d1 56 3f | ..V? | timestamp: 1062654386 (2023-09-03T05:46:26Z) 0x57e9-0x57ed (4) 0x57e0| 7f 3d 32| .=2| position_lat: 59.338477766141295 (707935615) 0x57ed-0x57f1 (4) 0x57f0|2a |* | 0x57f0| d9 bf e4 0c | .... | position_long: 18.131558010354638 (216317913) 0x57f1-0x57f5 (4) @@ -16661,7 +16661,7 @@ $ fq -d fit dv activity.fit 0x57f0| 06| .| reserved: false 0x57ff.3-0x57ff.4 (0.1) 0x57f0| 06| .| local_message_type: 6 0x57ff.4-0x5800 (0.4) | | | data_message{}: 0x5800-0x5816 (22) -0x5800|b5 d1 56 3f |..V? | timestamp: 1062654389 (s) 0x5800-0x5804 (4) +0x5800|b5 d1 56 3f |..V? | timestamp: 1062654389 (2023-09-03T05:46:29Z) 0x5800-0x5804 (4) 0x5800| 25 39 32 2a | %92* | position_lat: 59.338384391739964 (707934501) 0x5804-0x5808 (4) 0x5800| 22 d1 e4 0c | "... | position_long: 18.13192890956998 (216322338) 0x5808-0x580c (4) 0x5800| 52 72 1f 00| Rr..| distance: 20608.82 (2060882) (m) 0x580c-0x5810 (4) @@ -16677,7 +16677,7 @@ $ fq -d fit dv activity.fit 0x5810| 06 | . | reserved: false 0x5816.3-0x5816.4 (0.1) 0x5810| 06 | . | local_message_type: 6 0x5816.4-0x5817 (0.4) | | | data_message{}: 0x5817-0x582d (22) -0x5810| b8 d1 56 3f | ..V? | timestamp: 1062654392 (s) 0x5817-0x581b (4) +0x5810| b8 d1 56 3f | ..V? | timestamp: 1062654392 (2023-09-03T05:46:32Z) 0x5817-0x581b (4) 0x5810| e7 33 32 2a | .32* | position_lat: 59.3382719065994 (707933159) 0x581b-0x581f (4) 0x5810| e5| .| position_long: 18.13224566169083 (216326117) 0x581f-0x5823 (4) 0x5820|df e4 0c |... | @@ -16694,7 +16694,7 @@ $ fq -d fit dv activity.fit 0x5820| 06 | . | reserved: false 0x582d.3-0x582d.4 (0.1) 0x5820| 06 | . | local_message_type: 6 0x582d.4-0x582e (0.4) | | | data_message{}: 0x582e-0x5844 (22) -0x5820| bc d1| ..| timestamp: 1062654396 (s) 0x582e-0x5832 (4) +0x5820| bc d1| ..| timestamp: 1062654396 (2023-09-03T05:46:36Z) 0x582e-0x5832 (4) 0x5830|56 3f |V? | 0x5830| d6 2c 32 2a | .,2* | position_lat: 59.33812027797103 (707931350) 0x5832-0x5836 (4) 0x5830| db ef e4 0c | .... | position_long: 18.13258814625442 (216330203) 0x5836-0x583a (4) @@ -16711,7 +16711,7 @@ $ fq -d fit dv activity.fit 0x5840| 06 | . | reserved: false 0x5844.3-0x5844.4 (0.1) 0x5840| 06 | . | local_message_type: 6 0x5844.4-0x5845 (0.4) | | | data_message{}: 0x5845-0x585b (22) -0x5840| c1 d1 56 3f | ..V? | timestamp: 1062654401 (s) 0x5845-0x5849 (4) +0x5840| c1 d1 56 3f | ..V? | timestamp: 1062654401 (2023-09-03T05:46:41Z) 0x5845-0x5849 (4) 0x5840| d9 26 32 2a | .&2* | position_lat: 59.33799178339541 (707929817) 0x5849-0x584d (4) 0x5840| c5 fc e4| ...| position_long: 18.13286525197327 (216333509) 0x584d-0x5851 (4) 0x5850|0c |. | @@ -16728,7 +16728,7 @@ $ fq -d fit dv activity.fit 0x5850| 06 | . | reserved: false 0x585b.3-0x585b.4 (0.1) 0x5850| 06 | . | local_message_type: 6 0x585b.4-0x585c (0.4) | | | data_message{}: 0x585c-0x5872 (22) -0x5850| c8 d1 56 3f| ..V?| timestamp: 1062654408 (s) 0x585c-0x5860 (4) +0x5850| c8 d1 56 3f| ..V?| timestamp: 1062654408 (2023-09-03T05:46:48Z) 0x585c-0x5860 (4) 0x5860|ca 1f 32 2a |..2* | position_lat: 59.3378403224051 (707928010) 0x5860-0x5864 (4) 0x5860| 57 09 e5 0c | W... | position_long: 18.13313498161733 (216336727) 0x5864-0x5868 (4) 0x5860| 2f 96 1f 00 | /... | distance: 20700.63 (2070063) (m) 0x5868-0x586c (4) @@ -16744,7 +16744,7 @@ $ fq -d fit dv activity.fit 0x5870| 06 | . | reserved: false 0x5872.3-0x5872.4 (0.1) 0x5870| 06 | . | local_message_type: 6 0x5872.4-0x5873 (0.4) | | | data_message{}: 0x5873-0x5889 (22) -0x5870| ce d1 56 3f | ..V? | timestamp: 1062654414 (s) 0x5873-0x5877 (4) +0x5870| ce d1 56 3f | ..V? | timestamp: 1062654414 (2023-09-03T05:46:54Z) 0x5873-0x5877 (4) 0x5870| a4 18 32 2a | ..2* | position_lat: 59.33768693357706 (707926180) 0x5877-0x587b (4) 0x5870| 8d 15 e5 0c | .... | position_long: 18.133396999910474 (216339853) 0x587b-0x587f (4) 0x5870| 0c| .| distance: 20723.32 (2072332) (m) 0x587f-0x5883 (4) @@ -16761,7 +16761,7 @@ $ fq -d fit dv activity.fit 0x5880| 06 | . | reserved: false 0x5889.3-0x5889.4 (0.1) 0x5880| 06 | . | local_message_type: 6 0x5889.4-0x588a (0.4) | | | data_message{}: 0x588a-0x58a0 (22) -0x5880| d3 d1 56 3f | ..V? | timestamp: 1062654419 (s) 0x588a-0x588e (4) +0x5880| d3 d1 56 3f | ..V? | timestamp: 1062654419 (2023-09-03T05:46:59Z) 0x588a-0x588e (4) 0x5880| 5b 12| [.| position_lat: 59.33755206875503 (707924571) 0x588e-0x5892 (4) 0x5890|32 2a |2* | 0x5890| 6b 21 e5 0c | k!.. | position_long: 18.133651642128825 (216342891) 0x5892-0x5896 (4) @@ -16778,7 +16778,7 @@ $ fq -d fit dv activity.fit 0x58a0|06 |. | reserved: false 0x58a0.3-0x58a0.4 (0.1) 0x58a0|06 |. | local_message_type: 6 0x58a0.4-0x58a1 (0.4) | | | data_message{}: 0x58a1-0x58b7 (22) -0x58a0| d8 d1 56 3f | ..V? | timestamp: 1062654424 (s) 0x58a1-0x58a5 (4) +0x58a0| d8 d1 56 3f | ..V? | timestamp: 1062654424 (2023-09-03T05:47:04Z) 0x58a1-0x58a5 (4) 0x58a0| d3 0b 32 2a | ..2* | position_lat: 59.337411923334 (707922899) 0x58a5-0x58a9 (4) 0x58a0| c7 2b e5 0c | .+.. | position_long: 18.133873930200934 (216345543) 0x58a9-0x58ad (4) 0x58a0| 14 af 1f| ...| distance: 20764.36 (2076436) (m) 0x58ad-0x58b1 (4) @@ -16795,7 +16795,7 @@ $ fq -d fit dv activity.fit 0x58b0| 06 | . | reserved: false 0x58b7.3-0x58b7.4 (0.1) 0x58b0| 06 | . | local_message_type: 6 0x58b7.4-0x58b8 (0.4) | | | data_message{}: 0x58b8-0x58ce (22) -0x58b0| dd d1 56 3f | ..V? | timestamp: 1062654429 (s) 0x58b8-0x58bc (4) +0x58b0| dd d1 56 3f | ..V? | timestamp: 1062654429 (2023-09-03T05:47:09Z) 0x58b8-0x58bc (4) 0x58b0| be 03 32 2a| ..2*| position_lat: 59.33723850175738 (707920830) 0x58bc-0x58c0 (4) 0x58c0|4e 39 e5 0c |N9.. | position_long: 18.134164195507765 (216349006) 0x58c0-0x58c4 (4) 0x58c0| 05 b9 1f 00 | .... | distance: 20789.81 (2078981) (m) 0x58c4-0x58c8 (4) @@ -16811,7 +16811,7 @@ $ fq -d fit dv activity.fit 0x58c0| 06 | . | reserved: false 0x58ce.3-0x58ce.4 (0.1) 0x58c0| 06 | . | local_message_type: 6 0x58ce.4-0x58cf (0.4) | | | data_message{}: 0x58cf-0x58e5 (22) -0x58c0| e1| .| timestamp: 1062654433 (s) 0x58cf-0x58d3 (4) +0x58c0| e1| .| timestamp: 1062654433 (2023-09-03T05:47:13Z) 0x58cf-0x58d3 (4) 0x58d0|d1 56 3f |.V? | 0x58d0| d8 fd 31 2a | ..1* | position_lat: 59.33711193501949 (707919320) 0x58d3-0x58d7 (4) 0x58d0| 37 46 e5 0c | 7F.. | position_long: 18.134441217407584 (216352311) 0x58d7-0x58db (4) @@ -16829,7 +16829,7 @@ $ fq -d fit dv activity.fit 0x58e0| 06 | . | reserved: false 0x58e5.3-0x58e5.4 (0.1) 0x58e0| 06 | . | local_message_type: 6 0x58e5.4-0x58e6 (0.4) | | | data_message{}: 0x58e6-0x58fc (22) -0x58e0| e5 d1 56 3f | ..V? | timestamp: 1062654437 (s) 0x58e6-0x58ea (4) +0x58e0| e5 d1 56 3f | ..V? | timestamp: 1062654437 (2023-09-03T05:47:17Z) 0x58e6-0x58ea (4) 0x58e0| 40 f7 31 2a | @.1* | position_lat: 59.33697044849396 (707917632) 0x58ea-0x58ee (4) 0x58e0| e4 52| .R| position_long: 18.1347132101655 (216355556) 0x58ee-0x58f2 (4) 0x58f0|e5 0c |.. | @@ -16846,7 +16846,7 @@ $ fq -d fit dv activity.fit 0x58f0| 06 | . | reserved: false 0x58fc.3-0x58fc.4 (0.1) 0x58f0| 06 | . | local_message_type: 6 0x58fc.4-0x58fd (0.4) | | | data_message{}: 0x58fd-0x5913 (22) -0x58f0| e9 d1 56| ..V| timestamp: 1062654441 (s) 0x58fd-0x5901 (4) +0x58f0| e9 d1 56| ..V| timestamp: 1062654441 (2023-09-03T05:47:21Z) 0x58fd-0x5901 (4) 0x5900|3f |? | 0x5900| 0f f1 31 2a | ..1* | position_lat: 59.33683759532869 (707916047) 0x5901-0x5905 (4) 0x5900| 25 5f e5 0c | %_.. | position_long: 18.134976150467992 (216358693) 0x5905-0x5909 (4) @@ -16864,7 +16864,7 @@ $ fq -d fit dv activity.fit 0x5910| 06 | . | reserved: false 0x5913.3-0x5913.4 (0.1) 0x5910| 06 | . | local_message_type: 6 0x5913.4-0x5914 (0.4) | | | data_message{}: 0x5914-0x592a (22) -0x5910| ed d1 56 3f | ..V? | timestamp: 1062654445 (s) 0x5914-0x5918 (4) +0x5910| ed d1 56 3f | ..V? | timestamp: 1062654445 (2023-09-03T05:47:25Z) 0x5914-0x5918 (4) 0x5910| 36 eb 31 2a | 6.1* | position_lat: 59.33671211823821 (707914550) 0x5918-0x591c (4) 0x5910| 5d 6b e5 0c| ]k..| position_long: 18.135238336399198 (216361821) 0x591c-0x5920 (4) 0x5920|18 da 1f 00 |.... | distance: 20874.48 (2087448) (m) 0x5920-0x5924 (4) @@ -16880,7 +16880,7 @@ $ fq -d fit dv activity.fit 0x5920| 06 | . | reserved: false 0x592a.3-0x592a.4 (0.1) 0x5920| 06 | . | local_message_type: 6 0x592a.4-0x592b (0.4) | | | data_message{}: 0x592b-0x5941 (22) -0x5920| f2 d1 56 3f | ..V? | timestamp: 1062654450 (s) 0x592b-0x592f (4) +0x5920| f2 d1 56 3f | ..V? | timestamp: 1062654450 (2023-09-03T05:47:30Z) 0x592b-0x592f (4) 0x5920| 7c| || position_lat: 59.33654632419348 (707912572) 0x592f-0x5933 (4) 0x5930|e3 31 2a |.1* | 0x5930| d9 79 e5 0c | .y.. | position_long: 18.1355491373688 (216365529) 0x5933-0x5937 (4) @@ -16897,7 +16897,7 @@ $ fq -d fit dv activity.fit 0x5940| 06 | . | reserved: false 0x5941.3-0x5941.4 (0.1) 0x5940| 06 | . | local_message_type: 6 0x5941.4-0x5942 (0.4) | | | data_message{}: 0x5942-0x5958 (22) -0x5940| f6 d1 56 3f | ..V? | timestamp: 1062654454 (s) 0x5942-0x5946 (4) +0x5940| f6 d1 56 3f | ..V? | timestamp: 1062654454 (2023-09-03T05:47:34Z) 0x5942-0x5946 (4) 0x5940| 27 dc 31 2a | '.1* | position_lat: 59.33638899587095 (707910695) 0x5946-0x594a (4) 0x5940| 11 83 e5 0c | .... | position_long: 18.135746950283647 (216367889) 0x594a-0x594e (4) 0x5940| 35 ec| 5.| distance: 20920.85 (2092085) (m) 0x594e-0x5952 (4) @@ -16914,7 +16914,7 @@ $ fq -d fit dv activity.fit 0x5950| 06 | . | reserved: false 0x5958.3-0x5958.4 (0.1) 0x5950| 06 | . | local_message_type: 6 0x5958.4-0x5959 (0.4) | | | data_message{}: 0x5959-0x596f (22) -0x5950| f9 d1 56 3f | ..V? | timestamp: 1062654457 (s) 0x5959-0x595d (4) +0x5950| f9 d1 56 3f | ..V? | timestamp: 1062654457 (2023-09-03T05:47:37Z) 0x5959-0x595d (4) 0x5950| 16 d6 31| ..1| position_lat: 59.336258824914694 (707909142) 0x595d-0x5961 (4) 0x5960|2a |* | 0x5960| 2d 81 e5 0c | -... | position_long: 18.135706381872296 (216367405) 0x5961-0x5965 (4) @@ -16931,7 +16931,7 @@ $ fq -d fit dv activity.fit 0x5960| 06| .| reserved: false 0x596f.3-0x596f.4 (0.1) 0x5960| 06| .| local_message_type: 6 0x596f.4-0x5970 (0.4) | | | data_message{}: 0x5970-0x5986 (22) -0x5970|fd d1 56 3f |..V? | timestamp: 1062654461 (s) 0x5970-0x5974 (4) +0x5970|fd d1 56 3f |..V? | timestamp: 1062654461 (2023-09-03T05:47:41Z) 0x5970-0x5974 (4) 0x5970| 85 cf 31 2a | ..1* | position_lat: 59.33611792512238 (707907461) 0x5974-0x5978 (4) 0x5970| 48 75 e5 0c | Hu.. | position_long: 18.135451152920723 (216364360) 0x5978-0x597c (4) 0x5970| 55 fa 1f 00| U...| distance: 20957.01 (2095701) (m) 0x597c-0x5980 (4) @@ -16947,7 +16947,7 @@ $ fq -d fit dv activity.fit 0x5980| 06 | . | reserved: false 0x5986.3-0x5986.4 (0.1) 0x5980| 06 | . | local_message_type: 6 0x5986.4-0x5987 (0.4) | | | data_message{}: 0x5987-0x599d (22) -0x5980| 01 d2 56 3f | ..V? | timestamp: 1062654465 (s) 0x5987-0x598b (4) +0x5980| 01 d2 56 3f | ..V? | timestamp: 1062654465 (2023-09-03T05:47:45Z) 0x5987-0x598b (4) 0x5980| 65 c9 31 2a | e.1* | position_lat: 59.33598649688065 (707905893) 0x598b-0x598f (4) 0x5980| 4d| M| position_long: 18.135172622278333 (216361037) 0x598f-0x5993 (4) 0x5990|68 e5 0c |h.. | @@ -16964,7 +16964,7 @@ $ fq -d fit dv activity.fit 0x5990| 06 | . | reserved: false 0x599d.3-0x599d.4 (0.1) 0x5990| 06 | . | local_message_type: 6 0x599d.4-0x599e (0.4) | | | data_message{}: 0x599e-0x59b4 (22) -0x5990| 02 d2| ..| timestamp: 1062654466 (s) 0x599e-0x59a2 (4) +0x5990| 02 d2| ..| timestamp: 1062654466 (2023-09-03T05:47:46Z) 0x599e-0x59a2 (4) 0x59a0|56 3f |V? | 0x59a0| 5c c7 31 2a | \.1* | position_lat: 59.33594282716513 (707905372) 0x59a2-0x59a6 (4) 0x59a0| 00 65 e5 0c | .e.. | position_long: 18.135101795196533 (216360192) 0x59a6-0x59aa (4) @@ -16981,7 +16981,7 @@ $ fq -d fit dv activity.fit 0x59b0| 06 | . | reserved: false 0x59b4.3-0x59b4.4 (0.1) 0x59b0| 06 | . | local_message_type: 6 0x59b4.4-0x59b5 (0.4) | | | data_message{}: 0x59b5-0x59cb (22) -0x59b0| 05 d2 56 3f | ..V? | timestamp: 1062654469 (s) 0x59b5-0x59b9 (4) +0x59b0| 05 d2 56 3f | ..V? | timestamp: 1062654469 (2023-09-03T05:47:49Z) 0x59b5-0x59b9 (4) 0x59b0| ec bf 31 2a | ..1* | position_lat: 59.33578323572874 (707903468) 0x59b9-0x59bd (4) 0x59b0| 85 5b e5| .[.| position_long: 18.13489836640656 (216357765) 0x59bd-0x59c1 (4) 0x59c0|0c |. | @@ -16998,8 +16998,8 @@ $ fq -d fit dv activity.fit 0x59c0| 08 | . | reserved: false 0x59cb.3-0x59cb.4 (0.1) 0x59c0| 08 | . | local_message_type: 8 0x59cb.4-0x59cc (0.4) | | | data_message{}: 0x59cc-0x5a02 (54) -0x59c0| 05 d2 56 3f| ..V?| timestamp: 1062654469 (s) 0x59cc-0x59d0 (4) -0x59d0|5f d1 56 3f |_.V? | start_time: 1062654303 0x59d0-0x59d4 (4) +0x59c0| 05 d2 56 3f| ..V?| timestamp: 1062654469 (2023-09-03T05:47:49Z) 0x59cc-0x59d0 (4) +0x59d0|5f d1 56 3f |_.V? | start_time: 1062654303 (2023-09-03T05:45:03Z) 0x59d0-0x59d4 (4) 0x59d0| 6e 63 32 2a | nc2* | start_position_lat: 59.339291732758284 (707945326) 0x59d4-0x59d8 (4) 0x59d0| e4 f0 e2 0c | .... | start_position_long: 18.121624030172825 (216199396) 0x59d8-0x59dc (4) 0x59d0| ec bf 31 2a| ..1*| end_position_lat: 59.33578323572874 (707903468) 0x59dc-0x59e0 (4) @@ -17028,7 +17028,7 @@ $ fq -d fit dv activity.fit 0x5a00| 06 | . | reserved: false 0x5a02.3-0x5a02.4 (0.1) 0x5a00| 06 | . | local_message_type: 6 0x5a02.4-0x5a03 (0.4) | | | data_message{}: 0x5a03-0x5a19 (22) -0x5a00| 08 d2 56 3f | ..V? | timestamp: 1062654472 (s) 0x5a03-0x5a07 (4) +0x5a00| 08 d2 56 3f | ..V? | timestamp: 1062654472 (2023-09-03T05:47:52Z) 0x5a03-0x5a07 (4) 0x5a00| 33 b7 31 2a | 3.1* | position_lat: 59.33559606783092 (707901235) 0x5a07-0x5a0b (4) 0x5a00| 36 52 e5 0c | 6R.. | position_long: 18.134698625653982 (216355382) 0x5a0b-0x5a0f (4) 0x5a00| bc| .| distance: 21029.72 (2102972) (m) 0x5a0f-0x5a13 (4) @@ -17045,7 +17045,7 @@ $ fq -d fit dv activity.fit 0x5a10| 06 | . | reserved: false 0x5a19.3-0x5a19.4 (0.1) 0x5a10| 06 | . | local_message_type: 6 0x5a19.4-0x5a1a (0.4) | | | data_message{}: 0x5a1a-0x5a30 (22) -0x5a10| 0b d2 56 3f | ..V? | timestamp: 1062654475 (s) 0x5a1a-0x5a1e (4) +0x5a10| 0b d2 56 3f | ..V? | timestamp: 1062654475 (2023-09-03T05:47:55Z) 0x5a1a-0x5a1e (4) 0x5a10| cf ae| ..| position_lat: 59.335416024550796 (707899087) 0x5a1e-0x5a22 (4) 0x5a20|31 2a |1* | 0x5a20| 51 48 e5 0c | QH.. | position_long: 18.134486312046647 (216352849) 0x5a22-0x5a26 (4) @@ -17062,7 +17062,7 @@ $ fq -d fit dv activity.fit 0x5a30|06 |. | reserved: false 0x5a30.3-0x5a30.4 (0.1) 0x5a30|06 |. | local_message_type: 6 0x5a30.4-0x5a31 (0.4) | | | data_message{}: 0x5a31-0x5a47 (22) -0x5a30| 0e d2 56 3f | ..V? | timestamp: 1062654478 (s) 0x5a31-0x5a35 (4) +0x5a30| 0e d2 56 3f | ..V? | timestamp: 1062654478 (2023-09-03T05:47:58Z) 0x5a31-0x5a35 (4) 0x5a30| 2e a6 31 2a | ..1* | position_lat: 59.335230868309736 (707896878) 0x5a35-0x5a39 (4) 0x5a30| 9a 3f e5 0c | .?.. | position_long: 18.13429931178689 (216350618) 0x5a39-0x5a3d (4) 0x5a30| ee 28 20| .( | distance: 21076.3 (2107630) (m) 0x5a3d-0x5a41 (4) @@ -17079,7 +17079,7 @@ $ fq -d fit dv activity.fit 0x5a40| 06 | . | reserved: false 0x5a47.3-0x5a47.4 (0.1) 0x5a40| 06 | . | local_message_type: 6 0x5a47.4-0x5a48 (0.4) | | | data_message{}: 0x5a48-0x5a5e (22) -0x5a40| 11 d2 56 3f | ..V? | timestamp: 1062654481 (s) 0x5a48-0x5a4c (4) +0x5a40| 11 d2 56 3f | ..V? | timestamp: 1062654481 (2023-09-03T05:48:01Z) 0x5a48-0x5a4c (4) 0x5a40| 6e 9d 31 2a| n.1*| position_lat: 59.335043113678694 (707894638) 0x5a4c-0x5a50 (4) 0x5a50|43 39 e5 0c |C9.. | position_long: 18.134163273498416 (216348995) 0x5a50-0x5a54 (4) 0x5a50| a3 31 20 00 | .1 . | distance: 21098.59 (2109859) (m) 0x5a54-0x5a58 (4) @@ -17095,7 +17095,7 @@ $ fq -d fit dv activity.fit 0x5a50| 06 | . | reserved: false 0x5a5e.3-0x5a5e.4 (0.1) 0x5a50| 06 | . | local_message_type: 6 0x5a5e.4-0x5a5f (0.4) | | | data_message{}: 0x5a5f-0x5a75 (22) -0x5a50| 14| .| timestamp: 1062654484 (s) 0x5a5f-0x5a63 (4) +0x5a50| 14| .| timestamp: 1062654484 (2023-09-03T05:48:04Z) 0x5a5f-0x5a63 (4) 0x5a60|d2 56 3f |.V? | 0x5a60| 26 94 31 2a | &.1* | position_lat: 59.33484395965934 (707892262) 0x5a63-0x5a67 (4) 0x5a60| b0 33 e5 0c | .3.. | position_long: 18.134043663740158 (216347568) 0x5a67-0x5a6b (4) @@ -17113,7 +17113,7 @@ $ fq -d fit dv activity.fit 0x5a70| 06 | . | reserved: false 0x5a75.3-0x5a75.4 (0.1) 0x5a70| 06 | . | local_message_type: 6 0x5a75.4-0x5a76 (0.4) | | | data_message{}: 0x5a76-0x5a8c (22) -0x5a70| 17 d2 56 3f | ..V? | timestamp: 1062654487 (s) 0x5a76-0x5a7a (4) +0x5a70| 17 d2 56 3f | ..V? | timestamp: 1062654487 (2023-09-03T05:48:07Z) 0x5a76-0x5a7a (4) 0x5a70| 37 8a 31 2a | 7.1* | position_lat: 59.334630807861686 (707889719) 0x5a7a-0x5a7e (4) 0x5a70| d2 2e| ..| position_long: 18.13393922522664 (216346322) 0x5a7e-0x5a82 (4) 0x5a80|e5 0c |.. | @@ -17130,7 +17130,7 @@ $ fq -d fit dv activity.fit 0x5a80| 06 | . | reserved: false 0x5a8c.3-0x5a8c.4 (0.1) 0x5a80| 06 | . | local_message_type: 6 0x5a8c.4-0x5a8d (0.4) | | | data_message{}: 0x5a8d-0x5aa3 (22) -0x5a80| 1a d2 56| ..V| timestamp: 1062654490 (s) 0x5a8d-0x5a91 (4) +0x5a80| 1a d2 56| ..V| timestamp: 1062654490 (2023-09-03T05:48:10Z) 0x5a8d-0x5a91 (4) 0x5a90|3f |? | 0x5a90| 8e 80 31 2a | ..1* | position_lat: 59.334423523396254 (707887246) 0x5a91-0x5a95 (4) 0x5a90| 5e 2a e5 0c | ^*.. | position_long: 18.133843671530485 (216345182) 0x5a95-0x5a99 (4) @@ -17148,7 +17148,7 @@ $ fq -d fit dv activity.fit 0x5aa0| 06 | . | reserved: false 0x5aa3.3-0x5aa3.4 (0.1) 0x5aa0| 06 | . | local_message_type: 6 0x5aa3.4-0x5aa4 (0.4) | | | data_message{}: 0x5aa4-0x5aba (22) -0x5aa0| 1d d2 56 3f | ..V? | timestamp: 1062654493 (s) 0x5aa4-0x5aa8 (4) +0x5aa0| 1d d2 56 3f | ..V? | timestamp: 1062654493 (2023-09-03T05:48:13Z) 0x5aa4-0x5aa8 (4) 0x5aa0| aa 76 31 2a | .v1* | position_lat: 59.33421129360795 (707884714) 0x5aa8-0x5aac (4) 0x5aa0| 2b 25 e5 0c| +%..| position_long: 18.133732108399272 (216343851) 0x5aac-0x5ab0 (4) 0x5ab0|17 57 20 00 |.W . | distance: 21194.47 (2119447) (m) 0x5ab0-0x5ab4 (4) @@ -17164,7 +17164,7 @@ $ fq -d fit dv activity.fit 0x5ab0| 06 | . | reserved: false 0x5aba.3-0x5aba.4 (0.1) 0x5ab0| 06 | . | local_message_type: 6 0x5aba.4-0x5abb (0.4) | | | data_message{}: 0x5abb-0x5ad1 (22) -0x5ab0| 1e d2 56 3f | ..V? | timestamp: 1062654494 (s) 0x5abb-0x5abf (4) +0x5ab0| 1e d2 56 3f | ..V? | timestamp: 1062654494 (2023-09-03T05:48:14Z) 0x5abb-0x5abf (4) 0x5ab0| c5| .| position_lat: 59.33414918370545 (707883973) 0x5abf-0x5ac3 (4) 0x5ac0|73 31 2a |s1* | 0x5ac0| f7 22 e5 0c | .".. | position_long: 18.133684834465384 (216343287) 0x5ac3-0x5ac7 (4) @@ -17181,7 +17181,7 @@ $ fq -d fit dv activity.fit 0x5ad0| 06 | . | reserved: false 0x5ad1.3-0x5ad1.4 (0.1) 0x5ad0| 06 | . | local_message_type: 6 0x5ad1.4-0x5ad2 (0.4) | | | data_message{}: 0x5ad2-0x5ae8 (22) -0x5ad0| 21 d2 56 3f | !.V? | timestamp: 1062654497 (s) 0x5ad2-0x5ad6 (4) +0x5ad0| 21 d2 56 3f | !.V? | timestamp: 1062654497 (2023-09-03T05:48:17Z) 0x5ad2-0x5ad6 (4) 0x5ad0| 2c 6d 31 2a | ,m1* | position_lat: 59.33400761336088 (707882284) 0x5ad6-0x5ada (4) 0x5ad0| e5 18 e5 0c | .... | position_long: 18.133468749001622 (216340709) 0x5ada-0x5ade (4) 0x5ad0| db 61| .a| distance: 21222.03 (2122203) (m) 0x5ade-0x5ae2 (4) @@ -17198,7 +17198,7 @@ $ fq -d fit dv activity.fit 0x5ae0| 06 | . | reserved: false 0x5ae8.3-0x5ae8.4 (0.1) 0x5ae0| 06 | . | local_message_type: 6 0x5ae8.4-0x5ae9 (0.4) | | | data_message{}: 0x5ae9-0x5aff (22) -0x5ae0| 25 d2 56 3f | %.V? | timestamp: 1062654501 (s) 0x5ae9-0x5aed (4) +0x5ae0| 25 d2 56 3f | %.V? | timestamp: 1062654501 (2023-09-03T05:48:21Z) 0x5ae9-0x5aed (4) 0x5ae0| 48 69 31| Hi1| position_lat: 59.33392412960529 (707881288) 0x5aed-0x5af1 (4) 0x5af0|2a |* | 0x5af0| 01 08 e5 0c | .... | position_long: 18.133106315508485 (216336385) 0x5af1-0x5af5 (4) @@ -17215,7 +17215,7 @@ $ fq -d fit dv activity.fit 0x5af0| 06| .| reserved: false 0x5aff.3-0x5aff.4 (0.1) 0x5af0| 06| .| local_message_type: 6 0x5aff.4-0x5b00 (0.4) | | | data_message{}: 0x5b00-0x5b16 (22) -0x5b00|2a d2 56 3f |*.V? | timestamp: 1062654506 (s) 0x5b00-0x5b04 (4) +0x5b00|2a d2 56 3f |*.V? | timestamp: 1062654506 (2023-09-03T05:48:26Z) 0x5b00-0x5b04 (4) 0x5b00| 11 66 31 2a | .f1* | position_lat: 59.33385514654219 (707880465) 0x5b04-0x5b08 (4) 0x5b00| d5 f4 e4 0c | .... | position_long: 18.132694931700826 (216331477) 0x5b08-0x5b0c (4) 0x5b00| 58 74 20 00| Xt .| distance: 21269.36 (2126936) (m) 0x5b0c-0x5b10 (4) @@ -17231,7 +17231,7 @@ $ fq -d fit dv activity.fit 0x5b10| 06 | . | reserved: false 0x5b16.3-0x5b16.4 (0.1) 0x5b10| 06 | . | local_message_type: 6 0x5b16.4-0x5b17 (0.4) | | | data_message{}: 0x5b17-0x5b2d (22) -0x5b10| 2e d2 56 3f | ..V? | timestamp: 1062654510 (s) 0x5b17-0x5b1b (4) +0x5b10| 2e d2 56 3f | ..V? | timestamp: 1062654510 (2023-09-03T05:48:30Z) 0x5b17-0x5b1b (4) 0x5b10| 39 65 31 2a | 9e1* | position_lat: 59.33383704163134 (707880249) 0x5b1b-0x5b1f (4) 0x5b10| 08| .| position_long: 18.13227005302906 (216326408) 0x5b1f-0x5b23 (4) 0x5b20|e1 e4 0c |... | @@ -17248,7 +17248,7 @@ $ fq -d fit dv activity.fit 0x5b20| 06 | . | reserved: false 0x5b2d.3-0x5b2d.4 (0.1) 0x5b20| 06 | . | local_message_type: 6 0x5b2d.4-0x5b2e (0.4) | | | data_message{}: 0x5b2e-0x5b44 (22) -0x5b20| 31 d2| 1.| timestamp: 1062654513 (s) 0x5b2e-0x5b32 (4) +0x5b20| 31 d2| 1.| timestamp: 1062654513 (2023-09-03T05:48:33Z) 0x5b2e-0x5b32 (4) 0x5b30|56 3f |V? | 0x5b30| df 64 31 2a | .d1* | position_lat: 59.33382949791849 (707880159) 0x5b32-0x5b36 (4) 0x5b30| 9a ce e4 0c | .... | position_long: 18.131874594837427 (216321690) 0x5b36-0x5b3a (4) @@ -17265,7 +17265,7 @@ $ fq -d fit dv activity.fit 0x5b40| 06 | . | reserved: false 0x5b44.3-0x5b44.4 (0.1) 0x5b40| 06 | . | local_message_type: 6 0x5b44.4-0x5b45 (0.4) | | | data_message{}: 0x5b45-0x5b5b (22) -0x5b40| 34 d2 56 3f | 4.V? | timestamp: 1062654516 (s) 0x5b45-0x5b49 (4) +0x5b40| 34 d2 56 3f | 4.V? | timestamp: 1062654516 (2023-09-03T05:48:36Z) 0x5b45-0x5b49 (4) 0x5b40| 98 63 31 2a | .c1* | position_lat: 59.333802089095116 (707879832) 0x5b49-0x5b4d (4) 0x5b40| 1b ba e4| ...| position_long: 18.131434796378016 (216316443) 0x5b4d-0x5b51 (4) 0x5b50|0c |. | @@ -17282,7 +17282,7 @@ $ fq -d fit dv activity.fit 0x5b50| 06 | . | reserved: false 0x5b5b.3-0x5b5b.4 (0.1) 0x5b50| 06 | . | local_message_type: 6 0x5b5b.4-0x5b5c (0.4) | | | data_message{}: 0x5b5c-0x5b72 (22) -0x5b50| 37 d2 56 3f| 7.V?| timestamp: 1062654519 (s) 0x5b5c-0x5b60 (4) +0x5b50| 37 d2 56 3f| 7.V?| timestamp: 1062654519 (2023-09-03T05:48:39Z) 0x5b5c-0x5b60 (4) 0x5b60|c9 61 31 2a |.a1* | position_lat: 59.33376328088343 (707879369) 0x5b60-0x5b64 (4) 0x5b60| 59 a6 e4 0c | Y... | position_long: 18.1310108397156 (216311385) 0x5b64-0x5b68 (4) 0x5b60| 0e 9a 20 00 | .. . | distance: 21365.9 (2136590) (m) 0x5b68-0x5b6c (4) @@ -17298,7 +17298,7 @@ $ fq -d fit dv activity.fit 0x5b70| 06 | . | reserved: false 0x5b72.3-0x5b72.4 (0.1) 0x5b70| 06 | . | local_message_type: 6 0x5b72.4-0x5b73 (0.4) | | | data_message{}: 0x5b73-0x5b89 (22) -0x5b70| 3a d2 56 3f | :.V? | timestamp: 1062654522 (s) 0x5b73-0x5b77 (4) +0x5b70| 3a d2 56 3f | :.V? | timestamp: 1062654522 (2023-09-03T05:48:42Z) 0x5b73-0x5b77 (4) 0x5b70| 48 5e 31 2a | H^1* | position_lat: 59.33368809521198 (707878472) 0x5b77-0x5b7b (4) 0x5b70| ed 93 e4 0c | .... | position_long: 18.13061554916203 (216306669) 0x5b7b-0x5b7f (4) 0x5b70| 6d| m| distance: 21389.89 (2138989) (m) 0x5b7f-0x5b83 (4) @@ -17315,7 +17315,7 @@ $ fq -d fit dv activity.fit 0x5b80| 06 | . | reserved: false 0x5b89.3-0x5b89.4 (0.1) 0x5b80| 06 | . | local_message_type: 6 0x5b89.4-0x5b8a (0.4) | | | data_message{}: 0x5b8a-0x5ba0 (22) -0x5b80| 3d d2 56 3f | =.V? | timestamp: 1062654525 (s) 0x5b8a-0x5b8e (4) +0x5b80| 3d d2 56 3f | =.V? | timestamp: 1062654525 (2023-09-03T05:48:45Z) 0x5b8a-0x5b8e (4) 0x5b80| af 59| .Y| position_lat: 59.333589440211654 (707877295) 0x5b8e-0x5b92 (4) 0x5b90|31 2a |1* | 0x5b90| 43 83 e4 0c | C... | position_long: 18.130257977172732 (216302403) 0x5b92-0x5b96 (4) @@ -17332,7 +17332,7 @@ $ fq -d fit dv activity.fit 0x5ba0|06 |. | reserved: false 0x5ba0.3-0x5ba0.4 (0.1) 0x5ba0|06 |. | local_message_type: 6 0x5ba0.4-0x5ba1 (0.4) | | | data_message{}: 0x5ba1-0x5bb7 (22) -0x5ba0| 40 d2 56 3f | @.V? | timestamp: 1062654528 (s) 0x5ba1-0x5ba5 (4) +0x5ba0| 40 d2 56 3f | @.V? | timestamp: 1062654528 (2023-09-03T05:48:48Z) 0x5ba1-0x5ba5 (4) 0x5ba0| 08 54 31 2a | .T1* | position_lat: 59.33346815407276 (707875848) 0x5ba5-0x5ba9 (4) 0x5ba0| c3 74 e4 0c | .t.. | position_long: 18.129946840927005 (216298691) 0x5ba9-0x5bad (4) 0x5ba0| 2c b5 20| ,. | distance: 21435.32 (2143532) (m) 0x5bad-0x5bb1 (4) @@ -17349,7 +17349,7 @@ $ fq -d fit dv activity.fit 0x5bb0| 06 | . | reserved: false 0x5bb7.3-0x5bb7.4 (0.1) 0x5bb0| 06 | . | local_message_type: 6 0x5bb7.4-0x5bb8 (0.4) | | | data_message{}: 0x5bb8-0x5bce (22) -0x5bb0| 43 d2 56 3f | C.V? | timestamp: 1062654531 (s) 0x5bb8-0x5bbc (4) +0x5bb0| 43 d2 56 3f | C.V? | timestamp: 1062654531 (2023-09-03T05:48:51Z) 0x5bb8-0x5bbc (4) 0x5bb0| 29 4e 31 2a| )N1*| position_lat: 59.33334217406809 (707874345) 0x5bbc-0x5bc0 (4) 0x5bc0|64 67 e4 0c |dg.. | position_long: 18.129659928381443 (216295268) 0x5bc0-0x5bc4 (4) 0x5bc0| 95 bd 20 00 | .. . | distance: 21456.85 (2145685) (m) 0x5bc4-0x5bc8 (4) @@ -17365,7 +17365,7 @@ $ fq -d fit dv activity.fit 0x5bc0| 06 | . | reserved: false 0x5bce.3-0x5bce.4 (0.1) 0x5bc0| 06 | . | local_message_type: 6 0x5bce.4-0x5bcf (0.4) | | | data_message{}: 0x5bcf-0x5be5 (22) -0x5bc0| 45| E| timestamp: 1062654533 (s) 0x5bcf-0x5bd3 (4) +0x5bc0| 45| E| timestamp: 1062654533 (2023-09-03T05:48:53Z) 0x5bcf-0x5bd3 (4) 0x5bd0|d2 56 3f |.V? | 0x5bd0| 43 4a 31 2a | CJ1* | position_lat: 59.33325852267444 (707873347) 0x5bd3-0x5bd7 (4) 0x5bd0| 42 5e e4 0c | B^.. | position_long: 18.129463959485292 (216292930) 0x5bd7-0x5bdb (4) @@ -17383,7 +17383,7 @@ $ fq -d fit dv activity.fit 0x5be0| 06 | . | reserved: false 0x5be5.3-0x5be5.4 (0.1) 0x5be0| 06 | . | local_message_type: 6 0x5be5.4-0x5be6 (0.4) | | | data_message{}: 0x5be6-0x5bfc (22) -0x5be0| 48 d2 56 3f | H.V? | timestamp: 1062654536 (s) 0x5be6-0x5bea (4) +0x5be0| 48 d2 56 3f | H.V? | timestamp: 1062654536 (2023-09-03T05:48:56Z) 0x5be6-0x5bea (4) 0x5be0| 16 45 31 2a | .E1* | position_lat: 59.33314746245742 (707872022) 0x5bea-0x5bee (4) 0x5be0| 41 4e| AN| position_long: 18.129120552912354 (216288833) 0x5bee-0x5bf2 (4) 0x5bf0|e4 0c |.. | @@ -17400,7 +17400,7 @@ $ fq -d fit dv activity.fit 0x5bf0| 06 | . | reserved: false 0x5bfc.3-0x5bfc.4 (0.1) 0x5bf0| 06 | . | local_message_type: 6 0x5bfc.4-0x5bfd (0.4) | | | data_message{}: 0x5bfd-0x5c13 (22) -0x5bf0| 4b d2 56| K.V| timestamp: 1062654539 (s) 0x5bfd-0x5c01 (4) +0x5bf0| 4b d2 56| K.V| timestamp: 1062654539 (2023-09-03T05:48:59Z) 0x5bfd-0x5c01 (4) 0x5c00|3f |? | 0x5c00| 73 40 31 2a | s@1* | position_lat: 59.33304796926677 (707870835) 0x5c01-0x5c05 (4) 0x5c00| bc 3c e4 0c | .<.. | position_long: 18.12874462455511 (216284348) 0x5c05-0x5c09 (4) @@ -17418,7 +17418,7 @@ $ fq -d fit dv activity.fit 0x5c10| 06 | . | reserved: false 0x5c13.3-0x5c13.4 (0.1) 0x5c10| 06 | . | local_message_type: 6 0x5c13.4-0x5c14 (0.4) | | | data_message{}: 0x5c14-0x5c2a (22) -0x5c10| 4e d2 56 3f | N.V? | timestamp: 1062654542 (s) 0x5c14-0x5c18 (4) +0x5c10| 4e d2 56 3f | N.V? | timestamp: 1062654542 (2023-09-03T05:49:02Z) 0x5c14-0x5c18 (4) 0x5c10| c4 3b 31 2a | .;1* | position_lat: 59.332947470247746 (707869636) 0x5c18-0x5c1c (4) 0x5c10| da 2c e4 0c| .,..| position_long: 18.128403816372156 (216280282) 0x5c1c-0x5c20 (4) 0x5c20|73 de 20 00 |s. . | distance: 21540.99 (2154099) (m) 0x5c20-0x5c24 (4) @@ -17434,7 +17434,7 @@ $ fq -d fit dv activity.fit 0x5c20| 06 | . | reserved: false 0x5c2a.3-0x5c2a.4 (0.1) 0x5c20| 06 | . | local_message_type: 6 0x5c2a.4-0x5c2b (0.4) | | | data_message{}: 0x5c2b-0x5c41 (22) -0x5c20| 52 d2 56 3f | R.V? | timestamp: 1062654546 (s) 0x5c2b-0x5c2f (4) +0x5c20| 52 d2 56 3f | R.V? | timestamp: 1062654546 (2023-09-03T05:49:06Z) 0x5c2b-0x5c2f (4) 0x5c20| 84| .| position_lat: 59.33274898678064 (707867268) 0x5c2f-0x5c33 (4) 0x5c30|32 31 2a |21* | 0x5c30| dc 2e e4 0c | .... | position_long: 18.128446899354458 (216280796) 0x5c33-0x5c37 (4) @@ -17451,7 +17451,7 @@ $ fq -d fit dv activity.fit 0x5c40| 06 | . | reserved: false 0x5c41.3-0x5c41.4 (0.1) 0x5c40| 06 | . | local_message_type: 6 0x5c41.4-0x5c42 (0.4) | | | data_message{}: 0x5c42-0x5c58 (22) -0x5c40| 54 d2 56 3f | T.V? | timestamp: 1062654548 (s) 0x5c42-0x5c46 (4) +0x5c40| 54 d2 56 3f | T.V? | timestamp: 1062654548 (2023-09-03T05:49:08Z) 0x5c42-0x5c46 (4) 0x5c40| 3a 2f 31 2a | :/1* | position_lat: 59.33267841115594 (707866426) 0x5c46-0x5c4a (4) 0x5c40| b5 38 e4 0c | .8.. | position_long: 18.128658207133412 (216283317) 0x5c4a-0x5c4e (4) 0x5c40| 2c ee| ,.| distance: 21581.24 (2158124) (m) 0x5c4e-0x5c52 (4) @@ -17468,7 +17468,7 @@ $ fq -d fit dv activity.fit 0x5c50| 06 | . | reserved: false 0x5c58.3-0x5c58.4 (0.1) 0x5c50| 06 | . | local_message_type: 6 0x5c58.4-0x5c59 (0.4) | | | data_message{}: 0x5c59-0x5c6f (22) -0x5c50| 57 d2 56 3f | W.V? | timestamp: 1062654551 (s) 0x5c59-0x5c5d (4) +0x5c50| 57 d2 56 3f | W.V? | timestamp: 1062654551 (2023-09-03T05:49:11Z) 0x5c59-0x5c5d (4) 0x5c50| 5f 2a 31| _*1| position_lat: 59.33257422409952 (707865183) 0x5c5d-0x5c61 (4) 0x5c60|2a |* | 0x5c60| 68 47 e4 0c | hG.. | position_long: 18.128973618149757 (216287080) 0x5c61-0x5c65 (4) @@ -17485,7 +17485,7 @@ $ fq -d fit dv activity.fit 0x5c60| 06| .| reserved: false 0x5c6f.3-0x5c6f.4 (0.1) 0x5c60| 06| .| local_message_type: 6 0x5c6f.4-0x5c70 (0.4) | | | data_message{}: 0x5c70-0x5c86 (22) -0x5c70|5a d2 56 3f |Z.V? | timestamp: 1062654554 (s) 0x5c70-0x5c74 (4) +0x5c70|5a d2 56 3f |Z.V? | timestamp: 1062654554 (2023-09-03T05:49:14Z) 0x5c70-0x5c74 (4) 0x5c70| da 25 31 2a | .%1* | position_lat: 59.33247724547982 (707864026) 0x5c74-0x5c78 (4) 0x5c70| ba 55 e4 0c | .U.. | position_long: 18.129280898720026 (216290746) 0x5c78-0x5c7c (4) 0x5c70| 8d fe 20 00| .. .| distance: 21623.17 (2162317) (m) 0x5c7c-0x5c80 (4) @@ -17501,7 +17501,7 @@ $ fq -d fit dv activity.fit 0x5c80| 06 | . | reserved: false 0x5c86.3-0x5c86.4 (0.1) 0x5c80| 06 | . | local_message_type: 6 0x5c86.4-0x5c87 (0.4) | | | data_message{}: 0x5c87-0x5c9d (22) -0x5c80| 5d d2 56 3f | ].V? | timestamp: 1062654557 (s) 0x5c87-0x5c8b (4) +0x5c80| 5d d2 56 3f | ].V? | timestamp: 1062654557 (2023-09-03T05:49:17Z) 0x5c87-0x5c8b (4) 0x5c80| 38 21 31 2a | 8!1* | position_lat: 59.33237783610821 (707862840) 0x5c8b-0x5c8f (4) 0x5c80| ef| .| position_long: 18.129607206210494 (216294639) 0x5c8f-0x5c93 (4) 0x5c90|64 e4 0c |d.. | @@ -17518,7 +17518,7 @@ $ fq -d fit dv activity.fit 0x5c90| 06 | . | reserved: false 0x5c9d.3-0x5c9d.4 (0.1) 0x5c90| 06 | . | local_message_type: 6 0x5c9d.4-0x5c9e (0.4) | | | data_message{}: 0x5c9e-0x5cb4 (22) -0x5c90| 60 d2| `.| timestamp: 1062654560 (s) 0x5c9e-0x5ca2 (4) +0x5c90| 60 d2| `.| timestamp: 1062654560 (2023-09-03T05:49:20Z) 0x5c9e-0x5ca2 (4) 0x5ca0|56 3f |V? | 0x5ca0| f3 1b 31 2a | ..1* | position_lat: 59.332264764234424 (707861491) 0x5ca2-0x5ca6 (4) 0x5ca0| 20 74 e4 0c | t.. | position_long: 18.129933178424835 (216298528) 0x5ca6-0x5caa (4) @@ -17535,7 +17535,7 @@ $ fq -d fit dv activity.fit 0x5cb0| 06 | . | reserved: false 0x5cb4.3-0x5cb4.4 (0.1) 0x5cb0| 06 | . | local_message_type: 6 0x5cb4.4-0x5cb5 (0.4) | | | data_message{}: 0x5cb5-0x5ccb (22) -0x5cb0| 63 d2 56 3f | c.V? | timestamp: 1062654563 (s) 0x5cb5-0x5cb9 (4) +0x5cb0| 63 d2 56 3f | c.V? | timestamp: 1062654563 (2023-09-03T05:49:23Z) 0x5cb5-0x5cb9 (4) 0x5cb0| 0d 16 31 2a | ..1* | position_lat: 59.33213819749653 (707859981) 0x5cb9-0x5cbd (4) 0x5cb0| cd 82 e4| ...| position_long: 18.13024808652699 (216302285) 0x5cbd-0x5cc1 (4) 0x5cc0|0c |. | @@ -17552,7 +17552,7 @@ $ fq -d fit dv activity.fit 0x5cc0| 06 | . | reserved: false 0x5ccb.3-0x5ccb.4 (0.1) 0x5cc0| 06 | . | local_message_type: 6 0x5ccb.4-0x5ccc (0.4) | | | data_message{}: 0x5ccc-0x5ce2 (22) -0x5cc0| 66 d2 56 3f| f.V?| timestamp: 1062654566 (s) 0x5ccc-0x5cd0 (4) +0x5cc0| 66 d2 56 3f| f.V?| timestamp: 1062654566 (2023-09-03T05:49:26Z) 0x5ccc-0x5cd0 (4) 0x5cd0|13 0f 31 2a |..1* | position_lat: 59.33198849670589 (707858195) 0x5cd0-0x5cd4 (4) 0x5cd0| aa 91 e4 0c | .... | position_long: 18.130567017942667 (216306090) 0x5cd4-0x5cd8 (4) 0x5cd0| 4c 22 21 00 | L"!. | distance: 21714.68 (2171468) (m) 0x5cd8-0x5cdc (4) @@ -17568,7 +17568,7 @@ $ fq -d fit dv activity.fit 0x5ce0| 06 | . | reserved: false 0x5ce2.3-0x5ce2.4 (0.1) 0x5ce0| 06 | . | local_message_type: 6 0x5ce2.4-0x5ce3 (0.4) | | | data_message{}: 0x5ce3-0x5cf9 (22) -0x5ce0| 69 d2 56 3f | i.V? | timestamp: 1062654569 (s) 0x5ce3-0x5ce7 (4) +0x5ce0| 69 d2 56 3f | i.V? | timestamp: 1062654569 (2023-09-03T05:49:29Z) 0x5ce3-0x5ce7 (4) 0x5ce0| a7 07 31 2a | ..1* | position_lat: 59.33182924054563 (707856295) 0x5ce7-0x5ceb (4) 0x5ce0| 19 9f e4 0c | .... | position_long: 18.130855271592736 (216309529) 0x5ceb-0x5cef (4) 0x5ce0| bc| .| distance: 21738.84 (2173884) (m) 0x5cef-0x5cf3 (4) @@ -17585,7 +17585,7 @@ $ fq -d fit dv activity.fit 0x5cf0| 06 | . | reserved: false 0x5cf9.3-0x5cf9.4 (0.1) 0x5cf0| 06 | . | local_message_type: 6 0x5cf9.4-0x5cfa (0.4) | | | data_message{}: 0x5cfa-0x5d10 (22) -0x5cf0| 6c d2 56 3f | l.V? | timestamp: 1062654572 (s) 0x5cfa-0x5cfe (4) +0x5cf0| 6c d2 56 3f | l.V? | timestamp: 1062654572 (2023-09-03T05:49:32Z) 0x5cfa-0x5cfe (4) 0x5cf0| d7 ff| ..| position_lat: 59.3316616024822 (707854295) 0x5cfe-0x5d02 (4) 0x5d00|30 2a |0* | 0x5d00| 14 ac e4 0c | .... | position_long: 18.131133802235126 (216312852) 0x5d02-0x5d06 (4) @@ -17602,7 +17602,7 @@ $ fq -d fit dv activity.fit 0x5d10|06 |. | reserved: false 0x5d10.3-0x5d10.4 (0.1) 0x5d10|06 |. | local_message_type: 6 0x5d10.4-0x5d11 (0.4) | | | data_message{}: 0x5d11-0x5d27 (22) -0x5d10| 6f d2 56 3f | o.V? | timestamp: 1062654575 (s) 0x5d11-0x5d15 (4) +0x5d10| 6f d2 56 3f | o.V? | timestamp: 1062654575 (2023-09-03T05:49:35Z) 0x5d11-0x5d15 (4) 0x5d10| bc f7 30 2a | ..0* | position_lat: 59.33148767799139 (707852220) 0x5d15-0x5d19 (4) 0x5d10| de b8 e4 0c | .... | position_long: 18.131408225744963 (216316126) 0x5d19-0x5d1d (4) 0x5d10| 04 3f 21| .?!| distance: 21788.2 (2178820) (m) 0x5d1d-0x5d21 (4) @@ -17619,7 +17619,7 @@ $ fq -d fit dv activity.fit 0x5d20| 06 | . | reserved: false 0x5d27.3-0x5d27.4 (0.1) 0x5d20| 06 | . | local_message_type: 6 0x5d27.4-0x5d28 (0.4) | | | data_message{}: 0x5d28-0x5d3e (22) -0x5d20| 72 d2 56 3f | r.V? | timestamp: 1062654578 (s) 0x5d28-0x5d2c (4) +0x5d20| 72 d2 56 3f | r.V? | timestamp: 1062654578 (2023-09-03T05:49:38Z) 0x5d28-0x5d2c (4) 0x5d20| 94 ef 30 2a| ..0*| position_lat: 59.33131266385317 (707850132) 0x5d2c-0x5d30 (4) 0x5d30|76 c5 e4 0c |v... | position_long: 18.131678458303213 (216319350) 0x5d30-0x5d34 (4) 0x5d30| b7 48 21 00 | .H!. | distance: 21813.03 (2181303) (m) 0x5d34-0x5d38 (4) @@ -17635,7 +17635,7 @@ $ fq -d fit dv activity.fit 0x5d30| 06 | . | reserved: false 0x5d3e.3-0x5d3e.4 (0.1) 0x5d30| 06 | . | local_message_type: 6 0x5d3e.4-0x5d3f (0.4) | | | data_message{}: 0x5d3f-0x5d55 (22) -0x5d30| 75| u| timestamp: 1062654581 (s) 0x5d3f-0x5d43 (4) +0x5d30| 75| u| timestamp: 1062654581 (2023-09-03T05:49:41Z) 0x5d3f-0x5d43 (4) 0x5d40|d2 56 3f |.V? | 0x5d40| 75 e7 30 2a | u.0* | position_lat: 59.33113840408623 (707848053) 0x5d43-0x5d47 (4) 0x5d40| 6d d2 e4 0c | m... | position_long: 18.131956653669477 (216322669) 0x5d47-0x5d4b (4) @@ -17653,7 +17653,7 @@ $ fq -d fit dv activity.fit 0x5d50| 06 | . | reserved: false 0x5d55.3-0x5d55.4 (0.1) 0x5d50| 06 | . | local_message_type: 6 0x5d55.4-0x5d56 (0.4) | | | data_message{}: 0x5d56-0x5d6c (22) -0x5d50| 78 d2 56 3f | x.V? | timestamp: 1062654584 (s) 0x5d56-0x5d5a (4) +0x5d50| 78 d2 56 3f | x.V? | timestamp: 1062654584 (2023-09-03T05:49:44Z) 0x5d56-0x5d5a (4) 0x5d50| 19 df 30 2a | ..0* | position_lat: 59.33095903135836 (707845913) 0x5d5a-0x5d5e (4) 0x5d50| 7d de| }.| position_long: 18.132215486839414 (216325757) 0x5d5e-0x5d62 (4) 0x5d60|e4 0c |.. | @@ -17670,7 +17670,7 @@ $ fq -d fit dv activity.fit 0x5d60| 06 | . | reserved: false 0x5d6c.3-0x5d6c.4 (0.1) 0x5d60| 06 | . | local_message_type: 6 0x5d6c.4-0x5d6d (0.4) | | | data_message{}: 0x5d6d-0x5d83 (22) -0x5d60| 7b d2 56| {.V| timestamp: 1062654587 (s) 0x5d6d-0x5d71 (4) +0x5d60| 7b d2 56| {.V| timestamp: 1062654587 (2023-09-03T05:49:47Z) 0x5d6d-0x5d71 (4) 0x5d70|3f |? | 0x5d70| 20 d6 30 2a | .0* | position_lat: 59.33076649904251 (707843616) 0x5d71-0x5d75 (4) 0x5d70| ef e8 e4 0c | .... | position_long: 18.13243961893022 (216328431) 0x5d75-0x5d79 (4) @@ -17688,7 +17688,7 @@ $ fq -d fit dv activity.fit 0x5d80| 06 | . | reserved: false 0x5d83.3-0x5d83.4 (0.1) 0x5d80| 06 | . | local_message_type: 6 0x5d83.4-0x5d84 (0.4) | | | data_message{}: 0x5d84-0x5d9a (22) -0x5d80| 7e d2 56 3f | ~.V? | timestamp: 1062654590 (s) 0x5d84-0x5d88 (4) +0x5d80| 7e d2 56 3f | ~.V? | timestamp: 1062654590 (2023-09-03T05:49:50Z) 0x5d84-0x5d88 (4) 0x5d80| 89 cc 30 2a | ..0* | position_lat: 59.33056072331965 (707841161) 0x5d88-0x5d8c (4) 0x5d80| 97 ee e4 0c| ....| position_long: 18.132560988888144 (216329879) 0x5d8c-0x5d90 (4) 0x5d90|4f 6f 21 00 |Oo!. | distance: 21911.83 (2191183) (m) 0x5d90-0x5d94 (4) @@ -17704,7 +17704,7 @@ $ fq -d fit dv activity.fit 0x5d90| 06 | . | reserved: false 0x5d9a.3-0x5d9a.4 (0.1) 0x5d90| 06 | . | local_message_type: 6 0x5d9a.4-0x5d9b (0.4) | | | data_message{}: 0x5d9b-0x5db1 (22) -0x5d90| 81 d2 56 3f | ..V? | timestamp: 1062654593 (s) 0x5d9b-0x5d9f (4) +0x5d90| 81 d2 56 3f | ..V? | timestamp: 1062654593 (2023-09-03T05:49:53Z) 0x5d9b-0x5d9f (4) 0x5d90| 35| 5| position_lat: 59.33036056347191 (707838773) 0x5d9f-0x5da3 (4) 0x5da0|c3 30 2a |.0* | 0x5da0| 77 ee e4 0c | w... | position_long: 18.13255830667913 (216329847) 0x5da3-0x5da7 (4) @@ -17721,7 +17721,7 @@ $ fq -d fit dv activity.fit 0x5db0| 06 | . | reserved: false 0x5db1.3-0x5db1.4 (0.1) 0x5db0| 06 | . | local_message_type: 6 0x5db1.4-0x5db2 (0.4) | | | data_message{}: 0x5db2-0x5dc8 (22) -0x5db0| 84 d2 56 3f | ..V? | timestamp: 1062654596 (s) 0x5db2-0x5db6 (4) +0x5db0| 84 d2 56 3f | ..V? | timestamp: 1062654596 (2023-09-03T05:49:56Z) 0x5db2-0x5db6 (4) 0x5db0| 63 b9 30 2a | c.0* | position_lat: 59.33014984242618 (707836259) 0x5db6-0x5dba (4) 0x5db0| c4 eb e4 0c | .... | position_long: 18.132500387728214 (216329156) 0x5dba-0x5dbe (4) 0x5db0| 49 81| I.| distance: 21957.85 (2195785) (m) 0x5dbe-0x5dc2 (4) @@ -17738,7 +17738,7 @@ $ fq -d fit dv activity.fit 0x5dc0| 06 | . | reserved: false 0x5dc8.3-0x5dc8.4 (0.1) 0x5dc0| 06 | . | local_message_type: 6 0x5dc8.4-0x5dc9 (0.4) | | | data_message{}: 0x5dc9-0x5ddf (22) -0x5dc0| 87 d2 56 3f | ..V? | timestamp: 1062654599 (s) 0x5dc9-0x5dcd (4) +0x5dc0| 87 d2 56 3f | ..V? | timestamp: 1062654599 (2023-09-03T05:49:59Z) 0x5dc9-0x5dcd (4) 0x5dc0| b9 ad 30| ..0| position_lat: 59.32989955879748 (707833273) 0x5dcd-0x5dd1 (4) 0x5dd0|2a |* | 0x5dd0| bc e7 e4 0c | .... | position_long: 18.132413886487484 (216328124) 0x5dd1-0x5dd5 (4) @@ -17755,7 +17755,7 @@ $ fq -d fit dv activity.fit 0x5dd0| 06| .| reserved: false 0x5ddf.3-0x5ddf.4 (0.1) 0x5dd0| 06| .| local_message_type: 6 0x5ddf.4-0x5de0 (0.4) | | | data_message{}: 0x5de0-0x5df6 (22) -0x5de0|88 d2 56 3f |..V? | timestamp: 1062654600 (s) 0x5de0-0x5de4 (4) +0x5de0|88 d2 56 3f |..V? | timestamp: 1062654600 (2023-09-03T05:50:00Z) 0x5de0-0x5de4 (4) 0x5de0| df a9 30 2a | ..0* | position_lat: 59.32981691323221 (707832287) 0x5de4-0x5de8 (4) 0x5de0| 69 e5 e4 0c | i... | position_long: 18.132364014163613 (216327529) 0x5de8-0x5dec (4) 0x5de0| 1b 90 21 00| ..!.| distance: 21995.79 (2199579) (m) 0x5dec-0x5df0 (4) @@ -17771,7 +17771,7 @@ $ fq -d fit dv activity.fit 0x5df0| 06 | . | reserved: false 0x5df6.3-0x5df6.4 (0.1) 0x5df0| 06 | . | local_message_type: 6 0x5df6.4-0x5df7 (0.4) | | | data_message{}: 0x5df7-0x5e0d (22) -0x5df0| 89 d2 56 3f | ..V? | timestamp: 1062654601 (s) 0x5df7-0x5dfb (4) +0x5df0| 89 d2 56 3f | ..V? | timestamp: 1062654601 (2023-09-03T05:50:01Z) 0x5df7-0x5dfb (4) 0x5df0| 3e a6 30 2a | >.0* | position_lat: 59.329739045351744 (707831358) 0x5dfb-0x5dff (4) 0x5df0| 29| )| position_long: 18.132294276729226 (216326697) 0x5dff-0x5e03 (4) 0x5e00|e2 e4 0c |... | @@ -17788,9 +17788,9 @@ $ fq -d fit dv activity.fit 0x5e00| 08 | . | reserved: false 0x5e0d.3-0x5e0d.4 (0.1) 0x5e00| 08 | . | local_message_type: 8 0x5e0d.4-0x5e0e (0.4) | | | data_message{}: 0x5e0e-0x5e44 (54) -0x5e00| 89 d2| ..| timestamp: 1062654601 (s) 0x5e0e-0x5e12 (4) +0x5e00| 89 d2| ..| timestamp: 1062654601 (2023-09-03T05:50:01Z) 0x5e0e-0x5e12 (4) 0x5e10|56 3f |V? | -0x5e10| 06 d2 56 3f | ..V? | start_time: 1062654470 0x5e12-0x5e16 (4) +0x5e10| 06 d2 56 3f | ..V? | start_time: 1062654470 (2023-09-03T05:47:50Z) 0x5e12-0x5e16 (4) 0x5e10| fa bc 31 2a | ..1* | start_position_lat: 59.33572003617883 (707902714) 0x5e16-0x5e1a (4) 0x5e10| a3 58 e5 0c | .X.. | start_position_long: 18.134836507961154 (216357027) 0x5e1a-0x5e1e (4) 0x5e10| 3e a6| >.| end_position_lat: 59.329739045351744 (707831358) 0x5e1e-0x5e22 (4) @@ -17821,7 +17821,7 @@ $ fq -d fit dv activity.fit 0x5e40| 06 | . | reserved: false 0x5e44.3-0x5e44.4 (0.1) 0x5e40| 06 | . | local_message_type: 6 0x5e44.4-0x5e45 (0.4) | | | data_message{}: 0x5e45-0x5e5b (22) -0x5e40| 8c d2 56 3f | ..V? | timestamp: 1062654604 (s) 0x5e45-0x5e49 (4) +0x5e40| 8c d2 56 3f | ..V? | timestamp: 1062654604 (2023-09-03T05:50:04Z) 0x5e45-0x5e49 (4) 0x5e40| e9 9b 30 2a | ..0* | position_lat: 59.32951734401286 (707828713) 0x5e49-0x5e4d (4) 0x5e40| 6b d8 e4| k..| position_long: 18.132085232064128 (216324203) 0x5e4d-0x5e51 (4) 0x5e50|0c |. | @@ -17838,7 +17838,7 @@ $ fq -d fit dv activity.fit 0x5e50| 06 | . | reserved: false 0x5e5b.3-0x5e5b.4 (0.1) 0x5e50| 06 | . | local_message_type: 6 0x5e5b.4-0x5e5c (0.4) | | | data_message{}: 0x5e5c-0x5e72 (22) -0x5e50| 8d d2 56 3f| ..V?| timestamp: 1062654605 (s) 0x5e5c-0x5e60 (4) +0x5e50| 8d d2 56 3f| ..V?| timestamp: 1062654605 (2023-09-03T05:50:05Z) 0x5e5c-0x5e60 (4) 0x5e60|56 98 30 2a |V.0* | position_lat: 59.32944064959884 (707827798) 0x5e60-0x5e64 (4) 0x5e60| 43 d6 e4 0c | C... | position_long: 18.13203896395862 (216323651) 0x5e64-0x5e68 (4) 0x5e60| 07 a2 21 00 | ..!. | distance: 22041.67 (2204167) (m) 0x5e68-0x5e6c (4) @@ -17854,7 +17854,7 @@ $ fq -d fit dv activity.fit 0x5e70| 06 | . | reserved: false 0x5e72.3-0x5e72.4 (0.1) 0x5e70| 06 | . | local_message_type: 6 0x5e72.4-0x5e73 (0.4) | | | data_message{}: 0x5e73-0x5e89 (22) -0x5e70| 90 d2 56 3f | ..V? | timestamp: 1062654608 (s) 0x5e73-0x5e77 (4) +0x5e70| 90 d2 56 3f | ..V? | timestamp: 1062654608 (2023-09-03T05:50:08Z) 0x5e73-0x5e77 (4) 0x5e70| 35 8d 30 2a | 5.0* | position_lat: 59.32920184917748 (707824949) 0x5e77-0x5e7b (4) 0x5e70| 09 d8 e4 0c | .... | position_long: 18.13207701779902 (216324105) 0x5e7b-0x5e7f (4) 0x5e70| 8e| .| distance: 22068.62 (2206862) (m) 0x5e7f-0x5e83 (4) @@ -17871,7 +17871,7 @@ $ fq -d fit dv activity.fit 0x5e80| 06 | . | reserved: false 0x5e89.3-0x5e89.4 (0.1) 0x5e80| 06 | . | local_message_type: 6 0x5e89.4-0x5e8a (0.4) | | | data_message{}: 0x5e8a-0x5ea0 (22) -0x5e80| 91 d2 56 3f | ..V? | timestamp: 1062654609 (s) 0x5e8a-0x5e8e (4) +0x5e80| 91 d2 56 3f | ..V? | timestamp: 1062654609 (2023-09-03T05:50:09Z) 0x5e8a-0x5e8e (4) 0x5e80| 9b 89| ..| position_lat: 59.32912456803024 (707824027) 0x5e8e-0x5e92 (4) 0x5e90|30 2a |0* | 0x5e90| c0 da e4 0c | .... | position_long: 18.132135272026062 (216324800) 0x5e92-0x5e96 (4) @@ -17888,7 +17888,7 @@ $ fq -d fit dv activity.fit 0x5ea0|06 |. | reserved: false 0x5ea0.3-0x5ea0.4 (0.1) 0x5ea0|06 |. | local_message_type: 6 0x5ea0.4-0x5ea1 (0.4) | | | data_message{}: 0x5ea1-0x5eb7 (22) -0x5ea0| 94 d2 56 3f | ..V? | timestamp: 1062654612 (s) 0x5ea1-0x5ea5 (4) +0x5ea0| 94 d2 56 3f | ..V? | timestamp: 1062654612 (2023-09-03T05:50:12Z) 0x5ea1-0x5ea5 (4) 0x5ea0| 00 7f 30 2a | ..0* | position_lat: 59.32889699935913 (707821312) 0x5ea5-0x5ea9 (4) 0x5ea0| 74 e2 e4 0c | t... | position_long: 18.132300563156605 (216326772) 0x5ea9-0x5ead (4) 0x5ea0| b8 ba 21| ..!| distance: 22104.88 (2210488) (m) 0x5ead-0x5eb1 (4) @@ -17905,7 +17905,7 @@ $ fq -d fit dv activity.fit 0x5eb0| 06 | . | reserved: false 0x5eb7.3-0x5eb7.4 (0.1) 0x5eb0| 06 | . | local_message_type: 6 0x5eb7.4-0x5eb8 (0.4) | | | data_message{}: 0x5eb8-0x5ece (22) -0x5eb0| 97 d2 56 3f | ..V? | timestamp: 1062654615 (s) 0x5eb8-0x5ebc (4) +0x5eb0| 97 d2 56 3f | ..V? | timestamp: 1062654615 (2023-09-03T05:50:15Z) 0x5eb8-0x5ebc (4) 0x5eb0| 2d 75 30 2a| -u0*| position_lat: 59.32868619449437 (707818797) 0x5ebc-0x5ec0 (4) 0x5ec0|63 e9 e4 0c |c... | position_long: 18.1324493419379 (216328547) 0x5ec0-0x5ec4 (4) 0x5ec0| 79 c4 21 00 | y.!. | distance: 22129.85 (2212985) (m) 0x5ec4-0x5ec8 (4) @@ -17921,7 +17921,7 @@ $ fq -d fit dv activity.fit 0x5ec0| 06 | . | reserved: false 0x5ece.3-0x5ece.4 (0.1) 0x5ec0| 06 | . | local_message_type: 6 0x5ece.4-0x5ecf (0.4) | | | data_message{}: 0x5ecf-0x5ee5 (22) -0x5ec0| 9a| .| timestamp: 1062654618 (s) 0x5ecf-0x5ed3 (4) +0x5ec0| 9a| .| timestamp: 1062654618 (2023-09-03T05:50:18Z) 0x5ecf-0x5ed3 (4) 0x5ed0|d2 56 3f |.V? | 0x5ed0| 20 6b 30 2a | k0* | position_lat: 59.32847052812576 (707816224) 0x5ed3-0x5ed7 (4) 0x5ed0| 6f ef e4 0c | o... | position_long: 18.132579093798995 (216330095) 0x5ed7-0x5edb (4) @@ -17939,7 +17939,7 @@ $ fq -d fit dv activity.fit 0x5ee0| 06 | . | reserved: false 0x5ee5.3-0x5ee5.4 (0.1) 0x5ee0| 06 | . | local_message_type: 6 0x5ee5.4-0x5ee6 (0.4) | | | data_message{}: 0x5ee6-0x5efc (22) -0x5ee0| 9d d2 56 3f | ..V? | timestamp: 1062654621 (s) 0x5ee6-0x5eea (4) +0x5ee0| 9d d2 56 3f | ..V? | timestamp: 1062654621 (2023-09-03T05:50:21Z) 0x5ee6-0x5eea (4) 0x5ee0| 24 61 30 2a | $a0* | position_lat: 59.3282562866807 (707813668) 0x5eea-0x5eee (4) 0x5ee0| 77 f5| w.| position_long: 18.132708510383964 (216331639) 0x5eee-0x5ef2 (4) 0x5ef0|e4 0c |.. | @@ -17956,7 +17956,7 @@ $ fq -d fit dv activity.fit 0x5ef0| 06 | . | reserved: false 0x5efc.3-0x5efc.4 (0.1) 0x5ef0| 06 | . | local_message_type: 6 0x5efc.4-0x5efd (0.4) | | | data_message{}: 0x5efd-0x5f13 (22) -0x5ef0| a0 d2 56| ..V| timestamp: 1062654624 (s) 0x5efd-0x5f01 (4) +0x5ef0| a0 d2 56| ..V| timestamp: 1062654624 (2023-09-03T05:50:24Z) 0x5efd-0x5f01 (4) 0x5f00|3f |? | 0x5f00| 58 57 30 2a | XW0* | position_lat: 59.328046068549156 (707811160) 0x5f01-0x5f05 (4) 0x5f00| b4 fb e4 0c | .... | position_long: 18.132842369377613 (216333236) 0x5f05-0x5f09 (4) @@ -17974,7 +17974,7 @@ $ fq -d fit dv activity.fit 0x5f10| 06 | . | reserved: false 0x5f13.3-0x5f13.4 (0.1) 0x5f10| 06 | . | local_message_type: 6 0x5f13.4-0x5f14 (0.4) | | | data_message{}: 0x5f14-0x5f2a (22) -0x5f10| a3 d2 56 3f | ..V? | timestamp: 1062654627 (s) 0x5f14-0x5f18 (4) +0x5f10| a3 d2 56 3f | ..V? | timestamp: 1062654627 (2023-09-03T05:50:27Z) 0x5f14-0x5f18 (4) 0x5f10| 1d 4e 30 2a | .N0* | position_lat: 59.32784800417721 (707808797) 0x5f18-0x5f1c (4) 0x5f10| 62 01 e5 0c| b...| position_long: 18.132964242249727 (216334690) 0x5f1c-0x5f20 (4) 0x5f20|b3 ea 21 00 |..!. | distance: 22227.71 (2222771) (m) 0x5f20-0x5f24 (4) @@ -17990,7 +17990,7 @@ $ fq -d fit dv activity.fit 0x5f20| 06 | . | reserved: false 0x5f2a.3-0x5f2a.4 (0.1) 0x5f20| 06 | . | local_message_type: 6 0x5f2a.4-0x5f2b (0.4) | | | data_message{}: 0x5f2b-0x5f41 (22) -0x5f20| a6 d2 56 3f | ..V? | timestamp: 1062654630 (s) 0x5f2b-0x5f2f (4) +0x5f20| a6 d2 56 3f | ..V? | timestamp: 1062654630 (2023-09-03T05:50:30Z) 0x5f2b-0x5f2f (4) 0x5f20| 05| .| position_lat: 59.3276743311435 (707806725) 0x5f2f-0x5f33 (4) 0x5f30|46 30 2a |F0* | 0x5f30| 30 06 e5 0c | 0... | position_long: 18.133067339658737 (216335920) 0x5f33-0x5f37 (4) @@ -18007,7 +18007,7 @@ $ fq -d fit dv activity.fit 0x5f40| 06 | . | reserved: false 0x5f41.3-0x5f41.4 (0.1) 0x5f40| 06 | . | local_message_type: 6 0x5f41.4-0x5f42 (0.4) | | | data_message{}: 0x5f42-0x5f58 (22) -0x5f40| aa d2 56 3f | ..V? | timestamp: 1062654634 (s) 0x5f42-0x5f46 (4) +0x5f40| aa d2 56 3f | ..V? | timestamp: 1062654634 (2023-09-03T05:50:34Z) 0x5f42-0x5f46 (4) 0x5f40| 8a 3c 30 2a | .<0* | position_lat: 59.327470902353525 (707804298) 0x5f46-0x5f4a (4) 0x5f40| 75 0b e5 0c | u... | position_long: 18.13318041153252 (216337269) 0x5f4a-0x5f4e (4) 0x5f40| cd fb| ..| distance: 22271.49 (2227149) (m) 0x5f4e-0x5f52 (4) @@ -18024,7 +18024,7 @@ $ fq -d fit dv activity.fit 0x5f50| 06 | . | reserved: false 0x5f58.3-0x5f58.4 (0.1) 0x5f50| 06 | . | local_message_type: 6 0x5f58.4-0x5f59 (0.4) | | | data_message{}: 0x5f59-0x5f6f (22) -0x5f50| ae d2 56 3f | ..V? | timestamp: 1062654638 (s) 0x5f59-0x5f5d (4) +0x5f50| ae d2 56 3f | ..V? | timestamp: 1062654638 (2023-09-03T05:50:38Z) 0x5f59-0x5f5d (4) 0x5f50| 29 33 30| )30| position_lat: 59.32726965285838 (707801897) 0x5f5d-0x5f61 (4) 0x5f60|2a |* | 0x5f60| 6e 0f e5 0c | n... | position_long: 18.133265655487776 (216338286) 0x5f61-0x5f65 (4) @@ -18041,7 +18041,7 @@ $ fq -d fit dv activity.fit 0x5f60| 06| .| reserved: false 0x5f6f.3-0x5f6f.4 (0.1) 0x5f60| 06| .| local_message_type: 6 0x5f6f.4-0x5f70 (0.4) | | | data_message{}: 0x5f70-0x5f86 (22) -0x5f70|b2 d2 56 3f |..V? | timestamp: 1062654642 (s) 0x5f70-0x5f74 (4) +0x5f70|b2 d2 56 3f |..V? | timestamp: 1062654642 (2023-09-03T05:50:42Z) 0x5f70-0x5f74 (4) 0x5f70| d4 29 30 2a | .)0* | position_lat: 59.32706940919161 (707799508) 0x5f74-0x5f78 (4) 0x5f70| 36 12 e5 0c | 6... | position_long: 18.133325334638357 (216338998) 0x5f78-0x5f7c (4) 0x5f70| 94 0d 22 00| ..".| distance: 22317 (2231700) (m) 0x5f7c-0x5f80 (4) @@ -18057,7 +18057,7 @@ $ fq -d fit dv activity.fit 0x5f80| 06 | . | reserved: false 0x5f86.3-0x5f86.4 (0.1) 0x5f80| 06 | . | local_message_type: 6 0x5f86.4-0x5f87 (0.4) | | | data_message{}: 0x5f87-0x5f9d (22) -0x5f80| b6 d2 56 3f | ..V? | timestamp: 1062654646 (s) 0x5f87-0x5f8b (4) +0x5f80| b6 d2 56 3f | ..V? | timestamp: 1062654646 (2023-09-03T05:50:46Z) 0x5f87-0x5f8b (4) 0x5f80| 3d 20 30 2a | = 0* | position_lat: 59.32686363346875 (707797053) 0x5f8b-0x5f8f (4) 0x5f80| b9| .| position_long: 18.13337923027575 (216339641) 0x5f8f-0x5f93 (4) 0x5f90|14 e5 0c |... | @@ -18074,7 +18074,7 @@ $ fq -d fit dv activity.fit 0x5f90| 06 | . | reserved: false 0x5f9d.3-0x5f9d.4 (0.1) 0x5f90| 06 | . | local_message_type: 6 0x5f9d.4-0x5f9e (0.4) | | | data_message{}: 0x5f9e-0x5fb4 (22) -0x5f90| ba d2| ..| timestamp: 1062654650 (s) 0x5f9e-0x5fa2 (4) +0x5f90| ba d2| ..| timestamp: 1062654650 (2023-09-03T05:50:50Z) 0x5f9e-0x5fa2 (4) 0x5fa0|56 3f |V? | 0x5fa0| 54 17 30 2a | T.0* | position_lat: 59.326672442257404 (707794772) 0x5fa2-0x5fa6 (4) 0x5fa0| 66 17 e5 0c | f... | position_long: 18.133436646312475 (216340326) 0x5fa6-0x5faa (4) @@ -18102,7 +18102,7 @@ $ fq -d fit dv activity.fit 0x5fb0| 06 | . | reserved: false 0x5fbc.3-0x5fbc.4 (0.1) 0x5fb0| 06 | . | local_message_type: 6 0x5fbc.4-0x5fbd (0.4) | | | data_message{}: 0x5fbd-0x5fd3 (22) -0x5fb0| be d2 56| ..V| timestamp: 1062654654 (s) 0x5fbd-0x5fc1 (4) +0x5fb0| be d2 56| ..V| timestamp: 1062654654 (2023-09-03T05:50:54Z) 0x5fbd-0x5fc1 (4) 0x5fc0|3f |? | 0x5fc0| e8 0e 30 2a | ..0* | position_lat: 59.326491728425026 (707792616) 0x5fc1-0x5fc5 (4) 0x5fc0| 40 1a e5 0c | @... | position_long: 18.133497834205627 (216341056) 0x5fc5-0x5fc9 (4) @@ -18120,7 +18120,7 @@ $ fq -d fit dv activity.fit 0x5fd0| 06 | . | reserved: false 0x5fd3.3-0x5fd3.4 (0.1) 0x5fd0| 06 | . | local_message_type: 6 0x5fd3.4-0x5fd4 (0.4) | | | data_message{}: 0x5fd4-0x5fea (22) -0x5fd0| c2 d2 56 3f | ..V? | timestamp: 1062654658 (s) 0x5fd4-0x5fd8 (4) +0x5fd0| c2 d2 56 3f | ..V? | timestamp: 1062654658 (2023-09-03T05:50:58Z) 0x5fd4-0x5fd8 (4) 0x5fd0| 64 06 30 2a | d.0* | position_lat: 59.326309002935886 (707790436) 0x5fd8-0x5fdc (4) 0x5fd0| 95 1c e5 0c| ....| position_long: 18.13354787416756 (216341653) 0x5fdc-0x5fe0 (4) 0x5fe0|09 2f 22 00 |./". | distance: 22402.65 (2240265) (m) 0x5fe0-0x5fe4 (4) @@ -18136,7 +18136,7 @@ $ fq -d fit dv activity.fit 0x5fe0| 06 | . | reserved: false 0x5fea.3-0x5fea.4 (0.1) 0x5fe0| 06 | . | local_message_type: 6 0x5fea.4-0x5feb (0.4) | | | data_message{}: 0x5feb-0x6001 (22) -0x5fe0| c6 d2 56 3f | ..V? | timestamp: 1062654662 (s) 0x5feb-0x5fef (4) +0x5fe0| c6 d2 56 3f | ..V? | timestamp: 1062654662 (2023-09-03T05:51:02Z) 0x5feb-0x5fef (4) 0x5fe0| b7| .| position_lat: 59.32612284086645 (707788215) 0x5fef-0x5ff3 (4) 0x5ff0|fd 2f 2a |./* | 0x5ff0| 53 1f e5 0c | S... | position_long: 18.133606715127826 (216342355) 0x5ff3-0x5ff7 (4) @@ -18153,7 +18153,7 @@ $ fq -d fit dv activity.fit 0x6000| 06 | . | reserved: false 0x6001.3-0x6001.4 (0.1) 0x6000| 06 | . | local_message_type: 6 0x6001.4-0x6002 (0.4) | | | data_message{}: 0x6002-0x6018 (22) -0x6000| ca d2 56 3f | ..V? | timestamp: 1062654666 (s) 0x6002-0x6006 (4) +0x6000| ca d2 56 3f | ..V? | timestamp: 1062654666 (2023-09-03T05:51:06Z) 0x6002-0x6006 (4) 0x6000| 9b f4 2f 2a | ../* | position_lat: 59.325927374884486 (707785883) 0x6006-0x600a (4) 0x6000| ef 21 e5 0c | .!.. | position_long: 18.13366270624101 (216343023) 0x600a-0x600e (4) 0x6000| d6 3f| .?| distance: 22445.66 (2244566) (m) 0x600e-0x6012 (4) @@ -18170,7 +18170,7 @@ $ fq -d fit dv activity.fit 0x6010| 06 | . | reserved: false 0x6018.3-0x6018.4 (0.1) 0x6010| 06 | . | local_message_type: 6 0x6018.4-0x6019 (0.4) | | | data_message{}: 0x6019-0x602f (22) -0x6010| ce d2 56 3f | ..V? | timestamp: 1062654670 (s) 0x6019-0x601d (4) +0x6010| ce d2 56 3f | ..V? | timestamp: 1062654670 (2023-09-03T05:51:10Z) 0x6019-0x601d (4) 0x6010| 39 ec 2f| 9./| position_lat: 59.325747499242425 (707783737) 0x601d-0x6021 (4) 0x6020|2a |* | 0x6020| 6b 24 e5 0c | k$.. | position_long: 18.133716015145183 (216343659) 0x6021-0x6025 (4) @@ -18187,7 +18187,7 @@ $ fq -d fit dv activity.fit 0x6020| 06| .| reserved: false 0x602f.3-0x602f.4 (0.1) 0x6020| 06| .| local_message_type: 6 0x602f.4-0x6030 (0.4) | | | data_message{}: 0x6030-0x6046 (22) -0x6030|d3 d2 56 3f |..V? | timestamp: 1062654675 (s) 0x6030-0x6034 (4) +0x6030|d3 d2 56 3f |..V? | timestamp: 1062654675 (2023-09-03T05:51:15Z) 0x6030-0x6034 (4) 0x6030| b7 e3 2f 2a | ../* | position_lat: 59.32556494139135 (707781559) 0x6034-0x6038 (4) 0x6030| 4d 26 e5 0c | M&.. | position_long: 18.13375641591847 (216344141) 0x6038-0x603c (4) 0x6030| bf 4f 22 00| .O".| distance: 22486.39 (2248639) (m) 0x603c-0x6040 (4) @@ -18203,7 +18203,7 @@ $ fq -d fit dv activity.fit 0x6040| 06 | . | reserved: false 0x6046.3-0x6046.4 (0.1) 0x6040| 06 | . | local_message_type: 6 0x6046.4-0x6047 (0.4) | | | data_message{}: 0x6047-0x605d (22) -0x6040| d8 d2 56 3f | ..V? | timestamp: 1062654680 (s) 0x6047-0x604b (4) +0x6040| d8 d2 56 3f | ..V? | timestamp: 1062654680 (2023-09-03T05:51:20Z) 0x6047-0x604b (4) 0x6040| 5a db 2f 2a | Z./* | position_lat: 59.325385484844446 (707779418) 0x604b-0x604f (4) 0x6040| ec| .| position_long: 18.13381265848875 (216344812) 0x604f-0x6053 (4) 0x6050|28 e5 0c |(.. | @@ -18220,7 +18220,7 @@ $ fq -d fit dv activity.fit 0x6050| 06 | . | reserved: false 0x605d.3-0x605d.4 (0.1) 0x6050| 06 | . | local_message_type: 6 0x605d.4-0x605e (0.4) | | | data_message{}: 0x605e-0x6074 (22) -0x6050| dd d2| ..| timestamp: 1062654685 (s) 0x605e-0x6062 (4) +0x6050| dd d2| ..| timestamp: 1062654685 (2023-09-03T05:51:25Z) 0x605e-0x6062 (4) 0x6060|56 3f |V? | 0x6060| 81 d2 2f 2a | ../* | position_lat: 59.32519563473761 (707777153) 0x6062-0x6066 (4) 0x6060| 24 2b e5 0c | $+.. | position_long: 18.133860267698765 (216345380) 0x6066-0x606a (4) @@ -18237,7 +18237,7 @@ $ fq -d fit dv activity.fit 0x6070| 06 | . | reserved: false 0x6074.3-0x6074.4 (0.1) 0x6070| 06 | . | local_message_type: 6 0x6074.4-0x6075 (0.4) | | | data_message{}: 0x6075-0x608b (22) -0x6070| e3 d2 56 3f | ..V? | timestamp: 1062654691 (s) 0x6075-0x6079 (4) +0x6070| e3 d2 56 3f | ..V? | timestamp: 1062654691 (2023-09-03T05:51:31Z) 0x6075-0x6079 (4) 0x6070| 84 c9 2f 2a | ../* | position_lat: 59.325002767145634 (707774852) 0x6079-0x607d (4) 0x6070| 6c 2e e5| l..| position_long: 18.133930675685406 (216346220) 0x607d-0x6081 (4) 0x6080|0c |. | @@ -18254,7 +18254,7 @@ $ fq -d fit dv activity.fit 0x6080| 06 | . | reserved: false 0x608b.3-0x608b.4 (0.1) 0x6080| 06 | . | local_message_type: 6 0x608b.4-0x608c (0.4) | | | data_message{}: 0x608c-0x60a2 (22) -0x6080| e8 d2 56 3f| ..V?| timestamp: 1062654696 (s) 0x608c-0x6090 (4) +0x6080| e8 d2 56 3f| ..V?| timestamp: 1062654696 (2023-09-03T05:51:36Z) 0x608c-0x6090 (4) 0x6090|f5 c0 2f 2a |../* | position_lat: 59.324819119647145 (707772661) 0x6090-0x6094 (4) 0x6090| 23 33 e5 0c | #3.. | position_long: 18.134031845256686 (216347427) 0x6094-0x6098 (4) 0x6090| d5 70 22 00 | .p". | distance: 22571.09 (2257109) (m) 0x6098-0x609c (4) @@ -18270,7 +18270,7 @@ $ fq -d fit dv activity.fit 0x60a0| 06 | . | reserved: false 0x60a2.3-0x60a2.4 (0.1) 0x60a0| 06 | . | local_message_type: 6 0x60a2.4-0x60a3 (0.4) | | | data_message{}: 0x60a3-0x60b9 (22) -0x60a0| ec d2 56 3f | ..V? | timestamp: 1062654700 (s) 0x60a3-0x60a7 (4) +0x60a0| ec d2 56 3f | ..V? | timestamp: 1062654700 (2023-09-03T05:51:40Z) 0x60a3-0x60a7 (4) 0x60a0| f3 b7 2f 2a | ../* | position_lat: 59.32462583296001 (707770355) 0x60a7-0x60ab (4) 0x60a0| cb 39 e5 0c | .9.. | position_long: 18.13417467288673 (216349131) 0x60ab-0x60af (4) 0x60a0| d3| .| distance: 22594.11 (2259411) (m) 0x60af-0x60b3 (4) @@ -18287,7 +18287,7 @@ $ fq -d fit dv activity.fit 0x60b0| 06 | . | reserved: false 0x60b9.3-0x60b9.4 (0.1) 0x60b0| 06 | . | local_message_type: 6 0x60b9.4-0x60ba (0.4) | | | data_message{}: 0x60ba-0x60d0 (22) -0x60b0| f0 d2 56 3f | ..V? | timestamp: 1062654704 (s) 0x60ba-0x60be (4) +0x60b0| f0 d2 56 3f | ..V? | timestamp: 1062654704 (2023-09-03T05:51:44Z) 0x60ba-0x60be (4) 0x60b0| 60 ae| `.| position_lat: 59.324420392513275 (707767904) 0x60be-0x60c2 (4) 0x60c0|2f 2a |/* | 0x60c0| ed 40 e5 0c | .@.. | position_long: 18.13432772643864 (216350957) 0x60c2-0x60c6 (4) @@ -18304,7 +18304,7 @@ $ fq -d fit dv activity.fit 0x60d0|06 |. | reserved: false 0x60d0.3-0x60d0.4 (0.1) 0x60d0|06 |. | local_message_type: 6 0x60d0.4-0x60d1 (0.4) | | | data_message{}: 0x60d1-0x60e7 (22) -0x60d0| f4 d2 56 3f | ..V? | timestamp: 1062654708 (s) 0x60d1-0x60d5 (4) +0x60d0| f4 d2 56 3f | ..V? | timestamp: 1062654708 (2023-09-03T05:51:48Z) 0x60d1-0x60d5 (4) 0x60d0| ee a4 2f 2a | ../* | position_lat: 59.32421771809459 (707765486) 0x60d5-0x60d9 (4) 0x60d0| c5 47 e5 0c | .G.. | position_long: 18.134474577382207 (216352709) 0x60d9-0x60dd (4) 0x60d0| cc 8c 22| .."| distance: 22642.68 (2264268) (m) 0x60dd-0x60e1 (4) @@ -18321,7 +18321,7 @@ $ fq -d fit dv activity.fit 0x60e0| 06 | . | reserved: false 0x60e7.3-0x60e7.4 (0.1) 0x60e0| 06 | . | local_message_type: 6 0x60e7.4-0x60e8 (0.4) | | | data_message{}: 0x60e8-0x60fe (22) -0x60e0| f8 d2 56 3f | ..V? | timestamp: 1062654712 (s) 0x60e8-0x60ec (4) +0x60e0| f8 d2 56 3f | ..V? | timestamp: 1062654712 (2023-09-03T05:51:52Z) 0x60e8-0x60ec (4) 0x60e0| d0 9a 2f 2a| ../*| position_lat: 59.324000626802444 (707762896) 0x60ec-0x60f0 (4) 0x60f0|55 4f e5 0c |UO.. | position_long: 18.134636851027608 (216354645) 0x60f0-0x60f4 (4) 0x60f0| e6 96 22 00 | ..". | distance: 22668.54 (2266854) (m) 0x60f4-0x60f8 (4) @@ -18337,7 +18337,7 @@ $ fq -d fit dv activity.fit 0x60f0| 06 | . | reserved: false 0x60fe.3-0x60fe.4 (0.1) 0x60f0| 06 | . | local_message_type: 6 0x60fe.4-0x60ff (0.4) | | | data_message{}: 0x60ff-0x6115 (22) -0x60f0| fb| .| timestamp: 1062654715 (s) 0x60ff-0x6103 (4) +0x60f0| fb| .| timestamp: 1062654715 (2023-09-03T05:51:55Z) 0x60ff-0x6103 (4) 0x6100|d2 56 3f |.V? | 0x6100| e0 91 2f 2a | ../* | position_lat: 59.32380884885788 (707760608) 0x6103-0x6107 (4) 0x6100| 71 54 e5 0c | qT.. | position_long: 18.13474648632109 (216355953) 0x6107-0x610b (4) @@ -18355,7 +18355,7 @@ $ fq -d fit dv activity.fit 0x6110| 06 | . | reserved: false 0x6115.3-0x6115.4 (0.1) 0x6110| 06 | . | local_message_type: 6 0x6115.4-0x6116 (0.4) | | | data_message{}: 0x6116-0x612c (22) -0x6110| fe d2 56 3f | ..V? | timestamp: 1062654718 (s) 0x6116-0x611a (4) +0x6110| fe d2 56 3f | ..V? | timestamp: 1062654718 (2023-09-03T05:51:58Z) 0x6116-0x611a (4) 0x6110| 20 89 2f 2a | ./* | position_lat: 59.32362109422684 (707758368) 0x611a-0x611e (4) 0x6110| 9f 57| .W| position_long: 18.134814715012908 (216356767) 0x611e-0x6122 (4) 0x6120|e5 0c |.. | @@ -18372,7 +18372,7 @@ $ fq -d fit dv activity.fit 0x6120| 06 | . | reserved: false 0x612c.3-0x612c.4 (0.1) 0x6120| 06 | . | local_message_type: 6 0x612c.4-0x612d (0.4) | | | data_message{}: 0x612d-0x6143 (22) -0x6120| 01 d3 56| ..V| timestamp: 1062654721 (s) 0x612d-0x6131 (4) +0x6120| 01 d3 56| ..V| timestamp: 1062654721 (2023-09-03T05:52:01Z) 0x612d-0x6131 (4) 0x6130|3f |? | 0x6130| 78 81 2f 2a | x./* | position_lat: 59.323456808924675 (707756408) 0x6131-0x6135 (4) 0x6130| 7d 4c e5 0c | }L.. | position_long: 18.13457583077252 (216353917) 0x6135-0x6139 (4) @@ -18390,7 +18390,7 @@ $ fq -d fit dv activity.fit 0x6140| 06 | . | reserved: false 0x6143.3-0x6143.4 (0.1) 0x6140| 06 | . | local_message_type: 6 0x6143.4-0x6144 (0.4) | | | data_message{}: 0x6144-0x615a (22) -0x6140| 02 d3 56 3f | ..V? | timestamp: 1062654722 (s) 0x6144-0x6148 (4) +0x6140| 02 d3 56 3f | ..V? | timestamp: 1062654722 (2023-09-03T05:52:02Z) 0x6144-0x6148 (4) 0x6140| 71 7f 2f 2a | q./* | position_lat: 59.323413306847215 (707755889) 0x6148-0x614c (4) 0x6140| 59 46 e5 0c| YF..| position_long: 18.134444067254663 (216352345) 0x614c-0x6150 (4) 0x6150|af b4 22 00 |..". | distance: 22744.79 (2274479) (m) 0x6150-0x6154 (4) @@ -18406,7 +18406,7 @@ $ fq -d fit dv activity.fit 0x6150| 06 | . | reserved: false 0x615a.3-0x615a.4 (0.1) 0x6150| 06 | . | local_message_type: 6 0x615a.4-0x615b (0.4) | | | data_message{}: 0x615b-0x6171 (22) -0x6150| 03 d3 56 3f | ..V? | timestamp: 1062654723 (s) 0x615b-0x615f (4) +0x6150| 03 d3 56 3f | ..V? | timestamp: 1062654723 (2023-09-03T05:52:03Z) 0x615b-0x615f (4) 0x6150| aa| .| position_lat: 59.323375169187784 (707755434) 0x615f-0x6163 (4) 0x6160|7d 2f 2a |}/* | 0x6160| a0 3f e5 0c | .?.. | position_long: 18.13429981470108 (216350624) 0x6163-0x6167 (4) @@ -18423,7 +18423,7 @@ $ fq -d fit dv activity.fit 0x6170| 06 | . | reserved: false 0x6171.3-0x6171.4 (0.1) 0x6170| 06 | . | local_message_type: 6 0x6171.4-0x6172 (0.4) | | | data_message{}: 0x6172-0x6188 (22) -0x6170| 06 d3 56 3f | ..V? | timestamp: 1062654726 (s) 0x6172-0x6176 (4) +0x6170| 06 d3 56 3f | ..V? | timestamp: 1062654726 (2023-09-03T05:52:06Z) 0x6172-0x6176 (4) 0x6170| be 7a 2f 2a | .z/* | position_lat: 59.32331247255206 (707754686) 0x6176-0x617a (4) 0x6170| d0 28 e5 0c | .(.. | position_long: 18.133810311555862 (216344784) 0x617a-0x617e (4) 0x6170| 80 c3| ..| distance: 22782.72 (2278272) (m) 0x617e-0x6182 (4) @@ -18440,7 +18440,7 @@ $ fq -d fit dv activity.fit 0x6180| 06 | . | reserved: false 0x6188.3-0x6188.4 (0.1) 0x6180| 06 | . | local_message_type: 6 0x6188.4-0x6189 (0.4) | | | data_message{}: 0x6189-0x619f (22) -0x6180| 07 d3 56 3f | ..V? | timestamp: 1062654727 (s) 0x6189-0x618d (4) +0x6180| 07 d3 56 3f | ..V? | timestamp: 1062654727 (2023-09-03T05:52:07Z) 0x6189-0x618d (4) 0x6180| 67 7a 2f| gz/| position_lat: 59.3233051802963 (707754599) 0x618d-0x6191 (4) 0x6190|2a |* | 0x6190| 2d 21 e5 0c | -!.. | position_long: 18.13364644534886 (216342829) 0x6191-0x6195 (4) @@ -18457,7 +18457,7 @@ $ fq -d fit dv activity.fit 0x6190| 06| .| reserved: false 0x619f.3-0x619f.4 (0.1) 0x6190| 06| .| local_message_type: 6 0x619f.4-0x61a0 (0.4) | | | data_message{}: 0x61a0-0x61b6 (22) -0x61a0|0a d3 56 3f |..V? | timestamp: 1062654730 (s) 0x61a0-0x61a4 (4) +0x61a0|0a d3 56 3f |..V? | timestamp: 1062654730 (2023-09-03T05:52:10Z) 0x61a0-0x61a4 (4) 0x61a0| e5 79 2f 2a | .y/* | position_lat: 59.32329428382218 (707754469) 0x61a4-0x61a8 (4) 0x61a0| b3 0a e5 0c | .... | position_long: 18.13316415064037 (216337075) 0x61a8-0x61ac (4) 0x61a0| e4 d1 22 00| ..".| distance: 22819.56 (2281956) (m) 0x61ac-0x61b0 (4) @@ -18473,7 +18473,7 @@ $ fq -d fit dv activity.fit 0x61b0| 06 | . | reserved: false 0x61b6.3-0x61b6.4 (0.1) 0x61b0| 06 | . | local_message_type: 6 0x61b6.4-0x61b7 (0.4) | | | data_message{}: 0x61b7-0x61cd (22) -0x61b0| 0d d3 56 3f | ..V? | timestamp: 1062654733 (s) 0x61b7-0x61bb (4) +0x61b0| 0d d3 56 3f | ..V? | timestamp: 1062654733 (2023-09-03T05:52:13Z) 0x61b7-0x61bb (4) 0x61b0| 7a 7b 2f 2a | z{/* | position_lat: 59.323328230530024 (707754874) 0x61bb-0x61bf (4) 0x61b0| de| .| position_long: 18.13271714374423 (216331742) 0x61bf-0x61c3 (4) 0x61c0|f5 e4 0c |... | @@ -18490,7 +18490,7 @@ $ fq -d fit dv activity.fit 0x61c0| 06 | . | reserved: false 0x61cd.3-0x61cd.4 (0.1) 0x61c0| 06 | . | local_message_type: 6 0x61cd.4-0x61ce (0.4) | | | data_message{}: 0x61ce-0x61e4 (22) -0x61c0| 10 d3| ..| timestamp: 1062654736 (s) 0x61ce-0x61d2 (4) +0x61c0| 10 d3| ..| timestamp: 1062654736 (2023-09-03T05:52:16Z) 0x61ce-0x61d2 (4) 0x61d0|56 3f |V? | 0x61d0| 4f 7f 2f 2a | O./* | position_lat: 59.323410457000136 (707755855) 0x61d2-0x61d6 (4) 0x61d0| 95 e3 e4 0c | .... | position_long: 18.13232478685677 (216327061) 0x61d6-0x61da (4) @@ -18507,7 +18507,7 @@ $ fq -d fit dv activity.fit 0x61e0| 06 | . | reserved: false 0x61e4.3-0x61e4.4 (0.1) 0x61e0| 06 | . | local_message_type: 6 0x61e4.4-0x61e5 (0.4) | | | data_message{}: 0x61e5-0x61fb (22) -0x61e0| 13 d3 56 3f | ..V? | timestamp: 1062654739 (s) 0x61e5-0x61e9 (4) +0x61e0| 13 d3 56 3f | ..V? | timestamp: 1062654739 (2023-09-03T05:52:19Z) 0x61e5-0x61e9 (4) 0x61e0| fc 82 2f 2a | ../* | position_lat: 59.32348933070898 (707756796) 0x61e9-0x61ed (4) 0x61e0| 33 d2 e4| 3..| position_long: 18.131951792165637 (216322611) 0x61ed-0x61f1 (4) 0x61f0|0c |. | @@ -18524,7 +18524,7 @@ $ fq -d fit dv activity.fit 0x61f0| 06 | . | reserved: false 0x61fb.3-0x61fb.4 (0.1) 0x61f0| 06 | . | local_message_type: 6 0x61fb.4-0x61fc (0.4) | | | data_message{}: 0x61fc-0x6212 (22) -0x61f0| 16 d3 56 3f| ..V?| timestamp: 1062654742 (s) 0x61fc-0x6200 (4) +0x61f0| 16 d3 56 3f| ..V?| timestamp: 1062654742 (2023-09-03T05:52:22Z) 0x61fc-0x6200 (4) 0x6200|3c 86 2f 2a |<./* | position_lat: 59.32355906814337 (707757628) 0x6200-0x6204 (4) 0x6200| 09 c2 e4 0c | .... | position_long: 18.1316049490124 (216318473) 0x6204-0x6208 (4) 0x6200| a7 f6 22 00 | ..". | distance: 22913.67 (2291367) (m) 0x6208-0x620c (4) @@ -18540,7 +18540,7 @@ $ fq -d fit dv activity.fit 0x6210| 06 | . | reserved: false 0x6212.3-0x6212.4 (0.1) 0x6210| 06 | . | local_message_type: 6 0x6212.4-0x6213 (0.4) | | | data_message{}: 0x6213-0x6229 (22) -0x6210| 18 d3 56 3f | ..V? | timestamp: 1062654744 (s) 0x6213-0x6217 (4) +0x6210| 18 d3 56 3f | ..V? | timestamp: 1062654744 (2023-09-03T05:52:24Z) 0x6213-0x6217 (4) 0x6210| 09 88 2f 2a | ../* | position_lat: 59.32359770871699 (707758089) 0x6217-0x621b (4) 0x6210| 99 b7 e4 0c | .... | position_long: 18.131380984559655 (216315801) 0x621b-0x621f (4) 0x6210| ea| .| distance: 22927.14 (2292714) (m) 0x621f-0x6223 (4) @@ -18557,7 +18557,7 @@ $ fq -d fit dv activity.fit 0x6220| 06 | . | reserved: false 0x6229.3-0x6229.4 (0.1) 0x6220| 06 | . | local_message_type: 6 0x6229.4-0x622a (0.4) | | | data_message{}: 0x622a-0x6240 (22) -0x6220| 1b d3 56 3f | ..V? | timestamp: 1062654747 (s) 0x622a-0x622e (4) +0x6220| 1b d3 56 3f | ..V? | timestamp: 1062654747 (2023-09-03T05:52:27Z) 0x622a-0x622e (4) 0x6220| e7 88| ..| position_lat: 59.32361631654203 (707758311) 0x622e-0x6232 (4) 0x6230|2f 2a |/* | 0x6230| 2b a4 e4 0c | +... | position_long: 18.130964068695903 (216310827) 0x6232-0x6236 (4) @@ -18574,7 +18574,7 @@ $ fq -d fit dv activity.fit 0x6240|06 |. | reserved: false 0x6240.3-0x6240.4 (0.1) 0x6240|06 |. | local_message_type: 6 0x6240.4-0x6241 (0.4) | | | data_message{}: 0x6241-0x6257 (22) -0x6240| 1d d3 56 3f | ..V? | timestamp: 1062654749 (s) 0x6241-0x6245 (4) +0x6240| 1d d3 56 3f | ..V? | timestamp: 1062654749 (2023-09-03T05:52:29Z) 0x6241-0x6245 (4) 0x6240| fc 87 2f 2a | ../* | position_lat: 59.323596619069576 (707758076) 0x6245-0x6249 (4) 0x6240| bb 95 e4 0c | .... | position_long: 18.130654273554683 (216307131) 0x6249-0x624d (4) 0x6240| 37 0c 23| 7.#| distance: 22968.87 (2296887) (m) 0x624d-0x6251 (4) @@ -18591,7 +18591,7 @@ $ fq -d fit dv activity.fit 0x6250| 06 | . | reserved: false 0x6257.3-0x6257.4 (0.1) 0x6250| 06 | . | local_message_type: 6 0x6257.4-0x6258 (0.4) | | | data_message{}: 0x6258-0x626e (22) -0x6250| 20 d3 56 3f | .V? | timestamp: 1062654752 (s) 0x6258-0x625c (4) +0x6250| 20 d3 56 3f | .V? | timestamp: 1062654752 (2023-09-03T05:52:32Z) 0x6258-0x625c (4) 0x6250| 0c 86 2f 2a| ../*| position_lat: 59.323555044829845 (707757580) 0x625c-0x6260 (4) 0x6260|09 81 e4 0c |.... | position_long: 18.130210200324655 (216301833) 0x6260-0x6264 (4) 0x6260| 40 16 23 00 | @.#. | distance: 22994.56 (2299456) (m) 0x6264-0x6268 (4) @@ -18607,7 +18607,7 @@ $ fq -d fit dv activity.fit 0x6260| 06 | . | reserved: false 0x626e.3-0x626e.4 (0.1) 0x6260| 06 | . | local_message_type: 6 0x626e.4-0x626f (0.4) | | | data_message{}: 0x626f-0x6285 (22) -0x6260| 21| !| timestamp: 1062654753 (s) 0x626f-0x6273 (4) +0x6260| 21| !| timestamp: 1062654753 (2023-09-03T05:52:33Z) 0x626f-0x6273 (4) 0x6270|d3 56 3f |.V? | 0x6270| 95 85 2f 2a | ../* | position_lat: 59.32354507036507 (707757461) 0x6273-0x6277 (4) 0x6270| fd 79 e4 0c | .y.. | position_long: 18.13005899079144 (216300029) 0x6277-0x627b (4) @@ -18625,8 +18625,8 @@ $ fq -d fit dv activity.fit 0x6280| 08 | . | reserved: false 0x6285.3-0x6285.4 (0.1) 0x6280| 08 | . | local_message_type: 8 0x6285.4-0x6286 (0.4) | | | data_message{}: 0x6286-0x62bc (54) -0x6280| 21 d3 56 3f | !.V? | timestamp: 1062654753 (s) 0x6286-0x628a (4) -0x6280| 8a d2 56 3f | ..V? | start_time: 1062654602 0x628a-0x628e (4) +0x6280| 21 d3 56 3f | !.V? | timestamp: 1062654753 (2023-09-03T05:52:33Z) 0x6286-0x628a (4) +0x6280| 8a d2 56 3f | ..V? | start_time: 1062654602 (2023-09-03T05:50:02Z) 0x628a-0x628e (4) 0x6280| ca a2| ..| start_position_lat: 59.32966494932771 (707830474) 0x628e-0x6292 (4) 0x6290|30 2a |0* | 0x6290| ab de e4 0c | .... | start_position_long: 18.132219342514873 (216325803) 0x6292-0x6296 (4) @@ -18657,7 +18657,7 @@ $ fq -d fit dv activity.fit 0x62b0| 06 | . | reserved: false 0x62bc.3-0x62bc.4 (0.1) 0x62b0| 06 | . | local_message_type: 6 0x62bc.4-0x62bd (0.4) | | | data_message{}: 0x62bd-0x62d3 (22) -0x62b0| 24 d3 56| $.V| timestamp: 1062654756 (s) 0x62bd-0x62c1 (4) +0x62b0| 24 d3 56| $.V| timestamp: 1062654756 (2023-09-03T05:52:36Z) 0x62bd-0x62c1 (4) 0x62c0|3f |? | 0x62c0| 0e 85 2f 2a | ../* | position_lat: 59.32353375479579 (707757326) 0x62c1-0x62c5 (4) 0x62c0| d2 65 e4 0c | .e.. | position_long: 18.129626233130693 (216294866) 0x62c5-0x62c9 (4) @@ -18675,7 +18675,7 @@ $ fq -d fit dv activity.fit 0x62d0| 06 | . | reserved: false 0x62d3.3-0x62d3.4 (0.1) 0x62d0| 06 | . | local_message_type: 6 0x62d3.4-0x62d4 (0.4) | | | data_message{}: 0x62d4-0x62ea (22) -0x62d0| 27 d3 56 3f | '.V? | timestamp: 1062654759 (s) 0x62d4-0x62d8 (4) +0x62d0| 27 d3 56 3f | '.V? | timestamp: 1062654759 (2023-09-03T05:52:39Z) 0x62d4-0x62d8 (4) 0x62d0| d4 84 2f 2a | ../* | position_lat: 59.32352889329195 (707757268) 0x62d8-0x62dc (4) 0x62d0| 98 52 e4 0c| .R..| position_long: 18.12921367585659 (216289944) 0x62dc-0x62e0 (4) 0x62e0|75 2c 23 00 |u,#. | distance: 23051.41 (2305141) (m) 0x62e0-0x62e4 (4) @@ -18691,7 +18691,7 @@ $ fq -d fit dv activity.fit 0x62e0| 06 | . | reserved: false 0x62ea.3-0x62ea.4 (0.1) 0x62e0| 06 | . | local_message_type: 6 0x62ea.4-0x62eb (0.4) | | | data_message{}: 0x62eb-0x6301 (22) -0x62e0| 2a d3 56 3f | *.V? | timestamp: 1062654762 (s) 0x62eb-0x62ef (4) +0x62e0| 2a d3 56 3f | *.V? | timestamp: 1062654762 (2023-09-03T05:52:42Z) 0x62eb-0x62ef (4) 0x62e0| 42| B| position_lat: 59.32353811338544 (707757378) 0x62ef-0x62f3 (4) 0x62f0|85 2f 2a |./* | 0x62f0| 9f 41 e4 0c | .A.. | position_long: 18.128849482163787 (216285599) 0x62f3-0x62f7 (4) @@ -18708,7 +18708,7 @@ $ fq -d fit dv activity.fit 0x6300| 06 | . | reserved: false 0x6301.3-0x6301.4 (0.1) 0x6300| 06 | . | local_message_type: 6 0x6301.4-0x6302 (0.4) | | | data_message{}: 0x6302-0x6318 (22) -0x6300| 2e d3 56 3f | ..V? | timestamp: 1062654766 (s) 0x6302-0x6306 (4) +0x6300| 2e d3 56 3f | ..V? | timestamp: 1062654766 (2023-09-03T05:52:46Z) 0x6302-0x6306 (4) 0x6300| a8 86 2f 2a | ../* | position_lat: 59.32356812059879 (707757736) 0x6306-0x630a (4) 0x6300| b6 2c e4 0c | .,.. | position_long: 18.128400798887014 (216280246) 0x630a-0x630e (4) 0x6300| a3 3e| .>| distance: 23097.95 (2309795) (m) 0x630e-0x6312 (4) @@ -18725,7 +18725,7 @@ $ fq -d fit dv activity.fit 0x6310| 06 | . | reserved: false 0x6318.3-0x6318.4 (0.1) 0x6310| 06 | . | local_message_type: 6 0x6318.4-0x6319 (0.4) | | | data_message{}: 0x6319-0x632f (22) -0x6310| 30 d3 56 3f | 0.V? | timestamp: 1062654768 (s) 0x6319-0x631d (4) +0x6310| 30 d3 56 3f | 0.V? | timestamp: 1062654768 (2023-09-03T05:52:48Z) 0x6319-0x631d (4) 0x6310| 02 87 2f| ../| position_lat: 59.32357566431165 (707757826) 0x631d-0x6321 (4) 0x6320|2a |* | 0x6320| 02 24 e4 0c | .$.. | position_long: 18.128214050084352 (216278018) 0x6321-0x6325 (4) @@ -18742,7 +18742,7 @@ $ fq -d fit dv activity.fit 0x6320| 06| .| reserved: false 0x632f.3-0x632f.4 (0.1) 0x6320| 06| .| local_message_type: 6 0x632f.4-0x6330 (0.4) | | | data_message{}: 0x6330-0x6346 (22) -0x6330|35 d3 56 3f |5.V? | timestamp: 1062654773 (s) 0x6330-0x6334 (4) +0x6330|35 d3 56 3f |5.V? | timestamp: 1062654773 (2023-09-03T05:52:53Z) 0x6330-0x6334 (4) 0x6330| 0f 85 2f 2a | ../* | position_lat: 59.32353383861482 (707757327) 0x6334-0x6338 (4) 0x6330| 0b 14 e4 0c | .... | position_long: 18.12787148170173 (216273931) 0x6338-0x633c (4) 0x6330| bc 4a 23 00| .J#.| distance: 23128.92 (2312892) (m) 0x633c-0x6340 (4) @@ -18758,7 +18758,7 @@ $ fq -d fit dv activity.fit 0x6340| 06 | . | reserved: false 0x6346.3-0x6346.4 (0.1) 0x6340| 06 | . | local_message_type: 6 0x6346.4-0x6347 (0.4) | | | data_message{}: 0x6347-0x635d (22) -0x6340| 3a d3 56 3f | :.V? | timestamp: 1062654778 (s) 0x6347-0x634b (4) +0x6340| 3a d3 56 3f | :.V? | timestamp: 1062654778 (2023-09-03T05:52:58Z) 0x6347-0x634b (4) 0x6340| 97 7f 2f 2a | ../* | position_lat: 59.32341649197042 (707755927) 0x634b-0x634f (4) 0x6340| b1| .| position_long: 18.12752061523497 (216269745) 0x634f-0x6353 (4) 0x6350|03 e4 0c |... | @@ -18775,7 +18775,7 @@ $ fq -d fit dv activity.fit 0x6350| 06 | . | reserved: false 0x635d.3-0x635d.4 (0.1) 0x6350| 06 | . | local_message_type: 6 0x635d.4-0x635e (0.4) | | | data_message{}: 0x635e-0x6374 (22) -0x6350| 3e d3| >.| timestamp: 1062654782 (s) 0x635e-0x6362 (4) +0x6350| 3e d3| >.| timestamp: 1062654782 (2023-09-03T05:53:02Z) 0x635e-0x6362 (4) 0x6360|56 3f |V? | 0x6360| 92 78 2f 2a | .x/* | position_lat: 59.32326586917043 (707754130) 0x6362-0x6366 (4) 0x6360| cf f5 e3 0c | .... | position_long: 18.127222722396255 (216266191) 0x6366-0x636a (4) @@ -18792,7 +18792,7 @@ $ fq -d fit dv activity.fit 0x6370| 06 | . | reserved: false 0x6374.3-0x6374.4 (0.1) 0x6370| 06 | . | local_message_type: 6 0x6374.4-0x6375 (0.4) | | | data_message{}: 0x6375-0x638b (22) -0x6370| 41 d3 56 3f | A.V? | timestamp: 1062654785 (s) 0x6375-0x6379 (4) +0x6370| 41 d3 56 3f | A.V? | timestamp: 1062654785 (2023-09-03T05:53:05Z) 0x6375-0x6379 (4) 0x6370| a1 74 2f 2a | .t/* | position_lat: 59.32318129576743 (707753121) 0x6379-0x637d (4) 0x6370| 34 e9 e3| 4..| position_long: 18.12695223838091 (216262964) 0x637d-0x6381 (4) 0x6380|0c |. | @@ -18809,7 +18809,7 @@ $ fq -d fit dv activity.fit 0x6380| 06 | . | reserved: false 0x638b.3-0x638b.4 (0.1) 0x6380| 06 | . | local_message_type: 6 0x638b.4-0x638c (0.4) | | | data_message{}: 0x638c-0x63a2 (22) -0x6380| 44 d3 56 3f| D.V?| timestamp: 1062654788 (s) 0x638c-0x6390 (4) +0x6380| 44 d3 56 3f| D.V?| timestamp: 1062654788 (2023-09-03T05:53:08Z) 0x638c-0x6390 (4) 0x6390|0a 72 2f 2a |.r/* | position_lat: 59.3231257237494 (707752458) 0x6390-0x6394 (4) 0x6390| 7d dc e3 0c | }... | position_long: 18.126679407432675 (216259709) 0x6394-0x6398 (4) 0x6390| 02 6b 23 00 | .k#. | distance: 23211.54 (2321154) (m) 0x6398-0x639c (4) @@ -18825,7 +18825,7 @@ $ fq -d fit dv activity.fit 0x63a0| 06 | . | reserved: false 0x63a2.3-0x63a2.4 (0.1) 0x63a0| 06 | . | local_message_type: 6 0x63a2.4-0x63a3 (0.4) | | | data_message{}: 0x63a3-0x63b9 (22) -0x63a0| 46 d3 56 3f | F.V? | timestamp: 1062654790 (s) 0x63a3-0x63a7 (4) +0x63a0| 46 d3 56 3f | F.V? | timestamp: 1062654790 (2023-09-03T05:53:10Z) 0x63a3-0x63a7 (4) 0x63a0| 57 70 2f 2a | Wp/* | position_lat: 59.3230892624706 (707752023) 0x63a7-0x63ab (4) 0x63a0| 29 d2 e3 0c | )... | position_long: 18.12645778991282 (216257065) 0x63ab-0x63af (4) 0x63a0| 2a| *| distance: 23224.74 (2322474) (m) 0x63af-0x63b3 (4) @@ -18842,7 +18842,7 @@ $ fq -d fit dv activity.fit 0x63b0| 06 | . | reserved: false 0x63b9.3-0x63b9.4 (0.1) 0x63b0| 06 | . | local_message_type: 6 0x63b9.4-0x63ba (0.4) | | | data_message{}: 0x63ba-0x63d0 (22) -0x63b0| 49 d3 56 3f | I.V? | timestamp: 1062654793 (s) 0x63ba-0x63be (4) +0x63b0| 49 d3 56 3f | I.V? | timestamp: 1062654793 (2023-09-03T05:53:13Z) 0x63ba-0x63be (4) 0x63b0| 6b 6e| kn| position_lat: 59.323048023507 (707751531) 0x63be-0x63c2 (4) 0x63c0|2f 2a |/* | 0x63c0| 1c c1 e3 0c | .... | position_long: 18.126091919839382 (216252700) 0x63c2-0x63c6 (4) @@ -18859,7 +18859,7 @@ $ fq -d fit dv activity.fit 0x63d0|06 |. | reserved: false 0x63d0.3-0x63d0.4 (0.1) 0x63d0|06 |. | local_message_type: 6 0x63d0.4-0x63d1 (0.4) | | | data_message{}: 0x63d1-0x63e7 (22) -0x63d0| 4c d3 56 3f | L.V? | timestamp: 1062654796 (s) 0x63d1-0x63d5 (4) +0x63d0| 4c d3 56 3f | L.V? | timestamp: 1062654796 (2023-09-03T05:53:16Z) 0x63d1-0x63d5 (4) 0x63d0| 78 6c 2f 2a | xl/* | position_lat: 59.32300619781017 (707751032) 0x63d5-0x63d9 (4) 0x63d0| 31 b0 e3 0c | 1... | position_long: 18.125728899613023 (216248369) 0x63d9-0x63dd (4) 0x63d0| ad 80 23| ..#| distance: 23267.01 (2326701) (m) 0x63dd-0x63e1 (4) @@ -18876,7 +18876,7 @@ $ fq -d fit dv activity.fit 0x63e0| 06 | . | reserved: false 0x63e7.3-0x63e7.4 (0.1) 0x63e0| 06 | . | local_message_type: 6 0x63e7.4-0x63e8 (0.4) | | | data_message{}: 0x63e8-0x63fe (22) -0x63e0| 4f d3 56 3f | O.V? | timestamp: 1062654799 (s) 0x63e8-0x63ec (4) +0x63e0| 4f d3 56 3f | O.V? | timestamp: 1062654799 (2023-09-03T05:53:19Z) 0x63e8-0x63ec (4) 0x63e0| a4 6b 2f 2a| .k/*| position_lat: 59.32298842817545 (707750820) 0x63ec-0x63f0 (4) 0x63f0|48 9f e3 0c |H... | position_long: 18.125366047024727 (216244040) 0x63f0-0x63f4 (4) 0x63f0| b9 88 23 00 | ..#. | distance: 23287.61 (2328761) (m) 0x63f4-0x63f8 (4) @@ -18892,7 +18892,7 @@ $ fq -d fit dv activity.fit 0x63f0| 06 | . | reserved: false 0x63fe.3-0x63fe.4 (0.1) 0x63f0| 06 | . | local_message_type: 6 0x63fe.4-0x63ff (0.4) | | | data_message{}: 0x63ff-0x6415 (22) -0x63f0| 50| P| timestamp: 1062654800 (s) 0x63ff-0x6403 (4) +0x63f0| 50| P| timestamp: 1062654800 (2023-09-03T05:53:20Z) 0x63ff-0x6403 (4) 0x6400|d3 56 3f |.V? | 0x6400| e1 6b 2f 2a | .k/* | position_lat: 59.322993541136384 (707750881) 0x6403-0x6407 (4) 0x6400| a8 99 e3 0c | .... | position_long: 18.125245347619057 (216242600) 0x6407-0x640b (4) @@ -18910,7 +18910,7 @@ $ fq -d fit dv activity.fit 0x6410| 06 | . | reserved: false 0x6415.3-0x6415.4 (0.1) 0x6410| 06 | . | local_message_type: 6 0x6415.4-0x6416 (0.4) | | | data_message{}: 0x6416-0x642c (22) -0x6410| 53 d3 56 3f | S.V? | timestamp: 1062654803 (s) 0x6416-0x641a (4) +0x6410| 53 d3 56 3f | S.V? | timestamp: 1062654803 (2023-09-03T05:53:23Z) 0x6416-0x641a (4) 0x6410| 05 6d 2f 2a | .m/* | position_lat: 59.323018016293645 (707751173) 0x641a-0x641e (4) 0x6410| 11 88| ..| position_long: 18.124867910519242 (216238097) 0x641e-0x6422 (4) 0x6420|e3 0c |.. | @@ -18927,7 +18927,7 @@ $ fq -d fit dv activity.fit 0x6420| 06 | . | reserved: false 0x642c.3-0x642c.4 (0.1) 0x6420| 06 | . | local_message_type: 6 0x642c.4-0x642d (0.4) | | | data_message{}: 0x642d-0x6443 (22) -0x6420| 56 d3 56| V.V| timestamp: 1062654806 (s) 0x642d-0x6431 (4) +0x6420| 56 d3 56| V.V| timestamp: 1062654806 (2023-09-03T05:53:26Z) 0x642d-0x6431 (4) 0x6430|3f |? | 0x6430| 26 6e 2f 2a | &n/* | position_lat: 59.32304223999381 (707751462) 0x6431-0x6435 (4) 0x6430| 4b 74 e3 0c | Kt.. | position_long: 18.1244436185807 (216233035) 0x6435-0x6439 (4) @@ -18945,7 +18945,7 @@ $ fq -d fit dv activity.fit 0x6440| 06 | . | reserved: false 0x6443.3-0x6443.4 (0.1) 0x6440| 06 | . | local_message_type: 6 0x6443.4-0x6444 (0.4) | | | data_message{}: 0x6444-0x645a (22) -0x6440| 59 d3 56 3f | Y.V? | timestamp: 1062654809 (s) 0x6444-0x6448 (4) +0x6440| 59 d3 56 3f | Y.V? | timestamp: 1062654809 (2023-09-03T05:53:29Z) 0x6444-0x6448 (4) 0x6440| 0d 70 2f 2a | .p/* | position_lat: 59.323083059862256 (707751949) 0x6448-0x644c (4) 0x6440| 64 61 e3 0c| da..| position_long: 18.124038018286228 (216228196) 0x644c-0x6450 (4) 0x6450|47 a6 23 00 |G.#. | distance: 23363.27 (2336327) (m) 0x6450-0x6454 (4) @@ -18961,7 +18961,7 @@ $ fq -d fit dv activity.fit 0x6450| 06 | . | reserved: false 0x645a.3-0x645a.4 (0.1) 0x6450| 06 | . | local_message_type: 6 0x645a.4-0x645b (0.4) | | | data_message{}: 0x645b-0x6471 (22) -0x6450| 5c d3 56 3f | \.V? | timestamp: 1062654812 (s) 0x645b-0x645f (4) +0x6450| 5c d3 56 3f | \.V? | timestamp: 1062654812 (2023-09-03T05:53:32Z) 0x645b-0x645f (4) 0x6450| bb| .| position_lat: 59.32314055971801 (707752635) 0x645f-0x6463 (4) 0x6460|72 2f 2a |r/* | 0x6460| 5b 4f e3 0c | [O.. | position_long: 18.123651025816798 (216223579) 0x6463-0x6467 (4) @@ -18978,7 +18978,7 @@ $ fq -d fit dv activity.fit 0x6470| 06 | . | reserved: false 0x6471.3-0x6471.4 (0.1) 0x6470| 06 | . | local_message_type: 6 0x6471.4-0x6472 (0.4) | | | data_message{}: 0x6472-0x6488 (22) -0x6470| 5f d3 56 3f | _.V? | timestamp: 1062654815 (s) 0x6472-0x6476 (4) +0x6470| 5f d3 56 3f | _.V? | timestamp: 1062654815 (2023-09-03T05:53:35Z) 0x6472-0x6476 (4) 0x6470| 06 75 2f 2a | .u/* | position_lat: 59.32318976148963 (707753222) 0x6476-0x647a (4) 0x6470| f6 3c e3 0c | .<.. | position_long: 18.12325632199645 (216218870) 0x647a-0x647e (4) 0x6470| 3f b8| ?.| distance: 23409.27 (2340927) (m) 0x647e-0x6482 (4) @@ -18995,7 +18995,7 @@ $ fq -d fit dv activity.fit 0x6480| 06 | . | reserved: false 0x6488.3-0x6488.4 (0.1) 0x6480| 06 | . | local_message_type: 6 0x6488.4-0x6489 (0.4) | | | data_message{}: 0x6489-0x649f (22) -0x6480| 62 d3 56 3f | b.V? | timestamp: 1062654818 (s) 0x6489-0x648d (4) +0x6480| 62 d3 56 3f | b.V? | timestamp: 1062654818 (2023-09-03T05:53:38Z) 0x6489-0x648d (4) 0x6480| 0a 77 2f| .w/| position_lat: 59.323233012109995 (707753738) 0x648d-0x6491 (4) 0x6490|2a |* | 0x6490| 55 2a e3 0c | U*.. | position_long: 18.1228565890342 (216214101) 0x6491-0x6495 (4) @@ -19012,7 +19012,7 @@ $ fq -d fit dv activity.fit 0x6490| 06| .| reserved: false 0x649f.3-0x649f.4 (0.1) 0x6490| 06| .| local_message_type: 6 0x649f.4-0x64a0 (0.4) | | | data_message{}: 0x64a0-0x64b6 (22) -0x64a0|65 d3 56 3f |e.V? | timestamp: 1062654821 (s) 0x64a0-0x64a4 (4) +0x64a0|65 d3 56 3f |e.V? | timestamp: 1062654821 (2023-09-03T05:53:41Z) 0x64a0-0x64a4 (4) 0x64a0| 2e 79 2f 2a | .y/* | position_lat: 59.323278944939375 (707754286) 0x64a4-0x64a8 (4) 0x64a0| 5f 18 e3 0c | _... | position_long: 18.122471189126372 (216209503) 0x64a8-0x64ac (4) 0x64a0| 09 ca 23 00| ..#.| distance: 23454.81 (2345481) (m) 0x64ac-0x64b0 (4) @@ -19028,7 +19028,7 @@ $ fq -d fit dv activity.fit 0x64b0| 06 | . | reserved: false 0x64b6.3-0x64b6.4 (0.1) 0x64b0| 06 | . | local_message_type: 6 0x64b6.4-0x64b7 (0.4) | | | data_message{}: 0x64b7-0x64cd (22) -0x64b0| 68 d3 56 3f | h.V? | timestamp: 1062654824 (s) 0x64b7-0x64bb (4) +0x64b0| 68 d3 56 3f | h.V? | timestamp: 1062654824 (2023-09-03T05:53:44Z) 0x64b7-0x64bb (4) 0x64b0| df 7a 2f 2a | .z/* | position_lat: 59.32331523858011 (707754719) 0x64bb-0x64bf (4) 0x64b0| 7b| {| position_long: 18.122087297961116 (216204923) 0x64bf-0x64c3 (4) 0x64c0|06 e3 0c |... | @@ -19045,7 +19045,7 @@ $ fq -d fit dv activity.fit 0x64c0| 06 | . | reserved: false 0x64cd.3-0x64cd.4 (0.1) 0x64c0| 06 | . | local_message_type: 6 0x64cd.4-0x64ce (0.4) | | | data_message{}: 0x64ce-0x64e4 (22) -0x64c0| 6b d3| k.| timestamp: 1062654827 (s) 0x64ce-0x64d2 (4) +0x64c0| 6b d3| k.| timestamp: 1062654827 (2023-09-03T05:53:47Z) 0x64ce-0x64d2 (4) 0x64d0|56 3f |V? | 0x64d0| 52 7d 2f 2a | R}/* | position_lat: 59.32336779311299 (707755346) 0x64d2-0x64d6 (4) 0x64d0| 3a f6 e2 0c | :... | position_long: 18.121738526970148 (216200762) 0x64d6-0x64da (4) @@ -19062,7 +19062,7 @@ $ fq -d fit dv activity.fit 0x64e0| 06 | . | reserved: false 0x64e4.3-0x64e4.4 (0.1) 0x64e0| 06 | . | local_message_type: 6 0x64e4.4-0x64e5 (0.4) | | | data_message{}: 0x64e5-0x64fb (22) -0x64e0| 6f d3 56 3f | o.V? | timestamp: 1062654831 (s) 0x64e5-0x64e9 (4) +0x64e0| 6f d3 56 3f | o.V? | timestamp: 1062654831 (2023-09-03T05:53:51Z) 0x64e5-0x64e9 (4) 0x64e0| 8b 81 2f 2a | ../* | position_lat: 59.32345840148628 (707756427) 0x64e9-0x64ed (4) 0x64e0| b7 e2 e2| ...| position_long: 18.12131985090673 (216195767) 0x64ed-0x64f1 (4) 0x64f0|0c |. | @@ -19079,7 +19079,7 @@ $ fq -d fit dv activity.fit 0x64f0| 06 | . | reserved: false 0x64fb.3-0x64fb.4 (0.1) 0x64f0| 06 | . | local_message_type: 6 0x64fb.4-0x64fc (0.4) | | | data_message{}: 0x64fc-0x6512 (22) -0x64f0| 73 d3 56 3f| s.V?| timestamp: 1062654835 (s) 0x64fc-0x6500 (4) +0x64f0| 73 d3 56 3f| s.V?| timestamp: 1062654835 (2023-09-03T05:53:55Z) 0x64fc-0x6500 (4) 0x6500|9a 84 2f 2a |../* | position_lat: 59.32352403178811 (707757210) 0x6500-0x6504 (4) 0x6500| 96 d1 e2 0c | .... | position_long: 18.120952304452658 (216191382) 0x6504-0x6508 (4) 0x6500| 63 ed 23 00 | c.#. | distance: 23545.31 (2354531) (m) 0x6508-0x650c (4) @@ -19095,7 +19095,7 @@ $ fq -d fit dv activity.fit 0x6510| 06 | . | reserved: false 0x6512.3-0x6512.4 (0.1) 0x6510| 06 | . | local_message_type: 6 0x6512.4-0x6513 (0.4) | | | data_message{}: 0x6513-0x6529 (22) -0x6510| 77 d3 56 3f | w.V? | timestamp: 1062654839 (s) 0x6513-0x6517 (4) +0x6510| 77 d3 56 3f | w.V? | timestamp: 1062654839 (2023-09-03T05:53:59Z) 0x6513-0x6517 (4) 0x6510| d5 87 2f 2a | ../* | position_lat: 59.32359335012734 (707758037) 0x6517-0x651b (4) 0x6510| 34 c1 e2 0c | 4... | position_long: 18.120600767433643 (216187188) 0x651b-0x651f (4) 0x6510| c6| .| distance: 23566.78 (2356678) (m) 0x651f-0x6523 (4) @@ -19112,7 +19112,7 @@ $ fq -d fit dv activity.fit 0x6520| 06 | . | reserved: false 0x6529.3-0x6529.4 (0.1) 0x6520| 06 | . | local_message_type: 6 0x6529.4-0x652a (0.4) | | | data_message{}: 0x652a-0x6540 (22) -0x6520| 7b d3 56 3f | {.V? | timestamp: 1062654843 (s) 0x652a-0x652e (4) +0x6520| 7b d3 56 3f | {.V? | timestamp: 1062654843 (2023-09-03T05:54:03Z) 0x652a-0x652e (4) 0x6520| a8 8a| ..| position_lat: 59.32365395128727 (707758760) 0x652e-0x6532 (4) 0x6530|2f 2a |/* | 0x6530| e4 af e2 0c | .... | position_long: 18.12022928148508 (216182756) 0x6532-0x6536 (4) @@ -19129,7 +19129,7 @@ $ fq -d fit dv activity.fit 0x6540|06 |. | reserved: false 0x6540.3-0x6540.4 (0.1) 0x6540|06 |. | local_message_type: 6 0x6540.4-0x6541 (0.4) | | | data_message{}: 0x6541-0x6557 (22) -0x6540| 7e d3 56 3f | ~.V? | timestamp: 1062654846 (s) 0x6541-0x6545 (4) +0x6540| 7e d3 56 3f | ~.V? | timestamp: 1062654846 (2023-09-03T05:54:06Z) 0x6541-0x6545 (4) 0x6540| 53 8d 2f 2a | S./* | position_lat: 59.32371119968593 (707759443) 0x6545-0x6549 (4) 0x6540| 55 a2 e2 0c | U... | position_long: 18.119938345625997 (216179285) 0x6549-0x654d (4) 0x6540| 63 05 24| c.$| distance: 23606.75 (2360675) (m) 0x654d-0x6551 (4) @@ -19146,7 +19146,7 @@ $ fq -d fit dv activity.fit 0x6550| 06 | . | reserved: false 0x6557.3-0x6557.4 (0.1) 0x6550| 06 | . | local_message_type: 6 0x6557.4-0x6558 (0.4) | | | data_message{}: 0x6558-0x656e (22) -0x6550| 82 d3 56 3f | ..V? | timestamp: 1062654850 (s) 0x6558-0x655c (4) +0x6550| 82 d3 56 3f | ..V? | timestamp: 1062654850 (2023-09-03T05:54:10Z) 0x6558-0x655c (4) 0x6550| cd 90 2f 2a| ../*| position_lat: 59.32378579862416 (707760333) 0x655c-0x6560 (4) 0x6560|a8 8f e2 0c |.... | position_long: 18.119537606835365 (216174504) 0x6560-0x6564 (4) 0x6560| e0 0e 24 00 | ..$. | distance: 23631.04 (2363104) (m) 0x6564-0x6568 (4) @@ -19162,7 +19162,7 @@ $ fq -d fit dv activity.fit 0x6560| 06 | . | reserved: false 0x656e.3-0x656e.4 (0.1) 0x6560| 06 | . | local_message_type: 6 0x656e.4-0x656f (0.4) | | | data_message{}: 0x656f-0x6585 (22) -0x6560| 86| .| timestamp: 1062654854 (s) 0x656f-0x6573 (4) +0x6560| 86| .| timestamp: 1062654854 (2023-09-03T05:54:14Z) 0x656f-0x6573 (4) 0x6570|d3 56 3f |.V? | 0x6570| 2b 94 2f 2a | +./* | position_lat: 59.3238580506295 (707761195) 0x6573-0x6577 (4) 0x6570| c0 7b e2 0c | .{.. | position_long: 18.119110465049744 (216169408) 0x6577-0x657b (4) @@ -19180,7 +19180,7 @@ $ fq -d fit dv activity.fit 0x6580| 06 | . | reserved: false 0x6585.3-0x6585.4 (0.1) 0x6580| 06 | . | local_message_type: 6 0x6585.4-0x6586 (0.4) | | | data_message{}: 0x6586-0x659c (22) -0x6580| 8a d3 56 3f | ..V? | timestamp: 1062654858 (s) 0x6586-0x658a (4) +0x6580| 8a d3 56 3f | ..V? | timestamp: 1062654858 (2023-09-03T05:54:18Z) 0x6586-0x658a (4) 0x6580| 72 97 2f 2a | r./* | position_lat: 59.323928374797106 (707762034) 0x658a-0x658e (4) 0x6580| 5b 67| [g| position_long: 18.118672845885158 (216164187) 0x658e-0x6592 (4) 0x6590|e2 0c |.. | @@ -19197,7 +19197,7 @@ $ fq -d fit dv activity.fit 0x6590| 06 | . | reserved: false 0x659c.3-0x659c.4 (0.1) 0x6590| 06 | . | local_message_type: 6 0x659c.4-0x659d (0.4) | | | data_message{}: 0x659d-0x65b3 (22) -0x6590| 8e d3 56| ..V| timestamp: 1062654862 (s) 0x659d-0x65a1 (4) +0x6590| 8e d3 56| ..V| timestamp: 1062654862 (2023-09-03T05:54:22Z) 0x659d-0x65a1 (4) 0x65a0|3f |? | 0x65a0| 4e 9a 2f 2a | N./* | position_lat: 59.32398973032832 (707762766) 0x65a1-0x65a5 (4) 0x65a0| 22 54 e2 0c | "T.. | position_long: 18.118260372430086 (216159266) 0x65a5-0x65a9 (4) @@ -19215,7 +19215,7 @@ $ fq -d fit dv activity.fit 0x65b0| 06 | . | reserved: false 0x65b3.3-0x65b3.4 (0.1) 0x65b0| 06 | . | local_message_type: 6 0x65b3.4-0x65b4 (0.4) | | | data_message{}: 0x65b4-0x65ca (22) -0x65b0| 92 d3 56 3f | ..V? | timestamp: 1062654866 (s) 0x65b4-0x65b8 (4) +0x65b0| 92 d3 56 3f | ..V? | timestamp: 1062654866 (2023-09-03T05:54:26Z) 0x65b4-0x65b8 (4) 0x65b0| a4 9b 2f 2a | ../* | position_lat: 59.32401839643717 (707763108) 0x65b8-0x65bc (4) 0x65b0| fd 40 e2 0c| .@..| position_long: 18.11784957535565 (216154365) 0x65bc-0x65c0 (4) 0x65c0|e1 35 24 00 |.5$. | distance: 23730.89 (2373089) (m) 0x65c0-0x65c4 (4) @@ -19231,7 +19231,7 @@ $ fq -d fit dv activity.fit 0x65c0| 06 | . | reserved: false 0x65ca.3-0x65ca.4 (0.1) 0x65c0| 06 | . | local_message_type: 6 0x65ca.4-0x65cb (0.4) | | | data_message{}: 0x65cb-0x65e1 (22) -0x65c0| 95 d3 56 3f | ..V? | timestamp: 1062654869 (s) 0x65cb-0x65cf (4) +0x65c0| 95 d3 56 3f | ..V? | timestamp: 1062654869 (2023-09-03T05:54:29Z) 0x65cb-0x65cf (4) 0x65c0| 07| .| position_lat: 59.32402669452131 (707763207) 0x65cf-0x65d3 (4) 0x65d0|9c 2f 2a |./* | 0x65d0| ed 31 e2 0c | .1.. | position_long: 18.117526369169354 (216150509) 0x65d3-0x65d7 (4) @@ -19248,7 +19248,7 @@ $ fq -d fit dv activity.fit 0x65e0| 06 | . | reserved: false 0x65e1.3-0x65e1.4 (0.1) 0x65e0| 06 | . | local_message_type: 6 0x65e1.4-0x65e2 (0.4) | | | data_message{}: 0x65e2-0x65f8 (22) -0x65e0| 99 d3 56 3f | ..V? | timestamp: 1062654873 (s) 0x65e2-0x65e6 (4) +0x65e0| 99 d3 56 3f | ..V? | timestamp: 1062654873 (2023-09-03T05:54:33Z) 0x65e2-0x65e6 (4) 0x65e0| 55 a0 2f 2a | U./* | position_lat: 59.32411906309426 (707764309) 0x65e6-0x65ea (4) 0x65e0| bd 21 e2 0c | .!.. | position_long: 18.117179023101926 (216146365) 0x65ea-0x65ee (4) 0x65e0| e6 45| .E| distance: 23771.9 (2377190) (m) 0x65ee-0x65f2 (4) @@ -19265,7 +19265,7 @@ $ fq -d fit dv activity.fit 0x65f0| 06 | . | reserved: false 0x65f8.3-0x65f8.4 (0.1) 0x65f0| 06 | . | local_message_type: 6 0x65f8.4-0x65f9 (0.4) | | | data_message{}: 0x65f9-0x660f (22) -0x65f0| 9c d3 56 3f | ..V? | timestamp: 1062654876 (s) 0x65f9-0x65fd (4) +0x65f0| 9c d3 56 3f | ..V? | timestamp: 1062654876 (2023-09-03T05:54:36Z) 0x65f9-0x65fd (4) 0x65f0| 53 a5 2f| S./| position_lat: 59.32422618381679 (707765587) 0x65fd-0x6601 (4) 0x6600|2a |* | 0x6600| d9 17 e2 0c | .... | position_long: 18.116966793313622 (216143833) 0x6601-0x6605 (4) @@ -19282,7 +19282,7 @@ $ fq -d fit dv activity.fit 0x6600| 06| .| reserved: false 0x660f.3-0x660f.4 (0.1) 0x6600| 06| .| local_message_type: 6 0x660f.4-0x6610 (0.4) | | | data_message{}: 0x6610-0x6626 (22) -0x6610|a2 d3 56 3f |..V? | timestamp: 1062654882 (s) 0x6610-0x6614 (4) +0x6610|a2 d3 56 3f |..V? | timestamp: 1062654882 (2023-09-03T05:54:42Z) 0x6610-0x6614 (4) 0x6610| 43 ad 2f 2a | C./* | position_lat: 59.324396504089236 (707767619) 0x6614-0x6618 (4) 0x6610| c7 0c e2 0c | .... | position_long: 18.11672925017774 (216140999) 0x6618-0x661c (4) 0x6610| 9f 55 24 00| .U$.| distance: 23812.15 (2381215) (m) 0x661c-0x6620 (4) @@ -19298,7 +19298,7 @@ $ fq -d fit dv activity.fit 0x6620| 06 | . | reserved: false 0x6626.3-0x6626.4 (0.1) 0x6620| 06 | . | local_message_type: 6 0x6626.4-0x6627 (0.4) | | | data_message{}: 0x6627-0x663d (22) -0x6620| a8 d3 56 3f | ..V? | timestamp: 1062654888 (s) 0x6627-0x662b (4) +0x6620| a8 d3 56 3f | ..V? | timestamp: 1062654888 (2023-09-03T05:54:48Z) 0x6627-0x662b (4) 0x6620| a2 b5 2f 2a | ../* | position_lat: 59.3245761282742 (707769762) 0x662b-0x662f (4) 0x6620| 2f| /| position_long: 18.116544848307967 (216138799) 0x662f-0x6633 (4) 0x6630|04 e2 0c |... | @@ -19315,7 +19315,7 @@ $ fq -d fit dv activity.fit 0x6630| 06 | . | reserved: false 0x663d.3-0x663d.4 (0.1) 0x6630| 06 | . | local_message_type: 6 0x663d.4-0x663e (0.4) | | | data_message{}: 0x663e-0x6654 (22) -0x6630| ad d3| ..| timestamp: 1062654893 (s) 0x663e-0x6642 (4) +0x6630| ad d3| ..| timestamp: 1062654893 (2023-09-03T05:54:53Z) 0x663e-0x6642 (4) 0x6640|56 3f |V? | 0x6640| 64 bd 2f 2a | d./* | position_lat: 59.32474259287119 (707771748) 0x6642-0x6646 (4) 0x6640| bc fd e1 0c | .... | position_long: 18.116406463086605 (216137148) 0x6646-0x664a (4) @@ -19332,7 +19332,7 @@ $ fq -d fit dv activity.fit 0x6650| 06 | . | reserved: false 0x6654.3-0x6654.4 (0.1) 0x6650| 06 | . | local_message_type: 6 0x6654.4-0x6655 (0.4) | | | data_message{}: 0x6655-0x666b (22) -0x6650| b2 d3 56 3f | ..V? | timestamp: 1062654898 (s) 0x6655-0x6659 (4) +0x6650| b2 d3 56 3f | ..V? | timestamp: 1062654898 (2023-09-03T05:54:58Z) 0x6655-0x6659 (4) 0x6650| f1 c5 2f 2a | ../* | position_lat: 59.324926072731614 (707773937) 0x6659-0x665d (4) 0x6650| f3 f7 e1| ...| position_long: 18.116282327100635 (216135667) 0x665d-0x6661 (4) 0x6660|0c |. | @@ -19349,7 +19349,7 @@ $ fq -d fit dv activity.fit 0x6660| 06 | . | reserved: false 0x666b.3-0x666b.4 (0.1) 0x6660| 06 | . | local_message_type: 6 0x666b.4-0x666c (0.4) | | | data_message{}: 0x666c-0x6682 (22) -0x6660| b7 d3 56 3f| ..V?| timestamp: 1062654903 (s) 0x666c-0x6670 (4) +0x6660| b7 d3 56 3f| ..V?| timestamp: 1062654903 (2023-09-03T05:55:03Z) 0x666c-0x6670 (4) 0x6670|c2 cf 2f 2a |../* | position_lat: 59.325136709958315 (707776450) 0x6670-0x6674 (4) 0x6670| 3c f8 e1 0c | <... | position_long: 18.11628844588995 (216135740) 0x6674-0x6678 (4) 0x6670| fd 77 24 00 | .w$. | distance: 23900.13 (2390013) (m) 0x6678-0x667c (4) @@ -19365,7 +19365,7 @@ $ fq -d fit dv activity.fit 0x6680| 06 | . | reserved: false 0x6682.3-0x6682.4 (0.1) 0x6680| 06 | . | local_message_type: 6 0x6682.4-0x6683 (0.4) | | | data_message{}: 0x6683-0x6699 (22) -0x6680| bc d3 56 3f | ..V? | timestamp: 1062654908 (s) 0x6683-0x6687 (4) +0x6680| bc d3 56 3f | ..V? | timestamp: 1062654908 (2023-09-03T05:55:08Z) 0x6683-0x6687 (4) 0x6680| 24 d9 2f 2a | $./* | position_lat: 59.325338043272495 (707778852) 0x6687-0x668b (4) 0x6680| 03 00 e2 0c | .... | position_long: 18.116455329582095 (216137731) 0x668b-0x668f (4) 0x6680| 7e| ~| distance: 23924.46 (2392446) (m) 0x668f-0x6693 (4) @@ -19382,7 +19382,7 @@ $ fq -d fit dv activity.fit 0x6690| 06 | . | reserved: false 0x6699.3-0x6699.4 (0.1) 0x6690| 06 | . | local_message_type: 6 0x6699.4-0x669a (0.4) | | | data_message{}: 0x669a-0x66b0 (22) -0x6690| c1 d3 56 3f | ..V? | timestamp: 1062654913 (s) 0x669a-0x669e (4) +0x6690| c1 d3 56 3f | ..V? | timestamp: 1062654913 (2023-09-03T05:55:13Z) 0x669a-0x669e (4) 0x6690| 31 e2| 1.| position_lat: 59.32553225196898 (707781169) 0x669e-0x66a2 (4) 0x66a0|2f 2a |/* | 0x66a0| 3d 0a e2 0c | =... | position_long: 18.116674767807126 (216140349) 0x66a2-0x66a6 (4) @@ -19399,7 +19399,7 @@ $ fq -d fit dv activity.fit 0x66b0|06 |. | reserved: false 0x66b0.3-0x66b0.4 (0.1) 0x66b0|06 |. | local_message_type: 6 0x66b0.4-0x66b1 (0.4) | | | data_message{}: 0x66b1-0x66c7 (22) -0x66b0| c5 d3 56 3f | ..V? | timestamp: 1062654917 (s) 0x66b1-0x66b5 (4) +0x66b0| c5 d3 56 3f | ..V? | timestamp: 1062654917 (2023-09-03T05:55:17Z) 0x66b1-0x66b5 (4) 0x66b0| a8 ea 2f 2a | ../* | position_lat: 59.32571388781071 (707783336) 0x66b5-0x66b9 (4) 0x66b0| 4d 12 e2 0c | M... | position_long: 18.116847770288587 (216142413) 0x66b9-0x66bd (4) 0x66b0| 0b 94 24| ..$| distance: 23971.95 (2397195) (m) 0x66bd-0x66c1 (4) @@ -19416,7 +19416,7 @@ $ fq -d fit dv activity.fit 0x66c0| 06 | . | reserved: false 0x66c7.3-0x66c7.4 (0.1) 0x66c0| 06 | . | local_message_type: 6 0x66c7.4-0x66c8 (0.4) | | | data_message{}: 0x66c8-0x66de (22) -0x66c0| ca d3 56 3f | ..V? | timestamp: 1062654922 (s) 0x66c8-0x66cc (4) +0x66c0| ca d3 56 3f | ..V? | timestamp: 1062654922 (2023-09-03T05:55:22Z) 0x66c8-0x66cc (4) 0x66c0| 65 f4 2f 2a| e./*| position_lat: 59.325922848656774 (707785829) 0x66cc-0x66d0 (4) 0x66d0|34 17 e2 0c |4... | position_long: 18.11695296317339 (216143668) 0x66d0-0x66d4 (4) 0x66d0| 70 9d 24 00 | p.$. | distance: 23996 (2399600) (m) 0x66d4-0x66d8 (4) @@ -19432,7 +19432,7 @@ $ fq -d fit dv activity.fit 0x66d0| 06 | . | reserved: false 0x66de.3-0x66de.4 (0.1) 0x66d0| 06 | . | local_message_type: 6 0x66de.4-0x66df (0.4) | | | data_message{}: 0x66df-0x66f5 (22) -0x66d0| cb| .| timestamp: 1062654923 (s) 0x66df-0x66e3 (4) +0x66d0| cb| .| timestamp: 1062654923 (2023-09-03T05:55:23Z) 0x66df-0x66e3 (4) 0x66e0|d3 56 3f |.V? | 0x66e0| 61 f6 2f 2a | a./* | position_lat: 59.325965428724885 (707786337) 0x66e3-0x66e7 (4) 0x66e0| c3 17 e2 0c | .... | position_long: 18.116964949294925 (216143811) 0x66e7-0x66eb (4) @@ -19450,8 +19450,8 @@ $ fq -d fit dv activity.fit 0x66f0| 08 | . | reserved: false 0x66f5.3-0x66f5.4 (0.1) 0x66f0| 08 | . | local_message_type: 8 0x66f5.4-0x66f6 (0.4) | | | data_message{}: 0x66f6-0x672c (54) -0x66f0| cb d3 56 3f | ..V? | timestamp: 1062654923 (s) 0x66f6-0x66fa (4) -0x66f0| 22 d3 56 3f | ".V? | start_time: 1062654754 0x66fa-0x66fe (4) +0x66f0| cb d3 56 3f | ..V? | timestamp: 1062654923 (2023-09-03T05:55:23Z) 0x66f6-0x66fa (4) +0x66f0| 22 d3 56 3f | ".V? | start_time: 1062654754 (2023-09-03T05:52:34Z) 0x66fa-0x66fe (4) 0x66f0| 4e 85| N.| start_position_lat: 59.32353911921382 (707757390) 0x66fe-0x6702 (4) 0x6700|2f 2a |/* | 0x6700| 25 73 e4 0c | %s.. | start_position_long: 18.129912139847875 (216298277) 0x6702-0x6706 (4) @@ -19482,7 +19482,7 @@ $ fq -d fit dv activity.fit 0x6720| 06 | . | reserved: false 0x672c.3-0x672c.4 (0.1) 0x6720| 06 | . | local_message_type: 6 0x672c.4-0x672d (0.4) | | | data_message{}: 0x672d-0x6743 (22) -0x6720| cf d3 56| ..V| timestamp: 1062654927 (s) 0x672d-0x6731 (4) +0x6720| cf d3 56| ..V| timestamp: 1062654927 (2023-09-03T05:55:27Z) 0x672d-0x6731 (4) 0x6730|3f |? | 0x6730| 66 ff 2f 2a | f./* | position_lat: 59.326158966869116 (707788646) 0x6731-0x6735 (4) 0x6730| 97 18 e2 0c | .... | position_long: 18.11698271892965 (216144023) 0x6735-0x6739 (4) @@ -19500,7 +19500,7 @@ $ fq -d fit dv activity.fit 0x6740| 06 | . | reserved: false 0x6743.3-0x6743.4 (0.1) 0x6740| 06 | . | local_message_type: 6 0x6743.4-0x6744 (0.4) | | | data_message{}: 0x6744-0x675a (22) -0x6740| d2 d3 56 3f | ..V? | timestamp: 1062654930 (s) 0x6744-0x6748 (4) +0x6740| d2 d3 56 3f | ..V? | timestamp: 1062654930 (2023-09-03T05:55:30Z) 0x6744-0x6748 (4) 0x6740| ce 06 30 2a | ..0* | position_lat: 59.32631788775325 (707790542) 0x6748-0x674c (4) 0x6740| dd 1a e2 0c| ....| position_long: 18.117031501606107 (216144605) 0x674c-0x6750 (4) 0x6750|c0 ae 24 00 |..$. | distance: 24040.32 (2404032) (m) 0x6750-0x6754 (4) @@ -19516,7 +19516,7 @@ $ fq -d fit dv activity.fit 0x6750| 06 | . | reserved: false 0x675a.3-0x675a.4 (0.1) 0x6750| 06 | . | local_message_type: 6 0x675a.4-0x675b (0.4) | | | data_message{}: 0x675b-0x6771 (22) -0x6750| d6 d3 56 3f | ..V? | timestamp: 1062654934 (s) 0x675b-0x675f (4) +0x6750| d6 d3 56 3f | ..V? | timestamp: 1062654934 (2023-09-03T05:55:34Z) 0x675b-0x675f (4) 0x6750| be| .| position_lat: 59.32650966569781 (707792830) 0x675f-0x6763 (4) 0x6760|0f 30 2a |.0* | 0x6760| ab 23 e2 0c | .#.. | position_long: 18.117220429703593 (216146859) 0x6763-0x6767 (4) @@ -19533,7 +19533,7 @@ $ fq -d fit dv activity.fit 0x6770| 06 | . | reserved: false 0x6771.3-0x6771.4 (0.1) 0x6770| 06 | . | local_message_type: 6 0x6771.4-0x6772 (0.4) | | | data_message{}: 0x6772-0x6788 (22) -0x6770| da d3 56 3f | ..V? | timestamp: 1062654938 (s) 0x6772-0x6776 (4) +0x6770| da d3 56 3f | ..V? | timestamp: 1062654938 (2023-09-03T05:55:38Z) 0x6772-0x6776 (4) 0x6770| 2e 18 30 2a | ..0* | position_lat: 59.32669071480632 (707794990) 0x6776-0x677a (4) 0x6770| 55 2c e2 0c | U,.. | position_long: 18.117406340315938 (216149077) 0x677a-0x677e (4) 0x6770| 00 c1| ..| distance: 24087.04 (2408704) (m) 0x677e-0x6782 (4) @@ -19550,7 +19550,7 @@ $ fq -d fit dv activity.fit 0x6780| 06 | . | reserved: false 0x6788.3-0x6788.4 (0.1) 0x6780| 06 | . | local_message_type: 6 0x6788.4-0x6789 (0.4) | | | data_message{}: 0x6789-0x679f (22) -0x6780| de d3 56 3f | ..V? | timestamp: 1062654942 (s) 0x6789-0x678d (4) +0x6780| de d3 56 3f | ..V? | timestamp: 1062654942 (2023-09-03T05:55:42Z) 0x6789-0x678d (4) 0x6780| 52 21 30| R!0| position_lat: 59.32688685134053 (707797330) 0x678d-0x6791 (4) 0x6790|2a |* | 0x6790| c6 2e e2 0c | .... | position_long: 18.11745872721076 (216149702) 0x6791-0x6795 (4) @@ -19567,7 +19567,7 @@ $ fq -d fit dv activity.fit 0x6790| 06| .| reserved: false 0x679f.3-0x679f.4 (0.1) 0x6790| 06| .| local_message_type: 6 0x679f.4-0x67a0 (0.4) | | | data_message{}: 0x67a0-0x67b6 (22) -0x67a0|e1 d3 56 3f |..V? | timestamp: 1062654945 (s) 0x67a0-0x67a4 (4) +0x67a0|e1 d3 56 3f |..V? | timestamp: 1062654945 (2023-09-03T05:55:45Z) 0x67a0-0x67a4 (4) 0x67a0| ac 29 30 2a | .)0* | position_lat: 59.32706605643034 (707799468) 0x67a4-0x67a8 (4) 0x67a0| 37 29 e2 0c | 7).. | position_long: 18.11733945272863 (216148279) 0x67a8-0x67ac (4) 0x67a0| ec d1 24 00| ..$.| distance: 24130.36 (2413036) (m) 0x67ac-0x67b0 (4) @@ -19583,7 +19583,7 @@ $ fq -d fit dv activity.fit 0x67b0| 06 | . | reserved: false 0x67b6.3-0x67b6.4 (0.1) 0x67b0| 06 | . | local_message_type: 6 0x67b6.4-0x67b7 (0.4) | | | data_message{}: 0x67b7-0x67cd (22) -0x67b0| e4 d3 56 3f | ..V? | timestamp: 1062654948 (s) 0x67b7-0x67bb (4) +0x67b0| e4 d3 56 3f | ..V? | timestamp: 1062654948 (2023-09-03T05:55:48Z) 0x67b7-0x67bb (4) 0x67b0| 7a 31 30 2a | z10* | position_lat: 59.32723352685571 (707801466) 0x67bb-0x67bf (4) 0x67b0| aa| .| position_long: 18.117070142179728 (216145066) 0x67bf-0x67c3 (4) 0x67c0|1c e2 0c |... | @@ -19600,7 +19600,7 @@ $ fq -d fit dv activity.fit 0x67c0| 06 | . | reserved: false 0x67cd.3-0x67cd.4 (0.1) 0x67c0| 06 | . | local_message_type: 6 0x67cd.4-0x67ce (0.4) | | | data_message{}: 0x67ce-0x67e4 (22) -0x67c0| e5 d3| ..| timestamp: 1062654949 (s) 0x67ce-0x67d2 (4) +0x67c0| e5 d3| ..| timestamp: 1062654949 (2023-09-03T05:55:49Z) 0x67ce-0x67d2 (4) 0x67d0|56 3f |V? | 0x67d0| fe 33 30 2a | .30* | position_lat: 59.32728750631213 (707802110) 0x67d2-0x67d6 (4) 0x67d0| e6 17 e2 0c | .... | position_long: 18.116967882961035 (216143846) 0x67d6-0x67da (4) @@ -19617,7 +19617,7 @@ $ fq -d fit dv activity.fit 0x67e0| 06 | . | reserved: false 0x67e4.3-0x67e4.4 (0.1) 0x67e0| 06 | . | local_message_type: 6 0x67e4.4-0x67e5 (0.4) | | | data_message{}: 0x67e5-0x67fb (22) -0x67e0| e7 d3 56 3f | ..V? | timestamp: 1062654951 (s) 0x67e5-0x67e9 (4) +0x67e0| e7 d3 56 3f | ..V? | timestamp: 1062654951 (2023-09-03T05:55:51Z) 0x67e5-0x67e9 (4) 0x67e0| 5a 39 30 2a | Z90* | position_lat: 59.327402506023645 (707803482) 0x67e9-0x67ed (4) 0x67e0| 83 0f e2| ...| position_long: 18.116787923499942 (216141699) 0x67ed-0x67f1 (4) 0x67f0|0c |. | @@ -19645,7 +19645,7 @@ $ fq -d fit dv activity.fit 0x6800| 06 | . | reserved: false 0x6803.3-0x6803.4 (0.1) 0x6800| 06 | . | local_message_type: 6 0x6803.4-0x6804 (0.4) | | | data_message{}: 0x6804-0x681a (22) -0x6800| ea d3 56 3f | ..V? | timestamp: 1062654954 (s) 0x6804-0x6808 (4) +0x6800| ea d3 56 3f | ..V? | timestamp: 1062654954 (2023-09-03T05:55:54Z) 0x6804-0x6808 (4) 0x6800| fe 41 30 2a | .A0* | position_lat: 59.3275879137218 (707805694) 0x6808-0x680c (4) 0x6800| 25 09 e2 0c| %...| position_long: 18.116651298478246 (216140069) 0x680c-0x6810 (4) 0x6810|b4 ed 24 00 |..$. | distance: 24201.48 (2420148) (m) 0x6810-0x6814 (4) @@ -19661,7 +19661,7 @@ $ fq -d fit dv activity.fit 0x6810| 06 | . | reserved: false 0x681a.3-0x681a.4 (0.1) 0x6810| 06 | . | local_message_type: 6 0x681a.4-0x681b (0.4) | | | data_message{}: 0x681b-0x6831 (22) -0x6810| eb d3 56 3f | ..V? | timestamp: 1062654955 (s) 0x681b-0x681f (4) +0x6810| eb d3 56 3f | ..V? | timestamp: 1062654955 (2023-09-03T05:55:55Z) 0x681b-0x681f (4) 0x6810| d1| .| position_lat: 59.32764851488173 (707806417) 0x681f-0x6823 (4) 0x6820|44 30 2a |D0* | 0x6820| 6c 08 e2 0c | l... | position_long: 18.11663579195738 (216139884) 0x6823-0x6827 (4) @@ -19678,7 +19678,7 @@ $ fq -d fit dv activity.fit 0x6830| 06 | . | reserved: false 0x6831.3-0x6831.4 (0.1) 0x6830| 06 | . | local_message_type: 6 0x6831.4-0x6832 (0.4) | | | data_message{}: 0x6832-0x6848 (22) -0x6830| ee d3 56 3f | ..V? | timestamp: 1062654958 (s) 0x6832-0x6836 (4) +0x6830| ee d3 56 3f | ..V? | timestamp: 1062654958 (2023-09-03T05:55:58Z) 0x6832-0x6836 (4) 0x6830| 68 4d 30 2a | hM0* | position_lat: 59.32783283293247 (707808616) 0x6836-0x683a (4) 0x6830| 4b 06 e2 0c | K... | position_long: 18.116590110585093 (216139339) 0x683a-0x683e (4) 0x6830| 73 f8| s.| distance: 24228.99 (2422899) (m) 0x683e-0x6842 (4) @@ -19695,7 +19695,7 @@ $ fq -d fit dv activity.fit 0x6840| 06 | . | reserved: false 0x6848.3-0x6848.4 (0.1) 0x6840| 06 | . | local_message_type: 6 0x6848.4-0x6849 (0.4) | | | data_message{}: 0x6849-0x685f (22) -0x6840| f1 d3 56 3f | ..V? | timestamp: 1062654961 (s) 0x6849-0x684d (4) +0x6840| f1 d3 56 3f | ..V? | timestamp: 1062654961 (2023-09-03T05:56:01Z) 0x6849-0x684d (4) 0x6840| 01 56 30| .V0| position_lat: 59.32801731862128 (707810817) 0x684d-0x6851 (4) 0x6850|2a |* | 0x6850| fc 02 e2 0c | .... | position_long: 18.11651911586523 (216138492) 0x6851-0x6855 (4) @@ -19712,7 +19712,7 @@ $ fq -d fit dv activity.fit 0x6850| 06| .| reserved: false 0x685f.3-0x685f.4 (0.1) 0x6850| 06| .| local_message_type: 6 0x685f.4-0x6860 (0.4) | | | data_message{}: 0x6860-0x6876 (22) -0x6860|f4 d3 56 3f |..V? | timestamp: 1062654964 (s) 0x6860-0x6864 (4) +0x6860|f4 d3 56 3f |..V? | timestamp: 1062654964 (2023-09-03T05:56:04Z) 0x6860-0x6864 (4) 0x6860| 88 5e 30 2a | .^0* | position_lat: 59.32820029556751 (707813000) 0x6864-0x6868 (4) 0x6860| 95 ff e1 0c | .... | position_long: 18.116446109488606 (216137621) 0x6868-0x686c (4) 0x6860| c2 08 25 00| ..%.| distance: 24270.74 (2427074) (m) 0x686c-0x6870 (4) @@ -19728,7 +19728,7 @@ $ fq -d fit dv activity.fit 0x6870| 06 | . | reserved: false 0x6876.3-0x6876.4 (0.1) 0x6870| 06 | . | local_message_type: 6 0x6876.4-0x6877 (0.4) | | | data_message{}: 0x6877-0x688d (22) -0x6870| f8 d3 56 3f | ..V? | timestamp: 1062654968 (s) 0x6877-0x687b (4) +0x6870| f8 d3 56 3f | ..V? | timestamp: 1062654968 (2023-09-03T05:56:08Z) 0x6877-0x687b (4) 0x6870| 25 69 30 2a | %i0* | position_lat: 59.32842803187668 (707815717) 0x687b-0x687f (4) 0x6870| 3c| <| position_long: 18.116417191922665 (216137276) 0x687f-0x6883 (4) 0x6880|fe e1 0c |... | @@ -19745,7 +19745,7 @@ $ fq -d fit dv activity.fit 0x6880| 06 | . | reserved: false 0x688d.3-0x688d.4 (0.1) 0x6880| 06 | . | local_message_type: 6 0x688d.4-0x688e (0.4) | | | data_message{}: 0x688e-0x68a4 (22) -0x6880| 08 d4| ..| timestamp: 1062654984 (s) 0x688e-0x6892 (4) +0x6880| 08 d4| ..| timestamp: 1062654984 (2023-09-03T05:56:24Z) 0x688e-0x6892 (4) 0x6890|56 3f |V? | 0x6890| 50 71 30 2a | Pq0* | position_lat: 59.328603297472 (707817808) 0x6892-0x6896 (4) 0x6890| c0 fe e1 0c | .... | position_long: 18.11642825603485 (216137408) 0x6896-0x689a (4) @@ -19762,7 +19762,7 @@ $ fq -d fit dv activity.fit 0x68a0| 02 | . | reserved: false 0x68a4.3-0x68a4.4 (0.1) 0x68a0| 02 | . | local_message_type: 2 0x68a4.4-0x68a5 (0.4) | | | data_message{}: 0x68a5-0x68b0 (11) -0x68a0| 08 d4 56 3f | ..V? | timestamp: 1062654984 (s) 0x68a5-0x68a9 (4) +0x68a0| 08 d4 56 3f | ..V? | timestamp: 1062654984 (2023-09-03T05:56:24Z) 0x68a5-0x68a9 (4) 0x68a0| 00 00 00 00 | .... | data: 0 0x68a9-0x68ad (4) 0x68a0| 00 | . | event: "timer" (0) 0x68ad-0x68ae (1) 0x68a0| 04 | . | event_type: "stop_all" (4) 0x68ae-0x68af (1) @@ -19775,7 +19775,7 @@ $ fq -d fit dv activity.fit 0x68b0|03 |. | reserved: false 0x68b0.3-0x68b0.4 (0.1) 0x68b0|03 |. | local_message_type: 3 0x68b0.4-0x68b1 (0.4) | | | data_message{}: 0x68b1-0x68d6 (37) -0x68b0| 08 d4 56 3f | ..V? | timestamp: 1062654984 (s) 0x68b1-0x68b5 (4) +0x68b0| 08 d4 56 3f | ..V? | timestamp: 1062654984 (2023-09-03T05:56:24Z) 0x68b1-0x68b5 (4) 0x68b0| 17 36 de e8 | .6.. | serial_number: 3906876951 0x68b5-0x68b9 (4) 0x68b0| ff ff ff ff | .... | cum_operating_time: 4294967295 (invalid) 0x68b9-0x68bd (4) 0x68b0| ff ff ff| ...| UNKNOWN_8: 4294967295 (invalid) 0x68bd-0x68c1 (4) @@ -19800,7 +19800,7 @@ $ fq -d fit dv activity.fit 0x68d0| 03 | . | reserved: false 0x68d6.3-0x68d6.4 (0.1) 0x68d0| 03 | . | local_message_type: 3 0x68d6.4-0x68d7 (0.4) | | | data_message{}: 0x68d7-0x68fc (37) -0x68d0| 08 d4 56 3f | ..V? | timestamp: 1062654984 (s) 0x68d7-0x68db (4) +0x68d0| 08 d4 56 3f | ..V? | timestamp: 1062654984 (2023-09-03T05:56:24Z) 0x68d7-0x68db (4) 0x68d0| 00 00 00 00 | .... | serial_number: 0 (invalid) 0x68db-0x68df (4) 0x68d0| ff| .| cum_operating_time: 4294967295 (invalid) 0x68df-0x68e3 (4) 0x68e0|ff ff ff |... | @@ -19848,7 +19848,7 @@ $ fq -d fit dv activity.fit 0x6900| 02 | . | reserved: false 0x690c.3-0x690c.4 (0.1) 0x6900| 02 | . | local_message_type: 2 0x690c.4-0x690d (0.4) | | | data_message{}: 0x690d-0x6918 (11) -0x6900| 43 d7 56| C.V| timestamp: 1062655811 (s) 0x690d-0x6911 (4) +0x6900| 43 d7 56| C.V| timestamp: 1062655811 (2023-09-03T06:10:11Z) 0x690d-0x6911 (4) 0x6910|3f |? | 0x6910| 00 00 00 00 | .... | data: 0 0x6911-0x6915 (4) 0x6910| 00 | . | event: "timer" (0) 0x6915-0x6916 (1) @@ -19862,7 +19862,7 @@ $ fq -d fit dv activity.fit 0x6910| 06 | . | reserved: false 0x6918.3-0x6918.4 (0.1) 0x6910| 06 | . | local_message_type: 6 0x6918.4-0x6919 (0.4) | | | data_message{}: 0x6919-0x692f (22) -0x6910| 43 d7 56 3f | C.V? | timestamp: 1062655811 (s) 0x6919-0x691d (4) +0x6910| 43 d7 56 3f | C.V? | timestamp: 1062655811 (2023-09-03T06:10:11Z) 0x6919-0x691d (4) 0x6910| 2f 7d 30| /}0| position_lat: 59.32885802350938 (707820847) 0x691d-0x6921 (4) 0x6920|2a |* | 0x6920| f9 ef e1 0c | .... | position_long: 18.11611116863787 (216133625) 0x6921-0x6925 (4) @@ -19879,7 +19879,7 @@ $ fq -d fit dv activity.fit 0x6920| 06| .| reserved: false 0x692f.3-0x692f.4 (0.1) 0x6920| 06| .| local_message_type: 6 0x692f.4-0x6930 (0.4) | | | data_message{}: 0x6930-0x6946 (22) -0x6930|48 d7 56 3f |H.V? | timestamp: 1062655816 (s) 0x6930-0x6934 (4) +0x6930|48 d7 56 3f |H.V? | timestamp: 1062655816 (2023-09-03T06:10:16Z) 0x6930-0x6934 (4) 0x6930| 7e 84 30 2a | ~.0* | position_lat: 59.32901484891772 (707822718) 0x6934-0x6938 (4) 0x6930| c1 e1 e1 0c | .... | position_long: 18.115806067362428 (216129985) 0x6938-0x693c (4) 0x6930| a8 25 25 00| .%%.| distance: 24344.72 (2434472) (m) 0x693c-0x6940 (4) @@ -19895,7 +19895,7 @@ $ fq -d fit dv activity.fit 0x6940| 06 | . | reserved: false 0x6946.3-0x6946.4 (0.1) 0x6940| 06 | . | local_message_type: 6 0x6946.4-0x6947 (0.4) | | | data_message{}: 0x6947-0x695d (22) -0x6940| 4c d7 56 3f | L.V? | timestamp: 1062655820 (s) 0x6947-0x694b (4) +0x6940| 4c d7 56 3f | L.V? | timestamp: 1062655820 (2023-09-03T06:10:20Z) 0x6947-0x694b (4) 0x6940| b9 8b 30 2a | ..0* | position_lat: 59.32916999794543 (707824569) 0x694b-0x694f (4) 0x6940| 35| 5| position_long: 18.1154724676162 (216126005) 0x694f-0x6953 (4) 0x6950|d2 e1 0c |... | @@ -19912,7 +19912,7 @@ $ fq -d fit dv activity.fit 0x6950| 06 | . | reserved: false 0x695d.3-0x695d.4 (0.1) 0x6950| 06 | . | local_message_type: 6 0x695d.4-0x695e (0.4) | | | data_message{}: 0x695e-0x6974 (22) -0x6950| 50 d7| P.| timestamp: 1062655824 (s) 0x695e-0x6962 (4) +0x6950| 50 d7| P.| timestamp: 1062655824 (2023-09-03T06:10:24Z) 0x695e-0x6962 (4) 0x6960|56 3f |V? | 0x6960| 86 93 30 2a | ..0* | position_lat: 59.32933738455176 (707826566) 0x6962-0x6966 (4) 0x6960| 9f c2 e1 0c | .... | position_long: 18.115138029679656 (216122015) 0x6966-0x696a (4) @@ -19929,7 +19929,7 @@ $ fq -d fit dv activity.fit 0x6970| 06 | . | reserved: false 0x6974.3-0x6974.4 (0.1) 0x6970| 06 | . | local_message_type: 6 0x6974.4-0x6975 (0.4) | | | data_message{}: 0x6975-0x698b (22) -0x6970| 53 d7 56 3f | S.V? | timestamp: 1062655827 (s) 0x6975-0x6979 (4) +0x6970| 53 d7 56 3f | S.V? | timestamp: 1062655827 (2023-09-03T06:10:27Z) 0x6975-0x6979 (4) 0x6970| e4 99 30 2a | ..0* | position_lat: 59.32947400957346 (707828196) 0x6979-0x697d (4) 0x6970| c6 b6 e1| ...| position_long: 18.114883806556463 (216118982) 0x697d-0x6981 (4) 0x6980|0c |. | @@ -19946,7 +19946,7 @@ $ fq -d fit dv activity.fit 0x6980| 06 | . | reserved: false 0x698b.3-0x698b.4 (0.1) 0x6980| 06 | . | local_message_type: 6 0x698b.4-0x698c (0.4) | | | data_message{}: 0x698c-0x69a2 (22) -0x6980| 55 d7 56 3f| U.V?| timestamp: 1062655829 (s) 0x698c-0x6990 (4) +0x6980| 55 d7 56 3f| U.V?| timestamp: 1062655829 (2023-09-03T06:10:29Z) 0x698c-0x6990 (4) 0x6990|0d 9e 30 2a |..0* | position_lat: 59.32956327684224 (707829261) 0x6990-0x6994 (4) 0x6990| f4 ad e1 0c | .... | position_long: 18.11469454318285 (216116724) 0x6994-0x6998 (4) 0x6990| 06 48 25 00 | .H%. | distance: 24432.7 (2443270) (m) 0x6998-0x699c (4) @@ -19962,7 +19962,7 @@ $ fq -d fit dv activity.fit 0x69a0| 06 | . | reserved: false 0x69a2.3-0x69a2.4 (0.1) 0x69a0| 06 | . | local_message_type: 6 0x69a2.4-0x69a3 (0.4) | | | data_message{}: 0x69a3-0x69b9 (22) -0x69a0| 58 d7 56 3f | X.V? | timestamp: 1062655832 (s) 0x69a3-0x69a7 (4) +0x69a0| 58 d7 56 3f | X.V? | timestamp: 1062655832 (2023-09-03T06:10:32Z) 0x69a3-0x69a7 (4) 0x69a0| 70 a2 30 2a | p.0* | position_lat: 59.32965740561485 (707830384) 0x69a7-0x69ab (4) 0x69a0| 53 9b e1 0c | S... | position_long: 18.1142948102206 (216111955) 0x69ab-0x69af (4) 0x69a0| dd| .| distance: 24457.89 (2445789) (m) 0x69af-0x69b3 (4) @@ -19979,7 +19979,7 @@ $ fq -d fit dv activity.fit 0x69b0| 06 | . | reserved: false 0x69b9.3-0x69b9.4 (0.1) 0x69b0| 06 | . | local_message_type: 6 0x69b9.4-0x69ba (0.4) | | | data_message{}: 0x69ba-0x69d0 (22) -0x69b0| 5a d7 56 3f | Z.V? | timestamp: 1062655834 (s) 0x69ba-0x69be (4) +0x69b0| 5a d7 56 3f | Z.V? | timestamp: 1062655834 (2023-09-03T06:10:34Z) 0x69ba-0x69be (4) 0x69b0| 15 a4| ..| position_lat: 59.329692693427205 (707830805) 0x69be-0x69c2 (4) 0x69c0|30 2a |0* | 0x69c0| 8d 8c e1 0c | .... | position_long: 18.11397780664265 (216108173) 0x69c2-0x69c6 (4) @@ -19996,7 +19996,7 @@ $ fq -d fit dv activity.fit 0x69d0|06 |. | reserved: false 0x69d0.3-0x69d0.4 (0.1) 0x69d0|06 |. | local_message_type: 6 0x69d0.4-0x69d1 (0.4) | | | data_message{}: 0x69d1-0x69e7 (22) -0x69d0| 5c d7 56 3f | \.V? | timestamp: 1062655836 (s) 0x69d1-0x69d5 (4) +0x69d0| 5c d7 56 3f | \.V? | timestamp: 1062655836 (2023-09-03T06:10:36Z) 0x69d1-0x69d5 (4) 0x69d0| 94 a5 30 2a | ..0* | position_lat: 59.32972479611635 (707831188) 0x69d5-0x69d9 (4) 0x69d0| cd 7a e1 0c | .z.. | position_long: 18.113596932962537 (216103629) 0x69d9-0x69dd (4) 0x69d0| a8 61 25| .a%| distance: 24498.32 (2449832) (m) 0x69dd-0x69e1 (4) @@ -20013,7 +20013,7 @@ $ fq -d fit dv activity.fit 0x69e0| 06 | . | reserved: false 0x69e7.3-0x69e7.4 (0.1) 0x69e0| 06 | . | local_message_type: 6 0x69e7.4-0x69e8 (0.4) | | | data_message{}: 0x69e8-0x69fe (22) -0x69e0| 5e d7 56 3f | ^.V? | timestamp: 1062655838 (s) 0x69e8-0x69ec (4) +0x69e0| 5e d7 56 3f | ^.V? | timestamp: 1062655838 (2023-09-03T06:10:38Z) 0x69e8-0x69ec (4) 0x69e0| ba a6 30 2a| ..0*| position_lat: 59.329749438911676 (707831482) 0x69ec-0x69f0 (4) 0x69f0|28 68 e1 0c |(h.. | position_long: 18.11319686472416 (216098856) 0x69f0-0x69f4 (4) 0x69f0| 9c 6a 25 00 | .j%. | distance: 24521.24 (2452124) (m) 0x69f4-0x69f8 (4) @@ -20029,7 +20029,7 @@ $ fq -d fit dv activity.fit 0x69f0| 06 | . | reserved: false 0x69fe.3-0x69fe.4 (0.1) 0x69f0| 06 | . | local_message_type: 6 0x69fe.4-0x69ff (0.4) | | | data_message{}: 0x69ff-0x6a15 (22) -0x69f0| 60| `| timestamp: 1062655840 (s) 0x69ff-0x6a03 (4) +0x69f0| 60| `| timestamp: 1062655840 (2023-09-03T06:10:40Z) 0x69ff-0x6a03 (4) 0x6a00|d7 56 3f |.V? | 0x6a00| 22 a7 30 2a | ".0* | position_lat: 59.329758156090975 (707831586) 0x6a03-0x6a07 (4) 0x6a00| 6d 56 e1 0c | mV.. | position_long: 18.112816410139203 (216094317) 0x6a07-0x6a0b (4) @@ -20047,7 +20047,7 @@ $ fq -d fit dv activity.fit 0x6a10| 06 | . | reserved: false 0x6a15.3-0x6a15.4 (0.1) 0x6a10| 06 | . | local_message_type: 6 0x6a15.4-0x6a16 (0.4) | | | data_message{}: 0x6a16-0x6a2c (22) -0x6a10| 63 d7 56 3f | c.V? | timestamp: 1062655843 (s) 0x6a16-0x6a1a (4) +0x6a10| 63 d7 56 3f | c.V? | timestamp: 1062655843 (2023-09-03T06:10:43Z) 0x6a16-0x6a1a (4) 0x6a10| a2 a4 30 2a | ..0* | position_lat: 59.32970451191068 (707830946) 0x6a1a-0x6a1e (4) 0x6a10| 28 3f| (?| position_long: 18.112317100167274 (216088360) 0x6a1e-0x6a22 (4) 0x6a20|e1 0c |.. | @@ -20064,7 +20064,7 @@ $ fq -d fit dv activity.fit 0x6a20| 06 | . | reserved: false 0x6a2c.3-0x6a2c.4 (0.1) 0x6a20| 06 | . | local_message_type: 6 0x6a2c.4-0x6a2d (0.4) | | | data_message{}: 0x6a2d-0x6a43 (22) -0x6a20| 65 d7 56| e.V| timestamp: 1062655845 (s) 0x6a2d-0x6a31 (4) +0x6a20| 65 d7 56| e.V| timestamp: 1062655845 (2023-09-03T06:10:45Z) 0x6a2d-0x6a31 (4) 0x6a30|3f |? | 0x6a30| 4d a1 30 2a | M.0* | position_lat: 59.329633014276624 (707830093) 0x6a31-0x6a35 (4) 0x6a30| c1 30 e1 0c | .0.. | position_long: 18.11200805939734 (216084673) 0x6a35-0x6a39 (4) @@ -20082,7 +20082,7 @@ $ fq -d fit dv activity.fit 0x6a40| 06 | . | reserved: false 0x6a43.3-0x6a43.4 (0.1) 0x6a40| 06 | . | local_message_type: 6 0x6a43.4-0x6a44 (0.4) | | | data_message{}: 0x6a44-0x6a5a (22) -0x6a40| 68 d7 56 3f | h.V? | timestamp: 1062655848 (s) 0x6a44-0x6a48 (4) +0x6a40| 68 d7 56 3f | h.V? | timestamp: 1062655848 (2023-09-03T06:10:48Z) 0x6a44-0x6a48 (4) 0x6a40| 0b 9c 30 2a | ..0* | position_lat: 59.329520193859935 (707828747) 0x6a48-0x6a4c (4) 0x6a40| 7b 1b e1 0c| {...| position_long: 18.111551580950618 (216079227) 0x6a4c-0x6a50 (4) 0x6a50|16 91 25 00 |..%. | distance: 24619.74 (2461974) (m) 0x6a50-0x6a54 (4) @@ -20098,7 +20098,7 @@ $ fq -d fit dv activity.fit 0x6a50| 06 | . | reserved: false 0x6a5a.3-0x6a5a.4 (0.1) 0x6a50| 06 | . | local_message_type: 6 0x6a5a.4-0x6a5b (0.4) | | | data_message{}: 0x6a5b-0x6a71 (22) -0x6a50| 6b d7 56 3f | k.V? | timestamp: 1062655851 (s) 0x6a5b-0x6a5f (4) +0x6a50| 6b d7 56 3f | k.V? | timestamp: 1062655851 (2023-09-03T06:10:51Z) 0x6a5b-0x6a5f (4) 0x6a50| 7a| z| position_lat: 59.32942220941186 (707827578) 0x6a5f-0x6a63 (4) 0x6a60|97 30 2a |.0* | 0x6a60| 3c 06 e1 0c | <... | position_long: 18.111095689237118 (216073788) 0x6a63-0x6a67 (4) @@ -20126,7 +20126,7 @@ $ fq -d fit dv activity.fit 0x6a70| 06 | . | reserved: false 0x6a79.3-0x6a79.4 (0.1) 0x6a70| 06 | . | local_message_type: 6 0x6a79.4-0x6a7a (0.4) | | | data_message{}: 0x6a7a-0x6a90 (22) -0x6a70| 6e d7 56 3f | n.V? | timestamp: 1062655854 (s) 0x6a7a-0x6a7e (4) +0x6a70| 6e d7 56 3f | n.V? | timestamp: 1062655854 (2023-09-03T06:10:54Z) 0x6a7a-0x6a7e (4) 0x6a70| 57 93| W.| position_lat: 59.32933344505727 (707826519) 0x6a7e-0x6a82 (4) 0x6a80|30 2a |0* | 0x6a80| c5 f0 e0 0c | .... | position_long: 18.11063510365784 (216068293) 0x6a82-0x6a86 (4) @@ -20143,7 +20143,7 @@ $ fq -d fit dv activity.fit 0x6a90|06 |. | reserved: false 0x6a90.3-0x6a90.4 (0.1) 0x6a90|06 |. | local_message_type: 6 0x6a90.4-0x6a91 (0.4) | | | data_message{}: 0x6a91-0x6aa7 (22) -0x6a90| 71 d7 56 3f | q.V? | timestamp: 1062655857 (s) 0x6a91-0x6a95 (4) +0x6a90| 71 d7 56 3f | q.V? | timestamp: 1062655857 (2023-09-03T06:10:57Z) 0x6a91-0x6a95 (4) 0x6a90| e3 8e 30 2a | ..0* | position_lat: 59.32923789136112 (707825379) 0x6a95-0x6a99 (4) 0x6a90| 53 de e0 0c | S... | position_long: 18.11023931019008 (216063571) 0x6a99-0x6a9d (4) 0x6a90| c3 b0 25| ..%| distance: 24700.83 (2470083) (m) 0x6a9d-0x6aa1 (4) @@ -20160,7 +20160,7 @@ $ fq -d fit dv activity.fit 0x6aa0| 06 | . | reserved: false 0x6aa7.3-0x6aa7.4 (0.1) 0x6aa0| 06 | . | local_message_type: 6 0x6aa7.4-0x6aa8 (0.4) | | | data_message{}: 0x6aa8-0x6abe (22) -0x6aa0| 74 d7 56 3f | t.V? | timestamp: 1062655860 (s) 0x6aa8-0x6aac (4) +0x6aa0| 74 d7 56 3f | t.V? | timestamp: 1062655860 (2023-09-03T06:11:00Z) 0x6aa8-0x6aac (4) 0x6aa0| 96 8d 30 2a| ..0*| position_lat: 59.329209979623556 (707825046) 0x6aac-0x6ab0 (4) 0x6ab0|ab cd e0 0c |.... | position_long: 18.109881905838847 (216059307) 0x6ab0-0x6ab4 (4) 0x6ab0| d0 b8 25 00 | ..%. | distance: 24721.44 (2472144) (m) 0x6ab4-0x6ab8 (4) @@ -20176,7 +20176,7 @@ $ fq -d fit dv activity.fit 0x6ab0| 06 | . | reserved: false 0x6abe.3-0x6abe.4 (0.1) 0x6ab0| 06 | . | local_message_type: 6 0x6abe.4-0x6abf (0.4) | | | data_message{}: 0x6abf-0x6ad5 (22) -0x6ab0| 75| u| timestamp: 1062655861 (s) 0x6abf-0x6ac3 (4) +0x6ab0| 75| u| timestamp: 1062655861 (2023-09-03T06:11:01Z) 0x6abf-0x6ac3 (4) 0x6ac0|d7 56 3f |.V? | 0x6ac0| 8d 8d 30 2a | ..0* | position_lat: 59.32920922525227 (707825037) 0x6ac3-0x6ac7 (4) 0x6ac0| 0f c8 e0 0c | .... | position_long: 18.109761541709304 (216057871) 0x6ac7-0x6acb (4) @@ -20194,7 +20194,7 @@ $ fq -d fit dv activity.fit 0x6ad0| 06 | . | reserved: false 0x6ad5.3-0x6ad5.4 (0.1) 0x6ad0| 06 | . | local_message_type: 6 0x6ad5.4-0x6ad6 (0.4) | | | data_message{}: 0x6ad6-0x6aec (22) -0x6ad0| 78 d7 56 3f | x.V? | timestamp: 1062655864 (s) 0x6ad6-0x6ada (4) +0x6ad0| 78 d7 56 3f | x.V? | timestamp: 1062655864 (2023-09-03T06:11:04Z) 0x6ad6-0x6ada (4) 0x6ad0| f3 8c 30 2a | ..0* | position_lat: 59.32919631712139 (707824883) 0x6ada-0x6ade (4) 0x6ad0| 64 b7| d.| position_long: 18.109403885900974 (216053604) 0x6ade-0x6ae2 (4) 0x6ae0|e0 0c |.. | @@ -20211,7 +20211,7 @@ $ fq -d fit dv activity.fit 0x6ae0| 06 | . | reserved: false 0x6aec.3-0x6aec.4 (0.1) 0x6ae0| 06 | . | local_message_type: 6 0x6aec.4-0x6aed (0.4) | | | data_message{}: 0x6aed-0x6b03 (22) -0x6ae0| 7b d7 56| {.V| timestamp: 1062655867 (s) 0x6aed-0x6af1 (4) +0x6ae0| 7b d7 56| {.V| timestamp: 1062655867 (2023-09-03T06:11:07Z) 0x6aed-0x6af1 (4) 0x6af0|3f |? | 0x6af0| ad 8b 30 2a | ..0* | position_lat: 59.32916899211705 (707824557) 0x6af1-0x6af5 (4) 0x6af0| 25 a4 e0 0c | %... | position_long: 18.108990909531713 (216048677) 0x6af5-0x6af9 (4) @@ -20229,7 +20229,7 @@ $ fq -d fit dv activity.fit 0x6b00| 06 | . | reserved: false 0x6b03.3-0x6b03.4 (0.1) 0x6b00| 06 | . | local_message_type: 6 0x6b03.4-0x6b04 (0.4) | | | data_message{}: 0x6b04-0x6b1a (22) -0x6b00| 7e d7 56 3f | ~.V? | timestamp: 1062655870 (s) 0x6b04-0x6b08 (4) +0x6b00| 7e d7 56 3f | ~.V? | timestamp: 1062655870 (2023-09-03T06:11:10Z) 0x6b04-0x6b08 (4) 0x6b00| 28 8b 30 2a | (.0* | position_lat: 59.32915784418583 (707824424) 0x6b08-0x6b0c (4) 0x6b00| 46 8c e0 0c| F...| position_long: 18.1084786914289 (216042566) 0x6b0c-0x6b10 (4) 0x6b10|2a d8 25 00 |*.%. | distance: 24801.7 (2480170) (m) 0x6b10-0x6b14 (4) @@ -20245,7 +20245,7 @@ $ fq -d fit dv activity.fit 0x6b10| 06 | . | reserved: false 0x6b1a.3-0x6b1a.4 (0.1) 0x6b10| 06 | . | local_message_type: 6 0x6b1a.4-0x6b1b (0.4) | | | data_message{}: 0x6b1b-0x6b31 (22) -0x6b10| 81 d7 56 3f | ..V? | timestamp: 1062655873 (s) 0x6b1b-0x6b1f (4) +0x6b10| 81 d7 56 3f | ..V? | timestamp: 1062655873 (2023-09-03T06:11:13Z) 0x6b1b-0x6b1f (4) 0x6b10| 43| C| position_lat: 59.32924593798816 (707825475) 0x6b1f-0x6b23 (4) 0x6b20|8f 30 2a |.0* | 0x6b20| d1 75 e0 0c | .u.. | position_long: 18.107996815815568 (216036817) 0x6b23-0x6b27 (4) @@ -20262,7 +20262,7 @@ $ fq -d fit dv activity.fit 0x6b30| 06 | . | reserved: false 0x6b31.3-0x6b31.4 (0.1) 0x6b30| 06 | . | local_message_type: 6 0x6b31.4-0x6b32 (0.4) | | | data_message{}: 0x6b32-0x6b48 (22) -0x6b30| 84 d7 56 3f | ..V? | timestamp: 1062655876 (s) 0x6b32-0x6b36 (4) +0x6b30| 84 d7 56 3f | ..V? | timestamp: 1062655876 (2023-09-03T06:11:16Z) 0x6b32-0x6b36 (4) 0x6b30| 55 93 30 2a | U.0* | position_lat: 59.32933327741921 (707826517) 0x6b36-0x6b3a (4) 0x6b30| e9 60 e0 0c | .`.. | position_long: 18.107548216357827 (216031465) 0x6b3a-0x6b3e (4) 0x6b30| 3f ee| ?.| distance: 24858.23 (2485823) (m) 0x6b3e-0x6b42 (4) @@ -20279,7 +20279,7 @@ $ fq -d fit dv activity.fit 0x6b40| 06 | . | reserved: false 0x6b48.3-0x6b48.4 (0.1) 0x6b40| 06 | . | local_message_type: 6 0x6b48.4-0x6b49 (0.4) | | | data_message{}: 0x6b49-0x6b5f (22) -0x6b40| 87 d7 56 3f | ..V? | timestamp: 1062655879 (s) 0x6b49-0x6b4d (4) +0x6b40| 87 d7 56 3f | ..V? | timestamp: 1062655879 (2023-09-03T06:11:19Z) 0x6b49-0x6b4d (4) 0x6b40| 91 96 30| ..0| position_lat: 59.32940267957747 (707827345) 0x6b4d-0x6b51 (4) 0x6b50|2a |* | 0x6b50| 00 4c e0 0c | .L.. | position_long: 18.107099533081055 (216026112) 0x6b51-0x6b55 (4) @@ -20296,7 +20296,7 @@ $ fq -d fit dv activity.fit 0x6b50| 06| .| reserved: false 0x6b5f.3-0x6b5f.4 (0.1) 0x6b50| 06| .| local_message_type: 6 0x6b5f.4-0x6b60 (0.4) | | | data_message{}: 0x6b60-0x6b76 (22) -0x6b60|8a d7 56 3f |..V? | timestamp: 1062655882 (s) 0x6b60-0x6b64 (4) +0x6b60|8a d7 56 3f |..V? | timestamp: 1062655882 (2023-09-03T06:11:22Z) 0x6b60-0x6b64 (4) 0x6b60| 69 98 30 2a | i.0* | position_lat: 59.32944224216044 (707827817) 0x6b64-0x6b68 (4) 0x6b60| 98 37 e0 0c | .7.. | position_long: 18.106661662459373 (216020888) 0x6b68-0x6b6c (4) 0x6b60| 8e 02 26 00| ..&.| distance: 24910.22 (2491022) (m) 0x6b6c-0x6b70 (4) @@ -20312,7 +20312,7 @@ $ fq -d fit dv activity.fit 0x6b70| 06 | . | reserved: false 0x6b76.3-0x6b76.4 (0.1) 0x6b70| 06 | . | local_message_type: 6 0x6b76.4-0x6b77 (0.4) | | | data_message{}: 0x6b77-0x6b8d (22) -0x6b70| 8d d7 56 3f | ..V? | timestamp: 1062655885 (s) 0x6b77-0x6b7b (4) +0x6b70| 8d d7 56 3f | ..V? | timestamp: 1062655885 (2023-09-03T06:11:25Z) 0x6b77-0x6b7b (4) 0x6b70| 1a 99 30 2a | ..0* | position_lat: 59.32945707812905 (707827994) 0x6b7b-0x6b7f (4) 0x6b70| cf| .| position_long: 18.106237119063735 (216015823) 0x6b7f-0x6b83 (4) 0x6b80|23 e0 0c |#.. | @@ -20329,7 +20329,7 @@ $ fq -d fit dv activity.fit 0x6b80| 06 | . | reserved: false 0x6b8d.3-0x6b8d.4 (0.1) 0x6b80| 06 | . | local_message_type: 6 0x6b8d.4-0x6b8e (0.4) | | | data_message{}: 0x6b8e-0x6ba4 (22) -0x6b80| 90 d7| ..| timestamp: 1062655888 (s) 0x6b8e-0x6b92 (4) +0x6b80| 90 d7| ..| timestamp: 1062655888 (2023-09-03T06:11:28Z) 0x6b8e-0x6b92 (4) 0x6b90|56 3f |V? | 0x6b90| e7 98 30 2a | ..0* | position_lat: 59.329452803358436 (707827943) 0x6b92-0x6b96 (4) 0x6b90| 04 10 e0 0c | .... | position_long: 18.105812408030033 (216010756) 0x6b96-0x6b9a (4) @@ -20346,7 +20346,7 @@ $ fq -d fit dv activity.fit 0x6ba0| 06 | . | reserved: false 0x6ba4.3-0x6ba4.4 (0.1) 0x6ba0| 06 | . | local_message_type: 6 0x6ba4.4-0x6ba5 (0.4) | | | data_message{}: 0x6ba5-0x6bbb (22) -0x6ba0| 93 d7 56 3f | ..V? | timestamp: 1062655891 (s) 0x6ba5-0x6ba9 (4) +0x6ba0| 93 d7 56 3f | ..V? | timestamp: 1062655891 (2023-09-03T06:11:31Z) 0x6ba5-0x6ba9 (4) 0x6ba0| df 97 30 2a | ..0* | position_lat: 59.32943067513406 (707827679) 0x6ba9-0x6bad (4) 0x6ba0| 42 fd df| B..| position_long: 18.105409909039736 (216005954) 0x6bad-0x6bb1 (4) 0x6bb0|0c |. | @@ -20363,7 +20363,7 @@ $ fq -d fit dv activity.fit 0x6bb0| 06 | . | reserved: false 0x6bbb.3-0x6bbb.4 (0.1) 0x6bb0| 06 | . | local_message_type: 6 0x6bbb.4-0x6bbc (0.4) | | | data_message{}: 0x6bbc-0x6bd2 (22) -0x6bb0| 98 d7 56 3f| ..V?| timestamp: 1062655896 (s) 0x6bbc-0x6bc0 (4) +0x6bb0| 98 d7 56 3f| ..V?| timestamp: 1062655896 (2023-09-03T06:11:36Z) 0x6bbc-0x6bc0 (4) 0x6bc0|d0 96 30 2a |..0* | position_lat: 59.32940796017647 (707827408) 0x6bc0-0x6bc4 (4) 0x6bc0| da ec df 0c | .... | position_long: 18.10505786910653 (216001754) 0x6bc4-0x6bc8 (4) 0x6bc0| 55 26 26 00 | U&&. | distance: 25001.81 (2500181) (m) 0x6bc8-0x6bcc (4) @@ -20379,8 +20379,8 @@ $ fq -d fit dv activity.fit 0x6bd0| 08 | . | reserved: false 0x6bd2.3-0x6bd2.4 (0.1) 0x6bd0| 08 | . | local_message_type: 8 0x6bd2.4-0x6bd3 (0.4) | | | data_message{}: 0x6bd3-0x6c09 (54) -0x6bd0| 98 d7 56 3f | ..V? | timestamp: 1062655896 (s) 0x6bd3-0x6bd7 (4) -0x6bd0| cc d3 56 3f | ..V? | start_time: 1062654924 0x6bd7-0x6bdb (4) +0x6bd0| 98 d7 56 3f | ..V? | timestamp: 1062655896 (2023-09-03T06:11:36Z) 0x6bd3-0x6bd7 (4) +0x6bd0| cc d3 56 3f | ..V? | start_time: 1062654924 (2023-09-03T05:55:24Z) 0x6bd7-0x6bdb (4) 0x6bd0| 7d f8 2f 2a | }./* | start_position_lat: 59.32601069100201 (707786877) 0x6bdb-0x6bdf (4) 0x6bd0| 1b| .| start_position_long: 18.116972325369716 (216143899) 0x6bdf-0x6be3 (4) 0x6be0|18 e2 0c |... | @@ -20412,7 +20412,7 @@ $ fq -d fit dv activity.fit 0x6c00| 06 | . | reserved: false 0x6c09.3-0x6c09.4 (0.1) 0x6c00| 06 | . | local_message_type: 6 0x6c09.4-0x6c0a (0.4) | | | data_message{}: 0x6c0a-0x6c20 (22) -0x6c00| 9e d7 56 3f | ..V? | timestamp: 1062655902 (s) 0x6c0a-0x6c0e (4) +0x6c00| 9e d7 56 3f | ..V? | timestamp: 1062655902 (2023-09-03T06:11:42Z) 0x6c0a-0x6c0e (4) 0x6c00| 51 93| Q.| position_lat: 59.32933294214308 (707826513) 0x6c0e-0x6c12 (4) 0x6c10|30 2a |0* | 0x6c10| a4 db df 0c | .... | position_long: 18.104688562452793 (215997348) 0x6c12-0x6c16 (4) @@ -20429,7 +20429,7 @@ $ fq -d fit dv activity.fit 0x6c20|06 |. | reserved: false 0x6c20.3-0x6c20.4 (0.1) 0x6c20|06 |. | local_message_type: 6 0x6c20.4-0x6c21 (0.4) | | | data_message{}: 0x6c21-0x6c37 (22) -0x6c20| a2 d7 56 3f | ..V? | timestamp: 1062655906 (s) 0x6c21-0x6c25 (4) +0x6c20| a2 d7 56 3f | ..V? | timestamp: 1062655906 (2023-09-03T06:11:46Z) 0x6c21-0x6c25 (4) 0x6c20| 1e 8f 30 2a | ..0* | position_lat: 59.32924283668399 (707825438) 0x6c25-0x6c29 (4) 0x6c20| ba c9 df 0c | .... | position_long: 18.104304168373346 (215992762) 0x6c29-0x6c2d (4) 0x6c20| 92 38 26| .8&| distance: 25048.5 (2504850) (m) 0x6c2d-0x6c31 (4) @@ -20446,7 +20446,7 @@ $ fq -d fit dv activity.fit 0x6c30| 06 | . | reserved: false 0x6c37.3-0x6c37.4 (0.1) 0x6c30| 06 | . | local_message_type: 6 0x6c37.4-0x6c38 (0.4) | | | data_message{}: 0x6c38-0x6c4e (22) -0x6c30| a6 d7 56 3f | ..V? | timestamp: 1062655910 (s) 0x6c38-0x6c3c (4) +0x6c30| a6 d7 56 3f | ..V? | timestamp: 1062655910 (2023-09-03T06:11:50Z) 0x6c38-0x6c3c (4) 0x6c30| 7f 8b 30 2a| ..0*| position_lat: 59.32916513644159 (707824511) 0x6c3c-0x6c40 (4) 0x6c40|89 b7 df 0c |.... | position_long: 18.103913823142648 (215988105) 0x6c40-0x6c44 (4) 0x6c40| e3 41 26 00 | .A&. | distance: 25072.35 (2507235) (m) 0x6c44-0x6c48 (4) @@ -20462,7 +20462,7 @@ $ fq -d fit dv activity.fit 0x6c40| 06 | . | reserved: false 0x6c4e.3-0x6c4e.4 (0.1) 0x6c40| 06 | . | local_message_type: 6 0x6c4e.4-0x6c4f (0.4) | | | data_message{}: 0x6c4f-0x6c65 (22) -0x6c40| aa| .| timestamp: 1062655914 (s) 0x6c4f-0x6c53 (4) +0x6c40| aa| .| timestamp: 1062655914 (2023-09-03T06:11:54Z) 0x6c4f-0x6c53 (4) 0x6c50|d7 56 3f |.V? | 0x6c50| b7 87 30 2a | ..0* | position_lat: 59.32908399961889 (707823543) 0x6c53-0x6c57 (4) 0x6c50| 62 a3 df 0c | b... | position_long: 18.103481400758028 (215982946) 0x6c57-0x6c5b (4) @@ -20480,7 +20480,7 @@ $ fq -d fit dv activity.fit 0x6c60| 06 | . | reserved: false 0x6c65.3-0x6c65.4 (0.1) 0x6c60| 06 | . | local_message_type: 6 0x6c65.4-0x6c66 (0.4) | | | data_message{}: 0x6c66-0x6c7c (22) -0x6c60| ae d7 56 3f | ..V? | timestamp: 1062655918 (s) 0x6c66-0x6c6a (4) +0x6c60| ae d7 56 3f | ..V? | timestamp: 1062655918 (2023-09-03T06:11:58Z) 0x6c66-0x6c6a (4) 0x6c60| 63 83 30 2a | c.0* | position_lat: 59.32899112813175 (707822435) 0x6c6a-0x6c6e (4) 0x6c60| c6 8f| ..| position_long: 18.103060629218817 (215977926) 0x6c6e-0x6c72 (4) 0x6c70|df 0c |.. | @@ -20497,7 +20497,7 @@ $ fq -d fit dv activity.fit 0x6c70| 06 | . | reserved: false 0x6c7c.3-0x6c7c.4 (0.1) 0x6c70| 06 | . | local_message_type: 6 0x6c7c.4-0x6c7d (0.4) | | | data_message{}: 0x6c7d-0x6c93 (22) -0x6c70| b1 d7 56| ..V| timestamp: 1062655921 (s) 0x6c7d-0x6c81 (4) +0x6c70| b1 d7 56| ..V| timestamp: 1062655921 (2023-09-03T06:12:01Z) 0x6c7d-0x6c81 (4) 0x6c80|3f |? | 0x6c80| 13 7f 30 2a | ..0* | position_lat: 59.32889859192073 (707821331) 0x6c81-0x6c85 (4) 0x6c80| 09 7f df 0c | .... | position_long: 18.102701464667916 (215973641) 0x6c85-0x6c89 (4) @@ -20515,7 +20515,7 @@ $ fq -d fit dv activity.fit 0x6c90| 06 | . | reserved: false 0x6c93.3-0x6c93.4 (0.1) 0x6c90| 06 | . | local_message_type: 6 0x6c93.4-0x6c94 (0.4) | | | data_message{}: 0x6c94-0x6caa (22) -0x6c90| b4 d7 56 3f | ..V? | timestamp: 1062655924 (s) 0x6c94-0x6c98 (4) +0x6c90| b4 d7 56 3f | ..V? | timestamp: 1062655924 (2023-09-03T06:12:04Z) 0x6c94-0x6c98 (4) 0x6c90| 6d 7a 30 2a | mz0* | position_lat: 59.32879884727299 (707820141) 0x6c98-0x6c9c (4) 0x6c90| 5b 6e df 0c| [n..| position_long: 18.10234355740249 (215969371) 0x6c9c-0x6ca0 (4) 0x6ca0|50 68 26 00 |Ph&. | distance: 25170.72 (2517072) (m) 0x6ca0-0x6ca4 (4) @@ -20531,7 +20531,7 @@ $ fq -d fit dv activity.fit 0x6ca0| 06 | . | reserved: false 0x6caa.3-0x6caa.4 (0.1) 0x6ca0| 06 | . | local_message_type: 6 0x6caa.4-0x6cab (0.4) | | | data_message{}: 0x6cab-0x6cc1 (22) -0x6ca0| b7 d7 56 3f | ..V? | timestamp: 1062655927 (s) 0x6cab-0x6caf (4) +0x6ca0| b7 d7 56 3f | ..V? | timestamp: 1062655927 (2023-09-03T06:12:07Z) 0x6cab-0x6caf (4) 0x6ca0| 4c| L| position_lat: 59.32871025055647 (707819084) 0x6caf-0x6cb3 (4) 0x6cb0|76 30 2a |v0* | 0x6cb0| 15 5d df 0c | .].. | position_long: 18.101972909644246 (215964949) 0x6cb3-0x6cb7 (4) @@ -20548,7 +20548,7 @@ $ fq -d fit dv activity.fit 0x6cc0| 06 | . | reserved: false 0x6cc1.3-0x6cc1.4 (0.1) 0x6cc0| 06 | . | local_message_type: 6 0x6cc1.4-0x6cc2 (0.4) | | | data_message{}: 0x6cc2-0x6cd8 (22) -0x6cc0| ba d7 56 3f | ..V? | timestamp: 1062655930 (s) 0x6cc2-0x6cc6 (4) +0x6cc0| ba d7 56 3f | ..V? | timestamp: 1062655930 (2023-09-03T06:12:10Z) 0x6cc2-0x6cc6 (4) 0x6cc0| ee 72 30 2a | .r0* | position_lat: 59.32863799855113 (707818222) 0x6cc6-0x6cca (4) 0x6cc0| d0 4a df 0c | .J.. | position_long: 18.101580888032913 (215960272) 0x6cca-0x6cce (4) 0x6cc0| ae 7a| .z| distance: 25217.74 (2521774) (m) 0x6cce-0x6cd2 (4) @@ -20565,7 +20565,7 @@ $ fq -d fit dv activity.fit 0x6cd0| 06 | . | reserved: false 0x6cd8.3-0x6cd8.4 (0.1) 0x6cd0| 06 | . | local_message_type: 6 0x6cd8.4-0x6cd9 (0.4) | | | data_message{}: 0x6cd9-0x6cef (22) -0x6cd0| bd d7 56 3f | ..V? | timestamp: 1062655933 (s) 0x6cd9-0x6cdd (4) +0x6cd0| bd d7 56 3f | ..V? | timestamp: 1062655933 (2023-09-03T06:12:13Z) 0x6cd9-0x6cdd (4) 0x6cd0| b8 6f 30| .o0| position_lat: 59.32856909930706 (707817400) 0x6cdd-0x6ce1 (4) 0x6ce0|2a |* | 0x6ce0| b4 37 df 0c | .7.. | position_long: 18.10117084532976 (215955380) 0x6ce1-0x6ce5 (4) @@ -20582,7 +20582,7 @@ $ fq -d fit dv activity.fit 0x6ce0| 06| .| reserved: false 0x6cef.3-0x6cef.4 (0.1) 0x6ce0| 06| .| local_message_type: 6 0x6cef.4-0x6cf0 (0.4) | | | data_message{}: 0x6cf0-0x6d06 (22) -0x6cf0|c0 d7 56 3f |..V? | timestamp: 1062655936 (s) 0x6cf0-0x6cf4 (4) +0x6cf0|c0 d7 56 3f |..V? | timestamp: 1062655936 (2023-09-03T06:12:16Z) 0x6cf0-0x6cf4 (4) 0x6cf0| 2d 6c 30 2a | -l0* | position_lat: 59.328493075445294 (707816493) 0x6cf4-0x6cf8 (4) 0x6cf0| 50 23 df 0c | P#.. | position_long: 18.100733309984207 (215950160) 0x6cf8-0x6cfc (4) 0x6cf0| 8f 8e 26 00| ..&.| distance: 25268.63 (2526863) (m) 0x6cfc-0x6d00 (4) @@ -20598,7 +20598,7 @@ $ fq -d fit dv activity.fit 0x6d00| 06 | . | reserved: false 0x6d06.3-0x6d06.4 (0.1) 0x6d00| 06 | . | local_message_type: 6 0x6d06.4-0x6d07 (0.4) | | | data_message{}: 0x6d07-0x6d1d (22) -0x6d00| c3 d7 56 3f | ..V? | timestamp: 1062655939 (s) 0x6d07-0x6d0b (4) +0x6d00| c3 d7 56 3f | ..V? | timestamp: 1062655939 (2023-09-03T06:12:19Z) 0x6d07-0x6d0b (4) 0x6d00| 79 68 30 2a | yh0* | position_lat: 59.32841361500323 (707815545) 0x6d0b-0x6d0f (4) 0x6d00| 3c| <| position_long: 18.10032393783331 (215945276) 0x6d0f-0x6d13 (4) 0x6d10|10 df 0c |... | @@ -20615,7 +20615,7 @@ $ fq -d fit dv activity.fit 0x6d10| 06 | . | reserved: false 0x6d1d.3-0x6d1d.4 (0.1) 0x6d10| 06 | . | local_message_type: 6 0x6d1d.4-0x6d1e (0.4) | | | data_message{}: 0x6d1e-0x6d34 (22) -0x6d10| c6 d7| ..| timestamp: 1062655942 (s) 0x6d1e-0x6d22 (4) +0x6d10| c6 d7| ..| timestamp: 1062655942 (2023-09-03T06:12:22Z) 0x6d1e-0x6d22 (4) 0x6d20|56 3f |V? | 0x6d20| ec 64 30 2a | .d0* | position_lat: 59.3283374235034 (707814636) 0x6d22-0x6d26 (4) 0x6d20| 96 fd de 0c | .... | position_long: 18.0999237857759 (215940502) 0x6d26-0x6d2a (4) @@ -20632,7 +20632,7 @@ $ fq -d fit dv activity.fit 0x6d30| 06 | . | reserved: false 0x6d34.3-0x6d34.4 (0.1) 0x6d30| 06 | . | local_message_type: 6 0x6d34.4-0x6d35 (0.4) | | | data_message{}: 0x6d35-0x6d4b (22) -0x6d30| c9 d7 56 3f | ..V? | timestamp: 1062655945 (s) 0x6d35-0x6d39 (4) +0x6d30| c9 d7 56 3f | ..V? | timestamp: 1062655945 (2023-09-03T06:12:25Z) 0x6d35-0x6d39 (4) 0x6d30| 48 62 30 2a | Hb0* | position_lat: 59.32828076183796 (707813960) 0x6d39-0x6d3d (4) 0x6d30| 3e eb de| >..| position_long: 18.099530171602964 (215935806) 0x6d3d-0x6d41 (4) 0x6d40|0c |. | @@ -20649,7 +20649,7 @@ $ fq -d fit dv activity.fit 0x6d40| 06 | . | reserved: false 0x6d4b.3-0x6d4b.4 (0.1) 0x6d40| 06 | . | local_message_type: 6 0x6d4b.4-0x6d4c (0.4) | | | data_message{}: 0x6d4c-0x6d62 (22) -0x6d40| cc d7 56 3f| ..V?| timestamp: 1062655948 (s) 0x6d4c-0x6d50 (4) +0x6d40| cc d7 56 3f| ..V?| timestamp: 1062655948 (2023-09-03T06:12:28Z) 0x6d4c-0x6d50 (4) 0x6d50|5c 60 30 2a |\`0* | position_lat: 59.328239522874355 (707813468) 0x6d50-0x6d54 (4) 0x6d50| e9 d8 de 0c | .... | position_long: 18.099136808887124 (215931113) 0x6d54-0x6d58 (4) 0x6d50| cf b3 26 00 | ..&. | distance: 25363.99 (2536399) (m) 0x6d58-0x6d5c (4) @@ -20665,7 +20665,7 @@ $ fq -d fit dv activity.fit 0x6d60| 06 | . | reserved: false 0x6d62.3-0x6d62.4 (0.1) 0x6d60| 06 | . | local_message_type: 6 0x6d62.4-0x6d63 (0.4) | | | data_message{}: 0x6d63-0x6d79 (22) -0x6d60| cf d7 56 3f | ..V? | timestamp: 1062655951 (s) 0x6d63-0x6d67 (4) +0x6d60| cf d7 56 3f | ..V? | timestamp: 1062655951 (2023-09-03T06:12:31Z) 0x6d63-0x6d67 (4) 0x6d60| f8 5e 30 2a | .^0* | position_lat: 59.328209683299065 (707813112) 0x6d67-0x6d6b (4) 0x6d60| 04 c7 de 0c | .... | position_long: 18.098752833902836 (215926532) 0x6d6b-0x6d6f (4) 0x6d60| 71| q| distance: 25386.09 (2538609) (m) 0x6d6f-0x6d73 (4) @@ -20682,7 +20682,7 @@ $ fq -d fit dv activity.fit 0x6d70| 06 | . | reserved: false 0x6d79.3-0x6d79.4 (0.1) 0x6d70| 06 | . | local_message_type: 6 0x6d79.4-0x6d7a (0.4) | | | data_message{}: 0x6d7a-0x6d90 (22) -0x6d70| d2 d7 56 3f | ..V? | timestamp: 1062655954 (s) 0x6d7a-0x6d7e (4) +0x6d70| d2 d7 56 3f | ..V? | timestamp: 1062655954 (2023-09-03T06:12:34Z) 0x6d7a-0x6d7e (4) 0x6d70| ad 5d| .]| position_lat: 59.32818193919957 (707812781) 0x6d7e-0x6d82 (4) 0x6d80|30 2a |0* | 0x6d80| b6 b5 de 0c | .... | position_long: 18.098381515592337 (215922102) 0x6d82-0x6d86 (4) @@ -20699,7 +20699,7 @@ $ fq -d fit dv activity.fit 0x6d90|06 |. | reserved: false 0x6d90.3-0x6d90.4 (0.1) 0x6d90|06 |. | local_message_type: 6 0x6d90.4-0x6d91 (0.4) | | | data_message{}: 0x6d91-0x6da7 (22) -0x6d90| d5 d7 56 3f | ..V? | timestamp: 1062655957 (s) 0x6d91-0x6d95 (4) +0x6d90| d5 d7 56 3f | ..V? | timestamp: 1062655957 (2023-09-03T06:12:37Z) 0x6d91-0x6d95 (4) 0x6d90| 2b 5c 30 2a | +\0* | position_lat: 59.328149585053325 (707812395) 0x6d95-0x6d99 (4) 0x6d90| 93 a4 de 0c | .... | position_long: 18.0980138015002 (215917715) 0x6d99-0x6d9d (4) 0x6d90| 14 cd 26| ..&| distance: 25428.68 (2542868) (m) 0x6d9d-0x6da1 (4) @@ -20716,7 +20716,7 @@ $ fq -d fit dv activity.fit 0x6da0| 06 | . | reserved: false 0x6da7.3-0x6da7.4 (0.1) 0x6da0| 06 | . | local_message_type: 6 0x6da7.4-0x6da8 (0.4) | | | data_message{}: 0x6da8-0x6dbe (22) -0x6da0| d8 d7 56 3f | ..V? | timestamp: 1062655960 (s) 0x6da8-0x6dac (4) +0x6da0| d8 d7 56 3f | ..V? | timestamp: 1062655960 (2023-09-03T06:12:40Z) 0x6da8-0x6dac (4) 0x6da0| a5 5b 30 2a| .[0*| position_lat: 59.328138353303075 (707812261) 0x6dac-0x6db0 (4) 0x6db0|60 93 de 0c |`... | position_long: 18.09764474630356 (215913312) 0x6db0-0x6db4 (4) 0x6db0| 4b d5 26 00 | K.&. | distance: 25449.71 (2544971) (m) 0x6db4-0x6db8 (4) @@ -20732,7 +20732,7 @@ $ fq -d fit dv activity.fit 0x6db0| 06 | . | reserved: false 0x6dbe.3-0x6dbe.4 (0.1) 0x6db0| 06 | . | local_message_type: 6 0x6dbe.4-0x6dbf (0.4) | | | data_message{}: 0x6dbf-0x6dd5 (22) -0x6db0| db| .| timestamp: 1062655963 (s) 0x6dbf-0x6dc3 (4) +0x6db0| db| .| timestamp: 1062655963 (2023-09-03T06:12:43Z) 0x6dbf-0x6dc3 (4) 0x6dc0|d7 56 3f |.V? | 0x6dc0| 35 5b 30 2a | 5[0* | position_lat: 59.32812896557152 (707812149) 0x6dc3-0x6dc7 (4) 0x6dc0| f3 82 de 0c | .... | position_long: 18.097292287275195 (215909107) 0x6dc7-0x6dcb (4) @@ -20750,7 +20750,7 @@ $ fq -d fit dv activity.fit 0x6dd0| 06 | . | reserved: false 0x6dd5.3-0x6dd5.4 (0.1) 0x6dd0| 06 | . | local_message_type: 6 0x6dd5.4-0x6dd6 (0.4) | | | data_message{}: 0x6dd6-0x6dec (22) -0x6dd0| dd d7 56 3f | ..V? | timestamp: 1062655965 (s) 0x6dd6-0x6dda (4) +0x6dd0| dd d7 56 3f | ..V? | timestamp: 1062655965 (2023-09-03T06:12:45Z) 0x6dd6-0x6dda (4) 0x6dd0| 4b 5b 30 2a | K[0* | position_lat: 59.32813080959022 (707812171) 0x6dda-0x6dde (4) 0x6dd0| 67 78| gx| position_long: 18.097065975889564 (215906407) 0x6dde-0x6de2 (4) 0x6de0|de 0c |.. | @@ -20767,7 +20767,7 @@ $ fq -d fit dv activity.fit 0x6de0| 06 | . | reserved: false 0x6dec.3-0x6dec.4 (0.1) 0x6de0| 06 | . | local_message_type: 6 0x6dec.4-0x6ded (0.4) | | | data_message{}: 0x6ded-0x6e03 (22) -0x6de0| e1 d7 56| ..V| timestamp: 1062655969 (s) 0x6ded-0x6df1 (4) +0x6de0| e1 d7 56| ..V| timestamp: 1062655969 (2023-09-03T06:12:49Z) 0x6ded-0x6df1 (4) 0x6df0|3f |? | 0x6df0| d7 61 30 2a | .a0* | position_lat: 59.328271290287375 (707813847) 0x6df1-0x6df5 (4) 0x6df0| e4 6b de 0c | .k.. | position_long: 18.09679750353098 (215903204) 0x6df5-0x6df9 (4) @@ -20785,7 +20785,7 @@ $ fq -d fit dv activity.fit 0x6e00| 06 | . | reserved: false 0x6e03.3-0x6e03.4 (0.1) 0x6e00| 06 | . | local_message_type: 6 0x6e03.4-0x6e04 (0.4) | | | data_message{}: 0x6e04-0x6e1a (22) -0x6e00| e2 d7 56 3f | ..V? | timestamp: 1062655970 (s) 0x6e04-0x6e08 (4) +0x6e00| e2 d7 56 3f | ..V? | timestamp: 1062655970 (2023-09-03T06:12:50Z) 0x6e04-0x6e08 (4) 0x6e00| 10 64 30 2a | .d0* | position_lat: 59.32831898331642 (707814416) 0x6e08-0x6e0c (4) 0x6e00| e9 69 de 0c| .i..| position_long: 18.0967550072819 (215902697) 0x6e0c-0x6e10 (4) 0x6e10|76 ed 26 00 |v.&. | distance: 25511.58 (2551158) (m) 0x6e10-0x6e14 (4) @@ -20801,7 +20801,7 @@ $ fq -d fit dv activity.fit 0x6e10| 06 | . | reserved: false 0x6e1a.3-0x6e1a.4 (0.1) 0x6e10| 06 | . | local_message_type: 6 0x6e1a.4-0x6e1b (0.4) | | | data_message{}: 0x6e1b-0x6e31 (22) -0x6e10| e3 d7 56 3f | ..V? | timestamp: 1062655971 (s) 0x6e1b-0x6e1f (4) +0x6e10| e3 d7 56 3f | ..V? | timestamp: 1062655971 (2023-09-03T06:12:51Z) 0x6e1b-0x6e1f (4) 0x6e10| 50| P| position_lat: 59.32836726307869 (707814992) 0x6e1f-0x6e23 (4) 0x6e20|66 30 2a |f0* | 0x6e20| 7a 67 de 0c | zg.. | position_long: 18.09670278802514 (215902074) 0x6e23-0x6e27 (4) @@ -20818,7 +20818,7 @@ $ fq -d fit dv activity.fit 0x6e30| 06 | . | reserved: false 0x6e31.3-0x6e31.4 (0.1) 0x6e30| 06 | . | local_message_type: 6 0x6e31.4-0x6e32 (0.4) | | | data_message{}: 0x6e32-0x6e48 (22) -0x6e30| e6 d7 56 3f | ..V? | timestamp: 1062655974 (s) 0x6e32-0x6e36 (4) +0x6e30| e6 d7 56 3f | ..V? | timestamp: 1062655974 (2023-09-03T06:12:54Z) 0x6e32-0x6e36 (4) 0x6e30| 85 6d 30 2a | .m0* | position_lat: 59.328521909192204 (707816837) 0x6e36-0x6e3a (4) 0x6e30| 09 5f de 0c | ._.. | position_long: 18.096521655097604 (215899913) 0x6e3a-0x6e3e (4) 0x6e30| b4 f7| ..| distance: 25537.8 (2553780) (m) 0x6e3e-0x6e42 (4) @@ -20835,7 +20835,7 @@ $ fq -d fit dv activity.fit 0x6e40| 06 | . | reserved: false 0x6e48.3-0x6e48.4 (0.1) 0x6e40| 06 | . | local_message_type: 6 0x6e48.4-0x6e49 (0.4) | | | data_message{}: 0x6e49-0x6e5f (22) -0x6e40| e9 d7 56 3f | ..V? | timestamp: 1062655977 (s) 0x6e49-0x6e4d (4) +0x6e40| e9 d7 56 3f | ..V? | timestamp: 1062655977 (2023-09-03T06:12:57Z) 0x6e49-0x6e4d (4) 0x6e40| 08 75 30| .u0| position_lat: 59.32868309319019 (707818760) 0x6e4d-0x6e51 (4) 0x6e50|2a |* | 0x6e50| 4c 56 de 0c | LV.. | position_long: 18.096334151923656 (215897676) 0x6e51-0x6e55 (4) @@ -20852,7 +20852,7 @@ $ fq -d fit dv activity.fit 0x6e50| 06| .| reserved: false 0x6e5f.3-0x6e5f.4 (0.1) 0x6e50| 06| .| local_message_type: 6 0x6e5f.4-0x6e60 (0.4) | | | data_message{}: 0x6e60-0x6e76 (22) -0x6e60|ec d7 56 3f |..V? | timestamp: 1062655980 (s) 0x6e60-0x6e64 (4) +0x6e60|ec d7 56 3f |..V? | timestamp: 1062655980 (2023-09-03T06:13:00Z) 0x6e60-0x6e64 (4) 0x6e60| d9 7c 30 2a | .|0* | position_lat: 59.328850815072656 (707820761) 0x6e64-0x6e68 (4) 0x6e60| 74 4d de 0c | tM.. | position_long: 18.096144385635853 (215895412) 0x6e68-0x6e6c (4) 0x6e60| 4b 08 27 00| K.'.| distance: 25580.27 (2558027) (m) 0x6e6c-0x6e70 (4) @@ -20868,7 +20868,7 @@ $ fq -d fit dv activity.fit 0x6e70| 06 | . | reserved: false 0x6e76.3-0x6e76.4 (0.1) 0x6e70| 06 | . | local_message_type: 6 0x6e76.4-0x6e77 (0.4) | | | data_message{}: 0x6e77-0x6e8d (22) -0x6e70| ef d7 56 3f | ..V? | timestamp: 1062655983 (s) 0x6e77-0x6e7b (4) +0x6e70| ef d7 56 3f | ..V? | timestamp: 1062655983 (2023-09-03T06:13:03Z) 0x6e77-0x6e7b (4) 0x6e70| 1f 84 30 2a | ..0* | position_lat: 59.32900688610971 (707822623) 0x6e7b-0x6e7f (4) 0x6e70| 98| .| position_long: 18.095954284071922 (215893144) 0x6e7f-0x6e83 (4) 0x6e80|44 de 0c |D.. | @@ -20885,7 +20885,7 @@ $ fq -d fit dv activity.fit 0x6e80| 06 | . | reserved: false 0x6e8d.3-0x6e8d.4 (0.1) 0x6e80| 06 | . | local_message_type: 6 0x6e8d.4-0x6e8e (0.4) | | | data_message{}: 0x6e8e-0x6ea4 (22) -0x6e80| f2 d7| ..| timestamp: 1062655986 (s) 0x6e8e-0x6e92 (4) +0x6e80| f2 d7| ..| timestamp: 1062655986 (2023-09-03T06:13:06Z) 0x6e8e-0x6e92 (4) 0x6e90|56 3f |V? | 0x6e90| b4 8b 30 2a | ..0* | position_lat: 59.32916957885027 (707824564) 0x6e92-0x6e96 (4) 0x6e90| f9 3b de 0c | .;.. | position_long: 18.095769295468926 (215890937) 0x6e96-0x6e9a (4) @@ -20902,7 +20902,7 @@ $ fq -d fit dv activity.fit 0x6ea0| 06 | . | reserved: false 0x6ea4.3-0x6ea4.4 (0.1) 0x6ea0| 06 | . | local_message_type: 6 0x6ea4.4-0x6ea5 (0.4) | | | data_message{}: 0x6ea5-0x6ebb (22) -0x6ea0| f5 d7 56 3f | ..V? | timestamp: 1062655989 (s) 0x6ea5-0x6ea9 (4) +0x6ea0| f5 d7 56 3f | ..V? | timestamp: 1062655989 (2023-09-03T06:13:09Z) 0x6ea5-0x6ea9 (4) 0x6ea0| 30 93 30 2a | 0.0* | position_lat: 59.329330176115036 (707826480) 0x6ea9-0x6ead (4) 0x6ea0| 55 33 de| U3.| position_long: 18.095583887770772 (215888725) 0x6ead-0x6eb1 (4) 0x6eb0|0c |. | @@ -20919,7 +20919,7 @@ $ fq -d fit dv activity.fit 0x6eb0| 06 | . | reserved: false 0x6ebb.3-0x6ebb.4 (0.1) 0x6eb0| 06 | . | local_message_type: 6 0x6ebb.4-0x6ebc (0.4) | | | data_message{}: 0x6ebc-0x6ed2 (22) -0x6eb0| f8 d7 56 3f| ..V?| timestamp: 1062655992 (s) 0x6ebc-0x6ec0 (4) +0x6eb0| f8 d7 56 3f| ..V?| timestamp: 1062655992 (2023-09-03T06:13:12Z) 0x6ebc-0x6ec0 (4) 0x6ec0|55 9b 30 2a |U.0* | position_lat: 59.32950493879616 (707828565) 0x6ec0-0x6ec4 (4) 0x6ec0| 2c 2a de 0c | ,*.. | position_long: 18.0953873321414 (215886380) 0x6ec4-0x6ec8 (4) 0x6ec0| 5d 29 27 00 | ])'. | distance: 25664.93 (2566493) (m) 0x6ec8-0x6ecc (4) @@ -20935,7 +20935,7 @@ $ fq -d fit dv activity.fit 0x6ed0| 06 | . | reserved: false 0x6ed2.3-0x6ed2.4 (0.1) 0x6ed0| 06 | . | local_message_type: 6 0x6ed2.4-0x6ed3 (0.4) | | | data_message{}: 0x6ed3-0x6ee9 (22) -0x6ed0| fb d7 56 3f | ..V? | timestamp: 1062655995 (s) 0x6ed3-0x6ed7 (4) +0x6ed0| fb d7 56 3f | ..V? | timestamp: 1062655995 (2023-09-03T06:13:15Z) 0x6ed3-0x6ed7 (4) 0x6ed0| 3f a3 30 2a | ?.0* | position_lat: 59.32967475615442 (707830591) 0x6ed7-0x6edb (4) 0x6ed0| 09 21 de 0c | .!.. | position_long: 18.095191279426217 (215884041) 0x6edb-0x6edf (4) 0x6ed0| f1| .| distance: 25686.89 (2568689) (m) 0x6edf-0x6ee3 (4) @@ -20952,7 +20952,7 @@ $ fq -d fit dv activity.fit 0x6ee0| 06 | . | reserved: false 0x6ee9.3-0x6ee9.4 (0.1) 0x6ee0| 06 | . | local_message_type: 6 0x6ee9.4-0x6eea (0.4) | | | data_message{}: 0x6eea-0x6f00 (22) -0x6ee0| fe d7 56 3f | ..V? | timestamp: 1062655998 (s) 0x6eea-0x6eee (4) +0x6ee0| fe d7 56 3f | ..V? | timestamp: 1062655998 (2023-09-03T06:13:18Z) 0x6eea-0x6eee (4) 0x6ee0| eb aa| ..| position_lat: 59.32983937673271 (707832555) 0x6eee-0x6ef2 (4) 0x6ef0|30 2a |0* | 0x6ef0| b2 17 de 0c | .... | position_long: 18.094990868121386 (215881650) 0x6ef2-0x6ef6 (4) @@ -20969,7 +20969,7 @@ $ fq -d fit dv activity.fit 0x6f00|06 |. | reserved: false 0x6f00.3-0x6f00.4 (0.1) 0x6f00|06 |. | local_message_type: 6 0x6f00.4-0x6f01 (0.4) | | | data_message{}: 0x6f01-0x6f17 (22) -0x6f00| 01 d8 56 3f | ..V? | timestamp: 1062656001 (s) 0x6f01-0x6f05 (4) +0x6f00| 01 d8 56 3f | ..V? | timestamp: 1062656001 (2023-09-03T06:13:21Z) 0x6f01-0x6f05 (4) 0x6f00| 27 b3 30 2a | '.0* | position_lat: 59.33001606725156 (707834663) 0x6f05-0x6f09 (4) 0x6f00| 79 0e de 0c | y... | position_long: 18.094792971387506 (215879289) 0x6f09-0x6f0d (4) 0x6f00| 3c 43 27| &1* | position_lat: 59.332485627382994 (707864126) 0x70f1-0x70f5 (4) 0x70f0| af 7a de 0c | .z.. | position_long: 18.097114926204085 (215906991) 0x70f5-0x70f9 (4) @@ -21339,7 +21339,7 @@ $ fq -d fit dv activity.fit 0x7100| 06 | . | reserved: false 0x7103.3-0x7103.4 (0.1) 0x7100| 06 | . | local_message_type: 6 0x7103.4-0x7104 (0.4) | | | data_message{}: 0x7104-0x711a (22) -0x7100| 3f d8 56 3f | ?.V? | timestamp: 1062656063 (s) 0x7104-0x7108 (4) +0x7100| 3f d8 56 3f | ?.V? | timestamp: 1062656063 (2023-09-03T06:14:23Z) 0x7104-0x7108 (4) 0x7100| 32 2e 31 2a | 2.1* | position_lat: 59.332656282931566 (707866162) 0x7108-0x710c (4) 0x7100| 23 85 de 0c| #...| position_long: 18.097339225932956 (215909667) 0x710c-0x7110 (4) 0x7110|15 ef 27 00 |..'. | distance: 26171.09 (2617109) (m) 0x7110-0x7114 (4) @@ -21355,7 +21355,7 @@ $ fq -d fit dv activity.fit 0x7110| 06 | . | reserved: false 0x711a.3-0x711a.4 (0.1) 0x7110| 06 | . | local_message_type: 6 0x711a.4-0x711b (0.4) | | | data_message{}: 0x711b-0x7131 (22) -0x7110| 43 d8 56 3f | C.V? | timestamp: 1062656067 (s) 0x711b-0x711f (4) +0x7110| 43 d8 56 3f | C.V? | timestamp: 1062656067 (2023-09-03T06:14:27Z) 0x711b-0x711f (4) 0x7110| aa| .| position_lat: 59.332816544920206 (707868074) 0x711f-0x7123 (4) 0x7120|35 31 2a |51* | 0x7120| 17 92 de 0c | .... | position_long: 18.097617169842124 (215912983) 0x7123-0x7127 (4) @@ -21372,7 +21372,7 @@ $ fq -d fit dv activity.fit 0x7130| 06 | . | reserved: false 0x7131.3-0x7131.4 (0.1) 0x7130| 06 | . | local_message_type: 6 0x7131.4-0x7132 (0.4) | | | data_message{}: 0x7132-0x7148 (22) -0x7130| 47 d8 56 3f | G.V? | timestamp: 1062656071 (s) 0x7132-0x7136 (4) +0x7130| 47 d8 56 3f | G.V? | timestamp: 1062656071 (2023-09-03T06:14:31Z) 0x7132-0x7136 (4) 0x7130| 6b 3a 31 2a | k:1* | position_lat: 59.332918552681804 (707869291) 0x7136-0x713a (4) 0x7130| 44 a3 de 0c | D... | position_long: 18.097985722124577 (215917380) 0x713a-0x713e (4) 0x7130| c1 01| ..| distance: 26218.89 (2621889) (m) 0x713e-0x7142 (4) @@ -21389,7 +21389,7 @@ $ fq -d fit dv activity.fit 0x7140| 06 | . | reserved: false 0x7148.3-0x7148.4 (0.1) 0x7140| 06 | . | local_message_type: 6 0x7148.4-0x7149 (0.4) | | | data_message{}: 0x7149-0x715f (22) -0x7140| 4b d8 56 3f | K.V? | timestamp: 1062656075 (s) 0x7149-0x714d (4) +0x7140| 4b d8 56 3f | K.V? | timestamp: 1062656075 (2023-09-03T06:14:35Z) 0x7149-0x714d (4) 0x7140| 41 3d 31| A=1| position_lat: 59.33297940529883 (707870017) 0x714d-0x7151 (4) 0x7150|2a |* | 0x7150| ea b3 de 0c | .... | position_long: 18.098342958837748 (215921642) 0x7151-0x7155 (4) @@ -21406,7 +21406,7 @@ $ fq -d fit dv activity.fit 0x7150| 06| .| reserved: false 0x715f.3-0x715f.4 (0.1) 0x7150| 06| .| local_message_type: 6 0x715f.4-0x7160 (0.4) | | | data_message{}: 0x7160-0x7176 (22) -0x7160|4f d8 56 3f |O.V? | timestamp: 1062656079 (s) 0x7160-0x7164 (4) +0x7160|4f d8 56 3f |O.V? | timestamp: 1062656079 (2023-09-03T06:14:39Z) 0x7160-0x7164 (4) 0x7160| 47 3e 31 2a | G>1* | position_lat: 59.33300136588514 (707870279) 0x7164-0x7168 (4) 0x7160| ae c4 de 0c | .... | position_long: 18.09870271012187 (215925934) 0x7168-0x716c (4) 0x7160| 31 12 28 00| 1.(.| distance: 26260.97 (2626097) (m) 0x716c-0x7170 (4) @@ -21422,7 +21422,7 @@ $ fq -d fit dv activity.fit 0x7170| 06 | . | reserved: false 0x7176.3-0x7176.4 (0.1) 0x7170| 06 | . | local_message_type: 6 0x7176.4-0x7177 (0.4) | | | data_message{}: 0x7177-0x718d (22) -0x7170| 53 d8 56 3f | S.V? | timestamp: 1062656083 (s) 0x7177-0x717b (4) +0x7170| 53 d8 56 3f | S.V? | timestamp: 1062656083 (2023-09-03T06:14:43Z) 0x7177-0x717b (4) 0x7170| 3d 40 31 2a | =@1* | position_lat: 59.33304344303906 (707870781) 0x717b-0x717f (4) 0x7170| 5c| \| position_long: 18.099060617387295 (215930204) 0x717f-0x7183 (4) 0x7180|d5 de 0c |... | @@ -21439,7 +21439,7 @@ $ fq -d fit dv activity.fit 0x7180| 06 | . | reserved: false 0x718d.3-0x718d.4 (0.1) 0x7180| 06 | . | local_message_type: 6 0x718d.4-0x718e (0.4) | | | data_message{}: 0x718e-0x71a4 (22) -0x7180| 57 d8| W.| timestamp: 1062656087 (s) 0x718e-0x7192 (4) +0x7180| 57 d8| W.| timestamp: 1062656087 (2023-09-03T06:14:47Z) 0x718e-0x7192 (4) 0x7190|56 3f |V? | 0x7190| 1a 45 31 2a | .E1* | position_lat: 59.333147797733545 (707872026) 0x7192-0x7196 (4) 0x7190| c0 e2 de 0c | .... | position_long: 18.099347949028015 (215933632) 0x7196-0x719a (4) @@ -21456,7 +21456,7 @@ $ fq -d fit dv activity.fit 0x71a0| 06 | . | reserved: false 0x71a4.3-0x71a4.4 (0.1) 0x71a0| 06 | . | local_message_type: 6 0x71a4.4-0x71a5 (0.4) | | | data_message{}: 0x71a5-0x71bb (22) -0x71a0| 5a d8 56 3f | Z.V? | timestamp: 1062656090 (s) 0x71a5-0x71a9 (4) +0x71a0| 5a d8 56 3f | Z.V? | timestamp: 1062656090 (2023-09-03T06:14:50Z) 0x71a5-0x71a9 (4) 0x71a0| 1e 4a 31 2a | .J1* | position_lat: 59.33325542137027 (707873310) 0x71a9-0x71ad (4) 0x71a0| c5 e7 de| ...| position_long: 18.09945565648377 (215934917) 0x71ad-0x71b1 (4) 0x71b0|0c |. | @@ -21473,7 +21473,7 @@ $ fq -d fit dv activity.fit 0x71b0| 06 | . | reserved: false 0x71bb.3-0x71bb.4 (0.1) 0x71b0| 06 | . | local_message_type: 6 0x71bb.4-0x71bc (0.4) | | | data_message{}: 0x71bc-0x71d2 (22) -0x71b0| 5f d8 56 3f| _.V?| timestamp: 1062656095 (s) 0x71bc-0x71c0 (4) +0x71b0| 5f d8 56 3f| _.V?| timestamp: 1062656095 (2023-09-03T06:14:55Z) 0x71bc-0x71c0 (4) 0x71c0|62 52 31 2a |bR1* | position_lat: 59.33343278244138 (707875426) 0x71c0-0x71c4 (4) 0x71c0| 8b ed de 0c | .... | position_long: 18.099579541012645 (215936395) 0x71c4-0x71c8 (4) 0x71c0| b0 2f 28 00 | ./(. | distance: 26336.48 (2633648) (m) 0x71c8-0x71cc (4) @@ -21489,7 +21489,7 @@ $ fq -d fit dv activity.fit 0x71d0| 06 | . | reserved: false 0x71d2.3-0x71d2.4 (0.1) 0x71d0| 06 | . | local_message_type: 6 0x71d2.4-0x71d3 (0.4) | | | data_message{}: 0x71d3-0x71e9 (22) -0x71d0| 65 d8 56 3f | e.V? | timestamp: 1062656101 (s) 0x71d3-0x71d7 (4) +0x71d0| 65 d8 56 3f | e.V? | timestamp: 1062656101 (2023-09-03T06:15:01Z) 0x71d3-0x71d7 (4) 0x71d0| 56 5a 31 2a | VZ1* | position_lat: 59.33360343798995 (707877462) 0x71d7-0x71db (4) 0x71d0| e5 f3 de 0c | .... | position_long: 18.099715830758214 (215938021) 0x71db-0x71df (4) 0x71d0| b5| .| distance: 26357.01 (2635701) (m) 0x71df-0x71e3 (4) @@ -21506,7 +21506,7 @@ $ fq -d fit dv activity.fit 0x71e0| 06 | . | reserved: false 0x71e9.3-0x71e9.4 (0.1) 0x71e0| 06 | . | local_message_type: 6 0x71e9.4-0x71ea (0.4) | | | data_message{}: 0x71ea-0x7200 (22) -0x71e0| 6c d8 56 3f | l.V? | timestamp: 1062656108 (s) 0x71ea-0x71ee (4) +0x71e0| 6c d8 56 3f | l.V? | timestamp: 1062656108 (2023-09-03T06:15:08Z) 0x71ea-0x71ee (4) 0x71e0| 28 63| (c| position_lat: 59.33379270136356 (707879720) 0x71ee-0x71f2 (4) 0x71f0|31 2a |1* | 0x71f0| c5 fa de 0c | .... | position_long: 18.099863352254033 (215939781) 0x71f2-0x71f6 (4) @@ -21523,7 +21523,7 @@ $ fq -d fit dv activity.fit 0x7200|06 |. | reserved: false 0x7200.3-0x7200.4 (0.1) 0x7200|06 |. | local_message_type: 6 0x7200.4-0x7201 (0.4) | | | data_message{}: 0x7201-0x7217 (22) -0x7200| 73 d8 56 3f | s.V? | timestamp: 1062656115 (s) 0x7201-0x7205 (4) +0x7200| 73 d8 56 3f | s.V? | timestamp: 1062656115 (2023-09-03T06:15:15Z) 0x7201-0x7205 (4) 0x7200| 5c 6b 31 2a | \k1* | position_lat: 59.333968721330166 (707881820) 0x7205-0x7209 (4) 0x7200| 61 00 df 0c | a... | position_long: 18.099983716383576 (215941217) 0x7209-0x720d (4) 0x7200| bc 48 28| .H(| distance: 26400.6 (2640060) (m) 0x720d-0x7211 (4) @@ -21540,7 +21540,7 @@ $ fq -d fit dv activity.fit 0x7210| 06 | . | reserved: false 0x7217.3-0x7217.4 (0.1) 0x7210| 06 | . | local_message_type: 6 0x7217.4-0x7218 (0.4) | | | data_message{}: 0x7218-0x722e (22) -0x7210| 79 d8 56 3f | y.V? | timestamp: 1062656121 (s) 0x7218-0x721c (4) +0x7210| 79 d8 56 3f | y.V? | timestamp: 1062656121 (2023-09-03T06:15:21Z) 0x7218-0x721c (4) 0x7210| cd 73 31 2a| .s1*| position_lat: 59.3341498542577 (707883981) 0x721c-0x7220 (4) 0x7220|af 07 df 0c |.... | position_long: 18.100140457972884 (215943087) 0x7220-0x7224 (4) 0x7220| 5d 51 28 00 | ]Q(. | distance: 26422.69 (2642269) (m) 0x7224-0x7228 (4) @@ -21556,7 +21556,7 @@ $ fq -d fit dv activity.fit 0x7220| 06 | . | reserved: false 0x722e.3-0x722e.4 (0.1) 0x7220| 06 | . | local_message_type: 6 0x722e.4-0x722f (0.4) | | | data_message{}: 0x722f-0x7245 (22) -0x7220| 7f| .| timestamp: 1062656127 (s) 0x722f-0x7233 (4) +0x7220| 7f| .| timestamp: 1062656127 (2023-09-03T06:15:27Z) 0x722f-0x7233 (4) 0x7230|d8 56 3f |.V? | 0x7230| e8 7c 31 2a | .|1* | position_lat: 59.33434523642063 (707886312) 0x7233-0x7237 (4) 0x7230| 5d 0f df 0c | ]... | position_long: 18.100305246189237 (215945053) 0x7237-0x723b (4) @@ -21574,7 +21574,7 @@ $ fq -d fit dv activity.fit 0x7240| 06 | . | reserved: false 0x7245.3-0x7245.4 (0.1) 0x7240| 06 | . | local_message_type: 6 0x7245.4-0x7246 (0.4) | | | data_message{}: 0x7246-0x725c (22) -0x7240| 84 d8 56 3f | ..V? | timestamp: 1062656132 (s) 0x7246-0x724a (4) +0x7240| 84 d8 56 3f | ..V? | timestamp: 1062656132 (2023-09-03T06:15:32Z) 0x7246-0x724a (4) 0x7240| 4f 86 31 2a | O.1* | position_lat: 59.33454698882997 (707888719) 0x724a-0x724e (4) 0x7240| 2a 16| *.| position_long: 18.100451175123453 (215946794) 0x724e-0x7252 (4) 0x7250|df 0c |.. | @@ -21591,7 +21591,7 @@ $ fq -d fit dv activity.fit 0x7250| 06 | . | reserved: false 0x725c.3-0x725c.4 (0.1) 0x7250| 06 | . | local_message_type: 6 0x725c.4-0x725d (0.4) | | | data_message{}: 0x725d-0x7273 (22) -0x7250| 88 d8 56| ..V| timestamp: 1062656136 (s) 0x725d-0x7261 (4) +0x7250| 88 d8 56| ..V| timestamp: 1062656136 (2023-09-03T06:15:36Z) 0x725d-0x7261 (4) 0x7260|3f |? | 0x7260| 28 8f 31 2a | (.1* | position_lat: 59.334736838936806 (707890984) 0x7261-0x7265 (4) 0x7260| d1 1a df 0c | .... | position_long: 18.100551003590226 (215947985) 0x7265-0x7269 (4) @@ -21609,7 +21609,7 @@ $ fq -d fit dv activity.fit 0x7270| 06 | . | reserved: false 0x7273.3-0x7273.4 (0.1) 0x7270| 06 | . | local_message_type: 6 0x7273.4-0x7274 (0.4) | | | data_message{}: 0x7274-0x728a (22) -0x7270| 8c d8 56 3f | ..V? | timestamp: 1062656140 (s) 0x7274-0x7278 (4) +0x7270| 8c d8 56 3f | ..V? | timestamp: 1062656140 (2023-09-03T06:15:40Z) 0x7274-0x7278 (4) 0x7270| 23 98 31 2a | #.1* | position_lat: 59.33492953889072 (707893283) 0x7278-0x727c (4) 0x7270| cd 1e df 0c| ....| position_long: 18.100636499002576 (215949005) 0x727c-0x7280 (4) 0x7280|28 75 28 00 |(u(. | distance: 26514.32 (2651432) (m) 0x7280-0x7284 (4) @@ -21625,7 +21625,7 @@ $ fq -d fit dv activity.fit 0x7280| 06 | . | reserved: false 0x728a.3-0x728a.4 (0.1) 0x7280| 06 | . | local_message_type: 6 0x728a.4-0x728b (0.4) | | | data_message{}: 0x728b-0x72a1 (22) -0x7280| 8f d8 56 3f | ..V? | timestamp: 1062656143 (s) 0x728b-0x728f (4) +0x7280| 8f d8 56 3f | ..V? | timestamp: 1062656143 (2023-09-03T06:15:43Z) 0x728b-0x728f (4) 0x7280| ab| .| position_lat: 59.33506968431175 (707894955) 0x728f-0x7293 (4) 0x7290|9e 31 2a |.1* | 0x7290| d7 22 df 0c | .".. | position_long: 18.10072316788137 (215950039) 0x7293-0x7297 (4) @@ -21642,7 +21642,7 @@ $ fq -d fit dv activity.fit 0x72a0| 06 | . | reserved: false 0x72a1.3-0x72a1.4 (0.1) 0x72a0| 06 | . | local_message_type: 6 0x72a1.4-0x72a2 (0.4) | | | data_message{}: 0x72a2-0x72b8 (22) -0x72a0| 93 d8 56 3f | ..V? | timestamp: 1062656147 (s) 0x72a2-0x72a6 (4) +0x72a0| 93 d8 56 3f | ..V? | timestamp: 1062656147 (2023-09-03T06:15:47Z) 0x72a2-0x72a6 (4) 0x72a0| b9 a7 31 2a | ..1* | position_lat: 59.335263976827264 (707897273) 0x72a6-0x72aa (4) 0x72a0| 83 29 df 0c | .).. | position_long: 18.10086633078754 (215951747) 0x72aa-0x72ae (4) 0x72a0| 97 84| ..| distance: 26553.83 (2655383) (m) 0x72ae-0x72b2 (4) @@ -21659,7 +21659,7 @@ $ fq -d fit dv activity.fit 0x72b0| 06 | . | reserved: false 0x72b8.3-0x72b8.4 (0.1) 0x72b0| 06 | . | local_message_type: 6 0x72b8.4-0x72b9 (0.4) | | | data_message{}: 0x72b9-0x72cf (22) -0x72b0| 97 d8 56 3f | ..V? | timestamp: 1062656151 (s) 0x72b9-0x72bd (4) +0x72b0| 97 d8 56 3f | ..V? | timestamp: 1062656151 (2023-09-03T06:15:51Z) 0x72b9-0x72bd (4) 0x72b0| 60 b1 31| `.1| position_lat: 59.33547109365463 (707899744) 0x72bd-0x72c1 (4) 0x72c0|2a |* | 0x72c0| 0c 31 df 0c | .1.. | position_long: 18.10102801769972 (215953676) 0x72c1-0x72c5 (4) @@ -21687,7 +21687,7 @@ $ fq -d fit dv activity.fit 0x72d0| 06 | . | reserved: false 0x72d7.3-0x72d7.4 (0.1) 0x72d0| 06 | . | local_message_type: 6 0x72d7.4-0x72d8 (0.4) | | | data_message{}: 0x72d8-0x72ee (22) -0x72d0| 9b d8 56 3f | ..V? | timestamp: 1062656155 (s) 0x72d8-0x72dc (4) +0x72d0| 9b d8 56 3f | ..V? | timestamp: 1062656155 (2023-09-03T06:15:55Z) 0x72d8-0x72dc (4) 0x72d0| b2 ba 31 2a| ..1*| position_lat: 59.335671085864305 (707902130) 0x72dc-0x72e0 (4) 0x72e0|78 39 df 0c |x9.. | position_long: 18.101208731532097 (215955832) 0x72e0-0x72e4 (4) 0x72e0| e1 97 28 00 | ..(. | distance: 26603.21 (2660321) (m) 0x72e4-0x72e8 (4) @@ -21703,7 +21703,7 @@ $ fq -d fit dv activity.fit 0x72e0| 06 | . | reserved: false 0x72ee.3-0x72ee.4 (0.1) 0x72e0| 06 | . | local_message_type: 6 0x72ee.4-0x72ef (0.4) | | | data_message{}: 0x72ef-0x7305 (22) -0x72e0| 9f| .| timestamp: 1062656159 (s) 0x72ef-0x72f3 (4) +0x72e0| 9f| .| timestamp: 1062656159 (2023-09-03T06:15:59Z) 0x72ef-0x72f3 (4) 0x72f0|d8 56 3f |.V? | 0x72f0| 9e c4 31 2a | ..1* | position_lat: 59.33588398620486 (707904670) 0x72f3-0x72f7 (4) 0x72f0| 48 41 df 0c | HA.. | position_long: 18.101376369595528 (215957832) 0x72f7-0x72fb (4) @@ -21721,7 +21721,7 @@ $ fq -d fit dv activity.fit 0x7300| 06 | . | reserved: false 0x7305.3-0x7305.4 (0.1) 0x7300| 06 | . | local_message_type: 6 0x7305.4-0x7306 (0.4) | | | data_message{}: 0x7306-0x731c (22) -0x7300| a2 d8 56 3f | ..V? | timestamp: 1062656162 (s) 0x7306-0x730a (4) +0x7300| a2 d8 56 3f | ..V? | timestamp: 1062656162 (2023-09-03T06:16:02Z) 0x7306-0x730a (4) 0x7300| a4 cc 31 2a | ..1* | position_lat: 59.336056150496006 (707906724) 0x730a-0x730e (4) 0x7300| d6 48| .H| position_long: 18.101538475602865 (215959766) 0x730e-0x7312 (4) 0x7310|df 0c |.. | @@ -21738,7 +21738,7 @@ $ fq -d fit dv activity.fit 0x7310| 06 | . | reserved: false 0x731c.3-0x731c.4 (0.1) 0x7310| 06 | . | local_message_type: 6 0x731c.4-0x731d (0.4) | | | data_message{}: 0x731d-0x7333 (22) -0x7310| a5 d8 56| ..V| timestamp: 1062656165 (s) 0x731d-0x7321 (4) +0x7310| a5 d8 56| ..V| timestamp: 1062656165 (2023-09-03T06:16:05Z) 0x731d-0x7321 (4) 0x7320|3f |? | 0x7320| 92 d5 31 2a | ..1* | position_lat: 59.33624776080251 (707909010) 0x7321-0x7325 (4) 0x7320| ae 50 df 0c | .P.. | position_long: 18.10170678421855 (215961774) 0x7325-0x7329 (4) @@ -21756,7 +21756,7 @@ $ fq -d fit dv activity.fit 0x7330| 06 | . | reserved: false 0x7333.3-0x7333.4 (0.1) 0x7330| 06 | . | local_message_type: 6 0x7333.4-0x7334 (0.4) | | | data_message{}: 0x7334-0x734a (22) -0x7330| a8 d8 56 3f | ..V? | timestamp: 1062656168 (s) 0x7334-0x7338 (4) +0x7330| a8 d8 56 3f | ..V? | timestamp: 1062656168 (2023-09-03T06:16:08Z) 0x7334-0x7338 (4) 0x7330| fa de 31 2a | ..1* | position_lat: 59.33644959703088 (707911418) 0x7338-0x733c (4) 0x7330| d1 58 df 0c| .X..| position_long: 18.101881379261613 (215963857) 0x733c-0x7340 (4) 0x7340|ea bc 28 00 |..(. | distance: 26698.02 (2669802) (m) 0x7340-0x7344 (4) @@ -21772,7 +21772,7 @@ $ fq -d fit dv activity.fit 0x7340| 06 | . | reserved: false 0x734a.3-0x734a.4 (0.1) 0x7340| 06 | . | local_message_type: 6 0x734a.4-0x734b (0.4) | | | data_message{}: 0x734b-0x7361 (22) -0x7340| ab d8 56 3f | ..V? | timestamp: 1062656171 (s) 0x734b-0x734f (4) +0x7340| ab d8 56 3f | ..V? | timestamp: 1062656171 (2023-09-03T06:16:11Z) 0x734b-0x734f (4) 0x7340| 7b| {| position_lat: 59.33665352873504 (707913851) 0x734f-0x7353 (4) 0x7350|e8 31 2a |.1* | 0x7350| d6 5f df 0c | ._.. | position_long: 18.102032002061605 (215965654) 0x7353-0x7357 (4) @@ -21789,7 +21789,7 @@ $ fq -d fit dv activity.fit 0x7360| 06 | . | reserved: false 0x7361.3-0x7361.4 (0.1) 0x7360| 06 | . | local_message_type: 6 0x7361.4-0x7362 (0.4) | | | data_message{}: 0x7362-0x7378 (22) -0x7360| ae d8 56 3f | ..V? | timestamp: 1062656174 (s) 0x7362-0x7366 (4) +0x7360| ae d8 56 3f | ..V? | timestamp: 1062656174 (2023-09-03T06:16:14Z) 0x7362-0x7366 (4) 0x7360| 8c f1 31 2a | ..1* | position_lat: 59.33684807270765 (707916172) 0x7366-0x736a (4) 0x7360| 47 67 df 0c | Gg.. | position_long: 18.102191677317023 (215967559) 0x736a-0x736e (4) 0x7360| 90 cf| ..| distance: 26745.76 (2674576) (m) 0x736e-0x7372 (4) @@ -21806,7 +21806,7 @@ $ fq -d fit dv activity.fit 0x7370| 06 | . | reserved: false 0x7378.3-0x7378.4 (0.1) 0x7370| 06 | . | local_message_type: 6 0x7378.4-0x7379 (0.4) | | | data_message{}: 0x7379-0x738f (22) -0x7370| b1 d8 56 3f | ..V? | timestamp: 1062656177 (s) 0x7379-0x737d (4) +0x7370| b1 d8 56 3f | ..V? | timestamp: 1062656177 (2023-09-03T06:16:17Z) 0x7379-0x737d (4) 0x7370| 14 fa 31| ..1| position_lat: 59.33703113347292 (707918356) 0x737d-0x7381 (4) 0x7380|2a |* | 0x7380| 16 6e df 0c | .n.. | position_long: 18.102337773889303 (215969302) 0x7381-0x7385 (4) @@ -21823,7 +21823,7 @@ $ fq -d fit dv activity.fit 0x7380| 06| .| reserved: false 0x738f.3-0x738f.4 (0.1) 0x7380| 06| .| local_message_type: 6 0x738f.4-0x7390 (0.4) | | | data_message{}: 0x7390-0x73a6 (22) -0x7390|b4 d8 56 3f |..V? | timestamp: 1062656180 (s) 0x7390-0x7394 (4) +0x7390|b4 d8 56 3f |..V? | timestamp: 1062656180 (2023-09-03T06:16:20Z) 0x7390-0x7394 (4) 0x7390| 64 03 32 2a | d.2* | position_lat: 59.33723095804453 (707920740) 0x7394-0x7398 (4) 0x7390| 62 76 df 0c | bv.. | position_long: 18.102515805512667 (215971426) 0x7398-0x739c (4) 0x7390| b8 e1 28 00| ..(.| distance: 26792.24 (2679224) (m) 0x739c-0x73a0 (4) @@ -21839,7 +21839,7 @@ $ fq -d fit dv activity.fit 0x73a0| 06 | . | reserved: false 0x73a6.3-0x73a6.4 (0.1) 0x73a0| 06 | . | local_message_type: 6 0x73a6.4-0x73a7 (0.4) | | | data_message{}: 0x73a7-0x73bd (22) -0x73a0| b7 d8 56 3f | ..V? | timestamp: 1062656183 (s) 0x73a7-0x73ab (4) +0x73a0| b7 d8 56 3f | ..V? | timestamp: 1062656183 (2023-09-03T06:16:23Z) 0x73a7-0x73ab (4) 0x73a0| 7d 0d 32 2a | }.2* | position_lat: 59.33744763024151 (707923325) 0x73ab-0x73af (4) 0x73a0| 9d| .| position_long: 18.102670954540372 (215973277) 0x73af-0x73b3 (4) 0x73b0|7d df 0c |}.. | @@ -21856,7 +21856,7 @@ $ fq -d fit dv activity.fit 0x73b0| 06 | . | reserved: false 0x73bd.3-0x73bd.4 (0.1) 0x73b0| 06 | . | local_message_type: 6 0x73bd.4-0x73be (0.4) | | | data_message{}: 0x73be-0x73d4 (22) -0x73b0| b8 d8| ..| timestamp: 1062656184 (s) 0x73be-0x73c2 (4) +0x73b0| b8 d8| ..| timestamp: 1062656184 (2023-09-03T06:16:24Z) 0x73be-0x73c2 (4) 0x73c0|56 3f |V? | 0x73c0| d2 10 32 2a | ..2* | position_lat: 59.33751912787557 (707924178) 0x73c2-0x73c6 (4) 0x73c0| 7c 80 df 0c | |... | position_long: 18.102732561528683 (215974012) 0x73c6-0x73ca (4) @@ -21873,7 +21873,7 @@ $ fq -d fit dv activity.fit 0x73d0| 06 | . | reserved: false 0x73d4.3-0x73d4.4 (0.1) 0x73d0| 06 | . | local_message_type: 6 0x73d4.4-0x73d5 (0.4) | | | data_message{}: 0x73d5-0x73eb (22) -0x73d0| bb d8 56 3f | ..V? | timestamp: 1062656187 (s) 0x73d5-0x73d9 (4) +0x73d0| bb d8 56 3f | ..V? | timestamp: 1062656187 (2023-09-03T06:16:27Z) 0x73d5-0x73d9 (4) 0x73d0| fa 19 32 2a | ..2* | position_lat: 59.33771559968591 (707926522) 0x73d9-0x73dd (4) 0x73d0| 4b 8d df| K..| position_long: 18.103007404133677 (215977291) 0x73dd-0x73e1 (4) 0x73e0|0c |. | @@ -21890,7 +21890,7 @@ $ fq -d fit dv activity.fit 0x73e0| 06 | . | reserved: false 0x73eb.3-0x73eb.4 (0.1) 0x73e0| 06 | . | local_message_type: 6 0x73eb.4-0x73ec (0.4) | | | data_message{}: 0x73ec-0x7402 (22) -0x73e0| be d8 56 3f| ..V?| timestamp: 1062656190 (s) 0x73ec-0x73f0 (4) +0x73e0| be d8 56 3f| ..V?| timestamp: 1062656190 (2023-09-03T06:16:30Z) 0x73ec-0x73f0 (4) 0x73f0|89 22 32 2a |."2* | position_lat: 59.337899247184396 (707928713) 0x73f0-0x73f4 (4) 0x73f0| 34 9a df 0c | 4... | position_long: 18.103284426033497 (215980596) 0x73f4-0x73f8 (4) 0x73f0| c1 03 29 00 | ..). | distance: 26879.37 (2687937) (m) 0x73f8-0x73fc (4) @@ -21906,7 +21906,7 @@ $ fq -d fit dv activity.fit 0x7400| 06 | . | reserved: false 0x7402.3-0x7402.4 (0.1) 0x7400| 06 | . | local_message_type: 6 0x7402.4-0x7403 (0.4) | | | data_message{}: 0x7403-0x7419 (22) -0x7400| c1 d8 56 3f | ..V? | timestamp: 1062656193 (s) 0x7403-0x7407 (4) +0x7400| c1 d8 56 3f | ..V? | timestamp: 1062656193 (2023-09-03T06:16:33Z) 0x7403-0x7407 (4) 0x7400| d5 2b 32 2a | .+2* | position_lat: 59.33809873647988 (707931093) 0x7407-0x740b (4) 0x7400| 3b 97 df 0c | ;... | position_long: 18.10322063975036 (215979835) 0x740b-0x740f (4) 0x7400| 43| C| distance: 26903.71 (2690371) (m) 0x740f-0x7413 (4) @@ -21923,7 +21923,7 @@ $ fq -d fit dv activity.fit 0x7410| 06 | . | reserved: false 0x7419.3-0x7419.4 (0.1) 0x7410| 06 | . | local_message_type: 6 0x7419.4-0x741a (0.4) | | | data_message{}: 0x741a-0x7430 (22) -0x7410| c4 d8 56 3f | ..V? | timestamp: 1062656196 (s) 0x741a-0x741e (4) +0x7410| c4 d8 56 3f | ..V? | timestamp: 1062656196 (2023-09-03T06:16:36Z) 0x741a-0x741e (4) 0x7410| 96 31| .1| position_lat: 59.338222201913595 (707932566) 0x741e-0x7422 (4) 0x7420|32 2a |2* | 0x7420| 8d 87 df 0c | .... | position_long: 18.102884190157056 (215975821) 0x7422-0x7426 (4) @@ -21940,7 +21940,7 @@ $ fq -d fit dv activity.fit 0x7430|06 |. | reserved: false 0x7430.3-0x7430.4 (0.1) 0x7430|06 |. | local_message_type: 6 0x7430.4-0x7431 (0.4) | | | data_message{}: 0x7431-0x7447 (22) -0x7430| c5 d8 56 3f | ..V? | timestamp: 1062656197 (s) 0x7431-0x7435 (4) +0x7430| c5 d8 56 3f | ..V? | timestamp: 1062656197 (2023-09-03T06:16:37Z) 0x7431-0x7435 (4) 0x7430| fc 32 32 2a | .22* | position_lat: 59.33825220912695 (707932924) 0x7435-0x7439 (4) 0x7430| a0 81 df 0c | .... | position_long: 18.102757036685944 (215974304) 0x7439-0x743d (4) 0x7430| 9e 19 29| ..)| distance: 26935.34 (2693534) (m) 0x743d-0x7441 (4) @@ -21957,7 +21957,7 @@ $ fq -d fit dv activity.fit 0x7440| 06 | . | reserved: false 0x7447.3-0x7447.4 (0.1) 0x7440| 06 | . | local_message_type: 6 0x7447.4-0x7448 (0.4) | | | data_message{}: 0x7448-0x745e (22) -0x7440| c8 d8 56 3f | ..V? | timestamp: 1062656200 (s) 0x7448-0x744c (4) +0x7440| c8 d8 56 3f | ..V? | timestamp: 1062656200 (2023-09-03T06:16:40Z) 0x7448-0x744c (4) 0x7440| 95 36 32 2a| .62*| position_lat: 59.33832940645516 (707933845) 0x744c-0x7450 (4) 0x7450|81 70 df 0c |.p.. | position_long: 18.102389657869935 (215969921) 0x7450-0x7454 (4) 0x7450| 73 22 29 00 | s"). | distance: 26957.95 (2695795) (m) 0x7454-0x7458 (4) @@ -21973,7 +21973,7 @@ $ fq -d fit dv activity.fit 0x7450| 06 | . | reserved: false 0x745e.3-0x745e.4 (0.1) 0x7450| 06 | . | local_message_type: 6 0x745e.4-0x745f (0.4) | | | data_message{}: 0x745f-0x7475 (22) -0x7450| cb| .| timestamp: 1062656203 (s) 0x745f-0x7463 (4) +0x7450| cb| .| timestamp: 1062656203 (2023-09-03T06:16:43Z) 0x745f-0x7463 (4) 0x7460|d8 56 3f |.V? | 0x7460| db 39 32 2a | .92* | position_lat: 59.33839964680374 (707934683) 0x7463-0x7467 (4) 0x7460| 30 60 df 0c | 0`.. | position_long: 18.10203954577446 (215965744) 0x7467-0x746b (4) @@ -21991,7 +21991,7 @@ $ fq -d fit dv activity.fit 0x7470| 06 | . | reserved: false 0x7475.3-0x7475.4 (0.1) 0x7470| 06 | . | local_message_type: 6 0x7475.4-0x7476 (0.4) | | | data_message{}: 0x7476-0x748c (22) -0x7470| ce d8 56 3f | ..V? | timestamp: 1062656206 (s) 0x7476-0x747a (4) +0x7470| ce d8 56 3f | ..V? | timestamp: 1062656206 (2023-09-03T06:16:46Z) 0x7476-0x747a (4) 0x7470| fb 3c 32 2a | .<2* | position_lat: 59.33846670202911 (707935483) 0x747a-0x747e (4) 0x7470| 63 50| cP| position_long: 18.10170049779117 (215961699) 0x747e-0x7482 (4) 0x7480|df 0c |.. | @@ -22008,9 +22008,9 @@ $ fq -d fit dv activity.fit 0x7480| 08 | . | reserved: false 0x748c.3-0x748c.4 (0.1) 0x7480| 08 | . | local_message_type: 8 0x748c.4-0x748d (0.4) | | | data_message{}: 0x748d-0x74c3 (54) -0x7480| ce d8 56| ..V| timestamp: 1062656206 (s) 0x748d-0x7491 (4) +0x7480| ce d8 56| ..V| timestamp: 1062656206 (2023-09-03T06:16:46Z) 0x748d-0x7491 (4) 0x7490|3f |? | -0x7490| 28 d8 56 3f | (.V? | start_time: 1062656040 0x7491-0x7495 (4) +0x7490| 28 d8 56 3f | (.V? | start_time: 1062656040 (2023-09-03T06:14:00Z) 0x7491-0x7495 (4) 0x7490| df 03 31 2a | ..1* | start_position_lat: 59.33174810372293 (707855327) 0x7495-0x7499 (4) 0x7490| 48 29 de 0c | H).. | start_position_long: 18.09536822140217 (215886152) 0x7499-0x749d (4) 0x7490| fb 3c 32| .<2| end_position_lat: 59.33846670202911 (707935483) 0x749d-0x74a1 (4) @@ -22041,7 +22041,7 @@ $ fq -d fit dv activity.fit 0x74c0| 06 | . | reserved: false 0x74c3.3-0x74c3.4 (0.1) 0x74c0| 06 | . | local_message_type: 6 0x74c3.4-0x74c4 (0.4) | | | data_message{}: 0x74c4-0x74da (22) -0x74c0| d1 d8 56 3f | ..V? | timestamp: 1062656209 (s) 0x74c4-0x74c8 (4) +0x74c0| d1 d8 56 3f | ..V? | timestamp: 1062656209 (2023-09-03T06:16:49Z) 0x74c4-0x74c8 (4) 0x74c0| 68 40 32 2a | h@2* | position_lat: 59.33854021131992 (707936360) 0x74c8-0x74cc (4) 0x74c0| f3 3e df 0c| .>..| position_long: 18.101326329633594 (215957235) 0x74cc-0x74d0 (4) 0x74d0|ce 3b 29 00 |.;). | distance: 27022.86 (2702286) (m) 0x74d0-0x74d4 (4) @@ -22057,7 +22057,7 @@ $ fq -d fit dv activity.fit 0x74d0| 06 | . | reserved: false 0x74da.3-0x74da.4 (0.1) 0x74d0| 06 | . | local_message_type: 6 0x74da.4-0x74db (0.4) | | | data_message{}: 0x74db-0x74f1 (22) -0x74d0| d4 d8 56 3f | ..V? | timestamp: 1062656212 (s) 0x74db-0x74df (4) +0x74d0| d4 d8 56 3f | ..V? | timestamp: 1062656212 (2023-09-03T06:16:52Z) 0x74db-0x74df (4) 0x74d0| a9| .| position_lat: 59.33861003257334 (707937193) 0x74df-0x74e3 (4) 0x74e0|43 32 2a |C2* | 0x74e0| a6 2d df 0c | .-.. | position_long: 18.100955095142126 (215952806) 0x74e3-0x74e7 (4) @@ -22074,7 +22074,7 @@ $ fq -d fit dv activity.fit 0x74f0| 06 | . | reserved: false 0x74f1.3-0x74f1.4 (0.1) 0x74f0| 06 | . | local_message_type: 6 0x74f1.4-0x74f2 (0.4) | | | data_message{}: 0x74f2-0x7508 (22) -0x74f0| d7 d8 56 3f | ..V? | timestamp: 1062656215 (s) 0x74f2-0x74f6 (4) +0x74f0| d7 d8 56 3f | ..V? | timestamp: 1062656215 (2023-09-03T06:16:55Z) 0x74f2-0x74f6 (4) 0x74f0| 90 47 32 2a | .G2* | position_lat: 59.338693767786026 (707938192) 0x74f6-0x74fa (4) 0x74f0| d7 1c df 0c | .... | position_long: 18.100594421848655 (215948503) 0x74fa-0x74fe (4) 0x74f0| 65 4d| eM| distance: 27067.89 (2706789) (m) 0x74fe-0x7502 (4) @@ -22091,7 +22091,7 @@ $ fq -d fit dv activity.fit 0x7500| 06 | . | reserved: false 0x7508.3-0x7508.4 (0.1) 0x7500| 06 | . | local_message_type: 6 0x7508.4-0x7509 (0.4) | | | data_message{}: 0x7509-0x751f (22) -0x7500| da d8 56 3f | ..V? | timestamp: 1062656218 (s) 0x7509-0x750d (4) +0x7500| da d8 56 3f | ..V? | timestamp: 1062656218 (2023-09-03T06:16:58Z) 0x7509-0x750d (4) 0x7500| 39 4b 32| 9K2| position_lat: 59.33877230621874 (707939129) 0x750d-0x7511 (4) 0x7510|2a |* | 0x7510| 31 0c df 0c | 1... | position_long: 18.100237185135484 (215944241) 0x7511-0x7515 (4) @@ -22108,7 +22108,7 @@ $ fq -d fit dv activity.fit 0x7510| 06| .| reserved: false 0x751f.3-0x751f.4 (0.1) 0x7510| 06| .| local_message_type: 6 0x751f.4-0x7520 (0.4) | | | data_message{}: 0x7520-0x7536 (22) -0x7520|dd d8 56 3f |..V? | timestamp: 1062656221 (s) 0x7520-0x7524 (4) +0x7520|dd d8 56 3f |..V? | timestamp: 1062656221 (2023-09-03T06:17:01Z) 0x7520-0x7524 (4) 0x7520| f0 4e 32 2a | .N2* | position_lat: 59.338852018117905 (707940080) 0x7524-0x7528 (4) 0x7520| 9b fb de 0c | .... | position_long: 18.09988128952682 (215939995) 0x7528-0x752c (4) 0x7520| ae 5e 29 00| .^).| distance: 27112.14 (2711214) (m) 0x752c-0x7530 (4) @@ -22124,7 +22124,7 @@ $ fq -d fit dv activity.fit 0x7530| 06 | . | reserved: false 0x7536.3-0x7536.4 (0.1) 0x7530| 06 | . | local_message_type: 6 0x7536.4-0x7537 (0.4) | | | data_message{}: 0x7537-0x754d (22) -0x7530| e0 d8 56 3f | ..V? | timestamp: 1062656224 (s) 0x7537-0x753b (4) +0x7530| e0 d8 56 3f | ..V? | timestamp: 1062656224 (2023-09-03T06:17:04Z) 0x7537-0x753b (4) 0x7530| af 52 32 2a | .R2* | position_lat: 59.33893240056932 (707941039) 0x753b-0x753f (4) 0x7530| 8d| .| position_long: 18.09951533563435 (215935629) 0x753f-0x7543 (4) 0x7540|ea de 0c |... | @@ -22141,7 +22141,7 @@ $ fq -d fit dv activity.fit 0x7540| 06 | . | reserved: false 0x754d.3-0x754d.4 (0.1) 0x7540| 06 | . | local_message_type: 6 0x754d.4-0x754e (0.4) | | | data_message{}: 0x754e-0x7564 (22) -0x7540| e3 d8| ..| timestamp: 1062656227 (s) 0x754e-0x7552 (4) +0x7540| e3 d8| ..| timestamp: 1062656227 (2023-09-03T06:17:07Z) 0x754e-0x7552 (4) 0x7550|56 3f |V? | 0x7550| 30 56 32 2a | 0V2* | position_lat: 59.33900758624077 (707941936) 0x7552-0x7556 (4) 0x7550| b9 da de 0c | .... | position_long: 18.09917570091784 (215931577) 0x7556-0x755a (4) @@ -22158,7 +22158,7 @@ $ fq -d fit dv activity.fit 0x7560| 06 | . | reserved: false 0x7564.3-0x7564.4 (0.1) 0x7560| 06 | . | local_message_type: 6 0x7564.4-0x7565 (0.4) | | | data_message{}: 0x7565-0x757b (22) -0x7560| e7 d8 56 3f | ..V? | timestamp: 1062656231 (s) 0x7565-0x7569 (4) +0x7560| e7 d8 56 3f | ..V? | timestamp: 1062656231 (2023-09-03T06:17:11Z) 0x7565-0x7569 (4) 0x7560| 9d 5a 32 2a | .Z2* | position_lat: 59.3391025532037 (707943069) 0x7569-0x756d (4) 0x7560| a0 c6 de| ...| position_long: 18.098744451999664 (215926432) 0x756d-0x7571 (4) 0x7570|0c |. | @@ -22175,7 +22175,7 @@ $ fq -d fit dv activity.fit 0x7570| 06 | . | reserved: false 0x757b.3-0x757b.4 (0.1) 0x7570| 06 | . | local_message_type: 6 0x757b.4-0x757c (0.4) | | | data_message{}: 0x757c-0x7592 (22) -0x7570| ea d8 56 3f| ..V?| timestamp: 1062656234 (s) 0x757c-0x7580 (4) +0x7570| ea d8 56 3f| ..V?| timestamp: 1062656234 (2023-09-03T06:17:14Z) 0x757c-0x7580 (4) 0x7580|3c 5e 32 2a |<^2* | position_lat: 59.3391802534461 (707943996) 0x7580-0x7584 (4) 0x7580| 6a b7 de 0c | j... | position_long: 18.098418060690165 (215922538) 0x7584-0x7588 (4) 0x7580| 35 82 29 00 | 5.). | distance: 27203.09 (2720309) (m) 0x7588-0x758c (4) @@ -22191,7 +22191,7 @@ $ fq -d fit dv activity.fit 0x7590| 06 | . | reserved: false 0x7592.3-0x7592.4 (0.1) 0x7590| 06 | . | local_message_type: 6 0x7592.4-0x7593 (0.4) | | | data_message{}: 0x7593-0x75a9 (22) -0x7590| ed d8 56 3f | ..V? | timestamp: 1062656237 (s) 0x7593-0x7597 (4) +0x7590| ed d8 56 3f | ..V? | timestamp: 1062656237 (2023-09-03T06:17:17Z) 0x7593-0x7597 (4) 0x7590| 75 61 32 2a | ua2* | position_lat: 59.33924940414727 (707944821) 0x7597-0x759b (4) 0x7590| 8f a8 de 0c | .... | position_long: 18.09809929691255 (215918735) 0x759b-0x759f (4) 0x7590| ea| .| distance: 27222.82 (2722282) (m) 0x759f-0x75a3 (4) @@ -22208,7 +22208,7 @@ $ fq -d fit dv activity.fit 0x75a0| 06 | . | reserved: false 0x75a9.3-0x75a9.4 (0.1) 0x75a0| 06 | . | local_message_type: 6 0x75a9.4-0x75aa (0.4) | | | data_message{}: 0x75aa-0x75c0 (22) -0x75a0| f0 d8 56 3f | ..V? | timestamp: 1062656240 (s) 0x75aa-0x75ae (4) +0x75a0| f0 d8 56 3f | ..V? | timestamp: 1062656240 (2023-09-03T06:17:20Z) 0x75aa-0x75ae (4) 0x75a0| d9 64| .d| position_lat: 59.339322159066796 (707945689) 0x75ae-0x75b2 (4) 0x75b0|32 2a |2* | 0x75b0| 51 99 de 0c | Q... | position_long: 18.097772235050797 (215914833) 0x75b2-0x75b6 (4) @@ -22225,7 +22225,7 @@ $ fq -d fit dv activity.fit 0x75c0|06 |. | reserved: false 0x75c0.3-0x75c0.4 (0.1) 0x75c0|06 |. | local_message_type: 6 0x75c0.4-0x75c1 (0.4) | | | data_message{}: 0x75c1-0x75d7 (22) -0x75c0| f4 d8 56 3f | ..V? | timestamp: 1062656244 (s) 0x75c1-0x75c5 (4) +0x75c0| f4 d8 56 3f | ..V? | timestamp: 1062656244 (2023-09-03T06:17:24Z) 0x75c1-0x75c5 (4) 0x75c0| 5e 69 32 2a | ^i2* | position_lat: 59.33941913768649 (707946846) 0x75c5-0x75c9 (4) 0x75c0| 21 85 de 0c | !... | position_long: 18.097339058294892 (215909665) 0x75c9-0x75cd (4) 0x75c0| 5a 9c 29| Z.)| distance: 27270.02 (2727002) (m) 0x75cd-0x75d1 (4) @@ -22242,7 +22242,7 @@ $ fq -d fit dv activity.fit 0x75d0| 06 | . | reserved: false 0x75d7.3-0x75d7.4 (0.1) 0x75d0| 06 | . | local_message_type: 6 0x75d7.4-0x75d8 (0.4) | | | data_message{}: 0x75d8-0x75ee (22) -0x75d0| f7 d8 56 3f | ..V? | timestamp: 1062656247 (s) 0x75d8-0x75dc (4) +0x75d0| f7 d8 56 3f | ..V? | timestamp: 1062656247 (2023-09-03T06:17:27Z) 0x75d8-0x75dc (4) 0x75d0| b8 6c 32 2a| .l2*| position_lat: 59.3394910544157 (707947704) 0x75dc-0x75e0 (4) 0x75e0|68 75 de 0c |hu.. | position_long: 18.097001686692238 (215905640) 0x75e0-0x75e4 (4) 0x75e0| 7a a4 29 00 | z.). | distance: 27290.82 (2729082) (m) 0x75e4-0x75e8 (4) @@ -22258,7 +22258,7 @@ $ fq -d fit dv activity.fit 0x75e0| 06 | . | reserved: false 0x75ee.3-0x75ee.4 (0.1) 0x75e0| 06 | . | local_message_type: 6 0x75ee.4-0x75ef (0.4) | | | data_message{}: 0x75ef-0x7605 (22) -0x75e0| fa| .| timestamp: 1062656250 (s) 0x75ef-0x75f3 (4) +0x75e0| fa| .| timestamp: 1062656250 (2023-09-03T06:17:30Z) 0x75ef-0x75f3 (4) 0x75f0|d8 56 3f |.V? | 0x75f0| 93 6f 32 2a | .o2* | position_lat: 59.33955232612789 (707948435) 0x75f3-0x75f7 (4) 0x75f0| 49 65 de 0c | Ie.. | position_long: 18.09665576554835 (215901513) 0x75f7-0x75fb (4) @@ -22276,7 +22276,7 @@ $ fq -d fit dv activity.fit 0x7600| 06 | . | reserved: false 0x7605.3-0x7605.4 (0.1) 0x7600| 06 | . | local_message_type: 6 0x7605.4-0x7606 (0.4) | | | data_message{}: 0x7606-0x761c (22) -0x7600| fd d8 56 3f | ..V? | timestamp: 1062656253 (s) 0x7606-0x760a (4) +0x7600| fd d8 56 3f | ..V? | timestamp: 1062656253 (2023-09-03T06:17:33Z) 0x7606-0x760a (4) 0x7600| 86 72 32 2a | .r2* | position_lat: 59.33961560949683 (707949190) 0x760a-0x760e (4) 0x7600| ec 55| .U| position_long: 18.096326105296612 (215897580) 0x760e-0x7612 (4) 0x7610|de 0c |.. | @@ -22293,7 +22293,7 @@ $ fq -d fit dv activity.fit 0x7610| 06 | . | reserved: false 0x761c.3-0x761c.4 (0.1) 0x7610| 06 | . | local_message_type: 6 0x761c.4-0x761d (0.4) | | | data_message{}: 0x761d-0x7633 (22) -0x7610| 00 d9 56| ..V| timestamp: 1062656256 (s) 0x761d-0x7621 (4) +0x7610| 00 d9 56| ..V| timestamp: 1062656256 (2023-09-03T06:17:36Z) 0x761d-0x7621 (4) 0x7620|3f |? | 0x7620| 92 75 32 2a | .u2* | position_lat: 59.33968098834157 (707949970) 0x7621-0x7625 (4) 0x7620| 5a 46 de 0c | ZF.. | position_long: 18.095992002636194 (215893594) 0x7625-0x7629 (4) @@ -22311,7 +22311,7 @@ $ fq -d fit dv activity.fit 0x7630| 06 | . | reserved: false 0x7633.3-0x7633.4 (0.1) 0x7630| 06 | . | local_message_type: 6 0x7633.4-0x7634 (0.4) | | | data_message{}: 0x7634-0x764a (22) -0x7630| 04 d9 56 3f | ..V? | timestamp: 1062656260 (s) 0x7634-0x7638 (4) +0x7630| 04 d9 56 3f | ..V? | timestamp: 1062656260 (2023-09-03T06:17:40Z) 0x7634-0x7638 (4) 0x7630| 1e 79 32 2a | .y2* | position_lat: 59.33975709602237 (707950878) 0x7638-0x763c (4) 0x7630| f2 32 de 0c| .2..| position_long: 18.095575589686632 (215888626) 0x763c-0x7640 (4) 0x7640|3a c6 29 00 |:.). | distance: 27377.22 (2737722) (m) 0x7640-0x7644 (4) @@ -22327,7 +22327,7 @@ $ fq -d fit dv activity.fit 0x7640| 06 | . | reserved: false 0x764a.3-0x764a.4 (0.1) 0x7640| 06 | . | local_message_type: 6 0x764a.4-0x764b (0.4) | | | data_message{}: 0x764b-0x7661 (22) -0x7640| 08 d9 56 3f | ..V? | timestamp: 1062656264 (s) 0x764b-0x764f (4) +0x7640| 08 d9 56 3f | ..V? | timestamp: 1062656264 (2023-09-03T06:17:44Z) 0x764b-0x764f (4) 0x7640| 05| .| position_lat: 59.33984083123505 (707951877) 0x764f-0x7653 (4) 0x7650|7d 32 2a |}2* | 0x7650| 92 1f de 0c | .... | position_long: 18.095159847289324 (215883666) 0x7653-0x7657 (4) @@ -22344,7 +22344,7 @@ $ fq -d fit dv activity.fit 0x7660| 06 | . | reserved: false 0x7661.3-0x7661.4 (0.1) 0x7660| 06 | . | local_message_type: 6 0x7661.4-0x7662 (0.4) | | | data_message{}: 0x7662-0x7678 (22) -0x7660| 0c d9 56 3f | ..V? | timestamp: 1062656268 (s) 0x7662-0x7666 (4) +0x7660| 0c d9 56 3f | ..V? | timestamp: 1062656268 (2023-09-03T06:17:48Z) 0x7662-0x7666 (4) 0x7660| e0 81 32 2a | ..2* | position_lat: 59.33994501829147 (707953120) 0x7666-0x766a (4) 0x7660| 29 0c de 0c | )... | position_long: 18.09474335052073 (215878697) 0x766a-0x766e (4) 0x7660| 6d da| m.| distance: 27428.93 (2742893) (m) 0x766e-0x7672 (4) @@ -22361,7 +22361,7 @@ $ fq -d fit dv activity.fit 0x7670| 06 | . | reserved: false 0x7678.3-0x7678.4 (0.1) 0x7670| 06 | . | local_message_type: 6 0x7678.4-0x7679 (0.4) | | | data_message{}: 0x7679-0x768f (22) -0x7670| 10 d9 56 3f | ..V? | timestamp: 1062656272 (s) 0x7679-0x767d (4) +0x7670| 10 d9 56 3f | ..V? | timestamp: 1062656272 (2023-09-03T06:17:52Z) 0x7679-0x767d (4) 0x7670| 28 87 32| (.2| position_lat: 59.34005834162235 (707954472) 0x767d-0x7681 (4) 0x7680|2a |* | 0x7680| 1e f9 dd 0c | .... | position_long: 18.094334732741117 (215873822) 0x7681-0x7685 (4) @@ -22378,7 +22378,7 @@ $ fq -d fit dv activity.fit 0x7680| 06| .| reserved: false 0x768f.3-0x768f.4 (0.1) 0x7680| 06| .| local_message_type: 6 0x768f.4-0x7690 (0.4) | | | data_message{}: 0x7690-0x76a6 (22) -0x7690|14 d9 56 3f |..V? | timestamp: 1062656276 (s) 0x7690-0x7694 (4) +0x7690|14 d9 56 3f |..V? | timestamp: 1062656276 (2023-09-03T06:17:56Z) 0x7690-0x7694 (4) 0x7690| cb 8b 32 2a | ..2* | position_lat: 59.340157834813 (707955659) 0x7694-0x7698 (4) 0x7690| d6 e7 dd 0c | .... | position_long: 18.09396391734481 (215869398) 0x7698-0x769c (4) 0x7690| 06 ee 29 00| ..).| distance: 27479.1 (2747910) (m) 0x769c-0x76a0 (4) @@ -22394,7 +22394,7 @@ $ fq -d fit dv activity.fit 0x76a0| 06 | . | reserved: false 0x76a6.3-0x76a6.4 (0.1) 0x76a0| 06 | . | local_message_type: 6 0x76a6.4-0x76a7 (0.4) | | | data_message{}: 0x76a7-0x76bd (22) -0x76a0| 18 d9 56 3f | ..V? | timestamp: 1062656280 (s) 0x76a7-0x76ab (4) +0x76a0| 18 d9 56 3f | ..V? | timestamp: 1062656280 (2023-09-03T06:18:00Z) 0x76a7-0x76ab (4) 0x76a0| 58 90 32 2a | X.2* | position_lat: 59.34025548398495 (707956824) 0x76ab-0x76af (4) 0x76a0| 11| .| position_long: 18.093604082241654 (215865105) 0x76af-0x76b3 (4) 0x76b0|d7 dd 0c |... | @@ -22411,7 +22411,7 @@ $ fq -d fit dv activity.fit 0x76b0| 06 | . | reserved: false 0x76bd.3-0x76bd.4 (0.1) 0x76b0| 06 | . | local_message_type: 6 0x76bd.4-0x76be (0.4) | | | data_message{}: 0x76be-0x76d4 (22) -0x76b0| 1c d9| ..| timestamp: 1062656284 (s) 0x76be-0x76c2 (4) +0x76b0| 1c d9| ..| timestamp: 1062656284 (2023-09-03T06:18:04Z) 0x76be-0x76c2 (4) 0x76c0|56 3f |V? | 0x76c0| 0a 94 32 2a | ..2* | position_lat: 59.34033477678895 (707957770) 0x76c2-0x76c6 (4) 0x76c0| 99 c5 dd 0c | .... | position_long: 18.093229243531823 (215860633) 0x76c6-0x76ca (4) @@ -22428,7 +22428,7 @@ $ fq -d fit dv activity.fit 0x76d0| 06 | . | reserved: false 0x76d4.3-0x76d4.4 (0.1) 0x76d0| 06 | . | local_message_type: 6 0x76d4.4-0x76d5 (0.4) | | | data_message{}: 0x76d5-0x76eb (22) -0x76d0| 20 d9 56 3f | .V? | timestamp: 1062656288 (s) 0x76d5-0x76d9 (4) +0x76d0| 20 d9 56 3f | .V? | timestamp: 1062656288 (2023-09-03T06:18:08Z) 0x76d5-0x76d9 (4) 0x76d0| b4 97 32 2a | ..2* | position_lat: 59.3404133990407 (707958708) 0x76d9-0x76dd (4) 0x76d0| e4 b3 dd| ...| position_long: 18.092849291861057 (215856100) 0x76dd-0x76e1 (4) 0x76e0|0c |. | @@ -22445,7 +22445,7 @@ $ fq -d fit dv activity.fit 0x76e0| 06 | . | reserved: false 0x76eb.3-0x76eb.4 (0.1) 0x76e0| 06 | . | local_message_type: 6 0x76eb.4-0x76ec (0.4) | | | data_message{}: 0x76ec-0x7702 (22) -0x76e0| 24 d9 56 3f| $.V?| timestamp: 1062656292 (s) 0x76ec-0x76f0 (4) +0x76e0| 24 d9 56 3f| $.V?| timestamp: 1062656292 (2023-09-03T06:18:12Z) 0x76ec-0x76f0 (4) 0x76f0|52 9b 32 2a |R.2* | position_lat: 59.34049101546407 (707959634) 0x76f0-0x76f4 (4) 0x76f0| 55 a2 dd 0c | U... | position_long: 18.092472525313497 (215851605) 0x76f4-0x76f8 (4) 0x76f0| 3e 12 2a 00 | >.*. | distance: 27571.82 (2757182) (m) 0x76f8-0x76fc (4) @@ -22461,7 +22461,7 @@ $ fq -d fit dv activity.fit 0x7700| 06 | . | reserved: false 0x7702.3-0x7702.4 (0.1) 0x7700| 06 | . | local_message_type: 6 0x7702.4-0x7703 (0.4) | | | data_message{}: 0x7703-0x7719 (22) -0x7700| 28 d9 56 3f | (.V? | timestamp: 1062656296 (s) 0x7703-0x7707 (4) +0x7700| 28 d9 56 3f | (.V? | timestamp: 1062656296 (2023-09-03T06:18:16Z) 0x7703-0x7707 (4) 0x7700| c1 9e 32 2a | ..2* | position_lat: 59.340564692392945 (707960513) 0x7707-0x770b (4) 0x7700| ad 91 dd 0c | .... | position_long: 18.092115120962262 (215847341) 0x770b-0x770f (4) 0x7700| cf| .| distance: 27593.75 (2759375) (m) 0x770f-0x7713 (4) @@ -22478,7 +22478,7 @@ $ fq -d fit dv activity.fit 0x7710| 06 | . | reserved: false 0x7719.3-0x7719.4 (0.1) 0x7710| 06 | . | local_message_type: 6 0x7719.4-0x771a (0.4) | | | data_message{}: 0x771a-0x7730 (22) -0x7710| 2c d9 56 3f | ,.V? | timestamp: 1062656300 (s) 0x771a-0x771e (4) +0x7710| 2c d9 56 3f | ,.V? | timestamp: 1062656300 (2023-09-03T06:18:20Z) 0x771a-0x771e (4) 0x7710| bf a1| ..| position_lat: 59.34062889777124 (707961279) 0x771e-0x7722 (4) 0x7720|32 2a |2* | 0x7720| 3b 82 dd 0c | ;... | position_long: 18.09178370051086 (215843387) 0x7722-0x7726 (4) @@ -22495,7 +22495,7 @@ $ fq -d fit dv activity.fit 0x7730|06 |. | reserved: false 0x7730.3-0x7730.4 (0.1) 0x7730|06 |. | local_message_type: 6 0x7730.4-0x7731 (0.4) | | | data_message{}: 0x7731-0x7747 (22) -0x7730| 30 d9 56 3f | 0.V? | timestamp: 1062656304 (s) 0x7731-0x7735 (4) +0x7730| 30 d9 56 3f | 0.V? | timestamp: 1062656304 (2023-09-03T06:18:24Z) 0x7731-0x7735 (4) 0x7730| f3 a4 32 2a | ..2* | position_lat: 59.340697629377246 (707962099) 0x7735-0x7739 (4) 0x7730| 81 71 dd 0c | .q.. | position_long: 18.091424787417054 (215839105) 0x7739-0x773d (4) 0x7730| 36 2b 2a| 6+*| distance: 27635.74 (2763574) (m) 0x773d-0x7741 (4) @@ -22512,7 +22512,7 @@ $ fq -d fit dv activity.fit 0x7740| 06 | . | reserved: false 0x7747.3-0x7747.4 (0.1) 0x7740| 06 | . | local_message_type: 6 0x7747.4-0x7748 (0.4) | | | data_message{}: 0x7748-0x775e (22) -0x7740| 34 d9 56 3f | 4.V? | timestamp: 1062656308 (s) 0x7748-0x774c (4) +0x7740| 34 d9 56 3f | 4.V? | timestamp: 1062656308 (2023-09-03T06:18:28Z) 0x7748-0x774c (4) 0x7740| 69 a9 32 2a| i.2*| position_lat: 59.340793350711465 (707963241) 0x774c-0x7750 (4) 0x7750|c5 62 dd 0c |.b.. | position_long: 18.091108622029424 (215835333) 0x7750-0x7754 (4) 0x7750| 51 33 2a 00 | Q3*. | distance: 27656.49 (2765649) (m) 0x7754-0x7758 (4) @@ -22528,7 +22528,7 @@ $ fq -d fit dv activity.fit 0x7750| 06 | . | reserved: false 0x775e.3-0x775e.4 (0.1) 0x7750| 06 | . | local_message_type: 6 0x775e.4-0x775f (0.4) | | | data_message{}: 0x775f-0x7775 (22) -0x7750| 38| 8| timestamp: 1062656312 (s) 0x775f-0x7763 (4) +0x7750| 38| 8| timestamp: 1062656312 (2023-09-03T06:18:32Z) 0x775f-0x7763 (4) 0x7760|d9 56 3f |.V? | 0x7760| 07 ae 32 2a | ..2* | position_lat: 59.34089242480695 (707964423) 0x7763-0x7767 (4) 0x7760| a6 52 dd 0c | .R.. | position_long: 18.090762700885534 (215831206) 0x7767-0x776b (4) @@ -22546,7 +22546,7 @@ $ fq -d fit dv activity.fit 0x7770| 06 | . | reserved: false 0x7775.3-0x7775.4 (0.1) 0x7770| 06 | . | local_message_type: 6 0x7775.4-0x7776 (0.4) | | | data_message{}: 0x7776-0x778c (22) -0x7770| 3c d9 56 3f | <.V? | timestamp: 1062656316 (s) 0x7776-0x777a (4) +0x7770| 3c d9 56 3f | <.V? | timestamp: 1062656316 (2023-09-03T06:18:36Z) 0x7776-0x777a (4) 0x7770| 08 b2 32 2a | ..2* | position_lat: 59.34097833931446 (707965448) 0x777a-0x777e (4) 0x7770| 68 41| hA| position_long: 18.090392723679543 (215826792) 0x777e-0x7782 (4) 0x7780|dd 0c |.. | @@ -22563,7 +22563,7 @@ $ fq -d fit dv activity.fit 0x7780| 06 | . | reserved: false 0x778c.3-0x778c.4 (0.1) 0x7780| 06 | . | local_message_type: 6 0x778c.4-0x778d (0.4) | | | data_message{}: 0x778d-0x77a3 (22) -0x7780| 40 d9 56| @.V| timestamp: 1062656320 (s) 0x778d-0x7791 (4) +0x7780| 40 d9 56| @.V| timestamp: 1062656320 (2023-09-03T06:18:40Z) 0x778d-0x7791 (4) 0x7790|3f |? | 0x7790| 0c b6 32 2a | ..2* | position_lat: 59.341064505279064 (707966476) 0x7791-0x7795 (4) 0x7790| 91 30 dd 0c | .0.. | position_long: 18.090031379833817 (215822481) 0x7795-0x7799 (4) @@ -22581,7 +22581,7 @@ $ fq -d fit dv activity.fit 0x77a0| 06 | . | reserved: false 0x77a3.3-0x77a3.4 (0.1) 0x77a0| 06 | . | local_message_type: 6 0x77a3.4-0x77a4 (0.4) | | | data_message{}: 0x77a4-0x77ba (22) -0x77a0| 44 d9 56 3f | D.V? | timestamp: 1062656324 (s) 0x77a4-0x77a8 (4) +0x77a0| 44 d9 56 3f | D.V? | timestamp: 1062656324 (2023-09-03T06:18:44Z) 0x77a4-0x77a8 (4) 0x77a0| c9 ba 32 2a | ..2* | position_lat: 59.341166177764535 (707967689) 0x77a8-0x77ac (4) 0x77a0| 33 1f dd 0c| 3...| position_long: 18.08965872041881 (215818035) 0x77ac-0x77b0 (4) 0x77b0|35 57 2a 00 |5W*. | distance: 27748.37 (2774837) (m) 0x77b0-0x77b4 (4) @@ -22597,7 +22597,7 @@ $ fq -d fit dv activity.fit 0x77b0| 06 | . | reserved: false 0x77ba.3-0x77ba.4 (0.1) 0x77b0| 06 | . | local_message_type: 6 0x77ba.4-0x77bb (0.4) | | | data_message{}: 0x77bb-0x77d1 (22) -0x77b0| 48 d9 56 3f | H.V? | timestamp: 1062656328 (s) 0x77bb-0x77bf (4) +0x77b0| 48 d9 56 3f | H.V? | timestamp: 1062656328 (2023-09-03T06:18:48Z) 0x77bb-0x77bf (4) 0x77b0| 27| '| position_lat: 59.34125988744199 (707968807) 0x77bf-0x77c3 (4) 0x77c0|bf 32 2a |.2* | 0x77c0| 27 0e dd 0c | '... | position_long: 18.089292934164405 (215813671) 0x77c3-0x77c7 (4) @@ -22614,7 +22614,7 @@ $ fq -d fit dv activity.fit 0x77d0| 06 | . | reserved: false 0x77d1.3-0x77d1.4 (0.1) 0x77d0| 06 | . | local_message_type: 6 0x77d1.4-0x77d2 (0.4) | | | data_message{}: 0x77d2-0x77e8 (22) -0x77d0| 4c d9 56 3f | L.V? | timestamp: 1062656332 (s) 0x77d2-0x77d6 (4) +0x77d0| 4c d9 56 3f | L.V? | timestamp: 1062656332 (2023-09-03T06:18:52Z) 0x77d2-0x77d6 (4) 0x77d0| de c2 32 2a | ..2* | position_lat: 59.341339599341154 (707969758) 0x77d6-0x77da (4) 0x77d0| 66 fd dc 0c | f... | position_long: 18.088933434337378 (215809382) 0x77da-0x77de (4) 0x77d0| 06 69| .i| distance: 27793.98 (2779398) (m) 0x77de-0x77e2 (4) @@ -22631,7 +22631,7 @@ $ fq -d fit dv activity.fit 0x77e0| 06 | . | reserved: false 0x77e8.3-0x77e8.4 (0.1) 0x77e0| 06 | . | local_message_type: 6 0x77e8.4-0x77e9 (0.4) | | | data_message{}: 0x77e9-0x77ff (22) -0x77e0| 50 d9 56 3f | P.V? | timestamp: 1062656336 (s) 0x77e9-0x77ed (4) +0x77e0| 50 d9 56 3f | P.V? | timestamp: 1062656336 (2023-09-03T06:18:56Z) 0x77e9-0x77ed (4) 0x77e0| 7d c6 32| }.2| position_lat: 59.341417299583554 (707970685) 0x77ed-0x77f1 (4) 0x77f0|2a |* | 0x77f0| 0b ec dc 0c | .... | position_long: 18.088561026379466 (215804939) 0x77f1-0x77f5 (4) @@ -22648,7 +22648,7 @@ $ fq -d fit dv activity.fit 0x77f0| 06| .| reserved: false 0x77ff.3-0x77ff.4 (0.1) 0x77f0| 06| .| local_message_type: 6 0x77ff.4-0x7800 (0.4) | | | data_message{}: 0x7800-0x7816 (22) -0x7800|52 d9 56 3f |R.V? | timestamp: 1062656338 (s) 0x7800-0x7804 (4) +0x7800|52 d9 56 3f |R.V? | timestamp: 1062656338 (2023-09-03T06:18:58Z) 0x7800-0x7804 (4) 0x7800| 97 c8 32 2a | ..2* | position_lat: 59.34146239422262 (707971223) 0x7804-0x7808 (4) 0x7800| 86 e3 dc 0c | .... | position_long: 18.088378217071295 (215802758) 0x7808-0x780c (4) 0x7800| 76 76 2a 00| vv*.| distance: 27828.38 (2782838) (m) 0x780c-0x7810 (4) @@ -22664,7 +22664,7 @@ $ fq -d fit dv activity.fit 0x7810| 06 | . | reserved: false 0x7816.3-0x7816.4 (0.1) 0x7810| 06 | . | local_message_type: 6 0x7816.4-0x7817 (0.4) | | | data_message{}: 0x7817-0x782d (22) -0x7810| 56 d9 56 3f | V.V? | timestamp: 1062656342 (s) 0x7817-0x781b (4) +0x7810| 56 d9 56 3f | V.V? | timestamp: 1062656342 (2023-09-03T06:19:02Z) 0x7817-0x781b (4) 0x7810| 85 cd 32 2a | ..2* | position_lat: 59.34156817384064 (707972485) 0x781b-0x781f (4) 0x7810| f4| .| position_long: 18.08800119906664 (215798260) 0x781f-0x7823 (4) 0x7820|d1 dc 0c |... | @@ -22681,7 +22681,7 @@ $ fq -d fit dv activity.fit 0x7820| 06 | . | reserved: false 0x782d.3-0x782d.4 (0.1) 0x7820| 06 | . | local_message_type: 6 0x782d.4-0x782e (0.4) | | | data_message{}: 0x782e-0x7844 (22) -0x7820| 5a d9| Z.| timestamp: 1062656346 (s) 0x782e-0x7832 (4) +0x7820| 5a d9| Z.| timestamp: 1062656346 (2023-09-03T06:19:06Z) 0x782e-0x7832 (4) 0x7830|56 3f |V? | 0x7830| 5b d2 32 2a | [.2* | position_lat: 59.341671941801906 (707973723) 0x7832-0x7836 (4) 0x7830| 3b c0 dc 0c | ;... | position_long: 18.087620912119746 (215793723) 0x7836-0x783a (4) @@ -22698,7 +22698,7 @@ $ fq -d fit dv activity.fit 0x7840| 06 | . | reserved: false 0x7844.3-0x7844.4 (0.1) 0x7840| 06 | . | local_message_type: 6 0x7844.4-0x7845 (0.4) | | | data_message{}: 0x7845-0x785b (22) -0x7840| 5c d9 56 3f | \.V? | timestamp: 1062656348 (s) 0x7845-0x7849 (4) +0x7840| 5c d9 56 3f | \.V? | timestamp: 1062656348 (2023-09-03T06:19:08Z) 0x7845-0x7849 (4) 0x7840| bd d4 32 2a | ..2* | position_lat: 59.34172307141125 (707974333) 0x7849-0x784d (4) 0x7840| dc b7 dc| ...| position_long: 18.08744128793478 (215791580) 0x784d-0x7851 (4) 0x7850|0c |. | @@ -22715,7 +22715,7 @@ $ fq -d fit dv activity.fit 0x7850| 06 | . | reserved: false 0x785b.3-0x785b.4 (0.1) 0x7850| 06 | . | local_message_type: 6 0x785b.4-0x785c (0.4) | | | data_message{}: 0x785c-0x7872 (22) -0x7850| 60 d9 56 3f| `.V?| timestamp: 1062656352 (s) 0x785c-0x7860 (4) +0x7850| 60 d9 56 3f| `.V?| timestamp: 1062656352 (2023-09-03T06:19:12Z) 0x785c-0x7860 (4) 0x7860|a2 d9 32 2a |..2* | position_lat: 59.34182809665799 (707975586) 0x7860-0x7864 (4) 0x7860| 59 a5 dc 0c | Y... | position_long: 18.08704406954348 (215786841) 0x7864-0x7868 (4) 0x7860| 01 98 2a 00 | ..*. | distance: 27914.25 (2791425) (m) 0x7868-0x786c (4) @@ -22731,7 +22731,7 @@ $ fq -d fit dv activity.fit 0x7870| 06 | . | reserved: false 0x7872.3-0x7872.4 (0.1) 0x7870| 06 | . | local_message_type: 6 0x7872.4-0x7873 (0.4) | | | data_message{}: 0x7873-0x7889 (22) -0x7870| 64 d9 56 3f | d.V? | timestamp: 1062656356 (s) 0x7873-0x7877 (4) +0x7870| 64 d9 56 3f | d.V? | timestamp: 1062656356 (2023-09-03T06:19:16Z) 0x7873-0x7877 (4) 0x7870| f5 dd 32 2a | ..2* | position_lat: 59.3419208843261 (707976693) 0x7877-0x787b (4) 0x7870| 32 94 dc 0c | 2... | position_long: 18.08667602017522 (215782450) 0x787b-0x787f (4) 0x7870| 22| "| distance: 27937.62 (2793762) (m) 0x787f-0x7883 (4) @@ -22748,7 +22748,7 @@ $ fq -d fit dv activity.fit 0x7880| 06 | . | reserved: false 0x7889.3-0x7889.4 (0.1) 0x7880| 06 | . | local_message_type: 6 0x7889.4-0x788a (0.4) | | | data_message{}: 0x788a-0x78a0 (22) -0x7880| 68 d9 56 3f | h.V? | timestamp: 1062656360 (s) 0x788a-0x788e (4) +0x7880| 68 d9 56 3f | h.V? | timestamp: 1062656360 (2023-09-03T06:19:20Z) 0x788a-0x788e (4) 0x7880| fc e2| ..| position_lat: 59.34202875941992 (707977980) 0x788e-0x7892 (4) 0x7890|32 2a |2* | 0x7890| f7 83 dc 0c | .... | position_long: 18.08632775209844 (215778295) 0x7892-0x7896 (4) @@ -22765,7 +22765,7 @@ $ fq -d fit dv activity.fit 0x78a0|06 |. | reserved: false 0x78a0.3-0x78a0.4 (0.1) 0x78a0|06 |. | local_message_type: 6 0x78a0.4-0x78a1 (0.4) | | | data_message{}: 0x78a1-0x78b7 (22) -0x78a0| 6c d9 56 3f | l.V? | timestamp: 1062656364 (s) 0x78a1-0x78a5 (4) +0x78a0| 6c d9 56 3f | l.V? | timestamp: 1062656364 (2023-09-03T06:19:24Z) 0x78a1-0x78a5 (4) 0x78a0| 37 e8 32 2a | 7.2* | position_lat: 59.342140993103385 (707979319) 0x78a5-0x78a9 (4) 0x78a0| 5d 72 dc 0c | ]r.. | position_long: 18.08595006354153 (215773789) 0x78a9-0x78ad (4) 0x78a0| de b3 2a| ..*| distance: 27985.58 (2798558) (m) 0x78ad-0x78b1 (4) @@ -22782,7 +22782,7 @@ $ fq -d fit dv activity.fit 0x78b0| 06 | . | reserved: false 0x78b7.3-0x78b7.4 (0.1) 0x78b0| 06 | . | local_message_type: 6 0x78b7.4-0x78b8 (0.4) | | | data_message{}: 0x78b8-0x78ce (22) -0x78b0| 6f d9 56 3f | o.V? | timestamp: 1062656367 (s) 0x78b8-0x78bc (4) +0x78b0| 6f d9 56 3f | o.V? | timestamp: 1062656367 (2023-09-03T06:19:27Z) 0x78b8-0x78bc (4) 0x78b0| cc eb 32 2a| ..2*| position_lat: 59.34221785515547 (707980236) 0x78bc-0x78c0 (4) 0x78c0|6b 65 dc 0c |ke.. | position_long: 18.085672287270427 (215770475) 0x78c0-0x78c4 (4) 0x78c0| dd ba 2a 00 | ..*. | distance: 28003.49 (2800349) (m) 0x78c4-0x78c8 (4) @@ -22798,9 +22798,9 @@ $ fq -d fit dv activity.fit 0x78c0| 08 | . | reserved: false 0x78ce.3-0x78ce.4 (0.1) 0x78c0| 08 | . | local_message_type: 8 0x78ce.4-0x78cf (0.4) | | | data_message{}: 0x78cf-0x7905 (54) -0x78c0| 6f| o| timestamp: 1062656367 (s) 0x78cf-0x78d3 (4) +0x78c0| 6f| o| timestamp: 1062656367 (2023-09-03T06:19:27Z) 0x78cf-0x78d3 (4) 0x78d0|d9 56 3f |.V? | -0x78d0| cf d8 56 3f | ..V? | start_time: 1062656207 0x78d3-0x78d7 (4) +0x78d0| cf d8 56 3f | ..V? | start_time: 1062656207 (2023-09-03T06:16:47Z) 0x78d3-0x78d7 (4) 0x78d0| ed 3d 32 2a | .=2* | start_position_lat: 59.338486986234784 (707935725) 0x78d7-0x78db (4) 0x78d0| 8d 4a df 0c | .J.. | start_position_long: 18.10157527215779 (215960205) 0x78db-0x78df (4) 0x78d0| cc| .| end_position_lat: 59.34221785515547 (707980236) 0x78df-0x78e3 (4) @@ -22831,7 +22831,7 @@ $ fq -d fit dv activity.fit 0x7900| 06 | . | reserved: false 0x7905.3-0x7905.4 (0.1) 0x7900| 06 | . | local_message_type: 6 0x7905.4-0x7906 (0.4) | | | data_message{}: 0x7906-0x791c (22) -0x7900| 73 d9 56 3f | s.V? | timestamp: 1062656371 (s) 0x7906-0x790a (4) +0x7900| 73 d9 56 3f | s.V? | timestamp: 1062656371 (2023-09-03T06:19:31Z) 0x7906-0x790a (4) 0x7900| ca ef 32 2a | ..2* | position_lat: 59.34230351820588 (707981258) 0x790a-0x790e (4) 0x7900| be 53| .S| position_long: 18.085293006151915 (215765950) 0x790e-0x7912 (4) 0x7910|dc 0c |.. | @@ -22848,7 +22848,7 @@ $ fq -d fit dv activity.fit 0x7910| 06 | . | reserved: false 0x791c.3-0x791c.4 (0.1) 0x7910| 06 | . | local_message_type: 6 0x791c.4-0x791d (0.4) | | | data_message{}: 0x791d-0x7933 (22) -0x7910| 77 d9 56| w.V| timestamp: 1062656375 (s) 0x791d-0x7921 (4) +0x7910| 77 d9 56| w.V| timestamp: 1062656375 (2023-09-03T06:19:35Z) 0x791d-0x7921 (4) 0x7920|3f |? | 0x7920| dc f4 32 2a | ..2* | position_lat: 59.34241231530905 (707982556) 0x7921-0x7925 (4) 0x7920| 4e 43 dc 0c | NC.. | position_long: 18.084940295666456 (215761742) 0x7925-0x7929 (4) @@ -22866,7 +22866,7 @@ $ fq -d fit dv activity.fit 0x7930| 06 | . | reserved: false 0x7933.3-0x7933.4 (0.1) 0x7930| 06 | . | local_message_type: 6 0x7933.4-0x7934 (0.4) | | | data_message{}: 0x7934-0x794a (22) -0x7930| 7b d9 56 3f | {.V? | timestamp: 1062656379 (s) 0x7934-0x7938 (4) +0x7930| 7b d9 56 3f | {.V? | timestamp: 1062656379 (2023-09-03T06:19:39Z) 0x7934-0x7938 (4) 0x7930| e4 f8 32 2a | ..2* | position_lat: 59.34249881654978 (707983588) 0x7938-0x793c (4) 0x7930| a0 33 dc 0c| .3..| position_long: 18.08460384607315 (215757728) 0x793c-0x7940 (4) 0x7940|93 d5 2a 00 |..*. | distance: 28071.87 (2807187) (m) 0x7940-0x7944 (4) @@ -22882,7 +22882,7 @@ $ fq -d fit dv activity.fit 0x7940| 06 | . | reserved: false 0x794a.3-0x794a.4 (0.1) 0x7940| 06 | . | local_message_type: 6 0x794a.4-0x794b (0.4) | | | data_message{}: 0x794b-0x7961 (22) -0x7940| 7f d9 56 3f | ..V? | timestamp: 1062656383 (s) 0x794b-0x794f (4) +0x7940| 7f d9 56 3f | ..V? | timestamp: 1062656383 (2023-09-03T06:19:43Z) 0x794b-0x794f (4) 0x7940| a0| .| position_lat: 59.3425789475441 (707984544) 0x794f-0x7953 (4) 0x7950|fc 32 2a |.2* | 0x7950| b0 23 dc 0c | .#.. | position_long: 18.084261864423752 (215753648) 0x7953-0x7957 (4) @@ -22899,7 +22899,7 @@ $ fq -d fit dv activity.fit 0x7960| 06 | . | reserved: false 0x7961.3-0x7961.4 (0.1) 0x7960| 06 | . | local_message_type: 6 0x7961.4-0x7962 (0.4) | | | data_message{}: 0x7962-0x7978 (22) -0x7960| 83 d9 56 3f | ..V? | timestamp: 1062656387 (s) 0x7962-0x7966 (4) +0x7960| 83 d9 56 3f | ..V? | timestamp: 1062656387 (2023-09-03T06:19:47Z) 0x7962-0x7966 (4) 0x7960| 37 00 33 2a | 7.3* | position_lat: 59.342655977234244 (707985463) 0x7966-0x796a (4) 0x7960| c5 13 dc 0c | .... | position_long: 18.08392030186951 (215749573) 0x796a-0x796e (4) 0x7960| 40 e6| @.| distance: 28114.56 (2811456) (m) 0x796e-0x7972 (4) @@ -22916,7 +22916,7 @@ $ fq -d fit dv activity.fit 0x7970| 06 | . | reserved: false 0x7978.3-0x7978.4 (0.1) 0x7970| 06 | . | local_message_type: 6 0x7978.4-0x7979 (0.4) | | | data_message{}: 0x7979-0x798f (22) -0x7970| 87 d9 56 3f | ..V? | timestamp: 1062656391 (s) 0x7979-0x797d (4) +0x7970| 87 d9 56 3f | ..V? | timestamp: 1062656391 (2023-09-03T06:19:51Z) 0x7979-0x797d (4) 0x7970| 93 04 33| ..3| position_lat: 59.34274951927364 (707986579) 0x797d-0x7981 (4) 0x7980|2a |* | 0x7980| d1 02 dc 0c | .... | position_long: 18.083556527271867 (215745233) 0x7981-0x7985 (4) @@ -22933,7 +22933,7 @@ $ fq -d fit dv activity.fit 0x7980| 06| .| reserved: false 0x798f.3-0x798f.4 (0.1) 0x7980| 06| .| local_message_type: 6 0x798f.4-0x7990 (0.4) | | | data_message{}: 0x7990-0x79a6 (22) -0x7990|8b d9 56 3f |..V? | timestamp: 1062656395 (s) 0x7990-0x7994 (4) +0x7990|8b d9 56 3f |..V? | timestamp: 1062656395 (2023-09-03T06:19:55Z) 0x7990-0x7994 (4) 0x7990| ff 08 33 2a | ..3* | position_lat: 59.34284440241754 (707987711) 0x7994-0x7998 (4) 0x7990| 03 f2 db 0c | .... | position_long: 18.083195937797427 (215740931) 0x7998-0x799c (4) 0x7990| 50 f8 2a 00| P.*.| distance: 28160.8 (2816080) (m) 0x799c-0x79a0 (4) @@ -22949,7 +22949,7 @@ $ fq -d fit dv activity.fit 0x79a0| 06 | . | reserved: false 0x79a6.3-0x79a6.4 (0.1) 0x79a0| 06 | . | local_message_type: 6 0x79a6.4-0x79a7 (0.4) | | | data_message{}: 0x79a7-0x79bd (22) -0x79a0| 8f d9 56 3f | ..V? | timestamp: 1062656399 (s) 0x79a7-0x79ab (4) +0x79a0| 8f d9 56 3f | ..V? | timestamp: 1062656399 (2023-09-03T06:19:59Z) 0x79a7-0x79ab (4) 0x79a0| 21 0d 33 2a | !.3* | position_lat: 59.342933082953095 (707988769) 0x79ab-0x79af (4) 0x79a0| 6a| j| position_long: 18.08283979073167 (215736682) 0x79af-0x79b3 (4) 0x79b0|e1 db 0c |... | @@ -22966,7 +22966,7 @@ $ fq -d fit dv activity.fit 0x79b0| 06 | . | reserved: false 0x79bd.3-0x79bd.4 (0.1) 0x79b0| 06 | . | local_message_type: 6 0x79bd.4-0x79be (0.4) | | | data_message{}: 0x79be-0x79d4 (22) -0x79b0| 93 d9| ..| timestamp: 1062656403 (s) 0x79be-0x79c2 (4) +0x79b0| 93 d9| ..| timestamp: 1062656403 (2023-09-03T06:20:03Z) 0x79be-0x79c2 (4) 0x79c0|56 3f |V? | 0x79c0| 9c 11 33 2a | ..3* | position_lat: 59.34302922338247 (707989916) 0x79c2-0x79c6 (4) 0x79c0| d4 d0 db 0c | .... | position_long: 18.082483895123005 (215732436) 0x79c6-0x79ca (4) @@ -22983,7 +22983,7 @@ $ fq -d fit dv activity.fit 0x79d0| 06 | . | reserved: false 0x79d4.3-0x79d4.4 (0.1) 0x79d0| 06 | . | local_message_type: 6 0x79d4.4-0x79d5 (0.4) | | | data_message{}: 0x79d5-0x79eb (22) -0x79d0| 97 d9 56 3f | ..V? | timestamp: 1062656407 (s) 0x79d5-0x79d9 (4) +0x79d0| 97 d9 56 3f | ..V? | timestamp: 1062656407 (2023-09-03T06:20:07Z) 0x79d5-0x79d9 (4) 0x79d0| 1e 16 33 2a | ..3* | position_lat: 59.34312595054507 (707991070) 0x79d9-0x79dd (4) 0x79d0| 5f bf db| _..| position_long: 18.08210930787027 (215727967) 0x79dd-0x79e1 (4) 0x79e0|0c |. | @@ -23000,7 +23000,7 @@ $ fq -d fit dv activity.fit 0x79e0| 06 | . | reserved: false 0x79eb.3-0x79eb.4 (0.1) 0x79e0| 06 | . | local_message_type: 6 0x79eb.4-0x79ec (0.4) | | | data_message{}: 0x79ec-0x7a02 (22) -0x79e0| 9b d9 56 3f| ..V?| timestamp: 1062656411 (s) 0x79ec-0x79f0 (4) +0x79e0| 9b d9 56 3f| ..V?| timestamp: 1062656411 (2023-09-03T06:20:11Z) 0x79ec-0x79f0 (4) 0x79f0|1e 1a 33 2a |..3* | position_lat: 59.34321178123355 (707992094) 0x79f0-0x79f4 (4) 0x79f0| 18 ae db 0c | .... | position_long: 18.08173857629299 (215723544) 0x79f4-0x79f8 (4) 0x79f0| 72 1c 2b 00 | r.+. | distance: 28253.3 (2825330) (m) 0x79f8-0x79fc (4) @@ -23016,7 +23016,7 @@ $ fq -d fit dv activity.fit 0x7a00| 06 | . | reserved: false 0x7a02.3-0x7a02.4 (0.1) 0x7a00| 06 | . | local_message_type: 6 0x7a02.4-0x7a03 (0.4) | | | data_message{}: 0x7a03-0x7a19 (22) -0x7a00| 9f d9 56 3f | ..V? | timestamp: 1062656415 (s) 0x7a03-0x7a07 (4) +0x7a00| 9f d9 56 3f | ..V? | timestamp: 1062656415 (2023-09-03T06:20:15Z) 0x7a03-0x7a07 (4) 0x7a00| c0 1e 33 2a | ..3* | position_lat: 59.343311190605164 (707993280) 0x7a07-0x7a0b (4) 0x7a00| de 9c db 0c | .... | position_long: 18.081368934363127 (215719134) 0x7a0b-0x7a0f (4) 0x7a00| b5| .| distance: 28277.01 (2827701) (m) 0x7a0f-0x7a13 (4) @@ -23033,7 +23033,7 @@ $ fq -d fit dv activity.fit 0x7a10| 06 | . | reserved: false 0x7a19.3-0x7a19.4 (0.1) 0x7a10| 06 | . | local_message_type: 6 0x7a19.4-0x7a1a (0.4) | | | data_message{}: 0x7a1a-0x7a30 (22) -0x7a10| a3 d9 56 3f | ..V? | timestamp: 1062656419 (s) 0x7a1a-0x7a1e (4) +0x7a10| a3 d9 56 3f | ..V? | timestamp: 1062656419 (2023-09-03T06:20:19Z) 0x7a1a-0x7a1e (4) 0x7a10| 32 23| 2#| position_lat: 59.343406576663256 (707994418) 0x7a1e-0x7a22 (4) 0x7a20|33 2a |3* | 0x7a20| 60 8c db 0c | `... | position_long: 18.081015050411224 (215714912) 0x7a22-0x7a26 (4) @@ -23050,7 +23050,7 @@ $ fq -d fit dv activity.fit 0x7a30|06 |. | reserved: false 0x7a30.3-0x7a30.4 (0.1) 0x7a30|06 |. | local_message_type: 6 0x7a30.4-0x7a31 (0.4) | | | data_message{}: 0x7a31-0x7a47 (22) -0x7a30| a7 d9 56 3f | ..V? | timestamp: 1062656423 (s) 0x7a31-0x7a35 (4) +0x7a30| a7 d9 56 3f | ..V? | timestamp: 1062656423 (2023-09-03T06:20:23Z) 0x7a31-0x7a35 (4) 0x7a30| c4 29 33 2a | .)3* | position_lat: 59.3435475602746 (707996100) 0x7a35-0x7a39 (4) 0x7a30| 75 7b db 0c | u{.. | position_long: 18.080652030184865 (215710581) 0x7a39-0x7a3d (4) 0x7a30| 70 38 2b| p8+| distance: 28324.96 (2832496) (m) 0x7a3d-0x7a41 (4) @@ -23067,7 +23067,7 @@ $ fq -d fit dv activity.fit 0x7a40| 06 | . | reserved: false 0x7a47.3-0x7a47.4 (0.1) 0x7a40| 06 | . | local_message_type: 6 0x7a47.4-0x7a48 (0.4) | | | data_message{}: 0x7a48-0x7a5e (22) -0x7a40| ab d9 56 3f | ..V? | timestamp: 1062656427 (s) 0x7a48-0x7a4c (4) +0x7a40| ab d9 56 3f | ..V? | timestamp: 1062656427 (2023-09-03T06:20:27Z) 0x7a48-0x7a4c (4) 0x7a40| 9c 2f 33 2a| ./3*| position_lat: 59.34367295354605 (707997596) 0x7a4c-0x7a50 (4) 0x7a50|7b 69 db 0c |{i.. | position_long: 18.08026629500091 (215705979) 0x7a50-0x7a54 (4) 0x7a50| 7b 42 2b 00 | {B+. | distance: 28350.67 (2835067) (m) 0x7a54-0x7a58 (4) @@ -23083,7 +23083,7 @@ $ fq -d fit dv activity.fit 0x7a50| 06 | . | reserved: false 0x7a5e.3-0x7a5e.4 (0.1) 0x7a50| 06 | . | local_message_type: 6 0x7a5e.4-0x7a5f (0.4) | | | data_message{}: 0x7a5f-0x7a75 (22) -0x7a50| af| .| timestamp: 1062656431 (s) 0x7a5f-0x7a63 (4) +0x7a50| af| .| timestamp: 1062656431 (2023-09-03T06:20:31Z) 0x7a5f-0x7a63 (4) 0x7a60|d9 56 3f |.V? | 0x7a60| 10 34 33 2a | .43* | position_lat: 59.3437685072422 (707998736) 0x7a63-0x7a67 (4) 0x7a60| ce 57 db 0c | .W.. | position_long: 18.0798870138824 (215701454) 0x7a67-0x7a6b (4) @@ -23101,7 +23101,7 @@ $ fq -d fit dv activity.fit 0x7a70| 06 | . | reserved: false 0x7a75.3-0x7a75.4 (0.1) 0x7a70| 06 | . | local_message_type: 6 0x7a75.4-0x7a76 (0.4) | | | data_message{}: 0x7a76-0x7a8c (22) -0x7a70| b3 d9 56 3f | ..V? | timestamp: 1062656435 (s) 0x7a76-0x7a7a (4) +0x7a70| b3 d9 56 3f | ..V? | timestamp: 1062656435 (2023-09-03T06:20:35Z) 0x7a76-0x7a7a (4) 0x7a70| a8 38 33 2a | .83* | position_lat: 59.3438670784235 (707999912) 0x7a7a-0x7a7e (4) 0x7a70| 31 45| 1E| position_long: 18.079487616196275 (215696689) 0x7a7e-0x7a82 (4) 0x7a80|db 0c |.. | @@ -23118,7 +23118,7 @@ $ fq -d fit dv activity.fit 0x7a80| 06 | . | reserved: false 0x7a8c.3-0x7a8c.4 (0.1) 0x7a80| 06 | . | local_message_type: 6 0x7a8c.4-0x7a8d (0.4) | | | data_message{}: 0x7a8d-0x7aa3 (22) -0x7a80| b7 d9 56| ..V| timestamp: 1062656439 (s) 0x7a8d-0x7a91 (4) +0x7a80| b7 d9 56| ..V| timestamp: 1062656439 (2023-09-03T06:20:39Z) 0x7a8d-0x7a91 (4) 0x7a90|3f |? | 0x7a90| 5f 3d 33 2a | _=3* | position_lat: 59.34396824799478 (708001119) 0x7a91-0x7a95 (4) 0x7a90| 79 32 db 0c | y2.. | position_long: 18.079085955396295 (215691897) 0x7a95-0x7a99 (4) @@ -23136,7 +23136,7 @@ $ fq -d fit dv activity.fit 0x7aa0| 06 | . | reserved: false 0x7aa3.3-0x7aa3.4 (0.1) 0x7aa0| 06 | . | local_message_type: 6 0x7aa3.4-0x7aa4 (0.4) | | | data_message{}: 0x7aa4-0x7aba (22) -0x7aa0| bb d9 56 3f | ..V? | timestamp: 1062656443 (s) 0x7aa4-0x7aa8 (4) +0x7aa0| bb d9 56 3f | ..V? | timestamp: 1062656443 (2023-09-03T06:20:43Z) 0x7aa4-0x7aa8 (4) 0x7aa0| f9 41 33 2a | .A3* | position_lat: 59.34406698681414 (708002297) 0x7aa8-0x7aac (4) 0x7aa0| 45 1f db 0c| E...| position_long: 18.07867390103638 (215686981) 0x7aac-0x7ab0 (4) 0x7ab0|ce 69 2b 00 |.i+. | distance: 28451.34 (2845134) (m) 0x7ab0-0x7ab4 (4) @@ -23152,7 +23152,7 @@ $ fq -d fit dv activity.fit 0x7ab0| 06 | . | reserved: false 0x7aba.3-0x7aba.4 (0.1) 0x7ab0| 06 | . | local_message_type: 6 0x7aba.4-0x7abb (0.4) | | | data_message{}: 0x7abb-0x7ad1 (22) -0x7ab0| bf d9 56 3f | ..V? | timestamp: 1062656447 (s) 0x7abb-0x7abf (4) +0x7ab0| bf d9 56 3f | ..V? | timestamp: 1062656447 (2023-09-03T06:20:47Z) 0x7abb-0x7abf (4) 0x7ab0| 8b| .| position_lat: 59.34416505508125 (708003467) 0x7abf-0x7ac3 (4) 0x7ac0|46 33 2a |F3* | 0x7ac0| 67 0c db 0c | g... | position_long: 18.078269055113196 (215682151) 0x7ac3-0x7ac7 (4) @@ -23169,7 +23169,7 @@ $ fq -d fit dv activity.fit 0x7ad0| 06 | . | reserved: false 0x7ad1.3-0x7ad1.4 (0.1) 0x7ad0| 06 | . | local_message_type: 6 0x7ad1.4-0x7ad2 (0.4) | | | data_message{}: 0x7ad2-0x7ae8 (22) -0x7ad0| c3 d9 56 3f | ..V? | timestamp: 1062656451 (s) 0x7ad2-0x7ad6 (4) +0x7ad0| c3 d9 56 3f | ..V? | timestamp: 1062656451 (2023-09-03T06:20:51Z) 0x7ad2-0x7ad6 (4) 0x7ad0| 02 4b 33 2a | .K3* | position_lat: 59.3442608602345 (708004610) 0x7ad6-0x7ada (4) 0x7ad0| b6 f9 da 0c | .... | position_long: 18.077867981046438 (215677366) 0x7ada-0x7ade (4) 0x7ad0| 9b 7d| .}| distance: 28502.03 (2850203) (m) 0x7ade-0x7ae2 (4) @@ -23197,7 +23197,7 @@ $ fq -d fit dv activity.fit 0x7af0|06 |. | reserved: false 0x7af0.3-0x7af0.4 (0.1) 0x7af0|06 |. | local_message_type: 6 0x7af0.4-0x7af1 (0.4) | | | data_message{}: 0x7af1-0x7b07 (22) -0x7af0| c7 d9 56 3f | ..V? | timestamp: 1062656455 (s) 0x7af1-0x7af5 (4) +0x7af0| c7 d9 56 3f | ..V? | timestamp: 1062656455 (2023-09-03T06:20:55Z) 0x7af1-0x7af5 (4) 0x7af0| 6b 4f 33 2a | kO3* | position_lat: 59.344355491921306 (708005739) 0x7af5-0x7af9 (4) 0x7af0| 80 e6 da 0c | .... | position_long: 18.077455759048462 (215672448) 0x7af9-0x7afd (4) 0x7af0| a7 87 2b| ..+| distance: 28527.75 (2852775) (m) 0x7afd-0x7b01 (4) @@ -23214,7 +23214,7 @@ $ fq -d fit dv activity.fit 0x7b00| 06 | . | reserved: false 0x7b07.3-0x7b07.4 (0.1) 0x7b00| 06 | . | local_message_type: 6 0x7b07.4-0x7b08 (0.4) | | | data_message{}: 0x7b08-0x7b1e (22) -0x7b00| cb d9 56 3f | ..V? | timestamp: 1062656459 (s) 0x7b08-0x7b0c (4) +0x7b00| cb d9 56 3f | ..V? | timestamp: 1062656459 (2023-09-03T06:20:59Z) 0x7b08-0x7b0c (4) 0x7b00| eb 53 33 2a| .S3*| position_lat: 59.34445205144584 (708006891) 0x7b0c-0x7b10 (4) 0x7b10|66 d3 da 0c |f... | position_long: 18.077045883983374 (215667558) 0x7b10-0x7b14 (4) 0x7b10| b0 91 2b 00 | ..+. | distance: 28553.44 (2855344) (m) 0x7b14-0x7b18 (4) @@ -23230,7 +23230,7 @@ $ fq -d fit dv activity.fit 0x7b10| 06 | . | reserved: false 0x7b1e.3-0x7b1e.4 (0.1) 0x7b10| 06 | . | local_message_type: 6 0x7b1e.4-0x7b1f (0.4) | | | data_message{}: 0x7b1f-0x7b35 (22) -0x7b10| cf| .| timestamp: 1062656463 (s) 0x7b1f-0x7b23 (4) +0x7b10| cf| .| timestamp: 1062656463 (2023-09-03T06:21:03Z) 0x7b1f-0x7b23 (4) 0x7b20|d9 56 3f |.V? | 0x7b20| 73 58 33 2a | sX3* | position_lat: 59.34454928152263 (708008051) 0x7b23-0x7b27 (4) 0x7b20| fd bf da 0c | .... | position_long: 18.07662938721478 (215662589) 0x7b27-0x7b2b (4) @@ -23248,7 +23248,7 @@ $ fq -d fit dv activity.fit 0x7b30| 06 | . | reserved: false 0x7b35.3-0x7b35.4 (0.1) 0x7b30| 06 | . | local_message_type: 6 0x7b35.4-0x7b36 (0.4) | | | data_message{}: 0x7b36-0x7b4c (22) -0x7b30| d3 d9 56 3f | ..V? | timestamp: 1062656467 (s) 0x7b36-0x7b3a (4) +0x7b30| d3 d9 56 3f | ..V? | timestamp: 1062656467 (2023-09-03T06:21:07Z) 0x7b36-0x7b3a (4) 0x7b30| 0c 5d 33 2a | .]3* | position_lat: 59.34464793652296 (708009228) 0x7b3a-0x7b3e (4) 0x7b30| 85 ac| ..| position_long: 18.07621163316071 (215657605) 0x7b3e-0x7b42 (4) 0x7b40|da 0c |.. | @@ -23265,7 +23265,7 @@ $ fq -d fit dv activity.fit 0x7b40| 06 | . | reserved: false 0x7b4c.3-0x7b4c.4 (0.1) 0x7b40| 06 | . | local_message_type: 6 0x7b4c.4-0x7b4d (0.4) | | | data_message{}: 0x7b4d-0x7b63 (22) -0x7b40| d7 d9 56| ..V| timestamp: 1062656471 (s) 0x7b4d-0x7b51 (4) +0x7b40| d7 d9 56| ..V| timestamp: 1062656471 (2023-09-03T06:21:11Z) 0x7b4d-0x7b51 (4) 0x7b50|3f |? | 0x7b50| 09 62 33 2a | .b3* | position_lat: 59.34475497342646 (708010505) 0x7b51-0x7b55 (4) 0x7b50| 0c 99 da 0c | .... | position_long: 18.07579379528761 (215652620) 0x7b55-0x7b59 (4) @@ -23283,7 +23283,7 @@ $ fq -d fit dv activity.fit 0x7b60| 06 | . | reserved: false 0x7b63.3-0x7b63.4 (0.1) 0x7b60| 06 | . | local_message_type: 6 0x7b63.4-0x7b64 (0.4) | | | data_message{}: 0x7b64-0x7b7a (22) -0x7b60| da d9 56 3f | ..V? | timestamp: 1062656474 (s) 0x7b64-0x7b68 (4) +0x7b60| da d9 56 3f | ..V? | timestamp: 1062656474 (2023-09-03T06:21:14Z) 0x7b64-0x7b68 (4) 0x7b60| ea 65 33 2a | .e3* | position_lat: 59.344838205724955 (708011498) 0x7b68-0x7b6c (4) 0x7b60| 7d 8a da 0c| }...| position_long: 18.075481401756406 (215648893) 0x7b6c-0x7b70 (4) 0x7b70|4e b8 2b 00 |N.+. | distance: 28652.3 (2865230) (m) 0x7b70-0x7b74 (4) @@ -23299,7 +23299,7 @@ $ fq -d fit dv activity.fit 0x7b70| 06 | . | reserved: false 0x7b7a.3-0x7b7a.4 (0.1) 0x7b70| 06 | . | local_message_type: 6 0x7b7a.4-0x7b7b (0.4) | | | data_message{}: 0x7b7b-0x7b91 (22) -0x7b70| de d9 56 3f | ..V? | timestamp: 1062656478 (s) 0x7b7b-0x7b7f (4) +0x7b70| de d9 56 3f | ..V? | timestamp: 1062656478 (2023-09-03T06:21:18Z) 0x7b7b-0x7b7f (4) 0x7b70| bc| .| position_lat: 59.34494163841009 (708012732) 0x7b7f-0x7b83 (4) 0x7b80|6a 33 2a |j3* | 0x7b80| 4b 77 da 0c | Kw.. | position_long: 18.075069515034556 (215643979) 0x7b83-0x7b87 (4) @@ -23316,7 +23316,7 @@ $ fq -d fit dv activity.fit 0x7b90| 06 | . | reserved: false 0x7b91.3-0x7b91.4 (0.1) 0x7b90| 06 | . | local_message_type: 6 0x7b91.4-0x7b92 (0.4) | | | data_message{}: 0x7b92-0x7ba8 (22) -0x7b90| e2 d9 56 3f | ..V? | timestamp: 1062656482 (s) 0x7b92-0x7b96 (4) +0x7b90| e2 d9 56 3f | ..V? | timestamp: 1062656482 (2023-09-03T06:21:22Z) 0x7b92-0x7b96 (4) 0x7b90| a5 6f 33 2a | .o3* | position_lat: 59.34504699893296 (708013989) 0x7b96-0x7b9a (4) 0x7b90| 18 64 da 0c | .d.. | position_long: 18.074657544493675 (215639064) 0x7b9a-0x7b9e (4) 0x7b90| c1 cc| ..| distance: 28704.65 (2870465) (m) 0x7b9e-0x7ba2 (4) @@ -23333,7 +23333,7 @@ $ fq -d fit dv activity.fit 0x7ba0| 06 | . | reserved: false 0x7ba8.3-0x7ba8.4 (0.1) 0x7ba0| 06 | . | local_message_type: 6 0x7ba8.4-0x7ba9 (0.4) | | | data_message{}: 0x7ba9-0x7bbf (22) -0x7ba0| e5 d9 56 3f | ..V? | timestamp: 1062656485 (s) 0x7ba9-0x7bad (4) +0x7ba0| e5 d9 56 3f | ..V? | timestamp: 1062656485 (2023-09-03T06:21:25Z) 0x7ba9-0x7bad (4) 0x7ba0| 69 73 33| is3| position_lat: 59.34512780047953 (708014953) 0x7bad-0x7bb1 (4) 0x7bb0|2a |* | 0x7bb0| 9b 54 da 0c | .T.. | position_long: 18.074325202032924 (215635099) 0x7bb1-0x7bb5 (4) @@ -23350,7 +23350,7 @@ $ fq -d fit dv activity.fit 0x7bb0| 06| .| reserved: false 0x7bbf.3-0x7bbf.4 (0.1) 0x7bb0| 06| .| local_message_type: 6 0x7bbf.4-0x7bc0 (0.4) | | | data_message{}: 0x7bc0-0x7bd6 (22) -0x7bc0|e8 d9 56 3f |..V? | timestamp: 1062656488 (s) 0x7bc0-0x7bc4 (4) +0x7bc0|e8 d9 56 3f |..V? | timestamp: 1062656488 (2023-09-03T06:21:28Z) 0x7bc0-0x7bc4 (4) 0x7bc0| 91 77 33 2a | .w3* | position_lat: 59.34521698392928 (708016017) 0x7bc4-0x7bc8 (4) 0x7bc0| f4 44 da 0c | .D.. | position_long: 18.07398933917284 (215631092) 0x7bc8-0x7bcc (4) 0x7bc0| 59 dd 2b 00| Y.+.| distance: 28747.13 (2874713) (m) 0x7bcc-0x7bd0 (4) @@ -23366,7 +23366,7 @@ $ fq -d fit dv activity.fit 0x7bd0| 06 | . | reserved: false 0x7bd6.3-0x7bd6.4 (0.1) 0x7bd0| 06 | . | local_message_type: 6 0x7bd6.4-0x7bd7 (0.4) | | | data_message{}: 0x7bd7-0x7bed (22) -0x7bd0| eb d9 56 3f | ..V? | timestamp: 1062656491 (s) 0x7bd7-0x7bdb (4) +0x7bd0| eb d9 56 3f | ..V? | timestamp: 1062656491 (2023-09-03T06:21:31Z) 0x7bd7-0x7bdb (4) 0x7bd0| 5e 7b 33 2a | ^{3* | position_lat: 59.345298539847136 (708016990) 0x7bdb-0x7bdf (4) 0x7bd0| cc| .| position_long: 18.073664121329784 (215627212) 0x7bdf-0x7be3 (4) 0x7be0|35 da 0c |5.. | @@ -23383,7 +23383,7 @@ $ fq -d fit dv activity.fit 0x7be0| 06 | . | reserved: false 0x7bed.3-0x7bed.4 (0.1) 0x7be0| 06 | . | local_message_type: 6 0x7bed.4-0x7bee (0.4) | | | data_message{}: 0x7bee-0x7c04 (22) -0x7be0| ee d9| ..| timestamp: 1062656494 (s) 0x7bee-0x7bf2 (4) +0x7be0| ee d9| ..| timestamp: 1062656494 (2023-09-03T06:21:34Z) 0x7bee-0x7bf2 (4) 0x7bf0|56 3f |V? | 0x7bf0| a8 7e 33 2a | .~3* | position_lat: 59.34536911547184 (708017832) 0x7bf2-0x7bf6 (4) 0x7bf0| 20 26 da 0c | &.. | position_long: 18.073327839374542 (215623200) 0x7bf6-0x7bfa (4) @@ -23400,7 +23400,7 @@ $ fq -d fit dv activity.fit 0x7c00| 06 | . | reserved: false 0x7c04.3-0x7c04.4 (0.1) 0x7c00| 06 | . | local_message_type: 6 0x7c04.4-0x7c05 (0.4) | | | data_message{}: 0x7c05-0x7c1b (22) -0x7c00| f1 d9 56 3f | ..V? | timestamp: 1062656497 (s) 0x7c05-0x7c09 (4) +0x7c00| f1 d9 56 3f | ..V? | timestamp: 1062656497 (2023-09-03T06:21:37Z) 0x7c05-0x7c09 (4) 0x7c00| 0e 82 33 2a | ..3* | position_lat: 59.34544203802943 (708018702) 0x7c09-0x7c0d (4) 0x7c00| a5 16 da| ...| position_long: 18.072995664551854 (215619237) 0x7c0d-0x7c11 (4) 0x7c10|0c |. | @@ -23417,7 +23417,7 @@ $ fq -d fit dv activity.fit 0x7c10| 06 | . | reserved: false 0x7c1b.3-0x7c1b.4 (0.1) 0x7c10| 06 | . | local_message_type: 6 0x7c1b.4-0x7c1c (0.4) | | | data_message{}: 0x7c1c-0x7c32 (22) -0x7c10| f5 d9 56 3f| ..V?| timestamp: 1062656501 (s) 0x7c1c-0x7c20 (4) +0x7c10| f5 d9 56 3f| ..V?| timestamp: 1062656501 (2023-09-03T06:21:41Z) 0x7c1c-0x7c20 (4) 0x7c20|1f 87 33 2a |..3* | position_lat: 59.34555075131357 (708019999) 0x7c20-0x7c24 (4) 0x7c20| 43 03 da 0c | C... | position_long: 18.072579754516482 (215614275) 0x7c24-0x7c28 (4) 0x7c20| e6 ff 2b 00 | ..+. | distance: 28835.58 (2883558) (m) 0x7c28-0x7c2c (4) @@ -23433,7 +23433,7 @@ $ fq -d fit dv activity.fit 0x7c30| 06 | . | reserved: false 0x7c32.3-0x7c32.4 (0.1) 0x7c30| 06 | . | local_message_type: 6 0x7c32.4-0x7c33 (0.4) | | | data_message{}: 0x7c33-0x7c49 (22) -0x7c30| f8 d9 56 3f | ..V? | timestamp: 1062656504 (s) 0x7c33-0x7c37 (4) +0x7c30| f8 d9 56 3f | ..V? | timestamp: 1062656504 (2023-09-03T06:21:44Z) 0x7c33-0x7c37 (4) 0x7c30| dd 8a 33 2a | ..3* | position_lat: 59.34563104994595 (708020957) 0x7c37-0x7c3b (4) 0x7c30| 8b f4 d9 0c | .... | position_long: 18.07226392440498 (215610507) 0x7c3b-0x7c3f (4) 0x7c30| bd| .| distance: 28855.65 (2885565) (m) 0x7c3f-0x7c43 (4) @@ -23450,7 +23450,7 @@ $ fq -d fit dv activity.fit 0x7c40| 06 | . | reserved: false 0x7c49.3-0x7c49.4 (0.1) 0x7c40| 06 | . | local_message_type: 6 0x7c49.4-0x7c4a (0.4) | | | data_message{}: 0x7c4a-0x7c60 (22) -0x7c40| fb d9 56 3f | ..V? | timestamp: 1062656507 (s) 0x7c4a-0x7c4e (4) +0x7c40| fb d9 56 3f | ..V? | timestamp: 1062656507 (2023-09-03T06:21:47Z) 0x7c4a-0x7c4e (4) 0x7c40| 99 8e| ..| position_lat: 59.34571118094027 (708021913) 0x7c4e-0x7c52 (4) 0x7c50|33 2a |3* | 0x7c50| e0 e5 d9 0c | .... | position_long: 18.071949183940887 (215606752) 0x7c52-0x7c56 (4) @@ -23467,7 +23467,7 @@ $ fq -d fit dv activity.fit 0x7c60|06 |. | reserved: false 0x7c60.3-0x7c60.4 (0.1) 0x7c60|06 |. | local_message_type: 6 0x7c60.4-0x7c61 (0.4) | | | data_message{}: 0x7c61-0x7c77 (22) -0x7c60| ff d9 56 3f | ..V? | timestamp: 1062656511 (s) 0x7c61-0x7c65 (4) +0x7c60| ff d9 56 3f | ..V? | timestamp: 1062656511 (2023-09-03T06:21:51Z) 0x7c61-0x7c65 (4) 0x7c60| 4a 93 33 2a | J.3* | position_lat: 59.34581184759736 (708023114) 0x7c65-0x7c69 (4) 0x7c60| ce d2 d9 0c | .... | position_long: 18.071539979428053 (215601870) 0x7c69-0x7c6d (4) 0x7c60| a8 19 2c| ..,| distance: 28901.52 (2890152) (m) 0x7c6d-0x7c71 (4) @@ -23484,7 +23484,7 @@ $ fq -d fit dv activity.fit 0x7c70| 06 | . | reserved: false 0x7c77.3-0x7c77.4 (0.1) 0x7c70| 06 | . | local_message_type: 6 0x7c77.4-0x7c78 (0.4) | | | data_message{}: 0x7c78-0x7c8e (22) -0x7c70| 03 da 56 3f | ..V? | timestamp: 1062656515 (s) 0x7c78-0x7c7c (4) +0x7c70| 03 da 56 3f | ..V? | timestamp: 1062656515 (2023-09-03T06:21:55Z) 0x7c78-0x7c7c (4) 0x7c70| dd 97 33 2a| ..3*| position_lat: 59.3459099996835 (708024285) 0x7c7c-0x7c80 (4) 0x7c80|96 c0 d9 0c |.... | position_long: 18.071149047464132 (215597206) 0x7c80-0x7c84 (4) 0x7c80| 57 23 2c 00 | W#,. | distance: 28926.31 (2892631) (m) 0x7c84-0x7c88 (4) @@ -23500,7 +23500,7 @@ $ fq -d fit dv activity.fit 0x7c80| 06 | . | reserved: false 0x7c8e.3-0x7c8e.4 (0.1) 0x7c80| 06 | . | local_message_type: 6 0x7c8e.4-0x7c8f (0.4) | | | data_message{}: 0x7c8f-0x7ca5 (22) -0x7c80| 07| .| timestamp: 1062656519 (s) 0x7c8f-0x7c93 (4) +0x7c80| 07| .| timestamp: 1062656519 (2023-09-03T06:21:59Z) 0x7c8f-0x7c93 (4) 0x7c90|da 56 3f |.V? | 0x7c90| 97 9b 33 2a | ..3* | position_lat: 59.345989963039756 (708025239) 0x7c93-0x7c97 (4) 0x7c90| 96 ae d9 0c | .... | position_long: 18.070762809365988 (215592598) 0x7c97-0x7c9b (4) @@ -23518,7 +23518,7 @@ $ fq -d fit dv activity.fit 0x7ca0| 06 | . | reserved: false 0x7ca5.3-0x7ca5.4 (0.1) 0x7ca0| 06 | . | local_message_type: 6 0x7ca5.4-0x7ca6 (0.4) | | | data_message{}: 0x7ca6-0x7cbc (22) -0x7ca0| 0b da 56 3f | ..V? | timestamp: 1062656523 (s) 0x7ca6-0x7caa (4) +0x7ca0| 0b da 56 3f | ..V? | timestamp: 1062656523 (2023-09-03T06:22:03Z) 0x7ca6-0x7caa (4) 0x7ca0| 99 9f 33 2a | ..3* | position_lat: 59.346075961366296 (708026265) 0x7caa-0x7cae (4) 0x7ca0| 70 9c| p.| position_long: 18.070373386144638 (215587952) 0x7cae-0x7cb2 (4) 0x7cb0|d9 0c |.. | @@ -23535,7 +23535,7 @@ $ fq -d fit dv activity.fit 0x7cb0| 06 | . | reserved: false 0x7cbc.3-0x7cbc.4 (0.1) 0x7cb0| 06 | . | local_message_type: 6 0x7cbc.4-0x7cbd (0.4) | | | data_message{}: 0x7cbd-0x7cd3 (22) -0x7cb0| 0f da 56| ..V| timestamp: 1062656527 (s) 0x7cbd-0x7cc1 (4) +0x7cb0| 0f da 56| ..V| timestamp: 1062656527 (2023-09-03T06:22:07Z) 0x7cbd-0x7cc1 (4) 0x7cc0|3f |? | 0x7cc0| 0d a4 33 2a | ..3* | position_lat: 59.34617151506245 (708027405) 0x7cc1-0x7cc5 (4) 0x7cc0| d7 89 d9 0c | .... | position_long: 18.06997432373464 (215583191) 0x7cc5-0x7cc9 (4) @@ -23553,7 +23553,7 @@ $ fq -d fit dv activity.fit 0x7cd0| 06 | . | reserved: false 0x7cd3.3-0x7cd3.4 (0.1) 0x7cd0| 06 | . | local_message_type: 6 0x7cd3.4-0x7cd4 (0.4) | | | data_message{}: 0x7cd4-0x7cea (22) -0x7cd0| 10 da 56 3f | ..V? | timestamp: 1062656528 (s) 0x7cd4-0x7cd8 (4) +0x7cd0| 10 da 56 3f | ..V? | timestamp: 1062656528 (2023-09-03T06:22:08Z) 0x7cd4-0x7cd8 (4) 0x7cd0| 26 a5 33 2a | &.3* | position_lat: 59.34619506821036 (708027686) 0x7cd8-0x7cdc (4) 0x7cd0| 38 85 d9 0c| 8...| position_long: 18.06987516582012 (215582008) 0x7cdc-0x7ce0 (4) 0x7ce0|40 42 2c 00 |@B,. | distance: 29005.44 (2900544) (m) 0x7ce0-0x7ce4 (4) @@ -23569,8 +23569,8 @@ $ fq -d fit dv activity.fit 0x7ce0| 08 | . | reserved: false 0x7cea.3-0x7cea.4 (0.1) 0x7ce0| 08 | . | local_message_type: 8 0x7cea.4-0x7ceb (0.4) | | | data_message{}: 0x7ceb-0x7d21 (54) -0x7ce0| 10 da 56 3f | ..V? | timestamp: 1062656528 (s) 0x7ceb-0x7cef (4) -0x7ce0| 70| p| start_time: 1062656368 0x7cef-0x7cf3 (4) +0x7ce0| 10 da 56 3f | ..V? | timestamp: 1062656528 (2023-09-03T06:22:08Z) 0x7ceb-0x7cef (4) +0x7ce0| 70| p| start_time: 1062656368 (2023-09-03T06:19:28Z) 0x7cef-0x7cf3 (4) 0x7cf0|d9 56 3f |.V? | 0x7cf0| dd ec 32 2a | ..2* | start_position_lat: 59.342240737751126 (707980509) 0x7cf3-0x7cf7 (4) 0x7cf0| ed 60 dc 0c | .`.. | start_position_long: 18.085575895383954 (215769325) 0x7cf7-0x7cfb (4) @@ -23602,7 +23602,7 @@ $ fq -d fit dv activity.fit 0x7d20| 06 | . | reserved: false 0x7d21.3-0x7d21.4 (0.1) 0x7d20| 06 | . | local_message_type: 6 0x7d21.4-0x7d22 (0.4) | | | data_message{}: 0x7d22-0x7d38 (22) -0x7d20| 13 da 56 3f | ..V? | timestamp: 1062656531 (s) 0x7d22-0x7d26 (4) +0x7d20| 13 da 56 3f | ..V? | timestamp: 1062656531 (2023-09-03T06:22:11Z) 0x7d22-0x7d26 (4) 0x7d20| f4 a8 33 2a | ..3* | position_lat: 59.346276707947254 (708028660) 0x7d26-0x7d2a (4) 0x7d20| 1a 78 d9 0c | .x.. | position_long: 18.06959370151162 (215578650) 0x7d2a-0x7d2e (4) 0x7d20| 6f 49| oI| distance: 29023.83 (2902383) (m) 0x7d2e-0x7d32 (4) @@ -23619,7 +23619,7 @@ $ fq -d fit dv activity.fit 0x7d30| 06 | . | reserved: false 0x7d38.3-0x7d38.4 (0.1) 0x7d30| 06 | . | local_message_type: 6 0x7d38.4-0x7d39 (0.4) | | | data_message{}: 0x7d39-0x7d4f (22) -0x7d30| 17 da 56 3f | ..V? | timestamp: 1062656535 (s) 0x7d39-0x7d3d (4) +0x7d30| 17 da 56 3f | ..V? | timestamp: 1062656535 (2023-09-03T06:22:15Z) 0x7d39-0x7d3d (4) 0x7d30| a6 ad 33| ..3| position_lat: 59.346377458423376 (708029862) 0x7d3d-0x7d41 (4) 0x7d40|2a |* | 0x7d40| 25 66 d9 0c | %f.. | position_long: 18.069208385422826 (215574053) 0x7d41-0x7d45 (4) @@ -23636,7 +23636,7 @@ $ fq -d fit dv activity.fit 0x7d40| 06| .| reserved: false 0x7d4f.3-0x7d4f.4 (0.1) 0x7d40| 06| .| local_message_type: 6 0x7d4f.4-0x7d50 (0.4) | | | data_message{}: 0x7d50-0x7d66 (22) -0x7d50|1b da 56 3f |..V? | timestamp: 1062656539 (s) 0x7d50-0x7d54 (4) +0x7d50|1b da 56 3f |..V? | timestamp: 1062656539 (2023-09-03T06:22:19Z) 0x7d50-0x7d54 (4) 0x7d50| 2a b3 33 2a | *.3* | position_lat: 59.34649581089616 (708031274) 0x7d54-0x7d58 (4) 0x7d50| 2a 54 d9 0c | *T.. | position_long: 18.06882256641984 (215569450) 0x7d58-0x7d5c (4) 0x7d50| f6 5c 2c 00| .\,.| distance: 29073.82 (2907382) (m) 0x7d5c-0x7d60 (4) @@ -23652,7 +23652,7 @@ $ fq -d fit dv activity.fit 0x7d60| 06 | . | reserved: false 0x7d66.3-0x7d66.4 (0.1) 0x7d60| 06 | . | local_message_type: 6 0x7d66.4-0x7d67 (0.4) | | | data_message{}: 0x7d67-0x7d7d (22) -0x7d60| 1f da 56 3f | ..V? | timestamp: 1062656543 (s) 0x7d67-0x7d6b (4) +0x7d60| 1f da 56 3f | ..V? | timestamp: 1062656543 (2023-09-03T06:22:23Z) 0x7d67-0x7d6b (4) 0x7d60| 84 b8 33 2a | ..3* | position_lat: 59.34661064296961 (708032644) 0x7d6b-0x7d6f (4) 0x7d60| 95| .| position_long: 18.06844529695809 (215564949) 0x7d6f-0x7d73 (4) 0x7d70|42 d9 0c |B.. | @@ -23669,7 +23669,7 @@ $ fq -d fit dv activity.fit 0x7d70| 06 | . | reserved: false 0x7d7d.3-0x7d7d.4 (0.1) 0x7d70| 06 | . | local_message_type: 6 0x7d7d.4-0x7d7e (0.4) | | | data_message{}: 0x7d7e-0x7d94 (22) -0x7d70| 23 da| #.| timestamp: 1062656547 (s) 0x7d7e-0x7d82 (4) +0x7d70| 23 da| #.| timestamp: 1062656547 (2023-09-03T06:22:27Z) 0x7d7e-0x7d82 (4) 0x7d80|56 3f |V? | 0x7d80| f6 bd 33 2a | ..3* | position_lat: 59.34672748669982 (708034038) 0x7d82-0x7d86 (4) 0x7d80| c0 30 d9 0c | .0.. | position_long: 18.068062663078308 (215560384) 0x7d86-0x7d8a (4) @@ -23686,7 +23686,7 @@ $ fq -d fit dv activity.fit 0x7d90| 06 | . | reserved: false 0x7d94.3-0x7d94.4 (0.1) 0x7d90| 06 | . | local_message_type: 6 0x7d94.4-0x7d95 (0.4) | | | data_message{}: 0x7d95-0x7dab (22) -0x7d90| 27 da 56 3f | '.V? | timestamp: 1062656551 (s) 0x7d95-0x7d99 (4) +0x7d90| 27 da 56 3f | '.V? | timestamp: 1062656551 (2023-09-03T06:22:31Z) 0x7d95-0x7d99 (4) 0x7d90| a5 c2 33 2a | ..3* | position_lat: 59.346827985718846 (708035237) 0x7d99-0x7d9d (4) 0x7d90| 02 1e d9| ...| position_long: 18.067660499364138 (215555586) 0x7d9d-0x7da1 (4) 0x7da0|0c |. | @@ -23703,7 +23703,7 @@ $ fq -d fit dv activity.fit 0x7da0| 06 | . | reserved: false 0x7dab.3-0x7dab.4 (0.1) 0x7da0| 06 | . | local_message_type: 6 0x7dab.4-0x7dac (0.4) | | | data_message{}: 0x7dac-0x7dc2 (22) -0x7da0| 2b da 56 3f| +.V?| timestamp: 1062656555 (s) 0x7dac-0x7db0 (4) +0x7da0| 2b da 56 3f| +.V?| timestamp: 1062656555 (2023-09-03T06:22:35Z) 0x7dac-0x7db0 (4) 0x7db0|a4 c6 33 2a |..3* | position_lat: 59.34691373258829 (708036260) 0x7db0-0x7db4 (4) 0x7db0| 6a 0b d9 0c | j... | position_long: 18.067261520773172 (215550826) 0x7db4-0x7db8 (4) 0x7db0| 12 84 2c 00 | ..,. | distance: 29173.94 (2917394) (m) 0x7db8-0x7dbc (4) @@ -23719,7 +23719,7 @@ $ fq -d fit dv activity.fit 0x7dc0| 06 | . | reserved: false 0x7dc2.3-0x7dc2.4 (0.1) 0x7dc0| 06 | . | local_message_type: 6 0x7dc2.4-0x7dc3 (0.4) | | | data_message{}: 0x7dc3-0x7dd9 (22) -0x7dc0| 2c da 56 3f | ,.V? | timestamp: 1062656556 (s) 0x7dc3-0x7dc7 (4) +0x7dc0| 2c da 56 3f | ,.V? | timestamp: 1062656556 (2023-09-03T06:22:36Z) 0x7dc3-0x7dc7 (4) 0x7dc0| 65 c7 33 2a | e.3* | position_lat: 59.34692990966141 (708036453) 0x7dc7-0x7dcb (4) 0x7dc0| cc 06 d9 0c | .... | position_long: 18.067162446677685 (215549644) 0x7dcb-0x7dcf (4) 0x7dc0| 61| a| distance: 29179.85 (2917985) (m) 0x7dcf-0x7dd3 (4) @@ -23736,7 +23736,7 @@ $ fq -d fit dv activity.fit 0x7dd0| 06 | . | reserved: false 0x7dd9.3-0x7dd9.4 (0.1) 0x7dd0| 06 | . | local_message_type: 6 0x7dd9.4-0x7dda (0.4) | | | data_message{}: 0x7dda-0x7df0 (22) -0x7dd0| 30 da 56 3f | 0.V? | timestamp: 1062656560 (s) 0x7dda-0x7dde (4) +0x7dd0| 30 da 56 3f | 0.V? | timestamp: 1062656560 (2023-09-03T06:22:40Z) 0x7dda-0x7dde (4) 0x7dd0| 6b c4| k.| position_lat: 59.346866039559245 (708035691) 0x7dde-0x7de2 (4) 0x7de0|33 2a |3* | 0x7de0| d3 f6 d8 0c | .... | position_long: 18.066819710657 (215545555) 0x7de2-0x7de6 (4) @@ -23753,7 +23753,7 @@ $ fq -d fit dv activity.fit 0x7df0|06 |. | reserved: false 0x7df0.3-0x7df0.4 (0.1) 0x7df0|06 |. | local_message_type: 6 0x7df0.4-0x7df1 (0.4) | | | data_message{}: 0x7df1-0x7e07 (22) -0x7df0| 31 da 56 3f | 1.V? | timestamp: 1062656561 (s) 0x7df1-0x7df5 (4) +0x7df0| 31 da 56 3f | 1.V? | timestamp: 1062656561 (2023-09-03T06:22:41Z) 0x7df1-0x7df5 (4) 0x7df0| 2c c3 33 2a | ,.3* | position_lat: 59.34683930128813 (708035372) 0x7df5-0x7df9 (4) 0x7df0| e7 f3 d8 0c | .... | position_long: 18.066757014021277 (215544807) 0x7df9-0x7dfd (4) 0x7df0| 77 90 2c| w.,| distance: 29205.67 (2920567) (m) 0x7dfd-0x7e01 (4) @@ -23770,7 +23770,7 @@ $ fq -d fit dv activity.fit 0x7e00| 06 | . | reserved: false 0x7e07.3-0x7e07.4 (0.1) 0x7e00| 06 | . | local_message_type: 6 0x7e07.4-0x7e08 (0.4) | | | data_message{}: 0x7e08-0x7e1e (22) -0x7e00| 35 da 56 3f | 5.V? | timestamp: 1062656565 (s) 0x7e08-0x7e0c (4) +0x7e00| 35 da 56 3f | 5.V? | timestamp: 1062656565 (2023-09-03T06:22:45Z) 0x7e08-0x7e0c (4) 0x7e00| 6c bd 33 2a| l.3*| position_lat: 59.34671591967344 (708033900) 0x7e0c-0x7e10 (4) 0x7e10|ac e6 d8 0c |.... | position_long: 18.066473118960857 (215541420) 0x7e10-0x7e14 (4) 0x7e10| b8 98 2c 00 | ..,. | distance: 29226.8 (2922680) (m) 0x7e14-0x7e18 (4) @@ -23786,7 +23786,7 @@ $ fq -d fit dv activity.fit 0x7e10| 06 | . | reserved: false 0x7e1e.3-0x7e1e.4 (0.1) 0x7e10| 06 | . | local_message_type: 6 0x7e1e.4-0x7e1f (0.4) | | | data_message{}: 0x7e1f-0x7e35 (22) -0x7e10| 39| 9| timestamp: 1062656569 (s) 0x7e1f-0x7e23 (4) +0x7e10| 39| 9| timestamp: 1062656569 (2023-09-03T06:22:49Z) 0x7e1f-0x7e23 (4) 0x7e20|da 56 3f |.V? | 0x7e20| 85 b8 33 2a | ..3* | position_lat: 59.34661072678864 (708032645) 0x7e23-0x7e27 (4) 0x7e20| 8e d5 d8 0c | .... | position_long: 18.06610582396388 (215537038) 0x7e27-0x7e2b (4) @@ -23804,7 +23804,7 @@ $ fq -d fit dv activity.fit 0x7e30| 06 | . | reserved: false 0x7e35.3-0x7e35.4 (0.1) 0x7e30| 06 | . | local_message_type: 6 0x7e35.4-0x7e36 (0.4) | | | data_message{}: 0x7e36-0x7e4c (22) -0x7e30| 3c da 56 3f | <.V? | timestamp: 1062656572 (s) 0x7e36-0x7e3a (4) +0x7e30| 3c da 56 3f | <.V? | timestamp: 1062656572 (2023-09-03T06:22:52Z) 0x7e36-0x7e3a (4) 0x7e30| 20 b5 33 2a | .3* | position_lat: 59.34653788805008 (708031776) 0x7e3a-0x7e3e (4) 0x7e30| ad c5| ..| position_long: 18.065765099599957 (215532973) 0x7e3e-0x7e42 (4) 0x7e40|d8 0c |.. | @@ -23821,7 +23821,7 @@ $ fq -d fit dv activity.fit 0x7e40| 06 | . | reserved: false 0x7e4c.3-0x7e4c.4 (0.1) 0x7e40| 06 | . | local_message_type: 6 0x7e4c.4-0x7e4d (0.4) | | | data_message{}: 0x7e4d-0x7e63 (22) -0x7e40| 3f da 56| ?.V| timestamp: 1062656575 (s) 0x7e4d-0x7e51 (4) +0x7e40| 3f da 56| ?.V| timestamp: 1062656575 (2023-09-03T06:22:55Z) 0x7e4d-0x7e51 (4) 0x7e50|3f |? | 0x7e50| 9e b1 33 2a | ..3* | position_lat: 59.3464626185596 (708030878) 0x7e51-0x7e55 (4) 0x7e50| b3 b5 d8 0c | .... | position_long: 18.06542227976024 (215528883) 0x7e55-0x7e59 (4) @@ -23839,7 +23839,7 @@ $ fq -d fit dv activity.fit 0x7e60| 06 | . | reserved: false 0x7e63.3-0x7e63.4 (0.1) 0x7e60| 06 | . | local_message_type: 6 0x7e63.4-0x7e64 (0.4) | | | data_message{}: 0x7e64-0x7e7a (22) -0x7e60| 42 da 56 3f | B.V? | timestamp: 1062656578 (s) 0x7e64-0x7e68 (4) +0x7e60| 42 da 56 3f | B.V? | timestamp: 1062656578 (2023-09-03T06:22:58Z) 0x7e64-0x7e68 (4) 0x7e60| a8 ad 33 2a | ..3* | position_lat: 59.34637762606144 (708029864) 0x7e68-0x7e6c (4) 0x7e60| eb a3 d8 0c| ....| position_long: 18.065040735527873 (215524331) 0x7e6c-0x7e70 (4) 0x7e70|dc bb 2c 00 |..,. | distance: 29316.76 (2931676) (m) 0x7e70-0x7e74 (4) @@ -23855,7 +23855,7 @@ $ fq -d fit dv activity.fit 0x7e70| 06 | . | reserved: false 0x7e7a.3-0x7e7a.4 (0.1) 0x7e70| 06 | . | local_message_type: 6 0x7e7a.4-0x7e7b (0.4) | | | data_message{}: 0x7e7b-0x7e91 (22) -0x7e70| 45 da 56 3f | E.V? | timestamp: 1062656581 (s) 0x7e7b-0x7e7f (4) +0x7e70| 45 da 56 3f | E.V? | timestamp: 1062656581 (2023-09-03T06:23:01Z) 0x7e7b-0x7e7f (4) 0x7e70| 42| B| position_lat: 59.34628324583173 (708028738) 0x7e7f-0x7e83 (4) 0x7e80|a9 33 2a |.3* | 0x7e80| 4b 91 d8 0c | K... | position_long: 18.064641086384654 (215519563) 0x7e83-0x7e87 (4) @@ -23872,7 +23872,7 @@ $ fq -d fit dv activity.fit 0x7e90| 06 | . | reserved: false 0x7e91.3-0x7e91.4 (0.1) 0x7e90| 06 | . | local_message_type: 6 0x7e91.4-0x7e92 (0.4) | | | data_message{}: 0x7e92-0x7ea8 (22) -0x7e90| 48 da 56 3f | H.V? | timestamp: 1062656584 (s) 0x7e92-0x7e96 (4) +0x7e90| 48 da 56 3f | H.V? | timestamp: 1062656584 (2023-09-03T06:23:04Z) 0x7e92-0x7e96 (4) 0x7e90| 73 a4 33 2a | s.3* | position_lat: 59.346180064603686 (708027507) 0x7e96-0x7e9a (4) 0x7e90| 1e 7d d8 0c | .}.. | position_long: 18.064208161085844 (215514398) 0x7e9a-0x7e9e (4) 0x7e90| 43 d0| C.| distance: 29368.99 (2936899) (m) 0x7e9e-0x7ea2 (4) @@ -23889,7 +23889,7 @@ $ fq -d fit dv activity.fit 0x7ea0| 06 | . | reserved: false 0x7ea8.3-0x7ea8.4 (0.1) 0x7ea0| 06 | . | local_message_type: 6 0x7ea8.4-0x7ea9 (0.4) | | | data_message{}: 0x7ea9-0x7ebf (22) -0x7ea0| 4b da 56 3f | K.V? | timestamp: 1062656587 (s) 0x7ea9-0x7ead (4) +0x7ea0| 4b da 56 3f | K.V? | timestamp: 1062656587 (2023-09-03T06:23:07Z) 0x7ea9-0x7ead (4) 0x7ea0| 35 a0 33| 5.3| position_lat: 59.34608903713524 (708026421) 0x7ead-0x7eb1 (4) 0x7eb0|2a |* | 0x7eb0| 86 68 d8 0c | .h.. | position_long: 18.06376626715064 (215509126) 0x7eb1-0x7eb5 (4) @@ -23906,7 +23906,7 @@ $ fq -d fit dv activity.fit 0x7eb0| 06| .| reserved: false 0x7ebf.3-0x7ebf.4 (0.1) 0x7eb0| 06| .| local_message_type: 6 0x7ebf.4-0x7ec0 (0.4) | | | data_message{}: 0x7ec0-0x7ed6 (22) -0x7ec0|4e da 56 3f |N.V? | timestamp: 1062656590 (s) 0x7ec0-0x7ec4 (4) +0x7ec0|4e da 56 3f |N.V? | timestamp: 1062656590 (2023-09-03T06:23:10Z) 0x7ec0-0x7ec4 (4) 0x7ec0| e7 9a 33 2a | ..3* | position_lat: 59.345975210890174 (708025063) 0x7ec4-0x7ec8 (4) 0x7ec0| f4 53 d8 0c | .S.. | position_long: 18.063324876129627 (215503860) 0x7ec8-0x7ecc (4) 0x7ec0| d7 e5 2c 00| ..,.| distance: 29424.23 (2942423) (m) 0x7ecc-0x7ed0 (4) @@ -23922,7 +23922,7 @@ $ fq -d fit dv activity.fit 0x7ed0| 06 | . | reserved: false 0x7ed6.3-0x7ed6.4 (0.1) 0x7ed0| 06 | . | local_message_type: 6 0x7ed6.4-0x7ed7 (0.4) | | | data_message{}: 0x7ed7-0x7eed (22) -0x7ed0| 51 da 56 3f | Q.V? | timestamp: 1062656593 (s) 0x7ed7-0x7edb (4) +0x7ed0| 51 da 56 3f | Q.V? | timestamp: 1062656593 (2023-09-03T06:23:13Z) 0x7ed7-0x7edb (4) 0x7ed0| 03 96 33 2a | ..3* | position_lat: 59.345870269462466 (708023811) 0x7edb-0x7edf (4) 0x7ed0| 67| g| position_long: 18.062883904203773 (215498599) 0x7edf-0x7ee3 (4) 0x7ee0|3f d8 0c |?.. | @@ -23939,7 +23939,7 @@ $ fq -d fit dv activity.fit 0x7ee0| 06 | . | reserved: false 0x7eed.3-0x7eed.4 (0.1) 0x7ee0| 06 | . | local_message_type: 6 0x7eed.4-0x7eee (0.4) | | | data_message{}: 0x7eee-0x7f04 (22) -0x7ee0| 54 da| T.| timestamp: 1062656596 (s) 0x7eee-0x7ef2 (4) +0x7ee0| 54 da| T.| timestamp: 1062656596 (2023-09-03T06:23:16Z) 0x7eee-0x7ef2 (4) 0x7ef0|56 3f |V? | 0x7ef0| 72 91 33 2a | r.3* | position_lat: 59.34577228501439 (708022642) 0x7ef2-0x7ef6 (4) 0x7ef0| 7c 29 d8 0c | |).. | position_long: 18.062413595616817 (215492988) 0x7ef6-0x7efa (4) @@ -23956,7 +23956,7 @@ $ fq -d fit dv activity.fit 0x7f00| 06 | . | reserved: false 0x7f04.3-0x7f04.4 (0.1) 0x7f00| 06 | . | local_message_type: 6 0x7f04.4-0x7f05 (0.4) | | | data_message{}: 0x7f05-0x7f1b (22) -0x7f00| 57 da 56 3f | W.V? | timestamp: 1062656599 (s) 0x7f05-0x7f09 (4) +0x7f00| 57 da 56 3f | W.V? | timestamp: 1062656599 (2023-09-03T06:23:19Z) 0x7f05-0x7f09 (4) 0x7f00| 44 8c 33 2a | D.3* | position_lat: 59.345661140978336 (708021316) 0x7f09-0x7f0d (4) 0x7f00| a1 14 d8| ...| position_long: 18.06196608580649 (215487649) 0x7f0d-0x7f11 (4) 0x7f10|0c |. | @@ -23973,7 +23973,7 @@ $ fq -d fit dv activity.fit 0x7f10| 06 | . | reserved: false 0x7f1b.3-0x7f1b.4 (0.1) 0x7f10| 06 | . | local_message_type: 6 0x7f1b.4-0x7f1c (0.4) | | | data_message{}: 0x7f1c-0x7f32 (22) -0x7f10| 5a da 56 3f| Z.V?| timestamp: 1062656602 (s) 0x7f1c-0x7f20 (4) +0x7f10| 5a da 56 3f| Z.V?| timestamp: 1062656602 (2023-09-03T06:23:22Z) 0x7f1c-0x7f20 (4) 0x7f20|35 87 33 2a |5.3* | position_lat: 59.345552595332265 (708020021) 0x7f20-0x7f24 (4) 0x7f20| 20 00 d8 0c | ... | position_long: 18.061526119709015 (215482400) 0x7f24-0x7f28 (4) 0x7f20| e1 11 2d 00 | ..-. | distance: 29536.97 (2953697) (m) 0x7f28-0x7f2c (4) @@ -23989,7 +23989,7 @@ $ fq -d fit dv activity.fit 0x7f30| 06 | . | reserved: false 0x7f32.3-0x7f32.4 (0.1) 0x7f30| 06 | . | local_message_type: 6 0x7f32.4-0x7f33 (0.4) | | | data_message{}: 0x7f33-0x7f49 (22) -0x7f30| 5d da 56 3f | ].V? | timestamp: 1062656605 (s) 0x7f33-0x7f37 (4) +0x7f30| 5d da 56 3f | ].V? | timestamp: 1062656605 (2023-09-03T06:23:25Z) 0x7f33-0x7f37 (4) 0x7f30| 0a 82 33 2a | ..3* | position_lat: 59.345441702753305 (708018698) 0x7f37-0x7f3b (4) 0x7f30| 81 ec d7 0c | .... | position_long: 18.06110509671271 (215477377) 0x7f3b-0x7f3f (4) 0x7f30| 67| g| distance: 29563.91 (2956391) (m) 0x7f3f-0x7f43 (4) @@ -24006,7 +24006,7 @@ $ fq -d fit dv activity.fit 0x7f40| 06 | . | reserved: false 0x7f49.3-0x7f49.4 (0.1) 0x7f40| 06 | . | local_message_type: 6 0x7f49.4-0x7f4a (0.4) | | | data_message{}: 0x7f4a-0x7f60 (22) -0x7f40| 60 da 56 3f | `.V? | timestamp: 1062656608 (s) 0x7f4a-0x7f4e (4) +0x7f40| 60 da 56 3f | `.V? | timestamp: 1062656608 (2023-09-03T06:23:28Z) 0x7f4a-0x7f4e (4) 0x7f40| 91 7d| .}| position_lat: 59.34534572996199 (708017553) 0x7f4e-0x7f52 (4) 0x7f50|33 2a |3* | 0x7f50| 68 db d7 0c | h... | position_long: 18.06073822081089 (215473000) 0x7f52-0x7f56 (4) @@ -24023,7 +24023,7 @@ $ fq -d fit dv activity.fit 0x7f60|06 |. | reserved: false 0x7f60.3-0x7f60.4 (0.1) 0x7f60|06 |. | local_message_type: 6 0x7f60.4-0x7f61 (0.4) | | | data_message{}: 0x7f61-0x7f77 (22) -0x7f60| 63 da 56 3f | c.V? | timestamp: 1062656611 (s) 0x7f61-0x7f65 (4) +0x7f60| 63 da 56 3f | c.V? | timestamp: 1062656611 (2023-09-03T06:23:31Z) 0x7f61-0x7f65 (4) 0x7f60| 32 79 33 2a | 2y3* | position_lat: 59.3452519364655 (708016434) 0x7f65-0x7f69 (4) 0x7f60| f4 c8 d7 0c | .... | position_long: 18.060342259705067 (215468276) 0x7f69-0x7f6d (4) 0x7f60| 44 2f 2d| D/-| distance: 29612.2 (2961220) (m) 0x7f6d-0x7f71 (4) @@ -24040,7 +24040,7 @@ $ fq -d fit dv activity.fit 0x7f70| 06 | . | reserved: false 0x7f77.3-0x7f77.4 (0.1) 0x7f70| 06 | . | local_message_type: 6 0x7f77.4-0x7f78 (0.4) | | | data_message{}: 0x7f78-0x7f8e (22) -0x7f70| 66 da 56 3f | f.V? | timestamp: 1062656614 (s) 0x7f78-0x7f7c (4) +0x7f70| 66 da 56 3f | f.V? | timestamp: 1062656614 (2023-09-03T06:23:34Z) 0x7f78-0x7f7c (4) 0x7f70| f2 73 33 2a| .s3*| position_lat: 59.345139283686876 (708015090) 0x7f7c-0x7f80 (4) 0x7f80|9f b5 d7 0c |.... | position_long: 18.059927439317107 (215463327) 0x7f80-0x7f84 (4) 0x7f80| b1 39 2d 00 | .9-. | distance: 29638.89 (2963889) (m) 0x7f84-0x7f88 (4) @@ -24056,7 +24056,7 @@ $ fq -d fit dv activity.fit 0x7f80| 06 | . | reserved: false 0x7f8e.3-0x7f8e.4 (0.1) 0x7f80| 06 | . | local_message_type: 6 0x7f8e.4-0x7f8f (0.4) | | | data_message{}: 0x7f8f-0x7fa5 (22) -0x7f80| 69| i| timestamp: 1062656617 (s) 0x7f8f-0x7f93 (4) +0x7f80| 69| i| timestamp: 1062656617 (2023-09-03T06:23:37Z) 0x7f8f-0x7f93 (4) 0x7f90|da 56 3f |.V? | 0x7f90| dc 6e 33 2a | .n3* | position_lat: 59.34503015130758 (708013788) 0x7f93-0x7f97 (4) 0x7f90| ed a1 d7 0c | .... | position_long: 18.059504823759198 (215458285) 0x7f97-0x7f9b (4) @@ -24074,7 +24074,7 @@ $ fq -d fit dv activity.fit 0x7fa0| 06 | . | reserved: false 0x7fa5.3-0x7fa5.4 (0.1) 0x7fa0| 06 | . | local_message_type: 6 0x7fa5.4-0x7fa6 (0.4) | | | data_message{}: 0x7fa6-0x7fbc (22) -0x7fa0| 6c da 56 3f | l.V? | timestamp: 1062656620 (s) 0x7fa6-0x7faa (4) +0x7fa0| 6c da 56 3f | l.V? | timestamp: 1062656620 (2023-09-03T06:23:40Z) 0x7fa6-0x7faa (4) 0x7fa0| 44 6a 33 2a | Dj3* | position_lat: 59.344931580126286 (708012612) 0x7faa-0x7fae (4) 0x7fa0| db 8e| ..| position_long: 18.059095619246364 (215453403) 0x7fae-0x7fb2 (4) 0x7fb0|d7 0c |.. | @@ -24091,7 +24091,7 @@ $ fq -d fit dv activity.fit 0x7fb0| 06 | . | reserved: false 0x7fbc.3-0x7fbc.4 (0.1) 0x7fb0| 06 | . | local_message_type: 6 0x7fbc.4-0x7fbd (0.4) | | | data_message{}: 0x7fbd-0x7fd3 (22) -0x7fb0| 6f da 56| o.V| timestamp: 1062656623 (s) 0x7fbd-0x7fc1 (4) +0x7fb0| 6f da 56| o.V| timestamp: 1062656623 (2023-09-03T06:23:43Z) 0x7fbd-0x7fc1 (4) 0x7fc0|3f |? | 0x7fc0| 8b 65 33 2a | .e3* | position_lat: 59.34483024291694 (708011403) 0x7fc1-0x7fc5 (4) 0x7fc0| 24 7c d7 0c | $|.. | position_long: 18.058694042265415 (215448612) 0x7fc5-0x7fc9 (4) @@ -24109,7 +24109,7 @@ $ fq -d fit dv activity.fit 0x7fd0| 06 | . | reserved: false 0x7fd3.3-0x7fd3.4 (0.1) 0x7fd0| 06 | . | local_message_type: 6 0x7fd3.4-0x7fd4 (0.4) | | | data_message{}: 0x7fd4-0x7fea (22) -0x7fd0| 72 da 56 3f | r.V? | timestamp: 1062656626 (s) 0x7fd4-0x7fd8 (4) +0x7fd0| 72 da 56 3f | r.V? | timestamp: 1062656626 (2023-09-03T06:23:46Z) 0x7fd4-0x7fd8 (4) 0x7fd0| cc 60 33 2a | .`3* | position_lat: 59.34472840279341 (708010188) 0x7fd8-0x7fdc (4) 0x7fd0| 6c 69 d7 0c| li..| position_long: 18.058292381465435 (215443820) 0x7fdc-0x7fe0 (4) 0x7fe0|2f 62 2d 00 |/b-. | distance: 29742.55 (2974255) (m) 0x7fe0-0x7fe4 (4) @@ -24125,7 +24125,7 @@ $ fq -d fit dv activity.fit 0x7fe0| 06 | . | reserved: false 0x7fea.3-0x7fea.4 (0.1) 0x7fe0| 06 | . | local_message_type: 6 0x7fea.4-0x7feb (0.4) | | | data_message{}: 0x7feb-0x8001 (22) -0x7fe0| 75 da 56 3f | u.V? | timestamp: 1062656629 (s) 0x7feb-0x7fef (4) +0x7fe0| 75 da 56 3f | u.V? | timestamp: 1062656629 (2023-09-03T06:23:49Z) 0x7feb-0x7fef (4) 0x7fe0| fa| .| position_lat: 59.34464642778039 (708009210) 0x7fef-0x7ff3 (4) 0x7ff0|5c 33 2a |\3* | 0x7ff0| b1 58 d7 0c | .X.. | position_long: 18.057933384552598 (215439537) 0x7ff3-0x7ff7 (4) @@ -24142,7 +24142,7 @@ $ fq -d fit dv activity.fit 0x8000| 06 | . | reserved: false 0x8001.3-0x8001.4 (0.1) 0x8000| 06 | . | local_message_type: 6 0x8001.4-0x8002 (0.4) | | | data_message{}: 0x8002-0x8018 (22) -0x8000| 78 da 56 3f | x.V? | timestamp: 1062656632 (s) 0x8002-0x8006 (4) +0x8000| 78 da 56 3f | x.V? | timestamp: 1062656632 (2023-09-03T06:23:52Z) 0x8002-0x8006 (4) 0x8000| 9b 59 33 2a | .Y3* | position_lat: 59.34457409195602 (708008347) 0x8006-0x800a (4) 0x8000| c8 48 d7 0c | .H.. | position_long: 18.05759198963642 (215435464) 0x800a-0x800e (4) 0x8000| 27 73| 's| distance: 29785.99 (2978599) (m) 0x800e-0x8012 (4) @@ -24159,7 +24159,7 @@ $ fq -d fit dv activity.fit 0x8010| 06 | . | reserved: false 0x8018.3-0x8018.4 (0.1) 0x8010| 06 | . | local_message_type: 6 0x8018.4-0x8019 (0.4) | | | data_message{}: 0x8019-0x802f (22) -0x8010| 7b da 56 3f | {.V? | timestamp: 1062656635 (s) 0x8019-0x801d (4) +0x8010| 7b da 56 3f | {.V? | timestamp: 1062656635 (2023-09-03T06:23:55Z) 0x8019-0x801d (4) 0x8010| ac 55 33| .U3| position_lat: 59.34448968619108 (708007340) 0x801d-0x8021 (4) 0x8020|2a |* | 0x8020| 12 38 d7 0c | .8.. | position_long: 18.057233411818743 (215431186) 0x8021-0x8025 (4) @@ -24176,7 +24176,7 @@ $ fq -d fit dv activity.fit 0x8020| 06| .| reserved: false 0x802f.3-0x802f.4 (0.1) 0x8020| 06| .| local_message_type: 6 0x802f.4-0x8030 (0.4) | | | data_message{}: 0x8030-0x8046 (22) -0x8030|7e da 56 3f |~.V? | timestamp: 1062656638 (s) 0x8030-0x8034 (4) +0x8030|7e da 56 3f |~.V? | timestamp: 1062656638 (2023-09-03T06:23:58Z) 0x8030-0x8034 (4) 0x8030| d8 51 33 2a | .Q3* | position_lat: 59.34440754354 (708006360) 0x8034-0x8038 (4) 0x8030| cd 26 d7 0c | .&.. | position_long: 18.05686284787953 (215426765) 0x8038-0x803c (4) 0x8030| e9 84 2d 00| ..-.| distance: 29831.45 (2983145) (m) 0x803c-0x8040 (4) @@ -24192,7 +24192,7 @@ $ fq -d fit dv activity.fit 0x8040| 06 | . | reserved: false 0x8046.3-0x8046.4 (0.1) 0x8040| 06 | . | local_message_type: 6 0x8046.4-0x8047 (0.4) | | | data_message{}: 0x8047-0x805d (22) -0x8040| 81 da 56 3f | ..V? | timestamp: 1062656641 (s) 0x8047-0x804b (4) +0x8040| 81 da 56 3f | ..V? | timestamp: 1062656641 (2023-09-03T06:24:01Z) 0x8047-0x804b (4) 0x8040| d2 4d 33 2a | .M3* | position_lat: 59.344321209937334 (708005330) 0x804b-0x804f (4) 0x8040| 1f| .| position_long: 18.056483482941985 (215422239) 0x804f-0x8053 (4) 0x8050|15 d7 0c |... | @@ -24209,7 +24209,7 @@ $ fq -d fit dv activity.fit 0x8050| 06 | . | reserved: false 0x805d.3-0x805d.4 (0.1) 0x8050| 06 | . | local_message_type: 6 0x805d.4-0x805e (0.4) | | | data_message{}: 0x805e-0x8074 (22) -0x8050| 84 da| ..| timestamp: 1062656644 (s) 0x805e-0x8062 (4) +0x8050| 84 da| ..| timestamp: 1062656644 (2023-09-03T06:24:04Z) 0x805e-0x8062 (4) 0x8060|56 3f |V? | 0x8060| 0f 4a 33 2a | .J3* | position_lat: 59.34424049220979 (708004367) 0x8062-0x8066 (4) 0x8060| cf 02 d7 0c | .... | position_long: 18.056090539321303 (215417551) 0x8066-0x806a (4) @@ -24226,7 +24226,7 @@ $ fq -d fit dv activity.fit 0x8070| 06 | . | reserved: false 0x8074.3-0x8074.4 (0.1) 0x8070| 06 | . | local_message_type: 6 0x8074.4-0x8075 (0.4) | | | data_message{}: 0x8075-0x808b (22) -0x8070| 87 da 56 3f | ..V? | timestamp: 1062656647 (s) 0x8075-0x8079 (4) +0x8070| 87 da 56 3f | ..V? | timestamp: 1062656647 (2023-09-03T06:24:07Z) 0x8075-0x8079 (4) 0x8070| 25 46 33 2a | %F3* | position_lat: 59.34415650554001 (708003365) 0x8079-0x807d (4) 0x8070| d1 f0 d6| ...| position_long: 18.055704468861222 (215412945) 0x807d-0x8081 (4) 0x8080|0c |. | @@ -24243,7 +24243,7 @@ $ fq -d fit dv activity.fit 0x8080| 06 | . | reserved: false 0x808b.3-0x808b.4 (0.1) 0x8080| 06 | . | local_message_type: 6 0x808b.4-0x808c (0.4) | | | data_message{}: 0x808c-0x80a2 (22) -0x8080| 8a da 56 3f| ..V?| timestamp: 1062656650 (s) 0x808c-0x8090 (4) +0x8080| 8a da 56 3f| ..V?| timestamp: 1062656650 (2023-09-03T06:24:10Z) 0x808c-0x8090 (4) 0x8090|cf 41 33 2a |.A3* | position_lat: 59.34406346641481 (708002255) 0x8090-0x8094 (4) 0x8090| 1b de d6 0c | .... | position_long: 18.055302975699306 (215408155) 0x8094-0x8098 (4) 0x8090| ad aa 2d 00 | ..-. | distance: 29928.13 (2992813) (m) 0x8098-0x809c (4) @@ -24259,7 +24259,7 @@ $ fq -d fit dv activity.fit 0x80a0| 06 | . | reserved: false 0x80a2.3-0x80a2.4 (0.1) 0x80a0| 06 | . | local_message_type: 6 0x80a2.4-0x80a3 (0.4) | | | data_message{}: 0x80a3-0x80b9 (22) -0x80a0| 8d da 56 3f | ..V? | timestamp: 1062656653 (s) 0x80a3-0x80a7 (4) +0x80a0| 8d da 56 3f | ..V? | timestamp: 1062656653 (2023-09-03T06:24:13Z) 0x80a3-0x80a7 (4) 0x80a0| 8b 3d 33 2a | .=3* | position_lat: 59.343971936032176 (708001163) 0x80a7-0x80ab (4) 0x80a0| 81 cc d6 0c | .... | position_long: 18.054925287142396 (215403649) 0x80ab-0x80af (4) 0x80a0| f9| .| distance: 29951.93 (2995193) (m) 0x80af-0x80b3 (4) @@ -24276,7 +24276,7 @@ $ fq -d fit dv activity.fit 0x80b0| 06 | . | reserved: false 0x80b9.3-0x80b9.4 (0.1) 0x80b0| 06 | . | local_message_type: 6 0x80b9.4-0x80ba (0.4) | | | data_message{}: 0x80ba-0x80d0 (22) -0x80b0| 90 da 56 3f | ..V? | timestamp: 1062656656 (s) 0x80ba-0x80be (4) +0x80b0| 90 da 56 3f | ..V? | timestamp: 1062656656 (2023-09-03T06:24:16Z) 0x80ba-0x80be (4) 0x80b0| a1 39| .9| position_lat: 59.3438879493624 (708000161) 0x80be-0x80c2 (4) 0x80c0|33 2a |3* | 0x80c0| 34 bd d6 0c | 4... | position_long: 18.054596967995167 (215399732) 0x80c2-0x80c6 (4) @@ -24293,7 +24293,7 @@ $ fq -d fit dv activity.fit 0x80d0|06 |. | reserved: false 0x80d0.3-0x80d0.4 (0.1) 0x80d0|06 |. | local_message_type: 6 0x80d0.4-0x80d1 (0.4) | | | data_message{}: 0x80d1-0x80e7 (22) -0x80d0| 94 da 56 3f | ..V? | timestamp: 1062656660 (s) 0x80d1-0x80d5 (4) +0x80d0| 94 da 56 3f | ..V? | timestamp: 1062656660 (2023-09-03T06:24:20Z) 0x80d1-0x80d5 (4) 0x80d0| e5 34 33 2a | .43* | position_lat: 59.34378636069596 (707998949) 0x80d5-0x80d9 (4) 0x80d0| 83 ab d6 0c | .... | position_long: 18.054217351600528 (215395203) 0x80d9-0x80dd (4) 0x80d0| ac c5 2d| ..-| distance: 29997.24 (2999724) (m) 0x80dd-0x80e1 (4) @@ -24310,7 +24310,7 @@ $ fq -d fit dv activity.fit 0x80e0| 06 | . | reserved: false 0x80e7.3-0x80e7.4 (0.1) 0x80e0| 06 | . | local_message_type: 6 0x80e7.4-0x80e8 (0.4) | | | data_message{}: 0x80e8-0x80fe (22) -0x80e0| 95 da 56 3f | ..V? | timestamp: 1062656661 (s) 0x80e8-0x80ec (4) +0x80e0| 95 da 56 3f | ..V? | timestamp: 1062656661 (2023-09-03T06:24:21Z) 0x80e8-0x80ec (4) 0x80e0| cc 33 33 2a| .33*| position_lat: 59.343762807548046 (707998668) 0x80ec-0x80f0 (4) 0x80f0|20 a7 d6 0c | ... | position_long: 18.05412322282791 (215394080) 0x80f0-0x80f4 (4) 0x80f0| 00 c8 2d 00 | ..-. | distance: 30003.2 (3000320) (m) 0x80f4-0x80f8 (4) @@ -24326,9 +24326,9 @@ $ fq -d fit dv activity.fit 0x80f0| 08 | . | reserved: false 0x80fe.3-0x80fe.4 (0.1) 0x80f0| 08 | . | local_message_type: 8 0x80fe.4-0x80ff (0.4) | | | data_message{}: 0x80ff-0x8135 (54) -0x80f0| 95| .| timestamp: 1062656661 (s) 0x80ff-0x8103 (4) +0x80f0| 95| .| timestamp: 1062656661 (2023-09-03T06:24:21Z) 0x80ff-0x8103 (4) 0x8100|da 56 3f |.V? | -0x8100| 11 da 56 3f | ..V? | start_time: 1062656529 0x8103-0x8107 (4) +0x8100| 11 da 56 3f | ..V? | start_time: 1062656529 (2023-09-03T06:22:09Z) 0x8103-0x8107 (4) 0x8100| 67 a6 33 2a | g.3* | start_position_lat: 59.346221974119544 (708028007) 0x8107-0x810b (4) 0x8100| b1 80 d9 0c | .... | start_position_long: 18.069778019562364 (215580849) 0x810b-0x810f (4) 0x8100| cc| .| end_position_lat: 59.343762807548046 (707998668) 0x810f-0x8113 (4) @@ -24359,7 +24359,7 @@ $ fq -d fit dv activity.fit 0x8130| 06 | . | reserved: false 0x8135.3-0x8135.4 (0.1) 0x8130| 06 | . | local_message_type: 6 0x8135.4-0x8136 (0.4) | | | data_message{}: 0x8136-0x814c (22) -0x8130| 99 da 56 3f | ..V? | timestamp: 1062656665 (s) 0x8136-0x813a (4) +0x8130| 99 da 56 3f | ..V? | timestamp: 1062656665 (2023-09-03T06:24:25Z) 0x8136-0x813a (4) 0x8130| ca 2f 33 2a | ./3* | position_lat: 59.343676809221506 (707997642) 0x813a-0x813e (4) 0x8130| c0 96| ..| position_long: 18.05377185344696 (215389888) 0x813e-0x8142 (4) 0x8140|d6 0c |.. | @@ -24376,7 +24376,7 @@ $ fq -d fit dv activity.fit 0x8140| 06 | . | reserved: false 0x814c.3-0x814c.4 (0.1) 0x8140| 06 | . | local_message_type: 6 0x814c.4-0x814d (0.4) | | | data_message{}: 0x814d-0x8163 (22) -0x8140| 9e da 56| ..V| timestamp: 1062656670 (s) 0x814d-0x8151 (4) +0x8140| 9e da 56| ..V| timestamp: 1062656670 (2023-09-03T06:24:30Z) 0x814d-0x8151 (4) 0x8150|3f |? | 0x8150| a8 2b 33 2a | .+3* | position_lat: 59.34358812868595 (707996584) 0x8151-0x8155 (4) 0x8150| db 84 d6 0c | .... | position_long: 18.053387878462672 (215385307) 0x8155-0x8159 (4) @@ -24394,7 +24394,7 @@ $ fq -d fit dv activity.fit 0x8160| 06 | . | reserved: false 0x8163.3-0x8163.4 (0.1) 0x8160| 06 | . | local_message_type: 6 0x8163.4-0x8164 (0.4) | | | data_message{}: 0x8164-0x817a (22) -0x8160| a3 da 56 3f | ..V? | timestamp: 1062656675 (s) 0x8164-0x8168 (4) +0x8160| a3 da 56 3f | ..V? | timestamp: 1062656675 (2023-09-03T06:24:35Z) 0x8164-0x8168 (4) 0x8160| 1c 27 33 2a | .'3* | position_lat: 59.343490563333035 (707995420) 0x8168-0x816c (4) 0x8160| 96 73 d6 0c| .s..| position_long: 18.05301731452346 (215380886) 0x816c-0x8170 (4) 0x8170|4a e3 2d 00 |J.-. | distance: 30073.06 (3007306) (m) 0x8170-0x8174 (4) @@ -24410,7 +24410,7 @@ $ fq -d fit dv activity.fit 0x8170| 06 | . | reserved: false 0x817a.3-0x817a.4 (0.1) 0x8170| 06 | . | local_message_type: 6 0x817a.4-0x817b (0.4) | | | data_message{}: 0x817b-0x8191 (22) -0x8170| a8 da 56 3f | ..V? | timestamp: 1062656680 (s) 0x817b-0x817f (4) +0x8170| a8 da 56 3f | ..V? | timestamp: 1062656680 (2023-09-03T06:24:40Z) 0x817b-0x817f (4) 0x8170| 9d| .| position_lat: 59.34341554529965 (707994525) 0x817f-0x8183 (4) 0x8180|23 33 2a |#3* | 0x8180| 45 64 d6 0c | Ed.. | position_long: 18.052688660100102 (215376965) 0x8183-0x8187 (4) @@ -24427,7 +24427,7 @@ $ fq -d fit dv activity.fit 0x8190| 06 | . | reserved: false 0x8191.3-0x8191.4 (0.1) 0x8190| 06 | . | local_message_type: 6 0x8191.4-0x8192 (0.4) | | | data_message{}: 0x8192-0x81a8 (22) -0x8190| ae da 56 3f | ..V? | timestamp: 1062656686 (s) 0x8192-0x8196 (4) +0x8190| ae da 56 3f | ..V? | timestamp: 1062656686 (2023-09-03T06:24:46Z) 0x8192-0x8196 (4) 0x8190| 7a 20 33 2a | z 3* | position_lat: 59.34334823861718 (707993722) 0x8196-0x819a (4) 0x8190| 2c 52 d6 0c | ,R.. | position_long: 18.052300326526165 (215372332) 0x819a-0x819e (4) 0x8190| 5d f4| ].| distance: 30116.77 (3011677) (m) 0x819e-0x81a2 (4) @@ -24444,7 +24444,7 @@ $ fq -d fit dv activity.fit 0x81a0| 06 | . | reserved: false 0x81a8.3-0x81a8.4 (0.1) 0x81a0| 06 | . | local_message_type: 6 0x81a8.4-0x81a9 (0.4) | | | data_message{}: 0x81a9-0x81bf (22) -0x81a0| b4 da 56 3f | ..V? | timestamp: 1062656692 (s) 0x81a9-0x81ad (4) +0x81a0| b4 da 56 3f | ..V? | timestamp: 1062656692 (2023-09-03T06:24:52Z) 0x81a9-0x81ad (4) 0x81a0| 4f 1e 33| O.3| position_lat: 59.34330171905458 (707993167) 0x81ad-0x81b1 (4) 0x81b0|2a |* | 0x81b0| 82 3f d6 0c | .?.. | position_long: 18.05189983919263 (215367554) 0x81b1-0x81b5 (4) @@ -24461,7 +24461,7 @@ $ fq -d fit dv activity.fit 0x81b0| 06| .| reserved: false 0x81bf.3-0x81bf.4 (0.1) 0x81b0| 06| .| local_message_type: 6 0x81bf.4-0x81c0 (0.4) | | | data_message{}: 0x81c0-0x81d6 (22) -0x81c0|ba da 56 3f |..V? | timestamp: 1062656698 (s) 0x81c0-0x81c4 (4) +0x81c0|ba da 56 3f |..V? | timestamp: 1062656698 (2023-09-03T06:24:58Z) 0x81c0-0x81c4 (4) 0x81c0| e6 1c 33 2a | ..3* | position_lat: 59.34327146038413 (707992806) 0x81c4-0x81c8 (4) 0x81c0| b9 2b d6 0c | .+.. | position_long: 18.05147529579699 (215362489) 0x81c8-0x81cc (4) 0x81c0| a8 06 2e 00| ....| distance: 30163.6 (3016360) (m) 0x81cc-0x81d0 (4) @@ -24477,7 +24477,7 @@ $ fq -d fit dv activity.fit 0x81d0| 06 | . | reserved: false 0x81d6.3-0x81d6.4 (0.1) 0x81d0| 06 | . | local_message_type: 6 0x81d6.4-0x81d7 (0.4) | | | data_message{}: 0x81d7-0x81ed (22) -0x81d0| bf da 56 3f | ..V? | timestamp: 1062656703 (s) 0x81d7-0x81db (4) +0x81d0| bf da 56 3f | ..V? | timestamp: 1062656703 (2023-09-03T06:25:03Z) 0x81d7-0x81db (4) 0x81d0| 55 1a 33 2a | U.3* | position_lat: 59.34321639128029 (707992149) 0x81db-0x81df (4) 0x81d0| 8e| .| position_long: 18.051063995808363 (215357582) 0x81df-0x81e3 (4) 0x81e0|18 d6 0c |... | @@ -24494,7 +24494,7 @@ $ fq -d fit dv activity.fit 0x81e0| 06 | . | reserved: false 0x81ed.3-0x81ed.4 (0.1) 0x81e0| 06 | . | local_message_type: 6 0x81ed.4-0x81ee (0.4) | | | data_message{}: 0x81ee-0x8204 (22) -0x81e0| c4 da| ..| timestamp: 1062656708 (s) 0x81ee-0x81f2 (4) +0x81e0| c4 da| ..| timestamp: 1062656708 (2023-09-03T06:25:08Z) 0x81ee-0x81f2 (4) 0x81f0|56 3f |V? | 0x81f0| 5e 18 33 2a | ^.3* | position_lat: 59.34317423030734 (707991646) 0x81f2-0x81f6 (4) 0x81f0| 51 04 d6 0c | Q... | position_long: 18.050629729405046 (215352401) 0x81f6-0x81fa (4) @@ -24511,7 +24511,7 @@ $ fq -d fit dv activity.fit 0x8200| 06 | . | reserved: false 0x8204.3-0x8204.4 (0.1) 0x8200| 06 | . | local_message_type: 6 0x8204.4-0x8205 (0.4) | | | data_message{}: 0x8205-0x821b (22) -0x8200| c9 da 56 3f | ..V? | timestamp: 1062656713 (s) 0x8205-0x8209 (4) +0x8200| c9 da 56 3f | ..V? | timestamp: 1062656713 (2023-09-03T06:25:13Z) 0x8205-0x8209 (4) 0x8200| 9e 16 33 2a | ..3* | position_lat: 59.34313667938113 (707991198) 0x8209-0x820d (4) 0x8200| 0b f1 d5| ...| position_long: 18.05021616630256 (215347467) 0x820d-0x8211 (4) 0x8210|0c |. | @@ -24528,7 +24528,7 @@ $ fq -d fit dv activity.fit 0x8210| 06 | . | reserved: false 0x821b.3-0x821b.4 (0.1) 0x8210| 06 | . | local_message_type: 6 0x821b.4-0x821c (0.4) | | | data_message{}: 0x821c-0x8232 (22) -0x8210| ce da 56 3f| ..V?| timestamp: 1062656718 (s) 0x821c-0x8220 (4) +0x8210| ce da 56 3f| ..V?| timestamp: 1062656718 (2023-09-03T06:25:18Z) 0x821c-0x8220 (4) 0x8220|40 15 33 2a |@.3* | position_lat: 59.34310734272003 (707990848) 0x8220-0x8224 (4) 0x8220| 14 dd d5 0c | .... | position_long: 18.049787767231464 (215342356) 0x8224-0x8228 (4) 0x8220| 66 2c 2e 00 | f,.. | distance: 30260.22 (3026022) (m) 0x8228-0x822c (4) @@ -24544,7 +24544,7 @@ $ fq -d fit dv activity.fit 0x8230| 06 | . | reserved: false 0x8232.3-0x8232.4 (0.1) 0x8230| 06 | . | local_message_type: 6 0x8232.4-0x8233 (0.4) | | | data_message{}: 0x8233-0x8249 (22) -0x8230| d2 da 56 3f | ..V? | timestamp: 1062656722 (s) 0x8233-0x8237 (4) +0x8230| d2 da 56 3f | ..V? | timestamp: 1062656722 (2023-09-03T06:25:22Z) 0x8233-0x8237 (4) 0x8230| 4b 14 33 2a | K.3* | position_lat: 59.34308680705726 (707990603) 0x8237-0x823b (4) 0x8230| 20 cc d5 0c | ... | position_long: 18.04942399263382 (215338016) 0x823b-0x823f (4) 0x8230| 88| .| distance: 30281.04 (3028104) (m) 0x823f-0x8243 (4) @@ -24561,7 +24561,7 @@ $ fq -d fit dv activity.fit 0x8240| 06 | . | reserved: false 0x8249.3-0x8249.4 (0.1) 0x8240| 06 | . | local_message_type: 6 0x8249.4-0x824a (0.4) | | | data_message{}: 0x824a-0x8260 (22) -0x8240| d6 da 56 3f | ..V? | timestamp: 1062656726 (s) 0x824a-0x824e (4) +0x8240| d6 da 56 3f | ..V? | timestamp: 1062656726 (2023-09-03T06:25:26Z) 0x824a-0x824e (4) 0x8240| f6 12| ..| position_lat: 59.34305822476745 (707990262) 0x824e-0x8252 (4) 0x8250|33 2a |3* | 0x8250| a5 ba d5 0c | .... | position_long: 18.049048902466893 (215333541) 0x8252-0x8256 (4) @@ -24578,7 +24578,7 @@ $ fq -d fit dv activity.fit 0x8260|06 |. | reserved: false 0x8260.3-0x8260.4 (0.1) 0x8260|06 |. | local_message_type: 6 0x8260.4-0x8261 (0.4) | | | data_message{}: 0x8261-0x8277 (22) -0x8260| da da 56 3f | ..V? | timestamp: 1062656730 (s) 0x8261-0x8265 (4) +0x8260| da da 56 3f | ..V? | timestamp: 1062656730 (2023-09-03T06:25:30Z) 0x8261-0x8265 (4) 0x8260| 24 12 33 2a | $.3* | position_lat: 59.343040622770786 (707990052) 0x8265-0x8269 (4) 0x8260| 29 a9 d5 0c | )... | position_long: 18.048673728480935 (215329065) 0x8269-0x826d (4) 0x8260| 4f 45 2e| OE.| distance: 30323.99 (3032399) (m) 0x826d-0x8271 (4) @@ -24595,7 +24595,7 @@ $ fq -d fit dv activity.fit 0x8270| 06 | . | reserved: false 0x8277.3-0x8277.4 (0.1) 0x8270| 06 | . | local_message_type: 6 0x8277.4-0x8278 (0.4) | | | data_message{}: 0x8278-0x828e (22) -0x8270| de da 56 3f | ..V? | timestamp: 1062656734 (s) 0x8278-0x827c (4) +0x8270| de da 56 3f | ..V? | timestamp: 1062656734 (2023-09-03T06:25:34Z) 0x8278-0x827c (4) 0x8270| 75 11 33 2a| u.3*| position_lat: 59.343025954440236 (707989877) 0x827c-0x8280 (4) 0x8280|16 96 d5 0c |.... | position_long: 18.04826444014907 (215324182) 0x8280-0x8284 (4) 0x8280| 6c 4e 2e 00 | lN.. | distance: 30347.32 (3034732) (m) 0x8284-0x8288 (4) @@ -24611,7 +24611,7 @@ $ fq -d fit dv activity.fit 0x8280| 06 | . | reserved: false 0x828e.3-0x828e.4 (0.1) 0x8280| 06 | . | local_message_type: 6 0x828e.4-0x828f (0.4) | | | data_message{}: 0x828f-0x82a5 (22) -0x8280| e2| .| timestamp: 1062656738 (s) 0x828f-0x8293 (4) +0x8280| e2| .| timestamp: 1062656738 (2023-09-03T06:25:38Z) 0x828f-0x8293 (4) 0x8290|da 56 3f |.V? | 0x8290| ab 10 33 2a | ..3* | position_lat: 59.34300902299583 (707989675) 0x8293-0x8297 (4) 0x8290| 3b 84 d5 0c | ;... | position_long: 18.047881303355098 (215319611) 0x8297-0x829b (4) @@ -24629,7 +24629,7 @@ $ fq -d fit dv activity.fit 0x82a0| 06 | . | reserved: false 0x82a5.3-0x82a5.4 (0.1) 0x82a0| 06 | . | local_message_type: 6 0x82a5.4-0x82a6 (0.4) | | | data_message{}: 0x82a6-0x82bc (22) -0x82a0| e6 da 56 3f | ..V? | timestamp: 1062656742 (s) 0x82a6-0x82aa (4) +0x82a0| e6 da 56 3f | ..V? | timestamp: 1062656742 (2023-09-03T06:25:42Z) 0x82a6-0x82aa (4) 0x82a0| 12 10 33 2a | ..3* | position_lat: 59.34299619868398 (707989522) 0x82aa-0x82ae (4) 0x82a0| 3f 73| ?s| position_long: 18.0475168582052 (215315263) 0x82ae-0x82b2 (4) 0x82b0|d5 0c |.. | @@ -24646,7 +24646,7 @@ $ fq -d fit dv activity.fit 0x82b0| 06 | . | reserved: false 0x82bc.3-0x82bc.4 (0.1) 0x82b0| 06 | . | local_message_type: 6 0x82bc.4-0x82bd (0.4) | | | data_message{}: 0x82bd-0x82d3 (22) -0x82b0| eb da 56| ..V| timestamp: 1062656747 (s) 0x82bd-0x82c1 (4) +0x82b0| eb da 56| ..V| timestamp: 1062656747 (2023-09-03T06:25:47Z) 0x82bd-0x82c1 (4) 0x82c0|3f |? | 0x82c0| cf 0f 33 2a | ..3* | position_lat: 59.34299058280885 (707989455) 0x82c1-0x82c5 (4) 0x82c0| ca 5e d5 0c | .^.. | position_long: 18.047077897936106 (215310026) 0x82c5-0x82c9 (4) @@ -24664,7 +24664,7 @@ $ fq -d fit dv activity.fit 0x82d0| 06 | . | reserved: false 0x82d3.3-0x82d3.4 (0.1) 0x82d0| 06 | . | local_message_type: 6 0x82d3.4-0x82d4 (0.4) | | | data_message{}: 0x82d4-0x82ea (22) -0x82d0| ef da 56 3f | ..V? | timestamp: 1062656751 (s) 0x82d4-0x82d8 (4) +0x82d0| ef da 56 3f | ..V? | timestamp: 1062656751 (2023-09-03T06:25:51Z) 0x82d4-0x82d8 (4) 0x82d0| 45 0f 33 2a | E.3* | position_lat: 59.342979015782475 (707989317) 0x82d8-0x82dc (4) 0x82d0| 29 4e d5 0c| )N..| position_long: 18.046721080318093 (215305769) 0x82dc-0x82e0 (4) 0x82e0|c2 70 2e 00 |.p.. | distance: 30435.22 (3043522) (m) 0x82e0-0x82e4 (4) @@ -24692,7 +24692,7 @@ $ fq -d fit dv activity.fit 0x82f0| 06 | . | reserved: false 0x82f2.3-0x82f2.4 (0.1) 0x82f0| 06 | . | local_message_type: 6 0x82f2.4-0x82f3 (0.4) | | | data_message{}: 0x82f3-0x8309 (22) -0x82f0| f3 da 56 3f | ..V? | timestamp: 1062656755 (s) 0x82f3-0x82f7 (4) +0x82f0| f3 da 56 3f | ..V? | timestamp: 1062656755 (2023-09-03T06:25:55Z) 0x82f3-0x82f7 (4) 0x82f0| c2 0e 33 2a | ..3* | position_lat: 59.34296803548932 (707989186) 0x82f7-0x82fb (4) 0x82f0| 63 3c d5 0c | c<.. | position_long: 18.04633970372379 (215301219) 0x82fb-0x82ff (4) 0x82f0| 40| @| distance: 30456.96 (3045696) (m) 0x82ff-0x8303 (4) @@ -24709,7 +24709,7 @@ $ fq -d fit dv activity.fit 0x8300| 06 | . | reserved: false 0x8309.3-0x8309.4 (0.1) 0x8300| 06 | . | local_message_type: 6 0x8309.4-0x830a (0.4) | | | data_message{}: 0x830a-0x8320 (22) -0x8300| f7 da 56 3f | ..V? | timestamp: 1062656759 (s) 0x830a-0x830e (4) +0x8300| f7 da 56 3f | ..V? | timestamp: 1062656759 (2023-09-03T06:25:59Z) 0x830a-0x830e (4) 0x8300| 4a 0e| J.| position_lat: 59.342957977205515 (707989066) 0x830e-0x8312 (4) 0x8310|33 2a |3* | 0x8310| bd 2b d5 0c | .+.. | position_long: 18.045982467010617 (215296957) 0x8312-0x8316 (4) @@ -24726,7 +24726,7 @@ $ fq -d fit dv activity.fit 0x8320|06 |. | reserved: false 0x8320.3-0x8320.4 (0.1) 0x8320|06 |. | local_message_type: 6 0x8320.4-0x8321 (0.4) | | | data_message{}: 0x8321-0x8337 (22) -0x8320| fc da 56 3f | ..V? | timestamp: 1062656764 (s) 0x8321-0x8325 (4) +0x8320| fc da 56 3f | ..V? | timestamp: 1062656764 (2023-09-03T06:26:04Z) 0x8321-0x8325 (4) 0x8320| 99 0e 33 2a | ..3* | position_lat: 59.34296459890902 (707989145) 0x8325-0x8329 (4) 0x8320| 66 17 d5 0c | f... | position_long: 18.045546021312475 (215291750) 0x8329-0x832d (4) 0x8320| e2 8a 2e| ...| distance: 30502.1 (3050210) (m) 0x832d-0x8331 (4) @@ -24743,7 +24743,7 @@ $ fq -d fit dv activity.fit 0x8330| 06 | . | reserved: false 0x8337.3-0x8337.4 (0.1) 0x8330| 06 | . | local_message_type: 6 0x8337.4-0x8338 (0.4) | | | data_message{}: 0x8338-0x834e (22) -0x8330| 00 db 56 3f | ..V? | timestamp: 1062656768 (s) 0x8338-0x833c (4) +0x8330| 00 db 56 3f | ..V? | timestamp: 1062656768 (2023-09-03T06:26:08Z) 0x8338-0x833c (4) 0x8330| 1f 0e 33 2a| ..3*| position_lat: 59.34295437298715 (707989023) 0x833c-0x8340 (4) 0x8340|b7 06 d5 0c |.... | position_long: 18.04518803022802 (215287479) 0x8340-0x8344 (4) 0x8340| d9 92 2e 00 | .... | distance: 30522.49 (3052249) (m) 0x8344-0x8348 (4) @@ -24759,7 +24759,7 @@ $ fq -d fit dv activity.fit 0x8340| 06 | . | reserved: false 0x834e.3-0x834e.4 (0.1) 0x8340| 06 | . | local_message_type: 6 0x834e.4-0x834f (0.4) | | | data_message{}: 0x834f-0x8365 (22) -0x8340| 04| .| timestamp: 1062656772 (s) 0x834f-0x8353 (4) +0x8340| 04| .| timestamp: 1062656772 (2023-09-03T06:26:12Z) 0x834f-0x8353 (4) 0x8350|db 56 3f |.V? | 0x8350| f9 0c 33 2a | ..3* | position_lat: 59.34292973019183 (707988729) 0x8353-0x8357 (4) 0x8350| 7f f6 d4 0c | .... | position_long: 18.044840013608336 (215283327) 0x8357-0x835b (4) @@ -24777,7 +24777,7 @@ $ fq -d fit dv activity.fit 0x8360| 06 | . | reserved: false 0x8365.3-0x8365.4 (0.1) 0x8360| 06 | . | local_message_type: 6 0x8365.4-0x8366 (0.4) | | | data_message{}: 0x8366-0x837c (22) -0x8360| 06 db 56 3f | ..V? | timestamp: 1062656774 (s) 0x8366-0x836a (4) +0x8360| 06 db 56 3f | ..V? | timestamp: 1062656774 (2023-09-03T06:26:14Z) 0x8366-0x836a (4) 0x8360| df 0a 33 2a | ..3* | position_lat: 59.342884635552764 (707988191) 0x836a-0x836e (4) 0x8360| 9e ef| ..| position_long: 18.044692408293486 (215281566) 0x836e-0x8372 (4) 0x8370|d4 0c |.. | @@ -24794,7 +24794,7 @@ $ fq -d fit dv activity.fit 0x8370| 06 | . | reserved: false 0x837c.3-0x837c.4 (0.1) 0x8370| 06 | . | local_message_type: 6 0x837c.4-0x837d (0.4) | | | data_message{}: 0x837d-0x8393 (22) -0x8370| 0b db 56| ..V| timestamp: 1062656779 (s) 0x837d-0x8381 (4) +0x8370| 0b db 56| ..V| timestamp: 1062656779 (2023-09-03T06:26:19Z) 0x837d-0x8381 (4) 0x8380|3f |? | 0x8380| ec 00 33 2a | ..3* | position_lat: 59.342671148478985 (707985644) 0x8381-0x8385 (4) 0x8380| 98 ef d4 0c | .... | position_long: 18.044691905379295 (215281560) 0x8385-0x8389 (4) @@ -24812,7 +24812,7 @@ $ fq -d fit dv activity.fit 0x8390| 06 | . | reserved: false 0x8393.3-0x8393.4 (0.1) 0x8390| 06 | . | local_message_type: 6 0x8393.4-0x8394 (0.4) | | | data_message{}: 0x8394-0x83aa (22) -0x8390| 0c db 56 3f | ..V? | timestamp: 1062656780 (s) 0x8394-0x8398 (4) +0x8390| 0c db 56 3f | ..V? | timestamp: 1062656780 (2023-09-03T06:26:20Z) 0x8394-0x8398 (4) 0x8390| bb fe 32 2a | ..2* | position_lat: 59.34262412600219 (707985083) 0x8398-0x839c (4) 0x8390| 6b f1 d4 0c| k...| position_long: 18.044731048867106 (215282027) 0x839c-0x83a0 (4) 0x83a0|3d aa 2e 00 |=... | distance: 30582.37 (3058237) (m) 0x83a0-0x83a4 (4) @@ -24828,7 +24828,7 @@ $ fq -d fit dv activity.fit 0x83a0| 06 | . | reserved: false 0x83aa.3-0x83aa.4 (0.1) 0x83a0| 06 | . | local_message_type: 6 0x83aa.4-0x83ab (0.4) | | | data_message{}: 0x83ab-0x83c1 (22) -0x83a0| 10 db 56 3f | ..V? | timestamp: 1062656784 (s) 0x83ab-0x83af (4) +0x83a0| 10 db 56 3f | ..V? | timestamp: 1062656784 (2023-09-03T06:26:24Z) 0x83ab-0x83af (4) 0x83a0| 61| a| position_lat: 59.342444920912385 (707982945) 0x83af-0x83b3 (4) 0x83b0|f6 32 2a |.2* | 0x83b0| 96 f9 d4 0c | .... | position_long: 18.044906314462423 (215284118) 0x83b3-0x83b7 (4) @@ -24845,7 +24845,7 @@ $ fq -d fit dv activity.fit 0x83c0| 06 | . | reserved: false 0x83c1.3-0x83c1.4 (0.1) 0x83c0| 06 | . | local_message_type: 6 0x83c1.4-0x83c2 (0.4) | | | data_message{}: 0x83c2-0x83d8 (22) -0x83c0| 14 db 56 3f | ..V? | timestamp: 1062656788 (s) 0x83c2-0x83c6 (4) +0x83c0| 14 db 56 3f | ..V? | timestamp: 1062656788 (2023-09-03T06:26:28Z) 0x83c2-0x83c6 (4) 0x83c0| 69 ec 32 2a | i.2* | position_lat: 59.34223101474345 (707980393) 0x83c6-0x83ca (4) 0x83c0| fa 01 d5 0c | .... | position_long: 18.045086357742548 (215286266) 0x83ca-0x83ce (4) 0x83c0| 11 bd| ..| distance: 30630.57 (3063057) (m) 0x83ce-0x83d2 (4) @@ -24862,7 +24862,7 @@ $ fq -d fit dv activity.fit 0x83d0| 06 | . | reserved: false 0x83d8.3-0x83d8.4 (0.1) 0x83d0| 06 | . | local_message_type: 6 0x83d8.4-0x83d9 (0.4) | | | data_message{}: 0x83d9-0x83ef (22) -0x83d0| 17 db 56 3f | ..V? | timestamp: 1062656791 (s) 0x83d9-0x83dd (4) +0x83d0| 17 db 56 3f | ..V? | timestamp: 1062656791 (2023-09-03T06:26:31Z) 0x83d9-0x83dd (4) 0x83d0| 8f e4 32| ..2| position_lat: 59.3420625384897 (707978383) 0x83dd-0x83e1 (4) 0x83e0|2a |* | 0x83e0| 54 09 d5 0c | T... | position_long: 18.045244105160236 (215288148) 0x83e1-0x83e5 (4) @@ -24879,7 +24879,7 @@ $ fq -d fit dv activity.fit 0x83e0| 06| .| reserved: false 0x83ef.3-0x83ef.4 (0.1) 0x83e0| 06| .| local_message_type: 6 0x83ef.4-0x83f0 (0.4) | | | data_message{}: 0x83f0-0x8406 (22) -0x83f0|1a db 56 3f |..V? | timestamp: 1062656794 (s) 0x83f0-0x83f4 (4) +0x83f0|1a db 56 3f |..V? | timestamp: 1062656794 (2023-09-03T06:26:34Z) 0x83f0-0x83f4 (4) 0x83f0| 8b dc 32 2a | ..2* | position_lat: 59.34189054183662 (707976331) 0x83f4-0x83f8 (4) 0x83f0| 35 11 d5 0c | 5... | position_long: 18.045413168147206 (215290165) 0x83f8-0x83fc (4) 0x83f0| 90 cd 2e 00| ....| distance: 30672.8 (3067280) (m) 0x83fc-0x8400 (4) @@ -24895,7 +24895,7 @@ $ fq -d fit dv activity.fit 0x8400| 06 | . | reserved: false 0x8406.3-0x8406.4 (0.1) 0x8400| 06 | . | local_message_type: 6 0x8406.4-0x8407 (0.4) | | | data_message{}: 0x8407-0x841d (22) -0x8400| 1d db 56 3f | ..V? | timestamp: 1062656797 (s) 0x8407-0x840b (4) +0x8400| 1d db 56 3f | ..V? | timestamp: 1062656797 (2023-09-03T06:26:37Z) 0x8407-0x840b (4) 0x8400| 7c d3 32 2a | |.2* | position_lat: 59.34169616550207 (707974012) 0x840b-0x840f (4) 0x8400| a9| .| position_long: 18.04557309485972 (215292073) 0x840f-0x8413 (4) 0x8410|18 d5 0c |... | @@ -24912,7 +24912,7 @@ $ fq -d fit dv activity.fit 0x8410| 06 | . | reserved: false 0x841d.3-0x841d.4 (0.1) 0x8410| 06 | . | local_message_type: 6 0x841d.4-0x841e (0.4) | | | data_message{}: 0x841e-0x8434 (22) -0x8410| 20 db| .| timestamp: 1062656800 (s) 0x841e-0x8422 (4) +0x8410| 20 db| .| timestamp: 1062656800 (2023-09-03T06:26:40Z) 0x841e-0x8422 (4) 0x8420|56 3f |V? | 0x8420| 7c ca 32 2a | |.2* | position_lat: 59.341503046453 (707971708) 0x8422-0x8426 (4) 0x8420| e5 21 d5 0c | .!.. | position_long: 18.045771243050694 (215294437) 0x8426-0x842a (4) @@ -24929,7 +24929,7 @@ $ fq -d fit dv activity.fit 0x8430| 06 | . | reserved: false 0x8434.3-0x8434.4 (0.1) 0x8430| 06 | . | local_message_type: 6 0x8434.4-0x8435 (0.4) | | | data_message{}: 0x8435-0x844b (22) -0x8430| 23 db 56 3f | #.V? | timestamp: 1062656803 (s) 0x8435-0x8439 (4) +0x8430| 23 db 56 3f | #.V? | timestamp: 1062656803 (2023-09-03T06:26:43Z) 0x8435-0x8439 (4) 0x8430| bd c1 32 2a | ..2* | position_lat: 59.34131537564099 (707969469) 0x8439-0x843d (4) 0x8430| 44 2b d5| D+.| position_long: 18.04597232490778 (215296836) 0x843d-0x8441 (4) 0x8440|0c |. | @@ -24946,7 +24946,7 @@ $ fq -d fit dv activity.fit 0x8440| 06 | . | reserved: false 0x844b.3-0x844b.4 (0.1) 0x8440| 06 | . | local_message_type: 6 0x844b.4-0x844c (0.4) | | | data_message{}: 0x844c-0x8462 (22) -0x8440| 26 db 56 3f| &.V?| timestamp: 1062656806 (s) 0x844c-0x8450 (4) +0x8440| 26 db 56 3f| &.V?| timestamp: 1062656806 (2023-09-03T06:26:46Z) 0x844c-0x8450 (4) 0x8450|00 b9 32 2a |..2* | position_lat: 59.34112787246704 (707967232) 0x8450-0x8454 (4) 0x8450| 68 35 d5 0c | h5.. | position_long: 18.046189919114113 (215299432) 0x8454-0x8458 (4) 0x8450| 05 f3 2e 00 | .... | distance: 30768.69 (3076869) (m) 0x8458-0x845c (4) @@ -24962,7 +24962,7 @@ $ fq -d fit dv activity.fit 0x8460| 06 | . | reserved: false 0x8462.3-0x8462.4 (0.1) 0x8460| 06 | . | local_message_type: 6 0x8462.4-0x8463 (0.4) | | | data_message{}: 0x8463-0x8479 (22) -0x8460| 29 db 56 3f | ).V? | timestamp: 1062656809 (s) 0x8463-0x8467 (4) +0x8460| 29 db 56 3f | ).V? | timestamp: 1062656809 (2023-09-03T06:26:49Z) 0x8463-0x8467 (4) 0x8460| dc b0 32 2a | ..2* | position_lat: 59.340953193604946 (707965148) 0x8467-0x846b (4) 0x8460| 5b 3e d5 0c | [>.. | position_long: 18.046381948515773 (215301723) 0x846b-0x846f (4) 0x8460| ba| .| distance: 30790.98 (3079098) (m) 0x846f-0x8473 (4) @@ -24979,7 +24979,7 @@ $ fq -d fit dv activity.fit 0x8470| 06 | . | reserved: false 0x8479.3-0x8479.4 (0.1) 0x8470| 06 | . | local_message_type: 6 0x8479.4-0x847a (0.4) | | | data_message{}: 0x847a-0x8490 (22) -0x8470| 2c db 56 3f | ,.V? | timestamp: 1062656812 (s) 0x847a-0x847e (4) +0x8470| 2c db 56 3f | ,.V? | timestamp: 1062656812 (2023-09-03T06:26:52Z) 0x847a-0x847e (4) 0x8470| ad a9| ..| position_lat: 59.34079905040562 (707963309) 0x847e-0x8482 (4) 0x8480|32 2a |2* | 0x8480| 0c 47 d5 0c | .G.. | position_long: 18.04656844586134 (215303948) 0x8482-0x8486 (4) @@ -24996,7 +24996,7 @@ $ fq -d fit dv activity.fit 0x8490|06 |. | reserved: false 0x8490.3-0x8490.4 (0.1) 0x8490|06 |. | local_message_type: 6 0x8490.4-0x8491 (0.4) | | | data_message{}: 0x8491-0x84a7 (22) -0x8490| 30 db 56 3f | 0.V? | timestamp: 1062656816 (s) 0x8491-0x8495 (4) +0x8490| 30 db 56 3f | 0.V? | timestamp: 1062656816 (2023-09-03T06:26:56Z) 0x8491-0x8495 (4) 0x8490| e3 a0 32 2a | ..2* | position_lat: 59.34061045758426 (707961059) 0x8495-0x8499 (4) 0x8490| 93 50 d5 0c | .P.. | position_long: 18.046772880479693 (215306387) 0x8499-0x849d (4) 0x8490| ff 0c 2f| ../| distance: 30835.19 (3083519) (m) 0x849d-0x84a1 (4) @@ -25013,7 +25013,7 @@ $ fq -d fit dv activity.fit 0x84a0| 06 | . | reserved: false 0x84a7.3-0x84a7.4 (0.1) 0x84a0| 06 | . | local_message_type: 6 0x84a7.4-0x84a8 (0.4) | | | data_message{}: 0x84a8-0x84be (22) -0x84a0| 34 db 56 3f | 4.V? | timestamp: 1062656820 (s) 0x84a8-0x84ac (4) +0x84a0| 34 db 56 3f | 4.V? | timestamp: 1062656820 (2023-09-03T06:27:00Z) 0x84a8-0x84ac (4) 0x84a0| 8d 97 32 2a| ..2*| position_lat: 59.34041013009846 (707958669) 0x84ac-0x84b0 (4) 0x84b0|61 58 d5 0c |aX.. | position_long: 18.04694035090506 (215308385) 0x84b0-0x84b4 (4) 0x84b0| 77 16 2f 00 | w./. | distance: 30859.43 (3085943) (m) 0x84b4-0x84b8 (4) @@ -25029,7 +25029,7 @@ $ fq -d fit dv activity.fit 0x84b0| 06 | . | reserved: false 0x84be.3-0x84be.4 (0.1) 0x84b0| 06 | . | local_message_type: 6 0x84be.4-0x84bf (0.4) | | | data_message{}: 0x84bf-0x84d5 (22) -0x84b0| 38| 8| timestamp: 1062656824 (s) 0x84bf-0x84c3 (4) +0x84b0| 38| 8| timestamp: 1062656824 (2023-09-03T06:27:04Z) 0x84bf-0x84c3 (4) 0x84c0|db 56 3f |.V? | 0x84c0| 4c 8e 32 2a | L.2* | position_lat: 59.34021156281233 (707956300) 0x84c3-0x84c7 (4) 0x84c0| 00 61 d5 0c | .a.. | position_long: 18.047125339508057 (215310592) 0x84c7-0x84cb (4) @@ -25047,7 +25047,7 @@ $ fq -d fit dv activity.fit 0x84d0| 06 | . | reserved: false 0x84d5.3-0x84d5.4 (0.1) 0x84d0| 06 | . | local_message_type: 6 0x84d5.4-0x84d6 (0.4) | | | data_message{}: 0x84d6-0x84ec (22) -0x84d0| 3c db 56 3f | <.V? | timestamp: 1062656828 (s) 0x84d6-0x84da (4) +0x84d0| 3c db 56 3f | <.V? | timestamp: 1062656828 (2023-09-03T06:27:08Z) 0x84d6-0x84da (4) 0x84d0| 95 83 32 2a | ..2* | position_lat: 59.33998164720833 (707953557) 0x84da-0x84de (4) 0x84d0| 81 67| .g| position_long: 18.047264898195863 (215312257) 0x84de-0x84e2 (4) 0x84e0|d5 0c |.. | @@ -25064,7 +25064,7 @@ $ fq -d fit dv activity.fit 0x84e0| 06 | . | reserved: false 0x84ec.3-0x84ec.4 (0.1) 0x84e0| 06 | . | local_message_type: 6 0x84ec.4-0x84ed (0.4) | | | data_message{}: 0x84ed-0x8503 (22) -0x84e0| 40 db 56| @.V| timestamp: 1062656832 (s) 0x84ed-0x84f1 (4) +0x84e0| 40 db 56| @.V| timestamp: 1062656832 (2023-09-03T06:27:12Z) 0x84ed-0x84f1 (4) 0x84f0|3f |? | 0x84f0| c8 7a 32 2a | .z2* | position_lat: 59.33979280292988 (707951304) 0x84f1-0x84f5 (4) 0x84f0| 5f 6f d5 0c | _o.. | position_long: 18.047433709725738 (215314271) 0x84f5-0x84f9 (4) @@ -25082,7 +25082,7 @@ $ fq -d fit dv activity.fit 0x8500| 06 | . | reserved: false 0x8503.3-0x8503.4 (0.1) 0x8500| 06 | . | local_message_type: 6 0x8503.4-0x8504 (0.4) | | | data_message{}: 0x8504-0x851a (22) -0x8500| 42 db 56 3f | B.V? | timestamp: 1062656834 (s) 0x8504-0x8508 (4) +0x8500| 42 db 56 3f | B.V? | timestamp: 1062656834 (2023-09-03T06:27:14Z) 0x8504-0x8508 (4) 0x8500| 2d 76 32 2a | -v2* | position_lat: 59.339693980291486 (707950125) 0x8508-0x850c (4) 0x8500| ea 71 d5 0c| .q..| position_long: 18.047488275915384 (215314922) 0x850c-0x8510 (4) 0x8510|cf 37 2f 00 |.7/. | distance: 30944.79 (3094479) (m) 0x8510-0x8514 (4) @@ -25098,7 +25098,7 @@ $ fq -d fit dv activity.fit 0x8510| 06 | . | reserved: false 0x851a.3-0x851a.4 (0.1) 0x8510| 06 | . | local_message_type: 6 0x851a.4-0x851b (0.4) | | | data_message{}: 0x851b-0x8531 (22) -0x8510| 46 db 56 3f | F.V? | timestamp: 1062656838 (s) 0x851b-0x851f (4) +0x8510| 46 db 56 3f | F.V? | timestamp: 1062656838 (2023-09-03T06:27:18Z) 0x851b-0x851f (4) 0x8510| 01| .| position_lat: 59.33951863087714 (707948033) 0x851f-0x8523 (4) 0x8520|6e 32 2a |n2* | 0x8520| 8d 77 d5 0c | .w.. | position_long: 18.04760922677815 (215316365) 0x8523-0x8527 (4) @@ -25115,7 +25115,7 @@ $ fq -d fit dv activity.fit 0x8530| 06 | . | reserved: false 0x8531.3-0x8531.4 (0.1) 0x8530| 06 | . | local_message_type: 6 0x8531.4-0x8532 (0.4) | | | data_message{}: 0x8532-0x8548 (22) -0x8530| 4a db 56 3f | J.V? | timestamp: 1062656842 (s) 0x8532-0x8536 (4) +0x8530| 4a db 56 3f | J.V? | timestamp: 1062656842 (2023-09-03T06:27:22Z) 0x8532-0x8536 (4) 0x8530| fd 65 32 2a | .e2* | position_lat: 59.33934663422406 (707945981) 0x8536-0x853a (4) 0x8530| 99 7f d5 0c | .... | position_long: 18.047781893983483 (215318425) 0x853a-0x853e (4) 0x8530| 50 48| PH| distance: 30987.04 (3098704) (m) 0x853e-0x8542 (4) @@ -25132,7 +25132,7 @@ $ fq -d fit dv activity.fit 0x8540| 06 | . | reserved: false 0x8548.3-0x8548.4 (0.1) 0x8540| 06 | . | local_message_type: 6 0x8548.4-0x8549 (0.4) | | | data_message{}: 0x8549-0x855f (22) -0x8540| 4d db 56 3f | M.V? | timestamp: 1062656845 (s) 0x8549-0x854d (4) +0x8540| 4d db 56 3f | M.V? | timestamp: 1062656845 (2023-09-03T06:27:25Z) 0x8549-0x854d (4) 0x8540| 92 5f 32| ._2| position_lat: 59.33920891955495 (707944338) 0x854d-0x8551 (4) 0x8550|2a |* | 0x8550| ec 86 d5 0c | .... | position_long: 18.04793905466795 (215320300) 0x8551-0x8555 (4) @@ -25149,8 +25149,8 @@ $ fq -d fit dv activity.fit 0x8550| 08| .| reserved: false 0x855f.3-0x855f.4 (0.1) 0x8550| 08| .| local_message_type: 8 0x855f.4-0x8560 (0.4) | | | data_message{}: 0x8560-0x8596 (54) -0x8560|4d db 56 3f |M.V? | timestamp: 1062656845 (s) 0x8560-0x8564 (4) -0x8560| 96 da 56 3f | ..V? | start_time: 1062656662 0x8564-0x8568 (4) +0x8560|4d db 56 3f |M.V? | timestamp: 1062656845 (2023-09-03T06:27:25Z) 0x8560-0x8564 (4) +0x8560| 96 da 56 3f | ..V? | start_time: 1062656662 (2023-09-03T06:24:22Z) 0x8564-0x8568 (4) 0x8560| a4 32 33 2a | .23* | start_position_lat: 59.34373799711466 (707998372) 0x8568-0x856c (4) 0x8560| a8 a2 d6 0c| ....| start_position_long: 18.05402733385563 (215392936) 0x856c-0x8570 (4) 0x8570|92 5f 32 2a |._2* | end_position_lat: 59.33920891955495 (707944338) 0x8570-0x8574 (4) @@ -25179,7 +25179,7 @@ $ fq -d fit dv activity.fit 0x8590| 06 | . | reserved: false 0x8596.3-0x8596.4 (0.1) 0x8590| 06 | . | local_message_type: 6 0x8596.4-0x8597 (0.4) | | | data_message{}: 0x8597-0x85ad (22) -0x8590| 51 db 56 3f | Q.V? | timestamp: 1062656849 (s) 0x8597-0x859b (4) +0x8590| 51 db 56 3f | Q.V? | timestamp: 1062656849 (2023-09-03T06:27:29Z) 0x8597-0x859b (4) 0x8590| 66 56 32 2a | fV2* | position_lat: 59.33901211246848 (707941990) 0x859b-0x859f (4) 0x8590| 9a| .| position_long: 18.04816821590066 (215323034) 0x859f-0x85a3 (4) 0x85a0|91 d5 0c |... | @@ -25196,7 +25196,7 @@ $ fq -d fit dv activity.fit 0x85a0| 06 | . | reserved: false 0x85ad.3-0x85ad.4 (0.1) 0x85a0| 06 | . | local_message_type: 6 0x85ad.4-0x85ae (0.4) | | | data_message{}: 0x85ae-0x85c4 (22) -0x85a0| 54 db| T.| timestamp: 1062656852 (s) 0x85ae-0x85b2 (4) +0x85a0| 54 db| T.| timestamp: 1062656852 (2023-09-03T06:27:32Z) 0x85ae-0x85b2 (4) 0x85b0|56 3f |V? | 0x85b0| 46 4f 32 2a | FO2* | position_lat: 59.33885922655463 (707940166) 0x85b2-0x85b6 (4) 0x85b0| d5 9a d5 0c | .... | position_long: 18.048366280272603 (215325397) 0x85b6-0x85ba (4) @@ -25213,7 +25213,7 @@ $ fq -d fit dv activity.fit 0x85c0| 06 | . | reserved: false 0x85c4.3-0x85c4.4 (0.1) 0x85c0| 06 | . | local_message_type: 6 0x85c4.4-0x85c5 (0.4) | | | data_message{}: 0x85c5-0x85db (22) -0x85c0| 57 db 56 3f | W.V? | timestamp: 1062656855 (s) 0x85c5-0x85c9 (4) +0x85c0| 57 db 56 3f | W.V? | timestamp: 1062656855 (2023-09-03T06:27:35Z) 0x85c5-0x85c9 (4) 0x85c0| 0f 48 32 2a | .H2* | position_lat: 59.338704412803054 (707938319) 0x85c9-0x85cd (4) 0x85c0| a1 a4 d5| ...| position_long: 18.048576498404145 (215327905) 0x85cd-0x85d1 (4) 0x85d0|0c |. | @@ -25230,7 +25230,7 @@ $ fq -d fit dv activity.fit 0x85d0| 06 | . | reserved: false 0x85db.3-0x85db.4 (0.1) 0x85d0| 06 | . | local_message_type: 6 0x85db.4-0x85dc (0.4) | | | data_message{}: 0x85dc-0x85f2 (22) -0x85d0| 5a db 56 3f| Z.V?| timestamp: 1062656858 (s) 0x85dc-0x85e0 (4) +0x85d0| 5a db 56 3f| Z.V?| timestamp: 1062656858 (2023-09-03T06:27:38Z) 0x85dc-0x85e0 (4) 0x85e0|94 3f 32 2a |.?2* | position_lat: 59.3385224416852 (707936148) 0x85e0-0x85e4 (4) 0x85e0| 2d ad d5 0c | -... | position_long: 18.04875989444554 (215330093) 0x85e4-0x85e8 (4) 0x85e0| 3f 72 2f 00 | ?r/. | distance: 31094.39 (3109439) (m) 0x85e8-0x85ec (4) @@ -25246,7 +25246,7 @@ $ fq -d fit dv activity.fit 0x85f0| 06 | . | reserved: false 0x85f2.3-0x85f2.4 (0.1) 0x85f0| 06 | . | local_message_type: 6 0x85f2.4-0x85f3 (0.4) | | | data_message{}: 0x85f3-0x8609 (22) -0x85f0| 5d db 56 3f | ].V? | timestamp: 1062656861 (s) 0x85f3-0x85f7 (4) +0x85f0| 5d db 56 3f | ].V? | timestamp: 1062656861 (2023-09-03T06:27:41Z) 0x85f3-0x85f7 (4) 0x85f0| 4f 36 32 2a | O62* | position_lat: 59.33832353912294 (707933775) 0x85f7-0x85fb (4) 0x85f0| 9f b5 d5 0c | .... | position_long: 18.048941111192107 (215332255) 0x85fb-0x85ff (4) 0x85f0| cb| .| distance: 31118.83 (3111883) (m) 0x85ff-0x8603 (4) @@ -25263,7 +25263,7 @@ $ fq -d fit dv activity.fit 0x8600| 06 | . | reserved: false 0x8609.3-0x8609.4 (0.1) 0x8600| 06 | . | local_message_type: 6 0x8609.4-0x860a (0.4) | | | data_message{}: 0x860a-0x8620 (22) -0x8600| 60 db 56 3f | `.V? | timestamp: 1062656864 (s) 0x860a-0x860e (4) +0x8600| 60 db 56 3f | `.V? | timestamp: 1062656864 (2023-09-03T06:27:44Z) 0x860a-0x860e (4) 0x8600| 83 2c| .,| position_lat: 59.3381133209914 (707931267) 0x860e-0x8612 (4) 0x8610|32 2a |2* | 0x8610| 5d be d5 0c | ]... | position_long: 18.049128698185086 (215334493) 0x8612-0x8616 (4) @@ -25280,7 +25280,7 @@ $ fq -d fit dv activity.fit 0x8620|06 |. | reserved: false 0x8620.3-0x8620.4 (0.1) 0x8620|06 |. | local_message_type: 6 0x8620.4-0x8621 (0.4) | | | data_message{}: 0x8621-0x8637 (22) -0x8620| 63 db 56 3f | c.V? | timestamp: 1062656867 (s) 0x8621-0x8625 (4) +0x8620| 63 db 56 3f | c.V? | timestamp: 1062656867 (2023-09-03T06:27:47Z) 0x8621-0x8625 (4) 0x8620| 0d 22 32 2a | ."2* | position_lat: 59.33788885362446 (707928589) 0x8625-0x8629 (4) 0x8620| 13 c8 d5 0c | .... | position_long: 18.04933707229793 (215336979) 0x8629-0x862d (4) 0x8620| ad 90 2f| ../| distance: 31172.29 (3117229) (m) 0x862d-0x8631 (4) @@ -25297,7 +25297,7 @@ $ fq -d fit dv activity.fit 0x8630| 06 | . | reserved: false 0x8637.3-0x8637.4 (0.1) 0x8630| 06 | . | local_message_type: 6 0x8637.4-0x8638 (0.4) | | | data_message{}: 0x8638-0x864e (22) -0x8630| 66 db 56 3f | f.V? | timestamp: 1062656870 (s) 0x8638-0x863c (4) +0x8630| 66 db 56 3f | f.V? | timestamp: 1062656870 (2023-09-03T06:27:50Z) 0x8638-0x863c (4) 0x8630| eb 17 32 2a| ..2*| position_lat: 59.33767142705619 (707925995) 0x863c-0x8640 (4) 0x8640|3b d2 d5 0c |;... | position_long: 18.04955500178039 (215339579) 0x8640-0x8644 (4) 0x8640| 4f 9b 2f 00 | O./. | distance: 31199.51 (3119951) (m) 0x8644-0x8648 (4) @@ -25313,7 +25313,7 @@ $ fq -d fit dv activity.fit 0x8640| 06 | . | reserved: false 0x864e.3-0x864e.4 (0.1) 0x8640| 06 | . | local_message_type: 6 0x864e.4-0x864f (0.4) | | | data_message{}: 0x864f-0x8665 (22) -0x8640| 69| i| timestamp: 1062656873 (s) 0x864f-0x8653 (4) +0x8640| 69| i| timestamp: 1062656873 (2023-09-03T06:27:53Z) 0x864f-0x8653 (4) 0x8650|db 56 3f |.V? | 0x8650| 16 0d 32 2a | ..2* | position_lat: 59.33743899688125 (707923222) 0x8653-0x8657 (4) 0x8650| b8 dc d5 0c | .... | position_long: 18.049780055880547 (215342264) 0x8657-0x865b (4) @@ -25331,7 +25331,7 @@ $ fq -d fit dv activity.fit 0x8660| 06 | . | reserved: false 0x8665.3-0x8665.4 (0.1) 0x8660| 06 | . | local_message_type: 6 0x8665.4-0x8666 (0.4) | | | data_message{}: 0x8666-0x867c (22) -0x8660| 6c db 56 3f | l.V? | timestamp: 1062656876 (s) 0x8666-0x866a (4) +0x8660| 6c db 56 3f | l.V? | timestamp: 1062656876 (2023-09-03T06:27:56Z) 0x8666-0x866a (4) 0x8660| 16 02 32 2a | ..2* | position_lat: 59.337202962487936 (707920406) 0x866a-0x866e (4) 0x8660| 6a e8| j.| position_long: 18.050031010061502 (215345258) 0x866e-0x8672 (4) 0x8670|d5 0c |.. | @@ -25348,7 +25348,7 @@ $ fq -d fit dv activity.fit 0x8670| 06 | . | reserved: false 0x867c.3-0x867c.4 (0.1) 0x8670| 06 | . | local_message_type: 6 0x867c.4-0x867d (0.4) | | | data_message{}: 0x867d-0x8693 (22) -0x8670| 6e db 56| n.V| timestamp: 1062656878 (s) 0x867d-0x8681 (4) +0x8670| 6e db 56| n.V| timestamp: 1062656878 (2023-09-03T06:27:58Z) 0x867d-0x8681 (4) 0x8680|3f |? | 0x8680| 6a fa 31 2a | j.1* | position_lat: 59.33703834190965 (707918442) 0x8681-0x8685 (4) 0x8680| 51 f0 d5 0c | Q... | position_long: 18.050200575962663 (215347281) 0x8685-0x8689 (4) @@ -25366,7 +25366,7 @@ $ fq -d fit dv activity.fit 0x8690| 06 | . | reserved: false 0x8693.3-0x8693.4 (0.1) 0x8690| 06 | . | local_message_type: 6 0x8693.4-0x8694 (0.4) | | | data_message{}: 0x8694-0x86aa (22) -0x8690| 71 db 56 3f | q.V? | timestamp: 1062656881 (s) 0x8694-0x8698 (4) +0x8690| 71 db 56 3f | q.V? | timestamp: 1062656881 (2023-09-03T06:28:01Z) 0x8694-0x8698 (4) 0x8690| 4f f1 31 2a | O.1* | position_lat: 59.33684295974672 (707916111) 0x8698-0x869c (4) 0x8690| 51 f9 d5 0c| Q...| position_long: 18.050393695011735 (215349585) 0x869c-0x86a0 (4) 0x86a0|e8 c3 2f 00 |../. | distance: 31303.44 (3130344) (m) 0x86a0-0x86a4 (4) @@ -25382,7 +25382,7 @@ $ fq -d fit dv activity.fit 0x86a0| 06 | . | reserved: false 0x86aa.3-0x86aa.4 (0.1) 0x86a0| 06 | . | local_message_type: 6 0x86aa.4-0x86ab (0.4) | | | data_message{}: 0x86ab-0x86c1 (22) -0x86a0| 78 db 56 3f | x.V? | timestamp: 1062656888 (s) 0x86ab-0x86af (4) +0x86a0| 78 db 56 3f | x.V? | timestamp: 1062656888 (2023-09-03T06:28:08Z) 0x86ab-0x86af (4) 0x86a0| 97| .| position_lat: 59.33691336773336 (707916951) 0x86af-0x86b3 (4) 0x86b0|f4 31 2a |.1* | 0x86b0| 2c f4 d5 0c | ,... | position_long: 18.050283305346966 (215348268) 0x86b3-0x86b7 (4) @@ -25399,7 +25399,7 @@ $ fq -d fit dv activity.fit 0x86c0| 06 | . | reserved: false 0x86c1.3-0x86c1.4 (0.1) 0x86c0| 06 | . | local_message_type: 6 0x86c1.4-0x86c2 (0.4) | | | data_message{}: 0x86c2-0x86d8 (22) -0x86c0| 7c db 56 3f | |.V? | timestamp: 1062656892 (s) 0x86c2-0x86c6 (4) +0x86c0| 7c db 56 3f | |.V? | timestamp: 1062656892 (2023-09-03T06:28:12Z) 0x86c2-0x86c6 (4) 0x86c0| c8 f3 31 2a | ..1* | position_lat: 59.336896017193794 (707916744) 0x86c6-0x86ca (4) 0x86c0| fe e0 d5 0c | .... | position_long: 18.049871753901243 (215343358) 0x86ca-0x86ce (4) 0x86c0| b2 d5| ..| distance: 31348.98 (3134898) (m) 0x86ce-0x86d2 (4) @@ -25416,7 +25416,7 @@ $ fq -d fit dv activity.fit 0x86d0| 06 | . | reserved: false 0x86d8.3-0x86d8.4 (0.1) 0x86d0| 06 | . | local_message_type: 6 0x86d8.4-0x86d9 (0.4) | | | data_message{}: 0x86d9-0x86ef (22) -0x86d0| 7f db 56 3f | ..V? | timestamp: 1062656895 (s) 0x86d9-0x86dd (4) +0x86d0| 7f db 56 3f | ..V? | timestamp: 1062656895 (2023-09-03T06:28:15Z) 0x86d9-0x86dd (4) 0x86d0| 96 f1 31| ..1| position_lat: 59.33684891089797 (707916182) 0x86dd-0x86e1 (4) 0x86e0|2a |* | 0x86e0| 05 d1 d5 0c | .... | position_long: 18.04952901788056 (215339269) 0x86e1-0x86e5 (4) @@ -25433,7 +25433,7 @@ $ fq -d fit dv activity.fit 0x86e0| 06| .| reserved: false 0x86ef.3-0x86ef.4 (0.1) 0x86e0| 06| .| local_message_type: 6 0x86ef.4-0x86f0 (0.4) | | | data_message{}: 0x86f0-0x8706 (22) -0x86f0|82 db 56 3f |..V? | timestamp: 1062656898 (s) 0x86f0-0x86f4 (4) +0x86f0|82 db 56 3f |..V? | timestamp: 1062656898 (2023-09-03T06:28:18Z) 0x86f0-0x86f4 (4) 0x86f0| 3d ee 31 2a | =.1* | position_lat: 59.33677707798779 (707915325) 0x86f4-0x86f8 (4) 0x86f0| 68 c1 d5 0c | h... | position_long: 18.049193993210793 (215335272) 0x86f8-0x86fc (4) 0x86f0| 87 e5 2f 00| ../.| distance: 31389.51 (3138951) (m) 0x86fc-0x8700 (4) @@ -25449,7 +25449,7 @@ $ fq -d fit dv activity.fit 0x8700| 06 | . | reserved: false 0x8706.3-0x8706.4 (0.1) 0x8700| 06 | . | local_message_type: 6 0x8706.4-0x8707 (0.4) | | | data_message{}: 0x8707-0x871d (22) -0x8700| 85 db 56 3f | ..V? | timestamp: 1062656901 (s) 0x8707-0x870b (4) +0x8700| 85 db 56 3f | ..V? | timestamp: 1062656901 (2023-09-03T06:28:21Z) 0x8707-0x870b (4) 0x8700| 25 ea 31 2a | %.1* | position_lat: 59.33668923564255 (707914277) 0x870b-0x870f (4) 0x8700| 2a| *| position_long: 18.04886693134904 (215331370) 0x870f-0x8713 (4) 0x8710|b2 d5 0c |... | @@ -25466,7 +25466,7 @@ $ fq -d fit dv activity.fit 0x8710| 06 | . | reserved: false 0x871d.3-0x871d.4 (0.1) 0x8710| 06 | . | local_message_type: 6 0x871d.4-0x871e (0.4) | | | data_message{}: 0x871e-0x8734 (22) -0x8710| 89 db| ..| timestamp: 1062656905 (s) 0x871e-0x8722 (4) +0x8710| 89 db| ..| timestamp: 1062656905 (2023-09-03T06:28:25Z) 0x871e-0x8722 (4) 0x8720|56 3f |V? | 0x8720| 01 e6 31 2a | ..1* | position_lat: 59.336600387468934 (707913217) 0x8722-0x8726 (4) 0x8720| c4 a0 d5 0c | .... | position_long: 18.04849360138178 (215326916) 0x8726-0x872a (4) @@ -25483,7 +25483,7 @@ $ fq -d fit dv activity.fit 0x8730| 06 | . | reserved: false 0x8734.3-0x8734.4 (0.1) 0x8730| 06 | . | local_message_type: 6 0x8734.4-0x8735 (0.4) | | | data_message{}: 0x8735-0x874b (22) -0x8730| 8d db 56 3f | ..V? | timestamp: 1062656909 (s) 0x8735-0x8739 (4) +0x8730| 8d db 56 3f | ..V? | timestamp: 1062656909 (2023-09-03T06:28:29Z) 0x8735-0x8739 (4) 0x8730| d8 e0 31 2a | ..1* | position_lat: 59.33648966252804 (707911896) 0x8739-0x873d (4) 0x8730| a5 90 d5| ...| position_long: 18.04814768023789 (215322789) 0x873d-0x8741 (4) 0x8740|0c |. | @@ -25500,7 +25500,7 @@ $ fq -d fit dv activity.fit 0x8740| 06 | . | reserved: false 0x874b.3-0x874b.4 (0.1) 0x8740| 06 | . | local_message_type: 6 0x874b.4-0x874c (0.4) | | | data_message{}: 0x874c-0x8762 (22) -0x8740| 91 db 56 3f| ..V?| timestamp: 1062656913 (s) 0x874c-0x8750 (4) +0x8740| 91 db 56 3f| ..V?| timestamp: 1062656913 (2023-09-03T06:28:33Z) 0x874c-0x8750 (4) 0x8750|f0 d8 31 2a |..1* | position_lat: 59.336320012807846 (707909872) 0x8750-0x8754 (4) 0x8750| 28 81 d5 0c | (... | position_long: 18.047815337777138 (215318824) 0x8754-0x8758 (4) 0x8750| 52 0a 30 00 | R.0. | distance: 31483.7 (3148370) (m) 0x8758-0x875c (4) @@ -25516,7 +25516,7 @@ $ fq -d fit dv activity.fit 0x8760| 06 | . | reserved: false 0x8762.3-0x8762.4 (0.1) 0x8760| 06 | . | local_message_type: 6 0x8762.4-0x8763 (0.4) | | | data_message{}: 0x8763-0x8779 (22) -0x8760| 94 db 56 3f | ..V? | timestamp: 1062656916 (s) 0x8763-0x8767 (4) +0x8760| 94 db 56 3f | ..V? | timestamp: 1062656916 (2023-09-03T06:28:36Z) 0x8763-0x8767 (4) 0x8760| 10 d2 31 2a | ..1* | position_lat: 59.33617249131203 (707908112) 0x8767-0x876b (4) 0x8760| ba 76 d5 0c | .v.. | position_long: 18.047591540962458 (215316154) 0x876b-0x876f (4) 0x8760| 71| q| distance: 31504.49 (3150449) (m) 0x876f-0x8773 (4) @@ -25533,7 +25533,7 @@ $ fq -d fit dv activity.fit 0x8770| 06 | . | reserved: false 0x8779.3-0x8779.4 (0.1) 0x8770| 06 | . | local_message_type: 6 0x8779.4-0x877a (0.4) | | | data_message{}: 0x877a-0x8790 (22) -0x8770| 97 db 56 3f | ..V? | timestamp: 1062656919 (s) 0x877a-0x877e (4) +0x8770| 97 db 56 3f | ..V? | timestamp: 1062656919 (2023-09-03T06:28:39Z) 0x877a-0x877e (4) 0x8770| 5b ca| [.| position_lat: 59.33600711636245 (707906139) 0x877e-0x8782 (4) 0x8780|31 2a |1* | 0x8780| c4 6c d5 0c | .l.. | position_long: 18.047377802431583 (215313604) 0x8782-0x8786 (4) @@ -25550,7 +25550,7 @@ $ fq -d fit dv activity.fit 0x8790|06 |. | reserved: false 0x8790.3-0x8790.4 (0.1) 0x8790|06 |. | local_message_type: 6 0x8790.4-0x8791 (0.4) | | | data_message{}: 0x8791-0x87a7 (22) -0x8790| 9a db 56 3f | ..V? | timestamp: 1062656922 (s) 0x8791-0x8795 (4) +0x8790| 9a db 56 3f | ..V? | timestamp: 1062656922 (2023-09-03T06:28:42Z) 0x8791-0x8795 (4) 0x8790| ef c2 31 2a | ..1* | position_lat: 59.33584786020219 (707904239) 0x8795-0x8799 (4) 0x8790| cf 64 d5 0c | .d.. | position_long: 18.04720706306398 (215311567) 0x8799-0x879d (4) 0x8790| f7 22 30| ."0| distance: 31546.79 (3154679) (m) 0x879d-0x87a1 (4) @@ -25567,7 +25567,7 @@ $ fq -d fit dv activity.fit 0x87a0| 06 | . | reserved: false 0x87a7.3-0x87a7.4 (0.1) 0x87a0| 06 | . | local_message_type: 6 0x87a7.4-0x87a8 (0.4) | | | data_message{}: 0x87a8-0x87be (22) -0x87a0| 9e db 56 3f | ..V? | timestamp: 1062656926 (s) 0x87a8-0x87ac (4) +0x87a0| 9e db 56 3f | ..V? | timestamp: 1062656926 (2023-09-03T06:28:46Z) 0x87a8-0x87ac (4) 0x87a0| 15 b9 31 2a| ..1*| position_lat: 59.33563646860421 (707901717) 0x87ac-0x87b0 (4) 0x87b0|92 5a d5 0c |.Z.. | position_long: 18.046987373381853 (215308946) 0x87b0-0x87b4 (4) 0x87b0| 5f 2d 30 00 | _-0. | distance: 31573.43 (3157343) (m) 0x87b4-0x87b8 (4) @@ -25583,7 +25583,7 @@ $ fq -d fit dv activity.fit 0x87b0| 06 | . | reserved: false 0x87be.3-0x87be.4 (0.1) 0x87b0| 06 | . | local_message_type: 6 0x87be.4-0x87bf (0.4) | | | data_message{}: 0x87bf-0x87d5 (22) -0x87b0| a1| .| timestamp: 1062656929 (s) 0x87bf-0x87c3 (4) +0x87b0| a1| .| timestamp: 1062656929 (2023-09-03T06:28:49Z) 0x87bf-0x87c3 (4) 0x87c0|db 56 3f |.V? | 0x87c0| df b0 31 2a | ..1* | position_lat: 59.33546028099954 (707899615) 0x87c3-0x87c7 (4) 0x87c0| a6 53 d5 0c | .S.. | position_long: 18.046838846057653 (215307174) 0x87c7-0x87cb (4) @@ -25601,7 +25601,7 @@ $ fq -d fit dv activity.fit 0x87d0| 06 | . | reserved: false 0x87d5.3-0x87d5.4 (0.1) 0x87d0| 06 | . | local_message_type: 6 0x87d5.4-0x87d6 (0.4) | | | data_message{}: 0x87d6-0x87ec (22) -0x87d0| a4 db 56 3f | ..V? | timestamp: 1062656932 (s) 0x87d6-0x87da (4) +0x87d0| a4 db 56 3f | ..V? | timestamp: 1062656932 (2023-09-03T06:28:52Z) 0x87d6-0x87da (4) 0x87d0| 77 a8 31 2a | w.1* | position_lat: 59.33527990244329 (707897463) 0x87da-0x87de (4) 0x87d0| 43 4d| CM| position_long: 18.0467018019408 (215305539) 0x87de-0x87e2 (4) 0x87e0|d5 0c |.. | @@ -25618,7 +25618,7 @@ $ fq -d fit dv activity.fit 0x87e0| 06 | . | reserved: false 0x87ec.3-0x87ec.4 (0.1) 0x87e0| 06 | . | local_message_type: 6 0x87ec.4-0x87ed (0.4) | | | data_message{}: 0x87ed-0x8803 (22) -0x87e0| a7 db 56| ..V| timestamp: 1062656935 (s) 0x87ed-0x87f1 (4) +0x87e0| a7 db 56| ..V| timestamp: 1062656935 (2023-09-03T06:28:55Z) 0x87ed-0x87f1 (4) 0x87f0|3f |? | 0x87f0| 72 9f 31 2a | r.1* | position_lat: 59.33508636429906 (707895154) 0x87f1-0x87f5 (4) 0x87f0| f0 46 d5 0c | .F.. | position_long: 18.04656609892845 (215303920) 0x87f5-0x87f9 (4) @@ -25636,7 +25636,7 @@ $ fq -d fit dv activity.fit 0x8800| 06 | . | reserved: false 0x8803.3-0x8803.4 (0.1) 0x8800| 06 | . | local_message_type: 6 0x8803.4-0x8804 (0.4) | | | data_message{}: 0x8804-0x881a (22) -0x8800| aa db 56 3f | ..V? | timestamp: 1062656938 (s) 0x8804-0x8808 (4) +0x8800| aa db 56 3f | ..V? | timestamp: 1062656938 (2023-09-03T06:28:58Z) 0x8804-0x8808 (4) 0x8800| d1 95 31 2a | ..1* | position_lat: 59.33487975038588 (707892689) 0x8808-0x880c (4) 0x8800| 5c 40 d5 0c| \@..| position_long: 18.046424947679043 (215302236) 0x880c-0x8810 (4) 0x8810|9b 50 30 00 |.P0. | distance: 31663.63 (3166363) (m) 0x8810-0x8814 (4) @@ -25652,7 +25652,7 @@ $ fq -d fit dv activity.fit 0x8810| 06 | . | reserved: false 0x881a.3-0x881a.4 (0.1) 0x8810| 06 | . | local_message_type: 6 0x881a.4-0x881b (0.4) | | | data_message{}: 0x881b-0x8831 (22) -0x8810| ad db 56 3f | ..V? | timestamp: 1062656941 (s) 0x881b-0x881f (4) +0x8810| ad db 56 3f | ..V? | timestamp: 1062656941 (2023-09-03T06:29:01Z) 0x881b-0x881f (4) 0x8810| c6| .| position_lat: 59.33466425165534 (707890118) 0x881f-0x8823 (4) 0x8820|8b 31 2a |.1* | 0x8820| 13 39 d5 0c | .9.. | position_long: 18.046268625184894 (215300371) 0x8823-0x8827 (4) @@ -25669,7 +25669,7 @@ $ fq -d fit dv activity.fit 0x8830| 06 | . | reserved: false 0x8831.3-0x8831.4 (0.1) 0x8830| 06 | . | local_message_type: 6 0x8831.4-0x8832 (0.4) | | | data_message{}: 0x8832-0x8848 (22) -0x8830| b0 db 56 3f | ..V? | timestamp: 1062656944 (s) 0x8832-0x8836 (4) +0x8830| b0 db 56 3f | ..V? | timestamp: 1062656944 (2023-09-03T06:29:04Z) 0x8832-0x8836 (4) 0x8830| 2c 81 31 2a | ,.1* | position_lat: 59.334436766803265 (707887404) 0x8836-0x883a (4) 0x8830| 29 31 d5 0c | )1.. | position_long: 18.046098807826638 (215298345) 0x883a-0x883e (4) 0x8830| 35 65| 5e| distance: 31716.37 (3171637) (m) 0x883e-0x8842 (4) @@ -25686,7 +25686,7 @@ $ fq -d fit dv activity.fit 0x8840| 06 | . | reserved: false 0x8848.3-0x8848.4 (0.1) 0x8840| 06 | . | local_message_type: 6 0x8848.4-0x8849 (0.4) | | | data_message{}: 0x8849-0x885f (22) -0x8840| b3 db 56 3f | ..V? | timestamp: 1062656947 (s) 0x8849-0x884d (4) +0x8840| b3 db 56 3f | ..V? | timestamp: 1062656947 (2023-09-03T06:29:07Z) 0x8849-0x884d (4) 0x8840| cb 75 31| .u1| position_lat: 59.33419260196388 (707884491) 0x884d-0x8851 (4) 0x8850|2a |* | 0x8850| f3 29 d5 0c | .).. | position_long: 18.04594407789409 (215296499) 0x8851-0x8855 (4) @@ -25703,7 +25703,7 @@ $ fq -d fit dv activity.fit 0x8850| 06| .| reserved: false 0x885f.3-0x885f.4 (0.1) 0x8850| 06| .| local_message_type: 6 0x885f.4-0x8860 (0.4) | | | data_message{}: 0x8860-0x8876 (22) -0x8860|b6 db 56 3f |..V? | timestamp: 1062656950 (s) 0x8860-0x8864 (4) +0x8860|b6 db 56 3f |..V? | timestamp: 1062656950 (2023-09-03T06:29:10Z) 0x8860-0x8864 (4) 0x8860| b5 69 31 2a | .i1* | position_lat: 59.33393326587975 (707881397) 0x8864-0x8868 (4) 0x8860| 90 23 d5 0c | .#.. | position_long: 18.045807033777237 (215294864) 0x8868-0x886c (4) 0x8860| 11 7c 30 00| .|0.| distance: 31774.89 (3177489) (m) 0x886c-0x8870 (4) @@ -25719,7 +25719,7 @@ $ fq -d fit dv activity.fit 0x8870| 06 | . | reserved: false 0x8876.3-0x8876.4 (0.1) 0x8870| 06 | . | local_message_type: 6 0x8876.4-0x8877 (0.4) | | | data_message{}: 0x8877-0x888d (22) -0x8870| b8 db 56 3f | ..V? | timestamp: 1062656952 (s) 0x8877-0x887b (4) +0x8870| b8 db 56 3f | ..V? | timestamp: 1062656952 (2023-09-03T06:29:12Z) 0x8877-0x887b (4) 0x8870| 6a 61 31 2a | ja1* | position_lat: 59.33375531807542 (707879274) 0x887b-0x887f (4) 0x8870| 52| R| position_long: 18.045716006308794 (215293778) 0x887f-0x8883 (4) 0x8880|1f d5 0c |... | @@ -25736,7 +25736,7 @@ $ fq -d fit dv activity.fit 0x8880| 06 | . | reserved: false 0x888d.3-0x888d.4 (0.1) 0x8880| 06 | . | local_message_type: 6 0x888d.4-0x888e (0.4) | | | data_message{}: 0x888e-0x88a4 (22) -0x8880| ba db| ..| timestamp: 1062656954 (s) 0x888e-0x8892 (4) +0x8880| ba db| ..| timestamp: 1062656954 (2023-09-03T06:29:14Z) 0x888e-0x8892 (4) 0x8890|56 3f |V? | 0x8890| cc 58 31 2a | .X1* | position_lat: 59.333570413291454 (707877068) 0x8892-0x8896 (4) 0x8890| 5d 1c d5 0c | ]... | position_long: 18.045652555301785 (215293021) 0x8896-0x889a (4) @@ -25753,7 +25753,7 @@ $ fq -d fit dv activity.fit 0x88a0| 06 | . | reserved: false 0x88a4.3-0x88a4.4 (0.1) 0x88a0| 06 | . | local_message_type: 6 0x88a4.4-0x88a5 (0.4) | | | data_message{}: 0x88a5-0x88bb (22) -0x88a0| bd db 56 3f | ..V? | timestamp: 1062656957 (s) 0x88a5-0x88a9 (4) +0x88a0| bd db 56 3f | ..V? | timestamp: 1062656957 (2023-09-03T06:29:17Z) 0x88a5-0x88a9 (4) 0x88a0| fc 4c 31 2a | .L1* | position_lat: 59.33331694453955 (707874044) 0x88a9-0x88ad (4) 0x88a0| 55 16 d5| U..| position_long: 18.045523138716817 (215291477) 0x88ad-0x88b1 (4) 0x88b0|0c |. | @@ -25770,7 +25770,7 @@ $ fq -d fit dv activity.fit 0x88b0| 06 | . | reserved: false 0x88bb.3-0x88bb.4 (0.1) 0x88b0| 06 | . | local_message_type: 6 0x88bb.4-0x88bc (0.4) | | | data_message{}: 0x88bc-0x88d2 (22) -0x88b0| c0 db 56 3f| ..V?| timestamp: 1062656960 (s) 0x88bc-0x88c0 (4) +0x88b0| c0 db 56 3f| ..V?| timestamp: 1062656960 (2023-09-03T06:29:20Z) 0x88bc-0x88c0 (4) 0x88c0|04 42 31 2a |.B1* | position_lat: 59.33308158069849 (707871236) 0x88c0-0x88c4 (4) 0x88c0| de 10 d5 0c | .... | position_long: 18.045405875891447 (215290078) 0x88c4-0x88c8 (4) 0x88c0| 21 a2 30 00 | !.0. | distance: 31872.33 (3187233) (m) 0x88c8-0x88cc (4) @@ -25786,7 +25786,7 @@ $ fq -d fit dv activity.fit 0x88d0| 06 | . | reserved: false 0x88d2.3-0x88d2.4 (0.1) 0x88d0| 06 | . | local_message_type: 6 0x88d2.4-0x88d3 (0.4) | | | data_message{}: 0x88d3-0x88e9 (22) -0x88d0| c3 db 56 3f | ..V? | timestamp: 1062656963 (s) 0x88d3-0x88d7 (4) +0x88d0| c3 db 56 3f | ..V? | timestamp: 1062656963 (2023-09-03T06:29:23Z) 0x88d3-0x88d7 (4) 0x88d0| b5 3a 31 2a | .:1* | position_lat: 59.33292475529015 (707869365) 0x88d7-0x88db (4) 0x88d0| ca 03 d5 0c | .... | position_long: 18.045125249773264 (215286730) 0x88db-0x88df (4) 0x88d0| a1| .| distance: 31896.65 (3189665) (m) 0x88df-0x88e3 (4) @@ -25803,7 +25803,7 @@ $ fq -d fit dv activity.fit 0x88e0| 06 | . | reserved: false 0x88e9.3-0x88e9.4 (0.1) 0x88e0| 06 | . | local_message_type: 6 0x88e9.4-0x88ea (0.4) | | | data_message{}: 0x88ea-0x8900 (22) -0x88e0| c6 db 56 3f | ..V? | timestamp: 1062656966 (s) 0x88ea-0x88ee (4) +0x88e0| c6 db 56 3f | ..V? | timestamp: 1062656966 (2023-09-03T06:29:26Z) 0x88ea-0x88ee (4) 0x88e0| 25 38| %8| position_lat: 59.332869770005345 (707868709) 0x88ee-0x88f2 (4) 0x88f0|31 2a |1* | 0x88f0| 9f f1 d4 0c | .... | position_long: 18.044735407456756 (215282079) 0x88f2-0x88f6 (4) @@ -25820,7 +25820,7 @@ $ fq -d fit dv activity.fit 0x8900|06 |. | reserved: false 0x8900.3-0x8900.4 (0.1) 0x8900|06 |. | local_message_type: 6 0x8900.4-0x8901 (0.4) | | | data_message{}: 0x8901-0x8917 (22) -0x8900| c9 db 56 3f | ..V? | timestamp: 1062656969 (s) 0x8901-0x8905 (4) +0x8900| c9 db 56 3f | ..V? | timestamp: 1062656969 (2023-09-03T06:29:29Z) 0x8901-0x8905 (4) 0x8900| 0e 3a 31 2a | .:1* | position_lat: 59.332910757511854 (707869198) 0x8905-0x8909 (4) 0x8900| dc e0 d4 0c | .... | position_long: 18.044375739991665 (215277788) 0x8909-0x890d (4) 0x8900| e4 bc 30| ..0| distance: 31940.84 (3194084) (m) 0x890d-0x8911 (4) @@ -25837,7 +25837,7 @@ $ fq -d fit dv activity.fit 0x8910| 06 | . | reserved: false 0x8917.3-0x8917.4 (0.1) 0x8910| 06 | . | local_message_type: 6 0x8917.4-0x8918 (0.4) | | | data_message{}: 0x8918-0x892e (22) -0x8910| cd db 56 3f | ..V? | timestamp: 1062656973 (s) 0x8918-0x891c (4) +0x8910| cd db 56 3f | ..V? | timestamp: 1062656973 (2023-09-03T06:29:33Z) 0x8918-0x891c (4) 0x8910| 08 3d 31 2a| .=1*| position_lat: 59.33297462761402 (707869960) 0x891c-0x8920 (4) 0x8920|1d cc d4 0c |.... | position_long: 18.043930577114224 (215272477) 0x8920-0x8924 (4) 0x8920| 26 c7 30 00 | &.0. | distance: 31967.1 (3196710) (m) 0x8924-0x8928 (4) @@ -25853,7 +25853,7 @@ $ fq -d fit dv activity.fit 0x8920| 06 | . | reserved: false 0x892e.3-0x892e.4 (0.1) 0x8920| 06 | . | local_message_type: 6 0x892e.4-0x892f (0.4) | | | data_message{}: 0x892f-0x8945 (22) -0x8920| d1| .| timestamp: 1062656977 (s) 0x892f-0x8933 (4) +0x8920| d1| .| timestamp: 1062656977 (2023-09-03T06:29:37Z) 0x892f-0x8933 (4) 0x8930|db 56 3f |.V? | 0x8930| 7f 3f 31 2a | .?1* | position_lat: 59.333027517423034 (707870591) 0x8933-0x8937 (4) 0x8930| 3f b7 d4 0c | ?... | position_long: 18.0434828158468 (215267135) 0x8937-0x893b (4) @@ -25871,7 +25871,7 @@ $ fq -d fit dv activity.fit 0x8940| 06 | . | reserved: false 0x8945.3-0x8945.4 (0.1) 0x8940| 06 | . | local_message_type: 6 0x8945.4-0x8946 (0.4) | | | data_message{}: 0x8946-0x895c (22) -0x8940| d3 db 56 3f | ..V? | timestamp: 1062656979 (s) 0x8946-0x894a (4) +0x8940| d3 db 56 3f | ..V? | timestamp: 1062656979 (2023-09-03T06:29:39Z) 0x8946-0x894a (4) 0x8940| c0 40 31 2a | .@1* | position_lat: 59.333054423332214 (707870912) 0x894a-0x894e (4) 0x8940| cc ac| ..| position_long: 18.043258599936962 (215264460) 0x894e-0x8952 (4) 0x8950|d4 0c |.. | @@ -25888,9 +25888,9 @@ $ fq -d fit dv activity.fit 0x8950| 08 | . | reserved: false 0x895c.3-0x895c.4 (0.1) 0x8950| 08 | . | local_message_type: 8 0x895c.4-0x895d (0.4) | | | data_message{}: 0x895d-0x8993 (54) -0x8950| d3 db 56| ..V| timestamp: 1062656979 (s) 0x895d-0x8961 (4) +0x8950| d3 db 56| ..V| timestamp: 1062656979 (2023-09-03T06:29:39Z) 0x895d-0x8961 (4) 0x8960|3f |? | -0x8960| 4e db 56 3f | N.V? | start_time: 1062656846 0x8961-0x8965 (4) +0x8960| 4e db 56 3f | N.V? | start_time: 1062656846 (2023-09-03T06:27:26Z) 0x8961-0x8965 (4) 0x8960| 43 5d 32 2a | C]2* | start_position_lat: 59.339159382507205 (707943747) 0x8965-0x8969 (4) 0x8960| 51 89 d5 0c | Q... | start_position_long: 18.04799043573439 (215320913) 0x8969-0x896d (4) 0x8960| c0 40 31| .@1| end_position_lat: 59.333054423332214 (707870912) 0x896d-0x8971 (4) @@ -25921,7 +25921,7 @@ $ fq -d fit dv activity.fit 0x8990| 06 | . | reserved: false 0x8993.3-0x8993.4 (0.1) 0x8990| 06 | . | local_message_type: 6 0x8993.4-0x8994 (0.4) | | | data_message{}: 0x8994-0x89aa (22) -0x8990| d6 db 56 3f | ..V? | timestamp: 1062656982 (s) 0x8994-0x8998 (4) +0x8990| d6 db 56 3f | ..V? | timestamp: 1062656982 (2023-09-03T06:29:42Z) 0x8994-0x8998 (4) 0x8990| 66 43 31 2a | fC1* | position_lat: 59.33311125263572 (707871590) 0x8998-0x899c (4) 0x8990| 0c 9c d4 0c| ....| position_long: 18.042899183928967 (215260172) 0x899c-0x89a0 (4) 0x89a0|d7 de 30 00 |..0. | distance: 32027.75 (3202775) (m) 0x89a0-0x89a4 (4) @@ -25937,7 +25937,7 @@ $ fq -d fit dv activity.fit 0x89a0| 06 | . | reserved: false 0x89aa.3-0x89aa.4 (0.1) 0x89a0| 06 | . | local_message_type: 6 0x89aa.4-0x89ab (0.4) | | | data_message{}: 0x89ab-0x89c1 (22) -0x89a0| da db 56 3f | ..V? | timestamp: 1062656986 (s) 0x89ab-0x89af (4) +0x89a0| da db 56 3f | ..V? | timestamp: 1062656986 (2023-09-03T06:29:46Z) 0x89ab-0x89af (4) 0x89a0| 80| .| position_lat: 59.3331778049469 (707872384) 0x89af-0x89b3 (4) 0x89b0|46 31 2a |F1* | 0x89b0| 17 88 d4 0c | .... | position_long: 18.042470952495933 (215255063) 0x89b3-0x89b7 (4) @@ -25954,7 +25954,7 @@ $ fq -d fit dv activity.fit 0x89c0| 06 | . | reserved: false 0x89c1.3-0x89c1.4 (0.1) 0x89c0| 06 | . | local_message_type: 6 0x89c1.4-0x89c2 (0.4) | | | data_message{}: 0x89c2-0x89d8 (22) -0x89c0| de db 56 3f | ..V? | timestamp: 1062656990 (s) 0x89c2-0x89c6 (4) +0x89c0| de db 56 3f | ..V? | timestamp: 1062656990 (2023-09-03T06:29:50Z) 0x89c2-0x89c6 (4) 0x89c0| 76 49 31 2a | vI1* | position_lat: 59.33324133977294 (707873142) 0x89c6-0x89ca (4) 0x89c0| ea 73 d4 0c | .s.. | position_long: 18.042038027197123 (215249898) 0x89ca-0x89ce (4) 0x89c0| cb f2| ..| distance: 32078.83 (3207883) (m) 0x89ce-0x89d2 (4) @@ -25971,7 +25971,7 @@ $ fq -d fit dv activity.fit 0x89d0| 06 | . | reserved: false 0x89d8.3-0x89d8.4 (0.1) 0x89d0| 06 | . | local_message_type: 6 0x89d8.4-0x89d9 (0.4) | | | data_message{}: 0x89d9-0x89ef (22) -0x89d0| e2 db 56 3f | ..V? | timestamp: 1062656994 (s) 0x89d9-0x89dd (4) +0x89d0| e2 db 56 3f | ..V? | timestamp: 1062656994 (2023-09-03T06:29:54Z) 0x89d9-0x89dd (4) 0x89d0| 4e 4c 31| NL1| position_lat: 59.33330236002803 (707873870) 0x89dd-0x89e1 (4) 0x89e0|2a |* | 0x89e0| 86 5f d4 0c | ._.. | position_long: 18.041600491851568 (215244678) 0x89e1-0x89e5 (4) @@ -25988,7 +25988,7 @@ $ fq -d fit dv activity.fit 0x89e0| 06| .| reserved: false 0x89ef.3-0x89ef.4 (0.1) 0x89e0| 06| .| local_message_type: 6 0x89ef.4-0x89f0 (0.4) | | | data_message{}: 0x89f0-0x8a06 (22) -0x89f0|e6 db 56 3f |..V? | timestamp: 1062656998 (s) 0x89f0-0x89f4 (4) +0x89f0|e6 db 56 3f |..V? | timestamp: 1062656998 (2023-09-03T06:29:58Z) 0x89f0-0x89f4 (4) 0x89f0| 50 4f 31 2a | PO1* | position_lat: 59.33336690068245 (707874640) 0x89f4-0x89f8 (4) 0x89f0| 9b 4b d4 0c | .K.. | position_long: 18.04117309860885 (215239579) 0x89f8-0x89fc (4) 0x89f0| c9 06 31 00| ..1.| distance: 32130.01 (3213001) (m) 0x89fc-0x8a00 (4) @@ -26004,7 +26004,7 @@ $ fq -d fit dv activity.fit 0x8a00| 06 | . | reserved: false 0x8a06.3-0x8a06.4 (0.1) 0x8a00| 06 | . | local_message_type: 6 0x8a06.4-0x8a07 (0.4) | | | data_message{}: 0x8a07-0x8a1d (22) -0x8a00| ea db 56 3f | ..V? | timestamp: 1062657002 (s) 0x8a07-0x8a0b (4) +0x8a00| ea db 56 3f | ..V? | timestamp: 1062657002 (2023-09-03T06:30:02Z) 0x8a07-0x8a0b (4) 0x8a00| fd 51 31 2a | .Q1* | position_lat: 59.333424316719174 (707875325) 0x8a0b-0x8a0f (4) 0x8a00| 5e| ^| position_long: 18.040760289877653 (215234654) 0x8a0f-0x8a13 (4) 0x8a10|38 d4 0c |8.. | @@ -26021,7 +26021,7 @@ $ fq -d fit dv activity.fit 0x8a10| 06 | . | reserved: false 0x8a1d.3-0x8a1d.4 (0.1) 0x8a10| 06 | . | local_message_type: 6 0x8a1d.4-0x8a1e (0.4) | | | data_message{}: 0x8a1e-0x8a34 (22) -0x8a10| ee db| ..| timestamp: 1062657006 (s) 0x8a1e-0x8a22 (4) +0x8a10| ee db| ..| timestamp: 1062657006 (2023-09-03T06:30:06Z) 0x8a1e-0x8a22 (4) 0x8a20|56 3f |V? | 0x8a20| 7f 54 31 2a | .T1* | position_lat: 59.333478128537536 (707875967) 0x8a22-0x8a26 (4) 0x8a20| 4c 24 d4 0c | L$.. | position_long: 18.0403296276927 (215229516) 0x8a26-0x8a2a (4) @@ -26038,7 +26038,7 @@ $ fq -d fit dv activity.fit 0x8a30| 06 | . | reserved: false 0x8a34.3-0x8a34.4 (0.1) 0x8a30| 06 | . | local_message_type: 6 0x8a34.4-0x8a35 (0.4) | | | data_message{}: 0x8a35-0x8a4b (22) -0x8a30| f2 db 56 3f | ..V? | timestamp: 1062657010 (s) 0x8a35-0x8a39 (4) +0x8a30| f2 db 56 3f | ..V? | timestamp: 1062657010 (2023-09-03T06:30:10Z) 0x8a35-0x8a39 (4) 0x8a30| c3 56 31 2a | .V1* | position_lat: 59.33352674357593 (707876547) 0x8a39-0x8a3d (4) 0x8a30| 18 10 d4| ...| position_long: 18.039896115660667 (215224344) 0x8a3d-0x8a41 (4) 0x8a40|0c |. | @@ -26055,7 +26055,7 @@ $ fq -d fit dv activity.fit 0x8a40| 06 | . | reserved: false 0x8a4b.3-0x8a4b.4 (0.1) 0x8a40| 06 | . | local_message_type: 6 0x8a4b.4-0x8a4c (0.4) | | | data_message{}: 0x8a4c-0x8a62 (22) -0x8a40| f6 db 56 3f| ..V?| timestamp: 1062657014 (s) 0x8a4c-0x8a50 (4) +0x8a40| f6 db 56 3f| ..V?| timestamp: 1062657014 (2023-09-03T06:30:14Z) 0x8a4c-0x8a50 (4) 0x8a50|86 58 31 2a |.X1* | position_lat: 59.333564545959234 (707876998) 0x8a50-0x8a54 (4) 0x8a50| d6 fb d3 0c | .... | position_long: 18.03946143016219 (215219158) 0x8a54-0x8a58 (4) 0x8a50| c8 2d 31 00 | .-1. | distance: 32229.84 (3222984) (m) 0x8a58-0x8a5c (4) @@ -26071,7 +26071,7 @@ $ fq -d fit dv activity.fit 0x8a60| 06 | . | reserved: false 0x8a62.3-0x8a62.4 (0.1) 0x8a60| 06 | . | local_message_type: 6 0x8a62.4-0x8a63 (0.4) | | | data_message{}: 0x8a63-0x8a79 (22) -0x8a60| fa db 56 3f | ..V? | timestamp: 1062657018 (s) 0x8a63-0x8a67 (4) +0x8a60| fa db 56 3f | ..V? | timestamp: 1062657018 (2023-09-03T06:30:18Z) 0x8a63-0x8a67 (4) 0x8a60| 33 5b 31 2a | 3[1* | position_lat: 59.33362196199596 (707877683) 0x8a67-0x8a6b (4) 0x8a60| 15 e9 d3 0c | .... | position_long: 18.039059014990926 (215214357) 0x8a6b-0x8a6f (4) 0x8a60| 11| .| distance: 32253.61 (3225361) (m) 0x8a6f-0x8a73 (4) @@ -26088,7 +26088,7 @@ $ fq -d fit dv activity.fit 0x8a70| 06 | . | reserved: false 0x8a79.3-0x8a79.4 (0.1) 0x8a70| 06 | . | local_message_type: 6 0x8a79.4-0x8a7a (0.4) | | | data_message{}: 0x8a7a-0x8a90 (22) -0x8a70| fe db 56 3f | ..V? | timestamp: 1062657022 (s) 0x8a7a-0x8a7e (4) +0x8a70| fe db 56 3f | ..V? | timestamp: 1062657022 (2023-09-03T06:30:22Z) 0x8a7a-0x8a7e (4) 0x8a70| 09 5e| .^| position_lat: 59.333682814612985 (707878409) 0x8a7e-0x8a82 (4) 0x8a80|31 2a |1* | 0x8a80| f2 d6 d3 0c | .... | position_long: 18.03866984322667 (215209714) 0x8a82-0x8a86 (4) @@ -26105,7 +26105,7 @@ $ fq -d fit dv activity.fit 0x8a90|06 |. | reserved: false 0x8a90.3-0x8a90.4 (0.1) 0x8a90|06 |. | local_message_type: 6 0x8a90.4-0x8a91 (0.4) | | | data_message{}: 0x8a91-0x8aa7 (22) -0x8a90| 02 dc 56 3f | ..V? | timestamp: 1062657026 (s) 0x8a91-0x8a95 (4) +0x8a90| 02 dc 56 3f | ..V? | timestamp: 1062657026 (2023-09-03T06:30:26Z) 0x8a91-0x8a95 (4) 0x8a90| c4 60 31 2a | .`1* | position_lat: 59.333741404116154 (707879108) 0x8a95-0x8a99 (4) 0x8a90| ea c3 d3 0c | .... | position_long: 18.038261476904154 (215204842) 0x8a99-0x8a9d (4) 0x8a90| 89 49 31| .I1| distance: 32300.89 (3230089) (m) 0x8a9d-0x8aa1 (4) @@ -26122,7 +26122,7 @@ $ fq -d fit dv activity.fit 0x8aa0| 06 | . | reserved: false 0x8aa7.3-0x8aa7.4 (0.1) 0x8aa0| 06 | . | local_message_type: 6 0x8aa7.4-0x8aa8 (0.4) | | | data_message{}: 0x8aa8-0x8abe (22) -0x8aa0| 06 dc 56 3f | ..V? | timestamp: 1062657030 (s) 0x8aa8-0x8aac (4) +0x8aa0| 06 dc 56 3f | ..V? | timestamp: 1062657030 (2023-09-03T06:30:30Z) 0x8aa8-0x8aac (4) 0x8aa0| 4c 63 31 2a| Lc1*| position_lat: 59.333795718848705 (707879756) 0x8aac-0x8ab0 (4) 0x8ab0|d3 b0 d3 0c |.... | position_long: 18.03785185329616 (215199955) 0x8ab0-0x8ab4 (4) 0x8ab0| f1 52 31 00 | .R1. | distance: 32324.97 (3232497) (m) 0x8ab4-0x8ab8 (4) @@ -26138,7 +26138,7 @@ $ fq -d fit dv activity.fit 0x8ab0| 06 | . | reserved: false 0x8abe.3-0x8abe.4 (0.1) 0x8ab0| 06 | . | local_message_type: 6 0x8abe.4-0x8abf (0.4) | | | data_message{}: 0x8abf-0x8ad5 (22) -0x8ab0| 0a| .| timestamp: 1062657034 (s) 0x8abf-0x8ac3 (4) +0x8ab0| 0a| .| timestamp: 1062657034 (2023-09-03T06:30:34Z) 0x8abf-0x8ac3 (4) 0x8ac0|dc 56 3f |.V? | 0x8ac0| f1 65 31 2a | .e1* | position_lat: 59.33385246433318 (707880433) 0x8ac3-0x8ac7 (4) 0x8ac0| b7 9d d3 0c | .... | position_long: 18.03744181059301 (215195063) 0x8ac7-0x8acb (4) @@ -26156,7 +26156,7 @@ $ fq -d fit dv activity.fit 0x8ad0| 06 | . | reserved: false 0x8ad5.3-0x8ad5.4 (0.1) 0x8ad0| 06 | . | local_message_type: 6 0x8ad5.4-0x8ad6 (0.4) | | | data_message{}: 0x8ad6-0x8aec (22) -0x8ad0| 0e dc 56 3f | ..V? | timestamp: 1062657038 (s) 0x8ad6-0x8ada (4) +0x8ad0| 0e dc 56 3f | ..V? | timestamp: 1062657038 (2023-09-03T06:30:38Z) 0x8ad6-0x8ada (4) 0x8ad0| 52 68 31 2a | Rh1* | position_lat: 59.33390351012349 (707881042) 0x8ada-0x8ade (4) 0x8ad0| b4 8a| ..| position_long: 18.03703386336565 (215190196) 0x8ade-0x8ae2 (4) 0x8ae0|d3 0c |.. | @@ -26173,7 +26173,7 @@ $ fq -d fit dv activity.fit 0x8ae0| 06 | . | reserved: false 0x8aec.3-0x8aec.4 (0.1) 0x8ae0| 06 | . | local_message_type: 6 0x8aec.4-0x8aed (0.4) | | | data_message{}: 0x8aed-0x8b03 (22) -0x8ae0| 12 dc 56| ..V| timestamp: 1062657042 (s) 0x8aed-0x8af1 (4) +0x8ae0| 12 dc 56| ..V| timestamp: 1062657042 (2023-09-03T06:30:42Z) 0x8aed-0x8af1 (4) 0x8af0|3f |? | 0x8af0| 98 6a 31 2a | .j1* | position_lat: 59.33395229279995 (707881624) 0x8af1-0x8af5 (4) 0x8af0| ed 77 d3 0c | .w.. | position_long: 18.036630945280194 (215185389) 0x8af5-0x8af9 (4) @@ -26191,7 +26191,7 @@ $ fq -d fit dv activity.fit 0x8b00| 06 | . | reserved: false 0x8b03.3-0x8b03.4 (0.1) 0x8b00| 06 | . | local_message_type: 6 0x8b03.4-0x8b04 (0.4) | | | data_message{}: 0x8b04-0x8b1a (22) -0x8b00| 16 dc 56 3f | ..V? | timestamp: 1062657046 (s) 0x8b04-0x8b08 (4) +0x8b00| 16 dc 56 3f | ..V? | timestamp: 1062657046 (2023-09-03T06:30:46Z) 0x8b04-0x8b08 (4) 0x8b00| d5 6c 31 2a | .l1* | position_lat: 59.33400032110512 (707882197) 0x8b08-0x8b0c (4) 0x8b00| 49 65 d3 0c| Ie..| position_long: 18.03623096086085 (215180617) 0x8b0c-0x8b10 (4) 0x8b10|13 78 31 00 |.x1. | distance: 32420.03 (3242003) (m) 0x8b10-0x8b14 (4) @@ -26207,7 +26207,7 @@ $ fq -d fit dv activity.fit 0x8b10| 06 | . | reserved: false 0x8b1a.3-0x8b1a.4 (0.1) 0x8b10| 06 | . | local_message_type: 6 0x8b1a.4-0x8b1b (0.4) | | | data_message{}: 0x8b1b-0x8b31 (22) -0x8b10| 1a dc 56 3f | ..V? | timestamp: 1062657050 (s) 0x8b1b-0x8b1f (4) +0x8b10| 1a dc 56 3f | ..V? | timestamp: 1062657050 (2023-09-03T06:30:50Z) 0x8b1b-0x8b1f (4) 0x8b10| 49| I| position_lat: 59.33405295945704 (707882825) 0x8b1f-0x8b23 (4) 0x8b20|6f 31 2a |o1* | 0x8b20| cf 54 d3 0c | .T.. | position_long: 18.035877412185073 (215176399) 0x8b23-0x8b27 (4) @@ -26235,7 +26235,7 @@ $ fq -d fit dv activity.fit 0x8b30| 06 | . | reserved: false 0x8b39.3-0x8b39.4 (0.1) 0x8b30| 06 | . | local_message_type: 6 0x8b39.4-0x8b3a (0.4) | | | data_message{}: 0x8b3a-0x8b50 (22) -0x8b30| 1e dc 56 3f | ..V? | timestamp: 1062657054 (s) 0x8b3a-0x8b3e (4) +0x8b30| 1e dc 56 3f | ..V? | timestamp: 1062657054 (2023-09-03T06:30:54Z) 0x8b3a-0x8b3e (4) 0x8b30| 95 70| .p| position_lat: 59.33408078737557 (707883157) 0x8b3e-0x8b42 (4) 0x8b40|31 2a |1* | 0x8b40| 1b 49 d3 0c | .I.. | position_long: 18.035626290366054 (215173403) 0x8b42-0x8b46 (4) @@ -26252,7 +26252,7 @@ $ fq -d fit dv activity.fit 0x8b50|06 |. | reserved: false 0x8b50.3-0x8b50.4 (0.1) 0x8b50|06 |. | local_message_type: 6 0x8b50.4-0x8b51 (0.4) | | | data_message{}: 0x8b51-0x8b67 (22) -0x8b50| 22 dc 56 3f | ".V? | timestamp: 1062657058 (s) 0x8b51-0x8b55 (4) +0x8b50| 22 dc 56 3f | ".V? | timestamp: 1062657058 (2023-09-03T06:30:58Z) 0x8b51-0x8b55 (4) 0x8b50| d3 79 31 2a | .y1* | position_lat: 59.33427910320461 (707885523) 0x8b55-0x8b59 (4) 0x8b50| b6 4d d3 0c | .M.. | position_long: 18.035725113004446 (215174582) 0x8b59-0x8b5d (4) 0x8b50| 68 8e 31| h.1| distance: 32477.2 (3247720) (m) 0x8b5d-0x8b61 (4) @@ -26269,7 +26269,7 @@ $ fq -d fit dv activity.fit 0x8b60| 06 | . | reserved: false 0x8b67.3-0x8b67.4 (0.1) 0x8b60| 06 | . | local_message_type: 6 0x8b67.4-0x8b68 (0.4) | | | data_message{}: 0x8b68-0x8b7e (22) -0x8b60| 23 dc 56 3f | #.V? | timestamp: 1062657059 (s) 0x8b68-0x8b6c (4) +0x8b60| 23 dc 56 3f | #.V? | timestamp: 1062657059 (2023-09-03T06:30:59Z) 0x8b68-0x8b6c (4) 0x8b60| 97 7c 31 2a| .|1*| position_lat: 59.33433844707906 (707886231) 0x8b6c-0x8b70 (4) 0x8b70|7e 4f d3 0c |~O.. | position_long: 18.03576333448291 (215175038) 0x8b70-0x8b74 (4) 0x8b70| 20 91 31 00 | .1. | distance: 32484.16 (3248416) (m) 0x8b74-0x8b78 (4) @@ -26285,7 +26285,7 @@ $ fq -d fit dv activity.fit 0x8b70| 06 | . | reserved: false 0x8b7e.3-0x8b7e.4 (0.1) 0x8b70| 06 | . | local_message_type: 6 0x8b7e.4-0x8b7f (0.4) | | | data_message{}: 0x8b7f-0x8b95 (22) -0x8b70| 26| &| timestamp: 1062657062 (s) 0x8b7f-0x8b83 (4) +0x8b70| 26| &| timestamp: 1062657062 (2023-09-03T06:31:02Z) 0x8b7f-0x8b83 (4) 0x8b80|dc 56 3f |.V? | 0x8b80| 47 86 31 2a | G.1* | position_lat: 59.33454631827772 (707888711) 0x8b83-0x8b87 (4) 0x8b80| 1f 54 d3 0c | .T.. | position_long: 18.03586266003549 (215176223) 0x8b87-0x8b8b (4) @@ -26303,7 +26303,7 @@ $ fq -d fit dv activity.fit 0x8b90| 06 | . | reserved: false 0x8b95.3-0x8b95.4 (0.1) 0x8b90| 06 | . | local_message_type: 6 0x8b95.4-0x8b96 (0.4) | | | data_message{}: 0x8b96-0x8bac (22) -0x8b90| 29 dc 56 3f | ).V? | timestamp: 1062657065 (s) 0x8b96-0x8b9a (4) +0x8b90| 29 dc 56 3f | ).V? | timestamp: 1062657065 (2023-09-03T06:31:05Z) 0x8b96-0x8b9a (4) 0x8b90| 95 91 31 2a | ..1* | position_lat: 59.3347888905555 (707891605) 0x8b9a-0x8b9e (4) 0x8b90| bc 59| .Y| position_long: 18.035983107984066 (215177660) 0x8b9e-0x8ba2 (4) 0x8ba0|d3 0c |.. | @@ -26320,7 +26320,7 @@ $ fq -d fit dv activity.fit 0x8ba0| 06 | . | reserved: false 0x8bac.3-0x8bac.4 (0.1) 0x8ba0| 06 | . | local_message_type: 6 0x8bac.4-0x8bad (0.4) | | | data_message{}: 0x8bad-0x8bc3 (22) -0x8ba0| 2b dc 56| +.V| timestamp: 1062657067 (s) 0x8bad-0x8bb1 (4) +0x8ba0| 2b dc 56| +.V| timestamp: 1062657067 (2023-09-03T06:31:07Z) 0x8bad-0x8bb1 (4) 0x8bb0|3f |? | 0x8bb0| cf 99 31 2a | ..1* | position_lat: 59.334965413436294 (707893711) 0x8bb1-0x8bb5 (4) 0x8bb0| 01 5f d3 0c | ._.. | position_long: 18.03609617985785 (215179009) 0x8bb5-0x8bb9 (4) @@ -26338,7 +26338,7 @@ $ fq -d fit dv activity.fit 0x8bc0| 06 | . | reserved: false 0x8bc3.3-0x8bc3.4 (0.1) 0x8bc0| 06 | . | local_message_type: 6 0x8bc3.4-0x8bc4 (0.4) | | | data_message{}: 0x8bc4-0x8bda (22) -0x8bc0| 2d dc 56 3f | -.V? | timestamp: 1062657069 (s) 0x8bc4-0x8bc8 (4) +0x8bc0| 2d dc 56 3f | -.V? | timestamp: 1062657069 (2023-09-03T06:31:09Z) 0x8bc4-0x8bc8 (4) 0x8bc0| 2f a2 31 2a | /.1* | position_lat: 59.33514512144029 (707895855) 0x8bc8-0x8bcc (4) 0x8bc0| 2a 63 d3 0c| *c..| position_long: 18.036185447126627 (215180074) 0x8bcc-0x8bd0 (4) 0x8bd0|71 b5 31 00 |q.1. | distance: 32577.13 (3257713) (m) 0x8bd0-0x8bd4 (4) @@ -26354,7 +26354,7 @@ $ fq -d fit dv activity.fit 0x8bd0| 06 | . | reserved: false 0x8bda.3-0x8bda.4 (0.1) 0x8bd0| 06 | . | local_message_type: 6 0x8bda.4-0x8bdb (0.4) | | | data_message{}: 0x8bdb-0x8bf1 (22) -0x8bd0| 2f dc 56 3f | /.V? | timestamp: 1062657071 (s) 0x8bdb-0x8bdf (4) +0x8bd0| 2f dc 56 3f | /.V? | timestamp: 1062657071 (2023-09-03T06:31:11Z) 0x8bdb-0x8bdf (4) 0x8bd0| 33| 3| position_lat: 59.33533857576549 (707898163) 0x8bdf-0x8be3 (4) 0x8be0|ab 31 2a |.1* | 0x8be0| 71 67 d3 0c | qg.. | position_long: 18.036277228966355 (215181169) 0x8be3-0x8be7 (4) @@ -26371,7 +26371,7 @@ $ fq -d fit dv activity.fit 0x8bf0| 06 | . | reserved: false 0x8bf1.3-0x8bf1.4 (0.1) 0x8bf0| 06 | . | local_message_type: 6 0x8bf1.4-0x8bf2 (0.4) | | | data_message{}: 0x8bf2-0x8c08 (22) -0x8bf0| 31 dc 56 3f | 1.V? | timestamp: 1062657073 (s) 0x8bf2-0x8bf6 (4) +0x8bf0| 31 dc 56 3f | 1.V? | timestamp: 1062657073 (2023-09-03T06:31:13Z) 0x8bf2-0x8bf6 (4) 0x8bf0| 81 b4 31 2a | ..1* | position_lat: 59.33553823269904 (707900545) 0x8bf6-0x8bfa (4) 0x8bf0| c6 6b d3 0c | .k.. | position_long: 18.036370184272528 (215182278) 0x8bfa-0x8bfe (4) 0x8bf0| 08 c7| ..| distance: 32622.16 (3262216) (m) 0x8bfe-0x8c02 (4) @@ -26388,7 +26388,7 @@ $ fq -d fit dv activity.fit 0x8c00| 06 | . | reserved: false 0x8c08.3-0x8c08.4 (0.1) 0x8c00| 06 | . | local_message_type: 6 0x8c08.4-0x8c09 (0.4) | | | data_message{}: 0x8c09-0x8c1f (22) -0x8c00| 33 dc 56 3f | 3.V? | timestamp: 1062657075 (s) 0x8c09-0x8c0d (4) +0x8c00| 33 dc 56 3f | 3.V? | timestamp: 1062657075 (2023-09-03T06:31:15Z) 0x8c09-0x8c0d (4) 0x8c00| 05 bd 31| ..1| position_lat: 59.335720958188176 (707902725) 0x8c0d-0x8c11 (4) 0x8c10|2a |* | 0x8c10| d2 6f d3 0c | .o.. | position_long: 18.036457020789385 (215183314) 0x8c11-0x8c15 (4) @@ -26405,7 +26405,7 @@ $ fq -d fit dv activity.fit 0x8c10| 06| .| reserved: false 0x8c1f.3-0x8c1f.4 (0.1) 0x8c10| 06| .| local_message_type: 6 0x8c1f.4-0x8c20 (0.4) | | | data_message{}: 0x8c20-0x8c36 (22) -0x8c20|36 dc 56 3f |6.V? | timestamp: 1062657078 (s) 0x8c20-0x8c24 (4) +0x8c20|36 dc 56 3f |6.V? | timestamp: 1062657078 (2023-09-03T06:31:18Z) 0x8c20-0x8c24 (4) 0x8c20| 04 c8 31 2a | ..1* | position_lat: 59.335956908762455 (707905540) 0x8c24-0x8c28 (4) 0x8c20| 6a 74 d3 0c | jt.. | position_long: 18.036555591970682 (215184490) 0x8c28-0x8c2c (4) 0x8c20| b7 d9 31 00| ..1.| distance: 32669.99 (3266999) (m) 0x8c2c-0x8c30 (4) @@ -26421,7 +26421,7 @@ $ fq -d fit dv activity.fit 0x8c30| 06 | . | reserved: false 0x8c36.3-0x8c36.4 (0.1) 0x8c30| 06 | . | local_message_type: 6 0x8c36.4-0x8c37 (0.4) | | | data_message{}: 0x8c37-0x8c4d (22) -0x8c30| 39 dc 56 3f | 9.V? | timestamp: 1062657081 (s) 0x8c37-0x8c3b (4) +0x8c30| 39 dc 56 3f | 9.V? | timestamp: 1062657081 (2023-09-03T06:31:21Z) 0x8c37-0x8c3b (4) 0x8c30| a6 d1 31 2a | ..1* | position_lat: 59.336163606494665 (707908006) 0x8c3b-0x8c3f (4) 0x8c30| 7b| {| position_long: 18.036642847582698 (215185531) 0x8c3f-0x8c43 (4) 0x8c40|78 d3 0c |x.. | @@ -26438,7 +26438,7 @@ $ fq -d fit dv activity.fit 0x8c40| 06 | . | reserved: false 0x8c4d.3-0x8c4d.4 (0.1) 0x8c40| 06 | . | local_message_type: 6 0x8c4d.4-0x8c4e (0.4) | | | data_message{}: 0x8c4e-0x8c64 (22) -0x8c40| 3b dc| ;.| timestamp: 1062657083 (s) 0x8c4e-0x8c52 (4) +0x8c40| 3b dc| ;.| timestamp: 1062657083 (2023-09-03T06:31:23Z) 0x8c4e-0x8c52 (4) 0x8c50|56 3f |V? | 0x8c50| b7 d7 31 2a | ..1* | position_lat: 59.33629377745092 (707909559) 0x8c52-0x8c56 (4) 0x8c50| 01 79 d3 0c | .y.. | position_long: 18.036654079332948 (215185665) 0x8c56-0x8c5a (4) @@ -26455,7 +26455,7 @@ $ fq -d fit dv activity.fit 0x8c60| 06 | . | reserved: false 0x8c64.3-0x8c64.4 (0.1) 0x8c60| 06 | . | local_message_type: 6 0x8c64.4-0x8c65 (0.4) | | | data_message{}: 0x8c65-0x8c7b (22) -0x8c60| 3e dc 56 3f | >.V? | timestamp: 1062657086 (s) 0x8c65-0x8c69 (4) +0x8c60| 3e dc 56 3f | >.V? | timestamp: 1062657086 (2023-09-03T06:31:26Z) 0x8c65-0x8c69 (4) 0x8c60| 88 de 31 2a | ..1* | position_lat: 59.33644004166126 (707911304) 0x8c69-0x8c6d (4) 0x8c60| b8 6a d3| .j.| position_long: 18.036347553133965 (215182008) 0x8c6d-0x8c71 (4) 0x8c70|0c |. | @@ -26472,7 +26472,7 @@ $ fq -d fit dv activity.fit 0x8c70| 06 | . | reserved: false 0x8c7b.3-0x8c7b.4 (0.1) 0x8c70| 06 | . | local_message_type: 6 0x8c7b.4-0x8c7c (0.4) | | | data_message{}: 0x8c7c-0x8c92 (22) -0x8c70| 40 dc 56 3f| @.V?| timestamp: 1062657088 (s) 0x8c7c-0x8c80 (4) +0x8c70| 40 dc 56 3f| @.V?| timestamp: 1062657088 (2023-09-03T06:31:28Z) 0x8c7c-0x8c80 (4) 0x8c80|68 e0 31 2a |h.1* | position_lat: 59.336480274796486 (707911784) 0x8c80-0x8c84 (4) 0x8c80| f1 5d d3 0c | .].. | position_long: 18.036073381081223 (215178737) 0x8c84-0x8c88 (4) 0x8c80| b2 f8 31 00 | ..1. | distance: 32749.3 (3274930) (m) 0x8c88-0x8c8c (4) @@ -26488,7 +26488,7 @@ $ fq -d fit dv activity.fit 0x8c90| 06 | . | reserved: false 0x8c92.3-0x8c92.4 (0.1) 0x8c90| 06 | . | local_message_type: 6 0x8c92.4-0x8c93 (0.4) | | | data_message{}: 0x8c93-0x8ca9 (22) -0x8c90| 43 dc 56 3f | C.V? | timestamp: 1062657091 (s) 0x8c93-0x8c97 (4) +0x8c90| 43 dc 56 3f | C.V? | timestamp: 1062657091 (2023-09-03T06:31:31Z) 0x8c93-0x8c97 (4) 0x8c90| a9 e3 31 2a | ..1* | position_lat: 59.336550096049905 (707912617) 0x8c97-0x8c9b (4) 0x8c90| 58 4a d3 0c | XJ.. | position_long: 18.035652860999107 (215173720) 0x8c9b-0x8c9f (4) 0x8c90| 82| .| distance: 32774.42 (3277442) (m) 0x8c9f-0x8ca3 (4) @@ -26505,7 +26505,7 @@ $ fq -d fit dv activity.fit 0x8ca0| 06 | . | reserved: false 0x8ca9.3-0x8ca9.4 (0.1) 0x8ca0| 06 | . | local_message_type: 6 0x8ca9.4-0x8caa (0.4) | | | data_message{}: 0x8caa-0x8cc0 (22) -0x8ca0| 46 dc 56 3f | F.V? | timestamp: 1062657094 (s) 0x8caa-0x8cae (4) +0x8ca0| 46 dc 56 3f | F.V? | timestamp: 1062657094 (2023-09-03T06:31:34Z) 0x8caa-0x8cae (4) 0x8ca0| 3b e6| ;.| position_lat: 59.33660524897277 (707913275) 0x8cae-0x8cb2 (4) 0x8cb0|31 2a |1* | 0x8cb0| 72 38 d3 0c | r8.. | position_long: 18.035268802195787 (215169138) 0x8cb2-0x8cb6 (4) @@ -26522,7 +26522,7 @@ $ fq -d fit dv activity.fit 0x8cc0|06 |. | reserved: false 0x8cc0.3-0x8cc0.4 (0.1) 0x8cc0|06 |. | local_message_type: 6 0x8cc0.4-0x8cc1 (0.4) | | | data_message{}: 0x8cc1-0x8cd7 (22) -0x8cc0| 49 dc 56 3f | I.V? | timestamp: 1062657097 (s) 0x8cc1-0x8cc5 (4) +0x8cc0| 49 dc 56 3f | I.V? | timestamp: 1062657097 (2023-09-03T06:31:37Z) 0x8cc1-0x8cc5 (4) 0x8cc0| 15 e9 31 2a | ..1* | position_lat: 59.336666436865926 (707914005) 0x8cc5-0x8cc9 (4) 0x8cc0| 32 28 d3 0c | 2(.. | position_long: 18.03492011502385 (215164978) 0x8cc9-0x8ccd (4) 0x8cc0| 94 13 32| ..2| distance: 32818.12 (3281812) (m) 0x8ccd-0x8cd1 (4) @@ -26539,7 +26539,7 @@ $ fq -d fit dv activity.fit 0x8cd0| 06 | . | reserved: false 0x8cd7.3-0x8cd7.4 (0.1) 0x8cd0| 06 | . | local_message_type: 6 0x8cd7.4-0x8cd8 (0.4) | | | data_message{}: 0x8cd8-0x8cee (22) -0x8cd0| 4c dc 56 3f | L.V? | timestamp: 1062657100 (s) 0x8cd8-0x8cdc (4) +0x8cd0| 4c dc 56 3f | L.V? | timestamp: 1062657100 (2023-09-03T06:31:40Z) 0x8cd8-0x8cdc (4) 0x8cd0| ad eb 31 2a| ..1*| position_lat: 59.336722092702985 (707914669) 0x8cdc-0x8ce0 (4) 0x8ce0|23 18 d3 0c |#... | position_long: 18.03457553498447 (215160867) 0x8ce0-0x8ce4 (4) 0x8ce0| 9b 1b 32 00 | ..2. | distance: 32838.67 (3283867) (m) 0x8ce4-0x8ce8 (4) @@ -26555,7 +26555,7 @@ $ fq -d fit dv activity.fit 0x8ce0| 06 | . | reserved: false 0x8cee.3-0x8cee.4 (0.1) 0x8ce0| 06 | . | local_message_type: 6 0x8cee.4-0x8cef (0.4) | | | data_message{}: 0x8cef-0x8d05 (22) -0x8ce0| 4f| O| timestamp: 1062657103 (s) 0x8cef-0x8cf3 (4) +0x8ce0| 4f| O| timestamp: 1062657103 (2023-09-03T06:31:43Z) 0x8cef-0x8cf3 (4) 0x8cf0|dc 56 3f |.V? | 0x8cf0| cd ee 31 2a | ..1* | position_lat: 59.33678914792836 (707915469) 0x8cf3-0x8cf7 (4) 0x8cf0| 82 07 d3 0c | .... | position_long: 18.034218717366457 (215156610) 0x8cf7-0x8cfb (4) @@ -26573,7 +26573,7 @@ $ fq -d fit dv activity.fit 0x8d00| 06 | . | reserved: false 0x8d05.3-0x8d05.4 (0.1) 0x8d00| 06 | . | local_message_type: 6 0x8d05.4-0x8d06 (0.4) | | | data_message{}: 0x8d06-0x8d1c (22) -0x8d00| 53 dc 56 3f | S.V? | timestamp: 1062657107 (s) 0x8d06-0x8d0a (4) +0x8d00| 53 dc 56 3f | S.V? | timestamp: 1062657107 (2023-09-03T06:31:47Z) 0x8d06-0x8d0a (4) 0x8d00| 3a f2 31 2a | :.1* | position_lat: 59.33686265721917 (707916346) 0x8d0a-0x8d0e (4) 0x8d00| c9 f3| ..| position_long: 18.033795515075326 (215151561) 0x8d0e-0x8d12 (4) 0x8d10|d2 0c |.. | @@ -26590,7 +26590,7 @@ $ fq -d fit dv activity.fit 0x8d10| 06 | . | reserved: false 0x8d1c.3-0x8d1c.4 (0.1) 0x8d10| 06 | . | local_message_type: 6 0x8d1c.4-0x8d1d (0.4) | | | data_message{}: 0x8d1d-0x8d33 (22) -0x8d10| 57 dc 56| W.V| timestamp: 1062657111 (s) 0x8d1d-0x8d21 (4) +0x8d10| 57 dc 56| W.V| timestamp: 1062657111 (2023-09-03T06:31:51Z) 0x8d1d-0x8d21 (4) 0x8d20|3f |? | 0x8d20| 3b f5 31 2a | ;.1* | position_lat: 59.33692711405456 (707917115) 0x8d21-0x8d25 (4) 0x8d20| 14 e0 d2 0c | .... | position_long: 18.033372648060322 (215146516) 0x8d25-0x8d29 (4) @@ -26608,7 +26608,7 @@ $ fq -d fit dv activity.fit 0x8d30| 06 | . | reserved: false 0x8d33.3-0x8d33.4 (0.1) 0x8d30| 06 | . | local_message_type: 6 0x8d33.4-0x8d34 (0.4) | | | data_message{}: 0x8d34-0x8d4a (22) -0x8d30| 5b dc 56 3f | [.V? | timestamp: 1062657115 (s) 0x8d34-0x8d38 (4) +0x8d30| 5b dc 56 3f | [.V? | timestamp: 1062657115 (2023-09-03T06:31:55Z) 0x8d34-0x8d38 (4) 0x8d30| 74 f8 31 2a | t.1* | position_lat: 59.336996264755726 (707917940) 0x8d38-0x8d3c (4) 0x8d30| 3a cd d2 0c| :...| position_long: 18.032968137413263 (215141690) 0x8d3c-0x8d40 (4) 0x8d40|47 41 32 00 |GA2. | distance: 32935.11 (3293511) (m) 0x8d40-0x8d44 (4) @@ -26624,7 +26624,7 @@ $ fq -d fit dv activity.fit 0x8d40| 06 | . | reserved: false 0x8d4a.3-0x8d4a.4 (0.1) 0x8d40| 06 | . | local_message_type: 6 0x8d4a.4-0x8d4b (0.4) | | | data_message{}: 0x8d4b-0x8d61 (22) -0x8d40| 5f dc 56 3f | _.V? | timestamp: 1062657119 (s) 0x8d4b-0x8d4f (4) +0x8d40| 5f dc 56 3f | _.V? | timestamp: 1062657119 (2023-09-03T06:31:59Z) 0x8d4b-0x8d4f (4) 0x8d40| a4| .| position_lat: 59.337064661085606 (707918756) 0x8d4f-0x8d53 (4) 0x8d50|fb 31 2a |.1* | 0x8d50| 38 ba d2 0c | 8... | position_long: 18.032560274004936 (215136824) 0x8d53-0x8d57 (4) @@ -26641,7 +26641,7 @@ $ fq -d fit dv activity.fit 0x8d60| 06 | . | reserved: false 0x8d61.3-0x8d61.4 (0.1) 0x8d60| 06 | . | local_message_type: 6 0x8d61.4-0x8d62 (0.4) | | | data_message{}: 0x8d62-0x8d78 (22) -0x8d60| 63 dc 56 3f | c.V? | timestamp: 1062657123 (s) 0x8d62-0x8d66 (4) +0x8d60| 63 dc 56 3f | c.V? | timestamp: 1062657123 (2023-09-03T06:32:03Z) 0x8d62-0x8d66 (4) 0x8d60| ad ff 31 2a | ..1* | position_lat: 59.33715124614537 (707919789) 0x8d66-0x8d6a (4) 0x8d60| fa a5 d2 0c | .... | position_long: 18.032125923782587 (215131642) 0x8d6a-0x8d6e (4) 0x8d60| 29 55| )U| distance: 32986.01 (3298601) (m) 0x8d6e-0x8d72 (4) @@ -26658,7 +26658,7 @@ $ fq -d fit dv activity.fit 0x8d70| 06 | . | reserved: false 0x8d78.3-0x8d78.4 (0.1) 0x8d70| 06 | . | local_message_type: 6 0x8d78.4-0x8d79 (0.4) | | | data_message{}: 0x8d79-0x8d8f (22) -0x8d70| 66 dc 56 3f | f.V? | timestamp: 1062657126 (s) 0x8d79-0x8d7d (4) +0x8d70| 66 dc 56 3f | f.V? | timestamp: 1062657126 (2023-09-03T06:32:06Z) 0x8d79-0x8d7d (4) 0x8d70| 46 02 32| F.2| position_lat: 59.33720698580146 (707920454) 0x8d7d-0x8d81 (4) 0x8d80|2a |* | 0x8d80| 28 97 d2 0c | (... | position_long: 18.03180791437626 (215127848) 0x8d81-0x8d85 (4) @@ -26675,8 +26675,8 @@ $ fq -d fit dv activity.fit 0x8d80| 08| .| reserved: false 0x8d8f.3-0x8d8f.4 (0.1) 0x8d80| 08| .| local_message_type: 8 0x8d8f.4-0x8d90 (0.4) | | | data_message{}: 0x8d90-0x8dc6 (54) -0x8d90|66 dc 56 3f |f.V? | timestamp: 1062657126 (s) 0x8d90-0x8d94 (4) -0x8d90| d4 db 56 3f | ..V? | start_time: 1062656980 0x8d94-0x8d98 (4) +0x8d90|66 dc 56 3f |f.V? | timestamp: 1062657126 (2023-09-03T06:32:06Z) 0x8d90-0x8d94 (4) +0x8d90| d4 db 56 3f | ..V? | start_time: 1062656980 (2023-09-03T06:29:40Z) 0x8d94-0x8d98 (4) 0x8d90| 86 41 31 2a | .A1* | start_position_lat: 59.333071019500494 (707871110) 0x8d98-0x8d9c (4) 0x8d90| 00 a7 d4 0c| ....| start_position_long: 18.043134212493896 (215262976) 0x8d9c-0x8da0 (4) 0x8da0|46 02 32 2a |F.2* | end_position_lat: 59.33720698580146 (707920454) 0x8da0-0x8da4 (4) @@ -26705,7 +26705,7 @@ $ fq -d fit dv activity.fit 0x8dc0| 06 | . | reserved: false 0x8dc6.3-0x8dc6.4 (0.1) 0x8dc0| 06 | . | local_message_type: 6 0x8dc6.4-0x8dc7 (0.4) | | | data_message{}: 0x8dc7-0x8ddd (22) -0x8dc0| 6a dc 56 3f | j.V? | timestamp: 1062657130 (s) 0x8dc7-0x8dcb (4) +0x8dc0| 6a dc 56 3f | j.V? | timestamp: 1062657130 (2023-09-03T06:32:10Z) 0x8dc7-0x8dcb (4) 0x8dc0| e9 04 32 2a | ..2* | position_lat: 59.337263563647866 (707921129) 0x8dcb-0x8dcf (4) 0x8dc0| 9b| .| position_long: 18.031366942450404 (215122587) 0x8dcf-0x8dd3 (4) 0x8dd0|82 d2 0c |... | @@ -26722,7 +26722,7 @@ $ fq -d fit dv activity.fit 0x8dd0| 06 | . | reserved: false 0x8ddd.3-0x8ddd.4 (0.1) 0x8dd0| 06 | . | local_message_type: 6 0x8ddd.4-0x8dde (0.4) | | | data_message{}: 0x8dde-0x8df4 (22) -0x8dd0| 6d dc| m.| timestamp: 1062657133 (s) 0x8dde-0x8de2 (4) +0x8dd0| 6d dc| m.| timestamp: 1062657133 (2023-09-03T06:32:13Z) 0x8dde-0x8de2 (4) 0x8de0|56 3f |V? | 0x8de0| 9e 07 32 2a | ..2* | position_lat: 59.337321650236845 (707921822) 0x8de2-0x8de6 (4) 0x8de0| 4d 71 d2 0c | Mq.. | position_long: 18.030995624139905 (215118157) 0x8de6-0x8dea (4) @@ -26739,7 +26739,7 @@ $ fq -d fit dv activity.fit 0x8df0| 06 | . | reserved: false 0x8df4.3-0x8df4.4 (0.1) 0x8df0| 06 | . | local_message_type: 6 0x8df4.4-0x8df5 (0.4) | | | data_message{}: 0x8df5-0x8e0b (22) -0x8df0| 70 dc 56 3f | p.V? | timestamp: 1062657136 (s) 0x8df5-0x8df9 (4) +0x8df0| 70 dc 56 3f | p.V? | timestamp: 1062657136 (2023-09-03T06:32:16Z) 0x8df5-0x8df9 (4) 0x8df0| 09 0b 32 2a | ..2* | position_lat: 59.337394991889596 (707922697) 0x8df9-0x8dfd (4) 0x8df0| 7c 60 d2| |`.| position_long: 18.03063478320837 (215113852) 0x8dfd-0x8e01 (4) 0x8e00|0c |. | @@ -26756,7 +26756,7 @@ $ fq -d fit dv activity.fit 0x8e00| 06 | . | reserved: false 0x8e0b.3-0x8e0b.4 (0.1) 0x8e00| 06 | . | local_message_type: 6 0x8e0b.4-0x8e0c (0.4) | | | data_message{}: 0x8e0c-0x8e22 (22) -0x8e00| 73 dc 56 3f| s.V?| timestamp: 1062657139 (s) 0x8e0c-0x8e10 (4) +0x8e00| 73 dc 56 3f| s.V?| timestamp: 1062657139 (2023-09-03T06:32:19Z) 0x8e0c-0x8e10 (4) 0x8e10|5f 0e 32 2a |_.2* | position_lat: 59.33746657334268 (707923551) 0x8e10-0x8e14 (4) 0x8e10| b2 4f d2 0c | .O.. | position_long: 18.030274529010057 (215109554) 0x8e14-0x8e18 (4) 0x8e10| 9e 80 32 00 | ..2. | distance: 33097.26 (3309726) (m) 0x8e18-0x8e1c (4) @@ -26772,7 +26772,7 @@ $ fq -d fit dv activity.fit 0x8e20| 06 | . | reserved: false 0x8e22.3-0x8e22.4 (0.1) 0x8e20| 06 | . | local_message_type: 6 0x8e22.4-0x8e23 (0.4) | | | data_message{}: 0x8e23-0x8e39 (22) -0x8e20| 76 dc 56 3f | v.V? | timestamp: 1062657142 (s) 0x8e23-0x8e27 (4) +0x8e20| 76 dc 56 3f | v.V? | timestamp: 1062657142 (2023-09-03T06:32:22Z) 0x8e23-0x8e27 (4) 0x8e20| 49 11 32 2a | I.2* | position_lat: 59.33752910234034 (707924297) 0x8e27-0x8e2b (4) 0x8e20| f4 3e d2 0c | .>.. | position_long: 18.029915280640125 (215105268) 0x8e2b-0x8e2f (4) 0x8e20| 0e| .| distance: 33118.86 (3311886) (m) 0x8e2f-0x8e33 (4) @@ -26789,7 +26789,7 @@ $ fq -d fit dv activity.fit 0x8e30| 06 | . | reserved: false 0x8e39.3-0x8e39.4 (0.1) 0x8e30| 06 | . | local_message_type: 6 0x8e39.4-0x8e3a (0.4) | | | data_message{}: 0x8e3a-0x8e50 (22) -0x8e30| 79 dc 56 3f | y.V? | timestamp: 1062657145 (s) 0x8e3a-0x8e3e (4) +0x8e30| 79 dc 56 3f | y.V? | timestamp: 1062657145 (2023-09-03T06:32:25Z) 0x8e3a-0x8e3e (4) 0x8e30| 7c 14| |.| position_lat: 59.337597750127316 (707925116) 0x8e3e-0x8e42 (4) 0x8e40|32 2a |2* | 0x8e40| 62 2e d2 0c | b... | position_long: 18.02955972030759 (215101026) 0x8e42-0x8e46 (4) @@ -26806,7 +26806,7 @@ $ fq -d fit dv activity.fit 0x8e50|06 |. | reserved: false 0x8e50.3-0x8e50.4 (0.1) 0x8e50|06 |. | local_message_type: 6 0x8e50.4-0x8e51 (0.4) | | | data_message{}: 0x8e51-0x8e67 (22) -0x8e50| 7c dc 56 3f | |.V? | timestamp: 1062657148 (s) 0x8e51-0x8e55 (4) +0x8e50| 7c dc 56 3f | |.V? | timestamp: 1062657148 (2023-09-03T06:32:28Z) 0x8e51-0x8e55 (4) 0x8e50| 65 17 32 2a | e.2* | position_lat: 59.33766019530594 (707925861) 0x8e55-0x8e59 (4) 0x8e50| 8a 1d d2 0c | .... | position_long: 18.029198292642832 (215096714) 0x8e59-0x8e5d (4) 0x8e50| fb 99 32| ..2| distance: 33162.19 (3316219) (m) 0x8e5d-0x8e61 (4) @@ -26823,7 +26823,7 @@ $ fq -d fit dv activity.fit 0x8e60| 06 | . | reserved: false 0x8e67.3-0x8e67.4 (0.1) 0x8e60| 06 | . | local_message_type: 6 0x8e67.4-0x8e68 (0.4) | | | data_message{}: 0x8e68-0x8e7e (22) -0x8e60| 7f dc 56 3f | ..V? | timestamp: 1062657151 (s) 0x8e68-0x8e6c (4) +0x8e60| 7f dc 56 3f | ..V? | timestamp: 1062657151 (2023-09-03T06:32:31Z) 0x8e68-0x8e6c (4) 0x8e60| 17 1a 32 2a| ..2*| position_lat: 59.33771803043783 (707926551) 0x8e6c-0x8e70 (4) 0x8e70|10 0d d2 0c |.... | position_long: 18.028844743967056 (215092496) 0x8e70-0x8e74 (4) 0x8e70| 3b a2 32 00 | ;.2. | distance: 33183.31 (3318331) (m) 0x8e74-0x8e78 (4) @@ -26839,7 +26839,7 @@ $ fq -d fit dv activity.fit 0x8e70| 06 | . | reserved: false 0x8e7e.3-0x8e7e.4 (0.1) 0x8e70| 06 | . | local_message_type: 6 0x8e7e.4-0x8e7f (0.4) | | | data_message{}: 0x8e7f-0x8e95 (22) -0x8e70| 82| .| timestamp: 1062657154 (s) 0x8e7f-0x8e83 (4) +0x8e70| 82| .| timestamp: 1062657154 (2023-09-03T06:32:34Z) 0x8e7f-0x8e83 (4) 0x8e80|dc 56 3f |.V? | 0x8e80| ad 1c 32 2a | ..2* | position_lat: 59.33777351863682 (707927213) 0x8e83-0x8e87 (4) 0x8e80| bb fc d1 0c | .... | position_long: 18.028494296595454 (215088315) 0x8e87-0x8e8b (4) @@ -26857,7 +26857,7 @@ $ fq -d fit dv activity.fit 0x8e90| 06 | . | reserved: false 0x8e95.3-0x8e95.4 (0.1) 0x8e90| 06 | . | local_message_type: 6 0x8e95.4-0x8e96 (0.4) | | | data_message{}: 0x8e96-0x8eac (22) -0x8e90| 85 dc 56 3f | ..V? | timestamp: 1062657157 (s) 0x8e96-0x8e9a (4) +0x8e90| 85 dc 56 3f | ..V? | timestamp: 1062657157 (2023-09-03T06:32:37Z) 0x8e96-0x8e9a (4) 0x8e90| c7 1f 32 2a | ..2* | position_lat: 59.337840070948005 (707928007) 0x8e9a-0x8e9e (4) 0x8e90| bf eb| ..| position_long: 18.028129851445556 (215083967) 0x8e9e-0x8ea2 (4) 0x8ea0|d1 0c |.. | @@ -26874,7 +26874,7 @@ $ fq -d fit dv activity.fit 0x8ea0| 06 | . | reserved: false 0x8eac.3-0x8eac.4 (0.1) 0x8ea0| 06 | . | local_message_type: 6 0x8eac.4-0x8ead (0.4) | | | data_message{}: 0x8ead-0x8ec3 (22) -0x8ea0| 88 dc 56| ..V| timestamp: 1062657160 (s) 0x8ead-0x8eb1 (4) +0x8ea0| 88 dc 56| ..V| timestamp: 1062657160 (2023-09-03T06:32:40Z) 0x8ead-0x8eb1 (4) 0x8eb0|3f |? | 0x8eb0| 01 23 32 2a | .#2* | position_lat: 59.3379093054682 (707928833) 0x8eb1-0x8eb5 (4) 0x8eb0| 3f db d1 0c | ?... | position_long: 18.02777579985559 (215079743) 0x8eb5-0x8eb9 (4) @@ -26892,7 +26892,7 @@ $ fq -d fit dv activity.fit 0x8ec0| 06 | . | reserved: false 0x8ec3.3-0x8ec3.4 (0.1) 0x8ec0| 06 | . | local_message_type: 6 0x8ec3.4-0x8ec4 (0.4) | | | data_message{}: 0x8ec4-0x8eda (22) -0x8ec0| 8b dc 56 3f | ..V? | timestamp: 1062657163 (s) 0x8ec4-0x8ec8 (4) +0x8ec0| 8b dc 56 3f | ..V? | timestamp: 1062657163 (2023-09-03T06:32:43Z) 0x8ec4-0x8ec8 (4) 0x8ec0| 1b 26 32 2a | .&2* | position_lat: 59.337975857779384 (707929627) 0x8ec8-0x8ecc (4) 0x8ec0| d5 ca d1 0c| ....| position_long: 18.027423592284322 (215075541) 0x8ecc-0x8ed0 (4) 0x8ed0|c2 c3 32 00 |..2. | distance: 33269.14 (3326914) (m) 0x8ed0-0x8ed4 (4) @@ -26908,7 +26908,7 @@ $ fq -d fit dv activity.fit 0x8ed0| 06 | . | reserved: false 0x8eda.3-0x8eda.4 (0.1) 0x8ed0| 06 | . | local_message_type: 6 0x8eda.4-0x8edb (0.4) | | | data_message{}: 0x8edb-0x8ef1 (22) -0x8ed0| 8e dc 56 3f | ..V? | timestamp: 1062657166 (s) 0x8edb-0x8edf (4) +0x8ed0| 8e dc 56 3f | ..V? | timestamp: 1062657166 (2023-09-03T06:32:46Z) 0x8edb-0x8edf (4) 0x8ed0| 61| a| position_lat: 59.33804609812796 (707930465) 0x8edf-0x8ee3 (4) 0x8ee0|29 32 2a |)2* | 0x8ee0| eb ba d1 0c | .... | position_long: 18.027082113549113 (215071467) 0x8ee3-0x8ee7 (4) @@ -26925,7 +26925,7 @@ $ fq -d fit dv activity.fit 0x8ef0| 06 | . | reserved: false 0x8ef1.3-0x8ef1.4 (0.1) 0x8ef0| 06 | . | local_message_type: 6 0x8ef1.4-0x8ef2 (0.4) | | | data_message{}: 0x8ef2-0x8f08 (22) -0x8ef0| 91 dc 56 3f | ..V? | timestamp: 1062657169 (s) 0x8ef2-0x8ef6 (4) +0x8ef0| 91 dc 56 3f | ..V? | timestamp: 1062657169 (2023-09-03T06:32:49Z) 0x8ef2-0x8ef6 (4) 0x8ef0| 9f 2c 32 2a | .,2* | position_lat: 59.338115667924285 (707931295) 0x8ef6-0x8efa (4) 0x8ef0| 46 ab d1 0c | F... | position_long: 18.026746418327093 (215067462) 0x8efa-0x8efe (4) 0x8ef0| fe d3| ..| distance: 33310.7 (3331070) (m) 0x8efe-0x8f02 (4) @@ -26942,7 +26942,7 @@ $ fq -d fit dv activity.fit 0x8f00| 06 | . | reserved: false 0x8f08.3-0x8f08.4 (0.1) 0x8f00| 06 | . | local_message_type: 6 0x8f08.4-0x8f09 (0.4) | | | data_message{}: 0x8f09-0x8f1f (22) -0x8f00| 94 dc 56 3f | ..V? | timestamp: 1062657172 (s) 0x8f09-0x8f0d (4) +0x8f00| 94 dc 56 3f | ..V? | timestamp: 1062657172 (2023-09-03T06:32:52Z) 0x8f09-0x8f0d (4) 0x8f00| 64 2f 32| d/2| position_lat: 59.33817509561777 (707932004) 0x8f0d-0x8f11 (4) 0x8f10|2a |* | 0x8f10| ad 9b d1 0c | .... | position_long: 18.026411728933454 (215063469) 0x8f11-0x8f15 (4) @@ -26959,7 +26959,7 @@ $ fq -d fit dv activity.fit 0x8f10| 06| .| reserved: false 0x8f1f.3-0x8f1f.4 (0.1) 0x8f10| 06| .| local_message_type: 6 0x8f1f.4-0x8f20 (0.4) | | | data_message{}: 0x8f20-0x8f36 (22) -0x8f20|97 dc 56 3f |..V? | timestamp: 1062657175 (s) 0x8f20-0x8f24 (4) +0x8f20|97 dc 56 3f |..V? | timestamp: 1062657175 (2023-09-03T06:32:55Z) 0x8f20-0x8f24 (4) 0x8f20| 66 32 32 2a | f22* | position_lat: 59.33823963627219 (707932774) 0x8f24-0x8f28 (4) 0x8f20| 0c 8c d1 0c | .... | position_long: 18.02607636898756 (215059468) 0x8f28-0x8f2c (4) 0x8f20| d7 e3 32 00| ..2.| distance: 33351.27 (3335127) (m) 0x8f2c-0x8f30 (4) @@ -26975,7 +26975,7 @@ $ fq -d fit dv activity.fit 0x8f30| 06 | . | reserved: false 0x8f36.3-0x8f36.4 (0.1) 0x8f30| 06 | . | local_message_type: 6 0x8f36.4-0x8f37 (0.4) | | | data_message{}: 0x8f37-0x8f4d (22) -0x8f30| 9a dc 56 3f | ..V? | timestamp: 1062657178 (s) 0x8f37-0x8f3b (4) +0x8f30| 9a dc 56 3f | ..V? | timestamp: 1062657178 (2023-09-03T06:32:58Z) 0x8f37-0x8f3b (4) 0x8f30| 5a 35 32 2a | Z52* | position_lat: 59.33830300346017 (707933530) 0x8f3b-0x8f3f (4) 0x8f30| 27| '| position_long: 18.02573530934751 (215055399) 0x8f3f-0x8f43 (4) 0x8f40|7c d1 0c ||.. | @@ -26992,7 +26992,7 @@ $ fq -d fit dv activity.fit 0x8f40| 06 | . | reserved: false 0x8f4d.3-0x8f4d.4 (0.1) 0x8f40| 06 | . | local_message_type: 6 0x8f4d.4-0x8f4e (0.4) | | | data_message{}: 0x8f4e-0x8f64 (22) -0x8f40| 9d dc| ..| timestamp: 1062657181 (s) 0x8f4e-0x8f52 (4) +0x8f40| 9d dc| ..| timestamp: 1062657181 (2023-09-03T06:33:01Z) 0x8f4e-0x8f52 (4) 0x8f50|56 3f |V? | 0x8f50| 34 38 32 2a | 482* | position_lat: 59.33836419135332 (707934260) 0x8f52-0x8f56 (4) 0x8f50| 5f 6c d1 0c | _l.. | position_long: 18.02539668045938 (215051359) 0x8f56-0x8f5a (4) @@ -27009,7 +27009,7 @@ $ fq -d fit dv activity.fit 0x8f60| 06 | . | reserved: false 0x8f64.3-0x8f64.4 (0.1) 0x8f60| 06 | . | local_message_type: 6 0x8f64.4-0x8f65 (0.4) | | | data_message{}: 0x8f65-0x8f7b (22) -0x8f60| a0 dc 56 3f | ..V? | timestamp: 1062657184 (s) 0x8f65-0x8f69 (4) +0x8f60| a0 dc 56 3f | ..V? | timestamp: 1062657184 (2023-09-03T06:33:04Z) 0x8f65-0x8f69 (4) 0x8f60| 0e 3b 32 2a | .;2* | position_lat: 59.33842537924647 (707934990) 0x8f69-0x8f6d (4) 0x8f60| b8 5c d1| .\.| position_long: 18.025060817599297 (215047352) 0x8f6d-0x8f71 (4) 0x8f70|0c |. | @@ -27026,7 +27026,7 @@ $ fq -d fit dv activity.fit 0x8f70| 06 | . | reserved: false 0x8f7b.3-0x8f7b.4 (0.1) 0x8f70| 06 | . | local_message_type: 6 0x8f7b.4-0x8f7c (0.4) | | | data_message{}: 0x8f7c-0x8f92 (22) -0x8f70| a3 dc 56 3f| ..V?| timestamp: 1062657187 (s) 0x8f7c-0x8f80 (4) +0x8f70| a3 dc 56 3f| ..V?| timestamp: 1062657187 (2023-09-03T06:33:07Z) 0x8f7c-0x8f80 (4) 0x8f80|11 3e 32 2a |.>2* | position_lat: 59.338490003719926 (707935761) 0x8f80-0x8f84 (4) 0x8f80| 41 4d d1 0c | AM.. | position_long: 18.024728978052735 (215043393) 0x8f84-0x8f88 (4) 0x8f80| b8 03 33 00 | ..3. | distance: 33432.88 (3343288) (m) 0x8f88-0x8f8c (4) @@ -27042,7 +27042,7 @@ $ fq -d fit dv activity.fit 0x8f90| 06 | . | reserved: false 0x8f92.3-0x8f92.4 (0.1) 0x8f90| 06 | . | local_message_type: 6 0x8f92.4-0x8f93 (0.4) | | | data_message{}: 0x8f93-0x8fa9 (22) -0x8f90| a6 dc 56 3f | ..V? | timestamp: 1062657190 (s) 0x8f93-0x8f97 (4) +0x8f90| a6 dc 56 3f | ..V? | timestamp: 1062657190 (2023-09-03T06:33:10Z) 0x8f93-0x8f97 (4) 0x8f90| 02 41 32 2a | .A2* | position_lat: 59.33855311945081 (707936514) 0x8f97-0x8f9b (4) 0x8f90| e9 3d d1 0c | .=.. | position_long: 18.024399736896157 (215039465) 0x8f9b-0x8f9f (4) 0x8f90| 89| .| distance: 33452.89 (3345289) (m) 0x8f9f-0x8fa3 (4) @@ -27059,7 +27059,7 @@ $ fq -d fit dv activity.fit 0x8fa0| 06 | . | reserved: false 0x8fa9.3-0x8fa9.4 (0.1) 0x8fa0| 06 | . | local_message_type: 6 0x8fa9.4-0x8faa (0.4) | | | data_message{}: 0x8faa-0x8fc0 (22) -0x8fa0| aa dc 56 3f | ..V? | timestamp: 1062657194 (s) 0x8faa-0x8fae (4) +0x8fa0| aa dc 56 3f | ..V? | timestamp: 1062657194 (2023-09-03T06:33:14Z) 0x8faa-0x8fae (4) 0x8fa0| 1d 45| .E| position_lat: 59.33864121325314 (707937565) 0x8fae-0x8fb2 (4) 0x8fb0|32 2a |2* | 0x8fb0| 34 2a d1 0c | 4*.. | position_long: 18.023976869881153 (215034420) 0x8fb2-0x8fb6 (4) @@ -27076,7 +27076,7 @@ $ fq -d fit dv activity.fit 0x8fc0|06 |. | reserved: false 0x8fc0.3-0x8fc0.4 (0.1) 0x8fc0|06 |. | local_message_type: 6 0x8fc0.4-0x8fc1 (0.4) | | | data_message{}: 0x8fc1-0x8fd7 (22) -0x8fc0| ad dc 56 3f | ..V? | timestamp: 1062657197 (s) 0x8fc1-0x8fc5 (4) +0x8fc0| ad dc 56 3f | ..V? | timestamp: 1062657197 (2023-09-03T06:33:17Z) 0x8fc1-0x8fc5 (4) 0x8fc0| 0b 48 32 2a | .H2* | position_lat: 59.33870407752693 (707938315) 0x8fc5-0x8fc9 (4) 0x8fc0| 84 1b d1 0c | .... | position_long: 18.023661710321903 (215030660) 0x8fc9-0x8fcd (4) 0x8fc0| 37 1d 33| 7.3| distance: 33498.15 (3349815) (m) 0x8fcd-0x8fd1 (4) @@ -27093,7 +27093,7 @@ $ fq -d fit dv activity.fit 0x8fd0| 06 | . | reserved: false 0x8fd7.3-0x8fd7.4 (0.1) 0x8fd0| 06 | . | local_message_type: 6 0x8fd7.4-0x8fd8 (0.4) | | | data_message{}: 0x8fd8-0x8fee (22) -0x8fd0| b1 dc 56 3f | ..V? | timestamp: 1062657201 (s) 0x8fd8-0x8fdc (4) +0x8fd0| b1 dc 56 3f | ..V? | timestamp: 1062657201 (2023-09-03T06:33:21Z) 0x8fd8-0x8fdc (4) 0x8fd0| 06 4a 32 2a| .J2*| position_lat: 59.33874657377601 (707938822) 0x8fdc-0x8fe0 (4) 0x8fe0|6a 07 d1 0c |j... | position_long: 18.023230377584696 (215025514) 0x8fe0-0x8fe4 (4) 0x8fe0| fb 26 33 00 | .&3. | distance: 33523.15 (3352315) (m) 0x8fe4-0x8fe8 (4) @@ -27109,7 +27109,7 @@ $ fq -d fit dv activity.fit 0x8fe0| 06 | . | reserved: false 0x8fee.3-0x8fee.4 (0.1) 0x8fe0| 06 | . | local_message_type: 6 0x8fee.4-0x8fef (0.4) | | | data_message{}: 0x8fef-0x9005 (22) -0x8fe0| b5| .| timestamp: 1062657205 (s) 0x8fef-0x8ff3 (4) +0x8fe0| b5| .| timestamp: 1062657205 (2023-09-03T06:33:25Z) 0x8fef-0x8ff3 (4) 0x8ff0|dc 56 3f |.V? | 0x8ff0| 51 4c 32 2a | QL2* | position_lat: 59.338795775547624 (707939409) 0x8ff3-0x8ff7 (4) 0x8ff0| c4 f2 d0 0c | .... | position_long: 18.02278731018305 (215020228) 0x8ff7-0x8ffb (4) @@ -27127,7 +27127,7 @@ $ fq -d fit dv activity.fit 0x9000| 06 | . | reserved: false 0x9005.3-0x9005.4 (0.1) 0x9000| 06 | . | local_message_type: 6 0x9005.4-0x9006 (0.4) | | | data_message{}: 0x9006-0x901c (22) -0x9000| b9 dc 56 3f | ..V? | timestamp: 1062657209 (s) 0x9006-0x900a (4) +0x9000| b9 dc 56 3f | ..V? | timestamp: 1062657209 (2023-09-03T06:33:29Z) 0x9006-0x900a (4) 0x9000| 65 4d 32 2a | eM2* | position_lat: 59.33881890960038 (707939685) 0x900a-0x900e (4) 0x9000| 88 dd| ..| position_long: 18.022331669926643 (215014792) 0x900e-0x9012 (4) 0x9010|d0 0c |.. | @@ -27144,7 +27144,7 @@ $ fq -d fit dv activity.fit 0x9010| 06 | . | reserved: false 0x901c.3-0x901c.4 (0.1) 0x9010| 06 | . | local_message_type: 6 0x901c.4-0x901d (0.4) | | | data_message{}: 0x901d-0x9033 (22) -0x9010| bd dc 56| ..V| timestamp: 1062657213 (s) 0x901d-0x9021 (4) +0x9010| bd dc 56| ..V| timestamp: 1062657213 (2023-09-03T06:33:33Z) 0x901d-0x9021 (4) 0x9020|3f |? | 0x9020| 28 4d 32 2a | (M2* | position_lat: 59.33881379663944 (707939624) 0x9021-0x9025 (4) 0x9020| f7 c7 d0 0c | .... | position_long: 18.021868905052543 (215009271) 0x9025-0x9029 (4) @@ -27162,7 +27162,7 @@ $ fq -d fit dv activity.fit 0x9030| 06 | . | reserved: false 0x9033.3-0x9033.4 (0.1) 0x9030| 06 | . | local_message_type: 6 0x9033.4-0x9034 (0.4) | | | data_message{}: 0x9034-0x904a (22) -0x9030| c1 dc 56 3f | ..V? | timestamp: 1062657217 (s) 0x9034-0x9038 (4) +0x9030| c1 dc 56 3f | ..V? | timestamp: 1062657217 (2023-09-03T06:33:37Z) 0x9034-0x9038 (4) 0x9030| f8 4b 32 2a | .K2* | position_lat: 59.3387883156538 (707939320) 0x9038-0x903c (4) 0x9030| 8f b2 d0 0c| ....| position_long: 18.021409576758742 (215003791) 0x903c-0x9040 (4) 0x9040|ce 4f 33 00 |.O3. | distance: 33627.66 (3362766) (m) 0x9040-0x9044 (4) @@ -27178,7 +27178,7 @@ $ fq -d fit dv activity.fit 0x9040| 06 | . | reserved: false 0x904a.3-0x904a.4 (0.1) 0x9040| 06 | . | local_message_type: 6 0x904a.4-0x904b (0.4) | | | data_message{}: 0x904b-0x9061 (22) -0x9040| c5 dc 56 3f | ..V? | timestamp: 1062657221 (s) 0x904b-0x904f (4) +0x9040| c5 dc 56 3f | ..V? | timestamp: 1062657221 (2023-09-03T06:33:41Z) 0x904b-0x904f (4) 0x9040| 57| W| position_lat: 59.338753363117576 (707938903) 0x904f-0x9053 (4) 0x9050|4a 32 2a |J2* | 0x9050| b1 9f d0 0c | .... | position_long: 18.021004730835557 (214998961) 0x9053-0x9057 (4) @@ -27195,7 +27195,7 @@ $ fq -d fit dv activity.fit 0x9060| 06 | . | reserved: false 0x9061.3-0x9061.4 (0.1) 0x9060| 06 | . | local_message_type: 6 0x9061.4-0x9062 (0.4) | | | data_message{}: 0x9062-0x9078 (22) -0x9060| c9 dc 56 3f | ..V? | timestamp: 1062657225 (s) 0x9062-0x9066 (4) +0x9060| c9 dc 56 3f | ..V? | timestamp: 1062657225 (2023-09-03T06:33:45Z) 0x9062-0x9066 (4) 0x9060| 9c 47 32 2a | .G2* | position_lat: 59.33869477361441 (707938204) 0x9066-0x906a (4) 0x9060| 0f 8f d0 0c | .... | position_long: 18.020647829398513 (214994703) 0x906a-0x906e (4) 0x9060| 40 61| @a| distance: 33672.32 (3367232) (m) 0x906e-0x9072 (4) @@ -27212,7 +27212,7 @@ $ fq -d fit dv activity.fit 0x9070| 06 | . | reserved: false 0x9078.3-0x9078.4 (0.1) 0x9070| 06 | . | local_message_type: 6 0x9078.4-0x9079 (0.4) | | | data_message{}: 0x9079-0x908f (22) -0x9070| cd dc 56 3f | ..V? | timestamp: 1062657229 (s) 0x9079-0x907d (4) +0x9070| cd dc 56 3f | ..V? | timestamp: 1062657229 (2023-09-03T06:33:49Z) 0x9079-0x907d (4) 0x9070| 4c 45 32| LE2| position_lat: 59.33864515274763 (707937612) 0x907d-0x9081 (4) 0x9080|2a |* | 0x9080| e5 7d d0 0c | .}.. | position_long: 18.020279528573155 (214990309) 0x9081-0x9085 (4) @@ -27229,7 +27229,7 @@ $ fq -d fit dv activity.fit 0x9080| 06| .| reserved: false 0x908f.3-0x908f.4 (0.1) 0x9080| 06| .| local_message_type: 6 0x908f.4-0x9090 (0.4) | | | data_message{}: 0x9090-0x90a6 (22) -0x9090|d1 dc 56 3f |..V? | timestamp: 1062657233 (s) 0x9090-0x9094 (4) +0x9090|d1 dc 56 3f |..V? | timestamp: 1062657233 (2023-09-03T06:33:53Z) 0x9090-0x9094 (4) 0x9090| 35 44 32 2a | 5D2* | position_lat: 59.33862176723778 (707937333) 0x9094-0x9098 (4) 0x9090| 9b 6a d0 0c | .j.. | position_long: 18.019865630194545 (214985371) 0x9098-0x909c (4) 0x9090| fc 72 33 00| .r3.| distance: 33717.72 (3371772) (m) 0x909c-0x90a0 (4) @@ -27245,7 +27245,7 @@ $ fq -d fit dv activity.fit 0x90a0| 06 | . | reserved: false 0x90a6.3-0x90a6.4 (0.1) 0x90a0| 06 | . | local_message_type: 6 0x90a6.4-0x90a7 (0.4) | | | data_message{}: 0x90a7-0x90bd (22) -0x90a0| d5 dc 56 3f | ..V? | timestamp: 1062657237 (s) 0x90a7-0x90ab (4) +0x90a0| d5 dc 56 3f | ..V? | timestamp: 1062657237 (2023-09-03T06:33:57Z) 0x90a7-0x90ab (4) 0x90a0| a0 44 32 2a | .D2* | position_lat: 59.338630735874176 (707937440) 0x90ab-0x90af (4) 0x90a0| 79| y| position_long: 18.019412169232965 (214979961) 0x90af-0x90b3 (4) 0x90b0|55 d0 0c |U.. | @@ -27262,7 +27262,7 @@ $ fq -d fit dv activity.fit 0x90b0| 06 | . | reserved: false 0x90bd.3-0x90bd.4 (0.1) 0x90b0| 06 | . | local_message_type: 6 0x90bd.4-0x90be (0.4) | | | data_message{}: 0x90be-0x90d4 (22) -0x90b0| d9 dc| ..| timestamp: 1062657241 (s) 0x90be-0x90c2 (4) +0x90b0| d9 dc| ..| timestamp: 1062657241 (2023-09-03T06:34:01Z) 0x90be-0x90c2 (4) 0x90c0|56 3f |V? | 0x90c0| a1 45 32 2a | .E2* | position_lat: 59.33865227736533 (707937697) 0x90c2-0x90c6 (4) 0x90c0| aa 40 d0 0c | .@.. | position_long: 18.018965665251017 (214974634) 0x90c6-0x90ca (4) @@ -27279,7 +27279,7 @@ $ fq -d fit dv activity.fit 0x90d0| 06 | . | reserved: false 0x90d4.3-0x90d4.4 (0.1) 0x90d0| 06 | . | local_message_type: 6 0x90d4.4-0x90d5 (0.4) | | | data_message{}: 0x90d5-0x90eb (22) -0x90d0| dd dc 56 3f | ..V? | timestamp: 1062657245 (s) 0x90d5-0x90d9 (4) +0x90d0| dd dc 56 3f | ..V? | timestamp: 1062657245 (2023-09-03T06:34:05Z) 0x90d5-0x90d9 (4) 0x90d0| 09 47 32 2a | .G2* | position_lat: 59.338682452216744 (707938057) 0x90d9-0x90dd (4) 0x90d0| 4b 2f d0| K/.| position_long: 18.01859292201698 (214970187) 0x90dd-0x90e1 (4) 0x90e0|0c |. | @@ -27296,7 +27296,7 @@ $ fq -d fit dv activity.fit 0x90e0| 06 | . | reserved: false 0x90eb.3-0x90eb.4 (0.1) 0x90e0| 06 | . | local_message_type: 6 0x90eb.4-0x90ec (0.4) | | | data_message{}: 0x90ec-0x9102 (22) -0x90e0| e2 dc 56 3f| ..V?| timestamp: 1062657250 (s) 0x90ec-0x90f0 (4) +0x90e0| e2 dc 56 3f| ..V?| timestamp: 1062657250 (2023-09-03T06:34:10Z) 0x90ec-0x90f0 (4) 0x90f0|9f 48 32 2a |.H2* | position_lat: 59.33871648274362 (707938463) 0x90f0-0x90f4 (4) 0x90f0| 96 1e d0 0c | .... | position_long: 18.01823442801833 (214965910) 0x90f4-0x90f8 (4) 0x90f0| 90 97 33 00 | ..3. | distance: 33811.36 (3381136) (m) 0x90f8-0x90fc (4) @@ -27312,7 +27312,7 @@ $ fq -d fit dv activity.fit 0x9100| 06 | . | reserved: false 0x9102.3-0x9102.4 (0.1) 0x9100| 06 | . | local_message_type: 6 0x9102.4-0x9103 (0.4) | | | data_message{}: 0x9103-0x9119 (22) -0x9100| e8 dc 56 3f | ..V? | timestamp: 1062657256 (s) 0x9103-0x9107 (4) +0x9100| e8 dc 56 3f | ..V? | timestamp: 1062657256 (2023-09-03T06:34:16Z) 0x9103-0x9107 (4) 0x9100| 1a 4d 32 2a | .M2* | position_lat: 59.338812623173 (707939610) 0x9107-0x910b (4) 0x9100| 5b 0f d0 0c | [... | position_long: 18.017907617613673 (214962011) 0x910b-0x910f (4) 0x9100| fb| .| distance: 33832.91 (3383291) (m) 0x910f-0x9113 (4) @@ -27329,7 +27329,7 @@ $ fq -d fit dv activity.fit 0x9110| 06 | . | reserved: false 0x9119.3-0x9119.4 (0.1) 0x9110| 06 | . | local_message_type: 6 0x9119.4-0x911a (0.4) | | | data_message{}: 0x911a-0x9130 (22) -0x9110| ee dc 56 3f | ..V? | timestamp: 1062657262 (s) 0x911a-0x911e (4) +0x9110| ee dc 56 3f | ..V? | timestamp: 1062657262 (2023-09-03T06:34:22Z) 0x911a-0x911e (4) 0x9110| 8b 50| .P| position_lat: 59.33888646773994 (707940491) 0x911e-0x9122 (4) 0x9120|32 2a |2* | 0x9120| 09 00 d0 0c | .... | position_long: 18.017578879371285 (214958089) 0x9122-0x9126 (4) @@ -27346,7 +27346,7 @@ $ fq -d fit dv activity.fit 0x9130|06 |. | reserved: false 0x9130.3-0x9130.4 (0.1) 0x9130|06 |. | local_message_type: 6 0x9130.4-0x9131 (0.4) | | | data_message{}: 0x9131-0x9147 (22) -0x9130| f4 dc 56 3f | ..V? | timestamp: 1062657268 (s) 0x9131-0x9135 (4) +0x9130| f4 dc 56 3f | ..V? | timestamp: 1062657268 (2023-09-03T06:34:28Z) 0x9131-0x9135 (4) 0x9130| 2e 53 32 2a | .S2* | position_lat: 59.33894304558635 (707941166) 0x9135-0x9139 (4) 0x9130| dc ee cf 0c | .... | position_long: 18.017210327088833 (214953692) 0x9139-0x913d (4) 0x9130| 86 b0 33| ..3| distance: 33875.26 (3387526) (m) 0x913d-0x9141 (4) @@ -27363,7 +27363,7 @@ $ fq -d fit dv activity.fit 0x9140| 06 | . | reserved: false 0x9147.3-0x9147.4 (0.1) 0x9140| 06 | . | local_message_type: 6 0x9147.4-0x9148 (0.4) | | | data_message{}: 0x9148-0x915e (22) -0x9140| f9 dc 56 3f | ..V? | timestamp: 1062657273 (s) 0x9148-0x914c (4) +0x9140| f9 dc 56 3f | ..V? | timestamp: 1062657273 (2023-09-03T06:34:33Z) 0x9148-0x914c (4) 0x9140| 10 55 32 2a| .U2*| position_lat: 59.338983446359634 (707941648) 0x914c-0x9150 (4) 0x9150|7a dc cf 0c |z... | position_long: 18.01681587472558 (214948986) 0x9150-0x9154 (4) 0x9150| 79 b9 33 00 | y.3. | distance: 33898.17 (3389817) (m) 0x9154-0x9158 (4) @@ -27379,7 +27379,7 @@ $ fq -d fit dv activity.fit 0x9150| 06 | . | reserved: false 0x915e.3-0x915e.4 (0.1) 0x9150| 06 | . | local_message_type: 6 0x915e.4-0x915f (0.4) | | | data_message{}: 0x915f-0x9175 (22) -0x9150| fd| .| timestamp: 1062657277 (s) 0x915f-0x9163 (4) +0x9150| fd| .| timestamp: 1062657277 (2023-09-03T06:34:37Z) 0x915f-0x9163 (4) 0x9160|dc 56 3f |.V? | 0x9160| 6f 56 32 2a | oV2* | position_lat: 59.33901286683977 (707941999) 0x9163-0x9167 (4) 0x9160| 7a cb cf 0c | z... | position_long: 18.016451094299555 (214944634) 0x9167-0x916b (4) @@ -27397,7 +27397,7 @@ $ fq -d fit dv activity.fit 0x9170| 06 | . | reserved: false 0x9175.3-0x9175.4 (0.1) 0x9170| 06 | . | local_message_type: 6 0x9175.4-0x9176 (0.4) | | | data_message{}: 0x9176-0x918c (22) -0x9170| 00 dd 56 3f | ..V? | timestamp: 1062657280 (s) 0x9176-0x917a (4) +0x9170| 00 dd 56 3f | ..V? | timestamp: 1062657280 (2023-09-03T06:34:40Z) 0x9176-0x917a (4) 0x9170| 74 58 32 2a | tX2* | position_lat: 59.33905620127916 (707942516) 0x917a-0x917e (4) 0x9170| 23 bf| #.| position_long: 18.016186309978366 (214941475) 0x917e-0x9182 (4) 0x9180|cf 0c |.. | @@ -27414,7 +27414,7 @@ $ fq -d fit dv activity.fit 0x9180| 06 | . | reserved: false 0x918c.3-0x918c.4 (0.1) 0x9180| 06 | . | local_message_type: 6 0x918c.4-0x918d (0.4) | | | data_message{}: 0x918d-0x91a3 (22) -0x9180| 04 dd 56| ..V| timestamp: 1062657284 (s) 0x918d-0x9191 (4) +0x9180| 04 dd 56| ..V| timestamp: 1062657284 (2023-09-03T06:34:44Z) 0x918d-0x9191 (4) 0x9190|3f |? | 0x9190| 4c 5d 32 2a | L]2* | position_lat: 59.33916013687849 (707943756) 0x9191-0x9195 (4) 0x9190| ac af cf 0c | .... | position_long: 18.015854470431805 (214937516) 0x9195-0x9199 (4) @@ -27432,7 +27432,7 @@ $ fq -d fit dv activity.fit 0x91a0| 06 | . | reserved: false 0x91a3.3-0x91a3.4 (0.1) 0x91a0| 06 | . | local_message_type: 6 0x91a3.4-0x91a4 (0.4) | | | data_message{}: 0x91a4-0x91ba (22) -0x91a0| 06 dd 56 3f | ..V? | timestamp: 1062657286 (s) 0x91a4-0x91a8 (4) +0x91a0| 06 dd 56 3f | ..V? | timestamp: 1062657286 (2023-09-03T06:34:46Z) 0x91a4-0x91a8 (4) 0x91a0| ea 5f 32 2a | ._2* | position_lat: 59.33921629562974 (707944426) 0x91a8-0x91ac (4) 0x91a0| 8b a7 cf 0c| ....| position_long: 18.015680043026805 (214935435) 0x91ac-0x91b0 (4) 0x91b0|1c d5 33 00 |..3. | distance: 33968.92 (3396892) (m) 0x91b0-0x91b4 (4) @@ -27448,7 +27448,7 @@ $ fq -d fit dv activity.fit 0x91b0| 06 | . | reserved: false 0x91ba.3-0x91ba.4 (0.1) 0x91b0| 06 | . | local_message_type: 6 0x91ba.4-0x91bb (0.4) | | | data_message{}: 0x91bb-0x91d1 (22) -0x91b0| 0a dd 56 3f | ..V? | timestamp: 1062657290 (s) 0x91bb-0x91bf (4) +0x91b0| 0a dd 56 3f | ..V? | timestamp: 1062657290 (2023-09-03T06:34:50Z) 0x91bb-0x91bf (4) 0x91b0| eb| .| position_lat: 59.339409498497844 (707946731) 0x91bf-0x91c3 (4) 0x91c0|68 32 2a |h2* | 0x91c0| a9 9c cf 0c | .... | position_long: 18.015446523204446 (214932649) 0x91c3-0x91c7 (4) @@ -27465,7 +27465,7 @@ $ fq -d fit dv activity.fit 0x91d0| 06 | . | reserved: false 0x91d1.3-0x91d1.4 (0.1) 0x91d0| 06 | . | local_message_type: 6 0x91d1.4-0x91d2 (0.4) | | | data_message{}: 0x91d2-0x91e8 (22) -0x91d0| 0b dd 56 3f | ..V? | timestamp: 1062657291 (s) 0x91d2-0x91d6 (4) +0x91d0| 0b dd 56 3f | ..V? | timestamp: 1062657291 (2023-09-03T06:34:51Z) 0x91d2-0x91d6 (4) 0x91d0| a6 6b 32 2a | .k2* | position_lat: 59.33946808800101 (707947430) 0x91d6-0x91da (4) 0x91d0| bc 99 cf 0c | .... | position_long: 18.01538374274969 (214931900) 0x91da-0x91de (4) 0x91d0| f5 e1| ..| distance: 34001.81 (3400181) (m) 0x91de-0x91e2 (4) @@ -27482,8 +27482,8 @@ $ fq -d fit dv activity.fit 0x91e0| 08 | . | reserved: false 0x91e8.3-0x91e8.4 (0.1) 0x91e0| 08 | . | local_message_type: 8 0x91e8.4-0x91e9 (0.4) | | | data_message{}: 0x91e9-0x921f (54) -0x91e0| 0b dd 56 3f | ..V? | timestamp: 1062657291 (s) 0x91e9-0x91ed (4) -0x91e0| 67 dc 56| g.V| start_time: 1062657127 0x91ed-0x91f1 (4) +0x91e0| 0b dd 56 3f | ..V? | timestamp: 1062657291 (2023-09-03T06:34:51Z) 0x91e9-0x91ed (4) +0x91e0| 67 dc 56| g.V| start_time: 1062657127 (2023-09-03T06:32:07Z) 0x91ed-0x91f1 (4) 0x91f0|3f |? | 0x91f0| 12 03 32 2a | ..2* | start_position_lat: 59.33722408488393 (707920658) 0x91f1-0x91f5 (4) 0x91f0| 5e 92 d2 0c | ^... | start_position_long: 18.031705152243376 (215126622) 0x91f5-0x91f9 (4) @@ -27515,7 +27515,7 @@ $ fq -d fit dv activity.fit 0x9210| 06| .| reserved: false 0x921f.3-0x921f.4 (0.1) 0x9210| 06| .| local_message_type: 6 0x921f.4-0x9220 (0.4) | | | data_message{}: 0x9220-0x9236 (22) -0x9220|0e dd 56 3f |..V? | timestamp: 1062657294 (s) 0x9220-0x9224 (4) +0x9220|0e dd 56 3f |..V? | timestamp: 1062657294 (2023-09-03T06:34:54Z) 0x9220-0x9224 (4) 0x9220| e5 73 32 2a | .s2* | position_lat: 59.339645029976964 (707949541) 0x9224-0x9228 (4) 0x9220| 13 8f cf 0c | .... | position_long: 18.01515500061214 (214929171) 0x9228-0x922c (4) 0x9220| 31 eb 33 00| 1.3.| distance: 34025.45 (3402545) (m) 0x922c-0x9230 (4) @@ -27531,7 +27531,7 @@ $ fq -d fit dv activity.fit 0x9230| 06 | . | reserved: false 0x9236.3-0x9236.4 (0.1) 0x9230| 06 | . | local_message_type: 6 0x9236.4-0x9237 (0.4) | | | data_message{}: 0x9237-0x924d (22) -0x9230| 11 dd 56 3f | ..V? | timestamp: 1062657297 (s) 0x9237-0x923b (4) +0x9230| 11 dd 56 3f | ..V? | timestamp: 1062657297 (2023-09-03T06:34:57Z) 0x9237-0x923b (4) 0x9230| 47 7c 32 2a | G|2* | position_lat: 59.339824905619025 (707951687) 0x923b-0x923f (4) 0x9230| af| .| position_long: 18.0148462112993 (214925487) 0x923f-0x9243 (4) 0x9240|80 cf 0c |... | @@ -27548,7 +27548,7 @@ $ fq -d fit dv activity.fit 0x9240| 06 | . | reserved: false 0x924d.3-0x924d.4 (0.1) 0x9240| 06 | . | local_message_type: 6 0x924d.4-0x924e (0.4) | | | data_message{}: 0x924e-0x9264 (22) -0x9240| 14 dd| ..| timestamp: 1062657300 (s) 0x924e-0x9252 (4) +0x9240| 14 dd| ..| timestamp: 1062657300 (2023-09-03T06:35:00Z) 0x924e-0x9252 (4) 0x9250|56 3f |V? | 0x9250| d1 83 32 2a | ..2* | position_lat: 59.339986676350236 (707953617) 0x9252-0x9256 (4) 0x9250| 3b 6f cf 0c | ;o.. | position_long: 18.014471707865596 (214921019) 0x9256-0x925a (4) @@ -27565,7 +27565,7 @@ $ fq -d fit dv activity.fit 0x9260| 06 | . | reserved: false 0x9264.3-0x9264.4 (0.1) 0x9260| 06 | . | local_message_type: 6 0x9264.4-0x9265 (0.4) | | | data_message{}: 0x9265-0x927b (22) -0x9260| 17 dd 56 3f | ..V? | timestamp: 1062657303 (s) 0x9265-0x9269 (4) +0x9260| 17 dd 56 3f | ..V? | timestamp: 1062657303 (2023-09-03T06:35:03Z) 0x9265-0x9269 (4) 0x9260| 3d 89 32 2a | =.2* | position_lat: 59.34010301716626 (707955005) 0x9269-0x926d (4) 0x9260| 88 5d cf| .].| position_long: 18.014091923832893 (214916488) 0x926d-0x9271 (4) 0x9270|0c |. | @@ -27582,7 +27582,7 @@ $ fq -d fit dv activity.fit 0x9270| 06 | . | reserved: false 0x927b.3-0x927b.4 (0.1) 0x9270| 06 | . | local_message_type: 6 0x927b.4-0x927c (0.4) | | | data_message{}: 0x927c-0x9292 (22) -0x9270| 18 dd 56 3f| ..V?| timestamp: 1062657304 (s) 0x927c-0x9280 (4) +0x9270| 18 dd 56 3f| ..V?| timestamp: 1062657304 (2023-09-03T06:35:04Z) 0x927c-0x9280 (4) 0x9280|76 8a 32 2a |v.2* | position_lat: 59.340129252523184 (707955318) 0x9280-0x9284 (4) 0x9280| 23 58 cf 0c | #X.. | position_long: 18.013976169750094 (214915107) 0x9284-0x9288 (4) 0x9280| 25 0d 34 00 | %.4. | distance: 34112.37 (3411237) (m) 0x9288-0x928c (4) @@ -27598,7 +27598,7 @@ $ fq -d fit dv activity.fit 0x9290| 06 | . | reserved: false 0x9292.3-0x9292.4 (0.1) 0x9290| 06 | . | local_message_type: 6 0x9292.4-0x9293 (0.4) | | | data_message{}: 0x9293-0x92a9 (22) -0x9290| 1c dd 56 3f | ..V? | timestamp: 1062657308 (s) 0x9293-0x9297 (4) +0x9290| 1c dd 56 3f | ..V? | timestamp: 1062657308 (2023-09-03T06:35:08Z) 0x9293-0x9297 (4) 0x9290| 76 8d 32 2a | v.2* | position_lat: 59.34019362553954 (707956086) 0x9297-0x929b (4) 0x9290| 76 44 cf 0c | vD.. | position_long: 18.013553973287344 (214910070) 0x929b-0x929f (4) 0x9290| f1| .| distance: 34137.45 (3413745) (m) 0x929f-0x92a3 (4) @@ -27615,7 +27615,7 @@ $ fq -d fit dv activity.fit 0x92a0| 06 | . | reserved: false 0x92a9.3-0x92a9.4 (0.1) 0x92a0| 06 | . | local_message_type: 6 0x92a9.4-0x92aa (0.4) | | | data_message{}: 0x92aa-0x92c0 (22) -0x92a0| 1e dd 56 3f | ..V? | timestamp: 1062657310 (s) 0x92aa-0x92ae (4) +0x92a0| 1e dd 56 3f | ..V? | timestamp: 1062657310 (2023-09-03T06:35:10Z) 0x92aa-0x92ae (4) 0x92a0| b4 8e| ..| position_lat: 59.34022027999163 (707956404) 0x92ae-0x92b2 (4) 0x92b0|32 2a |2* | 0x92b0| 79 3b cf 0c | y;.. | position_long: 18.013361105695367 (214907769) 0x92b2-0x92b6 (4) @@ -27632,7 +27632,7 @@ $ fq -d fit dv activity.fit 0x92c0|06 |. | reserved: false 0x92c0.3-0x92c0.4 (0.1) 0x92c0|06 |. | local_message_type: 6 0x92c0.4-0x92c1 (0.4) | | | data_message{}: 0x92c1-0x92d7 (22) -0x92c0| 22 dd 56 3f | ".V? | timestamp: 1062657314 (s) 0x92c1-0x92c5 (4) +0x92c0| 22 dd 56 3f | ".V? | timestamp: 1062657314 (2023-09-03T06:35:14Z) 0x92c1-0x92c5 (4) 0x92c0| b6 91 32 2a | ..2* | position_lat: 59.34028482064605 (707957174) 0x92c5-0x92c9 (4) 0x92c0| 65 29 cf 0c | e).. | position_long: 18.012973191216588 (214903141) 0x92c9-0x92cd (4) 0x92c0| 74 24 34| t$4| distance: 34172.04 (3417204) (m) 0x92cd-0x92d1 (4) @@ -27649,7 +27649,7 @@ $ fq -d fit dv activity.fit 0x92d0| 06 | . | reserved: false 0x92d7.3-0x92d7.4 (0.1) 0x92d0| 06 | . | local_message_type: 6 0x92d7.4-0x92d8 (0.4) | | | data_message{}: 0x92d8-0x92ee (22) -0x92d0| 26 dd 56 3f | &.V? | timestamp: 1062657318 (s) 0x92d8-0x92dc (4) +0x92d0| 26 dd 56 3f | &.V? | timestamp: 1062657318 (2023-09-03T06:35:18Z) 0x92d8-0x92dc (4) 0x92d0| 91 94 32 2a| ..2*| position_lat: 59.34034609235823 (707957905) 0x92dc-0x92e0 (4) 0x92e0|6d 15 cf 0c |m... | position_long: 18.01254470832646 (214898029) 0x92e0-0x92e4 (4) 0x92e0| 57 2e 34 00 | W.4. | distance: 34197.35 (3419735) (m) 0x92e4-0x92e8 (4) @@ -27665,7 +27665,7 @@ $ fq -d fit dv activity.fit 0x92e0| 06 | . | reserved: false 0x92ee.3-0x92ee.4 (0.1) 0x92e0| 06 | . | local_message_type: 6 0x92ee.4-0x92ef (0.4) | | | data_message{}: 0x92ef-0x9305 (22) -0x92e0| 2a| *| timestamp: 1062657322 (s) 0x92ef-0x92f3 (4) +0x92e0| 2a| *| timestamp: 1062657322 (2023-09-03T06:35:22Z) 0x92ef-0x92f3 (4) 0x92f0|dd 56 3f |.V? | 0x92f0| 63 96 32 2a | c.2* | position_lat: 59.34038515202701 (707958371) 0x92f3-0x92f7 (4) 0x92f0| 61 00 cf 0c | a... | position_long: 18.012093091383576 (214892641) 0x92f7-0x92fb (4) @@ -27683,7 +27683,7 @@ $ fq -d fit dv activity.fit 0x9300| 06 | . | reserved: false 0x9305.3-0x9305.4 (0.1) 0x9300| 06 | . | local_message_type: 6 0x9305.4-0x9306 (0.4) | | | data_message{}: 0x9306-0x931c (22) -0x9300| 2e dd 56 3f | ..V? | timestamp: 1062657326 (s) 0x9306-0x930a (4) +0x9300| 2e dd 56 3f | ..V? | timestamp: 1062657326 (2023-09-03T06:35:26Z) 0x9306-0x930a (4) 0x9300| 63 98 32 2a | c.2* | position_lat: 59.34042806737125 (707958883) 0x930a-0x930e (4) 0x9300| d6 eb| ..| position_long: 18.011652287095785 (214887382) 0x930e-0x9312 (4) 0x9310|ce 0c |.. | @@ -27700,7 +27700,7 @@ $ fq -d fit dv activity.fit 0x9310| 06 | . | reserved: false 0x931c.3-0x931c.4 (0.1) 0x9310| 06 | . | local_message_type: 6 0x931c.4-0x931d (0.4) | | | data_message{}: 0x931d-0x9333 (22) -0x9310| 32 dd 56| 2.V| timestamp: 1062657330 (s) 0x931d-0x9321 (4) +0x9310| 32 dd 56| 2.V| timestamp: 1062657330 (2023-09-03T06:35:30Z) 0x931d-0x9321 (4) 0x9320|3f |? | 0x9320| a9 99 32 2a | ..2* | position_lat: 59.34045539237559 (707959209) 0x9321-0x9325 (4) 0x9320| 08 d8 ce 0c | .... | position_long: 18.011227324604988 (214882312) 0x9325-0x9329 (4) @@ -27718,7 +27718,7 @@ $ fq -d fit dv activity.fit 0x9330| 06 | . | reserved: false 0x9333.3-0x9333.4 (0.1) 0x9330| 06 | . | local_message_type: 6 0x9333.4-0x9334 (0.4) | | | data_message{}: 0x9334-0x934a (22) -0x9330| 36 dd 56 3f | 6.V? | timestamp: 1062657334 (s) 0x9334-0x9338 (4) +0x9330| 36 dd 56 3f | 6.V? | timestamp: 1062657334 (2023-09-03T06:35:34Z) 0x9334-0x9338 (4) 0x9330| b9 9a 32 2a | ..2* | position_lat: 59.340478191152215 (707959481) 0x9338-0x933c (4) 0x9330| 0e c4 ce 0c| ....| position_long: 18.010798674076796 (214877198) 0x933c-0x9340 (4) 0x9340|9c 55 34 00 |.U4. | distance: 34297.88 (3429788) (m) 0x9340-0x9344 (4) @@ -27734,7 +27734,7 @@ $ fq -d fit dv activity.fit 0x9340| 06 | . | reserved: false 0x934a.3-0x934a.4 (0.1) 0x9340| 06 | . | local_message_type: 6 0x934a.4-0x934b (0.4) | | | data_message{}: 0x934b-0x9361 (22) -0x9340| 39 dd 56 3f | 9.V? | timestamp: 1062657337 (s) 0x934b-0x934f (4) +0x9340| 39 dd 56 3f | 9.V? | timestamp: 1062657337 (2023-09-03T06:35:37Z) 0x934b-0x934f (4) 0x9340| 50| P| position_lat: 59.34051230549812 (707959888) 0x934f-0x9353 (4) 0x9350|9c 32 2a |.2* | 0x9350| a5 b3 ce 0c | .... | position_long: 18.01044655032456 (214872997) 0x9353-0x9357 (4) @@ -27751,7 +27751,7 @@ $ fq -d fit dv activity.fit 0x9360| 06 | . | reserved: false 0x9361.3-0x9361.4 (0.1) 0x9360| 06 | . | local_message_type: 6 0x9361.4-0x9362 (0.4) | | | data_message{}: 0x9362-0x9378 (22) -0x9360| 3c dd 56 3f | <.V? | timestamp: 1062657340 (s) 0x9362-0x9366 (4) +0x9360| 3c dd 56 3f | <.V? | timestamp: 1062657340 (2023-09-03T06:35:40Z) 0x9362-0x9366 (4) 0x9360| 2b 9d 32 2a | +.2* | position_lat: 59.34053066186607 (707960107) 0x9366-0x936a (4) 0x9360| 8a a2 ce 0c | .... | position_long: 18.010079506784678 (214868618) 0x936a-0x936e (4) 0x9360| c7 65| .e| distance: 34339.27 (3433927) (m) 0x936e-0x9372 (4) @@ -27768,7 +27768,7 @@ $ fq -d fit dv activity.fit 0x9370| 06 | . | reserved: false 0x9378.3-0x9378.4 (0.1) 0x9370| 06 | . | local_message_type: 6 0x9378.4-0x9379 (0.4) | | | data_message{}: 0x9379-0x938f (22) -0x9370| 3d dd 56 3f | =.V? | timestamp: 1062657341 (s) 0x9379-0x937d (4) +0x9370| 3d dd 56 3f | =.V? | timestamp: 1062657341 (2023-09-03T06:35:41Z) 0x9379-0x937d (4) 0x9370| 2f 9d 32| /.2| position_lat: 59.340530997142196 (707960111) 0x937d-0x9381 (4) 0x9380|2a |* | 0x9380| eb 9c ce 0c | .... | position_long: 18.00995889119804 (214867179) 0x9381-0x9385 (4) @@ -27785,7 +27785,7 @@ $ fq -d fit dv activity.fit 0x9380| 06| .| reserved: false 0x938f.3-0x938f.4 (0.1) 0x9380| 06| .| local_message_type: 6 0x938f.4-0x9390 (0.4) | | | data_message{}: 0x9390-0x93a6 (22) -0x9390|41 dd 56 3f |A.V? | timestamp: 1062657345 (s) 0x9390-0x9394 (4) +0x9390|41 dd 56 3f |A.V? | timestamp: 1062657345 (2023-09-03T06:35:45Z) 0x9390-0x9394 (4) 0x9390| e3 97 32 2a | ..2* | position_lat: 59.34041733853519 (707958755) 0x9394-0x9398 (4) 0x9390| 2a 8d ce 0c | *... | position_long: 18.00962084904313 (214863146) 0x9398-0x939c (4) 0x9390| 08 72 34 00| .r4.| distance: 34370.64 (3437064) (m) 0x939c-0x93a0 (4) @@ -27801,7 +27801,7 @@ $ fq -d fit dv activity.fit 0x93a0| 06 | . | reserved: false 0x93a6.3-0x93a6.4 (0.1) 0x93a0| 06 | . | local_message_type: 6 0x93a6.4-0x93a7 (0.4) | | | data_message{}: 0x93a7-0x93bd (22) -0x93a0| 45 dd 56 3f | E.V? | timestamp: 1062657349 (s) 0x93a7-0x93ab (4) +0x93a0| 45 dd 56 3f | E.V? | timestamp: 1062657349 (2023-09-03T06:35:49Z) 0x93a7-0x93ab (4) 0x93a0| 69 8f 32 2a | i.2* | position_lat: 59.34023545123637 (707956585) 0x93ab-0x93af (4) 0x93a0| d1| .| position_long: 18.009634846821427 (214863313) 0x93af-0x93b3 (4) 0x93b0|8d ce 0c |... | @@ -27830,7 +27830,7 @@ $ fq -d fit dv activity.fit 0x93c0| 06 | . | reserved: false 0x93c5.3-0x93c5.4 (0.1) 0x93c0| 06 | . | local_message_type: 6 0x93c5.4-0x93c6 (0.4) | | | data_message{}: 0x93c6-0x93dc (22) -0x93c0| 4a dd 56 3f | J.V? | timestamp: 1062657354 (s) 0x93c6-0x93ca (4) +0x93c0| 4a dd 56 3f | J.V? | timestamp: 1062657354 (2023-09-03T06:35:54Z) 0x93c6-0x93ca (4) 0x93c0| ca 85 32 2a | ..2* | position_lat: 59.34002900496125 (707954122) 0x93ca-0x93ce (4) 0x93c0| 8e 8c| ..| position_long: 18.009607773274183 (214862990) 0x93ce-0x93d2 (4) 0x93d0|ce 0c |.. | @@ -27847,7 +27847,7 @@ $ fq -d fit dv activity.fit 0x93d0| 06 | . | reserved: false 0x93dc.3-0x93dc.4 (0.1) 0x93d0| 06 | . | local_message_type: 6 0x93dc.4-0x93dd (0.4) | | | data_message{}: 0x93dd-0x93f3 (22) -0x93d0| 4f dd 56| O.V| timestamp: 1062657359 (s) 0x93dd-0x93e1 (4) +0x93d0| 4f dd 56| O.V| timestamp: 1062657359 (2023-09-03T06:35:59Z) 0x93dd-0x93e1 (4) 0x93e0|3f |? | 0x93e0| 10 7c 32 2a | .|2* | position_lat: 59.33982029557228 (707951632) 0x93e1-0x93e5 (4) 0x93e0| d9 8f ce 0c | .... | position_long: 18.00967843271792 (214863833) 0x93e5-0x93e9 (4) @@ -27865,7 +27865,7 @@ $ fq -d fit dv activity.fit 0x93f0| 06 | . | reserved: false 0x93f3.3-0x93f3.4 (0.1) 0x93f0| 06 | . | local_message_type: 6 0x93f3.4-0x93f4 (0.4) | | | data_message{}: 0x93f4-0x940a (22) -0x93f0| 54 dd 56 3f | T.V? | timestamp: 1062657364 (s) 0x93f4-0x93f8 (4) +0x93f0| 54 dd 56 3f | T.V? | timestamp: 1062657364 (2023-09-03T06:36:04Z) 0x93f4-0x93f8 (4) 0x93f0| 35 72 32 2a | 5r2* | position_lat: 59.33960882015526 (707949109) 0x93f8-0x93fc (4) 0x93f0| 1e 8e ce 0c| ....| position_long: 18.00964130088687 (214863390) 0x93fc-0x9400 (4) 0x9400|0d 95 34 00 |..4. | distance: 34460.29 (3446029) (m) 0x9400-0x9404 (4) @@ -27881,7 +27881,7 @@ $ fq -d fit dv activity.fit 0x9400| 06 | . | reserved: false 0x940a.3-0x940a.4 (0.1) 0x9400| 06 | . | local_message_type: 6 0x940a.4-0x940b (0.4) | | | data_message{}: 0x940b-0x9421 (22) -0x9400| 59 dd 56 3f | Y.V? | timestamp: 1062657369 (s) 0x940b-0x940f (4) +0x9400| 59 dd 56 3f | Y.V? | timestamp: 1062657369 (2023-09-03T06:36:09Z) 0x940b-0x940f (4) 0x9400| 93| .| position_lat: 59.33942358009517 (707946899) 0x940f-0x9413 (4) 0x9410|69 32 2a |i2* | 0x9410| a6 8f ce 0c | .... | position_long: 18.009674157947302 (214863782) 0x9413-0x9417 (4) @@ -27898,7 +27898,7 @@ $ fq -d fit dv activity.fit 0x9420| 06 | . | reserved: false 0x9421.3-0x9421.4 (0.1) 0x9420| 06 | . | local_message_type: 6 0x9421.4-0x9422 (0.4) | | | data_message{}: 0x9422-0x9438 (22) -0x9420| 5f dd 56 3f | _.V? | timestamp: 1062657375 (s) 0x9422-0x9426 (4) +0x9420| 5f dd 56 3f | _.V? | timestamp: 1062657375 (2023-09-03T06:36:15Z) 0x9422-0x9426 (4) 0x9420| de 60 32 2a | .`2* | position_lat: 59.33923674747348 (707944670) 0x9426-0x942a (4) 0x9420| 9c 8d ce 0c | .... | position_long: 18.009630404412746 (214863260) 0x942a-0x942e (4) 0x9420| 3c a5| <.| distance: 34501.72 (3450172) (m) 0x942e-0x9432 (4) @@ -27915,7 +27915,7 @@ $ fq -d fit dv activity.fit 0x9430| 06 | . | reserved: false 0x9438.3-0x9438.4 (0.1) 0x9430| 06 | . | local_message_type: 6 0x9438.4-0x9439 (0.4) | | | data_message{}: 0x9439-0x944f (22) -0x9430| 66 dd 56 3f | f.V? | timestamp: 1062657382 (s) 0x9439-0x943d (4) +0x9430| 66 dd 56 3f | f.V? | timestamp: 1062657382 (2023-09-03T06:36:22Z) 0x9439-0x943d (4) 0x9430| 3e 57 32| >W2| position_lat: 59.33903021737933 (707942206) 0x943d-0x9441 (4) 0x9440|2a |* | 0x9440| 96 8c ce 0c | .... | position_long: 18.009608443826437 (214862998) 0x9441-0x9445 (4) @@ -27932,7 +27932,7 @@ $ fq -d fit dv activity.fit 0x9440| 06| .| reserved: false 0x944f.3-0x944f.4 (0.1) 0x9440| 06| .| local_message_type: 6 0x944f.4-0x9450 (0.4) | | | data_message{}: 0x9450-0x9466 (22) -0x9450|6c dd 56 3f |l.V? | timestamp: 1062657388 (s) 0x9450-0x9454 (4) +0x9450|6c dd 56 3f |l.V? | timestamp: 1062657388 (2023-09-03T06:36:28Z) 0x9450-0x9454 (4) 0x9450| c9 4d 32 2a | .M2* | position_lat: 59.33882729150355 (707939785) 0x9454-0x9458 (4) 0x9450| 78 8b ce 0c | x... | position_long: 18.009584471583366 (214862712) 0x9458-0x945c (4) 0x9450| 13 b7 34 00| ..4.| distance: 34547.39 (3454739) (m) 0x945c-0x9460 (4) @@ -27948,7 +27948,7 @@ $ fq -d fit dv activity.fit 0x9460| 06 | . | reserved: false 0x9466.3-0x9466.4 (0.1) 0x9460| 06 | . | local_message_type: 6 0x9466.4-0x9467 (0.4) | | | data_message{}: 0x9467-0x947d (22) -0x9460| 71 dd 56 3f | q.V? | timestamp: 1062657393 (s) 0x9467-0x946b (4) +0x9460| 71 dd 56 3f | q.V? | timestamp: 1062657393 (2023-09-03T06:36:33Z) 0x9467-0x946b (4) 0x9460| 17 45 32 2a | .E2* | position_lat: 59.33864071033895 (707937559) 0x946b-0x946f (4) 0x9460| 9d| .| position_long: 18.00960903055966 (214863005) 0x946f-0x9473 (4) 0x9470|8c ce 0c |... | @@ -27965,7 +27965,7 @@ $ fq -d fit dv activity.fit 0x9470| 06 | . | reserved: false 0x947d.3-0x947d.4 (0.1) 0x9470| 06 | . | local_message_type: 6 0x947d.4-0x947e (0.4) | | | data_message{}: 0x947e-0x9494 (22) -0x9470| 74 dd| t.| timestamp: 1062657396 (s) 0x947e-0x9482 (4) +0x9470| 74 dd| t.| timestamp: 1062657396 (2023-09-03T06:36:36Z) 0x947e-0x9482 (4) 0x9480|56 3f |V? | 0x9480| e3 3c 32 2a | .<2* | position_lat: 59.33846469037235 (707935459) 0x9482-0x9486 (4) 0x9480| ea 8c ce 0c | .... | position_long: 18.0096154846251 (214863082) 0x9486-0x948a (4) @@ -27982,7 +27982,7 @@ $ fq -d fit dv activity.fit 0x9490| 06 | . | reserved: false 0x9494.3-0x9494.4 (0.1) 0x9490| 06 | . | local_message_type: 6 0x9494.4-0x9495 (0.4) | | | data_message{}: 0x9495-0x94ab (22) -0x9490| 78 dd 56 3f | x.V? | timestamp: 1062657400 (s) 0x9495-0x9499 (4) +0x9490| 78 dd 56 3f | x.V? | timestamp: 1062657400 (2023-09-03T06:36:40Z) 0x9495-0x9499 (4) 0x9490| 1f 33 32 2a | .32* | position_lat: 59.33825514279306 (707932959) 0x9499-0x949d (4) 0x9490| 5e 88 ce| ^..| position_long: 18.009517919272184 (214861918) 0x949d-0x94a1 (4) 0x94a0|0c |. | @@ -27999,7 +27999,7 @@ $ fq -d fit dv activity.fit 0x94a0| 06 | . | reserved: false 0x94ab.3-0x94ab.4 (0.1) 0x94a0| 06 | . | local_message_type: 6 0x94ab.4-0x94ac (0.4) | | | data_message{}: 0x94ac-0x94c2 (22) -0x94a0| 79 dd 56 3f| y.V?| timestamp: 1062657401 (s) 0x94ac-0x94b0 (4) +0x94a0| 79 dd 56 3f| y.V?| timestamp: 1062657401 (2023-09-03T06:36:41Z) 0x94ac-0x94b0 (4) 0x94b0|0f 31 32 2a |.12* | position_lat: 59.338210886344314 (707932431) 0x94b0-0x94b4 (4) 0x94b0| b9 85 ce 0c | .... | position_long: 18.009461173787713 (214861241) 0x94b4-0x94b8 (4) 0x94b0| 8f d2 34 00 | ..4. | distance: 34617.75 (3461775) (m) 0x94b8-0x94bc (4) @@ -28015,7 +28015,7 @@ $ fq -d fit dv activity.fit 0x94c0| 06 | . | reserved: false 0x94c2.3-0x94c2.4 (0.1) 0x94c0| 06 | . | local_message_type: 6 0x94c2.4-0x94c3 (0.4) | | | data_message{}: 0x94c3-0x94d9 (22) -0x94c0| 7d dd 56 3f | }.V? | timestamp: 1062657405 (s) 0x94c3-0x94c7 (4) +0x94c0| 7d dd 56 3f | }.V? | timestamp: 1062657405 (2023-09-03T06:36:45Z) 0x94c3-0x94c7 (4) 0x94c0| 9c 29 32 2a | .)2* | position_lat: 59.33805104345083 (707930524) 0x94c7-0x94cb (4) 0x94c0| a0 76 ce 0c | .v.. | position_long: 18.009137213230133 (214857376) 0x94cb-0x94cf (4) 0x94c0| 96| .| distance: 34643.42 (3464342) (m) 0x94cf-0x94d3 (4) @@ -28032,7 +28032,7 @@ $ fq -d fit dv activity.fit 0x94d0| 06 | . | reserved: false 0x94d9.3-0x94d9.4 (0.1) 0x94d0| 06 | . | local_message_type: 6 0x94d9.4-0x94da (0.4) | | | data_message{}: 0x94da-0x94f0 (22) -0x94d0| 7f dd 56 3f | ..V? | timestamp: 1062657407 (s) 0x94da-0x94de (4) +0x94d0| 7f dd 56 3f | ..V? | timestamp: 1062657407 (2023-09-03T06:36:47Z) 0x94da-0x94de (4) 0x94d0| 37 26| 7&| position_lat: 59.33797820471227 (707929655) 0x94de-0x94e2 (4) 0x94e0|32 2a |2* | 0x94e0| 1c 6e ce 0c | .n.. | position_long: 18.008954487740993 (214855196) 0x94e2-0x94e6 (4) @@ -28049,7 +28049,7 @@ $ fq -d fit dv activity.fit 0x94f0|06 |. | reserved: false 0x94f0.3-0x94f0.4 (0.1) 0x94f0|06 |. | local_message_type: 6 0x94f0.4-0x94f1 (0.4) | | | data_message{}: 0x94f1-0x9507 (22) -0x94f0| 82 dd 56 3f | ..V? | timestamp: 1062657410 (s) 0x94f1-0x94f5 (4) +0x94f0| 82 dd 56 3f | ..V? | timestamp: 1062657410 (2023-09-03T06:36:50Z) 0x94f1-0x94f5 (4) 0x94f0| 45 26 32 2a | E&2* | position_lat: 59.337979378178716 (707929669) 0x94f5-0x94f9 (4) 0x94f0| ab 5e ce 0c | .^.. | position_long: 18.008623151108623 (214851243) 0x94f9-0x94fd (4) 0x94f0| be e9 34| ..4| distance: 34677.1 (3467710) (m) 0x94fd-0x9501 (4) @@ -28066,7 +28066,7 @@ $ fq -d fit dv activity.fit 0x9500| 06 | . | reserved: false 0x9507.3-0x9507.4 (0.1) 0x9500| 06 | . | local_message_type: 6 0x9507.4-0x9508 (0.4) | | | data_message{}: 0x9508-0x951e (22) -0x9500| 85 dd 56 3f | ..V? | timestamp: 1062657413 (s) 0x9508-0x950c (4) +0x9500| 85 dd 56 3f | ..V? | timestamp: 1062657413 (2023-09-03T06:36:53Z) 0x9508-0x950c (4) 0x9500| 39 29 32 2a| 9)2*| position_lat: 59.33804274536669 (707930425) 0x950c-0x9510 (4) 0x9510|6a 4d ce 0c |jM.. | position_long: 18.008252922445536 (214846826) 0x9510-0x9514 (4) 0x9510| af f1 34 00 | ..4. | distance: 34697.43 (3469743) (m) 0x9514-0x9518 (4) @@ -28082,7 +28082,7 @@ $ fq -d fit dv activity.fit 0x9510| 06 | . | reserved: false 0x951e.3-0x951e.4 (0.1) 0x9510| 06 | . | local_message_type: 6 0x951e.4-0x951f (0.4) | | | data_message{}: 0x951f-0x9535 (22) -0x9510| 88| .| timestamp: 1062657416 (s) 0x951f-0x9523 (4) +0x9510| 88| .| timestamp: 1062657416 (2023-09-03T06:36:56Z) 0x951f-0x9523 (4) 0x9520|dd 56 3f |.V? | 0x9520| d7 25 32 2a | .%2* | position_lat: 59.33797015808523 (707929559) 0x9523-0x9527 (4) 0x9520| 36 3b ce 0c | 6;.. | position_long: 18.007862325757742 (214842166) 0x9527-0x952b (4) @@ -28100,7 +28100,7 @@ $ fq -d fit dv activity.fit 0x9530| 06 | . | reserved: false 0x9535.3-0x9535.4 (0.1) 0x9530| 06 | . | local_message_type: 6 0x9535.4-0x9536 (0.4) | | | data_message{}: 0x9536-0x954c (22) -0x9530| 8b dd 56 3f | ..V? | timestamp: 1062657419 (s) 0x9536-0x953a (4) +0x9530| 8b dd 56 3f | ..V? | timestamp: 1062657419 (2023-09-03T06:36:59Z) 0x9536-0x953a (4) 0x9530| 2c 1e 32 2a | ,.2* | position_lat: 59.33780562132597 (707927596) 0x953a-0x953e (4) 0x9530| 51 2d| Q-| position_long: 18.00756418146193 (214838609) 0x953e-0x9542 (4) 0x9540|ce 0c |.. | @@ -28117,7 +28117,7 @@ $ fq -d fit dv activity.fit 0x9540| 06 | . | reserved: false 0x954c.3-0x954c.4 (0.1) 0x9540| 06 | . | local_message_type: 6 0x954c.4-0x954d (0.4) | | | data_message{}: 0x954d-0x9563 (22) -0x9540| 8e dd 56| ..V| timestamp: 1062657422 (s) 0x954d-0x9551 (4) +0x9540| 8e dd 56| ..V| timestamp: 1062657422 (2023-09-03T06:37:02Z) 0x954d-0x9551 (4) 0x9550|3f |? | 0x9550| 0e 16 32 2a | ..2* | position_lat: 59.337631445378065 (707925518) 0x9551-0x9555 (4) 0x9550| c0 1f ce 0c | .... | position_long: 18.007273077964783 (214835136) 0x9555-0x9559 (4) @@ -28135,7 +28135,7 @@ $ fq -d fit dv activity.fit 0x9560| 06 | . | reserved: false 0x9563.3-0x9563.4 (0.1) 0x9560| 06 | . | local_message_type: 6 0x9563.4-0x9564 (0.4) | | | data_message{}: 0x9564-0x957a (22) -0x9560| 91 dd 56 3f | ..V? | timestamp: 1062657425 (s) 0x9564-0x9568 (4) +0x9560| 91 dd 56 3f | ..V? | timestamp: 1062657425 (2023-09-03T06:37:05Z) 0x9564-0x9568 (4) 0x9560| a8 0e 32 2a | ..2* | position_lat: 59.337472692131996 (707923624) 0x9568-0x956c (4) 0x9560| 9d 12 ce 0c| ....| position_long: 18.006991194561124 (214831773) 0x956c-0x9570 (4) 0x9570|74 17 35 00 |t.5. | distance: 34794.12 (3479412) (m) 0x9570-0x9574 (4) @@ -28151,7 +28151,7 @@ $ fq -d fit dv activity.fit 0x9570| 06 | . | reserved: false 0x957a.3-0x957a.4 (0.1) 0x9570| 06 | . | local_message_type: 6 0x957a.4-0x957b (0.4) | | | data_message{}: 0x957b-0x9591 (22) -0x9570| 94 dd 56 3f | ..V? | timestamp: 1062657428 (s) 0x957b-0x957f (4) +0x9570| 94 dd 56 3f | ..V? | timestamp: 1062657428 (2023-09-03T06:37:08Z) 0x957b-0x957f (4) 0x9570| 6e| n| position_lat: 59.33731762692332 (707921774) 0x957f-0x9583 (4) 0x9580|07 32 2a |.2* | 0x9580| be 04 ce 0c | .... | position_long: 18.006693553179502 (214828222) 0x9583-0x9587 (4) @@ -28168,7 +28168,7 @@ $ fq -d fit dv activity.fit 0x9590| 06 | . | reserved: false 0x9591.3-0x9591.4 (0.1) 0x9590| 06 | . | local_message_type: 6 0x9591.4-0x9592 (0.4) | | | data_message{}: 0x9592-0x95a8 (22) -0x9590| 97 dd 56 3f | ..V? | timestamp: 1062657431 (s) 0x9592-0x9596 (4) +0x9590| 97 dd 56 3f | ..V? | timestamp: 1062657431 (2023-09-03T06:37:11Z) 0x9592-0x9596 (4) 0x9590| 9b 00 32 2a | ..2* | position_lat: 59.337171195074916 (707920027) 0x9596-0x959a (4) 0x9590| 39 f7 cd 0c | 9... | position_long: 18.006403455510736 (214824761) 0x959a-0x959e (4) 0x9590| f8 29| .)| distance: 34841.52 (3484152) (m) 0x959e-0x95a2 (4) @@ -28185,7 +28185,7 @@ $ fq -d fit dv activity.fit 0x95a0| 06 | . | reserved: false 0x95a8.3-0x95a8.4 (0.1) 0x95a0| 06 | . | local_message_type: 6 0x95a8.4-0x95a9 (0.4) | | | data_message{}: 0x95a9-0x95bf (22) -0x95a0| 9a dd 56 3f | ..V? | timestamp: 1062657434 (s) 0x95a9-0x95ad (4) +0x95a0| 9a dd 56 3f | ..V? | timestamp: 1062657434 (2023-09-03T06:37:14Z) 0x95a9-0x95ad (4) 0x95a0| e4 f9 31| ..1| position_lat: 59.3370271101594 (707918308) 0x95ad-0x95b1 (4) 0x95b0|2a |* | 0x95b0| 58 ea cd 0c | X... | position_long: 18.00612710416317 (214821464) 0x95b1-0x95b5 (4) @@ -28202,7 +28202,7 @@ $ fq -d fit dv activity.fit 0x95b0| 06| .| reserved: false 0x95bf.3-0x95bf.4 (0.1) 0x95b0| 06| .| local_message_type: 6 0x95bf.4-0x95c0 (0.4) | | | data_message{}: 0x95c0-0x95d6 (22) -0x95c0|9d dd 56 3f |..V? | timestamp: 1062657437 (s) 0x95c0-0x95c4 (4) +0x95c0|9d dd 56 3f |..V? | timestamp: 1062657437 (2023-09-03T06:37:17Z) 0x95c0-0x95c4 (4) 0x95c0| d4 f3 31 2a | ..1* | position_lat: 59.336897023022175 (707916756) 0x95c4-0x95c8 (4) 0x95c0| dc dd cd 0c | .... | position_long: 18.005859218537807 (214818268) 0x95c8-0x95cc (4) 0x95c0| f6 3a 35 00| .:5.| distance: 34885.02 (3488502) (m) 0x95cc-0x95d0 (4) @@ -28218,7 +28218,7 @@ $ fq -d fit dv activity.fit 0x95d0| 06 | . | reserved: false 0x95d6.3-0x95d6.4 (0.1) 0x95d0| 06 | . | local_message_type: 6 0x95d6.4-0x95d7 (0.4) | | | data_message{}: 0x95d7-0x95ed (22) -0x95d0| a0 dd 56 3f | ..V? | timestamp: 1062657440 (s) 0x95d7-0x95db (4) +0x95d0| a0 dd 56 3f | ..V? | timestamp: 1062657440 (2023-09-03T06:37:20Z) 0x95d7-0x95db (4) 0x95d0| 4b ee 31 2a | K.1* | position_lat: 59.336778251454234 (707915339) 0x95db-0x95df (4) 0x95d0| cc| .| position_long: 18.00557892769575 (214814924) 0x95df-0x95e3 (4) 0x95e0|d0 cd 0c |... | @@ -28235,7 +28235,7 @@ $ fq -d fit dv activity.fit 0x95e0| 06 | . | reserved: false 0x95ed.3-0x95ed.4 (0.1) 0x95e0| 06 | . | local_message_type: 6 0x95ed.4-0x95ee (0.4) | | | data_message{}: 0x95ee-0x9604 (22) -0x95e0| a1 dd| ..| timestamp: 1062657441 (s) 0x95ee-0x95f2 (4) +0x95e0| a1 dd| ..| timestamp: 1062657441 (2023-09-03T06:37:21Z) 0x95ee-0x95f2 (4) 0x95f0|56 3f |V? | 0x95f0| bc ec 31 2a | ..1* | position_lat: 59.33674480766058 (707914940) 0x95f2-0x95f6 (4) 0x95f0| 75 cb cd 0c | u... | position_long: 18.005464347079396 (214813557) 0x95f6-0x95fa (4) @@ -28252,7 +28252,7 @@ $ fq -d fit dv activity.fit 0x9600| 06 | . | reserved: false 0x9604.3-0x9604.4 (0.1) 0x9600| 06 | . | local_message_type: 6 0x9604.4-0x9605 (0.4) | | | data_message{}: 0x9605-0x961b (22) -0x9600| a4 dd 56 3f | ..V? | timestamp: 1062657444 (s) 0x9605-0x9609 (4) +0x9600| a4 dd 56 3f | ..V? | timestamp: 1062657444 (2023-09-03T06:37:24Z) 0x9605-0x9609 (4) 0x9600| b7 e9 31 2a | ..1* | position_lat: 59.336680015549064 (707914167) 0x9609-0x960d (4) 0x9600| 09 b9 cd| ...| position_long: 18.005069056525826 (214808841) 0x960d-0x9611 (4) 0x9610|0c |. | @@ -28269,7 +28269,7 @@ $ fq -d fit dv activity.fit 0x9610| 06 | . | reserved: false 0x961b.3-0x961b.4 (0.1) 0x9610| 06 | . | local_message_type: 6 0x961b.4-0x961c (0.4) | | | data_message{}: 0x961c-0x9632 (22) -0x9610| a7 dd 56 3f| ..V?| timestamp: 1062657447 (s) 0x961c-0x9620 (4) +0x9610| a7 dd 56 3f| ..V?| timestamp: 1062657447 (2023-09-03T06:37:27Z) 0x961c-0x9620 (4) 0x9620|38 e8 31 2a |8.1* | position_lat: 59.33664791285992 (707913784) 0x9620-0x9624 (4) 0x9620| 6c a8 cd 0c | l... | position_long: 18.00471257418394 (214804588) 0x9624-0x9628 (4) 0x9620| 48 57 35 00 | HW5. | distance: 34957.52 (3495752) (m) 0x9628-0x962c (4) @@ -28285,7 +28285,7 @@ $ fq -d fit dv activity.fit 0x9630| 06 | . | reserved: false 0x9632.3-0x9632.4 (0.1) 0x9630| 06 | . | local_message_type: 6 0x9632.4-0x9633 (0.4) | | | data_message{}: 0x9633-0x9649 (22) -0x9630| aa dd 56 3f | ..V? | timestamp: 1062657450 (s) 0x9633-0x9637 (4) +0x9630| aa dd 56 3f | ..V? | timestamp: 1062657450 (2023-09-03T06:37:30Z) 0x9633-0x9637 (4) 0x9630| a9 e4 31 2a | ..1* | position_lat: 59.336571553722024 (707912873) 0x9637-0x963b (4) 0x9630| ba 99 cd 0c | .... | position_long: 18.004397246986628 (214800826) 0x963b-0x963f (4) 0x9630| 0c| .| distance: 34977.4 (3497740) (m) 0x963f-0x9643 (4) @@ -28302,7 +28302,7 @@ $ fq -d fit dv activity.fit 0x9640| 06 | . | reserved: false 0x9649.3-0x9649.4 (0.1) 0x9640| 06 | . | local_message_type: 6 0x9649.4-0x964a (0.4) | | | data_message{}: 0x964a-0x9660 (22) -0x9640| ae dd 56 3f | ..V? | timestamp: 1062657454 (s) 0x964a-0x964e (4) +0x9640| ae dd 56 3f | ..V? | timestamp: 1062657454 (2023-09-03T06:37:34Z) 0x964a-0x964e (4) 0x9640| 87 dd| ..| position_lat: 59.33641850017011 (707911047) 0x964e-0x9652 (4) 0x9650|31 2a |1* | 0x9650| f4 88 cd 0c | .... | position_long: 18.00403732806444 (214796532) 0x9652-0x9656 (4) @@ -28319,8 +28319,8 @@ $ fq -d fit dv activity.fit 0x9660|08 |. | reserved: false 0x9660.3-0x9660.4 (0.1) 0x9660|08 |. | local_message_type: 8 0x9660.4-0x9661 (0.4) | | | data_message{}: 0x9661-0x9697 (54) -0x9660| ae dd 56 3f | ..V? | timestamp: 1062657454 (s) 0x9661-0x9665 (4) -0x9660| 0c dd 56 3f | ..V? | start_time: 1062657292 0x9665-0x9669 (4) +0x9660| ae dd 56 3f | ..V? | timestamp: 1062657454 (2023-09-03T06:37:34Z) 0x9661-0x9665 (4) +0x9660| 0c dd 56 3f | ..V? | start_time: 1062657292 (2023-09-03T06:34:52Z) 0x9665-0x9669 (4) 0x9660| 6d 6e 32 2a | mn2* | start_position_lat: 59.33952768333256 (707948141) 0x9669-0x966d (4) 0x9660| 9d 96 cf| ...| start_position_long: 18.01531677134335 (214931101) 0x966d-0x9671 (4) 0x9670|0c |. | @@ -28351,7 +28351,7 @@ $ fq -d fit dv activity.fit 0x9690| 06 | . | reserved: false 0x9697.3-0x9697.4 (0.1) 0x9690| 06 | . | local_message_type: 6 0x9697.4-0x9698 (0.4) | | | data_message{}: 0x9698-0x96ae (22) -0x9690| b1 dd 56 3f | ..V? | timestamp: 1062657457 (s) 0x9698-0x969c (4) +0x9690| b1 dd 56 3f | ..V? | timestamp: 1062657457 (2023-09-03T06:37:37Z) 0x9698-0x969c (4) 0x9690| 87 d7 31 2a| ..1*| position_lat: 59.3362897541374 (707909511) 0x969c-0x96a0 (4) 0x96a0|3c 7e cd 0c |<~.. | position_long: 18.003807328641415 (214793788) 0x96a0-0x96a4 (4) 0x96a0| 11 71 35 00 | .q5. | distance: 35023.53 (3502353) (m) 0x96a4-0x96a8 (4) @@ -28367,7 +28367,7 @@ $ fq -d fit dv activity.fit 0x96a0| 06 | . | reserved: false 0x96ae.3-0x96ae.4 (0.1) 0x96a0| 06 | . | local_message_type: 6 0x96ae.4-0x96af (0.4) | | | data_message{}: 0x96af-0x96c5 (22) -0x96a0| b5| .| timestamp: 1062657461 (s) 0x96af-0x96b3 (4) +0x96a0| b5| .| timestamp: 1062657461 (2023-09-03T06:37:41Z) 0x96af-0x96b3 (4) 0x96b0|dd 56 3f |.V? | 0x96b0| c0 ce 31 2a | ..1* | position_lat: 59.33610141277313 (707907264) 0x96b3-0x96b7 (4) 0x96b0| 67 74 cd 0c | gt.. | position_long: 18.003596356138587 (214791271) 0x96b7-0x96bb (4) @@ -28385,7 +28385,7 @@ $ fq -d fit dv activity.fit 0x96c0| 06 | . | reserved: false 0x96c5.3-0x96c5.4 (0.1) 0x96c0| 06 | . | local_message_type: 6 0x96c5.4-0x96c6 (0.4) | | | data_message{}: 0x96c6-0x96dc (22) -0x96c0| b9 dd 56 3f | ..V? | timestamp: 1062657465 (s) 0x96c6-0x96ca (4) +0x96c0| b9 dd 56 3f | ..V? | timestamp: 1062657465 (2023-09-03T06:37:45Z) 0x96c6-0x96ca (4) 0x96c0| 4d c5 31 2a | M.1* | position_lat: 59.33589865453541 (707904845) 0x96ca-0x96ce (4) 0x96c0| 65 6f| eo| position_long: 18.003488900139928 (214789989) 0x96ce-0x96d2 (4) 0x96d0|cd 0c |.. | @@ -28402,7 +28402,7 @@ $ fq -d fit dv activity.fit 0x96d0| 06 | . | reserved: false 0x96dc.3-0x96dc.4 (0.1) 0x96d0| 06 | . | local_message_type: 6 0x96dc.4-0x96dd (0.4) | | | data_message{}: 0x96dd-0x96f3 (22) -0x96d0| bd dd 56| ..V| timestamp: 1062657469 (s) 0x96dd-0x96e1 (4) +0x96d0| bd dd 56| ..V| timestamp: 1062657469 (2023-09-03T06:37:49Z) 0x96dd-0x96e1 (4) 0x96e0|3f |? | 0x96e0| c3 bb 31 2a | ..1* | position_lat: 59.335693968459964 (707902403) 0x96e1-0x96e5 (4) 0x96e0| 81 6e cd 0c | .n.. | position_long: 18.003469789400697 (214789761) 0x96e5-0x96e9 (4) @@ -28420,7 +28420,7 @@ $ fq -d fit dv activity.fit 0x96f0| 06 | . | reserved: false 0x96f3.3-0x96f3.4 (0.1) 0x96f0| 06 | . | local_message_type: 6 0x96f3.4-0x96f4 (0.4) | | | data_message{}: 0x96f4-0x970a (22) -0x96f0| c1 dd 56 3f | ..V? | timestamp: 1062657473 (s) 0x96f4-0x96f8 (4) +0x96f0| c1 dd 56 3f | ..V? | timestamp: 1062657473 (2023-09-03T06:37:53Z) 0x96f4-0x96f8 (4) 0x96f0| c3 b2 31 2a | ..1* | position_lat: 59.33550084941089 (707900099) 0x96f8-0x96fc (4) 0x96f0| 84 6f cd 0c| .o..| position_long: 18.00349149852991 (214790020) 0x96fc-0x9700 (4) 0x9700|03 95 35 00 |..5. | distance: 35115.55 (3511555) (m) 0x9700-0x9704 (4) @@ -28436,7 +28436,7 @@ $ fq -d fit dv activity.fit 0x9700| 06 | . | reserved: false 0x970a.3-0x970a.4 (0.1) 0x9700| 06 | . | local_message_type: 6 0x970a.4-0x970b (0.4) | | | data_message{}: 0x970b-0x9721 (22) -0x9700| c5 dd 56 3f | ..V? | timestamp: 1062657477 (s) 0x970b-0x970f (4) +0x9700| c5 dd 56 3f | ..V? | timestamp: 1062657477 (2023-09-03T06:37:57Z) 0x970b-0x970f (4) 0x9700| 39| 9| position_lat: 59.33531762100756 (707897913) 0x970f-0x9713 (4) 0x9710|aa 31 2a |.1* | 0x9710| eb 70 cd 0c | .p.. | position_long: 18.003521589562297 (214790379) 0x9713-0x9717 (4) @@ -28453,7 +28453,7 @@ $ fq -d fit dv activity.fit 0x9720| 06 | . | reserved: false 0x9721.3-0x9721.4 (0.1) 0x9720| 06 | . | local_message_type: 6 0x9721.4-0x9722 (0.4) | | | data_message{}: 0x9722-0x9738 (22) -0x9720| ca dd 56 3f | ..V? | timestamp: 1062657482 (s) 0x9722-0x9726 (4) +0x9720| ca dd 56 3f | ..V? | timestamp: 1062657482 (2023-09-03T06:38:02Z) 0x9722-0x9726 (4) 0x9720| 52 a0 31 2a | R.1* | position_lat: 59.33510513976216 (707895378) 0x9726-0x972a (4) 0x9720| 9f 71 cd 0c | .q.. | position_long: 18.003536676988006 (214790559) 0x972a-0x972e (4) 0x9720| 44 a6| D.| distance: 35159.72 (3515972) (m) 0x972e-0x9732 (4) @@ -28470,7 +28470,7 @@ $ fq -d fit dv activity.fit 0x9730| 06 | . | reserved: false 0x9738.3-0x9738.4 (0.1) 0x9730| 06 | . | local_message_type: 6 0x9738.4-0x9739 (0.4) | | | data_message{}: 0x9739-0x974f (22) -0x9730| cf dd 56 3f | ..V? | timestamp: 1062657487 (s) 0x9739-0x973d (4) +0x9730| cf dd 56 3f | ..V? | timestamp: 1062657487 (2023-09-03T06:38:07Z) 0x9739-0x973d (4) 0x9730| f1 96 31| ..1| position_lat: 59.334903890267015 (707892977) 0x973d-0x9741 (4) 0x9740|2a |* | 0x9740| 2a 73 cd 0c | *s.. | position_long: 18.003569785505533 (214790954) 0x9741-0x9745 (4) @@ -28487,7 +28487,7 @@ $ fq -d fit dv activity.fit 0x9740| 06| .| reserved: false 0x974f.3-0x974f.4 (0.1) 0x9740| 06| .| local_message_type: 6 0x974f.4-0x9750 (0.4) | | | data_message{}: 0x9750-0x9766 (22) -0x9750|d0 dd 56 3f |..V? | timestamp: 1062657488 (s) 0x9750-0x9754 (4) +0x9750|d0 dd 56 3f |..V? | timestamp: 1062657488 (2023-09-03T06:38:08Z) 0x9750-0x9754 (4) 0x9750| 14 95 31 2a | ..1* | position_lat: 59.334863908588886 (707892500) 0x9754-0x9758 (4) 0x9750| 15 73 cd 0c | .s.. | position_long: 18.003568025305867 (214790933) 0x9758-0x975c (4) 0x9750| ca b0 35 00| ..5.| distance: 35186.66 (3518666) (m) 0x975c-0x9760 (4) @@ -28503,7 +28503,7 @@ $ fq -d fit dv activity.fit 0x9760| 06 | . | reserved: false 0x9766.3-0x9766.4 (0.1) 0x9760| 06 | . | local_message_type: 6 0x9766.4-0x9767 (0.4) | | | data_message{}: 0x9767-0x977d (22) -0x9760| d5 dd 56 3f | ..V? | timestamp: 1062657493 (s) 0x9767-0x976b (4) +0x9760| d5 dd 56 3f | ..V? | timestamp: 1062657493 (2023-09-03T06:38:13Z) 0x9767-0x976b (4) 0x9760| 66 8b 31 2a | f.1* | position_lat: 59.334656205028296 (707890022) 0x976b-0x976f (4) 0x9760| 29| )| position_long: 18.003548244014382 (214790697) 0x976f-0x9773 (4) 0x9770|72 cd 0c |r.. | @@ -28520,7 +28520,7 @@ $ fq -d fit dv activity.fit 0x9770| 06 | . | reserved: false 0x977d.3-0x977d.4 (0.1) 0x9770| 06 | . | local_message_type: 6 0x977d.4-0x977e (0.4) | | | data_message{}: 0x977e-0x9794 (22) -0x9770| da dd| ..| timestamp: 1062657498 (s) 0x977e-0x9782 (4) +0x9770| da dd| ..| timestamp: 1062657498 (2023-09-03T06:38:18Z) 0x977e-0x9782 (4) 0x9780|56 3f |V? | 0x9780| d2 81 31 2a | ..1* | position_lat: 59.33445068076253 (707887570) 0x9782-0x9786 (4) 0x9780| dc 73 cd 0c | .s.. | position_long: 18.00358470529318 (214791132) 0x9786-0x978a (4) @@ -28537,7 +28537,7 @@ $ fq -d fit dv activity.fit 0x9790| 06 | . | reserved: false 0x9794.3-0x9794.4 (0.1) 0x9790| 06 | . | local_message_type: 6 0x9794.4-0x9795 (0.4) | | | data_message{}: 0x9795-0x97ab (22) -0x9790| df dd 56 3f | ..V? | timestamp: 1062657503 (s) 0x9795-0x9799 (4) +0x9790| df dd 56 3f | ..V? | timestamp: 1062657503 (2023-09-03T06:38:23Z) 0x9795-0x9799 (4) 0x9790| 17 78 31 2a | .x1* | position_lat: 59.334241887554526 (707885079) 0x9799-0x979d (4) 0x9790| f4 74 cd| .t.| position_long: 18.00360817462206 (214791412) 0x979d-0x97a1 (4) 0x97a0|0c |. | @@ -28554,7 +28554,7 @@ $ fq -d fit dv activity.fit 0x97a0| 06 | . | reserved: false 0x97ab.3-0x97ab.4 (0.1) 0x97a0| 06 | . | local_message_type: 6 0x97ab.4-0x97ac (0.4) | | | data_message{}: 0x97ac-0x97c2 (22) -0x97a0| e4 dd 56 3f| ..V?| timestamp: 1062657508 (s) 0x97ac-0x97b0 (4) +0x97a0| e4 dd 56 3f| ..V?| timestamp: 1062657508 (2023-09-03T06:38:28Z) 0x97ac-0x97b0 (4) 0x97b0|94 6e 31 2a |.n1* | position_lat: 59.3340377882123 (707882644) 0x97b0-0x97b4 (4) 0x97b0| e6 72 cd 0c | .r.. | position_long: 18.003564085811377 (214790886) 0x97b4-0x97b8 (4) 0x97b0| e3 d4 35 00 | ..5. | distance: 35279.07 (3527907) (m) 0x97b8-0x97bc (4) @@ -28570,7 +28570,7 @@ $ fq -d fit dv activity.fit 0x97c0| 06 | . | reserved: false 0x97c2.3-0x97c2.4 (0.1) 0x97c0| 06 | . | local_message_type: 6 0x97c2.4-0x97c3 (0.4) | | | data_message{}: 0x97c3-0x97d9 (22) -0x97c0| e6 dd 56 3f | ..V? | timestamp: 1062657510 (s) 0x97c3-0x97c7 (4) +0x97c0| e6 dd 56 3f | ..V? | timestamp: 1062657510 (2023-09-03T06:38:30Z) 0x97c3-0x97c7 (4) 0x97c0| fd 6a 31 2a | .j1* | position_lat: 59.33396075852215 (707881725) 0x97c7-0x97cb (4) 0x97c0| 7e 70 cd 0c | ~p.. | position_long: 18.00351245328784 (214790270) 0x97cb-0x97cf (4) 0x97c0| 6c| l| distance: 35288.12 (3528812) (m) 0x97cf-0x97d3 (4) @@ -28587,7 +28587,7 @@ $ fq -d fit dv activity.fit 0x97d0| 06 | . | reserved: false 0x97d9.3-0x97d9.4 (0.1) 0x97d0| 06 | . | local_message_type: 6 0x97d9.4-0x97da (0.4) | | | data_message{}: 0x97da-0x97f0 (22) -0x97d0| eb dd 56 3f | ..V? | timestamp: 1062657515 (s) 0x97da-0x97de (4) +0x97d0| eb dd 56 3f | ..V? | timestamp: 1062657515 (2023-09-03T06:38:35Z) 0x97da-0x97de (4) 0x97d0| 0e 62| .b| position_lat: 59.33376906439662 (707879438) 0x97de-0x97e2 (4) 0x97e0|31 2a |1* | 0x97e0| 93 69 cd 0c | .i.. | position_long: 18.003364009782672 (214788499) 0x97e2-0x97e6 (4) @@ -28604,7 +28604,7 @@ $ fq -d fit dv activity.fit 0x97f0|06 |. | reserved: false 0x97f0.3-0x97f0.4 (0.1) 0x97f0|06 |. | local_message_type: 6 0x97f0.4-0x97f1 (0.4) | | | data_message{}: 0x97f1-0x9807 (22) -0x97f0| f0 dd 56 3f | ..V? | timestamp: 1062657520 (s) 0x97f1-0x97f5 (4) +0x97f0| f0 dd 56 3f | ..V? | timestamp: 1062657520 (2023-09-03T06:38:40Z) 0x97f1-0x97f5 (4) 0x97f0| 57 58 31 2a | WX1* | position_lat: 59.333560606464744 (707876951) 0x97f5-0x97f9 (4) 0x97f0| 88 61 cd 0c | .a.. | position_long: 18.00319142639637 (214786440) 0x97f9-0x97fd (4) 0x97f0| 40 eb 35| @.5| distance: 35336.32 (3533632) (m) 0x97fd-0x9801 (4) @@ -28621,7 +28621,7 @@ $ fq -d fit dv activity.fit 0x9800| 06 | . | reserved: false 0x9807.3-0x9807.4 (0.1) 0x9800| 06 | . | local_message_type: 6 0x9807.4-0x9808 (0.4) | | | data_message{}: 0x9808-0x981e (22) -0x9800| f4 dd 56 3f | ..V? | timestamp: 1062657524 (s) 0x9808-0x980c (4) +0x9800| f4 dd 56 3f | ..V? | timestamp: 1062657524 (2023-09-03T06:38:44Z) 0x9808-0x980c (4) 0x9800| 5f 4f 31 2a| _O1*| position_lat: 59.333368157967925 (707874655) 0x980c-0x9810 (4) 0x9810|4b 59 cd 0c |KY.. | position_long: 18.003014652058482 (214784331) 0x9810-0x9814 (4) 0x9810| 80 f4 35 00 | ..5. | distance: 35360 (3536000) (m) 0x9814-0x9818 (4) @@ -28637,7 +28637,7 @@ $ fq -d fit dv activity.fit 0x9810| 06 | . | reserved: false 0x981e.3-0x981e.4 (0.1) 0x9810| 06 | . | local_message_type: 6 0x981e.4-0x981f (0.4) | | | data_message{}: 0x981f-0x9835 (22) -0x9810| f8| .| timestamp: 1062657528 (s) 0x981f-0x9823 (4) +0x9810| f8| .| timestamp: 1062657528 (2023-09-03T06:38:48Z) 0x981f-0x9823 (4) 0x9820|dd 56 3f |.V? | 0x9820| 54 46 31 2a | TF1* | position_lat: 59.333174116909504 (707872340) 0x9823-0x9827 (4) 0x9820| 80 51 cd 0c | .Q.. | position_long: 18.00284743309021 (214782336) 0x9827-0x982b (4) @@ -28655,7 +28655,7 @@ $ fq -d fit dv activity.fit 0x9830| 06 | . | reserved: false 0x9835.3-0x9835.4 (0.1) 0x9830| 06 | . | local_message_type: 6 0x9835.4-0x9836 (0.4) | | | data_message{}: 0x9836-0x984c (22) -0x9830| fc dd 56 3f | ..V? | timestamp: 1062657532 (s) 0x9836-0x983a (4) +0x9830| fc dd 56 3f | ..V? | timestamp: 1062657532 (2023-09-03T06:38:52Z) 0x9836-0x983a (4) 0x9830| d9 3d 31 2a | .=1* | position_lat: 59.33299214579165 (707870169) 0x983a-0x983e (4) 0x9830| 40 4a| @J| position_long: 18.002691864967346 (214780480) 0x983e-0x9842 (4) 0x9840|cd 0c |.. | @@ -28672,7 +28672,7 @@ $ fq -d fit dv activity.fit 0x9840| 06 | . | reserved: false 0x984c.3-0x984c.4 (0.1) 0x9840| 06 | . | local_message_type: 6 0x984c.4-0x984d (0.4) | | | data_message{}: 0x984d-0x9863 (22) -0x9840| 00 de 56| ..V| timestamp: 1062657536 (s) 0x984d-0x9851 (4) +0x9840| 00 de 56| ..V| timestamp: 1062657536 (2023-09-03T06:38:56Z) 0x984d-0x9851 (4) 0x9850|3f |? | 0x9850| cd 34 31 2a | .41* | position_lat: 59.3327980209142 (707867853) 0x9851-0x9855 (4) 0x9850| 71 43 cd 0c | qC.. | position_long: 18.002545768395066 (214778737) 0x9855-0x9859 (4) @@ -28690,7 +28690,7 @@ $ fq -d fit dv activity.fit 0x9860| 06 | . | reserved: false 0x9863.3-0x9863.4 (0.1) 0x9860| 06 | . | local_message_type: 6 0x9863.4-0x9864 (0.4) | | | data_message{}: 0x9864-0x987a (22) -0x9860| 04 de 56 3f | ..V? | timestamp: 1062657540 (s) 0x9864-0x9868 (4) +0x9860| 04 de 56 3f | ..V? | timestamp: 1062657540 (2023-09-03T06:39:00Z) 0x9864-0x9868 (4) 0x9860| 12 2a 31 2a | .*1* | position_lat: 59.332567770034075 (707865106) 0x9868-0x986c (4) 0x9860| 6d 3c cd 0c| m<..| position_long: 18.002395229414105 (214776941) 0x986c-0x9870 (4) 0x9870|00 1a 36 00 |..6. | distance: 35456 (3545600) (m) 0x9870-0x9874 (4) @@ -28706,7 +28706,7 @@ $ fq -d fit dv activity.fit 0x9870| 06 | . | reserved: false 0x987a.3-0x987a.4 (0.1) 0x9870| 06 | . | local_message_type: 6 0x987a.4-0x987b (0.4) | | | data_message{}: 0x987b-0x9891 (22) -0x9870| 07 de 56 3f | ..V? | timestamp: 1062657543 (s) 0x987b-0x987f (4) +0x9870| 07 de 56 3f | ..V? | timestamp: 1062657543 (2023-09-03T06:39:03Z) 0x987b-0x987f (4) 0x9870| a3| .| position_lat: 59.33236534707248 (707862691) 0x987f-0x9883 (4) 0x9880|20 31 2a | 1* | 0x9880| e5 36 cd 0c | .6.. | position_long: 18.002276541665196 (214775525) 0x9883-0x9887 (4) @@ -28723,7 +28723,7 @@ $ fq -d fit dv activity.fit 0x9890| 06 | . | reserved: false 0x9891.3-0x9891.4 (0.1) 0x9890| 06 | . | local_message_type: 6 0x9891.4-0x9892 (0.4) | | | data_message{}: 0x9892-0x98a8 (22) -0x9890| 0a de 56 3f | ..V? | timestamp: 1062657546 (s) 0x9892-0x9896 (4) +0x9890| 0a de 56 3f | ..V? | timestamp: 1062657546 (2023-09-03T06:39:06Z) 0x9892-0x9896 (4) 0x9890| db 16 31 2a | ..1* | position_lat: 59.33215546421707 (707860187) 0x9896-0x989a (4) 0x9890| 6b 31 cd 0c | k1.. | position_long: 18.00215902738273 (214774123) 0x989a-0x989e (4) 0x9890| b0 2c| .,| distance: 35503.84 (3550384) (m) 0x989e-0x98a2 (4) @@ -28740,7 +28740,7 @@ $ fq -d fit dv activity.fit 0x98a0| 06 | . | reserved: false 0x98a8.3-0x98a8.4 (0.1) 0x98a0| 06 | . | local_message_type: 6 0x98a8.4-0x98a9 (0.4) | | | data_message{}: 0x98a9-0x98bf (22) -0x98a0| 0c de 56 3f | ..V? | timestamp: 1062657548 (s) 0x98a9-0x98ad (4) +0x98a0| 0c de 56 3f | ..V? | timestamp: 1062657548 (2023-09-03T06:39:08Z) 0x98a9-0x98ad (4) 0x98a0| 8b 10 31| ..1| position_lat: 59.332020012661815 (707858571) 0x98ad-0x98b1 (4) 0x98b0|2a |* | 0x98b0| 80 2c cd 0c | .,.. | position_long: 18.0020534992218 (214772864) 0x98b1-0x98b5 (4) @@ -28757,7 +28757,7 @@ $ fq -d fit dv activity.fit 0x98b0| 06| .| reserved: false 0x98bf.3-0x98bf.4 (0.1) 0x98b0| 06| .| local_message_type: 6 0x98bf.4-0x98c0 (0.4) | | | data_message{}: 0x98c0-0x98d6 (22) -0x98c0|0f de 56 3f |..V? | timestamp: 1062657551 (s) 0x98c0-0x98c4 (4) +0x98c0|0f de 56 3f |..V? | timestamp: 1062657551 (2023-09-03T06:39:11Z) 0x98c0-0x98c4 (4) 0x98c0| 09 0b 31 2a | ..1* | position_lat: 59.331901827827096 (707857161) 0x98c4-0x98c8 (4) 0x98c0| b2 1d cd 0c | .... | position_long: 18.0017358250916 (214769074) 0x98c8-0x98cc (4) 0x98c0| 0c 3c 36 00| .<6.| distance: 35543.16 (3554316) (m) 0x98cc-0x98d0 (4) @@ -28773,7 +28773,7 @@ $ fq -d fit dv activity.fit 0x98d0| 06 | . | reserved: false 0x98d6.3-0x98d6.4 (0.1) 0x98d0| 06 | . | local_message_type: 6 0x98d6.4-0x98d7 (0.4) | | | data_message{}: 0x98d7-0x98ed (22) -0x98d0| 12 de 56 3f | ..V? | timestamp: 1062657554 (s) 0x98d7-0x98db (4) +0x98d0| 12 de 56 3f | ..V? | timestamp: 1062657554 (2023-09-03T06:39:14Z) 0x98d7-0x98db (4) 0x98d0| d3 09 31 2a | ..1* | position_lat: 59.331875843927264 (707856851) 0x98db-0x98df (4) 0x98d0| 8a| .| position_long: 18.001346234232187 (214764426) 0x98df-0x98e3 (4) 0x98e0|0b cd 0c |... | @@ -28790,7 +28790,7 @@ $ fq -d fit dv activity.fit 0x98e0| 06 | . | reserved: false 0x98ed.3-0x98ed.4 (0.1) 0x98e0| 06 | . | local_message_type: 6 0x98ed.4-0x98ee (0.4) | | | data_message{}: 0x98ee-0x9904 (22) -0x98e0| 15 de| ..| timestamp: 1062657557 (s) 0x98ee-0x98f2 (4) +0x98e0| 15 de| ..| timestamp: 1062657557 (2023-09-03T06:39:17Z) 0x98ee-0x98f2 (4) 0x98f0|56 3f |V? | 0x98f0| 0f 08 31 2a | ..1* | position_lat: 59.33183795772493 (707856399) 0x98f2-0x98f6 (4) 0x98f0| c1 f9 cc 0c | .... | position_long: 18.000964606180787 (214759873) 0x98f6-0x98fa (4) @@ -28807,7 +28807,7 @@ $ fq -d fit dv activity.fit 0x9900| 06 | . | reserved: false 0x9904.3-0x9904.4 (0.1) 0x9900| 06 | . | local_message_type: 6 0x9904.4-0x9905 (0.4) | | | data_message{}: 0x9905-0x991b (22) -0x9900| 18 de 56 3f | ..V? | timestamp: 1062657560 (s) 0x9905-0x9909 (4) +0x9900| 18 de 56 3f | ..V? | timestamp: 1062657560 (2023-09-03T06:39:20Z) 0x9905-0x9909 (4) 0x9900| f2 05 31 2a | ..1* | position_lat: 59.33179261162877 (707855858) 0x9909-0x990d (4) 0x9900| 77 e9 cc| w..| position_long: 18.000615080818534 (214755703) 0x990d-0x9911 (4) 0x9910|0c |. | @@ -28824,7 +28824,7 @@ $ fq -d fit dv activity.fit 0x9910| 06 | . | reserved: false 0x991b.3-0x991b.4 (0.1) 0x9910| 06 | . | local_message_type: 6 0x991b.4-0x991c (0.4) | | | data_message{}: 0x991c-0x9932 (22) -0x9910| 1a de 56 3f| ..V?| timestamp: 1062657562 (s) 0x991c-0x9920 (4) +0x9910| 1a de 56 3f| ..V?| timestamp: 1062657562 (2023-09-03T06:39:22Z) 0x991c-0x9920 (4) 0x9920|88 05 31 2a |..1* | position_lat: 59.33178372681141 (707855752) 0x9920-0x9924 (4) 0x9920| 46 dd cc 0c | F... | position_long: 18.00035348162055 (214752582) 0x9924-0x9928 (4) 0x9920| 47 5b 36 00 | G[6. | distance: 35623.11 (3562311) (m) 0x9928-0x992c (4) @@ -28840,7 +28840,7 @@ $ fq -d fit dv activity.fit 0x9930| 06 | . | reserved: false 0x9932.3-0x9932.4 (0.1) 0x9930| 06 | . | local_message_type: 6 0x9932.4-0x9933 (0.4) | | | data_message{}: 0x9933-0x9949 (22) -0x9930| 1d de 56 3f | ..V? | timestamp: 1062657565 (s) 0x9933-0x9937 (4) +0x9930| 1d de 56 3f | ..V? | timestamp: 1062657565 (2023-09-03T06:39:25Z) 0x9933-0x9937 (4) 0x9930| 55 06 31 2a | U.1* | position_lat: 59.33180090971291 (707855957) 0x9937-0x993b (4) 0x9930| 1f cb cc 0c | .... | position_long: 17.99996397458017 (214747935) 0x993b-0x993f (4) 0x9930| fb| .| distance: 35645.39 (3564539) (m) 0x993f-0x9943 (4) @@ -28857,7 +28857,7 @@ $ fq -d fit dv activity.fit 0x9940| 06 | . | reserved: false 0x9949.3-0x9949.4 (0.1) 0x9940| 06 | . | local_message_type: 6 0x9949.4-0x994a (0.4) | | | data_message{}: 0x994a-0x9960 (22) -0x9940| 1e de 56 3f | ..V? | timestamp: 1062657566 (s) 0x994a-0x994e (4) +0x9940| 1e de 56 3f | ..V? | timestamp: 1062657566 (2023-09-03T06:39:26Z) 0x994a-0x994e (4) 0x9940| f3 06| ..| position_lat: 59.33181415311992 (707856115) 0x994e-0x9952 (4) 0x9950|31 2a |1* | 0x9950| 38 c5 cc 0c | 8... | position_long: 17.999837324023247 (214746424) 0x9952-0x9956 (4) @@ -28874,7 +28874,7 @@ $ fq -d fit dv activity.fit 0x9960|06 |. | reserved: false 0x9960.3-0x9960.4 (0.1) 0x9960|06 |. | local_message_type: 6 0x9960.4-0x9961 (0.4) | | | data_message{}: 0x9961-0x9977 (22) -0x9960| 22 de 56 3f | ".V? | timestamp: 1062657570 (s) 0x9961-0x9965 (4) +0x9960| 22 de 56 3f | ".V? | timestamp: 1062657570 (2023-09-03T06:39:30Z) 0x9961-0x9965 (4) 0x9960| 63 09 31 2a | c.1* | position_lat: 59.33186645619571 (707856739) 0x9965-0x9969 (4) 0x9960| 2c b1 cc 0c | ,... | position_long: 17.999407164752483 (214741292) 0x9969-0x996d (4) 0x9960| ad 70 36| .p6| distance: 35677.89 (3567789) (m) 0x996d-0x9971 (4) @@ -28891,7 +28891,7 @@ $ fq -d fit dv activity.fit 0x9970| 06 | . | reserved: false 0x9977.3-0x9977.4 (0.1) 0x9970| 06 | . | local_message_type: 6 0x9977.4-0x9978 (0.4) | | | data_message{}: 0x9978-0x998e (22) -0x9970| 25 de 56 3f | %.V? | timestamp: 1062657573 (s) 0x9978-0x997c (4) +0x9970| 25 de 56 3f | %.V? | timestamp: 1062657573 (2023-09-03T06:39:33Z) 0x9978-0x997c (4) 0x9970| 2a 0b 31 2a| *.1*| position_lat: 59.33190459385514 (707857194) 0x997c-0x9980 (4) 0x9980|eb a2 cc 0c |.... | position_long: 17.999101309105754 (214737643) 0x9980-0x9984 (4) 0x9980| b0 77 36 00 | .w6. | distance: 35695.84 (3569584) (m) 0x9984-0x9988 (4) @@ -28907,7 +28907,7 @@ $ fq -d fit dv activity.fit 0x9980| 06 | . | reserved: false 0x998e.3-0x998e.4 (0.1) 0x9980| 06 | . | local_message_type: 6 0x998e.4-0x998f (0.4) | | | data_message{}: 0x998f-0x99a5 (22) -0x9980| 2a| *| timestamp: 1062657578 (s) 0x998f-0x9993 (4) +0x9980| 2a| *| timestamp: 1062657578 (2023-09-03T06:39:38Z) 0x998f-0x9993 (4) 0x9990|de 56 3f |.V? | 0x9990| cd 06 31 2a | ..1* | position_lat: 59.33181096799672 (707856077) 0x9993-0x9997 (4) 0x9990| ca 92 cc 0c | .... | position_long: 17.9987552203238 (214733514) 0x9997-0x999b (4) @@ -28925,7 +28925,7 @@ $ fq -d fit dv activity.fit 0x99a0| 06 | . | reserved: false 0x99a5.3-0x99a5.4 (0.1) 0x99a0| 06 | . | local_message_type: 6 0x99a5.4-0x99a6 (0.4) | | | data_message{}: 0x99a6-0x99bc (22) -0x99a0| 2b de 56 3f | +.V? | timestamp: 1062657579 (s) 0x99a6-0x99aa (4) +0x99a0| 2b de 56 3f | +.V? | timestamp: 1062657579 (2023-09-03T06:39:39Z) 0x99a6-0x99aa (4) 0x99a0| 02 05 31 2a | ..1* | position_lat: 59.33177249506116 (707855618) 0x99aa-0x99ae (4) 0x99a0| 5a 91| Z.| position_long: 17.99872437492013 (214733146) 0x99ae-0x99b2 (4) 0x99b0|cc 0c |.. | @@ -28942,7 +28942,7 @@ $ fq -d fit dv activity.fit 0x99b0| 06 | . | reserved: false 0x99bc.3-0x99bc.4 (0.1) 0x99b0| 06 | . | local_message_type: 6 0x99bc.4-0x99bd (0.4) | | | data_message{}: 0x99bd-0x99d3 (22) -0x99b0| 30 de 56| 0.V| timestamp: 1062657584 (s) 0x99bd-0x99c1 (4) +0x99b0| 30 de 56| 0.V| timestamp: 1062657584 (2023-09-03T06:39:44Z) 0x99bd-0x99c1 (4) 0x99c0|3f |? | 0x99c0| 50 fb 30 2a | P.0* | position_lat: 59.33156445622444 (707853136) 0x99c1-0x99c5 (4) 0x99c0| 19 8b cc 0c | .... | position_long: 17.998590180650353 (214731545) 0x99c5-0x99c9 (4) @@ -28960,7 +28960,7 @@ $ fq -d fit dv activity.fit 0x99d0| 06 | . | reserved: false 0x99d3.3-0x99d3.4 (0.1) 0x99d0| 06 | . | local_message_type: 6 0x99d3.4-0x99d4 (0.4) | | | data_message{}: 0x99d4-0x99ea (22) -0x99d0| 35 de 56 3f | 5.V? | timestamp: 1062657589 (s) 0x99d4-0x99d8 (4) +0x99d0| 35 de 56 3f | 5.V? | timestamp: 1062657589 (2023-09-03T06:39:49Z) 0x99d4-0x99d8 (4) 0x99d0| 75 f4 30 2a | u.0* | position_lat: 59.33141735382378 (707851381) 0x99d8-0x99dc (4) 0x99d0| 7a 80 cc 0c| z...| position_long: 17.99836227670312 (214728826) 0x99dc-0x99e0 (4) 0x99e0|11 95 36 00 |..6. | distance: 35771.05 (3577105) (m) 0x99e0-0x99e4 (4) @@ -28976,7 +28976,7 @@ $ fq -d fit dv activity.fit 0x99e0| 06 | . | reserved: false 0x99ea.3-0x99ea.4 (0.1) 0x99e0| 06 | . | local_message_type: 6 0x99ea.4-0x99eb (0.4) | | | data_message{}: 0x99eb-0x9a01 (22) -0x99e0| 3a de 56 3f | :.V? | timestamp: 1062657594 (s) 0x99eb-0x99ef (4) +0x99e0| 3a de 56 3f | :.V? | timestamp: 1062657594 (2023-09-03T06:39:54Z) 0x99eb-0x99ef (4) 0x99e0| a3| .| position_lat: 59.331378294155 (707850915) 0x99ef-0x99f3 (4) 0x99f0|f2 30 2a |.0* | 0x99f0| 1a 6e cc 0c | .n.. | position_long: 17.99796799197793 (214724122) 0x99f3-0x99f7 (4) @@ -28993,7 +28993,7 @@ $ fq -d fit dv activity.fit 0x9a00| 06 | . | reserved: false 0x9a01.3-0x9a01.4 (0.1) 0x9a00| 06 | . | local_message_type: 6 0x9a01.4-0x9a02 (0.4) | | | data_message{}: 0x9a02-0x9a18 (22) -0x9a00| 3f de 56 3f | ?.V? | timestamp: 1062657599 (s) 0x9a02-0x9a06 (4) +0x9a00| 3f de 56 3f | ?.V? | timestamp: 1062657599 (2023-09-03T06:39:59Z) 0x9a02-0x9a06 (4) 0x9a00| a0 ee 30 2a | ..0* | position_lat: 59.33129221200943 (707849888) 0x9a06-0x9a0a (4) 0x9a00| d7 5c cc 0c | .\.. | position_long: 17.99759759567678 (214719703) 0x9a0a-0x9a0e (4) 0x9a00| 12 a7| ..| distance: 35817.14 (3581714) (m) 0x9a0e-0x9a12 (4) @@ -29010,7 +29010,7 @@ $ fq -d fit dv activity.fit 0x9a10| 06 | . | reserved: false 0x9a18.3-0x9a18.4 (0.1) 0x9a10| 06 | . | local_message_type: 6 0x9a18.4-0x9a19 (0.4) | | | data_message{}: 0x9a19-0x9a2f (22) -0x9a10| 42 de 56 3f | B.V? | timestamp: 1062657602 (s) 0x9a19-0x9a1d (4) +0x9a10| 42 de 56 3f | B.V? | timestamp: 1062657602 (2023-09-03T06:40:02Z) 0x9a19-0x9a1d (4) 0x9a10| d6 ea 30| ..0| position_lat: 59.331210907548666 (707848918) 0x9a1d-0x9a21 (4) 0x9a20|2a |* | 0x9a20| a0 53 cc 0c | .S.. | position_long: 17.997399866580963 (214717344) 0x9a21-0x9a25 (4) @@ -29027,7 +29027,7 @@ $ fq -d fit dv activity.fit 0x9a20| 06| .| reserved: false 0x9a2f.3-0x9a2f.4 (0.1) 0x9a20| 06| .| local_message_type: 6 0x9a2f.4-0x9a30 (0.4) | | | data_message{}: 0x9a30-0x9a46 (22) -0x9a30|46 de 56 3f |F.V? | timestamp: 1062657606 (s) 0x9a30-0x9a34 (4) +0x9a30|46 de 56 3f |F.V? | timestamp: 1062657606 (2023-09-03T06:40:06Z) 0x9a30-0x9a34 (4) 0x9a30| 48 e4 30 2a | H.0* | position_lat: 59.33107025921345 (707847240) 0x9a34-0x9a38 (4) 0x9a30| 64 49 cc 0c | dI.. | position_long: 17.99718026071787 (214714724) 0x9a38-0x9a3c (4) 0x9a30| 8e b4 36 00| ..6.| distance: 35851.66 (3585166) (m) 0x9a3c-0x9a40 (4) @@ -29043,7 +29043,7 @@ $ fq -d fit dv activity.fit 0x9a40| 06 | . | reserved: false 0x9a46.3-0x9a46.4 (0.1) 0x9a40| 06 | . | local_message_type: 6 0x9a46.4-0x9a47 (0.4) | | | data_message{}: 0x9a47-0x9a5d (22) -0x9a40| 4a de 56 3f | J.V? | timestamp: 1062657610 (s) 0x9a47-0x9a4b (4) +0x9a40| 4a de 56 3f | J.V? | timestamp: 1062657610 (2023-09-03T06:40:10Z) 0x9a47-0x9a4b (4) 0x9a40| 8b dc 30 2a | ..0* | position_lat: 59.33090421371162 (707845259) 0x9a4b-0x9a4f (4) 0x9a40| 8c| .| position_long: 17.997033409774303 (214712972) 0x9a4f-0x9a53 (4) 0x9a50|42 cc 0c |B.. | @@ -29060,7 +29060,7 @@ $ fq -d fit dv activity.fit 0x9a50| 06 | . | reserved: false 0x9a5d.3-0x9a5d.4 (0.1) 0x9a50| 06 | . | local_message_type: 6 0x9a5d.4-0x9a5e (0.4) | | | data_message{}: 0x9a5e-0x9a74 (22) -0x9a50| 4e de| N.| timestamp: 1062657614 (s) 0x9a5e-0x9a62 (4) +0x9a50| 4e de| N.| timestamp: 1062657614 (2023-09-03T06:40:14Z) 0x9a5e-0x9a62 (4) 0x9a60|56 3f |V? | 0x9a60| 41 d3 30 2a | A.0* | position_lat: 59.3307048920542 (707842881) 0x9a62-0x9a66 (4) 0x9a60| 85 3f cc 0c | .?.. | position_long: 17.996968450024724 (214712197) 0x9a66-0x9a6a (4) @@ -29077,7 +29077,7 @@ $ fq -d fit dv activity.fit 0x9a70| 06 | . | reserved: false 0x9a74.3-0x9a74.4 (0.1) 0x9a70| 06 | . | local_message_type: 6 0x9a74.4-0x9a75 (0.4) | | | data_message{}: 0x9a75-0x9a8b (22) -0x9a70| 51 de 56 3f | Q.V? | timestamp: 1062657617 (s) 0x9a75-0x9a79 (4) +0x9a70| 51 de 56 3f | Q.V? | timestamp: 1062657617 (2023-09-03T06:40:17Z) 0x9a75-0x9a79 (4) 0x9a70| a2 cc 30 2a | ..0* | position_lat: 59.33056281879544 (707841186) 0x9a79-0x9a7d (4) 0x9a70| 34 41 cc| 4A.| position_long: 17.997004576027393 (214712628) 0x9a7d-0x9a81 (4) 0x9a80|0c |. | @@ -29094,7 +29094,7 @@ $ fq -d fit dv activity.fit 0x9a80| 06 | . | reserved: false 0x9a8b.3-0x9a8b.4 (0.1) 0x9a80| 06 | . | local_message_type: 6 0x9a8b.4-0x9a8c (0.4) | | | data_message{}: 0x9a8c-0x9aa2 (22) -0x9a80| 56 de 56 3f| V.V?| timestamp: 1062657622 (s) 0x9a8c-0x9a90 (4) +0x9a80| 56 de 56 3f| V.V?| timestamp: 1062657622 (2023-09-03T06:40:22Z) 0x9a8c-0x9a90 (4) 0x9a90|5e c3 30 2a |^.0* | position_lat: 59.330364000052214 (707838814) 0x9a90-0x9a94 (4) 0x9a90| 83 47 cc 0c | .G.. | position_long: 17.997139943763614 (214714243) 0x9a94-0x9a98 (4) 0x9a90| ad d4 36 00 | ..6. | distance: 35933.89 (3593389) (m) 0x9a98-0x9a9c (4) @@ -29110,7 +29110,7 @@ $ fq -d fit dv activity.fit 0x9aa0| 06 | . | reserved: false 0x9aa2.3-0x9aa2.4 (0.1) 0x9aa0| 06 | . | local_message_type: 6 0x9aa2.4-0x9aa3 (0.4) | | | data_message{}: 0x9aa3-0x9ab9 (22) -0x9aa0| 5b de 56 3f | [.V? | timestamp: 1062657627 (s) 0x9aa3-0x9aa7 (4) +0x9aa0| 5b de 56 3f | [.V? | timestamp: 1062657627 (2023-09-03T06:40:27Z) 0x9aa3-0x9aa7 (4) 0x9aa0| a1 bb 30 2a | ..0* | position_lat: 59.330197954550385 (707836833) 0x9aa7-0x9aab (4) 0x9aa0| f8 4f cc 0c | .O.. | position_long: 17.997321411967278 (214716408) 0x9aab-0x9aaf (4) 0x9aa0| f5| .| distance: 35955.09 (3595509) (m) 0x9aaf-0x9ab3 (4) @@ -29127,7 +29127,7 @@ $ fq -d fit dv activity.fit 0x9ab0| 06 | . | reserved: false 0x9ab9.3-0x9ab9.4 (0.1) 0x9ab0| 06 | . | local_message_type: 6 0x9ab9.4-0x9aba (0.4) | | | data_message{}: 0x9aba-0x9ad0 (22) -0x9ab0| 5f de 56 3f | _.V? | timestamp: 1062657631 (s) 0x9aba-0x9abe (4) +0x9ab0| 5f de 56 3f | _.V? | timestamp: 1062657631 (2023-09-03T06:40:31Z) 0x9aba-0x9abe (4) 0x9ab0| 56 b6| V.| position_lat: 59.33008437976241 (707835478) 0x9abe-0x9ac2 (4) 0x9ac0|30 2a |0* | 0x9ac0| a1 59 cc 0c | .Y.. | position_long: 17.99752869643271 (214718881) 0x9ac2-0x9ac6 (4) @@ -29144,7 +29144,7 @@ $ fq -d fit dv activity.fit 0x9ad0|06 |. | reserved: false 0x9ad0.3-0x9ad0.4 (0.1) 0x9ad0|06 |. | local_message_type: 6 0x9ad0.4-0x9ad1 (0.4) | | | data_message{}: 0x9ad1-0x9ae7 (22) -0x9ad0| 63 de 56 3f | c.V? | timestamp: 1062657635 (s) 0x9ad1-0x9ad5 (4) +0x9ad0| 63 de 56 3f | c.V? | timestamp: 1062657635 (2023-09-03T06:40:35Z) 0x9ad1-0x9ad5 (4) 0x9ad0| 2b b1 30 2a | +.0* | position_lat: 59.32997348718345 (707834155) 0x9ad5-0x9ad9 (4) 0x9ad0| b4 68 cc 0c | .h.. | position_long: 17.9978521540761 (214722740) 0x9ad9-0x9add (4) 0x9ad0| 73 ec 36| s.6| distance: 35994.75 (3599475) (m) 0x9add-0x9ae1 (4) @@ -29161,7 +29161,7 @@ $ fq -d fit dv activity.fit 0x9ae0| 06 | . | reserved: false 0x9ae7.3-0x9ae7.4 (0.1) 0x9ae0| 06 | . | local_message_type: 6 0x9ae7.4-0x9ae8 (0.4) | | | data_message{}: 0x9ae8-0x9afe (22) -0x9ae0| 64 de 56 3f | d.V? | timestamp: 1062657636 (s) 0x9ae8-0x9aec (4) +0x9ae0| 64 de 56 3f | d.V? | timestamp: 1062657636 (2023-09-03T06:40:36Z) 0x9ae8-0x9aec (4) 0x9ae0| c2 af 30 2a| ..0*| position_lat: 59.329943228513 (707833794) 0x9aec-0x9af0 (4) 0x9af0|7d 6c cc 0c |}l.. | position_long: 17.99793337471783 (214723709) 0x9af0-0x9af4 (4) 0x9af0| ae ee 36 00 | ..6. | distance: 36000.46 (3600046) (m) 0x9af4-0x9af8 (4) @@ -29177,9 +29177,9 @@ $ fq -d fit dv activity.fit 0x9af0| 08 | . | reserved: false 0x9afe.3-0x9afe.4 (0.1) 0x9af0| 08 | . | local_message_type: 8 0x9afe.4-0x9aff (0.4) | | | data_message{}: 0x9aff-0x9b35 (54) -0x9af0| 64| d| timestamp: 1062657636 (s) 0x9aff-0x9b03 (4) +0x9af0| 64| d| timestamp: 1062657636 (2023-09-03T06:40:36Z) 0x9aff-0x9b03 (4) 0x9b00|de 56 3f |.V? | -0x9b00| af dd 56 3f | ..V? | start_time: 1062657455 0x9b03-0x9b07 (4) +0x9b00| af dd 56 3f | ..V? | start_time: 1062657455 (2023-09-03T06:37:35Z) 0x9b03-0x9b07 (4) 0x9b00| 96 db 31 2a | ..1* | start_position_lat: 59.33637684211135 (707910550) 0x9b07-0x9b0b (4) 0x9b00| 13 85 cd 0c | .... | start_position_long: 18.00395409576595 (214795539) 0x9b0b-0x9b0f (4) 0x9b00| c2| .| end_position_lat: 59.329943228513 (707833794) 0x9b0f-0x9b13 (4) @@ -29210,7 +29210,7 @@ $ fq -d fit dv activity.fit 0x9b30| 06 | . | reserved: false 0x9b35.3-0x9b35.4 (0.1) 0x9b30| 06 | . | local_message_type: 6 0x9b35.4-0x9b36 (0.4) | | | data_message{}: 0x9b36-0x9b4c (22) -0x9b30| 69 de 56 3f | i.V? | timestamp: 1062657641 (s) 0x9b36-0x9b3a (4) +0x9b30| 69 de 56 3f | i.V? | timestamp: 1062657641 (2023-09-03T06:40:41Z) 0x9b36-0x9b3a (4) 0x9b30| 94 aa 30 2a | ..0* | position_lat: 59.32983208447695 (707832468) 0x9b3a-0x9b3e (4) 0x9b30| 99 7d| .}| position_long: 17.998300502076745 (214728089) 0x9b3e-0x9b42 (4) 0x9b40|cc 0c |.. | @@ -29227,7 +29227,7 @@ $ fq -d fit dv activity.fit 0x9b40| 06 | . | reserved: false 0x9b4c.3-0x9b4c.4 (0.1) 0x9b40| 06 | . | local_message_type: 6 0x9b4c.4-0x9b4d (0.4) | | | data_message{}: 0x9b4d-0x9b63 (22) -0x9b40| 6e de 56| n.V| timestamp: 1062657646 (s) 0x9b4d-0x9b51 (4) +0x9b40| 6e de 56| n.V| timestamp: 1062657646 (2023-09-03T06:40:46Z) 0x9b4d-0x9b51 (4) 0x9b50|3f |? | 0x9b50| 63 a6 30 2a | c.0* | position_lat: 59.32974214665592 (707831395) 0x9b51-0x9b55 (4) 0x9b50| 5a 8c cc 0c | Z... | position_long: 17.998617086559534 (214731866) 0x9b55-0x9b59 (4) @@ -29245,7 +29245,7 @@ $ fq -d fit dv activity.fit 0x9b60| 06 | . | reserved: false 0x9b63.3-0x9b63.4 (0.1) 0x9b60| 06 | . | local_message_type: 6 0x9b63.4-0x9b64 (0.4) | | | data_message{}: 0x9b64-0x9b7a (22) -0x9b60| 74 de 56 3f | t.V? | timestamp: 1062657652 (s) 0x9b64-0x9b68 (4) +0x9b60| 74 de 56 3f | t.V? | timestamp: 1062657652 (2023-09-03T06:40:52Z) 0x9b64-0x9b68 (4) 0x9b60| ca a0 30 2a | ..0* | position_lat: 59.32962203398347 (707829962) 0x9b68-0x9b6c (4) 0x9b60| c6 9c cc 0c| ....| position_long: 17.998969461768866 (214736070) 0x9b6c-0x9b70 (4) 0x9b70|a3 09 37 00 |..7. | distance: 36069.47 (3606947) (m) 0x9b70-0x9b74 (4) @@ -29273,7 +29273,7 @@ $ fq -d fit dv activity.fit 0x9b80| 06 | . | reserved: false 0x9b82.3-0x9b82.4 (0.1) 0x9b80| 06 | . | local_message_type: 6 0x9b82.4-0x9b83 (0.4) | | | data_message{}: 0x9b83-0x9b99 (22) -0x9b80| 79 de 56 3f | y.V? | timestamp: 1062657657 (s) 0x9b83-0x9b87 (4) +0x9b80| 79 de 56 3f | y.V? | timestamp: 1062657657 (2023-09-03T06:40:57Z) 0x9b83-0x9b87 (4) 0x9b80| 8a 9b 30 2a | ..0* | position_lat: 59.32950938120484 (707828618) 0x9b87-0x9b8b (4) 0x9b80| fe ad cc 0c | .... | position_long: 17.999338936060667 (214740478) 0x9b8b-0x9b8f (4) 0x9b80| 35| 5| distance: 36093.97 (3609397) (m) 0x9b8f-0x9b93 (4) @@ -29290,7 +29290,7 @@ $ fq -d fit dv activity.fit 0x9b90| 06 | . | reserved: false 0x9b99.3-0x9b99.4 (0.1) 0x9b90| 06 | . | local_message_type: 6 0x9b99.4-0x9b9a (0.4) | | | data_message{}: 0x9b9a-0x9bb0 (22) -0x9b90| 7d de 56 3f | }.V? | timestamp: 1062657661 (s) 0x9b9a-0x9b9e (4) +0x9b90| 7d de 56 3f | }.V? | timestamp: 1062657661 (2023-09-03T06:41:01Z) 0x9b9a-0x9b9e (4) 0x9b90| b6 97| ..| position_lat: 59.32942723855376 (707827638) 0x9b9e-0x9ba2 (4) 0x9ba0|30 2a |0* | 0x9ba0| 3d bd cc 0c | =... | position_long: 17.999666081741452 (214744381) 0x9ba2-0x9ba6 (4) @@ -29307,7 +29307,7 @@ $ fq -d fit dv activity.fit 0x9bb0|06 |. | reserved: false 0x9bb0.3-0x9bb0.4 (0.1) 0x9bb0|06 |. | local_message_type: 6 0x9bb0.4-0x9bb1 (0.4) | | | data_message{}: 0x9bb1-0x9bc7 (22) -0x9bb0| 81 de 56 3f | ..V? | timestamp: 1062657665 (s) 0x9bb1-0x9bb5 (4) +0x9bb0| 81 de 56 3f | ..V? | timestamp: 1062657665 (2023-09-03T06:41:05Z) 0x9bb1-0x9bb5 (4) 0x9bb0| 41 93 30 2a | A.0* | position_lat: 59.329331601038575 (707826497) 0x9bb5-0x9bb9 (4) 0x9bb0| 72 ce cc 0c | r... | position_long: 18.00003530457616 (214748786) 0x9bb9-0x9bbd (4) 0x9bb0| 84 24 37| .$7| distance: 36138.28 (3613828) (m) 0x9bbd-0x9bc1 (4) @@ -29324,7 +29324,7 @@ $ fq -d fit dv activity.fit 0x9bc0| 06 | . | reserved: false 0x9bc7.3-0x9bc7.4 (0.1) 0x9bc0| 06 | . | local_message_type: 6 0x9bc7.4-0x9bc8 (0.4) | | | data_message{}: 0x9bc8-0x9bde (22) -0x9bc0| 85 de 56 3f | ..V? | timestamp: 1062657669 (s) 0x9bc8-0x9bcc (4) +0x9bc0| 85 de 56 3f | ..V? | timestamp: 1062657669 (2023-09-03T06:41:09Z) 0x9bc8-0x9bcc (4) 0x9bc0| 14 8e 30 2a| ..0*| position_lat: 59.32922054082155 (707825172) 0x9bcc-0x9bd0 (4) 0x9bd0|b7 e0 cc 0c |.... | position_long: 18.00042732618749 (214753463) 0x9bd0-0x9bd4 (4) 0x9bd0| 7d 2e 37 00 | }.7. | distance: 36163.81 (3616381) (m) 0x9bd4-0x9bd8 (4) @@ -29340,7 +29340,7 @@ $ fq -d fit dv activity.fit 0x9bd0| 06 | . | reserved: false 0x9bde.3-0x9bde.4 (0.1) 0x9bd0| 06 | . | local_message_type: 6 0x9bde.4-0x9bdf (0.4) | | | data_message{}: 0x9bdf-0x9bf5 (22) -0x9bd0| 89| .| timestamp: 1062657673 (s) 0x9bdf-0x9be3 (4) +0x9bd0| 89| .| timestamp: 1062657673 (2023-09-03T06:41:13Z) 0x9bdf-0x9be3 (4) 0x9be0|de 56 3f |.V? | 0x9be0| 50 89 30 2a | P.0* | position_lat: 59.32911828160286 (707823952) 0x9be3-0x9be7 (4) 0x9be0| 61 f4 cc 0c | a... | position_long: 18.000849271193147 (214758497) 0x9be7-0x9beb (4) @@ -29358,7 +29358,7 @@ $ fq -d fit dv activity.fit 0x9bf0| 06 | . | reserved: false 0x9bf5.3-0x9bf5.4 (0.1) 0x9bf0| 06 | . | local_message_type: 6 0x9bf5.4-0x9bf6 (0.4) | | | data_message{}: 0x9bf6-0x9c0c (22) -0x9bf0| 8d de 56 3f | ..V? | timestamp: 1062657677 (s) 0x9bf6-0x9bfa (4) +0x9bf0| 8d de 56 3f | ..V? | timestamp: 1062657677 (2023-09-03T06:41:17Z) 0x9bf6-0x9bfa (4) 0x9bf0| 0f 8d 30 2a | ..0* | position_lat: 59.329198664054275 (707824911) 0x9bfa-0x9bfe (4) 0x9bf0| 17 07| ..| position_long: 18.001250764355063 (214763287) 0x9bfe-0x9c02 (4) 0x9c00|cd 0c |.. | @@ -29375,7 +29375,7 @@ $ fq -d fit dv activity.fit 0x9c00| 06 | . | reserved: false 0x9c0c.3-0x9c0c.4 (0.1) 0x9c00| 06 | . | local_message_type: 6 0x9c0c.4-0x9c0d (0.4) | | | data_message{}: 0x9c0d-0x9c23 (22) -0x9c00| 8f de 56| ..V| timestamp: 1062657679 (s) 0x9c0d-0x9c11 (4) +0x9c00| 8f de 56| ..V| timestamp: 1062657679 (2023-09-03T06:41:19Z) 0x9c0d-0x9c11 (4) 0x9c10|3f |? | 0x9c10| 50 92 30 2a | P.0* | position_lat: 59.32931140065193 (707826256) 0x9c11-0x9c15 (4) 0x9c10| d3 0b cd 0c | .... | position_long: 18.001352353021502 (214764499) 0x9c15-0x9c19 (4) @@ -29393,7 +29393,7 @@ $ fq -d fit dv activity.fit 0x9c20| 06 | . | reserved: false 0x9c23.3-0x9c23.4 (0.1) 0x9c20| 06 | . | local_message_type: 6 0x9c23.4-0x9c24 (0.4) | | | data_message{}: 0x9c24-0x9c3a (22) -0x9c20| 92 de 56 3f | ..V? | timestamp: 1062657682 (s) 0x9c24-0x9c28 (4) +0x9c20| 92 de 56 3f | ..V? | timestamp: 1062657682 (2023-09-03T06:41:22Z) 0x9c24-0x9c28 (4) 0x9c20| af 9a 30 2a | ..0* | position_lat: 59.3294910248369 (707828399) 0x9c28-0x9c2c (4) 0x9c20| 0f 11 cd 0c| ....| position_long: 18.001464670524 (214765839) 0x9c2c-0x9c30 (4) 0x9c30|a9 50 37 00 |.P7. | distance: 36251.29 (3625129) (m) 0x9c30-0x9c34 (4) @@ -29409,7 +29409,7 @@ $ fq -d fit dv activity.fit 0x9c30| 06 | . | reserved: false 0x9c3a.3-0x9c3a.4 (0.1) 0x9c30| 06 | . | local_message_type: 6 0x9c3a.4-0x9c3b (0.4) | | | data_message{}: 0x9c3b-0x9c51 (22) -0x9c30| 95 de 56 3f | ..V? | timestamp: 1062657685 (s) 0x9c3b-0x9c3f (4) +0x9c30| 95 de 56 3f | ..V? | timestamp: 1062657685 (2023-09-03T06:41:25Z) 0x9c3b-0x9c3f (4) 0x9c30| 92| .| position_lat: 59.32966025546193 (707830418) 0x9c3f-0x9c43 (4) 0x9c40|a2 30 2a |.0* | 0x9c40| 92 16 cd 0c | .... | position_long: 18.00158293917775 (214767250) 0x9c43-0x9c47 (4) @@ -29426,7 +29426,7 @@ $ fq -d fit dv activity.fit 0x9c50| 06 | . | reserved: false 0x9c51.3-0x9c51.4 (0.1) 0x9c50| 06 | . | local_message_type: 6 0x9c51.4-0x9c52 (0.4) | | | data_message{}: 0x9c52-0x9c68 (22) -0x9c50| 96 de 56 3f | ..V? | timestamp: 1062657686 (s) 0x9c52-0x9c56 (4) +0x9c50| 96 de 56 3f | ..V? | timestamp: 1062657686 (2023-09-03T06:41:26Z) 0x9c52-0x9c56 (4) 0x9c50| f2 a4 30 2a | ..0* | position_lat: 59.329711217433214 (707831026) 0x9c56-0x9c5a (4) 0x9c50| 17 19 cd 0c | .... | position_long: 18.001637002453208 (214767895) 0x9c5a-0x9c5e (4) 0x9c50| ff 5a| .Z| distance: 36277.75 (3627775) (m) 0x9c5e-0x9c62 (4) @@ -29443,7 +29443,7 @@ $ fq -d fit dv activity.fit 0x9c60| 06 | . | reserved: false 0x9c68.3-0x9c68.4 (0.1) 0x9c60| 06 | . | local_message_type: 6 0x9c68.4-0x9c69 (0.4) | | | data_message{}: 0x9c69-0x9c7f (22) -0x9c60| 9a de 56 3f | ..V? | timestamp: 1062657690 (s) 0x9c69-0x9c6d (4) +0x9c60| 9a de 56 3f | ..V? | timestamp: 1062657690 (2023-09-03T06:41:30Z) 0x9c69-0x9c6d (4) 0x9c60| 50 a4 30| P.0| position_lat: 59.329697638750076 (707830864) 0x9c6d-0x9c71 (4) 0x9c70|2a |* | 0x9c70| 38 2d cd 0c | 8-.. | position_long: 18.002068921923637 (214773048) 0x9c71-0x9c75 (4) @@ -29460,7 +29460,7 @@ $ fq -d fit dv activity.fit 0x9c70| 06| .| reserved: false 0x9c7f.3-0x9c7f.4 (0.1) 0x9c70| 06| .| local_message_type: 6 0x9c7f.4-0x9c80 (0.4) | | | data_message{}: 0x9c80-0x9c96 (22) -0x9c80|9e de 56 3f |..V? | timestamp: 1062657694 (s) 0x9c80-0x9c84 (4) +0x9c80|9e de 56 3f |..V? | timestamp: 1062657694 (2023-09-03T06:41:34Z) 0x9c80-0x9c84 (4) 0x9c80| f9 9a 30 2a | ..0* | position_lat: 59.329497227445245 (707828473) 0x9c84-0x9c88 (4) 0x9c80| b4 33 cd 0c | .3.. | position_long: 18.002208061516285 (214774708) 0x9c88-0x9c8c (4) 0x9c80| 3d 6f 37 00| =o7.| distance: 36329.57 (3632957) (m) 0x9c8c-0x9c90 (4) @@ -29476,7 +29476,7 @@ $ fq -d fit dv activity.fit 0x9c90| 06 | . | reserved: false 0x9c96.3-0x9c96.4 (0.1) 0x9c90| 06 | . | local_message_type: 6 0x9c96.4-0x9c97 (0.4) | | | data_message{}: 0x9c97-0x9cad (22) -0x9c90| a0 de 56 3f | ..V? | timestamp: 1062657696 (s) 0x9c97-0x9c9b (4) +0x9c90| a0 de 56 3f | ..V? | timestamp: 1062657696 (2023-09-03T06:41:36Z) 0x9c97-0x9c9b (4) 0x9c90| 9d 95 30 2a | ..0* | position_lat: 59.32938222773373 (707827101) 0x9c9b-0x9c9f (4) 0x9c90| 43| C| position_long: 18.002134216949344 (214773827) 0x9c9f-0x9ca3 (4) 0x9ca0|30 cd 0c |0.. | @@ -29493,7 +29493,7 @@ $ fq -d fit dv activity.fit 0x9ca0| 06 | . | reserved: false 0x9cad.3-0x9cad.4 (0.1) 0x9ca0| 06 | . | local_message_type: 6 0x9cad.4-0x9cae (0.4) | | | data_message{}: 0x9cae-0x9cc4 (22) -0x9ca0| a4 de| ..| timestamp: 1062657700 (s) 0x9cae-0x9cb2 (4) +0x9ca0| a4 de| ..| timestamp: 1062657700 (2023-09-03T06:41:40Z) 0x9cae-0x9cb2 (4) 0x9cb0|56 3f |V? | 0x9cb0| b2 8b 30 2a | ..0* | position_lat: 59.329169411212206 (707824562) 0x9cb2-0x9cb6 (4) 0x9cb0| a7 2a cd 0c | .*.. | position_long: 18.0020138528198 (214772391) 0x9cb6-0x9cba (4) @@ -29510,7 +29510,7 @@ $ fq -d fit dv activity.fit 0x9cc0| 06 | . | reserved: false 0x9cc4.3-0x9cc4.4 (0.1) 0x9cc0| 06 | . | local_message_type: 6 0x9cc4.4-0x9cc5 (0.4) | | | data_message{}: 0x9cc5-0x9cdb (22) -0x9cc0| a5 de 56 3f | ..V? | timestamp: 1062657701 (s) 0x9cc5-0x9cc9 (4) +0x9cc0| a5 de 56 3f | ..V? | timestamp: 1062657701 (2023-09-03T06:41:41Z) 0x9cc5-0x9cc9 (4) 0x9cc0| 1a 89 30 2a | ..0* | position_lat: 59.32911375537515 (707823898) 0x9cc9-0x9ccd (4) 0x9cc0| ae 29 cd| .).| position_long: 18.001992981880903 (214772142) 0x9ccd-0x9cd1 (4) 0x9cd0|0c |. | @@ -29527,7 +29527,7 @@ $ fq -d fit dv activity.fit 0x9cd0| 06 | . | reserved: false 0x9cdb.3-0x9cdb.4 (0.1) 0x9cd0| 06 | . | local_message_type: 6 0x9cdb.4-0x9cdc (0.4) | | | data_message{}: 0x9cdc-0x9cf2 (22) -0x9cd0| a9 de 56 3f| ..V?| timestamp: 1062657705 (s) 0x9cdc-0x9ce0 (4) +0x9cd0| a9 de 56 3f| ..V?| timestamp: 1062657705 (2023-09-03T06:41:45Z) 0x9cdc-0x9ce0 (4) 0x9ce0|07 7f 30 2a |..0* | position_lat: 59.32889758609235 (707821319) 0x9ce0-0x9ce4 (4) 0x9ce0| 60 2e cd 0c | `... | position_long: 18.002093732357025 (214773344) 0x9ce4-0x9ce8 (4) 0x9ce0| 93 8a 37 00 | ..7. | distance: 36399.55 (3639955) (m) 0x9ce8-0x9cec (4) @@ -29543,7 +29543,7 @@ $ fq -d fit dv activity.fit 0x9cf0| 06 | . | reserved: false 0x9cf2.3-0x9cf2.4 (0.1) 0x9cf0| 06 | . | local_message_type: 6 0x9cf2.4-0x9cf3 (0.4) | | | data_message{}: 0x9cf3-0x9d09 (22) -0x9cf0| ad de 56 3f | ..V? | timestamp: 1062657709 (s) 0x9cf3-0x9cf7 (4) +0x9cf0| ad de 56 3f | ..V? | timestamp: 1062657709 (2023-09-03T06:41:49Z) 0x9cf3-0x9cf7 (4) 0x9cf0| 18 7a 30 2a | .z0* | position_lat: 59.328791722655296 (707820056) 0x9cf7-0x9cfb (4) 0x9cf0| 53 3d cd 0c | S=.. | position_long: 18.0024145077914 (214777171) 0x9cfb-0x9cff (4) 0x9cf0| 22| "| distance: 36421.46 (3642146) (m) 0x9cff-0x9d03 (4) @@ -29560,7 +29560,7 @@ $ fq -d fit dv activity.fit 0x9d00| 06 | . | reserved: false 0x9d09.3-0x9d09.4 (0.1) 0x9d00| 06 | . | local_message_type: 6 0x9d09.4-0x9d0a (0.4) | | | data_message{}: 0x9d0a-0x9d20 (22) -0x9d00| b2 de 56 3f | ..V? | timestamp: 1062657714 (s) 0x9d0a-0x9d0e (4) +0x9d00| b2 de 56 3f | ..V? | timestamp: 1062657714 (2023-09-03T06:41:54Z) 0x9d0a-0x9d0e (4) 0x9d00| b0 75| .u| position_lat: 59.32869717478752 (707818928) 0x9d0e-0x9d12 (4) 0x9d10|30 2a |0* | 0x9d10| 39 4f cd 0c | 9O.. | position_long: 18.00279856659472 (214781753) 0x9d12-0x9d16 (4) @@ -29577,7 +29577,7 @@ $ fq -d fit dv activity.fit 0x9d20|06 |. | reserved: false 0x9d20.3-0x9d20.4 (0.1) 0x9d20|06 |. | local_message_type: 6 0x9d20.4-0x9d21 (0.4) | | | data_message{}: 0x9d21-0x9d37 (22) -0x9d20| b7 de 56 3f | ..V? | timestamp: 1062657719 (s) 0x9d21-0x9d25 (4) +0x9d20| b7 de 56 3f | ..V? | timestamp: 1062657719 (2023-09-03T06:41:59Z) 0x9d21-0x9d25 (4) 0x9d20| 08 72 30 2a | .r0* | position_lat: 59.328618720173836 (707817992) 0x9d25-0x9d29 (4) 0x9d20| 87 60 cd 0c | .`.. | position_long: 18.00316988490522 (214786183) 0x9d29-0x9d2d (4) 0x9d20| 8e a5 37| ..7| distance: 36468.62 (3646862) (m) 0x9d2d-0x9d31 (4) @@ -29594,7 +29594,7 @@ $ fq -d fit dv activity.fit 0x9d30| 06 | . | reserved: false 0x9d37.3-0x9d37.4 (0.1) 0x9d30| 06 | . | local_message_type: 6 0x9d37.4-0x9d38 (0.4) | | | data_message{}: 0x9d38-0x9d4e (22) -0x9d30| bc de 56 3f | ..V? | timestamp: 1062657724 (s) 0x9d38-0x9d3c (4) +0x9d30| bc de 56 3f | ..V? | timestamp: 1062657724 (2023-09-03T06:42:04Z) 0x9d38-0x9d3c (4) 0x9d30| 9e 6e 30 2a| .n0*| position_lat: 59.32854546234012 (707817118) 0x9d3c-0x9d40 (4) 0x9d40|81 70 cd 0c |.p.. | position_long: 18.003512704744935 (214790273) 0x9d40-0x9d44 (4) 0x9d40| d6 ad 37 00 | ..7. | distance: 36489.82 (3648982) (m) 0x9d44-0x9d48 (4) @@ -29610,7 +29610,7 @@ $ fq -d fit dv activity.fit 0x9d40| 06 | . | reserved: false 0x9d4e.3-0x9d4e.4 (0.1) 0x9d40| 06 | . | local_message_type: 6 0x9d4e.4-0x9d4f (0.4) | | | data_message{}: 0x9d4f-0x9d65 (22) -0x9d40| c1| .| timestamp: 1062657729 (s) 0x9d4f-0x9d53 (4) +0x9d40| c1| .| timestamp: 1062657729 (2023-09-03T06:42:09Z) 0x9d4f-0x9d53 (4) 0x9d50|de 56 3f |.V? | 0x9d50| f8 6a 30 2a | .j0* | position_lat: 59.328467175364494 (707816184) 0x9d53-0x9d57 (4) 0x9d50| d5 7f cd 0c | .... | position_long: 18.003841610625386 (214794197) 0x9d57-0x9d5b (4) @@ -29628,7 +29628,7 @@ $ fq -d fit dv activity.fit 0x9d60| 06 | . | reserved: false 0x9d65.3-0x9d65.4 (0.1) 0x9d60| 06 | . | local_message_type: 6 0x9d65.4-0x9d66 (0.4) | | | data_message{}: 0x9d66-0x9d7c (22) -0x9d60| c6 de 56 3f | ..V? | timestamp: 1062657734 (s) 0x9d66-0x9d6a (4) +0x9d60| c6 de 56 3f | ..V? | timestamp: 1062657734 (2023-09-03T06:42:14Z) 0x9d66-0x9d6a (4) 0x9d60| 83 67 30 2a | .g0* | position_lat: 59.328392995521426 (707815299) 0x9d6a-0x9d6e (4) 0x9d60| d9 8e| ..| position_long: 18.0041638109833 (214798041) 0x9d6e-0x9d72 (4) 0x9d70|cd 0c |.. | @@ -29645,7 +29645,7 @@ $ fq -d fit dv activity.fit 0x9d70| 06 | . | reserved: false 0x9d7c.3-0x9d7c.4 (0.1) 0x9d70| 06 | . | local_message_type: 6 0x9d7c.4-0x9d7d (0.4) | | | data_message{}: 0x9d7d-0x9d93 (22) -0x9d70| cd de 56| ..V| timestamp: 1062657741 (s) 0x9d7d-0x9d81 (4) +0x9d70| cd de 56| ..V| timestamp: 1062657741 (2023-09-03T06:42:21Z) 0x9d7d-0x9d81 (4) 0x9d80|3f |? | 0x9d80| dc 63 30 2a | .c0* | position_lat: 59.32831462472677 (707814364) 0x9d81-0x9d85 (4) 0x9d80| b3 a0 cd 0c | .... | position_long: 18.00454686395824 (214802611) 0x9d85-0x9d89 (4) @@ -29663,7 +29663,7 @@ $ fq -d fit dv activity.fit 0x9d90| 06 | . | reserved: false 0x9d93.3-0x9d93.4 (0.1) 0x9d90| 06 | . | local_message_type: 6 0x9d93.4-0x9d94 (0.4) | | | data_message{}: 0x9d94-0x9daa (22) -0x9d90| d3 de 56 3f | ..V? | timestamp: 1062657747 (s) 0x9d94-0x9d98 (4) +0x9d90| d3 de 56 3f | ..V? | timestamp: 1062657747 (2023-09-03T06:42:27Z) 0x9d94-0x9d98 (4) 0x9d90| c3 5f 30 2a | ._0* | position_lat: 59.3282266985625 (707813315) 0x9d98-0x9d9c (4) 0x9d90| 51 af cd 0c| Q...| position_long: 18.00486051477492 (214806353) 0x9d9c-0x9da0 (4) 0x9da0|dd ce 37 00 |..7. | distance: 36574.37 (3657437) (m) 0x9da0-0x9da4 (4) @@ -29679,7 +29679,7 @@ $ fq -d fit dv activity.fit 0x9da0| 06 | . | reserved: false 0x9daa.3-0x9daa.4 (0.1) 0x9da0| 06 | . | local_message_type: 6 0x9daa.4-0x9dab (0.4) | | | data_message{}: 0x9dab-0x9dc1 (22) -0x9da0| d9 de 56 3f | ..V? | timestamp: 1062657753 (s) 0x9dab-0x9daf (4) +0x9da0| d9 de 56 3f | ..V? | timestamp: 1062657753 (2023-09-03T06:42:33Z) 0x9dab-0x9daf (4) 0x9da0| 9b| .| position_lat: 59.32815897278488 (707812507) 0x9daf-0x9db3 (4) 0x9db0|5c 30 2a |\0* | 0x9db0| b1 bf cd 0c | .... | position_long: 18.00521188415587 (214810545) 0x9db3-0x9db7 (4) @@ -29696,7 +29696,7 @@ $ fq -d fit dv activity.fit 0x9dc0| 06 | . | reserved: false 0x9dc1.3-0x9dc1.4 (0.1) 0x9dc0| 06 | . | local_message_type: 6 0x9dc1.4-0x9dc2 (0.4) | | | data_message{}: 0x9dc2-0x9dd8 (22) -0x9dc0| df de 56 3f | ..V? | timestamp: 1062657759 (s) 0x9dc2-0x9dc6 (4) +0x9dc0| df de 56 3f | ..V? | timestamp: 1062657759 (2023-09-03T06:42:39Z) 0x9dc2-0x9dc6 (4) 0x9dc0| 39 58 30 2a | 9X0* | position_lat: 59.32806492783129 (707811385) 0x9dc6-0x9dca (4) 0x9dc0| 1e cf cd 0c | .... | position_long: 18.005542885512114 (214814494) 0x9dca-0x9dce (4) 0x9dc0| a1 df| ..| distance: 36617.29 (3661729) (m) 0x9dce-0x9dd2 (4) @@ -29713,7 +29713,7 @@ $ fq -d fit dv activity.fit 0x9dd0| 06 | . | reserved: false 0x9dd8.3-0x9dd8.4 (0.1) 0x9dd0| 06 | . | local_message_type: 6 0x9dd8.4-0x9dd9 (0.4) | | | data_message{}: 0x9dd9-0x9def (22) -0x9dd0| e6 de 56 3f | ..V? | timestamp: 1062657766 (s) 0x9dd9-0x9ddd (4) +0x9dd0| e6 de 56 3f | ..V? | timestamp: 1062657766 (2023-09-03T06:42:46Z) 0x9dd9-0x9ddd (4) 0x9dd0| f8 54 30| .T0| position_lat: 59.32799510657787 (707810552) 0x9ddd-0x9de1 (4) 0x9de0|2a |* | 0x9de0| 69 de cd 0c | i... | position_long: 18.00587103702128 (214818409) 0x9de1-0x9de5 (4) @@ -29730,7 +29730,7 @@ $ fq -d fit dv activity.fit 0x9de0| 06| .| reserved: false 0x9def.3-0x9def.4 (0.1) 0x9de0| 06| .| local_message_type: 6 0x9def.4-0x9df0 (0.4) | | | data_message{}: 0x9df0-0x9e06 (22) -0x9df0|ed de 56 3f |..V? | timestamp: 1062657773 (s) 0x9df0-0x9df4 (4) +0x9df0|ed de 56 3f |..V? | timestamp: 1062657773 (2023-09-03T06:42:53Z) 0x9df0-0x9df4 (4) 0x9df0| a0 50 30 2a | .P0* | position_lat: 59.327901899814606 (707809440) 0x9df4-0x9df8 (4) 0x9df0| 0a ef cd 0c | .... | position_long: 18.00622785463929 (214822666) 0x9df8-0x9dfc (4) 0x9df0| aa f0 37 00| ..7.| distance: 36660.9 (3666090) (m) 0x9dfc-0x9e00 (4) @@ -29746,7 +29746,7 @@ $ fq -d fit dv activity.fit 0x9e00| 06 | . | reserved: false 0x9e06.3-0x9e06.4 (0.1) 0x9e00| 06 | . | local_message_type: 6 0x9e06.4-0x9e07 (0.4) | | | data_message{}: 0x9e07-0x9e1d (22) -0x9e00| f4 de 56 3f | ..V? | timestamp: 1062657780 (s) 0x9e07-0x9e0b (4) +0x9e00| f4 de 56 3f | ..V? | timestamp: 1062657780 (2023-09-03T06:43:00Z) 0x9e07-0x9e0b (4) 0x9e00| 81 4c 30 2a | .L0* | position_lat: 59.327813470736146 (707808385) 0x9e0b-0x9e0f (4) 0x9e00| bd| .| position_long: 18.006586180999875 (214826941) 0x9e0f-0x9e13 (4) 0x9e10|ff cd 0c |... | @@ -29763,7 +29763,7 @@ $ fq -d fit dv activity.fit 0x9e10| 06 | . | reserved: false 0x9e1d.3-0x9e1d.4 (0.1) 0x9e10| 06 | . | local_message_type: 6 0x9e1d.4-0x9e1e (0.4) | | | data_message{}: 0x9e1e-0x9e34 (22) -0x9e10| fa de| ..| timestamp: 1062657786 (s) 0x9e1e-0x9e22 (4) +0x9e10| fa de| ..| timestamp: 1062657786 (2023-09-03T06:43:06Z) 0x9e1e-0x9e22 (4) 0x9e20|56 3f |V? | 0x9e20| a8 48 30 2a | .H0* | position_lat: 59.327730908989906 (707807400) 0x9e22-0x9e26 (4) 0x9e20| f3 10 ce 0c | .... | position_long: 18.006955487653613 (214831347) 0x9e26-0x9e2a (4) @@ -29780,7 +29780,7 @@ $ fq -d fit dv activity.fit 0x9e30| 06 | . | reserved: false 0x9e34.3-0x9e34.4 (0.1) 0x9e30| 06 | . | local_message_type: 6 0x9e34.4-0x9e35 (0.4) | | | data_message{}: 0x9e35-0x9e4b (22) -0x9e30| ff de 56 3f | ..V? | timestamp: 1062657791 (s) 0x9e35-0x9e39 (4) +0x9e30| ff de 56 3f | ..V? | timestamp: 1062657791 (2023-09-03T06:43:11Z) 0x9e35-0x9e39 (4) 0x9e30| 42 44 30 2a | BD0* | position_lat: 59.327636528760195 (707806274) 0x9e39-0x9e3d (4) 0x9e30| fe 22 ce| .".| position_long: 18.007342647761106 (214835966) 0x9e3d-0x9e41 (4) 0x9e40|0c |. | @@ -29797,7 +29797,7 @@ $ fq -d fit dv activity.fit 0x9e40| 06 | . | reserved: false 0x9e4b.3-0x9e4b.4 (0.1) 0x9e40| 06 | . | local_message_type: 6 0x9e4b.4-0x9e4c (0.4) | | | data_message{}: 0x9e4c-0x9e62 (22) -0x9e40| 03 df 56 3f| ..V?| timestamp: 1062657795 (s) 0x9e4c-0x9e50 (4) +0x9e40| 03 df 56 3f| ..V?| timestamp: 1062657795 (2023-09-03T06:43:15Z) 0x9e4c-0x9e50 (4) 0x9e50|8f 40 30 2a |.@0* | position_lat: 59.32755715213716 (707805327) 0x9e50-0x9e54 (4) 0x9e50| 1f 32 ce 0c | .2.. | position_long: 18.00766727887094 (214839839) 0x9e54-0x9e58 (4) 0x9e50| 09 14 38 00 | ..8. | distance: 36751.45 (3675145) (m) 0x9e58-0x9e5c (4) @@ -29813,7 +29813,7 @@ $ fq -d fit dv activity.fit 0x9e60| 06 | . | reserved: false 0x9e62.3-0x9e62.4 (0.1) 0x9e60| 06 | . | local_message_type: 6 0x9e62.4-0x9e63 (0.4) | | | data_message{}: 0x9e63-0x9e79 (22) -0x9e60| 07 df 56 3f | ..V? | timestamp: 1062657799 (s) 0x9e63-0x9e67 (4) +0x9e60| 07 df 56 3f | ..V? | timestamp: 1062657799 (2023-09-03T06:43:19Z) 0x9e63-0x9e67 (4) 0x9e60| cb 3b 30 2a | .;0* | position_lat: 59.32745489291847 (707804107) 0x9e67-0x9e6b (4) 0x9e60| 3a 42 ce 0c | :B.. | position_long: 18.008012864738703 (214843962) 0x9e6b-0x9e6f (4) 0x9e60| eb| .| distance: 36774.19 (3677419) (m) 0x9e6f-0x9e73 (4) @@ -29830,7 +29830,7 @@ $ fq -d fit dv activity.fit 0x9e70| 06 | . | reserved: false 0x9e79.3-0x9e79.4 (0.1) 0x9e70| 06 | . | local_message_type: 6 0x9e79.4-0x9e7a (0.4) | | | data_message{}: 0x9e7a-0x9e90 (22) -0x9e70| 0a df 56 3f | ..V? | timestamp: 1062657802 (s) 0x9e7a-0x9e7e (4) +0x9e70| 0a df 56 3f | ..V? | timestamp: 1062657802 (2023-09-03T06:43:22Z) 0x9e7a-0x9e7e (4) 0x9e70| 4a 37| J7| position_lat: 59.3273582495749 (707802954) 0x9e7e-0x9e82 (4) 0x9e80|30 2a |0* | 0x9e80| 1c 51 ce 0c | .Q.. | position_long: 18.00833221524954 (214847772) 0x9e82-0x9e86 (4) @@ -29847,7 +29847,7 @@ $ fq -d fit dv activity.fit 0x9e90|06 |. | reserved: false 0x9e90.3-0x9e90.4 (0.1) 0x9e90|06 |. | local_message_type: 6 0x9e90.4-0x9e91 (0.4) | | | data_message{}: 0x9e91-0x9ea7 (22) -0x9e90| 0d df 56 3f | ..V? | timestamp: 1062657805 (s) 0x9e91-0x9e95 (4) +0x9e90| 0d df 56 3f | ..V? | timestamp: 1062657805 (2023-09-03T06:43:25Z) 0x9e91-0x9e95 (4) 0x9e90| 32 32 30 2a | 220* | position_lat: 59.32724894955754 (707801650) 0x9e95-0x9e99 (4) 0x9e90| 0d 62 ce 0c | .b.. | position_long: 18.008695738390088 (214852109) 0x9e99-0x9e9d (4) 0x9e90| 8c 2e 38| ..8| distance: 36819.32 (3681932) (m) 0x9e9d-0x9ea1 (4) @@ -29864,7 +29864,7 @@ $ fq -d fit dv activity.fit 0x9ea0| 06 | . | reserved: false 0x9ea7.3-0x9ea7.4 (0.1) 0x9ea0| 06 | . | local_message_type: 6 0x9ea7.4-0x9ea8 (0.4) | | | data_message{}: 0x9ea8-0x9ebe (22) -0x9ea0| 10 df 56 3f | ..V? | timestamp: 1062657808 (s) 0x9ea8-0x9eac (4) +0x9ea0| 10 df 56 3f | ..V? | timestamp: 1062657808 (2023-09-03T06:43:28Z) 0x9ea8-0x9eac (4) 0x9ea0| c6 2c 30 2a| .,0*| position_lat: 59.32713260874152 (707800262) 0x9eac-0x9eb0 (4) 0x9eb0|c6 74 ce 0c |.t.. | position_long: 18.0090974830091 (214856902) 0x9eb0-0x9eb4 (4) 0x9eb0| d0 38 38 00 | .88. | distance: 36845.6 (3684560) (m) 0x9eb4-0x9eb8 (4) @@ -29880,7 +29880,7 @@ $ fq -d fit dv activity.fit 0x9eb0| 06 | . | reserved: false 0x9ebe.3-0x9ebe.4 (0.1) 0x9eb0| 06 | . | local_message_type: 6 0x9ebe.4-0x9ebf (0.4) | | | data_message{}: 0x9ebf-0x9ed5 (22) -0x9eb0| 13| .| timestamp: 1062657811 (s) 0x9ebf-0x9ec3 (4) +0x9eb0| 13| .| timestamp: 1062657811 (2023-09-03T06:43:31Z) 0x9ebf-0x9ec3 (4) 0x9ec0|df 56 3f |.V? | 0x9ec0| 24 27 30 2a | $'0* | position_lat: 59.32701174169779 (707798820) 0x9ec3-0x9ec7 (4) 0x9ec0| fe 87 ce 0c | .... | position_long: 18.00950987264514 (214861822) 0x9ec7-0x9ecb (4) @@ -29898,7 +29898,7 @@ $ fq -d fit dv activity.fit 0x9ed0| 06 | . | reserved: false 0x9ed5.3-0x9ed5.4 (0.1) 0x9ed0| 06 | . | local_message_type: 6 0x9ed5.4-0x9ed6 (0.4) | | | data_message{}: 0x9ed6-0x9eec (22) -0x9ed0| 14 df 56 3f | ..V? | timestamp: 1062657812 (s) 0x9ed6-0x9eda (4) +0x9ed0| 14 df 56 3f | ..V? | timestamp: 1062657812 (2023-09-03T06:43:32Z) 0x9ed6-0x9eda (4) 0x9ed0| 59 25 30 2a | Y%0* | position_lat: 59.32697326876223 (707798361) 0x9eda-0x9ede (4) 0x9ed0| c6 8e| ..| position_long: 18.009655382484198 (214863558) 0x9ede-0x9ee2 (4) 0x9ee0|ce 0c |.. | @@ -29915,7 +29915,7 @@ $ fq -d fit dv activity.fit 0x9ee0| 06 | . | reserved: false 0x9eec.3-0x9eec.4 (0.1) 0x9ee0| 06 | . | local_message_type: 6 0x9eec.4-0x9eed (0.4) | | | data_message{}: 0x9eed-0x9f03 (22) -0x9ee0| 17 df 56| ..V| timestamp: 1062657815 (s) 0x9eed-0x9ef1 (4) +0x9ee0| 17 df 56| ..V| timestamp: 1062657815 (2023-09-03T06:43:35Z) 0x9eed-0x9ef1 (4) 0x9ef0|3f |? | 0x9ef0| 6f 23 30 2a | o#0* | position_lat: 59.32693219743669 (707797871) 0x9ef1-0x9ef5 (4) 0x9ef0| 9c a4 ce 0c | .... | position_long: 18.010123930871487 (214869148) 0x9ef5-0x9ef9 (4) @@ -29933,7 +29933,7 @@ $ fq -d fit dv activity.fit 0x9f00| 06 | . | reserved: false 0x9f03.3-0x9f03.4 (0.1) 0x9f00| 06 | . | local_message_type: 6 0x9f03.4-0x9f04 (0.4) | | | data_message{}: 0x9f04-0x9f1a (22) -0x9f00| 1a df 56 3f | ..V? | timestamp: 1062657818 (s) 0x9f04-0x9f08 (4) +0x9f00| 1a df 56 3f | ..V? | timestamp: 1062657818 (2023-09-03T06:43:38Z) 0x9f04-0x9f08 (4) 0x9f00| 2a 23 30 2a | *#0* | position_lat: 59.3269264139235 (707797802) 0x9f08-0x9f0c (4) 0x9f00| 1a bb ce 0c| ....| position_long: 18.010606560856104 (214874906) 0x9f0c-0x9f10 (4) 0x9f10|59 5c 38 00 |Y\8. | distance: 36936.57 (3693657) (m) 0x9f10-0x9f14 (4) @@ -29949,7 +29949,7 @@ $ fq -d fit dv activity.fit 0x9f10| 06 | . | reserved: false 0x9f1a.3-0x9f1a.4 (0.1) 0x9f10| 06 | . | local_message_type: 6 0x9f1a.4-0x9f1b (0.4) | | | data_message{}: 0x9f1b-0x9f31 (22) -0x9f10| 1c df 56 3f | ..V? | timestamp: 1062657820 (s) 0x9f1b-0x9f1f (4) +0x9f10| 1c df 56 3f | ..V? | timestamp: 1062657820 (2023-09-03T06:43:40Z) 0x9f1b-0x9f1f (4) 0x9f10| 78| x| position_lat: 59.326932951807976 (707797880) 0x9f1f-0x9f23 (4) 0x9f20|23 30 2a |#0* | 0x9f20| 17 c9 ce 0c | .... | position_long: 18.010906716808677 (214878487) 0x9f23-0x9f27 (4) @@ -29966,7 +29966,7 @@ $ fq -d fit dv activity.fit 0x9f30| 06 | . | reserved: false 0x9f31.3-0x9f31.4 (0.1) 0x9f30| 06 | . | local_message_type: 6 0x9f31.4-0x9f32 (0.4) | | | data_message{}: 0x9f32-0x9f48 (22) -0x9f30| 1f df 56 3f | ..V? | timestamp: 1062657823 (s) 0x9f32-0x9f36 (4) +0x9f30| 1f df 56 3f | ..V? | timestamp: 1062657823 (2023-09-03T06:43:43Z) 0x9f32-0x9f36 (4) 0x9f30| a7 2a 30 2a | .*0* | position_lat: 59.3270870950073 (707799719) 0x9f36-0x9f3a (4) 0x9f30| c3 d4 ce 0c | .... | position_long: 18.011157168075442 (214881475) 0x9f3a-0x9f3e (4) 0x9f30| 96 6c| .l| distance: 36978.14 (3697814) (m) 0x9f3e-0x9f42 (4) @@ -29983,7 +29983,7 @@ $ fq -d fit dv activity.fit 0x9f40| 06 | . | reserved: false 0x9f48.3-0x9f48.4 (0.1) 0x9f40| 06 | . | local_message_type: 6 0x9f48.4-0x9f49 (0.4) | | | data_message{}: 0x9f49-0x9f5f (22) -0x9f40| 22 df 56 3f | ".V? | timestamp: 1062657826 (s) 0x9f49-0x9f4d (4) +0x9f40| 22 df 56 3f | ".V? | timestamp: 1062657826 (2023-09-03T06:43:46Z) 0x9f49-0x9f4d (4) 0x9f40| 2c 34 30| ,40| position_lat: 59.32729136198759 (707802156) 0x9f4d-0x9f51 (4) 0x9f50|2a |* | 0x9f50| 25 d4 ce 0c | %... | position_long: 18.01114392466843 (214881317) 0x9f51-0x9f55 (4) @@ -30000,8 +30000,8 @@ $ fq -d fit dv activity.fit 0x9f50| 08| .| reserved: false 0x9f5f.3-0x9f5f.4 (0.1) 0x9f50| 08| .| local_message_type: 8 0x9f5f.4-0x9f60 (0.4) | | | data_message{}: 0x9f60-0x9f96 (54) -0x9f60|22 df 56 3f |".V? | timestamp: 1062657826 (s) 0x9f60-0x9f64 (4) -0x9f60| 65 de 56 3f | e.V? | start_time: 1062657637 0x9f64-0x9f68 (4) +0x9f60|22 df 56 3f |".V? | timestamp: 1062657826 (2023-09-03T06:43:46Z) 0x9f60-0x9f64 (4) +0x9f60| 65 de 56 3f | e.V? | start_time: 1062657637 (2023-09-03T06:40:37Z) 0x9f64-0x9f68 (4) 0x9f60| 95 ae 30 2a | ..0* | start_position_lat: 59.329917998984456 (707833493) 0x9f68-0x9f6c (4) 0x9f60| 53 70 cc 0c| Sp..| start_position_long: 17.998015685006976 (214724691) 0x9f6c-0x9f70 (4) 0x9f70|2c 34 30 2a |,40* | end_position_lat: 59.32729136198759 (707802156) 0x9f70-0x9f74 (4) @@ -30030,7 +30030,7 @@ $ fq -d fit dv activity.fit 0x9f90| 06 | . | reserved: false 0x9f96.3-0x9f96.4 (0.1) 0x9f90| 06 | . | local_message_type: 6 0x9f96.4-0x9f97 (0.4) | | | data_message{}: 0x9f97-0x9fad (22) -0x9f90| 23 df 56 3f | #.V? | timestamp: 1062657827 (s) 0x9f97-0x9f9b (4) +0x9f90| 23 df 56 3f | #.V? | timestamp: 1062657827 (2023-09-03T06:43:47Z) 0x9f97-0x9f9b (4) 0x9f90| 1c 37 30 2a | .70* | position_lat: 59.32735439389944 (707802908) 0x9f9b-0x9f9f (4) 0x9f90| 28| (| position_long: 18.011122718453407 (214881064) 0x9f9f-0x9fa3 (4) 0x9fa0|d3 ce 0c |... | @@ -30047,7 +30047,7 @@ $ fq -d fit dv activity.fit 0x9fa0| 06 | . | reserved: false 0x9fad.3-0x9fad.4 (0.1) 0x9fa0| 06 | . | local_message_type: 6 0x9fad.4-0x9fae (0.4) | | | data_message{}: 0x9fae-0x9fc4 (22) -0x9fa0| 26 df| &.| timestamp: 1062657830 (s) 0x9fae-0x9fb2 (4) +0x9fa0| 26 df| &.| timestamp: 1062657830 (2023-09-03T06:43:50Z) 0x9fae-0x9fb2 (4) 0x9fb0|56 3f |V? | 0x9fb0| 07 40 30 2a | .@0* | position_lat: 59.32754575274885 (707805191) 0x9fb2-0x9fb6 (4) 0x9fb0| 38 ce ce 0c | 8... | position_long: 18.01101677119732 (214879800) 0x9fb6-0x9fba (4) @@ -30064,7 +30064,7 @@ $ fq -d fit dv activity.fit 0x9fc0| 06 | . | reserved: false 0x9fc4.3-0x9fc4.4 (0.1) 0x9fc0| 06 | . | local_message_type: 6 0x9fc4.4-0x9fc5 (0.4) | | | data_message{}: 0x9fc5-0x9fdb (22) -0x9fc0| 29 df 56 3f | ).V? | timestamp: 1062657833 (s) 0x9fc5-0x9fc9 (4) +0x9fc0| 29 df 56 3f | ).V? | timestamp: 1062657833 (2023-09-03T06:43:53Z) 0x9fc5-0x9fc9 (4) 0x9fc0| 23 47 30 2a | #G0* | position_lat: 59.32769830338657 (707807011) 0x9fc9-0x9fcd (4) 0x9fc0| 63 c1 ce| c..| position_long: 18.010741425678134 (214876515) 0x9fcd-0x9fd1 (4) 0x9fd0|0c |. | @@ -30081,7 +30081,7 @@ $ fq -d fit dv activity.fit 0x9fd0| 06 | . | reserved: false 0x9fdb.3-0x9fdb.4 (0.1) 0x9fd0| 06 | . | local_message_type: 6 0x9fdb.4-0x9fdc (0.4) | | | data_message{}: 0x9fdc-0x9ff2 (22) -0x9fd0| 2c df 56 3f| ,.V?| timestamp: 1062657836 (s) 0x9fdc-0x9fe0 (4) +0x9fd0| 2c df 56 3f| ,.V?| timestamp: 1062657836 (2023-09-03T06:43:56Z) 0x9fdc-0x9fe0 (4) 0x9fe0|43 4b 30 2a |CK0* | position_lat: 59.32778681628406 (707808067) 0x9fe0-0x9fe4 (4) 0x9fe0| fa b0 ce 0c | .... | position_long: 18.010389301925898 (214872314) 0x9fe4-0x9fe8 (4) 0x9fe0| d1 92 38 00 | ..8. | distance: 37076.01 (3707601) (m) 0x9fe8-0x9fec (4) @@ -30097,7 +30097,7 @@ $ fq -d fit dv activity.fit 0x9ff0| 06 | . | reserved: false 0x9ff2.3-0x9ff2.4 (0.1) 0x9ff0| 06 | . | local_message_type: 6 0x9ff2.4-0x9ff3 (0.4) | | | data_message{}: 0x9ff3-0xa009 (22) -0x9ff0| 2f df 56 3f | /.V? | timestamp: 1062657839 (s) 0x9ff3-0x9ff7 (4) +0x9ff0| 2f df 56 3f | /.V? | timestamp: 1062657839 (2023-09-03T06:43:59Z) 0x9ff3-0x9ff7 (4) 0x9ff0| e8 4e 30 2a | .N0* | position_lat: 59.32786501944065 (707809000) 0x9ff7-0x9ffb (4) 0x9ff0| 33 a1 ce 0c | 3... | position_long: 18.0100507568568 (214868275) 0x9ffb-0x9fff (4) 0x9ff0| 15| .| distance: 37097.17 (3709717) (m) 0x9fff-0xa003 (4) @@ -30114,7 +30114,7 @@ $ fq -d fit dv activity.fit 0xa000| 06 | . | reserved: false 0xa009.3-0xa009.4 (0.1) 0xa000| 06 | . | local_message_type: 6 0xa009.4-0xa00a (0.4) | | | data_message{}: 0xa00a-0xa020 (22) -0xa000| 33 df 56 3f | 3.V? | timestamp: 1062657843 (s) 0xa00a-0xa00e (4) +0xa000| 33 df 56 3f | 3.V? | timestamp: 1062657843 (2023-09-03T06:44:03Z) 0xa00a-0xa00e (4) 0xa000| f2 52| .R| position_lat: 59.327951688319445 (707810034) 0xa00e-0xa012 (4) 0xa010|30 2a |0* | 0xa010| 36 8d ce 0c | 6... | position_long: 18.00962185487151 (214863158) 0xa012-0xa016 (4) @@ -30131,7 +30131,7 @@ $ fq -d fit dv activity.fit 0xa020|06 |. | reserved: false 0xa020.3-0xa020.4 (0.1) 0xa020|06 |. | local_message_type: 6 0xa020.4-0xa021 (0.4) | | | data_message{}: 0xa021-0xa037 (22) -0xa020| 36 df 56 3f | 6.V? | timestamp: 1062657846 (s) 0xa021-0xa025 (4) +0xa020| 36 df 56 3f | 6.V? | timestamp: 1062657846 (2023-09-03T06:44:06Z) 0xa021-0xa025 (4) 0xa020| 73 56 30 2a | sV0* | position_lat: 59.32802687399089 (707810931) 0xa025-0xa029 (4) 0xa020| 8a 7d ce 0c | .}.. | position_long: 18.00928557291627 (214859146) 0xa029-0xa02d (4) 0xa020| 7f ad 38| ..8| distance: 37144.31 (3714431) (m) 0xa02d-0xa031 (4) @@ -30148,7 +30148,7 @@ $ fq -d fit dv activity.fit 0xa030| 06 | . | reserved: false 0xa037.3-0xa037.4 (0.1) 0xa030| 06 | . | local_message_type: 6 0xa037.4-0xa038 (0.4) | | | data_message{}: 0xa038-0xa04e (22) -0xa030| 39 df 56 3f | 9.V? | timestamp: 1062657849 (s) 0xa038-0xa03c (4) +0xa030| 39 df 56 3f | 9.V? | timestamp: 1062657849 (2023-09-03T06:44:09Z) 0xa038-0xa03c (4) 0xa030| 44 59 30 2a| DY0*| position_lat: 59.32808730751276 (707811652) 0xa03c-0xa040 (4) 0xa040|61 6e ce 0c |an.. | position_long: 18.008960271254182 (214855265) 0xa040-0xa044 (4) 0xa040| 31 b5 38 00 | 1.8. | distance: 37164.01 (3716401) (m) 0xa044-0xa048 (4) @@ -30164,7 +30164,7 @@ $ fq -d fit dv activity.fit 0xa040| 06 | . | reserved: false 0xa04e.3-0xa04e.4 (0.1) 0xa040| 06 | . | local_message_type: 6 0xa04e.4-0xa04f (0.4) | | | data_message{}: 0xa04f-0xa065 (22) -0xa040| 3d| =| timestamp: 1062657853 (s) 0xa04f-0xa053 (4) +0xa040| 3d| =| timestamp: 1062657853 (2023-09-03T06:44:13Z) 0xa04f-0xa053 (4) 0xa050|df 56 3f |.V? | 0xa050| 91 62 30 2a | .b0* | position_lat: 59.328286880627275 (707814033) 0xa053-0xa057 (4) 0xa050| 82 6b ce 0c | .k.. | position_long: 18.00889866426587 (214854530) 0xa057-0xa05b (4) @@ -30182,7 +30182,7 @@ $ fq -d fit dv activity.fit 0xa060| 06 | . | reserved: false 0xa065.3-0xa065.4 (0.1) 0xa060| 06 | . | local_message_type: 6 0xa065.4-0xa066 (0.4) | | | data_message{}: 0xa066-0xa07c (22) -0xa060| 3f df 56 3f | ?.V? | timestamp: 1062657855 (s) 0xa066-0xa06a (4) +0xa060| 3f df 56 3f | ?.V? | timestamp: 1062657855 (2023-09-03T06:44:15Z) 0xa066-0xa06a (4) 0xa060| c8 68 30 2a | .h0* | position_lat: 59.328420236706734 (707815624) 0xa06a-0xa06e (4) 0xa060| 98 6f| .o| position_long: 18.008986338973045 (214855576) 0xa06e-0xa072 (4) 0xa070|ce 0c |.. | @@ -30199,7 +30199,7 @@ $ fq -d fit dv activity.fit 0xa070| 06 | . | reserved: false 0xa07c.3-0xa07c.4 (0.1) 0xa070| 06 | . | local_message_type: 6 0xa07c.4-0xa07d (0.4) | | | data_message{}: 0xa07d-0xa093 (22) -0xa070| 42 df 56| B.V| timestamp: 1062657858 (s) 0xa07d-0xa081 (4) +0xa070| 42 df 56| B.V| timestamp: 1062657858 (2023-09-03T06:44:18Z) 0xa07d-0xa081 (4) 0xa080|3f |? | 0xa080| da 72 30 2a | .r0* | position_lat: 59.328636322170496 (707818202) 0xa081-0xa085 (4) 0xa080| 1d 78 ce 0c | .x.. | position_long: 18.009169148281217 (214857757) 0xa085-0xa089 (4) @@ -30217,7 +30217,7 @@ $ fq -d fit dv activity.fit 0xa090| 06 | . | reserved: false 0xa093.3-0xa093.4 (0.1) 0xa090| 06 | . | local_message_type: 6 0xa093.4-0xa094 (0.4) | | | data_message{}: 0xa094-0xa0aa (22) -0xa090| 45 df 56 3f | E.V? | timestamp: 1062657861 (s) 0xa094-0xa098 (4) +0xa090| 45 df 56 3f | E.V? | timestamp: 1062657861 (2023-09-03T06:44:21Z) 0xa094-0xa098 (4) 0xa090| 74 76 30 2a | tv0* | position_lat: 59.32871360331774 (707819124) 0xa098-0xa09c (4) 0xa090| 99 88 ce 0c| ....| position_long: 18.009522864595056 (214861977) 0xa09c-0xa0a0 (4) 0xa0a0|f4 d7 38 00 |..8. | distance: 37253 (3725300) (m) 0xa0a0-0xa0a4 (4) @@ -30233,7 +30233,7 @@ $ fq -d fit dv activity.fit 0xa0a0| 06 | . | reserved: false 0xa0aa.3-0xa0aa.4 (0.1) 0xa0a0| 06 | . | local_message_type: 6 0xa0aa.4-0xa0ab (0.4) | | | data_message{}: 0xa0ab-0xa0c1 (22) -0xa0a0| 47 df 56 3f | G.V? | timestamp: 1062657863 (s) 0xa0ab-0xa0af (4) +0xa0a0| 47 df 56 3f | G.V? | timestamp: 1062657863 (2023-09-03T06:44:23Z) 0xa0ab-0xa0af (4) 0xa0a0| 6a| j| position_lat: 59.32864839211106 (707818346) 0xa0af-0xa0b3 (4) 0xa0b0|73 30 2a |s0* | 0xa0b0| f9 93 ce 0c | .... | position_long: 18.00976694561541 (214864889) 0xa0b3-0xa0b7 (4) @@ -30250,7 +30250,7 @@ $ fq -d fit dv activity.fit 0xa0c0| 06 | . | reserved: false 0xa0c1.3-0xa0c1.4 (0.1) 0xa0c0| 06 | . | local_message_type: 6 0xa0c1.4-0xa0c2 (0.4) | | | data_message{}: 0xa0c2-0xa0d8 (22) -0xa0c0| 4a df 56 3f | J.V? | timestamp: 1062657866 (s) 0xa0c2-0xa0c6 (4) +0xa0c0| 4a df 56 3f | J.V? | timestamp: 1062657866 (2023-09-03T06:44:26Z) 0xa0c2-0xa0c6 (4) 0xa0c0| c9 6f 30 2a | .o0* | position_lat: 59.3285705242306 (707817417) 0xa0c6-0xa0ca (4) 0xa0c0| 38 a6 ce 0c | 8... | position_long: 18.010158464312553 (214869560) 0xa0ca-0xa0ce (4) 0xa0c0| 6b e7| k.| distance: 37292.59 (3729259) (m) 0xa0ce-0xa0d2 (4) @@ -30267,7 +30267,7 @@ $ fq -d fit dv activity.fit 0xa0d0| 06 | . | reserved: false 0xa0d8.3-0xa0d8.4 (0.1) 0xa0d0| 06 | . | local_message_type: 6 0xa0d8.4-0xa0d9 (0.4) | | | data_message{}: 0xa0d9-0xa0ef (22) -0xa0d0| 4d df 56 3f | M.V? | timestamp: 1062657869 (s) 0xa0d9-0xa0dd (4) +0xa0d0| 4d df 56 3f | M.V? | timestamp: 1062657869 (2023-09-03T06:44:29Z) 0xa0d9-0xa0dd (4) 0xa0d0| 98 6c 30| .l0| position_lat: 59.32850204408169 (707816600) 0xa0dd-0xa0e1 (4) 0xa0e0|2a |* | 0xa0e0| 28 b9 ce 0c | (... | position_long: 18.01056481897831 (214874408) 0xa0e1-0xa0e5 (4) @@ -30284,7 +30284,7 @@ $ fq -d fit dv activity.fit 0xa0e0| 06| .| reserved: false 0xa0ef.3-0xa0ef.4 (0.1) 0xa0e0| 06| .| local_message_type: 6 0xa0ef.4-0xa0f0 (0.4) | | | data_message{}: 0xa0f0-0xa106 (22) -0xa0f0|4f df 56 3f |O.V? | timestamp: 1062657871 (s) 0xa0f0-0xa0f4 (4) +0xa0f0|4f df 56 3f |O.V? | timestamp: 1062657871 (2023-09-03T06:44:31Z) 0xa0f0-0xa0f4 (4) 0xa0f0| f3 6a 30 2a | .j0* | position_lat: 59.328466756269336 (707816179) 0xa0f4-0xa0f8 (4) 0xa0f0| ec c6 ce 0c | .... | position_long: 18.010860197246075 (214877932) 0xa0f8-0xa0fc (4) 0xa0f0| ac f7 38 00| ..8.| distance: 37334.2 (3733420) (m) 0xa0fc-0xa100 (4) @@ -30300,7 +30300,7 @@ $ fq -d fit dv activity.fit 0xa100| 06 | . | reserved: false 0xa106.3-0xa106.4 (0.1) 0xa100| 06 | . | local_message_type: 6 0xa106.4-0xa107 (0.4) | | | data_message{}: 0xa107-0xa11d (22) -0xa100| 52 df 56 3f | R.V? | timestamp: 1062657874 (s) 0xa107-0xa10b (4) +0xa100| 52 df 56 3f | R.V? | timestamp: 1062657874 (2023-09-03T06:44:34Z) 0xa107-0xa10b (4) 0xa100| b7 69 30 2a | .i0* | position_lat: 59.328440269455314 (707815863) 0xa10b-0xa10f (4) 0xa100| a7| .| position_long: 18.011326482519507 (214883495) 0xa10f-0xa113 (4) 0xa110|dc ce 0c |... | @@ -30317,7 +30317,7 @@ $ fq -d fit dv activity.fit 0xa110| 06 | . | reserved: false 0xa11d.3-0xa11d.4 (0.1) 0xa110| 06 | . | local_message_type: 6 0xa11d.4-0xa11e (0.4) | | | data_message{}: 0xa11e-0xa134 (22) -0xa110| 55 df| U.| timestamp: 1062657877 (s) 0xa11e-0xa122 (4) +0xa110| 55 df| U.| timestamp: 1062657877 (2023-09-03T06:44:37Z) 0xa11e-0xa122 (4) 0xa120|56 3f |V? | 0xa120| 7c 68 30 2a | |h0* | position_lat: 59.32841386646032 (707815548) 0xa122-0xa126 (4) 0xa120| 87 f3 ce 0c | .... | position_long: 18.011817326769233 (214889351) 0xa126-0xa12a (4) @@ -30334,7 +30334,7 @@ $ fq -d fit dv activity.fit 0xa130| 06 | . | reserved: false 0xa134.3-0xa134.4 (0.1) 0xa130| 06 | . | local_message_type: 6 0xa134.4-0xa135 (0.4) | | | data_message{}: 0xa135-0xa14b (22) -0xa130| 58 df 56 3f | X.V? | timestamp: 1062657880 (s) 0xa135-0xa139 (4) +0xa130| 58 df 56 3f | X.V? | timestamp: 1062657880 (2023-09-03T06:44:40Z) 0xa135-0xa139 (4) 0xa130| 22 68 30 2a | "h0* | position_lat: 59.32840632274747 (707815458) 0xa139-0xa13d (4) 0xa130| 1a 0a cf| ...| position_long: 18.012301716953516 (214895130) 0xa13d-0xa141 (4) 0xa140|0c |. | @@ -30351,7 +30351,7 @@ $ fq -d fit dv activity.fit 0xa140| 06 | . | reserved: false 0xa14b.3-0xa14b.4 (0.1) 0xa140| 06 | . | local_message_type: 6 0xa14b.4-0xa14c (0.4) | | | data_message{}: 0xa14c-0xa162 (22) -0xa140| 5b df 56 3f| [.V?| timestamp: 1062657883 (s) 0xa14c-0xa150 (4) +0xa140| 5b df 56 3f| [.V?| timestamp: 1062657883 (2023-09-03T06:44:43Z) 0xa14c-0xa150 (4) 0xa150|b5 67 30 2a |.g0* | position_lat: 59.32839718647301 (707815349) 0xa150-0xa154 (4) 0xa150| 76 20 cf 0c | v .. | position_long: 18.012781497091055 (214900854) 0xa154-0xa158 (4) 0xa150| 87 22 39 00 | ."9. | distance: 37443.91 (3744391) (m) 0xa158-0xa15c (4) @@ -30367,7 +30367,7 @@ $ fq -d fit dv activity.fit 0xa160| 06 | . | reserved: false 0xa162.3-0xa162.4 (0.1) 0xa160| 06 | . | local_message_type: 6 0xa162.4-0xa163 (0.4) | | | data_message{}: 0xa163-0xa179 (22) -0xa160| 5e df 56 3f | ^.V? | timestamp: 1062657886 (s) 0xa163-0xa167 (4) +0xa160| 5e df 56 3f | ^.V? | timestamp: 1062657886 (2023-09-03T06:44:46Z) 0xa163-0xa167 (4) 0xa160| 74 67 30 2a | tg0* | position_lat: 59.32839173823595 (707815284) 0xa167-0xa16b (4) 0xa160| 15 37 cf 0c | .7.. | position_long: 18.01326689310372 (214906645) 0xa16b-0xa16f (4) 0xa160| 53| S| distance: 37471.55 (3747155) (m) 0xa16f-0xa173 (4) @@ -30384,7 +30384,7 @@ $ fq -d fit dv activity.fit 0xa170| 06 | . | reserved: false 0xa179.3-0xa179.4 (0.1) 0xa170| 06 | . | local_message_type: 6 0xa179.4-0xa17a (0.4) | | | data_message{}: 0xa17a-0xa190 (22) -0xa170| 61 df 56 3f | a.V? | timestamp: 1062657889 (s) 0xa17a-0xa17e (4) +0xa170| 61 df 56 3f | a.V? | timestamp: 1062657889 (2023-09-03T06:44:49Z) 0xa17a-0xa17e (4) 0xa170| 2d 67| -g| position_lat: 59.3283857870847 (707815213) 0xa17e-0xa182 (4) 0xa180|30 2a |0* | 0xa180| 73 4d cf 0c | sM.. | position_long: 18.01374684087932 (214912371) 0xa182-0xa186 (4) @@ -30401,7 +30401,7 @@ $ fq -d fit dv activity.fit 0xa190|06 |. | reserved: false 0xa190.3-0xa190.4 (0.1) 0xa190|06 |. | local_message_type: 6 0xa190.4-0xa191 (0.4) | | | data_message{}: 0xa191-0xa1a7 (22) -0xa190| 64 df 56 3f | d.V? | timestamp: 1062657892 (s) 0xa191-0xa195 (4) +0xa190| 64 df 56 3f | d.V? | timestamp: 1062657892 (2023-09-03T06:44:52Z) 0xa191-0xa195 (4) 0xa190| 1b 66 30 2a | .f0* | position_lat: 59.32836282067001 (707814939) 0xa195-0xa199 (4) 0xa190| 0d 64 cf 0c | .d.. | position_long: 18.014231817796826 (214918157) 0xa199-0xa19d (4) 0xa190| d4 42 39| .B9| distance: 37526.6 (3752660) (m) 0xa19d-0xa1a1 (4) @@ -30418,7 +30418,7 @@ $ fq -d fit dv activity.fit 0xa1a0| 06 | . | reserved: false 0xa1a7.3-0xa1a7.4 (0.1) 0xa1a0| 06 | . | local_message_type: 6 0xa1a7.4-0xa1a8 (0.4) | | | data_message{}: 0xa1a8-0xa1be (22) -0xa1a0| 67 df 56 3f | g.V? | timestamp: 1062657895 (s) 0xa1a8-0xa1ac (4) +0xa1a0| 67 df 56 3f | g.V? | timestamp: 1062657895 (2023-09-03T06:44:55Z) 0xa1a8-0xa1ac (4) 0xa1a0| 66 65 30 2a| fe0*| position_lat: 59.32834764942527 (707814758) 0xa1ac-0xa1b0 (4) 0xa1b0|4c 79 cf 0c |Ly.. | position_long: 18.014687709510326 (214923596) 0xa1b0-0xa1b4 (4) 0xa1b0| fd 4c 39 00 | .L9. | distance: 37552.61 (3755261) (m) 0xa1b4-0xa1b8 (4) @@ -30434,7 +30434,7 @@ $ fq -d fit dv activity.fit 0xa1b0| 06 | . | reserved: false 0xa1be.3-0xa1be.4 (0.1) 0xa1b0| 06 | . | local_message_type: 6 0xa1be.4-0xa1bf (0.4) | | | data_message{}: 0xa1bf-0xa1d5 (22) -0xa1b0| 6a| j| timestamp: 1062657898 (s) 0xa1bf-0xa1c3 (4) +0xa1b0| 6a| j| timestamp: 1062657898 (2023-09-03T06:44:58Z) 0xa1bf-0xa1c3 (4) 0xa1c0|df 56 3f |.V? | 0xa1c0| fe 64 30 2a | .d0* | position_lat: 59.32833893224597 (707814654) 0xa1c3-0xa1c7 (4) 0xa1c0| 48 8d cf 0c | H... | position_long: 18.015116527676582 (214928712) 0xa1c7-0xa1cb (4) @@ -30452,7 +30452,7 @@ $ fq -d fit dv activity.fit 0xa1d0| 06 | . | reserved: false 0xa1d5.3-0xa1d5.4 (0.1) 0xa1d0| 06 | . | local_message_type: 6 0xa1d5.4-0xa1d6 (0.4) | | | data_message{}: 0xa1d6-0xa1ec (22) -0xa1d0| 6d df 56 3f | m.V? | timestamp: 1062657901 (s) 0xa1d6-0xa1da (4) +0xa1d0| 6d df 56 3f | m.V? | timestamp: 1062657901 (2023-09-03T06:45:01Z) 0xa1d6-0xa1da (4) 0xa1d0| 47 64 30 2a | Gd0* | position_lat: 59.328323593363166 (707814471) 0xa1da-0xa1de (4) 0xa1d0| 9d a1| ..| position_long: 18.01555280573666 (214933917) 0xa1de-0xa1e2 (4) 0xa1e0|cf 0c |.. | @@ -30469,7 +30469,7 @@ $ fq -d fit dv activity.fit 0xa1e0| 06 | . | reserved: false 0xa1ec.3-0xa1ec.4 (0.1) 0xa1e0| 06 | . | local_message_type: 6 0xa1ec.4-0xa1ed (0.4) | | | data_message{}: 0xa1ed-0xa203 (22) -0xa1e0| 70 df 56| p.V| timestamp: 1062657904 (s) 0xa1ed-0xa1f1 (4) +0xa1e0| 70 df 56| p.V| timestamp: 1062657904 (2023-09-03T06:45:04Z) 0xa1ed-0xa1f1 (4) 0xa1f0|3f |? | 0xa1f0| 7b 63 30 2a | {c0* | position_lat: 59.328306494280696 (707814267) 0xa1f1-0xa1f5 (4) 0xa1f0| 9c b5 cf 0c | .... | position_long: 18.015981875360012 (214939036) 0xa1f5-0xa1f9 (4) @@ -30487,7 +30487,7 @@ $ fq -d fit dv activity.fit 0xa200| 06 | . | reserved: false 0xa203.3-0xa203.4 (0.1) 0xa200| 06 | . | local_message_type: 6 0xa203.4-0xa204 (0.4) | | | data_message{}: 0xa204-0xa21a (22) -0xa200| 73 df 56 3f | s.V? | timestamp: 1062657907 (s) 0xa204-0xa208 (4) +0xa200| 73 df 56 3f | s.V? | timestamp: 1062657907 (2023-09-03T06:45:07Z) 0xa204-0xa208 (4) 0xa200| 93 62 30 2a | .b0* | position_lat: 59.32828704826534 (707814035) 0xa208-0xa20c (4) 0xa200| 53 ca cf 0c| S...| position_long: 18.0164263676852 (214944339) 0xa20c-0xa210 (4) 0xa210|bf 73 39 00 |.s9. | distance: 37651.83 (3765183) (m) 0xa210-0xa214 (4) @@ -30503,7 +30503,7 @@ $ fq -d fit dv activity.fit 0xa210| 06 | . | reserved: false 0xa21a.3-0xa21a.4 (0.1) 0xa210| 06 | . | local_message_type: 6 0xa21a.4-0xa21b (0.4) | | | data_message{}: 0xa21b-0xa231 (22) -0xa210| 76 df 56 3f | v.V? | timestamp: 1062657910 (s) 0xa21b-0xa21f (4) +0xa210| 76 df 56 3f | v.V? | timestamp: 1062657910 (2023-09-03T06:45:10Z) 0xa21b-0xa21f (4) 0xa210| 1a| .| position_lat: 59.32825544849038 (707813658) 0xa21f-0xa223 (4) 0xa220|61 30 2a |a0* | 0xa220| 82 df cf 0c | .... | position_long: 18.01688091829419 (214949762) 0xa223-0xa227 (4) @@ -30520,7 +30520,7 @@ $ fq -d fit dv activity.fit 0xa230| 06 | . | reserved: false 0xa231.3-0xa231.4 (0.1) 0xa230| 06 | . | local_message_type: 6 0xa231.4-0xa232 (0.4) | | | data_message{}: 0xa232-0xa248 (22) -0xa230| 79 df 56 3f | y.V? | timestamp: 1062657913 (s) 0xa232-0xa236 (4) +0xa230| 79 df 56 3f | y.V? | timestamp: 1062657913 (2023-09-03T06:45:13Z) 0xa232-0xa236 (4) 0xa230| 14 60 30 2a | .`0* | position_lat: 59.32823348790407 (707813396) 0xa236-0xa23a (4) 0xa230| 3a f4 cf 0c | :... | position_long: 18.01732549443841 (214955066) 0xa23a-0xa23e (4) 0xa230| d6 87| ..| distance: 37703.26 (3770326) (m) 0xa23e-0xa242 (4) @@ -30537,7 +30537,7 @@ $ fq -d fit dv activity.fit 0xa240| 06 | . | reserved: false 0xa248.3-0xa248.4 (0.1) 0xa240| 06 | . | local_message_type: 6 0xa248.4-0xa249 (0.4) | | | data_message{}: 0xa249-0xa25f (22) -0xa240| 7c df 56 3f | |.V? | timestamp: 1062657916 (s) 0xa249-0xa24d (4) +0xa240| 7c df 56 3f | |.V? | timestamp: 1062657916 (2023-09-03T06:45:16Z) 0xa249-0xa24d (4) 0xa240| 9c 5f 30| ._0| position_lat: 59.328223429620266 (707813276) 0xa24d-0xa251 (4) 0xa250|2a |* | 0xa250| 19 09 d0 0c | .... | position_long: 18.017773339524865 (214960409) 0xa251-0xa255 (4) @@ -30554,7 +30554,7 @@ $ fq -d fit dv activity.fit 0xa250| 06| .| reserved: false 0xa25f.3-0xa25f.4 (0.1) 0xa250| 06| .| local_message_type: 6 0xa25f.4-0xa260 (0.4) | | | data_message{}: 0xa260-0xa276 (22) -0xa260|7f df 56 3f |..V? | timestamp: 1062657919 (s) 0xa260-0xa264 (4) +0xa260|7f df 56 3f |..V? | timestamp: 1062657919 (2023-09-03T06:45:19Z) 0xa260-0xa264 (4) 0xa260| 49 5f 30 2a | I_0* | position_lat: 59.328216472640634 (707813193) 0xa264-0xa268 (4) 0xa260| 83 1e d0 0c | .... | position_long: 18.01823283545673 (214965891) 0xa268-0xa26c (4) 0xa260| 02 9c 39 00| ..9.| distance: 37754.9 (3775490) (m) 0xa26c-0xa270 (4) @@ -30570,7 +30570,7 @@ $ fq -d fit dv activity.fit 0xa270| 06 | . | reserved: false 0xa276.3-0xa276.4 (0.1) 0xa270| 06 | . | local_message_type: 6 0xa276.4-0xa277 (0.4) | | | data_message{}: 0xa277-0xa28d (22) -0xa270| 82 df 56 3f | ..V? | timestamp: 1062657922 (s) 0xa277-0xa27b (4) +0xa270| 82 df 56 3f | ..V? | timestamp: 1062657922 (2023-09-03T06:45:22Z) 0xa277-0xa27b (4) 0xa270| fd 5f 30 2a | ._0* | position_lat: 59.32823156006634 (707813373) 0xa27b-0xa27f (4) 0xa270| 9b| .| position_long: 18.018685458227992 (214971291) 0xa27f-0xa283 (4) 0xa280|33 d0 0c |3.. | @@ -30587,7 +30587,7 @@ $ fq -d fit dv activity.fit 0xa280| 06 | . | reserved: false 0xa28d.3-0xa28d.4 (0.1) 0xa280| 06 | . | local_message_type: 6 0xa28d.4-0xa28e (0.4) | | | data_message{}: 0xa28e-0xa2a4 (22) -0xa280| 84 df| ..| timestamp: 1062657924 (s) 0xa28e-0xa292 (4) +0xa280| 84 df| ..| timestamp: 1062657924 (2023-09-03T06:45:24Z) 0xa28e-0xa292 (4) 0xa290|56 3f |V? | 0xa290| 58 61 30 2a | Xa0* | position_lat: 59.32826064527035 (707813720) 0xa292-0xa296 (4) 0xa290| 01 41 d0 0c | .A.. | position_long: 18.018972957506776 (214974721) 0xa296-0xa29a (4) @@ -30604,7 +30604,7 @@ $ fq -d fit dv activity.fit 0xa2a0| 06 | . | reserved: false 0xa2a4.3-0xa2a4.4 (0.1) 0xa2a0| 06 | . | local_message_type: 6 0xa2a4.4-0xa2a5 (0.4) | | | data_message{}: 0xa2a5-0xa2bb (22) -0xa2a0| 87 df 56 3f | ..V? | timestamp: 1062657927 (s) 0xa2a5-0xa2a9 (4) +0xa2a0| 87 df 56 3f | ..V? | timestamp: 1062657927 (2023-09-03T06:45:27Z) 0xa2a5-0xa2a9 (4) 0xa2a0| 0b 5f 30 2a | ._0* | position_lat: 59.32821127586067 (707813131) 0xa2a9-0xa2ad (4) 0xa2a0| fa 54 d0| .T.| position_long: 18.019401524215937 (214979834) 0xa2ad-0xa2b1 (4) 0xa2b0|0c |. | @@ -30621,7 +30621,7 @@ $ fq -d fit dv activity.fit 0xa2b0| 06 | . | reserved: false 0xa2bb.3-0xa2bb.4 (0.1) 0xa2b0| 06 | . | local_message_type: 6 0xa2bb.4-0xa2bc (0.4) | | | data_message{}: 0xa2bc-0xa2d2 (22) -0xa2b0| 8a df 56 3f| ..V?| timestamp: 1062657930 (s) 0xa2bc-0xa2c0 (4) +0xa2b0| 8a df 56 3f| ..V?| timestamp: 1062657930 (2023-09-03T06:45:30Z) 0xa2bc-0xa2c0 (4) 0xa2c0|a1 5d 30 2a |.]0* | position_lat: 59.328180933371186 (707812769) 0xa2c0-0xa2c4 (4) 0xa2c0| 73 69 d0 0c | si.. | position_long: 18.019840819761157 (214985075) 0xa2c4-0xa2c8 (4) 0xa2c0| 50 c0 39 00 | P.9. | distance: 37847.84 (3784784) (m) 0xa2c8-0xa2cc (4) @@ -30637,7 +30637,7 @@ $ fq -d fit dv activity.fit 0xa2d0| 06 | . | reserved: false 0xa2d2.3-0xa2d2.4 (0.1) 0xa2d0| 06 | . | local_message_type: 6 0xa2d2.4-0xa2d3 (0.4) | | | data_message{}: 0xa2d3-0xa2e9 (22) -0xa2d0| 8d df 56 3f | ..V? | timestamp: 1062657933 (s) 0xa2d3-0xa2d7 (4) +0xa2d0| 8d df 56 3f | ..V? | timestamp: 1062657933 (2023-09-03T06:45:33Z) 0xa2d3-0xa2d7 (4) 0xa2d0| 1e 5d 30 2a | .]0* | position_lat: 59.32816995307803 (707812638) 0xa2d7-0xa2db (4) 0xa2d0| 00 7f d0 0c | .... | position_long: 18.02030324935913 (214990592) 0xa2db-0xa2df (4) 0xa2d0| 9a| .| distance: 37874.18 (3787418) (m) 0xa2df-0xa2e3 (4) @@ -30654,7 +30654,7 @@ $ fq -d fit dv activity.fit 0xa2e0| 06 | . | reserved: false 0xa2e9.3-0xa2e9.4 (0.1) 0xa2e0| 06 | . | local_message_type: 6 0xa2e9.4-0xa2ea (0.4) | | | data_message{}: 0xa2ea-0xa300 (22) -0xa2e0| 90 df 56 3f | ..V? | timestamp: 1062657936 (s) 0xa2ea-0xa2ee (4) +0xa2e0| 90 df 56 3f | ..V? | timestamp: 1062657936 (2023-09-03T06:45:36Z) 0xa2ea-0xa2ee (4) 0xa2e0| d4 5b| .[| position_lat: 59.328142292797565 (707812308) 0xa2ee-0xa2f2 (4) 0xa2f0|30 2a |0* | 0xa2f0| 48 95 d0 0c | H... | position_long: 18.020781353116035 (214996296) 0xa2f2-0xa2f6 (4) @@ -30671,7 +30671,7 @@ $ fq -d fit dv activity.fit 0xa300|06 |. | reserved: false 0xa300.3-0xa300.4 (0.1) 0xa300|06 |. | local_message_type: 6 0xa300.4-0xa301 (0.4) | | | data_message{}: 0xa301-0xa317 (22) -0xa300| 93 df 56 3f | ..V? | timestamp: 1062657939 (s) 0xa301-0xa305 (4) +0xa300| 93 df 56 3f | ..V? | timestamp: 1062657939 (2023-09-03T06:45:39Z) 0xa301-0xa305 (4) 0xa300| 84 5a 30 2a | .Z0* | position_lat: 59.32811412960291 (707811972) 0xa305-0xa309 (4) 0xa300| 21 aa d0 0c | !... | position_long: 18.0212286952883 (215001633) 0xa309-0xa30d (4) 0xa300| 53 df 39| S.9| distance: 37927.23 (3792723) (m) 0xa30d-0xa311 (4) @@ -30688,7 +30688,7 @@ $ fq -d fit dv activity.fit 0xa310| 06 | . | reserved: false 0xa317.3-0xa317.4 (0.1) 0xa310| 06 | . | local_message_type: 6 0xa317.4-0xa318 (0.4) | | | data_message{}: 0xa318-0xa32e (22) -0xa310| 96 df 56 3f | ..V? | timestamp: 1062657942 (s) 0xa318-0xa31c (4) +0xa310| 96 df 56 3f | ..V? | timestamp: 1062657942 (2023-09-03T06:45:42Z) 0xa318-0xa31c (4) 0xa310| 0e 57 30 2a| .W0*| position_lat: 59.32803986594081 (707811086) 0xa31c-0xa320 (4) 0xa320|e6 bb d0 0c |.... | position_long: 18.021609988063574 (215006182) 0xa320-0xa324 (4) 0xa320| 67 e8 39 00 | g.9. | distance: 37950.47 (3795047) (m) 0xa324-0xa328 (4) @@ -30704,7 +30704,7 @@ $ fq -d fit dv activity.fit 0xa320| 06 | . | reserved: false 0xa32e.3-0xa32e.4 (0.1) 0xa320| 06 | . | local_message_type: 6 0xa32e.4-0xa32f (0.4) | | | data_message{}: 0xa32f-0xa345 (22) -0xa320| 97| .| timestamp: 1062657943 (s) 0xa32f-0xa333 (4) +0xa320| 97| .| timestamp: 1062657943 (2023-09-03T06:45:43Z) 0xa32f-0xa333 (4) 0xa330|df 56 3f |.V? | 0xa330| 96 55 30 2a | .U0* | position_lat: 59.328008349984884 (707810710) 0xa333-0xa337 (4) 0xa330| 03 c1 d0 0c | .... | position_long: 18.02171970717609 (215007491) 0xa337-0xa33b (4) @@ -30722,7 +30722,7 @@ $ fq -d fit dv activity.fit 0xa340| 06 | . | reserved: false 0xa345.3-0xa345.4 (0.1) 0xa340| 06 | . | local_message_type: 6 0xa345.4-0xa346 (0.4) | | | data_message{}: 0xa346-0xa35c (22) -0xa340| 9a df 56 3f | ..V? | timestamp: 1062657946 (s) 0xa346-0xa34a (4) +0xa340| 9a df 56 3f | ..V? | timestamp: 1062657946 (2023-09-03T06:45:46Z) 0xa346-0xa34a (4) 0xa340| ee 50 30 2a | .P0* | position_lat: 59.32790843769908 (707809518) 0xa34a-0xa34e (4) 0xa340| 8d cf| ..| position_long: 18.022031681612134 (215011213) 0xa34e-0xa352 (4) 0xa350|d0 0c |.. | @@ -30739,7 +30739,7 @@ $ fq -d fit dv activity.fit 0xa350| 06 | . | reserved: false 0xa35c.3-0xa35c.4 (0.1) 0xa350| 06 | . | local_message_type: 6 0xa35c.4-0xa35d (0.4) | | | data_message{}: 0xa35d-0xa373 (22) -0xa350| 9e df 56| ..V| timestamp: 1062657950 (s) 0xa35d-0xa361 (4) +0xa350| 9e df 56| ..V| timestamp: 1062657950 (2023-09-03T06:45:50Z) 0xa35d-0xa361 (4) 0xa360|3f |? | 0xa360| 43 4c 30 2a | CL0* | position_lat: 59.32780827395618 (707808323) 0xa361-0xa365 (4) 0xa360| 80 e0 d0 0c | .... | position_long: 18.022395372390747 (215015552) 0xa365-0xa369 (4) @@ -30757,8 +30757,8 @@ $ fq -d fit dv activity.fit 0xa370| 08 | . | reserved: false 0xa373.3-0xa373.4 (0.1) 0xa370| 08 | . | local_message_type: 8 0xa373.4-0xa374 (0.4) | | | data_message{}: 0xa374-0xa3aa (54) -0xa370| 9e df 56 3f | ..V? | timestamp: 1062657950 (s) 0xa374-0xa378 (4) -0xa370| 23 df 56 3f | #.V? | start_time: 1062657827 0xa378-0xa37c (4) +0xa370| 9e df 56 3f | ..V? | timestamp: 1062657950 (2023-09-03T06:45:50Z) 0xa374-0xa378 (4) +0xa370| 23 df 56 3f | #.V? | start_time: 1062657827 (2023-09-03T06:43:47Z) 0xa378-0xa37c (4) 0xa370| 1c 37 30 2a| .70*| start_position_lat: 59.32735439389944 (707802908) 0xa37c-0xa380 (4) 0xa380|28 d3 ce 0c |(... | start_position_long: 18.011122718453407 (214881064) 0xa380-0xa384 (4) 0xa380| 43 4c 30 2a | CL0* | end_position_lat: 59.32780827395618 (707808323) 0xa384-0xa388 (4) @@ -30799,7 +30799,7 @@ $ fq -d fit dv activity.fit 0xa3b0| 06 | . | reserved: false 0xa3b2.3-0xa3b2.4 (0.1) 0xa3b0| 06 | . | local_message_type: 6 0xa3b2.4-0xa3b3 (0.4) | | | data_message{}: 0xa3b3-0xa3c9 (22) -0xa3b0| a2 df 56 3f | ..V? | timestamp: 1062657954 (s) 0xa3b3-0xa3b7 (4) +0xa3b0| a2 df 56 3f | ..V? | timestamp: 1062657954 (2023-09-03T06:45:54Z) 0xa3b3-0xa3b7 (4) 0xa3b0| 48 47 30 2a | HG0* | position_lat: 59.32770140469074 (707807048) 0xa3b7-0xa3bb (4) 0xa3b0| f3 ef d0 0c | .... | position_long: 18.02272687666118 (215019507) 0xa3bb-0xa3bf (4) 0xa3b0| 4a| J| distance: 38024.42 (3802442) (m) 0xa3bf-0xa3c3 (4) @@ -30816,7 +30816,7 @@ $ fq -d fit dv activity.fit 0xa3c0| 06 | . | reserved: false 0xa3c9.3-0xa3c9.4 (0.1) 0xa3c0| 06 | . | local_message_type: 6 0xa3c9.4-0xa3ca (0.4) | | | data_message{}: 0xa3ca-0xa3e0 (22) -0xa3c0| a6 df 56 3f | ..V? | timestamp: 1062657958 (s) 0xa3ca-0xa3ce (4) +0xa3c0| a6 df 56 3f | ..V? | timestamp: 1062657958 (2023-09-03T06:45:58Z) 0xa3ca-0xa3ce (4) 0xa3c0| 54 40| T@| position_lat: 59.32755220681429 (707805268) 0xa3ce-0xa3d2 (4) 0xa3d0|30 2a |0* | 0xa3d0| b0 00 d1 0c | .... | position_long: 18.023086041212082 (215023792) 0xa3d2-0xa3d6 (4) @@ -30833,7 +30833,7 @@ $ fq -d fit dv activity.fit 0xa3e0|06 |. | reserved: false 0xa3e0.3-0xa3e0.4 (0.1) 0xa3e0|06 |. | local_message_type: 6 0xa3e0.4-0xa3e1 (0.4) | | | data_message{}: 0xa3e1-0xa3f7 (22) -0xa3e0| aa df 56 3f | ..V? | timestamp: 1062657962 (s) 0xa3e1-0xa3e5 (4) +0xa3e0| aa df 56 3f | ..V? | timestamp: 1062657962 (2023-09-03T06:46:02Z) 0xa3e1-0xa3e5 (4) 0xa3e0| d3 38 30 2a | .80* | position_lat: 59.327391190454364 (707803347) 0xa3e5-0xa3e9 (4) 0xa3e0| 01 10 d1 0c | .... | position_long: 18.023414695635438 (215027713) 0xa3e9-0xa3ed (4) 0xa3e0| b7 19 3a| ..:| distance: 38076.71 (3807671) (m) 0xa3ed-0xa3f1 (4) @@ -30850,7 +30850,7 @@ $ fq -d fit dv activity.fit 0xa3f0| 06 | . | reserved: false 0xa3f7.3-0xa3f7.4 (0.1) 0xa3f0| 06 | . | local_message_type: 6 0xa3f7.4-0xa3f8 (0.4) | | | data_message{}: 0xa3f8-0xa40e (22) -0xa3f0| ae df 56 3f | ..V? | timestamp: 1062657966 (s) 0xa3f8-0xa3fc (4) +0xa3f0| ae df 56 3f | ..V? | timestamp: 1062657966 (2023-09-03T06:46:06Z) 0xa3f8-0xa3fc (4) 0xa3f0| 4b 31 30 2a| K10*| position_lat: 59.32722958736122 (707801419) 0xa3fc-0xa400 (4) 0xa400|94 1d d1 0c |.... | position_long: 18.02370596677065 (215031188) 0xa400-0xa404 (4) 0xa400| 46 23 3a 00 | F#:. | distance: 38101.18 (3810118) (m) 0xa404-0xa408 (4) @@ -30866,7 +30866,7 @@ $ fq -d fit dv activity.fit 0xa400| 06 | . | reserved: false 0xa40e.3-0xa40e.4 (0.1) 0xa400| 06 | . | local_message_type: 6 0xa40e.4-0xa40f (0.4) | | | data_message{}: 0xa40f-0xa425 (22) -0xa400| b2| .| timestamp: 1062657970 (s) 0xa40f-0xa413 (4) +0xa400| b2| .| timestamp: 1062657970 (2023-09-03T06:46:10Z) 0xa40f-0xa413 (4) 0xa410|df 56 3f |.V? | 0xa410| 73 29 30 2a | s)0* | position_lat: 59.32706127874553 (707799411) 0xa413-0xa417 (4) 0xa410| 56 29 d1 0c | V).. | position_long: 18.023958262056112 (215034198) 0xa417-0xa41b (4) @@ -30884,7 +30884,7 @@ $ fq -d fit dv activity.fit 0xa420| 06 | . | reserved: false 0xa425.3-0xa425.4 (0.1) 0xa420| 06 | . | local_message_type: 6 0xa425.4-0xa426 (0.4) | | | data_message{}: 0xa426-0xa43c (22) -0xa420| b6 df 56 3f | ..V? | timestamp: 1062657974 (s) 0xa426-0xa42a (4) +0xa420| b6 df 56 3f | ..V? | timestamp: 1062657974 (2023-09-03T06:46:14Z) 0xa426-0xa42a (4) 0xa420| 2a 22 30 2a | *"0* | position_lat: 59.32690495625138 (707797546) 0xa42a-0xa42e (4) 0xa420| 8b 33| .3| position_long: 18.024177281185985 (215036811) 0xa42e-0xa432 (4) 0xa430|d1 0c |.. | @@ -30901,7 +30901,7 @@ $ fq -d fit dv activity.fit 0xa430| 06 | . | reserved: false 0xa43c.3-0xa43c.4 (0.1) 0xa430| 06 | . | local_message_type: 6 0xa43c.4-0xa43d (0.4) | | | data_message{}: 0xa43d-0xa453 (22) -0xa430| ba df 56| ..V| timestamp: 1062657978 (s) 0xa43d-0xa441 (4) +0xa430| ba df 56| ..V| timestamp: 1062657978 (2023-09-03T06:46:18Z) 0xa43d-0xa441 (4) 0xa440|3f |? | 0xa440| cf 1a 30 2a | ..0* | position_lat: 59.32674712501466 (707795663) 0xa441-0xa445 (4) 0xa440| 48 3c d1 0c | H<.. | position_long: 18.024364784359932 (215039048) 0xa445-0xa449 (4) @@ -30919,7 +30919,7 @@ $ fq -d fit dv activity.fit 0xa450| 06 | . | reserved: false 0xa453.3-0xa453.4 (0.1) 0xa450| 06 | . | local_message_type: 6 0xa453.4-0xa454 (0.4) | | | data_message{}: 0xa454-0xa46a (22) -0xa450| bf df 56 3f | ..V? | timestamp: 1062657983 (s) 0xa454-0xa458 (4) +0xa450| bf df 56 3f | ..V? | timestamp: 1062657983 (2023-09-03T06:46:23Z) 0xa454-0xa458 (4) 0xa450| 0b 12 30 2a | ..0* | position_lat: 59.32655903510749 (707793419) 0xa458-0xa45c (4) 0xa450| 89 46 d1 0c| .F..| position_long: 18.024584809318185 (215041673) 0xa45c-0xa460 (4) 0xa460|71 46 3a 00 |qF:. | distance: 38191.21 (3819121) (m) 0xa460-0xa464 (4) @@ -30935,7 +30935,7 @@ $ fq -d fit dv activity.fit 0xa460| 06 | . | reserved: false 0xa46a.3-0xa46a.4 (0.1) 0xa460| 06 | . | local_message_type: 6 0xa46a.4-0xa46b (0.4) | | | data_message{}: 0xa46b-0xa481 (22) -0xa460| c4 df 56 3f | ..V? | timestamp: 1062657988 (s) 0xa46b-0xa46f (4) +0xa460| c4 df 56 3f | ..V? | timestamp: 1062657988 (2023-09-03T06:46:28Z) 0xa46b-0xa46f (4) 0xa460| ce| .| position_lat: 59.326382260769606 (707791310) 0xa46f-0xa473 (4) 0xa470|09 30 2a |.0* | 0xa470| 76 50 d1 0c | vP.. | position_long: 18.024797793477774 (215044214) 0xa473-0xa477 (4) @@ -30952,7 +30952,7 @@ $ fq -d fit dv activity.fit 0xa480| 06 | . | reserved: false 0xa481.3-0xa481.4 (0.1) 0xa480| 06 | . | local_message_type: 6 0xa481.4-0xa482 (0.4) | | | data_message{}: 0xa482-0xa498 (22) -0xa480| c9 df 56 3f | ..V? | timestamp: 1062657993 (s) 0xa482-0xa486 (4) +0xa480| c9 df 56 3f | ..V? | timestamp: 1062657993 (2023-09-03T06:46:33Z) 0xa482-0xa486 (4) 0xa480| b8 01 30 2a | ..0* | position_lat: 59.326208755373955 (707789240) 0xa486-0xa48a (4) 0xa480| 16 5a d1 0c | .Z.. | position_long: 18.02500432357192 (215046678) 0xa48a-0xa48e (4) 0xa480| 50 58| PX| distance: 38236.96 (3823696) (m) 0xa48e-0xa492 (4) @@ -30969,7 +30969,7 @@ $ fq -d fit dv activity.fit 0xa490| 06 | . | reserved: false 0xa498.3-0xa498.4 (0.1) 0xa490| 06 | . | local_message_type: 6 0xa498.4-0xa499 (0.4) | | | data_message{}: 0xa499-0xa4af (22) -0xa490| ce df 56 3f | ..V? | timestamp: 1062657998 (s) 0xa499-0xa49d (4) +0xa490| ce df 56 3f | ..V? | timestamp: 1062657998 (2023-09-03T06:46:38Z) 0xa499-0xa49d (4) 0xa490| db f9 2f| ../| position_lat: 59.32604002766311 (707787227) 0xa49d-0xa4a1 (4) 0xa4a0|2a |* | 0xa4a0| 9e 63 d1 0c | .c.. | position_long: 18.025208842009306 (215049118) 0xa4a1-0xa4a5 (4) @@ -30986,7 +30986,7 @@ $ fq -d fit dv activity.fit 0xa4a0| 06| .| reserved: false 0xa4af.3-0xa4af.4 (0.1) 0xa4a0| 06| .| local_message_type: 6 0xa4af.4-0xa4b0 (0.4) | | | data_message{}: 0xa4b0-0xa4c6 (22) -0xa4b0|d3 df 56 3f |..V? | timestamp: 1062658003 (s) 0xa4b0-0xa4b4 (4) +0xa4b0|d3 df 56 3f |..V? | timestamp: 1062658003 (2023-09-03T06:46:43Z) 0xa4b0-0xa4b4 (4) 0xa4b0| 25 f2 2f 2a | %./* | position_lat: 59.325874568894506 (707785253) 0xa4b4-0xa4b8 (4) 0xa4b0| 12 6d d1 0c | .m.. | position_long: 18.025411684066057 (215051538) 0xa4b8-0xa4bc (4) 0xa4b0| 72 69 3a 00| ri:.| distance: 38280.82 (3828082) (m) 0xa4bc-0xa4c0 (4) @@ -31002,7 +31002,7 @@ $ fq -d fit dv activity.fit 0xa4c0| 06 | . | reserved: false 0xa4c6.3-0xa4c6.4 (0.1) 0xa4c0| 06 | . | local_message_type: 6 0xa4c6.4-0xa4c7 (0.4) | | | data_message{}: 0xa4c7-0xa4dd (22) -0xa4c0| d8 df 56 3f | ..V? | timestamp: 1062658008 (s) 0xa4c7-0xa4cb (4) +0xa4c0| d8 df 56 3f | ..V? | timestamp: 1062658008 (2023-09-03T06:46:48Z) 0xa4c7-0xa4cb (4) 0xa4c0| 22 ea 2f 2a | "./* | position_lat: 59.32570265606046 (707783202) 0xa4cb-0xa4cf (4) 0xa4c0| 93| .| position_long: 18.02561561577022 (215053971) 0xa4cf-0xa4d3 (4) 0xa4d0|76 d1 0c |v.. | @@ -31019,7 +31019,7 @@ $ fq -d fit dv activity.fit 0xa4d0| 06 | . | reserved: false 0xa4dd.3-0xa4dd.4 (0.1) 0xa4d0| 06 | . | local_message_type: 6 0xa4dd.4-0xa4de (0.4) | | | data_message{}: 0xa4de-0xa4f4 (22) -0xa4d0| dd df| ..| timestamp: 1062658013 (s) 0xa4de-0xa4e2 (4) +0xa4d0| dd df| ..| timestamp: 1062658013 (2023-09-03T06:46:53Z) 0xa4de-0xa4e2 (4) 0xa4e0|56 3f |V? | 0xa4e0| 6f e2 2f 2a | o./* | position_lat: 59.325537448748946 (707781231) 0xa4e2-0xa4e6 (4) 0xa4e0| 18 80 d1 0c | .... | position_long: 18.02581988275051 (215056408) 0xa4e6-0xa4ea (4) @@ -31036,7 +31036,7 @@ $ fq -d fit dv activity.fit 0xa4f0| 06 | . | reserved: false 0xa4f4.3-0xa4f4.4 (0.1) 0xa4f0| 06 | . | local_message_type: 6 0xa4f4.4-0xa4f5 (0.4) | | | data_message{}: 0xa4f5-0xa50b (22) -0xa4f0| e2 df 56 3f | ..V? | timestamp: 1062658018 (s) 0xa4f5-0xa4f9 (4) +0xa4f0| e2 df 56 3f | ..V? | timestamp: 1062658018 (2023-09-03T06:46:58Z) 0xa4f5-0xa4f9 (4) 0xa4f0| 18 db 2f 2a | ../* | position_lat: 59.32537995278835 (707779352) 0xa4f9-0xa4fd (4) 0xa4f0| ce 88 d1| ...| position_long: 18.026006799191236 (215058638) 0xa4fd-0xa501 (4) 0xa500|0c |. | @@ -31053,7 +31053,7 @@ $ fq -d fit dv activity.fit 0xa500| 06 | . | reserved: false 0xa50b.3-0xa50b.4 (0.1) 0xa500| 06 | . | local_message_type: 6 0xa50b.4-0xa50c (0.4) | | | data_message{}: 0xa50c-0xa522 (22) -0xa500| e7 df 56 3f| ..V?| timestamp: 1062658023 (s) 0xa50c-0xa510 (4) +0xa500| e7 df 56 3f| ..V?| timestamp: 1062658023 (2023-09-03T06:47:03Z) 0xa50c-0xa510 (4) 0xa510|05 d4 2f 2a |../* | position_lat: 59.325228156521916 (707777541) 0xa510-0xa514 (4) 0xa510| 4d 92 d1 0c | M... | position_long: 18.026210563257337 (215061069) 0xa514-0xa518 (4) 0xa510| ba 8a 3a 00 | ..:. | distance: 38366.02 (3836602) (m) 0xa518-0xa51c (4) @@ -31069,7 +31069,7 @@ $ fq -d fit dv activity.fit 0xa520| 06 | . | reserved: false 0xa522.3-0xa522.4 (0.1) 0xa520| 06 | . | local_message_type: 6 0xa522.4-0xa523 (0.4) | | | data_message{}: 0xa523-0xa539 (22) -0xa520| ec df 56 3f | ..V? | timestamp: 1062658028 (s) 0xa523-0xa527 (4) +0xa520| ec df 56 3f | ..V? | timestamp: 1062658028 (2023-09-03T06:47:08Z) 0xa523-0xa527 (4) 0xa520| 58 cc 2f 2a | X./* | position_lat: 59.325063452124596 (707775576) 0xa527-0xa52b (4) 0xa520| 78 9b d1 0c | x... | position_long: 18.026407286524773 (215063416) 0xa52b-0xa52f (4) 0xa520| 22| "| distance: 38387.54 (3838754) (m) 0xa52f-0xa533 (4) @@ -31086,7 +31086,7 @@ $ fq -d fit dv activity.fit 0xa530| 06 | . | reserved: false 0xa539.3-0xa539.4 (0.1) 0xa530| 06 | . | local_message_type: 6 0xa539.4-0xa53a (0.4) | | | data_message{}: 0xa53a-0xa550 (22) -0xa530| f1 df 56 3f | ..V? | timestamp: 1062658033 (s) 0xa53a-0xa53e (4) +0xa530| f1 df 56 3f | ..V? | timestamp: 1062658033 (2023-09-03T06:47:13Z) 0xa53a-0xa53e (4) 0xa530| 7b c4| {.| position_lat: 59.32489472441375 (707773563) 0xa53e-0xa542 (4) 0xa540|2f 2a |/* | 0xa540| 90 a4 d1 0c | .... | position_long: 18.026602417230606 (215065744) 0xa542-0xa546 (4) @@ -31103,7 +31103,7 @@ $ fq -d fit dv activity.fit 0xa550|06 |. | reserved: false 0xa550.3-0xa550.4 (0.1) 0xa550|06 |. | local_message_type: 6 0xa550.4-0xa551 (0.4) | | | data_message{}: 0xa551-0xa567 (22) -0xa550| f6 df 56 3f | ..V? | timestamp: 1062658038 (s) 0xa551-0xa555 (4) +0xa550| f6 df 56 3f | ..V? | timestamp: 1062658038 (2023-09-03T06:47:18Z) 0xa551-0xa555 (4) 0xa550| 8d bc 2f 2a | ../* | position_lat: 59.32472457177937 (707771533) 0xa555-0xa559 (4) 0xa550| 1b ae d1 0c | .... | position_long: 18.026807187125087 (215068187) 0xa559-0xa55d (4) 0xa550| 5b a4 3a| [.:| distance: 38431.63 (3843163) (m) 0xa55d-0xa561 (4) @@ -31120,7 +31120,7 @@ $ fq -d fit dv activity.fit 0xa560| 06 | . | reserved: false 0xa567.3-0xa567.4 (0.1) 0xa560| 06 | . | local_message_type: 6 0xa567.4-0xa568 (0.4) | | | data_message{}: 0xa568-0xa57e (22) -0xa560| fb df 56 3f | ..V? | timestamp: 1062658043 (s) 0xa568-0xa56c (4) +0xa560| fb df 56 3f | ..V? | timestamp: 1062658043 (2023-09-03T06:47:23Z) 0xa568-0xa56c (4) 0xa560| 1e b4 2f 2a| ../*| position_lat: 59.3245436064899 (707769374) 0xa56c-0xa570 (4) 0xa570|3b b8 d1 0c |;... | position_long: 18.027024446055293 (215070779) 0xa570-0xa574 (4) 0xa570| 98 ad 3a 00 | ..:. | distance: 38455.28 (3845528) (m) 0xa574-0xa578 (4) @@ -31136,7 +31136,7 @@ $ fq -d fit dv activity.fit 0xa570| 06 | . | reserved: false 0xa57e.3-0xa57e.4 (0.1) 0xa570| 06 | . | local_message_type: 6 0xa57e.4-0xa57f (0.4) | | | data_message{}: 0xa57f-0xa595 (22) -0xa570| 00| .| timestamp: 1062658048 (s) 0xa57f-0xa583 (4) +0xa570| 00| .| timestamp: 1062658048 (2023-09-03T06:47:28Z) 0xa57f-0xa583 (4) 0xa580|e0 56 3f |.V? | 0xa580| 57 ab 2f 2a | W./* | position_lat: 59.32435526512563 (707767127) 0xa583-0xa587 (4) 0xa580| 16 c3 d1 0c | .... | position_long: 18.02725737914443 (215073558) 0xa587-0xa58b (4) @@ -31154,7 +31154,7 @@ $ fq -d fit dv activity.fit 0xa590| 06 | . | reserved: false 0xa595.3-0xa595.4 (0.1) 0xa590| 06 | . | local_message_type: 6 0xa595.4-0xa596 (0.4) | | | data_message{}: 0xa596-0xa5ac (22) -0xa590| 04 e0 56 3f | ..V? | timestamp: 1062658052 (s) 0xa596-0xa59a (4) +0xa590| 04 e0 56 3f | ..V? | timestamp: 1062658052 (2023-09-03T06:47:32Z) 0xa596-0xa59a (4) 0xa590| e9 a3 2f 2a | ../* | position_lat: 59.32419584132731 (707765225) 0xa59a-0xa59e (4) 0xa590| 02 cc| ..| position_long: 18.027448821812868 (215075842) 0xa59e-0xa5a2 (4) 0xa5a0|d1 0c |.. | @@ -31171,7 +31171,7 @@ $ fq -d fit dv activity.fit 0xa5a0| 06 | . | reserved: false 0xa5ac.3-0xa5ac.4 (0.1) 0xa5a0| 06 | . | local_message_type: 6 0xa5ac.4-0xa5ad (0.4) | | | data_message{}: 0xa5ad-0xa5c3 (22) -0xa5a0| 08 e0 56| ..V| timestamp: 1062658056 (s) 0xa5ad-0xa5b1 (4) +0xa5a0| 08 e0 56| ..V| timestamp: 1062658056 (2023-09-03T06:47:36Z) 0xa5ad-0xa5b1 (4) 0xa5b0|3f |? | 0xa5b0| 40 9c 2f 2a | @./* | position_lat: 59.324031472206116 (707763264) 0xa5b1-0xa5b5 (4) 0xa5b0| 78 d5 d1 0c | x... | position_long: 18.027651831507683 (215078264) 0xa5b5-0xa5b9 (4) @@ -31189,7 +31189,7 @@ $ fq -d fit dv activity.fit 0xa5c0| 06 | . | reserved: false 0xa5c3.3-0xa5c3.4 (0.1) 0xa5c0| 06 | . | local_message_type: 6 0xa5c3.4-0xa5c4 (0.4) | | | data_message{}: 0xa5c4-0xa5da (22) -0xa5c0| 0c e0 56 3f | ..V? | timestamp: 1062658060 (s) 0xa5c4-0xa5c8 (4) +0xa5c0| 0c e0 56 3f | ..V? | timestamp: 1062658060 (2023-09-03T06:47:40Z) 0xa5c4-0xa5c8 (4) 0xa5c0| 91 94 2f 2a | ../* | position_lat: 59.32386660017073 (707761297) 0xa5c8-0xa5cc (4) 0xa5c0| c3 de d1 0c| ....| position_long: 18.027851236984134 (215080643) 0xa5cc-0xa5d0 (4) 0xa5d0|52 d0 3a 00 |R.:. | distance: 38544.18 (3854418) (m) 0xa5d0-0xa5d4 (4) @@ -31205,7 +31205,7 @@ $ fq -d fit dv activity.fit 0xa5d0| 06 | . | reserved: false 0xa5da.3-0xa5da.4 (0.1) 0xa5d0| 06 | . | local_message_type: 6 0xa5da.4-0xa5db (0.4) | | | data_message{}: 0xa5db-0xa5f1 (22) -0xa5d0| 10 e0 56 3f | ..V? | timestamp: 1062658064 (s) 0xa5db-0xa5df (4) +0xa5d0| 10 e0 56 3f | ..V? | timestamp: 1062658064 (2023-09-03T06:47:44Z) 0xa5db-0xa5df (4) 0xa5d0| 43| C| position_lat: 59.323688400909305 (707759171) 0xa5df-0xa5e3 (4) 0xa5e0|8c 2f 2a |./* | 0xa5e0| 55 e8 d1 0c | U... | position_long: 18.028056593611836 (215083093) 0xa5e3-0xa5e7 (4) @@ -31222,7 +31222,7 @@ $ fq -d fit dv activity.fit 0xa5f0| 06 | . | reserved: false 0xa5f1.3-0xa5f1.4 (0.1) 0xa5f0| 06 | . | local_message_type: 6 0xa5f1.4-0xa5f2 (0.4) | | | data_message{}: 0xa5f2-0xa608 (22) -0xa5f0| 14 e0 56 3f | ..V? | timestamp: 1062658068 (s) 0xa5f2-0xa5f6 (4) +0xa5f0| 14 e0 56 3f | ..V? | timestamp: 1062658068 (2023-09-03T06:47:48Z) 0xa5f2-0xa5f6 (4) 0xa5f0| c7 82 2f 2a | ../* | position_lat: 59.3234848883003 (707756743) 0xa5f6-0xa5fa (4) 0xa5f0| e6 f3 d1 0c | .... | position_long: 18.028304781764746 (215086054) 0xa5fa-0xa5fe (4) 0xa5f0| c1 e3| ..| distance: 38593.93 (3859393) (m) 0xa5fe-0xa602 (4) @@ -31239,7 +31239,7 @@ $ fq -d fit dv activity.fit 0xa600| 06 | . | reserved: false 0xa608.3-0xa608.4 (0.1) 0xa600| 06 | . | local_message_type: 6 0xa608.4-0xa609 (0.4) | | | data_message{}: 0xa609-0xa61f (22) -0xa600| 17 e0 56 3f | ..V? | timestamp: 1062658071 (s) 0xa609-0xa60d (4) +0xa600| 17 e0 56 3f | ..V? | timestamp: 1062658071 (2023-09-03T06:47:51Z) 0xa609-0xa60d (4) 0xa600| 8d 7a 2f| .z/| position_lat: 59.32330836541951 (707754637) 0xa60d-0xa611 (4) 0xa610|2a |* | 0xa610| 07 fe d1 0c | .... | position_long: 18.028522124513984 (215088647) 0xa611-0xa615 (4) @@ -31256,7 +31256,7 @@ $ fq -d fit dv activity.fit 0xa610| 06| .| reserved: false 0xa61f.3-0xa61f.4 (0.1) 0xa610| 06| .| local_message_type: 6 0xa61f.4-0xa620 (0.4) | | | data_message{}: 0xa620-0xa636 (22) -0xa620|1a e0 56 3f |..V? | timestamp: 1062658074 (s) 0xa620-0xa624 (4) +0xa620|1a e0 56 3f |..V? | timestamp: 1062658074 (2023-09-03T06:47:54Z) 0xa620-0xa624 (4) 0xa620| 88 71 2f 2a | .q/* | position_lat: 59.323114827275276 (707752328) 0xa624-0xa628 (4) 0xa620| 56 09 d2 0c | V... | position_long: 18.0287647806108 (215091542) 0xa628-0xa62c (4) 0xa620| d5 f6 3a 00| ..:.| distance: 38642.77 (3864277) (m) 0xa62c-0xa630 (4) @@ -31272,7 +31272,7 @@ $ fq -d fit dv activity.fit 0xa630| 06 | . | reserved: false 0xa636.3-0xa636.4 (0.1) 0xa630| 06 | . | local_message_type: 6 0xa636.4-0xa637 (0.4) | | | data_message{}: 0xa637-0xa64d (22) -0xa630| 1d e0 56 3f | ..V? | timestamp: 1062658077 (s) 0xa637-0xa63b (4) +0xa630| 1d e0 56 3f | ..V? | timestamp: 1062658077 (2023-09-03T06:47:57Z) 0xa637-0xa63b (4) 0xa630| b5 67 2f 2a | .g/* | position_lat: 59.32290402241051 (707749813) 0xa63b-0xa63f (4) 0xa630| 14| .| position_long: 18.029016740620136 (215094548) 0xa63f-0xa643 (4) 0xa640|15 d2 0c |... | @@ -31289,7 +31289,7 @@ $ fq -d fit dv activity.fit 0xa640| 06 | . | reserved: false 0xa64d.3-0xa64d.4 (0.1) 0xa640| 06 | . | local_message_type: 6 0xa64d.4-0xa64e (0.4) | | | data_message{}: 0xa64e-0xa664 (22) -0xa640| 20 e0| .| timestamp: 1062658080 (s) 0xa64e-0xa652 (4) +0xa640| 20 e0| .| timestamp: 1062658080 (2023-09-03T06:48:00Z) 0xa64e-0xa652 (4) 0xa650|56 3f |V? | 0xa650| 5c 5d 2f 2a | \]/* | position_lat: 59.3226819857955 (707747164) 0xa652-0xa656 (4) 0xa650| a3 21 d2 0c | .!.. | position_long: 18.0292862188071 (215097763) 0xa656-0xa65a (4) @@ -31306,7 +31306,7 @@ $ fq -d fit dv activity.fit 0xa660| 06 | . | reserved: false 0xa664.3-0xa664.4 (0.1) 0xa660| 06 | . | local_message_type: 6 0xa664.4-0xa665 (0.4) | | | data_message{}: 0xa665-0xa67b (22) -0xa660| 22 e0 56 3f | ".V? | timestamp: 1062658082 (s) 0xa665-0xa669 (4) +0xa660| 22 e0 56 3f | ".V? | timestamp: 1062658082 (2023-09-03T06:48:02Z) 0xa665-0xa669 (4) 0xa660| 26 56 2f 2a | &V/* | position_lat: 59.32252725586295 (707745318) 0xa669-0xa66d (4) 0xa660| 3d 2a d2| =*.| position_long: 18.02947078831494 (215099965) 0xa66d-0xa671 (4) 0xa670|0c |. | @@ -31323,7 +31323,7 @@ $ fq -d fit dv activity.fit 0xa670| 06 | . | reserved: false 0xa67b.3-0xa67b.4 (0.1) 0xa670| 06 | . | local_message_type: 6 0xa67b.4-0xa67c (0.4) | | | data_message{}: 0xa67c-0xa692 (22) -0xa670| 24 e0 56 3f| $.V?| timestamp: 1062658084 (s) 0xa67c-0xa680 (4) +0xa670| 24 e0 56 3f| $.V?| timestamp: 1062658084 (2023-09-03T06:48:04Z) 0xa67c-0xa680 (4) 0xa680|c3 4e 2f 2a |.N/* | position_lat: 59.32236875407398 (707743427) 0xa680-0xa684 (4) 0xa680| 1e 33 d2 0c | .3.. | position_long: 18.029661308974028 (215102238) 0xa684-0xa688 (4) 0xa680| ee 1c 3b 00 | ..;. | distance: 38740.3 (3874030) (m) 0xa688-0xa68c (4) @@ -31339,7 +31339,7 @@ $ fq -d fit dv activity.fit 0xa690| 06 | . | reserved: false 0xa692.3-0xa692.4 (0.1) 0xa690| 06 | . | local_message_type: 6 0xa692.4-0xa693 (0.4) | | | data_message{}: 0xa693-0xa6a9 (22) -0xa690| 26 e0 56 3f | &.V? | timestamp: 1062658086 (s) 0xa693-0xa697 (4) +0xa690| 26 e0 56 3f | &.V? | timestamp: 1062658086 (2023-09-03T06:48:06Z) 0xa693-0xa697 (4) 0xa690| 2c 47 2f 2a | ,G/* | position_lat: 59.322205893695354 (707741484) 0xa697-0xa69b (4) 0xa690| 34 3c d2 0c | 4<.. | position_long: 18.029856272041798 (215104564) 0xa69b-0xa69f (4) 0xa690| 3d| =| distance: 38761.57 (3876157) (m) 0xa69f-0xa6a3 (4) @@ -31356,7 +31356,7 @@ $ fq -d fit dv activity.fit 0xa6a0| 06 | . | reserved: false 0xa6a9.3-0xa6a9.4 (0.1) 0xa6a0| 06 | . | local_message_type: 6 0xa6a9.4-0xa6aa (0.4) | | | data_message{}: 0xa6aa-0xa6c0 (22) -0xa6a0| 28 e0 56 3f | (.V? | timestamp: 1062658088 (s) 0xa6aa-0xa6ae (4) +0xa6a0| 28 e0 56 3f | (.V? | timestamp: 1062658088 (2023-09-03T06:48:08Z) 0xa6aa-0xa6ae (4) 0xa6a0| 44 3f| D?| position_lat: 59.32203624397516 (707739460) 0xa6ae-0xa6b2 (4) 0xa6b0|2f 2a |/* | 0xa6b0| d7 44 d2 0c | .D.. | position_long: 18.03004159592092 (215106775) 0xa6b2-0xa6b6 (4) @@ -31373,7 +31373,7 @@ $ fq -d fit dv activity.fit 0xa6c0|06 |. | reserved: false 0xa6c0.3-0xa6c0.4 (0.1) 0xa6c0|06 |. | local_message_type: 6 0xa6c0.4-0xa6c1 (0.4) | | | data_message{}: 0xa6c1-0xa6d7 (22) -0xa6c0| 2a e0 56 3f | *.V? | timestamp: 1062658090 (s) 0xa6c1-0xa6c5 (4) +0xa6c0| 2a e0 56 3f | *.V? | timestamp: 1062658090 (2023-09-03T06:48:10Z) 0xa6c1-0xa6c5 (4) 0xa6c0| 0c 37 2f 2a | .7/* | position_lat: 59.32185988873243 (707737356) 0xa6c5-0xa6c9 (4) 0xa6c0| 00 4d d2 0c | .M.. | position_long: 18.030216693878174 (215108864) 0xa6c9-0xa6cd (4) 0xa6c0| 4d 36 3b| M6;| distance: 38805.25 (3880525) (m) 0xa6cd-0xa6d1 (4) @@ -31390,7 +31390,7 @@ $ fq -d fit dv activity.fit 0xa6d0| 06 | . | reserved: false 0xa6d7.3-0xa6d7.4 (0.1) 0xa6d0| 06 | . | local_message_type: 6 0xa6d7.4-0xa6d8 (0.4) | | | data_message{}: 0xa6d8-0xa6ee (22) -0xa6d0| 2c e0 56 3f | ,.V? | timestamp: 1062658092 (s) 0xa6d8-0xa6dc (4) +0xa6d0| 2c e0 56 3f | ,.V? | timestamp: 1062658092 (2023-09-03T06:48:12Z) 0xa6d8-0xa6dc (4) 0xa6d0| 8e 2e 2f 2a| ../*| position_lat: 59.321677666157484 (707735182) 0xa6dc-0xa6e0 (4) 0xa6e0|7a 54 d2 0c |zT.. | position_long: 18.030377123504877 (215110778) 0xa6e0-0xa6e4 (4) 0xa6e0| ff 3e 3b 00 | .>;. | distance: 38827.51 (3882751) (m) 0xa6e4-0xa6e8 (4) @@ -31406,7 +31406,7 @@ $ fq -d fit dv activity.fit 0xa6e0| 06 | . | reserved: false 0xa6ee.3-0xa6ee.4 (0.1) 0xa6e0| 06 | . | local_message_type: 6 0xa6ee.4-0xa6ef (0.4) | | | data_message{}: 0xa6ef-0xa705 (22) -0xa6e0| 2e| .| timestamp: 1062658094 (s) 0xa6ef-0xa6f3 (4) +0xa6e0| 2e| .| timestamp: 1062658094 (2023-09-03T06:48:14Z) 0xa6ef-0xa6f3 (4) 0xa6f0|e0 56 3f |.V? | 0xa6f0| f5 25 2f 2a | .%/* | position_lat: 59.32149318046868 (707732981) 0xa6f3-0xa6f7 (4) 0xa6f0| 29 5b d2 0c | )[.. | position_long: 18.030520537868142 (215112489) 0xa6f7-0xa6fb (4) @@ -31424,7 +31424,7 @@ $ fq -d fit dv activity.fit 0xa700| 06 | . | reserved: false 0xa705.3-0xa705.4 (0.1) 0xa700| 06 | . | local_message_type: 6 0xa705.4-0xa706 (0.4) | | | data_message{}: 0xa706-0xa71c (22) -0xa700| 30 e0 56 3f | 0.V? | timestamp: 1062658096 (s) 0xa706-0xa70a (4) +0xa700| 30 e0 56 3f | 0.V? | timestamp: 1062658096 (2023-09-03T06:48:16Z) 0xa706-0xa70a (4) 0xa700| 65 1d 2f 2a | e./* | position_lat: 59.32130944915116 (707730789) 0xa70a-0xa70e (4) 0xa700| 26 61| &a| position_long: 18.030649032443762 (215114022) 0xa70e-0xa712 (4) 0xa710|d2 0c |.. | @@ -31441,7 +31441,7 @@ $ fq -d fit dv activity.fit 0xa710| 06 | . | reserved: false 0xa71c.3-0xa71c.4 (0.1) 0xa710| 06 | . | local_message_type: 6 0xa71c.4-0xa71d (0.4) | | | data_message{}: 0xa71d-0xa733 (22) -0xa710| 32 e0 56| 2.V| timestamp: 1062658098 (s) 0xa71d-0xa721 (4) +0xa710| 32 e0 56| 2.V| timestamp: 1062658098 (2023-09-03T06:48:18Z) 0xa71d-0xa721 (4) 0xa720|3f |? | 0xa720| db 14 2f 2a | ../* | position_lat: 59.32112622074783 (707728603) 0xa721-0xa725 (4) 0xa720| 33 66 d2 0c | 3f.. | position_long: 18.03075741045177 (215115315) 0xa725-0xa729 (4) @@ -31459,7 +31459,7 @@ $ fq -d fit dv activity.fit 0xa730| 06 | . | reserved: false 0xa733.3-0xa733.4 (0.1) 0xa730| 06 | . | local_message_type: 6 0xa733.4-0xa734 (0.4) | | | data_message{}: 0xa734-0xa74a (22) -0xa730| 34 e0 56 3f | 4.V? | timestamp: 1062658100 (s) 0xa734-0xa738 (4) +0xa730| 34 e0 56 3f | 4.V? | timestamp: 1062658100 (2023-09-03T06:48:20Z) 0xa734-0xa738 (4) 0xa730| 5f 0c 2f 2a | _./* | position_lat: 59.32094416581094 (707726431) 0xa738-0xa73c (4) 0xa730| cb 6a d2 0c| .j..| position_long: 18.030855981633067 (215116491) 0xa73c-0xa740 (4) 0xa740|ac 60 3b 00 |.`;. | distance: 38913.72 (3891372) (m) 0xa740-0xa744 (4) @@ -31475,7 +31475,7 @@ $ fq -d fit dv activity.fit 0xa740| 06 | . | reserved: false 0xa74a.3-0xa74a.4 (0.1) 0xa740| 06 | . | local_message_type: 6 0xa74a.4-0xa74b (0.4) | | | data_message{}: 0xa74b-0xa761 (22) -0xa740| 36 e0 56 3f | 6.V? | timestamp: 1062658102 (s) 0xa74b-0xa74f (4) +0xa740| 36 e0 56 3f | 6.V? | timestamp: 1062658102 (2023-09-03T06:48:22Z) 0xa74b-0xa74f (4) 0xa740| fd| .| position_lat: 59.32076429016888 (707724285) 0xa74f-0xa753 (4) 0xa750|03 2f 2a |./* | 0xa750| 2c 6f d2 0c | ,o.. | position_long: 18.03094994276762 (215117612) 0xa753-0xa757 (4) @@ -31492,7 +31492,7 @@ $ fq -d fit dv activity.fit 0xa760| 06 | . | reserved: false 0xa761.3-0xa761.4 (0.1) 0xa760| 06 | . | local_message_type: 6 0xa761.4-0xa762 (0.4) | | | data_message{}: 0xa762-0xa778 (22) -0xa760| 38 e0 56 3f | 8.V? | timestamp: 1062658104 (s) 0xa762-0xa766 (4) +0xa760| 38 e0 56 3f | 8.V? | timestamp: 1062658104 (2023-09-03T06:48:24Z) 0xa762-0xa766 (4) 0xa760| a8 fb 2e 2a | ...* | position_lat: 59.32058550417423 (707722152) 0xa766-0xa76a (4) 0xa760| 90 73 d2 0c | .s.. | position_long: 18.031044155359268 (215118736) 0xa76a-0xa76e (4) 0xa760| d5 70| .p| distance: 38955.09 (3895509) (m) 0xa76e-0xa772 (4) @@ -31509,7 +31509,7 @@ $ fq -d fit dv activity.fit 0xa770| 06 | . | reserved: false 0xa778.3-0xa778.4 (0.1) 0xa770| 06 | . | local_message_type: 6 0xa778.4-0xa779 (0.4) | | | data_message{}: 0xa779-0xa78f (22) -0xa770| 3a e0 56 3f | :.V? | timestamp: 1062658106 (s) 0xa779-0xa77d (4) +0xa770| 3a e0 56 3f | :.V? | timestamp: 1062658106 (2023-09-03T06:48:26Z) 0xa779-0xa77d (4) 0xa770| 76 f3 2e| v..| position_lat: 59.320409651845694 (707720054) 0xa77d-0xa781 (4) 0xa780|2a |* | 0xa780| e9 77 d2 0c | .w.. | position_long: 18.031137445941567 (215119849) 0xa781-0xa785 (4) @@ -31526,7 +31526,7 @@ $ fq -d fit dv activity.fit 0xa780| 06| .| reserved: false 0xa78f.3-0xa78f.4 (0.1) 0xa780| 06| .| local_message_type: 6 0xa78f.4-0xa790 (0.4) | | | data_message{}: 0xa790-0xa7a6 (22) -0xa790|3c e0 56 3f |<.V? | timestamp: 1062658108 (s) 0xa790-0xa794 (4) +0xa790|3c e0 56 3f |<.V? | timestamp: 1062658108 (2023-09-03T06:48:28Z) 0xa790-0xa794 (4) 0xa790| 58 eb 2e 2a | X..* | position_lat: 59.32023547589779 (707717976) 0xa794-0xa798 (4) 0xa790| 58 7c d2 0c | X|.. | position_long: 18.031232580542564 (215120984) 0xa798-0xa79c (4) 0xa790| a1 80 3b 00| ..;.| distance: 38995.53 (3899553) (m) 0xa79c-0xa7a0 (4) @@ -31542,7 +31542,7 @@ $ fq -d fit dv activity.fit 0xa7a0| 06 | . | reserved: false 0xa7a6.3-0xa7a6.4 (0.1) 0xa7a0| 06 | . | local_message_type: 6 0xa7a6.4-0xa7a7 (0.4) | | | data_message{}: 0xa7a7-0xa7bd (22) -0xa7a0| 3d e0 56 3f | =.V? | timestamp: 1062658109 (s) 0xa7a7-0xa7ab (4) +0xa7a0| 3d e0 56 3f | =.V? | timestamp: 1062658109 (2023-09-03T06:48:29Z) 0xa7a7-0xa7ab (4) 0xa7a0| 4d e7 2e 2a | M..* | position_lat: 59.320148723199964 (707716941) 0xa7ab-0xa7af (4) 0xa7a0| 86| .| position_long: 18.03127935156226 (215121542) 0xa7af-0xa7b3 (4) 0xa7b0|7e d2 0c |~.. | @@ -31559,9 +31559,9 @@ $ fq -d fit dv activity.fit 0xa7b0| 08 | . | reserved: false 0xa7bd.3-0xa7bd.4 (0.1) 0xa7b0| 08 | . | local_message_type: 8 0xa7bd.4-0xa7be (0.4) | | | data_message{}: 0xa7be-0xa7f4 (54) -0xa7b0| 3d e0| =.| timestamp: 1062658109 (s) 0xa7be-0xa7c2 (4) +0xa7b0| 3d e0| =.| timestamp: 1062658109 (2023-09-03T06:48:29Z) 0xa7be-0xa7c2 (4) 0xa7c0|56 3f |V? | -0xa7c0| 9f df 56 3f | ..V? | start_time: 1062657951 0xa7c2-0xa7c6 (4) +0xa7c0| 9f df 56 3f | ..V? | start_time: 1062657951 (2023-09-03T06:45:51Z) 0xa7c2-0xa7c6 (4) 0xa7c0| 2c 4b 30 2a | ,K0* | start_position_lat: 59.32778488844633 (707808044) 0xa7c6-0xa7ca (4) 0xa7c0| 05 e4 d0 0c | .... | start_position_long: 18.022470893338323 (215016453) 0xa7ca-0xa7ce (4) 0xa7c0| 4d e7| M.| end_position_lat: 59.320148723199964 (707716941) 0xa7ce-0xa7d2 (4) @@ -31592,7 +31592,7 @@ $ fq -d fit dv activity.fit 0xa7f0| 06 | . | reserved: false 0xa7f4.3-0xa7f4.4 (0.1) 0xa7f0| 06 | . | local_message_type: 6 0xa7f4.4-0xa7f5 (0.4) | | | data_message{}: 0xa7f5-0xa80b (22) -0xa7f0| 40 e0 56 3f | @.V? | timestamp: 1062658112 (s) 0xa7f5-0xa7f9 (4) +0xa7f0| 40 e0 56 3f | @.V? | timestamp: 1062658112 (2023-09-03T06:48:32Z) 0xa7f5-0xa7f9 (4) 0xa7f0| 3c db 2e 2a | <..* | position_lat: 59.319889806210995 (707713852) 0xa7f9-0xa7fd (4) 0xa7f0| f7 84 d2| ...| position_long: 18.03141756914556 (215123191) 0xa7fd-0xa801 (4) 0xa800|0c |. | @@ -31609,7 +31609,7 @@ $ fq -d fit dv activity.fit 0xa800| 06 | . | reserved: false 0xa80b.3-0xa80b.4 (0.1) 0xa800| 06 | . | local_message_type: 6 0xa80b.4-0xa80c (0.4) | | | data_message{}: 0xa80c-0xa822 (22) -0xa800| 43 e0 56 3f| C.V?| timestamp: 1062658115 (s) 0xa80c-0xa810 (4) +0xa800| 43 e0 56 3f| C.V?| timestamp: 1062658115 (2023-09-03T06:48:35Z) 0xa80c-0xa810 (4) 0xa810|59 cf 2e 2a |Y..* | position_lat: 59.319634744897485 (707710809) 0xa810-0xa814 (4) 0xa810| 42 8b d2 0c | B... | position_long: 18.031552601605654 (215124802) 0xa814-0xa818 (4) 0xa810| b9 9b 3b 00 | ..;. | distance: 39064.89 (3906489) (m) 0xa818-0xa81c (4) @@ -31625,7 +31625,7 @@ $ fq -d fit dv activity.fit 0xa820| 06 | . | reserved: false 0xa822.3-0xa822.4 (0.1) 0xa820| 06 | . | local_message_type: 6 0xa822.4-0xa823 (0.4) | | | data_message{}: 0xa823-0xa839 (22) -0xa820| 46 e0 56 3f | F.V? | timestamp: 1062658118 (s) 0xa823-0xa827 (4) +0xa820| 46 e0 56 3f | F.V? | timestamp: 1062658118 (2023-09-03T06:48:38Z) 0xa823-0xa827 (4) 0xa820| b6 c3 2e 2a | ...* | position_lat: 59.319385048002005 (707707830) 0xa827-0xa82b (4) 0xa820| b1 91 d2 0c | .... | position_long: 18.03169065155089 (215126449) 0xa82b-0xa82f (4) 0xa820| 04| .| distance: 39093.8 (3909380) (m) 0xa82f-0xa833 (4) @@ -31642,7 +31642,7 @@ $ fq -d fit dv activity.fit 0xa830| 06 | . | reserved: false 0xa839.3-0xa839.4 (0.1) 0xa830| 06 | . | local_message_type: 6 0xa839.4-0xa83a (0.4) | | | data_message{}: 0xa83a-0xa850 (22) -0xa830| 49 e0 56 3f | I.V? | timestamp: 1062658121 (s) 0xa83a-0xa83e (4) +0xa830| 49 e0 56 3f | I.V? | timestamp: 1062658121 (2023-09-03T06:48:41Z) 0xa83a-0xa83e (4) 0xa830| 01 b8| ..| position_lat: 59.319133842363954 (707704833) 0xa83e-0xa842 (4) 0xa840|2e 2a |.* | 0xa840| 75 97 d2 0c | u... | position_long: 18.0318143684417 (215127925) 0xa842-0xa846 (4) @@ -31659,7 +31659,7 @@ $ fq -d fit dv activity.fit 0xa850|06 |. | reserved: false 0xa850.3-0xa850.4 (0.1) 0xa850|06 |. | local_message_type: 6 0xa850.4-0xa851 (0.4) | | | data_message{}: 0xa851-0xa867 (22) -0xa850| 4b e0 56 3f | K.V? | timestamp: 1062658123 (s) 0xa851-0xa855 (4) +0xa850| 4b e0 56 3f | K.V? | timestamp: 1062658123 (2023-09-03T06:48:43Z) 0xa851-0xa855 (4) 0xa850| bf af 2e 2a | ...* | position_lat: 59.31895664893091 (707702719) 0xa855-0xa859 (4) 0xa850| b6 9a d2 0c | .... | position_long: 18.03188418969512 (215128758) 0xa859-0xa85d (4) 0xa850| 27 ba 3b| '.;| distance: 39142.79 (3914279) (m) 0xa85d-0xa861 (4) @@ -31676,7 +31676,7 @@ $ fq -d fit dv activity.fit 0xa860| 06 | . | reserved: false 0xa867.3-0xa867.4 (0.1) 0xa860| 06 | . | local_message_type: 6 0xa867.4-0xa868 (0.4) | | | data_message{}: 0xa868-0xa87e (22) -0xa860| 4d e0 56 3f | M.V? | timestamp: 1062658125 (s) 0xa868-0xa86c (4) +0xa860| 4d e0 56 3f | M.V? | timestamp: 1062658125 (2023-09-03T06:48:45Z) 0xa868-0xa86c (4) 0xa860| 7a a7 2e 2a| z..*| position_lat: 59.318779204040766 (707700602) 0xa86c-0xa870 (4) 0xa870|7a 9d d2 0c |z... | position_long: 18.031943533569574 (215129466) 0xa870-0xa874 (4) 0xa870| fc c1 3b 00 | ..;. | distance: 39162.84 (3916284) (m) 0xa874-0xa878 (4) @@ -31692,7 +31692,7 @@ $ fq -d fit dv activity.fit 0xa870| 06 | . | reserved: false 0xa87e.3-0xa87e.4 (0.1) 0xa870| 06 | . | local_message_type: 6 0xa87e.4-0xa87f (0.4) | | | data_message{}: 0xa87f-0xa895 (22) -0xa870| 50| P| timestamp: 1062658128 (s) 0xa87f-0xa883 (4) +0xa870| 50| P| timestamp: 1062658128 (2023-09-03T06:48:48Z) 0xa87f-0xa883 (4) 0xa880|e0 56 3f |.V? | 0xa880| a1 9b 2e 2a | ...* | position_lat: 59.31852498091757 (707697569) 0xa883-0xa887 (4) 0xa880| b7 a2 d2 0c | .... | position_long: 18.032055934891105 (215130807) 0xa887-0xa88b (4) @@ -31710,7 +31710,7 @@ $ fq -d fit dv activity.fit 0xa890| 06 | . | reserved: false 0xa895.3-0xa895.4 (0.1) 0xa890| 06 | . | local_message_type: 6 0xa895.4-0xa896 (0.4) | | | data_message{}: 0xa896-0xa8ac (22) -0xa890| 53 e0 56 3f | S.V? | timestamp: 1062658131 (s) 0xa896-0xa89a (4) +0xa890| 53 e0 56 3f | S.V? | timestamp: 1062658131 (2023-09-03T06:48:51Z) 0xa896-0xa89a (4) 0xa890| 97 90 2e 2a | ...* | position_lat: 59.318288108333945 (707694743) 0xa89a-0xa89e (4) 0xa890| b7 a8| ..| position_long: 18.03218468092382 (215132343) 0xa89e-0xa8a2 (4) 0xa8a0|d2 0c |.. | @@ -31727,7 +31727,7 @@ $ fq -d fit dv activity.fit 0xa8a0| 06 | . | reserved: false 0xa8ac.3-0xa8ac.4 (0.1) 0xa8a0| 06 | . | local_message_type: 6 0xa8ac.4-0xa8ad (0.4) | | | data_message{}: 0xa8ad-0xa8c3 (22) -0xa8a0| 56 e0 56| V.V| timestamp: 1062658134 (s) 0xa8ad-0xa8b1 (4) +0xa8a0| 56 e0 56| V.V| timestamp: 1062658134 (2023-09-03T06:48:54Z) 0xa8ad-0xa8b1 (4) 0xa8b0|3f |? | 0xa8b0| 49 86 2e 2a | I..* | position_lat: 59.31806699372828 (707692105) 0xa8b1-0xa8b5 (4) 0xa8b0| 0e af d2 0c | .... | position_long: 18.032320719212294 (215133966) 0xa8b5-0xa8b9 (4) @@ -31745,7 +31745,7 @@ $ fq -d fit dv activity.fit 0xa8c0| 06 | . | reserved: false 0xa8c3.3-0xa8c3.4 (0.1) 0xa8c0| 06 | . | local_message_type: 6 0xa8c3.4-0xa8c4 (0.4) | | | data_message{}: 0xa8c4-0xa8da (22) -0xa8c0| 59 e0 56 3f | Y.V? | timestamp: 1062658137 (s) 0xa8c4-0xa8c8 (4) +0xa8c0| 59 e0 56 3f | Y.V? | timestamp: 1062658137 (2023-09-03T06:48:57Z) 0xa8c4-0xa8c8 (4) 0xa8c0| 74 7c 2e 2a | t|.* | position_lat: 59.31785602122545 (707689588) 0xa8c8-0xa8cc (4) 0xa8c0| 9d b5 d2 0c| ....| position_long: 18.032461451366544 (215135645) 0xa8cc-0xa8d0 (4) 0xa8d0|cf eb 3b 00 |..;. | distance: 39269.91 (3926991) (m) 0xa8d0-0xa8d4 (4) @@ -31761,7 +31761,7 @@ $ fq -d fit dv activity.fit 0xa8d0| 06 | . | reserved: false 0xa8da.3-0xa8da.4 (0.1) 0xa8d0| 06 | . | local_message_type: 6 0xa8da.4-0xa8db (0.4) | | | data_message{}: 0xa8db-0xa8f1 (22) -0xa8d0| 5c e0 56 3f | \.V? | timestamp: 1062658140 (s) 0xa8db-0xa8df (4) +0xa8d0| 5c e0 56 3f | \.V? | timestamp: 1062658140 (2023-09-03T06:49:00Z) 0xa8db-0xa8df (4) 0xa8d0| a2| .| position_lat: 59.31764530017972 (707687074) 0xa8df-0xa8e3 (4) 0xa8e0|72 2e 2a |r.* | 0xa8e0| 7d bc d2 0c | }... | position_long: 18.032608972862363 (215137405) 0xa8e3-0xa8e7 (4) @@ -31778,7 +31778,7 @@ $ fq -d fit dv activity.fit 0xa8f0| 06 | . | reserved: false 0xa8f1.3-0xa8f1.4 (0.1) 0xa8f0| 06 | . | local_message_type: 6 0xa8f1.4-0xa8f2 (0.4) | | | data_message{}: 0xa8f2-0xa908 (22) -0xa8f0| 5f e0 56 3f | _.V? | timestamp: 1062658143 (s) 0xa8f2-0xa8f6 (4) +0xa8f0| 5f e0 56 3f | _.V? | timestamp: 1062658143 (2023-09-03T06:49:03Z) 0xa8f2-0xa8f6 (4) 0xa8f0| f3 67 2e 2a | .g.* | position_lat: 59.31741605512798 (707684339) 0xa8f6-0xa8fa (4) 0xa8f0| 48 c2 d2 0c | H... | position_long: 18.032733276486397 (215138888) 0xa8fa-0xa8fe (4) 0xa8f0| e8 ff| ..| distance: 39321.36 (3932136) (m) 0xa8fe-0xa902 (4) @@ -31795,7 +31795,7 @@ $ fq -d fit dv activity.fit 0xa900| 06 | . | reserved: false 0xa908.3-0xa908.4 (0.1) 0xa900| 06 | . | local_message_type: 6 0xa908.4-0xa909 (0.4) | | | data_message{}: 0xa909-0xa91f (22) -0xa900| 62 e0 56 3f | b.V? | timestamp: 1062658146 (s) 0xa909-0xa90d (4) +0xa900| 62 e0 56 3f | b.V? | timestamp: 1062658146 (2023-09-03T06:49:06Z) 0xa909-0xa90d (4) 0xa900| 81 5c 2e| .\.| position_lat: 59.31717046536505 (707681409) 0xa90d-0xa911 (4) 0xa910|2a |* | 0xa910| 21 c8 d2 0c | !... | position_long: 18.032858753576875 (215140385) 0xa911-0xa915 (4) @@ -31812,7 +31812,7 @@ $ fq -d fit dv activity.fit 0xa910| 06| .| reserved: false 0xa91f.3-0xa91f.4 (0.1) 0xa910| 06| .| local_message_type: 6 0xa91f.4-0xa920 (0.4) | | | data_message{}: 0xa920-0xa936 (22) -0xa920|65 e0 56 3f |e.V? | timestamp: 1062658149 (s) 0xa920-0xa924 (4) +0xa920|65 e0 56 3f |e.V? | timestamp: 1062658149 (2023-09-03T06:49:09Z) 0xa920-0xa924 (4) 0xa920| 09 51 2e 2a | .Q.* | position_lat: 59.316924372687936 (707678473) 0xa924-0xa928 (4) 0xa920| 4f ce d2 0c | O... | position_long: 18.03299135528505 (215141967) 0xa928-0xa92c (4) 0xa920| 0e 16 3c 00| ..<.| distance: 39378.06 (3937806) (m) 0xa92c-0xa930 (4) @@ -31828,7 +31828,7 @@ $ fq -d fit dv activity.fit 0xa930| 06 | . | reserved: false 0xa936.3-0xa936.4 (0.1) 0xa930| 06 | . | local_message_type: 6 0xa936.4-0xa937 (0.4) | | | data_message{}: 0xa937-0xa94d (22) -0xa930| 68 e0 56 3f | h.V? | timestamp: 1062658152 (s) 0xa937-0xa93b (4) +0xa930| 68 e0 56 3f | h.V? | timestamp: 1062658152 (2023-09-03T06:49:12Z) 0xa937-0xa93b (4) 0xa930| d1 45 2e 2a | .E.* | position_lat: 59.31668364442885 (707675601) 0xa93b-0xa93f (4) 0xa930| fe| .| position_long: 18.033156227320433 (215143934) 0xa93f-0xa943 (4) 0xa940|d5 d2 0c |... | @@ -31845,7 +31845,7 @@ $ fq -d fit dv activity.fit 0xa940| 06 | . | reserved: false 0xa94d.3-0xa94d.4 (0.1) 0xa940| 06 | . | local_message_type: 6 0xa94d.4-0xa94e (0.4) | | | data_message{}: 0xa94e-0xa964 (22) -0xa940| 6b e0| k.| timestamp: 1062658155 (s) 0xa94e-0xa952 (4) +0xa940| 6b e0| k.| timestamp: 1062658155 (2023-09-03T06:49:15Z) 0xa94e-0xa952 (4) 0xa950|56 3f |V? | 0xa950| 17 3b 2e 2a | .;.* | position_lat: 59.31645347736776 (707672855) 0xa952-0xa956 (4) 0xa950| 36 de d2 0c | 6... | position_long: 18.033332582563162 (215146038) 0xa956-0xa95a (4) @@ -31862,7 +31862,7 @@ $ fq -d fit dv activity.fit 0xa960| 06 | . | reserved: false 0xa964.3-0xa964.4 (0.1) 0xa960| 06 | . | local_message_type: 6 0xa964.4-0xa965 (0.4) | | | data_message{}: 0xa965-0xa97b (22) -0xa960| 6e e0 56 3f | n.V? | timestamp: 1062658158 (s) 0xa965-0xa969 (4) +0xa960| 6e e0 56 3f | n.V? | timestamp: 1062658158 (2023-09-03T06:49:18Z) 0xa965-0xa969 (4) 0xa960| 70 30 2e 2a | p0.* | position_lat: 59.31622490286827 (707670128) 0xa969-0xa96d (4) 0xa960| 59 e5 d2| Y..| position_long: 18.033485719934106 (215147865) 0xa96d-0xa971 (4) 0xa970|0c |. | @@ -31879,7 +31879,7 @@ $ fq -d fit dv activity.fit 0xa970| 06 | . | reserved: false 0xa97b.3-0xa97b.4 (0.1) 0xa970| 06 | . | local_message_type: 6 0xa97b.4-0xa97c (0.4) | | | data_message{}: 0xa97c-0xa992 (22) -0xa970| 71 e0 56 3f| q.V?| timestamp: 1062658161 (s) 0xa97c-0xa980 (4) +0xa970| 71 e0 56 3f| q.V?| timestamp: 1062658161 (2023-09-03T06:49:21Z) 0xa97c-0xa980 (4) 0xa980|52 25 2e 2a |R%.* | position_lat: 59.31598635390401 (707667282) 0xa980-0xa984 (4) 0xa980| 71 ed d2 0c | q... | position_long: 18.03365939296782 (215149937) 0xa984-0xa988 (4) 0xa980| 7c 41 3c 00 | |A<. | distance: 39489.24 (3948924) (m) 0xa988-0xa98c (4) @@ -31895,7 +31895,7 @@ $ fq -d fit dv activity.fit 0xa990| 06 | . | reserved: false 0xa992.3-0xa992.4 (0.1) 0xa990| 06 | . | local_message_type: 6 0xa992.4-0xa993 (0.4) | | | data_message{}: 0xa993-0xa9a9 (22) -0xa990| 74 e0 56 3f | t.V? | timestamp: 1062658164 (s) 0xa993-0xa997 (4) +0xa990| 74 e0 56 3f | t.V? | timestamp: 1062658164 (2023-09-03T06:49:24Z) 0xa993-0xa997 (4) 0xa990| 6c 1a 2e 2a | l..* | position_lat: 59.31575249880552 (707664492) 0xa997-0xa99b (4) 0xa990| 2b f6 d2 0c | +... | position_long: 18.033846644684672 (215152171) 0xa99b-0xa99f (4) 0xa990| 76| v| distance: 39517.34 (3951734) (m) 0xa99f-0xa9a3 (4) @@ -31912,7 +31912,7 @@ $ fq -d fit dv activity.fit 0xa9a0| 06 | . | reserved: false 0xa9a9.3-0xa9a9.4 (0.1) 0xa9a0| 06 | . | local_message_type: 6 0xa9a9.4-0xa9aa (0.4) | | | data_message{}: 0xa9aa-0xa9c0 (22) -0xa9a0| 77 e0 56 3f | w.V? | timestamp: 1062658167 (s) 0xa9aa-0xa9ae (4) +0xa9a0| 77 e0 56 3f | w.V? | timestamp: 1062658167 (2023-09-03T06:49:27Z) 0xa9aa-0xa9ae (4) 0xa9a0| ad 0f| ..| position_lat: 59.315521912649274 (707661741) 0xa9ae-0xa9b2 (4) 0xa9b0|2e 2a |.* | 0xa9b0| 28 fc d2 0c | (... | position_long: 18.033975139260292 (215153704) 0xa9b2-0xa9b6 (4) @@ -31929,7 +31929,7 @@ $ fq -d fit dv activity.fit 0xa9c0|06 |. | reserved: false 0xa9c0.3-0xa9c0.4 (0.1) 0xa9c0|06 |. | local_message_type: 6 0xa9c0.4-0xa9c1 (0.4) | | | data_message{}: 0xa9c1-0xa9d7 (22) -0xa9c0| 7a e0 56 3f | z.V? | timestamp: 1062658170 (s) 0xa9c1-0xa9c5 (4) +0xa9c0| 7a e0 56 3f | z.V? | timestamp: 1062658170 (2023-09-03T06:49:30Z) 0xa9c1-0xa9c5 (4) 0xa9c0| d3 05 2e 2a | ...* | position_lat: 59.31531052105129 (707659219) 0xa9c5-0xa9c9 (4) 0xa9c0| bf 03 d3 0c | .... | position_long: 18.034137999638915 (215155647) 0xa9c9-0xa9cd (4) 0xa9c0| c5 60 3c| .`<| distance: 39569.33 (3956933) (m) 0xa9cd-0xa9d1 (4) @@ -31946,7 +31946,7 @@ $ fq -d fit dv activity.fit 0xa9d0| 06 | . | reserved: false 0xa9d7.3-0xa9d7.4 (0.1) 0xa9d0| 06 | . | local_message_type: 6 0xa9d7.4-0xa9d8 (0.4) | | | data_message{}: 0xa9d8-0xa9ee (22) -0xa9d0| 7d e0 56 3f | }.V? | timestamp: 1062658173 (s) 0xa9d8-0xa9dc (4) +0xa9d0| 7d e0 56 3f | }.V? | timestamp: 1062658173 (2023-09-03T06:49:33Z) 0xa9d8-0xa9dc (4) 0xa9d0| 3c 00 2e 2a| <..*| position_lat: 59.3151905760169 (707657788) 0xa9dc-0xa9e0 (4) 0xa9e0|b3 12 d3 0c |.... | position_long: 18.03445885889232 (215159475) 0xa9e0-0xa9e4 (4) 0xa9e0| dc 69 3c 00 | .i<. | distance: 39592.6 (3959260) (m) 0xa9e4-0xa9e8 (4) @@ -31962,7 +31962,7 @@ $ fq -d fit dv activity.fit 0xa9e0| 06 | . | reserved: false 0xa9ee.3-0xa9ee.4 (0.1) 0xa9e0| 06 | . | local_message_type: 6 0xa9ee.4-0xa9ef (0.4) | | | data_message{}: 0xa9ef-0xaa05 (22) -0xa9e0| 80| .| timestamp: 1062658176 (s) 0xa9ef-0xa9f3 (4) +0xa9e0| 80| .| timestamp: 1062658176 (2023-09-03T06:49:36Z) 0xa9ef-0xa9f3 (4) 0xa9f0|e0 56 3f |.V? | 0xa9f0| ac 02 2e 2a | ...* | position_lat: 59.31524287909269 (707658412) 0xa9f3-0xa9f7 (4) 0xa9f0| a5 25 d3 0c | .%.. | position_long: 18.03486538119614 (215164325) 0xa9f7-0xa9fb (4) @@ -31980,7 +31980,7 @@ $ fq -d fit dv activity.fit 0xaa00| 06 | . | reserved: false 0xaa05.3-0xaa05.4 (0.1) 0xaa00| 06 | . | local_message_type: 6 0xaa05.4-0xaa06 (0.4) | | | data_message{}: 0xaa06-0xaa1c (22) -0xaa00| 81 e0 56 3f | ..V? | timestamp: 1062658177 (s) 0xaa06-0xaa0a (4) +0xaa00| 81 e0 56 3f | ..V? | timestamp: 1062658177 (2023-09-03T06:49:37Z) 0xaa06-0xaa0a (4) 0xaa00| 03 04 2e 2a | ...* | position_lat: 59.31527162902057 (707658755) 0xaa0a-0xaa0e (4) 0xaa00| 67 2b| g+| position_long: 18.03498893044889 (215165799) 0xaa0e-0xaa12 (4) 0xaa10|d3 0c |.. | @@ -31997,7 +31997,7 @@ $ fq -d fit dv activity.fit 0xaa10| 06 | . | reserved: false 0xaa1c.3-0xaa1c.4 (0.1) 0xaa10| 06 | . | local_message_type: 6 0xaa1c.4-0xaa1d (0.4) | | | data_message{}: 0xaa1d-0xaa33 (22) -0xaa10| 84 e0 56| ..V| timestamp: 1062658180 (s) 0xaa1d-0xaa21 (4) +0xaa10| 84 e0 56| ..V| timestamp: 1062658180 (2023-09-03T06:49:40Z) 0xaa1d-0xaa21 (4) 0xaa20|3f |? | 0xaa20| 92 07 2e 2a | ...* | position_lat: 59.315347988158464 (707659666) 0xaa21-0xaa25 (4) 0xaa20| 73 3d d3 0c | s=.. | position_long: 18.035376174375415 (215170419) 0xaa25-0xaa29 (4) @@ -32015,7 +32015,7 @@ $ fq -d fit dv activity.fit 0xaa30| 06 | . | reserved: false 0xaa33.3-0xaa33.4 (0.1) 0xaa30| 06 | . | local_message_type: 6 0xaa33.4-0xaa34 (0.4) | | | data_message{}: 0xaa34-0xaa4a (22) -0xaa30| 87 e0 56 3f | ..V? | timestamp: 1062658183 (s) 0xaa34-0xaa38 (4) +0xaa30| 87 e0 56 3f | ..V? | timestamp: 1062658183 (2023-09-03T06:49:43Z) 0xaa34-0xaa38 (4) 0xaa30| 24 0a 2e 2a | $..* | position_lat: 59.31540314108133 (707660324) 0xaa38-0xaa3c (4) 0xaa30| 1b 4f d3 0c| .O..| position_long: 18.03575503639877 (215174939) 0xaa3c-0xaa40 (4) 0xaa40|41 88 3c 00 |A.<. | distance: 39670.41 (3967041) (m) 0xaa40-0xaa44 (4) @@ -32031,7 +32031,7 @@ $ fq -d fit dv activity.fit 0xaa40| 06 | . | reserved: false 0xaa4a.3-0xaa4a.4 (0.1) 0xaa40| 06 | . | local_message_type: 6 0xaa4a.4-0xaa4b (0.4) | | | data_message{}: 0xaa4b-0xaa61 (22) -0xaa40| 8a e0 56 3f | ..V? | timestamp: 1062658186 (s) 0xaa4b-0xaa4f (4) +0xaa40| 8a e0 56 3f | ..V? | timestamp: 1062658186 (2023-09-03T06:49:46Z) 0xaa4b-0xaa4f (4) 0xaa40| de| .| position_lat: 59.31546164676547 (707661022) 0xaa4f-0xaa53 (4) 0xaa50|0c 2e 2a |..* | 0xaa50| 2d 62 d3 0c | -b.. | position_long: 18.036164240911603 (215179821) 0xaa53-0xaa57 (4) @@ -32048,7 +32048,7 @@ $ fq -d fit dv activity.fit 0xaa60| 06 | . | reserved: false 0xaa61.3-0xaa61.4 (0.1) 0xaa60| 06 | . | local_message_type: 6 0xaa61.4-0xaa62 (0.4) | | | data_message{}: 0xaa62-0xaa78 (22) -0xaa60| 8d e0 56 3f | ..V? | timestamp: 1062658189 (s) 0xaa62-0xaa66 (4) +0xaa60| 8d e0 56 3f | ..V? | timestamp: 1062658189 (2023-09-03T06:49:49Z) 0xaa62-0xaa66 (4) 0xaa60| ef 0f 2e 2a | ...* | position_lat: 59.31552744470537 (707661807) 0xaa66-0xaa6a (4) 0xaa60| 77 73 d3 0c | ws.. | position_long: 18.036535223945975 (215184247) 0xaa6a-0xaa6e (4) 0xaa60| 6d 9a| m.| distance: 39716.93 (3971693) (m) 0xaa6e-0xaa72 (4) @@ -32065,7 +32065,7 @@ $ fq -d fit dv activity.fit 0xaa70| 06 | . | reserved: false 0xaa78.3-0xaa78.4 (0.1) 0xaa70| 06 | . | local_message_type: 6 0xaa78.4-0xaa79 (0.4) | | | data_message{}: 0xaa79-0xaa8f (22) -0xaa70| 91 e0 56 3f | ..V? | timestamp: 1062658193 (s) 0xaa79-0xaa7d (4) +0xaa70| 91 e0 56 3f | ..V? | timestamp: 1062658193 (2023-09-03T06:49:53Z) 0xaa79-0xaa7d (4) 0xaa70| cf 13 2e| ...| position_lat: 59.31561059318483 (707662799) 0xaa7d-0xaa81 (4) 0xaa80|2a |* | 0xaa80| 6b 84 d3 0c | k... | position_long: 18.03689899854362 (215188587) 0xaa81-0xaa85 (4) @@ -32082,7 +32082,7 @@ $ fq -d fit dv activity.fit 0xaa80| 06| .| reserved: false 0xaa8f.3-0xaa8f.4 (0.1) 0xaa80| 06| .| local_message_type: 6 0xaa8f.4-0xaa90 (0.4) | | | data_message{}: 0xaa90-0xaaa6 (22) -0xaa90|95 e0 56 3f |..V? | timestamp: 1062658197 (s) 0xaa90-0xaa94 (4) +0xaa90|95 e0 56 3f |..V? | timestamp: 1062658197 (2023-09-03T06:49:57Z) 0xaa90-0xaa94 (4) 0xaa90| cc 16 2e 2a | ...* | position_lat: 59.31567471474409 (707663564) 0xaa94-0xaa98 (4) 0xaa90| 53 94 d3 0c | S... | position_long: 18.037240309640765 (215192659) 0xaa98-0xaa9c (4) 0xaa90| 31 ab 3c 00| 1.<.| distance: 39759.85 (3975985) (m) 0xaa9c-0xaaa0 (4) @@ -32098,7 +32098,7 @@ $ fq -d fit dv activity.fit 0xaaa0| 06 | . | reserved: false 0xaaa6.3-0xaaa6.4 (0.1) 0xaaa0| 06 | . | local_message_type: 6 0xaaa6.4-0xaaa7 (0.4) | | | data_message{}: 0xaaa7-0xaabd (22) -0xaaa0| 99 e0 56 3f | ..V? | timestamp: 1062658201 (s) 0xaaa7-0xaaab (4) +0xaaa0| 99 e0 56 3f | ..V? | timestamp: 1062658201 (2023-09-03T06:50:01Z) 0xaaa7-0xaaab (4) 0xaaa0| 4d 1b 2e 2a | M..* | position_lat: 59.31577135808766 (707664717) 0xaaab-0xaaaf (4) 0xaaa0| 88| .| position_long: 18.03760953247547 (215197064) 0xaaaf-0xaab3 (4) 0xaab0|a5 d3 0c |... | @@ -32115,7 +32115,7 @@ $ fq -d fit dv activity.fit 0xaab0| 06 | . | reserved: false 0xaabd.3-0xaabd.4 (0.1) 0xaab0| 06 | . | local_message_type: 6 0xaabd.4-0xaabe (0.4) | | | data_message{}: 0xaabe-0xaad4 (22) -0xaab0| 9d e0| ..| timestamp: 1062658205 (s) 0xaabe-0xaac2 (4) +0xaab0| 9d e0| ..| timestamp: 1062658205 (2023-09-03T06:50:05Z) 0xaabe-0xaac2 (4) 0xaac0|56 3f |V? | 0xaac0| e0 1f 2e 2a | ...* | position_lat: 59.3158695101738 (707665888) 0xaac2-0xaac6 (4) 0xaac0| 99 b8 d3 0c | .... | position_long: 18.038018653169274 (215201945) 0xaac6-0xaaca (4) @@ -32132,7 +32132,7 @@ $ fq -d fit dv activity.fit 0xaad0| 06 | . | reserved: false 0xaad4.3-0xaad4.4 (0.1) 0xaad0| 06 | . | local_message_type: 6 0xaad4.4-0xaad5 (0.4) | | | data_message{}: 0xaad5-0xaaeb (22) -0xaad0| a0 e0 56 3f | ..V? | timestamp: 1062658208 (s) 0xaad5-0xaad9 (4) +0xaad0| a0 e0 56 3f | ..V? | timestamp: 1062658208 (2023-09-03T06:50:08Z) 0xaad5-0xaad9 (4) 0xaad0| 31 23 2e 2a | 1#.* | position_lat: 59.315940672531724 (707666737) 0xaad9-0xaadd (4) 0xaad0| d0 c7 d3| ...| position_long: 18.038345128297806 (215205840) 0xaadd-0xaae1 (4) 0xaae0|0c |. | @@ -32149,7 +32149,7 @@ $ fq -d fit dv activity.fit 0xaae0| 06 | . | reserved: false 0xaaeb.3-0xaaeb.4 (0.1) 0xaae0| 06 | . | local_message_type: 6 0xaaeb.4-0xaaec (0.4) | | | data_message{}: 0xaaec-0xab02 (22) -0xaae0| a4 e0 56 3f| ..V?| timestamp: 1062658212 (s) 0xaaec-0xaaf0 (4) +0xaae0| a4 e0 56 3f| ..V?| timestamp: 1062658212 (2023-09-03T06:50:12Z) 0xaaec-0xaaf0 (4) 0xaaf0|fc 25 2e 2a |.%.* | position_lat: 59.3160006031394 (707667452) 0xaaf0-0xaaf4 (4) 0xaaf0| 28 db d3 0c | (... | position_long: 18.03876020014286 (215210792) 0xaaf4-0xaaf8 (4) 0xaaf0| 9e cf 3c 00 | ..<. | distance: 39853.1 (3985310) (m) 0xaaf8-0xaafc (4) @@ -32165,7 +32165,7 @@ $ fq -d fit dv activity.fit 0xab00| 06 | . | reserved: false 0xab02.3-0xab02.4 (0.1) 0xab00| 06 | . | local_message_type: 6 0xab02.4-0xab03 (0.4) | | | data_message{}: 0xab03-0xab19 (22) -0xab00| a8 e0 56 3f | ..V? | timestamp: 1062658216 (s) 0xab03-0xab07 (4) +0xab00| a8 e0 56 3f | ..V? | timestamp: 1062658216 (2023-09-03T06:50:16Z) 0xab03-0xab07 (4) 0xab00| 07 28 2e 2a | .(.* | position_lat: 59.31604444049299 (707667975) 0xab07-0xab0b (4) 0xab00| 6e ed d3 0c | n... | position_long: 18.039152305573225 (215215470) 0xab0b-0xab0f (4) 0xab00| 84| .| distance: 39875.88 (3987588) (m) 0xab0f-0xab13 (4) @@ -32182,7 +32182,7 @@ $ fq -d fit dv activity.fit 0xab10| 06 | . | reserved: false 0xab19.3-0xab19.4 (0.1) 0xab10| 06 | . | local_message_type: 6 0xab19.4-0xab1a (0.4) | | | data_message{}: 0xab1a-0xab30 (22) -0xab10| ac e0 56 3f | ..V? | timestamp: 1062658220 (s) 0xab1a-0xab1e (4) +0xab10| ac e0 56 3f | ..V? | timestamp: 1062658220 (2023-09-03T06:50:20Z) 0xab1a-0xab1e (4) 0xab10| 09 2b| .+| position_lat: 59.31610898114741 (707668745) 0xab1e-0xab22 (4) 0xab20|2e 2a |.* | 0xab20| f8 fd d3 0c | .... | position_long: 18.039507195353508 (215219704) 0xab22-0xab26 (4) @@ -32199,7 +32199,7 @@ $ fq -d fit dv activity.fit 0xab30|06 |. | reserved: false 0xab30.3-0xab30.4 (0.1) 0xab30|06 |. | local_message_type: 6 0xab30.4-0xab31 (0.4) | | | data_message{}: 0xab31-0xab47 (22) -0xab30| b0 e0 56 3f | ..V? | timestamp: 1062658224 (s) 0xab31-0xab35 (4) +0xab30| b0 e0 56 3f | ..V? | timestamp: 1062658224 (2023-09-03T06:50:24Z) 0xab31-0xab35 (4) 0xab30| 3e 2e 2e 2a | >..* | position_lat: 59.31617779657245 (707669566) 0xab35-0xab39 (4) 0xab30| 51 0e d4 0c | Q... | position_long: 18.039857978001237 (215223889) 0xab39-0xab3d (4) 0xab30| 3d e9 3c| =.<| distance: 39918.69 (3991869) (m) 0xab3d-0xab41 (4) @@ -32216,7 +32216,7 @@ $ fq -d fit dv activity.fit 0xab40| 06 | . | reserved: false 0xab47.3-0xab47.4 (0.1) 0xab40| 06 | . | local_message_type: 6 0xab47.4-0xab48 (0.4) | | | data_message{}: 0xab48-0xab5e (22) -0xab40| b4 e0 56 3f | ..V? | timestamp: 1062658228 (s) 0xab48-0xab4c (4) +0xab40| b4 e0 56 3f | ..V? | timestamp: 1062658228 (2023-09-03T06:50:28Z) 0xab48-0xab4c (4) 0xab40| 39 30 2e 2a| 90.*| position_lat: 59.31622029282153 (707670073) 0xab4c-0xab50 (4) 0xab50|f2 1e d4 0c |.... | position_long: 18.04021479561925 (215228146) 0xab50-0xab54 (4) 0xab50| 65 f1 3c 00 | e.<. | distance: 39939.57 (3993957) (m) 0xab54-0xab58 (4) @@ -32232,7 +32232,7 @@ $ fq -d fit dv activity.fit 0xab50| 06 | . | reserved: false 0xab5e.3-0xab5e.4 (0.1) 0xab50| 06 | . | local_message_type: 6 0xab5e.4-0xab5f (0.4) | | | data_message{}: 0xab5f-0xab75 (22) -0xab50| b8| .| timestamp: 1062658232 (s) 0xab5f-0xab63 (4) +0xab50| b8| .| timestamp: 1062658232 (2023-09-03T06:50:32Z) 0xab5f-0xab63 (4) 0xab60|e0 56 3f |.V? | 0xab60| 02 33 2e 2a | .3.* | position_lat: 59.31628005579114 (707670786) 0xab63-0xab67 (4) 0xab60| d4 2e d4 0c | .... | position_long: 18.040555603802204 (215232212) 0xab67-0xab6b (4) @@ -32250,7 +32250,7 @@ $ fq -d fit dv activity.fit 0xab70| 06 | . | reserved: false 0xab75.3-0xab75.4 (0.1) 0xab70| 06 | . | local_message_type: 6 0xab75.4-0xab76 (0.4) | | | data_message{}: 0xab76-0xab8c (22) -0xab70| bd e0 56 3f | ..V? | timestamp: 1062658237 (s) 0xab76-0xab7a (4) +0xab70| bd e0 56 3f | ..V? | timestamp: 1062658237 (2023-09-03T06:50:37Z) 0xab76-0xab7a (4) 0xab70| 9c 33 2e 2a | .3.* | position_lat: 59.316292963922024 (707670940) 0xab7a-0xab7e (4) 0xab70| 49 42| IB| position_long: 18.04097310639918 (215237193) 0xab7e-0xab82 (4) 0xab80|d4 0c |.. | @@ -32267,7 +32267,7 @@ $ fq -d fit dv activity.fit 0xab80| 06 | . | reserved: false 0xab8c.3-0xab8c.4 (0.1) 0xab80| 06 | . | local_message_type: 6 0xab8c.4-0xab8d (0.4) | | | data_message{}: 0xab8d-0xaba3 (22) -0xab80| c1 e0 56| ..V| timestamp: 1062658241 (s) 0xab8d-0xab91 (4) +0xab80| c1 e0 56| ..V| timestamp: 1062658241 (2023-09-03T06:50:41Z) 0xab8d-0xab91 (4) 0xab90|3f |? | 0xab90| e7 35 2e 2a | .5.* | position_lat: 59.31634216569364 (707671527) 0xab91-0xab95 (4) 0xab90| 53 51 d4 0c | SQ.. | position_long: 18.041295809671283 (215241043) 0xab95-0xab99 (4) @@ -32285,8 +32285,8 @@ $ fq -d fit dv activity.fit 0xaba0| 08 | . | reserved: false 0xaba3.3-0xaba3.4 (0.1) 0xaba0| 08 | . | local_message_type: 8 0xaba3.4-0xaba4 (0.4) | | | data_message{}: 0xaba4-0xabda (54) -0xaba0| c1 e0 56 3f | ..V? | timestamp: 1062658241 (s) 0xaba4-0xaba8 (4) -0xaba0| 3e e0 56 3f | >.V? | start_time: 1062658110 0xaba8-0xabac (4) +0xaba0| c1 e0 56 3f | ..V? | timestamp: 1062658241 (2023-09-03T06:50:41Z) 0xaba4-0xaba8 (4) +0xaba0| 3e e0 56 3f | >.V? | start_time: 1062658110 (2023-09-03T06:48:30Z) 0xaba8-0xabac (4) 0xaba0| 45 e3 2e 2a| E..*| start_position_lat: 59.32006222195923 (707715909) 0xabac-0xabb0 (4) 0xabb0|ad 80 d2 0c |.... | start_position_long: 18.031325535848737 (215122093) 0xabb0-0xabb4 (4) 0xabb0| e7 35 2e 2a | .5.* | end_position_lat: 59.31634216569364 (707671527) 0xabb4-0xabb8 (4) @@ -32315,7 +32315,7 @@ $ fq -d fit dv activity.fit 0xabd0| 06 | . | reserved: false 0xabda.3-0xabda.4 (0.1) 0xabd0| 06 | . | local_message_type: 6 0xabda.4-0xabdb (0.4) | | | data_message{}: 0xabdb-0xabf1 (22) -0xabd0| c5 e0 56 3f | ..V? | timestamp: 1062658245 (s) 0xabdb-0xabdf (4) +0xabd0| c5 e0 56 3f | ..V? | timestamp: 1062658245 (2023-09-03T06:50:45Z) 0xabdb-0xabdf (4) 0xabd0| 62| b| position_lat: 59.3164168484509 (707672418) 0xabdf-0xabe3 (4) 0xabe0|39 2e 2a |9.* | 0xabe0| 0a 61 d4 0c | .a.. | position_long: 18.041633013635874 (215245066) 0xabe3-0xabe7 (4) @@ -32332,7 +32332,7 @@ $ fq -d fit dv activity.fit 0xabf0| 06 | . | reserved: false 0xabf1.3-0xabf1.4 (0.1) 0xabf0| 06 | . | local_message_type: 6 0xabf1.4-0xabf2 (0.4) | | | data_message{}: 0xabf2-0xac08 (22) -0xabf0| ca e0 56 3f | ..V? | timestamp: 1062658250 (s) 0xabf2-0xabf6 (4) +0xabf0| ca e0 56 3f | ..V? | timestamp: 1062658250 (2023-09-03T06:50:50Z) 0xabf2-0xabf6 (4) 0xabf0| 6a 3d 2e 2a | j=.* | position_lat: 59.31650334969163 (707673450) 0xabf6-0xabfa (4) 0xabf0| 07 72 d4 0c | .r.. | position_long: 18.041997542604804 (215249415) 0xabfa-0xabfe (4) 0xabf0| f7 1a| ..| distance: 40045.99 (4004599) (m) 0xabfe-0xac02 (4) @@ -32360,7 +32360,7 @@ $ fq -d fit dv activity.fit 0xac10|06 |. | reserved: false 0xac10.3-0xac10.4 (0.1) 0xac10|06 |. | local_message_type: 6 0xac10.4-0xac11 (0.4) | | | data_message{}: 0xac11-0xac27 (22) -0xac10| ce e0 56 3f | ..V? | timestamp: 1062658254 (s) 0xac11-0xac15 (4) +0xac10| ce e0 56 3f | ..V? | timestamp: 1062658254 (2023-09-03T06:50:54Z) 0xac11-0xac15 (4) 0xac10| e1 3f 2e 2a | .?.* | position_lat: 59.31655623950064 (707674081) 0xac15-0xac19 (4) 0xac10| 55 82 d4 0c | U... | position_long: 18.042347403243184 (215253589) 0xac19-0xac1d (4) 0xac10| 0e 23 3d| .#=| distance: 40066.7 (4006670) (m) 0xac1d-0xac21 (4) @@ -32377,7 +32377,7 @@ $ fq -d fit dv activity.fit 0xac20| 06 | . | reserved: false 0xac27.3-0xac27.4 (0.1) 0xac20| 06 | . | local_message_type: 6 0xac27.4-0xac28 (0.4) | | | data_message{}: 0xac28-0xac3e (22) -0xac20| d3 e0 56 3f | ..V? | timestamp: 1062658259 (s) 0xac28-0xac2c (4) +0xac20| d3 e0 56 3f | ..V? | timestamp: 1062658259 (2023-09-03T06:50:59Z) 0xac28-0xac2c (4) 0xac20| 3c 3e 2e 2a| <>.*| position_lat: 59.31652095168829 (707673660) 0xac2c-0xac30 (4) 0xac30|8f 97 d4 0c |.... | position_long: 18.042802875861526 (215259023) 0xac30-0xac34 (4) 0xac30| 66 2c 3d 00 | f,=. | distance: 40090.62 (4009062) (m) 0xac34-0xac38 (4) @@ -32393,7 +32393,7 @@ $ fq -d fit dv activity.fit 0xac30| 06 | . | reserved: false 0xac3e.3-0xac3e.4 (0.1) 0xac30| 06 | . | local_message_type: 6 0xac3e.4-0xac3f (0.4) | | | data_message{}: 0xac3f-0xac55 (22) -0xac30| d8| .| timestamp: 1062658264 (s) 0xac3f-0xac43 (4) +0xac30| d8| .| timestamp: 1062658264 (2023-09-03T06:51:04Z) 0xac3f-0xac43 (4) 0xac40|e0 56 3f |.V? | 0xac40| b1 3d 2e 2a | .=.* | position_lat: 59.31650930084288 (707673521) 0xac43-0xac47 (4) 0xac40| 02 ab d4 0c | .... | position_long: 18.043220210820436 (215264002) 0xac47-0xac4b (4) @@ -32411,7 +32411,7 @@ $ fq -d fit dv activity.fit 0xac50| 06 | . | reserved: false 0xac55.3-0xac55.4 (0.1) 0xac50| 06 | . | local_message_type: 6 0xac55.4-0xac56 (0.4) | | | data_message{}: 0xac56-0xac6c (22) -0xac50| dd e0 56 3f | ..V? | timestamp: 1062658269 (s) 0xac56-0xac5a (4) +0xac50| dd e0 56 3f | ..V? | timestamp: 1062658269 (2023-09-03T06:51:09Z) 0xac56-0xac5a (4) 0xac50| f0 3f 2e 2a | .?.* | position_lat: 59.31655749678612 (707674096) 0xac5a-0xac5e (4) 0xac50| 66 bc| f.| position_long: 18.043593373149633 (215268454) 0xac5e-0xac62 (4) 0xac60|d4 0c |.. | @@ -32428,7 +32428,7 @@ $ fq -d fit dv activity.fit 0xac60| 06 | . | reserved: false 0xac6c.3-0xac6c.4 (0.1) 0xac60| 06 | . | local_message_type: 6 0xac6c.4-0xac6d (0.4) | | | data_message{}: 0xac6d-0xac83 (22) -0xac60| e3 e0 56| ..V| timestamp: 1062658275 (s) 0xac6d-0xac71 (4) +0xac60| e3 e0 56| ..V| timestamp: 1062658275 (2023-09-03T06:51:15Z) 0xac6d-0xac71 (4) 0xac70|3f |? | 0xac70| d5 42 2e 2a | .B.* | position_lat: 59.31661960668862 (707674837) 0xac71-0xac75 (4) 0xac70| 92 cd d4 0c | .... | position_long: 18.043961841613054 (215272850) 0xac75-0xac79 (4) @@ -32446,7 +32446,7 @@ $ fq -d fit dv activity.fit 0xac80| 06 | . | reserved: false 0xac83.3-0xac83.4 (0.1) 0xac80| 06 | . | local_message_type: 6 0xac83.4-0xac84 (0.4) | | | data_message{}: 0xac84-0xac9a (22) -0xac80| e8 e0 56 3f | ..V? | timestamp: 1062658280 (s) 0xac84-0xac88 (4) +0xac80| e8 e0 56 3f | ..V? | timestamp: 1062658280 (2023-09-03T06:51:20Z) 0xac84-0xac88 (4) 0xac80| 3b 46 2e 2a | ;F.* | position_lat: 59.31669252924621 (707675707) 0xac88-0xac8c (4) 0xac80| f7 dd d4 0c| ....| position_long: 18.044313630089164 (215277047) 0xac8c-0xac90 (4) 0xac90|d4 4e 3d 00 |.N=. | distance: 40178.76 (4017876) (m) 0xac90-0xac94 (4) @@ -32462,7 +32462,7 @@ $ fq -d fit dv activity.fit 0xac90| 06 | . | reserved: false 0xac9a.3-0xac9a.4 (0.1) 0xac90| 06 | . | local_message_type: 6 0xac9a.4-0xac9b (0.4) | | | data_message{}: 0xac9b-0xacb1 (22) -0xac90| ed e0 56 3f | ..V? | timestamp: 1062658285 (s) 0xac9b-0xac9f (4) +0xac90| ed e0 56 3f | ..V? | timestamp: 1062658285 (2023-09-03T06:51:25Z) 0xac9b-0xac9f (4) 0xac90| ec| .| position_lat: 59.31677173823118 (707676652) 0xac9f-0xaca3 (4) 0xaca0|49 2e 2a |I.* | 0xaca0| e8 ee d4 0c | .... | position_long: 18.044677153229713 (215281384) 0xaca3-0xaca7 (4) @@ -32479,7 +32479,7 @@ $ fq -d fit dv activity.fit 0xacb0| 06 | . | reserved: false 0xacb1.3-0xacb1.4 (0.1) 0xacb0| 06 | . | local_message_type: 6 0xacb1.4-0xacb2 (0.4) | | | data_message{}: 0xacb2-0xacc8 (22) -0xacb0| f2 e0 56 3f | ..V? | timestamp: 1062658290 (s) 0xacb2-0xacb6 (4) +0xacb0| f2 e0 56 3f | ..V? | timestamp: 1062658290 (2023-09-03T06:51:30Z) 0xacb2-0xacb6 (4) 0xacb0| 26 4c 2e 2a | &L.* | position_lat: 59.31681951507926 (707677222) 0xacb6-0xacba (4) 0xacb0| ac ff d4 0c | .... | position_long: 18.045036904513836 (215285676) 0xacba-0xacbe (4) 0xacb0| e5 5f| ._| distance: 40222.45 (4022245) (m) 0xacbe-0xacc2 (4) @@ -32496,7 +32496,7 @@ $ fq -d fit dv activity.fit 0xacc0| 06 | . | reserved: false 0xacc8.3-0xacc8.4 (0.1) 0xacc0| 06 | . | local_message_type: 6 0xacc8.4-0xacc9 (0.4) | | | data_message{}: 0xacc9-0xacdf (22) -0xacc0| f7 e0 56 3f | ..V? | timestamp: 1062658295 (s) 0xacc9-0xaccd (4) +0xacc0| f7 e0 56 3f | ..V? | timestamp: 1062658295 (2023-09-03T06:51:35Z) 0xacc9-0xaccd (4) 0xacc0| 29 4e 2e| )N.| position_lat: 59.31686268188059 (707677737) 0xaccd-0xacd1 (4) 0xacd0|2a |* | 0xacd0| 70 11 d5 0c | p... | position_long: 18.045418113470078 (215290224) 0xacd1-0xacd5 (4) @@ -32513,7 +32513,7 @@ $ fq -d fit dv activity.fit 0xacd0| 06| .| reserved: false 0xacdf.3-0xacdf.4 (0.1) 0xacd0| 06| .| local_message_type: 6 0xacdf.4-0xace0 (0.4) | | | data_message{}: 0xace0-0xacf6 (22) -0xace0|fc e0 56 3f |..V? | timestamp: 1062658300 (s) 0xace0-0xace4 (4) +0xace0|fc e0 56 3f |..V? | timestamp: 1062658300 (2023-09-03T06:51:40Z) 0xace0-0xace4 (4) 0xace0| 51 51 2e 2a | QQ.* | position_lat: 59.31693040765822 (707678545) 0xace4-0xace8 (4) 0xace0| a6 23 d5 0c | .#.. | position_long: 18.045808877795935 (215294886) 0xace8-0xacec (4) 0xace0| be 71 3d 00| .q=.| distance: 40268.14 (4026814) (m) 0xacec-0xacf0 (4) @@ -32529,7 +32529,7 @@ $ fq -d fit dv activity.fit 0xacf0| 06 | . | reserved: false 0xacf6.3-0xacf6.4 (0.1) 0xacf0| 06 | . | local_message_type: 6 0xacf6.4-0xacf7 (0.4) | | | data_message{}: 0xacf7-0xad0d (22) -0xacf0| 01 e1 56 3f | ..V? | timestamp: 1062658305 (s) 0xacf7-0xacfb (4) +0xacf0| 01 e1 56 3f | ..V? | timestamp: 1062658305 (2023-09-03T06:51:45Z) 0xacf7-0xacfb (4) 0xacf0| a3 54 2e 2a | .T.* | position_lat: 59.31700165383518 (707679395) 0xacfb-0xacff (4) 0xacf0| a9| .| position_long: 18.046216825023293 (215299753) 0xacff-0xad03 (4) 0xad00|36 d5 0c |6.. | @@ -32546,7 +32546,7 @@ $ fq -d fit dv activity.fit 0xad00| 06 | . | reserved: false 0xad0d.3-0xad0d.4 (0.1) 0xad00| 06 | . | local_message_type: 6 0xad0d.4-0xad0e (0.4) | | | data_message{}: 0xad0e-0xad24 (22) -0xad00| 06 e1| ..| timestamp: 1062658310 (s) 0xad0e-0xad12 (4) +0xad00| 06 e1| ..| timestamp: 1062658310 (2023-09-03T06:51:50Z) 0xad0e-0xad12 (4) 0xad10|56 3f |V? | 0xad10| 4e 57 2e 2a | NW.* | position_lat: 59.31705890223384 (707680078) 0xad12-0xad16 (4) 0xad10| 4d 4a d5 0c | MJ.. | position_long: 18.04663826711476 (215304781) 0xad16-0xad1a (4) @@ -32563,7 +32563,7 @@ $ fq -d fit dv activity.fit 0xad20| 06 | . | reserved: false 0xad24.3-0xad24.4 (0.1) 0xad20| 06 | . | local_message_type: 6 0xad24.4-0xad25 (0.4) | | | data_message{}: 0xad25-0xad3b (22) -0xad20| 0a e1 56 3f | ..V? | timestamp: 1062658314 (s) 0xad25-0xad29 (4) +0xad20| 0a e1 56 3f | ..V? | timestamp: 1062658314 (2023-09-03T06:51:54Z) 0xad25-0xad29 (4) 0xad20| 57 56 2e 2a | WV.* | position_lat: 59.317038198933005 (707679831) 0xad29-0xad2d (4) 0xad20| 67 5d d5| g].| position_long: 18.047048142179847 (215309671) 0xad2d-0xad31 (4) 0xad30|0c |. | @@ -32580,7 +32580,7 @@ $ fq -d fit dv activity.fit 0xad30| 06 | . | reserved: false 0xad3b.3-0xad3b.4 (0.1) 0xad30| 06 | . | local_message_type: 6 0xad3b.4-0xad3c (0.4) | | | data_message{}: 0xad3c-0xad52 (22) -0xad30| 0e e1 56 3f| ..V?| timestamp: 1062658318 (s) 0xad3c-0xad40 (4) +0xad30| 0e e1 56 3f| ..V?| timestamp: 1062658318 (2023-09-03T06:51:58Z) 0xad3c-0xad40 (4) 0xad40|20 59 2e 2a | Y.* | position_lat: 59.31709796190262 (707680544) 0xad40-0xad44 (4) 0xad40| 9f 72 d5 0c | .r.. | position_long: 18.047503447160125 (215315103) 0xad44-0xad48 (4) 0xad40| 1e 98 3d 00 | ..=. | distance: 40366.38 (4036638) (m) 0xad48-0xad4c (4) @@ -32596,7 +32596,7 @@ $ fq -d fit dv activity.fit 0xad50| 06 | . | reserved: false 0xad52.3-0xad52.4 (0.1) 0xad50| 06 | . | local_message_type: 6 0xad52.4-0xad53 (0.4) | | | data_message{}: 0xad53-0xad69 (22) -0xad50| 11 e1 56 3f | ..V? | timestamp: 1062658321 (s) 0xad53-0xad57 (4) +0xad50| 11 e1 56 3f | ..V? | timestamp: 1062658321 (2023-09-03T06:52:01Z) 0xad53-0xad57 (4) 0xad50| fb 5b 2e 2a | .[.* | position_lat: 59.3171592336148 (707681275) 0xad57-0xad5b (4) 0xad50| ad 84 d5 0c | .... | position_long: 18.047890858724713 (215319725) 0xad5b-0xad5f (4) 0xad50| 23| #| distance: 40389.47 (4038947) (m) 0xad5f-0xad63 (4) @@ -32613,7 +32613,7 @@ $ fq -d fit dv activity.fit 0xad60| 06 | . | reserved: false 0xad69.3-0xad69.4 (0.1) 0xad60| 06 | . | local_message_type: 6 0xad69.4-0xad6a (0.4) | | | data_message{}: 0xad6a-0xad80 (22) -0xad60| 14 e1 56 3f | ..V? | timestamp: 1062658324 (s) 0xad6a-0xad6e (4) +0xad60| 14 e1 56 3f | ..V? | timestamp: 1062658324 (2023-09-03T06:52:04Z) 0xad6a-0xad6e (4) 0xad60| 29 5f| )_| position_lat: 59.31722746230662 (707682089) 0xad6e-0xad72 (4) 0xad70|2e 2a |.* | 0xad70| f1 96 d5 0c | .... | position_long: 18.048282796517015 (215324401) 0xad72-0xad76 (4) @@ -32630,7 +32630,7 @@ $ fq -d fit dv activity.fit 0xad80|06 |. | reserved: false 0xad80.3-0xad80.4 (0.1) 0xad80|06 |. | local_message_type: 6 0xad80.4-0xad81 (0.4) | | | data_message{}: 0xad81-0xad97 (22) -0xad80| 17 e1 56 3f | ..V? | timestamp: 1062658327 (s) 0xad81-0xad85 (4) +0xad80| 17 e1 56 3f | ..V? | timestamp: 1062658327 (2023-09-03T06:52:07Z) 0xad81-0xad85 (4) 0xad80| 9d 62 2e 2a | .b.* | position_lat: 59.317301558330655 (707682973) 0xad85-0xad89 (4) 0xad80| 72 aa d5 0c | r... | position_long: 18.04870130494237 (215329394) 0xad89-0xad8d (4) 0xad80| 2f b4 3d| /.=| distance: 40438.23 (4043823) (m) 0xad8d-0xad91 (4) @@ -32647,7 +32647,7 @@ $ fq -d fit dv activity.fit 0xad90| 06 | . | reserved: false 0xad97.3-0xad97.4 (0.1) 0xad90| 06 | . | local_message_type: 6 0xad97.4-0xad98 (0.4) | | | data_message{}: 0xad98-0xadae (22) -0xad90| 1a e1 56 3f | ..V? | timestamp: 1062658330 (s) 0xad98-0xad9c (4) +0xad90| 1a e1 56 3f | ..V? | timestamp: 1062658330 (2023-09-03T06:52:10Z) 0xad98-0xad9c (4) 0xad90| bc 65 2e 2a| .e.*| position_lat: 59.317368529736996 (707683772) 0xad9c-0xada0 (4) 0xada0|b7 be d5 0c |.... | position_long: 18.04913624189794 (215334583) 0xada0-0xada4 (4) 0xada0| 4a be 3d 00 | J.=. | distance: 40464.1 (4046410) (m) 0xada4-0xada8 (4) @@ -32663,7 +32663,7 @@ $ fq -d fit dv activity.fit 0xada0| 06 | . | reserved: false 0xadae.3-0xadae.4 (0.1) 0xada0| 06 | . | local_message_type: 6 0xadae.4-0xadaf (0.4) | | | data_message{}: 0xadaf-0xadc5 (22) -0xada0| 1d| .| timestamp: 1062658333 (s) 0xadaf-0xadb3 (4) +0xada0| 1d| .| timestamp: 1062658333 (2023-09-03T06:52:13Z) 0xadaf-0xadb3 (4) 0xadb0|e1 56 3f |.V? | 0xadb0| 48 69 2e 2a | Hi.* | position_lat: 59.31744463741779 (707684680) 0xadb3-0xadb7 (4) 0xadb0| 0d d3 d5 0c | .... | position_long: 18.04957260377705 (215339789) 0xadb7-0xadbb (4) @@ -32681,7 +32681,7 @@ $ fq -d fit dv activity.fit 0xadc0| 06 | . | reserved: false 0xadc5.3-0xadc5.4 (0.1) 0xadc0| 06 | . | local_message_type: 6 0xadc5.4-0xadc6 (0.4) | | | data_message{}: 0xadc6-0xaddc (22) -0xadc0| 20 e1 56 3f | .V? | timestamp: 1062658336 (s) 0xadc6-0xadca (4) +0xadc0| 20 e1 56 3f | .V? | timestamp: 1062658336 (2023-09-03T06:52:16Z) 0xadc6-0xadca (4) 0xadc0| 33 6c 2e 2a | 3l.* | position_lat: 59.317507250234485 (707685427) 0xadca-0xadce (4) 0xadc0| 3d e7| =.| position_long: 18.050005780532956 (215344957) 0xadce-0xadd2 (4) 0xadd0|d5 0c |.. | @@ -32698,7 +32698,7 @@ $ fq -d fit dv activity.fit 0xadd0| 06 | . | reserved: false 0xaddc.3-0xaddc.4 (0.1) 0xadd0| 06 | . | local_message_type: 6 0xaddc.4-0xaddd (0.4) | | | data_message{}: 0xaddd-0xadf3 (22) -0xadd0| 21 e1 56| !.V| timestamp: 1062658337 (s) 0xaddd-0xade1 (4) +0xadd0| 21 e1 56| !.V| timestamp: 1062658337 (2023-09-03T06:52:17Z) 0xaddd-0xade1 (4) 0xade0|3f |? | 0xade0| f8 6b 2e 2a | .k.* | position_lat: 59.31750230491161 (707685368) 0xade1-0xade5 (4) 0xade0| fd ed d5 0c | .... | position_long: 18.05015061981976 (215346685) 0xade5-0xade9 (4) @@ -32716,7 +32716,7 @@ $ fq -d fit dv activity.fit 0xadf0| 06 | . | reserved: false 0xadf3.3-0xadf3.4 (0.1) 0xadf0| 06 | . | local_message_type: 6 0xadf3.4-0xadf4 (0.4) | | | data_message{}: 0xadf4-0xae0a (22) -0xadf0| 24 e1 56 3f | $.V? | timestamp: 1062658340 (s) 0xadf4-0xadf8 (4) +0xadf0| 24 e1 56 3f | $.V? | timestamp: 1062658340 (2023-09-03T06:52:20Z) 0xadf4-0xadf8 (4) 0xadf0| a2 63 2e 2a | .c.* | position_lat: 59.31732343509793 (707683234) 0xadf8-0xadfc (4) 0xadf0| 90 ff d5 0c| ....| position_long: 18.050527721643448 (215351184) 0xadfc-0xae00 (4) 0xae00|6e e1 3d 00 |n.=. | distance: 40554.06 (4055406) (m) 0xae00-0xae04 (4) @@ -32732,7 +32732,7 @@ $ fq -d fit dv activity.fit 0xae00| 06 | . | reserved: false 0xae0a.3-0xae0a.4 (0.1) 0xae00| 06 | . | local_message_type: 6 0xae0a.4-0xae0b (0.4) | | | data_message{}: 0xae0b-0xae21 (22) -0xae00| 26 e1 56 3f | &.V? | timestamp: 1062658342 (s) 0xae0b-0xae0f (4) +0xae00| 26 e1 56 3f | &.V? | timestamp: 1062658342 (2023-09-03T06:52:22Z) 0xae0b-0xae0f (4) 0xae00| 29| )| position_lat: 59.31714163161814 (707681065) 0xae0f-0xae13 (4) 0xae10|5b 2e 2a |[.* | 0xae10| cf 04 d6 0c | .... | position_long: 18.05064029060304 (215352527) 0xae13-0xae17 (4) @@ -32749,7 +32749,7 @@ $ fq -d fit dv activity.fit 0xae20| 06 | . | reserved: false 0xae21.3-0xae21.4 (0.1) 0xae20| 06 | . | local_message_type: 6 0xae21.4-0xae22 (0.4) | | | data_message{}: 0xae22-0xae38 (22) -0xae20| 27 e1 56 3f | '.V? | timestamp: 1062658343 (s) 0xae22-0xae26 (4) +0xae20| 27 e1 56 3f | '.V? | timestamp: 1062658343 (2023-09-03T06:52:23Z) 0xae22-0xae26 (4) 0xae20| 39 57 2e 2a | 9W.* | position_lat: 59.31705714203417 (707680057) 0xae26-0xae2a (4) 0xae20| 03 07 d6 0c | .... | position_long: 18.05068756453693 (215353091) 0xae2a-0xae2e (4) 0xae20| 8d ed| ..| distance: 40585.09 (4058509) (m) 0xae2e-0xae32 (4) @@ -32766,7 +32766,7 @@ $ fq -d fit dv activity.fit 0xae30| 06 | . | reserved: false 0xae38.3-0xae38.4 (0.1) 0xae30| 06 | . | local_message_type: 6 0xae38.4-0xae39 (0.4) | | | data_message{}: 0xae39-0xae4f (22) -0xae30| 2a e1 56 3f | *.V? | timestamp: 1062658346 (s) 0xae39-0xae3d (4) +0xae30| 2a e1 56 3f | *.V? | timestamp: 1062658346 (2023-09-03T06:52:26Z) 0xae39-0xae3d (4) 0xae30| 82 4b 2e| .K.| position_lat: 59.31680576875806 (707677058) 0xae3d-0xae41 (4) 0xae40|2a |* | 0xae40| 42 0c d6 0c | B... | position_long: 18.050800133496523 (215354434) 0xae41-0xae45 (4) @@ -32783,7 +32783,7 @@ $ fq -d fit dv activity.fit 0xae40| 06| .| reserved: false 0xae4f.3-0xae4f.4 (0.1) 0xae40| 06| .| local_message_type: 6 0xae4f.4-0xae50 (0.4) | | | data_message{}: 0xae50-0xae66 (22) -0xae50|2d e1 56 3f |-.V? | timestamp: 1062658349 (s) 0xae50-0xae54 (4) +0xae50|2d e1 56 3f |-.V? | timestamp: 1062658349 (2023-09-03T06:52:29Z) 0xae50-0xae54 (4) 0xae50| 32 40 2e 2a | 2@.* | position_lat: 59.31656302884221 (707674162) 0xae54-0xae58 (4) 0xae50| 79 12 d6 0c | y... | position_long: 18.050933489575982 (215356025) 0xae58-0xae5c (4) 0xae50| be 03 3e 00| ..>.| distance: 40641.9 (4064190) (m) 0xae5c-0xae60 (4) @@ -32799,7 +32799,7 @@ $ fq -d fit dv activity.fit 0xae60| 06 | . | reserved: false 0xae66.3-0xae66.4 (0.1) 0xae60| 06 | . | local_message_type: 6 0xae66.4-0xae67 (0.4) | | | data_message{}: 0xae67-0xae7d (22) -0xae60| 30 e1 56 3f | 0.V? | timestamp: 1062658352 (s) 0xae67-0xae6b (4) +0xae60| 30 e1 56 3f | 0.V? | timestamp: 1062658352 (2023-09-03T06:52:32Z) 0xae67-0xae6b (4) 0xae60| fa 34 2e 2a | .4.* | position_lat: 59.316322300583124 (707671290) 0xae6b-0xae6f (4) 0xae60| 50| P| position_long: 18.051058799028397 (215357520) 0xae6f-0xae73 (4) 0xae70|18 d6 0c |... | @@ -32816,7 +32816,7 @@ $ fq -d fit dv activity.fit 0xae70| 06 | . | reserved: false 0xae7d.3-0xae7d.4 (0.1) 0xae70| 06 | . | local_message_type: 6 0xae7d.4-0xae7e (0.4) | | | data_message{}: 0xae7e-0xae94 (22) -0xae70| 33 e1| 3.| timestamp: 1062658355 (s) 0xae7e-0xae82 (4) +0xae70| 33 e1| 3.| timestamp: 1062658355 (2023-09-03T06:52:35Z) 0xae7e-0xae82 (4) 0xae80|56 3f |V? | 0xae80| d3 29 2e 2a | .).* | position_lat: 59.31608299724758 (707668435) 0xae82-0xae86 (4) 0xae80| 08 1e d6 0c | .... | position_long: 18.051181510090828 (215358984) 0xae86-0xae8a (4) @@ -32833,7 +32833,7 @@ $ fq -d fit dv activity.fit 0xae90| 06 | . | reserved: false 0xae94.3-0xae94.4 (0.1) 0xae90| 06 | . | local_message_type: 6 0xae94.4-0xae95 (0.4) | | | data_message{}: 0xae95-0xaeab (22) -0xae90| 36 e1 56 3f | 6.V? | timestamp: 1062658358 (s) 0xae95-0xae99 (4) +0xae90| 36 e1 56 3f | 6.V? | timestamp: 1062658358 (2023-09-03T06:52:38Z) 0xae95-0xae99 (4) 0xae90| b8 1e 2e 2a | ...* | position_lat: 59.31584469974041 (707665592) 0xae99-0xae9d (4) 0xae90| 43 23 d6| C#.| position_long: 18.051293743774295 (215360323) 0xae9d-0xaea1 (4) 0xaea0|0c |. | @@ -32850,7 +32850,7 @@ $ fq -d fit dv activity.fit 0xaea0| 06 | . | reserved: false 0xaeab.3-0xaeab.4 (0.1) 0xaea0| 06 | . | local_message_type: 6 0xaeab.4-0xaeac (0.4) | | | data_message{}: 0xaeac-0xaec2 (22) -0xaea0| 39 e1 56 3f| 9.V?| timestamp: 1062658361 (s) 0xaeac-0xaeb0 (4) +0xaea0| 39 e1 56 3f| 9.V?| timestamp: 1062658361 (2023-09-03T06:52:41Z) 0xaeac-0xaeb0 (4) 0xaeb0|fb 13 2e 2a |...* | position_lat: 59.315614281222224 (707662843) 0xaeb0-0xaeb4 (4) 0xaeb0| 7d 28 d6 0c | }(.. | position_long: 18.05140589363873 (215361661) 0xaeb4-0xaeb8 (4) 0xaeb0| 59 2e 3e 00 | Y.>. | distance: 40750.97 (4075097) (m) 0xaeb8-0xaebc (4) @@ -32866,7 +32866,7 @@ $ fq -d fit dv activity.fit 0xaec0| 06 | . | reserved: false 0xaec2.3-0xaec2.4 (0.1) 0xaec0| 06 | . | local_message_type: 6 0xaec2.4-0xaec3 (0.4) | | | data_message{}: 0xaec3-0xaed9 (22) -0xaec0| 3c e1 56 3f | <.V? | timestamp: 1062658364 (s) 0xaec3-0xaec7 (4) +0xaec0| 3c e1 56 3f | <.V? | timestamp: 1062658364 (2023-09-03T06:52:44Z) 0xaec3-0xaec7 (4) 0xaec0| 4f 09 2e 2a | O..* | position_lat: 59.31538528762758 (707660111) 0xaec7-0xaecb (4) 0xaec0| 7a 2d d6 0c | z-.. | position_long: 18.05151293054223 (215362938) 0xaecb-0xaecf (4) 0xaec0| 96| .| distance: 40777.18 (4077718) (m) 0xaecf-0xaed3 (4) @@ -32883,7 +32883,7 @@ $ fq -d fit dv activity.fit 0xaed0| 06 | . | reserved: false 0xaed9.3-0xaed9.4 (0.1) 0xaed0| 06 | . | local_message_type: 6 0xaed9.4-0xaeda (0.4) | | | data_message{}: 0xaeda-0xaef0 (22) -0xaed0| 3f e1 56 3f | ?.V? | timestamp: 1062658367 (s) 0xaeda-0xaede (4) +0xaed0| 3f e1 56 3f | ?.V? | timestamp: 1062658367 (2023-09-03T06:52:47Z) 0xaeda-0xaede (4) 0xaed0| a1 fe| ..| position_lat: 59.31515612639487 (707657377) 0xaede-0xaee2 (4) 0xaee0|2d 2a |-* | 0xaee0| 6a 32 d6 0c | j2.. | position_long: 18.05161887779832 (215364202) 0xaee2-0xaee6 (4) @@ -32900,7 +32900,7 @@ $ fq -d fit dv activity.fit 0xaef0|06 |. | reserved: false 0xaef0.3-0xaef0.4 (0.1) 0xaef0|06 |. | local_message_type: 6 0xaef0.4-0xaef1 (0.4) | | | data_message{}: 0xaef1-0xaf07 (22) -0xaef0| 42 e1 56 3f | B.V? | timestamp: 1062658370 (s) 0xaef1-0xaef5 (4) +0xaef0| 42 e1 56 3f | B.V? | timestamp: 1062658370 (2023-09-03T06:52:50Z) 0xaef1-0xaef5 (4) 0xaef0| f8 f3 2d 2a | ..-* | position_lat: 59.31492738425732 (707654648) 0xaef5-0xaef9 (4) 0xaef0| 2d 37 d6 0c | -7.. | position_long: 18.05172105319798 (215365421) 0xaef9-0xaefd (4) 0xaef0| 09 4d 3e| .M>| distance: 40829.53 (4082953) (m) 0xaefd-0xaf01 (4) @@ -32917,7 +32917,7 @@ $ fq -d fit dv activity.fit 0xaf00| 06 | . | reserved: false 0xaf07.3-0xaf07.4 (0.1) 0xaf00| 06 | . | local_message_type: 6 0xaf07.4-0xaf08 (0.4) | | | data_message{}: 0xaf08-0xaf1e (22) -0xaf00| 45 e1 56 3f | E.V? | timestamp: 1062658373 (s) 0xaf08-0xaf0c (4) +0xaf00| 45 e1 56 3f | E.V? | timestamp: 1062658373 (2023-09-03T06:52:53Z) 0xaf08-0xaf0c (4) 0xaf00| 1f e9 2d 2a| ..-*| position_lat: 59.31469461880624 (707651871) 0xaf0c-0xaf10 (4) 0xaf10|13 3c d6 0c |.<.. | position_long: 18.05182616226375 (215366675) 0xaf10-0xaf14 (4) 0xaf10| 6f 57 3e 00 | oW>. | distance: 40856.15 (4085615) (m) 0xaf14-0xaf18 (4) @@ -32933,7 +32933,7 @@ $ fq -d fit dv activity.fit 0xaf10| 06 | . | reserved: false 0xaf1e.3-0xaf1e.4 (0.1) 0xaf10| 06 | . | local_message_type: 6 0xaf1e.4-0xaf1f (0.4) | | | data_message{}: 0xaf1f-0xaf35 (22) -0xaf10| 48| H| timestamp: 1062658376 (s) 0xaf1f-0xaf23 (4) +0xaf10| 48| H| timestamp: 1062658376 (2023-09-03T06:52:56Z) 0xaf1f-0xaf23 (4) 0xaf20|e1 56 3f |.V? | 0xaf20| a7 de 2d 2a | ..-* | position_lat: 59.314469983801246 (707649191) 0xaf23-0xaf27 (4) 0xaf20| 5a 41 d6 0c | ZA.. | position_long: 18.0519394017756 (215368026) 0xaf27-0xaf2b (4) @@ -32951,7 +32951,7 @@ $ fq -d fit dv activity.fit 0xaf30| 06 | . | reserved: false 0xaf35.3-0xaf35.4 (0.1) 0xaf30| 06 | . | local_message_type: 6 0xaf35.4-0xaf36 (0.4) | | | data_message{}: 0xaf36-0xaf4c (22) -0xaf30| 4b e1 56 3f | K.V? | timestamp: 1062658379 (s) 0xaf36-0xaf3a (4) +0xaf30| 4b e1 56 3f | K.V? | timestamp: 1062658379 (2023-09-03T06:52:59Z) 0xaf36-0xaf3a (4) 0xaf30| 33 d4 2d 2a | 3.-* | position_lat: 59.314245684072375 (707646515) 0xaf3a-0xaf3e (4) 0xaf30| 81 46| .F| position_long: 18.05204995907843 (215369345) 0xaf3e-0xaf42 (4) 0xaf40|d6 0c |.. | @@ -32968,7 +32968,7 @@ $ fq -d fit dv activity.fit 0xaf40| 06 | . | reserved: false 0xaf4c.3-0xaf4c.4 (0.1) 0xaf40| 06 | . | local_message_type: 6 0xaf4c.4-0xaf4d (0.4) | | | data_message{}: 0xaf4d-0xaf63 (22) -0xaf40| 4e e1 56| N.V| timestamp: 1062658382 (s) 0xaf4d-0xaf51 (4) +0xaf40| 4e e1 56| N.V| timestamp: 1062658382 (2023-09-03T06:53:02Z) 0xaf4d-0xaf51 (4) 0xaf50|3f |? | 0xaf50| ed c9 2d 2a | ..-* | position_lat: 59.314025240018964 (707643885) 0xaf51-0xaf55 (4) 0xaf50| 8f 4b d6 0c | .K.. | position_long: 18.05215842090547 (215370639) 0xaf55-0xaf59 (4) @@ -32986,7 +32986,7 @@ $ fq -d fit dv activity.fit 0xaf60| 06 | . | reserved: false 0xaf63.3-0xaf63.4 (0.1) 0xaf60| 06 | . | local_message_type: 6 0xaf63.4-0xaf64 (0.4) | | | data_message{}: 0xaf64-0xaf7a (22) -0xaf60| 51 e1 56 3f | Q.V? | timestamp: 1062658385 (s) 0xaf64-0xaf68 (4) +0xaf60| 51 e1 56 3f | Q.V? | timestamp: 1062658385 (2023-09-03T06:53:05Z) 0xaf64-0xaf68 (4) 0xaf60| 39 c0 2d 2a | 9.-* | position_lat: 59.31381703354418 (707641401) 0xaf68-0xaf6c (4) 0xaf60| ca 50 d6 0c| .P..| position_long: 18.052270654588938 (215371978) 0xaf6c-0xaf70 (4) 0xaf70|e2 7e 3e 00 |.~>. | distance: 40957.14 (4095714) (m) 0xaf70-0xaf74 (4) @@ -33002,7 +33002,7 @@ $ fq -d fit dv activity.fit 0xaf70| 06 | . | reserved: false 0xaf7a.3-0xaf7a.4 (0.1) 0xaf70| 06 | . | local_message_type: 6 0xaf7a.4-0xaf7b (0.4) | | | data_message{}: 0xaf7b-0xaf91 (22) -0xaf70| 54 e1 56 3f | T.V? | timestamp: 1062658388 (s) 0xaf7b-0xaf7f (4) +0xaf70| 54 e1 56 3f | T.V? | timestamp: 1062658388 (2023-09-03T06:53:08Z) 0xaf7b-0xaf7f (4) 0xaf70| af| .| position_lat: 59.31363380514085 (707639215) 0xaf7f-0xaf83 (4) 0xaf80|b7 2d 2a |.-* | 0xaf80| d6 57 d6 0c | .W.. | position_long: 18.052421864122152 (215373782) 0xaf83-0xaf87 (4) @@ -33019,7 +33019,7 @@ $ fq -d fit dv activity.fit 0xaf90| 06 | . | reserved: false 0xaf91.3-0xaf91.4 (0.1) 0xaf90| 06 | . | local_message_type: 6 0xaf91.4-0xaf92 (0.4) | | | data_message{}: 0xaf92-0xafa8 (22) -0xaf90| 57 e1 56 3f | W.V? | timestamp: 1062658391 (s) 0xaf92-0xaf96 (4) +0xaf90| 57 e1 56 3f | W.V? | timestamp: 1062658391 (2023-09-03T06:53:11Z) 0xaf92-0xaf96 (4) 0xaf90| d4 af 2d 2a | ..-* | position_lat: 59.31346524506807 (707637204) 0xaf96-0xaf9a (4) 0xaf90| 04 5f d6 0c | ._.. | position_long: 18.052575923502445 (215375620) 0xaf9a-0xaf9e (4) 0xaf90| a2 8f| ..| distance: 41000.02 (4100002) (m) 0xaf9e-0xafa2 (4) @@ -33036,8 +33036,8 @@ $ fq -d fit dv activity.fit 0xafa0| 08 | . | reserved: false 0xafa8.3-0xafa8.4 (0.1) 0xafa0| 08 | . | local_message_type: 8 0xafa8.4-0xafa9 (0.4) | | | data_message{}: 0xafa9-0xafdf (54) -0xafa0| 57 e1 56 3f | W.V? | timestamp: 1062658391 (s) 0xafa9-0xafad (4) -0xafa0| c2 e0 56| ..V| start_time: 1062658242 0xafad-0xafb1 (4) +0xafa0| 57 e1 56 3f | W.V? | timestamp: 1062658391 (2023-09-03T06:53:11Z) 0xafa9-0xafad (4) +0xafa0| c2 e0 56| ..V| start_time: 1062658242 (2023-09-03T06:50:42Z) 0xafad-0xafb1 (4) 0xafb0|3f |? | 0xafb0| 8e 36 2e 2a | .6.* | start_position_lat: 59.31635616347194 (707671694) 0xafb1-0xafb5 (4) 0xafb0| 1e 55 d4 0c | .U.. | start_position_long: 18.04137719795108 (215242014) 0xafb5-0xafb9 (4) @@ -33069,7 +33069,7 @@ $ fq -d fit dv activity.fit 0xafd0| 06| .| reserved: false 0xafdf.3-0xafdf.4 (0.1) 0xafd0| 06| .| local_message_type: 6 0xafdf.4-0xafe0 (0.4) | | | data_message{}: 0xafe0-0xaff6 (22) -0xafe0|5b e1 56 3f |[.V? | timestamp: 1062658395 (s) 0xafe0-0xafe4 (4) +0xafe0|5b e1 56 3f |[.V? | timestamp: 1062658395 (2023-09-03T06:53:15Z) 0xafe0-0xafe4 (4) 0xafe0| 63 a6 2d 2a | c.-* | position_lat: 59.31326265446842 (707634787) 0xafe4-0xafe8 (4) 0xafe0| 55 68 d6 0c | Uh.. | position_long: 18.052775831893086 (215378005) 0xafe8-0xafec (4) 0xafe0| 83 99 3e 00| ..>.| distance: 41025.31 (4102531) (m) 0xafec-0xaff0 (4) @@ -33085,7 +33085,7 @@ $ fq -d fit dv activity.fit 0xaff0| 06 | . | reserved: false 0xaff6.3-0xaff6.4 (0.1) 0xaff0| 06 | . | local_message_type: 6 0xaff6.4-0xaff7 (0.4) | | | data_message{}: 0xaff7-0xb00d (22) -0xaff0| 5f e1 56 3f | _.V? | timestamp: 1062658399 (s) 0xaff7-0xaffb (4) +0xaff0| 5f e1 56 3f | _.V? | timestamp: 1062658399 (2023-09-03T06:53:19Z) 0xaff7-0xaffb (4) 0xaff0| ba 9d 2d 2a | ..-* | position_lat: 59.313076827675104 (707632570) 0xaffb-0xafff (4) 0xaff0| 1b| .| position_long: 18.05298554711044 (215380507) 0xafff-0xb003 (4) 0xb000|72 d6 0c |r.. | @@ -33102,7 +33102,7 @@ $ fq -d fit dv activity.fit 0xb000| 06 | . | reserved: false 0xb00d.3-0xb00d.4 (0.1) 0xb000| 06 | . | local_message_type: 6 0xb00d.4-0xb00e (0.4) | | | data_message{}: 0xb00e-0xb024 (22) -0xb000| 63 e1| c.| timestamp: 1062658403 (s) 0xb00e-0xb012 (4) +0xb000| 63 e1| c.| timestamp: 1062658403 (2023-09-03T06:53:23Z) 0xb00e-0xb012 (4) 0xb010|56 3f |V? | 0xb010| 4f 95 2d 2a | O.-* | position_lat: 59.31289619766176 (707630415) 0xb012-0xb016 (4) 0xb010| 6d 7c d6 0c | m|.. | position_long: 18.05320699699223 (215383149) 0xb016-0xb01a (4) @@ -33119,7 +33119,7 @@ $ fq -d fit dv activity.fit 0xb020| 06 | . | reserved: false 0xb024.3-0xb024.4 (0.1) 0xb020| 06 | . | local_message_type: 6 0xb024.4-0xb025 (0.4) | | | data_message{}: 0xb025-0xb03b (22) -0xb020| 67 e1 56 3f | g.V? | timestamp: 1062658407 (s) 0xb025-0xb029 (4) +0xb020| 67 e1 56 3f | g.V? | timestamp: 1062658407 (2023-09-03T06:53:27Z) 0xb025-0xb029 (4) 0xb020| 35 8d 2d 2a | 5.-* | position_lat: 59.31272235698998 (707628341) 0xb029-0xb02d (4) 0xb020| f9 85 d6| ...| position_long: 18.053411850705743 (215385593) 0xb02d-0xb031 (4) 0xb030|0c |. | @@ -33136,7 +33136,7 @@ $ fq -d fit dv activity.fit 0xb030| 06 | . | reserved: false 0xb03b.3-0xb03b.4 (0.1) 0xb030| 06 | . | local_message_type: 6 0xb03b.4-0xb03c (0.4) | | | data_message{}: 0xb03c-0xb052 (22) -0xb030| 6b e1 56 3f| k.V?| timestamp: 1062658411 (s) 0xb03c-0xb040 (4) +0xb030| 6b e1 56 3f| k.V?| timestamp: 1062658411 (2023-09-03T06:53:31Z) 0xb03c-0xb040 (4) 0xb040|c9 85 2d 2a |..-* | position_lat: 59.31256310082972 (707626441) 0xb040-0xb044 (4) 0xb040| a7 90 d6 0c | .... | position_long: 18.053641011938453 (215388327) 0xb044-0xb048 (4) 0xb040| 8e bd 3e 00 | ..>. | distance: 41117.58 (4111758) (m) 0xb048-0xb04c (4) @@ -33152,7 +33152,7 @@ $ fq -d fit dv activity.fit 0xb050| 06 | . | reserved: false 0xb052.3-0xb052.4 (0.1) 0xb050| 06 | . | local_message_type: 6 0xb052.4-0xb053 (0.4) | | | data_message{}: 0xb053-0xb069 (22) -0xb050| 6f e1 56 3f | o.V? | timestamp: 1062658415 (s) 0xb053-0xb057 (4) +0xb050| 6f e1 56 3f | o.V? | timestamp: 1062658415 (2023-09-03T06:53:35Z) 0xb053-0xb057 (4) 0xb050| 35 7e 2d 2a | 5~-* | position_lat: 59.31240049190819 (707624501) 0xb057-0xb05b (4) 0xb050| ac 9c d6 0c | .... | position_long: 18.05389892309904 (215391404) 0xb05b-0xb05f (4) 0xb050| ab| .| distance: 41140.91 (4114091) (m) 0xb05f-0xb063 (4) @@ -33169,7 +33169,7 @@ $ fq -d fit dv activity.fit 0xb060| 06 | . | reserved: false 0xb069.3-0xb069.4 (0.1) 0xb060| 06 | . | local_message_type: 6 0xb069.4-0xb06a (0.4) | | | data_message{}: 0xb06a-0xb080 (22) -0xb060| 73 e1 56 3f | s.V? | timestamp: 1062658419 (s) 0xb06a-0xb06e (4) +0xb060| 73 e1 56 3f | s.V? | timestamp: 1062658419 (2023-09-03T06:53:39Z) 0xb06a-0xb06e (4) 0xb060| fc 76| .v| position_lat: 59.31224551051855 (707622652) 0xb06e-0xb072 (4) 0xb070|2d 2a |-* | 0xb070| 1e aa d6 0c | .... | position_long: 18.054187428206205 (215394846) 0xb072-0xb076 (4) @@ -33186,7 +33186,7 @@ $ fq -d fit dv activity.fit 0xb080|06 |. | reserved: false 0xb080.3-0xb080.4 (0.1) 0xb080|06 |. | local_message_type: 6 0xb080.4-0xb081 (0.4) | | | data_message{}: 0xb081-0xb097 (22) -0xb080| 76 e1 56 3f | v.V? | timestamp: 1062658422 (s) 0xb081-0xb085 (4) +0xb080| 76 e1 56 3f | v.V? | timestamp: 1062658422 (2023-09-03T06:53:42Z) 0xb081-0xb085 (4) 0xb080| 1c 72 2d 2a | .r-* | position_lat: 59.31214090436697 (707621404) 0xb085-0xb089 (4) 0xb080| 09 b5 d6 0c | .... | position_long: 18.05442170239985 (215397641) 0xb089-0xb08d (4) 0xb080| e7 d6 3e| ..>| distance: 41182.47 (4118247) (m) 0xb08d-0xb091 (4) @@ -33203,7 +33203,7 @@ $ fq -d fit dv activity.fit 0xb090| 06 | . | reserved: false 0xb097.3-0xb097.4 (0.1) 0xb090| 06 | . | local_message_type: 6 0xb097.4-0xb098 (0.4) | | | data_message{}: 0xb098-0xb0ae (22) -0xb090| 7a e1 56 3f | z.V? | timestamp: 1062658426 (s) 0xb098-0xb09c (4) +0xb090| 7a e1 56 3f | z.V? | timestamp: 1062658426 (2023-09-03T06:53:46Z) 0xb098-0xb09c (4) 0xb090| 98 6b 2d 2a| .k-*| position_lat: 59.31200109422207 (707619736) 0xb09c-0xb0a0 (4) 0xb0a0|be c4 d6 0c |.... | position_long: 18.054758738726377 (215401662) 0xb0a0-0xb0a4 (4) 0xb0a0| 8f e0 3e 00 | ..>. | distance: 41207.19 (4120719) (m) 0xb0a4-0xb0a8 (4) @@ -33219,7 +33219,7 @@ $ fq -d fit dv activity.fit 0xb0a0| 06 | . | reserved: false 0xb0ae.3-0xb0ae.4 (0.1) 0xb0a0| 06 | . | local_message_type: 6 0xb0ae.4-0xb0af (0.4) | | | data_message{}: 0xb0af-0xb0c5 (22) -0xb0a0| 7d| }| timestamp: 1062658429 (s) 0xb0af-0xb0b3 (4) +0xb0a0| 7d| }| timestamp: 1062658429 (2023-09-03T06:53:49Z) 0xb0af-0xb0b3 (4) 0xb0b0|e1 56 3f |.V? | 0xb0b0| d9 65 2d 2a | .e-* | position_lat: 59.311877796426415 (707618265) 0xb0b3-0xb0b7 (4) 0xb0b0| 18 d1 d6 0c | .... | position_long: 18.05502377450466 (215404824) 0xb0b7-0xb0bb (4) @@ -33237,7 +33237,7 @@ $ fq -d fit dv activity.fit 0xb0c0| 06 | . | reserved: false 0xb0c5.3-0xb0c5.4 (0.1) 0xb0c0| 06 | . | local_message_type: 6 0xb0c5.4-0xb0c6 (0.4) | | | data_message{}: 0xb0c6-0xb0dc (22) -0xb0c0| 80 e1 56 3f | ..V? | timestamp: 1062658432 (s) 0xb0c6-0xb0ca (4) +0xb0c0| 80 e1 56 3f | ..V? | timestamp: 1062658432 (2023-09-03T06:53:52Z) 0xb0c6-0xb0ca (4) 0xb0c0| 28 60 2d 2a | (`-* | position_lat: 59.311755672097206 (707616808) 0xb0ca-0xb0ce (4) 0xb0c0| 0a de| ..| position_long: 18.055301550775766 (215408138) 0xb0ce-0xb0d2 (4) 0xb0d0|d6 0c |.. | @@ -33254,7 +33254,7 @@ $ fq -d fit dv activity.fit 0xb0d0| 06 | . | reserved: false 0xb0dc.3-0xb0dc.4 (0.1) 0xb0d0| 06 | . | local_message_type: 6 0xb0dc.4-0xb0dd (0.4) | | | data_message{}: 0xb0dd-0xb0f3 (22) -0xb0d0| 83 e1 56| ..V| timestamp: 1062658435 (s) 0xb0dd-0xb0e1 (4) +0xb0d0| 83 e1 56| ..V| timestamp: 1062658435 (2023-09-03T06:53:55Z) 0xb0dd-0xb0e1 (4) 0xb0e0|3f |? | 0xb0e0| 50 5a 2d 2a | PZ-* | position_lat: 59.31163027882576 (707615312) 0xb0e1-0xb0e5 (4) 0xb0e0| c1 ea d6 0c | .... | position_long: 18.055574381724 (215411393) 0xb0e5-0xb0e9 (4) @@ -33272,7 +33272,7 @@ $ fq -d fit dv activity.fit 0xb0f0| 06 | . | reserved: false 0xb0f3.3-0xb0f3.4 (0.1) 0xb0f0| 06 | . | local_message_type: 6 0xb0f3.4-0xb0f4 (0.4) | | | data_message{}: 0xb0f4-0xb10a (22) -0xb0f0| 87 e1 56 3f | ..V? | timestamp: 1062658439 (s) 0xb0f4-0xb0f8 (4) +0xb0f0| 87 e1 56 3f | ..V? | timestamp: 1062658439 (2023-09-03T06:53:59Z) 0xb0f4-0xb0f8 (4) 0xb0f0| ff 52 2d 2a | .R-* | position_lat: 59.31147328577936 (707613439) 0xb0f8-0xb0fc (4) 0xb0f0| 38 fa d6 0c| 8...| position_long: 18.05590622127056 (215415352) 0xb0fc-0xb100 (4) 0xb100|e6 02 3f 00 |..?. | distance: 41295.1 (4129510) (m) 0xb100-0xb104 (4) @@ -33288,7 +33288,7 @@ $ fq -d fit dv activity.fit 0xb100| 06 | . | reserved: false 0xb10a.3-0xb10a.4 (0.1) 0xb100| 06 | . | local_message_type: 6 0xb10a.4-0xb10b (0.4) | | | data_message{}: 0xb10b-0xb121 (22) -0xb100| 8b e1 56 3f | ..V? | timestamp: 1062658443 (s) 0xb10b-0xb10f (4) +0xb100| 8b e1 56 3f | ..V? | timestamp: 1062658443 (2023-09-03T06:54:03Z) 0xb10b-0xb10f (4) 0xb100| 37| 7| position_lat: 59.3113277759403 (707611703) 0xb10f-0xb113 (4) 0xb110|4c 2d 2a |L-* | 0xb110| d0 08 d7 0c | .... | position_long: 18.05621936917305 (215419088) 0xb113-0xb117 (4) @@ -33305,7 +33305,7 @@ $ fq -d fit dv activity.fit 0xb120| 06 | . | reserved: false 0xb121.3-0xb121.4 (0.1) 0xb120| 06 | . | local_message_type: 6 0xb121.4-0xb122 (0.4) | | | data_message{}: 0xb122-0xb138 (22) -0xb120| 8f e1 56 3f | ..V? | timestamp: 1062658447 (s) 0xb122-0xb126 (4) +0xb120| 8f e1 56 3f | ..V? | timestamp: 1062658447 (2023-09-03T06:54:07Z) 0xb122-0xb126 (4) 0xb120| a9 45 2d 2a | .E-* | position_lat: 59.31118712760508 (707610025) 0xb126-0xb12a (4) 0xb120| 86 17 d7 0c | .... | position_long: 18.05653503164649 (215422854) 0xb12a-0xb12e (4) 0xb120| a1 15| ..| distance: 41343.05 (4134305) (m) 0xb12e-0xb132 (4) @@ -33322,7 +33322,7 @@ $ fq -d fit dv activity.fit 0xb130| 06 | . | reserved: false 0xb138.3-0xb138.4 (0.1) 0xb130| 06 | . | local_message_type: 6 0xb138.4-0xb139 (0.4) | | | data_message{}: 0xb139-0xb14f (22) -0xb130| 93 e1 56 3f | ..V? | timestamp: 1062658451 (s) 0xb139-0xb13d (4) +0xb130| 93 e1 56 3f | ..V? | timestamp: 1062658451 (2023-09-03T06:54:11Z) 0xb139-0xb13d (4) 0xb130| f4 3e 2d| .>-| position_lat: 59.311043210327625 (707608308) 0xb13d-0xb141 (4) 0xb140|2a |* | 0xb140| 39 27 d7 0c | 9'.. | position_long: 18.056871900334954 (215426873) 0xb141-0xb145 (4) @@ -33339,7 +33339,7 @@ $ fq -d fit dv activity.fit 0xb140| 06| .| reserved: false 0xb14f.3-0xb14f.4 (0.1) 0xb140| 06| .| local_message_type: 6 0xb14f.4-0xb150 (0.4) | | | data_message{}: 0xb150-0xb166 (22) -0xb150|97 e1 56 3f |..V? | timestamp: 1062658455 (s) 0xb150-0xb154 (4) +0xb150|97 e1 56 3f |..V? | timestamp: 1062658455 (2023-09-03T06:54:15Z) 0xb150-0xb154 (4) 0xb150| ec 38 2d 2a | .8-* | position_lat: 59.31091379374266 (707606764) 0xb154-0xb158 (4) 0xb150| 95 37 d7 0c | .7.. | position_long: 18.05722293443978 (215431061) 0xb158-0xb15c (4) 0xb150| 05 29 3f 00| .)?.| distance: 41392.69 (4139269) (m) 0xb15c-0xb160 (4) @@ -33355,7 +33355,7 @@ $ fq -d fit dv activity.fit 0xb160| 06 | . | reserved: false 0xb166.3-0xb166.4 (0.1) 0xb160| 06 | . | local_message_type: 6 0xb166.4-0xb167 (0.4) | | | data_message{}: 0xb167-0xb17d (22) -0xb160| 9b e1 56 3f | ..V? | timestamp: 1062658459 (s) 0xb167-0xb16b (4) +0xb160| 9b e1 56 3f | ..V? | timestamp: 1062658459 (2023-09-03T06:54:19Z) 0xb167-0xb16b (4) 0xb160| 0e 33 2d 2a | .3-* | position_lat: 59.31078789755702 (707605262) 0xb16b-0xb16f (4) 0xb160| d1| .| position_long: 18.05752837099135 (215434705) 0xb16f-0xb173 (4) 0xb170|45 d7 0c |E.. | @@ -33372,7 +33372,7 @@ $ fq -d fit dv activity.fit 0xb170| 06 | . | reserved: false 0xb17d.3-0xb17d.4 (0.1) 0xb170| 06 | . | local_message_type: 6 0xb17d.4-0xb17e (0.4) | | | data_message{}: 0xb17e-0xb194 (22) -0xb170| 9f e1| ..| timestamp: 1062658463 (s) 0xb17e-0xb182 (4) +0xb170| 9f e1| ..| timestamp: 1062658463 (2023-09-03T06:54:23Z) 0xb17e-0xb182 (4) 0xb180|56 3f |V? | 0xb180| a9 2d 2d 2a | .--* | position_lat: 59.31067214347422 (707603881) 0xb182-0xb186 (4) 0xb180| 0e 54 d7 0c | .T.. | position_long: 18.057833891361952 (215438350) 0xb186-0xb18a (4) @@ -33389,7 +33389,7 @@ $ fq -d fit dv activity.fit 0xb190| 06 | . | reserved: false 0xb194.3-0xb194.4 (0.1) 0xb190| 06 | . | local_message_type: 6 0xb194.4-0xb195 (0.4) | | | data_message{}: 0xb195-0xb1ab (22) -0xb190| a3 e1 56 3f | ..V? | timestamp: 1062658467 (s) 0xb195-0xb199 (4) +0xb190| a3 e1 56 3f | ..V? | timestamp: 1062658467 (2023-09-03T06:54:27Z) 0xb195-0xb199 (4) 0xb190| 00 29 2d 2a | .)-* | position_lat: 59.310572147369385 (707602688) 0xb199-0xb19d (4) 0xb190| 4e 63 d7| Nc.| position_long: 18.05816112086177 (215442254) 0xb19d-0xb1a1 (4) 0xb1a0|0c |. | @@ -33406,7 +33406,7 @@ $ fq -d fit dv activity.fit 0xb1a0| 06 | . | reserved: false 0xb1ab.3-0xb1ab.4 (0.1) 0xb1a0| 06 | . | local_message_type: 6 0xb1ab.4-0xb1ac (0.4) | | | data_message{}: 0xb1ac-0xb1c2 (22) -0xb1a0| a7 e1 56 3f| ..V?| timestamp: 1062658471 (s) 0xb1ac-0xb1b0 (4) +0xb1a0| a7 e1 56 3f| ..V?| timestamp: 1062658471 (2023-09-03T06:54:31Z) 0xb1ac-0xb1b0 (4) 0xb1b0|2b 24 2d 2a |+$-* | position_lat: 59.31046846322715 (707601451) 0xb1b0-0xb1b4 (4) 0xb1b0| 30 73 d7 0c | 0s.. | position_long: 18.058501929044724 (215446320) 0xb1b4-0xb1b8 (4) 0xb1b0| 7d 4b 3f 00 | }K?. | distance: 41480.93 (4148093) (m) 0xb1b8-0xb1bc (4) @@ -33422,7 +33422,7 @@ $ fq -d fit dv activity.fit 0xb1c0| 06 | . | reserved: false 0xb1c2.3-0xb1c2.4 (0.1) 0xb1c0| 06 | . | local_message_type: 6 0xb1c2.4-0xb1c3 (0.4) | | | data_message{}: 0xb1c3-0xb1d9 (22) -0xb1c0| ab e1 56 3f | ..V? | timestamp: 1062658475 (s) 0xb1c3-0xb1c7 (4) +0xb1c0| ab e1 56 3f | ..V? | timestamp: 1062658475 (2023-09-03T06:54:35Z) 0xb1c3-0xb1c7 (4) 0xb1c0| dd 1d 2d 2a | ..-* | position_lat: 59.310333179309964 (707599837) 0xb1c7-0xb1cb (4) 0xb1c0| fb 82 d7 0c | .... | position_long: 18.05884080938995 (215450363) 0xb1cb-0xb1cf (4) 0xb1c0| 0c| .| distance: 41505.4 (4150540) (m) 0xb1cf-0xb1d3 (4) @@ -33439,7 +33439,7 @@ $ fq -d fit dv activity.fit 0xb1d0| 06 | . | reserved: false 0xb1d9.3-0xb1d9.4 (0.1) 0xb1d0| 06 | . | local_message_type: 6 0xb1d9.4-0xb1da (0.4) | | | data_message{}: 0xb1da-0xb1f0 (22) -0xb1d0| af e1 56 3f | ..V? | timestamp: 1062658479 (s) 0xb1da-0xb1de (4) +0xb1d0| af e1 56 3f | ..V? | timestamp: 1062658479 (2023-09-03T06:54:39Z) 0xb1da-0xb1de (4) 0xb1d0| f8 17| ..| position_lat: 59.310206696391106 (707598328) 0xb1de-0xb1e2 (4) 0xb1e0|2d 2a |-* | 0xb1e0| fb 92 d7 0c | .... | position_long: 18.059184132143855 (215454459) 0xb1e2-0xb1e6 (4) @@ -33456,7 +33456,7 @@ $ fq -d fit dv activity.fit 0xb1f0|06 |. | reserved: false 0xb1f0.3-0xb1f0.4 (0.1) 0xb1f0|06 |. | local_message_type: 6 0xb1f0.4-0xb1f1 (0.4) | | | data_message{}: 0xb1f1-0xb207 (22) -0xb1f0| b3 e1 56 3f | ..V? | timestamp: 1062658483 (s) 0xb1f1-0xb1f5 (4) +0xb1f0| b3 e1 56 3f | ..V? | timestamp: 1062658483 (2023-09-03T06:54:43Z) 0xb1f1-0xb1f5 (4) 0xb1f0| 68 12 2d 2a | h.-* | position_lat: 59.31008733808994 (707596904) 0xb1f5-0xb1f9 (4) 0xb1f0| 9e a2 d7 0c | .... | position_long: 18.059519659727812 (215458462) 0xb1f9-0xb1fd (4) 0xb1f0| 8d 67 3f| .g?| distance: 41552.77 (4155277) (m) 0xb1fd-0xb201 (4) @@ -33473,7 +33473,7 @@ $ fq -d fit dv activity.fit 0xb200| 06 | . | reserved: false 0xb207.3-0xb207.4 (0.1) 0xb200| 06 | . | local_message_type: 6 0xb207.4-0xb208 (0.4) | | | data_message{}: 0xb208-0xb21e (22) -0xb200| b7 e1 56 3f | ..V? | timestamp: 1062658487 (s) 0xb208-0xb20c (4) +0xb200| b7 e1 56 3f | ..V? | timestamp: 1062658487 (2023-09-03T06:54:47Z) 0xb208-0xb20c (4) 0xb200| 5d 0d 2d 2a| ].-*| position_lat: 59.30997912772 (707595613) 0xb20c-0xb210 (4) 0xb210|bc b1 d7 0c |.... | position_long: 18.05984403938055 (215462332) 0xb210-0xb214 (4) 0xb210| 2d 70 3f 00 | -p?. | distance: 41574.85 (4157485) (m) 0xb214-0xb218 (4) @@ -33489,7 +33489,7 @@ $ fq -d fit dv activity.fit 0xb210| 06 | . | reserved: false 0xb21e.3-0xb21e.4 (0.1) 0xb210| 06 | . | local_message_type: 6 0xb21e.4-0xb21f (0.4) | | | data_message{}: 0xb21f-0xb235 (22) -0xb210| bb| .| timestamp: 1062658491 (s) 0xb21f-0xb223 (4) +0xb210| bb| .| timestamp: 1062658491 (2023-09-03T06:54:51Z) 0xb21f-0xb223 (4) 0xb220|e1 56 3f |.V? | 0xb220| 9f 08 2d 2a | ..-* | position_lat: 59.309877371415496 (707594399) 0xb223-0xb227 (4) 0xb220| 07 c0 d7 0c | .... | position_long: 18.060150733217597 (215465991) 0xb227-0xb22b (4) @@ -33507,7 +33507,7 @@ $ fq -d fit dv activity.fit 0xb230| 06 | . | reserved: false 0xb235.3-0xb235.4 (0.1) 0xb230| 06 | . | local_message_type: 6 0xb235.4-0xb236 (0.4) | | | data_message{}: 0xb236-0xb24c (22) -0xb230| bf e1 56 3f | ..V? | timestamp: 1062658495 (s) 0xb236-0xb23a (4) +0xb230| bf e1 56 3f | ..V? | timestamp: 1062658495 (2023-09-03T06:54:55Z) 0xb236-0xb23a (4) 0xb230| ac 03 2d 2a | ..-* | position_lat: 59.30977117270231 (707593132) 0xb23a-0xb23e (4) 0xb230| 9e cd| ..| position_long: 18.060442339628935 (215469470) 0xb23e-0xb242 (4) 0xb240|d7 0c |.. | @@ -33524,7 +33524,7 @@ $ fq -d fit dv activity.fit 0xb240| 06 | . | reserved: false 0xb24c.3-0xb24c.4 (0.1) 0xb240| 06 | . | local_message_type: 6 0xb24c.4-0xb24d (0.4) | | | data_message{}: 0xb24d-0xb263 (22) -0xb240| c4 e1 56| ..V| timestamp: 1062658500 (s) 0xb24d-0xb251 (4) +0xb240| c4 e1 56| ..V| timestamp: 1062658500 (2023-09-03T06:55:00Z) 0xb24d-0xb251 (4) 0xb250|3f |? | 0xb250| c9 fe 2c 2a | ..,* | position_lat: 59.30966631509364 (707591881) 0xb251-0xb255 (4) 0xb250| 46 de d7 0c | F... | position_long: 18.06079974398017 (215473734) 0xb255-0xb259 (4) @@ -33542,7 +33542,7 @@ $ fq -d fit dv activity.fit 0xb260| 06 | . | reserved: false 0xb263.3-0xb263.4 (0.1) 0xb260| 06 | . | local_message_type: 6 0xb263.4-0xb264 (0.4) | | | data_message{}: 0xb264-0xb27a (22) -0xb260| c8 e1 56 3f | ..V? | timestamp: 1062658504 (s) 0xb264-0xb268 (4) +0xb260| c8 e1 56 3f | ..V? | timestamp: 1062658504 (2023-09-03T06:55:04Z) 0xb264-0xb268 (4) 0xb260| 55 fa 2c 2a | U.,* | position_lat: 59.30957076139748 (707590741) 0xb268-0xb26c (4) 0xb260| 2b ec d7 0c| +...| position_long: 18.06109788827598 (215477291) 0xb26c-0xb270 (4) 0xb270|4b 91 3f 00 |K.?. | distance: 41659.63 (4165963) (m) 0xb270-0xb274 (4) @@ -33558,7 +33558,7 @@ $ fq -d fit dv activity.fit 0xb270| 06 | . | reserved: false 0xb27a.3-0xb27a.4 (0.1) 0xb270| 06 | . | local_message_type: 6 0xb27a.4-0xb27b (0.4) | | | data_message{}: 0xb27b-0xb291 (22) -0xb270| cc e1 56 3f | ..V? | timestamp: 1062658508 (s) 0xb27b-0xb27f (4) +0xb270| cc e1 56 3f | ..V? | timestamp: 1062658508 (2023-09-03T06:55:08Z) 0xb27b-0xb27f (4) 0xb270| 41| A| position_lat: 59.30946179665625 (707589441) 0xb27f-0xb283 (4) 0xb280|f5 2c 2a |.,* | 0xb280| 2b fc d7 0c | +... | position_long: 18.061441211029887 (215481387) 0xb283-0xb287 (4) @@ -33575,7 +33575,7 @@ $ fq -d fit dv activity.fit 0xb290| 06 | . | reserved: false 0xb291.3-0xb291.4 (0.1) 0xb290| 06 | . | local_message_type: 6 0xb291.4-0xb292 (0.4) | | | data_message{}: 0xb292-0xb2a8 (22) -0xb290| d0 e1 56 3f | ..V? | timestamp: 1062658512 (s) 0xb292-0xb296 (4) +0xb290| d0 e1 56 3f | ..V? | timestamp: 1062658512 (2023-09-03T06:55:12Z) 0xb292-0xb296 (4) 0xb290| bf ef 2c 2a | ..,* | position_lat: 59.30934361182153 (707588031) 0xb296-0xb29a (4) 0xb290| d9 0d d8 0c | .... | position_long: 18.06182057596743 (215485913) 0xb29a-0xb29e (4) 0xb290| 2a a4| *.| distance: 41707.94 (4170794) (m) 0xb29e-0xb2a2 (4) @@ -33592,7 +33592,7 @@ $ fq -d fit dv activity.fit 0xb2a0| 06 | . | reserved: false 0xb2a8.3-0xb2a8.4 (0.1) 0xb2a0| 06 | . | local_message_type: 6 0xb2a8.4-0xb2a9 (0.4) | | | data_message{}: 0xb2a9-0xb2bf (22) -0xb2a0| d3 e1 56 3f | ..V? | timestamp: 1062658515 (s) 0xb2a9-0xb2ad (4) +0xb2a0| d3 e1 56 3f | ..V? | timestamp: 1062658515 (2023-09-03T06:55:15Z) 0xb2a9-0xb2ad (4) 0xb2a0| 27 eb 2c| '.,| position_lat: 59.309245040640235 (707586855) 0xb2ad-0xb2b1 (4) 0xb2b0|2a |* | 0xb2b0| f7 1c d8 0c | .... | position_long: 18.06214495562017 (215489783) 0xb2b1-0xb2b5 (4) @@ -33609,7 +33609,7 @@ $ fq -d fit dv activity.fit 0xb2b0| 06| .| reserved: false 0xb2bf.3-0xb2bf.4 (0.1) 0xb2b0| 06| .| local_message_type: 6 0xb2bf.4-0xb2c0 (0.4) | | | data_message{}: 0xb2c0-0xb2d6 (22) -0xb2c0|d6 e1 56 3f |..V? | timestamp: 1062658518 (s) 0xb2c0-0xb2c4 (4) +0xb2c0|d6 e1 56 3f |..V? | timestamp: 1062658518 (2023-09-03T06:55:18Z) 0xb2c0-0xb2c4 (4) 0xb2c0| 24 e6 2c 2a | $.,* | position_lat: 59.309137500822544 (707585572) 0xb2c4-0xb2c8 (4) 0xb2c0| 10 2e d8 0c | .... | position_long: 18.062511831521988 (215494160) 0xb2c8-0xb2cc (4) 0xb2c0| f9 b5 3f 00| ..?.| distance: 41753.53 (4175353) (m) 0xb2cc-0xb2d0 (4) @@ -33625,7 +33625,7 @@ $ fq -d fit dv activity.fit 0xb2d0| 06 | . | reserved: false 0xb2d6.3-0xb2d6.4 (0.1) 0xb2d0| 06 | . | local_message_type: 6 0xb2d6.4-0xb2d7 (0.4) | | | data_message{}: 0xb2d7-0xb2ed (22) -0xb2d0| d9 e1 56 3f | ..V? | timestamp: 1062658521 (s) 0xb2d7-0xb2db (4) +0xb2d0| d9 e1 56 3f | ..V? | timestamp: 1062658521 (2023-09-03T06:55:21Z) 0xb2d7-0xb2db (4) 0xb2d0| 36 e1 2c 2a | 6.,* | position_lat: 59.30903172120452 (707584310) 0xb2db-0xb2df (4) 0xb2d0| 94| .| position_long: 18.0628876760602 (215498644) 0xb2df-0xb2e3 (4) 0xb2e0|3f d8 0c |?.. | @@ -33642,7 +33642,7 @@ $ fq -d fit dv activity.fit 0xb2e0| 06 | . | reserved: false 0xb2ed.3-0xb2ed.4 (0.1) 0xb2e0| 06 | . | local_message_type: 6 0xb2ed.4-0xb2ee (0.4) | | | data_message{}: 0xb2ee-0xb304 (22) -0xb2e0| dc e1| ..| timestamp: 1062658524 (s) 0xb2ee-0xb2f2 (4) +0xb2e0| dc e1| ..| timestamp: 1062658524 (2023-09-03T06:55:24Z) 0xb2ee-0xb2f2 (4) 0xb2f0|56 3f |V? | 0xb2f0| 1d dc 2c 2a | ..,* | position_lat: 59.30892233736813 (707583005) 0xb2f2-0xb2f6 (4) 0xb2f0| 9a 51 d8 0c | .Q.. | position_long: 18.063274417072535 (215503258) 0xb2f6-0xb2fa (4) @@ -33659,7 +33659,7 @@ $ fq -d fit dv activity.fit 0xb300| 06 | . | reserved: false 0xb304.3-0xb304.4 (0.1) 0xb300| 06 | . | local_message_type: 6 0xb304.4-0xb305 (0.4) | | | data_message{}: 0xb305-0xb31b (22) -0xb300| df e1 56 3f | ..V? | timestamp: 1062658527 (s) 0xb305-0xb309 (4) +0xb300| df e1 56 3f | ..V? | timestamp: 1062658527 (2023-09-03T06:55:27Z) 0xb305-0xb309 (4) 0xb300| d9 d6 2c 2a | ..,* | position_lat: 59.30880934931338 (707581657) 0xb309-0xb30d (4) 0xb300| da 63 d8| .c.| position_long: 18.06366601958871 (215507930) 0xb30d-0xb311 (4) 0xb310|0c |. | @@ -33676,7 +33676,7 @@ $ fq -d fit dv activity.fit 0xb310| 06 | . | reserved: false 0xb31b.3-0xb31b.4 (0.1) 0xb310| 06 | . | local_message_type: 6 0xb31b.4-0xb31c (0.4) | | | data_message{}: 0xb31c-0xb332 (22) -0xb310| e2 e1 56 3f| ..V?| timestamp: 1062658530 (s) 0xb31c-0xb320 (4) +0xb310| e2 e1 56 3f| ..V?| timestamp: 1062658530 (2023-09-03T06:55:30Z) 0xb31c-0xb320 (4) 0xb320|7e d1 2c 2a |~.,* | position_lat: 59.3086944334209 (707580286) 0xb320-0xb324 (4) 0xb320| 5b 76 d8 0c | [v.. | position_long: 18.064063070341945 (215512667) 0xb324-0xb328 (4) 0xb320| 80 dd 3f 00 | ..?. | distance: 41854.72 (4185472) (m) 0xb328-0xb32c (4) @@ -33692,7 +33692,7 @@ $ fq -d fit dv activity.fit 0xb330| 06 | . | reserved: false 0xb332.3-0xb332.4 (0.1) 0xb330| 06 | . | local_message_type: 6 0xb332.4-0xb333 (0.4) | | | data_message{}: 0xb333-0xb349 (22) -0xb330| e5 e1 56 3f | ..V? | timestamp: 1062658533 (s) 0xb333-0xb337 (4) +0xb330| e5 e1 56 3f | ..V? | timestamp: 1062658533 (2023-09-03T06:55:33Z) 0xb333-0xb337 (4) 0xb330| cb cb 2c 2a | ..,* | position_lat: 59.308572141453624 (707578827) 0xb337-0xb33b (4) 0xb330| ec 88 d8 0c | .... | position_long: 18.064461462199688 (215517420) 0xb33b-0xb33f (4) 0xb330| d7| .| distance: 41881.19 (4188119) (m) 0xb33f-0xb343 (4) @@ -33709,7 +33709,7 @@ $ fq -d fit dv activity.fit 0xb340| 06 | . | reserved: false 0xb349.3-0xb349.4 (0.1) 0xb340| 06 | . | local_message_type: 6 0xb349.4-0xb34a (0.4) | | | data_message{}: 0xb34a-0xb360 (22) -0xb340| e8 e1 56 3f | ..V? | timestamp: 1062658536 (s) 0xb34a-0xb34e (4) +0xb340| e8 e1 56 3f | ..V? | timestamp: 1062658536 (2023-09-03T06:55:36Z) 0xb34a-0xb34e (4) 0xb340| 63 c6| c.| position_lat: 59.30845613591373 (707577443) 0xb34e-0xb352 (4) 0xb350|2c 2a |,* | 0xb350| 7e 9c d8 0c | ~... | position_long: 18.064881395548582 (215522430) 0xb352-0xb356 (4) @@ -33726,7 +33726,7 @@ $ fq -d fit dv activity.fit 0xb360|06 |. | reserved: false 0xb360.3-0xb360.4 (0.1) 0xb360|06 |. | local_message_type: 6 0xb360.4-0xb361 (0.4) | | | data_message{}: 0xb361-0xb377 (22) -0xb360| eb e1 56 3f | ..V? | timestamp: 1062658539 (s) 0xb361-0xb365 (4) +0xb360| eb e1 56 3f | ..V? | timestamp: 1062658539 (2023-09-03T06:55:39Z) 0xb361-0xb365 (4) 0xb360| 15 c1 2c 2a | ..,* | position_lat: 59.30834230966866 (707576085) 0xb365-0xb369 (4) 0xb360| 4d b0 d8 0c | M... | position_long: 18.06530644185841 (215527501) 0xb369-0xb36d (4) 0xb360| 25 fd 3f| %.?| distance: 41935.73 (4193573) (m) 0xb36d-0xb371 (4) @@ -33743,7 +33743,7 @@ $ fq -d fit dv activity.fit 0xb370| 06 | . | reserved: false 0xb377.3-0xb377.4 (0.1) 0xb370| 06 | . | local_message_type: 6 0xb377.4-0xb378 (0.4) | | | data_message{}: 0xb378-0xb38e (22) -0xb370| ee e1 56 3f | ..V? | timestamp: 1062658542 (s) 0xb378-0xb37c (4) +0xb370| ee e1 56 3f | ..V? | timestamp: 1062658542 (2023-09-03T06:55:42Z) 0xb378-0xb37c (4) 0xb370| 8f bc 2c 2a| ..,*| position_lat: 59.308245247229934 (707574927) 0xb37c-0xb380 (4) 0xb380|16 c6 d8 0c |.... | position_long: 18.065773900598288 (215533078) 0xb380-0xb384 (4) 0xb380| 5e 08 40 00 | ^.@. | distance: 41964.46 (4196446) (m) 0xb384-0xb388 (4) @@ -33759,7 +33759,7 @@ $ fq -d fit dv activity.fit 0xb380| 06 | . | reserved: false 0xb38e.3-0xb38e.4 (0.1) 0xb380| 06 | . | local_message_type: 6 0xb38e.4-0xb38f (0.4) | | | data_message{}: 0xb38f-0xb3a5 (22) -0xb380| f1| .| timestamp: 1062658545 (s) 0xb38f-0xb393 (4) +0xb380| f1| .| timestamp: 1062658545 (2023-09-03T06:55:45Z) 0xb38f-0xb393 (4) 0xb390|e1 56 3f |.V? | 0xb390| 88 b7 2c 2a | ..,* | position_lat: 59.308137372136116 (707573640) 0xb393-0xb397 (4) 0xb390| 84 dc d8 0c | .... | position_long: 18.066255189478397 (215538820) 0xb397-0xb39b (4) @@ -33777,7 +33777,7 @@ $ fq -d fit dv activity.fit 0xb3a0| 06 | . | reserved: false 0xb3a5.3-0xb3a5.4 (0.1) 0xb3a0| 06 | . | local_message_type: 6 0xb3a5.4-0xb3a6 (0.4) | | | data_message{}: 0xb3a6-0xb3bc (22) -0xb3a0| f2 e1 56 3f | ..V? | timestamp: 1062658546 (s) 0xb3a6-0xb3aa (4) +0xb3a0| f2 e1 56 3f | ..V? | timestamp: 1062658546 (2023-09-03T06:55:46Z) 0xb3a6-0xb3aa (4) 0xb3a0| 9c b5 2c 2a | ..,* | position_lat: 59.30809613317251 (707573148) 0xb3aa-0xb3ae (4) 0xb3a0| f5 e3| ..| position_long: 18.066414864733815 (215540725) 0xb3ae-0xb3b2 (4) 0xb3b0|d8 0c |.. | @@ -33794,9 +33794,9 @@ $ fq -d fit dv activity.fit 0xb3b0| 08 | . | reserved: false 0xb3bc.3-0xb3bc.4 (0.1) 0xb3b0| 08 | . | local_message_type: 8 0xb3bc.4-0xb3bd (0.4) | | | data_message{}: 0xb3bd-0xb3f3 (54) -0xb3b0| f2 e1 56| ..V| timestamp: 1062658546 (s) 0xb3bd-0xb3c1 (4) +0xb3b0| f2 e1 56| ..V| timestamp: 1062658546 (2023-09-03T06:55:46Z) 0xb3bd-0xb3c1 (4) 0xb3c0|3f |? | -0xb3c0| 58 e1 56 3f | X.V? | start_time: 1062658392 0xb3c1-0xb3c5 (4) +0xb3c0| 58 e1 56 3f | X.V? | start_time: 1062658392 (2023-09-03T06:53:12Z) 0xb3c1-0xb3c5 (4) 0xb3c0| 5c ad 2d 2a | \.-* | start_position_lat: 59.31341227144003 (707636572) 0xb3c5-0xb3c9 (4) 0xb3c0| 5e 61 d6 0c | ^a.. | start_position_long: 18.052626382559538 (215376222) 0xb3c9-0xb3cd (4) 0xb3c0| 9c b5 2c| ..,| end_position_lat: 59.30809613317251 (707573148) 0xb3cd-0xb3d1 (4) @@ -33827,7 +33827,7 @@ $ fq -d fit dv activity.fit 0xb3f0| 06 | . | reserved: false 0xb3f3.3-0xb3f3.4 (0.1) 0xb3f0| 06 | . | local_message_type: 6 0xb3f3.4-0xb3f4 (0.4) | | | data_message{}: 0xb3f4-0xb40a (22) -0xb3f0| f4 e1 56 3f | ..V? | timestamp: 1062658548 (s) 0xb3f4-0xb3f8 (4) +0xb3f0| f4 e1 56 3f | ..V? | timestamp: 1062658548 (2023-09-03T06:55:48Z) 0xb3f4-0xb3f8 (4) 0xb3f0| 4d b2 2c 2a | M.,* | position_lat: 59.30802513845265 (707572301) 0xb3f8-0xb3fc (4) 0xb3f0| 35 f3 d8 0c| 5...| position_long: 18.066742094233632 (215544629) 0xb3fc-0xb400 (4) 0xb400|e9 1f 40 00 |..@. | distance: 42024.73 (4202473) (m) 0xb400-0xb404 (4) @@ -33843,7 +33843,7 @@ $ fq -d fit dv activity.fit 0xb400| 06 | . | reserved: false 0xb40a.3-0xb40a.4 (0.1) 0xb400| 06 | . | local_message_type: 6 0xb40a.4-0xb40b (0.4) | | | data_message{}: 0xb40b-0xb421 (22) -0xb400| f6 e1 56 3f | ..V? | timestamp: 1062658550 (s) 0xb40b-0xb40f (4) +0xb400| f6 e1 56 3f | ..V? | timestamp: 1062658550 (2023-09-03T06:55:50Z) 0xb40b-0xb40f (4) 0xb400| b8| .| position_lat: 59.307948276400566 (707571384) 0xb40f-0xb413 (4) 0xb410|ae 2c 2a |.,* | 0xb410| 24 03 d9 0c | $... | position_long: 18.067083992064 (215548708) 0xb413-0xb417 (4) @@ -33860,7 +33860,7 @@ $ fq -d fit dv activity.fit 0xb420| 06 | . | reserved: false 0xb421.3-0xb421.4 (0.1) 0xb420| 06 | . | local_message_type: 6 0xb421.4-0xb422 (0.4) | | | data_message{}: 0xb422-0xb438 (22) -0xb420| f8 e1 56 3f | ..V? | timestamp: 1062658552 (s) 0xb422-0xb426 (4) +0xb420| f8 e1 56 3f | ..V? | timestamp: 1062658552 (2023-09-03T06:55:52Z) 0xb422-0xb426 (4) 0xb420| db ab 2c 2a | ..,* | position_lat: 59.30788683705032 (707570651) 0xb426-0xb42a (4) 0xb420| ee 12 d9 0c | .... | position_long: 18.067422788590193 (215552750) 0xb42a-0xb42e (4) 0xb420| 33 30| 30| distance: 42066.43 (4206643) (m) 0xb42e-0xb432 (4) @@ -33888,7 +33888,7 @@ $ fq -d fit dv activity.fit 0xb440|06 |. | reserved: false 0xb440.3-0xb440.4 (0.1) 0xb440|06 |. | local_message_type: 6 0xb440.4-0xb441 (0.4) | | | data_message{}: 0xb441-0xb457 (22) -0xb440| fb e1 56 3f | ..V? | timestamp: 1062658555 (s) 0xb441-0xb445 (4) +0xb440| fb e1 56 3f | ..V? | timestamp: 1062658555 (2023-09-03T06:55:55Z) 0xb441-0xb445 (4) 0xb440| 26 a8 2c 2a | &.,* | position_lat: 59.30780729278922 (707569702) 0xb445-0xb449 (4) 0xb440| 3f 29 d9 0c | ?).. | position_long: 18.067901646718383 (215558463) 0xb449-0xb44d (4) 0xb440| 66 3b 40| f;@| distance: 42095.1 (4209510) (m) 0xb44d-0xb451 (4) @@ -33905,7 +33905,7 @@ $ fq -d fit dv activity.fit 0xb450| 06 | . | reserved: false 0xb457.3-0xb457.4 (0.1) 0xb450| 06 | . | local_message_type: 6 0xb457.4-0xb458 (0.4) | | | data_message{}: 0xb458-0xb46e (22) -0xb450| fe e1 56 3f | ..V? | timestamp: 1062658558 (s) 0xb458-0xb45c (4) +0xb450| fe e1 56 3f | ..V? | timestamp: 1062658558 (2023-09-03T06:55:58Z) 0xb458-0xb45c (4) 0xb450| ea a3 2c 2a| ..,*| position_lat: 59.30771643295884 (707568618) 0xb45c-0xb460 (4) 0xb460|dd 3e d9 0c |.>.. | position_long: 18.068365501239896 (215563997) 0xb460-0xb464 (4) 0xb460| 70 46 40 00 | pF@. | distance: 42123.36 (4212336) (m) 0xb464-0xb468 (4) @@ -33921,7 +33921,7 @@ $ fq -d fit dv activity.fit 0xb460| 06 | . | reserved: false 0xb46e.3-0xb46e.4 (0.1) 0xb460| 06 | . | local_message_type: 6 0xb46e.4-0xb46f (0.4) | | | data_message{}: 0xb46f-0xb485 (22) -0xb460| 01| .| timestamp: 1062658561 (s) 0xb46f-0xb473 (4) +0xb460| 01| .| timestamp: 1062658561 (2023-09-03T06:56:01Z) 0xb46f-0xb473 (4) 0xb470|e2 56 3f |.V? | 0xb470| f8 a0 2c 2a | ..,* | position_lat: 59.30765323340893 (707567864) 0xb473-0xb477 (4) 0xb470| f7 53 d9 0c | .S.. | position_long: 18.068818291649222 (215569399) 0xb477-0xb47b (4) @@ -33939,7 +33939,7 @@ $ fq -d fit dv activity.fit 0xb480| 06 | . | reserved: false 0xb485.3-0xb485.4 (0.1) 0xb480| 06 | . | local_message_type: 6 0xb485.4-0xb486 (0.4) | | | data_message{}: 0xb486-0xb49c (22) -0xb480| 04 e2 56 3f | ..V? | timestamp: 1062658564 (s) 0xb486-0xb48a (4) +0xb480| 04 e2 56 3f | ..V? | timestamp: 1062658564 (2023-09-03T06:56:04Z) 0xb486-0xb48a (4) 0xb480| 8c 9d 2c 2a | ..,* | position_lat: 59.307579807937145 (707566988) 0xb48a-0xb48e (4) 0xb480| e8 69| .i| position_long: 18.069289103150368 (215575016) 0xb48e-0xb492 (4) 0xb490|d9 0c |.. | @@ -33956,7 +33956,7 @@ $ fq -d fit dv activity.fit 0xb490| 06 | . | reserved: false 0xb49c.3-0xb49c.4 (0.1) 0xb490| 06 | . | local_message_type: 6 0xb49c.4-0xb49d (0.4) | | | data_message{}: 0xb49d-0xb4b3 (22) -0xb490| 07 e2 56| ..V| timestamp: 1062658567 (s) 0xb49d-0xb4a1 (4) +0xb490| 07 e2 56| ..V| timestamp: 1062658567 (2023-09-03T06:56:07Z) 0xb49d-0xb4a1 (4) 0xb4a0|3f |? | 0xb4a0| a6 9a 2c 2a | ..,* | position_lat: 59.30751761421561 (707566246) 0xb4a1-0xb4a5 (4) 0xb4a0| 30 80 d9 0c | 0... | position_long: 18.069767206907272 (215580720) 0xb4a5-0xb4a9 (4) @@ -33974,7 +33974,7 @@ $ fq -d fit dv activity.fit 0xb4b0| 06 | . | reserved: false 0xb4b3.3-0xb4b3.4 (0.1) 0xb4b0| 06 | . | local_message_type: 6 0xb4b3.4-0xb4b4 (0.4) | | | data_message{}: 0xb4b4-0xb4ca (22) -0xb4b0| 0a e2 56 3f | ..V? | timestamp: 1062658570 (s) 0xb4b4-0xb4b8 (4) +0xb4b0| 0a e2 56 3f | ..V? | timestamp: 1062658570 (2023-09-03T06:56:10Z) 0xb4b4-0xb4b8 (4) 0xb4b0| 9c 98 2c 2a | ..,* | position_lat: 59.30747386068106 (707565724) 0xb4b8-0xb4bc (4) 0xb4b0| 4f 96 d9 0c| O...| position_long: 18.070241874083877 (215586383) 0xb4bc-0xb4c0 (4) 0xb4c0|8d 71 40 00 |.q@. | distance: 42233.73 (4223373) (m) 0xb4c0-0xb4c4 (4) @@ -33990,7 +33990,7 @@ $ fq -d fit dv activity.fit 0xb4c0| 06 | . | reserved: false 0xb4ca.3-0xb4ca.4 (0.1) 0xb4c0| 06 | . | local_message_type: 6 0xb4ca.4-0xb4cb (0.4) | | | data_message{}: 0xb4cb-0xb4e1 (22) -0xb4c0| 0d e2 56 3f | ..V? | timestamp: 1062658573 (s) 0xb4cb-0xb4cf (4) +0xb4c0| 0d e2 56 3f | ..V? | timestamp: 1062658573 (2023-09-03T06:56:13Z) 0xb4cb-0xb4cf (4) 0xb4c0| 31| 1| position_lat: 59.307443434372544 (707565361) 0xb4cf-0xb4d3 (4) 0xb4d0|97 2c 2a |.,* | 0xb4d0| e6 ab d9 0c | .... | position_long: 18.070705141872168 (215591910) 0xb4d3-0xb4d7 (4) @@ -34007,7 +34007,7 @@ $ fq -d fit dv activity.fit 0xb4e0| 06 | . | reserved: false 0xb4e1.3-0xb4e1.4 (0.1) 0xb4e0| 06 | . | local_message_type: 6 0xb4e1.4-0xb4e2 (0.4) | | | data_message{}: 0xb4e2-0xb4f8 (22) -0xb4e0| 10 e2 56 3f | ..V? | timestamp: 1062658576 (s) 0xb4e2-0xb4e6 (4) +0xb4e0| 10 e2 56 3f | ..V? | timestamp: 1062658576 (2023-09-03T06:56:16Z) 0xb4e2-0xb4e6 (4) 0xb4e0| 07 96 2c 2a | ..,* | position_lat: 59.30741845630109 (707565063) 0xb4e6-0xb4ea (4) 0xb4e0| ba c1 d9 0c | .... | position_long: 18.071173522621393 (215597498) 0xb4ea-0xb4ee (4) 0xb4e0| 6a 86| j.| distance: 42287.14 (4228714) (m) 0xb4ee-0xb4f2 (4) @@ -34024,7 +34024,7 @@ $ fq -d fit dv activity.fit 0xb4f0| 06 | . | reserved: false 0xb4f8.3-0xb4f8.4 (0.1) 0xb4f0| 06 | . | local_message_type: 6 0xb4f8.4-0xb4f9 (0.4) | | | data_message{}: 0xb4f9-0xb50f (22) -0xb4f0| 13 e2 56 3f | ..V? | timestamp: 1062658579 (s) 0xb4f9-0xb4fd (4) +0xb4f0| 13 e2 56 3f | ..V? | timestamp: 1062658579 (2023-09-03T06:56:19Z) 0xb4f9-0xb4fd (4) 0xb4f0| c3 94 2c| ..,| position_lat: 59.30739129893482 (707564739) 0xb4fd-0xb501 (4) 0xb500|2a |* | 0xb500| 88 d7 d9 0c | .... | position_long: 18.07164140045643 (215603080) 0xb501-0xb505 (4) @@ -34041,7 +34041,7 @@ $ fq -d fit dv activity.fit 0xb500| 06| .| reserved: false 0xb50f.3-0xb50f.4 (0.1) 0xb500| 06| .| local_message_type: 6 0xb50f.4-0xb510 (0.4) | | | data_message{}: 0xb510-0xb526 (22) -0xb510|16 e2 56 3f |..V? | timestamp: 1062658582 (s) 0xb510-0xb514 (4) +0xb510|16 e2 56 3f |..V? | timestamp: 1062658582 (2023-09-03T06:56:22Z) 0xb510-0xb514 (4) 0xb510| 08 94 2c 2a | ..,* | position_lat: 59.30737562477589 (707564552) 0xb514-0xb518 (4) 0xb510| 81 ed d9 0c | .... | position_long: 18.072112882509828 (215608705) 0xb518-0xb51c (4) 0xb510| 64 9b 40 00| d.@.| distance: 42340.84 (4234084) (m) 0xb51c-0xb520 (4) @@ -34057,7 +34057,7 @@ $ fq -d fit dv activity.fit 0xb520| 06 | . | reserved: false 0xb526.3-0xb526.4 (0.1) 0xb520| 06 | . | local_message_type: 6 0xb526.4-0xb527 (0.4) | | | data_message{}: 0xb527-0xb53d (22) -0xb520| 19 e2 56 3f | ..V? | timestamp: 1062658585 (s) 0xb527-0xb52b (4) +0xb520| 19 e2 56 3f | ..V? | timestamp: 1062658585 (2023-09-03T06:56:25Z) 0xb527-0xb52b (4) 0xb520| e6 93 2c 2a | ..,* | position_lat: 59.30737277492881 (707564518) 0xb52b-0xb52f (4) 0xb520| 04| .| position_long: 18.072574473917484 (215614212) 0xb52f-0xb533 (4) 0xb530|03 da 0c |... | @@ -34074,7 +34074,7 @@ $ fq -d fit dv activity.fit 0xb530| 06 | . | reserved: false 0xb53d.3-0xb53d.4 (0.1) 0xb530| 06 | . | local_message_type: 6 0xb53d.4-0xb53e (0.4) | | | data_message{}: 0xb53e-0xb554 (22) -0xb530| 1c e2| ..| timestamp: 1062658588 (s) 0xb53e-0xb542 (4) +0xb530| 1c e2| ..| timestamp: 1062658588 (2023-09-03T06:56:28Z) 0xb53e-0xb542 (4) 0xb540|56 3f |V? | 0xb540| 7a 94 2c 2a | z.,* | position_lat: 59.3073851801455 (707564666) 0xb542-0xb546 (4) 0xb540| 7f 17 da 0c | .... | position_long: 18.073013937100768 (215619455) 0xb546-0xb54a (4) @@ -34091,7 +34091,7 @@ $ fq -d fit dv activity.fit 0xb550| 06 | . | reserved: false 0xb554.3-0xb554.4 (0.1) 0xb550| 06 | . | local_message_type: 6 0xb554.4-0xb555 (0.4) | | | data_message{}: 0xb555-0xb56b (22) -0xb550| 1f e2 56 3f | ..V? | timestamp: 1062658591 (s) 0xb555-0xb559 (4) +0xb550| 1f e2 56 3f | ..V? | timestamp: 1062658591 (2023-09-03T06:56:31Z) 0xb555-0xb559 (4) 0xb550| 82 95 2c 2a | ..,* | position_lat: 59.307407308369875 (707564930) 0xb559-0xb55d (4) 0xb550| 78 2b da| x+.| position_long: 18.07344250380993 (215624568) 0xb55d-0xb561 (4) 0xb560|0c |. | @@ -34108,7 +34108,7 @@ $ fq -d fit dv activity.fit 0xb560| 06 | . | reserved: false 0xb56b.3-0xb56b.4 (0.1) 0xb560| 06 | . | local_message_type: 6 0xb56b.4-0xb56c (0.4) | | | data_message{}: 0xb56c-0xb582 (22) -0xb560| 22 e2 56 3f| ".V?| timestamp: 1062658594 (s) 0xb56c-0xb570 (4) +0xb560| 22 e2 56 3f| ".V?| timestamp: 1062658594 (2023-09-03T06:56:34Z) 0xb56c-0xb570 (4) 0xb570|3f 96 2c 2a |?.,* | position_lat: 59.30742315016687 (707565119) 0xb570-0xb574 (4) 0xb570| 99 3e da 0c | .>.. | position_long: 18.07385296560824 (215629465) 0xb574-0xb578 (4) 0xb570| 2d c2 40 00 | -.@. | distance: 42440.13 (4244013) (m) 0xb578-0xb57c (4) @@ -34124,7 +34124,7 @@ $ fq -d fit dv activity.fit 0xb580| 06 | . | reserved: false 0xb582.3-0xb582.4 (0.1) 0xb580| 06 | . | local_message_type: 6 0xb582.4-0xb583 (0.4) | | | data_message{}: 0xb583-0xb599 (22) -0xb580| 25 e2 56 3f | %.V? | timestamp: 1062658597 (s) 0xb583-0xb587 (4) +0xb580| 25 e2 56 3f | %.V? | timestamp: 1062658597 (2023-09-03T06:56:37Z) 0xb583-0xb587 (4) 0xb580| 29 97 2c 2a | ).,* | position_lat: 59.30744276382029 (707565353) 0xb587-0xb58b (4) 0xb580| f9 4f da 0c | .O.. | position_long: 18.07422579266131 (215633913) 0xb58b-0xb58f (4) 0xb580| 86| .| distance: 42461.5 (4246150) (m) 0xb58f-0xb593 (4) @@ -34141,7 +34141,7 @@ $ fq -d fit dv activity.fit 0xb590| 06 | . | reserved: false 0xb599.3-0xb599.4 (0.1) 0xb590| 06 | . | local_message_type: 6 0xb599.4-0xb59a (0.4) | | | data_message{}: 0xb59a-0xb5b0 (22) -0xb590| 29 e2 56 3f | ).V? | timestamp: 1062658601 (s) 0xb59a-0xb59e (4) +0xb590| 29 e2 56 3f | ).V? | timestamp: 1062658601 (2023-09-03T06:56:41Z) 0xb59a-0xb59e (4) 0xb590| 28 99| (.| position_lat: 59.3074855953455 (707565864) 0xb59e-0xb5a2 (4) 0xb5a0|2c 2a |,* | 0xb5a0| 6a 62 da 0c | jb.. | position_long: 18.074621502310038 (215638634) 0xb5a2-0xb5a6 (4) @@ -34158,7 +34158,7 @@ $ fq -d fit dv activity.fit 0xb5b0|06 |. | reserved: false 0xb5b0.3-0xb5b0.4 (0.1) 0xb5b0|06 |. | local_message_type: 6 0xb5b0.4-0xb5b1 (0.4) | | | data_message{}: 0xb5b1-0xb5c7 (22) -0xb5b0| 2d e2 56 3f | -.V? | timestamp: 1062658605 (s) 0xb5b1-0xb5b5 (4) +0xb5b0| 2d e2 56 3f | -.V? | timestamp: 1062658605 (2023-09-03T06:56:45Z) 0xb5b1-0xb5b5 (4) 0xb5b0| ff 9c 2c 2a | ..,* | position_lat: 59.30756798945367 (707566847) 0xb5b5-0xb5b9 (4) 0xb5b0| c1 76 da 0c | .v.. | position_long: 18.07505794800818 (215643841) 0xb5b9-0xb5bd (4) 0xb5b0| bb dd 40| ..@| distance: 42510.67 (4251067) (m) 0xb5bd-0xb5c1 (4) @@ -34175,7 +34175,7 @@ $ fq -d fit dv activity.fit 0xb5c0| 06 | . | reserved: false 0xb5c7.3-0xb5c7.4 (0.1) 0xb5c0| 06 | . | local_message_type: 6 0xb5c7.4-0xb5c8 (0.4) | | | data_message{}: 0xb5c8-0xb5de (22) -0xb5c0| 30 e2 56 3f | 0.V? | timestamp: 1062658608 (s) 0xb5c8-0xb5cc (4) +0xb5c0| 30 e2 56 3f | 0.V? | timestamp: 1062658608 (2023-09-03T06:56:48Z) 0xb5c8-0xb5cc (4) 0xb5c0| 95 9f 2c 2a| ..,*| position_lat: 59.30762347765267 (707567509) 0xb5cc-0xb5d0 (4) 0xb5d0|29 88 da 0c |)... | position_long: 18.075431445613503 (215648297) 0xb5d0-0xb5d4 (4) 0xb5d0| 64 e6 40 00 | d.@. | distance: 42532.84 (4253284) (m) 0xb5d4-0xb5d8 (4) @@ -34191,7 +34191,7 @@ $ fq -d fit dv activity.fit 0xb5d0| 06 | . | reserved: false 0xb5de.3-0xb5de.4 (0.1) 0xb5d0| 06 | . | local_message_type: 6 0xb5de.4-0xb5df (0.4) | | | data_message{}: 0xb5df-0xb5f5 (22) -0xb5d0| 34| 4| timestamp: 1062658612 (s) 0xb5df-0xb5e3 (4) +0xb5d0| 34| 4| timestamp: 1062658612 (2023-09-03T06:56:52Z) 0xb5df-0xb5e3 (4) 0xb5e0|e2 56 3f |.V? | 0xb5e0| 01 a1 2c 2a | ..,* | position_lat: 59.30765398778021 (707567873) 0xb5e3-0xb5e7 (4) 0xb5e0| 20 99 da 0c | ... | position_long: 18.075795471668243 (215652640) 0xb5e7-0xb5eb (4) @@ -34209,7 +34209,7 @@ $ fq -d fit dv activity.fit 0xb5f0| 06 | . | reserved: false 0xb5f5.3-0xb5f5.4 (0.1) 0xb5f0| 06 | . | local_message_type: 6 0xb5f5.4-0xb5f6 (0.4) | | | data_message{}: 0xb5f6-0xb60c (22) -0xb5f0| 4b e2 56 3f | K.V? | timestamp: 1062658635 (s) 0xb5f6-0xb5fa (4) +0xb5f0| 4b e2 56 3f | K.V? | timestamp: 1062658635 (2023-09-03T06:57:15Z) 0xb5f6-0xb5fa (4) 0xb5f0| 82 a3 2c 2a | ..,* | position_lat: 59.30770771577954 (707568514) 0xb5fa-0xb5fe (4) 0xb5f0| 56 aa| V.| position_long: 18.07616477832198 (215657046) 0xb5fe-0xb602 (4) 0xb600|da 0c |.. | @@ -34226,7 +34226,7 @@ $ fq -d fit dv activity.fit 0xb600| 06 | . | reserved: false 0xb60c.3-0xb60c.4 (0.1) 0xb600| 06 | . | local_message_type: 6 0xb60c.4-0xb60d (0.4) | | | data_message{}: 0xb60d-0xb623 (22) -0xb600| 4f e2 56| O.V| timestamp: 1062658639 (s) 0xb60d-0xb611 (4) +0xb600| 4f e2 56| O.V| timestamp: 1062658639 (2023-09-03T06:57:19Z) 0xb60d-0xb611 (4) 0xb610|3f |? | 0xb610| 58 a4 2c 2a | X.,* | position_lat: 59.30772565305233 (707568728) 0xb611-0xb615 (4) 0xb610| d9 b7 da 0c | .... | position_long: 18.076454708352685 (215660505) 0xb615-0xb619 (4) @@ -34244,7 +34244,7 @@ $ fq -d fit dv activity.fit 0xb620| 06 | . | reserved: false 0xb623.3-0xb623.4 (0.1) 0xb620| 06 | . | local_message_type: 6 0xb623.4-0xb624 (0.4) | | | data_message{}: 0xb624-0xb63a (22) -0xb620| 53 e2 56 3f | S.V? | timestamp: 1062658643 (s) 0xb624-0xb628 (4) +0xb620| 53 e2 56 3f | S.V? | timestamp: 1062658643 (2023-09-03T06:57:23Z) 0xb624-0xb628 (4) 0xb620| a0 a6 2c 2a | ..,* | position_lat: 59.30777460336685 (707569312) 0xb628-0xb62c (4) 0xb620| 18 c9 da 0c| ....| position_long: 18.07682476937771 (215664920) 0xb62c-0xb630 (4) 0xb630|28 06 41 00 |(.A. | distance: 42614.16 (4261416) (m) 0xb630-0xb634 (4) @@ -34260,7 +34260,7 @@ $ fq -d fit dv activity.fit 0xb630| 06 | . | reserved: false 0xb63a.3-0xb63a.4 (0.1) 0xb630| 06 | . | local_message_type: 6 0xb63a.4-0xb63b (0.4) | | | data_message{}: 0xb63b-0xb651 (22) -0xb630| 56 e2 56 3f | V.V? | timestamp: 1062658646 (s) 0xb63b-0xb63f (4) +0xb630| 56 e2 56 3f | V.V? | timestamp: 1062658646 (2023-09-03T06:57:26Z) 0xb63b-0xb63f (4) 0xb630| c9| .| position_lat: 59.30782095529139 (707569865) 0xb63f-0xb643 (4) 0xb640|a8 2c 2a |.,* | 0xb640| 4d d9 da 0c | M... | position_long: 18.077172534540296 (215669069) 0xb643-0xb647 (4) @@ -34277,7 +34277,7 @@ $ fq -d fit dv activity.fit 0xb650| 06 | . | reserved: false 0xb651.3-0xb651.4 (0.1) 0xb650| 06 | . | local_message_type: 6 0xb651.4-0xb652 (0.4) | | | data_message{}: 0xb652-0xb668 (22) -0xb650| 59 e2 56 3f | Y.V? | timestamp: 1062658649 (s) 0xb652-0xb656 (4) +0xb650| 59 e2 56 3f | Y.V? | timestamp: 1062658649 (2023-09-03T06:57:29Z) 0xb652-0xb656 (4) 0xb650| cc aa 2c 2a | ..,* | position_lat: 59.307864122092724 (707570380) 0xb656-0xb65a (4) 0xb650| 20 ea da 0c | ... | position_long: 18.077533543109894 (215673376) 0xb65a-0xb65e (4) 0xb650| 67 16| g.| distance: 42655.75 (4265575) (m) 0xb65e-0xb662 (4) @@ -34294,7 +34294,7 @@ $ fq -d fit dv activity.fit 0xb660| 06 | . | reserved: false 0xb668.3-0xb668.4 (0.1) 0xb660| 06 | . | local_message_type: 6 0xb668.4-0xb669 (0.4) | | | data_message{}: 0xb669-0xb67f (22) -0xb660| 5c e2 56 3f | \.V? | timestamp: 1062658652 (s) 0xb669-0xb66d (4) +0xb660| 5c e2 56 3f | \.V? | timestamp: 1062658652 (2023-09-03T06:57:32Z) 0xb669-0xb66d (4) 0xb660| 3a ad 2c| :.,| position_lat: 59.30791625753045 (707571002) 0xb66d-0xb671 (4) 0xb670|2a |* | 0xb670| 1f fc da 0c | .... | position_long: 18.077919697389007 (215677983) 0xb671-0xb675 (4) @@ -34311,7 +34311,7 @@ $ fq -d fit dv activity.fit 0xb670| 06| .| reserved: false 0xb67f.3-0xb67f.4 (0.1) 0xb670| 06| .| local_message_type: 6 0xb67f.4-0xb680 (0.4) | | | data_message{}: 0xb680-0xb696 (22) -0xb680|5f e2 56 3f |_.V? | timestamp: 1062658655 (s) 0xb680-0xb684 (4) +0xb680|5f e2 56 3f |_.V? | timestamp: 1062658655 (2023-09-03T06:57:35Z) 0xb680-0xb684 (4) 0xb680| 07 b0 2c 2a | ..,* | position_lat: 59.30797635577619 (707571719) 0xb684-0xb688 (4) 0xb680| 12 0f db 0c | .... | position_long: 18.078326303511858 (215682834) 0xb688-0xb68c (4) 0xb680| b2 28 41 00| .(A.| distance: 42702.58 (4270258) (m) 0xb68c-0xb690 (4) @@ -34327,7 +34327,7 @@ $ fq -d fit dv activity.fit 0xb690| 06 | . | reserved: false 0xb696.3-0xb696.4 (0.1) 0xb690| 06 | . | local_message_type: 6 0xb696.4-0xb697 (0.4) | | | data_message{}: 0xb697-0xb6ad (22) -0xb690| 62 e2 56 3f | b.V? | timestamp: 1062658658 (s) 0xb697-0xb69b (4) +0xb690| 62 e2 56 3f | b.V? | timestamp: 1062658658 (2023-09-03T06:57:38Z) 0xb697-0xb69b (4) 0xb690| 0e b3 2c 2a | ..,* | position_lat: 59.30804131552577 (707572494) 0xb69b-0xb69f (4) 0xb690| db| .| position_long: 18.078750846907496 (215687899) 0xb69f-0xb6a3 (4) 0xb6a0|22 db 0c |".. | @@ -34344,7 +34344,7 @@ $ fq -d fit dv activity.fit 0xb6a0| 06 | . | reserved: false 0xb6ad.3-0xb6ad.4 (0.1) 0xb6a0| 06 | . | local_message_type: 6 0xb6ad.4-0xb6ae (0.4) | | | data_message{}: 0xb6ae-0xb6c4 (22) -0xb6a0| 65 e2| e.| timestamp: 1062658661 (s) 0xb6ae-0xb6b2 (4) +0xb6a0| 65 e2| e.| timestamp: 1062658661 (2023-09-03T06:57:41Z) 0xb6ae-0xb6b2 (4) 0xb6b0|56 3f |V? | 0xb6b0| 8c b5 2c 2a | ..,* | position_lat: 59.308094792068005 (707573132) 0xb6b2-0xb6b6 (4) 0xb6b0| 76 36 db 0c | v6.. | position_long: 18.079171534627676 (215692918) 0xb6b6-0xb6ba (4) @@ -34361,7 +34361,7 @@ $ fq -d fit dv activity.fit 0xb6c0| 06 | . | reserved: false 0xb6c4.3-0xb6c4.4 (0.1) 0xb6c0| 06 | . | local_message_type: 6 0xb6c4.4-0xb6c5 (0.4) | | | data_message{}: 0xb6c5-0xb6db (22) -0xb6c0| 68 e2 56 3f | h.V? | timestamp: 1062658664 (s) 0xb6c5-0xb6c9 (4) +0xb6c0| 68 e2 56 3f | h.V? | timestamp: 1062658664 (2023-09-03T06:57:44Z) 0xb6c5-0xb6c9 (4) 0xb6c0| 2b b8 2c 2a | +.,* | position_lat: 59.308151034638286 (707573803) 0xb6c9-0xb6cd (4) 0xb6c0| e0 49 db| .I.| position_long: 18.0795881152153 (215697888) 0xb6cd-0xb6d1 (4) 0xb6d0|0c |. | @@ -34378,7 +34378,7 @@ $ fq -d fit dv activity.fit 0xb6d0| 06 | . | reserved: false 0xb6db.3-0xb6db.4 (0.1) 0xb6d0| 06 | . | local_message_type: 6 0xb6db.4-0xb6dc (0.4) | | | data_message{}: 0xb6dc-0xb6f2 (22) -0xb6d0| 6b e2 56 3f| k.V?| timestamp: 1062658667 (s) 0xb6dc-0xb6e0 (4) +0xb6d0| 6b e2 56 3f| k.V?| timestamp: 1062658667 (2023-09-03T06:57:47Z) 0xb6dc-0xb6e0 (4) 0xb6e0|56 bc 2c 2a |V.,* | position_lat: 59.308240469545126 (707574870) 0xb6e0-0xb6e4 (4) 0xb6e0| 94 5c db 0c | .\.. | position_long: 18.079989440739155 (215702676) 0xb6e4-0xb6e8 (4) 0xb6e0| 7a 4f 41 00 | zOA. | distance: 42801.86 (4280186) (m) 0xb6e8-0xb6ec (4) @@ -34394,7 +34394,7 @@ $ fq -d fit dv activity.fit 0xb6f0| 06 | . | reserved: false 0xb6f2.3-0xb6f2.4 (0.1) 0xb6f0| 06 | . | local_message_type: 6 0xb6f2.4-0xb6f3 (0.4) | | | data_message{}: 0xb6f3-0xb709 (22) -0xb6f0| 6e e2 56 3f | n.V? | timestamp: 1062658670 (s) 0xb6f3-0xb6f7 (4) +0xb6f0| 6e e2 56 3f | n.V? | timestamp: 1062658670 (2023-09-03T06:57:50Z) 0xb6f3-0xb6f7 (4) 0xb6f0| ff c0 2c 2a | ..,* | position_lat: 59.30834046564996 (707576063) 0xb6f7-0xb6fb (4) 0xb6f0| 29 70 db 0c | )p.. | position_long: 18.080409625545144 (215707689) 0xb6fb-0xb6ff (4) 0xb6f0| ca| .| distance: 42828.26 (4282826) (m) 0xb6ff-0xb703 (4) @@ -34411,7 +34411,7 @@ $ fq -d fit dv activity.fit 0xb700| 06 | . | reserved: false 0xb709.3-0xb709.4 (0.1) 0xb700| 06 | . | local_message_type: 6 0xb709.4-0xb70a (0.4) | | | data_message{}: 0xb70a-0xb720 (22) -0xb700| 71 e2 56 3f | q.V? | timestamp: 1062658673 (s) 0xb70a-0xb70e (4) +0xb700| 71 e2 56 3f | q.V? | timestamp: 1062658673 (2023-09-03T06:57:53Z) 0xb70a-0xb70e (4) 0xb700| 91 c4| ..| position_lat: 59.30841707624495 (707576977) 0xb70e-0xb712 (4) 0xb710|2c 2a |,* | 0xb710| 86 83 db 0c | .... | position_long: 18.080825116485357 (215712646) 0xb712-0xb716 (4) @@ -34428,7 +34428,7 @@ $ fq -d fit dv activity.fit 0xb720|06 |. | reserved: false 0xb720.3-0xb720.4 (0.1) 0xb720|06 |. | local_message_type: 6 0xb720.4-0xb721 (0.4) | | | data_message{}: 0xb721-0xb737 (22) -0xb720| 74 e2 56 3f | t.V? | timestamp: 1062658676 (s) 0xb721-0xb725 (4) +0xb720| 74 e2 56 3f | t.V? | timestamp: 1062658676 (2023-09-03T06:57:56Z) 0xb721-0xb725 (4) 0xb720| d9 c8 2c 2a | ..,* | position_lat: 59.30850894190371 (707578073) 0xb725-0xb729 (4) 0xb720| c3 96 db 0c | .... | position_long: 18.081237925216556 (215717571) 0xb729-0xb72d (4) 0xb720| 9a 6d 41| .mA| distance: 42878.98 (4287898) (m) 0xb72d-0xb731 (4) @@ -34445,7 +34445,7 @@ $ fq -d fit dv activity.fit 0xb730| 06 | . | reserved: false 0xb737.3-0xb737.4 (0.1) 0xb730| 06 | . | local_message_type: 6 0xb737.4-0xb738 (0.4) | | | data_message{}: 0xb738-0xb74e (22) -0xb730| 77 e2 56 3f | w.V? | timestamp: 1062658679 (s) 0xb738-0xb73c (4) +0xb730| 77 e2 56 3f | w.V? | timestamp: 1062658679 (2023-09-03T06:57:59Z) 0xb738-0xb73c (4) 0xb730| 7f cd 2c 2a| ..,*| position_lat: 59.30860868655145 (707579263) 0xb73c-0xb740 (4) 0xb740|2e aa db 0c |.... | position_long: 18.081654589623213 (215722542) 0xb740-0xb744 (4) 0xb740| d6 77 41 00 | .wA. | distance: 42905.18 (4290518) (m) 0xb744-0xb748 (4) @@ -34461,7 +34461,7 @@ $ fq -d fit dv activity.fit 0xb740| 06 | . | reserved: false 0xb74e.3-0xb74e.4 (0.1) 0xb740| 06 | . | local_message_type: 6 0xb74e.4-0xb74f (0.4) | | | data_message{}: 0xb74f-0xb765 (22) -0xb740| 7a| z| timestamp: 1062658682 (s) 0xb74f-0xb753 (4) +0xb740| 7a| z| timestamp: 1062658682 (2023-09-03T06:58:02Z) 0xb74f-0xb753 (4) 0xb750|e2 56 3f |.V? | 0xb750| 69 d2 2c 2a | i.,* | position_lat: 59.30871413089335 (707580521) 0xb753-0xb757 (4) 0xb750| 2d be db 0c | -... | position_long: 18.082083659246564 (215727661) 0xb757-0xb75b (4) @@ -34479,7 +34479,7 @@ $ fq -d fit dv activity.fit 0xb760| 06 | . | reserved: false 0xb765.3-0xb765.4 (0.1) 0xb760| 06 | . | local_message_type: 6 0xb765.4-0xb766 (0.4) | | | data_message{}: 0xb766-0xb77c (22) -0xb760| 7d e2 56 3f | }.V? | timestamp: 1062658685 (s) 0xb766-0xb76a (4) +0xb760| 7d e2 56 3f | }.V? | timestamp: 1062658685 (2023-09-03T06:58:05Z) 0xb766-0xb76a (4) 0xb760| fd d6 2c 2a | ..,* | position_lat: 59.30881236679852 (707581693) 0xb76a-0xb76e (4) 0xb760| d5 d1| ..| position_long: 18.082505436614156 (215732693) 0xb76e-0xb772 (4) 0xb770|db 0c |.. | @@ -34496,7 +34496,7 @@ $ fq -d fit dv activity.fit 0xb770| 06 | . | reserved: false 0xb77c.3-0xb77c.4 (0.1) 0xb770| 06 | . | local_message_type: 6 0xb77c.4-0xb77d (0.4) | | | data_message{}: 0xb77d-0xb793 (22) -0xb770| 80 e2 56| ..V| timestamp: 1062658688 (s) 0xb77d-0xb781 (4) +0xb770| 80 e2 56| ..V| timestamp: 1062658688 (2023-09-03T06:58:08Z) 0xb77d-0xb781 (4) 0xb780|3f |? | 0xb780| db db 2c 2a | ..,* | position_lat: 59.30891680531204 (707582939) 0xb781-0xb785 (4) 0xb780| b8 e5 db 0c | .... | position_long: 18.08293215930462 (215737784) 0xb785-0xb789 (4) @@ -34514,7 +34514,7 @@ $ fq -d fit dv activity.fit 0xb790| 06 | . | reserved: false 0xb793.3-0xb793.4 (0.1) 0xb790| 06 | . | local_message_type: 6 0xb793.4-0xb794 (0.4) | | | data_message{}: 0xb794-0xb7aa (22) -0xb790| 82 e2 56 3f | ..V? | timestamp: 1062658690 (s) 0xb794-0xb798 (4) +0xb790| 82 e2 56 3f | ..V? | timestamp: 1062658690 (2023-09-03T06:58:10Z) 0xb794-0xb798 (4) 0xb790| d3 df 2c 2a | ..,* | position_lat: 59.30900196544826 (707583955) 0xb798-0xb79c (4) 0xb790| 88 f1 db 0c| ....| position_long: 18.083185628056526 (215740808) 0xb79c-0xb7a0 (4) 0xb7a0|05 9e 41 00 |..A. | distance: 43002.93 (4300293) (m) 0xb7a0-0xb7a4 (4) @@ -34530,8 +34530,8 @@ $ fq -d fit dv activity.fit 0xb7a0| 08 | . | reserved: false 0xb7aa.3-0xb7aa.4 (0.1) 0xb7a0| 08 | . | local_message_type: 8 0xb7aa.4-0xb7ab (0.4) | | | data_message{}: 0xb7ab-0xb7e1 (54) -0xb7a0| 82 e2 56 3f | ..V? | timestamp: 1062658690 (s) 0xb7ab-0xb7af (4) -0xb7a0| f3| .| start_time: 1062658547 0xb7af-0xb7b3 (4) +0xb7a0| 82 e2 56 3f | ..V? | timestamp: 1062658690 (2023-09-03T06:58:10Z) 0xb7ab-0xb7af (4) +0xb7a0| f3| .| start_time: 1062658547 (2023-09-03T06:55:47Z) 0xb7af-0xb7b3 (4) 0xb7b0|e1 56 3f |.V? | 0xb7b0| 19 b4 2c 2a | ..,* | start_position_lat: 59.30806369520724 (707572761) 0xb7b3-0xb7b7 (4) 0xb7b0| 98 eb d8 0c | .... | start_position_long: 18.06657873094082 (215542680) 0xb7b7-0xb7bb (4) @@ -34563,7 +34563,7 @@ $ fq -d fit dv activity.fit 0xb7e0| 06 | . | reserved: false 0xb7e1.3-0xb7e1.4 (0.1) 0xb7e0| 06 | . | local_message_type: 6 0xb7e1.4-0xb7e2 (0.4) | | | data_message{}: 0xb7e2-0xb7f8 (22) -0xb7e0| 85 e2 56 3f | ..V? | timestamp: 1062658693 (s) 0xb7e2-0xb7e6 (4) +0xb7e0| 85 e2 56 3f | ..V? | timestamp: 1062658693 (2023-09-03T06:58:13Z) 0xb7e2-0xb7e6 (4) 0xb7e0| f4 e5 2c 2a | ..,* | position_lat: 59.30913347750902 (707585524) 0xb7e6-0xb7ea (4) 0xb7e0| 48 02 dc 0c | H... | position_long: 18.083545044064522 (215745096) 0xb7ea-0xb7ee (4) 0xb7e0| d8 a7| ..| distance: 43028.08 (4302808) (m) 0xb7ee-0xb7f2 (4) @@ -34580,7 +34580,7 @@ $ fq -d fit dv activity.fit 0xb7f0| 06 | . | reserved: false 0xb7f8.3-0xb7f8.4 (0.1) 0xb7f0| 06 | . | local_message_type: 6 0xb7f8.4-0xb7f9 (0.4) | | | data_message{}: 0xb7f9-0xb80f (22) -0xb7f0| 88 e2 56 3f | ..V? | timestamp: 1062658696 (s) 0xb7f9-0xb7fd (4) +0xb7f0| 88 e2 56 3f | ..V? | timestamp: 1062658696 (2023-09-03T06:58:16Z) 0xb7f9-0xb7fd (4) 0xb7f0| 67 eb 2c| g.,| position_lat: 59.309250405058265 (707586919) 0xb7fd-0xb801 (4) 0xb800|2a |* | 0xb800| b2 11 dc 0c | .... | position_long: 18.08387579396367 (215749042) 0xb801-0xb805 (4) @@ -34597,7 +34597,7 @@ $ fq -d fit dv activity.fit 0xb800| 06| .| reserved: false 0xb80f.3-0xb80f.4 (0.1) 0xb800| 06| .| local_message_type: 6 0xb80f.4-0xb810 (0.4) | | | data_message{}: 0xb810-0xb826 (22) -0xb810|8b e2 56 3f |..V? | timestamp: 1062658699 (s) 0xb810-0xb814 (4) +0xb810|8b e2 56 3f |..V? | timestamp: 1062658699 (2023-09-03T06:58:19Z) 0xb810-0xb814 (4) 0xb810| d8 f0 2c 2a | ..,* | position_lat: 59.309367164969444 (707588312) 0xb814-0xb818 (4) 0xb810| eb 20 dc 0c | . .. | position_long: 18.084202436730266 (215752939) 0xb818-0xb81c (4) 0xb810| aa b9 41 00| ..A.| distance: 43073.7 (4307370) (m) 0xb81c-0xb820 (4) @@ -34613,7 +34613,7 @@ $ fq -d fit dv activity.fit 0xb820| 06 | . | reserved: false 0xb826.3-0xb826.4 (0.1) 0xb820| 06 | . | local_message_type: 6 0xb826.4-0xb827 (0.4) | | | data_message{}: 0xb827-0xb83d (22) -0xb820| 8d e2 56 3f | ..V? | timestamp: 1062658701 (s) 0xb827-0xb82b (4) +0xb820| 8d e2 56 3f | ..V? | timestamp: 1062658701 (2023-09-03T06:58:21Z) 0xb827-0xb82b (4) 0xb820| 2d f4 2c 2a | -.,* | position_lat: 59.3094386626035 (707589165) 0xb82b-0xb82f (4) 0xb820| 41| A| position_long: 18.084424221888185 (215755585) 0xb82f-0xb833 (4) 0xb830|2b dc 0c |+.. | @@ -34630,7 +34630,7 @@ $ fq -d fit dv activity.fit 0xb830| 06 | . | reserved: false 0xb83d.3-0xb83d.4 (0.1) 0xb830| 06 | . | local_message_type: 6 0xb83d.4-0xb83e (0.4) | | | data_message{}: 0xb83e-0xb854 (22) -0xb830| 90 e2| ..| timestamp: 1062658704 (s) 0xb83e-0xb842 (4) +0xb830| 90 e2| ..| timestamp: 1062658704 (2023-09-03T06:58:24Z) 0xb83e-0xb842 (4) 0xb840|56 3f |V? | 0xb840| bb f9 2c 2a | ..,* | position_lat: 59.3095578532666 (707590587) 0xb842-0xb846 (4) 0xb840| fc 39 dc 0c | .9.. | position_long: 18.084740303456783 (215759356) 0xb846-0xb84a (4) @@ -34647,7 +34647,7 @@ $ fq -d fit dv activity.fit 0xb850| 06 | . | reserved: false 0xb854.3-0xb854.4 (0.1) 0xb850| 06 | . | local_message_type: 6 0xb854.4-0xb855 (0.4) | | | data_message{}: 0xb855-0xb86b (22) -0xb850| 93 e2 56 3f | ..V? | timestamp: 1062658707 (s) 0xb855-0xb859 (4) +0xb850| 93 e2 56 3f | ..V? | timestamp: 1062658707 (2023-09-03T06:58:27Z) 0xb855-0xb859 (4) 0xb850| 6d ff 2c 2a | m.,* | position_lat: 59.30968006141484 (707592045) 0xb859-0xb85d (4) 0xb850| 54 49 dc| TI.| position_long: 18.08506954461336 (215763284) 0xb85d-0xb861 (4) 0xb860|0c |. | @@ -34664,7 +34664,7 @@ $ fq -d fit dv activity.fit 0xb860| 06 | . | reserved: false 0xb86b.3-0xb86b.4 (0.1) 0xb860| 06 | . | local_message_type: 6 0xb86b.4-0xb86c (0.4) | | | data_message{}: 0xb86c-0xb882 (22) -0xb860| 96 e2 56 3f| ..V?| timestamp: 1062658710 (s) 0xb86c-0xb870 (4) +0xb860| 96 e2 56 3f| ..V?| timestamp: 1062658710 (2023-09-03T06:58:30Z) 0xb86c-0xb870 (4) 0xb870|e9 04 2d 2a |..-* | position_lat: 59.309797743335366 (707593449) 0xb870-0xb874 (4) 0xb870| fd 5b dc 0c | .[.. | position_long: 18.085469948127866 (215768061) 0xb874-0xb878 (4) 0xb870| 8d db 41 00 | ..A. | distance: 43160.45 (4316045) (m) 0xb878-0xb87c (4) @@ -34680,7 +34680,7 @@ $ fq -d fit dv activity.fit 0xb880| 06 | . | reserved: false 0xb882.3-0xb882.4 (0.1) 0xb880| 06 | . | local_message_type: 6 0xb882.4-0xb883 (0.4) | | | data_message{}: 0xb883-0xb899 (22) -0xb880| 99 e2 56 3f | ..V? | timestamp: 1062658713 (s) 0xb883-0xb887 (4) +0xb880| 99 e2 56 3f | ..V? | timestamp: 1062658713 (2023-09-03T06:58:33Z) 0xb883-0xb887 (4) 0xb880| 1d 0a 2d 2a | ..-* | position_lat: 59.30990939028561 (707594781) 0xb887-0xb88b (4) 0xb880| 74 6c dc 0c | tl.. | position_long: 18.085823245346546 (215772276) 0xb88b-0xb88f (4) 0xb880| c8| .| distance: 43184.08 (4318408) (m) 0xb88f-0xb893 (4) @@ -34697,7 +34697,7 @@ $ fq -d fit dv activity.fit 0xb890| 06 | . | reserved: false 0xb899.3-0xb899.4 (0.1) 0xb890| 06 | . | local_message_type: 6 0xb899.4-0xb89a (0.4) | | | data_message{}: 0xb89a-0xb8b0 (22) -0xb890| 9b e2 56 3f | ..V? | timestamp: 1062658715 (s) 0xb89a-0xb89e (4) +0xb890| 9b e2 56 3f | ..V? | timestamp: 1062658715 (2023-09-03T06:58:35Z) 0xb89a-0xb89e (4) 0xb890| a7 0d| ..| position_lat: 59.309985330328345 (707595687) 0xb89e-0xb8a2 (4) 0xb8a0|2d 2a |-* | 0xb8a0| 86 77 dc 0c | .w.. | position_long: 18.086060788482428 (215775110) 0xb8a2-0xb8a6 (4) @@ -34714,7 +34714,7 @@ $ fq -d fit dv activity.fit 0xb8b0|06 |. | reserved: false 0xb8b0.3-0xb8b0.4 (0.1) 0xb8b0|06 |. | local_message_type: 6 0xb8b0.4-0xb8b1 (0.4) | | | data_message{}: 0xb8b1-0xb8c7 (22) -0xb8b0| 9e e2 56 3f | ..V? | timestamp: 1062658718 (s) 0xb8b1-0xb8b5 (4) +0xb8b0| 9e e2 56 3f | ..V? | timestamp: 1062658718 (2023-09-03T06:58:38Z) 0xb8b1-0xb8b5 (4) 0xb8b0| 7f 15 2d 2a | ..-* | position_lat: 59.31015363894403 (707597695) 0xb8b5-0xb8b9 (4) 0xb8b0| 04 85 dc 0c | .... | position_long: 18.086350299417973 (215778564) 0xb8b9-0xb8bd (4) 0xb8b0| 5b f4 41| [.A| distance: 43223.95 (4322395) (m) 0xb8bd-0xb8c1 (4) @@ -34731,7 +34731,7 @@ $ fq -d fit dv activity.fit 0xb8c0| 06 | . | reserved: false 0xb8c7.3-0xb8c7.4 (0.1) 0xb8c0| 06 | . | local_message_type: 6 0xb8c7.4-0xb8c8 (0.4) | | | data_message{}: 0xb8c8-0xb8de (22) -0xb8c0| a1 e2 56 3f | ..V? | timestamp: 1062658721 (s) 0xb8c8-0xb8cc (4) +0xb8c0| a1 e2 56 3f | ..V? | timestamp: 1062658721 (2023-09-03T06:58:41Z) 0xb8c8-0xb8cc (4) 0xb8c0| d2 1e 2d 2a| ..-*| position_lat: 59.310353714972734 (707600082) 0xb8cc-0xb8d0 (4) 0xb8d0|33 84 dc 0c |3... | position_long: 18.086332781240344 (215778355) 0xb8d0-0xb8d4 (4) 0xb8d0| 19 fd 41 00 | ..A. | distance: 43246.33 (4324633) (m) 0xb8d4-0xb8d8 (4) @@ -34747,7 +34747,7 @@ $ fq -d fit dv activity.fit 0xb8d0| 06 | . | reserved: false 0xb8de.3-0xb8de.4 (0.1) 0xb8d0| 06 | . | local_message_type: 6 0xb8de.4-0xb8df (0.4) | | | data_message{}: 0xb8df-0xb8f5 (22) -0xb8d0| a2| .| timestamp: 1062658722 (s) 0xb8df-0xb8e3 (4) +0xb8d0| a2| .| timestamp: 1062658722 (2023-09-03T06:58:42Z) 0xb8df-0xb8e3 (4) 0xb8e0|e2 56 3f |.V? | 0xb8e0| f8 21 2d 2a | .!-* | position_lat: 59.3104212731123 (707600888) 0xb8e3-0xb8e7 (4) 0xb8e0| ea 82 dc 0c | .... | position_long: 18.08630520477891 (215778026) 0xb8e7-0xb8eb (4) @@ -34765,7 +34765,7 @@ $ fq -d fit dv activity.fit 0xb8f0| 06 | . | reserved: false 0xb8f5.3-0xb8f5.4 (0.1) 0xb8f0| 06 | . | local_message_type: 6 0xb8f5.4-0xb8f6 (0.4) | | | data_message{}: 0xb8f6-0xb90c (22) -0xb8f0| a5 e2 56 3f | ..V? | timestamp: 1062658725 (s) 0xb8f6-0xb8fa (4) +0xb8f0| a5 e2 56 3f | ..V? | timestamp: 1062658725 (2023-09-03T06:58:45Z) 0xb8f6-0xb8fa (4) 0xb8f0| a9 2a 2d 2a | .*-* | position_lat: 59.310607770457864 (707603113) 0xb8fa-0xb8fe (4) 0xb8f0| 3e 7e| >~| position_long: 18.086204957216978 (215776830) 0xb8fe-0xb902 (4) 0xb900|dc 0c |.. | @@ -34782,7 +34782,7 @@ $ fq -d fit dv activity.fit 0xb900| 06 | . | reserved: false 0xb90c.3-0xb90c.4 (0.1) 0xb900| 06 | . | local_message_type: 6 0xb90c.4-0xb90d (0.4) | | | data_message{}: 0xb90d-0xb923 (22) -0xb900| a9 e2 56| ..V| timestamp: 1062658729 (s) 0xb90d-0xb911 (4) +0xb900| a9 e2 56| ..V| timestamp: 1062658729 (2023-09-03T06:58:49Z) 0xb90d-0xb911 (4) 0xb910|3f |? | 0xb910| ce 34 2d 2a | .4-* | position_lat: 59.31082544848323 (707605710) 0xb911-0xb915 (4) 0xb910| 8b 78 dc 0c | .x.. | position_long: 18.086082665249705 (215775371) 0xb915-0xb919 (4) @@ -34800,7 +34800,7 @@ $ fq -d fit dv activity.fit 0xb920| 06 | . | reserved: false 0xb923.3-0xb923.4 (0.1) 0xb920| 06 | . | local_message_type: 6 0xb923.4-0xb924 (0.4) | | | data_message{}: 0xb924-0xb93a (22) -0xb920| ad e2 56 3f | ..V? | timestamp: 1062658733 (s) 0xb924-0xb928 (4) +0xb920| ad e2 56 3f | ..V? | timestamp: 1062658733 (2023-09-03T06:58:53Z) 0xb924-0xb928 (4) 0xb920| 97 3e 2d 2a | .>-* | position_lat: 59.311035415157676 (707608215) 0xb928-0xb92c (4) 0xb920| 9b 73 dc 0c| .s..| position_long: 18.085976717993617 (215774107) 0xb92c-0xb930 (4) 0xb930|c7 1b 42 00 |..B. | distance: 43324.87 (4332487) (m) 0xb930-0xb934 (4) @@ -34816,7 +34816,7 @@ $ fq -d fit dv activity.fit 0xb930| 06 | . | reserved: false 0xb93a.3-0xb93a.4 (0.1) 0xb930| 06 | . | local_message_type: 6 0xb93a.4-0xb93b (0.4) | | | data_message{}: 0xb93b-0xb951 (22) -0xb930| b1 e2 56 3f | ..V? | timestamp: 1062658737 (s) 0xb93b-0xb93f (4) +0xb930| b1 e2 56 3f | ..V? | timestamp: 1062658737 (2023-09-03T06:58:57Z) 0xb93b-0xb93f (4) 0xb930| 8f| .| position_lat: 59.31124932132661 (707610767) 0xb93f-0xb943 (4) 0xb940|48 2d 2a |H-* | 0xb940| b7 6f dc 0c | .o.. | position_long: 18.08589323423803 (215773111) 0xb943-0xb947 (4) @@ -34833,7 +34833,7 @@ $ fq -d fit dv activity.fit 0xb950| 06 | . | reserved: false 0xb951.3-0xb951.4 (0.1) 0xb950| 06 | . | local_message_type: 6 0xb951.4-0xb952 (0.4) | | | data_message{}: 0xb952-0xb968 (22) -0xb950| b6 e2 56 3f | ..V? | timestamp: 1062658742 (s) 0xb952-0xb956 (4) +0xb950| b6 e2 56 3f | ..V? | timestamp: 1062658742 (2023-09-03T06:59:02Z) 0xb952-0xb956 (4) 0xb950| 7e 52 2d 2a | ~R-* | position_lat: 59.311462473124266 (707613310) 0xb956-0xb95a (4) 0xb950| 8c 6b dc 0c | .k.. | position_long: 18.085803799331188 (215772044) 0xb95a-0xb95e (4) 0xb950| c1 2e| ..| distance: 43373.45 (4337345) (m) 0xb95e-0xb962 (4) @@ -34850,7 +34850,7 @@ $ fq -d fit dv activity.fit 0xb960| 06 | . | reserved: false 0xb968.3-0xb968.4 (0.1) 0xb960| 06 | . | local_message_type: 6 0xb968.4-0xb969 (0.4) | | | data_message{}: 0xb969-0xb97f (22) -0xb960| bc e2 56 3f | ..V? | timestamp: 1062658748 (s) 0xb969-0xb96d (4) +0xb960| bc e2 56 3f | ..V? | timestamp: 1062658748 (2023-09-03T06:59:08Z) 0xb969-0xb96d (4) 0xb960| 0d 5c 2d| .\-| position_lat: 59.31166757829487 (707615757) 0xb96d-0xb971 (4) 0xb970|2a |* | 0xb970| de 67 dc 0c | .g.. | position_long: 18.085724841803312 (215771102) 0xb971-0xb975 (4) @@ -34867,7 +34867,7 @@ $ fq -d fit dv activity.fit 0xb970| 06| .| reserved: false 0xb97f.3-0xb97f.4 (0.1) 0xb970| 06| .| local_message_type: 6 0xb97f.4-0xb980 (0.4) | | | data_message{}: 0xb980-0xb996 (22) -0xb980|c2 e2 56 3f |..V? | timestamp: 1062658754 (s) 0xb980-0xb984 (4) +0xb980|c2 e2 56 3f |..V? | timestamp: 1062658754 (2023-09-03T06:59:14Z) 0xb980-0xb984 (4) 0xb980| 4d 65 2d 2a | Me-* | position_lat: 59.311866061761975 (707618125) 0xb984-0xb988 (4) 0xb980| e1 60 dc 0c | .`.. | position_long: 18.085574889555573 (215769313) 0xb988-0xb98c (4) 0xb980| df 40 42 00| .@B.| distance: 43419.83 (4341983) (m) 0xb98c-0xb990 (4) @@ -34883,7 +34883,7 @@ $ fq -d fit dv activity.fit 0xb990| 06 | . | reserved: false 0xb996.3-0xb996.4 (0.1) 0xb990| 06 | . | local_message_type: 6 0xb996.4-0xb997 (0.4) | | | data_message{}: 0xb997-0xb9ad (22) -0xb990| c9 e2 56 3f | ..V? | timestamp: 1062658761 (s) 0xb997-0xb99b (4) +0xb990| c9 e2 56 3f | ..V? | timestamp: 1062658761 (2023-09-03T06:59:21Z) 0xb997-0xb99b (4) 0xb990| ff 6d 2d 2a | .m-* | position_lat: 59.312052642926574 (707620351) 0xb99b-0xb99f (4) 0xb990| 9c| .| position_long: 18.08546181768179 (215767964) 0xb99f-0xb9a3 (4) 0xb9a0|5b dc 0c |[.. | @@ -34900,7 +34900,7 @@ $ fq -d fit dv activity.fit 0xb9a0| 06 | . | reserved: false 0xb9ad.3-0xb9ad.4 (0.1) 0xb9a0| 06 | . | local_message_type: 6 0xb9ad.4-0xb9ae (0.4) | | | data_message{}: 0xb9ae-0xb9c4 (22) -0xb9a0| cf e2| ..| timestamp: 1062658767 (s) 0xb9ae-0xb9b2 (4) +0xb9a0| cf e2| ..| timestamp: 1062658767 (2023-09-03T06:59:27Z) 0xb9ae-0xb9b2 (4) 0xb9b0|56 3f |V? | 0xb9b0| 34 76 2d 2a | 4v-* | position_lat: 59.31222874671221 (707622452) 0xb9b2-0xb9b6 (4) 0xb9b0| 01 58 dc 0c | .X.. | position_long: 18.085384452715516 (215767041) 0xb9b6-0xb9ba (4) @@ -34917,7 +34917,7 @@ $ fq -d fit dv activity.fit 0xb9c0| 06 | . | reserved: false 0xb9c4.3-0xb9c4.4 (0.1) 0xb9c0| 06 | . | local_message_type: 6 0xb9c4.4-0xb9c5 (0.4) | | | data_message{}: 0xb9c5-0xb9db (22) -0xb9c0| d6 e2 56 3f | ..V? | timestamp: 1062658774 (s) 0xb9c5-0xb9c9 (4) +0xb9c0| d6 e2 56 3f | ..V? | timestamp: 1062658774 (2023-09-03T06:59:34Z) 0xb9c5-0xb9c9 (4) 0xb9c0| 54 7f 2d 2a | T.-* | position_lat: 59.312424547970295 (707624788) 0xb9c9-0xb9cd (4) 0xb9c0| 4f 53 dc| OS.| position_long: 18.085283702239394 (215765839) 0xb9cd-0xb9d1 (4) 0xb9d0|0c |. | @@ -34934,7 +34934,7 @@ $ fq -d fit dv activity.fit 0xb9d0| 06 | . | reserved: false 0xb9db.3-0xb9db.4 (0.1) 0xb9d0| 06 | . | local_message_type: 6 0xb9db.4-0xb9dc (0.4) | | | data_message{}: 0xb9dc-0xb9f2 (22) -0xb9d0| dc e2 56 3f| ..V?| timestamp: 1062658780 (s) 0xb9dc-0xb9e0 (4) +0xb9d0| dc e2 56 3f| ..V?| timestamp: 1062658780 (2023-09-03T06:59:40Z) 0xb9dc-0xb9e0 (4) 0xb9e0|86 87 2d 2a |..-* | position_lat: 59.312600400298834 (707626886) 0xb9e0-0xb9e4 (4) 0xb9e0| 30 4f dc 0c | 0O.. | position_long: 18.085195273160934 (215764784) 0xb9e4-0xb9e8 (4) 0xb9e0| e8 61 42 00 | .aB. | distance: 43504.4 (4350440) (m) 0xb9e8-0xb9ec (4) @@ -34950,7 +34950,7 @@ $ fq -d fit dv activity.fit 0xb9f0| 06 | . | reserved: false 0xb9f2.3-0xb9f2.4 (0.1) 0xb9f0| 06 | . | local_message_type: 6 0xb9f2.4-0xb9f3 (0.4) | | | data_message{}: 0xb9f3-0xba09 (22) -0xb9f0| e2 e2 56 3f | ..V? | timestamp: 1062658786 (s) 0xb9f3-0xb9f7 (4) +0xb9f0| e2 e2 56 3f | ..V? | timestamp: 1062658786 (2023-09-03T06:59:46Z) 0xb9f3-0xb9f7 (4) 0xb9f0| 77 90 2d 2a | w.-* | position_lat: 59.31279226206243 (707629175) 0xb9f7-0xb9fb (4) 0xb9f0| 4b 4a dc 0c | KJ.. | position_long: 18.085090247914195 (215763531) 0xb9fb-0xb9ff (4) 0xb9f0| 94| .| distance: 43526.6 (4352660) (m) 0xb9ff-0xba03 (4) @@ -34967,7 +34967,7 @@ $ fq -d fit dv activity.fit 0xba00| 06 | . | reserved: false 0xba09.3-0xba09.4 (0.1) 0xba00| 06 | . | local_message_type: 6 0xba09.4-0xba0a (0.4) | | | data_message{}: 0xba0a-0xba20 (22) -0xba00| e7 e2 56 3f | ..V? | timestamp: 1062658791 (s) 0xba0a-0xba0e (4) +0xba00| e7 e2 56 3f | ..V? | timestamp: 1062658791 (2023-09-03T06:59:51Z) 0xba0a-0xba0e (4) 0xba00| de 99| ..| position_lat: 59.31299401447177 (707631582) 0xba0e-0xba12 (4) 0xba10|2d 2a |-* | 0xba10| b6 44 dc 0c | .D.. | position_long: 18.084970470517874 (215762102) 0xba12-0xba16 (4) @@ -34984,7 +34984,7 @@ $ fq -d fit dv activity.fit 0xba20|06 |. | reserved: false 0xba20.3-0xba20.4 (0.1) 0xba20|06 |. | local_message_type: 6 0xba20.4-0xba21 (0.4) | | | data_message{}: 0xba21-0xba37 (22) -0xba20| ed e2 56 3f | ..V? | timestamp: 1062658797 (s) 0xba21-0xba25 (4) +0xba20| ed e2 56 3f | ..V? | timestamp: 1062658797 (2023-09-03T06:59:57Z) 0xba21-0xba25 (4) 0xba20| db a2 2d 2a | ..-* | position_lat: 59.31318688206375 (707633883) 0xba25-0xba29 (4) 0xba20| 15 41 dc 0c | .A.. | position_long: 18.08489260263741 (215761173) 0xba29-0xba2d (4) 0xba20| 54 7c 42| T|B| distance: 43572.04 (4357204) (m) 0xba2d-0xba31 (4) @@ -35001,7 +35001,7 @@ $ fq -d fit dv activity.fit 0xba30| 06 | . | reserved: false 0xba37.3-0xba37.4 (0.1) 0xba30| 06 | . | local_message_type: 6 0xba37.4-0xba38 (0.4) | | | data_message{}: 0xba38-0xba4e (22) -0xba30| f3 e2 56 3f | ..V? | timestamp: 1062658803 (s) 0xba38-0xba3c (4) +0xba30| f3 e2 56 3f | ..V? | timestamp: 1062658803 (2023-09-03T07:00:03Z) 0xba38-0xba3c (4) 0xba30| 6c ac 2d 2a| l.-*| position_lat: 59.31339215487242 (707636332) 0xba3c-0xba40 (4) 0xba40|7e 3d dc 0c |~=.. | position_long: 18.084815572947264 (215760254) 0xba40-0xba44 (4) 0xba40| 6d 85 42 00 | m.B. | distance: 43595.33 (4359533) (m) 0xba44-0xba48 (4) @@ -35017,7 +35017,7 @@ $ fq -d fit dv activity.fit 0xba40| 06 | . | reserved: false 0xba4e.3-0xba4e.4 (0.1) 0xba40| 06 | . | local_message_type: 6 0xba4e.4-0xba4f (0.4) | | | data_message{}: 0xba4f-0xba65 (22) -0xba40| f9| .| timestamp: 1062658809 (s) 0xba4f-0xba53 (4) +0xba40| f9| .| timestamp: 1062658809 (2023-09-03T07:00:09Z) 0xba4f-0xba53 (4) 0xba50|e2 56 3f |.V? | 0xba50| 4e b5 2d 2a | N.-* | position_lat: 59.31358275935054 (707638606) 0xba53-0xba57 (4) 0xba50| fa 37 dc 0c | .7.. | position_long: 18.08469722047448 (215758842) 0xba57-0xba5b (4) @@ -35035,7 +35035,7 @@ $ fq -d fit dv activity.fit 0xba60| 06 | . | reserved: false 0xba65.3-0xba65.4 (0.1) 0xba60| 06 | . | local_message_type: 6 0xba65.4-0xba66 (0.4) | | | data_message{}: 0xba66-0xba7c (22) -0xba60| fe e2 56 3f | ..V? | timestamp: 1062658814 (s) 0xba66-0xba6a (4) +0xba60| fe e2 56 3f | ..V? | timestamp: 1062658814 (2023-09-03T07:00:14Z) 0xba66-0xba6a (4) 0xba60| c4 bd 2d 2a | ..-* | position_lat: 59.313764311373234 (707640772) 0xba6a-0xba6e (4) 0xba60| 68 34| h4| position_long: 18.084620609879494 (215757928) 0xba6e-0xba72 (4) 0xba70|dc 0c |.. | @@ -35052,7 +35052,7 @@ $ fq -d fit dv activity.fit 0xba70| 06 | . | reserved: false 0xba7c.3-0xba7c.4 (0.1) 0xba70| 06 | . | local_message_type: 6 0xba7c.4-0xba7d (0.4) | | | data_message{}: 0xba7d-0xba93 (22) -0xba70| 03 e3 56| ..V| timestamp: 1062658819 (s) 0xba7d-0xba81 (4) +0xba70| 03 e3 56| ..V| timestamp: 1062658819 (2023-09-03T07:00:19Z) 0xba7d-0xba81 (4) 0xba80|3f |? | 0xba80| 65 c7 2d 2a | e.-* | position_lat: 59.31397092528641 (707643237) 0xba81-0xba85 (4) 0xba80| aa 31 dc 0c | .1.. | position_long: 18.08456176891923 (215757226) 0xba85-0xba89 (4) @@ -35070,7 +35070,7 @@ $ fq -d fit dv activity.fit 0xba90| 06 | . | reserved: false 0xba93.3-0xba93.4 (0.1) 0xba90| 06 | . | local_message_type: 6 0xba93.4-0xba94 (0.4) | | | data_message{}: 0xba94-0xbaaa (22) -0xba90| 08 e3 56 3f | ..V? | timestamp: 1062658824 (s) 0xba94-0xba98 (4) +0xba90| 08 e3 56 3f | ..V? | timestamp: 1062658824 (2023-09-03T07:00:24Z) 0xba94-0xba98 (4) 0xba90| 43 d1 2d 2a | C.-* | position_lat: 59.314182652160525 (707645763) 0xba98-0xba9c (4) 0xba90| 09 2e dc 0c| ....| position_long: 18.084483901038766 (215756297) 0xba9c-0xbaa0 (4) 0xbaa0|a1 a8 42 00 |..B. | distance: 43685.45 (4368545) (m) 0xbaa0-0xbaa4 (4) @@ -35086,7 +35086,7 @@ $ fq -d fit dv activity.fit 0xbaa0| 06 | . | reserved: false 0xbaaa.3-0xbaaa.4 (0.1) 0xbaa0| 06 | . | local_message_type: 6 0xbaaa.4-0xbaab (0.4) | | | data_message{}: 0xbaab-0xbac1 (22) -0xbaa0| 0c e3 56 3f | ..V? | timestamp: 1062658828 (s) 0xbaab-0xbaaf (4) +0xbaa0| 0c e3 56 3f | ..V? | timestamp: 1062658828 (2023-09-03T07:00:28Z) 0xbaab-0xbaaf (4) 0xbaa0| 5b| [| position_lat: 59.31437778286636 (707648091) 0xbaaf-0xbab3 (4) 0xbab0|da 2d 2a |.-* | 0xbab0| 4c 29 dc 0c | L).. | position_long: 18.084382228553295 (215755084) 0xbab3-0xbab7 (4) @@ -35103,7 +35103,7 @@ $ fq -d fit dv activity.fit 0xbac0| 06 | . | reserved: false 0xbac1.3-0xbac1.4 (0.1) 0xbac0| 06 | . | local_message_type: 6 0xbac1.4-0xbac2 (0.4) | | | data_message{}: 0xbac2-0xbad8 (22) -0xbac0| 10 e3 56 3f | ..V? | timestamp: 1062658832 (s) 0xbac2-0xbac6 (4) +0xbac0| 10 e3 56 3f | ..V? | timestamp: 1062658832 (2023-09-03T07:00:32Z) 0xbac2-0xbac6 (4) 0xbac0| 3e e4 2d 2a | >.-* | position_lat: 59.31458992883563 (707650622) 0xbac6-0xbaca (4) 0xbac0| 3a 26 dc 0c | :&.. | position_long: 18.084316346794367 (215754298) 0xbaca-0xbace (4) 0xbac0| c1 ba| ..| distance: 43731.85 (4373185) (m) 0xbace-0xbad2 (4) @@ -35120,7 +35120,7 @@ $ fq -d fit dv activity.fit 0xbad0| 06 | . | reserved: false 0xbad8.3-0xbad8.4 (0.1) 0xbad0| 06 | . | local_message_type: 6 0xbad8.4-0xbad9 (0.4) | | | data_message{}: 0xbad9-0xbaef (22) -0xbad0| 14 e3 56 3f | ..V? | timestamp: 1062658836 (s) 0xbad9-0xbadd (4) +0xbad0| 14 e3 56 3f | ..V? | timestamp: 1062658836 (2023-09-03T07:00:36Z) 0xbad9-0xbadd (4) 0xbad0| 86 ee 2d| ..-| position_lat: 59.314810540527105 (707653254) 0xbadd-0xbae1 (4) 0xbae0|2a |* | 0xbae0| 44 20 dc 0c | D .. | position_long: 18.08418843895197 (215752772) 0xbae1-0xbae5 (4) @@ -35137,7 +35137,7 @@ $ fq -d fit dv activity.fit 0xbae0| 06| .| reserved: false 0xbaef.3-0xbaef.4 (0.1) 0xbae0| 06| .| local_message_type: 6 0xbaef.4-0xbaf0 (0.4) | | | data_message{}: 0xbaf0-0xbb06 (22) -0xbaf0|18 e3 56 3f |..V? | timestamp: 1062658840 (s) 0xbaf0-0xbaf4 (4) +0xbaf0|18 e3 56 3f |..V? | timestamp: 1062658840 (2023-09-03T07:00:40Z) 0xbaf0-0xbaf4 (4) 0xbaf0| 41 f9 2d 2a | A.-* | position_lat: 59.31504079140723 (707656001) 0xbaf4-0xbaf8 (4) 0xbaf0| f3 19 dc 0c | .... | position_long: 18.084052903577685 (215751155) 0xbaf8-0xbafc (4) 0xbaf0| 35 cf 42 00| 5.B.| distance: 43784.21 (4378421) (m) 0xbafc-0xbb00 (4) @@ -35153,7 +35153,7 @@ $ fq -d fit dv activity.fit 0xbb00| 06 | . | reserved: false 0xbb06.3-0xbb06.4 (0.1) 0xbb00| 06 | . | local_message_type: 6 0xbb06.4-0xbb07 (0.4) | | | data_message{}: 0xbb07-0xbb1d (22) -0xbb00| 1b e3 56 3f | ..V? | timestamp: 1062658843 (s) 0xbb07-0xbb0b (4) +0xbb00| 1b e3 56 3f | ..V? | timestamp: 1062658843 (2023-09-03T07:00:43Z) 0xbb07-0xbb0b (4) 0xbb00| 17 02 2e 2a | ...* | position_lat: 59.31523039005697 (707658263) 0xbb0b-0xbb0f (4) 0xbb00| ec| .| position_long: 18.083987943828106 (215750380) 0xbb0f-0xbb13 (4) 0xbb10|16 dc 0c |... | @@ -35170,7 +35170,7 @@ $ fq -d fit dv activity.fit 0xbb10| 06 | . | reserved: false 0xbb1d.3-0xbb1d.4 (0.1) 0xbb10| 06 | . | local_message_type: 6 0xbb1d.4-0xbb1e (0.4) | | | data_message{}: 0xbb1e-0xbb34 (22) -0xbb10| 1e e3| ..| timestamp: 1062658846 (s) 0xbb1e-0xbb22 (4) +0xbb10| 1e e3| ..| timestamp: 1062658846 (2023-09-03T07:00:46Z) 0xbb1e-0xbb22 (4) 0xbb20|56 3f |V? | 0xbb20| 3d 0b 2e 2a | =..* | position_lat: 59.315426694229245 (707660605) 0xbb22-0xbb26 (4) 0xbb20| bd 11 dc 0c | .... | position_long: 18.08387671597302 (215749053) 0xbb26-0xbb2a (4) @@ -35187,7 +35187,7 @@ $ fq -d fit dv activity.fit 0xbb30| 06 | . | reserved: false 0xbb34.3-0xbb34.4 (0.1) 0xbb30| 06 | . | local_message_type: 6 0xbb34.4-0xbb35 (0.4) | | | data_message{}: 0xbb35-0xbb4b (22) -0xbb30| 21 e3 56 3f | !.V? | timestamp: 1062658849 (s) 0xbb35-0xbb39 (4) +0xbb30| 21 e3 56 3f | !.V? | timestamp: 1062658849 (2023-09-03T07:00:49Z) 0xbb35-0xbb39 (4) 0xbb30| ba 13 2e 2a | ...* | position_lat: 59.31560883298516 (707662778) 0xbb39-0xbb3d (4) 0xbb30| d8 0d dc| ...| position_long: 18.0837931483984 (215748056) 0xbb3d-0xbb41 (4) 0xbb40|0c |. | @@ -35204,7 +35204,7 @@ $ fq -d fit dv activity.fit 0xbb40| 06 | . | reserved: false 0xbb4b.3-0xbb4b.4 (0.1) 0xbb40| 06 | . | local_message_type: 6 0xbb4b.4-0xbb4c (0.4) | | | data_message{}: 0xbb4c-0xbb62 (22) -0xbb40| 24 e3 56 3f| $.V?| timestamp: 1062658852 (s) 0xbb4c-0xbb50 (4) +0xbb40| 24 e3 56 3f| $.V?| timestamp: 1062658852 (2023-09-03T07:00:52Z) 0xbb4c-0xbb50 (4) 0xbb50|8d 1c 2e 2a |...* | position_lat: 59.31579818017781 (707665037) 0xbb50-0xbb54 (4) 0xbb50| d0 09 dc 0c | .... | position_long: 18.08370664715767 (215747024) 0xbb54-0xbb58 (4) 0xbb50| 0e f1 42 00 | ..B. | distance: 43870.86 (4387086) (m) 0xbb58-0xbb5c (4) @@ -35231,7 +35231,7 @@ $ fq -d fit dv activity.fit 0xbb60| 06 | . | reserved: false 0xbb6a.3-0xbb6a.4 (0.1) 0xbb60| 06 | . | local_message_type: 6 0xbb6a.4-0xbb6b (0.4) | | | data_message{}: 0xbb6b-0xbb81 (22) -0xbb60| 27 e3 56 3f | '.V? | timestamp: 1062658855 (s) 0xbb6b-0xbb6f (4) +0xbb60| 27 e3 56 3f | '.V? | timestamp: 1062658855 (2023-09-03T07:00:55Z) 0xbb6b-0xbb6f (4) 0xbb60| 35| 5| position_lat: 59.31598392315209 (707667253) 0xbb6f-0xbb73 (4) 0xbb70|25 2e 2a |%.* | 0xbb70| 37 06 dc 0c | 7... | position_long: 18.08362944982946 (215746103) 0xbb73-0xbb77 (4) @@ -35248,7 +35248,7 @@ $ fq -d fit dv activity.fit 0xbb80| 06 | . | reserved: false 0xbb81.3-0xbb81.4 (0.1) 0xbb80| 06 | . | local_message_type: 6 0xbb81.4-0xbb82 (0.4) | | | data_message{}: 0xbb82-0xbb98 (22) -0xbb80| 2a e3 56 3f | *.V? | timestamp: 1062658858 (s) 0xbb82-0xbb86 (4) +0xbb80| 2a e3 56 3f | *.V? | timestamp: 1062658858 (2023-09-03T07:00:58Z) 0xbb82-0xbb86 (4) 0xbb80| c7 2d 2e 2a | .-.* | position_lat: 59.31616782210767 (707669447) 0xbb86-0xbb8a (4) 0xbb80| 43 01 dc 0c | C... | position_long: 18.083523167297244 (215744835) 0xbb8a-0xbb8e (4) 0xbb80| a5 01| ..| distance: 43913.33 (4391333) (m) 0xbb8e-0xbb92 (4) @@ -35265,7 +35265,7 @@ $ fq -d fit dv activity.fit 0xbb90| 06 | . | reserved: false 0xbb98.3-0xbb98.4 (0.1) 0xbb90| 06 | . | local_message_type: 6 0xbb98.4-0xbb99 (0.4) | | | data_message{}: 0xbb99-0xbbaf (22) -0xbb90| 2d e3 56 3f | -.V? | timestamp: 1062658861 (s) 0xbb99-0xbb9d (4) +0xbb90| 2d e3 56 3f | -.V? | timestamp: 1062658861 (2023-09-03T07:01:01Z) 0xbb99-0xbb9d (4) 0xbb90| e2 37 2e| .7.| position_lat: 59.31638466194272 (707672034) 0xbb9d-0xbba1 (4) 0xbba0|2a |* | 0xbba0| 3d fc db 0c | =... | position_long: 18.083415376022458 (215743549) 0xbba1-0xbba5 (4) @@ -35282,7 +35282,7 @@ $ fq -d fit dv activity.fit 0xbba0| 06| .| reserved: false 0xbbaf.3-0xbbaf.4 (0.1) 0xbba0| 06| .| local_message_type: 6 0xbbaf.4-0xbbb0 (0.4) | | | data_message{}: 0xbbb0-0xbbc6 (22) -0xbbb0|30 e3 56 3f |0.V? | timestamp: 1062658864 (s) 0xbbb0-0xbbb4 (4) +0xbbb0|30 e3 56 3f |0.V? | timestamp: 1062658864 (2023-09-03T07:01:04Z) 0xbbb0-0xbbb4 (4) 0xbbb0| 8e 41 2e 2a | .A.* | position_lat: 59.31659219786525 (707674510) 0xbbb4-0xbbb8 (4) 0xbbb0| 41 f6 db 0c | A... | position_long: 18.08328696526587 (215742017) 0xbbb8-0xbbbc (4) 0xbbb0| d8 14 43 00| ..C.| distance: 43962.48 (4396248) (m) 0xbbbc-0xbbc0 (4) @@ -35298,7 +35298,7 @@ $ fq -d fit dv activity.fit 0xbbc0| 06 | . | reserved: false 0xbbc6.3-0xbbc6.4 (0.1) 0xbbc0| 06 | . | local_message_type: 6 0xbbc6.4-0xbbc7 (0.4) | | | data_message{}: 0xbbc7-0xbbdd (22) -0xbbc0| 33 e3 56 3f | 3.V? | timestamp: 1062658867 (s) 0xbbc7-0xbbcb (4) +0xbbc0| 33 e3 56 3f | 3.V? | timestamp: 1062658867 (2023-09-03T07:01:07Z) 0xbbc7-0xbbcb (4) 0xbbc0| d9 4a 2e 2a | .J.* | position_lat: 59.3167916033417 (707676889) 0xbbcb-0xbbcf (4) 0xbbc0| 84| .| position_long: 18.08320675045252 (215741060) 0xbbcf-0xbbd3 (4) 0xbbd0|f2 db 0c |... | @@ -35315,7 +35315,7 @@ $ fq -d fit dv activity.fit 0xbbd0| 06 | . | reserved: false 0xbbdd.3-0xbbdd.4 (0.1) 0xbbd0| 06 | . | local_message_type: 6 0xbbdd.4-0xbbde (0.4) | | | data_message{}: 0xbbde-0xbbf4 (22) -0xbbd0| 36 e3| 6.| timestamp: 1062658870 (s) 0xbbde-0xbbe2 (4) +0xbbd0| 36 e3| 6.| timestamp: 1062658870 (2023-09-03T07:01:10Z) 0xbbde-0xbbe2 (4) 0xbbe0|56 3f |V? | 0xbbe0| 33 53 2e 2a | 3S.* | position_lat: 59.316970808431506 (707679027) 0xbbe2-0xbbe6 (4) 0xbbe0| 85 ec db 0c | .... | position_long: 18.083078088238835 (215739525) 0xbbe6-0xbbea (4) @@ -35332,8 +35332,8 @@ $ fq -d fit dv activity.fit 0xbbf0| 08 | . | reserved: false 0xbbf4.3-0xbbf4.4 (0.1) 0xbbf0| 08 | . | local_message_type: 8 0xbbf4.4-0xbbf5 (0.4) | | | data_message{}: 0xbbf5-0xbc2b (54) -0xbbf0| 36 e3 56 3f | 6.V? | timestamp: 1062658870 (s) 0xbbf5-0xbbf9 (4) -0xbbf0| 83 e2 56 3f | ..V? | start_time: 1062658691 0xbbf9-0xbbfd (4) +0xbbf0| 36 e3 56 3f | 6.V? | timestamp: 1062658870 (2023-09-03T07:01:10Z) 0xbbf5-0xbbf9 (4) +0xbbf0| 83 e2 56 3f | ..V? | start_time: 1062658691 (2023-09-03T06:58:11Z) 0xbbf9-0xbbfd (4) 0xbbf0| f5 e1 2c| ..,| start_position_lat: 59.30904773063958 (707584501) 0xbbfd-0xbc01 (4) 0xbc00|2a |* | 0xbc00| 7c f7 db 0c | |... | start_position_long: 18.08331336826086 (215742332) 0xbc01-0xbc05 (4) @@ -35365,7 +35365,7 @@ $ fq -d fit dv activity.fit 0xbc20| 06 | . | reserved: false 0xbc2b.3-0xbc2b.4 (0.1) 0xbc20| 06 | . | local_message_type: 6 0xbc2b.4-0xbc2c (0.4) | | | data_message{}: 0xbc2c-0xbc42 (22) -0xbc20| 39 e3 56 3f| 9.V?| timestamp: 1062658873 (s) 0xbc2c-0xbc30 (4) +0xbc20| 39 e3 56 3f| 9.V?| timestamp: 1062658873 (2023-09-03T07:01:13Z) 0xbc2c-0xbc30 (4) 0xbc30|70 5b 2e 2a |p[.* | position_lat: 59.317147582769394 (707681136) 0xbc30-0xbc34 (4) 0xbc30| de e5 db 0c | .... | position_long: 18.082935344427824 (215737822) 0xbc34-0xbc38 (4) 0xbc30| 4f 2e 43 00 | O.C. | distance: 44027.67 (4402767) (m) 0xbc38-0xbc3c (4) @@ -35381,7 +35381,7 @@ $ fq -d fit dv activity.fit 0xbc40| 06 | . | reserved: false 0xbc42.3-0xbc42.4 (0.1) 0xbc40| 06 | . | local_message_type: 6 0xbc42.4-0xbc43 (0.4) | | | data_message{}: 0xbc43-0xbc59 (22) -0xbc40| 3a e3 56 3f | :.V? | timestamp: 1062658874 (s) 0xbc43-0xbc47 (4) +0xbc40| 3a e3 56 3f | :.V? | timestamp: 1062658874 (2023-09-03T07:01:14Z) 0xbc43-0xbc47 (4) 0xbc40| 5c 5e 2e 2a | \^.* | position_lat: 59.31721027940512 (707681884) 0xbc47-0xbc4b (4) 0xbc40| 60 e4 db 0c | `... | position_long: 18.08290332555771 (215737440) 0xbc4b-0xbc4f (4) 0xbc40| 20| | distance: 44034.88 (4403488) (m) 0xbc4f-0xbc53 (4) @@ -35398,7 +35398,7 @@ $ fq -d fit dv activity.fit 0xbc50| 06 | . | reserved: false 0xbc59.3-0xbc59.4 (0.1) 0xbc50| 06 | . | local_message_type: 6 0xbc59.4-0xbc5a (0.4) | | | data_message{}: 0xbc5a-0xbc70 (22) -0xbc50| 3d e3 56 3f | =.V? | timestamp: 1062658877 (s) 0xbc5a-0xbc5e (4) +0xbc50| 3d e3 56 3f | =.V? | timestamp: 1062658877 (2023-09-03T07:01:17Z) 0xbc5a-0xbc5e (4) 0xbc50| d8 66| .f| position_lat: 59.317392334342 (707684056) 0xbc5e-0xbc62 (4) 0xbc60|2e 2a |.* | 0xbc60| 08 e2 db 0c | .... | position_long: 18.08285303413868 (215736840) 0xbc62-0xbc66 (4) @@ -35415,7 +35415,7 @@ $ fq -d fit dv activity.fit 0xbc70|06 |. | reserved: false 0xbc70.3-0xbc70.4 (0.1) 0xbc70|06 |. | local_message_type: 6 0xbc70.4-0xbc71 (0.4) | | | data_message{}: 0xbc71-0xbc87 (22) -0xbc70| 3f e3 56 3f | ?.V? | timestamp: 1062658879 (s) 0xbc71-0xbc75 (4) +0xbc70| 3f e3 56 3f | ?.V? | timestamp: 1062658879 (2023-09-03T07:01:19Z) 0xbc71-0xbc75 (4) 0xbc70| e9 6b 2e 2a | .k.* | position_lat: 59.31750104762614 (707685353) 0xbc75-0xbc79 (4) 0xbc70| 54 e0 db 0c | T... | position_long: 18.08281648904085 (215736404) 0xbc79-0xbc7d (4) 0xbc70| eb 3d 43| .=C| distance: 44067.63 (4406763) (m) 0xbc7d-0xbc81 (4) @@ -35432,7 +35432,7 @@ $ fq -d fit dv activity.fit 0xbc80| 06 | . | reserved: false 0xbc87.3-0xbc87.4 (0.1) 0xbc80| 06 | . | local_message_type: 6 0xbc87.4-0xbc88 (0.4) | | | data_message{}: 0xbc88-0xbc9e (22) -0xbc80| 43 e3 56 3f | C.V? | timestamp: 1062658883 (s) 0xbc88-0xbc8c (4) +0xbc80| 43 e3 56 3f | C.V? | timestamp: 1062658883 (2023-09-03T07:01:23Z) 0xbc88-0xbc8c (4) 0xbc80| 35 75 2e 2a| 5u.*| position_lat: 59.31770053692162 (707687733) 0xbc8c-0xbc90 (4) 0xbc90|8a d4 db 0c |.... | position_long: 18.082563523203135 (215733386) 0xbc90-0xbc94 (4) 0xbc90| 52 48 43 00 | RHC. | distance: 44094.26 (4409426) (m) 0xbc94-0xbc98 (4) @@ -35448,7 +35448,7 @@ $ fq -d fit dv activity.fit 0xbc90| 06 | . | reserved: false 0xbc9e.3-0xbc9e.4 (0.1) 0xbc90| 06 | . | local_message_type: 6 0xbc9e.4-0xbc9f (0.4) | | | data_message{}: 0xbc9f-0xbcb5 (22) -0xbc90| 46| F| timestamp: 1062658886 (s) 0xbc9f-0xbca3 (4) +0xbc90| 46| F| timestamp: 1062658886 (2023-09-03T07:01:26Z) 0xbc9f-0xbca3 (4) 0xbca0|e3 56 3f |.V? | 0xbca0| 9c 7a 2e 2a | .z.* | position_lat: 59.31781645864248 (707689116) 0xbca3-0xbca7 (4) 0xbca0| 3e c6 db 0c | >... | position_long: 18.082256745547056 (215729726) 0xbca7-0xbcab (4) @@ -35466,7 +35466,7 @@ $ fq -d fit dv activity.fit 0xbcb0| 06 | . | reserved: false 0xbcb5.3-0xbcb5.4 (0.1) 0xbcb0| 06 | . | local_message_type: 6 0xbcb5.4-0xbcb6 (0.4) | | | data_message{}: 0xbcb6-0xbccc (22) -0xbcb0| 47 e3 56 3f | G.V? | timestamp: 1062658887 (s) 0xbcb6-0xbcba (4) +0xbcb0| 47 e3 56 3f | G.V? | timestamp: 1062658887 (2023-09-03T07:01:27Z) 0xbcb6-0xbcba (4) 0xbcb0| fb 7b 2e 2a | .{.* | position_lat: 59.317845879122615 (707689467) 0xbcba-0xbcbe (4) 0xbcb0| e7 c0| ..| position_long: 18.0821421649307 (215728359) 0xbcbe-0xbcc2 (4) 0xbcc0|db 0c |.. | @@ -35483,7 +35483,7 @@ $ fq -d fit dv activity.fit 0xbcc0| 06 | . | reserved: false 0xbccc.3-0xbccc.4 (0.1) 0xbcc0| 06 | . | local_message_type: 6 0xbccc.4-0xbccd (0.4) | | | data_message{}: 0xbccd-0xbce3 (22) -0xbcc0| 4a e3 56| J.V| timestamp: 1062658890 (s) 0xbccd-0xbcd1 (4) +0xbcc0| 4a e3 56| J.V| timestamp: 1062658890 (2023-09-03T07:01:30Z) 0xbccd-0xbcd1 (4) 0xbcd0|3f |? | 0xbcd0| 0f 7f 2e 2a | ...* | position_lat: 59.31791192851961 (707690255) 0xbcd1-0xbcd5 (4) 0xbcd0| 97 af db 0c | .... | position_long: 18.08177067898214 (215723927) 0xbcd5-0xbcd9 (4) @@ -35501,7 +35501,7 @@ $ fq -d fit dv activity.fit 0xbce0| 06 | . | reserved: false 0xbce3.3-0xbce3.4 (0.1) 0xbce0| 06 | . | local_message_type: 6 0xbce3.4-0xbce4 (0.4) | | | data_message{}: 0xbce4-0xbcfa (22) -0xbce0| 4d e3 56 3f | M.V? | timestamp: 1062658893 (s) 0xbce4-0xbce8 (4) +0xbce0| 4d e3 56 3f | M.V? | timestamp: 1062658893 (2023-09-03T07:01:33Z) 0xbce4-0xbce8 (4) 0xbce0| 1c 82 2e 2a | ...* | position_lat: 59.317977391183376 (707691036) 0xbce8-0xbcec (4) 0xbce0| 75 9d db 0c| u...| position_long: 18.081381591036916 (215719285) 0xbcec-0xbcf0 (4) 0xbcf0|90 65 43 00 |.eC. | distance: 44169.12 (4416912) (m) 0xbcf0-0xbcf4 (4) @@ -35517,7 +35517,7 @@ $ fq -d fit dv activity.fit 0xbcf0| 06 | . | reserved: false 0xbcfa.3-0xbcfa.4 (0.1) 0xbcf0| 06 | . | local_message_type: 6 0xbcfa.4-0xbcfb (0.4) | | | data_message{}: 0xbcfb-0xbd11 (22) -0xbcf0| 50 e3 56 3f | P.V? | timestamp: 1062658896 (s) 0xbcfb-0xbcff (4) +0xbcf0| 50 e3 56 3f | P.V? | timestamp: 1062658896 (2023-09-03T07:01:36Z) 0xbcfb-0xbcff (4) 0xbcf0| e3| .| position_lat: 59.318058444187045 (707692003) 0xbcff-0xbd03 (4) 0xbd00|85 2e 2a |..* | 0xbd00| 7f 8b db 0c | .... | position_long: 18.08099619112909 (215714687) 0xbd03-0xbd07 (4) @@ -35534,7 +35534,7 @@ $ fq -d fit dv activity.fit 0xbd10| 06 | . | reserved: false 0xbd11.3-0xbd11.4 (0.1) 0xbd10| 06 | . | local_message_type: 6 0xbd11.4-0xbd12 (0.4) | | | data_message{}: 0xbd12-0xbd28 (22) -0xbd10| 53 e3 56 3f | S.V? | timestamp: 1062658899 (s) 0xbd12-0xbd16 (4) +0xbd10| 53 e3 56 3f | S.V? | timestamp: 1062658899 (2023-09-03T07:01:39Z) 0xbd12-0xbd16 (4) 0xbd10| 01 8a 2e 2a | ...* | position_lat: 59.31814678944647 (707693057) 0xbd16-0xbd1a (4) 0xbd10| 80 79 db 0c | .y.. | position_long: 18.080610036849976 (215710080) 0xbd1a-0xbd1e (4) 0xbd10| 3e 78| >x| distance: 44216.94 (4421694) (m) 0xbd1e-0xbd22 (4) @@ -35551,7 +35551,7 @@ $ fq -d fit dv activity.fit 0xbd20| 06 | . | reserved: false 0xbd28.3-0xbd28.4 (0.1) 0xbd20| 06 | . | local_message_type: 6 0xbd28.4-0xbd29 (0.4) | | | data_message{}: 0xbd29-0xbd3f (22) -0xbd20| 56 e3 56 3f | V.V? | timestamp: 1062658902 (s) 0xbd29-0xbd2d (4) +0xbd20| 56 e3 56 3f | V.V? | timestamp: 1062658902 (2023-09-03T07:01:42Z) 0xbd29-0xbd2d (4) 0xbd20| 41 8e 2e| A..| position_lat: 59.31823798455298 (707694145) 0xbd2d-0xbd31 (4) 0xbd30|2a |* | 0xbd30| 44 67 db 0c | Dg.. | position_long: 18.080218769609928 (215705412) 0xbd31-0xbd35 (4) @@ -35568,7 +35568,7 @@ $ fq -d fit dv activity.fit 0xbd30| 06| .| reserved: false 0xbd3f.3-0xbd3f.4 (0.1) 0xbd30| 06| .| local_message_type: 6 0xbd3f.4-0xbd40 (0.4) | | | data_message{}: 0xbd40-0xbd56 (22) -0xbd40|59 e3 56 3f |Y.V? | timestamp: 1062658905 (s) 0xbd40-0xbd44 (4) +0xbd40|59 e3 56 3f |Y.V? | timestamp: 1062658905 (2023-09-03T07:01:45Z) 0xbd40-0xbd44 (4) 0xbd40| 90 92 2e 2a | ...* | position_lat: 59.31833043694496 (707695248) 0xbd44-0xbd48 (4) 0xbd40| f9 54 db 0c | .T.. | position_long: 18.079826245084405 (215700729) 0xbd48-0xbd4c (4) 0xbd40| 6c 8b 43 00| l.C.| distance: 44266.04 (4426604) (m) 0xbd4c-0xbd50 (4) @@ -35584,7 +35584,7 @@ $ fq -d fit dv activity.fit 0xbd50| 06 | . | reserved: false 0xbd56.3-0xbd56.4 (0.1) 0xbd50| 06 | . | local_message_type: 6 0xbd56.4-0xbd57 (0.4) | | | data_message{}: 0xbd57-0xbd6d (22) -0xbd50| 5c e3 56 3f | \.V? | timestamp: 1062658908 (s) 0xbd57-0xbd5b (4) +0xbd50| 5c e3 56 3f | \.V? | timestamp: 1062658908 (2023-09-03T07:01:48Z) 0xbd57-0xbd5b (4) 0xbd50| c0 96 2e 2a | ...* | position_lat: 59.31842029094696 (707696320) 0xbd5b-0xbd5f (4) 0xbd50| 0b| .| position_long: 18.07944151572883 (215696139) 0xbd5f-0xbd63 (4) 0xbd60|43 db 0c |C.. | @@ -35601,7 +35601,7 @@ $ fq -d fit dv activity.fit 0xbd60| 06 | . | reserved: false 0xbd6d.3-0xbd6d.4 (0.1) 0xbd60| 06 | . | local_message_type: 6 0xbd6d.4-0xbd6e (0.4) | | | data_message{}: 0xbd6e-0xbd84 (22) -0xbd60| 5f e3| _.| timestamp: 1062658911 (s) 0xbd6e-0xbd72 (4) +0xbd60| 5f e3| _.| timestamp: 1062658911 (2023-09-03T07:01:51Z) 0xbd6e-0xbd72 (4) 0xbd70|56 3f |V? | 0xbd70| b9 9a 2e 2a | ...* | position_lat: 59.318505534902215 (707697337) 0xbd72-0xbd76 (4) 0xbd70| ff 31 db 0c | .1.. | position_long: 18.079075729474425 (215691775) 0xbd76-0xbd7a (4) @@ -35618,7 +35618,7 @@ $ fq -d fit dv activity.fit 0xbd80| 06 | . | reserved: false 0xbd84.3-0xbd84.4 (0.1) 0xbd80| 06 | . | local_message_type: 6 0xbd84.4-0xbd85 (0.4) | | | data_message{}: 0xbd85-0xbd9b (22) -0xbd80| 62 e3 56 3f | b.V? | timestamp: 1062658914 (s) 0xbd85-0xbd89 (4) +0xbd80| 62 e3 56 3f | b.V? | timestamp: 1062658914 (2023-09-03T07:01:54Z) 0xbd85-0xbd89 (4) 0xbd80| bd 9e 2e 2a | ...* | position_lat: 59.31859170086682 (707698365) 0xbd89-0xbd8d (4) 0xbd80| d9 21 db| .!.| position_long: 18.078729221597314 (215687641) 0xbd8d-0xbd91 (4) 0xbd90|0c |. | @@ -35635,7 +35635,7 @@ $ fq -d fit dv activity.fit 0xbd90| 06 | . | reserved: false 0xbd9b.3-0xbd9b.4 (0.1) 0xbd90| 06 | . | local_message_type: 6 0xbd9b.4-0xbd9c (0.4) | | | data_message{}: 0xbd9c-0xbdb2 (22) -0xbd90| 65 e3 56 3f| e.V?| timestamp: 1062658917 (s) 0xbd9c-0xbda0 (4) +0xbd90| 65 e3 56 3f| e.V?| timestamp: 1062658917 (2023-09-03T07:01:57Z) 0xbd9c-0xbda0 (4) 0xbda0|71 a2 2e 2a |q..* | position_lat: 59.318671161308885 (707699313) 0xbda0-0xbda4 (4) 0xbda0| 07 12 db 0c | .... | position_long: 18.078389754518867 (215683591) 0xbda4-0xbda8 (4) 0xbda0| a7 ae 43 00 | ..C. | distance: 44356.23 (4435623) (m) 0xbda8-0xbdac (4) @@ -35651,7 +35651,7 @@ $ fq -d fit dv activity.fit 0xbdb0| 06 | . | reserved: false 0xbdb2.3-0xbdb2.4 (0.1) 0xbdb0| 06 | . | local_message_type: 6 0xbdb2.4-0xbdb3 (0.4) | | | data_message{}: 0xbdb3-0xbdc9 (22) -0xbdb0| 68 e3 56 3f | h.V? | timestamp: 1062658920 (s) 0xbdb3-0xbdb7 (4) +0xbdb0| 68 e3 56 3f | h.V? | timestamp: 1062658920 (2023-09-03T07:02:00Z) 0xbdb3-0xbdb7 (4) 0xbdb0| 77 a5 2e 2a | w..* | position_lat: 59.31873603723943 (707700087) 0xbdb7-0xbdbb (4) 0xbdb0| 00 02 db 0c | .... | position_long: 18.07804584503174 (215679488) 0xbdbb-0xbdbf (4) 0xbdb0| cf| .| distance: 44377.11 (4437711) (m) 0xbdbf-0xbdc3 (4) @@ -35668,7 +35668,7 @@ $ fq -d fit dv activity.fit 0xbdc0| 06 | . | reserved: false 0xbdc9.3-0xbdc9.4 (0.1) 0xbdc0| 06 | . | local_message_type: 6 0xbdc9.4-0xbdca (0.4) | | | data_message{}: 0xbdca-0xbde0 (22) -0xbdc0| 69 e3 56 3f | i.V? | timestamp: 1062658921 (s) 0xbdca-0xbdce (4) +0xbdc0| 69 e3 56 3f | i.V? | timestamp: 1062658921 (2023-09-03T07:02:01Z) 0xbdca-0xbdce (4) 0xbdc0| 30 a6| 0.| position_lat: 59.3187515437603 (707700272) 0xbdce-0xbdd2 (4) 0xbdd0|2e 2a |.* | 0xbdd0| 88 fc da 0c | .... | position_long: 18.077928498387337 (215678088) 0xbdd2-0xbdd6 (4) @@ -35685,7 +35685,7 @@ $ fq -d fit dv activity.fit 0xbde0|06 |. | reserved: false 0xbde0.3-0xbde0.4 (0.1) 0xbde0|06 |. | local_message_type: 6 0xbde0.4-0xbde1 (0.4) | | | data_message{}: 0xbde1-0xbdf7 (22) -0xbde0| 6c e3 56 3f | l.V? | timestamp: 1062658924 (s) 0xbde1-0xbde5 (4) +0xbde0| 6c e3 56 3f | l.V? | timestamp: 1062658924 (2023-09-03T07:02:04Z) 0xbde1-0xbde5 (4) 0xbde0| b8 a7 2e 2a | ...* | position_lat: 59.31878440082073 (707700664) 0xbde5-0xbde9 (4) 0xbde0| 51 eb da 0c | Q... | position_long: 18.077559107914567 (215673681) 0xbde9-0xbded (4) 0xbde0| d7 c1 43| ..C| distance: 44405.35 (4440535) (m) 0xbded-0xbdf1 (4) @@ -35702,7 +35702,7 @@ $ fq -d fit dv activity.fit 0xbdf0| 06 | . | reserved: false 0xbdf7.3-0xbdf7.4 (0.1) 0xbdf0| 06 | . | local_message_type: 6 0xbdf7.4-0xbdf8 (0.4) | | | data_message{}: 0xbdf8-0xbe0e (22) -0xbdf0| 6f e3 56 3f | o.V? | timestamp: 1062658927 (s) 0xbdf8-0xbdfc (4) +0xbdf0| 6f e3 56 3f | o.V? | timestamp: 1062658927 (2023-09-03T07:02:07Z) 0xbdf8-0xbdfc (4) 0xbdf0| 59 a9 2e 2a| Y..*| position_lat: 59.31881935335696 (707701081) 0xbdfc-0xbe00 (4) 0xbe00|ef d8 da 0c |.... | position_long: 18.077164655551314 (215668975) 0xbe00-0xbe04 (4) 0xbe00| bf ca 43 00 | ..C. | distance: 44428.15 (4442815) (m) 0xbe04-0xbe08 (4) @@ -35718,7 +35718,7 @@ $ fq -d fit dv activity.fit 0xbe00| 06 | . | reserved: false 0xbe0e.3-0xbe0e.4 (0.1) 0xbe00| 06 | . | local_message_type: 6 0xbe0e.4-0xbe0f (0.4) | | | data_message{}: 0xbe0f-0xbe25 (22) -0xbe00| 72| r| timestamp: 1062658930 (s) 0xbe0f-0xbe13 (4) +0xbe00| 72| r| timestamp: 1062658930 (2023-09-03T07:02:10Z) 0xbe0f-0xbe13 (4) 0xbe10|e3 56 3f |.V? | 0xbe10| 2c ab 2e 2a | ,..* | position_lat: 59.31885849684477 (707701548) 0xbe13-0xbe17 (4) 0xbe10| f0 c5 da 0c | .... | position_long: 18.076757043600082 (215664112) 0xbe17-0xbe1b (4) @@ -35736,7 +35736,7 @@ $ fq -d fit dv activity.fit 0xbe20| 06 | . | reserved: false 0xbe25.3-0xbe25.4 (0.1) 0xbe20| 06 | . | local_message_type: 6 0xbe25.4-0xbe26 (0.4) | | | data_message{}: 0xbe26-0xbe3c (22) -0xbe20| 75 e3 56 3f | u.V? | timestamp: 1062658933 (s) 0xbe26-0xbe2a (4) +0xbe20| 75 e3 56 3f | u.V? | timestamp: 1062658933 (2023-09-03T07:02:13Z) 0xbe26-0xbe2a (4) 0xbe20| a8 ac 2e 2a | ...* | position_lat: 59.31889034807682 (707701928) 0xbe2a-0xbe2e (4) 0xbe20| 4c b3| L.| position_long: 18.076357059180737 (215659340) 0xbe2e-0xbe32 (4) 0xbe30|da 0c |.. | @@ -35753,7 +35753,7 @@ $ fq -d fit dv activity.fit 0xbe30| 06 | . | reserved: false 0xbe3c.3-0xbe3c.4 (0.1) 0xbe30| 06 | . | local_message_type: 6 0xbe3c.4-0xbe3d (0.4) | | | data_message{}: 0xbe3d-0xbe53 (22) -0xbe30| 78 e3 56| x.V| timestamp: 1062658936 (s) 0xbe3d-0xbe41 (4) +0xbe30| 78 e3 56| x.V| timestamp: 1062658936 (2023-09-03T07:02:16Z) 0xbe3d-0xbe41 (4) 0xbe40|3f |? | 0xbe40| c8 ad 2e 2a | ...* | position_lat: 59.318914487957954 (707702216) 0xbe41-0xbe45 (4) 0xbe40| 27 a1 da 0c | '... | position_long: 18.07596771977842 (215654695) 0xbe45-0xbe49 (4) @@ -35771,7 +35771,7 @@ $ fq -d fit dv activity.fit 0xbe50| 06 | . | reserved: false 0xbe53.3-0xbe53.4 (0.1) 0xbe50| 06 | . | local_message_type: 6 0xbe53.4-0xbe54 (0.4) | | | data_message{}: 0xbe54-0xbe6a (22) -0xbe50| 79 e3 56 3f | y.V? | timestamp: 1062658937 (s) 0xbe54-0xbe58 (4) +0xbe50| 79 e3 56 3f | y.V? | timestamp: 1062658937 (2023-09-03T07:02:17Z) 0xbe54-0xbe58 (4) 0xbe50| 92 ae 2e 2a | ...* | position_lat: 59.31893141940236 (707702418) 0xbe58-0xbe5c (4) 0xbe50| 37 9b da 0c| 7...| position_long: 18.07584031485021 (215653175) 0xbe5c-0xbe60 (4) 0xbe60|9e e8 43 00 |..C. | distance: 44504.62 (4450462) (m) 0xbe60-0xbe64 (4) @@ -35787,7 +35787,7 @@ $ fq -d fit dv activity.fit 0xbe60| 06 | . | reserved: false 0xbe6a.3-0xbe6a.4 (0.1) 0xbe60| 06 | . | local_message_type: 6 0xbe6a.4-0xbe6b (0.4) | | | data_message{}: 0xbe6b-0xbe81 (22) -0xbe60| 7c e3 56 3f | |.V? | timestamp: 1062658940 (s) 0xbe6b-0xbe6f (4) +0xbe60| 7c e3 56 3f | |.V? | timestamp: 1062658940 (2023-09-03T07:02:20Z) 0xbe6b-0xbe6f (4) 0xbe60| 90| .| position_lat: 59.318974167108536 (707702928) 0xbe6f-0xbe73 (4) 0xbe70|b0 2e 2a |..* | 0xbe70| 5e 89 da 0c | ^... | position_long: 18.075457345694304 (215648606) 0xbe73-0xbe77 (4) @@ -35804,7 +35804,7 @@ $ fq -d fit dv activity.fit 0xbe80| 06 | . | reserved: false 0xbe81.3-0xbe81.4 (0.1) 0xbe80| 06 | . | local_message_type: 6 0xbe81.4-0xbe82 (0.4) | | | data_message{}: 0xbe82-0xbe98 (22) -0xbe80| 7d e3 56 3f | }.V? | timestamp: 1062658941 (s) 0xbe82-0xbe86 (4) +0xbe80| 7d e3 56 3f | }.V? | timestamp: 1062658941 (2023-09-03T07:02:21Z) 0xbe82-0xbe86 (4) 0xbe80| 33 b1 2e 2a | 3..* | position_lat: 59.318987829610705 (707703091) 0xbe86-0xbe8a (4) 0xbe80| 6a 83 da 0c | j... | position_long: 18.07532960548997 (215647082) 0xbe8a-0xbe8e (4) 0xbe80| 3d f4| =.| distance: 44534.37 (4453437) (m) 0xbe8e-0xbe92 (4) @@ -35821,7 +35821,7 @@ $ fq -d fit dv activity.fit 0xbe90| 06 | . | reserved: false 0xbe98.3-0xbe98.4 (0.1) 0xbe90| 06 | . | local_message_type: 6 0xbe98.4-0xbe99 (0.4) | | | data_message{}: 0xbe99-0xbeaf (22) -0xbe90| 80 e3 56 3f | ..V? | timestamp: 1062658944 (s) 0xbe99-0xbe9d (4) +0xbe90| 80 e3 56 3f | ..V? | timestamp: 1062658944 (2023-09-03T07:02:24Z) 0xbe99-0xbe9d (4) 0xbe90| ce b2 2e| ...| position_lat: 59.31902227923274 (707703502) 0xbe9d-0xbea1 (4) 0xbea0|2a |* | 0xbea0| 12 72 da 0c | .r.. | position_long: 18.074957448989153 (215642642) 0xbea1-0xbea5 (4) @@ -35838,7 +35838,7 @@ $ fq -d fit dv activity.fit 0xbea0| 06| .| reserved: false 0xbeaf.3-0xbeaf.4 (0.1) 0xbea0| 06| .| local_message_type: 6 0xbeaf.4-0xbeb0 (0.4) | | | data_message{}: 0xbeb0-0xbec6 (22) -0xbeb0|84 e3 56 3f |..V? | timestamp: 1062658948 (s) 0xbeb0-0xbeb4 (4) +0xbeb0|84 e3 56 3f |..V? | timestamp: 1062658948 (2023-09-03T07:02:28Z) 0xbeb0-0xbeb4 (4) 0xbeb0| 62 b4 2e 2a | b..* | position_lat: 59.31905614212155 (707703906) 0xbeb4-0xbeb8 (4) 0xbeb0| b2 5c da 0c | .\.. | position_long: 18.074498791247606 (215637170) 0xbeb8-0xbebc (4) 0xbeb0| f8 06 44 00| ..D.| distance: 44582.32 (4458232) (m) 0xbebc-0xbec0 (4) @@ -35854,7 +35854,7 @@ $ fq -d fit dv activity.fit 0xbec0| 06 | . | reserved: false 0xbec6.3-0xbec6.4 (0.1) 0xbec0| 06 | . | local_message_type: 6 0xbec6.4-0xbec7 (0.4) | | | data_message{}: 0xbec7-0xbedd (22) -0xbec0| 87 e3 56 3f | ..V? | timestamp: 1062658951 (s) 0xbec7-0xbecb (4) +0xbec0| 87 e3 56 3f | ..V? | timestamp: 1062658951 (2023-09-03T07:02:31Z) 0xbec7-0xbecb (4) 0xbec0| 82 b5 2e 2a | ...* | position_lat: 59.31908028200269 (707704194) 0xbecb-0xbecf (4) 0xbec0| 8c| .| position_long: 18.074130825698376 (215632780) 0xbecf-0xbed3 (4) 0xbed0|4b da 0c |K.. | @@ -35871,7 +35871,7 @@ $ fq -d fit dv activity.fit 0xbed0| 06 | . | reserved: false 0xbedd.3-0xbedd.4 (0.1) 0xbed0| 06 | . | local_message_type: 6 0xbedd.4-0xbede (0.4) | | | data_message{}: 0xbede-0xbef4 (22) -0xbed0| 89 e3| ..| timestamp: 1062658953 (s) 0xbede-0xbee2 (4) +0xbed0| 89 e3| ..| timestamp: 1062658953 (2023-09-03T07:02:33Z) 0xbede-0xbee2 (4) 0xbee0|56 3f |V? | 0xbee0| c3 b5 2e 2a | ...* | position_lat: 59.31908573023975 (707704259) 0xbee2-0xbee6 (4) 0xbee0| 5b 41 da 0c | [A.. | position_long: 18.07391214184463 (215630171) 0xbee6-0xbeea (4) @@ -35888,7 +35888,7 @@ $ fq -d fit dv activity.fit 0xbef0| 06 | . | reserved: false 0xbef4.3-0xbef4.4 (0.1) 0xbef0| 06 | . | local_message_type: 6 0xbef4.4-0xbef5 (0.4) | | | data_message{}: 0xbef5-0xbf0b (22) -0xbef0| 8d e3 56 3f | ..V? | timestamp: 1062658957 (s) 0xbef5-0xbef9 (4) +0xbef0| 8d e3 56 3f | ..V? | timestamp: 1062658957 (2023-09-03T07:02:37Z) 0xbef5-0xbef9 (4) 0xbef0| 30 b7 2e 2a | 0..* | position_lat: 59.319116324186325 (707704624) 0xbef9-0xbefd (4) 0xbef0| 61 2e da| a..| position_long: 18.073504948988557 (215625313) 0xbefd-0xbf01 (4) 0xbf00|0c |. | @@ -35905,7 +35905,7 @@ $ fq -d fit dv activity.fit 0xbf00| 06 | . | reserved: false 0xbf0b.3-0xbf0b.4 (0.1) 0xbf00| 06 | . | local_message_type: 6 0xbf0b.4-0xbf0c (0.4) | | | data_message{}: 0xbf0c-0xbf22 (22) -0xbf00| 90 e3 56 3f| ..V?| timestamp: 1062658960 (s) 0xbf0c-0xbf10 (4) +0xbf00| 90 e3 56 3f| ..V?| timestamp: 1062658960 (2023-09-03T07:02:40Z) 0xbf0c-0xbf10 (4) 0xbf10|db b8 2e 2a |...* | position_lat: 59.31915211491287 (707705051) 0xbf10-0xbf14 (4) 0xbf10| e2 20 da 0c | . .. | position_long: 18.07321535423398 (215621858) 0xbf14-0xbf18 (4) 0xbf10| d1 23 44 00 | .#D. | distance: 44656.17 (4465617) (m) 0xbf18-0xbf1c (4) @@ -35921,7 +35921,7 @@ $ fq -d fit dv activity.fit 0xbf20| 06 | . | reserved: false 0xbf22.3-0xbf22.4 (0.1) 0xbf20| 06 | . | local_message_type: 6 0xbf22.4-0xbf23 (0.4) | | | data_message{}: 0xbf23-0xbf39 (22) -0xbf20| 93 e3 56 3f | ..V? | timestamp: 1062658963 (s) 0xbf23-0xbf27 (4) +0xbf20| 93 e3 56 3f | ..V? | timestamp: 1062658963 (2023-09-03T07:02:43Z) 0xbf23-0xbf27 (4) 0xbf20| 5b bc 2e 2a | [..* | position_lat: 59.319227216765285 (707705947) 0xbf27-0xbf2b (4) 0xbf20| ad 13 da 0c | .... | position_long: 18.07293196208775 (215618477) 0xbf2b-0xbf2f (4) 0xbf20| e1| .| distance: 44674.25 (4467425) (m) 0xbf2f-0xbf33 (4) @@ -35938,7 +35938,7 @@ $ fq -d fit dv activity.fit 0xbf30| 06 | . | reserved: false 0xbf39.3-0xbf39.4 (0.1) 0xbf30| 06 | . | local_message_type: 6 0xbf39.4-0xbf3a (0.4) | | | data_message{}: 0xbf3a-0xbf50 (22) -0xbf30| 97 e3 56 3f | ..V? | timestamp: 1062658967 (s) 0xbf3a-0xbf3e (4) +0xbf30| 97 e3 56 3f | ..V? | timestamp: 1062658967 (2023-09-03T07:02:47Z) 0xbf3a-0xbf3e (4) 0xbf30| 4b c6| K.| position_lat: 59.31944045238197 (707708491) 0xbf3e-0xbf42 (4) 0xbf40|2e 2a |.* | 0xbf40| a6 0c da 0c | .... | position_long: 18.072781171649694 (215616678) 0xbf42-0xbf46 (4) @@ -35955,7 +35955,7 @@ $ fq -d fit dv activity.fit 0xbf50|06 |. | reserved: false 0xbf50.3-0xbf50.4 (0.1) 0xbf50|06 |. | local_message_type: 6 0xbf50.4-0xbf51 (0.4) | | | data_message{}: 0xbf51-0xbf67 (22) -0xbf50| 99 e3 56 3f | ..V? | timestamp: 1062658969 (s) 0xbf51-0xbf55 (4) +0xbf50| 99 e3 56 3f | ..V? | timestamp: 1062658969 (2023-09-03T07:02:49Z) 0xbf51-0xbf55 (4) 0xbf50| b6 cb 2e 2a | ...* | position_lat: 59.31955670937896 (707709878) 0xbf55-0xbf59 (4) 0xbf50| 9b 0b da 0c | .... | position_long: 18.072758791968226 (215616411) 0xbf59-0xbf5d (4) 0xbf50| ef 39 44| .9D| distance: 44712.79 (4471279) (m) 0xbf5d-0xbf61 (4) @@ -35972,7 +35972,7 @@ $ fq -d fit dv activity.fit 0xbf60| 06 | . | reserved: false 0xbf67.3-0xbf67.4 (0.1) 0xbf60| 06 | . | local_message_type: 6 0xbf67.4-0xbf68 (0.4) | | | data_message{}: 0xbf68-0xbf7e (22) -0xbf60| 9b e3 56 3f | ..V? | timestamp: 1062658971 (s) 0xbf68-0xbf6c (4) +0xbf60| 9b e3 56 3f | ..V? | timestamp: 1062658971 (2023-09-03T07:02:51Z) 0xbf68-0xbf6c (4) 0xbf60| 67 d1 2e 2a| g..*| position_lat: 59.31967883370817 (707711335) 0xbf6c-0xbf70 (4) 0xbf70|a2 0a da 0c |.... | position_long: 18.07273792102933 (215616162) 0xbf70-0xbf74 (4) 0xbf70| 45 3f 44 00 | E?D. | distance: 44726.45 (4472645) (m) 0xbf74-0xbf78 (4) @@ -35988,7 +35988,7 @@ $ fq -d fit dv activity.fit 0xbf70| 06 | . | reserved: false 0xbf7e.3-0xbf7e.4 (0.1) 0xbf70| 06 | . | local_message_type: 6 0xbf7e.4-0xbf7f (0.4) | | | data_message{}: 0xbf7f-0xbf95 (22) -0xbf70| 9f| .| timestamp: 1062658975 (s) 0xbf7f-0xbf83 (4) +0xbf70| 9f| .| timestamp: 1062658975 (2023-09-03T07:02:55Z) 0xbf7f-0xbf83 (4) 0xbf80|e3 56 3f |.V? | 0xbf80| 42 dc 2e 2a | B..* | position_lat: 59.319911766797304 (707714114) 0xbf83-0xbf87 (4) 0xbf80| 37 06 da 0c | 7... | position_long: 18.07264312170446 (215615031) 0xbf87-0xbf8b (4) @@ -36006,7 +36006,7 @@ $ fq -d fit dv activity.fit 0xbf90| 06 | . | reserved: false 0xbf95.3-0xbf95.4 (0.1) 0xbf90| 06 | . | local_message_type: 6 0xbf95.4-0xbf96 (0.4) | | | data_message{}: 0xbf96-0xbfac (22) -0xbf90| a0 e3 56 3f | ..V? | timestamp: 1062658976 (s) 0xbf96-0xbf9a (4) +0xbf90| a0 e3 56 3f | ..V? | timestamp: 1062658976 (2023-09-03T07:02:56Z) 0xbf96-0xbf9a (4) 0xbf90| e7 de 2e 2a | ...* | position_lat: 59.319968512281775 (707714791) 0xbf9a-0xbf9e (4) 0xbf90| 7e 05| ~.| position_long: 18.072627615183592 (215614846) 0xbf9e-0xbfa2 (4) 0xbfa0|da 0c |.. | @@ -36023,7 +36023,7 @@ $ fq -d fit dv activity.fit 0xbfa0| 06 | . | reserved: false 0xbfac.3-0xbfac.4 (0.1) 0xbfa0| 06 | . | local_message_type: 6 0xbfac.4-0xbfad (0.4) | | | data_message{}: 0xbfad-0xbfc3 (22) -0xbfa0| a4 e3 56| ..V| timestamp: 1062658980 (s) 0xbfad-0xbfb1 (4) +0xbfa0| a4 e3 56| ..V| timestamp: 1062658980 (2023-09-03T07:03:00Z) 0xbfad-0xbfb1 (4) 0xbfb0|3f |? | 0xbfb0| c2 e8 2e 2a | ...* | position_lat: 59.32017998769879 (707717314) 0xbfb1-0xbfb5 (4) 0xbfb0| 8d 0d da 0c | .... | position_long: 18.07280053384602 (215616909) 0xbfb5-0xbfb9 (4) @@ -36041,7 +36041,7 @@ $ fq -d fit dv activity.fit 0xbfc0| 06 | . | reserved: false 0xbfc3.3-0xbfc3.4 (0.1) 0xbfc0| 06 | . | local_message_type: 6 0xbfc3.4-0xbfc4 (0.4) | | | data_message{}: 0xbfc4-0xbfda (22) -0xbfc0| a8 e3 56 3f | ..V? | timestamp: 1062658984 (s) 0xbfc4-0xbfc8 (4) +0xbfc0| a8 e3 56 3f | ..V? | timestamp: 1062658984 (2023-09-03T07:03:04Z) 0xbfc4-0xbfc8 (4) 0xbfc0| ac ed 2e 2a | ...* | position_lat: 59.32028543204069 (707718572) 0xbfc8-0xbfcc (4) 0xbfc0| a7 20 da 0c| . ..| position_long: 18.07321040891111 (215621799) 0xbfcc-0xbfd0 (4) 0xbfd0|67 60 44 00 |g`D. | distance: 44811.27 (4481127) (m) 0xbfd0-0xbfd4 (4) @@ -36057,7 +36057,7 @@ $ fq -d fit dv activity.fit 0xbfd0| 06 | . | reserved: false 0xbfda.3-0xbfda.4 (0.1) 0xbfd0| 06 | . | local_message_type: 6 0xbfda.4-0xbfdb (0.4) | | | data_message{}: 0xbfdb-0xbff1 (22) -0xbfd0| ac e3 56 3f | ..V? | timestamp: 1062658988 (s) 0xbfdb-0xbfdf (4) +0xbfd0| ac e3 56 3f | ..V? | timestamp: 1062658988 (2023-09-03T07:03:08Z) 0xbfdb-0xbfdf (4) 0xbfd0| 49| I| position_lat: 59.320470253005624 (707720777) 0xbfdf-0xbfe3 (4) 0xbfe0|f6 2e 2a |..* | 0xbfe0| 3c 2b da 0c | <+.. | position_long: 18.073437474668026 (215624508) 0xbfe3-0xbfe7 (4) @@ -36074,7 +36074,7 @@ $ fq -d fit dv activity.fit 0xbff0| 06 | . | reserved: false 0xbff1.3-0xbff1.4 (0.1) 0xbff0| 06 | . | local_message_type: 6 0xbff1.4-0xbff2 (0.4) | | | data_message{}: 0xbff2-0xc008 (22) -0xbff0| ad e3 56 3f | ..V? | timestamp: 1062658989 (s) 0xbff2-0xbff6 (4) +0xbff0| ad e3 56 3f | ..V? | timestamp: 1062658989 (2023-09-03T07:03:09Z) 0xbff2-0xbff6 (4) 0xbff0| d9 f8 2e 2a | ...* | position_lat: 59.32052523829043 (707721433) 0xbff6-0xbffa (4) 0xbff0| c7 2c da 0c | .,.. | position_long: 18.073470583185554 (215624903) 0xbffa-0xbffe (4) 0xbff0| 8c 6c| .l| distance: 44842.36 (4484236) (m) 0xbffe-0xc002 (4) @@ -36091,7 +36091,7 @@ $ fq -d fit dv activity.fit 0xc000| 06 | . | reserved: false 0xc008.3-0xc008.4 (0.1) 0xc000| 06 | . | local_message_type: 6 0xc008.4-0xc009 (0.4) | | | data_message{}: 0xc009-0xc01f (22) -0xc000| ae e3 56 3f | ..V? | timestamp: 1062658990 (s) 0xc009-0xc00d (4) +0xc000| ae e3 56 3f | ..V? | timestamp: 1062658990 (2023-09-03T07:03:10Z) 0xc009-0xc00d (4) 0xc000| 8d fb 2e| ...| position_lat: 59.320583241060376 (707722125) 0xc00d-0xc011 (4) 0xc010|2a |* | 0xc010| b3 2e da 0c | .... | position_long: 18.073511822149158 (215625395) 0xc011-0xc015 (4) @@ -36108,7 +36108,7 @@ $ fq -d fit dv activity.fit 0xc010| 06| .| reserved: false 0xc01f.3-0xc01f.4 (0.1) 0xc010| 06| .| local_message_type: 6 0xc01f.4-0xc020 (0.4) | | | data_message{}: 0xc020-0xc036 (22) -0xc020|b1 e3 56 3f |..V? | timestamp: 1062658993 (s) 0xc020-0xc024 (4) +0xc020|b1 e3 56 3f |..V? | timestamp: 1062658993 (2023-09-03T07:03:13Z) 0xc020-0xc024 (4) 0xc020| 21 04 2f 2a | !./* | position_lat: 59.32076730765402 (707724321) 0xc024-0xc028 (4) 0xc020| ea 36 da 0c | .6.. | position_long: 18.073688093572855 (215627498) 0xc028-0xc02c (4) 0xc020| 25 78 44 00| %xD.| distance: 44872.05 (4487205) (m) 0xc02c-0xc030 (4) @@ -36124,7 +36124,7 @@ $ fq -d fit dv activity.fit 0xc030| 06 | . | reserved: false 0xc036.3-0xc036.4 (0.1) 0xc030| 06 | . | local_message_type: 6 0xc036.4-0xc037 (0.4) | | | data_message{}: 0xc037-0xc04d (22) -0xc030| b4 e3 56 3f | ..V? | timestamp: 1062658996 (s) 0xc037-0xc03b (4) +0xc030| b4 e3 56 3f | ..V? | timestamp: 1062658996 (2023-09-03T07:03:16Z) 0xc037-0xc03b (4) 0xc030| 83 0d 2f 2a | ../* | position_lat: 59.3209686409682 (707726723) 0xc03b-0xc03f (4) 0xc030| 16| .| position_long: 18.073863442987204 (215629590) 0xc03f-0xc043 (4) 0xc040|3f da 0c |?.. | @@ -36141,7 +36141,7 @@ $ fq -d fit dv activity.fit 0xc040| 06 | . | reserved: false 0xc04d.3-0xc04d.4 (0.1) 0xc040| 06 | . | local_message_type: 6 0xc04d.4-0xc04e (0.4) | | | data_message{}: 0xc04e-0xc064 (22) -0xc040| b7 e3| ..| timestamp: 1062658999 (s) 0xc04e-0xc052 (4) +0xc040| b7 e3| ..| timestamp: 1062658999 (2023-09-03T07:03:19Z) 0xc04e-0xc052 (4) 0xc050|56 3f |V? | 0xc050| c7 16 2f 2a | ../* | position_lat: 59.32116745971143 (707729095) 0xc052-0xc056 (4) 0xc050| cb 47 da 0c | .G.. | position_long: 18.074050275608897 (215631819) 0xc056-0xc05a (4) @@ -36158,7 +36158,7 @@ $ fq -d fit dv activity.fit 0xc060| 06 | . | reserved: false 0xc064.3-0xc064.4 (0.1) 0xc060| 06 | . | local_message_type: 6 0xc064.4-0xc065 (0.4) | | | data_message{}: 0xc065-0xc07b (22) -0xc060| b8 e3 56 3f | ..V? | timestamp: 1062659000 (s) 0xc065-0xc069 (4) +0xc060| b8 e3 56 3f | ..V? | timestamp: 1062659000 (2023-09-03T07:03:20Z) 0xc065-0xc069 (4) 0xc060| 66 19 2f 2a | f./* | position_lat: 59.32122370228171 (707729766) 0xc069-0xc06d (4) 0xc060| d3 4a da| .J.| position_long: 18.07411531917751 (215632595) 0xc06d-0xc071 (4) 0xc070|0c |. | @@ -36175,7 +36175,7 @@ $ fq -d fit dv activity.fit 0xc070| 06 | . | reserved: false 0xc07b.3-0xc07b.4 (0.1) 0xc070| 06 | . | local_message_type: 6 0xc07b.4-0xc07c (0.4) | | | data_message{}: 0xc07c-0xc092 (22) -0xc070| bb e3 56 3f| ..V?| timestamp: 1062659003 (s) 0xc07c-0xc080 (4) +0xc070| bb e3 56 3f| ..V?| timestamp: 1062659003 (2023-09-03T07:03:23Z) 0xc07c-0xc080 (4) 0xc080|01 22 2f 2a |."/* | position_lat: 59.32140835560858 (707731969) 0xc080-0xc084 (4) 0xc080| 3d 53 da 0c | =S.. | position_long: 18.074295865371823 (215634749) 0xc084-0xc088 (4) 0xc080| 2d 97 44 00 | -.D. | distance: 44951.49 (4495149) (m) 0xc088-0xc08c (4) @@ -36191,7 +36191,7 @@ $ fq -d fit dv activity.fit 0xc090| 06 | . | reserved: false 0xc092.3-0xc092.4 (0.1) 0xc090| 06 | . | local_message_type: 6 0xc092.4-0xc093 (0.4) | | | data_message{}: 0xc093-0xc0a9 (22) -0xc090| be e3 56 3f | ..V? | timestamp: 1062659006 (s) 0xc093-0xc097 (4) +0xc090| be e3 56 3f | ..V? | timestamp: 1062659006 (2023-09-03T07:03:26Z) 0xc093-0xc097 (4) 0xc090| 01 2c 2f 2a | .,/* | position_lat: 59.321622932329774 (707734529) 0xc097-0xc09b (4) 0xc090| 60 57 da 0c | `W.. | position_long: 18.07438462972641 (215635808) 0xc09b-0xc09f (4) 0xc090| bb| .| distance: 44975.95 (4497595) (m) 0xc09f-0xc0a3 (4) @@ -36208,7 +36208,7 @@ $ fq -d fit dv activity.fit 0xc0a0| 06 | . | reserved: false 0xc0a9.3-0xc0a9.4 (0.1) 0xc0a0| 06 | . | local_message_type: 6 0xc0a9.4-0xc0aa (0.4) | | | data_message{}: 0xc0aa-0xc0c0 (22) -0xc0a0| c1 e3 56 3f | ..V? | timestamp: 1062659009 (s) 0xc0aa-0xc0ae (4) +0xc0a0| c1 e3 56 3f | ..V? | timestamp: 1062659009 (2023-09-03T07:03:29Z) 0xc0aa-0xc0ae (4) 0xc0a0| 04 37| .7| position_lat: 59.32185921818018 (707737348) 0xc0ae-0xc0b2 (4) 0xc0b0|2f 2a |/* | 0xc0b0| 27 5a da 0c | 'Z.. | position_long: 18.07444422505796 (215636519) 0xc0b2-0xc0b6 (4) @@ -36225,8 +36225,8 @@ $ fq -d fit dv activity.fit 0xc0c0|08 |. | reserved: false 0xc0c0.3-0xc0c0.4 (0.1) 0xc0c0|08 |. | local_message_type: 8 0xc0c0.4-0xc0c1 (0.4) | | | data_message{}: 0xc0c1-0xc0f7 (54) -0xc0c0| c1 e3 56 3f | ..V? | timestamp: 1062659009 (s) 0xc0c1-0xc0c5 (4) -0xc0c0| 37 e3 56 3f | 7.V? | start_time: 1062658871 0xc0c5-0xc0c9 (4) +0xc0c0| c1 e3 56 3f | ..V? | timestamp: 1062659009 (2023-09-03T07:03:29Z) 0xc0c1-0xc0c5 (4) +0xc0c0| 37 e3 56 3f | 7.V? | start_time: 1062658871 (2023-09-03T07:01:11Z) 0xc0c5-0xc0c9 (4) 0xc0c0| e0 55 2e 2a | .U.* | start_position_lat: 59.31702822446823 (707679712) 0xc0c9-0xc0cd (4) 0xc0c0| e4 e9 db| ...| start_position_long: 18.08302167803049 (215738852) 0xc0cd-0xc0d1 (4) 0xc0d0|0c |. | @@ -36257,7 +36257,7 @@ $ fq -d fit dv activity.fit 0xc0f0| 06 | . | reserved: false 0xc0f7.3-0xc0f7.4 (0.1) 0xc0f0| 06 | . | local_message_type: 6 0xc0f7.4-0xc0f8 (0.4) | | | data_message{}: 0xc0f8-0xc10e (22) -0xc0f0| c4 e3 56 3f | ..V? | timestamp: 1062659012 (s) 0xc0f8-0xc0fc (4) +0xc0f0| c4 e3 56 3f | ..V? | timestamp: 1062659012 (2023-09-03T07:03:32Z) 0xc0f8-0xc0fc (4) 0xc0f0| f6 42 2f 2a| .B/*| position_lat: 59.322115536779165 (707740406) 0xc0fc-0xc100 (4) 0xc100|e4 5d da 0c |.].. | position_long: 18.07452443987131 (215637476) 0xc100-0xc104 (4) 0xc100| 65 b6 44 00 | e.D. | distance: 45031.41 (4503141) (m) 0xc104-0xc108 (4) @@ -36273,7 +36273,7 @@ $ fq -d fit dv activity.fit 0xc100| 06 | . | reserved: false 0xc10e.3-0xc10e.4 (0.1) 0xc100| 06 | . | local_message_type: 6 0xc10e.4-0xc10f (0.4) | | | data_message{}: 0xc10f-0xc125 (22) -0xc100| c7| .| timestamp: 1062659015 (s) 0xc10f-0xc113 (4) +0xc100| c7| .| timestamp: 1062659015 (2023-09-03T07:03:35Z) 0xc10f-0xc113 (4) 0xc110|e3 56 3f |.V? | 0xc110| a6 4e 2f 2a | .N/* | position_lat: 59.32236632332206 (707743398) 0xc113-0xc117 (4) 0xc110| 23 64 da 0c | #d.. | position_long: 18.074658466503024 (215639075) 0xc117-0xc11b (4) @@ -36291,7 +36291,7 @@ $ fq -d fit dv activity.fit 0xc120| 06 | . | reserved: false 0xc125.3-0xc125.4 (0.1) 0xc120| 06 | . | local_message_type: 6 0xc125.4-0xc126 (0.4) | | | data_message{}: 0xc126-0xc13c (22) -0xc120| ca e3 56 3f | ..V? | timestamp: 1062659018 (s) 0xc126-0xc12a (4) +0xc120| ca e3 56 3f | ..V? | timestamp: 1062659018 (2023-09-03T07:03:38Z) 0xc126-0xc12a (4) 0xc120| 63 5a 2f 2a | cZ/* | position_lat: 59.32261819951236 (707746403) 0xc12a-0xc12e (4) 0xc120| 7a 6b| zk| position_long: 18.074815962463617 (215640954) 0xc12e-0xc132 (4) 0xc130|da 0c |.. | @@ -36308,7 +36308,7 @@ $ fq -d fit dv activity.fit 0xc130| 06 | . | reserved: false 0xc13c.3-0xc13c.4 (0.1) 0xc130| 06 | . | local_message_type: 6 0xc13c.4-0xc13d (0.4) | | | data_message{}: 0xc13d-0xc153 (22) -0xc130| cd e3 56| ..V| timestamp: 1062659021 (s) 0xc13d-0xc141 (4) +0xc130| cd e3 56| ..V| timestamp: 1062659021 (2023-09-03T07:03:41Z) 0xc13d-0xc141 (4) 0xc140|3f |? | 0xc140| 0d 66 2f 2a | .f/* | position_lat: 59.322868483141065 (707749389) 0xc141-0xc145 (4) 0xc140| c0 72 da 0c | .r.. | position_long: 18.07497203350067 (215642816) 0xc145-0xc149 (4) @@ -36326,7 +36326,7 @@ $ fq -d fit dv activity.fit 0xc150| 06 | . | reserved: false 0xc153.3-0xc153.4 (0.1) 0xc150| 06 | . | local_message_type: 6 0xc153.4-0xc154 (0.4) | | | data_message{}: 0xc154-0xc16a (22) -0xc150| d0 e3 56 3f | ..V? | timestamp: 1062659024 (s) 0xc154-0xc158 (4) +0xc150| d0 e3 56 3f | ..V? | timestamp: 1062659024 (2023-09-03T07:03:44Z) 0xc154-0xc158 (4) 0xc150| aa 71 2f 2a | .q/* | position_lat: 59.323117677122355 (707752362) 0xc158-0xc15c (4) 0xc150| 3b 79 da 0c| ;y..| position_long: 18.075111089274287 (215644475) 0xc15c-0xc160 (4) 0xc160|ec e3 44 00 |..D. | distance: 45147.96 (4514796) (m) 0xc160-0xc164 (4) @@ -36342,7 +36342,7 @@ $ fq -d fit dv activity.fit 0xc160| 06 | . | reserved: false 0xc16a.3-0xc16a.4 (0.1) 0xc160| 06 | . | local_message_type: 6 0xc16a.4-0xc16b (0.4) | | | data_message{}: 0xc16b-0xc181 (22) -0xc160| d3 e3 56 3f | ..V? | timestamp: 1062659027 (s) 0xc16b-0xc16f (4) +0xc160| d3 e3 56 3f | ..V? | timestamp: 1062659027 (2023-09-03T07:03:47Z) 0xc16b-0xc16f (4) 0xc160| 94| .| position_lat: 59.32337332516909 (707755412) 0xc16f-0xc173 (4) 0xc170|7d 2f 2a |}/* | 0xc170| f9 7d da 0c | .}.. | position_long: 18.07521284557879 (215645689) 0xc173-0xc177 (4) @@ -36359,7 +36359,7 @@ $ fq -d fit dv activity.fit 0xc180| 06 | . | reserved: false 0xc181.3-0xc181.4 (0.1) 0xc180| 06 | . | local_message_type: 6 0xc181.4-0xc182 (0.4) | | | data_message{}: 0xc182-0xc198 (22) -0xc180| d6 e3 56 3f | ..V? | timestamp: 1062659030 (s) 0xc182-0xc186 (4) +0xc180| d6 e3 56 3f | ..V? | timestamp: 1062659030 (2023-09-03T07:03:50Z) 0xc182-0xc186 (4) 0xc180| 44 89 2f 2a | D./* | position_lat: 59.32362411171198 (707758404) 0xc186-0xc18a (4) 0xc180| 5c 82 da 0c | \... | position_long: 18.075306974351406 (215646812) 0xc18a-0xc18e (4) 0xc180| 64 fa| d.| distance: 45205.48 (4520548) (m) 0xc18e-0xc192 (4) @@ -36376,7 +36376,7 @@ $ fq -d fit dv activity.fit 0xc190| 06 | . | reserved: false 0xc198.3-0xc198.4 (0.1) 0xc190| 06 | . | local_message_type: 6 0xc198.4-0xc199 (0.4) | | | data_message{}: 0xc199-0xc1af (22) -0xc190| d9 e3 56 3f | ..V? | timestamp: 1062659033 (s) 0xc199-0xc19d (4) +0xc190| d9 e3 56 3f | ..V? | timestamp: 1062659033 (2023-09-03T07:03:53Z) 0xc199-0xc19d (4) 0xc190| f8 94 2f| ../| position_lat: 59.323875233531 (707761400) 0xc19d-0xc1a1 (4) 0xc1a0|2a |* | 0xc1a0| a5 86 da 0c | .... | position_long: 18.075398923829198 (215647909) 0xc1a1-0xc1a5 (4) @@ -36393,7 +36393,7 @@ $ fq -d fit dv activity.fit 0xc1a0| 06| .| reserved: false 0xc1af.3-0xc1af.4 (0.1) 0xc1a0| 06| .| local_message_type: 6 0xc1af.4-0xc1b0 (0.4) | | | data_message{}: 0xc1b0-0xc1c6 (22) -0xc1b0|dc e3 56 3f |..V? | timestamp: 1062659036 (s) 0xc1b0-0xc1b4 (4) +0xc1b0|dc e3 56 3f |..V? | timestamp: 1062659036 (2023-09-03T07:03:56Z) 0xc1b0-0xc1b4 (4) 0xc1b0| 49 a0 2f 2a | I./* | position_lat: 59.32411805726588 (707764297) 0xc1b4-0xc1b8 (4) 0xc1b0| f2 8a da 0c | .... | position_long: 18.075491208583117 (215649010) 0xc1b8-0xc1bc (4) 0xc1b0| 46 10 45 00| F.E.| distance: 45261.5 (4526150) (m) 0xc1bc-0xc1c0 (4) @@ -36409,7 +36409,7 @@ $ fq -d fit dv activity.fit 0xc1c0| 06 | . | reserved: false 0xc1c6.3-0xc1c6.4 (0.1) 0xc1c0| 06 | . | local_message_type: 6 0xc1c6.4-0xc1c7 (0.4) | | | data_message{}: 0xc1c7-0xc1dd (22) -0xc1c0| df e3 56 3f | ..V? | timestamp: 1062659039 (s) 0xc1c7-0xc1cb (4) +0xc1c0| df e3 56 3f | ..V? | timestamp: 1062659039 (2023-09-03T07:03:59Z) 0xc1c7-0xc1cb (4) 0xc1c0| 11 ab 2f 2a | ../* | position_lat: 59.32434939779341 (707767057) 0xc1cb-0xc1cf (4) 0xc1c0| 0d| .| position_long: 18.07557930238545 (215650061) 0xc1cf-0xc1d3 (4) 0xc1d0|8f da 0c |... | @@ -36426,7 +36426,7 @@ $ fq -d fit dv activity.fit 0xc1d0| 06 | . | reserved: false 0xc1dd.3-0xc1dd.4 (0.1) 0xc1d0| 06 | . | local_message_type: 6 0xc1dd.4-0xc1de (0.4) | | | data_message{}: 0xc1de-0xc1f4 (22) -0xc1d0| e2 e3| ..| timestamp: 1062659042 (s) 0xc1de-0xc1e2 (4) +0xc1d0| e2 e3| ..| timestamp: 1062659042 (2023-09-03T07:04:02Z) 0xc1de-0xc1e2 (4) 0xc1e0|56 3f |V? | 0xc1e0| a7 b5 2f 2a | ../* | position_lat: 59.32457654736936 (707769767) 0xc1e2-0xc1e6 (4) 0xc1e0| cd 92 da 0c | .... | position_long: 18.075659768655896 (215651021) 0xc1e6-0xc1ea (4) @@ -36443,7 +36443,7 @@ $ fq -d fit dv activity.fit 0xc1f0| 06 | . | reserved: false 0xc1f4.3-0xc1f4.4 (0.1) 0xc1f0| 06 | . | local_message_type: 6 0xc1f4.4-0xc1f5 (0.4) | | | data_message{}: 0xc1f5-0xc20b (22) -0xc1f0| e5 e3 56 3f | ..V? | timestamp: 1062659045 (s) 0xc1f5-0xc1f9 (4) +0xc1f0| e5 e3 56 3f | ..V? | timestamp: 1062659045 (2023-09-03T07:04:05Z) 0xc1f5-0xc1f9 (4) 0xc1f0| 23 c0 2f 2a | #./* | position_lat: 59.324801517650485 (707772451) 0xc1f9-0xc1fd (4) 0xc1f0| 4a 96 da| J..| position_long: 18.075734619051218 (215651914) 0xc1fd-0xc201 (4) 0xc200|0c |. | @@ -36460,7 +36460,7 @@ $ fq -d fit dv activity.fit 0xc200| 06 | . | reserved: false 0xc20b.3-0xc20b.4 (0.1) 0xc200| 06 | . | local_message_type: 6 0xc20b.4-0xc20c (0.4) | | | data_message{}: 0xc20c-0xc222 (22) -0xc200| e8 e3 56 3f| ..V?| timestamp: 1062659048 (s) 0xc20c-0xc210 (4) +0xc200| e8 e3 56 3f| ..V?| timestamp: 1062659048 (2023-09-03T07:04:08Z) 0xc20c-0xc210 (4) 0xc210|6b ca 2f 2a |k./* | position_lat: 59.32502212934196 (707775083) 0xc210-0xc214 (4) 0xc210| ad 97 da 0c | .... | position_long: 18.075764374807477 (215652269) 0xc214-0xc218 (4) 0xc210| 21 38 45 00 | !8E. | distance: 45363.53 (4536353) (m) 0xc218-0xc21c (4) @@ -36476,7 +36476,7 @@ $ fq -d fit dv activity.fit 0xc220| 06 | . | reserved: false 0xc222.3-0xc222.4 (0.1) 0xc220| 06 | . | local_message_type: 6 0xc222.4-0xc223 (0.4) | | | data_message{}: 0xc223-0xc239 (22) -0xc220| eb e3 56 3f | ..V? | timestamp: 1062659051 (s) 0xc223-0xc227 (4) +0xc220| eb e3 56 3f | ..V? | timestamp: 1062659051 (2023-09-03T07:04:11Z) 0xc223-0xc227 (4) 0xc220| 66 d4 2f 2a | f./* | position_lat: 59.32523628696799 (707777638) 0xc227-0xc22b (4) 0xc220| 0a 97 da 0c | .... | position_long: 18.075750712305307 (215652106) 0xc22b-0xc22f (4) 0xc220| 74| t| distance: 45387.4 (4538740) (m) 0xc22f-0xc233 (4) @@ -36493,7 +36493,7 @@ $ fq -d fit dv activity.fit 0xc230| 06 | . | reserved: false 0xc239.3-0xc239.4 (0.1) 0xc230| 06 | . | local_message_type: 6 0xc239.4-0xc23a (0.4) | | | data_message{}: 0xc23a-0xc250 (22) -0xc230| ee e3 56 3f | ..V? | timestamp: 1062659054 (s) 0xc23a-0xc23e (4) +0xc230| ee e3 56 3f | ..V? | timestamp: 1062659054 (2023-09-03T07:04:14Z) 0xc23a-0xc23e (4) 0xc230| 33 de| 3.| position_lat: 59.32544658891857 (707780147) 0xc23e-0xc242 (4) 0xc240|2f 2a |/* | 0xc240| ac 95 da 0c | .... | position_long: 18.075721375644207 (215651756) 0xc242-0xc246 (4) @@ -36510,7 +36510,7 @@ $ fq -d fit dv activity.fit 0xc250|06 |. | reserved: false 0xc250.3-0xc250.4 (0.1) 0xc250|06 |. | local_message_type: 6 0xc250.4-0xc251 (0.4) | | | data_message{}: 0xc251-0xc267 (22) -0xc250| f1 e3 56 3f | ..V? | timestamp: 1062659057 (s) 0xc251-0xc255 (4) +0xc250| f1 e3 56 3f | ..V? | timestamp: 1062659057 (2023-09-03T07:04:17Z) 0xc251-0xc255 (4) 0xc250| 8d e7 2f 2a | ../* | position_lat: 59.32564725168049 (707782541) 0xc255-0xc259 (4) 0xc250| c8 93 da 0c | .... | position_long: 18.075680807232857 (215651272) 0xc259-0xc25d (4) 0xc250| 68 53 45| hSE| distance: 45433.36 (4543336) (m) 0xc25d-0xc261 (4) @@ -36527,7 +36527,7 @@ $ fq -d fit dv activity.fit 0xc260| 06 | . | reserved: false 0xc267.3-0xc267.4 (0.1) 0xc260| 06 | . | local_message_type: 6 0xc267.4-0xc268 (0.4) | | | data_message{}: 0xc268-0xc27e (22) -0xc260| f4 e3 56 3f | ..V? | timestamp: 1062659060 (s) 0xc268-0xc26c (4) +0xc260| f4 e3 56 3f | ..V? | timestamp: 1062659060 (2023-09-03T07:04:20Z) 0xc268-0xc26c (4) 0xc260| af f0 2f 2a| ../*| position_lat: 59.325843220576644 (707784879) 0xc26c-0xc270 (4) 0xc270|04 90 da 0c |.... | position_long: 18.075600005686283 (215650308) 0xc270-0xc274 (4) 0xc270| 21 5c 45 00 | !\E. | distance: 45455.69 (4545569) (m) 0xc274-0xc278 (4) @@ -36543,7 +36543,7 @@ $ fq -d fit dv activity.fit 0xc270| 06 | . | reserved: false 0xc27e.3-0xc27e.4 (0.1) 0xc270| 06 | . | local_message_type: 6 0xc27e.4-0xc27f (0.4) | | | data_message{}: 0xc27f-0xc295 (22) -0xc270| f7| .| timestamp: 1062659063 (s) 0xc27f-0xc283 (4) +0xc270| f7| .| timestamp: 1062659063 (2023-09-03T07:04:23Z) 0xc27f-0xc283 (4) 0xc280|e3 56 3f |.V? | 0xc280| 0e f9 2f 2a | ../* | position_lat: 59.32602284476161 (707787022) 0xc283-0xc287 (4) 0xc280| 6f 89 da 0c | o... | position_long: 18.075458770617843 (215648623) 0xc287-0xc28b (4) @@ -36561,7 +36561,7 @@ $ fq -d fit dv activity.fit 0xc290| 06 | . | reserved: false 0xc295.3-0xc295.4 (0.1) 0xc290| 06 | . | local_message_type: 6 0xc295.4-0xc296 (0.4) | | | data_message{}: 0xc296-0xc2ac (22) -0xc290| fa e3 56 3f | ..V? | timestamp: 1062659066 (s) 0xc296-0xc29a (4) +0xc290| fa e3 56 3f | ..V? | timestamp: 1062659066 (2023-09-03T07:04:26Z) 0xc296-0xc29a (4) 0xc290| 84 00 30 2a | ..0* | position_lat: 59.326182939112186 (707788932) 0xc29a-0xc29e (4) 0xc290| 09 81| ..| position_long: 18.075278559699655 (215646473) 0xc29e-0xc2a2 (4) 0xc2a0|da 0c |.. | @@ -36578,7 +36578,7 @@ $ fq -d fit dv activity.fit 0xc2a0| 06 | . | reserved: false 0xc2ac.3-0xc2ac.4 (0.1) 0xc2a0| 06 | . | local_message_type: 6 0xc2ac.4-0xc2ad (0.4) | | | data_message{}: 0xc2ad-0xc2c3 (22) -0xc2a0| fe e3 56| ..V| timestamp: 1062659070 (s) 0xc2ad-0xc2b1 (4) +0xc2a0| fe e3 56| ..V| timestamp: 1062659070 (2023-09-03T07:04:30Z) 0xc2ad-0xc2b1 (4) 0xc2b0|3f |? | 0xc2b0| 71 09 30 2a | q.0* | position_lat: 59.326374465599656 (707791217) 0xc2b1-0xc2b5 (4) 0xc2b0| 53 75 da 0c | Su.. | position_long: 18.075027270242572 (215643475) 0xc2b5-0xc2b9 (4) @@ -36596,7 +36596,7 @@ $ fq -d fit dv activity.fit 0xc2c0| 06 | . | reserved: false 0xc2c3.3-0xc2c3.4 (0.1) 0xc2c0| 06 | . | local_message_type: 6 0xc2c3.4-0xc2c4 (0.4) | | | data_message{}: 0xc2c4-0xc2da (22) -0xc2c0| 01 e4 56 3f | ..V? | timestamp: 1062659073 (s) 0xc2c4-0xc2c8 (4) +0xc2c0| 01 e4 56 3f | ..V? | timestamp: 1062659073 (2023-09-03T07:04:33Z) 0xc2c4-0xc2c8 (4) 0xc2c0| 10 10 30 2a | ..0* | position_lat: 59.326516538858414 (707792912) 0xc2c8-0xc2cc (4) 0xc2c0| 2d 6d da 0c| -m..| position_long: 18.074852423742414 (215641389) 0xc2cc-0xc2d0 (4) 0xc2d0|f0 7d 45 00 |.}E. | distance: 45542.24 (4554224) (m) 0xc2d0-0xc2d4 (4) @@ -36612,7 +36612,7 @@ $ fq -d fit dv activity.fit 0xc2d0| 06 | . | reserved: false 0xc2da.3-0xc2da.4 (0.1) 0xc2d0| 06 | . | local_message_type: 6 0xc2da.4-0xc2db (0.4) | | | data_message{}: 0xc2db-0xc2f1 (22) -0xc2d0| 05 e4 56 3f | ..V? | timestamp: 1062659077 (s) 0xc2db-0xc2df (4) +0xc2d0| 05 e4 56 3f | ..V? | timestamp: 1062659077 (2023-09-03T07:04:37Z) 0xc2db-0xc2df (4) 0xc2d0| 42| B| position_lat: 59.32671384885907 (707795266) 0xc2df-0xc2e3 (4) 0xc2e0|19 30 2a |.0* | 0xc2e0| c6 63 da 0c | .c.. | position_long: 18.074650671333075 (215638982) 0xc2e3-0xc2e7 (4) @@ -36629,7 +36629,7 @@ $ fq -d fit dv activity.fit 0xc2f0| 06 | . | reserved: false 0xc2f1.3-0xc2f1.4 (0.1) 0xc2f0| 06 | . | local_message_type: 6 0xc2f1.4-0xc2f2 (0.4) | | | data_message{}: 0xc2f2-0xc308 (22) -0xc2f0| 09 e4 56 3f | ..V? | timestamp: 1062659081 (s) 0xc2f2-0xc2f6 (4) +0xc2f0| 09 e4 56 3f | ..V? | timestamp: 1062659081 (2023-09-03T07:04:41Z) 0xc2f2-0xc2f6 (4) 0xc2f0| 43 22 30 2a | C"0* | position_lat: 59.326907051727176 (707797571) 0xc2f6-0xc2fa (4) 0xc2f0| 43 59 da 0c | CY.. | position_long: 18.07442511431873 (215636291) 0xc2fa-0xc2fe (4) 0xc2f0| 6b 91| k.| distance: 45592.11 (4559211) (m) 0xc2fe-0xc302 (4) @@ -36646,7 +36646,7 @@ $ fq -d fit dv activity.fit 0xc300| 06 | . | reserved: false 0xc308.3-0xc308.4 (0.1) 0xc300| 06 | . | local_message_type: 6 0xc308.4-0xc309 (0.4) | | | data_message{}: 0xc309-0xc31f (22) -0xc300| 0d e4 56 3f | ..V? | timestamp: 1062659085 (s) 0xc309-0xc30d (4) +0xc300| 0d e4 56 3f | ..V? | timestamp: 1062659085 (2023-09-03T07:04:45Z) 0xc309-0xc30d (4) 0xc300| 59 2b 30| Y+0| position_lat: 59.327102014794946 (707799897) 0xc30d-0xc311 (4) 0xc310|2a |* | 0xc310| 37 4e da 0c | 7N.. | position_long: 18.074188074097037 (215633463) 0xc311-0xc315 (4) @@ -36663,7 +36663,7 @@ $ fq -d fit dv activity.fit 0xc310| 06| .| reserved: false 0xc31f.3-0xc31f.4 (0.1) 0xc310| 06| .| local_message_type: 6 0xc31f.4-0xc320 (0.4) | | | data_message{}: 0xc320-0xc336 (22) -0xc320|11 e4 56 3f |..V? | timestamp: 1062659089 (s) 0xc320-0xc324 (4) +0xc320|11 e4 56 3f |..V? | timestamp: 1062659089 (2023-09-03T07:04:49Z) 0xc320-0xc324 (4) 0xc320| 63 34 30 2a | c40* | position_lat: 59.327295972034335 (707802211) 0xc324-0xc328 (4) 0xc320| d4 42 da 0c | .B.. | position_long: 18.073943741619587 (215630548) 0xc328-0xc32c (4) 0xc320| 72 a5 45 00| r.E.| distance: 45643.38 (4564338) (m) 0xc32c-0xc330 (4) @@ -36679,7 +36679,7 @@ $ fq -d fit dv activity.fit 0xc330| 06 | . | reserved: false 0xc336.3-0xc336.4 (0.1) 0xc330| 06 | . | local_message_type: 6 0xc336.4-0xc337 (0.4) | | | data_message{}: 0xc337-0xc34d (22) -0xc330| 15 e4 56 3f | ..V? | timestamp: 1062659093 (s) 0xc337-0xc33b (4) +0xc330| 15 e4 56 3f | ..V? | timestamp: 1062659093 (2023-09-03T07:04:53Z) 0xc337-0xc33b (4) 0xc330| e0 3c 30 2a | .<0* | position_lat: 59.32747811079025 (707804384) 0xc33b-0xc33f (4) 0xc330| d4| .| position_long: 18.073664791882038 (215627220) 0xc33f-0xc343 (4) 0xc340|35 da 0c |5.. | @@ -36696,7 +36696,7 @@ $ fq -d fit dv activity.fit 0xc340| 06 | . | reserved: false 0xc34d.3-0xc34d.4 (0.1) 0xc340| 06 | . | local_message_type: 6 0xc34d.4-0xc34e (0.4) | | | data_message{}: 0xc34e-0xc364 (22) -0xc340| 19 e4| ..| timestamp: 1062659097 (s) 0xc34e-0xc352 (4) +0xc340| 19 e4| ..| timestamp: 1062659097 (2023-09-03T07:04:57Z) 0xc34e-0xc352 (4) 0xc350|56 3f |V? | 0xc350| f1 44 30 2a | .D0* | position_lat: 59.327651197090745 (707806449) 0xc352-0xc356 (4) 0xc350| 9f 29 da 0c | .).. | position_long: 18.073402857407928 (215624095) 0xc356-0xc35a (4) @@ -36713,7 +36713,7 @@ $ fq -d fit dv activity.fit 0xc360| 06 | . | reserved: false 0xc364.3-0xc364.4 (0.1) 0xc360| 06 | . | local_message_type: 6 0xc364.4-0xc365 (0.4) | | | data_message{}: 0xc365-0xc37b (22) -0xc360| 1d e4 56 3f | ..V? | timestamp: 1062659101 (s) 0xc365-0xc369 (4) +0xc360| 1d e4 56 3f | ..V? | timestamp: 1062659101 (2023-09-03T07:05:01Z) 0xc365-0xc369 (4) 0xc360| 41 4d 30 2a | AM0* | position_lat: 59.327829563990235 (707808577) 0xc369-0xc36d (4) 0xc360| 92 1e da| ...| position_long: 18.073165733367205 (215621266) 0xc36d-0xc371 (4) 0xc370|0c |. | @@ -36730,7 +36730,7 @@ $ fq -d fit dv activity.fit 0xc370| 06 | . | reserved: false 0xc37b.3-0xc37b.4 (0.1) 0xc370| 06 | . | local_message_type: 6 0xc37b.4-0xc37c (0.4) | | | data_message{}: 0xc37c-0xc392 (22) -0xc370| 21 e4 56 3f| !.V?| timestamp: 1062659105 (s) 0xc37c-0xc380 (4) +0xc370| 21 e4 56 3f| !.V?| timestamp: 1062659105 (2023-09-03T07:05:05Z) 0xc37c-0xc380 (4) 0xc380|79 55 30 2a |yU0* | position_lat: 59.328005919232965 (707810681) 0xc380-0xc384 (4) 0xc380| 6d 12 da 0c | m... | position_long: 18.0729051399976 (215618157) 0xc384-0xc388 (4) 0xc380| 0d cc 45 00 | ..E. | distance: 45742.21 (4574221) (m) 0xc388-0xc38c (4) @@ -36746,7 +36746,7 @@ $ fq -d fit dv activity.fit 0xc390| 06 | . | reserved: false 0xc392.3-0xc392.4 (0.1) 0xc390| 06 | . | local_message_type: 6 0xc392.4-0xc393 (0.4) | | | data_message{}: 0xc393-0xc3a9 (22) -0xc390| 25 e4 56 3f | %.V? | timestamp: 1062659109 (s) 0xc393-0xc397 (4) +0xc390| 25 e4 56 3f | %.V? | timestamp: 1062659109 (2023-09-03T07:05:09Z) 0xc393-0xc397 (4) 0xc390| ee 57 30 2a | .W0* | position_lat: 59.32805864140391 (707811310) 0xc397-0xc39b (4) 0xc390| 23 00 da 0c | #... | position_long: 18.07251269929111 (215613475) 0xc39b-0xc39f (4) 0xc390| 74| t| distance: 45766.28 (4576628) (m) 0xc39f-0xc3a3 (4) @@ -36763,7 +36763,7 @@ $ fq -d fit dv activity.fit 0xc3a0| 06 | . | reserved: false 0xc3a9.3-0xc3a9.4 (0.1) 0xc3a0| 06 | . | local_message_type: 6 0xc3a9.4-0xc3aa (0.4) | | | data_message{}: 0xc3aa-0xc3c0 (22) -0xc3a0| 28 e4 56 3f | (.V? | timestamp: 1062659112 (s) 0xc3aa-0xc3ae (4) +0xc3a0| 28 e4 56 3f | (.V? | timestamp: 1062659112 (2023-09-03T07:05:12Z) 0xc3aa-0xc3ae (4) 0xc3a0| ec 54| .T| position_lat: 59.32799410074949 (707810540) 0xc3ae-0xc3b2 (4) 0xc3b0|30 2a |0* | 0xc3b0| 23 f3 d9 0c | #... | position_long: 18.07223374955356 (215610147) 0xc3b2-0xc3b6 (4) @@ -36780,7 +36780,7 @@ $ fq -d fit dv activity.fit 0xc3c0|06 |. | reserved: false 0xc3c0.3-0xc3c0.4 (0.1) 0xc3c0|06 |. | local_message_type: 6 0xc3c0.4-0xc3c1 (0.4) | | | data_message{}: 0xc3c1-0xc3d7 (22) -0xc3c0| 2c e4 56 3f | ,.V? | timestamp: 1062659116 (s) 0xc3c1-0xc3c5 (4) +0xc3c0| 2c e4 56 3f | ,.V? | timestamp: 1062659116 (2023-09-03T07:05:16Z) 0xc3c1-0xc3c5 (4) 0xc3c0| 17 50 30 2a | .P0* | position_lat: 59.32789041660726 (707809303) 0xc3c5-0xc3c9 (4) 0xc3c0| da e3 d9 0c | .... | position_long: 18.07190576568246 (215606234) 0xc3c9-0xc3cd (4) 0xc3c0| dd e4 45| ..E| distance: 45805.73 (4580573) (m) 0xc3cd-0xc3d1 (4) @@ -36797,7 +36797,7 @@ $ fq -d fit dv activity.fit 0xc3d0| 06 | . | reserved: false 0xc3d7.3-0xc3d7.4 (0.1) 0xc3d0| 06 | . | local_message_type: 6 0xc3d7.4-0xc3d8 (0.4) | | | data_message{}: 0xc3d8-0xc3ee (22) -0xc3d0| 30 e4 56 3f | 0.V? | timestamp: 1062659120 (s) 0xc3d8-0xc3dc (4) +0xc3d0| 30 e4 56 3f | 0.V? | timestamp: 1062659120 (2023-09-03T07:05:20Z) 0xc3d8-0xc3dc (4) 0xc3d0| 83 4b 30 2a| .K0*| position_lat: 59.32779218070209 (707808131) 0xc3dc-0xc3e0 (4) 0xc3e0|b5 d5 d9 0c |.... | position_long: 18.071602256968617 (215602613) 0xc3e0-0xc3e4 (4) 0xc3e0| da ec 45 00 | ..E. | distance: 45826.18 (4582618) (m) 0xc3e4-0xc3e8 (4) @@ -36813,7 +36813,7 @@ $ fq -d fit dv activity.fit 0xc3e0| 06 | . | reserved: false 0xc3ee.3-0xc3ee.4 (0.1) 0xc3e0| 06 | . | local_message_type: 6 0xc3ee.4-0xc3ef (0.4) | | | data_message{}: 0xc3ef-0xc405 (22) -0xc3e0| 35| 5| timestamp: 1062659125 (s) 0xc3ef-0xc3f3 (4) +0xc3e0| 35| 5| timestamp: 1062659125 (2023-09-03T07:05:25Z) 0xc3ef-0xc3f3 (4) 0xc3f0|e4 56 3f |.V? | 0xc3f0| a4 46 30 2a | .F0* | position_lat: 59.32768765836954 (707806884) 0xc3f3-0xc3f7 (4) 0xc3f0| bf c4 d9 0c | .... | position_long: 18.07123831473291 (215598271) 0xc3f7-0xc3fb (4) @@ -36831,7 +36831,7 @@ $ fq -d fit dv activity.fit 0xc400| 06 | . | reserved: false 0xc405.3-0xc405.4 (0.1) 0xc400| 06 | . | local_message_type: 6 0xc405.4-0xc406 (0.4) | | | data_message{}: 0xc406-0xc41c (22) -0xc400| 3a e4 56 3f | :.V? | timestamp: 1062659130 (s) 0xc406-0xc40a (4) +0xc400| 3a e4 56 3f | :.V? | timestamp: 1062659130 (2023-09-03T07:05:30Z) 0xc406-0xc40a (4) 0xc400| 6d 43 30 2a | mC0* | position_lat: 59.32761867530644 (707806061) 0xc40a-0xc40e (4) 0xc400| 43 b4| C.| position_long: 18.07088459841907 (215594051) 0xc40e-0xc412 (4) 0xc410|d9 0c |.. | @@ -36848,7 +36848,7 @@ $ fq -d fit dv activity.fit 0xc410| 06 | . | reserved: false 0xc41c.3-0xc41c.4 (0.1) 0xc410| 06 | . | local_message_type: 6 0xc41c.4-0xc41d (0.4) | | | data_message{}: 0xc41d-0xc433 (22) -0xc410| 3f e4 56| ?.V| timestamp: 1062659135 (s) 0xc41d-0xc421 (4) +0xc410| 3f e4 56| ?.V| timestamp: 1062659135 (2023-09-03T07:05:35Z) 0xc41d-0xc421 (4) 0xc420|3f |? | 0xc420| e0 49 30 2a | .I0* | position_lat: 59.3277570605278 (707807712) 0xc421-0xc425 (4) 0xc420| 51 a8 d9 0c | Q... | position_long: 18.070628279820085 (215590993) 0xc425-0xc429 (4) @@ -36866,7 +36866,7 @@ $ fq -d fit dv activity.fit 0xc430| 06 | . | reserved: false 0xc433.3-0xc433.4 (0.1) 0xc430| 06 | . | local_message_type: 6 0xc433.4-0xc434 (0.4) | | | data_message{}: 0xc434-0xc44a (22) -0xc430| 43 e4 56 3f | C.V? | timestamp: 1062659139 (s) 0xc434-0xc438 (4) +0xc430| 43 e4 56 3f | C.V? | timestamp: 1062659139 (2023-09-03T07:05:39Z) 0xc434-0xc438 (4) 0xc430| ea 50 30 2a | .P0* | position_lat: 59.32790810242295 (707809514) 0xc438-0xc43c (4) 0xc430| 4d 9f d9 0c| M...| position_long: 18.070434825494885 (215588685) 0xc43c-0xc440 (4) 0xc440|f8 0e 46 00 |..F. | distance: 45913.52 (4591352) (m) 0xc440-0xc444 (4) @@ -36882,7 +36882,7 @@ $ fq -d fit dv activity.fit 0xc440| 06 | . | reserved: false 0xc44a.3-0xc44a.4 (0.1) 0xc440| 06 | . | local_message_type: 6 0xc44a.4-0xc44b (0.4) | | | data_message{}: 0xc44b-0xc461 (22) -0xc440| 47 e4 56 3f | G.V? | timestamp: 1062659143 (s) 0xc44b-0xc44f (4) +0xc440| 47 e4 56 3f | G.V? | timestamp: 1062659143 (2023-09-03T07:05:43Z) 0xc44b-0xc44f (4) 0xc440| 92| .| position_lat: 59.328072387725115 (707811474) 0xc44f-0xc453 (4) 0xc450|58 30 2a |X0* | 0xc450| ef 95 d9 0c | .... | position_long: 18.070233827456832 (215586287) 0xc453-0xc457 (4) @@ -36899,7 +36899,7 @@ $ fq -d fit dv activity.fit 0xc460| 06 | . | reserved: false 0xc461.3-0xc461.4 (0.1) 0xc460| 06 | . | local_message_type: 6 0xc461.4-0xc462 (0.4) | | | data_message{}: 0xc462-0xc478 (22) -0xc460| 4b e4 56 3f | K.V? | timestamp: 1062659147 (s) 0xc462-0xc466 (4) +0xc460| 4b e4 56 3f | K.V? | timestamp: 1062659147 (2023-09-03T07:05:47Z) 0xc462-0xc466 (4) 0xc460| 59 60 30 2a | Y`0* | position_lat: 59.32823927141726 (707813465) 0xc466-0xc46a (4) 0xc460| 5d 8c d9 0c | ]... | position_long: 18.07002847082913 (215583837) 0xc46a-0xc46e (4) 0xc460| fb 1f| ..| distance: 45957.07 (4595707) (m) 0xc46e-0xc472 (4) @@ -36916,7 +36916,7 @@ $ fq -d fit dv activity.fit 0xc470| 06 | . | reserved: false 0xc478.3-0xc478.4 (0.1) 0xc470| 06 | . | local_message_type: 6 0xc478.4-0xc479 (0.4) | | | data_message{}: 0xc479-0xc48f (22) -0xc470| 4f e4 56 3f | O.V? | timestamp: 1062659151 (s) 0xc479-0xc47d (4) +0xc470| 4f e4 56 3f | O.V? | timestamp: 1062659151 (2023-09-03T07:05:51Z) 0xc479-0xc47d (4) 0xc470| de 67 30| .g0| position_lat: 59.32840062305331 (707815390) 0xc47d-0xc481 (4) 0xc480|2a |* | 0xc480| 28 83 d9 0c | (... | position_long: 18.069830909371376 (215581480) 0xc481-0xc485 (4) @@ -36933,7 +36933,7 @@ $ fq -d fit dv activity.fit 0xc480| 06| .| reserved: false 0xc48f.3-0xc48f.4 (0.1) 0xc480| 06| .| local_message_type: 6 0xc48f.4-0xc490 (0.4) | | | data_message{}: 0xc490-0xc4a6 (22) -0xc490|51 e4 56 3f |Q.V? | timestamp: 1062659153 (s) 0xc490-0xc494 (4) +0xc490|51 e4 56 3f |Q.V? | timestamp: 1062659153 (2023-09-03T07:05:53Z) 0xc490-0xc494 (4) 0xc490| 68 6b 30 2a | hk0* | position_lat: 59.32847656309605 (707816296) 0xc494-0xc498 (4) 0xc490| cb 7e d9 0c | .~.. | position_long: 18.06973728351295 (215580363) 0xc498-0xc49c (4) 0xc490| 2b 2c 46 00| +,F.| distance: 45988.27 (4598827) (m) 0xc49c-0xc4a0 (4) @@ -36949,7 +36949,7 @@ $ fq -d fit dv activity.fit 0xc4a0| 02 | . | reserved: false 0xc4a6.3-0xc4a6.4 (0.1) 0xc4a0| 02 | . | local_message_type: 2 0xc4a6.4-0xc4a7 (0.4) | | | data_message{}: 0xc4a7-0xc4b2 (11) -0xc4a0| 51 e4 56 3f | Q.V? | timestamp: 1062659153 (s) 0xc4a7-0xc4ab (4) +0xc4a0| 51 e4 56 3f | Q.V? | timestamp: 1062659153 (2023-09-03T07:05:53Z) 0xc4a7-0xc4ab (4) 0xc4a0| 00 00 00 00 | .... | data: 0 0xc4ab-0xc4af (4) 0xc4a0| 00| .| event: "timer" (0) 0xc4af-0xc4b0 (1) 0xc4b0|04 |. | event_type: "stop_all" (4) 0xc4b0-0xc4b1 (1) @@ -36962,7 +36962,7 @@ $ fq -d fit dv activity.fit 0xc4b0| 03 | . | reserved: false 0xc4b2.3-0xc4b2.4 (0.1) 0xc4b0| 03 | . | local_message_type: 3 0xc4b2.4-0xc4b3 (0.4) | | | data_message{}: 0xc4b3-0xc4d8 (37) -0xc4b0| 51 e4 56 3f | Q.V? | timestamp: 1062659153 (s) 0xc4b3-0xc4b7 (4) +0xc4b0| 51 e4 56 3f | Q.V? | timestamp: 1062659153 (2023-09-03T07:05:53Z) 0xc4b3-0xc4b7 (4) 0xc4b0| 17 36 de e8 | .6.. | serial_number: 3906876951 0xc4b7-0xc4bb (4) 0xc4b0| ff ff ff ff | .... | cum_operating_time: 4294967295 (invalid) 0xc4bb-0xc4bf (4) 0xc4b0| ff| .| UNKNOWN_8: 4294967295 (invalid) 0xc4bf-0xc4c3 (4) @@ -36987,7 +36987,7 @@ $ fq -d fit dv activity.fit 0xc4d0| 03 | . | reserved: false 0xc4d8.3-0xc4d8.4 (0.1) 0xc4d0| 03 | . | local_message_type: 3 0xc4d8.4-0xc4d9 (0.4) | | | data_message{}: 0xc4d9-0xc4fe (37) -0xc4d0| 51 e4 56 3f | Q.V? | timestamp: 1062659153 (s) 0xc4d9-0xc4dd (4) +0xc4d0| 51 e4 56 3f | Q.V? | timestamp: 1062659153 (2023-09-03T07:05:53Z) 0xc4d9-0xc4dd (4) 0xc4d0| 00 00 00| ...| serial_number: 0 (invalid) 0xc4dd-0xc4e1 (4) 0xc4e0|00 |. | 0xc4e0| ff ff ff ff | .... | cum_operating_time: 4294967295 (invalid) 0xc4e1-0xc4e5 (4) @@ -37024,8 +37024,8 @@ $ fq -d fit dv activity.fit 0xc500| 08 | . | reserved: false 0xc506.3-0xc506.4 (0.1) 0xc500| 08 | . | local_message_type: 8 0xc506.4-0xc507 (0.4) | | | data_message{}: 0xc507-0xc53d (54) -0xc500| 58 e4 56 3f | X.V? | timestamp: 1062659160 (s) 0xc507-0xc50b (4) -0xc500| c2 e3 56 3f | ..V? | start_time: 1062659010 0xc50b-0xc50f (4) +0xc500| 58 e4 56 3f | X.V? | timestamp: 1062659160 (2023-09-03T07:06:00Z) 0xc507-0xc50b (4) +0xc500| c2 e3 56 3f | ..V? | start_time: 1062659010 (2023-09-03T07:03:30Z) 0xc50b-0xc50f (4) 0xc500| fe| .| start_position_lat: 59.321944545954466 (707738366) 0xc50f-0xc513 (4) 0xc510|3a 2f 2a |:/* | 0xc510| 1e 5b da 0c | .[.. | start_position_long: 18.074464928358793 (215636766) 0xc513-0xc517 (4) @@ -37057,7 +37057,7 @@ $ fq -d fit dv activity.fit 0xc530| 02 | . | reserved: false 0xc53d.3-0xc53d.4 (0.1) 0xc530| 02 | . | local_message_type: 2 0xc53d.4-0xc53e (0.4) | | | data_message{}: 0xc53e-0xc549 (11) -0xc530| 58 e4| X.| timestamp: 1062659160 (s) 0xc53e-0xc542 (4) +0xc530| 58 e4| X.| timestamp: 1062659160 (2023-09-03T07:06:00Z) 0xc53e-0xc542 (4) 0xc540|56 3f |V? | 0xc540| 01 00 00 00 | .... | data: 1 0xc542-0xc546 (4) 0xc540| 08 | . | event: "session" (8) 0xc546-0xc547 (1) @@ -37176,8 +37176,8 @@ $ fq -d fit dv activity.fit 0xc590| 09 | . | reserved: false 0xc594.3-0xc594.4 (0.1) 0xc590| 09 | . | local_message_type: 9 0xc594.4-0xc595 (0.4) | | | data_message{}: 0xc595-0xc5c8 (51) -0xc590| 58 e4 56 3f | X.V? | timestamp: 1062659160 (s) 0xc595-0xc599 (4) -0xc590| d2 c6 56 3f | ..V? | start_time: 1062651602 0xc599-0xc59d (4) +0xc590| 58 e4 56 3f | X.V? | timestamp: 1062659160 (2023-09-03T07:06:00Z) 0xc595-0xc599 (4) +0xc590| d2 c6 56 3f | ..V? | start_time: 1062651602 (2023-09-03T05:00:02Z) 0xc599-0xc59d (4) 0xc590| 35 20 30| 5 0| start_position_lat: 59.32686296291649 (707797045) 0xc59d-0xc5a1 (4) 0xc5a0|2a |* | 0xc5a0| f0 0f d6 0c | .... | start_position_long: 18.0508790910244 (215355376) 0xc5a1-0xc5a5 (4) @@ -37306,9 +37306,9 @@ $ fq -d fit dv activity.fit 0xc610| 0b | . | reserved: false 0xc613.3-0xc613.4 (0.1) 0xc610| 0b | . | local_message_type: 11 0xc613.4-0xc614 (0.4) | | | data_message{}: 0xc614-0xc625 (17) -0xc610| 58 e4 56 3f | X.V? | timestamp: 1062659160 0xc614-0xc618 (4) +0xc610| 58 e4 56 3f | X.V? | timestamp: 1062659160 (2023-09-03T07:06:00Z) 0xc614-0xc618 (4) 0xc610| 5f 9a 66 00 | _.f. | total_timer_time: 6724.191 (6724191) (s) 0xc618-0xc61c (4) -0xc610| 78 00 57 3f| x.W?| local_timestamp: 1062666360 0xc61c-0xc620 (4) +0xc610| 78 00 57 3f| x.W?| local_timestamp: 1062666360 (2023-09-03T09:06:00Z) 0xc61c-0xc620 (4) 0xc620|01 00 |.. | num_sessions: 1 0xc620-0xc622 (2) 0xc620| 00 | . | type: "manual" (0) 0xc622-0xc623 (1) 0xc620| 1a | . | event: "activity" (26) 0xc623-0xc624 (1) diff --git a/format/fit/testdata/activity_dev.fqtest b/format/fit/testdata/activity_dev.fqtest index d52f0f0ee..895e50aeb 100644 --- a/format/fit/testdata/activity_dev.fqtest +++ b/format/fit/testdata/activity_dev.fqtest @@ -52,7 +52,7 @@ $ fq -d fit dv activity_dev.fit 0x0020| 04 | . | type: "activity" (4) 0x24-0x25 (1) 0x0020| ff 00 | .. | manufacturer: "development" (255) 0x25-0x27 (2) 0x0020| 00 00 | .. | product: 0 0x27-0x29 (2) -0x0020| e4 6c b5 39 | .l.9 | time_created: 968191204 0x29-0x2d (4) +0x0020| e4 6c b5 39 | .l.9 | time_created: 968191204 (2020-09-04T22:00:04Z) 0x29-0x2d (4) 0x0020| b3 0f e7| ...| serial_number: 468127667 0x2d-0x31 (4) 0x0030|1b |. | | | | [2]{}: data_record 0x31-0x4c (27) @@ -111,7 +111,7 @@ $ fq -d fit dv activity_dev.fit 0x0050| b3| .| serial_number: 468127667 0x5f-0x63 (4) 0x0060|0f e7 1b |... | 0x0060| 64 00 | d. | software_version: 1 (100) 0x63-0x65 (2) -0x0060| e4 6c b5 39 | .l.9 | timestamp: 968191204 (s) 0x65-0x69 (4) +0x0060| e4 6c b5 39 | .l.9 | timestamp: 968191204 (2020-09-04T22:00:04Z) 0x65-0x69 (4) | | | [4]{}: data_record 0x69-0x78 (15) | | | record_header{}: 0x69-0x6a (1) 0x0060| 40 | @ | header_type: "normal" (0) 0x69-0x69.1 (0.1) @@ -145,7 +145,7 @@ $ fq -d fit dv activity_dev.fit 0x0070| 00 | . | reserved: false 0x78.3-0x78.4 (0.1) 0x0070| 00 | . | local_message_type: 0 0x78.4-0x79 (0.4) | | | data_message{}: 0x79-0x7f (6) -0x0070| e4 6c b5 39 | .l.9 | timestamp: 968191204 (s) 0x79-0x7d (4) +0x0070| e4 6c b5 39 | .l.9 | timestamp: 968191204 (2020-09-04T22:00:04Z) 0x79-0x7d (4) 0x0070| 00 | . | event: "timer" (0) 0x7d-0x7e (1) 0x0070| 00 | . | event_type: "start" (0) 0x7e-0x7f (1) | | | [6]{}: data_record 0x7f-0x8e (15) @@ -363,7 +363,7 @@ $ fq -d fit dv activity_dev.fit 0x0120| 00 | . | reserved: false 0x12d.3-0x12d.4 (0.1) 0x0120| 00 | . | local_message_type: 0 0x12d.4-0x12e (0.4) | | | data_message{}: 0x12e-0x13f (17) -0x0120| e4 6c| .l| timestamp: 968191204 (s) 0x12e-0x132 (4) +0x0120| e4 6c| .l| timestamp: 968191204 (2020-09-04T22:00:04Z) 0x12e-0x132 (4) 0x0130|b5 39 |.9 | 0x0130| 00 00 00 00 | .... | distance: 0 (0) (m) 0x132-0x136 (4) 0x0130| e8 03 | .. | speed: 1 (1000) (m/s) 0x136-0x138 (2) @@ -380,7 +380,7 @@ $ fq -d fit dv activity_dev.fit 0x0130| 00| .| reserved: false 0x13f.3-0x13f.4 (0.1) 0x0130| 00| .| local_message_type: 0 0x13f.4-0x140 (0.4) | | | data_message{}: 0x140-0x151 (17) -0x0140|e5 6c b5 39 |.l.9 | timestamp: 968191205 (s) 0x140-0x144 (4) +0x0140|e5 6c b5 39 |.l.9 | timestamp: 968191205 (2020-09-04T22:00:05Z) 0x140-0x144 (4) 0x0140| 64 00 00 00 | d... | distance: 1 (100) (m) 0x144-0x148 (4) 0x0140| e8 03 | .. | speed: 1 (1000) (m/s) 0x148-0x14a (2) 0x0140| 86 | . | heart_rate: 134 (bpm) 0x14a-0x14b (1) @@ -396,7 +396,7 @@ $ fq -d fit dv activity_dev.fit 0x0150| 00 | . | reserved: false 0x151.3-0x151.4 (0.1) 0x0150| 00 | . | local_message_type: 0 0x151.4-0x152 (0.4) | | | data_message{}: 0x152-0x163 (17) -0x0150| e6 6c b5 39 | .l.9 | timestamp: 968191206 (s) 0x152-0x156 (4) +0x0150| e6 6c b5 39 | .l.9 | timestamp: 968191206 (2020-09-04T22:00:06Z) 0x152-0x156 (4) 0x0150| c8 00 00 00 | .... | distance: 2 (200) (m) 0x156-0x15a (4) 0x0150| e8 03 | .. | speed: 1 (1000) (m/s) 0x15a-0x15c (2) 0x0150| 8e | . | heart_rate: 142 (bpm) 0x15c-0x15d (1) @@ -412,7 +412,7 @@ $ fq -d fit dv activity_dev.fit 0x0160| 00 | . | reserved: false 0x163.3-0x163.4 (0.1) 0x0160| 00 | . | local_message_type: 0 0x163.4-0x164 (0.4) | | | data_message{}: 0x164-0x175 (17) -0x0160| e7 6c b5 39 | .l.9 | timestamp: 968191207 (s) 0x164-0x168 (4) +0x0160| e7 6c b5 39 | .l.9 | timestamp: 968191207 (2020-09-04T22:00:07Z) 0x164-0x168 (4) 0x0160| 2c 01 00 00 | ,... | distance: 3 (300) (m) 0x168-0x16c (4) 0x0160| e8 03 | .. | speed: 1 (1000) (m/s) 0x16c-0x16e (2) 0x0160| 96 | . | heart_rate: 150 (bpm) 0x16e-0x16f (1) @@ -428,7 +428,7 @@ $ fq -d fit dv activity_dev.fit 0x0170| 00 | . | reserved: false 0x175.3-0x175.4 (0.1) 0x0170| 00 | . | local_message_type: 0 0x175.4-0x176 (0.4) | | | data_message{}: 0x176-0x187 (17) -0x0170| e8 6c b5 39 | .l.9 | timestamp: 968191208 (s) 0x176-0x17a (4) +0x0170| e8 6c b5 39 | .l.9 | timestamp: 968191208 (2020-09-04T22:00:08Z) 0x176-0x17a (4) 0x0170| 90 01 00 00 | .... | distance: 4 (400) (m) 0x17a-0x17e (4) 0x0170| e8 03| ..| speed: 1 (1000) (m/s) 0x17e-0x180 (2) 0x0180|9e |. | heart_rate: 158 (bpm) 0x180-0x181 (1) @@ -444,7 +444,7 @@ $ fq -d fit dv activity_dev.fit 0x0180| 00 | . | reserved: false 0x187.3-0x187.4 (0.1) 0x0180| 00 | . | local_message_type: 0 0x187.4-0x188 (0.4) | | | data_message{}: 0x188-0x199 (17) -0x0180| e9 6c b5 39 | .l.9 | timestamp: 968191209 (s) 0x188-0x18c (4) +0x0180| e9 6c b5 39 | .l.9 | timestamp: 968191209 (2020-09-04T22:00:09Z) 0x188-0x18c (4) 0x0180| f4 01 00 00| ....| distance: 5 (500) (m) 0x18c-0x190 (4) 0x0190|e8 03 |.. | speed: 1 (1000) (m/s) 0x190-0x192 (2) 0x0190| a6 | . | heart_rate: 166 (bpm) 0x192-0x193 (1) @@ -460,7 +460,7 @@ $ fq -d fit dv activity_dev.fit 0x0190| 00 | . | reserved: false 0x199.3-0x199.4 (0.1) 0x0190| 00 | . | local_message_type: 0 0x199.4-0x19a (0.4) | | | data_message{}: 0x19a-0x1ab (17) -0x0190| ea 6c b5 39 | .l.9 | timestamp: 968191210 (s) 0x19a-0x19e (4) +0x0190| ea 6c b5 39 | .l.9 | timestamp: 968191210 (2020-09-04T22:00:10Z) 0x19a-0x19e (4) 0x0190| 58 02| X.| distance: 6 (600) (m) 0x19e-0x1a2 (4) 0x01a0|00 00 |.. | 0x01a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a2-0x1a4 (2) @@ -477,7 +477,7 @@ $ fq -d fit dv activity_dev.fit 0x01a0| 00 | . | reserved: false 0x1ab.3-0x1ab.4 (0.1) 0x01a0| 00 | . | local_message_type: 0 0x1ab.4-0x1ac (0.4) | | | data_message{}: 0x1ac-0x1bd (17) -0x01a0| eb 6c b5 39| .l.9| timestamp: 968191211 (s) 0x1ac-0x1b0 (4) +0x01a0| eb 6c b5 39| .l.9| timestamp: 968191211 (2020-09-04T22:00:11Z) 0x1ac-0x1b0 (4) 0x01b0|bc 02 00 00 |.... | distance: 7 (700) (m) 0x1b0-0x1b4 (4) 0x01b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b4-0x1b6 (2) 0x01b0| b5 | . | heart_rate: 181 (bpm) 0x1b6-0x1b7 (1) @@ -493,7 +493,7 @@ $ fq -d fit dv activity_dev.fit 0x01b0| 00 | . | reserved: false 0x1bd.3-0x1bd.4 (0.1) 0x01b0| 00 | . | local_message_type: 0 0x1bd.4-0x1be (0.4) | | | data_message{}: 0x1be-0x1cf (17) -0x01b0| ec 6c| .l| timestamp: 968191212 (s) 0x1be-0x1c2 (4) +0x01b0| ec 6c| .l| timestamp: 968191212 (2020-09-04T22:00:12Z) 0x1be-0x1c2 (4) 0x01c0|b5 39 |.9 | 0x01c0| 20 03 00 00 | ... | distance: 8 (800) (m) 0x1c2-0x1c6 (4) 0x01c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c6-0x1c8 (2) @@ -510,7 +510,7 @@ $ fq -d fit dv activity_dev.fit 0x01c0| 00| .| reserved: false 0x1cf.3-0x1cf.4 (0.1) 0x01c0| 00| .| local_message_type: 0 0x1cf.4-0x1d0 (0.4) | | | data_message{}: 0x1d0-0x1e1 (17) -0x01d0|ed 6c b5 39 |.l.9 | timestamp: 968191213 (s) 0x1d0-0x1d4 (4) +0x01d0|ed 6c b5 39 |.l.9 | timestamp: 968191213 (2020-09-04T22:00:13Z) 0x1d0-0x1d4 (4) 0x01d0| 84 03 00 00 | .... | distance: 9 (900) (m) 0x1d4-0x1d8 (4) 0x01d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d8-0x1da (2) 0x01d0| c3 | . | heart_rate: 195 (bpm) 0x1da-0x1db (1) @@ -526,7 +526,7 @@ $ fq -d fit dv activity_dev.fit 0x01e0| 00 | . | reserved: false 0x1e1.3-0x1e1.4 (0.1) 0x01e0| 00 | . | local_message_type: 0 0x1e1.4-0x1e2 (0.4) | | | data_message{}: 0x1e2-0x1f3 (17) -0x01e0| ee 6c b5 39 | .l.9 | timestamp: 968191214 (s) 0x1e2-0x1e6 (4) +0x01e0| ee 6c b5 39 | .l.9 | timestamp: 968191214 (2020-09-04T22:00:14Z) 0x1e2-0x1e6 (4) 0x01e0| e8 03 00 00 | .... | distance: 10 (1000) (m) 0x1e6-0x1ea (4) 0x01e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1ea-0x1ec (2) 0x01e0| c9 | . | heart_rate: 201 (bpm) 0x1ec-0x1ed (1) @@ -542,7 +542,7 @@ $ fq -d fit dv activity_dev.fit 0x01f0| 00 | . | reserved: false 0x1f3.3-0x1f3.4 (0.1) 0x01f0| 00 | . | local_message_type: 0 0x1f3.4-0x1f4 (0.4) | | | data_message{}: 0x1f4-0x205 (17) -0x01f0| ef 6c b5 39 | .l.9 | timestamp: 968191215 (s) 0x1f4-0x1f8 (4) +0x01f0| ef 6c b5 39 | .l.9 | timestamp: 968191215 (2020-09-04T22:00:15Z) 0x1f4-0x1f8 (4) 0x01f0| 4c 04 00 00 | L... | distance: 11 (1100) (m) 0x1f8-0x1fc (4) 0x01f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1fc-0x1fe (2) 0x01f0| cf | . | heart_rate: 207 (bpm) 0x1fe-0x1ff (1) @@ -558,7 +558,7 @@ $ fq -d fit dv activity_dev.fit 0x0200| 00 | . | reserved: false 0x205.3-0x205.4 (0.1) 0x0200| 00 | . | local_message_type: 0 0x205.4-0x206 (0.4) | | | data_message{}: 0x206-0x217 (17) -0x0200| f0 6c b5 39 | .l.9 | timestamp: 968191216 (s) 0x206-0x20a (4) +0x0200| f0 6c b5 39 | .l.9 | timestamp: 968191216 (2020-09-04T22:00:16Z) 0x206-0x20a (4) 0x0200| b0 04 00 00 | .... | distance: 12 (1200) (m) 0x20a-0x20e (4) 0x0200| e8 03| ..| speed: 1 (1000) (m/s) 0x20e-0x210 (2) 0x0210|d5 |. | heart_rate: 213 (bpm) 0x210-0x211 (1) @@ -574,7 +574,7 @@ $ fq -d fit dv activity_dev.fit 0x0210| 00 | . | reserved: false 0x217.3-0x217.4 (0.1) 0x0210| 00 | . | local_message_type: 0 0x217.4-0x218 (0.4) | | | data_message{}: 0x218-0x229 (17) -0x0210| f1 6c b5 39 | .l.9 | timestamp: 968191217 (s) 0x218-0x21c (4) +0x0210| f1 6c b5 39 | .l.9 | timestamp: 968191217 (2020-09-04T22:00:17Z) 0x218-0x21c (4) 0x0210| 14 05 00 00| ....| distance: 13 (1300) (m) 0x21c-0x220 (4) 0x0220|e8 03 |.. | speed: 1 (1000) (m/s) 0x220-0x222 (2) 0x0220| db | . | heart_rate: 219 (bpm) 0x222-0x223 (1) @@ -590,7 +590,7 @@ $ fq -d fit dv activity_dev.fit 0x0220| 00 | . | reserved: false 0x229.3-0x229.4 (0.1) 0x0220| 00 | . | local_message_type: 0 0x229.4-0x22a (0.4) | | | data_message{}: 0x22a-0x23b (17) -0x0220| f2 6c b5 39 | .l.9 | timestamp: 968191218 (s) 0x22a-0x22e (4) +0x0220| f2 6c b5 39 | .l.9 | timestamp: 968191218 (2020-09-04T22:00:18Z) 0x22a-0x22e (4) 0x0220| 78 05| x.| distance: 14 (1400) (m) 0x22e-0x232 (4) 0x0230|00 00 |.. | 0x0230| e8 03 | .. | speed: 1 (1000) (m/s) 0x232-0x234 (2) @@ -607,7 +607,7 @@ $ fq -d fit dv activity_dev.fit 0x0230| 00 | . | reserved: false 0x23b.3-0x23b.4 (0.1) 0x0230| 00 | . | local_message_type: 0 0x23b.4-0x23c (0.4) | | | data_message{}: 0x23c-0x24d (17) -0x0230| f3 6c b5 39| .l.9| timestamp: 968191219 (s) 0x23c-0x240 (4) +0x0230| f3 6c b5 39| .l.9| timestamp: 968191219 (2020-09-04T22:00:19Z) 0x23c-0x240 (4) 0x0240|dc 05 00 00 |.... | distance: 15 (1500) (m) 0x240-0x244 (4) 0x0240| e8 03 | .. | speed: 1 (1000) (m/s) 0x244-0x246 (2) 0x0240| e5 | . | heart_rate: 229 (bpm) 0x246-0x247 (1) @@ -623,7 +623,7 @@ $ fq -d fit dv activity_dev.fit 0x0240| 00 | . | reserved: false 0x24d.3-0x24d.4 (0.1) 0x0240| 00 | . | local_message_type: 0 0x24d.4-0x24e (0.4) | | | data_message{}: 0x24e-0x25f (17) -0x0240| f4 6c| .l| timestamp: 968191220 (s) 0x24e-0x252 (4) +0x0240| f4 6c| .l| timestamp: 968191220 (2020-09-04T22:00:20Z) 0x24e-0x252 (4) 0x0250|b5 39 |.9 | 0x0250| 40 06 00 00 | @... | distance: 16 (1600) (m) 0x252-0x256 (4) 0x0250| e8 03 | .. | speed: 1 (1000) (m/s) 0x256-0x258 (2) @@ -640,7 +640,7 @@ $ fq -d fit dv activity_dev.fit 0x0250| 00| .| reserved: false 0x25f.3-0x25f.4 (0.1) 0x0250| 00| .| local_message_type: 0 0x25f.4-0x260 (0.4) | | | data_message{}: 0x260-0x271 (17) -0x0260|f5 6c b5 39 |.l.9 | timestamp: 968191221 (s) 0x260-0x264 (4) +0x0260|f5 6c b5 39 |.l.9 | timestamp: 968191221 (2020-09-04T22:00:21Z) 0x260-0x264 (4) 0x0260| a4 06 00 00 | .... | distance: 17 (1700) (m) 0x264-0x268 (4) 0x0260| e8 03 | .. | speed: 1 (1000) (m/s) 0x268-0x26a (2) 0x0260| ee | . | heart_rate: 238 (bpm) 0x26a-0x26b (1) @@ -656,7 +656,7 @@ $ fq -d fit dv activity_dev.fit 0x0270| 00 | . | reserved: false 0x271.3-0x271.4 (0.1) 0x0270| 00 | . | local_message_type: 0 0x271.4-0x272 (0.4) | | | data_message{}: 0x272-0x283 (17) -0x0270| f6 6c b5 39 | .l.9 | timestamp: 968191222 (s) 0x272-0x276 (4) +0x0270| f6 6c b5 39 | .l.9 | timestamp: 968191222 (2020-09-04T22:00:22Z) 0x272-0x276 (4) 0x0270| 08 07 00 00 | .... | distance: 18 (1800) (m) 0x276-0x27a (4) 0x0270| e8 03 | .. | speed: 1 (1000) (m/s) 0x27a-0x27c (2) 0x0270| f1 | . | heart_rate: 241 (bpm) 0x27c-0x27d (1) @@ -672,7 +672,7 @@ $ fq -d fit dv activity_dev.fit 0x0280| 00 | . | reserved: false 0x283.3-0x283.4 (0.1) 0x0280| 00 | . | local_message_type: 0 0x283.4-0x284 (0.4) | | | data_message{}: 0x284-0x295 (17) -0x0280| f7 6c b5 39 | .l.9 | timestamp: 968191223 (s) 0x284-0x288 (4) +0x0280| f7 6c b5 39 | .l.9 | timestamp: 968191223 (2020-09-04T22:00:23Z) 0x284-0x288 (4) 0x0280| 6c 07 00 00 | l... | distance: 19 (1900) (m) 0x288-0x28c (4) 0x0280| e8 03 | .. | speed: 1 (1000) (m/s) 0x28c-0x28e (2) 0x0280| f5 | . | heart_rate: 245 (bpm) 0x28e-0x28f (1) @@ -688,7 +688,7 @@ $ fq -d fit dv activity_dev.fit 0x0290| 00 | . | reserved: false 0x295.3-0x295.4 (0.1) 0x0290| 00 | . | local_message_type: 0 0x295.4-0x296 (0.4) | | | data_message{}: 0x296-0x2a7 (17) -0x0290| f8 6c b5 39 | .l.9 | timestamp: 968191224 (s) 0x296-0x29a (4) +0x0290| f8 6c b5 39 | .l.9 | timestamp: 968191224 (2020-09-04T22:00:24Z) 0x296-0x29a (4) 0x0290| d0 07 00 00 | .... | distance: 20 (2000) (m) 0x29a-0x29e (4) 0x0290| e8 03| ..| speed: 1 (1000) (m/s) 0x29e-0x2a0 (2) 0x02a0|f7 |. | heart_rate: 247 (bpm) 0x2a0-0x2a1 (1) @@ -704,7 +704,7 @@ $ fq -d fit dv activity_dev.fit 0x02a0| 00 | . | reserved: false 0x2a7.3-0x2a7.4 (0.1) 0x02a0| 00 | . | local_message_type: 0 0x2a7.4-0x2a8 (0.4) | | | data_message{}: 0x2a8-0x2b9 (17) -0x02a0| f9 6c b5 39 | .l.9 | timestamp: 968191225 (s) 0x2a8-0x2ac (4) +0x02a0| f9 6c b5 39 | .l.9 | timestamp: 968191225 (2020-09-04T22:00:25Z) 0x2a8-0x2ac (4) 0x02a0| 34 08 00 00| 4...| distance: 21 (2100) (m) 0x2ac-0x2b0 (4) 0x02b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x2b0-0x2b2 (2) 0x02b0| fa | . | heart_rate: 250 (bpm) 0x2b2-0x2b3 (1) @@ -720,7 +720,7 @@ $ fq -d fit dv activity_dev.fit 0x02b0| 00 | . | reserved: false 0x2b9.3-0x2b9.4 (0.1) 0x02b0| 00 | . | local_message_type: 0 0x2b9.4-0x2ba (0.4) | | | data_message{}: 0x2ba-0x2cb (17) -0x02b0| fa 6c b5 39 | .l.9 | timestamp: 968191226 (s) 0x2ba-0x2be (4) +0x02b0| fa 6c b5 39 | .l.9 | timestamp: 968191226 (2020-09-04T22:00:26Z) 0x2ba-0x2be (4) 0x02b0| 98 08| ..| distance: 22 (2200) (m) 0x2be-0x2c2 (4) 0x02c0|00 00 |.. | 0x02c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c2-0x2c4 (2) @@ -737,7 +737,7 @@ $ fq -d fit dv activity_dev.fit 0x02c0| 00 | . | reserved: false 0x2cb.3-0x2cb.4 (0.1) 0x02c0| 00 | . | local_message_type: 0 0x2cb.4-0x2cc (0.4) | | | data_message{}: 0x2cc-0x2dd (17) -0x02c0| fb 6c b5 39| .l.9| timestamp: 968191227 (s) 0x2cc-0x2d0 (4) +0x02c0| fb 6c b5 39| .l.9| timestamp: 968191227 (2020-09-04T22:00:27Z) 0x2cc-0x2d0 (4) 0x02d0|fc 08 00 00 |.... | distance: 23 (2300) (m) 0x2d0-0x2d4 (4) 0x02d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d4-0x2d6 (2) 0x02d0| fc | . | heart_rate: 252 (bpm) 0x2d6-0x2d7 (1) @@ -753,7 +753,7 @@ $ fq -d fit dv activity_dev.fit 0x02d0| 00 | . | reserved: false 0x2dd.3-0x2dd.4 (0.1) 0x02d0| 00 | . | local_message_type: 0 0x2dd.4-0x2de (0.4) | | | data_message{}: 0x2de-0x2ef (17) -0x02d0| fc 6c| .l| timestamp: 968191228 (s) 0x2de-0x2e2 (4) +0x02d0| fc 6c| .l| timestamp: 968191228 (2020-09-04T22:00:28Z) 0x2de-0x2e2 (4) 0x02e0|b5 39 |.9 | 0x02e0| 60 09 00 00 | `... | distance: 24 (2400) (m) 0x2e2-0x2e6 (4) 0x02e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e6-0x2e8 (2) @@ -770,7 +770,7 @@ $ fq -d fit dv activity_dev.fit 0x02e0| 00| .| reserved: false 0x2ef.3-0x2ef.4 (0.1) 0x02e0| 00| .| local_message_type: 0 0x2ef.4-0x2f0 (0.4) | | | data_message{}: 0x2f0-0x301 (17) -0x02f0|fd 6c b5 39 |.l.9 | timestamp: 968191229 (s) 0x2f0-0x2f4 (4) +0x02f0|fd 6c b5 39 |.l.9 | timestamp: 968191229 (2020-09-04T22:00:29Z) 0x2f0-0x2f4 (4) 0x02f0| c4 09 00 00 | .... | distance: 25 (2500) (m) 0x2f4-0x2f8 (4) 0x02f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f8-0x2fa (2) 0x02f0| fe | . | heart_rate: 254 (bpm) 0x2fa-0x2fb (1) @@ -786,7 +786,7 @@ $ fq -d fit dv activity_dev.fit 0x0300| 00 | . | reserved: false 0x301.3-0x301.4 (0.1) 0x0300| 00 | . | local_message_type: 0 0x301.4-0x302 (0.4) | | | data_message{}: 0x302-0x313 (17) -0x0300| fe 6c b5 39 | .l.9 | timestamp: 968191230 (s) 0x302-0x306 (4) +0x0300| fe 6c b5 39 | .l.9 | timestamp: 968191230 (2020-09-04T22:00:30Z) 0x302-0x306 (4) 0x0300| 28 0a 00 00 | (... | distance: 26 (2600) (m) 0x306-0x30a (4) 0x0300| e8 03 | .. | speed: 1 (1000) (m/s) 0x30a-0x30c (2) 0x0300| fd | . | heart_rate: 253 (bpm) 0x30c-0x30d (1) @@ -802,7 +802,7 @@ $ fq -d fit dv activity_dev.fit 0x0310| 00 | . | reserved: false 0x313.3-0x313.4 (0.1) 0x0310| 00 | . | local_message_type: 0 0x313.4-0x314 (0.4) | | | data_message{}: 0x314-0x325 (17) -0x0310| ff 6c b5 39 | .l.9 | timestamp: 968191231 (s) 0x314-0x318 (4) +0x0310| ff 6c b5 39 | .l.9 | timestamp: 968191231 (2020-09-04T22:00:31Z) 0x314-0x318 (4) 0x0310| 8c 0a 00 00 | .... | distance: 27 (2700) (m) 0x318-0x31c (4) 0x0310| e8 03 | .. | speed: 1 (1000) (m/s) 0x31c-0x31e (2) 0x0310| fc | . | heart_rate: 252 (bpm) 0x31e-0x31f (1) @@ -818,7 +818,7 @@ $ fq -d fit dv activity_dev.fit 0x0320| 00 | . | reserved: false 0x325.3-0x325.4 (0.1) 0x0320| 00 | . | local_message_type: 0 0x325.4-0x326 (0.4) | | | data_message{}: 0x326-0x337 (17) -0x0320| 00 6d b5 39 | .m.9 | timestamp: 968191232 (s) 0x326-0x32a (4) +0x0320| 00 6d b5 39 | .m.9 | timestamp: 968191232 (2020-09-04T22:00:32Z) 0x326-0x32a (4) 0x0320| f0 0a 00 00 | .... | distance: 28 (2800) (m) 0x32a-0x32e (4) 0x0320| e8 03| ..| speed: 1 (1000) (m/s) 0x32e-0x330 (2) 0x0330|fb |. | heart_rate: 251 (bpm) 0x330-0x331 (1) @@ -834,7 +834,7 @@ $ fq -d fit dv activity_dev.fit 0x0330| 00 | . | reserved: false 0x337.3-0x337.4 (0.1) 0x0330| 00 | . | local_message_type: 0 0x337.4-0x338 (0.4) | | | data_message{}: 0x338-0x349 (17) -0x0330| 01 6d b5 39 | .m.9 | timestamp: 968191233 (s) 0x338-0x33c (4) +0x0330| 01 6d b5 39 | .m.9 | timestamp: 968191233 (2020-09-04T22:00:33Z) 0x338-0x33c (4) 0x0330| 54 0b 00 00| T...| distance: 29 (2900) (m) 0x33c-0x340 (4) 0x0340|e8 03 |.. | speed: 1 (1000) (m/s) 0x340-0x342 (2) 0x0340| fa | . | heart_rate: 250 (bpm) 0x342-0x343 (1) @@ -850,7 +850,7 @@ $ fq -d fit dv activity_dev.fit 0x0340| 00 | . | reserved: false 0x349.3-0x349.4 (0.1) 0x0340| 00 | . | local_message_type: 0 0x349.4-0x34a (0.4) | | | data_message{}: 0x34a-0x35b (17) -0x0340| 02 6d b5 39 | .m.9 | timestamp: 968191234 (s) 0x34a-0x34e (4) +0x0340| 02 6d b5 39 | .m.9 | timestamp: 968191234 (2020-09-04T22:00:34Z) 0x34a-0x34e (4) 0x0340| b8 0b| ..| distance: 30 (3000) (m) 0x34e-0x352 (4) 0x0350|00 00 |.. | 0x0350| e8 03 | .. | speed: 1 (1000) (m/s) 0x352-0x354 (2) @@ -867,7 +867,7 @@ $ fq -d fit dv activity_dev.fit 0x0350| 00 | . | reserved: false 0x35b.3-0x35b.4 (0.1) 0x0350| 00 | . | local_message_type: 0 0x35b.4-0x35c (0.4) | | | data_message{}: 0x35c-0x36d (17) -0x0350| 03 6d b5 39| .m.9| timestamp: 968191235 (s) 0x35c-0x360 (4) +0x0350| 03 6d b5 39| .m.9| timestamp: 968191235 (2020-09-04T22:00:35Z) 0x35c-0x360 (4) 0x0360|1c 0c 00 00 |.... | distance: 31 (3100) (m) 0x360-0x364 (4) 0x0360| e8 03 | .. | speed: 1 (1000) (m/s) 0x364-0x366 (2) 0x0360| f5 | . | heart_rate: 245 (bpm) 0x366-0x367 (1) @@ -883,7 +883,7 @@ $ fq -d fit dv activity_dev.fit 0x0360| 00 | . | reserved: false 0x36d.3-0x36d.4 (0.1) 0x0360| 00 | . | local_message_type: 0 0x36d.4-0x36e (0.4) | | | data_message{}: 0x36e-0x37f (17) -0x0360| 04 6d| .m| timestamp: 968191236 (s) 0x36e-0x372 (4) +0x0360| 04 6d| .m| timestamp: 968191236 (2020-09-04T22:00:36Z) 0x36e-0x372 (4) 0x0370|b5 39 |.9 | 0x0370| 80 0c 00 00 | .... | distance: 32 (3200) (m) 0x372-0x376 (4) 0x0370| e8 03 | .. | speed: 1 (1000) (m/s) 0x376-0x378 (2) @@ -900,7 +900,7 @@ $ fq -d fit dv activity_dev.fit 0x0370| 00| .| reserved: false 0x37f.3-0x37f.4 (0.1) 0x0370| 00| .| local_message_type: 0 0x37f.4-0x380 (0.4) | | | data_message{}: 0x380-0x391 (17) -0x0380|05 6d b5 39 |.m.9 | timestamp: 968191237 (s) 0x380-0x384 (4) +0x0380|05 6d b5 39 |.m.9 | timestamp: 968191237 (2020-09-04T22:00:37Z) 0x380-0x384 (4) 0x0380| e4 0c 00 00 | .... | distance: 33 (3300) (m) 0x384-0x388 (4) 0x0380| e8 03 | .. | speed: 1 (1000) (m/s) 0x388-0x38a (2) 0x0380| ee | . | heart_rate: 238 (bpm) 0x38a-0x38b (1) @@ -916,7 +916,7 @@ $ fq -d fit dv activity_dev.fit 0x0390| 00 | . | reserved: false 0x391.3-0x391.4 (0.1) 0x0390| 00 | . | local_message_type: 0 0x391.4-0x392 (0.4) | | | data_message{}: 0x392-0x3a3 (17) -0x0390| 06 6d b5 39 | .m.9 | timestamp: 968191238 (s) 0x392-0x396 (4) +0x0390| 06 6d b5 39 | .m.9 | timestamp: 968191238 (2020-09-04T22:00:38Z) 0x392-0x396 (4) 0x0390| 48 0d 00 00 | H... | distance: 34 (3400) (m) 0x396-0x39a (4) 0x0390| e8 03 | .. | speed: 1 (1000) (m/s) 0x39a-0x39c (2) 0x0390| ea | . | heart_rate: 234 (bpm) 0x39c-0x39d (1) @@ -932,7 +932,7 @@ $ fq -d fit dv activity_dev.fit 0x03a0| 00 | . | reserved: false 0x3a3.3-0x3a3.4 (0.1) 0x03a0| 00 | . | local_message_type: 0 0x3a3.4-0x3a4 (0.4) | | | data_message{}: 0x3a4-0x3b5 (17) -0x03a0| 07 6d b5 39 | .m.9 | timestamp: 968191239 (s) 0x3a4-0x3a8 (4) +0x03a0| 07 6d b5 39 | .m.9 | timestamp: 968191239 (2020-09-04T22:00:39Z) 0x3a4-0x3a8 (4) 0x03a0| ac 0d 00 00 | .... | distance: 35 (3500) (m) 0x3a8-0x3ac (4) 0x03a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3ac-0x3ae (2) 0x03a0| e5 | . | heart_rate: 229 (bpm) 0x3ae-0x3af (1) @@ -948,7 +948,7 @@ $ fq -d fit dv activity_dev.fit 0x03b0| 00 | . | reserved: false 0x3b5.3-0x3b5.4 (0.1) 0x03b0| 00 | . | local_message_type: 0 0x3b5.4-0x3b6 (0.4) | | | data_message{}: 0x3b6-0x3c7 (17) -0x03b0| 08 6d b5 39 | .m.9 | timestamp: 968191240 (s) 0x3b6-0x3ba (4) +0x03b0| 08 6d b5 39 | .m.9 | timestamp: 968191240 (2020-09-04T22:00:40Z) 0x3b6-0x3ba (4) 0x03b0| 10 0e 00 00 | .... | distance: 36 (3600) (m) 0x3ba-0x3be (4) 0x03b0| e8 03| ..| speed: 1 (1000) (m/s) 0x3be-0x3c0 (2) 0x03c0|e0 |. | heart_rate: 224 (bpm) 0x3c0-0x3c1 (1) @@ -964,7 +964,7 @@ $ fq -d fit dv activity_dev.fit 0x03c0| 00 | . | reserved: false 0x3c7.3-0x3c7.4 (0.1) 0x03c0| 00 | . | local_message_type: 0 0x3c7.4-0x3c8 (0.4) | | | data_message{}: 0x3c8-0x3d9 (17) -0x03c0| 09 6d b5 39 | .m.9 | timestamp: 968191241 (s) 0x3c8-0x3cc (4) +0x03c0| 09 6d b5 39 | .m.9 | timestamp: 968191241 (2020-09-04T22:00:41Z) 0x3c8-0x3cc (4) 0x03c0| 74 0e 00 00| t...| distance: 37 (3700) (m) 0x3cc-0x3d0 (4) 0x03d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x3d0-0x3d2 (2) 0x03d0| db | . | heart_rate: 219 (bpm) 0x3d2-0x3d3 (1) @@ -980,7 +980,7 @@ $ fq -d fit dv activity_dev.fit 0x03d0| 00 | . | reserved: false 0x3d9.3-0x3d9.4 (0.1) 0x03d0| 00 | . | local_message_type: 0 0x3d9.4-0x3da (0.4) | | | data_message{}: 0x3da-0x3eb (17) -0x03d0| 0a 6d b5 39 | .m.9 | timestamp: 968191242 (s) 0x3da-0x3de (4) +0x03d0| 0a 6d b5 39 | .m.9 | timestamp: 968191242 (2020-09-04T22:00:42Z) 0x3da-0x3de (4) 0x03d0| d8 0e| ..| distance: 38 (3800) (m) 0x3de-0x3e2 (4) 0x03e0|00 00 |.. | 0x03e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3e2-0x3e4 (2) @@ -997,7 +997,7 @@ $ fq -d fit dv activity_dev.fit 0x03e0| 00 | . | reserved: false 0x3eb.3-0x3eb.4 (0.1) 0x03e0| 00 | . | local_message_type: 0 0x3eb.4-0x3ec (0.4) | | | data_message{}: 0x3ec-0x3fd (17) -0x03e0| 0b 6d b5 39| .m.9| timestamp: 968191243 (s) 0x3ec-0x3f0 (4) +0x03e0| 0b 6d b5 39| .m.9| timestamp: 968191243 (2020-09-04T22:00:43Z) 0x3ec-0x3f0 (4) 0x03f0|3c 0f 00 00 |<... | distance: 39 (3900) (m) 0x3f0-0x3f4 (4) 0x03f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3f4-0x3f6 (2) 0x03f0| cf | . | heart_rate: 207 (bpm) 0x3f6-0x3f7 (1) @@ -1013,7 +1013,7 @@ $ fq -d fit dv activity_dev.fit 0x03f0| 00 | . | reserved: false 0x3fd.3-0x3fd.4 (0.1) 0x03f0| 00 | . | local_message_type: 0 0x3fd.4-0x3fe (0.4) | | | data_message{}: 0x3fe-0x40f (17) -0x03f0| 0c 6d| .m| timestamp: 968191244 (s) 0x3fe-0x402 (4) +0x03f0| 0c 6d| .m| timestamp: 968191244 (2020-09-04T22:00:44Z) 0x3fe-0x402 (4) 0x0400|b5 39 |.9 | 0x0400| a0 0f 00 00 | .... | distance: 40 (4000) (m) 0x402-0x406 (4) 0x0400| e8 03 | .. | speed: 1 (1000) (m/s) 0x406-0x408 (2) @@ -1030,7 +1030,7 @@ $ fq -d fit dv activity_dev.fit 0x0400| 00| .| reserved: false 0x40f.3-0x40f.4 (0.1) 0x0400| 00| .| local_message_type: 0 0x40f.4-0x410 (0.4) | | | data_message{}: 0x410-0x421 (17) -0x0410|0d 6d b5 39 |.m.9 | timestamp: 968191245 (s) 0x410-0x414 (4) +0x0410|0d 6d b5 39 |.m.9 | timestamp: 968191245 (2020-09-04T22:00:45Z) 0x410-0x414 (4) 0x0410| 04 10 00 00 | .... | distance: 41 (4100) (m) 0x414-0x418 (4) 0x0410| e8 03 | .. | speed: 1 (1000) (m/s) 0x418-0x41a (2) 0x0410| c3 | . | heart_rate: 195 (bpm) 0x41a-0x41b (1) @@ -1046,7 +1046,7 @@ $ fq -d fit dv activity_dev.fit 0x0420| 00 | . | reserved: false 0x421.3-0x421.4 (0.1) 0x0420| 00 | . | local_message_type: 0 0x421.4-0x422 (0.4) | | | data_message{}: 0x422-0x433 (17) -0x0420| 0e 6d b5 39 | .m.9 | timestamp: 968191246 (s) 0x422-0x426 (4) +0x0420| 0e 6d b5 39 | .m.9 | timestamp: 968191246 (2020-09-04T22:00:46Z) 0x422-0x426 (4) 0x0420| 68 10 00 00 | h... | distance: 42 (4200) (m) 0x426-0x42a (4) 0x0420| e8 03 | .. | speed: 1 (1000) (m/s) 0x42a-0x42c (2) 0x0420| bc | . | heart_rate: 188 (bpm) 0x42c-0x42d (1) @@ -1062,7 +1062,7 @@ $ fq -d fit dv activity_dev.fit 0x0430| 00 | . | reserved: false 0x433.3-0x433.4 (0.1) 0x0430| 00 | . | local_message_type: 0 0x433.4-0x434 (0.4) | | | data_message{}: 0x434-0x445 (17) -0x0430| 0f 6d b5 39 | .m.9 | timestamp: 968191247 (s) 0x434-0x438 (4) +0x0430| 0f 6d b5 39 | .m.9 | timestamp: 968191247 (2020-09-04T22:00:47Z) 0x434-0x438 (4) 0x0430| cc 10 00 00 | .... | distance: 43 (4300) (m) 0x438-0x43c (4) 0x0430| e8 03 | .. | speed: 1 (1000) (m/s) 0x43c-0x43e (2) 0x0430| b5 | . | heart_rate: 181 (bpm) 0x43e-0x43f (1) @@ -1078,7 +1078,7 @@ $ fq -d fit dv activity_dev.fit 0x0440| 00 | . | reserved: false 0x445.3-0x445.4 (0.1) 0x0440| 00 | . | local_message_type: 0 0x445.4-0x446 (0.4) | | | data_message{}: 0x446-0x457 (17) -0x0440| 10 6d b5 39 | .m.9 | timestamp: 968191248 (s) 0x446-0x44a (4) +0x0440| 10 6d b5 39 | .m.9 | timestamp: 968191248 (2020-09-04T22:00:48Z) 0x446-0x44a (4) 0x0440| 30 11 00 00 | 0... | distance: 44 (4400) (m) 0x44a-0x44e (4) 0x0440| e8 03| ..| speed: 1 (1000) (m/s) 0x44e-0x450 (2) 0x0450|ad |. | heart_rate: 173 (bpm) 0x450-0x451 (1) @@ -1094,7 +1094,7 @@ $ fq -d fit dv activity_dev.fit 0x0450| 00 | . | reserved: false 0x457.3-0x457.4 (0.1) 0x0450| 00 | . | local_message_type: 0 0x457.4-0x458 (0.4) | | | data_message{}: 0x458-0x469 (17) -0x0450| 11 6d b5 39 | .m.9 | timestamp: 968191249 (s) 0x458-0x45c (4) +0x0450| 11 6d b5 39 | .m.9 | timestamp: 968191249 (2020-09-04T22:00:49Z) 0x458-0x45c (4) 0x0450| 94 11 00 00| ....| distance: 45 (4500) (m) 0x45c-0x460 (4) 0x0460|e8 03 |.. | speed: 1 (1000) (m/s) 0x460-0x462 (2) 0x0460| a6 | . | heart_rate: 166 (bpm) 0x462-0x463 (1) @@ -1110,7 +1110,7 @@ $ fq -d fit dv activity_dev.fit 0x0460| 00 | . | reserved: false 0x469.3-0x469.4 (0.1) 0x0460| 00 | . | local_message_type: 0 0x469.4-0x46a (0.4) | | | data_message{}: 0x46a-0x47b (17) -0x0460| 12 6d b5 39 | .m.9 | timestamp: 968191250 (s) 0x46a-0x46e (4) +0x0460| 12 6d b5 39 | .m.9 | timestamp: 968191250 (2020-09-04T22:00:50Z) 0x46a-0x46e (4) 0x0460| f8 11| ..| distance: 46 (4600) (m) 0x46e-0x472 (4) 0x0470|00 00 |.. | 0x0470| e8 03 | .. | speed: 1 (1000) (m/s) 0x472-0x474 (2) @@ -1127,7 +1127,7 @@ $ fq -d fit dv activity_dev.fit 0x0470| 00 | . | reserved: false 0x47b.3-0x47b.4 (0.1) 0x0470| 00 | . | local_message_type: 0 0x47b.4-0x47c (0.4) | | | data_message{}: 0x47c-0x48d (17) -0x0470| 13 6d b5 39| .m.9| timestamp: 968191251 (s) 0x47c-0x480 (4) +0x0470| 13 6d b5 39| .m.9| timestamp: 968191251 (2020-09-04T22:00:51Z) 0x47c-0x480 (4) 0x0480|5c 12 00 00 |\... | distance: 47 (4700) (m) 0x480-0x484 (4) 0x0480| e8 03 | .. | speed: 1 (1000) (m/s) 0x484-0x486 (2) 0x0480| 96 | . | heart_rate: 150 (bpm) 0x486-0x487 (1) @@ -1143,7 +1143,7 @@ $ fq -d fit dv activity_dev.fit 0x0480| 00 | . | reserved: false 0x48d.3-0x48d.4 (0.1) 0x0480| 00 | . | local_message_type: 0 0x48d.4-0x48e (0.4) | | | data_message{}: 0x48e-0x49f (17) -0x0480| 14 6d| .m| timestamp: 968191252 (s) 0x48e-0x492 (4) +0x0480| 14 6d| .m| timestamp: 968191252 (2020-09-04T22:00:52Z) 0x48e-0x492 (4) 0x0490|b5 39 |.9 | 0x0490| c0 12 00 00 | .... | distance: 48 (4800) (m) 0x492-0x496 (4) 0x0490| e8 03 | .. | speed: 1 (1000) (m/s) 0x496-0x498 (2) @@ -1160,7 +1160,7 @@ $ fq -d fit dv activity_dev.fit 0x0490| 00| .| reserved: false 0x49f.3-0x49f.4 (0.1) 0x0490| 00| .| local_message_type: 0 0x49f.4-0x4a0 (0.4) | | | data_message{}: 0x4a0-0x4b1 (17) -0x04a0|15 6d b5 39 |.m.9 | timestamp: 968191253 (s) 0x4a0-0x4a4 (4) +0x04a0|15 6d b5 39 |.m.9 | timestamp: 968191253 (2020-09-04T22:00:53Z) 0x4a0-0x4a4 (4) 0x04a0| 24 13 00 00 | $... | distance: 49 (4900) (m) 0x4a4-0x4a8 (4) 0x04a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x4a8-0x4aa (2) 0x04a0| 86 | . | heart_rate: 134 (bpm) 0x4aa-0x4ab (1) @@ -1176,7 +1176,7 @@ $ fq -d fit dv activity_dev.fit 0x04b0| 00 | . | reserved: false 0x4b1.3-0x4b1.4 (0.1) 0x04b0| 00 | . | local_message_type: 0 0x4b1.4-0x4b2 (0.4) | | | data_message{}: 0x4b2-0x4c3 (17) -0x04b0| 16 6d b5 39 | .m.9 | timestamp: 968191254 (s) 0x4b2-0x4b6 (4) +0x04b0| 16 6d b5 39 | .m.9 | timestamp: 968191254 (2020-09-04T22:00:54Z) 0x4b2-0x4b6 (4) 0x04b0| 88 13 00 00 | .... | distance: 50 (5000) (m) 0x4b6-0x4ba (4) 0x04b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x4ba-0x4bc (2) 0x04b0| 7e | ~ | heart_rate: 126 (bpm) 0x4bc-0x4bd (1) @@ -1192,7 +1192,7 @@ $ fq -d fit dv activity_dev.fit 0x04c0| 00 | . | reserved: false 0x4c3.3-0x4c3.4 (0.1) 0x04c0| 00 | . | local_message_type: 0 0x4c3.4-0x4c4 (0.4) | | | data_message{}: 0x4c4-0x4d5 (17) -0x04c0| 17 6d b5 39 | .m.9 | timestamp: 968191255 (s) 0x4c4-0x4c8 (4) +0x04c0| 17 6d b5 39 | .m.9 | timestamp: 968191255 (2020-09-04T22:00:55Z) 0x4c4-0x4c8 (4) 0x04c0| ec 13 00 00 | .... | distance: 51 (5100) (m) 0x4c8-0x4cc (4) 0x04c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x4cc-0x4ce (2) 0x04c0| 77 | w | heart_rate: 119 (bpm) 0x4ce-0x4cf (1) @@ -1208,7 +1208,7 @@ $ fq -d fit dv activity_dev.fit 0x04d0| 00 | . | reserved: false 0x4d5.3-0x4d5.4 (0.1) 0x04d0| 00 | . | local_message_type: 0 0x4d5.4-0x4d6 (0.4) | | | data_message{}: 0x4d6-0x4e7 (17) -0x04d0| 18 6d b5 39 | .m.9 | timestamp: 968191256 (s) 0x4d6-0x4da (4) +0x04d0| 18 6d b5 39 | .m.9 | timestamp: 968191256 (2020-09-04T22:00:56Z) 0x4d6-0x4da (4) 0x04d0| 50 14 00 00 | P... | distance: 52 (5200) (m) 0x4da-0x4de (4) 0x04d0| e8 03| ..| speed: 1 (1000) (m/s) 0x4de-0x4e0 (2) 0x04e0|6f |o | heart_rate: 111 (bpm) 0x4e0-0x4e1 (1) @@ -1224,7 +1224,7 @@ $ fq -d fit dv activity_dev.fit 0x04e0| 00 | . | reserved: false 0x4e7.3-0x4e7.4 (0.1) 0x04e0| 00 | . | local_message_type: 0 0x4e7.4-0x4e8 (0.4) | | | data_message{}: 0x4e8-0x4f9 (17) -0x04e0| 19 6d b5 39 | .m.9 | timestamp: 968191257 (s) 0x4e8-0x4ec (4) +0x04e0| 19 6d b5 39 | .m.9 | timestamp: 968191257 (2020-09-04T22:00:57Z) 0x4e8-0x4ec (4) 0x04e0| b4 14 00 00| ....| distance: 53 (5300) (m) 0x4ec-0x4f0 (4) 0x04f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x4f0-0x4f2 (2) 0x04f0| 67 | g | heart_rate: 103 (bpm) 0x4f2-0x4f3 (1) @@ -1240,7 +1240,7 @@ $ fq -d fit dv activity_dev.fit 0x04f0| 00 | . | reserved: false 0x4f9.3-0x4f9.4 (0.1) 0x04f0| 00 | . | local_message_type: 0 0x4f9.4-0x4fa (0.4) | | | data_message{}: 0x4fa-0x50b (17) -0x04f0| 1a 6d b5 39 | .m.9 | timestamp: 968191258 (s) 0x4fa-0x4fe (4) +0x04f0| 1a 6d b5 39 | .m.9 | timestamp: 968191258 (2020-09-04T22:00:58Z) 0x4fa-0x4fe (4) 0x04f0| 18 15| ..| distance: 54 (5400) (m) 0x4fe-0x502 (4) 0x0500|00 00 |.. | 0x0500| e8 03 | .. | speed: 1 (1000) (m/s) 0x502-0x504 (2) @@ -1257,7 +1257,7 @@ $ fq -d fit dv activity_dev.fit 0x0500| 00 | . | reserved: false 0x50b.3-0x50b.4 (0.1) 0x0500| 00 | . | local_message_type: 0 0x50b.4-0x50c (0.4) | | | data_message{}: 0x50c-0x51d (17) -0x0500| 1b 6d b5 39| .m.9| timestamp: 968191259 (s) 0x50c-0x510 (4) +0x0500| 1b 6d b5 39| .m.9| timestamp: 968191259 (2020-09-04T22:00:59Z) 0x50c-0x510 (4) 0x0510|7c 15 00 00 ||... | distance: 55 (5500) (m) 0x510-0x514 (4) 0x0510| e8 03 | .. | speed: 1 (1000) (m/s) 0x514-0x516 (2) 0x0510| 57 | W | heart_rate: 87 (bpm) 0x516-0x517 (1) @@ -1273,7 +1273,7 @@ $ fq -d fit dv activity_dev.fit 0x0510| 00 | . | reserved: false 0x51d.3-0x51d.4 (0.1) 0x0510| 00 | . | local_message_type: 0 0x51d.4-0x51e (0.4) | | | data_message{}: 0x51e-0x52f (17) -0x0510| 1c 6d| .m| timestamp: 968191260 (s) 0x51e-0x522 (4) +0x0510| 1c 6d| .m| timestamp: 968191260 (2020-09-04T22:01:00Z) 0x51e-0x522 (4) 0x0520|b5 39 |.9 | 0x0520| e0 15 00 00 | .... | distance: 56 (5600) (m) 0x522-0x526 (4) 0x0520| e8 03 | .. | speed: 1 (1000) (m/s) 0x526-0x528 (2) @@ -1290,7 +1290,7 @@ $ fq -d fit dv activity_dev.fit 0x0520| 00| .| reserved: false 0x52f.3-0x52f.4 (0.1) 0x0520| 00| .| local_message_type: 0 0x52f.4-0x530 (0.4) | | | data_message{}: 0x530-0x541 (17) -0x0530|1d 6d b5 39 |.m.9 | timestamp: 968191261 (s) 0x530-0x534 (4) +0x0530|1d 6d b5 39 |.m.9 | timestamp: 968191261 (2020-09-04T22:01:01Z) 0x530-0x534 (4) 0x0530| 44 16 00 00 | D... | distance: 57 (5700) (m) 0x534-0x538 (4) 0x0530| e8 03 | .. | speed: 1 (1000) (m/s) 0x538-0x53a (2) 0x0530| 48 | H | heart_rate: 72 (bpm) 0x53a-0x53b (1) @@ -1306,7 +1306,7 @@ $ fq -d fit dv activity_dev.fit 0x0540| 00 | . | reserved: false 0x541.3-0x541.4 (0.1) 0x0540| 00 | . | local_message_type: 0 0x541.4-0x542 (0.4) | | | data_message{}: 0x542-0x553 (17) -0x0540| 1e 6d b5 39 | .m.9 | timestamp: 968191262 (s) 0x542-0x546 (4) +0x0540| 1e 6d b5 39 | .m.9 | timestamp: 968191262 (2020-09-04T22:01:02Z) 0x542-0x546 (4) 0x0540| a8 16 00 00 | .... | distance: 58 (5800) (m) 0x546-0x54a (4) 0x0540| e8 03 | .. | speed: 1 (1000) (m/s) 0x54a-0x54c (2) 0x0540| 41 | A | heart_rate: 65 (bpm) 0x54c-0x54d (1) @@ -1322,7 +1322,7 @@ $ fq -d fit dv activity_dev.fit 0x0550| 00 | . | reserved: false 0x553.3-0x553.4 (0.1) 0x0550| 00 | . | local_message_type: 0 0x553.4-0x554 (0.4) | | | data_message{}: 0x554-0x565 (17) -0x0550| 1f 6d b5 39 | .m.9 | timestamp: 968191263 (s) 0x554-0x558 (4) +0x0550| 1f 6d b5 39 | .m.9 | timestamp: 968191263 (2020-09-04T22:01:03Z) 0x554-0x558 (4) 0x0550| 0c 17 00 00 | .... | distance: 59 (5900) (m) 0x558-0x55c (4) 0x0550| e8 03 | .. | speed: 1 (1000) (m/s) 0x55c-0x55e (2) 0x0550| 3a | : | heart_rate: 58 (bpm) 0x55e-0x55f (1) @@ -1338,7 +1338,7 @@ $ fq -d fit dv activity_dev.fit 0x0560| 00 | . | reserved: false 0x565.3-0x565.4 (0.1) 0x0560| 00 | . | local_message_type: 0 0x565.4-0x566 (0.4) | | | data_message{}: 0x566-0x577 (17) -0x0560| 20 6d b5 39 | m.9 | timestamp: 968191264 (s) 0x566-0x56a (4) +0x0560| 20 6d b5 39 | m.9 | timestamp: 968191264 (2020-09-04T22:01:04Z) 0x566-0x56a (4) 0x0560| 70 17 00 00 | p... | distance: 60 (6000) (m) 0x56a-0x56e (4) 0x0560| e8 03| ..| speed: 1 (1000) (m/s) 0x56e-0x570 (2) 0x0570|34 |4 | heart_rate: 52 (bpm) 0x570-0x571 (1) @@ -1354,7 +1354,7 @@ $ fq -d fit dv activity_dev.fit 0x0570| 00 | . | reserved: false 0x577.3-0x577.4 (0.1) 0x0570| 00 | . | local_message_type: 0 0x577.4-0x578 (0.4) | | | data_message{}: 0x578-0x589 (17) -0x0570| 21 6d b5 39 | !m.9 | timestamp: 968191265 (s) 0x578-0x57c (4) +0x0570| 21 6d b5 39 | !m.9 | timestamp: 968191265 (2020-09-04T22:01:05Z) 0x578-0x57c (4) 0x0570| d4 17 00 00| ....| distance: 61 (6100) (m) 0x57c-0x580 (4) 0x0580|e8 03 |.. | speed: 1 (1000) (m/s) 0x580-0x582 (2) 0x0580| 2e | . | heart_rate: 46 (bpm) 0x582-0x583 (1) @@ -1370,7 +1370,7 @@ $ fq -d fit dv activity_dev.fit 0x0580| 00 | . | reserved: false 0x589.3-0x589.4 (0.1) 0x0580| 00 | . | local_message_type: 0 0x589.4-0x58a (0.4) | | | data_message{}: 0x58a-0x59b (17) -0x0580| 22 6d b5 39 | "m.9 | timestamp: 968191266 (s) 0x58a-0x58e (4) +0x0580| 22 6d b5 39 | "m.9 | timestamp: 968191266 (2020-09-04T22:01:06Z) 0x58a-0x58e (4) 0x0580| 38 18| 8.| distance: 62 (6200) (m) 0x58e-0x592 (4) 0x0590|00 00 |.. | 0x0590| e8 03 | .. | speed: 1 (1000) (m/s) 0x592-0x594 (2) @@ -1387,7 +1387,7 @@ $ fq -d fit dv activity_dev.fit 0x0590| 00 | . | reserved: false 0x59b.3-0x59b.4 (0.1) 0x0590| 00 | . | local_message_type: 0 0x59b.4-0x59c (0.4) | | | data_message{}: 0x59c-0x5ad (17) -0x0590| 23 6d b5 39| #m.9| timestamp: 968191267 (s) 0x59c-0x5a0 (4) +0x0590| 23 6d b5 39| #m.9| timestamp: 968191267 (2020-09-04T22:01:07Z) 0x59c-0x5a0 (4) 0x05a0|9c 18 00 00 |.... | distance: 63 (6300) (m) 0x5a0-0x5a4 (4) 0x05a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a4-0x5a6 (2) 0x05a0| 22 | " | heart_rate: 34 (bpm) 0x5a6-0x5a7 (1) @@ -1403,7 +1403,7 @@ $ fq -d fit dv activity_dev.fit 0x05a0| 00 | . | reserved: false 0x5ad.3-0x5ad.4 (0.1) 0x05a0| 00 | . | local_message_type: 0 0x5ad.4-0x5ae (0.4) | | | data_message{}: 0x5ae-0x5bf (17) -0x05a0| 24 6d| $m| timestamp: 968191268 (s) 0x5ae-0x5b2 (4) +0x05a0| 24 6d| $m| timestamp: 968191268 (2020-09-04T22:01:08Z) 0x5ae-0x5b2 (4) 0x05b0|b5 39 |.9 | 0x05b0| 00 19 00 00 | .... | distance: 64 (6400) (m) 0x5b2-0x5b6 (4) 0x05b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b6-0x5b8 (2) @@ -1420,7 +1420,7 @@ $ fq -d fit dv activity_dev.fit 0x05b0| 00| .| reserved: false 0x5bf.3-0x5bf.4 (0.1) 0x05b0| 00| .| local_message_type: 0 0x5bf.4-0x5c0 (0.4) | | | data_message{}: 0x5c0-0x5d1 (17) -0x05c0|25 6d b5 39 |%m.9 | timestamp: 968191269 (s) 0x5c0-0x5c4 (4) +0x05c0|25 6d b5 39 |%m.9 | timestamp: 968191269 (2020-09-04T22:01:09Z) 0x5c0-0x5c4 (4) 0x05c0| 64 19 00 00 | d... | distance: 65 (6500) (m) 0x5c4-0x5c8 (4) 0x05c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c8-0x5ca (2) 0x05c0| 18 | . | heart_rate: 24 (bpm) 0x5ca-0x5cb (1) @@ -1436,7 +1436,7 @@ $ fq -d fit dv activity_dev.fit 0x05d0| 00 | . | reserved: false 0x5d1.3-0x5d1.4 (0.1) 0x05d0| 00 | . | local_message_type: 0 0x5d1.4-0x5d2 (0.4) | | | data_message{}: 0x5d2-0x5e3 (17) -0x05d0| 26 6d b5 39 | &m.9 | timestamp: 968191270 (s) 0x5d2-0x5d6 (4) +0x05d0| 26 6d b5 39 | &m.9 | timestamp: 968191270 (2020-09-04T22:01:10Z) 0x5d2-0x5d6 (4) 0x05d0| c8 19 00 00 | .... | distance: 66 (6600) (m) 0x5d6-0x5da (4) 0x05d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5da-0x5dc (2) 0x05d0| 13 | . | heart_rate: 19 (bpm) 0x5dc-0x5dd (1) @@ -1452,7 +1452,7 @@ $ fq -d fit dv activity_dev.fit 0x05e0| 00 | . | reserved: false 0x5e3.3-0x5e3.4 (0.1) 0x05e0| 00 | . | local_message_type: 0 0x5e3.4-0x5e4 (0.4) | | | data_message{}: 0x5e4-0x5f5 (17) -0x05e0| 27 6d b5 39 | 'm.9 | timestamp: 968191271 (s) 0x5e4-0x5e8 (4) +0x05e0| 27 6d b5 39 | 'm.9 | timestamp: 968191271 (2020-09-04T22:01:11Z) 0x5e4-0x5e8 (4) 0x05e0| 2c 1a 00 00 | ,... | distance: 67 (6700) (m) 0x5e8-0x5ec (4) 0x05e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5ec-0x5ee (2) 0x05e0| 0f | . | heart_rate: 15 (bpm) 0x5ee-0x5ef (1) @@ -1468,7 +1468,7 @@ $ fq -d fit dv activity_dev.fit 0x05f0| 00 | . | reserved: false 0x5f5.3-0x5f5.4 (0.1) 0x05f0| 00 | . | local_message_type: 0 0x5f5.4-0x5f6 (0.4) | | | data_message{}: 0x5f6-0x607 (17) -0x05f0| 28 6d b5 39 | (m.9 | timestamp: 968191272 (s) 0x5f6-0x5fa (4) +0x05f0| 28 6d b5 39 | (m.9 | timestamp: 968191272 (2020-09-04T22:01:12Z) 0x5f6-0x5fa (4) 0x05f0| 90 1a 00 00 | .... | distance: 68 (6800) (m) 0x5fa-0x5fe (4) 0x05f0| e8 03| ..| speed: 1 (1000) (m/s) 0x5fe-0x600 (2) 0x0600|0c |. | heart_rate: 12 (bpm) 0x600-0x601 (1) @@ -1484,7 +1484,7 @@ $ fq -d fit dv activity_dev.fit 0x0600| 00 | . | reserved: false 0x607.3-0x607.4 (0.1) 0x0600| 00 | . | local_message_type: 0 0x607.4-0x608 (0.4) | | | data_message{}: 0x608-0x619 (17) -0x0600| 29 6d b5 39 | )m.9 | timestamp: 968191273 (s) 0x608-0x60c (4) +0x0600| 29 6d b5 39 | )m.9 | timestamp: 968191273 (2020-09-04T22:01:13Z) 0x608-0x60c (4) 0x0600| f4 1a 00 00| ....| distance: 69 (6900) (m) 0x60c-0x610 (4) 0x0610|e8 03 |.. | speed: 1 (1000) (m/s) 0x610-0x612 (2) 0x0610| 08 | . | heart_rate: 8 (bpm) 0x612-0x613 (1) @@ -1500,7 +1500,7 @@ $ fq -d fit dv activity_dev.fit 0x0610| 00 | . | reserved: false 0x619.3-0x619.4 (0.1) 0x0610| 00 | . | local_message_type: 0 0x619.4-0x61a (0.4) | | | data_message{}: 0x61a-0x62b (17) -0x0610| 2a 6d b5 39 | *m.9 | timestamp: 968191274 (s) 0x61a-0x61e (4) +0x0610| 2a 6d b5 39 | *m.9 | timestamp: 968191274 (2020-09-04T22:01:14Z) 0x61a-0x61e (4) 0x0610| 58 1b| X.| distance: 70 (7000) (m) 0x61e-0x622 (4) 0x0620|00 00 |.. | 0x0620| e8 03 | .. | speed: 1 (1000) (m/s) 0x622-0x624 (2) @@ -1517,7 +1517,7 @@ $ fq -d fit dv activity_dev.fit 0x0620| 00 | . | reserved: false 0x62b.3-0x62b.4 (0.1) 0x0620| 00 | . | local_message_type: 0 0x62b.4-0x62c (0.4) | | | data_message{}: 0x62c-0x63d (17) -0x0620| 2b 6d b5 39| +m.9| timestamp: 968191275 (s) 0x62c-0x630 (4) +0x0620| 2b 6d b5 39| +m.9| timestamp: 968191275 (2020-09-04T22:01:15Z) 0x62c-0x630 (4) 0x0630|bc 1b 00 00 |.... | distance: 71 (7100) (m) 0x630-0x634 (4) 0x0630| e8 03 | .. | speed: 1 (1000) (m/s) 0x634-0x636 (2) 0x0630| 03 | . | heart_rate: 3 (bpm) 0x636-0x637 (1) @@ -1533,7 +1533,7 @@ $ fq -d fit dv activity_dev.fit 0x0630| 00 | . | reserved: false 0x63d.3-0x63d.4 (0.1) 0x0630| 00 | . | local_message_type: 0 0x63d.4-0x63e (0.4) | | | data_message{}: 0x63e-0x64f (17) -0x0630| 2c 6d| ,m| timestamp: 968191276 (s) 0x63e-0x642 (4) +0x0630| 2c 6d| ,m| timestamp: 968191276 (2020-09-04T22:01:16Z) 0x63e-0x642 (4) 0x0640|b5 39 |.9 | 0x0640| 20 1c 00 00 | ... | distance: 72 (7200) (m) 0x642-0x646 (4) 0x0640| e8 03 | .. | speed: 1 (1000) (m/s) 0x646-0x648 (2) @@ -1550,7 +1550,7 @@ $ fq -d fit dv activity_dev.fit 0x0640| 00| .| reserved: false 0x64f.3-0x64f.4 (0.1) 0x0640| 00| .| local_message_type: 0 0x64f.4-0x650 (0.4) | | | data_message{}: 0x650-0x661 (17) -0x0650|2d 6d b5 39 |-m.9 | timestamp: 968191277 (s) 0x650-0x654 (4) +0x0650|2d 6d b5 39 |-m.9 | timestamp: 968191277 (2020-09-04T22:01:17Z) 0x650-0x654 (4) 0x0650| 84 1c 00 00 | .... | distance: 73 (7300) (m) 0x654-0x658 (4) 0x0650| e8 03 | .. | speed: 1 (1000) (m/s) 0x658-0x65a (2) 0x0650| 01 | . | heart_rate: 1 (bpm) 0x65a-0x65b (1) @@ -1566,7 +1566,7 @@ $ fq -d fit dv activity_dev.fit 0x0660| 00 | . | reserved: false 0x661.3-0x661.4 (0.1) 0x0660| 00 | . | local_message_type: 0 0x661.4-0x662 (0.4) | | | data_message{}: 0x662-0x673 (17) -0x0660| 2e 6d b5 39 | .m.9 | timestamp: 968191278 (s) 0x662-0x666 (4) +0x0660| 2e 6d b5 39 | .m.9 | timestamp: 968191278 (2020-09-04T22:01:18Z) 0x662-0x666 (4) 0x0660| e8 1c 00 00 | .... | distance: 74 (7400) (m) 0x666-0x66a (4) 0x0660| e8 03 | .. | speed: 1 (1000) (m/s) 0x66a-0x66c (2) 0x0660| 00 | . | heart_rate: 0 (bpm) 0x66c-0x66d (1) @@ -1582,7 +1582,7 @@ $ fq -d fit dv activity_dev.fit 0x0670| 00 | . | reserved: false 0x673.3-0x673.4 (0.1) 0x0670| 00 | . | local_message_type: 0 0x673.4-0x674 (0.4) | | | data_message{}: 0x674-0x685 (17) -0x0670| 2f 6d b5 39 | /m.9 | timestamp: 968191279 (s) 0x674-0x678 (4) +0x0670| 2f 6d b5 39 | /m.9 | timestamp: 968191279 (2020-09-04T22:01:19Z) 0x674-0x678 (4) 0x0670| 4c 1d 00 00 | L... | distance: 75 (7500) (m) 0x678-0x67c (4) 0x0670| e8 03 | .. | speed: 1 (1000) (m/s) 0x67c-0x67e (2) 0x0670| 00 | . | heart_rate: 0 (bpm) 0x67e-0x67f (1) @@ -1598,7 +1598,7 @@ $ fq -d fit dv activity_dev.fit 0x0680| 00 | . | reserved: false 0x685.3-0x685.4 (0.1) 0x0680| 00 | . | local_message_type: 0 0x685.4-0x686 (0.4) | | | data_message{}: 0x686-0x697 (17) -0x0680| 30 6d b5 39 | 0m.9 | timestamp: 968191280 (s) 0x686-0x68a (4) +0x0680| 30 6d b5 39 | 0m.9 | timestamp: 968191280 (2020-09-04T22:01:20Z) 0x686-0x68a (4) 0x0680| b0 1d 00 00 | .... | distance: 76 (7600) (m) 0x68a-0x68e (4) 0x0680| e8 03| ..| speed: 1 (1000) (m/s) 0x68e-0x690 (2) 0x0690|00 |. | heart_rate: 0 (bpm) 0x690-0x691 (1) @@ -1614,7 +1614,7 @@ $ fq -d fit dv activity_dev.fit 0x0690| 00 | . | reserved: false 0x697.3-0x697.4 (0.1) 0x0690| 00 | . | local_message_type: 0 0x697.4-0x698 (0.4) | | | data_message{}: 0x698-0x6a9 (17) -0x0690| 31 6d b5 39 | 1m.9 | timestamp: 968191281 (s) 0x698-0x69c (4) +0x0690| 31 6d b5 39 | 1m.9 | timestamp: 968191281 (2020-09-04T22:01:21Z) 0x698-0x69c (4) 0x0690| 14 1e 00 00| ....| distance: 77 (7700) (m) 0x69c-0x6a0 (4) 0x06a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x6a0-0x6a2 (2) 0x06a0| 01 | . | heart_rate: 1 (bpm) 0x6a2-0x6a3 (1) @@ -1630,7 +1630,7 @@ $ fq -d fit dv activity_dev.fit 0x06a0| 00 | . | reserved: false 0x6a9.3-0x6a9.4 (0.1) 0x06a0| 00 | . | local_message_type: 0 0x6a9.4-0x6aa (0.4) | | | data_message{}: 0x6aa-0x6bb (17) -0x06a0| 32 6d b5 39 | 2m.9 | timestamp: 968191282 (s) 0x6aa-0x6ae (4) +0x06a0| 32 6d b5 39 | 2m.9 | timestamp: 968191282 (2020-09-04T22:01:22Z) 0x6aa-0x6ae (4) 0x06a0| 78 1e| x.| distance: 78 (7800) (m) 0x6ae-0x6b2 (4) 0x06b0|00 00 |.. | 0x06b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6b2-0x6b4 (2) @@ -1647,7 +1647,7 @@ $ fq -d fit dv activity_dev.fit 0x06b0| 00 | . | reserved: false 0x6bb.3-0x6bb.4 (0.1) 0x06b0| 00 | . | local_message_type: 0 0x6bb.4-0x6bc (0.4) | | | data_message{}: 0x6bc-0x6cd (17) -0x06b0| 33 6d b5 39| 3m.9| timestamp: 968191283 (s) 0x6bc-0x6c0 (4) +0x06b0| 33 6d b5 39| 3m.9| timestamp: 968191283 (2020-09-04T22:01:23Z) 0x6bc-0x6c0 (4) 0x06c0|dc 1e 00 00 |.... | distance: 79 (7900) (m) 0x6c0-0x6c4 (4) 0x06c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6c4-0x6c6 (2) 0x06c0| 03 | . | heart_rate: 3 (bpm) 0x6c6-0x6c7 (1) @@ -1663,7 +1663,7 @@ $ fq -d fit dv activity_dev.fit 0x06c0| 00 | . | reserved: false 0x6cd.3-0x6cd.4 (0.1) 0x06c0| 00 | . | local_message_type: 0 0x6cd.4-0x6ce (0.4) | | | data_message{}: 0x6ce-0x6df (17) -0x06c0| 34 6d| 4m| timestamp: 968191284 (s) 0x6ce-0x6d2 (4) +0x06c0| 34 6d| 4m| timestamp: 968191284 (2020-09-04T22:01:24Z) 0x6ce-0x6d2 (4) 0x06d0|b5 39 |.9 | 0x06d0| 40 1f 00 00 | @... | distance: 80 (8000) (m) 0x6d2-0x6d6 (4) 0x06d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6d6-0x6d8 (2) @@ -1680,7 +1680,7 @@ $ fq -d fit dv activity_dev.fit 0x06d0| 00| .| reserved: false 0x6df.3-0x6df.4 (0.1) 0x06d0| 00| .| local_message_type: 0 0x6df.4-0x6e0 (0.4) | | | data_message{}: 0x6e0-0x6f1 (17) -0x06e0|35 6d b5 39 |5m.9 | timestamp: 968191285 (s) 0x6e0-0x6e4 (4) +0x06e0|35 6d b5 39 |5m.9 | timestamp: 968191285 (2020-09-04T22:01:25Z) 0x6e0-0x6e4 (4) 0x06e0| a4 1f 00 00 | .... | distance: 81 (8100) (m) 0x6e4-0x6e8 (4) 0x06e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6e8-0x6ea (2) 0x06e0| 08 | . | heart_rate: 8 (bpm) 0x6ea-0x6eb (1) @@ -1696,7 +1696,7 @@ $ fq -d fit dv activity_dev.fit 0x06f0| 00 | . | reserved: false 0x6f1.3-0x6f1.4 (0.1) 0x06f0| 00 | . | local_message_type: 0 0x6f1.4-0x6f2 (0.4) | | | data_message{}: 0x6f2-0x703 (17) -0x06f0| 36 6d b5 39 | 6m.9 | timestamp: 968191286 (s) 0x6f2-0x6f6 (4) +0x06f0| 36 6d b5 39 | 6m.9 | timestamp: 968191286 (2020-09-04T22:01:26Z) 0x6f2-0x6f6 (4) 0x06f0| 08 20 00 00 | . .. | distance: 82 (8200) (m) 0x6f6-0x6fa (4) 0x06f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6fa-0x6fc (2) 0x06f0| 0c | . | heart_rate: 12 (bpm) 0x6fc-0x6fd (1) @@ -1712,7 +1712,7 @@ $ fq -d fit dv activity_dev.fit 0x0700| 00 | . | reserved: false 0x703.3-0x703.4 (0.1) 0x0700| 00 | . | local_message_type: 0 0x703.4-0x704 (0.4) | | | data_message{}: 0x704-0x715 (17) -0x0700| 37 6d b5 39 | 7m.9 | timestamp: 968191287 (s) 0x704-0x708 (4) +0x0700| 37 6d b5 39 | 7m.9 | timestamp: 968191287 (2020-09-04T22:01:27Z) 0x704-0x708 (4) 0x0700| 6c 20 00 00 | l .. | distance: 83 (8300) (m) 0x708-0x70c (4) 0x0700| e8 03 | .. | speed: 1 (1000) (m/s) 0x70c-0x70e (2) 0x0700| 0f | . | heart_rate: 15 (bpm) 0x70e-0x70f (1) @@ -1728,7 +1728,7 @@ $ fq -d fit dv activity_dev.fit 0x0710| 00 | . | reserved: false 0x715.3-0x715.4 (0.1) 0x0710| 00 | . | local_message_type: 0 0x715.4-0x716 (0.4) | | | data_message{}: 0x716-0x727 (17) -0x0710| 38 6d b5 39 | 8m.9 | timestamp: 968191288 (s) 0x716-0x71a (4) +0x0710| 38 6d b5 39 | 8m.9 | timestamp: 968191288 (2020-09-04T22:01:28Z) 0x716-0x71a (4) 0x0710| d0 20 00 00 | . .. | distance: 84 (8400) (m) 0x71a-0x71e (4) 0x0710| e8 03| ..| speed: 1 (1000) (m/s) 0x71e-0x720 (2) 0x0720|13 |. | heart_rate: 19 (bpm) 0x720-0x721 (1) @@ -1744,7 +1744,7 @@ $ fq -d fit dv activity_dev.fit 0x0720| 00 | . | reserved: false 0x727.3-0x727.4 (0.1) 0x0720| 00 | . | local_message_type: 0 0x727.4-0x728 (0.4) | | | data_message{}: 0x728-0x739 (17) -0x0720| 39 6d b5 39 | 9m.9 | timestamp: 968191289 (s) 0x728-0x72c (4) +0x0720| 39 6d b5 39 | 9m.9 | timestamp: 968191289 (2020-09-04T22:01:29Z) 0x728-0x72c (4) 0x0720| 34 21 00 00| 4!..| distance: 85 (8500) (m) 0x72c-0x730 (4) 0x0730|e8 03 |.. | speed: 1 (1000) (m/s) 0x730-0x732 (2) 0x0730| 18 | . | heart_rate: 24 (bpm) 0x732-0x733 (1) @@ -1760,7 +1760,7 @@ $ fq -d fit dv activity_dev.fit 0x0730| 00 | . | reserved: false 0x739.3-0x739.4 (0.1) 0x0730| 00 | . | local_message_type: 0 0x739.4-0x73a (0.4) | | | data_message{}: 0x73a-0x74b (17) -0x0730| 3a 6d b5 39 | :m.9 | timestamp: 968191290 (s) 0x73a-0x73e (4) +0x0730| 3a 6d b5 39 | :m.9 | timestamp: 968191290 (2020-09-04T22:01:30Z) 0x73a-0x73e (4) 0x0730| 98 21| .!| distance: 86 (8600) (m) 0x73e-0x742 (4) 0x0740|00 00 |.. | 0x0740| e8 03 | .. | speed: 1 (1000) (m/s) 0x742-0x744 (2) @@ -1777,7 +1777,7 @@ $ fq -d fit dv activity_dev.fit 0x0740| 00 | . | reserved: false 0x74b.3-0x74b.4 (0.1) 0x0740| 00 | . | local_message_type: 0 0x74b.4-0x74c (0.4) | | | data_message{}: 0x74c-0x75d (17) -0x0740| 3b 6d b5 39| ;m.9| timestamp: 968191291 (s) 0x74c-0x750 (4) +0x0740| 3b 6d b5 39| ;m.9| timestamp: 968191291 (2020-09-04T22:01:31Z) 0x74c-0x750 (4) 0x0750|fc 21 00 00 |.!.. | distance: 87 (8700) (m) 0x750-0x754 (4) 0x0750| e8 03 | .. | speed: 1 (1000) (m/s) 0x754-0x756 (2) 0x0750| 22 | " | heart_rate: 34 (bpm) 0x756-0x757 (1) @@ -1793,7 +1793,7 @@ $ fq -d fit dv activity_dev.fit 0x0750| 00 | . | reserved: false 0x75d.3-0x75d.4 (0.1) 0x0750| 00 | . | local_message_type: 0 0x75d.4-0x75e (0.4) | | | data_message{}: 0x75e-0x76f (17) -0x0750| 3c 6d| m.9 | timestamp: 968191294 (s) 0x782-0x786 (4) +0x0780| 3e 6d b5 39 | >m.9 | timestamp: 968191294 (2020-09-04T22:01:34Z) 0x782-0x786 (4) 0x0780| 28 23 00 00 | (#.. | distance: 90 (9000) (m) 0x786-0x78a (4) 0x0780| e8 03 | .. | speed: 1 (1000) (m/s) 0x78a-0x78c (2) 0x0780| 34 | 4 | heart_rate: 52 (bpm) 0x78c-0x78d (1) @@ -1842,7 +1842,7 @@ $ fq -d fit dv activity_dev.fit 0x0790| 00 | . | reserved: false 0x793.3-0x793.4 (0.1) 0x0790| 00 | . | local_message_type: 0 0x793.4-0x794 (0.4) | | | data_message{}: 0x794-0x7a5 (17) -0x0790| 3f 6d b5 39 | ?m.9 | timestamp: 968191295 (s) 0x794-0x798 (4) +0x0790| 3f 6d b5 39 | ?m.9 | timestamp: 968191295 (2020-09-04T22:01:35Z) 0x794-0x798 (4) 0x0790| 8c 23 00 00 | .#.. | distance: 91 (9100) (m) 0x798-0x79c (4) 0x0790| e8 03 | .. | speed: 1 (1000) (m/s) 0x79c-0x79e (2) 0x0790| 3a | : | heart_rate: 58 (bpm) 0x79e-0x79f (1) @@ -1858,7 +1858,7 @@ $ fq -d fit dv activity_dev.fit 0x07a0| 00 | . | reserved: false 0x7a5.3-0x7a5.4 (0.1) 0x07a0| 00 | . | local_message_type: 0 0x7a5.4-0x7a6 (0.4) | | | data_message{}: 0x7a6-0x7b7 (17) -0x07a0| 40 6d b5 39 | @m.9 | timestamp: 968191296 (s) 0x7a6-0x7aa (4) +0x07a0| 40 6d b5 39 | @m.9 | timestamp: 968191296 (2020-09-04T22:01:36Z) 0x7a6-0x7aa (4) 0x07a0| f0 23 00 00 | .#.. | distance: 92 (9200) (m) 0x7aa-0x7ae (4) 0x07a0| e8 03| ..| speed: 1 (1000) (m/s) 0x7ae-0x7b0 (2) 0x07b0|41 |A | heart_rate: 65 (bpm) 0x7b0-0x7b1 (1) @@ -1874,7 +1874,7 @@ $ fq -d fit dv activity_dev.fit 0x07b0| 00 | . | reserved: false 0x7b7.3-0x7b7.4 (0.1) 0x07b0| 00 | . | local_message_type: 0 0x7b7.4-0x7b8 (0.4) | | | data_message{}: 0x7b8-0x7c9 (17) -0x07b0| 41 6d b5 39 | Am.9 | timestamp: 968191297 (s) 0x7b8-0x7bc (4) +0x07b0| 41 6d b5 39 | Am.9 | timestamp: 968191297 (2020-09-04T22:01:37Z) 0x7b8-0x7bc (4) 0x07b0| 54 24 00 00| T$..| distance: 93 (9300) (m) 0x7bc-0x7c0 (4) 0x07c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x7c0-0x7c2 (2) 0x07c0| 48 | H | heart_rate: 72 (bpm) 0x7c2-0x7c3 (1) @@ -1890,7 +1890,7 @@ $ fq -d fit dv activity_dev.fit 0x07c0| 00 | . | reserved: false 0x7c9.3-0x7c9.4 (0.1) 0x07c0| 00 | . | local_message_type: 0 0x7c9.4-0x7ca (0.4) | | | data_message{}: 0x7ca-0x7db (17) -0x07c0| 42 6d b5 39 | Bm.9 | timestamp: 968191298 (s) 0x7ca-0x7ce (4) +0x07c0| 42 6d b5 39 | Bm.9 | timestamp: 968191298 (2020-09-04T22:01:38Z) 0x7ca-0x7ce (4) 0x07c0| b8 24| .$| distance: 94 (9400) (m) 0x7ce-0x7d2 (4) 0x07d0|00 00 |.. | 0x07d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d2-0x7d4 (2) @@ -1907,7 +1907,7 @@ $ fq -d fit dv activity_dev.fit 0x07d0| 00 | . | reserved: false 0x7db.3-0x7db.4 (0.1) 0x07d0| 00 | . | local_message_type: 0 0x7db.4-0x7dc (0.4) | | | data_message{}: 0x7dc-0x7ed (17) -0x07d0| 43 6d b5 39| Cm.9| timestamp: 968191299 (s) 0x7dc-0x7e0 (4) +0x07d0| 43 6d b5 39| Cm.9| timestamp: 968191299 (2020-09-04T22:01:39Z) 0x7dc-0x7e0 (4) 0x07e0|1c 25 00 00 |.%.. | distance: 95 (9500) (m) 0x7e0-0x7e4 (4) 0x07e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e4-0x7e6 (2) 0x07e0| 57 | W | heart_rate: 87 (bpm) 0x7e6-0x7e7 (1) @@ -1923,7 +1923,7 @@ $ fq -d fit dv activity_dev.fit 0x07e0| 00 | . | reserved: false 0x7ed.3-0x7ed.4 (0.1) 0x07e0| 00 | . | local_message_type: 0 0x7ed.4-0x7ee (0.4) | | | data_message{}: 0x7ee-0x7ff (17) -0x07e0| 44 6d| Dm| timestamp: 968191300 (s) 0x7ee-0x7f2 (4) +0x07e0| 44 6d| Dm| timestamp: 968191300 (2020-09-04T22:01:40Z) 0x7ee-0x7f2 (4) 0x07f0|b5 39 |.9 | 0x07f0| 80 25 00 00 | .%.. | distance: 96 (9600) (m) 0x7f2-0x7f6 (4) 0x07f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f6-0x7f8 (2) @@ -1940,7 +1940,7 @@ $ fq -d fit dv activity_dev.fit 0x07f0| 00| .| reserved: false 0x7ff.3-0x7ff.4 (0.1) 0x07f0| 00| .| local_message_type: 0 0x7ff.4-0x800 (0.4) | | | data_message{}: 0x800-0x811 (17) -0x0800|45 6d b5 39 |Em.9 | timestamp: 968191301 (s) 0x800-0x804 (4) +0x0800|45 6d b5 39 |Em.9 | timestamp: 968191301 (2020-09-04T22:01:41Z) 0x800-0x804 (4) 0x0800| e4 25 00 00 | .%.. | distance: 97 (9700) (m) 0x804-0x808 (4) 0x0800| e8 03 | .. | speed: 1 (1000) (m/s) 0x808-0x80a (2) 0x0800| 67 | g | heart_rate: 103 (bpm) 0x80a-0x80b (1) @@ -1956,7 +1956,7 @@ $ fq -d fit dv activity_dev.fit 0x0810| 00 | . | reserved: false 0x811.3-0x811.4 (0.1) 0x0810| 00 | . | local_message_type: 0 0x811.4-0x812 (0.4) | | | data_message{}: 0x812-0x823 (17) -0x0810| 46 6d b5 39 | Fm.9 | timestamp: 968191302 (s) 0x812-0x816 (4) +0x0810| 46 6d b5 39 | Fm.9 | timestamp: 968191302 (2020-09-04T22:01:42Z) 0x812-0x816 (4) 0x0810| 48 26 00 00 | H&.. | distance: 98 (9800) (m) 0x816-0x81a (4) 0x0810| e8 03 | .. | speed: 1 (1000) (m/s) 0x81a-0x81c (2) 0x0810| 6f | o | heart_rate: 111 (bpm) 0x81c-0x81d (1) @@ -1972,7 +1972,7 @@ $ fq -d fit dv activity_dev.fit 0x0820| 00 | . | reserved: false 0x823.3-0x823.4 (0.1) 0x0820| 00 | . | local_message_type: 0 0x823.4-0x824 (0.4) | | | data_message{}: 0x824-0x835 (17) -0x0820| 47 6d b5 39 | Gm.9 | timestamp: 968191303 (s) 0x824-0x828 (4) +0x0820| 47 6d b5 39 | Gm.9 | timestamp: 968191303 (2020-09-04T22:01:43Z) 0x824-0x828 (4) 0x0820| ac 26 00 00 | .&.. | distance: 99 (9900) (m) 0x828-0x82c (4) 0x0820| e8 03 | .. | speed: 1 (1000) (m/s) 0x82c-0x82e (2) 0x0820| 77 | w | heart_rate: 119 (bpm) 0x82e-0x82f (1) @@ -1988,7 +1988,7 @@ $ fq -d fit dv activity_dev.fit 0x0830| 00 | . | reserved: false 0x835.3-0x835.4 (0.1) 0x0830| 00 | . | local_message_type: 0 0x835.4-0x836 (0.4) | | | data_message{}: 0x836-0x847 (17) -0x0830| 48 6d b5 39 | Hm.9 | timestamp: 968191304 (s) 0x836-0x83a (4) +0x0830| 48 6d b5 39 | Hm.9 | timestamp: 968191304 (2020-09-04T22:01:44Z) 0x836-0x83a (4) 0x0830| 10 27 00 00 | .'.. | distance: 100 (10000) (m) 0x83a-0x83e (4) 0x0830| e8 03| ..| speed: 1 (1000) (m/s) 0x83e-0x840 (2) 0x0840|7e |~ | heart_rate: 126 (bpm) 0x840-0x841 (1) @@ -2004,7 +2004,7 @@ $ fq -d fit dv activity_dev.fit 0x0840| 00 | . | reserved: false 0x847.3-0x847.4 (0.1) 0x0840| 00 | . | local_message_type: 0 0x847.4-0x848 (0.4) | | | data_message{}: 0x848-0x859 (17) -0x0840| 49 6d b5 39 | Im.9 | timestamp: 968191305 (s) 0x848-0x84c (4) +0x0840| 49 6d b5 39 | Im.9 | timestamp: 968191305 (2020-09-04T22:01:45Z) 0x848-0x84c (4) 0x0840| 74 27 00 00| t'..| distance: 101 (10100) (m) 0x84c-0x850 (4) 0x0850|e8 03 |.. | speed: 1 (1000) (m/s) 0x850-0x852 (2) 0x0850| 86 | . | heart_rate: 134 (bpm) 0x852-0x853 (1) @@ -2020,7 +2020,7 @@ $ fq -d fit dv activity_dev.fit 0x0850| 00 | . | reserved: false 0x859.3-0x859.4 (0.1) 0x0850| 00 | . | local_message_type: 0 0x859.4-0x85a (0.4) | | | data_message{}: 0x85a-0x86b (17) -0x0850| 4a 6d b5 39 | Jm.9 | timestamp: 968191306 (s) 0x85a-0x85e (4) +0x0850| 4a 6d b5 39 | Jm.9 | timestamp: 968191306 (2020-09-04T22:01:46Z) 0x85a-0x85e (4) 0x0850| d8 27| .'| distance: 102 (10200) (m) 0x85e-0x862 (4) 0x0860|00 00 |.. | 0x0860| e8 03 | .. | speed: 1 (1000) (m/s) 0x862-0x864 (2) @@ -2037,7 +2037,7 @@ $ fq -d fit dv activity_dev.fit 0x0860| 00 | . | reserved: false 0x86b.3-0x86b.4 (0.1) 0x0860| 00 | . | local_message_type: 0 0x86b.4-0x86c (0.4) | | | data_message{}: 0x86c-0x87d (17) -0x0860| 4b 6d b5 39| Km.9| timestamp: 968191307 (s) 0x86c-0x870 (4) +0x0860| 4b 6d b5 39| Km.9| timestamp: 968191307 (2020-09-04T22:01:47Z) 0x86c-0x870 (4) 0x0870|3c 28 00 00 |<(.. | distance: 103 (10300) (m) 0x870-0x874 (4) 0x0870| e8 03 | .. | speed: 1 (1000) (m/s) 0x874-0x876 (2) 0x0870| 96 | . | heart_rate: 150 (bpm) 0x876-0x877 (1) @@ -2053,7 +2053,7 @@ $ fq -d fit dv activity_dev.fit 0x0870| 00 | . | reserved: false 0x87d.3-0x87d.4 (0.1) 0x0870| 00 | . | local_message_type: 0 0x87d.4-0x87e (0.4) | | | data_message{}: 0x87e-0x88f (17) -0x0870| 4c 6d| Lm| timestamp: 968191308 (s) 0x87e-0x882 (4) +0x0870| 4c 6d| Lm| timestamp: 968191308 (2020-09-04T22:01:48Z) 0x87e-0x882 (4) 0x0880|b5 39 |.9 | 0x0880| a0 28 00 00 | .(.. | distance: 104 (10400) (m) 0x882-0x886 (4) 0x0880| e8 03 | .. | speed: 1 (1000) (m/s) 0x886-0x888 (2) @@ -2070,7 +2070,7 @@ $ fq -d fit dv activity_dev.fit 0x0880| 00| .| reserved: false 0x88f.3-0x88f.4 (0.1) 0x0880| 00| .| local_message_type: 0 0x88f.4-0x890 (0.4) | | | data_message{}: 0x890-0x8a1 (17) -0x0890|4d 6d b5 39 |Mm.9 | timestamp: 968191309 (s) 0x890-0x894 (4) +0x0890|4d 6d b5 39 |Mm.9 | timestamp: 968191309 (2020-09-04T22:01:49Z) 0x890-0x894 (4) 0x0890| 04 29 00 00 | .).. | distance: 105 (10500) (m) 0x894-0x898 (4) 0x0890| e8 03 | .. | speed: 1 (1000) (m/s) 0x898-0x89a (2) 0x0890| a6 | . | heart_rate: 166 (bpm) 0x89a-0x89b (1) @@ -2086,7 +2086,7 @@ $ fq -d fit dv activity_dev.fit 0x08a0| 00 | . | reserved: false 0x8a1.3-0x8a1.4 (0.1) 0x08a0| 00 | . | local_message_type: 0 0x8a1.4-0x8a2 (0.4) | | | data_message{}: 0x8a2-0x8b3 (17) -0x08a0| 4e 6d b5 39 | Nm.9 | timestamp: 968191310 (s) 0x8a2-0x8a6 (4) +0x08a0| 4e 6d b5 39 | Nm.9 | timestamp: 968191310 (2020-09-04T22:01:50Z) 0x8a2-0x8a6 (4) 0x08a0| 68 29 00 00 | h).. | distance: 106 (10600) (m) 0x8a6-0x8aa (4) 0x08a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8aa-0x8ac (2) 0x08a0| ad | . | heart_rate: 173 (bpm) 0x8ac-0x8ad (1) @@ -2102,7 +2102,7 @@ $ fq -d fit dv activity_dev.fit 0x08b0| 00 | . | reserved: false 0x8b3.3-0x8b3.4 (0.1) 0x08b0| 00 | . | local_message_type: 0 0x8b3.4-0x8b4 (0.4) | | | data_message{}: 0x8b4-0x8c5 (17) -0x08b0| 4f 6d b5 39 | Om.9 | timestamp: 968191311 (s) 0x8b4-0x8b8 (4) +0x08b0| 4f 6d b5 39 | Om.9 | timestamp: 968191311 (2020-09-04T22:01:51Z) 0x8b4-0x8b8 (4) 0x08b0| cc 29 00 00 | .).. | distance: 107 (10700) (m) 0x8b8-0x8bc (4) 0x08b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8bc-0x8be (2) 0x08b0| b5 | . | heart_rate: 181 (bpm) 0x8be-0x8bf (1) @@ -2118,7 +2118,7 @@ $ fq -d fit dv activity_dev.fit 0x08c0| 00 | . | reserved: false 0x8c5.3-0x8c5.4 (0.1) 0x08c0| 00 | . | local_message_type: 0 0x8c5.4-0x8c6 (0.4) | | | data_message{}: 0x8c6-0x8d7 (17) -0x08c0| 50 6d b5 39 | Pm.9 | timestamp: 968191312 (s) 0x8c6-0x8ca (4) +0x08c0| 50 6d b5 39 | Pm.9 | timestamp: 968191312 (2020-09-04T22:01:52Z) 0x8c6-0x8ca (4) 0x08c0| 30 2a 00 00 | 0*.. | distance: 108 (10800) (m) 0x8ca-0x8ce (4) 0x08c0| e8 03| ..| speed: 1 (1000) (m/s) 0x8ce-0x8d0 (2) 0x08d0|bc |. | heart_rate: 188 (bpm) 0x8d0-0x8d1 (1) @@ -2134,7 +2134,7 @@ $ fq -d fit dv activity_dev.fit 0x08d0| 00 | . | reserved: false 0x8d7.3-0x8d7.4 (0.1) 0x08d0| 00 | . | local_message_type: 0 0x8d7.4-0x8d8 (0.4) | | | data_message{}: 0x8d8-0x8e9 (17) -0x08d0| 51 6d b5 39 | Qm.9 | timestamp: 968191313 (s) 0x8d8-0x8dc (4) +0x08d0| 51 6d b5 39 | Qm.9 | timestamp: 968191313 (2020-09-04T22:01:53Z) 0x8d8-0x8dc (4) 0x08d0| 94 2a 00 00| .*..| distance: 109 (10900) (m) 0x8dc-0x8e0 (4) 0x08e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x8e0-0x8e2 (2) 0x08e0| c3 | . | heart_rate: 195 (bpm) 0x8e2-0x8e3 (1) @@ -2150,7 +2150,7 @@ $ fq -d fit dv activity_dev.fit 0x08e0| 00 | . | reserved: false 0x8e9.3-0x8e9.4 (0.1) 0x08e0| 00 | . | local_message_type: 0 0x8e9.4-0x8ea (0.4) | | | data_message{}: 0x8ea-0x8fb (17) -0x08e0| 52 6d b5 39 | Rm.9 | timestamp: 968191314 (s) 0x8ea-0x8ee (4) +0x08e0| 52 6d b5 39 | Rm.9 | timestamp: 968191314 (2020-09-04T22:01:54Z) 0x8ea-0x8ee (4) 0x08e0| f8 2a| .*| distance: 110 (11000) (m) 0x8ee-0x8f2 (4) 0x08f0|00 00 |.. | 0x08f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f2-0x8f4 (2) @@ -2167,7 +2167,7 @@ $ fq -d fit dv activity_dev.fit 0x08f0| 00 | . | reserved: false 0x8fb.3-0x8fb.4 (0.1) 0x08f0| 00 | . | local_message_type: 0 0x8fb.4-0x8fc (0.4) | | | data_message{}: 0x8fc-0x90d (17) -0x08f0| 53 6d b5 39| Sm.9| timestamp: 968191315 (s) 0x8fc-0x900 (4) +0x08f0| 53 6d b5 39| Sm.9| timestamp: 968191315 (2020-09-04T22:01:55Z) 0x8fc-0x900 (4) 0x0900|5c 2b 00 00 |\+.. | distance: 111 (11100) (m) 0x900-0x904 (4) 0x0900| e8 03 | .. | speed: 1 (1000) (m/s) 0x904-0x906 (2) 0x0900| cf | . | heart_rate: 207 (bpm) 0x906-0x907 (1) @@ -2183,7 +2183,7 @@ $ fq -d fit dv activity_dev.fit 0x0900| 00 | . | reserved: false 0x90d.3-0x90d.4 (0.1) 0x0900| 00 | . | local_message_type: 0 0x90d.4-0x90e (0.4) | | | data_message{}: 0x90e-0x91f (17) -0x0900| 54 6d| Tm| timestamp: 968191316 (s) 0x90e-0x912 (4) +0x0900| 54 6d| Tm| timestamp: 968191316 (2020-09-04T22:01:56Z) 0x90e-0x912 (4) 0x0910|b5 39 |.9 | 0x0910| c0 2b 00 00 | .+.. | distance: 112 (11200) (m) 0x912-0x916 (4) 0x0910| e8 03 | .. | speed: 1 (1000) (m/s) 0x916-0x918 (2) @@ -2200,7 +2200,7 @@ $ fq -d fit dv activity_dev.fit 0x0910| 00| .| reserved: false 0x91f.3-0x91f.4 (0.1) 0x0910| 00| .| local_message_type: 0 0x91f.4-0x920 (0.4) | | | data_message{}: 0x920-0x931 (17) -0x0920|55 6d b5 39 |Um.9 | timestamp: 968191317 (s) 0x920-0x924 (4) +0x0920|55 6d b5 39 |Um.9 | timestamp: 968191317 (2020-09-04T22:01:57Z) 0x920-0x924 (4) 0x0920| 24 2c 00 00 | $,.. | distance: 113 (11300) (m) 0x924-0x928 (4) 0x0920| e8 03 | .. | speed: 1 (1000) (m/s) 0x928-0x92a (2) 0x0920| db | . | heart_rate: 219 (bpm) 0x92a-0x92b (1) @@ -2216,7 +2216,7 @@ $ fq -d fit dv activity_dev.fit 0x0930| 00 | . | reserved: false 0x931.3-0x931.4 (0.1) 0x0930| 00 | . | local_message_type: 0 0x931.4-0x932 (0.4) | | | data_message{}: 0x932-0x943 (17) -0x0930| 56 6d b5 39 | Vm.9 | timestamp: 968191318 (s) 0x932-0x936 (4) +0x0930| 56 6d b5 39 | Vm.9 | timestamp: 968191318 (2020-09-04T22:01:58Z) 0x932-0x936 (4) 0x0930| 88 2c 00 00 | .,.. | distance: 114 (11400) (m) 0x936-0x93a (4) 0x0930| e8 03 | .. | speed: 1 (1000) (m/s) 0x93a-0x93c (2) 0x0930| e0 | . | heart_rate: 224 (bpm) 0x93c-0x93d (1) @@ -2232,7 +2232,7 @@ $ fq -d fit dv activity_dev.fit 0x0940| 00 | . | reserved: false 0x943.3-0x943.4 (0.1) 0x0940| 00 | . | local_message_type: 0 0x943.4-0x944 (0.4) | | | data_message{}: 0x944-0x955 (17) -0x0940| 57 6d b5 39 | Wm.9 | timestamp: 968191319 (s) 0x944-0x948 (4) +0x0940| 57 6d b5 39 | Wm.9 | timestamp: 968191319 (2020-09-04T22:01:59Z) 0x944-0x948 (4) 0x0940| ec 2c 00 00 | .,.. | distance: 115 (11500) (m) 0x948-0x94c (4) 0x0940| e8 03 | .. | speed: 1 (1000) (m/s) 0x94c-0x94e (2) 0x0940| e5 | . | heart_rate: 229 (bpm) 0x94e-0x94f (1) @@ -2248,7 +2248,7 @@ $ fq -d fit dv activity_dev.fit 0x0950| 00 | . | reserved: false 0x955.3-0x955.4 (0.1) 0x0950| 00 | . | local_message_type: 0 0x955.4-0x956 (0.4) | | | data_message{}: 0x956-0x967 (17) -0x0950| 58 6d b5 39 | Xm.9 | timestamp: 968191320 (s) 0x956-0x95a (4) +0x0950| 58 6d b5 39 | Xm.9 | timestamp: 968191320 (2020-09-04T22:02:00Z) 0x956-0x95a (4) 0x0950| 50 2d 00 00 | P-.. | distance: 116 (11600) (m) 0x95a-0x95e (4) 0x0950| e8 03| ..| speed: 1 (1000) (m/s) 0x95e-0x960 (2) 0x0960|ea |. | heart_rate: 234 (bpm) 0x960-0x961 (1) @@ -2264,7 +2264,7 @@ $ fq -d fit dv activity_dev.fit 0x0960| 00 | . | reserved: false 0x967.3-0x967.4 (0.1) 0x0960| 00 | . | local_message_type: 0 0x967.4-0x968 (0.4) | | | data_message{}: 0x968-0x979 (17) -0x0960| 59 6d b5 39 | Ym.9 | timestamp: 968191321 (s) 0x968-0x96c (4) +0x0960| 59 6d b5 39 | Ym.9 | timestamp: 968191321 (2020-09-04T22:02:01Z) 0x968-0x96c (4) 0x0960| b4 2d 00 00| .-..| distance: 117 (11700) (m) 0x96c-0x970 (4) 0x0970|e8 03 |.. | speed: 1 (1000) (m/s) 0x970-0x972 (2) 0x0970| ee | . | heart_rate: 238 (bpm) 0x972-0x973 (1) @@ -2280,7 +2280,7 @@ $ fq -d fit dv activity_dev.fit 0x0970| 00 | . | reserved: false 0x979.3-0x979.4 (0.1) 0x0970| 00 | . | local_message_type: 0 0x979.4-0x97a (0.4) | | | data_message{}: 0x97a-0x98b (17) -0x0970| 5a 6d b5 39 | Zm.9 | timestamp: 968191322 (s) 0x97a-0x97e (4) +0x0970| 5a 6d b5 39 | Zm.9 | timestamp: 968191322 (2020-09-04T22:02:02Z) 0x97a-0x97e (4) 0x0970| 18 2e| ..| distance: 118 (11800) (m) 0x97e-0x982 (4) 0x0980|00 00 |.. | 0x0980| e8 03 | .. | speed: 1 (1000) (m/s) 0x982-0x984 (2) @@ -2297,7 +2297,7 @@ $ fq -d fit dv activity_dev.fit 0x0980| 00 | . | reserved: false 0x98b.3-0x98b.4 (0.1) 0x0980| 00 | . | local_message_type: 0 0x98b.4-0x98c (0.4) | | | data_message{}: 0x98c-0x99d (17) -0x0980| 5b 6d b5 39| [m.9| timestamp: 968191323 (s) 0x98c-0x990 (4) +0x0980| 5b 6d b5 39| [m.9| timestamp: 968191323 (2020-09-04T22:02:03Z) 0x98c-0x990 (4) 0x0990|7c 2e 00 00 ||... | distance: 119 (11900) (m) 0x990-0x994 (4) 0x0990| e8 03 | .. | speed: 1 (1000) (m/s) 0x994-0x996 (2) 0x0990| f5 | . | heart_rate: 245 (bpm) 0x996-0x997 (1) @@ -2313,7 +2313,7 @@ $ fq -d fit dv activity_dev.fit 0x0990| 00 | . | reserved: false 0x99d.3-0x99d.4 (0.1) 0x0990| 00 | . | local_message_type: 0 0x99d.4-0x99e (0.4) | | | data_message{}: 0x99e-0x9af (17) -0x0990| 5c 6d| \m| timestamp: 968191324 (s) 0x99e-0x9a2 (4) +0x0990| 5c 6d| \m| timestamp: 968191324 (2020-09-04T22:02:04Z) 0x99e-0x9a2 (4) 0x09a0|b5 39 |.9 | 0x09a0| e0 2e 00 00 | .... | distance: 120 (12000) (m) 0x9a2-0x9a6 (4) 0x09a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x9a6-0x9a8 (2) @@ -2330,7 +2330,7 @@ $ fq -d fit dv activity_dev.fit 0x09a0| 00| .| reserved: false 0x9af.3-0x9af.4 (0.1) 0x09a0| 00| .| local_message_type: 0 0x9af.4-0x9b0 (0.4) | | | data_message{}: 0x9b0-0x9c1 (17) -0x09b0|5d 6d b5 39 |]m.9 | timestamp: 968191325 (s) 0x9b0-0x9b4 (4) +0x09b0|5d 6d b5 39 |]m.9 | timestamp: 968191325 (2020-09-04T22:02:05Z) 0x9b0-0x9b4 (4) 0x09b0| 44 2f 00 00 | D/.. | distance: 121 (12100) (m) 0x9b4-0x9b8 (4) 0x09b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x9b8-0x9ba (2) 0x09b0| fa | . | heart_rate: 250 (bpm) 0x9ba-0x9bb (1) @@ -2346,7 +2346,7 @@ $ fq -d fit dv activity_dev.fit 0x09c0| 00 | . | reserved: false 0x9c1.3-0x9c1.4 (0.1) 0x09c0| 00 | . | local_message_type: 0 0x9c1.4-0x9c2 (0.4) | | | data_message{}: 0x9c2-0x9d3 (17) -0x09c0| 5e 6d b5 39 | ^m.9 | timestamp: 968191326 (s) 0x9c2-0x9c6 (4) +0x09c0| 5e 6d b5 39 | ^m.9 | timestamp: 968191326 (2020-09-04T22:02:06Z) 0x9c2-0x9c6 (4) 0x09c0| a8 2f 00 00 | ./.. | distance: 122 (12200) (m) 0x9c6-0x9ca (4) 0x09c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x9ca-0x9cc (2) 0x09c0| fb | . | heart_rate: 251 (bpm) 0x9cc-0x9cd (1) @@ -2362,7 +2362,7 @@ $ fq -d fit dv activity_dev.fit 0x09d0| 00 | . | reserved: false 0x9d3.3-0x9d3.4 (0.1) 0x09d0| 00 | . | local_message_type: 0 0x9d3.4-0x9d4 (0.4) | | | data_message{}: 0x9d4-0x9e5 (17) -0x09d0| 5f 6d b5 39 | _m.9 | timestamp: 968191327 (s) 0x9d4-0x9d8 (4) +0x09d0| 5f 6d b5 39 | _m.9 | timestamp: 968191327 (2020-09-04T22:02:07Z) 0x9d4-0x9d8 (4) 0x09d0| 0c 30 00 00 | .0.. | distance: 123 (12300) (m) 0x9d8-0x9dc (4) 0x09d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x9dc-0x9de (2) 0x09d0| fc | . | heart_rate: 252 (bpm) 0x9de-0x9df (1) @@ -2378,7 +2378,7 @@ $ fq -d fit dv activity_dev.fit 0x09e0| 00 | . | reserved: false 0x9e5.3-0x9e5.4 (0.1) 0x09e0| 00 | . | local_message_type: 0 0x9e5.4-0x9e6 (0.4) | | | data_message{}: 0x9e6-0x9f7 (17) -0x09e0| 60 6d b5 39 | `m.9 | timestamp: 968191328 (s) 0x9e6-0x9ea (4) +0x09e0| 60 6d b5 39 | `m.9 | timestamp: 968191328 (2020-09-04T22:02:08Z) 0x9e6-0x9ea (4) 0x09e0| 70 30 00 00 | p0.. | distance: 124 (12400) (m) 0x9ea-0x9ee (4) 0x09e0| e8 03| ..| speed: 1 (1000) (m/s) 0x9ee-0x9f0 (2) 0x09f0|fd |. | heart_rate: 253 (bpm) 0x9f0-0x9f1 (1) @@ -2394,7 +2394,7 @@ $ fq -d fit dv activity_dev.fit 0x09f0| 00 | . | reserved: false 0x9f7.3-0x9f7.4 (0.1) 0x09f0| 00 | . | local_message_type: 0 0x9f7.4-0x9f8 (0.4) | | | data_message{}: 0x9f8-0xa09 (17) -0x09f0| 61 6d b5 39 | am.9 | timestamp: 968191329 (s) 0x9f8-0x9fc (4) +0x09f0| 61 6d b5 39 | am.9 | timestamp: 968191329 (2020-09-04T22:02:09Z) 0x9f8-0x9fc (4) 0x09f0| d4 30 00 00| .0..| distance: 125 (12500) (m) 0x9fc-0xa00 (4) 0x0a00|e8 03 |.. | speed: 1 (1000) (m/s) 0xa00-0xa02 (2) 0x0a00| fe | . | heart_rate: 254 (bpm) 0xa02-0xa03 (1) @@ -2410,7 +2410,7 @@ $ fq -d fit dv activity_dev.fit 0x0a00| 00 | . | reserved: false 0xa09.3-0xa09.4 (0.1) 0x0a00| 00 | . | local_message_type: 0 0xa09.4-0xa0a (0.4) | | | data_message{}: 0xa0a-0xa1b (17) -0x0a00| 62 6d b5 39 | bm.9 | timestamp: 968191330 (s) 0xa0a-0xa0e (4) +0x0a00| 62 6d b5 39 | bm.9 | timestamp: 968191330 (2020-09-04T22:02:10Z) 0xa0a-0xa0e (4) 0x0a00| 38 31| 81| distance: 126 (12600) (m) 0xa0e-0xa12 (4) 0x0a10|00 00 |.. | 0x0a10| e8 03 | .. | speed: 1 (1000) (m/s) 0xa12-0xa14 (2) @@ -2427,7 +2427,7 @@ $ fq -d fit dv activity_dev.fit 0x0a10| 00 | . | reserved: false 0xa1b.3-0xa1b.4 (0.1) 0x0a10| 00 | . | local_message_type: 0 0xa1b.4-0xa1c (0.4) | | | data_message{}: 0xa1c-0xa2d (17) -0x0a10| 63 6d b5 39| cm.9| timestamp: 968191331 (s) 0xa1c-0xa20 (4) +0x0a10| 63 6d b5 39| cm.9| timestamp: 968191331 (2020-09-04T22:02:11Z) 0xa1c-0xa20 (4) 0x0a20|9c 31 00 00 |.1.. | distance: 127 (12700) (m) 0xa20-0xa24 (4) 0x0a20| e8 03 | .. | speed: 1 (1000) (m/s) 0xa24-0xa26 (2) 0x0a20| fc | . | heart_rate: 252 (bpm) 0xa26-0xa27 (1) @@ -2443,7 +2443,7 @@ $ fq -d fit dv activity_dev.fit 0x0a20| 00 | . | reserved: false 0xa2d.3-0xa2d.4 (0.1) 0x0a20| 00 | . | local_message_type: 0 0xa2d.4-0xa2e (0.4) | | | data_message{}: 0xa2e-0xa3f (17) -0x0a20| 64 6d| dm| timestamp: 968191332 (s) 0xa2e-0xa32 (4) +0x0a20| 64 6d| dm| timestamp: 968191332 (2020-09-04T22:02:12Z) 0xa2e-0xa32 (4) 0x0a30|b5 39 |.9 | 0x0a30| 00 32 00 00 | .2.. | distance: 128 (12800) (m) 0xa32-0xa36 (4) 0x0a30| e8 03 | .. | speed: 1 (1000) (m/s) 0xa36-0xa38 (2) @@ -2460,7 +2460,7 @@ $ fq -d fit dv activity_dev.fit 0x0a30| 00| .| reserved: false 0xa3f.3-0xa3f.4 (0.1) 0x0a30| 00| .| local_message_type: 0 0xa3f.4-0xa40 (0.4) | | | data_message{}: 0xa40-0xa51 (17) -0x0a40|65 6d b5 39 |em.9 | timestamp: 968191333 (s) 0xa40-0xa44 (4) +0x0a40|65 6d b5 39 |em.9 | timestamp: 968191333 (2020-09-04T22:02:13Z) 0xa40-0xa44 (4) 0x0a40| 64 32 00 00 | d2.. | distance: 129 (12900) (m) 0xa44-0xa48 (4) 0x0a40| e8 03 | .. | speed: 1 (1000) (m/s) 0xa48-0xa4a (2) 0x0a40| fa | . | heart_rate: 250 (bpm) 0xa4a-0xa4b (1) @@ -2476,7 +2476,7 @@ $ fq -d fit dv activity_dev.fit 0x0a50| 00 | . | reserved: false 0xa51.3-0xa51.4 (0.1) 0x0a50| 00 | . | local_message_type: 0 0xa51.4-0xa52 (0.4) | | | data_message{}: 0xa52-0xa63 (17) -0x0a50| 66 6d b5 39 | fm.9 | timestamp: 968191334 (s) 0xa52-0xa56 (4) +0x0a50| 66 6d b5 39 | fm.9 | timestamp: 968191334 (2020-09-04T22:02:14Z) 0xa52-0xa56 (4) 0x0a50| c8 32 00 00 | .2.. | distance: 130 (13000) (m) 0xa56-0xa5a (4) 0x0a50| e8 03 | .. | speed: 1 (1000) (m/s) 0xa5a-0xa5c (2) 0x0a50| f7 | . | heart_rate: 247 (bpm) 0xa5c-0xa5d (1) @@ -2492,7 +2492,7 @@ $ fq -d fit dv activity_dev.fit 0x0a60| 00 | . | reserved: false 0xa63.3-0xa63.4 (0.1) 0x0a60| 00 | . | local_message_type: 0 0xa63.4-0xa64 (0.4) | | | data_message{}: 0xa64-0xa75 (17) -0x0a60| 67 6d b5 39 | gm.9 | timestamp: 968191335 (s) 0xa64-0xa68 (4) +0x0a60| 67 6d b5 39 | gm.9 | timestamp: 968191335 (2020-09-04T22:02:15Z) 0xa64-0xa68 (4) 0x0a60| 2c 33 00 00 | ,3.. | distance: 131 (13100) (m) 0xa68-0xa6c (4) 0x0a60| e8 03 | .. | speed: 1 (1000) (m/s) 0xa6c-0xa6e (2) 0x0a60| f5 | . | heart_rate: 245 (bpm) 0xa6e-0xa6f (1) @@ -2508,7 +2508,7 @@ $ fq -d fit dv activity_dev.fit 0x0a70| 00 | . | reserved: false 0xa75.3-0xa75.4 (0.1) 0x0a70| 00 | . | local_message_type: 0 0xa75.4-0xa76 (0.4) | | | data_message{}: 0xa76-0xa87 (17) -0x0a70| 68 6d b5 39 | hm.9 | timestamp: 968191336 (s) 0xa76-0xa7a (4) +0x0a70| 68 6d b5 39 | hm.9 | timestamp: 968191336 (2020-09-04T22:02:16Z) 0xa76-0xa7a (4) 0x0a70| 90 33 00 00 | .3.. | distance: 132 (13200) (m) 0xa7a-0xa7e (4) 0x0a70| e8 03| ..| speed: 1 (1000) (m/s) 0xa7e-0xa80 (2) 0x0a80|f1 |. | heart_rate: 241 (bpm) 0xa80-0xa81 (1) @@ -2524,7 +2524,7 @@ $ fq -d fit dv activity_dev.fit 0x0a80| 00 | . | reserved: false 0xa87.3-0xa87.4 (0.1) 0x0a80| 00 | . | local_message_type: 0 0xa87.4-0xa88 (0.4) | | | data_message{}: 0xa88-0xa99 (17) -0x0a80| 69 6d b5 39 | im.9 | timestamp: 968191337 (s) 0xa88-0xa8c (4) +0x0a80| 69 6d b5 39 | im.9 | timestamp: 968191337 (2020-09-04T22:02:17Z) 0xa88-0xa8c (4) 0x0a80| f4 33 00 00| .3..| distance: 133 (13300) (m) 0xa8c-0xa90 (4) 0x0a90|e8 03 |.. | speed: 1 (1000) (m/s) 0xa90-0xa92 (2) 0x0a90| ee | . | heart_rate: 238 (bpm) 0xa92-0xa93 (1) @@ -2540,7 +2540,7 @@ $ fq -d fit dv activity_dev.fit 0x0a90| 00 | . | reserved: false 0xa99.3-0xa99.4 (0.1) 0x0a90| 00 | . | local_message_type: 0 0xa99.4-0xa9a (0.4) | | | data_message{}: 0xa9a-0xaab (17) -0x0a90| 6a 6d b5 39 | jm.9 | timestamp: 968191338 (s) 0xa9a-0xa9e (4) +0x0a90| 6a 6d b5 39 | jm.9 | timestamp: 968191338 (2020-09-04T22:02:18Z) 0xa9a-0xa9e (4) 0x0a90| 58 34| X4| distance: 134 (13400) (m) 0xa9e-0xaa2 (4) 0x0aa0|00 00 |.. | 0x0aa0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa2-0xaa4 (2) @@ -2557,7 +2557,7 @@ $ fq -d fit dv activity_dev.fit 0x0aa0| 00 | . | reserved: false 0xaab.3-0xaab.4 (0.1) 0x0aa0| 00 | . | local_message_type: 0 0xaab.4-0xaac (0.4) | | | data_message{}: 0xaac-0xabd (17) -0x0aa0| 6b 6d b5 39| km.9| timestamp: 968191339 (s) 0xaac-0xab0 (4) +0x0aa0| 6b 6d b5 39| km.9| timestamp: 968191339 (2020-09-04T22:02:19Z) 0xaac-0xab0 (4) 0x0ab0|bc 34 00 00 |.4.. | distance: 135 (13500) (m) 0xab0-0xab4 (4) 0x0ab0| e8 03 | .. | speed: 1 (1000) (m/s) 0xab4-0xab6 (2) 0x0ab0| e5 | . | heart_rate: 229 (bpm) 0xab6-0xab7 (1) @@ -2573,7 +2573,7 @@ $ fq -d fit dv activity_dev.fit 0x0ab0| 00 | . | reserved: false 0xabd.3-0xabd.4 (0.1) 0x0ab0| 00 | . | local_message_type: 0 0xabd.4-0xabe (0.4) | | | data_message{}: 0xabe-0xacf (17) -0x0ab0| 6c 6d| lm| timestamp: 968191340 (s) 0xabe-0xac2 (4) +0x0ab0| 6c 6d| lm| timestamp: 968191340 (2020-09-04T22:02:20Z) 0xabe-0xac2 (4) 0x0ac0|b5 39 |.9 | 0x0ac0| 20 35 00 00 | 5.. | distance: 136 (13600) (m) 0xac2-0xac6 (4) 0x0ac0| e8 03 | .. | speed: 1 (1000) (m/s) 0xac6-0xac8 (2) @@ -2590,7 +2590,7 @@ $ fq -d fit dv activity_dev.fit 0x0ac0| 00| .| reserved: false 0xacf.3-0xacf.4 (0.1) 0x0ac0| 00| .| local_message_type: 0 0xacf.4-0xad0 (0.4) | | | data_message{}: 0xad0-0xae1 (17) -0x0ad0|6d 6d b5 39 |mm.9 | timestamp: 968191341 (s) 0xad0-0xad4 (4) +0x0ad0|6d 6d b5 39 |mm.9 | timestamp: 968191341 (2020-09-04T22:02:21Z) 0xad0-0xad4 (4) 0x0ad0| 84 35 00 00 | .5.. | distance: 137 (13700) (m) 0xad4-0xad8 (4) 0x0ad0| e8 03 | .. | speed: 1 (1000) (m/s) 0xad8-0xada (2) 0x0ad0| db | . | heart_rate: 219 (bpm) 0xada-0xadb (1) @@ -2606,7 +2606,7 @@ $ fq -d fit dv activity_dev.fit 0x0ae0| 00 | . | reserved: false 0xae1.3-0xae1.4 (0.1) 0x0ae0| 00 | . | local_message_type: 0 0xae1.4-0xae2 (0.4) | | | data_message{}: 0xae2-0xaf3 (17) -0x0ae0| 6e 6d b5 39 | nm.9 | timestamp: 968191342 (s) 0xae2-0xae6 (4) +0x0ae0| 6e 6d b5 39 | nm.9 | timestamp: 968191342 (2020-09-04T22:02:22Z) 0xae2-0xae6 (4) 0x0ae0| e8 35 00 00 | .5.. | distance: 138 (13800) (m) 0xae6-0xaea (4) 0x0ae0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaea-0xaec (2) 0x0ae0| d5 | . | heart_rate: 213 (bpm) 0xaec-0xaed (1) @@ -2622,7 +2622,7 @@ $ fq -d fit dv activity_dev.fit 0x0af0| 00 | . | reserved: false 0xaf3.3-0xaf3.4 (0.1) 0x0af0| 00 | . | local_message_type: 0 0xaf3.4-0xaf4 (0.4) | | | data_message{}: 0xaf4-0xb05 (17) -0x0af0| 6f 6d b5 39 | om.9 | timestamp: 968191343 (s) 0xaf4-0xaf8 (4) +0x0af0| 6f 6d b5 39 | om.9 | timestamp: 968191343 (2020-09-04T22:02:23Z) 0xaf4-0xaf8 (4) 0x0af0| 4c 36 00 00 | L6.. | distance: 139 (13900) (m) 0xaf8-0xafc (4) 0x0af0| e8 03 | .. | speed: 1 (1000) (m/s) 0xafc-0xafe (2) 0x0af0| cf | . | heart_rate: 207 (bpm) 0xafe-0xaff (1) @@ -2638,7 +2638,7 @@ $ fq -d fit dv activity_dev.fit 0x0b00| 00 | . | reserved: false 0xb05.3-0xb05.4 (0.1) 0x0b00| 00 | . | local_message_type: 0 0xb05.4-0xb06 (0.4) | | | data_message{}: 0xb06-0xb17 (17) -0x0b00| 70 6d b5 39 | pm.9 | timestamp: 968191344 (s) 0xb06-0xb0a (4) +0x0b00| 70 6d b5 39 | pm.9 | timestamp: 968191344 (2020-09-04T22:02:24Z) 0xb06-0xb0a (4) 0x0b00| b0 36 00 00 | .6.. | distance: 140 (14000) (m) 0xb0a-0xb0e (4) 0x0b00| e8 03| ..| speed: 1 (1000) (m/s) 0xb0e-0xb10 (2) 0x0b10|c9 |. | heart_rate: 201 (bpm) 0xb10-0xb11 (1) @@ -2654,7 +2654,7 @@ $ fq -d fit dv activity_dev.fit 0x0b10| 00 | . | reserved: false 0xb17.3-0xb17.4 (0.1) 0x0b10| 00 | . | local_message_type: 0 0xb17.4-0xb18 (0.4) | | | data_message{}: 0xb18-0xb29 (17) -0x0b10| 71 6d b5 39 | qm.9 | timestamp: 968191345 (s) 0xb18-0xb1c (4) +0x0b10| 71 6d b5 39 | qm.9 | timestamp: 968191345 (2020-09-04T22:02:25Z) 0xb18-0xb1c (4) 0x0b10| 14 37 00 00| .7..| distance: 141 (14100) (m) 0xb1c-0xb20 (4) 0x0b20|e8 03 |.. | speed: 1 (1000) (m/s) 0xb20-0xb22 (2) 0x0b20| c3 | . | heart_rate: 195 (bpm) 0xb22-0xb23 (1) @@ -2670,7 +2670,7 @@ $ fq -d fit dv activity_dev.fit 0x0b20| 00 | . | reserved: false 0xb29.3-0xb29.4 (0.1) 0x0b20| 00 | . | local_message_type: 0 0xb29.4-0xb2a (0.4) | | | data_message{}: 0xb2a-0xb3b (17) -0x0b20| 72 6d b5 39 | rm.9 | timestamp: 968191346 (s) 0xb2a-0xb2e (4) +0x0b20| 72 6d b5 39 | rm.9 | timestamp: 968191346 (2020-09-04T22:02:26Z) 0xb2a-0xb2e (4) 0x0b20| 78 37| x7| distance: 142 (14200) (m) 0xb2e-0xb32 (4) 0x0b30|00 00 |.. | 0x0b30| e8 03 | .. | speed: 1 (1000) (m/s) 0xb32-0xb34 (2) @@ -2687,7 +2687,7 @@ $ fq -d fit dv activity_dev.fit 0x0b30| 00 | . | reserved: false 0xb3b.3-0xb3b.4 (0.1) 0x0b30| 00 | . | local_message_type: 0 0xb3b.4-0xb3c (0.4) | | | data_message{}: 0xb3c-0xb4d (17) -0x0b30| 73 6d b5 39| sm.9| timestamp: 968191347 (s) 0xb3c-0xb40 (4) +0x0b30| 73 6d b5 39| sm.9| timestamp: 968191347 (2020-09-04T22:02:27Z) 0xb3c-0xb40 (4) 0x0b40|dc 37 00 00 |.7.. | distance: 143 (14300) (m) 0xb40-0xb44 (4) 0x0b40| e8 03 | .. | speed: 1 (1000) (m/s) 0xb44-0xb46 (2) 0x0b40| b5 | . | heart_rate: 181 (bpm) 0xb46-0xb47 (1) @@ -2703,7 +2703,7 @@ $ fq -d fit dv activity_dev.fit 0x0b40| 00 | . | reserved: false 0xb4d.3-0xb4d.4 (0.1) 0x0b40| 00 | . | local_message_type: 0 0xb4d.4-0xb4e (0.4) | | | data_message{}: 0xb4e-0xb5f (17) -0x0b40| 74 6d| tm| timestamp: 968191348 (s) 0xb4e-0xb52 (4) +0x0b40| 74 6d| tm| timestamp: 968191348 (2020-09-04T22:02:28Z) 0xb4e-0xb52 (4) 0x0b50|b5 39 |.9 | 0x0b50| 40 38 00 00 | @8.. | distance: 144 (14400) (m) 0xb52-0xb56 (4) 0x0b50| e8 03 | .. | speed: 1 (1000) (m/s) 0xb56-0xb58 (2) @@ -2720,7 +2720,7 @@ $ fq -d fit dv activity_dev.fit 0x0b50| 00| .| reserved: false 0xb5f.3-0xb5f.4 (0.1) 0x0b50| 00| .| local_message_type: 0 0xb5f.4-0xb60 (0.4) | | | data_message{}: 0xb60-0xb71 (17) -0x0b60|75 6d b5 39 |um.9 | timestamp: 968191349 (s) 0xb60-0xb64 (4) +0x0b60|75 6d b5 39 |um.9 | timestamp: 968191349 (2020-09-04T22:02:29Z) 0xb60-0xb64 (4) 0x0b60| a4 38 00 00 | .8.. | distance: 145 (14500) (m) 0xb64-0xb68 (4) 0x0b60| e8 03 | .. | speed: 1 (1000) (m/s) 0xb68-0xb6a (2) 0x0b60| a6 | . | heart_rate: 166 (bpm) 0xb6a-0xb6b (1) @@ -2736,7 +2736,7 @@ $ fq -d fit dv activity_dev.fit 0x0b70| 00 | . | reserved: false 0xb71.3-0xb71.4 (0.1) 0x0b70| 00 | . | local_message_type: 0 0xb71.4-0xb72 (0.4) | | | data_message{}: 0xb72-0xb83 (17) -0x0b70| 76 6d b5 39 | vm.9 | timestamp: 968191350 (s) 0xb72-0xb76 (4) +0x0b70| 76 6d b5 39 | vm.9 | timestamp: 968191350 (2020-09-04T22:02:30Z) 0xb72-0xb76 (4) 0x0b70| 08 39 00 00 | .9.. | distance: 146 (14600) (m) 0xb76-0xb7a (4) 0x0b70| e8 03 | .. | speed: 1 (1000) (m/s) 0xb7a-0xb7c (2) 0x0b70| 9e | . | heart_rate: 158 (bpm) 0xb7c-0xb7d (1) @@ -2752,7 +2752,7 @@ $ fq -d fit dv activity_dev.fit 0x0b80| 00 | . | reserved: false 0xb83.3-0xb83.4 (0.1) 0x0b80| 00 | . | local_message_type: 0 0xb83.4-0xb84 (0.4) | | | data_message{}: 0xb84-0xb95 (17) -0x0b80| 77 6d b5 39 | wm.9 | timestamp: 968191351 (s) 0xb84-0xb88 (4) +0x0b80| 77 6d b5 39 | wm.9 | timestamp: 968191351 (2020-09-04T22:02:31Z) 0xb84-0xb88 (4) 0x0b80| 6c 39 00 00 | l9.. | distance: 147 (14700) (m) 0xb88-0xb8c (4) 0x0b80| e8 03 | .. | speed: 1 (1000) (m/s) 0xb8c-0xb8e (2) 0x0b80| 96 | . | heart_rate: 150 (bpm) 0xb8e-0xb8f (1) @@ -2768,7 +2768,7 @@ $ fq -d fit dv activity_dev.fit 0x0b90| 00 | . | reserved: false 0xb95.3-0xb95.4 (0.1) 0x0b90| 00 | . | local_message_type: 0 0xb95.4-0xb96 (0.4) | | | data_message{}: 0xb96-0xba7 (17) -0x0b90| 78 6d b5 39 | xm.9 | timestamp: 968191352 (s) 0xb96-0xb9a (4) +0x0b90| 78 6d b5 39 | xm.9 | timestamp: 968191352 (2020-09-04T22:02:32Z) 0xb96-0xb9a (4) 0x0b90| d0 39 00 00 | .9.. | distance: 148 (14800) (m) 0xb9a-0xb9e (4) 0x0b90| e8 03| ..| speed: 1 (1000) (m/s) 0xb9e-0xba0 (2) 0x0ba0|8e |. | heart_rate: 142 (bpm) 0xba0-0xba1 (1) @@ -2784,7 +2784,7 @@ $ fq -d fit dv activity_dev.fit 0x0ba0| 00 | . | reserved: false 0xba7.3-0xba7.4 (0.1) 0x0ba0| 00 | . | local_message_type: 0 0xba7.4-0xba8 (0.4) | | | data_message{}: 0xba8-0xbb9 (17) -0x0ba0| 79 6d b5 39 | ym.9 | timestamp: 968191353 (s) 0xba8-0xbac (4) +0x0ba0| 79 6d b5 39 | ym.9 | timestamp: 968191353 (2020-09-04T22:02:33Z) 0xba8-0xbac (4) 0x0ba0| 34 3a 00 00| 4:..| distance: 149 (14900) (m) 0xbac-0xbb0 (4) 0x0bb0|e8 03 |.. | speed: 1 (1000) (m/s) 0xbb0-0xbb2 (2) 0x0bb0| 86 | . | heart_rate: 134 (bpm) 0xbb2-0xbb3 (1) @@ -2800,7 +2800,7 @@ $ fq -d fit dv activity_dev.fit 0x0bb0| 00 | . | reserved: false 0xbb9.3-0xbb9.4 (0.1) 0x0bb0| 00 | . | local_message_type: 0 0xbb9.4-0xbba (0.4) | | | data_message{}: 0xbba-0xbcb (17) -0x0bb0| 7a 6d b5 39 | zm.9 | timestamp: 968191354 (s) 0xbba-0xbbe (4) +0x0bb0| 7a 6d b5 39 | zm.9 | timestamp: 968191354 (2020-09-04T22:02:34Z) 0xbba-0xbbe (4) 0x0bb0| 98 3a| .:| distance: 150 (15000) (m) 0xbbe-0xbc2 (4) 0x0bc0|00 00 |.. | 0x0bc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc2-0xbc4 (2) @@ -2817,7 +2817,7 @@ $ fq -d fit dv activity_dev.fit 0x0bc0| 00 | . | reserved: false 0xbcb.3-0xbcb.4 (0.1) 0x0bc0| 00 | . | local_message_type: 0 0xbcb.4-0xbcc (0.4) | | | data_message{}: 0xbcc-0xbdd (17) -0x0bc0| 7b 6d b5 39| {m.9| timestamp: 968191355 (s) 0xbcc-0xbd0 (4) +0x0bc0| 7b 6d b5 39| {m.9| timestamp: 968191355 (2020-09-04T22:02:35Z) 0xbcc-0xbd0 (4) 0x0bd0|fc 3a 00 00 |.:.. | distance: 151 (15100) (m) 0xbd0-0xbd4 (4) 0x0bd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd4-0xbd6 (2) 0x0bd0| 77 | w | heart_rate: 119 (bpm) 0xbd6-0xbd7 (1) @@ -2833,7 +2833,7 @@ $ fq -d fit dv activity_dev.fit 0x0bd0| 00 | . | reserved: false 0xbdd.3-0xbdd.4 (0.1) 0x0bd0| 00 | . | local_message_type: 0 0xbdd.4-0xbde (0.4) | | | data_message{}: 0xbde-0xbef (17) -0x0bd0| 7c 6d| |m| timestamp: 968191356 (s) 0xbde-0xbe2 (4) +0x0bd0| 7c 6d| |m| timestamp: 968191356 (2020-09-04T22:02:36Z) 0xbde-0xbe2 (4) 0x0be0|b5 39 |.9 | 0x0be0| 60 3b 00 00 | `;.. | distance: 152 (15200) (m) 0xbe2-0xbe6 (4) 0x0be0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe6-0xbe8 (2) @@ -2850,7 +2850,7 @@ $ fq -d fit dv activity_dev.fit 0x0be0| 00| .| reserved: false 0xbef.3-0xbef.4 (0.1) 0x0be0| 00| .| local_message_type: 0 0xbef.4-0xbf0 (0.4) | | | data_message{}: 0xbf0-0xc01 (17) -0x0bf0|7d 6d b5 39 |}m.9 | timestamp: 968191357 (s) 0xbf0-0xbf4 (4) +0x0bf0|7d 6d b5 39 |}m.9 | timestamp: 968191357 (2020-09-04T22:02:37Z) 0xbf0-0xbf4 (4) 0x0bf0| c4 3b 00 00 | .;.. | distance: 153 (15300) (m) 0xbf4-0xbf8 (4) 0x0bf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf8-0xbfa (2) 0x0bf0| 67 | g | heart_rate: 103 (bpm) 0xbfa-0xbfb (1) @@ -2866,7 +2866,7 @@ $ fq -d fit dv activity_dev.fit 0x0c00| 00 | . | reserved: false 0xc01.3-0xc01.4 (0.1) 0x0c00| 00 | . | local_message_type: 0 0xc01.4-0xc02 (0.4) | | | data_message{}: 0xc02-0xc13 (17) -0x0c00| 7e 6d b5 39 | ~m.9 | timestamp: 968191358 (s) 0xc02-0xc06 (4) +0x0c00| 7e 6d b5 39 | ~m.9 | timestamp: 968191358 (2020-09-04T22:02:38Z) 0xc02-0xc06 (4) 0x0c00| 28 3c 00 00 | (<.. | distance: 154 (15400) (m) 0xc06-0xc0a (4) 0x0c00| e8 03 | .. | speed: 1 (1000) (m/s) 0xc0a-0xc0c (2) 0x0c00| 5f | _ | heart_rate: 95 (bpm) 0xc0c-0xc0d (1) @@ -2882,7 +2882,7 @@ $ fq -d fit dv activity_dev.fit 0x0c10| 00 | . | reserved: false 0xc13.3-0xc13.4 (0.1) 0x0c10| 00 | . | local_message_type: 0 0xc13.4-0xc14 (0.4) | | | data_message{}: 0xc14-0xc25 (17) -0x0c10| 7f 6d b5 39 | .m.9 | timestamp: 968191359 (s) 0xc14-0xc18 (4) +0x0c10| 7f 6d b5 39 | .m.9 | timestamp: 968191359 (2020-09-04T22:02:39Z) 0xc14-0xc18 (4) 0x0c10| 8c 3c 00 00 | .<.. | distance: 155 (15500) (m) 0xc18-0xc1c (4) 0x0c10| e8 03 | .. | speed: 1 (1000) (m/s) 0xc1c-0xc1e (2) 0x0c10| 57 | W | heart_rate: 87 (bpm) 0xc1e-0xc1f (1) @@ -2898,7 +2898,7 @@ $ fq -d fit dv activity_dev.fit 0x0c20| 00 | . | reserved: false 0xc25.3-0xc25.4 (0.1) 0x0c20| 00 | . | local_message_type: 0 0xc25.4-0xc26 (0.4) | | | data_message{}: 0xc26-0xc37 (17) -0x0c20| 80 6d b5 39 | .m.9 | timestamp: 968191360 (s) 0xc26-0xc2a (4) +0x0c20| 80 6d b5 39 | .m.9 | timestamp: 968191360 (2020-09-04T22:02:40Z) 0xc26-0xc2a (4) 0x0c20| f0 3c 00 00 | .<.. | distance: 156 (15600) (m) 0xc2a-0xc2e (4) 0x0c20| e8 03| ..| speed: 1 (1000) (m/s) 0xc2e-0xc30 (2) 0x0c30|50 |P | heart_rate: 80 (bpm) 0xc30-0xc31 (1) @@ -2914,7 +2914,7 @@ $ fq -d fit dv activity_dev.fit 0x0c30| 00 | . | reserved: false 0xc37.3-0xc37.4 (0.1) 0x0c30| 00 | . | local_message_type: 0 0xc37.4-0xc38 (0.4) | | | data_message{}: 0xc38-0xc49 (17) -0x0c30| 81 6d b5 39 | .m.9 | timestamp: 968191361 (s) 0xc38-0xc3c (4) +0x0c30| 81 6d b5 39 | .m.9 | timestamp: 968191361 (2020-09-04T22:02:41Z) 0xc38-0xc3c (4) 0x0c30| 54 3d 00 00| T=..| distance: 157 (15700) (m) 0xc3c-0xc40 (4) 0x0c40|e8 03 |.. | speed: 1 (1000) (m/s) 0xc40-0xc42 (2) 0x0c40| 48 | H | heart_rate: 72 (bpm) 0xc42-0xc43 (1) @@ -2930,7 +2930,7 @@ $ fq -d fit dv activity_dev.fit 0x0c40| 00 | . | reserved: false 0xc49.3-0xc49.4 (0.1) 0x0c40| 00 | . | local_message_type: 0 0xc49.4-0xc4a (0.4) | | | data_message{}: 0xc4a-0xc5b (17) -0x0c40| 82 6d b5 39 | .m.9 | timestamp: 968191362 (s) 0xc4a-0xc4e (4) +0x0c40| 82 6d b5 39 | .m.9 | timestamp: 968191362 (2020-09-04T22:02:42Z) 0xc4a-0xc4e (4) 0x0c40| b8 3d| .=| distance: 158 (15800) (m) 0xc4e-0xc52 (4) 0x0c50|00 00 |.. | 0x0c50| e8 03 | .. | speed: 1 (1000) (m/s) 0xc52-0xc54 (2) @@ -2947,7 +2947,7 @@ $ fq -d fit dv activity_dev.fit 0x0c50| 00 | . | reserved: false 0xc5b.3-0xc5b.4 (0.1) 0x0c50| 00 | . | local_message_type: 0 0xc5b.4-0xc5c (0.4) | | | data_message{}: 0xc5c-0xc6d (17) -0x0c50| 83 6d b5 39| .m.9| timestamp: 968191363 (s) 0xc5c-0xc60 (4) +0x0c50| 83 6d b5 39| .m.9| timestamp: 968191363 (2020-09-04T22:02:43Z) 0xc5c-0xc60 (4) 0x0c60|1c 3e 00 00 |.>.. | distance: 159 (15900) (m) 0xc60-0xc64 (4) 0x0c60| e8 03 | .. | speed: 1 (1000) (m/s) 0xc64-0xc66 (2) 0x0c60| 3a | : | heart_rate: 58 (bpm) 0xc66-0xc67 (1) @@ -2963,7 +2963,7 @@ $ fq -d fit dv activity_dev.fit 0x0c60| 00 | . | reserved: false 0xc6d.3-0xc6d.4 (0.1) 0x0c60| 00 | . | local_message_type: 0 0xc6d.4-0xc6e (0.4) | | | data_message{}: 0xc6e-0xc7f (17) -0x0c60| 84 6d| .m| timestamp: 968191364 (s) 0xc6e-0xc72 (4) +0x0c60| 84 6d| .m| timestamp: 968191364 (2020-09-04T22:02:44Z) 0xc6e-0xc72 (4) 0x0c70|b5 39 |.9 | 0x0c70| 80 3e 00 00 | .>.. | distance: 160 (16000) (m) 0xc72-0xc76 (4) 0x0c70| e8 03 | .. | speed: 1 (1000) (m/s) 0xc76-0xc78 (2) @@ -2980,7 +2980,7 @@ $ fq -d fit dv activity_dev.fit 0x0c70| 00| .| reserved: false 0xc7f.3-0xc7f.4 (0.1) 0x0c70| 00| .| local_message_type: 0 0xc7f.4-0xc80 (0.4) | | | data_message{}: 0xc80-0xc91 (17) -0x0c80|85 6d b5 39 |.m.9 | timestamp: 968191365 (s) 0xc80-0xc84 (4) +0x0c80|85 6d b5 39 |.m.9 | timestamp: 968191365 (2020-09-04T22:02:45Z) 0xc80-0xc84 (4) 0x0c80| e4 3e 00 00 | .>.. | distance: 161 (16100) (m) 0xc84-0xc88 (4) 0x0c80| e8 03 | .. | speed: 1 (1000) (m/s) 0xc88-0xc8a (2) 0x0c80| 2e | . | heart_rate: 46 (bpm) 0xc8a-0xc8b (1) @@ -2996,7 +2996,7 @@ $ fq -d fit dv activity_dev.fit 0x0c90| 00 | . | reserved: false 0xc91.3-0xc91.4 (0.1) 0x0c90| 00 | . | local_message_type: 0 0xc91.4-0xc92 (0.4) | | | data_message{}: 0xc92-0xca3 (17) -0x0c90| 86 6d b5 39 | .m.9 | timestamp: 968191366 (s) 0xc92-0xc96 (4) +0x0c90| 86 6d b5 39 | .m.9 | timestamp: 968191366 (2020-09-04T22:02:46Z) 0xc92-0xc96 (4) 0x0c90| 48 3f 00 00 | H?.. | distance: 162 (16200) (m) 0xc96-0xc9a (4) 0x0c90| e8 03 | .. | speed: 1 (1000) (m/s) 0xc9a-0xc9c (2) 0x0c90| 28 | ( | heart_rate: 40 (bpm) 0xc9c-0xc9d (1) @@ -3012,7 +3012,7 @@ $ fq -d fit dv activity_dev.fit 0x0ca0| 00 | . | reserved: false 0xca3.3-0xca3.4 (0.1) 0x0ca0| 00 | . | local_message_type: 0 0xca3.4-0xca4 (0.4) | | | data_message{}: 0xca4-0xcb5 (17) -0x0ca0| 87 6d b5 39 | .m.9 | timestamp: 968191367 (s) 0xca4-0xca8 (4) +0x0ca0| 87 6d b5 39 | .m.9 | timestamp: 968191367 (2020-09-04T22:02:47Z) 0xca4-0xca8 (4) 0x0ca0| ac 3f 00 00 | .?.. | distance: 163 (16300) (m) 0xca8-0xcac (4) 0x0ca0| e8 03 | .. | speed: 1 (1000) (m/s) 0xcac-0xcae (2) 0x0ca0| 22 | " | heart_rate: 34 (bpm) 0xcae-0xcaf (1) @@ -3028,7 +3028,7 @@ $ fq -d fit dv activity_dev.fit 0x0cb0| 00 | . | reserved: false 0xcb5.3-0xcb5.4 (0.1) 0x0cb0| 00 | . | local_message_type: 0 0xcb5.4-0xcb6 (0.4) | | | data_message{}: 0xcb6-0xcc7 (17) -0x0cb0| 88 6d b5 39 | .m.9 | timestamp: 968191368 (s) 0xcb6-0xcba (4) +0x0cb0| 88 6d b5 39 | .m.9 | timestamp: 968191368 (2020-09-04T22:02:48Z) 0xcb6-0xcba (4) 0x0cb0| 10 40 00 00 | .@.. | distance: 164 (16400) (m) 0xcba-0xcbe (4) 0x0cb0| e8 03| ..| speed: 1 (1000) (m/s) 0xcbe-0xcc0 (2) 0x0cc0|1d |. | heart_rate: 29 (bpm) 0xcc0-0xcc1 (1) @@ -3044,7 +3044,7 @@ $ fq -d fit dv activity_dev.fit 0x0cc0| 00 | . | reserved: false 0xcc7.3-0xcc7.4 (0.1) 0x0cc0| 00 | . | local_message_type: 0 0xcc7.4-0xcc8 (0.4) | | | data_message{}: 0xcc8-0xcd9 (17) -0x0cc0| 89 6d b5 39 | .m.9 | timestamp: 968191369 (s) 0xcc8-0xccc (4) +0x0cc0| 89 6d b5 39 | .m.9 | timestamp: 968191369 (2020-09-04T22:02:49Z) 0xcc8-0xccc (4) 0x0cc0| 74 40 00 00| t@..| distance: 165 (16500) (m) 0xccc-0xcd0 (4) 0x0cd0|e8 03 |.. | speed: 1 (1000) (m/s) 0xcd0-0xcd2 (2) 0x0cd0| 18 | . | heart_rate: 24 (bpm) 0xcd2-0xcd3 (1) @@ -3060,7 +3060,7 @@ $ fq -d fit dv activity_dev.fit 0x0cd0| 00 | . | reserved: false 0xcd9.3-0xcd9.4 (0.1) 0x0cd0| 00 | . | local_message_type: 0 0xcd9.4-0xcda (0.4) | | | data_message{}: 0xcda-0xceb (17) -0x0cd0| 8a 6d b5 39 | .m.9 | timestamp: 968191370 (s) 0xcda-0xcde (4) +0x0cd0| 8a 6d b5 39 | .m.9 | timestamp: 968191370 (2020-09-04T22:02:50Z) 0xcda-0xcde (4) 0x0cd0| d8 40| .@| distance: 166 (16600) (m) 0xcde-0xce2 (4) 0x0ce0|00 00 |.. | 0x0ce0| e8 03 | .. | speed: 1 (1000) (m/s) 0xce2-0xce4 (2) @@ -3077,7 +3077,7 @@ $ fq -d fit dv activity_dev.fit 0x0ce0| 00 | . | reserved: false 0xceb.3-0xceb.4 (0.1) 0x0ce0| 00 | . | local_message_type: 0 0xceb.4-0xcec (0.4) | | | data_message{}: 0xcec-0xcfd (17) -0x0ce0| 8b 6d b5 39| .m.9| timestamp: 968191371 (s) 0xcec-0xcf0 (4) +0x0ce0| 8b 6d b5 39| .m.9| timestamp: 968191371 (2020-09-04T22:02:51Z) 0xcec-0xcf0 (4) 0x0cf0|3c 41 00 00 |n.9 | timestamp: 968191550 (s) 0x1982-0x1986 (4) +0x1980| 3e 6e b5 39 | >n.9 | timestamp: 968191550 (2020-09-04T22:05:50Z) 0x1982-0x1986 (4) 0x1980| 28 87 00 00 | (... | distance: 346 (34600) (m) 0x1986-0x198a (4) 0x1980| e8 03 | .. | speed: 1 (1000) (m/s) 0x198a-0x198c (2) 0x1980| 9e | . | heart_rate: 158 (bpm) 0x198c-0x198d (1) @@ -6002,7 +6002,7 @@ $ fq -d fit dv activity_dev.fit 0x1990| 00 | . | reserved: false 0x1993.3-0x1993.4 (0.1) 0x1990| 00 | . | local_message_type: 0 0x1993.4-0x1994 (0.4) | | | data_message{}: 0x1994-0x19a5 (17) -0x1990| 3f 6e b5 39 | ?n.9 | timestamp: 968191551 (s) 0x1994-0x1998 (4) +0x1990| 3f 6e b5 39 | ?n.9 | timestamp: 968191551 (2020-09-04T22:05:51Z) 0x1994-0x1998 (4) 0x1990| 8c 87 00 00 | .... | distance: 347 (34700) (m) 0x1998-0x199c (4) 0x1990| e8 03 | .. | speed: 1 (1000) (m/s) 0x199c-0x199e (2) 0x1990| 96 | . | heart_rate: 150 (bpm) 0x199e-0x199f (1) @@ -6018,7 +6018,7 @@ $ fq -d fit dv activity_dev.fit 0x19a0| 00 | . | reserved: false 0x19a5.3-0x19a5.4 (0.1) 0x19a0| 00 | . | local_message_type: 0 0x19a5.4-0x19a6 (0.4) | | | data_message{}: 0x19a6-0x19b7 (17) -0x19a0| 40 6e b5 39 | @n.9 | timestamp: 968191552 (s) 0x19a6-0x19aa (4) +0x19a0| 40 6e b5 39 | @n.9 | timestamp: 968191552 (2020-09-04T22:05:52Z) 0x19a6-0x19aa (4) 0x19a0| f0 87 00 00 | .... | distance: 348 (34800) (m) 0x19aa-0x19ae (4) 0x19a0| e8 03| ..| speed: 1 (1000) (m/s) 0x19ae-0x19b0 (2) 0x19b0|8e |. | heart_rate: 142 (bpm) 0x19b0-0x19b1 (1) @@ -6034,7 +6034,7 @@ $ fq -d fit dv activity_dev.fit 0x19b0| 00 | . | reserved: false 0x19b7.3-0x19b7.4 (0.1) 0x19b0| 00 | . | local_message_type: 0 0x19b7.4-0x19b8 (0.4) | | | data_message{}: 0x19b8-0x19c9 (17) -0x19b0| 41 6e b5 39 | An.9 | timestamp: 968191553 (s) 0x19b8-0x19bc (4) +0x19b0| 41 6e b5 39 | An.9 | timestamp: 968191553 (2020-09-04T22:05:53Z) 0x19b8-0x19bc (4) 0x19b0| 54 88 00 00| T...| distance: 349 (34900) (m) 0x19bc-0x19c0 (4) 0x19c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x19c0-0x19c2 (2) 0x19c0| 86 | . | heart_rate: 134 (bpm) 0x19c2-0x19c3 (1) @@ -6050,7 +6050,7 @@ $ fq -d fit dv activity_dev.fit 0x19c0| 00 | . | reserved: false 0x19c9.3-0x19c9.4 (0.1) 0x19c0| 00 | . | local_message_type: 0 0x19c9.4-0x19ca (0.4) | | | data_message{}: 0x19ca-0x19db (17) -0x19c0| 42 6e b5 39 | Bn.9 | timestamp: 968191554 (s) 0x19ca-0x19ce (4) +0x19c0| 42 6e b5 39 | Bn.9 | timestamp: 968191554 (2020-09-04T22:05:54Z) 0x19ca-0x19ce (4) 0x19c0| b8 88| ..| distance: 350 (35000) (m) 0x19ce-0x19d2 (4) 0x19d0|00 00 |.. | 0x19d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x19d2-0x19d4 (2) @@ -6067,7 +6067,7 @@ $ fq -d fit dv activity_dev.fit 0x19d0| 00 | . | reserved: false 0x19db.3-0x19db.4 (0.1) 0x19d0| 00 | . | local_message_type: 0 0x19db.4-0x19dc (0.4) | | | data_message{}: 0x19dc-0x19ed (17) -0x19d0| 43 6e b5 39| Cn.9| timestamp: 968191555 (s) 0x19dc-0x19e0 (4) +0x19d0| 43 6e b5 39| Cn.9| timestamp: 968191555 (2020-09-04T22:05:55Z) 0x19dc-0x19e0 (4) 0x19e0|1c 89 00 00 |.... | distance: 351 (35100) (m) 0x19e0-0x19e4 (4) 0x19e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x19e4-0x19e6 (2) 0x19e0| 77 | w | heart_rate: 119 (bpm) 0x19e6-0x19e7 (1) @@ -6083,7 +6083,7 @@ $ fq -d fit dv activity_dev.fit 0x19e0| 00 | . | reserved: false 0x19ed.3-0x19ed.4 (0.1) 0x19e0| 00 | . | local_message_type: 0 0x19ed.4-0x19ee (0.4) | | | data_message{}: 0x19ee-0x19ff (17) -0x19e0| 44 6e| Dn| timestamp: 968191556 (s) 0x19ee-0x19f2 (4) +0x19e0| 44 6e| Dn| timestamp: 968191556 (2020-09-04T22:05:56Z) 0x19ee-0x19f2 (4) 0x19f0|b5 39 |.9 | 0x19f0| 80 89 00 00 | .... | distance: 352 (35200) (m) 0x19f2-0x19f6 (4) 0x19f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x19f6-0x19f8 (2) @@ -6100,7 +6100,7 @@ $ fq -d fit dv activity_dev.fit 0x19f0| 00| .| reserved: false 0x19ff.3-0x19ff.4 (0.1) 0x19f0| 00| .| local_message_type: 0 0x19ff.4-0x1a00 (0.4) | | | data_message{}: 0x1a00-0x1a11 (17) -0x1a00|45 6e b5 39 |En.9 | timestamp: 968191557 (s) 0x1a00-0x1a04 (4) +0x1a00|45 6e b5 39 |En.9 | timestamp: 968191557 (2020-09-04T22:05:57Z) 0x1a00-0x1a04 (4) 0x1a00| e4 89 00 00 | .... | distance: 353 (35300) (m) 0x1a04-0x1a08 (4) 0x1a00| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a08-0x1a0a (2) 0x1a00| 67 | g | heart_rate: 103 (bpm) 0x1a0a-0x1a0b (1) @@ -6116,7 +6116,7 @@ $ fq -d fit dv activity_dev.fit 0x1a10| 00 | . | reserved: false 0x1a11.3-0x1a11.4 (0.1) 0x1a10| 00 | . | local_message_type: 0 0x1a11.4-0x1a12 (0.4) | | | data_message{}: 0x1a12-0x1a23 (17) -0x1a10| 46 6e b5 39 | Fn.9 | timestamp: 968191558 (s) 0x1a12-0x1a16 (4) +0x1a10| 46 6e b5 39 | Fn.9 | timestamp: 968191558 (2020-09-04T22:05:58Z) 0x1a12-0x1a16 (4) 0x1a10| 48 8a 00 00 | H... | distance: 354 (35400) (m) 0x1a16-0x1a1a (4) 0x1a10| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a1a-0x1a1c (2) 0x1a10| 5f | _ | heart_rate: 95 (bpm) 0x1a1c-0x1a1d (1) @@ -6132,7 +6132,7 @@ $ fq -d fit dv activity_dev.fit 0x1a20| 00 | . | reserved: false 0x1a23.3-0x1a23.4 (0.1) 0x1a20| 00 | . | local_message_type: 0 0x1a23.4-0x1a24 (0.4) | | | data_message{}: 0x1a24-0x1a35 (17) -0x1a20| 47 6e b5 39 | Gn.9 | timestamp: 968191559 (s) 0x1a24-0x1a28 (4) +0x1a20| 47 6e b5 39 | Gn.9 | timestamp: 968191559 (2020-09-04T22:05:59Z) 0x1a24-0x1a28 (4) 0x1a20| ac 8a 00 00 | .... | distance: 355 (35500) (m) 0x1a28-0x1a2c (4) 0x1a20| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a2c-0x1a2e (2) 0x1a20| 57 | W | heart_rate: 87 (bpm) 0x1a2e-0x1a2f (1) @@ -6148,7 +6148,7 @@ $ fq -d fit dv activity_dev.fit 0x1a30| 00 | . | reserved: false 0x1a35.3-0x1a35.4 (0.1) 0x1a30| 00 | . | local_message_type: 0 0x1a35.4-0x1a36 (0.4) | | | data_message{}: 0x1a36-0x1a47 (17) -0x1a30| 48 6e b5 39 | Hn.9 | timestamp: 968191560 (s) 0x1a36-0x1a3a (4) +0x1a30| 48 6e b5 39 | Hn.9 | timestamp: 968191560 (2020-09-04T22:06:00Z) 0x1a36-0x1a3a (4) 0x1a30| 10 8b 00 00 | .... | distance: 356 (35600) (m) 0x1a3a-0x1a3e (4) 0x1a30| e8 03| ..| speed: 1 (1000) (m/s) 0x1a3e-0x1a40 (2) 0x1a40|50 |P | heart_rate: 80 (bpm) 0x1a40-0x1a41 (1) @@ -6164,7 +6164,7 @@ $ fq -d fit dv activity_dev.fit 0x1a40| 00 | . | reserved: false 0x1a47.3-0x1a47.4 (0.1) 0x1a40| 00 | . | local_message_type: 0 0x1a47.4-0x1a48 (0.4) | | | data_message{}: 0x1a48-0x1a59 (17) -0x1a40| 49 6e b5 39 | In.9 | timestamp: 968191561 (s) 0x1a48-0x1a4c (4) +0x1a40| 49 6e b5 39 | In.9 | timestamp: 968191561 (2020-09-04T22:06:01Z) 0x1a48-0x1a4c (4) 0x1a40| 74 8b 00 00| t...| distance: 357 (35700) (m) 0x1a4c-0x1a50 (4) 0x1a50|e8 03 |.. | speed: 1 (1000) (m/s) 0x1a50-0x1a52 (2) 0x1a50| 48 | H | heart_rate: 72 (bpm) 0x1a52-0x1a53 (1) @@ -6180,7 +6180,7 @@ $ fq -d fit dv activity_dev.fit 0x1a50| 00 | . | reserved: false 0x1a59.3-0x1a59.4 (0.1) 0x1a50| 00 | . | local_message_type: 0 0x1a59.4-0x1a5a (0.4) | | | data_message{}: 0x1a5a-0x1a6b (17) -0x1a50| 4a 6e b5 39 | Jn.9 | timestamp: 968191562 (s) 0x1a5a-0x1a5e (4) +0x1a50| 4a 6e b5 39 | Jn.9 | timestamp: 968191562 (2020-09-04T22:06:02Z) 0x1a5a-0x1a5e (4) 0x1a50| d8 8b| ..| distance: 358 (35800) (m) 0x1a5e-0x1a62 (4) 0x1a60|00 00 |.. | 0x1a60| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a62-0x1a64 (2) @@ -6197,7 +6197,7 @@ $ fq -d fit dv activity_dev.fit 0x1a60| 00 | . | reserved: false 0x1a6b.3-0x1a6b.4 (0.1) 0x1a60| 00 | . | local_message_type: 0 0x1a6b.4-0x1a6c (0.4) | | | data_message{}: 0x1a6c-0x1a7d (17) -0x1a60| 4b 6e b5 39| Kn.9| timestamp: 968191563 (s) 0x1a6c-0x1a70 (4) +0x1a60| 4b 6e b5 39| Kn.9| timestamp: 968191563 (2020-09-04T22:06:03Z) 0x1a6c-0x1a70 (4) 0x1a70|3c 8c 00 00 |<... | distance: 359 (35900) (m) 0x1a70-0x1a74 (4) 0x1a70| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a74-0x1a76 (2) 0x1a70| 3a | : | heart_rate: 58 (bpm) 0x1a76-0x1a77 (1) @@ -6213,7 +6213,7 @@ $ fq -d fit dv activity_dev.fit 0x1a70| 00 | . | reserved: false 0x1a7d.3-0x1a7d.4 (0.1) 0x1a70| 00 | . | local_message_type: 0 0x1a7d.4-0x1a7e (0.4) | | | data_message{}: 0x1a7e-0x1a8f (17) -0x1a70| 4c 6e| Ln| timestamp: 968191564 (s) 0x1a7e-0x1a82 (4) +0x1a70| 4c 6e| Ln| timestamp: 968191564 (2020-09-04T22:06:04Z) 0x1a7e-0x1a82 (4) 0x1a80|b5 39 |.9 | 0x1a80| a0 8c 00 00 | .... | distance: 360 (36000) (m) 0x1a82-0x1a86 (4) 0x1a80| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a86-0x1a88 (2) @@ -6230,7 +6230,7 @@ $ fq -d fit dv activity_dev.fit 0x1a80| 00| .| reserved: false 0x1a8f.3-0x1a8f.4 (0.1) 0x1a80| 00| .| local_message_type: 0 0x1a8f.4-0x1a90 (0.4) | | | data_message{}: 0x1a90-0x1aa1 (17) -0x1a90|4d 6e b5 39 |Mn.9 | timestamp: 968191565 (s) 0x1a90-0x1a94 (4) +0x1a90|4d 6e b5 39 |Mn.9 | timestamp: 968191565 (2020-09-04T22:06:05Z) 0x1a90-0x1a94 (4) 0x1a90| 04 8d 00 00 | .... | distance: 361 (36100) (m) 0x1a94-0x1a98 (4) 0x1a90| e8 03 | .. | speed: 1 (1000) (m/s) 0x1a98-0x1a9a (2) 0x1a90| 2e | . | heart_rate: 46 (bpm) 0x1a9a-0x1a9b (1) @@ -6246,7 +6246,7 @@ $ fq -d fit dv activity_dev.fit 0x1aa0| 00 | . | reserved: false 0x1aa1.3-0x1aa1.4 (0.1) 0x1aa0| 00 | . | local_message_type: 0 0x1aa1.4-0x1aa2 (0.4) | | | data_message{}: 0x1aa2-0x1ab3 (17) -0x1aa0| 4e 6e b5 39 | Nn.9 | timestamp: 968191566 (s) 0x1aa2-0x1aa6 (4) +0x1aa0| 4e 6e b5 39 | Nn.9 | timestamp: 968191566 (2020-09-04T22:06:06Z) 0x1aa2-0x1aa6 (4) 0x1aa0| 68 8d 00 00 | h... | distance: 362 (36200) (m) 0x1aa6-0x1aaa (4) 0x1aa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1aaa-0x1aac (2) 0x1aa0| 28 | ( | heart_rate: 40 (bpm) 0x1aac-0x1aad (1) @@ -6262,7 +6262,7 @@ $ fq -d fit dv activity_dev.fit 0x1ab0| 00 | . | reserved: false 0x1ab3.3-0x1ab3.4 (0.1) 0x1ab0| 00 | . | local_message_type: 0 0x1ab3.4-0x1ab4 (0.4) | | | data_message{}: 0x1ab4-0x1ac5 (17) -0x1ab0| 4f 6e b5 39 | On.9 | timestamp: 968191567 (s) 0x1ab4-0x1ab8 (4) +0x1ab0| 4f 6e b5 39 | On.9 | timestamp: 968191567 (2020-09-04T22:06:07Z) 0x1ab4-0x1ab8 (4) 0x1ab0| cc 8d 00 00 | .... | distance: 363 (36300) (m) 0x1ab8-0x1abc (4) 0x1ab0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1abc-0x1abe (2) 0x1ab0| 22 | " | heart_rate: 34 (bpm) 0x1abe-0x1abf (1) @@ -6278,7 +6278,7 @@ $ fq -d fit dv activity_dev.fit 0x1ac0| 00 | . | reserved: false 0x1ac5.3-0x1ac5.4 (0.1) 0x1ac0| 00 | . | local_message_type: 0 0x1ac5.4-0x1ac6 (0.4) | | | data_message{}: 0x1ac6-0x1ad7 (17) -0x1ac0| 50 6e b5 39 | Pn.9 | timestamp: 968191568 (s) 0x1ac6-0x1aca (4) +0x1ac0| 50 6e b5 39 | Pn.9 | timestamp: 968191568 (2020-09-04T22:06:08Z) 0x1ac6-0x1aca (4) 0x1ac0| 30 8e 00 00 | 0... | distance: 364 (36400) (m) 0x1aca-0x1ace (4) 0x1ac0| e8 03| ..| speed: 1 (1000) (m/s) 0x1ace-0x1ad0 (2) 0x1ad0|1d |. | heart_rate: 29 (bpm) 0x1ad0-0x1ad1 (1) @@ -6294,7 +6294,7 @@ $ fq -d fit dv activity_dev.fit 0x1ad0| 00 | . | reserved: false 0x1ad7.3-0x1ad7.4 (0.1) 0x1ad0| 00 | . | local_message_type: 0 0x1ad7.4-0x1ad8 (0.4) | | | data_message{}: 0x1ad8-0x1ae9 (17) -0x1ad0| 51 6e b5 39 | Qn.9 | timestamp: 968191569 (s) 0x1ad8-0x1adc (4) +0x1ad0| 51 6e b5 39 | Qn.9 | timestamp: 968191569 (2020-09-04T22:06:09Z) 0x1ad8-0x1adc (4) 0x1ad0| 94 8e 00 00| ....| distance: 365 (36500) (m) 0x1adc-0x1ae0 (4) 0x1ae0|e8 03 |.. | speed: 1 (1000) (m/s) 0x1ae0-0x1ae2 (2) 0x1ae0| 18 | . | heart_rate: 24 (bpm) 0x1ae2-0x1ae3 (1) @@ -6310,7 +6310,7 @@ $ fq -d fit dv activity_dev.fit 0x1ae0| 00 | . | reserved: false 0x1ae9.3-0x1ae9.4 (0.1) 0x1ae0| 00 | . | local_message_type: 0 0x1ae9.4-0x1aea (0.4) | | | data_message{}: 0x1aea-0x1afb (17) -0x1ae0| 52 6e b5 39 | Rn.9 | timestamp: 968191570 (s) 0x1aea-0x1aee (4) +0x1ae0| 52 6e b5 39 | Rn.9 | timestamp: 968191570 (2020-09-04T22:06:10Z) 0x1aea-0x1aee (4) 0x1ae0| f8 8e| ..| distance: 366 (36600) (m) 0x1aee-0x1af2 (4) 0x1af0|00 00 |.. | 0x1af0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1af2-0x1af4 (2) @@ -6327,7 +6327,7 @@ $ fq -d fit dv activity_dev.fit 0x1af0| 00 | . | reserved: false 0x1afb.3-0x1afb.4 (0.1) 0x1af0| 00 | . | local_message_type: 0 0x1afb.4-0x1afc (0.4) | | | data_message{}: 0x1afc-0x1b0d (17) -0x1af0| 53 6e b5 39| Sn.9| timestamp: 968191571 (s) 0x1afc-0x1b00 (4) +0x1af0| 53 6e b5 39| Sn.9| timestamp: 968191571 (2020-09-04T22:06:11Z) 0x1afc-0x1b00 (4) 0x1b00|5c 8f 00 00 |\... | distance: 367 (36700) (m) 0x1b00-0x1b04 (4) 0x1b00| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b04-0x1b06 (2) 0x1b00| 0f | . | heart_rate: 15 (bpm) 0x1b06-0x1b07 (1) @@ -6343,7 +6343,7 @@ $ fq -d fit dv activity_dev.fit 0x1b00| 00 | . | reserved: false 0x1b0d.3-0x1b0d.4 (0.1) 0x1b00| 00 | . | local_message_type: 0 0x1b0d.4-0x1b0e (0.4) | | | data_message{}: 0x1b0e-0x1b1f (17) -0x1b00| 54 6e| Tn| timestamp: 968191572 (s) 0x1b0e-0x1b12 (4) +0x1b00| 54 6e| Tn| timestamp: 968191572 (2020-09-04T22:06:12Z) 0x1b0e-0x1b12 (4) 0x1b10|b5 39 |.9 | 0x1b10| c0 8f 00 00 | .... | distance: 368 (36800) (m) 0x1b12-0x1b16 (4) 0x1b10| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b16-0x1b18 (2) @@ -6360,7 +6360,7 @@ $ fq -d fit dv activity_dev.fit 0x1b10| 00| .| reserved: false 0x1b1f.3-0x1b1f.4 (0.1) 0x1b10| 00| .| local_message_type: 0 0x1b1f.4-0x1b20 (0.4) | | | data_message{}: 0x1b20-0x1b31 (17) -0x1b20|55 6e b5 39 |Un.9 | timestamp: 968191573 (s) 0x1b20-0x1b24 (4) +0x1b20|55 6e b5 39 |Un.9 | timestamp: 968191573 (2020-09-04T22:06:13Z) 0x1b20-0x1b24 (4) 0x1b20| 24 90 00 00 | $... | distance: 369 (36900) (m) 0x1b24-0x1b28 (4) 0x1b20| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b28-0x1b2a (2) 0x1b20| 08 | . | heart_rate: 8 (bpm) 0x1b2a-0x1b2b (1) @@ -6376,7 +6376,7 @@ $ fq -d fit dv activity_dev.fit 0x1b30| 00 | . | reserved: false 0x1b31.3-0x1b31.4 (0.1) 0x1b30| 00 | . | local_message_type: 0 0x1b31.4-0x1b32 (0.4) | | | data_message{}: 0x1b32-0x1b43 (17) -0x1b30| 56 6e b5 39 | Vn.9 | timestamp: 968191574 (s) 0x1b32-0x1b36 (4) +0x1b30| 56 6e b5 39 | Vn.9 | timestamp: 968191574 (2020-09-04T22:06:14Z) 0x1b32-0x1b36 (4) 0x1b30| 88 90 00 00 | .... | distance: 370 (37000) (m) 0x1b36-0x1b3a (4) 0x1b30| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b3a-0x1b3c (2) 0x1b30| 06 | . | heart_rate: 6 (bpm) 0x1b3c-0x1b3d (1) @@ -6392,7 +6392,7 @@ $ fq -d fit dv activity_dev.fit 0x1b40| 00 | . | reserved: false 0x1b43.3-0x1b43.4 (0.1) 0x1b40| 00 | . | local_message_type: 0 0x1b43.4-0x1b44 (0.4) | | | data_message{}: 0x1b44-0x1b55 (17) -0x1b40| 57 6e b5 39 | Wn.9 | timestamp: 968191575 (s) 0x1b44-0x1b48 (4) +0x1b40| 57 6e b5 39 | Wn.9 | timestamp: 968191575 (2020-09-04T22:06:15Z) 0x1b44-0x1b48 (4) 0x1b40| ec 90 00 00 | .... | distance: 371 (37100) (m) 0x1b48-0x1b4c (4) 0x1b40| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b4c-0x1b4e (2) 0x1b40| 03 | . | heart_rate: 3 (bpm) 0x1b4e-0x1b4f (1) @@ -6408,7 +6408,7 @@ $ fq -d fit dv activity_dev.fit 0x1b50| 00 | . | reserved: false 0x1b55.3-0x1b55.4 (0.1) 0x1b50| 00 | . | local_message_type: 0 0x1b55.4-0x1b56 (0.4) | | | data_message{}: 0x1b56-0x1b67 (17) -0x1b50| 58 6e b5 39 | Xn.9 | timestamp: 968191576 (s) 0x1b56-0x1b5a (4) +0x1b50| 58 6e b5 39 | Xn.9 | timestamp: 968191576 (2020-09-04T22:06:16Z) 0x1b56-0x1b5a (4) 0x1b50| 50 91 00 00 | P... | distance: 372 (37200) (m) 0x1b5a-0x1b5e (4) 0x1b50| e8 03| ..| speed: 1 (1000) (m/s) 0x1b5e-0x1b60 (2) 0x1b60|02 |. | heart_rate: 2 (bpm) 0x1b60-0x1b61 (1) @@ -6424,7 +6424,7 @@ $ fq -d fit dv activity_dev.fit 0x1b60| 00 | . | reserved: false 0x1b67.3-0x1b67.4 (0.1) 0x1b60| 00 | . | local_message_type: 0 0x1b67.4-0x1b68 (0.4) | | | data_message{}: 0x1b68-0x1b79 (17) -0x1b60| 59 6e b5 39 | Yn.9 | timestamp: 968191577 (s) 0x1b68-0x1b6c (4) +0x1b60| 59 6e b5 39 | Yn.9 | timestamp: 968191577 (2020-09-04T22:06:17Z) 0x1b68-0x1b6c (4) 0x1b60| b4 91 00 00| ....| distance: 373 (37300) (m) 0x1b6c-0x1b70 (4) 0x1b70|e8 03 |.. | speed: 1 (1000) (m/s) 0x1b70-0x1b72 (2) 0x1b70| 01 | . | heart_rate: 1 (bpm) 0x1b72-0x1b73 (1) @@ -6440,7 +6440,7 @@ $ fq -d fit dv activity_dev.fit 0x1b70| 00 | . | reserved: false 0x1b79.3-0x1b79.4 (0.1) 0x1b70| 00 | . | local_message_type: 0 0x1b79.4-0x1b7a (0.4) | | | data_message{}: 0x1b7a-0x1b8b (17) -0x1b70| 5a 6e b5 39 | Zn.9 | timestamp: 968191578 (s) 0x1b7a-0x1b7e (4) +0x1b70| 5a 6e b5 39 | Zn.9 | timestamp: 968191578 (2020-09-04T22:06:18Z) 0x1b7a-0x1b7e (4) 0x1b70| 18 92| ..| distance: 374 (37400) (m) 0x1b7e-0x1b82 (4) 0x1b80|00 00 |.. | 0x1b80| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b82-0x1b84 (2) @@ -6457,7 +6457,7 @@ $ fq -d fit dv activity_dev.fit 0x1b80| 00 | . | reserved: false 0x1b8b.3-0x1b8b.4 (0.1) 0x1b80| 00 | . | local_message_type: 0 0x1b8b.4-0x1b8c (0.4) | | | data_message{}: 0x1b8c-0x1b9d (17) -0x1b80| 5b 6e b5 39| [n.9| timestamp: 968191579 (s) 0x1b8c-0x1b90 (4) +0x1b80| 5b 6e b5 39| [n.9| timestamp: 968191579 (2020-09-04T22:06:19Z) 0x1b8c-0x1b90 (4) 0x1b90|7c 92 00 00 ||... | distance: 375 (37500) (m) 0x1b90-0x1b94 (4) 0x1b90| e8 03 | .. | speed: 1 (1000) (m/s) 0x1b94-0x1b96 (2) 0x1b90| 00 | . | heart_rate: 0 (bpm) 0x1b96-0x1b97 (1) @@ -6473,7 +6473,7 @@ $ fq -d fit dv activity_dev.fit 0x1b90| 00 | . | reserved: false 0x1b9d.3-0x1b9d.4 (0.1) 0x1b90| 00 | . | local_message_type: 0 0x1b9d.4-0x1b9e (0.4) | | | data_message{}: 0x1b9e-0x1baf (17) -0x1b90| 5c 6e| \n| timestamp: 968191580 (s) 0x1b9e-0x1ba2 (4) +0x1b90| 5c 6e| \n| timestamp: 968191580 (2020-09-04T22:06:20Z) 0x1b9e-0x1ba2 (4) 0x1ba0|b5 39 |.9 | 0x1ba0| e0 92 00 00 | .... | distance: 376 (37600) (m) 0x1ba2-0x1ba6 (4) 0x1ba0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1ba6-0x1ba8 (2) @@ -6490,7 +6490,7 @@ $ fq -d fit dv activity_dev.fit 0x1ba0| 00| .| reserved: false 0x1baf.3-0x1baf.4 (0.1) 0x1ba0| 00| .| local_message_type: 0 0x1baf.4-0x1bb0 (0.4) | | | data_message{}: 0x1bb0-0x1bc1 (17) -0x1bb0|5d 6e b5 39 |]n.9 | timestamp: 968191581 (s) 0x1bb0-0x1bb4 (4) +0x1bb0|5d 6e b5 39 |]n.9 | timestamp: 968191581 (2020-09-04T22:06:21Z) 0x1bb0-0x1bb4 (4) 0x1bb0| 44 93 00 00 | D... | distance: 377 (37700) (m) 0x1bb4-0x1bb8 (4) 0x1bb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1bb8-0x1bba (2) 0x1bb0| 01 | . | heart_rate: 1 (bpm) 0x1bba-0x1bbb (1) @@ -6506,7 +6506,7 @@ $ fq -d fit dv activity_dev.fit 0x1bc0| 00 | . | reserved: false 0x1bc1.3-0x1bc1.4 (0.1) 0x1bc0| 00 | . | local_message_type: 0 0x1bc1.4-0x1bc2 (0.4) | | | data_message{}: 0x1bc2-0x1bd3 (17) -0x1bc0| 5e 6e b5 39 | ^n.9 | timestamp: 968191582 (s) 0x1bc2-0x1bc6 (4) +0x1bc0| 5e 6e b5 39 | ^n.9 | timestamp: 968191582 (2020-09-04T22:06:22Z) 0x1bc2-0x1bc6 (4) 0x1bc0| a8 93 00 00 | .... | distance: 378 (37800) (m) 0x1bc6-0x1bca (4) 0x1bc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1bca-0x1bcc (2) 0x1bc0| 02 | . | heart_rate: 2 (bpm) 0x1bcc-0x1bcd (1) @@ -6522,7 +6522,7 @@ $ fq -d fit dv activity_dev.fit 0x1bd0| 00 | . | reserved: false 0x1bd3.3-0x1bd3.4 (0.1) 0x1bd0| 00 | . | local_message_type: 0 0x1bd3.4-0x1bd4 (0.4) | | | data_message{}: 0x1bd4-0x1be5 (17) -0x1bd0| 5f 6e b5 39 | _n.9 | timestamp: 968191583 (s) 0x1bd4-0x1bd8 (4) +0x1bd0| 5f 6e b5 39 | _n.9 | timestamp: 968191583 (2020-09-04T22:06:23Z) 0x1bd4-0x1bd8 (4) 0x1bd0| 0c 94 00 00 | .... | distance: 379 (37900) (m) 0x1bd8-0x1bdc (4) 0x1bd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1bdc-0x1bde (2) 0x1bd0| 03 | . | heart_rate: 3 (bpm) 0x1bde-0x1bdf (1) @@ -6538,7 +6538,7 @@ $ fq -d fit dv activity_dev.fit 0x1be0| 00 | . | reserved: false 0x1be5.3-0x1be5.4 (0.1) 0x1be0| 00 | . | local_message_type: 0 0x1be5.4-0x1be6 (0.4) | | | data_message{}: 0x1be6-0x1bf7 (17) -0x1be0| 60 6e b5 39 | `n.9 | timestamp: 968191584 (s) 0x1be6-0x1bea (4) +0x1be0| 60 6e b5 39 | `n.9 | timestamp: 968191584 (2020-09-04T22:06:24Z) 0x1be6-0x1bea (4) 0x1be0| 70 94 00 00 | p... | distance: 380 (38000) (m) 0x1bea-0x1bee (4) 0x1be0| e8 03| ..| speed: 1 (1000) (m/s) 0x1bee-0x1bf0 (2) 0x1bf0|06 |. | heart_rate: 6 (bpm) 0x1bf0-0x1bf1 (1) @@ -6554,7 +6554,7 @@ $ fq -d fit dv activity_dev.fit 0x1bf0| 00 | . | reserved: false 0x1bf7.3-0x1bf7.4 (0.1) 0x1bf0| 00 | . | local_message_type: 0 0x1bf7.4-0x1bf8 (0.4) | | | data_message{}: 0x1bf8-0x1c09 (17) -0x1bf0| 61 6e b5 39 | an.9 | timestamp: 968191585 (s) 0x1bf8-0x1bfc (4) +0x1bf0| 61 6e b5 39 | an.9 | timestamp: 968191585 (2020-09-04T22:06:25Z) 0x1bf8-0x1bfc (4) 0x1bf0| d4 94 00 00| ....| distance: 381 (38100) (m) 0x1bfc-0x1c00 (4) 0x1c00|e8 03 |.. | speed: 1 (1000) (m/s) 0x1c00-0x1c02 (2) 0x1c00| 08 | . | heart_rate: 8 (bpm) 0x1c02-0x1c03 (1) @@ -6570,7 +6570,7 @@ $ fq -d fit dv activity_dev.fit 0x1c00| 00 | . | reserved: false 0x1c09.3-0x1c09.4 (0.1) 0x1c00| 00 | . | local_message_type: 0 0x1c09.4-0x1c0a (0.4) | | | data_message{}: 0x1c0a-0x1c1b (17) -0x1c00| 62 6e b5 39 | bn.9 | timestamp: 968191586 (s) 0x1c0a-0x1c0e (4) +0x1c00| 62 6e b5 39 | bn.9 | timestamp: 968191586 (2020-09-04T22:06:26Z) 0x1c0a-0x1c0e (4) 0x1c00| 38 95| 8.| distance: 382 (38200) (m) 0x1c0e-0x1c12 (4) 0x1c10|00 00 |.. | 0x1c10| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c12-0x1c14 (2) @@ -6587,7 +6587,7 @@ $ fq -d fit dv activity_dev.fit 0x1c10| 00 | . | reserved: false 0x1c1b.3-0x1c1b.4 (0.1) 0x1c10| 00 | . | local_message_type: 0 0x1c1b.4-0x1c1c (0.4) | | | data_message{}: 0x1c1c-0x1c2d (17) -0x1c10| 63 6e b5 39| cn.9| timestamp: 968191587 (s) 0x1c1c-0x1c20 (4) +0x1c10| 63 6e b5 39| cn.9| timestamp: 968191587 (2020-09-04T22:06:27Z) 0x1c1c-0x1c20 (4) 0x1c20|9c 95 00 00 |.... | distance: 383 (38300) (m) 0x1c20-0x1c24 (4) 0x1c20| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c24-0x1c26 (2) 0x1c20| 0f | . | heart_rate: 15 (bpm) 0x1c26-0x1c27 (1) @@ -6603,7 +6603,7 @@ $ fq -d fit dv activity_dev.fit 0x1c20| 00 | . | reserved: false 0x1c2d.3-0x1c2d.4 (0.1) 0x1c20| 00 | . | local_message_type: 0 0x1c2d.4-0x1c2e (0.4) | | | data_message{}: 0x1c2e-0x1c3f (17) -0x1c20| 64 6e| dn| timestamp: 968191588 (s) 0x1c2e-0x1c32 (4) +0x1c20| 64 6e| dn| timestamp: 968191588 (2020-09-04T22:06:28Z) 0x1c2e-0x1c32 (4) 0x1c30|b5 39 |.9 | 0x1c30| 00 96 00 00 | .... | distance: 384 (38400) (m) 0x1c32-0x1c36 (4) 0x1c30| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c36-0x1c38 (2) @@ -6620,7 +6620,7 @@ $ fq -d fit dv activity_dev.fit 0x1c30| 00| .| reserved: false 0x1c3f.3-0x1c3f.4 (0.1) 0x1c30| 00| .| local_message_type: 0 0x1c3f.4-0x1c40 (0.4) | | | data_message{}: 0x1c40-0x1c51 (17) -0x1c40|65 6e b5 39 |en.9 | timestamp: 968191589 (s) 0x1c40-0x1c44 (4) +0x1c40|65 6e b5 39 |en.9 | timestamp: 968191589 (2020-09-04T22:06:29Z) 0x1c40-0x1c44 (4) 0x1c40| 64 96 00 00 | d... | distance: 385 (38500) (m) 0x1c44-0x1c48 (4) 0x1c40| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c48-0x1c4a (2) 0x1c40| 18 | . | heart_rate: 24 (bpm) 0x1c4a-0x1c4b (1) @@ -6636,7 +6636,7 @@ $ fq -d fit dv activity_dev.fit 0x1c50| 00 | . | reserved: false 0x1c51.3-0x1c51.4 (0.1) 0x1c50| 00 | . | local_message_type: 0 0x1c51.4-0x1c52 (0.4) | | | data_message{}: 0x1c52-0x1c63 (17) -0x1c50| 66 6e b5 39 | fn.9 | timestamp: 968191590 (s) 0x1c52-0x1c56 (4) +0x1c50| 66 6e b5 39 | fn.9 | timestamp: 968191590 (2020-09-04T22:06:30Z) 0x1c52-0x1c56 (4) 0x1c50| c8 96 00 00 | .... | distance: 386 (38600) (m) 0x1c56-0x1c5a (4) 0x1c50| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c5a-0x1c5c (2) 0x1c50| 1d | . | heart_rate: 29 (bpm) 0x1c5c-0x1c5d (1) @@ -6652,7 +6652,7 @@ $ fq -d fit dv activity_dev.fit 0x1c60| 00 | . | reserved: false 0x1c63.3-0x1c63.4 (0.1) 0x1c60| 00 | . | local_message_type: 0 0x1c63.4-0x1c64 (0.4) | | | data_message{}: 0x1c64-0x1c75 (17) -0x1c60| 67 6e b5 39 | gn.9 | timestamp: 968191591 (s) 0x1c64-0x1c68 (4) +0x1c60| 67 6e b5 39 | gn.9 | timestamp: 968191591 (2020-09-04T22:06:31Z) 0x1c64-0x1c68 (4) 0x1c60| 2c 97 00 00 | ,... | distance: 387 (38700) (m) 0x1c68-0x1c6c (4) 0x1c60| e8 03 | .. | speed: 1 (1000) (m/s) 0x1c6c-0x1c6e (2) 0x1c60| 22 | " | heart_rate: 34 (bpm) 0x1c6e-0x1c6f (1) @@ -6668,7 +6668,7 @@ $ fq -d fit dv activity_dev.fit 0x1c70| 00 | . | reserved: false 0x1c75.3-0x1c75.4 (0.1) 0x1c70| 00 | . | local_message_type: 0 0x1c75.4-0x1c76 (0.4) | | | data_message{}: 0x1c76-0x1c87 (17) -0x1c70| 68 6e b5 39 | hn.9 | timestamp: 968191592 (s) 0x1c76-0x1c7a (4) +0x1c70| 68 6e b5 39 | hn.9 | timestamp: 968191592 (2020-09-04T22:06:32Z) 0x1c76-0x1c7a (4) 0x1c70| 90 97 00 00 | .... | distance: 388 (38800) (m) 0x1c7a-0x1c7e (4) 0x1c70| e8 03| ..| speed: 1 (1000) (m/s) 0x1c7e-0x1c80 (2) 0x1c80|28 |( | heart_rate: 40 (bpm) 0x1c80-0x1c81 (1) @@ -6684,7 +6684,7 @@ $ fq -d fit dv activity_dev.fit 0x1c80| 00 | . | reserved: false 0x1c87.3-0x1c87.4 (0.1) 0x1c80| 00 | . | local_message_type: 0 0x1c87.4-0x1c88 (0.4) | | | data_message{}: 0x1c88-0x1c99 (17) -0x1c80| 69 6e b5 39 | in.9 | timestamp: 968191593 (s) 0x1c88-0x1c8c (4) +0x1c80| 69 6e b5 39 | in.9 | timestamp: 968191593 (2020-09-04T22:06:33Z) 0x1c88-0x1c8c (4) 0x1c80| f4 97 00 00| ....| distance: 389 (38900) (m) 0x1c8c-0x1c90 (4) 0x1c90|e8 03 |.. | speed: 1 (1000) (m/s) 0x1c90-0x1c92 (2) 0x1c90| 2e | . | heart_rate: 46 (bpm) 0x1c92-0x1c93 (1) @@ -6700,7 +6700,7 @@ $ fq -d fit dv activity_dev.fit 0x1c90| 00 | . | reserved: false 0x1c99.3-0x1c99.4 (0.1) 0x1c90| 00 | . | local_message_type: 0 0x1c99.4-0x1c9a (0.4) | | | data_message{}: 0x1c9a-0x1cab (17) -0x1c90| 6a 6e b5 39 | jn.9 | timestamp: 968191594 (s) 0x1c9a-0x1c9e (4) +0x1c90| 6a 6e b5 39 | jn.9 | timestamp: 968191594 (2020-09-04T22:06:34Z) 0x1c9a-0x1c9e (4) 0x1c90| 58 98| X.| distance: 390 (39000) (m) 0x1c9e-0x1ca2 (4) 0x1ca0|00 00 |.. | 0x1ca0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1ca2-0x1ca4 (2) @@ -6717,7 +6717,7 @@ $ fq -d fit dv activity_dev.fit 0x1ca0| 00 | . | reserved: false 0x1cab.3-0x1cab.4 (0.1) 0x1ca0| 00 | . | local_message_type: 0 0x1cab.4-0x1cac (0.4) | | | data_message{}: 0x1cac-0x1cbd (17) -0x1ca0| 6b 6e b5 39| kn.9| timestamp: 968191595 (s) 0x1cac-0x1cb0 (4) +0x1ca0| 6b 6e b5 39| kn.9| timestamp: 968191595 (2020-09-04T22:06:35Z) 0x1cac-0x1cb0 (4) 0x1cb0|bc 98 00 00 |.... | distance: 391 (39100) (m) 0x1cb0-0x1cb4 (4) 0x1cb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1cb4-0x1cb6 (2) 0x1cb0| 3a | : | heart_rate: 58 (bpm) 0x1cb6-0x1cb7 (1) @@ -6733,7 +6733,7 @@ $ fq -d fit dv activity_dev.fit 0x1cb0| 00 | . | reserved: false 0x1cbd.3-0x1cbd.4 (0.1) 0x1cb0| 00 | . | local_message_type: 0 0x1cbd.4-0x1cbe (0.4) | | | data_message{}: 0x1cbe-0x1ccf (17) -0x1cb0| 6c 6e| ln| timestamp: 968191596 (s) 0x1cbe-0x1cc2 (4) +0x1cb0| 6c 6e| ln| timestamp: 968191596 (2020-09-04T22:06:36Z) 0x1cbe-0x1cc2 (4) 0x1cc0|b5 39 |.9 | 0x1cc0| 20 99 00 00 | ... | distance: 392 (39200) (m) 0x1cc2-0x1cc6 (4) 0x1cc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1cc6-0x1cc8 (2) @@ -6750,7 +6750,7 @@ $ fq -d fit dv activity_dev.fit 0x1cc0| 00| .| reserved: false 0x1ccf.3-0x1ccf.4 (0.1) 0x1cc0| 00| .| local_message_type: 0 0x1ccf.4-0x1cd0 (0.4) | | | data_message{}: 0x1cd0-0x1ce1 (17) -0x1cd0|6d 6e b5 39 |mn.9 | timestamp: 968191597 (s) 0x1cd0-0x1cd4 (4) +0x1cd0|6d 6e b5 39 |mn.9 | timestamp: 968191597 (2020-09-04T22:06:37Z) 0x1cd0-0x1cd4 (4) 0x1cd0| 84 99 00 00 | .... | distance: 393 (39300) (m) 0x1cd4-0x1cd8 (4) 0x1cd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1cd8-0x1cda (2) 0x1cd0| 48 | H | heart_rate: 72 (bpm) 0x1cda-0x1cdb (1) @@ -6766,7 +6766,7 @@ $ fq -d fit dv activity_dev.fit 0x1ce0| 00 | . | reserved: false 0x1ce1.3-0x1ce1.4 (0.1) 0x1ce0| 00 | . | local_message_type: 0 0x1ce1.4-0x1ce2 (0.4) | | | data_message{}: 0x1ce2-0x1cf3 (17) -0x1ce0| 6e 6e b5 39 | nn.9 | timestamp: 968191598 (s) 0x1ce2-0x1ce6 (4) +0x1ce0| 6e 6e b5 39 | nn.9 | timestamp: 968191598 (2020-09-04T22:06:38Z) 0x1ce2-0x1ce6 (4) 0x1ce0| e8 99 00 00 | .... | distance: 394 (39400) (m) 0x1ce6-0x1cea (4) 0x1ce0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1cea-0x1cec (2) 0x1ce0| 50 | P | heart_rate: 80 (bpm) 0x1cec-0x1ced (1) @@ -6782,7 +6782,7 @@ $ fq -d fit dv activity_dev.fit 0x1cf0| 00 | . | reserved: false 0x1cf3.3-0x1cf3.4 (0.1) 0x1cf0| 00 | . | local_message_type: 0 0x1cf3.4-0x1cf4 (0.4) | | | data_message{}: 0x1cf4-0x1d05 (17) -0x1cf0| 6f 6e b5 39 | on.9 | timestamp: 968191599 (s) 0x1cf4-0x1cf8 (4) +0x1cf0| 6f 6e b5 39 | on.9 | timestamp: 968191599 (2020-09-04T22:06:39Z) 0x1cf4-0x1cf8 (4) 0x1cf0| 4c 9a 00 00 | L... | distance: 395 (39500) (m) 0x1cf8-0x1cfc (4) 0x1cf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1cfc-0x1cfe (2) 0x1cf0| 57 | W | heart_rate: 87 (bpm) 0x1cfe-0x1cff (1) @@ -6798,7 +6798,7 @@ $ fq -d fit dv activity_dev.fit 0x1d00| 00 | . | reserved: false 0x1d05.3-0x1d05.4 (0.1) 0x1d00| 00 | . | local_message_type: 0 0x1d05.4-0x1d06 (0.4) | | | data_message{}: 0x1d06-0x1d17 (17) -0x1d00| 70 6e b5 39 | pn.9 | timestamp: 968191600 (s) 0x1d06-0x1d0a (4) +0x1d00| 70 6e b5 39 | pn.9 | timestamp: 968191600 (2020-09-04T22:06:40Z) 0x1d06-0x1d0a (4) 0x1d00| b0 9a 00 00 | .... | distance: 396 (39600) (m) 0x1d0a-0x1d0e (4) 0x1d00| e8 03| ..| speed: 1 (1000) (m/s) 0x1d0e-0x1d10 (2) 0x1d10|5f |_ | heart_rate: 95 (bpm) 0x1d10-0x1d11 (1) @@ -6814,7 +6814,7 @@ $ fq -d fit dv activity_dev.fit 0x1d10| 00 | . | reserved: false 0x1d17.3-0x1d17.4 (0.1) 0x1d10| 00 | . | local_message_type: 0 0x1d17.4-0x1d18 (0.4) | | | data_message{}: 0x1d18-0x1d29 (17) -0x1d10| 71 6e b5 39 | qn.9 | timestamp: 968191601 (s) 0x1d18-0x1d1c (4) +0x1d10| 71 6e b5 39 | qn.9 | timestamp: 968191601 (2020-09-04T22:06:41Z) 0x1d18-0x1d1c (4) 0x1d10| 14 9b 00 00| ....| distance: 397 (39700) (m) 0x1d1c-0x1d20 (4) 0x1d20|e8 03 |.. | speed: 1 (1000) (m/s) 0x1d20-0x1d22 (2) 0x1d20| 67 | g | heart_rate: 103 (bpm) 0x1d22-0x1d23 (1) @@ -6830,7 +6830,7 @@ $ fq -d fit dv activity_dev.fit 0x1d20| 00 | . | reserved: false 0x1d29.3-0x1d29.4 (0.1) 0x1d20| 00 | . | local_message_type: 0 0x1d29.4-0x1d2a (0.4) | | | data_message{}: 0x1d2a-0x1d3b (17) -0x1d20| 72 6e b5 39 | rn.9 | timestamp: 968191602 (s) 0x1d2a-0x1d2e (4) +0x1d20| 72 6e b5 39 | rn.9 | timestamp: 968191602 (2020-09-04T22:06:42Z) 0x1d2a-0x1d2e (4) 0x1d20| 78 9b| x.| distance: 398 (39800) (m) 0x1d2e-0x1d32 (4) 0x1d30|00 00 |.. | 0x1d30| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d32-0x1d34 (2) @@ -6847,7 +6847,7 @@ $ fq -d fit dv activity_dev.fit 0x1d30| 00 | . | reserved: false 0x1d3b.3-0x1d3b.4 (0.1) 0x1d30| 00 | . | local_message_type: 0 0x1d3b.4-0x1d3c (0.4) | | | data_message{}: 0x1d3c-0x1d4d (17) -0x1d30| 73 6e b5 39| sn.9| timestamp: 968191603 (s) 0x1d3c-0x1d40 (4) +0x1d30| 73 6e b5 39| sn.9| timestamp: 968191603 (2020-09-04T22:06:43Z) 0x1d3c-0x1d40 (4) 0x1d40|dc 9b 00 00 |.... | distance: 399 (39900) (m) 0x1d40-0x1d44 (4) 0x1d40| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d44-0x1d46 (2) 0x1d40| 77 | w | heart_rate: 119 (bpm) 0x1d46-0x1d47 (1) @@ -6863,7 +6863,7 @@ $ fq -d fit dv activity_dev.fit 0x1d40| 00 | . | reserved: false 0x1d4d.3-0x1d4d.4 (0.1) 0x1d40| 00 | . | local_message_type: 0 0x1d4d.4-0x1d4e (0.4) | | | data_message{}: 0x1d4e-0x1d5f (17) -0x1d40| 74 6e| tn| timestamp: 968191604 (s) 0x1d4e-0x1d52 (4) +0x1d40| 74 6e| tn| timestamp: 968191604 (2020-09-04T22:06:44Z) 0x1d4e-0x1d52 (4) 0x1d50|b5 39 |.9 | 0x1d50| 40 9c 00 00 | @... | distance: 400 (40000) (m) 0x1d52-0x1d56 (4) 0x1d50| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d56-0x1d58 (2) @@ -6880,7 +6880,7 @@ $ fq -d fit dv activity_dev.fit 0x1d50| 00| .| reserved: false 0x1d5f.3-0x1d5f.4 (0.1) 0x1d50| 00| .| local_message_type: 0 0x1d5f.4-0x1d60 (0.4) | | | data_message{}: 0x1d60-0x1d71 (17) -0x1d60|75 6e b5 39 |un.9 | timestamp: 968191605 (s) 0x1d60-0x1d64 (4) +0x1d60|75 6e b5 39 |un.9 | timestamp: 968191605 (2020-09-04T22:06:45Z) 0x1d60-0x1d64 (4) 0x1d60| a4 9c 00 00 | .... | distance: 401 (40100) (m) 0x1d64-0x1d68 (4) 0x1d60| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d68-0x1d6a (2) 0x1d60| 86 | . | heart_rate: 134 (bpm) 0x1d6a-0x1d6b (1) @@ -6896,7 +6896,7 @@ $ fq -d fit dv activity_dev.fit 0x1d70| 00 | . | reserved: false 0x1d71.3-0x1d71.4 (0.1) 0x1d70| 00 | . | local_message_type: 0 0x1d71.4-0x1d72 (0.4) | | | data_message{}: 0x1d72-0x1d83 (17) -0x1d70| 76 6e b5 39 | vn.9 | timestamp: 968191606 (s) 0x1d72-0x1d76 (4) +0x1d70| 76 6e b5 39 | vn.9 | timestamp: 968191606 (2020-09-04T22:06:46Z) 0x1d72-0x1d76 (4) 0x1d70| 08 9d 00 00 | .... | distance: 402 (40200) (m) 0x1d76-0x1d7a (4) 0x1d70| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d7a-0x1d7c (2) 0x1d70| 8e | . | heart_rate: 142 (bpm) 0x1d7c-0x1d7d (1) @@ -6912,7 +6912,7 @@ $ fq -d fit dv activity_dev.fit 0x1d80| 00 | . | reserved: false 0x1d83.3-0x1d83.4 (0.1) 0x1d80| 00 | . | local_message_type: 0 0x1d83.4-0x1d84 (0.4) | | | data_message{}: 0x1d84-0x1d95 (17) -0x1d80| 77 6e b5 39 | wn.9 | timestamp: 968191607 (s) 0x1d84-0x1d88 (4) +0x1d80| 77 6e b5 39 | wn.9 | timestamp: 968191607 (2020-09-04T22:06:47Z) 0x1d84-0x1d88 (4) 0x1d80| 6c 9d 00 00 | l... | distance: 403 (40300) (m) 0x1d88-0x1d8c (4) 0x1d80| e8 03 | .. | speed: 1 (1000) (m/s) 0x1d8c-0x1d8e (2) 0x1d80| 96 | . | heart_rate: 150 (bpm) 0x1d8e-0x1d8f (1) @@ -6928,7 +6928,7 @@ $ fq -d fit dv activity_dev.fit 0x1d90| 00 | . | reserved: false 0x1d95.3-0x1d95.4 (0.1) 0x1d90| 00 | . | local_message_type: 0 0x1d95.4-0x1d96 (0.4) | | | data_message{}: 0x1d96-0x1da7 (17) -0x1d90| 78 6e b5 39 | xn.9 | timestamp: 968191608 (s) 0x1d96-0x1d9a (4) +0x1d90| 78 6e b5 39 | xn.9 | timestamp: 968191608 (2020-09-04T22:06:48Z) 0x1d96-0x1d9a (4) 0x1d90| d0 9d 00 00 | .... | distance: 404 (40400) (m) 0x1d9a-0x1d9e (4) 0x1d90| e8 03| ..| speed: 1 (1000) (m/s) 0x1d9e-0x1da0 (2) 0x1da0|9e |. | heart_rate: 158 (bpm) 0x1da0-0x1da1 (1) @@ -6944,7 +6944,7 @@ $ fq -d fit dv activity_dev.fit 0x1da0| 00 | . | reserved: false 0x1da7.3-0x1da7.4 (0.1) 0x1da0| 00 | . | local_message_type: 0 0x1da7.4-0x1da8 (0.4) | | | data_message{}: 0x1da8-0x1db9 (17) -0x1da0| 79 6e b5 39 | yn.9 | timestamp: 968191609 (s) 0x1da8-0x1dac (4) +0x1da0| 79 6e b5 39 | yn.9 | timestamp: 968191609 (2020-09-04T22:06:49Z) 0x1da8-0x1dac (4) 0x1da0| 34 9e 00 00| 4...| distance: 405 (40500) (m) 0x1dac-0x1db0 (4) 0x1db0|e8 03 |.. | speed: 1 (1000) (m/s) 0x1db0-0x1db2 (2) 0x1db0| a6 | . | heart_rate: 166 (bpm) 0x1db2-0x1db3 (1) @@ -6960,7 +6960,7 @@ $ fq -d fit dv activity_dev.fit 0x1db0| 00 | . | reserved: false 0x1db9.3-0x1db9.4 (0.1) 0x1db0| 00 | . | local_message_type: 0 0x1db9.4-0x1dba (0.4) | | | data_message{}: 0x1dba-0x1dcb (17) -0x1db0| 7a 6e b5 39 | zn.9 | timestamp: 968191610 (s) 0x1dba-0x1dbe (4) +0x1db0| 7a 6e b5 39 | zn.9 | timestamp: 968191610 (2020-09-04T22:06:50Z) 0x1dba-0x1dbe (4) 0x1db0| 98 9e| ..| distance: 406 (40600) (m) 0x1dbe-0x1dc2 (4) 0x1dc0|00 00 |.. | 0x1dc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1dc2-0x1dc4 (2) @@ -6977,7 +6977,7 @@ $ fq -d fit dv activity_dev.fit 0x1dc0| 00 | . | reserved: false 0x1dcb.3-0x1dcb.4 (0.1) 0x1dc0| 00 | . | local_message_type: 0 0x1dcb.4-0x1dcc (0.4) | | | data_message{}: 0x1dcc-0x1ddd (17) -0x1dc0| 7b 6e b5 39| {n.9| timestamp: 968191611 (s) 0x1dcc-0x1dd0 (4) +0x1dc0| 7b 6e b5 39| {n.9| timestamp: 968191611 (2020-09-04T22:06:51Z) 0x1dcc-0x1dd0 (4) 0x1dd0|fc 9e 00 00 |.... | distance: 407 (40700) (m) 0x1dd0-0x1dd4 (4) 0x1dd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1dd4-0x1dd6 (2) 0x1dd0| b5 | . | heart_rate: 181 (bpm) 0x1dd6-0x1dd7 (1) @@ -6993,7 +6993,7 @@ $ fq -d fit dv activity_dev.fit 0x1dd0| 00 | . | reserved: false 0x1ddd.3-0x1ddd.4 (0.1) 0x1dd0| 00 | . | local_message_type: 0 0x1ddd.4-0x1dde (0.4) | | | data_message{}: 0x1dde-0x1def (17) -0x1dd0| 7c 6e| |n| timestamp: 968191612 (s) 0x1dde-0x1de2 (4) +0x1dd0| 7c 6e| |n| timestamp: 968191612 (2020-09-04T22:06:52Z) 0x1dde-0x1de2 (4) 0x1de0|b5 39 |.9 | 0x1de0| 60 9f 00 00 | `... | distance: 408 (40800) (m) 0x1de2-0x1de6 (4) 0x1de0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1de6-0x1de8 (2) @@ -7010,7 +7010,7 @@ $ fq -d fit dv activity_dev.fit 0x1de0| 00| .| reserved: false 0x1def.3-0x1def.4 (0.1) 0x1de0| 00| .| local_message_type: 0 0x1def.4-0x1df0 (0.4) | | | data_message{}: 0x1df0-0x1e01 (17) -0x1df0|7d 6e b5 39 |}n.9 | timestamp: 968191613 (s) 0x1df0-0x1df4 (4) +0x1df0|7d 6e b5 39 |}n.9 | timestamp: 968191613 (2020-09-04T22:06:53Z) 0x1df0-0x1df4 (4) 0x1df0| c4 9f 00 00 | .... | distance: 409 (40900) (m) 0x1df4-0x1df8 (4) 0x1df0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1df8-0x1dfa (2) 0x1df0| c3 | . | heart_rate: 195 (bpm) 0x1dfa-0x1dfb (1) @@ -7026,7 +7026,7 @@ $ fq -d fit dv activity_dev.fit 0x1e00| 00 | . | reserved: false 0x1e01.3-0x1e01.4 (0.1) 0x1e00| 00 | . | local_message_type: 0 0x1e01.4-0x1e02 (0.4) | | | data_message{}: 0x1e02-0x1e13 (17) -0x1e00| 7e 6e b5 39 | ~n.9 | timestamp: 968191614 (s) 0x1e02-0x1e06 (4) +0x1e00| 7e 6e b5 39 | ~n.9 | timestamp: 968191614 (2020-09-04T22:06:54Z) 0x1e02-0x1e06 (4) 0x1e00| 28 a0 00 00 | (... | distance: 410 (41000) (m) 0x1e06-0x1e0a (4) 0x1e00| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e0a-0x1e0c (2) 0x1e00| c9 | . | heart_rate: 201 (bpm) 0x1e0c-0x1e0d (1) @@ -7042,7 +7042,7 @@ $ fq -d fit dv activity_dev.fit 0x1e10| 00 | . | reserved: false 0x1e13.3-0x1e13.4 (0.1) 0x1e10| 00 | . | local_message_type: 0 0x1e13.4-0x1e14 (0.4) | | | data_message{}: 0x1e14-0x1e25 (17) -0x1e10| 7f 6e b5 39 | .n.9 | timestamp: 968191615 (s) 0x1e14-0x1e18 (4) +0x1e10| 7f 6e b5 39 | .n.9 | timestamp: 968191615 (2020-09-04T22:06:55Z) 0x1e14-0x1e18 (4) 0x1e10| 8c a0 00 00 | .... | distance: 411 (41100) (m) 0x1e18-0x1e1c (4) 0x1e10| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e1c-0x1e1e (2) 0x1e10| cf | . | heart_rate: 207 (bpm) 0x1e1e-0x1e1f (1) @@ -7058,7 +7058,7 @@ $ fq -d fit dv activity_dev.fit 0x1e20| 00 | . | reserved: false 0x1e25.3-0x1e25.4 (0.1) 0x1e20| 00 | . | local_message_type: 0 0x1e25.4-0x1e26 (0.4) | | | data_message{}: 0x1e26-0x1e37 (17) -0x1e20| 80 6e b5 39 | .n.9 | timestamp: 968191616 (s) 0x1e26-0x1e2a (4) +0x1e20| 80 6e b5 39 | .n.9 | timestamp: 968191616 (2020-09-04T22:06:56Z) 0x1e26-0x1e2a (4) 0x1e20| f0 a0 00 00 | .... | distance: 412 (41200) (m) 0x1e2a-0x1e2e (4) 0x1e20| e8 03| ..| speed: 1 (1000) (m/s) 0x1e2e-0x1e30 (2) 0x1e30|d5 |. | heart_rate: 213 (bpm) 0x1e30-0x1e31 (1) @@ -7074,7 +7074,7 @@ $ fq -d fit dv activity_dev.fit 0x1e30| 00 | . | reserved: false 0x1e37.3-0x1e37.4 (0.1) 0x1e30| 00 | . | local_message_type: 0 0x1e37.4-0x1e38 (0.4) | | | data_message{}: 0x1e38-0x1e49 (17) -0x1e30| 81 6e b5 39 | .n.9 | timestamp: 968191617 (s) 0x1e38-0x1e3c (4) +0x1e30| 81 6e b5 39 | .n.9 | timestamp: 968191617 (2020-09-04T22:06:57Z) 0x1e38-0x1e3c (4) 0x1e30| 54 a1 00 00| T...| distance: 413 (41300) (m) 0x1e3c-0x1e40 (4) 0x1e40|e8 03 |.. | speed: 1 (1000) (m/s) 0x1e40-0x1e42 (2) 0x1e40| db | . | heart_rate: 219 (bpm) 0x1e42-0x1e43 (1) @@ -7090,7 +7090,7 @@ $ fq -d fit dv activity_dev.fit 0x1e40| 00 | . | reserved: false 0x1e49.3-0x1e49.4 (0.1) 0x1e40| 00 | . | local_message_type: 0 0x1e49.4-0x1e4a (0.4) | | | data_message{}: 0x1e4a-0x1e5b (17) -0x1e40| 82 6e b5 39 | .n.9 | timestamp: 968191618 (s) 0x1e4a-0x1e4e (4) +0x1e40| 82 6e b5 39 | .n.9 | timestamp: 968191618 (2020-09-04T22:06:58Z) 0x1e4a-0x1e4e (4) 0x1e40| b8 a1| ..| distance: 414 (41400) (m) 0x1e4e-0x1e52 (4) 0x1e50|00 00 |.. | 0x1e50| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e52-0x1e54 (2) @@ -7107,7 +7107,7 @@ $ fq -d fit dv activity_dev.fit 0x1e50| 00 | . | reserved: false 0x1e5b.3-0x1e5b.4 (0.1) 0x1e50| 00 | . | local_message_type: 0 0x1e5b.4-0x1e5c (0.4) | | | data_message{}: 0x1e5c-0x1e6d (17) -0x1e50| 83 6e b5 39| .n.9| timestamp: 968191619 (s) 0x1e5c-0x1e60 (4) +0x1e50| 83 6e b5 39| .n.9| timestamp: 968191619 (2020-09-04T22:06:59Z) 0x1e5c-0x1e60 (4) 0x1e60|1c a2 00 00 |.... | distance: 415 (41500) (m) 0x1e60-0x1e64 (4) 0x1e60| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e64-0x1e66 (2) 0x1e60| e5 | . | heart_rate: 229 (bpm) 0x1e66-0x1e67 (1) @@ -7123,7 +7123,7 @@ $ fq -d fit dv activity_dev.fit 0x1e60| 00 | . | reserved: false 0x1e6d.3-0x1e6d.4 (0.1) 0x1e60| 00 | . | local_message_type: 0 0x1e6d.4-0x1e6e (0.4) | | | data_message{}: 0x1e6e-0x1e7f (17) -0x1e60| 84 6e| .n| timestamp: 968191620 (s) 0x1e6e-0x1e72 (4) +0x1e60| 84 6e| .n| timestamp: 968191620 (2020-09-04T22:07:00Z) 0x1e6e-0x1e72 (4) 0x1e70|b5 39 |.9 | 0x1e70| 80 a2 00 00 | .... | distance: 416 (41600) (m) 0x1e72-0x1e76 (4) 0x1e70| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e76-0x1e78 (2) @@ -7140,7 +7140,7 @@ $ fq -d fit dv activity_dev.fit 0x1e70| 00| .| reserved: false 0x1e7f.3-0x1e7f.4 (0.1) 0x1e70| 00| .| local_message_type: 0 0x1e7f.4-0x1e80 (0.4) | | | data_message{}: 0x1e80-0x1e91 (17) -0x1e80|85 6e b5 39 |.n.9 | timestamp: 968191621 (s) 0x1e80-0x1e84 (4) +0x1e80|85 6e b5 39 |.n.9 | timestamp: 968191621 (2020-09-04T22:07:01Z) 0x1e80-0x1e84 (4) 0x1e80| e4 a2 00 00 | .... | distance: 417 (41700) (m) 0x1e84-0x1e88 (4) 0x1e80| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e88-0x1e8a (2) 0x1e80| ee | . | heart_rate: 238 (bpm) 0x1e8a-0x1e8b (1) @@ -7156,7 +7156,7 @@ $ fq -d fit dv activity_dev.fit 0x1e90| 00 | . | reserved: false 0x1e91.3-0x1e91.4 (0.1) 0x1e90| 00 | . | local_message_type: 0 0x1e91.4-0x1e92 (0.4) | | | data_message{}: 0x1e92-0x1ea3 (17) -0x1e90| 86 6e b5 39 | .n.9 | timestamp: 968191622 (s) 0x1e92-0x1e96 (4) +0x1e90| 86 6e b5 39 | .n.9 | timestamp: 968191622 (2020-09-04T22:07:02Z) 0x1e92-0x1e96 (4) 0x1e90| 48 a3 00 00 | H... | distance: 418 (41800) (m) 0x1e96-0x1e9a (4) 0x1e90| e8 03 | .. | speed: 1 (1000) (m/s) 0x1e9a-0x1e9c (2) 0x1e90| f1 | . | heart_rate: 241 (bpm) 0x1e9c-0x1e9d (1) @@ -7172,7 +7172,7 @@ $ fq -d fit dv activity_dev.fit 0x1ea0| 00 | . | reserved: false 0x1ea3.3-0x1ea3.4 (0.1) 0x1ea0| 00 | . | local_message_type: 0 0x1ea3.4-0x1ea4 (0.4) | | | data_message{}: 0x1ea4-0x1eb5 (17) -0x1ea0| 87 6e b5 39 | .n.9 | timestamp: 968191623 (s) 0x1ea4-0x1ea8 (4) +0x1ea0| 87 6e b5 39 | .n.9 | timestamp: 968191623 (2020-09-04T22:07:03Z) 0x1ea4-0x1ea8 (4) 0x1ea0| ac a3 00 00 | .... | distance: 419 (41900) (m) 0x1ea8-0x1eac (4) 0x1ea0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1eac-0x1eae (2) 0x1ea0| f5 | . | heart_rate: 245 (bpm) 0x1eae-0x1eaf (1) @@ -7188,7 +7188,7 @@ $ fq -d fit dv activity_dev.fit 0x1eb0| 00 | . | reserved: false 0x1eb5.3-0x1eb5.4 (0.1) 0x1eb0| 00 | . | local_message_type: 0 0x1eb5.4-0x1eb6 (0.4) | | | data_message{}: 0x1eb6-0x1ec7 (17) -0x1eb0| 88 6e b5 39 | .n.9 | timestamp: 968191624 (s) 0x1eb6-0x1eba (4) +0x1eb0| 88 6e b5 39 | .n.9 | timestamp: 968191624 (2020-09-04T22:07:04Z) 0x1eb6-0x1eba (4) 0x1eb0| 10 a4 00 00 | .... | distance: 420 (42000) (m) 0x1eba-0x1ebe (4) 0x1eb0| e8 03| ..| speed: 1 (1000) (m/s) 0x1ebe-0x1ec0 (2) 0x1ec0|f7 |. | heart_rate: 247 (bpm) 0x1ec0-0x1ec1 (1) @@ -7204,7 +7204,7 @@ $ fq -d fit dv activity_dev.fit 0x1ec0| 00 | . | reserved: false 0x1ec7.3-0x1ec7.4 (0.1) 0x1ec0| 00 | . | local_message_type: 0 0x1ec7.4-0x1ec8 (0.4) | | | data_message{}: 0x1ec8-0x1ed9 (17) -0x1ec0| 89 6e b5 39 | .n.9 | timestamp: 968191625 (s) 0x1ec8-0x1ecc (4) +0x1ec0| 89 6e b5 39 | .n.9 | timestamp: 968191625 (2020-09-04T22:07:05Z) 0x1ec8-0x1ecc (4) 0x1ec0| 74 a4 00 00| t...| distance: 421 (42100) (m) 0x1ecc-0x1ed0 (4) 0x1ed0|e8 03 |.. | speed: 1 (1000) (m/s) 0x1ed0-0x1ed2 (2) 0x1ed0| fa | . | heart_rate: 250 (bpm) 0x1ed2-0x1ed3 (1) @@ -7220,7 +7220,7 @@ $ fq -d fit dv activity_dev.fit 0x1ed0| 00 | . | reserved: false 0x1ed9.3-0x1ed9.4 (0.1) 0x1ed0| 00 | . | local_message_type: 0 0x1ed9.4-0x1eda (0.4) | | | data_message{}: 0x1eda-0x1eeb (17) -0x1ed0| 8a 6e b5 39 | .n.9 | timestamp: 968191626 (s) 0x1eda-0x1ede (4) +0x1ed0| 8a 6e b5 39 | .n.9 | timestamp: 968191626 (2020-09-04T22:07:06Z) 0x1eda-0x1ede (4) 0x1ed0| d8 a4| ..| distance: 422 (42200) (m) 0x1ede-0x1ee2 (4) 0x1ee0|00 00 |.. | 0x1ee0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1ee2-0x1ee4 (2) @@ -7237,7 +7237,7 @@ $ fq -d fit dv activity_dev.fit 0x1ee0| 00 | . | reserved: false 0x1eeb.3-0x1eeb.4 (0.1) 0x1ee0| 00 | . | local_message_type: 0 0x1eeb.4-0x1eec (0.4) | | | data_message{}: 0x1eec-0x1efd (17) -0x1ee0| 8b 6e b5 39| .n.9| timestamp: 968191627 (s) 0x1eec-0x1ef0 (4) +0x1ee0| 8b 6e b5 39| .n.9| timestamp: 968191627 (2020-09-04T22:07:07Z) 0x1eec-0x1ef0 (4) 0x1ef0|3c a5 00 00 |<... | distance: 423 (42300) (m) 0x1ef0-0x1ef4 (4) 0x1ef0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1ef4-0x1ef6 (2) 0x1ef0| fc | . | heart_rate: 252 (bpm) 0x1ef6-0x1ef7 (1) @@ -7253,7 +7253,7 @@ $ fq -d fit dv activity_dev.fit 0x1ef0| 00 | . | reserved: false 0x1efd.3-0x1efd.4 (0.1) 0x1ef0| 00 | . | local_message_type: 0 0x1efd.4-0x1efe (0.4) | | | data_message{}: 0x1efe-0x1f0f (17) -0x1ef0| 8c 6e| .n| timestamp: 968191628 (s) 0x1efe-0x1f02 (4) +0x1ef0| 8c 6e| .n| timestamp: 968191628 (2020-09-04T22:07:08Z) 0x1efe-0x1f02 (4) 0x1f00|b5 39 |.9 | 0x1f00| a0 a5 00 00 | .... | distance: 424 (42400) (m) 0x1f02-0x1f06 (4) 0x1f00| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f06-0x1f08 (2) @@ -7270,7 +7270,7 @@ $ fq -d fit dv activity_dev.fit 0x1f00| 00| .| reserved: false 0x1f0f.3-0x1f0f.4 (0.1) 0x1f00| 00| .| local_message_type: 0 0x1f0f.4-0x1f10 (0.4) | | | data_message{}: 0x1f10-0x1f21 (17) -0x1f10|8d 6e b5 39 |.n.9 | timestamp: 968191629 (s) 0x1f10-0x1f14 (4) +0x1f10|8d 6e b5 39 |.n.9 | timestamp: 968191629 (2020-09-04T22:07:09Z) 0x1f10-0x1f14 (4) 0x1f10| 04 a6 00 00 | .... | distance: 425 (42500) (m) 0x1f14-0x1f18 (4) 0x1f10| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f18-0x1f1a (2) 0x1f10| fe | . | heart_rate: 254 (bpm) 0x1f1a-0x1f1b (1) @@ -7286,7 +7286,7 @@ $ fq -d fit dv activity_dev.fit 0x1f20| 00 | . | reserved: false 0x1f21.3-0x1f21.4 (0.1) 0x1f20| 00 | . | local_message_type: 0 0x1f21.4-0x1f22 (0.4) | | | data_message{}: 0x1f22-0x1f33 (17) -0x1f20| 8e 6e b5 39 | .n.9 | timestamp: 968191630 (s) 0x1f22-0x1f26 (4) +0x1f20| 8e 6e b5 39 | .n.9 | timestamp: 968191630 (2020-09-04T22:07:10Z) 0x1f22-0x1f26 (4) 0x1f20| 68 a6 00 00 | h... | distance: 426 (42600) (m) 0x1f26-0x1f2a (4) 0x1f20| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f2a-0x1f2c (2) 0x1f20| fd | . | heart_rate: 253 (bpm) 0x1f2c-0x1f2d (1) @@ -7302,7 +7302,7 @@ $ fq -d fit dv activity_dev.fit 0x1f30| 00 | . | reserved: false 0x1f33.3-0x1f33.4 (0.1) 0x1f30| 00 | . | local_message_type: 0 0x1f33.4-0x1f34 (0.4) | | | data_message{}: 0x1f34-0x1f45 (17) -0x1f30| 8f 6e b5 39 | .n.9 | timestamp: 968191631 (s) 0x1f34-0x1f38 (4) +0x1f30| 8f 6e b5 39 | .n.9 | timestamp: 968191631 (2020-09-04T22:07:11Z) 0x1f34-0x1f38 (4) 0x1f30| cc a6 00 00 | .... | distance: 427 (42700) (m) 0x1f38-0x1f3c (4) 0x1f30| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f3c-0x1f3e (2) 0x1f30| fc | . | heart_rate: 252 (bpm) 0x1f3e-0x1f3f (1) @@ -7318,7 +7318,7 @@ $ fq -d fit dv activity_dev.fit 0x1f40| 00 | . | reserved: false 0x1f45.3-0x1f45.4 (0.1) 0x1f40| 00 | . | local_message_type: 0 0x1f45.4-0x1f46 (0.4) | | | data_message{}: 0x1f46-0x1f57 (17) -0x1f40| 90 6e b5 39 | .n.9 | timestamp: 968191632 (s) 0x1f46-0x1f4a (4) +0x1f40| 90 6e b5 39 | .n.9 | timestamp: 968191632 (2020-09-04T22:07:12Z) 0x1f46-0x1f4a (4) 0x1f40| 30 a7 00 00 | 0... | distance: 428 (42800) (m) 0x1f4a-0x1f4e (4) 0x1f40| e8 03| ..| speed: 1 (1000) (m/s) 0x1f4e-0x1f50 (2) 0x1f50|fb |. | heart_rate: 251 (bpm) 0x1f50-0x1f51 (1) @@ -7334,7 +7334,7 @@ $ fq -d fit dv activity_dev.fit 0x1f50| 00 | . | reserved: false 0x1f57.3-0x1f57.4 (0.1) 0x1f50| 00 | . | local_message_type: 0 0x1f57.4-0x1f58 (0.4) | | | data_message{}: 0x1f58-0x1f69 (17) -0x1f50| 91 6e b5 39 | .n.9 | timestamp: 968191633 (s) 0x1f58-0x1f5c (4) +0x1f50| 91 6e b5 39 | .n.9 | timestamp: 968191633 (2020-09-04T22:07:13Z) 0x1f58-0x1f5c (4) 0x1f50| 94 a7 00 00| ....| distance: 429 (42900) (m) 0x1f5c-0x1f60 (4) 0x1f60|e8 03 |.. | speed: 1 (1000) (m/s) 0x1f60-0x1f62 (2) 0x1f60| fa | . | heart_rate: 250 (bpm) 0x1f62-0x1f63 (1) @@ -7350,7 +7350,7 @@ $ fq -d fit dv activity_dev.fit 0x1f60| 00 | . | reserved: false 0x1f69.3-0x1f69.4 (0.1) 0x1f60| 00 | . | local_message_type: 0 0x1f69.4-0x1f6a (0.4) | | | data_message{}: 0x1f6a-0x1f7b (17) -0x1f60| 92 6e b5 39 | .n.9 | timestamp: 968191634 (s) 0x1f6a-0x1f6e (4) +0x1f60| 92 6e b5 39 | .n.9 | timestamp: 968191634 (2020-09-04T22:07:14Z) 0x1f6a-0x1f6e (4) 0x1f60| f8 a7| ..| distance: 430 (43000) (m) 0x1f6e-0x1f72 (4) 0x1f70|00 00 |.. | 0x1f70| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f72-0x1f74 (2) @@ -7367,7 +7367,7 @@ $ fq -d fit dv activity_dev.fit 0x1f70| 00 | . | reserved: false 0x1f7b.3-0x1f7b.4 (0.1) 0x1f70| 00 | . | local_message_type: 0 0x1f7b.4-0x1f7c (0.4) | | | data_message{}: 0x1f7c-0x1f8d (17) -0x1f70| 93 6e b5 39| .n.9| timestamp: 968191635 (s) 0x1f7c-0x1f80 (4) +0x1f70| 93 6e b5 39| .n.9| timestamp: 968191635 (2020-09-04T22:07:15Z) 0x1f7c-0x1f80 (4) 0x1f80|5c a8 00 00 |\... | distance: 431 (43100) (m) 0x1f80-0x1f84 (4) 0x1f80| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f84-0x1f86 (2) 0x1f80| f5 | . | heart_rate: 245 (bpm) 0x1f86-0x1f87 (1) @@ -7383,7 +7383,7 @@ $ fq -d fit dv activity_dev.fit 0x1f80| 00 | . | reserved: false 0x1f8d.3-0x1f8d.4 (0.1) 0x1f80| 00 | . | local_message_type: 0 0x1f8d.4-0x1f8e (0.4) | | | data_message{}: 0x1f8e-0x1f9f (17) -0x1f80| 94 6e| .n| timestamp: 968191636 (s) 0x1f8e-0x1f92 (4) +0x1f80| 94 6e| .n| timestamp: 968191636 (2020-09-04T22:07:16Z) 0x1f8e-0x1f92 (4) 0x1f90|b5 39 |.9 | 0x1f90| c0 a8 00 00 | .... | distance: 432 (43200) (m) 0x1f92-0x1f96 (4) 0x1f90| e8 03 | .. | speed: 1 (1000) (m/s) 0x1f96-0x1f98 (2) @@ -7400,7 +7400,7 @@ $ fq -d fit dv activity_dev.fit 0x1f90| 00| .| reserved: false 0x1f9f.3-0x1f9f.4 (0.1) 0x1f90| 00| .| local_message_type: 0 0x1f9f.4-0x1fa0 (0.4) | | | data_message{}: 0x1fa0-0x1fb1 (17) -0x1fa0|95 6e b5 39 |.n.9 | timestamp: 968191637 (s) 0x1fa0-0x1fa4 (4) +0x1fa0|95 6e b5 39 |.n.9 | timestamp: 968191637 (2020-09-04T22:07:17Z) 0x1fa0-0x1fa4 (4) 0x1fa0| 24 a9 00 00 | $... | distance: 433 (43300) (m) 0x1fa4-0x1fa8 (4) 0x1fa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1fa8-0x1faa (2) 0x1fa0| ee | . | heart_rate: 238 (bpm) 0x1faa-0x1fab (1) @@ -7416,7 +7416,7 @@ $ fq -d fit dv activity_dev.fit 0x1fb0| 00 | . | reserved: false 0x1fb1.3-0x1fb1.4 (0.1) 0x1fb0| 00 | . | local_message_type: 0 0x1fb1.4-0x1fb2 (0.4) | | | data_message{}: 0x1fb2-0x1fc3 (17) -0x1fb0| 96 6e b5 39 | .n.9 | timestamp: 968191638 (s) 0x1fb2-0x1fb6 (4) +0x1fb0| 96 6e b5 39 | .n.9 | timestamp: 968191638 (2020-09-04T22:07:18Z) 0x1fb2-0x1fb6 (4) 0x1fb0| 88 a9 00 00 | .... | distance: 434 (43400) (m) 0x1fb6-0x1fba (4) 0x1fb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1fba-0x1fbc (2) 0x1fb0| ea | . | heart_rate: 234 (bpm) 0x1fbc-0x1fbd (1) @@ -7432,7 +7432,7 @@ $ fq -d fit dv activity_dev.fit 0x1fc0| 00 | . | reserved: false 0x1fc3.3-0x1fc3.4 (0.1) 0x1fc0| 00 | . | local_message_type: 0 0x1fc3.4-0x1fc4 (0.4) | | | data_message{}: 0x1fc4-0x1fd5 (17) -0x1fc0| 97 6e b5 39 | .n.9 | timestamp: 968191639 (s) 0x1fc4-0x1fc8 (4) +0x1fc0| 97 6e b5 39 | .n.9 | timestamp: 968191639 (2020-09-04T22:07:19Z) 0x1fc4-0x1fc8 (4) 0x1fc0| ec a9 00 00 | .... | distance: 435 (43500) (m) 0x1fc8-0x1fcc (4) 0x1fc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x1fcc-0x1fce (2) 0x1fc0| e5 | . | heart_rate: 229 (bpm) 0x1fce-0x1fcf (1) @@ -7448,7 +7448,7 @@ $ fq -d fit dv activity_dev.fit 0x1fd0| 00 | . | reserved: false 0x1fd5.3-0x1fd5.4 (0.1) 0x1fd0| 00 | . | local_message_type: 0 0x1fd5.4-0x1fd6 (0.4) | | | data_message{}: 0x1fd6-0x1fe7 (17) -0x1fd0| 98 6e b5 39 | .n.9 | timestamp: 968191640 (s) 0x1fd6-0x1fda (4) +0x1fd0| 98 6e b5 39 | .n.9 | timestamp: 968191640 (2020-09-04T22:07:20Z) 0x1fd6-0x1fda (4) 0x1fd0| 50 aa 00 00 | P... | distance: 436 (43600) (m) 0x1fda-0x1fde (4) 0x1fd0| e8 03| ..| speed: 1 (1000) (m/s) 0x1fde-0x1fe0 (2) 0x1fe0|e0 |. | heart_rate: 224 (bpm) 0x1fe0-0x1fe1 (1) @@ -7464,7 +7464,7 @@ $ fq -d fit dv activity_dev.fit 0x1fe0| 00 | . | reserved: false 0x1fe7.3-0x1fe7.4 (0.1) 0x1fe0| 00 | . | local_message_type: 0 0x1fe7.4-0x1fe8 (0.4) | | | data_message{}: 0x1fe8-0x1ff9 (17) -0x1fe0| 99 6e b5 39 | .n.9 | timestamp: 968191641 (s) 0x1fe8-0x1fec (4) +0x1fe0| 99 6e b5 39 | .n.9 | timestamp: 968191641 (2020-09-04T22:07:21Z) 0x1fe8-0x1fec (4) 0x1fe0| b4 aa 00 00| ....| distance: 437 (43700) (m) 0x1fec-0x1ff0 (4) 0x1ff0|e8 03 |.. | speed: 1 (1000) (m/s) 0x1ff0-0x1ff2 (2) 0x1ff0| db | . | heart_rate: 219 (bpm) 0x1ff2-0x1ff3 (1) @@ -7480,7 +7480,7 @@ $ fq -d fit dv activity_dev.fit 0x1ff0| 00 | . | reserved: false 0x1ff9.3-0x1ff9.4 (0.1) 0x1ff0| 00 | . | local_message_type: 0 0x1ff9.4-0x1ffa (0.4) | | | data_message{}: 0x1ffa-0x200b (17) -0x1ff0| 9a 6e b5 39 | .n.9 | timestamp: 968191642 (s) 0x1ffa-0x1ffe (4) +0x1ff0| 9a 6e b5 39 | .n.9 | timestamp: 968191642 (2020-09-04T22:07:22Z) 0x1ffa-0x1ffe (4) 0x1ff0| 18 ab| ..| distance: 438 (43800) (m) 0x1ffe-0x2002 (4) 0x2000|00 00 |.. | 0x2000| e8 03 | .. | speed: 1 (1000) (m/s) 0x2002-0x2004 (2) @@ -7497,7 +7497,7 @@ $ fq -d fit dv activity_dev.fit 0x2000| 00 | . | reserved: false 0x200b.3-0x200b.4 (0.1) 0x2000| 00 | . | local_message_type: 0 0x200b.4-0x200c (0.4) | | | data_message{}: 0x200c-0x201d (17) -0x2000| 9b 6e b5 39| .n.9| timestamp: 968191643 (s) 0x200c-0x2010 (4) +0x2000| 9b 6e b5 39| .n.9| timestamp: 968191643 (2020-09-04T22:07:23Z) 0x200c-0x2010 (4) 0x2010|7c ab 00 00 ||... | distance: 439 (43900) (m) 0x2010-0x2014 (4) 0x2010| e8 03 | .. | speed: 1 (1000) (m/s) 0x2014-0x2016 (2) 0x2010| cf | . | heart_rate: 207 (bpm) 0x2016-0x2017 (1) @@ -7513,7 +7513,7 @@ $ fq -d fit dv activity_dev.fit 0x2010| 00 | . | reserved: false 0x201d.3-0x201d.4 (0.1) 0x2010| 00 | . | local_message_type: 0 0x201d.4-0x201e (0.4) | | | data_message{}: 0x201e-0x202f (17) -0x2010| 9c 6e| .n| timestamp: 968191644 (s) 0x201e-0x2022 (4) +0x2010| 9c 6e| .n| timestamp: 968191644 (2020-09-04T22:07:24Z) 0x201e-0x2022 (4) 0x2020|b5 39 |.9 | 0x2020| e0 ab 00 00 | .... | distance: 440 (44000) (m) 0x2022-0x2026 (4) 0x2020| e8 03 | .. | speed: 1 (1000) (m/s) 0x2026-0x2028 (2) @@ -7530,7 +7530,7 @@ $ fq -d fit dv activity_dev.fit 0x2020| 00| .| reserved: false 0x202f.3-0x202f.4 (0.1) 0x2020| 00| .| local_message_type: 0 0x202f.4-0x2030 (0.4) | | | data_message{}: 0x2030-0x2041 (17) -0x2030|9d 6e b5 39 |.n.9 | timestamp: 968191645 (s) 0x2030-0x2034 (4) +0x2030|9d 6e b5 39 |.n.9 | timestamp: 968191645 (2020-09-04T22:07:25Z) 0x2030-0x2034 (4) 0x2030| 44 ac 00 00 | D... | distance: 441 (44100) (m) 0x2034-0x2038 (4) 0x2030| e8 03 | .. | speed: 1 (1000) (m/s) 0x2038-0x203a (2) 0x2030| c3 | . | heart_rate: 195 (bpm) 0x203a-0x203b (1) @@ -7546,7 +7546,7 @@ $ fq -d fit dv activity_dev.fit 0x2040| 00 | . | reserved: false 0x2041.3-0x2041.4 (0.1) 0x2040| 00 | . | local_message_type: 0 0x2041.4-0x2042 (0.4) | | | data_message{}: 0x2042-0x2053 (17) -0x2040| 9e 6e b5 39 | .n.9 | timestamp: 968191646 (s) 0x2042-0x2046 (4) +0x2040| 9e 6e b5 39 | .n.9 | timestamp: 968191646 (2020-09-04T22:07:26Z) 0x2042-0x2046 (4) 0x2040| a8 ac 00 00 | .... | distance: 442 (44200) (m) 0x2046-0x204a (4) 0x2040| e8 03 | .. | speed: 1 (1000) (m/s) 0x204a-0x204c (2) 0x2040| bc | . | heart_rate: 188 (bpm) 0x204c-0x204d (1) @@ -7562,7 +7562,7 @@ $ fq -d fit dv activity_dev.fit 0x2050| 00 | . | reserved: false 0x2053.3-0x2053.4 (0.1) 0x2050| 00 | . | local_message_type: 0 0x2053.4-0x2054 (0.4) | | | data_message{}: 0x2054-0x2065 (17) -0x2050| 9f 6e b5 39 | .n.9 | timestamp: 968191647 (s) 0x2054-0x2058 (4) +0x2050| 9f 6e b5 39 | .n.9 | timestamp: 968191647 (2020-09-04T22:07:27Z) 0x2054-0x2058 (4) 0x2050| 0c ad 00 00 | .... | distance: 443 (44300) (m) 0x2058-0x205c (4) 0x2050| e8 03 | .. | speed: 1 (1000) (m/s) 0x205c-0x205e (2) 0x2050| b5 | . | heart_rate: 181 (bpm) 0x205e-0x205f (1) @@ -7578,7 +7578,7 @@ $ fq -d fit dv activity_dev.fit 0x2060| 00 | . | reserved: false 0x2065.3-0x2065.4 (0.1) 0x2060| 00 | . | local_message_type: 0 0x2065.4-0x2066 (0.4) | | | data_message{}: 0x2066-0x2077 (17) -0x2060| a0 6e b5 39 | .n.9 | timestamp: 968191648 (s) 0x2066-0x206a (4) +0x2060| a0 6e b5 39 | .n.9 | timestamp: 968191648 (2020-09-04T22:07:28Z) 0x2066-0x206a (4) 0x2060| 70 ad 00 00 | p... | distance: 444 (44400) (m) 0x206a-0x206e (4) 0x2060| e8 03| ..| speed: 1 (1000) (m/s) 0x206e-0x2070 (2) 0x2070|ad |. | heart_rate: 173 (bpm) 0x2070-0x2071 (1) @@ -7594,7 +7594,7 @@ $ fq -d fit dv activity_dev.fit 0x2070| 00 | . | reserved: false 0x2077.3-0x2077.4 (0.1) 0x2070| 00 | . | local_message_type: 0 0x2077.4-0x2078 (0.4) | | | data_message{}: 0x2078-0x2089 (17) -0x2070| a1 6e b5 39 | .n.9 | timestamp: 968191649 (s) 0x2078-0x207c (4) +0x2070| a1 6e b5 39 | .n.9 | timestamp: 968191649 (2020-09-04T22:07:29Z) 0x2078-0x207c (4) 0x2070| d4 ad 00 00| ....| distance: 445 (44500) (m) 0x207c-0x2080 (4) 0x2080|e8 03 |.. | speed: 1 (1000) (m/s) 0x2080-0x2082 (2) 0x2080| a6 | . | heart_rate: 166 (bpm) 0x2082-0x2083 (1) @@ -7610,7 +7610,7 @@ $ fq -d fit dv activity_dev.fit 0x2080| 00 | . | reserved: false 0x2089.3-0x2089.4 (0.1) 0x2080| 00 | . | local_message_type: 0 0x2089.4-0x208a (0.4) | | | data_message{}: 0x208a-0x209b (17) -0x2080| a2 6e b5 39 | .n.9 | timestamp: 968191650 (s) 0x208a-0x208e (4) +0x2080| a2 6e b5 39 | .n.9 | timestamp: 968191650 (2020-09-04T22:07:30Z) 0x208a-0x208e (4) 0x2080| 38 ae| 8.| distance: 446 (44600) (m) 0x208e-0x2092 (4) 0x2090|00 00 |.. | 0x2090| e8 03 | .. | speed: 1 (1000) (m/s) 0x2092-0x2094 (2) @@ -7627,7 +7627,7 @@ $ fq -d fit dv activity_dev.fit 0x2090| 00 | . | reserved: false 0x209b.3-0x209b.4 (0.1) 0x2090| 00 | . | local_message_type: 0 0x209b.4-0x209c (0.4) | | | data_message{}: 0x209c-0x20ad (17) -0x2090| a3 6e b5 39| .n.9| timestamp: 968191651 (s) 0x209c-0x20a0 (4) +0x2090| a3 6e b5 39| .n.9| timestamp: 968191651 (2020-09-04T22:07:31Z) 0x209c-0x20a0 (4) 0x20a0|9c ae 00 00 |.... | distance: 447 (44700) (m) 0x20a0-0x20a4 (4) 0x20a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x20a4-0x20a6 (2) 0x20a0| 96 | . | heart_rate: 150 (bpm) 0x20a6-0x20a7 (1) @@ -7643,7 +7643,7 @@ $ fq -d fit dv activity_dev.fit 0x20a0| 00 | . | reserved: false 0x20ad.3-0x20ad.4 (0.1) 0x20a0| 00 | . | local_message_type: 0 0x20ad.4-0x20ae (0.4) | | | data_message{}: 0x20ae-0x20bf (17) -0x20a0| a4 6e| .n| timestamp: 968191652 (s) 0x20ae-0x20b2 (4) +0x20a0| a4 6e| .n| timestamp: 968191652 (2020-09-04T22:07:32Z) 0x20ae-0x20b2 (4) 0x20b0|b5 39 |.9 | 0x20b0| 00 af 00 00 | .... | distance: 448 (44800) (m) 0x20b2-0x20b6 (4) 0x20b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x20b6-0x20b8 (2) @@ -7660,7 +7660,7 @@ $ fq -d fit dv activity_dev.fit 0x20b0| 00| .| reserved: false 0x20bf.3-0x20bf.4 (0.1) 0x20b0| 00| .| local_message_type: 0 0x20bf.4-0x20c0 (0.4) | | | data_message{}: 0x20c0-0x20d1 (17) -0x20c0|a5 6e b5 39 |.n.9 | timestamp: 968191653 (s) 0x20c0-0x20c4 (4) +0x20c0|a5 6e b5 39 |.n.9 | timestamp: 968191653 (2020-09-04T22:07:33Z) 0x20c0-0x20c4 (4) 0x20c0| 64 af 00 00 | d... | distance: 449 (44900) (m) 0x20c4-0x20c8 (4) 0x20c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x20c8-0x20ca (2) 0x20c0| 86 | . | heart_rate: 134 (bpm) 0x20ca-0x20cb (1) @@ -7676,7 +7676,7 @@ $ fq -d fit dv activity_dev.fit 0x20d0| 00 | . | reserved: false 0x20d1.3-0x20d1.4 (0.1) 0x20d0| 00 | . | local_message_type: 0 0x20d1.4-0x20d2 (0.4) | | | data_message{}: 0x20d2-0x20e3 (17) -0x20d0| a6 6e b5 39 | .n.9 | timestamp: 968191654 (s) 0x20d2-0x20d6 (4) +0x20d0| a6 6e b5 39 | .n.9 | timestamp: 968191654 (2020-09-04T22:07:34Z) 0x20d2-0x20d6 (4) 0x20d0| c8 af 00 00 | .... | distance: 450 (45000) (m) 0x20d6-0x20da (4) 0x20d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x20da-0x20dc (2) 0x20d0| 7f | . | heart_rate: 127 (bpm) 0x20dc-0x20dd (1) @@ -7692,7 +7692,7 @@ $ fq -d fit dv activity_dev.fit 0x20e0| 00 | . | reserved: false 0x20e3.3-0x20e3.4 (0.1) 0x20e0| 00 | . | local_message_type: 0 0x20e3.4-0x20e4 (0.4) | | | data_message{}: 0x20e4-0x20f5 (17) -0x20e0| a7 6e b5 39 | .n.9 | timestamp: 968191655 (s) 0x20e4-0x20e8 (4) +0x20e0| a7 6e b5 39 | .n.9 | timestamp: 968191655 (2020-09-04T22:07:35Z) 0x20e4-0x20e8 (4) 0x20e0| 2c b0 00 00 | ,... | distance: 451 (45100) (m) 0x20e8-0x20ec (4) 0x20e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x20ec-0x20ee (2) 0x20e0| 77 | w | heart_rate: 119 (bpm) 0x20ee-0x20ef (1) @@ -7708,7 +7708,7 @@ $ fq -d fit dv activity_dev.fit 0x20f0| 00 | . | reserved: false 0x20f5.3-0x20f5.4 (0.1) 0x20f0| 00 | . | local_message_type: 0 0x20f5.4-0x20f6 (0.4) | | | data_message{}: 0x20f6-0x2107 (17) -0x20f0| a8 6e b5 39 | .n.9 | timestamp: 968191656 (s) 0x20f6-0x20fa (4) +0x20f0| a8 6e b5 39 | .n.9 | timestamp: 968191656 (2020-09-04T22:07:36Z) 0x20f6-0x20fa (4) 0x20f0| 90 b0 00 00 | .... | distance: 452 (45200) (m) 0x20fa-0x20fe (4) 0x20f0| e8 03| ..| speed: 1 (1000) (m/s) 0x20fe-0x2100 (2) 0x2100|6f |o | heart_rate: 111 (bpm) 0x2100-0x2101 (1) @@ -7724,7 +7724,7 @@ $ fq -d fit dv activity_dev.fit 0x2100| 00 | . | reserved: false 0x2107.3-0x2107.4 (0.1) 0x2100| 00 | . | local_message_type: 0 0x2107.4-0x2108 (0.4) | | | data_message{}: 0x2108-0x2119 (17) -0x2100| a9 6e b5 39 | .n.9 | timestamp: 968191657 (s) 0x2108-0x210c (4) +0x2100| a9 6e b5 39 | .n.9 | timestamp: 968191657 (2020-09-04T22:07:37Z) 0x2108-0x210c (4) 0x2100| f4 b0 00 00| ....| distance: 453 (45300) (m) 0x210c-0x2110 (4) 0x2110|e8 03 |.. | speed: 1 (1000) (m/s) 0x2110-0x2112 (2) 0x2110| 67 | g | heart_rate: 103 (bpm) 0x2112-0x2113 (1) @@ -7740,7 +7740,7 @@ $ fq -d fit dv activity_dev.fit 0x2110| 00 | . | reserved: false 0x2119.3-0x2119.4 (0.1) 0x2110| 00 | . | local_message_type: 0 0x2119.4-0x211a (0.4) | | | data_message{}: 0x211a-0x212b (17) -0x2110| aa 6e b5 39 | .n.9 | timestamp: 968191658 (s) 0x211a-0x211e (4) +0x2110| aa 6e b5 39 | .n.9 | timestamp: 968191658 (2020-09-04T22:07:38Z) 0x211a-0x211e (4) 0x2110| 58 b1| X.| distance: 454 (45400) (m) 0x211e-0x2122 (4) 0x2120|00 00 |.. | 0x2120| e8 03 | .. | speed: 1 (1000) (m/s) 0x2122-0x2124 (2) @@ -7757,7 +7757,7 @@ $ fq -d fit dv activity_dev.fit 0x2120| 00 | . | reserved: false 0x212b.3-0x212b.4 (0.1) 0x2120| 00 | . | local_message_type: 0 0x212b.4-0x212c (0.4) | | | data_message{}: 0x212c-0x213d (17) -0x2120| ab 6e b5 39| .n.9| timestamp: 968191659 (s) 0x212c-0x2130 (4) +0x2120| ab 6e b5 39| .n.9| timestamp: 968191659 (2020-09-04T22:07:39Z) 0x212c-0x2130 (4) 0x2130|bc b1 00 00 |.... | distance: 455 (45500) (m) 0x2130-0x2134 (4) 0x2130| e8 03 | .. | speed: 1 (1000) (m/s) 0x2134-0x2136 (2) 0x2130| 57 | W | heart_rate: 87 (bpm) 0x2136-0x2137 (1) @@ -7773,7 +7773,7 @@ $ fq -d fit dv activity_dev.fit 0x2130| 00 | . | reserved: false 0x213d.3-0x213d.4 (0.1) 0x2130| 00 | . | local_message_type: 0 0x213d.4-0x213e (0.4) | | | data_message{}: 0x213e-0x214f (17) -0x2130| ac 6e| .n| timestamp: 968191660 (s) 0x213e-0x2142 (4) +0x2130| ac 6e| .n| timestamp: 968191660 (2020-09-04T22:07:40Z) 0x213e-0x2142 (4) 0x2140|b5 39 |.9 | 0x2140| 20 b2 00 00 | ... | distance: 456 (45600) (m) 0x2142-0x2146 (4) 0x2140| e8 03 | .. | speed: 1 (1000) (m/s) 0x2146-0x2148 (2) @@ -7790,7 +7790,7 @@ $ fq -d fit dv activity_dev.fit 0x2140| 00| .| reserved: false 0x214f.3-0x214f.4 (0.1) 0x2140| 00| .| local_message_type: 0 0x214f.4-0x2150 (0.4) | | | data_message{}: 0x2150-0x2161 (17) -0x2150|ad 6e b5 39 |.n.9 | timestamp: 968191661 (s) 0x2150-0x2154 (4) +0x2150|ad 6e b5 39 |.n.9 | timestamp: 968191661 (2020-09-04T22:07:41Z) 0x2150-0x2154 (4) 0x2150| 84 b2 00 00 | .... | distance: 457 (45700) (m) 0x2154-0x2158 (4) 0x2150| e8 03 | .. | speed: 1 (1000) (m/s) 0x2158-0x215a (2) 0x2150| 48 | H | heart_rate: 72 (bpm) 0x215a-0x215b (1) @@ -7806,7 +7806,7 @@ $ fq -d fit dv activity_dev.fit 0x2160| 00 | . | reserved: false 0x2161.3-0x2161.4 (0.1) 0x2160| 00 | . | local_message_type: 0 0x2161.4-0x2162 (0.4) | | | data_message{}: 0x2162-0x2173 (17) -0x2160| ae 6e b5 39 | .n.9 | timestamp: 968191662 (s) 0x2162-0x2166 (4) +0x2160| ae 6e b5 39 | .n.9 | timestamp: 968191662 (2020-09-04T22:07:42Z) 0x2162-0x2166 (4) 0x2160| e8 b2 00 00 | .... | distance: 458 (45800) (m) 0x2166-0x216a (4) 0x2160| e8 03 | .. | speed: 1 (1000) (m/s) 0x216a-0x216c (2) 0x2160| 41 | A | heart_rate: 65 (bpm) 0x216c-0x216d (1) @@ -7822,7 +7822,7 @@ $ fq -d fit dv activity_dev.fit 0x2170| 00 | . | reserved: false 0x2173.3-0x2173.4 (0.1) 0x2170| 00 | . | local_message_type: 0 0x2173.4-0x2174 (0.4) | | | data_message{}: 0x2174-0x2185 (17) -0x2170| af 6e b5 39 | .n.9 | timestamp: 968191663 (s) 0x2174-0x2178 (4) +0x2170| af 6e b5 39 | .n.9 | timestamp: 968191663 (2020-09-04T22:07:43Z) 0x2174-0x2178 (4) 0x2170| 4c b3 00 00 | L... | distance: 459 (45900) (m) 0x2178-0x217c (4) 0x2170| e8 03 | .. | speed: 1 (1000) (m/s) 0x217c-0x217e (2) 0x2170| 3a | : | heart_rate: 58 (bpm) 0x217e-0x217f (1) @@ -7838,7 +7838,7 @@ $ fq -d fit dv activity_dev.fit 0x2180| 00 | . | reserved: false 0x2185.3-0x2185.4 (0.1) 0x2180| 00 | . | local_message_type: 0 0x2185.4-0x2186 (0.4) | | | data_message{}: 0x2186-0x2197 (17) -0x2180| b0 6e b5 39 | .n.9 | timestamp: 968191664 (s) 0x2186-0x218a (4) +0x2180| b0 6e b5 39 | .n.9 | timestamp: 968191664 (2020-09-04T22:07:44Z) 0x2186-0x218a (4) 0x2180| b0 b3 00 00 | .... | distance: 460 (46000) (m) 0x218a-0x218e (4) 0x2180| e8 03| ..| speed: 1 (1000) (m/s) 0x218e-0x2190 (2) 0x2190|34 |4 | heart_rate: 52 (bpm) 0x2190-0x2191 (1) @@ -7854,7 +7854,7 @@ $ fq -d fit dv activity_dev.fit 0x2190| 00 | . | reserved: false 0x2197.3-0x2197.4 (0.1) 0x2190| 00 | . | local_message_type: 0 0x2197.4-0x2198 (0.4) | | | data_message{}: 0x2198-0x21a9 (17) -0x2190| b1 6e b5 39 | .n.9 | timestamp: 968191665 (s) 0x2198-0x219c (4) +0x2190| b1 6e b5 39 | .n.9 | timestamp: 968191665 (2020-09-04T22:07:45Z) 0x2198-0x219c (4) 0x2190| 14 b4 00 00| ....| distance: 461 (46100) (m) 0x219c-0x21a0 (4) 0x21a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x21a0-0x21a2 (2) 0x21a0| 2e | . | heart_rate: 46 (bpm) 0x21a2-0x21a3 (1) @@ -7870,7 +7870,7 @@ $ fq -d fit dv activity_dev.fit 0x21a0| 00 | . | reserved: false 0x21a9.3-0x21a9.4 (0.1) 0x21a0| 00 | . | local_message_type: 0 0x21a9.4-0x21aa (0.4) | | | data_message{}: 0x21aa-0x21bb (17) -0x21a0| b2 6e b5 39 | .n.9 | timestamp: 968191666 (s) 0x21aa-0x21ae (4) +0x21a0| b2 6e b5 39 | .n.9 | timestamp: 968191666 (2020-09-04T22:07:46Z) 0x21aa-0x21ae (4) 0x21a0| 78 b4| x.| distance: 462 (46200) (m) 0x21ae-0x21b2 (4) 0x21b0|00 00 |.. | 0x21b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x21b2-0x21b4 (2) @@ -7887,7 +7887,7 @@ $ fq -d fit dv activity_dev.fit 0x21b0| 00 | . | reserved: false 0x21bb.3-0x21bb.4 (0.1) 0x21b0| 00 | . | local_message_type: 0 0x21bb.4-0x21bc (0.4) | | | data_message{}: 0x21bc-0x21cd (17) -0x21b0| b3 6e b5 39| .n.9| timestamp: 968191667 (s) 0x21bc-0x21c0 (4) +0x21b0| b3 6e b5 39| .n.9| timestamp: 968191667 (2020-09-04T22:07:47Z) 0x21bc-0x21c0 (4) 0x21c0|dc b4 00 00 |.... | distance: 463 (46300) (m) 0x21c0-0x21c4 (4) 0x21c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x21c4-0x21c6 (2) 0x21c0| 22 | " | heart_rate: 34 (bpm) 0x21c6-0x21c7 (1) @@ -7903,7 +7903,7 @@ $ fq -d fit dv activity_dev.fit 0x21c0| 00 | . | reserved: false 0x21cd.3-0x21cd.4 (0.1) 0x21c0| 00 | . | local_message_type: 0 0x21cd.4-0x21ce (0.4) | | | data_message{}: 0x21ce-0x21df (17) -0x21c0| b4 6e| .n| timestamp: 968191668 (s) 0x21ce-0x21d2 (4) +0x21c0| b4 6e| .n| timestamp: 968191668 (2020-09-04T22:07:48Z) 0x21ce-0x21d2 (4) 0x21d0|b5 39 |.9 | 0x21d0| 40 b5 00 00 | @... | distance: 464 (46400) (m) 0x21d2-0x21d6 (4) 0x21d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x21d6-0x21d8 (2) @@ -7920,7 +7920,7 @@ $ fq -d fit dv activity_dev.fit 0x21d0| 00| .| reserved: false 0x21df.3-0x21df.4 (0.1) 0x21d0| 00| .| local_message_type: 0 0x21df.4-0x21e0 (0.4) | | | data_message{}: 0x21e0-0x21f1 (17) -0x21e0|b5 6e b5 39 |.n.9 | timestamp: 968191669 (s) 0x21e0-0x21e4 (4) +0x21e0|b5 6e b5 39 |.n.9 | timestamp: 968191669 (2020-09-04T22:07:49Z) 0x21e0-0x21e4 (4) 0x21e0| a4 b5 00 00 | .... | distance: 465 (46500) (m) 0x21e4-0x21e8 (4) 0x21e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x21e8-0x21ea (2) 0x21e0| 18 | . | heart_rate: 24 (bpm) 0x21ea-0x21eb (1) @@ -7936,7 +7936,7 @@ $ fq -d fit dv activity_dev.fit 0x21f0| 00 | . | reserved: false 0x21f1.3-0x21f1.4 (0.1) 0x21f0| 00 | . | local_message_type: 0 0x21f1.4-0x21f2 (0.4) | | | data_message{}: 0x21f2-0x2203 (17) -0x21f0| b6 6e b5 39 | .n.9 | timestamp: 968191670 (s) 0x21f2-0x21f6 (4) +0x21f0| b6 6e b5 39 | .n.9 | timestamp: 968191670 (2020-09-04T22:07:50Z) 0x21f2-0x21f6 (4) 0x21f0| 08 b6 00 00 | .... | distance: 466 (46600) (m) 0x21f6-0x21fa (4) 0x21f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x21fa-0x21fc (2) 0x21f0| 13 | . | heart_rate: 19 (bpm) 0x21fc-0x21fd (1) @@ -7952,7 +7952,7 @@ $ fq -d fit dv activity_dev.fit 0x2200| 00 | . | reserved: false 0x2203.3-0x2203.4 (0.1) 0x2200| 00 | . | local_message_type: 0 0x2203.4-0x2204 (0.4) | | | data_message{}: 0x2204-0x2215 (17) -0x2200| b7 6e b5 39 | .n.9 | timestamp: 968191671 (s) 0x2204-0x2208 (4) +0x2200| b7 6e b5 39 | .n.9 | timestamp: 968191671 (2020-09-04T22:07:51Z) 0x2204-0x2208 (4) 0x2200| 6c b6 00 00 | l... | distance: 467 (46700) (m) 0x2208-0x220c (4) 0x2200| e8 03 | .. | speed: 1 (1000) (m/s) 0x220c-0x220e (2) 0x2200| 0f | . | heart_rate: 15 (bpm) 0x220e-0x220f (1) @@ -7968,7 +7968,7 @@ $ fq -d fit dv activity_dev.fit 0x2210| 00 | . | reserved: false 0x2215.3-0x2215.4 (0.1) 0x2210| 00 | . | local_message_type: 0 0x2215.4-0x2216 (0.4) | | | data_message{}: 0x2216-0x2227 (17) -0x2210| b8 6e b5 39 | .n.9 | timestamp: 968191672 (s) 0x2216-0x221a (4) +0x2210| b8 6e b5 39 | .n.9 | timestamp: 968191672 (2020-09-04T22:07:52Z) 0x2216-0x221a (4) 0x2210| d0 b6 00 00 | .... | distance: 468 (46800) (m) 0x221a-0x221e (4) 0x2210| e8 03| ..| speed: 1 (1000) (m/s) 0x221e-0x2220 (2) 0x2220|0c |. | heart_rate: 12 (bpm) 0x2220-0x2221 (1) @@ -7984,7 +7984,7 @@ $ fq -d fit dv activity_dev.fit 0x2220| 00 | . | reserved: false 0x2227.3-0x2227.4 (0.1) 0x2220| 00 | . | local_message_type: 0 0x2227.4-0x2228 (0.4) | | | data_message{}: 0x2228-0x2239 (17) -0x2220| b9 6e b5 39 | .n.9 | timestamp: 968191673 (s) 0x2228-0x222c (4) +0x2220| b9 6e b5 39 | .n.9 | timestamp: 968191673 (2020-09-04T22:07:53Z) 0x2228-0x222c (4) 0x2220| 34 b7 00 00| 4...| distance: 469 (46900) (m) 0x222c-0x2230 (4) 0x2230|e8 03 |.. | speed: 1 (1000) (m/s) 0x2230-0x2232 (2) 0x2230| 08 | . | heart_rate: 8 (bpm) 0x2232-0x2233 (1) @@ -8000,7 +8000,7 @@ $ fq -d fit dv activity_dev.fit 0x2230| 00 | . | reserved: false 0x2239.3-0x2239.4 (0.1) 0x2230| 00 | . | local_message_type: 0 0x2239.4-0x223a (0.4) | | | data_message{}: 0x223a-0x224b (17) -0x2230| ba 6e b5 39 | .n.9 | timestamp: 968191674 (s) 0x223a-0x223e (4) +0x2230| ba 6e b5 39 | .n.9 | timestamp: 968191674 (2020-09-04T22:07:54Z) 0x223a-0x223e (4) 0x2230| 98 b7| ..| distance: 470 (47000) (m) 0x223e-0x2242 (4) 0x2240|00 00 |.. | 0x2240| e8 03 | .. | speed: 1 (1000) (m/s) 0x2242-0x2244 (2) @@ -8017,7 +8017,7 @@ $ fq -d fit dv activity_dev.fit 0x2240| 00 | . | reserved: false 0x224b.3-0x224b.4 (0.1) 0x2240| 00 | . | local_message_type: 0 0x224b.4-0x224c (0.4) | | | data_message{}: 0x224c-0x225d (17) -0x2240| bb 6e b5 39| .n.9| timestamp: 968191675 (s) 0x224c-0x2250 (4) +0x2240| bb 6e b5 39| .n.9| timestamp: 968191675 (2020-09-04T22:07:55Z) 0x224c-0x2250 (4) 0x2250|fc b7 00 00 |.... | distance: 471 (47100) (m) 0x2250-0x2254 (4) 0x2250| e8 03 | .. | speed: 1 (1000) (m/s) 0x2254-0x2256 (2) 0x2250| 03 | . | heart_rate: 3 (bpm) 0x2256-0x2257 (1) @@ -8033,7 +8033,7 @@ $ fq -d fit dv activity_dev.fit 0x2250| 00 | . | reserved: false 0x225d.3-0x225d.4 (0.1) 0x2250| 00 | . | local_message_type: 0 0x225d.4-0x225e (0.4) | | | data_message{}: 0x225e-0x226f (17) -0x2250| bc 6e| .n| timestamp: 968191676 (s) 0x225e-0x2262 (4) +0x2250| bc 6e| .n| timestamp: 968191676 (2020-09-04T22:07:56Z) 0x225e-0x2262 (4) 0x2260|b5 39 |.9 | 0x2260| 60 b8 00 00 | `... | distance: 472 (47200) (m) 0x2262-0x2266 (4) 0x2260| e8 03 | .. | speed: 1 (1000) (m/s) 0x2266-0x2268 (2) @@ -8050,7 +8050,7 @@ $ fq -d fit dv activity_dev.fit 0x2260| 00| .| reserved: false 0x226f.3-0x226f.4 (0.1) 0x2260| 00| .| local_message_type: 0 0x226f.4-0x2270 (0.4) | | | data_message{}: 0x2270-0x2281 (17) -0x2270|bd 6e b5 39 |.n.9 | timestamp: 968191677 (s) 0x2270-0x2274 (4) +0x2270|bd 6e b5 39 |.n.9 | timestamp: 968191677 (2020-09-04T22:07:57Z) 0x2270-0x2274 (4) 0x2270| c4 b8 00 00 | .... | distance: 473 (47300) (m) 0x2274-0x2278 (4) 0x2270| e8 03 | .. | speed: 1 (1000) (m/s) 0x2278-0x227a (2) 0x2270| 01 | . | heart_rate: 1 (bpm) 0x227a-0x227b (1) @@ -8066,7 +8066,7 @@ $ fq -d fit dv activity_dev.fit 0x2280| 00 | . | reserved: false 0x2281.3-0x2281.4 (0.1) 0x2280| 00 | . | local_message_type: 0 0x2281.4-0x2282 (0.4) | | | data_message{}: 0x2282-0x2293 (17) -0x2280| be 6e b5 39 | .n.9 | timestamp: 968191678 (s) 0x2282-0x2286 (4) +0x2280| be 6e b5 39 | .n.9 | timestamp: 968191678 (2020-09-04T22:07:58Z) 0x2282-0x2286 (4) 0x2280| 28 b9 00 00 | (... | distance: 474 (47400) (m) 0x2286-0x228a (4) 0x2280| e8 03 | .. | speed: 1 (1000) (m/s) 0x228a-0x228c (2) 0x2280| 00 | . | heart_rate: 0 (bpm) 0x228c-0x228d (1) @@ -8082,7 +8082,7 @@ $ fq -d fit dv activity_dev.fit 0x2290| 00 | . | reserved: false 0x2293.3-0x2293.4 (0.1) 0x2290| 00 | . | local_message_type: 0 0x2293.4-0x2294 (0.4) | | | data_message{}: 0x2294-0x22a5 (17) -0x2290| bf 6e b5 39 | .n.9 | timestamp: 968191679 (s) 0x2294-0x2298 (4) +0x2290| bf 6e b5 39 | .n.9 | timestamp: 968191679 (2020-09-04T22:07:59Z) 0x2294-0x2298 (4) 0x2290| 8c b9 00 00 | .... | distance: 475 (47500) (m) 0x2298-0x229c (4) 0x2290| e8 03 | .. | speed: 1 (1000) (m/s) 0x229c-0x229e (2) 0x2290| 00 | . | heart_rate: 0 (bpm) 0x229e-0x229f (1) @@ -8098,7 +8098,7 @@ $ fq -d fit dv activity_dev.fit 0x22a0| 00 | . | reserved: false 0x22a5.3-0x22a5.4 (0.1) 0x22a0| 00 | . | local_message_type: 0 0x22a5.4-0x22a6 (0.4) | | | data_message{}: 0x22a6-0x22b7 (17) -0x22a0| c0 6e b5 39 | .n.9 | timestamp: 968191680 (s) 0x22a6-0x22aa (4) +0x22a0| c0 6e b5 39 | .n.9 | timestamp: 968191680 (2020-09-04T22:08:00Z) 0x22a6-0x22aa (4) 0x22a0| f0 b9 00 00 | .... | distance: 476 (47600) (m) 0x22aa-0x22ae (4) 0x22a0| e8 03| ..| speed: 1 (1000) (m/s) 0x22ae-0x22b0 (2) 0x22b0|00 |. | heart_rate: 0 (bpm) 0x22b0-0x22b1 (1) @@ -8114,7 +8114,7 @@ $ fq -d fit dv activity_dev.fit 0x22b0| 00 | . | reserved: false 0x22b7.3-0x22b7.4 (0.1) 0x22b0| 00 | . | local_message_type: 0 0x22b7.4-0x22b8 (0.4) | | | data_message{}: 0x22b8-0x22c9 (17) -0x22b0| c1 6e b5 39 | .n.9 | timestamp: 968191681 (s) 0x22b8-0x22bc (4) +0x22b0| c1 6e b5 39 | .n.9 | timestamp: 968191681 (2020-09-04T22:08:01Z) 0x22b8-0x22bc (4) 0x22b0| 54 ba 00 00| T...| distance: 477 (47700) (m) 0x22bc-0x22c0 (4) 0x22c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x22c0-0x22c2 (2) 0x22c0| 01 | . | heart_rate: 1 (bpm) 0x22c2-0x22c3 (1) @@ -8130,7 +8130,7 @@ $ fq -d fit dv activity_dev.fit 0x22c0| 00 | . | reserved: false 0x22c9.3-0x22c9.4 (0.1) 0x22c0| 00 | . | local_message_type: 0 0x22c9.4-0x22ca (0.4) | | | data_message{}: 0x22ca-0x22db (17) -0x22c0| c2 6e b5 39 | .n.9 | timestamp: 968191682 (s) 0x22ca-0x22ce (4) +0x22c0| c2 6e b5 39 | .n.9 | timestamp: 968191682 (2020-09-04T22:08:02Z) 0x22ca-0x22ce (4) 0x22c0| b8 ba| ..| distance: 478 (47800) (m) 0x22ce-0x22d2 (4) 0x22d0|00 00 |.. | 0x22d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x22d2-0x22d4 (2) @@ -8147,7 +8147,7 @@ $ fq -d fit dv activity_dev.fit 0x22d0| 00 | . | reserved: false 0x22db.3-0x22db.4 (0.1) 0x22d0| 00 | . | local_message_type: 0 0x22db.4-0x22dc (0.4) | | | data_message{}: 0x22dc-0x22ed (17) -0x22d0| c3 6e b5 39| .n.9| timestamp: 968191683 (s) 0x22dc-0x22e0 (4) +0x22d0| c3 6e b5 39| .n.9| timestamp: 968191683 (2020-09-04T22:08:03Z) 0x22dc-0x22e0 (4) 0x22e0|1c bb 00 00 |.... | distance: 479 (47900) (m) 0x22e0-0x22e4 (4) 0x22e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x22e4-0x22e6 (2) 0x22e0| 03 | . | heart_rate: 3 (bpm) 0x22e6-0x22e7 (1) @@ -8163,7 +8163,7 @@ $ fq -d fit dv activity_dev.fit 0x22e0| 00 | . | reserved: false 0x22ed.3-0x22ed.4 (0.1) 0x22e0| 00 | . | local_message_type: 0 0x22ed.4-0x22ee (0.4) | | | data_message{}: 0x22ee-0x22ff (17) -0x22e0| c4 6e| .n| timestamp: 968191684 (s) 0x22ee-0x22f2 (4) +0x22e0| c4 6e| .n| timestamp: 968191684 (2020-09-04T22:08:04Z) 0x22ee-0x22f2 (4) 0x22f0|b5 39 |.9 | 0x22f0| 80 bb 00 00 | .... | distance: 480 (48000) (m) 0x22f2-0x22f6 (4) 0x22f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x22f6-0x22f8 (2) @@ -8180,7 +8180,7 @@ $ fq -d fit dv activity_dev.fit 0x22f0| 00| .| reserved: false 0x22ff.3-0x22ff.4 (0.1) 0x22f0| 00| .| local_message_type: 0 0x22ff.4-0x2300 (0.4) | | | data_message{}: 0x2300-0x2311 (17) -0x2300|c5 6e b5 39 |.n.9 | timestamp: 968191685 (s) 0x2300-0x2304 (4) +0x2300|c5 6e b5 39 |.n.9 | timestamp: 968191685 (2020-09-04T22:08:05Z) 0x2300-0x2304 (4) 0x2300| e4 bb 00 00 | .... | distance: 481 (48100) (m) 0x2304-0x2308 (4) 0x2300| e8 03 | .. | speed: 1 (1000) (m/s) 0x2308-0x230a (2) 0x2300| 08 | . | heart_rate: 8 (bpm) 0x230a-0x230b (1) @@ -8196,7 +8196,7 @@ $ fq -d fit dv activity_dev.fit 0x2310| 00 | . | reserved: false 0x2311.3-0x2311.4 (0.1) 0x2310| 00 | . | local_message_type: 0 0x2311.4-0x2312 (0.4) | | | data_message{}: 0x2312-0x2323 (17) -0x2310| c6 6e b5 39 | .n.9 | timestamp: 968191686 (s) 0x2312-0x2316 (4) +0x2310| c6 6e b5 39 | .n.9 | timestamp: 968191686 (2020-09-04T22:08:06Z) 0x2312-0x2316 (4) 0x2310| 48 bc 00 00 | H... | distance: 482 (48200) (m) 0x2316-0x231a (4) 0x2310| e8 03 | .. | speed: 1 (1000) (m/s) 0x231a-0x231c (2) 0x2310| 0c | . | heart_rate: 12 (bpm) 0x231c-0x231d (1) @@ -8212,7 +8212,7 @@ $ fq -d fit dv activity_dev.fit 0x2320| 00 | . | reserved: false 0x2323.3-0x2323.4 (0.1) 0x2320| 00 | . | local_message_type: 0 0x2323.4-0x2324 (0.4) | | | data_message{}: 0x2324-0x2335 (17) -0x2320| c7 6e b5 39 | .n.9 | timestamp: 968191687 (s) 0x2324-0x2328 (4) +0x2320| c7 6e b5 39 | .n.9 | timestamp: 968191687 (2020-09-04T22:08:07Z) 0x2324-0x2328 (4) 0x2320| ac bc 00 00 | .... | distance: 483 (48300) (m) 0x2328-0x232c (4) 0x2320| e8 03 | .. | speed: 1 (1000) (m/s) 0x232c-0x232e (2) 0x2320| 0f | . | heart_rate: 15 (bpm) 0x232e-0x232f (1) @@ -8228,7 +8228,7 @@ $ fq -d fit dv activity_dev.fit 0x2330| 00 | . | reserved: false 0x2335.3-0x2335.4 (0.1) 0x2330| 00 | . | local_message_type: 0 0x2335.4-0x2336 (0.4) | | | data_message{}: 0x2336-0x2347 (17) -0x2330| c8 6e b5 39 | .n.9 | timestamp: 968191688 (s) 0x2336-0x233a (4) +0x2330| c8 6e b5 39 | .n.9 | timestamp: 968191688 (2020-09-04T22:08:08Z) 0x2336-0x233a (4) 0x2330| 10 bd 00 00 | .... | distance: 484 (48400) (m) 0x233a-0x233e (4) 0x2330| e8 03| ..| speed: 1 (1000) (m/s) 0x233e-0x2340 (2) 0x2340|13 |. | heart_rate: 19 (bpm) 0x2340-0x2341 (1) @@ -8244,7 +8244,7 @@ $ fq -d fit dv activity_dev.fit 0x2340| 00 | . | reserved: false 0x2347.3-0x2347.4 (0.1) 0x2340| 00 | . | local_message_type: 0 0x2347.4-0x2348 (0.4) | | | data_message{}: 0x2348-0x2359 (17) -0x2340| c9 6e b5 39 | .n.9 | timestamp: 968191689 (s) 0x2348-0x234c (4) +0x2340| c9 6e b5 39 | .n.9 | timestamp: 968191689 (2020-09-04T22:08:09Z) 0x2348-0x234c (4) 0x2340| 74 bd 00 00| t...| distance: 485 (48500) (m) 0x234c-0x2350 (4) 0x2350|e8 03 |.. | speed: 1 (1000) (m/s) 0x2350-0x2352 (2) 0x2350| 18 | . | heart_rate: 24 (bpm) 0x2352-0x2353 (1) @@ -8260,7 +8260,7 @@ $ fq -d fit dv activity_dev.fit 0x2350| 00 | . | reserved: false 0x2359.3-0x2359.4 (0.1) 0x2350| 00 | . | local_message_type: 0 0x2359.4-0x235a (0.4) | | | data_message{}: 0x235a-0x236b (17) -0x2350| ca 6e b5 39 | .n.9 | timestamp: 968191690 (s) 0x235a-0x235e (4) +0x2350| ca 6e b5 39 | .n.9 | timestamp: 968191690 (2020-09-04T22:08:10Z) 0x235a-0x235e (4) 0x2350| d8 bd| ..| distance: 486 (48600) (m) 0x235e-0x2362 (4) 0x2360|00 00 |.. | 0x2360| e8 03 | .. | speed: 1 (1000) (m/s) 0x2362-0x2364 (2) @@ -8277,7 +8277,7 @@ $ fq -d fit dv activity_dev.fit 0x2360| 00 | . | reserved: false 0x236b.3-0x236b.4 (0.1) 0x2360| 00 | . | local_message_type: 0 0x236b.4-0x236c (0.4) | | | data_message{}: 0x236c-0x237d (17) -0x2360| cb 6e b5 39| .n.9| timestamp: 968191691 (s) 0x236c-0x2370 (4) +0x2360| cb 6e b5 39| .n.9| timestamp: 968191691 (2020-09-04T22:08:11Z) 0x236c-0x2370 (4) 0x2370|3c be 00 00 |<... | distance: 487 (48700) (m) 0x2370-0x2374 (4) 0x2370| e8 03 | .. | speed: 1 (1000) (m/s) 0x2374-0x2376 (2) 0x2370| 22 | " | heart_rate: 34 (bpm) 0x2376-0x2377 (1) @@ -8293,7 +8293,7 @@ $ fq -d fit dv activity_dev.fit 0x2370| 00 | . | reserved: false 0x237d.3-0x237d.4 (0.1) 0x2370| 00 | . | local_message_type: 0 0x237d.4-0x237e (0.4) | | | data_message{}: 0x237e-0x238f (17) -0x2370| cc 6e| .n| timestamp: 968191692 (s) 0x237e-0x2382 (4) +0x2370| cc 6e| .n| timestamp: 968191692 (2020-09-04T22:08:12Z) 0x237e-0x2382 (4) 0x2380|b5 39 |.9 | 0x2380| a0 be 00 00 | .... | distance: 488 (48800) (m) 0x2382-0x2386 (4) 0x2380| e8 03 | .. | speed: 1 (1000) (m/s) 0x2386-0x2388 (2) @@ -8310,7 +8310,7 @@ $ fq -d fit dv activity_dev.fit 0x2380| 00| .| reserved: false 0x238f.3-0x238f.4 (0.1) 0x2380| 00| .| local_message_type: 0 0x238f.4-0x2390 (0.4) | | | data_message{}: 0x2390-0x23a1 (17) -0x2390|cd 6e b5 39 |.n.9 | timestamp: 968191693 (s) 0x2390-0x2394 (4) +0x2390|cd 6e b5 39 |.n.9 | timestamp: 968191693 (2020-09-04T22:08:13Z) 0x2390-0x2394 (4) 0x2390| 04 bf 00 00 | .... | distance: 489 (48900) (m) 0x2394-0x2398 (4) 0x2390| e8 03 | .. | speed: 1 (1000) (m/s) 0x2398-0x239a (2) 0x2390| 2e | . | heart_rate: 46 (bpm) 0x239a-0x239b (1) @@ -8326,7 +8326,7 @@ $ fq -d fit dv activity_dev.fit 0x23a0| 00 | . | reserved: false 0x23a1.3-0x23a1.4 (0.1) 0x23a0| 00 | . | local_message_type: 0 0x23a1.4-0x23a2 (0.4) | | | data_message{}: 0x23a2-0x23b3 (17) -0x23a0| ce 6e b5 39 | .n.9 | timestamp: 968191694 (s) 0x23a2-0x23a6 (4) +0x23a0| ce 6e b5 39 | .n.9 | timestamp: 968191694 (2020-09-04T22:08:14Z) 0x23a2-0x23a6 (4) 0x23a0| 68 bf 00 00 | h... | distance: 490 (49000) (m) 0x23a6-0x23aa (4) 0x23a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x23aa-0x23ac (2) 0x23a0| 34 | 4 | heart_rate: 52 (bpm) 0x23ac-0x23ad (1) @@ -8342,7 +8342,7 @@ $ fq -d fit dv activity_dev.fit 0x23b0| 00 | . | reserved: false 0x23b3.3-0x23b3.4 (0.1) 0x23b0| 00 | . | local_message_type: 0 0x23b3.4-0x23b4 (0.4) | | | data_message{}: 0x23b4-0x23c5 (17) -0x23b0| cf 6e b5 39 | .n.9 | timestamp: 968191695 (s) 0x23b4-0x23b8 (4) +0x23b0| cf 6e b5 39 | .n.9 | timestamp: 968191695 (2020-09-04T22:08:15Z) 0x23b4-0x23b8 (4) 0x23b0| cc bf 00 00 | .... | distance: 491 (49100) (m) 0x23b8-0x23bc (4) 0x23b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x23bc-0x23be (2) 0x23b0| 3a | : | heart_rate: 58 (bpm) 0x23be-0x23bf (1) @@ -8358,7 +8358,7 @@ $ fq -d fit dv activity_dev.fit 0x23c0| 00 | . | reserved: false 0x23c5.3-0x23c5.4 (0.1) 0x23c0| 00 | . | local_message_type: 0 0x23c5.4-0x23c6 (0.4) | | | data_message{}: 0x23c6-0x23d7 (17) -0x23c0| d0 6e b5 39 | .n.9 | timestamp: 968191696 (s) 0x23c6-0x23ca (4) +0x23c0| d0 6e b5 39 | .n.9 | timestamp: 968191696 (2020-09-04T22:08:16Z) 0x23c6-0x23ca (4) 0x23c0| 30 c0 00 00 | 0... | distance: 492 (49200) (m) 0x23ca-0x23ce (4) 0x23c0| e8 03| ..| speed: 1 (1000) (m/s) 0x23ce-0x23d0 (2) 0x23d0|41 |A | heart_rate: 65 (bpm) 0x23d0-0x23d1 (1) @@ -8374,7 +8374,7 @@ $ fq -d fit dv activity_dev.fit 0x23d0| 00 | . | reserved: false 0x23d7.3-0x23d7.4 (0.1) 0x23d0| 00 | . | local_message_type: 0 0x23d7.4-0x23d8 (0.4) | | | data_message{}: 0x23d8-0x23e9 (17) -0x23d0| d1 6e b5 39 | .n.9 | timestamp: 968191697 (s) 0x23d8-0x23dc (4) +0x23d0| d1 6e b5 39 | .n.9 | timestamp: 968191697 (2020-09-04T22:08:17Z) 0x23d8-0x23dc (4) 0x23d0| 94 c0 00 00| ....| distance: 493 (49300) (m) 0x23dc-0x23e0 (4) 0x23e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x23e0-0x23e2 (2) 0x23e0| 48 | H | heart_rate: 72 (bpm) 0x23e2-0x23e3 (1) @@ -8390,7 +8390,7 @@ $ fq -d fit dv activity_dev.fit 0x23e0| 00 | . | reserved: false 0x23e9.3-0x23e9.4 (0.1) 0x23e0| 00 | . | local_message_type: 0 0x23e9.4-0x23ea (0.4) | | | data_message{}: 0x23ea-0x23fb (17) -0x23e0| d2 6e b5 39 | .n.9 | timestamp: 968191698 (s) 0x23ea-0x23ee (4) +0x23e0| d2 6e b5 39 | .n.9 | timestamp: 968191698 (2020-09-04T22:08:18Z) 0x23ea-0x23ee (4) 0x23e0| f8 c0| ..| distance: 494 (49400) (m) 0x23ee-0x23f2 (4) 0x23f0|00 00 |.. | 0x23f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x23f2-0x23f4 (2) @@ -8407,7 +8407,7 @@ $ fq -d fit dv activity_dev.fit 0x23f0| 00 | . | reserved: false 0x23fb.3-0x23fb.4 (0.1) 0x23f0| 00 | . | local_message_type: 0 0x23fb.4-0x23fc (0.4) | | | data_message{}: 0x23fc-0x240d (17) -0x23f0| d3 6e b5 39| .n.9| timestamp: 968191699 (s) 0x23fc-0x2400 (4) +0x23f0| d3 6e b5 39| .n.9| timestamp: 968191699 (2020-09-04T22:08:19Z) 0x23fc-0x2400 (4) 0x2400|5c c1 00 00 |\... | distance: 495 (49500) (m) 0x2400-0x2404 (4) 0x2400| e8 03 | .. | speed: 1 (1000) (m/s) 0x2404-0x2406 (2) 0x2400| 57 | W | heart_rate: 87 (bpm) 0x2406-0x2407 (1) @@ -8423,7 +8423,7 @@ $ fq -d fit dv activity_dev.fit 0x2400| 00 | . | reserved: false 0x240d.3-0x240d.4 (0.1) 0x2400| 00 | . | local_message_type: 0 0x240d.4-0x240e (0.4) | | | data_message{}: 0x240e-0x241f (17) -0x2400| d4 6e| .n| timestamp: 968191700 (s) 0x240e-0x2412 (4) +0x2400| d4 6e| .n| timestamp: 968191700 (2020-09-04T22:08:20Z) 0x240e-0x2412 (4) 0x2410|b5 39 |.9 | 0x2410| c0 c1 00 00 | .... | distance: 496 (49600) (m) 0x2412-0x2416 (4) 0x2410| e8 03 | .. | speed: 1 (1000) (m/s) 0x2416-0x2418 (2) @@ -8440,7 +8440,7 @@ $ fq -d fit dv activity_dev.fit 0x2410| 00| .| reserved: false 0x241f.3-0x241f.4 (0.1) 0x2410| 00| .| local_message_type: 0 0x241f.4-0x2420 (0.4) | | | data_message{}: 0x2420-0x2431 (17) -0x2420|d5 6e b5 39 |.n.9 | timestamp: 968191701 (s) 0x2420-0x2424 (4) +0x2420|d5 6e b5 39 |.n.9 | timestamp: 968191701 (2020-09-04T22:08:21Z) 0x2420-0x2424 (4) 0x2420| 24 c2 00 00 | $... | distance: 497 (49700) (m) 0x2424-0x2428 (4) 0x2420| e8 03 | .. | speed: 1 (1000) (m/s) 0x2428-0x242a (2) 0x2420| 67 | g | heart_rate: 103 (bpm) 0x242a-0x242b (1) @@ -8456,7 +8456,7 @@ $ fq -d fit dv activity_dev.fit 0x2430| 00 | . | reserved: false 0x2431.3-0x2431.4 (0.1) 0x2430| 00 | . | local_message_type: 0 0x2431.4-0x2432 (0.4) | | | data_message{}: 0x2432-0x2443 (17) -0x2430| d6 6e b5 39 | .n.9 | timestamp: 968191702 (s) 0x2432-0x2436 (4) +0x2430| d6 6e b5 39 | .n.9 | timestamp: 968191702 (2020-09-04T22:08:22Z) 0x2432-0x2436 (4) 0x2430| 88 c2 00 00 | .... | distance: 498 (49800) (m) 0x2436-0x243a (4) 0x2430| e8 03 | .. | speed: 1 (1000) (m/s) 0x243a-0x243c (2) 0x2430| 6f | o | heart_rate: 111 (bpm) 0x243c-0x243d (1) @@ -8472,7 +8472,7 @@ $ fq -d fit dv activity_dev.fit 0x2440| 00 | . | reserved: false 0x2443.3-0x2443.4 (0.1) 0x2440| 00 | . | local_message_type: 0 0x2443.4-0x2444 (0.4) | | | data_message{}: 0x2444-0x2455 (17) -0x2440| d7 6e b5 39 | .n.9 | timestamp: 968191703 (s) 0x2444-0x2448 (4) +0x2440| d7 6e b5 39 | .n.9 | timestamp: 968191703 (2020-09-04T22:08:23Z) 0x2444-0x2448 (4) 0x2440| ec c2 00 00 | .... | distance: 499 (49900) (m) 0x2448-0x244c (4) 0x2440| e8 03 | .. | speed: 1 (1000) (m/s) 0x244c-0x244e (2) 0x2440| 77 | w | heart_rate: 119 (bpm) 0x244e-0x244f (1) @@ -8488,7 +8488,7 @@ $ fq -d fit dv activity_dev.fit 0x2450| 00 | . | reserved: false 0x2455.3-0x2455.4 (0.1) 0x2450| 00 | . | local_message_type: 0 0x2455.4-0x2456 (0.4) | | | data_message{}: 0x2456-0x2467 (17) -0x2450| d8 6e b5 39 | .n.9 | timestamp: 968191704 (s) 0x2456-0x245a (4) +0x2450| d8 6e b5 39 | .n.9 | timestamp: 968191704 (2020-09-04T22:08:24Z) 0x2456-0x245a (4) 0x2450| 50 c3 00 00 | P... | distance: 500 (50000) (m) 0x245a-0x245e (4) 0x2450| e8 03| ..| speed: 1 (1000) (m/s) 0x245e-0x2460 (2) 0x2460|7e |~ | heart_rate: 126 (bpm) 0x2460-0x2461 (1) @@ -8504,7 +8504,7 @@ $ fq -d fit dv activity_dev.fit 0x2460| 00 | . | reserved: false 0x2467.3-0x2467.4 (0.1) 0x2460| 00 | . | local_message_type: 0 0x2467.4-0x2468 (0.4) | | | data_message{}: 0x2468-0x2479 (17) -0x2460| d9 6e b5 39 | .n.9 | timestamp: 968191705 (s) 0x2468-0x246c (4) +0x2460| d9 6e b5 39 | .n.9 | timestamp: 968191705 (2020-09-04T22:08:25Z) 0x2468-0x246c (4) 0x2460| b4 c3 00 00| ....| distance: 501 (50100) (m) 0x246c-0x2470 (4) 0x2470|e8 03 |.. | speed: 1 (1000) (m/s) 0x2470-0x2472 (2) 0x2470| 86 | . | heart_rate: 134 (bpm) 0x2472-0x2473 (1) @@ -8520,7 +8520,7 @@ $ fq -d fit dv activity_dev.fit 0x2470| 00 | . | reserved: false 0x2479.3-0x2479.4 (0.1) 0x2470| 00 | . | local_message_type: 0 0x2479.4-0x247a (0.4) | | | data_message{}: 0x247a-0x248b (17) -0x2470| da 6e b5 39 | .n.9 | timestamp: 968191706 (s) 0x247a-0x247e (4) +0x2470| da 6e b5 39 | .n.9 | timestamp: 968191706 (2020-09-04T22:08:26Z) 0x247a-0x247e (4) 0x2470| 18 c4| ..| distance: 502 (50200) (m) 0x247e-0x2482 (4) 0x2480|00 00 |.. | 0x2480| e8 03 | .. | speed: 1 (1000) (m/s) 0x2482-0x2484 (2) @@ -8537,7 +8537,7 @@ $ fq -d fit dv activity_dev.fit 0x2480| 00 | . | reserved: false 0x248b.3-0x248b.4 (0.1) 0x2480| 00 | . | local_message_type: 0 0x248b.4-0x248c (0.4) | | | data_message{}: 0x248c-0x249d (17) -0x2480| db 6e b5 39| .n.9| timestamp: 968191707 (s) 0x248c-0x2490 (4) +0x2480| db 6e b5 39| .n.9| timestamp: 968191707 (2020-09-04T22:08:27Z) 0x248c-0x2490 (4) 0x2490|7c c4 00 00 ||... | distance: 503 (50300) (m) 0x2490-0x2494 (4) 0x2490| e8 03 | .. | speed: 1 (1000) (m/s) 0x2494-0x2496 (2) 0x2490| 96 | . | heart_rate: 150 (bpm) 0x2496-0x2497 (1) @@ -8553,7 +8553,7 @@ $ fq -d fit dv activity_dev.fit 0x2490| 00 | . | reserved: false 0x249d.3-0x249d.4 (0.1) 0x2490| 00 | . | local_message_type: 0 0x249d.4-0x249e (0.4) | | | data_message{}: 0x249e-0x24af (17) -0x2490| dc 6e| .n| timestamp: 968191708 (s) 0x249e-0x24a2 (4) +0x2490| dc 6e| .n| timestamp: 968191708 (2020-09-04T22:08:28Z) 0x249e-0x24a2 (4) 0x24a0|b5 39 |.9 | 0x24a0| e0 c4 00 00 | .... | distance: 504 (50400) (m) 0x24a2-0x24a6 (4) 0x24a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x24a6-0x24a8 (2) @@ -8570,7 +8570,7 @@ $ fq -d fit dv activity_dev.fit 0x24a0| 00| .| reserved: false 0x24af.3-0x24af.4 (0.1) 0x24a0| 00| .| local_message_type: 0 0x24af.4-0x24b0 (0.4) | | | data_message{}: 0x24b0-0x24c1 (17) -0x24b0|dd 6e b5 39 |.n.9 | timestamp: 968191709 (s) 0x24b0-0x24b4 (4) +0x24b0|dd 6e b5 39 |.n.9 | timestamp: 968191709 (2020-09-04T22:08:29Z) 0x24b0-0x24b4 (4) 0x24b0| 44 c5 00 00 | D... | distance: 505 (50500) (m) 0x24b4-0x24b8 (4) 0x24b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x24b8-0x24ba (2) 0x24b0| a6 | . | heart_rate: 166 (bpm) 0x24ba-0x24bb (1) @@ -8586,7 +8586,7 @@ $ fq -d fit dv activity_dev.fit 0x24c0| 00 | . | reserved: false 0x24c1.3-0x24c1.4 (0.1) 0x24c0| 00 | . | local_message_type: 0 0x24c1.4-0x24c2 (0.4) | | | data_message{}: 0x24c2-0x24d3 (17) -0x24c0| de 6e b5 39 | .n.9 | timestamp: 968191710 (s) 0x24c2-0x24c6 (4) +0x24c0| de 6e b5 39 | .n.9 | timestamp: 968191710 (2020-09-04T22:08:30Z) 0x24c2-0x24c6 (4) 0x24c0| a8 c5 00 00 | .... | distance: 506 (50600) (m) 0x24c6-0x24ca (4) 0x24c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x24ca-0x24cc (2) 0x24c0| ad | . | heart_rate: 173 (bpm) 0x24cc-0x24cd (1) @@ -8602,7 +8602,7 @@ $ fq -d fit dv activity_dev.fit 0x24d0| 00 | . | reserved: false 0x24d3.3-0x24d3.4 (0.1) 0x24d0| 00 | . | local_message_type: 0 0x24d3.4-0x24d4 (0.4) | | | data_message{}: 0x24d4-0x24e5 (17) -0x24d0| df 6e b5 39 | .n.9 | timestamp: 968191711 (s) 0x24d4-0x24d8 (4) +0x24d0| df 6e b5 39 | .n.9 | timestamp: 968191711 (2020-09-04T22:08:31Z) 0x24d4-0x24d8 (4) 0x24d0| 0c c6 00 00 | .... | distance: 507 (50700) (m) 0x24d8-0x24dc (4) 0x24d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x24dc-0x24de (2) 0x24d0| b5 | . | heart_rate: 181 (bpm) 0x24de-0x24df (1) @@ -8618,7 +8618,7 @@ $ fq -d fit dv activity_dev.fit 0x24e0| 00 | . | reserved: false 0x24e5.3-0x24e5.4 (0.1) 0x24e0| 00 | . | local_message_type: 0 0x24e5.4-0x24e6 (0.4) | | | data_message{}: 0x24e6-0x24f7 (17) -0x24e0| e0 6e b5 39 | .n.9 | timestamp: 968191712 (s) 0x24e6-0x24ea (4) +0x24e0| e0 6e b5 39 | .n.9 | timestamp: 968191712 (2020-09-04T22:08:32Z) 0x24e6-0x24ea (4) 0x24e0| 70 c6 00 00 | p... | distance: 508 (50800) (m) 0x24ea-0x24ee (4) 0x24e0| e8 03| ..| speed: 1 (1000) (m/s) 0x24ee-0x24f0 (2) 0x24f0|bc |. | heart_rate: 188 (bpm) 0x24f0-0x24f1 (1) @@ -8634,7 +8634,7 @@ $ fq -d fit dv activity_dev.fit 0x24f0| 00 | . | reserved: false 0x24f7.3-0x24f7.4 (0.1) 0x24f0| 00 | . | local_message_type: 0 0x24f7.4-0x24f8 (0.4) | | | data_message{}: 0x24f8-0x2509 (17) -0x24f0| e1 6e b5 39 | .n.9 | timestamp: 968191713 (s) 0x24f8-0x24fc (4) +0x24f0| e1 6e b5 39 | .n.9 | timestamp: 968191713 (2020-09-04T22:08:33Z) 0x24f8-0x24fc (4) 0x24f0| d4 c6 00 00| ....| distance: 509 (50900) (m) 0x24fc-0x2500 (4) 0x2500|e8 03 |.. | speed: 1 (1000) (m/s) 0x2500-0x2502 (2) 0x2500| c3 | . | heart_rate: 195 (bpm) 0x2502-0x2503 (1) @@ -8650,7 +8650,7 @@ $ fq -d fit dv activity_dev.fit 0x2500| 00 | . | reserved: false 0x2509.3-0x2509.4 (0.1) 0x2500| 00 | . | local_message_type: 0 0x2509.4-0x250a (0.4) | | | data_message{}: 0x250a-0x251b (17) -0x2500| e2 6e b5 39 | .n.9 | timestamp: 968191714 (s) 0x250a-0x250e (4) +0x2500| e2 6e b5 39 | .n.9 | timestamp: 968191714 (2020-09-04T22:08:34Z) 0x250a-0x250e (4) 0x2500| 38 c7| 8.| distance: 510 (51000) (m) 0x250e-0x2512 (4) 0x2510|00 00 |.. | 0x2510| e8 03 | .. | speed: 1 (1000) (m/s) 0x2512-0x2514 (2) @@ -8667,7 +8667,7 @@ $ fq -d fit dv activity_dev.fit 0x2510| 00 | . | reserved: false 0x251b.3-0x251b.4 (0.1) 0x2510| 00 | . | local_message_type: 0 0x251b.4-0x251c (0.4) | | | data_message{}: 0x251c-0x252d (17) -0x2510| e3 6e b5 39| .n.9| timestamp: 968191715 (s) 0x251c-0x2520 (4) +0x2510| e3 6e b5 39| .n.9| timestamp: 968191715 (2020-09-04T22:08:35Z) 0x251c-0x2520 (4) 0x2520|9c c7 00 00 |.... | distance: 511 (51100) (m) 0x2520-0x2524 (4) 0x2520| e8 03 | .. | speed: 1 (1000) (m/s) 0x2524-0x2526 (2) 0x2520| cf | . | heart_rate: 207 (bpm) 0x2526-0x2527 (1) @@ -8683,7 +8683,7 @@ $ fq -d fit dv activity_dev.fit 0x2520| 00 | . | reserved: false 0x252d.3-0x252d.4 (0.1) 0x2520| 00 | . | local_message_type: 0 0x252d.4-0x252e (0.4) | | | data_message{}: 0x252e-0x253f (17) -0x2520| e4 6e| .n| timestamp: 968191716 (s) 0x252e-0x2532 (4) +0x2520| e4 6e| .n| timestamp: 968191716 (2020-09-04T22:08:36Z) 0x252e-0x2532 (4) 0x2530|b5 39 |.9 | 0x2530| 00 c8 00 00 | .... | distance: 512 (51200) (m) 0x2532-0x2536 (4) 0x2530| e8 03 | .. | speed: 1 (1000) (m/s) 0x2536-0x2538 (2) @@ -8700,7 +8700,7 @@ $ fq -d fit dv activity_dev.fit 0x2530| 00| .| reserved: false 0x253f.3-0x253f.4 (0.1) 0x2530| 00| .| local_message_type: 0 0x253f.4-0x2540 (0.4) | | | data_message{}: 0x2540-0x2551 (17) -0x2540|e5 6e b5 39 |.n.9 | timestamp: 968191717 (s) 0x2540-0x2544 (4) +0x2540|e5 6e b5 39 |.n.9 | timestamp: 968191717 (2020-09-04T22:08:37Z) 0x2540-0x2544 (4) 0x2540| 64 c8 00 00 | d... | distance: 513 (51300) (m) 0x2544-0x2548 (4) 0x2540| e8 03 | .. | speed: 1 (1000) (m/s) 0x2548-0x254a (2) 0x2540| db | . | heart_rate: 219 (bpm) 0x254a-0x254b (1) @@ -8716,7 +8716,7 @@ $ fq -d fit dv activity_dev.fit 0x2550| 00 | . | reserved: false 0x2551.3-0x2551.4 (0.1) 0x2550| 00 | . | local_message_type: 0 0x2551.4-0x2552 (0.4) | | | data_message{}: 0x2552-0x2563 (17) -0x2550| e6 6e b5 39 | .n.9 | timestamp: 968191718 (s) 0x2552-0x2556 (4) +0x2550| e6 6e b5 39 | .n.9 | timestamp: 968191718 (2020-09-04T22:08:38Z) 0x2552-0x2556 (4) 0x2550| c8 c8 00 00 | .... | distance: 514 (51400) (m) 0x2556-0x255a (4) 0x2550| e8 03 | .. | speed: 1 (1000) (m/s) 0x255a-0x255c (2) 0x2550| e0 | . | heart_rate: 224 (bpm) 0x255c-0x255d (1) @@ -8732,7 +8732,7 @@ $ fq -d fit dv activity_dev.fit 0x2560| 00 | . | reserved: false 0x2563.3-0x2563.4 (0.1) 0x2560| 00 | . | local_message_type: 0 0x2563.4-0x2564 (0.4) | | | data_message{}: 0x2564-0x2575 (17) -0x2560| e7 6e b5 39 | .n.9 | timestamp: 968191719 (s) 0x2564-0x2568 (4) +0x2560| e7 6e b5 39 | .n.9 | timestamp: 968191719 (2020-09-04T22:08:39Z) 0x2564-0x2568 (4) 0x2560| 2c c9 00 00 | ,... | distance: 515 (51500) (m) 0x2568-0x256c (4) 0x2560| e8 03 | .. | speed: 1 (1000) (m/s) 0x256c-0x256e (2) 0x2560| e5 | . | heart_rate: 229 (bpm) 0x256e-0x256f (1) @@ -8748,7 +8748,7 @@ $ fq -d fit dv activity_dev.fit 0x2570| 00 | . | reserved: false 0x2575.3-0x2575.4 (0.1) 0x2570| 00 | . | local_message_type: 0 0x2575.4-0x2576 (0.4) | | | data_message{}: 0x2576-0x2587 (17) -0x2570| e8 6e b5 39 | .n.9 | timestamp: 968191720 (s) 0x2576-0x257a (4) +0x2570| e8 6e b5 39 | .n.9 | timestamp: 968191720 (2020-09-04T22:08:40Z) 0x2576-0x257a (4) 0x2570| 90 c9 00 00 | .... | distance: 516 (51600) (m) 0x257a-0x257e (4) 0x2570| e8 03| ..| speed: 1 (1000) (m/s) 0x257e-0x2580 (2) 0x2580|ea |. | heart_rate: 234 (bpm) 0x2580-0x2581 (1) @@ -8764,7 +8764,7 @@ $ fq -d fit dv activity_dev.fit 0x2580| 00 | . | reserved: false 0x2587.3-0x2587.4 (0.1) 0x2580| 00 | . | local_message_type: 0 0x2587.4-0x2588 (0.4) | | | data_message{}: 0x2588-0x2599 (17) -0x2580| e9 6e b5 39 | .n.9 | timestamp: 968191721 (s) 0x2588-0x258c (4) +0x2580| e9 6e b5 39 | .n.9 | timestamp: 968191721 (2020-09-04T22:08:41Z) 0x2588-0x258c (4) 0x2580| f4 c9 00 00| ....| distance: 517 (51700) (m) 0x258c-0x2590 (4) 0x2590|e8 03 |.. | speed: 1 (1000) (m/s) 0x2590-0x2592 (2) 0x2590| ee | . | heart_rate: 238 (bpm) 0x2592-0x2593 (1) @@ -8780,7 +8780,7 @@ $ fq -d fit dv activity_dev.fit 0x2590| 00 | . | reserved: false 0x2599.3-0x2599.4 (0.1) 0x2590| 00 | . | local_message_type: 0 0x2599.4-0x259a (0.4) | | | data_message{}: 0x259a-0x25ab (17) -0x2590| ea 6e b5 39 | .n.9 | timestamp: 968191722 (s) 0x259a-0x259e (4) +0x2590| ea 6e b5 39 | .n.9 | timestamp: 968191722 (2020-09-04T22:08:42Z) 0x259a-0x259e (4) 0x2590| 58 ca| X.| distance: 518 (51800) (m) 0x259e-0x25a2 (4) 0x25a0|00 00 |.. | 0x25a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x25a2-0x25a4 (2) @@ -8797,7 +8797,7 @@ $ fq -d fit dv activity_dev.fit 0x25a0| 00 | . | reserved: false 0x25ab.3-0x25ab.4 (0.1) 0x25a0| 00 | . | local_message_type: 0 0x25ab.4-0x25ac (0.4) | | | data_message{}: 0x25ac-0x25bd (17) -0x25a0| eb 6e b5 39| .n.9| timestamp: 968191723 (s) 0x25ac-0x25b0 (4) +0x25a0| eb 6e b5 39| .n.9| timestamp: 968191723 (2020-09-04T22:08:43Z) 0x25ac-0x25b0 (4) 0x25b0|bc ca 00 00 |.... | distance: 519 (51900) (m) 0x25b0-0x25b4 (4) 0x25b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x25b4-0x25b6 (2) 0x25b0| f5 | . | heart_rate: 245 (bpm) 0x25b6-0x25b7 (1) @@ -8813,7 +8813,7 @@ $ fq -d fit dv activity_dev.fit 0x25b0| 00 | . | reserved: false 0x25bd.3-0x25bd.4 (0.1) 0x25b0| 00 | . | local_message_type: 0 0x25bd.4-0x25be (0.4) | | | data_message{}: 0x25be-0x25cf (17) -0x25b0| ec 6e| .n| timestamp: 968191724 (s) 0x25be-0x25c2 (4) +0x25b0| ec 6e| .n| timestamp: 968191724 (2020-09-04T22:08:44Z) 0x25be-0x25c2 (4) 0x25c0|b5 39 |.9 | 0x25c0| 20 cb 00 00 | ... | distance: 520 (52000) (m) 0x25c2-0x25c6 (4) 0x25c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x25c6-0x25c8 (2) @@ -8830,7 +8830,7 @@ $ fq -d fit dv activity_dev.fit 0x25c0| 00| .| reserved: false 0x25cf.3-0x25cf.4 (0.1) 0x25c0| 00| .| local_message_type: 0 0x25cf.4-0x25d0 (0.4) | | | data_message{}: 0x25d0-0x25e1 (17) -0x25d0|ed 6e b5 39 |.n.9 | timestamp: 968191725 (s) 0x25d0-0x25d4 (4) +0x25d0|ed 6e b5 39 |.n.9 | timestamp: 968191725 (2020-09-04T22:08:45Z) 0x25d0-0x25d4 (4) 0x25d0| 84 cb 00 00 | .... | distance: 521 (52100) (m) 0x25d4-0x25d8 (4) 0x25d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x25d8-0x25da (2) 0x25d0| fa | . | heart_rate: 250 (bpm) 0x25da-0x25db (1) @@ -8846,7 +8846,7 @@ $ fq -d fit dv activity_dev.fit 0x25e0| 00 | . | reserved: false 0x25e1.3-0x25e1.4 (0.1) 0x25e0| 00 | . | local_message_type: 0 0x25e1.4-0x25e2 (0.4) | | | data_message{}: 0x25e2-0x25f3 (17) -0x25e0| ee 6e b5 39 | .n.9 | timestamp: 968191726 (s) 0x25e2-0x25e6 (4) +0x25e0| ee 6e b5 39 | .n.9 | timestamp: 968191726 (2020-09-04T22:08:46Z) 0x25e2-0x25e6 (4) 0x25e0| e8 cb 00 00 | .... | distance: 522 (52200) (m) 0x25e6-0x25ea (4) 0x25e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x25ea-0x25ec (2) 0x25e0| fb | . | heart_rate: 251 (bpm) 0x25ec-0x25ed (1) @@ -8862,7 +8862,7 @@ $ fq -d fit dv activity_dev.fit 0x25f0| 00 | . | reserved: false 0x25f3.3-0x25f3.4 (0.1) 0x25f0| 00 | . | local_message_type: 0 0x25f3.4-0x25f4 (0.4) | | | data_message{}: 0x25f4-0x2605 (17) -0x25f0| ef 6e b5 39 | .n.9 | timestamp: 968191727 (s) 0x25f4-0x25f8 (4) +0x25f0| ef 6e b5 39 | .n.9 | timestamp: 968191727 (2020-09-04T22:08:47Z) 0x25f4-0x25f8 (4) 0x25f0| 4c cc 00 00 | L... | distance: 523 (52300) (m) 0x25f8-0x25fc (4) 0x25f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x25fc-0x25fe (2) 0x25f0| fc | . | heart_rate: 252 (bpm) 0x25fe-0x25ff (1) @@ -8878,7 +8878,7 @@ $ fq -d fit dv activity_dev.fit 0x2600| 00 | . | reserved: false 0x2605.3-0x2605.4 (0.1) 0x2600| 00 | . | local_message_type: 0 0x2605.4-0x2606 (0.4) | | | data_message{}: 0x2606-0x2617 (17) -0x2600| f0 6e b5 39 | .n.9 | timestamp: 968191728 (s) 0x2606-0x260a (4) +0x2600| f0 6e b5 39 | .n.9 | timestamp: 968191728 (2020-09-04T22:08:48Z) 0x2606-0x260a (4) 0x2600| b0 cc 00 00 | .... | distance: 524 (52400) (m) 0x260a-0x260e (4) 0x2600| e8 03| ..| speed: 1 (1000) (m/s) 0x260e-0x2610 (2) 0x2610|fd |. | heart_rate: 253 (bpm) 0x2610-0x2611 (1) @@ -8894,7 +8894,7 @@ $ fq -d fit dv activity_dev.fit 0x2610| 00 | . | reserved: false 0x2617.3-0x2617.4 (0.1) 0x2610| 00 | . | local_message_type: 0 0x2617.4-0x2618 (0.4) | | | data_message{}: 0x2618-0x2629 (17) -0x2610| f1 6e b5 39 | .n.9 | timestamp: 968191729 (s) 0x2618-0x261c (4) +0x2610| f1 6e b5 39 | .n.9 | timestamp: 968191729 (2020-09-04T22:08:49Z) 0x2618-0x261c (4) 0x2610| 14 cd 00 00| ....| distance: 525 (52500) (m) 0x261c-0x2620 (4) 0x2620|e8 03 |.. | speed: 1 (1000) (m/s) 0x2620-0x2622 (2) 0x2620| fe | . | heart_rate: 254 (bpm) 0x2622-0x2623 (1) @@ -8910,7 +8910,7 @@ $ fq -d fit dv activity_dev.fit 0x2620| 00 | . | reserved: false 0x2629.3-0x2629.4 (0.1) 0x2620| 00 | . | local_message_type: 0 0x2629.4-0x262a (0.4) | | | data_message{}: 0x262a-0x263b (17) -0x2620| f2 6e b5 39 | .n.9 | timestamp: 968191730 (s) 0x262a-0x262e (4) +0x2620| f2 6e b5 39 | .n.9 | timestamp: 968191730 (2020-09-04T22:08:50Z) 0x262a-0x262e (4) 0x2620| 78 cd| x.| distance: 526 (52600) (m) 0x262e-0x2632 (4) 0x2630|00 00 |.. | 0x2630| e8 03 | .. | speed: 1 (1000) (m/s) 0x2632-0x2634 (2) @@ -8927,7 +8927,7 @@ $ fq -d fit dv activity_dev.fit 0x2630| 00 | . | reserved: false 0x263b.3-0x263b.4 (0.1) 0x2630| 00 | . | local_message_type: 0 0x263b.4-0x263c (0.4) | | | data_message{}: 0x263c-0x264d (17) -0x2630| f3 6e b5 39| .n.9| timestamp: 968191731 (s) 0x263c-0x2640 (4) +0x2630| f3 6e b5 39| .n.9| timestamp: 968191731 (2020-09-04T22:08:51Z) 0x263c-0x2640 (4) 0x2640|dc cd 00 00 |.... | distance: 527 (52700) (m) 0x2640-0x2644 (4) 0x2640| e8 03 | .. | speed: 1 (1000) (m/s) 0x2644-0x2646 (2) 0x2640| fc | . | heart_rate: 252 (bpm) 0x2646-0x2647 (1) @@ -8943,7 +8943,7 @@ $ fq -d fit dv activity_dev.fit 0x2640| 00 | . | reserved: false 0x264d.3-0x264d.4 (0.1) 0x2640| 00 | . | local_message_type: 0 0x264d.4-0x264e (0.4) | | | data_message{}: 0x264e-0x265f (17) -0x2640| f4 6e| .n| timestamp: 968191732 (s) 0x264e-0x2652 (4) +0x2640| f4 6e| .n| timestamp: 968191732 (2020-09-04T22:08:52Z) 0x264e-0x2652 (4) 0x2650|b5 39 |.9 | 0x2650| 40 ce 00 00 | @... | distance: 528 (52800) (m) 0x2652-0x2656 (4) 0x2650| e8 03 | .. | speed: 1 (1000) (m/s) 0x2656-0x2658 (2) @@ -8960,7 +8960,7 @@ $ fq -d fit dv activity_dev.fit 0x2650| 00| .| reserved: false 0x265f.3-0x265f.4 (0.1) 0x2650| 00| .| local_message_type: 0 0x265f.4-0x2660 (0.4) | | | data_message{}: 0x2660-0x2671 (17) -0x2660|f5 6e b5 39 |.n.9 | timestamp: 968191733 (s) 0x2660-0x2664 (4) +0x2660|f5 6e b5 39 |.n.9 | timestamp: 968191733 (2020-09-04T22:08:53Z) 0x2660-0x2664 (4) 0x2660| a4 ce 00 00 | .... | distance: 529 (52900) (m) 0x2664-0x2668 (4) 0x2660| e8 03 | .. | speed: 1 (1000) (m/s) 0x2668-0x266a (2) 0x2660| fa | . | heart_rate: 250 (bpm) 0x266a-0x266b (1) @@ -8976,7 +8976,7 @@ $ fq -d fit dv activity_dev.fit 0x2670| 00 | . | reserved: false 0x2671.3-0x2671.4 (0.1) 0x2670| 00 | . | local_message_type: 0 0x2671.4-0x2672 (0.4) | | | data_message{}: 0x2672-0x2683 (17) -0x2670| f6 6e b5 39 | .n.9 | timestamp: 968191734 (s) 0x2672-0x2676 (4) +0x2670| f6 6e b5 39 | .n.9 | timestamp: 968191734 (2020-09-04T22:08:54Z) 0x2672-0x2676 (4) 0x2670| 08 cf 00 00 | .... | distance: 530 (53000) (m) 0x2676-0x267a (4) 0x2670| e8 03 | .. | speed: 1 (1000) (m/s) 0x267a-0x267c (2) 0x2670| f7 | . | heart_rate: 247 (bpm) 0x267c-0x267d (1) @@ -8992,7 +8992,7 @@ $ fq -d fit dv activity_dev.fit 0x2680| 00 | . | reserved: false 0x2683.3-0x2683.4 (0.1) 0x2680| 00 | . | local_message_type: 0 0x2683.4-0x2684 (0.4) | | | data_message{}: 0x2684-0x2695 (17) -0x2680| f7 6e b5 39 | .n.9 | timestamp: 968191735 (s) 0x2684-0x2688 (4) +0x2680| f7 6e b5 39 | .n.9 | timestamp: 968191735 (2020-09-04T22:08:55Z) 0x2684-0x2688 (4) 0x2680| 6c cf 00 00 | l... | distance: 531 (53100) (m) 0x2688-0x268c (4) 0x2680| e8 03 | .. | speed: 1 (1000) (m/s) 0x268c-0x268e (2) 0x2680| f5 | . | heart_rate: 245 (bpm) 0x268e-0x268f (1) @@ -9008,7 +9008,7 @@ $ fq -d fit dv activity_dev.fit 0x2690| 00 | . | reserved: false 0x2695.3-0x2695.4 (0.1) 0x2690| 00 | . | local_message_type: 0 0x2695.4-0x2696 (0.4) | | | data_message{}: 0x2696-0x26a7 (17) -0x2690| f8 6e b5 39 | .n.9 | timestamp: 968191736 (s) 0x2696-0x269a (4) +0x2690| f8 6e b5 39 | .n.9 | timestamp: 968191736 (2020-09-04T22:08:56Z) 0x2696-0x269a (4) 0x2690| d0 cf 00 00 | .... | distance: 532 (53200) (m) 0x269a-0x269e (4) 0x2690| e8 03| ..| speed: 1 (1000) (m/s) 0x269e-0x26a0 (2) 0x26a0|f1 |. | heart_rate: 241 (bpm) 0x26a0-0x26a1 (1) @@ -9024,7 +9024,7 @@ $ fq -d fit dv activity_dev.fit 0x26a0| 00 | . | reserved: false 0x26a7.3-0x26a7.4 (0.1) 0x26a0| 00 | . | local_message_type: 0 0x26a7.4-0x26a8 (0.4) | | | data_message{}: 0x26a8-0x26b9 (17) -0x26a0| f9 6e b5 39 | .n.9 | timestamp: 968191737 (s) 0x26a8-0x26ac (4) +0x26a0| f9 6e b5 39 | .n.9 | timestamp: 968191737 (2020-09-04T22:08:57Z) 0x26a8-0x26ac (4) 0x26a0| 34 d0 00 00| 4...| distance: 533 (53300) (m) 0x26ac-0x26b0 (4) 0x26b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x26b0-0x26b2 (2) 0x26b0| ee | . | heart_rate: 238 (bpm) 0x26b2-0x26b3 (1) @@ -9040,7 +9040,7 @@ $ fq -d fit dv activity_dev.fit 0x26b0| 00 | . | reserved: false 0x26b9.3-0x26b9.4 (0.1) 0x26b0| 00 | . | local_message_type: 0 0x26b9.4-0x26ba (0.4) | | | data_message{}: 0x26ba-0x26cb (17) -0x26b0| fa 6e b5 39 | .n.9 | timestamp: 968191738 (s) 0x26ba-0x26be (4) +0x26b0| fa 6e b5 39 | .n.9 | timestamp: 968191738 (2020-09-04T22:08:58Z) 0x26ba-0x26be (4) 0x26b0| 98 d0| ..| distance: 534 (53400) (m) 0x26be-0x26c2 (4) 0x26c0|00 00 |.. | 0x26c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x26c2-0x26c4 (2) @@ -9057,7 +9057,7 @@ $ fq -d fit dv activity_dev.fit 0x26c0| 00 | . | reserved: false 0x26cb.3-0x26cb.4 (0.1) 0x26c0| 00 | . | local_message_type: 0 0x26cb.4-0x26cc (0.4) | | | data_message{}: 0x26cc-0x26dd (17) -0x26c0| fb 6e b5 39| .n.9| timestamp: 968191739 (s) 0x26cc-0x26d0 (4) +0x26c0| fb 6e b5 39| .n.9| timestamp: 968191739 (2020-09-04T22:08:59Z) 0x26cc-0x26d0 (4) 0x26d0|fc d0 00 00 |.... | distance: 535 (53500) (m) 0x26d0-0x26d4 (4) 0x26d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x26d4-0x26d6 (2) 0x26d0| e5 | . | heart_rate: 229 (bpm) 0x26d6-0x26d7 (1) @@ -9073,7 +9073,7 @@ $ fq -d fit dv activity_dev.fit 0x26d0| 00 | . | reserved: false 0x26dd.3-0x26dd.4 (0.1) 0x26d0| 00 | . | local_message_type: 0 0x26dd.4-0x26de (0.4) | | | data_message{}: 0x26de-0x26ef (17) -0x26d0| fc 6e| .n| timestamp: 968191740 (s) 0x26de-0x26e2 (4) +0x26d0| fc 6e| .n| timestamp: 968191740 (2020-09-04T22:09:00Z) 0x26de-0x26e2 (4) 0x26e0|b5 39 |.9 | 0x26e0| 60 d1 00 00 | `... | distance: 536 (53600) (m) 0x26e2-0x26e6 (4) 0x26e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x26e6-0x26e8 (2) @@ -9090,7 +9090,7 @@ $ fq -d fit dv activity_dev.fit 0x26e0| 00| .| reserved: false 0x26ef.3-0x26ef.4 (0.1) 0x26e0| 00| .| local_message_type: 0 0x26ef.4-0x26f0 (0.4) | | | data_message{}: 0x26f0-0x2701 (17) -0x26f0|fd 6e b5 39 |.n.9 | timestamp: 968191741 (s) 0x26f0-0x26f4 (4) +0x26f0|fd 6e b5 39 |.n.9 | timestamp: 968191741 (2020-09-04T22:09:01Z) 0x26f0-0x26f4 (4) 0x26f0| c4 d1 00 00 | .... | distance: 537 (53700) (m) 0x26f4-0x26f8 (4) 0x26f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x26f8-0x26fa (2) 0x26f0| db | . | heart_rate: 219 (bpm) 0x26fa-0x26fb (1) @@ -9106,7 +9106,7 @@ $ fq -d fit dv activity_dev.fit 0x2700| 00 | . | reserved: false 0x2701.3-0x2701.4 (0.1) 0x2700| 00 | . | local_message_type: 0 0x2701.4-0x2702 (0.4) | | | data_message{}: 0x2702-0x2713 (17) -0x2700| fe 6e b5 39 | .n.9 | timestamp: 968191742 (s) 0x2702-0x2706 (4) +0x2700| fe 6e b5 39 | .n.9 | timestamp: 968191742 (2020-09-04T22:09:02Z) 0x2702-0x2706 (4) 0x2700| 28 d2 00 00 | (... | distance: 538 (53800) (m) 0x2706-0x270a (4) 0x2700| e8 03 | .. | speed: 1 (1000) (m/s) 0x270a-0x270c (2) 0x2700| d5 | . | heart_rate: 213 (bpm) 0x270c-0x270d (1) @@ -9122,7 +9122,7 @@ $ fq -d fit dv activity_dev.fit 0x2710| 00 | . | reserved: false 0x2713.3-0x2713.4 (0.1) 0x2710| 00 | . | local_message_type: 0 0x2713.4-0x2714 (0.4) | | | data_message{}: 0x2714-0x2725 (17) -0x2710| ff 6e b5 39 | .n.9 | timestamp: 968191743 (s) 0x2714-0x2718 (4) +0x2710| ff 6e b5 39 | .n.9 | timestamp: 968191743 (2020-09-04T22:09:03Z) 0x2714-0x2718 (4) 0x2710| 8c d2 00 00 | .... | distance: 539 (53900) (m) 0x2718-0x271c (4) 0x2710| e8 03 | .. | speed: 1 (1000) (m/s) 0x271c-0x271e (2) 0x2710| cf | . | heart_rate: 207 (bpm) 0x271e-0x271f (1) @@ -9138,7 +9138,7 @@ $ fq -d fit dv activity_dev.fit 0x2720| 00 | . | reserved: false 0x2725.3-0x2725.4 (0.1) 0x2720| 00 | . | local_message_type: 0 0x2725.4-0x2726 (0.4) | | | data_message{}: 0x2726-0x2737 (17) -0x2720| 00 6f b5 39 | .o.9 | timestamp: 968191744 (s) 0x2726-0x272a (4) +0x2720| 00 6f b5 39 | .o.9 | timestamp: 968191744 (2020-09-04T22:09:04Z) 0x2726-0x272a (4) 0x2720| f0 d2 00 00 | .... | distance: 540 (54000) (m) 0x272a-0x272e (4) 0x2720| e8 03| ..| speed: 1 (1000) (m/s) 0x272e-0x2730 (2) 0x2730|c9 |. | heart_rate: 201 (bpm) 0x2730-0x2731 (1) @@ -9154,7 +9154,7 @@ $ fq -d fit dv activity_dev.fit 0x2730| 00 | . | reserved: false 0x2737.3-0x2737.4 (0.1) 0x2730| 00 | . | local_message_type: 0 0x2737.4-0x2738 (0.4) | | | data_message{}: 0x2738-0x2749 (17) -0x2730| 01 6f b5 39 | .o.9 | timestamp: 968191745 (s) 0x2738-0x273c (4) +0x2730| 01 6f b5 39 | .o.9 | timestamp: 968191745 (2020-09-04T22:09:05Z) 0x2738-0x273c (4) 0x2730| 54 d3 00 00| T...| distance: 541 (54100) (m) 0x273c-0x2740 (4) 0x2740|e8 03 |.. | speed: 1 (1000) (m/s) 0x2740-0x2742 (2) 0x2740| c3 | . | heart_rate: 195 (bpm) 0x2742-0x2743 (1) @@ -9170,7 +9170,7 @@ $ fq -d fit dv activity_dev.fit 0x2740| 00 | . | reserved: false 0x2749.3-0x2749.4 (0.1) 0x2740| 00 | . | local_message_type: 0 0x2749.4-0x274a (0.4) | | | data_message{}: 0x274a-0x275b (17) -0x2740| 02 6f b5 39 | .o.9 | timestamp: 968191746 (s) 0x274a-0x274e (4) +0x2740| 02 6f b5 39 | .o.9 | timestamp: 968191746 (2020-09-04T22:09:06Z) 0x274a-0x274e (4) 0x2740| b8 d3| ..| distance: 542 (54200) (m) 0x274e-0x2752 (4) 0x2750|00 00 |.. | 0x2750| e8 03 | .. | speed: 1 (1000) (m/s) 0x2752-0x2754 (2) @@ -9187,7 +9187,7 @@ $ fq -d fit dv activity_dev.fit 0x2750| 00 | . | reserved: false 0x275b.3-0x275b.4 (0.1) 0x2750| 00 | . | local_message_type: 0 0x275b.4-0x275c (0.4) | | | data_message{}: 0x275c-0x276d (17) -0x2750| 03 6f b5 39| .o.9| timestamp: 968191747 (s) 0x275c-0x2760 (4) +0x2750| 03 6f b5 39| .o.9| timestamp: 968191747 (2020-09-04T22:09:07Z) 0x275c-0x2760 (4) 0x2760|1c d4 00 00 |.... | distance: 543 (54300) (m) 0x2760-0x2764 (4) 0x2760| e8 03 | .. | speed: 1 (1000) (m/s) 0x2764-0x2766 (2) 0x2760| b5 | . | heart_rate: 181 (bpm) 0x2766-0x2767 (1) @@ -9203,7 +9203,7 @@ $ fq -d fit dv activity_dev.fit 0x2760| 00 | . | reserved: false 0x276d.3-0x276d.4 (0.1) 0x2760| 00 | . | local_message_type: 0 0x276d.4-0x276e (0.4) | | | data_message{}: 0x276e-0x277f (17) -0x2760| 04 6f| .o| timestamp: 968191748 (s) 0x276e-0x2772 (4) +0x2760| 04 6f| .o| timestamp: 968191748 (2020-09-04T22:09:08Z) 0x276e-0x2772 (4) 0x2770|b5 39 |.9 | 0x2770| 80 d4 00 00 | .... | distance: 544 (54400) (m) 0x2772-0x2776 (4) 0x2770| e8 03 | .. | speed: 1 (1000) (m/s) 0x2776-0x2778 (2) @@ -9220,7 +9220,7 @@ $ fq -d fit dv activity_dev.fit 0x2770| 00| .| reserved: false 0x277f.3-0x277f.4 (0.1) 0x2770| 00| .| local_message_type: 0 0x277f.4-0x2780 (0.4) | | | data_message{}: 0x2780-0x2791 (17) -0x2780|05 6f b5 39 |.o.9 | timestamp: 968191749 (s) 0x2780-0x2784 (4) +0x2780|05 6f b5 39 |.o.9 | timestamp: 968191749 (2020-09-04T22:09:09Z) 0x2780-0x2784 (4) 0x2780| e4 d4 00 00 | .... | distance: 545 (54500) (m) 0x2784-0x2788 (4) 0x2780| e8 03 | .. | speed: 1 (1000) (m/s) 0x2788-0x278a (2) 0x2780| a6 | . | heart_rate: 166 (bpm) 0x278a-0x278b (1) @@ -9236,7 +9236,7 @@ $ fq -d fit dv activity_dev.fit 0x2790| 00 | . | reserved: false 0x2791.3-0x2791.4 (0.1) 0x2790| 00 | . | local_message_type: 0 0x2791.4-0x2792 (0.4) | | | data_message{}: 0x2792-0x27a3 (17) -0x2790| 06 6f b5 39 | .o.9 | timestamp: 968191750 (s) 0x2792-0x2796 (4) +0x2790| 06 6f b5 39 | .o.9 | timestamp: 968191750 (2020-09-04T22:09:10Z) 0x2792-0x2796 (4) 0x2790| 48 d5 00 00 | H... | distance: 546 (54600) (m) 0x2796-0x279a (4) 0x2790| e8 03 | .. | speed: 1 (1000) (m/s) 0x279a-0x279c (2) 0x2790| 9e | . | heart_rate: 158 (bpm) 0x279c-0x279d (1) @@ -9252,7 +9252,7 @@ $ fq -d fit dv activity_dev.fit 0x27a0| 00 | . | reserved: false 0x27a3.3-0x27a3.4 (0.1) 0x27a0| 00 | . | local_message_type: 0 0x27a3.4-0x27a4 (0.4) | | | data_message{}: 0x27a4-0x27b5 (17) -0x27a0| 07 6f b5 39 | .o.9 | timestamp: 968191751 (s) 0x27a4-0x27a8 (4) +0x27a0| 07 6f b5 39 | .o.9 | timestamp: 968191751 (2020-09-04T22:09:11Z) 0x27a4-0x27a8 (4) 0x27a0| ac d5 00 00 | .... | distance: 547 (54700) (m) 0x27a8-0x27ac (4) 0x27a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x27ac-0x27ae (2) 0x27a0| 96 | . | heart_rate: 150 (bpm) 0x27ae-0x27af (1) @@ -9268,7 +9268,7 @@ $ fq -d fit dv activity_dev.fit 0x27b0| 00 | . | reserved: false 0x27b5.3-0x27b5.4 (0.1) 0x27b0| 00 | . | local_message_type: 0 0x27b5.4-0x27b6 (0.4) | | | data_message{}: 0x27b6-0x27c7 (17) -0x27b0| 08 6f b5 39 | .o.9 | timestamp: 968191752 (s) 0x27b6-0x27ba (4) +0x27b0| 08 6f b5 39 | .o.9 | timestamp: 968191752 (2020-09-04T22:09:12Z) 0x27b6-0x27ba (4) 0x27b0| 10 d6 00 00 | .... | distance: 548 (54800) (m) 0x27ba-0x27be (4) 0x27b0| e8 03| ..| speed: 1 (1000) (m/s) 0x27be-0x27c0 (2) 0x27c0|8e |. | heart_rate: 142 (bpm) 0x27c0-0x27c1 (1) @@ -9284,7 +9284,7 @@ $ fq -d fit dv activity_dev.fit 0x27c0| 00 | . | reserved: false 0x27c7.3-0x27c7.4 (0.1) 0x27c0| 00 | . | local_message_type: 0 0x27c7.4-0x27c8 (0.4) | | | data_message{}: 0x27c8-0x27d9 (17) -0x27c0| 09 6f b5 39 | .o.9 | timestamp: 968191753 (s) 0x27c8-0x27cc (4) +0x27c0| 09 6f b5 39 | .o.9 | timestamp: 968191753 (2020-09-04T22:09:13Z) 0x27c8-0x27cc (4) 0x27c0| 74 d6 00 00| t...| distance: 549 (54900) (m) 0x27cc-0x27d0 (4) 0x27d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x27d0-0x27d2 (2) 0x27d0| 86 | . | heart_rate: 134 (bpm) 0x27d2-0x27d3 (1) @@ -9300,7 +9300,7 @@ $ fq -d fit dv activity_dev.fit 0x27d0| 00 | . | reserved: false 0x27d9.3-0x27d9.4 (0.1) 0x27d0| 00 | . | local_message_type: 0 0x27d9.4-0x27da (0.4) | | | data_message{}: 0x27da-0x27eb (17) -0x27d0| 0a 6f b5 39 | .o.9 | timestamp: 968191754 (s) 0x27da-0x27de (4) +0x27d0| 0a 6f b5 39 | .o.9 | timestamp: 968191754 (2020-09-04T22:09:14Z) 0x27da-0x27de (4) 0x27d0| d8 d6| ..| distance: 550 (55000) (m) 0x27de-0x27e2 (4) 0x27e0|00 00 |.. | 0x27e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x27e2-0x27e4 (2) @@ -9317,7 +9317,7 @@ $ fq -d fit dv activity_dev.fit 0x27e0| 00 | . | reserved: false 0x27eb.3-0x27eb.4 (0.1) 0x27e0| 00 | . | local_message_type: 0 0x27eb.4-0x27ec (0.4) | | | data_message{}: 0x27ec-0x27fd (17) -0x27e0| 0b 6f b5 39| .o.9| timestamp: 968191755 (s) 0x27ec-0x27f0 (4) +0x27e0| 0b 6f b5 39| .o.9| timestamp: 968191755 (2020-09-04T22:09:15Z) 0x27ec-0x27f0 (4) 0x27f0|3c d7 00 00 |<... | distance: 551 (55100) (m) 0x27f0-0x27f4 (4) 0x27f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x27f4-0x27f6 (2) 0x27f0| 77 | w | heart_rate: 119 (bpm) 0x27f6-0x27f7 (1) @@ -9333,7 +9333,7 @@ $ fq -d fit dv activity_dev.fit 0x27f0| 00 | . | reserved: false 0x27fd.3-0x27fd.4 (0.1) 0x27f0| 00 | . | local_message_type: 0 0x27fd.4-0x27fe (0.4) | | | data_message{}: 0x27fe-0x280f (17) -0x27f0| 0c 6f| .o| timestamp: 968191756 (s) 0x27fe-0x2802 (4) +0x27f0| 0c 6f| .o| timestamp: 968191756 (2020-09-04T22:09:16Z) 0x27fe-0x2802 (4) 0x2800|b5 39 |.9 | 0x2800| a0 d7 00 00 | .... | distance: 552 (55200) (m) 0x2802-0x2806 (4) 0x2800| e8 03 | .. | speed: 1 (1000) (m/s) 0x2806-0x2808 (2) @@ -9350,7 +9350,7 @@ $ fq -d fit dv activity_dev.fit 0x2800| 00| .| reserved: false 0x280f.3-0x280f.4 (0.1) 0x2800| 00| .| local_message_type: 0 0x280f.4-0x2810 (0.4) | | | data_message{}: 0x2810-0x2821 (17) -0x2810|0d 6f b5 39 |.o.9 | timestamp: 968191757 (s) 0x2810-0x2814 (4) +0x2810|0d 6f b5 39 |.o.9 | timestamp: 968191757 (2020-09-04T22:09:17Z) 0x2810-0x2814 (4) 0x2810| 04 d8 00 00 | .... | distance: 553 (55300) (m) 0x2814-0x2818 (4) 0x2810| e8 03 | .. | speed: 1 (1000) (m/s) 0x2818-0x281a (2) 0x2810| 67 | g | heart_rate: 103 (bpm) 0x281a-0x281b (1) @@ -9366,7 +9366,7 @@ $ fq -d fit dv activity_dev.fit 0x2820| 00 | . | reserved: false 0x2821.3-0x2821.4 (0.1) 0x2820| 00 | . | local_message_type: 0 0x2821.4-0x2822 (0.4) | | | data_message{}: 0x2822-0x2833 (17) -0x2820| 0e 6f b5 39 | .o.9 | timestamp: 968191758 (s) 0x2822-0x2826 (4) +0x2820| 0e 6f b5 39 | .o.9 | timestamp: 968191758 (2020-09-04T22:09:18Z) 0x2822-0x2826 (4) 0x2820| 68 d8 00 00 | h... | distance: 554 (55400) (m) 0x2826-0x282a (4) 0x2820| e8 03 | .. | speed: 1 (1000) (m/s) 0x282a-0x282c (2) 0x2820| 5f | _ | heart_rate: 95 (bpm) 0x282c-0x282d (1) @@ -9382,7 +9382,7 @@ $ fq -d fit dv activity_dev.fit 0x2830| 00 | . | reserved: false 0x2833.3-0x2833.4 (0.1) 0x2830| 00 | . | local_message_type: 0 0x2833.4-0x2834 (0.4) | | | data_message{}: 0x2834-0x2845 (17) -0x2830| 0f 6f b5 39 | .o.9 | timestamp: 968191759 (s) 0x2834-0x2838 (4) +0x2830| 0f 6f b5 39 | .o.9 | timestamp: 968191759 (2020-09-04T22:09:19Z) 0x2834-0x2838 (4) 0x2830| cc d8 00 00 | .... | distance: 555 (55500) (m) 0x2838-0x283c (4) 0x2830| e8 03 | .. | speed: 1 (1000) (m/s) 0x283c-0x283e (2) 0x2830| 57 | W | heart_rate: 87 (bpm) 0x283e-0x283f (1) @@ -9398,7 +9398,7 @@ $ fq -d fit dv activity_dev.fit 0x2840| 00 | . | reserved: false 0x2845.3-0x2845.4 (0.1) 0x2840| 00 | . | local_message_type: 0 0x2845.4-0x2846 (0.4) | | | data_message{}: 0x2846-0x2857 (17) -0x2840| 10 6f b5 39 | .o.9 | timestamp: 968191760 (s) 0x2846-0x284a (4) +0x2840| 10 6f b5 39 | .o.9 | timestamp: 968191760 (2020-09-04T22:09:20Z) 0x2846-0x284a (4) 0x2840| 30 d9 00 00 | 0... | distance: 556 (55600) (m) 0x284a-0x284e (4) 0x2840| e8 03| ..| speed: 1 (1000) (m/s) 0x284e-0x2850 (2) 0x2850|50 |P | heart_rate: 80 (bpm) 0x2850-0x2851 (1) @@ -9414,7 +9414,7 @@ $ fq -d fit dv activity_dev.fit 0x2850| 00 | . | reserved: false 0x2857.3-0x2857.4 (0.1) 0x2850| 00 | . | local_message_type: 0 0x2857.4-0x2858 (0.4) | | | data_message{}: 0x2858-0x2869 (17) -0x2850| 11 6f b5 39 | .o.9 | timestamp: 968191761 (s) 0x2858-0x285c (4) +0x2850| 11 6f b5 39 | .o.9 | timestamp: 968191761 (2020-09-04T22:09:21Z) 0x2858-0x285c (4) 0x2850| 94 d9 00 00| ....| distance: 557 (55700) (m) 0x285c-0x2860 (4) 0x2860|e8 03 |.. | speed: 1 (1000) (m/s) 0x2860-0x2862 (2) 0x2860| 48 | H | heart_rate: 72 (bpm) 0x2862-0x2863 (1) @@ -9430,7 +9430,7 @@ $ fq -d fit dv activity_dev.fit 0x2860| 00 | . | reserved: false 0x2869.3-0x2869.4 (0.1) 0x2860| 00 | . | local_message_type: 0 0x2869.4-0x286a (0.4) | | | data_message{}: 0x286a-0x287b (17) -0x2860| 12 6f b5 39 | .o.9 | timestamp: 968191762 (s) 0x286a-0x286e (4) +0x2860| 12 6f b5 39 | .o.9 | timestamp: 968191762 (2020-09-04T22:09:22Z) 0x286a-0x286e (4) 0x2860| f8 d9| ..| distance: 558 (55800) (m) 0x286e-0x2872 (4) 0x2870|00 00 |.. | 0x2870| e8 03 | .. | speed: 1 (1000) (m/s) 0x2872-0x2874 (2) @@ -9447,7 +9447,7 @@ $ fq -d fit dv activity_dev.fit 0x2870| 00 | . | reserved: false 0x287b.3-0x287b.4 (0.1) 0x2870| 00 | . | local_message_type: 0 0x287b.4-0x287c (0.4) | | | data_message{}: 0x287c-0x288d (17) -0x2870| 13 6f b5 39| .o.9| timestamp: 968191763 (s) 0x287c-0x2880 (4) +0x2870| 13 6f b5 39| .o.9| timestamp: 968191763 (2020-09-04T22:09:23Z) 0x287c-0x2880 (4) 0x2880|5c da 00 00 |\... | distance: 559 (55900) (m) 0x2880-0x2884 (4) 0x2880| e8 03 | .. | speed: 1 (1000) (m/s) 0x2884-0x2886 (2) 0x2880| 3a | : | heart_rate: 58 (bpm) 0x2886-0x2887 (1) @@ -9463,7 +9463,7 @@ $ fq -d fit dv activity_dev.fit 0x2880| 00 | . | reserved: false 0x288d.3-0x288d.4 (0.1) 0x2880| 00 | . | local_message_type: 0 0x288d.4-0x288e (0.4) | | | data_message{}: 0x288e-0x289f (17) -0x2880| 14 6f| .o| timestamp: 968191764 (s) 0x288e-0x2892 (4) +0x2880| 14 6f| .o| timestamp: 968191764 (2020-09-04T22:09:24Z) 0x288e-0x2892 (4) 0x2890|b5 39 |.9 | 0x2890| c0 da 00 00 | .... | distance: 560 (56000) (m) 0x2892-0x2896 (4) 0x2890| e8 03 | .. | speed: 1 (1000) (m/s) 0x2896-0x2898 (2) @@ -9480,7 +9480,7 @@ $ fq -d fit dv activity_dev.fit 0x2890| 00| .| reserved: false 0x289f.3-0x289f.4 (0.1) 0x2890| 00| .| local_message_type: 0 0x289f.4-0x28a0 (0.4) | | | data_message{}: 0x28a0-0x28b1 (17) -0x28a0|15 6f b5 39 |.o.9 | timestamp: 968191765 (s) 0x28a0-0x28a4 (4) +0x28a0|15 6f b5 39 |.o.9 | timestamp: 968191765 (2020-09-04T22:09:25Z) 0x28a0-0x28a4 (4) 0x28a0| 24 db 00 00 | $... | distance: 561 (56100) (m) 0x28a4-0x28a8 (4) 0x28a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x28a8-0x28aa (2) 0x28a0| 2e | . | heart_rate: 46 (bpm) 0x28aa-0x28ab (1) @@ -9496,7 +9496,7 @@ $ fq -d fit dv activity_dev.fit 0x28b0| 00 | . | reserved: false 0x28b1.3-0x28b1.4 (0.1) 0x28b0| 00 | . | local_message_type: 0 0x28b1.4-0x28b2 (0.4) | | | data_message{}: 0x28b2-0x28c3 (17) -0x28b0| 16 6f b5 39 | .o.9 | timestamp: 968191766 (s) 0x28b2-0x28b6 (4) +0x28b0| 16 6f b5 39 | .o.9 | timestamp: 968191766 (2020-09-04T22:09:26Z) 0x28b2-0x28b6 (4) 0x28b0| 88 db 00 00 | .... | distance: 562 (56200) (m) 0x28b6-0x28ba (4) 0x28b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x28ba-0x28bc (2) 0x28b0| 28 | ( | heart_rate: 40 (bpm) 0x28bc-0x28bd (1) @@ -9512,7 +9512,7 @@ $ fq -d fit dv activity_dev.fit 0x28c0| 00 | . | reserved: false 0x28c3.3-0x28c3.4 (0.1) 0x28c0| 00 | . | local_message_type: 0 0x28c3.4-0x28c4 (0.4) | | | data_message{}: 0x28c4-0x28d5 (17) -0x28c0| 17 6f b5 39 | .o.9 | timestamp: 968191767 (s) 0x28c4-0x28c8 (4) +0x28c0| 17 6f b5 39 | .o.9 | timestamp: 968191767 (2020-09-04T22:09:27Z) 0x28c4-0x28c8 (4) 0x28c0| ec db 00 00 | .... | distance: 563 (56300) (m) 0x28c8-0x28cc (4) 0x28c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x28cc-0x28ce (2) 0x28c0| 22 | " | heart_rate: 34 (bpm) 0x28ce-0x28cf (1) @@ -9528,7 +9528,7 @@ $ fq -d fit dv activity_dev.fit 0x28d0| 00 | . | reserved: false 0x28d5.3-0x28d5.4 (0.1) 0x28d0| 00 | . | local_message_type: 0 0x28d5.4-0x28d6 (0.4) | | | data_message{}: 0x28d6-0x28e7 (17) -0x28d0| 18 6f b5 39 | .o.9 | timestamp: 968191768 (s) 0x28d6-0x28da (4) +0x28d0| 18 6f b5 39 | .o.9 | timestamp: 968191768 (2020-09-04T22:09:28Z) 0x28d6-0x28da (4) 0x28d0| 50 dc 00 00 | P... | distance: 564 (56400) (m) 0x28da-0x28de (4) 0x28d0| e8 03| ..| speed: 1 (1000) (m/s) 0x28de-0x28e0 (2) 0x28e0|1d |. | heart_rate: 29 (bpm) 0x28e0-0x28e1 (1) @@ -9544,7 +9544,7 @@ $ fq -d fit dv activity_dev.fit 0x28e0| 00 | . | reserved: false 0x28e7.3-0x28e7.4 (0.1) 0x28e0| 00 | . | local_message_type: 0 0x28e7.4-0x28e8 (0.4) | | | data_message{}: 0x28e8-0x28f9 (17) -0x28e0| 19 6f b5 39 | .o.9 | timestamp: 968191769 (s) 0x28e8-0x28ec (4) +0x28e0| 19 6f b5 39 | .o.9 | timestamp: 968191769 (2020-09-04T22:09:29Z) 0x28e8-0x28ec (4) 0x28e0| b4 dc 00 00| ....| distance: 565 (56500) (m) 0x28ec-0x28f0 (4) 0x28f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x28f0-0x28f2 (2) 0x28f0| 18 | . | heart_rate: 24 (bpm) 0x28f2-0x28f3 (1) @@ -9560,7 +9560,7 @@ $ fq -d fit dv activity_dev.fit 0x28f0| 00 | . | reserved: false 0x28f9.3-0x28f9.4 (0.1) 0x28f0| 00 | . | local_message_type: 0 0x28f9.4-0x28fa (0.4) | | | data_message{}: 0x28fa-0x290b (17) -0x28f0| 1a 6f b5 39 | .o.9 | timestamp: 968191770 (s) 0x28fa-0x28fe (4) +0x28f0| 1a 6f b5 39 | .o.9 | timestamp: 968191770 (2020-09-04T22:09:30Z) 0x28fa-0x28fe (4) 0x28f0| 18 dd| ..| distance: 566 (56600) (m) 0x28fe-0x2902 (4) 0x2900|00 00 |.. | 0x2900| e8 03 | .. | speed: 1 (1000) (m/s) 0x2902-0x2904 (2) @@ -9577,7 +9577,7 @@ $ fq -d fit dv activity_dev.fit 0x2900| 00 | . | reserved: false 0x290b.3-0x290b.4 (0.1) 0x2900| 00 | . | local_message_type: 0 0x290b.4-0x290c (0.4) | | | data_message{}: 0x290c-0x291d (17) -0x2900| 1b 6f b5 39| .o.9| timestamp: 968191771 (s) 0x290c-0x2910 (4) +0x2900| 1b 6f b5 39| .o.9| timestamp: 968191771 (2020-09-04T22:09:31Z) 0x290c-0x2910 (4) 0x2910|7c dd 00 00 ||... | distance: 567 (56700) (m) 0x2910-0x2914 (4) 0x2910| e8 03 | .. | speed: 1 (1000) (m/s) 0x2914-0x2916 (2) 0x2910| 0f | . | heart_rate: 15 (bpm) 0x2916-0x2917 (1) @@ -9593,7 +9593,7 @@ $ fq -d fit dv activity_dev.fit 0x2910| 00 | . | reserved: false 0x291d.3-0x291d.4 (0.1) 0x2910| 00 | . | local_message_type: 0 0x291d.4-0x291e (0.4) | | | data_message{}: 0x291e-0x292f (17) -0x2910| 1c 6f| .o| timestamp: 968191772 (s) 0x291e-0x2922 (4) +0x2910| 1c 6f| .o| timestamp: 968191772 (2020-09-04T22:09:32Z) 0x291e-0x2922 (4) 0x2920|b5 39 |.9 | 0x2920| e0 dd 00 00 | .... | distance: 568 (56800) (m) 0x2922-0x2926 (4) 0x2920| e8 03 | .. | speed: 1 (1000) (m/s) 0x2926-0x2928 (2) @@ -9610,7 +9610,7 @@ $ fq -d fit dv activity_dev.fit 0x2920| 00| .| reserved: false 0x292f.3-0x292f.4 (0.1) 0x2920| 00| .| local_message_type: 0 0x292f.4-0x2930 (0.4) | | | data_message{}: 0x2930-0x2941 (17) -0x2930|1d 6f b5 39 |.o.9 | timestamp: 968191773 (s) 0x2930-0x2934 (4) +0x2930|1d 6f b5 39 |.o.9 | timestamp: 968191773 (2020-09-04T22:09:33Z) 0x2930-0x2934 (4) 0x2930| 44 de 00 00 | D... | distance: 569 (56900) (m) 0x2934-0x2938 (4) 0x2930| e8 03 | .. | speed: 1 (1000) (m/s) 0x2938-0x293a (2) 0x2930| 08 | . | heart_rate: 8 (bpm) 0x293a-0x293b (1) @@ -9626,7 +9626,7 @@ $ fq -d fit dv activity_dev.fit 0x2940| 00 | . | reserved: false 0x2941.3-0x2941.4 (0.1) 0x2940| 00 | . | local_message_type: 0 0x2941.4-0x2942 (0.4) | | | data_message{}: 0x2942-0x2953 (17) -0x2940| 1e 6f b5 39 | .o.9 | timestamp: 968191774 (s) 0x2942-0x2946 (4) +0x2940| 1e 6f b5 39 | .o.9 | timestamp: 968191774 (2020-09-04T22:09:34Z) 0x2942-0x2946 (4) 0x2940| a8 de 00 00 | .... | distance: 570 (57000) (m) 0x2946-0x294a (4) 0x2940| e8 03 | .. | speed: 1 (1000) (m/s) 0x294a-0x294c (2) 0x2940| 06 | . | heart_rate: 6 (bpm) 0x294c-0x294d (1) @@ -9642,7 +9642,7 @@ $ fq -d fit dv activity_dev.fit 0x2950| 00 | . | reserved: false 0x2953.3-0x2953.4 (0.1) 0x2950| 00 | . | local_message_type: 0 0x2953.4-0x2954 (0.4) | | | data_message{}: 0x2954-0x2965 (17) -0x2950| 1f 6f b5 39 | .o.9 | timestamp: 968191775 (s) 0x2954-0x2958 (4) +0x2950| 1f 6f b5 39 | .o.9 | timestamp: 968191775 (2020-09-04T22:09:35Z) 0x2954-0x2958 (4) 0x2950| 0c df 00 00 | .... | distance: 571 (57100) (m) 0x2958-0x295c (4) 0x2950| e8 03 | .. | speed: 1 (1000) (m/s) 0x295c-0x295e (2) 0x2950| 03 | . | heart_rate: 3 (bpm) 0x295e-0x295f (1) @@ -9658,7 +9658,7 @@ $ fq -d fit dv activity_dev.fit 0x2960| 00 | . | reserved: false 0x2965.3-0x2965.4 (0.1) 0x2960| 00 | . | local_message_type: 0 0x2965.4-0x2966 (0.4) | | | data_message{}: 0x2966-0x2977 (17) -0x2960| 20 6f b5 39 | o.9 | timestamp: 968191776 (s) 0x2966-0x296a (4) +0x2960| 20 6f b5 39 | o.9 | timestamp: 968191776 (2020-09-04T22:09:36Z) 0x2966-0x296a (4) 0x2960| 70 df 00 00 | p... | distance: 572 (57200) (m) 0x296a-0x296e (4) 0x2960| e8 03| ..| speed: 1 (1000) (m/s) 0x296e-0x2970 (2) 0x2970|02 |. | heart_rate: 2 (bpm) 0x2970-0x2971 (1) @@ -9674,7 +9674,7 @@ $ fq -d fit dv activity_dev.fit 0x2970| 00 | . | reserved: false 0x2977.3-0x2977.4 (0.1) 0x2970| 00 | . | local_message_type: 0 0x2977.4-0x2978 (0.4) | | | data_message{}: 0x2978-0x2989 (17) -0x2970| 21 6f b5 39 | !o.9 | timestamp: 968191777 (s) 0x2978-0x297c (4) +0x2970| 21 6f b5 39 | !o.9 | timestamp: 968191777 (2020-09-04T22:09:37Z) 0x2978-0x297c (4) 0x2970| d4 df 00 00| ....| distance: 573 (57300) (m) 0x297c-0x2980 (4) 0x2980|e8 03 |.. | speed: 1 (1000) (m/s) 0x2980-0x2982 (2) 0x2980| 01 | . | heart_rate: 1 (bpm) 0x2982-0x2983 (1) @@ -9690,7 +9690,7 @@ $ fq -d fit dv activity_dev.fit 0x2980| 00 | . | reserved: false 0x2989.3-0x2989.4 (0.1) 0x2980| 00 | . | local_message_type: 0 0x2989.4-0x298a (0.4) | | | data_message{}: 0x298a-0x299b (17) -0x2980| 22 6f b5 39 | "o.9 | timestamp: 968191778 (s) 0x298a-0x298e (4) +0x2980| 22 6f b5 39 | "o.9 | timestamp: 968191778 (2020-09-04T22:09:38Z) 0x298a-0x298e (4) 0x2980| 38 e0| 8.| distance: 574 (57400) (m) 0x298e-0x2992 (4) 0x2990|00 00 |.. | 0x2990| e8 03 | .. | speed: 1 (1000) (m/s) 0x2992-0x2994 (2) @@ -9707,7 +9707,7 @@ $ fq -d fit dv activity_dev.fit 0x2990| 00 | . | reserved: false 0x299b.3-0x299b.4 (0.1) 0x2990| 00 | . | local_message_type: 0 0x299b.4-0x299c (0.4) | | | data_message{}: 0x299c-0x29ad (17) -0x2990| 23 6f b5 39| #o.9| timestamp: 968191779 (s) 0x299c-0x29a0 (4) +0x2990| 23 6f b5 39| #o.9| timestamp: 968191779 (2020-09-04T22:09:39Z) 0x299c-0x29a0 (4) 0x29a0|9c e0 00 00 |.... | distance: 575 (57500) (m) 0x29a0-0x29a4 (4) 0x29a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x29a4-0x29a6 (2) 0x29a0| 00 | . | heart_rate: 0 (bpm) 0x29a6-0x29a7 (1) @@ -9723,7 +9723,7 @@ $ fq -d fit dv activity_dev.fit 0x29a0| 00 | . | reserved: false 0x29ad.3-0x29ad.4 (0.1) 0x29a0| 00 | . | local_message_type: 0 0x29ad.4-0x29ae (0.4) | | | data_message{}: 0x29ae-0x29bf (17) -0x29a0| 24 6f| $o| timestamp: 968191780 (s) 0x29ae-0x29b2 (4) +0x29a0| 24 6f| $o| timestamp: 968191780 (2020-09-04T22:09:40Z) 0x29ae-0x29b2 (4) 0x29b0|b5 39 |.9 | 0x29b0| 00 e1 00 00 | .... | distance: 576 (57600) (m) 0x29b2-0x29b6 (4) 0x29b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x29b6-0x29b8 (2) @@ -9740,7 +9740,7 @@ $ fq -d fit dv activity_dev.fit 0x29b0| 00| .| reserved: false 0x29bf.3-0x29bf.4 (0.1) 0x29b0| 00| .| local_message_type: 0 0x29bf.4-0x29c0 (0.4) | | | data_message{}: 0x29c0-0x29d1 (17) -0x29c0|25 6f b5 39 |%o.9 | timestamp: 968191781 (s) 0x29c0-0x29c4 (4) +0x29c0|25 6f b5 39 |%o.9 | timestamp: 968191781 (2020-09-04T22:09:41Z) 0x29c0-0x29c4 (4) 0x29c0| 64 e1 00 00 | d... | distance: 577 (57700) (m) 0x29c4-0x29c8 (4) 0x29c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x29c8-0x29ca (2) 0x29c0| 01 | . | heart_rate: 1 (bpm) 0x29ca-0x29cb (1) @@ -9756,7 +9756,7 @@ $ fq -d fit dv activity_dev.fit 0x29d0| 00 | . | reserved: false 0x29d1.3-0x29d1.4 (0.1) 0x29d0| 00 | . | local_message_type: 0 0x29d1.4-0x29d2 (0.4) | | | data_message{}: 0x29d2-0x29e3 (17) -0x29d0| 26 6f b5 39 | &o.9 | timestamp: 968191782 (s) 0x29d2-0x29d6 (4) +0x29d0| 26 6f b5 39 | &o.9 | timestamp: 968191782 (2020-09-04T22:09:42Z) 0x29d2-0x29d6 (4) 0x29d0| c8 e1 00 00 | .... | distance: 578 (57800) (m) 0x29d6-0x29da (4) 0x29d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x29da-0x29dc (2) 0x29d0| 02 | . | heart_rate: 2 (bpm) 0x29dc-0x29dd (1) @@ -9772,7 +9772,7 @@ $ fq -d fit dv activity_dev.fit 0x29e0| 00 | . | reserved: false 0x29e3.3-0x29e3.4 (0.1) 0x29e0| 00 | . | local_message_type: 0 0x29e3.4-0x29e4 (0.4) | | | data_message{}: 0x29e4-0x29f5 (17) -0x29e0| 27 6f b5 39 | 'o.9 | timestamp: 968191783 (s) 0x29e4-0x29e8 (4) +0x29e0| 27 6f b5 39 | 'o.9 | timestamp: 968191783 (2020-09-04T22:09:43Z) 0x29e4-0x29e8 (4) 0x29e0| 2c e2 00 00 | ,... | distance: 579 (57900) (m) 0x29e8-0x29ec (4) 0x29e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x29ec-0x29ee (2) 0x29e0| 03 | . | heart_rate: 3 (bpm) 0x29ee-0x29ef (1) @@ -9788,7 +9788,7 @@ $ fq -d fit dv activity_dev.fit 0x29f0| 00 | . | reserved: false 0x29f5.3-0x29f5.4 (0.1) 0x29f0| 00 | . | local_message_type: 0 0x29f5.4-0x29f6 (0.4) | | | data_message{}: 0x29f6-0x2a07 (17) -0x29f0| 28 6f b5 39 | (o.9 | timestamp: 968191784 (s) 0x29f6-0x29fa (4) +0x29f0| 28 6f b5 39 | (o.9 | timestamp: 968191784 (2020-09-04T22:09:44Z) 0x29f6-0x29fa (4) 0x29f0| 90 e2 00 00 | .... | distance: 580 (58000) (m) 0x29fa-0x29fe (4) 0x29f0| e8 03| ..| speed: 1 (1000) (m/s) 0x29fe-0x2a00 (2) 0x2a00|06 |. | heart_rate: 6 (bpm) 0x2a00-0x2a01 (1) @@ -9804,7 +9804,7 @@ $ fq -d fit dv activity_dev.fit 0x2a00| 00 | . | reserved: false 0x2a07.3-0x2a07.4 (0.1) 0x2a00| 00 | . | local_message_type: 0 0x2a07.4-0x2a08 (0.4) | | | data_message{}: 0x2a08-0x2a19 (17) -0x2a00| 29 6f b5 39 | )o.9 | timestamp: 968191785 (s) 0x2a08-0x2a0c (4) +0x2a00| 29 6f b5 39 | )o.9 | timestamp: 968191785 (2020-09-04T22:09:45Z) 0x2a08-0x2a0c (4) 0x2a00| f4 e2 00 00| ....| distance: 581 (58100) (m) 0x2a0c-0x2a10 (4) 0x2a10|e8 03 |.. | speed: 1 (1000) (m/s) 0x2a10-0x2a12 (2) 0x2a10| 08 | . | heart_rate: 8 (bpm) 0x2a12-0x2a13 (1) @@ -9820,7 +9820,7 @@ $ fq -d fit dv activity_dev.fit 0x2a10| 00 | . | reserved: false 0x2a19.3-0x2a19.4 (0.1) 0x2a10| 00 | . | local_message_type: 0 0x2a19.4-0x2a1a (0.4) | | | data_message{}: 0x2a1a-0x2a2b (17) -0x2a10| 2a 6f b5 39 | *o.9 | timestamp: 968191786 (s) 0x2a1a-0x2a1e (4) +0x2a10| 2a 6f b5 39 | *o.9 | timestamp: 968191786 (2020-09-04T22:09:46Z) 0x2a1a-0x2a1e (4) 0x2a10| 58 e3| X.| distance: 582 (58200) (m) 0x2a1e-0x2a22 (4) 0x2a20|00 00 |.. | 0x2a20| e8 03 | .. | speed: 1 (1000) (m/s) 0x2a22-0x2a24 (2) @@ -9837,7 +9837,7 @@ $ fq -d fit dv activity_dev.fit 0x2a20| 00 | . | reserved: false 0x2a2b.3-0x2a2b.4 (0.1) 0x2a20| 00 | . | local_message_type: 0 0x2a2b.4-0x2a2c (0.4) | | | data_message{}: 0x2a2c-0x2a3d (17) -0x2a20| 2b 6f b5 39| +o.9| timestamp: 968191787 (s) 0x2a2c-0x2a30 (4) +0x2a20| 2b 6f b5 39| +o.9| timestamp: 968191787 (2020-09-04T22:09:47Z) 0x2a2c-0x2a30 (4) 0x2a30|bc e3 00 00 |.... | distance: 583 (58300) (m) 0x2a30-0x2a34 (4) 0x2a30| e8 03 | .. | speed: 1 (1000) (m/s) 0x2a34-0x2a36 (2) 0x2a30| 0f | . | heart_rate: 15 (bpm) 0x2a36-0x2a37 (1) @@ -9853,7 +9853,7 @@ $ fq -d fit dv activity_dev.fit 0x2a30| 00 | . | reserved: false 0x2a3d.3-0x2a3d.4 (0.1) 0x2a30| 00 | . | local_message_type: 0 0x2a3d.4-0x2a3e (0.4) | | | data_message{}: 0x2a3e-0x2a4f (17) -0x2a30| 2c 6f| ,o| timestamp: 968191788 (s) 0x2a3e-0x2a42 (4) +0x2a30| 2c 6f| ,o| timestamp: 968191788 (2020-09-04T22:09:48Z) 0x2a3e-0x2a42 (4) 0x2a40|b5 39 |.9 | 0x2a40| 20 e4 00 00 | ... | distance: 584 (58400) (m) 0x2a42-0x2a46 (4) 0x2a40| e8 03 | .. | speed: 1 (1000) (m/s) 0x2a46-0x2a48 (2) @@ -9870,7 +9870,7 @@ $ fq -d fit dv activity_dev.fit 0x2a40| 00| .| reserved: false 0x2a4f.3-0x2a4f.4 (0.1) 0x2a40| 00| .| local_message_type: 0 0x2a4f.4-0x2a50 (0.4) | | | data_message{}: 0x2a50-0x2a61 (17) -0x2a50|2d 6f b5 39 |-o.9 | timestamp: 968191789 (s) 0x2a50-0x2a54 (4) +0x2a50|2d 6f b5 39 |-o.9 | timestamp: 968191789 (2020-09-04T22:09:49Z) 0x2a50-0x2a54 (4) 0x2a50| 84 e4 00 00 | .... | distance: 585 (58500) (m) 0x2a54-0x2a58 (4) 0x2a50| e8 03 | .. | speed: 1 (1000) (m/s) 0x2a58-0x2a5a (2) 0x2a50| 18 | . | heart_rate: 24 (bpm) 0x2a5a-0x2a5b (1) @@ -9886,7 +9886,7 @@ $ fq -d fit dv activity_dev.fit 0x2a60| 00 | . | reserved: false 0x2a61.3-0x2a61.4 (0.1) 0x2a60| 00 | . | local_message_type: 0 0x2a61.4-0x2a62 (0.4) | | | data_message{}: 0x2a62-0x2a73 (17) -0x2a60| 2e 6f b5 39 | .o.9 | timestamp: 968191790 (s) 0x2a62-0x2a66 (4) +0x2a60| 2e 6f b5 39 | .o.9 | timestamp: 968191790 (2020-09-04T22:09:50Z) 0x2a62-0x2a66 (4) 0x2a60| e8 e4 00 00 | .... | distance: 586 (58600) (m) 0x2a66-0x2a6a (4) 0x2a60| e8 03 | .. | speed: 1 (1000) (m/s) 0x2a6a-0x2a6c (2) 0x2a60| 1d | . | heart_rate: 29 (bpm) 0x2a6c-0x2a6d (1) @@ -9902,7 +9902,7 @@ $ fq -d fit dv activity_dev.fit 0x2a70| 00 | . | reserved: false 0x2a73.3-0x2a73.4 (0.1) 0x2a70| 00 | . | local_message_type: 0 0x2a73.4-0x2a74 (0.4) | | | data_message{}: 0x2a74-0x2a85 (17) -0x2a70| 2f 6f b5 39 | /o.9 | timestamp: 968191791 (s) 0x2a74-0x2a78 (4) +0x2a70| 2f 6f b5 39 | /o.9 | timestamp: 968191791 (2020-09-04T22:09:51Z) 0x2a74-0x2a78 (4) 0x2a70| 4c e5 00 00 | L... | distance: 587 (58700) (m) 0x2a78-0x2a7c (4) 0x2a70| e8 03 | .. | speed: 1 (1000) (m/s) 0x2a7c-0x2a7e (2) 0x2a70| 22 | " | heart_rate: 34 (bpm) 0x2a7e-0x2a7f (1) @@ -9918,7 +9918,7 @@ $ fq -d fit dv activity_dev.fit 0x2a80| 00 | . | reserved: false 0x2a85.3-0x2a85.4 (0.1) 0x2a80| 00 | . | local_message_type: 0 0x2a85.4-0x2a86 (0.4) | | | data_message{}: 0x2a86-0x2a97 (17) -0x2a80| 30 6f b5 39 | 0o.9 | timestamp: 968191792 (s) 0x2a86-0x2a8a (4) +0x2a80| 30 6f b5 39 | 0o.9 | timestamp: 968191792 (2020-09-04T22:09:52Z) 0x2a86-0x2a8a (4) 0x2a80| b0 e5 00 00 | .... | distance: 588 (58800) (m) 0x2a8a-0x2a8e (4) 0x2a80| e8 03| ..| speed: 1 (1000) (m/s) 0x2a8e-0x2a90 (2) 0x2a90|28 |( | heart_rate: 40 (bpm) 0x2a90-0x2a91 (1) @@ -9934,7 +9934,7 @@ $ fq -d fit dv activity_dev.fit 0x2a90| 00 | . | reserved: false 0x2a97.3-0x2a97.4 (0.1) 0x2a90| 00 | . | local_message_type: 0 0x2a97.4-0x2a98 (0.4) | | | data_message{}: 0x2a98-0x2aa9 (17) -0x2a90| 31 6f b5 39 | 1o.9 | timestamp: 968191793 (s) 0x2a98-0x2a9c (4) +0x2a90| 31 6f b5 39 | 1o.9 | timestamp: 968191793 (2020-09-04T22:09:53Z) 0x2a98-0x2a9c (4) 0x2a90| 14 e6 00 00| ....| distance: 589 (58900) (m) 0x2a9c-0x2aa0 (4) 0x2aa0|e8 03 |.. | speed: 1 (1000) (m/s) 0x2aa0-0x2aa2 (2) 0x2aa0| 2e | . | heart_rate: 46 (bpm) 0x2aa2-0x2aa3 (1) @@ -9950,7 +9950,7 @@ $ fq -d fit dv activity_dev.fit 0x2aa0| 00 | . | reserved: false 0x2aa9.3-0x2aa9.4 (0.1) 0x2aa0| 00 | . | local_message_type: 0 0x2aa9.4-0x2aaa (0.4) | | | data_message{}: 0x2aaa-0x2abb (17) -0x2aa0| 32 6f b5 39 | 2o.9 | timestamp: 968191794 (s) 0x2aaa-0x2aae (4) +0x2aa0| 32 6f b5 39 | 2o.9 | timestamp: 968191794 (2020-09-04T22:09:54Z) 0x2aaa-0x2aae (4) 0x2aa0| 78 e6| x.| distance: 590 (59000) (m) 0x2aae-0x2ab2 (4) 0x2ab0|00 00 |.. | 0x2ab0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ab2-0x2ab4 (2) @@ -9967,7 +9967,7 @@ $ fq -d fit dv activity_dev.fit 0x2ab0| 00 | . | reserved: false 0x2abb.3-0x2abb.4 (0.1) 0x2ab0| 00 | . | local_message_type: 0 0x2abb.4-0x2abc (0.4) | | | data_message{}: 0x2abc-0x2acd (17) -0x2ab0| 33 6f b5 39| 3o.9| timestamp: 968191795 (s) 0x2abc-0x2ac0 (4) +0x2ab0| 33 6f b5 39| 3o.9| timestamp: 968191795 (2020-09-04T22:09:55Z) 0x2abc-0x2ac0 (4) 0x2ac0|dc e6 00 00 |.... | distance: 591 (59100) (m) 0x2ac0-0x2ac4 (4) 0x2ac0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ac4-0x2ac6 (2) 0x2ac0| 3a | : | heart_rate: 58 (bpm) 0x2ac6-0x2ac7 (1) @@ -9983,7 +9983,7 @@ $ fq -d fit dv activity_dev.fit 0x2ac0| 00 | . | reserved: false 0x2acd.3-0x2acd.4 (0.1) 0x2ac0| 00 | . | local_message_type: 0 0x2acd.4-0x2ace (0.4) | | | data_message{}: 0x2ace-0x2adf (17) -0x2ac0| 34 6f| 4o| timestamp: 968191796 (s) 0x2ace-0x2ad2 (4) +0x2ac0| 34 6f| 4o| timestamp: 968191796 (2020-09-04T22:09:56Z) 0x2ace-0x2ad2 (4) 0x2ad0|b5 39 |.9 | 0x2ad0| 40 e7 00 00 | @... | distance: 592 (59200) (m) 0x2ad2-0x2ad6 (4) 0x2ad0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ad6-0x2ad8 (2) @@ -10000,7 +10000,7 @@ $ fq -d fit dv activity_dev.fit 0x2ad0| 00| .| reserved: false 0x2adf.3-0x2adf.4 (0.1) 0x2ad0| 00| .| local_message_type: 0 0x2adf.4-0x2ae0 (0.4) | | | data_message{}: 0x2ae0-0x2af1 (17) -0x2ae0|35 6f b5 39 |5o.9 | timestamp: 968191797 (s) 0x2ae0-0x2ae4 (4) +0x2ae0|35 6f b5 39 |5o.9 | timestamp: 968191797 (2020-09-04T22:09:57Z) 0x2ae0-0x2ae4 (4) 0x2ae0| a4 e7 00 00 | .... | distance: 593 (59300) (m) 0x2ae4-0x2ae8 (4) 0x2ae0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ae8-0x2aea (2) 0x2ae0| 48 | H | heart_rate: 72 (bpm) 0x2aea-0x2aeb (1) @@ -10016,7 +10016,7 @@ $ fq -d fit dv activity_dev.fit 0x2af0| 00 | . | reserved: false 0x2af1.3-0x2af1.4 (0.1) 0x2af0| 00 | . | local_message_type: 0 0x2af1.4-0x2af2 (0.4) | | | data_message{}: 0x2af2-0x2b03 (17) -0x2af0| 36 6f b5 39 | 6o.9 | timestamp: 968191798 (s) 0x2af2-0x2af6 (4) +0x2af0| 36 6f b5 39 | 6o.9 | timestamp: 968191798 (2020-09-04T22:09:58Z) 0x2af2-0x2af6 (4) 0x2af0| 08 e8 00 00 | .... | distance: 594 (59400) (m) 0x2af6-0x2afa (4) 0x2af0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2afa-0x2afc (2) 0x2af0| 50 | P | heart_rate: 80 (bpm) 0x2afc-0x2afd (1) @@ -10032,7 +10032,7 @@ $ fq -d fit dv activity_dev.fit 0x2b00| 00 | . | reserved: false 0x2b03.3-0x2b03.4 (0.1) 0x2b00| 00 | . | local_message_type: 0 0x2b03.4-0x2b04 (0.4) | | | data_message{}: 0x2b04-0x2b15 (17) -0x2b00| 37 6f b5 39 | 7o.9 | timestamp: 968191799 (s) 0x2b04-0x2b08 (4) +0x2b00| 37 6f b5 39 | 7o.9 | timestamp: 968191799 (2020-09-04T22:09:59Z) 0x2b04-0x2b08 (4) 0x2b00| 6c e8 00 00 | l... | distance: 595 (59500) (m) 0x2b08-0x2b0c (4) 0x2b00| e8 03 | .. | speed: 1 (1000) (m/s) 0x2b0c-0x2b0e (2) 0x2b00| 57 | W | heart_rate: 87 (bpm) 0x2b0e-0x2b0f (1) @@ -10048,7 +10048,7 @@ $ fq -d fit dv activity_dev.fit 0x2b10| 00 | . | reserved: false 0x2b15.3-0x2b15.4 (0.1) 0x2b10| 00 | . | local_message_type: 0 0x2b15.4-0x2b16 (0.4) | | | data_message{}: 0x2b16-0x2b27 (17) -0x2b10| 38 6f b5 39 | 8o.9 | timestamp: 968191800 (s) 0x2b16-0x2b1a (4) +0x2b10| 38 6f b5 39 | 8o.9 | timestamp: 968191800 (2020-09-04T22:10:00Z) 0x2b16-0x2b1a (4) 0x2b10| d0 e8 00 00 | .... | distance: 596 (59600) (m) 0x2b1a-0x2b1e (4) 0x2b10| e8 03| ..| speed: 1 (1000) (m/s) 0x2b1e-0x2b20 (2) 0x2b20|5f |_ | heart_rate: 95 (bpm) 0x2b20-0x2b21 (1) @@ -10064,7 +10064,7 @@ $ fq -d fit dv activity_dev.fit 0x2b20| 00 | . | reserved: false 0x2b27.3-0x2b27.4 (0.1) 0x2b20| 00 | . | local_message_type: 0 0x2b27.4-0x2b28 (0.4) | | | data_message{}: 0x2b28-0x2b39 (17) -0x2b20| 39 6f b5 39 | 9o.9 | timestamp: 968191801 (s) 0x2b28-0x2b2c (4) +0x2b20| 39 6f b5 39 | 9o.9 | timestamp: 968191801 (2020-09-04T22:10:01Z) 0x2b28-0x2b2c (4) 0x2b20| 34 e9 00 00| 4...| distance: 597 (59700) (m) 0x2b2c-0x2b30 (4) 0x2b30|e8 03 |.. | speed: 1 (1000) (m/s) 0x2b30-0x2b32 (2) 0x2b30| 67 | g | heart_rate: 103 (bpm) 0x2b32-0x2b33 (1) @@ -10080,7 +10080,7 @@ $ fq -d fit dv activity_dev.fit 0x2b30| 00 | . | reserved: false 0x2b39.3-0x2b39.4 (0.1) 0x2b30| 00 | . | local_message_type: 0 0x2b39.4-0x2b3a (0.4) | | | data_message{}: 0x2b3a-0x2b4b (17) -0x2b30| 3a 6f b5 39 | :o.9 | timestamp: 968191802 (s) 0x2b3a-0x2b3e (4) +0x2b30| 3a 6f b5 39 | :o.9 | timestamp: 968191802 (2020-09-04T22:10:02Z) 0x2b3a-0x2b3e (4) 0x2b30| 98 e9| ..| distance: 598 (59800) (m) 0x2b3e-0x2b42 (4) 0x2b40|00 00 |.. | 0x2b40| e8 03 | .. | speed: 1 (1000) (m/s) 0x2b42-0x2b44 (2) @@ -10097,7 +10097,7 @@ $ fq -d fit dv activity_dev.fit 0x2b40| 00 | . | reserved: false 0x2b4b.3-0x2b4b.4 (0.1) 0x2b40| 00 | . | local_message_type: 0 0x2b4b.4-0x2b4c (0.4) | | | data_message{}: 0x2b4c-0x2b5d (17) -0x2b40| 3b 6f b5 39| ;o.9| timestamp: 968191803 (s) 0x2b4c-0x2b50 (4) +0x2b40| 3b 6f b5 39| ;o.9| timestamp: 968191803 (2020-09-04T22:10:03Z) 0x2b4c-0x2b50 (4) 0x2b50|fc e9 00 00 |.... | distance: 599 (59900) (m) 0x2b50-0x2b54 (4) 0x2b50| e8 03 | .. | speed: 1 (1000) (m/s) 0x2b54-0x2b56 (2) 0x2b50| 77 | w | heart_rate: 119 (bpm) 0x2b56-0x2b57 (1) @@ -10113,7 +10113,7 @@ $ fq -d fit dv activity_dev.fit 0x2b50| 00 | . | reserved: false 0x2b5d.3-0x2b5d.4 (0.1) 0x2b50| 00 | . | local_message_type: 0 0x2b5d.4-0x2b5e (0.4) | | | data_message{}: 0x2b5e-0x2b6f (17) -0x2b50| 3c 6f| o.9 | timestamp: 968191806 (s) 0x2b82-0x2b86 (4) +0x2b80| 3e 6f b5 39 | >o.9 | timestamp: 968191806 (2020-09-04T22:10:06Z) 0x2b82-0x2b86 (4) 0x2b80| 28 eb 00 00 | (... | distance: 602 (60200) (m) 0x2b86-0x2b8a (4) 0x2b80| e8 03 | .. | speed: 1 (1000) (m/s) 0x2b8a-0x2b8c (2) 0x2b80| 8e | . | heart_rate: 142 (bpm) 0x2b8c-0x2b8d (1) @@ -10162,7 +10162,7 @@ $ fq -d fit dv activity_dev.fit 0x2b90| 00 | . | reserved: false 0x2b93.3-0x2b93.4 (0.1) 0x2b90| 00 | . | local_message_type: 0 0x2b93.4-0x2b94 (0.4) | | | data_message{}: 0x2b94-0x2ba5 (17) -0x2b90| 3f 6f b5 39 | ?o.9 | timestamp: 968191807 (s) 0x2b94-0x2b98 (4) +0x2b90| 3f 6f b5 39 | ?o.9 | timestamp: 968191807 (2020-09-04T22:10:07Z) 0x2b94-0x2b98 (4) 0x2b90| 8c eb 00 00 | .... | distance: 603 (60300) (m) 0x2b98-0x2b9c (4) 0x2b90| e8 03 | .. | speed: 1 (1000) (m/s) 0x2b9c-0x2b9e (2) 0x2b90| 96 | . | heart_rate: 150 (bpm) 0x2b9e-0x2b9f (1) @@ -10178,7 +10178,7 @@ $ fq -d fit dv activity_dev.fit 0x2ba0| 00 | . | reserved: false 0x2ba5.3-0x2ba5.4 (0.1) 0x2ba0| 00 | . | local_message_type: 0 0x2ba5.4-0x2ba6 (0.4) | | | data_message{}: 0x2ba6-0x2bb7 (17) -0x2ba0| 40 6f b5 39 | @o.9 | timestamp: 968191808 (s) 0x2ba6-0x2baa (4) +0x2ba0| 40 6f b5 39 | @o.9 | timestamp: 968191808 (2020-09-04T22:10:08Z) 0x2ba6-0x2baa (4) 0x2ba0| f0 eb 00 00 | .... | distance: 604 (60400) (m) 0x2baa-0x2bae (4) 0x2ba0| e8 03| ..| speed: 1 (1000) (m/s) 0x2bae-0x2bb0 (2) 0x2bb0|9e |. | heart_rate: 158 (bpm) 0x2bb0-0x2bb1 (1) @@ -10194,7 +10194,7 @@ $ fq -d fit dv activity_dev.fit 0x2bb0| 00 | . | reserved: false 0x2bb7.3-0x2bb7.4 (0.1) 0x2bb0| 00 | . | local_message_type: 0 0x2bb7.4-0x2bb8 (0.4) | | | data_message{}: 0x2bb8-0x2bc9 (17) -0x2bb0| 41 6f b5 39 | Ao.9 | timestamp: 968191809 (s) 0x2bb8-0x2bbc (4) +0x2bb0| 41 6f b5 39 | Ao.9 | timestamp: 968191809 (2020-09-04T22:10:09Z) 0x2bb8-0x2bbc (4) 0x2bb0| 54 ec 00 00| T...| distance: 605 (60500) (m) 0x2bbc-0x2bc0 (4) 0x2bc0|e8 03 |.. | speed: 1 (1000) (m/s) 0x2bc0-0x2bc2 (2) 0x2bc0| a6 | . | heart_rate: 166 (bpm) 0x2bc2-0x2bc3 (1) @@ -10210,7 +10210,7 @@ $ fq -d fit dv activity_dev.fit 0x2bc0| 00 | . | reserved: false 0x2bc9.3-0x2bc9.4 (0.1) 0x2bc0| 00 | . | local_message_type: 0 0x2bc9.4-0x2bca (0.4) | | | data_message{}: 0x2bca-0x2bdb (17) -0x2bc0| 42 6f b5 39 | Bo.9 | timestamp: 968191810 (s) 0x2bca-0x2bce (4) +0x2bc0| 42 6f b5 39 | Bo.9 | timestamp: 968191810 (2020-09-04T22:10:10Z) 0x2bca-0x2bce (4) 0x2bc0| b8 ec| ..| distance: 606 (60600) (m) 0x2bce-0x2bd2 (4) 0x2bd0|00 00 |.. | 0x2bd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2bd2-0x2bd4 (2) @@ -10227,7 +10227,7 @@ $ fq -d fit dv activity_dev.fit 0x2bd0| 00 | . | reserved: false 0x2bdb.3-0x2bdb.4 (0.1) 0x2bd0| 00 | . | local_message_type: 0 0x2bdb.4-0x2bdc (0.4) | | | data_message{}: 0x2bdc-0x2bed (17) -0x2bd0| 43 6f b5 39| Co.9| timestamp: 968191811 (s) 0x2bdc-0x2be0 (4) +0x2bd0| 43 6f b5 39| Co.9| timestamp: 968191811 (2020-09-04T22:10:11Z) 0x2bdc-0x2be0 (4) 0x2be0|1c ed 00 00 |.... | distance: 607 (60700) (m) 0x2be0-0x2be4 (4) 0x2be0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2be4-0x2be6 (2) 0x2be0| b5 | . | heart_rate: 181 (bpm) 0x2be6-0x2be7 (1) @@ -10243,7 +10243,7 @@ $ fq -d fit dv activity_dev.fit 0x2be0| 00 | . | reserved: false 0x2bed.3-0x2bed.4 (0.1) 0x2be0| 00 | . | local_message_type: 0 0x2bed.4-0x2bee (0.4) | | | data_message{}: 0x2bee-0x2bff (17) -0x2be0| 44 6f| Do| timestamp: 968191812 (s) 0x2bee-0x2bf2 (4) +0x2be0| 44 6f| Do| timestamp: 968191812 (2020-09-04T22:10:12Z) 0x2bee-0x2bf2 (4) 0x2bf0|b5 39 |.9 | 0x2bf0| 80 ed 00 00 | .... | distance: 608 (60800) (m) 0x2bf2-0x2bf6 (4) 0x2bf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2bf6-0x2bf8 (2) @@ -10260,7 +10260,7 @@ $ fq -d fit dv activity_dev.fit 0x2bf0| 00| .| reserved: false 0x2bff.3-0x2bff.4 (0.1) 0x2bf0| 00| .| local_message_type: 0 0x2bff.4-0x2c00 (0.4) | | | data_message{}: 0x2c00-0x2c11 (17) -0x2c00|45 6f b5 39 |Eo.9 | timestamp: 968191813 (s) 0x2c00-0x2c04 (4) +0x2c00|45 6f b5 39 |Eo.9 | timestamp: 968191813 (2020-09-04T22:10:13Z) 0x2c00-0x2c04 (4) 0x2c00| e4 ed 00 00 | .... | distance: 609 (60900) (m) 0x2c04-0x2c08 (4) 0x2c00| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c08-0x2c0a (2) 0x2c00| c3 | . | heart_rate: 195 (bpm) 0x2c0a-0x2c0b (1) @@ -10276,7 +10276,7 @@ $ fq -d fit dv activity_dev.fit 0x2c10| 00 | . | reserved: false 0x2c11.3-0x2c11.4 (0.1) 0x2c10| 00 | . | local_message_type: 0 0x2c11.4-0x2c12 (0.4) | | | data_message{}: 0x2c12-0x2c23 (17) -0x2c10| 46 6f b5 39 | Fo.9 | timestamp: 968191814 (s) 0x2c12-0x2c16 (4) +0x2c10| 46 6f b5 39 | Fo.9 | timestamp: 968191814 (2020-09-04T22:10:14Z) 0x2c12-0x2c16 (4) 0x2c10| 48 ee 00 00 | H... | distance: 610 (61000) (m) 0x2c16-0x2c1a (4) 0x2c10| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c1a-0x2c1c (2) 0x2c10| c9 | . | heart_rate: 201 (bpm) 0x2c1c-0x2c1d (1) @@ -10292,7 +10292,7 @@ $ fq -d fit dv activity_dev.fit 0x2c20| 00 | . | reserved: false 0x2c23.3-0x2c23.4 (0.1) 0x2c20| 00 | . | local_message_type: 0 0x2c23.4-0x2c24 (0.4) | | | data_message{}: 0x2c24-0x2c35 (17) -0x2c20| 47 6f b5 39 | Go.9 | timestamp: 968191815 (s) 0x2c24-0x2c28 (4) +0x2c20| 47 6f b5 39 | Go.9 | timestamp: 968191815 (2020-09-04T22:10:15Z) 0x2c24-0x2c28 (4) 0x2c20| ac ee 00 00 | .... | distance: 611 (61100) (m) 0x2c28-0x2c2c (4) 0x2c20| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c2c-0x2c2e (2) 0x2c20| cf | . | heart_rate: 207 (bpm) 0x2c2e-0x2c2f (1) @@ -10308,7 +10308,7 @@ $ fq -d fit dv activity_dev.fit 0x2c30| 00 | . | reserved: false 0x2c35.3-0x2c35.4 (0.1) 0x2c30| 00 | . | local_message_type: 0 0x2c35.4-0x2c36 (0.4) | | | data_message{}: 0x2c36-0x2c47 (17) -0x2c30| 48 6f b5 39 | Ho.9 | timestamp: 968191816 (s) 0x2c36-0x2c3a (4) +0x2c30| 48 6f b5 39 | Ho.9 | timestamp: 968191816 (2020-09-04T22:10:16Z) 0x2c36-0x2c3a (4) 0x2c30| 10 ef 00 00 | .... | distance: 612 (61200) (m) 0x2c3a-0x2c3e (4) 0x2c30| e8 03| ..| speed: 1 (1000) (m/s) 0x2c3e-0x2c40 (2) 0x2c40|d5 |. | heart_rate: 213 (bpm) 0x2c40-0x2c41 (1) @@ -10324,7 +10324,7 @@ $ fq -d fit dv activity_dev.fit 0x2c40| 00 | . | reserved: false 0x2c47.3-0x2c47.4 (0.1) 0x2c40| 00 | . | local_message_type: 0 0x2c47.4-0x2c48 (0.4) | | | data_message{}: 0x2c48-0x2c59 (17) -0x2c40| 49 6f b5 39 | Io.9 | timestamp: 968191817 (s) 0x2c48-0x2c4c (4) +0x2c40| 49 6f b5 39 | Io.9 | timestamp: 968191817 (2020-09-04T22:10:17Z) 0x2c48-0x2c4c (4) 0x2c40| 74 ef 00 00| t...| distance: 613 (61300) (m) 0x2c4c-0x2c50 (4) 0x2c50|e8 03 |.. | speed: 1 (1000) (m/s) 0x2c50-0x2c52 (2) 0x2c50| db | . | heart_rate: 219 (bpm) 0x2c52-0x2c53 (1) @@ -10340,7 +10340,7 @@ $ fq -d fit dv activity_dev.fit 0x2c50| 00 | . | reserved: false 0x2c59.3-0x2c59.4 (0.1) 0x2c50| 00 | . | local_message_type: 0 0x2c59.4-0x2c5a (0.4) | | | data_message{}: 0x2c5a-0x2c6b (17) -0x2c50| 4a 6f b5 39 | Jo.9 | timestamp: 968191818 (s) 0x2c5a-0x2c5e (4) +0x2c50| 4a 6f b5 39 | Jo.9 | timestamp: 968191818 (2020-09-04T22:10:18Z) 0x2c5a-0x2c5e (4) 0x2c50| d8 ef| ..| distance: 614 (61400) (m) 0x2c5e-0x2c62 (4) 0x2c60|00 00 |.. | 0x2c60| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c62-0x2c64 (2) @@ -10357,7 +10357,7 @@ $ fq -d fit dv activity_dev.fit 0x2c60| 00 | . | reserved: false 0x2c6b.3-0x2c6b.4 (0.1) 0x2c60| 00 | . | local_message_type: 0 0x2c6b.4-0x2c6c (0.4) | | | data_message{}: 0x2c6c-0x2c7d (17) -0x2c60| 4b 6f b5 39| Ko.9| timestamp: 968191819 (s) 0x2c6c-0x2c70 (4) +0x2c60| 4b 6f b5 39| Ko.9| timestamp: 968191819 (2020-09-04T22:10:19Z) 0x2c6c-0x2c70 (4) 0x2c70|3c f0 00 00 |<... | distance: 615 (61500) (m) 0x2c70-0x2c74 (4) 0x2c70| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c74-0x2c76 (2) 0x2c70| e5 | . | heart_rate: 229 (bpm) 0x2c76-0x2c77 (1) @@ -10373,7 +10373,7 @@ $ fq -d fit dv activity_dev.fit 0x2c70| 00 | . | reserved: false 0x2c7d.3-0x2c7d.4 (0.1) 0x2c70| 00 | . | local_message_type: 0 0x2c7d.4-0x2c7e (0.4) | | | data_message{}: 0x2c7e-0x2c8f (17) -0x2c70| 4c 6f| Lo| timestamp: 968191820 (s) 0x2c7e-0x2c82 (4) +0x2c70| 4c 6f| Lo| timestamp: 968191820 (2020-09-04T22:10:20Z) 0x2c7e-0x2c82 (4) 0x2c80|b5 39 |.9 | 0x2c80| a0 f0 00 00 | .... | distance: 616 (61600) (m) 0x2c82-0x2c86 (4) 0x2c80| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c86-0x2c88 (2) @@ -10390,7 +10390,7 @@ $ fq -d fit dv activity_dev.fit 0x2c80| 00| .| reserved: false 0x2c8f.3-0x2c8f.4 (0.1) 0x2c80| 00| .| local_message_type: 0 0x2c8f.4-0x2c90 (0.4) | | | data_message{}: 0x2c90-0x2ca1 (17) -0x2c90|4d 6f b5 39 |Mo.9 | timestamp: 968191821 (s) 0x2c90-0x2c94 (4) +0x2c90|4d 6f b5 39 |Mo.9 | timestamp: 968191821 (2020-09-04T22:10:21Z) 0x2c90-0x2c94 (4) 0x2c90| 04 f1 00 00 | .... | distance: 617 (61700) (m) 0x2c94-0x2c98 (4) 0x2c90| e8 03 | .. | speed: 1 (1000) (m/s) 0x2c98-0x2c9a (2) 0x2c90| ee | . | heart_rate: 238 (bpm) 0x2c9a-0x2c9b (1) @@ -10406,7 +10406,7 @@ $ fq -d fit dv activity_dev.fit 0x2ca0| 00 | . | reserved: false 0x2ca1.3-0x2ca1.4 (0.1) 0x2ca0| 00 | . | local_message_type: 0 0x2ca1.4-0x2ca2 (0.4) | | | data_message{}: 0x2ca2-0x2cb3 (17) -0x2ca0| 4e 6f b5 39 | No.9 | timestamp: 968191822 (s) 0x2ca2-0x2ca6 (4) +0x2ca0| 4e 6f b5 39 | No.9 | timestamp: 968191822 (2020-09-04T22:10:22Z) 0x2ca2-0x2ca6 (4) 0x2ca0| 68 f1 00 00 | h... | distance: 618 (61800) (m) 0x2ca6-0x2caa (4) 0x2ca0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2caa-0x2cac (2) 0x2ca0| f1 | . | heart_rate: 241 (bpm) 0x2cac-0x2cad (1) @@ -10422,7 +10422,7 @@ $ fq -d fit dv activity_dev.fit 0x2cb0| 00 | . | reserved: false 0x2cb3.3-0x2cb3.4 (0.1) 0x2cb0| 00 | . | local_message_type: 0 0x2cb3.4-0x2cb4 (0.4) | | | data_message{}: 0x2cb4-0x2cc5 (17) -0x2cb0| 4f 6f b5 39 | Oo.9 | timestamp: 968191823 (s) 0x2cb4-0x2cb8 (4) +0x2cb0| 4f 6f b5 39 | Oo.9 | timestamp: 968191823 (2020-09-04T22:10:23Z) 0x2cb4-0x2cb8 (4) 0x2cb0| cc f1 00 00 | .... | distance: 619 (61900) (m) 0x2cb8-0x2cbc (4) 0x2cb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2cbc-0x2cbe (2) 0x2cb0| f5 | . | heart_rate: 245 (bpm) 0x2cbe-0x2cbf (1) @@ -10438,7 +10438,7 @@ $ fq -d fit dv activity_dev.fit 0x2cc0| 00 | . | reserved: false 0x2cc5.3-0x2cc5.4 (0.1) 0x2cc0| 00 | . | local_message_type: 0 0x2cc5.4-0x2cc6 (0.4) | | | data_message{}: 0x2cc6-0x2cd7 (17) -0x2cc0| 50 6f b5 39 | Po.9 | timestamp: 968191824 (s) 0x2cc6-0x2cca (4) +0x2cc0| 50 6f b5 39 | Po.9 | timestamp: 968191824 (2020-09-04T22:10:24Z) 0x2cc6-0x2cca (4) 0x2cc0| 30 f2 00 00 | 0... | distance: 620 (62000) (m) 0x2cca-0x2cce (4) 0x2cc0| e8 03| ..| speed: 1 (1000) (m/s) 0x2cce-0x2cd0 (2) 0x2cd0|f7 |. | heart_rate: 247 (bpm) 0x2cd0-0x2cd1 (1) @@ -10454,7 +10454,7 @@ $ fq -d fit dv activity_dev.fit 0x2cd0| 00 | . | reserved: false 0x2cd7.3-0x2cd7.4 (0.1) 0x2cd0| 00 | . | local_message_type: 0 0x2cd7.4-0x2cd8 (0.4) | | | data_message{}: 0x2cd8-0x2ce9 (17) -0x2cd0| 51 6f b5 39 | Qo.9 | timestamp: 968191825 (s) 0x2cd8-0x2cdc (4) +0x2cd0| 51 6f b5 39 | Qo.9 | timestamp: 968191825 (2020-09-04T22:10:25Z) 0x2cd8-0x2cdc (4) 0x2cd0| 94 f2 00 00| ....| distance: 621 (62100) (m) 0x2cdc-0x2ce0 (4) 0x2ce0|e8 03 |.. | speed: 1 (1000) (m/s) 0x2ce0-0x2ce2 (2) 0x2ce0| fa | . | heart_rate: 250 (bpm) 0x2ce2-0x2ce3 (1) @@ -10470,7 +10470,7 @@ $ fq -d fit dv activity_dev.fit 0x2ce0| 00 | . | reserved: false 0x2ce9.3-0x2ce9.4 (0.1) 0x2ce0| 00 | . | local_message_type: 0 0x2ce9.4-0x2cea (0.4) | | | data_message{}: 0x2cea-0x2cfb (17) -0x2ce0| 52 6f b5 39 | Ro.9 | timestamp: 968191826 (s) 0x2cea-0x2cee (4) +0x2ce0| 52 6f b5 39 | Ro.9 | timestamp: 968191826 (2020-09-04T22:10:26Z) 0x2cea-0x2cee (4) 0x2ce0| f8 f2| ..| distance: 622 (62200) (m) 0x2cee-0x2cf2 (4) 0x2cf0|00 00 |.. | 0x2cf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2cf2-0x2cf4 (2) @@ -10487,7 +10487,7 @@ $ fq -d fit dv activity_dev.fit 0x2cf0| 00 | . | reserved: false 0x2cfb.3-0x2cfb.4 (0.1) 0x2cf0| 00 | . | local_message_type: 0 0x2cfb.4-0x2cfc (0.4) | | | data_message{}: 0x2cfc-0x2d0d (17) -0x2cf0| 53 6f b5 39| So.9| timestamp: 968191827 (s) 0x2cfc-0x2d00 (4) +0x2cf0| 53 6f b5 39| So.9| timestamp: 968191827 (2020-09-04T22:10:27Z) 0x2cfc-0x2d00 (4) 0x2d00|5c f3 00 00 |\... | distance: 623 (62300) (m) 0x2d00-0x2d04 (4) 0x2d00| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d04-0x2d06 (2) 0x2d00| fc | . | heart_rate: 252 (bpm) 0x2d06-0x2d07 (1) @@ -10503,7 +10503,7 @@ $ fq -d fit dv activity_dev.fit 0x2d00| 00 | . | reserved: false 0x2d0d.3-0x2d0d.4 (0.1) 0x2d00| 00 | . | local_message_type: 0 0x2d0d.4-0x2d0e (0.4) | | | data_message{}: 0x2d0e-0x2d1f (17) -0x2d00| 54 6f| To| timestamp: 968191828 (s) 0x2d0e-0x2d12 (4) +0x2d00| 54 6f| To| timestamp: 968191828 (2020-09-04T22:10:28Z) 0x2d0e-0x2d12 (4) 0x2d10|b5 39 |.9 | 0x2d10| c0 f3 00 00 | .... | distance: 624 (62400) (m) 0x2d12-0x2d16 (4) 0x2d10| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d16-0x2d18 (2) @@ -10520,7 +10520,7 @@ $ fq -d fit dv activity_dev.fit 0x2d10| 00| .| reserved: false 0x2d1f.3-0x2d1f.4 (0.1) 0x2d10| 00| .| local_message_type: 0 0x2d1f.4-0x2d20 (0.4) | | | data_message{}: 0x2d20-0x2d31 (17) -0x2d20|55 6f b5 39 |Uo.9 | timestamp: 968191829 (s) 0x2d20-0x2d24 (4) +0x2d20|55 6f b5 39 |Uo.9 | timestamp: 968191829 (2020-09-04T22:10:29Z) 0x2d20-0x2d24 (4) 0x2d20| 24 f4 00 00 | $... | distance: 625 (62500) (m) 0x2d24-0x2d28 (4) 0x2d20| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d28-0x2d2a (2) 0x2d20| fe | . | heart_rate: 254 (bpm) 0x2d2a-0x2d2b (1) @@ -10536,7 +10536,7 @@ $ fq -d fit dv activity_dev.fit 0x2d30| 00 | . | reserved: false 0x2d31.3-0x2d31.4 (0.1) 0x2d30| 00 | . | local_message_type: 0 0x2d31.4-0x2d32 (0.4) | | | data_message{}: 0x2d32-0x2d43 (17) -0x2d30| 56 6f b5 39 | Vo.9 | timestamp: 968191830 (s) 0x2d32-0x2d36 (4) +0x2d30| 56 6f b5 39 | Vo.9 | timestamp: 968191830 (2020-09-04T22:10:30Z) 0x2d32-0x2d36 (4) 0x2d30| 88 f4 00 00 | .... | distance: 626 (62600) (m) 0x2d36-0x2d3a (4) 0x2d30| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d3a-0x2d3c (2) 0x2d30| fd | . | heart_rate: 253 (bpm) 0x2d3c-0x2d3d (1) @@ -10552,7 +10552,7 @@ $ fq -d fit dv activity_dev.fit 0x2d40| 00 | . | reserved: false 0x2d43.3-0x2d43.4 (0.1) 0x2d40| 00 | . | local_message_type: 0 0x2d43.4-0x2d44 (0.4) | | | data_message{}: 0x2d44-0x2d55 (17) -0x2d40| 57 6f b5 39 | Wo.9 | timestamp: 968191831 (s) 0x2d44-0x2d48 (4) +0x2d40| 57 6f b5 39 | Wo.9 | timestamp: 968191831 (2020-09-04T22:10:31Z) 0x2d44-0x2d48 (4) 0x2d40| ec f4 00 00 | .... | distance: 627 (62700) (m) 0x2d48-0x2d4c (4) 0x2d40| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d4c-0x2d4e (2) 0x2d40| fc | . | heart_rate: 252 (bpm) 0x2d4e-0x2d4f (1) @@ -10568,7 +10568,7 @@ $ fq -d fit dv activity_dev.fit 0x2d50| 00 | . | reserved: false 0x2d55.3-0x2d55.4 (0.1) 0x2d50| 00 | . | local_message_type: 0 0x2d55.4-0x2d56 (0.4) | | | data_message{}: 0x2d56-0x2d67 (17) -0x2d50| 58 6f b5 39 | Xo.9 | timestamp: 968191832 (s) 0x2d56-0x2d5a (4) +0x2d50| 58 6f b5 39 | Xo.9 | timestamp: 968191832 (2020-09-04T22:10:32Z) 0x2d56-0x2d5a (4) 0x2d50| 50 f5 00 00 | P... | distance: 628 (62800) (m) 0x2d5a-0x2d5e (4) 0x2d50| e8 03| ..| speed: 1 (1000) (m/s) 0x2d5e-0x2d60 (2) 0x2d60|fb |. | heart_rate: 251 (bpm) 0x2d60-0x2d61 (1) @@ -10584,7 +10584,7 @@ $ fq -d fit dv activity_dev.fit 0x2d60| 00 | . | reserved: false 0x2d67.3-0x2d67.4 (0.1) 0x2d60| 00 | . | local_message_type: 0 0x2d67.4-0x2d68 (0.4) | | | data_message{}: 0x2d68-0x2d79 (17) -0x2d60| 59 6f b5 39 | Yo.9 | timestamp: 968191833 (s) 0x2d68-0x2d6c (4) +0x2d60| 59 6f b5 39 | Yo.9 | timestamp: 968191833 (2020-09-04T22:10:33Z) 0x2d68-0x2d6c (4) 0x2d60| b4 f5 00 00| ....| distance: 629 (62900) (m) 0x2d6c-0x2d70 (4) 0x2d70|e8 03 |.. | speed: 1 (1000) (m/s) 0x2d70-0x2d72 (2) 0x2d70| fa | . | heart_rate: 250 (bpm) 0x2d72-0x2d73 (1) @@ -10600,7 +10600,7 @@ $ fq -d fit dv activity_dev.fit 0x2d70| 00 | . | reserved: false 0x2d79.3-0x2d79.4 (0.1) 0x2d70| 00 | . | local_message_type: 0 0x2d79.4-0x2d7a (0.4) | | | data_message{}: 0x2d7a-0x2d8b (17) -0x2d70| 5a 6f b5 39 | Zo.9 | timestamp: 968191834 (s) 0x2d7a-0x2d7e (4) +0x2d70| 5a 6f b5 39 | Zo.9 | timestamp: 968191834 (2020-09-04T22:10:34Z) 0x2d7a-0x2d7e (4) 0x2d70| 18 f6| ..| distance: 630 (63000) (m) 0x2d7e-0x2d82 (4) 0x2d80|00 00 |.. | 0x2d80| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d82-0x2d84 (2) @@ -10617,7 +10617,7 @@ $ fq -d fit dv activity_dev.fit 0x2d80| 00 | . | reserved: false 0x2d8b.3-0x2d8b.4 (0.1) 0x2d80| 00 | . | local_message_type: 0 0x2d8b.4-0x2d8c (0.4) | | | data_message{}: 0x2d8c-0x2d9d (17) -0x2d80| 5b 6f b5 39| [o.9| timestamp: 968191835 (s) 0x2d8c-0x2d90 (4) +0x2d80| 5b 6f b5 39| [o.9| timestamp: 968191835 (2020-09-04T22:10:35Z) 0x2d8c-0x2d90 (4) 0x2d90|7c f6 00 00 ||... | distance: 631 (63100) (m) 0x2d90-0x2d94 (4) 0x2d90| e8 03 | .. | speed: 1 (1000) (m/s) 0x2d94-0x2d96 (2) 0x2d90| f5 | . | heart_rate: 245 (bpm) 0x2d96-0x2d97 (1) @@ -10633,7 +10633,7 @@ $ fq -d fit dv activity_dev.fit 0x2d90| 00 | . | reserved: false 0x2d9d.3-0x2d9d.4 (0.1) 0x2d90| 00 | . | local_message_type: 0 0x2d9d.4-0x2d9e (0.4) | | | data_message{}: 0x2d9e-0x2daf (17) -0x2d90| 5c 6f| \o| timestamp: 968191836 (s) 0x2d9e-0x2da2 (4) +0x2d90| 5c 6f| \o| timestamp: 968191836 (2020-09-04T22:10:36Z) 0x2d9e-0x2da2 (4) 0x2da0|b5 39 |.9 | 0x2da0| e0 f6 00 00 | .... | distance: 632 (63200) (m) 0x2da2-0x2da6 (4) 0x2da0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2da6-0x2da8 (2) @@ -10650,7 +10650,7 @@ $ fq -d fit dv activity_dev.fit 0x2da0| 00| .| reserved: false 0x2daf.3-0x2daf.4 (0.1) 0x2da0| 00| .| local_message_type: 0 0x2daf.4-0x2db0 (0.4) | | | data_message{}: 0x2db0-0x2dc1 (17) -0x2db0|5d 6f b5 39 |]o.9 | timestamp: 968191837 (s) 0x2db0-0x2db4 (4) +0x2db0|5d 6f b5 39 |]o.9 | timestamp: 968191837 (2020-09-04T22:10:37Z) 0x2db0-0x2db4 (4) 0x2db0| 44 f7 00 00 | D... | distance: 633 (63300) (m) 0x2db4-0x2db8 (4) 0x2db0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2db8-0x2dba (2) 0x2db0| ee | . | heart_rate: 238 (bpm) 0x2dba-0x2dbb (1) @@ -10666,7 +10666,7 @@ $ fq -d fit dv activity_dev.fit 0x2dc0| 00 | . | reserved: false 0x2dc1.3-0x2dc1.4 (0.1) 0x2dc0| 00 | . | local_message_type: 0 0x2dc1.4-0x2dc2 (0.4) | | | data_message{}: 0x2dc2-0x2dd3 (17) -0x2dc0| 5e 6f b5 39 | ^o.9 | timestamp: 968191838 (s) 0x2dc2-0x2dc6 (4) +0x2dc0| 5e 6f b5 39 | ^o.9 | timestamp: 968191838 (2020-09-04T22:10:38Z) 0x2dc2-0x2dc6 (4) 0x2dc0| a8 f7 00 00 | .... | distance: 634 (63400) (m) 0x2dc6-0x2dca (4) 0x2dc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2dca-0x2dcc (2) 0x2dc0| ea | . | heart_rate: 234 (bpm) 0x2dcc-0x2dcd (1) @@ -10682,7 +10682,7 @@ $ fq -d fit dv activity_dev.fit 0x2dd0| 00 | . | reserved: false 0x2dd3.3-0x2dd3.4 (0.1) 0x2dd0| 00 | . | local_message_type: 0 0x2dd3.4-0x2dd4 (0.4) | | | data_message{}: 0x2dd4-0x2de5 (17) -0x2dd0| 5f 6f b5 39 | _o.9 | timestamp: 968191839 (s) 0x2dd4-0x2dd8 (4) +0x2dd0| 5f 6f b5 39 | _o.9 | timestamp: 968191839 (2020-09-04T22:10:39Z) 0x2dd4-0x2dd8 (4) 0x2dd0| 0c f8 00 00 | .... | distance: 635 (63500) (m) 0x2dd8-0x2ddc (4) 0x2dd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ddc-0x2dde (2) 0x2dd0| e5 | . | heart_rate: 229 (bpm) 0x2dde-0x2ddf (1) @@ -10698,7 +10698,7 @@ $ fq -d fit dv activity_dev.fit 0x2de0| 00 | . | reserved: false 0x2de5.3-0x2de5.4 (0.1) 0x2de0| 00 | . | local_message_type: 0 0x2de5.4-0x2de6 (0.4) | | | data_message{}: 0x2de6-0x2df7 (17) -0x2de0| 60 6f b5 39 | `o.9 | timestamp: 968191840 (s) 0x2de6-0x2dea (4) +0x2de0| 60 6f b5 39 | `o.9 | timestamp: 968191840 (2020-09-04T22:10:40Z) 0x2de6-0x2dea (4) 0x2de0| 70 f8 00 00 | p... | distance: 636 (63600) (m) 0x2dea-0x2dee (4) 0x2de0| e8 03| ..| speed: 1 (1000) (m/s) 0x2dee-0x2df0 (2) 0x2df0|e0 |. | heart_rate: 224 (bpm) 0x2df0-0x2df1 (1) @@ -10714,7 +10714,7 @@ $ fq -d fit dv activity_dev.fit 0x2df0| 00 | . | reserved: false 0x2df7.3-0x2df7.4 (0.1) 0x2df0| 00 | . | local_message_type: 0 0x2df7.4-0x2df8 (0.4) | | | data_message{}: 0x2df8-0x2e09 (17) -0x2df0| 61 6f b5 39 | ao.9 | timestamp: 968191841 (s) 0x2df8-0x2dfc (4) +0x2df0| 61 6f b5 39 | ao.9 | timestamp: 968191841 (2020-09-04T22:10:41Z) 0x2df8-0x2dfc (4) 0x2df0| d4 f8 00 00| ....| distance: 637 (63700) (m) 0x2dfc-0x2e00 (4) 0x2e00|e8 03 |.. | speed: 1 (1000) (m/s) 0x2e00-0x2e02 (2) 0x2e00| db | . | heart_rate: 219 (bpm) 0x2e02-0x2e03 (1) @@ -10730,7 +10730,7 @@ $ fq -d fit dv activity_dev.fit 0x2e00| 00 | . | reserved: false 0x2e09.3-0x2e09.4 (0.1) 0x2e00| 00 | . | local_message_type: 0 0x2e09.4-0x2e0a (0.4) | | | data_message{}: 0x2e0a-0x2e1b (17) -0x2e00| 62 6f b5 39 | bo.9 | timestamp: 968191842 (s) 0x2e0a-0x2e0e (4) +0x2e00| 62 6f b5 39 | bo.9 | timestamp: 968191842 (2020-09-04T22:10:42Z) 0x2e0a-0x2e0e (4) 0x2e00| 38 f9| 8.| distance: 638 (63800) (m) 0x2e0e-0x2e12 (4) 0x2e10|00 00 |.. | 0x2e10| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e12-0x2e14 (2) @@ -10747,7 +10747,7 @@ $ fq -d fit dv activity_dev.fit 0x2e10| 00 | . | reserved: false 0x2e1b.3-0x2e1b.4 (0.1) 0x2e10| 00 | . | local_message_type: 0 0x2e1b.4-0x2e1c (0.4) | | | data_message{}: 0x2e1c-0x2e2d (17) -0x2e10| 63 6f b5 39| co.9| timestamp: 968191843 (s) 0x2e1c-0x2e20 (4) +0x2e10| 63 6f b5 39| co.9| timestamp: 968191843 (2020-09-04T22:10:43Z) 0x2e1c-0x2e20 (4) 0x2e20|9c f9 00 00 |.... | distance: 639 (63900) (m) 0x2e20-0x2e24 (4) 0x2e20| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e24-0x2e26 (2) 0x2e20| cf | . | heart_rate: 207 (bpm) 0x2e26-0x2e27 (1) @@ -10763,7 +10763,7 @@ $ fq -d fit dv activity_dev.fit 0x2e20| 00 | . | reserved: false 0x2e2d.3-0x2e2d.4 (0.1) 0x2e20| 00 | . | local_message_type: 0 0x2e2d.4-0x2e2e (0.4) | | | data_message{}: 0x2e2e-0x2e3f (17) -0x2e20| 64 6f| do| timestamp: 968191844 (s) 0x2e2e-0x2e32 (4) +0x2e20| 64 6f| do| timestamp: 968191844 (2020-09-04T22:10:44Z) 0x2e2e-0x2e32 (4) 0x2e30|b5 39 |.9 | 0x2e30| 00 fa 00 00 | .... | distance: 640 (64000) (m) 0x2e32-0x2e36 (4) 0x2e30| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e36-0x2e38 (2) @@ -10780,7 +10780,7 @@ $ fq -d fit dv activity_dev.fit 0x2e30| 00| .| reserved: false 0x2e3f.3-0x2e3f.4 (0.1) 0x2e30| 00| .| local_message_type: 0 0x2e3f.4-0x2e40 (0.4) | | | data_message{}: 0x2e40-0x2e51 (17) -0x2e40|65 6f b5 39 |eo.9 | timestamp: 968191845 (s) 0x2e40-0x2e44 (4) +0x2e40|65 6f b5 39 |eo.9 | timestamp: 968191845 (2020-09-04T22:10:45Z) 0x2e40-0x2e44 (4) 0x2e40| 64 fa 00 00 | d... | distance: 641 (64100) (m) 0x2e44-0x2e48 (4) 0x2e40| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e48-0x2e4a (2) 0x2e40| c3 | . | heart_rate: 195 (bpm) 0x2e4a-0x2e4b (1) @@ -10796,7 +10796,7 @@ $ fq -d fit dv activity_dev.fit 0x2e50| 00 | . | reserved: false 0x2e51.3-0x2e51.4 (0.1) 0x2e50| 00 | . | local_message_type: 0 0x2e51.4-0x2e52 (0.4) | | | data_message{}: 0x2e52-0x2e63 (17) -0x2e50| 66 6f b5 39 | fo.9 | timestamp: 968191846 (s) 0x2e52-0x2e56 (4) +0x2e50| 66 6f b5 39 | fo.9 | timestamp: 968191846 (2020-09-04T22:10:46Z) 0x2e52-0x2e56 (4) 0x2e50| c8 fa 00 00 | .... | distance: 642 (64200) (m) 0x2e56-0x2e5a (4) 0x2e50| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e5a-0x2e5c (2) 0x2e50| bc | . | heart_rate: 188 (bpm) 0x2e5c-0x2e5d (1) @@ -10812,7 +10812,7 @@ $ fq -d fit dv activity_dev.fit 0x2e60| 00 | . | reserved: false 0x2e63.3-0x2e63.4 (0.1) 0x2e60| 00 | . | local_message_type: 0 0x2e63.4-0x2e64 (0.4) | | | data_message{}: 0x2e64-0x2e75 (17) -0x2e60| 67 6f b5 39 | go.9 | timestamp: 968191847 (s) 0x2e64-0x2e68 (4) +0x2e60| 67 6f b5 39 | go.9 | timestamp: 968191847 (2020-09-04T22:10:47Z) 0x2e64-0x2e68 (4) 0x2e60| 2c fb 00 00 | ,... | distance: 643 (64300) (m) 0x2e68-0x2e6c (4) 0x2e60| e8 03 | .. | speed: 1 (1000) (m/s) 0x2e6c-0x2e6e (2) 0x2e60| b5 | . | heart_rate: 181 (bpm) 0x2e6e-0x2e6f (1) @@ -10828,7 +10828,7 @@ $ fq -d fit dv activity_dev.fit 0x2e70| 00 | . | reserved: false 0x2e75.3-0x2e75.4 (0.1) 0x2e70| 00 | . | local_message_type: 0 0x2e75.4-0x2e76 (0.4) | | | data_message{}: 0x2e76-0x2e87 (17) -0x2e70| 68 6f b5 39 | ho.9 | timestamp: 968191848 (s) 0x2e76-0x2e7a (4) +0x2e70| 68 6f b5 39 | ho.9 | timestamp: 968191848 (2020-09-04T22:10:48Z) 0x2e76-0x2e7a (4) 0x2e70| 90 fb 00 00 | .... | distance: 644 (64400) (m) 0x2e7a-0x2e7e (4) 0x2e70| e8 03| ..| speed: 1 (1000) (m/s) 0x2e7e-0x2e80 (2) 0x2e80|ad |. | heart_rate: 173 (bpm) 0x2e80-0x2e81 (1) @@ -10844,7 +10844,7 @@ $ fq -d fit dv activity_dev.fit 0x2e80| 00 | . | reserved: false 0x2e87.3-0x2e87.4 (0.1) 0x2e80| 00 | . | local_message_type: 0 0x2e87.4-0x2e88 (0.4) | | | data_message{}: 0x2e88-0x2e99 (17) -0x2e80| 69 6f b5 39 | io.9 | timestamp: 968191849 (s) 0x2e88-0x2e8c (4) +0x2e80| 69 6f b5 39 | io.9 | timestamp: 968191849 (2020-09-04T22:10:49Z) 0x2e88-0x2e8c (4) 0x2e80| f4 fb 00 00| ....| distance: 645 (64500) (m) 0x2e8c-0x2e90 (4) 0x2e90|e8 03 |.. | speed: 1 (1000) (m/s) 0x2e90-0x2e92 (2) 0x2e90| a6 | . | heart_rate: 166 (bpm) 0x2e92-0x2e93 (1) @@ -10860,7 +10860,7 @@ $ fq -d fit dv activity_dev.fit 0x2e90| 00 | . | reserved: false 0x2e99.3-0x2e99.4 (0.1) 0x2e90| 00 | . | local_message_type: 0 0x2e99.4-0x2e9a (0.4) | | | data_message{}: 0x2e9a-0x2eab (17) -0x2e90| 6a 6f b5 39 | jo.9 | timestamp: 968191850 (s) 0x2e9a-0x2e9e (4) +0x2e90| 6a 6f b5 39 | jo.9 | timestamp: 968191850 (2020-09-04T22:10:50Z) 0x2e9a-0x2e9e (4) 0x2e90| 58 fc| X.| distance: 646 (64600) (m) 0x2e9e-0x2ea2 (4) 0x2ea0|00 00 |.. | 0x2ea0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ea2-0x2ea4 (2) @@ -10877,7 +10877,7 @@ $ fq -d fit dv activity_dev.fit 0x2ea0| 00 | . | reserved: false 0x2eab.3-0x2eab.4 (0.1) 0x2ea0| 00 | . | local_message_type: 0 0x2eab.4-0x2eac (0.4) | | | data_message{}: 0x2eac-0x2ebd (17) -0x2ea0| 6b 6f b5 39| ko.9| timestamp: 968191851 (s) 0x2eac-0x2eb0 (4) +0x2ea0| 6b 6f b5 39| ko.9| timestamp: 968191851 (2020-09-04T22:10:51Z) 0x2eac-0x2eb0 (4) 0x2eb0|bc fc 00 00 |.... | distance: 647 (64700) (m) 0x2eb0-0x2eb4 (4) 0x2eb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2eb4-0x2eb6 (2) 0x2eb0| 96 | . | heart_rate: 150 (bpm) 0x2eb6-0x2eb7 (1) @@ -10893,7 +10893,7 @@ $ fq -d fit dv activity_dev.fit 0x2eb0| 00 | . | reserved: false 0x2ebd.3-0x2ebd.4 (0.1) 0x2eb0| 00 | . | local_message_type: 0 0x2ebd.4-0x2ebe (0.4) | | | data_message{}: 0x2ebe-0x2ecf (17) -0x2eb0| 6c 6f| lo| timestamp: 968191852 (s) 0x2ebe-0x2ec2 (4) +0x2eb0| 6c 6f| lo| timestamp: 968191852 (2020-09-04T22:10:52Z) 0x2ebe-0x2ec2 (4) 0x2ec0|b5 39 |.9 | 0x2ec0| 20 fd 00 00 | ... | distance: 648 (64800) (m) 0x2ec2-0x2ec6 (4) 0x2ec0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ec6-0x2ec8 (2) @@ -10910,7 +10910,7 @@ $ fq -d fit dv activity_dev.fit 0x2ec0| 00| .| reserved: false 0x2ecf.3-0x2ecf.4 (0.1) 0x2ec0| 00| .| local_message_type: 0 0x2ecf.4-0x2ed0 (0.4) | | | data_message{}: 0x2ed0-0x2ee1 (17) -0x2ed0|6d 6f b5 39 |mo.9 | timestamp: 968191853 (s) 0x2ed0-0x2ed4 (4) +0x2ed0|6d 6f b5 39 |mo.9 | timestamp: 968191853 (2020-09-04T22:10:53Z) 0x2ed0-0x2ed4 (4) 0x2ed0| 84 fd 00 00 | .... | distance: 649 (64900) (m) 0x2ed4-0x2ed8 (4) 0x2ed0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ed8-0x2eda (2) 0x2ed0| 86 | . | heart_rate: 134 (bpm) 0x2eda-0x2edb (1) @@ -10926,7 +10926,7 @@ $ fq -d fit dv activity_dev.fit 0x2ee0| 00 | . | reserved: false 0x2ee1.3-0x2ee1.4 (0.1) 0x2ee0| 00 | . | local_message_type: 0 0x2ee1.4-0x2ee2 (0.4) | | | data_message{}: 0x2ee2-0x2ef3 (17) -0x2ee0| 6e 6f b5 39 | no.9 | timestamp: 968191854 (s) 0x2ee2-0x2ee6 (4) +0x2ee0| 6e 6f b5 39 | no.9 | timestamp: 968191854 (2020-09-04T22:10:54Z) 0x2ee2-0x2ee6 (4) 0x2ee0| e8 fd 00 00 | .... | distance: 650 (65000) (m) 0x2ee6-0x2eea (4) 0x2ee0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2eea-0x2eec (2) 0x2ee0| 7f | . | heart_rate: 127 (bpm) 0x2eec-0x2eed (1) @@ -10942,7 +10942,7 @@ $ fq -d fit dv activity_dev.fit 0x2ef0| 00 | . | reserved: false 0x2ef3.3-0x2ef3.4 (0.1) 0x2ef0| 00 | . | local_message_type: 0 0x2ef3.4-0x2ef4 (0.4) | | | data_message{}: 0x2ef4-0x2f05 (17) -0x2ef0| 6f 6f b5 39 | oo.9 | timestamp: 968191855 (s) 0x2ef4-0x2ef8 (4) +0x2ef0| 6f 6f b5 39 | oo.9 | timestamp: 968191855 (2020-09-04T22:10:55Z) 0x2ef4-0x2ef8 (4) 0x2ef0| 4c fe 00 00 | L... | distance: 651 (65100) (m) 0x2ef8-0x2efc (4) 0x2ef0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2efc-0x2efe (2) 0x2ef0| 77 | w | heart_rate: 119 (bpm) 0x2efe-0x2eff (1) @@ -10958,7 +10958,7 @@ $ fq -d fit dv activity_dev.fit 0x2f00| 00 | . | reserved: false 0x2f05.3-0x2f05.4 (0.1) 0x2f00| 00 | . | local_message_type: 0 0x2f05.4-0x2f06 (0.4) | | | data_message{}: 0x2f06-0x2f17 (17) -0x2f00| 70 6f b5 39 | po.9 | timestamp: 968191856 (s) 0x2f06-0x2f0a (4) +0x2f00| 70 6f b5 39 | po.9 | timestamp: 968191856 (2020-09-04T22:10:56Z) 0x2f06-0x2f0a (4) 0x2f00| b0 fe 00 00 | .... | distance: 652 (65200) (m) 0x2f0a-0x2f0e (4) 0x2f00| e8 03| ..| speed: 1 (1000) (m/s) 0x2f0e-0x2f10 (2) 0x2f10|6f |o | heart_rate: 111 (bpm) 0x2f10-0x2f11 (1) @@ -10974,7 +10974,7 @@ $ fq -d fit dv activity_dev.fit 0x2f10| 00 | . | reserved: false 0x2f17.3-0x2f17.4 (0.1) 0x2f10| 00 | . | local_message_type: 0 0x2f17.4-0x2f18 (0.4) | | | data_message{}: 0x2f18-0x2f29 (17) -0x2f10| 71 6f b5 39 | qo.9 | timestamp: 968191857 (s) 0x2f18-0x2f1c (4) +0x2f10| 71 6f b5 39 | qo.9 | timestamp: 968191857 (2020-09-04T22:10:57Z) 0x2f18-0x2f1c (4) 0x2f10| 14 ff 00 00| ....| distance: 653 (65300) (m) 0x2f1c-0x2f20 (4) 0x2f20|e8 03 |.. | speed: 1 (1000) (m/s) 0x2f20-0x2f22 (2) 0x2f20| 67 | g | heart_rate: 103 (bpm) 0x2f22-0x2f23 (1) @@ -10990,7 +10990,7 @@ $ fq -d fit dv activity_dev.fit 0x2f20| 00 | . | reserved: false 0x2f29.3-0x2f29.4 (0.1) 0x2f20| 00 | . | local_message_type: 0 0x2f29.4-0x2f2a (0.4) | | | data_message{}: 0x2f2a-0x2f3b (17) -0x2f20| 72 6f b5 39 | ro.9 | timestamp: 968191858 (s) 0x2f2a-0x2f2e (4) +0x2f20| 72 6f b5 39 | ro.9 | timestamp: 968191858 (2020-09-04T22:10:58Z) 0x2f2a-0x2f2e (4) 0x2f20| 78 ff| x.| distance: 654 (65400) (m) 0x2f2e-0x2f32 (4) 0x2f30|00 00 |.. | 0x2f30| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f32-0x2f34 (2) @@ -11007,7 +11007,7 @@ $ fq -d fit dv activity_dev.fit 0x2f30| 00 | . | reserved: false 0x2f3b.3-0x2f3b.4 (0.1) 0x2f30| 00 | . | local_message_type: 0 0x2f3b.4-0x2f3c (0.4) | | | data_message{}: 0x2f3c-0x2f4d (17) -0x2f30| 73 6f b5 39| so.9| timestamp: 968191859 (s) 0x2f3c-0x2f40 (4) +0x2f30| 73 6f b5 39| so.9| timestamp: 968191859 (2020-09-04T22:10:59Z) 0x2f3c-0x2f40 (4) 0x2f40|dc ff 00 00 |.... | distance: 655 (65500) (m) 0x2f40-0x2f44 (4) 0x2f40| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f44-0x2f46 (2) 0x2f40| 57 | W | heart_rate: 87 (bpm) 0x2f46-0x2f47 (1) @@ -11023,7 +11023,7 @@ $ fq -d fit dv activity_dev.fit 0x2f40| 00 | . | reserved: false 0x2f4d.3-0x2f4d.4 (0.1) 0x2f40| 00 | . | local_message_type: 0 0x2f4d.4-0x2f4e (0.4) | | | data_message{}: 0x2f4e-0x2f5f (17) -0x2f40| 74 6f| to| timestamp: 968191860 (s) 0x2f4e-0x2f52 (4) +0x2f40| 74 6f| to| timestamp: 968191860 (2020-09-04T22:11:00Z) 0x2f4e-0x2f52 (4) 0x2f50|b5 39 |.9 | 0x2f50| 40 00 01 00 | @... | distance: 656 (65600) (m) 0x2f52-0x2f56 (4) 0x2f50| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f56-0x2f58 (2) @@ -11040,7 +11040,7 @@ $ fq -d fit dv activity_dev.fit 0x2f50| 00| .| reserved: false 0x2f5f.3-0x2f5f.4 (0.1) 0x2f50| 00| .| local_message_type: 0 0x2f5f.4-0x2f60 (0.4) | | | data_message{}: 0x2f60-0x2f71 (17) -0x2f60|75 6f b5 39 |uo.9 | timestamp: 968191861 (s) 0x2f60-0x2f64 (4) +0x2f60|75 6f b5 39 |uo.9 | timestamp: 968191861 (2020-09-04T22:11:01Z) 0x2f60-0x2f64 (4) 0x2f60| a4 00 01 00 | .... | distance: 657 (65700) (m) 0x2f64-0x2f68 (4) 0x2f60| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f68-0x2f6a (2) 0x2f60| 48 | H | heart_rate: 72 (bpm) 0x2f6a-0x2f6b (1) @@ -11056,7 +11056,7 @@ $ fq -d fit dv activity_dev.fit 0x2f70| 00 | . | reserved: false 0x2f71.3-0x2f71.4 (0.1) 0x2f70| 00 | . | local_message_type: 0 0x2f71.4-0x2f72 (0.4) | | | data_message{}: 0x2f72-0x2f83 (17) -0x2f70| 76 6f b5 39 | vo.9 | timestamp: 968191862 (s) 0x2f72-0x2f76 (4) +0x2f70| 76 6f b5 39 | vo.9 | timestamp: 968191862 (2020-09-04T22:11:02Z) 0x2f72-0x2f76 (4) 0x2f70| 08 01 01 00 | .... | distance: 658 (65800) (m) 0x2f76-0x2f7a (4) 0x2f70| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f7a-0x2f7c (2) 0x2f70| 41 | A | heart_rate: 65 (bpm) 0x2f7c-0x2f7d (1) @@ -11072,7 +11072,7 @@ $ fq -d fit dv activity_dev.fit 0x2f80| 00 | . | reserved: false 0x2f83.3-0x2f83.4 (0.1) 0x2f80| 00 | . | local_message_type: 0 0x2f83.4-0x2f84 (0.4) | | | data_message{}: 0x2f84-0x2f95 (17) -0x2f80| 77 6f b5 39 | wo.9 | timestamp: 968191863 (s) 0x2f84-0x2f88 (4) +0x2f80| 77 6f b5 39 | wo.9 | timestamp: 968191863 (2020-09-04T22:11:03Z) 0x2f84-0x2f88 (4) 0x2f80| 6c 01 01 00 | l... | distance: 659 (65900) (m) 0x2f88-0x2f8c (4) 0x2f80| e8 03 | .. | speed: 1 (1000) (m/s) 0x2f8c-0x2f8e (2) 0x2f80| 3a | : | heart_rate: 58 (bpm) 0x2f8e-0x2f8f (1) @@ -11088,7 +11088,7 @@ $ fq -d fit dv activity_dev.fit 0x2f90| 00 | . | reserved: false 0x2f95.3-0x2f95.4 (0.1) 0x2f90| 00 | . | local_message_type: 0 0x2f95.4-0x2f96 (0.4) | | | data_message{}: 0x2f96-0x2fa7 (17) -0x2f90| 78 6f b5 39 | xo.9 | timestamp: 968191864 (s) 0x2f96-0x2f9a (4) +0x2f90| 78 6f b5 39 | xo.9 | timestamp: 968191864 (2020-09-04T22:11:04Z) 0x2f96-0x2f9a (4) 0x2f90| d0 01 01 00 | .... | distance: 660 (66000) (m) 0x2f9a-0x2f9e (4) 0x2f90| e8 03| ..| speed: 1 (1000) (m/s) 0x2f9e-0x2fa0 (2) 0x2fa0|34 |4 | heart_rate: 52 (bpm) 0x2fa0-0x2fa1 (1) @@ -11104,7 +11104,7 @@ $ fq -d fit dv activity_dev.fit 0x2fa0| 00 | . | reserved: false 0x2fa7.3-0x2fa7.4 (0.1) 0x2fa0| 00 | . | local_message_type: 0 0x2fa7.4-0x2fa8 (0.4) | | | data_message{}: 0x2fa8-0x2fb9 (17) -0x2fa0| 79 6f b5 39 | yo.9 | timestamp: 968191865 (s) 0x2fa8-0x2fac (4) +0x2fa0| 79 6f b5 39 | yo.9 | timestamp: 968191865 (2020-09-04T22:11:05Z) 0x2fa8-0x2fac (4) 0x2fa0| 34 02 01 00| 4...| distance: 661 (66100) (m) 0x2fac-0x2fb0 (4) 0x2fb0|e8 03 |.. | speed: 1 (1000) (m/s) 0x2fb0-0x2fb2 (2) 0x2fb0| 2e | . | heart_rate: 46 (bpm) 0x2fb2-0x2fb3 (1) @@ -11120,7 +11120,7 @@ $ fq -d fit dv activity_dev.fit 0x2fb0| 00 | . | reserved: false 0x2fb9.3-0x2fb9.4 (0.1) 0x2fb0| 00 | . | local_message_type: 0 0x2fb9.4-0x2fba (0.4) | | | data_message{}: 0x2fba-0x2fcb (17) -0x2fb0| 7a 6f b5 39 | zo.9 | timestamp: 968191866 (s) 0x2fba-0x2fbe (4) +0x2fb0| 7a 6f b5 39 | zo.9 | timestamp: 968191866 (2020-09-04T22:11:06Z) 0x2fba-0x2fbe (4) 0x2fb0| 98 02| ..| distance: 662 (66200) (m) 0x2fbe-0x2fc2 (4) 0x2fc0|01 00 |.. | 0x2fc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2fc2-0x2fc4 (2) @@ -11137,7 +11137,7 @@ $ fq -d fit dv activity_dev.fit 0x2fc0| 00 | . | reserved: false 0x2fcb.3-0x2fcb.4 (0.1) 0x2fc0| 00 | . | local_message_type: 0 0x2fcb.4-0x2fcc (0.4) | | | data_message{}: 0x2fcc-0x2fdd (17) -0x2fc0| 7b 6f b5 39| {o.9| timestamp: 968191867 (s) 0x2fcc-0x2fd0 (4) +0x2fc0| 7b 6f b5 39| {o.9| timestamp: 968191867 (2020-09-04T22:11:07Z) 0x2fcc-0x2fd0 (4) 0x2fd0|fc 02 01 00 |.... | distance: 663 (66300) (m) 0x2fd0-0x2fd4 (4) 0x2fd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2fd4-0x2fd6 (2) 0x2fd0| 22 | " | heart_rate: 34 (bpm) 0x2fd6-0x2fd7 (1) @@ -11153,7 +11153,7 @@ $ fq -d fit dv activity_dev.fit 0x2fd0| 00 | . | reserved: false 0x2fdd.3-0x2fdd.4 (0.1) 0x2fd0| 00 | . | local_message_type: 0 0x2fdd.4-0x2fde (0.4) | | | data_message{}: 0x2fde-0x2fef (17) -0x2fd0| 7c 6f| |o| timestamp: 968191868 (s) 0x2fde-0x2fe2 (4) +0x2fd0| 7c 6f| |o| timestamp: 968191868 (2020-09-04T22:11:08Z) 0x2fde-0x2fe2 (4) 0x2fe0|b5 39 |.9 | 0x2fe0| 60 03 01 00 | `... | distance: 664 (66400) (m) 0x2fe2-0x2fe6 (4) 0x2fe0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2fe6-0x2fe8 (2) @@ -11170,7 +11170,7 @@ $ fq -d fit dv activity_dev.fit 0x2fe0| 00| .| reserved: false 0x2fef.3-0x2fef.4 (0.1) 0x2fe0| 00| .| local_message_type: 0 0x2fef.4-0x2ff0 (0.4) | | | data_message{}: 0x2ff0-0x3001 (17) -0x2ff0|7d 6f b5 39 |}o.9 | timestamp: 968191869 (s) 0x2ff0-0x2ff4 (4) +0x2ff0|7d 6f b5 39 |}o.9 | timestamp: 968191869 (2020-09-04T22:11:09Z) 0x2ff0-0x2ff4 (4) 0x2ff0| c4 03 01 00 | .... | distance: 665 (66500) (m) 0x2ff4-0x2ff8 (4) 0x2ff0| e8 03 | .. | speed: 1 (1000) (m/s) 0x2ff8-0x2ffa (2) 0x2ff0| 18 | . | heart_rate: 24 (bpm) 0x2ffa-0x2ffb (1) @@ -11186,7 +11186,7 @@ $ fq -d fit dv activity_dev.fit 0x3000| 00 | . | reserved: false 0x3001.3-0x3001.4 (0.1) 0x3000| 00 | . | local_message_type: 0 0x3001.4-0x3002 (0.4) | | | data_message{}: 0x3002-0x3013 (17) -0x3000| 7e 6f b5 39 | ~o.9 | timestamp: 968191870 (s) 0x3002-0x3006 (4) +0x3000| 7e 6f b5 39 | ~o.9 | timestamp: 968191870 (2020-09-04T22:11:10Z) 0x3002-0x3006 (4) 0x3000| 28 04 01 00 | (... | distance: 666 (66600) (m) 0x3006-0x300a (4) 0x3000| e8 03 | .. | speed: 1 (1000) (m/s) 0x300a-0x300c (2) 0x3000| 13 | . | heart_rate: 19 (bpm) 0x300c-0x300d (1) @@ -11202,7 +11202,7 @@ $ fq -d fit dv activity_dev.fit 0x3010| 00 | . | reserved: false 0x3013.3-0x3013.4 (0.1) 0x3010| 00 | . | local_message_type: 0 0x3013.4-0x3014 (0.4) | | | data_message{}: 0x3014-0x3025 (17) -0x3010| 7f 6f b5 39 | .o.9 | timestamp: 968191871 (s) 0x3014-0x3018 (4) +0x3010| 7f 6f b5 39 | .o.9 | timestamp: 968191871 (2020-09-04T22:11:11Z) 0x3014-0x3018 (4) 0x3010| 8c 04 01 00 | .... | distance: 667 (66700) (m) 0x3018-0x301c (4) 0x3010| e8 03 | .. | speed: 1 (1000) (m/s) 0x301c-0x301e (2) 0x3010| 0f | . | heart_rate: 15 (bpm) 0x301e-0x301f (1) @@ -11218,7 +11218,7 @@ $ fq -d fit dv activity_dev.fit 0x3020| 00 | . | reserved: false 0x3025.3-0x3025.4 (0.1) 0x3020| 00 | . | local_message_type: 0 0x3025.4-0x3026 (0.4) | | | data_message{}: 0x3026-0x3037 (17) -0x3020| 80 6f b5 39 | .o.9 | timestamp: 968191872 (s) 0x3026-0x302a (4) +0x3020| 80 6f b5 39 | .o.9 | timestamp: 968191872 (2020-09-04T22:11:12Z) 0x3026-0x302a (4) 0x3020| f0 04 01 00 | .... | distance: 668 (66800) (m) 0x302a-0x302e (4) 0x3020| e8 03| ..| speed: 1 (1000) (m/s) 0x302e-0x3030 (2) 0x3030|0c |. | heart_rate: 12 (bpm) 0x3030-0x3031 (1) @@ -11234,7 +11234,7 @@ $ fq -d fit dv activity_dev.fit 0x3030| 00 | . | reserved: false 0x3037.3-0x3037.4 (0.1) 0x3030| 00 | . | local_message_type: 0 0x3037.4-0x3038 (0.4) | | | data_message{}: 0x3038-0x3049 (17) -0x3030| 81 6f b5 39 | .o.9 | timestamp: 968191873 (s) 0x3038-0x303c (4) +0x3030| 81 6f b5 39 | .o.9 | timestamp: 968191873 (2020-09-04T22:11:13Z) 0x3038-0x303c (4) 0x3030| 54 05 01 00| T...| distance: 669 (66900) (m) 0x303c-0x3040 (4) 0x3040|e8 03 |.. | speed: 1 (1000) (m/s) 0x3040-0x3042 (2) 0x3040| 08 | . | heart_rate: 8 (bpm) 0x3042-0x3043 (1) @@ -11250,7 +11250,7 @@ $ fq -d fit dv activity_dev.fit 0x3040| 00 | . | reserved: false 0x3049.3-0x3049.4 (0.1) 0x3040| 00 | . | local_message_type: 0 0x3049.4-0x304a (0.4) | | | data_message{}: 0x304a-0x305b (17) -0x3040| 82 6f b5 39 | .o.9 | timestamp: 968191874 (s) 0x304a-0x304e (4) +0x3040| 82 6f b5 39 | .o.9 | timestamp: 968191874 (2020-09-04T22:11:14Z) 0x304a-0x304e (4) 0x3040| b8 05| ..| distance: 670 (67000) (m) 0x304e-0x3052 (4) 0x3050|01 00 |.. | 0x3050| e8 03 | .. | speed: 1 (1000) (m/s) 0x3052-0x3054 (2) @@ -11267,7 +11267,7 @@ $ fq -d fit dv activity_dev.fit 0x3050| 00 | . | reserved: false 0x305b.3-0x305b.4 (0.1) 0x3050| 00 | . | local_message_type: 0 0x305b.4-0x305c (0.4) | | | data_message{}: 0x305c-0x306d (17) -0x3050| 83 6f b5 39| .o.9| timestamp: 968191875 (s) 0x305c-0x3060 (4) +0x3050| 83 6f b5 39| .o.9| timestamp: 968191875 (2020-09-04T22:11:15Z) 0x305c-0x3060 (4) 0x3060|1c 06 01 00 |.... | distance: 671 (67100) (m) 0x3060-0x3064 (4) 0x3060| e8 03 | .. | speed: 1 (1000) (m/s) 0x3064-0x3066 (2) 0x3060| 03 | . | heart_rate: 3 (bpm) 0x3066-0x3067 (1) @@ -11283,7 +11283,7 @@ $ fq -d fit dv activity_dev.fit 0x3060| 00 | . | reserved: false 0x306d.3-0x306d.4 (0.1) 0x3060| 00 | . | local_message_type: 0 0x306d.4-0x306e (0.4) | | | data_message{}: 0x306e-0x307f (17) -0x3060| 84 6f| .o| timestamp: 968191876 (s) 0x306e-0x3072 (4) +0x3060| 84 6f| .o| timestamp: 968191876 (2020-09-04T22:11:16Z) 0x306e-0x3072 (4) 0x3070|b5 39 |.9 | 0x3070| 80 06 01 00 | .... | distance: 672 (67200) (m) 0x3072-0x3076 (4) 0x3070| e8 03 | .. | speed: 1 (1000) (m/s) 0x3076-0x3078 (2) @@ -11300,7 +11300,7 @@ $ fq -d fit dv activity_dev.fit 0x3070| 00| .| reserved: false 0x307f.3-0x307f.4 (0.1) 0x3070| 00| .| local_message_type: 0 0x307f.4-0x3080 (0.4) | | | data_message{}: 0x3080-0x3091 (17) -0x3080|85 6f b5 39 |.o.9 | timestamp: 968191877 (s) 0x3080-0x3084 (4) +0x3080|85 6f b5 39 |.o.9 | timestamp: 968191877 (2020-09-04T22:11:17Z) 0x3080-0x3084 (4) 0x3080| e4 06 01 00 | .... | distance: 673 (67300) (m) 0x3084-0x3088 (4) 0x3080| e8 03 | .. | speed: 1 (1000) (m/s) 0x3088-0x308a (2) 0x3080| 01 | . | heart_rate: 1 (bpm) 0x308a-0x308b (1) @@ -11316,7 +11316,7 @@ $ fq -d fit dv activity_dev.fit 0x3090| 00 | . | reserved: false 0x3091.3-0x3091.4 (0.1) 0x3090| 00 | . | local_message_type: 0 0x3091.4-0x3092 (0.4) | | | data_message{}: 0x3092-0x30a3 (17) -0x3090| 86 6f b5 39 | .o.9 | timestamp: 968191878 (s) 0x3092-0x3096 (4) +0x3090| 86 6f b5 39 | .o.9 | timestamp: 968191878 (2020-09-04T22:11:18Z) 0x3092-0x3096 (4) 0x3090| 48 07 01 00 | H... | distance: 674 (67400) (m) 0x3096-0x309a (4) 0x3090| e8 03 | .. | speed: 1 (1000) (m/s) 0x309a-0x309c (2) 0x3090| 00 | . | heart_rate: 0 (bpm) 0x309c-0x309d (1) @@ -11332,7 +11332,7 @@ $ fq -d fit dv activity_dev.fit 0x30a0| 00 | . | reserved: false 0x30a3.3-0x30a3.4 (0.1) 0x30a0| 00 | . | local_message_type: 0 0x30a3.4-0x30a4 (0.4) | | | data_message{}: 0x30a4-0x30b5 (17) -0x30a0| 87 6f b5 39 | .o.9 | timestamp: 968191879 (s) 0x30a4-0x30a8 (4) +0x30a0| 87 6f b5 39 | .o.9 | timestamp: 968191879 (2020-09-04T22:11:19Z) 0x30a4-0x30a8 (4) 0x30a0| ac 07 01 00 | .... | distance: 675 (67500) (m) 0x30a8-0x30ac (4) 0x30a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x30ac-0x30ae (2) 0x30a0| 00 | . | heart_rate: 0 (bpm) 0x30ae-0x30af (1) @@ -11348,7 +11348,7 @@ $ fq -d fit dv activity_dev.fit 0x30b0| 00 | . | reserved: false 0x30b5.3-0x30b5.4 (0.1) 0x30b0| 00 | . | local_message_type: 0 0x30b5.4-0x30b6 (0.4) | | | data_message{}: 0x30b6-0x30c7 (17) -0x30b0| 88 6f b5 39 | .o.9 | timestamp: 968191880 (s) 0x30b6-0x30ba (4) +0x30b0| 88 6f b5 39 | .o.9 | timestamp: 968191880 (2020-09-04T22:11:20Z) 0x30b6-0x30ba (4) 0x30b0| 10 08 01 00 | .... | distance: 676 (67600) (m) 0x30ba-0x30be (4) 0x30b0| e8 03| ..| speed: 1 (1000) (m/s) 0x30be-0x30c0 (2) 0x30c0|00 |. | heart_rate: 0 (bpm) 0x30c0-0x30c1 (1) @@ -11364,7 +11364,7 @@ $ fq -d fit dv activity_dev.fit 0x30c0| 00 | . | reserved: false 0x30c7.3-0x30c7.4 (0.1) 0x30c0| 00 | . | local_message_type: 0 0x30c7.4-0x30c8 (0.4) | | | data_message{}: 0x30c8-0x30d9 (17) -0x30c0| 89 6f b5 39 | .o.9 | timestamp: 968191881 (s) 0x30c8-0x30cc (4) +0x30c0| 89 6f b5 39 | .o.9 | timestamp: 968191881 (2020-09-04T22:11:21Z) 0x30c8-0x30cc (4) 0x30c0| 74 08 01 00| t...| distance: 677 (67700) (m) 0x30cc-0x30d0 (4) 0x30d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x30d0-0x30d2 (2) 0x30d0| 01 | . | heart_rate: 1 (bpm) 0x30d2-0x30d3 (1) @@ -11380,7 +11380,7 @@ $ fq -d fit dv activity_dev.fit 0x30d0| 00 | . | reserved: false 0x30d9.3-0x30d9.4 (0.1) 0x30d0| 00 | . | local_message_type: 0 0x30d9.4-0x30da (0.4) | | | data_message{}: 0x30da-0x30eb (17) -0x30d0| 8a 6f b5 39 | .o.9 | timestamp: 968191882 (s) 0x30da-0x30de (4) +0x30d0| 8a 6f b5 39 | .o.9 | timestamp: 968191882 (2020-09-04T22:11:22Z) 0x30da-0x30de (4) 0x30d0| d8 08| ..| distance: 678 (67800) (m) 0x30de-0x30e2 (4) 0x30e0|01 00 |.. | 0x30e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x30e2-0x30e4 (2) @@ -11397,7 +11397,7 @@ $ fq -d fit dv activity_dev.fit 0x30e0| 00 | . | reserved: false 0x30eb.3-0x30eb.4 (0.1) 0x30e0| 00 | . | local_message_type: 0 0x30eb.4-0x30ec (0.4) | | | data_message{}: 0x30ec-0x30fd (17) -0x30e0| 8b 6f b5 39| .o.9| timestamp: 968191883 (s) 0x30ec-0x30f0 (4) +0x30e0| 8b 6f b5 39| .o.9| timestamp: 968191883 (2020-09-04T22:11:23Z) 0x30ec-0x30f0 (4) 0x30f0|3c 09 01 00 |<... | distance: 679 (67900) (m) 0x30f0-0x30f4 (4) 0x30f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x30f4-0x30f6 (2) 0x30f0| 03 | . | heart_rate: 3 (bpm) 0x30f6-0x30f7 (1) @@ -11413,7 +11413,7 @@ $ fq -d fit dv activity_dev.fit 0x30f0| 00 | . | reserved: false 0x30fd.3-0x30fd.4 (0.1) 0x30f0| 00 | . | local_message_type: 0 0x30fd.4-0x30fe (0.4) | | | data_message{}: 0x30fe-0x310f (17) -0x30f0| 8c 6f| .o| timestamp: 968191884 (s) 0x30fe-0x3102 (4) +0x30f0| 8c 6f| .o| timestamp: 968191884 (2020-09-04T22:11:24Z) 0x30fe-0x3102 (4) 0x3100|b5 39 |.9 | 0x3100| a0 09 01 00 | .... | distance: 680 (68000) (m) 0x3102-0x3106 (4) 0x3100| e8 03 | .. | speed: 1 (1000) (m/s) 0x3106-0x3108 (2) @@ -11430,7 +11430,7 @@ $ fq -d fit dv activity_dev.fit 0x3100| 00| .| reserved: false 0x310f.3-0x310f.4 (0.1) 0x3100| 00| .| local_message_type: 0 0x310f.4-0x3110 (0.4) | | | data_message{}: 0x3110-0x3121 (17) -0x3110|8d 6f b5 39 |.o.9 | timestamp: 968191885 (s) 0x3110-0x3114 (4) +0x3110|8d 6f b5 39 |.o.9 | timestamp: 968191885 (2020-09-04T22:11:25Z) 0x3110-0x3114 (4) 0x3110| 04 0a 01 00 | .... | distance: 681 (68100) (m) 0x3114-0x3118 (4) 0x3110| e8 03 | .. | speed: 1 (1000) (m/s) 0x3118-0x311a (2) 0x3110| 08 | . | heart_rate: 8 (bpm) 0x311a-0x311b (1) @@ -11446,7 +11446,7 @@ $ fq -d fit dv activity_dev.fit 0x3120| 00 | . | reserved: false 0x3121.3-0x3121.4 (0.1) 0x3120| 00 | . | local_message_type: 0 0x3121.4-0x3122 (0.4) | | | data_message{}: 0x3122-0x3133 (17) -0x3120| 8e 6f b5 39 | .o.9 | timestamp: 968191886 (s) 0x3122-0x3126 (4) +0x3120| 8e 6f b5 39 | .o.9 | timestamp: 968191886 (2020-09-04T22:11:26Z) 0x3122-0x3126 (4) 0x3120| 68 0a 01 00 | h... | distance: 682 (68200) (m) 0x3126-0x312a (4) 0x3120| e8 03 | .. | speed: 1 (1000) (m/s) 0x312a-0x312c (2) 0x3120| 0c | . | heart_rate: 12 (bpm) 0x312c-0x312d (1) @@ -11462,7 +11462,7 @@ $ fq -d fit dv activity_dev.fit 0x3130| 00 | . | reserved: false 0x3133.3-0x3133.4 (0.1) 0x3130| 00 | . | local_message_type: 0 0x3133.4-0x3134 (0.4) | | | data_message{}: 0x3134-0x3145 (17) -0x3130| 8f 6f b5 39 | .o.9 | timestamp: 968191887 (s) 0x3134-0x3138 (4) +0x3130| 8f 6f b5 39 | .o.9 | timestamp: 968191887 (2020-09-04T22:11:27Z) 0x3134-0x3138 (4) 0x3130| cc 0a 01 00 | .... | distance: 683 (68300) (m) 0x3138-0x313c (4) 0x3130| e8 03 | .. | speed: 1 (1000) (m/s) 0x313c-0x313e (2) 0x3130| 0f | . | heart_rate: 15 (bpm) 0x313e-0x313f (1) @@ -11478,7 +11478,7 @@ $ fq -d fit dv activity_dev.fit 0x3140| 00 | . | reserved: false 0x3145.3-0x3145.4 (0.1) 0x3140| 00 | . | local_message_type: 0 0x3145.4-0x3146 (0.4) | | | data_message{}: 0x3146-0x3157 (17) -0x3140| 90 6f b5 39 | .o.9 | timestamp: 968191888 (s) 0x3146-0x314a (4) +0x3140| 90 6f b5 39 | .o.9 | timestamp: 968191888 (2020-09-04T22:11:28Z) 0x3146-0x314a (4) 0x3140| 30 0b 01 00 | 0... | distance: 684 (68400) (m) 0x314a-0x314e (4) 0x3140| e8 03| ..| speed: 1 (1000) (m/s) 0x314e-0x3150 (2) 0x3150|13 |. | heart_rate: 19 (bpm) 0x3150-0x3151 (1) @@ -11494,7 +11494,7 @@ $ fq -d fit dv activity_dev.fit 0x3150| 00 | . | reserved: false 0x3157.3-0x3157.4 (0.1) 0x3150| 00 | . | local_message_type: 0 0x3157.4-0x3158 (0.4) | | | data_message{}: 0x3158-0x3169 (17) -0x3150| 91 6f b5 39 | .o.9 | timestamp: 968191889 (s) 0x3158-0x315c (4) +0x3150| 91 6f b5 39 | .o.9 | timestamp: 968191889 (2020-09-04T22:11:29Z) 0x3158-0x315c (4) 0x3150| 94 0b 01 00| ....| distance: 685 (68500) (m) 0x315c-0x3160 (4) 0x3160|e8 03 |.. | speed: 1 (1000) (m/s) 0x3160-0x3162 (2) 0x3160| 18 | . | heart_rate: 24 (bpm) 0x3162-0x3163 (1) @@ -11510,7 +11510,7 @@ $ fq -d fit dv activity_dev.fit 0x3160| 00 | . | reserved: false 0x3169.3-0x3169.4 (0.1) 0x3160| 00 | . | local_message_type: 0 0x3169.4-0x316a (0.4) | | | data_message{}: 0x316a-0x317b (17) -0x3160| 92 6f b5 39 | .o.9 | timestamp: 968191890 (s) 0x316a-0x316e (4) +0x3160| 92 6f b5 39 | .o.9 | timestamp: 968191890 (2020-09-04T22:11:30Z) 0x316a-0x316e (4) 0x3160| f8 0b| ..| distance: 686 (68600) (m) 0x316e-0x3172 (4) 0x3170|01 00 |.. | 0x3170| e8 03 | .. | speed: 1 (1000) (m/s) 0x3172-0x3174 (2) @@ -11527,7 +11527,7 @@ $ fq -d fit dv activity_dev.fit 0x3170| 00 | . | reserved: false 0x317b.3-0x317b.4 (0.1) 0x3170| 00 | . | local_message_type: 0 0x317b.4-0x317c (0.4) | | | data_message{}: 0x317c-0x318d (17) -0x3170| 93 6f b5 39| .o.9| timestamp: 968191891 (s) 0x317c-0x3180 (4) +0x3170| 93 6f b5 39| .o.9| timestamp: 968191891 (2020-09-04T22:11:31Z) 0x317c-0x3180 (4) 0x3180|5c 0c 01 00 |\... | distance: 687 (68700) (m) 0x3180-0x3184 (4) 0x3180| e8 03 | .. | speed: 1 (1000) (m/s) 0x3184-0x3186 (2) 0x3180| 22 | " | heart_rate: 34 (bpm) 0x3186-0x3187 (1) @@ -11543,7 +11543,7 @@ $ fq -d fit dv activity_dev.fit 0x3180| 00 | . | reserved: false 0x318d.3-0x318d.4 (0.1) 0x3180| 00 | . | local_message_type: 0 0x318d.4-0x318e (0.4) | | | data_message{}: 0x318e-0x319f (17) -0x3180| 94 6f| .o| timestamp: 968191892 (s) 0x318e-0x3192 (4) +0x3180| 94 6f| .o| timestamp: 968191892 (2020-09-04T22:11:32Z) 0x318e-0x3192 (4) 0x3190|b5 39 |.9 | 0x3190| c0 0c 01 00 | .... | distance: 688 (68800) (m) 0x3192-0x3196 (4) 0x3190| e8 03 | .. | speed: 1 (1000) (m/s) 0x3196-0x3198 (2) @@ -11560,7 +11560,7 @@ $ fq -d fit dv activity_dev.fit 0x3190| 00| .| reserved: false 0x319f.3-0x319f.4 (0.1) 0x3190| 00| .| local_message_type: 0 0x319f.4-0x31a0 (0.4) | | | data_message{}: 0x31a0-0x31b1 (17) -0x31a0|95 6f b5 39 |.o.9 | timestamp: 968191893 (s) 0x31a0-0x31a4 (4) +0x31a0|95 6f b5 39 |.o.9 | timestamp: 968191893 (2020-09-04T22:11:33Z) 0x31a0-0x31a4 (4) 0x31a0| 24 0d 01 00 | $... | distance: 689 (68900) (m) 0x31a4-0x31a8 (4) 0x31a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x31a8-0x31aa (2) 0x31a0| 2e | . | heart_rate: 46 (bpm) 0x31aa-0x31ab (1) @@ -11576,7 +11576,7 @@ $ fq -d fit dv activity_dev.fit 0x31b0| 00 | . | reserved: false 0x31b1.3-0x31b1.4 (0.1) 0x31b0| 00 | . | local_message_type: 0 0x31b1.4-0x31b2 (0.4) | | | data_message{}: 0x31b2-0x31c3 (17) -0x31b0| 96 6f b5 39 | .o.9 | timestamp: 968191894 (s) 0x31b2-0x31b6 (4) +0x31b0| 96 6f b5 39 | .o.9 | timestamp: 968191894 (2020-09-04T22:11:34Z) 0x31b2-0x31b6 (4) 0x31b0| 88 0d 01 00 | .... | distance: 690 (69000) (m) 0x31b6-0x31ba (4) 0x31b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x31ba-0x31bc (2) 0x31b0| 34 | 4 | heart_rate: 52 (bpm) 0x31bc-0x31bd (1) @@ -11592,7 +11592,7 @@ $ fq -d fit dv activity_dev.fit 0x31c0| 00 | . | reserved: false 0x31c3.3-0x31c3.4 (0.1) 0x31c0| 00 | . | local_message_type: 0 0x31c3.4-0x31c4 (0.4) | | | data_message{}: 0x31c4-0x31d5 (17) -0x31c0| 97 6f b5 39 | .o.9 | timestamp: 968191895 (s) 0x31c4-0x31c8 (4) +0x31c0| 97 6f b5 39 | .o.9 | timestamp: 968191895 (2020-09-04T22:11:35Z) 0x31c4-0x31c8 (4) 0x31c0| ec 0d 01 00 | .... | distance: 691 (69100) (m) 0x31c8-0x31cc (4) 0x31c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x31cc-0x31ce (2) 0x31c0| 3a | : | heart_rate: 58 (bpm) 0x31ce-0x31cf (1) @@ -11608,7 +11608,7 @@ $ fq -d fit dv activity_dev.fit 0x31d0| 00 | . | reserved: false 0x31d5.3-0x31d5.4 (0.1) 0x31d0| 00 | . | local_message_type: 0 0x31d5.4-0x31d6 (0.4) | | | data_message{}: 0x31d6-0x31e7 (17) -0x31d0| 98 6f b5 39 | .o.9 | timestamp: 968191896 (s) 0x31d6-0x31da (4) +0x31d0| 98 6f b5 39 | .o.9 | timestamp: 968191896 (2020-09-04T22:11:36Z) 0x31d6-0x31da (4) 0x31d0| 50 0e 01 00 | P... | distance: 692 (69200) (m) 0x31da-0x31de (4) 0x31d0| e8 03| ..| speed: 1 (1000) (m/s) 0x31de-0x31e0 (2) 0x31e0|41 |A | heart_rate: 65 (bpm) 0x31e0-0x31e1 (1) @@ -11624,7 +11624,7 @@ $ fq -d fit dv activity_dev.fit 0x31e0| 00 | . | reserved: false 0x31e7.3-0x31e7.4 (0.1) 0x31e0| 00 | . | local_message_type: 0 0x31e7.4-0x31e8 (0.4) | | | data_message{}: 0x31e8-0x31f9 (17) -0x31e0| 99 6f b5 39 | .o.9 | timestamp: 968191897 (s) 0x31e8-0x31ec (4) +0x31e0| 99 6f b5 39 | .o.9 | timestamp: 968191897 (2020-09-04T22:11:37Z) 0x31e8-0x31ec (4) 0x31e0| b4 0e 01 00| ....| distance: 693 (69300) (m) 0x31ec-0x31f0 (4) 0x31f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x31f0-0x31f2 (2) 0x31f0| 48 | H | heart_rate: 72 (bpm) 0x31f2-0x31f3 (1) @@ -11640,7 +11640,7 @@ $ fq -d fit dv activity_dev.fit 0x31f0| 00 | . | reserved: false 0x31f9.3-0x31f9.4 (0.1) 0x31f0| 00 | . | local_message_type: 0 0x31f9.4-0x31fa (0.4) | | | data_message{}: 0x31fa-0x320b (17) -0x31f0| 9a 6f b5 39 | .o.9 | timestamp: 968191898 (s) 0x31fa-0x31fe (4) +0x31f0| 9a 6f b5 39 | .o.9 | timestamp: 968191898 (2020-09-04T22:11:38Z) 0x31fa-0x31fe (4) 0x31f0| 18 0f| ..| distance: 694 (69400) (m) 0x31fe-0x3202 (4) 0x3200|01 00 |.. | 0x3200| e8 03 | .. | speed: 1 (1000) (m/s) 0x3202-0x3204 (2) @@ -11657,7 +11657,7 @@ $ fq -d fit dv activity_dev.fit 0x3200| 00 | . | reserved: false 0x320b.3-0x320b.4 (0.1) 0x3200| 00 | . | local_message_type: 0 0x320b.4-0x320c (0.4) | | | data_message{}: 0x320c-0x321d (17) -0x3200| 9b 6f b5 39| .o.9| timestamp: 968191899 (s) 0x320c-0x3210 (4) +0x3200| 9b 6f b5 39| .o.9| timestamp: 968191899 (2020-09-04T22:11:39Z) 0x320c-0x3210 (4) 0x3210|7c 0f 01 00 ||... | distance: 695 (69500) (m) 0x3210-0x3214 (4) 0x3210| e8 03 | .. | speed: 1 (1000) (m/s) 0x3214-0x3216 (2) 0x3210| 57 | W | heart_rate: 87 (bpm) 0x3216-0x3217 (1) @@ -11673,7 +11673,7 @@ $ fq -d fit dv activity_dev.fit 0x3210| 00 | . | reserved: false 0x321d.3-0x321d.4 (0.1) 0x3210| 00 | . | local_message_type: 0 0x321d.4-0x321e (0.4) | | | data_message{}: 0x321e-0x322f (17) -0x3210| 9c 6f| .o| timestamp: 968191900 (s) 0x321e-0x3222 (4) +0x3210| 9c 6f| .o| timestamp: 968191900 (2020-09-04T22:11:40Z) 0x321e-0x3222 (4) 0x3220|b5 39 |.9 | 0x3220| e0 0f 01 00 | .... | distance: 696 (69600) (m) 0x3222-0x3226 (4) 0x3220| e8 03 | .. | speed: 1 (1000) (m/s) 0x3226-0x3228 (2) @@ -11690,7 +11690,7 @@ $ fq -d fit dv activity_dev.fit 0x3220| 00| .| reserved: false 0x322f.3-0x322f.4 (0.1) 0x3220| 00| .| local_message_type: 0 0x322f.4-0x3230 (0.4) | | | data_message{}: 0x3230-0x3241 (17) -0x3230|9d 6f b5 39 |.o.9 | timestamp: 968191901 (s) 0x3230-0x3234 (4) +0x3230|9d 6f b5 39 |.o.9 | timestamp: 968191901 (2020-09-04T22:11:41Z) 0x3230-0x3234 (4) 0x3230| 44 10 01 00 | D... | distance: 697 (69700) (m) 0x3234-0x3238 (4) 0x3230| e8 03 | .. | speed: 1 (1000) (m/s) 0x3238-0x323a (2) 0x3230| 67 | g | heart_rate: 103 (bpm) 0x323a-0x323b (1) @@ -11706,7 +11706,7 @@ $ fq -d fit dv activity_dev.fit 0x3240| 00 | . | reserved: false 0x3241.3-0x3241.4 (0.1) 0x3240| 00 | . | local_message_type: 0 0x3241.4-0x3242 (0.4) | | | data_message{}: 0x3242-0x3253 (17) -0x3240| 9e 6f b5 39 | .o.9 | timestamp: 968191902 (s) 0x3242-0x3246 (4) +0x3240| 9e 6f b5 39 | .o.9 | timestamp: 968191902 (2020-09-04T22:11:42Z) 0x3242-0x3246 (4) 0x3240| a8 10 01 00 | .... | distance: 698 (69800) (m) 0x3246-0x324a (4) 0x3240| e8 03 | .. | speed: 1 (1000) (m/s) 0x324a-0x324c (2) 0x3240| 6f | o | heart_rate: 111 (bpm) 0x324c-0x324d (1) @@ -11722,7 +11722,7 @@ $ fq -d fit dv activity_dev.fit 0x3250| 00 | . | reserved: false 0x3253.3-0x3253.4 (0.1) 0x3250| 00 | . | local_message_type: 0 0x3253.4-0x3254 (0.4) | | | data_message{}: 0x3254-0x3265 (17) -0x3250| 9f 6f b5 39 | .o.9 | timestamp: 968191903 (s) 0x3254-0x3258 (4) +0x3250| 9f 6f b5 39 | .o.9 | timestamp: 968191903 (2020-09-04T22:11:43Z) 0x3254-0x3258 (4) 0x3250| 0c 11 01 00 | .... | distance: 699 (69900) (m) 0x3258-0x325c (4) 0x3250| e8 03 | .. | speed: 1 (1000) (m/s) 0x325c-0x325e (2) 0x3250| 77 | w | heart_rate: 119 (bpm) 0x325e-0x325f (1) @@ -11738,7 +11738,7 @@ $ fq -d fit dv activity_dev.fit 0x3260| 00 | . | reserved: false 0x3265.3-0x3265.4 (0.1) 0x3260| 00 | . | local_message_type: 0 0x3265.4-0x3266 (0.4) | | | data_message{}: 0x3266-0x3277 (17) -0x3260| a0 6f b5 39 | .o.9 | timestamp: 968191904 (s) 0x3266-0x326a (4) +0x3260| a0 6f b5 39 | .o.9 | timestamp: 968191904 (2020-09-04T22:11:44Z) 0x3266-0x326a (4) 0x3260| 70 11 01 00 | p... | distance: 700 (70000) (m) 0x326a-0x326e (4) 0x3260| e8 03| ..| speed: 1 (1000) (m/s) 0x326e-0x3270 (2) 0x3270|7f |. | heart_rate: 127 (bpm) 0x3270-0x3271 (1) @@ -11754,7 +11754,7 @@ $ fq -d fit dv activity_dev.fit 0x3270| 00 | . | reserved: false 0x3277.3-0x3277.4 (0.1) 0x3270| 00 | . | local_message_type: 0 0x3277.4-0x3278 (0.4) | | | data_message{}: 0x3278-0x3289 (17) -0x3270| a1 6f b5 39 | .o.9 | timestamp: 968191905 (s) 0x3278-0x327c (4) +0x3270| a1 6f b5 39 | .o.9 | timestamp: 968191905 (2020-09-04T22:11:45Z) 0x3278-0x327c (4) 0x3270| d4 11 01 00| ....| distance: 701 (70100) (m) 0x327c-0x3280 (4) 0x3280|e8 03 |.. | speed: 1 (1000) (m/s) 0x3280-0x3282 (2) 0x3280| 86 | . | heart_rate: 134 (bpm) 0x3282-0x3283 (1) @@ -11770,7 +11770,7 @@ $ fq -d fit dv activity_dev.fit 0x3280| 00 | . | reserved: false 0x3289.3-0x3289.4 (0.1) 0x3280| 00 | . | local_message_type: 0 0x3289.4-0x328a (0.4) | | | data_message{}: 0x328a-0x329b (17) -0x3280| a2 6f b5 39 | .o.9 | timestamp: 968191906 (s) 0x328a-0x328e (4) +0x3280| a2 6f b5 39 | .o.9 | timestamp: 968191906 (2020-09-04T22:11:46Z) 0x328a-0x328e (4) 0x3280| 38 12| 8.| distance: 702 (70200) (m) 0x328e-0x3292 (4) 0x3290|01 00 |.. | 0x3290| e8 03 | .. | speed: 1 (1000) (m/s) 0x3292-0x3294 (2) @@ -11787,7 +11787,7 @@ $ fq -d fit dv activity_dev.fit 0x3290| 00 | . | reserved: false 0x329b.3-0x329b.4 (0.1) 0x3290| 00 | . | local_message_type: 0 0x329b.4-0x329c (0.4) | | | data_message{}: 0x329c-0x32ad (17) -0x3290| a3 6f b5 39| .o.9| timestamp: 968191907 (s) 0x329c-0x32a0 (4) +0x3290| a3 6f b5 39| .o.9| timestamp: 968191907 (2020-09-04T22:11:47Z) 0x329c-0x32a0 (4) 0x32a0|9c 12 01 00 |.... | distance: 703 (70300) (m) 0x32a0-0x32a4 (4) 0x32a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x32a4-0x32a6 (2) 0x32a0| 96 | . | heart_rate: 150 (bpm) 0x32a6-0x32a7 (1) @@ -11803,7 +11803,7 @@ $ fq -d fit dv activity_dev.fit 0x32a0| 00 | . | reserved: false 0x32ad.3-0x32ad.4 (0.1) 0x32a0| 00 | . | local_message_type: 0 0x32ad.4-0x32ae (0.4) | | | data_message{}: 0x32ae-0x32bf (17) -0x32a0| a4 6f| .o| timestamp: 968191908 (s) 0x32ae-0x32b2 (4) +0x32a0| a4 6f| .o| timestamp: 968191908 (2020-09-04T22:11:48Z) 0x32ae-0x32b2 (4) 0x32b0|b5 39 |.9 | 0x32b0| 00 13 01 00 | .... | distance: 704 (70400) (m) 0x32b2-0x32b6 (4) 0x32b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x32b6-0x32b8 (2) @@ -11820,7 +11820,7 @@ $ fq -d fit dv activity_dev.fit 0x32b0| 00| .| reserved: false 0x32bf.3-0x32bf.4 (0.1) 0x32b0| 00| .| local_message_type: 0 0x32bf.4-0x32c0 (0.4) | | | data_message{}: 0x32c0-0x32d1 (17) -0x32c0|a5 6f b5 39 |.o.9 | timestamp: 968191909 (s) 0x32c0-0x32c4 (4) +0x32c0|a5 6f b5 39 |.o.9 | timestamp: 968191909 (2020-09-04T22:11:49Z) 0x32c0-0x32c4 (4) 0x32c0| 64 13 01 00 | d... | distance: 705 (70500) (m) 0x32c4-0x32c8 (4) 0x32c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x32c8-0x32ca (2) 0x32c0| a6 | . | heart_rate: 166 (bpm) 0x32ca-0x32cb (1) @@ -11836,7 +11836,7 @@ $ fq -d fit dv activity_dev.fit 0x32d0| 00 | . | reserved: false 0x32d1.3-0x32d1.4 (0.1) 0x32d0| 00 | . | local_message_type: 0 0x32d1.4-0x32d2 (0.4) | | | data_message{}: 0x32d2-0x32e3 (17) -0x32d0| a6 6f b5 39 | .o.9 | timestamp: 968191910 (s) 0x32d2-0x32d6 (4) +0x32d0| a6 6f b5 39 | .o.9 | timestamp: 968191910 (2020-09-04T22:11:50Z) 0x32d2-0x32d6 (4) 0x32d0| c8 13 01 00 | .... | distance: 706 (70600) (m) 0x32d6-0x32da (4) 0x32d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x32da-0x32dc (2) 0x32d0| ad | . | heart_rate: 173 (bpm) 0x32dc-0x32dd (1) @@ -11852,7 +11852,7 @@ $ fq -d fit dv activity_dev.fit 0x32e0| 00 | . | reserved: false 0x32e3.3-0x32e3.4 (0.1) 0x32e0| 00 | . | local_message_type: 0 0x32e3.4-0x32e4 (0.4) | | | data_message{}: 0x32e4-0x32f5 (17) -0x32e0| a7 6f b5 39 | .o.9 | timestamp: 968191911 (s) 0x32e4-0x32e8 (4) +0x32e0| a7 6f b5 39 | .o.9 | timestamp: 968191911 (2020-09-04T22:11:51Z) 0x32e4-0x32e8 (4) 0x32e0| 2c 14 01 00 | ,... | distance: 707 (70700) (m) 0x32e8-0x32ec (4) 0x32e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x32ec-0x32ee (2) 0x32e0| b5 | . | heart_rate: 181 (bpm) 0x32ee-0x32ef (1) @@ -11868,7 +11868,7 @@ $ fq -d fit dv activity_dev.fit 0x32f0| 00 | . | reserved: false 0x32f5.3-0x32f5.4 (0.1) 0x32f0| 00 | . | local_message_type: 0 0x32f5.4-0x32f6 (0.4) | | | data_message{}: 0x32f6-0x3307 (17) -0x32f0| a8 6f b5 39 | .o.9 | timestamp: 968191912 (s) 0x32f6-0x32fa (4) +0x32f0| a8 6f b5 39 | .o.9 | timestamp: 968191912 (2020-09-04T22:11:52Z) 0x32f6-0x32fa (4) 0x32f0| 90 14 01 00 | .... | distance: 708 (70800) (m) 0x32fa-0x32fe (4) 0x32f0| e8 03| ..| speed: 1 (1000) (m/s) 0x32fe-0x3300 (2) 0x3300|bc |. | heart_rate: 188 (bpm) 0x3300-0x3301 (1) @@ -11884,7 +11884,7 @@ $ fq -d fit dv activity_dev.fit 0x3300| 00 | . | reserved: false 0x3307.3-0x3307.4 (0.1) 0x3300| 00 | . | local_message_type: 0 0x3307.4-0x3308 (0.4) | | | data_message{}: 0x3308-0x3319 (17) -0x3300| a9 6f b5 39 | .o.9 | timestamp: 968191913 (s) 0x3308-0x330c (4) +0x3300| a9 6f b5 39 | .o.9 | timestamp: 968191913 (2020-09-04T22:11:53Z) 0x3308-0x330c (4) 0x3300| f4 14 01 00| ....| distance: 709 (70900) (m) 0x330c-0x3310 (4) 0x3310|e8 03 |.. | speed: 1 (1000) (m/s) 0x3310-0x3312 (2) 0x3310| c3 | . | heart_rate: 195 (bpm) 0x3312-0x3313 (1) @@ -11900,7 +11900,7 @@ $ fq -d fit dv activity_dev.fit 0x3310| 00 | . | reserved: false 0x3319.3-0x3319.4 (0.1) 0x3310| 00 | . | local_message_type: 0 0x3319.4-0x331a (0.4) | | | data_message{}: 0x331a-0x332b (17) -0x3310| aa 6f b5 39 | .o.9 | timestamp: 968191914 (s) 0x331a-0x331e (4) +0x3310| aa 6f b5 39 | .o.9 | timestamp: 968191914 (2020-09-04T22:11:54Z) 0x331a-0x331e (4) 0x3310| 58 15| X.| distance: 710 (71000) (m) 0x331e-0x3322 (4) 0x3320|01 00 |.. | 0x3320| e8 03 | .. | speed: 1 (1000) (m/s) 0x3322-0x3324 (2) @@ -11917,7 +11917,7 @@ $ fq -d fit dv activity_dev.fit 0x3320| 00 | . | reserved: false 0x332b.3-0x332b.4 (0.1) 0x3320| 00 | . | local_message_type: 0 0x332b.4-0x332c (0.4) | | | data_message{}: 0x332c-0x333d (17) -0x3320| ab 6f b5 39| .o.9| timestamp: 968191915 (s) 0x332c-0x3330 (4) +0x3320| ab 6f b5 39| .o.9| timestamp: 968191915 (2020-09-04T22:11:55Z) 0x332c-0x3330 (4) 0x3330|bc 15 01 00 |.... | distance: 711 (71100) (m) 0x3330-0x3334 (4) 0x3330| e8 03 | .. | speed: 1 (1000) (m/s) 0x3334-0x3336 (2) 0x3330| cf | . | heart_rate: 207 (bpm) 0x3336-0x3337 (1) @@ -11933,7 +11933,7 @@ $ fq -d fit dv activity_dev.fit 0x3330| 00 | . | reserved: false 0x333d.3-0x333d.4 (0.1) 0x3330| 00 | . | local_message_type: 0 0x333d.4-0x333e (0.4) | | | data_message{}: 0x333e-0x334f (17) -0x3330| ac 6f| .o| timestamp: 968191916 (s) 0x333e-0x3342 (4) +0x3330| ac 6f| .o| timestamp: 968191916 (2020-09-04T22:11:56Z) 0x333e-0x3342 (4) 0x3340|b5 39 |.9 | 0x3340| 20 16 01 00 | ... | distance: 712 (71200) (m) 0x3342-0x3346 (4) 0x3340| e8 03 | .. | speed: 1 (1000) (m/s) 0x3346-0x3348 (2) @@ -11950,7 +11950,7 @@ $ fq -d fit dv activity_dev.fit 0x3340| 00| .| reserved: false 0x334f.3-0x334f.4 (0.1) 0x3340| 00| .| local_message_type: 0 0x334f.4-0x3350 (0.4) | | | data_message{}: 0x3350-0x3361 (17) -0x3350|ad 6f b5 39 |.o.9 | timestamp: 968191917 (s) 0x3350-0x3354 (4) +0x3350|ad 6f b5 39 |.o.9 | timestamp: 968191917 (2020-09-04T22:11:57Z) 0x3350-0x3354 (4) 0x3350| 84 16 01 00 | .... | distance: 713 (71300) (m) 0x3354-0x3358 (4) 0x3350| e8 03 | .. | speed: 1 (1000) (m/s) 0x3358-0x335a (2) 0x3350| db | . | heart_rate: 219 (bpm) 0x335a-0x335b (1) @@ -11966,7 +11966,7 @@ $ fq -d fit dv activity_dev.fit 0x3360| 00 | . | reserved: false 0x3361.3-0x3361.4 (0.1) 0x3360| 00 | . | local_message_type: 0 0x3361.4-0x3362 (0.4) | | | data_message{}: 0x3362-0x3373 (17) -0x3360| ae 6f b5 39 | .o.9 | timestamp: 968191918 (s) 0x3362-0x3366 (4) +0x3360| ae 6f b5 39 | .o.9 | timestamp: 968191918 (2020-09-04T22:11:58Z) 0x3362-0x3366 (4) 0x3360| e8 16 01 00 | .... | distance: 714 (71400) (m) 0x3366-0x336a (4) 0x3360| e8 03 | .. | speed: 1 (1000) (m/s) 0x336a-0x336c (2) 0x3360| e0 | . | heart_rate: 224 (bpm) 0x336c-0x336d (1) @@ -11982,7 +11982,7 @@ $ fq -d fit dv activity_dev.fit 0x3370| 00 | . | reserved: false 0x3373.3-0x3373.4 (0.1) 0x3370| 00 | . | local_message_type: 0 0x3373.4-0x3374 (0.4) | | | data_message{}: 0x3374-0x3385 (17) -0x3370| af 6f b5 39 | .o.9 | timestamp: 968191919 (s) 0x3374-0x3378 (4) +0x3370| af 6f b5 39 | .o.9 | timestamp: 968191919 (2020-09-04T22:11:59Z) 0x3374-0x3378 (4) 0x3370| 4c 17 01 00 | L... | distance: 715 (71500) (m) 0x3378-0x337c (4) 0x3370| e8 03 | .. | speed: 1 (1000) (m/s) 0x337c-0x337e (2) 0x3370| e5 | . | heart_rate: 229 (bpm) 0x337e-0x337f (1) @@ -11998,7 +11998,7 @@ $ fq -d fit dv activity_dev.fit 0x3380| 00 | . | reserved: false 0x3385.3-0x3385.4 (0.1) 0x3380| 00 | . | local_message_type: 0 0x3385.4-0x3386 (0.4) | | | data_message{}: 0x3386-0x3397 (17) -0x3380| b0 6f b5 39 | .o.9 | timestamp: 968191920 (s) 0x3386-0x338a (4) +0x3380| b0 6f b5 39 | .o.9 | timestamp: 968191920 (2020-09-04T22:12:00Z) 0x3386-0x338a (4) 0x3380| b0 17 01 00 | .... | distance: 716 (71600) (m) 0x338a-0x338e (4) 0x3380| e8 03| ..| speed: 1 (1000) (m/s) 0x338e-0x3390 (2) 0x3390|ea |. | heart_rate: 234 (bpm) 0x3390-0x3391 (1) @@ -12014,7 +12014,7 @@ $ fq -d fit dv activity_dev.fit 0x3390| 00 | . | reserved: false 0x3397.3-0x3397.4 (0.1) 0x3390| 00 | . | local_message_type: 0 0x3397.4-0x3398 (0.4) | | | data_message{}: 0x3398-0x33a9 (17) -0x3390| b1 6f b5 39 | .o.9 | timestamp: 968191921 (s) 0x3398-0x339c (4) +0x3390| b1 6f b5 39 | .o.9 | timestamp: 968191921 (2020-09-04T22:12:01Z) 0x3398-0x339c (4) 0x3390| 14 18 01 00| ....| distance: 717 (71700) (m) 0x339c-0x33a0 (4) 0x33a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x33a0-0x33a2 (2) 0x33a0| ee | . | heart_rate: 238 (bpm) 0x33a2-0x33a3 (1) @@ -12030,7 +12030,7 @@ $ fq -d fit dv activity_dev.fit 0x33a0| 00 | . | reserved: false 0x33a9.3-0x33a9.4 (0.1) 0x33a0| 00 | . | local_message_type: 0 0x33a9.4-0x33aa (0.4) | | | data_message{}: 0x33aa-0x33bb (17) -0x33a0| b2 6f b5 39 | .o.9 | timestamp: 968191922 (s) 0x33aa-0x33ae (4) +0x33a0| b2 6f b5 39 | .o.9 | timestamp: 968191922 (2020-09-04T22:12:02Z) 0x33aa-0x33ae (4) 0x33a0| 78 18| x.| distance: 718 (71800) (m) 0x33ae-0x33b2 (4) 0x33b0|01 00 |.. | 0x33b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x33b2-0x33b4 (2) @@ -12047,7 +12047,7 @@ $ fq -d fit dv activity_dev.fit 0x33b0| 00 | . | reserved: false 0x33bb.3-0x33bb.4 (0.1) 0x33b0| 00 | . | local_message_type: 0 0x33bb.4-0x33bc (0.4) | | | data_message{}: 0x33bc-0x33cd (17) -0x33b0| b3 6f b5 39| .o.9| timestamp: 968191923 (s) 0x33bc-0x33c0 (4) +0x33b0| b3 6f b5 39| .o.9| timestamp: 968191923 (2020-09-04T22:12:03Z) 0x33bc-0x33c0 (4) 0x33c0|dc 18 01 00 |.... | distance: 719 (71900) (m) 0x33c0-0x33c4 (4) 0x33c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x33c4-0x33c6 (2) 0x33c0| f5 | . | heart_rate: 245 (bpm) 0x33c6-0x33c7 (1) @@ -12063,7 +12063,7 @@ $ fq -d fit dv activity_dev.fit 0x33c0| 00 | . | reserved: false 0x33cd.3-0x33cd.4 (0.1) 0x33c0| 00 | . | local_message_type: 0 0x33cd.4-0x33ce (0.4) | | | data_message{}: 0x33ce-0x33df (17) -0x33c0| b4 6f| .o| timestamp: 968191924 (s) 0x33ce-0x33d2 (4) +0x33c0| b4 6f| .o| timestamp: 968191924 (2020-09-04T22:12:04Z) 0x33ce-0x33d2 (4) 0x33d0|b5 39 |.9 | 0x33d0| 40 19 01 00 | @... | distance: 720 (72000) (m) 0x33d2-0x33d6 (4) 0x33d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x33d6-0x33d8 (2) @@ -12080,7 +12080,7 @@ $ fq -d fit dv activity_dev.fit 0x33d0| 00| .| reserved: false 0x33df.3-0x33df.4 (0.1) 0x33d0| 00| .| local_message_type: 0 0x33df.4-0x33e0 (0.4) | | | data_message{}: 0x33e0-0x33f1 (17) -0x33e0|b5 6f b5 39 |.o.9 | timestamp: 968191925 (s) 0x33e0-0x33e4 (4) +0x33e0|b5 6f b5 39 |.o.9 | timestamp: 968191925 (2020-09-04T22:12:05Z) 0x33e0-0x33e4 (4) 0x33e0| a4 19 01 00 | .... | distance: 721 (72100) (m) 0x33e4-0x33e8 (4) 0x33e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x33e8-0x33ea (2) 0x33e0| fa | . | heart_rate: 250 (bpm) 0x33ea-0x33eb (1) @@ -12096,7 +12096,7 @@ $ fq -d fit dv activity_dev.fit 0x33f0| 00 | . | reserved: false 0x33f1.3-0x33f1.4 (0.1) 0x33f0| 00 | . | local_message_type: 0 0x33f1.4-0x33f2 (0.4) | | | data_message{}: 0x33f2-0x3403 (17) -0x33f0| b6 6f b5 39 | .o.9 | timestamp: 968191926 (s) 0x33f2-0x33f6 (4) +0x33f0| b6 6f b5 39 | .o.9 | timestamp: 968191926 (2020-09-04T22:12:06Z) 0x33f2-0x33f6 (4) 0x33f0| 08 1a 01 00 | .... | distance: 722 (72200) (m) 0x33f6-0x33fa (4) 0x33f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x33fa-0x33fc (2) 0x33f0| fb | . | heart_rate: 251 (bpm) 0x33fc-0x33fd (1) @@ -12112,7 +12112,7 @@ $ fq -d fit dv activity_dev.fit 0x3400| 00 | . | reserved: false 0x3403.3-0x3403.4 (0.1) 0x3400| 00 | . | local_message_type: 0 0x3403.4-0x3404 (0.4) | | | data_message{}: 0x3404-0x3415 (17) -0x3400| b7 6f b5 39 | .o.9 | timestamp: 968191927 (s) 0x3404-0x3408 (4) +0x3400| b7 6f b5 39 | .o.9 | timestamp: 968191927 (2020-09-04T22:12:07Z) 0x3404-0x3408 (4) 0x3400| 6c 1a 01 00 | l... | distance: 723 (72300) (m) 0x3408-0x340c (4) 0x3400| e8 03 | .. | speed: 1 (1000) (m/s) 0x340c-0x340e (2) 0x3400| fc | . | heart_rate: 252 (bpm) 0x340e-0x340f (1) @@ -12128,7 +12128,7 @@ $ fq -d fit dv activity_dev.fit 0x3410| 00 | . | reserved: false 0x3415.3-0x3415.4 (0.1) 0x3410| 00 | . | local_message_type: 0 0x3415.4-0x3416 (0.4) | | | data_message{}: 0x3416-0x3427 (17) -0x3410| b8 6f b5 39 | .o.9 | timestamp: 968191928 (s) 0x3416-0x341a (4) +0x3410| b8 6f b5 39 | .o.9 | timestamp: 968191928 (2020-09-04T22:12:08Z) 0x3416-0x341a (4) 0x3410| d0 1a 01 00 | .... | distance: 724 (72400) (m) 0x341a-0x341e (4) 0x3410| e8 03| ..| speed: 1 (1000) (m/s) 0x341e-0x3420 (2) 0x3420|fd |. | heart_rate: 253 (bpm) 0x3420-0x3421 (1) @@ -12144,7 +12144,7 @@ $ fq -d fit dv activity_dev.fit 0x3420| 00 | . | reserved: false 0x3427.3-0x3427.4 (0.1) 0x3420| 00 | . | local_message_type: 0 0x3427.4-0x3428 (0.4) | | | data_message{}: 0x3428-0x3439 (17) -0x3420| b9 6f b5 39 | .o.9 | timestamp: 968191929 (s) 0x3428-0x342c (4) +0x3420| b9 6f b5 39 | .o.9 | timestamp: 968191929 (2020-09-04T22:12:09Z) 0x3428-0x342c (4) 0x3420| 34 1b 01 00| 4...| distance: 725 (72500) (m) 0x342c-0x3430 (4) 0x3430|e8 03 |.. | speed: 1 (1000) (m/s) 0x3430-0x3432 (2) 0x3430| fe | . | heart_rate: 254 (bpm) 0x3432-0x3433 (1) @@ -12160,7 +12160,7 @@ $ fq -d fit dv activity_dev.fit 0x3430| 00 | . | reserved: false 0x3439.3-0x3439.4 (0.1) 0x3430| 00 | . | local_message_type: 0 0x3439.4-0x343a (0.4) | | | data_message{}: 0x343a-0x344b (17) -0x3430| ba 6f b5 39 | .o.9 | timestamp: 968191930 (s) 0x343a-0x343e (4) +0x3430| ba 6f b5 39 | .o.9 | timestamp: 968191930 (2020-09-04T22:12:10Z) 0x343a-0x343e (4) 0x3430| 98 1b| ..| distance: 726 (72600) (m) 0x343e-0x3442 (4) 0x3440|01 00 |.. | 0x3440| e8 03 | .. | speed: 1 (1000) (m/s) 0x3442-0x3444 (2) @@ -12177,7 +12177,7 @@ $ fq -d fit dv activity_dev.fit 0x3440| 00 | . | reserved: false 0x344b.3-0x344b.4 (0.1) 0x3440| 00 | . | local_message_type: 0 0x344b.4-0x344c (0.4) | | | data_message{}: 0x344c-0x345d (17) -0x3440| bb 6f b5 39| .o.9| timestamp: 968191931 (s) 0x344c-0x3450 (4) +0x3440| bb 6f b5 39| .o.9| timestamp: 968191931 (2020-09-04T22:12:11Z) 0x344c-0x3450 (4) 0x3450|fc 1b 01 00 |.... | distance: 727 (72700) (m) 0x3450-0x3454 (4) 0x3450| e8 03 | .. | speed: 1 (1000) (m/s) 0x3454-0x3456 (2) 0x3450| fc | . | heart_rate: 252 (bpm) 0x3456-0x3457 (1) @@ -12193,7 +12193,7 @@ $ fq -d fit dv activity_dev.fit 0x3450| 00 | . | reserved: false 0x345d.3-0x345d.4 (0.1) 0x3450| 00 | . | local_message_type: 0 0x345d.4-0x345e (0.4) | | | data_message{}: 0x345e-0x346f (17) -0x3450| bc 6f| .o| timestamp: 968191932 (s) 0x345e-0x3462 (4) +0x3450| bc 6f| .o| timestamp: 968191932 (2020-09-04T22:12:12Z) 0x345e-0x3462 (4) 0x3460|b5 39 |.9 | 0x3460| 60 1c 01 00 | `... | distance: 728 (72800) (m) 0x3462-0x3466 (4) 0x3460| e8 03 | .. | speed: 1 (1000) (m/s) 0x3466-0x3468 (2) @@ -12210,7 +12210,7 @@ $ fq -d fit dv activity_dev.fit 0x3460| 00| .| reserved: false 0x346f.3-0x346f.4 (0.1) 0x3460| 00| .| local_message_type: 0 0x346f.4-0x3470 (0.4) | | | data_message{}: 0x3470-0x3481 (17) -0x3470|bd 6f b5 39 |.o.9 | timestamp: 968191933 (s) 0x3470-0x3474 (4) +0x3470|bd 6f b5 39 |.o.9 | timestamp: 968191933 (2020-09-04T22:12:13Z) 0x3470-0x3474 (4) 0x3470| c4 1c 01 00 | .... | distance: 729 (72900) (m) 0x3474-0x3478 (4) 0x3470| e8 03 | .. | speed: 1 (1000) (m/s) 0x3478-0x347a (2) 0x3470| fa | . | heart_rate: 250 (bpm) 0x347a-0x347b (1) @@ -12226,7 +12226,7 @@ $ fq -d fit dv activity_dev.fit 0x3480| 00 | . | reserved: false 0x3481.3-0x3481.4 (0.1) 0x3480| 00 | . | local_message_type: 0 0x3481.4-0x3482 (0.4) | | | data_message{}: 0x3482-0x3493 (17) -0x3480| be 6f b5 39 | .o.9 | timestamp: 968191934 (s) 0x3482-0x3486 (4) +0x3480| be 6f b5 39 | .o.9 | timestamp: 968191934 (2020-09-04T22:12:14Z) 0x3482-0x3486 (4) 0x3480| 28 1d 01 00 | (... | distance: 730 (73000) (m) 0x3486-0x348a (4) 0x3480| e8 03 | .. | speed: 1 (1000) (m/s) 0x348a-0x348c (2) 0x3480| f7 | . | heart_rate: 247 (bpm) 0x348c-0x348d (1) @@ -12242,7 +12242,7 @@ $ fq -d fit dv activity_dev.fit 0x3490| 00 | . | reserved: false 0x3493.3-0x3493.4 (0.1) 0x3490| 00 | . | local_message_type: 0 0x3493.4-0x3494 (0.4) | | | data_message{}: 0x3494-0x34a5 (17) -0x3490| bf 6f b5 39 | .o.9 | timestamp: 968191935 (s) 0x3494-0x3498 (4) +0x3490| bf 6f b5 39 | .o.9 | timestamp: 968191935 (2020-09-04T22:12:15Z) 0x3494-0x3498 (4) 0x3490| 8c 1d 01 00 | .... | distance: 731 (73100) (m) 0x3498-0x349c (4) 0x3490| e8 03 | .. | speed: 1 (1000) (m/s) 0x349c-0x349e (2) 0x3490| f5 | . | heart_rate: 245 (bpm) 0x349e-0x349f (1) @@ -12258,7 +12258,7 @@ $ fq -d fit dv activity_dev.fit 0x34a0| 00 | . | reserved: false 0x34a5.3-0x34a5.4 (0.1) 0x34a0| 00 | . | local_message_type: 0 0x34a5.4-0x34a6 (0.4) | | | data_message{}: 0x34a6-0x34b7 (17) -0x34a0| c0 6f b5 39 | .o.9 | timestamp: 968191936 (s) 0x34a6-0x34aa (4) +0x34a0| c0 6f b5 39 | .o.9 | timestamp: 968191936 (2020-09-04T22:12:16Z) 0x34a6-0x34aa (4) 0x34a0| f0 1d 01 00 | .... | distance: 732 (73200) (m) 0x34aa-0x34ae (4) 0x34a0| e8 03| ..| speed: 1 (1000) (m/s) 0x34ae-0x34b0 (2) 0x34b0|f1 |. | heart_rate: 241 (bpm) 0x34b0-0x34b1 (1) @@ -12274,7 +12274,7 @@ $ fq -d fit dv activity_dev.fit 0x34b0| 00 | . | reserved: false 0x34b7.3-0x34b7.4 (0.1) 0x34b0| 00 | . | local_message_type: 0 0x34b7.4-0x34b8 (0.4) | | | data_message{}: 0x34b8-0x34c9 (17) -0x34b0| c1 6f b5 39 | .o.9 | timestamp: 968191937 (s) 0x34b8-0x34bc (4) +0x34b0| c1 6f b5 39 | .o.9 | timestamp: 968191937 (2020-09-04T22:12:17Z) 0x34b8-0x34bc (4) 0x34b0| 54 1e 01 00| T...| distance: 733 (73300) (m) 0x34bc-0x34c0 (4) 0x34c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x34c0-0x34c2 (2) 0x34c0| ee | . | heart_rate: 238 (bpm) 0x34c2-0x34c3 (1) @@ -12290,7 +12290,7 @@ $ fq -d fit dv activity_dev.fit 0x34c0| 00 | . | reserved: false 0x34c9.3-0x34c9.4 (0.1) 0x34c0| 00 | . | local_message_type: 0 0x34c9.4-0x34ca (0.4) | | | data_message{}: 0x34ca-0x34db (17) -0x34c0| c2 6f b5 39 | .o.9 | timestamp: 968191938 (s) 0x34ca-0x34ce (4) +0x34c0| c2 6f b5 39 | .o.9 | timestamp: 968191938 (2020-09-04T22:12:18Z) 0x34ca-0x34ce (4) 0x34c0| b8 1e| ..| distance: 734 (73400) (m) 0x34ce-0x34d2 (4) 0x34d0|01 00 |.. | 0x34d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x34d2-0x34d4 (2) @@ -12307,7 +12307,7 @@ $ fq -d fit dv activity_dev.fit 0x34d0| 00 | . | reserved: false 0x34db.3-0x34db.4 (0.1) 0x34d0| 00 | . | local_message_type: 0 0x34db.4-0x34dc (0.4) | | | data_message{}: 0x34dc-0x34ed (17) -0x34d0| c3 6f b5 39| .o.9| timestamp: 968191939 (s) 0x34dc-0x34e0 (4) +0x34d0| c3 6f b5 39| .o.9| timestamp: 968191939 (2020-09-04T22:12:19Z) 0x34dc-0x34e0 (4) 0x34e0|1c 1f 01 00 |.... | distance: 735 (73500) (m) 0x34e0-0x34e4 (4) 0x34e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x34e4-0x34e6 (2) 0x34e0| e5 | . | heart_rate: 229 (bpm) 0x34e6-0x34e7 (1) @@ -12323,7 +12323,7 @@ $ fq -d fit dv activity_dev.fit 0x34e0| 00 | . | reserved: false 0x34ed.3-0x34ed.4 (0.1) 0x34e0| 00 | . | local_message_type: 0 0x34ed.4-0x34ee (0.4) | | | data_message{}: 0x34ee-0x34ff (17) -0x34e0| c4 6f| .o| timestamp: 968191940 (s) 0x34ee-0x34f2 (4) +0x34e0| c4 6f| .o| timestamp: 968191940 (2020-09-04T22:12:20Z) 0x34ee-0x34f2 (4) 0x34f0|b5 39 |.9 | 0x34f0| 80 1f 01 00 | .... | distance: 736 (73600) (m) 0x34f2-0x34f6 (4) 0x34f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x34f6-0x34f8 (2) @@ -12340,7 +12340,7 @@ $ fq -d fit dv activity_dev.fit 0x34f0| 00| .| reserved: false 0x34ff.3-0x34ff.4 (0.1) 0x34f0| 00| .| local_message_type: 0 0x34ff.4-0x3500 (0.4) | | | data_message{}: 0x3500-0x3511 (17) -0x3500|c5 6f b5 39 |.o.9 | timestamp: 968191941 (s) 0x3500-0x3504 (4) +0x3500|c5 6f b5 39 |.o.9 | timestamp: 968191941 (2020-09-04T22:12:21Z) 0x3500-0x3504 (4) 0x3500| e4 1f 01 00 | .... | distance: 737 (73700) (m) 0x3504-0x3508 (4) 0x3500| e8 03 | .. | speed: 1 (1000) (m/s) 0x3508-0x350a (2) 0x3500| db | . | heart_rate: 219 (bpm) 0x350a-0x350b (1) @@ -12356,7 +12356,7 @@ $ fq -d fit dv activity_dev.fit 0x3510| 00 | . | reserved: false 0x3511.3-0x3511.4 (0.1) 0x3510| 00 | . | local_message_type: 0 0x3511.4-0x3512 (0.4) | | | data_message{}: 0x3512-0x3523 (17) -0x3510| c6 6f b5 39 | .o.9 | timestamp: 968191942 (s) 0x3512-0x3516 (4) +0x3510| c6 6f b5 39 | .o.9 | timestamp: 968191942 (2020-09-04T22:12:22Z) 0x3512-0x3516 (4) 0x3510| 48 20 01 00 | H .. | distance: 738 (73800) (m) 0x3516-0x351a (4) 0x3510| e8 03 | .. | speed: 1 (1000) (m/s) 0x351a-0x351c (2) 0x3510| d5 | . | heart_rate: 213 (bpm) 0x351c-0x351d (1) @@ -12372,7 +12372,7 @@ $ fq -d fit dv activity_dev.fit 0x3520| 00 | . | reserved: false 0x3523.3-0x3523.4 (0.1) 0x3520| 00 | . | local_message_type: 0 0x3523.4-0x3524 (0.4) | | | data_message{}: 0x3524-0x3535 (17) -0x3520| c7 6f b5 39 | .o.9 | timestamp: 968191943 (s) 0x3524-0x3528 (4) +0x3520| c7 6f b5 39 | .o.9 | timestamp: 968191943 (2020-09-04T22:12:23Z) 0x3524-0x3528 (4) 0x3520| ac 20 01 00 | . .. | distance: 739 (73900) (m) 0x3528-0x352c (4) 0x3520| e8 03 | .. | speed: 1 (1000) (m/s) 0x352c-0x352e (2) 0x3520| cf | . | heart_rate: 207 (bpm) 0x352e-0x352f (1) @@ -12388,7 +12388,7 @@ $ fq -d fit dv activity_dev.fit 0x3530| 00 | . | reserved: false 0x3535.3-0x3535.4 (0.1) 0x3530| 00 | . | local_message_type: 0 0x3535.4-0x3536 (0.4) | | | data_message{}: 0x3536-0x3547 (17) -0x3530| c8 6f b5 39 | .o.9 | timestamp: 968191944 (s) 0x3536-0x353a (4) +0x3530| c8 6f b5 39 | .o.9 | timestamp: 968191944 (2020-09-04T22:12:24Z) 0x3536-0x353a (4) 0x3530| 10 21 01 00 | .!.. | distance: 740 (74000) (m) 0x353a-0x353e (4) 0x3530| e8 03| ..| speed: 1 (1000) (m/s) 0x353e-0x3540 (2) 0x3540|c9 |. | heart_rate: 201 (bpm) 0x3540-0x3541 (1) @@ -12404,7 +12404,7 @@ $ fq -d fit dv activity_dev.fit 0x3540| 00 | . | reserved: false 0x3547.3-0x3547.4 (0.1) 0x3540| 00 | . | local_message_type: 0 0x3547.4-0x3548 (0.4) | | | data_message{}: 0x3548-0x3559 (17) -0x3540| c9 6f b5 39 | .o.9 | timestamp: 968191945 (s) 0x3548-0x354c (4) +0x3540| c9 6f b5 39 | .o.9 | timestamp: 968191945 (2020-09-04T22:12:25Z) 0x3548-0x354c (4) 0x3540| 74 21 01 00| t!..| distance: 741 (74100) (m) 0x354c-0x3550 (4) 0x3550|e8 03 |.. | speed: 1 (1000) (m/s) 0x3550-0x3552 (2) 0x3550| c3 | . | heart_rate: 195 (bpm) 0x3552-0x3553 (1) @@ -12420,7 +12420,7 @@ $ fq -d fit dv activity_dev.fit 0x3550| 00 | . | reserved: false 0x3559.3-0x3559.4 (0.1) 0x3550| 00 | . | local_message_type: 0 0x3559.4-0x355a (0.4) | | | data_message{}: 0x355a-0x356b (17) -0x3550| ca 6f b5 39 | .o.9 | timestamp: 968191946 (s) 0x355a-0x355e (4) +0x3550| ca 6f b5 39 | .o.9 | timestamp: 968191946 (2020-09-04T22:12:26Z) 0x355a-0x355e (4) 0x3550| d8 21| .!| distance: 742 (74200) (m) 0x355e-0x3562 (4) 0x3560|01 00 |.. | 0x3560| e8 03 | .. | speed: 1 (1000) (m/s) 0x3562-0x3564 (2) @@ -12437,7 +12437,7 @@ $ fq -d fit dv activity_dev.fit 0x3560| 00 | . | reserved: false 0x356b.3-0x356b.4 (0.1) 0x3560| 00 | . | local_message_type: 0 0x356b.4-0x356c (0.4) | | | data_message{}: 0x356c-0x357d (17) -0x3560| cb 6f b5 39| .o.9| timestamp: 968191947 (s) 0x356c-0x3570 (4) +0x3560| cb 6f b5 39| .o.9| timestamp: 968191947 (2020-09-04T22:12:27Z) 0x356c-0x3570 (4) 0x3570|3c 22 01 00 |<".. | distance: 743 (74300) (m) 0x3570-0x3574 (4) 0x3570| e8 03 | .. | speed: 1 (1000) (m/s) 0x3574-0x3576 (2) 0x3570| b5 | . | heart_rate: 181 (bpm) 0x3576-0x3577 (1) @@ -12453,7 +12453,7 @@ $ fq -d fit dv activity_dev.fit 0x3570| 00 | . | reserved: false 0x357d.3-0x357d.4 (0.1) 0x3570| 00 | . | local_message_type: 0 0x357d.4-0x357e (0.4) | | | data_message{}: 0x357e-0x358f (17) -0x3570| cc 6f| .o| timestamp: 968191948 (s) 0x357e-0x3582 (4) +0x3570| cc 6f| .o| timestamp: 968191948 (2020-09-04T22:12:28Z) 0x357e-0x3582 (4) 0x3580|b5 39 |.9 | 0x3580| a0 22 01 00 | .".. | distance: 744 (74400) (m) 0x3582-0x3586 (4) 0x3580| e8 03 | .. | speed: 1 (1000) (m/s) 0x3586-0x3588 (2) @@ -12470,7 +12470,7 @@ $ fq -d fit dv activity_dev.fit 0x3580| 00| .| reserved: false 0x358f.3-0x358f.4 (0.1) 0x3580| 00| .| local_message_type: 0 0x358f.4-0x3590 (0.4) | | | data_message{}: 0x3590-0x35a1 (17) -0x3590|cd 6f b5 39 |.o.9 | timestamp: 968191949 (s) 0x3590-0x3594 (4) +0x3590|cd 6f b5 39 |.o.9 | timestamp: 968191949 (2020-09-04T22:12:29Z) 0x3590-0x3594 (4) 0x3590| 04 23 01 00 | .#.. | distance: 745 (74500) (m) 0x3594-0x3598 (4) 0x3590| e8 03 | .. | speed: 1 (1000) (m/s) 0x3598-0x359a (2) 0x3590| a6 | . | heart_rate: 166 (bpm) 0x359a-0x359b (1) @@ -12486,7 +12486,7 @@ $ fq -d fit dv activity_dev.fit 0x35a0| 00 | . | reserved: false 0x35a1.3-0x35a1.4 (0.1) 0x35a0| 00 | . | local_message_type: 0 0x35a1.4-0x35a2 (0.4) | | | data_message{}: 0x35a2-0x35b3 (17) -0x35a0| ce 6f b5 39 | .o.9 | timestamp: 968191950 (s) 0x35a2-0x35a6 (4) +0x35a0| ce 6f b5 39 | .o.9 | timestamp: 968191950 (2020-09-04T22:12:30Z) 0x35a2-0x35a6 (4) 0x35a0| 68 23 01 00 | h#.. | distance: 746 (74600) (m) 0x35a6-0x35aa (4) 0x35a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x35aa-0x35ac (2) 0x35a0| 9e | . | heart_rate: 158 (bpm) 0x35ac-0x35ad (1) @@ -12502,7 +12502,7 @@ $ fq -d fit dv activity_dev.fit 0x35b0| 00 | . | reserved: false 0x35b3.3-0x35b3.4 (0.1) 0x35b0| 00 | . | local_message_type: 0 0x35b3.4-0x35b4 (0.4) | | | data_message{}: 0x35b4-0x35c5 (17) -0x35b0| cf 6f b5 39 | .o.9 | timestamp: 968191951 (s) 0x35b4-0x35b8 (4) +0x35b0| cf 6f b5 39 | .o.9 | timestamp: 968191951 (2020-09-04T22:12:31Z) 0x35b4-0x35b8 (4) 0x35b0| cc 23 01 00 | .#.. | distance: 747 (74700) (m) 0x35b8-0x35bc (4) 0x35b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x35bc-0x35be (2) 0x35b0| 96 | . | heart_rate: 150 (bpm) 0x35be-0x35bf (1) @@ -12518,7 +12518,7 @@ $ fq -d fit dv activity_dev.fit 0x35c0| 00 | . | reserved: false 0x35c5.3-0x35c5.4 (0.1) 0x35c0| 00 | . | local_message_type: 0 0x35c5.4-0x35c6 (0.4) | | | data_message{}: 0x35c6-0x35d7 (17) -0x35c0| d0 6f b5 39 | .o.9 | timestamp: 968191952 (s) 0x35c6-0x35ca (4) +0x35c0| d0 6f b5 39 | .o.9 | timestamp: 968191952 (2020-09-04T22:12:32Z) 0x35c6-0x35ca (4) 0x35c0| 30 24 01 00 | 0$.. | distance: 748 (74800) (m) 0x35ca-0x35ce (4) 0x35c0| e8 03| ..| speed: 1 (1000) (m/s) 0x35ce-0x35d0 (2) 0x35d0|8e |. | heart_rate: 142 (bpm) 0x35d0-0x35d1 (1) @@ -12534,7 +12534,7 @@ $ fq -d fit dv activity_dev.fit 0x35d0| 00 | . | reserved: false 0x35d7.3-0x35d7.4 (0.1) 0x35d0| 00 | . | local_message_type: 0 0x35d7.4-0x35d8 (0.4) | | | data_message{}: 0x35d8-0x35e9 (17) -0x35d0| d1 6f b5 39 | .o.9 | timestamp: 968191953 (s) 0x35d8-0x35dc (4) +0x35d0| d1 6f b5 39 | .o.9 | timestamp: 968191953 (2020-09-04T22:12:33Z) 0x35d8-0x35dc (4) 0x35d0| 94 24 01 00| .$..| distance: 749 (74900) (m) 0x35dc-0x35e0 (4) 0x35e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x35e0-0x35e2 (2) 0x35e0| 86 | . | heart_rate: 134 (bpm) 0x35e2-0x35e3 (1) @@ -12550,7 +12550,7 @@ $ fq -d fit dv activity_dev.fit 0x35e0| 00 | . | reserved: false 0x35e9.3-0x35e9.4 (0.1) 0x35e0| 00 | . | local_message_type: 0 0x35e9.4-0x35ea (0.4) | | | data_message{}: 0x35ea-0x35fb (17) -0x35e0| d2 6f b5 39 | .o.9 | timestamp: 968191954 (s) 0x35ea-0x35ee (4) +0x35e0| d2 6f b5 39 | .o.9 | timestamp: 968191954 (2020-09-04T22:12:34Z) 0x35ea-0x35ee (4) 0x35e0| f8 24| .$| distance: 750 (75000) (m) 0x35ee-0x35f2 (4) 0x35f0|01 00 |.. | 0x35f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x35f2-0x35f4 (2) @@ -12567,7 +12567,7 @@ $ fq -d fit dv activity_dev.fit 0x35f0| 00 | . | reserved: false 0x35fb.3-0x35fb.4 (0.1) 0x35f0| 00 | . | local_message_type: 0 0x35fb.4-0x35fc (0.4) | | | data_message{}: 0x35fc-0x360d (17) -0x35f0| d3 6f b5 39| .o.9| timestamp: 968191955 (s) 0x35fc-0x3600 (4) +0x35f0| d3 6f b5 39| .o.9| timestamp: 968191955 (2020-09-04T22:12:35Z) 0x35fc-0x3600 (4) 0x3600|5c 25 01 00 |\%.. | distance: 751 (75100) (m) 0x3600-0x3604 (4) 0x3600| e8 03 | .. | speed: 1 (1000) (m/s) 0x3604-0x3606 (2) 0x3600| 77 | w | heart_rate: 119 (bpm) 0x3606-0x3607 (1) @@ -12583,7 +12583,7 @@ $ fq -d fit dv activity_dev.fit 0x3600| 00 | . | reserved: false 0x360d.3-0x360d.4 (0.1) 0x3600| 00 | . | local_message_type: 0 0x360d.4-0x360e (0.4) | | | data_message{}: 0x360e-0x361f (17) -0x3600| d4 6f| .o| timestamp: 968191956 (s) 0x360e-0x3612 (4) +0x3600| d4 6f| .o| timestamp: 968191956 (2020-09-04T22:12:36Z) 0x360e-0x3612 (4) 0x3610|b5 39 |.9 | 0x3610| c0 25 01 00 | .%.. | distance: 752 (75200) (m) 0x3612-0x3616 (4) 0x3610| e8 03 | .. | speed: 1 (1000) (m/s) 0x3616-0x3618 (2) @@ -12600,7 +12600,7 @@ $ fq -d fit dv activity_dev.fit 0x3610| 00| .| reserved: false 0x361f.3-0x361f.4 (0.1) 0x3610| 00| .| local_message_type: 0 0x361f.4-0x3620 (0.4) | | | data_message{}: 0x3620-0x3631 (17) -0x3620|d5 6f b5 39 |.o.9 | timestamp: 968191957 (s) 0x3620-0x3624 (4) +0x3620|d5 6f b5 39 |.o.9 | timestamp: 968191957 (2020-09-04T22:12:37Z) 0x3620-0x3624 (4) 0x3620| 24 26 01 00 | $&.. | distance: 753 (75300) (m) 0x3624-0x3628 (4) 0x3620| e8 03 | .. | speed: 1 (1000) (m/s) 0x3628-0x362a (2) 0x3620| 67 | g | heart_rate: 103 (bpm) 0x362a-0x362b (1) @@ -12616,7 +12616,7 @@ $ fq -d fit dv activity_dev.fit 0x3630| 00 | . | reserved: false 0x3631.3-0x3631.4 (0.1) 0x3630| 00 | . | local_message_type: 0 0x3631.4-0x3632 (0.4) | | | data_message{}: 0x3632-0x3643 (17) -0x3630| d6 6f b5 39 | .o.9 | timestamp: 968191958 (s) 0x3632-0x3636 (4) +0x3630| d6 6f b5 39 | .o.9 | timestamp: 968191958 (2020-09-04T22:12:38Z) 0x3632-0x3636 (4) 0x3630| 88 26 01 00 | .&.. | distance: 754 (75400) (m) 0x3636-0x363a (4) 0x3630| e8 03 | .. | speed: 1 (1000) (m/s) 0x363a-0x363c (2) 0x3630| 5f | _ | heart_rate: 95 (bpm) 0x363c-0x363d (1) @@ -12632,7 +12632,7 @@ $ fq -d fit dv activity_dev.fit 0x3640| 00 | . | reserved: false 0x3643.3-0x3643.4 (0.1) 0x3640| 00 | . | local_message_type: 0 0x3643.4-0x3644 (0.4) | | | data_message{}: 0x3644-0x3655 (17) -0x3640| d7 6f b5 39 | .o.9 | timestamp: 968191959 (s) 0x3644-0x3648 (4) +0x3640| d7 6f b5 39 | .o.9 | timestamp: 968191959 (2020-09-04T22:12:39Z) 0x3644-0x3648 (4) 0x3640| ec 26 01 00 | .&.. | distance: 755 (75500) (m) 0x3648-0x364c (4) 0x3640| e8 03 | .. | speed: 1 (1000) (m/s) 0x364c-0x364e (2) 0x3640| 57 | W | heart_rate: 87 (bpm) 0x364e-0x364f (1) @@ -12648,7 +12648,7 @@ $ fq -d fit dv activity_dev.fit 0x3650| 00 | . | reserved: false 0x3655.3-0x3655.4 (0.1) 0x3650| 00 | . | local_message_type: 0 0x3655.4-0x3656 (0.4) | | | data_message{}: 0x3656-0x3667 (17) -0x3650| d8 6f b5 39 | .o.9 | timestamp: 968191960 (s) 0x3656-0x365a (4) +0x3650| d8 6f b5 39 | .o.9 | timestamp: 968191960 (2020-09-04T22:12:40Z) 0x3656-0x365a (4) 0x3650| 50 27 01 00 | P'.. | distance: 756 (75600) (m) 0x365a-0x365e (4) 0x3650| e8 03| ..| speed: 1 (1000) (m/s) 0x365e-0x3660 (2) 0x3660|50 |P | heart_rate: 80 (bpm) 0x3660-0x3661 (1) @@ -12664,7 +12664,7 @@ $ fq -d fit dv activity_dev.fit 0x3660| 00 | . | reserved: false 0x3667.3-0x3667.4 (0.1) 0x3660| 00 | . | local_message_type: 0 0x3667.4-0x3668 (0.4) | | | data_message{}: 0x3668-0x3679 (17) -0x3660| d9 6f b5 39 | .o.9 | timestamp: 968191961 (s) 0x3668-0x366c (4) +0x3660| d9 6f b5 39 | .o.9 | timestamp: 968191961 (2020-09-04T22:12:41Z) 0x3668-0x366c (4) 0x3660| b4 27 01 00| .'..| distance: 757 (75700) (m) 0x366c-0x3670 (4) 0x3670|e8 03 |.. | speed: 1 (1000) (m/s) 0x3670-0x3672 (2) 0x3670| 48 | H | heart_rate: 72 (bpm) 0x3672-0x3673 (1) @@ -12680,7 +12680,7 @@ $ fq -d fit dv activity_dev.fit 0x3670| 00 | . | reserved: false 0x3679.3-0x3679.4 (0.1) 0x3670| 00 | . | local_message_type: 0 0x3679.4-0x367a (0.4) | | | data_message{}: 0x367a-0x368b (17) -0x3670| da 6f b5 39 | .o.9 | timestamp: 968191962 (s) 0x367a-0x367e (4) +0x3670| da 6f b5 39 | .o.9 | timestamp: 968191962 (2020-09-04T22:12:42Z) 0x367a-0x367e (4) 0x3670| 18 28| .(| distance: 758 (75800) (m) 0x367e-0x3682 (4) 0x3680|01 00 |.. | 0x3680| e8 03 | .. | speed: 1 (1000) (m/s) 0x3682-0x3684 (2) @@ -12697,7 +12697,7 @@ $ fq -d fit dv activity_dev.fit 0x3680| 00 | . | reserved: false 0x368b.3-0x368b.4 (0.1) 0x3680| 00 | . | local_message_type: 0 0x368b.4-0x368c (0.4) | | | data_message{}: 0x368c-0x369d (17) -0x3680| db 6f b5 39| .o.9| timestamp: 968191963 (s) 0x368c-0x3690 (4) +0x3680| db 6f b5 39| .o.9| timestamp: 968191963 (2020-09-04T22:12:43Z) 0x368c-0x3690 (4) 0x3690|7c 28 01 00 ||(.. | distance: 759 (75900) (m) 0x3690-0x3694 (4) 0x3690| e8 03 | .. | speed: 1 (1000) (m/s) 0x3694-0x3696 (2) 0x3690| 3a | : | heart_rate: 58 (bpm) 0x3696-0x3697 (1) @@ -12713,7 +12713,7 @@ $ fq -d fit dv activity_dev.fit 0x3690| 00 | . | reserved: false 0x369d.3-0x369d.4 (0.1) 0x3690| 00 | . | local_message_type: 0 0x369d.4-0x369e (0.4) | | | data_message{}: 0x369e-0x36af (17) -0x3690| dc 6f| .o| timestamp: 968191964 (s) 0x369e-0x36a2 (4) +0x3690| dc 6f| .o| timestamp: 968191964 (2020-09-04T22:12:44Z) 0x369e-0x36a2 (4) 0x36a0|b5 39 |.9 | 0x36a0| e0 28 01 00 | .(.. | distance: 760 (76000) (m) 0x36a2-0x36a6 (4) 0x36a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x36a6-0x36a8 (2) @@ -12730,7 +12730,7 @@ $ fq -d fit dv activity_dev.fit 0x36a0| 00| .| reserved: false 0x36af.3-0x36af.4 (0.1) 0x36a0| 00| .| local_message_type: 0 0x36af.4-0x36b0 (0.4) | | | data_message{}: 0x36b0-0x36c1 (17) -0x36b0|dd 6f b5 39 |.o.9 | timestamp: 968191965 (s) 0x36b0-0x36b4 (4) +0x36b0|dd 6f b5 39 |.o.9 | timestamp: 968191965 (2020-09-04T22:12:45Z) 0x36b0-0x36b4 (4) 0x36b0| 44 29 01 00 | D).. | distance: 761 (76100) (m) 0x36b4-0x36b8 (4) 0x36b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x36b8-0x36ba (2) 0x36b0| 2e | . | heart_rate: 46 (bpm) 0x36ba-0x36bb (1) @@ -12746,7 +12746,7 @@ $ fq -d fit dv activity_dev.fit 0x36c0| 00 | . | reserved: false 0x36c1.3-0x36c1.4 (0.1) 0x36c0| 00 | . | local_message_type: 0 0x36c1.4-0x36c2 (0.4) | | | data_message{}: 0x36c2-0x36d3 (17) -0x36c0| de 6f b5 39 | .o.9 | timestamp: 968191966 (s) 0x36c2-0x36c6 (4) +0x36c0| de 6f b5 39 | .o.9 | timestamp: 968191966 (2020-09-04T22:12:46Z) 0x36c2-0x36c6 (4) 0x36c0| a8 29 01 00 | .).. | distance: 762 (76200) (m) 0x36c6-0x36ca (4) 0x36c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x36ca-0x36cc (2) 0x36c0| 28 | ( | heart_rate: 40 (bpm) 0x36cc-0x36cd (1) @@ -12762,7 +12762,7 @@ $ fq -d fit dv activity_dev.fit 0x36d0| 00 | . | reserved: false 0x36d3.3-0x36d3.4 (0.1) 0x36d0| 00 | . | local_message_type: 0 0x36d3.4-0x36d4 (0.4) | | | data_message{}: 0x36d4-0x36e5 (17) -0x36d0| df 6f b5 39 | .o.9 | timestamp: 968191967 (s) 0x36d4-0x36d8 (4) +0x36d0| df 6f b5 39 | .o.9 | timestamp: 968191967 (2020-09-04T22:12:47Z) 0x36d4-0x36d8 (4) 0x36d0| 0c 2a 01 00 | .*.. | distance: 763 (76300) (m) 0x36d8-0x36dc (4) 0x36d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x36dc-0x36de (2) 0x36d0| 22 | " | heart_rate: 34 (bpm) 0x36de-0x36df (1) @@ -12778,7 +12778,7 @@ $ fq -d fit dv activity_dev.fit 0x36e0| 00 | . | reserved: false 0x36e5.3-0x36e5.4 (0.1) 0x36e0| 00 | . | local_message_type: 0 0x36e5.4-0x36e6 (0.4) | | | data_message{}: 0x36e6-0x36f7 (17) -0x36e0| e0 6f b5 39 | .o.9 | timestamp: 968191968 (s) 0x36e6-0x36ea (4) +0x36e0| e0 6f b5 39 | .o.9 | timestamp: 968191968 (2020-09-04T22:12:48Z) 0x36e6-0x36ea (4) 0x36e0| 70 2a 01 00 | p*.. | distance: 764 (76400) (m) 0x36ea-0x36ee (4) 0x36e0| e8 03| ..| speed: 1 (1000) (m/s) 0x36ee-0x36f0 (2) 0x36f0|1d |. | heart_rate: 29 (bpm) 0x36f0-0x36f1 (1) @@ -12794,7 +12794,7 @@ $ fq -d fit dv activity_dev.fit 0x36f0| 00 | . | reserved: false 0x36f7.3-0x36f7.4 (0.1) 0x36f0| 00 | . | local_message_type: 0 0x36f7.4-0x36f8 (0.4) | | | data_message{}: 0x36f8-0x3709 (17) -0x36f0| e1 6f b5 39 | .o.9 | timestamp: 968191969 (s) 0x36f8-0x36fc (4) +0x36f0| e1 6f b5 39 | .o.9 | timestamp: 968191969 (2020-09-04T22:12:49Z) 0x36f8-0x36fc (4) 0x36f0| d4 2a 01 00| .*..| distance: 765 (76500) (m) 0x36fc-0x3700 (4) 0x3700|e8 03 |.. | speed: 1 (1000) (m/s) 0x3700-0x3702 (2) 0x3700| 18 | . | heart_rate: 24 (bpm) 0x3702-0x3703 (1) @@ -12810,7 +12810,7 @@ $ fq -d fit dv activity_dev.fit 0x3700| 00 | . | reserved: false 0x3709.3-0x3709.4 (0.1) 0x3700| 00 | . | local_message_type: 0 0x3709.4-0x370a (0.4) | | | data_message{}: 0x370a-0x371b (17) -0x3700| e2 6f b5 39 | .o.9 | timestamp: 968191970 (s) 0x370a-0x370e (4) +0x3700| e2 6f b5 39 | .o.9 | timestamp: 968191970 (2020-09-04T22:12:50Z) 0x370a-0x370e (4) 0x3700| 38 2b| 8+| distance: 766 (76600) (m) 0x370e-0x3712 (4) 0x3710|01 00 |.. | 0x3710| e8 03 | .. | speed: 1 (1000) (m/s) 0x3712-0x3714 (2) @@ -12827,7 +12827,7 @@ $ fq -d fit dv activity_dev.fit 0x3710| 00 | . | reserved: false 0x371b.3-0x371b.4 (0.1) 0x3710| 00 | . | local_message_type: 0 0x371b.4-0x371c (0.4) | | | data_message{}: 0x371c-0x372d (17) -0x3710| e3 6f b5 39| .o.9| timestamp: 968191971 (s) 0x371c-0x3720 (4) +0x3710| e3 6f b5 39| .o.9| timestamp: 968191971 (2020-09-04T22:12:51Z) 0x371c-0x3720 (4) 0x3720|9c 2b 01 00 |.+.. | distance: 767 (76700) (m) 0x3720-0x3724 (4) 0x3720| e8 03 | .. | speed: 1 (1000) (m/s) 0x3724-0x3726 (2) 0x3720| 0f | . | heart_rate: 15 (bpm) 0x3726-0x3727 (1) @@ -12843,7 +12843,7 @@ $ fq -d fit dv activity_dev.fit 0x3720| 00 | . | reserved: false 0x372d.3-0x372d.4 (0.1) 0x3720| 00 | . | local_message_type: 0 0x372d.4-0x372e (0.4) | | | data_message{}: 0x372e-0x373f (17) -0x3720| e4 6f| .o| timestamp: 968191972 (s) 0x372e-0x3732 (4) +0x3720| e4 6f| .o| timestamp: 968191972 (2020-09-04T22:12:52Z) 0x372e-0x3732 (4) 0x3730|b5 39 |.9 | 0x3730| 00 2c 01 00 | .,.. | distance: 768 (76800) (m) 0x3732-0x3736 (4) 0x3730| e8 03 | .. | speed: 1 (1000) (m/s) 0x3736-0x3738 (2) @@ -12860,7 +12860,7 @@ $ fq -d fit dv activity_dev.fit 0x3730| 00| .| reserved: false 0x373f.3-0x373f.4 (0.1) 0x3730| 00| .| local_message_type: 0 0x373f.4-0x3740 (0.4) | | | data_message{}: 0x3740-0x3751 (17) -0x3740|e5 6f b5 39 |.o.9 | timestamp: 968191973 (s) 0x3740-0x3744 (4) +0x3740|e5 6f b5 39 |.o.9 | timestamp: 968191973 (2020-09-04T22:12:53Z) 0x3740-0x3744 (4) 0x3740| 64 2c 01 00 | d,.. | distance: 769 (76900) (m) 0x3744-0x3748 (4) 0x3740| e8 03 | .. | speed: 1 (1000) (m/s) 0x3748-0x374a (2) 0x3740| 08 | . | heart_rate: 8 (bpm) 0x374a-0x374b (1) @@ -12876,7 +12876,7 @@ $ fq -d fit dv activity_dev.fit 0x3750| 00 | . | reserved: false 0x3751.3-0x3751.4 (0.1) 0x3750| 00 | . | local_message_type: 0 0x3751.4-0x3752 (0.4) | | | data_message{}: 0x3752-0x3763 (17) -0x3750| e6 6f b5 39 | .o.9 | timestamp: 968191974 (s) 0x3752-0x3756 (4) +0x3750| e6 6f b5 39 | .o.9 | timestamp: 968191974 (2020-09-04T22:12:54Z) 0x3752-0x3756 (4) 0x3750| c8 2c 01 00 | .,.. | distance: 770 (77000) (m) 0x3756-0x375a (4) 0x3750| e8 03 | .. | speed: 1 (1000) (m/s) 0x375a-0x375c (2) 0x3750| 06 | . | heart_rate: 6 (bpm) 0x375c-0x375d (1) @@ -12892,7 +12892,7 @@ $ fq -d fit dv activity_dev.fit 0x3760| 00 | . | reserved: false 0x3763.3-0x3763.4 (0.1) 0x3760| 00 | . | local_message_type: 0 0x3763.4-0x3764 (0.4) | | | data_message{}: 0x3764-0x3775 (17) -0x3760| e7 6f b5 39 | .o.9 | timestamp: 968191975 (s) 0x3764-0x3768 (4) +0x3760| e7 6f b5 39 | .o.9 | timestamp: 968191975 (2020-09-04T22:12:55Z) 0x3764-0x3768 (4) 0x3760| 2c 2d 01 00 | ,-.. | distance: 771 (77100) (m) 0x3768-0x376c (4) 0x3760| e8 03 | .. | speed: 1 (1000) (m/s) 0x376c-0x376e (2) 0x3760| 03 | . | heart_rate: 3 (bpm) 0x376e-0x376f (1) @@ -12908,7 +12908,7 @@ $ fq -d fit dv activity_dev.fit 0x3770| 00 | . | reserved: false 0x3775.3-0x3775.4 (0.1) 0x3770| 00 | . | local_message_type: 0 0x3775.4-0x3776 (0.4) | | | data_message{}: 0x3776-0x3787 (17) -0x3770| e8 6f b5 39 | .o.9 | timestamp: 968191976 (s) 0x3776-0x377a (4) +0x3770| e8 6f b5 39 | .o.9 | timestamp: 968191976 (2020-09-04T22:12:56Z) 0x3776-0x377a (4) 0x3770| 90 2d 01 00 | .-.. | distance: 772 (77200) (m) 0x377a-0x377e (4) 0x3770| e8 03| ..| speed: 1 (1000) (m/s) 0x377e-0x3780 (2) 0x3780|02 |. | heart_rate: 2 (bpm) 0x3780-0x3781 (1) @@ -12924,7 +12924,7 @@ $ fq -d fit dv activity_dev.fit 0x3780| 00 | . | reserved: false 0x3787.3-0x3787.4 (0.1) 0x3780| 00 | . | local_message_type: 0 0x3787.4-0x3788 (0.4) | | | data_message{}: 0x3788-0x3799 (17) -0x3780| e9 6f b5 39 | .o.9 | timestamp: 968191977 (s) 0x3788-0x378c (4) +0x3780| e9 6f b5 39 | .o.9 | timestamp: 968191977 (2020-09-04T22:12:57Z) 0x3788-0x378c (4) 0x3780| f4 2d 01 00| .-..| distance: 773 (77300) (m) 0x378c-0x3790 (4) 0x3790|e8 03 |.. | speed: 1 (1000) (m/s) 0x3790-0x3792 (2) 0x3790| 01 | . | heart_rate: 1 (bpm) 0x3792-0x3793 (1) @@ -12940,7 +12940,7 @@ $ fq -d fit dv activity_dev.fit 0x3790| 00 | . | reserved: false 0x3799.3-0x3799.4 (0.1) 0x3790| 00 | . | local_message_type: 0 0x3799.4-0x379a (0.4) | | | data_message{}: 0x379a-0x37ab (17) -0x3790| ea 6f b5 39 | .o.9 | timestamp: 968191978 (s) 0x379a-0x379e (4) +0x3790| ea 6f b5 39 | .o.9 | timestamp: 968191978 (2020-09-04T22:12:58Z) 0x379a-0x379e (4) 0x3790| 58 2e| X.| distance: 774 (77400) (m) 0x379e-0x37a2 (4) 0x37a0|01 00 |.. | 0x37a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x37a2-0x37a4 (2) @@ -12957,7 +12957,7 @@ $ fq -d fit dv activity_dev.fit 0x37a0| 00 | . | reserved: false 0x37ab.3-0x37ab.4 (0.1) 0x37a0| 00 | . | local_message_type: 0 0x37ab.4-0x37ac (0.4) | | | data_message{}: 0x37ac-0x37bd (17) -0x37a0| eb 6f b5 39| .o.9| timestamp: 968191979 (s) 0x37ac-0x37b0 (4) +0x37a0| eb 6f b5 39| .o.9| timestamp: 968191979 (2020-09-04T22:12:59Z) 0x37ac-0x37b0 (4) 0x37b0|bc 2e 01 00 |.... | distance: 775 (77500) (m) 0x37b0-0x37b4 (4) 0x37b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x37b4-0x37b6 (2) 0x37b0| 00 | . | heart_rate: 0 (bpm) 0x37b6-0x37b7 (1) @@ -12973,7 +12973,7 @@ $ fq -d fit dv activity_dev.fit 0x37b0| 00 | . | reserved: false 0x37bd.3-0x37bd.4 (0.1) 0x37b0| 00 | . | local_message_type: 0 0x37bd.4-0x37be (0.4) | | | data_message{}: 0x37be-0x37cf (17) -0x37b0| ec 6f| .o| timestamp: 968191980 (s) 0x37be-0x37c2 (4) +0x37b0| ec 6f| .o| timestamp: 968191980 (2020-09-04T22:13:00Z) 0x37be-0x37c2 (4) 0x37c0|b5 39 |.9 | 0x37c0| 20 2f 01 00 | /.. | distance: 776 (77600) (m) 0x37c2-0x37c6 (4) 0x37c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x37c6-0x37c8 (2) @@ -12990,7 +12990,7 @@ $ fq -d fit dv activity_dev.fit 0x37c0| 00| .| reserved: false 0x37cf.3-0x37cf.4 (0.1) 0x37c0| 00| .| local_message_type: 0 0x37cf.4-0x37d0 (0.4) | | | data_message{}: 0x37d0-0x37e1 (17) -0x37d0|ed 6f b5 39 |.o.9 | timestamp: 968191981 (s) 0x37d0-0x37d4 (4) +0x37d0|ed 6f b5 39 |.o.9 | timestamp: 968191981 (2020-09-04T22:13:01Z) 0x37d0-0x37d4 (4) 0x37d0| 84 2f 01 00 | ./.. | distance: 777 (77700) (m) 0x37d4-0x37d8 (4) 0x37d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x37d8-0x37da (2) 0x37d0| 01 | . | heart_rate: 1 (bpm) 0x37da-0x37db (1) @@ -13006,7 +13006,7 @@ $ fq -d fit dv activity_dev.fit 0x37e0| 00 | . | reserved: false 0x37e1.3-0x37e1.4 (0.1) 0x37e0| 00 | . | local_message_type: 0 0x37e1.4-0x37e2 (0.4) | | | data_message{}: 0x37e2-0x37f3 (17) -0x37e0| ee 6f b5 39 | .o.9 | timestamp: 968191982 (s) 0x37e2-0x37e6 (4) +0x37e0| ee 6f b5 39 | .o.9 | timestamp: 968191982 (2020-09-04T22:13:02Z) 0x37e2-0x37e6 (4) 0x37e0| e8 2f 01 00 | ./.. | distance: 778 (77800) (m) 0x37e6-0x37ea (4) 0x37e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x37ea-0x37ec (2) 0x37e0| 02 | . | heart_rate: 2 (bpm) 0x37ec-0x37ed (1) @@ -13022,7 +13022,7 @@ $ fq -d fit dv activity_dev.fit 0x37f0| 00 | . | reserved: false 0x37f3.3-0x37f3.4 (0.1) 0x37f0| 00 | . | local_message_type: 0 0x37f3.4-0x37f4 (0.4) | | | data_message{}: 0x37f4-0x3805 (17) -0x37f0| ef 6f b5 39 | .o.9 | timestamp: 968191983 (s) 0x37f4-0x37f8 (4) +0x37f0| ef 6f b5 39 | .o.9 | timestamp: 968191983 (2020-09-04T22:13:03Z) 0x37f4-0x37f8 (4) 0x37f0| 4c 30 01 00 | L0.. | distance: 779 (77900) (m) 0x37f8-0x37fc (4) 0x37f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x37fc-0x37fe (2) 0x37f0| 03 | . | heart_rate: 3 (bpm) 0x37fe-0x37ff (1) @@ -13038,7 +13038,7 @@ $ fq -d fit dv activity_dev.fit 0x3800| 00 | . | reserved: false 0x3805.3-0x3805.4 (0.1) 0x3800| 00 | . | local_message_type: 0 0x3805.4-0x3806 (0.4) | | | data_message{}: 0x3806-0x3817 (17) -0x3800| f0 6f b5 39 | .o.9 | timestamp: 968191984 (s) 0x3806-0x380a (4) +0x3800| f0 6f b5 39 | .o.9 | timestamp: 968191984 (2020-09-04T22:13:04Z) 0x3806-0x380a (4) 0x3800| b0 30 01 00 | .0.. | distance: 780 (78000) (m) 0x380a-0x380e (4) 0x3800| e8 03| ..| speed: 1 (1000) (m/s) 0x380e-0x3810 (2) 0x3810|06 |. | heart_rate: 6 (bpm) 0x3810-0x3811 (1) @@ -13054,7 +13054,7 @@ $ fq -d fit dv activity_dev.fit 0x3810| 00 | . | reserved: false 0x3817.3-0x3817.4 (0.1) 0x3810| 00 | . | local_message_type: 0 0x3817.4-0x3818 (0.4) | | | data_message{}: 0x3818-0x3829 (17) -0x3810| f1 6f b5 39 | .o.9 | timestamp: 968191985 (s) 0x3818-0x381c (4) +0x3810| f1 6f b5 39 | .o.9 | timestamp: 968191985 (2020-09-04T22:13:05Z) 0x3818-0x381c (4) 0x3810| 14 31 01 00| .1..| distance: 781 (78100) (m) 0x381c-0x3820 (4) 0x3820|e8 03 |.. | speed: 1 (1000) (m/s) 0x3820-0x3822 (2) 0x3820| 08 | . | heart_rate: 8 (bpm) 0x3822-0x3823 (1) @@ -13070,7 +13070,7 @@ $ fq -d fit dv activity_dev.fit 0x3820| 00 | . | reserved: false 0x3829.3-0x3829.4 (0.1) 0x3820| 00 | . | local_message_type: 0 0x3829.4-0x382a (0.4) | | | data_message{}: 0x382a-0x383b (17) -0x3820| f2 6f b5 39 | .o.9 | timestamp: 968191986 (s) 0x382a-0x382e (4) +0x3820| f2 6f b5 39 | .o.9 | timestamp: 968191986 (2020-09-04T22:13:06Z) 0x382a-0x382e (4) 0x3820| 78 31| x1| distance: 782 (78200) (m) 0x382e-0x3832 (4) 0x3830|01 00 |.. | 0x3830| e8 03 | .. | speed: 1 (1000) (m/s) 0x3832-0x3834 (2) @@ -13087,7 +13087,7 @@ $ fq -d fit dv activity_dev.fit 0x3830| 00 | . | reserved: false 0x383b.3-0x383b.4 (0.1) 0x3830| 00 | . | local_message_type: 0 0x383b.4-0x383c (0.4) | | | data_message{}: 0x383c-0x384d (17) -0x3830| f3 6f b5 39| .o.9| timestamp: 968191987 (s) 0x383c-0x3840 (4) +0x3830| f3 6f b5 39| .o.9| timestamp: 968191987 (2020-09-04T22:13:07Z) 0x383c-0x3840 (4) 0x3840|dc 31 01 00 |.1.. | distance: 783 (78300) (m) 0x3840-0x3844 (4) 0x3840| e8 03 | .. | speed: 1 (1000) (m/s) 0x3844-0x3846 (2) 0x3840| 0f | . | heart_rate: 15 (bpm) 0x3846-0x3847 (1) @@ -13103,7 +13103,7 @@ $ fq -d fit dv activity_dev.fit 0x3840| 00 | . | reserved: false 0x384d.3-0x384d.4 (0.1) 0x3840| 00 | . | local_message_type: 0 0x384d.4-0x384e (0.4) | | | data_message{}: 0x384e-0x385f (17) -0x3840| f4 6f| .o| timestamp: 968191988 (s) 0x384e-0x3852 (4) +0x3840| f4 6f| .o| timestamp: 968191988 (2020-09-04T22:13:08Z) 0x384e-0x3852 (4) 0x3850|b5 39 |.9 | 0x3850| 40 32 01 00 | @2.. | distance: 784 (78400) (m) 0x3852-0x3856 (4) 0x3850| e8 03 | .. | speed: 1 (1000) (m/s) 0x3856-0x3858 (2) @@ -13120,7 +13120,7 @@ $ fq -d fit dv activity_dev.fit 0x3850| 00| .| reserved: false 0x385f.3-0x385f.4 (0.1) 0x3850| 00| .| local_message_type: 0 0x385f.4-0x3860 (0.4) | | | data_message{}: 0x3860-0x3871 (17) -0x3860|f5 6f b5 39 |.o.9 | timestamp: 968191989 (s) 0x3860-0x3864 (4) +0x3860|f5 6f b5 39 |.o.9 | timestamp: 968191989 (2020-09-04T22:13:09Z) 0x3860-0x3864 (4) 0x3860| a4 32 01 00 | .2.. | distance: 785 (78500) (m) 0x3864-0x3868 (4) 0x3860| e8 03 | .. | speed: 1 (1000) (m/s) 0x3868-0x386a (2) 0x3860| 18 | . | heart_rate: 24 (bpm) 0x386a-0x386b (1) @@ -13136,7 +13136,7 @@ $ fq -d fit dv activity_dev.fit 0x3870| 00 | . | reserved: false 0x3871.3-0x3871.4 (0.1) 0x3870| 00 | . | local_message_type: 0 0x3871.4-0x3872 (0.4) | | | data_message{}: 0x3872-0x3883 (17) -0x3870| f6 6f b5 39 | .o.9 | timestamp: 968191990 (s) 0x3872-0x3876 (4) +0x3870| f6 6f b5 39 | .o.9 | timestamp: 968191990 (2020-09-04T22:13:10Z) 0x3872-0x3876 (4) 0x3870| 08 33 01 00 | .3.. | distance: 786 (78600) (m) 0x3876-0x387a (4) 0x3870| e8 03 | .. | speed: 1 (1000) (m/s) 0x387a-0x387c (2) 0x3870| 1d | . | heart_rate: 29 (bpm) 0x387c-0x387d (1) @@ -13152,7 +13152,7 @@ $ fq -d fit dv activity_dev.fit 0x3880| 00 | . | reserved: false 0x3883.3-0x3883.4 (0.1) 0x3880| 00 | . | local_message_type: 0 0x3883.4-0x3884 (0.4) | | | data_message{}: 0x3884-0x3895 (17) -0x3880| f7 6f b5 39 | .o.9 | timestamp: 968191991 (s) 0x3884-0x3888 (4) +0x3880| f7 6f b5 39 | .o.9 | timestamp: 968191991 (2020-09-04T22:13:11Z) 0x3884-0x3888 (4) 0x3880| 6c 33 01 00 | l3.. | distance: 787 (78700) (m) 0x3888-0x388c (4) 0x3880| e8 03 | .. | speed: 1 (1000) (m/s) 0x388c-0x388e (2) 0x3880| 22 | " | heart_rate: 34 (bpm) 0x388e-0x388f (1) @@ -13168,7 +13168,7 @@ $ fq -d fit dv activity_dev.fit 0x3890| 00 | . | reserved: false 0x3895.3-0x3895.4 (0.1) 0x3890| 00 | . | local_message_type: 0 0x3895.4-0x3896 (0.4) | | | data_message{}: 0x3896-0x38a7 (17) -0x3890| f8 6f b5 39 | .o.9 | timestamp: 968191992 (s) 0x3896-0x389a (4) +0x3890| f8 6f b5 39 | .o.9 | timestamp: 968191992 (2020-09-04T22:13:12Z) 0x3896-0x389a (4) 0x3890| d0 33 01 00 | .3.. | distance: 788 (78800) (m) 0x389a-0x389e (4) 0x3890| e8 03| ..| speed: 1 (1000) (m/s) 0x389e-0x38a0 (2) 0x38a0|28 |( | heart_rate: 40 (bpm) 0x38a0-0x38a1 (1) @@ -13184,7 +13184,7 @@ $ fq -d fit dv activity_dev.fit 0x38a0| 00 | . | reserved: false 0x38a7.3-0x38a7.4 (0.1) 0x38a0| 00 | . | local_message_type: 0 0x38a7.4-0x38a8 (0.4) | | | data_message{}: 0x38a8-0x38b9 (17) -0x38a0| f9 6f b5 39 | .o.9 | timestamp: 968191993 (s) 0x38a8-0x38ac (4) +0x38a0| f9 6f b5 39 | .o.9 | timestamp: 968191993 (2020-09-04T22:13:13Z) 0x38a8-0x38ac (4) 0x38a0| 34 34 01 00| 44..| distance: 789 (78900) (m) 0x38ac-0x38b0 (4) 0x38b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x38b0-0x38b2 (2) 0x38b0| 2e | . | heart_rate: 46 (bpm) 0x38b2-0x38b3 (1) @@ -13200,7 +13200,7 @@ $ fq -d fit dv activity_dev.fit 0x38b0| 00 | . | reserved: false 0x38b9.3-0x38b9.4 (0.1) 0x38b0| 00 | . | local_message_type: 0 0x38b9.4-0x38ba (0.4) | | | data_message{}: 0x38ba-0x38cb (17) -0x38b0| fa 6f b5 39 | .o.9 | timestamp: 968191994 (s) 0x38ba-0x38be (4) +0x38b0| fa 6f b5 39 | .o.9 | timestamp: 968191994 (2020-09-04T22:13:14Z) 0x38ba-0x38be (4) 0x38b0| 98 34| .4| distance: 790 (79000) (m) 0x38be-0x38c2 (4) 0x38c0|01 00 |.. | 0x38c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x38c2-0x38c4 (2) @@ -13217,7 +13217,7 @@ $ fq -d fit dv activity_dev.fit 0x38c0| 00 | . | reserved: false 0x38cb.3-0x38cb.4 (0.1) 0x38c0| 00 | . | local_message_type: 0 0x38cb.4-0x38cc (0.4) | | | data_message{}: 0x38cc-0x38dd (17) -0x38c0| fb 6f b5 39| .o.9| timestamp: 968191995 (s) 0x38cc-0x38d0 (4) +0x38c0| fb 6f b5 39| .o.9| timestamp: 968191995 (2020-09-04T22:13:15Z) 0x38cc-0x38d0 (4) 0x38d0|fc 34 01 00 |.4.. | distance: 791 (79100) (m) 0x38d0-0x38d4 (4) 0x38d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x38d4-0x38d6 (2) 0x38d0| 3a | : | heart_rate: 58 (bpm) 0x38d6-0x38d7 (1) @@ -13233,7 +13233,7 @@ $ fq -d fit dv activity_dev.fit 0x38d0| 00 | . | reserved: false 0x38dd.3-0x38dd.4 (0.1) 0x38d0| 00 | . | local_message_type: 0 0x38dd.4-0x38de (0.4) | | | data_message{}: 0x38de-0x38ef (17) -0x38d0| fc 6f| .o| timestamp: 968191996 (s) 0x38de-0x38e2 (4) +0x38d0| fc 6f| .o| timestamp: 968191996 (2020-09-04T22:13:16Z) 0x38de-0x38e2 (4) 0x38e0|b5 39 |.9 | 0x38e0| 60 35 01 00 | `5.. | distance: 792 (79200) (m) 0x38e2-0x38e6 (4) 0x38e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x38e6-0x38e8 (2) @@ -13250,7 +13250,7 @@ $ fq -d fit dv activity_dev.fit 0x38e0| 00| .| reserved: false 0x38ef.3-0x38ef.4 (0.1) 0x38e0| 00| .| local_message_type: 0 0x38ef.4-0x38f0 (0.4) | | | data_message{}: 0x38f0-0x3901 (17) -0x38f0|fd 6f b5 39 |.o.9 | timestamp: 968191997 (s) 0x38f0-0x38f4 (4) +0x38f0|fd 6f b5 39 |.o.9 | timestamp: 968191997 (2020-09-04T22:13:17Z) 0x38f0-0x38f4 (4) 0x38f0| c4 35 01 00 | .5.. | distance: 793 (79300) (m) 0x38f4-0x38f8 (4) 0x38f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x38f8-0x38fa (2) 0x38f0| 48 | H | heart_rate: 72 (bpm) 0x38fa-0x38fb (1) @@ -13266,7 +13266,7 @@ $ fq -d fit dv activity_dev.fit 0x3900| 00 | . | reserved: false 0x3901.3-0x3901.4 (0.1) 0x3900| 00 | . | local_message_type: 0 0x3901.4-0x3902 (0.4) | | | data_message{}: 0x3902-0x3913 (17) -0x3900| fe 6f b5 39 | .o.9 | timestamp: 968191998 (s) 0x3902-0x3906 (4) +0x3900| fe 6f b5 39 | .o.9 | timestamp: 968191998 (2020-09-04T22:13:18Z) 0x3902-0x3906 (4) 0x3900| 28 36 01 00 | (6.. | distance: 794 (79400) (m) 0x3906-0x390a (4) 0x3900| e8 03 | .. | speed: 1 (1000) (m/s) 0x390a-0x390c (2) 0x3900| 50 | P | heart_rate: 80 (bpm) 0x390c-0x390d (1) @@ -13282,7 +13282,7 @@ $ fq -d fit dv activity_dev.fit 0x3910| 00 | . | reserved: false 0x3913.3-0x3913.4 (0.1) 0x3910| 00 | . | local_message_type: 0 0x3913.4-0x3914 (0.4) | | | data_message{}: 0x3914-0x3925 (17) -0x3910| ff 6f b5 39 | .o.9 | timestamp: 968191999 (s) 0x3914-0x3918 (4) +0x3910| ff 6f b5 39 | .o.9 | timestamp: 968191999 (2020-09-04T22:13:19Z) 0x3914-0x3918 (4) 0x3910| 8c 36 01 00 | .6.. | distance: 795 (79500) (m) 0x3918-0x391c (4) 0x3910| e8 03 | .. | speed: 1 (1000) (m/s) 0x391c-0x391e (2) 0x3910| 57 | W | heart_rate: 87 (bpm) 0x391e-0x391f (1) @@ -13298,7 +13298,7 @@ $ fq -d fit dv activity_dev.fit 0x3920| 00 | . | reserved: false 0x3925.3-0x3925.4 (0.1) 0x3920| 00 | . | local_message_type: 0 0x3925.4-0x3926 (0.4) | | | data_message{}: 0x3926-0x3937 (17) -0x3920| 00 70 b5 39 | .p.9 | timestamp: 968192000 (s) 0x3926-0x392a (4) +0x3920| 00 70 b5 39 | .p.9 | timestamp: 968192000 (2020-09-04T22:13:20Z) 0x3926-0x392a (4) 0x3920| f0 36 01 00 | .6.. | distance: 796 (79600) (m) 0x392a-0x392e (4) 0x3920| e8 03| ..| speed: 1 (1000) (m/s) 0x392e-0x3930 (2) 0x3930|5f |_ | heart_rate: 95 (bpm) 0x3930-0x3931 (1) @@ -13314,7 +13314,7 @@ $ fq -d fit dv activity_dev.fit 0x3930| 00 | . | reserved: false 0x3937.3-0x3937.4 (0.1) 0x3930| 00 | . | local_message_type: 0 0x3937.4-0x3938 (0.4) | | | data_message{}: 0x3938-0x3949 (17) -0x3930| 01 70 b5 39 | .p.9 | timestamp: 968192001 (s) 0x3938-0x393c (4) +0x3930| 01 70 b5 39 | .p.9 | timestamp: 968192001 (2020-09-04T22:13:21Z) 0x3938-0x393c (4) 0x3930| 54 37 01 00| T7..| distance: 797 (79700) (m) 0x393c-0x3940 (4) 0x3940|e8 03 |.. | speed: 1 (1000) (m/s) 0x3940-0x3942 (2) 0x3940| 67 | g | heart_rate: 103 (bpm) 0x3942-0x3943 (1) @@ -13330,7 +13330,7 @@ $ fq -d fit dv activity_dev.fit 0x3940| 00 | . | reserved: false 0x3949.3-0x3949.4 (0.1) 0x3940| 00 | . | local_message_type: 0 0x3949.4-0x394a (0.4) | | | data_message{}: 0x394a-0x395b (17) -0x3940| 02 70 b5 39 | .p.9 | timestamp: 968192002 (s) 0x394a-0x394e (4) +0x3940| 02 70 b5 39 | .p.9 | timestamp: 968192002 (2020-09-04T22:13:22Z) 0x394a-0x394e (4) 0x3940| b8 37| .7| distance: 798 (79800) (m) 0x394e-0x3952 (4) 0x3950|01 00 |.. | 0x3950| e8 03 | .. | speed: 1 (1000) (m/s) 0x3952-0x3954 (2) @@ -13347,7 +13347,7 @@ $ fq -d fit dv activity_dev.fit 0x3950| 00 | . | reserved: false 0x395b.3-0x395b.4 (0.1) 0x3950| 00 | . | local_message_type: 0 0x395b.4-0x395c (0.4) | | | data_message{}: 0x395c-0x396d (17) -0x3950| 03 70 b5 39| .p.9| timestamp: 968192003 (s) 0x395c-0x3960 (4) +0x3950| 03 70 b5 39| .p.9| timestamp: 968192003 (2020-09-04T22:13:23Z) 0x395c-0x3960 (4) 0x3960|1c 38 01 00 |.8.. | distance: 799 (79900) (m) 0x3960-0x3964 (4) 0x3960| e8 03 | .. | speed: 1 (1000) (m/s) 0x3964-0x3966 (2) 0x3960| 77 | w | heart_rate: 119 (bpm) 0x3966-0x3967 (1) @@ -13363,7 +13363,7 @@ $ fq -d fit dv activity_dev.fit 0x3960| 00 | . | reserved: false 0x396d.3-0x396d.4 (0.1) 0x3960| 00 | . | local_message_type: 0 0x396d.4-0x396e (0.4) | | | data_message{}: 0x396e-0x397f (17) -0x3960| 04 70| .p| timestamp: 968192004 (s) 0x396e-0x3972 (4) +0x3960| 04 70| .p| timestamp: 968192004 (2020-09-04T22:13:24Z) 0x396e-0x3972 (4) 0x3970|b5 39 |.9 | 0x3970| 80 38 01 00 | .8.. | distance: 800 (80000) (m) 0x3972-0x3976 (4) 0x3970| e8 03 | .. | speed: 1 (1000) (m/s) 0x3976-0x3978 (2) @@ -13380,7 +13380,7 @@ $ fq -d fit dv activity_dev.fit 0x3970| 00| .| reserved: false 0x397f.3-0x397f.4 (0.1) 0x3970| 00| .| local_message_type: 0 0x397f.4-0x3980 (0.4) | | | data_message{}: 0x3980-0x3991 (17) -0x3980|05 70 b5 39 |.p.9 | timestamp: 968192005 (s) 0x3980-0x3984 (4) +0x3980|05 70 b5 39 |.p.9 | timestamp: 968192005 (2020-09-04T22:13:25Z) 0x3980-0x3984 (4) 0x3980| e4 38 01 00 | .8.. | distance: 801 (80100) (m) 0x3984-0x3988 (4) 0x3980| e8 03 | .. | speed: 1 (1000) (m/s) 0x3988-0x398a (2) 0x3980| 86 | . | heart_rate: 134 (bpm) 0x398a-0x398b (1) @@ -13396,7 +13396,7 @@ $ fq -d fit dv activity_dev.fit 0x3990| 00 | . | reserved: false 0x3991.3-0x3991.4 (0.1) 0x3990| 00 | . | local_message_type: 0 0x3991.4-0x3992 (0.4) | | | data_message{}: 0x3992-0x39a3 (17) -0x3990| 06 70 b5 39 | .p.9 | timestamp: 968192006 (s) 0x3992-0x3996 (4) +0x3990| 06 70 b5 39 | .p.9 | timestamp: 968192006 (2020-09-04T22:13:26Z) 0x3992-0x3996 (4) 0x3990| 48 39 01 00 | H9.. | distance: 802 (80200) (m) 0x3996-0x399a (4) 0x3990| e8 03 | .. | speed: 1 (1000) (m/s) 0x399a-0x399c (2) 0x3990| 8e | . | heart_rate: 142 (bpm) 0x399c-0x399d (1) @@ -13412,7 +13412,7 @@ $ fq -d fit dv activity_dev.fit 0x39a0| 00 | . | reserved: false 0x39a3.3-0x39a3.4 (0.1) 0x39a0| 00 | . | local_message_type: 0 0x39a3.4-0x39a4 (0.4) | | | data_message{}: 0x39a4-0x39b5 (17) -0x39a0| 07 70 b5 39 | .p.9 | timestamp: 968192007 (s) 0x39a4-0x39a8 (4) +0x39a0| 07 70 b5 39 | .p.9 | timestamp: 968192007 (2020-09-04T22:13:27Z) 0x39a4-0x39a8 (4) 0x39a0| ac 39 01 00 | .9.. | distance: 803 (80300) (m) 0x39a8-0x39ac (4) 0x39a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x39ac-0x39ae (2) 0x39a0| 96 | . | heart_rate: 150 (bpm) 0x39ae-0x39af (1) @@ -13428,7 +13428,7 @@ $ fq -d fit dv activity_dev.fit 0x39b0| 00 | . | reserved: false 0x39b5.3-0x39b5.4 (0.1) 0x39b0| 00 | . | local_message_type: 0 0x39b5.4-0x39b6 (0.4) | | | data_message{}: 0x39b6-0x39c7 (17) -0x39b0| 08 70 b5 39 | .p.9 | timestamp: 968192008 (s) 0x39b6-0x39ba (4) +0x39b0| 08 70 b5 39 | .p.9 | timestamp: 968192008 (2020-09-04T22:13:28Z) 0x39b6-0x39ba (4) 0x39b0| 10 3a 01 00 | .:.. | distance: 804 (80400) (m) 0x39ba-0x39be (4) 0x39b0| e8 03| ..| speed: 1 (1000) (m/s) 0x39be-0x39c0 (2) 0x39c0|9e |. | heart_rate: 158 (bpm) 0x39c0-0x39c1 (1) @@ -13444,7 +13444,7 @@ $ fq -d fit dv activity_dev.fit 0x39c0| 00 | . | reserved: false 0x39c7.3-0x39c7.4 (0.1) 0x39c0| 00 | . | local_message_type: 0 0x39c7.4-0x39c8 (0.4) | | | data_message{}: 0x39c8-0x39d9 (17) -0x39c0| 09 70 b5 39 | .p.9 | timestamp: 968192009 (s) 0x39c8-0x39cc (4) +0x39c0| 09 70 b5 39 | .p.9 | timestamp: 968192009 (2020-09-04T22:13:29Z) 0x39c8-0x39cc (4) 0x39c0| 74 3a 01 00| t:..| distance: 805 (80500) (m) 0x39cc-0x39d0 (4) 0x39d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x39d0-0x39d2 (2) 0x39d0| a6 | . | heart_rate: 166 (bpm) 0x39d2-0x39d3 (1) @@ -13460,7 +13460,7 @@ $ fq -d fit dv activity_dev.fit 0x39d0| 00 | . | reserved: false 0x39d9.3-0x39d9.4 (0.1) 0x39d0| 00 | . | local_message_type: 0 0x39d9.4-0x39da (0.4) | | | data_message{}: 0x39da-0x39eb (17) -0x39d0| 0a 70 b5 39 | .p.9 | timestamp: 968192010 (s) 0x39da-0x39de (4) +0x39d0| 0a 70 b5 39 | .p.9 | timestamp: 968192010 (2020-09-04T22:13:30Z) 0x39da-0x39de (4) 0x39d0| d8 3a| .:| distance: 806 (80600) (m) 0x39de-0x39e2 (4) 0x39e0|01 00 |.. | 0x39e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x39e2-0x39e4 (2) @@ -13477,7 +13477,7 @@ $ fq -d fit dv activity_dev.fit 0x39e0| 00 | . | reserved: false 0x39eb.3-0x39eb.4 (0.1) 0x39e0| 00 | . | local_message_type: 0 0x39eb.4-0x39ec (0.4) | | | data_message{}: 0x39ec-0x39fd (17) -0x39e0| 0b 70 b5 39| .p.9| timestamp: 968192011 (s) 0x39ec-0x39f0 (4) +0x39e0| 0b 70 b5 39| .p.9| timestamp: 968192011 (2020-09-04T22:13:31Z) 0x39ec-0x39f0 (4) 0x39f0|3c 3b 01 00 |<;.. | distance: 807 (80700) (m) 0x39f0-0x39f4 (4) 0x39f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x39f4-0x39f6 (2) 0x39f0| b5 | . | heart_rate: 181 (bpm) 0x39f6-0x39f7 (1) @@ -13493,7 +13493,7 @@ $ fq -d fit dv activity_dev.fit 0x39f0| 00 | . | reserved: false 0x39fd.3-0x39fd.4 (0.1) 0x39f0| 00 | . | local_message_type: 0 0x39fd.4-0x39fe (0.4) | | | data_message{}: 0x39fe-0x3a0f (17) -0x39f0| 0c 70| .p| timestamp: 968192012 (s) 0x39fe-0x3a02 (4) +0x39f0| 0c 70| .p| timestamp: 968192012 (2020-09-04T22:13:32Z) 0x39fe-0x3a02 (4) 0x3a00|b5 39 |.9 | 0x3a00| a0 3b 01 00 | .;.. | distance: 808 (80800) (m) 0x3a02-0x3a06 (4) 0x3a00| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a06-0x3a08 (2) @@ -13510,7 +13510,7 @@ $ fq -d fit dv activity_dev.fit 0x3a00| 00| .| reserved: false 0x3a0f.3-0x3a0f.4 (0.1) 0x3a00| 00| .| local_message_type: 0 0x3a0f.4-0x3a10 (0.4) | | | data_message{}: 0x3a10-0x3a21 (17) -0x3a10|0d 70 b5 39 |.p.9 | timestamp: 968192013 (s) 0x3a10-0x3a14 (4) +0x3a10|0d 70 b5 39 |.p.9 | timestamp: 968192013 (2020-09-04T22:13:33Z) 0x3a10-0x3a14 (4) 0x3a10| 04 3c 01 00 | .<.. | distance: 809 (80900) (m) 0x3a14-0x3a18 (4) 0x3a10| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a18-0x3a1a (2) 0x3a10| c3 | . | heart_rate: 195 (bpm) 0x3a1a-0x3a1b (1) @@ -13526,7 +13526,7 @@ $ fq -d fit dv activity_dev.fit 0x3a20| 00 | . | reserved: false 0x3a21.3-0x3a21.4 (0.1) 0x3a20| 00 | . | local_message_type: 0 0x3a21.4-0x3a22 (0.4) | | | data_message{}: 0x3a22-0x3a33 (17) -0x3a20| 0e 70 b5 39 | .p.9 | timestamp: 968192014 (s) 0x3a22-0x3a26 (4) +0x3a20| 0e 70 b5 39 | .p.9 | timestamp: 968192014 (2020-09-04T22:13:34Z) 0x3a22-0x3a26 (4) 0x3a20| 68 3c 01 00 | h<.. | distance: 810 (81000) (m) 0x3a26-0x3a2a (4) 0x3a20| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a2a-0x3a2c (2) 0x3a20| c9 | . | heart_rate: 201 (bpm) 0x3a2c-0x3a2d (1) @@ -13542,7 +13542,7 @@ $ fq -d fit dv activity_dev.fit 0x3a30| 00 | . | reserved: false 0x3a33.3-0x3a33.4 (0.1) 0x3a30| 00 | . | local_message_type: 0 0x3a33.4-0x3a34 (0.4) | | | data_message{}: 0x3a34-0x3a45 (17) -0x3a30| 0f 70 b5 39 | .p.9 | timestamp: 968192015 (s) 0x3a34-0x3a38 (4) +0x3a30| 0f 70 b5 39 | .p.9 | timestamp: 968192015 (2020-09-04T22:13:35Z) 0x3a34-0x3a38 (4) 0x3a30| cc 3c 01 00 | .<.. | distance: 811 (81100) (m) 0x3a38-0x3a3c (4) 0x3a30| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a3c-0x3a3e (2) 0x3a30| cf | . | heart_rate: 207 (bpm) 0x3a3e-0x3a3f (1) @@ -13558,7 +13558,7 @@ $ fq -d fit dv activity_dev.fit 0x3a40| 00 | . | reserved: false 0x3a45.3-0x3a45.4 (0.1) 0x3a40| 00 | . | local_message_type: 0 0x3a45.4-0x3a46 (0.4) | | | data_message{}: 0x3a46-0x3a57 (17) -0x3a40| 10 70 b5 39 | .p.9 | timestamp: 968192016 (s) 0x3a46-0x3a4a (4) +0x3a40| 10 70 b5 39 | .p.9 | timestamp: 968192016 (2020-09-04T22:13:36Z) 0x3a46-0x3a4a (4) 0x3a40| 30 3d 01 00 | 0=.. | distance: 812 (81200) (m) 0x3a4a-0x3a4e (4) 0x3a40| e8 03| ..| speed: 1 (1000) (m/s) 0x3a4e-0x3a50 (2) 0x3a50|d5 |. | heart_rate: 213 (bpm) 0x3a50-0x3a51 (1) @@ -13574,7 +13574,7 @@ $ fq -d fit dv activity_dev.fit 0x3a50| 00 | . | reserved: false 0x3a57.3-0x3a57.4 (0.1) 0x3a50| 00 | . | local_message_type: 0 0x3a57.4-0x3a58 (0.4) | | | data_message{}: 0x3a58-0x3a69 (17) -0x3a50| 11 70 b5 39 | .p.9 | timestamp: 968192017 (s) 0x3a58-0x3a5c (4) +0x3a50| 11 70 b5 39 | .p.9 | timestamp: 968192017 (2020-09-04T22:13:37Z) 0x3a58-0x3a5c (4) 0x3a50| 94 3d 01 00| .=..| distance: 813 (81300) (m) 0x3a5c-0x3a60 (4) 0x3a60|e8 03 |.. | speed: 1 (1000) (m/s) 0x3a60-0x3a62 (2) 0x3a60| db | . | heart_rate: 219 (bpm) 0x3a62-0x3a63 (1) @@ -13590,7 +13590,7 @@ $ fq -d fit dv activity_dev.fit 0x3a60| 00 | . | reserved: false 0x3a69.3-0x3a69.4 (0.1) 0x3a60| 00 | . | local_message_type: 0 0x3a69.4-0x3a6a (0.4) | | | data_message{}: 0x3a6a-0x3a7b (17) -0x3a60| 12 70 b5 39 | .p.9 | timestamp: 968192018 (s) 0x3a6a-0x3a6e (4) +0x3a60| 12 70 b5 39 | .p.9 | timestamp: 968192018 (2020-09-04T22:13:38Z) 0x3a6a-0x3a6e (4) 0x3a60| f8 3d| .=| distance: 814 (81400) (m) 0x3a6e-0x3a72 (4) 0x3a70|01 00 |.. | 0x3a70| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a72-0x3a74 (2) @@ -13607,7 +13607,7 @@ $ fq -d fit dv activity_dev.fit 0x3a70| 00 | . | reserved: false 0x3a7b.3-0x3a7b.4 (0.1) 0x3a70| 00 | . | local_message_type: 0 0x3a7b.4-0x3a7c (0.4) | | | data_message{}: 0x3a7c-0x3a8d (17) -0x3a70| 13 70 b5 39| .p.9| timestamp: 968192019 (s) 0x3a7c-0x3a80 (4) +0x3a70| 13 70 b5 39| .p.9| timestamp: 968192019 (2020-09-04T22:13:39Z) 0x3a7c-0x3a80 (4) 0x3a80|5c 3e 01 00 |\>.. | distance: 815 (81500) (m) 0x3a80-0x3a84 (4) 0x3a80| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a84-0x3a86 (2) 0x3a80| e5 | . | heart_rate: 229 (bpm) 0x3a86-0x3a87 (1) @@ -13623,7 +13623,7 @@ $ fq -d fit dv activity_dev.fit 0x3a80| 00 | . | reserved: false 0x3a8d.3-0x3a8d.4 (0.1) 0x3a80| 00 | . | local_message_type: 0 0x3a8d.4-0x3a8e (0.4) | | | data_message{}: 0x3a8e-0x3a9f (17) -0x3a80| 14 70| .p| timestamp: 968192020 (s) 0x3a8e-0x3a92 (4) +0x3a80| 14 70| .p| timestamp: 968192020 (2020-09-04T22:13:40Z) 0x3a8e-0x3a92 (4) 0x3a90|b5 39 |.9 | 0x3a90| c0 3e 01 00 | .>.. | distance: 816 (81600) (m) 0x3a92-0x3a96 (4) 0x3a90| e8 03 | .. | speed: 1 (1000) (m/s) 0x3a96-0x3a98 (2) @@ -13640,7 +13640,7 @@ $ fq -d fit dv activity_dev.fit 0x3a90| 00| .| reserved: false 0x3a9f.3-0x3a9f.4 (0.1) 0x3a90| 00| .| local_message_type: 0 0x3a9f.4-0x3aa0 (0.4) | | | data_message{}: 0x3aa0-0x3ab1 (17) -0x3aa0|15 70 b5 39 |.p.9 | timestamp: 968192021 (s) 0x3aa0-0x3aa4 (4) +0x3aa0|15 70 b5 39 |.p.9 | timestamp: 968192021 (2020-09-04T22:13:41Z) 0x3aa0-0x3aa4 (4) 0x3aa0| 24 3f 01 00 | $?.. | distance: 817 (81700) (m) 0x3aa4-0x3aa8 (4) 0x3aa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3aa8-0x3aaa (2) 0x3aa0| ee | . | heart_rate: 238 (bpm) 0x3aaa-0x3aab (1) @@ -13656,7 +13656,7 @@ $ fq -d fit dv activity_dev.fit 0x3ab0| 00 | . | reserved: false 0x3ab1.3-0x3ab1.4 (0.1) 0x3ab0| 00 | . | local_message_type: 0 0x3ab1.4-0x3ab2 (0.4) | | | data_message{}: 0x3ab2-0x3ac3 (17) -0x3ab0| 16 70 b5 39 | .p.9 | timestamp: 968192022 (s) 0x3ab2-0x3ab6 (4) +0x3ab0| 16 70 b5 39 | .p.9 | timestamp: 968192022 (2020-09-04T22:13:42Z) 0x3ab2-0x3ab6 (4) 0x3ab0| 88 3f 01 00 | .?.. | distance: 818 (81800) (m) 0x3ab6-0x3aba (4) 0x3ab0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3aba-0x3abc (2) 0x3ab0| f1 | . | heart_rate: 241 (bpm) 0x3abc-0x3abd (1) @@ -13672,7 +13672,7 @@ $ fq -d fit dv activity_dev.fit 0x3ac0| 00 | . | reserved: false 0x3ac3.3-0x3ac3.4 (0.1) 0x3ac0| 00 | . | local_message_type: 0 0x3ac3.4-0x3ac4 (0.4) | | | data_message{}: 0x3ac4-0x3ad5 (17) -0x3ac0| 17 70 b5 39 | .p.9 | timestamp: 968192023 (s) 0x3ac4-0x3ac8 (4) +0x3ac0| 17 70 b5 39 | .p.9 | timestamp: 968192023 (2020-09-04T22:13:43Z) 0x3ac4-0x3ac8 (4) 0x3ac0| ec 3f 01 00 | .?.. | distance: 819 (81900) (m) 0x3ac8-0x3acc (4) 0x3ac0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3acc-0x3ace (2) 0x3ac0| f5 | . | heart_rate: 245 (bpm) 0x3ace-0x3acf (1) @@ -13688,7 +13688,7 @@ $ fq -d fit dv activity_dev.fit 0x3ad0| 00 | . | reserved: false 0x3ad5.3-0x3ad5.4 (0.1) 0x3ad0| 00 | . | local_message_type: 0 0x3ad5.4-0x3ad6 (0.4) | | | data_message{}: 0x3ad6-0x3ae7 (17) -0x3ad0| 18 70 b5 39 | .p.9 | timestamp: 968192024 (s) 0x3ad6-0x3ada (4) +0x3ad0| 18 70 b5 39 | .p.9 | timestamp: 968192024 (2020-09-04T22:13:44Z) 0x3ad6-0x3ada (4) 0x3ad0| 50 40 01 00 | P@.. | distance: 820 (82000) (m) 0x3ada-0x3ade (4) 0x3ad0| e8 03| ..| speed: 1 (1000) (m/s) 0x3ade-0x3ae0 (2) 0x3ae0|f7 |. | heart_rate: 247 (bpm) 0x3ae0-0x3ae1 (1) @@ -13704,7 +13704,7 @@ $ fq -d fit dv activity_dev.fit 0x3ae0| 00 | . | reserved: false 0x3ae7.3-0x3ae7.4 (0.1) 0x3ae0| 00 | . | local_message_type: 0 0x3ae7.4-0x3ae8 (0.4) | | | data_message{}: 0x3ae8-0x3af9 (17) -0x3ae0| 19 70 b5 39 | .p.9 | timestamp: 968192025 (s) 0x3ae8-0x3aec (4) +0x3ae0| 19 70 b5 39 | .p.9 | timestamp: 968192025 (2020-09-04T22:13:45Z) 0x3ae8-0x3aec (4) 0x3ae0| b4 40 01 00| .@..| distance: 821 (82100) (m) 0x3aec-0x3af0 (4) 0x3af0|e8 03 |.. | speed: 1 (1000) (m/s) 0x3af0-0x3af2 (2) 0x3af0| fa | . | heart_rate: 250 (bpm) 0x3af2-0x3af3 (1) @@ -13720,7 +13720,7 @@ $ fq -d fit dv activity_dev.fit 0x3af0| 00 | . | reserved: false 0x3af9.3-0x3af9.4 (0.1) 0x3af0| 00 | . | local_message_type: 0 0x3af9.4-0x3afa (0.4) | | | data_message{}: 0x3afa-0x3b0b (17) -0x3af0| 1a 70 b5 39 | .p.9 | timestamp: 968192026 (s) 0x3afa-0x3afe (4) +0x3af0| 1a 70 b5 39 | .p.9 | timestamp: 968192026 (2020-09-04T22:13:46Z) 0x3afa-0x3afe (4) 0x3af0| 18 41| .A| distance: 822 (82200) (m) 0x3afe-0x3b02 (4) 0x3b00|01 00 |.. | 0x3b00| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b02-0x3b04 (2) @@ -13737,7 +13737,7 @@ $ fq -d fit dv activity_dev.fit 0x3b00| 00 | . | reserved: false 0x3b0b.3-0x3b0b.4 (0.1) 0x3b00| 00 | . | local_message_type: 0 0x3b0b.4-0x3b0c (0.4) | | | data_message{}: 0x3b0c-0x3b1d (17) -0x3b00| 1b 70 b5 39| .p.9| timestamp: 968192027 (s) 0x3b0c-0x3b10 (4) +0x3b00| 1b 70 b5 39| .p.9| timestamp: 968192027 (2020-09-04T22:13:47Z) 0x3b0c-0x3b10 (4) 0x3b10|7c 41 01 00 ||A.. | distance: 823 (82300) (m) 0x3b10-0x3b14 (4) 0x3b10| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b14-0x3b16 (2) 0x3b10| fc | . | heart_rate: 252 (bpm) 0x3b16-0x3b17 (1) @@ -13753,7 +13753,7 @@ $ fq -d fit dv activity_dev.fit 0x3b10| 00 | . | reserved: false 0x3b1d.3-0x3b1d.4 (0.1) 0x3b10| 00 | . | local_message_type: 0 0x3b1d.4-0x3b1e (0.4) | | | data_message{}: 0x3b1e-0x3b2f (17) -0x3b10| 1c 70| .p| timestamp: 968192028 (s) 0x3b1e-0x3b22 (4) +0x3b10| 1c 70| .p| timestamp: 968192028 (2020-09-04T22:13:48Z) 0x3b1e-0x3b22 (4) 0x3b20|b5 39 |.9 | 0x3b20| e0 41 01 00 | .A.. | distance: 824 (82400) (m) 0x3b22-0x3b26 (4) 0x3b20| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b26-0x3b28 (2) @@ -13770,7 +13770,7 @@ $ fq -d fit dv activity_dev.fit 0x3b20| 00| .| reserved: false 0x3b2f.3-0x3b2f.4 (0.1) 0x3b20| 00| .| local_message_type: 0 0x3b2f.4-0x3b30 (0.4) | | | data_message{}: 0x3b30-0x3b41 (17) -0x3b30|1d 70 b5 39 |.p.9 | timestamp: 968192029 (s) 0x3b30-0x3b34 (4) +0x3b30|1d 70 b5 39 |.p.9 | timestamp: 968192029 (2020-09-04T22:13:49Z) 0x3b30-0x3b34 (4) 0x3b30| 44 42 01 00 | DB.. | distance: 825 (82500) (m) 0x3b34-0x3b38 (4) 0x3b30| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b38-0x3b3a (2) 0x3b30| fe | . | heart_rate: 254 (bpm) 0x3b3a-0x3b3b (1) @@ -13786,7 +13786,7 @@ $ fq -d fit dv activity_dev.fit 0x3b40| 00 | . | reserved: false 0x3b41.3-0x3b41.4 (0.1) 0x3b40| 00 | . | local_message_type: 0 0x3b41.4-0x3b42 (0.4) | | | data_message{}: 0x3b42-0x3b53 (17) -0x3b40| 1e 70 b5 39 | .p.9 | timestamp: 968192030 (s) 0x3b42-0x3b46 (4) +0x3b40| 1e 70 b5 39 | .p.9 | timestamp: 968192030 (2020-09-04T22:13:50Z) 0x3b42-0x3b46 (4) 0x3b40| a8 42 01 00 | .B.. | distance: 826 (82600) (m) 0x3b46-0x3b4a (4) 0x3b40| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b4a-0x3b4c (2) 0x3b40| fd | . | heart_rate: 253 (bpm) 0x3b4c-0x3b4d (1) @@ -13802,7 +13802,7 @@ $ fq -d fit dv activity_dev.fit 0x3b50| 00 | . | reserved: false 0x3b53.3-0x3b53.4 (0.1) 0x3b50| 00 | . | local_message_type: 0 0x3b53.4-0x3b54 (0.4) | | | data_message{}: 0x3b54-0x3b65 (17) -0x3b50| 1f 70 b5 39 | .p.9 | timestamp: 968192031 (s) 0x3b54-0x3b58 (4) +0x3b50| 1f 70 b5 39 | .p.9 | timestamp: 968192031 (2020-09-04T22:13:51Z) 0x3b54-0x3b58 (4) 0x3b50| 0c 43 01 00 | .C.. | distance: 827 (82700) (m) 0x3b58-0x3b5c (4) 0x3b50| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b5c-0x3b5e (2) 0x3b50| fc | . | heart_rate: 252 (bpm) 0x3b5e-0x3b5f (1) @@ -13818,7 +13818,7 @@ $ fq -d fit dv activity_dev.fit 0x3b60| 00 | . | reserved: false 0x3b65.3-0x3b65.4 (0.1) 0x3b60| 00 | . | local_message_type: 0 0x3b65.4-0x3b66 (0.4) | | | data_message{}: 0x3b66-0x3b77 (17) -0x3b60| 20 70 b5 39 | p.9 | timestamp: 968192032 (s) 0x3b66-0x3b6a (4) +0x3b60| 20 70 b5 39 | p.9 | timestamp: 968192032 (2020-09-04T22:13:52Z) 0x3b66-0x3b6a (4) 0x3b60| 70 43 01 00 | pC.. | distance: 828 (82800) (m) 0x3b6a-0x3b6e (4) 0x3b60| e8 03| ..| speed: 1 (1000) (m/s) 0x3b6e-0x3b70 (2) 0x3b70|fb |. | heart_rate: 251 (bpm) 0x3b70-0x3b71 (1) @@ -13834,7 +13834,7 @@ $ fq -d fit dv activity_dev.fit 0x3b70| 00 | . | reserved: false 0x3b77.3-0x3b77.4 (0.1) 0x3b70| 00 | . | local_message_type: 0 0x3b77.4-0x3b78 (0.4) | | | data_message{}: 0x3b78-0x3b89 (17) -0x3b70| 21 70 b5 39 | !p.9 | timestamp: 968192033 (s) 0x3b78-0x3b7c (4) +0x3b70| 21 70 b5 39 | !p.9 | timestamp: 968192033 (2020-09-04T22:13:53Z) 0x3b78-0x3b7c (4) 0x3b70| d4 43 01 00| .C..| distance: 829 (82900) (m) 0x3b7c-0x3b80 (4) 0x3b80|e8 03 |.. | speed: 1 (1000) (m/s) 0x3b80-0x3b82 (2) 0x3b80| fa | . | heart_rate: 250 (bpm) 0x3b82-0x3b83 (1) @@ -13850,7 +13850,7 @@ $ fq -d fit dv activity_dev.fit 0x3b80| 00 | . | reserved: false 0x3b89.3-0x3b89.4 (0.1) 0x3b80| 00 | . | local_message_type: 0 0x3b89.4-0x3b8a (0.4) | | | data_message{}: 0x3b8a-0x3b9b (17) -0x3b80| 22 70 b5 39 | "p.9 | timestamp: 968192034 (s) 0x3b8a-0x3b8e (4) +0x3b80| 22 70 b5 39 | "p.9 | timestamp: 968192034 (2020-09-04T22:13:54Z) 0x3b8a-0x3b8e (4) 0x3b80| 38 44| 8D| distance: 830 (83000) (m) 0x3b8e-0x3b92 (4) 0x3b90|01 00 |.. | 0x3b90| e8 03 | .. | speed: 1 (1000) (m/s) 0x3b92-0x3b94 (2) @@ -13867,7 +13867,7 @@ $ fq -d fit dv activity_dev.fit 0x3b90| 00 | . | reserved: false 0x3b9b.3-0x3b9b.4 (0.1) 0x3b90| 00 | . | local_message_type: 0 0x3b9b.4-0x3b9c (0.4) | | | data_message{}: 0x3b9c-0x3bad (17) -0x3b90| 23 70 b5 39| #p.9| timestamp: 968192035 (s) 0x3b9c-0x3ba0 (4) +0x3b90| 23 70 b5 39| #p.9| timestamp: 968192035 (2020-09-04T22:13:55Z) 0x3b9c-0x3ba0 (4) 0x3ba0|9c 44 01 00 |.D.. | distance: 831 (83100) (m) 0x3ba0-0x3ba4 (4) 0x3ba0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3ba4-0x3ba6 (2) 0x3ba0| f5 | . | heart_rate: 245 (bpm) 0x3ba6-0x3ba7 (1) @@ -13883,7 +13883,7 @@ $ fq -d fit dv activity_dev.fit 0x3ba0| 00 | . | reserved: false 0x3bad.3-0x3bad.4 (0.1) 0x3ba0| 00 | . | local_message_type: 0 0x3bad.4-0x3bae (0.4) | | | data_message{}: 0x3bae-0x3bbf (17) -0x3ba0| 24 70| $p| timestamp: 968192036 (s) 0x3bae-0x3bb2 (4) +0x3ba0| 24 70| $p| timestamp: 968192036 (2020-09-04T22:13:56Z) 0x3bae-0x3bb2 (4) 0x3bb0|b5 39 |.9 | 0x3bb0| 00 45 01 00 | .E.. | distance: 832 (83200) (m) 0x3bb2-0x3bb6 (4) 0x3bb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3bb6-0x3bb8 (2) @@ -13900,7 +13900,7 @@ $ fq -d fit dv activity_dev.fit 0x3bb0| 00| .| reserved: false 0x3bbf.3-0x3bbf.4 (0.1) 0x3bb0| 00| .| local_message_type: 0 0x3bbf.4-0x3bc0 (0.4) | | | data_message{}: 0x3bc0-0x3bd1 (17) -0x3bc0|25 70 b5 39 |%p.9 | timestamp: 968192037 (s) 0x3bc0-0x3bc4 (4) +0x3bc0|25 70 b5 39 |%p.9 | timestamp: 968192037 (2020-09-04T22:13:57Z) 0x3bc0-0x3bc4 (4) 0x3bc0| 64 45 01 00 | dE.. | distance: 833 (83300) (m) 0x3bc4-0x3bc8 (4) 0x3bc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3bc8-0x3bca (2) 0x3bc0| ee | . | heart_rate: 238 (bpm) 0x3bca-0x3bcb (1) @@ -13916,7 +13916,7 @@ $ fq -d fit dv activity_dev.fit 0x3bd0| 00 | . | reserved: false 0x3bd1.3-0x3bd1.4 (0.1) 0x3bd0| 00 | . | local_message_type: 0 0x3bd1.4-0x3bd2 (0.4) | | | data_message{}: 0x3bd2-0x3be3 (17) -0x3bd0| 26 70 b5 39 | &p.9 | timestamp: 968192038 (s) 0x3bd2-0x3bd6 (4) +0x3bd0| 26 70 b5 39 | &p.9 | timestamp: 968192038 (2020-09-04T22:13:58Z) 0x3bd2-0x3bd6 (4) 0x3bd0| c8 45 01 00 | .E.. | distance: 834 (83400) (m) 0x3bd6-0x3bda (4) 0x3bd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3bda-0x3bdc (2) 0x3bd0| ea | . | heart_rate: 234 (bpm) 0x3bdc-0x3bdd (1) @@ -13932,7 +13932,7 @@ $ fq -d fit dv activity_dev.fit 0x3be0| 00 | . | reserved: false 0x3be3.3-0x3be3.4 (0.1) 0x3be0| 00 | . | local_message_type: 0 0x3be3.4-0x3be4 (0.4) | | | data_message{}: 0x3be4-0x3bf5 (17) -0x3be0| 27 70 b5 39 | 'p.9 | timestamp: 968192039 (s) 0x3be4-0x3be8 (4) +0x3be0| 27 70 b5 39 | 'p.9 | timestamp: 968192039 (2020-09-04T22:13:59Z) 0x3be4-0x3be8 (4) 0x3be0| 2c 46 01 00 | ,F.. | distance: 835 (83500) (m) 0x3be8-0x3bec (4) 0x3be0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3bec-0x3bee (2) 0x3be0| e5 | . | heart_rate: 229 (bpm) 0x3bee-0x3bef (1) @@ -13948,7 +13948,7 @@ $ fq -d fit dv activity_dev.fit 0x3bf0| 00 | . | reserved: false 0x3bf5.3-0x3bf5.4 (0.1) 0x3bf0| 00 | . | local_message_type: 0 0x3bf5.4-0x3bf6 (0.4) | | | data_message{}: 0x3bf6-0x3c07 (17) -0x3bf0| 28 70 b5 39 | (p.9 | timestamp: 968192040 (s) 0x3bf6-0x3bfa (4) +0x3bf0| 28 70 b5 39 | (p.9 | timestamp: 968192040 (2020-09-04T22:14:00Z) 0x3bf6-0x3bfa (4) 0x3bf0| 90 46 01 00 | .F.. | distance: 836 (83600) (m) 0x3bfa-0x3bfe (4) 0x3bf0| e8 03| ..| speed: 1 (1000) (m/s) 0x3bfe-0x3c00 (2) 0x3c00|e0 |. | heart_rate: 224 (bpm) 0x3c00-0x3c01 (1) @@ -13964,7 +13964,7 @@ $ fq -d fit dv activity_dev.fit 0x3c00| 00 | . | reserved: false 0x3c07.3-0x3c07.4 (0.1) 0x3c00| 00 | . | local_message_type: 0 0x3c07.4-0x3c08 (0.4) | | | data_message{}: 0x3c08-0x3c19 (17) -0x3c00| 29 70 b5 39 | )p.9 | timestamp: 968192041 (s) 0x3c08-0x3c0c (4) +0x3c00| 29 70 b5 39 | )p.9 | timestamp: 968192041 (2020-09-04T22:14:01Z) 0x3c08-0x3c0c (4) 0x3c00| f4 46 01 00| .F..| distance: 837 (83700) (m) 0x3c0c-0x3c10 (4) 0x3c10|e8 03 |.. | speed: 1 (1000) (m/s) 0x3c10-0x3c12 (2) 0x3c10| db | . | heart_rate: 219 (bpm) 0x3c12-0x3c13 (1) @@ -13980,7 +13980,7 @@ $ fq -d fit dv activity_dev.fit 0x3c10| 00 | . | reserved: false 0x3c19.3-0x3c19.4 (0.1) 0x3c10| 00 | . | local_message_type: 0 0x3c19.4-0x3c1a (0.4) | | | data_message{}: 0x3c1a-0x3c2b (17) -0x3c10| 2a 70 b5 39 | *p.9 | timestamp: 968192042 (s) 0x3c1a-0x3c1e (4) +0x3c10| 2a 70 b5 39 | *p.9 | timestamp: 968192042 (2020-09-04T22:14:02Z) 0x3c1a-0x3c1e (4) 0x3c10| 58 47| XG| distance: 838 (83800) (m) 0x3c1e-0x3c22 (4) 0x3c20|01 00 |.. | 0x3c20| e8 03 | .. | speed: 1 (1000) (m/s) 0x3c22-0x3c24 (2) @@ -13997,7 +13997,7 @@ $ fq -d fit dv activity_dev.fit 0x3c20| 00 | . | reserved: false 0x3c2b.3-0x3c2b.4 (0.1) 0x3c20| 00 | . | local_message_type: 0 0x3c2b.4-0x3c2c (0.4) | | | data_message{}: 0x3c2c-0x3c3d (17) -0x3c20| 2b 70 b5 39| +p.9| timestamp: 968192043 (s) 0x3c2c-0x3c30 (4) +0x3c20| 2b 70 b5 39| +p.9| timestamp: 968192043 (2020-09-04T22:14:03Z) 0x3c2c-0x3c30 (4) 0x3c30|bc 47 01 00 |.G.. | distance: 839 (83900) (m) 0x3c30-0x3c34 (4) 0x3c30| e8 03 | .. | speed: 1 (1000) (m/s) 0x3c34-0x3c36 (2) 0x3c30| cf | . | heart_rate: 207 (bpm) 0x3c36-0x3c37 (1) @@ -14013,7 +14013,7 @@ $ fq -d fit dv activity_dev.fit 0x3c30| 00 | . | reserved: false 0x3c3d.3-0x3c3d.4 (0.1) 0x3c30| 00 | . | local_message_type: 0 0x3c3d.4-0x3c3e (0.4) | | | data_message{}: 0x3c3e-0x3c4f (17) -0x3c30| 2c 70| ,p| timestamp: 968192044 (s) 0x3c3e-0x3c42 (4) +0x3c30| 2c 70| ,p| timestamp: 968192044 (2020-09-04T22:14:04Z) 0x3c3e-0x3c42 (4) 0x3c40|b5 39 |.9 | 0x3c40| 20 48 01 00 | H.. | distance: 840 (84000) (m) 0x3c42-0x3c46 (4) 0x3c40| e8 03 | .. | speed: 1 (1000) (m/s) 0x3c46-0x3c48 (2) @@ -14030,7 +14030,7 @@ $ fq -d fit dv activity_dev.fit 0x3c40| 00| .| reserved: false 0x3c4f.3-0x3c4f.4 (0.1) 0x3c40| 00| .| local_message_type: 0 0x3c4f.4-0x3c50 (0.4) | | | data_message{}: 0x3c50-0x3c61 (17) -0x3c50|2d 70 b5 39 |-p.9 | timestamp: 968192045 (s) 0x3c50-0x3c54 (4) +0x3c50|2d 70 b5 39 |-p.9 | timestamp: 968192045 (2020-09-04T22:14:05Z) 0x3c50-0x3c54 (4) 0x3c50| 84 48 01 00 | .H.. | distance: 841 (84100) (m) 0x3c54-0x3c58 (4) 0x3c50| e8 03 | .. | speed: 1 (1000) (m/s) 0x3c58-0x3c5a (2) 0x3c50| c3 | . | heart_rate: 195 (bpm) 0x3c5a-0x3c5b (1) @@ -14046,7 +14046,7 @@ $ fq -d fit dv activity_dev.fit 0x3c60| 00 | . | reserved: false 0x3c61.3-0x3c61.4 (0.1) 0x3c60| 00 | . | local_message_type: 0 0x3c61.4-0x3c62 (0.4) | | | data_message{}: 0x3c62-0x3c73 (17) -0x3c60| 2e 70 b5 39 | .p.9 | timestamp: 968192046 (s) 0x3c62-0x3c66 (4) +0x3c60| 2e 70 b5 39 | .p.9 | timestamp: 968192046 (2020-09-04T22:14:06Z) 0x3c62-0x3c66 (4) 0x3c60| e8 48 01 00 | .H.. | distance: 842 (84200) (m) 0x3c66-0x3c6a (4) 0x3c60| e8 03 | .. | speed: 1 (1000) (m/s) 0x3c6a-0x3c6c (2) 0x3c60| bc | . | heart_rate: 188 (bpm) 0x3c6c-0x3c6d (1) @@ -14062,7 +14062,7 @@ $ fq -d fit dv activity_dev.fit 0x3c70| 00 | . | reserved: false 0x3c73.3-0x3c73.4 (0.1) 0x3c70| 00 | . | local_message_type: 0 0x3c73.4-0x3c74 (0.4) | | | data_message{}: 0x3c74-0x3c85 (17) -0x3c70| 2f 70 b5 39 | /p.9 | timestamp: 968192047 (s) 0x3c74-0x3c78 (4) +0x3c70| 2f 70 b5 39 | /p.9 | timestamp: 968192047 (2020-09-04T22:14:07Z) 0x3c74-0x3c78 (4) 0x3c70| 4c 49 01 00 | LI.. | distance: 843 (84300) (m) 0x3c78-0x3c7c (4) 0x3c70| e8 03 | .. | speed: 1 (1000) (m/s) 0x3c7c-0x3c7e (2) 0x3c70| b5 | . | heart_rate: 181 (bpm) 0x3c7e-0x3c7f (1) @@ -14078,7 +14078,7 @@ $ fq -d fit dv activity_dev.fit 0x3c80| 00 | . | reserved: false 0x3c85.3-0x3c85.4 (0.1) 0x3c80| 00 | . | local_message_type: 0 0x3c85.4-0x3c86 (0.4) | | | data_message{}: 0x3c86-0x3c97 (17) -0x3c80| 30 70 b5 39 | 0p.9 | timestamp: 968192048 (s) 0x3c86-0x3c8a (4) +0x3c80| 30 70 b5 39 | 0p.9 | timestamp: 968192048 (2020-09-04T22:14:08Z) 0x3c86-0x3c8a (4) 0x3c80| b0 49 01 00 | .I.. | distance: 844 (84400) (m) 0x3c8a-0x3c8e (4) 0x3c80| e8 03| ..| speed: 1 (1000) (m/s) 0x3c8e-0x3c90 (2) 0x3c90|ad |. | heart_rate: 173 (bpm) 0x3c90-0x3c91 (1) @@ -14094,7 +14094,7 @@ $ fq -d fit dv activity_dev.fit 0x3c90| 00 | . | reserved: false 0x3c97.3-0x3c97.4 (0.1) 0x3c90| 00 | . | local_message_type: 0 0x3c97.4-0x3c98 (0.4) | | | data_message{}: 0x3c98-0x3ca9 (17) -0x3c90| 31 70 b5 39 | 1p.9 | timestamp: 968192049 (s) 0x3c98-0x3c9c (4) +0x3c90| 31 70 b5 39 | 1p.9 | timestamp: 968192049 (2020-09-04T22:14:09Z) 0x3c98-0x3c9c (4) 0x3c90| 14 4a 01 00| .J..| distance: 845 (84500) (m) 0x3c9c-0x3ca0 (4) 0x3ca0|e8 03 |.. | speed: 1 (1000) (m/s) 0x3ca0-0x3ca2 (2) 0x3ca0| a6 | . | heart_rate: 166 (bpm) 0x3ca2-0x3ca3 (1) @@ -14110,7 +14110,7 @@ $ fq -d fit dv activity_dev.fit 0x3ca0| 00 | . | reserved: false 0x3ca9.3-0x3ca9.4 (0.1) 0x3ca0| 00 | . | local_message_type: 0 0x3ca9.4-0x3caa (0.4) | | | data_message{}: 0x3caa-0x3cbb (17) -0x3ca0| 32 70 b5 39 | 2p.9 | timestamp: 968192050 (s) 0x3caa-0x3cae (4) +0x3ca0| 32 70 b5 39 | 2p.9 | timestamp: 968192050 (2020-09-04T22:14:10Z) 0x3caa-0x3cae (4) 0x3ca0| 78 4a| xJ| distance: 846 (84600) (m) 0x3cae-0x3cb2 (4) 0x3cb0|01 00 |.. | 0x3cb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3cb2-0x3cb4 (2) @@ -14127,7 +14127,7 @@ $ fq -d fit dv activity_dev.fit 0x3cb0| 00 | . | reserved: false 0x3cbb.3-0x3cbb.4 (0.1) 0x3cb0| 00 | . | local_message_type: 0 0x3cbb.4-0x3cbc (0.4) | | | data_message{}: 0x3cbc-0x3ccd (17) -0x3cb0| 33 70 b5 39| 3p.9| timestamp: 968192051 (s) 0x3cbc-0x3cc0 (4) +0x3cb0| 33 70 b5 39| 3p.9| timestamp: 968192051 (2020-09-04T22:14:11Z) 0x3cbc-0x3cc0 (4) 0x3cc0|dc 4a 01 00 |.J.. | distance: 847 (84700) (m) 0x3cc0-0x3cc4 (4) 0x3cc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3cc4-0x3cc6 (2) 0x3cc0| 96 | . | heart_rate: 150 (bpm) 0x3cc6-0x3cc7 (1) @@ -14143,7 +14143,7 @@ $ fq -d fit dv activity_dev.fit 0x3cc0| 00 | . | reserved: false 0x3ccd.3-0x3ccd.4 (0.1) 0x3cc0| 00 | . | local_message_type: 0 0x3ccd.4-0x3cce (0.4) | | | data_message{}: 0x3cce-0x3cdf (17) -0x3cc0| 34 70| 4p| timestamp: 968192052 (s) 0x3cce-0x3cd2 (4) +0x3cc0| 34 70| 4p| timestamp: 968192052 (2020-09-04T22:14:12Z) 0x3cce-0x3cd2 (4) 0x3cd0|b5 39 |.9 | 0x3cd0| 40 4b 01 00 | @K.. | distance: 848 (84800) (m) 0x3cd2-0x3cd6 (4) 0x3cd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3cd6-0x3cd8 (2) @@ -14160,7 +14160,7 @@ $ fq -d fit dv activity_dev.fit 0x3cd0| 00| .| reserved: false 0x3cdf.3-0x3cdf.4 (0.1) 0x3cd0| 00| .| local_message_type: 0 0x3cdf.4-0x3ce0 (0.4) | | | data_message{}: 0x3ce0-0x3cf1 (17) -0x3ce0|35 70 b5 39 |5p.9 | timestamp: 968192053 (s) 0x3ce0-0x3ce4 (4) +0x3ce0|35 70 b5 39 |5p.9 | timestamp: 968192053 (2020-09-04T22:14:13Z) 0x3ce0-0x3ce4 (4) 0x3ce0| a4 4b 01 00 | .K.. | distance: 849 (84900) (m) 0x3ce4-0x3ce8 (4) 0x3ce0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3ce8-0x3cea (2) 0x3ce0| 86 | . | heart_rate: 134 (bpm) 0x3cea-0x3ceb (1) @@ -14176,7 +14176,7 @@ $ fq -d fit dv activity_dev.fit 0x3cf0| 00 | . | reserved: false 0x3cf1.3-0x3cf1.4 (0.1) 0x3cf0| 00 | . | local_message_type: 0 0x3cf1.4-0x3cf2 (0.4) | | | data_message{}: 0x3cf2-0x3d03 (17) -0x3cf0| 36 70 b5 39 | 6p.9 | timestamp: 968192054 (s) 0x3cf2-0x3cf6 (4) +0x3cf0| 36 70 b5 39 | 6p.9 | timestamp: 968192054 (2020-09-04T22:14:14Z) 0x3cf2-0x3cf6 (4) 0x3cf0| 08 4c 01 00 | .L.. | distance: 850 (85000) (m) 0x3cf6-0x3cfa (4) 0x3cf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3cfa-0x3cfc (2) 0x3cf0| 7f | . | heart_rate: 127 (bpm) 0x3cfc-0x3cfd (1) @@ -14192,7 +14192,7 @@ $ fq -d fit dv activity_dev.fit 0x3d00| 00 | . | reserved: false 0x3d03.3-0x3d03.4 (0.1) 0x3d00| 00 | . | local_message_type: 0 0x3d03.4-0x3d04 (0.4) | | | data_message{}: 0x3d04-0x3d15 (17) -0x3d00| 37 70 b5 39 | 7p.9 | timestamp: 968192055 (s) 0x3d04-0x3d08 (4) +0x3d00| 37 70 b5 39 | 7p.9 | timestamp: 968192055 (2020-09-04T22:14:15Z) 0x3d04-0x3d08 (4) 0x3d00| 6c 4c 01 00 | lL.. | distance: 851 (85100) (m) 0x3d08-0x3d0c (4) 0x3d00| e8 03 | .. | speed: 1 (1000) (m/s) 0x3d0c-0x3d0e (2) 0x3d00| 77 | w | heart_rate: 119 (bpm) 0x3d0e-0x3d0f (1) @@ -14208,7 +14208,7 @@ $ fq -d fit dv activity_dev.fit 0x3d10| 00 | . | reserved: false 0x3d15.3-0x3d15.4 (0.1) 0x3d10| 00 | . | local_message_type: 0 0x3d15.4-0x3d16 (0.4) | | | data_message{}: 0x3d16-0x3d27 (17) -0x3d10| 38 70 b5 39 | 8p.9 | timestamp: 968192056 (s) 0x3d16-0x3d1a (4) +0x3d10| 38 70 b5 39 | 8p.9 | timestamp: 968192056 (2020-09-04T22:14:16Z) 0x3d16-0x3d1a (4) 0x3d10| d0 4c 01 00 | .L.. | distance: 852 (85200) (m) 0x3d1a-0x3d1e (4) 0x3d10| e8 03| ..| speed: 1 (1000) (m/s) 0x3d1e-0x3d20 (2) 0x3d20|6f |o | heart_rate: 111 (bpm) 0x3d20-0x3d21 (1) @@ -14224,7 +14224,7 @@ $ fq -d fit dv activity_dev.fit 0x3d20| 00 | . | reserved: false 0x3d27.3-0x3d27.4 (0.1) 0x3d20| 00 | . | local_message_type: 0 0x3d27.4-0x3d28 (0.4) | | | data_message{}: 0x3d28-0x3d39 (17) -0x3d20| 39 70 b5 39 | 9p.9 | timestamp: 968192057 (s) 0x3d28-0x3d2c (4) +0x3d20| 39 70 b5 39 | 9p.9 | timestamp: 968192057 (2020-09-04T22:14:17Z) 0x3d28-0x3d2c (4) 0x3d20| 34 4d 01 00| 4M..| distance: 853 (85300) (m) 0x3d2c-0x3d30 (4) 0x3d30|e8 03 |.. | speed: 1 (1000) (m/s) 0x3d30-0x3d32 (2) 0x3d30| 67 | g | heart_rate: 103 (bpm) 0x3d32-0x3d33 (1) @@ -14240,7 +14240,7 @@ $ fq -d fit dv activity_dev.fit 0x3d30| 00 | . | reserved: false 0x3d39.3-0x3d39.4 (0.1) 0x3d30| 00 | . | local_message_type: 0 0x3d39.4-0x3d3a (0.4) | | | data_message{}: 0x3d3a-0x3d4b (17) -0x3d30| 3a 70 b5 39 | :p.9 | timestamp: 968192058 (s) 0x3d3a-0x3d3e (4) +0x3d30| 3a 70 b5 39 | :p.9 | timestamp: 968192058 (2020-09-04T22:14:18Z) 0x3d3a-0x3d3e (4) 0x3d30| 98 4d| .M| distance: 854 (85400) (m) 0x3d3e-0x3d42 (4) 0x3d40|01 00 |.. | 0x3d40| e8 03 | .. | speed: 1 (1000) (m/s) 0x3d42-0x3d44 (2) @@ -14257,7 +14257,7 @@ $ fq -d fit dv activity_dev.fit 0x3d40| 00 | . | reserved: false 0x3d4b.3-0x3d4b.4 (0.1) 0x3d40| 00 | . | local_message_type: 0 0x3d4b.4-0x3d4c (0.4) | | | data_message{}: 0x3d4c-0x3d5d (17) -0x3d40| 3b 70 b5 39| ;p.9| timestamp: 968192059 (s) 0x3d4c-0x3d50 (4) +0x3d40| 3b 70 b5 39| ;p.9| timestamp: 968192059 (2020-09-04T22:14:19Z) 0x3d4c-0x3d50 (4) 0x3d50|fc 4d 01 00 |.M.. | distance: 855 (85500) (m) 0x3d50-0x3d54 (4) 0x3d50| e8 03 | .. | speed: 1 (1000) (m/s) 0x3d54-0x3d56 (2) 0x3d50| 57 | W | heart_rate: 87 (bpm) 0x3d56-0x3d57 (1) @@ -14273,7 +14273,7 @@ $ fq -d fit dv activity_dev.fit 0x3d50| 00 | . | reserved: false 0x3d5d.3-0x3d5d.4 (0.1) 0x3d50| 00 | . | local_message_type: 0 0x3d5d.4-0x3d5e (0.4) | | | data_message{}: 0x3d5e-0x3d6f (17) -0x3d50| 3c 70| p.9 | timestamp: 968192062 (s) 0x3d82-0x3d86 (4) +0x3d80| 3e 70 b5 39 | >p.9 | timestamp: 968192062 (2020-09-04T22:14:22Z) 0x3d82-0x3d86 (4) 0x3d80| 28 4f 01 00 | (O.. | distance: 858 (85800) (m) 0x3d86-0x3d8a (4) 0x3d80| e8 03 | .. | speed: 1 (1000) (m/s) 0x3d8a-0x3d8c (2) 0x3d80| 41 | A | heart_rate: 65 (bpm) 0x3d8c-0x3d8d (1) @@ -14322,7 +14322,7 @@ $ fq -d fit dv activity_dev.fit 0x3d90| 00 | . | reserved: false 0x3d93.3-0x3d93.4 (0.1) 0x3d90| 00 | . | local_message_type: 0 0x3d93.4-0x3d94 (0.4) | | | data_message{}: 0x3d94-0x3da5 (17) -0x3d90| 3f 70 b5 39 | ?p.9 | timestamp: 968192063 (s) 0x3d94-0x3d98 (4) +0x3d90| 3f 70 b5 39 | ?p.9 | timestamp: 968192063 (2020-09-04T22:14:23Z) 0x3d94-0x3d98 (4) 0x3d90| 8c 4f 01 00 | .O.. | distance: 859 (85900) (m) 0x3d98-0x3d9c (4) 0x3d90| e8 03 | .. | speed: 1 (1000) (m/s) 0x3d9c-0x3d9e (2) 0x3d90| 3a | : | heart_rate: 58 (bpm) 0x3d9e-0x3d9f (1) @@ -14338,7 +14338,7 @@ $ fq -d fit dv activity_dev.fit 0x3da0| 00 | . | reserved: false 0x3da5.3-0x3da5.4 (0.1) 0x3da0| 00 | . | local_message_type: 0 0x3da5.4-0x3da6 (0.4) | | | data_message{}: 0x3da6-0x3db7 (17) -0x3da0| 40 70 b5 39 | @p.9 | timestamp: 968192064 (s) 0x3da6-0x3daa (4) +0x3da0| 40 70 b5 39 | @p.9 | timestamp: 968192064 (2020-09-04T22:14:24Z) 0x3da6-0x3daa (4) 0x3da0| f0 4f 01 00 | .O.. | distance: 860 (86000) (m) 0x3daa-0x3dae (4) 0x3da0| e8 03| ..| speed: 1 (1000) (m/s) 0x3dae-0x3db0 (2) 0x3db0|34 |4 | heart_rate: 52 (bpm) 0x3db0-0x3db1 (1) @@ -14354,7 +14354,7 @@ $ fq -d fit dv activity_dev.fit 0x3db0| 00 | . | reserved: false 0x3db7.3-0x3db7.4 (0.1) 0x3db0| 00 | . | local_message_type: 0 0x3db7.4-0x3db8 (0.4) | | | data_message{}: 0x3db8-0x3dc9 (17) -0x3db0| 41 70 b5 39 | Ap.9 | timestamp: 968192065 (s) 0x3db8-0x3dbc (4) +0x3db0| 41 70 b5 39 | Ap.9 | timestamp: 968192065 (2020-09-04T22:14:25Z) 0x3db8-0x3dbc (4) 0x3db0| 54 50 01 00| TP..| distance: 861 (86100) (m) 0x3dbc-0x3dc0 (4) 0x3dc0|e8 03 |.. | speed: 1 (1000) (m/s) 0x3dc0-0x3dc2 (2) 0x3dc0| 2e | . | heart_rate: 46 (bpm) 0x3dc2-0x3dc3 (1) @@ -14370,7 +14370,7 @@ $ fq -d fit dv activity_dev.fit 0x3dc0| 00 | . | reserved: false 0x3dc9.3-0x3dc9.4 (0.1) 0x3dc0| 00 | . | local_message_type: 0 0x3dc9.4-0x3dca (0.4) | | | data_message{}: 0x3dca-0x3ddb (17) -0x3dc0| 42 70 b5 39 | Bp.9 | timestamp: 968192066 (s) 0x3dca-0x3dce (4) +0x3dc0| 42 70 b5 39 | Bp.9 | timestamp: 968192066 (2020-09-04T22:14:26Z) 0x3dca-0x3dce (4) 0x3dc0| b8 50| .P| distance: 862 (86200) (m) 0x3dce-0x3dd2 (4) 0x3dd0|01 00 |.. | 0x3dd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3dd2-0x3dd4 (2) @@ -14387,7 +14387,7 @@ $ fq -d fit dv activity_dev.fit 0x3dd0| 00 | . | reserved: false 0x3ddb.3-0x3ddb.4 (0.1) 0x3dd0| 00 | . | local_message_type: 0 0x3ddb.4-0x3ddc (0.4) | | | data_message{}: 0x3ddc-0x3ded (17) -0x3dd0| 43 70 b5 39| Cp.9| timestamp: 968192067 (s) 0x3ddc-0x3de0 (4) +0x3dd0| 43 70 b5 39| Cp.9| timestamp: 968192067 (2020-09-04T22:14:27Z) 0x3ddc-0x3de0 (4) 0x3de0|1c 51 01 00 |.Q.. | distance: 863 (86300) (m) 0x3de0-0x3de4 (4) 0x3de0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3de4-0x3de6 (2) 0x3de0| 22 | " | heart_rate: 34 (bpm) 0x3de6-0x3de7 (1) @@ -14403,7 +14403,7 @@ $ fq -d fit dv activity_dev.fit 0x3de0| 00 | . | reserved: false 0x3ded.3-0x3ded.4 (0.1) 0x3de0| 00 | . | local_message_type: 0 0x3ded.4-0x3dee (0.4) | | | data_message{}: 0x3dee-0x3dff (17) -0x3de0| 44 70| Dp| timestamp: 968192068 (s) 0x3dee-0x3df2 (4) +0x3de0| 44 70| Dp| timestamp: 968192068 (2020-09-04T22:14:28Z) 0x3dee-0x3df2 (4) 0x3df0|b5 39 |.9 | 0x3df0| 80 51 01 00 | .Q.. | distance: 864 (86400) (m) 0x3df2-0x3df6 (4) 0x3df0| e8 03 | .. | speed: 1 (1000) (m/s) 0x3df6-0x3df8 (2) @@ -14420,7 +14420,7 @@ $ fq -d fit dv activity_dev.fit 0x3df0| 00| .| reserved: false 0x3dff.3-0x3dff.4 (0.1) 0x3df0| 00| .| local_message_type: 0 0x3dff.4-0x3e00 (0.4) | | | data_message{}: 0x3e00-0x3e11 (17) -0x3e00|45 70 b5 39 |Ep.9 | timestamp: 968192069 (s) 0x3e00-0x3e04 (4) +0x3e00|45 70 b5 39 |Ep.9 | timestamp: 968192069 (2020-09-04T22:14:29Z) 0x3e00-0x3e04 (4) 0x3e00| e4 51 01 00 | .Q.. | distance: 865 (86500) (m) 0x3e04-0x3e08 (4) 0x3e00| e8 03 | .. | speed: 1 (1000) (m/s) 0x3e08-0x3e0a (2) 0x3e00| 18 | . | heart_rate: 24 (bpm) 0x3e0a-0x3e0b (1) @@ -14436,7 +14436,7 @@ $ fq -d fit dv activity_dev.fit 0x3e10| 00 | . | reserved: false 0x3e11.3-0x3e11.4 (0.1) 0x3e10| 00 | . | local_message_type: 0 0x3e11.4-0x3e12 (0.4) | | | data_message{}: 0x3e12-0x3e23 (17) -0x3e10| 46 70 b5 39 | Fp.9 | timestamp: 968192070 (s) 0x3e12-0x3e16 (4) +0x3e10| 46 70 b5 39 | Fp.9 | timestamp: 968192070 (2020-09-04T22:14:30Z) 0x3e12-0x3e16 (4) 0x3e10| 48 52 01 00 | HR.. | distance: 866 (86600) (m) 0x3e16-0x3e1a (4) 0x3e10| e8 03 | .. | speed: 1 (1000) (m/s) 0x3e1a-0x3e1c (2) 0x3e10| 13 | . | heart_rate: 19 (bpm) 0x3e1c-0x3e1d (1) @@ -14452,7 +14452,7 @@ $ fq -d fit dv activity_dev.fit 0x3e20| 00 | . | reserved: false 0x3e23.3-0x3e23.4 (0.1) 0x3e20| 00 | . | local_message_type: 0 0x3e23.4-0x3e24 (0.4) | | | data_message{}: 0x3e24-0x3e35 (17) -0x3e20| 47 70 b5 39 | Gp.9 | timestamp: 968192071 (s) 0x3e24-0x3e28 (4) +0x3e20| 47 70 b5 39 | Gp.9 | timestamp: 968192071 (2020-09-04T22:14:31Z) 0x3e24-0x3e28 (4) 0x3e20| ac 52 01 00 | .R.. | distance: 867 (86700) (m) 0x3e28-0x3e2c (4) 0x3e20| e8 03 | .. | speed: 1 (1000) (m/s) 0x3e2c-0x3e2e (2) 0x3e20| 0f | . | heart_rate: 15 (bpm) 0x3e2e-0x3e2f (1) @@ -14468,7 +14468,7 @@ $ fq -d fit dv activity_dev.fit 0x3e30| 00 | . | reserved: false 0x3e35.3-0x3e35.4 (0.1) 0x3e30| 00 | . | local_message_type: 0 0x3e35.4-0x3e36 (0.4) | | | data_message{}: 0x3e36-0x3e47 (17) -0x3e30| 48 70 b5 39 | Hp.9 | timestamp: 968192072 (s) 0x3e36-0x3e3a (4) +0x3e30| 48 70 b5 39 | Hp.9 | timestamp: 968192072 (2020-09-04T22:14:32Z) 0x3e36-0x3e3a (4) 0x3e30| 10 53 01 00 | .S.. | distance: 868 (86800) (m) 0x3e3a-0x3e3e (4) 0x3e30| e8 03| ..| speed: 1 (1000) (m/s) 0x3e3e-0x3e40 (2) 0x3e40|0c |. | heart_rate: 12 (bpm) 0x3e40-0x3e41 (1) @@ -14484,7 +14484,7 @@ $ fq -d fit dv activity_dev.fit 0x3e40| 00 | . | reserved: false 0x3e47.3-0x3e47.4 (0.1) 0x3e40| 00 | . | local_message_type: 0 0x3e47.4-0x3e48 (0.4) | | | data_message{}: 0x3e48-0x3e59 (17) -0x3e40| 49 70 b5 39 | Ip.9 | timestamp: 968192073 (s) 0x3e48-0x3e4c (4) +0x3e40| 49 70 b5 39 | Ip.9 | timestamp: 968192073 (2020-09-04T22:14:33Z) 0x3e48-0x3e4c (4) 0x3e40| 74 53 01 00| tS..| distance: 869 (86900) (m) 0x3e4c-0x3e50 (4) 0x3e50|e8 03 |.. | speed: 1 (1000) (m/s) 0x3e50-0x3e52 (2) 0x3e50| 08 | . | heart_rate: 8 (bpm) 0x3e52-0x3e53 (1) @@ -14500,7 +14500,7 @@ $ fq -d fit dv activity_dev.fit 0x3e50| 00 | . | reserved: false 0x3e59.3-0x3e59.4 (0.1) 0x3e50| 00 | . | local_message_type: 0 0x3e59.4-0x3e5a (0.4) | | | data_message{}: 0x3e5a-0x3e6b (17) -0x3e50| 4a 70 b5 39 | Jp.9 | timestamp: 968192074 (s) 0x3e5a-0x3e5e (4) +0x3e50| 4a 70 b5 39 | Jp.9 | timestamp: 968192074 (2020-09-04T22:14:34Z) 0x3e5a-0x3e5e (4) 0x3e50| d8 53| .S| distance: 870 (87000) (m) 0x3e5e-0x3e62 (4) 0x3e60|01 00 |.. | 0x3e60| e8 03 | .. | speed: 1 (1000) (m/s) 0x3e62-0x3e64 (2) @@ -14517,7 +14517,7 @@ $ fq -d fit dv activity_dev.fit 0x3e60| 00 | . | reserved: false 0x3e6b.3-0x3e6b.4 (0.1) 0x3e60| 00 | . | local_message_type: 0 0x3e6b.4-0x3e6c (0.4) | | | data_message{}: 0x3e6c-0x3e7d (17) -0x3e60| 4b 70 b5 39| Kp.9| timestamp: 968192075 (s) 0x3e6c-0x3e70 (4) +0x3e60| 4b 70 b5 39| Kp.9| timestamp: 968192075 (2020-09-04T22:14:35Z) 0x3e6c-0x3e70 (4) 0x3e70|3c 54 01 00 |q.9 | timestamp: 968192318 (s) 0x4f82-0x4f86 (4) +0x4f80| 3e 71 b5 39 | >q.9 | timestamp: 968192318 (2020-09-04T22:18:38Z) 0x4f82-0x4f86 (4) 0x4f80| 28 b3 01 00 | (... | distance: 1114 (111400) (m) 0x4f86-0x4f8a (4) 0x4f80| e8 03 | .. | speed: 1 (1000) (m/s) 0x4f8a-0x4f8c (2) 0x4f80| e0 | . | heart_rate: 224 (bpm) 0x4f8c-0x4f8d (1) @@ -18482,7 +18482,7 @@ $ fq -d fit dv activity_dev.fit 0x4f90| 00 | . | reserved: false 0x4f93.3-0x4f93.4 (0.1) 0x4f90| 00 | . | local_message_type: 0 0x4f93.4-0x4f94 (0.4) | | | data_message{}: 0x4f94-0x4fa5 (17) -0x4f90| 3f 71 b5 39 | ?q.9 | timestamp: 968192319 (s) 0x4f94-0x4f98 (4) +0x4f90| 3f 71 b5 39 | ?q.9 | timestamp: 968192319 (2020-09-04T22:18:39Z) 0x4f94-0x4f98 (4) 0x4f90| 8c b3 01 00 | .... | distance: 1115 (111500) (m) 0x4f98-0x4f9c (4) 0x4f90| e8 03 | .. | speed: 1 (1000) (m/s) 0x4f9c-0x4f9e (2) 0x4f90| e5 | . | heart_rate: 229 (bpm) 0x4f9e-0x4f9f (1) @@ -18498,7 +18498,7 @@ $ fq -d fit dv activity_dev.fit 0x4fa0| 00 | . | reserved: false 0x4fa5.3-0x4fa5.4 (0.1) 0x4fa0| 00 | . | local_message_type: 0 0x4fa5.4-0x4fa6 (0.4) | | | data_message{}: 0x4fa6-0x4fb7 (17) -0x4fa0| 40 71 b5 39 | @q.9 | timestamp: 968192320 (s) 0x4fa6-0x4faa (4) +0x4fa0| 40 71 b5 39 | @q.9 | timestamp: 968192320 (2020-09-04T22:18:40Z) 0x4fa6-0x4faa (4) 0x4fa0| f0 b3 01 00 | .... | distance: 1116 (111600) (m) 0x4faa-0x4fae (4) 0x4fa0| e8 03| ..| speed: 1 (1000) (m/s) 0x4fae-0x4fb0 (2) 0x4fb0|ea |. | heart_rate: 234 (bpm) 0x4fb0-0x4fb1 (1) @@ -18514,7 +18514,7 @@ $ fq -d fit dv activity_dev.fit 0x4fb0| 00 | . | reserved: false 0x4fb7.3-0x4fb7.4 (0.1) 0x4fb0| 00 | . | local_message_type: 0 0x4fb7.4-0x4fb8 (0.4) | | | data_message{}: 0x4fb8-0x4fc9 (17) -0x4fb0| 41 71 b5 39 | Aq.9 | timestamp: 968192321 (s) 0x4fb8-0x4fbc (4) +0x4fb0| 41 71 b5 39 | Aq.9 | timestamp: 968192321 (2020-09-04T22:18:41Z) 0x4fb8-0x4fbc (4) 0x4fb0| 54 b4 01 00| T...| distance: 1117 (111700) (m) 0x4fbc-0x4fc0 (4) 0x4fc0|e8 03 |.. | speed: 1 (1000) (m/s) 0x4fc0-0x4fc2 (2) 0x4fc0| ee | . | heart_rate: 238 (bpm) 0x4fc2-0x4fc3 (1) @@ -18530,7 +18530,7 @@ $ fq -d fit dv activity_dev.fit 0x4fc0| 00 | . | reserved: false 0x4fc9.3-0x4fc9.4 (0.1) 0x4fc0| 00 | . | local_message_type: 0 0x4fc9.4-0x4fca (0.4) | | | data_message{}: 0x4fca-0x4fdb (17) -0x4fc0| 42 71 b5 39 | Bq.9 | timestamp: 968192322 (s) 0x4fca-0x4fce (4) +0x4fc0| 42 71 b5 39 | Bq.9 | timestamp: 968192322 (2020-09-04T22:18:42Z) 0x4fca-0x4fce (4) 0x4fc0| b8 b4| ..| distance: 1118 (111800) (m) 0x4fce-0x4fd2 (4) 0x4fd0|01 00 |.. | 0x4fd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x4fd2-0x4fd4 (2) @@ -18547,7 +18547,7 @@ $ fq -d fit dv activity_dev.fit 0x4fd0| 00 | . | reserved: false 0x4fdb.3-0x4fdb.4 (0.1) 0x4fd0| 00 | . | local_message_type: 0 0x4fdb.4-0x4fdc (0.4) | | | data_message{}: 0x4fdc-0x4fed (17) -0x4fd0| 43 71 b5 39| Cq.9| timestamp: 968192323 (s) 0x4fdc-0x4fe0 (4) +0x4fd0| 43 71 b5 39| Cq.9| timestamp: 968192323 (2020-09-04T22:18:43Z) 0x4fdc-0x4fe0 (4) 0x4fe0|1c b5 01 00 |.... | distance: 1119 (111900) (m) 0x4fe0-0x4fe4 (4) 0x4fe0| e8 03 | .. | speed: 1 (1000) (m/s) 0x4fe4-0x4fe6 (2) 0x4fe0| f5 | . | heart_rate: 245 (bpm) 0x4fe6-0x4fe7 (1) @@ -18563,7 +18563,7 @@ $ fq -d fit dv activity_dev.fit 0x4fe0| 00 | . | reserved: false 0x4fed.3-0x4fed.4 (0.1) 0x4fe0| 00 | . | local_message_type: 0 0x4fed.4-0x4fee (0.4) | | | data_message{}: 0x4fee-0x4fff (17) -0x4fe0| 44 71| Dq| timestamp: 968192324 (s) 0x4fee-0x4ff2 (4) +0x4fe0| 44 71| Dq| timestamp: 968192324 (2020-09-04T22:18:44Z) 0x4fee-0x4ff2 (4) 0x4ff0|b5 39 |.9 | 0x4ff0| 80 b5 01 00 | .... | distance: 1120 (112000) (m) 0x4ff2-0x4ff6 (4) 0x4ff0| e8 03 | .. | speed: 1 (1000) (m/s) 0x4ff6-0x4ff8 (2) @@ -18580,7 +18580,7 @@ $ fq -d fit dv activity_dev.fit 0x4ff0| 00| .| reserved: false 0x4fff.3-0x4fff.4 (0.1) 0x4ff0| 00| .| local_message_type: 0 0x4fff.4-0x5000 (0.4) | | | data_message{}: 0x5000-0x5011 (17) -0x5000|45 71 b5 39 |Eq.9 | timestamp: 968192325 (s) 0x5000-0x5004 (4) +0x5000|45 71 b5 39 |Eq.9 | timestamp: 968192325 (2020-09-04T22:18:45Z) 0x5000-0x5004 (4) 0x5000| e4 b5 01 00 | .... | distance: 1121 (112100) (m) 0x5004-0x5008 (4) 0x5000| e8 03 | .. | speed: 1 (1000) (m/s) 0x5008-0x500a (2) 0x5000| fa | . | heart_rate: 250 (bpm) 0x500a-0x500b (1) @@ -18596,7 +18596,7 @@ $ fq -d fit dv activity_dev.fit 0x5010| 00 | . | reserved: false 0x5011.3-0x5011.4 (0.1) 0x5010| 00 | . | local_message_type: 0 0x5011.4-0x5012 (0.4) | | | data_message{}: 0x5012-0x5023 (17) -0x5010| 46 71 b5 39 | Fq.9 | timestamp: 968192326 (s) 0x5012-0x5016 (4) +0x5010| 46 71 b5 39 | Fq.9 | timestamp: 968192326 (2020-09-04T22:18:46Z) 0x5012-0x5016 (4) 0x5010| 48 b6 01 00 | H... | distance: 1122 (112200) (m) 0x5016-0x501a (4) 0x5010| e8 03 | .. | speed: 1 (1000) (m/s) 0x501a-0x501c (2) 0x5010| fb | . | heart_rate: 251 (bpm) 0x501c-0x501d (1) @@ -18612,7 +18612,7 @@ $ fq -d fit dv activity_dev.fit 0x5020| 00 | . | reserved: false 0x5023.3-0x5023.4 (0.1) 0x5020| 00 | . | local_message_type: 0 0x5023.4-0x5024 (0.4) | | | data_message{}: 0x5024-0x5035 (17) -0x5020| 47 71 b5 39 | Gq.9 | timestamp: 968192327 (s) 0x5024-0x5028 (4) +0x5020| 47 71 b5 39 | Gq.9 | timestamp: 968192327 (2020-09-04T22:18:47Z) 0x5024-0x5028 (4) 0x5020| ac b6 01 00 | .... | distance: 1123 (112300) (m) 0x5028-0x502c (4) 0x5020| e8 03 | .. | speed: 1 (1000) (m/s) 0x502c-0x502e (2) 0x5020| fc | . | heart_rate: 252 (bpm) 0x502e-0x502f (1) @@ -18628,7 +18628,7 @@ $ fq -d fit dv activity_dev.fit 0x5030| 00 | . | reserved: false 0x5035.3-0x5035.4 (0.1) 0x5030| 00 | . | local_message_type: 0 0x5035.4-0x5036 (0.4) | | | data_message{}: 0x5036-0x5047 (17) -0x5030| 48 71 b5 39 | Hq.9 | timestamp: 968192328 (s) 0x5036-0x503a (4) +0x5030| 48 71 b5 39 | Hq.9 | timestamp: 968192328 (2020-09-04T22:18:48Z) 0x5036-0x503a (4) 0x5030| 10 b7 01 00 | .... | distance: 1124 (112400) (m) 0x503a-0x503e (4) 0x5030| e8 03| ..| speed: 1 (1000) (m/s) 0x503e-0x5040 (2) 0x5040|fd |. | heart_rate: 253 (bpm) 0x5040-0x5041 (1) @@ -18644,7 +18644,7 @@ $ fq -d fit dv activity_dev.fit 0x5040| 00 | . | reserved: false 0x5047.3-0x5047.4 (0.1) 0x5040| 00 | . | local_message_type: 0 0x5047.4-0x5048 (0.4) | | | data_message{}: 0x5048-0x5059 (17) -0x5040| 49 71 b5 39 | Iq.9 | timestamp: 968192329 (s) 0x5048-0x504c (4) +0x5040| 49 71 b5 39 | Iq.9 | timestamp: 968192329 (2020-09-04T22:18:49Z) 0x5048-0x504c (4) 0x5040| 74 b7 01 00| t...| distance: 1125 (112500) (m) 0x504c-0x5050 (4) 0x5050|e8 03 |.. | speed: 1 (1000) (m/s) 0x5050-0x5052 (2) 0x5050| fe | . | heart_rate: 254 (bpm) 0x5052-0x5053 (1) @@ -18660,7 +18660,7 @@ $ fq -d fit dv activity_dev.fit 0x5050| 00 | . | reserved: false 0x5059.3-0x5059.4 (0.1) 0x5050| 00 | . | local_message_type: 0 0x5059.4-0x505a (0.4) | | | data_message{}: 0x505a-0x506b (17) -0x5050| 4a 71 b5 39 | Jq.9 | timestamp: 968192330 (s) 0x505a-0x505e (4) +0x5050| 4a 71 b5 39 | Jq.9 | timestamp: 968192330 (2020-09-04T22:18:50Z) 0x505a-0x505e (4) 0x5050| d8 b7| ..| distance: 1126 (112600) (m) 0x505e-0x5062 (4) 0x5060|01 00 |.. | 0x5060| e8 03 | .. | speed: 1 (1000) (m/s) 0x5062-0x5064 (2) @@ -18677,7 +18677,7 @@ $ fq -d fit dv activity_dev.fit 0x5060| 00 | . | reserved: false 0x506b.3-0x506b.4 (0.1) 0x5060| 00 | . | local_message_type: 0 0x506b.4-0x506c (0.4) | | | data_message{}: 0x506c-0x507d (17) -0x5060| 4b 71 b5 39| Kq.9| timestamp: 968192331 (s) 0x506c-0x5070 (4) +0x5060| 4b 71 b5 39| Kq.9| timestamp: 968192331 (2020-09-04T22:18:51Z) 0x506c-0x5070 (4) 0x5070|3c b8 01 00 |<... | distance: 1127 (112700) (m) 0x5070-0x5074 (4) 0x5070| e8 03 | .. | speed: 1 (1000) (m/s) 0x5074-0x5076 (2) 0x5070| fc | . | heart_rate: 252 (bpm) 0x5076-0x5077 (1) @@ -18693,7 +18693,7 @@ $ fq -d fit dv activity_dev.fit 0x5070| 00 | . | reserved: false 0x507d.3-0x507d.4 (0.1) 0x5070| 00 | . | local_message_type: 0 0x507d.4-0x507e (0.4) | | | data_message{}: 0x507e-0x508f (17) -0x5070| 4c 71| Lq| timestamp: 968192332 (s) 0x507e-0x5082 (4) +0x5070| 4c 71| Lq| timestamp: 968192332 (2020-09-04T22:18:52Z) 0x507e-0x5082 (4) 0x5080|b5 39 |.9 | 0x5080| a0 b8 01 00 | .... | distance: 1128 (112800) (m) 0x5082-0x5086 (4) 0x5080| e8 03 | .. | speed: 1 (1000) (m/s) 0x5086-0x5088 (2) @@ -18710,7 +18710,7 @@ $ fq -d fit dv activity_dev.fit 0x5080| 00| .| reserved: false 0x508f.3-0x508f.4 (0.1) 0x5080| 00| .| local_message_type: 0 0x508f.4-0x5090 (0.4) | | | data_message{}: 0x5090-0x50a1 (17) -0x5090|4d 71 b5 39 |Mq.9 | timestamp: 968192333 (s) 0x5090-0x5094 (4) +0x5090|4d 71 b5 39 |Mq.9 | timestamp: 968192333 (2020-09-04T22:18:53Z) 0x5090-0x5094 (4) 0x5090| 04 b9 01 00 | .... | distance: 1129 (112900) (m) 0x5094-0x5098 (4) 0x5090| e8 03 | .. | speed: 1 (1000) (m/s) 0x5098-0x509a (2) 0x5090| fa | . | heart_rate: 250 (bpm) 0x509a-0x509b (1) @@ -18726,7 +18726,7 @@ $ fq -d fit dv activity_dev.fit 0x50a0| 00 | . | reserved: false 0x50a1.3-0x50a1.4 (0.1) 0x50a0| 00 | . | local_message_type: 0 0x50a1.4-0x50a2 (0.4) | | | data_message{}: 0x50a2-0x50b3 (17) -0x50a0| 4e 71 b5 39 | Nq.9 | timestamp: 968192334 (s) 0x50a2-0x50a6 (4) +0x50a0| 4e 71 b5 39 | Nq.9 | timestamp: 968192334 (2020-09-04T22:18:54Z) 0x50a2-0x50a6 (4) 0x50a0| 68 b9 01 00 | h... | distance: 1130 (113000) (m) 0x50a6-0x50aa (4) 0x50a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x50aa-0x50ac (2) 0x50a0| f7 | . | heart_rate: 247 (bpm) 0x50ac-0x50ad (1) @@ -18742,7 +18742,7 @@ $ fq -d fit dv activity_dev.fit 0x50b0| 00 | . | reserved: false 0x50b3.3-0x50b3.4 (0.1) 0x50b0| 00 | . | local_message_type: 0 0x50b3.4-0x50b4 (0.4) | | | data_message{}: 0x50b4-0x50c5 (17) -0x50b0| 4f 71 b5 39 | Oq.9 | timestamp: 968192335 (s) 0x50b4-0x50b8 (4) +0x50b0| 4f 71 b5 39 | Oq.9 | timestamp: 968192335 (2020-09-04T22:18:55Z) 0x50b4-0x50b8 (4) 0x50b0| cc b9 01 00 | .... | distance: 1131 (113100) (m) 0x50b8-0x50bc (4) 0x50b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x50bc-0x50be (2) 0x50b0| f5 | . | heart_rate: 245 (bpm) 0x50be-0x50bf (1) @@ -18758,7 +18758,7 @@ $ fq -d fit dv activity_dev.fit 0x50c0| 00 | . | reserved: false 0x50c5.3-0x50c5.4 (0.1) 0x50c0| 00 | . | local_message_type: 0 0x50c5.4-0x50c6 (0.4) | | | data_message{}: 0x50c6-0x50d7 (17) -0x50c0| 50 71 b5 39 | Pq.9 | timestamp: 968192336 (s) 0x50c6-0x50ca (4) +0x50c0| 50 71 b5 39 | Pq.9 | timestamp: 968192336 (2020-09-04T22:18:56Z) 0x50c6-0x50ca (4) 0x50c0| 30 ba 01 00 | 0... | distance: 1132 (113200) (m) 0x50ca-0x50ce (4) 0x50c0| e8 03| ..| speed: 1 (1000) (m/s) 0x50ce-0x50d0 (2) 0x50d0|f1 |. | heart_rate: 241 (bpm) 0x50d0-0x50d1 (1) @@ -18774,7 +18774,7 @@ $ fq -d fit dv activity_dev.fit 0x50d0| 00 | . | reserved: false 0x50d7.3-0x50d7.4 (0.1) 0x50d0| 00 | . | local_message_type: 0 0x50d7.4-0x50d8 (0.4) | | | data_message{}: 0x50d8-0x50e9 (17) -0x50d0| 51 71 b5 39 | Qq.9 | timestamp: 968192337 (s) 0x50d8-0x50dc (4) +0x50d0| 51 71 b5 39 | Qq.9 | timestamp: 968192337 (2020-09-04T22:18:57Z) 0x50d8-0x50dc (4) 0x50d0| 94 ba 01 00| ....| distance: 1133 (113300) (m) 0x50dc-0x50e0 (4) 0x50e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x50e0-0x50e2 (2) 0x50e0| ee | . | heart_rate: 238 (bpm) 0x50e2-0x50e3 (1) @@ -18790,7 +18790,7 @@ $ fq -d fit dv activity_dev.fit 0x50e0| 00 | . | reserved: false 0x50e9.3-0x50e9.4 (0.1) 0x50e0| 00 | . | local_message_type: 0 0x50e9.4-0x50ea (0.4) | | | data_message{}: 0x50ea-0x50fb (17) -0x50e0| 52 71 b5 39 | Rq.9 | timestamp: 968192338 (s) 0x50ea-0x50ee (4) +0x50e0| 52 71 b5 39 | Rq.9 | timestamp: 968192338 (2020-09-04T22:18:58Z) 0x50ea-0x50ee (4) 0x50e0| f8 ba| ..| distance: 1134 (113400) (m) 0x50ee-0x50f2 (4) 0x50f0|01 00 |.. | 0x50f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x50f2-0x50f4 (2) @@ -18807,7 +18807,7 @@ $ fq -d fit dv activity_dev.fit 0x50f0| 00 | . | reserved: false 0x50fb.3-0x50fb.4 (0.1) 0x50f0| 00 | . | local_message_type: 0 0x50fb.4-0x50fc (0.4) | | | data_message{}: 0x50fc-0x510d (17) -0x50f0| 53 71 b5 39| Sq.9| timestamp: 968192339 (s) 0x50fc-0x5100 (4) +0x50f0| 53 71 b5 39| Sq.9| timestamp: 968192339 (2020-09-04T22:18:59Z) 0x50fc-0x5100 (4) 0x5100|5c bb 01 00 |\... | distance: 1135 (113500) (m) 0x5100-0x5104 (4) 0x5100| e8 03 | .. | speed: 1 (1000) (m/s) 0x5104-0x5106 (2) 0x5100| e5 | . | heart_rate: 229 (bpm) 0x5106-0x5107 (1) @@ -18823,7 +18823,7 @@ $ fq -d fit dv activity_dev.fit 0x5100| 00 | . | reserved: false 0x510d.3-0x510d.4 (0.1) 0x5100| 00 | . | local_message_type: 0 0x510d.4-0x510e (0.4) | | | data_message{}: 0x510e-0x511f (17) -0x5100| 54 71| Tq| timestamp: 968192340 (s) 0x510e-0x5112 (4) +0x5100| 54 71| Tq| timestamp: 968192340 (2020-09-04T22:19:00Z) 0x510e-0x5112 (4) 0x5110|b5 39 |.9 | 0x5110| c0 bb 01 00 | .... | distance: 1136 (113600) (m) 0x5112-0x5116 (4) 0x5110| e8 03 | .. | speed: 1 (1000) (m/s) 0x5116-0x5118 (2) @@ -18840,7 +18840,7 @@ $ fq -d fit dv activity_dev.fit 0x5110| 00| .| reserved: false 0x511f.3-0x511f.4 (0.1) 0x5110| 00| .| local_message_type: 0 0x511f.4-0x5120 (0.4) | | | data_message{}: 0x5120-0x5131 (17) -0x5120|55 71 b5 39 |Uq.9 | timestamp: 968192341 (s) 0x5120-0x5124 (4) +0x5120|55 71 b5 39 |Uq.9 | timestamp: 968192341 (2020-09-04T22:19:01Z) 0x5120-0x5124 (4) 0x5120| 24 bc 01 00 | $... | distance: 1137 (113700) (m) 0x5124-0x5128 (4) 0x5120| e8 03 | .. | speed: 1 (1000) (m/s) 0x5128-0x512a (2) 0x5120| db | . | heart_rate: 219 (bpm) 0x512a-0x512b (1) @@ -18856,7 +18856,7 @@ $ fq -d fit dv activity_dev.fit 0x5130| 00 | . | reserved: false 0x5131.3-0x5131.4 (0.1) 0x5130| 00 | . | local_message_type: 0 0x5131.4-0x5132 (0.4) | | | data_message{}: 0x5132-0x5143 (17) -0x5130| 56 71 b5 39 | Vq.9 | timestamp: 968192342 (s) 0x5132-0x5136 (4) +0x5130| 56 71 b5 39 | Vq.9 | timestamp: 968192342 (2020-09-04T22:19:02Z) 0x5132-0x5136 (4) 0x5130| 88 bc 01 00 | .... | distance: 1138 (113800) (m) 0x5136-0x513a (4) 0x5130| e8 03 | .. | speed: 1 (1000) (m/s) 0x513a-0x513c (2) 0x5130| d5 | . | heart_rate: 213 (bpm) 0x513c-0x513d (1) @@ -18872,7 +18872,7 @@ $ fq -d fit dv activity_dev.fit 0x5140| 00 | . | reserved: false 0x5143.3-0x5143.4 (0.1) 0x5140| 00 | . | local_message_type: 0 0x5143.4-0x5144 (0.4) | | | data_message{}: 0x5144-0x5155 (17) -0x5140| 57 71 b5 39 | Wq.9 | timestamp: 968192343 (s) 0x5144-0x5148 (4) +0x5140| 57 71 b5 39 | Wq.9 | timestamp: 968192343 (2020-09-04T22:19:03Z) 0x5144-0x5148 (4) 0x5140| ec bc 01 00 | .... | distance: 1139 (113900) (m) 0x5148-0x514c (4) 0x5140| e8 03 | .. | speed: 1 (1000) (m/s) 0x514c-0x514e (2) 0x5140| cf | . | heart_rate: 207 (bpm) 0x514e-0x514f (1) @@ -18888,7 +18888,7 @@ $ fq -d fit dv activity_dev.fit 0x5150| 00 | . | reserved: false 0x5155.3-0x5155.4 (0.1) 0x5150| 00 | . | local_message_type: 0 0x5155.4-0x5156 (0.4) | | | data_message{}: 0x5156-0x5167 (17) -0x5150| 58 71 b5 39 | Xq.9 | timestamp: 968192344 (s) 0x5156-0x515a (4) +0x5150| 58 71 b5 39 | Xq.9 | timestamp: 968192344 (2020-09-04T22:19:04Z) 0x5156-0x515a (4) 0x5150| 50 bd 01 00 | P... | distance: 1140 (114000) (m) 0x515a-0x515e (4) 0x5150| e8 03| ..| speed: 1 (1000) (m/s) 0x515e-0x5160 (2) 0x5160|c9 |. | heart_rate: 201 (bpm) 0x5160-0x5161 (1) @@ -18904,7 +18904,7 @@ $ fq -d fit dv activity_dev.fit 0x5160| 00 | . | reserved: false 0x5167.3-0x5167.4 (0.1) 0x5160| 00 | . | local_message_type: 0 0x5167.4-0x5168 (0.4) | | | data_message{}: 0x5168-0x5179 (17) -0x5160| 59 71 b5 39 | Yq.9 | timestamp: 968192345 (s) 0x5168-0x516c (4) +0x5160| 59 71 b5 39 | Yq.9 | timestamp: 968192345 (2020-09-04T22:19:05Z) 0x5168-0x516c (4) 0x5160| b4 bd 01 00| ....| distance: 1141 (114100) (m) 0x516c-0x5170 (4) 0x5170|e8 03 |.. | speed: 1 (1000) (m/s) 0x5170-0x5172 (2) 0x5170| c3 | . | heart_rate: 195 (bpm) 0x5172-0x5173 (1) @@ -18920,7 +18920,7 @@ $ fq -d fit dv activity_dev.fit 0x5170| 00 | . | reserved: false 0x5179.3-0x5179.4 (0.1) 0x5170| 00 | . | local_message_type: 0 0x5179.4-0x517a (0.4) | | | data_message{}: 0x517a-0x518b (17) -0x5170| 5a 71 b5 39 | Zq.9 | timestamp: 968192346 (s) 0x517a-0x517e (4) +0x5170| 5a 71 b5 39 | Zq.9 | timestamp: 968192346 (2020-09-04T22:19:06Z) 0x517a-0x517e (4) 0x5170| 18 be| ..| distance: 1142 (114200) (m) 0x517e-0x5182 (4) 0x5180|01 00 |.. | 0x5180| e8 03 | .. | speed: 1 (1000) (m/s) 0x5182-0x5184 (2) @@ -18937,7 +18937,7 @@ $ fq -d fit dv activity_dev.fit 0x5180| 00 | . | reserved: false 0x518b.3-0x518b.4 (0.1) 0x5180| 00 | . | local_message_type: 0 0x518b.4-0x518c (0.4) | | | data_message{}: 0x518c-0x519d (17) -0x5180| 5b 71 b5 39| [q.9| timestamp: 968192347 (s) 0x518c-0x5190 (4) +0x5180| 5b 71 b5 39| [q.9| timestamp: 968192347 (2020-09-04T22:19:07Z) 0x518c-0x5190 (4) 0x5190|7c be 01 00 ||... | distance: 1143 (114300) (m) 0x5190-0x5194 (4) 0x5190| e8 03 | .. | speed: 1 (1000) (m/s) 0x5194-0x5196 (2) 0x5190| b5 | . | heart_rate: 181 (bpm) 0x5196-0x5197 (1) @@ -18953,7 +18953,7 @@ $ fq -d fit dv activity_dev.fit 0x5190| 00 | . | reserved: false 0x519d.3-0x519d.4 (0.1) 0x5190| 00 | . | local_message_type: 0 0x519d.4-0x519e (0.4) | | | data_message{}: 0x519e-0x51af (17) -0x5190| 5c 71| \q| timestamp: 968192348 (s) 0x519e-0x51a2 (4) +0x5190| 5c 71| \q| timestamp: 968192348 (2020-09-04T22:19:08Z) 0x519e-0x51a2 (4) 0x51a0|b5 39 |.9 | 0x51a0| e0 be 01 00 | .... | distance: 1144 (114400) (m) 0x51a2-0x51a6 (4) 0x51a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x51a6-0x51a8 (2) @@ -18970,7 +18970,7 @@ $ fq -d fit dv activity_dev.fit 0x51a0| 00| .| reserved: false 0x51af.3-0x51af.4 (0.1) 0x51a0| 00| .| local_message_type: 0 0x51af.4-0x51b0 (0.4) | | | data_message{}: 0x51b0-0x51c1 (17) -0x51b0|5d 71 b5 39 |]q.9 | timestamp: 968192349 (s) 0x51b0-0x51b4 (4) +0x51b0|5d 71 b5 39 |]q.9 | timestamp: 968192349 (2020-09-04T22:19:09Z) 0x51b0-0x51b4 (4) 0x51b0| 44 bf 01 00 | D... | distance: 1145 (114500) (m) 0x51b4-0x51b8 (4) 0x51b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x51b8-0x51ba (2) 0x51b0| a6 | . | heart_rate: 166 (bpm) 0x51ba-0x51bb (1) @@ -18986,7 +18986,7 @@ $ fq -d fit dv activity_dev.fit 0x51c0| 00 | . | reserved: false 0x51c1.3-0x51c1.4 (0.1) 0x51c0| 00 | . | local_message_type: 0 0x51c1.4-0x51c2 (0.4) | | | data_message{}: 0x51c2-0x51d3 (17) -0x51c0| 5e 71 b5 39 | ^q.9 | timestamp: 968192350 (s) 0x51c2-0x51c6 (4) +0x51c0| 5e 71 b5 39 | ^q.9 | timestamp: 968192350 (2020-09-04T22:19:10Z) 0x51c2-0x51c6 (4) 0x51c0| a8 bf 01 00 | .... | distance: 1146 (114600) (m) 0x51c6-0x51ca (4) 0x51c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x51ca-0x51cc (2) 0x51c0| 9e | . | heart_rate: 158 (bpm) 0x51cc-0x51cd (1) @@ -19002,7 +19002,7 @@ $ fq -d fit dv activity_dev.fit 0x51d0| 00 | . | reserved: false 0x51d3.3-0x51d3.4 (0.1) 0x51d0| 00 | . | local_message_type: 0 0x51d3.4-0x51d4 (0.4) | | | data_message{}: 0x51d4-0x51e5 (17) -0x51d0| 5f 71 b5 39 | _q.9 | timestamp: 968192351 (s) 0x51d4-0x51d8 (4) +0x51d0| 5f 71 b5 39 | _q.9 | timestamp: 968192351 (2020-09-04T22:19:11Z) 0x51d4-0x51d8 (4) 0x51d0| 0c c0 01 00 | .... | distance: 1147 (114700) (m) 0x51d8-0x51dc (4) 0x51d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x51dc-0x51de (2) 0x51d0| 96 | . | heart_rate: 150 (bpm) 0x51de-0x51df (1) @@ -19018,7 +19018,7 @@ $ fq -d fit dv activity_dev.fit 0x51e0| 00 | . | reserved: false 0x51e5.3-0x51e5.4 (0.1) 0x51e0| 00 | . | local_message_type: 0 0x51e5.4-0x51e6 (0.4) | | | data_message{}: 0x51e6-0x51f7 (17) -0x51e0| 60 71 b5 39 | `q.9 | timestamp: 968192352 (s) 0x51e6-0x51ea (4) +0x51e0| 60 71 b5 39 | `q.9 | timestamp: 968192352 (2020-09-04T22:19:12Z) 0x51e6-0x51ea (4) 0x51e0| 70 c0 01 00 | p... | distance: 1148 (114800) (m) 0x51ea-0x51ee (4) 0x51e0| e8 03| ..| speed: 1 (1000) (m/s) 0x51ee-0x51f0 (2) 0x51f0|8e |. | heart_rate: 142 (bpm) 0x51f0-0x51f1 (1) @@ -19034,7 +19034,7 @@ $ fq -d fit dv activity_dev.fit 0x51f0| 00 | . | reserved: false 0x51f7.3-0x51f7.4 (0.1) 0x51f0| 00 | . | local_message_type: 0 0x51f7.4-0x51f8 (0.4) | | | data_message{}: 0x51f8-0x5209 (17) -0x51f0| 61 71 b5 39 | aq.9 | timestamp: 968192353 (s) 0x51f8-0x51fc (4) +0x51f0| 61 71 b5 39 | aq.9 | timestamp: 968192353 (2020-09-04T22:19:13Z) 0x51f8-0x51fc (4) 0x51f0| d4 c0 01 00| ....| distance: 1149 (114900) (m) 0x51fc-0x5200 (4) 0x5200|e8 03 |.. | speed: 1 (1000) (m/s) 0x5200-0x5202 (2) 0x5200| 86 | . | heart_rate: 134 (bpm) 0x5202-0x5203 (1) @@ -19050,7 +19050,7 @@ $ fq -d fit dv activity_dev.fit 0x5200| 00 | . | reserved: false 0x5209.3-0x5209.4 (0.1) 0x5200| 00 | . | local_message_type: 0 0x5209.4-0x520a (0.4) | | | data_message{}: 0x520a-0x521b (17) -0x5200| 62 71 b5 39 | bq.9 | timestamp: 968192354 (s) 0x520a-0x520e (4) +0x5200| 62 71 b5 39 | bq.9 | timestamp: 968192354 (2020-09-04T22:19:14Z) 0x520a-0x520e (4) 0x5200| 38 c1| 8.| distance: 1150 (115000) (m) 0x520e-0x5212 (4) 0x5210|01 00 |.. | 0x5210| e8 03 | .. | speed: 1 (1000) (m/s) 0x5212-0x5214 (2) @@ -19067,7 +19067,7 @@ $ fq -d fit dv activity_dev.fit 0x5210| 00 | . | reserved: false 0x521b.3-0x521b.4 (0.1) 0x5210| 00 | . | local_message_type: 0 0x521b.4-0x521c (0.4) | | | data_message{}: 0x521c-0x522d (17) -0x5210| 63 71 b5 39| cq.9| timestamp: 968192355 (s) 0x521c-0x5220 (4) +0x5210| 63 71 b5 39| cq.9| timestamp: 968192355 (2020-09-04T22:19:15Z) 0x521c-0x5220 (4) 0x5220|9c c1 01 00 |.... | distance: 1151 (115100) (m) 0x5220-0x5224 (4) 0x5220| e8 03 | .. | speed: 1 (1000) (m/s) 0x5224-0x5226 (2) 0x5220| 77 | w | heart_rate: 119 (bpm) 0x5226-0x5227 (1) @@ -19083,7 +19083,7 @@ $ fq -d fit dv activity_dev.fit 0x5220| 00 | . | reserved: false 0x522d.3-0x522d.4 (0.1) 0x5220| 00 | . | local_message_type: 0 0x522d.4-0x522e (0.4) | | | data_message{}: 0x522e-0x523f (17) -0x5220| 64 71| dq| timestamp: 968192356 (s) 0x522e-0x5232 (4) +0x5220| 64 71| dq| timestamp: 968192356 (2020-09-04T22:19:16Z) 0x522e-0x5232 (4) 0x5230|b5 39 |.9 | 0x5230| 00 c2 01 00 | .... | distance: 1152 (115200) (m) 0x5232-0x5236 (4) 0x5230| e8 03 | .. | speed: 1 (1000) (m/s) 0x5236-0x5238 (2) @@ -19100,7 +19100,7 @@ $ fq -d fit dv activity_dev.fit 0x5230| 00| .| reserved: false 0x523f.3-0x523f.4 (0.1) 0x5230| 00| .| local_message_type: 0 0x523f.4-0x5240 (0.4) | | | data_message{}: 0x5240-0x5251 (17) -0x5240|65 71 b5 39 |eq.9 | timestamp: 968192357 (s) 0x5240-0x5244 (4) +0x5240|65 71 b5 39 |eq.9 | timestamp: 968192357 (2020-09-04T22:19:17Z) 0x5240-0x5244 (4) 0x5240| 64 c2 01 00 | d... | distance: 1153 (115300) (m) 0x5244-0x5248 (4) 0x5240| e8 03 | .. | speed: 1 (1000) (m/s) 0x5248-0x524a (2) 0x5240| 67 | g | heart_rate: 103 (bpm) 0x524a-0x524b (1) @@ -19116,7 +19116,7 @@ $ fq -d fit dv activity_dev.fit 0x5250| 00 | . | reserved: false 0x5251.3-0x5251.4 (0.1) 0x5250| 00 | . | local_message_type: 0 0x5251.4-0x5252 (0.4) | | | data_message{}: 0x5252-0x5263 (17) -0x5250| 66 71 b5 39 | fq.9 | timestamp: 968192358 (s) 0x5252-0x5256 (4) +0x5250| 66 71 b5 39 | fq.9 | timestamp: 968192358 (2020-09-04T22:19:18Z) 0x5252-0x5256 (4) 0x5250| c8 c2 01 00 | .... | distance: 1154 (115400) (m) 0x5256-0x525a (4) 0x5250| e8 03 | .. | speed: 1 (1000) (m/s) 0x525a-0x525c (2) 0x5250| 5f | _ | heart_rate: 95 (bpm) 0x525c-0x525d (1) @@ -19132,7 +19132,7 @@ $ fq -d fit dv activity_dev.fit 0x5260| 00 | . | reserved: false 0x5263.3-0x5263.4 (0.1) 0x5260| 00 | . | local_message_type: 0 0x5263.4-0x5264 (0.4) | | | data_message{}: 0x5264-0x5275 (17) -0x5260| 67 71 b5 39 | gq.9 | timestamp: 968192359 (s) 0x5264-0x5268 (4) +0x5260| 67 71 b5 39 | gq.9 | timestamp: 968192359 (2020-09-04T22:19:19Z) 0x5264-0x5268 (4) 0x5260| 2c c3 01 00 | ,... | distance: 1155 (115500) (m) 0x5268-0x526c (4) 0x5260| e8 03 | .. | speed: 1 (1000) (m/s) 0x526c-0x526e (2) 0x5260| 57 | W | heart_rate: 87 (bpm) 0x526e-0x526f (1) @@ -19148,7 +19148,7 @@ $ fq -d fit dv activity_dev.fit 0x5270| 00 | . | reserved: false 0x5275.3-0x5275.4 (0.1) 0x5270| 00 | . | local_message_type: 0 0x5275.4-0x5276 (0.4) | | | data_message{}: 0x5276-0x5287 (17) -0x5270| 68 71 b5 39 | hq.9 | timestamp: 968192360 (s) 0x5276-0x527a (4) +0x5270| 68 71 b5 39 | hq.9 | timestamp: 968192360 (2020-09-04T22:19:20Z) 0x5276-0x527a (4) 0x5270| 90 c3 01 00 | .... | distance: 1156 (115600) (m) 0x527a-0x527e (4) 0x5270| e8 03| ..| speed: 1 (1000) (m/s) 0x527e-0x5280 (2) 0x5280|50 |P | heart_rate: 80 (bpm) 0x5280-0x5281 (1) @@ -19164,7 +19164,7 @@ $ fq -d fit dv activity_dev.fit 0x5280| 00 | . | reserved: false 0x5287.3-0x5287.4 (0.1) 0x5280| 00 | . | local_message_type: 0 0x5287.4-0x5288 (0.4) | | | data_message{}: 0x5288-0x5299 (17) -0x5280| 69 71 b5 39 | iq.9 | timestamp: 968192361 (s) 0x5288-0x528c (4) +0x5280| 69 71 b5 39 | iq.9 | timestamp: 968192361 (2020-09-04T22:19:21Z) 0x5288-0x528c (4) 0x5280| f4 c3 01 00| ....| distance: 1157 (115700) (m) 0x528c-0x5290 (4) 0x5290|e8 03 |.. | speed: 1 (1000) (m/s) 0x5290-0x5292 (2) 0x5290| 48 | H | heart_rate: 72 (bpm) 0x5292-0x5293 (1) @@ -19180,7 +19180,7 @@ $ fq -d fit dv activity_dev.fit 0x5290| 00 | . | reserved: false 0x5299.3-0x5299.4 (0.1) 0x5290| 00 | . | local_message_type: 0 0x5299.4-0x529a (0.4) | | | data_message{}: 0x529a-0x52ab (17) -0x5290| 6a 71 b5 39 | jq.9 | timestamp: 968192362 (s) 0x529a-0x529e (4) +0x5290| 6a 71 b5 39 | jq.9 | timestamp: 968192362 (2020-09-04T22:19:22Z) 0x529a-0x529e (4) 0x5290| 58 c4| X.| distance: 1158 (115800) (m) 0x529e-0x52a2 (4) 0x52a0|01 00 |.. | 0x52a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x52a2-0x52a4 (2) @@ -19197,7 +19197,7 @@ $ fq -d fit dv activity_dev.fit 0x52a0| 00 | . | reserved: false 0x52ab.3-0x52ab.4 (0.1) 0x52a0| 00 | . | local_message_type: 0 0x52ab.4-0x52ac (0.4) | | | data_message{}: 0x52ac-0x52bd (17) -0x52a0| 6b 71 b5 39| kq.9| timestamp: 968192363 (s) 0x52ac-0x52b0 (4) +0x52a0| 6b 71 b5 39| kq.9| timestamp: 968192363 (2020-09-04T22:19:23Z) 0x52ac-0x52b0 (4) 0x52b0|bc c4 01 00 |.... | distance: 1159 (115900) (m) 0x52b0-0x52b4 (4) 0x52b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x52b4-0x52b6 (2) 0x52b0| 3a | : | heart_rate: 58 (bpm) 0x52b6-0x52b7 (1) @@ -19213,7 +19213,7 @@ $ fq -d fit dv activity_dev.fit 0x52b0| 00 | . | reserved: false 0x52bd.3-0x52bd.4 (0.1) 0x52b0| 00 | . | local_message_type: 0 0x52bd.4-0x52be (0.4) | | | data_message{}: 0x52be-0x52cf (17) -0x52b0| 6c 71| lq| timestamp: 968192364 (s) 0x52be-0x52c2 (4) +0x52b0| 6c 71| lq| timestamp: 968192364 (2020-09-04T22:19:24Z) 0x52be-0x52c2 (4) 0x52c0|b5 39 |.9 | 0x52c0| 20 c5 01 00 | ... | distance: 1160 (116000) (m) 0x52c2-0x52c6 (4) 0x52c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x52c6-0x52c8 (2) @@ -19230,7 +19230,7 @@ $ fq -d fit dv activity_dev.fit 0x52c0| 00| .| reserved: false 0x52cf.3-0x52cf.4 (0.1) 0x52c0| 00| .| local_message_type: 0 0x52cf.4-0x52d0 (0.4) | | | data_message{}: 0x52d0-0x52e1 (17) -0x52d0|6d 71 b5 39 |mq.9 | timestamp: 968192365 (s) 0x52d0-0x52d4 (4) +0x52d0|6d 71 b5 39 |mq.9 | timestamp: 968192365 (2020-09-04T22:19:25Z) 0x52d0-0x52d4 (4) 0x52d0| 84 c5 01 00 | .... | distance: 1161 (116100) (m) 0x52d4-0x52d8 (4) 0x52d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x52d8-0x52da (2) 0x52d0| 2e | . | heart_rate: 46 (bpm) 0x52da-0x52db (1) @@ -19246,7 +19246,7 @@ $ fq -d fit dv activity_dev.fit 0x52e0| 00 | . | reserved: false 0x52e1.3-0x52e1.4 (0.1) 0x52e0| 00 | . | local_message_type: 0 0x52e1.4-0x52e2 (0.4) | | | data_message{}: 0x52e2-0x52f3 (17) -0x52e0| 6e 71 b5 39 | nq.9 | timestamp: 968192366 (s) 0x52e2-0x52e6 (4) +0x52e0| 6e 71 b5 39 | nq.9 | timestamp: 968192366 (2020-09-04T22:19:26Z) 0x52e2-0x52e6 (4) 0x52e0| e8 c5 01 00 | .... | distance: 1162 (116200) (m) 0x52e6-0x52ea (4) 0x52e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x52ea-0x52ec (2) 0x52e0| 28 | ( | heart_rate: 40 (bpm) 0x52ec-0x52ed (1) @@ -19262,7 +19262,7 @@ $ fq -d fit dv activity_dev.fit 0x52f0| 00 | . | reserved: false 0x52f3.3-0x52f3.4 (0.1) 0x52f0| 00 | . | local_message_type: 0 0x52f3.4-0x52f4 (0.4) | | | data_message{}: 0x52f4-0x5305 (17) -0x52f0| 6f 71 b5 39 | oq.9 | timestamp: 968192367 (s) 0x52f4-0x52f8 (4) +0x52f0| 6f 71 b5 39 | oq.9 | timestamp: 968192367 (2020-09-04T22:19:27Z) 0x52f4-0x52f8 (4) 0x52f0| 4c c6 01 00 | L... | distance: 1163 (116300) (m) 0x52f8-0x52fc (4) 0x52f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x52fc-0x52fe (2) 0x52f0| 22 | " | heart_rate: 34 (bpm) 0x52fe-0x52ff (1) @@ -19278,7 +19278,7 @@ $ fq -d fit dv activity_dev.fit 0x5300| 00 | . | reserved: false 0x5305.3-0x5305.4 (0.1) 0x5300| 00 | . | local_message_type: 0 0x5305.4-0x5306 (0.4) | | | data_message{}: 0x5306-0x5317 (17) -0x5300| 70 71 b5 39 | pq.9 | timestamp: 968192368 (s) 0x5306-0x530a (4) +0x5300| 70 71 b5 39 | pq.9 | timestamp: 968192368 (2020-09-04T22:19:28Z) 0x5306-0x530a (4) 0x5300| b0 c6 01 00 | .... | distance: 1164 (116400) (m) 0x530a-0x530e (4) 0x5300| e8 03| ..| speed: 1 (1000) (m/s) 0x530e-0x5310 (2) 0x5310|1d |. | heart_rate: 29 (bpm) 0x5310-0x5311 (1) @@ -19294,7 +19294,7 @@ $ fq -d fit dv activity_dev.fit 0x5310| 00 | . | reserved: false 0x5317.3-0x5317.4 (0.1) 0x5310| 00 | . | local_message_type: 0 0x5317.4-0x5318 (0.4) | | | data_message{}: 0x5318-0x5329 (17) -0x5310| 71 71 b5 39 | qq.9 | timestamp: 968192369 (s) 0x5318-0x531c (4) +0x5310| 71 71 b5 39 | qq.9 | timestamp: 968192369 (2020-09-04T22:19:29Z) 0x5318-0x531c (4) 0x5310| 14 c7 01 00| ....| distance: 1165 (116500) (m) 0x531c-0x5320 (4) 0x5320|e8 03 |.. | speed: 1 (1000) (m/s) 0x5320-0x5322 (2) 0x5320| 18 | . | heart_rate: 24 (bpm) 0x5322-0x5323 (1) @@ -19310,7 +19310,7 @@ $ fq -d fit dv activity_dev.fit 0x5320| 00 | . | reserved: false 0x5329.3-0x5329.4 (0.1) 0x5320| 00 | . | local_message_type: 0 0x5329.4-0x532a (0.4) | | | data_message{}: 0x532a-0x533b (17) -0x5320| 72 71 b5 39 | rq.9 | timestamp: 968192370 (s) 0x532a-0x532e (4) +0x5320| 72 71 b5 39 | rq.9 | timestamp: 968192370 (2020-09-04T22:19:30Z) 0x532a-0x532e (4) 0x5320| 78 c7| x.| distance: 1166 (116600) (m) 0x532e-0x5332 (4) 0x5330|01 00 |.. | 0x5330| e8 03 | .. | speed: 1 (1000) (m/s) 0x5332-0x5334 (2) @@ -19327,7 +19327,7 @@ $ fq -d fit dv activity_dev.fit 0x5330| 00 | . | reserved: false 0x533b.3-0x533b.4 (0.1) 0x5330| 00 | . | local_message_type: 0 0x533b.4-0x533c (0.4) | | | data_message{}: 0x533c-0x534d (17) -0x5330| 73 71 b5 39| sq.9| timestamp: 968192371 (s) 0x533c-0x5340 (4) +0x5330| 73 71 b5 39| sq.9| timestamp: 968192371 (2020-09-04T22:19:31Z) 0x533c-0x5340 (4) 0x5340|dc c7 01 00 |.... | distance: 1167 (116700) (m) 0x5340-0x5344 (4) 0x5340| e8 03 | .. | speed: 1 (1000) (m/s) 0x5344-0x5346 (2) 0x5340| 0f | . | heart_rate: 15 (bpm) 0x5346-0x5347 (1) @@ -19343,7 +19343,7 @@ $ fq -d fit dv activity_dev.fit 0x5340| 00 | . | reserved: false 0x534d.3-0x534d.4 (0.1) 0x5340| 00 | . | local_message_type: 0 0x534d.4-0x534e (0.4) | | | data_message{}: 0x534e-0x535f (17) -0x5340| 74 71| tq| timestamp: 968192372 (s) 0x534e-0x5352 (4) +0x5340| 74 71| tq| timestamp: 968192372 (2020-09-04T22:19:32Z) 0x534e-0x5352 (4) 0x5350|b5 39 |.9 | 0x5350| 40 c8 01 00 | @... | distance: 1168 (116800) (m) 0x5352-0x5356 (4) 0x5350| e8 03 | .. | speed: 1 (1000) (m/s) 0x5356-0x5358 (2) @@ -19360,7 +19360,7 @@ $ fq -d fit dv activity_dev.fit 0x5350| 00| .| reserved: false 0x535f.3-0x535f.4 (0.1) 0x5350| 00| .| local_message_type: 0 0x535f.4-0x5360 (0.4) | | | data_message{}: 0x5360-0x5371 (17) -0x5360|75 71 b5 39 |uq.9 | timestamp: 968192373 (s) 0x5360-0x5364 (4) +0x5360|75 71 b5 39 |uq.9 | timestamp: 968192373 (2020-09-04T22:19:33Z) 0x5360-0x5364 (4) 0x5360| a4 c8 01 00 | .... | distance: 1169 (116900) (m) 0x5364-0x5368 (4) 0x5360| e8 03 | .. | speed: 1 (1000) (m/s) 0x5368-0x536a (2) 0x5360| 08 | . | heart_rate: 8 (bpm) 0x536a-0x536b (1) @@ -19376,7 +19376,7 @@ $ fq -d fit dv activity_dev.fit 0x5370| 00 | . | reserved: false 0x5371.3-0x5371.4 (0.1) 0x5370| 00 | . | local_message_type: 0 0x5371.4-0x5372 (0.4) | | | data_message{}: 0x5372-0x5383 (17) -0x5370| 76 71 b5 39 | vq.9 | timestamp: 968192374 (s) 0x5372-0x5376 (4) +0x5370| 76 71 b5 39 | vq.9 | timestamp: 968192374 (2020-09-04T22:19:34Z) 0x5372-0x5376 (4) 0x5370| 08 c9 01 00 | .... | distance: 1170 (117000) (m) 0x5376-0x537a (4) 0x5370| e8 03 | .. | speed: 1 (1000) (m/s) 0x537a-0x537c (2) 0x5370| 06 | . | heart_rate: 6 (bpm) 0x537c-0x537d (1) @@ -19392,7 +19392,7 @@ $ fq -d fit dv activity_dev.fit 0x5380| 00 | . | reserved: false 0x5383.3-0x5383.4 (0.1) 0x5380| 00 | . | local_message_type: 0 0x5383.4-0x5384 (0.4) | | | data_message{}: 0x5384-0x5395 (17) -0x5380| 77 71 b5 39 | wq.9 | timestamp: 968192375 (s) 0x5384-0x5388 (4) +0x5380| 77 71 b5 39 | wq.9 | timestamp: 968192375 (2020-09-04T22:19:35Z) 0x5384-0x5388 (4) 0x5380| 6c c9 01 00 | l... | distance: 1171 (117100) (m) 0x5388-0x538c (4) 0x5380| e8 03 | .. | speed: 1 (1000) (m/s) 0x538c-0x538e (2) 0x5380| 03 | . | heart_rate: 3 (bpm) 0x538e-0x538f (1) @@ -19408,7 +19408,7 @@ $ fq -d fit dv activity_dev.fit 0x5390| 00 | . | reserved: false 0x5395.3-0x5395.4 (0.1) 0x5390| 00 | . | local_message_type: 0 0x5395.4-0x5396 (0.4) | | | data_message{}: 0x5396-0x53a7 (17) -0x5390| 78 71 b5 39 | xq.9 | timestamp: 968192376 (s) 0x5396-0x539a (4) +0x5390| 78 71 b5 39 | xq.9 | timestamp: 968192376 (2020-09-04T22:19:36Z) 0x5396-0x539a (4) 0x5390| d0 c9 01 00 | .... | distance: 1172 (117200) (m) 0x539a-0x539e (4) 0x5390| e8 03| ..| speed: 1 (1000) (m/s) 0x539e-0x53a0 (2) 0x53a0|02 |. | heart_rate: 2 (bpm) 0x53a0-0x53a1 (1) @@ -19424,7 +19424,7 @@ $ fq -d fit dv activity_dev.fit 0x53a0| 00 | . | reserved: false 0x53a7.3-0x53a7.4 (0.1) 0x53a0| 00 | . | local_message_type: 0 0x53a7.4-0x53a8 (0.4) | | | data_message{}: 0x53a8-0x53b9 (17) -0x53a0| 79 71 b5 39 | yq.9 | timestamp: 968192377 (s) 0x53a8-0x53ac (4) +0x53a0| 79 71 b5 39 | yq.9 | timestamp: 968192377 (2020-09-04T22:19:37Z) 0x53a8-0x53ac (4) 0x53a0| 34 ca 01 00| 4...| distance: 1173 (117300) (m) 0x53ac-0x53b0 (4) 0x53b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x53b0-0x53b2 (2) 0x53b0| 01 | . | heart_rate: 1 (bpm) 0x53b2-0x53b3 (1) @@ -19440,7 +19440,7 @@ $ fq -d fit dv activity_dev.fit 0x53b0| 00 | . | reserved: false 0x53b9.3-0x53b9.4 (0.1) 0x53b0| 00 | . | local_message_type: 0 0x53b9.4-0x53ba (0.4) | | | data_message{}: 0x53ba-0x53cb (17) -0x53b0| 7a 71 b5 39 | zq.9 | timestamp: 968192378 (s) 0x53ba-0x53be (4) +0x53b0| 7a 71 b5 39 | zq.9 | timestamp: 968192378 (2020-09-04T22:19:38Z) 0x53ba-0x53be (4) 0x53b0| 98 ca| ..| distance: 1174 (117400) (m) 0x53be-0x53c2 (4) 0x53c0|01 00 |.. | 0x53c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x53c2-0x53c4 (2) @@ -19457,7 +19457,7 @@ $ fq -d fit dv activity_dev.fit 0x53c0| 00 | . | reserved: false 0x53cb.3-0x53cb.4 (0.1) 0x53c0| 00 | . | local_message_type: 0 0x53cb.4-0x53cc (0.4) | | | data_message{}: 0x53cc-0x53dd (17) -0x53c0| 7b 71 b5 39| {q.9| timestamp: 968192379 (s) 0x53cc-0x53d0 (4) +0x53c0| 7b 71 b5 39| {q.9| timestamp: 968192379 (2020-09-04T22:19:39Z) 0x53cc-0x53d0 (4) 0x53d0|fc ca 01 00 |.... | distance: 1175 (117500) (m) 0x53d0-0x53d4 (4) 0x53d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x53d4-0x53d6 (2) 0x53d0| 00 | . | heart_rate: 0 (bpm) 0x53d6-0x53d7 (1) @@ -19473,7 +19473,7 @@ $ fq -d fit dv activity_dev.fit 0x53d0| 00 | . | reserved: false 0x53dd.3-0x53dd.4 (0.1) 0x53d0| 00 | . | local_message_type: 0 0x53dd.4-0x53de (0.4) | | | data_message{}: 0x53de-0x53ef (17) -0x53d0| 7c 71| |q| timestamp: 968192380 (s) 0x53de-0x53e2 (4) +0x53d0| 7c 71| |q| timestamp: 968192380 (2020-09-04T22:19:40Z) 0x53de-0x53e2 (4) 0x53e0|b5 39 |.9 | 0x53e0| 60 cb 01 00 | `... | distance: 1176 (117600) (m) 0x53e2-0x53e6 (4) 0x53e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x53e6-0x53e8 (2) @@ -19490,7 +19490,7 @@ $ fq -d fit dv activity_dev.fit 0x53e0| 00| .| reserved: false 0x53ef.3-0x53ef.4 (0.1) 0x53e0| 00| .| local_message_type: 0 0x53ef.4-0x53f0 (0.4) | | | data_message{}: 0x53f0-0x5401 (17) -0x53f0|7d 71 b5 39 |}q.9 | timestamp: 968192381 (s) 0x53f0-0x53f4 (4) +0x53f0|7d 71 b5 39 |}q.9 | timestamp: 968192381 (2020-09-04T22:19:41Z) 0x53f0-0x53f4 (4) 0x53f0| c4 cb 01 00 | .... | distance: 1177 (117700) (m) 0x53f4-0x53f8 (4) 0x53f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x53f8-0x53fa (2) 0x53f0| 01 | . | heart_rate: 1 (bpm) 0x53fa-0x53fb (1) @@ -19506,7 +19506,7 @@ $ fq -d fit dv activity_dev.fit 0x5400| 00 | . | reserved: false 0x5401.3-0x5401.4 (0.1) 0x5400| 00 | . | local_message_type: 0 0x5401.4-0x5402 (0.4) | | | data_message{}: 0x5402-0x5413 (17) -0x5400| 7e 71 b5 39 | ~q.9 | timestamp: 968192382 (s) 0x5402-0x5406 (4) +0x5400| 7e 71 b5 39 | ~q.9 | timestamp: 968192382 (2020-09-04T22:19:42Z) 0x5402-0x5406 (4) 0x5400| 28 cc 01 00 | (... | distance: 1178 (117800) (m) 0x5406-0x540a (4) 0x5400| e8 03 | .. | speed: 1 (1000) (m/s) 0x540a-0x540c (2) 0x5400| 02 | . | heart_rate: 2 (bpm) 0x540c-0x540d (1) @@ -19522,7 +19522,7 @@ $ fq -d fit dv activity_dev.fit 0x5410| 00 | . | reserved: false 0x5413.3-0x5413.4 (0.1) 0x5410| 00 | . | local_message_type: 0 0x5413.4-0x5414 (0.4) | | | data_message{}: 0x5414-0x5425 (17) -0x5410| 7f 71 b5 39 | .q.9 | timestamp: 968192383 (s) 0x5414-0x5418 (4) +0x5410| 7f 71 b5 39 | .q.9 | timestamp: 968192383 (2020-09-04T22:19:43Z) 0x5414-0x5418 (4) 0x5410| 8c cc 01 00 | .... | distance: 1179 (117900) (m) 0x5418-0x541c (4) 0x5410| e8 03 | .. | speed: 1 (1000) (m/s) 0x541c-0x541e (2) 0x5410| 03 | . | heart_rate: 3 (bpm) 0x541e-0x541f (1) @@ -19538,7 +19538,7 @@ $ fq -d fit dv activity_dev.fit 0x5420| 00 | . | reserved: false 0x5425.3-0x5425.4 (0.1) 0x5420| 00 | . | local_message_type: 0 0x5425.4-0x5426 (0.4) | | | data_message{}: 0x5426-0x5437 (17) -0x5420| 80 71 b5 39 | .q.9 | timestamp: 968192384 (s) 0x5426-0x542a (4) +0x5420| 80 71 b5 39 | .q.9 | timestamp: 968192384 (2020-09-04T22:19:44Z) 0x5426-0x542a (4) 0x5420| f0 cc 01 00 | .... | distance: 1180 (118000) (m) 0x542a-0x542e (4) 0x5420| e8 03| ..| speed: 1 (1000) (m/s) 0x542e-0x5430 (2) 0x5430|06 |. | heart_rate: 6 (bpm) 0x5430-0x5431 (1) @@ -19554,7 +19554,7 @@ $ fq -d fit dv activity_dev.fit 0x5430| 00 | . | reserved: false 0x5437.3-0x5437.4 (0.1) 0x5430| 00 | . | local_message_type: 0 0x5437.4-0x5438 (0.4) | | | data_message{}: 0x5438-0x5449 (17) -0x5430| 81 71 b5 39 | .q.9 | timestamp: 968192385 (s) 0x5438-0x543c (4) +0x5430| 81 71 b5 39 | .q.9 | timestamp: 968192385 (2020-09-04T22:19:45Z) 0x5438-0x543c (4) 0x5430| 54 cd 01 00| T...| distance: 1181 (118100) (m) 0x543c-0x5440 (4) 0x5440|e8 03 |.. | speed: 1 (1000) (m/s) 0x5440-0x5442 (2) 0x5440| 08 | . | heart_rate: 8 (bpm) 0x5442-0x5443 (1) @@ -19570,7 +19570,7 @@ $ fq -d fit dv activity_dev.fit 0x5440| 00 | . | reserved: false 0x5449.3-0x5449.4 (0.1) 0x5440| 00 | . | local_message_type: 0 0x5449.4-0x544a (0.4) | | | data_message{}: 0x544a-0x545b (17) -0x5440| 82 71 b5 39 | .q.9 | timestamp: 968192386 (s) 0x544a-0x544e (4) +0x5440| 82 71 b5 39 | .q.9 | timestamp: 968192386 (2020-09-04T22:19:46Z) 0x544a-0x544e (4) 0x5440| b8 cd| ..| distance: 1182 (118200) (m) 0x544e-0x5452 (4) 0x5450|01 00 |.. | 0x5450| e8 03 | .. | speed: 1 (1000) (m/s) 0x5452-0x5454 (2) @@ -19587,7 +19587,7 @@ $ fq -d fit dv activity_dev.fit 0x5450| 00 | . | reserved: false 0x545b.3-0x545b.4 (0.1) 0x5450| 00 | . | local_message_type: 0 0x545b.4-0x545c (0.4) | | | data_message{}: 0x545c-0x546d (17) -0x5450| 83 71 b5 39| .q.9| timestamp: 968192387 (s) 0x545c-0x5460 (4) +0x5450| 83 71 b5 39| .q.9| timestamp: 968192387 (2020-09-04T22:19:47Z) 0x545c-0x5460 (4) 0x5460|1c ce 01 00 |.... | distance: 1183 (118300) (m) 0x5460-0x5464 (4) 0x5460| e8 03 | .. | speed: 1 (1000) (m/s) 0x5464-0x5466 (2) 0x5460| 0f | . | heart_rate: 15 (bpm) 0x5466-0x5467 (1) @@ -19603,7 +19603,7 @@ $ fq -d fit dv activity_dev.fit 0x5460| 00 | . | reserved: false 0x546d.3-0x546d.4 (0.1) 0x5460| 00 | . | local_message_type: 0 0x546d.4-0x546e (0.4) | | | data_message{}: 0x546e-0x547f (17) -0x5460| 84 71| .q| timestamp: 968192388 (s) 0x546e-0x5472 (4) +0x5460| 84 71| .q| timestamp: 968192388 (2020-09-04T22:19:48Z) 0x546e-0x5472 (4) 0x5470|b5 39 |.9 | 0x5470| 80 ce 01 00 | .... | distance: 1184 (118400) (m) 0x5472-0x5476 (4) 0x5470| e8 03 | .. | speed: 1 (1000) (m/s) 0x5476-0x5478 (2) @@ -19620,7 +19620,7 @@ $ fq -d fit dv activity_dev.fit 0x5470| 00| .| reserved: false 0x547f.3-0x547f.4 (0.1) 0x5470| 00| .| local_message_type: 0 0x547f.4-0x5480 (0.4) | | | data_message{}: 0x5480-0x5491 (17) -0x5480|85 71 b5 39 |.q.9 | timestamp: 968192389 (s) 0x5480-0x5484 (4) +0x5480|85 71 b5 39 |.q.9 | timestamp: 968192389 (2020-09-04T22:19:49Z) 0x5480-0x5484 (4) 0x5480| e4 ce 01 00 | .... | distance: 1185 (118500) (m) 0x5484-0x5488 (4) 0x5480| e8 03 | .. | speed: 1 (1000) (m/s) 0x5488-0x548a (2) 0x5480| 18 | . | heart_rate: 24 (bpm) 0x548a-0x548b (1) @@ -19636,7 +19636,7 @@ $ fq -d fit dv activity_dev.fit 0x5490| 00 | . | reserved: false 0x5491.3-0x5491.4 (0.1) 0x5490| 00 | . | local_message_type: 0 0x5491.4-0x5492 (0.4) | | | data_message{}: 0x5492-0x54a3 (17) -0x5490| 86 71 b5 39 | .q.9 | timestamp: 968192390 (s) 0x5492-0x5496 (4) +0x5490| 86 71 b5 39 | .q.9 | timestamp: 968192390 (2020-09-04T22:19:50Z) 0x5492-0x5496 (4) 0x5490| 48 cf 01 00 | H... | distance: 1186 (118600) (m) 0x5496-0x549a (4) 0x5490| e8 03 | .. | speed: 1 (1000) (m/s) 0x549a-0x549c (2) 0x5490| 1d | . | heart_rate: 29 (bpm) 0x549c-0x549d (1) @@ -19652,7 +19652,7 @@ $ fq -d fit dv activity_dev.fit 0x54a0| 00 | . | reserved: false 0x54a3.3-0x54a3.4 (0.1) 0x54a0| 00 | . | local_message_type: 0 0x54a3.4-0x54a4 (0.4) | | | data_message{}: 0x54a4-0x54b5 (17) -0x54a0| 87 71 b5 39 | .q.9 | timestamp: 968192391 (s) 0x54a4-0x54a8 (4) +0x54a0| 87 71 b5 39 | .q.9 | timestamp: 968192391 (2020-09-04T22:19:51Z) 0x54a4-0x54a8 (4) 0x54a0| ac cf 01 00 | .... | distance: 1187 (118700) (m) 0x54a8-0x54ac (4) 0x54a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x54ac-0x54ae (2) 0x54a0| 22 | " | heart_rate: 34 (bpm) 0x54ae-0x54af (1) @@ -19668,7 +19668,7 @@ $ fq -d fit dv activity_dev.fit 0x54b0| 00 | . | reserved: false 0x54b5.3-0x54b5.4 (0.1) 0x54b0| 00 | . | local_message_type: 0 0x54b5.4-0x54b6 (0.4) | | | data_message{}: 0x54b6-0x54c7 (17) -0x54b0| 88 71 b5 39 | .q.9 | timestamp: 968192392 (s) 0x54b6-0x54ba (4) +0x54b0| 88 71 b5 39 | .q.9 | timestamp: 968192392 (2020-09-04T22:19:52Z) 0x54b6-0x54ba (4) 0x54b0| 10 d0 01 00 | .... | distance: 1188 (118800) (m) 0x54ba-0x54be (4) 0x54b0| e8 03| ..| speed: 1 (1000) (m/s) 0x54be-0x54c0 (2) 0x54c0|28 |( | heart_rate: 40 (bpm) 0x54c0-0x54c1 (1) @@ -19684,7 +19684,7 @@ $ fq -d fit dv activity_dev.fit 0x54c0| 00 | . | reserved: false 0x54c7.3-0x54c7.4 (0.1) 0x54c0| 00 | . | local_message_type: 0 0x54c7.4-0x54c8 (0.4) | | | data_message{}: 0x54c8-0x54d9 (17) -0x54c0| 89 71 b5 39 | .q.9 | timestamp: 968192393 (s) 0x54c8-0x54cc (4) +0x54c0| 89 71 b5 39 | .q.9 | timestamp: 968192393 (2020-09-04T22:19:53Z) 0x54c8-0x54cc (4) 0x54c0| 74 d0 01 00| t...| distance: 1189 (118900) (m) 0x54cc-0x54d0 (4) 0x54d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x54d0-0x54d2 (2) 0x54d0| 2e | . | heart_rate: 46 (bpm) 0x54d2-0x54d3 (1) @@ -19700,7 +19700,7 @@ $ fq -d fit dv activity_dev.fit 0x54d0| 00 | . | reserved: false 0x54d9.3-0x54d9.4 (0.1) 0x54d0| 00 | . | local_message_type: 0 0x54d9.4-0x54da (0.4) | | | data_message{}: 0x54da-0x54eb (17) -0x54d0| 8a 71 b5 39 | .q.9 | timestamp: 968192394 (s) 0x54da-0x54de (4) +0x54d0| 8a 71 b5 39 | .q.9 | timestamp: 968192394 (2020-09-04T22:19:54Z) 0x54da-0x54de (4) 0x54d0| d8 d0| ..| distance: 1190 (119000) (m) 0x54de-0x54e2 (4) 0x54e0|01 00 |.. | 0x54e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x54e2-0x54e4 (2) @@ -19717,7 +19717,7 @@ $ fq -d fit dv activity_dev.fit 0x54e0| 00 | . | reserved: false 0x54eb.3-0x54eb.4 (0.1) 0x54e0| 00 | . | local_message_type: 0 0x54eb.4-0x54ec (0.4) | | | data_message{}: 0x54ec-0x54fd (17) -0x54e0| 8b 71 b5 39| .q.9| timestamp: 968192395 (s) 0x54ec-0x54f0 (4) +0x54e0| 8b 71 b5 39| .q.9| timestamp: 968192395 (2020-09-04T22:19:55Z) 0x54ec-0x54f0 (4) 0x54f0|3c d1 01 00 |<... | distance: 1191 (119100) (m) 0x54f0-0x54f4 (4) 0x54f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x54f4-0x54f6 (2) 0x54f0| 3a | : | heart_rate: 58 (bpm) 0x54f6-0x54f7 (1) @@ -19733,7 +19733,7 @@ $ fq -d fit dv activity_dev.fit 0x54f0| 00 | . | reserved: false 0x54fd.3-0x54fd.4 (0.1) 0x54f0| 00 | . | local_message_type: 0 0x54fd.4-0x54fe (0.4) | | | data_message{}: 0x54fe-0x550f (17) -0x54f0| 8c 71| .q| timestamp: 968192396 (s) 0x54fe-0x5502 (4) +0x54f0| 8c 71| .q| timestamp: 968192396 (2020-09-04T22:19:56Z) 0x54fe-0x5502 (4) 0x5500|b5 39 |.9 | 0x5500| a0 d1 01 00 | .... | distance: 1192 (119200) (m) 0x5502-0x5506 (4) 0x5500| e8 03 | .. | speed: 1 (1000) (m/s) 0x5506-0x5508 (2) @@ -19750,7 +19750,7 @@ $ fq -d fit dv activity_dev.fit 0x5500| 00| .| reserved: false 0x550f.3-0x550f.4 (0.1) 0x5500| 00| .| local_message_type: 0 0x550f.4-0x5510 (0.4) | | | data_message{}: 0x5510-0x5521 (17) -0x5510|8d 71 b5 39 |.q.9 | timestamp: 968192397 (s) 0x5510-0x5514 (4) +0x5510|8d 71 b5 39 |.q.9 | timestamp: 968192397 (2020-09-04T22:19:57Z) 0x5510-0x5514 (4) 0x5510| 04 d2 01 00 | .... | distance: 1193 (119300) (m) 0x5514-0x5518 (4) 0x5510| e8 03 | .. | speed: 1 (1000) (m/s) 0x5518-0x551a (2) 0x5510| 48 | H | heart_rate: 72 (bpm) 0x551a-0x551b (1) @@ -19766,7 +19766,7 @@ $ fq -d fit dv activity_dev.fit 0x5520| 00 | . | reserved: false 0x5521.3-0x5521.4 (0.1) 0x5520| 00 | . | local_message_type: 0 0x5521.4-0x5522 (0.4) | | | data_message{}: 0x5522-0x5533 (17) -0x5520| 8e 71 b5 39 | .q.9 | timestamp: 968192398 (s) 0x5522-0x5526 (4) +0x5520| 8e 71 b5 39 | .q.9 | timestamp: 968192398 (2020-09-04T22:19:58Z) 0x5522-0x5526 (4) 0x5520| 68 d2 01 00 | h... | distance: 1194 (119400) (m) 0x5526-0x552a (4) 0x5520| e8 03 | .. | speed: 1 (1000) (m/s) 0x552a-0x552c (2) 0x5520| 50 | P | heart_rate: 80 (bpm) 0x552c-0x552d (1) @@ -19782,7 +19782,7 @@ $ fq -d fit dv activity_dev.fit 0x5530| 00 | . | reserved: false 0x5533.3-0x5533.4 (0.1) 0x5530| 00 | . | local_message_type: 0 0x5533.4-0x5534 (0.4) | | | data_message{}: 0x5534-0x5545 (17) -0x5530| 8f 71 b5 39 | .q.9 | timestamp: 968192399 (s) 0x5534-0x5538 (4) +0x5530| 8f 71 b5 39 | .q.9 | timestamp: 968192399 (2020-09-04T22:19:59Z) 0x5534-0x5538 (4) 0x5530| cc d2 01 00 | .... | distance: 1195 (119500) (m) 0x5538-0x553c (4) 0x5530| e8 03 | .. | speed: 1 (1000) (m/s) 0x553c-0x553e (2) 0x5530| 57 | W | heart_rate: 87 (bpm) 0x553e-0x553f (1) @@ -19798,7 +19798,7 @@ $ fq -d fit dv activity_dev.fit 0x5540| 00 | . | reserved: false 0x5545.3-0x5545.4 (0.1) 0x5540| 00 | . | local_message_type: 0 0x5545.4-0x5546 (0.4) | | | data_message{}: 0x5546-0x5557 (17) -0x5540| 90 71 b5 39 | .q.9 | timestamp: 968192400 (s) 0x5546-0x554a (4) +0x5540| 90 71 b5 39 | .q.9 | timestamp: 968192400 (2020-09-04T22:20:00Z) 0x5546-0x554a (4) 0x5540| 30 d3 01 00 | 0... | distance: 1196 (119600) (m) 0x554a-0x554e (4) 0x5540| e8 03| ..| speed: 1 (1000) (m/s) 0x554e-0x5550 (2) 0x5550|5f |_ | heart_rate: 95 (bpm) 0x5550-0x5551 (1) @@ -19814,7 +19814,7 @@ $ fq -d fit dv activity_dev.fit 0x5550| 00 | . | reserved: false 0x5557.3-0x5557.4 (0.1) 0x5550| 00 | . | local_message_type: 0 0x5557.4-0x5558 (0.4) | | | data_message{}: 0x5558-0x5569 (17) -0x5550| 91 71 b5 39 | .q.9 | timestamp: 968192401 (s) 0x5558-0x555c (4) +0x5550| 91 71 b5 39 | .q.9 | timestamp: 968192401 (2020-09-04T22:20:01Z) 0x5558-0x555c (4) 0x5550| 94 d3 01 00| ....| distance: 1197 (119700) (m) 0x555c-0x5560 (4) 0x5560|e8 03 |.. | speed: 1 (1000) (m/s) 0x5560-0x5562 (2) 0x5560| 67 | g | heart_rate: 103 (bpm) 0x5562-0x5563 (1) @@ -19830,7 +19830,7 @@ $ fq -d fit dv activity_dev.fit 0x5560| 00 | . | reserved: false 0x5569.3-0x5569.4 (0.1) 0x5560| 00 | . | local_message_type: 0 0x5569.4-0x556a (0.4) | | | data_message{}: 0x556a-0x557b (17) -0x5560| 92 71 b5 39 | .q.9 | timestamp: 968192402 (s) 0x556a-0x556e (4) +0x5560| 92 71 b5 39 | .q.9 | timestamp: 968192402 (2020-09-04T22:20:02Z) 0x556a-0x556e (4) 0x5560| f8 d3| ..| distance: 1198 (119800) (m) 0x556e-0x5572 (4) 0x5570|01 00 |.. | 0x5570| e8 03 | .. | speed: 1 (1000) (m/s) 0x5572-0x5574 (2) @@ -19847,7 +19847,7 @@ $ fq -d fit dv activity_dev.fit 0x5570| 00 | . | reserved: false 0x557b.3-0x557b.4 (0.1) 0x5570| 00 | . | local_message_type: 0 0x557b.4-0x557c (0.4) | | | data_message{}: 0x557c-0x558d (17) -0x5570| 93 71 b5 39| .q.9| timestamp: 968192403 (s) 0x557c-0x5580 (4) +0x5570| 93 71 b5 39| .q.9| timestamp: 968192403 (2020-09-04T22:20:03Z) 0x557c-0x5580 (4) 0x5580|5c d4 01 00 |\... | distance: 1199 (119900) (m) 0x5580-0x5584 (4) 0x5580| e8 03 | .. | speed: 1 (1000) (m/s) 0x5584-0x5586 (2) 0x5580| 77 | w | heart_rate: 119 (bpm) 0x5586-0x5587 (1) @@ -19863,7 +19863,7 @@ $ fq -d fit dv activity_dev.fit 0x5580| 00 | . | reserved: false 0x558d.3-0x558d.4 (0.1) 0x5580| 00 | . | local_message_type: 0 0x558d.4-0x558e (0.4) | | | data_message{}: 0x558e-0x559f (17) -0x5580| 94 71| .q| timestamp: 968192404 (s) 0x558e-0x5592 (4) +0x5580| 94 71| .q| timestamp: 968192404 (2020-09-04T22:20:04Z) 0x558e-0x5592 (4) 0x5590|b5 39 |.9 | 0x5590| c0 d4 01 00 | .... | distance: 1200 (120000) (m) 0x5592-0x5596 (4) 0x5590| e8 03 | .. | speed: 1 (1000) (m/s) 0x5596-0x5598 (2) @@ -19880,7 +19880,7 @@ $ fq -d fit dv activity_dev.fit 0x5590| 00| .| reserved: false 0x559f.3-0x559f.4 (0.1) 0x5590| 00| .| local_message_type: 0 0x559f.4-0x55a0 (0.4) | | | data_message{}: 0x55a0-0x55b1 (17) -0x55a0|95 71 b5 39 |.q.9 | timestamp: 968192405 (s) 0x55a0-0x55a4 (4) +0x55a0|95 71 b5 39 |.q.9 | timestamp: 968192405 (2020-09-04T22:20:05Z) 0x55a0-0x55a4 (4) 0x55a0| 24 d5 01 00 | $... | distance: 1201 (120100) (m) 0x55a4-0x55a8 (4) 0x55a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x55a8-0x55aa (2) 0x55a0| 86 | . | heart_rate: 134 (bpm) 0x55aa-0x55ab (1) @@ -19896,7 +19896,7 @@ $ fq -d fit dv activity_dev.fit 0x55b0| 00 | . | reserved: false 0x55b1.3-0x55b1.4 (0.1) 0x55b0| 00 | . | local_message_type: 0 0x55b1.4-0x55b2 (0.4) | | | data_message{}: 0x55b2-0x55c3 (17) -0x55b0| 96 71 b5 39 | .q.9 | timestamp: 968192406 (s) 0x55b2-0x55b6 (4) +0x55b0| 96 71 b5 39 | .q.9 | timestamp: 968192406 (2020-09-04T22:20:06Z) 0x55b2-0x55b6 (4) 0x55b0| 88 d5 01 00 | .... | distance: 1202 (120200) (m) 0x55b6-0x55ba (4) 0x55b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x55ba-0x55bc (2) 0x55b0| 8e | . | heart_rate: 142 (bpm) 0x55bc-0x55bd (1) @@ -19912,7 +19912,7 @@ $ fq -d fit dv activity_dev.fit 0x55c0| 00 | . | reserved: false 0x55c3.3-0x55c3.4 (0.1) 0x55c0| 00 | . | local_message_type: 0 0x55c3.4-0x55c4 (0.4) | | | data_message{}: 0x55c4-0x55d5 (17) -0x55c0| 97 71 b5 39 | .q.9 | timestamp: 968192407 (s) 0x55c4-0x55c8 (4) +0x55c0| 97 71 b5 39 | .q.9 | timestamp: 968192407 (2020-09-04T22:20:07Z) 0x55c4-0x55c8 (4) 0x55c0| ec d5 01 00 | .... | distance: 1203 (120300) (m) 0x55c8-0x55cc (4) 0x55c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x55cc-0x55ce (2) 0x55c0| 96 | . | heart_rate: 150 (bpm) 0x55ce-0x55cf (1) @@ -19928,7 +19928,7 @@ $ fq -d fit dv activity_dev.fit 0x55d0| 00 | . | reserved: false 0x55d5.3-0x55d5.4 (0.1) 0x55d0| 00 | . | local_message_type: 0 0x55d5.4-0x55d6 (0.4) | | | data_message{}: 0x55d6-0x55e7 (17) -0x55d0| 98 71 b5 39 | .q.9 | timestamp: 968192408 (s) 0x55d6-0x55da (4) +0x55d0| 98 71 b5 39 | .q.9 | timestamp: 968192408 (2020-09-04T22:20:08Z) 0x55d6-0x55da (4) 0x55d0| 50 d6 01 00 | P... | distance: 1204 (120400) (m) 0x55da-0x55de (4) 0x55d0| e8 03| ..| speed: 1 (1000) (m/s) 0x55de-0x55e0 (2) 0x55e0|9e |. | heart_rate: 158 (bpm) 0x55e0-0x55e1 (1) @@ -19944,7 +19944,7 @@ $ fq -d fit dv activity_dev.fit 0x55e0| 00 | . | reserved: false 0x55e7.3-0x55e7.4 (0.1) 0x55e0| 00 | . | local_message_type: 0 0x55e7.4-0x55e8 (0.4) | | | data_message{}: 0x55e8-0x55f9 (17) -0x55e0| 99 71 b5 39 | .q.9 | timestamp: 968192409 (s) 0x55e8-0x55ec (4) +0x55e0| 99 71 b5 39 | .q.9 | timestamp: 968192409 (2020-09-04T22:20:09Z) 0x55e8-0x55ec (4) 0x55e0| b4 d6 01 00| ....| distance: 1205 (120500) (m) 0x55ec-0x55f0 (4) 0x55f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x55f0-0x55f2 (2) 0x55f0| a6 | . | heart_rate: 166 (bpm) 0x55f2-0x55f3 (1) @@ -19960,7 +19960,7 @@ $ fq -d fit dv activity_dev.fit 0x55f0| 00 | . | reserved: false 0x55f9.3-0x55f9.4 (0.1) 0x55f0| 00 | . | local_message_type: 0 0x55f9.4-0x55fa (0.4) | | | data_message{}: 0x55fa-0x560b (17) -0x55f0| 9a 71 b5 39 | .q.9 | timestamp: 968192410 (s) 0x55fa-0x55fe (4) +0x55f0| 9a 71 b5 39 | .q.9 | timestamp: 968192410 (2020-09-04T22:20:10Z) 0x55fa-0x55fe (4) 0x55f0| 18 d7| ..| distance: 1206 (120600) (m) 0x55fe-0x5602 (4) 0x5600|01 00 |.. | 0x5600| e8 03 | .. | speed: 1 (1000) (m/s) 0x5602-0x5604 (2) @@ -19977,7 +19977,7 @@ $ fq -d fit dv activity_dev.fit 0x5600| 00 | . | reserved: false 0x560b.3-0x560b.4 (0.1) 0x5600| 00 | . | local_message_type: 0 0x560b.4-0x560c (0.4) | | | data_message{}: 0x560c-0x561d (17) -0x5600| 9b 71 b5 39| .q.9| timestamp: 968192411 (s) 0x560c-0x5610 (4) +0x5600| 9b 71 b5 39| .q.9| timestamp: 968192411 (2020-09-04T22:20:11Z) 0x560c-0x5610 (4) 0x5610|7c d7 01 00 ||... | distance: 1207 (120700) (m) 0x5610-0x5614 (4) 0x5610| e8 03 | .. | speed: 1 (1000) (m/s) 0x5614-0x5616 (2) 0x5610| b5 | . | heart_rate: 181 (bpm) 0x5616-0x5617 (1) @@ -19993,7 +19993,7 @@ $ fq -d fit dv activity_dev.fit 0x5610| 00 | . | reserved: false 0x561d.3-0x561d.4 (0.1) 0x5610| 00 | . | local_message_type: 0 0x561d.4-0x561e (0.4) | | | data_message{}: 0x561e-0x562f (17) -0x5610| 9c 71| .q| timestamp: 968192412 (s) 0x561e-0x5622 (4) +0x5610| 9c 71| .q| timestamp: 968192412 (2020-09-04T22:20:12Z) 0x561e-0x5622 (4) 0x5620|b5 39 |.9 | 0x5620| e0 d7 01 00 | .... | distance: 1208 (120800) (m) 0x5622-0x5626 (4) 0x5620| e8 03 | .. | speed: 1 (1000) (m/s) 0x5626-0x5628 (2) @@ -20010,7 +20010,7 @@ $ fq -d fit dv activity_dev.fit 0x5620| 00| .| reserved: false 0x562f.3-0x562f.4 (0.1) 0x5620| 00| .| local_message_type: 0 0x562f.4-0x5630 (0.4) | | | data_message{}: 0x5630-0x5641 (17) -0x5630|9d 71 b5 39 |.q.9 | timestamp: 968192413 (s) 0x5630-0x5634 (4) +0x5630|9d 71 b5 39 |.q.9 | timestamp: 968192413 (2020-09-04T22:20:13Z) 0x5630-0x5634 (4) 0x5630| 44 d8 01 00 | D... | distance: 1209 (120900) (m) 0x5634-0x5638 (4) 0x5630| e8 03 | .. | speed: 1 (1000) (m/s) 0x5638-0x563a (2) 0x5630| c3 | . | heart_rate: 195 (bpm) 0x563a-0x563b (1) @@ -20026,7 +20026,7 @@ $ fq -d fit dv activity_dev.fit 0x5640| 00 | . | reserved: false 0x5641.3-0x5641.4 (0.1) 0x5640| 00 | . | local_message_type: 0 0x5641.4-0x5642 (0.4) | | | data_message{}: 0x5642-0x5653 (17) -0x5640| 9e 71 b5 39 | .q.9 | timestamp: 968192414 (s) 0x5642-0x5646 (4) +0x5640| 9e 71 b5 39 | .q.9 | timestamp: 968192414 (2020-09-04T22:20:14Z) 0x5642-0x5646 (4) 0x5640| a8 d8 01 00 | .... | distance: 1210 (121000) (m) 0x5646-0x564a (4) 0x5640| e8 03 | .. | speed: 1 (1000) (m/s) 0x564a-0x564c (2) 0x5640| c9 | . | heart_rate: 201 (bpm) 0x564c-0x564d (1) @@ -20042,7 +20042,7 @@ $ fq -d fit dv activity_dev.fit 0x5650| 00 | . | reserved: false 0x5653.3-0x5653.4 (0.1) 0x5650| 00 | . | local_message_type: 0 0x5653.4-0x5654 (0.4) | | | data_message{}: 0x5654-0x5665 (17) -0x5650| 9f 71 b5 39 | .q.9 | timestamp: 968192415 (s) 0x5654-0x5658 (4) +0x5650| 9f 71 b5 39 | .q.9 | timestamp: 968192415 (2020-09-04T22:20:15Z) 0x5654-0x5658 (4) 0x5650| 0c d9 01 00 | .... | distance: 1211 (121100) (m) 0x5658-0x565c (4) 0x5650| e8 03 | .. | speed: 1 (1000) (m/s) 0x565c-0x565e (2) 0x5650| cf | . | heart_rate: 207 (bpm) 0x565e-0x565f (1) @@ -20058,7 +20058,7 @@ $ fq -d fit dv activity_dev.fit 0x5660| 00 | . | reserved: false 0x5665.3-0x5665.4 (0.1) 0x5660| 00 | . | local_message_type: 0 0x5665.4-0x5666 (0.4) | | | data_message{}: 0x5666-0x5677 (17) -0x5660| a0 71 b5 39 | .q.9 | timestamp: 968192416 (s) 0x5666-0x566a (4) +0x5660| a0 71 b5 39 | .q.9 | timestamp: 968192416 (2020-09-04T22:20:16Z) 0x5666-0x566a (4) 0x5660| 70 d9 01 00 | p... | distance: 1212 (121200) (m) 0x566a-0x566e (4) 0x5660| e8 03| ..| speed: 1 (1000) (m/s) 0x566e-0x5670 (2) 0x5670|d5 |. | heart_rate: 213 (bpm) 0x5670-0x5671 (1) @@ -20074,7 +20074,7 @@ $ fq -d fit dv activity_dev.fit 0x5670| 00 | . | reserved: false 0x5677.3-0x5677.4 (0.1) 0x5670| 00 | . | local_message_type: 0 0x5677.4-0x5678 (0.4) | | | data_message{}: 0x5678-0x5689 (17) -0x5670| a1 71 b5 39 | .q.9 | timestamp: 968192417 (s) 0x5678-0x567c (4) +0x5670| a1 71 b5 39 | .q.9 | timestamp: 968192417 (2020-09-04T22:20:17Z) 0x5678-0x567c (4) 0x5670| d4 d9 01 00| ....| distance: 1213 (121300) (m) 0x567c-0x5680 (4) 0x5680|e8 03 |.. | speed: 1 (1000) (m/s) 0x5680-0x5682 (2) 0x5680| db | . | heart_rate: 219 (bpm) 0x5682-0x5683 (1) @@ -20090,7 +20090,7 @@ $ fq -d fit dv activity_dev.fit 0x5680| 00 | . | reserved: false 0x5689.3-0x5689.4 (0.1) 0x5680| 00 | . | local_message_type: 0 0x5689.4-0x568a (0.4) | | | data_message{}: 0x568a-0x569b (17) -0x5680| a2 71 b5 39 | .q.9 | timestamp: 968192418 (s) 0x568a-0x568e (4) +0x5680| a2 71 b5 39 | .q.9 | timestamp: 968192418 (2020-09-04T22:20:18Z) 0x568a-0x568e (4) 0x5680| 38 da| 8.| distance: 1214 (121400) (m) 0x568e-0x5692 (4) 0x5690|01 00 |.. | 0x5690| e8 03 | .. | speed: 1 (1000) (m/s) 0x5692-0x5694 (2) @@ -20107,7 +20107,7 @@ $ fq -d fit dv activity_dev.fit 0x5690| 00 | . | reserved: false 0x569b.3-0x569b.4 (0.1) 0x5690| 00 | . | local_message_type: 0 0x569b.4-0x569c (0.4) | | | data_message{}: 0x569c-0x56ad (17) -0x5690| a3 71 b5 39| .q.9| timestamp: 968192419 (s) 0x569c-0x56a0 (4) +0x5690| a3 71 b5 39| .q.9| timestamp: 968192419 (2020-09-04T22:20:19Z) 0x569c-0x56a0 (4) 0x56a0|9c da 01 00 |.... | distance: 1215 (121500) (m) 0x56a0-0x56a4 (4) 0x56a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x56a4-0x56a6 (2) 0x56a0| e5 | . | heart_rate: 229 (bpm) 0x56a6-0x56a7 (1) @@ -20123,7 +20123,7 @@ $ fq -d fit dv activity_dev.fit 0x56a0| 00 | . | reserved: false 0x56ad.3-0x56ad.4 (0.1) 0x56a0| 00 | . | local_message_type: 0 0x56ad.4-0x56ae (0.4) | | | data_message{}: 0x56ae-0x56bf (17) -0x56a0| a4 71| .q| timestamp: 968192420 (s) 0x56ae-0x56b2 (4) +0x56a0| a4 71| .q| timestamp: 968192420 (2020-09-04T22:20:20Z) 0x56ae-0x56b2 (4) 0x56b0|b5 39 |.9 | 0x56b0| 00 db 01 00 | .... | distance: 1216 (121600) (m) 0x56b2-0x56b6 (4) 0x56b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x56b6-0x56b8 (2) @@ -20140,7 +20140,7 @@ $ fq -d fit dv activity_dev.fit 0x56b0| 00| .| reserved: false 0x56bf.3-0x56bf.4 (0.1) 0x56b0| 00| .| local_message_type: 0 0x56bf.4-0x56c0 (0.4) | | | data_message{}: 0x56c0-0x56d1 (17) -0x56c0|a5 71 b5 39 |.q.9 | timestamp: 968192421 (s) 0x56c0-0x56c4 (4) +0x56c0|a5 71 b5 39 |.q.9 | timestamp: 968192421 (2020-09-04T22:20:21Z) 0x56c0-0x56c4 (4) 0x56c0| 64 db 01 00 | d... | distance: 1217 (121700) (m) 0x56c4-0x56c8 (4) 0x56c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x56c8-0x56ca (2) 0x56c0| ee | . | heart_rate: 238 (bpm) 0x56ca-0x56cb (1) @@ -20156,7 +20156,7 @@ $ fq -d fit dv activity_dev.fit 0x56d0| 00 | . | reserved: false 0x56d1.3-0x56d1.4 (0.1) 0x56d0| 00 | . | local_message_type: 0 0x56d1.4-0x56d2 (0.4) | | | data_message{}: 0x56d2-0x56e3 (17) -0x56d0| a6 71 b5 39 | .q.9 | timestamp: 968192422 (s) 0x56d2-0x56d6 (4) +0x56d0| a6 71 b5 39 | .q.9 | timestamp: 968192422 (2020-09-04T22:20:22Z) 0x56d2-0x56d6 (4) 0x56d0| c8 db 01 00 | .... | distance: 1218 (121800) (m) 0x56d6-0x56da (4) 0x56d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x56da-0x56dc (2) 0x56d0| f1 | . | heart_rate: 241 (bpm) 0x56dc-0x56dd (1) @@ -20172,7 +20172,7 @@ $ fq -d fit dv activity_dev.fit 0x56e0| 00 | . | reserved: false 0x56e3.3-0x56e3.4 (0.1) 0x56e0| 00 | . | local_message_type: 0 0x56e3.4-0x56e4 (0.4) | | | data_message{}: 0x56e4-0x56f5 (17) -0x56e0| a7 71 b5 39 | .q.9 | timestamp: 968192423 (s) 0x56e4-0x56e8 (4) +0x56e0| a7 71 b5 39 | .q.9 | timestamp: 968192423 (2020-09-04T22:20:23Z) 0x56e4-0x56e8 (4) 0x56e0| 2c dc 01 00 | ,... | distance: 1219 (121900) (m) 0x56e8-0x56ec (4) 0x56e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x56ec-0x56ee (2) 0x56e0| f5 | . | heart_rate: 245 (bpm) 0x56ee-0x56ef (1) @@ -20188,7 +20188,7 @@ $ fq -d fit dv activity_dev.fit 0x56f0| 00 | . | reserved: false 0x56f5.3-0x56f5.4 (0.1) 0x56f0| 00 | . | local_message_type: 0 0x56f5.4-0x56f6 (0.4) | | | data_message{}: 0x56f6-0x5707 (17) -0x56f0| a8 71 b5 39 | .q.9 | timestamp: 968192424 (s) 0x56f6-0x56fa (4) +0x56f0| a8 71 b5 39 | .q.9 | timestamp: 968192424 (2020-09-04T22:20:24Z) 0x56f6-0x56fa (4) 0x56f0| 90 dc 01 00 | .... | distance: 1220 (122000) (m) 0x56fa-0x56fe (4) 0x56f0| e8 03| ..| speed: 1 (1000) (m/s) 0x56fe-0x5700 (2) 0x5700|f7 |. | heart_rate: 247 (bpm) 0x5700-0x5701 (1) @@ -20204,7 +20204,7 @@ $ fq -d fit dv activity_dev.fit 0x5700| 00 | . | reserved: false 0x5707.3-0x5707.4 (0.1) 0x5700| 00 | . | local_message_type: 0 0x5707.4-0x5708 (0.4) | | | data_message{}: 0x5708-0x5719 (17) -0x5700| a9 71 b5 39 | .q.9 | timestamp: 968192425 (s) 0x5708-0x570c (4) +0x5700| a9 71 b5 39 | .q.9 | timestamp: 968192425 (2020-09-04T22:20:25Z) 0x5708-0x570c (4) 0x5700| f4 dc 01 00| ....| distance: 1221 (122100) (m) 0x570c-0x5710 (4) 0x5710|e8 03 |.. | speed: 1 (1000) (m/s) 0x5710-0x5712 (2) 0x5710| fa | . | heart_rate: 250 (bpm) 0x5712-0x5713 (1) @@ -20220,7 +20220,7 @@ $ fq -d fit dv activity_dev.fit 0x5710| 00 | . | reserved: false 0x5719.3-0x5719.4 (0.1) 0x5710| 00 | . | local_message_type: 0 0x5719.4-0x571a (0.4) | | | data_message{}: 0x571a-0x572b (17) -0x5710| aa 71 b5 39 | .q.9 | timestamp: 968192426 (s) 0x571a-0x571e (4) +0x5710| aa 71 b5 39 | .q.9 | timestamp: 968192426 (2020-09-04T22:20:26Z) 0x571a-0x571e (4) 0x5710| 58 dd| X.| distance: 1222 (122200) (m) 0x571e-0x5722 (4) 0x5720|01 00 |.. | 0x5720| e8 03 | .. | speed: 1 (1000) (m/s) 0x5722-0x5724 (2) @@ -20237,7 +20237,7 @@ $ fq -d fit dv activity_dev.fit 0x5720| 00 | . | reserved: false 0x572b.3-0x572b.4 (0.1) 0x5720| 00 | . | local_message_type: 0 0x572b.4-0x572c (0.4) | | | data_message{}: 0x572c-0x573d (17) -0x5720| ab 71 b5 39| .q.9| timestamp: 968192427 (s) 0x572c-0x5730 (4) +0x5720| ab 71 b5 39| .q.9| timestamp: 968192427 (2020-09-04T22:20:27Z) 0x572c-0x5730 (4) 0x5730|bc dd 01 00 |.... | distance: 1223 (122300) (m) 0x5730-0x5734 (4) 0x5730| e8 03 | .. | speed: 1 (1000) (m/s) 0x5734-0x5736 (2) 0x5730| fc | . | heart_rate: 252 (bpm) 0x5736-0x5737 (1) @@ -20253,7 +20253,7 @@ $ fq -d fit dv activity_dev.fit 0x5730| 00 | . | reserved: false 0x573d.3-0x573d.4 (0.1) 0x5730| 00 | . | local_message_type: 0 0x573d.4-0x573e (0.4) | | | data_message{}: 0x573e-0x574f (17) -0x5730| ac 71| .q| timestamp: 968192428 (s) 0x573e-0x5742 (4) +0x5730| ac 71| .q| timestamp: 968192428 (2020-09-04T22:20:28Z) 0x573e-0x5742 (4) 0x5740|b5 39 |.9 | 0x5740| 20 de 01 00 | ... | distance: 1224 (122400) (m) 0x5742-0x5746 (4) 0x5740| e8 03 | .. | speed: 1 (1000) (m/s) 0x5746-0x5748 (2) @@ -20270,7 +20270,7 @@ $ fq -d fit dv activity_dev.fit 0x5740| 00| .| reserved: false 0x574f.3-0x574f.4 (0.1) 0x5740| 00| .| local_message_type: 0 0x574f.4-0x5750 (0.4) | | | data_message{}: 0x5750-0x5761 (17) -0x5750|ad 71 b5 39 |.q.9 | timestamp: 968192429 (s) 0x5750-0x5754 (4) +0x5750|ad 71 b5 39 |.q.9 | timestamp: 968192429 (2020-09-04T22:20:29Z) 0x5750-0x5754 (4) 0x5750| 84 de 01 00 | .... | distance: 1225 (122500) (m) 0x5754-0x5758 (4) 0x5750| e8 03 | .. | speed: 1 (1000) (m/s) 0x5758-0x575a (2) 0x5750| fe | . | heart_rate: 254 (bpm) 0x575a-0x575b (1) @@ -20286,7 +20286,7 @@ $ fq -d fit dv activity_dev.fit 0x5760| 00 | . | reserved: false 0x5761.3-0x5761.4 (0.1) 0x5760| 00 | . | local_message_type: 0 0x5761.4-0x5762 (0.4) | | | data_message{}: 0x5762-0x5773 (17) -0x5760| ae 71 b5 39 | .q.9 | timestamp: 968192430 (s) 0x5762-0x5766 (4) +0x5760| ae 71 b5 39 | .q.9 | timestamp: 968192430 (2020-09-04T22:20:30Z) 0x5762-0x5766 (4) 0x5760| e8 de 01 00 | .... | distance: 1226 (122600) (m) 0x5766-0x576a (4) 0x5760| e8 03 | .. | speed: 1 (1000) (m/s) 0x576a-0x576c (2) 0x5760| fd | . | heart_rate: 253 (bpm) 0x576c-0x576d (1) @@ -20302,7 +20302,7 @@ $ fq -d fit dv activity_dev.fit 0x5770| 00 | . | reserved: false 0x5773.3-0x5773.4 (0.1) 0x5770| 00 | . | local_message_type: 0 0x5773.4-0x5774 (0.4) | | | data_message{}: 0x5774-0x5785 (17) -0x5770| af 71 b5 39 | .q.9 | timestamp: 968192431 (s) 0x5774-0x5778 (4) +0x5770| af 71 b5 39 | .q.9 | timestamp: 968192431 (2020-09-04T22:20:31Z) 0x5774-0x5778 (4) 0x5770| 4c df 01 00 | L... | distance: 1227 (122700) (m) 0x5778-0x577c (4) 0x5770| e8 03 | .. | speed: 1 (1000) (m/s) 0x577c-0x577e (2) 0x5770| fc | . | heart_rate: 252 (bpm) 0x577e-0x577f (1) @@ -20318,7 +20318,7 @@ $ fq -d fit dv activity_dev.fit 0x5780| 00 | . | reserved: false 0x5785.3-0x5785.4 (0.1) 0x5780| 00 | . | local_message_type: 0 0x5785.4-0x5786 (0.4) | | | data_message{}: 0x5786-0x5797 (17) -0x5780| b0 71 b5 39 | .q.9 | timestamp: 968192432 (s) 0x5786-0x578a (4) +0x5780| b0 71 b5 39 | .q.9 | timestamp: 968192432 (2020-09-04T22:20:32Z) 0x5786-0x578a (4) 0x5780| b0 df 01 00 | .... | distance: 1228 (122800) (m) 0x578a-0x578e (4) 0x5780| e8 03| ..| speed: 1 (1000) (m/s) 0x578e-0x5790 (2) 0x5790|fb |. | heart_rate: 251 (bpm) 0x5790-0x5791 (1) @@ -20334,7 +20334,7 @@ $ fq -d fit dv activity_dev.fit 0x5790| 00 | . | reserved: false 0x5797.3-0x5797.4 (0.1) 0x5790| 00 | . | local_message_type: 0 0x5797.4-0x5798 (0.4) | | | data_message{}: 0x5798-0x57a9 (17) -0x5790| b1 71 b5 39 | .q.9 | timestamp: 968192433 (s) 0x5798-0x579c (4) +0x5790| b1 71 b5 39 | .q.9 | timestamp: 968192433 (2020-09-04T22:20:33Z) 0x5798-0x579c (4) 0x5790| 14 e0 01 00| ....| distance: 1229 (122900) (m) 0x579c-0x57a0 (4) 0x57a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x57a0-0x57a2 (2) 0x57a0| fa | . | heart_rate: 250 (bpm) 0x57a2-0x57a3 (1) @@ -20350,7 +20350,7 @@ $ fq -d fit dv activity_dev.fit 0x57a0| 00 | . | reserved: false 0x57a9.3-0x57a9.4 (0.1) 0x57a0| 00 | . | local_message_type: 0 0x57a9.4-0x57aa (0.4) | | | data_message{}: 0x57aa-0x57bb (17) -0x57a0| b2 71 b5 39 | .q.9 | timestamp: 968192434 (s) 0x57aa-0x57ae (4) +0x57a0| b2 71 b5 39 | .q.9 | timestamp: 968192434 (2020-09-04T22:20:34Z) 0x57aa-0x57ae (4) 0x57a0| 78 e0| x.| distance: 1230 (123000) (m) 0x57ae-0x57b2 (4) 0x57b0|01 00 |.. | 0x57b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x57b2-0x57b4 (2) @@ -20367,7 +20367,7 @@ $ fq -d fit dv activity_dev.fit 0x57b0| 00 | . | reserved: false 0x57bb.3-0x57bb.4 (0.1) 0x57b0| 00 | . | local_message_type: 0 0x57bb.4-0x57bc (0.4) | | | data_message{}: 0x57bc-0x57cd (17) -0x57b0| b3 71 b5 39| .q.9| timestamp: 968192435 (s) 0x57bc-0x57c0 (4) +0x57b0| b3 71 b5 39| .q.9| timestamp: 968192435 (2020-09-04T22:20:35Z) 0x57bc-0x57c0 (4) 0x57c0|dc e0 01 00 |.... | distance: 1231 (123100) (m) 0x57c0-0x57c4 (4) 0x57c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x57c4-0x57c6 (2) 0x57c0| f5 | . | heart_rate: 245 (bpm) 0x57c6-0x57c7 (1) @@ -20383,7 +20383,7 @@ $ fq -d fit dv activity_dev.fit 0x57c0| 00 | . | reserved: false 0x57cd.3-0x57cd.4 (0.1) 0x57c0| 00 | . | local_message_type: 0 0x57cd.4-0x57ce (0.4) | | | data_message{}: 0x57ce-0x57df (17) -0x57c0| b4 71| .q| timestamp: 968192436 (s) 0x57ce-0x57d2 (4) +0x57c0| b4 71| .q| timestamp: 968192436 (2020-09-04T22:20:36Z) 0x57ce-0x57d2 (4) 0x57d0|b5 39 |.9 | 0x57d0| 40 e1 01 00 | @... | distance: 1232 (123200) (m) 0x57d2-0x57d6 (4) 0x57d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x57d6-0x57d8 (2) @@ -20400,7 +20400,7 @@ $ fq -d fit dv activity_dev.fit 0x57d0| 00| .| reserved: false 0x57df.3-0x57df.4 (0.1) 0x57d0| 00| .| local_message_type: 0 0x57df.4-0x57e0 (0.4) | | | data_message{}: 0x57e0-0x57f1 (17) -0x57e0|b5 71 b5 39 |.q.9 | timestamp: 968192437 (s) 0x57e0-0x57e4 (4) +0x57e0|b5 71 b5 39 |.q.9 | timestamp: 968192437 (2020-09-04T22:20:37Z) 0x57e0-0x57e4 (4) 0x57e0| a4 e1 01 00 | .... | distance: 1233 (123300) (m) 0x57e4-0x57e8 (4) 0x57e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x57e8-0x57ea (2) 0x57e0| ee | . | heart_rate: 238 (bpm) 0x57ea-0x57eb (1) @@ -20416,7 +20416,7 @@ $ fq -d fit dv activity_dev.fit 0x57f0| 00 | . | reserved: false 0x57f1.3-0x57f1.4 (0.1) 0x57f0| 00 | . | local_message_type: 0 0x57f1.4-0x57f2 (0.4) | | | data_message{}: 0x57f2-0x5803 (17) -0x57f0| b6 71 b5 39 | .q.9 | timestamp: 968192438 (s) 0x57f2-0x57f6 (4) +0x57f0| b6 71 b5 39 | .q.9 | timestamp: 968192438 (2020-09-04T22:20:38Z) 0x57f2-0x57f6 (4) 0x57f0| 08 e2 01 00 | .... | distance: 1234 (123400) (m) 0x57f6-0x57fa (4) 0x57f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x57fa-0x57fc (2) 0x57f0| ea | . | heart_rate: 234 (bpm) 0x57fc-0x57fd (1) @@ -20432,7 +20432,7 @@ $ fq -d fit dv activity_dev.fit 0x5800| 00 | . | reserved: false 0x5803.3-0x5803.4 (0.1) 0x5800| 00 | . | local_message_type: 0 0x5803.4-0x5804 (0.4) | | | data_message{}: 0x5804-0x5815 (17) -0x5800| b7 71 b5 39 | .q.9 | timestamp: 968192439 (s) 0x5804-0x5808 (4) +0x5800| b7 71 b5 39 | .q.9 | timestamp: 968192439 (2020-09-04T22:20:39Z) 0x5804-0x5808 (4) 0x5800| 6c e2 01 00 | l... | distance: 1235 (123500) (m) 0x5808-0x580c (4) 0x5800| e8 03 | .. | speed: 1 (1000) (m/s) 0x580c-0x580e (2) 0x5800| e5 | . | heart_rate: 229 (bpm) 0x580e-0x580f (1) @@ -20448,7 +20448,7 @@ $ fq -d fit dv activity_dev.fit 0x5810| 00 | . | reserved: false 0x5815.3-0x5815.4 (0.1) 0x5810| 00 | . | local_message_type: 0 0x5815.4-0x5816 (0.4) | | | data_message{}: 0x5816-0x5827 (17) -0x5810| b8 71 b5 39 | .q.9 | timestamp: 968192440 (s) 0x5816-0x581a (4) +0x5810| b8 71 b5 39 | .q.9 | timestamp: 968192440 (2020-09-04T22:20:40Z) 0x5816-0x581a (4) 0x5810| d0 e2 01 00 | .... | distance: 1236 (123600) (m) 0x581a-0x581e (4) 0x5810| e8 03| ..| speed: 1 (1000) (m/s) 0x581e-0x5820 (2) 0x5820|e0 |. | heart_rate: 224 (bpm) 0x5820-0x5821 (1) @@ -20464,7 +20464,7 @@ $ fq -d fit dv activity_dev.fit 0x5820| 00 | . | reserved: false 0x5827.3-0x5827.4 (0.1) 0x5820| 00 | . | local_message_type: 0 0x5827.4-0x5828 (0.4) | | | data_message{}: 0x5828-0x5839 (17) -0x5820| b9 71 b5 39 | .q.9 | timestamp: 968192441 (s) 0x5828-0x582c (4) +0x5820| b9 71 b5 39 | .q.9 | timestamp: 968192441 (2020-09-04T22:20:41Z) 0x5828-0x582c (4) 0x5820| 34 e3 01 00| 4...| distance: 1237 (123700) (m) 0x582c-0x5830 (4) 0x5830|e8 03 |.. | speed: 1 (1000) (m/s) 0x5830-0x5832 (2) 0x5830| db | . | heart_rate: 219 (bpm) 0x5832-0x5833 (1) @@ -20480,7 +20480,7 @@ $ fq -d fit dv activity_dev.fit 0x5830| 00 | . | reserved: false 0x5839.3-0x5839.4 (0.1) 0x5830| 00 | . | local_message_type: 0 0x5839.4-0x583a (0.4) | | | data_message{}: 0x583a-0x584b (17) -0x5830| ba 71 b5 39 | .q.9 | timestamp: 968192442 (s) 0x583a-0x583e (4) +0x5830| ba 71 b5 39 | .q.9 | timestamp: 968192442 (2020-09-04T22:20:42Z) 0x583a-0x583e (4) 0x5830| 98 e3| ..| distance: 1238 (123800) (m) 0x583e-0x5842 (4) 0x5840|01 00 |.. | 0x5840| e8 03 | .. | speed: 1 (1000) (m/s) 0x5842-0x5844 (2) @@ -20497,7 +20497,7 @@ $ fq -d fit dv activity_dev.fit 0x5840| 00 | . | reserved: false 0x584b.3-0x584b.4 (0.1) 0x5840| 00 | . | local_message_type: 0 0x584b.4-0x584c (0.4) | | | data_message{}: 0x584c-0x585d (17) -0x5840| bb 71 b5 39| .q.9| timestamp: 968192443 (s) 0x584c-0x5850 (4) +0x5840| bb 71 b5 39| .q.9| timestamp: 968192443 (2020-09-04T22:20:43Z) 0x584c-0x5850 (4) 0x5850|fc e3 01 00 |.... | distance: 1239 (123900) (m) 0x5850-0x5854 (4) 0x5850| e8 03 | .. | speed: 1 (1000) (m/s) 0x5854-0x5856 (2) 0x5850| cf | . | heart_rate: 207 (bpm) 0x5856-0x5857 (1) @@ -20513,7 +20513,7 @@ $ fq -d fit dv activity_dev.fit 0x5850| 00 | . | reserved: false 0x585d.3-0x585d.4 (0.1) 0x5850| 00 | . | local_message_type: 0 0x585d.4-0x585e (0.4) | | | data_message{}: 0x585e-0x586f (17) -0x5850| bc 71| .q| timestamp: 968192444 (s) 0x585e-0x5862 (4) +0x5850| bc 71| .q| timestamp: 968192444 (2020-09-04T22:20:44Z) 0x585e-0x5862 (4) 0x5860|b5 39 |.9 | 0x5860| 60 e4 01 00 | `... | distance: 1240 (124000) (m) 0x5862-0x5866 (4) 0x5860| e8 03 | .. | speed: 1 (1000) (m/s) 0x5866-0x5868 (2) @@ -20530,7 +20530,7 @@ $ fq -d fit dv activity_dev.fit 0x5860| 00| .| reserved: false 0x586f.3-0x586f.4 (0.1) 0x5860| 00| .| local_message_type: 0 0x586f.4-0x5870 (0.4) | | | data_message{}: 0x5870-0x5881 (17) -0x5870|bd 71 b5 39 |.q.9 | timestamp: 968192445 (s) 0x5870-0x5874 (4) +0x5870|bd 71 b5 39 |.q.9 | timestamp: 968192445 (2020-09-04T22:20:45Z) 0x5870-0x5874 (4) 0x5870| c4 e4 01 00 | .... | distance: 1241 (124100) (m) 0x5874-0x5878 (4) 0x5870| e8 03 | .. | speed: 1 (1000) (m/s) 0x5878-0x587a (2) 0x5870| c3 | . | heart_rate: 195 (bpm) 0x587a-0x587b (1) @@ -20546,7 +20546,7 @@ $ fq -d fit dv activity_dev.fit 0x5880| 00 | . | reserved: false 0x5881.3-0x5881.4 (0.1) 0x5880| 00 | . | local_message_type: 0 0x5881.4-0x5882 (0.4) | | | data_message{}: 0x5882-0x5893 (17) -0x5880| be 71 b5 39 | .q.9 | timestamp: 968192446 (s) 0x5882-0x5886 (4) +0x5880| be 71 b5 39 | .q.9 | timestamp: 968192446 (2020-09-04T22:20:46Z) 0x5882-0x5886 (4) 0x5880| 28 e5 01 00 | (... | distance: 1242 (124200) (m) 0x5886-0x588a (4) 0x5880| e8 03 | .. | speed: 1 (1000) (m/s) 0x588a-0x588c (2) 0x5880| bc | . | heart_rate: 188 (bpm) 0x588c-0x588d (1) @@ -20562,7 +20562,7 @@ $ fq -d fit dv activity_dev.fit 0x5890| 00 | . | reserved: false 0x5893.3-0x5893.4 (0.1) 0x5890| 00 | . | local_message_type: 0 0x5893.4-0x5894 (0.4) | | | data_message{}: 0x5894-0x58a5 (17) -0x5890| bf 71 b5 39 | .q.9 | timestamp: 968192447 (s) 0x5894-0x5898 (4) +0x5890| bf 71 b5 39 | .q.9 | timestamp: 968192447 (2020-09-04T22:20:47Z) 0x5894-0x5898 (4) 0x5890| 8c e5 01 00 | .... | distance: 1243 (124300) (m) 0x5898-0x589c (4) 0x5890| e8 03 | .. | speed: 1 (1000) (m/s) 0x589c-0x589e (2) 0x5890| b5 | . | heart_rate: 181 (bpm) 0x589e-0x589f (1) @@ -20578,7 +20578,7 @@ $ fq -d fit dv activity_dev.fit 0x58a0| 00 | . | reserved: false 0x58a5.3-0x58a5.4 (0.1) 0x58a0| 00 | . | local_message_type: 0 0x58a5.4-0x58a6 (0.4) | | | data_message{}: 0x58a6-0x58b7 (17) -0x58a0| c0 71 b5 39 | .q.9 | timestamp: 968192448 (s) 0x58a6-0x58aa (4) +0x58a0| c0 71 b5 39 | .q.9 | timestamp: 968192448 (2020-09-04T22:20:48Z) 0x58a6-0x58aa (4) 0x58a0| f0 e5 01 00 | .... | distance: 1244 (124400) (m) 0x58aa-0x58ae (4) 0x58a0| e8 03| ..| speed: 1 (1000) (m/s) 0x58ae-0x58b0 (2) 0x58b0|ad |. | heart_rate: 173 (bpm) 0x58b0-0x58b1 (1) @@ -20594,7 +20594,7 @@ $ fq -d fit dv activity_dev.fit 0x58b0| 00 | . | reserved: false 0x58b7.3-0x58b7.4 (0.1) 0x58b0| 00 | . | local_message_type: 0 0x58b7.4-0x58b8 (0.4) | | | data_message{}: 0x58b8-0x58c9 (17) -0x58b0| c1 71 b5 39 | .q.9 | timestamp: 968192449 (s) 0x58b8-0x58bc (4) +0x58b0| c1 71 b5 39 | .q.9 | timestamp: 968192449 (2020-09-04T22:20:49Z) 0x58b8-0x58bc (4) 0x58b0| 54 e6 01 00| T...| distance: 1245 (124500) (m) 0x58bc-0x58c0 (4) 0x58c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x58c0-0x58c2 (2) 0x58c0| a6 | . | heart_rate: 166 (bpm) 0x58c2-0x58c3 (1) @@ -20610,7 +20610,7 @@ $ fq -d fit dv activity_dev.fit 0x58c0| 00 | . | reserved: false 0x58c9.3-0x58c9.4 (0.1) 0x58c0| 00 | . | local_message_type: 0 0x58c9.4-0x58ca (0.4) | | | data_message{}: 0x58ca-0x58db (17) -0x58c0| c2 71 b5 39 | .q.9 | timestamp: 968192450 (s) 0x58ca-0x58ce (4) +0x58c0| c2 71 b5 39 | .q.9 | timestamp: 968192450 (2020-09-04T22:20:50Z) 0x58ca-0x58ce (4) 0x58c0| b8 e6| ..| distance: 1246 (124600) (m) 0x58ce-0x58d2 (4) 0x58d0|01 00 |.. | 0x58d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x58d2-0x58d4 (2) @@ -20627,7 +20627,7 @@ $ fq -d fit dv activity_dev.fit 0x58d0| 00 | . | reserved: false 0x58db.3-0x58db.4 (0.1) 0x58d0| 00 | . | local_message_type: 0 0x58db.4-0x58dc (0.4) | | | data_message{}: 0x58dc-0x58ed (17) -0x58d0| c3 71 b5 39| .q.9| timestamp: 968192451 (s) 0x58dc-0x58e0 (4) +0x58d0| c3 71 b5 39| .q.9| timestamp: 968192451 (2020-09-04T22:20:51Z) 0x58dc-0x58e0 (4) 0x58e0|1c e7 01 00 |.... | distance: 1247 (124700) (m) 0x58e0-0x58e4 (4) 0x58e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x58e4-0x58e6 (2) 0x58e0| 96 | . | heart_rate: 150 (bpm) 0x58e6-0x58e7 (1) @@ -20643,7 +20643,7 @@ $ fq -d fit dv activity_dev.fit 0x58e0| 00 | . | reserved: false 0x58ed.3-0x58ed.4 (0.1) 0x58e0| 00 | . | local_message_type: 0 0x58ed.4-0x58ee (0.4) | | | data_message{}: 0x58ee-0x58ff (17) -0x58e0| c4 71| .q| timestamp: 968192452 (s) 0x58ee-0x58f2 (4) +0x58e0| c4 71| .q| timestamp: 968192452 (2020-09-04T22:20:52Z) 0x58ee-0x58f2 (4) 0x58f0|b5 39 |.9 | 0x58f0| 80 e7 01 00 | .... | distance: 1248 (124800) (m) 0x58f2-0x58f6 (4) 0x58f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x58f6-0x58f8 (2) @@ -20660,7 +20660,7 @@ $ fq -d fit dv activity_dev.fit 0x58f0| 00| .| reserved: false 0x58ff.3-0x58ff.4 (0.1) 0x58f0| 00| .| local_message_type: 0 0x58ff.4-0x5900 (0.4) | | | data_message{}: 0x5900-0x5911 (17) -0x5900|c5 71 b5 39 |.q.9 | timestamp: 968192453 (s) 0x5900-0x5904 (4) +0x5900|c5 71 b5 39 |.q.9 | timestamp: 968192453 (2020-09-04T22:20:53Z) 0x5900-0x5904 (4) 0x5900| e4 e7 01 00 | .... | distance: 1249 (124900) (m) 0x5904-0x5908 (4) 0x5900| e8 03 | .. | speed: 1 (1000) (m/s) 0x5908-0x590a (2) 0x5900| 86 | . | heart_rate: 134 (bpm) 0x590a-0x590b (1) @@ -20676,7 +20676,7 @@ $ fq -d fit dv activity_dev.fit 0x5910| 00 | . | reserved: false 0x5911.3-0x5911.4 (0.1) 0x5910| 00 | . | local_message_type: 0 0x5911.4-0x5912 (0.4) | | | data_message{}: 0x5912-0x5923 (17) -0x5910| c6 71 b5 39 | .q.9 | timestamp: 968192454 (s) 0x5912-0x5916 (4) +0x5910| c6 71 b5 39 | .q.9 | timestamp: 968192454 (2020-09-04T22:20:54Z) 0x5912-0x5916 (4) 0x5910| 48 e8 01 00 | H... | distance: 1250 (125000) (m) 0x5916-0x591a (4) 0x5910| e8 03 | .. | speed: 1 (1000) (m/s) 0x591a-0x591c (2) 0x5910| 7f | . | heart_rate: 127 (bpm) 0x591c-0x591d (1) @@ -20692,7 +20692,7 @@ $ fq -d fit dv activity_dev.fit 0x5920| 00 | . | reserved: false 0x5923.3-0x5923.4 (0.1) 0x5920| 00 | . | local_message_type: 0 0x5923.4-0x5924 (0.4) | | | data_message{}: 0x5924-0x5935 (17) -0x5920| c7 71 b5 39 | .q.9 | timestamp: 968192455 (s) 0x5924-0x5928 (4) +0x5920| c7 71 b5 39 | .q.9 | timestamp: 968192455 (2020-09-04T22:20:55Z) 0x5924-0x5928 (4) 0x5920| ac e8 01 00 | .... | distance: 1251 (125100) (m) 0x5928-0x592c (4) 0x5920| e8 03 | .. | speed: 1 (1000) (m/s) 0x592c-0x592e (2) 0x5920| 77 | w | heart_rate: 119 (bpm) 0x592e-0x592f (1) @@ -20708,7 +20708,7 @@ $ fq -d fit dv activity_dev.fit 0x5930| 00 | . | reserved: false 0x5935.3-0x5935.4 (0.1) 0x5930| 00 | . | local_message_type: 0 0x5935.4-0x5936 (0.4) | | | data_message{}: 0x5936-0x5947 (17) -0x5930| c8 71 b5 39 | .q.9 | timestamp: 968192456 (s) 0x5936-0x593a (4) +0x5930| c8 71 b5 39 | .q.9 | timestamp: 968192456 (2020-09-04T22:20:56Z) 0x5936-0x593a (4) 0x5930| 10 e9 01 00 | .... | distance: 1252 (125200) (m) 0x593a-0x593e (4) 0x5930| e8 03| ..| speed: 1 (1000) (m/s) 0x593e-0x5940 (2) 0x5940|6f |o | heart_rate: 111 (bpm) 0x5940-0x5941 (1) @@ -20724,7 +20724,7 @@ $ fq -d fit dv activity_dev.fit 0x5940| 00 | . | reserved: false 0x5947.3-0x5947.4 (0.1) 0x5940| 00 | . | local_message_type: 0 0x5947.4-0x5948 (0.4) | | | data_message{}: 0x5948-0x5959 (17) -0x5940| c9 71 b5 39 | .q.9 | timestamp: 968192457 (s) 0x5948-0x594c (4) +0x5940| c9 71 b5 39 | .q.9 | timestamp: 968192457 (2020-09-04T22:20:57Z) 0x5948-0x594c (4) 0x5940| 74 e9 01 00| t...| distance: 1253 (125300) (m) 0x594c-0x5950 (4) 0x5950|e8 03 |.. | speed: 1 (1000) (m/s) 0x5950-0x5952 (2) 0x5950| 67 | g | heart_rate: 103 (bpm) 0x5952-0x5953 (1) @@ -20740,7 +20740,7 @@ $ fq -d fit dv activity_dev.fit 0x5950| 00 | . | reserved: false 0x5959.3-0x5959.4 (0.1) 0x5950| 00 | . | local_message_type: 0 0x5959.4-0x595a (0.4) | | | data_message{}: 0x595a-0x596b (17) -0x5950| ca 71 b5 39 | .q.9 | timestamp: 968192458 (s) 0x595a-0x595e (4) +0x5950| ca 71 b5 39 | .q.9 | timestamp: 968192458 (2020-09-04T22:20:58Z) 0x595a-0x595e (4) 0x5950| d8 e9| ..| distance: 1254 (125400) (m) 0x595e-0x5962 (4) 0x5960|01 00 |.. | 0x5960| e8 03 | .. | speed: 1 (1000) (m/s) 0x5962-0x5964 (2) @@ -20757,7 +20757,7 @@ $ fq -d fit dv activity_dev.fit 0x5960| 00 | . | reserved: false 0x596b.3-0x596b.4 (0.1) 0x5960| 00 | . | local_message_type: 0 0x596b.4-0x596c (0.4) | | | data_message{}: 0x596c-0x597d (17) -0x5960| cb 71 b5 39| .q.9| timestamp: 968192459 (s) 0x596c-0x5970 (4) +0x5960| cb 71 b5 39| .q.9| timestamp: 968192459 (2020-09-04T22:20:59Z) 0x596c-0x5970 (4) 0x5970|3c ea 01 00 |<... | distance: 1255 (125500) (m) 0x5970-0x5974 (4) 0x5970| e8 03 | .. | speed: 1 (1000) (m/s) 0x5974-0x5976 (2) 0x5970| 57 | W | heart_rate: 87 (bpm) 0x5976-0x5977 (1) @@ -20773,7 +20773,7 @@ $ fq -d fit dv activity_dev.fit 0x5970| 00 | . | reserved: false 0x597d.3-0x597d.4 (0.1) 0x5970| 00 | . | local_message_type: 0 0x597d.4-0x597e (0.4) | | | data_message{}: 0x597e-0x598f (17) -0x5970| cc 71| .q| timestamp: 968192460 (s) 0x597e-0x5982 (4) +0x5970| cc 71| .q| timestamp: 968192460 (2020-09-04T22:21:00Z) 0x597e-0x5982 (4) 0x5980|b5 39 |.9 | 0x5980| a0 ea 01 00 | .... | distance: 1256 (125600) (m) 0x5982-0x5986 (4) 0x5980| e8 03 | .. | speed: 1 (1000) (m/s) 0x5986-0x5988 (2) @@ -20790,7 +20790,7 @@ $ fq -d fit dv activity_dev.fit 0x5980| 00| .| reserved: false 0x598f.3-0x598f.4 (0.1) 0x5980| 00| .| local_message_type: 0 0x598f.4-0x5990 (0.4) | | | data_message{}: 0x5990-0x59a1 (17) -0x5990|cd 71 b5 39 |.q.9 | timestamp: 968192461 (s) 0x5990-0x5994 (4) +0x5990|cd 71 b5 39 |.q.9 | timestamp: 968192461 (2020-09-04T22:21:01Z) 0x5990-0x5994 (4) 0x5990| 04 eb 01 00 | .... | distance: 1257 (125700) (m) 0x5994-0x5998 (4) 0x5990| e8 03 | .. | speed: 1 (1000) (m/s) 0x5998-0x599a (2) 0x5990| 48 | H | heart_rate: 72 (bpm) 0x599a-0x599b (1) @@ -20806,7 +20806,7 @@ $ fq -d fit dv activity_dev.fit 0x59a0| 00 | . | reserved: false 0x59a1.3-0x59a1.4 (0.1) 0x59a0| 00 | . | local_message_type: 0 0x59a1.4-0x59a2 (0.4) | | | data_message{}: 0x59a2-0x59b3 (17) -0x59a0| ce 71 b5 39 | .q.9 | timestamp: 968192462 (s) 0x59a2-0x59a6 (4) +0x59a0| ce 71 b5 39 | .q.9 | timestamp: 968192462 (2020-09-04T22:21:02Z) 0x59a2-0x59a6 (4) 0x59a0| 68 eb 01 00 | h... | distance: 1258 (125800) (m) 0x59a6-0x59aa (4) 0x59a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x59aa-0x59ac (2) 0x59a0| 41 | A | heart_rate: 65 (bpm) 0x59ac-0x59ad (1) @@ -20822,7 +20822,7 @@ $ fq -d fit dv activity_dev.fit 0x59b0| 00 | . | reserved: false 0x59b3.3-0x59b3.4 (0.1) 0x59b0| 00 | . | local_message_type: 0 0x59b3.4-0x59b4 (0.4) | | | data_message{}: 0x59b4-0x59c5 (17) -0x59b0| cf 71 b5 39 | .q.9 | timestamp: 968192463 (s) 0x59b4-0x59b8 (4) +0x59b0| cf 71 b5 39 | .q.9 | timestamp: 968192463 (2020-09-04T22:21:03Z) 0x59b4-0x59b8 (4) 0x59b0| cc eb 01 00 | .... | distance: 1259 (125900) (m) 0x59b8-0x59bc (4) 0x59b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x59bc-0x59be (2) 0x59b0| 3a | : | heart_rate: 58 (bpm) 0x59be-0x59bf (1) @@ -20838,7 +20838,7 @@ $ fq -d fit dv activity_dev.fit 0x59c0| 00 | . | reserved: false 0x59c5.3-0x59c5.4 (0.1) 0x59c0| 00 | . | local_message_type: 0 0x59c5.4-0x59c6 (0.4) | | | data_message{}: 0x59c6-0x59d7 (17) -0x59c0| d0 71 b5 39 | .q.9 | timestamp: 968192464 (s) 0x59c6-0x59ca (4) +0x59c0| d0 71 b5 39 | .q.9 | timestamp: 968192464 (2020-09-04T22:21:04Z) 0x59c6-0x59ca (4) 0x59c0| 30 ec 01 00 | 0... | distance: 1260 (126000) (m) 0x59ca-0x59ce (4) 0x59c0| e8 03| ..| speed: 1 (1000) (m/s) 0x59ce-0x59d0 (2) 0x59d0|34 |4 | heart_rate: 52 (bpm) 0x59d0-0x59d1 (1) @@ -20854,7 +20854,7 @@ $ fq -d fit dv activity_dev.fit 0x59d0| 00 | . | reserved: false 0x59d7.3-0x59d7.4 (0.1) 0x59d0| 00 | . | local_message_type: 0 0x59d7.4-0x59d8 (0.4) | | | data_message{}: 0x59d8-0x59e9 (17) -0x59d0| d1 71 b5 39 | .q.9 | timestamp: 968192465 (s) 0x59d8-0x59dc (4) +0x59d0| d1 71 b5 39 | .q.9 | timestamp: 968192465 (2020-09-04T22:21:05Z) 0x59d8-0x59dc (4) 0x59d0| 94 ec 01 00| ....| distance: 1261 (126100) (m) 0x59dc-0x59e0 (4) 0x59e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x59e0-0x59e2 (2) 0x59e0| 2e | . | heart_rate: 46 (bpm) 0x59e2-0x59e3 (1) @@ -20870,7 +20870,7 @@ $ fq -d fit dv activity_dev.fit 0x59e0| 00 | . | reserved: false 0x59e9.3-0x59e9.4 (0.1) 0x59e0| 00 | . | local_message_type: 0 0x59e9.4-0x59ea (0.4) | | | data_message{}: 0x59ea-0x59fb (17) -0x59e0| d2 71 b5 39 | .q.9 | timestamp: 968192466 (s) 0x59ea-0x59ee (4) +0x59e0| d2 71 b5 39 | .q.9 | timestamp: 968192466 (2020-09-04T22:21:06Z) 0x59ea-0x59ee (4) 0x59e0| f8 ec| ..| distance: 1262 (126200) (m) 0x59ee-0x59f2 (4) 0x59f0|01 00 |.. | 0x59f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x59f2-0x59f4 (2) @@ -20887,7 +20887,7 @@ $ fq -d fit dv activity_dev.fit 0x59f0| 00 | . | reserved: false 0x59fb.3-0x59fb.4 (0.1) 0x59f0| 00 | . | local_message_type: 0 0x59fb.4-0x59fc (0.4) | | | data_message{}: 0x59fc-0x5a0d (17) -0x59f0| d3 71 b5 39| .q.9| timestamp: 968192467 (s) 0x59fc-0x5a00 (4) +0x59f0| d3 71 b5 39| .q.9| timestamp: 968192467 (2020-09-04T22:21:07Z) 0x59fc-0x5a00 (4) 0x5a00|5c ed 01 00 |\... | distance: 1263 (126300) (m) 0x5a00-0x5a04 (4) 0x5a00| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a04-0x5a06 (2) 0x5a00| 22 | " | heart_rate: 34 (bpm) 0x5a06-0x5a07 (1) @@ -20903,7 +20903,7 @@ $ fq -d fit dv activity_dev.fit 0x5a00| 00 | . | reserved: false 0x5a0d.3-0x5a0d.4 (0.1) 0x5a00| 00 | . | local_message_type: 0 0x5a0d.4-0x5a0e (0.4) | | | data_message{}: 0x5a0e-0x5a1f (17) -0x5a00| d4 71| .q| timestamp: 968192468 (s) 0x5a0e-0x5a12 (4) +0x5a00| d4 71| .q| timestamp: 968192468 (2020-09-04T22:21:08Z) 0x5a0e-0x5a12 (4) 0x5a10|b5 39 |.9 | 0x5a10| c0 ed 01 00 | .... | distance: 1264 (126400) (m) 0x5a12-0x5a16 (4) 0x5a10| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a16-0x5a18 (2) @@ -20920,7 +20920,7 @@ $ fq -d fit dv activity_dev.fit 0x5a10| 00| .| reserved: false 0x5a1f.3-0x5a1f.4 (0.1) 0x5a10| 00| .| local_message_type: 0 0x5a1f.4-0x5a20 (0.4) | | | data_message{}: 0x5a20-0x5a31 (17) -0x5a20|d5 71 b5 39 |.q.9 | timestamp: 968192469 (s) 0x5a20-0x5a24 (4) +0x5a20|d5 71 b5 39 |.q.9 | timestamp: 968192469 (2020-09-04T22:21:09Z) 0x5a20-0x5a24 (4) 0x5a20| 24 ee 01 00 | $... | distance: 1265 (126500) (m) 0x5a24-0x5a28 (4) 0x5a20| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a28-0x5a2a (2) 0x5a20| 18 | . | heart_rate: 24 (bpm) 0x5a2a-0x5a2b (1) @@ -20936,7 +20936,7 @@ $ fq -d fit dv activity_dev.fit 0x5a30| 00 | . | reserved: false 0x5a31.3-0x5a31.4 (0.1) 0x5a30| 00 | . | local_message_type: 0 0x5a31.4-0x5a32 (0.4) | | | data_message{}: 0x5a32-0x5a43 (17) -0x5a30| d6 71 b5 39 | .q.9 | timestamp: 968192470 (s) 0x5a32-0x5a36 (4) +0x5a30| d6 71 b5 39 | .q.9 | timestamp: 968192470 (2020-09-04T22:21:10Z) 0x5a32-0x5a36 (4) 0x5a30| 88 ee 01 00 | .... | distance: 1266 (126600) (m) 0x5a36-0x5a3a (4) 0x5a30| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a3a-0x5a3c (2) 0x5a30| 13 | . | heart_rate: 19 (bpm) 0x5a3c-0x5a3d (1) @@ -20952,7 +20952,7 @@ $ fq -d fit dv activity_dev.fit 0x5a40| 00 | . | reserved: false 0x5a43.3-0x5a43.4 (0.1) 0x5a40| 00 | . | local_message_type: 0 0x5a43.4-0x5a44 (0.4) | | | data_message{}: 0x5a44-0x5a55 (17) -0x5a40| d7 71 b5 39 | .q.9 | timestamp: 968192471 (s) 0x5a44-0x5a48 (4) +0x5a40| d7 71 b5 39 | .q.9 | timestamp: 968192471 (2020-09-04T22:21:11Z) 0x5a44-0x5a48 (4) 0x5a40| ec ee 01 00 | .... | distance: 1267 (126700) (m) 0x5a48-0x5a4c (4) 0x5a40| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a4c-0x5a4e (2) 0x5a40| 0f | . | heart_rate: 15 (bpm) 0x5a4e-0x5a4f (1) @@ -20968,7 +20968,7 @@ $ fq -d fit dv activity_dev.fit 0x5a50| 00 | . | reserved: false 0x5a55.3-0x5a55.4 (0.1) 0x5a50| 00 | . | local_message_type: 0 0x5a55.4-0x5a56 (0.4) | | | data_message{}: 0x5a56-0x5a67 (17) -0x5a50| d8 71 b5 39 | .q.9 | timestamp: 968192472 (s) 0x5a56-0x5a5a (4) +0x5a50| d8 71 b5 39 | .q.9 | timestamp: 968192472 (2020-09-04T22:21:12Z) 0x5a56-0x5a5a (4) 0x5a50| 50 ef 01 00 | P... | distance: 1268 (126800) (m) 0x5a5a-0x5a5e (4) 0x5a50| e8 03| ..| speed: 1 (1000) (m/s) 0x5a5e-0x5a60 (2) 0x5a60|0c |. | heart_rate: 12 (bpm) 0x5a60-0x5a61 (1) @@ -20984,7 +20984,7 @@ $ fq -d fit dv activity_dev.fit 0x5a60| 00 | . | reserved: false 0x5a67.3-0x5a67.4 (0.1) 0x5a60| 00 | . | local_message_type: 0 0x5a67.4-0x5a68 (0.4) | | | data_message{}: 0x5a68-0x5a79 (17) -0x5a60| d9 71 b5 39 | .q.9 | timestamp: 968192473 (s) 0x5a68-0x5a6c (4) +0x5a60| d9 71 b5 39 | .q.9 | timestamp: 968192473 (2020-09-04T22:21:13Z) 0x5a68-0x5a6c (4) 0x5a60| b4 ef 01 00| ....| distance: 1269 (126900) (m) 0x5a6c-0x5a70 (4) 0x5a70|e8 03 |.. | speed: 1 (1000) (m/s) 0x5a70-0x5a72 (2) 0x5a70| 08 | . | heart_rate: 8 (bpm) 0x5a72-0x5a73 (1) @@ -21000,7 +21000,7 @@ $ fq -d fit dv activity_dev.fit 0x5a70| 00 | . | reserved: false 0x5a79.3-0x5a79.4 (0.1) 0x5a70| 00 | . | local_message_type: 0 0x5a79.4-0x5a7a (0.4) | | | data_message{}: 0x5a7a-0x5a8b (17) -0x5a70| da 71 b5 39 | .q.9 | timestamp: 968192474 (s) 0x5a7a-0x5a7e (4) +0x5a70| da 71 b5 39 | .q.9 | timestamp: 968192474 (2020-09-04T22:21:14Z) 0x5a7a-0x5a7e (4) 0x5a70| 18 f0| ..| distance: 1270 (127000) (m) 0x5a7e-0x5a82 (4) 0x5a80|01 00 |.. | 0x5a80| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a82-0x5a84 (2) @@ -21017,7 +21017,7 @@ $ fq -d fit dv activity_dev.fit 0x5a80| 00 | . | reserved: false 0x5a8b.3-0x5a8b.4 (0.1) 0x5a80| 00 | . | local_message_type: 0 0x5a8b.4-0x5a8c (0.4) | | | data_message{}: 0x5a8c-0x5a9d (17) -0x5a80| db 71 b5 39| .q.9| timestamp: 968192475 (s) 0x5a8c-0x5a90 (4) +0x5a80| db 71 b5 39| .q.9| timestamp: 968192475 (2020-09-04T22:21:15Z) 0x5a8c-0x5a90 (4) 0x5a90|7c f0 01 00 ||... | distance: 1271 (127100) (m) 0x5a90-0x5a94 (4) 0x5a90| e8 03 | .. | speed: 1 (1000) (m/s) 0x5a94-0x5a96 (2) 0x5a90| 03 | . | heart_rate: 3 (bpm) 0x5a96-0x5a97 (1) @@ -21033,7 +21033,7 @@ $ fq -d fit dv activity_dev.fit 0x5a90| 00 | . | reserved: false 0x5a9d.3-0x5a9d.4 (0.1) 0x5a90| 00 | . | local_message_type: 0 0x5a9d.4-0x5a9e (0.4) | | | data_message{}: 0x5a9e-0x5aaf (17) -0x5a90| dc 71| .q| timestamp: 968192476 (s) 0x5a9e-0x5aa2 (4) +0x5a90| dc 71| .q| timestamp: 968192476 (2020-09-04T22:21:16Z) 0x5a9e-0x5aa2 (4) 0x5aa0|b5 39 |.9 | 0x5aa0| e0 f0 01 00 | .... | distance: 1272 (127200) (m) 0x5aa2-0x5aa6 (4) 0x5aa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5aa6-0x5aa8 (2) @@ -21050,7 +21050,7 @@ $ fq -d fit dv activity_dev.fit 0x5aa0| 00| .| reserved: false 0x5aaf.3-0x5aaf.4 (0.1) 0x5aa0| 00| .| local_message_type: 0 0x5aaf.4-0x5ab0 (0.4) | | | data_message{}: 0x5ab0-0x5ac1 (17) -0x5ab0|dd 71 b5 39 |.q.9 | timestamp: 968192477 (s) 0x5ab0-0x5ab4 (4) +0x5ab0|dd 71 b5 39 |.q.9 | timestamp: 968192477 (2020-09-04T22:21:17Z) 0x5ab0-0x5ab4 (4) 0x5ab0| 44 f1 01 00 | D... | distance: 1273 (127300) (m) 0x5ab4-0x5ab8 (4) 0x5ab0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5ab8-0x5aba (2) 0x5ab0| 01 | . | heart_rate: 1 (bpm) 0x5aba-0x5abb (1) @@ -21066,7 +21066,7 @@ $ fq -d fit dv activity_dev.fit 0x5ac0| 00 | . | reserved: false 0x5ac1.3-0x5ac1.4 (0.1) 0x5ac0| 00 | . | local_message_type: 0 0x5ac1.4-0x5ac2 (0.4) | | | data_message{}: 0x5ac2-0x5ad3 (17) -0x5ac0| de 71 b5 39 | .q.9 | timestamp: 968192478 (s) 0x5ac2-0x5ac6 (4) +0x5ac0| de 71 b5 39 | .q.9 | timestamp: 968192478 (2020-09-04T22:21:18Z) 0x5ac2-0x5ac6 (4) 0x5ac0| a8 f1 01 00 | .... | distance: 1274 (127400) (m) 0x5ac6-0x5aca (4) 0x5ac0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5aca-0x5acc (2) 0x5ac0| 00 | . | heart_rate: 0 (bpm) 0x5acc-0x5acd (1) @@ -21082,7 +21082,7 @@ $ fq -d fit dv activity_dev.fit 0x5ad0| 00 | . | reserved: false 0x5ad3.3-0x5ad3.4 (0.1) 0x5ad0| 00 | . | local_message_type: 0 0x5ad3.4-0x5ad4 (0.4) | | | data_message{}: 0x5ad4-0x5ae5 (17) -0x5ad0| df 71 b5 39 | .q.9 | timestamp: 968192479 (s) 0x5ad4-0x5ad8 (4) +0x5ad0| df 71 b5 39 | .q.9 | timestamp: 968192479 (2020-09-04T22:21:19Z) 0x5ad4-0x5ad8 (4) 0x5ad0| 0c f2 01 00 | .... | distance: 1275 (127500) (m) 0x5ad8-0x5adc (4) 0x5ad0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5adc-0x5ade (2) 0x5ad0| 00 | . | heart_rate: 0 (bpm) 0x5ade-0x5adf (1) @@ -21098,7 +21098,7 @@ $ fq -d fit dv activity_dev.fit 0x5ae0| 00 | . | reserved: false 0x5ae5.3-0x5ae5.4 (0.1) 0x5ae0| 00 | . | local_message_type: 0 0x5ae5.4-0x5ae6 (0.4) | | | data_message{}: 0x5ae6-0x5af7 (17) -0x5ae0| e0 71 b5 39 | .q.9 | timestamp: 968192480 (s) 0x5ae6-0x5aea (4) +0x5ae0| e0 71 b5 39 | .q.9 | timestamp: 968192480 (2020-09-04T22:21:20Z) 0x5ae6-0x5aea (4) 0x5ae0| 70 f2 01 00 | p... | distance: 1276 (127600) (m) 0x5aea-0x5aee (4) 0x5ae0| e8 03| ..| speed: 1 (1000) (m/s) 0x5aee-0x5af0 (2) 0x5af0|00 |. | heart_rate: 0 (bpm) 0x5af0-0x5af1 (1) @@ -21114,7 +21114,7 @@ $ fq -d fit dv activity_dev.fit 0x5af0| 00 | . | reserved: false 0x5af7.3-0x5af7.4 (0.1) 0x5af0| 00 | . | local_message_type: 0 0x5af7.4-0x5af8 (0.4) | | | data_message{}: 0x5af8-0x5b09 (17) -0x5af0| e1 71 b5 39 | .q.9 | timestamp: 968192481 (s) 0x5af8-0x5afc (4) +0x5af0| e1 71 b5 39 | .q.9 | timestamp: 968192481 (2020-09-04T22:21:21Z) 0x5af8-0x5afc (4) 0x5af0| d4 f2 01 00| ....| distance: 1277 (127700) (m) 0x5afc-0x5b00 (4) 0x5b00|e8 03 |.. | speed: 1 (1000) (m/s) 0x5b00-0x5b02 (2) 0x5b00| 01 | . | heart_rate: 1 (bpm) 0x5b02-0x5b03 (1) @@ -21130,7 +21130,7 @@ $ fq -d fit dv activity_dev.fit 0x5b00| 00 | . | reserved: false 0x5b09.3-0x5b09.4 (0.1) 0x5b00| 00 | . | local_message_type: 0 0x5b09.4-0x5b0a (0.4) | | | data_message{}: 0x5b0a-0x5b1b (17) -0x5b00| e2 71 b5 39 | .q.9 | timestamp: 968192482 (s) 0x5b0a-0x5b0e (4) +0x5b00| e2 71 b5 39 | .q.9 | timestamp: 968192482 (2020-09-04T22:21:22Z) 0x5b0a-0x5b0e (4) 0x5b00| 38 f3| 8.| distance: 1278 (127800) (m) 0x5b0e-0x5b12 (4) 0x5b10|01 00 |.. | 0x5b10| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b12-0x5b14 (2) @@ -21147,7 +21147,7 @@ $ fq -d fit dv activity_dev.fit 0x5b10| 00 | . | reserved: false 0x5b1b.3-0x5b1b.4 (0.1) 0x5b10| 00 | . | local_message_type: 0 0x5b1b.4-0x5b1c (0.4) | | | data_message{}: 0x5b1c-0x5b2d (17) -0x5b10| e3 71 b5 39| .q.9| timestamp: 968192483 (s) 0x5b1c-0x5b20 (4) +0x5b10| e3 71 b5 39| .q.9| timestamp: 968192483 (2020-09-04T22:21:23Z) 0x5b1c-0x5b20 (4) 0x5b20|9c f3 01 00 |.... | distance: 1279 (127900) (m) 0x5b20-0x5b24 (4) 0x5b20| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b24-0x5b26 (2) 0x5b20| 03 | . | heart_rate: 3 (bpm) 0x5b26-0x5b27 (1) @@ -21163,7 +21163,7 @@ $ fq -d fit dv activity_dev.fit 0x5b20| 00 | . | reserved: false 0x5b2d.3-0x5b2d.4 (0.1) 0x5b20| 00 | . | local_message_type: 0 0x5b2d.4-0x5b2e (0.4) | | | data_message{}: 0x5b2e-0x5b3f (17) -0x5b20| e4 71| .q| timestamp: 968192484 (s) 0x5b2e-0x5b32 (4) +0x5b20| e4 71| .q| timestamp: 968192484 (2020-09-04T22:21:24Z) 0x5b2e-0x5b32 (4) 0x5b30|b5 39 |.9 | 0x5b30| 00 f4 01 00 | .... | distance: 1280 (128000) (m) 0x5b32-0x5b36 (4) 0x5b30| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b36-0x5b38 (2) @@ -21180,7 +21180,7 @@ $ fq -d fit dv activity_dev.fit 0x5b30| 00| .| reserved: false 0x5b3f.3-0x5b3f.4 (0.1) 0x5b30| 00| .| local_message_type: 0 0x5b3f.4-0x5b40 (0.4) | | | data_message{}: 0x5b40-0x5b51 (17) -0x5b40|e5 71 b5 39 |.q.9 | timestamp: 968192485 (s) 0x5b40-0x5b44 (4) +0x5b40|e5 71 b5 39 |.q.9 | timestamp: 968192485 (2020-09-04T22:21:25Z) 0x5b40-0x5b44 (4) 0x5b40| 64 f4 01 00 | d... | distance: 1281 (128100) (m) 0x5b44-0x5b48 (4) 0x5b40| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b48-0x5b4a (2) 0x5b40| 08 | . | heart_rate: 8 (bpm) 0x5b4a-0x5b4b (1) @@ -21196,7 +21196,7 @@ $ fq -d fit dv activity_dev.fit 0x5b50| 00 | . | reserved: false 0x5b51.3-0x5b51.4 (0.1) 0x5b50| 00 | . | local_message_type: 0 0x5b51.4-0x5b52 (0.4) | | | data_message{}: 0x5b52-0x5b63 (17) -0x5b50| e6 71 b5 39 | .q.9 | timestamp: 968192486 (s) 0x5b52-0x5b56 (4) +0x5b50| e6 71 b5 39 | .q.9 | timestamp: 968192486 (2020-09-04T22:21:26Z) 0x5b52-0x5b56 (4) 0x5b50| c8 f4 01 00 | .... | distance: 1282 (128200) (m) 0x5b56-0x5b5a (4) 0x5b50| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b5a-0x5b5c (2) 0x5b50| 0c | . | heart_rate: 12 (bpm) 0x5b5c-0x5b5d (1) @@ -21212,7 +21212,7 @@ $ fq -d fit dv activity_dev.fit 0x5b60| 00 | . | reserved: false 0x5b63.3-0x5b63.4 (0.1) 0x5b60| 00 | . | local_message_type: 0 0x5b63.4-0x5b64 (0.4) | | | data_message{}: 0x5b64-0x5b75 (17) -0x5b60| e7 71 b5 39 | .q.9 | timestamp: 968192487 (s) 0x5b64-0x5b68 (4) +0x5b60| e7 71 b5 39 | .q.9 | timestamp: 968192487 (2020-09-04T22:21:27Z) 0x5b64-0x5b68 (4) 0x5b60| 2c f5 01 00 | ,... | distance: 1283 (128300) (m) 0x5b68-0x5b6c (4) 0x5b60| e8 03 | .. | speed: 1 (1000) (m/s) 0x5b6c-0x5b6e (2) 0x5b60| 0f | . | heart_rate: 15 (bpm) 0x5b6e-0x5b6f (1) @@ -21228,7 +21228,7 @@ $ fq -d fit dv activity_dev.fit 0x5b70| 00 | . | reserved: false 0x5b75.3-0x5b75.4 (0.1) 0x5b70| 00 | . | local_message_type: 0 0x5b75.4-0x5b76 (0.4) | | | data_message{}: 0x5b76-0x5b87 (17) -0x5b70| e8 71 b5 39 | .q.9 | timestamp: 968192488 (s) 0x5b76-0x5b7a (4) +0x5b70| e8 71 b5 39 | .q.9 | timestamp: 968192488 (2020-09-04T22:21:28Z) 0x5b76-0x5b7a (4) 0x5b70| 90 f5 01 00 | .... | distance: 1284 (128400) (m) 0x5b7a-0x5b7e (4) 0x5b70| e8 03| ..| speed: 1 (1000) (m/s) 0x5b7e-0x5b80 (2) 0x5b80|13 |. | heart_rate: 19 (bpm) 0x5b80-0x5b81 (1) @@ -21244,7 +21244,7 @@ $ fq -d fit dv activity_dev.fit 0x5b80| 00 | . | reserved: false 0x5b87.3-0x5b87.4 (0.1) 0x5b80| 00 | . | local_message_type: 0 0x5b87.4-0x5b88 (0.4) | | | data_message{}: 0x5b88-0x5b99 (17) -0x5b80| e9 71 b5 39 | .q.9 | timestamp: 968192489 (s) 0x5b88-0x5b8c (4) +0x5b80| e9 71 b5 39 | .q.9 | timestamp: 968192489 (2020-09-04T22:21:29Z) 0x5b88-0x5b8c (4) 0x5b80| f4 f5 01 00| ....| distance: 1285 (128500) (m) 0x5b8c-0x5b90 (4) 0x5b90|e8 03 |.. | speed: 1 (1000) (m/s) 0x5b90-0x5b92 (2) 0x5b90| 18 | . | heart_rate: 24 (bpm) 0x5b92-0x5b93 (1) @@ -21260,7 +21260,7 @@ $ fq -d fit dv activity_dev.fit 0x5b90| 00 | . | reserved: false 0x5b99.3-0x5b99.4 (0.1) 0x5b90| 00 | . | local_message_type: 0 0x5b99.4-0x5b9a (0.4) | | | data_message{}: 0x5b9a-0x5bab (17) -0x5b90| ea 71 b5 39 | .q.9 | timestamp: 968192490 (s) 0x5b9a-0x5b9e (4) +0x5b90| ea 71 b5 39 | .q.9 | timestamp: 968192490 (2020-09-04T22:21:30Z) 0x5b9a-0x5b9e (4) 0x5b90| 58 f6| X.| distance: 1286 (128600) (m) 0x5b9e-0x5ba2 (4) 0x5ba0|01 00 |.. | 0x5ba0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5ba2-0x5ba4 (2) @@ -21277,7 +21277,7 @@ $ fq -d fit dv activity_dev.fit 0x5ba0| 00 | . | reserved: false 0x5bab.3-0x5bab.4 (0.1) 0x5ba0| 00 | . | local_message_type: 0 0x5bab.4-0x5bac (0.4) | | | data_message{}: 0x5bac-0x5bbd (17) -0x5ba0| eb 71 b5 39| .q.9| timestamp: 968192491 (s) 0x5bac-0x5bb0 (4) +0x5ba0| eb 71 b5 39| .q.9| timestamp: 968192491 (2020-09-04T22:21:31Z) 0x5bac-0x5bb0 (4) 0x5bb0|bc f6 01 00 |.... | distance: 1287 (128700) (m) 0x5bb0-0x5bb4 (4) 0x5bb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5bb4-0x5bb6 (2) 0x5bb0| 22 | " | heart_rate: 34 (bpm) 0x5bb6-0x5bb7 (1) @@ -21293,7 +21293,7 @@ $ fq -d fit dv activity_dev.fit 0x5bb0| 00 | . | reserved: false 0x5bbd.3-0x5bbd.4 (0.1) 0x5bb0| 00 | . | local_message_type: 0 0x5bbd.4-0x5bbe (0.4) | | | data_message{}: 0x5bbe-0x5bcf (17) -0x5bb0| ec 71| .q| timestamp: 968192492 (s) 0x5bbe-0x5bc2 (4) +0x5bb0| ec 71| .q| timestamp: 968192492 (2020-09-04T22:21:32Z) 0x5bbe-0x5bc2 (4) 0x5bc0|b5 39 |.9 | 0x5bc0| 20 f7 01 00 | ... | distance: 1288 (128800) (m) 0x5bc2-0x5bc6 (4) 0x5bc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5bc6-0x5bc8 (2) @@ -21310,7 +21310,7 @@ $ fq -d fit dv activity_dev.fit 0x5bc0| 00| .| reserved: false 0x5bcf.3-0x5bcf.4 (0.1) 0x5bc0| 00| .| local_message_type: 0 0x5bcf.4-0x5bd0 (0.4) | | | data_message{}: 0x5bd0-0x5be1 (17) -0x5bd0|ed 71 b5 39 |.q.9 | timestamp: 968192493 (s) 0x5bd0-0x5bd4 (4) +0x5bd0|ed 71 b5 39 |.q.9 | timestamp: 968192493 (2020-09-04T22:21:33Z) 0x5bd0-0x5bd4 (4) 0x5bd0| 84 f7 01 00 | .... | distance: 1289 (128900) (m) 0x5bd4-0x5bd8 (4) 0x5bd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5bd8-0x5bda (2) 0x5bd0| 2e | . | heart_rate: 46 (bpm) 0x5bda-0x5bdb (1) @@ -21326,7 +21326,7 @@ $ fq -d fit dv activity_dev.fit 0x5be0| 00 | . | reserved: false 0x5be1.3-0x5be1.4 (0.1) 0x5be0| 00 | . | local_message_type: 0 0x5be1.4-0x5be2 (0.4) | | | data_message{}: 0x5be2-0x5bf3 (17) -0x5be0| ee 71 b5 39 | .q.9 | timestamp: 968192494 (s) 0x5be2-0x5be6 (4) +0x5be0| ee 71 b5 39 | .q.9 | timestamp: 968192494 (2020-09-04T22:21:34Z) 0x5be2-0x5be6 (4) 0x5be0| e8 f7 01 00 | .... | distance: 1290 (129000) (m) 0x5be6-0x5bea (4) 0x5be0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5bea-0x5bec (2) 0x5be0| 34 | 4 | heart_rate: 52 (bpm) 0x5bec-0x5bed (1) @@ -21342,7 +21342,7 @@ $ fq -d fit dv activity_dev.fit 0x5bf0| 00 | . | reserved: false 0x5bf3.3-0x5bf3.4 (0.1) 0x5bf0| 00 | . | local_message_type: 0 0x5bf3.4-0x5bf4 (0.4) | | | data_message{}: 0x5bf4-0x5c05 (17) -0x5bf0| ef 71 b5 39 | .q.9 | timestamp: 968192495 (s) 0x5bf4-0x5bf8 (4) +0x5bf0| ef 71 b5 39 | .q.9 | timestamp: 968192495 (2020-09-04T22:21:35Z) 0x5bf4-0x5bf8 (4) 0x5bf0| 4c f8 01 00 | L... | distance: 1291 (129100) (m) 0x5bf8-0x5bfc (4) 0x5bf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5bfc-0x5bfe (2) 0x5bf0| 3a | : | heart_rate: 58 (bpm) 0x5bfe-0x5bff (1) @@ -21358,7 +21358,7 @@ $ fq -d fit dv activity_dev.fit 0x5c00| 00 | . | reserved: false 0x5c05.3-0x5c05.4 (0.1) 0x5c00| 00 | . | local_message_type: 0 0x5c05.4-0x5c06 (0.4) | | | data_message{}: 0x5c06-0x5c17 (17) -0x5c00| f0 71 b5 39 | .q.9 | timestamp: 968192496 (s) 0x5c06-0x5c0a (4) +0x5c00| f0 71 b5 39 | .q.9 | timestamp: 968192496 (2020-09-04T22:21:36Z) 0x5c06-0x5c0a (4) 0x5c00| b0 f8 01 00 | .... | distance: 1292 (129200) (m) 0x5c0a-0x5c0e (4) 0x5c00| e8 03| ..| speed: 1 (1000) (m/s) 0x5c0e-0x5c10 (2) 0x5c10|41 |A | heart_rate: 65 (bpm) 0x5c10-0x5c11 (1) @@ -21374,7 +21374,7 @@ $ fq -d fit dv activity_dev.fit 0x5c10| 00 | . | reserved: false 0x5c17.3-0x5c17.4 (0.1) 0x5c10| 00 | . | local_message_type: 0 0x5c17.4-0x5c18 (0.4) | | | data_message{}: 0x5c18-0x5c29 (17) -0x5c10| f1 71 b5 39 | .q.9 | timestamp: 968192497 (s) 0x5c18-0x5c1c (4) +0x5c10| f1 71 b5 39 | .q.9 | timestamp: 968192497 (2020-09-04T22:21:37Z) 0x5c18-0x5c1c (4) 0x5c10| 14 f9 01 00| ....| distance: 1293 (129300) (m) 0x5c1c-0x5c20 (4) 0x5c20|e8 03 |.. | speed: 1 (1000) (m/s) 0x5c20-0x5c22 (2) 0x5c20| 48 | H | heart_rate: 72 (bpm) 0x5c22-0x5c23 (1) @@ -21390,7 +21390,7 @@ $ fq -d fit dv activity_dev.fit 0x5c20| 00 | . | reserved: false 0x5c29.3-0x5c29.4 (0.1) 0x5c20| 00 | . | local_message_type: 0 0x5c29.4-0x5c2a (0.4) | | | data_message{}: 0x5c2a-0x5c3b (17) -0x5c20| f2 71 b5 39 | .q.9 | timestamp: 968192498 (s) 0x5c2a-0x5c2e (4) +0x5c20| f2 71 b5 39 | .q.9 | timestamp: 968192498 (2020-09-04T22:21:38Z) 0x5c2a-0x5c2e (4) 0x5c20| 78 f9| x.| distance: 1294 (129400) (m) 0x5c2e-0x5c32 (4) 0x5c30|01 00 |.. | 0x5c30| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c32-0x5c34 (2) @@ -21407,7 +21407,7 @@ $ fq -d fit dv activity_dev.fit 0x5c30| 00 | . | reserved: false 0x5c3b.3-0x5c3b.4 (0.1) 0x5c30| 00 | . | local_message_type: 0 0x5c3b.4-0x5c3c (0.4) | | | data_message{}: 0x5c3c-0x5c4d (17) -0x5c30| f3 71 b5 39| .q.9| timestamp: 968192499 (s) 0x5c3c-0x5c40 (4) +0x5c30| f3 71 b5 39| .q.9| timestamp: 968192499 (2020-09-04T22:21:39Z) 0x5c3c-0x5c40 (4) 0x5c40|dc f9 01 00 |.... | distance: 1295 (129500) (m) 0x5c40-0x5c44 (4) 0x5c40| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c44-0x5c46 (2) 0x5c40| 57 | W | heart_rate: 87 (bpm) 0x5c46-0x5c47 (1) @@ -21423,7 +21423,7 @@ $ fq -d fit dv activity_dev.fit 0x5c40| 00 | . | reserved: false 0x5c4d.3-0x5c4d.4 (0.1) 0x5c40| 00 | . | local_message_type: 0 0x5c4d.4-0x5c4e (0.4) | | | data_message{}: 0x5c4e-0x5c5f (17) -0x5c40| f4 71| .q| timestamp: 968192500 (s) 0x5c4e-0x5c52 (4) +0x5c40| f4 71| .q| timestamp: 968192500 (2020-09-04T22:21:40Z) 0x5c4e-0x5c52 (4) 0x5c50|b5 39 |.9 | 0x5c50| 40 fa 01 00 | @... | distance: 1296 (129600) (m) 0x5c52-0x5c56 (4) 0x5c50| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c56-0x5c58 (2) @@ -21440,7 +21440,7 @@ $ fq -d fit dv activity_dev.fit 0x5c50| 00| .| reserved: false 0x5c5f.3-0x5c5f.4 (0.1) 0x5c50| 00| .| local_message_type: 0 0x5c5f.4-0x5c60 (0.4) | | | data_message{}: 0x5c60-0x5c71 (17) -0x5c60|f5 71 b5 39 |.q.9 | timestamp: 968192501 (s) 0x5c60-0x5c64 (4) +0x5c60|f5 71 b5 39 |.q.9 | timestamp: 968192501 (2020-09-04T22:21:41Z) 0x5c60-0x5c64 (4) 0x5c60| a4 fa 01 00 | .... | distance: 1297 (129700) (m) 0x5c64-0x5c68 (4) 0x5c60| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c68-0x5c6a (2) 0x5c60| 67 | g | heart_rate: 103 (bpm) 0x5c6a-0x5c6b (1) @@ -21456,7 +21456,7 @@ $ fq -d fit dv activity_dev.fit 0x5c70| 00 | . | reserved: false 0x5c71.3-0x5c71.4 (0.1) 0x5c70| 00 | . | local_message_type: 0 0x5c71.4-0x5c72 (0.4) | | | data_message{}: 0x5c72-0x5c83 (17) -0x5c70| f6 71 b5 39 | .q.9 | timestamp: 968192502 (s) 0x5c72-0x5c76 (4) +0x5c70| f6 71 b5 39 | .q.9 | timestamp: 968192502 (2020-09-04T22:21:42Z) 0x5c72-0x5c76 (4) 0x5c70| 08 fb 01 00 | .... | distance: 1298 (129800) (m) 0x5c76-0x5c7a (4) 0x5c70| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c7a-0x5c7c (2) 0x5c70| 6f | o | heart_rate: 111 (bpm) 0x5c7c-0x5c7d (1) @@ -21472,7 +21472,7 @@ $ fq -d fit dv activity_dev.fit 0x5c80| 00 | . | reserved: false 0x5c83.3-0x5c83.4 (0.1) 0x5c80| 00 | . | local_message_type: 0 0x5c83.4-0x5c84 (0.4) | | | data_message{}: 0x5c84-0x5c95 (17) -0x5c80| f7 71 b5 39 | .q.9 | timestamp: 968192503 (s) 0x5c84-0x5c88 (4) +0x5c80| f7 71 b5 39 | .q.9 | timestamp: 968192503 (2020-09-04T22:21:43Z) 0x5c84-0x5c88 (4) 0x5c80| 6c fb 01 00 | l... | distance: 1299 (129900) (m) 0x5c88-0x5c8c (4) 0x5c80| e8 03 | .. | speed: 1 (1000) (m/s) 0x5c8c-0x5c8e (2) 0x5c80| 77 | w | heart_rate: 119 (bpm) 0x5c8e-0x5c8f (1) @@ -21488,7 +21488,7 @@ $ fq -d fit dv activity_dev.fit 0x5c90| 00 | . | reserved: false 0x5c95.3-0x5c95.4 (0.1) 0x5c90| 00 | . | local_message_type: 0 0x5c95.4-0x5c96 (0.4) | | | data_message{}: 0x5c96-0x5ca7 (17) -0x5c90| f8 71 b5 39 | .q.9 | timestamp: 968192504 (s) 0x5c96-0x5c9a (4) +0x5c90| f8 71 b5 39 | .q.9 | timestamp: 968192504 (2020-09-04T22:21:44Z) 0x5c96-0x5c9a (4) 0x5c90| d0 fb 01 00 | .... | distance: 1300 (130000) (m) 0x5c9a-0x5c9e (4) 0x5c90| e8 03| ..| speed: 1 (1000) (m/s) 0x5c9e-0x5ca0 (2) 0x5ca0|7e |~ | heart_rate: 126 (bpm) 0x5ca0-0x5ca1 (1) @@ -21504,7 +21504,7 @@ $ fq -d fit dv activity_dev.fit 0x5ca0| 00 | . | reserved: false 0x5ca7.3-0x5ca7.4 (0.1) 0x5ca0| 00 | . | local_message_type: 0 0x5ca7.4-0x5ca8 (0.4) | | | data_message{}: 0x5ca8-0x5cb9 (17) -0x5ca0| f9 71 b5 39 | .q.9 | timestamp: 968192505 (s) 0x5ca8-0x5cac (4) +0x5ca0| f9 71 b5 39 | .q.9 | timestamp: 968192505 (2020-09-04T22:21:45Z) 0x5ca8-0x5cac (4) 0x5ca0| 34 fc 01 00| 4...| distance: 1301 (130100) (m) 0x5cac-0x5cb0 (4) 0x5cb0|e8 03 |.. | speed: 1 (1000) (m/s) 0x5cb0-0x5cb2 (2) 0x5cb0| 86 | . | heart_rate: 134 (bpm) 0x5cb2-0x5cb3 (1) @@ -21520,7 +21520,7 @@ $ fq -d fit dv activity_dev.fit 0x5cb0| 00 | . | reserved: false 0x5cb9.3-0x5cb9.4 (0.1) 0x5cb0| 00 | . | local_message_type: 0 0x5cb9.4-0x5cba (0.4) | | | data_message{}: 0x5cba-0x5ccb (17) -0x5cb0| fa 71 b5 39 | .q.9 | timestamp: 968192506 (s) 0x5cba-0x5cbe (4) +0x5cb0| fa 71 b5 39 | .q.9 | timestamp: 968192506 (2020-09-04T22:21:46Z) 0x5cba-0x5cbe (4) 0x5cb0| 98 fc| ..| distance: 1302 (130200) (m) 0x5cbe-0x5cc2 (4) 0x5cc0|01 00 |.. | 0x5cc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5cc2-0x5cc4 (2) @@ -21537,7 +21537,7 @@ $ fq -d fit dv activity_dev.fit 0x5cc0| 00 | . | reserved: false 0x5ccb.3-0x5ccb.4 (0.1) 0x5cc0| 00 | . | local_message_type: 0 0x5ccb.4-0x5ccc (0.4) | | | data_message{}: 0x5ccc-0x5cdd (17) -0x5cc0| fb 71 b5 39| .q.9| timestamp: 968192507 (s) 0x5ccc-0x5cd0 (4) +0x5cc0| fb 71 b5 39| .q.9| timestamp: 968192507 (2020-09-04T22:21:47Z) 0x5ccc-0x5cd0 (4) 0x5cd0|fc fc 01 00 |.... | distance: 1303 (130300) (m) 0x5cd0-0x5cd4 (4) 0x5cd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5cd4-0x5cd6 (2) 0x5cd0| 96 | . | heart_rate: 150 (bpm) 0x5cd6-0x5cd7 (1) @@ -21553,7 +21553,7 @@ $ fq -d fit dv activity_dev.fit 0x5cd0| 00 | . | reserved: false 0x5cdd.3-0x5cdd.4 (0.1) 0x5cd0| 00 | . | local_message_type: 0 0x5cdd.4-0x5cde (0.4) | | | data_message{}: 0x5cde-0x5cef (17) -0x5cd0| fc 71| .q| timestamp: 968192508 (s) 0x5cde-0x5ce2 (4) +0x5cd0| fc 71| .q| timestamp: 968192508 (2020-09-04T22:21:48Z) 0x5cde-0x5ce2 (4) 0x5ce0|b5 39 |.9 | 0x5ce0| 60 fd 01 00 | `... | distance: 1304 (130400) (m) 0x5ce2-0x5ce6 (4) 0x5ce0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5ce6-0x5ce8 (2) @@ -21570,7 +21570,7 @@ $ fq -d fit dv activity_dev.fit 0x5ce0| 00| .| reserved: false 0x5cef.3-0x5cef.4 (0.1) 0x5ce0| 00| .| local_message_type: 0 0x5cef.4-0x5cf0 (0.4) | | | data_message{}: 0x5cf0-0x5d01 (17) -0x5cf0|fd 71 b5 39 |.q.9 | timestamp: 968192509 (s) 0x5cf0-0x5cf4 (4) +0x5cf0|fd 71 b5 39 |.q.9 | timestamp: 968192509 (2020-09-04T22:21:49Z) 0x5cf0-0x5cf4 (4) 0x5cf0| c4 fd 01 00 | .... | distance: 1305 (130500) (m) 0x5cf4-0x5cf8 (4) 0x5cf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5cf8-0x5cfa (2) 0x5cf0| a6 | . | heart_rate: 166 (bpm) 0x5cfa-0x5cfb (1) @@ -21586,7 +21586,7 @@ $ fq -d fit dv activity_dev.fit 0x5d00| 00 | . | reserved: false 0x5d01.3-0x5d01.4 (0.1) 0x5d00| 00 | . | local_message_type: 0 0x5d01.4-0x5d02 (0.4) | | | data_message{}: 0x5d02-0x5d13 (17) -0x5d00| fe 71 b5 39 | .q.9 | timestamp: 968192510 (s) 0x5d02-0x5d06 (4) +0x5d00| fe 71 b5 39 | .q.9 | timestamp: 968192510 (2020-09-04T22:21:50Z) 0x5d02-0x5d06 (4) 0x5d00| 28 fe 01 00 | (... | distance: 1306 (130600) (m) 0x5d06-0x5d0a (4) 0x5d00| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d0a-0x5d0c (2) 0x5d00| ad | . | heart_rate: 173 (bpm) 0x5d0c-0x5d0d (1) @@ -21602,7 +21602,7 @@ $ fq -d fit dv activity_dev.fit 0x5d10| 00 | . | reserved: false 0x5d13.3-0x5d13.4 (0.1) 0x5d10| 00 | . | local_message_type: 0 0x5d13.4-0x5d14 (0.4) | | | data_message{}: 0x5d14-0x5d25 (17) -0x5d10| ff 71 b5 39 | .q.9 | timestamp: 968192511 (s) 0x5d14-0x5d18 (4) +0x5d10| ff 71 b5 39 | .q.9 | timestamp: 968192511 (2020-09-04T22:21:51Z) 0x5d14-0x5d18 (4) 0x5d10| 8c fe 01 00 | .... | distance: 1307 (130700) (m) 0x5d18-0x5d1c (4) 0x5d10| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d1c-0x5d1e (2) 0x5d10| b5 | . | heart_rate: 181 (bpm) 0x5d1e-0x5d1f (1) @@ -21618,7 +21618,7 @@ $ fq -d fit dv activity_dev.fit 0x5d20| 00 | . | reserved: false 0x5d25.3-0x5d25.4 (0.1) 0x5d20| 00 | . | local_message_type: 0 0x5d25.4-0x5d26 (0.4) | | | data_message{}: 0x5d26-0x5d37 (17) -0x5d20| 00 72 b5 39 | .r.9 | timestamp: 968192512 (s) 0x5d26-0x5d2a (4) +0x5d20| 00 72 b5 39 | .r.9 | timestamp: 968192512 (2020-09-04T22:21:52Z) 0x5d26-0x5d2a (4) 0x5d20| f0 fe 01 00 | .... | distance: 1308 (130800) (m) 0x5d2a-0x5d2e (4) 0x5d20| e8 03| ..| speed: 1 (1000) (m/s) 0x5d2e-0x5d30 (2) 0x5d30|bc |. | heart_rate: 188 (bpm) 0x5d30-0x5d31 (1) @@ -21634,7 +21634,7 @@ $ fq -d fit dv activity_dev.fit 0x5d30| 00 | . | reserved: false 0x5d37.3-0x5d37.4 (0.1) 0x5d30| 00 | . | local_message_type: 0 0x5d37.4-0x5d38 (0.4) | | | data_message{}: 0x5d38-0x5d49 (17) -0x5d30| 01 72 b5 39 | .r.9 | timestamp: 968192513 (s) 0x5d38-0x5d3c (4) +0x5d30| 01 72 b5 39 | .r.9 | timestamp: 968192513 (2020-09-04T22:21:53Z) 0x5d38-0x5d3c (4) 0x5d30| 54 ff 01 00| T...| distance: 1309 (130900) (m) 0x5d3c-0x5d40 (4) 0x5d40|e8 03 |.. | speed: 1 (1000) (m/s) 0x5d40-0x5d42 (2) 0x5d40| c3 | . | heart_rate: 195 (bpm) 0x5d42-0x5d43 (1) @@ -21650,7 +21650,7 @@ $ fq -d fit dv activity_dev.fit 0x5d40| 00 | . | reserved: false 0x5d49.3-0x5d49.4 (0.1) 0x5d40| 00 | . | local_message_type: 0 0x5d49.4-0x5d4a (0.4) | | | data_message{}: 0x5d4a-0x5d5b (17) -0x5d40| 02 72 b5 39 | .r.9 | timestamp: 968192514 (s) 0x5d4a-0x5d4e (4) +0x5d40| 02 72 b5 39 | .r.9 | timestamp: 968192514 (2020-09-04T22:21:54Z) 0x5d4a-0x5d4e (4) 0x5d40| b8 ff| ..| distance: 1310 (131000) (m) 0x5d4e-0x5d52 (4) 0x5d50|01 00 |.. | 0x5d50| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d52-0x5d54 (2) @@ -21667,7 +21667,7 @@ $ fq -d fit dv activity_dev.fit 0x5d50| 00 | . | reserved: false 0x5d5b.3-0x5d5b.4 (0.1) 0x5d50| 00 | . | local_message_type: 0 0x5d5b.4-0x5d5c (0.4) | | | data_message{}: 0x5d5c-0x5d6d (17) -0x5d50| 03 72 b5 39| .r.9| timestamp: 968192515 (s) 0x5d5c-0x5d60 (4) +0x5d50| 03 72 b5 39| .r.9| timestamp: 968192515 (2020-09-04T22:21:55Z) 0x5d5c-0x5d60 (4) 0x5d60|1c 00 02 00 |.... | distance: 1311 (131100) (m) 0x5d60-0x5d64 (4) 0x5d60| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d64-0x5d66 (2) 0x5d60| cf | . | heart_rate: 207 (bpm) 0x5d66-0x5d67 (1) @@ -21683,7 +21683,7 @@ $ fq -d fit dv activity_dev.fit 0x5d60| 00 | . | reserved: false 0x5d6d.3-0x5d6d.4 (0.1) 0x5d60| 00 | . | local_message_type: 0 0x5d6d.4-0x5d6e (0.4) | | | data_message{}: 0x5d6e-0x5d7f (17) -0x5d60| 04 72| .r| timestamp: 968192516 (s) 0x5d6e-0x5d72 (4) +0x5d60| 04 72| .r| timestamp: 968192516 (2020-09-04T22:21:56Z) 0x5d6e-0x5d72 (4) 0x5d70|b5 39 |.9 | 0x5d70| 80 00 02 00 | .... | distance: 1312 (131200) (m) 0x5d72-0x5d76 (4) 0x5d70| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d76-0x5d78 (2) @@ -21700,7 +21700,7 @@ $ fq -d fit dv activity_dev.fit 0x5d70| 00| .| reserved: false 0x5d7f.3-0x5d7f.4 (0.1) 0x5d70| 00| .| local_message_type: 0 0x5d7f.4-0x5d80 (0.4) | | | data_message{}: 0x5d80-0x5d91 (17) -0x5d80|05 72 b5 39 |.r.9 | timestamp: 968192517 (s) 0x5d80-0x5d84 (4) +0x5d80|05 72 b5 39 |.r.9 | timestamp: 968192517 (2020-09-04T22:21:57Z) 0x5d80-0x5d84 (4) 0x5d80| e4 00 02 00 | .... | distance: 1313 (131300) (m) 0x5d84-0x5d88 (4) 0x5d80| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d88-0x5d8a (2) 0x5d80| db | . | heart_rate: 219 (bpm) 0x5d8a-0x5d8b (1) @@ -21716,7 +21716,7 @@ $ fq -d fit dv activity_dev.fit 0x5d90| 00 | . | reserved: false 0x5d91.3-0x5d91.4 (0.1) 0x5d90| 00 | . | local_message_type: 0 0x5d91.4-0x5d92 (0.4) | | | data_message{}: 0x5d92-0x5da3 (17) -0x5d90| 06 72 b5 39 | .r.9 | timestamp: 968192518 (s) 0x5d92-0x5d96 (4) +0x5d90| 06 72 b5 39 | .r.9 | timestamp: 968192518 (2020-09-04T22:21:58Z) 0x5d92-0x5d96 (4) 0x5d90| 48 01 02 00 | H... | distance: 1314 (131400) (m) 0x5d96-0x5d9a (4) 0x5d90| e8 03 | .. | speed: 1 (1000) (m/s) 0x5d9a-0x5d9c (2) 0x5d90| e0 | . | heart_rate: 224 (bpm) 0x5d9c-0x5d9d (1) @@ -21732,7 +21732,7 @@ $ fq -d fit dv activity_dev.fit 0x5da0| 00 | . | reserved: false 0x5da3.3-0x5da3.4 (0.1) 0x5da0| 00 | . | local_message_type: 0 0x5da3.4-0x5da4 (0.4) | | | data_message{}: 0x5da4-0x5db5 (17) -0x5da0| 07 72 b5 39 | .r.9 | timestamp: 968192519 (s) 0x5da4-0x5da8 (4) +0x5da0| 07 72 b5 39 | .r.9 | timestamp: 968192519 (2020-09-04T22:21:59Z) 0x5da4-0x5da8 (4) 0x5da0| ac 01 02 00 | .... | distance: 1315 (131500) (m) 0x5da8-0x5dac (4) 0x5da0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5dac-0x5dae (2) 0x5da0| e5 | . | heart_rate: 229 (bpm) 0x5dae-0x5daf (1) @@ -21748,7 +21748,7 @@ $ fq -d fit dv activity_dev.fit 0x5db0| 00 | . | reserved: false 0x5db5.3-0x5db5.4 (0.1) 0x5db0| 00 | . | local_message_type: 0 0x5db5.4-0x5db6 (0.4) | | | data_message{}: 0x5db6-0x5dc7 (17) -0x5db0| 08 72 b5 39 | .r.9 | timestamp: 968192520 (s) 0x5db6-0x5dba (4) +0x5db0| 08 72 b5 39 | .r.9 | timestamp: 968192520 (2020-09-04T22:22:00Z) 0x5db6-0x5dba (4) 0x5db0| 10 02 02 00 | .... | distance: 1316 (131600) (m) 0x5dba-0x5dbe (4) 0x5db0| e8 03| ..| speed: 1 (1000) (m/s) 0x5dbe-0x5dc0 (2) 0x5dc0|ea |. | heart_rate: 234 (bpm) 0x5dc0-0x5dc1 (1) @@ -21764,7 +21764,7 @@ $ fq -d fit dv activity_dev.fit 0x5dc0| 00 | . | reserved: false 0x5dc7.3-0x5dc7.4 (0.1) 0x5dc0| 00 | . | local_message_type: 0 0x5dc7.4-0x5dc8 (0.4) | | | data_message{}: 0x5dc8-0x5dd9 (17) -0x5dc0| 09 72 b5 39 | .r.9 | timestamp: 968192521 (s) 0x5dc8-0x5dcc (4) +0x5dc0| 09 72 b5 39 | .r.9 | timestamp: 968192521 (2020-09-04T22:22:01Z) 0x5dc8-0x5dcc (4) 0x5dc0| 74 02 02 00| t...| distance: 1317 (131700) (m) 0x5dcc-0x5dd0 (4) 0x5dd0|e8 03 |.. | speed: 1 (1000) (m/s) 0x5dd0-0x5dd2 (2) 0x5dd0| ee | . | heart_rate: 238 (bpm) 0x5dd2-0x5dd3 (1) @@ -21780,7 +21780,7 @@ $ fq -d fit dv activity_dev.fit 0x5dd0| 00 | . | reserved: false 0x5dd9.3-0x5dd9.4 (0.1) 0x5dd0| 00 | . | local_message_type: 0 0x5dd9.4-0x5dda (0.4) | | | data_message{}: 0x5dda-0x5deb (17) -0x5dd0| 0a 72 b5 39 | .r.9 | timestamp: 968192522 (s) 0x5dda-0x5dde (4) +0x5dd0| 0a 72 b5 39 | .r.9 | timestamp: 968192522 (2020-09-04T22:22:02Z) 0x5dda-0x5dde (4) 0x5dd0| d8 02| ..| distance: 1318 (131800) (m) 0x5dde-0x5de2 (4) 0x5de0|02 00 |.. | 0x5de0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5de2-0x5de4 (2) @@ -21797,7 +21797,7 @@ $ fq -d fit dv activity_dev.fit 0x5de0| 00 | . | reserved: false 0x5deb.3-0x5deb.4 (0.1) 0x5de0| 00 | . | local_message_type: 0 0x5deb.4-0x5dec (0.4) | | | data_message{}: 0x5dec-0x5dfd (17) -0x5de0| 0b 72 b5 39| .r.9| timestamp: 968192523 (s) 0x5dec-0x5df0 (4) +0x5de0| 0b 72 b5 39| .r.9| timestamp: 968192523 (2020-09-04T22:22:03Z) 0x5dec-0x5df0 (4) 0x5df0|3c 03 02 00 |<... | distance: 1319 (131900) (m) 0x5df0-0x5df4 (4) 0x5df0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5df4-0x5df6 (2) 0x5df0| f5 | . | heart_rate: 245 (bpm) 0x5df6-0x5df7 (1) @@ -21813,7 +21813,7 @@ $ fq -d fit dv activity_dev.fit 0x5df0| 00 | . | reserved: false 0x5dfd.3-0x5dfd.4 (0.1) 0x5df0| 00 | . | local_message_type: 0 0x5dfd.4-0x5dfe (0.4) | | | data_message{}: 0x5dfe-0x5e0f (17) -0x5df0| 0c 72| .r| timestamp: 968192524 (s) 0x5dfe-0x5e02 (4) +0x5df0| 0c 72| .r| timestamp: 968192524 (2020-09-04T22:22:04Z) 0x5dfe-0x5e02 (4) 0x5e00|b5 39 |.9 | 0x5e00| a0 03 02 00 | .... | distance: 1320 (132000) (m) 0x5e02-0x5e06 (4) 0x5e00| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e06-0x5e08 (2) @@ -21830,7 +21830,7 @@ $ fq -d fit dv activity_dev.fit 0x5e00| 00| .| reserved: false 0x5e0f.3-0x5e0f.4 (0.1) 0x5e00| 00| .| local_message_type: 0 0x5e0f.4-0x5e10 (0.4) | | | data_message{}: 0x5e10-0x5e21 (17) -0x5e10|0d 72 b5 39 |.r.9 | timestamp: 968192525 (s) 0x5e10-0x5e14 (4) +0x5e10|0d 72 b5 39 |.r.9 | timestamp: 968192525 (2020-09-04T22:22:05Z) 0x5e10-0x5e14 (4) 0x5e10| 04 04 02 00 | .... | distance: 1321 (132100) (m) 0x5e14-0x5e18 (4) 0x5e10| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e18-0x5e1a (2) 0x5e10| fa | . | heart_rate: 250 (bpm) 0x5e1a-0x5e1b (1) @@ -21846,7 +21846,7 @@ $ fq -d fit dv activity_dev.fit 0x5e20| 00 | . | reserved: false 0x5e21.3-0x5e21.4 (0.1) 0x5e20| 00 | . | local_message_type: 0 0x5e21.4-0x5e22 (0.4) | | | data_message{}: 0x5e22-0x5e33 (17) -0x5e20| 0e 72 b5 39 | .r.9 | timestamp: 968192526 (s) 0x5e22-0x5e26 (4) +0x5e20| 0e 72 b5 39 | .r.9 | timestamp: 968192526 (2020-09-04T22:22:06Z) 0x5e22-0x5e26 (4) 0x5e20| 68 04 02 00 | h... | distance: 1322 (132200) (m) 0x5e26-0x5e2a (4) 0x5e20| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e2a-0x5e2c (2) 0x5e20| fb | . | heart_rate: 251 (bpm) 0x5e2c-0x5e2d (1) @@ -21862,7 +21862,7 @@ $ fq -d fit dv activity_dev.fit 0x5e30| 00 | . | reserved: false 0x5e33.3-0x5e33.4 (0.1) 0x5e30| 00 | . | local_message_type: 0 0x5e33.4-0x5e34 (0.4) | | | data_message{}: 0x5e34-0x5e45 (17) -0x5e30| 0f 72 b5 39 | .r.9 | timestamp: 968192527 (s) 0x5e34-0x5e38 (4) +0x5e30| 0f 72 b5 39 | .r.9 | timestamp: 968192527 (2020-09-04T22:22:07Z) 0x5e34-0x5e38 (4) 0x5e30| cc 04 02 00 | .... | distance: 1323 (132300) (m) 0x5e38-0x5e3c (4) 0x5e30| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e3c-0x5e3e (2) 0x5e30| fc | . | heart_rate: 252 (bpm) 0x5e3e-0x5e3f (1) @@ -21878,7 +21878,7 @@ $ fq -d fit dv activity_dev.fit 0x5e40| 00 | . | reserved: false 0x5e45.3-0x5e45.4 (0.1) 0x5e40| 00 | . | local_message_type: 0 0x5e45.4-0x5e46 (0.4) | | | data_message{}: 0x5e46-0x5e57 (17) -0x5e40| 10 72 b5 39 | .r.9 | timestamp: 968192528 (s) 0x5e46-0x5e4a (4) +0x5e40| 10 72 b5 39 | .r.9 | timestamp: 968192528 (2020-09-04T22:22:08Z) 0x5e46-0x5e4a (4) 0x5e40| 30 05 02 00 | 0... | distance: 1324 (132400) (m) 0x5e4a-0x5e4e (4) 0x5e40| e8 03| ..| speed: 1 (1000) (m/s) 0x5e4e-0x5e50 (2) 0x5e50|fd |. | heart_rate: 253 (bpm) 0x5e50-0x5e51 (1) @@ -21894,7 +21894,7 @@ $ fq -d fit dv activity_dev.fit 0x5e50| 00 | . | reserved: false 0x5e57.3-0x5e57.4 (0.1) 0x5e50| 00 | . | local_message_type: 0 0x5e57.4-0x5e58 (0.4) | | | data_message{}: 0x5e58-0x5e69 (17) -0x5e50| 11 72 b5 39 | .r.9 | timestamp: 968192529 (s) 0x5e58-0x5e5c (4) +0x5e50| 11 72 b5 39 | .r.9 | timestamp: 968192529 (2020-09-04T22:22:09Z) 0x5e58-0x5e5c (4) 0x5e50| 94 05 02 00| ....| distance: 1325 (132500) (m) 0x5e5c-0x5e60 (4) 0x5e60|e8 03 |.. | speed: 1 (1000) (m/s) 0x5e60-0x5e62 (2) 0x5e60| fe | . | heart_rate: 254 (bpm) 0x5e62-0x5e63 (1) @@ -21910,7 +21910,7 @@ $ fq -d fit dv activity_dev.fit 0x5e60| 00 | . | reserved: false 0x5e69.3-0x5e69.4 (0.1) 0x5e60| 00 | . | local_message_type: 0 0x5e69.4-0x5e6a (0.4) | | | data_message{}: 0x5e6a-0x5e7b (17) -0x5e60| 12 72 b5 39 | .r.9 | timestamp: 968192530 (s) 0x5e6a-0x5e6e (4) +0x5e60| 12 72 b5 39 | .r.9 | timestamp: 968192530 (2020-09-04T22:22:10Z) 0x5e6a-0x5e6e (4) 0x5e60| f8 05| ..| distance: 1326 (132600) (m) 0x5e6e-0x5e72 (4) 0x5e70|02 00 |.. | 0x5e70| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e72-0x5e74 (2) @@ -21927,7 +21927,7 @@ $ fq -d fit dv activity_dev.fit 0x5e70| 00 | . | reserved: false 0x5e7b.3-0x5e7b.4 (0.1) 0x5e70| 00 | . | local_message_type: 0 0x5e7b.4-0x5e7c (0.4) | | | data_message{}: 0x5e7c-0x5e8d (17) -0x5e70| 13 72 b5 39| .r.9| timestamp: 968192531 (s) 0x5e7c-0x5e80 (4) +0x5e70| 13 72 b5 39| .r.9| timestamp: 968192531 (2020-09-04T22:22:11Z) 0x5e7c-0x5e80 (4) 0x5e80|5c 06 02 00 |\... | distance: 1327 (132700) (m) 0x5e80-0x5e84 (4) 0x5e80| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e84-0x5e86 (2) 0x5e80| fc | . | heart_rate: 252 (bpm) 0x5e86-0x5e87 (1) @@ -21943,7 +21943,7 @@ $ fq -d fit dv activity_dev.fit 0x5e80| 00 | . | reserved: false 0x5e8d.3-0x5e8d.4 (0.1) 0x5e80| 00 | . | local_message_type: 0 0x5e8d.4-0x5e8e (0.4) | | | data_message{}: 0x5e8e-0x5e9f (17) -0x5e80| 14 72| .r| timestamp: 968192532 (s) 0x5e8e-0x5e92 (4) +0x5e80| 14 72| .r| timestamp: 968192532 (2020-09-04T22:22:12Z) 0x5e8e-0x5e92 (4) 0x5e90|b5 39 |.9 | 0x5e90| c0 06 02 00 | .... | distance: 1328 (132800) (m) 0x5e92-0x5e96 (4) 0x5e90| e8 03 | .. | speed: 1 (1000) (m/s) 0x5e96-0x5e98 (2) @@ -21960,7 +21960,7 @@ $ fq -d fit dv activity_dev.fit 0x5e90| 00| .| reserved: false 0x5e9f.3-0x5e9f.4 (0.1) 0x5e90| 00| .| local_message_type: 0 0x5e9f.4-0x5ea0 (0.4) | | | data_message{}: 0x5ea0-0x5eb1 (17) -0x5ea0|15 72 b5 39 |.r.9 | timestamp: 968192533 (s) 0x5ea0-0x5ea4 (4) +0x5ea0|15 72 b5 39 |.r.9 | timestamp: 968192533 (2020-09-04T22:22:13Z) 0x5ea0-0x5ea4 (4) 0x5ea0| 24 07 02 00 | $... | distance: 1329 (132900) (m) 0x5ea4-0x5ea8 (4) 0x5ea0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5ea8-0x5eaa (2) 0x5ea0| fa | . | heart_rate: 250 (bpm) 0x5eaa-0x5eab (1) @@ -21976,7 +21976,7 @@ $ fq -d fit dv activity_dev.fit 0x5eb0| 00 | . | reserved: false 0x5eb1.3-0x5eb1.4 (0.1) 0x5eb0| 00 | . | local_message_type: 0 0x5eb1.4-0x5eb2 (0.4) | | | data_message{}: 0x5eb2-0x5ec3 (17) -0x5eb0| 16 72 b5 39 | .r.9 | timestamp: 968192534 (s) 0x5eb2-0x5eb6 (4) +0x5eb0| 16 72 b5 39 | .r.9 | timestamp: 968192534 (2020-09-04T22:22:14Z) 0x5eb2-0x5eb6 (4) 0x5eb0| 88 07 02 00 | .... | distance: 1330 (133000) (m) 0x5eb6-0x5eba (4) 0x5eb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5eba-0x5ebc (2) 0x5eb0| f7 | . | heart_rate: 247 (bpm) 0x5ebc-0x5ebd (1) @@ -21992,7 +21992,7 @@ $ fq -d fit dv activity_dev.fit 0x5ec0| 00 | . | reserved: false 0x5ec3.3-0x5ec3.4 (0.1) 0x5ec0| 00 | . | local_message_type: 0 0x5ec3.4-0x5ec4 (0.4) | | | data_message{}: 0x5ec4-0x5ed5 (17) -0x5ec0| 17 72 b5 39 | .r.9 | timestamp: 968192535 (s) 0x5ec4-0x5ec8 (4) +0x5ec0| 17 72 b5 39 | .r.9 | timestamp: 968192535 (2020-09-04T22:22:15Z) 0x5ec4-0x5ec8 (4) 0x5ec0| ec 07 02 00 | .... | distance: 1331 (133100) (m) 0x5ec8-0x5ecc (4) 0x5ec0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5ecc-0x5ece (2) 0x5ec0| f5 | . | heart_rate: 245 (bpm) 0x5ece-0x5ecf (1) @@ -22008,7 +22008,7 @@ $ fq -d fit dv activity_dev.fit 0x5ed0| 00 | . | reserved: false 0x5ed5.3-0x5ed5.4 (0.1) 0x5ed0| 00 | . | local_message_type: 0 0x5ed5.4-0x5ed6 (0.4) | | | data_message{}: 0x5ed6-0x5ee7 (17) -0x5ed0| 18 72 b5 39 | .r.9 | timestamp: 968192536 (s) 0x5ed6-0x5eda (4) +0x5ed0| 18 72 b5 39 | .r.9 | timestamp: 968192536 (2020-09-04T22:22:16Z) 0x5ed6-0x5eda (4) 0x5ed0| 50 08 02 00 | P... | distance: 1332 (133200) (m) 0x5eda-0x5ede (4) 0x5ed0| e8 03| ..| speed: 1 (1000) (m/s) 0x5ede-0x5ee0 (2) 0x5ee0|f1 |. | heart_rate: 241 (bpm) 0x5ee0-0x5ee1 (1) @@ -22024,7 +22024,7 @@ $ fq -d fit dv activity_dev.fit 0x5ee0| 00 | . | reserved: false 0x5ee7.3-0x5ee7.4 (0.1) 0x5ee0| 00 | . | local_message_type: 0 0x5ee7.4-0x5ee8 (0.4) | | | data_message{}: 0x5ee8-0x5ef9 (17) -0x5ee0| 19 72 b5 39 | .r.9 | timestamp: 968192537 (s) 0x5ee8-0x5eec (4) +0x5ee0| 19 72 b5 39 | .r.9 | timestamp: 968192537 (2020-09-04T22:22:17Z) 0x5ee8-0x5eec (4) 0x5ee0| b4 08 02 00| ....| distance: 1333 (133300) (m) 0x5eec-0x5ef0 (4) 0x5ef0|e8 03 |.. | speed: 1 (1000) (m/s) 0x5ef0-0x5ef2 (2) 0x5ef0| ee | . | heart_rate: 238 (bpm) 0x5ef2-0x5ef3 (1) @@ -22040,7 +22040,7 @@ $ fq -d fit dv activity_dev.fit 0x5ef0| 00 | . | reserved: false 0x5ef9.3-0x5ef9.4 (0.1) 0x5ef0| 00 | . | local_message_type: 0 0x5ef9.4-0x5efa (0.4) | | | data_message{}: 0x5efa-0x5f0b (17) -0x5ef0| 1a 72 b5 39 | .r.9 | timestamp: 968192538 (s) 0x5efa-0x5efe (4) +0x5ef0| 1a 72 b5 39 | .r.9 | timestamp: 968192538 (2020-09-04T22:22:18Z) 0x5efa-0x5efe (4) 0x5ef0| 18 09| ..| distance: 1334 (133400) (m) 0x5efe-0x5f02 (4) 0x5f00|02 00 |.. | 0x5f00| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f02-0x5f04 (2) @@ -22057,7 +22057,7 @@ $ fq -d fit dv activity_dev.fit 0x5f00| 00 | . | reserved: false 0x5f0b.3-0x5f0b.4 (0.1) 0x5f00| 00 | . | local_message_type: 0 0x5f0b.4-0x5f0c (0.4) | | | data_message{}: 0x5f0c-0x5f1d (17) -0x5f00| 1b 72 b5 39| .r.9| timestamp: 968192539 (s) 0x5f0c-0x5f10 (4) +0x5f00| 1b 72 b5 39| .r.9| timestamp: 968192539 (2020-09-04T22:22:19Z) 0x5f0c-0x5f10 (4) 0x5f10|7c 09 02 00 ||... | distance: 1335 (133500) (m) 0x5f10-0x5f14 (4) 0x5f10| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f14-0x5f16 (2) 0x5f10| e5 | . | heart_rate: 229 (bpm) 0x5f16-0x5f17 (1) @@ -22073,7 +22073,7 @@ $ fq -d fit dv activity_dev.fit 0x5f10| 00 | . | reserved: false 0x5f1d.3-0x5f1d.4 (0.1) 0x5f10| 00 | . | local_message_type: 0 0x5f1d.4-0x5f1e (0.4) | | | data_message{}: 0x5f1e-0x5f2f (17) -0x5f10| 1c 72| .r| timestamp: 968192540 (s) 0x5f1e-0x5f22 (4) +0x5f10| 1c 72| .r| timestamp: 968192540 (2020-09-04T22:22:20Z) 0x5f1e-0x5f22 (4) 0x5f20|b5 39 |.9 | 0x5f20| e0 09 02 00 | .... | distance: 1336 (133600) (m) 0x5f22-0x5f26 (4) 0x5f20| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f26-0x5f28 (2) @@ -22090,7 +22090,7 @@ $ fq -d fit dv activity_dev.fit 0x5f20| 00| .| reserved: false 0x5f2f.3-0x5f2f.4 (0.1) 0x5f20| 00| .| local_message_type: 0 0x5f2f.4-0x5f30 (0.4) | | | data_message{}: 0x5f30-0x5f41 (17) -0x5f30|1d 72 b5 39 |.r.9 | timestamp: 968192541 (s) 0x5f30-0x5f34 (4) +0x5f30|1d 72 b5 39 |.r.9 | timestamp: 968192541 (2020-09-04T22:22:21Z) 0x5f30-0x5f34 (4) 0x5f30| 44 0a 02 00 | D... | distance: 1337 (133700) (m) 0x5f34-0x5f38 (4) 0x5f30| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f38-0x5f3a (2) 0x5f30| db | . | heart_rate: 219 (bpm) 0x5f3a-0x5f3b (1) @@ -22106,7 +22106,7 @@ $ fq -d fit dv activity_dev.fit 0x5f40| 00 | . | reserved: false 0x5f41.3-0x5f41.4 (0.1) 0x5f40| 00 | . | local_message_type: 0 0x5f41.4-0x5f42 (0.4) | | | data_message{}: 0x5f42-0x5f53 (17) -0x5f40| 1e 72 b5 39 | .r.9 | timestamp: 968192542 (s) 0x5f42-0x5f46 (4) +0x5f40| 1e 72 b5 39 | .r.9 | timestamp: 968192542 (2020-09-04T22:22:22Z) 0x5f42-0x5f46 (4) 0x5f40| a8 0a 02 00 | .... | distance: 1338 (133800) (m) 0x5f46-0x5f4a (4) 0x5f40| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f4a-0x5f4c (2) 0x5f40| d5 | . | heart_rate: 213 (bpm) 0x5f4c-0x5f4d (1) @@ -22122,7 +22122,7 @@ $ fq -d fit dv activity_dev.fit 0x5f50| 00 | . | reserved: false 0x5f53.3-0x5f53.4 (0.1) 0x5f50| 00 | . | local_message_type: 0 0x5f53.4-0x5f54 (0.4) | | | data_message{}: 0x5f54-0x5f65 (17) -0x5f50| 1f 72 b5 39 | .r.9 | timestamp: 968192543 (s) 0x5f54-0x5f58 (4) +0x5f50| 1f 72 b5 39 | .r.9 | timestamp: 968192543 (2020-09-04T22:22:23Z) 0x5f54-0x5f58 (4) 0x5f50| 0c 0b 02 00 | .... | distance: 1339 (133900) (m) 0x5f58-0x5f5c (4) 0x5f50| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f5c-0x5f5e (2) 0x5f50| cf | . | heart_rate: 207 (bpm) 0x5f5e-0x5f5f (1) @@ -22138,7 +22138,7 @@ $ fq -d fit dv activity_dev.fit 0x5f60| 00 | . | reserved: false 0x5f65.3-0x5f65.4 (0.1) 0x5f60| 00 | . | local_message_type: 0 0x5f65.4-0x5f66 (0.4) | | | data_message{}: 0x5f66-0x5f77 (17) -0x5f60| 20 72 b5 39 | r.9 | timestamp: 968192544 (s) 0x5f66-0x5f6a (4) +0x5f60| 20 72 b5 39 | r.9 | timestamp: 968192544 (2020-09-04T22:22:24Z) 0x5f66-0x5f6a (4) 0x5f60| 70 0b 02 00 | p... | distance: 1340 (134000) (m) 0x5f6a-0x5f6e (4) 0x5f60| e8 03| ..| speed: 1 (1000) (m/s) 0x5f6e-0x5f70 (2) 0x5f70|c9 |. | heart_rate: 201 (bpm) 0x5f70-0x5f71 (1) @@ -22154,7 +22154,7 @@ $ fq -d fit dv activity_dev.fit 0x5f70| 00 | . | reserved: false 0x5f77.3-0x5f77.4 (0.1) 0x5f70| 00 | . | local_message_type: 0 0x5f77.4-0x5f78 (0.4) | | | data_message{}: 0x5f78-0x5f89 (17) -0x5f70| 21 72 b5 39 | !r.9 | timestamp: 968192545 (s) 0x5f78-0x5f7c (4) +0x5f70| 21 72 b5 39 | !r.9 | timestamp: 968192545 (2020-09-04T22:22:25Z) 0x5f78-0x5f7c (4) 0x5f70| d4 0b 02 00| ....| distance: 1341 (134100) (m) 0x5f7c-0x5f80 (4) 0x5f80|e8 03 |.. | speed: 1 (1000) (m/s) 0x5f80-0x5f82 (2) 0x5f80| c3 | . | heart_rate: 195 (bpm) 0x5f82-0x5f83 (1) @@ -22170,7 +22170,7 @@ $ fq -d fit dv activity_dev.fit 0x5f80| 00 | . | reserved: false 0x5f89.3-0x5f89.4 (0.1) 0x5f80| 00 | . | local_message_type: 0 0x5f89.4-0x5f8a (0.4) | | | data_message{}: 0x5f8a-0x5f9b (17) -0x5f80| 22 72 b5 39 | "r.9 | timestamp: 968192546 (s) 0x5f8a-0x5f8e (4) +0x5f80| 22 72 b5 39 | "r.9 | timestamp: 968192546 (2020-09-04T22:22:26Z) 0x5f8a-0x5f8e (4) 0x5f80| 38 0c| 8.| distance: 1342 (134200) (m) 0x5f8e-0x5f92 (4) 0x5f90|02 00 |.. | 0x5f90| e8 03 | .. | speed: 1 (1000) (m/s) 0x5f92-0x5f94 (2) @@ -22187,7 +22187,7 @@ $ fq -d fit dv activity_dev.fit 0x5f90| 00 | . | reserved: false 0x5f9b.3-0x5f9b.4 (0.1) 0x5f90| 00 | . | local_message_type: 0 0x5f9b.4-0x5f9c (0.4) | | | data_message{}: 0x5f9c-0x5fad (17) -0x5f90| 23 72 b5 39| #r.9| timestamp: 968192547 (s) 0x5f9c-0x5fa0 (4) +0x5f90| 23 72 b5 39| #r.9| timestamp: 968192547 (2020-09-04T22:22:27Z) 0x5f9c-0x5fa0 (4) 0x5fa0|9c 0c 02 00 |.... | distance: 1343 (134300) (m) 0x5fa0-0x5fa4 (4) 0x5fa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5fa4-0x5fa6 (2) 0x5fa0| b5 | . | heart_rate: 181 (bpm) 0x5fa6-0x5fa7 (1) @@ -22203,7 +22203,7 @@ $ fq -d fit dv activity_dev.fit 0x5fa0| 00 | . | reserved: false 0x5fad.3-0x5fad.4 (0.1) 0x5fa0| 00 | . | local_message_type: 0 0x5fad.4-0x5fae (0.4) | | | data_message{}: 0x5fae-0x5fbf (17) -0x5fa0| 24 72| $r| timestamp: 968192548 (s) 0x5fae-0x5fb2 (4) +0x5fa0| 24 72| $r| timestamp: 968192548 (2020-09-04T22:22:28Z) 0x5fae-0x5fb2 (4) 0x5fb0|b5 39 |.9 | 0x5fb0| 00 0d 02 00 | .... | distance: 1344 (134400) (m) 0x5fb2-0x5fb6 (4) 0x5fb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5fb6-0x5fb8 (2) @@ -22220,7 +22220,7 @@ $ fq -d fit dv activity_dev.fit 0x5fb0| 00| .| reserved: false 0x5fbf.3-0x5fbf.4 (0.1) 0x5fb0| 00| .| local_message_type: 0 0x5fbf.4-0x5fc0 (0.4) | | | data_message{}: 0x5fc0-0x5fd1 (17) -0x5fc0|25 72 b5 39 |%r.9 | timestamp: 968192549 (s) 0x5fc0-0x5fc4 (4) +0x5fc0|25 72 b5 39 |%r.9 | timestamp: 968192549 (2020-09-04T22:22:29Z) 0x5fc0-0x5fc4 (4) 0x5fc0| 64 0d 02 00 | d... | distance: 1345 (134500) (m) 0x5fc4-0x5fc8 (4) 0x5fc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5fc8-0x5fca (2) 0x5fc0| a6 | . | heart_rate: 166 (bpm) 0x5fca-0x5fcb (1) @@ -22236,7 +22236,7 @@ $ fq -d fit dv activity_dev.fit 0x5fd0| 00 | . | reserved: false 0x5fd1.3-0x5fd1.4 (0.1) 0x5fd0| 00 | . | local_message_type: 0 0x5fd1.4-0x5fd2 (0.4) | | | data_message{}: 0x5fd2-0x5fe3 (17) -0x5fd0| 26 72 b5 39 | &r.9 | timestamp: 968192550 (s) 0x5fd2-0x5fd6 (4) +0x5fd0| 26 72 b5 39 | &r.9 | timestamp: 968192550 (2020-09-04T22:22:30Z) 0x5fd2-0x5fd6 (4) 0x5fd0| c8 0d 02 00 | .... | distance: 1346 (134600) (m) 0x5fd6-0x5fda (4) 0x5fd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5fda-0x5fdc (2) 0x5fd0| 9e | . | heart_rate: 158 (bpm) 0x5fdc-0x5fdd (1) @@ -22252,7 +22252,7 @@ $ fq -d fit dv activity_dev.fit 0x5fe0| 00 | . | reserved: false 0x5fe3.3-0x5fe3.4 (0.1) 0x5fe0| 00 | . | local_message_type: 0 0x5fe3.4-0x5fe4 (0.4) | | | data_message{}: 0x5fe4-0x5ff5 (17) -0x5fe0| 27 72 b5 39 | 'r.9 | timestamp: 968192551 (s) 0x5fe4-0x5fe8 (4) +0x5fe0| 27 72 b5 39 | 'r.9 | timestamp: 968192551 (2020-09-04T22:22:31Z) 0x5fe4-0x5fe8 (4) 0x5fe0| 2c 0e 02 00 | ,... | distance: 1347 (134700) (m) 0x5fe8-0x5fec (4) 0x5fe0| e8 03 | .. | speed: 1 (1000) (m/s) 0x5fec-0x5fee (2) 0x5fe0| 96 | . | heart_rate: 150 (bpm) 0x5fee-0x5fef (1) @@ -22268,7 +22268,7 @@ $ fq -d fit dv activity_dev.fit 0x5ff0| 00 | . | reserved: false 0x5ff5.3-0x5ff5.4 (0.1) 0x5ff0| 00 | . | local_message_type: 0 0x5ff5.4-0x5ff6 (0.4) | | | data_message{}: 0x5ff6-0x6007 (17) -0x5ff0| 28 72 b5 39 | (r.9 | timestamp: 968192552 (s) 0x5ff6-0x5ffa (4) +0x5ff0| 28 72 b5 39 | (r.9 | timestamp: 968192552 (2020-09-04T22:22:32Z) 0x5ff6-0x5ffa (4) 0x5ff0| 90 0e 02 00 | .... | distance: 1348 (134800) (m) 0x5ffa-0x5ffe (4) 0x5ff0| e8 03| ..| speed: 1 (1000) (m/s) 0x5ffe-0x6000 (2) 0x6000|8e |. | heart_rate: 142 (bpm) 0x6000-0x6001 (1) @@ -22284,7 +22284,7 @@ $ fq -d fit dv activity_dev.fit 0x6000| 00 | . | reserved: false 0x6007.3-0x6007.4 (0.1) 0x6000| 00 | . | local_message_type: 0 0x6007.4-0x6008 (0.4) | | | data_message{}: 0x6008-0x6019 (17) -0x6000| 29 72 b5 39 | )r.9 | timestamp: 968192553 (s) 0x6008-0x600c (4) +0x6000| 29 72 b5 39 | )r.9 | timestamp: 968192553 (2020-09-04T22:22:33Z) 0x6008-0x600c (4) 0x6000| f4 0e 02 00| ....| distance: 1349 (134900) (m) 0x600c-0x6010 (4) 0x6010|e8 03 |.. | speed: 1 (1000) (m/s) 0x6010-0x6012 (2) 0x6010| 86 | . | heart_rate: 134 (bpm) 0x6012-0x6013 (1) @@ -22300,7 +22300,7 @@ $ fq -d fit dv activity_dev.fit 0x6010| 00 | . | reserved: false 0x6019.3-0x6019.4 (0.1) 0x6010| 00 | . | local_message_type: 0 0x6019.4-0x601a (0.4) | | | data_message{}: 0x601a-0x602b (17) -0x6010| 2a 72 b5 39 | *r.9 | timestamp: 968192554 (s) 0x601a-0x601e (4) +0x6010| 2a 72 b5 39 | *r.9 | timestamp: 968192554 (2020-09-04T22:22:34Z) 0x601a-0x601e (4) 0x6010| 58 0f| X.| distance: 1350 (135000) (m) 0x601e-0x6022 (4) 0x6020|02 00 |.. | 0x6020| e8 03 | .. | speed: 1 (1000) (m/s) 0x6022-0x6024 (2) @@ -22317,7 +22317,7 @@ $ fq -d fit dv activity_dev.fit 0x6020| 00 | . | reserved: false 0x602b.3-0x602b.4 (0.1) 0x6020| 00 | . | local_message_type: 0 0x602b.4-0x602c (0.4) | | | data_message{}: 0x602c-0x603d (17) -0x6020| 2b 72 b5 39| +r.9| timestamp: 968192555 (s) 0x602c-0x6030 (4) +0x6020| 2b 72 b5 39| +r.9| timestamp: 968192555 (2020-09-04T22:22:35Z) 0x602c-0x6030 (4) 0x6030|bc 0f 02 00 |.... | distance: 1351 (135100) (m) 0x6030-0x6034 (4) 0x6030| e8 03 | .. | speed: 1 (1000) (m/s) 0x6034-0x6036 (2) 0x6030| 77 | w | heart_rate: 119 (bpm) 0x6036-0x6037 (1) @@ -22333,7 +22333,7 @@ $ fq -d fit dv activity_dev.fit 0x6030| 00 | . | reserved: false 0x603d.3-0x603d.4 (0.1) 0x6030| 00 | . | local_message_type: 0 0x603d.4-0x603e (0.4) | | | data_message{}: 0x603e-0x604f (17) -0x6030| 2c 72| ,r| timestamp: 968192556 (s) 0x603e-0x6042 (4) +0x6030| 2c 72| ,r| timestamp: 968192556 (2020-09-04T22:22:36Z) 0x603e-0x6042 (4) 0x6040|b5 39 |.9 | 0x6040| 20 10 02 00 | ... | distance: 1352 (135200) (m) 0x6042-0x6046 (4) 0x6040| e8 03 | .. | speed: 1 (1000) (m/s) 0x6046-0x6048 (2) @@ -22350,7 +22350,7 @@ $ fq -d fit dv activity_dev.fit 0x6040| 00| .| reserved: false 0x604f.3-0x604f.4 (0.1) 0x6040| 00| .| local_message_type: 0 0x604f.4-0x6050 (0.4) | | | data_message{}: 0x6050-0x6061 (17) -0x6050|2d 72 b5 39 |-r.9 | timestamp: 968192557 (s) 0x6050-0x6054 (4) +0x6050|2d 72 b5 39 |-r.9 | timestamp: 968192557 (2020-09-04T22:22:37Z) 0x6050-0x6054 (4) 0x6050| 84 10 02 00 | .... | distance: 1353 (135300) (m) 0x6054-0x6058 (4) 0x6050| e8 03 | .. | speed: 1 (1000) (m/s) 0x6058-0x605a (2) 0x6050| 67 | g | heart_rate: 103 (bpm) 0x605a-0x605b (1) @@ -22366,7 +22366,7 @@ $ fq -d fit dv activity_dev.fit 0x6060| 00 | . | reserved: false 0x6061.3-0x6061.4 (0.1) 0x6060| 00 | . | local_message_type: 0 0x6061.4-0x6062 (0.4) | | | data_message{}: 0x6062-0x6073 (17) -0x6060| 2e 72 b5 39 | .r.9 | timestamp: 968192558 (s) 0x6062-0x6066 (4) +0x6060| 2e 72 b5 39 | .r.9 | timestamp: 968192558 (2020-09-04T22:22:38Z) 0x6062-0x6066 (4) 0x6060| e8 10 02 00 | .... | distance: 1354 (135400) (m) 0x6066-0x606a (4) 0x6060| e8 03 | .. | speed: 1 (1000) (m/s) 0x606a-0x606c (2) 0x6060| 5f | _ | heart_rate: 95 (bpm) 0x606c-0x606d (1) @@ -22382,7 +22382,7 @@ $ fq -d fit dv activity_dev.fit 0x6070| 00 | . | reserved: false 0x6073.3-0x6073.4 (0.1) 0x6070| 00 | . | local_message_type: 0 0x6073.4-0x6074 (0.4) | | | data_message{}: 0x6074-0x6085 (17) -0x6070| 2f 72 b5 39 | /r.9 | timestamp: 968192559 (s) 0x6074-0x6078 (4) +0x6070| 2f 72 b5 39 | /r.9 | timestamp: 968192559 (2020-09-04T22:22:39Z) 0x6074-0x6078 (4) 0x6070| 4c 11 02 00 | L... | distance: 1355 (135500) (m) 0x6078-0x607c (4) 0x6070| e8 03 | .. | speed: 1 (1000) (m/s) 0x607c-0x607e (2) 0x6070| 57 | W | heart_rate: 87 (bpm) 0x607e-0x607f (1) @@ -22398,7 +22398,7 @@ $ fq -d fit dv activity_dev.fit 0x6080| 00 | . | reserved: false 0x6085.3-0x6085.4 (0.1) 0x6080| 00 | . | local_message_type: 0 0x6085.4-0x6086 (0.4) | | | data_message{}: 0x6086-0x6097 (17) -0x6080| 30 72 b5 39 | 0r.9 | timestamp: 968192560 (s) 0x6086-0x608a (4) +0x6080| 30 72 b5 39 | 0r.9 | timestamp: 968192560 (2020-09-04T22:22:40Z) 0x6086-0x608a (4) 0x6080| b0 11 02 00 | .... | distance: 1356 (135600) (m) 0x608a-0x608e (4) 0x6080| e8 03| ..| speed: 1 (1000) (m/s) 0x608e-0x6090 (2) 0x6090|50 |P | heart_rate: 80 (bpm) 0x6090-0x6091 (1) @@ -22414,7 +22414,7 @@ $ fq -d fit dv activity_dev.fit 0x6090| 00 | . | reserved: false 0x6097.3-0x6097.4 (0.1) 0x6090| 00 | . | local_message_type: 0 0x6097.4-0x6098 (0.4) | | | data_message{}: 0x6098-0x60a9 (17) -0x6090| 31 72 b5 39 | 1r.9 | timestamp: 968192561 (s) 0x6098-0x609c (4) +0x6090| 31 72 b5 39 | 1r.9 | timestamp: 968192561 (2020-09-04T22:22:41Z) 0x6098-0x609c (4) 0x6090| 14 12 02 00| ....| distance: 1357 (135700) (m) 0x609c-0x60a0 (4) 0x60a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x60a0-0x60a2 (2) 0x60a0| 48 | H | heart_rate: 72 (bpm) 0x60a2-0x60a3 (1) @@ -22430,7 +22430,7 @@ $ fq -d fit dv activity_dev.fit 0x60a0| 00 | . | reserved: false 0x60a9.3-0x60a9.4 (0.1) 0x60a0| 00 | . | local_message_type: 0 0x60a9.4-0x60aa (0.4) | | | data_message{}: 0x60aa-0x60bb (17) -0x60a0| 32 72 b5 39 | 2r.9 | timestamp: 968192562 (s) 0x60aa-0x60ae (4) +0x60a0| 32 72 b5 39 | 2r.9 | timestamp: 968192562 (2020-09-04T22:22:42Z) 0x60aa-0x60ae (4) 0x60a0| 78 12| x.| distance: 1358 (135800) (m) 0x60ae-0x60b2 (4) 0x60b0|02 00 |.. | 0x60b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x60b2-0x60b4 (2) @@ -22447,7 +22447,7 @@ $ fq -d fit dv activity_dev.fit 0x60b0| 00 | . | reserved: false 0x60bb.3-0x60bb.4 (0.1) 0x60b0| 00 | . | local_message_type: 0 0x60bb.4-0x60bc (0.4) | | | data_message{}: 0x60bc-0x60cd (17) -0x60b0| 33 72 b5 39| 3r.9| timestamp: 968192563 (s) 0x60bc-0x60c0 (4) +0x60b0| 33 72 b5 39| 3r.9| timestamp: 968192563 (2020-09-04T22:22:43Z) 0x60bc-0x60c0 (4) 0x60c0|dc 12 02 00 |.... | distance: 1359 (135900) (m) 0x60c0-0x60c4 (4) 0x60c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x60c4-0x60c6 (2) 0x60c0| 3a | : | heart_rate: 58 (bpm) 0x60c6-0x60c7 (1) @@ -22463,7 +22463,7 @@ $ fq -d fit dv activity_dev.fit 0x60c0| 00 | . | reserved: false 0x60cd.3-0x60cd.4 (0.1) 0x60c0| 00 | . | local_message_type: 0 0x60cd.4-0x60ce (0.4) | | | data_message{}: 0x60ce-0x60df (17) -0x60c0| 34 72| 4r| timestamp: 968192564 (s) 0x60ce-0x60d2 (4) +0x60c0| 34 72| 4r| timestamp: 968192564 (2020-09-04T22:22:44Z) 0x60ce-0x60d2 (4) 0x60d0|b5 39 |.9 | 0x60d0| 40 13 02 00 | @... | distance: 1360 (136000) (m) 0x60d2-0x60d6 (4) 0x60d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x60d6-0x60d8 (2) @@ -22480,7 +22480,7 @@ $ fq -d fit dv activity_dev.fit 0x60d0| 00| .| reserved: false 0x60df.3-0x60df.4 (0.1) 0x60d0| 00| .| local_message_type: 0 0x60df.4-0x60e0 (0.4) | | | data_message{}: 0x60e0-0x60f1 (17) -0x60e0|35 72 b5 39 |5r.9 | timestamp: 968192565 (s) 0x60e0-0x60e4 (4) +0x60e0|35 72 b5 39 |5r.9 | timestamp: 968192565 (2020-09-04T22:22:45Z) 0x60e0-0x60e4 (4) 0x60e0| a4 13 02 00 | .... | distance: 1361 (136100) (m) 0x60e4-0x60e8 (4) 0x60e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x60e8-0x60ea (2) 0x60e0| 2e | . | heart_rate: 46 (bpm) 0x60ea-0x60eb (1) @@ -22496,7 +22496,7 @@ $ fq -d fit dv activity_dev.fit 0x60f0| 00 | . | reserved: false 0x60f1.3-0x60f1.4 (0.1) 0x60f0| 00 | . | local_message_type: 0 0x60f1.4-0x60f2 (0.4) | | | data_message{}: 0x60f2-0x6103 (17) -0x60f0| 36 72 b5 39 | 6r.9 | timestamp: 968192566 (s) 0x60f2-0x60f6 (4) +0x60f0| 36 72 b5 39 | 6r.9 | timestamp: 968192566 (2020-09-04T22:22:46Z) 0x60f2-0x60f6 (4) 0x60f0| 08 14 02 00 | .... | distance: 1362 (136200) (m) 0x60f6-0x60fa (4) 0x60f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x60fa-0x60fc (2) 0x60f0| 28 | ( | heart_rate: 40 (bpm) 0x60fc-0x60fd (1) @@ -22512,7 +22512,7 @@ $ fq -d fit dv activity_dev.fit 0x6100| 00 | . | reserved: false 0x6103.3-0x6103.4 (0.1) 0x6100| 00 | . | local_message_type: 0 0x6103.4-0x6104 (0.4) | | | data_message{}: 0x6104-0x6115 (17) -0x6100| 37 72 b5 39 | 7r.9 | timestamp: 968192567 (s) 0x6104-0x6108 (4) +0x6100| 37 72 b5 39 | 7r.9 | timestamp: 968192567 (2020-09-04T22:22:47Z) 0x6104-0x6108 (4) 0x6100| 6c 14 02 00 | l... | distance: 1363 (136300) (m) 0x6108-0x610c (4) 0x6100| e8 03 | .. | speed: 1 (1000) (m/s) 0x610c-0x610e (2) 0x6100| 22 | " | heart_rate: 34 (bpm) 0x610e-0x610f (1) @@ -22528,7 +22528,7 @@ $ fq -d fit dv activity_dev.fit 0x6110| 00 | . | reserved: false 0x6115.3-0x6115.4 (0.1) 0x6110| 00 | . | local_message_type: 0 0x6115.4-0x6116 (0.4) | | | data_message{}: 0x6116-0x6127 (17) -0x6110| 38 72 b5 39 | 8r.9 | timestamp: 968192568 (s) 0x6116-0x611a (4) +0x6110| 38 72 b5 39 | 8r.9 | timestamp: 968192568 (2020-09-04T22:22:48Z) 0x6116-0x611a (4) 0x6110| d0 14 02 00 | .... | distance: 1364 (136400) (m) 0x611a-0x611e (4) 0x6110| e8 03| ..| speed: 1 (1000) (m/s) 0x611e-0x6120 (2) 0x6120|1d |. | heart_rate: 29 (bpm) 0x6120-0x6121 (1) @@ -22544,7 +22544,7 @@ $ fq -d fit dv activity_dev.fit 0x6120| 00 | . | reserved: false 0x6127.3-0x6127.4 (0.1) 0x6120| 00 | . | local_message_type: 0 0x6127.4-0x6128 (0.4) | | | data_message{}: 0x6128-0x6139 (17) -0x6120| 39 72 b5 39 | 9r.9 | timestamp: 968192569 (s) 0x6128-0x612c (4) +0x6120| 39 72 b5 39 | 9r.9 | timestamp: 968192569 (2020-09-04T22:22:49Z) 0x6128-0x612c (4) 0x6120| 34 15 02 00| 4...| distance: 1365 (136500) (m) 0x612c-0x6130 (4) 0x6130|e8 03 |.. | speed: 1 (1000) (m/s) 0x6130-0x6132 (2) 0x6130| 18 | . | heart_rate: 24 (bpm) 0x6132-0x6133 (1) @@ -22560,7 +22560,7 @@ $ fq -d fit dv activity_dev.fit 0x6130| 00 | . | reserved: false 0x6139.3-0x6139.4 (0.1) 0x6130| 00 | . | local_message_type: 0 0x6139.4-0x613a (0.4) | | | data_message{}: 0x613a-0x614b (17) -0x6130| 3a 72 b5 39 | :r.9 | timestamp: 968192570 (s) 0x613a-0x613e (4) +0x6130| 3a 72 b5 39 | :r.9 | timestamp: 968192570 (2020-09-04T22:22:50Z) 0x613a-0x613e (4) 0x6130| 98 15| ..| distance: 1366 (136600) (m) 0x613e-0x6142 (4) 0x6140|02 00 |.. | 0x6140| e8 03 | .. | speed: 1 (1000) (m/s) 0x6142-0x6144 (2) @@ -22577,7 +22577,7 @@ $ fq -d fit dv activity_dev.fit 0x6140| 00 | . | reserved: false 0x614b.3-0x614b.4 (0.1) 0x6140| 00 | . | local_message_type: 0 0x614b.4-0x614c (0.4) | | | data_message{}: 0x614c-0x615d (17) -0x6140| 3b 72 b5 39| ;r.9| timestamp: 968192571 (s) 0x614c-0x6150 (4) +0x6140| 3b 72 b5 39| ;r.9| timestamp: 968192571 (2020-09-04T22:22:51Z) 0x614c-0x6150 (4) 0x6150|fc 15 02 00 |.... | distance: 1367 (136700) (m) 0x6150-0x6154 (4) 0x6150| e8 03 | .. | speed: 1 (1000) (m/s) 0x6154-0x6156 (2) 0x6150| 0f | . | heart_rate: 15 (bpm) 0x6156-0x6157 (1) @@ -22593,7 +22593,7 @@ $ fq -d fit dv activity_dev.fit 0x6150| 00 | . | reserved: false 0x615d.3-0x615d.4 (0.1) 0x6150| 00 | . | local_message_type: 0 0x615d.4-0x615e (0.4) | | | data_message{}: 0x615e-0x616f (17) -0x6150| 3c 72| r.9 | timestamp: 968192574 (s) 0x6182-0x6186 (4) +0x6180| 3e 72 b5 39 | >r.9 | timestamp: 968192574 (2020-09-04T22:22:54Z) 0x6182-0x6186 (4) 0x6180| 28 17 02 00 | (... | distance: 1370 (137000) (m) 0x6186-0x618a (4) 0x6180| e8 03 | .. | speed: 1 (1000) (m/s) 0x618a-0x618c (2) 0x6180| 06 | . | heart_rate: 6 (bpm) 0x618c-0x618d (1) @@ -22642,7 +22642,7 @@ $ fq -d fit dv activity_dev.fit 0x6190| 00 | . | reserved: false 0x6193.3-0x6193.4 (0.1) 0x6190| 00 | . | local_message_type: 0 0x6193.4-0x6194 (0.4) | | | data_message{}: 0x6194-0x61a5 (17) -0x6190| 3f 72 b5 39 | ?r.9 | timestamp: 968192575 (s) 0x6194-0x6198 (4) +0x6190| 3f 72 b5 39 | ?r.9 | timestamp: 968192575 (2020-09-04T22:22:55Z) 0x6194-0x6198 (4) 0x6190| 8c 17 02 00 | .... | distance: 1371 (137100) (m) 0x6198-0x619c (4) 0x6190| e8 03 | .. | speed: 1 (1000) (m/s) 0x619c-0x619e (2) 0x6190| 03 | . | heart_rate: 3 (bpm) 0x619e-0x619f (1) @@ -22658,7 +22658,7 @@ $ fq -d fit dv activity_dev.fit 0x61a0| 00 | . | reserved: false 0x61a5.3-0x61a5.4 (0.1) 0x61a0| 00 | . | local_message_type: 0 0x61a5.4-0x61a6 (0.4) | | | data_message{}: 0x61a6-0x61b7 (17) -0x61a0| 40 72 b5 39 | @r.9 | timestamp: 968192576 (s) 0x61a6-0x61aa (4) +0x61a0| 40 72 b5 39 | @r.9 | timestamp: 968192576 (2020-09-04T22:22:56Z) 0x61a6-0x61aa (4) 0x61a0| f0 17 02 00 | .... | distance: 1372 (137200) (m) 0x61aa-0x61ae (4) 0x61a0| e8 03| ..| speed: 1 (1000) (m/s) 0x61ae-0x61b0 (2) 0x61b0|02 |. | heart_rate: 2 (bpm) 0x61b0-0x61b1 (1) @@ -22674,7 +22674,7 @@ $ fq -d fit dv activity_dev.fit 0x61b0| 00 | . | reserved: false 0x61b7.3-0x61b7.4 (0.1) 0x61b0| 00 | . | local_message_type: 0 0x61b7.4-0x61b8 (0.4) | | | data_message{}: 0x61b8-0x61c9 (17) -0x61b0| 41 72 b5 39 | Ar.9 | timestamp: 968192577 (s) 0x61b8-0x61bc (4) +0x61b0| 41 72 b5 39 | Ar.9 | timestamp: 968192577 (2020-09-04T22:22:57Z) 0x61b8-0x61bc (4) 0x61b0| 54 18 02 00| T...| distance: 1373 (137300) (m) 0x61bc-0x61c0 (4) 0x61c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x61c0-0x61c2 (2) 0x61c0| 01 | . | heart_rate: 1 (bpm) 0x61c2-0x61c3 (1) @@ -22690,7 +22690,7 @@ $ fq -d fit dv activity_dev.fit 0x61c0| 00 | . | reserved: false 0x61c9.3-0x61c9.4 (0.1) 0x61c0| 00 | . | local_message_type: 0 0x61c9.4-0x61ca (0.4) | | | data_message{}: 0x61ca-0x61db (17) -0x61c0| 42 72 b5 39 | Br.9 | timestamp: 968192578 (s) 0x61ca-0x61ce (4) +0x61c0| 42 72 b5 39 | Br.9 | timestamp: 968192578 (2020-09-04T22:22:58Z) 0x61ca-0x61ce (4) 0x61c0| b8 18| ..| distance: 1374 (137400) (m) 0x61ce-0x61d2 (4) 0x61d0|02 00 |.. | 0x61d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x61d2-0x61d4 (2) @@ -22707,7 +22707,7 @@ $ fq -d fit dv activity_dev.fit 0x61d0| 00 | . | reserved: false 0x61db.3-0x61db.4 (0.1) 0x61d0| 00 | . | local_message_type: 0 0x61db.4-0x61dc (0.4) | | | data_message{}: 0x61dc-0x61ed (17) -0x61d0| 43 72 b5 39| Cr.9| timestamp: 968192579 (s) 0x61dc-0x61e0 (4) +0x61d0| 43 72 b5 39| Cr.9| timestamp: 968192579 (2020-09-04T22:22:59Z) 0x61dc-0x61e0 (4) 0x61e0|1c 19 02 00 |.... | distance: 1375 (137500) (m) 0x61e0-0x61e4 (4) 0x61e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x61e4-0x61e6 (2) 0x61e0| 00 | . | heart_rate: 0 (bpm) 0x61e6-0x61e7 (1) @@ -22723,7 +22723,7 @@ $ fq -d fit dv activity_dev.fit 0x61e0| 00 | . | reserved: false 0x61ed.3-0x61ed.4 (0.1) 0x61e0| 00 | . | local_message_type: 0 0x61ed.4-0x61ee (0.4) | | | data_message{}: 0x61ee-0x61ff (17) -0x61e0| 44 72| Dr| timestamp: 968192580 (s) 0x61ee-0x61f2 (4) +0x61e0| 44 72| Dr| timestamp: 968192580 (2020-09-04T22:23:00Z) 0x61ee-0x61f2 (4) 0x61f0|b5 39 |.9 | 0x61f0| 80 19 02 00 | .... | distance: 1376 (137600) (m) 0x61f2-0x61f6 (4) 0x61f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x61f6-0x61f8 (2) @@ -22740,7 +22740,7 @@ $ fq -d fit dv activity_dev.fit 0x61f0| 00| .| reserved: false 0x61ff.3-0x61ff.4 (0.1) 0x61f0| 00| .| local_message_type: 0 0x61ff.4-0x6200 (0.4) | | | data_message{}: 0x6200-0x6211 (17) -0x6200|45 72 b5 39 |Er.9 | timestamp: 968192581 (s) 0x6200-0x6204 (4) +0x6200|45 72 b5 39 |Er.9 | timestamp: 968192581 (2020-09-04T22:23:01Z) 0x6200-0x6204 (4) 0x6200| e4 19 02 00 | .... | distance: 1377 (137700) (m) 0x6204-0x6208 (4) 0x6200| e8 03 | .. | speed: 1 (1000) (m/s) 0x6208-0x620a (2) 0x6200| 01 | . | heart_rate: 1 (bpm) 0x620a-0x620b (1) @@ -22756,7 +22756,7 @@ $ fq -d fit dv activity_dev.fit 0x6210| 00 | . | reserved: false 0x6211.3-0x6211.4 (0.1) 0x6210| 00 | . | local_message_type: 0 0x6211.4-0x6212 (0.4) | | | data_message{}: 0x6212-0x6223 (17) -0x6210| 46 72 b5 39 | Fr.9 | timestamp: 968192582 (s) 0x6212-0x6216 (4) +0x6210| 46 72 b5 39 | Fr.9 | timestamp: 968192582 (2020-09-04T22:23:02Z) 0x6212-0x6216 (4) 0x6210| 48 1a 02 00 | H... | distance: 1378 (137800) (m) 0x6216-0x621a (4) 0x6210| e8 03 | .. | speed: 1 (1000) (m/s) 0x621a-0x621c (2) 0x6210| 02 | . | heart_rate: 2 (bpm) 0x621c-0x621d (1) @@ -22772,7 +22772,7 @@ $ fq -d fit dv activity_dev.fit 0x6220| 00 | . | reserved: false 0x6223.3-0x6223.4 (0.1) 0x6220| 00 | . | local_message_type: 0 0x6223.4-0x6224 (0.4) | | | data_message{}: 0x6224-0x6235 (17) -0x6220| 47 72 b5 39 | Gr.9 | timestamp: 968192583 (s) 0x6224-0x6228 (4) +0x6220| 47 72 b5 39 | Gr.9 | timestamp: 968192583 (2020-09-04T22:23:03Z) 0x6224-0x6228 (4) 0x6220| ac 1a 02 00 | .... | distance: 1379 (137900) (m) 0x6228-0x622c (4) 0x6220| e8 03 | .. | speed: 1 (1000) (m/s) 0x622c-0x622e (2) 0x6220| 03 | . | heart_rate: 3 (bpm) 0x622e-0x622f (1) @@ -22788,7 +22788,7 @@ $ fq -d fit dv activity_dev.fit 0x6230| 00 | . | reserved: false 0x6235.3-0x6235.4 (0.1) 0x6230| 00 | . | local_message_type: 0 0x6235.4-0x6236 (0.4) | | | data_message{}: 0x6236-0x6247 (17) -0x6230| 48 72 b5 39 | Hr.9 | timestamp: 968192584 (s) 0x6236-0x623a (4) +0x6230| 48 72 b5 39 | Hr.9 | timestamp: 968192584 (2020-09-04T22:23:04Z) 0x6236-0x623a (4) 0x6230| 10 1b 02 00 | .... | distance: 1380 (138000) (m) 0x623a-0x623e (4) 0x6230| e8 03| ..| speed: 1 (1000) (m/s) 0x623e-0x6240 (2) 0x6240|06 |. | heart_rate: 6 (bpm) 0x6240-0x6241 (1) @@ -22804,7 +22804,7 @@ $ fq -d fit dv activity_dev.fit 0x6240| 00 | . | reserved: false 0x6247.3-0x6247.4 (0.1) 0x6240| 00 | . | local_message_type: 0 0x6247.4-0x6248 (0.4) | | | data_message{}: 0x6248-0x6259 (17) -0x6240| 49 72 b5 39 | Ir.9 | timestamp: 968192585 (s) 0x6248-0x624c (4) +0x6240| 49 72 b5 39 | Ir.9 | timestamp: 968192585 (2020-09-04T22:23:05Z) 0x6248-0x624c (4) 0x6240| 74 1b 02 00| t...| distance: 1381 (138100) (m) 0x624c-0x6250 (4) 0x6250|e8 03 |.. | speed: 1 (1000) (m/s) 0x6250-0x6252 (2) 0x6250| 08 | . | heart_rate: 8 (bpm) 0x6252-0x6253 (1) @@ -22820,7 +22820,7 @@ $ fq -d fit dv activity_dev.fit 0x6250| 00 | . | reserved: false 0x6259.3-0x6259.4 (0.1) 0x6250| 00 | . | local_message_type: 0 0x6259.4-0x625a (0.4) | | | data_message{}: 0x625a-0x626b (17) -0x6250| 4a 72 b5 39 | Jr.9 | timestamp: 968192586 (s) 0x625a-0x625e (4) +0x6250| 4a 72 b5 39 | Jr.9 | timestamp: 968192586 (2020-09-04T22:23:06Z) 0x625a-0x625e (4) 0x6250| d8 1b| ..| distance: 1382 (138200) (m) 0x625e-0x6262 (4) 0x6260|02 00 |.. | 0x6260| e8 03 | .. | speed: 1 (1000) (m/s) 0x6262-0x6264 (2) @@ -22837,7 +22837,7 @@ $ fq -d fit dv activity_dev.fit 0x6260| 00 | . | reserved: false 0x626b.3-0x626b.4 (0.1) 0x6260| 00 | . | local_message_type: 0 0x626b.4-0x626c (0.4) | | | data_message{}: 0x626c-0x627d (17) -0x6260| 4b 72 b5 39| Kr.9| timestamp: 968192587 (s) 0x626c-0x6270 (4) +0x6260| 4b 72 b5 39| Kr.9| timestamp: 968192587 (2020-09-04T22:23:07Z) 0x626c-0x6270 (4) 0x6270|3c 1c 02 00 |<... | distance: 1383 (138300) (m) 0x6270-0x6274 (4) 0x6270| e8 03 | .. | speed: 1 (1000) (m/s) 0x6274-0x6276 (2) 0x6270| 0f | . | heart_rate: 15 (bpm) 0x6276-0x6277 (1) @@ -22853,7 +22853,7 @@ $ fq -d fit dv activity_dev.fit 0x6270| 00 | . | reserved: false 0x627d.3-0x627d.4 (0.1) 0x6270| 00 | . | local_message_type: 0 0x627d.4-0x627e (0.4) | | | data_message{}: 0x627e-0x628f (17) -0x6270| 4c 72| Lr| timestamp: 968192588 (s) 0x627e-0x6282 (4) +0x6270| 4c 72| Lr| timestamp: 968192588 (2020-09-04T22:23:08Z) 0x627e-0x6282 (4) 0x6280|b5 39 |.9 | 0x6280| a0 1c 02 00 | .... | distance: 1384 (138400) (m) 0x6282-0x6286 (4) 0x6280| e8 03 | .. | speed: 1 (1000) (m/s) 0x6286-0x6288 (2) @@ -22870,7 +22870,7 @@ $ fq -d fit dv activity_dev.fit 0x6280| 00| .| reserved: false 0x628f.3-0x628f.4 (0.1) 0x6280| 00| .| local_message_type: 0 0x628f.4-0x6290 (0.4) | | | data_message{}: 0x6290-0x62a1 (17) -0x6290|4d 72 b5 39 |Mr.9 | timestamp: 968192589 (s) 0x6290-0x6294 (4) +0x6290|4d 72 b5 39 |Mr.9 | timestamp: 968192589 (2020-09-04T22:23:09Z) 0x6290-0x6294 (4) 0x6290| 04 1d 02 00 | .... | distance: 1385 (138500) (m) 0x6294-0x6298 (4) 0x6290| e8 03 | .. | speed: 1 (1000) (m/s) 0x6298-0x629a (2) 0x6290| 18 | . | heart_rate: 24 (bpm) 0x629a-0x629b (1) @@ -22886,7 +22886,7 @@ $ fq -d fit dv activity_dev.fit 0x62a0| 00 | . | reserved: false 0x62a1.3-0x62a1.4 (0.1) 0x62a0| 00 | . | local_message_type: 0 0x62a1.4-0x62a2 (0.4) | | | data_message{}: 0x62a2-0x62b3 (17) -0x62a0| 4e 72 b5 39 | Nr.9 | timestamp: 968192590 (s) 0x62a2-0x62a6 (4) +0x62a0| 4e 72 b5 39 | Nr.9 | timestamp: 968192590 (2020-09-04T22:23:10Z) 0x62a2-0x62a6 (4) 0x62a0| 68 1d 02 00 | h... | distance: 1386 (138600) (m) 0x62a6-0x62aa (4) 0x62a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x62aa-0x62ac (2) 0x62a0| 1d | . | heart_rate: 29 (bpm) 0x62ac-0x62ad (1) @@ -22902,7 +22902,7 @@ $ fq -d fit dv activity_dev.fit 0x62b0| 00 | . | reserved: false 0x62b3.3-0x62b3.4 (0.1) 0x62b0| 00 | . | local_message_type: 0 0x62b3.4-0x62b4 (0.4) | | | data_message{}: 0x62b4-0x62c5 (17) -0x62b0| 4f 72 b5 39 | Or.9 | timestamp: 968192591 (s) 0x62b4-0x62b8 (4) +0x62b0| 4f 72 b5 39 | Or.9 | timestamp: 968192591 (2020-09-04T22:23:11Z) 0x62b4-0x62b8 (4) 0x62b0| cc 1d 02 00 | .... | distance: 1387 (138700) (m) 0x62b8-0x62bc (4) 0x62b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x62bc-0x62be (2) 0x62b0| 22 | " | heart_rate: 34 (bpm) 0x62be-0x62bf (1) @@ -22918,7 +22918,7 @@ $ fq -d fit dv activity_dev.fit 0x62c0| 00 | . | reserved: false 0x62c5.3-0x62c5.4 (0.1) 0x62c0| 00 | . | local_message_type: 0 0x62c5.4-0x62c6 (0.4) | | | data_message{}: 0x62c6-0x62d7 (17) -0x62c0| 50 72 b5 39 | Pr.9 | timestamp: 968192592 (s) 0x62c6-0x62ca (4) +0x62c0| 50 72 b5 39 | Pr.9 | timestamp: 968192592 (2020-09-04T22:23:12Z) 0x62c6-0x62ca (4) 0x62c0| 30 1e 02 00 | 0... | distance: 1388 (138800) (m) 0x62ca-0x62ce (4) 0x62c0| e8 03| ..| speed: 1 (1000) (m/s) 0x62ce-0x62d0 (2) 0x62d0|28 |( | heart_rate: 40 (bpm) 0x62d0-0x62d1 (1) @@ -22934,7 +22934,7 @@ $ fq -d fit dv activity_dev.fit 0x62d0| 00 | . | reserved: false 0x62d7.3-0x62d7.4 (0.1) 0x62d0| 00 | . | local_message_type: 0 0x62d7.4-0x62d8 (0.4) | | | data_message{}: 0x62d8-0x62e9 (17) -0x62d0| 51 72 b5 39 | Qr.9 | timestamp: 968192593 (s) 0x62d8-0x62dc (4) +0x62d0| 51 72 b5 39 | Qr.9 | timestamp: 968192593 (2020-09-04T22:23:13Z) 0x62d8-0x62dc (4) 0x62d0| 94 1e 02 00| ....| distance: 1389 (138900) (m) 0x62dc-0x62e0 (4) 0x62e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x62e0-0x62e2 (2) 0x62e0| 2e | . | heart_rate: 46 (bpm) 0x62e2-0x62e3 (1) @@ -22950,7 +22950,7 @@ $ fq -d fit dv activity_dev.fit 0x62e0| 00 | . | reserved: false 0x62e9.3-0x62e9.4 (0.1) 0x62e0| 00 | . | local_message_type: 0 0x62e9.4-0x62ea (0.4) | | | data_message{}: 0x62ea-0x62fb (17) -0x62e0| 52 72 b5 39 | Rr.9 | timestamp: 968192594 (s) 0x62ea-0x62ee (4) +0x62e0| 52 72 b5 39 | Rr.9 | timestamp: 968192594 (2020-09-04T22:23:14Z) 0x62ea-0x62ee (4) 0x62e0| f8 1e| ..| distance: 1390 (139000) (m) 0x62ee-0x62f2 (4) 0x62f0|02 00 |.. | 0x62f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x62f2-0x62f4 (2) @@ -22967,7 +22967,7 @@ $ fq -d fit dv activity_dev.fit 0x62f0| 00 | . | reserved: false 0x62fb.3-0x62fb.4 (0.1) 0x62f0| 00 | . | local_message_type: 0 0x62fb.4-0x62fc (0.4) | | | data_message{}: 0x62fc-0x630d (17) -0x62f0| 53 72 b5 39| Sr.9| timestamp: 968192595 (s) 0x62fc-0x6300 (4) +0x62f0| 53 72 b5 39| Sr.9| timestamp: 968192595 (2020-09-04T22:23:15Z) 0x62fc-0x6300 (4) 0x6300|5c 1f 02 00 |\... | distance: 1391 (139100) (m) 0x6300-0x6304 (4) 0x6300| e8 03 | .. | speed: 1 (1000) (m/s) 0x6304-0x6306 (2) 0x6300| 3a | : | heart_rate: 58 (bpm) 0x6306-0x6307 (1) @@ -22983,7 +22983,7 @@ $ fq -d fit dv activity_dev.fit 0x6300| 00 | . | reserved: false 0x630d.3-0x630d.4 (0.1) 0x6300| 00 | . | local_message_type: 0 0x630d.4-0x630e (0.4) | | | data_message{}: 0x630e-0x631f (17) -0x6300| 54 72| Tr| timestamp: 968192596 (s) 0x630e-0x6312 (4) +0x6300| 54 72| Tr| timestamp: 968192596 (2020-09-04T22:23:16Z) 0x630e-0x6312 (4) 0x6310|b5 39 |.9 | 0x6310| c0 1f 02 00 | .... | distance: 1392 (139200) (m) 0x6312-0x6316 (4) 0x6310| e8 03 | .. | speed: 1 (1000) (m/s) 0x6316-0x6318 (2) @@ -23000,7 +23000,7 @@ $ fq -d fit dv activity_dev.fit 0x6310| 00| .| reserved: false 0x631f.3-0x631f.4 (0.1) 0x6310| 00| .| local_message_type: 0 0x631f.4-0x6320 (0.4) | | | data_message{}: 0x6320-0x6331 (17) -0x6320|55 72 b5 39 |Ur.9 | timestamp: 968192597 (s) 0x6320-0x6324 (4) +0x6320|55 72 b5 39 |Ur.9 | timestamp: 968192597 (2020-09-04T22:23:17Z) 0x6320-0x6324 (4) 0x6320| 24 20 02 00 | $ .. | distance: 1393 (139300) (m) 0x6324-0x6328 (4) 0x6320| e8 03 | .. | speed: 1 (1000) (m/s) 0x6328-0x632a (2) 0x6320| 48 | H | heart_rate: 72 (bpm) 0x632a-0x632b (1) @@ -23016,7 +23016,7 @@ $ fq -d fit dv activity_dev.fit 0x6330| 00 | . | reserved: false 0x6331.3-0x6331.4 (0.1) 0x6330| 00 | . | local_message_type: 0 0x6331.4-0x6332 (0.4) | | | data_message{}: 0x6332-0x6343 (17) -0x6330| 56 72 b5 39 | Vr.9 | timestamp: 968192598 (s) 0x6332-0x6336 (4) +0x6330| 56 72 b5 39 | Vr.9 | timestamp: 968192598 (2020-09-04T22:23:18Z) 0x6332-0x6336 (4) 0x6330| 88 20 02 00 | . .. | distance: 1394 (139400) (m) 0x6336-0x633a (4) 0x6330| e8 03 | .. | speed: 1 (1000) (m/s) 0x633a-0x633c (2) 0x6330| 50 | P | heart_rate: 80 (bpm) 0x633c-0x633d (1) @@ -23032,7 +23032,7 @@ $ fq -d fit dv activity_dev.fit 0x6340| 00 | . | reserved: false 0x6343.3-0x6343.4 (0.1) 0x6340| 00 | . | local_message_type: 0 0x6343.4-0x6344 (0.4) | | | data_message{}: 0x6344-0x6355 (17) -0x6340| 57 72 b5 39 | Wr.9 | timestamp: 968192599 (s) 0x6344-0x6348 (4) +0x6340| 57 72 b5 39 | Wr.9 | timestamp: 968192599 (2020-09-04T22:23:19Z) 0x6344-0x6348 (4) 0x6340| ec 20 02 00 | . .. | distance: 1395 (139500) (m) 0x6348-0x634c (4) 0x6340| e8 03 | .. | speed: 1 (1000) (m/s) 0x634c-0x634e (2) 0x6340| 57 | W | heart_rate: 87 (bpm) 0x634e-0x634f (1) @@ -23048,7 +23048,7 @@ $ fq -d fit dv activity_dev.fit 0x6350| 00 | . | reserved: false 0x6355.3-0x6355.4 (0.1) 0x6350| 00 | . | local_message_type: 0 0x6355.4-0x6356 (0.4) | | | data_message{}: 0x6356-0x6367 (17) -0x6350| 58 72 b5 39 | Xr.9 | timestamp: 968192600 (s) 0x6356-0x635a (4) +0x6350| 58 72 b5 39 | Xr.9 | timestamp: 968192600 (2020-09-04T22:23:20Z) 0x6356-0x635a (4) 0x6350| 50 21 02 00 | P!.. | distance: 1396 (139600) (m) 0x635a-0x635e (4) 0x6350| e8 03| ..| speed: 1 (1000) (m/s) 0x635e-0x6360 (2) 0x6360|5f |_ | heart_rate: 95 (bpm) 0x6360-0x6361 (1) @@ -23064,7 +23064,7 @@ $ fq -d fit dv activity_dev.fit 0x6360| 00 | . | reserved: false 0x6367.3-0x6367.4 (0.1) 0x6360| 00 | . | local_message_type: 0 0x6367.4-0x6368 (0.4) | | | data_message{}: 0x6368-0x6379 (17) -0x6360| 59 72 b5 39 | Yr.9 | timestamp: 968192601 (s) 0x6368-0x636c (4) +0x6360| 59 72 b5 39 | Yr.9 | timestamp: 968192601 (2020-09-04T22:23:21Z) 0x6368-0x636c (4) 0x6360| b4 21 02 00| .!..| distance: 1397 (139700) (m) 0x636c-0x6370 (4) 0x6370|e8 03 |.. | speed: 1 (1000) (m/s) 0x6370-0x6372 (2) 0x6370| 67 | g | heart_rate: 103 (bpm) 0x6372-0x6373 (1) @@ -23080,7 +23080,7 @@ $ fq -d fit dv activity_dev.fit 0x6370| 00 | . | reserved: false 0x6379.3-0x6379.4 (0.1) 0x6370| 00 | . | local_message_type: 0 0x6379.4-0x637a (0.4) | | | data_message{}: 0x637a-0x638b (17) -0x6370| 5a 72 b5 39 | Zr.9 | timestamp: 968192602 (s) 0x637a-0x637e (4) +0x6370| 5a 72 b5 39 | Zr.9 | timestamp: 968192602 (2020-09-04T22:23:22Z) 0x637a-0x637e (4) 0x6370| 18 22| ."| distance: 1398 (139800) (m) 0x637e-0x6382 (4) 0x6380|02 00 |.. | 0x6380| e8 03 | .. | speed: 1 (1000) (m/s) 0x6382-0x6384 (2) @@ -23097,7 +23097,7 @@ $ fq -d fit dv activity_dev.fit 0x6380| 00 | . | reserved: false 0x638b.3-0x638b.4 (0.1) 0x6380| 00 | . | local_message_type: 0 0x638b.4-0x638c (0.4) | | | data_message{}: 0x638c-0x639d (17) -0x6380| 5b 72 b5 39| [r.9| timestamp: 968192603 (s) 0x638c-0x6390 (4) +0x6380| 5b 72 b5 39| [r.9| timestamp: 968192603 (2020-09-04T22:23:23Z) 0x638c-0x6390 (4) 0x6390|7c 22 02 00 ||".. | distance: 1399 (139900) (m) 0x6390-0x6394 (4) 0x6390| e8 03 | .. | speed: 1 (1000) (m/s) 0x6394-0x6396 (2) 0x6390| 77 | w | heart_rate: 119 (bpm) 0x6396-0x6397 (1) @@ -23113,7 +23113,7 @@ $ fq -d fit dv activity_dev.fit 0x6390| 00 | . | reserved: false 0x639d.3-0x639d.4 (0.1) 0x6390| 00 | . | local_message_type: 0 0x639d.4-0x639e (0.4) | | | data_message{}: 0x639e-0x63af (17) -0x6390| 5c 72| \r| timestamp: 968192604 (s) 0x639e-0x63a2 (4) +0x6390| 5c 72| \r| timestamp: 968192604 (2020-09-04T22:23:24Z) 0x639e-0x63a2 (4) 0x63a0|b5 39 |.9 | 0x63a0| e0 22 02 00 | .".. | distance: 1400 (140000) (m) 0x63a2-0x63a6 (4) 0x63a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x63a6-0x63a8 (2) @@ -23130,7 +23130,7 @@ $ fq -d fit dv activity_dev.fit 0x63a0| 00| .| reserved: false 0x63af.3-0x63af.4 (0.1) 0x63a0| 00| .| local_message_type: 0 0x63af.4-0x63b0 (0.4) | | | data_message{}: 0x63b0-0x63c1 (17) -0x63b0|5d 72 b5 39 |]r.9 | timestamp: 968192605 (s) 0x63b0-0x63b4 (4) +0x63b0|5d 72 b5 39 |]r.9 | timestamp: 968192605 (2020-09-04T22:23:25Z) 0x63b0-0x63b4 (4) 0x63b0| 44 23 02 00 | D#.. | distance: 1401 (140100) (m) 0x63b4-0x63b8 (4) 0x63b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x63b8-0x63ba (2) 0x63b0| 86 | . | heart_rate: 134 (bpm) 0x63ba-0x63bb (1) @@ -23146,7 +23146,7 @@ $ fq -d fit dv activity_dev.fit 0x63c0| 00 | . | reserved: false 0x63c1.3-0x63c1.4 (0.1) 0x63c0| 00 | . | local_message_type: 0 0x63c1.4-0x63c2 (0.4) | | | data_message{}: 0x63c2-0x63d3 (17) -0x63c0| 5e 72 b5 39 | ^r.9 | timestamp: 968192606 (s) 0x63c2-0x63c6 (4) +0x63c0| 5e 72 b5 39 | ^r.9 | timestamp: 968192606 (2020-09-04T22:23:26Z) 0x63c2-0x63c6 (4) 0x63c0| a8 23 02 00 | .#.. | distance: 1402 (140200) (m) 0x63c6-0x63ca (4) 0x63c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x63ca-0x63cc (2) 0x63c0| 8e | . | heart_rate: 142 (bpm) 0x63cc-0x63cd (1) @@ -23162,7 +23162,7 @@ $ fq -d fit dv activity_dev.fit 0x63d0| 00 | . | reserved: false 0x63d3.3-0x63d3.4 (0.1) 0x63d0| 00 | . | local_message_type: 0 0x63d3.4-0x63d4 (0.4) | | | data_message{}: 0x63d4-0x63e5 (17) -0x63d0| 5f 72 b5 39 | _r.9 | timestamp: 968192607 (s) 0x63d4-0x63d8 (4) +0x63d0| 5f 72 b5 39 | _r.9 | timestamp: 968192607 (2020-09-04T22:23:27Z) 0x63d4-0x63d8 (4) 0x63d0| 0c 24 02 00 | .$.. | distance: 1403 (140300) (m) 0x63d8-0x63dc (4) 0x63d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x63dc-0x63de (2) 0x63d0| 96 | . | heart_rate: 150 (bpm) 0x63de-0x63df (1) @@ -23178,7 +23178,7 @@ $ fq -d fit dv activity_dev.fit 0x63e0| 00 | . | reserved: false 0x63e5.3-0x63e5.4 (0.1) 0x63e0| 00 | . | local_message_type: 0 0x63e5.4-0x63e6 (0.4) | | | data_message{}: 0x63e6-0x63f7 (17) -0x63e0| 60 72 b5 39 | `r.9 | timestamp: 968192608 (s) 0x63e6-0x63ea (4) +0x63e0| 60 72 b5 39 | `r.9 | timestamp: 968192608 (2020-09-04T22:23:28Z) 0x63e6-0x63ea (4) 0x63e0| 70 24 02 00 | p$.. | distance: 1404 (140400) (m) 0x63ea-0x63ee (4) 0x63e0| e8 03| ..| speed: 1 (1000) (m/s) 0x63ee-0x63f0 (2) 0x63f0|9e |. | heart_rate: 158 (bpm) 0x63f0-0x63f1 (1) @@ -23194,7 +23194,7 @@ $ fq -d fit dv activity_dev.fit 0x63f0| 00 | . | reserved: false 0x63f7.3-0x63f7.4 (0.1) 0x63f0| 00 | . | local_message_type: 0 0x63f7.4-0x63f8 (0.4) | | | data_message{}: 0x63f8-0x6409 (17) -0x63f0| 61 72 b5 39 | ar.9 | timestamp: 968192609 (s) 0x63f8-0x63fc (4) +0x63f0| 61 72 b5 39 | ar.9 | timestamp: 968192609 (2020-09-04T22:23:29Z) 0x63f8-0x63fc (4) 0x63f0| d4 24 02 00| .$..| distance: 1405 (140500) (m) 0x63fc-0x6400 (4) 0x6400|e8 03 |.. | speed: 1 (1000) (m/s) 0x6400-0x6402 (2) 0x6400| a6 | . | heart_rate: 166 (bpm) 0x6402-0x6403 (1) @@ -23210,7 +23210,7 @@ $ fq -d fit dv activity_dev.fit 0x6400| 00 | . | reserved: false 0x6409.3-0x6409.4 (0.1) 0x6400| 00 | . | local_message_type: 0 0x6409.4-0x640a (0.4) | | | data_message{}: 0x640a-0x641b (17) -0x6400| 62 72 b5 39 | br.9 | timestamp: 968192610 (s) 0x640a-0x640e (4) +0x6400| 62 72 b5 39 | br.9 | timestamp: 968192610 (2020-09-04T22:23:30Z) 0x640a-0x640e (4) 0x6400| 38 25| 8%| distance: 1406 (140600) (m) 0x640e-0x6412 (4) 0x6410|02 00 |.. | 0x6410| e8 03 | .. | speed: 1 (1000) (m/s) 0x6412-0x6414 (2) @@ -23227,7 +23227,7 @@ $ fq -d fit dv activity_dev.fit 0x6410| 00 | . | reserved: false 0x641b.3-0x641b.4 (0.1) 0x6410| 00 | . | local_message_type: 0 0x641b.4-0x641c (0.4) | | | data_message{}: 0x641c-0x642d (17) -0x6410| 63 72 b5 39| cr.9| timestamp: 968192611 (s) 0x641c-0x6420 (4) +0x6410| 63 72 b5 39| cr.9| timestamp: 968192611 (2020-09-04T22:23:31Z) 0x641c-0x6420 (4) 0x6420|9c 25 02 00 |.%.. | distance: 1407 (140700) (m) 0x6420-0x6424 (4) 0x6420| e8 03 | .. | speed: 1 (1000) (m/s) 0x6424-0x6426 (2) 0x6420| b5 | . | heart_rate: 181 (bpm) 0x6426-0x6427 (1) @@ -23243,7 +23243,7 @@ $ fq -d fit dv activity_dev.fit 0x6420| 00 | . | reserved: false 0x642d.3-0x642d.4 (0.1) 0x6420| 00 | . | local_message_type: 0 0x642d.4-0x642e (0.4) | | | data_message{}: 0x642e-0x643f (17) -0x6420| 64 72| dr| timestamp: 968192612 (s) 0x642e-0x6432 (4) +0x6420| 64 72| dr| timestamp: 968192612 (2020-09-04T22:23:32Z) 0x642e-0x6432 (4) 0x6430|b5 39 |.9 | 0x6430| 00 26 02 00 | .&.. | distance: 1408 (140800) (m) 0x6432-0x6436 (4) 0x6430| e8 03 | .. | speed: 1 (1000) (m/s) 0x6436-0x6438 (2) @@ -23260,7 +23260,7 @@ $ fq -d fit dv activity_dev.fit 0x6430| 00| .| reserved: false 0x643f.3-0x643f.4 (0.1) 0x6430| 00| .| local_message_type: 0 0x643f.4-0x6440 (0.4) | | | data_message{}: 0x6440-0x6451 (17) -0x6440|65 72 b5 39 |er.9 | timestamp: 968192613 (s) 0x6440-0x6444 (4) +0x6440|65 72 b5 39 |er.9 | timestamp: 968192613 (2020-09-04T22:23:33Z) 0x6440-0x6444 (4) 0x6440| 64 26 02 00 | d&.. | distance: 1409 (140900) (m) 0x6444-0x6448 (4) 0x6440| e8 03 | .. | speed: 1 (1000) (m/s) 0x6448-0x644a (2) 0x6440| c3 | . | heart_rate: 195 (bpm) 0x644a-0x644b (1) @@ -23276,7 +23276,7 @@ $ fq -d fit dv activity_dev.fit 0x6450| 00 | . | reserved: false 0x6451.3-0x6451.4 (0.1) 0x6450| 00 | . | local_message_type: 0 0x6451.4-0x6452 (0.4) | | | data_message{}: 0x6452-0x6463 (17) -0x6450| 66 72 b5 39 | fr.9 | timestamp: 968192614 (s) 0x6452-0x6456 (4) +0x6450| 66 72 b5 39 | fr.9 | timestamp: 968192614 (2020-09-04T22:23:34Z) 0x6452-0x6456 (4) 0x6450| c8 26 02 00 | .&.. | distance: 1410 (141000) (m) 0x6456-0x645a (4) 0x6450| e8 03 | .. | speed: 1 (1000) (m/s) 0x645a-0x645c (2) 0x6450| c9 | . | heart_rate: 201 (bpm) 0x645c-0x645d (1) @@ -23292,7 +23292,7 @@ $ fq -d fit dv activity_dev.fit 0x6460| 00 | . | reserved: false 0x6463.3-0x6463.4 (0.1) 0x6460| 00 | . | local_message_type: 0 0x6463.4-0x6464 (0.4) | | | data_message{}: 0x6464-0x6475 (17) -0x6460| 67 72 b5 39 | gr.9 | timestamp: 968192615 (s) 0x6464-0x6468 (4) +0x6460| 67 72 b5 39 | gr.9 | timestamp: 968192615 (2020-09-04T22:23:35Z) 0x6464-0x6468 (4) 0x6460| 2c 27 02 00 | ,'.. | distance: 1411 (141100) (m) 0x6468-0x646c (4) 0x6460| e8 03 | .. | speed: 1 (1000) (m/s) 0x646c-0x646e (2) 0x6460| cf | . | heart_rate: 207 (bpm) 0x646e-0x646f (1) @@ -23308,7 +23308,7 @@ $ fq -d fit dv activity_dev.fit 0x6470| 00 | . | reserved: false 0x6475.3-0x6475.4 (0.1) 0x6470| 00 | . | local_message_type: 0 0x6475.4-0x6476 (0.4) | | | data_message{}: 0x6476-0x6487 (17) -0x6470| 68 72 b5 39 | hr.9 | timestamp: 968192616 (s) 0x6476-0x647a (4) +0x6470| 68 72 b5 39 | hr.9 | timestamp: 968192616 (2020-09-04T22:23:36Z) 0x6476-0x647a (4) 0x6470| 90 27 02 00 | .'.. | distance: 1412 (141200) (m) 0x647a-0x647e (4) 0x6470| e8 03| ..| speed: 1 (1000) (m/s) 0x647e-0x6480 (2) 0x6480|d5 |. | heart_rate: 213 (bpm) 0x6480-0x6481 (1) @@ -23324,7 +23324,7 @@ $ fq -d fit dv activity_dev.fit 0x6480| 00 | . | reserved: false 0x6487.3-0x6487.4 (0.1) 0x6480| 00 | . | local_message_type: 0 0x6487.4-0x6488 (0.4) | | | data_message{}: 0x6488-0x6499 (17) -0x6480| 69 72 b5 39 | ir.9 | timestamp: 968192617 (s) 0x6488-0x648c (4) +0x6480| 69 72 b5 39 | ir.9 | timestamp: 968192617 (2020-09-04T22:23:37Z) 0x6488-0x648c (4) 0x6480| f4 27 02 00| .'..| distance: 1413 (141300) (m) 0x648c-0x6490 (4) 0x6490|e8 03 |.. | speed: 1 (1000) (m/s) 0x6490-0x6492 (2) 0x6490| db | . | heart_rate: 219 (bpm) 0x6492-0x6493 (1) @@ -23340,7 +23340,7 @@ $ fq -d fit dv activity_dev.fit 0x6490| 00 | . | reserved: false 0x6499.3-0x6499.4 (0.1) 0x6490| 00 | . | local_message_type: 0 0x6499.4-0x649a (0.4) | | | data_message{}: 0x649a-0x64ab (17) -0x6490| 6a 72 b5 39 | jr.9 | timestamp: 968192618 (s) 0x649a-0x649e (4) +0x6490| 6a 72 b5 39 | jr.9 | timestamp: 968192618 (2020-09-04T22:23:38Z) 0x649a-0x649e (4) 0x6490| 58 28| X(| distance: 1414 (141400) (m) 0x649e-0x64a2 (4) 0x64a0|02 00 |.. | 0x64a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x64a2-0x64a4 (2) @@ -23357,7 +23357,7 @@ $ fq -d fit dv activity_dev.fit 0x64a0| 00 | . | reserved: false 0x64ab.3-0x64ab.4 (0.1) 0x64a0| 00 | . | local_message_type: 0 0x64ab.4-0x64ac (0.4) | | | data_message{}: 0x64ac-0x64bd (17) -0x64a0| 6b 72 b5 39| kr.9| timestamp: 968192619 (s) 0x64ac-0x64b0 (4) +0x64a0| 6b 72 b5 39| kr.9| timestamp: 968192619 (2020-09-04T22:23:39Z) 0x64ac-0x64b0 (4) 0x64b0|bc 28 02 00 |.(.. | distance: 1415 (141500) (m) 0x64b0-0x64b4 (4) 0x64b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x64b4-0x64b6 (2) 0x64b0| e5 | . | heart_rate: 229 (bpm) 0x64b6-0x64b7 (1) @@ -23373,7 +23373,7 @@ $ fq -d fit dv activity_dev.fit 0x64b0| 00 | . | reserved: false 0x64bd.3-0x64bd.4 (0.1) 0x64b0| 00 | . | local_message_type: 0 0x64bd.4-0x64be (0.4) | | | data_message{}: 0x64be-0x64cf (17) -0x64b0| 6c 72| lr| timestamp: 968192620 (s) 0x64be-0x64c2 (4) +0x64b0| 6c 72| lr| timestamp: 968192620 (2020-09-04T22:23:40Z) 0x64be-0x64c2 (4) 0x64c0|b5 39 |.9 | 0x64c0| 20 29 02 00 | ).. | distance: 1416 (141600) (m) 0x64c2-0x64c6 (4) 0x64c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x64c6-0x64c8 (2) @@ -23390,7 +23390,7 @@ $ fq -d fit dv activity_dev.fit 0x64c0| 00| .| reserved: false 0x64cf.3-0x64cf.4 (0.1) 0x64c0| 00| .| local_message_type: 0 0x64cf.4-0x64d0 (0.4) | | | data_message{}: 0x64d0-0x64e1 (17) -0x64d0|6d 72 b5 39 |mr.9 | timestamp: 968192621 (s) 0x64d0-0x64d4 (4) +0x64d0|6d 72 b5 39 |mr.9 | timestamp: 968192621 (2020-09-04T22:23:41Z) 0x64d0-0x64d4 (4) 0x64d0| 84 29 02 00 | .).. | distance: 1417 (141700) (m) 0x64d4-0x64d8 (4) 0x64d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x64d8-0x64da (2) 0x64d0| ee | . | heart_rate: 238 (bpm) 0x64da-0x64db (1) @@ -23406,7 +23406,7 @@ $ fq -d fit dv activity_dev.fit 0x64e0| 00 | . | reserved: false 0x64e1.3-0x64e1.4 (0.1) 0x64e0| 00 | . | local_message_type: 0 0x64e1.4-0x64e2 (0.4) | | | data_message{}: 0x64e2-0x64f3 (17) -0x64e0| 6e 72 b5 39 | nr.9 | timestamp: 968192622 (s) 0x64e2-0x64e6 (4) +0x64e0| 6e 72 b5 39 | nr.9 | timestamp: 968192622 (2020-09-04T22:23:42Z) 0x64e2-0x64e6 (4) 0x64e0| e8 29 02 00 | .).. | distance: 1418 (141800) (m) 0x64e6-0x64ea (4) 0x64e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x64ea-0x64ec (2) 0x64e0| f1 | . | heart_rate: 241 (bpm) 0x64ec-0x64ed (1) @@ -23422,7 +23422,7 @@ $ fq -d fit dv activity_dev.fit 0x64f0| 00 | . | reserved: false 0x64f3.3-0x64f3.4 (0.1) 0x64f0| 00 | . | local_message_type: 0 0x64f3.4-0x64f4 (0.4) | | | data_message{}: 0x64f4-0x6505 (17) -0x64f0| 6f 72 b5 39 | or.9 | timestamp: 968192623 (s) 0x64f4-0x64f8 (4) +0x64f0| 6f 72 b5 39 | or.9 | timestamp: 968192623 (2020-09-04T22:23:43Z) 0x64f4-0x64f8 (4) 0x64f0| 4c 2a 02 00 | L*.. | distance: 1419 (141900) (m) 0x64f8-0x64fc (4) 0x64f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x64fc-0x64fe (2) 0x64f0| f5 | . | heart_rate: 245 (bpm) 0x64fe-0x64ff (1) @@ -23438,7 +23438,7 @@ $ fq -d fit dv activity_dev.fit 0x6500| 00 | . | reserved: false 0x6505.3-0x6505.4 (0.1) 0x6500| 00 | . | local_message_type: 0 0x6505.4-0x6506 (0.4) | | | data_message{}: 0x6506-0x6517 (17) -0x6500| 70 72 b5 39 | pr.9 | timestamp: 968192624 (s) 0x6506-0x650a (4) +0x6500| 70 72 b5 39 | pr.9 | timestamp: 968192624 (2020-09-04T22:23:44Z) 0x6506-0x650a (4) 0x6500| b0 2a 02 00 | .*.. | distance: 1420 (142000) (m) 0x650a-0x650e (4) 0x6500| e8 03| ..| speed: 1 (1000) (m/s) 0x650e-0x6510 (2) 0x6510|f7 |. | heart_rate: 247 (bpm) 0x6510-0x6511 (1) @@ -23454,7 +23454,7 @@ $ fq -d fit dv activity_dev.fit 0x6510| 00 | . | reserved: false 0x6517.3-0x6517.4 (0.1) 0x6510| 00 | . | local_message_type: 0 0x6517.4-0x6518 (0.4) | | | data_message{}: 0x6518-0x6529 (17) -0x6510| 71 72 b5 39 | qr.9 | timestamp: 968192625 (s) 0x6518-0x651c (4) +0x6510| 71 72 b5 39 | qr.9 | timestamp: 968192625 (2020-09-04T22:23:45Z) 0x6518-0x651c (4) 0x6510| 14 2b 02 00| .+..| distance: 1421 (142100) (m) 0x651c-0x6520 (4) 0x6520|e8 03 |.. | speed: 1 (1000) (m/s) 0x6520-0x6522 (2) 0x6520| fa | . | heart_rate: 250 (bpm) 0x6522-0x6523 (1) @@ -23470,7 +23470,7 @@ $ fq -d fit dv activity_dev.fit 0x6520| 00 | . | reserved: false 0x6529.3-0x6529.4 (0.1) 0x6520| 00 | . | local_message_type: 0 0x6529.4-0x652a (0.4) | | | data_message{}: 0x652a-0x653b (17) -0x6520| 72 72 b5 39 | rr.9 | timestamp: 968192626 (s) 0x652a-0x652e (4) +0x6520| 72 72 b5 39 | rr.9 | timestamp: 968192626 (2020-09-04T22:23:46Z) 0x652a-0x652e (4) 0x6520| 78 2b| x+| distance: 1422 (142200) (m) 0x652e-0x6532 (4) 0x6530|02 00 |.. | 0x6530| e8 03 | .. | speed: 1 (1000) (m/s) 0x6532-0x6534 (2) @@ -23487,7 +23487,7 @@ $ fq -d fit dv activity_dev.fit 0x6530| 00 | . | reserved: false 0x653b.3-0x653b.4 (0.1) 0x6530| 00 | . | local_message_type: 0 0x653b.4-0x653c (0.4) | | | data_message{}: 0x653c-0x654d (17) -0x6530| 73 72 b5 39| sr.9| timestamp: 968192627 (s) 0x653c-0x6540 (4) +0x6530| 73 72 b5 39| sr.9| timestamp: 968192627 (2020-09-04T22:23:47Z) 0x653c-0x6540 (4) 0x6540|dc 2b 02 00 |.+.. | distance: 1423 (142300) (m) 0x6540-0x6544 (4) 0x6540| e8 03 | .. | speed: 1 (1000) (m/s) 0x6544-0x6546 (2) 0x6540| fc | . | heart_rate: 252 (bpm) 0x6546-0x6547 (1) @@ -23503,7 +23503,7 @@ $ fq -d fit dv activity_dev.fit 0x6540| 00 | . | reserved: false 0x654d.3-0x654d.4 (0.1) 0x6540| 00 | . | local_message_type: 0 0x654d.4-0x654e (0.4) | | | data_message{}: 0x654e-0x655f (17) -0x6540| 74 72| tr| timestamp: 968192628 (s) 0x654e-0x6552 (4) +0x6540| 74 72| tr| timestamp: 968192628 (2020-09-04T22:23:48Z) 0x654e-0x6552 (4) 0x6550|b5 39 |.9 | 0x6550| 40 2c 02 00 | @,.. | distance: 1424 (142400) (m) 0x6552-0x6556 (4) 0x6550| e8 03 | .. | speed: 1 (1000) (m/s) 0x6556-0x6558 (2) @@ -23520,7 +23520,7 @@ $ fq -d fit dv activity_dev.fit 0x6550| 00| .| reserved: false 0x655f.3-0x655f.4 (0.1) 0x6550| 00| .| local_message_type: 0 0x655f.4-0x6560 (0.4) | | | data_message{}: 0x6560-0x6571 (17) -0x6560|75 72 b5 39 |ur.9 | timestamp: 968192629 (s) 0x6560-0x6564 (4) +0x6560|75 72 b5 39 |ur.9 | timestamp: 968192629 (2020-09-04T22:23:49Z) 0x6560-0x6564 (4) 0x6560| a4 2c 02 00 | .,.. | distance: 1425 (142500) (m) 0x6564-0x6568 (4) 0x6560| e8 03 | .. | speed: 1 (1000) (m/s) 0x6568-0x656a (2) 0x6560| fe | . | heart_rate: 254 (bpm) 0x656a-0x656b (1) @@ -23536,7 +23536,7 @@ $ fq -d fit dv activity_dev.fit 0x6570| 00 | . | reserved: false 0x6571.3-0x6571.4 (0.1) 0x6570| 00 | . | local_message_type: 0 0x6571.4-0x6572 (0.4) | | | data_message{}: 0x6572-0x6583 (17) -0x6570| 76 72 b5 39 | vr.9 | timestamp: 968192630 (s) 0x6572-0x6576 (4) +0x6570| 76 72 b5 39 | vr.9 | timestamp: 968192630 (2020-09-04T22:23:50Z) 0x6572-0x6576 (4) 0x6570| 08 2d 02 00 | .-.. | distance: 1426 (142600) (m) 0x6576-0x657a (4) 0x6570| e8 03 | .. | speed: 1 (1000) (m/s) 0x657a-0x657c (2) 0x6570| fd | . | heart_rate: 253 (bpm) 0x657c-0x657d (1) @@ -23552,7 +23552,7 @@ $ fq -d fit dv activity_dev.fit 0x6580| 00 | . | reserved: false 0x6583.3-0x6583.4 (0.1) 0x6580| 00 | . | local_message_type: 0 0x6583.4-0x6584 (0.4) | | | data_message{}: 0x6584-0x6595 (17) -0x6580| 77 72 b5 39 | wr.9 | timestamp: 968192631 (s) 0x6584-0x6588 (4) +0x6580| 77 72 b5 39 | wr.9 | timestamp: 968192631 (2020-09-04T22:23:51Z) 0x6584-0x6588 (4) 0x6580| 6c 2d 02 00 | l-.. | distance: 1427 (142700) (m) 0x6588-0x658c (4) 0x6580| e8 03 | .. | speed: 1 (1000) (m/s) 0x658c-0x658e (2) 0x6580| fc | . | heart_rate: 252 (bpm) 0x658e-0x658f (1) @@ -23568,7 +23568,7 @@ $ fq -d fit dv activity_dev.fit 0x6590| 00 | . | reserved: false 0x6595.3-0x6595.4 (0.1) 0x6590| 00 | . | local_message_type: 0 0x6595.4-0x6596 (0.4) | | | data_message{}: 0x6596-0x65a7 (17) -0x6590| 78 72 b5 39 | xr.9 | timestamp: 968192632 (s) 0x6596-0x659a (4) +0x6590| 78 72 b5 39 | xr.9 | timestamp: 968192632 (2020-09-04T22:23:52Z) 0x6596-0x659a (4) 0x6590| d0 2d 02 00 | .-.. | distance: 1428 (142800) (m) 0x659a-0x659e (4) 0x6590| e8 03| ..| speed: 1 (1000) (m/s) 0x659e-0x65a0 (2) 0x65a0|fb |. | heart_rate: 251 (bpm) 0x65a0-0x65a1 (1) @@ -23584,7 +23584,7 @@ $ fq -d fit dv activity_dev.fit 0x65a0| 00 | . | reserved: false 0x65a7.3-0x65a7.4 (0.1) 0x65a0| 00 | . | local_message_type: 0 0x65a7.4-0x65a8 (0.4) | | | data_message{}: 0x65a8-0x65b9 (17) -0x65a0| 79 72 b5 39 | yr.9 | timestamp: 968192633 (s) 0x65a8-0x65ac (4) +0x65a0| 79 72 b5 39 | yr.9 | timestamp: 968192633 (2020-09-04T22:23:53Z) 0x65a8-0x65ac (4) 0x65a0| 34 2e 02 00| 4...| distance: 1429 (142900) (m) 0x65ac-0x65b0 (4) 0x65b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x65b0-0x65b2 (2) 0x65b0| fa | . | heart_rate: 250 (bpm) 0x65b2-0x65b3 (1) @@ -23600,7 +23600,7 @@ $ fq -d fit dv activity_dev.fit 0x65b0| 00 | . | reserved: false 0x65b9.3-0x65b9.4 (0.1) 0x65b0| 00 | . | local_message_type: 0 0x65b9.4-0x65ba (0.4) | | | data_message{}: 0x65ba-0x65cb (17) -0x65b0| 7a 72 b5 39 | zr.9 | timestamp: 968192634 (s) 0x65ba-0x65be (4) +0x65b0| 7a 72 b5 39 | zr.9 | timestamp: 968192634 (2020-09-04T22:23:54Z) 0x65ba-0x65be (4) 0x65b0| 98 2e| ..| distance: 1430 (143000) (m) 0x65be-0x65c2 (4) 0x65c0|02 00 |.. | 0x65c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x65c2-0x65c4 (2) @@ -23617,7 +23617,7 @@ $ fq -d fit dv activity_dev.fit 0x65c0| 00 | . | reserved: false 0x65cb.3-0x65cb.4 (0.1) 0x65c0| 00 | . | local_message_type: 0 0x65cb.4-0x65cc (0.4) | | | data_message{}: 0x65cc-0x65dd (17) -0x65c0| 7b 72 b5 39| {r.9| timestamp: 968192635 (s) 0x65cc-0x65d0 (4) +0x65c0| 7b 72 b5 39| {r.9| timestamp: 968192635 (2020-09-04T22:23:55Z) 0x65cc-0x65d0 (4) 0x65d0|fc 2e 02 00 |.... | distance: 1431 (143100) (m) 0x65d0-0x65d4 (4) 0x65d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x65d4-0x65d6 (2) 0x65d0| f5 | . | heart_rate: 245 (bpm) 0x65d6-0x65d7 (1) @@ -23633,7 +23633,7 @@ $ fq -d fit dv activity_dev.fit 0x65d0| 00 | . | reserved: false 0x65dd.3-0x65dd.4 (0.1) 0x65d0| 00 | . | local_message_type: 0 0x65dd.4-0x65de (0.4) | | | data_message{}: 0x65de-0x65ef (17) -0x65d0| 7c 72| |r| timestamp: 968192636 (s) 0x65de-0x65e2 (4) +0x65d0| 7c 72| |r| timestamp: 968192636 (2020-09-04T22:23:56Z) 0x65de-0x65e2 (4) 0x65e0|b5 39 |.9 | 0x65e0| 60 2f 02 00 | `/.. | distance: 1432 (143200) (m) 0x65e2-0x65e6 (4) 0x65e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x65e6-0x65e8 (2) @@ -23650,7 +23650,7 @@ $ fq -d fit dv activity_dev.fit 0x65e0| 00| .| reserved: false 0x65ef.3-0x65ef.4 (0.1) 0x65e0| 00| .| local_message_type: 0 0x65ef.4-0x65f0 (0.4) | | | data_message{}: 0x65f0-0x6601 (17) -0x65f0|7d 72 b5 39 |}r.9 | timestamp: 968192637 (s) 0x65f0-0x65f4 (4) +0x65f0|7d 72 b5 39 |}r.9 | timestamp: 968192637 (2020-09-04T22:23:57Z) 0x65f0-0x65f4 (4) 0x65f0| c4 2f 02 00 | ./.. | distance: 1433 (143300) (m) 0x65f4-0x65f8 (4) 0x65f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x65f8-0x65fa (2) 0x65f0| ee | . | heart_rate: 238 (bpm) 0x65fa-0x65fb (1) @@ -23666,7 +23666,7 @@ $ fq -d fit dv activity_dev.fit 0x6600| 00 | . | reserved: false 0x6601.3-0x6601.4 (0.1) 0x6600| 00 | . | local_message_type: 0 0x6601.4-0x6602 (0.4) | | | data_message{}: 0x6602-0x6613 (17) -0x6600| 7e 72 b5 39 | ~r.9 | timestamp: 968192638 (s) 0x6602-0x6606 (4) +0x6600| 7e 72 b5 39 | ~r.9 | timestamp: 968192638 (2020-09-04T22:23:58Z) 0x6602-0x6606 (4) 0x6600| 28 30 02 00 | (0.. | distance: 1434 (143400) (m) 0x6606-0x660a (4) 0x6600| e8 03 | .. | speed: 1 (1000) (m/s) 0x660a-0x660c (2) 0x6600| ea | . | heart_rate: 234 (bpm) 0x660c-0x660d (1) @@ -23682,7 +23682,7 @@ $ fq -d fit dv activity_dev.fit 0x6610| 00 | . | reserved: false 0x6613.3-0x6613.4 (0.1) 0x6610| 00 | . | local_message_type: 0 0x6613.4-0x6614 (0.4) | | | data_message{}: 0x6614-0x6625 (17) -0x6610| 7f 72 b5 39 | .r.9 | timestamp: 968192639 (s) 0x6614-0x6618 (4) +0x6610| 7f 72 b5 39 | .r.9 | timestamp: 968192639 (2020-09-04T22:23:59Z) 0x6614-0x6618 (4) 0x6610| 8c 30 02 00 | .0.. | distance: 1435 (143500) (m) 0x6618-0x661c (4) 0x6610| e8 03 | .. | speed: 1 (1000) (m/s) 0x661c-0x661e (2) 0x6610| e5 | . | heart_rate: 229 (bpm) 0x661e-0x661f (1) @@ -23698,7 +23698,7 @@ $ fq -d fit dv activity_dev.fit 0x6620| 00 | . | reserved: false 0x6625.3-0x6625.4 (0.1) 0x6620| 00 | . | local_message_type: 0 0x6625.4-0x6626 (0.4) | | | data_message{}: 0x6626-0x6637 (17) -0x6620| 80 72 b5 39 | .r.9 | timestamp: 968192640 (s) 0x6626-0x662a (4) +0x6620| 80 72 b5 39 | .r.9 | timestamp: 968192640 (2020-09-04T22:24:00Z) 0x6626-0x662a (4) 0x6620| f0 30 02 00 | .0.. | distance: 1436 (143600) (m) 0x662a-0x662e (4) 0x6620| e8 03| ..| speed: 1 (1000) (m/s) 0x662e-0x6630 (2) 0x6630|e0 |. | heart_rate: 224 (bpm) 0x6630-0x6631 (1) @@ -23714,7 +23714,7 @@ $ fq -d fit dv activity_dev.fit 0x6630| 00 | . | reserved: false 0x6637.3-0x6637.4 (0.1) 0x6630| 00 | . | local_message_type: 0 0x6637.4-0x6638 (0.4) | | | data_message{}: 0x6638-0x6649 (17) -0x6630| 81 72 b5 39 | .r.9 | timestamp: 968192641 (s) 0x6638-0x663c (4) +0x6630| 81 72 b5 39 | .r.9 | timestamp: 968192641 (2020-09-04T22:24:01Z) 0x6638-0x663c (4) 0x6630| 54 31 02 00| T1..| distance: 1437 (143700) (m) 0x663c-0x6640 (4) 0x6640|e8 03 |.. | speed: 1 (1000) (m/s) 0x6640-0x6642 (2) 0x6640| db | . | heart_rate: 219 (bpm) 0x6642-0x6643 (1) @@ -23730,7 +23730,7 @@ $ fq -d fit dv activity_dev.fit 0x6640| 00 | . | reserved: false 0x6649.3-0x6649.4 (0.1) 0x6640| 00 | . | local_message_type: 0 0x6649.4-0x664a (0.4) | | | data_message{}: 0x664a-0x665b (17) -0x6640| 82 72 b5 39 | .r.9 | timestamp: 968192642 (s) 0x664a-0x664e (4) +0x6640| 82 72 b5 39 | .r.9 | timestamp: 968192642 (2020-09-04T22:24:02Z) 0x664a-0x664e (4) 0x6640| b8 31| .1| distance: 1438 (143800) (m) 0x664e-0x6652 (4) 0x6650|02 00 |.. | 0x6650| e8 03 | .. | speed: 1 (1000) (m/s) 0x6652-0x6654 (2) @@ -23747,7 +23747,7 @@ $ fq -d fit dv activity_dev.fit 0x6650| 00 | . | reserved: false 0x665b.3-0x665b.4 (0.1) 0x6650| 00 | . | local_message_type: 0 0x665b.4-0x665c (0.4) | | | data_message{}: 0x665c-0x666d (17) -0x6650| 83 72 b5 39| .r.9| timestamp: 968192643 (s) 0x665c-0x6660 (4) +0x6650| 83 72 b5 39| .r.9| timestamp: 968192643 (2020-09-04T22:24:03Z) 0x665c-0x6660 (4) 0x6660|1c 32 02 00 |.2.. | distance: 1439 (143900) (m) 0x6660-0x6664 (4) 0x6660| e8 03 | .. | speed: 1 (1000) (m/s) 0x6664-0x6666 (2) 0x6660| cf | . | heart_rate: 207 (bpm) 0x6666-0x6667 (1) @@ -23763,7 +23763,7 @@ $ fq -d fit dv activity_dev.fit 0x6660| 00 | . | reserved: false 0x666d.3-0x666d.4 (0.1) 0x6660| 00 | . | local_message_type: 0 0x666d.4-0x666e (0.4) | | | data_message{}: 0x666e-0x667f (17) -0x6660| 84 72| .r| timestamp: 968192644 (s) 0x666e-0x6672 (4) +0x6660| 84 72| .r| timestamp: 968192644 (2020-09-04T22:24:04Z) 0x666e-0x6672 (4) 0x6670|b5 39 |.9 | 0x6670| 80 32 02 00 | .2.. | distance: 1440 (144000) (m) 0x6672-0x6676 (4) 0x6670| e8 03 | .. | speed: 1 (1000) (m/s) 0x6676-0x6678 (2) @@ -23780,7 +23780,7 @@ $ fq -d fit dv activity_dev.fit 0x6670| 00| .| reserved: false 0x667f.3-0x667f.4 (0.1) 0x6670| 00| .| local_message_type: 0 0x667f.4-0x6680 (0.4) | | | data_message{}: 0x6680-0x6691 (17) -0x6680|85 72 b5 39 |.r.9 | timestamp: 968192645 (s) 0x6680-0x6684 (4) +0x6680|85 72 b5 39 |.r.9 | timestamp: 968192645 (2020-09-04T22:24:05Z) 0x6680-0x6684 (4) 0x6680| e4 32 02 00 | .2.. | distance: 1441 (144100) (m) 0x6684-0x6688 (4) 0x6680| e8 03 | .. | speed: 1 (1000) (m/s) 0x6688-0x668a (2) 0x6680| c3 | . | heart_rate: 195 (bpm) 0x668a-0x668b (1) @@ -23796,7 +23796,7 @@ $ fq -d fit dv activity_dev.fit 0x6690| 00 | . | reserved: false 0x6691.3-0x6691.4 (0.1) 0x6690| 00 | . | local_message_type: 0 0x6691.4-0x6692 (0.4) | | | data_message{}: 0x6692-0x66a3 (17) -0x6690| 86 72 b5 39 | .r.9 | timestamp: 968192646 (s) 0x6692-0x6696 (4) +0x6690| 86 72 b5 39 | .r.9 | timestamp: 968192646 (2020-09-04T22:24:06Z) 0x6692-0x6696 (4) 0x6690| 48 33 02 00 | H3.. | distance: 1442 (144200) (m) 0x6696-0x669a (4) 0x6690| e8 03 | .. | speed: 1 (1000) (m/s) 0x669a-0x669c (2) 0x6690| bc | . | heart_rate: 188 (bpm) 0x669c-0x669d (1) @@ -23812,7 +23812,7 @@ $ fq -d fit dv activity_dev.fit 0x66a0| 00 | . | reserved: false 0x66a3.3-0x66a3.4 (0.1) 0x66a0| 00 | . | local_message_type: 0 0x66a3.4-0x66a4 (0.4) | | | data_message{}: 0x66a4-0x66b5 (17) -0x66a0| 87 72 b5 39 | .r.9 | timestamp: 968192647 (s) 0x66a4-0x66a8 (4) +0x66a0| 87 72 b5 39 | .r.9 | timestamp: 968192647 (2020-09-04T22:24:07Z) 0x66a4-0x66a8 (4) 0x66a0| ac 33 02 00 | .3.. | distance: 1443 (144300) (m) 0x66a8-0x66ac (4) 0x66a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x66ac-0x66ae (2) 0x66a0| b5 | . | heart_rate: 181 (bpm) 0x66ae-0x66af (1) @@ -23828,7 +23828,7 @@ $ fq -d fit dv activity_dev.fit 0x66b0| 00 | . | reserved: false 0x66b5.3-0x66b5.4 (0.1) 0x66b0| 00 | . | local_message_type: 0 0x66b5.4-0x66b6 (0.4) | | | data_message{}: 0x66b6-0x66c7 (17) -0x66b0| 88 72 b5 39 | .r.9 | timestamp: 968192648 (s) 0x66b6-0x66ba (4) +0x66b0| 88 72 b5 39 | .r.9 | timestamp: 968192648 (2020-09-04T22:24:08Z) 0x66b6-0x66ba (4) 0x66b0| 10 34 02 00 | .4.. | distance: 1444 (144400) (m) 0x66ba-0x66be (4) 0x66b0| e8 03| ..| speed: 1 (1000) (m/s) 0x66be-0x66c0 (2) 0x66c0|ad |. | heart_rate: 173 (bpm) 0x66c0-0x66c1 (1) @@ -23844,7 +23844,7 @@ $ fq -d fit dv activity_dev.fit 0x66c0| 00 | . | reserved: false 0x66c7.3-0x66c7.4 (0.1) 0x66c0| 00 | . | local_message_type: 0 0x66c7.4-0x66c8 (0.4) | | | data_message{}: 0x66c8-0x66d9 (17) -0x66c0| 89 72 b5 39 | .r.9 | timestamp: 968192649 (s) 0x66c8-0x66cc (4) +0x66c0| 89 72 b5 39 | .r.9 | timestamp: 968192649 (2020-09-04T22:24:09Z) 0x66c8-0x66cc (4) 0x66c0| 74 34 02 00| t4..| distance: 1445 (144500) (m) 0x66cc-0x66d0 (4) 0x66d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x66d0-0x66d2 (2) 0x66d0| a6 | . | heart_rate: 166 (bpm) 0x66d2-0x66d3 (1) @@ -23860,7 +23860,7 @@ $ fq -d fit dv activity_dev.fit 0x66d0| 00 | . | reserved: false 0x66d9.3-0x66d9.4 (0.1) 0x66d0| 00 | . | local_message_type: 0 0x66d9.4-0x66da (0.4) | | | data_message{}: 0x66da-0x66eb (17) -0x66d0| 8a 72 b5 39 | .r.9 | timestamp: 968192650 (s) 0x66da-0x66de (4) +0x66d0| 8a 72 b5 39 | .r.9 | timestamp: 968192650 (2020-09-04T22:24:10Z) 0x66da-0x66de (4) 0x66d0| d8 34| .4| distance: 1446 (144600) (m) 0x66de-0x66e2 (4) 0x66e0|02 00 |.. | 0x66e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x66e2-0x66e4 (2) @@ -23877,7 +23877,7 @@ $ fq -d fit dv activity_dev.fit 0x66e0| 00 | . | reserved: false 0x66eb.3-0x66eb.4 (0.1) 0x66e0| 00 | . | local_message_type: 0 0x66eb.4-0x66ec (0.4) | | | data_message{}: 0x66ec-0x66fd (17) -0x66e0| 8b 72 b5 39| .r.9| timestamp: 968192651 (s) 0x66ec-0x66f0 (4) +0x66e0| 8b 72 b5 39| .r.9| timestamp: 968192651 (2020-09-04T22:24:11Z) 0x66ec-0x66f0 (4) 0x66f0|3c 35 02 00 |<5.. | distance: 1447 (144700) (m) 0x66f0-0x66f4 (4) 0x66f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x66f4-0x66f6 (2) 0x66f0| 96 | . | heart_rate: 150 (bpm) 0x66f6-0x66f7 (1) @@ -23893,7 +23893,7 @@ $ fq -d fit dv activity_dev.fit 0x66f0| 00 | . | reserved: false 0x66fd.3-0x66fd.4 (0.1) 0x66f0| 00 | . | local_message_type: 0 0x66fd.4-0x66fe (0.4) | | | data_message{}: 0x66fe-0x670f (17) -0x66f0| 8c 72| .r| timestamp: 968192652 (s) 0x66fe-0x6702 (4) +0x66f0| 8c 72| .r| timestamp: 968192652 (2020-09-04T22:24:12Z) 0x66fe-0x6702 (4) 0x6700|b5 39 |.9 | 0x6700| a0 35 02 00 | .5.. | distance: 1448 (144800) (m) 0x6702-0x6706 (4) 0x6700| e8 03 | .. | speed: 1 (1000) (m/s) 0x6706-0x6708 (2) @@ -23910,7 +23910,7 @@ $ fq -d fit dv activity_dev.fit 0x6700| 00| .| reserved: false 0x670f.3-0x670f.4 (0.1) 0x6700| 00| .| local_message_type: 0 0x670f.4-0x6710 (0.4) | | | data_message{}: 0x6710-0x6721 (17) -0x6710|8d 72 b5 39 |.r.9 | timestamp: 968192653 (s) 0x6710-0x6714 (4) +0x6710|8d 72 b5 39 |.r.9 | timestamp: 968192653 (2020-09-04T22:24:13Z) 0x6710-0x6714 (4) 0x6710| 04 36 02 00 | .6.. | distance: 1449 (144900) (m) 0x6714-0x6718 (4) 0x6710| e8 03 | .. | speed: 1 (1000) (m/s) 0x6718-0x671a (2) 0x6710| 86 | . | heart_rate: 134 (bpm) 0x671a-0x671b (1) @@ -23926,7 +23926,7 @@ $ fq -d fit dv activity_dev.fit 0x6720| 00 | . | reserved: false 0x6721.3-0x6721.4 (0.1) 0x6720| 00 | . | local_message_type: 0 0x6721.4-0x6722 (0.4) | | | data_message{}: 0x6722-0x6733 (17) -0x6720| 8e 72 b5 39 | .r.9 | timestamp: 968192654 (s) 0x6722-0x6726 (4) +0x6720| 8e 72 b5 39 | .r.9 | timestamp: 968192654 (2020-09-04T22:24:14Z) 0x6722-0x6726 (4) 0x6720| 68 36 02 00 | h6.. | distance: 1450 (145000) (m) 0x6726-0x672a (4) 0x6720| e8 03 | .. | speed: 1 (1000) (m/s) 0x672a-0x672c (2) 0x6720| 7f | . | heart_rate: 127 (bpm) 0x672c-0x672d (1) @@ -23942,7 +23942,7 @@ $ fq -d fit dv activity_dev.fit 0x6730| 00 | . | reserved: false 0x6733.3-0x6733.4 (0.1) 0x6730| 00 | . | local_message_type: 0 0x6733.4-0x6734 (0.4) | | | data_message{}: 0x6734-0x6745 (17) -0x6730| 8f 72 b5 39 | .r.9 | timestamp: 968192655 (s) 0x6734-0x6738 (4) +0x6730| 8f 72 b5 39 | .r.9 | timestamp: 968192655 (2020-09-04T22:24:15Z) 0x6734-0x6738 (4) 0x6730| cc 36 02 00 | .6.. | distance: 1451 (145100) (m) 0x6738-0x673c (4) 0x6730| e8 03 | .. | speed: 1 (1000) (m/s) 0x673c-0x673e (2) 0x6730| 77 | w | heart_rate: 119 (bpm) 0x673e-0x673f (1) @@ -23958,7 +23958,7 @@ $ fq -d fit dv activity_dev.fit 0x6740| 00 | . | reserved: false 0x6745.3-0x6745.4 (0.1) 0x6740| 00 | . | local_message_type: 0 0x6745.4-0x6746 (0.4) | | | data_message{}: 0x6746-0x6757 (17) -0x6740| 90 72 b5 39 | .r.9 | timestamp: 968192656 (s) 0x6746-0x674a (4) +0x6740| 90 72 b5 39 | .r.9 | timestamp: 968192656 (2020-09-04T22:24:16Z) 0x6746-0x674a (4) 0x6740| 30 37 02 00 | 07.. | distance: 1452 (145200) (m) 0x674a-0x674e (4) 0x6740| e8 03| ..| speed: 1 (1000) (m/s) 0x674e-0x6750 (2) 0x6750|6f |o | heart_rate: 111 (bpm) 0x6750-0x6751 (1) @@ -23974,7 +23974,7 @@ $ fq -d fit dv activity_dev.fit 0x6750| 00 | . | reserved: false 0x6757.3-0x6757.4 (0.1) 0x6750| 00 | . | local_message_type: 0 0x6757.4-0x6758 (0.4) | | | data_message{}: 0x6758-0x6769 (17) -0x6750| 91 72 b5 39 | .r.9 | timestamp: 968192657 (s) 0x6758-0x675c (4) +0x6750| 91 72 b5 39 | .r.9 | timestamp: 968192657 (2020-09-04T22:24:17Z) 0x6758-0x675c (4) 0x6750| 94 37 02 00| .7..| distance: 1453 (145300) (m) 0x675c-0x6760 (4) 0x6760|e8 03 |.. | speed: 1 (1000) (m/s) 0x6760-0x6762 (2) 0x6760| 67 | g | heart_rate: 103 (bpm) 0x6762-0x6763 (1) @@ -23990,7 +23990,7 @@ $ fq -d fit dv activity_dev.fit 0x6760| 00 | . | reserved: false 0x6769.3-0x6769.4 (0.1) 0x6760| 00 | . | local_message_type: 0 0x6769.4-0x676a (0.4) | | | data_message{}: 0x676a-0x677b (17) -0x6760| 92 72 b5 39 | .r.9 | timestamp: 968192658 (s) 0x676a-0x676e (4) +0x6760| 92 72 b5 39 | .r.9 | timestamp: 968192658 (2020-09-04T22:24:18Z) 0x676a-0x676e (4) 0x6760| f8 37| .7| distance: 1454 (145400) (m) 0x676e-0x6772 (4) 0x6770|02 00 |.. | 0x6770| e8 03 | .. | speed: 1 (1000) (m/s) 0x6772-0x6774 (2) @@ -24007,7 +24007,7 @@ $ fq -d fit dv activity_dev.fit 0x6770| 00 | . | reserved: false 0x677b.3-0x677b.4 (0.1) 0x6770| 00 | . | local_message_type: 0 0x677b.4-0x677c (0.4) | | | data_message{}: 0x677c-0x678d (17) -0x6770| 93 72 b5 39| .r.9| timestamp: 968192659 (s) 0x677c-0x6780 (4) +0x6770| 93 72 b5 39| .r.9| timestamp: 968192659 (2020-09-04T22:24:19Z) 0x677c-0x6780 (4) 0x6780|5c 38 02 00 |\8.. | distance: 1455 (145500) (m) 0x6780-0x6784 (4) 0x6780| e8 03 | .. | speed: 1 (1000) (m/s) 0x6784-0x6786 (2) 0x6780| 57 | W | heart_rate: 87 (bpm) 0x6786-0x6787 (1) @@ -24023,7 +24023,7 @@ $ fq -d fit dv activity_dev.fit 0x6780| 00 | . | reserved: false 0x678d.3-0x678d.4 (0.1) 0x6780| 00 | . | local_message_type: 0 0x678d.4-0x678e (0.4) | | | data_message{}: 0x678e-0x679f (17) -0x6780| 94 72| .r| timestamp: 968192660 (s) 0x678e-0x6792 (4) +0x6780| 94 72| .r| timestamp: 968192660 (2020-09-04T22:24:20Z) 0x678e-0x6792 (4) 0x6790|b5 39 |.9 | 0x6790| c0 38 02 00 | .8.. | distance: 1456 (145600) (m) 0x6792-0x6796 (4) 0x6790| e8 03 | .. | speed: 1 (1000) (m/s) 0x6796-0x6798 (2) @@ -24040,7 +24040,7 @@ $ fq -d fit dv activity_dev.fit 0x6790| 00| .| reserved: false 0x679f.3-0x679f.4 (0.1) 0x6790| 00| .| local_message_type: 0 0x679f.4-0x67a0 (0.4) | | | data_message{}: 0x67a0-0x67b1 (17) -0x67a0|95 72 b5 39 |.r.9 | timestamp: 968192661 (s) 0x67a0-0x67a4 (4) +0x67a0|95 72 b5 39 |.r.9 | timestamp: 968192661 (2020-09-04T22:24:21Z) 0x67a0-0x67a4 (4) 0x67a0| 24 39 02 00 | $9.. | distance: 1457 (145700) (m) 0x67a4-0x67a8 (4) 0x67a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x67a8-0x67aa (2) 0x67a0| 48 | H | heart_rate: 72 (bpm) 0x67aa-0x67ab (1) @@ -24056,7 +24056,7 @@ $ fq -d fit dv activity_dev.fit 0x67b0| 00 | . | reserved: false 0x67b1.3-0x67b1.4 (0.1) 0x67b0| 00 | . | local_message_type: 0 0x67b1.4-0x67b2 (0.4) | | | data_message{}: 0x67b2-0x67c3 (17) -0x67b0| 96 72 b5 39 | .r.9 | timestamp: 968192662 (s) 0x67b2-0x67b6 (4) +0x67b0| 96 72 b5 39 | .r.9 | timestamp: 968192662 (2020-09-04T22:24:22Z) 0x67b2-0x67b6 (4) 0x67b0| 88 39 02 00 | .9.. | distance: 1458 (145800) (m) 0x67b6-0x67ba (4) 0x67b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x67ba-0x67bc (2) 0x67b0| 41 | A | heart_rate: 65 (bpm) 0x67bc-0x67bd (1) @@ -24072,7 +24072,7 @@ $ fq -d fit dv activity_dev.fit 0x67c0| 00 | . | reserved: false 0x67c3.3-0x67c3.4 (0.1) 0x67c0| 00 | . | local_message_type: 0 0x67c3.4-0x67c4 (0.4) | | | data_message{}: 0x67c4-0x67d5 (17) -0x67c0| 97 72 b5 39 | .r.9 | timestamp: 968192663 (s) 0x67c4-0x67c8 (4) +0x67c0| 97 72 b5 39 | .r.9 | timestamp: 968192663 (2020-09-04T22:24:23Z) 0x67c4-0x67c8 (4) 0x67c0| ec 39 02 00 | .9.. | distance: 1459 (145900) (m) 0x67c8-0x67cc (4) 0x67c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x67cc-0x67ce (2) 0x67c0| 3a | : | heart_rate: 58 (bpm) 0x67ce-0x67cf (1) @@ -24088,7 +24088,7 @@ $ fq -d fit dv activity_dev.fit 0x67d0| 00 | . | reserved: false 0x67d5.3-0x67d5.4 (0.1) 0x67d0| 00 | . | local_message_type: 0 0x67d5.4-0x67d6 (0.4) | | | data_message{}: 0x67d6-0x67e7 (17) -0x67d0| 98 72 b5 39 | .r.9 | timestamp: 968192664 (s) 0x67d6-0x67da (4) +0x67d0| 98 72 b5 39 | .r.9 | timestamp: 968192664 (2020-09-04T22:24:24Z) 0x67d6-0x67da (4) 0x67d0| 50 3a 02 00 | P:.. | distance: 1460 (146000) (m) 0x67da-0x67de (4) 0x67d0| e8 03| ..| speed: 1 (1000) (m/s) 0x67de-0x67e0 (2) 0x67e0|34 |4 | heart_rate: 52 (bpm) 0x67e0-0x67e1 (1) @@ -24104,7 +24104,7 @@ $ fq -d fit dv activity_dev.fit 0x67e0| 00 | . | reserved: false 0x67e7.3-0x67e7.4 (0.1) 0x67e0| 00 | . | local_message_type: 0 0x67e7.4-0x67e8 (0.4) | | | data_message{}: 0x67e8-0x67f9 (17) -0x67e0| 99 72 b5 39 | .r.9 | timestamp: 968192665 (s) 0x67e8-0x67ec (4) +0x67e0| 99 72 b5 39 | .r.9 | timestamp: 968192665 (2020-09-04T22:24:25Z) 0x67e8-0x67ec (4) 0x67e0| b4 3a 02 00| .:..| distance: 1461 (146100) (m) 0x67ec-0x67f0 (4) 0x67f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x67f0-0x67f2 (2) 0x67f0| 2e | . | heart_rate: 46 (bpm) 0x67f2-0x67f3 (1) @@ -24120,7 +24120,7 @@ $ fq -d fit dv activity_dev.fit 0x67f0| 00 | . | reserved: false 0x67f9.3-0x67f9.4 (0.1) 0x67f0| 00 | . | local_message_type: 0 0x67f9.4-0x67fa (0.4) | | | data_message{}: 0x67fa-0x680b (17) -0x67f0| 9a 72 b5 39 | .r.9 | timestamp: 968192666 (s) 0x67fa-0x67fe (4) +0x67f0| 9a 72 b5 39 | .r.9 | timestamp: 968192666 (2020-09-04T22:24:26Z) 0x67fa-0x67fe (4) 0x67f0| 18 3b| .;| distance: 1462 (146200) (m) 0x67fe-0x6802 (4) 0x6800|02 00 |.. | 0x6800| e8 03 | .. | speed: 1 (1000) (m/s) 0x6802-0x6804 (2) @@ -24137,7 +24137,7 @@ $ fq -d fit dv activity_dev.fit 0x6800| 00 | . | reserved: false 0x680b.3-0x680b.4 (0.1) 0x6800| 00 | . | local_message_type: 0 0x680b.4-0x680c (0.4) | | | data_message{}: 0x680c-0x681d (17) -0x6800| 9b 72 b5 39| .r.9| timestamp: 968192667 (s) 0x680c-0x6810 (4) +0x6800| 9b 72 b5 39| .r.9| timestamp: 968192667 (2020-09-04T22:24:27Z) 0x680c-0x6810 (4) 0x6810|7c 3b 02 00 ||;.. | distance: 1463 (146300) (m) 0x6810-0x6814 (4) 0x6810| e8 03 | .. | speed: 1 (1000) (m/s) 0x6814-0x6816 (2) 0x6810| 22 | " | heart_rate: 34 (bpm) 0x6816-0x6817 (1) @@ -24153,7 +24153,7 @@ $ fq -d fit dv activity_dev.fit 0x6810| 00 | . | reserved: false 0x681d.3-0x681d.4 (0.1) 0x6810| 00 | . | local_message_type: 0 0x681d.4-0x681e (0.4) | | | data_message{}: 0x681e-0x682f (17) -0x6810| 9c 72| .r| timestamp: 968192668 (s) 0x681e-0x6822 (4) +0x6810| 9c 72| .r| timestamp: 968192668 (2020-09-04T22:24:28Z) 0x681e-0x6822 (4) 0x6820|b5 39 |.9 | 0x6820| e0 3b 02 00 | .;.. | distance: 1464 (146400) (m) 0x6822-0x6826 (4) 0x6820| e8 03 | .. | speed: 1 (1000) (m/s) 0x6826-0x6828 (2) @@ -24170,7 +24170,7 @@ $ fq -d fit dv activity_dev.fit 0x6820| 00| .| reserved: false 0x682f.3-0x682f.4 (0.1) 0x6820| 00| .| local_message_type: 0 0x682f.4-0x6830 (0.4) | | | data_message{}: 0x6830-0x6841 (17) -0x6830|9d 72 b5 39 |.r.9 | timestamp: 968192669 (s) 0x6830-0x6834 (4) +0x6830|9d 72 b5 39 |.r.9 | timestamp: 968192669 (2020-09-04T22:24:29Z) 0x6830-0x6834 (4) 0x6830| 44 3c 02 00 | D<.. | distance: 1465 (146500) (m) 0x6834-0x6838 (4) 0x6830| e8 03 | .. | speed: 1 (1000) (m/s) 0x6838-0x683a (2) 0x6830| 18 | . | heart_rate: 24 (bpm) 0x683a-0x683b (1) @@ -24186,7 +24186,7 @@ $ fq -d fit dv activity_dev.fit 0x6840| 00 | . | reserved: false 0x6841.3-0x6841.4 (0.1) 0x6840| 00 | . | local_message_type: 0 0x6841.4-0x6842 (0.4) | | | data_message{}: 0x6842-0x6853 (17) -0x6840| 9e 72 b5 39 | .r.9 | timestamp: 968192670 (s) 0x6842-0x6846 (4) +0x6840| 9e 72 b5 39 | .r.9 | timestamp: 968192670 (2020-09-04T22:24:30Z) 0x6842-0x6846 (4) 0x6840| a8 3c 02 00 | .<.. | distance: 1466 (146600) (m) 0x6846-0x684a (4) 0x6840| e8 03 | .. | speed: 1 (1000) (m/s) 0x684a-0x684c (2) 0x6840| 13 | . | heart_rate: 19 (bpm) 0x684c-0x684d (1) @@ -24202,7 +24202,7 @@ $ fq -d fit dv activity_dev.fit 0x6850| 00 | . | reserved: false 0x6853.3-0x6853.4 (0.1) 0x6850| 00 | . | local_message_type: 0 0x6853.4-0x6854 (0.4) | | | data_message{}: 0x6854-0x6865 (17) -0x6850| 9f 72 b5 39 | .r.9 | timestamp: 968192671 (s) 0x6854-0x6858 (4) +0x6850| 9f 72 b5 39 | .r.9 | timestamp: 968192671 (2020-09-04T22:24:31Z) 0x6854-0x6858 (4) 0x6850| 0c 3d 02 00 | .=.. | distance: 1467 (146700) (m) 0x6858-0x685c (4) 0x6850| e8 03 | .. | speed: 1 (1000) (m/s) 0x685c-0x685e (2) 0x6850| 0f | . | heart_rate: 15 (bpm) 0x685e-0x685f (1) @@ -24218,7 +24218,7 @@ $ fq -d fit dv activity_dev.fit 0x6860| 00 | . | reserved: false 0x6865.3-0x6865.4 (0.1) 0x6860| 00 | . | local_message_type: 0 0x6865.4-0x6866 (0.4) | | | data_message{}: 0x6866-0x6877 (17) -0x6860| a0 72 b5 39 | .r.9 | timestamp: 968192672 (s) 0x6866-0x686a (4) +0x6860| a0 72 b5 39 | .r.9 | timestamp: 968192672 (2020-09-04T22:24:32Z) 0x6866-0x686a (4) 0x6860| 70 3d 02 00 | p=.. | distance: 1468 (146800) (m) 0x686a-0x686e (4) 0x6860| e8 03| ..| speed: 1 (1000) (m/s) 0x686e-0x6870 (2) 0x6870|0c |. | heart_rate: 12 (bpm) 0x6870-0x6871 (1) @@ -24234,7 +24234,7 @@ $ fq -d fit dv activity_dev.fit 0x6870| 00 | . | reserved: false 0x6877.3-0x6877.4 (0.1) 0x6870| 00 | . | local_message_type: 0 0x6877.4-0x6878 (0.4) | | | data_message{}: 0x6878-0x6889 (17) -0x6870| a1 72 b5 39 | .r.9 | timestamp: 968192673 (s) 0x6878-0x687c (4) +0x6870| a1 72 b5 39 | .r.9 | timestamp: 968192673 (2020-09-04T22:24:33Z) 0x6878-0x687c (4) 0x6870| d4 3d 02 00| .=..| distance: 1469 (146900) (m) 0x687c-0x6880 (4) 0x6880|e8 03 |.. | speed: 1 (1000) (m/s) 0x6880-0x6882 (2) 0x6880| 08 | . | heart_rate: 8 (bpm) 0x6882-0x6883 (1) @@ -24250,7 +24250,7 @@ $ fq -d fit dv activity_dev.fit 0x6880| 00 | . | reserved: false 0x6889.3-0x6889.4 (0.1) 0x6880| 00 | . | local_message_type: 0 0x6889.4-0x688a (0.4) | | | data_message{}: 0x688a-0x689b (17) -0x6880| a2 72 b5 39 | .r.9 | timestamp: 968192674 (s) 0x688a-0x688e (4) +0x6880| a2 72 b5 39 | .r.9 | timestamp: 968192674 (2020-09-04T22:24:34Z) 0x688a-0x688e (4) 0x6880| 38 3e| 8>| distance: 1470 (147000) (m) 0x688e-0x6892 (4) 0x6890|02 00 |.. | 0x6890| e8 03 | .. | speed: 1 (1000) (m/s) 0x6892-0x6894 (2) @@ -24267,7 +24267,7 @@ $ fq -d fit dv activity_dev.fit 0x6890| 00 | . | reserved: false 0x689b.3-0x689b.4 (0.1) 0x6890| 00 | . | local_message_type: 0 0x689b.4-0x689c (0.4) | | | data_message{}: 0x689c-0x68ad (17) -0x6890| a3 72 b5 39| .r.9| timestamp: 968192675 (s) 0x689c-0x68a0 (4) +0x6890| a3 72 b5 39| .r.9| timestamp: 968192675 (2020-09-04T22:24:35Z) 0x689c-0x68a0 (4) 0x68a0|9c 3e 02 00 |.>.. | distance: 1471 (147100) (m) 0x68a0-0x68a4 (4) 0x68a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x68a4-0x68a6 (2) 0x68a0| 03 | . | heart_rate: 3 (bpm) 0x68a6-0x68a7 (1) @@ -24283,7 +24283,7 @@ $ fq -d fit dv activity_dev.fit 0x68a0| 00 | . | reserved: false 0x68ad.3-0x68ad.4 (0.1) 0x68a0| 00 | . | local_message_type: 0 0x68ad.4-0x68ae (0.4) | | | data_message{}: 0x68ae-0x68bf (17) -0x68a0| a4 72| .r| timestamp: 968192676 (s) 0x68ae-0x68b2 (4) +0x68a0| a4 72| .r| timestamp: 968192676 (2020-09-04T22:24:36Z) 0x68ae-0x68b2 (4) 0x68b0|b5 39 |.9 | 0x68b0| 00 3f 02 00 | .?.. | distance: 1472 (147200) (m) 0x68b2-0x68b6 (4) 0x68b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x68b6-0x68b8 (2) @@ -24300,7 +24300,7 @@ $ fq -d fit dv activity_dev.fit 0x68b0| 00| .| reserved: false 0x68bf.3-0x68bf.4 (0.1) 0x68b0| 00| .| local_message_type: 0 0x68bf.4-0x68c0 (0.4) | | | data_message{}: 0x68c0-0x68d1 (17) -0x68c0|a5 72 b5 39 |.r.9 | timestamp: 968192677 (s) 0x68c0-0x68c4 (4) +0x68c0|a5 72 b5 39 |.r.9 | timestamp: 968192677 (2020-09-04T22:24:37Z) 0x68c0-0x68c4 (4) 0x68c0| 64 3f 02 00 | d?.. | distance: 1473 (147300) (m) 0x68c4-0x68c8 (4) 0x68c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x68c8-0x68ca (2) 0x68c0| 01 | . | heart_rate: 1 (bpm) 0x68ca-0x68cb (1) @@ -24316,7 +24316,7 @@ $ fq -d fit dv activity_dev.fit 0x68d0| 00 | . | reserved: false 0x68d1.3-0x68d1.4 (0.1) 0x68d0| 00 | . | local_message_type: 0 0x68d1.4-0x68d2 (0.4) | | | data_message{}: 0x68d2-0x68e3 (17) -0x68d0| a6 72 b5 39 | .r.9 | timestamp: 968192678 (s) 0x68d2-0x68d6 (4) +0x68d0| a6 72 b5 39 | .r.9 | timestamp: 968192678 (2020-09-04T22:24:38Z) 0x68d2-0x68d6 (4) 0x68d0| c8 3f 02 00 | .?.. | distance: 1474 (147400) (m) 0x68d6-0x68da (4) 0x68d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x68da-0x68dc (2) 0x68d0| 00 | . | heart_rate: 0 (bpm) 0x68dc-0x68dd (1) @@ -24332,7 +24332,7 @@ $ fq -d fit dv activity_dev.fit 0x68e0| 00 | . | reserved: false 0x68e3.3-0x68e3.4 (0.1) 0x68e0| 00 | . | local_message_type: 0 0x68e3.4-0x68e4 (0.4) | | | data_message{}: 0x68e4-0x68f5 (17) -0x68e0| a7 72 b5 39 | .r.9 | timestamp: 968192679 (s) 0x68e4-0x68e8 (4) +0x68e0| a7 72 b5 39 | .r.9 | timestamp: 968192679 (2020-09-04T22:24:39Z) 0x68e4-0x68e8 (4) 0x68e0| 2c 40 02 00 | ,@.. | distance: 1475 (147500) (m) 0x68e8-0x68ec (4) 0x68e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x68ec-0x68ee (2) 0x68e0| 00 | . | heart_rate: 0 (bpm) 0x68ee-0x68ef (1) @@ -24348,7 +24348,7 @@ $ fq -d fit dv activity_dev.fit 0x68f0| 00 | . | reserved: false 0x68f5.3-0x68f5.4 (0.1) 0x68f0| 00 | . | local_message_type: 0 0x68f5.4-0x68f6 (0.4) | | | data_message{}: 0x68f6-0x6907 (17) -0x68f0| a8 72 b5 39 | .r.9 | timestamp: 968192680 (s) 0x68f6-0x68fa (4) +0x68f0| a8 72 b5 39 | .r.9 | timestamp: 968192680 (2020-09-04T22:24:40Z) 0x68f6-0x68fa (4) 0x68f0| 90 40 02 00 | .@.. | distance: 1476 (147600) (m) 0x68fa-0x68fe (4) 0x68f0| e8 03| ..| speed: 1 (1000) (m/s) 0x68fe-0x6900 (2) 0x6900|00 |. | heart_rate: 0 (bpm) 0x6900-0x6901 (1) @@ -24364,7 +24364,7 @@ $ fq -d fit dv activity_dev.fit 0x6900| 00 | . | reserved: false 0x6907.3-0x6907.4 (0.1) 0x6900| 00 | . | local_message_type: 0 0x6907.4-0x6908 (0.4) | | | data_message{}: 0x6908-0x6919 (17) -0x6900| a9 72 b5 39 | .r.9 | timestamp: 968192681 (s) 0x6908-0x690c (4) +0x6900| a9 72 b5 39 | .r.9 | timestamp: 968192681 (2020-09-04T22:24:41Z) 0x6908-0x690c (4) 0x6900| f4 40 02 00| .@..| distance: 1477 (147700) (m) 0x690c-0x6910 (4) 0x6910|e8 03 |.. | speed: 1 (1000) (m/s) 0x6910-0x6912 (2) 0x6910| 01 | . | heart_rate: 1 (bpm) 0x6912-0x6913 (1) @@ -24380,7 +24380,7 @@ $ fq -d fit dv activity_dev.fit 0x6910| 00 | . | reserved: false 0x6919.3-0x6919.4 (0.1) 0x6910| 00 | . | local_message_type: 0 0x6919.4-0x691a (0.4) | | | data_message{}: 0x691a-0x692b (17) -0x6910| aa 72 b5 39 | .r.9 | timestamp: 968192682 (s) 0x691a-0x691e (4) +0x6910| aa 72 b5 39 | .r.9 | timestamp: 968192682 (2020-09-04T22:24:42Z) 0x691a-0x691e (4) 0x6910| 58 41| XA| distance: 1478 (147800) (m) 0x691e-0x6922 (4) 0x6920|02 00 |.. | 0x6920| e8 03 | .. | speed: 1 (1000) (m/s) 0x6922-0x6924 (2) @@ -24397,7 +24397,7 @@ $ fq -d fit dv activity_dev.fit 0x6920| 00 | . | reserved: false 0x692b.3-0x692b.4 (0.1) 0x6920| 00 | . | local_message_type: 0 0x692b.4-0x692c (0.4) | | | data_message{}: 0x692c-0x693d (17) -0x6920| ab 72 b5 39| .r.9| timestamp: 968192683 (s) 0x692c-0x6930 (4) +0x6920| ab 72 b5 39| .r.9| timestamp: 968192683 (2020-09-04T22:24:43Z) 0x692c-0x6930 (4) 0x6930|bc 41 02 00 |.A.. | distance: 1479 (147900) (m) 0x6930-0x6934 (4) 0x6930| e8 03 | .. | speed: 1 (1000) (m/s) 0x6934-0x6936 (2) 0x6930| 03 | . | heart_rate: 3 (bpm) 0x6936-0x6937 (1) @@ -24413,7 +24413,7 @@ $ fq -d fit dv activity_dev.fit 0x6930| 00 | . | reserved: false 0x693d.3-0x693d.4 (0.1) 0x6930| 00 | . | local_message_type: 0 0x693d.4-0x693e (0.4) | | | data_message{}: 0x693e-0x694f (17) -0x6930| ac 72| .r| timestamp: 968192684 (s) 0x693e-0x6942 (4) +0x6930| ac 72| .r| timestamp: 968192684 (2020-09-04T22:24:44Z) 0x693e-0x6942 (4) 0x6940|b5 39 |.9 | 0x6940| 20 42 02 00 | B.. | distance: 1480 (148000) (m) 0x6942-0x6946 (4) 0x6940| e8 03 | .. | speed: 1 (1000) (m/s) 0x6946-0x6948 (2) @@ -24430,7 +24430,7 @@ $ fq -d fit dv activity_dev.fit 0x6940| 00| .| reserved: false 0x694f.3-0x694f.4 (0.1) 0x6940| 00| .| local_message_type: 0 0x694f.4-0x6950 (0.4) | | | data_message{}: 0x6950-0x6961 (17) -0x6950|ad 72 b5 39 |.r.9 | timestamp: 968192685 (s) 0x6950-0x6954 (4) +0x6950|ad 72 b5 39 |.r.9 | timestamp: 968192685 (2020-09-04T22:24:45Z) 0x6950-0x6954 (4) 0x6950| 84 42 02 00 | .B.. | distance: 1481 (148100) (m) 0x6954-0x6958 (4) 0x6950| e8 03 | .. | speed: 1 (1000) (m/s) 0x6958-0x695a (2) 0x6950| 08 | . | heart_rate: 8 (bpm) 0x695a-0x695b (1) @@ -24446,7 +24446,7 @@ $ fq -d fit dv activity_dev.fit 0x6960| 00 | . | reserved: false 0x6961.3-0x6961.4 (0.1) 0x6960| 00 | . | local_message_type: 0 0x6961.4-0x6962 (0.4) | | | data_message{}: 0x6962-0x6973 (17) -0x6960| ae 72 b5 39 | .r.9 | timestamp: 968192686 (s) 0x6962-0x6966 (4) +0x6960| ae 72 b5 39 | .r.9 | timestamp: 968192686 (2020-09-04T22:24:46Z) 0x6962-0x6966 (4) 0x6960| e8 42 02 00 | .B.. | distance: 1482 (148200) (m) 0x6966-0x696a (4) 0x6960| e8 03 | .. | speed: 1 (1000) (m/s) 0x696a-0x696c (2) 0x6960| 0c | . | heart_rate: 12 (bpm) 0x696c-0x696d (1) @@ -24462,7 +24462,7 @@ $ fq -d fit dv activity_dev.fit 0x6970| 00 | . | reserved: false 0x6973.3-0x6973.4 (0.1) 0x6970| 00 | . | local_message_type: 0 0x6973.4-0x6974 (0.4) | | | data_message{}: 0x6974-0x6985 (17) -0x6970| af 72 b5 39 | .r.9 | timestamp: 968192687 (s) 0x6974-0x6978 (4) +0x6970| af 72 b5 39 | .r.9 | timestamp: 968192687 (2020-09-04T22:24:47Z) 0x6974-0x6978 (4) 0x6970| 4c 43 02 00 | LC.. | distance: 1483 (148300) (m) 0x6978-0x697c (4) 0x6970| e8 03 | .. | speed: 1 (1000) (m/s) 0x697c-0x697e (2) 0x6970| 0f | . | heart_rate: 15 (bpm) 0x697e-0x697f (1) @@ -24478,7 +24478,7 @@ $ fq -d fit dv activity_dev.fit 0x6980| 00 | . | reserved: false 0x6985.3-0x6985.4 (0.1) 0x6980| 00 | . | local_message_type: 0 0x6985.4-0x6986 (0.4) | | | data_message{}: 0x6986-0x6997 (17) -0x6980| b0 72 b5 39 | .r.9 | timestamp: 968192688 (s) 0x6986-0x698a (4) +0x6980| b0 72 b5 39 | .r.9 | timestamp: 968192688 (2020-09-04T22:24:48Z) 0x6986-0x698a (4) 0x6980| b0 43 02 00 | .C.. | distance: 1484 (148400) (m) 0x698a-0x698e (4) 0x6980| e8 03| ..| speed: 1 (1000) (m/s) 0x698e-0x6990 (2) 0x6990|13 |. | heart_rate: 19 (bpm) 0x6990-0x6991 (1) @@ -24494,7 +24494,7 @@ $ fq -d fit dv activity_dev.fit 0x6990| 00 | . | reserved: false 0x6997.3-0x6997.4 (0.1) 0x6990| 00 | . | local_message_type: 0 0x6997.4-0x6998 (0.4) | | | data_message{}: 0x6998-0x69a9 (17) -0x6990| b1 72 b5 39 | .r.9 | timestamp: 968192689 (s) 0x6998-0x699c (4) +0x6990| b1 72 b5 39 | .r.9 | timestamp: 968192689 (2020-09-04T22:24:49Z) 0x6998-0x699c (4) 0x6990| 14 44 02 00| .D..| distance: 1485 (148500) (m) 0x699c-0x69a0 (4) 0x69a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x69a0-0x69a2 (2) 0x69a0| 18 | . | heart_rate: 24 (bpm) 0x69a2-0x69a3 (1) @@ -24510,7 +24510,7 @@ $ fq -d fit dv activity_dev.fit 0x69a0| 00 | . | reserved: false 0x69a9.3-0x69a9.4 (0.1) 0x69a0| 00 | . | local_message_type: 0 0x69a9.4-0x69aa (0.4) | | | data_message{}: 0x69aa-0x69bb (17) -0x69a0| b2 72 b5 39 | .r.9 | timestamp: 968192690 (s) 0x69aa-0x69ae (4) +0x69a0| b2 72 b5 39 | .r.9 | timestamp: 968192690 (2020-09-04T22:24:50Z) 0x69aa-0x69ae (4) 0x69a0| 78 44| xD| distance: 1486 (148600) (m) 0x69ae-0x69b2 (4) 0x69b0|02 00 |.. | 0x69b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x69b2-0x69b4 (2) @@ -24527,7 +24527,7 @@ $ fq -d fit dv activity_dev.fit 0x69b0| 00 | . | reserved: false 0x69bb.3-0x69bb.4 (0.1) 0x69b0| 00 | . | local_message_type: 0 0x69bb.4-0x69bc (0.4) | | | data_message{}: 0x69bc-0x69cd (17) -0x69b0| b3 72 b5 39| .r.9| timestamp: 968192691 (s) 0x69bc-0x69c0 (4) +0x69b0| b3 72 b5 39| .r.9| timestamp: 968192691 (2020-09-04T22:24:51Z) 0x69bc-0x69c0 (4) 0x69c0|dc 44 02 00 |.D.. | distance: 1487 (148700) (m) 0x69c0-0x69c4 (4) 0x69c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x69c4-0x69c6 (2) 0x69c0| 22 | " | heart_rate: 34 (bpm) 0x69c6-0x69c7 (1) @@ -24543,7 +24543,7 @@ $ fq -d fit dv activity_dev.fit 0x69c0| 00 | . | reserved: false 0x69cd.3-0x69cd.4 (0.1) 0x69c0| 00 | . | local_message_type: 0 0x69cd.4-0x69ce (0.4) | | | data_message{}: 0x69ce-0x69df (17) -0x69c0| b4 72| .r| timestamp: 968192692 (s) 0x69ce-0x69d2 (4) +0x69c0| b4 72| .r| timestamp: 968192692 (2020-09-04T22:24:52Z) 0x69ce-0x69d2 (4) 0x69d0|b5 39 |.9 | 0x69d0| 40 45 02 00 | @E.. | distance: 1488 (148800) (m) 0x69d2-0x69d6 (4) 0x69d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x69d6-0x69d8 (2) @@ -24560,7 +24560,7 @@ $ fq -d fit dv activity_dev.fit 0x69d0| 00| .| reserved: false 0x69df.3-0x69df.4 (0.1) 0x69d0| 00| .| local_message_type: 0 0x69df.4-0x69e0 (0.4) | | | data_message{}: 0x69e0-0x69f1 (17) -0x69e0|b5 72 b5 39 |.r.9 | timestamp: 968192693 (s) 0x69e0-0x69e4 (4) +0x69e0|b5 72 b5 39 |.r.9 | timestamp: 968192693 (2020-09-04T22:24:53Z) 0x69e0-0x69e4 (4) 0x69e0| a4 45 02 00 | .E.. | distance: 1489 (148900) (m) 0x69e4-0x69e8 (4) 0x69e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x69e8-0x69ea (2) 0x69e0| 2e | . | heart_rate: 46 (bpm) 0x69ea-0x69eb (1) @@ -24576,7 +24576,7 @@ $ fq -d fit dv activity_dev.fit 0x69f0| 00 | . | reserved: false 0x69f1.3-0x69f1.4 (0.1) 0x69f0| 00 | . | local_message_type: 0 0x69f1.4-0x69f2 (0.4) | | | data_message{}: 0x69f2-0x6a03 (17) -0x69f0| b6 72 b5 39 | .r.9 | timestamp: 968192694 (s) 0x69f2-0x69f6 (4) +0x69f0| b6 72 b5 39 | .r.9 | timestamp: 968192694 (2020-09-04T22:24:54Z) 0x69f2-0x69f6 (4) 0x69f0| 08 46 02 00 | .F.. | distance: 1490 (149000) (m) 0x69f6-0x69fa (4) 0x69f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x69fa-0x69fc (2) 0x69f0| 34 | 4 | heart_rate: 52 (bpm) 0x69fc-0x69fd (1) @@ -24592,7 +24592,7 @@ $ fq -d fit dv activity_dev.fit 0x6a00| 00 | . | reserved: false 0x6a03.3-0x6a03.4 (0.1) 0x6a00| 00 | . | local_message_type: 0 0x6a03.4-0x6a04 (0.4) | | | data_message{}: 0x6a04-0x6a15 (17) -0x6a00| b7 72 b5 39 | .r.9 | timestamp: 968192695 (s) 0x6a04-0x6a08 (4) +0x6a00| b7 72 b5 39 | .r.9 | timestamp: 968192695 (2020-09-04T22:24:55Z) 0x6a04-0x6a08 (4) 0x6a00| 6c 46 02 00 | lF.. | distance: 1491 (149100) (m) 0x6a08-0x6a0c (4) 0x6a00| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a0c-0x6a0e (2) 0x6a00| 3a | : | heart_rate: 58 (bpm) 0x6a0e-0x6a0f (1) @@ -24608,7 +24608,7 @@ $ fq -d fit dv activity_dev.fit 0x6a10| 00 | . | reserved: false 0x6a15.3-0x6a15.4 (0.1) 0x6a10| 00 | . | local_message_type: 0 0x6a15.4-0x6a16 (0.4) | | | data_message{}: 0x6a16-0x6a27 (17) -0x6a10| b8 72 b5 39 | .r.9 | timestamp: 968192696 (s) 0x6a16-0x6a1a (4) +0x6a10| b8 72 b5 39 | .r.9 | timestamp: 968192696 (2020-09-04T22:24:56Z) 0x6a16-0x6a1a (4) 0x6a10| d0 46 02 00 | .F.. | distance: 1492 (149200) (m) 0x6a1a-0x6a1e (4) 0x6a10| e8 03| ..| speed: 1 (1000) (m/s) 0x6a1e-0x6a20 (2) 0x6a20|41 |A | heart_rate: 65 (bpm) 0x6a20-0x6a21 (1) @@ -24624,7 +24624,7 @@ $ fq -d fit dv activity_dev.fit 0x6a20| 00 | . | reserved: false 0x6a27.3-0x6a27.4 (0.1) 0x6a20| 00 | . | local_message_type: 0 0x6a27.4-0x6a28 (0.4) | | | data_message{}: 0x6a28-0x6a39 (17) -0x6a20| b9 72 b5 39 | .r.9 | timestamp: 968192697 (s) 0x6a28-0x6a2c (4) +0x6a20| b9 72 b5 39 | .r.9 | timestamp: 968192697 (2020-09-04T22:24:57Z) 0x6a28-0x6a2c (4) 0x6a20| 34 47 02 00| 4G..| distance: 1493 (149300) (m) 0x6a2c-0x6a30 (4) 0x6a30|e8 03 |.. | speed: 1 (1000) (m/s) 0x6a30-0x6a32 (2) 0x6a30| 48 | H | heart_rate: 72 (bpm) 0x6a32-0x6a33 (1) @@ -24640,7 +24640,7 @@ $ fq -d fit dv activity_dev.fit 0x6a30| 00 | . | reserved: false 0x6a39.3-0x6a39.4 (0.1) 0x6a30| 00 | . | local_message_type: 0 0x6a39.4-0x6a3a (0.4) | | | data_message{}: 0x6a3a-0x6a4b (17) -0x6a30| ba 72 b5 39 | .r.9 | timestamp: 968192698 (s) 0x6a3a-0x6a3e (4) +0x6a30| ba 72 b5 39 | .r.9 | timestamp: 968192698 (2020-09-04T22:24:58Z) 0x6a3a-0x6a3e (4) 0x6a30| 98 47| .G| distance: 1494 (149400) (m) 0x6a3e-0x6a42 (4) 0x6a40|02 00 |.. | 0x6a40| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a42-0x6a44 (2) @@ -24657,7 +24657,7 @@ $ fq -d fit dv activity_dev.fit 0x6a40| 00 | . | reserved: false 0x6a4b.3-0x6a4b.4 (0.1) 0x6a40| 00 | . | local_message_type: 0 0x6a4b.4-0x6a4c (0.4) | | | data_message{}: 0x6a4c-0x6a5d (17) -0x6a40| bb 72 b5 39| .r.9| timestamp: 968192699 (s) 0x6a4c-0x6a50 (4) +0x6a40| bb 72 b5 39| .r.9| timestamp: 968192699 (2020-09-04T22:24:59Z) 0x6a4c-0x6a50 (4) 0x6a50|fc 47 02 00 |.G.. | distance: 1495 (149500) (m) 0x6a50-0x6a54 (4) 0x6a50| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a54-0x6a56 (2) 0x6a50| 57 | W | heart_rate: 87 (bpm) 0x6a56-0x6a57 (1) @@ -24673,7 +24673,7 @@ $ fq -d fit dv activity_dev.fit 0x6a50| 00 | . | reserved: false 0x6a5d.3-0x6a5d.4 (0.1) 0x6a50| 00 | . | local_message_type: 0 0x6a5d.4-0x6a5e (0.4) | | | data_message{}: 0x6a5e-0x6a6f (17) -0x6a50| bc 72| .r| timestamp: 968192700 (s) 0x6a5e-0x6a62 (4) +0x6a50| bc 72| .r| timestamp: 968192700 (2020-09-04T22:25:00Z) 0x6a5e-0x6a62 (4) 0x6a60|b5 39 |.9 | 0x6a60| 60 48 02 00 | `H.. | distance: 1496 (149600) (m) 0x6a62-0x6a66 (4) 0x6a60| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a66-0x6a68 (2) @@ -24690,7 +24690,7 @@ $ fq -d fit dv activity_dev.fit 0x6a60| 00| .| reserved: false 0x6a6f.3-0x6a6f.4 (0.1) 0x6a60| 00| .| local_message_type: 0 0x6a6f.4-0x6a70 (0.4) | | | data_message{}: 0x6a70-0x6a81 (17) -0x6a70|bd 72 b5 39 |.r.9 | timestamp: 968192701 (s) 0x6a70-0x6a74 (4) +0x6a70|bd 72 b5 39 |.r.9 | timestamp: 968192701 (2020-09-04T22:25:01Z) 0x6a70-0x6a74 (4) 0x6a70| c4 48 02 00 | .H.. | distance: 1497 (149700) (m) 0x6a74-0x6a78 (4) 0x6a70| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a78-0x6a7a (2) 0x6a70| 67 | g | heart_rate: 103 (bpm) 0x6a7a-0x6a7b (1) @@ -24706,7 +24706,7 @@ $ fq -d fit dv activity_dev.fit 0x6a80| 00 | . | reserved: false 0x6a81.3-0x6a81.4 (0.1) 0x6a80| 00 | . | local_message_type: 0 0x6a81.4-0x6a82 (0.4) | | | data_message{}: 0x6a82-0x6a93 (17) -0x6a80| be 72 b5 39 | .r.9 | timestamp: 968192702 (s) 0x6a82-0x6a86 (4) +0x6a80| be 72 b5 39 | .r.9 | timestamp: 968192702 (2020-09-04T22:25:02Z) 0x6a82-0x6a86 (4) 0x6a80| 28 49 02 00 | (I.. | distance: 1498 (149800) (m) 0x6a86-0x6a8a (4) 0x6a80| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a8a-0x6a8c (2) 0x6a80| 6f | o | heart_rate: 111 (bpm) 0x6a8c-0x6a8d (1) @@ -24722,7 +24722,7 @@ $ fq -d fit dv activity_dev.fit 0x6a90| 00 | . | reserved: false 0x6a93.3-0x6a93.4 (0.1) 0x6a90| 00 | . | local_message_type: 0 0x6a93.4-0x6a94 (0.4) | | | data_message{}: 0x6a94-0x6aa5 (17) -0x6a90| bf 72 b5 39 | .r.9 | timestamp: 968192703 (s) 0x6a94-0x6a98 (4) +0x6a90| bf 72 b5 39 | .r.9 | timestamp: 968192703 (2020-09-04T22:25:03Z) 0x6a94-0x6a98 (4) 0x6a90| 8c 49 02 00 | .I.. | distance: 1499 (149900) (m) 0x6a98-0x6a9c (4) 0x6a90| e8 03 | .. | speed: 1 (1000) (m/s) 0x6a9c-0x6a9e (2) 0x6a90| 77 | w | heart_rate: 119 (bpm) 0x6a9e-0x6a9f (1) @@ -24738,7 +24738,7 @@ $ fq -d fit dv activity_dev.fit 0x6aa0| 00 | . | reserved: false 0x6aa5.3-0x6aa5.4 (0.1) 0x6aa0| 00 | . | local_message_type: 0 0x6aa5.4-0x6aa6 (0.4) | | | data_message{}: 0x6aa6-0x6ab7 (17) -0x6aa0| c0 72 b5 39 | .r.9 | timestamp: 968192704 (s) 0x6aa6-0x6aaa (4) +0x6aa0| c0 72 b5 39 | .r.9 | timestamp: 968192704 (2020-09-04T22:25:04Z) 0x6aa6-0x6aaa (4) 0x6aa0| f0 49 02 00 | .I.. | distance: 1500 (150000) (m) 0x6aaa-0x6aae (4) 0x6aa0| e8 03| ..| speed: 1 (1000) (m/s) 0x6aae-0x6ab0 (2) 0x6ab0|7f |. | heart_rate: 127 (bpm) 0x6ab0-0x6ab1 (1) @@ -24754,7 +24754,7 @@ $ fq -d fit dv activity_dev.fit 0x6ab0| 00 | . | reserved: false 0x6ab7.3-0x6ab7.4 (0.1) 0x6ab0| 00 | . | local_message_type: 0 0x6ab7.4-0x6ab8 (0.4) | | | data_message{}: 0x6ab8-0x6ac9 (17) -0x6ab0| c1 72 b5 39 | .r.9 | timestamp: 968192705 (s) 0x6ab8-0x6abc (4) +0x6ab0| c1 72 b5 39 | .r.9 | timestamp: 968192705 (2020-09-04T22:25:05Z) 0x6ab8-0x6abc (4) 0x6ab0| 54 4a 02 00| TJ..| distance: 1501 (150100) (m) 0x6abc-0x6ac0 (4) 0x6ac0|e8 03 |.. | speed: 1 (1000) (m/s) 0x6ac0-0x6ac2 (2) 0x6ac0| 86 | . | heart_rate: 134 (bpm) 0x6ac2-0x6ac3 (1) @@ -24770,7 +24770,7 @@ $ fq -d fit dv activity_dev.fit 0x6ac0| 00 | . | reserved: false 0x6ac9.3-0x6ac9.4 (0.1) 0x6ac0| 00 | . | local_message_type: 0 0x6ac9.4-0x6aca (0.4) | | | data_message{}: 0x6aca-0x6adb (17) -0x6ac0| c2 72 b5 39 | .r.9 | timestamp: 968192706 (s) 0x6aca-0x6ace (4) +0x6ac0| c2 72 b5 39 | .r.9 | timestamp: 968192706 (2020-09-04T22:25:06Z) 0x6aca-0x6ace (4) 0x6ac0| b8 4a| .J| distance: 1502 (150200) (m) 0x6ace-0x6ad2 (4) 0x6ad0|02 00 |.. | 0x6ad0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6ad2-0x6ad4 (2) @@ -24787,7 +24787,7 @@ $ fq -d fit dv activity_dev.fit 0x6ad0| 00 | . | reserved: false 0x6adb.3-0x6adb.4 (0.1) 0x6ad0| 00 | . | local_message_type: 0 0x6adb.4-0x6adc (0.4) | | | data_message{}: 0x6adc-0x6aed (17) -0x6ad0| c3 72 b5 39| .r.9| timestamp: 968192707 (s) 0x6adc-0x6ae0 (4) +0x6ad0| c3 72 b5 39| .r.9| timestamp: 968192707 (2020-09-04T22:25:07Z) 0x6adc-0x6ae0 (4) 0x6ae0|1c 4b 02 00 |.K.. | distance: 1503 (150300) (m) 0x6ae0-0x6ae4 (4) 0x6ae0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6ae4-0x6ae6 (2) 0x6ae0| 96 | . | heart_rate: 150 (bpm) 0x6ae6-0x6ae7 (1) @@ -24803,7 +24803,7 @@ $ fq -d fit dv activity_dev.fit 0x6ae0| 00 | . | reserved: false 0x6aed.3-0x6aed.4 (0.1) 0x6ae0| 00 | . | local_message_type: 0 0x6aed.4-0x6aee (0.4) | | | data_message{}: 0x6aee-0x6aff (17) -0x6ae0| c4 72| .r| timestamp: 968192708 (s) 0x6aee-0x6af2 (4) +0x6ae0| c4 72| .r| timestamp: 968192708 (2020-09-04T22:25:08Z) 0x6aee-0x6af2 (4) 0x6af0|b5 39 |.9 | 0x6af0| 80 4b 02 00 | .K.. | distance: 1504 (150400) (m) 0x6af2-0x6af6 (4) 0x6af0| e8 03 | .. | speed: 1 (1000) (m/s) 0x6af6-0x6af8 (2) @@ -24820,7 +24820,7 @@ $ fq -d fit dv activity_dev.fit 0x6af0| 00| .| reserved: false 0x6aff.3-0x6aff.4 (0.1) 0x6af0| 00| .| local_message_type: 0 0x6aff.4-0x6b00 (0.4) | | | data_message{}: 0x6b00-0x6b11 (17) -0x6b00|c5 72 b5 39 |.r.9 | timestamp: 968192709 (s) 0x6b00-0x6b04 (4) +0x6b00|c5 72 b5 39 |.r.9 | timestamp: 968192709 (2020-09-04T22:25:09Z) 0x6b00-0x6b04 (4) 0x6b00| e4 4b 02 00 | .K.. | distance: 1505 (150500) (m) 0x6b04-0x6b08 (4) 0x6b00| e8 03 | .. | speed: 1 (1000) (m/s) 0x6b08-0x6b0a (2) 0x6b00| a6 | . | heart_rate: 166 (bpm) 0x6b0a-0x6b0b (1) @@ -24836,7 +24836,7 @@ $ fq -d fit dv activity_dev.fit 0x6b10| 00 | . | reserved: false 0x6b11.3-0x6b11.4 (0.1) 0x6b10| 00 | . | local_message_type: 0 0x6b11.4-0x6b12 (0.4) | | | data_message{}: 0x6b12-0x6b23 (17) -0x6b10| c6 72 b5 39 | .r.9 | timestamp: 968192710 (s) 0x6b12-0x6b16 (4) +0x6b10| c6 72 b5 39 | .r.9 | timestamp: 968192710 (2020-09-04T22:25:10Z) 0x6b12-0x6b16 (4) 0x6b10| 48 4c 02 00 | HL.. | distance: 1506 (150600) (m) 0x6b16-0x6b1a (4) 0x6b10| e8 03 | .. | speed: 1 (1000) (m/s) 0x6b1a-0x6b1c (2) 0x6b10| ad | . | heart_rate: 173 (bpm) 0x6b1c-0x6b1d (1) @@ -24852,7 +24852,7 @@ $ fq -d fit dv activity_dev.fit 0x6b20| 00 | . | reserved: false 0x6b23.3-0x6b23.4 (0.1) 0x6b20| 00 | . | local_message_type: 0 0x6b23.4-0x6b24 (0.4) | | | data_message{}: 0x6b24-0x6b35 (17) -0x6b20| c7 72 b5 39 | .r.9 | timestamp: 968192711 (s) 0x6b24-0x6b28 (4) +0x6b20| c7 72 b5 39 | .r.9 | timestamp: 968192711 (2020-09-04T22:25:11Z) 0x6b24-0x6b28 (4) 0x6b20| ac 4c 02 00 | .L.. | distance: 1507 (150700) (m) 0x6b28-0x6b2c (4) 0x6b20| e8 03 | .. | speed: 1 (1000) (m/s) 0x6b2c-0x6b2e (2) 0x6b20| b5 | . | heart_rate: 181 (bpm) 0x6b2e-0x6b2f (1) @@ -24868,7 +24868,7 @@ $ fq -d fit dv activity_dev.fit 0x6b30| 00 | . | reserved: false 0x6b35.3-0x6b35.4 (0.1) 0x6b30| 00 | . | local_message_type: 0 0x6b35.4-0x6b36 (0.4) | | | data_message{}: 0x6b36-0x6b47 (17) -0x6b30| c8 72 b5 39 | .r.9 | timestamp: 968192712 (s) 0x6b36-0x6b3a (4) +0x6b30| c8 72 b5 39 | .r.9 | timestamp: 968192712 (2020-09-04T22:25:12Z) 0x6b36-0x6b3a (4) 0x6b30| 10 4d 02 00 | .M.. | distance: 1508 (150800) (m) 0x6b3a-0x6b3e (4) 0x6b30| e8 03| ..| speed: 1 (1000) (m/s) 0x6b3e-0x6b40 (2) 0x6b40|bc |. | heart_rate: 188 (bpm) 0x6b40-0x6b41 (1) @@ -24884,7 +24884,7 @@ $ fq -d fit dv activity_dev.fit 0x6b40| 00 | . | reserved: false 0x6b47.3-0x6b47.4 (0.1) 0x6b40| 00 | . | local_message_type: 0 0x6b47.4-0x6b48 (0.4) | | | data_message{}: 0x6b48-0x6b59 (17) -0x6b40| c9 72 b5 39 | .r.9 | timestamp: 968192713 (s) 0x6b48-0x6b4c (4) +0x6b40| c9 72 b5 39 | .r.9 | timestamp: 968192713 (2020-09-04T22:25:13Z) 0x6b48-0x6b4c (4) 0x6b40| 74 4d 02 00| tM..| distance: 1509 (150900) (m) 0x6b4c-0x6b50 (4) 0x6b50|e8 03 |.. | speed: 1 (1000) (m/s) 0x6b50-0x6b52 (2) 0x6b50| c3 | . | heart_rate: 195 (bpm) 0x6b52-0x6b53 (1) @@ -24900,7 +24900,7 @@ $ fq -d fit dv activity_dev.fit 0x6b50| 00 | . | reserved: false 0x6b59.3-0x6b59.4 (0.1) 0x6b50| 00 | . | local_message_type: 0 0x6b59.4-0x6b5a (0.4) | | | data_message{}: 0x6b5a-0x6b6b (17) -0x6b50| ca 72 b5 39 | .r.9 | timestamp: 968192714 (s) 0x6b5a-0x6b5e (4) +0x6b50| ca 72 b5 39 | .r.9 | timestamp: 968192714 (2020-09-04T22:25:14Z) 0x6b5a-0x6b5e (4) 0x6b50| d8 4d| .M| distance: 1510 (151000) (m) 0x6b5e-0x6b62 (4) 0x6b60|02 00 |.. | 0x6b60| e8 03 | .. | speed: 1 (1000) (m/s) 0x6b62-0x6b64 (2) @@ -24917,7 +24917,7 @@ $ fq -d fit dv activity_dev.fit 0x6b60| 00 | . | reserved: false 0x6b6b.3-0x6b6b.4 (0.1) 0x6b60| 00 | . | local_message_type: 0 0x6b6b.4-0x6b6c (0.4) | | | data_message{}: 0x6b6c-0x6b7d (17) -0x6b60| cb 72 b5 39| .r.9| timestamp: 968192715 (s) 0x6b6c-0x6b70 (4) +0x6b60| cb 72 b5 39| .r.9| timestamp: 968192715 (2020-09-04T22:25:15Z) 0x6b6c-0x6b70 (4) 0x6b70|3c 4e 02 00 |s.9 | timestamp: 968192830 (s) 0x7382-0x7386 (4) +0x7380| 3e 73 b5 39 | >s.9 | timestamp: 968192830 (2020-09-04T22:27:10Z) 0x7382-0x7386 (4) 0x7380| 28 7b 02 00 | ({.. | distance: 1626 (162600) (m) 0x7386-0x738a (4) 0x7380| e8 03 | .. | speed: 1 (1000) (m/s) 0x738a-0x738c (2) 0x7380| fd | . | heart_rate: 253 (bpm) 0x738c-0x738d (1) @@ -26802,7 +26802,7 @@ $ fq -d fit dv activity_dev.fit 0x7390| 00 | . | reserved: false 0x7393.3-0x7393.4 (0.1) 0x7390| 00 | . | local_message_type: 0 0x7393.4-0x7394 (0.4) | | | data_message{}: 0x7394-0x73a5 (17) -0x7390| 3f 73 b5 39 | ?s.9 | timestamp: 968192831 (s) 0x7394-0x7398 (4) +0x7390| 3f 73 b5 39 | ?s.9 | timestamp: 968192831 (2020-09-04T22:27:11Z) 0x7394-0x7398 (4) 0x7390| 8c 7b 02 00 | .{.. | distance: 1627 (162700) (m) 0x7398-0x739c (4) 0x7390| e8 03 | .. | speed: 1 (1000) (m/s) 0x739c-0x739e (2) 0x7390| fc | . | heart_rate: 252 (bpm) 0x739e-0x739f (1) @@ -26818,7 +26818,7 @@ $ fq -d fit dv activity_dev.fit 0x73a0| 00 | . | reserved: false 0x73a5.3-0x73a5.4 (0.1) 0x73a0| 00 | . | local_message_type: 0 0x73a5.4-0x73a6 (0.4) | | | data_message{}: 0x73a6-0x73b7 (17) -0x73a0| 40 73 b5 39 | @s.9 | timestamp: 968192832 (s) 0x73a6-0x73aa (4) +0x73a0| 40 73 b5 39 | @s.9 | timestamp: 968192832 (2020-09-04T22:27:12Z) 0x73a6-0x73aa (4) 0x73a0| f0 7b 02 00 | .{.. | distance: 1628 (162800) (m) 0x73aa-0x73ae (4) 0x73a0| e8 03| ..| speed: 1 (1000) (m/s) 0x73ae-0x73b0 (2) 0x73b0|fb |. | heart_rate: 251 (bpm) 0x73b0-0x73b1 (1) @@ -26834,7 +26834,7 @@ $ fq -d fit dv activity_dev.fit 0x73b0| 00 | . | reserved: false 0x73b7.3-0x73b7.4 (0.1) 0x73b0| 00 | . | local_message_type: 0 0x73b7.4-0x73b8 (0.4) | | | data_message{}: 0x73b8-0x73c9 (17) -0x73b0| 41 73 b5 39 | As.9 | timestamp: 968192833 (s) 0x73b8-0x73bc (4) +0x73b0| 41 73 b5 39 | As.9 | timestamp: 968192833 (2020-09-04T22:27:13Z) 0x73b8-0x73bc (4) 0x73b0| 54 7c 02 00| T|..| distance: 1629 (162900) (m) 0x73bc-0x73c0 (4) 0x73c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x73c0-0x73c2 (2) 0x73c0| fa | . | heart_rate: 250 (bpm) 0x73c2-0x73c3 (1) @@ -26850,7 +26850,7 @@ $ fq -d fit dv activity_dev.fit 0x73c0| 00 | . | reserved: false 0x73c9.3-0x73c9.4 (0.1) 0x73c0| 00 | . | local_message_type: 0 0x73c9.4-0x73ca (0.4) | | | data_message{}: 0x73ca-0x73db (17) -0x73c0| 42 73 b5 39 | Bs.9 | timestamp: 968192834 (s) 0x73ca-0x73ce (4) +0x73c0| 42 73 b5 39 | Bs.9 | timestamp: 968192834 (2020-09-04T22:27:14Z) 0x73ca-0x73ce (4) 0x73c0| b8 7c| .|| distance: 1630 (163000) (m) 0x73ce-0x73d2 (4) 0x73d0|02 00 |.. | 0x73d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x73d2-0x73d4 (2) @@ -26867,7 +26867,7 @@ $ fq -d fit dv activity_dev.fit 0x73d0| 00 | . | reserved: false 0x73db.3-0x73db.4 (0.1) 0x73d0| 00 | . | local_message_type: 0 0x73db.4-0x73dc (0.4) | | | data_message{}: 0x73dc-0x73ed (17) -0x73d0| 43 73 b5 39| Cs.9| timestamp: 968192835 (s) 0x73dc-0x73e0 (4) +0x73d0| 43 73 b5 39| Cs.9| timestamp: 968192835 (2020-09-04T22:27:15Z) 0x73dc-0x73e0 (4) 0x73e0|1c 7d 02 00 |.}.. | distance: 1631 (163100) (m) 0x73e0-0x73e4 (4) 0x73e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x73e4-0x73e6 (2) 0x73e0| f5 | . | heart_rate: 245 (bpm) 0x73e6-0x73e7 (1) @@ -26883,7 +26883,7 @@ $ fq -d fit dv activity_dev.fit 0x73e0| 00 | . | reserved: false 0x73ed.3-0x73ed.4 (0.1) 0x73e0| 00 | . | local_message_type: 0 0x73ed.4-0x73ee (0.4) | | | data_message{}: 0x73ee-0x73ff (17) -0x73e0| 44 73| Ds| timestamp: 968192836 (s) 0x73ee-0x73f2 (4) +0x73e0| 44 73| Ds| timestamp: 968192836 (2020-09-04T22:27:16Z) 0x73ee-0x73f2 (4) 0x73f0|b5 39 |.9 | 0x73f0| 80 7d 02 00 | .}.. | distance: 1632 (163200) (m) 0x73f2-0x73f6 (4) 0x73f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x73f6-0x73f8 (2) @@ -26900,7 +26900,7 @@ $ fq -d fit dv activity_dev.fit 0x73f0| 00| .| reserved: false 0x73ff.3-0x73ff.4 (0.1) 0x73f0| 00| .| local_message_type: 0 0x73ff.4-0x7400 (0.4) | | | data_message{}: 0x7400-0x7411 (17) -0x7400|45 73 b5 39 |Es.9 | timestamp: 968192837 (s) 0x7400-0x7404 (4) +0x7400|45 73 b5 39 |Es.9 | timestamp: 968192837 (2020-09-04T22:27:17Z) 0x7400-0x7404 (4) 0x7400| e4 7d 02 00 | .}.. | distance: 1633 (163300) (m) 0x7404-0x7408 (4) 0x7400| e8 03 | .. | speed: 1 (1000) (m/s) 0x7408-0x740a (2) 0x7400| ee | . | heart_rate: 238 (bpm) 0x740a-0x740b (1) @@ -26916,7 +26916,7 @@ $ fq -d fit dv activity_dev.fit 0x7410| 00 | . | reserved: false 0x7411.3-0x7411.4 (0.1) 0x7410| 00 | . | local_message_type: 0 0x7411.4-0x7412 (0.4) | | | data_message{}: 0x7412-0x7423 (17) -0x7410| 46 73 b5 39 | Fs.9 | timestamp: 968192838 (s) 0x7412-0x7416 (4) +0x7410| 46 73 b5 39 | Fs.9 | timestamp: 968192838 (2020-09-04T22:27:18Z) 0x7412-0x7416 (4) 0x7410| 48 7e 02 00 | H~.. | distance: 1634 (163400) (m) 0x7416-0x741a (4) 0x7410| e8 03 | .. | speed: 1 (1000) (m/s) 0x741a-0x741c (2) 0x7410| ea | . | heart_rate: 234 (bpm) 0x741c-0x741d (1) @@ -26932,7 +26932,7 @@ $ fq -d fit dv activity_dev.fit 0x7420| 00 | . | reserved: false 0x7423.3-0x7423.4 (0.1) 0x7420| 00 | . | local_message_type: 0 0x7423.4-0x7424 (0.4) | | | data_message{}: 0x7424-0x7435 (17) -0x7420| 47 73 b5 39 | Gs.9 | timestamp: 968192839 (s) 0x7424-0x7428 (4) +0x7420| 47 73 b5 39 | Gs.9 | timestamp: 968192839 (2020-09-04T22:27:19Z) 0x7424-0x7428 (4) 0x7420| ac 7e 02 00 | .~.. | distance: 1635 (163500) (m) 0x7428-0x742c (4) 0x7420| e8 03 | .. | speed: 1 (1000) (m/s) 0x742c-0x742e (2) 0x7420| e5 | . | heart_rate: 229 (bpm) 0x742e-0x742f (1) @@ -26948,7 +26948,7 @@ $ fq -d fit dv activity_dev.fit 0x7430| 00 | . | reserved: false 0x7435.3-0x7435.4 (0.1) 0x7430| 00 | . | local_message_type: 0 0x7435.4-0x7436 (0.4) | | | data_message{}: 0x7436-0x7447 (17) -0x7430| 48 73 b5 39 | Hs.9 | timestamp: 968192840 (s) 0x7436-0x743a (4) +0x7430| 48 73 b5 39 | Hs.9 | timestamp: 968192840 (2020-09-04T22:27:20Z) 0x7436-0x743a (4) 0x7430| 10 7f 02 00 | .... | distance: 1636 (163600) (m) 0x743a-0x743e (4) 0x7430| e8 03| ..| speed: 1 (1000) (m/s) 0x743e-0x7440 (2) 0x7440|e0 |. | heart_rate: 224 (bpm) 0x7440-0x7441 (1) @@ -26964,7 +26964,7 @@ $ fq -d fit dv activity_dev.fit 0x7440| 00 | . | reserved: false 0x7447.3-0x7447.4 (0.1) 0x7440| 00 | . | local_message_type: 0 0x7447.4-0x7448 (0.4) | | | data_message{}: 0x7448-0x7459 (17) -0x7440| 49 73 b5 39 | Is.9 | timestamp: 968192841 (s) 0x7448-0x744c (4) +0x7440| 49 73 b5 39 | Is.9 | timestamp: 968192841 (2020-09-04T22:27:21Z) 0x7448-0x744c (4) 0x7440| 74 7f 02 00| t...| distance: 1637 (163700) (m) 0x744c-0x7450 (4) 0x7450|e8 03 |.. | speed: 1 (1000) (m/s) 0x7450-0x7452 (2) 0x7450| db | . | heart_rate: 219 (bpm) 0x7452-0x7453 (1) @@ -26980,7 +26980,7 @@ $ fq -d fit dv activity_dev.fit 0x7450| 00 | . | reserved: false 0x7459.3-0x7459.4 (0.1) 0x7450| 00 | . | local_message_type: 0 0x7459.4-0x745a (0.4) | | | data_message{}: 0x745a-0x746b (17) -0x7450| 4a 73 b5 39 | Js.9 | timestamp: 968192842 (s) 0x745a-0x745e (4) +0x7450| 4a 73 b5 39 | Js.9 | timestamp: 968192842 (2020-09-04T22:27:22Z) 0x745a-0x745e (4) 0x7450| d8 7f| ..| distance: 1638 (163800) (m) 0x745e-0x7462 (4) 0x7460|02 00 |.. | 0x7460| e8 03 | .. | speed: 1 (1000) (m/s) 0x7462-0x7464 (2) @@ -26997,7 +26997,7 @@ $ fq -d fit dv activity_dev.fit 0x7460| 00 | . | reserved: false 0x746b.3-0x746b.4 (0.1) 0x7460| 00 | . | local_message_type: 0 0x746b.4-0x746c (0.4) | | | data_message{}: 0x746c-0x747d (17) -0x7460| 4b 73 b5 39| Ks.9| timestamp: 968192843 (s) 0x746c-0x7470 (4) +0x7460| 4b 73 b5 39| Ks.9| timestamp: 968192843 (2020-09-04T22:27:23Z) 0x746c-0x7470 (4) 0x7470|3c 80 02 00 |<... | distance: 1639 (163900) (m) 0x7470-0x7474 (4) 0x7470| e8 03 | .. | speed: 1 (1000) (m/s) 0x7474-0x7476 (2) 0x7470| cf | . | heart_rate: 207 (bpm) 0x7476-0x7477 (1) @@ -27013,7 +27013,7 @@ $ fq -d fit dv activity_dev.fit 0x7470| 00 | . | reserved: false 0x747d.3-0x747d.4 (0.1) 0x7470| 00 | . | local_message_type: 0 0x747d.4-0x747e (0.4) | | | data_message{}: 0x747e-0x748f (17) -0x7470| 4c 73| Ls| timestamp: 968192844 (s) 0x747e-0x7482 (4) +0x7470| 4c 73| Ls| timestamp: 968192844 (2020-09-04T22:27:24Z) 0x747e-0x7482 (4) 0x7480|b5 39 |.9 | 0x7480| a0 80 02 00 | .... | distance: 1640 (164000) (m) 0x7482-0x7486 (4) 0x7480| e8 03 | .. | speed: 1 (1000) (m/s) 0x7486-0x7488 (2) @@ -27030,7 +27030,7 @@ $ fq -d fit dv activity_dev.fit 0x7480| 00| .| reserved: false 0x748f.3-0x748f.4 (0.1) 0x7480| 00| .| local_message_type: 0 0x748f.4-0x7490 (0.4) | | | data_message{}: 0x7490-0x74a1 (17) -0x7490|4d 73 b5 39 |Ms.9 | timestamp: 968192845 (s) 0x7490-0x7494 (4) +0x7490|4d 73 b5 39 |Ms.9 | timestamp: 968192845 (2020-09-04T22:27:25Z) 0x7490-0x7494 (4) 0x7490| 04 81 02 00 | .... | distance: 1641 (164100) (m) 0x7494-0x7498 (4) 0x7490| e8 03 | .. | speed: 1 (1000) (m/s) 0x7498-0x749a (2) 0x7490| c3 | . | heart_rate: 195 (bpm) 0x749a-0x749b (1) @@ -27046,7 +27046,7 @@ $ fq -d fit dv activity_dev.fit 0x74a0| 00 | . | reserved: false 0x74a1.3-0x74a1.4 (0.1) 0x74a0| 00 | . | local_message_type: 0 0x74a1.4-0x74a2 (0.4) | | | data_message{}: 0x74a2-0x74b3 (17) -0x74a0| 4e 73 b5 39 | Ns.9 | timestamp: 968192846 (s) 0x74a2-0x74a6 (4) +0x74a0| 4e 73 b5 39 | Ns.9 | timestamp: 968192846 (2020-09-04T22:27:26Z) 0x74a2-0x74a6 (4) 0x74a0| 68 81 02 00 | h... | distance: 1642 (164200) (m) 0x74a6-0x74aa (4) 0x74a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x74aa-0x74ac (2) 0x74a0| bc | . | heart_rate: 188 (bpm) 0x74ac-0x74ad (1) @@ -27062,7 +27062,7 @@ $ fq -d fit dv activity_dev.fit 0x74b0| 00 | . | reserved: false 0x74b3.3-0x74b3.4 (0.1) 0x74b0| 00 | . | local_message_type: 0 0x74b3.4-0x74b4 (0.4) | | | data_message{}: 0x74b4-0x74c5 (17) -0x74b0| 4f 73 b5 39 | Os.9 | timestamp: 968192847 (s) 0x74b4-0x74b8 (4) +0x74b0| 4f 73 b5 39 | Os.9 | timestamp: 968192847 (2020-09-04T22:27:27Z) 0x74b4-0x74b8 (4) 0x74b0| cc 81 02 00 | .... | distance: 1643 (164300) (m) 0x74b8-0x74bc (4) 0x74b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x74bc-0x74be (2) 0x74b0| b5 | . | heart_rate: 181 (bpm) 0x74be-0x74bf (1) @@ -27078,7 +27078,7 @@ $ fq -d fit dv activity_dev.fit 0x74c0| 00 | . | reserved: false 0x74c5.3-0x74c5.4 (0.1) 0x74c0| 00 | . | local_message_type: 0 0x74c5.4-0x74c6 (0.4) | | | data_message{}: 0x74c6-0x74d7 (17) -0x74c0| 50 73 b5 39 | Ps.9 | timestamp: 968192848 (s) 0x74c6-0x74ca (4) +0x74c0| 50 73 b5 39 | Ps.9 | timestamp: 968192848 (2020-09-04T22:27:28Z) 0x74c6-0x74ca (4) 0x74c0| 30 82 02 00 | 0... | distance: 1644 (164400) (m) 0x74ca-0x74ce (4) 0x74c0| e8 03| ..| speed: 1 (1000) (m/s) 0x74ce-0x74d0 (2) 0x74d0|ad |. | heart_rate: 173 (bpm) 0x74d0-0x74d1 (1) @@ -27094,7 +27094,7 @@ $ fq -d fit dv activity_dev.fit 0x74d0| 00 | . | reserved: false 0x74d7.3-0x74d7.4 (0.1) 0x74d0| 00 | . | local_message_type: 0 0x74d7.4-0x74d8 (0.4) | | | data_message{}: 0x74d8-0x74e9 (17) -0x74d0| 51 73 b5 39 | Qs.9 | timestamp: 968192849 (s) 0x74d8-0x74dc (4) +0x74d0| 51 73 b5 39 | Qs.9 | timestamp: 968192849 (2020-09-04T22:27:29Z) 0x74d8-0x74dc (4) 0x74d0| 94 82 02 00| ....| distance: 1645 (164500) (m) 0x74dc-0x74e0 (4) 0x74e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x74e0-0x74e2 (2) 0x74e0| a6 | . | heart_rate: 166 (bpm) 0x74e2-0x74e3 (1) @@ -27110,7 +27110,7 @@ $ fq -d fit dv activity_dev.fit 0x74e0| 00 | . | reserved: false 0x74e9.3-0x74e9.4 (0.1) 0x74e0| 00 | . | local_message_type: 0 0x74e9.4-0x74ea (0.4) | | | data_message{}: 0x74ea-0x74fb (17) -0x74e0| 52 73 b5 39 | Rs.9 | timestamp: 968192850 (s) 0x74ea-0x74ee (4) +0x74e0| 52 73 b5 39 | Rs.9 | timestamp: 968192850 (2020-09-04T22:27:30Z) 0x74ea-0x74ee (4) 0x74e0| f8 82| ..| distance: 1646 (164600) (m) 0x74ee-0x74f2 (4) 0x74f0|02 00 |.. | 0x74f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x74f2-0x74f4 (2) @@ -27127,7 +27127,7 @@ $ fq -d fit dv activity_dev.fit 0x74f0| 00 | . | reserved: false 0x74fb.3-0x74fb.4 (0.1) 0x74f0| 00 | . | local_message_type: 0 0x74fb.4-0x74fc (0.4) | | | data_message{}: 0x74fc-0x750d (17) -0x74f0| 53 73 b5 39| Ss.9| timestamp: 968192851 (s) 0x74fc-0x7500 (4) +0x74f0| 53 73 b5 39| Ss.9| timestamp: 968192851 (2020-09-04T22:27:31Z) 0x74fc-0x7500 (4) 0x7500|5c 83 02 00 |\... | distance: 1647 (164700) (m) 0x7500-0x7504 (4) 0x7500| e8 03 | .. | speed: 1 (1000) (m/s) 0x7504-0x7506 (2) 0x7500| 96 | . | heart_rate: 150 (bpm) 0x7506-0x7507 (1) @@ -27143,7 +27143,7 @@ $ fq -d fit dv activity_dev.fit 0x7500| 00 | . | reserved: false 0x750d.3-0x750d.4 (0.1) 0x7500| 00 | . | local_message_type: 0 0x750d.4-0x750e (0.4) | | | data_message{}: 0x750e-0x751f (17) -0x7500| 54 73| Ts| timestamp: 968192852 (s) 0x750e-0x7512 (4) +0x7500| 54 73| Ts| timestamp: 968192852 (2020-09-04T22:27:32Z) 0x750e-0x7512 (4) 0x7510|b5 39 |.9 | 0x7510| c0 83 02 00 | .... | distance: 1648 (164800) (m) 0x7512-0x7516 (4) 0x7510| e8 03 | .. | speed: 1 (1000) (m/s) 0x7516-0x7518 (2) @@ -27160,7 +27160,7 @@ $ fq -d fit dv activity_dev.fit 0x7510| 00| .| reserved: false 0x751f.3-0x751f.4 (0.1) 0x7510| 00| .| local_message_type: 0 0x751f.4-0x7520 (0.4) | | | data_message{}: 0x7520-0x7531 (17) -0x7520|55 73 b5 39 |Us.9 | timestamp: 968192853 (s) 0x7520-0x7524 (4) +0x7520|55 73 b5 39 |Us.9 | timestamp: 968192853 (2020-09-04T22:27:33Z) 0x7520-0x7524 (4) 0x7520| 24 84 02 00 | $... | distance: 1649 (164900) (m) 0x7524-0x7528 (4) 0x7520| e8 03 | .. | speed: 1 (1000) (m/s) 0x7528-0x752a (2) 0x7520| 86 | . | heart_rate: 134 (bpm) 0x752a-0x752b (1) @@ -27176,7 +27176,7 @@ $ fq -d fit dv activity_dev.fit 0x7530| 00 | . | reserved: false 0x7531.3-0x7531.4 (0.1) 0x7530| 00 | . | local_message_type: 0 0x7531.4-0x7532 (0.4) | | | data_message{}: 0x7532-0x7543 (17) -0x7530| 56 73 b5 39 | Vs.9 | timestamp: 968192854 (s) 0x7532-0x7536 (4) +0x7530| 56 73 b5 39 | Vs.9 | timestamp: 968192854 (2020-09-04T22:27:34Z) 0x7532-0x7536 (4) 0x7530| 88 84 02 00 | .... | distance: 1650 (165000) (m) 0x7536-0x753a (4) 0x7530| e8 03 | .. | speed: 1 (1000) (m/s) 0x753a-0x753c (2) 0x7530| 7f | . | heart_rate: 127 (bpm) 0x753c-0x753d (1) @@ -27192,7 +27192,7 @@ $ fq -d fit dv activity_dev.fit 0x7540| 00 | . | reserved: false 0x7543.3-0x7543.4 (0.1) 0x7540| 00 | . | local_message_type: 0 0x7543.4-0x7544 (0.4) | | | data_message{}: 0x7544-0x7555 (17) -0x7540| 57 73 b5 39 | Ws.9 | timestamp: 968192855 (s) 0x7544-0x7548 (4) +0x7540| 57 73 b5 39 | Ws.9 | timestamp: 968192855 (2020-09-04T22:27:35Z) 0x7544-0x7548 (4) 0x7540| ec 84 02 00 | .... | distance: 1651 (165100) (m) 0x7548-0x754c (4) 0x7540| e8 03 | .. | speed: 1 (1000) (m/s) 0x754c-0x754e (2) 0x7540| 77 | w | heart_rate: 119 (bpm) 0x754e-0x754f (1) @@ -27208,7 +27208,7 @@ $ fq -d fit dv activity_dev.fit 0x7550| 00 | . | reserved: false 0x7555.3-0x7555.4 (0.1) 0x7550| 00 | . | local_message_type: 0 0x7555.4-0x7556 (0.4) | | | data_message{}: 0x7556-0x7567 (17) -0x7550| 58 73 b5 39 | Xs.9 | timestamp: 968192856 (s) 0x7556-0x755a (4) +0x7550| 58 73 b5 39 | Xs.9 | timestamp: 968192856 (2020-09-04T22:27:36Z) 0x7556-0x755a (4) 0x7550| 50 85 02 00 | P... | distance: 1652 (165200) (m) 0x755a-0x755e (4) 0x7550| e8 03| ..| speed: 1 (1000) (m/s) 0x755e-0x7560 (2) 0x7560|6f |o | heart_rate: 111 (bpm) 0x7560-0x7561 (1) @@ -27224,7 +27224,7 @@ $ fq -d fit dv activity_dev.fit 0x7560| 00 | . | reserved: false 0x7567.3-0x7567.4 (0.1) 0x7560| 00 | . | local_message_type: 0 0x7567.4-0x7568 (0.4) | | | data_message{}: 0x7568-0x7579 (17) -0x7560| 59 73 b5 39 | Ys.9 | timestamp: 968192857 (s) 0x7568-0x756c (4) +0x7560| 59 73 b5 39 | Ys.9 | timestamp: 968192857 (2020-09-04T22:27:37Z) 0x7568-0x756c (4) 0x7560| b4 85 02 00| ....| distance: 1653 (165300) (m) 0x756c-0x7570 (4) 0x7570|e8 03 |.. | speed: 1 (1000) (m/s) 0x7570-0x7572 (2) 0x7570| 67 | g | heart_rate: 103 (bpm) 0x7572-0x7573 (1) @@ -27240,7 +27240,7 @@ $ fq -d fit dv activity_dev.fit 0x7570| 00 | . | reserved: false 0x7579.3-0x7579.4 (0.1) 0x7570| 00 | . | local_message_type: 0 0x7579.4-0x757a (0.4) | | | data_message{}: 0x757a-0x758b (17) -0x7570| 5a 73 b5 39 | Zs.9 | timestamp: 968192858 (s) 0x757a-0x757e (4) +0x7570| 5a 73 b5 39 | Zs.9 | timestamp: 968192858 (2020-09-04T22:27:38Z) 0x757a-0x757e (4) 0x7570| 18 86| ..| distance: 1654 (165400) (m) 0x757e-0x7582 (4) 0x7580|02 00 |.. | 0x7580| e8 03 | .. | speed: 1 (1000) (m/s) 0x7582-0x7584 (2) @@ -27257,7 +27257,7 @@ $ fq -d fit dv activity_dev.fit 0x7580| 00 | . | reserved: false 0x758b.3-0x758b.4 (0.1) 0x7580| 00 | . | local_message_type: 0 0x758b.4-0x758c (0.4) | | | data_message{}: 0x758c-0x759d (17) -0x7580| 5b 73 b5 39| [s.9| timestamp: 968192859 (s) 0x758c-0x7590 (4) +0x7580| 5b 73 b5 39| [s.9| timestamp: 968192859 (2020-09-04T22:27:39Z) 0x758c-0x7590 (4) 0x7590|7c 86 02 00 ||... | distance: 1655 (165500) (m) 0x7590-0x7594 (4) 0x7590| e8 03 | .. | speed: 1 (1000) (m/s) 0x7594-0x7596 (2) 0x7590| 57 | W | heart_rate: 87 (bpm) 0x7596-0x7597 (1) @@ -27273,7 +27273,7 @@ $ fq -d fit dv activity_dev.fit 0x7590| 00 | . | reserved: false 0x759d.3-0x759d.4 (0.1) 0x7590| 00 | . | local_message_type: 0 0x759d.4-0x759e (0.4) | | | data_message{}: 0x759e-0x75af (17) -0x7590| 5c 73| \s| timestamp: 968192860 (s) 0x759e-0x75a2 (4) +0x7590| 5c 73| \s| timestamp: 968192860 (2020-09-04T22:27:40Z) 0x759e-0x75a2 (4) 0x75a0|b5 39 |.9 | 0x75a0| e0 86 02 00 | .... | distance: 1656 (165600) (m) 0x75a2-0x75a6 (4) 0x75a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x75a6-0x75a8 (2) @@ -27290,7 +27290,7 @@ $ fq -d fit dv activity_dev.fit 0x75a0| 00| .| reserved: false 0x75af.3-0x75af.4 (0.1) 0x75a0| 00| .| local_message_type: 0 0x75af.4-0x75b0 (0.4) | | | data_message{}: 0x75b0-0x75c1 (17) -0x75b0|5d 73 b5 39 |]s.9 | timestamp: 968192861 (s) 0x75b0-0x75b4 (4) +0x75b0|5d 73 b5 39 |]s.9 | timestamp: 968192861 (2020-09-04T22:27:41Z) 0x75b0-0x75b4 (4) 0x75b0| 44 87 02 00 | D... | distance: 1657 (165700) (m) 0x75b4-0x75b8 (4) 0x75b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x75b8-0x75ba (2) 0x75b0| 48 | H | heart_rate: 72 (bpm) 0x75ba-0x75bb (1) @@ -27306,7 +27306,7 @@ $ fq -d fit dv activity_dev.fit 0x75c0| 00 | . | reserved: false 0x75c1.3-0x75c1.4 (0.1) 0x75c0| 00 | . | local_message_type: 0 0x75c1.4-0x75c2 (0.4) | | | data_message{}: 0x75c2-0x75d3 (17) -0x75c0| 5e 73 b5 39 | ^s.9 | timestamp: 968192862 (s) 0x75c2-0x75c6 (4) +0x75c0| 5e 73 b5 39 | ^s.9 | timestamp: 968192862 (2020-09-04T22:27:42Z) 0x75c2-0x75c6 (4) 0x75c0| a8 87 02 00 | .... | distance: 1658 (165800) (m) 0x75c6-0x75ca (4) 0x75c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x75ca-0x75cc (2) 0x75c0| 41 | A | heart_rate: 65 (bpm) 0x75cc-0x75cd (1) @@ -27322,7 +27322,7 @@ $ fq -d fit dv activity_dev.fit 0x75d0| 00 | . | reserved: false 0x75d3.3-0x75d3.4 (0.1) 0x75d0| 00 | . | local_message_type: 0 0x75d3.4-0x75d4 (0.4) | | | data_message{}: 0x75d4-0x75e5 (17) -0x75d0| 5f 73 b5 39 | _s.9 | timestamp: 968192863 (s) 0x75d4-0x75d8 (4) +0x75d0| 5f 73 b5 39 | _s.9 | timestamp: 968192863 (2020-09-04T22:27:43Z) 0x75d4-0x75d8 (4) 0x75d0| 0c 88 02 00 | .... | distance: 1659 (165900) (m) 0x75d8-0x75dc (4) 0x75d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x75dc-0x75de (2) 0x75d0| 3a | : | heart_rate: 58 (bpm) 0x75de-0x75df (1) @@ -27338,7 +27338,7 @@ $ fq -d fit dv activity_dev.fit 0x75e0| 00 | . | reserved: false 0x75e5.3-0x75e5.4 (0.1) 0x75e0| 00 | . | local_message_type: 0 0x75e5.4-0x75e6 (0.4) | | | data_message{}: 0x75e6-0x75f7 (17) -0x75e0| 60 73 b5 39 | `s.9 | timestamp: 968192864 (s) 0x75e6-0x75ea (4) +0x75e0| 60 73 b5 39 | `s.9 | timestamp: 968192864 (2020-09-04T22:27:44Z) 0x75e6-0x75ea (4) 0x75e0| 70 88 02 00 | p... | distance: 1660 (166000) (m) 0x75ea-0x75ee (4) 0x75e0| e8 03| ..| speed: 1 (1000) (m/s) 0x75ee-0x75f0 (2) 0x75f0|34 |4 | heart_rate: 52 (bpm) 0x75f0-0x75f1 (1) @@ -27354,7 +27354,7 @@ $ fq -d fit dv activity_dev.fit 0x75f0| 00 | . | reserved: false 0x75f7.3-0x75f7.4 (0.1) 0x75f0| 00 | . | local_message_type: 0 0x75f7.4-0x75f8 (0.4) | | | data_message{}: 0x75f8-0x7609 (17) -0x75f0| 61 73 b5 39 | as.9 | timestamp: 968192865 (s) 0x75f8-0x75fc (4) +0x75f0| 61 73 b5 39 | as.9 | timestamp: 968192865 (2020-09-04T22:27:45Z) 0x75f8-0x75fc (4) 0x75f0| d4 88 02 00| ....| distance: 1661 (166100) (m) 0x75fc-0x7600 (4) 0x7600|e8 03 |.. | speed: 1 (1000) (m/s) 0x7600-0x7602 (2) 0x7600| 2e | . | heart_rate: 46 (bpm) 0x7602-0x7603 (1) @@ -27370,7 +27370,7 @@ $ fq -d fit dv activity_dev.fit 0x7600| 00 | . | reserved: false 0x7609.3-0x7609.4 (0.1) 0x7600| 00 | . | local_message_type: 0 0x7609.4-0x760a (0.4) | | | data_message{}: 0x760a-0x761b (17) -0x7600| 62 73 b5 39 | bs.9 | timestamp: 968192866 (s) 0x760a-0x760e (4) +0x7600| 62 73 b5 39 | bs.9 | timestamp: 968192866 (2020-09-04T22:27:46Z) 0x760a-0x760e (4) 0x7600| 38 89| 8.| distance: 1662 (166200) (m) 0x760e-0x7612 (4) 0x7610|02 00 |.. | 0x7610| e8 03 | .. | speed: 1 (1000) (m/s) 0x7612-0x7614 (2) @@ -27387,7 +27387,7 @@ $ fq -d fit dv activity_dev.fit 0x7610| 00 | . | reserved: false 0x761b.3-0x761b.4 (0.1) 0x7610| 00 | . | local_message_type: 0 0x761b.4-0x761c (0.4) | | | data_message{}: 0x761c-0x762d (17) -0x7610| 63 73 b5 39| cs.9| timestamp: 968192867 (s) 0x761c-0x7620 (4) +0x7610| 63 73 b5 39| cs.9| timestamp: 968192867 (2020-09-04T22:27:47Z) 0x761c-0x7620 (4) 0x7620|9c 89 02 00 |.... | distance: 1663 (166300) (m) 0x7620-0x7624 (4) 0x7620| e8 03 | .. | speed: 1 (1000) (m/s) 0x7624-0x7626 (2) 0x7620| 22 | " | heart_rate: 34 (bpm) 0x7626-0x7627 (1) @@ -27403,7 +27403,7 @@ $ fq -d fit dv activity_dev.fit 0x7620| 00 | . | reserved: false 0x762d.3-0x762d.4 (0.1) 0x7620| 00 | . | local_message_type: 0 0x762d.4-0x762e (0.4) | | | data_message{}: 0x762e-0x763f (17) -0x7620| 64 73| ds| timestamp: 968192868 (s) 0x762e-0x7632 (4) +0x7620| 64 73| ds| timestamp: 968192868 (2020-09-04T22:27:48Z) 0x762e-0x7632 (4) 0x7630|b5 39 |.9 | 0x7630| 00 8a 02 00 | .... | distance: 1664 (166400) (m) 0x7632-0x7636 (4) 0x7630| e8 03 | .. | speed: 1 (1000) (m/s) 0x7636-0x7638 (2) @@ -27420,7 +27420,7 @@ $ fq -d fit dv activity_dev.fit 0x7630| 00| .| reserved: false 0x763f.3-0x763f.4 (0.1) 0x7630| 00| .| local_message_type: 0 0x763f.4-0x7640 (0.4) | | | data_message{}: 0x7640-0x7651 (17) -0x7640|65 73 b5 39 |es.9 | timestamp: 968192869 (s) 0x7640-0x7644 (4) +0x7640|65 73 b5 39 |es.9 | timestamp: 968192869 (2020-09-04T22:27:49Z) 0x7640-0x7644 (4) 0x7640| 64 8a 02 00 | d... | distance: 1665 (166500) (m) 0x7644-0x7648 (4) 0x7640| e8 03 | .. | speed: 1 (1000) (m/s) 0x7648-0x764a (2) 0x7640| 18 | . | heart_rate: 24 (bpm) 0x764a-0x764b (1) @@ -27436,7 +27436,7 @@ $ fq -d fit dv activity_dev.fit 0x7650| 00 | . | reserved: false 0x7651.3-0x7651.4 (0.1) 0x7650| 00 | . | local_message_type: 0 0x7651.4-0x7652 (0.4) | | | data_message{}: 0x7652-0x7663 (17) -0x7650| 66 73 b5 39 | fs.9 | timestamp: 968192870 (s) 0x7652-0x7656 (4) +0x7650| 66 73 b5 39 | fs.9 | timestamp: 968192870 (2020-09-04T22:27:50Z) 0x7652-0x7656 (4) 0x7650| c8 8a 02 00 | .... | distance: 1666 (166600) (m) 0x7656-0x765a (4) 0x7650| e8 03 | .. | speed: 1 (1000) (m/s) 0x765a-0x765c (2) 0x7650| 13 | . | heart_rate: 19 (bpm) 0x765c-0x765d (1) @@ -27452,7 +27452,7 @@ $ fq -d fit dv activity_dev.fit 0x7660| 00 | . | reserved: false 0x7663.3-0x7663.4 (0.1) 0x7660| 00 | . | local_message_type: 0 0x7663.4-0x7664 (0.4) | | | data_message{}: 0x7664-0x7675 (17) -0x7660| 67 73 b5 39 | gs.9 | timestamp: 968192871 (s) 0x7664-0x7668 (4) +0x7660| 67 73 b5 39 | gs.9 | timestamp: 968192871 (2020-09-04T22:27:51Z) 0x7664-0x7668 (4) 0x7660| 2c 8b 02 00 | ,... | distance: 1667 (166700) (m) 0x7668-0x766c (4) 0x7660| e8 03 | .. | speed: 1 (1000) (m/s) 0x766c-0x766e (2) 0x7660| 0f | . | heart_rate: 15 (bpm) 0x766e-0x766f (1) @@ -27468,7 +27468,7 @@ $ fq -d fit dv activity_dev.fit 0x7670| 00 | . | reserved: false 0x7675.3-0x7675.4 (0.1) 0x7670| 00 | . | local_message_type: 0 0x7675.4-0x7676 (0.4) | | | data_message{}: 0x7676-0x7687 (17) -0x7670| 68 73 b5 39 | hs.9 | timestamp: 968192872 (s) 0x7676-0x767a (4) +0x7670| 68 73 b5 39 | hs.9 | timestamp: 968192872 (2020-09-04T22:27:52Z) 0x7676-0x767a (4) 0x7670| 90 8b 02 00 | .... | distance: 1668 (166800) (m) 0x767a-0x767e (4) 0x7670| e8 03| ..| speed: 1 (1000) (m/s) 0x767e-0x7680 (2) 0x7680|0c |. | heart_rate: 12 (bpm) 0x7680-0x7681 (1) @@ -27484,7 +27484,7 @@ $ fq -d fit dv activity_dev.fit 0x7680| 00 | . | reserved: false 0x7687.3-0x7687.4 (0.1) 0x7680| 00 | . | local_message_type: 0 0x7687.4-0x7688 (0.4) | | | data_message{}: 0x7688-0x7699 (17) -0x7680| 69 73 b5 39 | is.9 | timestamp: 968192873 (s) 0x7688-0x768c (4) +0x7680| 69 73 b5 39 | is.9 | timestamp: 968192873 (2020-09-04T22:27:53Z) 0x7688-0x768c (4) 0x7680| f4 8b 02 00| ....| distance: 1669 (166900) (m) 0x768c-0x7690 (4) 0x7690|e8 03 |.. | speed: 1 (1000) (m/s) 0x7690-0x7692 (2) 0x7690| 08 | . | heart_rate: 8 (bpm) 0x7692-0x7693 (1) @@ -27500,7 +27500,7 @@ $ fq -d fit dv activity_dev.fit 0x7690| 00 | . | reserved: false 0x7699.3-0x7699.4 (0.1) 0x7690| 00 | . | local_message_type: 0 0x7699.4-0x769a (0.4) | | | data_message{}: 0x769a-0x76ab (17) -0x7690| 6a 73 b5 39 | js.9 | timestamp: 968192874 (s) 0x769a-0x769e (4) +0x7690| 6a 73 b5 39 | js.9 | timestamp: 968192874 (2020-09-04T22:27:54Z) 0x769a-0x769e (4) 0x7690| 58 8c| X.| distance: 1670 (167000) (m) 0x769e-0x76a2 (4) 0x76a0|02 00 |.. | 0x76a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x76a2-0x76a4 (2) @@ -27517,7 +27517,7 @@ $ fq -d fit dv activity_dev.fit 0x76a0| 00 | . | reserved: false 0x76ab.3-0x76ab.4 (0.1) 0x76a0| 00 | . | local_message_type: 0 0x76ab.4-0x76ac (0.4) | | | data_message{}: 0x76ac-0x76bd (17) -0x76a0| 6b 73 b5 39| ks.9| timestamp: 968192875 (s) 0x76ac-0x76b0 (4) +0x76a0| 6b 73 b5 39| ks.9| timestamp: 968192875 (2020-09-04T22:27:55Z) 0x76ac-0x76b0 (4) 0x76b0|bc 8c 02 00 |.... | distance: 1671 (167100) (m) 0x76b0-0x76b4 (4) 0x76b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x76b4-0x76b6 (2) 0x76b0| 03 | . | heart_rate: 3 (bpm) 0x76b6-0x76b7 (1) @@ -27533,7 +27533,7 @@ $ fq -d fit dv activity_dev.fit 0x76b0| 00 | . | reserved: false 0x76bd.3-0x76bd.4 (0.1) 0x76b0| 00 | . | local_message_type: 0 0x76bd.4-0x76be (0.4) | | | data_message{}: 0x76be-0x76cf (17) -0x76b0| 6c 73| ls| timestamp: 968192876 (s) 0x76be-0x76c2 (4) +0x76b0| 6c 73| ls| timestamp: 968192876 (2020-09-04T22:27:56Z) 0x76be-0x76c2 (4) 0x76c0|b5 39 |.9 | 0x76c0| 20 8d 02 00 | ... | distance: 1672 (167200) (m) 0x76c2-0x76c6 (4) 0x76c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x76c6-0x76c8 (2) @@ -27550,7 +27550,7 @@ $ fq -d fit dv activity_dev.fit 0x76c0| 00| .| reserved: false 0x76cf.3-0x76cf.4 (0.1) 0x76c0| 00| .| local_message_type: 0 0x76cf.4-0x76d0 (0.4) | | | data_message{}: 0x76d0-0x76e1 (17) -0x76d0|6d 73 b5 39 |ms.9 | timestamp: 968192877 (s) 0x76d0-0x76d4 (4) +0x76d0|6d 73 b5 39 |ms.9 | timestamp: 968192877 (2020-09-04T22:27:57Z) 0x76d0-0x76d4 (4) 0x76d0| 84 8d 02 00 | .... | distance: 1673 (167300) (m) 0x76d4-0x76d8 (4) 0x76d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x76d8-0x76da (2) 0x76d0| 01 | . | heart_rate: 1 (bpm) 0x76da-0x76db (1) @@ -27566,7 +27566,7 @@ $ fq -d fit dv activity_dev.fit 0x76e0| 00 | . | reserved: false 0x76e1.3-0x76e1.4 (0.1) 0x76e0| 00 | . | local_message_type: 0 0x76e1.4-0x76e2 (0.4) | | | data_message{}: 0x76e2-0x76f3 (17) -0x76e0| 6e 73 b5 39 | ns.9 | timestamp: 968192878 (s) 0x76e2-0x76e6 (4) +0x76e0| 6e 73 b5 39 | ns.9 | timestamp: 968192878 (2020-09-04T22:27:58Z) 0x76e2-0x76e6 (4) 0x76e0| e8 8d 02 00 | .... | distance: 1674 (167400) (m) 0x76e6-0x76ea (4) 0x76e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x76ea-0x76ec (2) 0x76e0| 00 | . | heart_rate: 0 (bpm) 0x76ec-0x76ed (1) @@ -27582,7 +27582,7 @@ $ fq -d fit dv activity_dev.fit 0x76f0| 00 | . | reserved: false 0x76f3.3-0x76f3.4 (0.1) 0x76f0| 00 | . | local_message_type: 0 0x76f3.4-0x76f4 (0.4) | | | data_message{}: 0x76f4-0x7705 (17) -0x76f0| 6f 73 b5 39 | os.9 | timestamp: 968192879 (s) 0x76f4-0x76f8 (4) +0x76f0| 6f 73 b5 39 | os.9 | timestamp: 968192879 (2020-09-04T22:27:59Z) 0x76f4-0x76f8 (4) 0x76f0| 4c 8e 02 00 | L... | distance: 1675 (167500) (m) 0x76f8-0x76fc (4) 0x76f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x76fc-0x76fe (2) 0x76f0| 00 | . | heart_rate: 0 (bpm) 0x76fe-0x76ff (1) @@ -27598,7 +27598,7 @@ $ fq -d fit dv activity_dev.fit 0x7700| 00 | . | reserved: false 0x7705.3-0x7705.4 (0.1) 0x7700| 00 | . | local_message_type: 0 0x7705.4-0x7706 (0.4) | | | data_message{}: 0x7706-0x7717 (17) -0x7700| 70 73 b5 39 | ps.9 | timestamp: 968192880 (s) 0x7706-0x770a (4) +0x7700| 70 73 b5 39 | ps.9 | timestamp: 968192880 (2020-09-04T22:28:00Z) 0x7706-0x770a (4) 0x7700| b0 8e 02 00 | .... | distance: 1676 (167600) (m) 0x770a-0x770e (4) 0x7700| e8 03| ..| speed: 1 (1000) (m/s) 0x770e-0x7710 (2) 0x7710|00 |. | heart_rate: 0 (bpm) 0x7710-0x7711 (1) @@ -27614,7 +27614,7 @@ $ fq -d fit dv activity_dev.fit 0x7710| 00 | . | reserved: false 0x7717.3-0x7717.4 (0.1) 0x7710| 00 | . | local_message_type: 0 0x7717.4-0x7718 (0.4) | | | data_message{}: 0x7718-0x7729 (17) -0x7710| 71 73 b5 39 | qs.9 | timestamp: 968192881 (s) 0x7718-0x771c (4) +0x7710| 71 73 b5 39 | qs.9 | timestamp: 968192881 (2020-09-04T22:28:01Z) 0x7718-0x771c (4) 0x7710| 14 8f 02 00| ....| distance: 1677 (167700) (m) 0x771c-0x7720 (4) 0x7720|e8 03 |.. | speed: 1 (1000) (m/s) 0x7720-0x7722 (2) 0x7720| 01 | . | heart_rate: 1 (bpm) 0x7722-0x7723 (1) @@ -27630,7 +27630,7 @@ $ fq -d fit dv activity_dev.fit 0x7720| 00 | . | reserved: false 0x7729.3-0x7729.4 (0.1) 0x7720| 00 | . | local_message_type: 0 0x7729.4-0x772a (0.4) | | | data_message{}: 0x772a-0x773b (17) -0x7720| 72 73 b5 39 | rs.9 | timestamp: 968192882 (s) 0x772a-0x772e (4) +0x7720| 72 73 b5 39 | rs.9 | timestamp: 968192882 (2020-09-04T22:28:02Z) 0x772a-0x772e (4) 0x7720| 78 8f| x.| distance: 1678 (167800) (m) 0x772e-0x7732 (4) 0x7730|02 00 |.. | 0x7730| e8 03 | .. | speed: 1 (1000) (m/s) 0x7732-0x7734 (2) @@ -27647,7 +27647,7 @@ $ fq -d fit dv activity_dev.fit 0x7730| 00 | . | reserved: false 0x773b.3-0x773b.4 (0.1) 0x7730| 00 | . | local_message_type: 0 0x773b.4-0x773c (0.4) | | | data_message{}: 0x773c-0x774d (17) -0x7730| 73 73 b5 39| ss.9| timestamp: 968192883 (s) 0x773c-0x7740 (4) +0x7730| 73 73 b5 39| ss.9| timestamp: 968192883 (2020-09-04T22:28:03Z) 0x773c-0x7740 (4) 0x7740|dc 8f 02 00 |.... | distance: 1679 (167900) (m) 0x7740-0x7744 (4) 0x7740| e8 03 | .. | speed: 1 (1000) (m/s) 0x7744-0x7746 (2) 0x7740| 03 | . | heart_rate: 3 (bpm) 0x7746-0x7747 (1) @@ -27663,7 +27663,7 @@ $ fq -d fit dv activity_dev.fit 0x7740| 00 | . | reserved: false 0x774d.3-0x774d.4 (0.1) 0x7740| 00 | . | local_message_type: 0 0x774d.4-0x774e (0.4) | | | data_message{}: 0x774e-0x775f (17) -0x7740| 74 73| ts| timestamp: 968192884 (s) 0x774e-0x7752 (4) +0x7740| 74 73| ts| timestamp: 968192884 (2020-09-04T22:28:04Z) 0x774e-0x7752 (4) 0x7750|b5 39 |.9 | 0x7750| 40 90 02 00 | @... | distance: 1680 (168000) (m) 0x7752-0x7756 (4) 0x7750| e8 03 | .. | speed: 1 (1000) (m/s) 0x7756-0x7758 (2) @@ -27680,7 +27680,7 @@ $ fq -d fit dv activity_dev.fit 0x7750| 00| .| reserved: false 0x775f.3-0x775f.4 (0.1) 0x7750| 00| .| local_message_type: 0 0x775f.4-0x7760 (0.4) | | | data_message{}: 0x7760-0x7771 (17) -0x7760|75 73 b5 39 |us.9 | timestamp: 968192885 (s) 0x7760-0x7764 (4) +0x7760|75 73 b5 39 |us.9 | timestamp: 968192885 (2020-09-04T22:28:05Z) 0x7760-0x7764 (4) 0x7760| a4 90 02 00 | .... | distance: 1681 (168100) (m) 0x7764-0x7768 (4) 0x7760| e8 03 | .. | speed: 1 (1000) (m/s) 0x7768-0x776a (2) 0x7760| 08 | . | heart_rate: 8 (bpm) 0x776a-0x776b (1) @@ -27696,7 +27696,7 @@ $ fq -d fit dv activity_dev.fit 0x7770| 00 | . | reserved: false 0x7771.3-0x7771.4 (0.1) 0x7770| 00 | . | local_message_type: 0 0x7771.4-0x7772 (0.4) | | | data_message{}: 0x7772-0x7783 (17) -0x7770| 76 73 b5 39 | vs.9 | timestamp: 968192886 (s) 0x7772-0x7776 (4) +0x7770| 76 73 b5 39 | vs.9 | timestamp: 968192886 (2020-09-04T22:28:06Z) 0x7772-0x7776 (4) 0x7770| 08 91 02 00 | .... | distance: 1682 (168200) (m) 0x7776-0x777a (4) 0x7770| e8 03 | .. | speed: 1 (1000) (m/s) 0x777a-0x777c (2) 0x7770| 0c | . | heart_rate: 12 (bpm) 0x777c-0x777d (1) @@ -27712,7 +27712,7 @@ $ fq -d fit dv activity_dev.fit 0x7780| 00 | . | reserved: false 0x7783.3-0x7783.4 (0.1) 0x7780| 00 | . | local_message_type: 0 0x7783.4-0x7784 (0.4) | | | data_message{}: 0x7784-0x7795 (17) -0x7780| 77 73 b5 39 | ws.9 | timestamp: 968192887 (s) 0x7784-0x7788 (4) +0x7780| 77 73 b5 39 | ws.9 | timestamp: 968192887 (2020-09-04T22:28:07Z) 0x7784-0x7788 (4) 0x7780| 6c 91 02 00 | l... | distance: 1683 (168300) (m) 0x7788-0x778c (4) 0x7780| e8 03 | .. | speed: 1 (1000) (m/s) 0x778c-0x778e (2) 0x7780| 0f | . | heart_rate: 15 (bpm) 0x778e-0x778f (1) @@ -27728,7 +27728,7 @@ $ fq -d fit dv activity_dev.fit 0x7790| 00 | . | reserved: false 0x7795.3-0x7795.4 (0.1) 0x7790| 00 | . | local_message_type: 0 0x7795.4-0x7796 (0.4) | | | data_message{}: 0x7796-0x77a7 (17) -0x7790| 78 73 b5 39 | xs.9 | timestamp: 968192888 (s) 0x7796-0x779a (4) +0x7790| 78 73 b5 39 | xs.9 | timestamp: 968192888 (2020-09-04T22:28:08Z) 0x7796-0x779a (4) 0x7790| d0 91 02 00 | .... | distance: 1684 (168400) (m) 0x779a-0x779e (4) 0x7790| e8 03| ..| speed: 1 (1000) (m/s) 0x779e-0x77a0 (2) 0x77a0|13 |. | heart_rate: 19 (bpm) 0x77a0-0x77a1 (1) @@ -27744,7 +27744,7 @@ $ fq -d fit dv activity_dev.fit 0x77a0| 00 | . | reserved: false 0x77a7.3-0x77a7.4 (0.1) 0x77a0| 00 | . | local_message_type: 0 0x77a7.4-0x77a8 (0.4) | | | data_message{}: 0x77a8-0x77b9 (17) -0x77a0| 79 73 b5 39 | ys.9 | timestamp: 968192889 (s) 0x77a8-0x77ac (4) +0x77a0| 79 73 b5 39 | ys.9 | timestamp: 968192889 (2020-09-04T22:28:09Z) 0x77a8-0x77ac (4) 0x77a0| 34 92 02 00| 4...| distance: 1685 (168500) (m) 0x77ac-0x77b0 (4) 0x77b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x77b0-0x77b2 (2) 0x77b0| 18 | . | heart_rate: 24 (bpm) 0x77b2-0x77b3 (1) @@ -27760,7 +27760,7 @@ $ fq -d fit dv activity_dev.fit 0x77b0| 00 | . | reserved: false 0x77b9.3-0x77b9.4 (0.1) 0x77b0| 00 | . | local_message_type: 0 0x77b9.4-0x77ba (0.4) | | | data_message{}: 0x77ba-0x77cb (17) -0x77b0| 7a 73 b5 39 | zs.9 | timestamp: 968192890 (s) 0x77ba-0x77be (4) +0x77b0| 7a 73 b5 39 | zs.9 | timestamp: 968192890 (2020-09-04T22:28:10Z) 0x77ba-0x77be (4) 0x77b0| 98 92| ..| distance: 1686 (168600) (m) 0x77be-0x77c2 (4) 0x77c0|02 00 |.. | 0x77c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x77c2-0x77c4 (2) @@ -27777,7 +27777,7 @@ $ fq -d fit dv activity_dev.fit 0x77c0| 00 | . | reserved: false 0x77cb.3-0x77cb.4 (0.1) 0x77c0| 00 | . | local_message_type: 0 0x77cb.4-0x77cc (0.4) | | | data_message{}: 0x77cc-0x77dd (17) -0x77c0| 7b 73 b5 39| {s.9| timestamp: 968192891 (s) 0x77cc-0x77d0 (4) +0x77c0| 7b 73 b5 39| {s.9| timestamp: 968192891 (2020-09-04T22:28:11Z) 0x77cc-0x77d0 (4) 0x77d0|fc 92 02 00 |.... | distance: 1687 (168700) (m) 0x77d0-0x77d4 (4) 0x77d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x77d4-0x77d6 (2) 0x77d0| 22 | " | heart_rate: 34 (bpm) 0x77d6-0x77d7 (1) @@ -27793,7 +27793,7 @@ $ fq -d fit dv activity_dev.fit 0x77d0| 00 | . | reserved: false 0x77dd.3-0x77dd.4 (0.1) 0x77d0| 00 | . | local_message_type: 0 0x77dd.4-0x77de (0.4) | | | data_message{}: 0x77de-0x77ef (17) -0x77d0| 7c 73| |s| timestamp: 968192892 (s) 0x77de-0x77e2 (4) +0x77d0| 7c 73| |s| timestamp: 968192892 (2020-09-04T22:28:12Z) 0x77de-0x77e2 (4) 0x77e0|b5 39 |.9 | 0x77e0| 60 93 02 00 | `... | distance: 1688 (168800) (m) 0x77e2-0x77e6 (4) 0x77e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x77e6-0x77e8 (2) @@ -27810,7 +27810,7 @@ $ fq -d fit dv activity_dev.fit 0x77e0| 00| .| reserved: false 0x77ef.3-0x77ef.4 (0.1) 0x77e0| 00| .| local_message_type: 0 0x77ef.4-0x77f0 (0.4) | | | data_message{}: 0x77f0-0x7801 (17) -0x77f0|7d 73 b5 39 |}s.9 | timestamp: 968192893 (s) 0x77f0-0x77f4 (4) +0x77f0|7d 73 b5 39 |}s.9 | timestamp: 968192893 (2020-09-04T22:28:13Z) 0x77f0-0x77f4 (4) 0x77f0| c4 93 02 00 | .... | distance: 1689 (168900) (m) 0x77f4-0x77f8 (4) 0x77f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x77f8-0x77fa (2) 0x77f0| 2e | . | heart_rate: 46 (bpm) 0x77fa-0x77fb (1) @@ -27826,7 +27826,7 @@ $ fq -d fit dv activity_dev.fit 0x7800| 00 | . | reserved: false 0x7801.3-0x7801.4 (0.1) 0x7800| 00 | . | local_message_type: 0 0x7801.4-0x7802 (0.4) | | | data_message{}: 0x7802-0x7813 (17) -0x7800| 7e 73 b5 39 | ~s.9 | timestamp: 968192894 (s) 0x7802-0x7806 (4) +0x7800| 7e 73 b5 39 | ~s.9 | timestamp: 968192894 (2020-09-04T22:28:14Z) 0x7802-0x7806 (4) 0x7800| 28 94 02 00 | (... | distance: 1690 (169000) (m) 0x7806-0x780a (4) 0x7800| e8 03 | .. | speed: 1 (1000) (m/s) 0x780a-0x780c (2) 0x7800| 34 | 4 | heart_rate: 52 (bpm) 0x780c-0x780d (1) @@ -27842,7 +27842,7 @@ $ fq -d fit dv activity_dev.fit 0x7810| 00 | . | reserved: false 0x7813.3-0x7813.4 (0.1) 0x7810| 00 | . | local_message_type: 0 0x7813.4-0x7814 (0.4) | | | data_message{}: 0x7814-0x7825 (17) -0x7810| 7f 73 b5 39 | .s.9 | timestamp: 968192895 (s) 0x7814-0x7818 (4) +0x7810| 7f 73 b5 39 | .s.9 | timestamp: 968192895 (2020-09-04T22:28:15Z) 0x7814-0x7818 (4) 0x7810| 8c 94 02 00 | .... | distance: 1691 (169100) (m) 0x7818-0x781c (4) 0x7810| e8 03 | .. | speed: 1 (1000) (m/s) 0x781c-0x781e (2) 0x7810| 3a | : | heart_rate: 58 (bpm) 0x781e-0x781f (1) @@ -27858,7 +27858,7 @@ $ fq -d fit dv activity_dev.fit 0x7820| 00 | . | reserved: false 0x7825.3-0x7825.4 (0.1) 0x7820| 00 | . | local_message_type: 0 0x7825.4-0x7826 (0.4) | | | data_message{}: 0x7826-0x7837 (17) -0x7820| 80 73 b5 39 | .s.9 | timestamp: 968192896 (s) 0x7826-0x782a (4) +0x7820| 80 73 b5 39 | .s.9 | timestamp: 968192896 (2020-09-04T22:28:16Z) 0x7826-0x782a (4) 0x7820| f0 94 02 00 | .... | distance: 1692 (169200) (m) 0x782a-0x782e (4) 0x7820| e8 03| ..| speed: 1 (1000) (m/s) 0x782e-0x7830 (2) 0x7830|41 |A | heart_rate: 65 (bpm) 0x7830-0x7831 (1) @@ -27874,7 +27874,7 @@ $ fq -d fit dv activity_dev.fit 0x7830| 00 | . | reserved: false 0x7837.3-0x7837.4 (0.1) 0x7830| 00 | . | local_message_type: 0 0x7837.4-0x7838 (0.4) | | | data_message{}: 0x7838-0x7849 (17) -0x7830| 81 73 b5 39 | .s.9 | timestamp: 968192897 (s) 0x7838-0x783c (4) +0x7830| 81 73 b5 39 | .s.9 | timestamp: 968192897 (2020-09-04T22:28:17Z) 0x7838-0x783c (4) 0x7830| 54 95 02 00| T...| distance: 1693 (169300) (m) 0x783c-0x7840 (4) 0x7840|e8 03 |.. | speed: 1 (1000) (m/s) 0x7840-0x7842 (2) 0x7840| 48 | H | heart_rate: 72 (bpm) 0x7842-0x7843 (1) @@ -27890,7 +27890,7 @@ $ fq -d fit dv activity_dev.fit 0x7840| 00 | . | reserved: false 0x7849.3-0x7849.4 (0.1) 0x7840| 00 | . | local_message_type: 0 0x7849.4-0x784a (0.4) | | | data_message{}: 0x784a-0x785b (17) -0x7840| 82 73 b5 39 | .s.9 | timestamp: 968192898 (s) 0x784a-0x784e (4) +0x7840| 82 73 b5 39 | .s.9 | timestamp: 968192898 (2020-09-04T22:28:18Z) 0x784a-0x784e (4) 0x7840| b8 95| ..| distance: 1694 (169400) (m) 0x784e-0x7852 (4) 0x7850|02 00 |.. | 0x7850| e8 03 | .. | speed: 1 (1000) (m/s) 0x7852-0x7854 (2) @@ -27907,7 +27907,7 @@ $ fq -d fit dv activity_dev.fit 0x7850| 00 | . | reserved: false 0x785b.3-0x785b.4 (0.1) 0x7850| 00 | . | local_message_type: 0 0x785b.4-0x785c (0.4) | | | data_message{}: 0x785c-0x786d (17) -0x7850| 83 73 b5 39| .s.9| timestamp: 968192899 (s) 0x785c-0x7860 (4) +0x7850| 83 73 b5 39| .s.9| timestamp: 968192899 (2020-09-04T22:28:19Z) 0x785c-0x7860 (4) 0x7860|1c 96 02 00 |.... | distance: 1695 (169500) (m) 0x7860-0x7864 (4) 0x7860| e8 03 | .. | speed: 1 (1000) (m/s) 0x7864-0x7866 (2) 0x7860| 57 | W | heart_rate: 87 (bpm) 0x7866-0x7867 (1) @@ -27923,7 +27923,7 @@ $ fq -d fit dv activity_dev.fit 0x7860| 00 | . | reserved: false 0x786d.3-0x786d.4 (0.1) 0x7860| 00 | . | local_message_type: 0 0x786d.4-0x786e (0.4) | | | data_message{}: 0x786e-0x787f (17) -0x7860| 84 73| .s| timestamp: 968192900 (s) 0x786e-0x7872 (4) +0x7860| 84 73| .s| timestamp: 968192900 (2020-09-04T22:28:20Z) 0x786e-0x7872 (4) 0x7870|b5 39 |.9 | 0x7870| 80 96 02 00 | .... | distance: 1696 (169600) (m) 0x7872-0x7876 (4) 0x7870| e8 03 | .. | speed: 1 (1000) (m/s) 0x7876-0x7878 (2) @@ -27940,7 +27940,7 @@ $ fq -d fit dv activity_dev.fit 0x7870| 00| .| reserved: false 0x787f.3-0x787f.4 (0.1) 0x7870| 00| .| local_message_type: 0 0x787f.4-0x7880 (0.4) | | | data_message{}: 0x7880-0x7891 (17) -0x7880|85 73 b5 39 |.s.9 | timestamp: 968192901 (s) 0x7880-0x7884 (4) +0x7880|85 73 b5 39 |.s.9 | timestamp: 968192901 (2020-09-04T22:28:21Z) 0x7880-0x7884 (4) 0x7880| e4 96 02 00 | .... | distance: 1697 (169700) (m) 0x7884-0x7888 (4) 0x7880| e8 03 | .. | speed: 1 (1000) (m/s) 0x7888-0x788a (2) 0x7880| 67 | g | heart_rate: 103 (bpm) 0x788a-0x788b (1) @@ -27956,7 +27956,7 @@ $ fq -d fit dv activity_dev.fit 0x7890| 00 | . | reserved: false 0x7891.3-0x7891.4 (0.1) 0x7890| 00 | . | local_message_type: 0 0x7891.4-0x7892 (0.4) | | | data_message{}: 0x7892-0x78a3 (17) -0x7890| 86 73 b5 39 | .s.9 | timestamp: 968192902 (s) 0x7892-0x7896 (4) +0x7890| 86 73 b5 39 | .s.9 | timestamp: 968192902 (2020-09-04T22:28:22Z) 0x7892-0x7896 (4) 0x7890| 48 97 02 00 | H... | distance: 1698 (169800) (m) 0x7896-0x789a (4) 0x7890| e8 03 | .. | speed: 1 (1000) (m/s) 0x789a-0x789c (2) 0x7890| 6f | o | heart_rate: 111 (bpm) 0x789c-0x789d (1) @@ -27972,7 +27972,7 @@ $ fq -d fit dv activity_dev.fit 0x78a0| 00 | . | reserved: false 0x78a3.3-0x78a3.4 (0.1) 0x78a0| 00 | . | local_message_type: 0 0x78a3.4-0x78a4 (0.4) | | | data_message{}: 0x78a4-0x78b5 (17) -0x78a0| 87 73 b5 39 | .s.9 | timestamp: 968192903 (s) 0x78a4-0x78a8 (4) +0x78a0| 87 73 b5 39 | .s.9 | timestamp: 968192903 (2020-09-04T22:28:23Z) 0x78a4-0x78a8 (4) 0x78a0| ac 97 02 00 | .... | distance: 1699 (169900) (m) 0x78a8-0x78ac (4) 0x78a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x78ac-0x78ae (2) 0x78a0| 77 | w | heart_rate: 119 (bpm) 0x78ae-0x78af (1) @@ -27988,7 +27988,7 @@ $ fq -d fit dv activity_dev.fit 0x78b0| 00 | . | reserved: false 0x78b5.3-0x78b5.4 (0.1) 0x78b0| 00 | . | local_message_type: 0 0x78b5.4-0x78b6 (0.4) | | | data_message{}: 0x78b6-0x78c7 (17) -0x78b0| 88 73 b5 39 | .s.9 | timestamp: 968192904 (s) 0x78b6-0x78ba (4) +0x78b0| 88 73 b5 39 | .s.9 | timestamp: 968192904 (2020-09-04T22:28:24Z) 0x78b6-0x78ba (4) 0x78b0| 10 98 02 00 | .... | distance: 1700 (170000) (m) 0x78ba-0x78be (4) 0x78b0| e8 03| ..| speed: 1 (1000) (m/s) 0x78be-0x78c0 (2) 0x78c0|7e |~ | heart_rate: 126 (bpm) 0x78c0-0x78c1 (1) @@ -28004,7 +28004,7 @@ $ fq -d fit dv activity_dev.fit 0x78c0| 00 | . | reserved: false 0x78c7.3-0x78c7.4 (0.1) 0x78c0| 00 | . | local_message_type: 0 0x78c7.4-0x78c8 (0.4) | | | data_message{}: 0x78c8-0x78d9 (17) -0x78c0| 89 73 b5 39 | .s.9 | timestamp: 968192905 (s) 0x78c8-0x78cc (4) +0x78c0| 89 73 b5 39 | .s.9 | timestamp: 968192905 (2020-09-04T22:28:25Z) 0x78c8-0x78cc (4) 0x78c0| 74 98 02 00| t...| distance: 1701 (170100) (m) 0x78cc-0x78d0 (4) 0x78d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x78d0-0x78d2 (2) 0x78d0| 86 | . | heart_rate: 134 (bpm) 0x78d2-0x78d3 (1) @@ -28020,7 +28020,7 @@ $ fq -d fit dv activity_dev.fit 0x78d0| 00 | . | reserved: false 0x78d9.3-0x78d9.4 (0.1) 0x78d0| 00 | . | local_message_type: 0 0x78d9.4-0x78da (0.4) | | | data_message{}: 0x78da-0x78eb (17) -0x78d0| 8a 73 b5 39 | .s.9 | timestamp: 968192906 (s) 0x78da-0x78de (4) +0x78d0| 8a 73 b5 39 | .s.9 | timestamp: 968192906 (2020-09-04T22:28:26Z) 0x78da-0x78de (4) 0x78d0| d8 98| ..| distance: 1702 (170200) (m) 0x78de-0x78e2 (4) 0x78e0|02 00 |.. | 0x78e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x78e2-0x78e4 (2) @@ -28037,7 +28037,7 @@ $ fq -d fit dv activity_dev.fit 0x78e0| 00 | . | reserved: false 0x78eb.3-0x78eb.4 (0.1) 0x78e0| 00 | . | local_message_type: 0 0x78eb.4-0x78ec (0.4) | | | data_message{}: 0x78ec-0x78fd (17) -0x78e0| 8b 73 b5 39| .s.9| timestamp: 968192907 (s) 0x78ec-0x78f0 (4) +0x78e0| 8b 73 b5 39| .s.9| timestamp: 968192907 (2020-09-04T22:28:27Z) 0x78ec-0x78f0 (4) 0x78f0|3c 99 02 00 |<... | distance: 1703 (170300) (m) 0x78f0-0x78f4 (4) 0x78f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x78f4-0x78f6 (2) 0x78f0| 96 | . | heart_rate: 150 (bpm) 0x78f6-0x78f7 (1) @@ -28053,7 +28053,7 @@ $ fq -d fit dv activity_dev.fit 0x78f0| 00 | . | reserved: false 0x78fd.3-0x78fd.4 (0.1) 0x78f0| 00 | . | local_message_type: 0 0x78fd.4-0x78fe (0.4) | | | data_message{}: 0x78fe-0x790f (17) -0x78f0| 8c 73| .s| timestamp: 968192908 (s) 0x78fe-0x7902 (4) +0x78f0| 8c 73| .s| timestamp: 968192908 (2020-09-04T22:28:28Z) 0x78fe-0x7902 (4) 0x7900|b5 39 |.9 | 0x7900| a0 99 02 00 | .... | distance: 1704 (170400) (m) 0x7902-0x7906 (4) 0x7900| e8 03 | .. | speed: 1 (1000) (m/s) 0x7906-0x7908 (2) @@ -28070,7 +28070,7 @@ $ fq -d fit dv activity_dev.fit 0x7900| 00| .| reserved: false 0x790f.3-0x790f.4 (0.1) 0x7900| 00| .| local_message_type: 0 0x790f.4-0x7910 (0.4) | | | data_message{}: 0x7910-0x7921 (17) -0x7910|8d 73 b5 39 |.s.9 | timestamp: 968192909 (s) 0x7910-0x7914 (4) +0x7910|8d 73 b5 39 |.s.9 | timestamp: 968192909 (2020-09-04T22:28:29Z) 0x7910-0x7914 (4) 0x7910| 04 9a 02 00 | .... | distance: 1705 (170500) (m) 0x7914-0x7918 (4) 0x7910| e8 03 | .. | speed: 1 (1000) (m/s) 0x7918-0x791a (2) 0x7910| a6 | . | heart_rate: 166 (bpm) 0x791a-0x791b (1) @@ -28086,7 +28086,7 @@ $ fq -d fit dv activity_dev.fit 0x7920| 00 | . | reserved: false 0x7921.3-0x7921.4 (0.1) 0x7920| 00 | . | local_message_type: 0 0x7921.4-0x7922 (0.4) | | | data_message{}: 0x7922-0x7933 (17) -0x7920| 8e 73 b5 39 | .s.9 | timestamp: 968192910 (s) 0x7922-0x7926 (4) +0x7920| 8e 73 b5 39 | .s.9 | timestamp: 968192910 (2020-09-04T22:28:30Z) 0x7922-0x7926 (4) 0x7920| 68 9a 02 00 | h... | distance: 1706 (170600) (m) 0x7926-0x792a (4) 0x7920| e8 03 | .. | speed: 1 (1000) (m/s) 0x792a-0x792c (2) 0x7920| ad | . | heart_rate: 173 (bpm) 0x792c-0x792d (1) @@ -28102,7 +28102,7 @@ $ fq -d fit dv activity_dev.fit 0x7930| 00 | . | reserved: false 0x7933.3-0x7933.4 (0.1) 0x7930| 00 | . | local_message_type: 0 0x7933.4-0x7934 (0.4) | | | data_message{}: 0x7934-0x7945 (17) -0x7930| 8f 73 b5 39 | .s.9 | timestamp: 968192911 (s) 0x7934-0x7938 (4) +0x7930| 8f 73 b5 39 | .s.9 | timestamp: 968192911 (2020-09-04T22:28:31Z) 0x7934-0x7938 (4) 0x7930| cc 9a 02 00 | .... | distance: 1707 (170700) (m) 0x7938-0x793c (4) 0x7930| e8 03 | .. | speed: 1 (1000) (m/s) 0x793c-0x793e (2) 0x7930| b5 | . | heart_rate: 181 (bpm) 0x793e-0x793f (1) @@ -28118,7 +28118,7 @@ $ fq -d fit dv activity_dev.fit 0x7940| 00 | . | reserved: false 0x7945.3-0x7945.4 (0.1) 0x7940| 00 | . | local_message_type: 0 0x7945.4-0x7946 (0.4) | | | data_message{}: 0x7946-0x7957 (17) -0x7940| 90 73 b5 39 | .s.9 | timestamp: 968192912 (s) 0x7946-0x794a (4) +0x7940| 90 73 b5 39 | .s.9 | timestamp: 968192912 (2020-09-04T22:28:32Z) 0x7946-0x794a (4) 0x7940| 30 9b 02 00 | 0... | distance: 1708 (170800) (m) 0x794a-0x794e (4) 0x7940| e8 03| ..| speed: 1 (1000) (m/s) 0x794e-0x7950 (2) 0x7950|bc |. | heart_rate: 188 (bpm) 0x7950-0x7951 (1) @@ -28134,7 +28134,7 @@ $ fq -d fit dv activity_dev.fit 0x7950| 00 | . | reserved: false 0x7957.3-0x7957.4 (0.1) 0x7950| 00 | . | local_message_type: 0 0x7957.4-0x7958 (0.4) | | | data_message{}: 0x7958-0x7969 (17) -0x7950| 91 73 b5 39 | .s.9 | timestamp: 968192913 (s) 0x7958-0x795c (4) +0x7950| 91 73 b5 39 | .s.9 | timestamp: 968192913 (2020-09-04T22:28:33Z) 0x7958-0x795c (4) 0x7950| 94 9b 02 00| ....| distance: 1709 (170900) (m) 0x795c-0x7960 (4) 0x7960|e8 03 |.. | speed: 1 (1000) (m/s) 0x7960-0x7962 (2) 0x7960| c3 | . | heart_rate: 195 (bpm) 0x7962-0x7963 (1) @@ -28150,7 +28150,7 @@ $ fq -d fit dv activity_dev.fit 0x7960| 00 | . | reserved: false 0x7969.3-0x7969.4 (0.1) 0x7960| 00 | . | local_message_type: 0 0x7969.4-0x796a (0.4) | | | data_message{}: 0x796a-0x797b (17) -0x7960| 92 73 b5 39 | .s.9 | timestamp: 968192914 (s) 0x796a-0x796e (4) +0x7960| 92 73 b5 39 | .s.9 | timestamp: 968192914 (2020-09-04T22:28:34Z) 0x796a-0x796e (4) 0x7960| f8 9b| ..| distance: 1710 (171000) (m) 0x796e-0x7972 (4) 0x7970|02 00 |.. | 0x7970| e8 03 | .. | speed: 1 (1000) (m/s) 0x7972-0x7974 (2) @@ -28167,7 +28167,7 @@ $ fq -d fit dv activity_dev.fit 0x7970| 00 | . | reserved: false 0x797b.3-0x797b.4 (0.1) 0x7970| 00 | . | local_message_type: 0 0x797b.4-0x797c (0.4) | | | data_message{}: 0x797c-0x798d (17) -0x7970| 93 73 b5 39| .s.9| timestamp: 968192915 (s) 0x797c-0x7980 (4) +0x7970| 93 73 b5 39| .s.9| timestamp: 968192915 (2020-09-04T22:28:35Z) 0x797c-0x7980 (4) 0x7980|5c 9c 02 00 |\... | distance: 1711 (171100) (m) 0x7980-0x7984 (4) 0x7980| e8 03 | .. | speed: 1 (1000) (m/s) 0x7984-0x7986 (2) 0x7980| cf | . | heart_rate: 207 (bpm) 0x7986-0x7987 (1) @@ -28183,7 +28183,7 @@ $ fq -d fit dv activity_dev.fit 0x7980| 00 | . | reserved: false 0x798d.3-0x798d.4 (0.1) 0x7980| 00 | . | local_message_type: 0 0x798d.4-0x798e (0.4) | | | data_message{}: 0x798e-0x799f (17) -0x7980| 94 73| .s| timestamp: 968192916 (s) 0x798e-0x7992 (4) +0x7980| 94 73| .s| timestamp: 968192916 (2020-09-04T22:28:36Z) 0x798e-0x7992 (4) 0x7990|b5 39 |.9 | 0x7990| c0 9c 02 00 | .... | distance: 1712 (171200) (m) 0x7992-0x7996 (4) 0x7990| e8 03 | .. | speed: 1 (1000) (m/s) 0x7996-0x7998 (2) @@ -28200,7 +28200,7 @@ $ fq -d fit dv activity_dev.fit 0x7990| 00| .| reserved: false 0x799f.3-0x799f.4 (0.1) 0x7990| 00| .| local_message_type: 0 0x799f.4-0x79a0 (0.4) | | | data_message{}: 0x79a0-0x79b1 (17) -0x79a0|95 73 b5 39 |.s.9 | timestamp: 968192917 (s) 0x79a0-0x79a4 (4) +0x79a0|95 73 b5 39 |.s.9 | timestamp: 968192917 (2020-09-04T22:28:37Z) 0x79a0-0x79a4 (4) 0x79a0| 24 9d 02 00 | $... | distance: 1713 (171300) (m) 0x79a4-0x79a8 (4) 0x79a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x79a8-0x79aa (2) 0x79a0| db | . | heart_rate: 219 (bpm) 0x79aa-0x79ab (1) @@ -28216,7 +28216,7 @@ $ fq -d fit dv activity_dev.fit 0x79b0| 00 | . | reserved: false 0x79b1.3-0x79b1.4 (0.1) 0x79b0| 00 | . | local_message_type: 0 0x79b1.4-0x79b2 (0.4) | | | data_message{}: 0x79b2-0x79c3 (17) -0x79b0| 96 73 b5 39 | .s.9 | timestamp: 968192918 (s) 0x79b2-0x79b6 (4) +0x79b0| 96 73 b5 39 | .s.9 | timestamp: 968192918 (2020-09-04T22:28:38Z) 0x79b2-0x79b6 (4) 0x79b0| 88 9d 02 00 | .... | distance: 1714 (171400) (m) 0x79b6-0x79ba (4) 0x79b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x79ba-0x79bc (2) 0x79b0| e0 | . | heart_rate: 224 (bpm) 0x79bc-0x79bd (1) @@ -28232,7 +28232,7 @@ $ fq -d fit dv activity_dev.fit 0x79c0| 00 | . | reserved: false 0x79c3.3-0x79c3.4 (0.1) 0x79c0| 00 | . | local_message_type: 0 0x79c3.4-0x79c4 (0.4) | | | data_message{}: 0x79c4-0x79d5 (17) -0x79c0| 97 73 b5 39 | .s.9 | timestamp: 968192919 (s) 0x79c4-0x79c8 (4) +0x79c0| 97 73 b5 39 | .s.9 | timestamp: 968192919 (2020-09-04T22:28:39Z) 0x79c4-0x79c8 (4) 0x79c0| ec 9d 02 00 | .... | distance: 1715 (171500) (m) 0x79c8-0x79cc (4) 0x79c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x79cc-0x79ce (2) 0x79c0| e5 | . | heart_rate: 229 (bpm) 0x79ce-0x79cf (1) @@ -28248,7 +28248,7 @@ $ fq -d fit dv activity_dev.fit 0x79d0| 00 | . | reserved: false 0x79d5.3-0x79d5.4 (0.1) 0x79d0| 00 | . | local_message_type: 0 0x79d5.4-0x79d6 (0.4) | | | data_message{}: 0x79d6-0x79e7 (17) -0x79d0| 98 73 b5 39 | .s.9 | timestamp: 968192920 (s) 0x79d6-0x79da (4) +0x79d0| 98 73 b5 39 | .s.9 | timestamp: 968192920 (2020-09-04T22:28:40Z) 0x79d6-0x79da (4) 0x79d0| 50 9e 02 00 | P... | distance: 1716 (171600) (m) 0x79da-0x79de (4) 0x79d0| e8 03| ..| speed: 1 (1000) (m/s) 0x79de-0x79e0 (2) 0x79e0|ea |. | heart_rate: 234 (bpm) 0x79e0-0x79e1 (1) @@ -28264,7 +28264,7 @@ $ fq -d fit dv activity_dev.fit 0x79e0| 00 | . | reserved: false 0x79e7.3-0x79e7.4 (0.1) 0x79e0| 00 | . | local_message_type: 0 0x79e7.4-0x79e8 (0.4) | | | data_message{}: 0x79e8-0x79f9 (17) -0x79e0| 99 73 b5 39 | .s.9 | timestamp: 968192921 (s) 0x79e8-0x79ec (4) +0x79e0| 99 73 b5 39 | .s.9 | timestamp: 968192921 (2020-09-04T22:28:41Z) 0x79e8-0x79ec (4) 0x79e0| b4 9e 02 00| ....| distance: 1717 (171700) (m) 0x79ec-0x79f0 (4) 0x79f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x79f0-0x79f2 (2) 0x79f0| ee | . | heart_rate: 238 (bpm) 0x79f2-0x79f3 (1) @@ -28280,7 +28280,7 @@ $ fq -d fit dv activity_dev.fit 0x79f0| 00 | . | reserved: false 0x79f9.3-0x79f9.4 (0.1) 0x79f0| 00 | . | local_message_type: 0 0x79f9.4-0x79fa (0.4) | | | data_message{}: 0x79fa-0x7a0b (17) -0x79f0| 9a 73 b5 39 | .s.9 | timestamp: 968192922 (s) 0x79fa-0x79fe (4) +0x79f0| 9a 73 b5 39 | .s.9 | timestamp: 968192922 (2020-09-04T22:28:42Z) 0x79fa-0x79fe (4) 0x79f0| 18 9f| ..| distance: 1718 (171800) (m) 0x79fe-0x7a02 (4) 0x7a00|02 00 |.. | 0x7a00| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a02-0x7a04 (2) @@ -28297,7 +28297,7 @@ $ fq -d fit dv activity_dev.fit 0x7a00| 00 | . | reserved: false 0x7a0b.3-0x7a0b.4 (0.1) 0x7a00| 00 | . | local_message_type: 0 0x7a0b.4-0x7a0c (0.4) | | | data_message{}: 0x7a0c-0x7a1d (17) -0x7a00| 9b 73 b5 39| .s.9| timestamp: 968192923 (s) 0x7a0c-0x7a10 (4) +0x7a00| 9b 73 b5 39| .s.9| timestamp: 968192923 (2020-09-04T22:28:43Z) 0x7a0c-0x7a10 (4) 0x7a10|7c 9f 02 00 ||... | distance: 1719 (171900) (m) 0x7a10-0x7a14 (4) 0x7a10| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a14-0x7a16 (2) 0x7a10| f5 | . | heart_rate: 245 (bpm) 0x7a16-0x7a17 (1) @@ -28313,7 +28313,7 @@ $ fq -d fit dv activity_dev.fit 0x7a10| 00 | . | reserved: false 0x7a1d.3-0x7a1d.4 (0.1) 0x7a10| 00 | . | local_message_type: 0 0x7a1d.4-0x7a1e (0.4) | | | data_message{}: 0x7a1e-0x7a2f (17) -0x7a10| 9c 73| .s| timestamp: 968192924 (s) 0x7a1e-0x7a22 (4) +0x7a10| 9c 73| .s| timestamp: 968192924 (2020-09-04T22:28:44Z) 0x7a1e-0x7a22 (4) 0x7a20|b5 39 |.9 | 0x7a20| e0 9f 02 00 | .... | distance: 1720 (172000) (m) 0x7a22-0x7a26 (4) 0x7a20| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a26-0x7a28 (2) @@ -28330,7 +28330,7 @@ $ fq -d fit dv activity_dev.fit 0x7a20| 00| .| reserved: false 0x7a2f.3-0x7a2f.4 (0.1) 0x7a20| 00| .| local_message_type: 0 0x7a2f.4-0x7a30 (0.4) | | | data_message{}: 0x7a30-0x7a41 (17) -0x7a30|9d 73 b5 39 |.s.9 | timestamp: 968192925 (s) 0x7a30-0x7a34 (4) +0x7a30|9d 73 b5 39 |.s.9 | timestamp: 968192925 (2020-09-04T22:28:45Z) 0x7a30-0x7a34 (4) 0x7a30| 44 a0 02 00 | D... | distance: 1721 (172100) (m) 0x7a34-0x7a38 (4) 0x7a30| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a38-0x7a3a (2) 0x7a30| fa | . | heart_rate: 250 (bpm) 0x7a3a-0x7a3b (1) @@ -28346,7 +28346,7 @@ $ fq -d fit dv activity_dev.fit 0x7a40| 00 | . | reserved: false 0x7a41.3-0x7a41.4 (0.1) 0x7a40| 00 | . | local_message_type: 0 0x7a41.4-0x7a42 (0.4) | | | data_message{}: 0x7a42-0x7a53 (17) -0x7a40| 9e 73 b5 39 | .s.9 | timestamp: 968192926 (s) 0x7a42-0x7a46 (4) +0x7a40| 9e 73 b5 39 | .s.9 | timestamp: 968192926 (2020-09-04T22:28:46Z) 0x7a42-0x7a46 (4) 0x7a40| a8 a0 02 00 | .... | distance: 1722 (172200) (m) 0x7a46-0x7a4a (4) 0x7a40| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a4a-0x7a4c (2) 0x7a40| fb | . | heart_rate: 251 (bpm) 0x7a4c-0x7a4d (1) @@ -28362,7 +28362,7 @@ $ fq -d fit dv activity_dev.fit 0x7a50| 00 | . | reserved: false 0x7a53.3-0x7a53.4 (0.1) 0x7a50| 00 | . | local_message_type: 0 0x7a53.4-0x7a54 (0.4) | | | data_message{}: 0x7a54-0x7a65 (17) -0x7a50| 9f 73 b5 39 | .s.9 | timestamp: 968192927 (s) 0x7a54-0x7a58 (4) +0x7a50| 9f 73 b5 39 | .s.9 | timestamp: 968192927 (2020-09-04T22:28:47Z) 0x7a54-0x7a58 (4) 0x7a50| 0c a1 02 00 | .... | distance: 1723 (172300) (m) 0x7a58-0x7a5c (4) 0x7a50| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a5c-0x7a5e (2) 0x7a50| fc | . | heart_rate: 252 (bpm) 0x7a5e-0x7a5f (1) @@ -28378,7 +28378,7 @@ $ fq -d fit dv activity_dev.fit 0x7a60| 00 | . | reserved: false 0x7a65.3-0x7a65.4 (0.1) 0x7a60| 00 | . | local_message_type: 0 0x7a65.4-0x7a66 (0.4) | | | data_message{}: 0x7a66-0x7a77 (17) -0x7a60| a0 73 b5 39 | .s.9 | timestamp: 968192928 (s) 0x7a66-0x7a6a (4) +0x7a60| a0 73 b5 39 | .s.9 | timestamp: 968192928 (2020-09-04T22:28:48Z) 0x7a66-0x7a6a (4) 0x7a60| 70 a1 02 00 | p... | distance: 1724 (172400) (m) 0x7a6a-0x7a6e (4) 0x7a60| e8 03| ..| speed: 1 (1000) (m/s) 0x7a6e-0x7a70 (2) 0x7a70|fd |. | heart_rate: 253 (bpm) 0x7a70-0x7a71 (1) @@ -28394,7 +28394,7 @@ $ fq -d fit dv activity_dev.fit 0x7a70| 00 | . | reserved: false 0x7a77.3-0x7a77.4 (0.1) 0x7a70| 00 | . | local_message_type: 0 0x7a77.4-0x7a78 (0.4) | | | data_message{}: 0x7a78-0x7a89 (17) -0x7a70| a1 73 b5 39 | .s.9 | timestamp: 968192929 (s) 0x7a78-0x7a7c (4) +0x7a70| a1 73 b5 39 | .s.9 | timestamp: 968192929 (2020-09-04T22:28:49Z) 0x7a78-0x7a7c (4) 0x7a70| d4 a1 02 00| ....| distance: 1725 (172500) (m) 0x7a7c-0x7a80 (4) 0x7a80|e8 03 |.. | speed: 1 (1000) (m/s) 0x7a80-0x7a82 (2) 0x7a80| fe | . | heart_rate: 254 (bpm) 0x7a82-0x7a83 (1) @@ -28410,7 +28410,7 @@ $ fq -d fit dv activity_dev.fit 0x7a80| 00 | . | reserved: false 0x7a89.3-0x7a89.4 (0.1) 0x7a80| 00 | . | local_message_type: 0 0x7a89.4-0x7a8a (0.4) | | | data_message{}: 0x7a8a-0x7a9b (17) -0x7a80| a2 73 b5 39 | .s.9 | timestamp: 968192930 (s) 0x7a8a-0x7a8e (4) +0x7a80| a2 73 b5 39 | .s.9 | timestamp: 968192930 (2020-09-04T22:28:50Z) 0x7a8a-0x7a8e (4) 0x7a80| 38 a2| 8.| distance: 1726 (172600) (m) 0x7a8e-0x7a92 (4) 0x7a90|02 00 |.. | 0x7a90| e8 03 | .. | speed: 1 (1000) (m/s) 0x7a92-0x7a94 (2) @@ -28427,7 +28427,7 @@ $ fq -d fit dv activity_dev.fit 0x7a90| 00 | . | reserved: false 0x7a9b.3-0x7a9b.4 (0.1) 0x7a90| 00 | . | local_message_type: 0 0x7a9b.4-0x7a9c (0.4) | | | data_message{}: 0x7a9c-0x7aad (17) -0x7a90| a3 73 b5 39| .s.9| timestamp: 968192931 (s) 0x7a9c-0x7aa0 (4) +0x7a90| a3 73 b5 39| .s.9| timestamp: 968192931 (2020-09-04T22:28:51Z) 0x7a9c-0x7aa0 (4) 0x7aa0|9c a2 02 00 |.... | distance: 1727 (172700) (m) 0x7aa0-0x7aa4 (4) 0x7aa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7aa4-0x7aa6 (2) 0x7aa0| fc | . | heart_rate: 252 (bpm) 0x7aa6-0x7aa7 (1) @@ -28443,7 +28443,7 @@ $ fq -d fit dv activity_dev.fit 0x7aa0| 00 | . | reserved: false 0x7aad.3-0x7aad.4 (0.1) 0x7aa0| 00 | . | local_message_type: 0 0x7aad.4-0x7aae (0.4) | | | data_message{}: 0x7aae-0x7abf (17) -0x7aa0| a4 73| .s| timestamp: 968192932 (s) 0x7aae-0x7ab2 (4) +0x7aa0| a4 73| .s| timestamp: 968192932 (2020-09-04T22:28:52Z) 0x7aae-0x7ab2 (4) 0x7ab0|b5 39 |.9 | 0x7ab0| 00 a3 02 00 | .... | distance: 1728 (172800) (m) 0x7ab2-0x7ab6 (4) 0x7ab0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7ab6-0x7ab8 (2) @@ -28460,7 +28460,7 @@ $ fq -d fit dv activity_dev.fit 0x7ab0| 00| .| reserved: false 0x7abf.3-0x7abf.4 (0.1) 0x7ab0| 00| .| local_message_type: 0 0x7abf.4-0x7ac0 (0.4) | | | data_message{}: 0x7ac0-0x7ad1 (17) -0x7ac0|a5 73 b5 39 |.s.9 | timestamp: 968192933 (s) 0x7ac0-0x7ac4 (4) +0x7ac0|a5 73 b5 39 |.s.9 | timestamp: 968192933 (2020-09-04T22:28:53Z) 0x7ac0-0x7ac4 (4) 0x7ac0| 64 a3 02 00 | d... | distance: 1729 (172900) (m) 0x7ac4-0x7ac8 (4) 0x7ac0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7ac8-0x7aca (2) 0x7ac0| fa | . | heart_rate: 250 (bpm) 0x7aca-0x7acb (1) @@ -28476,7 +28476,7 @@ $ fq -d fit dv activity_dev.fit 0x7ad0| 00 | . | reserved: false 0x7ad1.3-0x7ad1.4 (0.1) 0x7ad0| 00 | . | local_message_type: 0 0x7ad1.4-0x7ad2 (0.4) | | | data_message{}: 0x7ad2-0x7ae3 (17) -0x7ad0| a6 73 b5 39 | .s.9 | timestamp: 968192934 (s) 0x7ad2-0x7ad6 (4) +0x7ad0| a6 73 b5 39 | .s.9 | timestamp: 968192934 (2020-09-04T22:28:54Z) 0x7ad2-0x7ad6 (4) 0x7ad0| c8 a3 02 00 | .... | distance: 1730 (173000) (m) 0x7ad6-0x7ada (4) 0x7ad0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7ada-0x7adc (2) 0x7ad0| f7 | . | heart_rate: 247 (bpm) 0x7adc-0x7add (1) @@ -28492,7 +28492,7 @@ $ fq -d fit dv activity_dev.fit 0x7ae0| 00 | . | reserved: false 0x7ae3.3-0x7ae3.4 (0.1) 0x7ae0| 00 | . | local_message_type: 0 0x7ae3.4-0x7ae4 (0.4) | | | data_message{}: 0x7ae4-0x7af5 (17) -0x7ae0| a7 73 b5 39 | .s.9 | timestamp: 968192935 (s) 0x7ae4-0x7ae8 (4) +0x7ae0| a7 73 b5 39 | .s.9 | timestamp: 968192935 (2020-09-04T22:28:55Z) 0x7ae4-0x7ae8 (4) 0x7ae0| 2c a4 02 00 | ,... | distance: 1731 (173100) (m) 0x7ae8-0x7aec (4) 0x7ae0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7aec-0x7aee (2) 0x7ae0| f5 | . | heart_rate: 245 (bpm) 0x7aee-0x7aef (1) @@ -28508,7 +28508,7 @@ $ fq -d fit dv activity_dev.fit 0x7af0| 00 | . | reserved: false 0x7af5.3-0x7af5.4 (0.1) 0x7af0| 00 | . | local_message_type: 0 0x7af5.4-0x7af6 (0.4) | | | data_message{}: 0x7af6-0x7b07 (17) -0x7af0| a8 73 b5 39 | .s.9 | timestamp: 968192936 (s) 0x7af6-0x7afa (4) +0x7af0| a8 73 b5 39 | .s.9 | timestamp: 968192936 (2020-09-04T22:28:56Z) 0x7af6-0x7afa (4) 0x7af0| 90 a4 02 00 | .... | distance: 1732 (173200) (m) 0x7afa-0x7afe (4) 0x7af0| e8 03| ..| speed: 1 (1000) (m/s) 0x7afe-0x7b00 (2) 0x7b00|f1 |. | heart_rate: 241 (bpm) 0x7b00-0x7b01 (1) @@ -28524,7 +28524,7 @@ $ fq -d fit dv activity_dev.fit 0x7b00| 00 | . | reserved: false 0x7b07.3-0x7b07.4 (0.1) 0x7b00| 00 | . | local_message_type: 0 0x7b07.4-0x7b08 (0.4) | | | data_message{}: 0x7b08-0x7b19 (17) -0x7b00| a9 73 b5 39 | .s.9 | timestamp: 968192937 (s) 0x7b08-0x7b0c (4) +0x7b00| a9 73 b5 39 | .s.9 | timestamp: 968192937 (2020-09-04T22:28:57Z) 0x7b08-0x7b0c (4) 0x7b00| f4 a4 02 00| ....| distance: 1733 (173300) (m) 0x7b0c-0x7b10 (4) 0x7b10|e8 03 |.. | speed: 1 (1000) (m/s) 0x7b10-0x7b12 (2) 0x7b10| ee | . | heart_rate: 238 (bpm) 0x7b12-0x7b13 (1) @@ -28540,7 +28540,7 @@ $ fq -d fit dv activity_dev.fit 0x7b10| 00 | . | reserved: false 0x7b19.3-0x7b19.4 (0.1) 0x7b10| 00 | . | local_message_type: 0 0x7b19.4-0x7b1a (0.4) | | | data_message{}: 0x7b1a-0x7b2b (17) -0x7b10| aa 73 b5 39 | .s.9 | timestamp: 968192938 (s) 0x7b1a-0x7b1e (4) +0x7b10| aa 73 b5 39 | .s.9 | timestamp: 968192938 (2020-09-04T22:28:58Z) 0x7b1a-0x7b1e (4) 0x7b10| 58 a5| X.| distance: 1734 (173400) (m) 0x7b1e-0x7b22 (4) 0x7b20|02 00 |.. | 0x7b20| e8 03 | .. | speed: 1 (1000) (m/s) 0x7b22-0x7b24 (2) @@ -28557,7 +28557,7 @@ $ fq -d fit dv activity_dev.fit 0x7b20| 00 | . | reserved: false 0x7b2b.3-0x7b2b.4 (0.1) 0x7b20| 00 | . | local_message_type: 0 0x7b2b.4-0x7b2c (0.4) | | | data_message{}: 0x7b2c-0x7b3d (17) -0x7b20| ab 73 b5 39| .s.9| timestamp: 968192939 (s) 0x7b2c-0x7b30 (4) +0x7b20| ab 73 b5 39| .s.9| timestamp: 968192939 (2020-09-04T22:28:59Z) 0x7b2c-0x7b30 (4) 0x7b30|bc a5 02 00 |.... | distance: 1735 (173500) (m) 0x7b30-0x7b34 (4) 0x7b30| e8 03 | .. | speed: 1 (1000) (m/s) 0x7b34-0x7b36 (2) 0x7b30| e5 | . | heart_rate: 229 (bpm) 0x7b36-0x7b37 (1) @@ -28573,7 +28573,7 @@ $ fq -d fit dv activity_dev.fit 0x7b30| 00 | . | reserved: false 0x7b3d.3-0x7b3d.4 (0.1) 0x7b30| 00 | . | local_message_type: 0 0x7b3d.4-0x7b3e (0.4) | | | data_message{}: 0x7b3e-0x7b4f (17) -0x7b30| ac 73| .s| timestamp: 968192940 (s) 0x7b3e-0x7b42 (4) +0x7b30| ac 73| .s| timestamp: 968192940 (2020-09-04T22:29:00Z) 0x7b3e-0x7b42 (4) 0x7b40|b5 39 |.9 | 0x7b40| 20 a6 02 00 | ... | distance: 1736 (173600) (m) 0x7b42-0x7b46 (4) 0x7b40| e8 03 | .. | speed: 1 (1000) (m/s) 0x7b46-0x7b48 (2) @@ -28590,7 +28590,7 @@ $ fq -d fit dv activity_dev.fit 0x7b40| 00| .| reserved: false 0x7b4f.3-0x7b4f.4 (0.1) 0x7b40| 00| .| local_message_type: 0 0x7b4f.4-0x7b50 (0.4) | | | data_message{}: 0x7b50-0x7b61 (17) -0x7b50|ad 73 b5 39 |.s.9 | timestamp: 968192941 (s) 0x7b50-0x7b54 (4) +0x7b50|ad 73 b5 39 |.s.9 | timestamp: 968192941 (2020-09-04T22:29:01Z) 0x7b50-0x7b54 (4) 0x7b50| 84 a6 02 00 | .... | distance: 1737 (173700) (m) 0x7b54-0x7b58 (4) 0x7b50| e8 03 | .. | speed: 1 (1000) (m/s) 0x7b58-0x7b5a (2) 0x7b50| db | . | heart_rate: 219 (bpm) 0x7b5a-0x7b5b (1) @@ -28606,7 +28606,7 @@ $ fq -d fit dv activity_dev.fit 0x7b60| 00 | . | reserved: false 0x7b61.3-0x7b61.4 (0.1) 0x7b60| 00 | . | local_message_type: 0 0x7b61.4-0x7b62 (0.4) | | | data_message{}: 0x7b62-0x7b73 (17) -0x7b60| ae 73 b5 39 | .s.9 | timestamp: 968192942 (s) 0x7b62-0x7b66 (4) +0x7b60| ae 73 b5 39 | .s.9 | timestamp: 968192942 (2020-09-04T22:29:02Z) 0x7b62-0x7b66 (4) 0x7b60| e8 a6 02 00 | .... | distance: 1738 (173800) (m) 0x7b66-0x7b6a (4) 0x7b60| e8 03 | .. | speed: 1 (1000) (m/s) 0x7b6a-0x7b6c (2) 0x7b60| d5 | . | heart_rate: 213 (bpm) 0x7b6c-0x7b6d (1) @@ -28622,7 +28622,7 @@ $ fq -d fit dv activity_dev.fit 0x7b70| 00 | . | reserved: false 0x7b73.3-0x7b73.4 (0.1) 0x7b70| 00 | . | local_message_type: 0 0x7b73.4-0x7b74 (0.4) | | | data_message{}: 0x7b74-0x7b85 (17) -0x7b70| af 73 b5 39 | .s.9 | timestamp: 968192943 (s) 0x7b74-0x7b78 (4) +0x7b70| af 73 b5 39 | .s.9 | timestamp: 968192943 (2020-09-04T22:29:03Z) 0x7b74-0x7b78 (4) 0x7b70| 4c a7 02 00 | L... | distance: 1739 (173900) (m) 0x7b78-0x7b7c (4) 0x7b70| e8 03 | .. | speed: 1 (1000) (m/s) 0x7b7c-0x7b7e (2) 0x7b70| cf | . | heart_rate: 207 (bpm) 0x7b7e-0x7b7f (1) @@ -28638,7 +28638,7 @@ $ fq -d fit dv activity_dev.fit 0x7b80| 00 | . | reserved: false 0x7b85.3-0x7b85.4 (0.1) 0x7b80| 00 | . | local_message_type: 0 0x7b85.4-0x7b86 (0.4) | | | data_message{}: 0x7b86-0x7b97 (17) -0x7b80| b0 73 b5 39 | .s.9 | timestamp: 968192944 (s) 0x7b86-0x7b8a (4) +0x7b80| b0 73 b5 39 | .s.9 | timestamp: 968192944 (2020-09-04T22:29:04Z) 0x7b86-0x7b8a (4) 0x7b80| b0 a7 02 00 | .... | distance: 1740 (174000) (m) 0x7b8a-0x7b8e (4) 0x7b80| e8 03| ..| speed: 1 (1000) (m/s) 0x7b8e-0x7b90 (2) 0x7b90|c9 |. | heart_rate: 201 (bpm) 0x7b90-0x7b91 (1) @@ -28654,7 +28654,7 @@ $ fq -d fit dv activity_dev.fit 0x7b90| 00 | . | reserved: false 0x7b97.3-0x7b97.4 (0.1) 0x7b90| 00 | . | local_message_type: 0 0x7b97.4-0x7b98 (0.4) | | | data_message{}: 0x7b98-0x7ba9 (17) -0x7b90| b1 73 b5 39 | .s.9 | timestamp: 968192945 (s) 0x7b98-0x7b9c (4) +0x7b90| b1 73 b5 39 | .s.9 | timestamp: 968192945 (2020-09-04T22:29:05Z) 0x7b98-0x7b9c (4) 0x7b90| 14 a8 02 00| ....| distance: 1741 (174100) (m) 0x7b9c-0x7ba0 (4) 0x7ba0|e8 03 |.. | speed: 1 (1000) (m/s) 0x7ba0-0x7ba2 (2) 0x7ba0| c3 | . | heart_rate: 195 (bpm) 0x7ba2-0x7ba3 (1) @@ -28670,7 +28670,7 @@ $ fq -d fit dv activity_dev.fit 0x7ba0| 00 | . | reserved: false 0x7ba9.3-0x7ba9.4 (0.1) 0x7ba0| 00 | . | local_message_type: 0 0x7ba9.4-0x7baa (0.4) | | | data_message{}: 0x7baa-0x7bbb (17) -0x7ba0| b2 73 b5 39 | .s.9 | timestamp: 968192946 (s) 0x7baa-0x7bae (4) +0x7ba0| b2 73 b5 39 | .s.9 | timestamp: 968192946 (2020-09-04T22:29:06Z) 0x7baa-0x7bae (4) 0x7ba0| 78 a8| x.| distance: 1742 (174200) (m) 0x7bae-0x7bb2 (4) 0x7bb0|02 00 |.. | 0x7bb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7bb2-0x7bb4 (2) @@ -28687,7 +28687,7 @@ $ fq -d fit dv activity_dev.fit 0x7bb0| 00 | . | reserved: false 0x7bbb.3-0x7bbb.4 (0.1) 0x7bb0| 00 | . | local_message_type: 0 0x7bbb.4-0x7bbc (0.4) | | | data_message{}: 0x7bbc-0x7bcd (17) -0x7bb0| b3 73 b5 39| .s.9| timestamp: 968192947 (s) 0x7bbc-0x7bc0 (4) +0x7bb0| b3 73 b5 39| .s.9| timestamp: 968192947 (2020-09-04T22:29:07Z) 0x7bbc-0x7bc0 (4) 0x7bc0|dc a8 02 00 |.... | distance: 1743 (174300) (m) 0x7bc0-0x7bc4 (4) 0x7bc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7bc4-0x7bc6 (2) 0x7bc0| b5 | . | heart_rate: 181 (bpm) 0x7bc6-0x7bc7 (1) @@ -28703,7 +28703,7 @@ $ fq -d fit dv activity_dev.fit 0x7bc0| 00 | . | reserved: false 0x7bcd.3-0x7bcd.4 (0.1) 0x7bc0| 00 | . | local_message_type: 0 0x7bcd.4-0x7bce (0.4) | | | data_message{}: 0x7bce-0x7bdf (17) -0x7bc0| b4 73| .s| timestamp: 968192948 (s) 0x7bce-0x7bd2 (4) +0x7bc0| b4 73| .s| timestamp: 968192948 (2020-09-04T22:29:08Z) 0x7bce-0x7bd2 (4) 0x7bd0|b5 39 |.9 | 0x7bd0| 40 a9 02 00 | @... | distance: 1744 (174400) (m) 0x7bd2-0x7bd6 (4) 0x7bd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7bd6-0x7bd8 (2) @@ -28720,7 +28720,7 @@ $ fq -d fit dv activity_dev.fit 0x7bd0| 00| .| reserved: false 0x7bdf.3-0x7bdf.4 (0.1) 0x7bd0| 00| .| local_message_type: 0 0x7bdf.4-0x7be0 (0.4) | | | data_message{}: 0x7be0-0x7bf1 (17) -0x7be0|b5 73 b5 39 |.s.9 | timestamp: 968192949 (s) 0x7be0-0x7be4 (4) +0x7be0|b5 73 b5 39 |.s.9 | timestamp: 968192949 (2020-09-04T22:29:09Z) 0x7be0-0x7be4 (4) 0x7be0| a4 a9 02 00 | .... | distance: 1745 (174500) (m) 0x7be4-0x7be8 (4) 0x7be0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7be8-0x7bea (2) 0x7be0| a6 | . | heart_rate: 166 (bpm) 0x7bea-0x7beb (1) @@ -28736,7 +28736,7 @@ $ fq -d fit dv activity_dev.fit 0x7bf0| 00 | . | reserved: false 0x7bf1.3-0x7bf1.4 (0.1) 0x7bf0| 00 | . | local_message_type: 0 0x7bf1.4-0x7bf2 (0.4) | | | data_message{}: 0x7bf2-0x7c03 (17) -0x7bf0| b6 73 b5 39 | .s.9 | timestamp: 968192950 (s) 0x7bf2-0x7bf6 (4) +0x7bf0| b6 73 b5 39 | .s.9 | timestamp: 968192950 (2020-09-04T22:29:10Z) 0x7bf2-0x7bf6 (4) 0x7bf0| 08 aa 02 00 | .... | distance: 1746 (174600) (m) 0x7bf6-0x7bfa (4) 0x7bf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7bfa-0x7bfc (2) 0x7bf0| 9e | . | heart_rate: 158 (bpm) 0x7bfc-0x7bfd (1) @@ -28752,7 +28752,7 @@ $ fq -d fit dv activity_dev.fit 0x7c00| 00 | . | reserved: false 0x7c03.3-0x7c03.4 (0.1) 0x7c00| 00 | . | local_message_type: 0 0x7c03.4-0x7c04 (0.4) | | | data_message{}: 0x7c04-0x7c15 (17) -0x7c00| b7 73 b5 39 | .s.9 | timestamp: 968192951 (s) 0x7c04-0x7c08 (4) +0x7c00| b7 73 b5 39 | .s.9 | timestamp: 968192951 (2020-09-04T22:29:11Z) 0x7c04-0x7c08 (4) 0x7c00| 6c aa 02 00 | l... | distance: 1747 (174700) (m) 0x7c08-0x7c0c (4) 0x7c00| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c0c-0x7c0e (2) 0x7c00| 96 | . | heart_rate: 150 (bpm) 0x7c0e-0x7c0f (1) @@ -28768,7 +28768,7 @@ $ fq -d fit dv activity_dev.fit 0x7c10| 00 | . | reserved: false 0x7c15.3-0x7c15.4 (0.1) 0x7c10| 00 | . | local_message_type: 0 0x7c15.4-0x7c16 (0.4) | | | data_message{}: 0x7c16-0x7c27 (17) -0x7c10| b8 73 b5 39 | .s.9 | timestamp: 968192952 (s) 0x7c16-0x7c1a (4) +0x7c10| b8 73 b5 39 | .s.9 | timestamp: 968192952 (2020-09-04T22:29:12Z) 0x7c16-0x7c1a (4) 0x7c10| d0 aa 02 00 | .... | distance: 1748 (174800) (m) 0x7c1a-0x7c1e (4) 0x7c10| e8 03| ..| speed: 1 (1000) (m/s) 0x7c1e-0x7c20 (2) 0x7c20|8e |. | heart_rate: 142 (bpm) 0x7c20-0x7c21 (1) @@ -28784,7 +28784,7 @@ $ fq -d fit dv activity_dev.fit 0x7c20| 00 | . | reserved: false 0x7c27.3-0x7c27.4 (0.1) 0x7c20| 00 | . | local_message_type: 0 0x7c27.4-0x7c28 (0.4) | | | data_message{}: 0x7c28-0x7c39 (17) -0x7c20| b9 73 b5 39 | .s.9 | timestamp: 968192953 (s) 0x7c28-0x7c2c (4) +0x7c20| b9 73 b5 39 | .s.9 | timestamp: 968192953 (2020-09-04T22:29:13Z) 0x7c28-0x7c2c (4) 0x7c20| 34 ab 02 00| 4...| distance: 1749 (174900) (m) 0x7c2c-0x7c30 (4) 0x7c30|e8 03 |.. | speed: 1 (1000) (m/s) 0x7c30-0x7c32 (2) 0x7c30| 86 | . | heart_rate: 134 (bpm) 0x7c32-0x7c33 (1) @@ -28800,7 +28800,7 @@ $ fq -d fit dv activity_dev.fit 0x7c30| 00 | . | reserved: false 0x7c39.3-0x7c39.4 (0.1) 0x7c30| 00 | . | local_message_type: 0 0x7c39.4-0x7c3a (0.4) | | | data_message{}: 0x7c3a-0x7c4b (17) -0x7c30| ba 73 b5 39 | .s.9 | timestamp: 968192954 (s) 0x7c3a-0x7c3e (4) +0x7c30| ba 73 b5 39 | .s.9 | timestamp: 968192954 (2020-09-04T22:29:14Z) 0x7c3a-0x7c3e (4) 0x7c30| 98 ab| ..| distance: 1750 (175000) (m) 0x7c3e-0x7c42 (4) 0x7c40|02 00 |.. | 0x7c40| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c42-0x7c44 (2) @@ -28817,7 +28817,7 @@ $ fq -d fit dv activity_dev.fit 0x7c40| 00 | . | reserved: false 0x7c4b.3-0x7c4b.4 (0.1) 0x7c40| 00 | . | local_message_type: 0 0x7c4b.4-0x7c4c (0.4) | | | data_message{}: 0x7c4c-0x7c5d (17) -0x7c40| bb 73 b5 39| .s.9| timestamp: 968192955 (s) 0x7c4c-0x7c50 (4) +0x7c40| bb 73 b5 39| .s.9| timestamp: 968192955 (2020-09-04T22:29:15Z) 0x7c4c-0x7c50 (4) 0x7c50|fc ab 02 00 |.... | distance: 1751 (175100) (m) 0x7c50-0x7c54 (4) 0x7c50| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c54-0x7c56 (2) 0x7c50| 77 | w | heart_rate: 119 (bpm) 0x7c56-0x7c57 (1) @@ -28833,7 +28833,7 @@ $ fq -d fit dv activity_dev.fit 0x7c50| 00 | . | reserved: false 0x7c5d.3-0x7c5d.4 (0.1) 0x7c50| 00 | . | local_message_type: 0 0x7c5d.4-0x7c5e (0.4) | | | data_message{}: 0x7c5e-0x7c6f (17) -0x7c50| bc 73| .s| timestamp: 968192956 (s) 0x7c5e-0x7c62 (4) +0x7c50| bc 73| .s| timestamp: 968192956 (2020-09-04T22:29:16Z) 0x7c5e-0x7c62 (4) 0x7c60|b5 39 |.9 | 0x7c60| 60 ac 02 00 | `... | distance: 1752 (175200) (m) 0x7c62-0x7c66 (4) 0x7c60| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c66-0x7c68 (2) @@ -28850,7 +28850,7 @@ $ fq -d fit dv activity_dev.fit 0x7c60| 00| .| reserved: false 0x7c6f.3-0x7c6f.4 (0.1) 0x7c60| 00| .| local_message_type: 0 0x7c6f.4-0x7c70 (0.4) | | | data_message{}: 0x7c70-0x7c81 (17) -0x7c70|bd 73 b5 39 |.s.9 | timestamp: 968192957 (s) 0x7c70-0x7c74 (4) +0x7c70|bd 73 b5 39 |.s.9 | timestamp: 968192957 (2020-09-04T22:29:17Z) 0x7c70-0x7c74 (4) 0x7c70| c4 ac 02 00 | .... | distance: 1753 (175300) (m) 0x7c74-0x7c78 (4) 0x7c70| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c78-0x7c7a (2) 0x7c70| 67 | g | heart_rate: 103 (bpm) 0x7c7a-0x7c7b (1) @@ -28866,7 +28866,7 @@ $ fq -d fit dv activity_dev.fit 0x7c80| 00 | . | reserved: false 0x7c81.3-0x7c81.4 (0.1) 0x7c80| 00 | . | local_message_type: 0 0x7c81.4-0x7c82 (0.4) | | | data_message{}: 0x7c82-0x7c93 (17) -0x7c80| be 73 b5 39 | .s.9 | timestamp: 968192958 (s) 0x7c82-0x7c86 (4) +0x7c80| be 73 b5 39 | .s.9 | timestamp: 968192958 (2020-09-04T22:29:18Z) 0x7c82-0x7c86 (4) 0x7c80| 28 ad 02 00 | (... | distance: 1754 (175400) (m) 0x7c86-0x7c8a (4) 0x7c80| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c8a-0x7c8c (2) 0x7c80| 5f | _ | heart_rate: 95 (bpm) 0x7c8c-0x7c8d (1) @@ -28882,7 +28882,7 @@ $ fq -d fit dv activity_dev.fit 0x7c90| 00 | . | reserved: false 0x7c93.3-0x7c93.4 (0.1) 0x7c90| 00 | . | local_message_type: 0 0x7c93.4-0x7c94 (0.4) | | | data_message{}: 0x7c94-0x7ca5 (17) -0x7c90| bf 73 b5 39 | .s.9 | timestamp: 968192959 (s) 0x7c94-0x7c98 (4) +0x7c90| bf 73 b5 39 | .s.9 | timestamp: 968192959 (2020-09-04T22:29:19Z) 0x7c94-0x7c98 (4) 0x7c90| 8c ad 02 00 | .... | distance: 1755 (175500) (m) 0x7c98-0x7c9c (4) 0x7c90| e8 03 | .. | speed: 1 (1000) (m/s) 0x7c9c-0x7c9e (2) 0x7c90| 57 | W | heart_rate: 87 (bpm) 0x7c9e-0x7c9f (1) @@ -28898,7 +28898,7 @@ $ fq -d fit dv activity_dev.fit 0x7ca0| 00 | . | reserved: false 0x7ca5.3-0x7ca5.4 (0.1) 0x7ca0| 00 | . | local_message_type: 0 0x7ca5.4-0x7ca6 (0.4) | | | data_message{}: 0x7ca6-0x7cb7 (17) -0x7ca0| c0 73 b5 39 | .s.9 | timestamp: 968192960 (s) 0x7ca6-0x7caa (4) +0x7ca0| c0 73 b5 39 | .s.9 | timestamp: 968192960 (2020-09-04T22:29:20Z) 0x7ca6-0x7caa (4) 0x7ca0| f0 ad 02 00 | .... | distance: 1756 (175600) (m) 0x7caa-0x7cae (4) 0x7ca0| e8 03| ..| speed: 1 (1000) (m/s) 0x7cae-0x7cb0 (2) 0x7cb0|50 |P | heart_rate: 80 (bpm) 0x7cb0-0x7cb1 (1) @@ -28914,7 +28914,7 @@ $ fq -d fit dv activity_dev.fit 0x7cb0| 00 | . | reserved: false 0x7cb7.3-0x7cb7.4 (0.1) 0x7cb0| 00 | . | local_message_type: 0 0x7cb7.4-0x7cb8 (0.4) | | | data_message{}: 0x7cb8-0x7cc9 (17) -0x7cb0| c1 73 b5 39 | .s.9 | timestamp: 968192961 (s) 0x7cb8-0x7cbc (4) +0x7cb0| c1 73 b5 39 | .s.9 | timestamp: 968192961 (2020-09-04T22:29:21Z) 0x7cb8-0x7cbc (4) 0x7cb0| 54 ae 02 00| T...| distance: 1757 (175700) (m) 0x7cbc-0x7cc0 (4) 0x7cc0|e8 03 |.. | speed: 1 (1000) (m/s) 0x7cc0-0x7cc2 (2) 0x7cc0| 48 | H | heart_rate: 72 (bpm) 0x7cc2-0x7cc3 (1) @@ -28930,7 +28930,7 @@ $ fq -d fit dv activity_dev.fit 0x7cc0| 00 | . | reserved: false 0x7cc9.3-0x7cc9.4 (0.1) 0x7cc0| 00 | . | local_message_type: 0 0x7cc9.4-0x7cca (0.4) | | | data_message{}: 0x7cca-0x7cdb (17) -0x7cc0| c2 73 b5 39 | .s.9 | timestamp: 968192962 (s) 0x7cca-0x7cce (4) +0x7cc0| c2 73 b5 39 | .s.9 | timestamp: 968192962 (2020-09-04T22:29:22Z) 0x7cca-0x7cce (4) 0x7cc0| b8 ae| ..| distance: 1758 (175800) (m) 0x7cce-0x7cd2 (4) 0x7cd0|02 00 |.. | 0x7cd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7cd2-0x7cd4 (2) @@ -28947,7 +28947,7 @@ $ fq -d fit dv activity_dev.fit 0x7cd0| 00 | . | reserved: false 0x7cdb.3-0x7cdb.4 (0.1) 0x7cd0| 00 | . | local_message_type: 0 0x7cdb.4-0x7cdc (0.4) | | | data_message{}: 0x7cdc-0x7ced (17) -0x7cd0| c3 73 b5 39| .s.9| timestamp: 968192963 (s) 0x7cdc-0x7ce0 (4) +0x7cd0| c3 73 b5 39| .s.9| timestamp: 968192963 (2020-09-04T22:29:23Z) 0x7cdc-0x7ce0 (4) 0x7ce0|1c af 02 00 |.... | distance: 1759 (175900) (m) 0x7ce0-0x7ce4 (4) 0x7ce0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7ce4-0x7ce6 (2) 0x7ce0| 3a | : | heart_rate: 58 (bpm) 0x7ce6-0x7ce7 (1) @@ -28963,7 +28963,7 @@ $ fq -d fit dv activity_dev.fit 0x7ce0| 00 | . | reserved: false 0x7ced.3-0x7ced.4 (0.1) 0x7ce0| 00 | . | local_message_type: 0 0x7ced.4-0x7cee (0.4) | | | data_message{}: 0x7cee-0x7cff (17) -0x7ce0| c4 73| .s| timestamp: 968192964 (s) 0x7cee-0x7cf2 (4) +0x7ce0| c4 73| .s| timestamp: 968192964 (2020-09-04T22:29:24Z) 0x7cee-0x7cf2 (4) 0x7cf0|b5 39 |.9 | 0x7cf0| 80 af 02 00 | .... | distance: 1760 (176000) (m) 0x7cf2-0x7cf6 (4) 0x7cf0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7cf6-0x7cf8 (2) @@ -28980,7 +28980,7 @@ $ fq -d fit dv activity_dev.fit 0x7cf0| 00| .| reserved: false 0x7cff.3-0x7cff.4 (0.1) 0x7cf0| 00| .| local_message_type: 0 0x7cff.4-0x7d00 (0.4) | | | data_message{}: 0x7d00-0x7d11 (17) -0x7d00|c5 73 b5 39 |.s.9 | timestamp: 968192965 (s) 0x7d00-0x7d04 (4) +0x7d00|c5 73 b5 39 |.s.9 | timestamp: 968192965 (2020-09-04T22:29:25Z) 0x7d00-0x7d04 (4) 0x7d00| e4 af 02 00 | .... | distance: 1761 (176100) (m) 0x7d04-0x7d08 (4) 0x7d00| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d08-0x7d0a (2) 0x7d00| 2e | . | heart_rate: 46 (bpm) 0x7d0a-0x7d0b (1) @@ -28996,7 +28996,7 @@ $ fq -d fit dv activity_dev.fit 0x7d10| 00 | . | reserved: false 0x7d11.3-0x7d11.4 (0.1) 0x7d10| 00 | . | local_message_type: 0 0x7d11.4-0x7d12 (0.4) | | | data_message{}: 0x7d12-0x7d23 (17) -0x7d10| c6 73 b5 39 | .s.9 | timestamp: 968192966 (s) 0x7d12-0x7d16 (4) +0x7d10| c6 73 b5 39 | .s.9 | timestamp: 968192966 (2020-09-04T22:29:26Z) 0x7d12-0x7d16 (4) 0x7d10| 48 b0 02 00 | H... | distance: 1762 (176200) (m) 0x7d16-0x7d1a (4) 0x7d10| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d1a-0x7d1c (2) 0x7d10| 28 | ( | heart_rate: 40 (bpm) 0x7d1c-0x7d1d (1) @@ -29012,7 +29012,7 @@ $ fq -d fit dv activity_dev.fit 0x7d20| 00 | . | reserved: false 0x7d23.3-0x7d23.4 (0.1) 0x7d20| 00 | . | local_message_type: 0 0x7d23.4-0x7d24 (0.4) | | | data_message{}: 0x7d24-0x7d35 (17) -0x7d20| c7 73 b5 39 | .s.9 | timestamp: 968192967 (s) 0x7d24-0x7d28 (4) +0x7d20| c7 73 b5 39 | .s.9 | timestamp: 968192967 (2020-09-04T22:29:27Z) 0x7d24-0x7d28 (4) 0x7d20| ac b0 02 00 | .... | distance: 1763 (176300) (m) 0x7d28-0x7d2c (4) 0x7d20| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d2c-0x7d2e (2) 0x7d20| 22 | " | heart_rate: 34 (bpm) 0x7d2e-0x7d2f (1) @@ -29028,7 +29028,7 @@ $ fq -d fit dv activity_dev.fit 0x7d30| 00 | . | reserved: false 0x7d35.3-0x7d35.4 (0.1) 0x7d30| 00 | . | local_message_type: 0 0x7d35.4-0x7d36 (0.4) | | | data_message{}: 0x7d36-0x7d47 (17) -0x7d30| c8 73 b5 39 | .s.9 | timestamp: 968192968 (s) 0x7d36-0x7d3a (4) +0x7d30| c8 73 b5 39 | .s.9 | timestamp: 968192968 (2020-09-04T22:29:28Z) 0x7d36-0x7d3a (4) 0x7d30| 10 b1 02 00 | .... | distance: 1764 (176400) (m) 0x7d3a-0x7d3e (4) 0x7d30| e8 03| ..| speed: 1 (1000) (m/s) 0x7d3e-0x7d40 (2) 0x7d40|1d |. | heart_rate: 29 (bpm) 0x7d40-0x7d41 (1) @@ -29044,7 +29044,7 @@ $ fq -d fit dv activity_dev.fit 0x7d40| 00 | . | reserved: false 0x7d47.3-0x7d47.4 (0.1) 0x7d40| 00 | . | local_message_type: 0 0x7d47.4-0x7d48 (0.4) | | | data_message{}: 0x7d48-0x7d59 (17) -0x7d40| c9 73 b5 39 | .s.9 | timestamp: 968192969 (s) 0x7d48-0x7d4c (4) +0x7d40| c9 73 b5 39 | .s.9 | timestamp: 968192969 (2020-09-04T22:29:29Z) 0x7d48-0x7d4c (4) 0x7d40| 74 b1 02 00| t...| distance: 1765 (176500) (m) 0x7d4c-0x7d50 (4) 0x7d50|e8 03 |.. | speed: 1 (1000) (m/s) 0x7d50-0x7d52 (2) 0x7d50| 18 | . | heart_rate: 24 (bpm) 0x7d52-0x7d53 (1) @@ -29060,7 +29060,7 @@ $ fq -d fit dv activity_dev.fit 0x7d50| 00 | . | reserved: false 0x7d59.3-0x7d59.4 (0.1) 0x7d50| 00 | . | local_message_type: 0 0x7d59.4-0x7d5a (0.4) | | | data_message{}: 0x7d5a-0x7d6b (17) -0x7d50| ca 73 b5 39 | .s.9 | timestamp: 968192970 (s) 0x7d5a-0x7d5e (4) +0x7d50| ca 73 b5 39 | .s.9 | timestamp: 968192970 (2020-09-04T22:29:30Z) 0x7d5a-0x7d5e (4) 0x7d50| d8 b1| ..| distance: 1766 (176600) (m) 0x7d5e-0x7d62 (4) 0x7d60|02 00 |.. | 0x7d60| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d62-0x7d64 (2) @@ -29077,7 +29077,7 @@ $ fq -d fit dv activity_dev.fit 0x7d60| 00 | . | reserved: false 0x7d6b.3-0x7d6b.4 (0.1) 0x7d60| 00 | . | local_message_type: 0 0x7d6b.4-0x7d6c (0.4) | | | data_message{}: 0x7d6c-0x7d7d (17) -0x7d60| cb 73 b5 39| .s.9| timestamp: 968192971 (s) 0x7d6c-0x7d70 (4) +0x7d60| cb 73 b5 39| .s.9| timestamp: 968192971 (2020-09-04T22:29:31Z) 0x7d6c-0x7d70 (4) 0x7d70|3c b2 02 00 |<... | distance: 1767 (176700) (m) 0x7d70-0x7d74 (4) 0x7d70| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d74-0x7d76 (2) 0x7d70| 0f | . | heart_rate: 15 (bpm) 0x7d76-0x7d77 (1) @@ -29093,7 +29093,7 @@ $ fq -d fit dv activity_dev.fit 0x7d70| 00 | . | reserved: false 0x7d7d.3-0x7d7d.4 (0.1) 0x7d70| 00 | . | local_message_type: 0 0x7d7d.4-0x7d7e (0.4) | | | data_message{}: 0x7d7e-0x7d8f (17) -0x7d70| cc 73| .s| timestamp: 968192972 (s) 0x7d7e-0x7d82 (4) +0x7d70| cc 73| .s| timestamp: 968192972 (2020-09-04T22:29:32Z) 0x7d7e-0x7d82 (4) 0x7d80|b5 39 |.9 | 0x7d80| a0 b2 02 00 | .... | distance: 1768 (176800) (m) 0x7d82-0x7d86 (4) 0x7d80| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d86-0x7d88 (2) @@ -29110,7 +29110,7 @@ $ fq -d fit dv activity_dev.fit 0x7d80| 00| .| reserved: false 0x7d8f.3-0x7d8f.4 (0.1) 0x7d80| 00| .| local_message_type: 0 0x7d8f.4-0x7d90 (0.4) | | | data_message{}: 0x7d90-0x7da1 (17) -0x7d90|cd 73 b5 39 |.s.9 | timestamp: 968192973 (s) 0x7d90-0x7d94 (4) +0x7d90|cd 73 b5 39 |.s.9 | timestamp: 968192973 (2020-09-04T22:29:33Z) 0x7d90-0x7d94 (4) 0x7d90| 04 b3 02 00 | .... | distance: 1769 (176900) (m) 0x7d94-0x7d98 (4) 0x7d90| e8 03 | .. | speed: 1 (1000) (m/s) 0x7d98-0x7d9a (2) 0x7d90| 08 | . | heart_rate: 8 (bpm) 0x7d9a-0x7d9b (1) @@ -29126,7 +29126,7 @@ $ fq -d fit dv activity_dev.fit 0x7da0| 00 | . | reserved: false 0x7da1.3-0x7da1.4 (0.1) 0x7da0| 00 | . | local_message_type: 0 0x7da1.4-0x7da2 (0.4) | | | data_message{}: 0x7da2-0x7db3 (17) -0x7da0| ce 73 b5 39 | .s.9 | timestamp: 968192974 (s) 0x7da2-0x7da6 (4) +0x7da0| ce 73 b5 39 | .s.9 | timestamp: 968192974 (2020-09-04T22:29:34Z) 0x7da2-0x7da6 (4) 0x7da0| 68 b3 02 00 | h... | distance: 1770 (177000) (m) 0x7da6-0x7daa (4) 0x7da0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7daa-0x7dac (2) 0x7da0| 06 | . | heart_rate: 6 (bpm) 0x7dac-0x7dad (1) @@ -29142,7 +29142,7 @@ $ fq -d fit dv activity_dev.fit 0x7db0| 00 | . | reserved: false 0x7db3.3-0x7db3.4 (0.1) 0x7db0| 00 | . | local_message_type: 0 0x7db3.4-0x7db4 (0.4) | | | data_message{}: 0x7db4-0x7dc5 (17) -0x7db0| cf 73 b5 39 | .s.9 | timestamp: 968192975 (s) 0x7db4-0x7db8 (4) +0x7db0| cf 73 b5 39 | .s.9 | timestamp: 968192975 (2020-09-04T22:29:35Z) 0x7db4-0x7db8 (4) 0x7db0| cc b3 02 00 | .... | distance: 1771 (177100) (m) 0x7db8-0x7dbc (4) 0x7db0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7dbc-0x7dbe (2) 0x7db0| 03 | . | heart_rate: 3 (bpm) 0x7dbe-0x7dbf (1) @@ -29158,7 +29158,7 @@ $ fq -d fit dv activity_dev.fit 0x7dc0| 00 | . | reserved: false 0x7dc5.3-0x7dc5.4 (0.1) 0x7dc0| 00 | . | local_message_type: 0 0x7dc5.4-0x7dc6 (0.4) | | | data_message{}: 0x7dc6-0x7dd7 (17) -0x7dc0| d0 73 b5 39 | .s.9 | timestamp: 968192976 (s) 0x7dc6-0x7dca (4) +0x7dc0| d0 73 b5 39 | .s.9 | timestamp: 968192976 (2020-09-04T22:29:36Z) 0x7dc6-0x7dca (4) 0x7dc0| 30 b4 02 00 | 0... | distance: 1772 (177200) (m) 0x7dca-0x7dce (4) 0x7dc0| e8 03| ..| speed: 1 (1000) (m/s) 0x7dce-0x7dd0 (2) 0x7dd0|02 |. | heart_rate: 2 (bpm) 0x7dd0-0x7dd1 (1) @@ -29174,7 +29174,7 @@ $ fq -d fit dv activity_dev.fit 0x7dd0| 00 | . | reserved: false 0x7dd7.3-0x7dd7.4 (0.1) 0x7dd0| 00 | . | local_message_type: 0 0x7dd7.4-0x7dd8 (0.4) | | | data_message{}: 0x7dd8-0x7de9 (17) -0x7dd0| d1 73 b5 39 | .s.9 | timestamp: 968192977 (s) 0x7dd8-0x7ddc (4) +0x7dd0| d1 73 b5 39 | .s.9 | timestamp: 968192977 (2020-09-04T22:29:37Z) 0x7dd8-0x7ddc (4) 0x7dd0| 94 b4 02 00| ....| distance: 1773 (177300) (m) 0x7ddc-0x7de0 (4) 0x7de0|e8 03 |.. | speed: 1 (1000) (m/s) 0x7de0-0x7de2 (2) 0x7de0| 01 | . | heart_rate: 1 (bpm) 0x7de2-0x7de3 (1) @@ -29190,7 +29190,7 @@ $ fq -d fit dv activity_dev.fit 0x7de0| 00 | . | reserved: false 0x7de9.3-0x7de9.4 (0.1) 0x7de0| 00 | . | local_message_type: 0 0x7de9.4-0x7dea (0.4) | | | data_message{}: 0x7dea-0x7dfb (17) -0x7de0| d2 73 b5 39 | .s.9 | timestamp: 968192978 (s) 0x7dea-0x7dee (4) +0x7de0| d2 73 b5 39 | .s.9 | timestamp: 968192978 (2020-09-04T22:29:38Z) 0x7dea-0x7dee (4) 0x7de0| f8 b4| ..| distance: 1774 (177400) (m) 0x7dee-0x7df2 (4) 0x7df0|02 00 |.. | 0x7df0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7df2-0x7df4 (2) @@ -29207,7 +29207,7 @@ $ fq -d fit dv activity_dev.fit 0x7df0| 00 | . | reserved: false 0x7dfb.3-0x7dfb.4 (0.1) 0x7df0| 00 | . | local_message_type: 0 0x7dfb.4-0x7dfc (0.4) | | | data_message{}: 0x7dfc-0x7e0d (17) -0x7df0| d3 73 b5 39| .s.9| timestamp: 968192979 (s) 0x7dfc-0x7e00 (4) +0x7df0| d3 73 b5 39| .s.9| timestamp: 968192979 (2020-09-04T22:29:39Z) 0x7dfc-0x7e00 (4) 0x7e00|5c b5 02 00 |\... | distance: 1775 (177500) (m) 0x7e00-0x7e04 (4) 0x7e00| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e04-0x7e06 (2) 0x7e00| 00 | . | heart_rate: 0 (bpm) 0x7e06-0x7e07 (1) @@ -29223,7 +29223,7 @@ $ fq -d fit dv activity_dev.fit 0x7e00| 00 | . | reserved: false 0x7e0d.3-0x7e0d.4 (0.1) 0x7e00| 00 | . | local_message_type: 0 0x7e0d.4-0x7e0e (0.4) | | | data_message{}: 0x7e0e-0x7e1f (17) -0x7e00| d4 73| .s| timestamp: 968192980 (s) 0x7e0e-0x7e12 (4) +0x7e00| d4 73| .s| timestamp: 968192980 (2020-09-04T22:29:40Z) 0x7e0e-0x7e12 (4) 0x7e10|b5 39 |.9 | 0x7e10| c0 b5 02 00 | .... | distance: 1776 (177600) (m) 0x7e12-0x7e16 (4) 0x7e10| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e16-0x7e18 (2) @@ -29240,7 +29240,7 @@ $ fq -d fit dv activity_dev.fit 0x7e10| 00| .| reserved: false 0x7e1f.3-0x7e1f.4 (0.1) 0x7e10| 00| .| local_message_type: 0 0x7e1f.4-0x7e20 (0.4) | | | data_message{}: 0x7e20-0x7e31 (17) -0x7e20|d5 73 b5 39 |.s.9 | timestamp: 968192981 (s) 0x7e20-0x7e24 (4) +0x7e20|d5 73 b5 39 |.s.9 | timestamp: 968192981 (2020-09-04T22:29:41Z) 0x7e20-0x7e24 (4) 0x7e20| 24 b6 02 00 | $... | distance: 1777 (177700) (m) 0x7e24-0x7e28 (4) 0x7e20| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e28-0x7e2a (2) 0x7e20| 01 | . | heart_rate: 1 (bpm) 0x7e2a-0x7e2b (1) @@ -29256,7 +29256,7 @@ $ fq -d fit dv activity_dev.fit 0x7e30| 00 | . | reserved: false 0x7e31.3-0x7e31.4 (0.1) 0x7e30| 00 | . | local_message_type: 0 0x7e31.4-0x7e32 (0.4) | | | data_message{}: 0x7e32-0x7e43 (17) -0x7e30| d6 73 b5 39 | .s.9 | timestamp: 968192982 (s) 0x7e32-0x7e36 (4) +0x7e30| d6 73 b5 39 | .s.9 | timestamp: 968192982 (2020-09-04T22:29:42Z) 0x7e32-0x7e36 (4) 0x7e30| 88 b6 02 00 | .... | distance: 1778 (177800) (m) 0x7e36-0x7e3a (4) 0x7e30| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e3a-0x7e3c (2) 0x7e30| 02 | . | heart_rate: 2 (bpm) 0x7e3c-0x7e3d (1) @@ -29272,7 +29272,7 @@ $ fq -d fit dv activity_dev.fit 0x7e40| 00 | . | reserved: false 0x7e43.3-0x7e43.4 (0.1) 0x7e40| 00 | . | local_message_type: 0 0x7e43.4-0x7e44 (0.4) | | | data_message{}: 0x7e44-0x7e55 (17) -0x7e40| d7 73 b5 39 | .s.9 | timestamp: 968192983 (s) 0x7e44-0x7e48 (4) +0x7e40| d7 73 b5 39 | .s.9 | timestamp: 968192983 (2020-09-04T22:29:43Z) 0x7e44-0x7e48 (4) 0x7e40| ec b6 02 00 | .... | distance: 1779 (177900) (m) 0x7e48-0x7e4c (4) 0x7e40| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e4c-0x7e4e (2) 0x7e40| 03 | . | heart_rate: 3 (bpm) 0x7e4e-0x7e4f (1) @@ -29288,7 +29288,7 @@ $ fq -d fit dv activity_dev.fit 0x7e50| 00 | . | reserved: false 0x7e55.3-0x7e55.4 (0.1) 0x7e50| 00 | . | local_message_type: 0 0x7e55.4-0x7e56 (0.4) | | | data_message{}: 0x7e56-0x7e67 (17) -0x7e50| d8 73 b5 39 | .s.9 | timestamp: 968192984 (s) 0x7e56-0x7e5a (4) +0x7e50| d8 73 b5 39 | .s.9 | timestamp: 968192984 (2020-09-04T22:29:44Z) 0x7e56-0x7e5a (4) 0x7e50| 50 b7 02 00 | P... | distance: 1780 (178000) (m) 0x7e5a-0x7e5e (4) 0x7e50| e8 03| ..| speed: 1 (1000) (m/s) 0x7e5e-0x7e60 (2) 0x7e60|06 |. | heart_rate: 6 (bpm) 0x7e60-0x7e61 (1) @@ -29304,7 +29304,7 @@ $ fq -d fit dv activity_dev.fit 0x7e60| 00 | . | reserved: false 0x7e67.3-0x7e67.4 (0.1) 0x7e60| 00 | . | local_message_type: 0 0x7e67.4-0x7e68 (0.4) | | | data_message{}: 0x7e68-0x7e79 (17) -0x7e60| d9 73 b5 39 | .s.9 | timestamp: 968192985 (s) 0x7e68-0x7e6c (4) +0x7e60| d9 73 b5 39 | .s.9 | timestamp: 968192985 (2020-09-04T22:29:45Z) 0x7e68-0x7e6c (4) 0x7e60| b4 b7 02 00| ....| distance: 1781 (178100) (m) 0x7e6c-0x7e70 (4) 0x7e70|e8 03 |.. | speed: 1 (1000) (m/s) 0x7e70-0x7e72 (2) 0x7e70| 08 | . | heart_rate: 8 (bpm) 0x7e72-0x7e73 (1) @@ -29320,7 +29320,7 @@ $ fq -d fit dv activity_dev.fit 0x7e70| 00 | . | reserved: false 0x7e79.3-0x7e79.4 (0.1) 0x7e70| 00 | . | local_message_type: 0 0x7e79.4-0x7e7a (0.4) | | | data_message{}: 0x7e7a-0x7e8b (17) -0x7e70| da 73 b5 39 | .s.9 | timestamp: 968192986 (s) 0x7e7a-0x7e7e (4) +0x7e70| da 73 b5 39 | .s.9 | timestamp: 968192986 (2020-09-04T22:29:46Z) 0x7e7a-0x7e7e (4) 0x7e70| 18 b8| ..| distance: 1782 (178200) (m) 0x7e7e-0x7e82 (4) 0x7e80|02 00 |.. | 0x7e80| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e82-0x7e84 (2) @@ -29337,7 +29337,7 @@ $ fq -d fit dv activity_dev.fit 0x7e80| 00 | . | reserved: false 0x7e8b.3-0x7e8b.4 (0.1) 0x7e80| 00 | . | local_message_type: 0 0x7e8b.4-0x7e8c (0.4) | | | data_message{}: 0x7e8c-0x7e9d (17) -0x7e80| db 73 b5 39| .s.9| timestamp: 968192987 (s) 0x7e8c-0x7e90 (4) +0x7e80| db 73 b5 39| .s.9| timestamp: 968192987 (2020-09-04T22:29:47Z) 0x7e8c-0x7e90 (4) 0x7e90|7c b8 02 00 ||... | distance: 1783 (178300) (m) 0x7e90-0x7e94 (4) 0x7e90| e8 03 | .. | speed: 1 (1000) (m/s) 0x7e94-0x7e96 (2) 0x7e90| 0f | . | heart_rate: 15 (bpm) 0x7e96-0x7e97 (1) @@ -29353,7 +29353,7 @@ $ fq -d fit dv activity_dev.fit 0x7e90| 00 | . | reserved: false 0x7e9d.3-0x7e9d.4 (0.1) 0x7e90| 00 | . | local_message_type: 0 0x7e9d.4-0x7e9e (0.4) | | | data_message{}: 0x7e9e-0x7eaf (17) -0x7e90| dc 73| .s| timestamp: 968192988 (s) 0x7e9e-0x7ea2 (4) +0x7e90| dc 73| .s| timestamp: 968192988 (2020-09-04T22:29:48Z) 0x7e9e-0x7ea2 (4) 0x7ea0|b5 39 |.9 | 0x7ea0| e0 b8 02 00 | .... | distance: 1784 (178400) (m) 0x7ea2-0x7ea6 (4) 0x7ea0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7ea6-0x7ea8 (2) @@ -29370,7 +29370,7 @@ $ fq -d fit dv activity_dev.fit 0x7ea0| 00| .| reserved: false 0x7eaf.3-0x7eaf.4 (0.1) 0x7ea0| 00| .| local_message_type: 0 0x7eaf.4-0x7eb0 (0.4) | | | data_message{}: 0x7eb0-0x7ec1 (17) -0x7eb0|dd 73 b5 39 |.s.9 | timestamp: 968192989 (s) 0x7eb0-0x7eb4 (4) +0x7eb0|dd 73 b5 39 |.s.9 | timestamp: 968192989 (2020-09-04T22:29:49Z) 0x7eb0-0x7eb4 (4) 0x7eb0| 44 b9 02 00 | D... | distance: 1785 (178500) (m) 0x7eb4-0x7eb8 (4) 0x7eb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7eb8-0x7eba (2) 0x7eb0| 18 | . | heart_rate: 24 (bpm) 0x7eba-0x7ebb (1) @@ -29386,7 +29386,7 @@ $ fq -d fit dv activity_dev.fit 0x7ec0| 00 | . | reserved: false 0x7ec1.3-0x7ec1.4 (0.1) 0x7ec0| 00 | . | local_message_type: 0 0x7ec1.4-0x7ec2 (0.4) | | | data_message{}: 0x7ec2-0x7ed3 (17) -0x7ec0| de 73 b5 39 | .s.9 | timestamp: 968192990 (s) 0x7ec2-0x7ec6 (4) +0x7ec0| de 73 b5 39 | .s.9 | timestamp: 968192990 (2020-09-04T22:29:50Z) 0x7ec2-0x7ec6 (4) 0x7ec0| a8 b9 02 00 | .... | distance: 1786 (178600) (m) 0x7ec6-0x7eca (4) 0x7ec0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7eca-0x7ecc (2) 0x7ec0| 1d | . | heart_rate: 29 (bpm) 0x7ecc-0x7ecd (1) @@ -29402,7 +29402,7 @@ $ fq -d fit dv activity_dev.fit 0x7ed0| 00 | . | reserved: false 0x7ed3.3-0x7ed3.4 (0.1) 0x7ed0| 00 | . | local_message_type: 0 0x7ed3.4-0x7ed4 (0.4) | | | data_message{}: 0x7ed4-0x7ee5 (17) -0x7ed0| df 73 b5 39 | .s.9 | timestamp: 968192991 (s) 0x7ed4-0x7ed8 (4) +0x7ed0| df 73 b5 39 | .s.9 | timestamp: 968192991 (2020-09-04T22:29:51Z) 0x7ed4-0x7ed8 (4) 0x7ed0| 0c ba 02 00 | .... | distance: 1787 (178700) (m) 0x7ed8-0x7edc (4) 0x7ed0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7edc-0x7ede (2) 0x7ed0| 22 | " | heart_rate: 34 (bpm) 0x7ede-0x7edf (1) @@ -29418,7 +29418,7 @@ $ fq -d fit dv activity_dev.fit 0x7ee0| 00 | . | reserved: false 0x7ee5.3-0x7ee5.4 (0.1) 0x7ee0| 00 | . | local_message_type: 0 0x7ee5.4-0x7ee6 (0.4) | | | data_message{}: 0x7ee6-0x7ef7 (17) -0x7ee0| e0 73 b5 39 | .s.9 | timestamp: 968192992 (s) 0x7ee6-0x7eea (4) +0x7ee0| e0 73 b5 39 | .s.9 | timestamp: 968192992 (2020-09-04T22:29:52Z) 0x7ee6-0x7eea (4) 0x7ee0| 70 ba 02 00 | p... | distance: 1788 (178800) (m) 0x7eea-0x7eee (4) 0x7ee0| e8 03| ..| speed: 1 (1000) (m/s) 0x7eee-0x7ef0 (2) 0x7ef0|28 |( | heart_rate: 40 (bpm) 0x7ef0-0x7ef1 (1) @@ -29434,7 +29434,7 @@ $ fq -d fit dv activity_dev.fit 0x7ef0| 00 | . | reserved: false 0x7ef7.3-0x7ef7.4 (0.1) 0x7ef0| 00 | . | local_message_type: 0 0x7ef7.4-0x7ef8 (0.4) | | | data_message{}: 0x7ef8-0x7f09 (17) -0x7ef0| e1 73 b5 39 | .s.9 | timestamp: 968192993 (s) 0x7ef8-0x7efc (4) +0x7ef0| e1 73 b5 39 | .s.9 | timestamp: 968192993 (2020-09-04T22:29:53Z) 0x7ef8-0x7efc (4) 0x7ef0| d4 ba 02 00| ....| distance: 1789 (178900) (m) 0x7efc-0x7f00 (4) 0x7f00|e8 03 |.. | speed: 1 (1000) (m/s) 0x7f00-0x7f02 (2) 0x7f00| 2e | . | heart_rate: 46 (bpm) 0x7f02-0x7f03 (1) @@ -29450,7 +29450,7 @@ $ fq -d fit dv activity_dev.fit 0x7f00| 00 | . | reserved: false 0x7f09.3-0x7f09.4 (0.1) 0x7f00| 00 | . | local_message_type: 0 0x7f09.4-0x7f0a (0.4) | | | data_message{}: 0x7f0a-0x7f1b (17) -0x7f00| e2 73 b5 39 | .s.9 | timestamp: 968192994 (s) 0x7f0a-0x7f0e (4) +0x7f00| e2 73 b5 39 | .s.9 | timestamp: 968192994 (2020-09-04T22:29:54Z) 0x7f0a-0x7f0e (4) 0x7f00| 38 bb| 8.| distance: 1790 (179000) (m) 0x7f0e-0x7f12 (4) 0x7f10|02 00 |.. | 0x7f10| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f12-0x7f14 (2) @@ -29467,7 +29467,7 @@ $ fq -d fit dv activity_dev.fit 0x7f10| 00 | . | reserved: false 0x7f1b.3-0x7f1b.4 (0.1) 0x7f10| 00 | . | local_message_type: 0 0x7f1b.4-0x7f1c (0.4) | | | data_message{}: 0x7f1c-0x7f2d (17) -0x7f10| e3 73 b5 39| .s.9| timestamp: 968192995 (s) 0x7f1c-0x7f20 (4) +0x7f10| e3 73 b5 39| .s.9| timestamp: 968192995 (2020-09-04T22:29:55Z) 0x7f1c-0x7f20 (4) 0x7f20|9c bb 02 00 |.... | distance: 1791 (179100) (m) 0x7f20-0x7f24 (4) 0x7f20| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f24-0x7f26 (2) 0x7f20| 3a | : | heart_rate: 58 (bpm) 0x7f26-0x7f27 (1) @@ -29483,7 +29483,7 @@ $ fq -d fit dv activity_dev.fit 0x7f20| 00 | . | reserved: false 0x7f2d.3-0x7f2d.4 (0.1) 0x7f20| 00 | . | local_message_type: 0 0x7f2d.4-0x7f2e (0.4) | | | data_message{}: 0x7f2e-0x7f3f (17) -0x7f20| e4 73| .s| timestamp: 968192996 (s) 0x7f2e-0x7f32 (4) +0x7f20| e4 73| .s| timestamp: 968192996 (2020-09-04T22:29:56Z) 0x7f2e-0x7f32 (4) 0x7f30|b5 39 |.9 | 0x7f30| 00 bc 02 00 | .... | distance: 1792 (179200) (m) 0x7f32-0x7f36 (4) 0x7f30| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f36-0x7f38 (2) @@ -29500,7 +29500,7 @@ $ fq -d fit dv activity_dev.fit 0x7f30| 00| .| reserved: false 0x7f3f.3-0x7f3f.4 (0.1) 0x7f30| 00| .| local_message_type: 0 0x7f3f.4-0x7f40 (0.4) | | | data_message{}: 0x7f40-0x7f51 (17) -0x7f40|e5 73 b5 39 |.s.9 | timestamp: 968192997 (s) 0x7f40-0x7f44 (4) +0x7f40|e5 73 b5 39 |.s.9 | timestamp: 968192997 (2020-09-04T22:29:57Z) 0x7f40-0x7f44 (4) 0x7f40| 64 bc 02 00 | d... | distance: 1793 (179300) (m) 0x7f44-0x7f48 (4) 0x7f40| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f48-0x7f4a (2) 0x7f40| 48 | H | heart_rate: 72 (bpm) 0x7f4a-0x7f4b (1) @@ -29516,7 +29516,7 @@ $ fq -d fit dv activity_dev.fit 0x7f50| 00 | . | reserved: false 0x7f51.3-0x7f51.4 (0.1) 0x7f50| 00 | . | local_message_type: 0 0x7f51.4-0x7f52 (0.4) | | | data_message{}: 0x7f52-0x7f63 (17) -0x7f50| e6 73 b5 39 | .s.9 | timestamp: 968192998 (s) 0x7f52-0x7f56 (4) +0x7f50| e6 73 b5 39 | .s.9 | timestamp: 968192998 (2020-09-04T22:29:58Z) 0x7f52-0x7f56 (4) 0x7f50| c8 bc 02 00 | .... | distance: 1794 (179400) (m) 0x7f56-0x7f5a (4) 0x7f50| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f5a-0x7f5c (2) 0x7f50| 50 | P | heart_rate: 80 (bpm) 0x7f5c-0x7f5d (1) @@ -29532,7 +29532,7 @@ $ fq -d fit dv activity_dev.fit 0x7f60| 00 | . | reserved: false 0x7f63.3-0x7f63.4 (0.1) 0x7f60| 00 | . | local_message_type: 0 0x7f63.4-0x7f64 (0.4) | | | data_message{}: 0x7f64-0x7f75 (17) -0x7f60| e7 73 b5 39 | .s.9 | timestamp: 968192999 (s) 0x7f64-0x7f68 (4) +0x7f60| e7 73 b5 39 | .s.9 | timestamp: 968192999 (2020-09-04T22:29:59Z) 0x7f64-0x7f68 (4) 0x7f60| 2c bd 02 00 | ,... | distance: 1795 (179500) (m) 0x7f68-0x7f6c (4) 0x7f60| e8 03 | .. | speed: 1 (1000) (m/s) 0x7f6c-0x7f6e (2) 0x7f60| 57 | W | heart_rate: 87 (bpm) 0x7f6e-0x7f6f (1) @@ -29548,7 +29548,7 @@ $ fq -d fit dv activity_dev.fit 0x7f70| 00 | . | reserved: false 0x7f75.3-0x7f75.4 (0.1) 0x7f70| 00 | . | local_message_type: 0 0x7f75.4-0x7f76 (0.4) | | | data_message{}: 0x7f76-0x7f87 (17) -0x7f70| e8 73 b5 39 | .s.9 | timestamp: 968193000 (s) 0x7f76-0x7f7a (4) +0x7f70| e8 73 b5 39 | .s.9 | timestamp: 968193000 (2020-09-04T22:30:00Z) 0x7f76-0x7f7a (4) 0x7f70| 90 bd 02 00 | .... | distance: 1796 (179600) (m) 0x7f7a-0x7f7e (4) 0x7f70| e8 03| ..| speed: 1 (1000) (m/s) 0x7f7e-0x7f80 (2) 0x7f80|5f |_ | heart_rate: 95 (bpm) 0x7f80-0x7f81 (1) @@ -29564,7 +29564,7 @@ $ fq -d fit dv activity_dev.fit 0x7f80| 00 | . | reserved: false 0x7f87.3-0x7f87.4 (0.1) 0x7f80| 00 | . | local_message_type: 0 0x7f87.4-0x7f88 (0.4) | | | data_message{}: 0x7f88-0x7f99 (17) -0x7f80| e9 73 b5 39 | .s.9 | timestamp: 968193001 (s) 0x7f88-0x7f8c (4) +0x7f80| e9 73 b5 39 | .s.9 | timestamp: 968193001 (2020-09-04T22:30:01Z) 0x7f88-0x7f8c (4) 0x7f80| f4 bd 02 00| ....| distance: 1797 (179700) (m) 0x7f8c-0x7f90 (4) 0x7f90|e8 03 |.. | speed: 1 (1000) (m/s) 0x7f90-0x7f92 (2) 0x7f90| 67 | g | heart_rate: 103 (bpm) 0x7f92-0x7f93 (1) @@ -29580,7 +29580,7 @@ $ fq -d fit dv activity_dev.fit 0x7f90| 00 | . | reserved: false 0x7f99.3-0x7f99.4 (0.1) 0x7f90| 00 | . | local_message_type: 0 0x7f99.4-0x7f9a (0.4) | | | data_message{}: 0x7f9a-0x7fab (17) -0x7f90| ea 73 b5 39 | .s.9 | timestamp: 968193002 (s) 0x7f9a-0x7f9e (4) +0x7f90| ea 73 b5 39 | .s.9 | timestamp: 968193002 (2020-09-04T22:30:02Z) 0x7f9a-0x7f9e (4) 0x7f90| 58 be| X.| distance: 1798 (179800) (m) 0x7f9e-0x7fa2 (4) 0x7fa0|02 00 |.. | 0x7fa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7fa2-0x7fa4 (2) @@ -29597,7 +29597,7 @@ $ fq -d fit dv activity_dev.fit 0x7fa0| 00 | . | reserved: false 0x7fab.3-0x7fab.4 (0.1) 0x7fa0| 00 | . | local_message_type: 0 0x7fab.4-0x7fac (0.4) | | | data_message{}: 0x7fac-0x7fbd (17) -0x7fa0| eb 73 b5 39| .s.9| timestamp: 968193003 (s) 0x7fac-0x7fb0 (4) +0x7fa0| eb 73 b5 39| .s.9| timestamp: 968193003 (2020-09-04T22:30:03Z) 0x7fac-0x7fb0 (4) 0x7fb0|bc be 02 00 |.... | distance: 1799 (179900) (m) 0x7fb0-0x7fb4 (4) 0x7fb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7fb4-0x7fb6 (2) 0x7fb0| 77 | w | heart_rate: 119 (bpm) 0x7fb6-0x7fb7 (1) @@ -29613,7 +29613,7 @@ $ fq -d fit dv activity_dev.fit 0x7fb0| 00 | . | reserved: false 0x7fbd.3-0x7fbd.4 (0.1) 0x7fb0| 00 | . | local_message_type: 0 0x7fbd.4-0x7fbe (0.4) | | | data_message{}: 0x7fbe-0x7fcf (17) -0x7fb0| ec 73| .s| timestamp: 968193004 (s) 0x7fbe-0x7fc2 (4) +0x7fb0| ec 73| .s| timestamp: 968193004 (2020-09-04T22:30:04Z) 0x7fbe-0x7fc2 (4) 0x7fc0|b5 39 |.9 | 0x7fc0| 20 bf 02 00 | ... | distance: 1800 (180000) (m) 0x7fc2-0x7fc6 (4) 0x7fc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7fc6-0x7fc8 (2) @@ -29630,7 +29630,7 @@ $ fq -d fit dv activity_dev.fit 0x7fc0| 00| .| reserved: false 0x7fcf.3-0x7fcf.4 (0.1) 0x7fc0| 00| .| local_message_type: 0 0x7fcf.4-0x7fd0 (0.4) | | | data_message{}: 0x7fd0-0x7fe1 (17) -0x7fd0|ed 73 b5 39 |.s.9 | timestamp: 968193005 (s) 0x7fd0-0x7fd4 (4) +0x7fd0|ed 73 b5 39 |.s.9 | timestamp: 968193005 (2020-09-04T22:30:05Z) 0x7fd0-0x7fd4 (4) 0x7fd0| 84 bf 02 00 | .... | distance: 1801 (180100) (m) 0x7fd4-0x7fd8 (4) 0x7fd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7fd8-0x7fda (2) 0x7fd0| 86 | . | heart_rate: 134 (bpm) 0x7fda-0x7fdb (1) @@ -29646,7 +29646,7 @@ $ fq -d fit dv activity_dev.fit 0x7fe0| 00 | . | reserved: false 0x7fe1.3-0x7fe1.4 (0.1) 0x7fe0| 00 | . | local_message_type: 0 0x7fe1.4-0x7fe2 (0.4) | | | data_message{}: 0x7fe2-0x7ff3 (17) -0x7fe0| ee 73 b5 39 | .s.9 | timestamp: 968193006 (s) 0x7fe2-0x7fe6 (4) +0x7fe0| ee 73 b5 39 | .s.9 | timestamp: 968193006 (2020-09-04T22:30:06Z) 0x7fe2-0x7fe6 (4) 0x7fe0| e8 bf 02 00 | .... | distance: 1802 (180200) (m) 0x7fe6-0x7fea (4) 0x7fe0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7fea-0x7fec (2) 0x7fe0| 8e | . | heart_rate: 142 (bpm) 0x7fec-0x7fed (1) @@ -29662,7 +29662,7 @@ $ fq -d fit dv activity_dev.fit 0x7ff0| 00 | . | reserved: false 0x7ff3.3-0x7ff3.4 (0.1) 0x7ff0| 00 | . | local_message_type: 0 0x7ff3.4-0x7ff4 (0.4) | | | data_message{}: 0x7ff4-0x8005 (17) -0x7ff0| ef 73 b5 39 | .s.9 | timestamp: 968193007 (s) 0x7ff4-0x7ff8 (4) +0x7ff0| ef 73 b5 39 | .s.9 | timestamp: 968193007 (2020-09-04T22:30:07Z) 0x7ff4-0x7ff8 (4) 0x7ff0| 4c c0 02 00 | L... | distance: 1803 (180300) (m) 0x7ff8-0x7ffc (4) 0x7ff0| e8 03 | .. | speed: 1 (1000) (m/s) 0x7ffc-0x7ffe (2) 0x7ff0| 96 | . | heart_rate: 150 (bpm) 0x7ffe-0x7fff (1) @@ -29678,7 +29678,7 @@ $ fq -d fit dv activity_dev.fit 0x8000| 00 | . | reserved: false 0x8005.3-0x8005.4 (0.1) 0x8000| 00 | . | local_message_type: 0 0x8005.4-0x8006 (0.4) | | | data_message{}: 0x8006-0x8017 (17) -0x8000| f0 73 b5 39 | .s.9 | timestamp: 968193008 (s) 0x8006-0x800a (4) +0x8000| f0 73 b5 39 | .s.9 | timestamp: 968193008 (2020-09-04T22:30:08Z) 0x8006-0x800a (4) 0x8000| b0 c0 02 00 | .... | distance: 1804 (180400) (m) 0x800a-0x800e (4) 0x8000| e8 03| ..| speed: 1 (1000) (m/s) 0x800e-0x8010 (2) 0x8010|9e |. | heart_rate: 158 (bpm) 0x8010-0x8011 (1) @@ -29694,7 +29694,7 @@ $ fq -d fit dv activity_dev.fit 0x8010| 00 | . | reserved: false 0x8017.3-0x8017.4 (0.1) 0x8010| 00 | . | local_message_type: 0 0x8017.4-0x8018 (0.4) | | | data_message{}: 0x8018-0x8029 (17) -0x8010| f1 73 b5 39 | .s.9 | timestamp: 968193009 (s) 0x8018-0x801c (4) +0x8010| f1 73 b5 39 | .s.9 | timestamp: 968193009 (2020-09-04T22:30:09Z) 0x8018-0x801c (4) 0x8010| 14 c1 02 00| ....| distance: 1805 (180500) (m) 0x801c-0x8020 (4) 0x8020|e8 03 |.. | speed: 1 (1000) (m/s) 0x8020-0x8022 (2) 0x8020| a6 | . | heart_rate: 166 (bpm) 0x8022-0x8023 (1) @@ -29710,7 +29710,7 @@ $ fq -d fit dv activity_dev.fit 0x8020| 00 | . | reserved: false 0x8029.3-0x8029.4 (0.1) 0x8020| 00 | . | local_message_type: 0 0x8029.4-0x802a (0.4) | | | data_message{}: 0x802a-0x803b (17) -0x8020| f2 73 b5 39 | .s.9 | timestamp: 968193010 (s) 0x802a-0x802e (4) +0x8020| f2 73 b5 39 | .s.9 | timestamp: 968193010 (2020-09-04T22:30:10Z) 0x802a-0x802e (4) 0x8020| 78 c1| x.| distance: 1806 (180600) (m) 0x802e-0x8032 (4) 0x8030|02 00 |.. | 0x8030| e8 03 | .. | speed: 1 (1000) (m/s) 0x8032-0x8034 (2) @@ -29727,7 +29727,7 @@ $ fq -d fit dv activity_dev.fit 0x8030| 00 | . | reserved: false 0x803b.3-0x803b.4 (0.1) 0x8030| 00 | . | local_message_type: 0 0x803b.4-0x803c (0.4) | | | data_message{}: 0x803c-0x804d (17) -0x8030| f3 73 b5 39| .s.9| timestamp: 968193011 (s) 0x803c-0x8040 (4) +0x8030| f3 73 b5 39| .s.9| timestamp: 968193011 (2020-09-04T22:30:11Z) 0x803c-0x8040 (4) 0x8040|dc c1 02 00 |.... | distance: 1807 (180700) (m) 0x8040-0x8044 (4) 0x8040| e8 03 | .. | speed: 1 (1000) (m/s) 0x8044-0x8046 (2) 0x8040| b5 | . | heart_rate: 181 (bpm) 0x8046-0x8047 (1) @@ -29743,7 +29743,7 @@ $ fq -d fit dv activity_dev.fit 0x8040| 00 | . | reserved: false 0x804d.3-0x804d.4 (0.1) 0x8040| 00 | . | local_message_type: 0 0x804d.4-0x804e (0.4) | | | data_message{}: 0x804e-0x805f (17) -0x8040| f4 73| .s| timestamp: 968193012 (s) 0x804e-0x8052 (4) +0x8040| f4 73| .s| timestamp: 968193012 (2020-09-04T22:30:12Z) 0x804e-0x8052 (4) 0x8050|b5 39 |.9 | 0x8050| 40 c2 02 00 | @... | distance: 1808 (180800) (m) 0x8052-0x8056 (4) 0x8050| e8 03 | .. | speed: 1 (1000) (m/s) 0x8056-0x8058 (2) @@ -29760,7 +29760,7 @@ $ fq -d fit dv activity_dev.fit 0x8050| 00| .| reserved: false 0x805f.3-0x805f.4 (0.1) 0x8050| 00| .| local_message_type: 0 0x805f.4-0x8060 (0.4) | | | data_message{}: 0x8060-0x8071 (17) -0x8060|f5 73 b5 39 |.s.9 | timestamp: 968193013 (s) 0x8060-0x8064 (4) +0x8060|f5 73 b5 39 |.s.9 | timestamp: 968193013 (2020-09-04T22:30:13Z) 0x8060-0x8064 (4) 0x8060| a4 c2 02 00 | .... | distance: 1809 (180900) (m) 0x8064-0x8068 (4) 0x8060| e8 03 | .. | speed: 1 (1000) (m/s) 0x8068-0x806a (2) 0x8060| c3 | . | heart_rate: 195 (bpm) 0x806a-0x806b (1) @@ -29776,7 +29776,7 @@ $ fq -d fit dv activity_dev.fit 0x8070| 00 | . | reserved: false 0x8071.3-0x8071.4 (0.1) 0x8070| 00 | . | local_message_type: 0 0x8071.4-0x8072 (0.4) | | | data_message{}: 0x8072-0x8083 (17) -0x8070| f6 73 b5 39 | .s.9 | timestamp: 968193014 (s) 0x8072-0x8076 (4) +0x8070| f6 73 b5 39 | .s.9 | timestamp: 968193014 (2020-09-04T22:30:14Z) 0x8072-0x8076 (4) 0x8070| 08 c3 02 00 | .... | distance: 1810 (181000) (m) 0x8076-0x807a (4) 0x8070| e8 03 | .. | speed: 1 (1000) (m/s) 0x807a-0x807c (2) 0x8070| c9 | . | heart_rate: 201 (bpm) 0x807c-0x807d (1) @@ -29792,7 +29792,7 @@ $ fq -d fit dv activity_dev.fit 0x8080| 00 | . | reserved: false 0x8083.3-0x8083.4 (0.1) 0x8080| 00 | . | local_message_type: 0 0x8083.4-0x8084 (0.4) | | | data_message{}: 0x8084-0x8095 (17) -0x8080| f7 73 b5 39 | .s.9 | timestamp: 968193015 (s) 0x8084-0x8088 (4) +0x8080| f7 73 b5 39 | .s.9 | timestamp: 968193015 (2020-09-04T22:30:15Z) 0x8084-0x8088 (4) 0x8080| 6c c3 02 00 | l... | distance: 1811 (181100) (m) 0x8088-0x808c (4) 0x8080| e8 03 | .. | speed: 1 (1000) (m/s) 0x808c-0x808e (2) 0x8080| cf | . | heart_rate: 207 (bpm) 0x808e-0x808f (1) @@ -29808,7 +29808,7 @@ $ fq -d fit dv activity_dev.fit 0x8090| 00 | . | reserved: false 0x8095.3-0x8095.4 (0.1) 0x8090| 00 | . | local_message_type: 0 0x8095.4-0x8096 (0.4) | | | data_message{}: 0x8096-0x80a7 (17) -0x8090| f8 73 b5 39 | .s.9 | timestamp: 968193016 (s) 0x8096-0x809a (4) +0x8090| f8 73 b5 39 | .s.9 | timestamp: 968193016 (2020-09-04T22:30:16Z) 0x8096-0x809a (4) 0x8090| d0 c3 02 00 | .... | distance: 1812 (181200) (m) 0x809a-0x809e (4) 0x8090| e8 03| ..| speed: 1 (1000) (m/s) 0x809e-0x80a0 (2) 0x80a0|d5 |. | heart_rate: 213 (bpm) 0x80a0-0x80a1 (1) @@ -29824,7 +29824,7 @@ $ fq -d fit dv activity_dev.fit 0x80a0| 00 | . | reserved: false 0x80a7.3-0x80a7.4 (0.1) 0x80a0| 00 | . | local_message_type: 0 0x80a7.4-0x80a8 (0.4) | | | data_message{}: 0x80a8-0x80b9 (17) -0x80a0| f9 73 b5 39 | .s.9 | timestamp: 968193017 (s) 0x80a8-0x80ac (4) +0x80a0| f9 73 b5 39 | .s.9 | timestamp: 968193017 (2020-09-04T22:30:17Z) 0x80a8-0x80ac (4) 0x80a0| 34 c4 02 00| 4...| distance: 1813 (181300) (m) 0x80ac-0x80b0 (4) 0x80b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x80b0-0x80b2 (2) 0x80b0| db | . | heart_rate: 219 (bpm) 0x80b2-0x80b3 (1) @@ -29840,7 +29840,7 @@ $ fq -d fit dv activity_dev.fit 0x80b0| 00 | . | reserved: false 0x80b9.3-0x80b9.4 (0.1) 0x80b0| 00 | . | local_message_type: 0 0x80b9.4-0x80ba (0.4) | | | data_message{}: 0x80ba-0x80cb (17) -0x80b0| fa 73 b5 39 | .s.9 | timestamp: 968193018 (s) 0x80ba-0x80be (4) +0x80b0| fa 73 b5 39 | .s.9 | timestamp: 968193018 (2020-09-04T22:30:18Z) 0x80ba-0x80be (4) 0x80b0| 98 c4| ..| distance: 1814 (181400) (m) 0x80be-0x80c2 (4) 0x80c0|02 00 |.. | 0x80c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x80c2-0x80c4 (2) @@ -29857,7 +29857,7 @@ $ fq -d fit dv activity_dev.fit 0x80c0| 00 | . | reserved: false 0x80cb.3-0x80cb.4 (0.1) 0x80c0| 00 | . | local_message_type: 0 0x80cb.4-0x80cc (0.4) | | | data_message{}: 0x80cc-0x80dd (17) -0x80c0| fb 73 b5 39| .s.9| timestamp: 968193019 (s) 0x80cc-0x80d0 (4) +0x80c0| fb 73 b5 39| .s.9| timestamp: 968193019 (2020-09-04T22:30:19Z) 0x80cc-0x80d0 (4) 0x80d0|fc c4 02 00 |.... | distance: 1815 (181500) (m) 0x80d0-0x80d4 (4) 0x80d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x80d4-0x80d6 (2) 0x80d0| e5 | . | heart_rate: 229 (bpm) 0x80d6-0x80d7 (1) @@ -29873,7 +29873,7 @@ $ fq -d fit dv activity_dev.fit 0x80d0| 00 | . | reserved: false 0x80dd.3-0x80dd.4 (0.1) 0x80d0| 00 | . | local_message_type: 0 0x80dd.4-0x80de (0.4) | | | data_message{}: 0x80de-0x80ef (17) -0x80d0| fc 73| .s| timestamp: 968193020 (s) 0x80de-0x80e2 (4) +0x80d0| fc 73| .s| timestamp: 968193020 (2020-09-04T22:30:20Z) 0x80de-0x80e2 (4) 0x80e0|b5 39 |.9 | 0x80e0| 60 c5 02 00 | `... | distance: 1816 (181600) (m) 0x80e2-0x80e6 (4) 0x80e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x80e6-0x80e8 (2) @@ -29890,7 +29890,7 @@ $ fq -d fit dv activity_dev.fit 0x80e0| 00| .| reserved: false 0x80ef.3-0x80ef.4 (0.1) 0x80e0| 00| .| local_message_type: 0 0x80ef.4-0x80f0 (0.4) | | | data_message{}: 0x80f0-0x8101 (17) -0x80f0|fd 73 b5 39 |.s.9 | timestamp: 968193021 (s) 0x80f0-0x80f4 (4) +0x80f0|fd 73 b5 39 |.s.9 | timestamp: 968193021 (2020-09-04T22:30:21Z) 0x80f0-0x80f4 (4) 0x80f0| c4 c5 02 00 | .... | distance: 1817 (181700) (m) 0x80f4-0x80f8 (4) 0x80f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x80f8-0x80fa (2) 0x80f0| ee | . | heart_rate: 238 (bpm) 0x80fa-0x80fb (1) @@ -29906,7 +29906,7 @@ $ fq -d fit dv activity_dev.fit 0x8100| 00 | . | reserved: false 0x8101.3-0x8101.4 (0.1) 0x8100| 00 | . | local_message_type: 0 0x8101.4-0x8102 (0.4) | | | data_message{}: 0x8102-0x8113 (17) -0x8100| fe 73 b5 39 | .s.9 | timestamp: 968193022 (s) 0x8102-0x8106 (4) +0x8100| fe 73 b5 39 | .s.9 | timestamp: 968193022 (2020-09-04T22:30:22Z) 0x8102-0x8106 (4) 0x8100| 28 c6 02 00 | (... | distance: 1818 (181800) (m) 0x8106-0x810a (4) 0x8100| e8 03 | .. | speed: 1 (1000) (m/s) 0x810a-0x810c (2) 0x8100| f1 | . | heart_rate: 241 (bpm) 0x810c-0x810d (1) @@ -29922,7 +29922,7 @@ $ fq -d fit dv activity_dev.fit 0x8110| 00 | . | reserved: false 0x8113.3-0x8113.4 (0.1) 0x8110| 00 | . | local_message_type: 0 0x8113.4-0x8114 (0.4) | | | data_message{}: 0x8114-0x8125 (17) -0x8110| ff 73 b5 39 | .s.9 | timestamp: 968193023 (s) 0x8114-0x8118 (4) +0x8110| ff 73 b5 39 | .s.9 | timestamp: 968193023 (2020-09-04T22:30:23Z) 0x8114-0x8118 (4) 0x8110| 8c c6 02 00 | .... | distance: 1819 (181900) (m) 0x8118-0x811c (4) 0x8110| e8 03 | .. | speed: 1 (1000) (m/s) 0x811c-0x811e (2) 0x8110| f5 | . | heart_rate: 245 (bpm) 0x811e-0x811f (1) @@ -29938,7 +29938,7 @@ $ fq -d fit dv activity_dev.fit 0x8120| 00 | . | reserved: false 0x8125.3-0x8125.4 (0.1) 0x8120| 00 | . | local_message_type: 0 0x8125.4-0x8126 (0.4) | | | data_message{}: 0x8126-0x8137 (17) -0x8120| 00 74 b5 39 | .t.9 | timestamp: 968193024 (s) 0x8126-0x812a (4) +0x8120| 00 74 b5 39 | .t.9 | timestamp: 968193024 (2020-09-04T22:30:24Z) 0x8126-0x812a (4) 0x8120| f0 c6 02 00 | .... | distance: 1820 (182000) (m) 0x812a-0x812e (4) 0x8120| e8 03| ..| speed: 1 (1000) (m/s) 0x812e-0x8130 (2) 0x8130|f7 |. | heart_rate: 247 (bpm) 0x8130-0x8131 (1) @@ -29954,7 +29954,7 @@ $ fq -d fit dv activity_dev.fit 0x8130| 00 | . | reserved: false 0x8137.3-0x8137.4 (0.1) 0x8130| 00 | . | local_message_type: 0 0x8137.4-0x8138 (0.4) | | | data_message{}: 0x8138-0x8149 (17) -0x8130| 01 74 b5 39 | .t.9 | timestamp: 968193025 (s) 0x8138-0x813c (4) +0x8130| 01 74 b5 39 | .t.9 | timestamp: 968193025 (2020-09-04T22:30:25Z) 0x8138-0x813c (4) 0x8130| 54 c7 02 00| T...| distance: 1821 (182100) (m) 0x813c-0x8140 (4) 0x8140|e8 03 |.. | speed: 1 (1000) (m/s) 0x8140-0x8142 (2) 0x8140| fa | . | heart_rate: 250 (bpm) 0x8142-0x8143 (1) @@ -29970,7 +29970,7 @@ $ fq -d fit dv activity_dev.fit 0x8140| 00 | . | reserved: false 0x8149.3-0x8149.4 (0.1) 0x8140| 00 | . | local_message_type: 0 0x8149.4-0x814a (0.4) | | | data_message{}: 0x814a-0x815b (17) -0x8140| 02 74 b5 39 | .t.9 | timestamp: 968193026 (s) 0x814a-0x814e (4) +0x8140| 02 74 b5 39 | .t.9 | timestamp: 968193026 (2020-09-04T22:30:26Z) 0x814a-0x814e (4) 0x8140| b8 c7| ..| distance: 1822 (182200) (m) 0x814e-0x8152 (4) 0x8150|02 00 |.. | 0x8150| e8 03 | .. | speed: 1 (1000) (m/s) 0x8152-0x8154 (2) @@ -29987,7 +29987,7 @@ $ fq -d fit dv activity_dev.fit 0x8150| 00 | . | reserved: false 0x815b.3-0x815b.4 (0.1) 0x8150| 00 | . | local_message_type: 0 0x815b.4-0x815c (0.4) | | | data_message{}: 0x815c-0x816d (17) -0x8150| 03 74 b5 39| .t.9| timestamp: 968193027 (s) 0x815c-0x8160 (4) +0x8150| 03 74 b5 39| .t.9| timestamp: 968193027 (2020-09-04T22:30:27Z) 0x815c-0x8160 (4) 0x8160|1c c8 02 00 |.... | distance: 1823 (182300) (m) 0x8160-0x8164 (4) 0x8160| e8 03 | .. | speed: 1 (1000) (m/s) 0x8164-0x8166 (2) 0x8160| fc | . | heart_rate: 252 (bpm) 0x8166-0x8167 (1) @@ -30003,7 +30003,7 @@ $ fq -d fit dv activity_dev.fit 0x8160| 00 | . | reserved: false 0x816d.3-0x816d.4 (0.1) 0x8160| 00 | . | local_message_type: 0 0x816d.4-0x816e (0.4) | | | data_message{}: 0x816e-0x817f (17) -0x8160| 04 74| .t| timestamp: 968193028 (s) 0x816e-0x8172 (4) +0x8160| 04 74| .t| timestamp: 968193028 (2020-09-04T22:30:28Z) 0x816e-0x8172 (4) 0x8170|b5 39 |.9 | 0x8170| 80 c8 02 00 | .... | distance: 1824 (182400) (m) 0x8172-0x8176 (4) 0x8170| e8 03 | .. | speed: 1 (1000) (m/s) 0x8176-0x8178 (2) @@ -30020,7 +30020,7 @@ $ fq -d fit dv activity_dev.fit 0x8170| 00| .| reserved: false 0x817f.3-0x817f.4 (0.1) 0x8170| 00| .| local_message_type: 0 0x817f.4-0x8180 (0.4) | | | data_message{}: 0x8180-0x8191 (17) -0x8180|05 74 b5 39 |.t.9 | timestamp: 968193029 (s) 0x8180-0x8184 (4) +0x8180|05 74 b5 39 |.t.9 | timestamp: 968193029 (2020-09-04T22:30:29Z) 0x8180-0x8184 (4) 0x8180| e4 c8 02 00 | .... | distance: 1825 (182500) (m) 0x8184-0x8188 (4) 0x8180| e8 03 | .. | speed: 1 (1000) (m/s) 0x8188-0x818a (2) 0x8180| fe | . | heart_rate: 254 (bpm) 0x818a-0x818b (1) @@ -30036,7 +30036,7 @@ $ fq -d fit dv activity_dev.fit 0x8190| 00 | . | reserved: false 0x8191.3-0x8191.4 (0.1) 0x8190| 00 | . | local_message_type: 0 0x8191.4-0x8192 (0.4) | | | data_message{}: 0x8192-0x81a3 (17) -0x8190| 06 74 b5 39 | .t.9 | timestamp: 968193030 (s) 0x8192-0x8196 (4) +0x8190| 06 74 b5 39 | .t.9 | timestamp: 968193030 (2020-09-04T22:30:30Z) 0x8192-0x8196 (4) 0x8190| 48 c9 02 00 | H... | distance: 1826 (182600) (m) 0x8196-0x819a (4) 0x8190| e8 03 | .. | speed: 1 (1000) (m/s) 0x819a-0x819c (2) 0x8190| fd | . | heart_rate: 253 (bpm) 0x819c-0x819d (1) @@ -30052,7 +30052,7 @@ $ fq -d fit dv activity_dev.fit 0x81a0| 00 | . | reserved: false 0x81a3.3-0x81a3.4 (0.1) 0x81a0| 00 | . | local_message_type: 0 0x81a3.4-0x81a4 (0.4) | | | data_message{}: 0x81a4-0x81b5 (17) -0x81a0| 07 74 b5 39 | .t.9 | timestamp: 968193031 (s) 0x81a4-0x81a8 (4) +0x81a0| 07 74 b5 39 | .t.9 | timestamp: 968193031 (2020-09-04T22:30:31Z) 0x81a4-0x81a8 (4) 0x81a0| ac c9 02 00 | .... | distance: 1827 (182700) (m) 0x81a8-0x81ac (4) 0x81a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x81ac-0x81ae (2) 0x81a0| fc | . | heart_rate: 252 (bpm) 0x81ae-0x81af (1) @@ -30068,7 +30068,7 @@ $ fq -d fit dv activity_dev.fit 0x81b0| 00 | . | reserved: false 0x81b5.3-0x81b5.4 (0.1) 0x81b0| 00 | . | local_message_type: 0 0x81b5.4-0x81b6 (0.4) | | | data_message{}: 0x81b6-0x81c7 (17) -0x81b0| 08 74 b5 39 | .t.9 | timestamp: 968193032 (s) 0x81b6-0x81ba (4) +0x81b0| 08 74 b5 39 | .t.9 | timestamp: 968193032 (2020-09-04T22:30:32Z) 0x81b6-0x81ba (4) 0x81b0| 10 ca 02 00 | .... | distance: 1828 (182800) (m) 0x81ba-0x81be (4) 0x81b0| e8 03| ..| speed: 1 (1000) (m/s) 0x81be-0x81c0 (2) 0x81c0|fb |. | heart_rate: 251 (bpm) 0x81c0-0x81c1 (1) @@ -30084,7 +30084,7 @@ $ fq -d fit dv activity_dev.fit 0x81c0| 00 | . | reserved: false 0x81c7.3-0x81c7.4 (0.1) 0x81c0| 00 | . | local_message_type: 0 0x81c7.4-0x81c8 (0.4) | | | data_message{}: 0x81c8-0x81d9 (17) -0x81c0| 09 74 b5 39 | .t.9 | timestamp: 968193033 (s) 0x81c8-0x81cc (4) +0x81c0| 09 74 b5 39 | .t.9 | timestamp: 968193033 (2020-09-04T22:30:33Z) 0x81c8-0x81cc (4) 0x81c0| 74 ca 02 00| t...| distance: 1829 (182900) (m) 0x81cc-0x81d0 (4) 0x81d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x81d0-0x81d2 (2) 0x81d0| fa | . | heart_rate: 250 (bpm) 0x81d2-0x81d3 (1) @@ -30100,7 +30100,7 @@ $ fq -d fit dv activity_dev.fit 0x81d0| 00 | . | reserved: false 0x81d9.3-0x81d9.4 (0.1) 0x81d0| 00 | . | local_message_type: 0 0x81d9.4-0x81da (0.4) | | | data_message{}: 0x81da-0x81eb (17) -0x81d0| 0a 74 b5 39 | .t.9 | timestamp: 968193034 (s) 0x81da-0x81de (4) +0x81d0| 0a 74 b5 39 | .t.9 | timestamp: 968193034 (2020-09-04T22:30:34Z) 0x81da-0x81de (4) 0x81d0| d8 ca| ..| distance: 1830 (183000) (m) 0x81de-0x81e2 (4) 0x81e0|02 00 |.. | 0x81e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x81e2-0x81e4 (2) @@ -30117,7 +30117,7 @@ $ fq -d fit dv activity_dev.fit 0x81e0| 00 | . | reserved: false 0x81eb.3-0x81eb.4 (0.1) 0x81e0| 00 | . | local_message_type: 0 0x81eb.4-0x81ec (0.4) | | | data_message{}: 0x81ec-0x81fd (17) -0x81e0| 0b 74 b5 39| .t.9| timestamp: 968193035 (s) 0x81ec-0x81f0 (4) +0x81e0| 0b 74 b5 39| .t.9| timestamp: 968193035 (2020-09-04T22:30:35Z) 0x81ec-0x81f0 (4) 0x81f0|3c cb 02 00 |<... | distance: 1831 (183100) (m) 0x81f0-0x81f4 (4) 0x81f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x81f4-0x81f6 (2) 0x81f0| f5 | . | heart_rate: 245 (bpm) 0x81f6-0x81f7 (1) @@ -30133,7 +30133,7 @@ $ fq -d fit dv activity_dev.fit 0x81f0| 00 | . | reserved: false 0x81fd.3-0x81fd.4 (0.1) 0x81f0| 00 | . | local_message_type: 0 0x81fd.4-0x81fe (0.4) | | | data_message{}: 0x81fe-0x820f (17) -0x81f0| 0c 74| .t| timestamp: 968193036 (s) 0x81fe-0x8202 (4) +0x81f0| 0c 74| .t| timestamp: 968193036 (2020-09-04T22:30:36Z) 0x81fe-0x8202 (4) 0x8200|b5 39 |.9 | 0x8200| a0 cb 02 00 | .... | distance: 1832 (183200) (m) 0x8202-0x8206 (4) 0x8200| e8 03 | .. | speed: 1 (1000) (m/s) 0x8206-0x8208 (2) @@ -30150,7 +30150,7 @@ $ fq -d fit dv activity_dev.fit 0x8200| 00| .| reserved: false 0x820f.3-0x820f.4 (0.1) 0x8200| 00| .| local_message_type: 0 0x820f.4-0x8210 (0.4) | | | data_message{}: 0x8210-0x8221 (17) -0x8210|0d 74 b5 39 |.t.9 | timestamp: 968193037 (s) 0x8210-0x8214 (4) +0x8210|0d 74 b5 39 |.t.9 | timestamp: 968193037 (2020-09-04T22:30:37Z) 0x8210-0x8214 (4) 0x8210| 04 cc 02 00 | .... | distance: 1833 (183300) (m) 0x8214-0x8218 (4) 0x8210| e8 03 | .. | speed: 1 (1000) (m/s) 0x8218-0x821a (2) 0x8210| ee | . | heart_rate: 238 (bpm) 0x821a-0x821b (1) @@ -30166,7 +30166,7 @@ $ fq -d fit dv activity_dev.fit 0x8220| 00 | . | reserved: false 0x8221.3-0x8221.4 (0.1) 0x8220| 00 | . | local_message_type: 0 0x8221.4-0x8222 (0.4) | | | data_message{}: 0x8222-0x8233 (17) -0x8220| 0e 74 b5 39 | .t.9 | timestamp: 968193038 (s) 0x8222-0x8226 (4) +0x8220| 0e 74 b5 39 | .t.9 | timestamp: 968193038 (2020-09-04T22:30:38Z) 0x8222-0x8226 (4) 0x8220| 68 cc 02 00 | h... | distance: 1834 (183400) (m) 0x8226-0x822a (4) 0x8220| e8 03 | .. | speed: 1 (1000) (m/s) 0x822a-0x822c (2) 0x8220| ea | . | heart_rate: 234 (bpm) 0x822c-0x822d (1) @@ -30182,7 +30182,7 @@ $ fq -d fit dv activity_dev.fit 0x8230| 00 | . | reserved: false 0x8233.3-0x8233.4 (0.1) 0x8230| 00 | . | local_message_type: 0 0x8233.4-0x8234 (0.4) | | | data_message{}: 0x8234-0x8245 (17) -0x8230| 0f 74 b5 39 | .t.9 | timestamp: 968193039 (s) 0x8234-0x8238 (4) +0x8230| 0f 74 b5 39 | .t.9 | timestamp: 968193039 (2020-09-04T22:30:39Z) 0x8234-0x8238 (4) 0x8230| cc cc 02 00 | .... | distance: 1835 (183500) (m) 0x8238-0x823c (4) 0x8230| e8 03 | .. | speed: 1 (1000) (m/s) 0x823c-0x823e (2) 0x8230| e5 | . | heart_rate: 229 (bpm) 0x823e-0x823f (1) @@ -30198,7 +30198,7 @@ $ fq -d fit dv activity_dev.fit 0x8240| 00 | . | reserved: false 0x8245.3-0x8245.4 (0.1) 0x8240| 00 | . | local_message_type: 0 0x8245.4-0x8246 (0.4) | | | data_message{}: 0x8246-0x8257 (17) -0x8240| 10 74 b5 39 | .t.9 | timestamp: 968193040 (s) 0x8246-0x824a (4) +0x8240| 10 74 b5 39 | .t.9 | timestamp: 968193040 (2020-09-04T22:30:40Z) 0x8246-0x824a (4) 0x8240| 30 cd 02 00 | 0... | distance: 1836 (183600) (m) 0x824a-0x824e (4) 0x8240| e8 03| ..| speed: 1 (1000) (m/s) 0x824e-0x8250 (2) 0x8250|e0 |. | heart_rate: 224 (bpm) 0x8250-0x8251 (1) @@ -30214,7 +30214,7 @@ $ fq -d fit dv activity_dev.fit 0x8250| 00 | . | reserved: false 0x8257.3-0x8257.4 (0.1) 0x8250| 00 | . | local_message_type: 0 0x8257.4-0x8258 (0.4) | | | data_message{}: 0x8258-0x8269 (17) -0x8250| 11 74 b5 39 | .t.9 | timestamp: 968193041 (s) 0x8258-0x825c (4) +0x8250| 11 74 b5 39 | .t.9 | timestamp: 968193041 (2020-09-04T22:30:41Z) 0x8258-0x825c (4) 0x8250| 94 cd 02 00| ....| distance: 1837 (183700) (m) 0x825c-0x8260 (4) 0x8260|e8 03 |.. | speed: 1 (1000) (m/s) 0x8260-0x8262 (2) 0x8260| db | . | heart_rate: 219 (bpm) 0x8262-0x8263 (1) @@ -30230,7 +30230,7 @@ $ fq -d fit dv activity_dev.fit 0x8260| 00 | . | reserved: false 0x8269.3-0x8269.4 (0.1) 0x8260| 00 | . | local_message_type: 0 0x8269.4-0x826a (0.4) | | | data_message{}: 0x826a-0x827b (17) -0x8260| 12 74 b5 39 | .t.9 | timestamp: 968193042 (s) 0x826a-0x826e (4) +0x8260| 12 74 b5 39 | .t.9 | timestamp: 968193042 (2020-09-04T22:30:42Z) 0x826a-0x826e (4) 0x8260| f8 cd| ..| distance: 1838 (183800) (m) 0x826e-0x8272 (4) 0x8270|02 00 |.. | 0x8270| e8 03 | .. | speed: 1 (1000) (m/s) 0x8272-0x8274 (2) @@ -30247,7 +30247,7 @@ $ fq -d fit dv activity_dev.fit 0x8270| 00 | . | reserved: false 0x827b.3-0x827b.4 (0.1) 0x8270| 00 | . | local_message_type: 0 0x827b.4-0x827c (0.4) | | | data_message{}: 0x827c-0x828d (17) -0x8270| 13 74 b5 39| .t.9| timestamp: 968193043 (s) 0x827c-0x8280 (4) +0x8270| 13 74 b5 39| .t.9| timestamp: 968193043 (2020-09-04T22:30:43Z) 0x827c-0x8280 (4) 0x8280|5c ce 02 00 |\... | distance: 1839 (183900) (m) 0x8280-0x8284 (4) 0x8280| e8 03 | .. | speed: 1 (1000) (m/s) 0x8284-0x8286 (2) 0x8280| cf | . | heart_rate: 207 (bpm) 0x8286-0x8287 (1) @@ -30263,7 +30263,7 @@ $ fq -d fit dv activity_dev.fit 0x8280| 00 | . | reserved: false 0x828d.3-0x828d.4 (0.1) 0x8280| 00 | . | local_message_type: 0 0x828d.4-0x828e (0.4) | | | data_message{}: 0x828e-0x829f (17) -0x8280| 14 74| .t| timestamp: 968193044 (s) 0x828e-0x8292 (4) +0x8280| 14 74| .t| timestamp: 968193044 (2020-09-04T22:30:44Z) 0x828e-0x8292 (4) 0x8290|b5 39 |.9 | 0x8290| c0 ce 02 00 | .... | distance: 1840 (184000) (m) 0x8292-0x8296 (4) 0x8290| e8 03 | .. | speed: 1 (1000) (m/s) 0x8296-0x8298 (2) @@ -30280,7 +30280,7 @@ $ fq -d fit dv activity_dev.fit 0x8290| 00| .| reserved: false 0x829f.3-0x829f.4 (0.1) 0x8290| 00| .| local_message_type: 0 0x829f.4-0x82a0 (0.4) | | | data_message{}: 0x82a0-0x82b1 (17) -0x82a0|15 74 b5 39 |.t.9 | timestamp: 968193045 (s) 0x82a0-0x82a4 (4) +0x82a0|15 74 b5 39 |.t.9 | timestamp: 968193045 (2020-09-04T22:30:45Z) 0x82a0-0x82a4 (4) 0x82a0| 24 cf 02 00 | $... | distance: 1841 (184100) (m) 0x82a4-0x82a8 (4) 0x82a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x82a8-0x82aa (2) 0x82a0| c3 | . | heart_rate: 195 (bpm) 0x82aa-0x82ab (1) @@ -30296,7 +30296,7 @@ $ fq -d fit dv activity_dev.fit 0x82b0| 00 | . | reserved: false 0x82b1.3-0x82b1.4 (0.1) 0x82b0| 00 | . | local_message_type: 0 0x82b1.4-0x82b2 (0.4) | | | data_message{}: 0x82b2-0x82c3 (17) -0x82b0| 16 74 b5 39 | .t.9 | timestamp: 968193046 (s) 0x82b2-0x82b6 (4) +0x82b0| 16 74 b5 39 | .t.9 | timestamp: 968193046 (2020-09-04T22:30:46Z) 0x82b2-0x82b6 (4) 0x82b0| 88 cf 02 00 | .... | distance: 1842 (184200) (m) 0x82b6-0x82ba (4) 0x82b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x82ba-0x82bc (2) 0x82b0| bc | . | heart_rate: 188 (bpm) 0x82bc-0x82bd (1) @@ -30312,7 +30312,7 @@ $ fq -d fit dv activity_dev.fit 0x82c0| 00 | . | reserved: false 0x82c3.3-0x82c3.4 (0.1) 0x82c0| 00 | . | local_message_type: 0 0x82c3.4-0x82c4 (0.4) | | | data_message{}: 0x82c4-0x82d5 (17) -0x82c0| 17 74 b5 39 | .t.9 | timestamp: 968193047 (s) 0x82c4-0x82c8 (4) +0x82c0| 17 74 b5 39 | .t.9 | timestamp: 968193047 (2020-09-04T22:30:47Z) 0x82c4-0x82c8 (4) 0x82c0| ec cf 02 00 | .... | distance: 1843 (184300) (m) 0x82c8-0x82cc (4) 0x82c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x82cc-0x82ce (2) 0x82c0| b5 | . | heart_rate: 181 (bpm) 0x82ce-0x82cf (1) @@ -30328,7 +30328,7 @@ $ fq -d fit dv activity_dev.fit 0x82d0| 00 | . | reserved: false 0x82d5.3-0x82d5.4 (0.1) 0x82d0| 00 | . | local_message_type: 0 0x82d5.4-0x82d6 (0.4) | | | data_message{}: 0x82d6-0x82e7 (17) -0x82d0| 18 74 b5 39 | .t.9 | timestamp: 968193048 (s) 0x82d6-0x82da (4) +0x82d0| 18 74 b5 39 | .t.9 | timestamp: 968193048 (2020-09-04T22:30:48Z) 0x82d6-0x82da (4) 0x82d0| 50 d0 02 00 | P... | distance: 1844 (184400) (m) 0x82da-0x82de (4) 0x82d0| e8 03| ..| speed: 1 (1000) (m/s) 0x82de-0x82e0 (2) 0x82e0|ad |. | heart_rate: 173 (bpm) 0x82e0-0x82e1 (1) @@ -30344,7 +30344,7 @@ $ fq -d fit dv activity_dev.fit 0x82e0| 00 | . | reserved: false 0x82e7.3-0x82e7.4 (0.1) 0x82e0| 00 | . | local_message_type: 0 0x82e7.4-0x82e8 (0.4) | | | data_message{}: 0x82e8-0x82f9 (17) -0x82e0| 19 74 b5 39 | .t.9 | timestamp: 968193049 (s) 0x82e8-0x82ec (4) +0x82e0| 19 74 b5 39 | .t.9 | timestamp: 968193049 (2020-09-04T22:30:49Z) 0x82e8-0x82ec (4) 0x82e0| b4 d0 02 00| ....| distance: 1845 (184500) (m) 0x82ec-0x82f0 (4) 0x82f0|e8 03 |.. | speed: 1 (1000) (m/s) 0x82f0-0x82f2 (2) 0x82f0| a6 | . | heart_rate: 166 (bpm) 0x82f2-0x82f3 (1) @@ -30360,7 +30360,7 @@ $ fq -d fit dv activity_dev.fit 0x82f0| 00 | . | reserved: false 0x82f9.3-0x82f9.4 (0.1) 0x82f0| 00 | . | local_message_type: 0 0x82f9.4-0x82fa (0.4) | | | data_message{}: 0x82fa-0x830b (17) -0x82f0| 1a 74 b5 39 | .t.9 | timestamp: 968193050 (s) 0x82fa-0x82fe (4) +0x82f0| 1a 74 b5 39 | .t.9 | timestamp: 968193050 (2020-09-04T22:30:50Z) 0x82fa-0x82fe (4) 0x82f0| 18 d1| ..| distance: 1846 (184600) (m) 0x82fe-0x8302 (4) 0x8300|02 00 |.. | 0x8300| e8 03 | .. | speed: 1 (1000) (m/s) 0x8302-0x8304 (2) @@ -30377,7 +30377,7 @@ $ fq -d fit dv activity_dev.fit 0x8300| 00 | . | reserved: false 0x830b.3-0x830b.4 (0.1) 0x8300| 00 | . | local_message_type: 0 0x830b.4-0x830c (0.4) | | | data_message{}: 0x830c-0x831d (17) -0x8300| 1b 74 b5 39| .t.9| timestamp: 968193051 (s) 0x830c-0x8310 (4) +0x8300| 1b 74 b5 39| .t.9| timestamp: 968193051 (2020-09-04T22:30:51Z) 0x830c-0x8310 (4) 0x8310|7c d1 02 00 ||... | distance: 1847 (184700) (m) 0x8310-0x8314 (4) 0x8310| e8 03 | .. | speed: 1 (1000) (m/s) 0x8314-0x8316 (2) 0x8310| 96 | . | heart_rate: 150 (bpm) 0x8316-0x8317 (1) @@ -30393,7 +30393,7 @@ $ fq -d fit dv activity_dev.fit 0x8310| 00 | . | reserved: false 0x831d.3-0x831d.4 (0.1) 0x8310| 00 | . | local_message_type: 0 0x831d.4-0x831e (0.4) | | | data_message{}: 0x831e-0x832f (17) -0x8310| 1c 74| .t| timestamp: 968193052 (s) 0x831e-0x8322 (4) +0x8310| 1c 74| .t| timestamp: 968193052 (2020-09-04T22:30:52Z) 0x831e-0x8322 (4) 0x8320|b5 39 |.9 | 0x8320| e0 d1 02 00 | .... | distance: 1848 (184800) (m) 0x8322-0x8326 (4) 0x8320| e8 03 | .. | speed: 1 (1000) (m/s) 0x8326-0x8328 (2) @@ -30410,7 +30410,7 @@ $ fq -d fit dv activity_dev.fit 0x8320| 00| .| reserved: false 0x832f.3-0x832f.4 (0.1) 0x8320| 00| .| local_message_type: 0 0x832f.4-0x8330 (0.4) | | | data_message{}: 0x8330-0x8341 (17) -0x8330|1d 74 b5 39 |.t.9 | timestamp: 968193053 (s) 0x8330-0x8334 (4) +0x8330|1d 74 b5 39 |.t.9 | timestamp: 968193053 (2020-09-04T22:30:53Z) 0x8330-0x8334 (4) 0x8330| 44 d2 02 00 | D... | distance: 1849 (184900) (m) 0x8334-0x8338 (4) 0x8330| e8 03 | .. | speed: 1 (1000) (m/s) 0x8338-0x833a (2) 0x8330| 86 | . | heart_rate: 134 (bpm) 0x833a-0x833b (1) @@ -30426,7 +30426,7 @@ $ fq -d fit dv activity_dev.fit 0x8340| 00 | . | reserved: false 0x8341.3-0x8341.4 (0.1) 0x8340| 00 | . | local_message_type: 0 0x8341.4-0x8342 (0.4) | | | data_message{}: 0x8342-0x8353 (17) -0x8340| 1e 74 b5 39 | .t.9 | timestamp: 968193054 (s) 0x8342-0x8346 (4) +0x8340| 1e 74 b5 39 | .t.9 | timestamp: 968193054 (2020-09-04T22:30:54Z) 0x8342-0x8346 (4) 0x8340| a8 d2 02 00 | .... | distance: 1850 (185000) (m) 0x8346-0x834a (4) 0x8340| e8 03 | .. | speed: 1 (1000) (m/s) 0x834a-0x834c (2) 0x8340| 7f | . | heart_rate: 127 (bpm) 0x834c-0x834d (1) @@ -30442,7 +30442,7 @@ $ fq -d fit dv activity_dev.fit 0x8350| 00 | . | reserved: false 0x8353.3-0x8353.4 (0.1) 0x8350| 00 | . | local_message_type: 0 0x8353.4-0x8354 (0.4) | | | data_message{}: 0x8354-0x8365 (17) -0x8350| 1f 74 b5 39 | .t.9 | timestamp: 968193055 (s) 0x8354-0x8358 (4) +0x8350| 1f 74 b5 39 | .t.9 | timestamp: 968193055 (2020-09-04T22:30:55Z) 0x8354-0x8358 (4) 0x8350| 0c d3 02 00 | .... | distance: 1851 (185100) (m) 0x8358-0x835c (4) 0x8350| e8 03 | .. | speed: 1 (1000) (m/s) 0x835c-0x835e (2) 0x8350| 77 | w | heart_rate: 119 (bpm) 0x835e-0x835f (1) @@ -30458,7 +30458,7 @@ $ fq -d fit dv activity_dev.fit 0x8360| 00 | . | reserved: false 0x8365.3-0x8365.4 (0.1) 0x8360| 00 | . | local_message_type: 0 0x8365.4-0x8366 (0.4) | | | data_message{}: 0x8366-0x8377 (17) -0x8360| 20 74 b5 39 | t.9 | timestamp: 968193056 (s) 0x8366-0x836a (4) +0x8360| 20 74 b5 39 | t.9 | timestamp: 968193056 (2020-09-04T22:30:56Z) 0x8366-0x836a (4) 0x8360| 70 d3 02 00 | p... | distance: 1852 (185200) (m) 0x836a-0x836e (4) 0x8360| e8 03| ..| speed: 1 (1000) (m/s) 0x836e-0x8370 (2) 0x8370|6f |o | heart_rate: 111 (bpm) 0x8370-0x8371 (1) @@ -30474,7 +30474,7 @@ $ fq -d fit dv activity_dev.fit 0x8370| 00 | . | reserved: false 0x8377.3-0x8377.4 (0.1) 0x8370| 00 | . | local_message_type: 0 0x8377.4-0x8378 (0.4) | | | data_message{}: 0x8378-0x8389 (17) -0x8370| 21 74 b5 39 | !t.9 | timestamp: 968193057 (s) 0x8378-0x837c (4) +0x8370| 21 74 b5 39 | !t.9 | timestamp: 968193057 (2020-09-04T22:30:57Z) 0x8378-0x837c (4) 0x8370| d4 d3 02 00| ....| distance: 1853 (185300) (m) 0x837c-0x8380 (4) 0x8380|e8 03 |.. | speed: 1 (1000) (m/s) 0x8380-0x8382 (2) 0x8380| 67 | g | heart_rate: 103 (bpm) 0x8382-0x8383 (1) @@ -30490,7 +30490,7 @@ $ fq -d fit dv activity_dev.fit 0x8380| 00 | . | reserved: false 0x8389.3-0x8389.4 (0.1) 0x8380| 00 | . | local_message_type: 0 0x8389.4-0x838a (0.4) | | | data_message{}: 0x838a-0x839b (17) -0x8380| 22 74 b5 39 | "t.9 | timestamp: 968193058 (s) 0x838a-0x838e (4) +0x8380| 22 74 b5 39 | "t.9 | timestamp: 968193058 (2020-09-04T22:30:58Z) 0x838a-0x838e (4) 0x8380| 38 d4| 8.| distance: 1854 (185400) (m) 0x838e-0x8392 (4) 0x8390|02 00 |.. | 0x8390| e8 03 | .. | speed: 1 (1000) (m/s) 0x8392-0x8394 (2) @@ -30507,7 +30507,7 @@ $ fq -d fit dv activity_dev.fit 0x8390| 00 | . | reserved: false 0x839b.3-0x839b.4 (0.1) 0x8390| 00 | . | local_message_type: 0 0x839b.4-0x839c (0.4) | | | data_message{}: 0x839c-0x83ad (17) -0x8390| 23 74 b5 39| #t.9| timestamp: 968193059 (s) 0x839c-0x83a0 (4) +0x8390| 23 74 b5 39| #t.9| timestamp: 968193059 (2020-09-04T22:30:59Z) 0x839c-0x83a0 (4) 0x83a0|9c d4 02 00 |.... | distance: 1855 (185500) (m) 0x83a0-0x83a4 (4) 0x83a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x83a4-0x83a6 (2) 0x83a0| 57 | W | heart_rate: 87 (bpm) 0x83a6-0x83a7 (1) @@ -30523,7 +30523,7 @@ $ fq -d fit dv activity_dev.fit 0x83a0| 00 | . | reserved: false 0x83ad.3-0x83ad.4 (0.1) 0x83a0| 00 | . | local_message_type: 0 0x83ad.4-0x83ae (0.4) | | | data_message{}: 0x83ae-0x83bf (17) -0x83a0| 24 74| $t| timestamp: 968193060 (s) 0x83ae-0x83b2 (4) +0x83a0| 24 74| $t| timestamp: 968193060 (2020-09-04T22:31:00Z) 0x83ae-0x83b2 (4) 0x83b0|b5 39 |.9 | 0x83b0| 00 d5 02 00 | .... | distance: 1856 (185600) (m) 0x83b2-0x83b6 (4) 0x83b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x83b6-0x83b8 (2) @@ -30540,7 +30540,7 @@ $ fq -d fit dv activity_dev.fit 0x83b0| 00| .| reserved: false 0x83bf.3-0x83bf.4 (0.1) 0x83b0| 00| .| local_message_type: 0 0x83bf.4-0x83c0 (0.4) | | | data_message{}: 0x83c0-0x83d1 (17) -0x83c0|25 74 b5 39 |%t.9 | timestamp: 968193061 (s) 0x83c0-0x83c4 (4) +0x83c0|25 74 b5 39 |%t.9 | timestamp: 968193061 (2020-09-04T22:31:01Z) 0x83c0-0x83c4 (4) 0x83c0| 64 d5 02 00 | d... | distance: 1857 (185700) (m) 0x83c4-0x83c8 (4) 0x83c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x83c8-0x83ca (2) 0x83c0| 48 | H | heart_rate: 72 (bpm) 0x83ca-0x83cb (1) @@ -30556,7 +30556,7 @@ $ fq -d fit dv activity_dev.fit 0x83d0| 00 | . | reserved: false 0x83d1.3-0x83d1.4 (0.1) 0x83d0| 00 | . | local_message_type: 0 0x83d1.4-0x83d2 (0.4) | | | data_message{}: 0x83d2-0x83e3 (17) -0x83d0| 26 74 b5 39 | &t.9 | timestamp: 968193062 (s) 0x83d2-0x83d6 (4) +0x83d0| 26 74 b5 39 | &t.9 | timestamp: 968193062 (2020-09-04T22:31:02Z) 0x83d2-0x83d6 (4) 0x83d0| c8 d5 02 00 | .... | distance: 1858 (185800) (m) 0x83d6-0x83da (4) 0x83d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x83da-0x83dc (2) 0x83d0| 41 | A | heart_rate: 65 (bpm) 0x83dc-0x83dd (1) @@ -30572,7 +30572,7 @@ $ fq -d fit dv activity_dev.fit 0x83e0| 00 | . | reserved: false 0x83e3.3-0x83e3.4 (0.1) 0x83e0| 00 | . | local_message_type: 0 0x83e3.4-0x83e4 (0.4) | | | data_message{}: 0x83e4-0x83f5 (17) -0x83e0| 27 74 b5 39 | 't.9 | timestamp: 968193063 (s) 0x83e4-0x83e8 (4) +0x83e0| 27 74 b5 39 | 't.9 | timestamp: 968193063 (2020-09-04T22:31:03Z) 0x83e4-0x83e8 (4) 0x83e0| 2c d6 02 00 | ,... | distance: 1859 (185900) (m) 0x83e8-0x83ec (4) 0x83e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x83ec-0x83ee (2) 0x83e0| 3a | : | heart_rate: 58 (bpm) 0x83ee-0x83ef (1) @@ -30588,7 +30588,7 @@ $ fq -d fit dv activity_dev.fit 0x83f0| 00 | . | reserved: false 0x83f5.3-0x83f5.4 (0.1) 0x83f0| 00 | . | local_message_type: 0 0x83f5.4-0x83f6 (0.4) | | | data_message{}: 0x83f6-0x8407 (17) -0x83f0| 28 74 b5 39 | (t.9 | timestamp: 968193064 (s) 0x83f6-0x83fa (4) +0x83f0| 28 74 b5 39 | (t.9 | timestamp: 968193064 (2020-09-04T22:31:04Z) 0x83f6-0x83fa (4) 0x83f0| 90 d6 02 00 | .... | distance: 1860 (186000) (m) 0x83fa-0x83fe (4) 0x83f0| e8 03| ..| speed: 1 (1000) (m/s) 0x83fe-0x8400 (2) 0x8400|34 |4 | heart_rate: 52 (bpm) 0x8400-0x8401 (1) @@ -30604,7 +30604,7 @@ $ fq -d fit dv activity_dev.fit 0x8400| 00 | . | reserved: false 0x8407.3-0x8407.4 (0.1) 0x8400| 00 | . | local_message_type: 0 0x8407.4-0x8408 (0.4) | | | data_message{}: 0x8408-0x8419 (17) -0x8400| 29 74 b5 39 | )t.9 | timestamp: 968193065 (s) 0x8408-0x840c (4) +0x8400| 29 74 b5 39 | )t.9 | timestamp: 968193065 (2020-09-04T22:31:05Z) 0x8408-0x840c (4) 0x8400| f4 d6 02 00| ....| distance: 1861 (186100) (m) 0x840c-0x8410 (4) 0x8410|e8 03 |.. | speed: 1 (1000) (m/s) 0x8410-0x8412 (2) 0x8410| 2e | . | heart_rate: 46 (bpm) 0x8412-0x8413 (1) @@ -30620,7 +30620,7 @@ $ fq -d fit dv activity_dev.fit 0x8410| 00 | . | reserved: false 0x8419.3-0x8419.4 (0.1) 0x8410| 00 | . | local_message_type: 0 0x8419.4-0x841a (0.4) | | | data_message{}: 0x841a-0x842b (17) -0x8410| 2a 74 b5 39 | *t.9 | timestamp: 968193066 (s) 0x841a-0x841e (4) +0x8410| 2a 74 b5 39 | *t.9 | timestamp: 968193066 (2020-09-04T22:31:06Z) 0x841a-0x841e (4) 0x8410| 58 d7| X.| distance: 1862 (186200) (m) 0x841e-0x8422 (4) 0x8420|02 00 |.. | 0x8420| e8 03 | .. | speed: 1 (1000) (m/s) 0x8422-0x8424 (2) @@ -30637,7 +30637,7 @@ $ fq -d fit dv activity_dev.fit 0x8420| 00 | . | reserved: false 0x842b.3-0x842b.4 (0.1) 0x8420| 00 | . | local_message_type: 0 0x842b.4-0x842c (0.4) | | | data_message{}: 0x842c-0x843d (17) -0x8420| 2b 74 b5 39| +t.9| timestamp: 968193067 (s) 0x842c-0x8430 (4) +0x8420| 2b 74 b5 39| +t.9| timestamp: 968193067 (2020-09-04T22:31:07Z) 0x842c-0x8430 (4) 0x8430|bc d7 02 00 |.... | distance: 1863 (186300) (m) 0x8430-0x8434 (4) 0x8430| e8 03 | .. | speed: 1 (1000) (m/s) 0x8434-0x8436 (2) 0x8430| 22 | " | heart_rate: 34 (bpm) 0x8436-0x8437 (1) @@ -30653,7 +30653,7 @@ $ fq -d fit dv activity_dev.fit 0x8430| 00 | . | reserved: false 0x843d.3-0x843d.4 (0.1) 0x8430| 00 | . | local_message_type: 0 0x843d.4-0x843e (0.4) | | | data_message{}: 0x843e-0x844f (17) -0x8430| 2c 74| ,t| timestamp: 968193068 (s) 0x843e-0x8442 (4) +0x8430| 2c 74| ,t| timestamp: 968193068 (2020-09-04T22:31:08Z) 0x843e-0x8442 (4) 0x8440|b5 39 |.9 | 0x8440| 20 d8 02 00 | ... | distance: 1864 (186400) (m) 0x8442-0x8446 (4) 0x8440| e8 03 | .. | speed: 1 (1000) (m/s) 0x8446-0x8448 (2) @@ -30670,7 +30670,7 @@ $ fq -d fit dv activity_dev.fit 0x8440| 00| .| reserved: false 0x844f.3-0x844f.4 (0.1) 0x8440| 00| .| local_message_type: 0 0x844f.4-0x8450 (0.4) | | | data_message{}: 0x8450-0x8461 (17) -0x8450|2d 74 b5 39 |-t.9 | timestamp: 968193069 (s) 0x8450-0x8454 (4) +0x8450|2d 74 b5 39 |-t.9 | timestamp: 968193069 (2020-09-04T22:31:09Z) 0x8450-0x8454 (4) 0x8450| 84 d8 02 00 | .... | distance: 1865 (186500) (m) 0x8454-0x8458 (4) 0x8450| e8 03 | .. | speed: 1 (1000) (m/s) 0x8458-0x845a (2) 0x8450| 18 | . | heart_rate: 24 (bpm) 0x845a-0x845b (1) @@ -30686,7 +30686,7 @@ $ fq -d fit dv activity_dev.fit 0x8460| 00 | . | reserved: false 0x8461.3-0x8461.4 (0.1) 0x8460| 00 | . | local_message_type: 0 0x8461.4-0x8462 (0.4) | | | data_message{}: 0x8462-0x8473 (17) -0x8460| 2e 74 b5 39 | .t.9 | timestamp: 968193070 (s) 0x8462-0x8466 (4) +0x8460| 2e 74 b5 39 | .t.9 | timestamp: 968193070 (2020-09-04T22:31:10Z) 0x8462-0x8466 (4) 0x8460| e8 d8 02 00 | .... | distance: 1866 (186600) (m) 0x8466-0x846a (4) 0x8460| e8 03 | .. | speed: 1 (1000) (m/s) 0x846a-0x846c (2) 0x8460| 13 | . | heart_rate: 19 (bpm) 0x846c-0x846d (1) @@ -30702,7 +30702,7 @@ $ fq -d fit dv activity_dev.fit 0x8470| 00 | . | reserved: false 0x8473.3-0x8473.4 (0.1) 0x8470| 00 | . | local_message_type: 0 0x8473.4-0x8474 (0.4) | | | data_message{}: 0x8474-0x8485 (17) -0x8470| 2f 74 b5 39 | /t.9 | timestamp: 968193071 (s) 0x8474-0x8478 (4) +0x8470| 2f 74 b5 39 | /t.9 | timestamp: 968193071 (2020-09-04T22:31:11Z) 0x8474-0x8478 (4) 0x8470| 4c d9 02 00 | L... | distance: 1867 (186700) (m) 0x8478-0x847c (4) 0x8470| e8 03 | .. | speed: 1 (1000) (m/s) 0x847c-0x847e (2) 0x8470| 0f | . | heart_rate: 15 (bpm) 0x847e-0x847f (1) @@ -30718,7 +30718,7 @@ $ fq -d fit dv activity_dev.fit 0x8480| 00 | . | reserved: false 0x8485.3-0x8485.4 (0.1) 0x8480| 00 | . | local_message_type: 0 0x8485.4-0x8486 (0.4) | | | data_message{}: 0x8486-0x8497 (17) -0x8480| 30 74 b5 39 | 0t.9 | timestamp: 968193072 (s) 0x8486-0x848a (4) +0x8480| 30 74 b5 39 | 0t.9 | timestamp: 968193072 (2020-09-04T22:31:12Z) 0x8486-0x848a (4) 0x8480| b0 d9 02 00 | .... | distance: 1868 (186800) (m) 0x848a-0x848e (4) 0x8480| e8 03| ..| speed: 1 (1000) (m/s) 0x848e-0x8490 (2) 0x8490|0c |. | heart_rate: 12 (bpm) 0x8490-0x8491 (1) @@ -30734,7 +30734,7 @@ $ fq -d fit dv activity_dev.fit 0x8490| 00 | . | reserved: false 0x8497.3-0x8497.4 (0.1) 0x8490| 00 | . | local_message_type: 0 0x8497.4-0x8498 (0.4) | | | data_message{}: 0x8498-0x84a9 (17) -0x8490| 31 74 b5 39 | 1t.9 | timestamp: 968193073 (s) 0x8498-0x849c (4) +0x8490| 31 74 b5 39 | 1t.9 | timestamp: 968193073 (2020-09-04T22:31:13Z) 0x8498-0x849c (4) 0x8490| 14 da 02 00| ....| distance: 1869 (186900) (m) 0x849c-0x84a0 (4) 0x84a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x84a0-0x84a2 (2) 0x84a0| 08 | . | heart_rate: 8 (bpm) 0x84a2-0x84a3 (1) @@ -30750,7 +30750,7 @@ $ fq -d fit dv activity_dev.fit 0x84a0| 00 | . | reserved: false 0x84a9.3-0x84a9.4 (0.1) 0x84a0| 00 | . | local_message_type: 0 0x84a9.4-0x84aa (0.4) | | | data_message{}: 0x84aa-0x84bb (17) -0x84a0| 32 74 b5 39 | 2t.9 | timestamp: 968193074 (s) 0x84aa-0x84ae (4) +0x84a0| 32 74 b5 39 | 2t.9 | timestamp: 968193074 (2020-09-04T22:31:14Z) 0x84aa-0x84ae (4) 0x84a0| 78 da| x.| distance: 1870 (187000) (m) 0x84ae-0x84b2 (4) 0x84b0|02 00 |.. | 0x84b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x84b2-0x84b4 (2) @@ -30767,7 +30767,7 @@ $ fq -d fit dv activity_dev.fit 0x84b0| 00 | . | reserved: false 0x84bb.3-0x84bb.4 (0.1) 0x84b0| 00 | . | local_message_type: 0 0x84bb.4-0x84bc (0.4) | | | data_message{}: 0x84bc-0x84cd (17) -0x84b0| 33 74 b5 39| 3t.9| timestamp: 968193075 (s) 0x84bc-0x84c0 (4) +0x84b0| 33 74 b5 39| 3t.9| timestamp: 968193075 (2020-09-04T22:31:15Z) 0x84bc-0x84c0 (4) 0x84c0|dc da 02 00 |.... | distance: 1871 (187100) (m) 0x84c0-0x84c4 (4) 0x84c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x84c4-0x84c6 (2) 0x84c0| 03 | . | heart_rate: 3 (bpm) 0x84c6-0x84c7 (1) @@ -30783,7 +30783,7 @@ $ fq -d fit dv activity_dev.fit 0x84c0| 00 | . | reserved: false 0x84cd.3-0x84cd.4 (0.1) 0x84c0| 00 | . | local_message_type: 0 0x84cd.4-0x84ce (0.4) | | | data_message{}: 0x84ce-0x84df (17) -0x84c0| 34 74| 4t| timestamp: 968193076 (s) 0x84ce-0x84d2 (4) +0x84c0| 34 74| 4t| timestamp: 968193076 (2020-09-04T22:31:16Z) 0x84ce-0x84d2 (4) 0x84d0|b5 39 |.9 | 0x84d0| 40 db 02 00 | @... | distance: 1872 (187200) (m) 0x84d2-0x84d6 (4) 0x84d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x84d6-0x84d8 (2) @@ -30800,7 +30800,7 @@ $ fq -d fit dv activity_dev.fit 0x84d0| 00| .| reserved: false 0x84df.3-0x84df.4 (0.1) 0x84d0| 00| .| local_message_type: 0 0x84df.4-0x84e0 (0.4) | | | data_message{}: 0x84e0-0x84f1 (17) -0x84e0|35 74 b5 39 |5t.9 | timestamp: 968193077 (s) 0x84e0-0x84e4 (4) +0x84e0|35 74 b5 39 |5t.9 | timestamp: 968193077 (2020-09-04T22:31:17Z) 0x84e0-0x84e4 (4) 0x84e0| a4 db 02 00 | .... | distance: 1873 (187300) (m) 0x84e4-0x84e8 (4) 0x84e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x84e8-0x84ea (2) 0x84e0| 01 | . | heart_rate: 1 (bpm) 0x84ea-0x84eb (1) @@ -30816,7 +30816,7 @@ $ fq -d fit dv activity_dev.fit 0x84f0| 00 | . | reserved: false 0x84f1.3-0x84f1.4 (0.1) 0x84f0| 00 | . | local_message_type: 0 0x84f1.4-0x84f2 (0.4) | | | data_message{}: 0x84f2-0x8503 (17) -0x84f0| 36 74 b5 39 | 6t.9 | timestamp: 968193078 (s) 0x84f2-0x84f6 (4) +0x84f0| 36 74 b5 39 | 6t.9 | timestamp: 968193078 (2020-09-04T22:31:18Z) 0x84f2-0x84f6 (4) 0x84f0| 08 dc 02 00 | .... | distance: 1874 (187400) (m) 0x84f6-0x84fa (4) 0x84f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x84fa-0x84fc (2) 0x84f0| 00 | . | heart_rate: 0 (bpm) 0x84fc-0x84fd (1) @@ -30832,7 +30832,7 @@ $ fq -d fit dv activity_dev.fit 0x8500| 00 | . | reserved: false 0x8503.3-0x8503.4 (0.1) 0x8500| 00 | . | local_message_type: 0 0x8503.4-0x8504 (0.4) | | | data_message{}: 0x8504-0x8515 (17) -0x8500| 37 74 b5 39 | 7t.9 | timestamp: 968193079 (s) 0x8504-0x8508 (4) +0x8500| 37 74 b5 39 | 7t.9 | timestamp: 968193079 (2020-09-04T22:31:19Z) 0x8504-0x8508 (4) 0x8500| 6c dc 02 00 | l... | distance: 1875 (187500) (m) 0x8508-0x850c (4) 0x8500| e8 03 | .. | speed: 1 (1000) (m/s) 0x850c-0x850e (2) 0x8500| 00 | . | heart_rate: 0 (bpm) 0x850e-0x850f (1) @@ -30848,7 +30848,7 @@ $ fq -d fit dv activity_dev.fit 0x8510| 00 | . | reserved: false 0x8515.3-0x8515.4 (0.1) 0x8510| 00 | . | local_message_type: 0 0x8515.4-0x8516 (0.4) | | | data_message{}: 0x8516-0x8527 (17) -0x8510| 38 74 b5 39 | 8t.9 | timestamp: 968193080 (s) 0x8516-0x851a (4) +0x8510| 38 74 b5 39 | 8t.9 | timestamp: 968193080 (2020-09-04T22:31:20Z) 0x8516-0x851a (4) 0x8510| d0 dc 02 00 | .... | distance: 1876 (187600) (m) 0x851a-0x851e (4) 0x8510| e8 03| ..| speed: 1 (1000) (m/s) 0x851e-0x8520 (2) 0x8520|00 |. | heart_rate: 0 (bpm) 0x8520-0x8521 (1) @@ -30864,7 +30864,7 @@ $ fq -d fit dv activity_dev.fit 0x8520| 00 | . | reserved: false 0x8527.3-0x8527.4 (0.1) 0x8520| 00 | . | local_message_type: 0 0x8527.4-0x8528 (0.4) | | | data_message{}: 0x8528-0x8539 (17) -0x8520| 39 74 b5 39 | 9t.9 | timestamp: 968193081 (s) 0x8528-0x852c (4) +0x8520| 39 74 b5 39 | 9t.9 | timestamp: 968193081 (2020-09-04T22:31:21Z) 0x8528-0x852c (4) 0x8520| 34 dd 02 00| 4...| distance: 1877 (187700) (m) 0x852c-0x8530 (4) 0x8530|e8 03 |.. | speed: 1 (1000) (m/s) 0x8530-0x8532 (2) 0x8530| 01 | . | heart_rate: 1 (bpm) 0x8532-0x8533 (1) @@ -30880,7 +30880,7 @@ $ fq -d fit dv activity_dev.fit 0x8530| 00 | . | reserved: false 0x8539.3-0x8539.4 (0.1) 0x8530| 00 | . | local_message_type: 0 0x8539.4-0x853a (0.4) | | | data_message{}: 0x853a-0x854b (17) -0x8530| 3a 74 b5 39 | :t.9 | timestamp: 968193082 (s) 0x853a-0x853e (4) +0x8530| 3a 74 b5 39 | :t.9 | timestamp: 968193082 (2020-09-04T22:31:22Z) 0x853a-0x853e (4) 0x8530| 98 dd| ..| distance: 1878 (187800) (m) 0x853e-0x8542 (4) 0x8540|02 00 |.. | 0x8540| e8 03 | .. | speed: 1 (1000) (m/s) 0x8542-0x8544 (2) @@ -30897,7 +30897,7 @@ $ fq -d fit dv activity_dev.fit 0x8540| 00 | . | reserved: false 0x854b.3-0x854b.4 (0.1) 0x8540| 00 | . | local_message_type: 0 0x854b.4-0x854c (0.4) | | | data_message{}: 0x854c-0x855d (17) -0x8540| 3b 74 b5 39| ;t.9| timestamp: 968193083 (s) 0x854c-0x8550 (4) +0x8540| 3b 74 b5 39| ;t.9| timestamp: 968193083 (2020-09-04T22:31:23Z) 0x854c-0x8550 (4) 0x8550|fc dd 02 00 |.... | distance: 1879 (187900) (m) 0x8550-0x8554 (4) 0x8550| e8 03 | .. | speed: 1 (1000) (m/s) 0x8554-0x8556 (2) 0x8550| 03 | . | heart_rate: 3 (bpm) 0x8556-0x8557 (1) @@ -30913,7 +30913,7 @@ $ fq -d fit dv activity_dev.fit 0x8550| 00 | . | reserved: false 0x855d.3-0x855d.4 (0.1) 0x8550| 00 | . | local_message_type: 0 0x855d.4-0x855e (0.4) | | | data_message{}: 0x855e-0x856f (17) -0x8550| 3c 74| t.9 | timestamp: 968193086 (s) 0x8582-0x8586 (4) +0x8580| 3e 74 b5 39 | >t.9 | timestamp: 968193086 (2020-09-04T22:31:26Z) 0x8582-0x8586 (4) 0x8580| 28 df 02 00 | (... | distance: 1882 (188200) (m) 0x8586-0x858a (4) 0x8580| e8 03 | .. | speed: 1 (1000) (m/s) 0x858a-0x858c (2) 0x8580| 0c | . | heart_rate: 12 (bpm) 0x858c-0x858d (1) @@ -30962,7 +30962,7 @@ $ fq -d fit dv activity_dev.fit 0x8590| 00 | . | reserved: false 0x8593.3-0x8593.4 (0.1) 0x8590| 00 | . | local_message_type: 0 0x8593.4-0x8594 (0.4) | | | data_message{}: 0x8594-0x85a5 (17) -0x8590| 3f 74 b5 39 | ?t.9 | timestamp: 968193087 (s) 0x8594-0x8598 (4) +0x8590| 3f 74 b5 39 | ?t.9 | timestamp: 968193087 (2020-09-04T22:31:27Z) 0x8594-0x8598 (4) 0x8590| 8c df 02 00 | .... | distance: 1883 (188300) (m) 0x8598-0x859c (4) 0x8590| e8 03 | .. | speed: 1 (1000) (m/s) 0x859c-0x859e (2) 0x8590| 0f | . | heart_rate: 15 (bpm) 0x859e-0x859f (1) @@ -30978,7 +30978,7 @@ $ fq -d fit dv activity_dev.fit 0x85a0| 00 | . | reserved: false 0x85a5.3-0x85a5.4 (0.1) 0x85a0| 00 | . | local_message_type: 0 0x85a5.4-0x85a6 (0.4) | | | data_message{}: 0x85a6-0x85b7 (17) -0x85a0| 40 74 b5 39 | @t.9 | timestamp: 968193088 (s) 0x85a6-0x85aa (4) +0x85a0| 40 74 b5 39 | @t.9 | timestamp: 968193088 (2020-09-04T22:31:28Z) 0x85a6-0x85aa (4) 0x85a0| f0 df 02 00 | .... | distance: 1884 (188400) (m) 0x85aa-0x85ae (4) 0x85a0| e8 03| ..| speed: 1 (1000) (m/s) 0x85ae-0x85b0 (2) 0x85b0|13 |. | heart_rate: 19 (bpm) 0x85b0-0x85b1 (1) @@ -30994,7 +30994,7 @@ $ fq -d fit dv activity_dev.fit 0x85b0| 00 | . | reserved: false 0x85b7.3-0x85b7.4 (0.1) 0x85b0| 00 | . | local_message_type: 0 0x85b7.4-0x85b8 (0.4) | | | data_message{}: 0x85b8-0x85c9 (17) -0x85b0| 41 74 b5 39 | At.9 | timestamp: 968193089 (s) 0x85b8-0x85bc (4) +0x85b0| 41 74 b5 39 | At.9 | timestamp: 968193089 (2020-09-04T22:31:29Z) 0x85b8-0x85bc (4) 0x85b0| 54 e0 02 00| T...| distance: 1885 (188500) (m) 0x85bc-0x85c0 (4) 0x85c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x85c0-0x85c2 (2) 0x85c0| 18 | . | heart_rate: 24 (bpm) 0x85c2-0x85c3 (1) @@ -31010,7 +31010,7 @@ $ fq -d fit dv activity_dev.fit 0x85c0| 00 | . | reserved: false 0x85c9.3-0x85c9.4 (0.1) 0x85c0| 00 | . | local_message_type: 0 0x85c9.4-0x85ca (0.4) | | | data_message{}: 0x85ca-0x85db (17) -0x85c0| 42 74 b5 39 | Bt.9 | timestamp: 968193090 (s) 0x85ca-0x85ce (4) +0x85c0| 42 74 b5 39 | Bt.9 | timestamp: 968193090 (2020-09-04T22:31:30Z) 0x85ca-0x85ce (4) 0x85c0| b8 e0| ..| distance: 1886 (188600) (m) 0x85ce-0x85d2 (4) 0x85d0|02 00 |.. | 0x85d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x85d2-0x85d4 (2) @@ -31027,7 +31027,7 @@ $ fq -d fit dv activity_dev.fit 0x85d0| 00 | . | reserved: false 0x85db.3-0x85db.4 (0.1) 0x85d0| 00 | . | local_message_type: 0 0x85db.4-0x85dc (0.4) | | | data_message{}: 0x85dc-0x85ed (17) -0x85d0| 43 74 b5 39| Ct.9| timestamp: 968193091 (s) 0x85dc-0x85e0 (4) +0x85d0| 43 74 b5 39| Ct.9| timestamp: 968193091 (2020-09-04T22:31:31Z) 0x85dc-0x85e0 (4) 0x85e0|1c e1 02 00 |.... | distance: 1887 (188700) (m) 0x85e0-0x85e4 (4) 0x85e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x85e4-0x85e6 (2) 0x85e0| 22 | " | heart_rate: 34 (bpm) 0x85e6-0x85e7 (1) @@ -31043,7 +31043,7 @@ $ fq -d fit dv activity_dev.fit 0x85e0| 00 | . | reserved: false 0x85ed.3-0x85ed.4 (0.1) 0x85e0| 00 | . | local_message_type: 0 0x85ed.4-0x85ee (0.4) | | | data_message{}: 0x85ee-0x85ff (17) -0x85e0| 44 74| Dt| timestamp: 968193092 (s) 0x85ee-0x85f2 (4) +0x85e0| 44 74| Dt| timestamp: 968193092 (2020-09-04T22:31:32Z) 0x85ee-0x85f2 (4) 0x85f0|b5 39 |.9 | 0x85f0| 80 e1 02 00 | .... | distance: 1888 (188800) (m) 0x85f2-0x85f6 (4) 0x85f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x85f6-0x85f8 (2) @@ -31060,7 +31060,7 @@ $ fq -d fit dv activity_dev.fit 0x85f0| 00| .| reserved: false 0x85ff.3-0x85ff.4 (0.1) 0x85f0| 00| .| local_message_type: 0 0x85ff.4-0x8600 (0.4) | | | data_message{}: 0x8600-0x8611 (17) -0x8600|45 74 b5 39 |Et.9 | timestamp: 968193093 (s) 0x8600-0x8604 (4) +0x8600|45 74 b5 39 |Et.9 | timestamp: 968193093 (2020-09-04T22:31:33Z) 0x8600-0x8604 (4) 0x8600| e4 e1 02 00 | .... | distance: 1889 (188900) (m) 0x8604-0x8608 (4) 0x8600| e8 03 | .. | speed: 1 (1000) (m/s) 0x8608-0x860a (2) 0x8600| 2e | . | heart_rate: 46 (bpm) 0x860a-0x860b (1) @@ -31076,7 +31076,7 @@ $ fq -d fit dv activity_dev.fit 0x8610| 00 | . | reserved: false 0x8611.3-0x8611.4 (0.1) 0x8610| 00 | . | local_message_type: 0 0x8611.4-0x8612 (0.4) | | | data_message{}: 0x8612-0x8623 (17) -0x8610| 46 74 b5 39 | Ft.9 | timestamp: 968193094 (s) 0x8612-0x8616 (4) +0x8610| 46 74 b5 39 | Ft.9 | timestamp: 968193094 (2020-09-04T22:31:34Z) 0x8612-0x8616 (4) 0x8610| 48 e2 02 00 | H... | distance: 1890 (189000) (m) 0x8616-0x861a (4) 0x8610| e8 03 | .. | speed: 1 (1000) (m/s) 0x861a-0x861c (2) 0x8610| 34 | 4 | heart_rate: 52 (bpm) 0x861c-0x861d (1) @@ -31092,7 +31092,7 @@ $ fq -d fit dv activity_dev.fit 0x8620| 00 | . | reserved: false 0x8623.3-0x8623.4 (0.1) 0x8620| 00 | . | local_message_type: 0 0x8623.4-0x8624 (0.4) | | | data_message{}: 0x8624-0x8635 (17) -0x8620| 47 74 b5 39 | Gt.9 | timestamp: 968193095 (s) 0x8624-0x8628 (4) +0x8620| 47 74 b5 39 | Gt.9 | timestamp: 968193095 (2020-09-04T22:31:35Z) 0x8624-0x8628 (4) 0x8620| ac e2 02 00 | .... | distance: 1891 (189100) (m) 0x8628-0x862c (4) 0x8620| e8 03 | .. | speed: 1 (1000) (m/s) 0x862c-0x862e (2) 0x8620| 3a | : | heart_rate: 58 (bpm) 0x862e-0x862f (1) @@ -31108,7 +31108,7 @@ $ fq -d fit dv activity_dev.fit 0x8630| 00 | . | reserved: false 0x8635.3-0x8635.4 (0.1) 0x8630| 00 | . | local_message_type: 0 0x8635.4-0x8636 (0.4) | | | data_message{}: 0x8636-0x8647 (17) -0x8630| 48 74 b5 39 | Ht.9 | timestamp: 968193096 (s) 0x8636-0x863a (4) +0x8630| 48 74 b5 39 | Ht.9 | timestamp: 968193096 (2020-09-04T22:31:36Z) 0x8636-0x863a (4) 0x8630| 10 e3 02 00 | .... | distance: 1892 (189200) (m) 0x863a-0x863e (4) 0x8630| e8 03| ..| speed: 1 (1000) (m/s) 0x863e-0x8640 (2) 0x8640|41 |A | heart_rate: 65 (bpm) 0x8640-0x8641 (1) @@ -31124,7 +31124,7 @@ $ fq -d fit dv activity_dev.fit 0x8640| 00 | . | reserved: false 0x8647.3-0x8647.4 (0.1) 0x8640| 00 | . | local_message_type: 0 0x8647.4-0x8648 (0.4) | | | data_message{}: 0x8648-0x8659 (17) -0x8640| 49 74 b5 39 | It.9 | timestamp: 968193097 (s) 0x8648-0x864c (4) +0x8640| 49 74 b5 39 | It.9 | timestamp: 968193097 (2020-09-04T22:31:37Z) 0x8648-0x864c (4) 0x8640| 74 e3 02 00| t...| distance: 1893 (189300) (m) 0x864c-0x8650 (4) 0x8650|e8 03 |.. | speed: 1 (1000) (m/s) 0x8650-0x8652 (2) 0x8650| 48 | H | heart_rate: 72 (bpm) 0x8652-0x8653 (1) @@ -31140,7 +31140,7 @@ $ fq -d fit dv activity_dev.fit 0x8650| 00 | . | reserved: false 0x8659.3-0x8659.4 (0.1) 0x8650| 00 | . | local_message_type: 0 0x8659.4-0x865a (0.4) | | | data_message{}: 0x865a-0x866b (17) -0x8650| 4a 74 b5 39 | Jt.9 | timestamp: 968193098 (s) 0x865a-0x865e (4) +0x8650| 4a 74 b5 39 | Jt.9 | timestamp: 968193098 (2020-09-04T22:31:38Z) 0x865a-0x865e (4) 0x8650| d8 e3| ..| distance: 1894 (189400) (m) 0x865e-0x8662 (4) 0x8660|02 00 |.. | 0x8660| e8 03 | .. | speed: 1 (1000) (m/s) 0x8662-0x8664 (2) @@ -31157,7 +31157,7 @@ $ fq -d fit dv activity_dev.fit 0x8660| 00 | . | reserved: false 0x866b.3-0x866b.4 (0.1) 0x8660| 00 | . | local_message_type: 0 0x866b.4-0x866c (0.4) | | | data_message{}: 0x866c-0x867d (17) -0x8660| 4b 74 b5 39| Kt.9| timestamp: 968193099 (s) 0x866c-0x8670 (4) +0x8660| 4b 74 b5 39| Kt.9| timestamp: 968193099 (2020-09-04T22:31:39Z) 0x866c-0x8670 (4) 0x8670|3c e4 02 00 |<... | distance: 1895 (189500) (m) 0x8670-0x8674 (4) 0x8670| e8 03 | .. | speed: 1 (1000) (m/s) 0x8674-0x8676 (2) 0x8670| 57 | W | heart_rate: 87 (bpm) 0x8676-0x8677 (1) @@ -31173,7 +31173,7 @@ $ fq -d fit dv activity_dev.fit 0x8670| 00 | . | reserved: false 0x867d.3-0x867d.4 (0.1) 0x8670| 00 | . | local_message_type: 0 0x867d.4-0x867e (0.4) | | | data_message{}: 0x867e-0x868f (17) -0x8670| 4c 74| Lt| timestamp: 968193100 (s) 0x867e-0x8682 (4) +0x8670| 4c 74| Lt| timestamp: 968193100 (2020-09-04T22:31:40Z) 0x867e-0x8682 (4) 0x8680|b5 39 |.9 | 0x8680| a0 e4 02 00 | .... | distance: 1896 (189600) (m) 0x8682-0x8686 (4) 0x8680| e8 03 | .. | speed: 1 (1000) (m/s) 0x8686-0x8688 (2) @@ -31190,7 +31190,7 @@ $ fq -d fit dv activity_dev.fit 0x8680| 00| .| reserved: false 0x868f.3-0x868f.4 (0.1) 0x8680| 00| .| local_message_type: 0 0x868f.4-0x8690 (0.4) | | | data_message{}: 0x8690-0x86a1 (17) -0x8690|4d 74 b5 39 |Mt.9 | timestamp: 968193101 (s) 0x8690-0x8694 (4) +0x8690|4d 74 b5 39 |Mt.9 | timestamp: 968193101 (2020-09-04T22:31:41Z) 0x8690-0x8694 (4) 0x8690| 04 e5 02 00 | .... | distance: 1897 (189700) (m) 0x8694-0x8698 (4) 0x8690| e8 03 | .. | speed: 1 (1000) (m/s) 0x8698-0x869a (2) 0x8690| 67 | g | heart_rate: 103 (bpm) 0x869a-0x869b (1) @@ -31206,7 +31206,7 @@ $ fq -d fit dv activity_dev.fit 0x86a0| 00 | . | reserved: false 0x86a1.3-0x86a1.4 (0.1) 0x86a0| 00 | . | local_message_type: 0 0x86a1.4-0x86a2 (0.4) | | | data_message{}: 0x86a2-0x86b3 (17) -0x86a0| 4e 74 b5 39 | Nt.9 | timestamp: 968193102 (s) 0x86a2-0x86a6 (4) +0x86a0| 4e 74 b5 39 | Nt.9 | timestamp: 968193102 (2020-09-04T22:31:42Z) 0x86a2-0x86a6 (4) 0x86a0| 68 e5 02 00 | h... | distance: 1898 (189800) (m) 0x86a6-0x86aa (4) 0x86a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x86aa-0x86ac (2) 0x86a0| 6f | o | heart_rate: 111 (bpm) 0x86ac-0x86ad (1) @@ -31222,7 +31222,7 @@ $ fq -d fit dv activity_dev.fit 0x86b0| 00 | . | reserved: false 0x86b3.3-0x86b3.4 (0.1) 0x86b0| 00 | . | local_message_type: 0 0x86b3.4-0x86b4 (0.4) | | | data_message{}: 0x86b4-0x86c5 (17) -0x86b0| 4f 74 b5 39 | Ot.9 | timestamp: 968193103 (s) 0x86b4-0x86b8 (4) +0x86b0| 4f 74 b5 39 | Ot.9 | timestamp: 968193103 (2020-09-04T22:31:43Z) 0x86b4-0x86b8 (4) 0x86b0| cc e5 02 00 | .... | distance: 1899 (189900) (m) 0x86b8-0x86bc (4) 0x86b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x86bc-0x86be (2) 0x86b0| 77 | w | heart_rate: 119 (bpm) 0x86be-0x86bf (1) @@ -31238,7 +31238,7 @@ $ fq -d fit dv activity_dev.fit 0x86c0| 00 | . | reserved: false 0x86c5.3-0x86c5.4 (0.1) 0x86c0| 00 | . | local_message_type: 0 0x86c5.4-0x86c6 (0.4) | | | data_message{}: 0x86c6-0x86d7 (17) -0x86c0| 50 74 b5 39 | Pt.9 | timestamp: 968193104 (s) 0x86c6-0x86ca (4) +0x86c0| 50 74 b5 39 | Pt.9 | timestamp: 968193104 (2020-09-04T22:31:44Z) 0x86c6-0x86ca (4) 0x86c0| 30 e6 02 00 | 0... | distance: 1900 (190000) (m) 0x86ca-0x86ce (4) 0x86c0| e8 03| ..| speed: 1 (1000) (m/s) 0x86ce-0x86d0 (2) 0x86d0|7f |. | heart_rate: 127 (bpm) 0x86d0-0x86d1 (1) @@ -31254,7 +31254,7 @@ $ fq -d fit dv activity_dev.fit 0x86d0| 00 | . | reserved: false 0x86d7.3-0x86d7.4 (0.1) 0x86d0| 00 | . | local_message_type: 0 0x86d7.4-0x86d8 (0.4) | | | data_message{}: 0x86d8-0x86e9 (17) -0x86d0| 51 74 b5 39 | Qt.9 | timestamp: 968193105 (s) 0x86d8-0x86dc (4) +0x86d0| 51 74 b5 39 | Qt.9 | timestamp: 968193105 (2020-09-04T22:31:45Z) 0x86d8-0x86dc (4) 0x86d0| 94 e6 02 00| ....| distance: 1901 (190100) (m) 0x86dc-0x86e0 (4) 0x86e0|e8 03 |.. | speed: 1 (1000) (m/s) 0x86e0-0x86e2 (2) 0x86e0| 86 | . | heart_rate: 134 (bpm) 0x86e2-0x86e3 (1) @@ -31270,7 +31270,7 @@ $ fq -d fit dv activity_dev.fit 0x86e0| 00 | . | reserved: false 0x86e9.3-0x86e9.4 (0.1) 0x86e0| 00 | . | local_message_type: 0 0x86e9.4-0x86ea (0.4) | | | data_message{}: 0x86ea-0x86fb (17) -0x86e0| 52 74 b5 39 | Rt.9 | timestamp: 968193106 (s) 0x86ea-0x86ee (4) +0x86e0| 52 74 b5 39 | Rt.9 | timestamp: 968193106 (2020-09-04T22:31:46Z) 0x86ea-0x86ee (4) 0x86e0| f8 e6| ..| distance: 1902 (190200) (m) 0x86ee-0x86f2 (4) 0x86f0|02 00 |.. | 0x86f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x86f2-0x86f4 (2) @@ -31287,7 +31287,7 @@ $ fq -d fit dv activity_dev.fit 0x86f0| 00 | . | reserved: false 0x86fb.3-0x86fb.4 (0.1) 0x86f0| 00 | . | local_message_type: 0 0x86fb.4-0x86fc (0.4) | | | data_message{}: 0x86fc-0x870d (17) -0x86f0| 53 74 b5 39| St.9| timestamp: 968193107 (s) 0x86fc-0x8700 (4) +0x86f0| 53 74 b5 39| St.9| timestamp: 968193107 (2020-09-04T22:31:47Z) 0x86fc-0x8700 (4) 0x8700|5c e7 02 00 |\... | distance: 1903 (190300) (m) 0x8700-0x8704 (4) 0x8700| e8 03 | .. | speed: 1 (1000) (m/s) 0x8704-0x8706 (2) 0x8700| 96 | . | heart_rate: 150 (bpm) 0x8706-0x8707 (1) @@ -31303,7 +31303,7 @@ $ fq -d fit dv activity_dev.fit 0x8700| 00 | . | reserved: false 0x870d.3-0x870d.4 (0.1) 0x8700| 00 | . | local_message_type: 0 0x870d.4-0x870e (0.4) | | | data_message{}: 0x870e-0x871f (17) -0x8700| 54 74| Tt| timestamp: 968193108 (s) 0x870e-0x8712 (4) +0x8700| 54 74| Tt| timestamp: 968193108 (2020-09-04T22:31:48Z) 0x870e-0x8712 (4) 0x8710|b5 39 |.9 | 0x8710| c0 e7 02 00 | .... | distance: 1904 (190400) (m) 0x8712-0x8716 (4) 0x8710| e8 03 | .. | speed: 1 (1000) (m/s) 0x8716-0x8718 (2) @@ -31320,7 +31320,7 @@ $ fq -d fit dv activity_dev.fit 0x8710| 00| .| reserved: false 0x871f.3-0x871f.4 (0.1) 0x8710| 00| .| local_message_type: 0 0x871f.4-0x8720 (0.4) | | | data_message{}: 0x8720-0x8731 (17) -0x8720|55 74 b5 39 |Ut.9 | timestamp: 968193109 (s) 0x8720-0x8724 (4) +0x8720|55 74 b5 39 |Ut.9 | timestamp: 968193109 (2020-09-04T22:31:49Z) 0x8720-0x8724 (4) 0x8720| 24 e8 02 00 | $... | distance: 1905 (190500) (m) 0x8724-0x8728 (4) 0x8720| e8 03 | .. | speed: 1 (1000) (m/s) 0x8728-0x872a (2) 0x8720| a6 | . | heart_rate: 166 (bpm) 0x872a-0x872b (1) @@ -31336,7 +31336,7 @@ $ fq -d fit dv activity_dev.fit 0x8730| 00 | . | reserved: false 0x8731.3-0x8731.4 (0.1) 0x8730| 00 | . | local_message_type: 0 0x8731.4-0x8732 (0.4) | | | data_message{}: 0x8732-0x8743 (17) -0x8730| 56 74 b5 39 | Vt.9 | timestamp: 968193110 (s) 0x8732-0x8736 (4) +0x8730| 56 74 b5 39 | Vt.9 | timestamp: 968193110 (2020-09-04T22:31:50Z) 0x8732-0x8736 (4) 0x8730| 88 e8 02 00 | .... | distance: 1906 (190600) (m) 0x8736-0x873a (4) 0x8730| e8 03 | .. | speed: 1 (1000) (m/s) 0x873a-0x873c (2) 0x8730| ad | . | heart_rate: 173 (bpm) 0x873c-0x873d (1) @@ -31352,7 +31352,7 @@ $ fq -d fit dv activity_dev.fit 0x8740| 00 | . | reserved: false 0x8743.3-0x8743.4 (0.1) 0x8740| 00 | . | local_message_type: 0 0x8743.4-0x8744 (0.4) | | | data_message{}: 0x8744-0x8755 (17) -0x8740| 57 74 b5 39 | Wt.9 | timestamp: 968193111 (s) 0x8744-0x8748 (4) +0x8740| 57 74 b5 39 | Wt.9 | timestamp: 968193111 (2020-09-04T22:31:51Z) 0x8744-0x8748 (4) 0x8740| ec e8 02 00 | .... | distance: 1907 (190700) (m) 0x8748-0x874c (4) 0x8740| e8 03 | .. | speed: 1 (1000) (m/s) 0x874c-0x874e (2) 0x8740| b5 | . | heart_rate: 181 (bpm) 0x874e-0x874f (1) @@ -31368,7 +31368,7 @@ $ fq -d fit dv activity_dev.fit 0x8750| 00 | . | reserved: false 0x8755.3-0x8755.4 (0.1) 0x8750| 00 | . | local_message_type: 0 0x8755.4-0x8756 (0.4) | | | data_message{}: 0x8756-0x8767 (17) -0x8750| 58 74 b5 39 | Xt.9 | timestamp: 968193112 (s) 0x8756-0x875a (4) +0x8750| 58 74 b5 39 | Xt.9 | timestamp: 968193112 (2020-09-04T22:31:52Z) 0x8756-0x875a (4) 0x8750| 50 e9 02 00 | P... | distance: 1908 (190800) (m) 0x875a-0x875e (4) 0x8750| e8 03| ..| speed: 1 (1000) (m/s) 0x875e-0x8760 (2) 0x8760|bc |. | heart_rate: 188 (bpm) 0x8760-0x8761 (1) @@ -31384,7 +31384,7 @@ $ fq -d fit dv activity_dev.fit 0x8760| 00 | . | reserved: false 0x8767.3-0x8767.4 (0.1) 0x8760| 00 | . | local_message_type: 0 0x8767.4-0x8768 (0.4) | | | data_message{}: 0x8768-0x8779 (17) -0x8760| 59 74 b5 39 | Yt.9 | timestamp: 968193113 (s) 0x8768-0x876c (4) +0x8760| 59 74 b5 39 | Yt.9 | timestamp: 968193113 (2020-09-04T22:31:53Z) 0x8768-0x876c (4) 0x8760| b4 e9 02 00| ....| distance: 1909 (190900) (m) 0x876c-0x8770 (4) 0x8770|e8 03 |.. | speed: 1 (1000) (m/s) 0x8770-0x8772 (2) 0x8770| c3 | . | heart_rate: 195 (bpm) 0x8772-0x8773 (1) @@ -31400,7 +31400,7 @@ $ fq -d fit dv activity_dev.fit 0x8770| 00 | . | reserved: false 0x8779.3-0x8779.4 (0.1) 0x8770| 00 | . | local_message_type: 0 0x8779.4-0x877a (0.4) | | | data_message{}: 0x877a-0x878b (17) -0x8770| 5a 74 b5 39 | Zt.9 | timestamp: 968193114 (s) 0x877a-0x877e (4) +0x8770| 5a 74 b5 39 | Zt.9 | timestamp: 968193114 (2020-09-04T22:31:54Z) 0x877a-0x877e (4) 0x8770| 18 ea| ..| distance: 1910 (191000) (m) 0x877e-0x8782 (4) 0x8780|02 00 |.. | 0x8780| e8 03 | .. | speed: 1 (1000) (m/s) 0x8782-0x8784 (2) @@ -31417,7 +31417,7 @@ $ fq -d fit dv activity_dev.fit 0x8780| 00 | . | reserved: false 0x878b.3-0x878b.4 (0.1) 0x8780| 00 | . | local_message_type: 0 0x878b.4-0x878c (0.4) | | | data_message{}: 0x878c-0x879d (17) -0x8780| 5b 74 b5 39| [t.9| timestamp: 968193115 (s) 0x878c-0x8790 (4) +0x8780| 5b 74 b5 39| [t.9| timestamp: 968193115 (2020-09-04T22:31:55Z) 0x878c-0x8790 (4) 0x8790|7c ea 02 00 ||... | distance: 1911 (191100) (m) 0x8790-0x8794 (4) 0x8790| e8 03 | .. | speed: 1 (1000) (m/s) 0x8794-0x8796 (2) 0x8790| cf | . | heart_rate: 207 (bpm) 0x8796-0x8797 (1) @@ -31433,7 +31433,7 @@ $ fq -d fit dv activity_dev.fit 0x8790| 00 | . | reserved: false 0x879d.3-0x879d.4 (0.1) 0x8790| 00 | . | local_message_type: 0 0x879d.4-0x879e (0.4) | | | data_message{}: 0x879e-0x87af (17) -0x8790| 5c 74| \t| timestamp: 968193116 (s) 0x879e-0x87a2 (4) +0x8790| 5c 74| \t| timestamp: 968193116 (2020-09-04T22:31:56Z) 0x879e-0x87a2 (4) 0x87a0|b5 39 |.9 | 0x87a0| e0 ea 02 00 | .... | distance: 1912 (191200) (m) 0x87a2-0x87a6 (4) 0x87a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x87a6-0x87a8 (2) @@ -31450,7 +31450,7 @@ $ fq -d fit dv activity_dev.fit 0x87a0| 00| .| reserved: false 0x87af.3-0x87af.4 (0.1) 0x87a0| 00| .| local_message_type: 0 0x87af.4-0x87b0 (0.4) | | | data_message{}: 0x87b0-0x87c1 (17) -0x87b0|5d 74 b5 39 |]t.9 | timestamp: 968193117 (s) 0x87b0-0x87b4 (4) +0x87b0|5d 74 b5 39 |]t.9 | timestamp: 968193117 (2020-09-04T22:31:57Z) 0x87b0-0x87b4 (4) 0x87b0| 44 eb 02 00 | D... | distance: 1913 (191300) (m) 0x87b4-0x87b8 (4) 0x87b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x87b8-0x87ba (2) 0x87b0| db | . | heart_rate: 219 (bpm) 0x87ba-0x87bb (1) @@ -31466,7 +31466,7 @@ $ fq -d fit dv activity_dev.fit 0x87c0| 00 | . | reserved: false 0x87c1.3-0x87c1.4 (0.1) 0x87c0| 00 | . | local_message_type: 0 0x87c1.4-0x87c2 (0.4) | | | data_message{}: 0x87c2-0x87d3 (17) -0x87c0| 5e 74 b5 39 | ^t.9 | timestamp: 968193118 (s) 0x87c2-0x87c6 (4) +0x87c0| 5e 74 b5 39 | ^t.9 | timestamp: 968193118 (2020-09-04T22:31:58Z) 0x87c2-0x87c6 (4) 0x87c0| a8 eb 02 00 | .... | distance: 1914 (191400) (m) 0x87c6-0x87ca (4) 0x87c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x87ca-0x87cc (2) 0x87c0| e0 | . | heart_rate: 224 (bpm) 0x87cc-0x87cd (1) @@ -31482,7 +31482,7 @@ $ fq -d fit dv activity_dev.fit 0x87d0| 00 | . | reserved: false 0x87d3.3-0x87d3.4 (0.1) 0x87d0| 00 | . | local_message_type: 0 0x87d3.4-0x87d4 (0.4) | | | data_message{}: 0x87d4-0x87e5 (17) -0x87d0| 5f 74 b5 39 | _t.9 | timestamp: 968193119 (s) 0x87d4-0x87d8 (4) +0x87d0| 5f 74 b5 39 | _t.9 | timestamp: 968193119 (2020-09-04T22:31:59Z) 0x87d4-0x87d8 (4) 0x87d0| 0c ec 02 00 | .... | distance: 1915 (191500) (m) 0x87d8-0x87dc (4) 0x87d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x87dc-0x87de (2) 0x87d0| e5 | . | heart_rate: 229 (bpm) 0x87de-0x87df (1) @@ -31498,7 +31498,7 @@ $ fq -d fit dv activity_dev.fit 0x87e0| 00 | . | reserved: false 0x87e5.3-0x87e5.4 (0.1) 0x87e0| 00 | . | local_message_type: 0 0x87e5.4-0x87e6 (0.4) | | | data_message{}: 0x87e6-0x87f7 (17) -0x87e0| 60 74 b5 39 | `t.9 | timestamp: 968193120 (s) 0x87e6-0x87ea (4) +0x87e0| 60 74 b5 39 | `t.9 | timestamp: 968193120 (2020-09-04T22:32:00Z) 0x87e6-0x87ea (4) 0x87e0| 70 ec 02 00 | p... | distance: 1916 (191600) (m) 0x87ea-0x87ee (4) 0x87e0| e8 03| ..| speed: 1 (1000) (m/s) 0x87ee-0x87f0 (2) 0x87f0|ea |. | heart_rate: 234 (bpm) 0x87f0-0x87f1 (1) @@ -31514,7 +31514,7 @@ $ fq -d fit dv activity_dev.fit 0x87f0| 00 | . | reserved: false 0x87f7.3-0x87f7.4 (0.1) 0x87f0| 00 | . | local_message_type: 0 0x87f7.4-0x87f8 (0.4) | | | data_message{}: 0x87f8-0x8809 (17) -0x87f0| 61 74 b5 39 | at.9 | timestamp: 968193121 (s) 0x87f8-0x87fc (4) +0x87f0| 61 74 b5 39 | at.9 | timestamp: 968193121 (2020-09-04T22:32:01Z) 0x87f8-0x87fc (4) 0x87f0| d4 ec 02 00| ....| distance: 1917 (191700) (m) 0x87fc-0x8800 (4) 0x8800|e8 03 |.. | speed: 1 (1000) (m/s) 0x8800-0x8802 (2) 0x8800| ee | . | heart_rate: 238 (bpm) 0x8802-0x8803 (1) @@ -31530,7 +31530,7 @@ $ fq -d fit dv activity_dev.fit 0x8800| 00 | . | reserved: false 0x8809.3-0x8809.4 (0.1) 0x8800| 00 | . | local_message_type: 0 0x8809.4-0x880a (0.4) | | | data_message{}: 0x880a-0x881b (17) -0x8800| 62 74 b5 39 | bt.9 | timestamp: 968193122 (s) 0x880a-0x880e (4) +0x8800| 62 74 b5 39 | bt.9 | timestamp: 968193122 (2020-09-04T22:32:02Z) 0x880a-0x880e (4) 0x8800| 38 ed| 8.| distance: 1918 (191800) (m) 0x880e-0x8812 (4) 0x8810|02 00 |.. | 0x8810| e8 03 | .. | speed: 1 (1000) (m/s) 0x8812-0x8814 (2) @@ -31547,7 +31547,7 @@ $ fq -d fit dv activity_dev.fit 0x8810| 00 | . | reserved: false 0x881b.3-0x881b.4 (0.1) 0x8810| 00 | . | local_message_type: 0 0x881b.4-0x881c (0.4) | | | data_message{}: 0x881c-0x882d (17) -0x8810| 63 74 b5 39| ct.9| timestamp: 968193123 (s) 0x881c-0x8820 (4) +0x8810| 63 74 b5 39| ct.9| timestamp: 968193123 (2020-09-04T22:32:03Z) 0x881c-0x8820 (4) 0x8820|9c ed 02 00 |.... | distance: 1919 (191900) (m) 0x8820-0x8824 (4) 0x8820| e8 03 | .. | speed: 1 (1000) (m/s) 0x8824-0x8826 (2) 0x8820| f5 | . | heart_rate: 245 (bpm) 0x8826-0x8827 (1) @@ -31563,7 +31563,7 @@ $ fq -d fit dv activity_dev.fit 0x8820| 00 | . | reserved: false 0x882d.3-0x882d.4 (0.1) 0x8820| 00 | . | local_message_type: 0 0x882d.4-0x882e (0.4) | | | data_message{}: 0x882e-0x883f (17) -0x8820| 64 74| dt| timestamp: 968193124 (s) 0x882e-0x8832 (4) +0x8820| 64 74| dt| timestamp: 968193124 (2020-09-04T22:32:04Z) 0x882e-0x8832 (4) 0x8830|b5 39 |.9 | 0x8830| 00 ee 02 00 | .... | distance: 1920 (192000) (m) 0x8832-0x8836 (4) 0x8830| e8 03 | .. | speed: 1 (1000) (m/s) 0x8836-0x8838 (2) @@ -31580,7 +31580,7 @@ $ fq -d fit dv activity_dev.fit 0x8830| 00| .| reserved: false 0x883f.3-0x883f.4 (0.1) 0x8830| 00| .| local_message_type: 0 0x883f.4-0x8840 (0.4) | | | data_message{}: 0x8840-0x8851 (17) -0x8840|65 74 b5 39 |et.9 | timestamp: 968193125 (s) 0x8840-0x8844 (4) +0x8840|65 74 b5 39 |et.9 | timestamp: 968193125 (2020-09-04T22:32:05Z) 0x8840-0x8844 (4) 0x8840| 64 ee 02 00 | d... | distance: 1921 (192100) (m) 0x8844-0x8848 (4) 0x8840| e8 03 | .. | speed: 1 (1000) (m/s) 0x8848-0x884a (2) 0x8840| fa | . | heart_rate: 250 (bpm) 0x884a-0x884b (1) @@ -31596,7 +31596,7 @@ $ fq -d fit dv activity_dev.fit 0x8850| 00 | . | reserved: false 0x8851.3-0x8851.4 (0.1) 0x8850| 00 | . | local_message_type: 0 0x8851.4-0x8852 (0.4) | | | data_message{}: 0x8852-0x8863 (17) -0x8850| 66 74 b5 39 | ft.9 | timestamp: 968193126 (s) 0x8852-0x8856 (4) +0x8850| 66 74 b5 39 | ft.9 | timestamp: 968193126 (2020-09-04T22:32:06Z) 0x8852-0x8856 (4) 0x8850| c8 ee 02 00 | .... | distance: 1922 (192200) (m) 0x8856-0x885a (4) 0x8850| e8 03 | .. | speed: 1 (1000) (m/s) 0x885a-0x885c (2) 0x8850| fb | . | heart_rate: 251 (bpm) 0x885c-0x885d (1) @@ -31612,7 +31612,7 @@ $ fq -d fit dv activity_dev.fit 0x8860| 00 | . | reserved: false 0x8863.3-0x8863.4 (0.1) 0x8860| 00 | . | local_message_type: 0 0x8863.4-0x8864 (0.4) | | | data_message{}: 0x8864-0x8875 (17) -0x8860| 67 74 b5 39 | gt.9 | timestamp: 968193127 (s) 0x8864-0x8868 (4) +0x8860| 67 74 b5 39 | gt.9 | timestamp: 968193127 (2020-09-04T22:32:07Z) 0x8864-0x8868 (4) 0x8860| 2c ef 02 00 | ,... | distance: 1923 (192300) (m) 0x8868-0x886c (4) 0x8860| e8 03 | .. | speed: 1 (1000) (m/s) 0x886c-0x886e (2) 0x8860| fc | . | heart_rate: 252 (bpm) 0x886e-0x886f (1) @@ -31628,7 +31628,7 @@ $ fq -d fit dv activity_dev.fit 0x8870| 00 | . | reserved: false 0x8875.3-0x8875.4 (0.1) 0x8870| 00 | . | local_message_type: 0 0x8875.4-0x8876 (0.4) | | | data_message{}: 0x8876-0x8887 (17) -0x8870| 68 74 b5 39 | ht.9 | timestamp: 968193128 (s) 0x8876-0x887a (4) +0x8870| 68 74 b5 39 | ht.9 | timestamp: 968193128 (2020-09-04T22:32:08Z) 0x8876-0x887a (4) 0x8870| 90 ef 02 00 | .... | distance: 1924 (192400) (m) 0x887a-0x887e (4) 0x8870| e8 03| ..| speed: 1 (1000) (m/s) 0x887e-0x8880 (2) 0x8880|fd |. | heart_rate: 253 (bpm) 0x8880-0x8881 (1) @@ -31644,7 +31644,7 @@ $ fq -d fit dv activity_dev.fit 0x8880| 00 | . | reserved: false 0x8887.3-0x8887.4 (0.1) 0x8880| 00 | . | local_message_type: 0 0x8887.4-0x8888 (0.4) | | | data_message{}: 0x8888-0x8899 (17) -0x8880| 69 74 b5 39 | it.9 | timestamp: 968193129 (s) 0x8888-0x888c (4) +0x8880| 69 74 b5 39 | it.9 | timestamp: 968193129 (2020-09-04T22:32:09Z) 0x8888-0x888c (4) 0x8880| f4 ef 02 00| ....| distance: 1925 (192500) (m) 0x888c-0x8890 (4) 0x8890|e8 03 |.. | speed: 1 (1000) (m/s) 0x8890-0x8892 (2) 0x8890| fe | . | heart_rate: 254 (bpm) 0x8892-0x8893 (1) @@ -31660,7 +31660,7 @@ $ fq -d fit dv activity_dev.fit 0x8890| 00 | . | reserved: false 0x8899.3-0x8899.4 (0.1) 0x8890| 00 | . | local_message_type: 0 0x8899.4-0x889a (0.4) | | | data_message{}: 0x889a-0x88ab (17) -0x8890| 6a 74 b5 39 | jt.9 | timestamp: 968193130 (s) 0x889a-0x889e (4) +0x8890| 6a 74 b5 39 | jt.9 | timestamp: 968193130 (2020-09-04T22:32:10Z) 0x889a-0x889e (4) 0x8890| 58 f0| X.| distance: 1926 (192600) (m) 0x889e-0x88a2 (4) 0x88a0|02 00 |.. | 0x88a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x88a2-0x88a4 (2) @@ -31677,7 +31677,7 @@ $ fq -d fit dv activity_dev.fit 0x88a0| 00 | . | reserved: false 0x88ab.3-0x88ab.4 (0.1) 0x88a0| 00 | . | local_message_type: 0 0x88ab.4-0x88ac (0.4) | | | data_message{}: 0x88ac-0x88bd (17) -0x88a0| 6b 74 b5 39| kt.9| timestamp: 968193131 (s) 0x88ac-0x88b0 (4) +0x88a0| 6b 74 b5 39| kt.9| timestamp: 968193131 (2020-09-04T22:32:11Z) 0x88ac-0x88b0 (4) 0x88b0|bc f0 02 00 |.... | distance: 1927 (192700) (m) 0x88b0-0x88b4 (4) 0x88b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x88b4-0x88b6 (2) 0x88b0| fc | . | heart_rate: 252 (bpm) 0x88b6-0x88b7 (1) @@ -31693,7 +31693,7 @@ $ fq -d fit dv activity_dev.fit 0x88b0| 00 | . | reserved: false 0x88bd.3-0x88bd.4 (0.1) 0x88b0| 00 | . | local_message_type: 0 0x88bd.4-0x88be (0.4) | | | data_message{}: 0x88be-0x88cf (17) -0x88b0| 6c 74| lt| timestamp: 968193132 (s) 0x88be-0x88c2 (4) +0x88b0| 6c 74| lt| timestamp: 968193132 (2020-09-04T22:32:12Z) 0x88be-0x88c2 (4) 0x88c0|b5 39 |.9 | 0x88c0| 20 f1 02 00 | ... | distance: 1928 (192800) (m) 0x88c2-0x88c6 (4) 0x88c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x88c6-0x88c8 (2) @@ -31710,7 +31710,7 @@ $ fq -d fit dv activity_dev.fit 0x88c0| 00| .| reserved: false 0x88cf.3-0x88cf.4 (0.1) 0x88c0| 00| .| local_message_type: 0 0x88cf.4-0x88d0 (0.4) | | | data_message{}: 0x88d0-0x88e1 (17) -0x88d0|6d 74 b5 39 |mt.9 | timestamp: 968193133 (s) 0x88d0-0x88d4 (4) +0x88d0|6d 74 b5 39 |mt.9 | timestamp: 968193133 (2020-09-04T22:32:13Z) 0x88d0-0x88d4 (4) 0x88d0| 84 f1 02 00 | .... | distance: 1929 (192900) (m) 0x88d4-0x88d8 (4) 0x88d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x88d8-0x88da (2) 0x88d0| fa | . | heart_rate: 250 (bpm) 0x88da-0x88db (1) @@ -31726,7 +31726,7 @@ $ fq -d fit dv activity_dev.fit 0x88e0| 00 | . | reserved: false 0x88e1.3-0x88e1.4 (0.1) 0x88e0| 00 | . | local_message_type: 0 0x88e1.4-0x88e2 (0.4) | | | data_message{}: 0x88e2-0x88f3 (17) -0x88e0| 6e 74 b5 39 | nt.9 | timestamp: 968193134 (s) 0x88e2-0x88e6 (4) +0x88e0| 6e 74 b5 39 | nt.9 | timestamp: 968193134 (2020-09-04T22:32:14Z) 0x88e2-0x88e6 (4) 0x88e0| e8 f1 02 00 | .... | distance: 1930 (193000) (m) 0x88e6-0x88ea (4) 0x88e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x88ea-0x88ec (2) 0x88e0| f7 | . | heart_rate: 247 (bpm) 0x88ec-0x88ed (1) @@ -31742,7 +31742,7 @@ $ fq -d fit dv activity_dev.fit 0x88f0| 00 | . | reserved: false 0x88f3.3-0x88f3.4 (0.1) 0x88f0| 00 | . | local_message_type: 0 0x88f3.4-0x88f4 (0.4) | | | data_message{}: 0x88f4-0x8905 (17) -0x88f0| 6f 74 b5 39 | ot.9 | timestamp: 968193135 (s) 0x88f4-0x88f8 (4) +0x88f0| 6f 74 b5 39 | ot.9 | timestamp: 968193135 (2020-09-04T22:32:15Z) 0x88f4-0x88f8 (4) 0x88f0| 4c f2 02 00 | L... | distance: 1931 (193100) (m) 0x88f8-0x88fc (4) 0x88f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x88fc-0x88fe (2) 0x88f0| f5 | . | heart_rate: 245 (bpm) 0x88fe-0x88ff (1) @@ -31758,7 +31758,7 @@ $ fq -d fit dv activity_dev.fit 0x8900| 00 | . | reserved: false 0x8905.3-0x8905.4 (0.1) 0x8900| 00 | . | local_message_type: 0 0x8905.4-0x8906 (0.4) | | | data_message{}: 0x8906-0x8917 (17) -0x8900| 70 74 b5 39 | pt.9 | timestamp: 968193136 (s) 0x8906-0x890a (4) +0x8900| 70 74 b5 39 | pt.9 | timestamp: 968193136 (2020-09-04T22:32:16Z) 0x8906-0x890a (4) 0x8900| b0 f2 02 00 | .... | distance: 1932 (193200) (m) 0x890a-0x890e (4) 0x8900| e8 03| ..| speed: 1 (1000) (m/s) 0x890e-0x8910 (2) 0x8910|f1 |. | heart_rate: 241 (bpm) 0x8910-0x8911 (1) @@ -31774,7 +31774,7 @@ $ fq -d fit dv activity_dev.fit 0x8910| 00 | . | reserved: false 0x8917.3-0x8917.4 (0.1) 0x8910| 00 | . | local_message_type: 0 0x8917.4-0x8918 (0.4) | | | data_message{}: 0x8918-0x8929 (17) -0x8910| 71 74 b5 39 | qt.9 | timestamp: 968193137 (s) 0x8918-0x891c (4) +0x8910| 71 74 b5 39 | qt.9 | timestamp: 968193137 (2020-09-04T22:32:17Z) 0x8918-0x891c (4) 0x8910| 14 f3 02 00| ....| distance: 1933 (193300) (m) 0x891c-0x8920 (4) 0x8920|e8 03 |.. | speed: 1 (1000) (m/s) 0x8920-0x8922 (2) 0x8920| ee | . | heart_rate: 238 (bpm) 0x8922-0x8923 (1) @@ -31790,7 +31790,7 @@ $ fq -d fit dv activity_dev.fit 0x8920| 00 | . | reserved: false 0x8929.3-0x8929.4 (0.1) 0x8920| 00 | . | local_message_type: 0 0x8929.4-0x892a (0.4) | | | data_message{}: 0x892a-0x893b (17) -0x8920| 72 74 b5 39 | rt.9 | timestamp: 968193138 (s) 0x892a-0x892e (4) +0x8920| 72 74 b5 39 | rt.9 | timestamp: 968193138 (2020-09-04T22:32:18Z) 0x892a-0x892e (4) 0x8920| 78 f3| x.| distance: 1934 (193400) (m) 0x892e-0x8932 (4) 0x8930|02 00 |.. | 0x8930| e8 03 | .. | speed: 1 (1000) (m/s) 0x8932-0x8934 (2) @@ -31807,7 +31807,7 @@ $ fq -d fit dv activity_dev.fit 0x8930| 00 | . | reserved: false 0x893b.3-0x893b.4 (0.1) 0x8930| 00 | . | local_message_type: 0 0x893b.4-0x893c (0.4) | | | data_message{}: 0x893c-0x894d (17) -0x8930| 73 74 b5 39| st.9| timestamp: 968193139 (s) 0x893c-0x8940 (4) +0x8930| 73 74 b5 39| st.9| timestamp: 968193139 (2020-09-04T22:32:19Z) 0x893c-0x8940 (4) 0x8940|dc f3 02 00 |.... | distance: 1935 (193500) (m) 0x8940-0x8944 (4) 0x8940| e8 03 | .. | speed: 1 (1000) (m/s) 0x8944-0x8946 (2) 0x8940| e5 | . | heart_rate: 229 (bpm) 0x8946-0x8947 (1) @@ -31823,7 +31823,7 @@ $ fq -d fit dv activity_dev.fit 0x8940| 00 | . | reserved: false 0x894d.3-0x894d.4 (0.1) 0x8940| 00 | . | local_message_type: 0 0x894d.4-0x894e (0.4) | | | data_message{}: 0x894e-0x895f (17) -0x8940| 74 74| tt| timestamp: 968193140 (s) 0x894e-0x8952 (4) +0x8940| 74 74| tt| timestamp: 968193140 (2020-09-04T22:32:20Z) 0x894e-0x8952 (4) 0x8950|b5 39 |.9 | 0x8950| 40 f4 02 00 | @... | distance: 1936 (193600) (m) 0x8952-0x8956 (4) 0x8950| e8 03 | .. | speed: 1 (1000) (m/s) 0x8956-0x8958 (2) @@ -31840,7 +31840,7 @@ $ fq -d fit dv activity_dev.fit 0x8950| 00| .| reserved: false 0x895f.3-0x895f.4 (0.1) 0x8950| 00| .| local_message_type: 0 0x895f.4-0x8960 (0.4) | | | data_message{}: 0x8960-0x8971 (17) -0x8960|75 74 b5 39 |ut.9 | timestamp: 968193141 (s) 0x8960-0x8964 (4) +0x8960|75 74 b5 39 |ut.9 | timestamp: 968193141 (2020-09-04T22:32:21Z) 0x8960-0x8964 (4) 0x8960| a4 f4 02 00 | .... | distance: 1937 (193700) (m) 0x8964-0x8968 (4) 0x8960| e8 03 | .. | speed: 1 (1000) (m/s) 0x8968-0x896a (2) 0x8960| db | . | heart_rate: 219 (bpm) 0x896a-0x896b (1) @@ -31856,7 +31856,7 @@ $ fq -d fit dv activity_dev.fit 0x8970| 00 | . | reserved: false 0x8971.3-0x8971.4 (0.1) 0x8970| 00 | . | local_message_type: 0 0x8971.4-0x8972 (0.4) | | | data_message{}: 0x8972-0x8983 (17) -0x8970| 76 74 b5 39 | vt.9 | timestamp: 968193142 (s) 0x8972-0x8976 (4) +0x8970| 76 74 b5 39 | vt.9 | timestamp: 968193142 (2020-09-04T22:32:22Z) 0x8972-0x8976 (4) 0x8970| 08 f5 02 00 | .... | distance: 1938 (193800) (m) 0x8976-0x897a (4) 0x8970| e8 03 | .. | speed: 1 (1000) (m/s) 0x897a-0x897c (2) 0x8970| d5 | . | heart_rate: 213 (bpm) 0x897c-0x897d (1) @@ -31872,7 +31872,7 @@ $ fq -d fit dv activity_dev.fit 0x8980| 00 | . | reserved: false 0x8983.3-0x8983.4 (0.1) 0x8980| 00 | . | local_message_type: 0 0x8983.4-0x8984 (0.4) | | | data_message{}: 0x8984-0x8995 (17) -0x8980| 77 74 b5 39 | wt.9 | timestamp: 968193143 (s) 0x8984-0x8988 (4) +0x8980| 77 74 b5 39 | wt.9 | timestamp: 968193143 (2020-09-04T22:32:23Z) 0x8984-0x8988 (4) 0x8980| 6c f5 02 00 | l... | distance: 1939 (193900) (m) 0x8988-0x898c (4) 0x8980| e8 03 | .. | speed: 1 (1000) (m/s) 0x898c-0x898e (2) 0x8980| cf | . | heart_rate: 207 (bpm) 0x898e-0x898f (1) @@ -31888,7 +31888,7 @@ $ fq -d fit dv activity_dev.fit 0x8990| 00 | . | reserved: false 0x8995.3-0x8995.4 (0.1) 0x8990| 00 | . | local_message_type: 0 0x8995.4-0x8996 (0.4) | | | data_message{}: 0x8996-0x89a7 (17) -0x8990| 78 74 b5 39 | xt.9 | timestamp: 968193144 (s) 0x8996-0x899a (4) +0x8990| 78 74 b5 39 | xt.9 | timestamp: 968193144 (2020-09-04T22:32:24Z) 0x8996-0x899a (4) 0x8990| d0 f5 02 00 | .... | distance: 1940 (194000) (m) 0x899a-0x899e (4) 0x8990| e8 03| ..| speed: 1 (1000) (m/s) 0x899e-0x89a0 (2) 0x89a0|c9 |. | heart_rate: 201 (bpm) 0x89a0-0x89a1 (1) @@ -31904,7 +31904,7 @@ $ fq -d fit dv activity_dev.fit 0x89a0| 00 | . | reserved: false 0x89a7.3-0x89a7.4 (0.1) 0x89a0| 00 | . | local_message_type: 0 0x89a7.4-0x89a8 (0.4) | | | data_message{}: 0x89a8-0x89b9 (17) -0x89a0| 79 74 b5 39 | yt.9 | timestamp: 968193145 (s) 0x89a8-0x89ac (4) +0x89a0| 79 74 b5 39 | yt.9 | timestamp: 968193145 (2020-09-04T22:32:25Z) 0x89a8-0x89ac (4) 0x89a0| 34 f6 02 00| 4...| distance: 1941 (194100) (m) 0x89ac-0x89b0 (4) 0x89b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x89b0-0x89b2 (2) 0x89b0| c3 | . | heart_rate: 195 (bpm) 0x89b2-0x89b3 (1) @@ -31920,7 +31920,7 @@ $ fq -d fit dv activity_dev.fit 0x89b0| 00 | . | reserved: false 0x89b9.3-0x89b9.4 (0.1) 0x89b0| 00 | . | local_message_type: 0 0x89b9.4-0x89ba (0.4) | | | data_message{}: 0x89ba-0x89cb (17) -0x89b0| 7a 74 b5 39 | zt.9 | timestamp: 968193146 (s) 0x89ba-0x89be (4) +0x89b0| 7a 74 b5 39 | zt.9 | timestamp: 968193146 (2020-09-04T22:32:26Z) 0x89ba-0x89be (4) 0x89b0| 98 f6| ..| distance: 1942 (194200) (m) 0x89be-0x89c2 (4) 0x89c0|02 00 |.. | 0x89c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x89c2-0x89c4 (2) @@ -31937,7 +31937,7 @@ $ fq -d fit dv activity_dev.fit 0x89c0| 00 | . | reserved: false 0x89cb.3-0x89cb.4 (0.1) 0x89c0| 00 | . | local_message_type: 0 0x89cb.4-0x89cc (0.4) | | | data_message{}: 0x89cc-0x89dd (17) -0x89c0| 7b 74 b5 39| {t.9| timestamp: 968193147 (s) 0x89cc-0x89d0 (4) +0x89c0| 7b 74 b5 39| {t.9| timestamp: 968193147 (2020-09-04T22:32:27Z) 0x89cc-0x89d0 (4) 0x89d0|fc f6 02 00 |.... | distance: 1943 (194300) (m) 0x89d0-0x89d4 (4) 0x89d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x89d4-0x89d6 (2) 0x89d0| b5 | . | heart_rate: 181 (bpm) 0x89d6-0x89d7 (1) @@ -31953,7 +31953,7 @@ $ fq -d fit dv activity_dev.fit 0x89d0| 00 | . | reserved: false 0x89dd.3-0x89dd.4 (0.1) 0x89d0| 00 | . | local_message_type: 0 0x89dd.4-0x89de (0.4) | | | data_message{}: 0x89de-0x89ef (17) -0x89d0| 7c 74| |t| timestamp: 968193148 (s) 0x89de-0x89e2 (4) +0x89d0| 7c 74| |t| timestamp: 968193148 (2020-09-04T22:32:28Z) 0x89de-0x89e2 (4) 0x89e0|b5 39 |.9 | 0x89e0| 60 f7 02 00 | `... | distance: 1944 (194400) (m) 0x89e2-0x89e6 (4) 0x89e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x89e6-0x89e8 (2) @@ -31970,7 +31970,7 @@ $ fq -d fit dv activity_dev.fit 0x89e0| 00| .| reserved: false 0x89ef.3-0x89ef.4 (0.1) 0x89e0| 00| .| local_message_type: 0 0x89ef.4-0x89f0 (0.4) | | | data_message{}: 0x89f0-0x8a01 (17) -0x89f0|7d 74 b5 39 |}t.9 | timestamp: 968193149 (s) 0x89f0-0x89f4 (4) +0x89f0|7d 74 b5 39 |}t.9 | timestamp: 968193149 (2020-09-04T22:32:29Z) 0x89f0-0x89f4 (4) 0x89f0| c4 f7 02 00 | .... | distance: 1945 (194500) (m) 0x89f4-0x89f8 (4) 0x89f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x89f8-0x89fa (2) 0x89f0| a6 | . | heart_rate: 166 (bpm) 0x89fa-0x89fb (1) @@ -31986,7 +31986,7 @@ $ fq -d fit dv activity_dev.fit 0x8a00| 00 | . | reserved: false 0x8a01.3-0x8a01.4 (0.1) 0x8a00| 00 | . | local_message_type: 0 0x8a01.4-0x8a02 (0.4) | | | data_message{}: 0x8a02-0x8a13 (17) -0x8a00| 7e 74 b5 39 | ~t.9 | timestamp: 968193150 (s) 0x8a02-0x8a06 (4) +0x8a00| 7e 74 b5 39 | ~t.9 | timestamp: 968193150 (2020-09-04T22:32:30Z) 0x8a02-0x8a06 (4) 0x8a00| 28 f8 02 00 | (... | distance: 1946 (194600) (m) 0x8a06-0x8a0a (4) 0x8a00| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a0a-0x8a0c (2) 0x8a00| 9e | . | heart_rate: 158 (bpm) 0x8a0c-0x8a0d (1) @@ -32002,7 +32002,7 @@ $ fq -d fit dv activity_dev.fit 0x8a10| 00 | . | reserved: false 0x8a13.3-0x8a13.4 (0.1) 0x8a10| 00 | . | local_message_type: 0 0x8a13.4-0x8a14 (0.4) | | | data_message{}: 0x8a14-0x8a25 (17) -0x8a10| 7f 74 b5 39 | .t.9 | timestamp: 968193151 (s) 0x8a14-0x8a18 (4) +0x8a10| 7f 74 b5 39 | .t.9 | timestamp: 968193151 (2020-09-04T22:32:31Z) 0x8a14-0x8a18 (4) 0x8a10| 8c f8 02 00 | .... | distance: 1947 (194700) (m) 0x8a18-0x8a1c (4) 0x8a10| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a1c-0x8a1e (2) 0x8a10| 96 | . | heart_rate: 150 (bpm) 0x8a1e-0x8a1f (1) @@ -32018,7 +32018,7 @@ $ fq -d fit dv activity_dev.fit 0x8a20| 00 | . | reserved: false 0x8a25.3-0x8a25.4 (0.1) 0x8a20| 00 | . | local_message_type: 0 0x8a25.4-0x8a26 (0.4) | | | data_message{}: 0x8a26-0x8a37 (17) -0x8a20| 80 74 b5 39 | .t.9 | timestamp: 968193152 (s) 0x8a26-0x8a2a (4) +0x8a20| 80 74 b5 39 | .t.9 | timestamp: 968193152 (2020-09-04T22:32:32Z) 0x8a26-0x8a2a (4) 0x8a20| f0 f8 02 00 | .... | distance: 1948 (194800) (m) 0x8a2a-0x8a2e (4) 0x8a20| e8 03| ..| speed: 1 (1000) (m/s) 0x8a2e-0x8a30 (2) 0x8a30|8e |. | heart_rate: 142 (bpm) 0x8a30-0x8a31 (1) @@ -32034,7 +32034,7 @@ $ fq -d fit dv activity_dev.fit 0x8a30| 00 | . | reserved: false 0x8a37.3-0x8a37.4 (0.1) 0x8a30| 00 | . | local_message_type: 0 0x8a37.4-0x8a38 (0.4) | | | data_message{}: 0x8a38-0x8a49 (17) -0x8a30| 81 74 b5 39 | .t.9 | timestamp: 968193153 (s) 0x8a38-0x8a3c (4) +0x8a30| 81 74 b5 39 | .t.9 | timestamp: 968193153 (2020-09-04T22:32:33Z) 0x8a38-0x8a3c (4) 0x8a30| 54 f9 02 00| T...| distance: 1949 (194900) (m) 0x8a3c-0x8a40 (4) 0x8a40|e8 03 |.. | speed: 1 (1000) (m/s) 0x8a40-0x8a42 (2) 0x8a40| 86 | . | heart_rate: 134 (bpm) 0x8a42-0x8a43 (1) @@ -32050,7 +32050,7 @@ $ fq -d fit dv activity_dev.fit 0x8a40| 00 | . | reserved: false 0x8a49.3-0x8a49.4 (0.1) 0x8a40| 00 | . | local_message_type: 0 0x8a49.4-0x8a4a (0.4) | | | data_message{}: 0x8a4a-0x8a5b (17) -0x8a40| 82 74 b5 39 | .t.9 | timestamp: 968193154 (s) 0x8a4a-0x8a4e (4) +0x8a40| 82 74 b5 39 | .t.9 | timestamp: 968193154 (2020-09-04T22:32:34Z) 0x8a4a-0x8a4e (4) 0x8a40| b8 f9| ..| distance: 1950 (195000) (m) 0x8a4e-0x8a52 (4) 0x8a50|02 00 |.. | 0x8a50| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a52-0x8a54 (2) @@ -32067,7 +32067,7 @@ $ fq -d fit dv activity_dev.fit 0x8a50| 00 | . | reserved: false 0x8a5b.3-0x8a5b.4 (0.1) 0x8a50| 00 | . | local_message_type: 0 0x8a5b.4-0x8a5c (0.4) | | | data_message{}: 0x8a5c-0x8a6d (17) -0x8a50| 83 74 b5 39| .t.9| timestamp: 968193155 (s) 0x8a5c-0x8a60 (4) +0x8a50| 83 74 b5 39| .t.9| timestamp: 968193155 (2020-09-04T22:32:35Z) 0x8a5c-0x8a60 (4) 0x8a60|1c fa 02 00 |.... | distance: 1951 (195100) (m) 0x8a60-0x8a64 (4) 0x8a60| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a64-0x8a66 (2) 0x8a60| 77 | w | heart_rate: 119 (bpm) 0x8a66-0x8a67 (1) @@ -32083,7 +32083,7 @@ $ fq -d fit dv activity_dev.fit 0x8a60| 00 | . | reserved: false 0x8a6d.3-0x8a6d.4 (0.1) 0x8a60| 00 | . | local_message_type: 0 0x8a6d.4-0x8a6e (0.4) | | | data_message{}: 0x8a6e-0x8a7f (17) -0x8a60| 84 74| .t| timestamp: 968193156 (s) 0x8a6e-0x8a72 (4) +0x8a60| 84 74| .t| timestamp: 968193156 (2020-09-04T22:32:36Z) 0x8a6e-0x8a72 (4) 0x8a70|b5 39 |.9 | 0x8a70| 80 fa 02 00 | .... | distance: 1952 (195200) (m) 0x8a72-0x8a76 (4) 0x8a70| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a76-0x8a78 (2) @@ -32100,7 +32100,7 @@ $ fq -d fit dv activity_dev.fit 0x8a70| 00| .| reserved: false 0x8a7f.3-0x8a7f.4 (0.1) 0x8a70| 00| .| local_message_type: 0 0x8a7f.4-0x8a80 (0.4) | | | data_message{}: 0x8a80-0x8a91 (17) -0x8a80|85 74 b5 39 |.t.9 | timestamp: 968193157 (s) 0x8a80-0x8a84 (4) +0x8a80|85 74 b5 39 |.t.9 | timestamp: 968193157 (2020-09-04T22:32:37Z) 0x8a80-0x8a84 (4) 0x8a80| e4 fa 02 00 | .... | distance: 1953 (195300) (m) 0x8a84-0x8a88 (4) 0x8a80| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a88-0x8a8a (2) 0x8a80| 67 | g | heart_rate: 103 (bpm) 0x8a8a-0x8a8b (1) @@ -32116,7 +32116,7 @@ $ fq -d fit dv activity_dev.fit 0x8a90| 00 | . | reserved: false 0x8a91.3-0x8a91.4 (0.1) 0x8a90| 00 | . | local_message_type: 0 0x8a91.4-0x8a92 (0.4) | | | data_message{}: 0x8a92-0x8aa3 (17) -0x8a90| 86 74 b5 39 | .t.9 | timestamp: 968193158 (s) 0x8a92-0x8a96 (4) +0x8a90| 86 74 b5 39 | .t.9 | timestamp: 968193158 (2020-09-04T22:32:38Z) 0x8a92-0x8a96 (4) 0x8a90| 48 fb 02 00 | H... | distance: 1954 (195400) (m) 0x8a96-0x8a9a (4) 0x8a90| e8 03 | .. | speed: 1 (1000) (m/s) 0x8a9a-0x8a9c (2) 0x8a90| 5f | _ | heart_rate: 95 (bpm) 0x8a9c-0x8a9d (1) @@ -32132,7 +32132,7 @@ $ fq -d fit dv activity_dev.fit 0x8aa0| 00 | . | reserved: false 0x8aa3.3-0x8aa3.4 (0.1) 0x8aa0| 00 | . | local_message_type: 0 0x8aa3.4-0x8aa4 (0.4) | | | data_message{}: 0x8aa4-0x8ab5 (17) -0x8aa0| 87 74 b5 39 | .t.9 | timestamp: 968193159 (s) 0x8aa4-0x8aa8 (4) +0x8aa0| 87 74 b5 39 | .t.9 | timestamp: 968193159 (2020-09-04T22:32:39Z) 0x8aa4-0x8aa8 (4) 0x8aa0| ac fb 02 00 | .... | distance: 1955 (195500) (m) 0x8aa8-0x8aac (4) 0x8aa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8aac-0x8aae (2) 0x8aa0| 57 | W | heart_rate: 87 (bpm) 0x8aae-0x8aaf (1) @@ -32148,7 +32148,7 @@ $ fq -d fit dv activity_dev.fit 0x8ab0| 00 | . | reserved: false 0x8ab5.3-0x8ab5.4 (0.1) 0x8ab0| 00 | . | local_message_type: 0 0x8ab5.4-0x8ab6 (0.4) | | | data_message{}: 0x8ab6-0x8ac7 (17) -0x8ab0| 88 74 b5 39 | .t.9 | timestamp: 968193160 (s) 0x8ab6-0x8aba (4) +0x8ab0| 88 74 b5 39 | .t.9 | timestamp: 968193160 (2020-09-04T22:32:40Z) 0x8ab6-0x8aba (4) 0x8ab0| 10 fc 02 00 | .... | distance: 1956 (195600) (m) 0x8aba-0x8abe (4) 0x8ab0| e8 03| ..| speed: 1 (1000) (m/s) 0x8abe-0x8ac0 (2) 0x8ac0|50 |P | heart_rate: 80 (bpm) 0x8ac0-0x8ac1 (1) @@ -32164,7 +32164,7 @@ $ fq -d fit dv activity_dev.fit 0x8ac0| 00 | . | reserved: false 0x8ac7.3-0x8ac7.4 (0.1) 0x8ac0| 00 | . | local_message_type: 0 0x8ac7.4-0x8ac8 (0.4) | | | data_message{}: 0x8ac8-0x8ad9 (17) -0x8ac0| 89 74 b5 39 | .t.9 | timestamp: 968193161 (s) 0x8ac8-0x8acc (4) +0x8ac0| 89 74 b5 39 | .t.9 | timestamp: 968193161 (2020-09-04T22:32:41Z) 0x8ac8-0x8acc (4) 0x8ac0| 74 fc 02 00| t...| distance: 1957 (195700) (m) 0x8acc-0x8ad0 (4) 0x8ad0|e8 03 |.. | speed: 1 (1000) (m/s) 0x8ad0-0x8ad2 (2) 0x8ad0| 48 | H | heart_rate: 72 (bpm) 0x8ad2-0x8ad3 (1) @@ -32180,7 +32180,7 @@ $ fq -d fit dv activity_dev.fit 0x8ad0| 00 | . | reserved: false 0x8ad9.3-0x8ad9.4 (0.1) 0x8ad0| 00 | . | local_message_type: 0 0x8ad9.4-0x8ada (0.4) | | | data_message{}: 0x8ada-0x8aeb (17) -0x8ad0| 8a 74 b5 39 | .t.9 | timestamp: 968193162 (s) 0x8ada-0x8ade (4) +0x8ad0| 8a 74 b5 39 | .t.9 | timestamp: 968193162 (2020-09-04T22:32:42Z) 0x8ada-0x8ade (4) 0x8ad0| d8 fc| ..| distance: 1958 (195800) (m) 0x8ade-0x8ae2 (4) 0x8ae0|02 00 |.. | 0x8ae0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ae2-0x8ae4 (2) @@ -32197,7 +32197,7 @@ $ fq -d fit dv activity_dev.fit 0x8ae0| 00 | . | reserved: false 0x8aeb.3-0x8aeb.4 (0.1) 0x8ae0| 00 | . | local_message_type: 0 0x8aeb.4-0x8aec (0.4) | | | data_message{}: 0x8aec-0x8afd (17) -0x8ae0| 8b 74 b5 39| .t.9| timestamp: 968193163 (s) 0x8aec-0x8af0 (4) +0x8ae0| 8b 74 b5 39| .t.9| timestamp: 968193163 (2020-09-04T22:32:43Z) 0x8aec-0x8af0 (4) 0x8af0|3c fd 02 00 |<... | distance: 1959 (195900) (m) 0x8af0-0x8af4 (4) 0x8af0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8af4-0x8af6 (2) 0x8af0| 3a | : | heart_rate: 58 (bpm) 0x8af6-0x8af7 (1) @@ -32213,7 +32213,7 @@ $ fq -d fit dv activity_dev.fit 0x8af0| 00 | . | reserved: false 0x8afd.3-0x8afd.4 (0.1) 0x8af0| 00 | . | local_message_type: 0 0x8afd.4-0x8afe (0.4) | | | data_message{}: 0x8afe-0x8b0f (17) -0x8af0| 8c 74| .t| timestamp: 968193164 (s) 0x8afe-0x8b02 (4) +0x8af0| 8c 74| .t| timestamp: 968193164 (2020-09-04T22:32:44Z) 0x8afe-0x8b02 (4) 0x8b00|b5 39 |.9 | 0x8b00| a0 fd 02 00 | .... | distance: 1960 (196000) (m) 0x8b02-0x8b06 (4) 0x8b00| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b06-0x8b08 (2) @@ -32230,7 +32230,7 @@ $ fq -d fit dv activity_dev.fit 0x8b00| 00| .| reserved: false 0x8b0f.3-0x8b0f.4 (0.1) 0x8b00| 00| .| local_message_type: 0 0x8b0f.4-0x8b10 (0.4) | | | data_message{}: 0x8b10-0x8b21 (17) -0x8b10|8d 74 b5 39 |.t.9 | timestamp: 968193165 (s) 0x8b10-0x8b14 (4) +0x8b10|8d 74 b5 39 |.t.9 | timestamp: 968193165 (2020-09-04T22:32:45Z) 0x8b10-0x8b14 (4) 0x8b10| 04 fe 02 00 | .... | distance: 1961 (196100) (m) 0x8b14-0x8b18 (4) 0x8b10| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b18-0x8b1a (2) 0x8b10| 2e | . | heart_rate: 46 (bpm) 0x8b1a-0x8b1b (1) @@ -32246,7 +32246,7 @@ $ fq -d fit dv activity_dev.fit 0x8b20| 00 | . | reserved: false 0x8b21.3-0x8b21.4 (0.1) 0x8b20| 00 | . | local_message_type: 0 0x8b21.4-0x8b22 (0.4) | | | data_message{}: 0x8b22-0x8b33 (17) -0x8b20| 8e 74 b5 39 | .t.9 | timestamp: 968193166 (s) 0x8b22-0x8b26 (4) +0x8b20| 8e 74 b5 39 | .t.9 | timestamp: 968193166 (2020-09-04T22:32:46Z) 0x8b22-0x8b26 (4) 0x8b20| 68 fe 02 00 | h... | distance: 1962 (196200) (m) 0x8b26-0x8b2a (4) 0x8b20| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b2a-0x8b2c (2) 0x8b20| 28 | ( | heart_rate: 40 (bpm) 0x8b2c-0x8b2d (1) @@ -32262,7 +32262,7 @@ $ fq -d fit dv activity_dev.fit 0x8b30| 00 | . | reserved: false 0x8b33.3-0x8b33.4 (0.1) 0x8b30| 00 | . | local_message_type: 0 0x8b33.4-0x8b34 (0.4) | | | data_message{}: 0x8b34-0x8b45 (17) -0x8b30| 8f 74 b5 39 | .t.9 | timestamp: 968193167 (s) 0x8b34-0x8b38 (4) +0x8b30| 8f 74 b5 39 | .t.9 | timestamp: 968193167 (2020-09-04T22:32:47Z) 0x8b34-0x8b38 (4) 0x8b30| cc fe 02 00 | .... | distance: 1963 (196300) (m) 0x8b38-0x8b3c (4) 0x8b30| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b3c-0x8b3e (2) 0x8b30| 22 | " | heart_rate: 34 (bpm) 0x8b3e-0x8b3f (1) @@ -32278,7 +32278,7 @@ $ fq -d fit dv activity_dev.fit 0x8b40| 00 | . | reserved: false 0x8b45.3-0x8b45.4 (0.1) 0x8b40| 00 | . | local_message_type: 0 0x8b45.4-0x8b46 (0.4) | | | data_message{}: 0x8b46-0x8b57 (17) -0x8b40| 90 74 b5 39 | .t.9 | timestamp: 968193168 (s) 0x8b46-0x8b4a (4) +0x8b40| 90 74 b5 39 | .t.9 | timestamp: 968193168 (2020-09-04T22:32:48Z) 0x8b46-0x8b4a (4) 0x8b40| 30 ff 02 00 | 0... | distance: 1964 (196400) (m) 0x8b4a-0x8b4e (4) 0x8b40| e8 03| ..| speed: 1 (1000) (m/s) 0x8b4e-0x8b50 (2) 0x8b50|1d |. | heart_rate: 29 (bpm) 0x8b50-0x8b51 (1) @@ -32294,7 +32294,7 @@ $ fq -d fit dv activity_dev.fit 0x8b50| 00 | . | reserved: false 0x8b57.3-0x8b57.4 (0.1) 0x8b50| 00 | . | local_message_type: 0 0x8b57.4-0x8b58 (0.4) | | | data_message{}: 0x8b58-0x8b69 (17) -0x8b50| 91 74 b5 39 | .t.9 | timestamp: 968193169 (s) 0x8b58-0x8b5c (4) +0x8b50| 91 74 b5 39 | .t.9 | timestamp: 968193169 (2020-09-04T22:32:49Z) 0x8b58-0x8b5c (4) 0x8b50| 94 ff 02 00| ....| distance: 1965 (196500) (m) 0x8b5c-0x8b60 (4) 0x8b60|e8 03 |.. | speed: 1 (1000) (m/s) 0x8b60-0x8b62 (2) 0x8b60| 18 | . | heart_rate: 24 (bpm) 0x8b62-0x8b63 (1) @@ -32310,7 +32310,7 @@ $ fq -d fit dv activity_dev.fit 0x8b60| 00 | . | reserved: false 0x8b69.3-0x8b69.4 (0.1) 0x8b60| 00 | . | local_message_type: 0 0x8b69.4-0x8b6a (0.4) | | | data_message{}: 0x8b6a-0x8b7b (17) -0x8b60| 92 74 b5 39 | .t.9 | timestamp: 968193170 (s) 0x8b6a-0x8b6e (4) +0x8b60| 92 74 b5 39 | .t.9 | timestamp: 968193170 (2020-09-04T22:32:50Z) 0x8b6a-0x8b6e (4) 0x8b60| f8 ff| ..| distance: 1966 (196600) (m) 0x8b6e-0x8b72 (4) 0x8b70|02 00 |.. | 0x8b70| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b72-0x8b74 (2) @@ -32327,7 +32327,7 @@ $ fq -d fit dv activity_dev.fit 0x8b70| 00 | . | reserved: false 0x8b7b.3-0x8b7b.4 (0.1) 0x8b70| 00 | . | local_message_type: 0 0x8b7b.4-0x8b7c (0.4) | | | data_message{}: 0x8b7c-0x8b8d (17) -0x8b70| 93 74 b5 39| .t.9| timestamp: 968193171 (s) 0x8b7c-0x8b80 (4) +0x8b70| 93 74 b5 39| .t.9| timestamp: 968193171 (2020-09-04T22:32:51Z) 0x8b7c-0x8b80 (4) 0x8b80|5c 00 03 00 |\... | distance: 1967 (196700) (m) 0x8b80-0x8b84 (4) 0x8b80| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b84-0x8b86 (2) 0x8b80| 0f | . | heart_rate: 15 (bpm) 0x8b86-0x8b87 (1) @@ -32343,7 +32343,7 @@ $ fq -d fit dv activity_dev.fit 0x8b80| 00 | . | reserved: false 0x8b8d.3-0x8b8d.4 (0.1) 0x8b80| 00 | . | local_message_type: 0 0x8b8d.4-0x8b8e (0.4) | | | data_message{}: 0x8b8e-0x8b9f (17) -0x8b80| 94 74| .t| timestamp: 968193172 (s) 0x8b8e-0x8b92 (4) +0x8b80| 94 74| .t| timestamp: 968193172 (2020-09-04T22:32:52Z) 0x8b8e-0x8b92 (4) 0x8b90|b5 39 |.9 | 0x8b90| c0 00 03 00 | .... | distance: 1968 (196800) (m) 0x8b92-0x8b96 (4) 0x8b90| e8 03 | .. | speed: 1 (1000) (m/s) 0x8b96-0x8b98 (2) @@ -32360,7 +32360,7 @@ $ fq -d fit dv activity_dev.fit 0x8b90| 00| .| reserved: false 0x8b9f.3-0x8b9f.4 (0.1) 0x8b90| 00| .| local_message_type: 0 0x8b9f.4-0x8ba0 (0.4) | | | data_message{}: 0x8ba0-0x8bb1 (17) -0x8ba0|95 74 b5 39 |.t.9 | timestamp: 968193173 (s) 0x8ba0-0x8ba4 (4) +0x8ba0|95 74 b5 39 |.t.9 | timestamp: 968193173 (2020-09-04T22:32:53Z) 0x8ba0-0x8ba4 (4) 0x8ba0| 24 01 03 00 | $... | distance: 1969 (196900) (m) 0x8ba4-0x8ba8 (4) 0x8ba0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ba8-0x8baa (2) 0x8ba0| 08 | . | heart_rate: 8 (bpm) 0x8baa-0x8bab (1) @@ -32376,7 +32376,7 @@ $ fq -d fit dv activity_dev.fit 0x8bb0| 00 | . | reserved: false 0x8bb1.3-0x8bb1.4 (0.1) 0x8bb0| 00 | . | local_message_type: 0 0x8bb1.4-0x8bb2 (0.4) | | | data_message{}: 0x8bb2-0x8bc3 (17) -0x8bb0| 96 74 b5 39 | .t.9 | timestamp: 968193174 (s) 0x8bb2-0x8bb6 (4) +0x8bb0| 96 74 b5 39 | .t.9 | timestamp: 968193174 (2020-09-04T22:32:54Z) 0x8bb2-0x8bb6 (4) 0x8bb0| 88 01 03 00 | .... | distance: 1970 (197000) (m) 0x8bb6-0x8bba (4) 0x8bb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8bba-0x8bbc (2) 0x8bb0| 06 | . | heart_rate: 6 (bpm) 0x8bbc-0x8bbd (1) @@ -32392,7 +32392,7 @@ $ fq -d fit dv activity_dev.fit 0x8bc0| 00 | . | reserved: false 0x8bc3.3-0x8bc3.4 (0.1) 0x8bc0| 00 | . | local_message_type: 0 0x8bc3.4-0x8bc4 (0.4) | | | data_message{}: 0x8bc4-0x8bd5 (17) -0x8bc0| 97 74 b5 39 | .t.9 | timestamp: 968193175 (s) 0x8bc4-0x8bc8 (4) +0x8bc0| 97 74 b5 39 | .t.9 | timestamp: 968193175 (2020-09-04T22:32:55Z) 0x8bc4-0x8bc8 (4) 0x8bc0| ec 01 03 00 | .... | distance: 1971 (197100) (m) 0x8bc8-0x8bcc (4) 0x8bc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8bcc-0x8bce (2) 0x8bc0| 03 | . | heart_rate: 3 (bpm) 0x8bce-0x8bcf (1) @@ -32408,7 +32408,7 @@ $ fq -d fit dv activity_dev.fit 0x8bd0| 00 | . | reserved: false 0x8bd5.3-0x8bd5.4 (0.1) 0x8bd0| 00 | . | local_message_type: 0 0x8bd5.4-0x8bd6 (0.4) | | | data_message{}: 0x8bd6-0x8be7 (17) -0x8bd0| 98 74 b5 39 | .t.9 | timestamp: 968193176 (s) 0x8bd6-0x8bda (4) +0x8bd0| 98 74 b5 39 | .t.9 | timestamp: 968193176 (2020-09-04T22:32:56Z) 0x8bd6-0x8bda (4) 0x8bd0| 50 02 03 00 | P... | distance: 1972 (197200) (m) 0x8bda-0x8bde (4) 0x8bd0| e8 03| ..| speed: 1 (1000) (m/s) 0x8bde-0x8be0 (2) 0x8be0|02 |. | heart_rate: 2 (bpm) 0x8be0-0x8be1 (1) @@ -32424,7 +32424,7 @@ $ fq -d fit dv activity_dev.fit 0x8be0| 00 | . | reserved: false 0x8be7.3-0x8be7.4 (0.1) 0x8be0| 00 | . | local_message_type: 0 0x8be7.4-0x8be8 (0.4) | | | data_message{}: 0x8be8-0x8bf9 (17) -0x8be0| 99 74 b5 39 | .t.9 | timestamp: 968193177 (s) 0x8be8-0x8bec (4) +0x8be0| 99 74 b5 39 | .t.9 | timestamp: 968193177 (2020-09-04T22:32:57Z) 0x8be8-0x8bec (4) 0x8be0| b4 02 03 00| ....| distance: 1973 (197300) (m) 0x8bec-0x8bf0 (4) 0x8bf0|e8 03 |.. | speed: 1 (1000) (m/s) 0x8bf0-0x8bf2 (2) 0x8bf0| 01 | . | heart_rate: 1 (bpm) 0x8bf2-0x8bf3 (1) @@ -32440,7 +32440,7 @@ $ fq -d fit dv activity_dev.fit 0x8bf0| 00 | . | reserved: false 0x8bf9.3-0x8bf9.4 (0.1) 0x8bf0| 00 | . | local_message_type: 0 0x8bf9.4-0x8bfa (0.4) | | | data_message{}: 0x8bfa-0x8c0b (17) -0x8bf0| 9a 74 b5 39 | .t.9 | timestamp: 968193178 (s) 0x8bfa-0x8bfe (4) +0x8bf0| 9a 74 b5 39 | .t.9 | timestamp: 968193178 (2020-09-04T22:32:58Z) 0x8bfa-0x8bfe (4) 0x8bf0| 18 03| ..| distance: 1974 (197400) (m) 0x8bfe-0x8c02 (4) 0x8c00|03 00 |.. | 0x8c00| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c02-0x8c04 (2) @@ -32457,7 +32457,7 @@ $ fq -d fit dv activity_dev.fit 0x8c00| 00 | . | reserved: false 0x8c0b.3-0x8c0b.4 (0.1) 0x8c00| 00 | . | local_message_type: 0 0x8c0b.4-0x8c0c (0.4) | | | data_message{}: 0x8c0c-0x8c1d (17) -0x8c00| 9b 74 b5 39| .t.9| timestamp: 968193179 (s) 0x8c0c-0x8c10 (4) +0x8c00| 9b 74 b5 39| .t.9| timestamp: 968193179 (2020-09-04T22:32:59Z) 0x8c0c-0x8c10 (4) 0x8c10|7c 03 03 00 ||... | distance: 1975 (197500) (m) 0x8c10-0x8c14 (4) 0x8c10| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c14-0x8c16 (2) 0x8c10| 00 | . | heart_rate: 0 (bpm) 0x8c16-0x8c17 (1) @@ -32473,7 +32473,7 @@ $ fq -d fit dv activity_dev.fit 0x8c10| 00 | . | reserved: false 0x8c1d.3-0x8c1d.4 (0.1) 0x8c10| 00 | . | local_message_type: 0 0x8c1d.4-0x8c1e (0.4) | | | data_message{}: 0x8c1e-0x8c2f (17) -0x8c10| 9c 74| .t| timestamp: 968193180 (s) 0x8c1e-0x8c22 (4) +0x8c10| 9c 74| .t| timestamp: 968193180 (2020-09-04T22:33:00Z) 0x8c1e-0x8c22 (4) 0x8c20|b5 39 |.9 | 0x8c20| e0 03 03 00 | .... | distance: 1976 (197600) (m) 0x8c22-0x8c26 (4) 0x8c20| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c26-0x8c28 (2) @@ -32490,7 +32490,7 @@ $ fq -d fit dv activity_dev.fit 0x8c20| 00| .| reserved: false 0x8c2f.3-0x8c2f.4 (0.1) 0x8c20| 00| .| local_message_type: 0 0x8c2f.4-0x8c30 (0.4) | | | data_message{}: 0x8c30-0x8c41 (17) -0x8c30|9d 74 b5 39 |.t.9 | timestamp: 968193181 (s) 0x8c30-0x8c34 (4) +0x8c30|9d 74 b5 39 |.t.9 | timestamp: 968193181 (2020-09-04T22:33:01Z) 0x8c30-0x8c34 (4) 0x8c30| 44 04 03 00 | D... | distance: 1977 (197700) (m) 0x8c34-0x8c38 (4) 0x8c30| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c38-0x8c3a (2) 0x8c30| 01 | . | heart_rate: 1 (bpm) 0x8c3a-0x8c3b (1) @@ -32506,7 +32506,7 @@ $ fq -d fit dv activity_dev.fit 0x8c40| 00 | . | reserved: false 0x8c41.3-0x8c41.4 (0.1) 0x8c40| 00 | . | local_message_type: 0 0x8c41.4-0x8c42 (0.4) | | | data_message{}: 0x8c42-0x8c53 (17) -0x8c40| 9e 74 b5 39 | .t.9 | timestamp: 968193182 (s) 0x8c42-0x8c46 (4) +0x8c40| 9e 74 b5 39 | .t.9 | timestamp: 968193182 (2020-09-04T22:33:02Z) 0x8c42-0x8c46 (4) 0x8c40| a8 04 03 00 | .... | distance: 1978 (197800) (m) 0x8c46-0x8c4a (4) 0x8c40| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c4a-0x8c4c (2) 0x8c40| 02 | . | heart_rate: 2 (bpm) 0x8c4c-0x8c4d (1) @@ -32522,7 +32522,7 @@ $ fq -d fit dv activity_dev.fit 0x8c50| 00 | . | reserved: false 0x8c53.3-0x8c53.4 (0.1) 0x8c50| 00 | . | local_message_type: 0 0x8c53.4-0x8c54 (0.4) | | | data_message{}: 0x8c54-0x8c65 (17) -0x8c50| 9f 74 b5 39 | .t.9 | timestamp: 968193183 (s) 0x8c54-0x8c58 (4) +0x8c50| 9f 74 b5 39 | .t.9 | timestamp: 968193183 (2020-09-04T22:33:03Z) 0x8c54-0x8c58 (4) 0x8c50| 0c 05 03 00 | .... | distance: 1979 (197900) (m) 0x8c58-0x8c5c (4) 0x8c50| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c5c-0x8c5e (2) 0x8c50| 03 | . | heart_rate: 3 (bpm) 0x8c5e-0x8c5f (1) @@ -32538,7 +32538,7 @@ $ fq -d fit dv activity_dev.fit 0x8c60| 00 | . | reserved: false 0x8c65.3-0x8c65.4 (0.1) 0x8c60| 00 | . | local_message_type: 0 0x8c65.4-0x8c66 (0.4) | | | data_message{}: 0x8c66-0x8c77 (17) -0x8c60| a0 74 b5 39 | .t.9 | timestamp: 968193184 (s) 0x8c66-0x8c6a (4) +0x8c60| a0 74 b5 39 | .t.9 | timestamp: 968193184 (2020-09-04T22:33:04Z) 0x8c66-0x8c6a (4) 0x8c60| 70 05 03 00 | p... | distance: 1980 (198000) (m) 0x8c6a-0x8c6e (4) 0x8c60| e8 03| ..| speed: 1 (1000) (m/s) 0x8c6e-0x8c70 (2) 0x8c70|06 |. | heart_rate: 6 (bpm) 0x8c70-0x8c71 (1) @@ -32554,7 +32554,7 @@ $ fq -d fit dv activity_dev.fit 0x8c70| 00 | . | reserved: false 0x8c77.3-0x8c77.4 (0.1) 0x8c70| 00 | . | local_message_type: 0 0x8c77.4-0x8c78 (0.4) | | | data_message{}: 0x8c78-0x8c89 (17) -0x8c70| a1 74 b5 39 | .t.9 | timestamp: 968193185 (s) 0x8c78-0x8c7c (4) +0x8c70| a1 74 b5 39 | .t.9 | timestamp: 968193185 (2020-09-04T22:33:05Z) 0x8c78-0x8c7c (4) 0x8c70| d4 05 03 00| ....| distance: 1981 (198100) (m) 0x8c7c-0x8c80 (4) 0x8c80|e8 03 |.. | speed: 1 (1000) (m/s) 0x8c80-0x8c82 (2) 0x8c80| 08 | . | heart_rate: 8 (bpm) 0x8c82-0x8c83 (1) @@ -32570,7 +32570,7 @@ $ fq -d fit dv activity_dev.fit 0x8c80| 00 | . | reserved: false 0x8c89.3-0x8c89.4 (0.1) 0x8c80| 00 | . | local_message_type: 0 0x8c89.4-0x8c8a (0.4) | | | data_message{}: 0x8c8a-0x8c9b (17) -0x8c80| a2 74 b5 39 | .t.9 | timestamp: 968193186 (s) 0x8c8a-0x8c8e (4) +0x8c80| a2 74 b5 39 | .t.9 | timestamp: 968193186 (2020-09-04T22:33:06Z) 0x8c8a-0x8c8e (4) 0x8c80| 38 06| 8.| distance: 1982 (198200) (m) 0x8c8e-0x8c92 (4) 0x8c90|03 00 |.. | 0x8c90| e8 03 | .. | speed: 1 (1000) (m/s) 0x8c92-0x8c94 (2) @@ -32587,7 +32587,7 @@ $ fq -d fit dv activity_dev.fit 0x8c90| 00 | . | reserved: false 0x8c9b.3-0x8c9b.4 (0.1) 0x8c90| 00 | . | local_message_type: 0 0x8c9b.4-0x8c9c (0.4) | | | data_message{}: 0x8c9c-0x8cad (17) -0x8c90| a3 74 b5 39| .t.9| timestamp: 968193187 (s) 0x8c9c-0x8ca0 (4) +0x8c90| a3 74 b5 39| .t.9| timestamp: 968193187 (2020-09-04T22:33:07Z) 0x8c9c-0x8ca0 (4) 0x8ca0|9c 06 03 00 |.... | distance: 1983 (198300) (m) 0x8ca0-0x8ca4 (4) 0x8ca0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ca4-0x8ca6 (2) 0x8ca0| 0f | . | heart_rate: 15 (bpm) 0x8ca6-0x8ca7 (1) @@ -32603,7 +32603,7 @@ $ fq -d fit dv activity_dev.fit 0x8ca0| 00 | . | reserved: false 0x8cad.3-0x8cad.4 (0.1) 0x8ca0| 00 | . | local_message_type: 0 0x8cad.4-0x8cae (0.4) | | | data_message{}: 0x8cae-0x8cbf (17) -0x8ca0| a4 74| .t| timestamp: 968193188 (s) 0x8cae-0x8cb2 (4) +0x8ca0| a4 74| .t| timestamp: 968193188 (2020-09-04T22:33:08Z) 0x8cae-0x8cb2 (4) 0x8cb0|b5 39 |.9 | 0x8cb0| 00 07 03 00 | .... | distance: 1984 (198400) (m) 0x8cb2-0x8cb6 (4) 0x8cb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8cb6-0x8cb8 (2) @@ -32620,7 +32620,7 @@ $ fq -d fit dv activity_dev.fit 0x8cb0| 00| .| reserved: false 0x8cbf.3-0x8cbf.4 (0.1) 0x8cb0| 00| .| local_message_type: 0 0x8cbf.4-0x8cc0 (0.4) | | | data_message{}: 0x8cc0-0x8cd1 (17) -0x8cc0|a5 74 b5 39 |.t.9 | timestamp: 968193189 (s) 0x8cc0-0x8cc4 (4) +0x8cc0|a5 74 b5 39 |.t.9 | timestamp: 968193189 (2020-09-04T22:33:09Z) 0x8cc0-0x8cc4 (4) 0x8cc0| 64 07 03 00 | d... | distance: 1985 (198500) (m) 0x8cc4-0x8cc8 (4) 0x8cc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8cc8-0x8cca (2) 0x8cc0| 18 | . | heart_rate: 24 (bpm) 0x8cca-0x8ccb (1) @@ -32636,7 +32636,7 @@ $ fq -d fit dv activity_dev.fit 0x8cd0| 00 | . | reserved: false 0x8cd1.3-0x8cd1.4 (0.1) 0x8cd0| 00 | . | local_message_type: 0 0x8cd1.4-0x8cd2 (0.4) | | | data_message{}: 0x8cd2-0x8ce3 (17) -0x8cd0| a6 74 b5 39 | .t.9 | timestamp: 968193190 (s) 0x8cd2-0x8cd6 (4) +0x8cd0| a6 74 b5 39 | .t.9 | timestamp: 968193190 (2020-09-04T22:33:10Z) 0x8cd2-0x8cd6 (4) 0x8cd0| c8 07 03 00 | .... | distance: 1986 (198600) (m) 0x8cd6-0x8cda (4) 0x8cd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8cda-0x8cdc (2) 0x8cd0| 1d | . | heart_rate: 29 (bpm) 0x8cdc-0x8cdd (1) @@ -32652,7 +32652,7 @@ $ fq -d fit dv activity_dev.fit 0x8ce0| 00 | . | reserved: false 0x8ce3.3-0x8ce3.4 (0.1) 0x8ce0| 00 | . | local_message_type: 0 0x8ce3.4-0x8ce4 (0.4) | | | data_message{}: 0x8ce4-0x8cf5 (17) -0x8ce0| a7 74 b5 39 | .t.9 | timestamp: 968193191 (s) 0x8ce4-0x8ce8 (4) +0x8ce0| a7 74 b5 39 | .t.9 | timestamp: 968193191 (2020-09-04T22:33:11Z) 0x8ce4-0x8ce8 (4) 0x8ce0| 2c 08 03 00 | ,... | distance: 1987 (198700) (m) 0x8ce8-0x8cec (4) 0x8ce0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8cec-0x8cee (2) 0x8ce0| 22 | " | heart_rate: 34 (bpm) 0x8cee-0x8cef (1) @@ -32668,7 +32668,7 @@ $ fq -d fit dv activity_dev.fit 0x8cf0| 00 | . | reserved: false 0x8cf5.3-0x8cf5.4 (0.1) 0x8cf0| 00 | . | local_message_type: 0 0x8cf5.4-0x8cf6 (0.4) | | | data_message{}: 0x8cf6-0x8d07 (17) -0x8cf0| a8 74 b5 39 | .t.9 | timestamp: 968193192 (s) 0x8cf6-0x8cfa (4) +0x8cf0| a8 74 b5 39 | .t.9 | timestamp: 968193192 (2020-09-04T22:33:12Z) 0x8cf6-0x8cfa (4) 0x8cf0| 90 08 03 00 | .... | distance: 1988 (198800) (m) 0x8cfa-0x8cfe (4) 0x8cf0| e8 03| ..| speed: 1 (1000) (m/s) 0x8cfe-0x8d00 (2) 0x8d00|28 |( | heart_rate: 40 (bpm) 0x8d00-0x8d01 (1) @@ -32684,7 +32684,7 @@ $ fq -d fit dv activity_dev.fit 0x8d00| 00 | . | reserved: false 0x8d07.3-0x8d07.4 (0.1) 0x8d00| 00 | . | local_message_type: 0 0x8d07.4-0x8d08 (0.4) | | | data_message{}: 0x8d08-0x8d19 (17) -0x8d00| a9 74 b5 39 | .t.9 | timestamp: 968193193 (s) 0x8d08-0x8d0c (4) +0x8d00| a9 74 b5 39 | .t.9 | timestamp: 968193193 (2020-09-04T22:33:13Z) 0x8d08-0x8d0c (4) 0x8d00| f4 08 03 00| ....| distance: 1989 (198900) (m) 0x8d0c-0x8d10 (4) 0x8d10|e8 03 |.. | speed: 1 (1000) (m/s) 0x8d10-0x8d12 (2) 0x8d10| 2e | . | heart_rate: 46 (bpm) 0x8d12-0x8d13 (1) @@ -32700,7 +32700,7 @@ $ fq -d fit dv activity_dev.fit 0x8d10| 00 | . | reserved: false 0x8d19.3-0x8d19.4 (0.1) 0x8d10| 00 | . | local_message_type: 0 0x8d19.4-0x8d1a (0.4) | | | data_message{}: 0x8d1a-0x8d2b (17) -0x8d10| aa 74 b5 39 | .t.9 | timestamp: 968193194 (s) 0x8d1a-0x8d1e (4) +0x8d10| aa 74 b5 39 | .t.9 | timestamp: 968193194 (2020-09-04T22:33:14Z) 0x8d1a-0x8d1e (4) 0x8d10| 58 09| X.| distance: 1990 (199000) (m) 0x8d1e-0x8d22 (4) 0x8d20|03 00 |.. | 0x8d20| e8 03 | .. | speed: 1 (1000) (m/s) 0x8d22-0x8d24 (2) @@ -32717,7 +32717,7 @@ $ fq -d fit dv activity_dev.fit 0x8d20| 00 | . | reserved: false 0x8d2b.3-0x8d2b.4 (0.1) 0x8d20| 00 | . | local_message_type: 0 0x8d2b.4-0x8d2c (0.4) | | | data_message{}: 0x8d2c-0x8d3d (17) -0x8d20| ab 74 b5 39| .t.9| timestamp: 968193195 (s) 0x8d2c-0x8d30 (4) +0x8d20| ab 74 b5 39| .t.9| timestamp: 968193195 (2020-09-04T22:33:15Z) 0x8d2c-0x8d30 (4) 0x8d30|bc 09 03 00 |.... | distance: 1991 (199100) (m) 0x8d30-0x8d34 (4) 0x8d30| e8 03 | .. | speed: 1 (1000) (m/s) 0x8d34-0x8d36 (2) 0x8d30| 3a | : | heart_rate: 58 (bpm) 0x8d36-0x8d37 (1) @@ -32733,7 +32733,7 @@ $ fq -d fit dv activity_dev.fit 0x8d30| 00 | . | reserved: false 0x8d3d.3-0x8d3d.4 (0.1) 0x8d30| 00 | . | local_message_type: 0 0x8d3d.4-0x8d3e (0.4) | | | data_message{}: 0x8d3e-0x8d4f (17) -0x8d30| ac 74| .t| timestamp: 968193196 (s) 0x8d3e-0x8d42 (4) +0x8d30| ac 74| .t| timestamp: 968193196 (2020-09-04T22:33:16Z) 0x8d3e-0x8d42 (4) 0x8d40|b5 39 |.9 | 0x8d40| 20 0a 03 00 | ... | distance: 1992 (199200) (m) 0x8d42-0x8d46 (4) 0x8d40| e8 03 | .. | speed: 1 (1000) (m/s) 0x8d46-0x8d48 (2) @@ -32750,7 +32750,7 @@ $ fq -d fit dv activity_dev.fit 0x8d40| 00| .| reserved: false 0x8d4f.3-0x8d4f.4 (0.1) 0x8d40| 00| .| local_message_type: 0 0x8d4f.4-0x8d50 (0.4) | | | data_message{}: 0x8d50-0x8d61 (17) -0x8d50|ad 74 b5 39 |.t.9 | timestamp: 968193197 (s) 0x8d50-0x8d54 (4) +0x8d50|ad 74 b5 39 |.t.9 | timestamp: 968193197 (2020-09-04T22:33:17Z) 0x8d50-0x8d54 (4) 0x8d50| 84 0a 03 00 | .... | distance: 1993 (199300) (m) 0x8d54-0x8d58 (4) 0x8d50| e8 03 | .. | speed: 1 (1000) (m/s) 0x8d58-0x8d5a (2) 0x8d50| 48 | H | heart_rate: 72 (bpm) 0x8d5a-0x8d5b (1) @@ -32766,7 +32766,7 @@ $ fq -d fit dv activity_dev.fit 0x8d60| 00 | . | reserved: false 0x8d61.3-0x8d61.4 (0.1) 0x8d60| 00 | . | local_message_type: 0 0x8d61.4-0x8d62 (0.4) | | | data_message{}: 0x8d62-0x8d73 (17) -0x8d60| ae 74 b5 39 | .t.9 | timestamp: 968193198 (s) 0x8d62-0x8d66 (4) +0x8d60| ae 74 b5 39 | .t.9 | timestamp: 968193198 (2020-09-04T22:33:18Z) 0x8d62-0x8d66 (4) 0x8d60| e8 0a 03 00 | .... | distance: 1994 (199400) (m) 0x8d66-0x8d6a (4) 0x8d60| e8 03 | .. | speed: 1 (1000) (m/s) 0x8d6a-0x8d6c (2) 0x8d60| 50 | P | heart_rate: 80 (bpm) 0x8d6c-0x8d6d (1) @@ -32782,7 +32782,7 @@ $ fq -d fit dv activity_dev.fit 0x8d70| 00 | . | reserved: false 0x8d73.3-0x8d73.4 (0.1) 0x8d70| 00 | . | local_message_type: 0 0x8d73.4-0x8d74 (0.4) | | | data_message{}: 0x8d74-0x8d85 (17) -0x8d70| af 74 b5 39 | .t.9 | timestamp: 968193199 (s) 0x8d74-0x8d78 (4) +0x8d70| af 74 b5 39 | .t.9 | timestamp: 968193199 (2020-09-04T22:33:19Z) 0x8d74-0x8d78 (4) 0x8d70| 4c 0b 03 00 | L... | distance: 1995 (199500) (m) 0x8d78-0x8d7c (4) 0x8d70| e8 03 | .. | speed: 1 (1000) (m/s) 0x8d7c-0x8d7e (2) 0x8d70| 57 | W | heart_rate: 87 (bpm) 0x8d7e-0x8d7f (1) @@ -32798,7 +32798,7 @@ $ fq -d fit dv activity_dev.fit 0x8d80| 00 | . | reserved: false 0x8d85.3-0x8d85.4 (0.1) 0x8d80| 00 | . | local_message_type: 0 0x8d85.4-0x8d86 (0.4) | | | data_message{}: 0x8d86-0x8d97 (17) -0x8d80| b0 74 b5 39 | .t.9 | timestamp: 968193200 (s) 0x8d86-0x8d8a (4) +0x8d80| b0 74 b5 39 | .t.9 | timestamp: 968193200 (2020-09-04T22:33:20Z) 0x8d86-0x8d8a (4) 0x8d80| b0 0b 03 00 | .... | distance: 1996 (199600) (m) 0x8d8a-0x8d8e (4) 0x8d80| e8 03| ..| speed: 1 (1000) (m/s) 0x8d8e-0x8d90 (2) 0x8d90|5f |_ | heart_rate: 95 (bpm) 0x8d90-0x8d91 (1) @@ -32814,7 +32814,7 @@ $ fq -d fit dv activity_dev.fit 0x8d90| 00 | . | reserved: false 0x8d97.3-0x8d97.4 (0.1) 0x8d90| 00 | . | local_message_type: 0 0x8d97.4-0x8d98 (0.4) | | | data_message{}: 0x8d98-0x8da9 (17) -0x8d90| b1 74 b5 39 | .t.9 | timestamp: 968193201 (s) 0x8d98-0x8d9c (4) +0x8d90| b1 74 b5 39 | .t.9 | timestamp: 968193201 (2020-09-04T22:33:21Z) 0x8d98-0x8d9c (4) 0x8d90| 14 0c 03 00| ....| distance: 1997 (199700) (m) 0x8d9c-0x8da0 (4) 0x8da0|e8 03 |.. | speed: 1 (1000) (m/s) 0x8da0-0x8da2 (2) 0x8da0| 67 | g | heart_rate: 103 (bpm) 0x8da2-0x8da3 (1) @@ -32830,7 +32830,7 @@ $ fq -d fit dv activity_dev.fit 0x8da0| 00 | . | reserved: false 0x8da9.3-0x8da9.4 (0.1) 0x8da0| 00 | . | local_message_type: 0 0x8da9.4-0x8daa (0.4) | | | data_message{}: 0x8daa-0x8dbb (17) -0x8da0| b2 74 b5 39 | .t.9 | timestamp: 968193202 (s) 0x8daa-0x8dae (4) +0x8da0| b2 74 b5 39 | .t.9 | timestamp: 968193202 (2020-09-04T22:33:22Z) 0x8daa-0x8dae (4) 0x8da0| 78 0c| x.| distance: 1998 (199800) (m) 0x8dae-0x8db2 (4) 0x8db0|03 00 |.. | 0x8db0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8db2-0x8db4 (2) @@ -32847,7 +32847,7 @@ $ fq -d fit dv activity_dev.fit 0x8db0| 00 | . | reserved: false 0x8dbb.3-0x8dbb.4 (0.1) 0x8db0| 00 | . | local_message_type: 0 0x8dbb.4-0x8dbc (0.4) | | | data_message{}: 0x8dbc-0x8dcd (17) -0x8db0| b3 74 b5 39| .t.9| timestamp: 968193203 (s) 0x8dbc-0x8dc0 (4) +0x8db0| b3 74 b5 39| .t.9| timestamp: 968193203 (2020-09-04T22:33:23Z) 0x8dbc-0x8dc0 (4) 0x8dc0|dc 0c 03 00 |.... | distance: 1999 (199900) (m) 0x8dc0-0x8dc4 (4) 0x8dc0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8dc4-0x8dc6 (2) 0x8dc0| 77 | w | heart_rate: 119 (bpm) 0x8dc6-0x8dc7 (1) @@ -32863,7 +32863,7 @@ $ fq -d fit dv activity_dev.fit 0x8dc0| 00 | . | reserved: false 0x8dcd.3-0x8dcd.4 (0.1) 0x8dc0| 00 | . | local_message_type: 0 0x8dcd.4-0x8dce (0.4) | | | data_message{}: 0x8dce-0x8ddf (17) -0x8dc0| b4 74| .t| timestamp: 968193204 (s) 0x8dce-0x8dd2 (4) +0x8dc0| b4 74| .t| timestamp: 968193204 (2020-09-04T22:33:24Z) 0x8dce-0x8dd2 (4) 0x8dd0|b5 39 |.9 | 0x8dd0| 40 0d 03 00 | @... | distance: 2000 (200000) (m) 0x8dd2-0x8dd6 (4) 0x8dd0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8dd6-0x8dd8 (2) @@ -32880,7 +32880,7 @@ $ fq -d fit dv activity_dev.fit 0x8dd0| 00| .| reserved: false 0x8ddf.3-0x8ddf.4 (0.1) 0x8dd0| 00| .| local_message_type: 0 0x8ddf.4-0x8de0 (0.4) | | | data_message{}: 0x8de0-0x8df1 (17) -0x8de0|b5 74 b5 39 |.t.9 | timestamp: 968193205 (s) 0x8de0-0x8de4 (4) +0x8de0|b5 74 b5 39 |.t.9 | timestamp: 968193205 (2020-09-04T22:33:25Z) 0x8de0-0x8de4 (4) 0x8de0| a4 0d 03 00 | .... | distance: 2001 (200100) (m) 0x8de4-0x8de8 (4) 0x8de0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8de8-0x8dea (2) 0x8de0| 86 | . | heart_rate: 134 (bpm) 0x8dea-0x8deb (1) @@ -32896,7 +32896,7 @@ $ fq -d fit dv activity_dev.fit 0x8df0| 00 | . | reserved: false 0x8df1.3-0x8df1.4 (0.1) 0x8df0| 00 | . | local_message_type: 0 0x8df1.4-0x8df2 (0.4) | | | data_message{}: 0x8df2-0x8e03 (17) -0x8df0| b6 74 b5 39 | .t.9 | timestamp: 968193206 (s) 0x8df2-0x8df6 (4) +0x8df0| b6 74 b5 39 | .t.9 | timestamp: 968193206 (2020-09-04T22:33:26Z) 0x8df2-0x8df6 (4) 0x8df0| 08 0e 03 00 | .... | distance: 2002 (200200) (m) 0x8df6-0x8dfa (4) 0x8df0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8dfa-0x8dfc (2) 0x8df0| 8e | . | heart_rate: 142 (bpm) 0x8dfc-0x8dfd (1) @@ -32912,7 +32912,7 @@ $ fq -d fit dv activity_dev.fit 0x8e00| 00 | . | reserved: false 0x8e03.3-0x8e03.4 (0.1) 0x8e00| 00 | . | local_message_type: 0 0x8e03.4-0x8e04 (0.4) | | | data_message{}: 0x8e04-0x8e15 (17) -0x8e00| b7 74 b5 39 | .t.9 | timestamp: 968193207 (s) 0x8e04-0x8e08 (4) +0x8e00| b7 74 b5 39 | .t.9 | timestamp: 968193207 (2020-09-04T22:33:27Z) 0x8e04-0x8e08 (4) 0x8e00| 6c 0e 03 00 | l... | distance: 2003 (200300) (m) 0x8e08-0x8e0c (4) 0x8e00| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e0c-0x8e0e (2) 0x8e00| 96 | . | heart_rate: 150 (bpm) 0x8e0e-0x8e0f (1) @@ -32928,7 +32928,7 @@ $ fq -d fit dv activity_dev.fit 0x8e10| 00 | . | reserved: false 0x8e15.3-0x8e15.4 (0.1) 0x8e10| 00 | . | local_message_type: 0 0x8e15.4-0x8e16 (0.4) | | | data_message{}: 0x8e16-0x8e27 (17) -0x8e10| b8 74 b5 39 | .t.9 | timestamp: 968193208 (s) 0x8e16-0x8e1a (4) +0x8e10| b8 74 b5 39 | .t.9 | timestamp: 968193208 (2020-09-04T22:33:28Z) 0x8e16-0x8e1a (4) 0x8e10| d0 0e 03 00 | .... | distance: 2004 (200400) (m) 0x8e1a-0x8e1e (4) 0x8e10| e8 03| ..| speed: 1 (1000) (m/s) 0x8e1e-0x8e20 (2) 0x8e20|9e |. | heart_rate: 158 (bpm) 0x8e20-0x8e21 (1) @@ -32944,7 +32944,7 @@ $ fq -d fit dv activity_dev.fit 0x8e20| 00 | . | reserved: false 0x8e27.3-0x8e27.4 (0.1) 0x8e20| 00 | . | local_message_type: 0 0x8e27.4-0x8e28 (0.4) | | | data_message{}: 0x8e28-0x8e39 (17) -0x8e20| b9 74 b5 39 | .t.9 | timestamp: 968193209 (s) 0x8e28-0x8e2c (4) +0x8e20| b9 74 b5 39 | .t.9 | timestamp: 968193209 (2020-09-04T22:33:29Z) 0x8e28-0x8e2c (4) 0x8e20| 34 0f 03 00| 4...| distance: 2005 (200500) (m) 0x8e2c-0x8e30 (4) 0x8e30|e8 03 |.. | speed: 1 (1000) (m/s) 0x8e30-0x8e32 (2) 0x8e30| a6 | . | heart_rate: 166 (bpm) 0x8e32-0x8e33 (1) @@ -32960,7 +32960,7 @@ $ fq -d fit dv activity_dev.fit 0x8e30| 00 | . | reserved: false 0x8e39.3-0x8e39.4 (0.1) 0x8e30| 00 | . | local_message_type: 0 0x8e39.4-0x8e3a (0.4) | | | data_message{}: 0x8e3a-0x8e4b (17) -0x8e30| ba 74 b5 39 | .t.9 | timestamp: 968193210 (s) 0x8e3a-0x8e3e (4) +0x8e30| ba 74 b5 39 | .t.9 | timestamp: 968193210 (2020-09-04T22:33:30Z) 0x8e3a-0x8e3e (4) 0x8e30| 98 0f| ..| distance: 2006 (200600) (m) 0x8e3e-0x8e42 (4) 0x8e40|03 00 |.. | 0x8e40| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e42-0x8e44 (2) @@ -32977,7 +32977,7 @@ $ fq -d fit dv activity_dev.fit 0x8e40| 00 | . | reserved: false 0x8e4b.3-0x8e4b.4 (0.1) 0x8e40| 00 | . | local_message_type: 0 0x8e4b.4-0x8e4c (0.4) | | | data_message{}: 0x8e4c-0x8e5d (17) -0x8e40| bb 74 b5 39| .t.9| timestamp: 968193211 (s) 0x8e4c-0x8e50 (4) +0x8e40| bb 74 b5 39| .t.9| timestamp: 968193211 (2020-09-04T22:33:31Z) 0x8e4c-0x8e50 (4) 0x8e50|fc 0f 03 00 |.... | distance: 2007 (200700) (m) 0x8e50-0x8e54 (4) 0x8e50| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e54-0x8e56 (2) 0x8e50| b5 | . | heart_rate: 181 (bpm) 0x8e56-0x8e57 (1) @@ -32993,7 +32993,7 @@ $ fq -d fit dv activity_dev.fit 0x8e50| 00 | . | reserved: false 0x8e5d.3-0x8e5d.4 (0.1) 0x8e50| 00 | . | local_message_type: 0 0x8e5d.4-0x8e5e (0.4) | | | data_message{}: 0x8e5e-0x8e6f (17) -0x8e50| bc 74| .t| timestamp: 968193212 (s) 0x8e5e-0x8e62 (4) +0x8e50| bc 74| .t| timestamp: 968193212 (2020-09-04T22:33:32Z) 0x8e5e-0x8e62 (4) 0x8e60|b5 39 |.9 | 0x8e60| 60 10 03 00 | `... | distance: 2008 (200800) (m) 0x8e62-0x8e66 (4) 0x8e60| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e66-0x8e68 (2) @@ -33010,7 +33010,7 @@ $ fq -d fit dv activity_dev.fit 0x8e60| 00| .| reserved: false 0x8e6f.3-0x8e6f.4 (0.1) 0x8e60| 00| .| local_message_type: 0 0x8e6f.4-0x8e70 (0.4) | | | data_message{}: 0x8e70-0x8e81 (17) -0x8e70|bd 74 b5 39 |.t.9 | timestamp: 968193213 (s) 0x8e70-0x8e74 (4) +0x8e70|bd 74 b5 39 |.t.9 | timestamp: 968193213 (2020-09-04T22:33:33Z) 0x8e70-0x8e74 (4) 0x8e70| c4 10 03 00 | .... | distance: 2009 (200900) (m) 0x8e74-0x8e78 (4) 0x8e70| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e78-0x8e7a (2) 0x8e70| c3 | . | heart_rate: 195 (bpm) 0x8e7a-0x8e7b (1) @@ -33026,7 +33026,7 @@ $ fq -d fit dv activity_dev.fit 0x8e80| 00 | . | reserved: false 0x8e81.3-0x8e81.4 (0.1) 0x8e80| 00 | . | local_message_type: 0 0x8e81.4-0x8e82 (0.4) | | | data_message{}: 0x8e82-0x8e93 (17) -0x8e80| be 74 b5 39 | .t.9 | timestamp: 968193214 (s) 0x8e82-0x8e86 (4) +0x8e80| be 74 b5 39 | .t.9 | timestamp: 968193214 (2020-09-04T22:33:34Z) 0x8e82-0x8e86 (4) 0x8e80| 28 11 03 00 | (... | distance: 2010 (201000) (m) 0x8e86-0x8e8a (4) 0x8e80| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e8a-0x8e8c (2) 0x8e80| c9 | . | heart_rate: 201 (bpm) 0x8e8c-0x8e8d (1) @@ -33042,7 +33042,7 @@ $ fq -d fit dv activity_dev.fit 0x8e90| 00 | . | reserved: false 0x8e93.3-0x8e93.4 (0.1) 0x8e90| 00 | . | local_message_type: 0 0x8e93.4-0x8e94 (0.4) | | | data_message{}: 0x8e94-0x8ea5 (17) -0x8e90| bf 74 b5 39 | .t.9 | timestamp: 968193215 (s) 0x8e94-0x8e98 (4) +0x8e90| bf 74 b5 39 | .t.9 | timestamp: 968193215 (2020-09-04T22:33:35Z) 0x8e94-0x8e98 (4) 0x8e90| 8c 11 03 00 | .... | distance: 2011 (201100) (m) 0x8e98-0x8e9c (4) 0x8e90| e8 03 | .. | speed: 1 (1000) (m/s) 0x8e9c-0x8e9e (2) 0x8e90| cf | . | heart_rate: 207 (bpm) 0x8e9e-0x8e9f (1) @@ -33058,7 +33058,7 @@ $ fq -d fit dv activity_dev.fit 0x8ea0| 00 | . | reserved: false 0x8ea5.3-0x8ea5.4 (0.1) 0x8ea0| 00 | . | local_message_type: 0 0x8ea5.4-0x8ea6 (0.4) | | | data_message{}: 0x8ea6-0x8eb7 (17) -0x8ea0| c0 74 b5 39 | .t.9 | timestamp: 968193216 (s) 0x8ea6-0x8eaa (4) +0x8ea0| c0 74 b5 39 | .t.9 | timestamp: 968193216 (2020-09-04T22:33:36Z) 0x8ea6-0x8eaa (4) 0x8ea0| f0 11 03 00 | .... | distance: 2012 (201200) (m) 0x8eaa-0x8eae (4) 0x8ea0| e8 03| ..| speed: 1 (1000) (m/s) 0x8eae-0x8eb0 (2) 0x8eb0|d5 |. | heart_rate: 213 (bpm) 0x8eb0-0x8eb1 (1) @@ -33074,7 +33074,7 @@ $ fq -d fit dv activity_dev.fit 0x8eb0| 00 | . | reserved: false 0x8eb7.3-0x8eb7.4 (0.1) 0x8eb0| 00 | . | local_message_type: 0 0x8eb7.4-0x8eb8 (0.4) | | | data_message{}: 0x8eb8-0x8ec9 (17) -0x8eb0| c1 74 b5 39 | .t.9 | timestamp: 968193217 (s) 0x8eb8-0x8ebc (4) +0x8eb0| c1 74 b5 39 | .t.9 | timestamp: 968193217 (2020-09-04T22:33:37Z) 0x8eb8-0x8ebc (4) 0x8eb0| 54 12 03 00| T...| distance: 2013 (201300) (m) 0x8ebc-0x8ec0 (4) 0x8ec0|e8 03 |.. | speed: 1 (1000) (m/s) 0x8ec0-0x8ec2 (2) 0x8ec0| db | . | heart_rate: 219 (bpm) 0x8ec2-0x8ec3 (1) @@ -33090,7 +33090,7 @@ $ fq -d fit dv activity_dev.fit 0x8ec0| 00 | . | reserved: false 0x8ec9.3-0x8ec9.4 (0.1) 0x8ec0| 00 | . | local_message_type: 0 0x8ec9.4-0x8eca (0.4) | | | data_message{}: 0x8eca-0x8edb (17) -0x8ec0| c2 74 b5 39 | .t.9 | timestamp: 968193218 (s) 0x8eca-0x8ece (4) +0x8ec0| c2 74 b5 39 | .t.9 | timestamp: 968193218 (2020-09-04T22:33:38Z) 0x8eca-0x8ece (4) 0x8ec0| b8 12| ..| distance: 2014 (201400) (m) 0x8ece-0x8ed2 (4) 0x8ed0|03 00 |.. | 0x8ed0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ed2-0x8ed4 (2) @@ -33107,7 +33107,7 @@ $ fq -d fit dv activity_dev.fit 0x8ed0| 00 | . | reserved: false 0x8edb.3-0x8edb.4 (0.1) 0x8ed0| 00 | . | local_message_type: 0 0x8edb.4-0x8edc (0.4) | | | data_message{}: 0x8edc-0x8eed (17) -0x8ed0| c3 74 b5 39| .t.9| timestamp: 968193219 (s) 0x8edc-0x8ee0 (4) +0x8ed0| c3 74 b5 39| .t.9| timestamp: 968193219 (2020-09-04T22:33:39Z) 0x8edc-0x8ee0 (4) 0x8ee0|1c 13 03 00 |.... | distance: 2015 (201500) (m) 0x8ee0-0x8ee4 (4) 0x8ee0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ee4-0x8ee6 (2) 0x8ee0| e5 | . | heart_rate: 229 (bpm) 0x8ee6-0x8ee7 (1) @@ -33123,7 +33123,7 @@ $ fq -d fit dv activity_dev.fit 0x8ee0| 00 | . | reserved: false 0x8eed.3-0x8eed.4 (0.1) 0x8ee0| 00 | . | local_message_type: 0 0x8eed.4-0x8eee (0.4) | | | data_message{}: 0x8eee-0x8eff (17) -0x8ee0| c4 74| .t| timestamp: 968193220 (s) 0x8eee-0x8ef2 (4) +0x8ee0| c4 74| .t| timestamp: 968193220 (2020-09-04T22:33:40Z) 0x8eee-0x8ef2 (4) 0x8ef0|b5 39 |.9 | 0x8ef0| 80 13 03 00 | .... | distance: 2016 (201600) (m) 0x8ef2-0x8ef6 (4) 0x8ef0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ef6-0x8ef8 (2) @@ -33140,7 +33140,7 @@ $ fq -d fit dv activity_dev.fit 0x8ef0| 00| .| reserved: false 0x8eff.3-0x8eff.4 (0.1) 0x8ef0| 00| .| local_message_type: 0 0x8eff.4-0x8f00 (0.4) | | | data_message{}: 0x8f00-0x8f11 (17) -0x8f00|c5 74 b5 39 |.t.9 | timestamp: 968193221 (s) 0x8f00-0x8f04 (4) +0x8f00|c5 74 b5 39 |.t.9 | timestamp: 968193221 (2020-09-04T22:33:41Z) 0x8f00-0x8f04 (4) 0x8f00| e4 13 03 00 | .... | distance: 2017 (201700) (m) 0x8f04-0x8f08 (4) 0x8f00| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f08-0x8f0a (2) 0x8f00| ee | . | heart_rate: 238 (bpm) 0x8f0a-0x8f0b (1) @@ -33156,7 +33156,7 @@ $ fq -d fit dv activity_dev.fit 0x8f10| 00 | . | reserved: false 0x8f11.3-0x8f11.4 (0.1) 0x8f10| 00 | . | local_message_type: 0 0x8f11.4-0x8f12 (0.4) | | | data_message{}: 0x8f12-0x8f23 (17) -0x8f10| c6 74 b5 39 | .t.9 | timestamp: 968193222 (s) 0x8f12-0x8f16 (4) +0x8f10| c6 74 b5 39 | .t.9 | timestamp: 968193222 (2020-09-04T22:33:42Z) 0x8f12-0x8f16 (4) 0x8f10| 48 14 03 00 | H... | distance: 2018 (201800) (m) 0x8f16-0x8f1a (4) 0x8f10| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f1a-0x8f1c (2) 0x8f10| f1 | . | heart_rate: 241 (bpm) 0x8f1c-0x8f1d (1) @@ -33172,7 +33172,7 @@ $ fq -d fit dv activity_dev.fit 0x8f20| 00 | . | reserved: false 0x8f23.3-0x8f23.4 (0.1) 0x8f20| 00 | . | local_message_type: 0 0x8f23.4-0x8f24 (0.4) | | | data_message{}: 0x8f24-0x8f35 (17) -0x8f20| c7 74 b5 39 | .t.9 | timestamp: 968193223 (s) 0x8f24-0x8f28 (4) +0x8f20| c7 74 b5 39 | .t.9 | timestamp: 968193223 (2020-09-04T22:33:43Z) 0x8f24-0x8f28 (4) 0x8f20| ac 14 03 00 | .... | distance: 2019 (201900) (m) 0x8f28-0x8f2c (4) 0x8f20| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f2c-0x8f2e (2) 0x8f20| f5 | . | heart_rate: 245 (bpm) 0x8f2e-0x8f2f (1) @@ -33188,7 +33188,7 @@ $ fq -d fit dv activity_dev.fit 0x8f30| 00 | . | reserved: false 0x8f35.3-0x8f35.4 (0.1) 0x8f30| 00 | . | local_message_type: 0 0x8f35.4-0x8f36 (0.4) | | | data_message{}: 0x8f36-0x8f47 (17) -0x8f30| c8 74 b5 39 | .t.9 | timestamp: 968193224 (s) 0x8f36-0x8f3a (4) +0x8f30| c8 74 b5 39 | .t.9 | timestamp: 968193224 (2020-09-04T22:33:44Z) 0x8f36-0x8f3a (4) 0x8f30| 10 15 03 00 | .... | distance: 2020 (202000) (m) 0x8f3a-0x8f3e (4) 0x8f30| e8 03| ..| speed: 1 (1000) (m/s) 0x8f3e-0x8f40 (2) 0x8f40|f7 |. | heart_rate: 247 (bpm) 0x8f40-0x8f41 (1) @@ -33204,7 +33204,7 @@ $ fq -d fit dv activity_dev.fit 0x8f40| 00 | . | reserved: false 0x8f47.3-0x8f47.4 (0.1) 0x8f40| 00 | . | local_message_type: 0 0x8f47.4-0x8f48 (0.4) | | | data_message{}: 0x8f48-0x8f59 (17) -0x8f40| c9 74 b5 39 | .t.9 | timestamp: 968193225 (s) 0x8f48-0x8f4c (4) +0x8f40| c9 74 b5 39 | .t.9 | timestamp: 968193225 (2020-09-04T22:33:45Z) 0x8f48-0x8f4c (4) 0x8f40| 74 15 03 00| t...| distance: 2021 (202100) (m) 0x8f4c-0x8f50 (4) 0x8f50|e8 03 |.. | speed: 1 (1000) (m/s) 0x8f50-0x8f52 (2) 0x8f50| fa | . | heart_rate: 250 (bpm) 0x8f52-0x8f53 (1) @@ -33220,7 +33220,7 @@ $ fq -d fit dv activity_dev.fit 0x8f50| 00 | . | reserved: false 0x8f59.3-0x8f59.4 (0.1) 0x8f50| 00 | . | local_message_type: 0 0x8f59.4-0x8f5a (0.4) | | | data_message{}: 0x8f5a-0x8f6b (17) -0x8f50| ca 74 b5 39 | .t.9 | timestamp: 968193226 (s) 0x8f5a-0x8f5e (4) +0x8f50| ca 74 b5 39 | .t.9 | timestamp: 968193226 (2020-09-04T22:33:46Z) 0x8f5a-0x8f5e (4) 0x8f50| d8 15| ..| distance: 2022 (202200) (m) 0x8f5e-0x8f62 (4) 0x8f60|03 00 |.. | 0x8f60| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f62-0x8f64 (2) @@ -33237,7 +33237,7 @@ $ fq -d fit dv activity_dev.fit 0x8f60| 00 | . | reserved: false 0x8f6b.3-0x8f6b.4 (0.1) 0x8f60| 00 | . | local_message_type: 0 0x8f6b.4-0x8f6c (0.4) | | | data_message{}: 0x8f6c-0x8f7d (17) -0x8f60| cb 74 b5 39| .t.9| timestamp: 968193227 (s) 0x8f6c-0x8f70 (4) +0x8f60| cb 74 b5 39| .t.9| timestamp: 968193227 (2020-09-04T22:33:47Z) 0x8f6c-0x8f70 (4) 0x8f70|3c 16 03 00 |<... | distance: 2023 (202300) (m) 0x8f70-0x8f74 (4) 0x8f70| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f74-0x8f76 (2) 0x8f70| fc | . | heart_rate: 252 (bpm) 0x8f76-0x8f77 (1) @@ -33253,7 +33253,7 @@ $ fq -d fit dv activity_dev.fit 0x8f70| 00 | . | reserved: false 0x8f7d.3-0x8f7d.4 (0.1) 0x8f70| 00 | . | local_message_type: 0 0x8f7d.4-0x8f7e (0.4) | | | data_message{}: 0x8f7e-0x8f8f (17) -0x8f70| cc 74| .t| timestamp: 968193228 (s) 0x8f7e-0x8f82 (4) +0x8f70| cc 74| .t| timestamp: 968193228 (2020-09-04T22:33:48Z) 0x8f7e-0x8f82 (4) 0x8f80|b5 39 |.9 | 0x8f80| a0 16 03 00 | .... | distance: 2024 (202400) (m) 0x8f82-0x8f86 (4) 0x8f80| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f86-0x8f88 (2) @@ -33270,7 +33270,7 @@ $ fq -d fit dv activity_dev.fit 0x8f80| 00| .| reserved: false 0x8f8f.3-0x8f8f.4 (0.1) 0x8f80| 00| .| local_message_type: 0 0x8f8f.4-0x8f90 (0.4) | | | data_message{}: 0x8f90-0x8fa1 (17) -0x8f90|cd 74 b5 39 |.t.9 | timestamp: 968193229 (s) 0x8f90-0x8f94 (4) +0x8f90|cd 74 b5 39 |.t.9 | timestamp: 968193229 (2020-09-04T22:33:49Z) 0x8f90-0x8f94 (4) 0x8f90| 04 17 03 00 | .... | distance: 2025 (202500) (m) 0x8f94-0x8f98 (4) 0x8f90| e8 03 | .. | speed: 1 (1000) (m/s) 0x8f98-0x8f9a (2) 0x8f90| fe | . | heart_rate: 254 (bpm) 0x8f9a-0x8f9b (1) @@ -33286,7 +33286,7 @@ $ fq -d fit dv activity_dev.fit 0x8fa0| 00 | . | reserved: false 0x8fa1.3-0x8fa1.4 (0.1) 0x8fa0| 00 | . | local_message_type: 0 0x8fa1.4-0x8fa2 (0.4) | | | data_message{}: 0x8fa2-0x8fb3 (17) -0x8fa0| ce 74 b5 39 | .t.9 | timestamp: 968193230 (s) 0x8fa2-0x8fa6 (4) +0x8fa0| ce 74 b5 39 | .t.9 | timestamp: 968193230 (2020-09-04T22:33:50Z) 0x8fa2-0x8fa6 (4) 0x8fa0| 68 17 03 00 | h... | distance: 2026 (202600) (m) 0x8fa6-0x8faa (4) 0x8fa0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8faa-0x8fac (2) 0x8fa0| fd | . | heart_rate: 253 (bpm) 0x8fac-0x8fad (1) @@ -33302,7 +33302,7 @@ $ fq -d fit dv activity_dev.fit 0x8fb0| 00 | . | reserved: false 0x8fb3.3-0x8fb3.4 (0.1) 0x8fb0| 00 | . | local_message_type: 0 0x8fb3.4-0x8fb4 (0.4) | | | data_message{}: 0x8fb4-0x8fc5 (17) -0x8fb0| cf 74 b5 39 | .t.9 | timestamp: 968193231 (s) 0x8fb4-0x8fb8 (4) +0x8fb0| cf 74 b5 39 | .t.9 | timestamp: 968193231 (2020-09-04T22:33:51Z) 0x8fb4-0x8fb8 (4) 0x8fb0| cc 17 03 00 | .... | distance: 2027 (202700) (m) 0x8fb8-0x8fbc (4) 0x8fb0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8fbc-0x8fbe (2) 0x8fb0| fc | . | heart_rate: 252 (bpm) 0x8fbe-0x8fbf (1) @@ -33318,7 +33318,7 @@ $ fq -d fit dv activity_dev.fit 0x8fc0| 00 | . | reserved: false 0x8fc5.3-0x8fc5.4 (0.1) 0x8fc0| 00 | . | local_message_type: 0 0x8fc5.4-0x8fc6 (0.4) | | | data_message{}: 0x8fc6-0x8fd7 (17) -0x8fc0| d0 74 b5 39 | .t.9 | timestamp: 968193232 (s) 0x8fc6-0x8fca (4) +0x8fc0| d0 74 b5 39 | .t.9 | timestamp: 968193232 (2020-09-04T22:33:52Z) 0x8fc6-0x8fca (4) 0x8fc0| 30 18 03 00 | 0... | distance: 2028 (202800) (m) 0x8fca-0x8fce (4) 0x8fc0| e8 03| ..| speed: 1 (1000) (m/s) 0x8fce-0x8fd0 (2) 0x8fd0|fb |. | heart_rate: 251 (bpm) 0x8fd0-0x8fd1 (1) @@ -33334,7 +33334,7 @@ $ fq -d fit dv activity_dev.fit 0x8fd0| 00 | . | reserved: false 0x8fd7.3-0x8fd7.4 (0.1) 0x8fd0| 00 | . | local_message_type: 0 0x8fd7.4-0x8fd8 (0.4) | | | data_message{}: 0x8fd8-0x8fe9 (17) -0x8fd0| d1 74 b5 39 | .t.9 | timestamp: 968193233 (s) 0x8fd8-0x8fdc (4) +0x8fd0| d1 74 b5 39 | .t.9 | timestamp: 968193233 (2020-09-04T22:33:53Z) 0x8fd8-0x8fdc (4) 0x8fd0| 94 18 03 00| ....| distance: 2029 (202900) (m) 0x8fdc-0x8fe0 (4) 0x8fe0|e8 03 |.. | speed: 1 (1000) (m/s) 0x8fe0-0x8fe2 (2) 0x8fe0| fa | . | heart_rate: 250 (bpm) 0x8fe2-0x8fe3 (1) @@ -33350,7 +33350,7 @@ $ fq -d fit dv activity_dev.fit 0x8fe0| 00 | . | reserved: false 0x8fe9.3-0x8fe9.4 (0.1) 0x8fe0| 00 | . | local_message_type: 0 0x8fe9.4-0x8fea (0.4) | | | data_message{}: 0x8fea-0x8ffb (17) -0x8fe0| d2 74 b5 39 | .t.9 | timestamp: 968193234 (s) 0x8fea-0x8fee (4) +0x8fe0| d2 74 b5 39 | .t.9 | timestamp: 968193234 (2020-09-04T22:33:54Z) 0x8fea-0x8fee (4) 0x8fe0| f8 18| ..| distance: 2030 (203000) (m) 0x8fee-0x8ff2 (4) 0x8ff0|03 00 |.. | 0x8ff0| e8 03 | .. | speed: 1 (1000) (m/s) 0x8ff2-0x8ff4 (2) @@ -33367,7 +33367,7 @@ $ fq -d fit dv activity_dev.fit 0x8ff0| 00 | . | reserved: false 0x8ffb.3-0x8ffb.4 (0.1) 0x8ff0| 00 | . | local_message_type: 0 0x8ffb.4-0x8ffc (0.4) | | | data_message{}: 0x8ffc-0x900d (17) -0x8ff0| d3 74 b5 39| .t.9| timestamp: 968193235 (s) 0x8ffc-0x9000 (4) +0x8ff0| d3 74 b5 39| .t.9| timestamp: 968193235 (2020-09-04T22:33:55Z) 0x8ffc-0x9000 (4) 0x9000|5c 19 03 00 |\... | distance: 2031 (203100) (m) 0x9000-0x9004 (4) 0x9000| e8 03 | .. | speed: 1 (1000) (m/s) 0x9004-0x9006 (2) 0x9000| f5 | . | heart_rate: 245 (bpm) 0x9006-0x9007 (1) @@ -33383,7 +33383,7 @@ $ fq -d fit dv activity_dev.fit 0x9000| 00 | . | reserved: false 0x900d.3-0x900d.4 (0.1) 0x9000| 00 | . | local_message_type: 0 0x900d.4-0x900e (0.4) | | | data_message{}: 0x900e-0x901f (17) -0x9000| d4 74| .t| timestamp: 968193236 (s) 0x900e-0x9012 (4) +0x9000| d4 74| .t| timestamp: 968193236 (2020-09-04T22:33:56Z) 0x900e-0x9012 (4) 0x9010|b5 39 |.9 | 0x9010| c0 19 03 00 | .... | distance: 2032 (203200) (m) 0x9012-0x9016 (4) 0x9010| e8 03 | .. | speed: 1 (1000) (m/s) 0x9016-0x9018 (2) @@ -33400,7 +33400,7 @@ $ fq -d fit dv activity_dev.fit 0x9010| 00| .| reserved: false 0x901f.3-0x901f.4 (0.1) 0x9010| 00| .| local_message_type: 0 0x901f.4-0x9020 (0.4) | | | data_message{}: 0x9020-0x9031 (17) -0x9020|d5 74 b5 39 |.t.9 | timestamp: 968193237 (s) 0x9020-0x9024 (4) +0x9020|d5 74 b5 39 |.t.9 | timestamp: 968193237 (2020-09-04T22:33:57Z) 0x9020-0x9024 (4) 0x9020| 24 1a 03 00 | $... | distance: 2033 (203300) (m) 0x9024-0x9028 (4) 0x9020| e8 03 | .. | speed: 1 (1000) (m/s) 0x9028-0x902a (2) 0x9020| ee | . | heart_rate: 238 (bpm) 0x902a-0x902b (1) @@ -33416,7 +33416,7 @@ $ fq -d fit dv activity_dev.fit 0x9030| 00 | . | reserved: false 0x9031.3-0x9031.4 (0.1) 0x9030| 00 | . | local_message_type: 0 0x9031.4-0x9032 (0.4) | | | data_message{}: 0x9032-0x9043 (17) -0x9030| d6 74 b5 39 | .t.9 | timestamp: 968193238 (s) 0x9032-0x9036 (4) +0x9030| d6 74 b5 39 | .t.9 | timestamp: 968193238 (2020-09-04T22:33:58Z) 0x9032-0x9036 (4) 0x9030| 88 1a 03 00 | .... | distance: 2034 (203400) (m) 0x9036-0x903a (4) 0x9030| e8 03 | .. | speed: 1 (1000) (m/s) 0x903a-0x903c (2) 0x9030| ea | . | heart_rate: 234 (bpm) 0x903c-0x903d (1) @@ -33432,7 +33432,7 @@ $ fq -d fit dv activity_dev.fit 0x9040| 00 | . | reserved: false 0x9043.3-0x9043.4 (0.1) 0x9040| 00 | . | local_message_type: 0 0x9043.4-0x9044 (0.4) | | | data_message{}: 0x9044-0x9055 (17) -0x9040| d7 74 b5 39 | .t.9 | timestamp: 968193239 (s) 0x9044-0x9048 (4) +0x9040| d7 74 b5 39 | .t.9 | timestamp: 968193239 (2020-09-04T22:33:59Z) 0x9044-0x9048 (4) 0x9040| ec 1a 03 00 | .... | distance: 2035 (203500) (m) 0x9048-0x904c (4) 0x9040| e8 03 | .. | speed: 1 (1000) (m/s) 0x904c-0x904e (2) 0x9040| e5 | . | heart_rate: 229 (bpm) 0x904e-0x904f (1) @@ -33448,7 +33448,7 @@ $ fq -d fit dv activity_dev.fit 0x9050| 00 | . | reserved: false 0x9055.3-0x9055.4 (0.1) 0x9050| 00 | . | local_message_type: 0 0x9055.4-0x9056 (0.4) | | | data_message{}: 0x9056-0x9067 (17) -0x9050| d8 74 b5 39 | .t.9 | timestamp: 968193240 (s) 0x9056-0x905a (4) +0x9050| d8 74 b5 39 | .t.9 | timestamp: 968193240 (2020-09-04T22:34:00Z) 0x9056-0x905a (4) 0x9050| 50 1b 03 00 | P... | distance: 2036 (203600) (m) 0x905a-0x905e (4) 0x9050| e8 03| ..| speed: 1 (1000) (m/s) 0x905e-0x9060 (2) 0x9060|e0 |. | heart_rate: 224 (bpm) 0x9060-0x9061 (1) @@ -33464,7 +33464,7 @@ $ fq -d fit dv activity_dev.fit 0x9060| 00 | . | reserved: false 0x9067.3-0x9067.4 (0.1) 0x9060| 00 | . | local_message_type: 0 0x9067.4-0x9068 (0.4) | | | data_message{}: 0x9068-0x9079 (17) -0x9060| d9 74 b5 39 | .t.9 | timestamp: 968193241 (s) 0x9068-0x906c (4) +0x9060| d9 74 b5 39 | .t.9 | timestamp: 968193241 (2020-09-04T22:34:01Z) 0x9068-0x906c (4) 0x9060| b4 1b 03 00| ....| distance: 2037 (203700) (m) 0x906c-0x9070 (4) 0x9070|e8 03 |.. | speed: 1 (1000) (m/s) 0x9070-0x9072 (2) 0x9070| db | . | heart_rate: 219 (bpm) 0x9072-0x9073 (1) @@ -33480,7 +33480,7 @@ $ fq -d fit dv activity_dev.fit 0x9070| 00 | . | reserved: false 0x9079.3-0x9079.4 (0.1) 0x9070| 00 | . | local_message_type: 0 0x9079.4-0x907a (0.4) | | | data_message{}: 0x907a-0x908b (17) -0x9070| da 74 b5 39 | .t.9 | timestamp: 968193242 (s) 0x907a-0x907e (4) +0x9070| da 74 b5 39 | .t.9 | timestamp: 968193242 (2020-09-04T22:34:02Z) 0x907a-0x907e (4) 0x9070| 18 1c| ..| distance: 2038 (203800) (m) 0x907e-0x9082 (4) 0x9080|03 00 |.. | 0x9080| e8 03 | .. | speed: 1 (1000) (m/s) 0x9082-0x9084 (2) @@ -33497,7 +33497,7 @@ $ fq -d fit dv activity_dev.fit 0x9080| 00 | . | reserved: false 0x908b.3-0x908b.4 (0.1) 0x9080| 00 | . | local_message_type: 0 0x908b.4-0x908c (0.4) | | | data_message{}: 0x908c-0x909d (17) -0x9080| db 74 b5 39| .t.9| timestamp: 968193243 (s) 0x908c-0x9090 (4) +0x9080| db 74 b5 39| .t.9| timestamp: 968193243 (2020-09-04T22:34:03Z) 0x908c-0x9090 (4) 0x9090|7c 1c 03 00 ||... | distance: 2039 (203900) (m) 0x9090-0x9094 (4) 0x9090| e8 03 | .. | speed: 1 (1000) (m/s) 0x9094-0x9096 (2) 0x9090| cf | . | heart_rate: 207 (bpm) 0x9096-0x9097 (1) @@ -33513,7 +33513,7 @@ $ fq -d fit dv activity_dev.fit 0x9090| 00 | . | reserved: false 0x909d.3-0x909d.4 (0.1) 0x9090| 00 | . | local_message_type: 0 0x909d.4-0x909e (0.4) | | | data_message{}: 0x909e-0x90af (17) -0x9090| dc 74| .t| timestamp: 968193244 (s) 0x909e-0x90a2 (4) +0x9090| dc 74| .t| timestamp: 968193244 (2020-09-04T22:34:04Z) 0x909e-0x90a2 (4) 0x90a0|b5 39 |.9 | 0x90a0| e0 1c 03 00 | .... | distance: 2040 (204000) (m) 0x90a2-0x90a6 (4) 0x90a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x90a6-0x90a8 (2) @@ -33530,7 +33530,7 @@ $ fq -d fit dv activity_dev.fit 0x90a0| 00| .| reserved: false 0x90af.3-0x90af.4 (0.1) 0x90a0| 00| .| local_message_type: 0 0x90af.4-0x90b0 (0.4) | | | data_message{}: 0x90b0-0x90c1 (17) -0x90b0|dd 74 b5 39 |.t.9 | timestamp: 968193245 (s) 0x90b0-0x90b4 (4) +0x90b0|dd 74 b5 39 |.t.9 | timestamp: 968193245 (2020-09-04T22:34:05Z) 0x90b0-0x90b4 (4) 0x90b0| 44 1d 03 00 | D... | distance: 2041 (204100) (m) 0x90b4-0x90b8 (4) 0x90b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x90b8-0x90ba (2) 0x90b0| c3 | . | heart_rate: 195 (bpm) 0x90ba-0x90bb (1) @@ -33546,7 +33546,7 @@ $ fq -d fit dv activity_dev.fit 0x90c0| 00 | . | reserved: false 0x90c1.3-0x90c1.4 (0.1) 0x90c0| 00 | . | local_message_type: 0 0x90c1.4-0x90c2 (0.4) | | | data_message{}: 0x90c2-0x90d3 (17) -0x90c0| de 74 b5 39 | .t.9 | timestamp: 968193246 (s) 0x90c2-0x90c6 (4) +0x90c0| de 74 b5 39 | .t.9 | timestamp: 968193246 (2020-09-04T22:34:06Z) 0x90c2-0x90c6 (4) 0x90c0| a8 1d 03 00 | .... | distance: 2042 (204200) (m) 0x90c6-0x90ca (4) 0x90c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x90ca-0x90cc (2) 0x90c0| bc | . | heart_rate: 188 (bpm) 0x90cc-0x90cd (1) @@ -33562,7 +33562,7 @@ $ fq -d fit dv activity_dev.fit 0x90d0| 00 | . | reserved: false 0x90d3.3-0x90d3.4 (0.1) 0x90d0| 00 | . | local_message_type: 0 0x90d3.4-0x90d4 (0.4) | | | data_message{}: 0x90d4-0x90e5 (17) -0x90d0| df 74 b5 39 | .t.9 | timestamp: 968193247 (s) 0x90d4-0x90d8 (4) +0x90d0| df 74 b5 39 | .t.9 | timestamp: 968193247 (2020-09-04T22:34:07Z) 0x90d4-0x90d8 (4) 0x90d0| 0c 1e 03 00 | .... | distance: 2043 (204300) (m) 0x90d8-0x90dc (4) 0x90d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x90dc-0x90de (2) 0x90d0| b5 | . | heart_rate: 181 (bpm) 0x90de-0x90df (1) @@ -33578,7 +33578,7 @@ $ fq -d fit dv activity_dev.fit 0x90e0| 00 | . | reserved: false 0x90e5.3-0x90e5.4 (0.1) 0x90e0| 00 | . | local_message_type: 0 0x90e5.4-0x90e6 (0.4) | | | data_message{}: 0x90e6-0x90f7 (17) -0x90e0| e0 74 b5 39 | .t.9 | timestamp: 968193248 (s) 0x90e6-0x90ea (4) +0x90e0| e0 74 b5 39 | .t.9 | timestamp: 968193248 (2020-09-04T22:34:08Z) 0x90e6-0x90ea (4) 0x90e0| 70 1e 03 00 | p... | distance: 2044 (204400) (m) 0x90ea-0x90ee (4) 0x90e0| e8 03| ..| speed: 1 (1000) (m/s) 0x90ee-0x90f0 (2) 0x90f0|ad |. | heart_rate: 173 (bpm) 0x90f0-0x90f1 (1) @@ -33594,7 +33594,7 @@ $ fq -d fit dv activity_dev.fit 0x90f0| 00 | . | reserved: false 0x90f7.3-0x90f7.4 (0.1) 0x90f0| 00 | . | local_message_type: 0 0x90f7.4-0x90f8 (0.4) | | | data_message{}: 0x90f8-0x9109 (17) -0x90f0| e1 74 b5 39 | .t.9 | timestamp: 968193249 (s) 0x90f8-0x90fc (4) +0x90f0| e1 74 b5 39 | .t.9 | timestamp: 968193249 (2020-09-04T22:34:09Z) 0x90f8-0x90fc (4) 0x90f0| d4 1e 03 00| ....| distance: 2045 (204500) (m) 0x90fc-0x9100 (4) 0x9100|e8 03 |.. | speed: 1 (1000) (m/s) 0x9100-0x9102 (2) 0x9100| a6 | . | heart_rate: 166 (bpm) 0x9102-0x9103 (1) @@ -33610,7 +33610,7 @@ $ fq -d fit dv activity_dev.fit 0x9100| 00 | . | reserved: false 0x9109.3-0x9109.4 (0.1) 0x9100| 00 | . | local_message_type: 0 0x9109.4-0x910a (0.4) | | | data_message{}: 0x910a-0x911b (17) -0x9100| e2 74 b5 39 | .t.9 | timestamp: 968193250 (s) 0x910a-0x910e (4) +0x9100| e2 74 b5 39 | .t.9 | timestamp: 968193250 (2020-09-04T22:34:10Z) 0x910a-0x910e (4) 0x9100| 38 1f| 8.| distance: 2046 (204600) (m) 0x910e-0x9112 (4) 0x9110|03 00 |.. | 0x9110| e8 03 | .. | speed: 1 (1000) (m/s) 0x9112-0x9114 (2) @@ -33627,7 +33627,7 @@ $ fq -d fit dv activity_dev.fit 0x9110| 00 | . | reserved: false 0x911b.3-0x911b.4 (0.1) 0x9110| 00 | . | local_message_type: 0 0x911b.4-0x911c (0.4) | | | data_message{}: 0x911c-0x912d (17) -0x9110| e3 74 b5 39| .t.9| timestamp: 968193251 (s) 0x911c-0x9120 (4) +0x9110| e3 74 b5 39| .t.9| timestamp: 968193251 (2020-09-04T22:34:11Z) 0x911c-0x9120 (4) 0x9120|9c 1f 03 00 |.... | distance: 2047 (204700) (m) 0x9120-0x9124 (4) 0x9120| e8 03 | .. | speed: 1 (1000) (m/s) 0x9124-0x9126 (2) 0x9120| 96 | . | heart_rate: 150 (bpm) 0x9126-0x9127 (1) @@ -33643,7 +33643,7 @@ $ fq -d fit dv activity_dev.fit 0x9120| 00 | . | reserved: false 0x912d.3-0x912d.4 (0.1) 0x9120| 00 | . | local_message_type: 0 0x912d.4-0x912e (0.4) | | | data_message{}: 0x912e-0x913f (17) -0x9120| e4 74| .t| timestamp: 968193252 (s) 0x912e-0x9132 (4) +0x9120| e4 74| .t| timestamp: 968193252 (2020-09-04T22:34:12Z) 0x912e-0x9132 (4) 0x9130|b5 39 |.9 | 0x9130| 00 20 03 00 | . .. | distance: 2048 (204800) (m) 0x9132-0x9136 (4) 0x9130| e8 03 | .. | speed: 1 (1000) (m/s) 0x9136-0x9138 (2) @@ -33660,7 +33660,7 @@ $ fq -d fit dv activity_dev.fit 0x9130| 00| .| reserved: false 0x913f.3-0x913f.4 (0.1) 0x9130| 00| .| local_message_type: 0 0x913f.4-0x9140 (0.4) | | | data_message{}: 0x9140-0x9151 (17) -0x9140|e5 74 b5 39 |.t.9 | timestamp: 968193253 (s) 0x9140-0x9144 (4) +0x9140|e5 74 b5 39 |.t.9 | timestamp: 968193253 (2020-09-04T22:34:13Z) 0x9140-0x9144 (4) 0x9140| 64 20 03 00 | d .. | distance: 2049 (204900) (m) 0x9144-0x9148 (4) 0x9140| e8 03 | .. | speed: 1 (1000) (m/s) 0x9148-0x914a (2) 0x9140| 86 | . | heart_rate: 134 (bpm) 0x914a-0x914b (1) @@ -33676,7 +33676,7 @@ $ fq -d fit dv activity_dev.fit 0x9150| 00 | . | reserved: false 0x9151.3-0x9151.4 (0.1) 0x9150| 00 | . | local_message_type: 0 0x9151.4-0x9152 (0.4) | | | data_message{}: 0x9152-0x9163 (17) -0x9150| e6 74 b5 39 | .t.9 | timestamp: 968193254 (s) 0x9152-0x9156 (4) +0x9150| e6 74 b5 39 | .t.9 | timestamp: 968193254 (2020-09-04T22:34:14Z) 0x9152-0x9156 (4) 0x9150| c8 20 03 00 | . .. | distance: 2050 (205000) (m) 0x9156-0x915a (4) 0x9150| e8 03 | .. | speed: 1 (1000) (m/s) 0x915a-0x915c (2) 0x9150| 7f | . | heart_rate: 127 (bpm) 0x915c-0x915d (1) @@ -33692,7 +33692,7 @@ $ fq -d fit dv activity_dev.fit 0x9160| 00 | . | reserved: false 0x9163.3-0x9163.4 (0.1) 0x9160| 00 | . | local_message_type: 0 0x9163.4-0x9164 (0.4) | | | data_message{}: 0x9164-0x9175 (17) -0x9160| e7 74 b5 39 | .t.9 | timestamp: 968193255 (s) 0x9164-0x9168 (4) +0x9160| e7 74 b5 39 | .t.9 | timestamp: 968193255 (2020-09-04T22:34:15Z) 0x9164-0x9168 (4) 0x9160| 2c 21 03 00 | ,!.. | distance: 2051 (205100) (m) 0x9168-0x916c (4) 0x9160| e8 03 | .. | speed: 1 (1000) (m/s) 0x916c-0x916e (2) 0x9160| 77 | w | heart_rate: 119 (bpm) 0x916e-0x916f (1) @@ -33708,7 +33708,7 @@ $ fq -d fit dv activity_dev.fit 0x9170| 00 | . | reserved: false 0x9175.3-0x9175.4 (0.1) 0x9170| 00 | . | local_message_type: 0 0x9175.4-0x9176 (0.4) | | | data_message{}: 0x9176-0x9187 (17) -0x9170| e8 74 b5 39 | .t.9 | timestamp: 968193256 (s) 0x9176-0x917a (4) +0x9170| e8 74 b5 39 | .t.9 | timestamp: 968193256 (2020-09-04T22:34:16Z) 0x9176-0x917a (4) 0x9170| 90 21 03 00 | .!.. | distance: 2052 (205200) (m) 0x917a-0x917e (4) 0x9170| e8 03| ..| speed: 1 (1000) (m/s) 0x917e-0x9180 (2) 0x9180|6f |o | heart_rate: 111 (bpm) 0x9180-0x9181 (1) @@ -33724,7 +33724,7 @@ $ fq -d fit dv activity_dev.fit 0x9180| 00 | . | reserved: false 0x9187.3-0x9187.4 (0.1) 0x9180| 00 | . | local_message_type: 0 0x9187.4-0x9188 (0.4) | | | data_message{}: 0x9188-0x9199 (17) -0x9180| e9 74 b5 39 | .t.9 | timestamp: 968193257 (s) 0x9188-0x918c (4) +0x9180| e9 74 b5 39 | .t.9 | timestamp: 968193257 (2020-09-04T22:34:17Z) 0x9188-0x918c (4) 0x9180| f4 21 03 00| .!..| distance: 2053 (205300) (m) 0x918c-0x9190 (4) 0x9190|e8 03 |.. | speed: 1 (1000) (m/s) 0x9190-0x9192 (2) 0x9190| 67 | g | heart_rate: 103 (bpm) 0x9192-0x9193 (1) @@ -33740,7 +33740,7 @@ $ fq -d fit dv activity_dev.fit 0x9190| 00 | . | reserved: false 0x9199.3-0x9199.4 (0.1) 0x9190| 00 | . | local_message_type: 0 0x9199.4-0x919a (0.4) | | | data_message{}: 0x919a-0x91ab (17) -0x9190| ea 74 b5 39 | .t.9 | timestamp: 968193258 (s) 0x919a-0x919e (4) +0x9190| ea 74 b5 39 | .t.9 | timestamp: 968193258 (2020-09-04T22:34:18Z) 0x919a-0x919e (4) 0x9190| 58 22| X"| distance: 2054 (205400) (m) 0x919e-0x91a2 (4) 0x91a0|03 00 |.. | 0x91a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x91a2-0x91a4 (2) @@ -33757,7 +33757,7 @@ $ fq -d fit dv activity_dev.fit 0x91a0| 00 | . | reserved: false 0x91ab.3-0x91ab.4 (0.1) 0x91a0| 00 | . | local_message_type: 0 0x91ab.4-0x91ac (0.4) | | | data_message{}: 0x91ac-0x91bd (17) -0x91a0| eb 74 b5 39| .t.9| timestamp: 968193259 (s) 0x91ac-0x91b0 (4) +0x91a0| eb 74 b5 39| .t.9| timestamp: 968193259 (2020-09-04T22:34:19Z) 0x91ac-0x91b0 (4) 0x91b0|bc 22 03 00 |.".. | distance: 2055 (205500) (m) 0x91b0-0x91b4 (4) 0x91b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x91b4-0x91b6 (2) 0x91b0| 57 | W | heart_rate: 87 (bpm) 0x91b6-0x91b7 (1) @@ -33773,7 +33773,7 @@ $ fq -d fit dv activity_dev.fit 0x91b0| 00 | . | reserved: false 0x91bd.3-0x91bd.4 (0.1) 0x91b0| 00 | . | local_message_type: 0 0x91bd.4-0x91be (0.4) | | | data_message{}: 0x91be-0x91cf (17) -0x91b0| ec 74| .t| timestamp: 968193260 (s) 0x91be-0x91c2 (4) +0x91b0| ec 74| .t| timestamp: 968193260 (2020-09-04T22:34:20Z) 0x91be-0x91c2 (4) 0x91c0|b5 39 |.9 | 0x91c0| 20 23 03 00 | #.. | distance: 2056 (205600) (m) 0x91c2-0x91c6 (4) 0x91c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x91c6-0x91c8 (2) @@ -33790,7 +33790,7 @@ $ fq -d fit dv activity_dev.fit 0x91c0| 00| .| reserved: false 0x91cf.3-0x91cf.4 (0.1) 0x91c0| 00| .| local_message_type: 0 0x91cf.4-0x91d0 (0.4) | | | data_message{}: 0x91d0-0x91e1 (17) -0x91d0|ed 74 b5 39 |.t.9 | timestamp: 968193261 (s) 0x91d0-0x91d4 (4) +0x91d0|ed 74 b5 39 |.t.9 | timestamp: 968193261 (2020-09-04T22:34:21Z) 0x91d0-0x91d4 (4) 0x91d0| 84 23 03 00 | .#.. | distance: 2057 (205700) (m) 0x91d4-0x91d8 (4) 0x91d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x91d8-0x91da (2) 0x91d0| 48 | H | heart_rate: 72 (bpm) 0x91da-0x91db (1) @@ -33806,7 +33806,7 @@ $ fq -d fit dv activity_dev.fit 0x91e0| 00 | . | reserved: false 0x91e1.3-0x91e1.4 (0.1) 0x91e0| 00 | . | local_message_type: 0 0x91e1.4-0x91e2 (0.4) | | | data_message{}: 0x91e2-0x91f3 (17) -0x91e0| ee 74 b5 39 | .t.9 | timestamp: 968193262 (s) 0x91e2-0x91e6 (4) +0x91e0| ee 74 b5 39 | .t.9 | timestamp: 968193262 (2020-09-04T22:34:22Z) 0x91e2-0x91e6 (4) 0x91e0| e8 23 03 00 | .#.. | distance: 2058 (205800) (m) 0x91e6-0x91ea (4) 0x91e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x91ea-0x91ec (2) 0x91e0| 41 | A | heart_rate: 65 (bpm) 0x91ec-0x91ed (1) @@ -33822,7 +33822,7 @@ $ fq -d fit dv activity_dev.fit 0x91f0| 00 | . | reserved: false 0x91f3.3-0x91f3.4 (0.1) 0x91f0| 00 | . | local_message_type: 0 0x91f3.4-0x91f4 (0.4) | | | data_message{}: 0x91f4-0x9205 (17) -0x91f0| ef 74 b5 39 | .t.9 | timestamp: 968193263 (s) 0x91f4-0x91f8 (4) +0x91f0| ef 74 b5 39 | .t.9 | timestamp: 968193263 (2020-09-04T22:34:23Z) 0x91f4-0x91f8 (4) 0x91f0| 4c 24 03 00 | L$.. | distance: 2059 (205900) (m) 0x91f8-0x91fc (4) 0x91f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x91fc-0x91fe (2) 0x91f0| 3a | : | heart_rate: 58 (bpm) 0x91fe-0x91ff (1) @@ -33838,7 +33838,7 @@ $ fq -d fit dv activity_dev.fit 0x9200| 00 | . | reserved: false 0x9205.3-0x9205.4 (0.1) 0x9200| 00 | . | local_message_type: 0 0x9205.4-0x9206 (0.4) | | | data_message{}: 0x9206-0x9217 (17) -0x9200| f0 74 b5 39 | .t.9 | timestamp: 968193264 (s) 0x9206-0x920a (4) +0x9200| f0 74 b5 39 | .t.9 | timestamp: 968193264 (2020-09-04T22:34:24Z) 0x9206-0x920a (4) 0x9200| b0 24 03 00 | .$.. | distance: 2060 (206000) (m) 0x920a-0x920e (4) 0x9200| e8 03| ..| speed: 1 (1000) (m/s) 0x920e-0x9210 (2) 0x9210|34 |4 | heart_rate: 52 (bpm) 0x9210-0x9211 (1) @@ -33854,7 +33854,7 @@ $ fq -d fit dv activity_dev.fit 0x9210| 00 | . | reserved: false 0x9217.3-0x9217.4 (0.1) 0x9210| 00 | . | local_message_type: 0 0x9217.4-0x9218 (0.4) | | | data_message{}: 0x9218-0x9229 (17) -0x9210| f1 74 b5 39 | .t.9 | timestamp: 968193265 (s) 0x9218-0x921c (4) +0x9210| f1 74 b5 39 | .t.9 | timestamp: 968193265 (2020-09-04T22:34:25Z) 0x9218-0x921c (4) 0x9210| 14 25 03 00| .%..| distance: 2061 (206100) (m) 0x921c-0x9220 (4) 0x9220|e8 03 |.. | speed: 1 (1000) (m/s) 0x9220-0x9222 (2) 0x9220| 2e | . | heart_rate: 46 (bpm) 0x9222-0x9223 (1) @@ -33870,7 +33870,7 @@ $ fq -d fit dv activity_dev.fit 0x9220| 00 | . | reserved: false 0x9229.3-0x9229.4 (0.1) 0x9220| 00 | . | local_message_type: 0 0x9229.4-0x922a (0.4) | | | data_message{}: 0x922a-0x923b (17) -0x9220| f2 74 b5 39 | .t.9 | timestamp: 968193266 (s) 0x922a-0x922e (4) +0x9220| f2 74 b5 39 | .t.9 | timestamp: 968193266 (2020-09-04T22:34:26Z) 0x922a-0x922e (4) 0x9220| 78 25| x%| distance: 2062 (206200) (m) 0x922e-0x9232 (4) 0x9230|03 00 |.. | 0x9230| e8 03 | .. | speed: 1 (1000) (m/s) 0x9232-0x9234 (2) @@ -33887,7 +33887,7 @@ $ fq -d fit dv activity_dev.fit 0x9230| 00 | . | reserved: false 0x923b.3-0x923b.4 (0.1) 0x9230| 00 | . | local_message_type: 0 0x923b.4-0x923c (0.4) | | | data_message{}: 0x923c-0x924d (17) -0x9230| f3 74 b5 39| .t.9| timestamp: 968193267 (s) 0x923c-0x9240 (4) +0x9230| f3 74 b5 39| .t.9| timestamp: 968193267 (2020-09-04T22:34:27Z) 0x923c-0x9240 (4) 0x9240|dc 25 03 00 |.%.. | distance: 2063 (206300) (m) 0x9240-0x9244 (4) 0x9240| e8 03 | .. | speed: 1 (1000) (m/s) 0x9244-0x9246 (2) 0x9240| 22 | " | heart_rate: 34 (bpm) 0x9246-0x9247 (1) @@ -33903,7 +33903,7 @@ $ fq -d fit dv activity_dev.fit 0x9240| 00 | . | reserved: false 0x924d.3-0x924d.4 (0.1) 0x9240| 00 | . | local_message_type: 0 0x924d.4-0x924e (0.4) | | | data_message{}: 0x924e-0x925f (17) -0x9240| f4 74| .t| timestamp: 968193268 (s) 0x924e-0x9252 (4) +0x9240| f4 74| .t| timestamp: 968193268 (2020-09-04T22:34:28Z) 0x924e-0x9252 (4) 0x9250|b5 39 |.9 | 0x9250| 40 26 03 00 | @&.. | distance: 2064 (206400) (m) 0x9252-0x9256 (4) 0x9250| e8 03 | .. | speed: 1 (1000) (m/s) 0x9256-0x9258 (2) @@ -33920,7 +33920,7 @@ $ fq -d fit dv activity_dev.fit 0x9250| 00| .| reserved: false 0x925f.3-0x925f.4 (0.1) 0x9250| 00| .| local_message_type: 0 0x925f.4-0x9260 (0.4) | | | data_message{}: 0x9260-0x9271 (17) -0x9260|f5 74 b5 39 |.t.9 | timestamp: 968193269 (s) 0x9260-0x9264 (4) +0x9260|f5 74 b5 39 |.t.9 | timestamp: 968193269 (2020-09-04T22:34:29Z) 0x9260-0x9264 (4) 0x9260| a4 26 03 00 | .&.. | distance: 2065 (206500) (m) 0x9264-0x9268 (4) 0x9260| e8 03 | .. | speed: 1 (1000) (m/s) 0x9268-0x926a (2) 0x9260| 18 | . | heart_rate: 24 (bpm) 0x926a-0x926b (1) @@ -33936,7 +33936,7 @@ $ fq -d fit dv activity_dev.fit 0x9270| 00 | . | reserved: false 0x9271.3-0x9271.4 (0.1) 0x9270| 00 | . | local_message_type: 0 0x9271.4-0x9272 (0.4) | | | data_message{}: 0x9272-0x9283 (17) -0x9270| f6 74 b5 39 | .t.9 | timestamp: 968193270 (s) 0x9272-0x9276 (4) +0x9270| f6 74 b5 39 | .t.9 | timestamp: 968193270 (2020-09-04T22:34:30Z) 0x9272-0x9276 (4) 0x9270| 08 27 03 00 | .'.. | distance: 2066 (206600) (m) 0x9276-0x927a (4) 0x9270| e8 03 | .. | speed: 1 (1000) (m/s) 0x927a-0x927c (2) 0x9270| 13 | . | heart_rate: 19 (bpm) 0x927c-0x927d (1) @@ -33952,7 +33952,7 @@ $ fq -d fit dv activity_dev.fit 0x9280| 00 | . | reserved: false 0x9283.3-0x9283.4 (0.1) 0x9280| 00 | . | local_message_type: 0 0x9283.4-0x9284 (0.4) | | | data_message{}: 0x9284-0x9295 (17) -0x9280| f7 74 b5 39 | .t.9 | timestamp: 968193271 (s) 0x9284-0x9288 (4) +0x9280| f7 74 b5 39 | .t.9 | timestamp: 968193271 (2020-09-04T22:34:31Z) 0x9284-0x9288 (4) 0x9280| 6c 27 03 00 | l'.. | distance: 2067 (206700) (m) 0x9288-0x928c (4) 0x9280| e8 03 | .. | speed: 1 (1000) (m/s) 0x928c-0x928e (2) 0x9280| 0f | . | heart_rate: 15 (bpm) 0x928e-0x928f (1) @@ -33968,7 +33968,7 @@ $ fq -d fit dv activity_dev.fit 0x9290| 00 | . | reserved: false 0x9295.3-0x9295.4 (0.1) 0x9290| 00 | . | local_message_type: 0 0x9295.4-0x9296 (0.4) | | | data_message{}: 0x9296-0x92a7 (17) -0x9290| f8 74 b5 39 | .t.9 | timestamp: 968193272 (s) 0x9296-0x929a (4) +0x9290| f8 74 b5 39 | .t.9 | timestamp: 968193272 (2020-09-04T22:34:32Z) 0x9296-0x929a (4) 0x9290| d0 27 03 00 | .'.. | distance: 2068 (206800) (m) 0x929a-0x929e (4) 0x9290| e8 03| ..| speed: 1 (1000) (m/s) 0x929e-0x92a0 (2) 0x92a0|0c |. | heart_rate: 12 (bpm) 0x92a0-0x92a1 (1) @@ -33984,7 +33984,7 @@ $ fq -d fit dv activity_dev.fit 0x92a0| 00 | . | reserved: false 0x92a7.3-0x92a7.4 (0.1) 0x92a0| 00 | . | local_message_type: 0 0x92a7.4-0x92a8 (0.4) | | | data_message{}: 0x92a8-0x92b9 (17) -0x92a0| f9 74 b5 39 | .t.9 | timestamp: 968193273 (s) 0x92a8-0x92ac (4) +0x92a0| f9 74 b5 39 | .t.9 | timestamp: 968193273 (2020-09-04T22:34:33Z) 0x92a8-0x92ac (4) 0x92a0| 34 28 03 00| 4(..| distance: 2069 (206900) (m) 0x92ac-0x92b0 (4) 0x92b0|e8 03 |.. | speed: 1 (1000) (m/s) 0x92b0-0x92b2 (2) 0x92b0| 08 | . | heart_rate: 8 (bpm) 0x92b2-0x92b3 (1) @@ -34000,7 +34000,7 @@ $ fq -d fit dv activity_dev.fit 0x92b0| 00 | . | reserved: false 0x92b9.3-0x92b9.4 (0.1) 0x92b0| 00 | . | local_message_type: 0 0x92b9.4-0x92ba (0.4) | | | data_message{}: 0x92ba-0x92cb (17) -0x92b0| fa 74 b5 39 | .t.9 | timestamp: 968193274 (s) 0x92ba-0x92be (4) +0x92b0| fa 74 b5 39 | .t.9 | timestamp: 968193274 (2020-09-04T22:34:34Z) 0x92ba-0x92be (4) 0x92b0| 98 28| .(| distance: 2070 (207000) (m) 0x92be-0x92c2 (4) 0x92c0|03 00 |.. | 0x92c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x92c2-0x92c4 (2) @@ -34017,7 +34017,7 @@ $ fq -d fit dv activity_dev.fit 0x92c0| 00 | . | reserved: false 0x92cb.3-0x92cb.4 (0.1) 0x92c0| 00 | . | local_message_type: 0 0x92cb.4-0x92cc (0.4) | | | data_message{}: 0x92cc-0x92dd (17) -0x92c0| fb 74 b5 39| .t.9| timestamp: 968193275 (s) 0x92cc-0x92d0 (4) +0x92c0| fb 74 b5 39| .t.9| timestamp: 968193275 (2020-09-04T22:34:35Z) 0x92cc-0x92d0 (4) 0x92d0|fc 28 03 00 |.(.. | distance: 2071 (207100) (m) 0x92d0-0x92d4 (4) 0x92d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x92d4-0x92d6 (2) 0x92d0| 03 | . | heart_rate: 3 (bpm) 0x92d6-0x92d7 (1) @@ -34033,7 +34033,7 @@ $ fq -d fit dv activity_dev.fit 0x92d0| 00 | . | reserved: false 0x92dd.3-0x92dd.4 (0.1) 0x92d0| 00 | . | local_message_type: 0 0x92dd.4-0x92de (0.4) | | | data_message{}: 0x92de-0x92ef (17) -0x92d0| fc 74| .t| timestamp: 968193276 (s) 0x92de-0x92e2 (4) +0x92d0| fc 74| .t| timestamp: 968193276 (2020-09-04T22:34:36Z) 0x92de-0x92e2 (4) 0x92e0|b5 39 |.9 | 0x92e0| 60 29 03 00 | `).. | distance: 2072 (207200) (m) 0x92e2-0x92e6 (4) 0x92e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x92e6-0x92e8 (2) @@ -34050,7 +34050,7 @@ $ fq -d fit dv activity_dev.fit 0x92e0| 00| .| reserved: false 0x92ef.3-0x92ef.4 (0.1) 0x92e0| 00| .| local_message_type: 0 0x92ef.4-0x92f0 (0.4) | | | data_message{}: 0x92f0-0x9301 (17) -0x92f0|fd 74 b5 39 |.t.9 | timestamp: 968193277 (s) 0x92f0-0x92f4 (4) +0x92f0|fd 74 b5 39 |.t.9 | timestamp: 968193277 (2020-09-04T22:34:37Z) 0x92f0-0x92f4 (4) 0x92f0| c4 29 03 00 | .).. | distance: 2073 (207300) (m) 0x92f4-0x92f8 (4) 0x92f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x92f8-0x92fa (2) 0x92f0| 01 | . | heart_rate: 1 (bpm) 0x92fa-0x92fb (1) @@ -34066,7 +34066,7 @@ $ fq -d fit dv activity_dev.fit 0x9300| 00 | . | reserved: false 0x9301.3-0x9301.4 (0.1) 0x9300| 00 | . | local_message_type: 0 0x9301.4-0x9302 (0.4) | | | data_message{}: 0x9302-0x9313 (17) -0x9300| fe 74 b5 39 | .t.9 | timestamp: 968193278 (s) 0x9302-0x9306 (4) +0x9300| fe 74 b5 39 | .t.9 | timestamp: 968193278 (2020-09-04T22:34:38Z) 0x9302-0x9306 (4) 0x9300| 28 2a 03 00 | (*.. | distance: 2074 (207400) (m) 0x9306-0x930a (4) 0x9300| e8 03 | .. | speed: 1 (1000) (m/s) 0x930a-0x930c (2) 0x9300| 00 | . | heart_rate: 0 (bpm) 0x930c-0x930d (1) @@ -34082,7 +34082,7 @@ $ fq -d fit dv activity_dev.fit 0x9310| 00 | . | reserved: false 0x9313.3-0x9313.4 (0.1) 0x9310| 00 | . | local_message_type: 0 0x9313.4-0x9314 (0.4) | | | data_message{}: 0x9314-0x9325 (17) -0x9310| ff 74 b5 39 | .t.9 | timestamp: 968193279 (s) 0x9314-0x9318 (4) +0x9310| ff 74 b5 39 | .t.9 | timestamp: 968193279 (2020-09-04T22:34:39Z) 0x9314-0x9318 (4) 0x9310| 8c 2a 03 00 | .*.. | distance: 2075 (207500) (m) 0x9318-0x931c (4) 0x9310| e8 03 | .. | speed: 1 (1000) (m/s) 0x931c-0x931e (2) 0x9310| 00 | . | heart_rate: 0 (bpm) 0x931e-0x931f (1) @@ -34098,7 +34098,7 @@ $ fq -d fit dv activity_dev.fit 0x9320| 00 | . | reserved: false 0x9325.3-0x9325.4 (0.1) 0x9320| 00 | . | local_message_type: 0 0x9325.4-0x9326 (0.4) | | | data_message{}: 0x9326-0x9337 (17) -0x9320| 00 75 b5 39 | .u.9 | timestamp: 968193280 (s) 0x9326-0x932a (4) +0x9320| 00 75 b5 39 | .u.9 | timestamp: 968193280 (2020-09-04T22:34:40Z) 0x9326-0x932a (4) 0x9320| f0 2a 03 00 | .*.. | distance: 2076 (207600) (m) 0x932a-0x932e (4) 0x9320| e8 03| ..| speed: 1 (1000) (m/s) 0x932e-0x9330 (2) 0x9330|00 |. | heart_rate: 0 (bpm) 0x9330-0x9331 (1) @@ -34114,7 +34114,7 @@ $ fq -d fit dv activity_dev.fit 0x9330| 00 | . | reserved: false 0x9337.3-0x9337.4 (0.1) 0x9330| 00 | . | local_message_type: 0 0x9337.4-0x9338 (0.4) | | | data_message{}: 0x9338-0x9349 (17) -0x9330| 01 75 b5 39 | .u.9 | timestamp: 968193281 (s) 0x9338-0x933c (4) +0x9330| 01 75 b5 39 | .u.9 | timestamp: 968193281 (2020-09-04T22:34:41Z) 0x9338-0x933c (4) 0x9330| 54 2b 03 00| T+..| distance: 2077 (207700) (m) 0x933c-0x9340 (4) 0x9340|e8 03 |.. | speed: 1 (1000) (m/s) 0x9340-0x9342 (2) 0x9340| 01 | . | heart_rate: 1 (bpm) 0x9342-0x9343 (1) @@ -34130,7 +34130,7 @@ $ fq -d fit dv activity_dev.fit 0x9340| 00 | . | reserved: false 0x9349.3-0x9349.4 (0.1) 0x9340| 00 | . | local_message_type: 0 0x9349.4-0x934a (0.4) | | | data_message{}: 0x934a-0x935b (17) -0x9340| 02 75 b5 39 | .u.9 | timestamp: 968193282 (s) 0x934a-0x934e (4) +0x9340| 02 75 b5 39 | .u.9 | timestamp: 968193282 (2020-09-04T22:34:42Z) 0x934a-0x934e (4) 0x9340| b8 2b| .+| distance: 2078 (207800) (m) 0x934e-0x9352 (4) 0x9350|03 00 |.. | 0x9350| e8 03 | .. | speed: 1 (1000) (m/s) 0x9352-0x9354 (2) @@ -34147,7 +34147,7 @@ $ fq -d fit dv activity_dev.fit 0x9350| 00 | . | reserved: false 0x935b.3-0x935b.4 (0.1) 0x9350| 00 | . | local_message_type: 0 0x935b.4-0x935c (0.4) | | | data_message{}: 0x935c-0x936d (17) -0x9350| 03 75 b5 39| .u.9| timestamp: 968193283 (s) 0x935c-0x9360 (4) +0x9350| 03 75 b5 39| .u.9| timestamp: 968193283 (2020-09-04T22:34:43Z) 0x935c-0x9360 (4) 0x9360|1c 2c 03 00 |.,.. | distance: 2079 (207900) (m) 0x9360-0x9364 (4) 0x9360| e8 03 | .. | speed: 1 (1000) (m/s) 0x9364-0x9366 (2) 0x9360| 03 | . | heart_rate: 3 (bpm) 0x9366-0x9367 (1) @@ -34163,7 +34163,7 @@ $ fq -d fit dv activity_dev.fit 0x9360| 00 | . | reserved: false 0x936d.3-0x936d.4 (0.1) 0x9360| 00 | . | local_message_type: 0 0x936d.4-0x936e (0.4) | | | data_message{}: 0x936e-0x937f (17) -0x9360| 04 75| .u| timestamp: 968193284 (s) 0x936e-0x9372 (4) +0x9360| 04 75| .u| timestamp: 968193284 (2020-09-04T22:34:44Z) 0x936e-0x9372 (4) 0x9370|b5 39 |.9 | 0x9370| 80 2c 03 00 | .,.. | distance: 2080 (208000) (m) 0x9372-0x9376 (4) 0x9370| e8 03 | .. | speed: 1 (1000) (m/s) 0x9376-0x9378 (2) @@ -34180,7 +34180,7 @@ $ fq -d fit dv activity_dev.fit 0x9370| 00| .| reserved: false 0x937f.3-0x937f.4 (0.1) 0x9370| 00| .| local_message_type: 0 0x937f.4-0x9380 (0.4) | | | data_message{}: 0x9380-0x9391 (17) -0x9380|05 75 b5 39 |.u.9 | timestamp: 968193285 (s) 0x9380-0x9384 (4) +0x9380|05 75 b5 39 |.u.9 | timestamp: 968193285 (2020-09-04T22:34:45Z) 0x9380-0x9384 (4) 0x9380| e4 2c 03 00 | .,.. | distance: 2081 (208100) (m) 0x9384-0x9388 (4) 0x9380| e8 03 | .. | speed: 1 (1000) (m/s) 0x9388-0x938a (2) 0x9380| 08 | . | heart_rate: 8 (bpm) 0x938a-0x938b (1) @@ -34196,7 +34196,7 @@ $ fq -d fit dv activity_dev.fit 0x9390| 00 | . | reserved: false 0x9391.3-0x9391.4 (0.1) 0x9390| 00 | . | local_message_type: 0 0x9391.4-0x9392 (0.4) | | | data_message{}: 0x9392-0x93a3 (17) -0x9390| 06 75 b5 39 | .u.9 | timestamp: 968193286 (s) 0x9392-0x9396 (4) +0x9390| 06 75 b5 39 | .u.9 | timestamp: 968193286 (2020-09-04T22:34:46Z) 0x9392-0x9396 (4) 0x9390| 48 2d 03 00 | H-.. | distance: 2082 (208200) (m) 0x9396-0x939a (4) 0x9390| e8 03 | .. | speed: 1 (1000) (m/s) 0x939a-0x939c (2) 0x9390| 0c | . | heart_rate: 12 (bpm) 0x939c-0x939d (1) @@ -34212,7 +34212,7 @@ $ fq -d fit dv activity_dev.fit 0x93a0| 00 | . | reserved: false 0x93a3.3-0x93a3.4 (0.1) 0x93a0| 00 | . | local_message_type: 0 0x93a3.4-0x93a4 (0.4) | | | data_message{}: 0x93a4-0x93b5 (17) -0x93a0| 07 75 b5 39 | .u.9 | timestamp: 968193287 (s) 0x93a4-0x93a8 (4) +0x93a0| 07 75 b5 39 | .u.9 | timestamp: 968193287 (2020-09-04T22:34:47Z) 0x93a4-0x93a8 (4) 0x93a0| ac 2d 03 00 | .-.. | distance: 2083 (208300) (m) 0x93a8-0x93ac (4) 0x93a0| e8 03 | .. | speed: 1 (1000) (m/s) 0x93ac-0x93ae (2) 0x93a0| 0f | . | heart_rate: 15 (bpm) 0x93ae-0x93af (1) @@ -34228,7 +34228,7 @@ $ fq -d fit dv activity_dev.fit 0x93b0| 00 | . | reserved: false 0x93b5.3-0x93b5.4 (0.1) 0x93b0| 00 | . | local_message_type: 0 0x93b5.4-0x93b6 (0.4) | | | data_message{}: 0x93b6-0x93c7 (17) -0x93b0| 08 75 b5 39 | .u.9 | timestamp: 968193288 (s) 0x93b6-0x93ba (4) +0x93b0| 08 75 b5 39 | .u.9 | timestamp: 968193288 (2020-09-04T22:34:48Z) 0x93b6-0x93ba (4) 0x93b0| 10 2e 03 00 | .... | distance: 2084 (208400) (m) 0x93ba-0x93be (4) 0x93b0| e8 03| ..| speed: 1 (1000) (m/s) 0x93be-0x93c0 (2) 0x93c0|13 |. | heart_rate: 19 (bpm) 0x93c0-0x93c1 (1) @@ -34244,7 +34244,7 @@ $ fq -d fit dv activity_dev.fit 0x93c0| 00 | . | reserved: false 0x93c7.3-0x93c7.4 (0.1) 0x93c0| 00 | . | local_message_type: 0 0x93c7.4-0x93c8 (0.4) | | | data_message{}: 0x93c8-0x93d9 (17) -0x93c0| 09 75 b5 39 | .u.9 | timestamp: 968193289 (s) 0x93c8-0x93cc (4) +0x93c0| 09 75 b5 39 | .u.9 | timestamp: 968193289 (2020-09-04T22:34:49Z) 0x93c8-0x93cc (4) 0x93c0| 74 2e 03 00| t...| distance: 2085 (208500) (m) 0x93cc-0x93d0 (4) 0x93d0|e8 03 |.. | speed: 1 (1000) (m/s) 0x93d0-0x93d2 (2) 0x93d0| 18 | . | heart_rate: 24 (bpm) 0x93d2-0x93d3 (1) @@ -34260,7 +34260,7 @@ $ fq -d fit dv activity_dev.fit 0x93d0| 00 | . | reserved: false 0x93d9.3-0x93d9.4 (0.1) 0x93d0| 00 | . | local_message_type: 0 0x93d9.4-0x93da (0.4) | | | data_message{}: 0x93da-0x93eb (17) -0x93d0| 0a 75 b5 39 | .u.9 | timestamp: 968193290 (s) 0x93da-0x93de (4) +0x93d0| 0a 75 b5 39 | .u.9 | timestamp: 968193290 (2020-09-04T22:34:50Z) 0x93da-0x93de (4) 0x93d0| d8 2e| ..| distance: 2086 (208600) (m) 0x93de-0x93e2 (4) 0x93e0|03 00 |.. | 0x93e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x93e2-0x93e4 (2) @@ -34277,7 +34277,7 @@ $ fq -d fit dv activity_dev.fit 0x93e0| 00 | . | reserved: false 0x93eb.3-0x93eb.4 (0.1) 0x93e0| 00 | . | local_message_type: 0 0x93eb.4-0x93ec (0.4) | | | data_message{}: 0x93ec-0x93fd (17) -0x93e0| 0b 75 b5 39| .u.9| timestamp: 968193291 (s) 0x93ec-0x93f0 (4) +0x93e0| 0b 75 b5 39| .u.9| timestamp: 968193291 (2020-09-04T22:34:51Z) 0x93ec-0x93f0 (4) 0x93f0|3c 2f 03 00 |..| distance: 2125 (212500) (m) 0x969c-0x96a0 (4) 0x96a0|e8 03 |.. | speed: 1 (1000) (m/s) 0x96a0-0x96a2 (2) 0x96a0| fe | . | heart_rate: 254 (bpm) 0x96a2-0x96a3 (1) @@ -34910,7 +34910,7 @@ $ fq -d fit dv activity_dev.fit 0x96a0| 00 | . | reserved: false 0x96a9.3-0x96a9.4 (0.1) 0x96a0| 00 | . | local_message_type: 0 0x96a9.4-0x96aa (0.4) | | | data_message{}: 0x96aa-0x96bb (17) -0x96a0| 32 75 b5 39 | 2u.9 | timestamp: 968193330 (s) 0x96aa-0x96ae (4) +0x96a0| 32 75 b5 39 | 2u.9 | timestamp: 968193330 (2020-09-04T22:35:30Z) 0x96aa-0x96ae (4) 0x96a0| 78 3e| x>| distance: 2126 (212600) (m) 0x96ae-0x96b2 (4) 0x96b0|03 00 |.. | 0x96b0| e8 03 | .. | speed: 1 (1000) (m/s) 0x96b2-0x96b4 (2) @@ -34927,7 +34927,7 @@ $ fq -d fit dv activity_dev.fit 0x96b0| 00 | . | reserved: false 0x96bb.3-0x96bb.4 (0.1) 0x96b0| 00 | . | local_message_type: 0 0x96bb.4-0x96bc (0.4) | | | data_message{}: 0x96bc-0x96cd (17) -0x96b0| 33 75 b5 39| 3u.9| timestamp: 968193331 (s) 0x96bc-0x96c0 (4) +0x96b0| 33 75 b5 39| 3u.9| timestamp: 968193331 (2020-09-04T22:35:31Z) 0x96bc-0x96c0 (4) 0x96c0|dc 3e 03 00 |.>.. | distance: 2127 (212700) (m) 0x96c0-0x96c4 (4) 0x96c0| e8 03 | .. | speed: 1 (1000) (m/s) 0x96c4-0x96c6 (2) 0x96c0| fc | . | heart_rate: 252 (bpm) 0x96c6-0x96c7 (1) @@ -34943,7 +34943,7 @@ $ fq -d fit dv activity_dev.fit 0x96c0| 00 | . | reserved: false 0x96cd.3-0x96cd.4 (0.1) 0x96c0| 00 | . | local_message_type: 0 0x96cd.4-0x96ce (0.4) | | | data_message{}: 0x96ce-0x96df (17) -0x96c0| 34 75| 4u| timestamp: 968193332 (s) 0x96ce-0x96d2 (4) +0x96c0| 34 75| 4u| timestamp: 968193332 (2020-09-04T22:35:32Z) 0x96ce-0x96d2 (4) 0x96d0|b5 39 |.9 | 0x96d0| 40 3f 03 00 | @?.. | distance: 2128 (212800) (m) 0x96d2-0x96d6 (4) 0x96d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x96d6-0x96d8 (2) @@ -34960,7 +34960,7 @@ $ fq -d fit dv activity_dev.fit 0x96d0| 00| .| reserved: false 0x96df.3-0x96df.4 (0.1) 0x96d0| 00| .| local_message_type: 0 0x96df.4-0x96e0 (0.4) | | | data_message{}: 0x96e0-0x96f1 (17) -0x96e0|35 75 b5 39 |5u.9 | timestamp: 968193333 (s) 0x96e0-0x96e4 (4) +0x96e0|35 75 b5 39 |5u.9 | timestamp: 968193333 (2020-09-04T22:35:33Z) 0x96e0-0x96e4 (4) 0x96e0| a4 3f 03 00 | .?.. | distance: 2129 (212900) (m) 0x96e4-0x96e8 (4) 0x96e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x96e8-0x96ea (2) 0x96e0| fa | . | heart_rate: 250 (bpm) 0x96ea-0x96eb (1) @@ -34976,7 +34976,7 @@ $ fq -d fit dv activity_dev.fit 0x96f0| 00 | . | reserved: false 0x96f1.3-0x96f1.4 (0.1) 0x96f0| 00 | . | local_message_type: 0 0x96f1.4-0x96f2 (0.4) | | | data_message{}: 0x96f2-0x9703 (17) -0x96f0| 36 75 b5 39 | 6u.9 | timestamp: 968193334 (s) 0x96f2-0x96f6 (4) +0x96f0| 36 75 b5 39 | 6u.9 | timestamp: 968193334 (2020-09-04T22:35:34Z) 0x96f2-0x96f6 (4) 0x96f0| 08 40 03 00 | .@.. | distance: 2130 (213000) (m) 0x96f6-0x96fa (4) 0x96f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x96fa-0x96fc (2) 0x96f0| f7 | . | heart_rate: 247 (bpm) 0x96fc-0x96fd (1) @@ -34992,7 +34992,7 @@ $ fq -d fit dv activity_dev.fit 0x9700| 00 | . | reserved: false 0x9703.3-0x9703.4 (0.1) 0x9700| 00 | . | local_message_type: 0 0x9703.4-0x9704 (0.4) | | | data_message{}: 0x9704-0x9715 (17) -0x9700| 37 75 b5 39 | 7u.9 | timestamp: 968193335 (s) 0x9704-0x9708 (4) +0x9700| 37 75 b5 39 | 7u.9 | timestamp: 968193335 (2020-09-04T22:35:35Z) 0x9704-0x9708 (4) 0x9700| 6c 40 03 00 | l@.. | distance: 2131 (213100) (m) 0x9708-0x970c (4) 0x9700| e8 03 | .. | speed: 1 (1000) (m/s) 0x970c-0x970e (2) 0x9700| f5 | . | heart_rate: 245 (bpm) 0x970e-0x970f (1) @@ -35008,7 +35008,7 @@ $ fq -d fit dv activity_dev.fit 0x9710| 00 | . | reserved: false 0x9715.3-0x9715.4 (0.1) 0x9710| 00 | . | local_message_type: 0 0x9715.4-0x9716 (0.4) | | | data_message{}: 0x9716-0x9727 (17) -0x9710| 38 75 b5 39 | 8u.9 | timestamp: 968193336 (s) 0x9716-0x971a (4) +0x9710| 38 75 b5 39 | 8u.9 | timestamp: 968193336 (2020-09-04T22:35:36Z) 0x9716-0x971a (4) 0x9710| d0 40 03 00 | .@.. | distance: 2132 (213200) (m) 0x971a-0x971e (4) 0x9710| e8 03| ..| speed: 1 (1000) (m/s) 0x971e-0x9720 (2) 0x9720|f1 |. | heart_rate: 241 (bpm) 0x9720-0x9721 (1) @@ -35024,7 +35024,7 @@ $ fq -d fit dv activity_dev.fit 0x9720| 00 | . | reserved: false 0x9727.3-0x9727.4 (0.1) 0x9720| 00 | . | local_message_type: 0 0x9727.4-0x9728 (0.4) | | | data_message{}: 0x9728-0x9739 (17) -0x9720| 39 75 b5 39 | 9u.9 | timestamp: 968193337 (s) 0x9728-0x972c (4) +0x9720| 39 75 b5 39 | 9u.9 | timestamp: 968193337 (2020-09-04T22:35:37Z) 0x9728-0x972c (4) 0x9720| 34 41 03 00| 4A..| distance: 2133 (213300) (m) 0x972c-0x9730 (4) 0x9730|e8 03 |.. | speed: 1 (1000) (m/s) 0x9730-0x9732 (2) 0x9730| ee | . | heart_rate: 238 (bpm) 0x9732-0x9733 (1) @@ -35040,7 +35040,7 @@ $ fq -d fit dv activity_dev.fit 0x9730| 00 | . | reserved: false 0x9739.3-0x9739.4 (0.1) 0x9730| 00 | . | local_message_type: 0 0x9739.4-0x973a (0.4) | | | data_message{}: 0x973a-0x974b (17) -0x9730| 3a 75 b5 39 | :u.9 | timestamp: 968193338 (s) 0x973a-0x973e (4) +0x9730| 3a 75 b5 39 | :u.9 | timestamp: 968193338 (2020-09-04T22:35:38Z) 0x973a-0x973e (4) 0x9730| 98 41| .A| distance: 2134 (213400) (m) 0x973e-0x9742 (4) 0x9740|03 00 |.. | 0x9740| e8 03 | .. | speed: 1 (1000) (m/s) 0x9742-0x9744 (2) @@ -35057,7 +35057,7 @@ $ fq -d fit dv activity_dev.fit 0x9740| 00 | . | reserved: false 0x974b.3-0x974b.4 (0.1) 0x9740| 00 | . | local_message_type: 0 0x974b.4-0x974c (0.4) | | | data_message{}: 0x974c-0x975d (17) -0x9740| 3b 75 b5 39| ;u.9| timestamp: 968193339 (s) 0x974c-0x9750 (4) +0x9740| 3b 75 b5 39| ;u.9| timestamp: 968193339 (2020-09-04T22:35:39Z) 0x974c-0x9750 (4) 0x9750|fc 41 03 00 |.A.. | distance: 2135 (213500) (m) 0x9750-0x9754 (4) 0x9750| e8 03 | .. | speed: 1 (1000) (m/s) 0x9754-0x9756 (2) 0x9750| e5 | . | heart_rate: 229 (bpm) 0x9756-0x9757 (1) @@ -35073,7 +35073,7 @@ $ fq -d fit dv activity_dev.fit 0x9750| 00 | . | reserved: false 0x975d.3-0x975d.4 (0.1) 0x9750| 00 | . | local_message_type: 0 0x975d.4-0x975e (0.4) | | | data_message{}: 0x975e-0x976f (17) -0x9750| 3c 75| u.9 | timestamp: 968193342 (s) 0x9782-0x9786 (4) +0x9780| 3e 75 b5 39 | >u.9 | timestamp: 968193342 (2020-09-04T22:35:42Z) 0x9782-0x9786 (4) 0x9780| 28 43 03 00 | (C.. | distance: 2138 (213800) (m) 0x9786-0x978a (4) 0x9780| e8 03 | .. | speed: 1 (1000) (m/s) 0x978a-0x978c (2) 0x9780| d5 | . | heart_rate: 213 (bpm) 0x978c-0x978d (1) @@ -35122,7 +35122,7 @@ $ fq -d fit dv activity_dev.fit 0x9790| 00 | . | reserved: false 0x9793.3-0x9793.4 (0.1) 0x9790| 00 | . | local_message_type: 0 0x9793.4-0x9794 (0.4) | | | data_message{}: 0x9794-0x97a5 (17) -0x9790| 3f 75 b5 39 | ?u.9 | timestamp: 968193343 (s) 0x9794-0x9798 (4) +0x9790| 3f 75 b5 39 | ?u.9 | timestamp: 968193343 (2020-09-04T22:35:43Z) 0x9794-0x9798 (4) 0x9790| 8c 43 03 00 | .C.. | distance: 2139 (213900) (m) 0x9798-0x979c (4) 0x9790| e8 03 | .. | speed: 1 (1000) (m/s) 0x979c-0x979e (2) 0x9790| cf | . | heart_rate: 207 (bpm) 0x979e-0x979f (1) @@ -35138,7 +35138,7 @@ $ fq -d fit dv activity_dev.fit 0x97a0| 00 | . | reserved: false 0x97a5.3-0x97a5.4 (0.1) 0x97a0| 00 | . | local_message_type: 0 0x97a5.4-0x97a6 (0.4) | | | data_message{}: 0x97a6-0x97b7 (17) -0x97a0| 40 75 b5 39 | @u.9 | timestamp: 968193344 (s) 0x97a6-0x97aa (4) +0x97a0| 40 75 b5 39 | @u.9 | timestamp: 968193344 (2020-09-04T22:35:44Z) 0x97a6-0x97aa (4) 0x97a0| f0 43 03 00 | .C.. | distance: 2140 (214000) (m) 0x97aa-0x97ae (4) 0x97a0| e8 03| ..| speed: 1 (1000) (m/s) 0x97ae-0x97b0 (2) 0x97b0|c9 |. | heart_rate: 201 (bpm) 0x97b0-0x97b1 (1) @@ -35154,7 +35154,7 @@ $ fq -d fit dv activity_dev.fit 0x97b0| 00 | . | reserved: false 0x97b7.3-0x97b7.4 (0.1) 0x97b0| 00 | . | local_message_type: 0 0x97b7.4-0x97b8 (0.4) | | | data_message{}: 0x97b8-0x97c9 (17) -0x97b0| 41 75 b5 39 | Au.9 | timestamp: 968193345 (s) 0x97b8-0x97bc (4) +0x97b0| 41 75 b5 39 | Au.9 | timestamp: 968193345 (2020-09-04T22:35:45Z) 0x97b8-0x97bc (4) 0x97b0| 54 44 03 00| TD..| distance: 2141 (214100) (m) 0x97bc-0x97c0 (4) 0x97c0|e8 03 |.. | speed: 1 (1000) (m/s) 0x97c0-0x97c2 (2) 0x97c0| c3 | . | heart_rate: 195 (bpm) 0x97c2-0x97c3 (1) @@ -35170,7 +35170,7 @@ $ fq -d fit dv activity_dev.fit 0x97c0| 00 | . | reserved: false 0x97c9.3-0x97c9.4 (0.1) 0x97c0| 00 | . | local_message_type: 0 0x97c9.4-0x97ca (0.4) | | | data_message{}: 0x97ca-0x97db (17) -0x97c0| 42 75 b5 39 | Bu.9 | timestamp: 968193346 (s) 0x97ca-0x97ce (4) +0x97c0| 42 75 b5 39 | Bu.9 | timestamp: 968193346 (2020-09-04T22:35:46Z) 0x97ca-0x97ce (4) 0x97c0| b8 44| .D| distance: 2142 (214200) (m) 0x97ce-0x97d2 (4) 0x97d0|03 00 |.. | 0x97d0| e8 03 | .. | speed: 1 (1000) (m/s) 0x97d2-0x97d4 (2) @@ -35187,7 +35187,7 @@ $ fq -d fit dv activity_dev.fit 0x97d0| 00 | . | reserved: false 0x97db.3-0x97db.4 (0.1) 0x97d0| 00 | . | local_message_type: 0 0x97db.4-0x97dc (0.4) | | | data_message{}: 0x97dc-0x97ed (17) -0x97d0| 43 75 b5 39| Cu.9| timestamp: 968193347 (s) 0x97dc-0x97e0 (4) +0x97d0| 43 75 b5 39| Cu.9| timestamp: 968193347 (2020-09-04T22:35:47Z) 0x97dc-0x97e0 (4) 0x97e0|1c 45 03 00 |.E.. | distance: 2143 (214300) (m) 0x97e0-0x97e4 (4) 0x97e0| e8 03 | .. | speed: 1 (1000) (m/s) 0x97e4-0x97e6 (2) 0x97e0| b5 | . | heart_rate: 181 (bpm) 0x97e6-0x97e7 (1) @@ -35203,7 +35203,7 @@ $ fq -d fit dv activity_dev.fit 0x97e0| 00 | . | reserved: false 0x97ed.3-0x97ed.4 (0.1) 0x97e0| 00 | . | local_message_type: 0 0x97ed.4-0x97ee (0.4) | | | data_message{}: 0x97ee-0x97ff (17) -0x97e0| 44 75| Du| timestamp: 968193348 (s) 0x97ee-0x97f2 (4) +0x97e0| 44 75| Du| timestamp: 968193348 (2020-09-04T22:35:48Z) 0x97ee-0x97f2 (4) 0x97f0|b5 39 |.9 | 0x97f0| 80 45 03 00 | .E.. | distance: 2144 (214400) (m) 0x97f2-0x97f6 (4) 0x97f0| e8 03 | .. | speed: 1 (1000) (m/s) 0x97f6-0x97f8 (2) @@ -35220,7 +35220,7 @@ $ fq -d fit dv activity_dev.fit 0x97f0| 00| .| reserved: false 0x97ff.3-0x97ff.4 (0.1) 0x97f0| 00| .| local_message_type: 0 0x97ff.4-0x9800 (0.4) | | | data_message{}: 0x9800-0x9811 (17) -0x9800|45 75 b5 39 |Eu.9 | timestamp: 968193349 (s) 0x9800-0x9804 (4) +0x9800|45 75 b5 39 |Eu.9 | timestamp: 968193349 (2020-09-04T22:35:49Z) 0x9800-0x9804 (4) 0x9800| e4 45 03 00 | .E.. | distance: 2145 (214500) (m) 0x9804-0x9808 (4) 0x9800| e8 03 | .. | speed: 1 (1000) (m/s) 0x9808-0x980a (2) 0x9800| a6 | . | heart_rate: 166 (bpm) 0x980a-0x980b (1) @@ -35236,7 +35236,7 @@ $ fq -d fit dv activity_dev.fit 0x9810| 00 | . | reserved: false 0x9811.3-0x9811.4 (0.1) 0x9810| 00 | . | local_message_type: 0 0x9811.4-0x9812 (0.4) | | | data_message{}: 0x9812-0x9823 (17) -0x9810| 46 75 b5 39 | Fu.9 | timestamp: 968193350 (s) 0x9812-0x9816 (4) +0x9810| 46 75 b5 39 | Fu.9 | timestamp: 968193350 (2020-09-04T22:35:50Z) 0x9812-0x9816 (4) 0x9810| 48 46 03 00 | HF.. | distance: 2146 (214600) (m) 0x9816-0x981a (4) 0x9810| e8 03 | .. | speed: 1 (1000) (m/s) 0x981a-0x981c (2) 0x9810| 9e | . | heart_rate: 158 (bpm) 0x981c-0x981d (1) @@ -35252,7 +35252,7 @@ $ fq -d fit dv activity_dev.fit 0x9820| 00 | . | reserved: false 0x9823.3-0x9823.4 (0.1) 0x9820| 00 | . | local_message_type: 0 0x9823.4-0x9824 (0.4) | | | data_message{}: 0x9824-0x9835 (17) -0x9820| 47 75 b5 39 | Gu.9 | timestamp: 968193351 (s) 0x9824-0x9828 (4) +0x9820| 47 75 b5 39 | Gu.9 | timestamp: 968193351 (2020-09-04T22:35:51Z) 0x9824-0x9828 (4) 0x9820| ac 46 03 00 | .F.. | distance: 2147 (214700) (m) 0x9828-0x982c (4) 0x9820| e8 03 | .. | speed: 1 (1000) (m/s) 0x982c-0x982e (2) 0x9820| 96 | . | heart_rate: 150 (bpm) 0x982e-0x982f (1) @@ -35268,7 +35268,7 @@ $ fq -d fit dv activity_dev.fit 0x9830| 00 | . | reserved: false 0x9835.3-0x9835.4 (0.1) 0x9830| 00 | . | local_message_type: 0 0x9835.4-0x9836 (0.4) | | | data_message{}: 0x9836-0x9847 (17) -0x9830| 48 75 b5 39 | Hu.9 | timestamp: 968193352 (s) 0x9836-0x983a (4) +0x9830| 48 75 b5 39 | Hu.9 | timestamp: 968193352 (2020-09-04T22:35:52Z) 0x9836-0x983a (4) 0x9830| 10 47 03 00 | .G.. | distance: 2148 (214800) (m) 0x983a-0x983e (4) 0x9830| e8 03| ..| speed: 1 (1000) (m/s) 0x983e-0x9840 (2) 0x9840|8e |. | heart_rate: 142 (bpm) 0x9840-0x9841 (1) @@ -35284,7 +35284,7 @@ $ fq -d fit dv activity_dev.fit 0x9840| 00 | . | reserved: false 0x9847.3-0x9847.4 (0.1) 0x9840| 00 | . | local_message_type: 0 0x9847.4-0x9848 (0.4) | | | data_message{}: 0x9848-0x9859 (17) -0x9840| 49 75 b5 39 | Iu.9 | timestamp: 968193353 (s) 0x9848-0x984c (4) +0x9840| 49 75 b5 39 | Iu.9 | timestamp: 968193353 (2020-09-04T22:35:53Z) 0x9848-0x984c (4) 0x9840| 74 47 03 00| tG..| distance: 2149 (214900) (m) 0x984c-0x9850 (4) 0x9850|e8 03 |.. | speed: 1 (1000) (m/s) 0x9850-0x9852 (2) 0x9850| 86 | . | heart_rate: 134 (bpm) 0x9852-0x9853 (1) @@ -35300,7 +35300,7 @@ $ fq -d fit dv activity_dev.fit 0x9850| 00 | . | reserved: false 0x9859.3-0x9859.4 (0.1) 0x9850| 00 | . | local_message_type: 0 0x9859.4-0x985a (0.4) | | | data_message{}: 0x985a-0x986b (17) -0x9850| 4a 75 b5 39 | Ju.9 | timestamp: 968193354 (s) 0x985a-0x985e (4) +0x9850| 4a 75 b5 39 | Ju.9 | timestamp: 968193354 (2020-09-04T22:35:54Z) 0x985a-0x985e (4) 0x9850| d8 47| .G| distance: 2150 (215000) (m) 0x985e-0x9862 (4) 0x9860|03 00 |.. | 0x9860| e8 03 | .. | speed: 1 (1000) (m/s) 0x9862-0x9864 (2) @@ -35317,7 +35317,7 @@ $ fq -d fit dv activity_dev.fit 0x9860| 00 | . | reserved: false 0x986b.3-0x986b.4 (0.1) 0x9860| 00 | . | local_message_type: 0 0x986b.4-0x986c (0.4) | | | data_message{}: 0x986c-0x987d (17) -0x9860| 4b 75 b5 39| Ku.9| timestamp: 968193355 (s) 0x986c-0x9870 (4) +0x9860| 4b 75 b5 39| Ku.9| timestamp: 968193355 (2020-09-04T22:35:55Z) 0x986c-0x9870 (4) 0x9870|3c 48 03 00 |v.9 | timestamp: 968193598 (s) 0xa982-0xa986 (4) +0xa980| 3e 76 b5 39 | >v.9 | timestamp: 968193598 (2020-09-04T22:39:58Z) 0xa982-0xa986 (4) 0xa980| 28 a7 03 00 | (... | distance: 2394 (239400) (m) 0xa986-0xa98a (4) 0xa980| e8 03 | .. | speed: 1 (1000) (m/s) 0xa98a-0xa98c (2) 0xa980| 50 | P | heart_rate: 80 (bpm) 0xa98c-0xa98d (1) @@ -39282,7 +39282,7 @@ $ fq -d fit dv activity_dev.fit 0xa990| 00 | . | reserved: false 0xa993.3-0xa993.4 (0.1) 0xa990| 00 | . | local_message_type: 0 0xa993.4-0xa994 (0.4) | | | data_message{}: 0xa994-0xa9a5 (17) -0xa990| 3f 76 b5 39 | ?v.9 | timestamp: 968193599 (s) 0xa994-0xa998 (4) +0xa990| 3f 76 b5 39 | ?v.9 | timestamp: 968193599 (2020-09-04T22:39:59Z) 0xa994-0xa998 (4) 0xa990| 8c a7 03 00 | .... | distance: 2395 (239500) (m) 0xa998-0xa99c (4) 0xa990| e8 03 | .. | speed: 1 (1000) (m/s) 0xa99c-0xa99e (2) 0xa990| 57 | W | heart_rate: 87 (bpm) 0xa99e-0xa99f (1) @@ -39298,7 +39298,7 @@ $ fq -d fit dv activity_dev.fit 0xa9a0| 00 | . | reserved: false 0xa9a5.3-0xa9a5.4 (0.1) 0xa9a0| 00 | . | local_message_type: 0 0xa9a5.4-0xa9a6 (0.4) | | | data_message{}: 0xa9a6-0xa9b7 (17) -0xa9a0| 40 76 b5 39 | @v.9 | timestamp: 968193600 (s) 0xa9a6-0xa9aa (4) +0xa9a0| 40 76 b5 39 | @v.9 | timestamp: 968193600 (2020-09-04T22:40:00Z) 0xa9a6-0xa9aa (4) 0xa9a0| f0 a7 03 00 | .... | distance: 2396 (239600) (m) 0xa9aa-0xa9ae (4) 0xa9a0| e8 03| ..| speed: 1 (1000) (m/s) 0xa9ae-0xa9b0 (2) 0xa9b0|5f |_ | heart_rate: 95 (bpm) 0xa9b0-0xa9b1 (1) @@ -39314,7 +39314,7 @@ $ fq -d fit dv activity_dev.fit 0xa9b0| 00 | . | reserved: false 0xa9b7.3-0xa9b7.4 (0.1) 0xa9b0| 00 | . | local_message_type: 0 0xa9b7.4-0xa9b8 (0.4) | | | data_message{}: 0xa9b8-0xa9c9 (17) -0xa9b0| 41 76 b5 39 | Av.9 | timestamp: 968193601 (s) 0xa9b8-0xa9bc (4) +0xa9b0| 41 76 b5 39 | Av.9 | timestamp: 968193601 (2020-09-04T22:40:01Z) 0xa9b8-0xa9bc (4) 0xa9b0| 54 a8 03 00| T...| distance: 2397 (239700) (m) 0xa9bc-0xa9c0 (4) 0xa9c0|e8 03 |.. | speed: 1 (1000) (m/s) 0xa9c0-0xa9c2 (2) 0xa9c0| 67 | g | heart_rate: 103 (bpm) 0xa9c2-0xa9c3 (1) @@ -39330,7 +39330,7 @@ $ fq -d fit dv activity_dev.fit 0xa9c0| 00 | . | reserved: false 0xa9c9.3-0xa9c9.4 (0.1) 0xa9c0| 00 | . | local_message_type: 0 0xa9c9.4-0xa9ca (0.4) | | | data_message{}: 0xa9ca-0xa9db (17) -0xa9c0| 42 76 b5 39 | Bv.9 | timestamp: 968193602 (s) 0xa9ca-0xa9ce (4) +0xa9c0| 42 76 b5 39 | Bv.9 | timestamp: 968193602 (2020-09-04T22:40:02Z) 0xa9ca-0xa9ce (4) 0xa9c0| b8 a8| ..| distance: 2398 (239800) (m) 0xa9ce-0xa9d2 (4) 0xa9d0|03 00 |.. | 0xa9d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xa9d2-0xa9d4 (2) @@ -39347,7 +39347,7 @@ $ fq -d fit dv activity_dev.fit 0xa9d0| 00 | . | reserved: false 0xa9db.3-0xa9db.4 (0.1) 0xa9d0| 00 | . | local_message_type: 0 0xa9db.4-0xa9dc (0.4) | | | data_message{}: 0xa9dc-0xa9ed (17) -0xa9d0| 43 76 b5 39| Cv.9| timestamp: 968193603 (s) 0xa9dc-0xa9e0 (4) +0xa9d0| 43 76 b5 39| Cv.9| timestamp: 968193603 (2020-09-04T22:40:03Z) 0xa9dc-0xa9e0 (4) 0xa9e0|1c a9 03 00 |.... | distance: 2399 (239900) (m) 0xa9e0-0xa9e4 (4) 0xa9e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xa9e4-0xa9e6 (2) 0xa9e0| 77 | w | heart_rate: 119 (bpm) 0xa9e6-0xa9e7 (1) @@ -39363,7 +39363,7 @@ $ fq -d fit dv activity_dev.fit 0xa9e0| 00 | . | reserved: false 0xa9ed.3-0xa9ed.4 (0.1) 0xa9e0| 00 | . | local_message_type: 0 0xa9ed.4-0xa9ee (0.4) | | | data_message{}: 0xa9ee-0xa9ff (17) -0xa9e0| 44 76| Dv| timestamp: 968193604 (s) 0xa9ee-0xa9f2 (4) +0xa9e0| 44 76| Dv| timestamp: 968193604 (2020-09-04T22:40:04Z) 0xa9ee-0xa9f2 (4) 0xa9f0|b5 39 |.9 | 0xa9f0| 80 a9 03 00 | .... | distance: 2400 (240000) (m) 0xa9f2-0xa9f6 (4) 0xa9f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xa9f6-0xa9f8 (2) @@ -39380,7 +39380,7 @@ $ fq -d fit dv activity_dev.fit 0xa9f0| 00| .| reserved: false 0xa9ff.3-0xa9ff.4 (0.1) 0xa9f0| 00| .| local_message_type: 0 0xa9ff.4-0xaa00 (0.4) | | | data_message{}: 0xaa00-0xaa11 (17) -0xaa00|45 76 b5 39 |Ev.9 | timestamp: 968193605 (s) 0xaa00-0xaa04 (4) +0xaa00|45 76 b5 39 |Ev.9 | timestamp: 968193605 (2020-09-04T22:40:05Z) 0xaa00-0xaa04 (4) 0xaa00| e4 a9 03 00 | .... | distance: 2401 (240100) (m) 0xaa04-0xaa08 (4) 0xaa00| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa08-0xaa0a (2) 0xaa00| 86 | . | heart_rate: 134 (bpm) 0xaa0a-0xaa0b (1) @@ -39396,7 +39396,7 @@ $ fq -d fit dv activity_dev.fit 0xaa10| 00 | . | reserved: false 0xaa11.3-0xaa11.4 (0.1) 0xaa10| 00 | . | local_message_type: 0 0xaa11.4-0xaa12 (0.4) | | | data_message{}: 0xaa12-0xaa23 (17) -0xaa10| 46 76 b5 39 | Fv.9 | timestamp: 968193606 (s) 0xaa12-0xaa16 (4) +0xaa10| 46 76 b5 39 | Fv.9 | timestamp: 968193606 (2020-09-04T22:40:06Z) 0xaa12-0xaa16 (4) 0xaa10| 48 aa 03 00 | H... | distance: 2402 (240200) (m) 0xaa16-0xaa1a (4) 0xaa10| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa1a-0xaa1c (2) 0xaa10| 8e | . | heart_rate: 142 (bpm) 0xaa1c-0xaa1d (1) @@ -39412,7 +39412,7 @@ $ fq -d fit dv activity_dev.fit 0xaa20| 00 | . | reserved: false 0xaa23.3-0xaa23.4 (0.1) 0xaa20| 00 | . | local_message_type: 0 0xaa23.4-0xaa24 (0.4) | | | data_message{}: 0xaa24-0xaa35 (17) -0xaa20| 47 76 b5 39 | Gv.9 | timestamp: 968193607 (s) 0xaa24-0xaa28 (4) +0xaa20| 47 76 b5 39 | Gv.9 | timestamp: 968193607 (2020-09-04T22:40:07Z) 0xaa24-0xaa28 (4) 0xaa20| ac aa 03 00 | .... | distance: 2403 (240300) (m) 0xaa28-0xaa2c (4) 0xaa20| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa2c-0xaa2e (2) 0xaa20| 96 | . | heart_rate: 150 (bpm) 0xaa2e-0xaa2f (1) @@ -39428,7 +39428,7 @@ $ fq -d fit dv activity_dev.fit 0xaa30| 00 | . | reserved: false 0xaa35.3-0xaa35.4 (0.1) 0xaa30| 00 | . | local_message_type: 0 0xaa35.4-0xaa36 (0.4) | | | data_message{}: 0xaa36-0xaa47 (17) -0xaa30| 48 76 b5 39 | Hv.9 | timestamp: 968193608 (s) 0xaa36-0xaa3a (4) +0xaa30| 48 76 b5 39 | Hv.9 | timestamp: 968193608 (2020-09-04T22:40:08Z) 0xaa36-0xaa3a (4) 0xaa30| 10 ab 03 00 | .... | distance: 2404 (240400) (m) 0xaa3a-0xaa3e (4) 0xaa30| e8 03| ..| speed: 1 (1000) (m/s) 0xaa3e-0xaa40 (2) 0xaa40|9e |. | heart_rate: 158 (bpm) 0xaa40-0xaa41 (1) @@ -39444,7 +39444,7 @@ $ fq -d fit dv activity_dev.fit 0xaa40| 00 | . | reserved: false 0xaa47.3-0xaa47.4 (0.1) 0xaa40| 00 | . | local_message_type: 0 0xaa47.4-0xaa48 (0.4) | | | data_message{}: 0xaa48-0xaa59 (17) -0xaa40| 49 76 b5 39 | Iv.9 | timestamp: 968193609 (s) 0xaa48-0xaa4c (4) +0xaa40| 49 76 b5 39 | Iv.9 | timestamp: 968193609 (2020-09-04T22:40:09Z) 0xaa48-0xaa4c (4) 0xaa40| 74 ab 03 00| t...| distance: 2405 (240500) (m) 0xaa4c-0xaa50 (4) 0xaa50|e8 03 |.. | speed: 1 (1000) (m/s) 0xaa50-0xaa52 (2) 0xaa50| a6 | . | heart_rate: 166 (bpm) 0xaa52-0xaa53 (1) @@ -39460,7 +39460,7 @@ $ fq -d fit dv activity_dev.fit 0xaa50| 00 | . | reserved: false 0xaa59.3-0xaa59.4 (0.1) 0xaa50| 00 | . | local_message_type: 0 0xaa59.4-0xaa5a (0.4) | | | data_message{}: 0xaa5a-0xaa6b (17) -0xaa50| 4a 76 b5 39 | Jv.9 | timestamp: 968193610 (s) 0xaa5a-0xaa5e (4) +0xaa50| 4a 76 b5 39 | Jv.9 | timestamp: 968193610 (2020-09-04T22:40:10Z) 0xaa5a-0xaa5e (4) 0xaa50| d8 ab| ..| distance: 2406 (240600) (m) 0xaa5e-0xaa62 (4) 0xaa60|03 00 |.. | 0xaa60| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa62-0xaa64 (2) @@ -39477,7 +39477,7 @@ $ fq -d fit dv activity_dev.fit 0xaa60| 00 | . | reserved: false 0xaa6b.3-0xaa6b.4 (0.1) 0xaa60| 00 | . | local_message_type: 0 0xaa6b.4-0xaa6c (0.4) | | | data_message{}: 0xaa6c-0xaa7d (17) -0xaa60| 4b 76 b5 39| Kv.9| timestamp: 968193611 (s) 0xaa6c-0xaa70 (4) +0xaa60| 4b 76 b5 39| Kv.9| timestamp: 968193611 (2020-09-04T22:40:11Z) 0xaa6c-0xaa70 (4) 0xaa70|3c ac 03 00 |<... | distance: 2407 (240700) (m) 0xaa70-0xaa74 (4) 0xaa70| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa74-0xaa76 (2) 0xaa70| b5 | . | heart_rate: 181 (bpm) 0xaa76-0xaa77 (1) @@ -39493,7 +39493,7 @@ $ fq -d fit dv activity_dev.fit 0xaa70| 00 | . | reserved: false 0xaa7d.3-0xaa7d.4 (0.1) 0xaa70| 00 | . | local_message_type: 0 0xaa7d.4-0xaa7e (0.4) | | | data_message{}: 0xaa7e-0xaa8f (17) -0xaa70| 4c 76| Lv| timestamp: 968193612 (s) 0xaa7e-0xaa82 (4) +0xaa70| 4c 76| Lv| timestamp: 968193612 (2020-09-04T22:40:12Z) 0xaa7e-0xaa82 (4) 0xaa80|b5 39 |.9 | 0xaa80| a0 ac 03 00 | .... | distance: 2408 (240800) (m) 0xaa82-0xaa86 (4) 0xaa80| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa86-0xaa88 (2) @@ -39510,7 +39510,7 @@ $ fq -d fit dv activity_dev.fit 0xaa80| 00| .| reserved: false 0xaa8f.3-0xaa8f.4 (0.1) 0xaa80| 00| .| local_message_type: 0 0xaa8f.4-0xaa90 (0.4) | | | data_message{}: 0xaa90-0xaaa1 (17) -0xaa90|4d 76 b5 39 |Mv.9 | timestamp: 968193613 (s) 0xaa90-0xaa94 (4) +0xaa90|4d 76 b5 39 |Mv.9 | timestamp: 968193613 (2020-09-04T22:40:13Z) 0xaa90-0xaa94 (4) 0xaa90| 04 ad 03 00 | .... | distance: 2409 (240900) (m) 0xaa94-0xaa98 (4) 0xaa90| e8 03 | .. | speed: 1 (1000) (m/s) 0xaa98-0xaa9a (2) 0xaa90| c3 | . | heart_rate: 195 (bpm) 0xaa9a-0xaa9b (1) @@ -39526,7 +39526,7 @@ $ fq -d fit dv activity_dev.fit 0xaaa0| 00 | . | reserved: false 0xaaa1.3-0xaaa1.4 (0.1) 0xaaa0| 00 | . | local_message_type: 0 0xaaa1.4-0xaaa2 (0.4) | | | data_message{}: 0xaaa2-0xaab3 (17) -0xaaa0| 4e 76 b5 39 | Nv.9 | timestamp: 968193614 (s) 0xaaa2-0xaaa6 (4) +0xaaa0| 4e 76 b5 39 | Nv.9 | timestamp: 968193614 (2020-09-04T22:40:14Z) 0xaaa2-0xaaa6 (4) 0xaaa0| 68 ad 03 00 | h... | distance: 2410 (241000) (m) 0xaaa6-0xaaaa (4) 0xaaa0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaaaa-0xaaac (2) 0xaaa0| c9 | . | heart_rate: 201 (bpm) 0xaaac-0xaaad (1) @@ -39542,7 +39542,7 @@ $ fq -d fit dv activity_dev.fit 0xaab0| 00 | . | reserved: false 0xaab3.3-0xaab3.4 (0.1) 0xaab0| 00 | . | local_message_type: 0 0xaab3.4-0xaab4 (0.4) | | | data_message{}: 0xaab4-0xaac5 (17) -0xaab0| 4f 76 b5 39 | Ov.9 | timestamp: 968193615 (s) 0xaab4-0xaab8 (4) +0xaab0| 4f 76 b5 39 | Ov.9 | timestamp: 968193615 (2020-09-04T22:40:15Z) 0xaab4-0xaab8 (4) 0xaab0| cc ad 03 00 | .... | distance: 2411 (241100) (m) 0xaab8-0xaabc (4) 0xaab0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaabc-0xaabe (2) 0xaab0| cf | . | heart_rate: 207 (bpm) 0xaabe-0xaabf (1) @@ -39558,7 +39558,7 @@ $ fq -d fit dv activity_dev.fit 0xaac0| 00 | . | reserved: false 0xaac5.3-0xaac5.4 (0.1) 0xaac0| 00 | . | local_message_type: 0 0xaac5.4-0xaac6 (0.4) | | | data_message{}: 0xaac6-0xaad7 (17) -0xaac0| 50 76 b5 39 | Pv.9 | timestamp: 968193616 (s) 0xaac6-0xaaca (4) +0xaac0| 50 76 b5 39 | Pv.9 | timestamp: 968193616 (2020-09-04T22:40:16Z) 0xaac6-0xaaca (4) 0xaac0| 30 ae 03 00 | 0... | distance: 2412 (241200) (m) 0xaaca-0xaace (4) 0xaac0| e8 03| ..| speed: 1 (1000) (m/s) 0xaace-0xaad0 (2) 0xaad0|d5 |. | heart_rate: 213 (bpm) 0xaad0-0xaad1 (1) @@ -39574,7 +39574,7 @@ $ fq -d fit dv activity_dev.fit 0xaad0| 00 | . | reserved: false 0xaad7.3-0xaad7.4 (0.1) 0xaad0| 00 | . | local_message_type: 0 0xaad7.4-0xaad8 (0.4) | | | data_message{}: 0xaad8-0xaae9 (17) -0xaad0| 51 76 b5 39 | Qv.9 | timestamp: 968193617 (s) 0xaad8-0xaadc (4) +0xaad0| 51 76 b5 39 | Qv.9 | timestamp: 968193617 (2020-09-04T22:40:17Z) 0xaad8-0xaadc (4) 0xaad0| 94 ae 03 00| ....| distance: 2413 (241300) (m) 0xaadc-0xaae0 (4) 0xaae0|e8 03 |.. | speed: 1 (1000) (m/s) 0xaae0-0xaae2 (2) 0xaae0| db | . | heart_rate: 219 (bpm) 0xaae2-0xaae3 (1) @@ -39590,7 +39590,7 @@ $ fq -d fit dv activity_dev.fit 0xaae0| 00 | . | reserved: false 0xaae9.3-0xaae9.4 (0.1) 0xaae0| 00 | . | local_message_type: 0 0xaae9.4-0xaaea (0.4) | | | data_message{}: 0xaaea-0xaafb (17) -0xaae0| 52 76 b5 39 | Rv.9 | timestamp: 968193618 (s) 0xaaea-0xaaee (4) +0xaae0| 52 76 b5 39 | Rv.9 | timestamp: 968193618 (2020-09-04T22:40:18Z) 0xaaea-0xaaee (4) 0xaae0| f8 ae| ..| distance: 2414 (241400) (m) 0xaaee-0xaaf2 (4) 0xaaf0|03 00 |.. | 0xaaf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaaf2-0xaaf4 (2) @@ -39607,7 +39607,7 @@ $ fq -d fit dv activity_dev.fit 0xaaf0| 00 | . | reserved: false 0xaafb.3-0xaafb.4 (0.1) 0xaaf0| 00 | . | local_message_type: 0 0xaafb.4-0xaafc (0.4) | | | data_message{}: 0xaafc-0xab0d (17) -0xaaf0| 53 76 b5 39| Sv.9| timestamp: 968193619 (s) 0xaafc-0xab00 (4) +0xaaf0| 53 76 b5 39| Sv.9| timestamp: 968193619 (2020-09-04T22:40:19Z) 0xaafc-0xab00 (4) 0xab00|5c af 03 00 |\... | distance: 2415 (241500) (m) 0xab00-0xab04 (4) 0xab00| e8 03 | .. | speed: 1 (1000) (m/s) 0xab04-0xab06 (2) 0xab00| e5 | . | heart_rate: 229 (bpm) 0xab06-0xab07 (1) @@ -39623,7 +39623,7 @@ $ fq -d fit dv activity_dev.fit 0xab00| 00 | . | reserved: false 0xab0d.3-0xab0d.4 (0.1) 0xab00| 00 | . | local_message_type: 0 0xab0d.4-0xab0e (0.4) | | | data_message{}: 0xab0e-0xab1f (17) -0xab00| 54 76| Tv| timestamp: 968193620 (s) 0xab0e-0xab12 (4) +0xab00| 54 76| Tv| timestamp: 968193620 (2020-09-04T22:40:20Z) 0xab0e-0xab12 (4) 0xab10|b5 39 |.9 | 0xab10| c0 af 03 00 | .... | distance: 2416 (241600) (m) 0xab12-0xab16 (4) 0xab10| e8 03 | .. | speed: 1 (1000) (m/s) 0xab16-0xab18 (2) @@ -39640,7 +39640,7 @@ $ fq -d fit dv activity_dev.fit 0xab10| 00| .| reserved: false 0xab1f.3-0xab1f.4 (0.1) 0xab10| 00| .| local_message_type: 0 0xab1f.4-0xab20 (0.4) | | | data_message{}: 0xab20-0xab31 (17) -0xab20|55 76 b5 39 |Uv.9 | timestamp: 968193621 (s) 0xab20-0xab24 (4) +0xab20|55 76 b5 39 |Uv.9 | timestamp: 968193621 (2020-09-04T22:40:21Z) 0xab20-0xab24 (4) 0xab20| 24 b0 03 00 | $... | distance: 2417 (241700) (m) 0xab24-0xab28 (4) 0xab20| e8 03 | .. | speed: 1 (1000) (m/s) 0xab28-0xab2a (2) 0xab20| ee | . | heart_rate: 238 (bpm) 0xab2a-0xab2b (1) @@ -39656,7 +39656,7 @@ $ fq -d fit dv activity_dev.fit 0xab30| 00 | . | reserved: false 0xab31.3-0xab31.4 (0.1) 0xab30| 00 | . | local_message_type: 0 0xab31.4-0xab32 (0.4) | | | data_message{}: 0xab32-0xab43 (17) -0xab30| 56 76 b5 39 | Vv.9 | timestamp: 968193622 (s) 0xab32-0xab36 (4) +0xab30| 56 76 b5 39 | Vv.9 | timestamp: 968193622 (2020-09-04T22:40:22Z) 0xab32-0xab36 (4) 0xab30| 88 b0 03 00 | .... | distance: 2418 (241800) (m) 0xab36-0xab3a (4) 0xab30| e8 03 | .. | speed: 1 (1000) (m/s) 0xab3a-0xab3c (2) 0xab30| f1 | . | heart_rate: 241 (bpm) 0xab3c-0xab3d (1) @@ -39672,7 +39672,7 @@ $ fq -d fit dv activity_dev.fit 0xab40| 00 | . | reserved: false 0xab43.3-0xab43.4 (0.1) 0xab40| 00 | . | local_message_type: 0 0xab43.4-0xab44 (0.4) | | | data_message{}: 0xab44-0xab55 (17) -0xab40| 57 76 b5 39 | Wv.9 | timestamp: 968193623 (s) 0xab44-0xab48 (4) +0xab40| 57 76 b5 39 | Wv.9 | timestamp: 968193623 (2020-09-04T22:40:23Z) 0xab44-0xab48 (4) 0xab40| ec b0 03 00 | .... | distance: 2419 (241900) (m) 0xab48-0xab4c (4) 0xab40| e8 03 | .. | speed: 1 (1000) (m/s) 0xab4c-0xab4e (2) 0xab40| f5 | . | heart_rate: 245 (bpm) 0xab4e-0xab4f (1) @@ -39688,7 +39688,7 @@ $ fq -d fit dv activity_dev.fit 0xab50| 00 | . | reserved: false 0xab55.3-0xab55.4 (0.1) 0xab50| 00 | . | local_message_type: 0 0xab55.4-0xab56 (0.4) | | | data_message{}: 0xab56-0xab67 (17) -0xab50| 58 76 b5 39 | Xv.9 | timestamp: 968193624 (s) 0xab56-0xab5a (4) +0xab50| 58 76 b5 39 | Xv.9 | timestamp: 968193624 (2020-09-04T22:40:24Z) 0xab56-0xab5a (4) 0xab50| 50 b1 03 00 | P... | distance: 2420 (242000) (m) 0xab5a-0xab5e (4) 0xab50| e8 03| ..| speed: 1 (1000) (m/s) 0xab5e-0xab60 (2) 0xab60|f7 |. | heart_rate: 247 (bpm) 0xab60-0xab61 (1) @@ -39704,7 +39704,7 @@ $ fq -d fit dv activity_dev.fit 0xab60| 00 | . | reserved: false 0xab67.3-0xab67.4 (0.1) 0xab60| 00 | . | local_message_type: 0 0xab67.4-0xab68 (0.4) | | | data_message{}: 0xab68-0xab79 (17) -0xab60| 59 76 b5 39 | Yv.9 | timestamp: 968193625 (s) 0xab68-0xab6c (4) +0xab60| 59 76 b5 39 | Yv.9 | timestamp: 968193625 (2020-09-04T22:40:25Z) 0xab68-0xab6c (4) 0xab60| b4 b1 03 00| ....| distance: 2421 (242100) (m) 0xab6c-0xab70 (4) 0xab70|e8 03 |.. | speed: 1 (1000) (m/s) 0xab70-0xab72 (2) 0xab70| fa | . | heart_rate: 250 (bpm) 0xab72-0xab73 (1) @@ -39720,7 +39720,7 @@ $ fq -d fit dv activity_dev.fit 0xab70| 00 | . | reserved: false 0xab79.3-0xab79.4 (0.1) 0xab70| 00 | . | local_message_type: 0 0xab79.4-0xab7a (0.4) | | | data_message{}: 0xab7a-0xab8b (17) -0xab70| 5a 76 b5 39 | Zv.9 | timestamp: 968193626 (s) 0xab7a-0xab7e (4) +0xab70| 5a 76 b5 39 | Zv.9 | timestamp: 968193626 (2020-09-04T22:40:26Z) 0xab7a-0xab7e (4) 0xab70| 18 b2| ..| distance: 2422 (242200) (m) 0xab7e-0xab82 (4) 0xab80|03 00 |.. | 0xab80| e8 03 | .. | speed: 1 (1000) (m/s) 0xab82-0xab84 (2) @@ -39737,7 +39737,7 @@ $ fq -d fit dv activity_dev.fit 0xab80| 00 | . | reserved: false 0xab8b.3-0xab8b.4 (0.1) 0xab80| 00 | . | local_message_type: 0 0xab8b.4-0xab8c (0.4) | | | data_message{}: 0xab8c-0xab9d (17) -0xab80| 5b 76 b5 39| [v.9| timestamp: 968193627 (s) 0xab8c-0xab90 (4) +0xab80| 5b 76 b5 39| [v.9| timestamp: 968193627 (2020-09-04T22:40:27Z) 0xab8c-0xab90 (4) 0xab90|7c b2 03 00 ||... | distance: 2423 (242300) (m) 0xab90-0xab94 (4) 0xab90| e8 03 | .. | speed: 1 (1000) (m/s) 0xab94-0xab96 (2) 0xab90| fc | . | heart_rate: 252 (bpm) 0xab96-0xab97 (1) @@ -39753,7 +39753,7 @@ $ fq -d fit dv activity_dev.fit 0xab90| 00 | . | reserved: false 0xab9d.3-0xab9d.4 (0.1) 0xab90| 00 | . | local_message_type: 0 0xab9d.4-0xab9e (0.4) | | | data_message{}: 0xab9e-0xabaf (17) -0xab90| 5c 76| \v| timestamp: 968193628 (s) 0xab9e-0xaba2 (4) +0xab90| 5c 76| \v| timestamp: 968193628 (2020-09-04T22:40:28Z) 0xab9e-0xaba2 (4) 0xaba0|b5 39 |.9 | 0xaba0| e0 b2 03 00 | .... | distance: 2424 (242400) (m) 0xaba2-0xaba6 (4) 0xaba0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaba6-0xaba8 (2) @@ -39770,7 +39770,7 @@ $ fq -d fit dv activity_dev.fit 0xaba0| 00| .| reserved: false 0xabaf.3-0xabaf.4 (0.1) 0xaba0| 00| .| local_message_type: 0 0xabaf.4-0xabb0 (0.4) | | | data_message{}: 0xabb0-0xabc1 (17) -0xabb0|5d 76 b5 39 |]v.9 | timestamp: 968193629 (s) 0xabb0-0xabb4 (4) +0xabb0|5d 76 b5 39 |]v.9 | timestamp: 968193629 (2020-09-04T22:40:29Z) 0xabb0-0xabb4 (4) 0xabb0| 44 b3 03 00 | D... | distance: 2425 (242500) (m) 0xabb4-0xabb8 (4) 0xabb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xabb8-0xabba (2) 0xabb0| fe | . | heart_rate: 254 (bpm) 0xabba-0xabbb (1) @@ -39786,7 +39786,7 @@ $ fq -d fit dv activity_dev.fit 0xabc0| 00 | . | reserved: false 0xabc1.3-0xabc1.4 (0.1) 0xabc0| 00 | . | local_message_type: 0 0xabc1.4-0xabc2 (0.4) | | | data_message{}: 0xabc2-0xabd3 (17) -0xabc0| 5e 76 b5 39 | ^v.9 | timestamp: 968193630 (s) 0xabc2-0xabc6 (4) +0xabc0| 5e 76 b5 39 | ^v.9 | timestamp: 968193630 (2020-09-04T22:40:30Z) 0xabc2-0xabc6 (4) 0xabc0| a8 b3 03 00 | .... | distance: 2426 (242600) (m) 0xabc6-0xabca (4) 0xabc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xabca-0xabcc (2) 0xabc0| fd | . | heart_rate: 253 (bpm) 0xabcc-0xabcd (1) @@ -39802,7 +39802,7 @@ $ fq -d fit dv activity_dev.fit 0xabd0| 00 | . | reserved: false 0xabd3.3-0xabd3.4 (0.1) 0xabd0| 00 | . | local_message_type: 0 0xabd3.4-0xabd4 (0.4) | | | data_message{}: 0xabd4-0xabe5 (17) -0xabd0| 5f 76 b5 39 | _v.9 | timestamp: 968193631 (s) 0xabd4-0xabd8 (4) +0xabd0| 5f 76 b5 39 | _v.9 | timestamp: 968193631 (2020-09-04T22:40:31Z) 0xabd4-0xabd8 (4) 0xabd0| 0c b4 03 00 | .... | distance: 2427 (242700) (m) 0xabd8-0xabdc (4) 0xabd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xabdc-0xabde (2) 0xabd0| fc | . | heart_rate: 252 (bpm) 0xabde-0xabdf (1) @@ -39818,7 +39818,7 @@ $ fq -d fit dv activity_dev.fit 0xabe0| 00 | . | reserved: false 0xabe5.3-0xabe5.4 (0.1) 0xabe0| 00 | . | local_message_type: 0 0xabe5.4-0xabe6 (0.4) | | | data_message{}: 0xabe6-0xabf7 (17) -0xabe0| 60 76 b5 39 | `v.9 | timestamp: 968193632 (s) 0xabe6-0xabea (4) +0xabe0| 60 76 b5 39 | `v.9 | timestamp: 968193632 (2020-09-04T22:40:32Z) 0xabe6-0xabea (4) 0xabe0| 70 b4 03 00 | p... | distance: 2428 (242800) (m) 0xabea-0xabee (4) 0xabe0| e8 03| ..| speed: 1 (1000) (m/s) 0xabee-0xabf0 (2) 0xabf0|fb |. | heart_rate: 251 (bpm) 0xabf0-0xabf1 (1) @@ -39834,7 +39834,7 @@ $ fq -d fit dv activity_dev.fit 0xabf0| 00 | . | reserved: false 0xabf7.3-0xabf7.4 (0.1) 0xabf0| 00 | . | local_message_type: 0 0xabf7.4-0xabf8 (0.4) | | | data_message{}: 0xabf8-0xac09 (17) -0xabf0| 61 76 b5 39 | av.9 | timestamp: 968193633 (s) 0xabf8-0xabfc (4) +0xabf0| 61 76 b5 39 | av.9 | timestamp: 968193633 (2020-09-04T22:40:33Z) 0xabf8-0xabfc (4) 0xabf0| d4 b4 03 00| ....| distance: 2429 (242900) (m) 0xabfc-0xac00 (4) 0xac00|e8 03 |.. | speed: 1 (1000) (m/s) 0xac00-0xac02 (2) 0xac00| fa | . | heart_rate: 250 (bpm) 0xac02-0xac03 (1) @@ -39850,7 +39850,7 @@ $ fq -d fit dv activity_dev.fit 0xac00| 00 | . | reserved: false 0xac09.3-0xac09.4 (0.1) 0xac00| 00 | . | local_message_type: 0 0xac09.4-0xac0a (0.4) | | | data_message{}: 0xac0a-0xac1b (17) -0xac00| 62 76 b5 39 | bv.9 | timestamp: 968193634 (s) 0xac0a-0xac0e (4) +0xac00| 62 76 b5 39 | bv.9 | timestamp: 968193634 (2020-09-04T22:40:34Z) 0xac0a-0xac0e (4) 0xac00| 38 b5| 8.| distance: 2430 (243000) (m) 0xac0e-0xac12 (4) 0xac10|03 00 |.. | 0xac10| e8 03 | .. | speed: 1 (1000) (m/s) 0xac12-0xac14 (2) @@ -39867,7 +39867,7 @@ $ fq -d fit dv activity_dev.fit 0xac10| 00 | . | reserved: false 0xac1b.3-0xac1b.4 (0.1) 0xac10| 00 | . | local_message_type: 0 0xac1b.4-0xac1c (0.4) | | | data_message{}: 0xac1c-0xac2d (17) -0xac10| 63 76 b5 39| cv.9| timestamp: 968193635 (s) 0xac1c-0xac20 (4) +0xac10| 63 76 b5 39| cv.9| timestamp: 968193635 (2020-09-04T22:40:35Z) 0xac1c-0xac20 (4) 0xac20|9c b5 03 00 |.... | distance: 2431 (243100) (m) 0xac20-0xac24 (4) 0xac20| e8 03 | .. | speed: 1 (1000) (m/s) 0xac24-0xac26 (2) 0xac20| f5 | . | heart_rate: 245 (bpm) 0xac26-0xac27 (1) @@ -39883,7 +39883,7 @@ $ fq -d fit dv activity_dev.fit 0xac20| 00 | . | reserved: false 0xac2d.3-0xac2d.4 (0.1) 0xac20| 00 | . | local_message_type: 0 0xac2d.4-0xac2e (0.4) | | | data_message{}: 0xac2e-0xac3f (17) -0xac20| 64 76| dv| timestamp: 968193636 (s) 0xac2e-0xac32 (4) +0xac20| 64 76| dv| timestamp: 968193636 (2020-09-04T22:40:36Z) 0xac2e-0xac32 (4) 0xac30|b5 39 |.9 | 0xac30| 00 b6 03 00 | .... | distance: 2432 (243200) (m) 0xac32-0xac36 (4) 0xac30| e8 03 | .. | speed: 1 (1000) (m/s) 0xac36-0xac38 (2) @@ -39900,7 +39900,7 @@ $ fq -d fit dv activity_dev.fit 0xac30| 00| .| reserved: false 0xac3f.3-0xac3f.4 (0.1) 0xac30| 00| .| local_message_type: 0 0xac3f.4-0xac40 (0.4) | | | data_message{}: 0xac40-0xac51 (17) -0xac40|65 76 b5 39 |ev.9 | timestamp: 968193637 (s) 0xac40-0xac44 (4) +0xac40|65 76 b5 39 |ev.9 | timestamp: 968193637 (2020-09-04T22:40:37Z) 0xac40-0xac44 (4) 0xac40| 64 b6 03 00 | d... | distance: 2433 (243300) (m) 0xac44-0xac48 (4) 0xac40| e8 03 | .. | speed: 1 (1000) (m/s) 0xac48-0xac4a (2) 0xac40| ee | . | heart_rate: 238 (bpm) 0xac4a-0xac4b (1) @@ -39916,7 +39916,7 @@ $ fq -d fit dv activity_dev.fit 0xac50| 00 | . | reserved: false 0xac51.3-0xac51.4 (0.1) 0xac50| 00 | . | local_message_type: 0 0xac51.4-0xac52 (0.4) | | | data_message{}: 0xac52-0xac63 (17) -0xac50| 66 76 b5 39 | fv.9 | timestamp: 968193638 (s) 0xac52-0xac56 (4) +0xac50| 66 76 b5 39 | fv.9 | timestamp: 968193638 (2020-09-04T22:40:38Z) 0xac52-0xac56 (4) 0xac50| c8 b6 03 00 | .... | distance: 2434 (243400) (m) 0xac56-0xac5a (4) 0xac50| e8 03 | .. | speed: 1 (1000) (m/s) 0xac5a-0xac5c (2) 0xac50| ea | . | heart_rate: 234 (bpm) 0xac5c-0xac5d (1) @@ -39932,7 +39932,7 @@ $ fq -d fit dv activity_dev.fit 0xac60| 00 | . | reserved: false 0xac63.3-0xac63.4 (0.1) 0xac60| 00 | . | local_message_type: 0 0xac63.4-0xac64 (0.4) | | | data_message{}: 0xac64-0xac75 (17) -0xac60| 67 76 b5 39 | gv.9 | timestamp: 968193639 (s) 0xac64-0xac68 (4) +0xac60| 67 76 b5 39 | gv.9 | timestamp: 968193639 (2020-09-04T22:40:39Z) 0xac64-0xac68 (4) 0xac60| 2c b7 03 00 | ,... | distance: 2435 (243500) (m) 0xac68-0xac6c (4) 0xac60| e8 03 | .. | speed: 1 (1000) (m/s) 0xac6c-0xac6e (2) 0xac60| e5 | . | heart_rate: 229 (bpm) 0xac6e-0xac6f (1) @@ -39948,7 +39948,7 @@ $ fq -d fit dv activity_dev.fit 0xac70| 00 | . | reserved: false 0xac75.3-0xac75.4 (0.1) 0xac70| 00 | . | local_message_type: 0 0xac75.4-0xac76 (0.4) | | | data_message{}: 0xac76-0xac87 (17) -0xac70| 68 76 b5 39 | hv.9 | timestamp: 968193640 (s) 0xac76-0xac7a (4) +0xac70| 68 76 b5 39 | hv.9 | timestamp: 968193640 (2020-09-04T22:40:40Z) 0xac76-0xac7a (4) 0xac70| 90 b7 03 00 | .... | distance: 2436 (243600) (m) 0xac7a-0xac7e (4) 0xac70| e8 03| ..| speed: 1 (1000) (m/s) 0xac7e-0xac80 (2) 0xac80|e0 |. | heart_rate: 224 (bpm) 0xac80-0xac81 (1) @@ -39964,7 +39964,7 @@ $ fq -d fit dv activity_dev.fit 0xac80| 00 | . | reserved: false 0xac87.3-0xac87.4 (0.1) 0xac80| 00 | . | local_message_type: 0 0xac87.4-0xac88 (0.4) | | | data_message{}: 0xac88-0xac99 (17) -0xac80| 69 76 b5 39 | iv.9 | timestamp: 968193641 (s) 0xac88-0xac8c (4) +0xac80| 69 76 b5 39 | iv.9 | timestamp: 968193641 (2020-09-04T22:40:41Z) 0xac88-0xac8c (4) 0xac80| f4 b7 03 00| ....| distance: 2437 (243700) (m) 0xac8c-0xac90 (4) 0xac90|e8 03 |.. | speed: 1 (1000) (m/s) 0xac90-0xac92 (2) 0xac90| db | . | heart_rate: 219 (bpm) 0xac92-0xac93 (1) @@ -39980,7 +39980,7 @@ $ fq -d fit dv activity_dev.fit 0xac90| 00 | . | reserved: false 0xac99.3-0xac99.4 (0.1) 0xac90| 00 | . | local_message_type: 0 0xac99.4-0xac9a (0.4) | | | data_message{}: 0xac9a-0xacab (17) -0xac90| 6a 76 b5 39 | jv.9 | timestamp: 968193642 (s) 0xac9a-0xac9e (4) +0xac90| 6a 76 b5 39 | jv.9 | timestamp: 968193642 (2020-09-04T22:40:42Z) 0xac9a-0xac9e (4) 0xac90| 58 b8| X.| distance: 2438 (243800) (m) 0xac9e-0xaca2 (4) 0xaca0|03 00 |.. | 0xaca0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaca2-0xaca4 (2) @@ -39997,7 +39997,7 @@ $ fq -d fit dv activity_dev.fit 0xaca0| 00 | . | reserved: false 0xacab.3-0xacab.4 (0.1) 0xaca0| 00 | . | local_message_type: 0 0xacab.4-0xacac (0.4) | | | data_message{}: 0xacac-0xacbd (17) -0xaca0| 6b 76 b5 39| kv.9| timestamp: 968193643 (s) 0xacac-0xacb0 (4) +0xaca0| 6b 76 b5 39| kv.9| timestamp: 968193643 (2020-09-04T22:40:43Z) 0xacac-0xacb0 (4) 0xacb0|bc b8 03 00 |.... | distance: 2439 (243900) (m) 0xacb0-0xacb4 (4) 0xacb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xacb4-0xacb6 (2) 0xacb0| cf | . | heart_rate: 207 (bpm) 0xacb6-0xacb7 (1) @@ -40013,7 +40013,7 @@ $ fq -d fit dv activity_dev.fit 0xacb0| 00 | . | reserved: false 0xacbd.3-0xacbd.4 (0.1) 0xacb0| 00 | . | local_message_type: 0 0xacbd.4-0xacbe (0.4) | | | data_message{}: 0xacbe-0xaccf (17) -0xacb0| 6c 76| lv| timestamp: 968193644 (s) 0xacbe-0xacc2 (4) +0xacb0| 6c 76| lv| timestamp: 968193644 (2020-09-04T22:40:44Z) 0xacbe-0xacc2 (4) 0xacc0|b5 39 |.9 | 0xacc0| 20 b9 03 00 | ... | distance: 2440 (244000) (m) 0xacc2-0xacc6 (4) 0xacc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xacc6-0xacc8 (2) @@ -40030,7 +40030,7 @@ $ fq -d fit dv activity_dev.fit 0xacc0| 00| .| reserved: false 0xaccf.3-0xaccf.4 (0.1) 0xacc0| 00| .| local_message_type: 0 0xaccf.4-0xacd0 (0.4) | | | data_message{}: 0xacd0-0xace1 (17) -0xacd0|6d 76 b5 39 |mv.9 | timestamp: 968193645 (s) 0xacd0-0xacd4 (4) +0xacd0|6d 76 b5 39 |mv.9 | timestamp: 968193645 (2020-09-04T22:40:45Z) 0xacd0-0xacd4 (4) 0xacd0| 84 b9 03 00 | .... | distance: 2441 (244100) (m) 0xacd4-0xacd8 (4) 0xacd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xacd8-0xacda (2) 0xacd0| c3 | . | heart_rate: 195 (bpm) 0xacda-0xacdb (1) @@ -40046,7 +40046,7 @@ $ fq -d fit dv activity_dev.fit 0xace0| 00 | . | reserved: false 0xace1.3-0xace1.4 (0.1) 0xace0| 00 | . | local_message_type: 0 0xace1.4-0xace2 (0.4) | | | data_message{}: 0xace2-0xacf3 (17) -0xace0| 6e 76 b5 39 | nv.9 | timestamp: 968193646 (s) 0xace2-0xace6 (4) +0xace0| 6e 76 b5 39 | nv.9 | timestamp: 968193646 (2020-09-04T22:40:46Z) 0xace2-0xace6 (4) 0xace0| e8 b9 03 00 | .... | distance: 2442 (244200) (m) 0xace6-0xacea (4) 0xace0| e8 03 | .. | speed: 1 (1000) (m/s) 0xacea-0xacec (2) 0xace0| bc | . | heart_rate: 188 (bpm) 0xacec-0xaced (1) @@ -40062,7 +40062,7 @@ $ fq -d fit dv activity_dev.fit 0xacf0| 00 | . | reserved: false 0xacf3.3-0xacf3.4 (0.1) 0xacf0| 00 | . | local_message_type: 0 0xacf3.4-0xacf4 (0.4) | | | data_message{}: 0xacf4-0xad05 (17) -0xacf0| 6f 76 b5 39 | ov.9 | timestamp: 968193647 (s) 0xacf4-0xacf8 (4) +0xacf0| 6f 76 b5 39 | ov.9 | timestamp: 968193647 (2020-09-04T22:40:47Z) 0xacf4-0xacf8 (4) 0xacf0| 4c ba 03 00 | L... | distance: 2443 (244300) (m) 0xacf8-0xacfc (4) 0xacf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xacfc-0xacfe (2) 0xacf0| b5 | . | heart_rate: 181 (bpm) 0xacfe-0xacff (1) @@ -40078,7 +40078,7 @@ $ fq -d fit dv activity_dev.fit 0xad00| 00 | . | reserved: false 0xad05.3-0xad05.4 (0.1) 0xad00| 00 | . | local_message_type: 0 0xad05.4-0xad06 (0.4) | | | data_message{}: 0xad06-0xad17 (17) -0xad00| 70 76 b5 39 | pv.9 | timestamp: 968193648 (s) 0xad06-0xad0a (4) +0xad00| 70 76 b5 39 | pv.9 | timestamp: 968193648 (2020-09-04T22:40:48Z) 0xad06-0xad0a (4) 0xad00| b0 ba 03 00 | .... | distance: 2444 (244400) (m) 0xad0a-0xad0e (4) 0xad00| e8 03| ..| speed: 1 (1000) (m/s) 0xad0e-0xad10 (2) 0xad10|ad |. | heart_rate: 173 (bpm) 0xad10-0xad11 (1) @@ -40094,7 +40094,7 @@ $ fq -d fit dv activity_dev.fit 0xad10| 00 | . | reserved: false 0xad17.3-0xad17.4 (0.1) 0xad10| 00 | . | local_message_type: 0 0xad17.4-0xad18 (0.4) | | | data_message{}: 0xad18-0xad29 (17) -0xad10| 71 76 b5 39 | qv.9 | timestamp: 968193649 (s) 0xad18-0xad1c (4) +0xad10| 71 76 b5 39 | qv.9 | timestamp: 968193649 (2020-09-04T22:40:49Z) 0xad18-0xad1c (4) 0xad10| 14 bb 03 00| ....| distance: 2445 (244500) (m) 0xad1c-0xad20 (4) 0xad20|e8 03 |.. | speed: 1 (1000) (m/s) 0xad20-0xad22 (2) 0xad20| a6 | . | heart_rate: 166 (bpm) 0xad22-0xad23 (1) @@ -40110,7 +40110,7 @@ $ fq -d fit dv activity_dev.fit 0xad20| 00 | . | reserved: false 0xad29.3-0xad29.4 (0.1) 0xad20| 00 | . | local_message_type: 0 0xad29.4-0xad2a (0.4) | | | data_message{}: 0xad2a-0xad3b (17) -0xad20| 72 76 b5 39 | rv.9 | timestamp: 968193650 (s) 0xad2a-0xad2e (4) +0xad20| 72 76 b5 39 | rv.9 | timestamp: 968193650 (2020-09-04T22:40:50Z) 0xad2a-0xad2e (4) 0xad20| 78 bb| x.| distance: 2446 (244600) (m) 0xad2e-0xad32 (4) 0xad30|03 00 |.. | 0xad30| e8 03 | .. | speed: 1 (1000) (m/s) 0xad32-0xad34 (2) @@ -40127,7 +40127,7 @@ $ fq -d fit dv activity_dev.fit 0xad30| 00 | . | reserved: false 0xad3b.3-0xad3b.4 (0.1) 0xad30| 00 | . | local_message_type: 0 0xad3b.4-0xad3c (0.4) | | | data_message{}: 0xad3c-0xad4d (17) -0xad30| 73 76 b5 39| sv.9| timestamp: 968193651 (s) 0xad3c-0xad40 (4) +0xad30| 73 76 b5 39| sv.9| timestamp: 968193651 (2020-09-04T22:40:51Z) 0xad3c-0xad40 (4) 0xad40|dc bb 03 00 |.... | distance: 2447 (244700) (m) 0xad40-0xad44 (4) 0xad40| e8 03 | .. | speed: 1 (1000) (m/s) 0xad44-0xad46 (2) 0xad40| 96 | . | heart_rate: 150 (bpm) 0xad46-0xad47 (1) @@ -40143,7 +40143,7 @@ $ fq -d fit dv activity_dev.fit 0xad40| 00 | . | reserved: false 0xad4d.3-0xad4d.4 (0.1) 0xad40| 00 | . | local_message_type: 0 0xad4d.4-0xad4e (0.4) | | | data_message{}: 0xad4e-0xad5f (17) -0xad40| 74 76| tv| timestamp: 968193652 (s) 0xad4e-0xad52 (4) +0xad40| 74 76| tv| timestamp: 968193652 (2020-09-04T22:40:52Z) 0xad4e-0xad52 (4) 0xad50|b5 39 |.9 | 0xad50| 40 bc 03 00 | @... | distance: 2448 (244800) (m) 0xad52-0xad56 (4) 0xad50| e8 03 | .. | speed: 1 (1000) (m/s) 0xad56-0xad58 (2) @@ -40160,7 +40160,7 @@ $ fq -d fit dv activity_dev.fit 0xad50| 00| .| reserved: false 0xad5f.3-0xad5f.4 (0.1) 0xad50| 00| .| local_message_type: 0 0xad5f.4-0xad60 (0.4) | | | data_message{}: 0xad60-0xad71 (17) -0xad60|75 76 b5 39 |uv.9 | timestamp: 968193653 (s) 0xad60-0xad64 (4) +0xad60|75 76 b5 39 |uv.9 | timestamp: 968193653 (2020-09-04T22:40:53Z) 0xad60-0xad64 (4) 0xad60| a4 bc 03 00 | .... | distance: 2449 (244900) (m) 0xad64-0xad68 (4) 0xad60| e8 03 | .. | speed: 1 (1000) (m/s) 0xad68-0xad6a (2) 0xad60| 86 | . | heart_rate: 134 (bpm) 0xad6a-0xad6b (1) @@ -40176,7 +40176,7 @@ $ fq -d fit dv activity_dev.fit 0xad70| 00 | . | reserved: false 0xad71.3-0xad71.4 (0.1) 0xad70| 00 | . | local_message_type: 0 0xad71.4-0xad72 (0.4) | | | data_message{}: 0xad72-0xad83 (17) -0xad70| 76 76 b5 39 | vv.9 | timestamp: 968193654 (s) 0xad72-0xad76 (4) +0xad70| 76 76 b5 39 | vv.9 | timestamp: 968193654 (2020-09-04T22:40:54Z) 0xad72-0xad76 (4) 0xad70| 08 bd 03 00 | .... | distance: 2450 (245000) (m) 0xad76-0xad7a (4) 0xad70| e8 03 | .. | speed: 1 (1000) (m/s) 0xad7a-0xad7c (2) 0xad70| 7f | . | heart_rate: 127 (bpm) 0xad7c-0xad7d (1) @@ -40192,7 +40192,7 @@ $ fq -d fit dv activity_dev.fit 0xad80| 00 | . | reserved: false 0xad83.3-0xad83.4 (0.1) 0xad80| 00 | . | local_message_type: 0 0xad83.4-0xad84 (0.4) | | | data_message{}: 0xad84-0xad95 (17) -0xad80| 77 76 b5 39 | wv.9 | timestamp: 968193655 (s) 0xad84-0xad88 (4) +0xad80| 77 76 b5 39 | wv.9 | timestamp: 968193655 (2020-09-04T22:40:55Z) 0xad84-0xad88 (4) 0xad80| 6c bd 03 00 | l... | distance: 2451 (245100) (m) 0xad88-0xad8c (4) 0xad80| e8 03 | .. | speed: 1 (1000) (m/s) 0xad8c-0xad8e (2) 0xad80| 77 | w | heart_rate: 119 (bpm) 0xad8e-0xad8f (1) @@ -40208,7 +40208,7 @@ $ fq -d fit dv activity_dev.fit 0xad90| 00 | . | reserved: false 0xad95.3-0xad95.4 (0.1) 0xad90| 00 | . | local_message_type: 0 0xad95.4-0xad96 (0.4) | | | data_message{}: 0xad96-0xada7 (17) -0xad90| 78 76 b5 39 | xv.9 | timestamp: 968193656 (s) 0xad96-0xad9a (4) +0xad90| 78 76 b5 39 | xv.9 | timestamp: 968193656 (2020-09-04T22:40:56Z) 0xad96-0xad9a (4) 0xad90| d0 bd 03 00 | .... | distance: 2452 (245200) (m) 0xad9a-0xad9e (4) 0xad90| e8 03| ..| speed: 1 (1000) (m/s) 0xad9e-0xada0 (2) 0xada0|6f |o | heart_rate: 111 (bpm) 0xada0-0xada1 (1) @@ -40224,7 +40224,7 @@ $ fq -d fit dv activity_dev.fit 0xada0| 00 | . | reserved: false 0xada7.3-0xada7.4 (0.1) 0xada0| 00 | . | local_message_type: 0 0xada7.4-0xada8 (0.4) | | | data_message{}: 0xada8-0xadb9 (17) -0xada0| 79 76 b5 39 | yv.9 | timestamp: 968193657 (s) 0xada8-0xadac (4) +0xada0| 79 76 b5 39 | yv.9 | timestamp: 968193657 (2020-09-04T22:40:57Z) 0xada8-0xadac (4) 0xada0| 34 be 03 00| 4...| distance: 2453 (245300) (m) 0xadac-0xadb0 (4) 0xadb0|e8 03 |.. | speed: 1 (1000) (m/s) 0xadb0-0xadb2 (2) 0xadb0| 67 | g | heart_rate: 103 (bpm) 0xadb2-0xadb3 (1) @@ -40240,7 +40240,7 @@ $ fq -d fit dv activity_dev.fit 0xadb0| 00 | . | reserved: false 0xadb9.3-0xadb9.4 (0.1) 0xadb0| 00 | . | local_message_type: 0 0xadb9.4-0xadba (0.4) | | | data_message{}: 0xadba-0xadcb (17) -0xadb0| 7a 76 b5 39 | zv.9 | timestamp: 968193658 (s) 0xadba-0xadbe (4) +0xadb0| 7a 76 b5 39 | zv.9 | timestamp: 968193658 (2020-09-04T22:40:58Z) 0xadba-0xadbe (4) 0xadb0| 98 be| ..| distance: 2454 (245400) (m) 0xadbe-0xadc2 (4) 0xadc0|03 00 |.. | 0xadc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xadc2-0xadc4 (2) @@ -40257,7 +40257,7 @@ $ fq -d fit dv activity_dev.fit 0xadc0| 00 | . | reserved: false 0xadcb.3-0xadcb.4 (0.1) 0xadc0| 00 | . | local_message_type: 0 0xadcb.4-0xadcc (0.4) | | | data_message{}: 0xadcc-0xaddd (17) -0xadc0| 7b 76 b5 39| {v.9| timestamp: 968193659 (s) 0xadcc-0xadd0 (4) +0xadc0| 7b 76 b5 39| {v.9| timestamp: 968193659 (2020-09-04T22:40:59Z) 0xadcc-0xadd0 (4) 0xadd0|fc be 03 00 |.... | distance: 2455 (245500) (m) 0xadd0-0xadd4 (4) 0xadd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xadd4-0xadd6 (2) 0xadd0| 57 | W | heart_rate: 87 (bpm) 0xadd6-0xadd7 (1) @@ -40273,7 +40273,7 @@ $ fq -d fit dv activity_dev.fit 0xadd0| 00 | . | reserved: false 0xaddd.3-0xaddd.4 (0.1) 0xadd0| 00 | . | local_message_type: 0 0xaddd.4-0xadde (0.4) | | | data_message{}: 0xadde-0xadef (17) -0xadd0| 7c 76| |v| timestamp: 968193660 (s) 0xadde-0xade2 (4) +0xadd0| 7c 76| |v| timestamp: 968193660 (2020-09-04T22:41:00Z) 0xadde-0xade2 (4) 0xade0|b5 39 |.9 | 0xade0| 60 bf 03 00 | `... | distance: 2456 (245600) (m) 0xade2-0xade6 (4) 0xade0| e8 03 | .. | speed: 1 (1000) (m/s) 0xade6-0xade8 (2) @@ -40290,7 +40290,7 @@ $ fq -d fit dv activity_dev.fit 0xade0| 00| .| reserved: false 0xadef.3-0xadef.4 (0.1) 0xade0| 00| .| local_message_type: 0 0xadef.4-0xadf0 (0.4) | | | data_message{}: 0xadf0-0xae01 (17) -0xadf0|7d 76 b5 39 |}v.9 | timestamp: 968193661 (s) 0xadf0-0xadf4 (4) +0xadf0|7d 76 b5 39 |}v.9 | timestamp: 968193661 (2020-09-04T22:41:01Z) 0xadf0-0xadf4 (4) 0xadf0| c4 bf 03 00 | .... | distance: 2457 (245700) (m) 0xadf4-0xadf8 (4) 0xadf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xadf8-0xadfa (2) 0xadf0| 48 | H | heart_rate: 72 (bpm) 0xadfa-0xadfb (1) @@ -40306,7 +40306,7 @@ $ fq -d fit dv activity_dev.fit 0xae00| 00 | . | reserved: false 0xae01.3-0xae01.4 (0.1) 0xae00| 00 | . | local_message_type: 0 0xae01.4-0xae02 (0.4) | | | data_message{}: 0xae02-0xae13 (17) -0xae00| 7e 76 b5 39 | ~v.9 | timestamp: 968193662 (s) 0xae02-0xae06 (4) +0xae00| 7e 76 b5 39 | ~v.9 | timestamp: 968193662 (2020-09-04T22:41:02Z) 0xae02-0xae06 (4) 0xae00| 28 c0 03 00 | (... | distance: 2458 (245800) (m) 0xae06-0xae0a (4) 0xae00| e8 03 | .. | speed: 1 (1000) (m/s) 0xae0a-0xae0c (2) 0xae00| 41 | A | heart_rate: 65 (bpm) 0xae0c-0xae0d (1) @@ -40322,7 +40322,7 @@ $ fq -d fit dv activity_dev.fit 0xae10| 00 | . | reserved: false 0xae13.3-0xae13.4 (0.1) 0xae10| 00 | . | local_message_type: 0 0xae13.4-0xae14 (0.4) | | | data_message{}: 0xae14-0xae25 (17) -0xae10| 7f 76 b5 39 | .v.9 | timestamp: 968193663 (s) 0xae14-0xae18 (4) +0xae10| 7f 76 b5 39 | .v.9 | timestamp: 968193663 (2020-09-04T22:41:03Z) 0xae14-0xae18 (4) 0xae10| 8c c0 03 00 | .... | distance: 2459 (245900) (m) 0xae18-0xae1c (4) 0xae10| e8 03 | .. | speed: 1 (1000) (m/s) 0xae1c-0xae1e (2) 0xae10| 3a | : | heart_rate: 58 (bpm) 0xae1e-0xae1f (1) @@ -40338,7 +40338,7 @@ $ fq -d fit dv activity_dev.fit 0xae20| 00 | . | reserved: false 0xae25.3-0xae25.4 (0.1) 0xae20| 00 | . | local_message_type: 0 0xae25.4-0xae26 (0.4) | | | data_message{}: 0xae26-0xae37 (17) -0xae20| 80 76 b5 39 | .v.9 | timestamp: 968193664 (s) 0xae26-0xae2a (4) +0xae20| 80 76 b5 39 | .v.9 | timestamp: 968193664 (2020-09-04T22:41:04Z) 0xae26-0xae2a (4) 0xae20| f0 c0 03 00 | .... | distance: 2460 (246000) (m) 0xae2a-0xae2e (4) 0xae20| e8 03| ..| speed: 1 (1000) (m/s) 0xae2e-0xae30 (2) 0xae30|34 |4 | heart_rate: 52 (bpm) 0xae30-0xae31 (1) @@ -40354,7 +40354,7 @@ $ fq -d fit dv activity_dev.fit 0xae30| 00 | . | reserved: false 0xae37.3-0xae37.4 (0.1) 0xae30| 00 | . | local_message_type: 0 0xae37.4-0xae38 (0.4) | | | data_message{}: 0xae38-0xae49 (17) -0xae30| 81 76 b5 39 | .v.9 | timestamp: 968193665 (s) 0xae38-0xae3c (4) +0xae30| 81 76 b5 39 | .v.9 | timestamp: 968193665 (2020-09-04T22:41:05Z) 0xae38-0xae3c (4) 0xae30| 54 c1 03 00| T...| distance: 2461 (246100) (m) 0xae3c-0xae40 (4) 0xae40|e8 03 |.. | speed: 1 (1000) (m/s) 0xae40-0xae42 (2) 0xae40| 2e | . | heart_rate: 46 (bpm) 0xae42-0xae43 (1) @@ -40370,7 +40370,7 @@ $ fq -d fit dv activity_dev.fit 0xae40| 00 | . | reserved: false 0xae49.3-0xae49.4 (0.1) 0xae40| 00 | . | local_message_type: 0 0xae49.4-0xae4a (0.4) | | | data_message{}: 0xae4a-0xae5b (17) -0xae40| 82 76 b5 39 | .v.9 | timestamp: 968193666 (s) 0xae4a-0xae4e (4) +0xae40| 82 76 b5 39 | .v.9 | timestamp: 968193666 (2020-09-04T22:41:06Z) 0xae4a-0xae4e (4) 0xae40| b8 c1| ..| distance: 2462 (246200) (m) 0xae4e-0xae52 (4) 0xae50|03 00 |.. | 0xae50| e8 03 | .. | speed: 1 (1000) (m/s) 0xae52-0xae54 (2) @@ -40387,7 +40387,7 @@ $ fq -d fit dv activity_dev.fit 0xae50| 00 | . | reserved: false 0xae5b.3-0xae5b.4 (0.1) 0xae50| 00 | . | local_message_type: 0 0xae5b.4-0xae5c (0.4) | | | data_message{}: 0xae5c-0xae6d (17) -0xae50| 83 76 b5 39| .v.9| timestamp: 968193667 (s) 0xae5c-0xae60 (4) +0xae50| 83 76 b5 39| .v.9| timestamp: 968193667 (2020-09-04T22:41:07Z) 0xae5c-0xae60 (4) 0xae60|1c c2 03 00 |.... | distance: 2463 (246300) (m) 0xae60-0xae64 (4) 0xae60| e8 03 | .. | speed: 1 (1000) (m/s) 0xae64-0xae66 (2) 0xae60| 22 | " | heart_rate: 34 (bpm) 0xae66-0xae67 (1) @@ -40403,7 +40403,7 @@ $ fq -d fit dv activity_dev.fit 0xae60| 00 | . | reserved: false 0xae6d.3-0xae6d.4 (0.1) 0xae60| 00 | . | local_message_type: 0 0xae6d.4-0xae6e (0.4) | | | data_message{}: 0xae6e-0xae7f (17) -0xae60| 84 76| .v| timestamp: 968193668 (s) 0xae6e-0xae72 (4) +0xae60| 84 76| .v| timestamp: 968193668 (2020-09-04T22:41:08Z) 0xae6e-0xae72 (4) 0xae70|b5 39 |.9 | 0xae70| 80 c2 03 00 | .... | distance: 2464 (246400) (m) 0xae72-0xae76 (4) 0xae70| e8 03 | .. | speed: 1 (1000) (m/s) 0xae76-0xae78 (2) @@ -40420,7 +40420,7 @@ $ fq -d fit dv activity_dev.fit 0xae70| 00| .| reserved: false 0xae7f.3-0xae7f.4 (0.1) 0xae70| 00| .| local_message_type: 0 0xae7f.4-0xae80 (0.4) | | | data_message{}: 0xae80-0xae91 (17) -0xae80|85 76 b5 39 |.v.9 | timestamp: 968193669 (s) 0xae80-0xae84 (4) +0xae80|85 76 b5 39 |.v.9 | timestamp: 968193669 (2020-09-04T22:41:09Z) 0xae80-0xae84 (4) 0xae80| e4 c2 03 00 | .... | distance: 2465 (246500) (m) 0xae84-0xae88 (4) 0xae80| e8 03 | .. | speed: 1 (1000) (m/s) 0xae88-0xae8a (2) 0xae80| 18 | . | heart_rate: 24 (bpm) 0xae8a-0xae8b (1) @@ -40436,7 +40436,7 @@ $ fq -d fit dv activity_dev.fit 0xae90| 00 | . | reserved: false 0xae91.3-0xae91.4 (0.1) 0xae90| 00 | . | local_message_type: 0 0xae91.4-0xae92 (0.4) | | | data_message{}: 0xae92-0xaea3 (17) -0xae90| 86 76 b5 39 | .v.9 | timestamp: 968193670 (s) 0xae92-0xae96 (4) +0xae90| 86 76 b5 39 | .v.9 | timestamp: 968193670 (2020-09-04T22:41:10Z) 0xae92-0xae96 (4) 0xae90| 48 c3 03 00 | H... | distance: 2466 (246600) (m) 0xae96-0xae9a (4) 0xae90| e8 03 | .. | speed: 1 (1000) (m/s) 0xae9a-0xae9c (2) 0xae90| 13 | . | heart_rate: 19 (bpm) 0xae9c-0xae9d (1) @@ -40452,7 +40452,7 @@ $ fq -d fit dv activity_dev.fit 0xaea0| 00 | . | reserved: false 0xaea3.3-0xaea3.4 (0.1) 0xaea0| 00 | . | local_message_type: 0 0xaea3.4-0xaea4 (0.4) | | | data_message{}: 0xaea4-0xaeb5 (17) -0xaea0| 87 76 b5 39 | .v.9 | timestamp: 968193671 (s) 0xaea4-0xaea8 (4) +0xaea0| 87 76 b5 39 | .v.9 | timestamp: 968193671 (2020-09-04T22:41:11Z) 0xaea4-0xaea8 (4) 0xaea0| ac c3 03 00 | .... | distance: 2467 (246700) (m) 0xaea8-0xaeac (4) 0xaea0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaeac-0xaeae (2) 0xaea0| 0f | . | heart_rate: 15 (bpm) 0xaeae-0xaeaf (1) @@ -40468,7 +40468,7 @@ $ fq -d fit dv activity_dev.fit 0xaeb0| 00 | . | reserved: false 0xaeb5.3-0xaeb5.4 (0.1) 0xaeb0| 00 | . | local_message_type: 0 0xaeb5.4-0xaeb6 (0.4) | | | data_message{}: 0xaeb6-0xaec7 (17) -0xaeb0| 88 76 b5 39 | .v.9 | timestamp: 968193672 (s) 0xaeb6-0xaeba (4) +0xaeb0| 88 76 b5 39 | .v.9 | timestamp: 968193672 (2020-09-04T22:41:12Z) 0xaeb6-0xaeba (4) 0xaeb0| 10 c4 03 00 | .... | distance: 2468 (246800) (m) 0xaeba-0xaebe (4) 0xaeb0| e8 03| ..| speed: 1 (1000) (m/s) 0xaebe-0xaec0 (2) 0xaec0|0c |. | heart_rate: 12 (bpm) 0xaec0-0xaec1 (1) @@ -40484,7 +40484,7 @@ $ fq -d fit dv activity_dev.fit 0xaec0| 00 | . | reserved: false 0xaec7.3-0xaec7.4 (0.1) 0xaec0| 00 | . | local_message_type: 0 0xaec7.4-0xaec8 (0.4) | | | data_message{}: 0xaec8-0xaed9 (17) -0xaec0| 89 76 b5 39 | .v.9 | timestamp: 968193673 (s) 0xaec8-0xaecc (4) +0xaec0| 89 76 b5 39 | .v.9 | timestamp: 968193673 (2020-09-04T22:41:13Z) 0xaec8-0xaecc (4) 0xaec0| 74 c4 03 00| t...| distance: 2469 (246900) (m) 0xaecc-0xaed0 (4) 0xaed0|e8 03 |.. | speed: 1 (1000) (m/s) 0xaed0-0xaed2 (2) 0xaed0| 08 | . | heart_rate: 8 (bpm) 0xaed2-0xaed3 (1) @@ -40500,7 +40500,7 @@ $ fq -d fit dv activity_dev.fit 0xaed0| 00 | . | reserved: false 0xaed9.3-0xaed9.4 (0.1) 0xaed0| 00 | . | local_message_type: 0 0xaed9.4-0xaeda (0.4) | | | data_message{}: 0xaeda-0xaeeb (17) -0xaed0| 8a 76 b5 39 | .v.9 | timestamp: 968193674 (s) 0xaeda-0xaede (4) +0xaed0| 8a 76 b5 39 | .v.9 | timestamp: 968193674 (2020-09-04T22:41:14Z) 0xaeda-0xaede (4) 0xaed0| d8 c4| ..| distance: 2470 (247000) (m) 0xaede-0xaee2 (4) 0xaee0|03 00 |.. | 0xaee0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaee2-0xaee4 (2) @@ -40517,7 +40517,7 @@ $ fq -d fit dv activity_dev.fit 0xaee0| 00 | . | reserved: false 0xaeeb.3-0xaeeb.4 (0.1) 0xaee0| 00 | . | local_message_type: 0 0xaeeb.4-0xaeec (0.4) | | | data_message{}: 0xaeec-0xaefd (17) -0xaee0| 8b 76 b5 39| .v.9| timestamp: 968193675 (s) 0xaeec-0xaef0 (4) +0xaee0| 8b 76 b5 39| .v.9| timestamp: 968193675 (2020-09-04T22:41:15Z) 0xaeec-0xaef0 (4) 0xaef0|3c c5 03 00 |<... | distance: 2471 (247100) (m) 0xaef0-0xaef4 (4) 0xaef0| e8 03 | .. | speed: 1 (1000) (m/s) 0xaef4-0xaef6 (2) 0xaef0| 03 | . | heart_rate: 3 (bpm) 0xaef6-0xaef7 (1) @@ -40533,7 +40533,7 @@ $ fq -d fit dv activity_dev.fit 0xaef0| 00 | . | reserved: false 0xaefd.3-0xaefd.4 (0.1) 0xaef0| 00 | . | local_message_type: 0 0xaefd.4-0xaefe (0.4) | | | data_message{}: 0xaefe-0xaf0f (17) -0xaef0| 8c 76| .v| timestamp: 968193676 (s) 0xaefe-0xaf02 (4) +0xaef0| 8c 76| .v| timestamp: 968193676 (2020-09-04T22:41:16Z) 0xaefe-0xaf02 (4) 0xaf00|b5 39 |.9 | 0xaf00| a0 c5 03 00 | .... | distance: 2472 (247200) (m) 0xaf02-0xaf06 (4) 0xaf00| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf06-0xaf08 (2) @@ -40550,7 +40550,7 @@ $ fq -d fit dv activity_dev.fit 0xaf00| 00| .| reserved: false 0xaf0f.3-0xaf0f.4 (0.1) 0xaf00| 00| .| local_message_type: 0 0xaf0f.4-0xaf10 (0.4) | | | data_message{}: 0xaf10-0xaf21 (17) -0xaf10|8d 76 b5 39 |.v.9 | timestamp: 968193677 (s) 0xaf10-0xaf14 (4) +0xaf10|8d 76 b5 39 |.v.9 | timestamp: 968193677 (2020-09-04T22:41:17Z) 0xaf10-0xaf14 (4) 0xaf10| 04 c6 03 00 | .... | distance: 2473 (247300) (m) 0xaf14-0xaf18 (4) 0xaf10| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf18-0xaf1a (2) 0xaf10| 01 | . | heart_rate: 1 (bpm) 0xaf1a-0xaf1b (1) @@ -40566,7 +40566,7 @@ $ fq -d fit dv activity_dev.fit 0xaf20| 00 | . | reserved: false 0xaf21.3-0xaf21.4 (0.1) 0xaf20| 00 | . | local_message_type: 0 0xaf21.4-0xaf22 (0.4) | | | data_message{}: 0xaf22-0xaf33 (17) -0xaf20| 8e 76 b5 39 | .v.9 | timestamp: 968193678 (s) 0xaf22-0xaf26 (4) +0xaf20| 8e 76 b5 39 | .v.9 | timestamp: 968193678 (2020-09-04T22:41:18Z) 0xaf22-0xaf26 (4) 0xaf20| 68 c6 03 00 | h... | distance: 2474 (247400) (m) 0xaf26-0xaf2a (4) 0xaf20| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf2a-0xaf2c (2) 0xaf20| 00 | . | heart_rate: 0 (bpm) 0xaf2c-0xaf2d (1) @@ -40582,7 +40582,7 @@ $ fq -d fit dv activity_dev.fit 0xaf30| 00 | . | reserved: false 0xaf33.3-0xaf33.4 (0.1) 0xaf30| 00 | . | local_message_type: 0 0xaf33.4-0xaf34 (0.4) | | | data_message{}: 0xaf34-0xaf45 (17) -0xaf30| 8f 76 b5 39 | .v.9 | timestamp: 968193679 (s) 0xaf34-0xaf38 (4) +0xaf30| 8f 76 b5 39 | .v.9 | timestamp: 968193679 (2020-09-04T22:41:19Z) 0xaf34-0xaf38 (4) 0xaf30| cc c6 03 00 | .... | distance: 2475 (247500) (m) 0xaf38-0xaf3c (4) 0xaf30| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf3c-0xaf3e (2) 0xaf30| 00 | . | heart_rate: 0 (bpm) 0xaf3e-0xaf3f (1) @@ -40598,7 +40598,7 @@ $ fq -d fit dv activity_dev.fit 0xaf40| 00 | . | reserved: false 0xaf45.3-0xaf45.4 (0.1) 0xaf40| 00 | . | local_message_type: 0 0xaf45.4-0xaf46 (0.4) | | | data_message{}: 0xaf46-0xaf57 (17) -0xaf40| 90 76 b5 39 | .v.9 | timestamp: 968193680 (s) 0xaf46-0xaf4a (4) +0xaf40| 90 76 b5 39 | .v.9 | timestamp: 968193680 (2020-09-04T22:41:20Z) 0xaf46-0xaf4a (4) 0xaf40| 30 c7 03 00 | 0... | distance: 2476 (247600) (m) 0xaf4a-0xaf4e (4) 0xaf40| e8 03| ..| speed: 1 (1000) (m/s) 0xaf4e-0xaf50 (2) 0xaf50|00 |. | heart_rate: 0 (bpm) 0xaf50-0xaf51 (1) @@ -40614,7 +40614,7 @@ $ fq -d fit dv activity_dev.fit 0xaf50| 00 | . | reserved: false 0xaf57.3-0xaf57.4 (0.1) 0xaf50| 00 | . | local_message_type: 0 0xaf57.4-0xaf58 (0.4) | | | data_message{}: 0xaf58-0xaf69 (17) -0xaf50| 91 76 b5 39 | .v.9 | timestamp: 968193681 (s) 0xaf58-0xaf5c (4) +0xaf50| 91 76 b5 39 | .v.9 | timestamp: 968193681 (2020-09-04T22:41:21Z) 0xaf58-0xaf5c (4) 0xaf50| 94 c7 03 00| ....| distance: 2477 (247700) (m) 0xaf5c-0xaf60 (4) 0xaf60|e8 03 |.. | speed: 1 (1000) (m/s) 0xaf60-0xaf62 (2) 0xaf60| 01 | . | heart_rate: 1 (bpm) 0xaf62-0xaf63 (1) @@ -40630,7 +40630,7 @@ $ fq -d fit dv activity_dev.fit 0xaf60| 00 | . | reserved: false 0xaf69.3-0xaf69.4 (0.1) 0xaf60| 00 | . | local_message_type: 0 0xaf69.4-0xaf6a (0.4) | | | data_message{}: 0xaf6a-0xaf7b (17) -0xaf60| 92 76 b5 39 | .v.9 | timestamp: 968193682 (s) 0xaf6a-0xaf6e (4) +0xaf60| 92 76 b5 39 | .v.9 | timestamp: 968193682 (2020-09-04T22:41:22Z) 0xaf6a-0xaf6e (4) 0xaf60| f8 c7| ..| distance: 2478 (247800) (m) 0xaf6e-0xaf72 (4) 0xaf70|03 00 |.. | 0xaf70| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf72-0xaf74 (2) @@ -40647,7 +40647,7 @@ $ fq -d fit dv activity_dev.fit 0xaf70| 00 | . | reserved: false 0xaf7b.3-0xaf7b.4 (0.1) 0xaf70| 00 | . | local_message_type: 0 0xaf7b.4-0xaf7c (0.4) | | | data_message{}: 0xaf7c-0xaf8d (17) -0xaf70| 93 76 b5 39| .v.9| timestamp: 968193683 (s) 0xaf7c-0xaf80 (4) +0xaf70| 93 76 b5 39| .v.9| timestamp: 968193683 (2020-09-04T22:41:23Z) 0xaf7c-0xaf80 (4) 0xaf80|5c c8 03 00 |\... | distance: 2479 (247900) (m) 0xaf80-0xaf84 (4) 0xaf80| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf84-0xaf86 (2) 0xaf80| 03 | . | heart_rate: 3 (bpm) 0xaf86-0xaf87 (1) @@ -40663,7 +40663,7 @@ $ fq -d fit dv activity_dev.fit 0xaf80| 00 | . | reserved: false 0xaf8d.3-0xaf8d.4 (0.1) 0xaf80| 00 | . | local_message_type: 0 0xaf8d.4-0xaf8e (0.4) | | | data_message{}: 0xaf8e-0xaf9f (17) -0xaf80| 94 76| .v| timestamp: 968193684 (s) 0xaf8e-0xaf92 (4) +0xaf80| 94 76| .v| timestamp: 968193684 (2020-09-04T22:41:24Z) 0xaf8e-0xaf92 (4) 0xaf90|b5 39 |.9 | 0xaf90| c0 c8 03 00 | .... | distance: 2480 (248000) (m) 0xaf92-0xaf96 (4) 0xaf90| e8 03 | .. | speed: 1 (1000) (m/s) 0xaf96-0xaf98 (2) @@ -40680,7 +40680,7 @@ $ fq -d fit dv activity_dev.fit 0xaf90| 00| .| reserved: false 0xaf9f.3-0xaf9f.4 (0.1) 0xaf90| 00| .| local_message_type: 0 0xaf9f.4-0xafa0 (0.4) | | | data_message{}: 0xafa0-0xafb1 (17) -0xafa0|95 76 b5 39 |.v.9 | timestamp: 968193685 (s) 0xafa0-0xafa4 (4) +0xafa0|95 76 b5 39 |.v.9 | timestamp: 968193685 (2020-09-04T22:41:25Z) 0xafa0-0xafa4 (4) 0xafa0| 24 c9 03 00 | $... | distance: 2481 (248100) (m) 0xafa4-0xafa8 (4) 0xafa0| e8 03 | .. | speed: 1 (1000) (m/s) 0xafa8-0xafaa (2) 0xafa0| 08 | . | heart_rate: 8 (bpm) 0xafaa-0xafab (1) @@ -40696,7 +40696,7 @@ $ fq -d fit dv activity_dev.fit 0xafb0| 00 | . | reserved: false 0xafb1.3-0xafb1.4 (0.1) 0xafb0| 00 | . | local_message_type: 0 0xafb1.4-0xafb2 (0.4) | | | data_message{}: 0xafb2-0xafc3 (17) -0xafb0| 96 76 b5 39 | .v.9 | timestamp: 968193686 (s) 0xafb2-0xafb6 (4) +0xafb0| 96 76 b5 39 | .v.9 | timestamp: 968193686 (2020-09-04T22:41:26Z) 0xafb2-0xafb6 (4) 0xafb0| 88 c9 03 00 | .... | distance: 2482 (248200) (m) 0xafb6-0xafba (4) 0xafb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xafba-0xafbc (2) 0xafb0| 0c | . | heart_rate: 12 (bpm) 0xafbc-0xafbd (1) @@ -40712,7 +40712,7 @@ $ fq -d fit dv activity_dev.fit 0xafc0| 00 | . | reserved: false 0xafc3.3-0xafc3.4 (0.1) 0xafc0| 00 | . | local_message_type: 0 0xafc3.4-0xafc4 (0.4) | | | data_message{}: 0xafc4-0xafd5 (17) -0xafc0| 97 76 b5 39 | .v.9 | timestamp: 968193687 (s) 0xafc4-0xafc8 (4) +0xafc0| 97 76 b5 39 | .v.9 | timestamp: 968193687 (2020-09-04T22:41:27Z) 0xafc4-0xafc8 (4) 0xafc0| ec c9 03 00 | .... | distance: 2483 (248300) (m) 0xafc8-0xafcc (4) 0xafc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xafcc-0xafce (2) 0xafc0| 0f | . | heart_rate: 15 (bpm) 0xafce-0xafcf (1) @@ -40728,7 +40728,7 @@ $ fq -d fit dv activity_dev.fit 0xafd0| 00 | . | reserved: false 0xafd5.3-0xafd5.4 (0.1) 0xafd0| 00 | . | local_message_type: 0 0xafd5.4-0xafd6 (0.4) | | | data_message{}: 0xafd6-0xafe7 (17) -0xafd0| 98 76 b5 39 | .v.9 | timestamp: 968193688 (s) 0xafd6-0xafda (4) +0xafd0| 98 76 b5 39 | .v.9 | timestamp: 968193688 (2020-09-04T22:41:28Z) 0xafd6-0xafda (4) 0xafd0| 50 ca 03 00 | P... | distance: 2484 (248400) (m) 0xafda-0xafde (4) 0xafd0| e8 03| ..| speed: 1 (1000) (m/s) 0xafde-0xafe0 (2) 0xafe0|13 |. | heart_rate: 19 (bpm) 0xafe0-0xafe1 (1) @@ -40744,7 +40744,7 @@ $ fq -d fit dv activity_dev.fit 0xafe0| 00 | . | reserved: false 0xafe7.3-0xafe7.4 (0.1) 0xafe0| 00 | . | local_message_type: 0 0xafe7.4-0xafe8 (0.4) | | | data_message{}: 0xafe8-0xaff9 (17) -0xafe0| 99 76 b5 39 | .v.9 | timestamp: 968193689 (s) 0xafe8-0xafec (4) +0xafe0| 99 76 b5 39 | .v.9 | timestamp: 968193689 (2020-09-04T22:41:29Z) 0xafe8-0xafec (4) 0xafe0| b4 ca 03 00| ....| distance: 2485 (248500) (m) 0xafec-0xaff0 (4) 0xaff0|e8 03 |.. | speed: 1 (1000) (m/s) 0xaff0-0xaff2 (2) 0xaff0| 18 | . | heart_rate: 24 (bpm) 0xaff2-0xaff3 (1) @@ -40760,7 +40760,7 @@ $ fq -d fit dv activity_dev.fit 0xaff0| 00 | . | reserved: false 0xaff9.3-0xaff9.4 (0.1) 0xaff0| 00 | . | local_message_type: 0 0xaff9.4-0xaffa (0.4) | | | data_message{}: 0xaffa-0xb00b (17) -0xaff0| 9a 76 b5 39 | .v.9 | timestamp: 968193690 (s) 0xaffa-0xaffe (4) +0xaff0| 9a 76 b5 39 | .v.9 | timestamp: 968193690 (2020-09-04T22:41:30Z) 0xaffa-0xaffe (4) 0xaff0| 18 cb| ..| distance: 2486 (248600) (m) 0xaffe-0xb002 (4) 0xb000|03 00 |.. | 0xb000| e8 03 | .. | speed: 1 (1000) (m/s) 0xb002-0xb004 (2) @@ -40777,7 +40777,7 @@ $ fq -d fit dv activity_dev.fit 0xb000| 00 | . | reserved: false 0xb00b.3-0xb00b.4 (0.1) 0xb000| 00 | . | local_message_type: 0 0xb00b.4-0xb00c (0.4) | | | data_message{}: 0xb00c-0xb01d (17) -0xb000| 9b 76 b5 39| .v.9| timestamp: 968193691 (s) 0xb00c-0xb010 (4) +0xb000| 9b 76 b5 39| .v.9| timestamp: 968193691 (2020-09-04T22:41:31Z) 0xb00c-0xb010 (4) 0xb010|7c cb 03 00 ||... | distance: 2487 (248700) (m) 0xb010-0xb014 (4) 0xb010| e8 03 | .. | speed: 1 (1000) (m/s) 0xb014-0xb016 (2) 0xb010| 22 | " | heart_rate: 34 (bpm) 0xb016-0xb017 (1) @@ -40793,7 +40793,7 @@ $ fq -d fit dv activity_dev.fit 0xb010| 00 | . | reserved: false 0xb01d.3-0xb01d.4 (0.1) 0xb010| 00 | . | local_message_type: 0 0xb01d.4-0xb01e (0.4) | | | data_message{}: 0xb01e-0xb02f (17) -0xb010| 9c 76| .v| timestamp: 968193692 (s) 0xb01e-0xb022 (4) +0xb010| 9c 76| .v| timestamp: 968193692 (2020-09-04T22:41:32Z) 0xb01e-0xb022 (4) 0xb020|b5 39 |.9 | 0xb020| e0 cb 03 00 | .... | distance: 2488 (248800) (m) 0xb022-0xb026 (4) 0xb020| e8 03 | .. | speed: 1 (1000) (m/s) 0xb026-0xb028 (2) @@ -40810,7 +40810,7 @@ $ fq -d fit dv activity_dev.fit 0xb020| 00| .| reserved: false 0xb02f.3-0xb02f.4 (0.1) 0xb020| 00| .| local_message_type: 0 0xb02f.4-0xb030 (0.4) | | | data_message{}: 0xb030-0xb041 (17) -0xb030|9d 76 b5 39 |.v.9 | timestamp: 968193693 (s) 0xb030-0xb034 (4) +0xb030|9d 76 b5 39 |.v.9 | timestamp: 968193693 (2020-09-04T22:41:33Z) 0xb030-0xb034 (4) 0xb030| 44 cc 03 00 | D... | distance: 2489 (248900) (m) 0xb034-0xb038 (4) 0xb030| e8 03 | .. | speed: 1 (1000) (m/s) 0xb038-0xb03a (2) 0xb030| 2e | . | heart_rate: 46 (bpm) 0xb03a-0xb03b (1) @@ -40826,7 +40826,7 @@ $ fq -d fit dv activity_dev.fit 0xb040| 00 | . | reserved: false 0xb041.3-0xb041.4 (0.1) 0xb040| 00 | . | local_message_type: 0 0xb041.4-0xb042 (0.4) | | | data_message{}: 0xb042-0xb053 (17) -0xb040| 9e 76 b5 39 | .v.9 | timestamp: 968193694 (s) 0xb042-0xb046 (4) +0xb040| 9e 76 b5 39 | .v.9 | timestamp: 968193694 (2020-09-04T22:41:34Z) 0xb042-0xb046 (4) 0xb040| a8 cc 03 00 | .... | distance: 2490 (249000) (m) 0xb046-0xb04a (4) 0xb040| e8 03 | .. | speed: 1 (1000) (m/s) 0xb04a-0xb04c (2) 0xb040| 34 | 4 | heart_rate: 52 (bpm) 0xb04c-0xb04d (1) @@ -40842,7 +40842,7 @@ $ fq -d fit dv activity_dev.fit 0xb050| 00 | . | reserved: false 0xb053.3-0xb053.4 (0.1) 0xb050| 00 | . | local_message_type: 0 0xb053.4-0xb054 (0.4) | | | data_message{}: 0xb054-0xb065 (17) -0xb050| 9f 76 b5 39 | .v.9 | timestamp: 968193695 (s) 0xb054-0xb058 (4) +0xb050| 9f 76 b5 39 | .v.9 | timestamp: 968193695 (2020-09-04T22:41:35Z) 0xb054-0xb058 (4) 0xb050| 0c cd 03 00 | .... | distance: 2491 (249100) (m) 0xb058-0xb05c (4) 0xb050| e8 03 | .. | speed: 1 (1000) (m/s) 0xb05c-0xb05e (2) 0xb050| 3a | : | heart_rate: 58 (bpm) 0xb05e-0xb05f (1) @@ -40858,7 +40858,7 @@ $ fq -d fit dv activity_dev.fit 0xb060| 00 | . | reserved: false 0xb065.3-0xb065.4 (0.1) 0xb060| 00 | . | local_message_type: 0 0xb065.4-0xb066 (0.4) | | | data_message{}: 0xb066-0xb077 (17) -0xb060| a0 76 b5 39 | .v.9 | timestamp: 968193696 (s) 0xb066-0xb06a (4) +0xb060| a0 76 b5 39 | .v.9 | timestamp: 968193696 (2020-09-04T22:41:36Z) 0xb066-0xb06a (4) 0xb060| 70 cd 03 00 | p... | distance: 2492 (249200) (m) 0xb06a-0xb06e (4) 0xb060| e8 03| ..| speed: 1 (1000) (m/s) 0xb06e-0xb070 (2) 0xb070|41 |A | heart_rate: 65 (bpm) 0xb070-0xb071 (1) @@ -40874,7 +40874,7 @@ $ fq -d fit dv activity_dev.fit 0xb070| 00 | . | reserved: false 0xb077.3-0xb077.4 (0.1) 0xb070| 00 | . | local_message_type: 0 0xb077.4-0xb078 (0.4) | | | data_message{}: 0xb078-0xb089 (17) -0xb070| a1 76 b5 39 | .v.9 | timestamp: 968193697 (s) 0xb078-0xb07c (4) +0xb070| a1 76 b5 39 | .v.9 | timestamp: 968193697 (2020-09-04T22:41:37Z) 0xb078-0xb07c (4) 0xb070| d4 cd 03 00| ....| distance: 2493 (249300) (m) 0xb07c-0xb080 (4) 0xb080|e8 03 |.. | speed: 1 (1000) (m/s) 0xb080-0xb082 (2) 0xb080| 48 | H | heart_rate: 72 (bpm) 0xb082-0xb083 (1) @@ -40890,7 +40890,7 @@ $ fq -d fit dv activity_dev.fit 0xb080| 00 | . | reserved: false 0xb089.3-0xb089.4 (0.1) 0xb080| 00 | . | local_message_type: 0 0xb089.4-0xb08a (0.4) | | | data_message{}: 0xb08a-0xb09b (17) -0xb080| a2 76 b5 39 | .v.9 | timestamp: 968193698 (s) 0xb08a-0xb08e (4) +0xb080| a2 76 b5 39 | .v.9 | timestamp: 968193698 (2020-09-04T22:41:38Z) 0xb08a-0xb08e (4) 0xb080| 38 ce| 8.| distance: 2494 (249400) (m) 0xb08e-0xb092 (4) 0xb090|03 00 |.. | 0xb090| e8 03 | .. | speed: 1 (1000) (m/s) 0xb092-0xb094 (2) @@ -40907,7 +40907,7 @@ $ fq -d fit dv activity_dev.fit 0xb090| 00 | . | reserved: false 0xb09b.3-0xb09b.4 (0.1) 0xb090| 00 | . | local_message_type: 0 0xb09b.4-0xb09c (0.4) | | | data_message{}: 0xb09c-0xb0ad (17) -0xb090| a3 76 b5 39| .v.9| timestamp: 968193699 (s) 0xb09c-0xb0a0 (4) +0xb090| a3 76 b5 39| .v.9| timestamp: 968193699 (2020-09-04T22:41:39Z) 0xb09c-0xb0a0 (4) 0xb0a0|9c ce 03 00 |.... | distance: 2495 (249500) (m) 0xb0a0-0xb0a4 (4) 0xb0a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb0a4-0xb0a6 (2) 0xb0a0| 57 | W | heart_rate: 87 (bpm) 0xb0a6-0xb0a7 (1) @@ -40923,7 +40923,7 @@ $ fq -d fit dv activity_dev.fit 0xb0a0| 00 | . | reserved: false 0xb0ad.3-0xb0ad.4 (0.1) 0xb0a0| 00 | . | local_message_type: 0 0xb0ad.4-0xb0ae (0.4) | | | data_message{}: 0xb0ae-0xb0bf (17) -0xb0a0| a4 76| .v| timestamp: 968193700 (s) 0xb0ae-0xb0b2 (4) +0xb0a0| a4 76| .v| timestamp: 968193700 (2020-09-04T22:41:40Z) 0xb0ae-0xb0b2 (4) 0xb0b0|b5 39 |.9 | 0xb0b0| 00 cf 03 00 | .... | distance: 2496 (249600) (m) 0xb0b2-0xb0b6 (4) 0xb0b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb0b6-0xb0b8 (2) @@ -40940,7 +40940,7 @@ $ fq -d fit dv activity_dev.fit 0xb0b0| 00| .| reserved: false 0xb0bf.3-0xb0bf.4 (0.1) 0xb0b0| 00| .| local_message_type: 0 0xb0bf.4-0xb0c0 (0.4) | | | data_message{}: 0xb0c0-0xb0d1 (17) -0xb0c0|a5 76 b5 39 |.v.9 | timestamp: 968193701 (s) 0xb0c0-0xb0c4 (4) +0xb0c0|a5 76 b5 39 |.v.9 | timestamp: 968193701 (2020-09-04T22:41:41Z) 0xb0c0-0xb0c4 (4) 0xb0c0| 64 cf 03 00 | d... | distance: 2497 (249700) (m) 0xb0c4-0xb0c8 (4) 0xb0c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb0c8-0xb0ca (2) 0xb0c0| 67 | g | heart_rate: 103 (bpm) 0xb0ca-0xb0cb (1) @@ -40956,7 +40956,7 @@ $ fq -d fit dv activity_dev.fit 0xb0d0| 00 | . | reserved: false 0xb0d1.3-0xb0d1.4 (0.1) 0xb0d0| 00 | . | local_message_type: 0 0xb0d1.4-0xb0d2 (0.4) | | | data_message{}: 0xb0d2-0xb0e3 (17) -0xb0d0| a6 76 b5 39 | .v.9 | timestamp: 968193702 (s) 0xb0d2-0xb0d6 (4) +0xb0d0| a6 76 b5 39 | .v.9 | timestamp: 968193702 (2020-09-04T22:41:42Z) 0xb0d2-0xb0d6 (4) 0xb0d0| c8 cf 03 00 | .... | distance: 2498 (249800) (m) 0xb0d6-0xb0da (4) 0xb0d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb0da-0xb0dc (2) 0xb0d0| 6f | o | heart_rate: 111 (bpm) 0xb0dc-0xb0dd (1) @@ -40972,7 +40972,7 @@ $ fq -d fit dv activity_dev.fit 0xb0e0| 00 | . | reserved: false 0xb0e3.3-0xb0e3.4 (0.1) 0xb0e0| 00 | . | local_message_type: 0 0xb0e3.4-0xb0e4 (0.4) | | | data_message{}: 0xb0e4-0xb0f5 (17) -0xb0e0| a7 76 b5 39 | .v.9 | timestamp: 968193703 (s) 0xb0e4-0xb0e8 (4) +0xb0e0| a7 76 b5 39 | .v.9 | timestamp: 968193703 (2020-09-04T22:41:43Z) 0xb0e4-0xb0e8 (4) 0xb0e0| 2c d0 03 00 | ,... | distance: 2499 (249900) (m) 0xb0e8-0xb0ec (4) 0xb0e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb0ec-0xb0ee (2) 0xb0e0| 77 | w | heart_rate: 119 (bpm) 0xb0ee-0xb0ef (1) @@ -40988,7 +40988,7 @@ $ fq -d fit dv activity_dev.fit 0xb0f0| 00 | . | reserved: false 0xb0f5.3-0xb0f5.4 (0.1) 0xb0f0| 00 | . | local_message_type: 0 0xb0f5.4-0xb0f6 (0.4) | | | data_message{}: 0xb0f6-0xb107 (17) -0xb0f0| a8 76 b5 39 | .v.9 | timestamp: 968193704 (s) 0xb0f6-0xb0fa (4) +0xb0f0| a8 76 b5 39 | .v.9 | timestamp: 968193704 (2020-09-04T22:41:44Z) 0xb0f6-0xb0fa (4) 0xb0f0| 90 d0 03 00 | .... | distance: 2500 (250000) (m) 0xb0fa-0xb0fe (4) 0xb0f0| e8 03| ..| speed: 1 (1000) (m/s) 0xb0fe-0xb100 (2) 0xb100|7e |~ | heart_rate: 126 (bpm) 0xb100-0xb101 (1) @@ -41004,7 +41004,7 @@ $ fq -d fit dv activity_dev.fit 0xb100| 00 | . | reserved: false 0xb107.3-0xb107.4 (0.1) 0xb100| 00 | . | local_message_type: 0 0xb107.4-0xb108 (0.4) | | | data_message{}: 0xb108-0xb119 (17) -0xb100| a9 76 b5 39 | .v.9 | timestamp: 968193705 (s) 0xb108-0xb10c (4) +0xb100| a9 76 b5 39 | .v.9 | timestamp: 968193705 (2020-09-04T22:41:45Z) 0xb108-0xb10c (4) 0xb100| f4 d0 03 00| ....| distance: 2501 (250100) (m) 0xb10c-0xb110 (4) 0xb110|e8 03 |.. | speed: 1 (1000) (m/s) 0xb110-0xb112 (2) 0xb110| 86 | . | heart_rate: 134 (bpm) 0xb112-0xb113 (1) @@ -41020,7 +41020,7 @@ $ fq -d fit dv activity_dev.fit 0xb110| 00 | . | reserved: false 0xb119.3-0xb119.4 (0.1) 0xb110| 00 | . | local_message_type: 0 0xb119.4-0xb11a (0.4) | | | data_message{}: 0xb11a-0xb12b (17) -0xb110| aa 76 b5 39 | .v.9 | timestamp: 968193706 (s) 0xb11a-0xb11e (4) +0xb110| aa 76 b5 39 | .v.9 | timestamp: 968193706 (2020-09-04T22:41:46Z) 0xb11a-0xb11e (4) 0xb110| 58 d1| X.| distance: 2502 (250200) (m) 0xb11e-0xb122 (4) 0xb120|03 00 |.. | 0xb120| e8 03 | .. | speed: 1 (1000) (m/s) 0xb122-0xb124 (2) @@ -41037,7 +41037,7 @@ $ fq -d fit dv activity_dev.fit 0xb120| 00 | . | reserved: false 0xb12b.3-0xb12b.4 (0.1) 0xb120| 00 | . | local_message_type: 0 0xb12b.4-0xb12c (0.4) | | | data_message{}: 0xb12c-0xb13d (17) -0xb120| ab 76 b5 39| .v.9| timestamp: 968193707 (s) 0xb12c-0xb130 (4) +0xb120| ab 76 b5 39| .v.9| timestamp: 968193707 (2020-09-04T22:41:47Z) 0xb12c-0xb130 (4) 0xb130|bc d1 03 00 |.... | distance: 2503 (250300) (m) 0xb130-0xb134 (4) 0xb130| e8 03 | .. | speed: 1 (1000) (m/s) 0xb134-0xb136 (2) 0xb130| 96 | . | heart_rate: 150 (bpm) 0xb136-0xb137 (1) @@ -41053,7 +41053,7 @@ $ fq -d fit dv activity_dev.fit 0xb130| 00 | . | reserved: false 0xb13d.3-0xb13d.4 (0.1) 0xb130| 00 | . | local_message_type: 0 0xb13d.4-0xb13e (0.4) | | | data_message{}: 0xb13e-0xb14f (17) -0xb130| ac 76| .v| timestamp: 968193708 (s) 0xb13e-0xb142 (4) +0xb130| ac 76| .v| timestamp: 968193708 (2020-09-04T22:41:48Z) 0xb13e-0xb142 (4) 0xb140|b5 39 |.9 | 0xb140| 20 d2 03 00 | ... | distance: 2504 (250400) (m) 0xb142-0xb146 (4) 0xb140| e8 03 | .. | speed: 1 (1000) (m/s) 0xb146-0xb148 (2) @@ -41070,7 +41070,7 @@ $ fq -d fit dv activity_dev.fit 0xb140| 00| .| reserved: false 0xb14f.3-0xb14f.4 (0.1) 0xb140| 00| .| local_message_type: 0 0xb14f.4-0xb150 (0.4) | | | data_message{}: 0xb150-0xb161 (17) -0xb150|ad 76 b5 39 |.v.9 | timestamp: 968193709 (s) 0xb150-0xb154 (4) +0xb150|ad 76 b5 39 |.v.9 | timestamp: 968193709 (2020-09-04T22:41:49Z) 0xb150-0xb154 (4) 0xb150| 84 d2 03 00 | .... | distance: 2505 (250500) (m) 0xb154-0xb158 (4) 0xb150| e8 03 | .. | speed: 1 (1000) (m/s) 0xb158-0xb15a (2) 0xb150| a6 | . | heart_rate: 166 (bpm) 0xb15a-0xb15b (1) @@ -41086,7 +41086,7 @@ $ fq -d fit dv activity_dev.fit 0xb160| 00 | . | reserved: false 0xb161.3-0xb161.4 (0.1) 0xb160| 00 | . | local_message_type: 0 0xb161.4-0xb162 (0.4) | | | data_message{}: 0xb162-0xb173 (17) -0xb160| ae 76 b5 39 | .v.9 | timestamp: 968193710 (s) 0xb162-0xb166 (4) +0xb160| ae 76 b5 39 | .v.9 | timestamp: 968193710 (2020-09-04T22:41:50Z) 0xb162-0xb166 (4) 0xb160| e8 d2 03 00 | .... | distance: 2506 (250600) (m) 0xb166-0xb16a (4) 0xb160| e8 03 | .. | speed: 1 (1000) (m/s) 0xb16a-0xb16c (2) 0xb160| ad | . | heart_rate: 173 (bpm) 0xb16c-0xb16d (1) @@ -41102,7 +41102,7 @@ $ fq -d fit dv activity_dev.fit 0xb170| 00 | . | reserved: false 0xb173.3-0xb173.4 (0.1) 0xb170| 00 | . | local_message_type: 0 0xb173.4-0xb174 (0.4) | | | data_message{}: 0xb174-0xb185 (17) -0xb170| af 76 b5 39 | .v.9 | timestamp: 968193711 (s) 0xb174-0xb178 (4) +0xb170| af 76 b5 39 | .v.9 | timestamp: 968193711 (2020-09-04T22:41:51Z) 0xb174-0xb178 (4) 0xb170| 4c d3 03 00 | L... | distance: 2507 (250700) (m) 0xb178-0xb17c (4) 0xb170| e8 03 | .. | speed: 1 (1000) (m/s) 0xb17c-0xb17e (2) 0xb170| b5 | . | heart_rate: 181 (bpm) 0xb17e-0xb17f (1) @@ -41118,7 +41118,7 @@ $ fq -d fit dv activity_dev.fit 0xb180| 00 | . | reserved: false 0xb185.3-0xb185.4 (0.1) 0xb180| 00 | . | local_message_type: 0 0xb185.4-0xb186 (0.4) | | | data_message{}: 0xb186-0xb197 (17) -0xb180| b0 76 b5 39 | .v.9 | timestamp: 968193712 (s) 0xb186-0xb18a (4) +0xb180| b0 76 b5 39 | .v.9 | timestamp: 968193712 (2020-09-04T22:41:52Z) 0xb186-0xb18a (4) 0xb180| b0 d3 03 00 | .... | distance: 2508 (250800) (m) 0xb18a-0xb18e (4) 0xb180| e8 03| ..| speed: 1 (1000) (m/s) 0xb18e-0xb190 (2) 0xb190|bc |. | heart_rate: 188 (bpm) 0xb190-0xb191 (1) @@ -41134,7 +41134,7 @@ $ fq -d fit dv activity_dev.fit 0xb190| 00 | . | reserved: false 0xb197.3-0xb197.4 (0.1) 0xb190| 00 | . | local_message_type: 0 0xb197.4-0xb198 (0.4) | | | data_message{}: 0xb198-0xb1a9 (17) -0xb190| b1 76 b5 39 | .v.9 | timestamp: 968193713 (s) 0xb198-0xb19c (4) +0xb190| b1 76 b5 39 | .v.9 | timestamp: 968193713 (2020-09-04T22:41:53Z) 0xb198-0xb19c (4) 0xb190| 14 d4 03 00| ....| distance: 2509 (250900) (m) 0xb19c-0xb1a0 (4) 0xb1a0|e8 03 |.. | speed: 1 (1000) (m/s) 0xb1a0-0xb1a2 (2) 0xb1a0| c3 | . | heart_rate: 195 (bpm) 0xb1a2-0xb1a3 (1) @@ -41150,7 +41150,7 @@ $ fq -d fit dv activity_dev.fit 0xb1a0| 00 | . | reserved: false 0xb1a9.3-0xb1a9.4 (0.1) 0xb1a0| 00 | . | local_message_type: 0 0xb1a9.4-0xb1aa (0.4) | | | data_message{}: 0xb1aa-0xb1bb (17) -0xb1a0| b2 76 b5 39 | .v.9 | timestamp: 968193714 (s) 0xb1aa-0xb1ae (4) +0xb1a0| b2 76 b5 39 | .v.9 | timestamp: 968193714 (2020-09-04T22:41:54Z) 0xb1aa-0xb1ae (4) 0xb1a0| 78 d4| x.| distance: 2510 (251000) (m) 0xb1ae-0xb1b2 (4) 0xb1b0|03 00 |.. | 0xb1b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb1b2-0xb1b4 (2) @@ -41167,7 +41167,7 @@ $ fq -d fit dv activity_dev.fit 0xb1b0| 00 | . | reserved: false 0xb1bb.3-0xb1bb.4 (0.1) 0xb1b0| 00 | . | local_message_type: 0 0xb1bb.4-0xb1bc (0.4) | | | data_message{}: 0xb1bc-0xb1cd (17) -0xb1b0| b3 76 b5 39| .v.9| timestamp: 968193715 (s) 0xb1bc-0xb1c0 (4) +0xb1b0| b3 76 b5 39| .v.9| timestamp: 968193715 (2020-09-04T22:41:55Z) 0xb1bc-0xb1c0 (4) 0xb1c0|dc d4 03 00 |.... | distance: 2511 (251100) (m) 0xb1c0-0xb1c4 (4) 0xb1c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb1c4-0xb1c6 (2) 0xb1c0| cf | . | heart_rate: 207 (bpm) 0xb1c6-0xb1c7 (1) @@ -41183,7 +41183,7 @@ $ fq -d fit dv activity_dev.fit 0xb1c0| 00 | . | reserved: false 0xb1cd.3-0xb1cd.4 (0.1) 0xb1c0| 00 | . | local_message_type: 0 0xb1cd.4-0xb1ce (0.4) | | | data_message{}: 0xb1ce-0xb1df (17) -0xb1c0| b4 76| .v| timestamp: 968193716 (s) 0xb1ce-0xb1d2 (4) +0xb1c0| b4 76| .v| timestamp: 968193716 (2020-09-04T22:41:56Z) 0xb1ce-0xb1d2 (4) 0xb1d0|b5 39 |.9 | 0xb1d0| 40 d5 03 00 | @... | distance: 2512 (251200) (m) 0xb1d2-0xb1d6 (4) 0xb1d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb1d6-0xb1d8 (2) @@ -41200,7 +41200,7 @@ $ fq -d fit dv activity_dev.fit 0xb1d0| 00| .| reserved: false 0xb1df.3-0xb1df.4 (0.1) 0xb1d0| 00| .| local_message_type: 0 0xb1df.4-0xb1e0 (0.4) | | | data_message{}: 0xb1e0-0xb1f1 (17) -0xb1e0|b5 76 b5 39 |.v.9 | timestamp: 968193717 (s) 0xb1e0-0xb1e4 (4) +0xb1e0|b5 76 b5 39 |.v.9 | timestamp: 968193717 (2020-09-04T22:41:57Z) 0xb1e0-0xb1e4 (4) 0xb1e0| a4 d5 03 00 | .... | distance: 2513 (251300) (m) 0xb1e4-0xb1e8 (4) 0xb1e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb1e8-0xb1ea (2) 0xb1e0| db | . | heart_rate: 219 (bpm) 0xb1ea-0xb1eb (1) @@ -41216,7 +41216,7 @@ $ fq -d fit dv activity_dev.fit 0xb1f0| 00 | . | reserved: false 0xb1f1.3-0xb1f1.4 (0.1) 0xb1f0| 00 | . | local_message_type: 0 0xb1f1.4-0xb1f2 (0.4) | | | data_message{}: 0xb1f2-0xb203 (17) -0xb1f0| b6 76 b5 39 | .v.9 | timestamp: 968193718 (s) 0xb1f2-0xb1f6 (4) +0xb1f0| b6 76 b5 39 | .v.9 | timestamp: 968193718 (2020-09-04T22:41:58Z) 0xb1f2-0xb1f6 (4) 0xb1f0| 08 d6 03 00 | .... | distance: 2514 (251400) (m) 0xb1f6-0xb1fa (4) 0xb1f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb1fa-0xb1fc (2) 0xb1f0| e0 | . | heart_rate: 224 (bpm) 0xb1fc-0xb1fd (1) @@ -41232,7 +41232,7 @@ $ fq -d fit dv activity_dev.fit 0xb200| 00 | . | reserved: false 0xb203.3-0xb203.4 (0.1) 0xb200| 00 | . | local_message_type: 0 0xb203.4-0xb204 (0.4) | | | data_message{}: 0xb204-0xb215 (17) -0xb200| b7 76 b5 39 | .v.9 | timestamp: 968193719 (s) 0xb204-0xb208 (4) +0xb200| b7 76 b5 39 | .v.9 | timestamp: 968193719 (2020-09-04T22:41:59Z) 0xb204-0xb208 (4) 0xb200| 6c d6 03 00 | l... | distance: 2515 (251500) (m) 0xb208-0xb20c (4) 0xb200| e8 03 | .. | speed: 1 (1000) (m/s) 0xb20c-0xb20e (2) 0xb200| e5 | . | heart_rate: 229 (bpm) 0xb20e-0xb20f (1) @@ -41248,7 +41248,7 @@ $ fq -d fit dv activity_dev.fit 0xb210| 00 | . | reserved: false 0xb215.3-0xb215.4 (0.1) 0xb210| 00 | . | local_message_type: 0 0xb215.4-0xb216 (0.4) | | | data_message{}: 0xb216-0xb227 (17) -0xb210| b8 76 b5 39 | .v.9 | timestamp: 968193720 (s) 0xb216-0xb21a (4) +0xb210| b8 76 b5 39 | .v.9 | timestamp: 968193720 (2020-09-04T22:42:00Z) 0xb216-0xb21a (4) 0xb210| d0 d6 03 00 | .... | distance: 2516 (251600) (m) 0xb21a-0xb21e (4) 0xb210| e8 03| ..| speed: 1 (1000) (m/s) 0xb21e-0xb220 (2) 0xb220|ea |. | heart_rate: 234 (bpm) 0xb220-0xb221 (1) @@ -41264,7 +41264,7 @@ $ fq -d fit dv activity_dev.fit 0xb220| 00 | . | reserved: false 0xb227.3-0xb227.4 (0.1) 0xb220| 00 | . | local_message_type: 0 0xb227.4-0xb228 (0.4) | | | data_message{}: 0xb228-0xb239 (17) -0xb220| b9 76 b5 39 | .v.9 | timestamp: 968193721 (s) 0xb228-0xb22c (4) +0xb220| b9 76 b5 39 | .v.9 | timestamp: 968193721 (2020-09-04T22:42:01Z) 0xb228-0xb22c (4) 0xb220| 34 d7 03 00| 4...| distance: 2517 (251700) (m) 0xb22c-0xb230 (4) 0xb230|e8 03 |.. | speed: 1 (1000) (m/s) 0xb230-0xb232 (2) 0xb230| ee | . | heart_rate: 238 (bpm) 0xb232-0xb233 (1) @@ -41280,7 +41280,7 @@ $ fq -d fit dv activity_dev.fit 0xb230| 00 | . | reserved: false 0xb239.3-0xb239.4 (0.1) 0xb230| 00 | . | local_message_type: 0 0xb239.4-0xb23a (0.4) | | | data_message{}: 0xb23a-0xb24b (17) -0xb230| ba 76 b5 39 | .v.9 | timestamp: 968193722 (s) 0xb23a-0xb23e (4) +0xb230| ba 76 b5 39 | .v.9 | timestamp: 968193722 (2020-09-04T22:42:02Z) 0xb23a-0xb23e (4) 0xb230| 98 d7| ..| distance: 2518 (251800) (m) 0xb23e-0xb242 (4) 0xb240|03 00 |.. | 0xb240| e8 03 | .. | speed: 1 (1000) (m/s) 0xb242-0xb244 (2) @@ -41297,7 +41297,7 @@ $ fq -d fit dv activity_dev.fit 0xb240| 00 | . | reserved: false 0xb24b.3-0xb24b.4 (0.1) 0xb240| 00 | . | local_message_type: 0 0xb24b.4-0xb24c (0.4) | | | data_message{}: 0xb24c-0xb25d (17) -0xb240| bb 76 b5 39| .v.9| timestamp: 968193723 (s) 0xb24c-0xb250 (4) +0xb240| bb 76 b5 39| .v.9| timestamp: 968193723 (2020-09-04T22:42:03Z) 0xb24c-0xb250 (4) 0xb250|fc d7 03 00 |.... | distance: 2519 (251900) (m) 0xb250-0xb254 (4) 0xb250| e8 03 | .. | speed: 1 (1000) (m/s) 0xb254-0xb256 (2) 0xb250| f5 | . | heart_rate: 245 (bpm) 0xb256-0xb257 (1) @@ -41313,7 +41313,7 @@ $ fq -d fit dv activity_dev.fit 0xb250| 00 | . | reserved: false 0xb25d.3-0xb25d.4 (0.1) 0xb250| 00 | . | local_message_type: 0 0xb25d.4-0xb25e (0.4) | | | data_message{}: 0xb25e-0xb26f (17) -0xb250| bc 76| .v| timestamp: 968193724 (s) 0xb25e-0xb262 (4) +0xb250| bc 76| .v| timestamp: 968193724 (2020-09-04T22:42:04Z) 0xb25e-0xb262 (4) 0xb260|b5 39 |.9 | 0xb260| 60 d8 03 00 | `... | distance: 2520 (252000) (m) 0xb262-0xb266 (4) 0xb260| e8 03 | .. | speed: 1 (1000) (m/s) 0xb266-0xb268 (2) @@ -41330,7 +41330,7 @@ $ fq -d fit dv activity_dev.fit 0xb260| 00| .| reserved: false 0xb26f.3-0xb26f.4 (0.1) 0xb260| 00| .| local_message_type: 0 0xb26f.4-0xb270 (0.4) | | | data_message{}: 0xb270-0xb281 (17) -0xb270|bd 76 b5 39 |.v.9 | timestamp: 968193725 (s) 0xb270-0xb274 (4) +0xb270|bd 76 b5 39 |.v.9 | timestamp: 968193725 (2020-09-04T22:42:05Z) 0xb270-0xb274 (4) 0xb270| c4 d8 03 00 | .... | distance: 2521 (252100) (m) 0xb274-0xb278 (4) 0xb270| e8 03 | .. | speed: 1 (1000) (m/s) 0xb278-0xb27a (2) 0xb270| fa | . | heart_rate: 250 (bpm) 0xb27a-0xb27b (1) @@ -41346,7 +41346,7 @@ $ fq -d fit dv activity_dev.fit 0xb280| 00 | . | reserved: false 0xb281.3-0xb281.4 (0.1) 0xb280| 00 | . | local_message_type: 0 0xb281.4-0xb282 (0.4) | | | data_message{}: 0xb282-0xb293 (17) -0xb280| be 76 b5 39 | .v.9 | timestamp: 968193726 (s) 0xb282-0xb286 (4) +0xb280| be 76 b5 39 | .v.9 | timestamp: 968193726 (2020-09-04T22:42:06Z) 0xb282-0xb286 (4) 0xb280| 28 d9 03 00 | (... | distance: 2522 (252200) (m) 0xb286-0xb28a (4) 0xb280| e8 03 | .. | speed: 1 (1000) (m/s) 0xb28a-0xb28c (2) 0xb280| fb | . | heart_rate: 251 (bpm) 0xb28c-0xb28d (1) @@ -41362,7 +41362,7 @@ $ fq -d fit dv activity_dev.fit 0xb290| 00 | . | reserved: false 0xb293.3-0xb293.4 (0.1) 0xb290| 00 | . | local_message_type: 0 0xb293.4-0xb294 (0.4) | | | data_message{}: 0xb294-0xb2a5 (17) -0xb290| bf 76 b5 39 | .v.9 | timestamp: 968193727 (s) 0xb294-0xb298 (4) +0xb290| bf 76 b5 39 | .v.9 | timestamp: 968193727 (2020-09-04T22:42:07Z) 0xb294-0xb298 (4) 0xb290| 8c d9 03 00 | .... | distance: 2523 (252300) (m) 0xb298-0xb29c (4) 0xb290| e8 03 | .. | speed: 1 (1000) (m/s) 0xb29c-0xb29e (2) 0xb290| fc | . | heart_rate: 252 (bpm) 0xb29e-0xb29f (1) @@ -41378,7 +41378,7 @@ $ fq -d fit dv activity_dev.fit 0xb2a0| 00 | . | reserved: false 0xb2a5.3-0xb2a5.4 (0.1) 0xb2a0| 00 | . | local_message_type: 0 0xb2a5.4-0xb2a6 (0.4) | | | data_message{}: 0xb2a6-0xb2b7 (17) -0xb2a0| c0 76 b5 39 | .v.9 | timestamp: 968193728 (s) 0xb2a6-0xb2aa (4) +0xb2a0| c0 76 b5 39 | .v.9 | timestamp: 968193728 (2020-09-04T22:42:08Z) 0xb2a6-0xb2aa (4) 0xb2a0| f0 d9 03 00 | .... | distance: 2524 (252400) (m) 0xb2aa-0xb2ae (4) 0xb2a0| e8 03| ..| speed: 1 (1000) (m/s) 0xb2ae-0xb2b0 (2) 0xb2b0|fd |. | heart_rate: 253 (bpm) 0xb2b0-0xb2b1 (1) @@ -41394,7 +41394,7 @@ $ fq -d fit dv activity_dev.fit 0xb2b0| 00 | . | reserved: false 0xb2b7.3-0xb2b7.4 (0.1) 0xb2b0| 00 | . | local_message_type: 0 0xb2b7.4-0xb2b8 (0.4) | | | data_message{}: 0xb2b8-0xb2c9 (17) -0xb2b0| c1 76 b5 39 | .v.9 | timestamp: 968193729 (s) 0xb2b8-0xb2bc (4) +0xb2b0| c1 76 b5 39 | .v.9 | timestamp: 968193729 (2020-09-04T22:42:09Z) 0xb2b8-0xb2bc (4) 0xb2b0| 54 da 03 00| T...| distance: 2525 (252500) (m) 0xb2bc-0xb2c0 (4) 0xb2c0|e8 03 |.. | speed: 1 (1000) (m/s) 0xb2c0-0xb2c2 (2) 0xb2c0| fe | . | heart_rate: 254 (bpm) 0xb2c2-0xb2c3 (1) @@ -41410,7 +41410,7 @@ $ fq -d fit dv activity_dev.fit 0xb2c0| 00 | . | reserved: false 0xb2c9.3-0xb2c9.4 (0.1) 0xb2c0| 00 | . | local_message_type: 0 0xb2c9.4-0xb2ca (0.4) | | | data_message{}: 0xb2ca-0xb2db (17) -0xb2c0| c2 76 b5 39 | .v.9 | timestamp: 968193730 (s) 0xb2ca-0xb2ce (4) +0xb2c0| c2 76 b5 39 | .v.9 | timestamp: 968193730 (2020-09-04T22:42:10Z) 0xb2ca-0xb2ce (4) 0xb2c0| b8 da| ..| distance: 2526 (252600) (m) 0xb2ce-0xb2d2 (4) 0xb2d0|03 00 |.. | 0xb2d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb2d2-0xb2d4 (2) @@ -41427,7 +41427,7 @@ $ fq -d fit dv activity_dev.fit 0xb2d0| 00 | . | reserved: false 0xb2db.3-0xb2db.4 (0.1) 0xb2d0| 00 | . | local_message_type: 0 0xb2db.4-0xb2dc (0.4) | | | data_message{}: 0xb2dc-0xb2ed (17) -0xb2d0| c3 76 b5 39| .v.9| timestamp: 968193731 (s) 0xb2dc-0xb2e0 (4) +0xb2d0| c3 76 b5 39| .v.9| timestamp: 968193731 (2020-09-04T22:42:11Z) 0xb2dc-0xb2e0 (4) 0xb2e0|1c db 03 00 |.... | distance: 2527 (252700) (m) 0xb2e0-0xb2e4 (4) 0xb2e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb2e4-0xb2e6 (2) 0xb2e0| fc | . | heart_rate: 252 (bpm) 0xb2e6-0xb2e7 (1) @@ -41443,7 +41443,7 @@ $ fq -d fit dv activity_dev.fit 0xb2e0| 00 | . | reserved: false 0xb2ed.3-0xb2ed.4 (0.1) 0xb2e0| 00 | . | local_message_type: 0 0xb2ed.4-0xb2ee (0.4) | | | data_message{}: 0xb2ee-0xb2ff (17) -0xb2e0| c4 76| .v| timestamp: 968193732 (s) 0xb2ee-0xb2f2 (4) +0xb2e0| c4 76| .v| timestamp: 968193732 (2020-09-04T22:42:12Z) 0xb2ee-0xb2f2 (4) 0xb2f0|b5 39 |.9 | 0xb2f0| 80 db 03 00 | .... | distance: 2528 (252800) (m) 0xb2f2-0xb2f6 (4) 0xb2f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb2f6-0xb2f8 (2) @@ -41460,7 +41460,7 @@ $ fq -d fit dv activity_dev.fit 0xb2f0| 00| .| reserved: false 0xb2ff.3-0xb2ff.4 (0.1) 0xb2f0| 00| .| local_message_type: 0 0xb2ff.4-0xb300 (0.4) | | | data_message{}: 0xb300-0xb311 (17) -0xb300|c5 76 b5 39 |.v.9 | timestamp: 968193733 (s) 0xb300-0xb304 (4) +0xb300|c5 76 b5 39 |.v.9 | timestamp: 968193733 (2020-09-04T22:42:13Z) 0xb300-0xb304 (4) 0xb300| e4 db 03 00 | .... | distance: 2529 (252900) (m) 0xb304-0xb308 (4) 0xb300| e8 03 | .. | speed: 1 (1000) (m/s) 0xb308-0xb30a (2) 0xb300| fa | . | heart_rate: 250 (bpm) 0xb30a-0xb30b (1) @@ -41476,7 +41476,7 @@ $ fq -d fit dv activity_dev.fit 0xb310| 00 | . | reserved: false 0xb311.3-0xb311.4 (0.1) 0xb310| 00 | . | local_message_type: 0 0xb311.4-0xb312 (0.4) | | | data_message{}: 0xb312-0xb323 (17) -0xb310| c6 76 b5 39 | .v.9 | timestamp: 968193734 (s) 0xb312-0xb316 (4) +0xb310| c6 76 b5 39 | .v.9 | timestamp: 968193734 (2020-09-04T22:42:14Z) 0xb312-0xb316 (4) 0xb310| 48 dc 03 00 | H... | distance: 2530 (253000) (m) 0xb316-0xb31a (4) 0xb310| e8 03 | .. | speed: 1 (1000) (m/s) 0xb31a-0xb31c (2) 0xb310| f7 | . | heart_rate: 247 (bpm) 0xb31c-0xb31d (1) @@ -41492,7 +41492,7 @@ $ fq -d fit dv activity_dev.fit 0xb320| 00 | . | reserved: false 0xb323.3-0xb323.4 (0.1) 0xb320| 00 | . | local_message_type: 0 0xb323.4-0xb324 (0.4) | | | data_message{}: 0xb324-0xb335 (17) -0xb320| c7 76 b5 39 | .v.9 | timestamp: 968193735 (s) 0xb324-0xb328 (4) +0xb320| c7 76 b5 39 | .v.9 | timestamp: 968193735 (2020-09-04T22:42:15Z) 0xb324-0xb328 (4) 0xb320| ac dc 03 00 | .... | distance: 2531 (253100) (m) 0xb328-0xb32c (4) 0xb320| e8 03 | .. | speed: 1 (1000) (m/s) 0xb32c-0xb32e (2) 0xb320| f5 | . | heart_rate: 245 (bpm) 0xb32e-0xb32f (1) @@ -41508,7 +41508,7 @@ $ fq -d fit dv activity_dev.fit 0xb330| 00 | . | reserved: false 0xb335.3-0xb335.4 (0.1) 0xb330| 00 | . | local_message_type: 0 0xb335.4-0xb336 (0.4) | | | data_message{}: 0xb336-0xb347 (17) -0xb330| c8 76 b5 39 | .v.9 | timestamp: 968193736 (s) 0xb336-0xb33a (4) +0xb330| c8 76 b5 39 | .v.9 | timestamp: 968193736 (2020-09-04T22:42:16Z) 0xb336-0xb33a (4) 0xb330| 10 dd 03 00 | .... | distance: 2532 (253200) (m) 0xb33a-0xb33e (4) 0xb330| e8 03| ..| speed: 1 (1000) (m/s) 0xb33e-0xb340 (2) 0xb340|f1 |. | heart_rate: 241 (bpm) 0xb340-0xb341 (1) @@ -41524,7 +41524,7 @@ $ fq -d fit dv activity_dev.fit 0xb340| 00 | . | reserved: false 0xb347.3-0xb347.4 (0.1) 0xb340| 00 | . | local_message_type: 0 0xb347.4-0xb348 (0.4) | | | data_message{}: 0xb348-0xb359 (17) -0xb340| c9 76 b5 39 | .v.9 | timestamp: 968193737 (s) 0xb348-0xb34c (4) +0xb340| c9 76 b5 39 | .v.9 | timestamp: 968193737 (2020-09-04T22:42:17Z) 0xb348-0xb34c (4) 0xb340| 74 dd 03 00| t...| distance: 2533 (253300) (m) 0xb34c-0xb350 (4) 0xb350|e8 03 |.. | speed: 1 (1000) (m/s) 0xb350-0xb352 (2) 0xb350| ee | . | heart_rate: 238 (bpm) 0xb352-0xb353 (1) @@ -41540,7 +41540,7 @@ $ fq -d fit dv activity_dev.fit 0xb350| 00 | . | reserved: false 0xb359.3-0xb359.4 (0.1) 0xb350| 00 | . | local_message_type: 0 0xb359.4-0xb35a (0.4) | | | data_message{}: 0xb35a-0xb36b (17) -0xb350| ca 76 b5 39 | .v.9 | timestamp: 968193738 (s) 0xb35a-0xb35e (4) +0xb350| ca 76 b5 39 | .v.9 | timestamp: 968193738 (2020-09-04T22:42:18Z) 0xb35a-0xb35e (4) 0xb350| d8 dd| ..| distance: 2534 (253400) (m) 0xb35e-0xb362 (4) 0xb360|03 00 |.. | 0xb360| e8 03 | .. | speed: 1 (1000) (m/s) 0xb362-0xb364 (2) @@ -41557,7 +41557,7 @@ $ fq -d fit dv activity_dev.fit 0xb360| 00 | . | reserved: false 0xb36b.3-0xb36b.4 (0.1) 0xb360| 00 | . | local_message_type: 0 0xb36b.4-0xb36c (0.4) | | | data_message{}: 0xb36c-0xb37d (17) -0xb360| cb 76 b5 39| .v.9| timestamp: 968193739 (s) 0xb36c-0xb370 (4) +0xb360| cb 76 b5 39| .v.9| timestamp: 968193739 (2020-09-04T22:42:19Z) 0xb36c-0xb370 (4) 0xb370|3c de 03 00 |<... | distance: 2535 (253500) (m) 0xb370-0xb374 (4) 0xb370| e8 03 | .. | speed: 1 (1000) (m/s) 0xb374-0xb376 (2) 0xb370| e5 | . | heart_rate: 229 (bpm) 0xb376-0xb377 (1) @@ -41573,7 +41573,7 @@ $ fq -d fit dv activity_dev.fit 0xb370| 00 | . | reserved: false 0xb37d.3-0xb37d.4 (0.1) 0xb370| 00 | . | local_message_type: 0 0xb37d.4-0xb37e (0.4) | | | data_message{}: 0xb37e-0xb38f (17) -0xb370| cc 76| .v| timestamp: 968193740 (s) 0xb37e-0xb382 (4) +0xb370| cc 76| .v| timestamp: 968193740 (2020-09-04T22:42:20Z) 0xb37e-0xb382 (4) 0xb380|b5 39 |.9 | 0xb380| a0 de 03 00 | .... | distance: 2536 (253600) (m) 0xb382-0xb386 (4) 0xb380| e8 03 | .. | speed: 1 (1000) (m/s) 0xb386-0xb388 (2) @@ -41590,7 +41590,7 @@ $ fq -d fit dv activity_dev.fit 0xb380| 00| .| reserved: false 0xb38f.3-0xb38f.4 (0.1) 0xb380| 00| .| local_message_type: 0 0xb38f.4-0xb390 (0.4) | | | data_message{}: 0xb390-0xb3a1 (17) -0xb390|cd 76 b5 39 |.v.9 | timestamp: 968193741 (s) 0xb390-0xb394 (4) +0xb390|cd 76 b5 39 |.v.9 | timestamp: 968193741 (2020-09-04T22:42:21Z) 0xb390-0xb394 (4) 0xb390| 04 df 03 00 | .... | distance: 2537 (253700) (m) 0xb394-0xb398 (4) 0xb390| e8 03 | .. | speed: 1 (1000) (m/s) 0xb398-0xb39a (2) 0xb390| db | . | heart_rate: 219 (bpm) 0xb39a-0xb39b (1) @@ -41606,7 +41606,7 @@ $ fq -d fit dv activity_dev.fit 0xb3a0| 00 | . | reserved: false 0xb3a1.3-0xb3a1.4 (0.1) 0xb3a0| 00 | . | local_message_type: 0 0xb3a1.4-0xb3a2 (0.4) | | | data_message{}: 0xb3a2-0xb3b3 (17) -0xb3a0| ce 76 b5 39 | .v.9 | timestamp: 968193742 (s) 0xb3a2-0xb3a6 (4) +0xb3a0| ce 76 b5 39 | .v.9 | timestamp: 968193742 (2020-09-04T22:42:22Z) 0xb3a2-0xb3a6 (4) 0xb3a0| 68 df 03 00 | h... | distance: 2538 (253800) (m) 0xb3a6-0xb3aa (4) 0xb3a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb3aa-0xb3ac (2) 0xb3a0| d5 | . | heart_rate: 213 (bpm) 0xb3ac-0xb3ad (1) @@ -41622,7 +41622,7 @@ $ fq -d fit dv activity_dev.fit 0xb3b0| 00 | . | reserved: false 0xb3b3.3-0xb3b3.4 (0.1) 0xb3b0| 00 | . | local_message_type: 0 0xb3b3.4-0xb3b4 (0.4) | | | data_message{}: 0xb3b4-0xb3c5 (17) -0xb3b0| cf 76 b5 39 | .v.9 | timestamp: 968193743 (s) 0xb3b4-0xb3b8 (4) +0xb3b0| cf 76 b5 39 | .v.9 | timestamp: 968193743 (2020-09-04T22:42:23Z) 0xb3b4-0xb3b8 (4) 0xb3b0| cc df 03 00 | .... | distance: 2539 (253900) (m) 0xb3b8-0xb3bc (4) 0xb3b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb3bc-0xb3be (2) 0xb3b0| cf | . | heart_rate: 207 (bpm) 0xb3be-0xb3bf (1) @@ -41638,7 +41638,7 @@ $ fq -d fit dv activity_dev.fit 0xb3c0| 00 | . | reserved: false 0xb3c5.3-0xb3c5.4 (0.1) 0xb3c0| 00 | . | local_message_type: 0 0xb3c5.4-0xb3c6 (0.4) | | | data_message{}: 0xb3c6-0xb3d7 (17) -0xb3c0| d0 76 b5 39 | .v.9 | timestamp: 968193744 (s) 0xb3c6-0xb3ca (4) +0xb3c0| d0 76 b5 39 | .v.9 | timestamp: 968193744 (2020-09-04T22:42:24Z) 0xb3c6-0xb3ca (4) 0xb3c0| 30 e0 03 00 | 0... | distance: 2540 (254000) (m) 0xb3ca-0xb3ce (4) 0xb3c0| e8 03| ..| speed: 1 (1000) (m/s) 0xb3ce-0xb3d0 (2) 0xb3d0|c9 |. | heart_rate: 201 (bpm) 0xb3d0-0xb3d1 (1) @@ -41654,7 +41654,7 @@ $ fq -d fit dv activity_dev.fit 0xb3d0| 00 | . | reserved: false 0xb3d7.3-0xb3d7.4 (0.1) 0xb3d0| 00 | . | local_message_type: 0 0xb3d7.4-0xb3d8 (0.4) | | | data_message{}: 0xb3d8-0xb3e9 (17) -0xb3d0| d1 76 b5 39 | .v.9 | timestamp: 968193745 (s) 0xb3d8-0xb3dc (4) +0xb3d0| d1 76 b5 39 | .v.9 | timestamp: 968193745 (2020-09-04T22:42:25Z) 0xb3d8-0xb3dc (4) 0xb3d0| 94 e0 03 00| ....| distance: 2541 (254100) (m) 0xb3dc-0xb3e0 (4) 0xb3e0|e8 03 |.. | speed: 1 (1000) (m/s) 0xb3e0-0xb3e2 (2) 0xb3e0| c3 | . | heart_rate: 195 (bpm) 0xb3e2-0xb3e3 (1) @@ -41670,7 +41670,7 @@ $ fq -d fit dv activity_dev.fit 0xb3e0| 00 | . | reserved: false 0xb3e9.3-0xb3e9.4 (0.1) 0xb3e0| 00 | . | local_message_type: 0 0xb3e9.4-0xb3ea (0.4) | | | data_message{}: 0xb3ea-0xb3fb (17) -0xb3e0| d2 76 b5 39 | .v.9 | timestamp: 968193746 (s) 0xb3ea-0xb3ee (4) +0xb3e0| d2 76 b5 39 | .v.9 | timestamp: 968193746 (2020-09-04T22:42:26Z) 0xb3ea-0xb3ee (4) 0xb3e0| f8 e0| ..| distance: 2542 (254200) (m) 0xb3ee-0xb3f2 (4) 0xb3f0|03 00 |.. | 0xb3f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb3f2-0xb3f4 (2) @@ -41687,7 +41687,7 @@ $ fq -d fit dv activity_dev.fit 0xb3f0| 00 | . | reserved: false 0xb3fb.3-0xb3fb.4 (0.1) 0xb3f0| 00 | . | local_message_type: 0 0xb3fb.4-0xb3fc (0.4) | | | data_message{}: 0xb3fc-0xb40d (17) -0xb3f0| d3 76 b5 39| .v.9| timestamp: 968193747 (s) 0xb3fc-0xb400 (4) +0xb3f0| d3 76 b5 39| .v.9| timestamp: 968193747 (2020-09-04T22:42:27Z) 0xb3fc-0xb400 (4) 0xb400|5c e1 03 00 |\... | distance: 2543 (254300) (m) 0xb400-0xb404 (4) 0xb400| e8 03 | .. | speed: 1 (1000) (m/s) 0xb404-0xb406 (2) 0xb400| b5 | . | heart_rate: 181 (bpm) 0xb406-0xb407 (1) @@ -41703,7 +41703,7 @@ $ fq -d fit dv activity_dev.fit 0xb400| 00 | . | reserved: false 0xb40d.3-0xb40d.4 (0.1) 0xb400| 00 | . | local_message_type: 0 0xb40d.4-0xb40e (0.4) | | | data_message{}: 0xb40e-0xb41f (17) -0xb400| d4 76| .v| timestamp: 968193748 (s) 0xb40e-0xb412 (4) +0xb400| d4 76| .v| timestamp: 968193748 (2020-09-04T22:42:28Z) 0xb40e-0xb412 (4) 0xb410|b5 39 |.9 | 0xb410| c0 e1 03 00 | .... | distance: 2544 (254400) (m) 0xb412-0xb416 (4) 0xb410| e8 03 | .. | speed: 1 (1000) (m/s) 0xb416-0xb418 (2) @@ -41720,7 +41720,7 @@ $ fq -d fit dv activity_dev.fit 0xb410| 00| .| reserved: false 0xb41f.3-0xb41f.4 (0.1) 0xb410| 00| .| local_message_type: 0 0xb41f.4-0xb420 (0.4) | | | data_message{}: 0xb420-0xb431 (17) -0xb420|d5 76 b5 39 |.v.9 | timestamp: 968193749 (s) 0xb420-0xb424 (4) +0xb420|d5 76 b5 39 |.v.9 | timestamp: 968193749 (2020-09-04T22:42:29Z) 0xb420-0xb424 (4) 0xb420| 24 e2 03 00 | $... | distance: 2545 (254500) (m) 0xb424-0xb428 (4) 0xb420| e8 03 | .. | speed: 1 (1000) (m/s) 0xb428-0xb42a (2) 0xb420| a6 | . | heart_rate: 166 (bpm) 0xb42a-0xb42b (1) @@ -41736,7 +41736,7 @@ $ fq -d fit dv activity_dev.fit 0xb430| 00 | . | reserved: false 0xb431.3-0xb431.4 (0.1) 0xb430| 00 | . | local_message_type: 0 0xb431.4-0xb432 (0.4) | | | data_message{}: 0xb432-0xb443 (17) -0xb430| d6 76 b5 39 | .v.9 | timestamp: 968193750 (s) 0xb432-0xb436 (4) +0xb430| d6 76 b5 39 | .v.9 | timestamp: 968193750 (2020-09-04T22:42:30Z) 0xb432-0xb436 (4) 0xb430| 88 e2 03 00 | .... | distance: 2546 (254600) (m) 0xb436-0xb43a (4) 0xb430| e8 03 | .. | speed: 1 (1000) (m/s) 0xb43a-0xb43c (2) 0xb430| 9e | . | heart_rate: 158 (bpm) 0xb43c-0xb43d (1) @@ -41752,7 +41752,7 @@ $ fq -d fit dv activity_dev.fit 0xb440| 00 | . | reserved: false 0xb443.3-0xb443.4 (0.1) 0xb440| 00 | . | local_message_type: 0 0xb443.4-0xb444 (0.4) | | | data_message{}: 0xb444-0xb455 (17) -0xb440| d7 76 b5 39 | .v.9 | timestamp: 968193751 (s) 0xb444-0xb448 (4) +0xb440| d7 76 b5 39 | .v.9 | timestamp: 968193751 (2020-09-04T22:42:31Z) 0xb444-0xb448 (4) 0xb440| ec e2 03 00 | .... | distance: 2547 (254700) (m) 0xb448-0xb44c (4) 0xb440| e8 03 | .. | speed: 1 (1000) (m/s) 0xb44c-0xb44e (2) 0xb440| 96 | . | heart_rate: 150 (bpm) 0xb44e-0xb44f (1) @@ -41768,7 +41768,7 @@ $ fq -d fit dv activity_dev.fit 0xb450| 00 | . | reserved: false 0xb455.3-0xb455.4 (0.1) 0xb450| 00 | . | local_message_type: 0 0xb455.4-0xb456 (0.4) | | | data_message{}: 0xb456-0xb467 (17) -0xb450| d8 76 b5 39 | .v.9 | timestamp: 968193752 (s) 0xb456-0xb45a (4) +0xb450| d8 76 b5 39 | .v.9 | timestamp: 968193752 (2020-09-04T22:42:32Z) 0xb456-0xb45a (4) 0xb450| 50 e3 03 00 | P... | distance: 2548 (254800) (m) 0xb45a-0xb45e (4) 0xb450| e8 03| ..| speed: 1 (1000) (m/s) 0xb45e-0xb460 (2) 0xb460|8e |. | heart_rate: 142 (bpm) 0xb460-0xb461 (1) @@ -41784,7 +41784,7 @@ $ fq -d fit dv activity_dev.fit 0xb460| 00 | . | reserved: false 0xb467.3-0xb467.4 (0.1) 0xb460| 00 | . | local_message_type: 0 0xb467.4-0xb468 (0.4) | | | data_message{}: 0xb468-0xb479 (17) -0xb460| d9 76 b5 39 | .v.9 | timestamp: 968193753 (s) 0xb468-0xb46c (4) +0xb460| d9 76 b5 39 | .v.9 | timestamp: 968193753 (2020-09-04T22:42:33Z) 0xb468-0xb46c (4) 0xb460| b4 e3 03 00| ....| distance: 2549 (254900) (m) 0xb46c-0xb470 (4) 0xb470|e8 03 |.. | speed: 1 (1000) (m/s) 0xb470-0xb472 (2) 0xb470| 86 | . | heart_rate: 134 (bpm) 0xb472-0xb473 (1) @@ -41800,7 +41800,7 @@ $ fq -d fit dv activity_dev.fit 0xb470| 00 | . | reserved: false 0xb479.3-0xb479.4 (0.1) 0xb470| 00 | . | local_message_type: 0 0xb479.4-0xb47a (0.4) | | | data_message{}: 0xb47a-0xb48b (17) -0xb470| da 76 b5 39 | .v.9 | timestamp: 968193754 (s) 0xb47a-0xb47e (4) +0xb470| da 76 b5 39 | .v.9 | timestamp: 968193754 (2020-09-04T22:42:34Z) 0xb47a-0xb47e (4) 0xb470| 18 e4| ..| distance: 2550 (255000) (m) 0xb47e-0xb482 (4) 0xb480|03 00 |.. | 0xb480| e8 03 | .. | speed: 1 (1000) (m/s) 0xb482-0xb484 (2) @@ -41817,7 +41817,7 @@ $ fq -d fit dv activity_dev.fit 0xb480| 00 | . | reserved: false 0xb48b.3-0xb48b.4 (0.1) 0xb480| 00 | . | local_message_type: 0 0xb48b.4-0xb48c (0.4) | | | data_message{}: 0xb48c-0xb49d (17) -0xb480| db 76 b5 39| .v.9| timestamp: 968193755 (s) 0xb48c-0xb490 (4) +0xb480| db 76 b5 39| .v.9| timestamp: 968193755 (2020-09-04T22:42:35Z) 0xb48c-0xb490 (4) 0xb490|7c e4 03 00 ||... | distance: 2551 (255100) (m) 0xb490-0xb494 (4) 0xb490| e8 03 | .. | speed: 1 (1000) (m/s) 0xb494-0xb496 (2) 0xb490| 77 | w | heart_rate: 119 (bpm) 0xb496-0xb497 (1) @@ -41833,7 +41833,7 @@ $ fq -d fit dv activity_dev.fit 0xb490| 00 | . | reserved: false 0xb49d.3-0xb49d.4 (0.1) 0xb490| 00 | . | local_message_type: 0 0xb49d.4-0xb49e (0.4) | | | data_message{}: 0xb49e-0xb4af (17) -0xb490| dc 76| .v| timestamp: 968193756 (s) 0xb49e-0xb4a2 (4) +0xb490| dc 76| .v| timestamp: 968193756 (2020-09-04T22:42:36Z) 0xb49e-0xb4a2 (4) 0xb4a0|b5 39 |.9 | 0xb4a0| e0 e4 03 00 | .... | distance: 2552 (255200) (m) 0xb4a2-0xb4a6 (4) 0xb4a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb4a6-0xb4a8 (2) @@ -41850,7 +41850,7 @@ $ fq -d fit dv activity_dev.fit 0xb4a0| 00| .| reserved: false 0xb4af.3-0xb4af.4 (0.1) 0xb4a0| 00| .| local_message_type: 0 0xb4af.4-0xb4b0 (0.4) | | | data_message{}: 0xb4b0-0xb4c1 (17) -0xb4b0|dd 76 b5 39 |.v.9 | timestamp: 968193757 (s) 0xb4b0-0xb4b4 (4) +0xb4b0|dd 76 b5 39 |.v.9 | timestamp: 968193757 (2020-09-04T22:42:37Z) 0xb4b0-0xb4b4 (4) 0xb4b0| 44 e5 03 00 | D... | distance: 2553 (255300) (m) 0xb4b4-0xb4b8 (4) 0xb4b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb4b8-0xb4ba (2) 0xb4b0| 67 | g | heart_rate: 103 (bpm) 0xb4ba-0xb4bb (1) @@ -41866,7 +41866,7 @@ $ fq -d fit dv activity_dev.fit 0xb4c0| 00 | . | reserved: false 0xb4c1.3-0xb4c1.4 (0.1) 0xb4c0| 00 | . | local_message_type: 0 0xb4c1.4-0xb4c2 (0.4) | | | data_message{}: 0xb4c2-0xb4d3 (17) -0xb4c0| de 76 b5 39 | .v.9 | timestamp: 968193758 (s) 0xb4c2-0xb4c6 (4) +0xb4c0| de 76 b5 39 | .v.9 | timestamp: 968193758 (2020-09-04T22:42:38Z) 0xb4c2-0xb4c6 (4) 0xb4c0| a8 e5 03 00 | .... | distance: 2554 (255400) (m) 0xb4c6-0xb4ca (4) 0xb4c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb4ca-0xb4cc (2) 0xb4c0| 5f | _ | heart_rate: 95 (bpm) 0xb4cc-0xb4cd (1) @@ -41882,7 +41882,7 @@ $ fq -d fit dv activity_dev.fit 0xb4d0| 00 | . | reserved: false 0xb4d3.3-0xb4d3.4 (0.1) 0xb4d0| 00 | . | local_message_type: 0 0xb4d3.4-0xb4d4 (0.4) | | | data_message{}: 0xb4d4-0xb4e5 (17) -0xb4d0| df 76 b5 39 | .v.9 | timestamp: 968193759 (s) 0xb4d4-0xb4d8 (4) +0xb4d0| df 76 b5 39 | .v.9 | timestamp: 968193759 (2020-09-04T22:42:39Z) 0xb4d4-0xb4d8 (4) 0xb4d0| 0c e6 03 00 | .... | distance: 2555 (255500) (m) 0xb4d8-0xb4dc (4) 0xb4d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb4dc-0xb4de (2) 0xb4d0| 57 | W | heart_rate: 87 (bpm) 0xb4de-0xb4df (1) @@ -41898,7 +41898,7 @@ $ fq -d fit dv activity_dev.fit 0xb4e0| 00 | . | reserved: false 0xb4e5.3-0xb4e5.4 (0.1) 0xb4e0| 00 | . | local_message_type: 0 0xb4e5.4-0xb4e6 (0.4) | | | data_message{}: 0xb4e6-0xb4f7 (17) -0xb4e0| e0 76 b5 39 | .v.9 | timestamp: 968193760 (s) 0xb4e6-0xb4ea (4) +0xb4e0| e0 76 b5 39 | .v.9 | timestamp: 968193760 (2020-09-04T22:42:40Z) 0xb4e6-0xb4ea (4) 0xb4e0| 70 e6 03 00 | p... | distance: 2556 (255600) (m) 0xb4ea-0xb4ee (4) 0xb4e0| e8 03| ..| speed: 1 (1000) (m/s) 0xb4ee-0xb4f0 (2) 0xb4f0|50 |P | heart_rate: 80 (bpm) 0xb4f0-0xb4f1 (1) @@ -41914,7 +41914,7 @@ $ fq -d fit dv activity_dev.fit 0xb4f0| 00 | . | reserved: false 0xb4f7.3-0xb4f7.4 (0.1) 0xb4f0| 00 | . | local_message_type: 0 0xb4f7.4-0xb4f8 (0.4) | | | data_message{}: 0xb4f8-0xb509 (17) -0xb4f0| e1 76 b5 39 | .v.9 | timestamp: 968193761 (s) 0xb4f8-0xb4fc (4) +0xb4f0| e1 76 b5 39 | .v.9 | timestamp: 968193761 (2020-09-04T22:42:41Z) 0xb4f8-0xb4fc (4) 0xb4f0| d4 e6 03 00| ....| distance: 2557 (255700) (m) 0xb4fc-0xb500 (4) 0xb500|e8 03 |.. | speed: 1 (1000) (m/s) 0xb500-0xb502 (2) 0xb500| 48 | H | heart_rate: 72 (bpm) 0xb502-0xb503 (1) @@ -41930,7 +41930,7 @@ $ fq -d fit dv activity_dev.fit 0xb500| 00 | . | reserved: false 0xb509.3-0xb509.4 (0.1) 0xb500| 00 | . | local_message_type: 0 0xb509.4-0xb50a (0.4) | | | data_message{}: 0xb50a-0xb51b (17) -0xb500| e2 76 b5 39 | .v.9 | timestamp: 968193762 (s) 0xb50a-0xb50e (4) +0xb500| e2 76 b5 39 | .v.9 | timestamp: 968193762 (2020-09-04T22:42:42Z) 0xb50a-0xb50e (4) 0xb500| 38 e7| 8.| distance: 2558 (255800) (m) 0xb50e-0xb512 (4) 0xb510|03 00 |.. | 0xb510| e8 03 | .. | speed: 1 (1000) (m/s) 0xb512-0xb514 (2) @@ -41947,7 +41947,7 @@ $ fq -d fit dv activity_dev.fit 0xb510| 00 | . | reserved: false 0xb51b.3-0xb51b.4 (0.1) 0xb510| 00 | . | local_message_type: 0 0xb51b.4-0xb51c (0.4) | | | data_message{}: 0xb51c-0xb52d (17) -0xb510| e3 76 b5 39| .v.9| timestamp: 968193763 (s) 0xb51c-0xb520 (4) +0xb510| e3 76 b5 39| .v.9| timestamp: 968193763 (2020-09-04T22:42:43Z) 0xb51c-0xb520 (4) 0xb520|9c e7 03 00 |.... | distance: 2559 (255900) (m) 0xb520-0xb524 (4) 0xb520| e8 03 | .. | speed: 1 (1000) (m/s) 0xb524-0xb526 (2) 0xb520| 3a | : | heart_rate: 58 (bpm) 0xb526-0xb527 (1) @@ -41963,7 +41963,7 @@ $ fq -d fit dv activity_dev.fit 0xb520| 00 | . | reserved: false 0xb52d.3-0xb52d.4 (0.1) 0xb520| 00 | . | local_message_type: 0 0xb52d.4-0xb52e (0.4) | | | data_message{}: 0xb52e-0xb53f (17) -0xb520| e4 76| .v| timestamp: 968193764 (s) 0xb52e-0xb532 (4) +0xb520| e4 76| .v| timestamp: 968193764 (2020-09-04T22:42:44Z) 0xb52e-0xb532 (4) 0xb530|b5 39 |.9 | 0xb530| 00 e8 03 00 | .... | distance: 2560 (256000) (m) 0xb532-0xb536 (4) 0xb530| e8 03 | .. | speed: 1 (1000) (m/s) 0xb536-0xb538 (2) @@ -41980,7 +41980,7 @@ $ fq -d fit dv activity_dev.fit 0xb530| 00| .| reserved: false 0xb53f.3-0xb53f.4 (0.1) 0xb530| 00| .| local_message_type: 0 0xb53f.4-0xb540 (0.4) | | | data_message{}: 0xb540-0xb551 (17) -0xb540|e5 76 b5 39 |.v.9 | timestamp: 968193765 (s) 0xb540-0xb544 (4) +0xb540|e5 76 b5 39 |.v.9 | timestamp: 968193765 (2020-09-04T22:42:45Z) 0xb540-0xb544 (4) 0xb540| 64 e8 03 00 | d... | distance: 2561 (256100) (m) 0xb544-0xb548 (4) 0xb540| e8 03 | .. | speed: 1 (1000) (m/s) 0xb548-0xb54a (2) 0xb540| 2e | . | heart_rate: 46 (bpm) 0xb54a-0xb54b (1) @@ -41996,7 +41996,7 @@ $ fq -d fit dv activity_dev.fit 0xb550| 00 | . | reserved: false 0xb551.3-0xb551.4 (0.1) 0xb550| 00 | . | local_message_type: 0 0xb551.4-0xb552 (0.4) | | | data_message{}: 0xb552-0xb563 (17) -0xb550| e6 76 b5 39 | .v.9 | timestamp: 968193766 (s) 0xb552-0xb556 (4) +0xb550| e6 76 b5 39 | .v.9 | timestamp: 968193766 (2020-09-04T22:42:46Z) 0xb552-0xb556 (4) 0xb550| c8 e8 03 00 | .... | distance: 2562 (256200) (m) 0xb556-0xb55a (4) 0xb550| e8 03 | .. | speed: 1 (1000) (m/s) 0xb55a-0xb55c (2) 0xb550| 28 | ( | heart_rate: 40 (bpm) 0xb55c-0xb55d (1) @@ -42012,7 +42012,7 @@ $ fq -d fit dv activity_dev.fit 0xb560| 00 | . | reserved: false 0xb563.3-0xb563.4 (0.1) 0xb560| 00 | . | local_message_type: 0 0xb563.4-0xb564 (0.4) | | | data_message{}: 0xb564-0xb575 (17) -0xb560| e7 76 b5 39 | .v.9 | timestamp: 968193767 (s) 0xb564-0xb568 (4) +0xb560| e7 76 b5 39 | .v.9 | timestamp: 968193767 (2020-09-04T22:42:47Z) 0xb564-0xb568 (4) 0xb560| 2c e9 03 00 | ,... | distance: 2563 (256300) (m) 0xb568-0xb56c (4) 0xb560| e8 03 | .. | speed: 1 (1000) (m/s) 0xb56c-0xb56e (2) 0xb560| 22 | " | heart_rate: 34 (bpm) 0xb56e-0xb56f (1) @@ -42028,7 +42028,7 @@ $ fq -d fit dv activity_dev.fit 0xb570| 00 | . | reserved: false 0xb575.3-0xb575.4 (0.1) 0xb570| 00 | . | local_message_type: 0 0xb575.4-0xb576 (0.4) | | | data_message{}: 0xb576-0xb587 (17) -0xb570| e8 76 b5 39 | .v.9 | timestamp: 968193768 (s) 0xb576-0xb57a (4) +0xb570| e8 76 b5 39 | .v.9 | timestamp: 968193768 (2020-09-04T22:42:48Z) 0xb576-0xb57a (4) 0xb570| 90 e9 03 00 | .... | distance: 2564 (256400) (m) 0xb57a-0xb57e (4) 0xb570| e8 03| ..| speed: 1 (1000) (m/s) 0xb57e-0xb580 (2) 0xb580|1d |. | heart_rate: 29 (bpm) 0xb580-0xb581 (1) @@ -42044,7 +42044,7 @@ $ fq -d fit dv activity_dev.fit 0xb580| 00 | . | reserved: false 0xb587.3-0xb587.4 (0.1) 0xb580| 00 | . | local_message_type: 0 0xb587.4-0xb588 (0.4) | | | data_message{}: 0xb588-0xb599 (17) -0xb580| e9 76 b5 39 | .v.9 | timestamp: 968193769 (s) 0xb588-0xb58c (4) +0xb580| e9 76 b5 39 | .v.9 | timestamp: 968193769 (2020-09-04T22:42:49Z) 0xb588-0xb58c (4) 0xb580| f4 e9 03 00| ....| distance: 2565 (256500) (m) 0xb58c-0xb590 (4) 0xb590|e8 03 |.. | speed: 1 (1000) (m/s) 0xb590-0xb592 (2) 0xb590| 18 | . | heart_rate: 24 (bpm) 0xb592-0xb593 (1) @@ -42060,7 +42060,7 @@ $ fq -d fit dv activity_dev.fit 0xb590| 00 | . | reserved: false 0xb599.3-0xb599.4 (0.1) 0xb590| 00 | . | local_message_type: 0 0xb599.4-0xb59a (0.4) | | | data_message{}: 0xb59a-0xb5ab (17) -0xb590| ea 76 b5 39 | .v.9 | timestamp: 968193770 (s) 0xb59a-0xb59e (4) +0xb590| ea 76 b5 39 | .v.9 | timestamp: 968193770 (2020-09-04T22:42:50Z) 0xb59a-0xb59e (4) 0xb590| 58 ea| X.| distance: 2566 (256600) (m) 0xb59e-0xb5a2 (4) 0xb5a0|03 00 |.. | 0xb5a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb5a2-0xb5a4 (2) @@ -42077,7 +42077,7 @@ $ fq -d fit dv activity_dev.fit 0xb5a0| 00 | . | reserved: false 0xb5ab.3-0xb5ab.4 (0.1) 0xb5a0| 00 | . | local_message_type: 0 0xb5ab.4-0xb5ac (0.4) | | | data_message{}: 0xb5ac-0xb5bd (17) -0xb5a0| eb 76 b5 39| .v.9| timestamp: 968193771 (s) 0xb5ac-0xb5b0 (4) +0xb5a0| eb 76 b5 39| .v.9| timestamp: 968193771 (2020-09-04T22:42:51Z) 0xb5ac-0xb5b0 (4) 0xb5b0|bc ea 03 00 |.... | distance: 2567 (256700) (m) 0xb5b0-0xb5b4 (4) 0xb5b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb5b4-0xb5b6 (2) 0xb5b0| 0f | . | heart_rate: 15 (bpm) 0xb5b6-0xb5b7 (1) @@ -42093,7 +42093,7 @@ $ fq -d fit dv activity_dev.fit 0xb5b0| 00 | . | reserved: false 0xb5bd.3-0xb5bd.4 (0.1) 0xb5b0| 00 | . | local_message_type: 0 0xb5bd.4-0xb5be (0.4) | | | data_message{}: 0xb5be-0xb5cf (17) -0xb5b0| ec 76| .v| timestamp: 968193772 (s) 0xb5be-0xb5c2 (4) +0xb5b0| ec 76| .v| timestamp: 968193772 (2020-09-04T22:42:52Z) 0xb5be-0xb5c2 (4) 0xb5c0|b5 39 |.9 | 0xb5c0| 20 eb 03 00 | ... | distance: 2568 (256800) (m) 0xb5c2-0xb5c6 (4) 0xb5c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb5c6-0xb5c8 (2) @@ -42110,7 +42110,7 @@ $ fq -d fit dv activity_dev.fit 0xb5c0| 00| .| reserved: false 0xb5cf.3-0xb5cf.4 (0.1) 0xb5c0| 00| .| local_message_type: 0 0xb5cf.4-0xb5d0 (0.4) | | | data_message{}: 0xb5d0-0xb5e1 (17) -0xb5d0|ed 76 b5 39 |.v.9 | timestamp: 968193773 (s) 0xb5d0-0xb5d4 (4) +0xb5d0|ed 76 b5 39 |.v.9 | timestamp: 968193773 (2020-09-04T22:42:53Z) 0xb5d0-0xb5d4 (4) 0xb5d0| 84 eb 03 00 | .... | distance: 2569 (256900) (m) 0xb5d4-0xb5d8 (4) 0xb5d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb5d8-0xb5da (2) 0xb5d0| 08 | . | heart_rate: 8 (bpm) 0xb5da-0xb5db (1) @@ -42126,7 +42126,7 @@ $ fq -d fit dv activity_dev.fit 0xb5e0| 00 | . | reserved: false 0xb5e1.3-0xb5e1.4 (0.1) 0xb5e0| 00 | . | local_message_type: 0 0xb5e1.4-0xb5e2 (0.4) | | | data_message{}: 0xb5e2-0xb5f3 (17) -0xb5e0| ee 76 b5 39 | .v.9 | timestamp: 968193774 (s) 0xb5e2-0xb5e6 (4) +0xb5e0| ee 76 b5 39 | .v.9 | timestamp: 968193774 (2020-09-04T22:42:54Z) 0xb5e2-0xb5e6 (4) 0xb5e0| e8 eb 03 00 | .... | distance: 2570 (257000) (m) 0xb5e6-0xb5ea (4) 0xb5e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb5ea-0xb5ec (2) 0xb5e0| 06 | . | heart_rate: 6 (bpm) 0xb5ec-0xb5ed (1) @@ -42142,7 +42142,7 @@ $ fq -d fit dv activity_dev.fit 0xb5f0| 00 | . | reserved: false 0xb5f3.3-0xb5f3.4 (0.1) 0xb5f0| 00 | . | local_message_type: 0 0xb5f3.4-0xb5f4 (0.4) | | | data_message{}: 0xb5f4-0xb605 (17) -0xb5f0| ef 76 b5 39 | .v.9 | timestamp: 968193775 (s) 0xb5f4-0xb5f8 (4) +0xb5f0| ef 76 b5 39 | .v.9 | timestamp: 968193775 (2020-09-04T22:42:55Z) 0xb5f4-0xb5f8 (4) 0xb5f0| 4c ec 03 00 | L... | distance: 2571 (257100) (m) 0xb5f8-0xb5fc (4) 0xb5f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb5fc-0xb5fe (2) 0xb5f0| 03 | . | heart_rate: 3 (bpm) 0xb5fe-0xb5ff (1) @@ -42158,7 +42158,7 @@ $ fq -d fit dv activity_dev.fit 0xb600| 00 | . | reserved: false 0xb605.3-0xb605.4 (0.1) 0xb600| 00 | . | local_message_type: 0 0xb605.4-0xb606 (0.4) | | | data_message{}: 0xb606-0xb617 (17) -0xb600| f0 76 b5 39 | .v.9 | timestamp: 968193776 (s) 0xb606-0xb60a (4) +0xb600| f0 76 b5 39 | .v.9 | timestamp: 968193776 (2020-09-04T22:42:56Z) 0xb606-0xb60a (4) 0xb600| b0 ec 03 00 | .... | distance: 2572 (257200) (m) 0xb60a-0xb60e (4) 0xb600| e8 03| ..| speed: 1 (1000) (m/s) 0xb60e-0xb610 (2) 0xb610|02 |. | heart_rate: 2 (bpm) 0xb610-0xb611 (1) @@ -42174,7 +42174,7 @@ $ fq -d fit dv activity_dev.fit 0xb610| 00 | . | reserved: false 0xb617.3-0xb617.4 (0.1) 0xb610| 00 | . | local_message_type: 0 0xb617.4-0xb618 (0.4) | | | data_message{}: 0xb618-0xb629 (17) -0xb610| f1 76 b5 39 | .v.9 | timestamp: 968193777 (s) 0xb618-0xb61c (4) +0xb610| f1 76 b5 39 | .v.9 | timestamp: 968193777 (2020-09-04T22:42:57Z) 0xb618-0xb61c (4) 0xb610| 14 ed 03 00| ....| distance: 2573 (257300) (m) 0xb61c-0xb620 (4) 0xb620|e8 03 |.. | speed: 1 (1000) (m/s) 0xb620-0xb622 (2) 0xb620| 01 | . | heart_rate: 1 (bpm) 0xb622-0xb623 (1) @@ -42190,7 +42190,7 @@ $ fq -d fit dv activity_dev.fit 0xb620| 00 | . | reserved: false 0xb629.3-0xb629.4 (0.1) 0xb620| 00 | . | local_message_type: 0 0xb629.4-0xb62a (0.4) | | | data_message{}: 0xb62a-0xb63b (17) -0xb620| f2 76 b5 39 | .v.9 | timestamp: 968193778 (s) 0xb62a-0xb62e (4) +0xb620| f2 76 b5 39 | .v.9 | timestamp: 968193778 (2020-09-04T22:42:58Z) 0xb62a-0xb62e (4) 0xb620| 78 ed| x.| distance: 2574 (257400) (m) 0xb62e-0xb632 (4) 0xb630|03 00 |.. | 0xb630| e8 03 | .. | speed: 1 (1000) (m/s) 0xb632-0xb634 (2) @@ -42207,7 +42207,7 @@ $ fq -d fit dv activity_dev.fit 0xb630| 00 | . | reserved: false 0xb63b.3-0xb63b.4 (0.1) 0xb630| 00 | . | local_message_type: 0 0xb63b.4-0xb63c (0.4) | | | data_message{}: 0xb63c-0xb64d (17) -0xb630| f3 76 b5 39| .v.9| timestamp: 968193779 (s) 0xb63c-0xb640 (4) +0xb630| f3 76 b5 39| .v.9| timestamp: 968193779 (2020-09-04T22:42:59Z) 0xb63c-0xb640 (4) 0xb640|dc ed 03 00 |.... | distance: 2575 (257500) (m) 0xb640-0xb644 (4) 0xb640| e8 03 | .. | speed: 1 (1000) (m/s) 0xb644-0xb646 (2) 0xb640| 00 | . | heart_rate: 0 (bpm) 0xb646-0xb647 (1) @@ -42223,7 +42223,7 @@ $ fq -d fit dv activity_dev.fit 0xb640| 00 | . | reserved: false 0xb64d.3-0xb64d.4 (0.1) 0xb640| 00 | . | local_message_type: 0 0xb64d.4-0xb64e (0.4) | | | data_message{}: 0xb64e-0xb65f (17) -0xb640| f4 76| .v| timestamp: 968193780 (s) 0xb64e-0xb652 (4) +0xb640| f4 76| .v| timestamp: 968193780 (2020-09-04T22:43:00Z) 0xb64e-0xb652 (4) 0xb650|b5 39 |.9 | 0xb650| 40 ee 03 00 | @... | distance: 2576 (257600) (m) 0xb652-0xb656 (4) 0xb650| e8 03 | .. | speed: 1 (1000) (m/s) 0xb656-0xb658 (2) @@ -42240,7 +42240,7 @@ $ fq -d fit dv activity_dev.fit 0xb650| 00| .| reserved: false 0xb65f.3-0xb65f.4 (0.1) 0xb650| 00| .| local_message_type: 0 0xb65f.4-0xb660 (0.4) | | | data_message{}: 0xb660-0xb671 (17) -0xb660|f5 76 b5 39 |.v.9 | timestamp: 968193781 (s) 0xb660-0xb664 (4) +0xb660|f5 76 b5 39 |.v.9 | timestamp: 968193781 (2020-09-04T22:43:01Z) 0xb660-0xb664 (4) 0xb660| a4 ee 03 00 | .... | distance: 2577 (257700) (m) 0xb664-0xb668 (4) 0xb660| e8 03 | .. | speed: 1 (1000) (m/s) 0xb668-0xb66a (2) 0xb660| 01 | . | heart_rate: 1 (bpm) 0xb66a-0xb66b (1) @@ -42256,7 +42256,7 @@ $ fq -d fit dv activity_dev.fit 0xb670| 00 | . | reserved: false 0xb671.3-0xb671.4 (0.1) 0xb670| 00 | . | local_message_type: 0 0xb671.4-0xb672 (0.4) | | | data_message{}: 0xb672-0xb683 (17) -0xb670| f6 76 b5 39 | .v.9 | timestamp: 968193782 (s) 0xb672-0xb676 (4) +0xb670| f6 76 b5 39 | .v.9 | timestamp: 968193782 (2020-09-04T22:43:02Z) 0xb672-0xb676 (4) 0xb670| 08 ef 03 00 | .... | distance: 2578 (257800) (m) 0xb676-0xb67a (4) 0xb670| e8 03 | .. | speed: 1 (1000) (m/s) 0xb67a-0xb67c (2) 0xb670| 02 | . | heart_rate: 2 (bpm) 0xb67c-0xb67d (1) @@ -42272,7 +42272,7 @@ $ fq -d fit dv activity_dev.fit 0xb680| 00 | . | reserved: false 0xb683.3-0xb683.4 (0.1) 0xb680| 00 | . | local_message_type: 0 0xb683.4-0xb684 (0.4) | | | data_message{}: 0xb684-0xb695 (17) -0xb680| f7 76 b5 39 | .v.9 | timestamp: 968193783 (s) 0xb684-0xb688 (4) +0xb680| f7 76 b5 39 | .v.9 | timestamp: 968193783 (2020-09-04T22:43:03Z) 0xb684-0xb688 (4) 0xb680| 6c ef 03 00 | l... | distance: 2579 (257900) (m) 0xb688-0xb68c (4) 0xb680| e8 03 | .. | speed: 1 (1000) (m/s) 0xb68c-0xb68e (2) 0xb680| 03 | . | heart_rate: 3 (bpm) 0xb68e-0xb68f (1) @@ -42288,7 +42288,7 @@ $ fq -d fit dv activity_dev.fit 0xb690| 00 | . | reserved: false 0xb695.3-0xb695.4 (0.1) 0xb690| 00 | . | local_message_type: 0 0xb695.4-0xb696 (0.4) | | | data_message{}: 0xb696-0xb6a7 (17) -0xb690| f8 76 b5 39 | .v.9 | timestamp: 968193784 (s) 0xb696-0xb69a (4) +0xb690| f8 76 b5 39 | .v.9 | timestamp: 968193784 (2020-09-04T22:43:04Z) 0xb696-0xb69a (4) 0xb690| d0 ef 03 00 | .... | distance: 2580 (258000) (m) 0xb69a-0xb69e (4) 0xb690| e8 03| ..| speed: 1 (1000) (m/s) 0xb69e-0xb6a0 (2) 0xb6a0|06 |. | heart_rate: 6 (bpm) 0xb6a0-0xb6a1 (1) @@ -42304,7 +42304,7 @@ $ fq -d fit dv activity_dev.fit 0xb6a0| 00 | . | reserved: false 0xb6a7.3-0xb6a7.4 (0.1) 0xb6a0| 00 | . | local_message_type: 0 0xb6a7.4-0xb6a8 (0.4) | | | data_message{}: 0xb6a8-0xb6b9 (17) -0xb6a0| f9 76 b5 39 | .v.9 | timestamp: 968193785 (s) 0xb6a8-0xb6ac (4) +0xb6a0| f9 76 b5 39 | .v.9 | timestamp: 968193785 (2020-09-04T22:43:05Z) 0xb6a8-0xb6ac (4) 0xb6a0| 34 f0 03 00| 4...| distance: 2581 (258100) (m) 0xb6ac-0xb6b0 (4) 0xb6b0|e8 03 |.. | speed: 1 (1000) (m/s) 0xb6b0-0xb6b2 (2) 0xb6b0| 08 | . | heart_rate: 8 (bpm) 0xb6b2-0xb6b3 (1) @@ -42320,7 +42320,7 @@ $ fq -d fit dv activity_dev.fit 0xb6b0| 00 | . | reserved: false 0xb6b9.3-0xb6b9.4 (0.1) 0xb6b0| 00 | . | local_message_type: 0 0xb6b9.4-0xb6ba (0.4) | | | data_message{}: 0xb6ba-0xb6cb (17) -0xb6b0| fa 76 b5 39 | .v.9 | timestamp: 968193786 (s) 0xb6ba-0xb6be (4) +0xb6b0| fa 76 b5 39 | .v.9 | timestamp: 968193786 (2020-09-04T22:43:06Z) 0xb6ba-0xb6be (4) 0xb6b0| 98 f0| ..| distance: 2582 (258200) (m) 0xb6be-0xb6c2 (4) 0xb6c0|03 00 |.. | 0xb6c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb6c2-0xb6c4 (2) @@ -42337,7 +42337,7 @@ $ fq -d fit dv activity_dev.fit 0xb6c0| 00 | . | reserved: false 0xb6cb.3-0xb6cb.4 (0.1) 0xb6c0| 00 | . | local_message_type: 0 0xb6cb.4-0xb6cc (0.4) | | | data_message{}: 0xb6cc-0xb6dd (17) -0xb6c0| fb 76 b5 39| .v.9| timestamp: 968193787 (s) 0xb6cc-0xb6d0 (4) +0xb6c0| fb 76 b5 39| .v.9| timestamp: 968193787 (2020-09-04T22:43:07Z) 0xb6cc-0xb6d0 (4) 0xb6d0|fc f0 03 00 |.... | distance: 2583 (258300) (m) 0xb6d0-0xb6d4 (4) 0xb6d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb6d4-0xb6d6 (2) 0xb6d0| 0f | . | heart_rate: 15 (bpm) 0xb6d6-0xb6d7 (1) @@ -42353,7 +42353,7 @@ $ fq -d fit dv activity_dev.fit 0xb6d0| 00 | . | reserved: false 0xb6dd.3-0xb6dd.4 (0.1) 0xb6d0| 00 | . | local_message_type: 0 0xb6dd.4-0xb6de (0.4) | | | data_message{}: 0xb6de-0xb6ef (17) -0xb6d0| fc 76| .v| timestamp: 968193788 (s) 0xb6de-0xb6e2 (4) +0xb6d0| fc 76| .v| timestamp: 968193788 (2020-09-04T22:43:08Z) 0xb6de-0xb6e2 (4) 0xb6e0|b5 39 |.9 | 0xb6e0| 60 f1 03 00 | `... | distance: 2584 (258400) (m) 0xb6e2-0xb6e6 (4) 0xb6e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb6e6-0xb6e8 (2) @@ -42370,7 +42370,7 @@ $ fq -d fit dv activity_dev.fit 0xb6e0| 00| .| reserved: false 0xb6ef.3-0xb6ef.4 (0.1) 0xb6e0| 00| .| local_message_type: 0 0xb6ef.4-0xb6f0 (0.4) | | | data_message{}: 0xb6f0-0xb701 (17) -0xb6f0|fd 76 b5 39 |.v.9 | timestamp: 968193789 (s) 0xb6f0-0xb6f4 (4) +0xb6f0|fd 76 b5 39 |.v.9 | timestamp: 968193789 (2020-09-04T22:43:09Z) 0xb6f0-0xb6f4 (4) 0xb6f0| c4 f1 03 00 | .... | distance: 2585 (258500) (m) 0xb6f4-0xb6f8 (4) 0xb6f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb6f8-0xb6fa (2) 0xb6f0| 18 | . | heart_rate: 24 (bpm) 0xb6fa-0xb6fb (1) @@ -42386,7 +42386,7 @@ $ fq -d fit dv activity_dev.fit 0xb700| 00 | . | reserved: false 0xb701.3-0xb701.4 (0.1) 0xb700| 00 | . | local_message_type: 0 0xb701.4-0xb702 (0.4) | | | data_message{}: 0xb702-0xb713 (17) -0xb700| fe 76 b5 39 | .v.9 | timestamp: 968193790 (s) 0xb702-0xb706 (4) +0xb700| fe 76 b5 39 | .v.9 | timestamp: 968193790 (2020-09-04T22:43:10Z) 0xb702-0xb706 (4) 0xb700| 28 f2 03 00 | (... | distance: 2586 (258600) (m) 0xb706-0xb70a (4) 0xb700| e8 03 | .. | speed: 1 (1000) (m/s) 0xb70a-0xb70c (2) 0xb700| 1d | . | heart_rate: 29 (bpm) 0xb70c-0xb70d (1) @@ -42402,7 +42402,7 @@ $ fq -d fit dv activity_dev.fit 0xb710| 00 | . | reserved: false 0xb713.3-0xb713.4 (0.1) 0xb710| 00 | . | local_message_type: 0 0xb713.4-0xb714 (0.4) | | | data_message{}: 0xb714-0xb725 (17) -0xb710| ff 76 b5 39 | .v.9 | timestamp: 968193791 (s) 0xb714-0xb718 (4) +0xb710| ff 76 b5 39 | .v.9 | timestamp: 968193791 (2020-09-04T22:43:11Z) 0xb714-0xb718 (4) 0xb710| 8c f2 03 00 | .... | distance: 2587 (258700) (m) 0xb718-0xb71c (4) 0xb710| e8 03 | .. | speed: 1 (1000) (m/s) 0xb71c-0xb71e (2) 0xb710| 22 | " | heart_rate: 34 (bpm) 0xb71e-0xb71f (1) @@ -42418,7 +42418,7 @@ $ fq -d fit dv activity_dev.fit 0xb720| 00 | . | reserved: false 0xb725.3-0xb725.4 (0.1) 0xb720| 00 | . | local_message_type: 0 0xb725.4-0xb726 (0.4) | | | data_message{}: 0xb726-0xb737 (17) -0xb720| 00 77 b5 39 | .w.9 | timestamp: 968193792 (s) 0xb726-0xb72a (4) +0xb720| 00 77 b5 39 | .w.9 | timestamp: 968193792 (2020-09-04T22:43:12Z) 0xb726-0xb72a (4) 0xb720| f0 f2 03 00 | .... | distance: 2588 (258800) (m) 0xb72a-0xb72e (4) 0xb720| e8 03| ..| speed: 1 (1000) (m/s) 0xb72e-0xb730 (2) 0xb730|28 |( | heart_rate: 40 (bpm) 0xb730-0xb731 (1) @@ -42434,7 +42434,7 @@ $ fq -d fit dv activity_dev.fit 0xb730| 00 | . | reserved: false 0xb737.3-0xb737.4 (0.1) 0xb730| 00 | . | local_message_type: 0 0xb737.4-0xb738 (0.4) | | | data_message{}: 0xb738-0xb749 (17) -0xb730| 01 77 b5 39 | .w.9 | timestamp: 968193793 (s) 0xb738-0xb73c (4) +0xb730| 01 77 b5 39 | .w.9 | timestamp: 968193793 (2020-09-04T22:43:13Z) 0xb738-0xb73c (4) 0xb730| 54 f3 03 00| T...| distance: 2589 (258900) (m) 0xb73c-0xb740 (4) 0xb740|e8 03 |.. | speed: 1 (1000) (m/s) 0xb740-0xb742 (2) 0xb740| 2e | . | heart_rate: 46 (bpm) 0xb742-0xb743 (1) @@ -42450,7 +42450,7 @@ $ fq -d fit dv activity_dev.fit 0xb740| 00 | . | reserved: false 0xb749.3-0xb749.4 (0.1) 0xb740| 00 | . | local_message_type: 0 0xb749.4-0xb74a (0.4) | | | data_message{}: 0xb74a-0xb75b (17) -0xb740| 02 77 b5 39 | .w.9 | timestamp: 968193794 (s) 0xb74a-0xb74e (4) +0xb740| 02 77 b5 39 | .w.9 | timestamp: 968193794 (2020-09-04T22:43:14Z) 0xb74a-0xb74e (4) 0xb740| b8 f3| ..| distance: 2590 (259000) (m) 0xb74e-0xb752 (4) 0xb750|03 00 |.. | 0xb750| e8 03 | .. | speed: 1 (1000) (m/s) 0xb752-0xb754 (2) @@ -42467,7 +42467,7 @@ $ fq -d fit dv activity_dev.fit 0xb750| 00 | . | reserved: false 0xb75b.3-0xb75b.4 (0.1) 0xb750| 00 | . | local_message_type: 0 0xb75b.4-0xb75c (0.4) | | | data_message{}: 0xb75c-0xb76d (17) -0xb750| 03 77 b5 39| .w.9| timestamp: 968193795 (s) 0xb75c-0xb760 (4) +0xb750| 03 77 b5 39| .w.9| timestamp: 968193795 (2020-09-04T22:43:15Z) 0xb75c-0xb760 (4) 0xb760|1c f4 03 00 |.... | distance: 2591 (259100) (m) 0xb760-0xb764 (4) 0xb760| e8 03 | .. | speed: 1 (1000) (m/s) 0xb764-0xb766 (2) 0xb760| 3a | : | heart_rate: 58 (bpm) 0xb766-0xb767 (1) @@ -42483,7 +42483,7 @@ $ fq -d fit dv activity_dev.fit 0xb760| 00 | . | reserved: false 0xb76d.3-0xb76d.4 (0.1) 0xb760| 00 | . | local_message_type: 0 0xb76d.4-0xb76e (0.4) | | | data_message{}: 0xb76e-0xb77f (17) -0xb760| 04 77| .w| timestamp: 968193796 (s) 0xb76e-0xb772 (4) +0xb760| 04 77| .w| timestamp: 968193796 (2020-09-04T22:43:16Z) 0xb76e-0xb772 (4) 0xb770|b5 39 |.9 | 0xb770| 80 f4 03 00 | .... | distance: 2592 (259200) (m) 0xb772-0xb776 (4) 0xb770| e8 03 | .. | speed: 1 (1000) (m/s) 0xb776-0xb778 (2) @@ -42500,7 +42500,7 @@ $ fq -d fit dv activity_dev.fit 0xb770| 00| .| reserved: false 0xb77f.3-0xb77f.4 (0.1) 0xb770| 00| .| local_message_type: 0 0xb77f.4-0xb780 (0.4) | | | data_message{}: 0xb780-0xb791 (17) -0xb780|05 77 b5 39 |.w.9 | timestamp: 968193797 (s) 0xb780-0xb784 (4) +0xb780|05 77 b5 39 |.w.9 | timestamp: 968193797 (2020-09-04T22:43:17Z) 0xb780-0xb784 (4) 0xb780| e4 f4 03 00 | .... | distance: 2593 (259300) (m) 0xb784-0xb788 (4) 0xb780| e8 03 | .. | speed: 1 (1000) (m/s) 0xb788-0xb78a (2) 0xb780| 48 | H | heart_rate: 72 (bpm) 0xb78a-0xb78b (1) @@ -42516,7 +42516,7 @@ $ fq -d fit dv activity_dev.fit 0xb790| 00 | . | reserved: false 0xb791.3-0xb791.4 (0.1) 0xb790| 00 | . | local_message_type: 0 0xb791.4-0xb792 (0.4) | | | data_message{}: 0xb792-0xb7a3 (17) -0xb790| 06 77 b5 39 | .w.9 | timestamp: 968193798 (s) 0xb792-0xb796 (4) +0xb790| 06 77 b5 39 | .w.9 | timestamp: 968193798 (2020-09-04T22:43:18Z) 0xb792-0xb796 (4) 0xb790| 48 f5 03 00 | H... | distance: 2594 (259400) (m) 0xb796-0xb79a (4) 0xb790| e8 03 | .. | speed: 1 (1000) (m/s) 0xb79a-0xb79c (2) 0xb790| 50 | P | heart_rate: 80 (bpm) 0xb79c-0xb79d (1) @@ -42532,7 +42532,7 @@ $ fq -d fit dv activity_dev.fit 0xb7a0| 00 | . | reserved: false 0xb7a3.3-0xb7a3.4 (0.1) 0xb7a0| 00 | . | local_message_type: 0 0xb7a3.4-0xb7a4 (0.4) | | | data_message{}: 0xb7a4-0xb7b5 (17) -0xb7a0| 07 77 b5 39 | .w.9 | timestamp: 968193799 (s) 0xb7a4-0xb7a8 (4) +0xb7a0| 07 77 b5 39 | .w.9 | timestamp: 968193799 (2020-09-04T22:43:19Z) 0xb7a4-0xb7a8 (4) 0xb7a0| ac f5 03 00 | .... | distance: 2595 (259500) (m) 0xb7a8-0xb7ac (4) 0xb7a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb7ac-0xb7ae (2) 0xb7a0| 57 | W | heart_rate: 87 (bpm) 0xb7ae-0xb7af (1) @@ -42548,7 +42548,7 @@ $ fq -d fit dv activity_dev.fit 0xb7b0| 00 | . | reserved: false 0xb7b5.3-0xb7b5.4 (0.1) 0xb7b0| 00 | . | local_message_type: 0 0xb7b5.4-0xb7b6 (0.4) | | | data_message{}: 0xb7b6-0xb7c7 (17) -0xb7b0| 08 77 b5 39 | .w.9 | timestamp: 968193800 (s) 0xb7b6-0xb7ba (4) +0xb7b0| 08 77 b5 39 | .w.9 | timestamp: 968193800 (2020-09-04T22:43:20Z) 0xb7b6-0xb7ba (4) 0xb7b0| 10 f6 03 00 | .... | distance: 2596 (259600) (m) 0xb7ba-0xb7be (4) 0xb7b0| e8 03| ..| speed: 1 (1000) (m/s) 0xb7be-0xb7c0 (2) 0xb7c0|5f |_ | heart_rate: 95 (bpm) 0xb7c0-0xb7c1 (1) @@ -42564,7 +42564,7 @@ $ fq -d fit dv activity_dev.fit 0xb7c0| 00 | . | reserved: false 0xb7c7.3-0xb7c7.4 (0.1) 0xb7c0| 00 | . | local_message_type: 0 0xb7c7.4-0xb7c8 (0.4) | | | data_message{}: 0xb7c8-0xb7d9 (17) -0xb7c0| 09 77 b5 39 | .w.9 | timestamp: 968193801 (s) 0xb7c8-0xb7cc (4) +0xb7c0| 09 77 b5 39 | .w.9 | timestamp: 968193801 (2020-09-04T22:43:21Z) 0xb7c8-0xb7cc (4) 0xb7c0| 74 f6 03 00| t...| distance: 2597 (259700) (m) 0xb7cc-0xb7d0 (4) 0xb7d0|e8 03 |.. | speed: 1 (1000) (m/s) 0xb7d0-0xb7d2 (2) 0xb7d0| 67 | g | heart_rate: 103 (bpm) 0xb7d2-0xb7d3 (1) @@ -42580,7 +42580,7 @@ $ fq -d fit dv activity_dev.fit 0xb7d0| 00 | . | reserved: false 0xb7d9.3-0xb7d9.4 (0.1) 0xb7d0| 00 | . | local_message_type: 0 0xb7d9.4-0xb7da (0.4) | | | data_message{}: 0xb7da-0xb7eb (17) -0xb7d0| 0a 77 b5 39 | .w.9 | timestamp: 968193802 (s) 0xb7da-0xb7de (4) +0xb7d0| 0a 77 b5 39 | .w.9 | timestamp: 968193802 (2020-09-04T22:43:22Z) 0xb7da-0xb7de (4) 0xb7d0| d8 f6| ..| distance: 2598 (259800) (m) 0xb7de-0xb7e2 (4) 0xb7e0|03 00 |.. | 0xb7e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb7e2-0xb7e4 (2) @@ -42597,7 +42597,7 @@ $ fq -d fit dv activity_dev.fit 0xb7e0| 00 | . | reserved: false 0xb7eb.3-0xb7eb.4 (0.1) 0xb7e0| 00 | . | local_message_type: 0 0xb7eb.4-0xb7ec (0.4) | | | data_message{}: 0xb7ec-0xb7fd (17) -0xb7e0| 0b 77 b5 39| .w.9| timestamp: 968193803 (s) 0xb7ec-0xb7f0 (4) +0xb7e0| 0b 77 b5 39| .w.9| timestamp: 968193803 (2020-09-04T22:43:23Z) 0xb7ec-0xb7f0 (4) 0xb7f0|3c f7 03 00 |<... | distance: 2599 (259900) (m) 0xb7f0-0xb7f4 (4) 0xb7f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb7f4-0xb7f6 (2) 0xb7f0| 77 | w | heart_rate: 119 (bpm) 0xb7f6-0xb7f7 (1) @@ -42613,7 +42613,7 @@ $ fq -d fit dv activity_dev.fit 0xb7f0| 00 | . | reserved: false 0xb7fd.3-0xb7fd.4 (0.1) 0xb7f0| 00 | . | local_message_type: 0 0xb7fd.4-0xb7fe (0.4) | | | data_message{}: 0xb7fe-0xb80f (17) -0xb7f0| 0c 77| .w| timestamp: 968193804 (s) 0xb7fe-0xb802 (4) +0xb7f0| 0c 77| .w| timestamp: 968193804 (2020-09-04T22:43:24Z) 0xb7fe-0xb802 (4) 0xb800|b5 39 |.9 | 0xb800| a0 f7 03 00 | .... | distance: 2600 (260000) (m) 0xb802-0xb806 (4) 0xb800| e8 03 | .. | speed: 1 (1000) (m/s) 0xb806-0xb808 (2) @@ -42630,7 +42630,7 @@ $ fq -d fit dv activity_dev.fit 0xb800| 00| .| reserved: false 0xb80f.3-0xb80f.4 (0.1) 0xb800| 00| .| local_message_type: 0 0xb80f.4-0xb810 (0.4) | | | data_message{}: 0xb810-0xb821 (17) -0xb810|0d 77 b5 39 |.w.9 | timestamp: 968193805 (s) 0xb810-0xb814 (4) +0xb810|0d 77 b5 39 |.w.9 | timestamp: 968193805 (2020-09-04T22:43:25Z) 0xb810-0xb814 (4) 0xb810| 04 f8 03 00 | .... | distance: 2601 (260100) (m) 0xb814-0xb818 (4) 0xb810| e8 03 | .. | speed: 1 (1000) (m/s) 0xb818-0xb81a (2) 0xb810| 86 | . | heart_rate: 134 (bpm) 0xb81a-0xb81b (1) @@ -42646,7 +42646,7 @@ $ fq -d fit dv activity_dev.fit 0xb820| 00 | . | reserved: false 0xb821.3-0xb821.4 (0.1) 0xb820| 00 | . | local_message_type: 0 0xb821.4-0xb822 (0.4) | | | data_message{}: 0xb822-0xb833 (17) -0xb820| 0e 77 b5 39 | .w.9 | timestamp: 968193806 (s) 0xb822-0xb826 (4) +0xb820| 0e 77 b5 39 | .w.9 | timestamp: 968193806 (2020-09-04T22:43:26Z) 0xb822-0xb826 (4) 0xb820| 68 f8 03 00 | h... | distance: 2602 (260200) (m) 0xb826-0xb82a (4) 0xb820| e8 03 | .. | speed: 1 (1000) (m/s) 0xb82a-0xb82c (2) 0xb820| 8e | . | heart_rate: 142 (bpm) 0xb82c-0xb82d (1) @@ -42662,7 +42662,7 @@ $ fq -d fit dv activity_dev.fit 0xb830| 00 | . | reserved: false 0xb833.3-0xb833.4 (0.1) 0xb830| 00 | . | local_message_type: 0 0xb833.4-0xb834 (0.4) | | | data_message{}: 0xb834-0xb845 (17) -0xb830| 0f 77 b5 39 | .w.9 | timestamp: 968193807 (s) 0xb834-0xb838 (4) +0xb830| 0f 77 b5 39 | .w.9 | timestamp: 968193807 (2020-09-04T22:43:27Z) 0xb834-0xb838 (4) 0xb830| cc f8 03 00 | .... | distance: 2603 (260300) (m) 0xb838-0xb83c (4) 0xb830| e8 03 | .. | speed: 1 (1000) (m/s) 0xb83c-0xb83e (2) 0xb830| 96 | . | heart_rate: 150 (bpm) 0xb83e-0xb83f (1) @@ -42678,7 +42678,7 @@ $ fq -d fit dv activity_dev.fit 0xb840| 00 | . | reserved: false 0xb845.3-0xb845.4 (0.1) 0xb840| 00 | . | local_message_type: 0 0xb845.4-0xb846 (0.4) | | | data_message{}: 0xb846-0xb857 (17) -0xb840| 10 77 b5 39 | .w.9 | timestamp: 968193808 (s) 0xb846-0xb84a (4) +0xb840| 10 77 b5 39 | .w.9 | timestamp: 968193808 (2020-09-04T22:43:28Z) 0xb846-0xb84a (4) 0xb840| 30 f9 03 00 | 0... | distance: 2604 (260400) (m) 0xb84a-0xb84e (4) 0xb840| e8 03| ..| speed: 1 (1000) (m/s) 0xb84e-0xb850 (2) 0xb850|9e |. | heart_rate: 158 (bpm) 0xb850-0xb851 (1) @@ -42694,7 +42694,7 @@ $ fq -d fit dv activity_dev.fit 0xb850| 00 | . | reserved: false 0xb857.3-0xb857.4 (0.1) 0xb850| 00 | . | local_message_type: 0 0xb857.4-0xb858 (0.4) | | | data_message{}: 0xb858-0xb869 (17) -0xb850| 11 77 b5 39 | .w.9 | timestamp: 968193809 (s) 0xb858-0xb85c (4) +0xb850| 11 77 b5 39 | .w.9 | timestamp: 968193809 (2020-09-04T22:43:29Z) 0xb858-0xb85c (4) 0xb850| 94 f9 03 00| ....| distance: 2605 (260500) (m) 0xb85c-0xb860 (4) 0xb860|e8 03 |.. | speed: 1 (1000) (m/s) 0xb860-0xb862 (2) 0xb860| a6 | . | heart_rate: 166 (bpm) 0xb862-0xb863 (1) @@ -42710,7 +42710,7 @@ $ fq -d fit dv activity_dev.fit 0xb860| 00 | . | reserved: false 0xb869.3-0xb869.4 (0.1) 0xb860| 00 | . | local_message_type: 0 0xb869.4-0xb86a (0.4) | | | data_message{}: 0xb86a-0xb87b (17) -0xb860| 12 77 b5 39 | .w.9 | timestamp: 968193810 (s) 0xb86a-0xb86e (4) +0xb860| 12 77 b5 39 | .w.9 | timestamp: 968193810 (2020-09-04T22:43:30Z) 0xb86a-0xb86e (4) 0xb860| f8 f9| ..| distance: 2606 (260600) (m) 0xb86e-0xb872 (4) 0xb870|03 00 |.. | 0xb870| e8 03 | .. | speed: 1 (1000) (m/s) 0xb872-0xb874 (2) @@ -42727,7 +42727,7 @@ $ fq -d fit dv activity_dev.fit 0xb870| 00 | . | reserved: false 0xb87b.3-0xb87b.4 (0.1) 0xb870| 00 | . | local_message_type: 0 0xb87b.4-0xb87c (0.4) | | | data_message{}: 0xb87c-0xb88d (17) -0xb870| 13 77 b5 39| .w.9| timestamp: 968193811 (s) 0xb87c-0xb880 (4) +0xb870| 13 77 b5 39| .w.9| timestamp: 968193811 (2020-09-04T22:43:31Z) 0xb87c-0xb880 (4) 0xb880|5c fa 03 00 |\... | distance: 2607 (260700) (m) 0xb880-0xb884 (4) 0xb880| e8 03 | .. | speed: 1 (1000) (m/s) 0xb884-0xb886 (2) 0xb880| b5 | . | heart_rate: 181 (bpm) 0xb886-0xb887 (1) @@ -42743,7 +42743,7 @@ $ fq -d fit dv activity_dev.fit 0xb880| 00 | . | reserved: false 0xb88d.3-0xb88d.4 (0.1) 0xb880| 00 | . | local_message_type: 0 0xb88d.4-0xb88e (0.4) | | | data_message{}: 0xb88e-0xb89f (17) -0xb880| 14 77| .w| timestamp: 968193812 (s) 0xb88e-0xb892 (4) +0xb880| 14 77| .w| timestamp: 968193812 (2020-09-04T22:43:32Z) 0xb88e-0xb892 (4) 0xb890|b5 39 |.9 | 0xb890| c0 fa 03 00 | .... | distance: 2608 (260800) (m) 0xb892-0xb896 (4) 0xb890| e8 03 | .. | speed: 1 (1000) (m/s) 0xb896-0xb898 (2) @@ -42760,7 +42760,7 @@ $ fq -d fit dv activity_dev.fit 0xb890| 00| .| reserved: false 0xb89f.3-0xb89f.4 (0.1) 0xb890| 00| .| local_message_type: 0 0xb89f.4-0xb8a0 (0.4) | | | data_message{}: 0xb8a0-0xb8b1 (17) -0xb8a0|15 77 b5 39 |.w.9 | timestamp: 968193813 (s) 0xb8a0-0xb8a4 (4) +0xb8a0|15 77 b5 39 |.w.9 | timestamp: 968193813 (2020-09-04T22:43:33Z) 0xb8a0-0xb8a4 (4) 0xb8a0| 24 fb 03 00 | $... | distance: 2609 (260900) (m) 0xb8a4-0xb8a8 (4) 0xb8a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb8a8-0xb8aa (2) 0xb8a0| c3 | . | heart_rate: 195 (bpm) 0xb8aa-0xb8ab (1) @@ -42776,7 +42776,7 @@ $ fq -d fit dv activity_dev.fit 0xb8b0| 00 | . | reserved: false 0xb8b1.3-0xb8b1.4 (0.1) 0xb8b0| 00 | . | local_message_type: 0 0xb8b1.4-0xb8b2 (0.4) | | | data_message{}: 0xb8b2-0xb8c3 (17) -0xb8b0| 16 77 b5 39 | .w.9 | timestamp: 968193814 (s) 0xb8b2-0xb8b6 (4) +0xb8b0| 16 77 b5 39 | .w.9 | timestamp: 968193814 (2020-09-04T22:43:34Z) 0xb8b2-0xb8b6 (4) 0xb8b0| 88 fb 03 00 | .... | distance: 2610 (261000) (m) 0xb8b6-0xb8ba (4) 0xb8b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb8ba-0xb8bc (2) 0xb8b0| c9 | . | heart_rate: 201 (bpm) 0xb8bc-0xb8bd (1) @@ -42792,7 +42792,7 @@ $ fq -d fit dv activity_dev.fit 0xb8c0| 00 | . | reserved: false 0xb8c3.3-0xb8c3.4 (0.1) 0xb8c0| 00 | . | local_message_type: 0 0xb8c3.4-0xb8c4 (0.4) | | | data_message{}: 0xb8c4-0xb8d5 (17) -0xb8c0| 17 77 b5 39 | .w.9 | timestamp: 968193815 (s) 0xb8c4-0xb8c8 (4) +0xb8c0| 17 77 b5 39 | .w.9 | timestamp: 968193815 (2020-09-04T22:43:35Z) 0xb8c4-0xb8c8 (4) 0xb8c0| ec fb 03 00 | .... | distance: 2611 (261100) (m) 0xb8c8-0xb8cc (4) 0xb8c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb8cc-0xb8ce (2) 0xb8c0| cf | . | heart_rate: 207 (bpm) 0xb8ce-0xb8cf (1) @@ -42808,7 +42808,7 @@ $ fq -d fit dv activity_dev.fit 0xb8d0| 00 | . | reserved: false 0xb8d5.3-0xb8d5.4 (0.1) 0xb8d0| 00 | . | local_message_type: 0 0xb8d5.4-0xb8d6 (0.4) | | | data_message{}: 0xb8d6-0xb8e7 (17) -0xb8d0| 18 77 b5 39 | .w.9 | timestamp: 968193816 (s) 0xb8d6-0xb8da (4) +0xb8d0| 18 77 b5 39 | .w.9 | timestamp: 968193816 (2020-09-04T22:43:36Z) 0xb8d6-0xb8da (4) 0xb8d0| 50 fc 03 00 | P... | distance: 2612 (261200) (m) 0xb8da-0xb8de (4) 0xb8d0| e8 03| ..| speed: 1 (1000) (m/s) 0xb8de-0xb8e0 (2) 0xb8e0|d5 |. | heart_rate: 213 (bpm) 0xb8e0-0xb8e1 (1) @@ -42824,7 +42824,7 @@ $ fq -d fit dv activity_dev.fit 0xb8e0| 00 | . | reserved: false 0xb8e7.3-0xb8e7.4 (0.1) 0xb8e0| 00 | . | local_message_type: 0 0xb8e7.4-0xb8e8 (0.4) | | | data_message{}: 0xb8e8-0xb8f9 (17) -0xb8e0| 19 77 b5 39 | .w.9 | timestamp: 968193817 (s) 0xb8e8-0xb8ec (4) +0xb8e0| 19 77 b5 39 | .w.9 | timestamp: 968193817 (2020-09-04T22:43:37Z) 0xb8e8-0xb8ec (4) 0xb8e0| b4 fc 03 00| ....| distance: 2613 (261300) (m) 0xb8ec-0xb8f0 (4) 0xb8f0|e8 03 |.. | speed: 1 (1000) (m/s) 0xb8f0-0xb8f2 (2) 0xb8f0| db | . | heart_rate: 219 (bpm) 0xb8f2-0xb8f3 (1) @@ -42840,7 +42840,7 @@ $ fq -d fit dv activity_dev.fit 0xb8f0| 00 | . | reserved: false 0xb8f9.3-0xb8f9.4 (0.1) 0xb8f0| 00 | . | local_message_type: 0 0xb8f9.4-0xb8fa (0.4) | | | data_message{}: 0xb8fa-0xb90b (17) -0xb8f0| 1a 77 b5 39 | .w.9 | timestamp: 968193818 (s) 0xb8fa-0xb8fe (4) +0xb8f0| 1a 77 b5 39 | .w.9 | timestamp: 968193818 (2020-09-04T22:43:38Z) 0xb8fa-0xb8fe (4) 0xb8f0| 18 fd| ..| distance: 2614 (261400) (m) 0xb8fe-0xb902 (4) 0xb900|03 00 |.. | 0xb900| e8 03 | .. | speed: 1 (1000) (m/s) 0xb902-0xb904 (2) @@ -42857,7 +42857,7 @@ $ fq -d fit dv activity_dev.fit 0xb900| 00 | . | reserved: false 0xb90b.3-0xb90b.4 (0.1) 0xb900| 00 | . | local_message_type: 0 0xb90b.4-0xb90c (0.4) | | | data_message{}: 0xb90c-0xb91d (17) -0xb900| 1b 77 b5 39| .w.9| timestamp: 968193819 (s) 0xb90c-0xb910 (4) +0xb900| 1b 77 b5 39| .w.9| timestamp: 968193819 (2020-09-04T22:43:39Z) 0xb90c-0xb910 (4) 0xb910|7c fd 03 00 ||... | distance: 2615 (261500) (m) 0xb910-0xb914 (4) 0xb910| e8 03 | .. | speed: 1 (1000) (m/s) 0xb914-0xb916 (2) 0xb910| e5 | . | heart_rate: 229 (bpm) 0xb916-0xb917 (1) @@ -42873,7 +42873,7 @@ $ fq -d fit dv activity_dev.fit 0xb910| 00 | . | reserved: false 0xb91d.3-0xb91d.4 (0.1) 0xb910| 00 | . | local_message_type: 0 0xb91d.4-0xb91e (0.4) | | | data_message{}: 0xb91e-0xb92f (17) -0xb910| 1c 77| .w| timestamp: 968193820 (s) 0xb91e-0xb922 (4) +0xb910| 1c 77| .w| timestamp: 968193820 (2020-09-04T22:43:40Z) 0xb91e-0xb922 (4) 0xb920|b5 39 |.9 | 0xb920| e0 fd 03 00 | .... | distance: 2616 (261600) (m) 0xb922-0xb926 (4) 0xb920| e8 03 | .. | speed: 1 (1000) (m/s) 0xb926-0xb928 (2) @@ -42890,7 +42890,7 @@ $ fq -d fit dv activity_dev.fit 0xb920| 00| .| reserved: false 0xb92f.3-0xb92f.4 (0.1) 0xb920| 00| .| local_message_type: 0 0xb92f.4-0xb930 (0.4) | | | data_message{}: 0xb930-0xb941 (17) -0xb930|1d 77 b5 39 |.w.9 | timestamp: 968193821 (s) 0xb930-0xb934 (4) +0xb930|1d 77 b5 39 |.w.9 | timestamp: 968193821 (2020-09-04T22:43:41Z) 0xb930-0xb934 (4) 0xb930| 44 fe 03 00 | D... | distance: 2617 (261700) (m) 0xb934-0xb938 (4) 0xb930| e8 03 | .. | speed: 1 (1000) (m/s) 0xb938-0xb93a (2) 0xb930| ee | . | heart_rate: 238 (bpm) 0xb93a-0xb93b (1) @@ -42906,7 +42906,7 @@ $ fq -d fit dv activity_dev.fit 0xb940| 00 | . | reserved: false 0xb941.3-0xb941.4 (0.1) 0xb940| 00 | . | local_message_type: 0 0xb941.4-0xb942 (0.4) | | | data_message{}: 0xb942-0xb953 (17) -0xb940| 1e 77 b5 39 | .w.9 | timestamp: 968193822 (s) 0xb942-0xb946 (4) +0xb940| 1e 77 b5 39 | .w.9 | timestamp: 968193822 (2020-09-04T22:43:42Z) 0xb942-0xb946 (4) 0xb940| a8 fe 03 00 | .... | distance: 2618 (261800) (m) 0xb946-0xb94a (4) 0xb940| e8 03 | .. | speed: 1 (1000) (m/s) 0xb94a-0xb94c (2) 0xb940| f1 | . | heart_rate: 241 (bpm) 0xb94c-0xb94d (1) @@ -42922,7 +42922,7 @@ $ fq -d fit dv activity_dev.fit 0xb950| 00 | . | reserved: false 0xb953.3-0xb953.4 (0.1) 0xb950| 00 | . | local_message_type: 0 0xb953.4-0xb954 (0.4) | | | data_message{}: 0xb954-0xb965 (17) -0xb950| 1f 77 b5 39 | .w.9 | timestamp: 968193823 (s) 0xb954-0xb958 (4) +0xb950| 1f 77 b5 39 | .w.9 | timestamp: 968193823 (2020-09-04T22:43:43Z) 0xb954-0xb958 (4) 0xb950| 0c ff 03 00 | .... | distance: 2619 (261900) (m) 0xb958-0xb95c (4) 0xb950| e8 03 | .. | speed: 1 (1000) (m/s) 0xb95c-0xb95e (2) 0xb950| f5 | . | heart_rate: 245 (bpm) 0xb95e-0xb95f (1) @@ -42938,7 +42938,7 @@ $ fq -d fit dv activity_dev.fit 0xb960| 00 | . | reserved: false 0xb965.3-0xb965.4 (0.1) 0xb960| 00 | . | local_message_type: 0 0xb965.4-0xb966 (0.4) | | | data_message{}: 0xb966-0xb977 (17) -0xb960| 20 77 b5 39 | w.9 | timestamp: 968193824 (s) 0xb966-0xb96a (4) +0xb960| 20 77 b5 39 | w.9 | timestamp: 968193824 (2020-09-04T22:43:44Z) 0xb966-0xb96a (4) 0xb960| 70 ff 03 00 | p... | distance: 2620 (262000) (m) 0xb96a-0xb96e (4) 0xb960| e8 03| ..| speed: 1 (1000) (m/s) 0xb96e-0xb970 (2) 0xb970|f7 |. | heart_rate: 247 (bpm) 0xb970-0xb971 (1) @@ -42954,7 +42954,7 @@ $ fq -d fit dv activity_dev.fit 0xb970| 00 | . | reserved: false 0xb977.3-0xb977.4 (0.1) 0xb970| 00 | . | local_message_type: 0 0xb977.4-0xb978 (0.4) | | | data_message{}: 0xb978-0xb989 (17) -0xb970| 21 77 b5 39 | !w.9 | timestamp: 968193825 (s) 0xb978-0xb97c (4) +0xb970| 21 77 b5 39 | !w.9 | timestamp: 968193825 (2020-09-04T22:43:45Z) 0xb978-0xb97c (4) 0xb970| d4 ff 03 00| ....| distance: 2621 (262100) (m) 0xb97c-0xb980 (4) 0xb980|e8 03 |.. | speed: 1 (1000) (m/s) 0xb980-0xb982 (2) 0xb980| fa | . | heart_rate: 250 (bpm) 0xb982-0xb983 (1) @@ -42970,7 +42970,7 @@ $ fq -d fit dv activity_dev.fit 0xb980| 00 | . | reserved: false 0xb989.3-0xb989.4 (0.1) 0xb980| 00 | . | local_message_type: 0 0xb989.4-0xb98a (0.4) | | | data_message{}: 0xb98a-0xb99b (17) -0xb980| 22 77 b5 39 | "w.9 | timestamp: 968193826 (s) 0xb98a-0xb98e (4) +0xb980| 22 77 b5 39 | "w.9 | timestamp: 968193826 (2020-09-04T22:43:46Z) 0xb98a-0xb98e (4) 0xb980| 38 00| 8.| distance: 2622 (262200) (m) 0xb98e-0xb992 (4) 0xb990|04 00 |.. | 0xb990| e8 03 | .. | speed: 1 (1000) (m/s) 0xb992-0xb994 (2) @@ -42987,7 +42987,7 @@ $ fq -d fit dv activity_dev.fit 0xb990| 00 | . | reserved: false 0xb99b.3-0xb99b.4 (0.1) 0xb990| 00 | . | local_message_type: 0 0xb99b.4-0xb99c (0.4) | | | data_message{}: 0xb99c-0xb9ad (17) -0xb990| 23 77 b5 39| #w.9| timestamp: 968193827 (s) 0xb99c-0xb9a0 (4) +0xb990| 23 77 b5 39| #w.9| timestamp: 968193827 (2020-09-04T22:43:47Z) 0xb99c-0xb9a0 (4) 0xb9a0|9c 00 04 00 |.... | distance: 2623 (262300) (m) 0xb9a0-0xb9a4 (4) 0xb9a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb9a4-0xb9a6 (2) 0xb9a0| fc | . | heart_rate: 252 (bpm) 0xb9a6-0xb9a7 (1) @@ -43003,7 +43003,7 @@ $ fq -d fit dv activity_dev.fit 0xb9a0| 00 | . | reserved: false 0xb9ad.3-0xb9ad.4 (0.1) 0xb9a0| 00 | . | local_message_type: 0 0xb9ad.4-0xb9ae (0.4) | | | data_message{}: 0xb9ae-0xb9bf (17) -0xb9a0| 24 77| $w| timestamp: 968193828 (s) 0xb9ae-0xb9b2 (4) +0xb9a0| 24 77| $w| timestamp: 968193828 (2020-09-04T22:43:48Z) 0xb9ae-0xb9b2 (4) 0xb9b0|b5 39 |.9 | 0xb9b0| 00 01 04 00 | .... | distance: 2624 (262400) (m) 0xb9b2-0xb9b6 (4) 0xb9b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb9b6-0xb9b8 (2) @@ -43020,7 +43020,7 @@ $ fq -d fit dv activity_dev.fit 0xb9b0| 00| .| reserved: false 0xb9bf.3-0xb9bf.4 (0.1) 0xb9b0| 00| .| local_message_type: 0 0xb9bf.4-0xb9c0 (0.4) | | | data_message{}: 0xb9c0-0xb9d1 (17) -0xb9c0|25 77 b5 39 |%w.9 | timestamp: 968193829 (s) 0xb9c0-0xb9c4 (4) +0xb9c0|25 77 b5 39 |%w.9 | timestamp: 968193829 (2020-09-04T22:43:49Z) 0xb9c0-0xb9c4 (4) 0xb9c0| 64 01 04 00 | d... | distance: 2625 (262500) (m) 0xb9c4-0xb9c8 (4) 0xb9c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb9c8-0xb9ca (2) 0xb9c0| fe | . | heart_rate: 254 (bpm) 0xb9ca-0xb9cb (1) @@ -43036,7 +43036,7 @@ $ fq -d fit dv activity_dev.fit 0xb9d0| 00 | . | reserved: false 0xb9d1.3-0xb9d1.4 (0.1) 0xb9d0| 00 | . | local_message_type: 0 0xb9d1.4-0xb9d2 (0.4) | | | data_message{}: 0xb9d2-0xb9e3 (17) -0xb9d0| 26 77 b5 39 | &w.9 | timestamp: 968193830 (s) 0xb9d2-0xb9d6 (4) +0xb9d0| 26 77 b5 39 | &w.9 | timestamp: 968193830 (2020-09-04T22:43:50Z) 0xb9d2-0xb9d6 (4) 0xb9d0| c8 01 04 00 | .... | distance: 2626 (262600) (m) 0xb9d6-0xb9da (4) 0xb9d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb9da-0xb9dc (2) 0xb9d0| fd | . | heart_rate: 253 (bpm) 0xb9dc-0xb9dd (1) @@ -43052,7 +43052,7 @@ $ fq -d fit dv activity_dev.fit 0xb9e0| 00 | . | reserved: false 0xb9e3.3-0xb9e3.4 (0.1) 0xb9e0| 00 | . | local_message_type: 0 0xb9e3.4-0xb9e4 (0.4) | | | data_message{}: 0xb9e4-0xb9f5 (17) -0xb9e0| 27 77 b5 39 | 'w.9 | timestamp: 968193831 (s) 0xb9e4-0xb9e8 (4) +0xb9e0| 27 77 b5 39 | 'w.9 | timestamp: 968193831 (2020-09-04T22:43:51Z) 0xb9e4-0xb9e8 (4) 0xb9e0| 2c 02 04 00 | ,... | distance: 2627 (262700) (m) 0xb9e8-0xb9ec (4) 0xb9e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xb9ec-0xb9ee (2) 0xb9e0| fc | . | heart_rate: 252 (bpm) 0xb9ee-0xb9ef (1) @@ -43068,7 +43068,7 @@ $ fq -d fit dv activity_dev.fit 0xb9f0| 00 | . | reserved: false 0xb9f5.3-0xb9f5.4 (0.1) 0xb9f0| 00 | . | local_message_type: 0 0xb9f5.4-0xb9f6 (0.4) | | | data_message{}: 0xb9f6-0xba07 (17) -0xb9f0| 28 77 b5 39 | (w.9 | timestamp: 968193832 (s) 0xb9f6-0xb9fa (4) +0xb9f0| 28 77 b5 39 | (w.9 | timestamp: 968193832 (2020-09-04T22:43:52Z) 0xb9f6-0xb9fa (4) 0xb9f0| 90 02 04 00 | .... | distance: 2628 (262800) (m) 0xb9fa-0xb9fe (4) 0xb9f0| e8 03| ..| speed: 1 (1000) (m/s) 0xb9fe-0xba00 (2) 0xba00|fb |. | heart_rate: 251 (bpm) 0xba00-0xba01 (1) @@ -43084,7 +43084,7 @@ $ fq -d fit dv activity_dev.fit 0xba00| 00 | . | reserved: false 0xba07.3-0xba07.4 (0.1) 0xba00| 00 | . | local_message_type: 0 0xba07.4-0xba08 (0.4) | | | data_message{}: 0xba08-0xba19 (17) -0xba00| 29 77 b5 39 | )w.9 | timestamp: 968193833 (s) 0xba08-0xba0c (4) +0xba00| 29 77 b5 39 | )w.9 | timestamp: 968193833 (2020-09-04T22:43:53Z) 0xba08-0xba0c (4) 0xba00| f4 02 04 00| ....| distance: 2629 (262900) (m) 0xba0c-0xba10 (4) 0xba10|e8 03 |.. | speed: 1 (1000) (m/s) 0xba10-0xba12 (2) 0xba10| fa | . | heart_rate: 250 (bpm) 0xba12-0xba13 (1) @@ -43100,7 +43100,7 @@ $ fq -d fit dv activity_dev.fit 0xba10| 00 | . | reserved: false 0xba19.3-0xba19.4 (0.1) 0xba10| 00 | . | local_message_type: 0 0xba19.4-0xba1a (0.4) | | | data_message{}: 0xba1a-0xba2b (17) -0xba10| 2a 77 b5 39 | *w.9 | timestamp: 968193834 (s) 0xba1a-0xba1e (4) +0xba10| 2a 77 b5 39 | *w.9 | timestamp: 968193834 (2020-09-04T22:43:54Z) 0xba1a-0xba1e (4) 0xba10| 58 03| X.| distance: 2630 (263000) (m) 0xba1e-0xba22 (4) 0xba20|04 00 |.. | 0xba20| e8 03 | .. | speed: 1 (1000) (m/s) 0xba22-0xba24 (2) @@ -43117,7 +43117,7 @@ $ fq -d fit dv activity_dev.fit 0xba20| 00 | . | reserved: false 0xba2b.3-0xba2b.4 (0.1) 0xba20| 00 | . | local_message_type: 0 0xba2b.4-0xba2c (0.4) | | | data_message{}: 0xba2c-0xba3d (17) -0xba20| 2b 77 b5 39| +w.9| timestamp: 968193835 (s) 0xba2c-0xba30 (4) +0xba20| 2b 77 b5 39| +w.9| timestamp: 968193835 (2020-09-04T22:43:55Z) 0xba2c-0xba30 (4) 0xba30|bc 03 04 00 |.... | distance: 2631 (263100) (m) 0xba30-0xba34 (4) 0xba30| e8 03 | .. | speed: 1 (1000) (m/s) 0xba34-0xba36 (2) 0xba30| f5 | . | heart_rate: 245 (bpm) 0xba36-0xba37 (1) @@ -43133,7 +43133,7 @@ $ fq -d fit dv activity_dev.fit 0xba30| 00 | . | reserved: false 0xba3d.3-0xba3d.4 (0.1) 0xba30| 00 | . | local_message_type: 0 0xba3d.4-0xba3e (0.4) | | | data_message{}: 0xba3e-0xba4f (17) -0xba30| 2c 77| ,w| timestamp: 968193836 (s) 0xba3e-0xba42 (4) +0xba30| 2c 77| ,w| timestamp: 968193836 (2020-09-04T22:43:56Z) 0xba3e-0xba42 (4) 0xba40|b5 39 |.9 | 0xba40| 20 04 04 00 | ... | distance: 2632 (263200) (m) 0xba42-0xba46 (4) 0xba40| e8 03 | .. | speed: 1 (1000) (m/s) 0xba46-0xba48 (2) @@ -43150,7 +43150,7 @@ $ fq -d fit dv activity_dev.fit 0xba40| 00| .| reserved: false 0xba4f.3-0xba4f.4 (0.1) 0xba40| 00| .| local_message_type: 0 0xba4f.4-0xba50 (0.4) | | | data_message{}: 0xba50-0xba61 (17) -0xba50|2d 77 b5 39 |-w.9 | timestamp: 968193837 (s) 0xba50-0xba54 (4) +0xba50|2d 77 b5 39 |-w.9 | timestamp: 968193837 (2020-09-04T22:43:57Z) 0xba50-0xba54 (4) 0xba50| 84 04 04 00 | .... | distance: 2633 (263300) (m) 0xba54-0xba58 (4) 0xba50| e8 03 | .. | speed: 1 (1000) (m/s) 0xba58-0xba5a (2) 0xba50| ee | . | heart_rate: 238 (bpm) 0xba5a-0xba5b (1) @@ -43166,7 +43166,7 @@ $ fq -d fit dv activity_dev.fit 0xba60| 00 | . | reserved: false 0xba61.3-0xba61.4 (0.1) 0xba60| 00 | . | local_message_type: 0 0xba61.4-0xba62 (0.4) | | | data_message{}: 0xba62-0xba73 (17) -0xba60| 2e 77 b5 39 | .w.9 | timestamp: 968193838 (s) 0xba62-0xba66 (4) +0xba60| 2e 77 b5 39 | .w.9 | timestamp: 968193838 (2020-09-04T22:43:58Z) 0xba62-0xba66 (4) 0xba60| e8 04 04 00 | .... | distance: 2634 (263400) (m) 0xba66-0xba6a (4) 0xba60| e8 03 | .. | speed: 1 (1000) (m/s) 0xba6a-0xba6c (2) 0xba60| ea | . | heart_rate: 234 (bpm) 0xba6c-0xba6d (1) @@ -43182,7 +43182,7 @@ $ fq -d fit dv activity_dev.fit 0xba70| 00 | . | reserved: false 0xba73.3-0xba73.4 (0.1) 0xba70| 00 | . | local_message_type: 0 0xba73.4-0xba74 (0.4) | | | data_message{}: 0xba74-0xba85 (17) -0xba70| 2f 77 b5 39 | /w.9 | timestamp: 968193839 (s) 0xba74-0xba78 (4) +0xba70| 2f 77 b5 39 | /w.9 | timestamp: 968193839 (2020-09-04T22:43:59Z) 0xba74-0xba78 (4) 0xba70| 4c 05 04 00 | L... | distance: 2635 (263500) (m) 0xba78-0xba7c (4) 0xba70| e8 03 | .. | speed: 1 (1000) (m/s) 0xba7c-0xba7e (2) 0xba70| e5 | . | heart_rate: 229 (bpm) 0xba7e-0xba7f (1) @@ -43198,7 +43198,7 @@ $ fq -d fit dv activity_dev.fit 0xba80| 00 | . | reserved: false 0xba85.3-0xba85.4 (0.1) 0xba80| 00 | . | local_message_type: 0 0xba85.4-0xba86 (0.4) | | | data_message{}: 0xba86-0xba97 (17) -0xba80| 30 77 b5 39 | 0w.9 | timestamp: 968193840 (s) 0xba86-0xba8a (4) +0xba80| 30 77 b5 39 | 0w.9 | timestamp: 968193840 (2020-09-04T22:44:00Z) 0xba86-0xba8a (4) 0xba80| b0 05 04 00 | .... | distance: 2636 (263600) (m) 0xba8a-0xba8e (4) 0xba80| e8 03| ..| speed: 1 (1000) (m/s) 0xba8e-0xba90 (2) 0xba90|e0 |. | heart_rate: 224 (bpm) 0xba90-0xba91 (1) @@ -43214,7 +43214,7 @@ $ fq -d fit dv activity_dev.fit 0xba90| 00 | . | reserved: false 0xba97.3-0xba97.4 (0.1) 0xba90| 00 | . | local_message_type: 0 0xba97.4-0xba98 (0.4) | | | data_message{}: 0xba98-0xbaa9 (17) -0xba90| 31 77 b5 39 | 1w.9 | timestamp: 968193841 (s) 0xba98-0xba9c (4) +0xba90| 31 77 b5 39 | 1w.9 | timestamp: 968193841 (2020-09-04T22:44:01Z) 0xba98-0xba9c (4) 0xba90| 14 06 04 00| ....| distance: 2637 (263700) (m) 0xba9c-0xbaa0 (4) 0xbaa0|e8 03 |.. | speed: 1 (1000) (m/s) 0xbaa0-0xbaa2 (2) 0xbaa0| db | . | heart_rate: 219 (bpm) 0xbaa2-0xbaa3 (1) @@ -43230,7 +43230,7 @@ $ fq -d fit dv activity_dev.fit 0xbaa0| 00 | . | reserved: false 0xbaa9.3-0xbaa9.4 (0.1) 0xbaa0| 00 | . | local_message_type: 0 0xbaa9.4-0xbaaa (0.4) | | | data_message{}: 0xbaaa-0xbabb (17) -0xbaa0| 32 77 b5 39 | 2w.9 | timestamp: 968193842 (s) 0xbaaa-0xbaae (4) +0xbaa0| 32 77 b5 39 | 2w.9 | timestamp: 968193842 (2020-09-04T22:44:02Z) 0xbaaa-0xbaae (4) 0xbaa0| 78 06| x.| distance: 2638 (263800) (m) 0xbaae-0xbab2 (4) 0xbab0|04 00 |.. | 0xbab0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbab2-0xbab4 (2) @@ -43247,7 +43247,7 @@ $ fq -d fit dv activity_dev.fit 0xbab0| 00 | . | reserved: false 0xbabb.3-0xbabb.4 (0.1) 0xbab0| 00 | . | local_message_type: 0 0xbabb.4-0xbabc (0.4) | | | data_message{}: 0xbabc-0xbacd (17) -0xbab0| 33 77 b5 39| 3w.9| timestamp: 968193843 (s) 0xbabc-0xbac0 (4) +0xbab0| 33 77 b5 39| 3w.9| timestamp: 968193843 (2020-09-04T22:44:03Z) 0xbabc-0xbac0 (4) 0xbac0|dc 06 04 00 |.... | distance: 2639 (263900) (m) 0xbac0-0xbac4 (4) 0xbac0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbac4-0xbac6 (2) 0xbac0| cf | . | heart_rate: 207 (bpm) 0xbac6-0xbac7 (1) @@ -43263,7 +43263,7 @@ $ fq -d fit dv activity_dev.fit 0xbac0| 00 | . | reserved: false 0xbacd.3-0xbacd.4 (0.1) 0xbac0| 00 | . | local_message_type: 0 0xbacd.4-0xbace (0.4) | | | data_message{}: 0xbace-0xbadf (17) -0xbac0| 34 77| 4w| timestamp: 968193844 (s) 0xbace-0xbad2 (4) +0xbac0| 34 77| 4w| timestamp: 968193844 (2020-09-04T22:44:04Z) 0xbace-0xbad2 (4) 0xbad0|b5 39 |.9 | 0xbad0| 40 07 04 00 | @... | distance: 2640 (264000) (m) 0xbad2-0xbad6 (4) 0xbad0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbad6-0xbad8 (2) @@ -43280,7 +43280,7 @@ $ fq -d fit dv activity_dev.fit 0xbad0| 00| .| reserved: false 0xbadf.3-0xbadf.4 (0.1) 0xbad0| 00| .| local_message_type: 0 0xbadf.4-0xbae0 (0.4) | | | data_message{}: 0xbae0-0xbaf1 (17) -0xbae0|35 77 b5 39 |5w.9 | timestamp: 968193845 (s) 0xbae0-0xbae4 (4) +0xbae0|35 77 b5 39 |5w.9 | timestamp: 968193845 (2020-09-04T22:44:05Z) 0xbae0-0xbae4 (4) 0xbae0| a4 07 04 00 | .... | distance: 2641 (264100) (m) 0xbae4-0xbae8 (4) 0xbae0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbae8-0xbaea (2) 0xbae0| c3 | . | heart_rate: 195 (bpm) 0xbaea-0xbaeb (1) @@ -43296,7 +43296,7 @@ $ fq -d fit dv activity_dev.fit 0xbaf0| 00 | . | reserved: false 0xbaf1.3-0xbaf1.4 (0.1) 0xbaf0| 00 | . | local_message_type: 0 0xbaf1.4-0xbaf2 (0.4) | | | data_message{}: 0xbaf2-0xbb03 (17) -0xbaf0| 36 77 b5 39 | 6w.9 | timestamp: 968193846 (s) 0xbaf2-0xbaf6 (4) +0xbaf0| 36 77 b5 39 | 6w.9 | timestamp: 968193846 (2020-09-04T22:44:06Z) 0xbaf2-0xbaf6 (4) 0xbaf0| 08 08 04 00 | .... | distance: 2642 (264200) (m) 0xbaf6-0xbafa (4) 0xbaf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbafa-0xbafc (2) 0xbaf0| bc | . | heart_rate: 188 (bpm) 0xbafc-0xbafd (1) @@ -43312,7 +43312,7 @@ $ fq -d fit dv activity_dev.fit 0xbb00| 00 | . | reserved: false 0xbb03.3-0xbb03.4 (0.1) 0xbb00| 00 | . | local_message_type: 0 0xbb03.4-0xbb04 (0.4) | | | data_message{}: 0xbb04-0xbb15 (17) -0xbb00| 37 77 b5 39 | 7w.9 | timestamp: 968193847 (s) 0xbb04-0xbb08 (4) +0xbb00| 37 77 b5 39 | 7w.9 | timestamp: 968193847 (2020-09-04T22:44:07Z) 0xbb04-0xbb08 (4) 0xbb00| 6c 08 04 00 | l... | distance: 2643 (264300) (m) 0xbb08-0xbb0c (4) 0xbb00| e8 03 | .. | speed: 1 (1000) (m/s) 0xbb0c-0xbb0e (2) 0xbb00| b5 | . | heart_rate: 181 (bpm) 0xbb0e-0xbb0f (1) @@ -43328,7 +43328,7 @@ $ fq -d fit dv activity_dev.fit 0xbb10| 00 | . | reserved: false 0xbb15.3-0xbb15.4 (0.1) 0xbb10| 00 | . | local_message_type: 0 0xbb15.4-0xbb16 (0.4) | | | data_message{}: 0xbb16-0xbb27 (17) -0xbb10| 38 77 b5 39 | 8w.9 | timestamp: 968193848 (s) 0xbb16-0xbb1a (4) +0xbb10| 38 77 b5 39 | 8w.9 | timestamp: 968193848 (2020-09-04T22:44:08Z) 0xbb16-0xbb1a (4) 0xbb10| d0 08 04 00 | .... | distance: 2644 (264400) (m) 0xbb1a-0xbb1e (4) 0xbb10| e8 03| ..| speed: 1 (1000) (m/s) 0xbb1e-0xbb20 (2) 0xbb20|ad |. | heart_rate: 173 (bpm) 0xbb20-0xbb21 (1) @@ -43344,7 +43344,7 @@ $ fq -d fit dv activity_dev.fit 0xbb20| 00 | . | reserved: false 0xbb27.3-0xbb27.4 (0.1) 0xbb20| 00 | . | local_message_type: 0 0xbb27.4-0xbb28 (0.4) | | | data_message{}: 0xbb28-0xbb39 (17) -0xbb20| 39 77 b5 39 | 9w.9 | timestamp: 968193849 (s) 0xbb28-0xbb2c (4) +0xbb20| 39 77 b5 39 | 9w.9 | timestamp: 968193849 (2020-09-04T22:44:09Z) 0xbb28-0xbb2c (4) 0xbb20| 34 09 04 00| 4...| distance: 2645 (264500) (m) 0xbb2c-0xbb30 (4) 0xbb30|e8 03 |.. | speed: 1 (1000) (m/s) 0xbb30-0xbb32 (2) 0xbb30| a6 | . | heart_rate: 166 (bpm) 0xbb32-0xbb33 (1) @@ -43360,7 +43360,7 @@ $ fq -d fit dv activity_dev.fit 0xbb30| 00 | . | reserved: false 0xbb39.3-0xbb39.4 (0.1) 0xbb30| 00 | . | local_message_type: 0 0xbb39.4-0xbb3a (0.4) | | | data_message{}: 0xbb3a-0xbb4b (17) -0xbb30| 3a 77 b5 39 | :w.9 | timestamp: 968193850 (s) 0xbb3a-0xbb3e (4) +0xbb30| 3a 77 b5 39 | :w.9 | timestamp: 968193850 (2020-09-04T22:44:10Z) 0xbb3a-0xbb3e (4) 0xbb30| 98 09| ..| distance: 2646 (264600) (m) 0xbb3e-0xbb42 (4) 0xbb40|04 00 |.. | 0xbb40| e8 03 | .. | speed: 1 (1000) (m/s) 0xbb42-0xbb44 (2) @@ -43377,7 +43377,7 @@ $ fq -d fit dv activity_dev.fit 0xbb40| 00 | . | reserved: false 0xbb4b.3-0xbb4b.4 (0.1) 0xbb40| 00 | . | local_message_type: 0 0xbb4b.4-0xbb4c (0.4) | | | data_message{}: 0xbb4c-0xbb5d (17) -0xbb40| 3b 77 b5 39| ;w.9| timestamp: 968193851 (s) 0xbb4c-0xbb50 (4) +0xbb40| 3b 77 b5 39| ;w.9| timestamp: 968193851 (2020-09-04T22:44:11Z) 0xbb4c-0xbb50 (4) 0xbb50|fc 09 04 00 |.... | distance: 2647 (264700) (m) 0xbb50-0xbb54 (4) 0xbb50| e8 03 | .. | speed: 1 (1000) (m/s) 0xbb54-0xbb56 (2) 0xbb50| 96 | . | heart_rate: 150 (bpm) 0xbb56-0xbb57 (1) @@ -43393,7 +43393,7 @@ $ fq -d fit dv activity_dev.fit 0xbb50| 00 | . | reserved: false 0xbb5d.3-0xbb5d.4 (0.1) 0xbb50| 00 | . | local_message_type: 0 0xbb5d.4-0xbb5e (0.4) | | | data_message{}: 0xbb5e-0xbb6f (17) -0xbb50| 3c 77| w.9 | timestamp: 968193854 (s) 0xbb82-0xbb86 (4) +0xbb80| 3e 77 b5 39 | >w.9 | timestamp: 968193854 (2020-09-04T22:44:14Z) 0xbb82-0xbb86 (4) 0xbb80| 28 0b 04 00 | (... | distance: 2650 (265000) (m) 0xbb86-0xbb8a (4) 0xbb80| e8 03 | .. | speed: 1 (1000) (m/s) 0xbb8a-0xbb8c (2) 0xbb80| 7f | . | heart_rate: 127 (bpm) 0xbb8c-0xbb8d (1) @@ -43442,7 +43442,7 @@ $ fq -d fit dv activity_dev.fit 0xbb90| 00 | . | reserved: false 0xbb93.3-0xbb93.4 (0.1) 0xbb90| 00 | . | local_message_type: 0 0xbb93.4-0xbb94 (0.4) | | | data_message{}: 0xbb94-0xbba5 (17) -0xbb90| 3f 77 b5 39 | ?w.9 | timestamp: 968193855 (s) 0xbb94-0xbb98 (4) +0xbb90| 3f 77 b5 39 | ?w.9 | timestamp: 968193855 (2020-09-04T22:44:15Z) 0xbb94-0xbb98 (4) 0xbb90| 8c 0b 04 00 | .... | distance: 2651 (265100) (m) 0xbb98-0xbb9c (4) 0xbb90| e8 03 | .. | speed: 1 (1000) (m/s) 0xbb9c-0xbb9e (2) 0xbb90| 77 | w | heart_rate: 119 (bpm) 0xbb9e-0xbb9f (1) @@ -43458,7 +43458,7 @@ $ fq -d fit dv activity_dev.fit 0xbba0| 00 | . | reserved: false 0xbba5.3-0xbba5.4 (0.1) 0xbba0| 00 | . | local_message_type: 0 0xbba5.4-0xbba6 (0.4) | | | data_message{}: 0xbba6-0xbbb7 (17) -0xbba0| 40 77 b5 39 | @w.9 | timestamp: 968193856 (s) 0xbba6-0xbbaa (4) +0xbba0| 40 77 b5 39 | @w.9 | timestamp: 968193856 (2020-09-04T22:44:16Z) 0xbba6-0xbbaa (4) 0xbba0| f0 0b 04 00 | .... | distance: 2652 (265200) (m) 0xbbaa-0xbbae (4) 0xbba0| e8 03| ..| speed: 1 (1000) (m/s) 0xbbae-0xbbb0 (2) 0xbbb0|6f |o | heart_rate: 111 (bpm) 0xbbb0-0xbbb1 (1) @@ -43474,7 +43474,7 @@ $ fq -d fit dv activity_dev.fit 0xbbb0| 00 | . | reserved: false 0xbbb7.3-0xbbb7.4 (0.1) 0xbbb0| 00 | . | local_message_type: 0 0xbbb7.4-0xbbb8 (0.4) | | | data_message{}: 0xbbb8-0xbbc9 (17) -0xbbb0| 41 77 b5 39 | Aw.9 | timestamp: 968193857 (s) 0xbbb8-0xbbbc (4) +0xbbb0| 41 77 b5 39 | Aw.9 | timestamp: 968193857 (2020-09-04T22:44:17Z) 0xbbb8-0xbbbc (4) 0xbbb0| 54 0c 04 00| T...| distance: 2653 (265300) (m) 0xbbbc-0xbbc0 (4) 0xbbc0|e8 03 |.. | speed: 1 (1000) (m/s) 0xbbc0-0xbbc2 (2) 0xbbc0| 67 | g | heart_rate: 103 (bpm) 0xbbc2-0xbbc3 (1) @@ -43490,7 +43490,7 @@ $ fq -d fit dv activity_dev.fit 0xbbc0| 00 | . | reserved: false 0xbbc9.3-0xbbc9.4 (0.1) 0xbbc0| 00 | . | local_message_type: 0 0xbbc9.4-0xbbca (0.4) | | | data_message{}: 0xbbca-0xbbdb (17) -0xbbc0| 42 77 b5 39 | Bw.9 | timestamp: 968193858 (s) 0xbbca-0xbbce (4) +0xbbc0| 42 77 b5 39 | Bw.9 | timestamp: 968193858 (2020-09-04T22:44:18Z) 0xbbca-0xbbce (4) 0xbbc0| b8 0c| ..| distance: 2654 (265400) (m) 0xbbce-0xbbd2 (4) 0xbbd0|04 00 |.. | 0xbbd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbbd2-0xbbd4 (2) @@ -43507,7 +43507,7 @@ $ fq -d fit dv activity_dev.fit 0xbbd0| 00 | . | reserved: false 0xbbdb.3-0xbbdb.4 (0.1) 0xbbd0| 00 | . | local_message_type: 0 0xbbdb.4-0xbbdc (0.4) | | | data_message{}: 0xbbdc-0xbbed (17) -0xbbd0| 43 77 b5 39| Cw.9| timestamp: 968193859 (s) 0xbbdc-0xbbe0 (4) +0xbbd0| 43 77 b5 39| Cw.9| timestamp: 968193859 (2020-09-04T22:44:19Z) 0xbbdc-0xbbe0 (4) 0xbbe0|1c 0d 04 00 |.... | distance: 2655 (265500) (m) 0xbbe0-0xbbe4 (4) 0xbbe0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbbe4-0xbbe6 (2) 0xbbe0| 57 | W | heart_rate: 87 (bpm) 0xbbe6-0xbbe7 (1) @@ -43523,7 +43523,7 @@ $ fq -d fit dv activity_dev.fit 0xbbe0| 00 | . | reserved: false 0xbbed.3-0xbbed.4 (0.1) 0xbbe0| 00 | . | local_message_type: 0 0xbbed.4-0xbbee (0.4) | | | data_message{}: 0xbbee-0xbbff (17) -0xbbe0| 44 77| Dw| timestamp: 968193860 (s) 0xbbee-0xbbf2 (4) +0xbbe0| 44 77| Dw| timestamp: 968193860 (2020-09-04T22:44:20Z) 0xbbee-0xbbf2 (4) 0xbbf0|b5 39 |.9 | 0xbbf0| 80 0d 04 00 | .... | distance: 2656 (265600) (m) 0xbbf2-0xbbf6 (4) 0xbbf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbbf6-0xbbf8 (2) @@ -43540,7 +43540,7 @@ $ fq -d fit dv activity_dev.fit 0xbbf0| 00| .| reserved: false 0xbbff.3-0xbbff.4 (0.1) 0xbbf0| 00| .| local_message_type: 0 0xbbff.4-0xbc00 (0.4) | | | data_message{}: 0xbc00-0xbc11 (17) -0xbc00|45 77 b5 39 |Ew.9 | timestamp: 968193861 (s) 0xbc00-0xbc04 (4) +0xbc00|45 77 b5 39 |Ew.9 | timestamp: 968193861 (2020-09-04T22:44:21Z) 0xbc00-0xbc04 (4) 0xbc00| e4 0d 04 00 | .... | distance: 2657 (265700) (m) 0xbc04-0xbc08 (4) 0xbc00| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc08-0xbc0a (2) 0xbc00| 48 | H | heart_rate: 72 (bpm) 0xbc0a-0xbc0b (1) @@ -43556,7 +43556,7 @@ $ fq -d fit dv activity_dev.fit 0xbc10| 00 | . | reserved: false 0xbc11.3-0xbc11.4 (0.1) 0xbc10| 00 | . | local_message_type: 0 0xbc11.4-0xbc12 (0.4) | | | data_message{}: 0xbc12-0xbc23 (17) -0xbc10| 46 77 b5 39 | Fw.9 | timestamp: 968193862 (s) 0xbc12-0xbc16 (4) +0xbc10| 46 77 b5 39 | Fw.9 | timestamp: 968193862 (2020-09-04T22:44:22Z) 0xbc12-0xbc16 (4) 0xbc10| 48 0e 04 00 | H... | distance: 2658 (265800) (m) 0xbc16-0xbc1a (4) 0xbc10| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc1a-0xbc1c (2) 0xbc10| 41 | A | heart_rate: 65 (bpm) 0xbc1c-0xbc1d (1) @@ -43572,7 +43572,7 @@ $ fq -d fit dv activity_dev.fit 0xbc20| 00 | . | reserved: false 0xbc23.3-0xbc23.4 (0.1) 0xbc20| 00 | . | local_message_type: 0 0xbc23.4-0xbc24 (0.4) | | | data_message{}: 0xbc24-0xbc35 (17) -0xbc20| 47 77 b5 39 | Gw.9 | timestamp: 968193863 (s) 0xbc24-0xbc28 (4) +0xbc20| 47 77 b5 39 | Gw.9 | timestamp: 968193863 (2020-09-04T22:44:23Z) 0xbc24-0xbc28 (4) 0xbc20| ac 0e 04 00 | .... | distance: 2659 (265900) (m) 0xbc28-0xbc2c (4) 0xbc20| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc2c-0xbc2e (2) 0xbc20| 3a | : | heart_rate: 58 (bpm) 0xbc2e-0xbc2f (1) @@ -43588,7 +43588,7 @@ $ fq -d fit dv activity_dev.fit 0xbc30| 00 | . | reserved: false 0xbc35.3-0xbc35.4 (0.1) 0xbc30| 00 | . | local_message_type: 0 0xbc35.4-0xbc36 (0.4) | | | data_message{}: 0xbc36-0xbc47 (17) -0xbc30| 48 77 b5 39 | Hw.9 | timestamp: 968193864 (s) 0xbc36-0xbc3a (4) +0xbc30| 48 77 b5 39 | Hw.9 | timestamp: 968193864 (2020-09-04T22:44:24Z) 0xbc36-0xbc3a (4) 0xbc30| 10 0f 04 00 | .... | distance: 2660 (266000) (m) 0xbc3a-0xbc3e (4) 0xbc30| e8 03| ..| speed: 1 (1000) (m/s) 0xbc3e-0xbc40 (2) 0xbc40|34 |4 | heart_rate: 52 (bpm) 0xbc40-0xbc41 (1) @@ -43604,7 +43604,7 @@ $ fq -d fit dv activity_dev.fit 0xbc40| 00 | . | reserved: false 0xbc47.3-0xbc47.4 (0.1) 0xbc40| 00 | . | local_message_type: 0 0xbc47.4-0xbc48 (0.4) | | | data_message{}: 0xbc48-0xbc59 (17) -0xbc40| 49 77 b5 39 | Iw.9 | timestamp: 968193865 (s) 0xbc48-0xbc4c (4) +0xbc40| 49 77 b5 39 | Iw.9 | timestamp: 968193865 (2020-09-04T22:44:25Z) 0xbc48-0xbc4c (4) 0xbc40| 74 0f 04 00| t...| distance: 2661 (266100) (m) 0xbc4c-0xbc50 (4) 0xbc50|e8 03 |.. | speed: 1 (1000) (m/s) 0xbc50-0xbc52 (2) 0xbc50| 2e | . | heart_rate: 46 (bpm) 0xbc52-0xbc53 (1) @@ -43620,7 +43620,7 @@ $ fq -d fit dv activity_dev.fit 0xbc50| 00 | . | reserved: false 0xbc59.3-0xbc59.4 (0.1) 0xbc50| 00 | . | local_message_type: 0 0xbc59.4-0xbc5a (0.4) | | | data_message{}: 0xbc5a-0xbc6b (17) -0xbc50| 4a 77 b5 39 | Jw.9 | timestamp: 968193866 (s) 0xbc5a-0xbc5e (4) +0xbc50| 4a 77 b5 39 | Jw.9 | timestamp: 968193866 (2020-09-04T22:44:26Z) 0xbc5a-0xbc5e (4) 0xbc50| d8 0f| ..| distance: 2662 (266200) (m) 0xbc5e-0xbc62 (4) 0xbc60|04 00 |.. | 0xbc60| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc62-0xbc64 (2) @@ -43637,7 +43637,7 @@ $ fq -d fit dv activity_dev.fit 0xbc60| 00 | . | reserved: false 0xbc6b.3-0xbc6b.4 (0.1) 0xbc60| 00 | . | local_message_type: 0 0xbc6b.4-0xbc6c (0.4) | | | data_message{}: 0xbc6c-0xbc7d (17) -0xbc60| 4b 77 b5 39| Kw.9| timestamp: 968193867 (s) 0xbc6c-0xbc70 (4) +0xbc60| 4b 77 b5 39| Kw.9| timestamp: 968193867 (2020-09-04T22:44:27Z) 0xbc6c-0xbc70 (4) 0xbc70|3c 10 04 00 |<... | distance: 2663 (266300) (m) 0xbc70-0xbc74 (4) 0xbc70| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc74-0xbc76 (2) 0xbc70| 22 | " | heart_rate: 34 (bpm) 0xbc76-0xbc77 (1) @@ -43653,7 +43653,7 @@ $ fq -d fit dv activity_dev.fit 0xbc70| 00 | . | reserved: false 0xbc7d.3-0xbc7d.4 (0.1) 0xbc70| 00 | . | local_message_type: 0 0xbc7d.4-0xbc7e (0.4) | | | data_message{}: 0xbc7e-0xbc8f (17) -0xbc70| 4c 77| Lw| timestamp: 968193868 (s) 0xbc7e-0xbc82 (4) +0xbc70| 4c 77| Lw| timestamp: 968193868 (2020-09-04T22:44:28Z) 0xbc7e-0xbc82 (4) 0xbc80|b5 39 |.9 | 0xbc80| a0 10 04 00 | .... | distance: 2664 (266400) (m) 0xbc82-0xbc86 (4) 0xbc80| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc86-0xbc88 (2) @@ -43670,7 +43670,7 @@ $ fq -d fit dv activity_dev.fit 0xbc80| 00| .| reserved: false 0xbc8f.3-0xbc8f.4 (0.1) 0xbc80| 00| .| local_message_type: 0 0xbc8f.4-0xbc90 (0.4) | | | data_message{}: 0xbc90-0xbca1 (17) -0xbc90|4d 77 b5 39 |Mw.9 | timestamp: 968193869 (s) 0xbc90-0xbc94 (4) +0xbc90|4d 77 b5 39 |Mw.9 | timestamp: 968193869 (2020-09-04T22:44:29Z) 0xbc90-0xbc94 (4) 0xbc90| 04 11 04 00 | .... | distance: 2665 (266500) (m) 0xbc94-0xbc98 (4) 0xbc90| e8 03 | .. | speed: 1 (1000) (m/s) 0xbc98-0xbc9a (2) 0xbc90| 18 | . | heart_rate: 24 (bpm) 0xbc9a-0xbc9b (1) @@ -43686,7 +43686,7 @@ $ fq -d fit dv activity_dev.fit 0xbca0| 00 | . | reserved: false 0xbca1.3-0xbca1.4 (0.1) 0xbca0| 00 | . | local_message_type: 0 0xbca1.4-0xbca2 (0.4) | | | data_message{}: 0xbca2-0xbcb3 (17) -0xbca0| 4e 77 b5 39 | Nw.9 | timestamp: 968193870 (s) 0xbca2-0xbca6 (4) +0xbca0| 4e 77 b5 39 | Nw.9 | timestamp: 968193870 (2020-09-04T22:44:30Z) 0xbca2-0xbca6 (4) 0xbca0| 68 11 04 00 | h... | distance: 2666 (266600) (m) 0xbca6-0xbcaa (4) 0xbca0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbcaa-0xbcac (2) 0xbca0| 13 | . | heart_rate: 19 (bpm) 0xbcac-0xbcad (1) @@ -43702,7 +43702,7 @@ $ fq -d fit dv activity_dev.fit 0xbcb0| 00 | . | reserved: false 0xbcb3.3-0xbcb3.4 (0.1) 0xbcb0| 00 | . | local_message_type: 0 0xbcb3.4-0xbcb4 (0.4) | | | data_message{}: 0xbcb4-0xbcc5 (17) -0xbcb0| 4f 77 b5 39 | Ow.9 | timestamp: 968193871 (s) 0xbcb4-0xbcb8 (4) +0xbcb0| 4f 77 b5 39 | Ow.9 | timestamp: 968193871 (2020-09-04T22:44:31Z) 0xbcb4-0xbcb8 (4) 0xbcb0| cc 11 04 00 | .... | distance: 2667 (266700) (m) 0xbcb8-0xbcbc (4) 0xbcb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbcbc-0xbcbe (2) 0xbcb0| 0f | . | heart_rate: 15 (bpm) 0xbcbe-0xbcbf (1) @@ -43718,7 +43718,7 @@ $ fq -d fit dv activity_dev.fit 0xbcc0| 00 | . | reserved: false 0xbcc5.3-0xbcc5.4 (0.1) 0xbcc0| 00 | . | local_message_type: 0 0xbcc5.4-0xbcc6 (0.4) | | | data_message{}: 0xbcc6-0xbcd7 (17) -0xbcc0| 50 77 b5 39 | Pw.9 | timestamp: 968193872 (s) 0xbcc6-0xbcca (4) +0xbcc0| 50 77 b5 39 | Pw.9 | timestamp: 968193872 (2020-09-04T22:44:32Z) 0xbcc6-0xbcca (4) 0xbcc0| 30 12 04 00 | 0... | distance: 2668 (266800) (m) 0xbcca-0xbcce (4) 0xbcc0| e8 03| ..| speed: 1 (1000) (m/s) 0xbcce-0xbcd0 (2) 0xbcd0|0c |. | heart_rate: 12 (bpm) 0xbcd0-0xbcd1 (1) @@ -43734,7 +43734,7 @@ $ fq -d fit dv activity_dev.fit 0xbcd0| 00 | . | reserved: false 0xbcd7.3-0xbcd7.4 (0.1) 0xbcd0| 00 | . | local_message_type: 0 0xbcd7.4-0xbcd8 (0.4) | | | data_message{}: 0xbcd8-0xbce9 (17) -0xbcd0| 51 77 b5 39 | Qw.9 | timestamp: 968193873 (s) 0xbcd8-0xbcdc (4) +0xbcd0| 51 77 b5 39 | Qw.9 | timestamp: 968193873 (2020-09-04T22:44:33Z) 0xbcd8-0xbcdc (4) 0xbcd0| 94 12 04 00| ....| distance: 2669 (266900) (m) 0xbcdc-0xbce0 (4) 0xbce0|e8 03 |.. | speed: 1 (1000) (m/s) 0xbce0-0xbce2 (2) 0xbce0| 08 | . | heart_rate: 8 (bpm) 0xbce2-0xbce3 (1) @@ -43750,7 +43750,7 @@ $ fq -d fit dv activity_dev.fit 0xbce0| 00 | . | reserved: false 0xbce9.3-0xbce9.4 (0.1) 0xbce0| 00 | . | local_message_type: 0 0xbce9.4-0xbcea (0.4) | | | data_message{}: 0xbcea-0xbcfb (17) -0xbce0| 52 77 b5 39 | Rw.9 | timestamp: 968193874 (s) 0xbcea-0xbcee (4) +0xbce0| 52 77 b5 39 | Rw.9 | timestamp: 968193874 (2020-09-04T22:44:34Z) 0xbcea-0xbcee (4) 0xbce0| f8 12| ..| distance: 2670 (267000) (m) 0xbcee-0xbcf2 (4) 0xbcf0|04 00 |.. | 0xbcf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbcf2-0xbcf4 (2) @@ -43767,7 +43767,7 @@ $ fq -d fit dv activity_dev.fit 0xbcf0| 00 | . | reserved: false 0xbcfb.3-0xbcfb.4 (0.1) 0xbcf0| 00 | . | local_message_type: 0 0xbcfb.4-0xbcfc (0.4) | | | data_message{}: 0xbcfc-0xbd0d (17) -0xbcf0| 53 77 b5 39| Sw.9| timestamp: 968193875 (s) 0xbcfc-0xbd00 (4) +0xbcf0| 53 77 b5 39| Sw.9| timestamp: 968193875 (2020-09-04T22:44:35Z) 0xbcfc-0xbd00 (4) 0xbd00|5c 13 04 00 |\... | distance: 2671 (267100) (m) 0xbd00-0xbd04 (4) 0xbd00| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd04-0xbd06 (2) 0xbd00| 03 | . | heart_rate: 3 (bpm) 0xbd06-0xbd07 (1) @@ -43783,7 +43783,7 @@ $ fq -d fit dv activity_dev.fit 0xbd00| 00 | . | reserved: false 0xbd0d.3-0xbd0d.4 (0.1) 0xbd00| 00 | . | local_message_type: 0 0xbd0d.4-0xbd0e (0.4) | | | data_message{}: 0xbd0e-0xbd1f (17) -0xbd00| 54 77| Tw| timestamp: 968193876 (s) 0xbd0e-0xbd12 (4) +0xbd00| 54 77| Tw| timestamp: 968193876 (2020-09-04T22:44:36Z) 0xbd0e-0xbd12 (4) 0xbd10|b5 39 |.9 | 0xbd10| c0 13 04 00 | .... | distance: 2672 (267200) (m) 0xbd12-0xbd16 (4) 0xbd10| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd16-0xbd18 (2) @@ -43800,7 +43800,7 @@ $ fq -d fit dv activity_dev.fit 0xbd10| 00| .| reserved: false 0xbd1f.3-0xbd1f.4 (0.1) 0xbd10| 00| .| local_message_type: 0 0xbd1f.4-0xbd20 (0.4) | | | data_message{}: 0xbd20-0xbd31 (17) -0xbd20|55 77 b5 39 |Uw.9 | timestamp: 968193877 (s) 0xbd20-0xbd24 (4) +0xbd20|55 77 b5 39 |Uw.9 | timestamp: 968193877 (2020-09-04T22:44:37Z) 0xbd20-0xbd24 (4) 0xbd20| 24 14 04 00 | $... | distance: 2673 (267300) (m) 0xbd24-0xbd28 (4) 0xbd20| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd28-0xbd2a (2) 0xbd20| 01 | . | heart_rate: 1 (bpm) 0xbd2a-0xbd2b (1) @@ -43816,7 +43816,7 @@ $ fq -d fit dv activity_dev.fit 0xbd30| 00 | . | reserved: false 0xbd31.3-0xbd31.4 (0.1) 0xbd30| 00 | . | local_message_type: 0 0xbd31.4-0xbd32 (0.4) | | | data_message{}: 0xbd32-0xbd43 (17) -0xbd30| 56 77 b5 39 | Vw.9 | timestamp: 968193878 (s) 0xbd32-0xbd36 (4) +0xbd30| 56 77 b5 39 | Vw.9 | timestamp: 968193878 (2020-09-04T22:44:38Z) 0xbd32-0xbd36 (4) 0xbd30| 88 14 04 00 | .... | distance: 2674 (267400) (m) 0xbd36-0xbd3a (4) 0xbd30| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd3a-0xbd3c (2) 0xbd30| 00 | . | heart_rate: 0 (bpm) 0xbd3c-0xbd3d (1) @@ -43832,7 +43832,7 @@ $ fq -d fit dv activity_dev.fit 0xbd40| 00 | . | reserved: false 0xbd43.3-0xbd43.4 (0.1) 0xbd40| 00 | . | local_message_type: 0 0xbd43.4-0xbd44 (0.4) | | | data_message{}: 0xbd44-0xbd55 (17) -0xbd40| 57 77 b5 39 | Ww.9 | timestamp: 968193879 (s) 0xbd44-0xbd48 (4) +0xbd40| 57 77 b5 39 | Ww.9 | timestamp: 968193879 (2020-09-04T22:44:39Z) 0xbd44-0xbd48 (4) 0xbd40| ec 14 04 00 | .... | distance: 2675 (267500) (m) 0xbd48-0xbd4c (4) 0xbd40| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd4c-0xbd4e (2) 0xbd40| 00 | . | heart_rate: 0 (bpm) 0xbd4e-0xbd4f (1) @@ -43848,7 +43848,7 @@ $ fq -d fit dv activity_dev.fit 0xbd50| 00 | . | reserved: false 0xbd55.3-0xbd55.4 (0.1) 0xbd50| 00 | . | local_message_type: 0 0xbd55.4-0xbd56 (0.4) | | | data_message{}: 0xbd56-0xbd67 (17) -0xbd50| 58 77 b5 39 | Xw.9 | timestamp: 968193880 (s) 0xbd56-0xbd5a (4) +0xbd50| 58 77 b5 39 | Xw.9 | timestamp: 968193880 (2020-09-04T22:44:40Z) 0xbd56-0xbd5a (4) 0xbd50| 50 15 04 00 | P... | distance: 2676 (267600) (m) 0xbd5a-0xbd5e (4) 0xbd50| e8 03| ..| speed: 1 (1000) (m/s) 0xbd5e-0xbd60 (2) 0xbd60|00 |. | heart_rate: 0 (bpm) 0xbd60-0xbd61 (1) @@ -43864,7 +43864,7 @@ $ fq -d fit dv activity_dev.fit 0xbd60| 00 | . | reserved: false 0xbd67.3-0xbd67.4 (0.1) 0xbd60| 00 | . | local_message_type: 0 0xbd67.4-0xbd68 (0.4) | | | data_message{}: 0xbd68-0xbd79 (17) -0xbd60| 59 77 b5 39 | Yw.9 | timestamp: 968193881 (s) 0xbd68-0xbd6c (4) +0xbd60| 59 77 b5 39 | Yw.9 | timestamp: 968193881 (2020-09-04T22:44:41Z) 0xbd68-0xbd6c (4) 0xbd60| b4 15 04 00| ....| distance: 2677 (267700) (m) 0xbd6c-0xbd70 (4) 0xbd70|e8 03 |.. | speed: 1 (1000) (m/s) 0xbd70-0xbd72 (2) 0xbd70| 01 | . | heart_rate: 1 (bpm) 0xbd72-0xbd73 (1) @@ -43880,7 +43880,7 @@ $ fq -d fit dv activity_dev.fit 0xbd70| 00 | . | reserved: false 0xbd79.3-0xbd79.4 (0.1) 0xbd70| 00 | . | local_message_type: 0 0xbd79.4-0xbd7a (0.4) | | | data_message{}: 0xbd7a-0xbd8b (17) -0xbd70| 5a 77 b5 39 | Zw.9 | timestamp: 968193882 (s) 0xbd7a-0xbd7e (4) +0xbd70| 5a 77 b5 39 | Zw.9 | timestamp: 968193882 (2020-09-04T22:44:42Z) 0xbd7a-0xbd7e (4) 0xbd70| 18 16| ..| distance: 2678 (267800) (m) 0xbd7e-0xbd82 (4) 0xbd80|04 00 |.. | 0xbd80| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd82-0xbd84 (2) @@ -43897,7 +43897,7 @@ $ fq -d fit dv activity_dev.fit 0xbd80| 00 | . | reserved: false 0xbd8b.3-0xbd8b.4 (0.1) 0xbd80| 00 | . | local_message_type: 0 0xbd8b.4-0xbd8c (0.4) | | | data_message{}: 0xbd8c-0xbd9d (17) -0xbd80| 5b 77 b5 39| [w.9| timestamp: 968193883 (s) 0xbd8c-0xbd90 (4) +0xbd80| 5b 77 b5 39| [w.9| timestamp: 968193883 (2020-09-04T22:44:43Z) 0xbd8c-0xbd90 (4) 0xbd90|7c 16 04 00 ||... | distance: 2679 (267900) (m) 0xbd90-0xbd94 (4) 0xbd90| e8 03 | .. | speed: 1 (1000) (m/s) 0xbd94-0xbd96 (2) 0xbd90| 03 | . | heart_rate: 3 (bpm) 0xbd96-0xbd97 (1) @@ -43913,7 +43913,7 @@ $ fq -d fit dv activity_dev.fit 0xbd90| 00 | . | reserved: false 0xbd9d.3-0xbd9d.4 (0.1) 0xbd90| 00 | . | local_message_type: 0 0xbd9d.4-0xbd9e (0.4) | | | data_message{}: 0xbd9e-0xbdaf (17) -0xbd90| 5c 77| \w| timestamp: 968193884 (s) 0xbd9e-0xbda2 (4) +0xbd90| 5c 77| \w| timestamp: 968193884 (2020-09-04T22:44:44Z) 0xbd9e-0xbda2 (4) 0xbda0|b5 39 |.9 | 0xbda0| e0 16 04 00 | .... | distance: 2680 (268000) (m) 0xbda2-0xbda6 (4) 0xbda0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbda6-0xbda8 (2) @@ -43930,7 +43930,7 @@ $ fq -d fit dv activity_dev.fit 0xbda0| 00| .| reserved: false 0xbdaf.3-0xbdaf.4 (0.1) 0xbda0| 00| .| local_message_type: 0 0xbdaf.4-0xbdb0 (0.4) | | | data_message{}: 0xbdb0-0xbdc1 (17) -0xbdb0|5d 77 b5 39 |]w.9 | timestamp: 968193885 (s) 0xbdb0-0xbdb4 (4) +0xbdb0|5d 77 b5 39 |]w.9 | timestamp: 968193885 (2020-09-04T22:44:45Z) 0xbdb0-0xbdb4 (4) 0xbdb0| 44 17 04 00 | D... | distance: 2681 (268100) (m) 0xbdb4-0xbdb8 (4) 0xbdb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbdb8-0xbdba (2) 0xbdb0| 08 | . | heart_rate: 8 (bpm) 0xbdba-0xbdbb (1) @@ -43946,7 +43946,7 @@ $ fq -d fit dv activity_dev.fit 0xbdc0| 00 | . | reserved: false 0xbdc1.3-0xbdc1.4 (0.1) 0xbdc0| 00 | . | local_message_type: 0 0xbdc1.4-0xbdc2 (0.4) | | | data_message{}: 0xbdc2-0xbdd3 (17) -0xbdc0| 5e 77 b5 39 | ^w.9 | timestamp: 968193886 (s) 0xbdc2-0xbdc6 (4) +0xbdc0| 5e 77 b5 39 | ^w.9 | timestamp: 968193886 (2020-09-04T22:44:46Z) 0xbdc2-0xbdc6 (4) 0xbdc0| a8 17 04 00 | .... | distance: 2682 (268200) (m) 0xbdc6-0xbdca (4) 0xbdc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbdca-0xbdcc (2) 0xbdc0| 0c | . | heart_rate: 12 (bpm) 0xbdcc-0xbdcd (1) @@ -43962,7 +43962,7 @@ $ fq -d fit dv activity_dev.fit 0xbdd0| 00 | . | reserved: false 0xbdd3.3-0xbdd3.4 (0.1) 0xbdd0| 00 | . | local_message_type: 0 0xbdd3.4-0xbdd4 (0.4) | | | data_message{}: 0xbdd4-0xbde5 (17) -0xbdd0| 5f 77 b5 39 | _w.9 | timestamp: 968193887 (s) 0xbdd4-0xbdd8 (4) +0xbdd0| 5f 77 b5 39 | _w.9 | timestamp: 968193887 (2020-09-04T22:44:47Z) 0xbdd4-0xbdd8 (4) 0xbdd0| 0c 18 04 00 | .... | distance: 2683 (268300) (m) 0xbdd8-0xbddc (4) 0xbdd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbddc-0xbdde (2) 0xbdd0| 0f | . | heart_rate: 15 (bpm) 0xbdde-0xbddf (1) @@ -43978,7 +43978,7 @@ $ fq -d fit dv activity_dev.fit 0xbde0| 00 | . | reserved: false 0xbde5.3-0xbde5.4 (0.1) 0xbde0| 00 | . | local_message_type: 0 0xbde5.4-0xbde6 (0.4) | | | data_message{}: 0xbde6-0xbdf7 (17) -0xbde0| 60 77 b5 39 | `w.9 | timestamp: 968193888 (s) 0xbde6-0xbdea (4) +0xbde0| 60 77 b5 39 | `w.9 | timestamp: 968193888 (2020-09-04T22:44:48Z) 0xbde6-0xbdea (4) 0xbde0| 70 18 04 00 | p... | distance: 2684 (268400) (m) 0xbdea-0xbdee (4) 0xbde0| e8 03| ..| speed: 1 (1000) (m/s) 0xbdee-0xbdf0 (2) 0xbdf0|13 |. | heart_rate: 19 (bpm) 0xbdf0-0xbdf1 (1) @@ -43994,7 +43994,7 @@ $ fq -d fit dv activity_dev.fit 0xbdf0| 00 | . | reserved: false 0xbdf7.3-0xbdf7.4 (0.1) 0xbdf0| 00 | . | local_message_type: 0 0xbdf7.4-0xbdf8 (0.4) | | | data_message{}: 0xbdf8-0xbe09 (17) -0xbdf0| 61 77 b5 39 | aw.9 | timestamp: 968193889 (s) 0xbdf8-0xbdfc (4) +0xbdf0| 61 77 b5 39 | aw.9 | timestamp: 968193889 (2020-09-04T22:44:49Z) 0xbdf8-0xbdfc (4) 0xbdf0| d4 18 04 00| ....| distance: 2685 (268500) (m) 0xbdfc-0xbe00 (4) 0xbe00|e8 03 |.. | speed: 1 (1000) (m/s) 0xbe00-0xbe02 (2) 0xbe00| 18 | . | heart_rate: 24 (bpm) 0xbe02-0xbe03 (1) @@ -44010,7 +44010,7 @@ $ fq -d fit dv activity_dev.fit 0xbe00| 00 | . | reserved: false 0xbe09.3-0xbe09.4 (0.1) 0xbe00| 00 | . | local_message_type: 0 0xbe09.4-0xbe0a (0.4) | | | data_message{}: 0xbe0a-0xbe1b (17) -0xbe00| 62 77 b5 39 | bw.9 | timestamp: 968193890 (s) 0xbe0a-0xbe0e (4) +0xbe00| 62 77 b5 39 | bw.9 | timestamp: 968193890 (2020-09-04T22:44:50Z) 0xbe0a-0xbe0e (4) 0xbe00| 38 19| 8.| distance: 2686 (268600) (m) 0xbe0e-0xbe12 (4) 0xbe10|04 00 |.. | 0xbe10| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe12-0xbe14 (2) @@ -44027,7 +44027,7 @@ $ fq -d fit dv activity_dev.fit 0xbe10| 00 | . | reserved: false 0xbe1b.3-0xbe1b.4 (0.1) 0xbe10| 00 | . | local_message_type: 0 0xbe1b.4-0xbe1c (0.4) | | | data_message{}: 0xbe1c-0xbe2d (17) -0xbe10| 63 77 b5 39| cw.9| timestamp: 968193891 (s) 0xbe1c-0xbe20 (4) +0xbe10| 63 77 b5 39| cw.9| timestamp: 968193891 (2020-09-04T22:44:51Z) 0xbe1c-0xbe20 (4) 0xbe20|9c 19 04 00 |.... | distance: 2687 (268700) (m) 0xbe20-0xbe24 (4) 0xbe20| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe24-0xbe26 (2) 0xbe20| 22 | " | heart_rate: 34 (bpm) 0xbe26-0xbe27 (1) @@ -44043,7 +44043,7 @@ $ fq -d fit dv activity_dev.fit 0xbe20| 00 | . | reserved: false 0xbe2d.3-0xbe2d.4 (0.1) 0xbe20| 00 | . | local_message_type: 0 0xbe2d.4-0xbe2e (0.4) | | | data_message{}: 0xbe2e-0xbe3f (17) -0xbe20| 64 77| dw| timestamp: 968193892 (s) 0xbe2e-0xbe32 (4) +0xbe20| 64 77| dw| timestamp: 968193892 (2020-09-04T22:44:52Z) 0xbe2e-0xbe32 (4) 0xbe30|b5 39 |.9 | 0xbe30| 00 1a 04 00 | .... | distance: 2688 (268800) (m) 0xbe32-0xbe36 (4) 0xbe30| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe36-0xbe38 (2) @@ -44060,7 +44060,7 @@ $ fq -d fit dv activity_dev.fit 0xbe30| 00| .| reserved: false 0xbe3f.3-0xbe3f.4 (0.1) 0xbe30| 00| .| local_message_type: 0 0xbe3f.4-0xbe40 (0.4) | | | data_message{}: 0xbe40-0xbe51 (17) -0xbe40|65 77 b5 39 |ew.9 | timestamp: 968193893 (s) 0xbe40-0xbe44 (4) +0xbe40|65 77 b5 39 |ew.9 | timestamp: 968193893 (2020-09-04T22:44:53Z) 0xbe40-0xbe44 (4) 0xbe40| 64 1a 04 00 | d... | distance: 2689 (268900) (m) 0xbe44-0xbe48 (4) 0xbe40| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe48-0xbe4a (2) 0xbe40| 2e | . | heart_rate: 46 (bpm) 0xbe4a-0xbe4b (1) @@ -44076,7 +44076,7 @@ $ fq -d fit dv activity_dev.fit 0xbe50| 00 | . | reserved: false 0xbe51.3-0xbe51.4 (0.1) 0xbe50| 00 | . | local_message_type: 0 0xbe51.4-0xbe52 (0.4) | | | data_message{}: 0xbe52-0xbe63 (17) -0xbe50| 66 77 b5 39 | fw.9 | timestamp: 968193894 (s) 0xbe52-0xbe56 (4) +0xbe50| 66 77 b5 39 | fw.9 | timestamp: 968193894 (2020-09-04T22:44:54Z) 0xbe52-0xbe56 (4) 0xbe50| c8 1a 04 00 | .... | distance: 2690 (269000) (m) 0xbe56-0xbe5a (4) 0xbe50| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe5a-0xbe5c (2) 0xbe50| 34 | 4 | heart_rate: 52 (bpm) 0xbe5c-0xbe5d (1) @@ -44092,7 +44092,7 @@ $ fq -d fit dv activity_dev.fit 0xbe60| 00 | . | reserved: false 0xbe63.3-0xbe63.4 (0.1) 0xbe60| 00 | . | local_message_type: 0 0xbe63.4-0xbe64 (0.4) | | | data_message{}: 0xbe64-0xbe75 (17) -0xbe60| 67 77 b5 39 | gw.9 | timestamp: 968193895 (s) 0xbe64-0xbe68 (4) +0xbe60| 67 77 b5 39 | gw.9 | timestamp: 968193895 (2020-09-04T22:44:55Z) 0xbe64-0xbe68 (4) 0xbe60| 2c 1b 04 00 | ,... | distance: 2691 (269100) (m) 0xbe68-0xbe6c (4) 0xbe60| e8 03 | .. | speed: 1 (1000) (m/s) 0xbe6c-0xbe6e (2) 0xbe60| 3a | : | heart_rate: 58 (bpm) 0xbe6e-0xbe6f (1) @@ -44108,7 +44108,7 @@ $ fq -d fit dv activity_dev.fit 0xbe70| 00 | . | reserved: false 0xbe75.3-0xbe75.4 (0.1) 0xbe70| 00 | . | local_message_type: 0 0xbe75.4-0xbe76 (0.4) | | | data_message{}: 0xbe76-0xbe87 (17) -0xbe70| 68 77 b5 39 | hw.9 | timestamp: 968193896 (s) 0xbe76-0xbe7a (4) +0xbe70| 68 77 b5 39 | hw.9 | timestamp: 968193896 (2020-09-04T22:44:56Z) 0xbe76-0xbe7a (4) 0xbe70| 90 1b 04 00 | .... | distance: 2692 (269200) (m) 0xbe7a-0xbe7e (4) 0xbe70| e8 03| ..| speed: 1 (1000) (m/s) 0xbe7e-0xbe80 (2) 0xbe80|41 |A | heart_rate: 65 (bpm) 0xbe80-0xbe81 (1) @@ -44124,7 +44124,7 @@ $ fq -d fit dv activity_dev.fit 0xbe80| 00 | . | reserved: false 0xbe87.3-0xbe87.4 (0.1) 0xbe80| 00 | . | local_message_type: 0 0xbe87.4-0xbe88 (0.4) | | | data_message{}: 0xbe88-0xbe99 (17) -0xbe80| 69 77 b5 39 | iw.9 | timestamp: 968193897 (s) 0xbe88-0xbe8c (4) +0xbe80| 69 77 b5 39 | iw.9 | timestamp: 968193897 (2020-09-04T22:44:57Z) 0xbe88-0xbe8c (4) 0xbe80| f4 1b 04 00| ....| distance: 2693 (269300) (m) 0xbe8c-0xbe90 (4) 0xbe90|e8 03 |.. | speed: 1 (1000) (m/s) 0xbe90-0xbe92 (2) 0xbe90| 48 | H | heart_rate: 72 (bpm) 0xbe92-0xbe93 (1) @@ -44140,7 +44140,7 @@ $ fq -d fit dv activity_dev.fit 0xbe90| 00 | . | reserved: false 0xbe99.3-0xbe99.4 (0.1) 0xbe90| 00 | . | local_message_type: 0 0xbe99.4-0xbe9a (0.4) | | | data_message{}: 0xbe9a-0xbeab (17) -0xbe90| 6a 77 b5 39 | jw.9 | timestamp: 968193898 (s) 0xbe9a-0xbe9e (4) +0xbe90| 6a 77 b5 39 | jw.9 | timestamp: 968193898 (2020-09-04T22:44:58Z) 0xbe9a-0xbe9e (4) 0xbe90| 58 1c| X.| distance: 2694 (269400) (m) 0xbe9e-0xbea2 (4) 0xbea0|04 00 |.. | 0xbea0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbea2-0xbea4 (2) @@ -44157,7 +44157,7 @@ $ fq -d fit dv activity_dev.fit 0xbea0| 00 | . | reserved: false 0xbeab.3-0xbeab.4 (0.1) 0xbea0| 00 | . | local_message_type: 0 0xbeab.4-0xbeac (0.4) | | | data_message{}: 0xbeac-0xbebd (17) -0xbea0| 6b 77 b5 39| kw.9| timestamp: 968193899 (s) 0xbeac-0xbeb0 (4) +0xbea0| 6b 77 b5 39| kw.9| timestamp: 968193899 (2020-09-04T22:44:59Z) 0xbeac-0xbeb0 (4) 0xbeb0|bc 1c 04 00 |.... | distance: 2695 (269500) (m) 0xbeb0-0xbeb4 (4) 0xbeb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbeb4-0xbeb6 (2) 0xbeb0| 57 | W | heart_rate: 87 (bpm) 0xbeb6-0xbeb7 (1) @@ -44173,7 +44173,7 @@ $ fq -d fit dv activity_dev.fit 0xbeb0| 00 | . | reserved: false 0xbebd.3-0xbebd.4 (0.1) 0xbeb0| 00 | . | local_message_type: 0 0xbebd.4-0xbebe (0.4) | | | data_message{}: 0xbebe-0xbecf (17) -0xbeb0| 6c 77| lw| timestamp: 968193900 (s) 0xbebe-0xbec2 (4) +0xbeb0| 6c 77| lw| timestamp: 968193900 (2020-09-04T22:45:00Z) 0xbebe-0xbec2 (4) 0xbec0|b5 39 |.9 | 0xbec0| 20 1d 04 00 | ... | distance: 2696 (269600) (m) 0xbec2-0xbec6 (4) 0xbec0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbec6-0xbec8 (2) @@ -44190,7 +44190,7 @@ $ fq -d fit dv activity_dev.fit 0xbec0| 00| .| reserved: false 0xbecf.3-0xbecf.4 (0.1) 0xbec0| 00| .| local_message_type: 0 0xbecf.4-0xbed0 (0.4) | | | data_message{}: 0xbed0-0xbee1 (17) -0xbed0|6d 77 b5 39 |mw.9 | timestamp: 968193901 (s) 0xbed0-0xbed4 (4) +0xbed0|6d 77 b5 39 |mw.9 | timestamp: 968193901 (2020-09-04T22:45:01Z) 0xbed0-0xbed4 (4) 0xbed0| 84 1d 04 00 | .... | distance: 2697 (269700) (m) 0xbed4-0xbed8 (4) 0xbed0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbed8-0xbeda (2) 0xbed0| 67 | g | heart_rate: 103 (bpm) 0xbeda-0xbedb (1) @@ -44206,7 +44206,7 @@ $ fq -d fit dv activity_dev.fit 0xbee0| 00 | . | reserved: false 0xbee1.3-0xbee1.4 (0.1) 0xbee0| 00 | . | local_message_type: 0 0xbee1.4-0xbee2 (0.4) | | | data_message{}: 0xbee2-0xbef3 (17) -0xbee0| 6e 77 b5 39 | nw.9 | timestamp: 968193902 (s) 0xbee2-0xbee6 (4) +0xbee0| 6e 77 b5 39 | nw.9 | timestamp: 968193902 (2020-09-04T22:45:02Z) 0xbee2-0xbee6 (4) 0xbee0| e8 1d 04 00 | .... | distance: 2698 (269800) (m) 0xbee6-0xbeea (4) 0xbee0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbeea-0xbeec (2) 0xbee0| 6f | o | heart_rate: 111 (bpm) 0xbeec-0xbeed (1) @@ -44222,7 +44222,7 @@ $ fq -d fit dv activity_dev.fit 0xbef0| 00 | . | reserved: false 0xbef3.3-0xbef3.4 (0.1) 0xbef0| 00 | . | local_message_type: 0 0xbef3.4-0xbef4 (0.4) | | | data_message{}: 0xbef4-0xbf05 (17) -0xbef0| 6f 77 b5 39 | ow.9 | timestamp: 968193903 (s) 0xbef4-0xbef8 (4) +0xbef0| 6f 77 b5 39 | ow.9 | timestamp: 968193903 (2020-09-04T22:45:03Z) 0xbef4-0xbef8 (4) 0xbef0| 4c 1e 04 00 | L... | distance: 2699 (269900) (m) 0xbef8-0xbefc (4) 0xbef0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbefc-0xbefe (2) 0xbef0| 77 | w | heart_rate: 119 (bpm) 0xbefe-0xbeff (1) @@ -44238,7 +44238,7 @@ $ fq -d fit dv activity_dev.fit 0xbf00| 00 | . | reserved: false 0xbf05.3-0xbf05.4 (0.1) 0xbf00| 00 | . | local_message_type: 0 0xbf05.4-0xbf06 (0.4) | | | data_message{}: 0xbf06-0xbf17 (17) -0xbf00| 70 77 b5 39 | pw.9 | timestamp: 968193904 (s) 0xbf06-0xbf0a (4) +0xbf00| 70 77 b5 39 | pw.9 | timestamp: 968193904 (2020-09-04T22:45:04Z) 0xbf06-0xbf0a (4) 0xbf00| b0 1e 04 00 | .... | distance: 2700 (270000) (m) 0xbf0a-0xbf0e (4) 0xbf00| e8 03| ..| speed: 1 (1000) (m/s) 0xbf0e-0xbf10 (2) 0xbf10|7e |~ | heart_rate: 126 (bpm) 0xbf10-0xbf11 (1) @@ -44254,7 +44254,7 @@ $ fq -d fit dv activity_dev.fit 0xbf10| 00 | . | reserved: false 0xbf17.3-0xbf17.4 (0.1) 0xbf10| 00 | . | local_message_type: 0 0xbf17.4-0xbf18 (0.4) | | | data_message{}: 0xbf18-0xbf29 (17) -0xbf10| 71 77 b5 39 | qw.9 | timestamp: 968193905 (s) 0xbf18-0xbf1c (4) +0xbf10| 71 77 b5 39 | qw.9 | timestamp: 968193905 (2020-09-04T22:45:05Z) 0xbf18-0xbf1c (4) 0xbf10| 14 1f 04 00| ....| distance: 2701 (270100) (m) 0xbf1c-0xbf20 (4) 0xbf20|e8 03 |.. | speed: 1 (1000) (m/s) 0xbf20-0xbf22 (2) 0xbf20| 86 | . | heart_rate: 134 (bpm) 0xbf22-0xbf23 (1) @@ -44270,7 +44270,7 @@ $ fq -d fit dv activity_dev.fit 0xbf20| 00 | . | reserved: false 0xbf29.3-0xbf29.4 (0.1) 0xbf20| 00 | . | local_message_type: 0 0xbf29.4-0xbf2a (0.4) | | | data_message{}: 0xbf2a-0xbf3b (17) -0xbf20| 72 77 b5 39 | rw.9 | timestamp: 968193906 (s) 0xbf2a-0xbf2e (4) +0xbf20| 72 77 b5 39 | rw.9 | timestamp: 968193906 (2020-09-04T22:45:06Z) 0xbf2a-0xbf2e (4) 0xbf20| 78 1f| x.| distance: 2702 (270200) (m) 0xbf2e-0xbf32 (4) 0xbf30|04 00 |.. | 0xbf30| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf32-0xbf34 (2) @@ -44287,7 +44287,7 @@ $ fq -d fit dv activity_dev.fit 0xbf30| 00 | . | reserved: false 0xbf3b.3-0xbf3b.4 (0.1) 0xbf30| 00 | . | local_message_type: 0 0xbf3b.4-0xbf3c (0.4) | | | data_message{}: 0xbf3c-0xbf4d (17) -0xbf30| 73 77 b5 39| sw.9| timestamp: 968193907 (s) 0xbf3c-0xbf40 (4) +0xbf30| 73 77 b5 39| sw.9| timestamp: 968193907 (2020-09-04T22:45:07Z) 0xbf3c-0xbf40 (4) 0xbf40|dc 1f 04 00 |.... | distance: 2703 (270300) (m) 0xbf40-0xbf44 (4) 0xbf40| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf44-0xbf46 (2) 0xbf40| 96 | . | heart_rate: 150 (bpm) 0xbf46-0xbf47 (1) @@ -44303,7 +44303,7 @@ $ fq -d fit dv activity_dev.fit 0xbf40| 00 | . | reserved: false 0xbf4d.3-0xbf4d.4 (0.1) 0xbf40| 00 | . | local_message_type: 0 0xbf4d.4-0xbf4e (0.4) | | | data_message{}: 0xbf4e-0xbf5f (17) -0xbf40| 74 77| tw| timestamp: 968193908 (s) 0xbf4e-0xbf52 (4) +0xbf40| 74 77| tw| timestamp: 968193908 (2020-09-04T22:45:08Z) 0xbf4e-0xbf52 (4) 0xbf50|b5 39 |.9 | 0xbf50| 40 20 04 00 | @ .. | distance: 2704 (270400) (m) 0xbf52-0xbf56 (4) 0xbf50| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf56-0xbf58 (2) @@ -44320,7 +44320,7 @@ $ fq -d fit dv activity_dev.fit 0xbf50| 00| .| reserved: false 0xbf5f.3-0xbf5f.4 (0.1) 0xbf50| 00| .| local_message_type: 0 0xbf5f.4-0xbf60 (0.4) | | | data_message{}: 0xbf60-0xbf71 (17) -0xbf60|75 77 b5 39 |uw.9 | timestamp: 968193909 (s) 0xbf60-0xbf64 (4) +0xbf60|75 77 b5 39 |uw.9 | timestamp: 968193909 (2020-09-04T22:45:09Z) 0xbf60-0xbf64 (4) 0xbf60| a4 20 04 00 | . .. | distance: 2705 (270500) (m) 0xbf64-0xbf68 (4) 0xbf60| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf68-0xbf6a (2) 0xbf60| a6 | . | heart_rate: 166 (bpm) 0xbf6a-0xbf6b (1) @@ -44336,7 +44336,7 @@ $ fq -d fit dv activity_dev.fit 0xbf70| 00 | . | reserved: false 0xbf71.3-0xbf71.4 (0.1) 0xbf70| 00 | . | local_message_type: 0 0xbf71.4-0xbf72 (0.4) | | | data_message{}: 0xbf72-0xbf83 (17) -0xbf70| 76 77 b5 39 | vw.9 | timestamp: 968193910 (s) 0xbf72-0xbf76 (4) +0xbf70| 76 77 b5 39 | vw.9 | timestamp: 968193910 (2020-09-04T22:45:10Z) 0xbf72-0xbf76 (4) 0xbf70| 08 21 04 00 | .!.. | distance: 2706 (270600) (m) 0xbf76-0xbf7a (4) 0xbf70| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf7a-0xbf7c (2) 0xbf70| ad | . | heart_rate: 173 (bpm) 0xbf7c-0xbf7d (1) @@ -44352,7 +44352,7 @@ $ fq -d fit dv activity_dev.fit 0xbf80| 00 | . | reserved: false 0xbf83.3-0xbf83.4 (0.1) 0xbf80| 00 | . | local_message_type: 0 0xbf83.4-0xbf84 (0.4) | | | data_message{}: 0xbf84-0xbf95 (17) -0xbf80| 77 77 b5 39 | ww.9 | timestamp: 968193911 (s) 0xbf84-0xbf88 (4) +0xbf80| 77 77 b5 39 | ww.9 | timestamp: 968193911 (2020-09-04T22:45:11Z) 0xbf84-0xbf88 (4) 0xbf80| 6c 21 04 00 | l!.. | distance: 2707 (270700) (m) 0xbf88-0xbf8c (4) 0xbf80| e8 03 | .. | speed: 1 (1000) (m/s) 0xbf8c-0xbf8e (2) 0xbf80| b5 | . | heart_rate: 181 (bpm) 0xbf8e-0xbf8f (1) @@ -44368,7 +44368,7 @@ $ fq -d fit dv activity_dev.fit 0xbf90| 00 | . | reserved: false 0xbf95.3-0xbf95.4 (0.1) 0xbf90| 00 | . | local_message_type: 0 0xbf95.4-0xbf96 (0.4) | | | data_message{}: 0xbf96-0xbfa7 (17) -0xbf90| 78 77 b5 39 | xw.9 | timestamp: 968193912 (s) 0xbf96-0xbf9a (4) +0xbf90| 78 77 b5 39 | xw.9 | timestamp: 968193912 (2020-09-04T22:45:12Z) 0xbf96-0xbf9a (4) 0xbf90| d0 21 04 00 | .!.. | distance: 2708 (270800) (m) 0xbf9a-0xbf9e (4) 0xbf90| e8 03| ..| speed: 1 (1000) (m/s) 0xbf9e-0xbfa0 (2) 0xbfa0|bc |. | heart_rate: 188 (bpm) 0xbfa0-0xbfa1 (1) @@ -44384,7 +44384,7 @@ $ fq -d fit dv activity_dev.fit 0xbfa0| 00 | . | reserved: false 0xbfa7.3-0xbfa7.4 (0.1) 0xbfa0| 00 | . | local_message_type: 0 0xbfa7.4-0xbfa8 (0.4) | | | data_message{}: 0xbfa8-0xbfb9 (17) -0xbfa0| 79 77 b5 39 | yw.9 | timestamp: 968193913 (s) 0xbfa8-0xbfac (4) +0xbfa0| 79 77 b5 39 | yw.9 | timestamp: 968193913 (2020-09-04T22:45:13Z) 0xbfa8-0xbfac (4) 0xbfa0| 34 22 04 00| 4"..| distance: 2709 (270900) (m) 0xbfac-0xbfb0 (4) 0xbfb0|e8 03 |.. | speed: 1 (1000) (m/s) 0xbfb0-0xbfb2 (2) 0xbfb0| c3 | . | heart_rate: 195 (bpm) 0xbfb2-0xbfb3 (1) @@ -44400,7 +44400,7 @@ $ fq -d fit dv activity_dev.fit 0xbfb0| 00 | . | reserved: false 0xbfb9.3-0xbfb9.4 (0.1) 0xbfb0| 00 | . | local_message_type: 0 0xbfb9.4-0xbfba (0.4) | | | data_message{}: 0xbfba-0xbfcb (17) -0xbfb0| 7a 77 b5 39 | zw.9 | timestamp: 968193914 (s) 0xbfba-0xbfbe (4) +0xbfb0| 7a 77 b5 39 | zw.9 | timestamp: 968193914 (2020-09-04T22:45:14Z) 0xbfba-0xbfbe (4) 0xbfb0| 98 22| ."| distance: 2710 (271000) (m) 0xbfbe-0xbfc2 (4) 0xbfc0|04 00 |.. | 0xbfc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbfc2-0xbfc4 (2) @@ -44417,7 +44417,7 @@ $ fq -d fit dv activity_dev.fit 0xbfc0| 00 | . | reserved: false 0xbfcb.3-0xbfcb.4 (0.1) 0xbfc0| 00 | . | local_message_type: 0 0xbfcb.4-0xbfcc (0.4) | | | data_message{}: 0xbfcc-0xbfdd (17) -0xbfc0| 7b 77 b5 39| {w.9| timestamp: 968193915 (s) 0xbfcc-0xbfd0 (4) +0xbfc0| 7b 77 b5 39| {w.9| timestamp: 968193915 (2020-09-04T22:45:15Z) 0xbfcc-0xbfd0 (4) 0xbfd0|fc 22 04 00 |.".. | distance: 2711 (271100) (m) 0xbfd0-0xbfd4 (4) 0xbfd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbfd4-0xbfd6 (2) 0xbfd0| cf | . | heart_rate: 207 (bpm) 0xbfd6-0xbfd7 (1) @@ -44433,7 +44433,7 @@ $ fq -d fit dv activity_dev.fit 0xbfd0| 00 | . | reserved: false 0xbfdd.3-0xbfdd.4 (0.1) 0xbfd0| 00 | . | local_message_type: 0 0xbfdd.4-0xbfde (0.4) | | | data_message{}: 0xbfde-0xbfef (17) -0xbfd0| 7c 77| |w| timestamp: 968193916 (s) 0xbfde-0xbfe2 (4) +0xbfd0| 7c 77| |w| timestamp: 968193916 (2020-09-04T22:45:16Z) 0xbfde-0xbfe2 (4) 0xbfe0|b5 39 |.9 | 0xbfe0| 60 23 04 00 | `#.. | distance: 2712 (271200) (m) 0xbfe2-0xbfe6 (4) 0xbfe0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbfe6-0xbfe8 (2) @@ -44450,7 +44450,7 @@ $ fq -d fit dv activity_dev.fit 0xbfe0| 00| .| reserved: false 0xbfef.3-0xbfef.4 (0.1) 0xbfe0| 00| .| local_message_type: 0 0xbfef.4-0xbff0 (0.4) | | | data_message{}: 0xbff0-0xc001 (17) -0xbff0|7d 77 b5 39 |}w.9 | timestamp: 968193917 (s) 0xbff0-0xbff4 (4) +0xbff0|7d 77 b5 39 |}w.9 | timestamp: 968193917 (2020-09-04T22:45:17Z) 0xbff0-0xbff4 (4) 0xbff0| c4 23 04 00 | .#.. | distance: 2713 (271300) (m) 0xbff4-0xbff8 (4) 0xbff0| e8 03 | .. | speed: 1 (1000) (m/s) 0xbff8-0xbffa (2) 0xbff0| db | . | heart_rate: 219 (bpm) 0xbffa-0xbffb (1) @@ -44466,7 +44466,7 @@ $ fq -d fit dv activity_dev.fit 0xc000| 00 | . | reserved: false 0xc001.3-0xc001.4 (0.1) 0xc000| 00 | . | local_message_type: 0 0xc001.4-0xc002 (0.4) | | | data_message{}: 0xc002-0xc013 (17) -0xc000| 7e 77 b5 39 | ~w.9 | timestamp: 968193918 (s) 0xc002-0xc006 (4) +0xc000| 7e 77 b5 39 | ~w.9 | timestamp: 968193918 (2020-09-04T22:45:18Z) 0xc002-0xc006 (4) 0xc000| 28 24 04 00 | ($.. | distance: 2714 (271400) (m) 0xc006-0xc00a (4) 0xc000| e8 03 | .. | speed: 1 (1000) (m/s) 0xc00a-0xc00c (2) 0xc000| e0 | . | heart_rate: 224 (bpm) 0xc00c-0xc00d (1) @@ -44482,7 +44482,7 @@ $ fq -d fit dv activity_dev.fit 0xc010| 00 | . | reserved: false 0xc013.3-0xc013.4 (0.1) 0xc010| 00 | . | local_message_type: 0 0xc013.4-0xc014 (0.4) | | | data_message{}: 0xc014-0xc025 (17) -0xc010| 7f 77 b5 39 | .w.9 | timestamp: 968193919 (s) 0xc014-0xc018 (4) +0xc010| 7f 77 b5 39 | .w.9 | timestamp: 968193919 (2020-09-04T22:45:19Z) 0xc014-0xc018 (4) 0xc010| 8c 24 04 00 | .$.. | distance: 2715 (271500) (m) 0xc018-0xc01c (4) 0xc010| e8 03 | .. | speed: 1 (1000) (m/s) 0xc01c-0xc01e (2) 0xc010| e5 | . | heart_rate: 229 (bpm) 0xc01e-0xc01f (1) @@ -44498,7 +44498,7 @@ $ fq -d fit dv activity_dev.fit 0xc020| 00 | . | reserved: false 0xc025.3-0xc025.4 (0.1) 0xc020| 00 | . | local_message_type: 0 0xc025.4-0xc026 (0.4) | | | data_message{}: 0xc026-0xc037 (17) -0xc020| 80 77 b5 39 | .w.9 | timestamp: 968193920 (s) 0xc026-0xc02a (4) +0xc020| 80 77 b5 39 | .w.9 | timestamp: 968193920 (2020-09-04T22:45:20Z) 0xc026-0xc02a (4) 0xc020| f0 24 04 00 | .$.. | distance: 2716 (271600) (m) 0xc02a-0xc02e (4) 0xc020| e8 03| ..| speed: 1 (1000) (m/s) 0xc02e-0xc030 (2) 0xc030|ea |. | heart_rate: 234 (bpm) 0xc030-0xc031 (1) @@ -44514,7 +44514,7 @@ $ fq -d fit dv activity_dev.fit 0xc030| 00 | . | reserved: false 0xc037.3-0xc037.4 (0.1) 0xc030| 00 | . | local_message_type: 0 0xc037.4-0xc038 (0.4) | | | data_message{}: 0xc038-0xc049 (17) -0xc030| 81 77 b5 39 | .w.9 | timestamp: 968193921 (s) 0xc038-0xc03c (4) +0xc030| 81 77 b5 39 | .w.9 | timestamp: 968193921 (2020-09-04T22:45:21Z) 0xc038-0xc03c (4) 0xc030| 54 25 04 00| T%..| distance: 2717 (271700) (m) 0xc03c-0xc040 (4) 0xc040|e8 03 |.. | speed: 1 (1000) (m/s) 0xc040-0xc042 (2) 0xc040| ee | . | heart_rate: 238 (bpm) 0xc042-0xc043 (1) @@ -44530,7 +44530,7 @@ $ fq -d fit dv activity_dev.fit 0xc040| 00 | . | reserved: false 0xc049.3-0xc049.4 (0.1) 0xc040| 00 | . | local_message_type: 0 0xc049.4-0xc04a (0.4) | | | data_message{}: 0xc04a-0xc05b (17) -0xc040| 82 77 b5 39 | .w.9 | timestamp: 968193922 (s) 0xc04a-0xc04e (4) +0xc040| 82 77 b5 39 | .w.9 | timestamp: 968193922 (2020-09-04T22:45:22Z) 0xc04a-0xc04e (4) 0xc040| b8 25| .%| distance: 2718 (271800) (m) 0xc04e-0xc052 (4) 0xc050|04 00 |.. | 0xc050| e8 03 | .. | speed: 1 (1000) (m/s) 0xc052-0xc054 (2) @@ -44547,7 +44547,7 @@ $ fq -d fit dv activity_dev.fit 0xc050| 00 | . | reserved: false 0xc05b.3-0xc05b.4 (0.1) 0xc050| 00 | . | local_message_type: 0 0xc05b.4-0xc05c (0.4) | | | data_message{}: 0xc05c-0xc06d (17) -0xc050| 83 77 b5 39| .w.9| timestamp: 968193923 (s) 0xc05c-0xc060 (4) +0xc050| 83 77 b5 39| .w.9| timestamp: 968193923 (2020-09-04T22:45:23Z) 0xc05c-0xc060 (4) 0xc060|1c 26 04 00 |.&.. | distance: 2719 (271900) (m) 0xc060-0xc064 (4) 0xc060| e8 03 | .. | speed: 1 (1000) (m/s) 0xc064-0xc066 (2) 0xc060| f5 | . | heart_rate: 245 (bpm) 0xc066-0xc067 (1) @@ -44563,7 +44563,7 @@ $ fq -d fit dv activity_dev.fit 0xc060| 00 | . | reserved: false 0xc06d.3-0xc06d.4 (0.1) 0xc060| 00 | . | local_message_type: 0 0xc06d.4-0xc06e (0.4) | | | data_message{}: 0xc06e-0xc07f (17) -0xc060| 84 77| .w| timestamp: 968193924 (s) 0xc06e-0xc072 (4) +0xc060| 84 77| .w| timestamp: 968193924 (2020-09-04T22:45:24Z) 0xc06e-0xc072 (4) 0xc070|b5 39 |.9 | 0xc070| 80 26 04 00 | .&.. | distance: 2720 (272000) (m) 0xc072-0xc076 (4) 0xc070| e8 03 | .. | speed: 1 (1000) (m/s) 0xc076-0xc078 (2) @@ -44580,7 +44580,7 @@ $ fq -d fit dv activity_dev.fit 0xc070| 00| .| reserved: false 0xc07f.3-0xc07f.4 (0.1) 0xc070| 00| .| local_message_type: 0 0xc07f.4-0xc080 (0.4) | | | data_message{}: 0xc080-0xc091 (17) -0xc080|85 77 b5 39 |.w.9 | timestamp: 968193925 (s) 0xc080-0xc084 (4) +0xc080|85 77 b5 39 |.w.9 | timestamp: 968193925 (2020-09-04T22:45:25Z) 0xc080-0xc084 (4) 0xc080| e4 26 04 00 | .&.. | distance: 2721 (272100) (m) 0xc084-0xc088 (4) 0xc080| e8 03 | .. | speed: 1 (1000) (m/s) 0xc088-0xc08a (2) 0xc080| fa | . | heart_rate: 250 (bpm) 0xc08a-0xc08b (1) @@ -44596,7 +44596,7 @@ $ fq -d fit dv activity_dev.fit 0xc090| 00 | . | reserved: false 0xc091.3-0xc091.4 (0.1) 0xc090| 00 | . | local_message_type: 0 0xc091.4-0xc092 (0.4) | | | data_message{}: 0xc092-0xc0a3 (17) -0xc090| 86 77 b5 39 | .w.9 | timestamp: 968193926 (s) 0xc092-0xc096 (4) +0xc090| 86 77 b5 39 | .w.9 | timestamp: 968193926 (2020-09-04T22:45:26Z) 0xc092-0xc096 (4) 0xc090| 48 27 04 00 | H'.. | distance: 2722 (272200) (m) 0xc096-0xc09a (4) 0xc090| e8 03 | .. | speed: 1 (1000) (m/s) 0xc09a-0xc09c (2) 0xc090| fb | . | heart_rate: 251 (bpm) 0xc09c-0xc09d (1) @@ -44612,7 +44612,7 @@ $ fq -d fit dv activity_dev.fit 0xc0a0| 00 | . | reserved: false 0xc0a3.3-0xc0a3.4 (0.1) 0xc0a0| 00 | . | local_message_type: 0 0xc0a3.4-0xc0a4 (0.4) | | | data_message{}: 0xc0a4-0xc0b5 (17) -0xc0a0| 87 77 b5 39 | .w.9 | timestamp: 968193927 (s) 0xc0a4-0xc0a8 (4) +0xc0a0| 87 77 b5 39 | .w.9 | timestamp: 968193927 (2020-09-04T22:45:27Z) 0xc0a4-0xc0a8 (4) 0xc0a0| ac 27 04 00 | .'.. | distance: 2723 (272300) (m) 0xc0a8-0xc0ac (4) 0xc0a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc0ac-0xc0ae (2) 0xc0a0| fc | . | heart_rate: 252 (bpm) 0xc0ae-0xc0af (1) @@ -44628,7 +44628,7 @@ $ fq -d fit dv activity_dev.fit 0xc0b0| 00 | . | reserved: false 0xc0b5.3-0xc0b5.4 (0.1) 0xc0b0| 00 | . | local_message_type: 0 0xc0b5.4-0xc0b6 (0.4) | | | data_message{}: 0xc0b6-0xc0c7 (17) -0xc0b0| 88 77 b5 39 | .w.9 | timestamp: 968193928 (s) 0xc0b6-0xc0ba (4) +0xc0b0| 88 77 b5 39 | .w.9 | timestamp: 968193928 (2020-09-04T22:45:28Z) 0xc0b6-0xc0ba (4) 0xc0b0| 10 28 04 00 | .(.. | distance: 2724 (272400) (m) 0xc0ba-0xc0be (4) 0xc0b0| e8 03| ..| speed: 1 (1000) (m/s) 0xc0be-0xc0c0 (2) 0xc0c0|fd |. | heart_rate: 253 (bpm) 0xc0c0-0xc0c1 (1) @@ -44644,7 +44644,7 @@ $ fq -d fit dv activity_dev.fit 0xc0c0| 00 | . | reserved: false 0xc0c7.3-0xc0c7.4 (0.1) 0xc0c0| 00 | . | local_message_type: 0 0xc0c7.4-0xc0c8 (0.4) | | | data_message{}: 0xc0c8-0xc0d9 (17) -0xc0c0| 89 77 b5 39 | .w.9 | timestamp: 968193929 (s) 0xc0c8-0xc0cc (4) +0xc0c0| 89 77 b5 39 | .w.9 | timestamp: 968193929 (2020-09-04T22:45:29Z) 0xc0c8-0xc0cc (4) 0xc0c0| 74 28 04 00| t(..| distance: 2725 (272500) (m) 0xc0cc-0xc0d0 (4) 0xc0d0|e8 03 |.. | speed: 1 (1000) (m/s) 0xc0d0-0xc0d2 (2) 0xc0d0| fe | . | heart_rate: 254 (bpm) 0xc0d2-0xc0d3 (1) @@ -44660,7 +44660,7 @@ $ fq -d fit dv activity_dev.fit 0xc0d0| 00 | . | reserved: false 0xc0d9.3-0xc0d9.4 (0.1) 0xc0d0| 00 | . | local_message_type: 0 0xc0d9.4-0xc0da (0.4) | | | data_message{}: 0xc0da-0xc0eb (17) -0xc0d0| 8a 77 b5 39 | .w.9 | timestamp: 968193930 (s) 0xc0da-0xc0de (4) +0xc0d0| 8a 77 b5 39 | .w.9 | timestamp: 968193930 (2020-09-04T22:45:30Z) 0xc0da-0xc0de (4) 0xc0d0| d8 28| .(| distance: 2726 (272600) (m) 0xc0de-0xc0e2 (4) 0xc0e0|04 00 |.. | 0xc0e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc0e2-0xc0e4 (2) @@ -44677,7 +44677,7 @@ $ fq -d fit dv activity_dev.fit 0xc0e0| 00 | . | reserved: false 0xc0eb.3-0xc0eb.4 (0.1) 0xc0e0| 00 | . | local_message_type: 0 0xc0eb.4-0xc0ec (0.4) | | | data_message{}: 0xc0ec-0xc0fd (17) -0xc0e0| 8b 77 b5 39| .w.9| timestamp: 968193931 (s) 0xc0ec-0xc0f0 (4) +0xc0e0| 8b 77 b5 39| .w.9| timestamp: 968193931 (2020-09-04T22:45:31Z) 0xc0ec-0xc0f0 (4) 0xc0f0|3c 29 04 00 |<).. | distance: 2727 (272700) (m) 0xc0f0-0xc0f4 (4) 0xc0f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc0f4-0xc0f6 (2) 0xc0f0| fc | . | heart_rate: 252 (bpm) 0xc0f6-0xc0f7 (1) @@ -44693,7 +44693,7 @@ $ fq -d fit dv activity_dev.fit 0xc0f0| 00 | . | reserved: false 0xc0fd.3-0xc0fd.4 (0.1) 0xc0f0| 00 | . | local_message_type: 0 0xc0fd.4-0xc0fe (0.4) | | | data_message{}: 0xc0fe-0xc10f (17) -0xc0f0| 8c 77| .w| timestamp: 968193932 (s) 0xc0fe-0xc102 (4) +0xc0f0| 8c 77| .w| timestamp: 968193932 (2020-09-04T22:45:32Z) 0xc0fe-0xc102 (4) 0xc100|b5 39 |.9 | 0xc100| a0 29 04 00 | .).. | distance: 2728 (272800) (m) 0xc102-0xc106 (4) 0xc100| e8 03 | .. | speed: 1 (1000) (m/s) 0xc106-0xc108 (2) @@ -44710,7 +44710,7 @@ $ fq -d fit dv activity_dev.fit 0xc100| 00| .| reserved: false 0xc10f.3-0xc10f.4 (0.1) 0xc100| 00| .| local_message_type: 0 0xc10f.4-0xc110 (0.4) | | | data_message{}: 0xc110-0xc121 (17) -0xc110|8d 77 b5 39 |.w.9 | timestamp: 968193933 (s) 0xc110-0xc114 (4) +0xc110|8d 77 b5 39 |.w.9 | timestamp: 968193933 (2020-09-04T22:45:33Z) 0xc110-0xc114 (4) 0xc110| 04 2a 04 00 | .*.. | distance: 2729 (272900) (m) 0xc114-0xc118 (4) 0xc110| e8 03 | .. | speed: 1 (1000) (m/s) 0xc118-0xc11a (2) 0xc110| fa | . | heart_rate: 250 (bpm) 0xc11a-0xc11b (1) @@ -44726,7 +44726,7 @@ $ fq -d fit dv activity_dev.fit 0xc120| 00 | . | reserved: false 0xc121.3-0xc121.4 (0.1) 0xc120| 00 | . | local_message_type: 0 0xc121.4-0xc122 (0.4) | | | data_message{}: 0xc122-0xc133 (17) -0xc120| 8e 77 b5 39 | .w.9 | timestamp: 968193934 (s) 0xc122-0xc126 (4) +0xc120| 8e 77 b5 39 | .w.9 | timestamp: 968193934 (2020-09-04T22:45:34Z) 0xc122-0xc126 (4) 0xc120| 68 2a 04 00 | h*.. | distance: 2730 (273000) (m) 0xc126-0xc12a (4) 0xc120| e8 03 | .. | speed: 1 (1000) (m/s) 0xc12a-0xc12c (2) 0xc120| f7 | . | heart_rate: 247 (bpm) 0xc12c-0xc12d (1) @@ -44742,7 +44742,7 @@ $ fq -d fit dv activity_dev.fit 0xc130| 00 | . | reserved: false 0xc133.3-0xc133.4 (0.1) 0xc130| 00 | . | local_message_type: 0 0xc133.4-0xc134 (0.4) | | | data_message{}: 0xc134-0xc145 (17) -0xc130| 8f 77 b5 39 | .w.9 | timestamp: 968193935 (s) 0xc134-0xc138 (4) +0xc130| 8f 77 b5 39 | .w.9 | timestamp: 968193935 (2020-09-04T22:45:35Z) 0xc134-0xc138 (4) 0xc130| cc 2a 04 00 | .*.. | distance: 2731 (273100) (m) 0xc138-0xc13c (4) 0xc130| e8 03 | .. | speed: 1 (1000) (m/s) 0xc13c-0xc13e (2) 0xc130| f5 | . | heart_rate: 245 (bpm) 0xc13e-0xc13f (1) @@ -44758,7 +44758,7 @@ $ fq -d fit dv activity_dev.fit 0xc140| 00 | . | reserved: false 0xc145.3-0xc145.4 (0.1) 0xc140| 00 | . | local_message_type: 0 0xc145.4-0xc146 (0.4) | | | data_message{}: 0xc146-0xc157 (17) -0xc140| 90 77 b5 39 | .w.9 | timestamp: 968193936 (s) 0xc146-0xc14a (4) +0xc140| 90 77 b5 39 | .w.9 | timestamp: 968193936 (2020-09-04T22:45:36Z) 0xc146-0xc14a (4) 0xc140| 30 2b 04 00 | 0+.. | distance: 2732 (273200) (m) 0xc14a-0xc14e (4) 0xc140| e8 03| ..| speed: 1 (1000) (m/s) 0xc14e-0xc150 (2) 0xc150|f1 |. | heart_rate: 241 (bpm) 0xc150-0xc151 (1) @@ -44774,7 +44774,7 @@ $ fq -d fit dv activity_dev.fit 0xc150| 00 | . | reserved: false 0xc157.3-0xc157.4 (0.1) 0xc150| 00 | . | local_message_type: 0 0xc157.4-0xc158 (0.4) | | | data_message{}: 0xc158-0xc169 (17) -0xc150| 91 77 b5 39 | .w.9 | timestamp: 968193937 (s) 0xc158-0xc15c (4) +0xc150| 91 77 b5 39 | .w.9 | timestamp: 968193937 (2020-09-04T22:45:37Z) 0xc158-0xc15c (4) 0xc150| 94 2b 04 00| .+..| distance: 2733 (273300) (m) 0xc15c-0xc160 (4) 0xc160|e8 03 |.. | speed: 1 (1000) (m/s) 0xc160-0xc162 (2) 0xc160| ee | . | heart_rate: 238 (bpm) 0xc162-0xc163 (1) @@ -44790,7 +44790,7 @@ $ fq -d fit dv activity_dev.fit 0xc160| 00 | . | reserved: false 0xc169.3-0xc169.4 (0.1) 0xc160| 00 | . | local_message_type: 0 0xc169.4-0xc16a (0.4) | | | data_message{}: 0xc16a-0xc17b (17) -0xc160| 92 77 b5 39 | .w.9 | timestamp: 968193938 (s) 0xc16a-0xc16e (4) +0xc160| 92 77 b5 39 | .w.9 | timestamp: 968193938 (2020-09-04T22:45:38Z) 0xc16a-0xc16e (4) 0xc160| f8 2b| .+| distance: 2734 (273400) (m) 0xc16e-0xc172 (4) 0xc170|04 00 |.. | 0xc170| e8 03 | .. | speed: 1 (1000) (m/s) 0xc172-0xc174 (2) @@ -44807,7 +44807,7 @@ $ fq -d fit dv activity_dev.fit 0xc170| 00 | . | reserved: false 0xc17b.3-0xc17b.4 (0.1) 0xc170| 00 | . | local_message_type: 0 0xc17b.4-0xc17c (0.4) | | | data_message{}: 0xc17c-0xc18d (17) -0xc170| 93 77 b5 39| .w.9| timestamp: 968193939 (s) 0xc17c-0xc180 (4) +0xc170| 93 77 b5 39| .w.9| timestamp: 968193939 (2020-09-04T22:45:39Z) 0xc17c-0xc180 (4) 0xc180|5c 2c 04 00 |\,.. | distance: 2735 (273500) (m) 0xc180-0xc184 (4) 0xc180| e8 03 | .. | speed: 1 (1000) (m/s) 0xc184-0xc186 (2) 0xc180| e5 | . | heart_rate: 229 (bpm) 0xc186-0xc187 (1) @@ -44823,7 +44823,7 @@ $ fq -d fit dv activity_dev.fit 0xc180| 00 | . | reserved: false 0xc18d.3-0xc18d.4 (0.1) 0xc180| 00 | . | local_message_type: 0 0xc18d.4-0xc18e (0.4) | | | data_message{}: 0xc18e-0xc19f (17) -0xc180| 94 77| .w| timestamp: 968193940 (s) 0xc18e-0xc192 (4) +0xc180| 94 77| .w| timestamp: 968193940 (2020-09-04T22:45:40Z) 0xc18e-0xc192 (4) 0xc190|b5 39 |.9 | 0xc190| c0 2c 04 00 | .,.. | distance: 2736 (273600) (m) 0xc192-0xc196 (4) 0xc190| e8 03 | .. | speed: 1 (1000) (m/s) 0xc196-0xc198 (2) @@ -44840,7 +44840,7 @@ $ fq -d fit dv activity_dev.fit 0xc190| 00| .| reserved: false 0xc19f.3-0xc19f.4 (0.1) 0xc190| 00| .| local_message_type: 0 0xc19f.4-0xc1a0 (0.4) | | | data_message{}: 0xc1a0-0xc1b1 (17) -0xc1a0|95 77 b5 39 |.w.9 | timestamp: 968193941 (s) 0xc1a0-0xc1a4 (4) +0xc1a0|95 77 b5 39 |.w.9 | timestamp: 968193941 (2020-09-04T22:45:41Z) 0xc1a0-0xc1a4 (4) 0xc1a0| 24 2d 04 00 | $-.. | distance: 2737 (273700) (m) 0xc1a4-0xc1a8 (4) 0xc1a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc1a8-0xc1aa (2) 0xc1a0| db | . | heart_rate: 219 (bpm) 0xc1aa-0xc1ab (1) @@ -44856,7 +44856,7 @@ $ fq -d fit dv activity_dev.fit 0xc1b0| 00 | . | reserved: false 0xc1b1.3-0xc1b1.4 (0.1) 0xc1b0| 00 | . | local_message_type: 0 0xc1b1.4-0xc1b2 (0.4) | | | data_message{}: 0xc1b2-0xc1c3 (17) -0xc1b0| 96 77 b5 39 | .w.9 | timestamp: 968193942 (s) 0xc1b2-0xc1b6 (4) +0xc1b0| 96 77 b5 39 | .w.9 | timestamp: 968193942 (2020-09-04T22:45:42Z) 0xc1b2-0xc1b6 (4) 0xc1b0| 88 2d 04 00 | .-.. | distance: 2738 (273800) (m) 0xc1b6-0xc1ba (4) 0xc1b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc1ba-0xc1bc (2) 0xc1b0| d5 | . | heart_rate: 213 (bpm) 0xc1bc-0xc1bd (1) @@ -44872,7 +44872,7 @@ $ fq -d fit dv activity_dev.fit 0xc1c0| 00 | . | reserved: false 0xc1c3.3-0xc1c3.4 (0.1) 0xc1c0| 00 | . | local_message_type: 0 0xc1c3.4-0xc1c4 (0.4) | | | data_message{}: 0xc1c4-0xc1d5 (17) -0xc1c0| 97 77 b5 39 | .w.9 | timestamp: 968193943 (s) 0xc1c4-0xc1c8 (4) +0xc1c0| 97 77 b5 39 | .w.9 | timestamp: 968193943 (2020-09-04T22:45:43Z) 0xc1c4-0xc1c8 (4) 0xc1c0| ec 2d 04 00 | .-.. | distance: 2739 (273900) (m) 0xc1c8-0xc1cc (4) 0xc1c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc1cc-0xc1ce (2) 0xc1c0| cf | . | heart_rate: 207 (bpm) 0xc1ce-0xc1cf (1) @@ -44888,7 +44888,7 @@ $ fq -d fit dv activity_dev.fit 0xc1d0| 00 | . | reserved: false 0xc1d5.3-0xc1d5.4 (0.1) 0xc1d0| 00 | . | local_message_type: 0 0xc1d5.4-0xc1d6 (0.4) | | | data_message{}: 0xc1d6-0xc1e7 (17) -0xc1d0| 98 77 b5 39 | .w.9 | timestamp: 968193944 (s) 0xc1d6-0xc1da (4) +0xc1d0| 98 77 b5 39 | .w.9 | timestamp: 968193944 (2020-09-04T22:45:44Z) 0xc1d6-0xc1da (4) 0xc1d0| 50 2e 04 00 | P... | distance: 2740 (274000) (m) 0xc1da-0xc1de (4) 0xc1d0| e8 03| ..| speed: 1 (1000) (m/s) 0xc1de-0xc1e0 (2) 0xc1e0|c9 |. | heart_rate: 201 (bpm) 0xc1e0-0xc1e1 (1) @@ -44904,7 +44904,7 @@ $ fq -d fit dv activity_dev.fit 0xc1e0| 00 | . | reserved: false 0xc1e7.3-0xc1e7.4 (0.1) 0xc1e0| 00 | . | local_message_type: 0 0xc1e7.4-0xc1e8 (0.4) | | | data_message{}: 0xc1e8-0xc1f9 (17) -0xc1e0| 99 77 b5 39 | .w.9 | timestamp: 968193945 (s) 0xc1e8-0xc1ec (4) +0xc1e0| 99 77 b5 39 | .w.9 | timestamp: 968193945 (2020-09-04T22:45:45Z) 0xc1e8-0xc1ec (4) 0xc1e0| b4 2e 04 00| ....| distance: 2741 (274100) (m) 0xc1ec-0xc1f0 (4) 0xc1f0|e8 03 |.. | speed: 1 (1000) (m/s) 0xc1f0-0xc1f2 (2) 0xc1f0| c3 | . | heart_rate: 195 (bpm) 0xc1f2-0xc1f3 (1) @@ -44920,7 +44920,7 @@ $ fq -d fit dv activity_dev.fit 0xc1f0| 00 | . | reserved: false 0xc1f9.3-0xc1f9.4 (0.1) 0xc1f0| 00 | . | local_message_type: 0 0xc1f9.4-0xc1fa (0.4) | | | data_message{}: 0xc1fa-0xc20b (17) -0xc1f0| 9a 77 b5 39 | .w.9 | timestamp: 968193946 (s) 0xc1fa-0xc1fe (4) +0xc1f0| 9a 77 b5 39 | .w.9 | timestamp: 968193946 (2020-09-04T22:45:46Z) 0xc1fa-0xc1fe (4) 0xc1f0| 18 2f| ./| distance: 2742 (274200) (m) 0xc1fe-0xc202 (4) 0xc200|04 00 |.. | 0xc200| e8 03 | .. | speed: 1 (1000) (m/s) 0xc202-0xc204 (2) @@ -44937,7 +44937,7 @@ $ fq -d fit dv activity_dev.fit 0xc200| 00 | . | reserved: false 0xc20b.3-0xc20b.4 (0.1) 0xc200| 00 | . | local_message_type: 0 0xc20b.4-0xc20c (0.4) | | | data_message{}: 0xc20c-0xc21d (17) -0xc200| 9b 77 b5 39| .w.9| timestamp: 968193947 (s) 0xc20c-0xc210 (4) +0xc200| 9b 77 b5 39| .w.9| timestamp: 968193947 (2020-09-04T22:45:47Z) 0xc20c-0xc210 (4) 0xc210|7c 2f 04 00 ||/.. | distance: 2743 (274300) (m) 0xc210-0xc214 (4) 0xc210| e8 03 | .. | speed: 1 (1000) (m/s) 0xc214-0xc216 (2) 0xc210| b5 | . | heart_rate: 181 (bpm) 0xc216-0xc217 (1) @@ -44953,7 +44953,7 @@ $ fq -d fit dv activity_dev.fit 0xc210| 00 | . | reserved: false 0xc21d.3-0xc21d.4 (0.1) 0xc210| 00 | . | local_message_type: 0 0xc21d.4-0xc21e (0.4) | | | data_message{}: 0xc21e-0xc22f (17) -0xc210| 9c 77| .w| timestamp: 968193948 (s) 0xc21e-0xc222 (4) +0xc210| 9c 77| .w| timestamp: 968193948 (2020-09-04T22:45:48Z) 0xc21e-0xc222 (4) 0xc220|b5 39 |.9 | 0xc220| e0 2f 04 00 | ./.. | distance: 2744 (274400) (m) 0xc222-0xc226 (4) 0xc220| e8 03 | .. | speed: 1 (1000) (m/s) 0xc226-0xc228 (2) @@ -44970,7 +44970,7 @@ $ fq -d fit dv activity_dev.fit 0xc220| 00| .| reserved: false 0xc22f.3-0xc22f.4 (0.1) 0xc220| 00| .| local_message_type: 0 0xc22f.4-0xc230 (0.4) | | | data_message{}: 0xc230-0xc241 (17) -0xc230|9d 77 b5 39 |.w.9 | timestamp: 968193949 (s) 0xc230-0xc234 (4) +0xc230|9d 77 b5 39 |.w.9 | timestamp: 968193949 (2020-09-04T22:45:49Z) 0xc230-0xc234 (4) 0xc230| 44 30 04 00 | D0.. | distance: 2745 (274500) (m) 0xc234-0xc238 (4) 0xc230| e8 03 | .. | speed: 1 (1000) (m/s) 0xc238-0xc23a (2) 0xc230| a6 | . | heart_rate: 166 (bpm) 0xc23a-0xc23b (1) @@ -44986,7 +44986,7 @@ $ fq -d fit dv activity_dev.fit 0xc240| 00 | . | reserved: false 0xc241.3-0xc241.4 (0.1) 0xc240| 00 | . | local_message_type: 0 0xc241.4-0xc242 (0.4) | | | data_message{}: 0xc242-0xc253 (17) -0xc240| 9e 77 b5 39 | .w.9 | timestamp: 968193950 (s) 0xc242-0xc246 (4) +0xc240| 9e 77 b5 39 | .w.9 | timestamp: 968193950 (2020-09-04T22:45:50Z) 0xc242-0xc246 (4) 0xc240| a8 30 04 00 | .0.. | distance: 2746 (274600) (m) 0xc246-0xc24a (4) 0xc240| e8 03 | .. | speed: 1 (1000) (m/s) 0xc24a-0xc24c (2) 0xc240| 9e | . | heart_rate: 158 (bpm) 0xc24c-0xc24d (1) @@ -45002,7 +45002,7 @@ $ fq -d fit dv activity_dev.fit 0xc250| 00 | . | reserved: false 0xc253.3-0xc253.4 (0.1) 0xc250| 00 | . | local_message_type: 0 0xc253.4-0xc254 (0.4) | | | data_message{}: 0xc254-0xc265 (17) -0xc250| 9f 77 b5 39 | .w.9 | timestamp: 968193951 (s) 0xc254-0xc258 (4) +0xc250| 9f 77 b5 39 | .w.9 | timestamp: 968193951 (2020-09-04T22:45:51Z) 0xc254-0xc258 (4) 0xc250| 0c 31 04 00 | .1.. | distance: 2747 (274700) (m) 0xc258-0xc25c (4) 0xc250| e8 03 | .. | speed: 1 (1000) (m/s) 0xc25c-0xc25e (2) 0xc250| 96 | . | heart_rate: 150 (bpm) 0xc25e-0xc25f (1) @@ -45018,7 +45018,7 @@ $ fq -d fit dv activity_dev.fit 0xc260| 00 | . | reserved: false 0xc265.3-0xc265.4 (0.1) 0xc260| 00 | . | local_message_type: 0 0xc265.4-0xc266 (0.4) | | | data_message{}: 0xc266-0xc277 (17) -0xc260| a0 77 b5 39 | .w.9 | timestamp: 968193952 (s) 0xc266-0xc26a (4) +0xc260| a0 77 b5 39 | .w.9 | timestamp: 968193952 (2020-09-04T22:45:52Z) 0xc266-0xc26a (4) 0xc260| 70 31 04 00 | p1.. | distance: 2748 (274800) (m) 0xc26a-0xc26e (4) 0xc260| e8 03| ..| speed: 1 (1000) (m/s) 0xc26e-0xc270 (2) 0xc270|8e |. | heart_rate: 142 (bpm) 0xc270-0xc271 (1) @@ -45034,7 +45034,7 @@ $ fq -d fit dv activity_dev.fit 0xc270| 00 | . | reserved: false 0xc277.3-0xc277.4 (0.1) 0xc270| 00 | . | local_message_type: 0 0xc277.4-0xc278 (0.4) | | | data_message{}: 0xc278-0xc289 (17) -0xc270| a1 77 b5 39 | .w.9 | timestamp: 968193953 (s) 0xc278-0xc27c (4) +0xc270| a1 77 b5 39 | .w.9 | timestamp: 968193953 (2020-09-04T22:45:53Z) 0xc278-0xc27c (4) 0xc270| d4 31 04 00| .1..| distance: 2749 (274900) (m) 0xc27c-0xc280 (4) 0xc280|e8 03 |.. | speed: 1 (1000) (m/s) 0xc280-0xc282 (2) 0xc280| 86 | . | heart_rate: 134 (bpm) 0xc282-0xc283 (1) @@ -45050,7 +45050,7 @@ $ fq -d fit dv activity_dev.fit 0xc280| 00 | . | reserved: false 0xc289.3-0xc289.4 (0.1) 0xc280| 00 | . | local_message_type: 0 0xc289.4-0xc28a (0.4) | | | data_message{}: 0xc28a-0xc29b (17) -0xc280| a2 77 b5 39 | .w.9 | timestamp: 968193954 (s) 0xc28a-0xc28e (4) +0xc280| a2 77 b5 39 | .w.9 | timestamp: 968193954 (2020-09-04T22:45:54Z) 0xc28a-0xc28e (4) 0xc280| 38 32| 82| distance: 2750 (275000) (m) 0xc28e-0xc292 (4) 0xc290|04 00 |.. | 0xc290| e8 03 | .. | speed: 1 (1000) (m/s) 0xc292-0xc294 (2) @@ -45067,7 +45067,7 @@ $ fq -d fit dv activity_dev.fit 0xc290| 00 | . | reserved: false 0xc29b.3-0xc29b.4 (0.1) 0xc290| 00 | . | local_message_type: 0 0xc29b.4-0xc29c (0.4) | | | data_message{}: 0xc29c-0xc2ad (17) -0xc290| a3 77 b5 39| .w.9| timestamp: 968193955 (s) 0xc29c-0xc2a0 (4) +0xc290| a3 77 b5 39| .w.9| timestamp: 968193955 (2020-09-04T22:45:55Z) 0xc29c-0xc2a0 (4) 0xc2a0|9c 32 04 00 |.2.. | distance: 2751 (275100) (m) 0xc2a0-0xc2a4 (4) 0xc2a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc2a4-0xc2a6 (2) 0xc2a0| 77 | w | heart_rate: 119 (bpm) 0xc2a6-0xc2a7 (1) @@ -45083,7 +45083,7 @@ $ fq -d fit dv activity_dev.fit 0xc2a0| 00 | . | reserved: false 0xc2ad.3-0xc2ad.4 (0.1) 0xc2a0| 00 | . | local_message_type: 0 0xc2ad.4-0xc2ae (0.4) | | | data_message{}: 0xc2ae-0xc2bf (17) -0xc2a0| a4 77| .w| timestamp: 968193956 (s) 0xc2ae-0xc2b2 (4) +0xc2a0| a4 77| .w| timestamp: 968193956 (2020-09-04T22:45:56Z) 0xc2ae-0xc2b2 (4) 0xc2b0|b5 39 |.9 | 0xc2b0| 00 33 04 00 | .3.. | distance: 2752 (275200) (m) 0xc2b2-0xc2b6 (4) 0xc2b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc2b6-0xc2b8 (2) @@ -45100,7 +45100,7 @@ $ fq -d fit dv activity_dev.fit 0xc2b0| 00| .| reserved: false 0xc2bf.3-0xc2bf.4 (0.1) 0xc2b0| 00| .| local_message_type: 0 0xc2bf.4-0xc2c0 (0.4) | | | data_message{}: 0xc2c0-0xc2d1 (17) -0xc2c0|a5 77 b5 39 |.w.9 | timestamp: 968193957 (s) 0xc2c0-0xc2c4 (4) +0xc2c0|a5 77 b5 39 |.w.9 | timestamp: 968193957 (2020-09-04T22:45:57Z) 0xc2c0-0xc2c4 (4) 0xc2c0| 64 33 04 00 | d3.. | distance: 2753 (275300) (m) 0xc2c4-0xc2c8 (4) 0xc2c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc2c8-0xc2ca (2) 0xc2c0| 67 | g | heart_rate: 103 (bpm) 0xc2ca-0xc2cb (1) @@ -45116,7 +45116,7 @@ $ fq -d fit dv activity_dev.fit 0xc2d0| 00 | . | reserved: false 0xc2d1.3-0xc2d1.4 (0.1) 0xc2d0| 00 | . | local_message_type: 0 0xc2d1.4-0xc2d2 (0.4) | | | data_message{}: 0xc2d2-0xc2e3 (17) -0xc2d0| a6 77 b5 39 | .w.9 | timestamp: 968193958 (s) 0xc2d2-0xc2d6 (4) +0xc2d0| a6 77 b5 39 | .w.9 | timestamp: 968193958 (2020-09-04T22:45:58Z) 0xc2d2-0xc2d6 (4) 0xc2d0| c8 33 04 00 | .3.. | distance: 2754 (275400) (m) 0xc2d6-0xc2da (4) 0xc2d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc2da-0xc2dc (2) 0xc2d0| 5f | _ | heart_rate: 95 (bpm) 0xc2dc-0xc2dd (1) @@ -45132,7 +45132,7 @@ $ fq -d fit dv activity_dev.fit 0xc2e0| 00 | . | reserved: false 0xc2e3.3-0xc2e3.4 (0.1) 0xc2e0| 00 | . | local_message_type: 0 0xc2e3.4-0xc2e4 (0.4) | | | data_message{}: 0xc2e4-0xc2f5 (17) -0xc2e0| a7 77 b5 39 | .w.9 | timestamp: 968193959 (s) 0xc2e4-0xc2e8 (4) +0xc2e0| a7 77 b5 39 | .w.9 | timestamp: 968193959 (2020-09-04T22:45:59Z) 0xc2e4-0xc2e8 (4) 0xc2e0| 2c 34 04 00 | ,4.. | distance: 2755 (275500) (m) 0xc2e8-0xc2ec (4) 0xc2e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc2ec-0xc2ee (2) 0xc2e0| 57 | W | heart_rate: 87 (bpm) 0xc2ee-0xc2ef (1) @@ -45148,7 +45148,7 @@ $ fq -d fit dv activity_dev.fit 0xc2f0| 00 | . | reserved: false 0xc2f5.3-0xc2f5.4 (0.1) 0xc2f0| 00 | . | local_message_type: 0 0xc2f5.4-0xc2f6 (0.4) | | | data_message{}: 0xc2f6-0xc307 (17) -0xc2f0| a8 77 b5 39 | .w.9 | timestamp: 968193960 (s) 0xc2f6-0xc2fa (4) +0xc2f0| a8 77 b5 39 | .w.9 | timestamp: 968193960 (2020-09-04T22:46:00Z) 0xc2f6-0xc2fa (4) 0xc2f0| 90 34 04 00 | .4.. | distance: 2756 (275600) (m) 0xc2fa-0xc2fe (4) 0xc2f0| e8 03| ..| speed: 1 (1000) (m/s) 0xc2fe-0xc300 (2) 0xc300|50 |P | heart_rate: 80 (bpm) 0xc300-0xc301 (1) @@ -45164,7 +45164,7 @@ $ fq -d fit dv activity_dev.fit 0xc300| 00 | . | reserved: false 0xc307.3-0xc307.4 (0.1) 0xc300| 00 | . | local_message_type: 0 0xc307.4-0xc308 (0.4) | | | data_message{}: 0xc308-0xc319 (17) -0xc300| a9 77 b5 39 | .w.9 | timestamp: 968193961 (s) 0xc308-0xc30c (4) +0xc300| a9 77 b5 39 | .w.9 | timestamp: 968193961 (2020-09-04T22:46:01Z) 0xc308-0xc30c (4) 0xc300| f4 34 04 00| .4..| distance: 2757 (275700) (m) 0xc30c-0xc310 (4) 0xc310|e8 03 |.. | speed: 1 (1000) (m/s) 0xc310-0xc312 (2) 0xc310| 48 | H | heart_rate: 72 (bpm) 0xc312-0xc313 (1) @@ -45180,7 +45180,7 @@ $ fq -d fit dv activity_dev.fit 0xc310| 00 | . | reserved: false 0xc319.3-0xc319.4 (0.1) 0xc310| 00 | . | local_message_type: 0 0xc319.4-0xc31a (0.4) | | | data_message{}: 0xc31a-0xc32b (17) -0xc310| aa 77 b5 39 | .w.9 | timestamp: 968193962 (s) 0xc31a-0xc31e (4) +0xc310| aa 77 b5 39 | .w.9 | timestamp: 968193962 (2020-09-04T22:46:02Z) 0xc31a-0xc31e (4) 0xc310| 58 35| X5| distance: 2758 (275800) (m) 0xc31e-0xc322 (4) 0xc320|04 00 |.. | 0xc320| e8 03 | .. | speed: 1 (1000) (m/s) 0xc322-0xc324 (2) @@ -45197,7 +45197,7 @@ $ fq -d fit dv activity_dev.fit 0xc320| 00 | . | reserved: false 0xc32b.3-0xc32b.4 (0.1) 0xc320| 00 | . | local_message_type: 0 0xc32b.4-0xc32c (0.4) | | | data_message{}: 0xc32c-0xc33d (17) -0xc320| ab 77 b5 39| .w.9| timestamp: 968193963 (s) 0xc32c-0xc330 (4) +0xc320| ab 77 b5 39| .w.9| timestamp: 968193963 (2020-09-04T22:46:03Z) 0xc32c-0xc330 (4) 0xc330|bc 35 04 00 |.5.. | distance: 2759 (275900) (m) 0xc330-0xc334 (4) 0xc330| e8 03 | .. | speed: 1 (1000) (m/s) 0xc334-0xc336 (2) 0xc330| 3a | : | heart_rate: 58 (bpm) 0xc336-0xc337 (1) @@ -45213,7 +45213,7 @@ $ fq -d fit dv activity_dev.fit 0xc330| 00 | . | reserved: false 0xc33d.3-0xc33d.4 (0.1) 0xc330| 00 | . | local_message_type: 0 0xc33d.4-0xc33e (0.4) | | | data_message{}: 0xc33e-0xc34f (17) -0xc330| ac 77| .w| timestamp: 968193964 (s) 0xc33e-0xc342 (4) +0xc330| ac 77| .w| timestamp: 968193964 (2020-09-04T22:46:04Z) 0xc33e-0xc342 (4) 0xc340|b5 39 |.9 | 0xc340| 20 36 04 00 | 6.. | distance: 2760 (276000) (m) 0xc342-0xc346 (4) 0xc340| e8 03 | .. | speed: 1 (1000) (m/s) 0xc346-0xc348 (2) @@ -45230,7 +45230,7 @@ $ fq -d fit dv activity_dev.fit 0xc340| 00| .| reserved: false 0xc34f.3-0xc34f.4 (0.1) 0xc340| 00| .| local_message_type: 0 0xc34f.4-0xc350 (0.4) | | | data_message{}: 0xc350-0xc361 (17) -0xc350|ad 77 b5 39 |.w.9 | timestamp: 968193965 (s) 0xc350-0xc354 (4) +0xc350|ad 77 b5 39 |.w.9 | timestamp: 968193965 (2020-09-04T22:46:05Z) 0xc350-0xc354 (4) 0xc350| 84 36 04 00 | .6.. | distance: 2761 (276100) (m) 0xc354-0xc358 (4) 0xc350| e8 03 | .. | speed: 1 (1000) (m/s) 0xc358-0xc35a (2) 0xc350| 2e | . | heart_rate: 46 (bpm) 0xc35a-0xc35b (1) @@ -45246,7 +45246,7 @@ $ fq -d fit dv activity_dev.fit 0xc360| 00 | . | reserved: false 0xc361.3-0xc361.4 (0.1) 0xc360| 00 | . | local_message_type: 0 0xc361.4-0xc362 (0.4) | | | data_message{}: 0xc362-0xc373 (17) -0xc360| ae 77 b5 39 | .w.9 | timestamp: 968193966 (s) 0xc362-0xc366 (4) +0xc360| ae 77 b5 39 | .w.9 | timestamp: 968193966 (2020-09-04T22:46:06Z) 0xc362-0xc366 (4) 0xc360| e8 36 04 00 | .6.. | distance: 2762 (276200) (m) 0xc366-0xc36a (4) 0xc360| e8 03 | .. | speed: 1 (1000) (m/s) 0xc36a-0xc36c (2) 0xc360| 28 | ( | heart_rate: 40 (bpm) 0xc36c-0xc36d (1) @@ -45262,7 +45262,7 @@ $ fq -d fit dv activity_dev.fit 0xc370| 00 | . | reserved: false 0xc373.3-0xc373.4 (0.1) 0xc370| 00 | . | local_message_type: 0 0xc373.4-0xc374 (0.4) | | | data_message{}: 0xc374-0xc385 (17) -0xc370| af 77 b5 39 | .w.9 | timestamp: 968193967 (s) 0xc374-0xc378 (4) +0xc370| af 77 b5 39 | .w.9 | timestamp: 968193967 (2020-09-04T22:46:07Z) 0xc374-0xc378 (4) 0xc370| 4c 37 04 00 | L7.. | distance: 2763 (276300) (m) 0xc378-0xc37c (4) 0xc370| e8 03 | .. | speed: 1 (1000) (m/s) 0xc37c-0xc37e (2) 0xc370| 22 | " | heart_rate: 34 (bpm) 0xc37e-0xc37f (1) @@ -45278,7 +45278,7 @@ $ fq -d fit dv activity_dev.fit 0xc380| 00 | . | reserved: false 0xc385.3-0xc385.4 (0.1) 0xc380| 00 | . | local_message_type: 0 0xc385.4-0xc386 (0.4) | | | data_message{}: 0xc386-0xc397 (17) -0xc380| b0 77 b5 39 | .w.9 | timestamp: 968193968 (s) 0xc386-0xc38a (4) +0xc380| b0 77 b5 39 | .w.9 | timestamp: 968193968 (2020-09-04T22:46:08Z) 0xc386-0xc38a (4) 0xc380| b0 37 04 00 | .7.. | distance: 2764 (276400) (m) 0xc38a-0xc38e (4) 0xc380| e8 03| ..| speed: 1 (1000) (m/s) 0xc38e-0xc390 (2) 0xc390|1d |. | heart_rate: 29 (bpm) 0xc390-0xc391 (1) @@ -45294,7 +45294,7 @@ $ fq -d fit dv activity_dev.fit 0xc390| 00 | . | reserved: false 0xc397.3-0xc397.4 (0.1) 0xc390| 00 | . | local_message_type: 0 0xc397.4-0xc398 (0.4) | | | data_message{}: 0xc398-0xc3a9 (17) -0xc390| b1 77 b5 39 | .w.9 | timestamp: 968193969 (s) 0xc398-0xc39c (4) +0xc390| b1 77 b5 39 | .w.9 | timestamp: 968193969 (2020-09-04T22:46:09Z) 0xc398-0xc39c (4) 0xc390| 14 38 04 00| .8..| distance: 2765 (276500) (m) 0xc39c-0xc3a0 (4) 0xc3a0|e8 03 |.. | speed: 1 (1000) (m/s) 0xc3a0-0xc3a2 (2) 0xc3a0| 18 | . | heart_rate: 24 (bpm) 0xc3a2-0xc3a3 (1) @@ -45310,7 +45310,7 @@ $ fq -d fit dv activity_dev.fit 0xc3a0| 00 | . | reserved: false 0xc3a9.3-0xc3a9.4 (0.1) 0xc3a0| 00 | . | local_message_type: 0 0xc3a9.4-0xc3aa (0.4) | | | data_message{}: 0xc3aa-0xc3bb (17) -0xc3a0| b2 77 b5 39 | .w.9 | timestamp: 968193970 (s) 0xc3aa-0xc3ae (4) +0xc3a0| b2 77 b5 39 | .w.9 | timestamp: 968193970 (2020-09-04T22:46:10Z) 0xc3aa-0xc3ae (4) 0xc3a0| 78 38| x8| distance: 2766 (276600) (m) 0xc3ae-0xc3b2 (4) 0xc3b0|04 00 |.. | 0xc3b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc3b2-0xc3b4 (2) @@ -45327,7 +45327,7 @@ $ fq -d fit dv activity_dev.fit 0xc3b0| 00 | . | reserved: false 0xc3bb.3-0xc3bb.4 (0.1) 0xc3b0| 00 | . | local_message_type: 0 0xc3bb.4-0xc3bc (0.4) | | | data_message{}: 0xc3bc-0xc3cd (17) -0xc3b0| b3 77 b5 39| .w.9| timestamp: 968193971 (s) 0xc3bc-0xc3c0 (4) +0xc3b0| b3 77 b5 39| .w.9| timestamp: 968193971 (2020-09-04T22:46:11Z) 0xc3bc-0xc3c0 (4) 0xc3c0|dc 38 04 00 |.8.. | distance: 2767 (276700) (m) 0xc3c0-0xc3c4 (4) 0xc3c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc3c4-0xc3c6 (2) 0xc3c0| 0f | . | heart_rate: 15 (bpm) 0xc3c6-0xc3c7 (1) @@ -45343,7 +45343,7 @@ $ fq -d fit dv activity_dev.fit 0xc3c0| 00 | . | reserved: false 0xc3cd.3-0xc3cd.4 (0.1) 0xc3c0| 00 | . | local_message_type: 0 0xc3cd.4-0xc3ce (0.4) | | | data_message{}: 0xc3ce-0xc3df (17) -0xc3c0| b4 77| .w| timestamp: 968193972 (s) 0xc3ce-0xc3d2 (4) +0xc3c0| b4 77| .w| timestamp: 968193972 (2020-09-04T22:46:12Z) 0xc3ce-0xc3d2 (4) 0xc3d0|b5 39 |.9 | 0xc3d0| 40 39 04 00 | @9.. | distance: 2768 (276800) (m) 0xc3d2-0xc3d6 (4) 0xc3d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc3d6-0xc3d8 (2) @@ -45360,7 +45360,7 @@ $ fq -d fit dv activity_dev.fit 0xc3d0| 00| .| reserved: false 0xc3df.3-0xc3df.4 (0.1) 0xc3d0| 00| .| local_message_type: 0 0xc3df.4-0xc3e0 (0.4) | | | data_message{}: 0xc3e0-0xc3f1 (17) -0xc3e0|b5 77 b5 39 |.w.9 | timestamp: 968193973 (s) 0xc3e0-0xc3e4 (4) +0xc3e0|b5 77 b5 39 |.w.9 | timestamp: 968193973 (2020-09-04T22:46:13Z) 0xc3e0-0xc3e4 (4) 0xc3e0| a4 39 04 00 | .9.. | distance: 2769 (276900) (m) 0xc3e4-0xc3e8 (4) 0xc3e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc3e8-0xc3ea (2) 0xc3e0| 08 | . | heart_rate: 8 (bpm) 0xc3ea-0xc3eb (1) @@ -45376,7 +45376,7 @@ $ fq -d fit dv activity_dev.fit 0xc3f0| 00 | . | reserved: false 0xc3f1.3-0xc3f1.4 (0.1) 0xc3f0| 00 | . | local_message_type: 0 0xc3f1.4-0xc3f2 (0.4) | | | data_message{}: 0xc3f2-0xc403 (17) -0xc3f0| b6 77 b5 39 | .w.9 | timestamp: 968193974 (s) 0xc3f2-0xc3f6 (4) +0xc3f0| b6 77 b5 39 | .w.9 | timestamp: 968193974 (2020-09-04T22:46:14Z) 0xc3f2-0xc3f6 (4) 0xc3f0| 08 3a 04 00 | .:.. | distance: 2770 (277000) (m) 0xc3f6-0xc3fa (4) 0xc3f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc3fa-0xc3fc (2) 0xc3f0| 06 | . | heart_rate: 6 (bpm) 0xc3fc-0xc3fd (1) @@ -45392,7 +45392,7 @@ $ fq -d fit dv activity_dev.fit 0xc400| 00 | . | reserved: false 0xc403.3-0xc403.4 (0.1) 0xc400| 00 | . | local_message_type: 0 0xc403.4-0xc404 (0.4) | | | data_message{}: 0xc404-0xc415 (17) -0xc400| b7 77 b5 39 | .w.9 | timestamp: 968193975 (s) 0xc404-0xc408 (4) +0xc400| b7 77 b5 39 | .w.9 | timestamp: 968193975 (2020-09-04T22:46:15Z) 0xc404-0xc408 (4) 0xc400| 6c 3a 04 00 | l:.. | distance: 2771 (277100) (m) 0xc408-0xc40c (4) 0xc400| e8 03 | .. | speed: 1 (1000) (m/s) 0xc40c-0xc40e (2) 0xc400| 03 | . | heart_rate: 3 (bpm) 0xc40e-0xc40f (1) @@ -45408,7 +45408,7 @@ $ fq -d fit dv activity_dev.fit 0xc410| 00 | . | reserved: false 0xc415.3-0xc415.4 (0.1) 0xc410| 00 | . | local_message_type: 0 0xc415.4-0xc416 (0.4) | | | data_message{}: 0xc416-0xc427 (17) -0xc410| b8 77 b5 39 | .w.9 | timestamp: 968193976 (s) 0xc416-0xc41a (4) +0xc410| b8 77 b5 39 | .w.9 | timestamp: 968193976 (2020-09-04T22:46:16Z) 0xc416-0xc41a (4) 0xc410| d0 3a 04 00 | .:.. | distance: 2772 (277200) (m) 0xc41a-0xc41e (4) 0xc410| e8 03| ..| speed: 1 (1000) (m/s) 0xc41e-0xc420 (2) 0xc420|02 |. | heart_rate: 2 (bpm) 0xc420-0xc421 (1) @@ -45424,7 +45424,7 @@ $ fq -d fit dv activity_dev.fit 0xc420| 00 | . | reserved: false 0xc427.3-0xc427.4 (0.1) 0xc420| 00 | . | local_message_type: 0 0xc427.4-0xc428 (0.4) | | | data_message{}: 0xc428-0xc439 (17) -0xc420| b9 77 b5 39 | .w.9 | timestamp: 968193977 (s) 0xc428-0xc42c (4) +0xc420| b9 77 b5 39 | .w.9 | timestamp: 968193977 (2020-09-04T22:46:17Z) 0xc428-0xc42c (4) 0xc420| 34 3b 04 00| 4;..| distance: 2773 (277300) (m) 0xc42c-0xc430 (4) 0xc430|e8 03 |.. | speed: 1 (1000) (m/s) 0xc430-0xc432 (2) 0xc430| 01 | . | heart_rate: 1 (bpm) 0xc432-0xc433 (1) @@ -45440,7 +45440,7 @@ $ fq -d fit dv activity_dev.fit 0xc430| 00 | . | reserved: false 0xc439.3-0xc439.4 (0.1) 0xc430| 00 | . | local_message_type: 0 0xc439.4-0xc43a (0.4) | | | data_message{}: 0xc43a-0xc44b (17) -0xc430| ba 77 b5 39 | .w.9 | timestamp: 968193978 (s) 0xc43a-0xc43e (4) +0xc430| ba 77 b5 39 | .w.9 | timestamp: 968193978 (2020-09-04T22:46:18Z) 0xc43a-0xc43e (4) 0xc430| 98 3b| .;| distance: 2774 (277400) (m) 0xc43e-0xc442 (4) 0xc440|04 00 |.. | 0xc440| e8 03 | .. | speed: 1 (1000) (m/s) 0xc442-0xc444 (2) @@ -45457,7 +45457,7 @@ $ fq -d fit dv activity_dev.fit 0xc440| 00 | . | reserved: false 0xc44b.3-0xc44b.4 (0.1) 0xc440| 00 | . | local_message_type: 0 0xc44b.4-0xc44c (0.4) | | | data_message{}: 0xc44c-0xc45d (17) -0xc440| bb 77 b5 39| .w.9| timestamp: 968193979 (s) 0xc44c-0xc450 (4) +0xc440| bb 77 b5 39| .w.9| timestamp: 968193979 (2020-09-04T22:46:19Z) 0xc44c-0xc450 (4) 0xc450|fc 3b 04 00 |.;.. | distance: 2775 (277500) (m) 0xc450-0xc454 (4) 0xc450| e8 03 | .. | speed: 1 (1000) (m/s) 0xc454-0xc456 (2) 0xc450| 00 | . | heart_rate: 0 (bpm) 0xc456-0xc457 (1) @@ -45473,7 +45473,7 @@ $ fq -d fit dv activity_dev.fit 0xc450| 00 | . | reserved: false 0xc45d.3-0xc45d.4 (0.1) 0xc450| 00 | . | local_message_type: 0 0xc45d.4-0xc45e (0.4) | | | data_message{}: 0xc45e-0xc46f (17) -0xc450| bc 77| .w| timestamp: 968193980 (s) 0xc45e-0xc462 (4) +0xc450| bc 77| .w| timestamp: 968193980 (2020-09-04T22:46:20Z) 0xc45e-0xc462 (4) 0xc460|b5 39 |.9 | 0xc460| 60 3c 04 00 | `<.. | distance: 2776 (277600) (m) 0xc462-0xc466 (4) 0xc460| e8 03 | .. | speed: 1 (1000) (m/s) 0xc466-0xc468 (2) @@ -45490,7 +45490,7 @@ $ fq -d fit dv activity_dev.fit 0xc460| 00| .| reserved: false 0xc46f.3-0xc46f.4 (0.1) 0xc460| 00| .| local_message_type: 0 0xc46f.4-0xc470 (0.4) | | | data_message{}: 0xc470-0xc481 (17) -0xc470|bd 77 b5 39 |.w.9 | timestamp: 968193981 (s) 0xc470-0xc474 (4) +0xc470|bd 77 b5 39 |.w.9 | timestamp: 968193981 (2020-09-04T22:46:21Z) 0xc470-0xc474 (4) 0xc470| c4 3c 04 00 | .<.. | distance: 2777 (277700) (m) 0xc474-0xc478 (4) 0xc470| e8 03 | .. | speed: 1 (1000) (m/s) 0xc478-0xc47a (2) 0xc470| 01 | . | heart_rate: 1 (bpm) 0xc47a-0xc47b (1) @@ -45506,7 +45506,7 @@ $ fq -d fit dv activity_dev.fit 0xc480| 00 | . | reserved: false 0xc481.3-0xc481.4 (0.1) 0xc480| 00 | . | local_message_type: 0 0xc481.4-0xc482 (0.4) | | | data_message{}: 0xc482-0xc493 (17) -0xc480| be 77 b5 39 | .w.9 | timestamp: 968193982 (s) 0xc482-0xc486 (4) +0xc480| be 77 b5 39 | .w.9 | timestamp: 968193982 (2020-09-04T22:46:22Z) 0xc482-0xc486 (4) 0xc480| 28 3d 04 00 | (=.. | distance: 2778 (277800) (m) 0xc486-0xc48a (4) 0xc480| e8 03 | .. | speed: 1 (1000) (m/s) 0xc48a-0xc48c (2) 0xc480| 02 | . | heart_rate: 2 (bpm) 0xc48c-0xc48d (1) @@ -45522,7 +45522,7 @@ $ fq -d fit dv activity_dev.fit 0xc490| 00 | . | reserved: false 0xc493.3-0xc493.4 (0.1) 0xc490| 00 | . | local_message_type: 0 0xc493.4-0xc494 (0.4) | | | data_message{}: 0xc494-0xc4a5 (17) -0xc490| bf 77 b5 39 | .w.9 | timestamp: 968193983 (s) 0xc494-0xc498 (4) +0xc490| bf 77 b5 39 | .w.9 | timestamp: 968193983 (2020-09-04T22:46:23Z) 0xc494-0xc498 (4) 0xc490| 8c 3d 04 00 | .=.. | distance: 2779 (277900) (m) 0xc498-0xc49c (4) 0xc490| e8 03 | .. | speed: 1 (1000) (m/s) 0xc49c-0xc49e (2) 0xc490| 03 | . | heart_rate: 3 (bpm) 0xc49e-0xc49f (1) @@ -45538,7 +45538,7 @@ $ fq -d fit dv activity_dev.fit 0xc4a0| 00 | . | reserved: false 0xc4a5.3-0xc4a5.4 (0.1) 0xc4a0| 00 | . | local_message_type: 0 0xc4a5.4-0xc4a6 (0.4) | | | data_message{}: 0xc4a6-0xc4b7 (17) -0xc4a0| c0 77 b5 39 | .w.9 | timestamp: 968193984 (s) 0xc4a6-0xc4aa (4) +0xc4a0| c0 77 b5 39 | .w.9 | timestamp: 968193984 (2020-09-04T22:46:24Z) 0xc4a6-0xc4aa (4) 0xc4a0| f0 3d 04 00 | .=.. | distance: 2780 (278000) (m) 0xc4aa-0xc4ae (4) 0xc4a0| e8 03| ..| speed: 1 (1000) (m/s) 0xc4ae-0xc4b0 (2) 0xc4b0|06 |. | heart_rate: 6 (bpm) 0xc4b0-0xc4b1 (1) @@ -45554,7 +45554,7 @@ $ fq -d fit dv activity_dev.fit 0xc4b0| 00 | . | reserved: false 0xc4b7.3-0xc4b7.4 (0.1) 0xc4b0| 00 | . | local_message_type: 0 0xc4b7.4-0xc4b8 (0.4) | | | data_message{}: 0xc4b8-0xc4c9 (17) -0xc4b0| c1 77 b5 39 | .w.9 | timestamp: 968193985 (s) 0xc4b8-0xc4bc (4) +0xc4b0| c1 77 b5 39 | .w.9 | timestamp: 968193985 (2020-09-04T22:46:25Z) 0xc4b8-0xc4bc (4) 0xc4b0| 54 3e 04 00| T>..| distance: 2781 (278100) (m) 0xc4bc-0xc4c0 (4) 0xc4c0|e8 03 |.. | speed: 1 (1000) (m/s) 0xc4c0-0xc4c2 (2) 0xc4c0| 08 | . | heart_rate: 8 (bpm) 0xc4c2-0xc4c3 (1) @@ -45570,7 +45570,7 @@ $ fq -d fit dv activity_dev.fit 0xc4c0| 00 | . | reserved: false 0xc4c9.3-0xc4c9.4 (0.1) 0xc4c0| 00 | . | local_message_type: 0 0xc4c9.4-0xc4ca (0.4) | | | data_message{}: 0xc4ca-0xc4db (17) -0xc4c0| c2 77 b5 39 | .w.9 | timestamp: 968193986 (s) 0xc4ca-0xc4ce (4) +0xc4c0| c2 77 b5 39 | .w.9 | timestamp: 968193986 (2020-09-04T22:46:26Z) 0xc4ca-0xc4ce (4) 0xc4c0| b8 3e| .>| distance: 2782 (278200) (m) 0xc4ce-0xc4d2 (4) 0xc4d0|04 00 |.. | 0xc4d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc4d2-0xc4d4 (2) @@ -45587,7 +45587,7 @@ $ fq -d fit dv activity_dev.fit 0xc4d0| 00 | . | reserved: false 0xc4db.3-0xc4db.4 (0.1) 0xc4d0| 00 | . | local_message_type: 0 0xc4db.4-0xc4dc (0.4) | | | data_message{}: 0xc4dc-0xc4ed (17) -0xc4d0| c3 77 b5 39| .w.9| timestamp: 968193987 (s) 0xc4dc-0xc4e0 (4) +0xc4d0| c3 77 b5 39| .w.9| timestamp: 968193987 (2020-09-04T22:46:27Z) 0xc4dc-0xc4e0 (4) 0xc4e0|1c 3f 04 00 |.?.. | distance: 2783 (278300) (m) 0xc4e0-0xc4e4 (4) 0xc4e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc4e4-0xc4e6 (2) 0xc4e0| 0f | . | heart_rate: 15 (bpm) 0xc4e6-0xc4e7 (1) @@ -45603,7 +45603,7 @@ $ fq -d fit dv activity_dev.fit 0xc4e0| 00 | . | reserved: false 0xc4ed.3-0xc4ed.4 (0.1) 0xc4e0| 00 | . | local_message_type: 0 0xc4ed.4-0xc4ee (0.4) | | | data_message{}: 0xc4ee-0xc4ff (17) -0xc4e0| c4 77| .w| timestamp: 968193988 (s) 0xc4ee-0xc4f2 (4) +0xc4e0| c4 77| .w| timestamp: 968193988 (2020-09-04T22:46:28Z) 0xc4ee-0xc4f2 (4) 0xc4f0|b5 39 |.9 | 0xc4f0| 80 3f 04 00 | .?.. | distance: 2784 (278400) (m) 0xc4f2-0xc4f6 (4) 0xc4f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xc4f6-0xc4f8 (2) @@ -45620,7 +45620,7 @@ $ fq -d fit dv activity_dev.fit 0xc4f0| 00| .| reserved: false 0xc4ff.3-0xc4ff.4 (0.1) 0xc4f0| 00| .| local_message_type: 0 0xc4ff.4-0xc500 (0.4) | | | data_message{}: 0xc500-0xc511 (17) -0xc500|c5 77 b5 39 |.w.9 | timestamp: 968193989 (s) 0xc500-0xc504 (4) +0xc500|c5 77 b5 39 |.w.9 | timestamp: 968193989 (2020-09-04T22:46:29Z) 0xc500-0xc504 (4) 0xc500| e4 3f 04 00 | .?.. | distance: 2785 (278500) (m) 0xc504-0xc508 (4) 0xc500| e8 03 | .. | speed: 1 (1000) (m/s) 0xc508-0xc50a (2) 0xc500| 18 | . | heart_rate: 24 (bpm) 0xc50a-0xc50b (1) @@ -45636,7 +45636,7 @@ $ fq -d fit dv activity_dev.fit 0xc510| 00 | . | reserved: false 0xc511.3-0xc511.4 (0.1) 0xc510| 00 | . | local_message_type: 0 0xc511.4-0xc512 (0.4) | | | data_message{}: 0xc512-0xc523 (17) -0xc510| c6 77 b5 39 | .w.9 | timestamp: 968193990 (s) 0xc512-0xc516 (4) +0xc510| c6 77 b5 39 | .w.9 | timestamp: 968193990 (2020-09-04T22:46:30Z) 0xc512-0xc516 (4) 0xc510| 48 40 04 00 | H@.. | distance: 2786 (278600) (m) 0xc516-0xc51a (4) 0xc510| e8 03 | .. | speed: 1 (1000) (m/s) 0xc51a-0xc51c (2) 0xc510| 1d | . | heart_rate: 29 (bpm) 0xc51c-0xc51d (1) @@ -45652,7 +45652,7 @@ $ fq -d fit dv activity_dev.fit 0xc520| 00 | . | reserved: false 0xc523.3-0xc523.4 (0.1) 0xc520| 00 | . | local_message_type: 0 0xc523.4-0xc524 (0.4) | | | data_message{}: 0xc524-0xc535 (17) -0xc520| c7 77 b5 39 | .w.9 | timestamp: 968193991 (s) 0xc524-0xc528 (4) +0xc520| c7 77 b5 39 | .w.9 | timestamp: 968193991 (2020-09-04T22:46:31Z) 0xc524-0xc528 (4) 0xc520| ac 40 04 00 | .@.. | distance: 2787 (278700) (m) 0xc528-0xc52c (4) 0xc520| e8 03 | .. | speed: 1 (1000) (m/s) 0xc52c-0xc52e (2) 0xc520| 22 | " | heart_rate: 34 (bpm) 0xc52e-0xc52f (1) @@ -45668,7 +45668,7 @@ $ fq -d fit dv activity_dev.fit 0xc530| 00 | . | reserved: false 0xc535.3-0xc535.4 (0.1) 0xc530| 00 | . | local_message_type: 0 0xc535.4-0xc536 (0.4) | | | data_message{}: 0xc536-0xc547 (17) -0xc530| c8 77 b5 39 | .w.9 | timestamp: 968193992 (s) 0xc536-0xc53a (4) +0xc530| c8 77 b5 39 | .w.9 | timestamp: 968193992 (2020-09-04T22:46:32Z) 0xc536-0xc53a (4) 0xc530| 10 41 04 00 | .A.. | distance: 2788 (278800) (m) 0xc53a-0xc53e (4) 0xc530| e8 03| ..| speed: 1 (1000) (m/s) 0xc53e-0xc540 (2) 0xc540|28 |( | heart_rate: 40 (bpm) 0xc540-0xc541 (1) @@ -45684,7 +45684,7 @@ $ fq -d fit dv activity_dev.fit 0xc540| 00 | . | reserved: false 0xc547.3-0xc547.4 (0.1) 0xc540| 00 | . | local_message_type: 0 0xc547.4-0xc548 (0.4) | | | data_message{}: 0xc548-0xc559 (17) -0xc540| c9 77 b5 39 | .w.9 | timestamp: 968193993 (s) 0xc548-0xc54c (4) +0xc540| c9 77 b5 39 | .w.9 | timestamp: 968193993 (2020-09-04T22:46:33Z) 0xc548-0xc54c (4) 0xc540| 74 41 04 00| tA..| distance: 2789 (278900) (m) 0xc54c-0xc550 (4) 0xc550|e8 03 |.. | speed: 1 (1000) (m/s) 0xc550-0xc552 (2) 0xc550| 2e | . | heart_rate: 46 (bpm) 0xc552-0xc553 (1) @@ -45700,7 +45700,7 @@ $ fq -d fit dv activity_dev.fit 0xc550| 00 | . | reserved: false 0xc559.3-0xc559.4 (0.1) 0xc550| 00 | . | local_message_type: 0 0xc559.4-0xc55a (0.4) | | | data_message{}: 0xc55a-0xc56b (17) -0xc550| ca 77 b5 39 | .w.9 | timestamp: 968193994 (s) 0xc55a-0xc55e (4) +0xc550| ca 77 b5 39 | .w.9 | timestamp: 968193994 (2020-09-04T22:46:34Z) 0xc55a-0xc55e (4) 0xc550| d8 41| .A| distance: 2790 (279000) (m) 0xc55e-0xc562 (4) 0xc560|04 00 |.. | 0xc560| e8 03 | .. | speed: 1 (1000) (m/s) 0xc562-0xc564 (2) @@ -45717,7 +45717,7 @@ $ fq -d fit dv activity_dev.fit 0xc560| 00 | . | reserved: false 0xc56b.3-0xc56b.4 (0.1) 0xc560| 00 | . | local_message_type: 0 0xc56b.4-0xc56c (0.4) | | | data_message{}: 0xc56c-0xc57d (17) -0xc560| cb 77 b5 39| .w.9| timestamp: 968193995 (s) 0xc56c-0xc570 (4) +0xc560| cb 77 b5 39| .w.9| timestamp: 968193995 (2020-09-04T22:46:35Z) 0xc56c-0xc570 (4) 0xc570|3c 42 04 00 |x.9 | timestamp: 968194110 (s) 0xcd82-0xcd86 (4) +0xcd80| 3e 78 b5 39 | >x.9 | timestamp: 968194110 (2020-09-04T22:48:30Z) 0xcd82-0xcd86 (4) 0xcd80| 28 6f 04 00 | (o.. | distance: 2906 (290600) (m) 0xcd86-0xcd8a (4) 0xcd80| e8 03 | .. | speed: 1 (1000) (m/s) 0xcd8a-0xcd8c (2) 0xcd80| ad | . | heart_rate: 173 (bpm) 0xcd8c-0xcd8d (1) @@ -47602,7 +47602,7 @@ $ fq -d fit dv activity_dev.fit 0xcd90| 00 | . | reserved: false 0xcd93.3-0xcd93.4 (0.1) 0xcd90| 00 | . | local_message_type: 0 0xcd93.4-0xcd94 (0.4) | | | data_message{}: 0xcd94-0xcda5 (17) -0xcd90| 3f 78 b5 39 | ?x.9 | timestamp: 968194111 (s) 0xcd94-0xcd98 (4) +0xcd90| 3f 78 b5 39 | ?x.9 | timestamp: 968194111 (2020-09-04T22:48:31Z) 0xcd94-0xcd98 (4) 0xcd90| 8c 6f 04 00 | .o.. | distance: 2907 (290700) (m) 0xcd98-0xcd9c (4) 0xcd90| e8 03 | .. | speed: 1 (1000) (m/s) 0xcd9c-0xcd9e (2) 0xcd90| b5 | . | heart_rate: 181 (bpm) 0xcd9e-0xcd9f (1) @@ -47618,7 +47618,7 @@ $ fq -d fit dv activity_dev.fit 0xcda0| 00 | . | reserved: false 0xcda5.3-0xcda5.4 (0.1) 0xcda0| 00 | . | local_message_type: 0 0xcda5.4-0xcda6 (0.4) | | | data_message{}: 0xcda6-0xcdb7 (17) -0xcda0| 40 78 b5 39 | @x.9 | timestamp: 968194112 (s) 0xcda6-0xcdaa (4) +0xcda0| 40 78 b5 39 | @x.9 | timestamp: 968194112 (2020-09-04T22:48:32Z) 0xcda6-0xcdaa (4) 0xcda0| f0 6f 04 00 | .o.. | distance: 2908 (290800) (m) 0xcdaa-0xcdae (4) 0xcda0| e8 03| ..| speed: 1 (1000) (m/s) 0xcdae-0xcdb0 (2) 0xcdb0|bc |. | heart_rate: 188 (bpm) 0xcdb0-0xcdb1 (1) @@ -47634,7 +47634,7 @@ $ fq -d fit dv activity_dev.fit 0xcdb0| 00 | . | reserved: false 0xcdb7.3-0xcdb7.4 (0.1) 0xcdb0| 00 | . | local_message_type: 0 0xcdb7.4-0xcdb8 (0.4) | | | data_message{}: 0xcdb8-0xcdc9 (17) -0xcdb0| 41 78 b5 39 | Ax.9 | timestamp: 968194113 (s) 0xcdb8-0xcdbc (4) +0xcdb0| 41 78 b5 39 | Ax.9 | timestamp: 968194113 (2020-09-04T22:48:33Z) 0xcdb8-0xcdbc (4) 0xcdb0| 54 70 04 00| Tp..| distance: 2909 (290900) (m) 0xcdbc-0xcdc0 (4) 0xcdc0|e8 03 |.. | speed: 1 (1000) (m/s) 0xcdc0-0xcdc2 (2) 0xcdc0| c3 | . | heart_rate: 195 (bpm) 0xcdc2-0xcdc3 (1) @@ -47650,7 +47650,7 @@ $ fq -d fit dv activity_dev.fit 0xcdc0| 00 | . | reserved: false 0xcdc9.3-0xcdc9.4 (0.1) 0xcdc0| 00 | . | local_message_type: 0 0xcdc9.4-0xcdca (0.4) | | | data_message{}: 0xcdca-0xcddb (17) -0xcdc0| 42 78 b5 39 | Bx.9 | timestamp: 968194114 (s) 0xcdca-0xcdce (4) +0xcdc0| 42 78 b5 39 | Bx.9 | timestamp: 968194114 (2020-09-04T22:48:34Z) 0xcdca-0xcdce (4) 0xcdc0| b8 70| .p| distance: 2910 (291000) (m) 0xcdce-0xcdd2 (4) 0xcdd0|04 00 |.. | 0xcdd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xcdd2-0xcdd4 (2) @@ -47667,7 +47667,7 @@ $ fq -d fit dv activity_dev.fit 0xcdd0| 00 | . | reserved: false 0xcddb.3-0xcddb.4 (0.1) 0xcdd0| 00 | . | local_message_type: 0 0xcddb.4-0xcddc (0.4) | | | data_message{}: 0xcddc-0xcded (17) -0xcdd0| 43 78 b5 39| Cx.9| timestamp: 968194115 (s) 0xcddc-0xcde0 (4) +0xcdd0| 43 78 b5 39| Cx.9| timestamp: 968194115 (2020-09-04T22:48:35Z) 0xcddc-0xcde0 (4) 0xcde0|1c 71 04 00 |.q.. | distance: 2911 (291100) (m) 0xcde0-0xcde4 (4) 0xcde0| e8 03 | .. | speed: 1 (1000) (m/s) 0xcde4-0xcde6 (2) 0xcde0| cf | . | heart_rate: 207 (bpm) 0xcde6-0xcde7 (1) @@ -47683,7 +47683,7 @@ $ fq -d fit dv activity_dev.fit 0xcde0| 00 | . | reserved: false 0xcded.3-0xcded.4 (0.1) 0xcde0| 00 | . | local_message_type: 0 0xcded.4-0xcdee (0.4) | | | data_message{}: 0xcdee-0xcdff (17) -0xcde0| 44 78| Dx| timestamp: 968194116 (s) 0xcdee-0xcdf2 (4) +0xcde0| 44 78| Dx| timestamp: 968194116 (2020-09-04T22:48:36Z) 0xcdee-0xcdf2 (4) 0xcdf0|b5 39 |.9 | 0xcdf0| 80 71 04 00 | .q.. | distance: 2912 (291200) (m) 0xcdf2-0xcdf6 (4) 0xcdf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xcdf6-0xcdf8 (2) @@ -47700,7 +47700,7 @@ $ fq -d fit dv activity_dev.fit 0xcdf0| 00| .| reserved: false 0xcdff.3-0xcdff.4 (0.1) 0xcdf0| 00| .| local_message_type: 0 0xcdff.4-0xce00 (0.4) | | | data_message{}: 0xce00-0xce11 (17) -0xce00|45 78 b5 39 |Ex.9 | timestamp: 968194117 (s) 0xce00-0xce04 (4) +0xce00|45 78 b5 39 |Ex.9 | timestamp: 968194117 (2020-09-04T22:48:37Z) 0xce00-0xce04 (4) 0xce00| e4 71 04 00 | .q.. | distance: 2913 (291300) (m) 0xce04-0xce08 (4) 0xce00| e8 03 | .. | speed: 1 (1000) (m/s) 0xce08-0xce0a (2) 0xce00| db | . | heart_rate: 219 (bpm) 0xce0a-0xce0b (1) @@ -47716,7 +47716,7 @@ $ fq -d fit dv activity_dev.fit 0xce10| 00 | . | reserved: false 0xce11.3-0xce11.4 (0.1) 0xce10| 00 | . | local_message_type: 0 0xce11.4-0xce12 (0.4) | | | data_message{}: 0xce12-0xce23 (17) -0xce10| 46 78 b5 39 | Fx.9 | timestamp: 968194118 (s) 0xce12-0xce16 (4) +0xce10| 46 78 b5 39 | Fx.9 | timestamp: 968194118 (2020-09-04T22:48:38Z) 0xce12-0xce16 (4) 0xce10| 48 72 04 00 | Hr.. | distance: 2914 (291400) (m) 0xce16-0xce1a (4) 0xce10| e8 03 | .. | speed: 1 (1000) (m/s) 0xce1a-0xce1c (2) 0xce10| e0 | . | heart_rate: 224 (bpm) 0xce1c-0xce1d (1) @@ -47732,7 +47732,7 @@ $ fq -d fit dv activity_dev.fit 0xce20| 00 | . | reserved: false 0xce23.3-0xce23.4 (0.1) 0xce20| 00 | . | local_message_type: 0 0xce23.4-0xce24 (0.4) | | | data_message{}: 0xce24-0xce35 (17) -0xce20| 47 78 b5 39 | Gx.9 | timestamp: 968194119 (s) 0xce24-0xce28 (4) +0xce20| 47 78 b5 39 | Gx.9 | timestamp: 968194119 (2020-09-04T22:48:39Z) 0xce24-0xce28 (4) 0xce20| ac 72 04 00 | .r.. | distance: 2915 (291500) (m) 0xce28-0xce2c (4) 0xce20| e8 03 | .. | speed: 1 (1000) (m/s) 0xce2c-0xce2e (2) 0xce20| e5 | . | heart_rate: 229 (bpm) 0xce2e-0xce2f (1) @@ -47748,7 +47748,7 @@ $ fq -d fit dv activity_dev.fit 0xce30| 00 | . | reserved: false 0xce35.3-0xce35.4 (0.1) 0xce30| 00 | . | local_message_type: 0 0xce35.4-0xce36 (0.4) | | | data_message{}: 0xce36-0xce47 (17) -0xce30| 48 78 b5 39 | Hx.9 | timestamp: 968194120 (s) 0xce36-0xce3a (4) +0xce30| 48 78 b5 39 | Hx.9 | timestamp: 968194120 (2020-09-04T22:48:40Z) 0xce36-0xce3a (4) 0xce30| 10 73 04 00 | .s.. | distance: 2916 (291600) (m) 0xce3a-0xce3e (4) 0xce30| e8 03| ..| speed: 1 (1000) (m/s) 0xce3e-0xce40 (2) 0xce40|ea |. | heart_rate: 234 (bpm) 0xce40-0xce41 (1) @@ -47764,7 +47764,7 @@ $ fq -d fit dv activity_dev.fit 0xce40| 00 | . | reserved: false 0xce47.3-0xce47.4 (0.1) 0xce40| 00 | . | local_message_type: 0 0xce47.4-0xce48 (0.4) | | | data_message{}: 0xce48-0xce59 (17) -0xce40| 49 78 b5 39 | Ix.9 | timestamp: 968194121 (s) 0xce48-0xce4c (4) +0xce40| 49 78 b5 39 | Ix.9 | timestamp: 968194121 (2020-09-04T22:48:41Z) 0xce48-0xce4c (4) 0xce40| 74 73 04 00| ts..| distance: 2917 (291700) (m) 0xce4c-0xce50 (4) 0xce50|e8 03 |.. | speed: 1 (1000) (m/s) 0xce50-0xce52 (2) 0xce50| ee | . | heart_rate: 238 (bpm) 0xce52-0xce53 (1) @@ -47780,7 +47780,7 @@ $ fq -d fit dv activity_dev.fit 0xce50| 00 | . | reserved: false 0xce59.3-0xce59.4 (0.1) 0xce50| 00 | . | local_message_type: 0 0xce59.4-0xce5a (0.4) | | | data_message{}: 0xce5a-0xce6b (17) -0xce50| 4a 78 b5 39 | Jx.9 | timestamp: 968194122 (s) 0xce5a-0xce5e (4) +0xce50| 4a 78 b5 39 | Jx.9 | timestamp: 968194122 (2020-09-04T22:48:42Z) 0xce5a-0xce5e (4) 0xce50| d8 73| .s| distance: 2918 (291800) (m) 0xce5e-0xce62 (4) 0xce60|04 00 |.. | 0xce60| e8 03 | .. | speed: 1 (1000) (m/s) 0xce62-0xce64 (2) @@ -47797,7 +47797,7 @@ $ fq -d fit dv activity_dev.fit 0xce60| 00 | . | reserved: false 0xce6b.3-0xce6b.4 (0.1) 0xce60| 00 | . | local_message_type: 0 0xce6b.4-0xce6c (0.4) | | | data_message{}: 0xce6c-0xce7d (17) -0xce60| 4b 78 b5 39| Kx.9| timestamp: 968194123 (s) 0xce6c-0xce70 (4) +0xce60| 4b 78 b5 39| Kx.9| timestamp: 968194123 (2020-09-04T22:48:43Z) 0xce6c-0xce70 (4) 0xce70|3c 74 04 00 |y.9 | timestamp: 968194366 (s) 0xdf82-0xdf86 (4) +0xdf80| 3e 79 b5 39 | >y.9 | timestamp: 968194366 (2020-09-04T22:52:46Z) 0xdf82-0xdf86 (4) 0xdf80| 28 d3 04 00 | (... | distance: 3162 (316200) (m) 0xdf86-0xdf8a (4) 0xdf80| e8 03 | .. | speed: 1 (1000) (m/s) 0xdf8a-0xdf8c (2) 0xdf80| 28 | ( | heart_rate: 40 (bpm) 0xdf8c-0xdf8d (1) @@ -51762,7 +51762,7 @@ $ fq -d fit dv activity_dev.fit 0xdf90| 00 | . | reserved: false 0xdf93.3-0xdf93.4 (0.1) 0xdf90| 00 | . | local_message_type: 0 0xdf93.4-0xdf94 (0.4) | | | data_message{}: 0xdf94-0xdfa5 (17) -0xdf90| 3f 79 b5 39 | ?y.9 | timestamp: 968194367 (s) 0xdf94-0xdf98 (4) +0xdf90| 3f 79 b5 39 | ?y.9 | timestamp: 968194367 (2020-09-04T22:52:47Z) 0xdf94-0xdf98 (4) 0xdf90| 8c d3 04 00 | .... | distance: 3163 (316300) (m) 0xdf98-0xdf9c (4) 0xdf90| e8 03 | .. | speed: 1 (1000) (m/s) 0xdf9c-0xdf9e (2) 0xdf90| 22 | " | heart_rate: 34 (bpm) 0xdf9e-0xdf9f (1) @@ -51778,7 +51778,7 @@ $ fq -d fit dv activity_dev.fit 0xdfa0| 00 | . | reserved: false 0xdfa5.3-0xdfa5.4 (0.1) 0xdfa0| 00 | . | local_message_type: 0 0xdfa5.4-0xdfa6 (0.4) | | | data_message{}: 0xdfa6-0xdfb7 (17) -0xdfa0| 40 79 b5 39 | @y.9 | timestamp: 968194368 (s) 0xdfa6-0xdfaa (4) +0xdfa0| 40 79 b5 39 | @y.9 | timestamp: 968194368 (2020-09-04T22:52:48Z) 0xdfa6-0xdfaa (4) 0xdfa0| f0 d3 04 00 | .... | distance: 3164 (316400) (m) 0xdfaa-0xdfae (4) 0xdfa0| e8 03| ..| speed: 1 (1000) (m/s) 0xdfae-0xdfb0 (2) 0xdfb0|1d |. | heart_rate: 29 (bpm) 0xdfb0-0xdfb1 (1) @@ -51794,7 +51794,7 @@ $ fq -d fit dv activity_dev.fit 0xdfb0| 00 | . | reserved: false 0xdfb7.3-0xdfb7.4 (0.1) 0xdfb0| 00 | . | local_message_type: 0 0xdfb7.4-0xdfb8 (0.4) | | | data_message{}: 0xdfb8-0xdfc9 (17) -0xdfb0| 41 79 b5 39 | Ay.9 | timestamp: 968194369 (s) 0xdfb8-0xdfbc (4) +0xdfb0| 41 79 b5 39 | Ay.9 | timestamp: 968194369 (2020-09-04T22:52:49Z) 0xdfb8-0xdfbc (4) 0xdfb0| 54 d4 04 00| T...| distance: 3165 (316500) (m) 0xdfbc-0xdfc0 (4) 0xdfc0|e8 03 |.. | speed: 1 (1000) (m/s) 0xdfc0-0xdfc2 (2) 0xdfc0| 18 | . | heart_rate: 24 (bpm) 0xdfc2-0xdfc3 (1) @@ -51810,7 +51810,7 @@ $ fq -d fit dv activity_dev.fit 0xdfc0| 00 | . | reserved: false 0xdfc9.3-0xdfc9.4 (0.1) 0xdfc0| 00 | . | local_message_type: 0 0xdfc9.4-0xdfca (0.4) | | | data_message{}: 0xdfca-0xdfdb (17) -0xdfc0| 42 79 b5 39 | By.9 | timestamp: 968194370 (s) 0xdfca-0xdfce (4) +0xdfc0| 42 79 b5 39 | By.9 | timestamp: 968194370 (2020-09-04T22:52:50Z) 0xdfca-0xdfce (4) 0xdfc0| b8 d4| ..| distance: 3166 (316600) (m) 0xdfce-0xdfd2 (4) 0xdfd0|04 00 |.. | 0xdfd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xdfd2-0xdfd4 (2) @@ -51827,7 +51827,7 @@ $ fq -d fit dv activity_dev.fit 0xdfd0| 00 | . | reserved: false 0xdfdb.3-0xdfdb.4 (0.1) 0xdfd0| 00 | . | local_message_type: 0 0xdfdb.4-0xdfdc (0.4) | | | data_message{}: 0xdfdc-0xdfed (17) -0xdfd0| 43 79 b5 39| Cy.9| timestamp: 968194371 (s) 0xdfdc-0xdfe0 (4) +0xdfd0| 43 79 b5 39| Cy.9| timestamp: 968194371 (2020-09-04T22:52:51Z) 0xdfdc-0xdfe0 (4) 0xdfe0|1c d5 04 00 |.... | distance: 3167 (316700) (m) 0xdfe0-0xdfe4 (4) 0xdfe0| e8 03 | .. | speed: 1 (1000) (m/s) 0xdfe4-0xdfe6 (2) 0xdfe0| 0f | . | heart_rate: 15 (bpm) 0xdfe6-0xdfe7 (1) @@ -51843,7 +51843,7 @@ $ fq -d fit dv activity_dev.fit 0xdfe0| 00 | . | reserved: false 0xdfed.3-0xdfed.4 (0.1) 0xdfe0| 00 | . | local_message_type: 0 0xdfed.4-0xdfee (0.4) | | | data_message{}: 0xdfee-0xdfff (17) -0xdfe0| 44 79| Dy| timestamp: 968194372 (s) 0xdfee-0xdff2 (4) +0xdfe0| 44 79| Dy| timestamp: 968194372 (2020-09-04T22:52:52Z) 0xdfee-0xdff2 (4) 0xdff0|b5 39 |.9 | 0xdff0| 80 d5 04 00 | .... | distance: 3168 (316800) (m) 0xdff2-0xdff6 (4) 0xdff0| e8 03 | .. | speed: 1 (1000) (m/s) 0xdff6-0xdff8 (2) @@ -51860,7 +51860,7 @@ $ fq -d fit dv activity_dev.fit 0xdff0| 00| .| reserved: false 0xdfff.3-0xdfff.4 (0.1) 0xdff0| 00| .| local_message_type: 0 0xdfff.4-0xe000 (0.4) | | | data_message{}: 0xe000-0xe011 (17) -0xe000|45 79 b5 39 |Ey.9 | timestamp: 968194373 (s) 0xe000-0xe004 (4) +0xe000|45 79 b5 39 |Ey.9 | timestamp: 968194373 (2020-09-04T22:52:53Z) 0xe000-0xe004 (4) 0xe000| e4 d5 04 00 | .... | distance: 3169 (316900) (m) 0xe004-0xe008 (4) 0xe000| e8 03 | .. | speed: 1 (1000) (m/s) 0xe008-0xe00a (2) 0xe000| 08 | . | heart_rate: 8 (bpm) 0xe00a-0xe00b (1) @@ -51876,7 +51876,7 @@ $ fq -d fit dv activity_dev.fit 0xe010| 00 | . | reserved: false 0xe011.3-0xe011.4 (0.1) 0xe010| 00 | . | local_message_type: 0 0xe011.4-0xe012 (0.4) | | | data_message{}: 0xe012-0xe023 (17) -0xe010| 46 79 b5 39 | Fy.9 | timestamp: 968194374 (s) 0xe012-0xe016 (4) +0xe010| 46 79 b5 39 | Fy.9 | timestamp: 968194374 (2020-09-04T22:52:54Z) 0xe012-0xe016 (4) 0xe010| 48 d6 04 00 | H... | distance: 3170 (317000) (m) 0xe016-0xe01a (4) 0xe010| e8 03 | .. | speed: 1 (1000) (m/s) 0xe01a-0xe01c (2) 0xe010| 06 | . | heart_rate: 6 (bpm) 0xe01c-0xe01d (1) @@ -51892,7 +51892,7 @@ $ fq -d fit dv activity_dev.fit 0xe020| 00 | . | reserved: false 0xe023.3-0xe023.4 (0.1) 0xe020| 00 | . | local_message_type: 0 0xe023.4-0xe024 (0.4) | | | data_message{}: 0xe024-0xe035 (17) -0xe020| 47 79 b5 39 | Gy.9 | timestamp: 968194375 (s) 0xe024-0xe028 (4) +0xe020| 47 79 b5 39 | Gy.9 | timestamp: 968194375 (2020-09-04T22:52:55Z) 0xe024-0xe028 (4) 0xe020| ac d6 04 00 | .... | distance: 3171 (317100) (m) 0xe028-0xe02c (4) 0xe020| e8 03 | .. | speed: 1 (1000) (m/s) 0xe02c-0xe02e (2) 0xe020| 03 | . | heart_rate: 3 (bpm) 0xe02e-0xe02f (1) @@ -51908,7 +51908,7 @@ $ fq -d fit dv activity_dev.fit 0xe030| 00 | . | reserved: false 0xe035.3-0xe035.4 (0.1) 0xe030| 00 | . | local_message_type: 0 0xe035.4-0xe036 (0.4) | | | data_message{}: 0xe036-0xe047 (17) -0xe030| 48 79 b5 39 | Hy.9 | timestamp: 968194376 (s) 0xe036-0xe03a (4) +0xe030| 48 79 b5 39 | Hy.9 | timestamp: 968194376 (2020-09-04T22:52:56Z) 0xe036-0xe03a (4) 0xe030| 10 d7 04 00 | .... | distance: 3172 (317200) (m) 0xe03a-0xe03e (4) 0xe030| e8 03| ..| speed: 1 (1000) (m/s) 0xe03e-0xe040 (2) 0xe040|02 |. | heart_rate: 2 (bpm) 0xe040-0xe041 (1) @@ -51924,7 +51924,7 @@ $ fq -d fit dv activity_dev.fit 0xe040| 00 | . | reserved: false 0xe047.3-0xe047.4 (0.1) 0xe040| 00 | . | local_message_type: 0 0xe047.4-0xe048 (0.4) | | | data_message{}: 0xe048-0xe059 (17) -0xe040| 49 79 b5 39 | Iy.9 | timestamp: 968194377 (s) 0xe048-0xe04c (4) +0xe040| 49 79 b5 39 | Iy.9 | timestamp: 968194377 (2020-09-04T22:52:57Z) 0xe048-0xe04c (4) 0xe040| 74 d7 04 00| t...| distance: 3173 (317300) (m) 0xe04c-0xe050 (4) 0xe050|e8 03 |.. | speed: 1 (1000) (m/s) 0xe050-0xe052 (2) 0xe050| 01 | . | heart_rate: 1 (bpm) 0xe052-0xe053 (1) @@ -51940,7 +51940,7 @@ $ fq -d fit dv activity_dev.fit 0xe050| 00 | . | reserved: false 0xe059.3-0xe059.4 (0.1) 0xe050| 00 | . | local_message_type: 0 0xe059.4-0xe05a (0.4) | | | data_message{}: 0xe05a-0xe06b (17) -0xe050| 4a 79 b5 39 | Jy.9 | timestamp: 968194378 (s) 0xe05a-0xe05e (4) +0xe050| 4a 79 b5 39 | Jy.9 | timestamp: 968194378 (2020-09-04T22:52:58Z) 0xe05a-0xe05e (4) 0xe050| d8 d7| ..| distance: 3174 (317400) (m) 0xe05e-0xe062 (4) 0xe060|04 00 |.. | 0xe060| e8 03 | .. | speed: 1 (1000) (m/s) 0xe062-0xe064 (2) @@ -51957,7 +51957,7 @@ $ fq -d fit dv activity_dev.fit 0xe060| 00 | . | reserved: false 0xe06b.3-0xe06b.4 (0.1) 0xe060| 00 | . | local_message_type: 0 0xe06b.4-0xe06c (0.4) | | | data_message{}: 0xe06c-0xe07d (17) -0xe060| 4b 79 b5 39| Ky.9| timestamp: 968194379 (s) 0xe06c-0xe070 (4) +0xe060| 4b 79 b5 39| Ky.9| timestamp: 968194379 (2020-09-04T22:52:59Z) 0xe06c-0xe070 (4) 0xe070|3c d8 04 00 |<... | distance: 3175 (317500) (m) 0xe070-0xe074 (4) 0xe070| e8 03 | .. | speed: 1 (1000) (m/s) 0xe074-0xe076 (2) 0xe070| 00 | . | heart_rate: 0 (bpm) 0xe076-0xe077 (1) @@ -51973,7 +51973,7 @@ $ fq -d fit dv activity_dev.fit 0xe070| 00 | . | reserved: false 0xe07d.3-0xe07d.4 (0.1) 0xe070| 00 | . | local_message_type: 0 0xe07d.4-0xe07e (0.4) | | | data_message{}: 0xe07e-0xe08f (17) -0xe070| 4c 79| Ly| timestamp: 968194380 (s) 0xe07e-0xe082 (4) +0xe070| 4c 79| Ly| timestamp: 968194380 (2020-09-04T22:53:00Z) 0xe07e-0xe082 (4) 0xe080|b5 39 |.9 | 0xe080| a0 d8 04 00 | .... | distance: 3176 (317600) (m) 0xe082-0xe086 (4) 0xe080| e8 03 | .. | speed: 1 (1000) (m/s) 0xe086-0xe088 (2) @@ -51990,7 +51990,7 @@ $ fq -d fit dv activity_dev.fit 0xe080| 00| .| reserved: false 0xe08f.3-0xe08f.4 (0.1) 0xe080| 00| .| local_message_type: 0 0xe08f.4-0xe090 (0.4) | | | data_message{}: 0xe090-0xe0a1 (17) -0xe090|4d 79 b5 39 |My.9 | timestamp: 968194381 (s) 0xe090-0xe094 (4) +0xe090|4d 79 b5 39 |My.9 | timestamp: 968194381 (2020-09-04T22:53:01Z) 0xe090-0xe094 (4) 0xe090| 04 d9 04 00 | .... | distance: 3177 (317700) (m) 0xe094-0xe098 (4) 0xe090| e8 03 | .. | speed: 1 (1000) (m/s) 0xe098-0xe09a (2) 0xe090| 01 | . | heart_rate: 1 (bpm) 0xe09a-0xe09b (1) @@ -52006,7 +52006,7 @@ $ fq -d fit dv activity_dev.fit 0xe0a0| 00 | . | reserved: false 0xe0a1.3-0xe0a1.4 (0.1) 0xe0a0| 00 | . | local_message_type: 0 0xe0a1.4-0xe0a2 (0.4) | | | data_message{}: 0xe0a2-0xe0b3 (17) -0xe0a0| 4e 79 b5 39 | Ny.9 | timestamp: 968194382 (s) 0xe0a2-0xe0a6 (4) +0xe0a0| 4e 79 b5 39 | Ny.9 | timestamp: 968194382 (2020-09-04T22:53:02Z) 0xe0a2-0xe0a6 (4) 0xe0a0| 68 d9 04 00 | h... | distance: 3178 (317800) (m) 0xe0a6-0xe0aa (4) 0xe0a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe0aa-0xe0ac (2) 0xe0a0| 02 | . | heart_rate: 2 (bpm) 0xe0ac-0xe0ad (1) @@ -52022,7 +52022,7 @@ $ fq -d fit dv activity_dev.fit 0xe0b0| 00 | . | reserved: false 0xe0b3.3-0xe0b3.4 (0.1) 0xe0b0| 00 | . | local_message_type: 0 0xe0b3.4-0xe0b4 (0.4) | | | data_message{}: 0xe0b4-0xe0c5 (17) -0xe0b0| 4f 79 b5 39 | Oy.9 | timestamp: 968194383 (s) 0xe0b4-0xe0b8 (4) +0xe0b0| 4f 79 b5 39 | Oy.9 | timestamp: 968194383 (2020-09-04T22:53:03Z) 0xe0b4-0xe0b8 (4) 0xe0b0| cc d9 04 00 | .... | distance: 3179 (317900) (m) 0xe0b8-0xe0bc (4) 0xe0b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe0bc-0xe0be (2) 0xe0b0| 03 | . | heart_rate: 3 (bpm) 0xe0be-0xe0bf (1) @@ -52038,7 +52038,7 @@ $ fq -d fit dv activity_dev.fit 0xe0c0| 00 | . | reserved: false 0xe0c5.3-0xe0c5.4 (0.1) 0xe0c0| 00 | . | local_message_type: 0 0xe0c5.4-0xe0c6 (0.4) | | | data_message{}: 0xe0c6-0xe0d7 (17) -0xe0c0| 50 79 b5 39 | Py.9 | timestamp: 968194384 (s) 0xe0c6-0xe0ca (4) +0xe0c0| 50 79 b5 39 | Py.9 | timestamp: 968194384 (2020-09-04T22:53:04Z) 0xe0c6-0xe0ca (4) 0xe0c0| 30 da 04 00 | 0... | distance: 3180 (318000) (m) 0xe0ca-0xe0ce (4) 0xe0c0| e8 03| ..| speed: 1 (1000) (m/s) 0xe0ce-0xe0d0 (2) 0xe0d0|06 |. | heart_rate: 6 (bpm) 0xe0d0-0xe0d1 (1) @@ -52054,7 +52054,7 @@ $ fq -d fit dv activity_dev.fit 0xe0d0| 00 | . | reserved: false 0xe0d7.3-0xe0d7.4 (0.1) 0xe0d0| 00 | . | local_message_type: 0 0xe0d7.4-0xe0d8 (0.4) | | | data_message{}: 0xe0d8-0xe0e9 (17) -0xe0d0| 51 79 b5 39 | Qy.9 | timestamp: 968194385 (s) 0xe0d8-0xe0dc (4) +0xe0d0| 51 79 b5 39 | Qy.9 | timestamp: 968194385 (2020-09-04T22:53:05Z) 0xe0d8-0xe0dc (4) 0xe0d0| 94 da 04 00| ....| distance: 3181 (318100) (m) 0xe0dc-0xe0e0 (4) 0xe0e0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe0e0-0xe0e2 (2) 0xe0e0| 08 | . | heart_rate: 8 (bpm) 0xe0e2-0xe0e3 (1) @@ -52070,7 +52070,7 @@ $ fq -d fit dv activity_dev.fit 0xe0e0| 00 | . | reserved: false 0xe0e9.3-0xe0e9.4 (0.1) 0xe0e0| 00 | . | local_message_type: 0 0xe0e9.4-0xe0ea (0.4) | | | data_message{}: 0xe0ea-0xe0fb (17) -0xe0e0| 52 79 b5 39 | Ry.9 | timestamp: 968194386 (s) 0xe0ea-0xe0ee (4) +0xe0e0| 52 79 b5 39 | Ry.9 | timestamp: 968194386 (2020-09-04T22:53:06Z) 0xe0ea-0xe0ee (4) 0xe0e0| f8 da| ..| distance: 3182 (318200) (m) 0xe0ee-0xe0f2 (4) 0xe0f0|04 00 |.. | 0xe0f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe0f2-0xe0f4 (2) @@ -52087,7 +52087,7 @@ $ fq -d fit dv activity_dev.fit 0xe0f0| 00 | . | reserved: false 0xe0fb.3-0xe0fb.4 (0.1) 0xe0f0| 00 | . | local_message_type: 0 0xe0fb.4-0xe0fc (0.4) | | | data_message{}: 0xe0fc-0xe10d (17) -0xe0f0| 53 79 b5 39| Sy.9| timestamp: 968194387 (s) 0xe0fc-0xe100 (4) +0xe0f0| 53 79 b5 39| Sy.9| timestamp: 968194387 (2020-09-04T22:53:07Z) 0xe0fc-0xe100 (4) 0xe100|5c db 04 00 |\... | distance: 3183 (318300) (m) 0xe100-0xe104 (4) 0xe100| e8 03 | .. | speed: 1 (1000) (m/s) 0xe104-0xe106 (2) 0xe100| 0f | . | heart_rate: 15 (bpm) 0xe106-0xe107 (1) @@ -52103,7 +52103,7 @@ $ fq -d fit dv activity_dev.fit 0xe100| 00 | . | reserved: false 0xe10d.3-0xe10d.4 (0.1) 0xe100| 00 | . | local_message_type: 0 0xe10d.4-0xe10e (0.4) | | | data_message{}: 0xe10e-0xe11f (17) -0xe100| 54 79| Ty| timestamp: 968194388 (s) 0xe10e-0xe112 (4) +0xe100| 54 79| Ty| timestamp: 968194388 (2020-09-04T22:53:08Z) 0xe10e-0xe112 (4) 0xe110|b5 39 |.9 | 0xe110| c0 db 04 00 | .... | distance: 3184 (318400) (m) 0xe112-0xe116 (4) 0xe110| e8 03 | .. | speed: 1 (1000) (m/s) 0xe116-0xe118 (2) @@ -52120,7 +52120,7 @@ $ fq -d fit dv activity_dev.fit 0xe110| 00| .| reserved: false 0xe11f.3-0xe11f.4 (0.1) 0xe110| 00| .| local_message_type: 0 0xe11f.4-0xe120 (0.4) | | | data_message{}: 0xe120-0xe131 (17) -0xe120|55 79 b5 39 |Uy.9 | timestamp: 968194389 (s) 0xe120-0xe124 (4) +0xe120|55 79 b5 39 |Uy.9 | timestamp: 968194389 (2020-09-04T22:53:09Z) 0xe120-0xe124 (4) 0xe120| 24 dc 04 00 | $... | distance: 3185 (318500) (m) 0xe124-0xe128 (4) 0xe120| e8 03 | .. | speed: 1 (1000) (m/s) 0xe128-0xe12a (2) 0xe120| 18 | . | heart_rate: 24 (bpm) 0xe12a-0xe12b (1) @@ -52136,7 +52136,7 @@ $ fq -d fit dv activity_dev.fit 0xe130| 00 | . | reserved: false 0xe131.3-0xe131.4 (0.1) 0xe130| 00 | . | local_message_type: 0 0xe131.4-0xe132 (0.4) | | | data_message{}: 0xe132-0xe143 (17) -0xe130| 56 79 b5 39 | Vy.9 | timestamp: 968194390 (s) 0xe132-0xe136 (4) +0xe130| 56 79 b5 39 | Vy.9 | timestamp: 968194390 (2020-09-04T22:53:10Z) 0xe132-0xe136 (4) 0xe130| 88 dc 04 00 | .... | distance: 3186 (318600) (m) 0xe136-0xe13a (4) 0xe130| e8 03 | .. | speed: 1 (1000) (m/s) 0xe13a-0xe13c (2) 0xe130| 1d | . | heart_rate: 29 (bpm) 0xe13c-0xe13d (1) @@ -52152,7 +52152,7 @@ $ fq -d fit dv activity_dev.fit 0xe140| 00 | . | reserved: false 0xe143.3-0xe143.4 (0.1) 0xe140| 00 | . | local_message_type: 0 0xe143.4-0xe144 (0.4) | | | data_message{}: 0xe144-0xe155 (17) -0xe140| 57 79 b5 39 | Wy.9 | timestamp: 968194391 (s) 0xe144-0xe148 (4) +0xe140| 57 79 b5 39 | Wy.9 | timestamp: 968194391 (2020-09-04T22:53:11Z) 0xe144-0xe148 (4) 0xe140| ec dc 04 00 | .... | distance: 3187 (318700) (m) 0xe148-0xe14c (4) 0xe140| e8 03 | .. | speed: 1 (1000) (m/s) 0xe14c-0xe14e (2) 0xe140| 22 | " | heart_rate: 34 (bpm) 0xe14e-0xe14f (1) @@ -52168,7 +52168,7 @@ $ fq -d fit dv activity_dev.fit 0xe150| 00 | . | reserved: false 0xe155.3-0xe155.4 (0.1) 0xe150| 00 | . | local_message_type: 0 0xe155.4-0xe156 (0.4) | | | data_message{}: 0xe156-0xe167 (17) -0xe150| 58 79 b5 39 | Xy.9 | timestamp: 968194392 (s) 0xe156-0xe15a (4) +0xe150| 58 79 b5 39 | Xy.9 | timestamp: 968194392 (2020-09-04T22:53:12Z) 0xe156-0xe15a (4) 0xe150| 50 dd 04 00 | P... | distance: 3188 (318800) (m) 0xe15a-0xe15e (4) 0xe150| e8 03| ..| speed: 1 (1000) (m/s) 0xe15e-0xe160 (2) 0xe160|28 |( | heart_rate: 40 (bpm) 0xe160-0xe161 (1) @@ -52184,7 +52184,7 @@ $ fq -d fit dv activity_dev.fit 0xe160| 00 | . | reserved: false 0xe167.3-0xe167.4 (0.1) 0xe160| 00 | . | local_message_type: 0 0xe167.4-0xe168 (0.4) | | | data_message{}: 0xe168-0xe179 (17) -0xe160| 59 79 b5 39 | Yy.9 | timestamp: 968194393 (s) 0xe168-0xe16c (4) +0xe160| 59 79 b5 39 | Yy.9 | timestamp: 968194393 (2020-09-04T22:53:13Z) 0xe168-0xe16c (4) 0xe160| b4 dd 04 00| ....| distance: 3189 (318900) (m) 0xe16c-0xe170 (4) 0xe170|e8 03 |.. | speed: 1 (1000) (m/s) 0xe170-0xe172 (2) 0xe170| 2e | . | heart_rate: 46 (bpm) 0xe172-0xe173 (1) @@ -52200,7 +52200,7 @@ $ fq -d fit dv activity_dev.fit 0xe170| 00 | . | reserved: false 0xe179.3-0xe179.4 (0.1) 0xe170| 00 | . | local_message_type: 0 0xe179.4-0xe17a (0.4) | | | data_message{}: 0xe17a-0xe18b (17) -0xe170| 5a 79 b5 39 | Zy.9 | timestamp: 968194394 (s) 0xe17a-0xe17e (4) +0xe170| 5a 79 b5 39 | Zy.9 | timestamp: 968194394 (2020-09-04T22:53:14Z) 0xe17a-0xe17e (4) 0xe170| 18 de| ..| distance: 3190 (319000) (m) 0xe17e-0xe182 (4) 0xe180|04 00 |.. | 0xe180| e8 03 | .. | speed: 1 (1000) (m/s) 0xe182-0xe184 (2) @@ -52217,7 +52217,7 @@ $ fq -d fit dv activity_dev.fit 0xe180| 00 | . | reserved: false 0xe18b.3-0xe18b.4 (0.1) 0xe180| 00 | . | local_message_type: 0 0xe18b.4-0xe18c (0.4) | | | data_message{}: 0xe18c-0xe19d (17) -0xe180| 5b 79 b5 39| [y.9| timestamp: 968194395 (s) 0xe18c-0xe190 (4) +0xe180| 5b 79 b5 39| [y.9| timestamp: 968194395 (2020-09-04T22:53:15Z) 0xe18c-0xe190 (4) 0xe190|7c de 04 00 ||... | distance: 3191 (319100) (m) 0xe190-0xe194 (4) 0xe190| e8 03 | .. | speed: 1 (1000) (m/s) 0xe194-0xe196 (2) 0xe190| 3a | : | heart_rate: 58 (bpm) 0xe196-0xe197 (1) @@ -52233,7 +52233,7 @@ $ fq -d fit dv activity_dev.fit 0xe190| 00 | . | reserved: false 0xe19d.3-0xe19d.4 (0.1) 0xe190| 00 | . | local_message_type: 0 0xe19d.4-0xe19e (0.4) | | | data_message{}: 0xe19e-0xe1af (17) -0xe190| 5c 79| \y| timestamp: 968194396 (s) 0xe19e-0xe1a2 (4) +0xe190| 5c 79| \y| timestamp: 968194396 (2020-09-04T22:53:16Z) 0xe19e-0xe1a2 (4) 0xe1a0|b5 39 |.9 | 0xe1a0| e0 de 04 00 | .... | distance: 3192 (319200) (m) 0xe1a2-0xe1a6 (4) 0xe1a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe1a6-0xe1a8 (2) @@ -52250,7 +52250,7 @@ $ fq -d fit dv activity_dev.fit 0xe1a0| 00| .| reserved: false 0xe1af.3-0xe1af.4 (0.1) 0xe1a0| 00| .| local_message_type: 0 0xe1af.4-0xe1b0 (0.4) | | | data_message{}: 0xe1b0-0xe1c1 (17) -0xe1b0|5d 79 b5 39 |]y.9 | timestamp: 968194397 (s) 0xe1b0-0xe1b4 (4) +0xe1b0|5d 79 b5 39 |]y.9 | timestamp: 968194397 (2020-09-04T22:53:17Z) 0xe1b0-0xe1b4 (4) 0xe1b0| 44 df 04 00 | D... | distance: 3193 (319300) (m) 0xe1b4-0xe1b8 (4) 0xe1b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe1b8-0xe1ba (2) 0xe1b0| 48 | H | heart_rate: 72 (bpm) 0xe1ba-0xe1bb (1) @@ -52266,7 +52266,7 @@ $ fq -d fit dv activity_dev.fit 0xe1c0| 00 | . | reserved: false 0xe1c1.3-0xe1c1.4 (0.1) 0xe1c0| 00 | . | local_message_type: 0 0xe1c1.4-0xe1c2 (0.4) | | | data_message{}: 0xe1c2-0xe1d3 (17) -0xe1c0| 5e 79 b5 39 | ^y.9 | timestamp: 968194398 (s) 0xe1c2-0xe1c6 (4) +0xe1c0| 5e 79 b5 39 | ^y.9 | timestamp: 968194398 (2020-09-04T22:53:18Z) 0xe1c2-0xe1c6 (4) 0xe1c0| a8 df 04 00 | .... | distance: 3194 (319400) (m) 0xe1c6-0xe1ca (4) 0xe1c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe1ca-0xe1cc (2) 0xe1c0| 50 | P | heart_rate: 80 (bpm) 0xe1cc-0xe1cd (1) @@ -52282,7 +52282,7 @@ $ fq -d fit dv activity_dev.fit 0xe1d0| 00 | . | reserved: false 0xe1d3.3-0xe1d3.4 (0.1) 0xe1d0| 00 | . | local_message_type: 0 0xe1d3.4-0xe1d4 (0.4) | | | data_message{}: 0xe1d4-0xe1e5 (17) -0xe1d0| 5f 79 b5 39 | _y.9 | timestamp: 968194399 (s) 0xe1d4-0xe1d8 (4) +0xe1d0| 5f 79 b5 39 | _y.9 | timestamp: 968194399 (2020-09-04T22:53:19Z) 0xe1d4-0xe1d8 (4) 0xe1d0| 0c e0 04 00 | .... | distance: 3195 (319500) (m) 0xe1d8-0xe1dc (4) 0xe1d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe1dc-0xe1de (2) 0xe1d0| 57 | W | heart_rate: 87 (bpm) 0xe1de-0xe1df (1) @@ -52298,7 +52298,7 @@ $ fq -d fit dv activity_dev.fit 0xe1e0| 00 | . | reserved: false 0xe1e5.3-0xe1e5.4 (0.1) 0xe1e0| 00 | . | local_message_type: 0 0xe1e5.4-0xe1e6 (0.4) | | | data_message{}: 0xe1e6-0xe1f7 (17) -0xe1e0| 60 79 b5 39 | `y.9 | timestamp: 968194400 (s) 0xe1e6-0xe1ea (4) +0xe1e0| 60 79 b5 39 | `y.9 | timestamp: 968194400 (2020-09-04T22:53:20Z) 0xe1e6-0xe1ea (4) 0xe1e0| 70 e0 04 00 | p... | distance: 3196 (319600) (m) 0xe1ea-0xe1ee (4) 0xe1e0| e8 03| ..| speed: 1 (1000) (m/s) 0xe1ee-0xe1f0 (2) 0xe1f0|5f |_ | heart_rate: 95 (bpm) 0xe1f0-0xe1f1 (1) @@ -52314,7 +52314,7 @@ $ fq -d fit dv activity_dev.fit 0xe1f0| 00 | . | reserved: false 0xe1f7.3-0xe1f7.4 (0.1) 0xe1f0| 00 | . | local_message_type: 0 0xe1f7.4-0xe1f8 (0.4) | | | data_message{}: 0xe1f8-0xe209 (17) -0xe1f0| 61 79 b5 39 | ay.9 | timestamp: 968194401 (s) 0xe1f8-0xe1fc (4) +0xe1f0| 61 79 b5 39 | ay.9 | timestamp: 968194401 (2020-09-04T22:53:21Z) 0xe1f8-0xe1fc (4) 0xe1f0| d4 e0 04 00| ....| distance: 3197 (319700) (m) 0xe1fc-0xe200 (4) 0xe200|e8 03 |.. | speed: 1 (1000) (m/s) 0xe200-0xe202 (2) 0xe200| 67 | g | heart_rate: 103 (bpm) 0xe202-0xe203 (1) @@ -52330,7 +52330,7 @@ $ fq -d fit dv activity_dev.fit 0xe200| 00 | . | reserved: false 0xe209.3-0xe209.4 (0.1) 0xe200| 00 | . | local_message_type: 0 0xe209.4-0xe20a (0.4) | | | data_message{}: 0xe20a-0xe21b (17) -0xe200| 62 79 b5 39 | by.9 | timestamp: 968194402 (s) 0xe20a-0xe20e (4) +0xe200| 62 79 b5 39 | by.9 | timestamp: 968194402 (2020-09-04T22:53:22Z) 0xe20a-0xe20e (4) 0xe200| 38 e1| 8.| distance: 3198 (319800) (m) 0xe20e-0xe212 (4) 0xe210|04 00 |.. | 0xe210| e8 03 | .. | speed: 1 (1000) (m/s) 0xe212-0xe214 (2) @@ -52347,7 +52347,7 @@ $ fq -d fit dv activity_dev.fit 0xe210| 00 | . | reserved: false 0xe21b.3-0xe21b.4 (0.1) 0xe210| 00 | . | local_message_type: 0 0xe21b.4-0xe21c (0.4) | | | data_message{}: 0xe21c-0xe22d (17) -0xe210| 63 79 b5 39| cy.9| timestamp: 968194403 (s) 0xe21c-0xe220 (4) +0xe210| 63 79 b5 39| cy.9| timestamp: 968194403 (2020-09-04T22:53:23Z) 0xe21c-0xe220 (4) 0xe220|9c e1 04 00 |.... | distance: 3199 (319900) (m) 0xe220-0xe224 (4) 0xe220| e8 03 | .. | speed: 1 (1000) (m/s) 0xe224-0xe226 (2) 0xe220| 77 | w | heart_rate: 119 (bpm) 0xe226-0xe227 (1) @@ -52363,7 +52363,7 @@ $ fq -d fit dv activity_dev.fit 0xe220| 00 | . | reserved: false 0xe22d.3-0xe22d.4 (0.1) 0xe220| 00 | . | local_message_type: 0 0xe22d.4-0xe22e (0.4) | | | data_message{}: 0xe22e-0xe23f (17) -0xe220| 64 79| dy| timestamp: 968194404 (s) 0xe22e-0xe232 (4) +0xe220| 64 79| dy| timestamp: 968194404 (2020-09-04T22:53:24Z) 0xe22e-0xe232 (4) 0xe230|b5 39 |.9 | 0xe230| 00 e2 04 00 | .... | distance: 3200 (320000) (m) 0xe232-0xe236 (4) 0xe230| e8 03 | .. | speed: 1 (1000) (m/s) 0xe236-0xe238 (2) @@ -52380,7 +52380,7 @@ $ fq -d fit dv activity_dev.fit 0xe230| 00| .| reserved: false 0xe23f.3-0xe23f.4 (0.1) 0xe230| 00| .| local_message_type: 0 0xe23f.4-0xe240 (0.4) | | | data_message{}: 0xe240-0xe251 (17) -0xe240|65 79 b5 39 |ey.9 | timestamp: 968194405 (s) 0xe240-0xe244 (4) +0xe240|65 79 b5 39 |ey.9 | timestamp: 968194405 (2020-09-04T22:53:25Z) 0xe240-0xe244 (4) 0xe240| 64 e2 04 00 | d... | distance: 3201 (320100) (m) 0xe244-0xe248 (4) 0xe240| e8 03 | .. | speed: 1 (1000) (m/s) 0xe248-0xe24a (2) 0xe240| 86 | . | heart_rate: 134 (bpm) 0xe24a-0xe24b (1) @@ -52396,7 +52396,7 @@ $ fq -d fit dv activity_dev.fit 0xe250| 00 | . | reserved: false 0xe251.3-0xe251.4 (0.1) 0xe250| 00 | . | local_message_type: 0 0xe251.4-0xe252 (0.4) | | | data_message{}: 0xe252-0xe263 (17) -0xe250| 66 79 b5 39 | fy.9 | timestamp: 968194406 (s) 0xe252-0xe256 (4) +0xe250| 66 79 b5 39 | fy.9 | timestamp: 968194406 (2020-09-04T22:53:26Z) 0xe252-0xe256 (4) 0xe250| c8 e2 04 00 | .... | distance: 3202 (320200) (m) 0xe256-0xe25a (4) 0xe250| e8 03 | .. | speed: 1 (1000) (m/s) 0xe25a-0xe25c (2) 0xe250| 8e | . | heart_rate: 142 (bpm) 0xe25c-0xe25d (1) @@ -52412,7 +52412,7 @@ $ fq -d fit dv activity_dev.fit 0xe260| 00 | . | reserved: false 0xe263.3-0xe263.4 (0.1) 0xe260| 00 | . | local_message_type: 0 0xe263.4-0xe264 (0.4) | | | data_message{}: 0xe264-0xe275 (17) -0xe260| 67 79 b5 39 | gy.9 | timestamp: 968194407 (s) 0xe264-0xe268 (4) +0xe260| 67 79 b5 39 | gy.9 | timestamp: 968194407 (2020-09-04T22:53:27Z) 0xe264-0xe268 (4) 0xe260| 2c e3 04 00 | ,... | distance: 3203 (320300) (m) 0xe268-0xe26c (4) 0xe260| e8 03 | .. | speed: 1 (1000) (m/s) 0xe26c-0xe26e (2) 0xe260| 96 | . | heart_rate: 150 (bpm) 0xe26e-0xe26f (1) @@ -52428,7 +52428,7 @@ $ fq -d fit dv activity_dev.fit 0xe270| 00 | . | reserved: false 0xe275.3-0xe275.4 (0.1) 0xe270| 00 | . | local_message_type: 0 0xe275.4-0xe276 (0.4) | | | data_message{}: 0xe276-0xe287 (17) -0xe270| 68 79 b5 39 | hy.9 | timestamp: 968194408 (s) 0xe276-0xe27a (4) +0xe270| 68 79 b5 39 | hy.9 | timestamp: 968194408 (2020-09-04T22:53:28Z) 0xe276-0xe27a (4) 0xe270| 90 e3 04 00 | .... | distance: 3204 (320400) (m) 0xe27a-0xe27e (4) 0xe270| e8 03| ..| speed: 1 (1000) (m/s) 0xe27e-0xe280 (2) 0xe280|9e |. | heart_rate: 158 (bpm) 0xe280-0xe281 (1) @@ -52444,7 +52444,7 @@ $ fq -d fit dv activity_dev.fit 0xe280| 00 | . | reserved: false 0xe287.3-0xe287.4 (0.1) 0xe280| 00 | . | local_message_type: 0 0xe287.4-0xe288 (0.4) | | | data_message{}: 0xe288-0xe299 (17) -0xe280| 69 79 b5 39 | iy.9 | timestamp: 968194409 (s) 0xe288-0xe28c (4) +0xe280| 69 79 b5 39 | iy.9 | timestamp: 968194409 (2020-09-04T22:53:29Z) 0xe288-0xe28c (4) 0xe280| f4 e3 04 00| ....| distance: 3205 (320500) (m) 0xe28c-0xe290 (4) 0xe290|e8 03 |.. | speed: 1 (1000) (m/s) 0xe290-0xe292 (2) 0xe290| a6 | . | heart_rate: 166 (bpm) 0xe292-0xe293 (1) @@ -52460,7 +52460,7 @@ $ fq -d fit dv activity_dev.fit 0xe290| 00 | . | reserved: false 0xe299.3-0xe299.4 (0.1) 0xe290| 00 | . | local_message_type: 0 0xe299.4-0xe29a (0.4) | | | data_message{}: 0xe29a-0xe2ab (17) -0xe290| 6a 79 b5 39 | jy.9 | timestamp: 968194410 (s) 0xe29a-0xe29e (4) +0xe290| 6a 79 b5 39 | jy.9 | timestamp: 968194410 (2020-09-04T22:53:30Z) 0xe29a-0xe29e (4) 0xe290| 58 e4| X.| distance: 3206 (320600) (m) 0xe29e-0xe2a2 (4) 0xe2a0|04 00 |.. | 0xe2a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe2a2-0xe2a4 (2) @@ -52477,7 +52477,7 @@ $ fq -d fit dv activity_dev.fit 0xe2a0| 00 | . | reserved: false 0xe2ab.3-0xe2ab.4 (0.1) 0xe2a0| 00 | . | local_message_type: 0 0xe2ab.4-0xe2ac (0.4) | | | data_message{}: 0xe2ac-0xe2bd (17) -0xe2a0| 6b 79 b5 39| ky.9| timestamp: 968194411 (s) 0xe2ac-0xe2b0 (4) +0xe2a0| 6b 79 b5 39| ky.9| timestamp: 968194411 (2020-09-04T22:53:31Z) 0xe2ac-0xe2b0 (4) 0xe2b0|bc e4 04 00 |.... | distance: 3207 (320700) (m) 0xe2b0-0xe2b4 (4) 0xe2b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe2b4-0xe2b6 (2) 0xe2b0| b5 | . | heart_rate: 181 (bpm) 0xe2b6-0xe2b7 (1) @@ -52493,7 +52493,7 @@ $ fq -d fit dv activity_dev.fit 0xe2b0| 00 | . | reserved: false 0xe2bd.3-0xe2bd.4 (0.1) 0xe2b0| 00 | . | local_message_type: 0 0xe2bd.4-0xe2be (0.4) | | | data_message{}: 0xe2be-0xe2cf (17) -0xe2b0| 6c 79| ly| timestamp: 968194412 (s) 0xe2be-0xe2c2 (4) +0xe2b0| 6c 79| ly| timestamp: 968194412 (2020-09-04T22:53:32Z) 0xe2be-0xe2c2 (4) 0xe2c0|b5 39 |.9 | 0xe2c0| 20 e5 04 00 | ... | distance: 3208 (320800) (m) 0xe2c2-0xe2c6 (4) 0xe2c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe2c6-0xe2c8 (2) @@ -52510,7 +52510,7 @@ $ fq -d fit dv activity_dev.fit 0xe2c0| 00| .| reserved: false 0xe2cf.3-0xe2cf.4 (0.1) 0xe2c0| 00| .| local_message_type: 0 0xe2cf.4-0xe2d0 (0.4) | | | data_message{}: 0xe2d0-0xe2e1 (17) -0xe2d0|6d 79 b5 39 |my.9 | timestamp: 968194413 (s) 0xe2d0-0xe2d4 (4) +0xe2d0|6d 79 b5 39 |my.9 | timestamp: 968194413 (2020-09-04T22:53:33Z) 0xe2d0-0xe2d4 (4) 0xe2d0| 84 e5 04 00 | .... | distance: 3209 (320900) (m) 0xe2d4-0xe2d8 (4) 0xe2d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe2d8-0xe2da (2) 0xe2d0| c3 | . | heart_rate: 195 (bpm) 0xe2da-0xe2db (1) @@ -52526,7 +52526,7 @@ $ fq -d fit dv activity_dev.fit 0xe2e0| 00 | . | reserved: false 0xe2e1.3-0xe2e1.4 (0.1) 0xe2e0| 00 | . | local_message_type: 0 0xe2e1.4-0xe2e2 (0.4) | | | data_message{}: 0xe2e2-0xe2f3 (17) -0xe2e0| 6e 79 b5 39 | ny.9 | timestamp: 968194414 (s) 0xe2e2-0xe2e6 (4) +0xe2e0| 6e 79 b5 39 | ny.9 | timestamp: 968194414 (2020-09-04T22:53:34Z) 0xe2e2-0xe2e6 (4) 0xe2e0| e8 e5 04 00 | .... | distance: 3210 (321000) (m) 0xe2e6-0xe2ea (4) 0xe2e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe2ea-0xe2ec (2) 0xe2e0| c9 | . | heart_rate: 201 (bpm) 0xe2ec-0xe2ed (1) @@ -52542,7 +52542,7 @@ $ fq -d fit dv activity_dev.fit 0xe2f0| 00 | . | reserved: false 0xe2f3.3-0xe2f3.4 (0.1) 0xe2f0| 00 | . | local_message_type: 0 0xe2f3.4-0xe2f4 (0.4) | | | data_message{}: 0xe2f4-0xe305 (17) -0xe2f0| 6f 79 b5 39 | oy.9 | timestamp: 968194415 (s) 0xe2f4-0xe2f8 (4) +0xe2f0| 6f 79 b5 39 | oy.9 | timestamp: 968194415 (2020-09-04T22:53:35Z) 0xe2f4-0xe2f8 (4) 0xe2f0| 4c e6 04 00 | L... | distance: 3211 (321100) (m) 0xe2f8-0xe2fc (4) 0xe2f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe2fc-0xe2fe (2) 0xe2f0| cf | . | heart_rate: 207 (bpm) 0xe2fe-0xe2ff (1) @@ -52558,7 +52558,7 @@ $ fq -d fit dv activity_dev.fit 0xe300| 00 | . | reserved: false 0xe305.3-0xe305.4 (0.1) 0xe300| 00 | . | local_message_type: 0 0xe305.4-0xe306 (0.4) | | | data_message{}: 0xe306-0xe317 (17) -0xe300| 70 79 b5 39 | py.9 | timestamp: 968194416 (s) 0xe306-0xe30a (4) +0xe300| 70 79 b5 39 | py.9 | timestamp: 968194416 (2020-09-04T22:53:36Z) 0xe306-0xe30a (4) 0xe300| b0 e6 04 00 | .... | distance: 3212 (321200) (m) 0xe30a-0xe30e (4) 0xe300| e8 03| ..| speed: 1 (1000) (m/s) 0xe30e-0xe310 (2) 0xe310|d5 |. | heart_rate: 213 (bpm) 0xe310-0xe311 (1) @@ -52574,7 +52574,7 @@ $ fq -d fit dv activity_dev.fit 0xe310| 00 | . | reserved: false 0xe317.3-0xe317.4 (0.1) 0xe310| 00 | . | local_message_type: 0 0xe317.4-0xe318 (0.4) | | | data_message{}: 0xe318-0xe329 (17) -0xe310| 71 79 b5 39 | qy.9 | timestamp: 968194417 (s) 0xe318-0xe31c (4) +0xe310| 71 79 b5 39 | qy.9 | timestamp: 968194417 (2020-09-04T22:53:37Z) 0xe318-0xe31c (4) 0xe310| 14 e7 04 00| ....| distance: 3213 (321300) (m) 0xe31c-0xe320 (4) 0xe320|e8 03 |.. | speed: 1 (1000) (m/s) 0xe320-0xe322 (2) 0xe320| db | . | heart_rate: 219 (bpm) 0xe322-0xe323 (1) @@ -52590,7 +52590,7 @@ $ fq -d fit dv activity_dev.fit 0xe320| 00 | . | reserved: false 0xe329.3-0xe329.4 (0.1) 0xe320| 00 | . | local_message_type: 0 0xe329.4-0xe32a (0.4) | | | data_message{}: 0xe32a-0xe33b (17) -0xe320| 72 79 b5 39 | ry.9 | timestamp: 968194418 (s) 0xe32a-0xe32e (4) +0xe320| 72 79 b5 39 | ry.9 | timestamp: 968194418 (2020-09-04T22:53:38Z) 0xe32a-0xe32e (4) 0xe320| 78 e7| x.| distance: 3214 (321400) (m) 0xe32e-0xe332 (4) 0xe330|04 00 |.. | 0xe330| e8 03 | .. | speed: 1 (1000) (m/s) 0xe332-0xe334 (2) @@ -52607,7 +52607,7 @@ $ fq -d fit dv activity_dev.fit 0xe330| 00 | . | reserved: false 0xe33b.3-0xe33b.4 (0.1) 0xe330| 00 | . | local_message_type: 0 0xe33b.4-0xe33c (0.4) | | | data_message{}: 0xe33c-0xe34d (17) -0xe330| 73 79 b5 39| sy.9| timestamp: 968194419 (s) 0xe33c-0xe340 (4) +0xe330| 73 79 b5 39| sy.9| timestamp: 968194419 (2020-09-04T22:53:39Z) 0xe33c-0xe340 (4) 0xe340|dc e7 04 00 |.... | distance: 3215 (321500) (m) 0xe340-0xe344 (4) 0xe340| e8 03 | .. | speed: 1 (1000) (m/s) 0xe344-0xe346 (2) 0xe340| e5 | . | heart_rate: 229 (bpm) 0xe346-0xe347 (1) @@ -52623,7 +52623,7 @@ $ fq -d fit dv activity_dev.fit 0xe340| 00 | . | reserved: false 0xe34d.3-0xe34d.4 (0.1) 0xe340| 00 | . | local_message_type: 0 0xe34d.4-0xe34e (0.4) | | | data_message{}: 0xe34e-0xe35f (17) -0xe340| 74 79| ty| timestamp: 968194420 (s) 0xe34e-0xe352 (4) +0xe340| 74 79| ty| timestamp: 968194420 (2020-09-04T22:53:40Z) 0xe34e-0xe352 (4) 0xe350|b5 39 |.9 | 0xe350| 40 e8 04 00 | @... | distance: 3216 (321600) (m) 0xe352-0xe356 (4) 0xe350| e8 03 | .. | speed: 1 (1000) (m/s) 0xe356-0xe358 (2) @@ -52640,7 +52640,7 @@ $ fq -d fit dv activity_dev.fit 0xe350| 00| .| reserved: false 0xe35f.3-0xe35f.4 (0.1) 0xe350| 00| .| local_message_type: 0 0xe35f.4-0xe360 (0.4) | | | data_message{}: 0xe360-0xe371 (17) -0xe360|75 79 b5 39 |uy.9 | timestamp: 968194421 (s) 0xe360-0xe364 (4) +0xe360|75 79 b5 39 |uy.9 | timestamp: 968194421 (2020-09-04T22:53:41Z) 0xe360-0xe364 (4) 0xe360| a4 e8 04 00 | .... | distance: 3217 (321700) (m) 0xe364-0xe368 (4) 0xe360| e8 03 | .. | speed: 1 (1000) (m/s) 0xe368-0xe36a (2) 0xe360| ee | . | heart_rate: 238 (bpm) 0xe36a-0xe36b (1) @@ -52656,7 +52656,7 @@ $ fq -d fit dv activity_dev.fit 0xe370| 00 | . | reserved: false 0xe371.3-0xe371.4 (0.1) 0xe370| 00 | . | local_message_type: 0 0xe371.4-0xe372 (0.4) | | | data_message{}: 0xe372-0xe383 (17) -0xe370| 76 79 b5 39 | vy.9 | timestamp: 968194422 (s) 0xe372-0xe376 (4) +0xe370| 76 79 b5 39 | vy.9 | timestamp: 968194422 (2020-09-04T22:53:42Z) 0xe372-0xe376 (4) 0xe370| 08 e9 04 00 | .... | distance: 3218 (321800) (m) 0xe376-0xe37a (4) 0xe370| e8 03 | .. | speed: 1 (1000) (m/s) 0xe37a-0xe37c (2) 0xe370| f1 | . | heart_rate: 241 (bpm) 0xe37c-0xe37d (1) @@ -52672,7 +52672,7 @@ $ fq -d fit dv activity_dev.fit 0xe380| 00 | . | reserved: false 0xe383.3-0xe383.4 (0.1) 0xe380| 00 | . | local_message_type: 0 0xe383.4-0xe384 (0.4) | | | data_message{}: 0xe384-0xe395 (17) -0xe380| 77 79 b5 39 | wy.9 | timestamp: 968194423 (s) 0xe384-0xe388 (4) +0xe380| 77 79 b5 39 | wy.9 | timestamp: 968194423 (2020-09-04T22:53:43Z) 0xe384-0xe388 (4) 0xe380| 6c e9 04 00 | l... | distance: 3219 (321900) (m) 0xe388-0xe38c (4) 0xe380| e8 03 | .. | speed: 1 (1000) (m/s) 0xe38c-0xe38e (2) 0xe380| f5 | . | heart_rate: 245 (bpm) 0xe38e-0xe38f (1) @@ -52688,7 +52688,7 @@ $ fq -d fit dv activity_dev.fit 0xe390| 00 | . | reserved: false 0xe395.3-0xe395.4 (0.1) 0xe390| 00 | . | local_message_type: 0 0xe395.4-0xe396 (0.4) | | | data_message{}: 0xe396-0xe3a7 (17) -0xe390| 78 79 b5 39 | xy.9 | timestamp: 968194424 (s) 0xe396-0xe39a (4) +0xe390| 78 79 b5 39 | xy.9 | timestamp: 968194424 (2020-09-04T22:53:44Z) 0xe396-0xe39a (4) 0xe390| d0 e9 04 00 | .... | distance: 3220 (322000) (m) 0xe39a-0xe39e (4) 0xe390| e8 03| ..| speed: 1 (1000) (m/s) 0xe39e-0xe3a0 (2) 0xe3a0|f7 |. | heart_rate: 247 (bpm) 0xe3a0-0xe3a1 (1) @@ -52704,7 +52704,7 @@ $ fq -d fit dv activity_dev.fit 0xe3a0| 00 | . | reserved: false 0xe3a7.3-0xe3a7.4 (0.1) 0xe3a0| 00 | . | local_message_type: 0 0xe3a7.4-0xe3a8 (0.4) | | | data_message{}: 0xe3a8-0xe3b9 (17) -0xe3a0| 79 79 b5 39 | yy.9 | timestamp: 968194425 (s) 0xe3a8-0xe3ac (4) +0xe3a0| 79 79 b5 39 | yy.9 | timestamp: 968194425 (2020-09-04T22:53:45Z) 0xe3a8-0xe3ac (4) 0xe3a0| 34 ea 04 00| 4...| distance: 3221 (322100) (m) 0xe3ac-0xe3b0 (4) 0xe3b0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe3b0-0xe3b2 (2) 0xe3b0| fa | . | heart_rate: 250 (bpm) 0xe3b2-0xe3b3 (1) @@ -52720,7 +52720,7 @@ $ fq -d fit dv activity_dev.fit 0xe3b0| 00 | . | reserved: false 0xe3b9.3-0xe3b9.4 (0.1) 0xe3b0| 00 | . | local_message_type: 0 0xe3b9.4-0xe3ba (0.4) | | | data_message{}: 0xe3ba-0xe3cb (17) -0xe3b0| 7a 79 b5 39 | zy.9 | timestamp: 968194426 (s) 0xe3ba-0xe3be (4) +0xe3b0| 7a 79 b5 39 | zy.9 | timestamp: 968194426 (2020-09-04T22:53:46Z) 0xe3ba-0xe3be (4) 0xe3b0| 98 ea| ..| distance: 3222 (322200) (m) 0xe3be-0xe3c2 (4) 0xe3c0|04 00 |.. | 0xe3c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe3c2-0xe3c4 (2) @@ -52737,7 +52737,7 @@ $ fq -d fit dv activity_dev.fit 0xe3c0| 00 | . | reserved: false 0xe3cb.3-0xe3cb.4 (0.1) 0xe3c0| 00 | . | local_message_type: 0 0xe3cb.4-0xe3cc (0.4) | | | data_message{}: 0xe3cc-0xe3dd (17) -0xe3c0| 7b 79 b5 39| {y.9| timestamp: 968194427 (s) 0xe3cc-0xe3d0 (4) +0xe3c0| 7b 79 b5 39| {y.9| timestamp: 968194427 (2020-09-04T22:53:47Z) 0xe3cc-0xe3d0 (4) 0xe3d0|fc ea 04 00 |.... | distance: 3223 (322300) (m) 0xe3d0-0xe3d4 (4) 0xe3d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe3d4-0xe3d6 (2) 0xe3d0| fc | . | heart_rate: 252 (bpm) 0xe3d6-0xe3d7 (1) @@ -52753,7 +52753,7 @@ $ fq -d fit dv activity_dev.fit 0xe3d0| 00 | . | reserved: false 0xe3dd.3-0xe3dd.4 (0.1) 0xe3d0| 00 | . | local_message_type: 0 0xe3dd.4-0xe3de (0.4) | | | data_message{}: 0xe3de-0xe3ef (17) -0xe3d0| 7c 79| |y| timestamp: 968194428 (s) 0xe3de-0xe3e2 (4) +0xe3d0| 7c 79| |y| timestamp: 968194428 (2020-09-04T22:53:48Z) 0xe3de-0xe3e2 (4) 0xe3e0|b5 39 |.9 | 0xe3e0| 60 eb 04 00 | `... | distance: 3224 (322400) (m) 0xe3e2-0xe3e6 (4) 0xe3e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe3e6-0xe3e8 (2) @@ -52770,7 +52770,7 @@ $ fq -d fit dv activity_dev.fit 0xe3e0| 00| .| reserved: false 0xe3ef.3-0xe3ef.4 (0.1) 0xe3e0| 00| .| local_message_type: 0 0xe3ef.4-0xe3f0 (0.4) | | | data_message{}: 0xe3f0-0xe401 (17) -0xe3f0|7d 79 b5 39 |}y.9 | timestamp: 968194429 (s) 0xe3f0-0xe3f4 (4) +0xe3f0|7d 79 b5 39 |}y.9 | timestamp: 968194429 (2020-09-04T22:53:49Z) 0xe3f0-0xe3f4 (4) 0xe3f0| c4 eb 04 00 | .... | distance: 3225 (322500) (m) 0xe3f4-0xe3f8 (4) 0xe3f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe3f8-0xe3fa (2) 0xe3f0| fe | . | heart_rate: 254 (bpm) 0xe3fa-0xe3fb (1) @@ -52786,7 +52786,7 @@ $ fq -d fit dv activity_dev.fit 0xe400| 00 | . | reserved: false 0xe401.3-0xe401.4 (0.1) 0xe400| 00 | . | local_message_type: 0 0xe401.4-0xe402 (0.4) | | | data_message{}: 0xe402-0xe413 (17) -0xe400| 7e 79 b5 39 | ~y.9 | timestamp: 968194430 (s) 0xe402-0xe406 (4) +0xe400| 7e 79 b5 39 | ~y.9 | timestamp: 968194430 (2020-09-04T22:53:50Z) 0xe402-0xe406 (4) 0xe400| 28 ec 04 00 | (... | distance: 3226 (322600) (m) 0xe406-0xe40a (4) 0xe400| e8 03 | .. | speed: 1 (1000) (m/s) 0xe40a-0xe40c (2) 0xe400| fd | . | heart_rate: 253 (bpm) 0xe40c-0xe40d (1) @@ -52802,7 +52802,7 @@ $ fq -d fit dv activity_dev.fit 0xe410| 00 | . | reserved: false 0xe413.3-0xe413.4 (0.1) 0xe410| 00 | . | local_message_type: 0 0xe413.4-0xe414 (0.4) | | | data_message{}: 0xe414-0xe425 (17) -0xe410| 7f 79 b5 39 | .y.9 | timestamp: 968194431 (s) 0xe414-0xe418 (4) +0xe410| 7f 79 b5 39 | .y.9 | timestamp: 968194431 (2020-09-04T22:53:51Z) 0xe414-0xe418 (4) 0xe410| 8c ec 04 00 | .... | distance: 3227 (322700) (m) 0xe418-0xe41c (4) 0xe410| e8 03 | .. | speed: 1 (1000) (m/s) 0xe41c-0xe41e (2) 0xe410| fc | . | heart_rate: 252 (bpm) 0xe41e-0xe41f (1) @@ -52818,7 +52818,7 @@ $ fq -d fit dv activity_dev.fit 0xe420| 00 | . | reserved: false 0xe425.3-0xe425.4 (0.1) 0xe420| 00 | . | local_message_type: 0 0xe425.4-0xe426 (0.4) | | | data_message{}: 0xe426-0xe437 (17) -0xe420| 80 79 b5 39 | .y.9 | timestamp: 968194432 (s) 0xe426-0xe42a (4) +0xe420| 80 79 b5 39 | .y.9 | timestamp: 968194432 (2020-09-04T22:53:52Z) 0xe426-0xe42a (4) 0xe420| f0 ec 04 00 | .... | distance: 3228 (322800) (m) 0xe42a-0xe42e (4) 0xe420| e8 03| ..| speed: 1 (1000) (m/s) 0xe42e-0xe430 (2) 0xe430|fb |. | heart_rate: 251 (bpm) 0xe430-0xe431 (1) @@ -52834,7 +52834,7 @@ $ fq -d fit dv activity_dev.fit 0xe430| 00 | . | reserved: false 0xe437.3-0xe437.4 (0.1) 0xe430| 00 | . | local_message_type: 0 0xe437.4-0xe438 (0.4) | | | data_message{}: 0xe438-0xe449 (17) -0xe430| 81 79 b5 39 | .y.9 | timestamp: 968194433 (s) 0xe438-0xe43c (4) +0xe430| 81 79 b5 39 | .y.9 | timestamp: 968194433 (2020-09-04T22:53:53Z) 0xe438-0xe43c (4) 0xe430| 54 ed 04 00| T...| distance: 3229 (322900) (m) 0xe43c-0xe440 (4) 0xe440|e8 03 |.. | speed: 1 (1000) (m/s) 0xe440-0xe442 (2) 0xe440| fa | . | heart_rate: 250 (bpm) 0xe442-0xe443 (1) @@ -52850,7 +52850,7 @@ $ fq -d fit dv activity_dev.fit 0xe440| 00 | . | reserved: false 0xe449.3-0xe449.4 (0.1) 0xe440| 00 | . | local_message_type: 0 0xe449.4-0xe44a (0.4) | | | data_message{}: 0xe44a-0xe45b (17) -0xe440| 82 79 b5 39 | .y.9 | timestamp: 968194434 (s) 0xe44a-0xe44e (4) +0xe440| 82 79 b5 39 | .y.9 | timestamp: 968194434 (2020-09-04T22:53:54Z) 0xe44a-0xe44e (4) 0xe440| b8 ed| ..| distance: 3230 (323000) (m) 0xe44e-0xe452 (4) 0xe450|04 00 |.. | 0xe450| e8 03 | .. | speed: 1 (1000) (m/s) 0xe452-0xe454 (2) @@ -52867,7 +52867,7 @@ $ fq -d fit dv activity_dev.fit 0xe450| 00 | . | reserved: false 0xe45b.3-0xe45b.4 (0.1) 0xe450| 00 | . | local_message_type: 0 0xe45b.4-0xe45c (0.4) | | | data_message{}: 0xe45c-0xe46d (17) -0xe450| 83 79 b5 39| .y.9| timestamp: 968194435 (s) 0xe45c-0xe460 (4) +0xe450| 83 79 b5 39| .y.9| timestamp: 968194435 (2020-09-04T22:53:55Z) 0xe45c-0xe460 (4) 0xe460|1c ee 04 00 |.... | distance: 3231 (323100) (m) 0xe460-0xe464 (4) 0xe460| e8 03 | .. | speed: 1 (1000) (m/s) 0xe464-0xe466 (2) 0xe460| f5 | . | heart_rate: 245 (bpm) 0xe466-0xe467 (1) @@ -52883,7 +52883,7 @@ $ fq -d fit dv activity_dev.fit 0xe460| 00 | . | reserved: false 0xe46d.3-0xe46d.4 (0.1) 0xe460| 00 | . | local_message_type: 0 0xe46d.4-0xe46e (0.4) | | | data_message{}: 0xe46e-0xe47f (17) -0xe460| 84 79| .y| timestamp: 968194436 (s) 0xe46e-0xe472 (4) +0xe460| 84 79| .y| timestamp: 968194436 (2020-09-04T22:53:56Z) 0xe46e-0xe472 (4) 0xe470|b5 39 |.9 | 0xe470| 80 ee 04 00 | .... | distance: 3232 (323200) (m) 0xe472-0xe476 (4) 0xe470| e8 03 | .. | speed: 1 (1000) (m/s) 0xe476-0xe478 (2) @@ -52900,7 +52900,7 @@ $ fq -d fit dv activity_dev.fit 0xe470| 00| .| reserved: false 0xe47f.3-0xe47f.4 (0.1) 0xe470| 00| .| local_message_type: 0 0xe47f.4-0xe480 (0.4) | | | data_message{}: 0xe480-0xe491 (17) -0xe480|85 79 b5 39 |.y.9 | timestamp: 968194437 (s) 0xe480-0xe484 (4) +0xe480|85 79 b5 39 |.y.9 | timestamp: 968194437 (2020-09-04T22:53:57Z) 0xe480-0xe484 (4) 0xe480| e4 ee 04 00 | .... | distance: 3233 (323300) (m) 0xe484-0xe488 (4) 0xe480| e8 03 | .. | speed: 1 (1000) (m/s) 0xe488-0xe48a (2) 0xe480| ee | . | heart_rate: 238 (bpm) 0xe48a-0xe48b (1) @@ -52916,7 +52916,7 @@ $ fq -d fit dv activity_dev.fit 0xe490| 00 | . | reserved: false 0xe491.3-0xe491.4 (0.1) 0xe490| 00 | . | local_message_type: 0 0xe491.4-0xe492 (0.4) | | | data_message{}: 0xe492-0xe4a3 (17) -0xe490| 86 79 b5 39 | .y.9 | timestamp: 968194438 (s) 0xe492-0xe496 (4) +0xe490| 86 79 b5 39 | .y.9 | timestamp: 968194438 (2020-09-04T22:53:58Z) 0xe492-0xe496 (4) 0xe490| 48 ef 04 00 | H... | distance: 3234 (323400) (m) 0xe496-0xe49a (4) 0xe490| e8 03 | .. | speed: 1 (1000) (m/s) 0xe49a-0xe49c (2) 0xe490| ea | . | heart_rate: 234 (bpm) 0xe49c-0xe49d (1) @@ -52932,7 +52932,7 @@ $ fq -d fit dv activity_dev.fit 0xe4a0| 00 | . | reserved: false 0xe4a3.3-0xe4a3.4 (0.1) 0xe4a0| 00 | . | local_message_type: 0 0xe4a3.4-0xe4a4 (0.4) | | | data_message{}: 0xe4a4-0xe4b5 (17) -0xe4a0| 87 79 b5 39 | .y.9 | timestamp: 968194439 (s) 0xe4a4-0xe4a8 (4) +0xe4a0| 87 79 b5 39 | .y.9 | timestamp: 968194439 (2020-09-04T22:53:59Z) 0xe4a4-0xe4a8 (4) 0xe4a0| ac ef 04 00 | .... | distance: 3235 (323500) (m) 0xe4a8-0xe4ac (4) 0xe4a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe4ac-0xe4ae (2) 0xe4a0| e5 | . | heart_rate: 229 (bpm) 0xe4ae-0xe4af (1) @@ -52948,7 +52948,7 @@ $ fq -d fit dv activity_dev.fit 0xe4b0| 00 | . | reserved: false 0xe4b5.3-0xe4b5.4 (0.1) 0xe4b0| 00 | . | local_message_type: 0 0xe4b5.4-0xe4b6 (0.4) | | | data_message{}: 0xe4b6-0xe4c7 (17) -0xe4b0| 88 79 b5 39 | .y.9 | timestamp: 968194440 (s) 0xe4b6-0xe4ba (4) +0xe4b0| 88 79 b5 39 | .y.9 | timestamp: 968194440 (2020-09-04T22:54:00Z) 0xe4b6-0xe4ba (4) 0xe4b0| 10 f0 04 00 | .... | distance: 3236 (323600) (m) 0xe4ba-0xe4be (4) 0xe4b0| e8 03| ..| speed: 1 (1000) (m/s) 0xe4be-0xe4c0 (2) 0xe4c0|e0 |. | heart_rate: 224 (bpm) 0xe4c0-0xe4c1 (1) @@ -52964,7 +52964,7 @@ $ fq -d fit dv activity_dev.fit 0xe4c0| 00 | . | reserved: false 0xe4c7.3-0xe4c7.4 (0.1) 0xe4c0| 00 | . | local_message_type: 0 0xe4c7.4-0xe4c8 (0.4) | | | data_message{}: 0xe4c8-0xe4d9 (17) -0xe4c0| 89 79 b5 39 | .y.9 | timestamp: 968194441 (s) 0xe4c8-0xe4cc (4) +0xe4c0| 89 79 b5 39 | .y.9 | timestamp: 968194441 (2020-09-04T22:54:01Z) 0xe4c8-0xe4cc (4) 0xe4c0| 74 f0 04 00| t...| distance: 3237 (323700) (m) 0xe4cc-0xe4d0 (4) 0xe4d0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe4d0-0xe4d2 (2) 0xe4d0| db | . | heart_rate: 219 (bpm) 0xe4d2-0xe4d3 (1) @@ -52980,7 +52980,7 @@ $ fq -d fit dv activity_dev.fit 0xe4d0| 00 | . | reserved: false 0xe4d9.3-0xe4d9.4 (0.1) 0xe4d0| 00 | . | local_message_type: 0 0xe4d9.4-0xe4da (0.4) | | | data_message{}: 0xe4da-0xe4eb (17) -0xe4d0| 8a 79 b5 39 | .y.9 | timestamp: 968194442 (s) 0xe4da-0xe4de (4) +0xe4d0| 8a 79 b5 39 | .y.9 | timestamp: 968194442 (2020-09-04T22:54:02Z) 0xe4da-0xe4de (4) 0xe4d0| d8 f0| ..| distance: 3238 (323800) (m) 0xe4de-0xe4e2 (4) 0xe4e0|04 00 |.. | 0xe4e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe4e2-0xe4e4 (2) @@ -52997,7 +52997,7 @@ $ fq -d fit dv activity_dev.fit 0xe4e0| 00 | . | reserved: false 0xe4eb.3-0xe4eb.4 (0.1) 0xe4e0| 00 | . | local_message_type: 0 0xe4eb.4-0xe4ec (0.4) | | | data_message{}: 0xe4ec-0xe4fd (17) -0xe4e0| 8b 79 b5 39| .y.9| timestamp: 968194443 (s) 0xe4ec-0xe4f0 (4) +0xe4e0| 8b 79 b5 39| .y.9| timestamp: 968194443 (2020-09-04T22:54:03Z) 0xe4ec-0xe4f0 (4) 0xe4f0|3c f1 04 00 |<... | distance: 3239 (323900) (m) 0xe4f0-0xe4f4 (4) 0xe4f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe4f4-0xe4f6 (2) 0xe4f0| cf | . | heart_rate: 207 (bpm) 0xe4f6-0xe4f7 (1) @@ -53013,7 +53013,7 @@ $ fq -d fit dv activity_dev.fit 0xe4f0| 00 | . | reserved: false 0xe4fd.3-0xe4fd.4 (0.1) 0xe4f0| 00 | . | local_message_type: 0 0xe4fd.4-0xe4fe (0.4) | | | data_message{}: 0xe4fe-0xe50f (17) -0xe4f0| 8c 79| .y| timestamp: 968194444 (s) 0xe4fe-0xe502 (4) +0xe4f0| 8c 79| .y| timestamp: 968194444 (2020-09-04T22:54:04Z) 0xe4fe-0xe502 (4) 0xe500|b5 39 |.9 | 0xe500| a0 f1 04 00 | .... | distance: 3240 (324000) (m) 0xe502-0xe506 (4) 0xe500| e8 03 | .. | speed: 1 (1000) (m/s) 0xe506-0xe508 (2) @@ -53030,7 +53030,7 @@ $ fq -d fit dv activity_dev.fit 0xe500| 00| .| reserved: false 0xe50f.3-0xe50f.4 (0.1) 0xe500| 00| .| local_message_type: 0 0xe50f.4-0xe510 (0.4) | | | data_message{}: 0xe510-0xe521 (17) -0xe510|8d 79 b5 39 |.y.9 | timestamp: 968194445 (s) 0xe510-0xe514 (4) +0xe510|8d 79 b5 39 |.y.9 | timestamp: 968194445 (2020-09-04T22:54:05Z) 0xe510-0xe514 (4) 0xe510| 04 f2 04 00 | .... | distance: 3241 (324100) (m) 0xe514-0xe518 (4) 0xe510| e8 03 | .. | speed: 1 (1000) (m/s) 0xe518-0xe51a (2) 0xe510| c3 | . | heart_rate: 195 (bpm) 0xe51a-0xe51b (1) @@ -53046,7 +53046,7 @@ $ fq -d fit dv activity_dev.fit 0xe520| 00 | . | reserved: false 0xe521.3-0xe521.4 (0.1) 0xe520| 00 | . | local_message_type: 0 0xe521.4-0xe522 (0.4) | | | data_message{}: 0xe522-0xe533 (17) -0xe520| 8e 79 b5 39 | .y.9 | timestamp: 968194446 (s) 0xe522-0xe526 (4) +0xe520| 8e 79 b5 39 | .y.9 | timestamp: 968194446 (2020-09-04T22:54:06Z) 0xe522-0xe526 (4) 0xe520| 68 f2 04 00 | h... | distance: 3242 (324200) (m) 0xe526-0xe52a (4) 0xe520| e8 03 | .. | speed: 1 (1000) (m/s) 0xe52a-0xe52c (2) 0xe520| bc | . | heart_rate: 188 (bpm) 0xe52c-0xe52d (1) @@ -53062,7 +53062,7 @@ $ fq -d fit dv activity_dev.fit 0xe530| 00 | . | reserved: false 0xe533.3-0xe533.4 (0.1) 0xe530| 00 | . | local_message_type: 0 0xe533.4-0xe534 (0.4) | | | data_message{}: 0xe534-0xe545 (17) -0xe530| 8f 79 b5 39 | .y.9 | timestamp: 968194447 (s) 0xe534-0xe538 (4) +0xe530| 8f 79 b5 39 | .y.9 | timestamp: 968194447 (2020-09-04T22:54:07Z) 0xe534-0xe538 (4) 0xe530| cc f2 04 00 | .... | distance: 3243 (324300) (m) 0xe538-0xe53c (4) 0xe530| e8 03 | .. | speed: 1 (1000) (m/s) 0xe53c-0xe53e (2) 0xe530| b5 | . | heart_rate: 181 (bpm) 0xe53e-0xe53f (1) @@ -53078,7 +53078,7 @@ $ fq -d fit dv activity_dev.fit 0xe540| 00 | . | reserved: false 0xe545.3-0xe545.4 (0.1) 0xe540| 00 | . | local_message_type: 0 0xe545.4-0xe546 (0.4) | | | data_message{}: 0xe546-0xe557 (17) -0xe540| 90 79 b5 39 | .y.9 | timestamp: 968194448 (s) 0xe546-0xe54a (4) +0xe540| 90 79 b5 39 | .y.9 | timestamp: 968194448 (2020-09-04T22:54:08Z) 0xe546-0xe54a (4) 0xe540| 30 f3 04 00 | 0... | distance: 3244 (324400) (m) 0xe54a-0xe54e (4) 0xe540| e8 03| ..| speed: 1 (1000) (m/s) 0xe54e-0xe550 (2) 0xe550|ad |. | heart_rate: 173 (bpm) 0xe550-0xe551 (1) @@ -53094,7 +53094,7 @@ $ fq -d fit dv activity_dev.fit 0xe550| 00 | . | reserved: false 0xe557.3-0xe557.4 (0.1) 0xe550| 00 | . | local_message_type: 0 0xe557.4-0xe558 (0.4) | | | data_message{}: 0xe558-0xe569 (17) -0xe550| 91 79 b5 39 | .y.9 | timestamp: 968194449 (s) 0xe558-0xe55c (4) +0xe550| 91 79 b5 39 | .y.9 | timestamp: 968194449 (2020-09-04T22:54:09Z) 0xe558-0xe55c (4) 0xe550| 94 f3 04 00| ....| distance: 3245 (324500) (m) 0xe55c-0xe560 (4) 0xe560|e8 03 |.. | speed: 1 (1000) (m/s) 0xe560-0xe562 (2) 0xe560| a6 | . | heart_rate: 166 (bpm) 0xe562-0xe563 (1) @@ -53110,7 +53110,7 @@ $ fq -d fit dv activity_dev.fit 0xe560| 00 | . | reserved: false 0xe569.3-0xe569.4 (0.1) 0xe560| 00 | . | local_message_type: 0 0xe569.4-0xe56a (0.4) | | | data_message{}: 0xe56a-0xe57b (17) -0xe560| 92 79 b5 39 | .y.9 | timestamp: 968194450 (s) 0xe56a-0xe56e (4) +0xe560| 92 79 b5 39 | .y.9 | timestamp: 968194450 (2020-09-04T22:54:10Z) 0xe56a-0xe56e (4) 0xe560| f8 f3| ..| distance: 3246 (324600) (m) 0xe56e-0xe572 (4) 0xe570|04 00 |.. | 0xe570| e8 03 | .. | speed: 1 (1000) (m/s) 0xe572-0xe574 (2) @@ -53127,7 +53127,7 @@ $ fq -d fit dv activity_dev.fit 0xe570| 00 | . | reserved: false 0xe57b.3-0xe57b.4 (0.1) 0xe570| 00 | . | local_message_type: 0 0xe57b.4-0xe57c (0.4) | | | data_message{}: 0xe57c-0xe58d (17) -0xe570| 93 79 b5 39| .y.9| timestamp: 968194451 (s) 0xe57c-0xe580 (4) +0xe570| 93 79 b5 39| .y.9| timestamp: 968194451 (2020-09-04T22:54:11Z) 0xe57c-0xe580 (4) 0xe580|5c f4 04 00 |\... | distance: 3247 (324700) (m) 0xe580-0xe584 (4) 0xe580| e8 03 | .. | speed: 1 (1000) (m/s) 0xe584-0xe586 (2) 0xe580| 96 | . | heart_rate: 150 (bpm) 0xe586-0xe587 (1) @@ -53143,7 +53143,7 @@ $ fq -d fit dv activity_dev.fit 0xe580| 00 | . | reserved: false 0xe58d.3-0xe58d.4 (0.1) 0xe580| 00 | . | local_message_type: 0 0xe58d.4-0xe58e (0.4) | | | data_message{}: 0xe58e-0xe59f (17) -0xe580| 94 79| .y| timestamp: 968194452 (s) 0xe58e-0xe592 (4) +0xe580| 94 79| .y| timestamp: 968194452 (2020-09-04T22:54:12Z) 0xe58e-0xe592 (4) 0xe590|b5 39 |.9 | 0xe590| c0 f4 04 00 | .... | distance: 3248 (324800) (m) 0xe592-0xe596 (4) 0xe590| e8 03 | .. | speed: 1 (1000) (m/s) 0xe596-0xe598 (2) @@ -53160,7 +53160,7 @@ $ fq -d fit dv activity_dev.fit 0xe590| 00| .| reserved: false 0xe59f.3-0xe59f.4 (0.1) 0xe590| 00| .| local_message_type: 0 0xe59f.4-0xe5a0 (0.4) | | | data_message{}: 0xe5a0-0xe5b1 (17) -0xe5a0|95 79 b5 39 |.y.9 | timestamp: 968194453 (s) 0xe5a0-0xe5a4 (4) +0xe5a0|95 79 b5 39 |.y.9 | timestamp: 968194453 (2020-09-04T22:54:13Z) 0xe5a0-0xe5a4 (4) 0xe5a0| 24 f5 04 00 | $... | distance: 3249 (324900) (m) 0xe5a4-0xe5a8 (4) 0xe5a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe5a8-0xe5aa (2) 0xe5a0| 86 | . | heart_rate: 134 (bpm) 0xe5aa-0xe5ab (1) @@ -53176,7 +53176,7 @@ $ fq -d fit dv activity_dev.fit 0xe5b0| 00 | . | reserved: false 0xe5b1.3-0xe5b1.4 (0.1) 0xe5b0| 00 | . | local_message_type: 0 0xe5b1.4-0xe5b2 (0.4) | | | data_message{}: 0xe5b2-0xe5c3 (17) -0xe5b0| 96 79 b5 39 | .y.9 | timestamp: 968194454 (s) 0xe5b2-0xe5b6 (4) +0xe5b0| 96 79 b5 39 | .y.9 | timestamp: 968194454 (2020-09-04T22:54:14Z) 0xe5b2-0xe5b6 (4) 0xe5b0| 88 f5 04 00 | .... | distance: 3250 (325000) (m) 0xe5b6-0xe5ba (4) 0xe5b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe5ba-0xe5bc (2) 0xe5b0| 7f | . | heart_rate: 127 (bpm) 0xe5bc-0xe5bd (1) @@ -53192,7 +53192,7 @@ $ fq -d fit dv activity_dev.fit 0xe5c0| 00 | . | reserved: false 0xe5c3.3-0xe5c3.4 (0.1) 0xe5c0| 00 | . | local_message_type: 0 0xe5c3.4-0xe5c4 (0.4) | | | data_message{}: 0xe5c4-0xe5d5 (17) -0xe5c0| 97 79 b5 39 | .y.9 | timestamp: 968194455 (s) 0xe5c4-0xe5c8 (4) +0xe5c0| 97 79 b5 39 | .y.9 | timestamp: 968194455 (2020-09-04T22:54:15Z) 0xe5c4-0xe5c8 (4) 0xe5c0| ec f5 04 00 | .... | distance: 3251 (325100) (m) 0xe5c8-0xe5cc (4) 0xe5c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe5cc-0xe5ce (2) 0xe5c0| 77 | w | heart_rate: 119 (bpm) 0xe5ce-0xe5cf (1) @@ -53208,7 +53208,7 @@ $ fq -d fit dv activity_dev.fit 0xe5d0| 00 | . | reserved: false 0xe5d5.3-0xe5d5.4 (0.1) 0xe5d0| 00 | . | local_message_type: 0 0xe5d5.4-0xe5d6 (0.4) | | | data_message{}: 0xe5d6-0xe5e7 (17) -0xe5d0| 98 79 b5 39 | .y.9 | timestamp: 968194456 (s) 0xe5d6-0xe5da (4) +0xe5d0| 98 79 b5 39 | .y.9 | timestamp: 968194456 (2020-09-04T22:54:16Z) 0xe5d6-0xe5da (4) 0xe5d0| 50 f6 04 00 | P... | distance: 3252 (325200) (m) 0xe5da-0xe5de (4) 0xe5d0| e8 03| ..| speed: 1 (1000) (m/s) 0xe5de-0xe5e0 (2) 0xe5e0|6f |o | heart_rate: 111 (bpm) 0xe5e0-0xe5e1 (1) @@ -53224,7 +53224,7 @@ $ fq -d fit dv activity_dev.fit 0xe5e0| 00 | . | reserved: false 0xe5e7.3-0xe5e7.4 (0.1) 0xe5e0| 00 | . | local_message_type: 0 0xe5e7.4-0xe5e8 (0.4) | | | data_message{}: 0xe5e8-0xe5f9 (17) -0xe5e0| 99 79 b5 39 | .y.9 | timestamp: 968194457 (s) 0xe5e8-0xe5ec (4) +0xe5e0| 99 79 b5 39 | .y.9 | timestamp: 968194457 (2020-09-04T22:54:17Z) 0xe5e8-0xe5ec (4) 0xe5e0| b4 f6 04 00| ....| distance: 3253 (325300) (m) 0xe5ec-0xe5f0 (4) 0xe5f0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe5f0-0xe5f2 (2) 0xe5f0| 67 | g | heart_rate: 103 (bpm) 0xe5f2-0xe5f3 (1) @@ -53240,7 +53240,7 @@ $ fq -d fit dv activity_dev.fit 0xe5f0| 00 | . | reserved: false 0xe5f9.3-0xe5f9.4 (0.1) 0xe5f0| 00 | . | local_message_type: 0 0xe5f9.4-0xe5fa (0.4) | | | data_message{}: 0xe5fa-0xe60b (17) -0xe5f0| 9a 79 b5 39 | .y.9 | timestamp: 968194458 (s) 0xe5fa-0xe5fe (4) +0xe5f0| 9a 79 b5 39 | .y.9 | timestamp: 968194458 (2020-09-04T22:54:18Z) 0xe5fa-0xe5fe (4) 0xe5f0| 18 f7| ..| distance: 3254 (325400) (m) 0xe5fe-0xe602 (4) 0xe600|04 00 |.. | 0xe600| e8 03 | .. | speed: 1 (1000) (m/s) 0xe602-0xe604 (2) @@ -53257,7 +53257,7 @@ $ fq -d fit dv activity_dev.fit 0xe600| 00 | . | reserved: false 0xe60b.3-0xe60b.4 (0.1) 0xe600| 00 | . | local_message_type: 0 0xe60b.4-0xe60c (0.4) | | | data_message{}: 0xe60c-0xe61d (17) -0xe600| 9b 79 b5 39| .y.9| timestamp: 968194459 (s) 0xe60c-0xe610 (4) +0xe600| 9b 79 b5 39| .y.9| timestamp: 968194459 (2020-09-04T22:54:19Z) 0xe60c-0xe610 (4) 0xe610|7c f7 04 00 ||... | distance: 3255 (325500) (m) 0xe610-0xe614 (4) 0xe610| e8 03 | .. | speed: 1 (1000) (m/s) 0xe614-0xe616 (2) 0xe610| 57 | W | heart_rate: 87 (bpm) 0xe616-0xe617 (1) @@ -53273,7 +53273,7 @@ $ fq -d fit dv activity_dev.fit 0xe610| 00 | . | reserved: false 0xe61d.3-0xe61d.4 (0.1) 0xe610| 00 | . | local_message_type: 0 0xe61d.4-0xe61e (0.4) | | | data_message{}: 0xe61e-0xe62f (17) -0xe610| 9c 79| .y| timestamp: 968194460 (s) 0xe61e-0xe622 (4) +0xe610| 9c 79| .y| timestamp: 968194460 (2020-09-04T22:54:20Z) 0xe61e-0xe622 (4) 0xe620|b5 39 |.9 | 0xe620| e0 f7 04 00 | .... | distance: 3256 (325600) (m) 0xe622-0xe626 (4) 0xe620| e8 03 | .. | speed: 1 (1000) (m/s) 0xe626-0xe628 (2) @@ -53290,7 +53290,7 @@ $ fq -d fit dv activity_dev.fit 0xe620| 00| .| reserved: false 0xe62f.3-0xe62f.4 (0.1) 0xe620| 00| .| local_message_type: 0 0xe62f.4-0xe630 (0.4) | | | data_message{}: 0xe630-0xe641 (17) -0xe630|9d 79 b5 39 |.y.9 | timestamp: 968194461 (s) 0xe630-0xe634 (4) +0xe630|9d 79 b5 39 |.y.9 | timestamp: 968194461 (2020-09-04T22:54:21Z) 0xe630-0xe634 (4) 0xe630| 44 f8 04 00 | D... | distance: 3257 (325700) (m) 0xe634-0xe638 (4) 0xe630| e8 03 | .. | speed: 1 (1000) (m/s) 0xe638-0xe63a (2) 0xe630| 48 | H | heart_rate: 72 (bpm) 0xe63a-0xe63b (1) @@ -53306,7 +53306,7 @@ $ fq -d fit dv activity_dev.fit 0xe640| 00 | . | reserved: false 0xe641.3-0xe641.4 (0.1) 0xe640| 00 | . | local_message_type: 0 0xe641.4-0xe642 (0.4) | | | data_message{}: 0xe642-0xe653 (17) -0xe640| 9e 79 b5 39 | .y.9 | timestamp: 968194462 (s) 0xe642-0xe646 (4) +0xe640| 9e 79 b5 39 | .y.9 | timestamp: 968194462 (2020-09-04T22:54:22Z) 0xe642-0xe646 (4) 0xe640| a8 f8 04 00 | .... | distance: 3258 (325800) (m) 0xe646-0xe64a (4) 0xe640| e8 03 | .. | speed: 1 (1000) (m/s) 0xe64a-0xe64c (2) 0xe640| 41 | A | heart_rate: 65 (bpm) 0xe64c-0xe64d (1) @@ -53322,7 +53322,7 @@ $ fq -d fit dv activity_dev.fit 0xe650| 00 | . | reserved: false 0xe653.3-0xe653.4 (0.1) 0xe650| 00 | . | local_message_type: 0 0xe653.4-0xe654 (0.4) | | | data_message{}: 0xe654-0xe665 (17) -0xe650| 9f 79 b5 39 | .y.9 | timestamp: 968194463 (s) 0xe654-0xe658 (4) +0xe650| 9f 79 b5 39 | .y.9 | timestamp: 968194463 (2020-09-04T22:54:23Z) 0xe654-0xe658 (4) 0xe650| 0c f9 04 00 | .... | distance: 3259 (325900) (m) 0xe658-0xe65c (4) 0xe650| e8 03 | .. | speed: 1 (1000) (m/s) 0xe65c-0xe65e (2) 0xe650| 3a | : | heart_rate: 58 (bpm) 0xe65e-0xe65f (1) @@ -53338,7 +53338,7 @@ $ fq -d fit dv activity_dev.fit 0xe660| 00 | . | reserved: false 0xe665.3-0xe665.4 (0.1) 0xe660| 00 | . | local_message_type: 0 0xe665.4-0xe666 (0.4) | | | data_message{}: 0xe666-0xe677 (17) -0xe660| a0 79 b5 39 | .y.9 | timestamp: 968194464 (s) 0xe666-0xe66a (4) +0xe660| a0 79 b5 39 | .y.9 | timestamp: 968194464 (2020-09-04T22:54:24Z) 0xe666-0xe66a (4) 0xe660| 70 f9 04 00 | p... | distance: 3260 (326000) (m) 0xe66a-0xe66e (4) 0xe660| e8 03| ..| speed: 1 (1000) (m/s) 0xe66e-0xe670 (2) 0xe670|34 |4 | heart_rate: 52 (bpm) 0xe670-0xe671 (1) @@ -53354,7 +53354,7 @@ $ fq -d fit dv activity_dev.fit 0xe670| 00 | . | reserved: false 0xe677.3-0xe677.4 (0.1) 0xe670| 00 | . | local_message_type: 0 0xe677.4-0xe678 (0.4) | | | data_message{}: 0xe678-0xe689 (17) -0xe670| a1 79 b5 39 | .y.9 | timestamp: 968194465 (s) 0xe678-0xe67c (4) +0xe670| a1 79 b5 39 | .y.9 | timestamp: 968194465 (2020-09-04T22:54:25Z) 0xe678-0xe67c (4) 0xe670| d4 f9 04 00| ....| distance: 3261 (326100) (m) 0xe67c-0xe680 (4) 0xe680|e8 03 |.. | speed: 1 (1000) (m/s) 0xe680-0xe682 (2) 0xe680| 2e | . | heart_rate: 46 (bpm) 0xe682-0xe683 (1) @@ -53370,7 +53370,7 @@ $ fq -d fit dv activity_dev.fit 0xe680| 00 | . | reserved: false 0xe689.3-0xe689.4 (0.1) 0xe680| 00 | . | local_message_type: 0 0xe689.4-0xe68a (0.4) | | | data_message{}: 0xe68a-0xe69b (17) -0xe680| a2 79 b5 39 | .y.9 | timestamp: 968194466 (s) 0xe68a-0xe68e (4) +0xe680| a2 79 b5 39 | .y.9 | timestamp: 968194466 (2020-09-04T22:54:26Z) 0xe68a-0xe68e (4) 0xe680| 38 fa| 8.| distance: 3262 (326200) (m) 0xe68e-0xe692 (4) 0xe690|04 00 |.. | 0xe690| e8 03 | .. | speed: 1 (1000) (m/s) 0xe692-0xe694 (2) @@ -53387,7 +53387,7 @@ $ fq -d fit dv activity_dev.fit 0xe690| 00 | . | reserved: false 0xe69b.3-0xe69b.4 (0.1) 0xe690| 00 | . | local_message_type: 0 0xe69b.4-0xe69c (0.4) | | | data_message{}: 0xe69c-0xe6ad (17) -0xe690| a3 79 b5 39| .y.9| timestamp: 968194467 (s) 0xe69c-0xe6a0 (4) +0xe690| a3 79 b5 39| .y.9| timestamp: 968194467 (2020-09-04T22:54:27Z) 0xe69c-0xe6a0 (4) 0xe6a0|9c fa 04 00 |.... | distance: 3263 (326300) (m) 0xe6a0-0xe6a4 (4) 0xe6a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe6a4-0xe6a6 (2) 0xe6a0| 22 | " | heart_rate: 34 (bpm) 0xe6a6-0xe6a7 (1) @@ -53403,7 +53403,7 @@ $ fq -d fit dv activity_dev.fit 0xe6a0| 00 | . | reserved: false 0xe6ad.3-0xe6ad.4 (0.1) 0xe6a0| 00 | . | local_message_type: 0 0xe6ad.4-0xe6ae (0.4) | | | data_message{}: 0xe6ae-0xe6bf (17) -0xe6a0| a4 79| .y| timestamp: 968194468 (s) 0xe6ae-0xe6b2 (4) +0xe6a0| a4 79| .y| timestamp: 968194468 (2020-09-04T22:54:28Z) 0xe6ae-0xe6b2 (4) 0xe6b0|b5 39 |.9 | 0xe6b0| 00 fb 04 00 | .... | distance: 3264 (326400) (m) 0xe6b2-0xe6b6 (4) 0xe6b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe6b6-0xe6b8 (2) @@ -53420,7 +53420,7 @@ $ fq -d fit dv activity_dev.fit 0xe6b0| 00| .| reserved: false 0xe6bf.3-0xe6bf.4 (0.1) 0xe6b0| 00| .| local_message_type: 0 0xe6bf.4-0xe6c0 (0.4) | | | data_message{}: 0xe6c0-0xe6d1 (17) -0xe6c0|a5 79 b5 39 |.y.9 | timestamp: 968194469 (s) 0xe6c0-0xe6c4 (4) +0xe6c0|a5 79 b5 39 |.y.9 | timestamp: 968194469 (2020-09-04T22:54:29Z) 0xe6c0-0xe6c4 (4) 0xe6c0| 64 fb 04 00 | d... | distance: 3265 (326500) (m) 0xe6c4-0xe6c8 (4) 0xe6c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe6c8-0xe6ca (2) 0xe6c0| 18 | . | heart_rate: 24 (bpm) 0xe6ca-0xe6cb (1) @@ -53436,7 +53436,7 @@ $ fq -d fit dv activity_dev.fit 0xe6d0| 00 | . | reserved: false 0xe6d1.3-0xe6d1.4 (0.1) 0xe6d0| 00 | . | local_message_type: 0 0xe6d1.4-0xe6d2 (0.4) | | | data_message{}: 0xe6d2-0xe6e3 (17) -0xe6d0| a6 79 b5 39 | .y.9 | timestamp: 968194470 (s) 0xe6d2-0xe6d6 (4) +0xe6d0| a6 79 b5 39 | .y.9 | timestamp: 968194470 (2020-09-04T22:54:30Z) 0xe6d2-0xe6d6 (4) 0xe6d0| c8 fb 04 00 | .... | distance: 3266 (326600) (m) 0xe6d6-0xe6da (4) 0xe6d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe6da-0xe6dc (2) 0xe6d0| 13 | . | heart_rate: 19 (bpm) 0xe6dc-0xe6dd (1) @@ -53452,7 +53452,7 @@ $ fq -d fit dv activity_dev.fit 0xe6e0| 00 | . | reserved: false 0xe6e3.3-0xe6e3.4 (0.1) 0xe6e0| 00 | . | local_message_type: 0 0xe6e3.4-0xe6e4 (0.4) | | | data_message{}: 0xe6e4-0xe6f5 (17) -0xe6e0| a7 79 b5 39 | .y.9 | timestamp: 968194471 (s) 0xe6e4-0xe6e8 (4) +0xe6e0| a7 79 b5 39 | .y.9 | timestamp: 968194471 (2020-09-04T22:54:31Z) 0xe6e4-0xe6e8 (4) 0xe6e0| 2c fc 04 00 | ,... | distance: 3267 (326700) (m) 0xe6e8-0xe6ec (4) 0xe6e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe6ec-0xe6ee (2) 0xe6e0| 0f | . | heart_rate: 15 (bpm) 0xe6ee-0xe6ef (1) @@ -53468,7 +53468,7 @@ $ fq -d fit dv activity_dev.fit 0xe6f0| 00 | . | reserved: false 0xe6f5.3-0xe6f5.4 (0.1) 0xe6f0| 00 | . | local_message_type: 0 0xe6f5.4-0xe6f6 (0.4) | | | data_message{}: 0xe6f6-0xe707 (17) -0xe6f0| a8 79 b5 39 | .y.9 | timestamp: 968194472 (s) 0xe6f6-0xe6fa (4) +0xe6f0| a8 79 b5 39 | .y.9 | timestamp: 968194472 (2020-09-04T22:54:32Z) 0xe6f6-0xe6fa (4) 0xe6f0| 90 fc 04 00 | .... | distance: 3268 (326800) (m) 0xe6fa-0xe6fe (4) 0xe6f0| e8 03| ..| speed: 1 (1000) (m/s) 0xe6fe-0xe700 (2) 0xe700|0c |. | heart_rate: 12 (bpm) 0xe700-0xe701 (1) @@ -53484,7 +53484,7 @@ $ fq -d fit dv activity_dev.fit 0xe700| 00 | . | reserved: false 0xe707.3-0xe707.4 (0.1) 0xe700| 00 | . | local_message_type: 0 0xe707.4-0xe708 (0.4) | | | data_message{}: 0xe708-0xe719 (17) -0xe700| a9 79 b5 39 | .y.9 | timestamp: 968194473 (s) 0xe708-0xe70c (4) +0xe700| a9 79 b5 39 | .y.9 | timestamp: 968194473 (2020-09-04T22:54:33Z) 0xe708-0xe70c (4) 0xe700| f4 fc 04 00| ....| distance: 3269 (326900) (m) 0xe70c-0xe710 (4) 0xe710|e8 03 |.. | speed: 1 (1000) (m/s) 0xe710-0xe712 (2) 0xe710| 08 | . | heart_rate: 8 (bpm) 0xe712-0xe713 (1) @@ -53500,7 +53500,7 @@ $ fq -d fit dv activity_dev.fit 0xe710| 00 | . | reserved: false 0xe719.3-0xe719.4 (0.1) 0xe710| 00 | . | local_message_type: 0 0xe719.4-0xe71a (0.4) | | | data_message{}: 0xe71a-0xe72b (17) -0xe710| aa 79 b5 39 | .y.9 | timestamp: 968194474 (s) 0xe71a-0xe71e (4) +0xe710| aa 79 b5 39 | .y.9 | timestamp: 968194474 (2020-09-04T22:54:34Z) 0xe71a-0xe71e (4) 0xe710| 58 fd| X.| distance: 3270 (327000) (m) 0xe71e-0xe722 (4) 0xe720|04 00 |.. | 0xe720| e8 03 | .. | speed: 1 (1000) (m/s) 0xe722-0xe724 (2) @@ -53517,7 +53517,7 @@ $ fq -d fit dv activity_dev.fit 0xe720| 00 | . | reserved: false 0xe72b.3-0xe72b.4 (0.1) 0xe720| 00 | . | local_message_type: 0 0xe72b.4-0xe72c (0.4) | | | data_message{}: 0xe72c-0xe73d (17) -0xe720| ab 79 b5 39| .y.9| timestamp: 968194475 (s) 0xe72c-0xe730 (4) +0xe720| ab 79 b5 39| .y.9| timestamp: 968194475 (2020-09-04T22:54:35Z) 0xe72c-0xe730 (4) 0xe730|bc fd 04 00 |.... | distance: 3271 (327100) (m) 0xe730-0xe734 (4) 0xe730| e8 03 | .. | speed: 1 (1000) (m/s) 0xe734-0xe736 (2) 0xe730| 03 | . | heart_rate: 3 (bpm) 0xe736-0xe737 (1) @@ -53533,7 +53533,7 @@ $ fq -d fit dv activity_dev.fit 0xe730| 00 | . | reserved: false 0xe73d.3-0xe73d.4 (0.1) 0xe730| 00 | . | local_message_type: 0 0xe73d.4-0xe73e (0.4) | | | data_message{}: 0xe73e-0xe74f (17) -0xe730| ac 79| .y| timestamp: 968194476 (s) 0xe73e-0xe742 (4) +0xe730| ac 79| .y| timestamp: 968194476 (2020-09-04T22:54:36Z) 0xe73e-0xe742 (4) 0xe740|b5 39 |.9 | 0xe740| 20 fe 04 00 | ... | distance: 3272 (327200) (m) 0xe742-0xe746 (4) 0xe740| e8 03 | .. | speed: 1 (1000) (m/s) 0xe746-0xe748 (2) @@ -53550,7 +53550,7 @@ $ fq -d fit dv activity_dev.fit 0xe740| 00| .| reserved: false 0xe74f.3-0xe74f.4 (0.1) 0xe740| 00| .| local_message_type: 0 0xe74f.4-0xe750 (0.4) | | | data_message{}: 0xe750-0xe761 (17) -0xe750|ad 79 b5 39 |.y.9 | timestamp: 968194477 (s) 0xe750-0xe754 (4) +0xe750|ad 79 b5 39 |.y.9 | timestamp: 968194477 (2020-09-04T22:54:37Z) 0xe750-0xe754 (4) 0xe750| 84 fe 04 00 | .... | distance: 3273 (327300) (m) 0xe754-0xe758 (4) 0xe750| e8 03 | .. | speed: 1 (1000) (m/s) 0xe758-0xe75a (2) 0xe750| 01 | . | heart_rate: 1 (bpm) 0xe75a-0xe75b (1) @@ -53566,7 +53566,7 @@ $ fq -d fit dv activity_dev.fit 0xe760| 00 | . | reserved: false 0xe761.3-0xe761.4 (0.1) 0xe760| 00 | . | local_message_type: 0 0xe761.4-0xe762 (0.4) | | | data_message{}: 0xe762-0xe773 (17) -0xe760| ae 79 b5 39 | .y.9 | timestamp: 968194478 (s) 0xe762-0xe766 (4) +0xe760| ae 79 b5 39 | .y.9 | timestamp: 968194478 (2020-09-04T22:54:38Z) 0xe762-0xe766 (4) 0xe760| e8 fe 04 00 | .... | distance: 3274 (327400) (m) 0xe766-0xe76a (4) 0xe760| e8 03 | .. | speed: 1 (1000) (m/s) 0xe76a-0xe76c (2) 0xe760| 00 | . | heart_rate: 0 (bpm) 0xe76c-0xe76d (1) @@ -53582,7 +53582,7 @@ $ fq -d fit dv activity_dev.fit 0xe770| 00 | . | reserved: false 0xe773.3-0xe773.4 (0.1) 0xe770| 00 | . | local_message_type: 0 0xe773.4-0xe774 (0.4) | | | data_message{}: 0xe774-0xe785 (17) -0xe770| af 79 b5 39 | .y.9 | timestamp: 968194479 (s) 0xe774-0xe778 (4) +0xe770| af 79 b5 39 | .y.9 | timestamp: 968194479 (2020-09-04T22:54:39Z) 0xe774-0xe778 (4) 0xe770| 4c ff 04 00 | L... | distance: 3275 (327500) (m) 0xe778-0xe77c (4) 0xe770| e8 03 | .. | speed: 1 (1000) (m/s) 0xe77c-0xe77e (2) 0xe770| 00 | . | heart_rate: 0 (bpm) 0xe77e-0xe77f (1) @@ -53598,7 +53598,7 @@ $ fq -d fit dv activity_dev.fit 0xe780| 00 | . | reserved: false 0xe785.3-0xe785.4 (0.1) 0xe780| 00 | . | local_message_type: 0 0xe785.4-0xe786 (0.4) | | | data_message{}: 0xe786-0xe797 (17) -0xe780| b0 79 b5 39 | .y.9 | timestamp: 968194480 (s) 0xe786-0xe78a (4) +0xe780| b0 79 b5 39 | .y.9 | timestamp: 968194480 (2020-09-04T22:54:40Z) 0xe786-0xe78a (4) 0xe780| b0 ff 04 00 | .... | distance: 3276 (327600) (m) 0xe78a-0xe78e (4) 0xe780| e8 03| ..| speed: 1 (1000) (m/s) 0xe78e-0xe790 (2) 0xe790|00 |. | heart_rate: 0 (bpm) 0xe790-0xe791 (1) @@ -53614,7 +53614,7 @@ $ fq -d fit dv activity_dev.fit 0xe790| 00 | . | reserved: false 0xe797.3-0xe797.4 (0.1) 0xe790| 00 | . | local_message_type: 0 0xe797.4-0xe798 (0.4) | | | data_message{}: 0xe798-0xe7a9 (17) -0xe790| b1 79 b5 39 | .y.9 | timestamp: 968194481 (s) 0xe798-0xe79c (4) +0xe790| b1 79 b5 39 | .y.9 | timestamp: 968194481 (2020-09-04T22:54:41Z) 0xe798-0xe79c (4) 0xe790| 14 00 05 00| ....| distance: 3277 (327700) (m) 0xe79c-0xe7a0 (4) 0xe7a0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe7a0-0xe7a2 (2) 0xe7a0| 01 | . | heart_rate: 1 (bpm) 0xe7a2-0xe7a3 (1) @@ -53630,7 +53630,7 @@ $ fq -d fit dv activity_dev.fit 0xe7a0| 00 | . | reserved: false 0xe7a9.3-0xe7a9.4 (0.1) 0xe7a0| 00 | . | local_message_type: 0 0xe7a9.4-0xe7aa (0.4) | | | data_message{}: 0xe7aa-0xe7bb (17) -0xe7a0| b2 79 b5 39 | .y.9 | timestamp: 968194482 (s) 0xe7aa-0xe7ae (4) +0xe7a0| b2 79 b5 39 | .y.9 | timestamp: 968194482 (2020-09-04T22:54:42Z) 0xe7aa-0xe7ae (4) 0xe7a0| 78 00| x.| distance: 3278 (327800) (m) 0xe7ae-0xe7b2 (4) 0xe7b0|05 00 |.. | 0xe7b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe7b2-0xe7b4 (2) @@ -53647,7 +53647,7 @@ $ fq -d fit dv activity_dev.fit 0xe7b0| 00 | . | reserved: false 0xe7bb.3-0xe7bb.4 (0.1) 0xe7b0| 00 | . | local_message_type: 0 0xe7bb.4-0xe7bc (0.4) | | | data_message{}: 0xe7bc-0xe7cd (17) -0xe7b0| b3 79 b5 39| .y.9| timestamp: 968194483 (s) 0xe7bc-0xe7c0 (4) +0xe7b0| b3 79 b5 39| .y.9| timestamp: 968194483 (2020-09-04T22:54:43Z) 0xe7bc-0xe7c0 (4) 0xe7c0|dc 00 05 00 |.... | distance: 3279 (327900) (m) 0xe7c0-0xe7c4 (4) 0xe7c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe7c4-0xe7c6 (2) 0xe7c0| 03 | . | heart_rate: 3 (bpm) 0xe7c6-0xe7c7 (1) @@ -53663,7 +53663,7 @@ $ fq -d fit dv activity_dev.fit 0xe7c0| 00 | . | reserved: false 0xe7cd.3-0xe7cd.4 (0.1) 0xe7c0| 00 | . | local_message_type: 0 0xe7cd.4-0xe7ce (0.4) | | | data_message{}: 0xe7ce-0xe7df (17) -0xe7c0| b4 79| .y| timestamp: 968194484 (s) 0xe7ce-0xe7d2 (4) +0xe7c0| b4 79| .y| timestamp: 968194484 (2020-09-04T22:54:44Z) 0xe7ce-0xe7d2 (4) 0xe7d0|b5 39 |.9 | 0xe7d0| 40 01 05 00 | @... | distance: 3280 (328000) (m) 0xe7d2-0xe7d6 (4) 0xe7d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe7d6-0xe7d8 (2) @@ -53680,7 +53680,7 @@ $ fq -d fit dv activity_dev.fit 0xe7d0| 00| .| reserved: false 0xe7df.3-0xe7df.4 (0.1) 0xe7d0| 00| .| local_message_type: 0 0xe7df.4-0xe7e0 (0.4) | | | data_message{}: 0xe7e0-0xe7f1 (17) -0xe7e0|b5 79 b5 39 |.y.9 | timestamp: 968194485 (s) 0xe7e0-0xe7e4 (4) +0xe7e0|b5 79 b5 39 |.y.9 | timestamp: 968194485 (2020-09-04T22:54:45Z) 0xe7e0-0xe7e4 (4) 0xe7e0| a4 01 05 00 | .... | distance: 3281 (328100) (m) 0xe7e4-0xe7e8 (4) 0xe7e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe7e8-0xe7ea (2) 0xe7e0| 08 | . | heart_rate: 8 (bpm) 0xe7ea-0xe7eb (1) @@ -53696,7 +53696,7 @@ $ fq -d fit dv activity_dev.fit 0xe7f0| 00 | . | reserved: false 0xe7f1.3-0xe7f1.4 (0.1) 0xe7f0| 00 | . | local_message_type: 0 0xe7f1.4-0xe7f2 (0.4) | | | data_message{}: 0xe7f2-0xe803 (17) -0xe7f0| b6 79 b5 39 | .y.9 | timestamp: 968194486 (s) 0xe7f2-0xe7f6 (4) +0xe7f0| b6 79 b5 39 | .y.9 | timestamp: 968194486 (2020-09-04T22:54:46Z) 0xe7f2-0xe7f6 (4) 0xe7f0| 08 02 05 00 | .... | distance: 3282 (328200) (m) 0xe7f6-0xe7fa (4) 0xe7f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe7fa-0xe7fc (2) 0xe7f0| 0c | . | heart_rate: 12 (bpm) 0xe7fc-0xe7fd (1) @@ -53712,7 +53712,7 @@ $ fq -d fit dv activity_dev.fit 0xe800| 00 | . | reserved: false 0xe803.3-0xe803.4 (0.1) 0xe800| 00 | . | local_message_type: 0 0xe803.4-0xe804 (0.4) | | | data_message{}: 0xe804-0xe815 (17) -0xe800| b7 79 b5 39 | .y.9 | timestamp: 968194487 (s) 0xe804-0xe808 (4) +0xe800| b7 79 b5 39 | .y.9 | timestamp: 968194487 (2020-09-04T22:54:47Z) 0xe804-0xe808 (4) 0xe800| 6c 02 05 00 | l... | distance: 3283 (328300) (m) 0xe808-0xe80c (4) 0xe800| e8 03 | .. | speed: 1 (1000) (m/s) 0xe80c-0xe80e (2) 0xe800| 0f | . | heart_rate: 15 (bpm) 0xe80e-0xe80f (1) @@ -53728,7 +53728,7 @@ $ fq -d fit dv activity_dev.fit 0xe810| 00 | . | reserved: false 0xe815.3-0xe815.4 (0.1) 0xe810| 00 | . | local_message_type: 0 0xe815.4-0xe816 (0.4) | | | data_message{}: 0xe816-0xe827 (17) -0xe810| b8 79 b5 39 | .y.9 | timestamp: 968194488 (s) 0xe816-0xe81a (4) +0xe810| b8 79 b5 39 | .y.9 | timestamp: 968194488 (2020-09-04T22:54:48Z) 0xe816-0xe81a (4) 0xe810| d0 02 05 00 | .... | distance: 3284 (328400) (m) 0xe81a-0xe81e (4) 0xe810| e8 03| ..| speed: 1 (1000) (m/s) 0xe81e-0xe820 (2) 0xe820|13 |. | heart_rate: 19 (bpm) 0xe820-0xe821 (1) @@ -53744,7 +53744,7 @@ $ fq -d fit dv activity_dev.fit 0xe820| 00 | . | reserved: false 0xe827.3-0xe827.4 (0.1) 0xe820| 00 | . | local_message_type: 0 0xe827.4-0xe828 (0.4) | | | data_message{}: 0xe828-0xe839 (17) -0xe820| b9 79 b5 39 | .y.9 | timestamp: 968194489 (s) 0xe828-0xe82c (4) +0xe820| b9 79 b5 39 | .y.9 | timestamp: 968194489 (2020-09-04T22:54:49Z) 0xe828-0xe82c (4) 0xe820| 34 03 05 00| 4...| distance: 3285 (328500) (m) 0xe82c-0xe830 (4) 0xe830|e8 03 |.. | speed: 1 (1000) (m/s) 0xe830-0xe832 (2) 0xe830| 18 | . | heart_rate: 24 (bpm) 0xe832-0xe833 (1) @@ -53760,7 +53760,7 @@ $ fq -d fit dv activity_dev.fit 0xe830| 00 | . | reserved: false 0xe839.3-0xe839.4 (0.1) 0xe830| 00 | . | local_message_type: 0 0xe839.4-0xe83a (0.4) | | | data_message{}: 0xe83a-0xe84b (17) -0xe830| ba 79 b5 39 | .y.9 | timestamp: 968194490 (s) 0xe83a-0xe83e (4) +0xe830| ba 79 b5 39 | .y.9 | timestamp: 968194490 (2020-09-04T22:54:50Z) 0xe83a-0xe83e (4) 0xe830| 98 03| ..| distance: 3286 (328600) (m) 0xe83e-0xe842 (4) 0xe840|05 00 |.. | 0xe840| e8 03 | .. | speed: 1 (1000) (m/s) 0xe842-0xe844 (2) @@ -53777,7 +53777,7 @@ $ fq -d fit dv activity_dev.fit 0xe840| 00 | . | reserved: false 0xe84b.3-0xe84b.4 (0.1) 0xe840| 00 | . | local_message_type: 0 0xe84b.4-0xe84c (0.4) | | | data_message{}: 0xe84c-0xe85d (17) -0xe840| bb 79 b5 39| .y.9| timestamp: 968194491 (s) 0xe84c-0xe850 (4) +0xe840| bb 79 b5 39| .y.9| timestamp: 968194491 (2020-09-04T22:54:51Z) 0xe84c-0xe850 (4) 0xe850|fc 03 05 00 |.... | distance: 3287 (328700) (m) 0xe850-0xe854 (4) 0xe850| e8 03 | .. | speed: 1 (1000) (m/s) 0xe854-0xe856 (2) 0xe850| 22 | " | heart_rate: 34 (bpm) 0xe856-0xe857 (1) @@ -53793,7 +53793,7 @@ $ fq -d fit dv activity_dev.fit 0xe850| 00 | . | reserved: false 0xe85d.3-0xe85d.4 (0.1) 0xe850| 00 | . | local_message_type: 0 0xe85d.4-0xe85e (0.4) | | | data_message{}: 0xe85e-0xe86f (17) -0xe850| bc 79| .y| timestamp: 968194492 (s) 0xe85e-0xe862 (4) +0xe850| bc 79| .y| timestamp: 968194492 (2020-09-04T22:54:52Z) 0xe85e-0xe862 (4) 0xe860|b5 39 |.9 | 0xe860| 60 04 05 00 | `... | distance: 3288 (328800) (m) 0xe862-0xe866 (4) 0xe860| e8 03 | .. | speed: 1 (1000) (m/s) 0xe866-0xe868 (2) @@ -53810,7 +53810,7 @@ $ fq -d fit dv activity_dev.fit 0xe860| 00| .| reserved: false 0xe86f.3-0xe86f.4 (0.1) 0xe860| 00| .| local_message_type: 0 0xe86f.4-0xe870 (0.4) | | | data_message{}: 0xe870-0xe881 (17) -0xe870|bd 79 b5 39 |.y.9 | timestamp: 968194493 (s) 0xe870-0xe874 (4) +0xe870|bd 79 b5 39 |.y.9 | timestamp: 968194493 (2020-09-04T22:54:53Z) 0xe870-0xe874 (4) 0xe870| c4 04 05 00 | .... | distance: 3289 (328900) (m) 0xe874-0xe878 (4) 0xe870| e8 03 | .. | speed: 1 (1000) (m/s) 0xe878-0xe87a (2) 0xe870| 2e | . | heart_rate: 46 (bpm) 0xe87a-0xe87b (1) @@ -53826,7 +53826,7 @@ $ fq -d fit dv activity_dev.fit 0xe880| 00 | . | reserved: false 0xe881.3-0xe881.4 (0.1) 0xe880| 00 | . | local_message_type: 0 0xe881.4-0xe882 (0.4) | | | data_message{}: 0xe882-0xe893 (17) -0xe880| be 79 b5 39 | .y.9 | timestamp: 968194494 (s) 0xe882-0xe886 (4) +0xe880| be 79 b5 39 | .y.9 | timestamp: 968194494 (2020-09-04T22:54:54Z) 0xe882-0xe886 (4) 0xe880| 28 05 05 00 | (... | distance: 3290 (329000) (m) 0xe886-0xe88a (4) 0xe880| e8 03 | .. | speed: 1 (1000) (m/s) 0xe88a-0xe88c (2) 0xe880| 34 | 4 | heart_rate: 52 (bpm) 0xe88c-0xe88d (1) @@ -53842,7 +53842,7 @@ $ fq -d fit dv activity_dev.fit 0xe890| 00 | . | reserved: false 0xe893.3-0xe893.4 (0.1) 0xe890| 00 | . | local_message_type: 0 0xe893.4-0xe894 (0.4) | | | data_message{}: 0xe894-0xe8a5 (17) -0xe890| bf 79 b5 39 | .y.9 | timestamp: 968194495 (s) 0xe894-0xe898 (4) +0xe890| bf 79 b5 39 | .y.9 | timestamp: 968194495 (2020-09-04T22:54:55Z) 0xe894-0xe898 (4) 0xe890| 8c 05 05 00 | .... | distance: 3291 (329100) (m) 0xe898-0xe89c (4) 0xe890| e8 03 | .. | speed: 1 (1000) (m/s) 0xe89c-0xe89e (2) 0xe890| 3a | : | heart_rate: 58 (bpm) 0xe89e-0xe89f (1) @@ -53858,7 +53858,7 @@ $ fq -d fit dv activity_dev.fit 0xe8a0| 00 | . | reserved: false 0xe8a5.3-0xe8a5.4 (0.1) 0xe8a0| 00 | . | local_message_type: 0 0xe8a5.4-0xe8a6 (0.4) | | | data_message{}: 0xe8a6-0xe8b7 (17) -0xe8a0| c0 79 b5 39 | .y.9 | timestamp: 968194496 (s) 0xe8a6-0xe8aa (4) +0xe8a0| c0 79 b5 39 | .y.9 | timestamp: 968194496 (2020-09-04T22:54:56Z) 0xe8a6-0xe8aa (4) 0xe8a0| f0 05 05 00 | .... | distance: 3292 (329200) (m) 0xe8aa-0xe8ae (4) 0xe8a0| e8 03| ..| speed: 1 (1000) (m/s) 0xe8ae-0xe8b0 (2) 0xe8b0|41 |A | heart_rate: 65 (bpm) 0xe8b0-0xe8b1 (1) @@ -53874,7 +53874,7 @@ $ fq -d fit dv activity_dev.fit 0xe8b0| 00 | . | reserved: false 0xe8b7.3-0xe8b7.4 (0.1) 0xe8b0| 00 | . | local_message_type: 0 0xe8b7.4-0xe8b8 (0.4) | | | data_message{}: 0xe8b8-0xe8c9 (17) -0xe8b0| c1 79 b5 39 | .y.9 | timestamp: 968194497 (s) 0xe8b8-0xe8bc (4) +0xe8b0| c1 79 b5 39 | .y.9 | timestamp: 968194497 (2020-09-04T22:54:57Z) 0xe8b8-0xe8bc (4) 0xe8b0| 54 06 05 00| T...| distance: 3293 (329300) (m) 0xe8bc-0xe8c0 (4) 0xe8c0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe8c0-0xe8c2 (2) 0xe8c0| 48 | H | heart_rate: 72 (bpm) 0xe8c2-0xe8c3 (1) @@ -53890,7 +53890,7 @@ $ fq -d fit dv activity_dev.fit 0xe8c0| 00 | . | reserved: false 0xe8c9.3-0xe8c9.4 (0.1) 0xe8c0| 00 | . | local_message_type: 0 0xe8c9.4-0xe8ca (0.4) | | | data_message{}: 0xe8ca-0xe8db (17) -0xe8c0| c2 79 b5 39 | .y.9 | timestamp: 968194498 (s) 0xe8ca-0xe8ce (4) +0xe8c0| c2 79 b5 39 | .y.9 | timestamp: 968194498 (2020-09-04T22:54:58Z) 0xe8ca-0xe8ce (4) 0xe8c0| b8 06| ..| distance: 3294 (329400) (m) 0xe8ce-0xe8d2 (4) 0xe8d0|05 00 |.. | 0xe8d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe8d2-0xe8d4 (2) @@ -53907,7 +53907,7 @@ $ fq -d fit dv activity_dev.fit 0xe8d0| 00 | . | reserved: false 0xe8db.3-0xe8db.4 (0.1) 0xe8d0| 00 | . | local_message_type: 0 0xe8db.4-0xe8dc (0.4) | | | data_message{}: 0xe8dc-0xe8ed (17) -0xe8d0| c3 79 b5 39| .y.9| timestamp: 968194499 (s) 0xe8dc-0xe8e0 (4) +0xe8d0| c3 79 b5 39| .y.9| timestamp: 968194499 (2020-09-04T22:54:59Z) 0xe8dc-0xe8e0 (4) 0xe8e0|1c 07 05 00 |.... | distance: 3295 (329500) (m) 0xe8e0-0xe8e4 (4) 0xe8e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe8e4-0xe8e6 (2) 0xe8e0| 57 | W | heart_rate: 87 (bpm) 0xe8e6-0xe8e7 (1) @@ -53923,7 +53923,7 @@ $ fq -d fit dv activity_dev.fit 0xe8e0| 00 | . | reserved: false 0xe8ed.3-0xe8ed.4 (0.1) 0xe8e0| 00 | . | local_message_type: 0 0xe8ed.4-0xe8ee (0.4) | | | data_message{}: 0xe8ee-0xe8ff (17) -0xe8e0| c4 79| .y| timestamp: 968194500 (s) 0xe8ee-0xe8f2 (4) +0xe8e0| c4 79| .y| timestamp: 968194500 (2020-09-04T22:55:00Z) 0xe8ee-0xe8f2 (4) 0xe8f0|b5 39 |.9 | 0xe8f0| 80 07 05 00 | .... | distance: 3296 (329600) (m) 0xe8f2-0xe8f6 (4) 0xe8f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe8f6-0xe8f8 (2) @@ -53940,7 +53940,7 @@ $ fq -d fit dv activity_dev.fit 0xe8f0| 00| .| reserved: false 0xe8ff.3-0xe8ff.4 (0.1) 0xe8f0| 00| .| local_message_type: 0 0xe8ff.4-0xe900 (0.4) | | | data_message{}: 0xe900-0xe911 (17) -0xe900|c5 79 b5 39 |.y.9 | timestamp: 968194501 (s) 0xe900-0xe904 (4) +0xe900|c5 79 b5 39 |.y.9 | timestamp: 968194501 (2020-09-04T22:55:01Z) 0xe900-0xe904 (4) 0xe900| e4 07 05 00 | .... | distance: 3297 (329700) (m) 0xe904-0xe908 (4) 0xe900| e8 03 | .. | speed: 1 (1000) (m/s) 0xe908-0xe90a (2) 0xe900| 67 | g | heart_rate: 103 (bpm) 0xe90a-0xe90b (1) @@ -53956,7 +53956,7 @@ $ fq -d fit dv activity_dev.fit 0xe910| 00 | . | reserved: false 0xe911.3-0xe911.4 (0.1) 0xe910| 00 | . | local_message_type: 0 0xe911.4-0xe912 (0.4) | | | data_message{}: 0xe912-0xe923 (17) -0xe910| c6 79 b5 39 | .y.9 | timestamp: 968194502 (s) 0xe912-0xe916 (4) +0xe910| c6 79 b5 39 | .y.9 | timestamp: 968194502 (2020-09-04T22:55:02Z) 0xe912-0xe916 (4) 0xe910| 48 08 05 00 | H... | distance: 3298 (329800) (m) 0xe916-0xe91a (4) 0xe910| e8 03 | .. | speed: 1 (1000) (m/s) 0xe91a-0xe91c (2) 0xe910| 6f | o | heart_rate: 111 (bpm) 0xe91c-0xe91d (1) @@ -53972,7 +53972,7 @@ $ fq -d fit dv activity_dev.fit 0xe920| 00 | . | reserved: false 0xe923.3-0xe923.4 (0.1) 0xe920| 00 | . | local_message_type: 0 0xe923.4-0xe924 (0.4) | | | data_message{}: 0xe924-0xe935 (17) -0xe920| c7 79 b5 39 | .y.9 | timestamp: 968194503 (s) 0xe924-0xe928 (4) +0xe920| c7 79 b5 39 | .y.9 | timestamp: 968194503 (2020-09-04T22:55:03Z) 0xe924-0xe928 (4) 0xe920| ac 08 05 00 | .... | distance: 3299 (329900) (m) 0xe928-0xe92c (4) 0xe920| e8 03 | .. | speed: 1 (1000) (m/s) 0xe92c-0xe92e (2) 0xe920| 77 | w | heart_rate: 119 (bpm) 0xe92e-0xe92f (1) @@ -53988,7 +53988,7 @@ $ fq -d fit dv activity_dev.fit 0xe930| 00 | . | reserved: false 0xe935.3-0xe935.4 (0.1) 0xe930| 00 | . | local_message_type: 0 0xe935.4-0xe936 (0.4) | | | data_message{}: 0xe936-0xe947 (17) -0xe930| c8 79 b5 39 | .y.9 | timestamp: 968194504 (s) 0xe936-0xe93a (4) +0xe930| c8 79 b5 39 | .y.9 | timestamp: 968194504 (2020-09-04T22:55:04Z) 0xe936-0xe93a (4) 0xe930| 10 09 05 00 | .... | distance: 3300 (330000) (m) 0xe93a-0xe93e (4) 0xe930| e8 03| ..| speed: 1 (1000) (m/s) 0xe93e-0xe940 (2) 0xe940|7e |~ | heart_rate: 126 (bpm) 0xe940-0xe941 (1) @@ -54004,7 +54004,7 @@ $ fq -d fit dv activity_dev.fit 0xe940| 00 | . | reserved: false 0xe947.3-0xe947.4 (0.1) 0xe940| 00 | . | local_message_type: 0 0xe947.4-0xe948 (0.4) | | | data_message{}: 0xe948-0xe959 (17) -0xe940| c9 79 b5 39 | .y.9 | timestamp: 968194505 (s) 0xe948-0xe94c (4) +0xe940| c9 79 b5 39 | .y.9 | timestamp: 968194505 (2020-09-04T22:55:05Z) 0xe948-0xe94c (4) 0xe940| 74 09 05 00| t...| distance: 3301 (330100) (m) 0xe94c-0xe950 (4) 0xe950|e8 03 |.. | speed: 1 (1000) (m/s) 0xe950-0xe952 (2) 0xe950| 86 | . | heart_rate: 134 (bpm) 0xe952-0xe953 (1) @@ -54020,7 +54020,7 @@ $ fq -d fit dv activity_dev.fit 0xe950| 00 | . | reserved: false 0xe959.3-0xe959.4 (0.1) 0xe950| 00 | . | local_message_type: 0 0xe959.4-0xe95a (0.4) | | | data_message{}: 0xe95a-0xe96b (17) -0xe950| ca 79 b5 39 | .y.9 | timestamp: 968194506 (s) 0xe95a-0xe95e (4) +0xe950| ca 79 b5 39 | .y.9 | timestamp: 968194506 (2020-09-04T22:55:06Z) 0xe95a-0xe95e (4) 0xe950| d8 09| ..| distance: 3302 (330200) (m) 0xe95e-0xe962 (4) 0xe960|05 00 |.. | 0xe960| e8 03 | .. | speed: 1 (1000) (m/s) 0xe962-0xe964 (2) @@ -54037,7 +54037,7 @@ $ fq -d fit dv activity_dev.fit 0xe960| 00 | . | reserved: false 0xe96b.3-0xe96b.4 (0.1) 0xe960| 00 | . | local_message_type: 0 0xe96b.4-0xe96c (0.4) | | | data_message{}: 0xe96c-0xe97d (17) -0xe960| cb 79 b5 39| .y.9| timestamp: 968194507 (s) 0xe96c-0xe970 (4) +0xe960| cb 79 b5 39| .y.9| timestamp: 968194507 (2020-09-04T22:55:07Z) 0xe96c-0xe970 (4) 0xe970|3c 0a 05 00 |<... | distance: 3303 (330300) (m) 0xe970-0xe974 (4) 0xe970| e8 03 | .. | speed: 1 (1000) (m/s) 0xe974-0xe976 (2) 0xe970| 96 | . | heart_rate: 150 (bpm) 0xe976-0xe977 (1) @@ -54053,7 +54053,7 @@ $ fq -d fit dv activity_dev.fit 0xe970| 00 | . | reserved: false 0xe97d.3-0xe97d.4 (0.1) 0xe970| 00 | . | local_message_type: 0 0xe97d.4-0xe97e (0.4) | | | data_message{}: 0xe97e-0xe98f (17) -0xe970| cc 79| .y| timestamp: 968194508 (s) 0xe97e-0xe982 (4) +0xe970| cc 79| .y| timestamp: 968194508 (2020-09-04T22:55:08Z) 0xe97e-0xe982 (4) 0xe980|b5 39 |.9 | 0xe980| a0 0a 05 00 | .... | distance: 3304 (330400) (m) 0xe982-0xe986 (4) 0xe980| e8 03 | .. | speed: 1 (1000) (m/s) 0xe986-0xe988 (2) @@ -54070,7 +54070,7 @@ $ fq -d fit dv activity_dev.fit 0xe980| 00| .| reserved: false 0xe98f.3-0xe98f.4 (0.1) 0xe980| 00| .| local_message_type: 0 0xe98f.4-0xe990 (0.4) | | | data_message{}: 0xe990-0xe9a1 (17) -0xe990|cd 79 b5 39 |.y.9 | timestamp: 968194509 (s) 0xe990-0xe994 (4) +0xe990|cd 79 b5 39 |.y.9 | timestamp: 968194509 (2020-09-04T22:55:09Z) 0xe990-0xe994 (4) 0xe990| 04 0b 05 00 | .... | distance: 3305 (330500) (m) 0xe994-0xe998 (4) 0xe990| e8 03 | .. | speed: 1 (1000) (m/s) 0xe998-0xe99a (2) 0xe990| a6 | . | heart_rate: 166 (bpm) 0xe99a-0xe99b (1) @@ -54086,7 +54086,7 @@ $ fq -d fit dv activity_dev.fit 0xe9a0| 00 | . | reserved: false 0xe9a1.3-0xe9a1.4 (0.1) 0xe9a0| 00 | . | local_message_type: 0 0xe9a1.4-0xe9a2 (0.4) | | | data_message{}: 0xe9a2-0xe9b3 (17) -0xe9a0| ce 79 b5 39 | .y.9 | timestamp: 968194510 (s) 0xe9a2-0xe9a6 (4) +0xe9a0| ce 79 b5 39 | .y.9 | timestamp: 968194510 (2020-09-04T22:55:10Z) 0xe9a2-0xe9a6 (4) 0xe9a0| 68 0b 05 00 | h... | distance: 3306 (330600) (m) 0xe9a6-0xe9aa (4) 0xe9a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe9aa-0xe9ac (2) 0xe9a0| ad | . | heart_rate: 173 (bpm) 0xe9ac-0xe9ad (1) @@ -54102,7 +54102,7 @@ $ fq -d fit dv activity_dev.fit 0xe9b0| 00 | . | reserved: false 0xe9b3.3-0xe9b3.4 (0.1) 0xe9b0| 00 | . | local_message_type: 0 0xe9b3.4-0xe9b4 (0.4) | | | data_message{}: 0xe9b4-0xe9c5 (17) -0xe9b0| cf 79 b5 39 | .y.9 | timestamp: 968194511 (s) 0xe9b4-0xe9b8 (4) +0xe9b0| cf 79 b5 39 | .y.9 | timestamp: 968194511 (2020-09-04T22:55:11Z) 0xe9b4-0xe9b8 (4) 0xe9b0| cc 0b 05 00 | .... | distance: 3307 (330700) (m) 0xe9b8-0xe9bc (4) 0xe9b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe9bc-0xe9be (2) 0xe9b0| b5 | . | heart_rate: 181 (bpm) 0xe9be-0xe9bf (1) @@ -54118,7 +54118,7 @@ $ fq -d fit dv activity_dev.fit 0xe9c0| 00 | . | reserved: false 0xe9c5.3-0xe9c5.4 (0.1) 0xe9c0| 00 | . | local_message_type: 0 0xe9c5.4-0xe9c6 (0.4) | | | data_message{}: 0xe9c6-0xe9d7 (17) -0xe9c0| d0 79 b5 39 | .y.9 | timestamp: 968194512 (s) 0xe9c6-0xe9ca (4) +0xe9c0| d0 79 b5 39 | .y.9 | timestamp: 968194512 (2020-09-04T22:55:12Z) 0xe9c6-0xe9ca (4) 0xe9c0| 30 0c 05 00 | 0... | distance: 3308 (330800) (m) 0xe9ca-0xe9ce (4) 0xe9c0| e8 03| ..| speed: 1 (1000) (m/s) 0xe9ce-0xe9d0 (2) 0xe9d0|bc |. | heart_rate: 188 (bpm) 0xe9d0-0xe9d1 (1) @@ -54134,7 +54134,7 @@ $ fq -d fit dv activity_dev.fit 0xe9d0| 00 | . | reserved: false 0xe9d7.3-0xe9d7.4 (0.1) 0xe9d0| 00 | . | local_message_type: 0 0xe9d7.4-0xe9d8 (0.4) | | | data_message{}: 0xe9d8-0xe9e9 (17) -0xe9d0| d1 79 b5 39 | .y.9 | timestamp: 968194513 (s) 0xe9d8-0xe9dc (4) +0xe9d0| d1 79 b5 39 | .y.9 | timestamp: 968194513 (2020-09-04T22:55:13Z) 0xe9d8-0xe9dc (4) 0xe9d0| 94 0c 05 00| ....| distance: 3309 (330900) (m) 0xe9dc-0xe9e0 (4) 0xe9e0|e8 03 |.. | speed: 1 (1000) (m/s) 0xe9e0-0xe9e2 (2) 0xe9e0| c3 | . | heart_rate: 195 (bpm) 0xe9e2-0xe9e3 (1) @@ -54150,7 +54150,7 @@ $ fq -d fit dv activity_dev.fit 0xe9e0| 00 | . | reserved: false 0xe9e9.3-0xe9e9.4 (0.1) 0xe9e0| 00 | . | local_message_type: 0 0xe9e9.4-0xe9ea (0.4) | | | data_message{}: 0xe9ea-0xe9fb (17) -0xe9e0| d2 79 b5 39 | .y.9 | timestamp: 968194514 (s) 0xe9ea-0xe9ee (4) +0xe9e0| d2 79 b5 39 | .y.9 | timestamp: 968194514 (2020-09-04T22:55:14Z) 0xe9ea-0xe9ee (4) 0xe9e0| f8 0c| ..| distance: 3310 (331000) (m) 0xe9ee-0xe9f2 (4) 0xe9f0|05 00 |.. | 0xe9f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xe9f2-0xe9f4 (2) @@ -54167,7 +54167,7 @@ $ fq -d fit dv activity_dev.fit 0xe9f0| 00 | . | reserved: false 0xe9fb.3-0xe9fb.4 (0.1) 0xe9f0| 00 | . | local_message_type: 0 0xe9fb.4-0xe9fc (0.4) | | | data_message{}: 0xe9fc-0xea0d (17) -0xe9f0| d3 79 b5 39| .y.9| timestamp: 968194515 (s) 0xe9fc-0xea00 (4) +0xe9f0| d3 79 b5 39| .y.9| timestamp: 968194515 (2020-09-04T22:55:15Z) 0xe9fc-0xea00 (4) 0xea00|5c 0d 05 00 |\... | distance: 3311 (331100) (m) 0xea00-0xea04 (4) 0xea00| e8 03 | .. | speed: 1 (1000) (m/s) 0xea04-0xea06 (2) 0xea00| cf | . | heart_rate: 207 (bpm) 0xea06-0xea07 (1) @@ -54183,7 +54183,7 @@ $ fq -d fit dv activity_dev.fit 0xea00| 00 | . | reserved: false 0xea0d.3-0xea0d.4 (0.1) 0xea00| 00 | . | local_message_type: 0 0xea0d.4-0xea0e (0.4) | | | data_message{}: 0xea0e-0xea1f (17) -0xea00| d4 79| .y| timestamp: 968194516 (s) 0xea0e-0xea12 (4) +0xea00| d4 79| .y| timestamp: 968194516 (2020-09-04T22:55:16Z) 0xea0e-0xea12 (4) 0xea10|b5 39 |.9 | 0xea10| c0 0d 05 00 | .... | distance: 3312 (331200) (m) 0xea12-0xea16 (4) 0xea10| e8 03 | .. | speed: 1 (1000) (m/s) 0xea16-0xea18 (2) @@ -54200,7 +54200,7 @@ $ fq -d fit dv activity_dev.fit 0xea10| 00| .| reserved: false 0xea1f.3-0xea1f.4 (0.1) 0xea10| 00| .| local_message_type: 0 0xea1f.4-0xea20 (0.4) | | | data_message{}: 0xea20-0xea31 (17) -0xea20|d5 79 b5 39 |.y.9 | timestamp: 968194517 (s) 0xea20-0xea24 (4) +0xea20|d5 79 b5 39 |.y.9 | timestamp: 968194517 (2020-09-04T22:55:17Z) 0xea20-0xea24 (4) 0xea20| 24 0e 05 00 | $... | distance: 3313 (331300) (m) 0xea24-0xea28 (4) 0xea20| e8 03 | .. | speed: 1 (1000) (m/s) 0xea28-0xea2a (2) 0xea20| db | . | heart_rate: 219 (bpm) 0xea2a-0xea2b (1) @@ -54216,7 +54216,7 @@ $ fq -d fit dv activity_dev.fit 0xea30| 00 | . | reserved: false 0xea31.3-0xea31.4 (0.1) 0xea30| 00 | . | local_message_type: 0 0xea31.4-0xea32 (0.4) | | | data_message{}: 0xea32-0xea43 (17) -0xea30| d6 79 b5 39 | .y.9 | timestamp: 968194518 (s) 0xea32-0xea36 (4) +0xea30| d6 79 b5 39 | .y.9 | timestamp: 968194518 (2020-09-04T22:55:18Z) 0xea32-0xea36 (4) 0xea30| 88 0e 05 00 | .... | distance: 3314 (331400) (m) 0xea36-0xea3a (4) 0xea30| e8 03 | .. | speed: 1 (1000) (m/s) 0xea3a-0xea3c (2) 0xea30| e0 | . | heart_rate: 224 (bpm) 0xea3c-0xea3d (1) @@ -54232,7 +54232,7 @@ $ fq -d fit dv activity_dev.fit 0xea40| 00 | . | reserved: false 0xea43.3-0xea43.4 (0.1) 0xea40| 00 | . | local_message_type: 0 0xea43.4-0xea44 (0.4) | | | data_message{}: 0xea44-0xea55 (17) -0xea40| d7 79 b5 39 | .y.9 | timestamp: 968194519 (s) 0xea44-0xea48 (4) +0xea40| d7 79 b5 39 | .y.9 | timestamp: 968194519 (2020-09-04T22:55:19Z) 0xea44-0xea48 (4) 0xea40| ec 0e 05 00 | .... | distance: 3315 (331500) (m) 0xea48-0xea4c (4) 0xea40| e8 03 | .. | speed: 1 (1000) (m/s) 0xea4c-0xea4e (2) 0xea40| e5 | . | heart_rate: 229 (bpm) 0xea4e-0xea4f (1) @@ -54248,7 +54248,7 @@ $ fq -d fit dv activity_dev.fit 0xea50| 00 | . | reserved: false 0xea55.3-0xea55.4 (0.1) 0xea50| 00 | . | local_message_type: 0 0xea55.4-0xea56 (0.4) | | | data_message{}: 0xea56-0xea67 (17) -0xea50| d8 79 b5 39 | .y.9 | timestamp: 968194520 (s) 0xea56-0xea5a (4) +0xea50| d8 79 b5 39 | .y.9 | timestamp: 968194520 (2020-09-04T22:55:20Z) 0xea56-0xea5a (4) 0xea50| 50 0f 05 00 | P... | distance: 3316 (331600) (m) 0xea5a-0xea5e (4) 0xea50| e8 03| ..| speed: 1 (1000) (m/s) 0xea5e-0xea60 (2) 0xea60|ea |. | heart_rate: 234 (bpm) 0xea60-0xea61 (1) @@ -54264,7 +54264,7 @@ $ fq -d fit dv activity_dev.fit 0xea60| 00 | . | reserved: false 0xea67.3-0xea67.4 (0.1) 0xea60| 00 | . | local_message_type: 0 0xea67.4-0xea68 (0.4) | | | data_message{}: 0xea68-0xea79 (17) -0xea60| d9 79 b5 39 | .y.9 | timestamp: 968194521 (s) 0xea68-0xea6c (4) +0xea60| d9 79 b5 39 | .y.9 | timestamp: 968194521 (2020-09-04T22:55:21Z) 0xea68-0xea6c (4) 0xea60| b4 0f 05 00| ....| distance: 3317 (331700) (m) 0xea6c-0xea70 (4) 0xea70|e8 03 |.. | speed: 1 (1000) (m/s) 0xea70-0xea72 (2) 0xea70| ee | . | heart_rate: 238 (bpm) 0xea72-0xea73 (1) @@ -54280,7 +54280,7 @@ $ fq -d fit dv activity_dev.fit 0xea70| 00 | . | reserved: false 0xea79.3-0xea79.4 (0.1) 0xea70| 00 | . | local_message_type: 0 0xea79.4-0xea7a (0.4) | | | data_message{}: 0xea7a-0xea8b (17) -0xea70| da 79 b5 39 | .y.9 | timestamp: 968194522 (s) 0xea7a-0xea7e (4) +0xea70| da 79 b5 39 | .y.9 | timestamp: 968194522 (2020-09-04T22:55:22Z) 0xea7a-0xea7e (4) 0xea70| 18 10| ..| distance: 3318 (331800) (m) 0xea7e-0xea82 (4) 0xea80|05 00 |.. | 0xea80| e8 03 | .. | speed: 1 (1000) (m/s) 0xea82-0xea84 (2) @@ -54297,7 +54297,7 @@ $ fq -d fit dv activity_dev.fit 0xea80| 00 | . | reserved: false 0xea8b.3-0xea8b.4 (0.1) 0xea80| 00 | . | local_message_type: 0 0xea8b.4-0xea8c (0.4) | | | data_message{}: 0xea8c-0xea9d (17) -0xea80| db 79 b5 39| .y.9| timestamp: 968194523 (s) 0xea8c-0xea90 (4) +0xea80| db 79 b5 39| .y.9| timestamp: 968194523 (2020-09-04T22:55:23Z) 0xea8c-0xea90 (4) 0xea90|7c 10 05 00 ||... | distance: 3319 (331900) (m) 0xea90-0xea94 (4) 0xea90| e8 03 | .. | speed: 1 (1000) (m/s) 0xea94-0xea96 (2) 0xea90| f5 | . | heart_rate: 245 (bpm) 0xea96-0xea97 (1) @@ -54313,7 +54313,7 @@ $ fq -d fit dv activity_dev.fit 0xea90| 00 | . | reserved: false 0xea9d.3-0xea9d.4 (0.1) 0xea90| 00 | . | local_message_type: 0 0xea9d.4-0xea9e (0.4) | | | data_message{}: 0xea9e-0xeaaf (17) -0xea90| dc 79| .y| timestamp: 968194524 (s) 0xea9e-0xeaa2 (4) +0xea90| dc 79| .y| timestamp: 968194524 (2020-09-04T22:55:24Z) 0xea9e-0xeaa2 (4) 0xeaa0|b5 39 |.9 | 0xeaa0| e0 10 05 00 | .... | distance: 3320 (332000) (m) 0xeaa2-0xeaa6 (4) 0xeaa0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeaa6-0xeaa8 (2) @@ -54330,7 +54330,7 @@ $ fq -d fit dv activity_dev.fit 0xeaa0| 00| .| reserved: false 0xeaaf.3-0xeaaf.4 (0.1) 0xeaa0| 00| .| local_message_type: 0 0xeaaf.4-0xeab0 (0.4) | | | data_message{}: 0xeab0-0xeac1 (17) -0xeab0|dd 79 b5 39 |.y.9 | timestamp: 968194525 (s) 0xeab0-0xeab4 (4) +0xeab0|dd 79 b5 39 |.y.9 | timestamp: 968194525 (2020-09-04T22:55:25Z) 0xeab0-0xeab4 (4) 0xeab0| 44 11 05 00 | D... | distance: 3321 (332100) (m) 0xeab4-0xeab8 (4) 0xeab0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeab8-0xeaba (2) 0xeab0| fa | . | heart_rate: 250 (bpm) 0xeaba-0xeabb (1) @@ -54346,7 +54346,7 @@ $ fq -d fit dv activity_dev.fit 0xeac0| 00 | . | reserved: false 0xeac1.3-0xeac1.4 (0.1) 0xeac0| 00 | . | local_message_type: 0 0xeac1.4-0xeac2 (0.4) | | | data_message{}: 0xeac2-0xead3 (17) -0xeac0| de 79 b5 39 | .y.9 | timestamp: 968194526 (s) 0xeac2-0xeac6 (4) +0xeac0| de 79 b5 39 | .y.9 | timestamp: 968194526 (2020-09-04T22:55:26Z) 0xeac2-0xeac6 (4) 0xeac0| a8 11 05 00 | .... | distance: 3322 (332200) (m) 0xeac6-0xeaca (4) 0xeac0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeaca-0xeacc (2) 0xeac0| fb | . | heart_rate: 251 (bpm) 0xeacc-0xeacd (1) @@ -54362,7 +54362,7 @@ $ fq -d fit dv activity_dev.fit 0xead0| 00 | . | reserved: false 0xead3.3-0xead3.4 (0.1) 0xead0| 00 | . | local_message_type: 0 0xead3.4-0xead4 (0.4) | | | data_message{}: 0xead4-0xeae5 (17) -0xead0| df 79 b5 39 | .y.9 | timestamp: 968194527 (s) 0xead4-0xead8 (4) +0xead0| df 79 b5 39 | .y.9 | timestamp: 968194527 (2020-09-04T22:55:27Z) 0xead4-0xead8 (4) 0xead0| 0c 12 05 00 | .... | distance: 3323 (332300) (m) 0xead8-0xeadc (4) 0xead0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeadc-0xeade (2) 0xead0| fc | . | heart_rate: 252 (bpm) 0xeade-0xeadf (1) @@ -54378,7 +54378,7 @@ $ fq -d fit dv activity_dev.fit 0xeae0| 00 | . | reserved: false 0xeae5.3-0xeae5.4 (0.1) 0xeae0| 00 | . | local_message_type: 0 0xeae5.4-0xeae6 (0.4) | | | data_message{}: 0xeae6-0xeaf7 (17) -0xeae0| e0 79 b5 39 | .y.9 | timestamp: 968194528 (s) 0xeae6-0xeaea (4) +0xeae0| e0 79 b5 39 | .y.9 | timestamp: 968194528 (2020-09-04T22:55:28Z) 0xeae6-0xeaea (4) 0xeae0| 70 12 05 00 | p... | distance: 3324 (332400) (m) 0xeaea-0xeaee (4) 0xeae0| e8 03| ..| speed: 1 (1000) (m/s) 0xeaee-0xeaf0 (2) 0xeaf0|fd |. | heart_rate: 253 (bpm) 0xeaf0-0xeaf1 (1) @@ -54394,7 +54394,7 @@ $ fq -d fit dv activity_dev.fit 0xeaf0| 00 | . | reserved: false 0xeaf7.3-0xeaf7.4 (0.1) 0xeaf0| 00 | . | local_message_type: 0 0xeaf7.4-0xeaf8 (0.4) | | | data_message{}: 0xeaf8-0xeb09 (17) -0xeaf0| e1 79 b5 39 | .y.9 | timestamp: 968194529 (s) 0xeaf8-0xeafc (4) +0xeaf0| e1 79 b5 39 | .y.9 | timestamp: 968194529 (2020-09-04T22:55:29Z) 0xeaf8-0xeafc (4) 0xeaf0| d4 12 05 00| ....| distance: 3325 (332500) (m) 0xeafc-0xeb00 (4) 0xeb00|e8 03 |.. | speed: 1 (1000) (m/s) 0xeb00-0xeb02 (2) 0xeb00| fe | . | heart_rate: 254 (bpm) 0xeb02-0xeb03 (1) @@ -54410,7 +54410,7 @@ $ fq -d fit dv activity_dev.fit 0xeb00| 00 | . | reserved: false 0xeb09.3-0xeb09.4 (0.1) 0xeb00| 00 | . | local_message_type: 0 0xeb09.4-0xeb0a (0.4) | | | data_message{}: 0xeb0a-0xeb1b (17) -0xeb00| e2 79 b5 39 | .y.9 | timestamp: 968194530 (s) 0xeb0a-0xeb0e (4) +0xeb00| e2 79 b5 39 | .y.9 | timestamp: 968194530 (2020-09-04T22:55:30Z) 0xeb0a-0xeb0e (4) 0xeb00| 38 13| 8.| distance: 3326 (332600) (m) 0xeb0e-0xeb12 (4) 0xeb10|05 00 |.. | 0xeb10| e8 03 | .. | speed: 1 (1000) (m/s) 0xeb12-0xeb14 (2) @@ -54427,7 +54427,7 @@ $ fq -d fit dv activity_dev.fit 0xeb10| 00 | . | reserved: false 0xeb1b.3-0xeb1b.4 (0.1) 0xeb10| 00 | . | local_message_type: 0 0xeb1b.4-0xeb1c (0.4) | | | data_message{}: 0xeb1c-0xeb2d (17) -0xeb10| e3 79 b5 39| .y.9| timestamp: 968194531 (s) 0xeb1c-0xeb20 (4) +0xeb10| e3 79 b5 39| .y.9| timestamp: 968194531 (2020-09-04T22:55:31Z) 0xeb1c-0xeb20 (4) 0xeb20|9c 13 05 00 |.... | distance: 3327 (332700) (m) 0xeb20-0xeb24 (4) 0xeb20| e8 03 | .. | speed: 1 (1000) (m/s) 0xeb24-0xeb26 (2) 0xeb20| fc | . | heart_rate: 252 (bpm) 0xeb26-0xeb27 (1) @@ -54443,7 +54443,7 @@ $ fq -d fit dv activity_dev.fit 0xeb20| 00 | . | reserved: false 0xeb2d.3-0xeb2d.4 (0.1) 0xeb20| 00 | . | local_message_type: 0 0xeb2d.4-0xeb2e (0.4) | | | data_message{}: 0xeb2e-0xeb3f (17) -0xeb20| e4 79| .y| timestamp: 968194532 (s) 0xeb2e-0xeb32 (4) +0xeb20| e4 79| .y| timestamp: 968194532 (2020-09-04T22:55:32Z) 0xeb2e-0xeb32 (4) 0xeb30|b5 39 |.9 | 0xeb30| 00 14 05 00 | .... | distance: 3328 (332800) (m) 0xeb32-0xeb36 (4) 0xeb30| e8 03 | .. | speed: 1 (1000) (m/s) 0xeb36-0xeb38 (2) @@ -54460,7 +54460,7 @@ $ fq -d fit dv activity_dev.fit 0xeb30| 00| .| reserved: false 0xeb3f.3-0xeb3f.4 (0.1) 0xeb30| 00| .| local_message_type: 0 0xeb3f.4-0xeb40 (0.4) | | | data_message{}: 0xeb40-0xeb51 (17) -0xeb40|e5 79 b5 39 |.y.9 | timestamp: 968194533 (s) 0xeb40-0xeb44 (4) +0xeb40|e5 79 b5 39 |.y.9 | timestamp: 968194533 (2020-09-04T22:55:33Z) 0xeb40-0xeb44 (4) 0xeb40| 64 14 05 00 | d... | distance: 3329 (332900) (m) 0xeb44-0xeb48 (4) 0xeb40| e8 03 | .. | speed: 1 (1000) (m/s) 0xeb48-0xeb4a (2) 0xeb40| fa | . | heart_rate: 250 (bpm) 0xeb4a-0xeb4b (1) @@ -54476,7 +54476,7 @@ $ fq -d fit dv activity_dev.fit 0xeb50| 00 | . | reserved: false 0xeb51.3-0xeb51.4 (0.1) 0xeb50| 00 | . | local_message_type: 0 0xeb51.4-0xeb52 (0.4) | | | data_message{}: 0xeb52-0xeb63 (17) -0xeb50| e6 79 b5 39 | .y.9 | timestamp: 968194534 (s) 0xeb52-0xeb56 (4) +0xeb50| e6 79 b5 39 | .y.9 | timestamp: 968194534 (2020-09-04T22:55:34Z) 0xeb52-0xeb56 (4) 0xeb50| c8 14 05 00 | .... | distance: 3330 (333000) (m) 0xeb56-0xeb5a (4) 0xeb50| e8 03 | .. | speed: 1 (1000) (m/s) 0xeb5a-0xeb5c (2) 0xeb50| f7 | . | heart_rate: 247 (bpm) 0xeb5c-0xeb5d (1) @@ -54492,7 +54492,7 @@ $ fq -d fit dv activity_dev.fit 0xeb60| 00 | . | reserved: false 0xeb63.3-0xeb63.4 (0.1) 0xeb60| 00 | . | local_message_type: 0 0xeb63.4-0xeb64 (0.4) | | | data_message{}: 0xeb64-0xeb75 (17) -0xeb60| e7 79 b5 39 | .y.9 | timestamp: 968194535 (s) 0xeb64-0xeb68 (4) +0xeb60| e7 79 b5 39 | .y.9 | timestamp: 968194535 (2020-09-04T22:55:35Z) 0xeb64-0xeb68 (4) 0xeb60| 2c 15 05 00 | ,... | distance: 3331 (333100) (m) 0xeb68-0xeb6c (4) 0xeb60| e8 03 | .. | speed: 1 (1000) (m/s) 0xeb6c-0xeb6e (2) 0xeb60| f5 | . | heart_rate: 245 (bpm) 0xeb6e-0xeb6f (1) @@ -54508,7 +54508,7 @@ $ fq -d fit dv activity_dev.fit 0xeb70| 00 | . | reserved: false 0xeb75.3-0xeb75.4 (0.1) 0xeb70| 00 | . | local_message_type: 0 0xeb75.4-0xeb76 (0.4) | | | data_message{}: 0xeb76-0xeb87 (17) -0xeb70| e8 79 b5 39 | .y.9 | timestamp: 968194536 (s) 0xeb76-0xeb7a (4) +0xeb70| e8 79 b5 39 | .y.9 | timestamp: 968194536 (2020-09-04T22:55:36Z) 0xeb76-0xeb7a (4) 0xeb70| 90 15 05 00 | .... | distance: 3332 (333200) (m) 0xeb7a-0xeb7e (4) 0xeb70| e8 03| ..| speed: 1 (1000) (m/s) 0xeb7e-0xeb80 (2) 0xeb80|f1 |. | heart_rate: 241 (bpm) 0xeb80-0xeb81 (1) @@ -54524,7 +54524,7 @@ $ fq -d fit dv activity_dev.fit 0xeb80| 00 | . | reserved: false 0xeb87.3-0xeb87.4 (0.1) 0xeb80| 00 | . | local_message_type: 0 0xeb87.4-0xeb88 (0.4) | | | data_message{}: 0xeb88-0xeb99 (17) -0xeb80| e9 79 b5 39 | .y.9 | timestamp: 968194537 (s) 0xeb88-0xeb8c (4) +0xeb80| e9 79 b5 39 | .y.9 | timestamp: 968194537 (2020-09-04T22:55:37Z) 0xeb88-0xeb8c (4) 0xeb80| f4 15 05 00| ....| distance: 3333 (333300) (m) 0xeb8c-0xeb90 (4) 0xeb90|e8 03 |.. | speed: 1 (1000) (m/s) 0xeb90-0xeb92 (2) 0xeb90| ee | . | heart_rate: 238 (bpm) 0xeb92-0xeb93 (1) @@ -54540,7 +54540,7 @@ $ fq -d fit dv activity_dev.fit 0xeb90| 00 | . | reserved: false 0xeb99.3-0xeb99.4 (0.1) 0xeb90| 00 | . | local_message_type: 0 0xeb99.4-0xeb9a (0.4) | | | data_message{}: 0xeb9a-0xebab (17) -0xeb90| ea 79 b5 39 | .y.9 | timestamp: 968194538 (s) 0xeb9a-0xeb9e (4) +0xeb90| ea 79 b5 39 | .y.9 | timestamp: 968194538 (2020-09-04T22:55:38Z) 0xeb9a-0xeb9e (4) 0xeb90| 58 16| X.| distance: 3334 (333400) (m) 0xeb9e-0xeba2 (4) 0xeba0|05 00 |.. | 0xeba0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeba2-0xeba4 (2) @@ -54557,7 +54557,7 @@ $ fq -d fit dv activity_dev.fit 0xeba0| 00 | . | reserved: false 0xebab.3-0xebab.4 (0.1) 0xeba0| 00 | . | local_message_type: 0 0xebab.4-0xebac (0.4) | | | data_message{}: 0xebac-0xebbd (17) -0xeba0| eb 79 b5 39| .y.9| timestamp: 968194539 (s) 0xebac-0xebb0 (4) +0xeba0| eb 79 b5 39| .y.9| timestamp: 968194539 (2020-09-04T22:55:39Z) 0xebac-0xebb0 (4) 0xebb0|bc 16 05 00 |.... | distance: 3335 (333500) (m) 0xebb0-0xebb4 (4) 0xebb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xebb4-0xebb6 (2) 0xebb0| e5 | . | heart_rate: 229 (bpm) 0xebb6-0xebb7 (1) @@ -54573,7 +54573,7 @@ $ fq -d fit dv activity_dev.fit 0xebb0| 00 | . | reserved: false 0xebbd.3-0xebbd.4 (0.1) 0xebb0| 00 | . | local_message_type: 0 0xebbd.4-0xebbe (0.4) | | | data_message{}: 0xebbe-0xebcf (17) -0xebb0| ec 79| .y| timestamp: 968194540 (s) 0xebbe-0xebc2 (4) +0xebb0| ec 79| .y| timestamp: 968194540 (2020-09-04T22:55:40Z) 0xebbe-0xebc2 (4) 0xebc0|b5 39 |.9 | 0xebc0| 20 17 05 00 | ... | distance: 3336 (333600) (m) 0xebc2-0xebc6 (4) 0xebc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xebc6-0xebc8 (2) @@ -54590,7 +54590,7 @@ $ fq -d fit dv activity_dev.fit 0xebc0| 00| .| reserved: false 0xebcf.3-0xebcf.4 (0.1) 0xebc0| 00| .| local_message_type: 0 0xebcf.4-0xebd0 (0.4) | | | data_message{}: 0xebd0-0xebe1 (17) -0xebd0|ed 79 b5 39 |.y.9 | timestamp: 968194541 (s) 0xebd0-0xebd4 (4) +0xebd0|ed 79 b5 39 |.y.9 | timestamp: 968194541 (2020-09-04T22:55:41Z) 0xebd0-0xebd4 (4) 0xebd0| 84 17 05 00 | .... | distance: 3337 (333700) (m) 0xebd4-0xebd8 (4) 0xebd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xebd8-0xebda (2) 0xebd0| db | . | heart_rate: 219 (bpm) 0xebda-0xebdb (1) @@ -54606,7 +54606,7 @@ $ fq -d fit dv activity_dev.fit 0xebe0| 00 | . | reserved: false 0xebe1.3-0xebe1.4 (0.1) 0xebe0| 00 | . | local_message_type: 0 0xebe1.4-0xebe2 (0.4) | | | data_message{}: 0xebe2-0xebf3 (17) -0xebe0| ee 79 b5 39 | .y.9 | timestamp: 968194542 (s) 0xebe2-0xebe6 (4) +0xebe0| ee 79 b5 39 | .y.9 | timestamp: 968194542 (2020-09-04T22:55:42Z) 0xebe2-0xebe6 (4) 0xebe0| e8 17 05 00 | .... | distance: 3338 (333800) (m) 0xebe6-0xebea (4) 0xebe0| e8 03 | .. | speed: 1 (1000) (m/s) 0xebea-0xebec (2) 0xebe0| d5 | . | heart_rate: 213 (bpm) 0xebec-0xebed (1) @@ -54622,7 +54622,7 @@ $ fq -d fit dv activity_dev.fit 0xebf0| 00 | . | reserved: false 0xebf3.3-0xebf3.4 (0.1) 0xebf0| 00 | . | local_message_type: 0 0xebf3.4-0xebf4 (0.4) | | | data_message{}: 0xebf4-0xec05 (17) -0xebf0| ef 79 b5 39 | .y.9 | timestamp: 968194543 (s) 0xebf4-0xebf8 (4) +0xebf0| ef 79 b5 39 | .y.9 | timestamp: 968194543 (2020-09-04T22:55:43Z) 0xebf4-0xebf8 (4) 0xebf0| 4c 18 05 00 | L... | distance: 3339 (333900) (m) 0xebf8-0xebfc (4) 0xebf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xebfc-0xebfe (2) 0xebf0| cf | . | heart_rate: 207 (bpm) 0xebfe-0xebff (1) @@ -54638,7 +54638,7 @@ $ fq -d fit dv activity_dev.fit 0xec00| 00 | . | reserved: false 0xec05.3-0xec05.4 (0.1) 0xec00| 00 | . | local_message_type: 0 0xec05.4-0xec06 (0.4) | | | data_message{}: 0xec06-0xec17 (17) -0xec00| f0 79 b5 39 | .y.9 | timestamp: 968194544 (s) 0xec06-0xec0a (4) +0xec00| f0 79 b5 39 | .y.9 | timestamp: 968194544 (2020-09-04T22:55:44Z) 0xec06-0xec0a (4) 0xec00| b0 18 05 00 | .... | distance: 3340 (334000) (m) 0xec0a-0xec0e (4) 0xec00| e8 03| ..| speed: 1 (1000) (m/s) 0xec0e-0xec10 (2) 0xec10|c9 |. | heart_rate: 201 (bpm) 0xec10-0xec11 (1) @@ -54654,7 +54654,7 @@ $ fq -d fit dv activity_dev.fit 0xec10| 00 | . | reserved: false 0xec17.3-0xec17.4 (0.1) 0xec10| 00 | . | local_message_type: 0 0xec17.4-0xec18 (0.4) | | | data_message{}: 0xec18-0xec29 (17) -0xec10| f1 79 b5 39 | .y.9 | timestamp: 968194545 (s) 0xec18-0xec1c (4) +0xec10| f1 79 b5 39 | .y.9 | timestamp: 968194545 (2020-09-04T22:55:45Z) 0xec18-0xec1c (4) 0xec10| 14 19 05 00| ....| distance: 3341 (334100) (m) 0xec1c-0xec20 (4) 0xec20|e8 03 |.. | speed: 1 (1000) (m/s) 0xec20-0xec22 (2) 0xec20| c3 | . | heart_rate: 195 (bpm) 0xec22-0xec23 (1) @@ -54670,7 +54670,7 @@ $ fq -d fit dv activity_dev.fit 0xec20| 00 | . | reserved: false 0xec29.3-0xec29.4 (0.1) 0xec20| 00 | . | local_message_type: 0 0xec29.4-0xec2a (0.4) | | | data_message{}: 0xec2a-0xec3b (17) -0xec20| f2 79 b5 39 | .y.9 | timestamp: 968194546 (s) 0xec2a-0xec2e (4) +0xec20| f2 79 b5 39 | .y.9 | timestamp: 968194546 (2020-09-04T22:55:46Z) 0xec2a-0xec2e (4) 0xec20| 78 19| x.| distance: 3342 (334200) (m) 0xec2e-0xec32 (4) 0xec30|05 00 |.. | 0xec30| e8 03 | .. | speed: 1 (1000) (m/s) 0xec32-0xec34 (2) @@ -54687,7 +54687,7 @@ $ fq -d fit dv activity_dev.fit 0xec30| 00 | . | reserved: false 0xec3b.3-0xec3b.4 (0.1) 0xec30| 00 | . | local_message_type: 0 0xec3b.4-0xec3c (0.4) | | | data_message{}: 0xec3c-0xec4d (17) -0xec30| f3 79 b5 39| .y.9| timestamp: 968194547 (s) 0xec3c-0xec40 (4) +0xec30| f3 79 b5 39| .y.9| timestamp: 968194547 (2020-09-04T22:55:47Z) 0xec3c-0xec40 (4) 0xec40|dc 19 05 00 |.... | distance: 3343 (334300) (m) 0xec40-0xec44 (4) 0xec40| e8 03 | .. | speed: 1 (1000) (m/s) 0xec44-0xec46 (2) 0xec40| b5 | . | heart_rate: 181 (bpm) 0xec46-0xec47 (1) @@ -54703,7 +54703,7 @@ $ fq -d fit dv activity_dev.fit 0xec40| 00 | . | reserved: false 0xec4d.3-0xec4d.4 (0.1) 0xec40| 00 | . | local_message_type: 0 0xec4d.4-0xec4e (0.4) | | | data_message{}: 0xec4e-0xec5f (17) -0xec40| f4 79| .y| timestamp: 968194548 (s) 0xec4e-0xec52 (4) +0xec40| f4 79| .y| timestamp: 968194548 (2020-09-04T22:55:48Z) 0xec4e-0xec52 (4) 0xec50|b5 39 |.9 | 0xec50| 40 1a 05 00 | @... | distance: 3344 (334400) (m) 0xec52-0xec56 (4) 0xec50| e8 03 | .. | speed: 1 (1000) (m/s) 0xec56-0xec58 (2) @@ -54720,7 +54720,7 @@ $ fq -d fit dv activity_dev.fit 0xec50| 00| .| reserved: false 0xec5f.3-0xec5f.4 (0.1) 0xec50| 00| .| local_message_type: 0 0xec5f.4-0xec60 (0.4) | | | data_message{}: 0xec60-0xec71 (17) -0xec60|f5 79 b5 39 |.y.9 | timestamp: 968194549 (s) 0xec60-0xec64 (4) +0xec60|f5 79 b5 39 |.y.9 | timestamp: 968194549 (2020-09-04T22:55:49Z) 0xec60-0xec64 (4) 0xec60| a4 1a 05 00 | .... | distance: 3345 (334500) (m) 0xec64-0xec68 (4) 0xec60| e8 03 | .. | speed: 1 (1000) (m/s) 0xec68-0xec6a (2) 0xec60| a6 | . | heart_rate: 166 (bpm) 0xec6a-0xec6b (1) @@ -54736,7 +54736,7 @@ $ fq -d fit dv activity_dev.fit 0xec70| 00 | . | reserved: false 0xec71.3-0xec71.4 (0.1) 0xec70| 00 | . | local_message_type: 0 0xec71.4-0xec72 (0.4) | | | data_message{}: 0xec72-0xec83 (17) -0xec70| f6 79 b5 39 | .y.9 | timestamp: 968194550 (s) 0xec72-0xec76 (4) +0xec70| f6 79 b5 39 | .y.9 | timestamp: 968194550 (2020-09-04T22:55:50Z) 0xec72-0xec76 (4) 0xec70| 08 1b 05 00 | .... | distance: 3346 (334600) (m) 0xec76-0xec7a (4) 0xec70| e8 03 | .. | speed: 1 (1000) (m/s) 0xec7a-0xec7c (2) 0xec70| 9e | . | heart_rate: 158 (bpm) 0xec7c-0xec7d (1) @@ -54752,7 +54752,7 @@ $ fq -d fit dv activity_dev.fit 0xec80| 00 | . | reserved: false 0xec83.3-0xec83.4 (0.1) 0xec80| 00 | . | local_message_type: 0 0xec83.4-0xec84 (0.4) | | | data_message{}: 0xec84-0xec95 (17) -0xec80| f7 79 b5 39 | .y.9 | timestamp: 968194551 (s) 0xec84-0xec88 (4) +0xec80| f7 79 b5 39 | .y.9 | timestamp: 968194551 (2020-09-04T22:55:51Z) 0xec84-0xec88 (4) 0xec80| 6c 1b 05 00 | l... | distance: 3347 (334700) (m) 0xec88-0xec8c (4) 0xec80| e8 03 | .. | speed: 1 (1000) (m/s) 0xec8c-0xec8e (2) 0xec80| 96 | . | heart_rate: 150 (bpm) 0xec8e-0xec8f (1) @@ -54768,7 +54768,7 @@ $ fq -d fit dv activity_dev.fit 0xec90| 00 | . | reserved: false 0xec95.3-0xec95.4 (0.1) 0xec90| 00 | . | local_message_type: 0 0xec95.4-0xec96 (0.4) | | | data_message{}: 0xec96-0xeca7 (17) -0xec90| f8 79 b5 39 | .y.9 | timestamp: 968194552 (s) 0xec96-0xec9a (4) +0xec90| f8 79 b5 39 | .y.9 | timestamp: 968194552 (2020-09-04T22:55:52Z) 0xec96-0xec9a (4) 0xec90| d0 1b 05 00 | .... | distance: 3348 (334800) (m) 0xec9a-0xec9e (4) 0xec90| e8 03| ..| speed: 1 (1000) (m/s) 0xec9e-0xeca0 (2) 0xeca0|8e |. | heart_rate: 142 (bpm) 0xeca0-0xeca1 (1) @@ -54784,7 +54784,7 @@ $ fq -d fit dv activity_dev.fit 0xeca0| 00 | . | reserved: false 0xeca7.3-0xeca7.4 (0.1) 0xeca0| 00 | . | local_message_type: 0 0xeca7.4-0xeca8 (0.4) | | | data_message{}: 0xeca8-0xecb9 (17) -0xeca0| f9 79 b5 39 | .y.9 | timestamp: 968194553 (s) 0xeca8-0xecac (4) +0xeca0| f9 79 b5 39 | .y.9 | timestamp: 968194553 (2020-09-04T22:55:53Z) 0xeca8-0xecac (4) 0xeca0| 34 1c 05 00| 4...| distance: 3349 (334900) (m) 0xecac-0xecb0 (4) 0xecb0|e8 03 |.. | speed: 1 (1000) (m/s) 0xecb0-0xecb2 (2) 0xecb0| 86 | . | heart_rate: 134 (bpm) 0xecb2-0xecb3 (1) @@ -54800,7 +54800,7 @@ $ fq -d fit dv activity_dev.fit 0xecb0| 00 | . | reserved: false 0xecb9.3-0xecb9.4 (0.1) 0xecb0| 00 | . | local_message_type: 0 0xecb9.4-0xecba (0.4) | | | data_message{}: 0xecba-0xeccb (17) -0xecb0| fa 79 b5 39 | .y.9 | timestamp: 968194554 (s) 0xecba-0xecbe (4) +0xecb0| fa 79 b5 39 | .y.9 | timestamp: 968194554 (2020-09-04T22:55:54Z) 0xecba-0xecbe (4) 0xecb0| 98 1c| ..| distance: 3350 (335000) (m) 0xecbe-0xecc2 (4) 0xecc0|05 00 |.. | 0xecc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xecc2-0xecc4 (2) @@ -54817,7 +54817,7 @@ $ fq -d fit dv activity_dev.fit 0xecc0| 00 | . | reserved: false 0xeccb.3-0xeccb.4 (0.1) 0xecc0| 00 | . | local_message_type: 0 0xeccb.4-0xeccc (0.4) | | | data_message{}: 0xeccc-0xecdd (17) -0xecc0| fb 79 b5 39| .y.9| timestamp: 968194555 (s) 0xeccc-0xecd0 (4) +0xecc0| fb 79 b5 39| .y.9| timestamp: 968194555 (2020-09-04T22:55:55Z) 0xeccc-0xecd0 (4) 0xecd0|fc 1c 05 00 |.... | distance: 3351 (335100) (m) 0xecd0-0xecd4 (4) 0xecd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xecd4-0xecd6 (2) 0xecd0| 77 | w | heart_rate: 119 (bpm) 0xecd6-0xecd7 (1) @@ -54833,7 +54833,7 @@ $ fq -d fit dv activity_dev.fit 0xecd0| 00 | . | reserved: false 0xecdd.3-0xecdd.4 (0.1) 0xecd0| 00 | . | local_message_type: 0 0xecdd.4-0xecde (0.4) | | | data_message{}: 0xecde-0xecef (17) -0xecd0| fc 79| .y| timestamp: 968194556 (s) 0xecde-0xece2 (4) +0xecd0| fc 79| .y| timestamp: 968194556 (2020-09-04T22:55:56Z) 0xecde-0xece2 (4) 0xece0|b5 39 |.9 | 0xece0| 60 1d 05 00 | `... | distance: 3352 (335200) (m) 0xece2-0xece6 (4) 0xece0| e8 03 | .. | speed: 1 (1000) (m/s) 0xece6-0xece8 (2) @@ -54850,7 +54850,7 @@ $ fq -d fit dv activity_dev.fit 0xece0| 00| .| reserved: false 0xecef.3-0xecef.4 (0.1) 0xece0| 00| .| local_message_type: 0 0xecef.4-0xecf0 (0.4) | | | data_message{}: 0xecf0-0xed01 (17) -0xecf0|fd 79 b5 39 |.y.9 | timestamp: 968194557 (s) 0xecf0-0xecf4 (4) +0xecf0|fd 79 b5 39 |.y.9 | timestamp: 968194557 (2020-09-04T22:55:57Z) 0xecf0-0xecf4 (4) 0xecf0| c4 1d 05 00 | .... | distance: 3353 (335300) (m) 0xecf4-0xecf8 (4) 0xecf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xecf8-0xecfa (2) 0xecf0| 67 | g | heart_rate: 103 (bpm) 0xecfa-0xecfb (1) @@ -54866,7 +54866,7 @@ $ fq -d fit dv activity_dev.fit 0xed00| 00 | . | reserved: false 0xed01.3-0xed01.4 (0.1) 0xed00| 00 | . | local_message_type: 0 0xed01.4-0xed02 (0.4) | | | data_message{}: 0xed02-0xed13 (17) -0xed00| fe 79 b5 39 | .y.9 | timestamp: 968194558 (s) 0xed02-0xed06 (4) +0xed00| fe 79 b5 39 | .y.9 | timestamp: 968194558 (2020-09-04T22:55:58Z) 0xed02-0xed06 (4) 0xed00| 28 1e 05 00 | (... | distance: 3354 (335400) (m) 0xed06-0xed0a (4) 0xed00| e8 03 | .. | speed: 1 (1000) (m/s) 0xed0a-0xed0c (2) 0xed00| 5f | _ | heart_rate: 95 (bpm) 0xed0c-0xed0d (1) @@ -54882,7 +54882,7 @@ $ fq -d fit dv activity_dev.fit 0xed10| 00 | . | reserved: false 0xed13.3-0xed13.4 (0.1) 0xed10| 00 | . | local_message_type: 0 0xed13.4-0xed14 (0.4) | | | data_message{}: 0xed14-0xed25 (17) -0xed10| ff 79 b5 39 | .y.9 | timestamp: 968194559 (s) 0xed14-0xed18 (4) +0xed10| ff 79 b5 39 | .y.9 | timestamp: 968194559 (2020-09-04T22:55:59Z) 0xed14-0xed18 (4) 0xed10| 8c 1e 05 00 | .... | distance: 3355 (335500) (m) 0xed18-0xed1c (4) 0xed10| e8 03 | .. | speed: 1 (1000) (m/s) 0xed1c-0xed1e (2) 0xed10| 57 | W | heart_rate: 87 (bpm) 0xed1e-0xed1f (1) @@ -54898,7 +54898,7 @@ $ fq -d fit dv activity_dev.fit 0xed20| 00 | . | reserved: false 0xed25.3-0xed25.4 (0.1) 0xed20| 00 | . | local_message_type: 0 0xed25.4-0xed26 (0.4) | | | data_message{}: 0xed26-0xed37 (17) -0xed20| 00 7a b5 39 | .z.9 | timestamp: 968194560 (s) 0xed26-0xed2a (4) +0xed20| 00 7a b5 39 | .z.9 | timestamp: 968194560 (2020-09-04T22:56:00Z) 0xed26-0xed2a (4) 0xed20| f0 1e 05 00 | .... | distance: 3356 (335600) (m) 0xed2a-0xed2e (4) 0xed20| e8 03| ..| speed: 1 (1000) (m/s) 0xed2e-0xed30 (2) 0xed30|50 |P | heart_rate: 80 (bpm) 0xed30-0xed31 (1) @@ -54914,7 +54914,7 @@ $ fq -d fit dv activity_dev.fit 0xed30| 00 | . | reserved: false 0xed37.3-0xed37.4 (0.1) 0xed30| 00 | . | local_message_type: 0 0xed37.4-0xed38 (0.4) | | | data_message{}: 0xed38-0xed49 (17) -0xed30| 01 7a b5 39 | .z.9 | timestamp: 968194561 (s) 0xed38-0xed3c (4) +0xed30| 01 7a b5 39 | .z.9 | timestamp: 968194561 (2020-09-04T22:56:01Z) 0xed38-0xed3c (4) 0xed30| 54 1f 05 00| T...| distance: 3357 (335700) (m) 0xed3c-0xed40 (4) 0xed40|e8 03 |.. | speed: 1 (1000) (m/s) 0xed40-0xed42 (2) 0xed40| 48 | H | heart_rate: 72 (bpm) 0xed42-0xed43 (1) @@ -54930,7 +54930,7 @@ $ fq -d fit dv activity_dev.fit 0xed40| 00 | . | reserved: false 0xed49.3-0xed49.4 (0.1) 0xed40| 00 | . | local_message_type: 0 0xed49.4-0xed4a (0.4) | | | data_message{}: 0xed4a-0xed5b (17) -0xed40| 02 7a b5 39 | .z.9 | timestamp: 968194562 (s) 0xed4a-0xed4e (4) +0xed40| 02 7a b5 39 | .z.9 | timestamp: 968194562 (2020-09-04T22:56:02Z) 0xed4a-0xed4e (4) 0xed40| b8 1f| ..| distance: 3358 (335800) (m) 0xed4e-0xed52 (4) 0xed50|05 00 |.. | 0xed50| e8 03 | .. | speed: 1 (1000) (m/s) 0xed52-0xed54 (2) @@ -54947,7 +54947,7 @@ $ fq -d fit dv activity_dev.fit 0xed50| 00 | . | reserved: false 0xed5b.3-0xed5b.4 (0.1) 0xed50| 00 | . | local_message_type: 0 0xed5b.4-0xed5c (0.4) | | | data_message{}: 0xed5c-0xed6d (17) -0xed50| 03 7a b5 39| .z.9| timestamp: 968194563 (s) 0xed5c-0xed60 (4) +0xed50| 03 7a b5 39| .z.9| timestamp: 968194563 (2020-09-04T22:56:03Z) 0xed5c-0xed60 (4) 0xed60|1c 20 05 00 |. .. | distance: 3359 (335900) (m) 0xed60-0xed64 (4) 0xed60| e8 03 | .. | speed: 1 (1000) (m/s) 0xed64-0xed66 (2) 0xed60| 3a | : | heart_rate: 58 (bpm) 0xed66-0xed67 (1) @@ -54963,7 +54963,7 @@ $ fq -d fit dv activity_dev.fit 0xed60| 00 | . | reserved: false 0xed6d.3-0xed6d.4 (0.1) 0xed60| 00 | . | local_message_type: 0 0xed6d.4-0xed6e (0.4) | | | data_message{}: 0xed6e-0xed7f (17) -0xed60| 04 7a| .z| timestamp: 968194564 (s) 0xed6e-0xed72 (4) +0xed60| 04 7a| .z| timestamp: 968194564 (2020-09-04T22:56:04Z) 0xed6e-0xed72 (4) 0xed70|b5 39 |.9 | 0xed70| 80 20 05 00 | . .. | distance: 3360 (336000) (m) 0xed72-0xed76 (4) 0xed70| e8 03 | .. | speed: 1 (1000) (m/s) 0xed76-0xed78 (2) @@ -54980,7 +54980,7 @@ $ fq -d fit dv activity_dev.fit 0xed70| 00| .| reserved: false 0xed7f.3-0xed7f.4 (0.1) 0xed70| 00| .| local_message_type: 0 0xed7f.4-0xed80 (0.4) | | | data_message{}: 0xed80-0xed91 (17) -0xed80|05 7a b5 39 |.z.9 | timestamp: 968194565 (s) 0xed80-0xed84 (4) +0xed80|05 7a b5 39 |.z.9 | timestamp: 968194565 (2020-09-04T22:56:05Z) 0xed80-0xed84 (4) 0xed80| e4 20 05 00 | . .. | distance: 3361 (336100) (m) 0xed84-0xed88 (4) 0xed80| e8 03 | .. | speed: 1 (1000) (m/s) 0xed88-0xed8a (2) 0xed80| 2e | . | heart_rate: 46 (bpm) 0xed8a-0xed8b (1) @@ -54996,7 +54996,7 @@ $ fq -d fit dv activity_dev.fit 0xed90| 00 | . | reserved: false 0xed91.3-0xed91.4 (0.1) 0xed90| 00 | . | local_message_type: 0 0xed91.4-0xed92 (0.4) | | | data_message{}: 0xed92-0xeda3 (17) -0xed90| 06 7a b5 39 | .z.9 | timestamp: 968194566 (s) 0xed92-0xed96 (4) +0xed90| 06 7a b5 39 | .z.9 | timestamp: 968194566 (2020-09-04T22:56:06Z) 0xed92-0xed96 (4) 0xed90| 48 21 05 00 | H!.. | distance: 3362 (336200) (m) 0xed96-0xed9a (4) 0xed90| e8 03 | .. | speed: 1 (1000) (m/s) 0xed9a-0xed9c (2) 0xed90| 28 | ( | heart_rate: 40 (bpm) 0xed9c-0xed9d (1) @@ -55012,7 +55012,7 @@ $ fq -d fit dv activity_dev.fit 0xeda0| 00 | . | reserved: false 0xeda3.3-0xeda3.4 (0.1) 0xeda0| 00 | . | local_message_type: 0 0xeda3.4-0xeda4 (0.4) | | | data_message{}: 0xeda4-0xedb5 (17) -0xeda0| 07 7a b5 39 | .z.9 | timestamp: 968194567 (s) 0xeda4-0xeda8 (4) +0xeda0| 07 7a b5 39 | .z.9 | timestamp: 968194567 (2020-09-04T22:56:07Z) 0xeda4-0xeda8 (4) 0xeda0| ac 21 05 00 | .!.. | distance: 3363 (336300) (m) 0xeda8-0xedac (4) 0xeda0| e8 03 | .. | speed: 1 (1000) (m/s) 0xedac-0xedae (2) 0xeda0| 22 | " | heart_rate: 34 (bpm) 0xedae-0xedaf (1) @@ -55028,7 +55028,7 @@ $ fq -d fit dv activity_dev.fit 0xedb0| 00 | . | reserved: false 0xedb5.3-0xedb5.4 (0.1) 0xedb0| 00 | . | local_message_type: 0 0xedb5.4-0xedb6 (0.4) | | | data_message{}: 0xedb6-0xedc7 (17) -0xedb0| 08 7a b5 39 | .z.9 | timestamp: 968194568 (s) 0xedb6-0xedba (4) +0xedb0| 08 7a b5 39 | .z.9 | timestamp: 968194568 (2020-09-04T22:56:08Z) 0xedb6-0xedba (4) 0xedb0| 10 22 05 00 | .".. | distance: 3364 (336400) (m) 0xedba-0xedbe (4) 0xedb0| e8 03| ..| speed: 1 (1000) (m/s) 0xedbe-0xedc0 (2) 0xedc0|1d |. | heart_rate: 29 (bpm) 0xedc0-0xedc1 (1) @@ -55044,7 +55044,7 @@ $ fq -d fit dv activity_dev.fit 0xedc0| 00 | . | reserved: false 0xedc7.3-0xedc7.4 (0.1) 0xedc0| 00 | . | local_message_type: 0 0xedc7.4-0xedc8 (0.4) | | | data_message{}: 0xedc8-0xedd9 (17) -0xedc0| 09 7a b5 39 | .z.9 | timestamp: 968194569 (s) 0xedc8-0xedcc (4) +0xedc0| 09 7a b5 39 | .z.9 | timestamp: 968194569 (2020-09-04T22:56:09Z) 0xedc8-0xedcc (4) 0xedc0| 74 22 05 00| t"..| distance: 3365 (336500) (m) 0xedcc-0xedd0 (4) 0xedd0|e8 03 |.. | speed: 1 (1000) (m/s) 0xedd0-0xedd2 (2) 0xedd0| 18 | . | heart_rate: 24 (bpm) 0xedd2-0xedd3 (1) @@ -55060,7 +55060,7 @@ $ fq -d fit dv activity_dev.fit 0xedd0| 00 | . | reserved: false 0xedd9.3-0xedd9.4 (0.1) 0xedd0| 00 | . | local_message_type: 0 0xedd9.4-0xedda (0.4) | | | data_message{}: 0xedda-0xedeb (17) -0xedd0| 0a 7a b5 39 | .z.9 | timestamp: 968194570 (s) 0xedda-0xedde (4) +0xedd0| 0a 7a b5 39 | .z.9 | timestamp: 968194570 (2020-09-04T22:56:10Z) 0xedda-0xedde (4) 0xedd0| d8 22| ."| distance: 3366 (336600) (m) 0xedde-0xede2 (4) 0xede0|05 00 |.. | 0xede0| e8 03 | .. | speed: 1 (1000) (m/s) 0xede2-0xede4 (2) @@ -55077,7 +55077,7 @@ $ fq -d fit dv activity_dev.fit 0xede0| 00 | . | reserved: false 0xedeb.3-0xedeb.4 (0.1) 0xede0| 00 | . | local_message_type: 0 0xedeb.4-0xedec (0.4) | | | data_message{}: 0xedec-0xedfd (17) -0xede0| 0b 7a b5 39| .z.9| timestamp: 968194571 (s) 0xedec-0xedf0 (4) +0xede0| 0b 7a b5 39| .z.9| timestamp: 968194571 (2020-09-04T22:56:11Z) 0xedec-0xedf0 (4) 0xedf0|3c 23 05 00 |<#.. | distance: 3367 (336700) (m) 0xedf0-0xedf4 (4) 0xedf0| e8 03 | .. | speed: 1 (1000) (m/s) 0xedf4-0xedf6 (2) 0xedf0| 0f | . | heart_rate: 15 (bpm) 0xedf6-0xedf7 (1) @@ -55093,7 +55093,7 @@ $ fq -d fit dv activity_dev.fit 0xedf0| 00 | . | reserved: false 0xedfd.3-0xedfd.4 (0.1) 0xedf0| 00 | . | local_message_type: 0 0xedfd.4-0xedfe (0.4) | | | data_message{}: 0xedfe-0xee0f (17) -0xedf0| 0c 7a| .z| timestamp: 968194572 (s) 0xedfe-0xee02 (4) +0xedf0| 0c 7a| .z| timestamp: 968194572 (2020-09-04T22:56:12Z) 0xedfe-0xee02 (4) 0xee00|b5 39 |.9 | 0xee00| a0 23 05 00 | .#.. | distance: 3368 (336800) (m) 0xee02-0xee06 (4) 0xee00| e8 03 | .. | speed: 1 (1000) (m/s) 0xee06-0xee08 (2) @@ -55110,7 +55110,7 @@ $ fq -d fit dv activity_dev.fit 0xee00| 00| .| reserved: false 0xee0f.3-0xee0f.4 (0.1) 0xee00| 00| .| local_message_type: 0 0xee0f.4-0xee10 (0.4) | | | data_message{}: 0xee10-0xee21 (17) -0xee10|0d 7a b5 39 |.z.9 | timestamp: 968194573 (s) 0xee10-0xee14 (4) +0xee10|0d 7a b5 39 |.z.9 | timestamp: 968194573 (2020-09-04T22:56:13Z) 0xee10-0xee14 (4) 0xee10| 04 24 05 00 | .$.. | distance: 3369 (336900) (m) 0xee14-0xee18 (4) 0xee10| e8 03 | .. | speed: 1 (1000) (m/s) 0xee18-0xee1a (2) 0xee10| 08 | . | heart_rate: 8 (bpm) 0xee1a-0xee1b (1) @@ -55126,7 +55126,7 @@ $ fq -d fit dv activity_dev.fit 0xee20| 00 | . | reserved: false 0xee21.3-0xee21.4 (0.1) 0xee20| 00 | . | local_message_type: 0 0xee21.4-0xee22 (0.4) | | | data_message{}: 0xee22-0xee33 (17) -0xee20| 0e 7a b5 39 | .z.9 | timestamp: 968194574 (s) 0xee22-0xee26 (4) +0xee20| 0e 7a b5 39 | .z.9 | timestamp: 968194574 (2020-09-04T22:56:14Z) 0xee22-0xee26 (4) 0xee20| 68 24 05 00 | h$.. | distance: 3370 (337000) (m) 0xee26-0xee2a (4) 0xee20| e8 03 | .. | speed: 1 (1000) (m/s) 0xee2a-0xee2c (2) 0xee20| 06 | . | heart_rate: 6 (bpm) 0xee2c-0xee2d (1) @@ -55142,7 +55142,7 @@ $ fq -d fit dv activity_dev.fit 0xee30| 00 | . | reserved: false 0xee33.3-0xee33.4 (0.1) 0xee30| 00 | . | local_message_type: 0 0xee33.4-0xee34 (0.4) | | | data_message{}: 0xee34-0xee45 (17) -0xee30| 0f 7a b5 39 | .z.9 | timestamp: 968194575 (s) 0xee34-0xee38 (4) +0xee30| 0f 7a b5 39 | .z.9 | timestamp: 968194575 (2020-09-04T22:56:15Z) 0xee34-0xee38 (4) 0xee30| cc 24 05 00 | .$.. | distance: 3371 (337100) (m) 0xee38-0xee3c (4) 0xee30| e8 03 | .. | speed: 1 (1000) (m/s) 0xee3c-0xee3e (2) 0xee30| 03 | . | heart_rate: 3 (bpm) 0xee3e-0xee3f (1) @@ -55158,7 +55158,7 @@ $ fq -d fit dv activity_dev.fit 0xee40| 00 | . | reserved: false 0xee45.3-0xee45.4 (0.1) 0xee40| 00 | . | local_message_type: 0 0xee45.4-0xee46 (0.4) | | | data_message{}: 0xee46-0xee57 (17) -0xee40| 10 7a b5 39 | .z.9 | timestamp: 968194576 (s) 0xee46-0xee4a (4) +0xee40| 10 7a b5 39 | .z.9 | timestamp: 968194576 (2020-09-04T22:56:16Z) 0xee46-0xee4a (4) 0xee40| 30 25 05 00 | 0%.. | distance: 3372 (337200) (m) 0xee4a-0xee4e (4) 0xee40| e8 03| ..| speed: 1 (1000) (m/s) 0xee4e-0xee50 (2) 0xee50|02 |. | heart_rate: 2 (bpm) 0xee50-0xee51 (1) @@ -55174,7 +55174,7 @@ $ fq -d fit dv activity_dev.fit 0xee50| 00 | . | reserved: false 0xee57.3-0xee57.4 (0.1) 0xee50| 00 | . | local_message_type: 0 0xee57.4-0xee58 (0.4) | | | data_message{}: 0xee58-0xee69 (17) -0xee50| 11 7a b5 39 | .z.9 | timestamp: 968194577 (s) 0xee58-0xee5c (4) +0xee50| 11 7a b5 39 | .z.9 | timestamp: 968194577 (2020-09-04T22:56:17Z) 0xee58-0xee5c (4) 0xee50| 94 25 05 00| .%..| distance: 3373 (337300) (m) 0xee5c-0xee60 (4) 0xee60|e8 03 |.. | speed: 1 (1000) (m/s) 0xee60-0xee62 (2) 0xee60| 01 | . | heart_rate: 1 (bpm) 0xee62-0xee63 (1) @@ -55190,7 +55190,7 @@ $ fq -d fit dv activity_dev.fit 0xee60| 00 | . | reserved: false 0xee69.3-0xee69.4 (0.1) 0xee60| 00 | . | local_message_type: 0 0xee69.4-0xee6a (0.4) | | | data_message{}: 0xee6a-0xee7b (17) -0xee60| 12 7a b5 39 | .z.9 | timestamp: 968194578 (s) 0xee6a-0xee6e (4) +0xee60| 12 7a b5 39 | .z.9 | timestamp: 968194578 (2020-09-04T22:56:18Z) 0xee6a-0xee6e (4) 0xee60| f8 25| .%| distance: 3374 (337400) (m) 0xee6e-0xee72 (4) 0xee70|05 00 |.. | 0xee70| e8 03 | .. | speed: 1 (1000) (m/s) 0xee72-0xee74 (2) @@ -55207,7 +55207,7 @@ $ fq -d fit dv activity_dev.fit 0xee70| 00 | . | reserved: false 0xee7b.3-0xee7b.4 (0.1) 0xee70| 00 | . | local_message_type: 0 0xee7b.4-0xee7c (0.4) | | | data_message{}: 0xee7c-0xee8d (17) -0xee70| 13 7a b5 39| .z.9| timestamp: 968194579 (s) 0xee7c-0xee80 (4) +0xee70| 13 7a b5 39| .z.9| timestamp: 968194579 (2020-09-04T22:56:19Z) 0xee7c-0xee80 (4) 0xee80|5c 26 05 00 |\&.. | distance: 3375 (337500) (m) 0xee80-0xee84 (4) 0xee80| e8 03 | .. | speed: 1 (1000) (m/s) 0xee84-0xee86 (2) 0xee80| 00 | . | heart_rate: 0 (bpm) 0xee86-0xee87 (1) @@ -55223,7 +55223,7 @@ $ fq -d fit dv activity_dev.fit 0xee80| 00 | . | reserved: false 0xee8d.3-0xee8d.4 (0.1) 0xee80| 00 | . | local_message_type: 0 0xee8d.4-0xee8e (0.4) | | | data_message{}: 0xee8e-0xee9f (17) -0xee80| 14 7a| .z| timestamp: 968194580 (s) 0xee8e-0xee92 (4) +0xee80| 14 7a| .z| timestamp: 968194580 (2020-09-04T22:56:20Z) 0xee8e-0xee92 (4) 0xee90|b5 39 |.9 | 0xee90| c0 26 05 00 | .&.. | distance: 3376 (337600) (m) 0xee92-0xee96 (4) 0xee90| e8 03 | .. | speed: 1 (1000) (m/s) 0xee96-0xee98 (2) @@ -55240,7 +55240,7 @@ $ fq -d fit dv activity_dev.fit 0xee90| 00| .| reserved: false 0xee9f.3-0xee9f.4 (0.1) 0xee90| 00| .| local_message_type: 0 0xee9f.4-0xeea0 (0.4) | | | data_message{}: 0xeea0-0xeeb1 (17) -0xeea0|15 7a b5 39 |.z.9 | timestamp: 968194581 (s) 0xeea0-0xeea4 (4) +0xeea0|15 7a b5 39 |.z.9 | timestamp: 968194581 (2020-09-04T22:56:21Z) 0xeea0-0xeea4 (4) 0xeea0| 24 27 05 00 | $'.. | distance: 3377 (337700) (m) 0xeea4-0xeea8 (4) 0xeea0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeea8-0xeeaa (2) 0xeea0| 01 | . | heart_rate: 1 (bpm) 0xeeaa-0xeeab (1) @@ -55256,7 +55256,7 @@ $ fq -d fit dv activity_dev.fit 0xeeb0| 00 | . | reserved: false 0xeeb1.3-0xeeb1.4 (0.1) 0xeeb0| 00 | . | local_message_type: 0 0xeeb1.4-0xeeb2 (0.4) | | | data_message{}: 0xeeb2-0xeec3 (17) -0xeeb0| 16 7a b5 39 | .z.9 | timestamp: 968194582 (s) 0xeeb2-0xeeb6 (4) +0xeeb0| 16 7a b5 39 | .z.9 | timestamp: 968194582 (2020-09-04T22:56:22Z) 0xeeb2-0xeeb6 (4) 0xeeb0| 88 27 05 00 | .'.. | distance: 3378 (337800) (m) 0xeeb6-0xeeba (4) 0xeeb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeeba-0xeebc (2) 0xeeb0| 02 | . | heart_rate: 2 (bpm) 0xeebc-0xeebd (1) @@ -55272,7 +55272,7 @@ $ fq -d fit dv activity_dev.fit 0xeec0| 00 | . | reserved: false 0xeec3.3-0xeec3.4 (0.1) 0xeec0| 00 | . | local_message_type: 0 0xeec3.4-0xeec4 (0.4) | | | data_message{}: 0xeec4-0xeed5 (17) -0xeec0| 17 7a b5 39 | .z.9 | timestamp: 968194583 (s) 0xeec4-0xeec8 (4) +0xeec0| 17 7a b5 39 | .z.9 | timestamp: 968194583 (2020-09-04T22:56:23Z) 0xeec4-0xeec8 (4) 0xeec0| ec 27 05 00 | .'.. | distance: 3379 (337900) (m) 0xeec8-0xeecc (4) 0xeec0| e8 03 | .. | speed: 1 (1000) (m/s) 0xeecc-0xeece (2) 0xeec0| 03 | . | heart_rate: 3 (bpm) 0xeece-0xeecf (1) @@ -55288,7 +55288,7 @@ $ fq -d fit dv activity_dev.fit 0xeed0| 00 | . | reserved: false 0xeed5.3-0xeed5.4 (0.1) 0xeed0| 00 | . | local_message_type: 0 0xeed5.4-0xeed6 (0.4) | | | data_message{}: 0xeed6-0xeee7 (17) -0xeed0| 18 7a b5 39 | .z.9 | timestamp: 968194584 (s) 0xeed6-0xeeda (4) +0xeed0| 18 7a b5 39 | .z.9 | timestamp: 968194584 (2020-09-04T22:56:24Z) 0xeed6-0xeeda (4) 0xeed0| 50 28 05 00 | P(.. | distance: 3380 (338000) (m) 0xeeda-0xeede (4) 0xeed0| e8 03| ..| speed: 1 (1000) (m/s) 0xeede-0xeee0 (2) 0xeee0|06 |. | heart_rate: 6 (bpm) 0xeee0-0xeee1 (1) @@ -55304,7 +55304,7 @@ $ fq -d fit dv activity_dev.fit 0xeee0| 00 | . | reserved: false 0xeee7.3-0xeee7.4 (0.1) 0xeee0| 00 | . | local_message_type: 0 0xeee7.4-0xeee8 (0.4) | | | data_message{}: 0xeee8-0xeef9 (17) -0xeee0| 19 7a b5 39 | .z.9 | timestamp: 968194585 (s) 0xeee8-0xeeec (4) +0xeee0| 19 7a b5 39 | .z.9 | timestamp: 968194585 (2020-09-04T22:56:25Z) 0xeee8-0xeeec (4) 0xeee0| b4 28 05 00| .(..| distance: 3381 (338100) (m) 0xeeec-0xeef0 (4) 0xeef0|e8 03 |.. | speed: 1 (1000) (m/s) 0xeef0-0xeef2 (2) 0xeef0| 08 | . | heart_rate: 8 (bpm) 0xeef2-0xeef3 (1) @@ -55320,7 +55320,7 @@ $ fq -d fit dv activity_dev.fit 0xeef0| 00 | . | reserved: false 0xeef9.3-0xeef9.4 (0.1) 0xeef0| 00 | . | local_message_type: 0 0xeef9.4-0xeefa (0.4) | | | data_message{}: 0xeefa-0xef0b (17) -0xeef0| 1a 7a b5 39 | .z.9 | timestamp: 968194586 (s) 0xeefa-0xeefe (4) +0xeef0| 1a 7a b5 39 | .z.9 | timestamp: 968194586 (2020-09-04T22:56:26Z) 0xeefa-0xeefe (4) 0xeef0| 18 29| .)| distance: 3382 (338200) (m) 0xeefe-0xef02 (4) 0xef00|05 00 |.. | 0xef00| e8 03 | .. | speed: 1 (1000) (m/s) 0xef02-0xef04 (2) @@ -55337,7 +55337,7 @@ $ fq -d fit dv activity_dev.fit 0xef00| 00 | . | reserved: false 0xef0b.3-0xef0b.4 (0.1) 0xef00| 00 | . | local_message_type: 0 0xef0b.4-0xef0c (0.4) | | | data_message{}: 0xef0c-0xef1d (17) -0xef00| 1b 7a b5 39| .z.9| timestamp: 968194587 (s) 0xef0c-0xef10 (4) +0xef00| 1b 7a b5 39| .z.9| timestamp: 968194587 (2020-09-04T22:56:27Z) 0xef0c-0xef10 (4) 0xef10|7c 29 05 00 ||).. | distance: 3383 (338300) (m) 0xef10-0xef14 (4) 0xef10| e8 03 | .. | speed: 1 (1000) (m/s) 0xef14-0xef16 (2) 0xef10| 0f | . | heart_rate: 15 (bpm) 0xef16-0xef17 (1) @@ -55353,7 +55353,7 @@ $ fq -d fit dv activity_dev.fit 0xef10| 00 | . | reserved: false 0xef1d.3-0xef1d.4 (0.1) 0xef10| 00 | . | local_message_type: 0 0xef1d.4-0xef1e (0.4) | | | data_message{}: 0xef1e-0xef2f (17) -0xef10| 1c 7a| .z| timestamp: 968194588 (s) 0xef1e-0xef22 (4) +0xef10| 1c 7a| .z| timestamp: 968194588 (2020-09-04T22:56:28Z) 0xef1e-0xef22 (4) 0xef20|b5 39 |.9 | 0xef20| e0 29 05 00 | .).. | distance: 3384 (338400) (m) 0xef22-0xef26 (4) 0xef20| e8 03 | .. | speed: 1 (1000) (m/s) 0xef26-0xef28 (2) @@ -55370,7 +55370,7 @@ $ fq -d fit dv activity_dev.fit 0xef20| 00| .| reserved: false 0xef2f.3-0xef2f.4 (0.1) 0xef20| 00| .| local_message_type: 0 0xef2f.4-0xef30 (0.4) | | | data_message{}: 0xef30-0xef41 (17) -0xef30|1d 7a b5 39 |.z.9 | timestamp: 968194589 (s) 0xef30-0xef34 (4) +0xef30|1d 7a b5 39 |.z.9 | timestamp: 968194589 (2020-09-04T22:56:29Z) 0xef30-0xef34 (4) 0xef30| 44 2a 05 00 | D*.. | distance: 3385 (338500) (m) 0xef34-0xef38 (4) 0xef30| e8 03 | .. | speed: 1 (1000) (m/s) 0xef38-0xef3a (2) 0xef30| 18 | . | heart_rate: 24 (bpm) 0xef3a-0xef3b (1) @@ -55386,7 +55386,7 @@ $ fq -d fit dv activity_dev.fit 0xef40| 00 | . | reserved: false 0xef41.3-0xef41.4 (0.1) 0xef40| 00 | . | local_message_type: 0 0xef41.4-0xef42 (0.4) | | | data_message{}: 0xef42-0xef53 (17) -0xef40| 1e 7a b5 39 | .z.9 | timestamp: 968194590 (s) 0xef42-0xef46 (4) +0xef40| 1e 7a b5 39 | .z.9 | timestamp: 968194590 (2020-09-04T22:56:30Z) 0xef42-0xef46 (4) 0xef40| a8 2a 05 00 | .*.. | distance: 3386 (338600) (m) 0xef46-0xef4a (4) 0xef40| e8 03 | .. | speed: 1 (1000) (m/s) 0xef4a-0xef4c (2) 0xef40| 1d | . | heart_rate: 29 (bpm) 0xef4c-0xef4d (1) @@ -55402,7 +55402,7 @@ $ fq -d fit dv activity_dev.fit 0xef50| 00 | . | reserved: false 0xef53.3-0xef53.4 (0.1) 0xef50| 00 | . | local_message_type: 0 0xef53.4-0xef54 (0.4) | | | data_message{}: 0xef54-0xef65 (17) -0xef50| 1f 7a b5 39 | .z.9 | timestamp: 968194591 (s) 0xef54-0xef58 (4) +0xef50| 1f 7a b5 39 | .z.9 | timestamp: 968194591 (2020-09-04T22:56:31Z) 0xef54-0xef58 (4) 0xef50| 0c 2b 05 00 | .+.. | distance: 3387 (338700) (m) 0xef58-0xef5c (4) 0xef50| e8 03 | .. | speed: 1 (1000) (m/s) 0xef5c-0xef5e (2) 0xef50| 22 | " | heart_rate: 34 (bpm) 0xef5e-0xef5f (1) @@ -55418,7 +55418,7 @@ $ fq -d fit dv activity_dev.fit 0xef60| 00 | . | reserved: false 0xef65.3-0xef65.4 (0.1) 0xef60| 00 | . | local_message_type: 0 0xef65.4-0xef66 (0.4) | | | data_message{}: 0xef66-0xef77 (17) -0xef60| 20 7a b5 39 | z.9 | timestamp: 968194592 (s) 0xef66-0xef6a (4) +0xef60| 20 7a b5 39 | z.9 | timestamp: 968194592 (2020-09-04T22:56:32Z) 0xef66-0xef6a (4) 0xef60| 70 2b 05 00 | p+.. | distance: 3388 (338800) (m) 0xef6a-0xef6e (4) 0xef60| e8 03| ..| speed: 1 (1000) (m/s) 0xef6e-0xef70 (2) 0xef70|28 |( | heart_rate: 40 (bpm) 0xef70-0xef71 (1) @@ -55434,7 +55434,7 @@ $ fq -d fit dv activity_dev.fit 0xef70| 00 | . | reserved: false 0xef77.3-0xef77.4 (0.1) 0xef70| 00 | . | local_message_type: 0 0xef77.4-0xef78 (0.4) | | | data_message{}: 0xef78-0xef89 (17) -0xef70| 21 7a b5 39 | !z.9 | timestamp: 968194593 (s) 0xef78-0xef7c (4) +0xef70| 21 7a b5 39 | !z.9 | timestamp: 968194593 (2020-09-04T22:56:33Z) 0xef78-0xef7c (4) 0xef70| d4 2b 05 00| .+..| distance: 3389 (338900) (m) 0xef7c-0xef80 (4) 0xef80|e8 03 |.. | speed: 1 (1000) (m/s) 0xef80-0xef82 (2) 0xef80| 2e | . | heart_rate: 46 (bpm) 0xef82-0xef83 (1) @@ -55450,7 +55450,7 @@ $ fq -d fit dv activity_dev.fit 0xef80| 00 | . | reserved: false 0xef89.3-0xef89.4 (0.1) 0xef80| 00 | . | local_message_type: 0 0xef89.4-0xef8a (0.4) | | | data_message{}: 0xef8a-0xef9b (17) -0xef80| 22 7a b5 39 | "z.9 | timestamp: 968194594 (s) 0xef8a-0xef8e (4) +0xef80| 22 7a b5 39 | "z.9 | timestamp: 968194594 (2020-09-04T22:56:34Z) 0xef8a-0xef8e (4) 0xef80| 38 2c| 8,| distance: 3390 (339000) (m) 0xef8e-0xef92 (4) 0xef90|05 00 |.. | 0xef90| e8 03 | .. | speed: 1 (1000) (m/s) 0xef92-0xef94 (2) @@ -55467,7 +55467,7 @@ $ fq -d fit dv activity_dev.fit 0xef90| 00 | . | reserved: false 0xef9b.3-0xef9b.4 (0.1) 0xef90| 00 | . | local_message_type: 0 0xef9b.4-0xef9c (0.4) | | | data_message{}: 0xef9c-0xefad (17) -0xef90| 23 7a b5 39| #z.9| timestamp: 968194595 (s) 0xef9c-0xefa0 (4) +0xef90| 23 7a b5 39| #z.9| timestamp: 968194595 (2020-09-04T22:56:35Z) 0xef9c-0xefa0 (4) 0xefa0|9c 2c 05 00 |.,.. | distance: 3391 (339100) (m) 0xefa0-0xefa4 (4) 0xefa0| e8 03 | .. | speed: 1 (1000) (m/s) 0xefa4-0xefa6 (2) 0xefa0| 3a | : | heart_rate: 58 (bpm) 0xefa6-0xefa7 (1) @@ -55483,7 +55483,7 @@ $ fq -d fit dv activity_dev.fit 0xefa0| 00 | . | reserved: false 0xefad.3-0xefad.4 (0.1) 0xefa0| 00 | . | local_message_type: 0 0xefad.4-0xefae (0.4) | | | data_message{}: 0xefae-0xefbf (17) -0xefa0| 24 7a| $z| timestamp: 968194596 (s) 0xefae-0xefb2 (4) +0xefa0| 24 7a| $z| timestamp: 968194596 (2020-09-04T22:56:36Z) 0xefae-0xefb2 (4) 0xefb0|b5 39 |.9 | 0xefb0| 00 2d 05 00 | .-.. | distance: 3392 (339200) (m) 0xefb2-0xefb6 (4) 0xefb0| e8 03 | .. | speed: 1 (1000) (m/s) 0xefb6-0xefb8 (2) @@ -55500,7 +55500,7 @@ $ fq -d fit dv activity_dev.fit 0xefb0| 00| .| reserved: false 0xefbf.3-0xefbf.4 (0.1) 0xefb0| 00| .| local_message_type: 0 0xefbf.4-0xefc0 (0.4) | | | data_message{}: 0xefc0-0xefd1 (17) -0xefc0|25 7a b5 39 |%z.9 | timestamp: 968194597 (s) 0xefc0-0xefc4 (4) +0xefc0|25 7a b5 39 |%z.9 | timestamp: 968194597 (2020-09-04T22:56:37Z) 0xefc0-0xefc4 (4) 0xefc0| 64 2d 05 00 | d-.. | distance: 3393 (339300) (m) 0xefc4-0xefc8 (4) 0xefc0| e8 03 | .. | speed: 1 (1000) (m/s) 0xefc8-0xefca (2) 0xefc0| 48 | H | heart_rate: 72 (bpm) 0xefca-0xefcb (1) @@ -55516,7 +55516,7 @@ $ fq -d fit dv activity_dev.fit 0xefd0| 00 | . | reserved: false 0xefd1.3-0xefd1.4 (0.1) 0xefd0| 00 | . | local_message_type: 0 0xefd1.4-0xefd2 (0.4) | | | data_message{}: 0xefd2-0xefe3 (17) -0xefd0| 26 7a b5 39 | &z.9 | timestamp: 968194598 (s) 0xefd2-0xefd6 (4) +0xefd0| 26 7a b5 39 | &z.9 | timestamp: 968194598 (2020-09-04T22:56:38Z) 0xefd2-0xefd6 (4) 0xefd0| c8 2d 05 00 | .-.. | distance: 3394 (339400) (m) 0xefd6-0xefda (4) 0xefd0| e8 03 | .. | speed: 1 (1000) (m/s) 0xefda-0xefdc (2) 0xefd0| 50 | P | heart_rate: 80 (bpm) 0xefdc-0xefdd (1) @@ -55532,7 +55532,7 @@ $ fq -d fit dv activity_dev.fit 0xefe0| 00 | . | reserved: false 0xefe3.3-0xefe3.4 (0.1) 0xefe0| 00 | . | local_message_type: 0 0xefe3.4-0xefe4 (0.4) | | | data_message{}: 0xefe4-0xeff5 (17) -0xefe0| 27 7a b5 39 | 'z.9 | timestamp: 968194599 (s) 0xefe4-0xefe8 (4) +0xefe0| 27 7a b5 39 | 'z.9 | timestamp: 968194599 (2020-09-04T22:56:39Z) 0xefe4-0xefe8 (4) 0xefe0| 2c 2e 05 00 | ,... | distance: 3395 (339500) (m) 0xefe8-0xefec (4) 0xefe0| e8 03 | .. | speed: 1 (1000) (m/s) 0xefec-0xefee (2) 0xefe0| 57 | W | heart_rate: 87 (bpm) 0xefee-0xefef (1) @@ -55548,7 +55548,7 @@ $ fq -d fit dv activity_dev.fit 0xeff0| 00 | . | reserved: false 0xeff5.3-0xeff5.4 (0.1) 0xeff0| 00 | . | local_message_type: 0 0xeff5.4-0xeff6 (0.4) | | | data_message{}: 0xeff6-0xf007 (17) -0xeff0| 28 7a b5 39 | (z.9 | timestamp: 968194600 (s) 0xeff6-0xeffa (4) +0xeff0| 28 7a b5 39 | (z.9 | timestamp: 968194600 (2020-09-04T22:56:40Z) 0xeff6-0xeffa (4) 0xeff0| 90 2e 05 00 | .... | distance: 3396 (339600) (m) 0xeffa-0xeffe (4) 0xeff0| e8 03| ..| speed: 1 (1000) (m/s) 0xeffe-0xf000 (2) 0xf000|5f |_ | heart_rate: 95 (bpm) 0xf000-0xf001 (1) @@ -55564,7 +55564,7 @@ $ fq -d fit dv activity_dev.fit 0xf000| 00 | . | reserved: false 0xf007.3-0xf007.4 (0.1) 0xf000| 00 | . | local_message_type: 0 0xf007.4-0xf008 (0.4) | | | data_message{}: 0xf008-0xf019 (17) -0xf000| 29 7a b5 39 | )z.9 | timestamp: 968194601 (s) 0xf008-0xf00c (4) +0xf000| 29 7a b5 39 | )z.9 | timestamp: 968194601 (2020-09-04T22:56:41Z) 0xf008-0xf00c (4) 0xf000| f4 2e 05 00| ....| distance: 3397 (339700) (m) 0xf00c-0xf010 (4) 0xf010|e8 03 |.. | speed: 1 (1000) (m/s) 0xf010-0xf012 (2) 0xf010| 67 | g | heart_rate: 103 (bpm) 0xf012-0xf013 (1) @@ -55580,7 +55580,7 @@ $ fq -d fit dv activity_dev.fit 0xf010| 00 | . | reserved: false 0xf019.3-0xf019.4 (0.1) 0xf010| 00 | . | local_message_type: 0 0xf019.4-0xf01a (0.4) | | | data_message{}: 0xf01a-0xf02b (17) -0xf010| 2a 7a b5 39 | *z.9 | timestamp: 968194602 (s) 0xf01a-0xf01e (4) +0xf010| 2a 7a b5 39 | *z.9 | timestamp: 968194602 (2020-09-04T22:56:42Z) 0xf01a-0xf01e (4) 0xf010| 58 2f| X/| distance: 3398 (339800) (m) 0xf01e-0xf022 (4) 0xf020|05 00 |.. | 0xf020| e8 03 | .. | speed: 1 (1000) (m/s) 0xf022-0xf024 (2) @@ -55597,7 +55597,7 @@ $ fq -d fit dv activity_dev.fit 0xf020| 00 | . | reserved: false 0xf02b.3-0xf02b.4 (0.1) 0xf020| 00 | . | local_message_type: 0 0xf02b.4-0xf02c (0.4) | | | data_message{}: 0xf02c-0xf03d (17) -0xf020| 2b 7a b5 39| +z.9| timestamp: 968194603 (s) 0xf02c-0xf030 (4) +0xf020| 2b 7a b5 39| +z.9| timestamp: 968194603 (2020-09-04T22:56:43Z) 0xf02c-0xf030 (4) 0xf030|bc 2f 05 00 |./.. | distance: 3399 (339900) (m) 0xf030-0xf034 (4) 0xf030| e8 03 | .. | speed: 1 (1000) (m/s) 0xf034-0xf036 (2) 0xf030| 77 | w | heart_rate: 119 (bpm) 0xf036-0xf037 (1) @@ -55613,7 +55613,7 @@ $ fq -d fit dv activity_dev.fit 0xf030| 00 | . | reserved: false 0xf03d.3-0xf03d.4 (0.1) 0xf030| 00 | . | local_message_type: 0 0xf03d.4-0xf03e (0.4) | | | data_message{}: 0xf03e-0xf04f (17) -0xf030| 2c 7a| ,z| timestamp: 968194604 (s) 0xf03e-0xf042 (4) +0xf030| 2c 7a| ,z| timestamp: 968194604 (2020-09-04T22:56:44Z) 0xf03e-0xf042 (4) 0xf040|b5 39 |.9 | 0xf040| 20 30 05 00 | 0.. | distance: 3400 (340000) (m) 0xf042-0xf046 (4) 0xf040| e8 03 | .. | speed: 1 (1000) (m/s) 0xf046-0xf048 (2) @@ -55630,7 +55630,7 @@ $ fq -d fit dv activity_dev.fit 0xf040| 00| .| reserved: false 0xf04f.3-0xf04f.4 (0.1) 0xf040| 00| .| local_message_type: 0 0xf04f.4-0xf050 (0.4) | | | data_message{}: 0xf050-0xf061 (17) -0xf050|2d 7a b5 39 |-z.9 | timestamp: 968194605 (s) 0xf050-0xf054 (4) +0xf050|2d 7a b5 39 |-z.9 | timestamp: 968194605 (2020-09-04T22:56:45Z) 0xf050-0xf054 (4) 0xf050| 84 30 05 00 | .0.. | distance: 3401 (340100) (m) 0xf054-0xf058 (4) 0xf050| e8 03 | .. | speed: 1 (1000) (m/s) 0xf058-0xf05a (2) 0xf050| 86 | . | heart_rate: 134 (bpm) 0xf05a-0xf05b (1) @@ -55646,7 +55646,7 @@ $ fq -d fit dv activity_dev.fit 0xf060| 00 | . | reserved: false 0xf061.3-0xf061.4 (0.1) 0xf060| 00 | . | local_message_type: 0 0xf061.4-0xf062 (0.4) | | | data_message{}: 0xf062-0xf073 (17) -0xf060| 2e 7a b5 39 | .z.9 | timestamp: 968194606 (s) 0xf062-0xf066 (4) +0xf060| 2e 7a b5 39 | .z.9 | timestamp: 968194606 (2020-09-04T22:56:46Z) 0xf062-0xf066 (4) 0xf060| e8 30 05 00 | .0.. | distance: 3402 (340200) (m) 0xf066-0xf06a (4) 0xf060| e8 03 | .. | speed: 1 (1000) (m/s) 0xf06a-0xf06c (2) 0xf060| 8e | . | heart_rate: 142 (bpm) 0xf06c-0xf06d (1) @@ -55662,7 +55662,7 @@ $ fq -d fit dv activity_dev.fit 0xf070| 00 | . | reserved: false 0xf073.3-0xf073.4 (0.1) 0xf070| 00 | . | local_message_type: 0 0xf073.4-0xf074 (0.4) | | | data_message{}: 0xf074-0xf085 (17) -0xf070| 2f 7a b5 39 | /z.9 | timestamp: 968194607 (s) 0xf074-0xf078 (4) +0xf070| 2f 7a b5 39 | /z.9 | timestamp: 968194607 (2020-09-04T22:56:47Z) 0xf074-0xf078 (4) 0xf070| 4c 31 05 00 | L1.. | distance: 3403 (340300) (m) 0xf078-0xf07c (4) 0xf070| e8 03 | .. | speed: 1 (1000) (m/s) 0xf07c-0xf07e (2) 0xf070| 96 | . | heart_rate: 150 (bpm) 0xf07e-0xf07f (1) @@ -55678,7 +55678,7 @@ $ fq -d fit dv activity_dev.fit 0xf080| 00 | . | reserved: false 0xf085.3-0xf085.4 (0.1) 0xf080| 00 | . | local_message_type: 0 0xf085.4-0xf086 (0.4) | | | data_message{}: 0xf086-0xf097 (17) -0xf080| 30 7a b5 39 | 0z.9 | timestamp: 968194608 (s) 0xf086-0xf08a (4) +0xf080| 30 7a b5 39 | 0z.9 | timestamp: 968194608 (2020-09-04T22:56:48Z) 0xf086-0xf08a (4) 0xf080| b0 31 05 00 | .1.. | distance: 3404 (340400) (m) 0xf08a-0xf08e (4) 0xf080| e8 03| ..| speed: 1 (1000) (m/s) 0xf08e-0xf090 (2) 0xf090|9e |. | heart_rate: 158 (bpm) 0xf090-0xf091 (1) @@ -55694,7 +55694,7 @@ $ fq -d fit dv activity_dev.fit 0xf090| 00 | . | reserved: false 0xf097.3-0xf097.4 (0.1) 0xf090| 00 | . | local_message_type: 0 0xf097.4-0xf098 (0.4) | | | data_message{}: 0xf098-0xf0a9 (17) -0xf090| 31 7a b5 39 | 1z.9 | timestamp: 968194609 (s) 0xf098-0xf09c (4) +0xf090| 31 7a b5 39 | 1z.9 | timestamp: 968194609 (2020-09-04T22:56:49Z) 0xf098-0xf09c (4) 0xf090| 14 32 05 00| .2..| distance: 3405 (340500) (m) 0xf09c-0xf0a0 (4) 0xf0a0|e8 03 |.. | speed: 1 (1000) (m/s) 0xf0a0-0xf0a2 (2) 0xf0a0| a6 | . | heart_rate: 166 (bpm) 0xf0a2-0xf0a3 (1) @@ -55710,7 +55710,7 @@ $ fq -d fit dv activity_dev.fit 0xf0a0| 00 | . | reserved: false 0xf0a9.3-0xf0a9.4 (0.1) 0xf0a0| 00 | . | local_message_type: 0 0xf0a9.4-0xf0aa (0.4) | | | data_message{}: 0xf0aa-0xf0bb (17) -0xf0a0| 32 7a b5 39 | 2z.9 | timestamp: 968194610 (s) 0xf0aa-0xf0ae (4) +0xf0a0| 32 7a b5 39 | 2z.9 | timestamp: 968194610 (2020-09-04T22:56:50Z) 0xf0aa-0xf0ae (4) 0xf0a0| 78 32| x2| distance: 3406 (340600) (m) 0xf0ae-0xf0b2 (4) 0xf0b0|05 00 |.. | 0xf0b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf0b2-0xf0b4 (2) @@ -55727,7 +55727,7 @@ $ fq -d fit dv activity_dev.fit 0xf0b0| 00 | . | reserved: false 0xf0bb.3-0xf0bb.4 (0.1) 0xf0b0| 00 | . | local_message_type: 0 0xf0bb.4-0xf0bc (0.4) | | | data_message{}: 0xf0bc-0xf0cd (17) -0xf0b0| 33 7a b5 39| 3z.9| timestamp: 968194611 (s) 0xf0bc-0xf0c0 (4) +0xf0b0| 33 7a b5 39| 3z.9| timestamp: 968194611 (2020-09-04T22:56:51Z) 0xf0bc-0xf0c0 (4) 0xf0c0|dc 32 05 00 |.2.. | distance: 3407 (340700) (m) 0xf0c0-0xf0c4 (4) 0xf0c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf0c4-0xf0c6 (2) 0xf0c0| b5 | . | heart_rate: 181 (bpm) 0xf0c6-0xf0c7 (1) @@ -55743,7 +55743,7 @@ $ fq -d fit dv activity_dev.fit 0xf0c0| 00 | . | reserved: false 0xf0cd.3-0xf0cd.4 (0.1) 0xf0c0| 00 | . | local_message_type: 0 0xf0cd.4-0xf0ce (0.4) | | | data_message{}: 0xf0ce-0xf0df (17) -0xf0c0| 34 7a| 4z| timestamp: 968194612 (s) 0xf0ce-0xf0d2 (4) +0xf0c0| 34 7a| 4z| timestamp: 968194612 (2020-09-04T22:56:52Z) 0xf0ce-0xf0d2 (4) 0xf0d0|b5 39 |.9 | 0xf0d0| 40 33 05 00 | @3.. | distance: 3408 (340800) (m) 0xf0d2-0xf0d6 (4) 0xf0d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf0d6-0xf0d8 (2) @@ -55760,7 +55760,7 @@ $ fq -d fit dv activity_dev.fit 0xf0d0| 00| .| reserved: false 0xf0df.3-0xf0df.4 (0.1) 0xf0d0| 00| .| local_message_type: 0 0xf0df.4-0xf0e0 (0.4) | | | data_message{}: 0xf0e0-0xf0f1 (17) -0xf0e0|35 7a b5 39 |5z.9 | timestamp: 968194613 (s) 0xf0e0-0xf0e4 (4) +0xf0e0|35 7a b5 39 |5z.9 | timestamp: 968194613 (2020-09-04T22:56:53Z) 0xf0e0-0xf0e4 (4) 0xf0e0| a4 33 05 00 | .3.. | distance: 3409 (340900) (m) 0xf0e4-0xf0e8 (4) 0xf0e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf0e8-0xf0ea (2) 0xf0e0| c3 | . | heart_rate: 195 (bpm) 0xf0ea-0xf0eb (1) @@ -55776,7 +55776,7 @@ $ fq -d fit dv activity_dev.fit 0xf0f0| 00 | . | reserved: false 0xf0f1.3-0xf0f1.4 (0.1) 0xf0f0| 00 | . | local_message_type: 0 0xf0f1.4-0xf0f2 (0.4) | | | data_message{}: 0xf0f2-0xf103 (17) -0xf0f0| 36 7a b5 39 | 6z.9 | timestamp: 968194614 (s) 0xf0f2-0xf0f6 (4) +0xf0f0| 36 7a b5 39 | 6z.9 | timestamp: 968194614 (2020-09-04T22:56:54Z) 0xf0f2-0xf0f6 (4) 0xf0f0| 08 34 05 00 | .4.. | distance: 3410 (341000) (m) 0xf0f6-0xf0fa (4) 0xf0f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf0fa-0xf0fc (2) 0xf0f0| c9 | . | heart_rate: 201 (bpm) 0xf0fc-0xf0fd (1) @@ -55792,7 +55792,7 @@ $ fq -d fit dv activity_dev.fit 0xf100| 00 | . | reserved: false 0xf103.3-0xf103.4 (0.1) 0xf100| 00 | . | local_message_type: 0 0xf103.4-0xf104 (0.4) | | | data_message{}: 0xf104-0xf115 (17) -0xf100| 37 7a b5 39 | 7z.9 | timestamp: 968194615 (s) 0xf104-0xf108 (4) +0xf100| 37 7a b5 39 | 7z.9 | timestamp: 968194615 (2020-09-04T22:56:55Z) 0xf104-0xf108 (4) 0xf100| 6c 34 05 00 | l4.. | distance: 3411 (341100) (m) 0xf108-0xf10c (4) 0xf100| e8 03 | .. | speed: 1 (1000) (m/s) 0xf10c-0xf10e (2) 0xf100| cf | . | heart_rate: 207 (bpm) 0xf10e-0xf10f (1) @@ -55808,7 +55808,7 @@ $ fq -d fit dv activity_dev.fit 0xf110| 00 | . | reserved: false 0xf115.3-0xf115.4 (0.1) 0xf110| 00 | . | local_message_type: 0 0xf115.4-0xf116 (0.4) | | | data_message{}: 0xf116-0xf127 (17) -0xf110| 38 7a b5 39 | 8z.9 | timestamp: 968194616 (s) 0xf116-0xf11a (4) +0xf110| 38 7a b5 39 | 8z.9 | timestamp: 968194616 (2020-09-04T22:56:56Z) 0xf116-0xf11a (4) 0xf110| d0 34 05 00 | .4.. | distance: 3412 (341200) (m) 0xf11a-0xf11e (4) 0xf110| e8 03| ..| speed: 1 (1000) (m/s) 0xf11e-0xf120 (2) 0xf120|d5 |. | heart_rate: 213 (bpm) 0xf120-0xf121 (1) @@ -55824,7 +55824,7 @@ $ fq -d fit dv activity_dev.fit 0xf120| 00 | . | reserved: false 0xf127.3-0xf127.4 (0.1) 0xf120| 00 | . | local_message_type: 0 0xf127.4-0xf128 (0.4) | | | data_message{}: 0xf128-0xf139 (17) -0xf120| 39 7a b5 39 | 9z.9 | timestamp: 968194617 (s) 0xf128-0xf12c (4) +0xf120| 39 7a b5 39 | 9z.9 | timestamp: 968194617 (2020-09-04T22:56:57Z) 0xf128-0xf12c (4) 0xf120| 34 35 05 00| 45..| distance: 3413 (341300) (m) 0xf12c-0xf130 (4) 0xf130|e8 03 |.. | speed: 1 (1000) (m/s) 0xf130-0xf132 (2) 0xf130| db | . | heart_rate: 219 (bpm) 0xf132-0xf133 (1) @@ -55840,7 +55840,7 @@ $ fq -d fit dv activity_dev.fit 0xf130| 00 | . | reserved: false 0xf139.3-0xf139.4 (0.1) 0xf130| 00 | . | local_message_type: 0 0xf139.4-0xf13a (0.4) | | | data_message{}: 0xf13a-0xf14b (17) -0xf130| 3a 7a b5 39 | :z.9 | timestamp: 968194618 (s) 0xf13a-0xf13e (4) +0xf130| 3a 7a b5 39 | :z.9 | timestamp: 968194618 (2020-09-04T22:56:58Z) 0xf13a-0xf13e (4) 0xf130| 98 35| .5| distance: 3414 (341400) (m) 0xf13e-0xf142 (4) 0xf140|05 00 |.. | 0xf140| e8 03 | .. | speed: 1 (1000) (m/s) 0xf142-0xf144 (2) @@ -55857,7 +55857,7 @@ $ fq -d fit dv activity_dev.fit 0xf140| 00 | . | reserved: false 0xf14b.3-0xf14b.4 (0.1) 0xf140| 00 | . | local_message_type: 0 0xf14b.4-0xf14c (0.4) | | | data_message{}: 0xf14c-0xf15d (17) -0xf140| 3b 7a b5 39| ;z.9| timestamp: 968194619 (s) 0xf14c-0xf150 (4) +0xf140| 3b 7a b5 39| ;z.9| timestamp: 968194619 (2020-09-04T22:56:59Z) 0xf14c-0xf150 (4) 0xf150|fc 35 05 00 |.5.. | distance: 3415 (341500) (m) 0xf150-0xf154 (4) 0xf150| e8 03 | .. | speed: 1 (1000) (m/s) 0xf154-0xf156 (2) 0xf150| e5 | . | heart_rate: 229 (bpm) 0xf156-0xf157 (1) @@ -55873,7 +55873,7 @@ $ fq -d fit dv activity_dev.fit 0xf150| 00 | . | reserved: false 0xf15d.3-0xf15d.4 (0.1) 0xf150| 00 | . | local_message_type: 0 0xf15d.4-0xf15e (0.4) | | | data_message{}: 0xf15e-0xf16f (17) -0xf150| 3c 7a| z.9 | timestamp: 968194622 (s) 0xf182-0xf186 (4) +0xf180| 3e 7a b5 39 | >z.9 | timestamp: 968194622 (2020-09-04T22:57:02Z) 0xf182-0xf186 (4) 0xf180| 28 37 05 00 | (7.. | distance: 3418 (341800) (m) 0xf186-0xf18a (4) 0xf180| e8 03 | .. | speed: 1 (1000) (m/s) 0xf18a-0xf18c (2) 0xf180| f1 | . | heart_rate: 241 (bpm) 0xf18c-0xf18d (1) @@ -55922,7 +55922,7 @@ $ fq -d fit dv activity_dev.fit 0xf190| 00 | . | reserved: false 0xf193.3-0xf193.4 (0.1) 0xf190| 00 | . | local_message_type: 0 0xf193.4-0xf194 (0.4) | | | data_message{}: 0xf194-0xf1a5 (17) -0xf190| 3f 7a b5 39 | ?z.9 | timestamp: 968194623 (s) 0xf194-0xf198 (4) +0xf190| 3f 7a b5 39 | ?z.9 | timestamp: 968194623 (2020-09-04T22:57:03Z) 0xf194-0xf198 (4) 0xf190| 8c 37 05 00 | .7.. | distance: 3419 (341900) (m) 0xf198-0xf19c (4) 0xf190| e8 03 | .. | speed: 1 (1000) (m/s) 0xf19c-0xf19e (2) 0xf190| f5 | . | heart_rate: 245 (bpm) 0xf19e-0xf19f (1) @@ -55938,7 +55938,7 @@ $ fq -d fit dv activity_dev.fit 0xf1a0| 00 | . | reserved: false 0xf1a5.3-0xf1a5.4 (0.1) 0xf1a0| 00 | . | local_message_type: 0 0xf1a5.4-0xf1a6 (0.4) | | | data_message{}: 0xf1a6-0xf1b7 (17) -0xf1a0| 40 7a b5 39 | @z.9 | timestamp: 968194624 (s) 0xf1a6-0xf1aa (4) +0xf1a0| 40 7a b5 39 | @z.9 | timestamp: 968194624 (2020-09-04T22:57:04Z) 0xf1a6-0xf1aa (4) 0xf1a0| f0 37 05 00 | .7.. | distance: 3420 (342000) (m) 0xf1aa-0xf1ae (4) 0xf1a0| e8 03| ..| speed: 1 (1000) (m/s) 0xf1ae-0xf1b0 (2) 0xf1b0|f7 |. | heart_rate: 247 (bpm) 0xf1b0-0xf1b1 (1) @@ -55954,7 +55954,7 @@ $ fq -d fit dv activity_dev.fit 0xf1b0| 00 | . | reserved: false 0xf1b7.3-0xf1b7.4 (0.1) 0xf1b0| 00 | . | local_message_type: 0 0xf1b7.4-0xf1b8 (0.4) | | | data_message{}: 0xf1b8-0xf1c9 (17) -0xf1b0| 41 7a b5 39 | Az.9 | timestamp: 968194625 (s) 0xf1b8-0xf1bc (4) +0xf1b0| 41 7a b5 39 | Az.9 | timestamp: 968194625 (2020-09-04T22:57:05Z) 0xf1b8-0xf1bc (4) 0xf1b0| 54 38 05 00| T8..| distance: 3421 (342100) (m) 0xf1bc-0xf1c0 (4) 0xf1c0|e8 03 |.. | speed: 1 (1000) (m/s) 0xf1c0-0xf1c2 (2) 0xf1c0| fa | . | heart_rate: 250 (bpm) 0xf1c2-0xf1c3 (1) @@ -55970,7 +55970,7 @@ $ fq -d fit dv activity_dev.fit 0xf1c0| 00 | . | reserved: false 0xf1c9.3-0xf1c9.4 (0.1) 0xf1c0| 00 | . | local_message_type: 0 0xf1c9.4-0xf1ca (0.4) | | | data_message{}: 0xf1ca-0xf1db (17) -0xf1c0| 42 7a b5 39 | Bz.9 | timestamp: 968194626 (s) 0xf1ca-0xf1ce (4) +0xf1c0| 42 7a b5 39 | Bz.9 | timestamp: 968194626 (2020-09-04T22:57:06Z) 0xf1ca-0xf1ce (4) 0xf1c0| b8 38| .8| distance: 3422 (342200) (m) 0xf1ce-0xf1d2 (4) 0xf1d0|05 00 |.. | 0xf1d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf1d2-0xf1d4 (2) @@ -55987,7 +55987,7 @@ $ fq -d fit dv activity_dev.fit 0xf1d0| 00 | . | reserved: false 0xf1db.3-0xf1db.4 (0.1) 0xf1d0| 00 | . | local_message_type: 0 0xf1db.4-0xf1dc (0.4) | | | data_message{}: 0xf1dc-0xf1ed (17) -0xf1d0| 43 7a b5 39| Cz.9| timestamp: 968194627 (s) 0xf1dc-0xf1e0 (4) +0xf1d0| 43 7a b5 39| Cz.9| timestamp: 968194627 (2020-09-04T22:57:07Z) 0xf1dc-0xf1e0 (4) 0xf1e0|1c 39 05 00 |.9.. | distance: 3423 (342300) (m) 0xf1e0-0xf1e4 (4) 0xf1e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf1e4-0xf1e6 (2) 0xf1e0| fc | . | heart_rate: 252 (bpm) 0xf1e6-0xf1e7 (1) @@ -56003,7 +56003,7 @@ $ fq -d fit dv activity_dev.fit 0xf1e0| 00 | . | reserved: false 0xf1ed.3-0xf1ed.4 (0.1) 0xf1e0| 00 | . | local_message_type: 0 0xf1ed.4-0xf1ee (0.4) | | | data_message{}: 0xf1ee-0xf1ff (17) -0xf1e0| 44 7a| Dz| timestamp: 968194628 (s) 0xf1ee-0xf1f2 (4) +0xf1e0| 44 7a| Dz| timestamp: 968194628 (2020-09-04T22:57:08Z) 0xf1ee-0xf1f2 (4) 0xf1f0|b5 39 |.9 | 0xf1f0| 80 39 05 00 | .9.. | distance: 3424 (342400) (m) 0xf1f2-0xf1f6 (4) 0xf1f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf1f6-0xf1f8 (2) @@ -56020,7 +56020,7 @@ $ fq -d fit dv activity_dev.fit 0xf1f0| 00| .| reserved: false 0xf1ff.3-0xf1ff.4 (0.1) 0xf1f0| 00| .| local_message_type: 0 0xf1ff.4-0xf200 (0.4) | | | data_message{}: 0xf200-0xf211 (17) -0xf200|45 7a b5 39 |Ez.9 | timestamp: 968194629 (s) 0xf200-0xf204 (4) +0xf200|45 7a b5 39 |Ez.9 | timestamp: 968194629 (2020-09-04T22:57:09Z) 0xf200-0xf204 (4) 0xf200| e4 39 05 00 | .9.. | distance: 3425 (342500) (m) 0xf204-0xf208 (4) 0xf200| e8 03 | .. | speed: 1 (1000) (m/s) 0xf208-0xf20a (2) 0xf200| fe | . | heart_rate: 254 (bpm) 0xf20a-0xf20b (1) @@ -56036,7 +56036,7 @@ $ fq -d fit dv activity_dev.fit 0xf210| 00 | . | reserved: false 0xf211.3-0xf211.4 (0.1) 0xf210| 00 | . | local_message_type: 0 0xf211.4-0xf212 (0.4) | | | data_message{}: 0xf212-0xf223 (17) -0xf210| 46 7a b5 39 | Fz.9 | timestamp: 968194630 (s) 0xf212-0xf216 (4) +0xf210| 46 7a b5 39 | Fz.9 | timestamp: 968194630 (2020-09-04T22:57:10Z) 0xf212-0xf216 (4) 0xf210| 48 3a 05 00 | H:.. | distance: 3426 (342600) (m) 0xf216-0xf21a (4) 0xf210| e8 03 | .. | speed: 1 (1000) (m/s) 0xf21a-0xf21c (2) 0xf210| fd | . | heart_rate: 253 (bpm) 0xf21c-0xf21d (1) @@ -56052,7 +56052,7 @@ $ fq -d fit dv activity_dev.fit 0xf220| 00 | . | reserved: false 0xf223.3-0xf223.4 (0.1) 0xf220| 00 | . | local_message_type: 0 0xf223.4-0xf224 (0.4) | | | data_message{}: 0xf224-0xf235 (17) -0xf220| 47 7a b5 39 | Gz.9 | timestamp: 968194631 (s) 0xf224-0xf228 (4) +0xf220| 47 7a b5 39 | Gz.9 | timestamp: 968194631 (2020-09-04T22:57:11Z) 0xf224-0xf228 (4) 0xf220| ac 3a 05 00 | .:.. | distance: 3427 (342700) (m) 0xf228-0xf22c (4) 0xf220| e8 03 | .. | speed: 1 (1000) (m/s) 0xf22c-0xf22e (2) 0xf220| fc | . | heart_rate: 252 (bpm) 0xf22e-0xf22f (1) @@ -56068,7 +56068,7 @@ $ fq -d fit dv activity_dev.fit 0xf230| 00 | . | reserved: false 0xf235.3-0xf235.4 (0.1) 0xf230| 00 | . | local_message_type: 0 0xf235.4-0xf236 (0.4) | | | data_message{}: 0xf236-0xf247 (17) -0xf230| 48 7a b5 39 | Hz.9 | timestamp: 968194632 (s) 0xf236-0xf23a (4) +0xf230| 48 7a b5 39 | Hz.9 | timestamp: 968194632 (2020-09-04T22:57:12Z) 0xf236-0xf23a (4) 0xf230| 10 3b 05 00 | .;.. | distance: 3428 (342800) (m) 0xf23a-0xf23e (4) 0xf230| e8 03| ..| speed: 1 (1000) (m/s) 0xf23e-0xf240 (2) 0xf240|fb |. | heart_rate: 251 (bpm) 0xf240-0xf241 (1) @@ -56084,7 +56084,7 @@ $ fq -d fit dv activity_dev.fit 0xf240| 00 | . | reserved: false 0xf247.3-0xf247.4 (0.1) 0xf240| 00 | . | local_message_type: 0 0xf247.4-0xf248 (0.4) | | | data_message{}: 0xf248-0xf259 (17) -0xf240| 49 7a b5 39 | Iz.9 | timestamp: 968194633 (s) 0xf248-0xf24c (4) +0xf240| 49 7a b5 39 | Iz.9 | timestamp: 968194633 (2020-09-04T22:57:13Z) 0xf248-0xf24c (4) 0xf240| 74 3b 05 00| t;..| distance: 3429 (342900) (m) 0xf24c-0xf250 (4) 0xf250|e8 03 |.. | speed: 1 (1000) (m/s) 0xf250-0xf252 (2) 0xf250| fa | . | heart_rate: 250 (bpm) 0xf252-0xf253 (1) @@ -56100,7 +56100,7 @@ $ fq -d fit dv activity_dev.fit 0xf250| 00 | . | reserved: false 0xf259.3-0xf259.4 (0.1) 0xf250| 00 | . | local_message_type: 0 0xf259.4-0xf25a (0.4) | | | data_message{}: 0xf25a-0xf26b (17) -0xf250| 4a 7a b5 39 | Jz.9 | timestamp: 968194634 (s) 0xf25a-0xf25e (4) +0xf250| 4a 7a b5 39 | Jz.9 | timestamp: 968194634 (2020-09-04T22:57:14Z) 0xf25a-0xf25e (4) 0xf250| d8 3b| .;| distance: 3430 (343000) (m) 0xf25e-0xf262 (4) 0xf260|05 00 |.. | 0xf260| e8 03 | .. | speed: 1 (1000) (m/s) 0xf262-0xf264 (2) @@ -56117,7 +56117,7 @@ $ fq -d fit dv activity_dev.fit 0xf260| 00 | . | reserved: false 0xf26b.3-0xf26b.4 (0.1) 0xf260| 00 | . | local_message_type: 0 0xf26b.4-0xf26c (0.4) | | | data_message{}: 0xf26c-0xf27d (17) -0xf260| 4b 7a b5 39| Kz.9| timestamp: 968194635 (s) 0xf26c-0xf270 (4) +0xf260| 4b 7a b5 39| Kz.9| timestamp: 968194635 (2020-09-04T22:57:15Z) 0xf26c-0xf270 (4) 0xf270|3c 3c 05 00 |<<.. | distance: 3431 (343100) (m) 0xf270-0xf274 (4) 0xf270| e8 03 | .. | speed: 1 (1000) (m/s) 0xf274-0xf276 (2) 0xf270| f5 | . | heart_rate: 245 (bpm) 0xf276-0xf277 (1) @@ -56133,7 +56133,7 @@ $ fq -d fit dv activity_dev.fit 0xf270| 00 | . | reserved: false 0xf27d.3-0xf27d.4 (0.1) 0xf270| 00 | . | local_message_type: 0 0xf27d.4-0xf27e (0.4) | | | data_message{}: 0xf27e-0xf28f (17) -0xf270| 4c 7a| Lz| timestamp: 968194636 (s) 0xf27e-0xf282 (4) +0xf270| 4c 7a| Lz| timestamp: 968194636 (2020-09-04T22:57:16Z) 0xf27e-0xf282 (4) 0xf280|b5 39 |.9 | 0xf280| a0 3c 05 00 | .<.. | distance: 3432 (343200) (m) 0xf282-0xf286 (4) 0xf280| e8 03 | .. | speed: 1 (1000) (m/s) 0xf286-0xf288 (2) @@ -56150,7 +56150,7 @@ $ fq -d fit dv activity_dev.fit 0xf280| 00| .| reserved: false 0xf28f.3-0xf28f.4 (0.1) 0xf280| 00| .| local_message_type: 0 0xf28f.4-0xf290 (0.4) | | | data_message{}: 0xf290-0xf2a1 (17) -0xf290|4d 7a b5 39 |Mz.9 | timestamp: 968194637 (s) 0xf290-0xf294 (4) +0xf290|4d 7a b5 39 |Mz.9 | timestamp: 968194637 (2020-09-04T22:57:17Z) 0xf290-0xf294 (4) 0xf290| 04 3d 05 00 | .=.. | distance: 3433 (343300) (m) 0xf294-0xf298 (4) 0xf290| e8 03 | .. | speed: 1 (1000) (m/s) 0xf298-0xf29a (2) 0xf290| ee | . | heart_rate: 238 (bpm) 0xf29a-0xf29b (1) @@ -56166,7 +56166,7 @@ $ fq -d fit dv activity_dev.fit 0xf2a0| 00 | . | reserved: false 0xf2a1.3-0xf2a1.4 (0.1) 0xf2a0| 00 | . | local_message_type: 0 0xf2a1.4-0xf2a2 (0.4) | | | data_message{}: 0xf2a2-0xf2b3 (17) -0xf2a0| 4e 7a b5 39 | Nz.9 | timestamp: 968194638 (s) 0xf2a2-0xf2a6 (4) +0xf2a0| 4e 7a b5 39 | Nz.9 | timestamp: 968194638 (2020-09-04T22:57:18Z) 0xf2a2-0xf2a6 (4) 0xf2a0| 68 3d 05 00 | h=.. | distance: 3434 (343400) (m) 0xf2a6-0xf2aa (4) 0xf2a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf2aa-0xf2ac (2) 0xf2a0| ea | . | heart_rate: 234 (bpm) 0xf2ac-0xf2ad (1) @@ -56182,7 +56182,7 @@ $ fq -d fit dv activity_dev.fit 0xf2b0| 00 | . | reserved: false 0xf2b3.3-0xf2b3.4 (0.1) 0xf2b0| 00 | . | local_message_type: 0 0xf2b3.4-0xf2b4 (0.4) | | | data_message{}: 0xf2b4-0xf2c5 (17) -0xf2b0| 4f 7a b5 39 | Oz.9 | timestamp: 968194639 (s) 0xf2b4-0xf2b8 (4) +0xf2b0| 4f 7a b5 39 | Oz.9 | timestamp: 968194639 (2020-09-04T22:57:19Z) 0xf2b4-0xf2b8 (4) 0xf2b0| cc 3d 05 00 | .=.. | distance: 3435 (343500) (m) 0xf2b8-0xf2bc (4) 0xf2b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf2bc-0xf2be (2) 0xf2b0| e5 | . | heart_rate: 229 (bpm) 0xf2be-0xf2bf (1) @@ -56198,7 +56198,7 @@ $ fq -d fit dv activity_dev.fit 0xf2c0| 00 | . | reserved: false 0xf2c5.3-0xf2c5.4 (0.1) 0xf2c0| 00 | . | local_message_type: 0 0xf2c5.4-0xf2c6 (0.4) | | | data_message{}: 0xf2c6-0xf2d7 (17) -0xf2c0| 50 7a b5 39 | Pz.9 | timestamp: 968194640 (s) 0xf2c6-0xf2ca (4) +0xf2c0| 50 7a b5 39 | Pz.9 | timestamp: 968194640 (2020-09-04T22:57:20Z) 0xf2c6-0xf2ca (4) 0xf2c0| 30 3e 05 00 | 0>.. | distance: 3436 (343600) (m) 0xf2ca-0xf2ce (4) 0xf2c0| e8 03| ..| speed: 1 (1000) (m/s) 0xf2ce-0xf2d0 (2) 0xf2d0|e0 |. | heart_rate: 224 (bpm) 0xf2d0-0xf2d1 (1) @@ -56214,7 +56214,7 @@ $ fq -d fit dv activity_dev.fit 0xf2d0| 00 | . | reserved: false 0xf2d7.3-0xf2d7.4 (0.1) 0xf2d0| 00 | . | local_message_type: 0 0xf2d7.4-0xf2d8 (0.4) | | | data_message{}: 0xf2d8-0xf2e9 (17) -0xf2d0| 51 7a b5 39 | Qz.9 | timestamp: 968194641 (s) 0xf2d8-0xf2dc (4) +0xf2d0| 51 7a b5 39 | Qz.9 | timestamp: 968194641 (2020-09-04T22:57:21Z) 0xf2d8-0xf2dc (4) 0xf2d0| 94 3e 05 00| .>..| distance: 3437 (343700) (m) 0xf2dc-0xf2e0 (4) 0xf2e0|e8 03 |.. | speed: 1 (1000) (m/s) 0xf2e0-0xf2e2 (2) 0xf2e0| db | . | heart_rate: 219 (bpm) 0xf2e2-0xf2e3 (1) @@ -56230,7 +56230,7 @@ $ fq -d fit dv activity_dev.fit 0xf2e0| 00 | . | reserved: false 0xf2e9.3-0xf2e9.4 (0.1) 0xf2e0| 00 | . | local_message_type: 0 0xf2e9.4-0xf2ea (0.4) | | | data_message{}: 0xf2ea-0xf2fb (17) -0xf2e0| 52 7a b5 39 | Rz.9 | timestamp: 968194642 (s) 0xf2ea-0xf2ee (4) +0xf2e0| 52 7a b5 39 | Rz.9 | timestamp: 968194642 (2020-09-04T22:57:22Z) 0xf2ea-0xf2ee (4) 0xf2e0| f8 3e| .>| distance: 3438 (343800) (m) 0xf2ee-0xf2f2 (4) 0xf2f0|05 00 |.. | 0xf2f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf2f2-0xf2f4 (2) @@ -56247,7 +56247,7 @@ $ fq -d fit dv activity_dev.fit 0xf2f0| 00 | . | reserved: false 0xf2fb.3-0xf2fb.4 (0.1) 0xf2f0| 00 | . | local_message_type: 0 0xf2fb.4-0xf2fc (0.4) | | | data_message{}: 0xf2fc-0xf30d (17) -0xf2f0| 53 7a b5 39| Sz.9| timestamp: 968194643 (s) 0xf2fc-0xf300 (4) +0xf2f0| 53 7a b5 39| Sz.9| timestamp: 968194643 (2020-09-04T22:57:23Z) 0xf2fc-0xf300 (4) 0xf300|5c 3f 05 00 |\?.. | distance: 3439 (343900) (m) 0xf300-0xf304 (4) 0xf300| e8 03 | .. | speed: 1 (1000) (m/s) 0xf304-0xf306 (2) 0xf300| cf | . | heart_rate: 207 (bpm) 0xf306-0xf307 (1) @@ -56263,7 +56263,7 @@ $ fq -d fit dv activity_dev.fit 0xf300| 00 | . | reserved: false 0xf30d.3-0xf30d.4 (0.1) 0xf300| 00 | . | local_message_type: 0 0xf30d.4-0xf30e (0.4) | | | data_message{}: 0xf30e-0xf31f (17) -0xf300| 54 7a| Tz| timestamp: 968194644 (s) 0xf30e-0xf312 (4) +0xf300| 54 7a| Tz| timestamp: 968194644 (2020-09-04T22:57:24Z) 0xf30e-0xf312 (4) 0xf310|b5 39 |.9 | 0xf310| c0 3f 05 00 | .?.. | distance: 3440 (344000) (m) 0xf312-0xf316 (4) 0xf310| e8 03 | .. | speed: 1 (1000) (m/s) 0xf316-0xf318 (2) @@ -56280,7 +56280,7 @@ $ fq -d fit dv activity_dev.fit 0xf310| 00| .| reserved: false 0xf31f.3-0xf31f.4 (0.1) 0xf310| 00| .| local_message_type: 0 0xf31f.4-0xf320 (0.4) | | | data_message{}: 0xf320-0xf331 (17) -0xf320|55 7a b5 39 |Uz.9 | timestamp: 968194645 (s) 0xf320-0xf324 (4) +0xf320|55 7a b5 39 |Uz.9 | timestamp: 968194645 (2020-09-04T22:57:25Z) 0xf320-0xf324 (4) 0xf320| 24 40 05 00 | $@.. | distance: 3441 (344100) (m) 0xf324-0xf328 (4) 0xf320| e8 03 | .. | speed: 1 (1000) (m/s) 0xf328-0xf32a (2) 0xf320| c3 | . | heart_rate: 195 (bpm) 0xf32a-0xf32b (1) @@ -56296,7 +56296,7 @@ $ fq -d fit dv activity_dev.fit 0xf330| 00 | . | reserved: false 0xf331.3-0xf331.4 (0.1) 0xf330| 00 | . | local_message_type: 0 0xf331.4-0xf332 (0.4) | | | data_message{}: 0xf332-0xf343 (17) -0xf330| 56 7a b5 39 | Vz.9 | timestamp: 968194646 (s) 0xf332-0xf336 (4) +0xf330| 56 7a b5 39 | Vz.9 | timestamp: 968194646 (2020-09-04T22:57:26Z) 0xf332-0xf336 (4) 0xf330| 88 40 05 00 | .@.. | distance: 3442 (344200) (m) 0xf336-0xf33a (4) 0xf330| e8 03 | .. | speed: 1 (1000) (m/s) 0xf33a-0xf33c (2) 0xf330| bc | . | heart_rate: 188 (bpm) 0xf33c-0xf33d (1) @@ -56312,7 +56312,7 @@ $ fq -d fit dv activity_dev.fit 0xf340| 00 | . | reserved: false 0xf343.3-0xf343.4 (0.1) 0xf340| 00 | . | local_message_type: 0 0xf343.4-0xf344 (0.4) | | | data_message{}: 0xf344-0xf355 (17) -0xf340| 57 7a b5 39 | Wz.9 | timestamp: 968194647 (s) 0xf344-0xf348 (4) +0xf340| 57 7a b5 39 | Wz.9 | timestamp: 968194647 (2020-09-04T22:57:27Z) 0xf344-0xf348 (4) 0xf340| ec 40 05 00 | .@.. | distance: 3443 (344300) (m) 0xf348-0xf34c (4) 0xf340| e8 03 | .. | speed: 1 (1000) (m/s) 0xf34c-0xf34e (2) 0xf340| b5 | . | heart_rate: 181 (bpm) 0xf34e-0xf34f (1) @@ -56328,7 +56328,7 @@ $ fq -d fit dv activity_dev.fit 0xf350| 00 | . | reserved: false 0xf355.3-0xf355.4 (0.1) 0xf350| 00 | . | local_message_type: 0 0xf355.4-0xf356 (0.4) | | | data_message{}: 0xf356-0xf367 (17) -0xf350| 58 7a b5 39 | Xz.9 | timestamp: 968194648 (s) 0xf356-0xf35a (4) +0xf350| 58 7a b5 39 | Xz.9 | timestamp: 968194648 (2020-09-04T22:57:28Z) 0xf356-0xf35a (4) 0xf350| 50 41 05 00 | PA.. | distance: 3444 (344400) (m) 0xf35a-0xf35e (4) 0xf350| e8 03| ..| speed: 1 (1000) (m/s) 0xf35e-0xf360 (2) 0xf360|ad |. | heart_rate: 173 (bpm) 0xf360-0xf361 (1) @@ -56344,7 +56344,7 @@ $ fq -d fit dv activity_dev.fit 0xf360| 00 | . | reserved: false 0xf367.3-0xf367.4 (0.1) 0xf360| 00 | . | local_message_type: 0 0xf367.4-0xf368 (0.4) | | | data_message{}: 0xf368-0xf379 (17) -0xf360| 59 7a b5 39 | Yz.9 | timestamp: 968194649 (s) 0xf368-0xf36c (4) +0xf360| 59 7a b5 39 | Yz.9 | timestamp: 968194649 (2020-09-04T22:57:29Z) 0xf368-0xf36c (4) 0xf360| b4 41 05 00| .A..| distance: 3445 (344500) (m) 0xf36c-0xf370 (4) 0xf370|e8 03 |.. | speed: 1 (1000) (m/s) 0xf370-0xf372 (2) 0xf370| a6 | . | heart_rate: 166 (bpm) 0xf372-0xf373 (1) @@ -56360,7 +56360,7 @@ $ fq -d fit dv activity_dev.fit 0xf370| 00 | . | reserved: false 0xf379.3-0xf379.4 (0.1) 0xf370| 00 | . | local_message_type: 0 0xf379.4-0xf37a (0.4) | | | data_message{}: 0xf37a-0xf38b (17) -0xf370| 5a 7a b5 39 | Zz.9 | timestamp: 968194650 (s) 0xf37a-0xf37e (4) +0xf370| 5a 7a b5 39 | Zz.9 | timestamp: 968194650 (2020-09-04T22:57:30Z) 0xf37a-0xf37e (4) 0xf370| 18 42| .B| distance: 3446 (344600) (m) 0xf37e-0xf382 (4) 0xf380|05 00 |.. | 0xf380| e8 03 | .. | speed: 1 (1000) (m/s) 0xf382-0xf384 (2) @@ -56377,7 +56377,7 @@ $ fq -d fit dv activity_dev.fit 0xf380| 00 | . | reserved: false 0xf38b.3-0xf38b.4 (0.1) 0xf380| 00 | . | local_message_type: 0 0xf38b.4-0xf38c (0.4) | | | data_message{}: 0xf38c-0xf39d (17) -0xf380| 5b 7a b5 39| [z.9| timestamp: 968194651 (s) 0xf38c-0xf390 (4) +0xf380| 5b 7a b5 39| [z.9| timestamp: 968194651 (2020-09-04T22:57:31Z) 0xf38c-0xf390 (4) 0xf390|7c 42 05 00 ||B.. | distance: 3447 (344700) (m) 0xf390-0xf394 (4) 0xf390| e8 03 | .. | speed: 1 (1000) (m/s) 0xf394-0xf396 (2) 0xf390| 96 | . | heart_rate: 150 (bpm) 0xf396-0xf397 (1) @@ -56393,7 +56393,7 @@ $ fq -d fit dv activity_dev.fit 0xf390| 00 | . | reserved: false 0xf39d.3-0xf39d.4 (0.1) 0xf390| 00 | . | local_message_type: 0 0xf39d.4-0xf39e (0.4) | | | data_message{}: 0xf39e-0xf3af (17) -0xf390| 5c 7a| \z| timestamp: 968194652 (s) 0xf39e-0xf3a2 (4) +0xf390| 5c 7a| \z| timestamp: 968194652 (2020-09-04T22:57:32Z) 0xf39e-0xf3a2 (4) 0xf3a0|b5 39 |.9 | 0xf3a0| e0 42 05 00 | .B.. | distance: 3448 (344800) (m) 0xf3a2-0xf3a6 (4) 0xf3a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf3a6-0xf3a8 (2) @@ -56410,7 +56410,7 @@ $ fq -d fit dv activity_dev.fit 0xf3a0| 00| .| reserved: false 0xf3af.3-0xf3af.4 (0.1) 0xf3a0| 00| .| local_message_type: 0 0xf3af.4-0xf3b0 (0.4) | | | data_message{}: 0xf3b0-0xf3c1 (17) -0xf3b0|5d 7a b5 39 |]z.9 | timestamp: 968194653 (s) 0xf3b0-0xf3b4 (4) +0xf3b0|5d 7a b5 39 |]z.9 | timestamp: 968194653 (2020-09-04T22:57:33Z) 0xf3b0-0xf3b4 (4) 0xf3b0| 44 43 05 00 | DC.. | distance: 3449 (344900) (m) 0xf3b4-0xf3b8 (4) 0xf3b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf3b8-0xf3ba (2) 0xf3b0| 86 | . | heart_rate: 134 (bpm) 0xf3ba-0xf3bb (1) @@ -56426,7 +56426,7 @@ $ fq -d fit dv activity_dev.fit 0xf3c0| 00 | . | reserved: false 0xf3c1.3-0xf3c1.4 (0.1) 0xf3c0| 00 | . | local_message_type: 0 0xf3c1.4-0xf3c2 (0.4) | | | data_message{}: 0xf3c2-0xf3d3 (17) -0xf3c0| 5e 7a b5 39 | ^z.9 | timestamp: 968194654 (s) 0xf3c2-0xf3c6 (4) +0xf3c0| 5e 7a b5 39 | ^z.9 | timestamp: 968194654 (2020-09-04T22:57:34Z) 0xf3c2-0xf3c6 (4) 0xf3c0| a8 43 05 00 | .C.. | distance: 3450 (345000) (m) 0xf3c6-0xf3ca (4) 0xf3c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf3ca-0xf3cc (2) 0xf3c0| 7e | ~ | heart_rate: 126 (bpm) 0xf3cc-0xf3cd (1) @@ -56442,7 +56442,7 @@ $ fq -d fit dv activity_dev.fit 0xf3d0| 00 | . | reserved: false 0xf3d3.3-0xf3d3.4 (0.1) 0xf3d0| 00 | . | local_message_type: 0 0xf3d3.4-0xf3d4 (0.4) | | | data_message{}: 0xf3d4-0xf3e5 (17) -0xf3d0| 5f 7a b5 39 | _z.9 | timestamp: 968194655 (s) 0xf3d4-0xf3d8 (4) +0xf3d0| 5f 7a b5 39 | _z.9 | timestamp: 968194655 (2020-09-04T22:57:35Z) 0xf3d4-0xf3d8 (4) 0xf3d0| 0c 44 05 00 | .D.. | distance: 3451 (345100) (m) 0xf3d8-0xf3dc (4) 0xf3d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf3dc-0xf3de (2) 0xf3d0| 77 | w | heart_rate: 119 (bpm) 0xf3de-0xf3df (1) @@ -56458,7 +56458,7 @@ $ fq -d fit dv activity_dev.fit 0xf3e0| 00 | . | reserved: false 0xf3e5.3-0xf3e5.4 (0.1) 0xf3e0| 00 | . | local_message_type: 0 0xf3e5.4-0xf3e6 (0.4) | | | data_message{}: 0xf3e6-0xf3f7 (17) -0xf3e0| 60 7a b5 39 | `z.9 | timestamp: 968194656 (s) 0xf3e6-0xf3ea (4) +0xf3e0| 60 7a b5 39 | `z.9 | timestamp: 968194656 (2020-09-04T22:57:36Z) 0xf3e6-0xf3ea (4) 0xf3e0| 70 44 05 00 | pD.. | distance: 3452 (345200) (m) 0xf3ea-0xf3ee (4) 0xf3e0| e8 03| ..| speed: 1 (1000) (m/s) 0xf3ee-0xf3f0 (2) 0xf3f0|6f |o | heart_rate: 111 (bpm) 0xf3f0-0xf3f1 (1) @@ -56474,7 +56474,7 @@ $ fq -d fit dv activity_dev.fit 0xf3f0| 00 | . | reserved: false 0xf3f7.3-0xf3f7.4 (0.1) 0xf3f0| 00 | . | local_message_type: 0 0xf3f7.4-0xf3f8 (0.4) | | | data_message{}: 0xf3f8-0xf409 (17) -0xf3f0| 61 7a b5 39 | az.9 | timestamp: 968194657 (s) 0xf3f8-0xf3fc (4) +0xf3f0| 61 7a b5 39 | az.9 | timestamp: 968194657 (2020-09-04T22:57:37Z) 0xf3f8-0xf3fc (4) 0xf3f0| d4 44 05 00| .D..| distance: 3453 (345300) (m) 0xf3fc-0xf400 (4) 0xf400|e8 03 |.. | speed: 1 (1000) (m/s) 0xf400-0xf402 (2) 0xf400| 67 | g | heart_rate: 103 (bpm) 0xf402-0xf403 (1) @@ -56490,7 +56490,7 @@ $ fq -d fit dv activity_dev.fit 0xf400| 00 | . | reserved: false 0xf409.3-0xf409.4 (0.1) 0xf400| 00 | . | local_message_type: 0 0xf409.4-0xf40a (0.4) | | | data_message{}: 0xf40a-0xf41b (17) -0xf400| 62 7a b5 39 | bz.9 | timestamp: 968194658 (s) 0xf40a-0xf40e (4) +0xf400| 62 7a b5 39 | bz.9 | timestamp: 968194658 (2020-09-04T22:57:38Z) 0xf40a-0xf40e (4) 0xf400| 38 45| 8E| distance: 3454 (345400) (m) 0xf40e-0xf412 (4) 0xf410|05 00 |.. | 0xf410| e8 03 | .. | speed: 1 (1000) (m/s) 0xf412-0xf414 (2) @@ -56507,7 +56507,7 @@ $ fq -d fit dv activity_dev.fit 0xf410| 00 | . | reserved: false 0xf41b.3-0xf41b.4 (0.1) 0xf410| 00 | . | local_message_type: 0 0xf41b.4-0xf41c (0.4) | | | data_message{}: 0xf41c-0xf42d (17) -0xf410| 63 7a b5 39| cz.9| timestamp: 968194659 (s) 0xf41c-0xf420 (4) +0xf410| 63 7a b5 39| cz.9| timestamp: 968194659 (2020-09-04T22:57:39Z) 0xf41c-0xf420 (4) 0xf420|9c 45 05 00 |.E.. | distance: 3455 (345500) (m) 0xf420-0xf424 (4) 0xf420| e8 03 | .. | speed: 1 (1000) (m/s) 0xf424-0xf426 (2) 0xf420| 57 | W | heart_rate: 87 (bpm) 0xf426-0xf427 (1) @@ -56523,7 +56523,7 @@ $ fq -d fit dv activity_dev.fit 0xf420| 00 | . | reserved: false 0xf42d.3-0xf42d.4 (0.1) 0xf420| 00 | . | local_message_type: 0 0xf42d.4-0xf42e (0.4) | | | data_message{}: 0xf42e-0xf43f (17) -0xf420| 64 7a| dz| timestamp: 968194660 (s) 0xf42e-0xf432 (4) +0xf420| 64 7a| dz| timestamp: 968194660 (2020-09-04T22:57:40Z) 0xf42e-0xf432 (4) 0xf430|b5 39 |.9 | 0xf430| 00 46 05 00 | .F.. | distance: 3456 (345600) (m) 0xf432-0xf436 (4) 0xf430| e8 03 | .. | speed: 1 (1000) (m/s) 0xf436-0xf438 (2) @@ -56540,7 +56540,7 @@ $ fq -d fit dv activity_dev.fit 0xf430| 00| .| reserved: false 0xf43f.3-0xf43f.4 (0.1) 0xf430| 00| .| local_message_type: 0 0xf43f.4-0xf440 (0.4) | | | data_message{}: 0xf440-0xf451 (17) -0xf440|65 7a b5 39 |ez.9 | timestamp: 968194661 (s) 0xf440-0xf444 (4) +0xf440|65 7a b5 39 |ez.9 | timestamp: 968194661 (2020-09-04T22:57:41Z) 0xf440-0xf444 (4) 0xf440| 64 46 05 00 | dF.. | distance: 3457 (345700) (m) 0xf444-0xf448 (4) 0xf440| e8 03 | .. | speed: 1 (1000) (m/s) 0xf448-0xf44a (2) 0xf440| 48 | H | heart_rate: 72 (bpm) 0xf44a-0xf44b (1) @@ -56556,7 +56556,7 @@ $ fq -d fit dv activity_dev.fit 0xf450| 00 | . | reserved: false 0xf451.3-0xf451.4 (0.1) 0xf450| 00 | . | local_message_type: 0 0xf451.4-0xf452 (0.4) | | | data_message{}: 0xf452-0xf463 (17) -0xf450| 66 7a b5 39 | fz.9 | timestamp: 968194662 (s) 0xf452-0xf456 (4) +0xf450| 66 7a b5 39 | fz.9 | timestamp: 968194662 (2020-09-04T22:57:42Z) 0xf452-0xf456 (4) 0xf450| c8 46 05 00 | .F.. | distance: 3458 (345800) (m) 0xf456-0xf45a (4) 0xf450| e8 03 | .. | speed: 1 (1000) (m/s) 0xf45a-0xf45c (2) 0xf450| 41 | A | heart_rate: 65 (bpm) 0xf45c-0xf45d (1) @@ -56572,7 +56572,7 @@ $ fq -d fit dv activity_dev.fit 0xf460| 00 | . | reserved: false 0xf463.3-0xf463.4 (0.1) 0xf460| 00 | . | local_message_type: 0 0xf463.4-0xf464 (0.4) | | | data_message{}: 0xf464-0xf475 (17) -0xf460| 67 7a b5 39 | gz.9 | timestamp: 968194663 (s) 0xf464-0xf468 (4) +0xf460| 67 7a b5 39 | gz.9 | timestamp: 968194663 (2020-09-04T22:57:43Z) 0xf464-0xf468 (4) 0xf460| 2c 47 05 00 | ,G.. | distance: 3459 (345900) (m) 0xf468-0xf46c (4) 0xf460| e8 03 | .. | speed: 1 (1000) (m/s) 0xf46c-0xf46e (2) 0xf460| 3a | : | heart_rate: 58 (bpm) 0xf46e-0xf46f (1) @@ -56588,7 +56588,7 @@ $ fq -d fit dv activity_dev.fit 0xf470| 00 | . | reserved: false 0xf475.3-0xf475.4 (0.1) 0xf470| 00 | . | local_message_type: 0 0xf475.4-0xf476 (0.4) | | | data_message{}: 0xf476-0xf487 (17) -0xf470| 68 7a b5 39 | hz.9 | timestamp: 968194664 (s) 0xf476-0xf47a (4) +0xf470| 68 7a b5 39 | hz.9 | timestamp: 968194664 (2020-09-04T22:57:44Z) 0xf476-0xf47a (4) 0xf470| 90 47 05 00 | .G.. | distance: 3460 (346000) (m) 0xf47a-0xf47e (4) 0xf470| e8 03| ..| speed: 1 (1000) (m/s) 0xf47e-0xf480 (2) 0xf480|34 |4 | heart_rate: 52 (bpm) 0xf480-0xf481 (1) @@ -56604,7 +56604,7 @@ $ fq -d fit dv activity_dev.fit 0xf480| 00 | . | reserved: false 0xf487.3-0xf487.4 (0.1) 0xf480| 00 | . | local_message_type: 0 0xf487.4-0xf488 (0.4) | | | data_message{}: 0xf488-0xf499 (17) -0xf480| 69 7a b5 39 | iz.9 | timestamp: 968194665 (s) 0xf488-0xf48c (4) +0xf480| 69 7a b5 39 | iz.9 | timestamp: 968194665 (2020-09-04T22:57:45Z) 0xf488-0xf48c (4) 0xf480| f4 47 05 00| .G..| distance: 3461 (346100) (m) 0xf48c-0xf490 (4) 0xf490|e8 03 |.. | speed: 1 (1000) (m/s) 0xf490-0xf492 (2) 0xf490| 2e | . | heart_rate: 46 (bpm) 0xf492-0xf493 (1) @@ -56620,7 +56620,7 @@ $ fq -d fit dv activity_dev.fit 0xf490| 00 | . | reserved: false 0xf499.3-0xf499.4 (0.1) 0xf490| 00 | . | local_message_type: 0 0xf499.4-0xf49a (0.4) | | | data_message{}: 0xf49a-0xf4ab (17) -0xf490| 6a 7a b5 39 | jz.9 | timestamp: 968194666 (s) 0xf49a-0xf49e (4) +0xf490| 6a 7a b5 39 | jz.9 | timestamp: 968194666 (2020-09-04T22:57:46Z) 0xf49a-0xf49e (4) 0xf490| 58 48| XH| distance: 3462 (346200) (m) 0xf49e-0xf4a2 (4) 0xf4a0|05 00 |.. | 0xf4a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf4a2-0xf4a4 (2) @@ -56637,7 +56637,7 @@ $ fq -d fit dv activity_dev.fit 0xf4a0| 00 | . | reserved: false 0xf4ab.3-0xf4ab.4 (0.1) 0xf4a0| 00 | . | local_message_type: 0 0xf4ab.4-0xf4ac (0.4) | | | data_message{}: 0xf4ac-0xf4bd (17) -0xf4a0| 6b 7a b5 39| kz.9| timestamp: 968194667 (s) 0xf4ac-0xf4b0 (4) +0xf4a0| 6b 7a b5 39| kz.9| timestamp: 968194667 (2020-09-04T22:57:47Z) 0xf4ac-0xf4b0 (4) 0xf4b0|bc 48 05 00 |.H.. | distance: 3463 (346300) (m) 0xf4b0-0xf4b4 (4) 0xf4b0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf4b4-0xf4b6 (2) 0xf4b0| 22 | " | heart_rate: 34 (bpm) 0xf4b6-0xf4b7 (1) @@ -56653,7 +56653,7 @@ $ fq -d fit dv activity_dev.fit 0xf4b0| 00 | . | reserved: false 0xf4bd.3-0xf4bd.4 (0.1) 0xf4b0| 00 | . | local_message_type: 0 0xf4bd.4-0xf4be (0.4) | | | data_message{}: 0xf4be-0xf4cf (17) -0xf4b0| 6c 7a| lz| timestamp: 968194668 (s) 0xf4be-0xf4c2 (4) +0xf4b0| 6c 7a| lz| timestamp: 968194668 (2020-09-04T22:57:48Z) 0xf4be-0xf4c2 (4) 0xf4c0|b5 39 |.9 | 0xf4c0| 20 49 05 00 | I.. | distance: 3464 (346400) (m) 0xf4c2-0xf4c6 (4) 0xf4c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf4c6-0xf4c8 (2) @@ -56670,7 +56670,7 @@ $ fq -d fit dv activity_dev.fit 0xf4c0| 00| .| reserved: false 0xf4cf.3-0xf4cf.4 (0.1) 0xf4c0| 00| .| local_message_type: 0 0xf4cf.4-0xf4d0 (0.4) | | | data_message{}: 0xf4d0-0xf4e1 (17) -0xf4d0|6d 7a b5 39 |mz.9 | timestamp: 968194669 (s) 0xf4d0-0xf4d4 (4) +0xf4d0|6d 7a b5 39 |mz.9 | timestamp: 968194669 (2020-09-04T22:57:49Z) 0xf4d0-0xf4d4 (4) 0xf4d0| 84 49 05 00 | .I.. | distance: 3465 (346500) (m) 0xf4d4-0xf4d8 (4) 0xf4d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf4d8-0xf4da (2) 0xf4d0| 18 | . | heart_rate: 24 (bpm) 0xf4da-0xf4db (1) @@ -56686,7 +56686,7 @@ $ fq -d fit dv activity_dev.fit 0xf4e0| 00 | . | reserved: false 0xf4e1.3-0xf4e1.4 (0.1) 0xf4e0| 00 | . | local_message_type: 0 0xf4e1.4-0xf4e2 (0.4) | | | data_message{}: 0xf4e2-0xf4f3 (17) -0xf4e0| 6e 7a b5 39 | nz.9 | timestamp: 968194670 (s) 0xf4e2-0xf4e6 (4) +0xf4e0| 6e 7a b5 39 | nz.9 | timestamp: 968194670 (2020-09-04T22:57:50Z) 0xf4e2-0xf4e6 (4) 0xf4e0| e8 49 05 00 | .I.. | distance: 3466 (346600) (m) 0xf4e6-0xf4ea (4) 0xf4e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf4ea-0xf4ec (2) 0xf4e0| 13 | . | heart_rate: 19 (bpm) 0xf4ec-0xf4ed (1) @@ -56702,7 +56702,7 @@ $ fq -d fit dv activity_dev.fit 0xf4f0| 00 | . | reserved: false 0xf4f3.3-0xf4f3.4 (0.1) 0xf4f0| 00 | . | local_message_type: 0 0xf4f3.4-0xf4f4 (0.4) | | | data_message{}: 0xf4f4-0xf505 (17) -0xf4f0| 6f 7a b5 39 | oz.9 | timestamp: 968194671 (s) 0xf4f4-0xf4f8 (4) +0xf4f0| 6f 7a b5 39 | oz.9 | timestamp: 968194671 (2020-09-04T22:57:51Z) 0xf4f4-0xf4f8 (4) 0xf4f0| 4c 4a 05 00 | LJ.. | distance: 3467 (346700) (m) 0xf4f8-0xf4fc (4) 0xf4f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf4fc-0xf4fe (2) 0xf4f0| 0f | . | heart_rate: 15 (bpm) 0xf4fe-0xf4ff (1) @@ -56718,7 +56718,7 @@ $ fq -d fit dv activity_dev.fit 0xf500| 00 | . | reserved: false 0xf505.3-0xf505.4 (0.1) 0xf500| 00 | . | local_message_type: 0 0xf505.4-0xf506 (0.4) | | | data_message{}: 0xf506-0xf517 (17) -0xf500| 70 7a b5 39 | pz.9 | timestamp: 968194672 (s) 0xf506-0xf50a (4) +0xf500| 70 7a b5 39 | pz.9 | timestamp: 968194672 (2020-09-04T22:57:52Z) 0xf506-0xf50a (4) 0xf500| b0 4a 05 00 | .J.. | distance: 3468 (346800) (m) 0xf50a-0xf50e (4) 0xf500| e8 03| ..| speed: 1 (1000) (m/s) 0xf50e-0xf510 (2) 0xf510|0c |. | heart_rate: 12 (bpm) 0xf510-0xf511 (1) @@ -56734,7 +56734,7 @@ $ fq -d fit dv activity_dev.fit 0xf510| 00 | . | reserved: false 0xf517.3-0xf517.4 (0.1) 0xf510| 00 | . | local_message_type: 0 0xf517.4-0xf518 (0.4) | | | data_message{}: 0xf518-0xf529 (17) -0xf510| 71 7a b5 39 | qz.9 | timestamp: 968194673 (s) 0xf518-0xf51c (4) +0xf510| 71 7a b5 39 | qz.9 | timestamp: 968194673 (2020-09-04T22:57:53Z) 0xf518-0xf51c (4) 0xf510| 14 4b 05 00| .K..| distance: 3469 (346900) (m) 0xf51c-0xf520 (4) 0xf520|e8 03 |.. | speed: 1 (1000) (m/s) 0xf520-0xf522 (2) 0xf520| 08 | . | heart_rate: 8 (bpm) 0xf522-0xf523 (1) @@ -56750,7 +56750,7 @@ $ fq -d fit dv activity_dev.fit 0xf520| 00 | . | reserved: false 0xf529.3-0xf529.4 (0.1) 0xf520| 00 | . | local_message_type: 0 0xf529.4-0xf52a (0.4) | | | data_message{}: 0xf52a-0xf53b (17) -0xf520| 72 7a b5 39 | rz.9 | timestamp: 968194674 (s) 0xf52a-0xf52e (4) +0xf520| 72 7a b5 39 | rz.9 | timestamp: 968194674 (2020-09-04T22:57:54Z) 0xf52a-0xf52e (4) 0xf520| 78 4b| xK| distance: 3470 (347000) (m) 0xf52e-0xf532 (4) 0xf530|05 00 |.. | 0xf530| e8 03 | .. | speed: 1 (1000) (m/s) 0xf532-0xf534 (2) @@ -56767,7 +56767,7 @@ $ fq -d fit dv activity_dev.fit 0xf530| 00 | . | reserved: false 0xf53b.3-0xf53b.4 (0.1) 0xf530| 00 | . | local_message_type: 0 0xf53b.4-0xf53c (0.4) | | | data_message{}: 0xf53c-0xf54d (17) -0xf530| 73 7a b5 39| sz.9| timestamp: 968194675 (s) 0xf53c-0xf540 (4) +0xf530| 73 7a b5 39| sz.9| timestamp: 968194675 (2020-09-04T22:57:55Z) 0xf53c-0xf540 (4) 0xf540|dc 4b 05 00 |.K.. | distance: 3471 (347100) (m) 0xf540-0xf544 (4) 0xf540| e8 03 | .. | speed: 1 (1000) (m/s) 0xf544-0xf546 (2) 0xf540| 03 | . | heart_rate: 3 (bpm) 0xf546-0xf547 (1) @@ -56783,7 +56783,7 @@ $ fq -d fit dv activity_dev.fit 0xf540| 00 | . | reserved: false 0xf54d.3-0xf54d.4 (0.1) 0xf540| 00 | . | local_message_type: 0 0xf54d.4-0xf54e (0.4) | | | data_message{}: 0xf54e-0xf55f (17) -0xf540| 74 7a| tz| timestamp: 968194676 (s) 0xf54e-0xf552 (4) +0xf540| 74 7a| tz| timestamp: 968194676 (2020-09-04T22:57:56Z) 0xf54e-0xf552 (4) 0xf550|b5 39 |.9 | 0xf550| 40 4c 05 00 | @L.. | distance: 3472 (347200) (m) 0xf552-0xf556 (4) 0xf550| e8 03 | .. | speed: 1 (1000) (m/s) 0xf556-0xf558 (2) @@ -56800,7 +56800,7 @@ $ fq -d fit dv activity_dev.fit 0xf550| 00| .| reserved: false 0xf55f.3-0xf55f.4 (0.1) 0xf550| 00| .| local_message_type: 0 0xf55f.4-0xf560 (0.4) | | | data_message{}: 0xf560-0xf571 (17) -0xf560|75 7a b5 39 |uz.9 | timestamp: 968194677 (s) 0xf560-0xf564 (4) +0xf560|75 7a b5 39 |uz.9 | timestamp: 968194677 (2020-09-04T22:57:57Z) 0xf560-0xf564 (4) 0xf560| a4 4c 05 00 | .L.. | distance: 3473 (347300) (m) 0xf564-0xf568 (4) 0xf560| e8 03 | .. | speed: 1 (1000) (m/s) 0xf568-0xf56a (2) 0xf560| 01 | . | heart_rate: 1 (bpm) 0xf56a-0xf56b (1) @@ -56816,7 +56816,7 @@ $ fq -d fit dv activity_dev.fit 0xf570| 00 | . | reserved: false 0xf571.3-0xf571.4 (0.1) 0xf570| 00 | . | local_message_type: 0 0xf571.4-0xf572 (0.4) | | | data_message{}: 0xf572-0xf583 (17) -0xf570| 76 7a b5 39 | vz.9 | timestamp: 968194678 (s) 0xf572-0xf576 (4) +0xf570| 76 7a b5 39 | vz.9 | timestamp: 968194678 (2020-09-04T22:57:58Z) 0xf572-0xf576 (4) 0xf570| 08 4d 05 00 | .M.. | distance: 3474 (347400) (m) 0xf576-0xf57a (4) 0xf570| e8 03 | .. | speed: 1 (1000) (m/s) 0xf57a-0xf57c (2) 0xf570| 00 | . | heart_rate: 0 (bpm) 0xf57c-0xf57d (1) @@ -56832,7 +56832,7 @@ $ fq -d fit dv activity_dev.fit 0xf580| 00 | . | reserved: false 0xf583.3-0xf583.4 (0.1) 0xf580| 00 | . | local_message_type: 0 0xf583.4-0xf584 (0.4) | | | data_message{}: 0xf584-0xf595 (17) -0xf580| 77 7a b5 39 | wz.9 | timestamp: 968194679 (s) 0xf584-0xf588 (4) +0xf580| 77 7a b5 39 | wz.9 | timestamp: 968194679 (2020-09-04T22:57:59Z) 0xf584-0xf588 (4) 0xf580| 6c 4d 05 00 | lM.. | distance: 3475 (347500) (m) 0xf588-0xf58c (4) 0xf580| e8 03 | .. | speed: 1 (1000) (m/s) 0xf58c-0xf58e (2) 0xf580| 00 | . | heart_rate: 0 (bpm) 0xf58e-0xf58f (1) @@ -56848,7 +56848,7 @@ $ fq -d fit dv activity_dev.fit 0xf590| 00 | . | reserved: false 0xf595.3-0xf595.4 (0.1) 0xf590| 00 | . | local_message_type: 0 0xf595.4-0xf596 (0.4) | | | data_message{}: 0xf596-0xf5a7 (17) -0xf590| 78 7a b5 39 | xz.9 | timestamp: 968194680 (s) 0xf596-0xf59a (4) +0xf590| 78 7a b5 39 | xz.9 | timestamp: 968194680 (2020-09-04T22:58:00Z) 0xf596-0xf59a (4) 0xf590| d0 4d 05 00 | .M.. | distance: 3476 (347600) (m) 0xf59a-0xf59e (4) 0xf590| e8 03| ..| speed: 1 (1000) (m/s) 0xf59e-0xf5a0 (2) 0xf5a0|00 |. | heart_rate: 0 (bpm) 0xf5a0-0xf5a1 (1) @@ -56864,7 +56864,7 @@ $ fq -d fit dv activity_dev.fit 0xf5a0| 00 | . | reserved: false 0xf5a7.3-0xf5a7.4 (0.1) 0xf5a0| 00 | . | local_message_type: 0 0xf5a7.4-0xf5a8 (0.4) | | | data_message{}: 0xf5a8-0xf5b9 (17) -0xf5a0| 79 7a b5 39 | yz.9 | timestamp: 968194681 (s) 0xf5a8-0xf5ac (4) +0xf5a0| 79 7a b5 39 | yz.9 | timestamp: 968194681 (2020-09-04T22:58:01Z) 0xf5a8-0xf5ac (4) 0xf5a0| 34 4e 05 00| 4N..| distance: 3477 (347700) (m) 0xf5ac-0xf5b0 (4) 0xf5b0|e8 03 |.. | speed: 1 (1000) (m/s) 0xf5b0-0xf5b2 (2) 0xf5b0| 01 | . | heart_rate: 1 (bpm) 0xf5b2-0xf5b3 (1) @@ -56880,7 +56880,7 @@ $ fq -d fit dv activity_dev.fit 0xf5b0| 00 | . | reserved: false 0xf5b9.3-0xf5b9.4 (0.1) 0xf5b0| 00 | . | local_message_type: 0 0xf5b9.4-0xf5ba (0.4) | | | data_message{}: 0xf5ba-0xf5cb (17) -0xf5b0| 7a 7a b5 39 | zz.9 | timestamp: 968194682 (s) 0xf5ba-0xf5be (4) +0xf5b0| 7a 7a b5 39 | zz.9 | timestamp: 968194682 (2020-09-04T22:58:02Z) 0xf5ba-0xf5be (4) 0xf5b0| 98 4e| .N| distance: 3478 (347800) (m) 0xf5be-0xf5c2 (4) 0xf5c0|05 00 |.. | 0xf5c0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf5c2-0xf5c4 (2) @@ -56897,7 +56897,7 @@ $ fq -d fit dv activity_dev.fit 0xf5c0| 00 | . | reserved: false 0xf5cb.3-0xf5cb.4 (0.1) 0xf5c0| 00 | . | local_message_type: 0 0xf5cb.4-0xf5cc (0.4) | | | data_message{}: 0xf5cc-0xf5dd (17) -0xf5c0| 7b 7a b5 39| {z.9| timestamp: 968194683 (s) 0xf5cc-0xf5d0 (4) +0xf5c0| 7b 7a b5 39| {z.9| timestamp: 968194683 (2020-09-04T22:58:03Z) 0xf5cc-0xf5d0 (4) 0xf5d0|fc 4e 05 00 |.N.. | distance: 3479 (347900) (m) 0xf5d0-0xf5d4 (4) 0xf5d0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf5d4-0xf5d6 (2) 0xf5d0| 03 | . | heart_rate: 3 (bpm) 0xf5d6-0xf5d7 (1) @@ -56913,7 +56913,7 @@ $ fq -d fit dv activity_dev.fit 0xf5d0| 00 | . | reserved: false 0xf5dd.3-0xf5dd.4 (0.1) 0xf5d0| 00 | . | local_message_type: 0 0xf5dd.4-0xf5de (0.4) | | | data_message{}: 0xf5de-0xf5ef (17) -0xf5d0| 7c 7a| |z| timestamp: 968194684 (s) 0xf5de-0xf5e2 (4) +0xf5d0| 7c 7a| |z| timestamp: 968194684 (2020-09-04T22:58:04Z) 0xf5de-0xf5e2 (4) 0xf5e0|b5 39 |.9 | 0xf5e0| 60 4f 05 00 | `O.. | distance: 3480 (348000) (m) 0xf5e2-0xf5e6 (4) 0xf5e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf5e6-0xf5e8 (2) @@ -56930,7 +56930,7 @@ $ fq -d fit dv activity_dev.fit 0xf5e0| 00| .| reserved: false 0xf5ef.3-0xf5ef.4 (0.1) 0xf5e0| 00| .| local_message_type: 0 0xf5ef.4-0xf5f0 (0.4) | | | data_message{}: 0xf5f0-0xf601 (17) -0xf5f0|7d 7a b5 39 |}z.9 | timestamp: 968194685 (s) 0xf5f0-0xf5f4 (4) +0xf5f0|7d 7a b5 39 |}z.9 | timestamp: 968194685 (2020-09-04T22:58:05Z) 0xf5f0-0xf5f4 (4) 0xf5f0| c4 4f 05 00 | .O.. | distance: 3481 (348100) (m) 0xf5f4-0xf5f8 (4) 0xf5f0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf5f8-0xf5fa (2) 0xf5f0| 08 | . | heart_rate: 8 (bpm) 0xf5fa-0xf5fb (1) @@ -56946,7 +56946,7 @@ $ fq -d fit dv activity_dev.fit 0xf600| 00 | . | reserved: false 0xf601.3-0xf601.4 (0.1) 0xf600| 00 | . | local_message_type: 0 0xf601.4-0xf602 (0.4) | | | data_message{}: 0xf602-0xf613 (17) -0xf600| 7e 7a b5 39 | ~z.9 | timestamp: 968194686 (s) 0xf602-0xf606 (4) +0xf600| 7e 7a b5 39 | ~z.9 | timestamp: 968194686 (2020-09-04T22:58:06Z) 0xf602-0xf606 (4) 0xf600| 28 50 05 00 | (P.. | distance: 3482 (348200) (m) 0xf606-0xf60a (4) 0xf600| e8 03 | .. | speed: 1 (1000) (m/s) 0xf60a-0xf60c (2) 0xf600| 0c | . | heart_rate: 12 (bpm) 0xf60c-0xf60d (1) @@ -56962,7 +56962,7 @@ $ fq -d fit dv activity_dev.fit 0xf610| 00 | . | reserved: false 0xf613.3-0xf613.4 (0.1) 0xf610| 00 | . | local_message_type: 0 0xf613.4-0xf614 (0.4) | | | data_message{}: 0xf614-0xf625 (17) -0xf610| 7f 7a b5 39 | .z.9 | timestamp: 968194687 (s) 0xf614-0xf618 (4) +0xf610| 7f 7a b5 39 | .z.9 | timestamp: 968194687 (2020-09-04T22:58:07Z) 0xf614-0xf618 (4) 0xf610| 8c 50 05 00 | .P.. | distance: 3483 (348300) (m) 0xf618-0xf61c (4) 0xf610| e8 03 | .. | speed: 1 (1000) (m/s) 0xf61c-0xf61e (2) 0xf610| 0f | . | heart_rate: 15 (bpm) 0xf61e-0xf61f (1) @@ -56978,7 +56978,7 @@ $ fq -d fit dv activity_dev.fit 0xf620| 00 | . | reserved: false 0xf625.3-0xf625.4 (0.1) 0xf620| 00 | . | local_message_type: 0 0xf625.4-0xf626 (0.4) | | | data_message{}: 0xf626-0xf637 (17) -0xf620| 80 7a b5 39 | .z.9 | timestamp: 968194688 (s) 0xf626-0xf62a (4) +0xf620| 80 7a b5 39 | .z.9 | timestamp: 968194688 (2020-09-04T22:58:08Z) 0xf626-0xf62a (4) 0xf620| f0 50 05 00 | .P.. | distance: 3484 (348400) (m) 0xf62a-0xf62e (4) 0xf620| e8 03| ..| speed: 1 (1000) (m/s) 0xf62e-0xf630 (2) 0xf630|13 |. | heart_rate: 19 (bpm) 0xf630-0xf631 (1) @@ -56994,7 +56994,7 @@ $ fq -d fit dv activity_dev.fit 0xf630| 00 | . | reserved: false 0xf637.3-0xf637.4 (0.1) 0xf630| 00 | . | local_message_type: 0 0xf637.4-0xf638 (0.4) | | | data_message{}: 0xf638-0xf649 (17) -0xf630| 81 7a b5 39 | .z.9 | timestamp: 968194689 (s) 0xf638-0xf63c (4) +0xf630| 81 7a b5 39 | .z.9 | timestamp: 968194689 (2020-09-04T22:58:09Z) 0xf638-0xf63c (4) 0xf630| 54 51 05 00| TQ..| distance: 3485 (348500) (m) 0xf63c-0xf640 (4) 0xf640|e8 03 |.. | speed: 1 (1000) (m/s) 0xf640-0xf642 (2) 0xf640| 18 | . | heart_rate: 24 (bpm) 0xf642-0xf643 (1) @@ -57010,7 +57010,7 @@ $ fq -d fit dv activity_dev.fit 0xf640| 00 | . | reserved: false 0xf649.3-0xf649.4 (0.1) 0xf640| 00 | . | local_message_type: 0 0xf649.4-0xf64a (0.4) | | | data_message{}: 0xf64a-0xf65b (17) -0xf640| 82 7a b5 39 | .z.9 | timestamp: 968194690 (s) 0xf64a-0xf64e (4) +0xf640| 82 7a b5 39 | .z.9 | timestamp: 968194690 (2020-09-04T22:58:10Z) 0xf64a-0xf64e (4) 0xf640| b8 51| .Q| distance: 3486 (348600) (m) 0xf64e-0xf652 (4) 0xf650|05 00 |.. | 0xf650| e8 03 | .. | speed: 1 (1000) (m/s) 0xf652-0xf654 (2) @@ -57027,7 +57027,7 @@ $ fq -d fit dv activity_dev.fit 0xf650| 00 | . | reserved: false 0xf65b.3-0xf65b.4 (0.1) 0xf650| 00 | . | local_message_type: 0 0xf65b.4-0xf65c (0.4) | | | data_message{}: 0xf65c-0xf66d (17) -0xf650| 83 7a b5 39| .z.9| timestamp: 968194691 (s) 0xf65c-0xf660 (4) +0xf650| 83 7a b5 39| .z.9| timestamp: 968194691 (2020-09-04T22:58:11Z) 0xf65c-0xf660 (4) 0xf660|1c 52 05 00 |.R.. | distance: 3487 (348700) (m) 0xf660-0xf664 (4) 0xf660| e8 03 | .. | speed: 1 (1000) (m/s) 0xf664-0xf666 (2) 0xf660| 22 | " | heart_rate: 34 (bpm) 0xf666-0xf667 (1) @@ -57043,7 +57043,7 @@ $ fq -d fit dv activity_dev.fit 0xf660| 00 | . | reserved: false 0xf66d.3-0xf66d.4 (0.1) 0xf660| 00 | . | local_message_type: 0 0xf66d.4-0xf66e (0.4) | | | data_message{}: 0xf66e-0xf67f (17) -0xf660| 84 7a| .z| timestamp: 968194692 (s) 0xf66e-0xf672 (4) +0xf660| 84 7a| .z| timestamp: 968194692 (2020-09-04T22:58:12Z) 0xf66e-0xf672 (4) 0xf670|b5 39 |.9 | 0xf670| 80 52 05 00 | .R.. | distance: 3488 (348800) (m) 0xf672-0xf676 (4) 0xf670| e8 03 | .. | speed: 1 (1000) (m/s) 0xf676-0xf678 (2) @@ -57060,7 +57060,7 @@ $ fq -d fit dv activity_dev.fit 0xf670| 00| .| reserved: false 0xf67f.3-0xf67f.4 (0.1) 0xf670| 00| .| local_message_type: 0 0xf67f.4-0xf680 (0.4) | | | data_message{}: 0xf680-0xf691 (17) -0xf680|85 7a b5 39 |.z.9 | timestamp: 968194693 (s) 0xf680-0xf684 (4) +0xf680|85 7a b5 39 |.z.9 | timestamp: 968194693 (2020-09-04T22:58:13Z) 0xf680-0xf684 (4) 0xf680| e4 52 05 00 | .R.. | distance: 3489 (348900) (m) 0xf684-0xf688 (4) 0xf680| e8 03 | .. | speed: 1 (1000) (m/s) 0xf688-0xf68a (2) 0xf680| 2e | . | heart_rate: 46 (bpm) 0xf68a-0xf68b (1) @@ -57076,7 +57076,7 @@ $ fq -d fit dv activity_dev.fit 0xf690| 00 | . | reserved: false 0xf691.3-0xf691.4 (0.1) 0xf690| 00 | . | local_message_type: 0 0xf691.4-0xf692 (0.4) | | | data_message{}: 0xf692-0xf6a3 (17) -0xf690| 86 7a b5 39 | .z.9 | timestamp: 968194694 (s) 0xf692-0xf696 (4) +0xf690| 86 7a b5 39 | .z.9 | timestamp: 968194694 (2020-09-04T22:58:14Z) 0xf692-0xf696 (4) 0xf690| 48 53 05 00 | HS.. | distance: 3490 (349000) (m) 0xf696-0xf69a (4) 0xf690| e8 03 | .. | speed: 1 (1000) (m/s) 0xf69a-0xf69c (2) 0xf690| 34 | 4 | heart_rate: 52 (bpm) 0xf69c-0xf69d (1) @@ -57092,7 +57092,7 @@ $ fq -d fit dv activity_dev.fit 0xf6a0| 00 | . | reserved: false 0xf6a3.3-0xf6a3.4 (0.1) 0xf6a0| 00 | . | local_message_type: 0 0xf6a3.4-0xf6a4 (0.4) | | | data_message{}: 0xf6a4-0xf6b5 (17) -0xf6a0| 87 7a b5 39 | .z.9 | timestamp: 968194695 (s) 0xf6a4-0xf6a8 (4) +0xf6a0| 87 7a b5 39 | .z.9 | timestamp: 968194695 (2020-09-04T22:58:15Z) 0xf6a4-0xf6a8 (4) 0xf6a0| ac 53 05 00 | .S.. | distance: 3491 (349100) (m) 0xf6a8-0xf6ac (4) 0xf6a0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf6ac-0xf6ae (2) 0xf6a0| 3a | : | heart_rate: 58 (bpm) 0xf6ae-0xf6af (1) @@ -57108,7 +57108,7 @@ $ fq -d fit dv activity_dev.fit 0xf6b0| 00 | . | reserved: false 0xf6b5.3-0xf6b5.4 (0.1) 0xf6b0| 00 | . | local_message_type: 0 0xf6b5.4-0xf6b6 (0.4) | | | data_message{}: 0xf6b6-0xf6c7 (17) -0xf6b0| 88 7a b5 39 | .z.9 | timestamp: 968194696 (s) 0xf6b6-0xf6ba (4) +0xf6b0| 88 7a b5 39 | .z.9 | timestamp: 968194696 (2020-09-04T22:58:16Z) 0xf6b6-0xf6ba (4) 0xf6b0| 10 54 05 00 | .T.. | distance: 3492 (349200) (m) 0xf6ba-0xf6be (4) 0xf6b0| e8 03| ..| speed: 1 (1000) (m/s) 0xf6be-0xf6c0 (2) 0xf6c0|41 |A | heart_rate: 65 (bpm) 0xf6c0-0xf6c1 (1) @@ -57124,7 +57124,7 @@ $ fq -d fit dv activity_dev.fit 0xf6c0| 00 | . | reserved: false 0xf6c7.3-0xf6c7.4 (0.1) 0xf6c0| 00 | . | local_message_type: 0 0xf6c7.4-0xf6c8 (0.4) | | | data_message{}: 0xf6c8-0xf6d9 (17) -0xf6c0| 89 7a b5 39 | .z.9 | timestamp: 968194697 (s) 0xf6c8-0xf6cc (4) +0xf6c0| 89 7a b5 39 | .z.9 | timestamp: 968194697 (2020-09-04T22:58:17Z) 0xf6c8-0xf6cc (4) 0xf6c0| 74 54 05 00| tT..| distance: 3493 (349300) (m) 0xf6cc-0xf6d0 (4) 0xf6d0|e8 03 |.. | speed: 1 (1000) (m/s) 0xf6d0-0xf6d2 (2) 0xf6d0| 48 | H | heart_rate: 72 (bpm) 0xf6d2-0xf6d3 (1) @@ -57140,7 +57140,7 @@ $ fq -d fit dv activity_dev.fit 0xf6d0| 00 | . | reserved: false 0xf6d9.3-0xf6d9.4 (0.1) 0xf6d0| 00 | . | local_message_type: 0 0xf6d9.4-0xf6da (0.4) | | | data_message{}: 0xf6da-0xf6eb (17) -0xf6d0| 8a 7a b5 39 | .z.9 | timestamp: 968194698 (s) 0xf6da-0xf6de (4) +0xf6d0| 8a 7a b5 39 | .z.9 | timestamp: 968194698 (2020-09-04T22:58:18Z) 0xf6da-0xf6de (4) 0xf6d0| d8 54| .T| distance: 3494 (349400) (m) 0xf6de-0xf6e2 (4) 0xf6e0|05 00 |.. | 0xf6e0| e8 03 | .. | speed: 1 (1000) (m/s) 0xf6e2-0xf6e4 (2) @@ -57157,7 +57157,7 @@ $ fq -d fit dv activity_dev.fit 0xf6e0| 00 | . | reserved: false 0xf6eb.3-0xf6eb.4 (0.1) 0xf6e0| 00 | . | local_message_type: 0 0xf6eb.4-0xf6ec (0.4) | | | data_message{}: 0xf6ec-0xf6fd (17) -0xf6e0| 8b 7a b5 39| .z.9| timestamp: 968194699 (s) 0xf6ec-0xf6f0 (4) +0xf6e0| 8b 7a b5 39| .z.9| timestamp: 968194699 (2020-09-04T22:58:19Z) 0xf6ec-0xf6f0 (4) 0xf6f0|3c 55 05 00 |. @ | timestamp: 1075875134 (s) 0xbab-0xbaf (4) +0x0ba0| 3e 8d 20 40 | >. @ | timestamp: 1075875134 (2024-02-03T06:12:14Z) 0xbab-0xbaf (4) 0x0ba0| 77| w| distance: 293.03 (29303) (m) 0xbaf-0xbb3 (4) 0x0bb0|72 00 00 |r.. | 0x0bb0| 9a 08 | .. | speed: 2.202 (2202) (m/s) 0xbb3-0xbb5 (2) @@ -4086,7 +4086,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0be0| 0f | . | reserved: false 0xbe8.3-0xbe8.4 (0.1) 0x0be0| 0f | . | local_message_type: 15 0xbe8.4-0xbe9 (0.4) | | | data_message{}: 0xbe9-0xbf9 (16) -0x0be0| 47 8d 20 40 | G. @ | timestamp: 1075875143 (s) 0xbe9-0xbed (4) +0x0be0| 47 8d 20 40 | G. @ | timestamp: 1075875143 (2024-02-03T06:12:23Z) 0xbe9-0xbed (4) 0x0be0| 33 7a 00| 3z.| distance: 312.83 (31283) (m) 0xbed-0xbf1 (4) 0x0bf0|00 |. | 0x0bf0| 91 08 | .. | speed: 2.193 (2193) (m/s) 0xbf1-0xbf3 (2) @@ -4164,7 +4164,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0c10| 0f | . | reserved: false 0xc12.3-0xc12.4 (0.1) 0x0c10| 0f | . | local_message_type: 15 0xc12.4-0xc13 (0.4) | | | data_message{}: 0xc13-0xc23 (16) -0x0c10| 4c 8d 20 40 | L. @ | timestamp: 1075875148 (s) 0xc13-0xc17 (4) +0x0c10| 4c 8d 20 40 | L. @ | timestamp: 1075875148 (2024-02-03T06:12:28Z) 0xc13-0xc17 (4) 0x0c10| 7a 7e 00 00 | z~.. | distance: 323.78 (32378) (m) 0xc17-0xc1b (4) 0x0c10| 87 08 | .. | speed: 2.183 (2183) (m/s) 0xc1b-0xc1d (2) 0x0c10| 7e | ~ | heart_rate: 126 (bpm) 0xc1d-0xc1e (1) @@ -4301,7 +4301,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0c50| 0f | . | reserved: false 0xc55.3-0xc55.4 (0.1) 0x0c50| 0f | . | local_message_type: 15 0xc55.4-0xc56 (0.4) | | | data_message{}: 0xc56-0xc66 (16) -0x0c50| 56 8d 20 40 | V. @ | timestamp: 1075875158 (s) 0xc56-0xc5a (4) +0x0c50| 56 8d 20 40 | V. @ | timestamp: 1075875158 (2024-02-03T06:12:38Z) 0xc56-0xc5a (4) 0x0c50| 22 87 00 00 | "... | distance: 345.94 (34594) (m) 0xc5a-0xc5e (4) 0x0c50| f7 08| ..| speed: 2.295 (2295) (m/s) 0xc5e-0xc60 (2) 0x0c60|7e |~ | heart_rate: 126 (bpm) 0xc60-0xc61 (1) @@ -4402,7 +4402,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0c80| 0f | . | reserved: false 0xc89.3-0xc89.4 (0.1) 0x0c80| 0f | . | local_message_type: 15 0xc89.4-0xc8a (0.4) | | | data_message{}: 0xc8a-0xc9a (16) -0x0c80| 5d 8d 20 40 | ]. @ | timestamp: 1075875165 (s) 0xc8a-0xc8e (4) +0x0c80| 5d 8d 20 40 | ]. @ | timestamp: 1075875165 (2024-02-03T06:12:45Z) 0xc8a-0xc8e (4) 0x0c80| 62 8d| b.| distance: 361.94 (36194) (m) 0xc8e-0xc92 (4) 0x0c90|00 00 |.. | 0x0c90| db 08 | .. | speed: 2.267 (2267) (m/s) 0xc92-0xc94 (2) @@ -4528,7 +4528,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0cc0| 0f | . | reserved: false 0xcc7.3-0xcc7.4 (0.1) 0x0cc0| 0f | . | local_message_type: 15 0xcc7.4-0xcc8 (0.4) | | | data_message{}: 0xcc8-0xcd8 (16) -0x0cc0| 66 8d 20 40 | f. @ | timestamp: 1075875174 (s) 0xcc8-0xccc (4) +0x0cc0| 66 8d 20 40 | f. @ | timestamp: 1075875174 (2024-02-03T06:12:54Z) 0xcc8-0xccc (4) 0x0cc0| 4b 95 00 00| K...| distance: 382.19 (38219) (m) 0xccc-0xcd0 (4) 0x0cd0|bf 08 |.. | speed: 2.239 (2239) (m/s) 0xcd0-0xcd2 (2) 0x0cd0| 80 | . | heart_rate: 128 (bpm) 0xcd2-0xcd3 (1) @@ -4653,7 +4653,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0d00| 0f | . | reserved: false 0xd05.3-0xd05.4 (0.1) 0x0d00| 0f | . | local_message_type: 15 0xd05.4-0xd06 (0.4) | | | data_message{}: 0xd06-0xd16 (16) -0x0d00| 6f 8d 20 40 | o. @ | timestamp: 1075875183 (s) 0xd06-0xd0a (4) +0x0d00| 6f 8d 20 40 | o. @ | timestamp: 1075875183 (2024-02-03T06:13:03Z) 0xd06-0xd0a (4) 0x0d00| 1d 9d 00 00 | .... | distance: 402.21 (40221) (m) 0xd0a-0xd0e (4) 0x0d00| 9a 08| ..| speed: 2.202 (2202) (m/s) 0xd0e-0xd10 (2) 0x0d10|81 |. | heart_rate: 129 (bpm) 0xd10-0xd11 (1) @@ -4836,7 +4836,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0d60| 0f | . | reserved: false 0xd6a.3-0xd6a.4 (0.1) 0x0d60| 0f | . | local_message_type: 15 0xd6a.4-0xd6b (0.4) | | | data_message{}: 0xd6b-0xd7b (16) -0x0d60| 79 8d 20 40 | y. @ | timestamp: 1075875193 (s) 0xd6b-0xd6f (4) +0x0d60| 79 8d 20 40 | y. @ | timestamp: 1075875193 (2024-02-03T06:13:13Z) 0xd6b-0xd6f (4) 0x0d60| bc| .| distance: 424.28 (42428) (m) 0xd6f-0xd73 (4) 0x0d70|a5 00 00 |... | 0x0d70| b6 08 | .. | speed: 2.23 (2230) (m/s) 0xd73-0xd75 (2) @@ -4962,7 +4962,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0da0| 0f | . | reserved: false 0xda8.3-0xda8.4 (0.1) 0x0da0| 0f | . | local_message_type: 15 0xda8.4-0xda9 (0.4) | | | data_message{}: 0xda9-0xdb9 (16) -0x0da0| 82 8d 20 40 | .. @ | timestamp: 1075875202 (s) 0xda9-0xdad (4) +0x0da0| 82 8d 20 40 | .. @ | timestamp: 1075875202 (2024-02-03T06:13:22Z) 0xda9-0xdad (4) 0x0da0| 92 ad 00| ...| distance: 444.34 (44434) (m) 0xdad-0xdb1 (4) 0x0db0|00 |. | 0x0db0| ad 08 | .. | speed: 2.221 (2221) (m/s) 0xdb1-0xdb3 (2) @@ -5100,7 +5100,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0de0| 0f | . | reserved: false 0xdeb.3-0xdeb.4 (0.1) 0x0de0| 0f | . | local_message_type: 15 0xdeb.4-0xdec (0.4) | | | data_message{}: 0xdec-0xdfc (16) -0x0de0| 8c 8d 20 40| .. @| timestamp: 1075875212 (s) 0xdec-0xdf0 (4) +0x0de0| 8c 8d 20 40| .. @| timestamp: 1075875212 (2024-02-03T06:13:32Z) 0xdec-0xdf0 (4) 0x0df0|3c b6 00 00 |<... | distance: 466.52 (46652) (m) 0xdf0-0xdf4 (4) 0x0df0| a3 08 | .. | speed: 2.211 (2211) (m/s) 0xdf4-0xdf6 (2) 0x0df0| 7e | ~ | heart_rate: 126 (bpm) 0xdf6-0xdf7 (1) @@ -5237,7 +5237,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0e20| 0f | . | reserved: false 0xe2e.3-0xe2e.4 (0.1) 0x0e20| 0f | . | local_message_type: 15 0xe2e.4-0xe2f (0.4) | | | data_message{}: 0xe2f-0xe3f (16) -0x0e20| 96| .| timestamp: 1075875222 (s) 0xe2f-0xe33 (4) +0x0e20| 96| .| timestamp: 1075875222 (2024-02-03T06:13:42Z) 0xe2f-0xe33 (4) 0x0e30|8d 20 40 |. @ | 0x0e30| e6 be 00 00 | .... | distance: 488.7 (48870) (m) 0xe33-0xe37 (4) 0x0e30| ad 08 | .. | speed: 2.221 (2221) (m/s) 0xe37-0xe39 (2) @@ -5363,7 +5363,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0e60| 0f | . | reserved: false 0xe6c.3-0xe6c.4 (0.1) 0x0e60| 0f | . | local_message_type: 15 0xe6c.4-0xe6d (0.4) | | | data_message{}: 0xe6d-0xe7d (16) -0x0e60| 9f 8d 20| .. | timestamp: 1075875231 (s) 0xe6d-0xe71 (4) +0x0e60| 9f 8d 20| .. | timestamp: 1075875231 (2024-02-03T06:13:51Z) 0xe6d-0xe71 (4) 0x0e70|40 |@ | 0x0e70| e8 c6 00 00 | .... | distance: 509.2 (50920) (m) 0xe71-0xe75 (4) 0x0e70| 67 09 | g. | speed: 2.407 (2407) (m/s) 0xe75-0xe77 (2) @@ -5489,7 +5489,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0ea0| 0f | . | reserved: false 0xeaa.3-0xeaa.4 (0.1) 0x0ea0| 0f | . | local_message_type: 15 0xeaa.4-0xeab (0.4) | | | data_message{}: 0xeab-0xebb (16) -0x0ea0| a8 8d 20 40 | .. @ | timestamp: 1075875240 (s) 0xeab-0xeaf (4) +0x0ea0| a8 8d 20 40 | .. @ | timestamp: 1075875240 (2024-02-03T06:14:00Z) 0xeab-0xeaf (4) 0x0ea0| 36| 6| distance: 530.46 (53046) (m) 0xeaf-0xeb3 (4) 0x0eb0|cf 00 00 |... | 0x0eb0| 01 09 | .. | speed: 2.305 (2305) (m/s) 0xeb3-0xeb5 (2) @@ -5567,7 +5567,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0ed0| 0f | . | reserved: false 0xed4.3-0xed4.4 (0.1) 0x0ed0| 0f | . | local_message_type: 15 0xed4.4-0xed5 (0.4) | | | data_message{}: 0xed5-0xee5 (16) -0x0ed0| ad 8d 20 40 | .. @ | timestamp: 1075875245 (s) 0xed5-0xed9 (4) +0x0ed0| ad 8d 20 40 | .. @ | timestamp: 1075875245 (2024-02-03T06:14:05Z) 0xed5-0xed9 (4) 0x0ed0| ae d3 00 00 | .... | distance: 541.9 (54190) (m) 0xed9-0xedd (4) 0x0ed0| db 08 | .. | speed: 2.267 (2267) (m/s) 0xedd-0xedf (2) 0x0ed0| 83| .| heart_rate: 131 (bpm) 0xedf-0xee0 (1) @@ -5692,7 +5692,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0f10| 0f | . | reserved: false 0xf12.3-0xf12.4 (0.1) 0x0f10| 0f | . | local_message_type: 15 0xf12.4-0xf13 (0.4) | | | data_message{}: 0xf13-0xf23 (16) -0x0f10| b6 8d 20 40 | .. @ | timestamp: 1075875254 (s) 0xf13-0xf17 (4) +0x0f10| b6 8d 20 40 | .. @ | timestamp: 1075875254 (2024-02-03T06:14:14Z) 0xf13-0xf17 (4) 0x0f10| a7 db 00 00 | .... | distance: 562.31 (56231) (m) 0xf17-0xf1b (4) 0x0f10| e5 08 | .. | speed: 2.277 (2277) (m/s) 0xf1b-0xf1d (2) 0x0f10| 83 | . | heart_rate: 131 (bpm) 0xf1d-0xf1e (1) @@ -5817,7 +5817,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0f50|0f |. | reserved: false 0xf50.3-0xf50.4 (0.1) 0x0f50|0f |. | local_message_type: 15 0xf50.4-0xf51 (0.4) | | | data_message{}: 0xf51-0xf61 (16) -0x0f50| bf 8d 20 40 | .. @ | timestamp: 1075875263 (s) 0xf51-0xf55 (4) +0x0f50| bf 8d 20 40 | .. @ | timestamp: 1075875263 (2024-02-03T06:14:23Z) 0xf51-0xf55 (4) 0x0f50| 92 e3 00 00 | .... | distance: 582.58 (58258) (m) 0xf55-0xf59 (4) 0x0f50| db 08 | .. | speed: 2.267 (2267) (m/s) 0xf59-0xf5b (2) 0x0f50| 85 | . | heart_rate: 133 (bpm) 0xf5b-0xf5c (1) @@ -5942,7 +5942,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0f80| 0f | . | reserved: false 0xf8e.3-0xf8e.4 (0.1) 0x0f80| 0f | . | local_message_type: 15 0xf8e.4-0xf8f (0.4) | | | data_message{}: 0xf8f-0xf9f (16) -0x0f80| c8| .| timestamp: 1075875272 (s) 0xf8f-0xf93 (4) +0x0f80| c8| .| timestamp: 1075875272 (2024-02-03T06:14:32Z) 0xf8f-0xf93 (4) 0x0f90|8d 20 40 |. @ | 0x0f90| 87 eb 00 00 | .... | distance: 602.95 (60295) (m) 0xf93-0xf97 (4) 0x0f90| bf 08 | .. | speed: 2.239 (2239) (m/s) 0xf97-0xf99 (2) @@ -6080,7 +6080,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x0fd0| 0f | . | reserved: false 0xfd1.3-0xfd1.4 (0.1) 0x0fd0| 0f | . | local_message_type: 15 0xfd1.4-0xfd2 (0.4) | | | data_message{}: 0xfd2-0xfe2 (16) -0x0fd0| d2 8d 20 40 | .. @ | timestamp: 1075875282 (s) 0xfd2-0xfd6 (4) +0x0fd0| d2 8d 20 40 | .. @ | timestamp: 1075875282 (2024-02-03T06:14:42Z) 0xfd2-0xfd6 (4) 0x0fd0| 22 f4 00 00 | "... | distance: 624.98 (62498) (m) 0xfd6-0xfda (4) 0x0fd0| b6 08 | .. | speed: 2.23 (2230) (m/s) 0xfda-0xfdc (2) 0x0fd0| 84 | . | heart_rate: 132 (bpm) 0xfdc-0xfdd (1) @@ -6205,7 +6205,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1000| 0f| .| reserved: false 0x100f.3-0x100f.4 (0.1) 0x1000| 0f| .| local_message_type: 15 0x100f.4-0x1010 (0.4) | | | data_message{}: 0x1010-0x1020 (16) -0x1010|db 8d 20 40 |.. @ | timestamp: 1075875291 (s) 0x1010-0x1014 (4) +0x1010|db 8d 20 40 |.. @ | timestamp: 1075875291 (2024-02-03T06:14:51Z) 0x1010-0x1014 (4) 0x1010| f9 fb 00 00 | .... | distance: 645.05 (64505) (m) 0x1014-0x1018 (4) 0x1010| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x1018-0x101a (2) 0x1010| 85 | . | heart_rate: 133 (bpm) 0x101a-0x101b (1) @@ -6330,7 +6330,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1040| 0f | . | reserved: false 0x104d.3-0x104d.4 (0.1) 0x1040| 0f | . | local_message_type: 15 0x104d.4-0x104e (0.4) | | | data_message{}: 0x104e-0x105e (16) -0x1040| e4 8d| ..| timestamp: 1075875300 (s) 0x104e-0x1052 (4) +0x1040| e4 8d| ..| timestamp: 1075875300 (2024-02-03T06:15:00Z) 0x104e-0x1052 (4) 0x1050|20 40 | @ | 0x1050| d8 03 01 00 | .... | distance: 665.2 (66520) (m) 0x1052-0x1056 (4) 0x1050| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x1056-0x1058 (2) @@ -6456,7 +6456,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1080| 0f | . | reserved: false 0x108b.3-0x108b.4 (0.1) 0x1080| 0f | . | local_message_type: 15 0x108b.4-0x108c (0.4) | | | data_message{}: 0x108c-0x109c (16) -0x1080| ed 8d 20 40| .. @| timestamp: 1075875309 (s) 0x108c-0x1090 (4) +0x1080| ed 8d 20 40| .. @| timestamp: 1075875309 (2024-02-03T06:15:09Z) 0x108c-0x1090 (4) 0x1090|b0 0b 01 00 |.... | distance: 685.28 (68528) (m) 0x1090-0x1094 (4) 0x1090| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x1094-0x1096 (2) 0x1090| 86 | . | heart_rate: 134 (bpm) 0x1096-0x1097 (1) @@ -6593,7 +6593,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x10c0| 0f | . | reserved: false 0x10ce.3-0x10ce.4 (0.1) 0x10c0| 0f | . | local_message_type: 15 0x10ce.4-0x10cf (0.4) | | | data_message{}: 0x10cf-0x10df (16) -0x10c0| f7| .| timestamp: 1075875319 (s) 0x10cf-0x10d3 (4) +0x10c0| f7| .| timestamp: 1075875319 (2024-02-03T06:15:19Z) 0x10cf-0x10d3 (4) 0x10d0|8d 20 40 |. @ | 0x10d0| 52 14 01 00 | R... | distance: 707.38 (70738) (m) 0x10d3-0x10d7 (4) 0x10d0| ad 08 | .. | speed: 2.221 (2221) (m/s) 0x10d7-0x10d9 (2) @@ -6719,7 +6719,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1100| 0f | . | reserved: false 0x110c.3-0x110c.4 (0.1) 0x1100| 0f | . | local_message_type: 15 0x110c.4-0x110d (0.4) | | | data_message{}: 0x110d-0x111d (16) -0x1100| 00 8e 20| .. | timestamp: 1075875328 (s) 0x110d-0x1111 (4) +0x1100| 00 8e 20| .. | timestamp: 1075875328 (2024-02-03T06:15:28Z) 0x110d-0x1111 (4) 0x1110|40 |@ | 0x1110| 37 1c 01 00 | 7... | distance: 727.59 (72759) (m) 0x1111-0x1115 (4) 0x1110| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x1115-0x1117 (2) @@ -6857,7 +6857,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1140| 0f| .| reserved: false 0x114f.3-0x114f.4 (0.1) 0x1140| 0f| .| local_message_type: 15 0x114f.4-0x1150 (0.4) | | | data_message{}: 0x1150-0x1160 (16) -0x1150|0a 8e 20 40 |.. @ | timestamp: 1075875338 (s) 0x1150-0x1154 (4) +0x1150|0a 8e 20 40 |.. @ | timestamp: 1075875338 (2024-02-03T06:15:38Z) 0x1150-0x1154 (4) 0x1150| d7 24 01 00 | .$.. | distance: 749.67 (74967) (m) 0x1154-0x1158 (4) 0x1150| 9a 08 | .. | speed: 2.202 (2202) (m/s) 0x1158-0x115a (2) 0x1150| 87 | . | heart_rate: 135 (bpm) 0x115a-0x115b (1) @@ -6994,7 +6994,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1190| 0f | . | reserved: false 0x1192.3-0x1192.4 (0.1) 0x1190| 0f | . | local_message_type: 15 0x1192.4-0x1193 (0.4) | | | data_message{}: 0x1193-0x11a3 (16) -0x1190| 14 8e 20 40 | .. @ | timestamp: 1075875348 (s) 0x1193-0x1197 (4) +0x1190| 14 8e 20 40 | .. @ | timestamp: 1075875348 (2024-02-03T06:15:48Z) 0x1193-0x1197 (4) 0x1190| 74 2d 01 00 | t-.. | distance: 771.72 (77172) (m) 0x1197-0x119b (4) 0x1190| a3 08 | .. | speed: 2.211 (2211) (m/s) 0x119b-0x119d (2) 0x1190| 89 | . | heart_rate: 137 (bpm) 0x119d-0x119e (1) @@ -7107,7 +7107,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x11c0| 0f | . | reserved: false 0x11cb.3-0x11cb.4 (0.1) 0x11c0| 0f | . | local_message_type: 15 0x11cb.4-0x11cc (0.4) | | | data_message{}: 0x11cc-0x11dc (16) -0x11c0| 1c 8e 20 40| .. @| timestamp: 1075875356 (s) 0x11cc-0x11d0 (4) +0x11c0| 1c 8e 20 40| .. @| timestamp: 1075875356 (2024-02-03T06:15:56Z) 0x11cc-0x11d0 (4) 0x11d0|64 34 01 00 |d4.. | distance: 789.48 (78948) (m) 0x11d0-0x11d4 (4) 0x11d0| ad 08 | .. | speed: 2.221 (2221) (m/s) 0x11d4-0x11d6 (2) 0x11d0| 86 | . | heart_rate: 134 (bpm) 0x11d6-0x11d7 (1) @@ -7160,7 +7160,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x11e0| 0f | . | reserved: false 0x11eb.3-0x11eb.4 (0.1) 0x11e0| 0f | . | local_message_type: 15 0x11eb.4-0x11ec (0.4) | | | data_message{}: 0x11ec-0x11fc (16) -0x11e0| 1f 8e 20 40| .. @| timestamp: 1075875359 (s) 0x11ec-0x11f0 (4) +0x11e0| 1f 8e 20 40| .. @| timestamp: 1075875359 (2024-02-03T06:15:59Z) 0x11ec-0x11f0 (4) 0x11f0|fe 36 01 00 |.6.. | distance: 796.14 (79614) (m) 0x11f0-0x11f4 (4) 0x11f0| ad 08 | .. | speed: 2.221 (2221) (m/s) 0x11f4-0x11f6 (2) 0x11f0| 83 | . | heart_rate: 131 (bpm) 0x11f6-0x11f7 (1) @@ -7297,7 +7297,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1220| 0f | . | reserved: false 0x122e.3-0x122e.4 (0.1) 0x1220| 0f | . | local_message_type: 15 0x122e.4-0x122f (0.4) | | | data_message{}: 0x122f-0x123f (16) -0x1220| 29| )| timestamp: 1075875369 (s) 0x122f-0x1233 (4) +0x1220| 29| )| timestamp: 1075875369 (2024-02-03T06:16:09Z) 0x122f-0x1233 (4) 0x1230|8e 20 40 |. @ | 0x1230| a4 3f 01 00 | .?.. | distance: 818.28 (81828) (m) 0x1233-0x1237 (4) 0x1230| a3 08 | .. | speed: 2.211 (2211) (m/s) 0x1237-0x1239 (2) @@ -7423,7 +7423,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1260| 0f | . | reserved: false 0x126c.3-0x126c.4 (0.1) 0x1260| 0f | . | local_message_type: 15 0x126c.4-0x126d (0.4) | | | data_message{}: 0x126d-0x127d (16) -0x1260| 32 8e 20| 2. | timestamp: 1075875378 (s) 0x126d-0x1271 (4) +0x1260| 32 8e 20| 2. | timestamp: 1075875378 (2024-02-03T06:16:18Z) 0x126d-0x1271 (4) 0x1270|40 |@ | 0x1270| 7d 47 01 00 | }G.. | distance: 838.37 (83837) (m) 0x1271-0x1275 (4) 0x1270| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x1275-0x1277 (2) @@ -7549,7 +7549,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x12a0| 0f | . | reserved: false 0x12aa.3-0x12aa.4 (0.1) 0x12a0| 0f | . | local_message_type: 15 0x12aa.4-0x12ab (0.4) | | | data_message{}: 0x12ab-0x12bb (16) -0x12a0| 3b 8e 20 40 | ;. @ | timestamp: 1075875387 (s) 0x12ab-0x12af (4) +0x12a0| 3b 8e 20 40 | ;. @ | timestamp: 1075875387 (2024-02-03T06:16:27Z) 0x12ab-0x12af (4) 0x12a0| 4f| O| distance: 858.39 (85839) (m) 0x12af-0x12b3 (4) 0x12b0|4f 01 00 |O.. | 0x12b0| a3 08 | .. | speed: 2.211 (2211) (m/s) 0x12b3-0x12b5 (2) @@ -7687,7 +7687,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x12e0| 0f | . | reserved: false 0x12ed.3-0x12ed.4 (0.1) 0x12e0| 0f | . | local_message_type: 15 0x12ed.4-0x12ee (0.4) | | | data_message{}: 0x12ee-0x12fe (16) -0x12e0| 45 8e| E.| timestamp: 1075875397 (s) 0x12ee-0x12f2 (4) +0x12e0| 45 8e| E.| timestamp: 1075875397 (2024-02-03T06:16:37Z) 0x12ee-0x12f2 (4) 0x12f0|20 40 | @ | 0x12f0| f2 57 01 00 | .W.. | distance: 880.5 (88050) (m) 0x12f2-0x12f6 (4) 0x12f0| a3 08 | .. | speed: 2.211 (2211) (m/s) 0x12f6-0x12f8 (2) @@ -7813,7 +7813,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1320| 0f | . | reserved: false 0x132b.3-0x132b.4 (0.1) 0x1320| 0f | . | local_message_type: 15 0x132b.4-0x132c (0.4) | | | data_message{}: 0x132c-0x133c (16) -0x1320| 4e 8e 20 40| N. @| timestamp: 1075875406 (s) 0x132c-0x1330 (4) +0x1320| 4e 8e 20 40| N. @| timestamp: 1075875406 (2024-02-03T06:16:46Z) 0x132c-0x1330 (4) 0x1330|d3 5f 01 00 |._.. | distance: 900.67 (90067) (m) 0x1330-0x1334 (4) 0x1330| db 08 | .. | speed: 2.267 (2267) (m/s) 0x1334-0x1336 (2) 0x1330| 87 | . | heart_rate: 135 (bpm) 0x1336-0x1337 (1) @@ -7938,7 +7938,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1360| 0f | . | reserved: false 0x1369.3-0x1369.4 (0.1) 0x1360| 0f | . | local_message_type: 15 0x1369.4-0x136a (0.4) | | | data_message{}: 0x136a-0x137a (16) -0x1360| 57 8e 20 40 | W. @ | timestamp: 1075875415 (s) 0x136a-0x136e (4) +0x1360| 57 8e 20 40 | W. @ | timestamp: 1075875415 (2024-02-03T06:16:55Z) 0x136a-0x136e (4) 0x1360| d2 67| .g| distance: 921.14 (92114) (m) 0x136e-0x1372 (4) 0x1370|01 00 |.. | 0x1370| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x1372-0x1374 (2) @@ -8064,7 +8064,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x13a0| 0f | . | reserved: false 0x13a7.3-0x13a7.4 (0.1) 0x13a0| 0f | . | local_message_type: 15 0x13a7.4-0x13a8 (0.4) | | | data_message{}: 0x13a8-0x13b8 (16) -0x13a0| 60 8e 20 40 | `. @ | timestamp: 1075875424 (s) 0x13a8-0x13ac (4) +0x13a0| 60 8e 20 40 | `. @ | timestamp: 1075875424 (2024-02-03T06:17:04Z) 0x13a8-0x13ac (4) 0x13a0| e1 6f 01 00| .o..| distance: 941.77 (94177) (m) 0x13ac-0x13b0 (4) 0x13b0|01 09 |.. | speed: 2.305 (2305) (m/s) 0x13b0-0x13b2 (2) 0x13b0| 87 | . | heart_rate: 135 (bpm) 0x13b2-0x13b3 (1) @@ -8189,7 +8189,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x13e0| 0f | . | reserved: false 0x13e5.3-0x13e5.4 (0.1) 0x13e0| 0f | . | local_message_type: 15 0x13e5.4-0x13e6 (0.4) | | | data_message{}: 0x13e6-0x13f6 (16) -0x13e0| 69 8e 20 40 | i. @ | timestamp: 1075875433 (s) 0x13e6-0x13ea (4) +0x13e0| 69 8e 20 40 | i. @ | timestamp: 1075875433 (2024-02-03T06:17:13Z) 0x13e6-0x13ea (4) 0x13e0| f9 77 01 00 | .w.. | distance: 962.49 (96249) (m) 0x13ea-0x13ee (4) 0x13e0| f7 08| ..| speed: 2.295 (2295) (m/s) 0x13ee-0x13f0 (2) 0x13f0|88 |. | heart_rate: 136 (bpm) 0x13f0-0x13f1 (1) @@ -8314,7 +8314,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1420| 0f | . | reserved: false 0x1423.3-0x1423.4 (0.1) 0x1420| 0f | . | local_message_type: 15 0x1423.4-0x1424 (0.4) | | | data_message{}: 0x1424-0x1434 (16) -0x1420| 72 8e 20 40 | r. @ | timestamp: 1075875442 (s) 0x1424-0x1428 (4) +0x1420| 72 8e 20 40 | r. @ | timestamp: 1075875442 (2024-02-03T06:17:22Z) 0x1424-0x1428 (4) 0x1420| fb 7f 01 00 | .... | distance: 982.99 (98299) (m) 0x1428-0x142c (4) 0x1420| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x142c-0x142e (2) 0x1420| 88 | . | heart_rate: 136 (bpm) 0x142e-0x142f (1) @@ -8427,7 +8427,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1450| 0f | . | reserved: false 0x145c.3-0x145c.4 (0.1) 0x1450| 0f | . | local_message_type: 15 0x145c.4-0x145d (0.4) | | | data_message{}: 0x145d-0x146d (16) -0x1450| 7a 8e 20| z. | timestamp: 1075875450 (s) 0x145d-0x1461 (4) +0x1450| 7a 8e 20| z. | timestamp: 1075875450 (2024-02-03T06:17:30Z) 0x145d-0x1461 (4) 0x1460|40 |@ | 0x1460| 16 87 01 00 | .... | distance: 1001.18 (100118) (m) 0x1461-0x1465 (4) 0x1460| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x1465-0x1467 (2) @@ -8674,8 +8674,8 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1510| 02 | . | reserved: false 0x1515.3-0x1515.4 (0.1) 0x1510| 02 | . | local_message_type: 2 0x1515.4-0x1516 (0.4) | | | data_message{}: 0x1516-0x1592 (124) -0x1510| 7a 8e 20 40 | z. @ | timestamp: 1075875450 (s) 0x1516-0x151a (4) -0x1510| b9 8c 20 40 | .. @ | start_time: 1075875001 0x151a-0x151e (4) +0x1510| 7a 8e 20 40 | z. @ | timestamp: 1075875450 (2024-02-03T06:17:30Z) 0x1516-0x151a (4) +0x1510| b9 8c 20 40 | .. @ | start_time: 1075875001 (2024-02-03T06:10:01Z) 0x151a-0x151e (4) 0x1510| ff ff| ..| start_position_lat: 2147483647 (invalid) 0x151e-0x1522 (4) 0x1520|ff 7f |.. | 0x1520| ff ff ff 7f | .... | start_position_long: 2147483647 (invalid) 0x1522-0x1526 (4) @@ -8789,7 +8789,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x15b0| 03 | . | reserved: false 0x15b3.3-0x15b3.4 (0.1) 0x15b0| 03 | . | local_message_type: 3 0x15b3.4-0x15b4 (0.4) | | | data_message{}: 0x15b4-0x15e2 (46) -0x15b0| 7a 8e 20 40 | z. @ | timestamp: 1075875450 (s) 0x15b4-0x15b8 (4) +0x15b0| 7a 8e 20 40 | z. @ | timestamp: 1075875450 (2024-02-03T06:17:30Z) 0x15b4-0x15b8 (4) 0x15b0| 40 25 00 00 | @%.. | time_in_hr_zone_0: 9.536 (9536) (s) 0x15b8-0x15bc (4) 0x15b0| 5a 98 00 00| Z...| time_in_hr_zone_1: 39.002 (39002) (s) 0x15bc-0x15c0 (4) 0x15c0|4f 22 06 00 |O".. | time_in_hr_zone_2: 401.999 (401999) (s) 0x15c0-0x15c4 (4) @@ -8925,7 +8925,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1600| 0f| .| reserved: false 0x160f.3-0x160f.4 (0.1) 0x1600| 0f| .| local_message_type: 15 0x160f.4-0x1610 (0.4) | | | data_message{}: 0x1610-0x1620 (16) -0x1610|83 8e 20 40 |.. @ | timestamp: 1075875459 (s) 0x1610-0x1614 (4) +0x1610|83 8e 20 40 |.. @ | timestamp: 1075875459 (2024-02-03T06:17:39Z) 0x1610-0x1614 (4) 0x1610| 35 8f 01 00 | 5... | distance: 1021.97 (102197) (m) 0x1614-0x1618 (4) 0x1610| 0a 09 | .. | speed: 2.314 (2314) (m/s) 0x1618-0x161a (2) 0x1610| 86 | . | heart_rate: 134 (bpm) 0x161a-0x161b (1) @@ -9050,7 +9050,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1640| 0f | . | reserved: false 0x164d.3-0x164d.4 (0.1) 0x1640| 0f | . | local_message_type: 15 0x164d.4-0x164e (0.4) | | | data_message{}: 0x164e-0x165e (16) -0x1640| 8c 8e| ..| timestamp: 1075875468 (s) 0x164e-0x1652 (4) +0x1640| 8c 8e| ..| timestamp: 1075875468 (2024-02-03T06:17:48Z) 0x164e-0x1652 (4) 0x1650|20 40 | @ | 0x1650| 60 97 01 00 | `... | distance: 1042.88 (104288) (m) 0x1652-0x1656 (4) 0x1650| 13 09 | .. | speed: 2.323 (2323) (m/s) 0x1656-0x1658 (2) @@ -9176,7 +9176,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1680| 0f | . | reserved: false 0x168b.3-0x168b.4 (0.1) 0x1680| 0f | . | local_message_type: 15 0x168b.4-0x168c (0.4) | | | data_message{}: 0x168c-0x169c (16) -0x1680| 95 8e 20 40| .. @| timestamp: 1075875477 (s) 0x168c-0x1690 (4) +0x1680| 95 8e 20 40| .. @| timestamp: 1075875477 (2024-02-03T06:17:57Z) 0x168c-0x1690 (4) 0x1690|9e 9f 01 00 |.... | distance: 1063.98 (106398) (m) 0x1690-0x1694 (4) 0x1690| 42 09 | B. | speed: 2.37 (2370) (m/s) 0x1694-0x1696 (2) 0x1690| 88 | . | heart_rate: 136 (bpm) 0x1696-0x1697 (1) @@ -9314,7 +9314,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x16d0| 0f | . | reserved: false 0x16d6.3-0x16d6.4 (0.1) 0x16d0| 0f | . | local_message_type: 15 0x16d6.4-0x16d7 (0.4) | | | data_message{}: 0x16d7-0x16e7 (16) -0x16d0| 9e 8e 20 40 | .. @ | timestamp: 1075875486 (s) 0x16d7-0x16db (4) +0x16d0| 9e 8e 20 40 | .. @ | timestamp: 1075875486 (2024-02-03T06:18:06Z) 0x16d7-0x16db (4) 0x16d0| dc a7 01 00 | .... | distance: 1085.08 (108508) (m) 0x16db-0x16df (4) 0x16d0| 0a| .| speed: 2.314 (2314) (m/s) 0x16df-0x16e1 (2) 0x16e0|09 |. | @@ -9440,7 +9440,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1710| 0f | . | reserved: false 0x1714.3-0x1714.4 (0.1) 0x1710| 0f | . | local_message_type: 15 0x1714.4-0x1715 (0.4) | | | data_message{}: 0x1715-0x1725 (16) -0x1710| a7 8e 20 40 | .. @ | timestamp: 1075875495 (s) 0x1715-0x1719 (4) +0x1710| a7 8e 20 40 | .. @ | timestamp: 1075875495 (2024-02-03T06:18:15Z) 0x1715-0x1719 (4) 0x1710| f1 af 01 00 | .... | distance: 1105.77 (110577) (m) 0x1719-0x171d (4) 0x1710| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x171d-0x171f (2) 0x1710| 87| .| heart_rate: 135 (bpm) 0x171f-0x1720 (1) @@ -9565,7 +9565,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1750| 0f | . | reserved: false 0x1752.3-0x1752.4 (0.1) 0x1750| 0f | . | local_message_type: 15 0x1752.4-0x1753 (0.4) | | | data_message{}: 0x1753-0x1763 (16) -0x1750| b0 8e 20 40 | .. @ | timestamp: 1075875504 (s) 0x1753-0x1757 (4) +0x1750| b0 8e 20 40 | .. @ | timestamp: 1075875504 (2024-02-03T06:18:24Z) 0x1753-0x1757 (4) 0x1750| f1 b7 01 00 | .... | distance: 1126.25 (112625) (m) 0x1757-0x175b (4) 0x1750| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x175b-0x175d (2) 0x1750| 85 | . | heart_rate: 133 (bpm) 0x175d-0x175e (1) @@ -9678,7 +9678,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1780| 0f | . | reserved: false 0x178b.3-0x178b.4 (0.1) 0x1780| 0f | . | local_message_type: 15 0x178b.4-0x178c (0.4) | | | data_message{}: 0x178c-0x179c (16) -0x1780| b8 8e 20 40| .. @| timestamp: 1075875512 (s) 0x178c-0x1790 (4) +0x1780| b8 8e 20 40| .. @| timestamp: 1075875512 (2024-02-03T06:18:32Z) 0x178c-0x1790 (4) 0x1790|1d bf 01 00 |.... | distance: 1144.61 (114461) (m) 0x1790-0x1794 (4) 0x1790| 01 09 | .. | speed: 2.305 (2305) (m/s) 0x1794-0x1796 (2) 0x1790| 88 | . | heart_rate: 136 (bpm) 0x1796-0x1797 (1) @@ -9803,7 +9803,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x17c0| 0f | . | reserved: false 0x17c9.3-0x17c9.4 (0.1) 0x17c0| 0f | . | local_message_type: 15 0x17c9.4-0x17ca (0.4) | | | data_message{}: 0x17ca-0x17da (16) -0x17c0| c1 8e 20 40 | .. @ | timestamp: 1075875521 (s) 0x17ca-0x17ce (4) +0x17c0| c1 8e 20 40 | .. @ | timestamp: 1075875521 (2024-02-03T06:18:41Z) 0x17ca-0x17ce (4) 0x17c0| 3c c7| <.| distance: 1165.4 (116540) (m) 0x17ce-0x17d2 (4) 0x17d0|01 00 |.. | 0x17d0| 01 09 | .. | speed: 2.305 (2305) (m/s) 0x17d2-0x17d4 (2) @@ -9929,7 +9929,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1800| 0f | . | reserved: false 0x1807.3-0x1807.4 (0.1) 0x1800| 0f | . | local_message_type: 15 0x1807.4-0x1808 (0.4) | | | data_message{}: 0x1808-0x1818 (16) -0x1800| ca 8e 20 40 | .. @ | timestamp: 1075875530 (s) 0x1808-0x180c (4) +0x1800| ca 8e 20 40 | .. @ | timestamp: 1075875530 (2024-02-03T06:18:50Z) 0x1808-0x180c (4) 0x1800| 68 cf 01 00| h...| distance: 1186.32 (118632) (m) 0x180c-0x1810 (4) 0x1810|39 09 |9. | speed: 2.361 (2361) (m/s) 0x1810-0x1812 (2) 0x1810| 8b | . | heart_rate: 139 (bpm) 0x1812-0x1813 (1) @@ -10054,7 +10054,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1840| 0f | . | reserved: false 0x1845.3-0x1845.4 (0.1) 0x1840| 0f | . | local_message_type: 15 0x1845.4-0x1846 (0.4) | | | data_message{}: 0x1846-0x1856 (16) -0x1840| d3 8e 20 40 | .. @ | timestamp: 1075875539 (s) 0x1846-0x184a (4) +0x1840| d3 8e 20 40 | .. @ | timestamp: 1075875539 (2024-02-03T06:18:59Z) 0x1846-0x184a (4) 0x1840| 93 d7 01 00 | .... | distance: 1207.23 (120723) (m) 0x184a-0x184e (4) 0x1840| c9 08| ..| speed: 2.249 (2249) (m/s) 0x184e-0x1850 (2) 0x1850|8b |. | heart_rate: 139 (bpm) 0x1850-0x1851 (1) @@ -10179,7 +10179,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1880| 0f | . | reserved: false 0x1883.3-0x1883.4 (0.1) 0x1880| 0f | . | local_message_type: 15 0x1883.4-0x1884 (0.4) | | | data_message{}: 0x1884-0x1894 (16) -0x1880| dc 8e 20 40 | .. @ | timestamp: 1075875548 (s) 0x1884-0x1888 (4) +0x1880| dc 8e 20 40 | .. @ | timestamp: 1075875548 (2024-02-03T06:19:08Z) 0x1884-0x1888 (4) 0x1880| 9c df 01 00 | .... | distance: 1227.8 (122780) (m) 0x1888-0x188c (4) 0x1880| 2f 09 | /. | speed: 2.351 (2351) (m/s) 0x188c-0x188e (2) 0x1880| 8c | . | heart_rate: 140 (bpm) 0x188e-0x188f (1) @@ -10304,7 +10304,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x18c0| 0f | . | reserved: false 0x18c1.3-0x18c1.4 (0.1) 0x18c0| 0f | . | local_message_type: 15 0x18c1.4-0x18c2 (0.4) | | | data_message{}: 0x18c2-0x18d2 (16) -0x18c0| e5 8e 20 40 | .. @ | timestamp: 1075875557 (s) 0x18c2-0x18c6 (4) +0x18c0| e5 8e 20 40 | .. @ | timestamp: 1075875557 (2024-02-03T06:19:17Z) 0x18c2-0x18c6 (4) 0x18c0| ab e7 01 00 | .... | distance: 1248.43 (124843) (m) 0x18c6-0x18ca (4) 0x18c0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x18ca-0x18cc (2) 0x18c0| 8c | . | heart_rate: 140 (bpm) 0x18cc-0x18cd (1) @@ -10429,7 +10429,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x18f0| 0f| .| reserved: false 0x18ff.3-0x18ff.4 (0.1) 0x18f0| 0f| .| local_message_type: 15 0x18ff.4-0x1900 (0.4) | | | data_message{}: 0x1900-0x1910 (16) -0x1900|ee 8e 20 40 |.. @ | timestamp: 1075875566 (s) 0x1900-0x1904 (4) +0x1900|ee 8e 20 40 |.. @ | timestamp: 1075875566 (2024-02-03T06:19:26Z) 0x1900-0x1904 (4) 0x1900| bd ef 01 00 | .... | distance: 1269.09 (126909) (m) 0x1904-0x1908 (4) 0x1900| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x1908-0x190a (2) 0x1900| 8e | . | heart_rate: 142 (bpm) 0x190a-0x190b (1) @@ -10554,7 +10554,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1930| 0f | . | reserved: false 0x193d.3-0x193d.4 (0.1) 0x1930| 0f | . | local_message_type: 15 0x193d.4-0x193e (0.4) | | | data_message{}: 0x193e-0x194e (16) -0x1930| f7 8e| ..| timestamp: 1075875575 (s) 0x193e-0x1942 (4) +0x1930| f7 8e| ..| timestamp: 1075875575 (2024-02-03T06:19:35Z) 0x193e-0x1942 (4) 0x1940|20 40 | @ | 0x1940| cd f7 01 00 | .... | distance: 1289.73 (128973) (m) 0x1942-0x1946 (4) 0x1940| 01 09 | .. | speed: 2.305 (2305) (m/s) 0x1946-0x1948 (2) @@ -10644,7 +10644,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1960| 0f | . | reserved: false 0x196c.3-0x196c.4 (0.1) 0x1960| 0f | . | local_message_type: 15 0x196c.4-0x196d (0.4) | | | data_message{}: 0x196d-0x197d (16) -0x1960| fd 8e 20| .. | timestamp: 1075875581 (s) 0x196d-0x1971 (4) +0x1960| fd 8e 20| .. | timestamp: 1075875581 (2024-02-03T06:19:41Z) 0x196d-0x1971 (4) 0x1970|40 |@ | 0x1970| 40 fd 01 00 | @... | distance: 1303.68 (130368) (m) 0x1971-0x1975 (4) 0x1970| 0a 09 | .. | speed: 2.314 (2314) (m/s) 0x1975-0x1977 (2) @@ -10770,7 +10770,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x19a0| 0f | . | reserved: false 0x19aa.3-0x19aa.4 (0.1) 0x19a0| 0f | . | local_message_type: 15 0x19aa.4-0x19ab (0.4) | | | data_message{}: 0x19ab-0x19bb (16) -0x19a0| 06 8f 20 40 | .. @ | timestamp: 1075875590 (s) 0x19ab-0x19af (4) +0x19a0| 06 8f 20 40 | .. @ | timestamp: 1075875590 (2024-02-03T06:19:50Z) 0x19ab-0x19af (4) 0x19a0| 62| b| distance: 1324.5 (132450) (m) 0x19af-0x19b3 (4) 0x19b0|05 02 00 |... | 0x19b0| 83 09 | .. | speed: 2.435 (2435) (m/s) 0x19b3-0x19b5 (2) @@ -10896,7 +10896,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x19e0| 0f | . | reserved: false 0x19e8.3-0x19e8.4 (0.1) 0x19e0| 0f | . | local_message_type: 15 0x19e8.4-0x19e9 (0.4) | | | data_message{}: 0x19e9-0x19f9 (16) -0x19e0| 0f 8f 20 40 | .. @ | timestamp: 1075875599 (s) 0x19e9-0x19ed (4) +0x19e0| 0f 8f 20 40 | .. @ | timestamp: 1075875599 (2024-02-03T06:19:59Z) 0x19e9-0x19ed (4) 0x19e0| a4 0d 02| ...| distance: 1345.64 (134564) (m) 0x19ed-0x19f1 (4) 0x19f0|00 |. | 0x19f0| 13 09 | .. | speed: 2.323 (2323) (m/s) 0x19f1-0x19f3 (2) @@ -11010,7 +11010,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1a20| 0f | . | reserved: false 0x1a21.3-0x1a21.4 (0.1) 0x1a20| 0f | . | local_message_type: 15 0x1a21.4-0x1a22 (0.4) | | | data_message{}: 0x1a22-0x1a32 (16) -0x1a20| 17 8f 20 40 | .. @ | timestamp: 1075875607 (s) 0x1a22-0x1a26 (4) +0x1a20| 17 8f 20 40 | .. @ | timestamp: 1075875607 (2024-02-03T06:20:07Z) 0x1a22-0x1a26 (4) 0x1a20| e1 14 02 00 | .... | distance: 1364.17 (136417) (m) 0x1a26-0x1a2a (4) 0x1a20| 01 09 | .. | speed: 2.305 (2305) (m/s) 0x1a2a-0x1a2c (2) 0x1a20| 8f | . | heart_rate: 143 (bpm) 0x1a2c-0x1a2d (1) @@ -11135,7 +11135,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1a50| 0f| .| reserved: false 0x1a5f.3-0x1a5f.4 (0.1) 0x1a50| 0f| .| local_message_type: 15 0x1a5f.4-0x1a60 (0.4) | | | data_message{}: 0x1a60-0x1a70 (16) -0x1a60|20 8f 20 40 | . @ | timestamp: 1075875616 (s) 0x1a60-0x1a64 (4) +0x1a60|20 8f 20 40 | . @ | timestamp: 1075875616 (2024-02-03T06:20:16Z) 0x1a60-0x1a64 (4) 0x1a60| f8 1c 02 00 | .... | distance: 1384.88 (138488) (m) 0x1a64-0x1a68 (4) 0x1a60| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x1a68-0x1a6a (2) 0x1a60| 8f | . | heart_rate: 143 (bpm) 0x1a6a-0x1a6b (1) @@ -11260,7 +11260,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1a90| 0f | . | reserved: false 0x1a9d.3-0x1a9d.4 (0.1) 0x1a90| 0f | . | local_message_type: 15 0x1a9d.4-0x1a9e (0.4) | | | data_message{}: 0x1a9e-0x1aae (16) -0x1a90| 29 8f| ).| timestamp: 1075875625 (s) 0x1a9e-0x1aa2 (4) +0x1a90| 29 8f| ).| timestamp: 1075875625 (2024-02-03T06:20:25Z) 0x1a9e-0x1aa2 (4) 0x1aa0|20 40 | @ | 0x1aa0| 2a 25 02 00 | *%.. | distance: 1405.86 (140586) (m) 0x1aa2-0x1aa6 (4) 0x1aa0| 26 09 | &. | speed: 2.342 (2342) (m/s) 0x1aa6-0x1aa8 (2) @@ -11386,7 +11386,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1ad0| 0f | . | reserved: false 0x1adb.3-0x1adb.4 (0.1) 0x1ad0| 0f | . | local_message_type: 15 0x1adb.4-0x1adc (0.4) | | | data_message{}: 0x1adc-0x1aec (16) -0x1ad0| 32 8f 20 40| 2. @| timestamp: 1075875634 (s) 0x1adc-0x1ae0 (4) +0x1ad0| 32 8f 20 40| 2. @| timestamp: 1075875634 (2024-02-03T06:20:34Z) 0x1adc-0x1ae0 (4) 0x1ae0|2c 2d 02 00 |,-.. | distance: 1426.36 (142636) (m) 0x1ae0-0x1ae4 (4) 0x1ae0| ad 08 | .. | speed: 2.221 (2221) (m/s) 0x1ae4-0x1ae6 (2) 0x1ae0| 8e | . | heart_rate: 142 (bpm) 0x1ae6-0x1ae7 (1) @@ -11451,7 +11451,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1b00|0f |. | reserved: false 0x1b00.3-0x1b00.4 (0.1) 0x1b00|0f |. | local_message_type: 15 0x1b00.4-0x1b01 (0.4) | | | data_message{}: 0x1b01-0x1b11 (16) -0x1b00| 36 8f 20 40 | 6. @ | timestamp: 1075875638 (s) 0x1b01-0x1b05 (4) +0x1b00| 36 8f 20 40 | 6. @ | timestamp: 1075875638 (2024-02-03T06:20:38Z) 0x1b01-0x1b05 (4) 0x1b00| b3 30 02 00 | .0.. | distance: 1435.39 (143539) (m) 0x1b05-0x1b09 (4) 0x1b00| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x1b09-0x1b0b (2) 0x1b00| 8b | . | heart_rate: 139 (bpm) 0x1b0b-0x1b0c (1) @@ -11576,7 +11576,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1b30| 0f | . | reserved: false 0x1b3e.3-0x1b3e.4 (0.1) 0x1b30| 0f | . | local_message_type: 15 0x1b3e.4-0x1b3f (0.4) | | | data_message{}: 0x1b3f-0x1b4f (16) -0x1b30| 3f| ?| timestamp: 1075875647 (s) 0x1b3f-0x1b43 (4) +0x1b30| 3f| ?| timestamp: 1075875647 (2024-02-03T06:20:47Z) 0x1b3f-0x1b43 (4) 0x1b40|8f 20 40 |. @ | 0x1b40| e1 38 02 00 | .8.. | distance: 1456.33 (145633) (m) 0x1b43-0x1b47 (4) 0x1b40| 13 09 | .. | speed: 2.323 (2323) (m/s) 0x1b47-0x1b49 (2) @@ -11702,7 +11702,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1b70| 0f | . | reserved: false 0x1b7c.3-0x1b7c.4 (0.1) 0x1b70| 0f | . | local_message_type: 15 0x1b7c.4-0x1b7d (0.4) | | | data_message{}: 0x1b7d-0x1b8d (16) -0x1b70| 48 8f 20| H. | timestamp: 1075875656 (s) 0x1b7d-0x1b81 (4) +0x1b70| 48 8f 20| H. | timestamp: 1075875656 (2024-02-03T06:20:56Z) 0x1b7d-0x1b81 (4) 0x1b80|40 |@ | 0x1b80| 05 41 02 00 | .A.. | distance: 1477.17 (147717) (m) 0x1b81-0x1b85 (4) 0x1b80| 13 09 | .. | speed: 2.323 (2323) (m/s) 0x1b85-0x1b87 (2) @@ -11828,7 +11828,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1bb0| 0f | . | reserved: false 0x1bba.3-0x1bba.4 (0.1) 0x1bb0| 0f | . | local_message_type: 15 0x1bba.4-0x1bbb (0.4) | | | data_message{}: 0x1bbb-0x1bcb (16) -0x1bb0| 51 8f 20 40 | Q. @ | timestamp: 1075875665 (s) 0x1bbb-0x1bbf (4) +0x1bb0| 51 8f 20 40 | Q. @ | timestamp: 1075875665 (2024-02-03T06:21:05Z) 0x1bbb-0x1bbf (4) 0x1bb0| 47| G| distance: 1498.31 (149831) (m) 0x1bbf-0x1bc3 (4) 0x1bc0|49 02 00 |I.. | 0x1bc0| 2f 09 | /. | speed: 2.351 (2351) (m/s) 0x1bc3-0x1bc5 (2) @@ -11954,7 +11954,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1bf0| 0f | . | reserved: false 0x1bf8.3-0x1bf8.4 (0.1) 0x1bf0| 0f | . | local_message_type: 15 0x1bf8.4-0x1bf9 (0.4) | | | data_message{}: 0x1bf9-0x1c09 (16) -0x1bf0| 5a 8f 20 40 | Z. @ | timestamp: 1075875674 (s) 0x1bf9-0x1bfd (4) +0x1bf0| 5a 8f 20 40 | Z. @ | timestamp: 1075875674 (2024-02-03T06:21:14Z) 0x1bf9-0x1bfd (4) 0x1bf0| 96 51 02| .Q.| distance: 1519.58 (151958) (m) 0x1bfd-0x1c01 (4) 0x1c00|00 |. | 0x1c00| 42 09 | B. | speed: 2.37 (2370) (m/s) 0x1c01-0x1c03 (2) @@ -12080,7 +12080,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1c30| 0f | . | reserved: false 0x1c36.3-0x1c36.4 (0.1) 0x1c30| 0f | . | local_message_type: 15 0x1c36.4-0x1c37 (0.4) | | | data_message{}: 0x1c37-0x1c47 (16) -0x1c30| 63 8f 20 40 | c. @ | timestamp: 1075875683 (s) 0x1c37-0x1c3b (4) +0x1c30| 63 8f 20 40 | c. @ | timestamp: 1075875683 (2024-02-03T06:21:23Z) 0x1c37-0x1c3b (4) 0x1c30| e0 59 02 00 | .Y.. | distance: 1540.8 (154080) (m) 0x1c3b-0x1c3f (4) 0x1c30| 1d| .| speed: 2.333 (2333) (m/s) 0x1c3f-0x1c41 (2) 0x1c40|09 |. | @@ -12206,7 +12206,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1c70| 0f | . | reserved: false 0x1c74.3-0x1c74.4 (0.1) 0x1c70| 0f | . | local_message_type: 15 0x1c74.4-0x1c75 (0.4) | | | data_message{}: 0x1c75-0x1c85 (16) -0x1c70| 6c 8f 20 40 | l. @ | timestamp: 1075875692 (s) 0x1c75-0x1c79 (4) +0x1c70| 6c 8f 20 40 | l. @ | timestamp: 1075875692 (2024-02-03T06:21:32Z) 0x1c75-0x1c79 (4) 0x1c70| fb 61 02 00 | .a.. | distance: 1561.55 (156155) (m) 0x1c79-0x1c7d (4) 0x1c70| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x1c7d-0x1c7f (2) 0x1c70| 8c| .| heart_rate: 140 (bpm) 0x1c7f-0x1c80 (1) @@ -12331,7 +12331,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1cb0| 0f | . | reserved: false 0x1cb2.3-0x1cb2.4 (0.1) 0x1cb0| 0f | . | local_message_type: 15 0x1cb2.4-0x1cb3 (0.4) | | | data_message{}: 0x1cb3-0x1cc3 (16) -0x1cb0| 75 8f 20 40 | u. @ | timestamp: 1075875701 (s) 0x1cb3-0x1cb7 (4) +0x1cb0| 75 8f 20 40 | u. @ | timestamp: 1075875701 (2024-02-03T06:21:41Z) 0x1cb3-0x1cb7 (4) 0x1cb0| 07 6a 02 00 | .j.. | distance: 1582.15 (158215) (m) 0x1cb7-0x1cbb (4) 0x1cb0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x1cbb-0x1cbd (2) 0x1cb0| 8b | . | heart_rate: 139 (bpm) 0x1cbd-0x1cbe (1) @@ -12456,7 +12456,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1cf0|0f |. | reserved: false 0x1cf0.3-0x1cf0.4 (0.1) 0x1cf0|0f |. | local_message_type: 15 0x1cf0.4-0x1cf1 (0.4) | | | data_message{}: 0x1cf1-0x1d01 (16) -0x1cf0| 7e 8f 20 40 | ~. @ | timestamp: 1075875710 (s) 0x1cf1-0x1cf5 (4) +0x1cf0| 7e 8f 20 40 | ~. @ | timestamp: 1075875710 (2024-02-03T06:21:50Z) 0x1cf1-0x1cf5 (4) 0x1cf0| 39 72 02 00 | 9r.. | distance: 1603.13 (160313) (m) 0x1cf5-0x1cf9 (4) 0x1cf0| 39 09 | 9. | speed: 2.361 (2361) (m/s) 0x1cf9-0x1cfb (2) 0x1cf0| 8a | . | heart_rate: 138 (bpm) 0x1cfb-0x1cfc (1) @@ -12581,7 +12581,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1d20| 0f | . | reserved: false 0x1d2e.3-0x1d2e.4 (0.1) 0x1d20| 0f | . | local_message_type: 15 0x1d2e.4-0x1d2f (0.4) | | | data_message{}: 0x1d2f-0x1d3f (16) -0x1d20| 87| .| timestamp: 1075875719 (s) 0x1d2f-0x1d33 (4) +0x1d20| 87| .| timestamp: 1075875719 (2024-02-03T06:21:59Z) 0x1d2f-0x1d33 (4) 0x1d30|8f 20 40 |. @ | 0x1d30| 73 7a 02 00 | sz.. | distance: 1624.19 (162419) (m) 0x1d33-0x1d37 (4) 0x1d30| 0a 09 | .. | speed: 2.314 (2314) (m/s) 0x1d37-0x1d39 (2) @@ -12707,7 +12707,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1d60| 0f | . | reserved: false 0x1d6c.3-0x1d6c.4 (0.1) 0x1d60| 0f | . | local_message_type: 15 0x1d6c.4-0x1d6d (0.4) | | | data_message{}: 0x1d6d-0x1d7d (16) -0x1d60| 90 8f 20| .. | timestamp: 1075875728 (s) 0x1d6d-0x1d71 (4) +0x1d60| 90 8f 20| .. | timestamp: 1075875728 (2024-02-03T06:22:08Z) 0x1d6d-0x1d71 (4) 0x1d70|40 |@ | 0x1d70| 91 82 02 00 | .... | distance: 1644.97 (164497) (m) 0x1d71-0x1d75 (4) 0x1d70| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x1d75-0x1d77 (2) @@ -12833,7 +12833,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1da0| 0f | . | reserved: false 0x1daa.3-0x1daa.4 (0.1) 0x1da0| 0f | . | local_message_type: 15 0x1daa.4-0x1dab (0.4) | | | data_message{}: 0x1dab-0x1dbb (16) -0x1da0| 99 8f 20 40 | .. @ | timestamp: 1075875737 (s) 0x1dab-0x1daf (4) +0x1da0| 99 8f 20 40 | .. @ | timestamp: 1075875737 (2024-02-03T06:22:17Z) 0x1dab-0x1daf (4) 0x1da0| aa| .| distance: 1665.7 (166570) (m) 0x1daf-0x1db3 (4) 0x1db0|8a 02 00 |... | 0x1db0| 0a 09 | .. | speed: 2.314 (2314) (m/s) 0x1db3-0x1db5 (2) @@ -12959,7 +12959,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1de0| 0f | . | reserved: false 0x1de8.3-0x1de8.4 (0.1) 0x1de0| 0f | . | local_message_type: 15 0x1de8.4-0x1de9 (0.4) | | | data_message{}: 0x1de9-0x1df9 (16) -0x1de0| a2 8f 20 40 | .. @ | timestamp: 1075875746 (s) 0x1de9-0x1ded (4) +0x1de0| a2 8f 20 40 | .. @ | timestamp: 1075875746 (2024-02-03T06:22:26Z) 0x1de9-0x1ded (4) 0x1de0| a8 92 02| ...| distance: 1686.16 (168616) (m) 0x1ded-0x1df1 (4) 0x1df0|00 |. | 0x1df0| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x1df1-0x1df3 (2) @@ -13085,7 +13085,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1e20| 0f | . | reserved: false 0x1e26.3-0x1e26.4 (0.1) 0x1e20| 0f | . | local_message_type: 15 0x1e26.4-0x1e27 (0.4) | | | data_message{}: 0x1e27-0x1e37 (16) -0x1e20| ab 8f 20 40 | .. @ | timestamp: 1075875755 (s) 0x1e27-0x1e2b (4) +0x1e20| ab 8f 20 40 | .. @ | timestamp: 1075875755 (2024-02-03T06:22:35Z) 0x1e27-0x1e2b (4) 0x1e20| a7 9a 02 00 | .... | distance: 1706.63 (170663) (m) 0x1e2b-0x1e2f (4) 0x1e20| e5| .| speed: 2.277 (2277) (m/s) 0x1e2f-0x1e31 (2) 0x1e30|08 |. | @@ -13211,7 +13211,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1e60| 0f | . | reserved: false 0x1e64.3-0x1e64.4 (0.1) 0x1e60| 0f | . | local_message_type: 15 0x1e64.4-0x1e65 (0.4) | | | data_message{}: 0x1e65-0x1e75 (16) -0x1e60| b4 8f 20 40 | .. @ | timestamp: 1075875764 (s) 0x1e65-0x1e69 (4) +0x1e60| b4 8f 20 40 | .. @ | timestamp: 1075875764 (2024-02-03T06:22:44Z) 0x1e65-0x1e69 (4) 0x1e60| 9c a2 02 00 | .... | distance: 1727 (172700) (m) 0x1e69-0x1e6d (4) 0x1e60| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x1e6d-0x1e6f (2) 0x1e60| 8b| .| heart_rate: 139 (bpm) 0x1e6f-0x1e70 (1) @@ -13336,7 +13336,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1ea0| 0f | . | reserved: false 0x1ea2.3-0x1ea2.4 (0.1) 0x1ea0| 0f | . | local_message_type: 15 0x1ea2.4-0x1ea3 (0.4) | | | data_message{}: 0x1ea3-0x1eb3 (16) -0x1ea0| bd 8f 20 40 | .. @ | timestamp: 1075875773 (s) 0x1ea3-0x1ea7 (4) +0x1ea0| bd 8f 20 40 | .. @ | timestamp: 1075875773 (2024-02-03T06:22:53Z) 0x1ea3-0x1ea7 (4) 0x1ea0| 71 aa 02 00 | q... | distance: 1747.05 (174705) (m) 0x1ea7-0x1eab (4) 0x1ea0| db 08 | .. | speed: 2.267 (2267) (m/s) 0x1eab-0x1ead (2) 0x1ea0| 8c | . | heart_rate: 140 (bpm) 0x1ead-0x1eae (1) @@ -13461,7 +13461,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1ee0|0f |. | reserved: false 0x1ee0.3-0x1ee0.4 (0.1) 0x1ee0|0f |. | local_message_type: 15 0x1ee0.4-0x1ee1 (0.4) | | | data_message{}: 0x1ee1-0x1ef1 (16) -0x1ee0| c6 8f 20 40 | .. @ | timestamp: 1075875782 (s) 0x1ee1-0x1ee5 (4) +0x1ee0| c6 8f 20 40 | .. @ | timestamp: 1075875782 (2024-02-03T06:23:02Z) 0x1ee1-0x1ee5 (4) 0x1ee0| 5c b2 02 00 | \... | distance: 1767.32 (176732) (m) 0x1ee5-0x1ee9 (4) 0x1ee0| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x1ee9-0x1eeb (2) 0x1ee0| 8c | . | heart_rate: 140 (bpm) 0x1eeb-0x1eec (1) @@ -13599,7 +13599,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1f20| 0f | . | reserved: false 0x1f2b.3-0x1f2b.4 (0.1) 0x1f20| 0f | . | local_message_type: 15 0x1f2b.4-0x1f2c (0.4) | | | data_message{}: 0x1f2c-0x1f3c (16) -0x1f20| cf 8f 20 40| .. @| timestamp: 1075875791 (s) 0x1f2c-0x1f30 (4) +0x1f20| cf 8f 20 40| .. @| timestamp: 1075875791 (2024-02-03T06:23:11Z) 0x1f2c-0x1f30 (4) 0x1f30|4f ba 02 00 |O... | distance: 1787.67 (178767) (m) 0x1f30-0x1f34 (4) 0x1f30| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x1f34-0x1f36 (2) 0x1f30| 8b | . | heart_rate: 139 (bpm) 0x1f36-0x1f37 (1) @@ -13724,7 +13724,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1f60| 0f | . | reserved: false 0x1f69.3-0x1f69.4 (0.1) 0x1f60| 0f | . | local_message_type: 15 0x1f69.4-0x1f6a (0.4) | | | data_message{}: 0x1f6a-0x1f7a (16) -0x1f60| d8 8f 20 40 | .. @ | timestamp: 1075875800 (s) 0x1f6a-0x1f6e (4) +0x1f60| d8 8f 20 40 | .. @ | timestamp: 1075875800 (2024-02-03T06:23:20Z) 0x1f6a-0x1f6e (4) 0x1f60| 3a c2| :.| distance: 1807.94 (180794) (m) 0x1f6e-0x1f72 (4) 0x1f70|02 00 |.. | 0x1f70| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x1f72-0x1f74 (2) @@ -13850,7 +13850,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1fa0| 0f | . | reserved: false 0x1fa7.3-0x1fa7.4 (0.1) 0x1fa0| 0f | . | local_message_type: 15 0x1fa7.4-0x1fa8 (0.4) | | | data_message{}: 0x1fa8-0x1fb8 (16) -0x1fa0| e1 8f 20 40 | .. @ | timestamp: 1075875809 (s) 0x1fa8-0x1fac (4) +0x1fa0| e1 8f 20 40 | .. @ | timestamp: 1075875809 (2024-02-03T06:23:29Z) 0x1fa8-0x1fac (4) 0x1fa0| 22 ca 02 00| "...| distance: 1828.18 (182818) (m) 0x1fac-0x1fb0 (4) 0x1fb0|c9 08 |.. | speed: 2.249 (2249) (m/s) 0x1fb0-0x1fb2 (2) 0x1fb0| 8b | . | heart_rate: 139 (bpm) 0x1fb2-0x1fb3 (1) @@ -13975,7 +13975,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x1fe0| 0f | . | reserved: false 0x1fe5.3-0x1fe5.4 (0.1) 0x1fe0| 0f | . | local_message_type: 15 0x1fe5.4-0x1fe6 (0.4) | | | data_message{}: 0x1fe6-0x1ff6 (16) -0x1fe0| ea 8f 20 40 | .. @ | timestamp: 1075875818 (s) 0x1fe6-0x1fea (4) +0x1fe0| ea 8f 20 40 | .. @ | timestamp: 1075875818 (2024-02-03T06:23:38Z) 0x1fe6-0x1fea (4) 0x1fe0| 09 d2 02 00 | .... | distance: 1848.41 (184841) (m) 0x1fea-0x1fee (4) 0x1fe0| c9 08| ..| speed: 2.249 (2249) (m/s) 0x1fee-0x1ff0 (2) 0x1ff0|8c |. | heart_rate: 140 (bpm) 0x1ff0-0x1ff1 (1) @@ -14100,7 +14100,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2020| 0f | . | reserved: false 0x2023.3-0x2023.4 (0.1) 0x2020| 0f | . | local_message_type: 15 0x2023.4-0x2024 (0.4) | | | data_message{}: 0x2024-0x2034 (16) -0x2020| f3 8f 20 40 | .. @ | timestamp: 1075875827 (s) 0x2024-0x2028 (4) +0x2020| f3 8f 20 40 | .. @ | timestamp: 1075875827 (2024-02-03T06:23:47Z) 0x2024-0x2028 (4) 0x2020| e7 d9 02 00 | .... | distance: 1868.55 (186855) (m) 0x2028-0x202c (4) 0x2020| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x202c-0x202e (2) 0x2020| 8c | . | heart_rate: 140 (bpm) 0x202e-0x202f (1) @@ -14225,7 +14225,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2060| 0f | . | reserved: false 0x2061.3-0x2061.4 (0.1) 0x2060| 0f | . | local_message_type: 15 0x2061.4-0x2062 (0.4) | | | data_message{}: 0x2062-0x2072 (16) -0x2060| fc 8f 20 40 | .. @ | timestamp: 1075875836 (s) 0x2062-0x2066 (4) +0x2060| fc 8f 20 40 | .. @ | timestamp: 1075875836 (2024-02-03T06:23:56Z) 0x2062-0x2066 (4) 0x2060| db e1 02 00 | .... | distance: 1888.91 (188891) (m) 0x2066-0x206a (4) 0x2060| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x206a-0x206c (2) 0x2060| 8d | . | heart_rate: 141 (bpm) 0x206c-0x206d (1) @@ -14350,7 +14350,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2090| 0f| .| reserved: false 0x209f.3-0x209f.4 (0.1) 0x2090| 0f| .| local_message_type: 15 0x209f.4-0x20a0 (0.4) | | | data_message{}: 0x20a0-0x20b0 (16) -0x20a0|05 90 20 40 |.. @ | timestamp: 1075875845 (s) 0x20a0-0x20a4 (4) +0x20a0|05 90 20 40 |.. @ | timestamp: 1075875845 (2024-02-03T06:24:05Z) 0x20a0-0x20a4 (4) 0x20a0| e4 e9 02 00 | .... | distance: 1909.48 (190948) (m) 0x20a4-0x20a8 (4) 0x20a0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x20a8-0x20aa (2) 0x20a0| 8d | . | heart_rate: 141 (bpm) 0x20aa-0x20ab (1) @@ -14475,7 +14475,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x20d0| 0f | . | reserved: false 0x20dd.3-0x20dd.4 (0.1) 0x20d0| 0f | . | local_message_type: 15 0x20dd.4-0x20de (0.4) | | | data_message{}: 0x20de-0x20ee (16) -0x20d0| 0e 90| ..| timestamp: 1075875854 (s) 0x20de-0x20e2 (4) +0x20d0| 0e 90| ..| timestamp: 1075875854 (2024-02-03T06:24:14Z) 0x20de-0x20e2 (4) 0x20e0|20 40 | @ | 0x20e0| f5 f1 02 00 | .... | distance: 1930.13 (193013) (m) 0x20e2-0x20e6 (4) 0x20e0| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x20e6-0x20e8 (2) @@ -14601,7 +14601,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2110| 0f | . | reserved: false 0x211b.3-0x211b.4 (0.1) 0x2110| 0f | . | local_message_type: 15 0x211b.4-0x211c (0.4) | | | data_message{}: 0x211c-0x212c (16) -0x2110| 17 90 20 40| .. @| timestamp: 1075875863 (s) 0x211c-0x2120 (4) +0x2110| 17 90 20 40| .. @| timestamp: 1075875863 (2024-02-03T06:24:23Z) 0x211c-0x2120 (4) 0x2120|0e fa 02 00 |.... | distance: 1950.86 (195086) (m) 0x2120-0x2124 (4) 0x2120| 01 09 | .. | speed: 2.305 (2305) (m/s) 0x2124-0x2126 (2) 0x2120| 8a | . | heart_rate: 138 (bpm) 0x2126-0x2127 (1) @@ -14726,7 +14726,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2150| 0f | . | reserved: false 0x2159.3-0x2159.4 (0.1) 0x2150| 0f | . | local_message_type: 15 0x2159.4-0x215a (0.4) | | | data_message{}: 0x215a-0x216a (16) -0x2150| 20 90 20 40 | . @ | timestamp: 1075875872 (s) 0x215a-0x215e (4) +0x2150| 20 90 20 40 | . @ | timestamp: 1075875872 (2024-02-03T06:24:32Z) 0x215a-0x215e (4) 0x2150| 34 02| 4.| distance: 1971.72 (197172) (m) 0x215e-0x2162 (4) 0x2160|03 00 |.. | 0x2160| 1d 09 | .. | speed: 2.333 (2333) (m/s) 0x2162-0x2164 (2) @@ -14852,7 +14852,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2190| 0f | . | reserved: false 0x2197.3-0x2197.4 (0.1) 0x2190| 0f | . | local_message_type: 15 0x2197.4-0x2198 (0.4) | | | data_message{}: 0x2198-0x21a8 (16) -0x2190| 29 90 20 40 | ). @ | timestamp: 1075875881 (s) 0x2198-0x219c (4) +0x2190| 29 90 20 40 | ). @ | timestamp: 1075875881 (2024-02-03T06:24:41Z) 0x2198-0x219c (4) 0x2190| 96 0a 03 00| ....| distance: 1993.18 (199318) (m) 0x219c-0x21a0 (4) 0x21a0|5e 09 |^. | speed: 2.398 (2398) (m/s) 0x21a0-0x21a2 (2) 0x21a0| 8c | . | heart_rate: 140 (bpm) 0x21a2-0x21a3 (1) @@ -14905,7 +14905,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x21b0| 0f | . | reserved: false 0x21b7.3-0x21b7.4 (0.1) 0x21b0| 0f | . | local_message_type: 15 0x21b7.4-0x21b8 (0.4) | | | data_message{}: 0x21b8-0x21c8 (16) -0x21b0| 2c 90 20 40 | ,. @ | timestamp: 1075875884 (s) 0x21b8-0x21bc (4) +0x21b0| 2c 90 20 40 | ,. @ | timestamp: 1075875884 (2024-02-03T06:24:44Z) 0x21b8-0x21bc (4) 0x21b0| 56 0d 03 00| V...| distance: 2000.22 (200022) (m) 0x21bc-0x21c0 (4) 0x21c0|13 09 |.. | speed: 2.323 (2323) (m/s) 0x21c0-0x21c2 (2) 0x21c0| 8c | . | heart_rate: 140 (bpm) 0x21c2-0x21c3 (1) @@ -14922,8 +14922,8 @@ $ fq -d fit dv activity_invalid_strings.fit 0x21c0| 02 | . | reserved: false 0x21c8.3-0x21c8.4 (0.1) 0x21c0| 02 | . | local_message_type: 2 0x21c8.4-0x21c9 (0.4) | | | data_message{}: 0x21c9-0x2245 (124) -0x21c0| 2c 90 20 40 | ,. @ | timestamp: 1075875884 (s) 0x21c9-0x21cd (4) -0x21c0| 7b 8e 20| {. | start_time: 1075875451 0x21cd-0x21d1 (4) +0x21c0| 2c 90 20 40 | ,. @ | timestamp: 1075875884 (2024-02-03T06:24:44Z) 0x21c9-0x21cd (4) +0x21c0| 7b 8e 20| {. | start_time: 1075875451 (2024-02-03T06:17:31Z) 0x21cd-0x21d1 (4) 0x21d0|40 |@ | 0x21d0| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x21d1-0x21d5 (4) 0x21d0| ff ff ff 7f | .... | start_position_long: 2147483647 (invalid) 0x21d5-0x21d9 (4) @@ -14991,7 +14991,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2240| 03 | . | reserved: false 0x2245.3-0x2245.4 (0.1) 0x2240| 03 | . | local_message_type: 3 0x2245.4-0x2246 (0.4) | | | data_message{}: 0x2246-0x2274 (46) -0x2240| 2c 90 20 40 | ,. @ | timestamp: 1075875884 (s) 0x2246-0x224a (4) +0x2240| 2c 90 20 40 | ,. @ | timestamp: 1075875884 (2024-02-03T06:24:44Z) 0x2246-0x224a (4) 0x2240| 00 00 00 00 | .... | time_in_hr_zone_0: 0 (0) (s) 0x224a-0x224e (4) 0x2240| 00 00| ..| time_in_hr_zone_1: 0 (0) (s) 0x224e-0x2252 (4) 0x2250|00 00 |.. | @@ -15129,7 +15129,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x22a0| 0f | . | reserved: false 0x22a1.3-0x22a1.4 (0.1) 0x22a0| 0f | . | local_message_type: 15 0x22a1.4-0x22a2 (0.4) | | | data_message{}: 0x22a2-0x22b2 (16) -0x22a0| 35 90 20 40 | 5. @ | timestamp: 1075875893 (s) 0x22a2-0x22a6 (4) +0x22a0| 35 90 20 40 | 5. @ | timestamp: 1075875893 (2024-02-03T06:24:53Z) 0x22a2-0x22a6 (4) 0x22a0| 77 15 03 00 | w... | distance: 2021.03 (202103) (m) 0x22a6-0x22aa (4) 0x22a0| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x22aa-0x22ac (2) 0x22a0| 8c | . | heart_rate: 140 (bpm) 0x22ac-0x22ad (1) @@ -15254,7 +15254,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x22d0| 0f| .| reserved: false 0x22df.3-0x22df.4 (0.1) 0x22d0| 0f| .| local_message_type: 15 0x22df.4-0x22e0 (0.4) | | | data_message{}: 0x22e0-0x22f0 (16) -0x22e0|3e 90 20 40 |>. @ | timestamp: 1075875902 (s) 0x22e0-0x22e4 (4) +0x22e0|3e 90 20 40 |>. @ | timestamp: 1075875902 (2024-02-03T06:25:02Z) 0x22e0-0x22e4 (4) 0x22e0| 8c 1d 03 00 | .... | distance: 2041.72 (204172) (m) 0x22e4-0x22e8 (4) 0x22e0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x22e8-0x22ea (2) 0x22e0| 8c | . | heart_rate: 140 (bpm) 0x22ea-0x22eb (1) @@ -15379,7 +15379,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2310| 0f | . | reserved: false 0x231d.3-0x231d.4 (0.1) 0x2310| 0f | . | local_message_type: 15 0x231d.4-0x231e (0.4) | | | data_message{}: 0x231e-0x232e (16) -0x2310| 47 90| G.| timestamp: 1075875911 (s) 0x231e-0x2322 (4) +0x2310| 47 90| G.| timestamp: 1075875911 (2024-02-03T06:25:11Z) 0x231e-0x2322 (4) 0x2320|20 40 | @ | 0x2320| 9d 25 03 00 | .%.. | distance: 2062.37 (206237) (m) 0x2322-0x2326 (4) 0x2320| 1d 09 | .. | speed: 2.333 (2333) (m/s) 0x2326-0x2328 (2) @@ -15505,7 +15505,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2350| 0f | . | reserved: false 0x235b.3-0x235b.4 (0.1) 0x2350| 0f | . | local_message_type: 15 0x235b.4-0x235c (0.4) | | | data_message{}: 0x235c-0x236c (16) -0x2350| 50 90 20 40| P. @| timestamp: 1075875920 (s) 0x235c-0x2360 (4) +0x2350| 50 90 20 40| P. @| timestamp: 1075875920 (2024-02-03T06:25:20Z) 0x235c-0x2360 (4) 0x2360|b8 2d 03 00 |.-.. | distance: 2083.12 (208312) (m) 0x2360-0x2364 (4) 0x2360| 01 09 | .. | speed: 2.305 (2305) (m/s) 0x2364-0x2366 (2) 0x2360| 89 | . | heart_rate: 137 (bpm) 0x2366-0x2367 (1) @@ -15630,7 +15630,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2390| 0f | . | reserved: false 0x2399.3-0x2399.4 (0.1) 0x2390| 0f | . | local_message_type: 15 0x2399.4-0x239a (0.4) | | | data_message{}: 0x239a-0x23aa (16) -0x2390| 59 90 20 40 | Y. @ | timestamp: 1075875929 (s) 0x239a-0x239e (4) +0x2390| 59 90 20 40 | Y. @ | timestamp: 1075875929 (2024-02-03T06:25:29Z) 0x239a-0x239e (4) 0x2390| f5 35| .5| distance: 2104.21 (210421) (m) 0x239e-0x23a2 (4) 0x23a0|03 00 |.. | 0x23a0| 26 09 | &. | speed: 2.342 (2342) (m/s) 0x23a2-0x23a4 (2) @@ -15756,7 +15756,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x23d0| 0f | . | reserved: false 0x23d7.3-0x23d7.4 (0.1) 0x23d0| 0f | . | local_message_type: 15 0x23d7.4-0x23d8 (0.4) | | | data_message{}: 0x23d8-0x23e8 (16) -0x23d0| 62 90 20 40 | b. @ | timestamp: 1075875938 (s) 0x23d8-0x23dc (4) +0x23d0| 62 90 20 40 | b. @ | timestamp: 1075875938 (2024-02-03T06:25:38Z) 0x23d8-0x23dc (4) 0x23d0| 1b 3e 03 00| .>..| distance: 2125.07 (212507) (m) 0x23dc-0x23e0 (4) 0x23e0|13 09 |.. | speed: 2.323 (2323) (m/s) 0x23e0-0x23e2 (2) 0x23e0| 8b | . | heart_rate: 139 (bpm) 0x23e2-0x23e3 (1) @@ -15881,7 +15881,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2410| 0f | . | reserved: false 0x2415.3-0x2415.4 (0.1) 0x2410| 0f | . | local_message_type: 15 0x2415.4-0x2416 (0.4) | | | data_message{}: 0x2416-0x2426 (16) -0x2410| 6b 90 20 40 | k. @ | timestamp: 1075875947 (s) 0x2416-0x241a (4) +0x2410| 6b 90 20 40 | k. @ | timestamp: 1075875947 (2024-02-03T06:25:47Z) 0x2416-0x241a (4) 0x2410| 47 46 03 00 | GF.. | distance: 2145.99 (214599) (m) 0x241a-0x241e (4) 0x2410| 1d 09| ..| speed: 2.333 (2333) (m/s) 0x241e-0x2420 (2) 0x2420|89 |. | heart_rate: 137 (bpm) 0x2420-0x2421 (1) @@ -16006,7 +16006,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x2450| 0f | . | reserved: false 0x2453.3-0x2453.4 (0.1) 0x2450| 0f | . | local_message_type: 15 0x2453.4-0x2454 (0.4) | | | data_message{}: 0x2454-0x2464 (16) -0x2450| 74 90 20 40 | t. @ | timestamp: 1075875956 (s) 0x2454-0x2458 (4) +0x2450| 74 90 20 40 | t. @ | timestamp: 1075875956 (2024-02-03T06:25:56Z) 0x2454-0x2458 (4) 0x2450| 3c 4e 03 00 | ...| distance: 4562.54 (456254) (m) 0x42dc-0x42e0 (4) 0x42e0|c9 08 |.. | speed: 2.249 (2249) (m/s) 0x42e0-0x42e2 (2) 0x42e0| 89 | . | heart_rate: 137 (bpm) 0x42e2-0x42e3 (1) @@ -31389,7 +31389,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4310| 0f | . | reserved: false 0x4315.3-0x4315.4 (0.1) 0x4310| 0f | . | local_message_type: 15 0x4315.4-0x4316 (0.4) | | | data_message{}: 0x4316-0x4326 (16) -0x4310| b2 94 20 40 | .. @ | timestamp: 1075877042 (s) 0x4316-0x431a (4) +0x4310| b2 94 20 40 | .. @ | timestamp: 1075877042 (2024-02-03T06:44:02Z) 0x4316-0x431a (4) 0x4310| 25 fe 06 00 | %... | distance: 4582.77 (458277) (m) 0x431a-0x431e (4) 0x4310| c9 08| ..| speed: 2.249 (2249) (m/s) 0x431e-0x4320 (2) 0x4320|89 |. | heart_rate: 137 (bpm) 0x4320-0x4321 (1) @@ -31514,7 +31514,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4350| 0f | . | reserved: false 0x4353.3-0x4353.4 (0.1) 0x4350| 0f | . | local_message_type: 15 0x4353.4-0x4354 (0.4) | | | data_message{}: 0x4354-0x4364 (16) -0x4350| bb 94 20 40 | .. @ | timestamp: 1075877051 (s) 0x4354-0x4358 (4) +0x4350| bb 94 20 40 | .. @ | timestamp: 1075877051 (2024-02-03T06:44:11Z) 0x4354-0x4358 (4) 0x4350| 0d 06 07 00 | .... | distance: 4603.01 (460301) (m) 0x4358-0x435c (4) 0x4350| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x435c-0x435e (2) 0x4350| 88 | . | heart_rate: 136 (bpm) 0x435e-0x435f (1) @@ -31639,7 +31639,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4390| 0f | . | reserved: false 0x4391.3-0x4391.4 (0.1) 0x4390| 0f | . | local_message_type: 15 0x4391.4-0x4392 (0.4) | | | data_message{}: 0x4392-0x43a2 (16) -0x4390| c4 94 20 40 | .. @ | timestamp: 1075877060 (s) 0x4392-0x4396 (4) +0x4390| c4 94 20 40 | .. @ | timestamp: 1075877060 (2024-02-03T06:44:20Z) 0x4392-0x4396 (4) 0x4390| ef 0d 07 00 | .... | distance: 4623.19 (462319) (m) 0x4396-0x439a (4) 0x4390| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x439a-0x439c (2) 0x4390| 87 | . | heart_rate: 135 (bpm) 0x439c-0x439d (1) @@ -31764,7 +31764,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x43c0| 0f| .| reserved: false 0x43cf.3-0x43cf.4 (0.1) 0x43c0| 0f| .| local_message_type: 15 0x43cf.4-0x43d0 (0.4) | | | data_message{}: 0x43d0-0x43e0 (16) -0x43d0|cd 94 20 40 |.. @ | timestamp: 1075877069 (s) 0x43d0-0x43d4 (4) +0x43d0|cd 94 20 40 |.. @ | timestamp: 1075877069 (2024-02-03T06:44:29Z) 0x43d0-0x43d4 (4) 0x43d0| d4 15 07 00 | .... | distance: 4643.4 (464340) (m) 0x43d4-0x43d8 (4) 0x43d0| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x43d8-0x43da (2) 0x43d0| 86 | . | heart_rate: 134 (bpm) 0x43da-0x43db (1) @@ -31889,7 +31889,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4400| 0f | . | reserved: false 0x440d.3-0x440d.4 (0.1) 0x4400| 0f | . | local_message_type: 15 0x440d.4-0x440e (0.4) | | | data_message{}: 0x440e-0x441e (16) -0x4400| d6 94| ..| timestamp: 1075877078 (s) 0x440e-0x4412 (4) +0x4400| d6 94| ..| timestamp: 1075877078 (2024-02-03T06:44:38Z) 0x440e-0x4412 (4) 0x4410|20 40 | @ | 0x4410| bb 1d 07 00 | .... | distance: 4663.63 (466363) (m) 0x4412-0x4416 (4) 0x4410| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x4416-0x4418 (2) @@ -32015,7 +32015,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4440| 0f | . | reserved: false 0x444b.3-0x444b.4 (0.1) 0x4440| 0f | . | local_message_type: 15 0x444b.4-0x444c (0.4) | | | data_message{}: 0x444c-0x445c (16) -0x4440| df 94 20 40| .. @| timestamp: 1075877087 (s) 0x444c-0x4450 (4) +0x4440| df 94 20 40| .. @| timestamp: 1075877087 (2024-02-03T06:44:47Z) 0x444c-0x4450 (4) 0x4450|a3 25 07 00 |.%.. | distance: 4683.87 (468387) (m) 0x4450-0x4454 (4) 0x4450| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4454-0x4456 (2) 0x4450| 86 | . | heart_rate: 134 (bpm) 0x4456-0x4457 (1) @@ -32140,7 +32140,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4480| 0f | . | reserved: false 0x4489.3-0x4489.4 (0.1) 0x4480| 0f | . | local_message_type: 15 0x4489.4-0x448a (0.4) | | | data_message{}: 0x448a-0x449a (16) -0x4480| e8 94 20 40 | .. @ | timestamp: 1075877096 (s) 0x448a-0x448e (4) +0x4480| e8 94 20 40 | .. @ | timestamp: 1075877096 (2024-02-03T06:44:56Z) 0x448a-0x448e (4) 0x4480| 99 2d| .-| distance: 4704.25 (470425) (m) 0x448e-0x4492 (4) 0x4490|07 00 |.. | 0x4490| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4492-0x4494 (2) @@ -32266,7 +32266,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x44c0| 0f | . | reserved: false 0x44c7.3-0x44c7.4 (0.1) 0x44c0| 0f | . | local_message_type: 15 0x44c7.4-0x44c8 (0.4) | | | data_message{}: 0x44c8-0x44d8 (16) -0x44c0| f1 94 20 40 | .. @ | timestamp: 1075877105 (s) 0x44c8-0x44cc (4) +0x44c0| f1 94 20 40 | .. @ | timestamp: 1075877105 (2024-02-03T06:45:05Z) 0x44c8-0x44cc (4) 0x44c0| 84 35 07 00| .5..| distance: 4724.52 (472452) (m) 0x44cc-0x44d0 (4) 0x44d0|c9 08 |.. | speed: 2.249 (2249) (m/s) 0x44d0-0x44d2 (2) 0x44d0| 88 | . | heart_rate: 136 (bpm) 0x44d2-0x44d3 (1) @@ -32391,7 +32391,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4500| 0f | . | reserved: false 0x4505.3-0x4505.4 (0.1) 0x4500| 0f | . | local_message_type: 15 0x4505.4-0x4506 (0.4) | | | data_message{}: 0x4506-0x4516 (16) -0x4500| fa 94 20 40 | .. @ | timestamp: 1075877114 (s) 0x4506-0x450a (4) +0x4500| fa 94 20 40 | .. @ | timestamp: 1075877114 (2024-02-03T06:45:14Z) 0x4506-0x450a (4) 0x4500| 68 3d 07 00 | h=.. | distance: 4744.72 (474472) (m) 0x450a-0x450e (4) 0x4500| c9 08| ..| speed: 2.249 (2249) (m/s) 0x450e-0x4510 (2) 0x4510|88 |. | heart_rate: 136 (bpm) 0x4510-0x4511 (1) @@ -32516,7 +32516,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4540| 0f | . | reserved: false 0x4543.3-0x4543.4 (0.1) 0x4540| 0f | . | local_message_type: 15 0x4543.4-0x4544 (0.4) | | | data_message{}: 0x4544-0x4554 (16) -0x4540| 03 95 20 40 | .. @ | timestamp: 1075877123 (s) 0x4544-0x4548 (4) +0x4540| 03 95 20 40 | .. @ | timestamp: 1075877123 (2024-02-03T06:45:23Z) 0x4544-0x4548 (4) 0x4540| 58 45 07 00 | XE.. | distance: 4765.04 (476504) (m) 0x4548-0x454c (4) 0x4540| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x454c-0x454e (2) 0x4540| 89 | . | heart_rate: 137 (bpm) 0x454e-0x454f (1) @@ -32641,7 +32641,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4580| 0f | . | reserved: false 0x4581.3-0x4581.4 (0.1) 0x4580| 0f | . | local_message_type: 15 0x4581.4-0x4582 (0.4) | | | data_message{}: 0x4582-0x4592 (16) -0x4580| 0c 95 20 40 | .. @ | timestamp: 1075877132 (s) 0x4582-0x4586 (4) +0x4580| 0c 95 20 40 | .. @ | timestamp: 1075877132 (2024-02-03T06:45:32Z) 0x4582-0x4586 (4) 0x4580| 46 4d 07 00 | FM.. | distance: 4785.34 (478534) (m) 0x4586-0x458a (4) 0x4580| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x458a-0x458c (2) 0x4580| 8b | . | heart_rate: 139 (bpm) 0x458c-0x458d (1) @@ -32766,7 +32766,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x45b0| 0f| .| reserved: false 0x45bf.3-0x45bf.4 (0.1) 0x45b0| 0f| .| local_message_type: 15 0x45bf.4-0x45c0 (0.4) | | | data_message{}: 0x45c0-0x45d0 (16) -0x45c0|15 95 20 40 |.. @ | timestamp: 1075877141 (s) 0x45c0-0x45c4 (4) +0x45c0|15 95 20 40 |.. @ | timestamp: 1075877141 (2024-02-03T06:45:41Z) 0x45c0-0x45c4 (4) 0x45c0| 40 55 07 00 | @U.. | distance: 4805.76 (480576) (m) 0x45c4-0x45c8 (4) 0x45c0| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x45c8-0x45ca (2) 0x45c0| 8b | . | heart_rate: 139 (bpm) 0x45ca-0x45cb (1) @@ -32891,7 +32891,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x45f0| 0f | . | reserved: false 0x45fd.3-0x45fd.4 (0.1) 0x45f0| 0f | . | local_message_type: 15 0x45fd.4-0x45fe (0.4) | | | data_message{}: 0x45fe-0x460e (16) -0x45f0| 1e 95| ..| timestamp: 1075877150 (s) 0x45fe-0x4602 (4) +0x45f0| 1e 95| ..| timestamp: 1075877150 (2024-02-03T06:45:50Z) 0x45fe-0x4602 (4) 0x4600|20 40 | @ | 0x4600| 3a 5d 07 00 | :].. | distance: 4826.18 (482618) (m) 0x4602-0x4606 (4) 0x4600| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4606-0x4608 (2) @@ -33017,7 +33017,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4630| 0f | . | reserved: false 0x463b.3-0x463b.4 (0.1) 0x4630| 0f | . | local_message_type: 15 0x463b.4-0x463c (0.4) | | | data_message{}: 0x463c-0x464c (16) -0x4630| 27 95 20 40| '. @| timestamp: 1075877159 (s) 0x463c-0x4640 (4) +0x4630| 27 95 20 40| '. @| timestamp: 1075877159 (2024-02-03T06:45:59Z) 0x463c-0x4640 (4) 0x4640|24 65 07 00 |$e.. | distance: 4846.44 (484644) (m) 0x4640-0x4644 (4) 0x4640| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x4644-0x4646 (2) 0x4640| 88 | . | heart_rate: 136 (bpm) 0x4646-0x4647 (1) @@ -33142,7 +33142,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4670| 0f | . | reserved: false 0x4679.3-0x4679.4 (0.1) 0x4670| 0f | . | local_message_type: 15 0x4679.4-0x467a (0.4) | | | data_message{}: 0x467a-0x468a (16) -0x4670| 30 95 20 40 | 0. @ | timestamp: 1075877168 (s) 0x467a-0x467e (4) +0x4670| 30 95 20 40 | 0. @ | timestamp: 1075877168 (2024-02-03T06:46:08Z) 0x467a-0x467e (4) 0x4670| 13 6d| .m| distance: 4866.75 (486675) (m) 0x467e-0x4682 (4) 0x4680|07 00 |.. | 0x4680| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x4682-0x4684 (2) @@ -33268,7 +33268,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x46b0| 0f | . | reserved: false 0x46b7.3-0x46b7.4 (0.1) 0x46b0| 0f | . | local_message_type: 15 0x46b7.4-0x46b8 (0.4) | | | data_message{}: 0x46b8-0x46c8 (16) -0x46b0| 39 95 20 40 | 9. @ | timestamp: 1075877177 (s) 0x46b8-0x46bc (4) +0x46b0| 39 95 20 40 | 9. @ | timestamp: 1075877177 (2024-02-03T06:46:17Z) 0x46b8-0x46bc (4) 0x46b0| fa 74 07 00| .t..| distance: 4886.98 (488698) (m) 0x46bc-0x46c0 (4) 0x46c0|c9 08 |.. | speed: 2.249 (2249) (m/s) 0x46c0-0x46c2 (2) 0x46c0| 86 | . | heart_rate: 134 (bpm) 0x46c2-0x46c3 (1) @@ -33393,7 +33393,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x46f0| 0f | . | reserved: false 0x46f5.3-0x46f5.4 (0.1) 0x46f0| 0f | . | local_message_type: 15 0x46f5.4-0x46f6 (0.4) | | | data_message{}: 0x46f6-0x4706 (16) -0x46f0| 42 95 20 40 | B. @ | timestamp: 1075877186 (s) 0x46f6-0x46fa (4) +0x46f0| 42 95 20 40 | B. @ | timestamp: 1075877186 (2024-02-03T06:46:26Z) 0x46f6-0x46fa (4) 0x46f0| ea 7c 07 00 | .|.. | distance: 4907.3 (490730) (m) 0x46fa-0x46fe (4) 0x46f0| d2 08| ..| speed: 2.258 (2258) (m/s) 0x46fe-0x4700 (2) 0x4700|86 |. | heart_rate: 134 (bpm) 0x4700-0x4701 (1) @@ -33518,7 +33518,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4730| 0f | . | reserved: false 0x4733.3-0x4733.4 (0.1) 0x4730| 0f | . | local_message_type: 15 0x4733.4-0x4734 (0.4) | | | data_message{}: 0x4734-0x4744 (16) -0x4730| 4b 95 20 40 | K. @ | timestamp: 1075877195 (s) 0x4734-0x4738 (4) +0x4730| 4b 95 20 40 | K. @ | timestamp: 1075877195 (2024-02-03T06:46:35Z) 0x4734-0x4738 (4) 0x4730| e8 84 07 00 | .... | distance: 4927.76 (492776) (m) 0x4738-0x473c (4) 0x4730| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x473c-0x473e (2) 0x4730| 87 | . | heart_rate: 135 (bpm) 0x473e-0x473f (1) @@ -33643,7 +33643,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4770| 0f | . | reserved: false 0x4771.3-0x4771.4 (0.1) 0x4770| 0f | . | local_message_type: 15 0x4771.4-0x4772 (0.4) | | | data_message{}: 0x4772-0x4782 (16) -0x4770| 54 95 20 40 | T. @ | timestamp: 1075877204 (s) 0x4772-0x4776 (4) +0x4770| 54 95 20 40 | T. @ | timestamp: 1075877204 (2024-02-03T06:46:44Z) 0x4772-0x4776 (4) 0x4770| e0 8c 07 00 | .... | distance: 4948.16 (494816) (m) 0x4776-0x477a (4) 0x4770| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x477a-0x477c (2) 0x4770| 88 | . | heart_rate: 136 (bpm) 0x477c-0x477d (1) @@ -33768,7 +33768,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x47a0| 0f| .| reserved: false 0x47af.3-0x47af.4 (0.1) 0x47a0| 0f| .| local_message_type: 15 0x47af.4-0x47b0 (0.4) | | | data_message{}: 0x47b0-0x47c0 (16) -0x47b0|5d 95 20 40 |]. @ | timestamp: 1075877213 (s) 0x47b0-0x47b4 (4) +0x47b0|5d 95 20 40 |]. @ | timestamp: 1075877213 (2024-02-03T06:46:53Z) 0x47b0-0x47b4 (4) 0x47b0| d8 94 07 00 | .... | distance: 4968.56 (496856) (m) 0x47b4-0x47b8 (4) 0x47b0| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x47b8-0x47ba (2) 0x47b0| 89 | . | heart_rate: 137 (bpm) 0x47ba-0x47bb (1) @@ -33893,7 +33893,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x47e0| 0f | . | reserved: false 0x47ed.3-0x47ed.4 (0.1) 0x47e0| 0f | . | local_message_type: 15 0x47ed.4-0x47ee (0.4) | | | data_message{}: 0x47ee-0x47fe (16) -0x47e0| 66 95| f.| timestamp: 1075877222 (s) 0x47ee-0x47f2 (4) +0x47e0| 66 95| f.| timestamp: 1075877222 (2024-02-03T06:47:02Z) 0x47ee-0x47f2 (4) 0x47f0|20 40 | @ | 0x47f0| e0 9c 07 00 | .... | distance: 4989.12 (498912) (m) 0x47f2-0x47f6 (4) 0x47f0| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x47f6-0x47f8 (2) @@ -33971,7 +33971,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4810| 0f | . | reserved: false 0x4817.3-0x4817.4 (0.1) 0x4810| 0f | . | local_message_type: 15 0x4817.4-0x4818 (0.4) | | | data_message{}: 0x4818-0x4828 (16) -0x4810| 6b 95 20 40 | k. @ | timestamp: 1075877227 (s) 0x4818-0x481c (4) +0x4810| 6b 95 20 40 | k. @ | timestamp: 1075877227 (2024-02-03T06:47:07Z) 0x4818-0x481c (4) 0x4810| 5b a1 07 00| [...| distance: 5000.59 (500059) (m) 0x481c-0x4820 (4) 0x4820|f7 08 |.. | speed: 2.295 (2295) (m/s) 0x4820-0x4822 (2) 0x4820| 88 | . | heart_rate: 136 (bpm) 0x4822-0x4823 (1) @@ -33988,8 +33988,8 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4820| 02 | . | reserved: false 0x4828.3-0x4828.4 (0.1) 0x4820| 02 | . | local_message_type: 2 0x4828.4-0x4829 (0.4) | | | data_message{}: 0x4829-0x48a5 (124) -0x4820| 6b 95 20 40 | k. @ | timestamp: 1075877227 (s) 0x4829-0x482d (4) -0x4820| 9d 93 20| .. | start_time: 1075876765 0x482d-0x4831 (4) +0x4820| 6b 95 20 40 | k. @ | timestamp: 1075877227 (2024-02-03T06:47:07Z) 0x4829-0x482d (4) +0x4820| 9d 93 20| .. | start_time: 1075876765 (2024-02-03T06:39:25Z) 0x482d-0x4831 (4) 0x4830|40 |@ | 0x4830| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x4831-0x4835 (4) 0x4830| ff ff ff 7f | .... | start_position_long: 2147483647 (invalid) 0x4835-0x4839 (4) @@ -34057,7 +34057,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x48a0| 03 | . | reserved: false 0x48a5.3-0x48a5.4 (0.1) 0x48a0| 03 | . | local_message_type: 3 0x48a5.4-0x48a6 (0.4) | | | data_message{}: 0x48a6-0x48d4 (46) -0x48a0| 6b 95 20 40 | k. @ | timestamp: 1075877227 (s) 0x48a6-0x48aa (4) +0x48a0| 6b 95 20 40 | k. @ | timestamp: 1075877227 (2024-02-03T06:47:07Z) 0x48a6-0x48aa (4) 0x48a0| 00 00 00 00 | .... | time_in_hr_zone_0: 0 (0) (s) 0x48aa-0x48ae (4) 0x48a0| 00 00| ..| time_in_hr_zone_1: 0 (0) (s) 0x48ae-0x48b2 (4) 0x48b0|00 00 |.. | @@ -34195,7 +34195,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4900| 0f | . | reserved: false 0x4901.3-0x4901.4 (0.1) 0x4900| 0f | . | local_message_type: 15 0x4901.4-0x4902 (0.4) | | | data_message{}: 0x4902-0x4912 (16) -0x4900| 74 95 20 40 | t. @ | timestamp: 1075877236 (s) 0x4902-0x4906 (4) +0x4900| 74 95 20 40 | t. @ | timestamp: 1075877236 (2024-02-03T06:47:16Z) 0x4902-0x4906 (4) 0x4900| 66 a9 07 00 | f... | distance: 5021.18 (502118) (m) 0x4906-0x490a (4) 0x4900| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x490a-0x490c (2) 0x4900| 88 | . | heart_rate: 136 (bpm) 0x490c-0x490d (1) @@ -34320,7 +34320,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4930| 0f| .| reserved: false 0x493f.3-0x493f.4 (0.1) 0x4930| 0f| .| local_message_type: 15 0x493f.4-0x4940 (0.4) | | | data_message{}: 0x4940-0x4950 (16) -0x4940|7d 95 20 40 |}. @ | timestamp: 1075877245 (s) 0x4940-0x4944 (4) +0x4940|7d 95 20 40 |}. @ | timestamp: 1075877245 (2024-02-03T06:47:25Z) 0x4940-0x4944 (4) 0x4940| 66 b1 07 00 | f... | distance: 5041.66 (504166) (m) 0x4944-0x4948 (4) 0x4940| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4948-0x494a (2) 0x4940| 88 | . | heart_rate: 136 (bpm) 0x494a-0x494b (1) @@ -34445,7 +34445,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4970| 0f | . | reserved: false 0x497d.3-0x497d.4 (0.1) 0x4970| 0f | . | local_message_type: 15 0x497d.4-0x497e (0.4) | | | data_message{}: 0x497e-0x498e (16) -0x4970| 86 95| ..| timestamp: 1075877254 (s) 0x497e-0x4982 (4) +0x4970| 86 95| ..| timestamp: 1075877254 (2024-02-03T06:47:34Z) 0x497e-0x4982 (4) 0x4980|20 40 | @ | 0x4980| 5d b9 07 00 | ]... | distance: 5062.05 (506205) (m) 0x4982-0x4986 (4) 0x4980| db 08 | .. | speed: 2.267 (2267) (m/s) 0x4986-0x4988 (2) @@ -34571,7 +34571,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x49b0| 0f | . | reserved: false 0x49bb.3-0x49bb.4 (0.1) 0x49b0| 0f | . | local_message_type: 15 0x49bb.4-0x49bc (0.4) | | | data_message{}: 0x49bc-0x49cc (16) -0x49b0| 8f 95 20 40| .. @| timestamp: 1075877263 (s) 0x49bc-0x49c0 (4) +0x49b0| 8f 95 20 40| .. @| timestamp: 1075877263 (2024-02-03T06:47:43Z) 0x49bc-0x49c0 (4) 0x49c0|58 c1 07 00 |X... | distance: 5082.48 (508248) (m) 0x49c0-0x49c4 (4) 0x49c0| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x49c4-0x49c6 (2) 0x49c0| 87 | . | heart_rate: 135 (bpm) 0x49c6-0x49c7 (1) @@ -34696,7 +34696,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x49f0| 0f | . | reserved: false 0x49f9.3-0x49f9.4 (0.1) 0x49f0| 0f | . | local_message_type: 15 0x49f9.4-0x49fa (0.4) | | | data_message{}: 0x49fa-0x4a0a (16) -0x49f0| 98 95 20 40 | .. @ | timestamp: 1075877272 (s) 0x49fa-0x49fe (4) +0x49f0| 98 95 20 40 | .. @ | timestamp: 1075877272 (2024-02-03T06:47:52Z) 0x49fa-0x49fe (4) 0x49f0| 42 c9| B.| distance: 5102.74 (510274) (m) 0x49fe-0x4a02 (4) 0x4a00|07 00 |.. | 0x4a00| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x4a02-0x4a04 (2) @@ -34822,7 +34822,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4a30| 0f | . | reserved: false 0x4a37.3-0x4a37.4 (0.1) 0x4a30| 0f | . | local_message_type: 15 0x4a37.4-0x4a38 (0.4) | | | data_message{}: 0x4a38-0x4a48 (16) -0x4a30| a1 95 20 40 | .. @ | timestamp: 1075877281 (s) 0x4a38-0x4a3c (4) +0x4a30| a1 95 20 40 | .. @ | timestamp: 1075877281 (2024-02-03T06:48:01Z) 0x4a38-0x4a3c (4) 0x4a30| 32 d1 07 00| 2...| distance: 5123.06 (512306) (m) 0x4a3c-0x4a40 (4) 0x4a40|d2 08 |.. | speed: 2.258 (2258) (m/s) 0x4a40-0x4a42 (2) 0x4a40| 86 | . | heart_rate: 134 (bpm) 0x4a42-0x4a43 (1) @@ -34960,7 +34960,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4a80| 0f | . | reserved: false 0x4a82.3-0x4a82.4 (0.1) 0x4a80| 0f | . | local_message_type: 15 0x4a82.4-0x4a83 (0.4) | | | data_message{}: 0x4a83-0x4a93 (16) -0x4a80| aa 95 20 40 | .. @ | timestamp: 1075877290 (s) 0x4a83-0x4a87 (4) +0x4a80| aa 95 20 40 | .. @ | timestamp: 1075877290 (2024-02-03T06:48:10Z) 0x4a83-0x4a87 (4) 0x4a80| 20 d9 07 00 | ... | distance: 5143.36 (514336) (m) 0x4a87-0x4a8b (4) 0x4a80| db 08 | .. | speed: 2.267 (2267) (m/s) 0x4a8b-0x4a8d (2) 0x4a80| 88 | . | heart_rate: 136 (bpm) 0x4a8d-0x4a8e (1) @@ -35085,7 +35085,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4ac0|0f |. | reserved: false 0x4ac0.3-0x4ac0.4 (0.1) 0x4ac0|0f |. | local_message_type: 15 0x4ac0.4-0x4ac1 (0.4) | | | data_message{}: 0x4ac1-0x4ad1 (16) -0x4ac0| b3 95 20 40 | .. @ | timestamp: 1075877299 (s) 0x4ac1-0x4ac5 (4) +0x4ac0| b3 95 20 40 | .. @ | timestamp: 1075877299 (2024-02-03T06:48:19Z) 0x4ac1-0x4ac5 (4) 0x4ac0| 1d e1 07 00 | .... | distance: 5163.81 (516381) (m) 0x4ac5-0x4ac9 (4) 0x4ac0| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4ac9-0x4acb (2) 0x4ac0| 88 | . | heart_rate: 136 (bpm) 0x4acb-0x4acc (1) @@ -35210,7 +35210,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4af0| 0f | . | reserved: false 0x4afe.3-0x4afe.4 (0.1) 0x4af0| 0f | . | local_message_type: 15 0x4afe.4-0x4aff (0.4) | | | data_message{}: 0x4aff-0x4b0f (16) -0x4af0| bc| .| timestamp: 1075877308 (s) 0x4aff-0x4b03 (4) +0x4af0| bc| .| timestamp: 1075877308 (2024-02-03T06:48:28Z) 0x4aff-0x4b03 (4) 0x4b00|95 20 40 |. @ | 0x4b00| 0d e9 07 00 | .... | distance: 5184.13 (518413) (m) 0x4b03-0x4b07 (4) 0x4b00| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4b07-0x4b09 (2) @@ -35336,7 +35336,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4b30| 0f | . | reserved: false 0x4b3c.3-0x4b3c.4 (0.1) 0x4b30| 0f | . | local_message_type: 15 0x4b3c.4-0x4b3d (0.4) | | | data_message{}: 0x4b3d-0x4b4d (16) -0x4b30| c5 95 20| .. | timestamp: 1075877317 (s) 0x4b3d-0x4b41 (4) +0x4b30| c5 95 20| .. | timestamp: 1075877317 (2024-02-03T06:48:37Z) 0x4b3d-0x4b41 (4) 0x4b40|40 |@ | 0x4b40| fb f0 07 00 | .... | distance: 5204.43 (520443) (m) 0x4b41-0x4b45 (4) 0x4b40| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x4b45-0x4b47 (2) @@ -35462,7 +35462,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4b70| 0f | . | reserved: false 0x4b7a.3-0x4b7a.4 (0.1) 0x4b70| 0f | . | local_message_type: 15 0x4b7a.4-0x4b7b (0.4) | | | data_message{}: 0x4b7b-0x4b8b (16) -0x4b70| ce 95 20 40 | .. @ | timestamp: 1075877326 (s) 0x4b7b-0x4b7f (4) +0x4b70| ce 95 20 40 | .. @ | timestamp: 1075877326 (2024-02-03T06:48:46Z) 0x4b7b-0x4b7f (4) 0x4b70| e1| .| distance: 5224.65 (522465) (m) 0x4b7f-0x4b83 (4) 0x4b80|f8 07 00 |... | 0x4b80| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x4b83-0x4b85 (2) @@ -35588,7 +35588,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4bb0| 0f | . | reserved: false 0x4bb8.3-0x4bb8.4 (0.1) 0x4bb0| 0f | . | local_message_type: 15 0x4bb8.4-0x4bb9 (0.4) | | | data_message{}: 0x4bb9-0x4bc9 (16) -0x4bb0| d7 95 20 40 | .. @ | timestamp: 1075877335 (s) 0x4bb9-0x4bbd (4) +0x4bb0| d7 95 20 40 | .. @ | timestamp: 1075877335 (2024-02-03T06:48:55Z) 0x4bb9-0x4bbd (4) 0x4bb0| bd 00 08| ...| distance: 5244.77 (524477) (m) 0x4bbd-0x4bc1 (4) 0x4bc0|00 |. | 0x4bc0| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x4bc1-0x4bc3 (2) @@ -35690,7 +35690,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4be0| 0f | . | reserved: false 0x4bec.3-0x4bec.4 (0.1) 0x4be0| 0f | . | local_message_type: 15 0x4bec.4-0x4bed (0.4) | | | data_message{}: 0x4bed-0x4bfd (16) -0x4be0| de 95 20| .. | timestamp: 1075877342 (s) 0x4bed-0x4bf1 (4) +0x4be0| de 95 20| .. | timestamp: 1075877342 (2024-02-03T06:49:02Z) 0x4bed-0x4bf1 (4) 0x4bf0|40 |@ | 0x4bf0| e4 06 08 00 | .... | distance: 5260.52 (526052) (m) 0x4bf1-0x4bf5 (4) 0x4bf0| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x4bf5-0x4bf7 (2) @@ -35816,7 +35816,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4c20| 0f | . | reserved: false 0x4c2a.3-0x4c2a.4 (0.1) 0x4c20| 0f | . | local_message_type: 15 0x4c2a.4-0x4c2b (0.4) | | | data_message{}: 0x4c2b-0x4c3b (16) -0x4c20| e7 95 20 40 | .. @ | timestamp: 1075877351 (s) 0x4c2b-0x4c2f (4) +0x4c20| e7 95 20 40 | .. @ | timestamp: 1075877351 (2024-02-03T06:49:11Z) 0x4c2b-0x4c2f (4) 0x4c20| c9| .| distance: 5280.73 (528073) (m) 0x4c2f-0x4c33 (4) 0x4c30|0e 08 00 |... | 0x4c30| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x4c33-0x4c35 (2) @@ -35942,7 +35942,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4c60| 0f | . | reserved: false 0x4c68.3-0x4c68.4 (0.1) 0x4c60| 0f | . | local_message_type: 15 0x4c68.4-0x4c69 (0.4) | | | data_message{}: 0x4c69-0x4c79 (16) -0x4c60| f0 95 20 40 | .. @ | timestamp: 1075877360 (s) 0x4c69-0x4c6d (4) +0x4c60| f0 95 20 40 | .. @ | timestamp: 1075877360 (2024-02-03T06:49:20Z) 0x4c69-0x4c6d (4) 0x4c60| a7 16 08| ...| distance: 5300.87 (530087) (m) 0x4c6d-0x4c71 (4) 0x4c70|00 |. | 0x4c70| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x4c71-0x4c73 (2) @@ -36068,7 +36068,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4ca0| 0f | . | reserved: false 0x4ca6.3-0x4ca6.4 (0.1) 0x4ca0| 0f | . | local_message_type: 15 0x4ca6.4-0x4ca7 (0.4) | | | data_message{}: 0x4ca7-0x4cb7 (16) -0x4ca0| f9 95 20 40 | .. @ | timestamp: 1075877369 (s) 0x4ca7-0x4cab (4) +0x4ca0| f9 95 20 40 | .. @ | timestamp: 1075877369 (2024-02-03T06:49:29Z) 0x4ca7-0x4cab (4) 0x4ca0| 82 1e 08 00 | .... | distance: 5320.98 (532098) (m) 0x4cab-0x4caf (4) 0x4ca0| bf| .| speed: 2.239 (2239) (m/s) 0x4caf-0x4cb1 (2) 0x4cb0|08 |. | @@ -36194,7 +36194,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4ce0| 0f | . | reserved: false 0x4ce4.3-0x4ce4.4 (0.1) 0x4ce0| 0f | . | local_message_type: 15 0x4ce4.4-0x4ce5 (0.4) | | | data_message{}: 0x4ce5-0x4cf5 (16) -0x4ce0| 02 96 20 40 | .. @ | timestamp: 1075877378 (s) 0x4ce5-0x4ce9 (4) +0x4ce0| 02 96 20 40 | .. @ | timestamp: 1075877378 (2024-02-03T06:49:38Z) 0x4ce5-0x4ce9 (4) 0x4ce0| 5b 26 08 00 | [&.. | distance: 5341.07 (534107) (m) 0x4ce9-0x4ced (4) 0x4ce0| ad 08 | .. | speed: 2.221 (2221) (m/s) 0x4ced-0x4cef (2) 0x4ce0| 87| .| heart_rate: 135 (bpm) 0x4cef-0x4cf0 (1) @@ -36331,7 +36331,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4d20| 0f | . | reserved: false 0x4d27.3-0x4d27.4 (0.1) 0x4d20| 0f | . | local_message_type: 15 0x4d27.4-0x4d28 (0.4) | | | data_message{}: 0x4d28-0x4d38 (16) -0x4d20| 0c 96 20 40 | .. @ | timestamp: 1075877388 (s) 0x4d28-0x4d2c (4) +0x4d20| 0c 96 20 40 | .. @ | timestamp: 1075877388 (2024-02-03T06:49:48Z) 0x4d28-0x4d2c (4) 0x4d20| 0a 2f 08 00| ./..| distance: 5363.3 (536330) (m) 0x4d2c-0x4d30 (4) 0x4d30|b6 08 |.. | speed: 2.23 (2230) (m/s) 0x4d30-0x4d32 (2) 0x4d30| 88 | . | heart_rate: 136 (bpm) 0x4d32-0x4d33 (1) @@ -36456,7 +36456,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4d60| 0f | . | reserved: false 0x4d65.3-0x4d65.4 (0.1) 0x4d60| 0f | . | local_message_type: 15 0x4d65.4-0x4d66 (0.4) | | | data_message{}: 0x4d66-0x4d76 (16) -0x4d60| 15 96 20 40 | .. @ | timestamp: 1075877397 (s) 0x4d66-0x4d6a (4) +0x4d60| 15 96 20 40 | .. @ | timestamp: 1075877397 (2024-02-03T06:49:57Z) 0x4d66-0x4d6a (4) 0x4d60| e1 36 08 00 | .6.. | distance: 5383.37 (538337) (m) 0x4d6a-0x4d6e (4) 0x4d60| b6 08| ..| speed: 2.23 (2230) (m/s) 0x4d6e-0x4d70 (2) 0x4d70|88 |. | heart_rate: 136 (bpm) 0x4d70-0x4d71 (1) @@ -36593,7 +36593,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4da0| 0f | . | reserved: false 0x4da8.3-0x4da8.4 (0.1) 0x4da0| 0f | . | local_message_type: 15 0x4da8.4-0x4da9 (0.4) | | | data_message{}: 0x4da9-0x4db9 (16) -0x4da0| 1f 96 20 40 | .. @ | timestamp: 1075877407 (s) 0x4da9-0x4dad (4) +0x4da0| 1f 96 20 40 | .. @ | timestamp: 1075877407 (2024-02-03T06:50:07Z) 0x4da9-0x4dad (4) 0x4da0| 60 3f 08| `?.| distance: 5405.12 (540512) (m) 0x4dad-0x4db1 (4) 0x4db0|00 |. | 0x4db0| 21 08 | !. | speed: 2.081 (2081) (m/s) 0x4db1-0x4db3 (2) @@ -36659,7 +36659,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4dc0| 0f | . | reserved: false 0x4dcd.3-0x4dcd.4 (0.1) 0x4dc0| 0f | . | local_message_type: 15 0x4dcd.4-0x4dce (0.4) | | | data_message{}: 0x4dce-0x4dde (16) -0x4dc0| 23 96| #.| timestamp: 1075877411 (s) 0x4dce-0x4dd2 (4) +0x4dc0| 23 96| #.| timestamp: 1075877411 (2024-02-03T06:50:11Z) 0x4dce-0x4dd2 (4) 0x4dd0|20 40 | @ | 0x4dd0| a5 42 08 00 | .B.. | distance: 5413.49 (541349) (m) 0x4dd2-0x4dd6 (4) 0x4dd0| 3d 08 | =. | speed: 2.109 (2109) (m/s) 0x4dd6-0x4dd8 (2) @@ -36689,7 +36689,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4de0| 0f | . | reserved: false 0x4de3.3-0x4de3.4 (0.1) 0x4de0| 0f | . | local_message_type: 15 0x4de3.4-0x4de4 (0.4) | | | data_message{}: 0x4de4-0x4df4 (16) -0x4de0| 24 96 20 40 | $. @ | timestamp: 1075877412 (s) 0x4de4-0x4de8 (4) +0x4de0| 24 96 20 40 | $. @ | timestamp: 1075877412 (2024-02-03T06:50:12Z) 0x4de4-0x4de8 (4) 0x4de0| 7a 43 08 00 | zC.. | distance: 5415.62 (541562) (m) 0x4de8-0x4dec (4) 0x4de0| 59 08 | Y. | speed: 2.137 (2137) (m/s) 0x4dec-0x4dee (2) 0x4de0| 89 | . | heart_rate: 137 (bpm) 0x4dee-0x4def (1) @@ -36814,7 +36814,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4e20| 0f | . | reserved: false 0x4e21.3-0x4e21.4 (0.1) 0x4e20| 0f | . | local_message_type: 15 0x4e21.4-0x4e22 (0.4) | | | data_message{}: 0x4e22-0x4e32 (16) -0x4e20| 2d 96 20 40 | -. @ | timestamp: 1075877421 (s) 0x4e22-0x4e26 (4) +0x4e20| 2d 96 20 40 | -. @ | timestamp: 1075877421 (2024-02-03T06:50:21Z) 0x4e22-0x4e26 (4) 0x4e20| 57 4b 08 00 | WK.. | distance: 5435.75 (543575) (m) 0x4e26-0x4e2a (4) 0x4e20| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x4e2a-0x4e2c (2) 0x4e20| 88 | . | heart_rate: 136 (bpm) 0x4e2c-0x4e2d (1) @@ -36939,7 +36939,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4e50| 0f| .| reserved: false 0x4e5f.3-0x4e5f.4 (0.1) 0x4e50| 0f| .| local_message_type: 15 0x4e5f.4-0x4e60 (0.4) | | | data_message{}: 0x4e60-0x4e70 (16) -0x4e60|36 96 20 40 |6. @ | timestamp: 1075877430 (s) 0x4e60-0x4e64 (4) +0x4e60|36 96 20 40 |6. @ | timestamp: 1075877430 (2024-02-03T06:50:30Z) 0x4e60-0x4e64 (4) 0x4e60| 33 53 08 00 | 3S.. | distance: 5455.87 (545587) (m) 0x4e64-0x4e68 (4) 0x4e60| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x4e68-0x4e6a (2) 0x4e60| 88 | . | heart_rate: 136 (bpm) 0x4e6a-0x4e6b (1) @@ -37064,7 +37064,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4e90| 0f | . | reserved: false 0x4e9d.3-0x4e9d.4 (0.1) 0x4e90| 0f | . | local_message_type: 15 0x4e9d.4-0x4e9e (0.4) | | | data_message{}: 0x4e9e-0x4eae (16) -0x4e90| 3f 96| ?.| timestamp: 1075877439 (s) 0x4e9e-0x4ea2 (4) +0x4e90| 3f 96| ?.| timestamp: 1075877439 (2024-02-03T06:50:39Z) 0x4e9e-0x4ea2 (4) 0x4ea0|20 40 | @ | 0x4ea0| 11 5b 08 00 | .[.. | distance: 5476.01 (547601) (m) 0x4ea2-0x4ea6 (4) 0x4ea0| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x4ea6-0x4ea8 (2) @@ -37190,7 +37190,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4ed0| 0f | . | reserved: false 0x4edb.3-0x4edb.4 (0.1) 0x4ed0| 0f | . | local_message_type: 15 0x4edb.4-0x4edc (0.4) | | | data_message{}: 0x4edc-0x4eec (16) -0x4ed0| 48 96 20 40| H. @| timestamp: 1075877448 (s) 0x4edc-0x4ee0 (4) +0x4ed0| 48 96 20 40| H. @| timestamp: 1075877448 (2024-02-03T06:50:48Z) 0x4edc-0x4ee0 (4) 0x4ee0|f3 62 08 00 |.b.. | distance: 5496.19 (549619) (m) 0x4ee0-0x4ee4 (4) 0x4ee0| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x4ee4-0x4ee6 (2) 0x4ee0| 88 | . | heart_rate: 136 (bpm) 0x4ee6-0x4ee7 (1) @@ -37315,7 +37315,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4f10| 0f | . | reserved: false 0x4f19.3-0x4f19.4 (0.1) 0x4f10| 0f | . | local_message_type: 15 0x4f19.4-0x4f1a (0.4) | | | data_message{}: 0x4f1a-0x4f2a (16) -0x4f10| 51 96 20 40 | Q. @ | timestamp: 1075877457 (s) 0x4f1a-0x4f1e (4) +0x4f10| 51 96 20 40 | Q. @ | timestamp: 1075877457 (2024-02-03T06:50:57Z) 0x4f1a-0x4f1e (4) 0x4f10| e3 6a| .j| distance: 5516.51 (551651) (m) 0x4f1e-0x4f22 (4) 0x4f20|08 00 |.. | 0x4f20| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x4f22-0x4f24 (2) @@ -37441,7 +37441,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4f50| 0f | . | reserved: false 0x4f57.3-0x4f57.4 (0.1) 0x4f50| 0f | . | local_message_type: 15 0x4f57.4-0x4f58 (0.4) | | | data_message{}: 0x4f58-0x4f68 (16) -0x4f50| 5a 96 20 40 | Z. @ | timestamp: 1075877466 (s) 0x4f58-0x4f5c (4) +0x4f50| 5a 96 20 40 | Z. @ | timestamp: 1075877466 (2024-02-03T06:51:06Z) 0x4f58-0x4f5c (4) 0x4f50| b7 72 08 00| .r..| distance: 5536.55 (553655) (m) 0x4f5c-0x4f60 (4) 0x4f60|b6 08 |.. | speed: 2.23 (2230) (m/s) 0x4f60-0x4f62 (2) 0x4f60| 87 | . | heart_rate: 135 (bpm) 0x4f62-0x4f63 (1) @@ -37566,7 +37566,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4f90| 0f | . | reserved: false 0x4f95.3-0x4f95.4 (0.1) 0x4f90| 0f | . | local_message_type: 15 0x4f95.4-0x4f96 (0.4) | | | data_message{}: 0x4f96-0x4fa6 (16) -0x4f90| 63 96 20 40 | c. @ | timestamp: 1075877475 (s) 0x4f96-0x4f9a (4) +0x4f90| 63 96 20 40 | c. @ | timestamp: 1075877475 (2024-02-03T06:51:15Z) 0x4f96-0x4f9a (4) 0x4f90| 8c 7a 08 00 | .z.. | distance: 5556.6 (555660) (m) 0x4f9a-0x4f9e (4) 0x4f90| b6 08| ..| speed: 2.23 (2230) (m/s) 0x4f9e-0x4fa0 (2) 0x4fa0|87 |. | heart_rate: 135 (bpm) 0x4fa0-0x4fa1 (1) @@ -37691,7 +37691,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x4fd0| 0f | . | reserved: false 0x4fd3.3-0x4fd3.4 (0.1) 0x4fd0| 0f | . | local_message_type: 15 0x4fd3.4-0x4fd4 (0.4) | | | data_message{}: 0x4fd4-0x4fe4 (16) -0x4fd0| 6c 96 20 40 | l. @ | timestamp: 1075877484 (s) 0x4fd4-0x4fd8 (4) +0x4fd0| 6c 96 20 40 | l. @ | timestamp: 1075877484 (2024-02-03T06:51:24Z) 0x4fd4-0x4fd8 (4) 0x4fd0| 67 82 08 00 | g... | distance: 5576.71 (557671) (m) 0x4fd8-0x4fdc (4) 0x4fd0| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x4fdc-0x4fde (2) 0x4fd0| 86 | . | heart_rate: 134 (bpm) 0x4fde-0x4fdf (1) @@ -37816,7 +37816,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5010| 0f | . | reserved: false 0x5011.3-0x5011.4 (0.1) 0x5010| 0f | . | local_message_type: 15 0x5011.4-0x5012 (0.4) | | | data_message{}: 0x5012-0x5022 (16) -0x5010| 75 96 20 40 | u. @ | timestamp: 1075877493 (s) 0x5012-0x5016 (4) +0x5010| 75 96 20 40 | u. @ | timestamp: 1075877493 (2024-02-03T06:51:33Z) 0x5012-0x5016 (4) 0x5010| 3b 8a 08 00 | ;... | distance: 5596.75 (559675) (m) 0x5016-0x501a (4) 0x5010| 9a 08 | .. | speed: 2.202 (2202) (m/s) 0x501a-0x501c (2) 0x5010| 86 | . | heart_rate: 134 (bpm) 0x501c-0x501d (1) @@ -37941,7 +37941,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5040| 0f| .| reserved: false 0x504f.3-0x504f.4 (0.1) 0x5040| 0f| .| local_message_type: 15 0x504f.4-0x5050 (0.4) | | | data_message{}: 0x5050-0x5060 (16) -0x5050|7e 96 20 40 |~. @ | timestamp: 1075877502 (s) 0x5050-0x5054 (4) +0x5050|7e 96 20 40 |~. @ | timestamp: 1075877502 (2024-02-03T06:51:42Z) 0x5050-0x5054 (4) 0x5050| 12 92 08 00 | .... | distance: 5616.82 (561682) (m) 0x5054-0x5058 (4) 0x5050| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x5058-0x505a (2) 0x5050| 86 | . | heart_rate: 134 (bpm) 0x505a-0x505b (1) @@ -38066,7 +38066,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5080| 0f | . | reserved: false 0x508d.3-0x508d.4 (0.1) 0x5080| 0f | . | local_message_type: 15 0x508d.4-0x508e (0.4) | | | data_message{}: 0x508e-0x509e (16) -0x5080| 87 96| ..| timestamp: 1075877511 (s) 0x508e-0x5092 (4) +0x5080| 87 96| ..| timestamp: 1075877511 (2024-02-03T06:51:51Z) 0x508e-0x5092 (4) 0x5090|20 40 | @ | 0x5090| ee 99 08 00 | .... | distance: 5636.94 (563694) (m) 0x5092-0x5096 (4) 0x5090| b6 08 | .. | speed: 2.23 (2230) (m/s) 0x5096-0x5098 (2) @@ -38144,7 +38144,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x50b0| 0f | . | reserved: false 0x50b7.3-0x50b7.4 (0.1) 0x50b0| 0f | . | local_message_type: 15 0x50b7.4-0x50b8 (0.4) | | | data_message{}: 0x50b8-0x50c8 (16) -0x50b0| 8c 96 20 40 | .. @ | timestamp: 1075877516 (s) 0x50b8-0x50bc (4) +0x50b0| 8c 96 20 40 | .. @ | timestamp: 1075877516 (2024-02-03T06:51:56Z) 0x50b8-0x50bc (4) 0x50b0| 53 9e 08 00| S...| distance: 5648.19 (564819) (m) 0x50bc-0x50c0 (4) 0x50c0|c9 08 |.. | speed: 2.249 (2249) (m/s) 0x50c0-0x50c2 (2) 0x50c0| 89 | . | heart_rate: 137 (bpm) 0x50c2-0x50c3 (1) @@ -38269,7 +38269,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x50f0| 0f | . | reserved: false 0x50f5.3-0x50f5.4 (0.1) 0x50f0| 0f | . | local_message_type: 15 0x50f5.4-0x50f6 (0.4) | | | data_message{}: 0x50f6-0x5106 (16) -0x50f0| 95 96 20 40 | .. @ | timestamp: 1075877525 (s) 0x50f6-0x50fa (4) +0x50f0| 95 96 20 40 | .. @ | timestamp: 1075877525 (2024-02-03T06:52:05Z) 0x50f6-0x50fa (4) 0x50f0| 38 a6 08 00 | 8... | distance: 5668.4 (566840) (m) 0x50fa-0x50fe (4) 0x50f0| bf 08| ..| speed: 2.239 (2239) (m/s) 0x50fe-0x5100 (2) 0x5100|89 |. | heart_rate: 137 (bpm) 0x5100-0x5101 (1) @@ -38394,7 +38394,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5130| 0f | . | reserved: false 0x5133.3-0x5133.4 (0.1) 0x5130| 0f | . | local_message_type: 15 0x5133.4-0x5134 (0.4) | | | data_message{}: 0x5134-0x5144 (16) -0x5130| 9e 96 20 40 | .. @ | timestamp: 1075877534 (s) 0x5134-0x5138 (4) +0x5130| 9e 96 20 40 | .. @ | timestamp: 1075877534 (2024-02-03T06:52:14Z) 0x5134-0x5138 (4) 0x5130| 1e ae 08 00 | .... | distance: 5688.62 (568862) (m) 0x5138-0x513c (4) 0x5130| bf 08 | .. | speed: 2.239 (2239) (m/s) 0x513c-0x513e (2) 0x5130| 8b | . | heart_rate: 139 (bpm) 0x513e-0x513f (1) @@ -38519,7 +38519,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5170| 0f | . | reserved: false 0x5171.3-0x5171.4 (0.1) 0x5170| 0f | . | local_message_type: 15 0x5171.4-0x5172 (0.4) | | | data_message{}: 0x5172-0x5182 (16) -0x5170| a7 96 20 40 | .. @ | timestamp: 1075877543 (s) 0x5172-0x5176 (4) +0x5170| a7 96 20 40 | .. @ | timestamp: 1075877543 (2024-02-03T06:52:23Z) 0x5172-0x5176 (4) 0x5170| 01 b6 08 00 | .... | distance: 5708.81 (570881) (m) 0x5176-0x517a (4) 0x5170| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x517a-0x517c (2) 0x5170| 89 | . | heart_rate: 137 (bpm) 0x517c-0x517d (1) @@ -38644,7 +38644,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x51a0| 0f| .| reserved: false 0x51af.3-0x51af.4 (0.1) 0x51a0| 0f| .| local_message_type: 15 0x51af.4-0x51b0 (0.4) | | | data_message{}: 0x51b0-0x51c0 (16) -0x51b0|b0 96 20 40 |.. @ | timestamp: 1075877552 (s) 0x51b0-0x51b4 (4) +0x51b0|b0 96 20 40 |.. @ | timestamp: 1075877552 (2024-02-03T06:52:32Z) 0x51b0-0x51b4 (4) 0x51b0| eb bd 08 00 | .... | distance: 5729.07 (572907) (m) 0x51b4-0x51b8 (4) 0x51b0| d2 08 | .. | speed: 2.258 (2258) (m/s) 0x51b8-0x51ba (2) 0x51b0| 88 | . | heart_rate: 136 (bpm) 0x51ba-0x51bb (1) @@ -38769,7 +38769,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x51e0| 0f | . | reserved: false 0x51ed.3-0x51ed.4 (0.1) 0x51e0| 0f | . | local_message_type: 15 0x51ed.4-0x51ee (0.4) | | | data_message{}: 0x51ee-0x51fe (16) -0x51e0| b9 96| ..| timestamp: 1075877561 (s) 0x51ee-0x51f2 (4) +0x51e0| b9 96| ..| timestamp: 1075877561 (2024-02-03T06:52:41Z) 0x51ee-0x51f2 (4) 0x51f0|20 40 | @ | 0x51f0| d5 c5 08 00 | .... | distance: 5749.33 (574933) (m) 0x51f2-0x51f6 (4) 0x51f0| c9 08 | .. | speed: 2.249 (2249) (m/s) 0x51f6-0x51f8 (2) @@ -38895,7 +38895,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5220| 0f | . | reserved: false 0x522b.3-0x522b.4 (0.1) 0x5220| 0f | . | local_message_type: 15 0x522b.4-0x522c (0.4) | | | data_message{}: 0x522c-0x523c (16) -0x5220| c2 96 20 40| .. @| timestamp: 1075877570 (s) 0x522c-0x5230 (4) +0x5220| c2 96 20 40| .. @| timestamp: 1075877570 (2024-02-03T06:52:50Z) 0x522c-0x5230 (4) 0x5230|d0 cd 08 00 |.... | distance: 5769.76 (576976) (m) 0x5230-0x5234 (4) 0x5230| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x5234-0x5236 (2) 0x5230| 89 | . | heart_rate: 137 (bpm) 0x5236-0x5237 (1) @@ -39020,7 +39020,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5260| 0f | . | reserved: false 0x5269.3-0x5269.4 (0.1) 0x5260| 0f | . | local_message_type: 15 0x5269.4-0x526a (0.4) | | | data_message{}: 0x526a-0x527a (16) -0x5260| cb 96 20 40 | .. @ | timestamp: 1075877579 (s) 0x526a-0x526e (4) +0x5260| cb 96 20 40 | .. @ | timestamp: 1075877579 (2024-02-03T06:52:59Z) 0x526a-0x526e (4) 0x5260| de d5| ..| distance: 5790.38 (579038) (m) 0x526e-0x5272 (4) 0x5270|08 00 |.. | 0x5270| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x5272-0x5274 (2) @@ -39146,7 +39146,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x52a0| 0f | . | reserved: false 0x52a7.3-0x52a7.4 (0.1) 0x52a0| 0f | . | local_message_type: 15 0x52a7.4-0x52a8 (0.4) | | | data_message{}: 0x52a8-0x52b8 (16) -0x52a0| d4 96 20 40 | .. @ | timestamp: 1075877588 (s) 0x52a8-0x52ac (4) +0x52a0| d4 96 20 40 | .. @ | timestamp: 1075877588 (2024-02-03T06:53:08Z) 0x52a8-0x52ac (4) 0x52a0| f3 dd 08 00| ....| distance: 5811.07 (581107) (m) 0x52ac-0x52b0 (4) 0x52b0|01 09 |.. | speed: 2.305 (2305) (m/s) 0x52b0-0x52b2 (2) 0x52b0| 89 | . | heart_rate: 137 (bpm) 0x52b2-0x52b3 (1) @@ -39271,7 +39271,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x52e0| 0f | . | reserved: false 0x52e5.3-0x52e5.4 (0.1) 0x52e0| 0f | . | local_message_type: 15 0x52e5.4-0x52e6 (0.4) | | | data_message{}: 0x52e6-0x52f6 (16) -0x52e0| dd 96 20 40 | .. @ | timestamp: 1075877597 (s) 0x52e6-0x52ea (4) +0x52e0| dd 96 20 40 | .. @ | timestamp: 1075877597 (2024-02-03T06:53:17Z) 0x52e6-0x52ea (4) 0x52e0| 0c e6 08 00 | .... | distance: 5831.8 (583180) (m) 0x52ea-0x52ee (4) 0x52e0| f7 08| ..| speed: 2.295 (2295) (m/s) 0x52ee-0x52f0 (2) 0x52f0|88 |. | heart_rate: 136 (bpm) 0x52f0-0x52f1 (1) @@ -39396,7 +39396,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5320| 0f | . | reserved: false 0x5323.3-0x5323.4 (0.1) 0x5320| 0f | . | local_message_type: 15 0x5323.4-0x5324 (0.4) | | | data_message{}: 0x5324-0x5334 (16) -0x5320| e6 96 20 40 | .. @ | timestamp: 1075877606 (s) 0x5324-0x5328 (4) +0x5320| e6 96 20 40 | .. @ | timestamp: 1075877606 (2024-02-03T06:53:26Z) 0x5324-0x5328 (4) 0x5320| 21 ee 08 00 | !... | distance: 5852.49 (585249) (m) 0x5328-0x532c (4) 0x5320| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x532c-0x532e (2) 0x5320| 87 | . | heart_rate: 135 (bpm) 0x532e-0x532f (1) @@ -39521,7 +39521,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5360| 0f | . | reserved: false 0x5361.3-0x5361.4 (0.1) 0x5360| 0f | . | local_message_type: 15 0x5361.4-0x5362 (0.4) | | | data_message{}: 0x5362-0x5372 (16) -0x5360| ef 96 20 40 | .. @ | timestamp: 1075877615 (s) 0x5362-0x5366 (4) +0x5360| ef 96 20 40 | .. @ | timestamp: 1075877615 (2024-02-03T06:53:35Z) 0x5362-0x5366 (4) 0x5360| 2f f6 08 00 | /... | distance: 5873.11 (587311) (m) 0x5366-0x536a (4) 0x5360| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x536a-0x536c (2) 0x5360| 87 | . | heart_rate: 135 (bpm) 0x536c-0x536d (1) @@ -39646,7 +39646,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5390| 0f| .| reserved: false 0x539f.3-0x539f.4 (0.1) 0x5390| 0f| .| local_message_type: 15 0x539f.4-0x53a0 (0.4) | | | data_message{}: 0x53a0-0x53b0 (16) -0x53a0|f8 96 20 40 |.. @ | timestamp: 1075877624 (s) 0x53a0-0x53a4 (4) +0x53a0|f8 96 20 40 |.. @ | timestamp: 1075877624 (2024-02-03T06:53:44Z) 0x53a0-0x53a4 (4) 0x53a0| 38 fe 08 00 | 8... | distance: 5893.68 (589368) (m) 0x53a4-0x53a8 (4) 0x53a0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x53a8-0x53aa (2) 0x53a0| 88 | . | heart_rate: 136 (bpm) 0x53aa-0x53ab (1) @@ -39771,7 +39771,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x53d0| 0f | . | reserved: false 0x53dd.3-0x53dd.4 (0.1) 0x53d0| 0f | . | local_message_type: 15 0x53dd.4-0x53de (0.4) | | | data_message{}: 0x53de-0x53ee (16) -0x53d0| 01 97| ..| timestamp: 1075877633 (s) 0x53de-0x53e2 (4) +0x53d0| 01 97| ..| timestamp: 1075877633 (2024-02-03T06:53:53Z) 0x53de-0x53e2 (4) 0x53e0|20 40 | @ | 0x53e0| 42 06 09 00 | B... | distance: 5914.26 (591426) (m) 0x53e2-0x53e6 (4) 0x53e0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x53e6-0x53e8 (2) @@ -39897,7 +39897,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5410| 0f | . | reserved: false 0x541b.3-0x541b.4 (0.1) 0x5410| 0f | . | local_message_type: 15 0x541b.4-0x541c (0.4) | | | data_message{}: 0x541c-0x542c (16) -0x5410| 0a 97 20 40| .. @| timestamp: 1075877642 (s) 0x541c-0x5420 (4) +0x5410| 0a 97 20 40| .. @| timestamp: 1075877642 (2024-02-03T06:54:02Z) 0x541c-0x5420 (4) 0x5420|44 0e 09 00 |D... | distance: 5934.76 (593476) (m) 0x5420-0x5424 (4) 0x5420| e5 08 | .. | speed: 2.277 (2277) (m/s) 0x5424-0x5426 (2) 0x5420| 89 | . | heart_rate: 137 (bpm) 0x5426-0x5427 (1) @@ -40022,7 +40022,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5450| 0f | . | reserved: false 0x5459.3-0x5459.4 (0.1) 0x5450| 0f | . | local_message_type: 15 0x5459.4-0x545a (0.4) | | | data_message{}: 0x545a-0x546a (16) -0x5450| 13 97 20 40 | .. @ | timestamp: 1075877651 (s) 0x545a-0x545e (4) +0x5450| 13 97 20 40 | .. @ | timestamp: 1075877651 (2024-02-03T06:54:11Z) 0x545a-0x545e (4) 0x5450| 54 16| T.| distance: 5955.4 (595540) (m) 0x545e-0x5462 (4) 0x5460|09 00 |.. | 0x5460| f7 08 | .. | speed: 2.295 (2295) (m/s) 0x5462-0x5464 (2) @@ -40148,7 +40148,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5490| 0f | . | reserved: false 0x5497.3-0x5497.4 (0.1) 0x5490| 0f | . | local_message_type: 15 0x5497.4-0x5498 (0.4) | | | data_message{}: 0x5498-0x54a8 (16) -0x5490| 1c 97 20 40 | .. @ | timestamp: 1075877660 (s) 0x5498-0x549c (4) +0x5490| 1c 97 20 40 | .. @ | timestamp: 1075877660 (2024-02-03T06:54:20Z) 0x5498-0x549c (4) 0x5490| 5f 1e 09 00| _...| distance: 5975.99 (597599) (m) 0x549c-0x54a0 (4) 0x54a0|ee 08 |.. | speed: 2.286 (2286) (m/s) 0x54a0-0x54a2 (2) 0x54a0| 88 | . | heart_rate: 136 (bpm) 0x54a2-0x54a3 (1) @@ -40273,7 +40273,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x54d0| 0f | . | reserved: false 0x54d5.3-0x54d5.4 (0.1) 0x54d0| 0f | . | local_message_type: 15 0x54d5.4-0x54d6 (0.4) | | | data_message{}: 0x54d6-0x54e6 (16) -0x54d0| 25 97 20 40 | %. @ | timestamp: 1075877669 (s) 0x54d6-0x54da (4) +0x54d0| 25 97 20 40 | %. @ | timestamp: 1075877669 (2024-02-03T06:54:29Z) 0x54d6-0x54da (4) 0x54d0| 68 26 09 00 | h&.. | distance: 5996.56 (599656) (m) 0x54da-0x54de (4) 0x54d0| ee 08| ..| speed: 2.286 (2286) (m/s) 0x54de-0x54e0 (2) 0x54e0|87 |. | heart_rate: 135 (bpm) 0x54e0-0x54e1 (1) @@ -40314,7 +40314,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x54f0|0f |. | reserved: false 0x54f0.3-0x54f0.4 (0.1) 0x54f0|0f |. | local_message_type: 15 0x54f0.4-0x54f1 (0.4) | | | data_message{}: 0x54f1-0x5501 (16) -0x54f0| 27 97 20 40 | '. @ | timestamp: 1075877671 (s) 0x54f1-0x54f5 (4) +0x54f0| 27 97 20 40 | '. @ | timestamp: 1075877671 (2024-02-03T06:54:31Z) 0x54f1-0x54f5 (4) 0x54f0| 32 28 09 00 | 2(.. | distance: 6001.14 (600114) (m) 0x54f5-0x54f9 (4) 0x54f0| ee 08 | .. | speed: 2.286 (2286) (m/s) 0x54f9-0x54fb (2) 0x54f0| 86 | . | heart_rate: 134 (bpm) 0x54fb-0x54fc (1) @@ -40331,8 +40331,8 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5500| 02 | . | reserved: false 0x5501.3-0x5501.4 (0.1) 0x5500| 02 | . | local_message_type: 2 0x5501.4-0x5502 (0.4) | | | data_message{}: 0x5502-0x557e (124) -0x5500| 27 97 20 40 | '. @ | timestamp: 1075877671 (s) 0x5502-0x5506 (4) -0x5500| 6c 95 20 40 | l. @ | start_time: 1075877228 0x5506-0x550a (4) +0x5500| 27 97 20 40 | '. @ | timestamp: 1075877671 (2024-02-03T06:54:31Z) 0x5502-0x5506 (4) +0x5500| 6c 95 20 40 | l. @ | start_time: 1075877228 (2024-02-03T06:47:08Z) 0x5506-0x550a (4) 0x5500| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x550a-0x550e (4) 0x5500| ff ff| ..| start_position_long: 2147483647 (invalid) 0x550e-0x5512 (4) 0x5510|ff 7f |.. | @@ -40397,7 +40397,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5570| 03 | . | reserved: false 0x557e.3-0x557e.4 (0.1) 0x5570| 03 | . | local_message_type: 3 0x557e.4-0x557f (0.4) | | | data_message{}: 0x557f-0x55ad (46) -0x5570| 27| '| timestamp: 1075877671 (s) 0x557f-0x5583 (4) +0x5570| 27| '| timestamp: 1075877671 (2024-02-03T06:54:31Z) 0x557f-0x5583 (4) 0x5580|97 20 40 |. @ | 0x5580| 00 00 00 00 | .... | time_in_hr_zone_0: 0 (0) (s) 0x5583-0x5587 (4) 0x5580| 00 00 00 00 | .... | time_in_hr_zone_1: 0 (0) (s) 0x5587-0x558b (4) @@ -40524,7 +40524,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x55d0| 0f | . | reserved: false 0x55d5.3-0x55d5.4 (0.1) 0x55d0| 0f | . | local_message_type: 15 0x55d5.4-0x55d6 (0.4) | | | data_message{}: 0x55d6-0x55e6 (16) -0x55d0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x55d6-0x55da (4) +0x55d0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x55d6-0x55da (4) 0x55d0| a7 2c 09 00 | .,.. | distance: 6012.55 (601255) (m) 0x55da-0x55de (4) 0x55d0| 00 00| ..| speed: 0 (0) (m/s) 0x55de-0x55e0 (2) 0x55e0|86 |. | heart_rate: 134 (bpm) 0x55e0-0x55e1 (1) @@ -40541,7 +40541,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x55e0| 05 | . | reserved: false 0x55e6.3-0x55e6.4 (0.1) 0x55e0| 05 | . | local_message_type: 5 0x55e6.4-0x55e7 (0.4) | | | data_message{}: 0x55e7-0x55f8 (17) -0x55e0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x55e7-0x55eb (4) +0x55e0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x55e7-0x55eb (4) 0x55e0| 00 00 00 00 | .... | data: 0 0x55eb-0x55ef (4) 0x55e0| ff| .| start_timestamp: 4294967295 (invalid) 0x55ef-0x55f3 (4) 0x55f0|ff ff ff |... | @@ -40558,7 +40558,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x55f0| 06 | . | reserved: false 0x55f8.3-0x55f8.4 (0.1) 0x55f0| 06 | . | local_message_type: 6 0x55f8.4-0x55f9 (0.4) | | | data_message{}: 0x55f9-0x5657 (94) -0x55f0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x55f9-0x55fd (4) +0x55f0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x55f9-0x55fd (4) 0x55f0| 9a a3 64| ..d| serial_number: 3412370330 0x55fd-0x5601 (4) 0x5600|cb |. | 0x5600| ff ff ff ff | .... | cum_operating_time: 4294967295 (invalid) 0x5601-0x5605 (4) @@ -40604,7 +40604,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5650| 06 | . | reserved: false 0x5657.3-0x5657.4 (0.1) 0x5650| 06 | . | local_message_type: 6 0x5657.4-0x5658 (0.4) | | | data_message{}: 0x5658-0x56b6 (94) -0x5650| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x5658-0x565c (4) +0x5650| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x5658-0x565c (4) 0x5650| 00 00 00 00| ....| serial_number: 0 (invalid) 0x565c-0x5660 (4) 0x5660|ff ff ff ff |.... | cum_operating_time: 4294967295 (invalid) 0x5660-0x5664 (4) 0x5660| ff ff ff ff | .... | UNKNOWN_8: 4294967295 (invalid) 0x5664-0x5668 (4) @@ -40646,7 +40646,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x56b0| 06 | . | reserved: false 0x56b6.3-0x56b6.4 (0.1) 0x56b0| 06 | . | local_message_type: 6 0x56b6.4-0x56b7 (0.4) | | | data_message{}: 0x56b7-0x5715 (94) -0x56b0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x56b7-0x56bb (4) +0x56b0| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x56b7-0x56bb (4) 0x56b0| 00 00 00 00 | .... | serial_number: 0 (invalid) 0x56bb-0x56bf (4) 0x56b0| ff| .| cum_operating_time: 4294967295 (invalid) 0x56bf-0x56c3 (4) 0x56c0|ff ff ff |... | @@ -40692,7 +40692,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5710| 06 | . | reserved: false 0x5715.3-0x5715.4 (0.1) 0x5710| 06 | . | local_message_type: 6 0x5715.4-0x5716 (0.4) | | | data_message{}: 0x5716-0x5774 (94) -0x5710| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x5716-0x571a (4) +0x5710| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x5716-0x571a (4) 0x5710| 00 00 00 00 | .... | serial_number: 0 (invalid) 0x571a-0x571e (4) 0x5710| ff ff| ..| cum_operating_time: 4294967295 (invalid) 0x571e-0x5722 (4) 0x5720|ff ff |.. | @@ -40737,7 +40737,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5770| 06 | . | reserved: false 0x5774.3-0x5774.4 (0.1) 0x5770| 06 | . | local_message_type: 6 0x5774.4-0x5775 (0.4) | | | data_message{}: 0x5775-0x57d3 (94) -0x5770| 2f 97 20 40 | /. @ | timestamp: 1075877679 (s) 0x5775-0x5779 (4) +0x5770| 2f 97 20 40 | /. @ | timestamp: 1075877679 (2024-02-03T06:54:39Z) 0x5775-0x5779 (4) 0x5770| 00 00 00 00 | .... | serial_number: 0 (invalid) 0x5779-0x577d (4) 0x5770| ff ff ff| ...| cum_operating_time: 4294967295 (invalid) 0x577d-0x5781 (4) 0x5780|ff |. | @@ -41251,8 +41251,8 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5890| 02 | . | reserved: false 0x5896.3-0x5896.4 (0.1) 0x5890| 02 | . | local_message_type: 2 0x5896.4-0x5897 (0.4) | | | data_message{}: 0x5897-0x5913 (124) -0x5890| 56 97 20 40 | V. @ | timestamp: 1075877718 (s) 0x5897-0x589b (4) -0x5890| 28 97 20 40 | (. @ | start_time: 1075877672 0x589b-0x589f (4) +0x5890| 56 97 20 40 | V. @ | timestamp: 1075877718 (2024-02-03T06:55:18Z) 0x5897-0x589b (4) +0x5890| 28 97 20 40 | (. @ | start_time: 1075877672 (2024-02-03T06:54:32Z) 0x589b-0x589f (4) 0x5890| ff| .| start_position_lat: 2147483647 (invalid) 0x589f-0x58a3 (4) 0x58a0|ff ff 7f |... | 0x58a0| ff ff ff 7f | .... | start_position_long: 2147483647 (invalid) 0x58a3-0x58a7 (4) @@ -41320,7 +41320,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5910| 03 | . | reserved: false 0x5913.3-0x5913.4 (0.1) 0x5910| 03 | . | local_message_type: 3 0x5913.4-0x5914 (0.4) | | | data_message{}: 0x5914-0x5942 (46) -0x5910| 56 97 20 40 | V. @ | timestamp: 1075877718 (s) 0x5914-0x5918 (4) +0x5910| 56 97 20 40 | V. @ | timestamp: 1075877718 (2024-02-03T06:55:18Z) 0x5914-0x5918 (4) 0x5910| 00 00 00 00 | .... | time_in_hr_zone_0: 0 (0) (s) 0x5918-0x591c (4) 0x5910| 00 00 00 00| ....| time_in_hr_zone_1: 0 (0) (s) 0x591c-0x5920 (4) 0x5920|73 1d 00 00 |s... | time_in_hr_zone_2: 7.539 (7539) (s) 0x5920-0x5924 (4) @@ -41499,12 +41499,12 @@ $ fq -d fit dv activity_invalid_strings.fit 0x59b0| d0 2c 06 00 | .,.. | total_distance: 4046.88 (404688) (m) 0x59b8-0x59bc (4) 0x59b0| d6 08 00 00| ....| avg_speed: 2.262 (2262) (m/s) 0x59bc-0x59c0 (4) 0x59c0|00 00 00 00 |.... | UNKNOWN_7: 0 0x59c0-0x59c4 (4) -0x59c0| b9 8c 20 40 | .. @ | start_time: 1075875001 0x59c4-0x59c8 (4) +0x59c0| b9 8c 20 40 | .. @ | start_time: 1075875001 (2024-02-03T06:10:01Z) 0x59c4-0x59c8 (4) 0x59c0| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x59c8-0x59cc (4) 0x59c0| ff ff ff 7f| ....| start_position_long: 2147483647 (invalid) 0x59cc-0x59d0 (4) 0x59d0|83 09 00 00 |.... | max_speed: 2.435 (2435) (m/s) 0x59d0-0x59d4 (4) 0x59d0| ff ff ff 7f | .... | avg_vert_speed: 2147483647 (invalid) 0x59d4-0x59d8 (4) -0x59d0| b4 93 20 40 | .. @ | end_time: 1075876788 0x59d8-0x59dc (4) +0x59d0| b4 93 20 40 | .. @ | end_time: 1075876788 (2024-02-03T06:39:48Z) 0x59d8-0x59dc (4) 0x59d0| 26 01 00 00| &...| total_calories: 294 (kcal) 0x59dc-0x59e0 (4) 0x59e0|ff ff ff ff |.... | UNKNOWN_31: 4294967295 (invalid) 0x59e0-0x59e4 (4) 0x59e0| ff ff ff ff | .... | start_elevation: 4294967295 (invalid) 0x59e4-0x59e8 (4) @@ -41542,13 +41542,13 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5a10| 00 00 00| ...| avg_speed: 0 (0) (m/s) 0x5a1d-0x5a21 (4) 0x5a20|00 |. | 0x5a20| cf 2c 06 00 | .,.. | UNKNOWN_7: 404687 0x5a21-0x5a25 (4) -0x5a20| b5 93 20 40 | .. @ | start_time: 1075876789 0x5a25-0x5a29 (4) +0x5a20| b5 93 20 40 | .. @ | start_time: 1075876789 (2024-02-03T06:39:49Z) 0x5a25-0x5a29 (4) 0x5a20| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x5a29-0x5a2d (4) 0x5a20| ff ff ff| ...| start_position_long: 2147483647 (invalid) 0x5a2d-0x5a31 (4) 0x5a30|7f |. | 0x5a30| 00 00 00 00 | .... | max_speed: 0 (0) (m/s) 0x5a31-0x5a35 (4) 0x5a30| ff ff ff 7f | .... | avg_vert_speed: 2147483647 (invalid) 0x5a35-0x5a39 (4) -0x5a30| bf 93 20 40 | .. @ | end_time: 1075876799 0x5a39-0x5a3d (4) +0x5a30| bf 93 20 40 | .. @ | end_time: 1075876799 (2024-02-03T06:39:59Z) 0x5a39-0x5a3d (4) 0x5a30| 02 00 00| ...| total_calories: 2 (kcal) 0x5a3d-0x5a41 (4) 0x5a40|00 |. | 0x5a40| ff ff ff ff | .... | UNKNOWN_31: 4294967295 (invalid) 0x5a41-0x5a45 (4) @@ -41589,13 +41589,13 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5a70| bc 08| ..| avg_speed: 2.236 (2236) (m/s) 0x5a7e-0x5a82 (4) 0x5a80|00 00 |.. | 0x5a80| cf 2c 06 00 | .,.. | UNKNOWN_7: 404687 0x5a82-0x5a86 (4) -0x5a80| c0 93 20 40 | .. @ | start_time: 1075876800 0x5a86-0x5a8a (4) +0x5a80| c0 93 20 40 | .. @ | start_time: 1075876800 (2024-02-03T06:40:00Z) 0x5a86-0x5a8a (4) 0x5a80| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x5a8a-0x5a8e (4) 0x5a80| ff ff| ..| start_position_long: 2147483647 (invalid) 0x5a8e-0x5a92 (4) 0x5a90|ff 7f |.. | 0x5a90| 13 09 00 00 | .... | max_speed: 2.323 (2323) (m/s) 0x5a92-0x5a96 (4) 0x5a90| ff ff ff 7f | .... | avg_vert_speed: 2147483647 (invalid) 0x5a96-0x5a9a (4) -0x5a90| 2f 97 20 40 | /. @ | end_time: 1075877679 0x5a9a-0x5a9e (4) +0x5a90| 2f 97 20 40 | /. @ | end_time: 1075877679 (2024-02-03T06:54:39Z) 0x5a9a-0x5a9e (4) 0x5a90| 77 00| w.| total_calories: 119 (kcal) 0x5a9e-0x5aa2 (4) 0x5aa0|00 00 |.. | 0x5aa0| ff ff ff ff | .... | UNKNOWN_31: 4294967295 (invalid) 0x5aa2-0x5aa6 (4) @@ -42400,9 +42400,9 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5d90| 09 | . | reserved: false 0x5d9e.3-0x5d9e.4 (0.1) 0x5d90| 09 | . | local_message_type: 9 0x5d9e.4-0x5d9f (0.4) | | | data_message{}: 0x5d9f-0x5e48 (169) -0x5d90| 56| V| timestamp: 1075877718 (s) 0x5d9f-0x5da3 (4) +0x5d90| 56| V| timestamp: 1075877718 (2024-02-03T06:55:18Z) 0x5d9f-0x5da3 (4) 0x5da0|97 20 40 |. @ | -0x5da0| b9 8c 20 40 | .. @ | start_time: 1075875001 0x5da3-0x5da7 (4) +0x5da0| b9 8c 20 40 | .. @ | start_time: 1075875001 (2024-02-03T06:10:01Z) 0x5da3-0x5da7 (4) 0x5da0| ff ff ff 7f | .... | start_position_lat: 2147483647 (invalid) 0x5da7-0x5dab (4) 0x5da0| ff ff ff 7f | .... | start_position_long: 2147483647 (invalid) 0x5dab-0x5daf (4) 0x5da0| 29| )| total_elapsed_time: 2679.081 (2679081) (s) 0x5daf-0x5db3 (4) @@ -42491,7 +42491,7 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5e40| 03 | . | reserved: false 0x5e48.3-0x5e48.4 (0.1) 0x5e40| 03 | . | local_message_type: 3 0x5e48.4-0x5e49 (0.4) | | | data_message{}: 0x5e49-0x5e77 (46) -0x5e40| 56 97 20 40 | V. @ | timestamp: 1075877718 (s) 0x5e49-0x5e4d (4) +0x5e40| 56 97 20 40 | V. @ | timestamp: 1075877718 (2024-02-03T06:55:18Z) 0x5e49-0x5e4d (4) 0x5e40| 40 25 00| @%.| time_in_hr_zone_0: 9.536 (9536) (s) 0x5e4d-0x5e51 (4) 0x5e50|00 |. | 0x5e50| 5a 98 00 00 | Z... | time_in_hr_zone_1: 39.002 (39002) (s) 0x5e51-0x5e55 (4) @@ -42570,10 +42570,10 @@ $ fq -d fit dv activity_invalid_strings.fit 0x5e90| 0a | . | reserved: false 0x5e98.3-0x5e98.4 (0.1) 0x5e90| 0a | . | local_message_type: 10 0x5e98.4-0x5e99 (0.4) | | | data_message{}: 0x5e99-0x5eac (19) -0x5e90| 56 97 20 40 | V. @ | timestamp: 1075877718 0x5e99-0x5e9d (4) +0x5e90| 56 97 20 40 | V. @ | timestamp: 1075877718 (2024-02-03T06:55:18Z) 0x5e99-0x5e9d (4) 0x5e90| 29 e1 28| ).(| total_timer_time: 2679.081 (2679081) (s) 0x5e9d-0x5ea1 (4) 0x5ea0|00 |. | -0x5ea0| 66 a5 20 40 | f. @ | local_timestamp: 1075881318 0x5ea1-0x5ea5 (4) +0x5ea0| 66 a5 20 40 | f. @ | local_timestamp: 1075881318 (2024-02-03T07:55:18Z) 0x5ea1-0x5ea5 (4) 0x5ea0| 01 00 | .. | num_sessions: 1 0x5ea5-0x5ea7 (2) 0x5ea0| 00 | . | type: "manual" (0) 0x5ea7-0x5ea8 (1) 0x5ea0| 1a | . | event: "activity" (26) 0x5ea8-0x5ea9 (1)