Resource details

File name: Trip Update
Format: gtfs-rt

This resource file is part of the dataset Réseau urbain Citéa.

Download availability

2025-10-26
100%
2025-10-27
100%
2025-10-28
100%
2025-10-29
100%
2025-10-30
100%
2025-10-31
100%
2025-11-01
100%
2025-11-02
100%
2025-11-03
100%
2025-11-04
100%
2025-11-05
100%
2025-11-06
100%
2025-11-07
100%
2025-11-08
100%
2025-11-09
100%
2025-11-10
100%
2025-11-11
100%
2025-11-12
100%
2025-11-13
100%
2025-11-14
100%
2025-11-15
100%
2025-11-16
100%
2025-11-17
100%
2025-11-18
100%
2025-11-19
100%
2025-11-20
98.4%
2025-11-21
100%
2025-11-22
100%
2025-11-23
100%
2025-11-24
100%
2025-11-25
100%
Learn more
We test this resource download availability every hour by making an HTTP HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.

For SIRI and SIRI Lite feeds, we perform a GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.

Validation details

204 errors, 377 warnings

Validation carried out using the current GTFS file and the GTFS-RT the 2025-11-25 at 08:16 Europe/Paris using the MobilityData GTFS-RT validator.

Errors

stop_times_updates not strictly sorted E002 6 errors

stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence

Sample errors
  • trip_id MaH_3361475 stop_sequence [29, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52] is not strictly sorted by increasing stop_sequence
  • trip_id MaH_3361474 stop_sequence [29, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] is not strictly sorted by increasing stop_sequence
  • trip_id MaH_3361473 stop_sequence [29, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] is not strictly sorted by increasing stop_sequence
  • trip_id MaH_3361472 stop_sequence [29, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52] is not strictly sorted by increasing stop_sequence
  • trip_id MaH_3361476 stop_sequence [29, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] is not strictly sorted by increasing stop_sequence

Sequential stop_time_update times are not increasing E022 186 errors

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Sample errors
  • trip_id MaH_3359357 stop_sequence 1 departure_time 08:24:00 (1764055440) is less than previous stop departure_time 08:53:33 (1764057213) - times must increase between two sequential stops
  • trip_id MaH_3359357 stop_sequence 1 departure_time 08:24:00 (1764055440) is less than previous stop arrival_time 08:53:33 (1764057213) - times must increase between two sequential stops
  • trip_id MaH_3359357 stop_sequence 2 arrival_time 08:25:23 (1764055523) is less than previous stop arrival_time 08:53:33 (1764057213) - times must increase between two sequential stops
  • trip_id MaH_3359357 stop_sequence 2 departure_time 08:25:23 (1764055523) is less than previous stop arrival_time 08:53:33 (1764057213) - times must increase between two sequential stops
  • trip_id MaH_3359357 stop_sequence 20 arrival_time 08:45:37 (1764056737) is less than previous stop arrival_time 08:46:21 (1764056781) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 2 errors

Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.

Sample errors
  • trip_id MaH_3362284 stop_sequence 19 departure_time 09:05:00 (1764057900) is less than the same stop arrival_time 09:05:21 (1764057921) - departure time must be equal to or greater than arrival time
  • trip_id MaH_3361566 stop_sequence 35 departure_time 09:33:00 (1764059580) is less than the same stop arrival_time 09:33:43 (1764059623) - departure time must be equal to or greater than arrival time

Sequential stop_time_updates have the same stop_id E037 10 errors

Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id

Sample errors
  • trip_id MaH_3361339 has repeating stop_id 0:AURO - sequential stop_ids should be different
  • trip_id MaH_3361338 has repeating stop_id 0:AURO - sequential stop_ids should be different
  • trip_id MaH_3361343 has repeating stop_id 0:AURO - sequential stop_ids should be different
  • trip_id MaH_3361342 has repeating stop_id 0:AURO - sequential stop_ids should be different
  • trip_id MaH_3361341 has repeating stop_id 0:AURO - sequential stop_ids should be different

Warnings

timestamp not populated W001 252 errors

Timestamps should be populated for all elements

Sample errors
  • trip_id MaH_3359359 does not have a timestamp
  • trip_id MaH_3359357 does not have a timestamp
  • trip_id MaH_3361211 does not have a timestamp
  • trip_id MaH_3359319 does not have a timestamp
  • trip_id MaH_3359318 does not have a timestamp

vehicle_id not populated W002 125 errors

vehicle_id should be populated for TripUpdates and VehiclePositions

Sample errors
  • trip_id MaH_3359357 does not have a vehicle_id
  • trip_id MaH_3361215 does not have a vehicle_id
  • trip_id MaH_3361214 does not have a vehicle_id
  • trip_id MaH_3359323 does not have a vehicle_id
  • trip_id MaH_3361213 does not have a vehicle_id
Validate this GTFS-RT now

Previous validations

Here is a recap of all the error types encountered over the last 30 days.

Error ID Description Errors count Number of occurences
W001 Timestamps should be populated for all elements 5 455 31 times (100 % of validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 3 024 31 times (100 % of validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 400 27 times (87 % of validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 7 143 27 times (87 % of validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 283 27 times (87 % of validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 212 17 times (55 % of validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 38 15 times (48 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2025-11-25 at 13:37 Europe/Paris.

trip_updates (191) vehicle_positions (0) service_alerts (0)

Entities seen in the last 7 days.

trip_updates

Decoded GTFS-RT feed

See full payload

Here is the decoded GTFS-RT feed Protobuf at 2025-11-25 at 13:37 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "3361088", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361088" } } }, { "id": "3359339", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075300", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764075360", "uncertainty": 120 }, "departure": { "time": "1764075360", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764075420", "uncertainty": 120 }, "departure": { "time": "1764075420", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764075467", "uncertainty": 120 }, "departure": { "time": "1764075467", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764075592", "uncertainty": 120 }, "departure": { "time": "1764075592", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1764075665", "uncertainty": 120 }, "departure": { "time": "1764075665", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764075717", "uncertainty": 120 }, "departure": { "time": "1764075717", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1764075824", "uncertainty": 120 }, "departure": { "time": "1764075824", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1764075869", "uncertainty": 120 }, "departure": { "time": "1764075869", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1764075929", "uncertainty": 120 }, "departure": { "time": "1764075929", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1764076004", "uncertainty": 120 }, "departure": { "time": "1764076004", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1764076077", "uncertainty": 120 }, "departure": { "time": "1764076077", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1764076171", "uncertainty": 120 }, "departure": { "time": "1764076171", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1764076239", "uncertainty": 120 }, "departure": { "time": "1764076239", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1764076317", "uncertainty": 120 }, "departure": { "time": "1764076317", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1764076388", "uncertainty": 120 }, "departure": { "time": "1764076388", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1764076484", "uncertainty": 120 }, "departure": { "time": "1764076484", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1764076633", "uncertainty": 120 }, "departure": { "time": "1764076633", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1764076724", "uncertainty": 120 }, "departure": { "time": "1764076724", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1764076824", "uncertainty": 120 }, "departure": { "time": "1764076824", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1764076904", "uncertainty": 120 }, "departure": { "time": "1764076904", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1764076947", "uncertainty": 120 }, "departure": { "time": "1764076947", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1764076989", "uncertainty": 120 }, "departure": { "time": "1764076989", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1764077049", "uncertainty": 120 }, "departure": { "time": "1764077049", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1764077092", "uncertainty": 120 }, "departure": { "time": "1764077092", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1764077127", "uncertainty": 120 }, "departure": { "time": "1764077127", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1764077183", "uncertainty": 120 }, "departure": { "time": "1764077183", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1764077223", "uncertainty": 120 }, "departure": { "time": "1764077223", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1764077270", "uncertainty": 120 }, "departure": { "time": "1764077270", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764077325", "uncertainty": 120 }, "departure": { "time": "1764077325", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1764077384", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359339" } } }, { "id": "3359338", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073548", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764073578", "uncertainty": 120 }, "departure": { "time": "1764073578", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764073621", "uncertainty": 120 }, "departure": { "time": "1764073621", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764073648", "uncertainty": 120 }, "departure": { "time": "1764073648", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764073739", "uncertainty": 120 }, "departure": { "time": "1764073739", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1764073788", "uncertainty": 120 }, "departure": { "time": "1764073788", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764073848", "uncertainty": 120 }, "departure": { "time": "1764073848", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1764073908", "uncertainty": 120 }, "departure": { "time": "1764073908", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1764073979", "uncertainty": 120 }, "departure": { "time": "1764073979", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1764074043", "uncertainty": 120 }, "departure": { "time": "1764074058", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1764074178", "uncertainty": 120 }, "departure": { "time": "1764074209", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1764074288", "uncertainty": 120 }, "departure": { "time": "1764074288", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1764074353", "uncertainty": 120 }, "departure": { "time": "1764074353", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1764074396", "uncertainty": 120 }, "departure": { "time": "1764074396", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1764074479", "uncertainty": 120 }, "departure": { "time": "1764074479", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1764074520", "uncertainty": 120 }, "departure": { "time": "1764074520", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1764074612", "uncertainty": 120 }, "departure": { "time": "1764074612", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1764074762", "uncertainty": 120 }, "departure": { "time": "1764074762", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1764074825", "uncertainty": 120 }, "departure": { "time": "1764074825", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1764074938", "uncertainty": 120 }, "departure": { "time": "1764074938", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1764074979", "uncertainty": 120 }, "departure": { "time": "1764074979", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1764075022", "uncertainty": 120 }, "departure": { "time": "1764075022", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1764075057", "uncertainty": 120 }, "departure": { "time": "1764075057", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1764075117", "uncertainty": 120 }, "departure": { "time": "1764075117", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1764075166", "uncertainty": 120 }, "departure": { "time": "1764075166", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1764075218", "uncertainty": 120 }, "departure": { "time": "1764075218", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1764075269", "uncertainty": 120 }, "departure": { "time": "1764075269", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1764075303", "uncertainty": 120 }, "departure": { "time": "1764075303", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1764075345", "uncertainty": 120 }, "departure": { "time": "1764075345", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764075388", "uncertainty": 120 }, "departure": { "time": "1764075388", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1764075447", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359338" }, "vehicle": { "id": "178", "label": "178" } } }, { "id": "3359337", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072660", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764072719", "uncertainty": 120 }, "departure": { "time": "1764072751", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764072809", "uncertainty": 120 }, "departure": { "time": "1764072809", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764072825", "uncertainty": 120 }, "departure": { "time": "1764072825", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764072911", "uncertainty": 120 }, "departure": { "time": "1764072911", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1764072972", "uncertainty": 120 }, "departure": { "time": "1764072991", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764073057", "uncertainty": 120 }, "departure": { "time": "1764073057", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1764073136", "uncertainty": 120 }, "departure": { "time": "1764073172", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1764073243", "uncertainty": 120 }, "departure": { "time": "1764073243", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1764073301", "uncertainty": 120 }, "departure": { "time": "1764073322", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1764073411", "uncertainty": 120 }, "departure": { "time": "1764073411", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1764073471", "uncertainty": 120 }, "departure": { "time": "1764073471", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1764073531", "uncertainty": 120 }, "departure": { "time": "1764073531", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1764073570", "uncertainty": 120 }, "departure": { "time": "1764073591", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1764073674", "uncertainty": 120 }, "departure": { "time": "1764073674", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1764073711", "uncertainty": 120 }, "departure": { "time": "1764073711", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1764073801", "uncertainty": 120 }, "departure": { "time": "1764073801", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1764073981", "uncertainty": 120 }, "departure": { "time": "1764073981", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1764074041", "uncertainty": 120 }, "departure": { "time": "1764074041", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1764074155", "uncertainty": 120 }, "departure": { "time": "1764074155", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1764074192", "uncertainty": 120 }, "departure": { "time": "1764074192", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1764074244", "uncertainty": 120 }, "departure": { "time": "1764074244", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1764074274", "uncertainty": 120 }, "departure": { "time": "1764074274", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1764074340", "uncertainty": 120 }, "departure": { "time": "1764074340", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1764074394", "uncertainty": 120 }, "departure": { "time": "1764074394", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1764074459", "uncertainty": 120 }, "departure": { "time": "1764074459", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1764074506", "uncertainty": 120 }, "departure": { "time": "1764074506", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1764074535", "uncertainty": 120 }, "departure": { "time": "1764074535", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1764074573", "uncertainty": 120 }, "departure": { "time": "1764074573", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764074606", "uncertainty": 120 }, "departure": { "time": "1764074606", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1764074665", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359337" }, "vehicle": { "id": "62", "label": "62" } } }, { "id": "3359341", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077100", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764077160", "uncertainty": 120 }, "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764077220", "uncertainty": 120 }, "departure": { "time": "1764077220", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764077267", "uncertainty": 120 }, "departure": { "time": "1764077267", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764077390", "uncertainty": 120 }, "departure": { "time": "1764077390", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1764077462", "uncertainty": 120 }, "departure": { "time": "1764077462", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764077512", "uncertainty": 120 }, "departure": { "time": "1764077512", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1764077619", "uncertainty": 120 }, "departure": { "time": "1764077619", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1764077664", "uncertainty": 120 }, "departure": { "time": "1764077664", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1764077724", "uncertainty": 120 }, "departure": { "time": "1764077724", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1764077799", "uncertainty": 120 }, "departure": { "time": "1764077799", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1764077872", "uncertainty": 120 }, "departure": { "time": "1764077872", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1764077966", "uncertainty": 120 }, "departure": { "time": "1764077966", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1764078034", "uncertainty": 120 }, "departure": { "time": "1764078034", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1764078112", "uncertainty": 120 }, "departure": { "time": "1764078112", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1764078183", "uncertainty": 120 }, "departure": { "time": "1764078183", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1764078279", "uncertainty": 120 }, "departure": { "time": "1764078279", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1764078428", "uncertainty": 120 }, "departure": { "time": "1764078428", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1764078519", "uncertainty": 120 }, "departure": { "time": "1764078519", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1764078619", "uncertainty": 120 }, "departure": { "time": "1764078619", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1764078699", "uncertainty": 120 }, "departure": { "time": "1764078699", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1764078742", "uncertainty": 120 }, "departure": { "time": "1764078742", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1764078784", "uncertainty": 120 }, "departure": { "time": "1764078784", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1764078844", "uncertainty": 120 }, "departure": { "time": "1764078844", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1764078887", "uncertainty": 120 }, "departure": { "time": "1764078887", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1764078922", "uncertainty": 120 }, "departure": { "time": "1764078922", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1764078978", "uncertainty": 120 }, "departure": { "time": "1764078978", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1764079018", "uncertainty": 120 }, "departure": { "time": "1764079018", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1764079065", "uncertainty": 120 }, "departure": { "time": "1764079065", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764079120", "uncertainty": 120 }, "departure": { "time": "1764079120", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1764079179", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359341" } } }, { "id": "3359340", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359340" } } }, { "id": "3361187", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073849", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764073916", "uncertainty": 120 }, "departure": { "time": "1764073916", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764073989", "uncertainty": 120 }, "departure": { "time": "1764073999", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764074060", "uncertainty": 120 }, "departure": { "time": "1764074060", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764074110", "uncertainty": 120 }, "departure": { "time": "1764074119", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764074417", "uncertainty": 120 }, "departure": { "time": "1764074417", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1764074470", "uncertainty": 120 }, "departure": { "time": "1764074470", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1764074517", "uncertainty": 120 }, "departure": { "time": "1764074517", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1764074578", "uncertainty": 120 }, "departure": { "time": "1764074578", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1764074710", "uncertainty": 120 }, "departure": { "time": "1764074710", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1764074772", "uncertainty": 120 }, "departure": { "time": "1764074772", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1764074825", "uncertainty": 120 }, "departure": { "time": "1764074825", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1764074870", "uncertainty": 120 }, "departure": { "time": "1764074870", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1764074934", "uncertainty": 120 }, "departure": { "time": "1764074934", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1764074972", "uncertainty": 120 }, "departure": { "time": "1764074972", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1764075017", "uncertainty": 120 }, "departure": { "time": "1764075017", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1764075081", "uncertainty": 120 }, "departure": { "time": "1764075081", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1764075163", "uncertainty": 120 }, "departure": { "time": "1764075163", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1764075180", "uncertainty": 120 }, "departure": { "time": "1764075180", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1764075327", "uncertainty": 120 }, "departure": { "time": "1764075327", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1764075430", "uncertainty": 120 }, "departure": { "time": "1764075430", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1764075517", "uncertainty": 120 }, "departure": { "time": "1764075517", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1764075609", "uncertainty": 120 }, "departure": { "time": "1764075609", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1764075764", "uncertainty": 120 }, "departure": { "time": "1764075764", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1764075834", "uncertainty": 120 }, "departure": { "time": "1764075834", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1764075885", "uncertainty": 120 }, "departure": { "time": "1764075885", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1764075958", "uncertainty": 120 }, "departure": { "time": "1764075958", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1764076020", "uncertainty": 120 }, "departure": { "time": "1764076020", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1764076101", "uncertainty": 120 }, "departure": { "time": "1764076101", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1764076287", "uncertainty": 120 }, "departure": { "time": "1764076287", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1764076322", "uncertainty": 120 }, "departure": { "time": "1764076322", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1764076452", "uncertainty": 120 }, "departure": { "time": "1764076452", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1764076562", "uncertainty": 120 }, "departure": { "time": "1764076562", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1764076682", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361187" }, "vehicle": { "id": "272", "label": "272" } } }, { "id": "3361186", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072572", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764072623", "uncertainty": 120 }, "departure": { "time": "1764072632", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764072710", "uncertainty": 120 }, "departure": { "time": "1764072722", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764072774", "uncertainty": 120 }, "departure": { "time": "1764072782", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764072841", "uncertainty": 120 }, "departure": { "time": "1764072841", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764073082", "uncertainty": 120 }, "departure": { "time": "1764073082", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1764073120", "uncertainty": 120 }, "departure": { "time": "1764073142", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1764073191", "uncertainty": 120 }, "departure": { "time": "1764073202", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1764073262", "uncertainty": 120 }, "departure": { "time": "1764073262", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1764073396", "uncertainty": 120 }, "departure": { "time": "1764073412", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1764073472", "uncertainty": 120 }, "departure": { "time": "1764073472", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1764073511", "uncertainty": 120 }, "departure": { "time": "1764073532", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1764073582", "uncertainty": 120 }, "departure": { "time": "1764073582", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1764073634", "uncertainty": 120 }, "departure": { "time": "1764073634", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1764073673", "uncertainty": 120 }, "departure": { "time": "1764073683", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1764073727", "uncertainty": 120 }, "departure": { "time": "1764073742", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1764073807", "uncertainty": 120 }, "departure": { "time": "1764073807", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1764073878", "uncertainty": 120 }, "departure": { "time": "1764073878", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1764073897", "uncertainty": 120 }, "departure": { "time": "1764073897", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1764074064", "uncertainty": 120 }, "departure": { "time": "1764074072", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1764074176", "uncertainty": 120 }, "departure": { "time": "1764074192", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1764074274", "uncertainty": 120 }, "departure": { "time": "1764074274", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1764074357", "uncertainty": 120 }, "departure": { "time": "1764074357", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1764074503", "uncertainty": 120 }, "departure": { "time": "1764074503", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1764074573", "uncertainty": 120 }, "departure": { "time": "1764074573", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1764074613", "uncertainty": 120 }, "departure": { "time": "1764074613", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1764074686", "uncertainty": 120 }, "departure": { "time": "1764074686", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1764074733", "uncertainty": 120 }, "departure": { "time": "1764074733", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1764074843", "uncertainty": 120 }, "departure": { "time": "1764074843", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1764074988", "uncertainty": 120 }, "departure": { "time": "1764074988", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1764075013", "uncertainty": 120 }, "departure": { "time": "1764075013", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1764075143", "uncertainty": 120 }, "departure": { "time": "1764075143", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1764075253", "uncertainty": 120 }, "departure": { "time": "1764075253", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1764075373", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361186" }, "vehicle": { "id": "162", "label": "162" } } }, { "id": "3361190", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077340", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361190" } } }, { "id": "3361189", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076140", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361189" } } }, { "id": "3361188", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361188" } } }, { "id": "3361228", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074640", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1764074748", "uncertainty": 120 }, "departure": { "time": "1764074748", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1764074797", "uncertainty": 120 }, "departure": { "time": "1764074797", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1764074854", "uncertainty": 120 }, "departure": { "time": "1764074854", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1764075072", "uncertainty": 120 }, "departure": { "time": "1764075072", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1764075159", "uncertainty": 120 }, "departure": { "time": "1764075159", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1764075226", "uncertainty": 120 }, "departure": { "time": "1764075226", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1764075314", "uncertainty": 120 }, "departure": { "time": "1764075314", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1764075368", "uncertainty": 120 }, "departure": { "time": "1764075368", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1764075423", "uncertainty": 120 }, "departure": { "time": "1764075423", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1764075584", "uncertainty": 120 }, "departure": { "time": "1764075584", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1764075676", "uncertainty": 120 }, "departure": { "time": "1764075676", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1764075755", "uncertainty": 120 }, "departure": { "time": "1764075755", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1764075832", "uncertainty": 120 }, "departure": { "time": "1764075832", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1764075914", "uncertainty": 120 }, "departure": { "time": "1764075914", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1764075983", "uncertainty": 120 }, "departure": { "time": "1764075983", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1764076064", "uncertainty": 120 }, "departure": { "time": "1764076064", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1764076113", "uncertainty": 120 }, "departure": { "time": "1764076113", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1764076159", "uncertainty": 120 }, "departure": { "time": "1764076159", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1764076200", "uncertainty": 120 }, "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1764076306", "uncertainty": 120 }, "departure": { "time": "1764076306", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1764076368", "uncertainty": 120 }, "departure": { "time": "1764076368", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1764076400", "uncertainty": 120 }, "departure": { "time": "1764076400", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1764076470", "uncertainty": 120 }, "departure": { "time": "1764076470", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1764076550", "uncertainty": 120 }, "departure": { "time": "1764076550", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1764076606", "uncertainty": 120 }, "departure": { "time": "1764076606", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1764076671", "uncertainty": 120 }, "departure": { "time": "1764076671", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1764076728", "uncertainty": 120 }, "departure": { "time": "1764076728", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1764076968", "uncertainty": 120 }, "departure": { "time": "1764076968", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1764077024", "uncertainty": 120 }, "departure": { "time": "1764077024", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1764077088", "uncertainty": 120 }, "departure": { "time": "1764077088", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1764077159", "uncertainty": 120 }, "departure": { "time": "1764077159", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1764077208", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361228" } } }, { "id": "3362779", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075420", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362779" } } }, { "id": "3362778", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362778" } } }, { "id": "3362777", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073632", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 }, { "arrival": { "time": "1764073672", "uncertainty": 120 }, "departure": { "time": "1764073672", "uncertainty": 120 }, "stopId": "0:RGARR 2", "stopSequence": 2 }, { "arrival": { "time": "1764073751", "uncertainty": 120 }, "departure": { "time": "1764073752", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 3 }, { "arrival": { "time": "1764073812", "uncertainty": 120 }, "departure": { "time": "1764073812", "uncertainty": 120 }, "stopId": "0:JPERR 2", "stopSequence": 4 }, { "arrival": { "time": "1764073898", "uncertainty": 120 }, "departure": { "time": "1764073898", "uncertainty": 120 }, "stopId": "0:POINCA 2", "stopSequence": 5 }, { "arrival": { "time": "1764073939", "uncertainty": 120 }, "departure": { "time": "1764073939", "uncertainty": 120 }, "stopId": "0:LPLAN 2", "stopSequence": 6 }, { "arrival": { "time": "1764073987", "uncertainty": 120 }, "departure": { "time": "1764073987", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 7 }, { "arrival": { "time": "1764074032", "uncertainty": 120 }, "departure": { "time": "1764074052", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 8 }, { "arrival": { "time": "1764074172", "uncertainty": 120 }, "departure": { "time": "1764074172", "uncertainty": 120 }, "stopId": "0:DBLAN 2", "stopSequence": 9 }, { "arrival": { "time": "1764074228", "uncertainty": 120 }, "departure": { "time": "1764074232", "uncertainty": 120 }, "stopId": "0:GUYN 2", "stopSequence": 10 }, { "arrival": { "time": "1764074290", "uncertainty": 120 }, "departure": { "time": "1764074290", "uncertainty": 120 }, "stopId": "0:POLY 2", "stopSequence": 11 }, { "arrival": { "time": "1764074320", "uncertainty": 120 }, "departure": { "time": "1764074320", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 12 }, { "arrival": { "time": "1764074430", "uncertainty": 120 }, "departure": { "time": "1764074430", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 13 }, { "arrival": { "time": "1764074490", "uncertainty": 120 }, "departure": { "time": "1764074490", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764074583", "uncertainty": 120 }, "departure": { "time": "1764074583", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764074676", "uncertainty": 120 }, "departure": { "time": "1764074676", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 16 }, { "arrival": { "time": "1764074767", "uncertainty": 120 }, "departure": { "time": "1764074767", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 17 }, { "arrival": { "time": "1764074849", "uncertainty": 120 }, "departure": { "time": "1764074849", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 18 }, { "arrival": { "time": "1764074955", "uncertainty": 120 }, "departure": { "time": "1764074955", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 19 }, { "arrival": { "time": "1764075017", "uncertainty": 120 }, "departure": { "time": "1764075017", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 20 }, { "arrival": { "time": "1764075067", "uncertainty": 120 }, "departure": { "time": "1764075067", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 21 }, { "arrival": { "time": "1764075143", "uncertainty": 120 }, "departure": { "time": "1764075143", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 22 }, { "arrival": { "time": "1764075182", "uncertainty": 120 }, "departure": { "time": "1764075182", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 23 }, { "arrival": { "time": "1764075228", "uncertainty": 120 }, "departure": { "time": "1764075228", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 24 }, { "arrival": { "time": "1764075292", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362777" }, "vehicle": { "id": "114", "label": "114" } } }, { "id": "3362780", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077220", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362780" } } }, { "id": "3361315", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764072420", "uncertainty": 120 }, "departure": { "time": "1764072420", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL", "stopSequence": 1 }, { "arrival": { "time": "1764072612", "uncertainty": 120 }, "departure": { "time": "1764072612", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1764072702", "uncertainty": 120 }, "departure": { "time": "1764072702", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1764072783", "uncertainty": 120 }, "departure": { "time": "1764072792", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1764072879", "uncertainty": 120 }, "departure": { "time": "1764072882", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 6 }, { "arrival": { "time": "1764072910", "uncertainty": 120 }, "departure": { "time": "1764072912", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 7 }, { "arrival": { "time": "1764072965", "uncertainty": 120 }, "departure": { "time": "1764072972", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 8 }, { "arrival": { "time": "1764073032", "uncertainty": 120 }, "departure": { "time": "1764073032", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 9 }, { "arrival": { "time": "1764073122", "uncertainty": 120 }, "departure": { "time": "1764073122", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 10 }, { "arrival": { "time": "1764073201", "uncertainty": 120 }, "departure": { "time": "1764073212", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 11 }, { "arrival": { "time": "1764073322", "uncertainty": 120 }, "departure": { "time": "1764073392", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 12 }, { "arrival": { "time": "1764073482", "uncertainty": 120 }, "departure": { "time": "1764073482", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764073602", "uncertainty": 120 }, "departure": { "time": "1764073602", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 14 }, { "arrival": { "time": "1764073645", "uncertainty": 120 }, "departure": { "time": "1764073663", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 15 }, { "arrival": { "time": "1764073709", "uncertainty": 120 }, "departure": { "time": "1764073723", "uncertainty": 120 }, "stopId": "0:GENIS 2", "stopSequence": 16 }, { "arrival": { "time": "1764073762", "uncertainty": 120 }, "departure": { "time": "1764073762", "uncertainty": 120 }, "stopId": "0:BEREN 2", "stopSequence": 17 }, { "arrival": { "time": "1764073798", "uncertainty": 120 }, "departure": { "time": "1764073812", "uncertainty": 120 }, "stopId": "0:LPALL 2", "stopSequence": 18 }, { "arrival": { "time": "1764073892", "uncertainty": 120 }, "departure": { "time": "1764073902", "uncertainty": 120 }, "stopId": "0:PGATA 2", "stopSequence": 19 }, { "arrival": { "time": "1764073944", "uncertainty": 120 }, "departure": { "time": "1764073944", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 20 }, { "arrival": { "time": "1764074022", "uncertainty": 120 }, "departure": { "time": "1764074022", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 21 }, { "arrival": { "time": "1764074082", "uncertainty": 120 }, "departure": { "time": "1764074082", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 22 }, { "arrival": { "time": "1764074179", "uncertainty": 120 }, "departure": { "time": "1764074202", "uncertainty": 120 }, "stopId": "0:PDANG 2", "stopSequence": 23 }, { "arrival": { "time": "1764074237", "uncertainty": 120 }, "departure": { "time": "1764074237", "uncertainty": 120 }, "stopId": "0:JACQU 2", "stopSequence": 24 }, { "arrival": { "time": "1764074348", "uncertainty": 120 }, "departure": { "time": "1764074348", "uncertainty": 120 }, "stopId": "0:MOURE 2", "stopSequence": 25 }, { "arrival": { "time": "1764074405", "uncertainty": 120 }, "departure": { "time": "1764074405", "uncertainty": 120 }, "stopId": "0:GERBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764074454", "uncertainty": 120 }, "departure": { "time": "1764074454", "uncertainty": 120 }, "stopId": "0:BROSS 2", "stopSequence": 27 }, { "arrival": { "time": "1764074484", "uncertainty": 120 }, "departure": { "time": "1764074484", "uncertainty": 120 }, "stopId": "0:LMARG 2", "stopSequence": 28 }, { "arrival": { "time": "1764074524", "uncertainty": 120 }, "departure": { "time": "1764074524", "uncertainty": 120 }, "stopId": "0:AUREA 2", "stopSequence": 29 }, { "arrival": { "time": "1764074605", "uncertainty": 120 }, "departure": { "time": "1764074605", "uncertainty": 120 }, "stopId": "0:REVEL 2", "stopSequence": 30 }, { "arrival": { "time": "1764074680", "uncertainty": 120 }, "departure": { "time": "1764074680", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 31 }, { "arrival": { "time": "1764074719", "uncertainty": 120 }, "departure": { "time": "1764074719", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 32 }, { "arrival": { "time": "1764074775", "uncertainty": 120 }, "departure": { "time": "1764074775", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 33 }, { "arrival": { "time": "1764074826", "uncertainty": 120 }, "departure": { "time": "1764074826", "uncertainty": 120 }, "stopId": "0:ZOLA 2", "stopSequence": 34 }, { "arrival": { "time": "1764074866", "uncertainty": 120 }, "departure": { "time": "1764074866", "uncertainty": 120 }, "stopId": "0:PAST 2", "stopSequence": 35 }, { "arrival": { "time": "1764074917", "uncertainty": 120 }, "departure": { "time": "1764074917", "uncertainty": 120 }, "stopId": "0:THORE 2", "stopSequence": 36 }, { "arrival": { "time": "1764074931", "uncertainty": 120 }, "departure": { "time": "1764074931", "uncertainty": 120 }, "stopId": "0:CASAN 2", "stopSequence": 37 }, { "arrival": { "time": "1764074982", "uncertainty": 120 }, "departure": { "time": "1764074982", "uncertainty": 120 }, "stopId": "0:PRIME 2", "stopSequence": 38 }, { "arrival": { "time": "1764075018", "uncertainty": 120 }, "departure": { "time": "1764075018", "uncertainty": 120 }, "stopId": "0:ALOES 2", "stopSequence": 39 }, { "arrival": { "time": "1764075071", "uncertainty": 120 }, "departure": { "time": "1764075071", "uncertainty": 120 }, "stopId": "0:DEBUS 2", "stopSequence": 40 }, { "arrival": { "time": "1764075139", "uncertainty": 120 }, "departure": { "time": "1764075139", "uncertainty": 120 }, "stopId": "0:LDOR 2", "stopSequence": 41 }, { "arrival": { "time": "1764075235", "uncertainty": 120 }, "departure": { "time": "1764075235", "uncertainty": 120 }, "stopId": "0:DEDOR 2", "stopSequence": 42 }, { "arrival": { "time": "1764075300", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361315" }, "vehicle": { "id": "169", "label": "169" } } }, { "id": "3361319", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764077280", "uncertainty": 120 }, "departure": { "time": "1764077280", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL", "stopSequence": 1 }, { "departure": { "time": "1764077328", "uncertainty": 120 }, "stopId": "0:GPHIL", "stopSequence": 2 }, { "arrival": { "time": "1764077409", "uncertainty": 120 }, "departure": { "time": "1764077409", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1764077471", "uncertainty": 120 }, "departure": { "time": "1764077471", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1764077520", "uncertainty": 120 }, "departure": { "time": "1764077520", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1764077611", "uncertainty": 120 }, "departure": { "time": "1764077611", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 6 }, { "arrival": { "time": "1764077656", "uncertainty": 120 }, "departure": { "time": "1764077656", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 7 }, { "arrival": { "time": "1764077703", "uncertainty": 120 }, "departure": { "time": "1764077703", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 8 }, { "arrival": { "time": "1764077735", "uncertainty": 120 }, "departure": { "time": "1764077735", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 9 }, { "arrival": { "time": "1764077820", "uncertainty": 120 }, "departure": { "time": "1764077820", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 10 }, { "arrival": { "time": "1764077883", "uncertainty": 120 }, "departure": { "time": "1764077883", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 11 }, { "arrival": { "time": "1764078000", "uncertainty": 120 }, "departure": { "time": "1764078000", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 12 }, { "arrival": { "time": "1764078083", "uncertainty": 120 }, "departure": { "time": "1764078083", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764078217", "uncertainty": 120 }, "departure": { "time": "1764078217", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 14 }, { "arrival": { "time": "1764078283", "uncertainty": 120 }, "departure": { "time": "1764078283", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 15 }, { "arrival": { "time": "1764078348", "uncertainty": 120 }, "departure": { "time": "1764078348", "uncertainty": 120 }, "stopId": "0:GENIS 2", "stopSequence": 16 }, { "arrival": { "time": "1764078420", "uncertainty": 120 }, "departure": { "time": "1764078420", "uncertainty": 120 }, "stopId": "0:BEREN 2", "stopSequence": 17 }, { "arrival": { "time": "1764078483", "uncertainty": 120 }, "departure": { "time": "1764078483", "uncertainty": 120 }, "stopId": "0:LPALL 2", "stopSequence": 18 }, { "arrival": { "time": "1764078545", "uncertainty": 120 }, "departure": { "time": "1764078545", "uncertainty": 120 }, "stopId": "0:PGATA 2", "stopSequence": 19 }, { "arrival": { "time": "1764078605", "uncertainty": 120 }, "departure": { "time": "1764078605", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 20 }, { "arrival": { "time": "1764078666", "uncertainty": 120 }, "departure": { "time": "1764078666", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 21 }, { "arrival": { "time": "1764078720", "uncertainty": 120 }, "departure": { "time": "1764078720", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 22 }, { "arrival": { "time": "1764078791", "uncertainty": 120 }, "departure": { "time": "1764078791", "uncertainty": 120 }, "stopId": "0:PDANG 2", "stopSequence": 23 }, { "arrival": { "time": "1764078830", "uncertainty": 120 }, "departure": { "time": "1764078830", "uncertainty": 120 }, "stopId": "0:JACQU 2", "stopSequence": 24 }, { "arrival": { "time": "1764078909", "uncertainty": 120 }, "departure": { "time": "1764078909", "uncertainty": 120 }, "stopId": "0:MOURE 2", "stopSequence": 25 }, { "arrival": { "time": "1764078953", "uncertainty": 120 }, "departure": { "time": "1764078953", "uncertainty": 120 }, "stopId": "0:GERBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764078981", "uncertainty": 120 }, "departure": { "time": "1764078981", "uncertainty": 120 }, "stopId": "0:BROSS 2", "stopSequence": 27 }, { "arrival": { "time": "1764079032", "uncertainty": 120 }, "departure": { "time": "1764079032", "uncertainty": 120 }, "stopId": "0:LMARG 2", "stopSequence": 28 }, { "arrival": { "time": "1764079080", "uncertainty": 120 }, "departure": { "time": "1764079080", "uncertainty": 120 }, "stopId": "0:AUREA 2", "stopSequence": 29 }, { "arrival": { "time": "1764079176", "uncertainty": 120 }, "departure": { "time": "1764079176", "uncertainty": 120 }, "stopId": "0:REVEL 2", "stopSequence": 30 }, { "arrival": { "time": "1764079242", "uncertainty": 120 }, "departure": { "time": "1764079242", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 31 }, { "arrival": { "time": "1764079306", "uncertainty": 120 }, "departure": { "time": "1764079306", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 32 }, { "arrival": { "time": "1764079380", "uncertainty": 120 }, "departure": { "time": "1764079380", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 33 }, { "arrival": { "time": "1764079423", "uncertainty": 120 }, "departure": { "time": "1764079423", "uncertainty": 120 }, "stopId": "0:ZOLA 2", "stopSequence": 34 }, { "arrival": { "time": "1764079467", "uncertainty": 120 }, "departure": { "time": "1764079467", "uncertainty": 120 }, "stopId": "0:PAST 2", "stopSequence": 35 }, { "arrival": { "time": "1764079518", "uncertainty": 120 }, "departure": { "time": "1764079518", "uncertainty": 120 }, "stopId": "0:THORE 2", "stopSequence": 36 }, { "arrival": { "time": "1764079557", "uncertainty": 120 }, "departure": { "time": "1764079557", "uncertainty": 120 }, "stopId": "0:CASAN 2", "stopSequence": 37 }, { "arrival": { "time": "1764079615", "uncertainty": 120 }, "departure": { "time": "1764079615", "uncertainty": 120 }, "stopId": "0:PRIME 2", "stopSequence": 38 }, { "arrival": { "time": "1764079680", "uncertainty": 120 }, "departure": { "time": "1764079680", "uncertainty": 120 }, "stopId": "0:ALOES 2", "stopSequence": 39 }, { "arrival": { "time": "1764079724", "uncertainty": 120 }, "departure": { "time": "1764079724", "uncertainty": 120 }, "stopId": "0:DEBUS 2", "stopSequence": 40 }, { "arrival": { "time": "1764079816", "uncertainty": 120 }, "departure": { "time": "1764079816", "uncertainty": 120 }, "stopId": "0:LDOR 2", "stopSequence": 41 }, { "arrival": { "time": "1764079888", "uncertainty": 120 }, "departure": { "time": "1764079888", "uncertainty": 120 }, "stopId": "0:DEDOR 2", "stopSequence": 42 }, { "arrival": { "time": "1764079980", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361319" } } }, { "id": "3361318", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764076080", "uncertainty": 120 }, "departure": { "time": "1764076080", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL", "stopSequence": 1 }, { "departure": { "time": "1764076128", "uncertainty": 120 }, "stopId": "0:GPHIL", "stopSequence": 2 }, { "arrival": { "time": "1764076209", "uncertainty": 120 }, "departure": { "time": "1764076209", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1764076271", "uncertainty": 120 }, "departure": { "time": "1764076271", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1764076320", "uncertainty": 120 }, "departure": { "time": "1764076320", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1764076411", "uncertainty": 120 }, "departure": { "time": "1764076411", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 6 }, { "arrival": { "time": "1764076456", "uncertainty": 120 }, "departure": { "time": "1764076456", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 7 }, { "arrival": { "time": "1764076503", "uncertainty": 120 }, "departure": { "time": "1764076503", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 8 }, { "arrival": { "time": "1764076535", "uncertainty": 120 }, "departure": { "time": "1764076535", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 9 }, { "arrival": { "time": "1764076620", "uncertainty": 120 }, "departure": { "time": "1764076620", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 10 }, { "arrival": { "time": "1764076683", "uncertainty": 120 }, "departure": { "time": "1764076683", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 11 }, { "arrival": { "time": "1764076800", "uncertainty": 120 }, "departure": { "time": "1764076800", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 12 }, { "arrival": { "time": "1764076897", "uncertainty": 120 }, "departure": { "time": "1764076897", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764077031", "uncertainty": 120 }, "departure": { "time": "1764077031", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 14 }, { "arrival": { "time": "1764077097", "uncertainty": 120 }, "departure": { "time": "1764077097", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 15 }, { "arrival": { "time": "1764077162", "uncertainty": 120 }, "departure": { "time": "1764077162", "uncertainty": 120 }, "stopId": "0:GENIS 2", "stopSequence": 16 }, { "arrival": { "time": "1764077234", "uncertainty": 120 }, "departure": { "time": "1764077234", "uncertainty": 120 }, "stopId": "0:BEREN 2", "stopSequence": 17 }, { "arrival": { "time": "1764077297", "uncertainty": 120 }, "departure": { "time": "1764077297", "uncertainty": 120 }, "stopId": "0:LPALL 2", "stopSequence": 18 }, { "arrival": { "time": "1764077359", "uncertainty": 120 }, "departure": { "time": "1764077359", "uncertainty": 120 }, "stopId": "0:PGATA 2", "stopSequence": 19 }, { "arrival": { "time": "1764077419", "uncertainty": 120 }, "departure": { "time": "1764077419", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 20 }, { "arrival": { "time": "1764077480", "uncertainty": 120 }, "departure": { "time": "1764077480", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 21 }, { "arrival": { "time": "1764077534", "uncertainty": 120 }, "departure": { "time": "1764077534", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 22 }, { "arrival": { "time": "1764077605", "uncertainty": 120 }, "departure": { "time": "1764077605", "uncertainty": 120 }, "stopId": "0:PDANG 2", "stopSequence": 23 }, { "arrival": { "time": "1764077644", "uncertainty": 120 }, "departure": { "time": "1764077644", "uncertainty": 120 }, "stopId": "0:JACQU 2", "stopSequence": 24 }, { "arrival": { "time": "1764077723", "uncertainty": 120 }, "departure": { "time": "1764077723", "uncertainty": 120 }, "stopId": "0:MOURE 2", "stopSequence": 25 }, { "arrival": { "time": "1764077767", "uncertainty": 120 }, "departure": { "time": "1764077767", "uncertainty": 120 }, "stopId": "0:GERBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764077795", "uncertainty": 120 }, "departure": { "time": "1764077795", "uncertainty": 120 }, "stopId": "0:BROSS 2", "stopSequence": 27 }, { "arrival": { "time": "1764077846", "uncertainty": 120 }, "departure": { "time": "1764077846", "uncertainty": 120 }, "stopId": "0:LMARG 2", "stopSequence": 28 }, { "arrival": { "time": "1764077894", "uncertainty": 120 }, "departure": { "time": "1764077894", "uncertainty": 120 }, "stopId": "0:AUREA 2", "stopSequence": 29 }, { "arrival": { "time": "1764077990", "uncertainty": 120 }, "departure": { "time": "1764077990", "uncertainty": 120 }, "stopId": "0:REVEL 2", "stopSequence": 30 }, { "arrival": { "time": "1764078056", "uncertainty": 120 }, "departure": { "time": "1764078056", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 31 }, { "arrival": { "time": "1764078120", "uncertainty": 120 }, "departure": { "time": "1764078120", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 32 }, { "arrival": { "time": "1764078194", "uncertainty": 120 }, "departure": { "time": "1764078194", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 33 }, { "arrival": { "time": "1764078237", "uncertainty": 120 }, "departure": { "time": "1764078237", "uncertainty": 120 }, "stopId": "0:ZOLA 2", "stopSequence": 34 }, { "arrival": { "time": "1764078281", "uncertainty": 120 }, "departure": { "time": "1764078281", "uncertainty": 120 }, "stopId": "0:PAST 2", "stopSequence": 35 }, { "arrival": { "time": "1764078332", "uncertainty": 120 }, "departure": { "time": "1764078332", "uncertainty": 120 }, "stopId": "0:THORE 2", "stopSequence": 36 }, { "arrival": { "time": "1764078371", "uncertainty": 120 }, "departure": { "time": "1764078371", "uncertainty": 120 }, "stopId": "0:CASAN 2", "stopSequence": 37 }, { "arrival": { "time": "1764078429", "uncertainty": 120 }, "departure": { "time": "1764078429", "uncertainty": 120 }, "stopId": "0:PRIME 2", "stopSequence": 38 }, { "arrival": { "time": "1764078494", "uncertainty": 120 }, "departure": { "time": "1764078494", "uncertainty": 120 }, "stopId": "0:ALOES 2", "stopSequence": 39 }, { "arrival": { "time": "1764078538", "uncertainty": 120 }, "departure": { "time": "1764078538", "uncertainty": 120 }, "stopId": "0:DEBUS 2", "stopSequence": 40 }, { "arrival": { "time": "1764078630", "uncertainty": 120 }, "departure": { "time": "1764078630", "uncertainty": 120 }, "stopId": "0:LDOR 2", "stopSequence": 41 }, { "arrival": { "time": "1764078702", "uncertainty": 120 }, "departure": { "time": "1764078702", "uncertainty": 120 }, "stopId": "0:DEDOR 2", "stopSequence": 42 }, { "arrival": { "time": "1764078794", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361318" } } }, { "id": "3361317", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074880", "uncertainty": 120 }, "departure": { "time": "1764074880", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL", "stopSequence": 1 }, { "departure": { "time": "1764074928", "uncertainty": 120 }, "stopId": "0:GPHIL", "stopSequence": 2 }, { "arrival": { "time": "1764075009", "uncertainty": 120 }, "departure": { "time": "1764075009", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1764075086", "uncertainty": 120 }, "departure": { "time": "1764075086", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1764075145", "uncertainty": 120 }, "departure": { "time": "1764075145", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1764075236", "uncertainty": 120 }, "departure": { "time": "1764075236", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 6 }, { "arrival": { "time": "1764075253", "uncertainty": 120 }, "departure": { "time": "1764075253", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 7 }, { "arrival": { "time": "1764075309", "uncertainty": 120 }, "departure": { "time": "1764075309", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 8 }, { "arrival": { "time": "1764075393", "uncertainty": 120 }, "departure": { "time": "1764075393", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 9 }, { "arrival": { "time": "1764075505", "uncertainty": 120 }, "departure": { "time": "1764075505", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 10 }, { "arrival": { "time": "1764075571", "uncertainty": 120 }, "departure": { "time": "1764075571", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 11 }, { "arrival": { "time": "1764075688", "uncertainty": 120 }, "departure": { "time": "1764075688", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 12 }, { "arrival": { "time": "1764075786", "uncertainty": 120 }, "departure": { "time": "1764075786", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764075916", "uncertainty": 120 }, "departure": { "time": "1764075916", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 14 }, { "arrival": { "time": "1764075980", "uncertainty": 120 }, "departure": { "time": "1764075980", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 15 }, { "arrival": { "time": "1764076045", "uncertainty": 120 }, "departure": { "time": "1764076045", "uncertainty": 120 }, "stopId": "0:GENIS 2", "stopSequence": 16 }, { "arrival": { "time": "1764076117", "uncertainty": 120 }, "departure": { "time": "1764076117", "uncertainty": 120 }, "stopId": "0:BEREN 2", "stopSequence": 17 }, { "arrival": { "time": "1764076180", "uncertainty": 120 }, "departure": { "time": "1764076180", "uncertainty": 120 }, "stopId": "0:LPALL 2", "stopSequence": 18 }, { "arrival": { "time": "1764076242", "uncertainty": 120 }, "departure": { "time": "1764076242", "uncertainty": 120 }, "stopId": "0:PGATA 2", "stopSequence": 19 }, { "arrival": { "time": "1764076302", "uncertainty": 120 }, "departure": { "time": "1764076302", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 20 }, { "arrival": { "time": "1764076364", "uncertainty": 120 }, "departure": { "time": "1764076364", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 21 }, { "arrival": { "time": "1764076419", "uncertainty": 120 }, "departure": { "time": "1764076419", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 22 }, { "arrival": { "time": "1764076490", "uncertainty": 120 }, "departure": { "time": "1764076490", "uncertainty": 120 }, "stopId": "0:PDANG 2", "stopSequence": 23 }, { "arrival": { "time": "1764076529", "uncertainty": 120 }, "departure": { "time": "1764076529", "uncertainty": 120 }, "stopId": "0:JACQU 2", "stopSequence": 24 }, { "arrival": { "time": "1764076608", "uncertainty": 120 }, "departure": { "time": "1764076608", "uncertainty": 120 }, "stopId": "0:MOURE 2", "stopSequence": 25 }, { "arrival": { "time": "1764076652", "uncertainty": 120 }, "departure": { "time": "1764076652", "uncertainty": 120 }, "stopId": "0:GERBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764076680", "uncertainty": 120 }, "departure": { "time": "1764076680", "uncertainty": 120 }, "stopId": "0:BROSS 2", "stopSequence": 27 }, { "arrival": { "time": "1764076731", "uncertainty": 120 }, "departure": { "time": "1764076731", "uncertainty": 120 }, "stopId": "0:LMARG 2", "stopSequence": 28 }, { "arrival": { "time": "1764076779", "uncertainty": 120 }, "departure": { "time": "1764076779", "uncertainty": 120 }, "stopId": "0:AUREA 2", "stopSequence": 29 }, { "arrival": { "time": "1764076875", "uncertainty": 120 }, "departure": { "time": "1764076875", "uncertainty": 120 }, "stopId": "0:REVEL 2", "stopSequence": 30 }, { "arrival": { "time": "1764076941", "uncertainty": 120 }, "departure": { "time": "1764076941", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 31 }, { "arrival": { "time": "1764077002", "uncertainty": 120 }, "departure": { "time": "1764077002", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 32 }, { "arrival": { "time": "1764077072", "uncertainty": 120 }, "departure": { "time": "1764077072", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 33 }, { "arrival": { "time": "1764077115", "uncertainty": 120 }, "departure": { "time": "1764077115", "uncertainty": 120 }, "stopId": "0:ZOLA 2", "stopSequence": 34 }, { "arrival": { "time": "1764077159", "uncertainty": 120 }, "departure": { "time": "1764077159", "uncertainty": 120 }, "stopId": "0:PAST 2", "stopSequence": 35 }, { "arrival": { "time": "1764077210", "uncertainty": 120 }, "departure": { "time": "1764077210", "uncertainty": 120 }, "stopId": "0:THORE 2", "stopSequence": 36 }, { "arrival": { "time": "1764077249", "uncertainty": 120 }, "departure": { "time": "1764077249", "uncertainty": 120 }, "stopId": "0:CASAN 2", "stopSequence": 37 }, { "arrival": { "time": "1764077307", "uncertainty": 120 }, "departure": { "time": "1764077307", "uncertainty": 120 }, "stopId": "0:PRIME 2", "stopSequence": 38 }, { "arrival": { "time": "1764077372", "uncertainty": 120 }, "departure": { "time": "1764077372", "uncertainty": 120 }, "stopId": "0:ALOES 2", "stopSequence": 39 }, { "arrival": { "time": "1764077416", "uncertainty": 120 }, "departure": { "time": "1764077416", "uncertainty": 120 }, "stopId": "0:DEBUS 2", "stopSequence": 40 }, { "arrival": { "time": "1764077508", "uncertainty": 120 }, "departure": { "time": "1764077508", "uncertainty": 120 }, "stopId": "0:LDOR 2", "stopSequence": 41 }, { "arrival": { "time": "1764077580", "uncertainty": 120 }, "departure": { "time": "1764077580", "uncertainty": 120 }, "stopId": "0:DEDOR 2", "stopSequence": 42 }, { "arrival": { "time": "1764077672", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361317" } } }, { "id": "3361316", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073620", "uncertainty": 120 }, "departure": { "time": "1764073620", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL", "stopSequence": 1 }, { "arrival": { "time": "1764073970", "uncertainty": 120 }, "departure": { "time": "1764073970", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1764074049", "uncertainty": 120 }, "departure": { "time": "1764074049", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1764074109", "uncertainty": 120 }, "departure": { "time": "1764074109", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1764074185", "uncertainty": 120 }, "departure": { "time": "1764074185", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 6 }, { "arrival": { "time": "1764074199", "uncertainty": 120 }, "departure": { "time": "1764074199", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 7 }, { "arrival": { "time": "1764074229", "uncertainty": 120 }, "departure": { "time": "1764074229", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 8 }, { "arrival": { "time": "1764074315", "uncertainty": 120 }, "departure": { "time": "1764074315", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 9 }, { "arrival": { "time": "1764074425", "uncertainty": 120 }, "departure": { "time": "1764074425", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 10 }, { "arrival": { "time": "1764074485", "uncertainty": 120 }, "departure": { "time": "1764074485", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 11 }, { "arrival": { "time": "1764074571", "uncertainty": 120 }, "departure": { "time": "1764074571", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 12 }, { "arrival": { "time": "1764074669", "uncertainty": 120 }, "departure": { "time": "1764074669", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764074791", "uncertainty": 120 }, "departure": { "time": "1764074791", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 14 }, { "arrival": { "time": "1764074837", "uncertainty": 120 }, "departure": { "time": "1764074837", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 15 }, { "arrival": { "time": "1764074885", "uncertainty": 120 }, "departure": { "time": "1764074885", "uncertainty": 120 }, "stopId": "0:GENIS 2", "stopSequence": 16 }, { "arrival": { "time": "1764074928", "uncertainty": 120 }, "departure": { "time": "1764074928", "uncertainty": 120 }, "stopId": "0:BEREN 2", "stopSequence": 17 }, { "arrival": { "time": "1764074967", "uncertainty": 120 }, "departure": { "time": "1764074967", "uncertainty": 120 }, "stopId": "0:LPALL 2", "stopSequence": 18 }, { "arrival": { "time": "1764075045", "uncertainty": 120 }, "departure": { "time": "1764075045", "uncertainty": 120 }, "stopId": "0:PGATA 2", "stopSequence": 19 }, { "arrival": { "time": "1764075089", "uncertainty": 120 }, "departure": { "time": "1764075089", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 20 }, { "arrival": { "time": "1764075165", "uncertainty": 120 }, "departure": { "time": "1764075165", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 21 }, { "arrival": { "time": "1764075224", "uncertainty": 120 }, "departure": { "time": "1764075224", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 22 }, { "arrival": { "time": "1764075318", "uncertainty": 120 }, "departure": { "time": "1764075318", "uncertainty": 120 }, "stopId": "0:PDANG 2", "stopSequence": 23 }, { "arrival": { "time": "1764075357", "uncertainty": 120 }, "departure": { "time": "1764075357", "uncertainty": 120 }, "stopId": "0:JACQU 2", "stopSequence": 24 }, { "arrival": { "time": "1764075436", "uncertainty": 120 }, "departure": { "time": "1764075436", "uncertainty": 120 }, "stopId": "0:MOURE 2", "stopSequence": 25 }, { "arrival": { "time": "1764075480", "uncertainty": 120 }, "departure": { "time": "1764075480", "uncertainty": 120 }, "stopId": "0:GERBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764075508", "uncertainty": 120 }, "departure": { "time": "1764075508", "uncertainty": 120 }, "stopId": "0:BROSS 2", "stopSequence": 27 }, { "arrival": { "time": "1764075559", "uncertainty": 120 }, "departure": { "time": "1764075559", "uncertainty": 120 }, "stopId": "0:LMARG 2", "stopSequence": 28 }, { "arrival": { "time": "1764075607", "uncertainty": 120 }, "departure": { "time": "1764075607", "uncertainty": 120 }, "stopId": "0:AUREA 2", "stopSequence": 29 }, { "arrival": { "time": "1764075703", "uncertainty": 120 }, "departure": { "time": "1764075703", "uncertainty": 120 }, "stopId": "0:REVEL 2", "stopSequence": 30 }, { "arrival": { "time": "1764075769", "uncertainty": 120 }, "departure": { "time": "1764075769", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 31 }, { "arrival": { "time": "1764075833", "uncertainty": 120 }, "departure": { "time": "1764075833", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 32 }, { "arrival": { "time": "1764075907", "uncertainty": 120 }, "departure": { "time": "1764075907", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 33 }, { "arrival": { "time": "1764075950", "uncertainty": 120 }, "departure": { "time": "1764075950", "uncertainty": 120 }, "stopId": "0:ZOLA 2", "stopSequence": 34 }, { "arrival": { "time": "1764075994", "uncertainty": 120 }, "departure": { "time": "1764075994", "uncertainty": 120 }, "stopId": "0:PAST 2", "stopSequence": 35 }, { "arrival": { "time": "1764076045", "uncertainty": 120 }, "departure": { "time": "1764076045", "uncertainty": 120 }, "stopId": "0:THORE 2", "stopSequence": 36 }, { "arrival": { "time": "1764076084", "uncertainty": 120 }, "departure": { "time": "1764076084", "uncertainty": 120 }, "stopId": "0:CASAN 2", "stopSequence": 37 }, { "arrival": { "time": "1764076142", "uncertainty": 120 }, "departure": { "time": "1764076142", "uncertainty": 120 }, "stopId": "0:PRIME 2", "stopSequence": 38 }, { "arrival": { "time": "1764076207", "uncertainty": 120 }, "departure": { "time": "1764076207", "uncertainty": 120 }, "stopId": "0:ALOES 2", "stopSequence": 39 }, { "arrival": { "time": "1764076251", "uncertainty": 120 }, "departure": { "time": "1764076251", "uncertainty": 120 }, "stopId": "0:DEBUS 2", "stopSequence": 40 }, { "arrival": { "time": "1764076343", "uncertainty": 120 }, "departure": { "time": "1764076343", "uncertainty": 120 }, "stopId": "0:LDOR 2", "stopSequence": 41 }, { "arrival": { "time": "1764076415", "uncertainty": 120 }, "departure": { "time": "1764076415", "uncertainty": 120 }, "stopId": "0:DEDOR 2", "stopSequence": 42 }, { "arrival": { "time": "1764076507", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361316" }, "vehicle": { "id": "163", "label": "163" } } }, { "id": "3362855", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074301", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764074333", "uncertainty": 120 }, "departure": { "time": "1764074333", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764074365", "uncertainty": 120 }, "departure": { "time": "1764074365", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764074389", "uncertainty": 120 }, "departure": { "time": "1764074389", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764074466", "uncertainty": 120 }, "departure": { "time": "1764074466", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 5 }, { "arrival": { "time": "1764074509", "uncertainty": 120 }, "departure": { "time": "1764074509", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764074555", "uncertainty": 120 }, "departure": { "time": "1764074555", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 7 }, { "arrival": { "time": "1764074617", "uncertainty": 120 }, "departure": { "time": "1764074617", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 8 }, { "arrival": { "time": "1764074786", "uncertainty": 120 }, "departure": { "time": "1764074786", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 9 }, { "arrival": { "time": "1764074849", "uncertainty": 120 }, "departure": { "time": "1764074849", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 10 }, { "arrival": { "time": "1764075053", "uncertainty": 120 }, "departure": { "time": "1764075053", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 11 }, { "arrival": { "time": "1764075203", "uncertainty": 120 }, "departure": { "time": "1764075203", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764075279", "uncertainty": 120 }, "departure": { "time": "1764075279", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764075349", "uncertainty": 120 }, "departure": { "time": "1764075349", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 14 }, { "arrival": { "time": "1764075407", "uncertainty": 120 }, "departure": { "time": "1764075407", "uncertainty": 120 }, "stopId": "0:POLY", "stopSequence": 15 }, { "arrival": { "time": "1764075455", "uncertainty": 120 }, "departure": { "time": "1764075455", "uncertainty": 120 }, "stopId": "0:GUYN", "stopSequence": 16 }, { "arrival": { "time": "1764075574", "uncertainty": 120 }, "departure": { "time": "1764075574", "uncertainty": 120 }, "stopId": "0:DBLAN", "stopSequence": 17 }, { "arrival": { "time": "1764075694", "uncertainty": 120 }, "departure": { "time": "1764075694", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 18 }, { "arrival": { "time": "1764075756", "uncertainty": 120 }, "departure": { "time": "1764075756", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 19 }, { "arrival": { "time": "1764075819", "uncertainty": 120 }, "departure": { "time": "1764075819", "uncertainty": 120 }, "stopId": "0:LPLAN", "stopSequence": 20 }, { "arrival": { "time": "1764075885", "uncertainty": 120 }, "departure": { "time": "1764075885", "uncertainty": 120 }, "stopId": "0:POINCA", "stopSequence": 21 }, { "arrival": { "time": "1764075969", "uncertainty": 120 }, "departure": { "time": "1764075969", "uncertainty": 120 }, "stopId": "0:JPERR", "stopSequence": 22 }, { "arrival": { "time": "1764076020", "uncertainty": 120 }, "departure": { "time": "1764076020", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 23 }, { "arrival": { "time": "1764076135", "uncertainty": 120 }, "departure": { "time": "1764076135", "uncertainty": 120 }, "stopId": "0:RGARR", "stopSequence": 24 }, { "arrival": { "time": "1764076175", "uncertainty": 120 }, "stopId": "0:THABO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362855" } } }, { "id": "3362856", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076620", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362856" } } }, { "id": "3361855", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072387", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 }, { "arrival": { "time": "1764072454", "uncertainty": 120 }, "departure": { "time": "1764072454", "uncertainty": 120 }, "stopId": "0:CPDP 2", "stopSequence": 2 }, { "arrival": { "time": "1764072566", "uncertainty": 120 }, "departure": { "time": "1764072566", "uncertainty": 120 }, "stopId": "0:CSDF", "stopSequence": 3 }, { "arrival": { "time": "1764072653", "uncertainty": 120 }, "departure": { "time": "1764072656", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 4 }, { "arrival": { "time": "1764072704", "uncertainty": 120 }, "departure": { "time": "1764072704", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 5 }, { "arrival": { "time": "1764072776", "uncertainty": 120 }, "departure": { "time": "1764072776", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 6 }, { "arrival": { "time": "1764072860", "uncertainty": 120 }, "departure": { "time": "1764072860", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 7 }, { "arrival": { "time": "1764073025", "uncertainty": 120 }, "departure": { "time": "1764073025", "uncertainty": 120 }, "stopId": "0:ARMA", "stopSequence": 8 }, { "arrival": { "time": "1764073063", "uncertainty": 120 }, "departure": { "time": "1764073063", "uncertainty": 120 }, "stopId": "0:MONG", "stopSequence": 9 }, { "arrival": { "time": "1764073122", "uncertainty": 120 }, "departure": { "time": "1764073122", "uncertainty": 120 }, "stopId": "0:ECOLE", "stopSequence": 10 }, { "arrival": { "time": "1764073166", "uncertainty": 120 }, "departure": { "time": "1764073166", "uncertainty": 120 }, "stopId": "0:VERGE", "stopSequence": 11 }, { "arrival": { "time": "1764073210", "uncertainty": 120 }, "departure": { "time": "1764073226", "uncertainty": 120 }, "stopId": "0:LGEAI", "stopSequence": 12 }, { "arrival": { "time": "1764073255", "uncertainty": 120 }, "departure": { "time": "1764073255", "uncertainty": 120 }, "stopId": "0:PARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764073321", "uncertainty": 120 }, "departure": { "time": "1764073321", "uncertainty": 120 }, "stopId": "0:VIVIE", "stopSequence": 14 }, { "arrival": { "time": "1764073364", "uncertainty": 120 }, "departure": { "time": "1764073364", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 15 }, { "arrival": { "time": "1764073406", "uncertainty": 120 }, "departure": { "time": "1764073406", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 16 }, { "arrival": { "time": "1764073436", "uncertainty": 120 }, "departure": { "time": "1764073466", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1764073535", "uncertainty": 120 }, "departure": { "time": "1764073646", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1764073695", "uncertainty": 120 }, "departure": { "time": "1764073695", "uncertainty": 120 }, "stopId": "0:TLAUT", "stopSequence": 19 }, { "arrival": { "time": "1764073736", "uncertainty": 120 }, "departure": { "time": "1764073736", "uncertainty": 120 }, "stopId": "0:VFLEU", "stopSequence": 20 }, { "arrival": { "time": "1764073803", "uncertainty": 120 }, "departure": { "time": "1764073803", "uncertainty": 120 }, "stopId": "0:GAREN", "stopSequence": 21 }, { "arrival": { "time": "1764073842", "uncertainty": 120 }, "departure": { "time": "1764073842", "uncertainty": 120 }, "stopId": "0:CEZA", "stopSequence": 22 }, { "arrival": { "time": "1764073917", "uncertainty": 120 }, "departure": { "time": "1764073917", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 23 }, { "arrival": { "time": "1764073939", "uncertainty": 120 }, "departure": { "time": "1764073946", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 24 }, { "arrival": { "time": "1764074003", "uncertainty": 120 }, "departure": { "time": "1764074006", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 25 }, { "arrival": { "time": "1764074097", "uncertainty": 120 }, "departure": { "time": "1764074097", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 26 }, { "arrival": { "time": "1764074209", "uncertainty": 120 }, "departure": { "time": "1764074216", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 27 }, { "arrival": { "time": "1764074276", "uncertainty": 120 }, "departure": { "time": "1764074276", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 28 }, { "arrival": { "time": "1764074369", "uncertainty": 120 }, "departure": { "time": "1764074369", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 29 }, { "arrival": { "time": "1764074462", "uncertainty": 120 }, "departure": { "time": "1764074462", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 30 }, { "arrival": { "time": "1764074553", "uncertainty": 120 }, "departure": { "time": "1764074553", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 31 }, { "arrival": { "time": "1764074634", "uncertainty": 120 }, "departure": { "time": "1764074634", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 32 }, { "arrival": { "time": "1764074739", "uncertainty": 120 }, "departure": { "time": "1764074739", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 33 }, { "arrival": { "time": "1764074801", "uncertainty": 120 }, "departure": { "time": "1764074801", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 34 }, { "arrival": { "time": "1764074851", "uncertainty": 120 }, "departure": { "time": "1764074851", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 35 }, { "arrival": { "time": "1764074940", "uncertainty": 120 }, "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:HBARB", "stopSequence": 36 }, { "arrival": { "time": "1764074975", "uncertainty": 120 }, "departure": { "time": "1764074975", "uncertainty": 120 }, "stopId": "0:JPREV", "stopSequence": 37 }, { "arrival": { "time": "1764075096", "uncertainty": 120 }, "departure": { "time": "1764075096", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 38 }, { "arrival": { "time": "1764075161", "uncertainty": 120 }, "departure": { "time": "1764075161", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 39 }, { "arrival": { "time": "1764075193", "uncertainty": 120 }, "departure": { "time": "1764075193", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 40 }, { "arrival": { "time": "1764075263", "uncertainty": 120 }, "departure": { "time": "1764075263", "uncertainty": 120 }, "stopId": "0:GROUS", "stopSequence": 41 }, { "arrival": { "time": "1764075366", "uncertainty": 120 }, "departure": { "time": "1764075366", "uncertainty": 120 }, "stopId": "0:RDM", "stopSequence": 42 }, { "arrival": { "time": "1764075544", "uncertainty": 120 }, "departure": { "time": "1764075544", "uncertainty": 120 }, "stopId": "0:SYLV", "stopSequence": 43 }, { "arrival": { "time": "1764075692", "uncertainty": 120 }, "departure": { "time": "1764075692", "uncertainty": 120 }, "stopId": "0:MMALI", "stopSequence": 44 }, { "arrival": { "time": "1764075723", "uncertainty": 120 }, "departure": { "time": "1764075723", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 45 }, { "arrival": { "time": "1764075803", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 46 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361855" }, "vehicle": { "id": "83", "label": "83" } } }, { "id": "3361890", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074047", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 1 }, { "arrival": { "time": "1764074130", "uncertainty": 120 }, "departure": { "time": "1764074130", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 2 }, { "arrival": { "time": "1764074165", "uncertainty": 120 }, "departure": { "time": "1764074167", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 3 }, { "arrival": { "time": "1764074293", "uncertainty": 120 }, "departure": { "time": "1764074293", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 4 }, { "arrival": { "time": "1764074453", "uncertainty": 120 }, "departure": { "time": "1764074453", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 5 }, { "arrival": { "time": "1764074534", "uncertainty": 120 }, "departure": { "time": "1764074534", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 6 }, { "arrival": { "time": "1764074613", "uncertainty": 120 }, "departure": { "time": "1764074613", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 7 }, { "arrival": { "time": "1764074657", "uncertainty": 120 }, "departure": { "time": "1764074657", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 8 }, { "arrival": { "time": "1764074720", "uncertainty": 120 }, "departure": { "time": "1764074720", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 9 }, { "arrival": { "time": "1764074862", "uncertainty": 120 }, "departure": { "time": "1764074862", "uncertainty": 120 }, "stopId": "0:JPREV 2", "stopSequence": 10 }, { "arrival": { "time": "1764074910", "uncertainty": 120 }, "departure": { "time": "1764074910", "uncertainty": 120 }, "stopId": "0:HBARB 2", "stopSequence": 11 }, { "arrival": { "time": "1764074972", "uncertainty": 120 }, "departure": { "time": "1764074972", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 12 }, { "arrival": { "time": "1764075016", "uncertainty": 120 }, "departure": { "time": "1764075016", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 13 }, { "arrival": { "time": "1764075062", "uncertainty": 120 }, "departure": { "time": "1764075062", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 14 }, { "arrival": { "time": "1764075124", "uncertainty": 120 }, "departure": { "time": "1764075124", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 15 }, { "arrival": { "time": "1764075293", "uncertainty": 120 }, "departure": { "time": "1764075293", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 16 }, { "arrival": { "time": "1764075357", "uncertainty": 120 }, "departure": { "time": "1764075357", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 17 }, { "arrival": { "time": "1764075550", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361890" }, "vehicle": { "id": "102", "label": "102" } } }, { "id": "3362835", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077820", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362835" } } }, { "id": "3362834", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076020", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362834" } } }, { "id": "3361888", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072378", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 1 }, { "arrival": { "time": "1764072438", "uncertainty": 120 }, "departure": { "time": "1764072438", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 2 }, { "arrival": { "time": "1764072482", "uncertainty": 120 }, "departure": { "time": "1764072482", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 3 }, { "arrival": { "time": "1764072588", "uncertainty": 120 }, "departure": { "time": "1764072588", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 4 }, { "arrival": { "time": "1764072788", "uncertainty": 120 }, "departure": { "time": "1764072788", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 5 }, { "arrival": { "time": "1764072858", "uncertainty": 120 }, "departure": { "time": "1764072888", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 6 }, { "arrival": { "time": "1764072966", "uncertainty": 120 }, "departure": { "time": "1764072966", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 7 }, { "arrival": { "time": "1764073001", "uncertainty": 120 }, "departure": { "time": "1764073038", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 8 }, { "arrival": { "time": "1764073084", "uncertainty": 120 }, "departure": { "time": "1764073084", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 9 }, { "arrival": { "time": "1764073235", "uncertainty": 120 }, "departure": { "time": "1764073235", "uncertainty": 120 }, "stopId": "0:JPREV 2", "stopSequence": 10 }, { "arrival": { "time": "1764073278", "uncertainty": 120 }, "departure": { "time": "1764073278", "uncertainty": 120 }, "stopId": "0:HBARB 2", "stopSequence": 11 }, { "arrival": { "time": "1764073336", "uncertainty": 120 }, "departure": { "time": "1764073368", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 12 }, { "arrival": { "time": "1764073419", "uncertainty": 120 }, "departure": { "time": "1764073419", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 13 }, { "arrival": { "time": "1764073458", "uncertainty": 120 }, "departure": { "time": "1764073458", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 14 }, { "arrival": { "time": "1764073495", "uncertainty": 120 }, "departure": { "time": "1764073495", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 15 }, { "arrival": { "time": "1764073638", "uncertainty": 120 }, "departure": { "time": "1764073638", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 16 }, { "arrival": { "time": "1764073693", "uncertainty": 120 }, "departure": { "time": "1764073698", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 17 }, { "arrival": { "time": "1764073908", "uncertainty": 120 }, "departure": { "time": "1764073908", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 18 }, { "arrival": { "time": "1764074058", "uncertainty": 120 }, "departure": { "time": "1764074058", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 19 }, { "arrival": { "time": "1764074132", "uncertainty": 120 }, "departure": { "time": "1764074132", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 20 }, { "arrival": { "time": "1764074215", "uncertainty": 120 }, "departure": { "time": "1764074215", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 21 }, { "arrival": { "time": "1764074303", "uncertainty": 120 }, "departure": { "time": "1764074303", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 22 }, { "arrival": { "time": "1764074366", "uncertainty": 120 }, "departure": { "time": "1764074366", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 23 }, { "arrival": { "time": "1764074425", "uncertainty": 120 }, "departure": { "time": "1764074425", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 24 }, { "arrival": { "time": "1764074502", "uncertainty": 120 }, "departure": { "time": "1764074502", "uncertainty": 120 }, "stopId": "0:CEZA 2", "stopSequence": 25 }, { "arrival": { "time": "1764074550", "uncertainty": 120 }, "departure": { "time": "1764074550", "uncertainty": 120 }, "stopId": "0:GAREN 2", "stopSequence": 26 }, { "arrival": { "time": "1764074627", "uncertainty": 120 }, "departure": { "time": "1764074627", "uncertainty": 120 }, "stopId": "0:VFLEU 2", "stopSequence": 27 }, { "arrival": { "time": "1764074692", "uncertainty": 120 }, "departure": { "time": "1764074692", "uncertainty": 120 }, "stopId": "0:LAUTR 2", "stopSequence": 28 }, { "arrival": { "time": "1764074734", "uncertainty": 120 }, "departure": { "time": "1764074734", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 29 }, { "arrival": { "time": "1764074809", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361888" }, "vehicle": { "id": "76", "label": "76" } } }, { "id": "3362832", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073409", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 }, { "arrival": { "time": "1764073454", "uncertainty": 120 }, "departure": { "time": "1764073469", "uncertainty": 120 }, "stopId": "0:RGARR 2", "stopSequence": 2 }, { "arrival": { "time": "1764073545", "uncertainty": 120 }, "departure": { "time": "1764073545", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 3 }, { "arrival": { "time": "1764073601", "uncertainty": 120 }, "departure": { "time": "1764073619", "uncertainty": 120 }, "stopId": "0:JPERR 2", "stopSequence": 4 }, { "arrival": { "time": "1764073709", "uncertainty": 120 }, "departure": { "time": "1764073739", "uncertainty": 120 }, "stopId": "0:POINCA 2", "stopSequence": 5 }, { "arrival": { "time": "1764073799", "uncertainty": 120 }, "departure": { "time": "1764073799", "uncertainty": 120 }, "stopId": "0:LPLAN 2", "stopSequence": 6 }, { "arrival": { "time": "1764073851", "uncertainty": 120 }, "departure": { "time": "1764073859", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 7 }, { "arrival": { "time": "1764073919", "uncertainty": 120 }, "departure": { "time": "1764073949", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 8 }, { "arrival": { "time": "1764074064", "uncertainty": 120 }, "departure": { "time": "1764074069", "uncertainty": 120 }, "stopId": "0:DBLAN 2", "stopSequence": 9 }, { "arrival": { "time": "1764074129", "uncertainty": 120 }, "departure": { "time": "1764074129", "uncertainty": 120 }, "stopId": "0:GUYN 2", "stopSequence": 10 }, { "arrival": { "time": "1764074189", "uncertainty": 120 }, "departure": { "time": "1764074189", "uncertainty": 120 }, "stopId": "0:POLY 2", "stopSequence": 11 }, { "arrival": { "time": "1764074219", "uncertainty": 120 }, "departure": { "time": "1764074219", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 12 }, { "arrival": { "time": "1764074322", "uncertainty": 120 }, "departure": { "time": "1764074322", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 13 }, { "arrival": { "time": "1764074382", "uncertainty": 120 }, "departure": { "time": "1764074382", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764074475", "uncertainty": 120 }, "departure": { "time": "1764074475", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764074568", "uncertainty": 120 }, "departure": { "time": "1764074568", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 16 }, { "arrival": { "time": "1764074659", "uncertainty": 120 }, "departure": { "time": "1764074659", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 17 }, { "arrival": { "time": "1764074740", "uncertainty": 120 }, "departure": { "time": "1764074740", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 18 }, { "arrival": { "time": "1764074845", "uncertainty": 120 }, "departure": { "time": "1764074845", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 19 }, { "arrival": { "time": "1764074907", "uncertainty": 120 }, "departure": { "time": "1764074907", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 20 }, { "arrival": { "time": "1764074957", "uncertainty": 120 }, "departure": { "time": "1764074957", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 21 }, { "arrival": { "time": "1764075032", "uncertainty": 120 }, "departure": { "time": "1764075032", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 22 }, { "arrival": { "time": "1764075070", "uncertainty": 120 }, "departure": { "time": "1764075070", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 23 }, { "arrival": { "time": "1764075115", "uncertainty": 120 }, "departure": { "time": "1764075115", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 24 }, { "arrival": { "time": "1764075179", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362832" }, "vehicle": { "id": "186", "label": "186" } } }, { "id": "3361879", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075420", "uncertainty": 120 }, "stopId": "0:MPMO 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361879" } } }, { "id": "3361878", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072793", "uncertainty": 120 }, "stopId": "0:MPMO 2", "stopSequence": 1 }, { "arrival": { "time": "1764072867", "uncertainty": 120 }, "departure": { "time": "1764072867", "uncertainty": 120 }, "stopId": "0:CHSTJ 2", "stopSequence": 2 }, { "arrival": { "time": "1764072924", "uncertainty": 120 }, "departure": { "time": "1764072924", "uncertainty": 120 }, "stopId": "0:CHMAD 2", "stopSequence": 3 }, { "arrival": { "time": "1764072961", "uncertainty": 120 }, "departure": { "time": "1764072961", "uncertainty": 120 }, "stopId": "0:MTCC1", "stopSequence": 4 }, { "arrival": { "time": "1764073154", "uncertainty": 120 }, "departure": { "time": "1764073154", "uncertainty": 120 }, "stopId": "0:CGEN 2", "stopSequence": 5 }, { "arrival": { "time": "1764073214", "uncertainty": 120 }, "departure": { "time": "1764073214", "uncertainty": 120 }, "stopId": "0:CHSI 2", "stopSequence": 6 }, { "arrival": { "time": "1764073264", "uncertainty": 120 }, "departure": { "time": "1764073264", "uncertainty": 120 }, "stopId": "0:CHMCW 2", "stopSequence": 7 }, { "arrival": { "time": "1764073325", "uncertainty": 120 }, "departure": { "time": "1764073325", "uncertainty": 120 }, "stopId": "0:GAIE 2", "stopSequence": 8 }, { "arrival": { "time": "1764073364", "uncertainty": 120 }, "departure": { "time": "1764073364", "uncertainty": 120 }, "stopId": "0:GOUV 2", "stopSequence": 9 }, { "arrival": { "time": "1764073424", "uncertainty": 120 }, "departure": { "time": "1764073424", "uncertainty": 120 }, "stopId": "0:CHRPTF2", "stopSequence": 10 }, { "arrival": { "time": "1764073514", "uncertainty": 120 }, "departure": { "time": "1764073514", "uncertainty": 120 }, "stopId": "0:CHAMAL2", "stopSequence": 11 }, { "arrival": { "time": "1764073542", "uncertainty": 120 }, "departure": { "time": "1764073542", "uncertainty": 120 }, "stopId": "0:MALCR 2", "stopSequence": 12 }, { "arrival": { "time": "1764073633", "uncertainty": 120 }, "departure": { "time": "1764073633", "uncertainty": 120 }, "stopId": "0:MALBO 2", "stopSequence": 13 }, { "arrival": { "time": "1764073683", "uncertainty": 120 }, "departure": { "time": "1764073694", "uncertainty": 120 }, "stopId": "0:MALIB", "stopSequence": 14 }, { "arrival": { "time": "1764073737", "uncertainty": 120 }, "departure": { "time": "1764073754", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 15 }, { "arrival": { "time": "1764073814", "uncertainty": 120 }, "departure": { "time": "1764073814", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 16 }, { "arrival": { "time": "1764073844", "uncertainty": 120 }, "departure": { "time": "1764073844", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 17 }, { "arrival": { "time": "1764073959", "uncertainty": 120 }, "departure": { "time": "1764073994", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 18 }, { "arrival": { "time": "1764074152", "uncertainty": 120 }, "departure": { "time": "1764074152", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 19 }, { "arrival": { "time": "1764074234", "uncertainty": 120 }, "departure": { "time": "1764074234", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 20 }, { "arrival": { "time": "1764074313", "uncertainty": 120 }, "departure": { "time": "1764074313", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 21 }, { "arrival": { "time": "1764074358", "uncertainty": 120 }, "departure": { "time": "1764074358", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 22 }, { "arrival": { "time": "1764074422", "uncertainty": 120 }, "departure": { "time": "1764074422", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 23 }, { "arrival": { "time": "1764074569", "uncertainty": 120 }, "departure": { "time": "1764074569", "uncertainty": 120 }, "stopId": "0:JPREV 2", "stopSequence": 24 }, { "arrival": { "time": "1764074614", "uncertainty": 120 }, "departure": { "time": "1764074614", "uncertainty": 120 }, "stopId": "0:HBARB 2", "stopSequence": 25 }, { "arrival": { "time": "1764074674", "uncertainty": 120 }, "departure": { "time": "1764074674", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 26 }, { "arrival": { "time": "1764074717", "uncertainty": 120 }, "departure": { "time": "1764074717", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 27 }, { "arrival": { "time": "1764074763", "uncertainty": 120 }, "departure": { "time": "1764074763", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 28 }, { "arrival": { "time": "1764074825", "uncertainty": 120 }, "departure": { "time": "1764074825", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 29 }, { "arrival": { "time": "1764074994", "uncertainty": 120 }, "departure": { "time": "1764074994", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 30 }, { "arrival": { "time": "1764075057", "uncertainty": 120 }, "departure": { "time": "1764075057", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 31 }, { "arrival": { "time": "1764075260", "uncertainty": 120 }, "departure": { "time": "1764075260", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 32 }, { "arrival": { "time": "1764075410", "uncertainty": 120 }, "departure": { "time": "1764075410", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1764075486", "uncertainty": 120 }, "departure": { "time": "1764075486", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1764075556", "uncertainty": 120 }, "departure": { "time": "1764075556", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1764075595", "uncertainty": 120 }, "departure": { "time": "1764075595", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1764075674", "uncertainty": 120 }, "departure": { "time": "1764075674", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1764075718", "uncertainty": 120 }, "departure": { "time": "1764075718", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1764075795", "uncertainty": 120 }, "departure": { "time": "1764075795", "uncertainty": 120 }, "stopId": "0:CEZA 2", "stopSequence": 39 }, { "arrival": { "time": "1764075843", "uncertainty": 120 }, "departure": { "time": "1764075843", "uncertainty": 120 }, "stopId": "0:GAREN 2", "stopSequence": 40 }, { "arrival": { "time": "1764075920", "uncertainty": 120 }, "departure": { "time": "1764075920", "uncertainty": 120 }, "stopId": "0:VFLEU 2", "stopSequence": 41 }, { "arrival": { "time": "1764075985", "uncertainty": 120 }, "departure": { "time": "1764075985", "uncertainty": 120 }, "stopId": "0:LAUTR 2", "stopSequence": 42 }, { "arrival": { "time": "1764076027", "uncertainty": 120 }, "departure": { "time": "1764076027", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 43 }, { "arrival": { "time": "1764076087", "uncertainty": 120 }, "departure": { "time": "1764076087", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 44 }, { "arrival": { "time": "1764076134", "uncertainty": 120 }, "departure": { "time": "1764076134", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 45 }, { "arrival": { "time": "1764076192", "uncertainty": 120 }, "departure": { "time": "1764076192", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 46 }, { "arrival": { "time": "1764076254", "uncertainty": 120 }, "departure": { "time": "1764076254", "uncertainty": 120 }, "stopId": "0:VIVIE 2", "stopSequence": 47 }, { "arrival": { "time": "1764076339", "uncertainty": 120 }, "departure": { "time": "1764076339", "uncertainty": 120 }, "stopId": "0:PARE", "stopSequence": 48 }, { "arrival": { "time": "1764076384", "uncertainty": 120 }, "departure": { "time": "1764076384", "uncertainty": 120 }, "stopId": "0:LGEAIS2", "stopSequence": 49 }, { "arrival": { "time": "1764076443", "uncertainty": 120 }, "departure": { "time": "1764076443", "uncertainty": 120 }, "stopId": "0:VERGE 2", "stopSequence": 50 }, { "arrival": { "time": "1764076520", "uncertainty": 120 }, "departure": { "time": "1764076520", "uncertainty": 120 }, "stopId": "0:ECOLE 2", "stopSequence": 51 }, { "arrival": { "time": "1764076608", "uncertainty": 120 }, "departure": { "time": "1764076608", "uncertainty": 120 }, "stopId": "0:MONG 2", "stopSequence": 52 }, { "arrival": { "time": "1764076634", "uncertainty": 120 }, "departure": { "time": "1764076634", "uncertainty": 120 }, "stopId": "0:ARMA 2", "stopSequence": 53 }, { "arrival": { "time": "1764076750", "uncertainty": 120 }, "departure": { "time": "1764076750", "uncertainty": 120 }, "stopId": "0:ECHAU", "stopSequence": 54 }, { "arrival": { "time": "1764076814", "uncertainty": 120 }, "departure": { "time": "1764076814", "uncertainty": 120 }, "stopId": "0:CLAC", "stopSequence": 55 }, { "arrival": { "time": "1764076933", "uncertainty": 120 }, "departure": { "time": "1764076933", "uncertainty": 120 }, "stopId": "0:CGYM", "stopSequence": 56 }, { "arrival": { "time": "1764076970", "uncertainty": 120 }, "departure": { "time": "1764076970", "uncertainty": 120 }, "stopId": "0:CHAUT", "stopSequence": 57 }, { "arrival": { "time": "1764077054", "uncertainty": 120 }, "departure": { "time": "1764077054", "uncertainty": 120 }, "stopId": "0:CSDF 3", "stopSequence": 58 }, { "arrival": { "time": "1764077167", "uncertainty": 120 }, "departure": { "time": "1764077167", "uncertainty": 120 }, "stopId": "0:CPDP", "stopSequence": 59 }, { "arrival": { "time": "1764077234", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361878" }, "vehicle": { "id": "274", "label": "274" } } }, { "id": "3361858", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077580", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361858" } } }, { "id": "3361857", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073813", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 }, { "arrival": { "time": "1764073873", "uncertainty": 120 }, "departure": { "time": "1764073873", "uncertainty": 120 }, "stopId": "0:CPDP 2", "stopSequence": 2 }, { "arrival": { "time": "1764073963", "uncertainty": 120 }, "departure": { "time": "1764073963", "uncertainty": 120 }, "stopId": "0:CSDF", "stopSequence": 3 }, { "arrival": { "time": "1764074047", "uncertainty": 120 }, "departure": { "time": "1764074055", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 4 }, { "arrival": { "time": "1764074113", "uncertainty": 120 }, "departure": { "time": "1764074113", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 5 }, { "arrival": { "time": "1764074173", "uncertainty": 120 }, "departure": { "time": "1764074173", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 6 }, { "arrival": { "time": "1764074271", "uncertainty": 120 }, "departure": { "time": "1764074271", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 7 }, { "arrival": { "time": "1764074434", "uncertainty": 120 }, "departure": { "time": "1764074434", "uncertainty": 120 }, "stopId": "0:ARMA", "stopSequence": 8 }, { "arrival": { "time": "1764074470", "uncertainty": 120 }, "departure": { "time": "1764074470", "uncertainty": 120 }, "stopId": "0:MONG", "stopSequence": 9 }, { "arrival": { "time": "1764074533", "uncertainty": 120 }, "departure": { "time": "1764074533", "uncertainty": 120 }, "stopId": "0:ECOLE", "stopSequence": 10 }, { "arrival": { "time": "1764074583", "uncertainty": 120 }, "departure": { "time": "1764074583", "uncertainty": 120 }, "stopId": "0:VERGE", "stopSequence": 11 }, { "arrival": { "time": "1764074629", "uncertainty": 120 }, "departure": { "time": "1764074629", "uncertainty": 120 }, "stopId": "0:LGEAI", "stopSequence": 12 }, { "arrival": { "time": "1764074658", "uncertainty": 120 }, "departure": { "time": "1764074658", "uncertainty": 120 }, "stopId": "0:PARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764074728", "uncertainty": 120 }, "departure": { "time": "1764074728", "uncertainty": 120 }, "stopId": "0:VIVIE", "stopSequence": 14 }, { "arrival": { "time": "1764074771", "uncertainty": 120 }, "departure": { "time": "1764074771", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 15 }, { "arrival": { "time": "1764074814", "uncertainty": 120 }, "departure": { "time": "1764074814", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 16 }, { "arrival": { "time": "1764074844", "uncertainty": 120 }, "departure": { "time": "1764074844", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1764074908", "uncertainty": 120 }, "departure": { "time": "1764074908", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1764074956", "uncertainty": 120 }, "departure": { "time": "1764074956", "uncertainty": 120 }, "stopId": "0:TLAUT", "stopSequence": 19 }, { "arrival": { "time": "1764074999", "uncertainty": 120 }, "departure": { "time": "1764074999", "uncertainty": 120 }, "stopId": "0:VFLEU", "stopSequence": 20 }, { "arrival": { "time": "1764075068", "uncertainty": 120 }, "departure": { "time": "1764075068", "uncertainty": 120 }, "stopId": "0:GAREN", "stopSequence": 21 }, { "arrival": { "time": "1764075107", "uncertainty": 120 }, "departure": { "time": "1764075107", "uncertainty": 120 }, "stopId": "0:CEZA", "stopSequence": 22 }, { "arrival": { "time": "1764075183", "uncertainty": 120 }, "departure": { "time": "1764075183", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 23 }, { "arrival": { "time": "1764075200", "uncertainty": 120 }, "departure": { "time": "1764075200", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 24 }, { "arrival": { "time": "1764075232", "uncertainty": 120 }, "departure": { "time": "1764075232", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 25 }, { "arrival": { "time": "1764075316", "uncertainty": 120 }, "departure": { "time": "1764075316", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 26 }, { "arrival": { "time": "1764075425", "uncertainty": 120 }, "departure": { "time": "1764075425", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 27 }, { "arrival": { "time": "1764075488", "uncertainty": 120 }, "departure": { "time": "1764075488", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 28 }, { "arrival": { "time": "1764075604", "uncertainty": 120 }, "departure": { "time": "1764075604", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 29 }, { "arrival": { "time": "1764075720", "uncertainty": 120 }, "departure": { "time": "1764075720", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 30 }, { "arrival": { "time": "1764075823", "uncertainty": 120 }, "departure": { "time": "1764075823", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 31 }, { "arrival": { "time": "1764075964", "uncertainty": 120 }, "departure": { "time": "1764075964", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 32 }, { "arrival": { "time": "1764076028", "uncertainty": 120 }, "departure": { "time": "1764076028", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 33 }, { "arrival": { "time": "1764076095", "uncertainty": 120 }, "departure": { "time": "1764076095", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 34 }, { "arrival": { "time": "1764076171", "uncertainty": 120 }, "departure": { "time": "1764076171", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 35 }, { "arrival": { "time": "1764076268", "uncertainty": 120 }, "departure": { "time": "1764076268", "uncertainty": 120 }, "stopId": "0:HBARB", "stopSequence": 36 }, { "arrival": { "time": "1764076312", "uncertainty": 120 }, "departure": { "time": "1764076312", "uncertainty": 120 }, "stopId": "0:JPREV", "stopSequence": 37 }, { "arrival": { "time": "1764076398", "uncertainty": 120 }, "departure": { "time": "1764076398", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 38 }, { "arrival": { "time": "1764076448", "uncertainty": 120 }, "departure": { "time": "1764076448", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 39 }, { "arrival": { "time": "1764076501", "uncertainty": 120 }, "departure": { "time": "1764076501", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 40 }, { "arrival": { "time": "1764076583", "uncertainty": 120 }, "departure": { "time": "1764076583", "uncertainty": 120 }, "stopId": "0:GROUS", "stopSequence": 41 }, { "arrival": { "time": "1764076705", "uncertainty": 120 }, "departure": { "time": "1764076705", "uncertainty": 120 }, "stopId": "0:RDM", "stopSequence": 42 }, { "arrival": { "time": "1764076885", "uncertainty": 120 }, "departure": { "time": "1764076885", "uncertainty": 120 }, "stopId": "0:SYLV", "stopSequence": 43 }, { "arrival": { "time": "1764077012", "uncertainty": 120 }, "departure": { "time": "1764077012", "uncertainty": 120 }, "stopId": "0:MMALI", "stopSequence": 44 }, { "arrival": { "time": "1764077044", "uncertainty": 120 }, "departure": { "time": "1764077044", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 45 }, { "arrival": { "time": "1764077124", "uncertainty": 120 }, "departure": { "time": "1764077124", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 46 }, { "arrival": { "time": "1764077146", "uncertainty": 120 }, "departure": { "time": "1764077146", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 47 }, { "arrival": { "time": "1764077237", "uncertainty": 120 }, "departure": { "time": "1764077237", "uncertainty": 120 }, "stopId": "0:MALBO", "stopSequence": 48 }, { "arrival": { "time": "1764077389", "uncertainty": 120 }, "departure": { "time": "1764077389", "uncertainty": 120 }, "stopId": "0:MALCR", "stopSequence": 49 }, { "arrival": { "time": "1764077424", "uncertainty": 120 }, "departure": { "time": "1764077424", "uncertainty": 120 }, "stopId": "0:CHAMAL", "stopSequence": 50 }, { "arrival": { "time": "1764077576", "uncertainty": 120 }, "departure": { "time": "1764077576", "uncertainty": 120 }, "stopId": "0:CHRPTF", "stopSequence": 51 }, { "arrival": { "time": "1764077610", "uncertainty": 120 }, "departure": { "time": "1764077610", "uncertainty": 120 }, "stopId": "0:GOUV", "stopSequence": 52 }, { "arrival": { "time": "1764077655", "uncertainty": 120 }, "departure": { "time": "1764077655", "uncertainty": 120 }, "stopId": "0:GAIE", "stopSequence": 53 }, { "arrival": { "time": "1764077713", "uncertainty": 120 }, "departure": { "time": "1764077713", "uncertainty": 120 }, "stopId": "0:CHAH", "stopSequence": 54 }, { "arrival": { "time": "1764077770", "uncertainty": 120 }, "departure": { "time": "1764077770", "uncertainty": 120 }, "stopId": "0:CHSI", "stopSequence": 55 }, { "arrival": { "time": "1764077844", "uncertainty": 120 }, "departure": { "time": "1764077844", "uncertainty": 120 }, "stopId": "0:CGEN", "stopSequence": 56 }, { "arrival": { "time": "1764078087", "uncertainty": 120 }, "departure": { "time": "1764078087", "uncertainty": 120 }, "stopId": "0:MTCC2", "stopSequence": 57 }, { "arrival": { "time": "1764078111", "uncertainty": 120 }, "departure": { "time": "1764078111", "uncertainty": 120 }, "stopId": "0:CHMAD", "stopSequence": 58 }, { "arrival": { "time": "1764078158", "uncertainty": 120 }, "departure": { "time": "1764078158", "uncertainty": 120 }, "stopId": "0:CHSTJ", "stopSequence": 59 }, { "arrival": { "time": "1764078204", "uncertainty": 120 }, "stopId": "0:MPMO", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361857" }, "vehicle": { "id": "276", "label": "276" } } }, { "id": "3361856", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764070412", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 }, { "arrival": { "time": "1764070467", "uncertainty": 120 }, "departure": { "time": "1764070467", "uncertainty": 120 }, "stopId": "0:CPDP 2", "stopSequence": 2 }, { "arrival": { "time": "1764070538", "uncertainty": 120 }, "departure": { "time": "1764070538", "uncertainty": 120 }, "stopId": "0:CSDF", "stopSequence": 3 }, { "arrival": { "time": "1764070661", "uncertainty": 120 }, "departure": { "time": "1764070661", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 4 }, { "arrival": { "time": "1764070689", "uncertainty": 120 }, "departure": { "time": "1764070742", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 5 }, { "arrival": { "time": "1764070831", "uncertainty": 120 }, "departure": { "time": "1764070831", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 6 }, { "arrival": { "time": "1764070903", "uncertainty": 120 }, "departure": { "time": "1764070903", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 7 }, { "arrival": { "time": "1764071078", "uncertainty": 120 }, "departure": { "time": "1764071078", "uncertainty": 120 }, "stopId": "0:ARMA", "stopSequence": 8 }, { "arrival": { "time": "1764071112", "uncertainty": 120 }, "departure": { "time": "1764071112", "uncertainty": 120 }, "stopId": "0:MONG", "stopSequence": 9 }, { "arrival": { "time": "1764071198", "uncertainty": 120 }, "departure": { "time": "1764071198", "uncertainty": 120 }, "stopId": "0:ECOLE", "stopSequence": 10 }, { "arrival": { "time": "1764071282", "uncertainty": 120 }, "departure": { "time": "1764071312", "uncertainty": 120 }, "stopId": "0:VERGE", "stopSequence": 11 }, { "arrival": { "time": "1764071382", "uncertainty": 120 }, "departure": { "time": "1764071403", "uncertainty": 120 }, "stopId": "0:LGEAI", "stopSequence": 12 }, { "arrival": { "time": "1764071450", "uncertainty": 120 }, "departure": { "time": "1764071450", "uncertainty": 120 }, "stopId": "0:PARE 2", "stopSequence": 13 }, { "arrival": { "time": "1764071530", "uncertainty": 120 }, "departure": { "time": "1764071554", "uncertainty": 120 }, "stopId": "0:VIVIE", "stopSequence": 14 }, { "arrival": { "time": "1764071600", "uncertainty": 120 }, "departure": { "time": "1764071614", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 15 }, { "arrival": { "time": "1764071681", "uncertainty": 120 }, "departure": { "time": "1764071681", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 16 }, { "arrival": { "time": "1764071730", "uncertainty": 120 }, "departure": { "time": "1764071763", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1764071840", "uncertainty": 120 }, "departure": { "time": "1764071944", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1764071989", "uncertainty": 120 }, "departure": { "time": "1764071989", "uncertainty": 120 }, "stopId": "0:TLAUT", "stopSequence": 19 }, { "arrival": { "time": "1764072035", "uncertainty": 120 }, "departure": { "time": "1764072035", "uncertainty": 120 }, "stopId": "0:VFLEU", "stopSequence": 20 }, { "arrival": { "time": "1764072095", "uncertainty": 120 }, "departure": { "time": "1764072095", "uncertainty": 120 }, "stopId": "0:GAREN", "stopSequence": 21 }, { "arrival": { "time": "1764072125", "uncertainty": 120 }, "departure": { "time": "1764072125", "uncertainty": 120 }, "stopId": "0:CEZA", "stopSequence": 22 }, { "arrival": { "time": "1764072195", "uncertainty": 120 }, "departure": { "time": "1764072195", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 23 }, { "arrival": { "time": "1764072221", "uncertainty": 120 }, "departure": { "time": "1764072245", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 24 }, { "arrival": { "time": "1764072284", "uncertainty": 120 }, "departure": { "time": "1764072284", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 25 }, { "arrival": { "time": "1764072354", "uncertainty": 120 }, "departure": { "time": "1764072354", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 26 }, { "arrival": { "time": "1764072456", "uncertainty": 120 }, "departure": { "time": "1764072456", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 27 }, { "arrival": { "time": "1764072592", "uncertainty": 120 }, "departure": { "time": "1764072607", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 28 }, { "arrival": { "time": "1764072694", "uncertainty": 120 }, "departure": { "time": "1764072729", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 29 }, { "arrival": { "time": "1764072848", "uncertainty": 120 }, "departure": { "time": "1764072848", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 30 }, { "arrival": { "time": "1764072916", "uncertainty": 120 }, "departure": { "time": "1764072916", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 31 }, { "arrival": { "time": "1764072992", "uncertainty": 120 }, "departure": { "time": "1764072999", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 32 }, { "arrival": { "time": "1764073105", "uncertainty": 120 }, "departure": { "time": "1764073105", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 33 }, { "arrival": { "time": "1764073149", "uncertainty": 120 }, "departure": { "time": "1764073149", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 34 }, { "arrival": { "time": "1764073184", "uncertainty": 120 }, "departure": { "time": "1764073184", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 35 }, { "arrival": { "time": "1764073269", "uncertainty": 120 }, "departure": { "time": "1764073269", "uncertainty": 120 }, "stopId": "0:HBARB", "stopSequence": 36 }, { "arrival": { "time": "1764073299", "uncertainty": 120 }, "departure": { "time": "1764073299", "uncertainty": 120 }, "stopId": "0:JPREV", "stopSequence": 37 }, { "arrival": { "time": "1764073438", "uncertainty": 120 }, "departure": { "time": "1764073438", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 38 }, { "arrival": { "time": "1764073509", "uncertainty": 120 }, "departure": { "time": "1764073509", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 39 }, { "arrival": { "time": "1764073567", "uncertainty": 120 }, "departure": { "time": "1764073567", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 40 }, { "arrival": { "time": "1764073631", "uncertainty": 120 }, "departure": { "time": "1764073631", "uncertainty": 120 }, "stopId": "0:GROUS", "stopSequence": 41 }, { "arrival": { "time": "1764073724", "uncertainty": 120 }, "departure": { "time": "1764073724", "uncertainty": 120 }, "stopId": "0:RDM", "stopSequence": 42 }, { "arrival": { "time": "1764073901", "uncertainty": 120 }, "departure": { "time": "1764073901", "uncertainty": 120 }, "stopId": "0:SYLV", "stopSequence": 43 }, { "arrival": { "time": "1764074060", "uncertainty": 120 }, "departure": { "time": "1764074079", "uncertainty": 120 }, "stopId": "0:MMALI", "stopSequence": 44 }, { "arrival": { "time": "1764074109", "uncertainty": 120 }, "departure": { "time": "1764074109", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 45 }, { "arrival": { "time": "1764074216", "uncertainty": 120 }, "departure": { "time": "1764074216", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 46 }, { "arrival": { "time": "1764074286", "uncertainty": 120 }, "departure": { "time": "1764074286", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 47 }, { "arrival": { "time": "1764074377", "uncertainty": 120 }, "departure": { "time": "1764074377", "uncertainty": 120 }, "stopId": "0:MALBO", "stopSequence": 48 }, { "arrival": { "time": "1764074529", "uncertainty": 120 }, "departure": { "time": "1764074529", "uncertainty": 120 }, "stopId": "0:MALCR", "stopSequence": 49 }, { "arrival": { "time": "1764074564", "uncertainty": 120 }, "departure": { "time": "1764074564", "uncertainty": 120 }, "stopId": "0:CHAMAL", "stopSequence": 50 }, { "arrival": { "time": "1764074716", "uncertainty": 120 }, "departure": { "time": "1764074716", "uncertainty": 120 }, "stopId": "0:CHRPTF", "stopSequence": 51 }, { "arrival": { "time": "1764074750", "uncertainty": 120 }, "departure": { "time": "1764074750", "uncertainty": 120 }, "stopId": "0:GOUV", "stopSequence": 52 }, { "arrival": { "time": "1764074795", "uncertainty": 120 }, "departure": { "time": "1764074795", "uncertainty": 120 }, "stopId": "0:GAIE", "stopSequence": 53 }, { "arrival": { "time": "1764074853", "uncertainty": 120 }, "departure": { "time": "1764074853", "uncertainty": 120 }, "stopId": "0:CHAH", "stopSequence": 54 }, { "arrival": { "time": "1764074910", "uncertainty": 120 }, "departure": { "time": "1764074910", "uncertainty": 120 }, "stopId": "0:CHSI", "stopSequence": 55 }, { "arrival": { "time": "1764074984", "uncertainty": 120 }, "departure": { "time": "1764074984", "uncertainty": 120 }, "stopId": "0:CGEN", "stopSequence": 56 }, { "arrival": { "time": "1764075227", "uncertainty": 120 }, "departure": { "time": "1764075227", "uncertainty": 120 }, "stopId": "0:MTCC2", "stopSequence": 57 }, { "arrival": { "time": "1764075251", "uncertainty": 120 }, "departure": { "time": "1764075251", "uncertainty": 120 }, "stopId": "0:CHMAD", "stopSequence": 58 }, { "arrival": { "time": "1764075298", "uncertainty": 120 }, "departure": { "time": "1764075298", "uncertainty": 120 }, "stopId": "0:CHSTJ", "stopSequence": 59 }, { "arrival": { "time": "1764075344", "uncertainty": 120 }, "stopId": "0:MPMO", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361856" }, "vehicle": { "id": "271", "label": "271" } } }, { "id": "3362831", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072561", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 }, { "arrival": { "time": "1764072591", "uncertainty": 120 }, "departure": { "time": "1764072591", "uncertainty": 120 }, "stopId": "0:RGARR 2", "stopSequence": 2 }, { "arrival": { "time": "1764072675", "uncertainty": 120 }, "departure": { "time": "1764072681", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 3 }, { "arrival": { "time": "1764072739", "uncertainty": 120 }, "departure": { "time": "1764072741", "uncertainty": 120 }, "stopId": "0:JPERR 2", "stopSequence": 4 }, { "arrival": { "time": "1764072817", "uncertainty": 120 }, "departure": { "time": "1764072831", "uncertainty": 120 }, "stopId": "0:POINCA 2", "stopSequence": 5 }, { "arrival": { "time": "1764072899", "uncertainty": 120 }, "departure": { "time": "1764072921", "uncertainty": 120 }, "stopId": "0:LPLAN 2", "stopSequence": 6 }, { "arrival": { "time": "1764072973", "uncertainty": 120 }, "departure": { "time": "1764072981", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 7 }, { "arrival": { "time": "1764073041", "uncertainty": 120 }, "departure": { "time": "1764073071", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 8 }, { "arrival": { "time": "1764073175", "uncertainty": 120 }, "departure": { "time": "1764073175", "uncertainty": 120 }, "stopId": "0:DBLAN 2", "stopSequence": 9 }, { "arrival": { "time": "1764073238", "uncertainty": 120 }, "departure": { "time": "1764073251", "uncertainty": 120 }, "stopId": "0:GUYN 2", "stopSequence": 10 }, { "arrival": { "time": "1764073303", "uncertainty": 120 }, "departure": { "time": "1764073311", "uncertainty": 120 }, "stopId": "0:POLY 2", "stopSequence": 11 }, { "arrival": { "time": "1764073369", "uncertainty": 120 }, "departure": { "time": "1764073369", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 12 }, { "arrival": { "time": "1764073477", "uncertainty": 120 }, "departure": { "time": "1764073491", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 13 }, { "arrival": { "time": "1764073551", "uncertainty": 120 }, "departure": { "time": "1764073551", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764073641", "uncertainty": 120 }, "departure": { "time": "1764073671", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764073761", "uncertainty": 120 }, "departure": { "time": "1764073761", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 16 }, { "arrival": { "time": "1764073851", "uncertainty": 120 }, "departure": { "time": "1764073851", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 17 }, { "arrival": { "time": "1764073926", "uncertainty": 120 }, "departure": { "time": "1764073971", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 18 }, { "arrival": { "time": "1764074080", "uncertainty": 120 }, "departure": { "time": "1764074091", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 19 }, { "arrival": { "time": "1764074153", "uncertainty": 120 }, "departure": { "time": "1764074153", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 20 }, { "arrival": { "time": "1764074227", "uncertainty": 120 }, "departure": { "time": "1764074227", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 21 }, { "arrival": { "time": "1764074303", "uncertainty": 120 }, "departure": { "time": "1764074303", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 22 }, { "arrival": { "time": "1764074341", "uncertainty": 120 }, "departure": { "time": "1764074341", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 23 }, { "arrival": { "time": "1764074386", "uncertainty": 120 }, "departure": { "time": "1764074386", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 24 }, { "arrival": { "time": "1764074450", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362831" }, "vehicle": { "id": "110", "label": "110" } } }, { "id": "3359365", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764077913", "uncertainty": 120 }, "departure": { "time": "1764077913", "uncertainty": 120 }, "stopId": "0:MANDR" }, { "departure": { "time": "1764076260", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1764076326", "uncertainty": 120 }, "departure": { "time": "1764076326", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1764076364", "uncertainty": 120 }, "departure": { "time": "1764076364", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1764076426", "uncertainty": 120 }, "departure": { "time": "1764076426", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1764076464", "uncertainty": 120 }, "departure": { "time": "1764076464", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1764076518", "uncertainty": 120 }, "departure": { "time": "1764076518", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1764076552", "uncertainty": 120 }, "departure": { "time": "1764076552", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1764076598", "uncertainty": 120 }, "departure": { "time": "1764076598", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1764076651", "uncertainty": 120 }, "departure": { "time": "1764076651", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1764076710", "uncertainty": 120 }, "departure": { "time": "1764076710", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1764076740", "uncertainty": 120 }, "departure": { "time": "1764076740", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1764076825", "uncertainty": 120 }, "departure": { "time": "1764076825", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1764076920", "uncertainty": 120 }, "departure": { "time": "1764076920", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1764076985", "uncertainty": 120 }, "departure": { "time": "1764076985", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764077100", "uncertainty": 120 }, "departure": { "time": "1764077100", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764077276", "uncertainty": 120 }, "departure": { "time": "1764077276", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1764077324", "uncertainty": 120 }, "departure": { "time": "1764077324", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1764077394", "uncertainty": 120 }, "departure": { "time": "1764077394", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1764077481", "uncertainty": 120 }, "departure": { "time": "1764077481", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1764077437", "uncertainty": 120 }, "departure": { "time": "1764077437", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1764077508", "uncertainty": 120 }, "departure": { "time": "1764077508", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1764077564", "uncertainty": 120 }, "departure": { "time": "1764077564", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1764077732", "uncertainty": 120 }, "departure": { "time": "1764077732", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1764077784", "uncertainty": 120 }, "departure": { "time": "1764077784", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1764077820", "uncertainty": 120 }, "departure": { "time": "1764077820", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1764078018", "uncertainty": 120 }, "departure": { "time": "1764078018", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1764078071", "uncertainty": 120 }, "departure": { "time": "1764078071", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1764078123", "uncertainty": 120 }, "departure": { "time": "1764078123", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1764078216", "uncertainty": 120 }, "departure": { "time": "1764078216", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1764078263", "uncertainty": 120 }, "departure": { "time": "1764078263", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1764078312", "uncertainty": 120 }, "departure": { "time": "1764078312", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1764078358", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359365" } } }, { "id": "3359364", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074240", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764074372", "uncertainty": 120 }, "departure": { "time": "1764074372", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764074404", "uncertainty": 120 }, "departure": { "time": "1764074404", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764074427", "uncertainty": 120 }, "departure": { "time": "1764074427", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764074521", "uncertainty": 120 }, "departure": { "time": "1764074521", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1764074572", "uncertainty": 120 }, "departure": { "time": "1764074572", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764074631", "uncertainty": 120 }, "departure": { "time": "1764074631", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1764074696", "uncertainty": 120 }, "departure": { "time": "1764074696", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1764074764", "uncertainty": 120 }, "departure": { "time": "1764074764", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1764074828", "uncertainty": 120 }, "departure": { "time": "1764074828", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1764074944", "uncertainty": 120 }, "departure": { "time": "1764074944", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1764075008", "uncertainty": 120 }, "departure": { "time": "1764075008", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1764075077", "uncertainty": 120 }, "departure": { "time": "1764075077", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1764075125", "uncertainty": 120 }, "departure": { "time": "1764075125", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1764075209", "uncertainty": 120 }, "departure": { "time": "1764075209", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1764075255", "uncertainty": 120 }, "departure": { "time": "1764075255", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1764075350", "uncertainty": 120 }, "departure": { "time": "1764075350", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1764075500", "uncertainty": 120 }, "departure": { "time": "1764075500", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1764075566", "uncertainty": 120 }, "departure": { "time": "1764075566", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1764075677", "uncertainty": 120 }, "departure": { "time": "1764075677", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1764075723", "uncertainty": 120 }, "departure": { "time": "1764075723", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1764075766", "uncertainty": 120 }, "departure": { "time": "1764075766", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1764075808", "uncertainty": 120 }, "departure": { "time": "1764075808", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1764075868", "uncertainty": 120 }, "departure": { "time": "1764075868", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1764075911", "uncertainty": 120 }, "departure": { "time": "1764075911", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1764075946", "uncertainty": 120 }, "departure": { "time": "1764075946", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1764076002", "uncertainty": 120 }, "departure": { "time": "1764076002", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1764076042", "uncertainty": 120 }, "departure": { "time": "1764076042", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1764076089", "uncertainty": 120 }, "departure": { "time": "1764076089", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764076144", "uncertainty": 120 }, "departure": { "time": "1764076144", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1764076203", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359364" }, "vehicle": { "id": "106", "label": "106" } } }, { "id": "3359479", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073808", "uncertainty": 120 }, "departure": { "time": "1764073808", "uncertainty": 120 }, "stopId": "0:_BZIS", "stopSequence": 2 }, { "arrival": { "time": "1764073942", "uncertainty": 120 }, "departure": { "time": "1764073942", "uncertainty": 120 }, "stopId": "0:_CAQ", "stopSequence": 3 }, { "arrival": { "time": "1764073998", "uncertainty": 120 }, "departure": { "time": "1764073998", "uncertainty": 120 }, "stopId": "0:_BAR", "stopSequence": 4 }, { "arrival": { "time": "1764074138", "uncertainty": 120 }, "departure": { "time": "1764074138", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 5 }, { "arrival": { "time": "1764074273", "uncertainty": 120 }, "departure": { "time": "1764074273", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 6 }, { "arrival": { "time": "1764074307", "uncertainty": 120 }, "departure": { "time": "1764074307", "uncertainty": 120 }, "stopId": "0:_VOL", "stopSequence": 7 }, { "arrival": { "time": "1764074419", "uncertainty": 120 }, "departure": { "time": "1764074419", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 8 }, { "arrival": { "time": "1764074543", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "65", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359479" }, "vehicle": { "id": "836", "label": "836" } } }, { "id": "3361355", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073433", "uncertainty": 120 }, "departure": { "time": "1764073433", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1764073491", "uncertainty": 120 }, "departure": { "time": "1764073491", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1764073611", "uncertainty": 120 }, "departure": { "time": "1764073611", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764073620", "uncertainty": 120 }, "departure": { "time": "1764073620", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764073685", "uncertainty": 120 }, "departure": { "time": "1764073685", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1764073731", "uncertainty": 120 }, "departure": { "time": "1764073731", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1764073781", "uncertainty": 120 }, "departure": { "time": "1764073781", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1764072480", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1764072510", "uncertainty": 120 }, "departure": { "time": "1764072510", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1764072608", "uncertainty": 120 }, "departure": { "time": "1764072608", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1764072701", "uncertainty": 120 }, "departure": { "time": "1764072701", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1764072763", "uncertainty": 120 }, "departure": { "time": "1764072763", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1764072815", "uncertainty": 120 }, "departure": { "time": "1764072815", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1764072853", "uncertainty": 120 }, "departure": { "time": "1764072864", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1764072934", "uncertainty": 120 }, "departure": { "time": "1764072934", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1764072981", "uncertainty": 120 }, "departure": { "time": "1764072984", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1764073049", "uncertainty": 120 }, "departure": { "time": "1764073049", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1764073104", "uncertainty": 120 }, "departure": { "time": "1764073104", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1764073174", "uncertainty": 120 }, "departure": { "time": "1764073174", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1764073224", "uncertainty": 120 }, "departure": { "time": "1764073224", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1764073276", "uncertainty": 120 }, "departure": { "time": "1764073276", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1764073350", "uncertainty": 120 }, "departure": { "time": "1764073350", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1764073380", "uncertainty": 120 }, "departure": { "time": "1764073380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1764073430", "uncertainty": 120 }, "departure": { "time": "1764073430", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1764073478", "uncertainty": 120 }, "departure": { "time": "1764073478", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1764073509", "uncertainty": 120 }, "departure": { "time": "1764073509", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1764073552", "uncertainty": 120 }, "departure": { "time": "1764073552", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1764073633", "uncertainty": 120 }, "departure": { "time": "1764073633", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1764073669", "uncertainty": 120 }, "departure": { "time": "1764073669", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1764073886", "uncertainty": 120 }, "departure": { "time": "1764073886", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1764073939", "uncertainty": 120 }, "departure": { "time": "1764073956", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764074002", "uncertainty": 120 }, "departure": { "time": "1764074016", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1764074107", "uncertainty": 120 }, "departure": { "time": "1764074107", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1764074143", "uncertainty": 120 }, "departure": { "time": "1764074143", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1764074196", "uncertainty": 120 }, "departure": { "time": "1764074196", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1764074226", "uncertainty": 120 }, "departure": { "time": "1764074226", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1764074287", "uncertainty": 120 }, "departure": { "time": "1764074287", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1764074421", "uncertainty": 120 }, "departure": { "time": "1764074421", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1764074510", "uncertainty": 120 }, "departure": { "time": "1764074510", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1764074642", "uncertainty": 120 }, "departure": { "time": "1764074642", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1764074717", "uncertainty": 120 }, "departure": { "time": "1764074717", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1764074787", "uncertainty": 120 }, "departure": { "time": "1764074787", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1764074857", "uncertainty": 120 }, "departure": { "time": "1764074857", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1764074917", "uncertainty": 120 }, "departure": { "time": "1764074917", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1764074976", "uncertainty": 120 }, "departure": { "time": "1764074976", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1764075020", "uncertainty": 120 }, "departure": { "time": "1764075020", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1764075056", "uncertainty": 120 }, "departure": { "time": "1764075056", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1764075131", "uncertainty": 120 }, "departure": { "time": "1764075131", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1764075204", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1764075538", "uncertainty": 120 }, "departure": { "time": "1764075180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361355" }, "vehicle": { "id": "564", "label": "564" } } }, { "id": "3361359", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764078171", "uncertainty": 120 }, "departure": { "time": "1764078171", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1764078250", "uncertainty": 120 }, "departure": { "time": "1764078250", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1764078360", "uncertainty": 120 }, "departure": { "time": "1764078360", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764078369", "uncertainty": 120 }, "departure": { "time": "1764078369", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764078459", "uncertainty": 120 }, "departure": { "time": "1764078459", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1764078560", "uncertainty": 120 }, "departure": { "time": "1764078560", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1764078654", "uncertainty": 120 }, "departure": { "time": "1764078654", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1764077280", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1764077319", "uncertainty": 120 }, "departure": { "time": "1764077319", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1764077395", "uncertainty": 120 }, "departure": { "time": "1764077395", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1764077454", "uncertainty": 120 }, "departure": { "time": "1764077454", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1764077540", "uncertainty": 120 }, "departure": { "time": "1764077540", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1764077580", "uncertainty": 120 }, "departure": { "time": "1764077580", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1764077649", "uncertainty": 120 }, "departure": { "time": "1764077649", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1764077710", "uncertainty": 120 }, "departure": { "time": "1764077710", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1764077754", "uncertainty": 120 }, "departure": { "time": "1764077754", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1764077814", "uncertainty": 120 }, "departure": { "time": "1764077814", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1764077861", "uncertainty": 120 }, "departure": { "time": "1764077861", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1764077940", "uncertainty": 120 }, "departure": { "time": "1764077940", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1764077981", "uncertainty": 120 }, "departure": { "time": "1764077981", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1764078041", "uncertainty": 120 }, "departure": { "time": "1764078041", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1764078093", "uncertainty": 120 }, "departure": { "time": "1764078093", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1764078180", "uncertainty": 120 }, "departure": { "time": "1764078180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1764078230", "uncertainty": 120 }, "departure": { "time": "1764078230", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1764078278", "uncertainty": 120 }, "departure": { "time": "1764078278", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1764078309", "uncertainty": 120 }, "departure": { "time": "1764078309", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1764078352", "uncertainty": 120 }, "departure": { "time": "1764078352", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1764078433", "uncertainty": 120 }, "departure": { "time": "1764078433", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1764078469", "uncertainty": 120 }, "departure": { "time": "1764078469", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1764078812", "uncertainty": 120 }, "departure": { "time": "1764078812", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1764078867", "uncertainty": 120 }, "departure": { "time": "1764078867", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764078921", "uncertainty": 120 }, "departure": { "time": "1764078921", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1764078996", "uncertainty": 120 }, "departure": { "time": "1764078996", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1764079054", "uncertainty": 120 }, "departure": { "time": "1764079054", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1764079116", "uncertainty": 120 }, "departure": { "time": "1764079116", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1764079180", "uncertainty": 120 }, "departure": { "time": "1764079180", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1764079247", "uncertainty": 120 }, "departure": { "time": "1764079247", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1764079404", "uncertainty": 120 }, "departure": { "time": "1764079404", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1764079501", "uncertainty": 120 }, "departure": { "time": "1764079501", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1764079653", "uncertainty": 120 }, "departure": { "time": "1764079653", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1764079741", "uncertainty": 120 }, "departure": { "time": "1764079741", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1764079829", "uncertainty": 120 }, "departure": { "time": "1764079829", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1764079860", "uncertainty": 120 }, "departure": { "time": "1764079860", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1764079922", "uncertainty": 120 }, "departure": { "time": "1764079922", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1764079971", "uncertainty": 120 }, "departure": { "time": "1764079971", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1764080053", "uncertainty": 120 }, "departure": { "time": "1764080053", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1764080102", "uncertainty": 120 }, "departure": { "time": "1764080102", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1764080168", "uncertainty": 120 }, "departure": { "time": "1764080168", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1764080241", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1764080307", "uncertainty": 120 }, "departure": { "time": "1764079980", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361359" } } }, { "id": "3361358", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764076971", "uncertainty": 120 }, "departure": { "time": "1764076971", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1764077050", "uncertainty": 120 }, "departure": { "time": "1764077050", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1764077160", "uncertainty": 120 }, "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764077169", "uncertainty": 120 }, "departure": { "time": "1764077169", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764077259", "uncertainty": 120 }, "departure": { "time": "1764077259", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1764077360", "uncertainty": 120 }, "departure": { "time": "1764077360", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1764077454", "uncertainty": 120 }, "departure": { "time": "1764077454", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1764076080", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1764076119", "uncertainty": 120 }, "departure": { "time": "1764076119", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1764076195", "uncertainty": 120 }, "departure": { "time": "1764076195", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1764076254", "uncertainty": 120 }, "departure": { "time": "1764076254", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1764076340", "uncertainty": 120 }, "departure": { "time": "1764076340", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1764076380", "uncertainty": 120 }, "departure": { "time": "1764076380", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1764076449", "uncertainty": 120 }, "departure": { "time": "1764076449", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1764076510", "uncertainty": 120 }, "departure": { "time": "1764076510", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1764076554", "uncertainty": 120 }, "departure": { "time": "1764076554", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1764076614", "uncertainty": 120 }, "departure": { "time": "1764076614", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1764076661", "uncertainty": 120 }, "departure": { "time": "1764076661", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1764076740", "uncertainty": 120 }, "departure": { "time": "1764076740", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1764076781", "uncertainty": 120 }, "departure": { "time": "1764076781", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1764076841", "uncertainty": 120 }, "departure": { "time": "1764076841", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1764076893", "uncertainty": 120 }, "departure": { "time": "1764076893", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1764076980", "uncertainty": 120 }, "departure": { "time": "1764076980", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1764077030", "uncertainty": 120 }, "departure": { "time": "1764077030", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1764077078", "uncertainty": 120 }, "departure": { "time": "1764077078", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1764077109", "uncertainty": 120 }, "departure": { "time": "1764077109", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1764077152", "uncertainty": 120 }, "departure": { "time": "1764077152", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1764077233", "uncertainty": 120 }, "departure": { "time": "1764077233", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1764077269", "uncertainty": 120 }, "departure": { "time": "1764077269", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1764077612", "uncertainty": 120 }, "departure": { "time": "1764077612", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1764077667", "uncertainty": 120 }, "departure": { "time": "1764077667", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764077721", "uncertainty": 120 }, "departure": { "time": "1764077721", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1764077796", "uncertainty": 120 }, "departure": { "time": "1764077796", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1764077854", "uncertainty": 120 }, "departure": { "time": "1764077854", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1764077916", "uncertainty": 120 }, "departure": { "time": "1764077916", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1764077980", "uncertainty": 120 }, "departure": { "time": "1764077980", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1764078047", "uncertainty": 120 }, "departure": { "time": "1764078047", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1764078207", "uncertainty": 120 }, "departure": { "time": "1764078207", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1764078304", "uncertainty": 120 }, "departure": { "time": "1764078304", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1764078456", "uncertainty": 120 }, "departure": { "time": "1764078456", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1764078544", "uncertainty": 120 }, "departure": { "time": "1764078544", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1764078632", "uncertainty": 120 }, "departure": { "time": "1764078632", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1764078676", "uncertainty": 120 }, "departure": { "time": "1764078676", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1764078764", "uncertainty": 120 }, "departure": { "time": "1764078764", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1764078806", "uncertainty": 120 }, "departure": { "time": "1764078806", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1764078888", "uncertainty": 120 }, "departure": { "time": "1764078888", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1764078944", "uncertainty": 120 }, "departure": { "time": "1764078944", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1764079010", "uncertainty": 120 }, "departure": { "time": "1764079010", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1764079083", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1764079148", "uncertainty": 120 }, "departure": { "time": "1764078780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361358" } } }, { "id": "3361357", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764075867", "uncertainty": 120 }, "departure": { "time": "1764075867", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1764075946", "uncertainty": 120 }, "departure": { "time": "1764075946", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1764076056", "uncertainty": 120 }, "departure": { "time": "1764076056", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764076065", "uncertainty": 120 }, "departure": { "time": "1764076065", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764076155", "uncertainty": 120 }, "departure": { "time": "1764076155", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1764076256", "uncertainty": 120 }, "departure": { "time": "1764076256", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1764076350", "uncertainty": 120 }, "departure": { "time": "1764076350", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1764074993", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1764075024", "uncertainty": 120 }, "departure": { "time": "1764075024", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1764075100", "uncertainty": 120 }, "departure": { "time": "1764075100", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1764075182", "uncertainty": 120 }, "departure": { "time": "1764075182", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1764075258", "uncertainty": 120 }, "departure": { "time": "1764075258", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1764075298", "uncertainty": 120 }, "departure": { "time": "1764075298", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1764075367", "uncertainty": 120 }, "departure": { "time": "1764075367", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1764075428", "uncertainty": 120 }, "departure": { "time": "1764075428", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1764075472", "uncertainty": 120 }, "departure": { "time": "1764075472", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1764075532", "uncertainty": 120 }, "departure": { "time": "1764075532", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1764075579", "uncertainty": 120 }, "departure": { "time": "1764075579", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1764075658", "uncertainty": 120 }, "departure": { "time": "1764075658", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1764075690", "uncertainty": 120 }, "departure": { "time": "1764075690", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1764075737", "uncertainty": 120 }, "departure": { "time": "1764075737", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1764075789", "uncertainty": 120 }, "departure": { "time": "1764075789", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1764075780", "uncertainty": 120 }, "departure": { "time": "1764075780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1764075830", "uncertainty": 120 }, "departure": { "time": "1764075830", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1764075878", "uncertainty": 120 }, "departure": { "time": "1764075878", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1764075909", "uncertainty": 120 }, "departure": { "time": "1764075909", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1764075952", "uncertainty": 120 }, "departure": { "time": "1764075952", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1764076033", "uncertainty": 120 }, "departure": { "time": "1764076033", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1764076069", "uncertainty": 120 }, "departure": { "time": "1764076069", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1764076508", "uncertainty": 120 }, "departure": { "time": "1764076508", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1764076564", "uncertainty": 120 }, "departure": { "time": "1764076564", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764076619", "uncertainty": 120 }, "departure": { "time": "1764076619", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1764076694", "uncertainty": 120 }, "departure": { "time": "1764076694", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1764076752", "uncertainty": 120 }, "departure": { "time": "1764076752", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1764076814", "uncertainty": 120 }, "departure": { "time": "1764076814", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1764076878", "uncertainty": 120 }, "departure": { "time": "1764076878", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1764076945", "uncertainty": 120 }, "departure": { "time": "1764076945", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1764077108", "uncertainty": 120 }, "departure": { "time": "1764077108", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1764077200", "uncertainty": 120 }, "departure": { "time": "1764077200", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1764077352", "uncertainty": 120 }, "departure": { "time": "1764077352", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1764077440", "uncertainty": 120 }, "departure": { "time": "1764077440", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1764077528", "uncertainty": 120 }, "departure": { "time": "1764077528", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1764077559", "uncertainty": 120 }, "departure": { "time": "1764077559", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1764077621", "uncertainty": 120 }, "departure": { "time": "1764077621", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1764077670", "uncertainty": 120 }, "departure": { "time": "1764077670", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1764077752", "uncertainty": 120 }, "departure": { "time": "1764077752", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1764077797", "uncertainty": 120 }, "departure": { "time": "1764077797", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1764077863", "uncertainty": 120 }, "departure": { "time": "1764077863", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1764077936", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1764077889", "uncertainty": 120 }, "departure": { "time": "1764077580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361357" } } }, { "id": "3361356", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074788", "uncertainty": 120 }, "departure": { "time": "1764074788", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1764074867", "uncertainty": 120 }, "departure": { "time": "1764074867", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1764074977", "uncertainty": 120 }, "departure": { "time": "1764074977", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764074986", "uncertainty": 120 }, "departure": { "time": "1764074986", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1764075076", "uncertainty": 120 }, "departure": { "time": "1764075076", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1764075177", "uncertainty": 120 }, "departure": { "time": "1764075177", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1764075271", "uncertainty": 120 }, "departure": { "time": "1764075271", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1764073715", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1764073745", "uncertainty": 120 }, "departure": { "time": "1764073745", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1764073939", "uncertainty": 120 }, "departure": { "time": "1764073955", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1764074040", "uncertainty": 120 }, "departure": { "time": "1764074040", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1764074115", "uncertainty": 120 }, "departure": { "time": "1764074115", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1764074177", "uncertainty": 120 }, "departure": { "time": "1764074177", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1764074236", "uncertainty": 120 }, "departure": { "time": "1764074236", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1764074305", "uncertainty": 120 }, "departure": { "time": "1764074305", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1764074352", "uncertainty": 120 }, "departure": { "time": "1764074352", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1764074416", "uncertainty": 120 }, "departure": { "time": "1764074416", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1764074470", "uncertainty": 120 }, "departure": { "time": "1764074470", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1764074541", "uncertainty": 120 }, "departure": { "time": "1764074541", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1764074588", "uncertainty": 120 }, "departure": { "time": "1764074588", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1764074639", "uncertainty": 120 }, "departure": { "time": "1764074639", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1764074710", "uncertainty": 120 }, "departure": { "time": "1764074710", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1764074580", "uncertainty": 120 }, "departure": { "time": "1764074580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1764074630", "uncertainty": 120 }, "departure": { "time": "1764074630", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1764074678", "uncertainty": 120 }, "departure": { "time": "1764074678", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1764074709", "uncertainty": 120 }, "departure": { "time": "1764074709", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1764074752", "uncertainty": 120 }, "departure": { "time": "1764074752", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1764074833", "uncertainty": 120 }, "departure": { "time": "1764074833", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1764074869", "uncertainty": 120 }, "departure": { "time": "1764074869", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1764075429", "uncertainty": 120 }, "departure": { "time": "1764075429", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1764075483", "uncertainty": 120 }, "departure": { "time": "1764075483", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764075531", "uncertainty": 120 }, "departure": { "time": "1764075531", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1764075619", "uncertainty": 120 }, "departure": { "time": "1764075619", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1764075659", "uncertainty": 120 }, "departure": { "time": "1764075659", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1764075714", "uncertainty": 120 }, "departure": { "time": "1764075714", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1764075778", "uncertainty": 120 }, "departure": { "time": "1764075778", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1764075845", "uncertainty": 120 }, "departure": { "time": "1764075845", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1764076008", "uncertainty": 120 }, "departure": { "time": "1764076008", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1764076103", "uncertainty": 120 }, "departure": { "time": "1764076103", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1764076255", "uncertainty": 120 }, "departure": { "time": "1764076255", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1764076344", "uncertainty": 120 }, "departure": { "time": "1764076344", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1764076432", "uncertainty": 120 }, "departure": { "time": "1764076432", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1764076463", "uncertainty": 120 }, "departure": { "time": "1764076463", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1764076525", "uncertainty": 120 }, "departure": { "time": "1764076525", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1764076574", "uncertainty": 120 }, "departure": { "time": "1764076574", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1764076656", "uncertainty": 120 }, "departure": { "time": "1764076656", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1764076707", "uncertainty": 120 }, "departure": { "time": "1764076707", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1764076773", "uncertainty": 120 }, "departure": { "time": "1764076773", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1764076846", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1764076703", "uncertainty": 120 }, "departure": { "time": "1764076380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361356" }, "vehicle": { "id": "183", "label": "183" } } }, { "id": "3361459", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764077224", "uncertainty": 120 }, "departure": { "time": "1764077224", "uncertainty": 120 }, "stopId": "0:JOUVE" }, { "arrival": { "time": "1764077225", "uncertainty": 120 }, "departure": { "time": "1764077225", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764077234", "uncertainty": 120 }, "departure": { "time": "1764077234", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764077294", "uncertainty": 120 }, "departure": { "time": "1764077294", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764077295", "uncertainty": 120 }, "departure": { "time": "1764077295", "uncertainty": 120 }, "stopId": "0:GPHIL" }, { "departure": { "time": "1764075720", "uncertainty": 120 }, "stopId": "0:MDM", "stopSequence": 1 }, { "arrival": { "time": "1764075783", "uncertainty": 120 }, "departure": { "time": "1764075783", "uncertainty": 120 }, "stopId": "0:NOBE", "stopSequence": 2 }, { "arrival": { "time": "1764075861", "uncertainty": 120 }, "departure": { "time": "1764075861", "uncertainty": 120 }, "stopId": "0:SMAR", "stopSequence": 3 }, { "arrival": { "time": "1764075901", "uncertainty": 120 }, "departure": { "time": "1764075901", "uncertainty": 120 }, "stopId": "0:SELL", "stopSequence": 4 }, { "arrival": { "time": "1764075974", "uncertainty": 120 }, "departure": { "time": "1764075974", "uncertainty": 120 }, "stopId": "0:SAPIN", "stopSequence": 5 }, { "arrival": { "time": "1764076080", "uncertainty": 120 }, "departure": { "time": "1764076080", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 6 }, { "arrival": { "time": "1764076231", "uncertainty": 120 }, "departure": { "time": "1764076231", "uncertainty": 120 }, "stopId": "0:CCOM7 2", "stopSequence": 7 }, { "arrival": { "time": "1764076275", "uncertainty": 120 }, "departure": { "time": "1764076275", "uncertainty": 120 }, "stopId": "0:LLON 2", "stopSequence": 8 }, { "arrival": { "time": "1764076299", "uncertainty": 120 }, "departure": { "time": "1764076299", "uncertainty": 120 }, "stopId": "0:MDLON", "stopSequence": 9 }, { "arrival": { "time": "1764076351", "uncertainty": 120 }, "departure": { "time": "1764076351", "uncertainty": 120 }, "stopId": "0:ADL 2", "stopSequence": 10 }, { "arrival": { "time": "1764076373", "uncertainty": 120 }, "departure": { "time": "1764076373", "uncertainty": 120 }, "stopId": "0:LVALE 2", "stopSequence": 11 }, { "arrival": { "time": "1764076447", "uncertainty": 120 }, "departure": { "time": "1764076447", "uncertainty": 120 }, "stopId": "0:SLC 2", "stopSequence": 12 }, { "arrival": { "time": "1764076500", "uncertainty": 120 }, "departure": { "time": "1764076500", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 13 }, { "arrival": { "time": "1764076628", "uncertainty": 120 }, "departure": { "time": "1764076628", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 14 }, { "arrival": { "time": "1764076698", "uncertainty": 120 }, "departure": { "time": "1764076698", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 15 }, { "arrival": { "time": "1764076736", "uncertainty": 120 }, "departure": { "time": "1764076736", "uncertainty": 120 }, "stopId": "0:RALP 2", "stopSequence": 16 }, { "arrival": { "time": "1764076800", "uncertainty": 120 }, "departure": { "time": "1764076800", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1764076902", "uncertainty": 120 }, "departure": { "time": "1764076902", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1764077011", "uncertainty": 120 }, "departure": { "time": "1764077011", "uncertainty": 120 }, "stopId": "0:BRUY 2", "stopSequence": 19 }, { "arrival": { "time": "1764077061", "uncertainty": 120 }, "departure": { "time": "1764077061", "uncertainty": 120 }, "stopId": "0:CHVAN2", "stopSequence": 20 }, { "arrival": { "time": "1764077100", "uncertainty": 120 }, "departure": { "time": "1764077100", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 21 }, { "arrival": { "time": "1764077156", "uncertainty": 120 }, "departure": { "time": "1764077156", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 22 }, { "arrival": { "time": "1764077240", "uncertainty": 120 }, "departure": { "time": "1764077240", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL07", "stopSequence": 23 }, { "arrival": { "time": "1764077307", "uncertainty": 120 }, "departure": { "time": "1764077307", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL", "stopSequence": 24 }, { "arrival": { "time": "1764077370", "uncertainty": 120 }, "departure": { "time": "1764077370", "uncertainty": 120 }, "stopId": "0:SEIGN", "stopSequence": 25 }, { "arrival": { "time": "1764077499", "uncertainty": 120 }, "departure": { "time": "1764077499", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 26 }, { "arrival": { "time": "1764077570", "uncertainty": 120 }, "departure": { "time": "1764077570", "uncertainty": 120 }, "stopId": "0:MAND", "stopSequence": 27 }, { "arrival": { "time": "1764077619", "uncertainty": 120 }, "departure": { "time": "1764077619", "uncertainty": 120 }, "stopId": "0:LBONN", "stopSequence": 28 }, { "arrival": { "time": "1764077700", "uncertainty": 120 }, "departure": { "time": "1764077700", "uncertainty": 120 }, "stopId": "0:MALOS", "stopSequence": 29 }, { "arrival": { "time": "1764077799", "uncertainty": 120 }, "departure": { "time": "1764077799", "uncertainty": 120 }, "stopId": "0:VERCO", "stopSequence": 30 }, { "arrival": { "time": "1764077919", "uncertainty": 120 }, "departure": { "time": "1764077919", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 31 }, { "arrival": { "time": "1764078034", "uncertainty": 120 }, "departure": { "time": "1764078034", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 32 }, { "arrival": { "time": "1764078094", "uncertainty": 120 }, "departure": { "time": "1764078094", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 33 }, { "arrival": { "time": "1764078180", "uncertainty": 120 }, "departure": { "time": "1764078180", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 34 }, { "arrival": { "time": "1764078283", "uncertainty": 120 }, "departure": { "time": "1764078283", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 35 }, { "arrival": { "time": "1764078399", "uncertainty": 120 }, "departure": { "time": "1764078399", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 36 }, { "arrival": { "time": "1764078483", "uncertainty": 120 }, "departure": { "time": "1764078483", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 37 }, { "arrival": { "time": "1764078524", "uncertainty": 120 }, "departure": { "time": "1764078524", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 38 }, { "arrival": { "time": "1764078700", "uncertainty": 120 }, "departure": { "time": "1764078700", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 39 }, { "arrival": { "time": "1764078816", "uncertainty": 120 }, "departure": { "time": "1764078816", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 40 }, { "arrival": { "time": "1764078915", "uncertainty": 120 }, "departure": { "time": "1764078915", "uncertainty": 120 }, "stopId": "0:BEAUL 2", "stopSequence": 41 }, { "arrival": { "time": "1764078998", "uncertainty": 120 }, "departure": { "time": "1764078998", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 42 }, { "arrival": { "time": "1764079042", "uncertainty": 120 }, "departure": { "time": "1764079042", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 43 }, { "arrival": { "time": "1764079091", "uncertainty": 120 }, "departure": { "time": "1764079091", "uncertainty": 120 }, "stopId": "0:TOURN", "stopSequence": 44 }, { "arrival": { "time": "1764079178", "uncertainty": 120 }, "departure": { "time": "1764079178", "uncertainty": 120 }, "stopId": "0:PROVE", "stopSequence": 45 }, { "arrival": { "time": "1764079250", "uncertainty": 120 }, "departure": { "time": "1764079250", "uncertainty": 120 }, "stopId": "0:JOUHA", "stopSequence": 46 }, { "arrival": { "time": "1764079298", "uncertainty": 120 }, "departure": { "time": "1764079298", "uncertainty": 120 }, "stopId": "0:LCOMB", "stopSequence": 47 }, { "arrival": { "time": "1764079325", "uncertainty": 120 }, "departure": { "time": "1764079325", "uncertainty": 120 }, "stopId": "0:RDS 2", "stopSequence": 48 }, { "arrival": { "time": "1764079393", "uncertainty": 120 }, "departure": { "time": "1764079393", "uncertainty": 120 }, "stopId": "0:_BELL", "stopSequence": 49 }, { "arrival": { "time": "1764079478", "uncertainty": 120 }, "departure": { "time": "1764079478", "uncertainty": 120 }, "stopId": "0:GLFR 2", "stopSequence": 50 }, { "arrival": { "time": "1764079532", "uncertainty": 120 }, "departure": { "time": "1764079532", "uncertainty": 120 }, "stopId": "0:GEIF 2", "stopSequence": 51 }, { "arrival": { "time": "1764079664", "uncertainty": 120 }, "departure": { "time": "1764079664", "uncertainty": 120 }, "stopId": "0:BEAUC 2", "stopSequence": 52 }, { "arrival": { "time": "1764079778", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361459" } } }, { "id": "3361458", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764075174", "uncertainty": 120 }, "departure": { "time": "1764075174", "uncertainty": 120 }, "stopId": "0:JOUVE" }, { "arrival": { "time": "1764075175", "uncertainty": 120 }, "departure": { "time": "1764075175", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764075184", "uncertainty": 120 }, "departure": { "time": "1764075184", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764075244", "uncertainty": 120 }, "departure": { "time": "1764075244", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764075245", "uncertainty": 120 }, "departure": { "time": "1764075245", "uncertainty": 120 }, "stopId": "0:GPHIL" }, { "departure": { "time": "1764073727", "uncertainty": 120 }, "stopId": "0:MDM", "stopSequence": 1 }, { "arrival": { "time": "1764073847", "uncertainty": 120 }, "departure": { "time": "1764073847", "uncertainty": 120 }, "stopId": "0:NOBE", "stopSequence": 2 }, { "arrival": { "time": "1764073907", "uncertainty": 120 }, "departure": { "time": "1764073907", "uncertainty": 120 }, "stopId": "0:SMAR", "stopSequence": 3 }, { "arrival": { "time": "1764073937", "uncertainty": 120 }, "departure": { "time": "1764073937", "uncertainty": 120 }, "stopId": "0:SELL", "stopSequence": 4 }, { "arrival": { "time": "1764074012", "uncertainty": 120 }, "departure": { "time": "1764074012", "uncertainty": 120 }, "stopId": "0:SAPIN", "stopSequence": 5 }, { "arrival": { "time": "1764074112", "uncertainty": 120 }, "departure": { "time": "1764074112", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 6 }, { "arrival": { "time": "1764074280", "uncertainty": 120 }, "departure": { "time": "1764074280", "uncertainty": 120 }, "stopId": "0:CCOM7 2", "stopSequence": 7 }, { "arrival": { "time": "1764074317", "uncertainty": 120 }, "departure": { "time": "1764074317", "uncertainty": 120 }, "stopId": "0:LLON 2", "stopSequence": 8 }, { "arrival": { "time": "1764074349", "uncertainty": 120 }, "departure": { "time": "1764074349", "uncertainty": 120 }, "stopId": "0:MDLON", "stopSequence": 9 }, { "arrival": { "time": "1764074392", "uncertainty": 120 }, "departure": { "time": "1764074392", "uncertainty": 120 }, "stopId": "0:ADL 2", "stopSequence": 10 }, { "arrival": { "time": "1764074414", "uncertainty": 120 }, "departure": { "time": "1764074414", "uncertainty": 120 }, "stopId": "0:LVALE 2", "stopSequence": 11 }, { "arrival": { "time": "1764074474", "uncertainty": 120 }, "departure": { "time": "1764074474", "uncertainty": 120 }, "stopId": "0:SLC 2", "stopSequence": 12 }, { "arrival": { "time": "1764074537", "uncertainty": 120 }, "departure": { "time": "1764074537", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 13 }, { "arrival": { "time": "1764074651", "uncertainty": 120 }, "departure": { "time": "1764074651", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 14 }, { "arrival": { "time": "1764074726", "uncertainty": 120 }, "departure": { "time": "1764074726", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 15 }, { "arrival": { "time": "1764074767", "uncertainty": 120 }, "departure": { "time": "1764074767", "uncertainty": 120 }, "stopId": "0:RALP 2", "stopSequence": 16 }, { "arrival": { "time": "1764074820", "uncertainty": 120 }, "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1764074885", "uncertainty": 120 }, "departure": { "time": "1764074885", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1764074991", "uncertainty": 120 }, "departure": { "time": "1764074991", "uncertainty": 120 }, "stopId": "0:BRUY 2", "stopSequence": 19 }, { "arrival": { "time": "1764075036", "uncertainty": 120 }, "departure": { "time": "1764075036", "uncertainty": 120 }, "stopId": "0:CHVAN2", "stopSequence": 20 }, { "arrival": { "time": "1764075070", "uncertainty": 120 }, "departure": { "time": "1764075070", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 21 }, { "arrival": { "time": "1764075106", "uncertainty": 120 }, "departure": { "time": "1764075106", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 22 }, { "arrival": { "time": "1764075260", "uncertainty": 120 }, "departure": { "time": "1764075260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL07", "stopSequence": 23 }, { "arrival": { "time": "1764075327", "uncertainty": 120 }, "departure": { "time": "1764075327", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL", "stopSequence": 24 }, { "arrival": { "time": "1764075320", "uncertainty": 120 }, "departure": { "time": "1764075320", "uncertainty": 120 }, "stopId": "0:SEIGN", "stopSequence": 25 }, { "arrival": { "time": "1764075447", "uncertainty": 120 }, "departure": { "time": "1764075447", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 26 }, { "arrival": { "time": "1764075561", "uncertainty": 120 }, "departure": { "time": "1764075561", "uncertainty": 120 }, "stopId": "0:MAND", "stopSequence": 27 }, { "arrival": { "time": "1764075605", "uncertainty": 120 }, "departure": { "time": "1764075605", "uncertainty": 120 }, "stopId": "0:LBONN", "stopSequence": 28 }, { "arrival": { "time": "1764075681", "uncertainty": 120 }, "departure": { "time": "1764075681", "uncertainty": 120 }, "stopId": "0:MALOS", "stopSequence": 29 }, { "arrival": { "time": "1764075785", "uncertainty": 120 }, "departure": { "time": "1764075785", "uncertainty": 120 }, "stopId": "0:VERCO", "stopSequence": 30 }, { "arrival": { "time": "1764075897", "uncertainty": 120 }, "departure": { "time": "1764075897", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 31 }, { "arrival": { "time": "1764076015", "uncertainty": 120 }, "departure": { "time": "1764076015", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 32 }, { "arrival": { "time": "1764076076", "uncertainty": 120 }, "departure": { "time": "1764076076", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 33 }, { "arrival": { "time": "1764076163", "uncertainty": 120 }, "departure": { "time": "1764076163", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 34 }, { "arrival": { "time": "1764076267", "uncertainty": 120 }, "departure": { "time": "1764076267", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 35 }, { "arrival": { "time": "1764076384", "uncertainty": 120 }, "departure": { "time": "1764076384", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 36 }, { "arrival": { "time": "1764076466", "uncertainty": 120 }, "departure": { "time": "1764076466", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 37 }, { "arrival": { "time": "1764076507", "uncertainty": 120 }, "departure": { "time": "1764076507", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 38 }, { "arrival": { "time": "1764076681", "uncertainty": 120 }, "departure": { "time": "1764076681", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 39 }, { "arrival": { "time": "1764076791", "uncertainty": 120 }, "departure": { "time": "1764076791", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 40 }, { "arrival": { "time": "1764076890", "uncertainty": 120 }, "departure": { "time": "1764076890", "uncertainty": 120 }, "stopId": "0:BEAUL 2", "stopSequence": 41 }, { "arrival": { "time": "1764076973", "uncertainty": 120 }, "departure": { "time": "1764076973", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 42 }, { "arrival": { "time": "1764077014", "uncertainty": 120 }, "departure": { "time": "1764077014", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 43 }, { "arrival": { "time": "1764077063", "uncertainty": 120 }, "departure": { "time": "1764077063", "uncertainty": 120 }, "stopId": "0:TOURN", "stopSequence": 44 }, { "arrival": { "time": "1764077150", "uncertainty": 120 }, "departure": { "time": "1764077150", "uncertainty": 120 }, "stopId": "0:PROVE", "stopSequence": 45 }, { "arrival": { "time": "1764077222", "uncertainty": 120 }, "departure": { "time": "1764077222", "uncertainty": 120 }, "stopId": "0:JOUHA", "stopSequence": 46 }, { "arrival": { "time": "1764077270", "uncertainty": 120 }, "departure": { "time": "1764077270", "uncertainty": 120 }, "stopId": "0:LCOMB", "stopSequence": 47 }, { "arrival": { "time": "1764077297", "uncertainty": 120 }, "departure": { "time": "1764077297", "uncertainty": 120 }, "stopId": "0:RDS 2", "stopSequence": 48 }, { "arrival": { "time": "1764077365", "uncertainty": 120 }, "departure": { "time": "1764077365", "uncertainty": 120 }, "stopId": "0:_BELL", "stopSequence": 49 }, { "arrival": { "time": "1764077450", "uncertainty": 120 }, "departure": { "time": "1764077450", "uncertainty": 120 }, "stopId": "0:GLFR 2", "stopSequence": 50 }, { "arrival": { "time": "1764077504", "uncertainty": 120 }, "departure": { "time": "1764077504", "uncertainty": 120 }, "stopId": "0:GEIF 2", "stopSequence": 51 }, { "arrival": { "time": "1764077636", "uncertainty": 120 }, "departure": { "time": "1764077636", "uncertainty": 120 }, "stopId": "0:BEAUC 2", "stopSequence": 52 }, { "arrival": { "time": "1764077750", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361458" }, "vehicle": { "id": "70", "label": "70" } } }, { "id": "3361457", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073442", "uncertainty": 120 }, "departure": { "time": "1764073446", "uncertainty": 120 }, "stopId": "0:JOUVE" }, { "arrival": { "time": "1764073447", "uncertainty": 120 }, "departure": { "time": "1764073447", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764073456", "uncertainty": 120 }, "departure": { "time": "1764073456", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764073517", "uncertainty": 120 }, "departure": { "time": "1764073517", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764073518", "uncertainty": 120 }, "departure": { "time": "1764073518", "uncertainty": 120 }, "stopId": "0:GPHIL" }, { "departure": { "time": "1764072031", "uncertainty": 120 }, "stopId": "0:MDM", "stopSequence": 1 }, { "arrival": { "time": "1764072129", "uncertainty": 120 }, "departure": { "time": "1764072151", "uncertainty": 120 }, "stopId": "0:NOBE", "stopSequence": 2 }, { "arrival": { "time": "1764072242", "uncertainty": 120 }, "departure": { "time": "1764072242", "uncertainty": 120 }, "stopId": "0:SMAR", "stopSequence": 3 }, { "arrival": { "time": "1764072272", "uncertainty": 120 }, "departure": { "time": "1764072272", "uncertainty": 120 }, "stopId": "0:SELL", "stopSequence": 4 }, { "arrival": { "time": "1764072314", "uncertainty": 120 }, "departure": { "time": "1764072314", "uncertainty": 120 }, "stopId": "0:SAPIN", "stopSequence": 5 }, { "arrival": { "time": "1764072393", "uncertainty": 120 }, "departure": { "time": "1764072393", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 6 }, { "arrival": { "time": "1764072533", "uncertainty": 120 }, "departure": { "time": "1764072542", "uncertainty": 120 }, "stopId": "0:CCOM7 2", "stopSequence": 7 }, { "arrival": { "time": "1764072572", "uncertainty": 120 }, "departure": { "time": "1764072572", "uncertainty": 120 }, "stopId": "0:LLON 2", "stopSequence": 8 }, { "arrival": { "time": "1764072612", "uncertainty": 120 }, "departure": { "time": "1764072612", "uncertainty": 120 }, "stopId": "0:MDLON", "stopSequence": 9 }, { "arrival": { "time": "1764072646", "uncertainty": 120 }, "departure": { "time": "1764072646", "uncertainty": 120 }, "stopId": "0:ADL 2", "stopSequence": 10 }, { "arrival": { "time": "1764072677", "uncertainty": 120 }, "departure": { "time": "1764072677", "uncertainty": 120 }, "stopId": "0:LVALE 2", "stopSequence": 11 }, { "arrival": { "time": "1764072722", "uncertainty": 120 }, "departure": { "time": "1764072722", "uncertainty": 120 }, "stopId": "0:SLC 2", "stopSequence": 12 }, { "arrival": { "time": "1764072795", "uncertainty": 120 }, "departure": { "time": "1764072812", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 13 }, { "arrival": { "time": "1764072912", "uncertainty": 120 }, "departure": { "time": "1764072912", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 14 }, { "arrival": { "time": "1764072971", "uncertainty": 120 }, "departure": { "time": "1764072971", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 15 }, { "arrival": { "time": "1764073015", "uncertainty": 120 }, "departure": { "time": "1764073015", "uncertainty": 120 }, "stopId": "0:RALP 2", "stopSequence": 16 }, { "arrival": { "time": "1764073054", "uncertainty": 120 }, "departure": { "time": "1764073054", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1764073125", "uncertainty": 120 }, "departure": { "time": "1764073146", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1764073248", "uncertainty": 120 }, "departure": { "time": "1764073248", "uncertainty": 120 }, "stopId": "0:BRUY 2", "stopSequence": 19 }, { "arrival": { "time": "1764073287", "uncertainty": 120 }, "departure": { "time": "1764073287", "uncertainty": 120 }, "stopId": "0:CHVAN2", "stopSequence": 20 }, { "arrival": { "time": "1764073315", "uncertainty": 120 }, "departure": { "time": "1764073326", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 21 }, { "arrival": { "time": "1764073363", "uncertainty": 120 }, "departure": { "time": "1764073363", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 22 }, { "arrival": { "time": "1764073340", "uncertainty": 120 }, "departure": { "time": "1764073340", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL07", "stopSequence": 23 }, { "arrival": { "time": "1764073407", "uncertainty": 120 }, "departure": { "time": "1764073407", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL", "stopSequence": 24 }, { "arrival": { "time": "1764073584", "uncertainty": 120 }, "departure": { "time": "1764073584", "uncertainty": 120 }, "stopId": "0:SEIGN", "stopSequence": 25 }, { "arrival": { "time": "1764073708", "uncertainty": 120 }, "departure": { "time": "1764073708", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 26 }, { "arrival": { "time": "1764073864", "uncertainty": 120 }, "departure": { "time": "1764073864", "uncertainty": 120 }, "stopId": "0:MAND", "stopSequence": 27 }, { "arrival": { "time": "1764073902", "uncertainty": 120 }, "departure": { "time": "1764073902", "uncertainty": 120 }, "stopId": "0:LBONN", "stopSequence": 28 }, { "arrival": { "time": "1764073973", "uncertainty": 120 }, "departure": { "time": "1764073973", "uncertainty": 120 }, "stopId": "0:MALOS", "stopSequence": 29 }, { "arrival": { "time": "1764074082", "uncertainty": 120 }, "departure": { "time": "1764074082", "uncertainty": 120 }, "stopId": "0:VERCO", "stopSequence": 30 }, { "arrival": { "time": "1764074186", "uncertainty": 120 }, "departure": { "time": "1764074233", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 31 }, { "arrival": { "time": "1764074325", "uncertainty": 120 }, "departure": { "time": "1764074325", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 32 }, { "arrival": { "time": "1764074358", "uncertainty": 120 }, "departure": { "time": "1764074358", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 33 }, { "arrival": { "time": "1764074421", "uncertainty": 120 }, "departure": { "time": "1764074421", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 34 }, { "arrival": { "time": "1764074486", "uncertainty": 120 }, "departure": { "time": "1764074486", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 35 }, { "arrival": { "time": "1764074714", "uncertainty": 120 }, "departure": { "time": "1764074714", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 36 }, { "arrival": { "time": "1764074811", "uncertainty": 120 }, "departure": { "time": "1764074811", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 37 }, { "arrival": { "time": "1764074885", "uncertainty": 120 }, "departure": { "time": "1764074885", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 38 }, { "arrival": { "time": "1764075003", "uncertainty": 120 }, "departure": { "time": "1764075003", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 39 }, { "arrival": { "time": "1764075104", "uncertainty": 120 }, "departure": { "time": "1764075104", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 40 }, { "arrival": { "time": "1764075189", "uncertainty": 120 }, "departure": { "time": "1764075189", "uncertainty": 120 }, "stopId": "0:BEAUL 2", "stopSequence": 41 }, { "arrival": { "time": "1764075270", "uncertainty": 120 }, "departure": { "time": "1764075270", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 42 }, { "arrival": { "time": "1764075292", "uncertainty": 120 }, "departure": { "time": "1764075292", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 43 }, { "arrival": { "time": "1764075337", "uncertainty": 120 }, "departure": { "time": "1764075337", "uncertainty": 120 }, "stopId": "0:TOURN", "stopSequence": 44 }, { "arrival": { "time": "1764075423", "uncertainty": 120 }, "departure": { "time": "1764075423", "uncertainty": 120 }, "stopId": "0:PROVE", "stopSequence": 45 }, { "arrival": { "time": "1764075500", "uncertainty": 120 }, "departure": { "time": "1764075500", "uncertainty": 120 }, "stopId": "0:JOUHA", "stopSequence": 46 }, { "arrival": { "time": "1764075545", "uncertainty": 120 }, "departure": { "time": "1764075545", "uncertainty": 120 }, "stopId": "0:LCOMB", "stopSequence": 47 }, { "arrival": { "time": "1764075575", "uncertainty": 120 }, "departure": { "time": "1764075575", "uncertainty": 120 }, "stopId": "0:RDS 2", "stopSequence": 48 }, { "arrival": { "time": "1764075640", "uncertainty": 120 }, "departure": { "time": "1764075640", "uncertainty": 120 }, "stopId": "0:_BELL", "stopSequence": 49 }, { "arrival": { "time": "1764075707", "uncertainty": 120 }, "departure": { "time": "1764075707", "uncertainty": 120 }, "stopId": "0:GLFR 2", "stopSequence": 50 }, { "arrival": { "time": "1764075761", "uncertainty": 120 }, "departure": { "time": "1764075761", "uncertainty": 120 }, "stopId": "0:GEIF 2", "stopSequence": 51 }, { "arrival": { "time": "1764075865", "uncertainty": 120 }, "departure": { "time": "1764075865", "uncertainty": 120 }, "stopId": "0:BEAUC 2", "stopSequence": 52 }, { "arrival": { "time": "1764075979", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361457" }, "vehicle": { "id": "77", "label": "77" } } }, { "id": "3361456", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764071777", "uncertainty": 120 }, "departure": { "time": "1764071777", "uncertainty": 120 }, "stopId": "0:JOUVE" }, { "arrival": { "time": "1764071778", "uncertainty": 120 }, "departure": { "time": "1764071778", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764071787", "uncertainty": 120 }, "departure": { "time": "1764071787", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "arrival": { "time": "1764071868", "uncertainty": 120 }, "departure": { "time": "1764071889", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764071890", "uncertainty": 120 }, "departure": { "time": "1764071890", "uncertainty": 120 }, "stopId": "0:GPHIL" }, { "departure": { "time": "1764070592", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 1 }, { "arrival": { "time": "1764070747", "uncertainty": 120 }, "departure": { "time": "1764070747", "uncertainty": 120 }, "stopId": "0:CCOM7 2", "stopSequence": 2 }, { "arrival": { "time": "1764070802", "uncertainty": 120 }, "departure": { "time": "1764070802", "uncertainty": 120 }, "stopId": "0:LLON 2", "stopSequence": 3 }, { "arrival": { "time": "1764070826", "uncertainty": 120 }, "departure": { "time": "1764070826", "uncertainty": 120 }, "stopId": "0:MDLON", "stopSequence": 4 }, { "arrival": { "time": "1764070892", "uncertainty": 120 }, "departure": { "time": "1764070892", "uncertainty": 120 }, "stopId": "0:ADL 2", "stopSequence": 5 }, { "arrival": { "time": "1764070908", "uncertainty": 120 }, "departure": { "time": "1764070908", "uncertainty": 120 }, "stopId": "0:LVALE 2", "stopSequence": 6 }, { "arrival": { "time": "1764070982", "uncertainty": 120 }, "departure": { "time": "1764070982", "uncertainty": 120 }, "stopId": "0:SLC 2", "stopSequence": 7 }, { "arrival": { "time": "1764071078", "uncertainty": 120 }, "departure": { "time": "1764071078", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 8 }, { "arrival": { "time": "1764071163", "uncertainty": 120 }, "departure": { "time": "1764071163", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 9 }, { "arrival": { "time": "1764071216", "uncertainty": 120 }, "departure": { "time": "1764071216", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 10 }, { "arrival": { "time": "1764071242", "uncertainty": 120 }, "departure": { "time": "1764071242", "uncertainty": 120 }, "stopId": "0:RALP 2", "stopSequence": 11 }, { "arrival": { "time": "1764071280", "uncertainty": 120 }, "departure": { "time": "1764071280", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 12 }, { "arrival": { "time": "1764071417", "uncertainty": 120 }, "departure": { "time": "1764071432", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 13 }, { "arrival": { "time": "1764071552", "uncertainty": 120 }, "departure": { "time": "1764071552", "uncertainty": 120 }, "stopId": "0:BRUY 2", "stopSequence": 14 }, { "arrival": { "time": "1764071607", "uncertainty": 120 }, "departure": { "time": "1764071607", "uncertainty": 120 }, "stopId": "0:CHVAN2", "stopSequence": 15 }, { "arrival": { "time": "1764071650", "uncertainty": 120 }, "departure": { "time": "1764071650", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 16 }, { "arrival": { "time": "1764071691", "uncertainty": 120 }, "departure": { "time": "1764071691", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 17 }, { "arrival": { "time": "1764071720", "uncertainty": 120 }, "departure": { "time": "1764071720", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL07", "stopSequence": 18 }, { "arrival": { "time": "1764071787", "uncertainty": 120 }, "departure": { "time": "1764071787", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL", "stopSequence": 19 }, { "arrival": { "time": "1764071964", "uncertainty": 120 }, "departure": { "time": "1764071964", "uncertainty": 120 }, "stopId": "0:SEIGN", "stopSequence": 20 }, { "arrival": { "time": "1764072079", "uncertainty": 120 }, "departure": { "time": "1764072101", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 21 }, { "arrival": { "time": "1764072251", "uncertainty": 120 }, "departure": { "time": "1764072251", "uncertainty": 120 }, "stopId": "0:MAND", "stopSequence": 22 }, { "arrival": { "time": "1764072295", "uncertainty": 120 }, "departure": { "time": "1764072295", "uncertainty": 120 }, "stopId": "0:LBONN", "stopSequence": 23 }, { "arrival": { "time": "1764072341", "uncertainty": 120 }, "departure": { "time": "1764072341", "uncertainty": 120 }, "stopId": "0:MALOS", "stopSequence": 24 }, { "arrival": { "time": "1764072401", "uncertainty": 120 }, "departure": { "time": "1764072401", "uncertainty": 120 }, "stopId": "0:VERCO", "stopSequence": 25 }, { "arrival": { "time": "1764072461", "uncertainty": 120 }, "departure": { "time": "1764072521", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 26 }, { "arrival": { "time": "1764072581", "uncertainty": 120 }, "departure": { "time": "1764072581", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 27 }, { "arrival": { "time": "1764072640", "uncertainty": 120 }, "departure": { "time": "1764072641", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 28 }, { "arrival": { "time": "1764072720", "uncertainty": 120 }, "departure": { "time": "1764072731", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 29 }, { "arrival": { "time": "1764072821", "uncertainty": 120 }, "departure": { "time": "1764072821", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 30 }, { "arrival": { "time": "1764072971", "uncertainty": 120 }, "departure": { "time": "1764073031", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 31 }, { "arrival": { "time": "1764073105", "uncertainty": 120 }, "departure": { "time": "1764073121", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 32 }, { "arrival": { "time": "1764073211", "uncertainty": 120 }, "departure": { "time": "1764073211", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 33 }, { "arrival": { "time": "1764073301", "uncertainty": 120 }, "departure": { "time": "1764073301", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 34 }, { "arrival": { "time": "1764073391", "uncertainty": 120 }, "departure": { "time": "1764073391", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 35 }, { "arrival": { "time": "1764073462", "uncertainty": 120 }, "departure": { "time": "1764073481", "uncertainty": 120 }, "stopId": "0:BEAUL 2", "stopSequence": 36 }, { "arrival": { "time": "1764073560", "uncertainty": 120 }, "departure": { "time": "1764073560", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 37 }, { "arrival": { "time": "1764073577", "uncertainty": 120 }, "departure": { "time": "1764073577", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 38 }, { "arrival": { "time": "1764073618", "uncertainty": 120 }, "departure": { "time": "1764073618", "uncertainty": 120 }, "stopId": "0:TOURN", "stopSequence": 39 }, { "arrival": { "time": "1764073703", "uncertainty": 120 }, "departure": { "time": "1764073751", "uncertainty": 120 }, "stopId": "0:PROVE", "stopSequence": 40 }, { "arrival": { "time": "1764073831", "uncertainty": 120 }, "departure": { "time": "1764073841", "uncertainty": 120 }, "stopId": "0:JOUHA", "stopSequence": 41 }, { "arrival": { "time": "1764073884", "uncertainty": 120 }, "departure": { "time": "1764073884", "uncertainty": 120 }, "stopId": "0:LCOMB", "stopSequence": 42 }, { "arrival": { "time": "1764073915", "uncertainty": 120 }, "departure": { "time": "1764073915", "uncertainty": 120 }, "stopId": "0:RDS 2", "stopSequence": 43 }, { "arrival": { "time": "1764073979", "uncertainty": 120 }, "departure": { "time": "1764073979", "uncertainty": 120 }, "stopId": "0:_BELL", "stopSequence": 44 }, { "arrival": { "time": "1764074037", "uncertainty": 120 }, "departure": { "time": "1764074037", "uncertainty": 120 }, "stopId": "0:GLFR 2", "stopSequence": 45 }, { "arrival": { "time": "1764074116", "uncertainty": 120 }, "departure": { "time": "1764074116", "uncertainty": 120 }, "stopId": "0:GEIF 2", "stopSequence": 46 }, { "arrival": { "time": "1764074206", "uncertainty": 120 }, "departure": { "time": "1764074206", "uncertainty": 120 }, "stopId": "0:BEAUC 2", "stopSequence": 47 }, { "arrival": { "time": "1764074297", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361456" }, "vehicle": { "id": "503", "label": "503" } } }, { "id": "3359584", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074011", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 1 }, { "arrival": { "time": "1764074090", "uncertainty": 120 }, "departure": { "time": "1764074090", "uncertainty": 120 }, "stopId": "0:_LRS", "stopSequence": 2 }, { "arrival": { "time": "1764074131", "uncertainty": 120 }, "departure": { "time": "1764074131", "uncertainty": 120 }, "stopId": "0:_ZIL 2", "stopSequence": 3 }, { "arrival": { "time": "1764074230", "uncertainty": 120 }, "departure": { "time": "1764074230", "uncertainty": 120 }, "stopId": "0:_SCH", "stopSequence": 4 }, { "arrival": { "time": "1764074283", "uncertainty": 120 }, "departure": { "time": "1764074283", "uncertainty": 120 }, "stopId": "0:_DAR", "stopSequence": 5 }, { "arrival": { "time": "1764074332", "uncertainty": 120 }, "departure": { "time": "1764074332", "uncertainty": 120 }, "stopId": "0:_PIC", "stopSequence": 6 }, { "arrival": { "time": "1764074402", "uncertainty": 120 }, "departure": { "time": "1764074402", "uncertainty": 120 }, "stopId": "0:_COA", "stopSequence": 7 }, { "arrival": { "time": "1764074553", "uncertainty": 120 }, "departure": { "time": "1764074553", "uncertainty": 120 }, "stopId": "0:_ACH 2", "stopSequence": 8 }, { "arrival": { "time": "1764074609", "uncertainty": 120 }, "departure": { "time": "1764074609", "uncertainty": 120 }, "stopId": "0:_MSE 2", "stopSequence": 9 }, { "arrival": { "time": "1764074688", "uncertainty": 120 }, "departure": { "time": "1764074688", "uncertainty": 120 }, "stopId": "0:_VED 2", "stopSequence": 10 }, { "arrival": { "time": "1764074727", "uncertainty": 120 }, "departure": { "time": "1764074727", "uncertainty": 120 }, "stopId": "0:_BOU 2", "stopSequence": 11 }, { "arrival": { "time": "1764074773", "uncertainty": 120 }, "departure": { "time": "1764074773", "uncertainty": 120 }, "stopId": "0:_GLA 2", "stopSequence": 12 }, { "arrival": { "time": "1764074806", "uncertainty": 120 }, "departure": { "time": "1764074806", "uncertainty": 120 }, "stopId": "0:_JMO 2", "stopSequence": 13 }, { "arrival": { "time": "1764074844", "uncertainty": 120 }, "departure": { "time": "1764074844", "uncertainty": 120 }, "stopId": "0:_MGI 2", "stopSequence": 14 }, { "arrival": { "time": "1764074876", "uncertainty": 120 }, "departure": { "time": "1764074876", "uncertainty": 120 }, "stopId": "0:_EJO 2", "stopSequence": 15 }, { "arrival": { "time": "1764074911", "uncertainty": 120 }, "departure": { "time": "1764074911", "uncertainty": 120 }, "stopId": "0:_LVS 2", "stopSequence": 16 }, { "arrival": { "time": "1764074967", "uncertainty": 120 }, "stopId": "0:_COM 2", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "641", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359584" }, "vehicle": { "id": "860", "label": "860" } } }, { "id": "3359665", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764072901", "uncertainty": 120 }, "departure": { "time": "1764072901", "uncertainty": 120 }, "stopId": "0:MALVE 2", "stopSequence": 2 }, { "arrival": { "time": "1764073014", "uncertainty": 120 }, "departure": { "time": "1764073014", "uncertainty": 120 }, "stopId": "0:MALBA 2", "stopSequence": 3 }, { "arrival": { "time": "1764073082", "uncertainty": 120 }, "departure": { "time": "1764073082", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 4 }, { "arrival": { "time": "1764073151", "uncertainty": 120 }, "departure": { "time": "1764073151", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 5 }, { "arrival": { "time": "1764073205", "uncertainty": 120 }, "departure": { "time": "1764073224", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 6 }, { "arrival": { "time": "1764073350", "uncertainty": 120 }, "departure": { "time": "1764073374", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 7 }, { "arrival": { "time": "1764073544", "uncertainty": 120 }, "departure": { "time": "1764073544", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 8 }, { "arrival": { "time": "1764073621", "uncertainty": 120 }, "departure": { "time": "1764073621", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 9 }, { "arrival": { "time": "1764073734", "uncertainty": 120 }, "departure": { "time": "1764073734", "uncertainty": 120 }, "stopId": "0:ABEL 2", "stopSequence": 10 }, { "arrival": { "time": "1764073753", "uncertainty": 120 }, "departure": { "time": "1764073753", "uncertainty": 120 }, "stopId": "0:LPLAI 2", "stopSequence": 11 }, { "arrival": { "time": "1764073824", "uncertainty": 120 }, "departure": { "time": "1764073824", "uncertainty": 120 }, "stopId": "0:LPRAT", "stopSequence": 12 }, { "arrival": { "time": "1764073929", "uncertainty": 120 }, "departure": { "time": "1764073944", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 13 }, { "arrival": { "time": "1764073988", "uncertainty": 120 }, "departure": { "time": "1764074004", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 14 }, { "arrival": { "time": "1764074155", "uncertainty": 120 }, "departure": { "time": "1764074155", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 15 }, { "arrival": { "time": "1764074361", "uncertainty": 120 }, "departure": { "time": "1764074361", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 16 }, { "arrival": { "time": "1764074721", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "151", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359665" }, "vehicle": { "id": "47", "label": "47" } } }, { "id": "3359829", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073020", "uncertainty": 120 }, "stopId": "0:_CSJV 3", "stopSequence": 1 }, { "arrival": { "time": "1764073147", "uncertainty": 120 }, "departure": { "time": "1764073147", "uncertainty": 120 }, "stopId": "0:_CCI", "stopSequence": 2 }, { "arrival": { "time": "1764073263", "uncertainty": 120 }, "departure": { "time": "1764073347", "uncertainty": 120 }, "stopId": "0:_TRIO", "stopSequence": 3 }, { "arrival": { "time": "1764073683", "uncertainty": 120 }, "departure": { "time": "1764073683", "uncertainty": 120 }, "stopId": "0:_GENI", "stopSequence": 4 }, { "arrival": { "time": "1764073737", "uncertainty": 120 }, "departure": { "time": "1764073737", "uncertainty": 120 }, "stopId": "0:_GMDR", "stopSequence": 5 }, { "arrival": { "time": "1764074019", "uncertainty": 120 }, "departure": { "time": "1764074036", "uncertainty": 120 }, "stopId": "0:_COM", "stopSequence": 6 }, { "arrival": { "time": "1764074082", "uncertainty": 120 }, "departure": { "time": "1764074096", "uncertainty": 120 }, "stopId": "0:_LVS", "stopSequence": 7 }, { "arrival": { "time": "1764074161", "uncertainty": 120 }, "departure": { "time": "1764074161", "uncertainty": 120 }, "stopId": "0:_ETO", "stopSequence": 8 }, { "arrival": { "time": "1764074203", "uncertainty": 120 }, "departure": { "time": "1764074203", "uncertainty": 120 }, "stopId": "0:_ACH", "stopSequence": 9 }, { "arrival": { "time": "1764074250", "uncertainty": 120 }, "departure": { "time": "1764074250", "uncertainty": 120 }, "stopId": "0:_LAC", "stopSequence": 10 }, { "arrival": { "time": "1764074362", "uncertainty": 120 }, "stopId": "0:_GMU Q", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "70", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359829" }, "vehicle": { "id": "3193", "label": "3193" } } }, { "id": "3361483", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073195", "uncertainty": 120 }, "departure": { "time": "1764073208", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764073292", "uncertainty": 120 }, "departure": { "time": "1764073292", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "departure": { "time": "1764071013", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 }, { "arrival": { "time": "1764071085", "uncertainty": 120 }, "departure": { "time": "1764071085", "uncertainty": 120 }, "stopId": "0:BEAUC", "stopSequence": 2 }, { "arrival": { "time": "1764071175", "uncertainty": 120 }, "departure": { "time": "1764071175", "uncertainty": 120 }, "stopId": "0:GEIF", "stopSequence": 3 }, { "arrival": { "time": "1764071251", "uncertainty": 120 }, "departure": { "time": "1764071251", "uncertainty": 120 }, "stopId": "0:GLFR", "stopSequence": 4 }, { "arrival": { "time": "1764071327", "uncertainty": 120 }, "departure": { "time": "1764071327", "uncertainty": 120 }, "stopId": "0:_BELL 2", "stopSequence": 5 }, { "arrival": { "time": "1764071375", "uncertainty": 120 }, "departure": { "time": "1764071375", "uncertainty": 120 }, "stopId": "0:RDS", "stopSequence": 6 }, { "arrival": { "time": "1764071400", "uncertainty": 120 }, "departure": { "time": "1764071431", "uncertainty": 120 }, "stopId": "0:LCOMB 2", "stopSequence": 7 }, { "arrival": { "time": "1764071511", "uncertainty": 120 }, "departure": { "time": "1764071511", "uncertainty": 120 }, "stopId": "0:JOUHA 2", "stopSequence": 8 }, { "arrival": { "time": "1764071562", "uncertainty": 120 }, "departure": { "time": "1764071562", "uncertainty": 120 }, "stopId": "0:PROVE 2", "stopSequence": 9 }, { "arrival": { "time": "1764071581", "uncertainty": 120 }, "departure": { "time": "1764071581", "uncertainty": 120 }, "stopId": "0:TOURN 2", "stopSequence": 10 }, { "arrival": { "time": "1764071690", "uncertainty": 120 }, "departure": { "time": "1764071690", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 11 }, { "arrival": { "time": "1764071703", "uncertainty": 120 }, "departure": { "time": "1764071703", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 12 }, { "arrival": { "time": "1764071778", "uncertainty": 120 }, "departure": { "time": "1764071778", "uncertainty": 120 }, "stopId": "0:BEAUL", "stopSequence": 13 }, { "arrival": { "time": "1764071836", "uncertainty": 120 }, "departure": { "time": "1764071836", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 14 }, { "arrival": { "time": "1764071934", "uncertainty": 120 }, "departure": { "time": "1764071934", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 15 }, { "arrival": { "time": "1764072054", "uncertainty": 120 }, "departure": { "time": "1764072061", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 16 }, { "arrival": { "time": "1764072140", "uncertainty": 120 }, "departure": { "time": "1764072151", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 17 }, { "arrival": { "time": "1764072235", "uncertainty": 120 }, "departure": { "time": "1764072271", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 18 }, { "arrival": { "time": "1764072381", "uncertainty": 120 }, "departure": { "time": "1764072391", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 19 }, { "arrival": { "time": "1764072504", "uncertainty": 120 }, "departure": { "time": "1764072511", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 20 }, { "arrival": { "time": "1764072554", "uncertainty": 120 }, "departure": { "time": "1764072554", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 21 }, { "arrival": { "time": "1764072601", "uncertainty": 120 }, "departure": { "time": "1764072660", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 22 }, { "arrival": { "time": "1764072751", "uncertainty": 120 }, "departure": { "time": "1764072751", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 23 }, { "arrival": { "time": "1764072813", "uncertainty": 120 }, "departure": { "time": "1764072813", "uncertainty": 120 }, "stopId": "0:MALOS 2", "stopSequence": 24 }, { "arrival": { "time": "1764072872", "uncertainty": 120 }, "departure": { "time": "1764072872", "uncertainty": 120 }, "stopId": "0:LBONN 2", "stopSequence": 25 }, { "arrival": { "time": "1764072909", "uncertainty": 120 }, "departure": { "time": "1764072909", "uncertainty": 120 }, "stopId": "0:MAND 2", "stopSequence": 26 }, { "arrival": { "time": "1764073021", "uncertainty": 120 }, "departure": { "time": "1764073021", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 27 }, { "arrival": { "time": "1764073127", "uncertainty": 120 }, "departure": { "time": "1764073127", "uncertainty": 120 }, "stopId": "0:SEIGN 2", "stopSequence": 28 }, { "arrival": { "time": "1764073250", "uncertainty": 120 }, "departure": { "time": "1764073250", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL 2", "stopSequence": 29 }, { "arrival": { "time": "1764073319", "uncertainty": 120 }, "departure": { "time": "1764073319", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 30 }, { "arrival": { "time": "1764073365", "uncertainty": 120 }, "departure": { "time": "1764073365", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 31 }, { "arrival": { "time": "1764073467", "uncertainty": 120 }, "departure": { "time": "1764073467", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 32 }, { "arrival": { "time": "1764073510", "uncertainty": 120 }, "departure": { "time": "1764073510", "uncertainty": 120 }, "stopId": "0:CHVAN", "stopSequence": 33 }, { "arrival": { "time": "1764073543", "uncertainty": 120 }, "departure": { "time": "1764073543", "uncertainty": 120 }, "stopId": "0:BRUY", "stopSequence": 34 }, { "arrival": { "time": "1764073678", "uncertainty": 120 }, "departure": { "time": "1764073695", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 35 }, { "arrival": { "time": "1764073755", "uncertainty": 120 }, "departure": { "time": "1764073785", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 36 }, { "arrival": { "time": "1764073845", "uncertainty": 120 }, "departure": { "time": "1764073845", "uncertainty": 120 }, "stopId": "0:RALP", "stopSequence": 37 }, { "arrival": { "time": "1764073875", "uncertainty": 120 }, "departure": { "time": "1764073875", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 38 }, { "arrival": { "time": "1764073915", "uncertainty": 120 }, "departure": { "time": "1764073915", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 39 }, { "arrival": { "time": "1764074070", "uncertainty": 120 }, "departure": { "time": "1764074070", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 40 }, { "arrival": { "time": "1764074166", "uncertainty": 120 }, "departure": { "time": "1764074166", "uncertainty": 120 }, "stopId": "0:SJC", "stopSequence": 41 }, { "arrival": { "time": "1764074205", "uncertainty": 120 }, "departure": { "time": "1764074205", "uncertainty": 120 }, "stopId": "0:LVALE", "stopSequence": 42 }, { "arrival": { "time": "1764074213", "uncertainty": 120 }, "departure": { "time": "1764074213", "uncertainty": 120 }, "stopId": "0:ADL", "stopSequence": 43 }, { "arrival": { "time": "1764074263", "uncertainty": 120 }, "departure": { "time": "1764074263", "uncertainty": 120 }, "stopId": "0:MDLON 2", "stopSequence": 44 }, { "arrival": { "time": "1764074286", "uncertainty": 120 }, "departure": { "time": "1764074286", "uncertainty": 120 }, "stopId": "0:LLON", "stopSequence": 45 }, { "arrival": { "time": "1764074330", "uncertainty": 120 }, "departure": { "time": "1764074330", "uncertainty": 120 }, "stopId": "0:CCOM7", "stopSequence": 46 }, { "arrival": { "time": "1764074407", "uncertainty": 120 }, "departure": { "time": "1764074407", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 47 }, { "arrival": { "time": "1764074574", "uncertainty": 120 }, "departure": { "time": "1764074574", "uncertainty": 120 }, "stopId": "0:SAPIN 2", "stopSequence": 48 }, { "arrival": { "time": "1764074622", "uncertainty": 120 }, "departure": { "time": "1764074622", "uncertainty": 120 }, "stopId": "0:SELL 2", "stopSequence": 49 }, { "arrival": { "time": "1764074660", "uncertainty": 120 }, "departure": { "time": "1764074660", "uncertainty": 120 }, "stopId": "0:SMAR 2", "stopSequence": 50 }, { "arrival": { "time": "1764074721", "uncertainty": 120 }, "departure": { "time": "1764074721", "uncertainty": 120 }, "stopId": "0:NOBE 2", "stopSequence": 51 }, { "arrival": { "time": "1764074767", "uncertainty": 120 }, "stopId": "0:MDM 2", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361483" }, "vehicle": { "id": "526", "label": "526" } } }, { "id": "3361486", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764078763", "uncertainty": 120 }, "departure": { "time": "1764078763", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764078832", "uncertainty": 120 }, "departure": { "time": "1764078832", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "departure": { "time": "1764076500", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 }, { "arrival": { "time": "1764076576", "uncertainty": 120 }, "departure": { "time": "1764076576", "uncertainty": 120 }, "stopId": "0:BEAUC", "stopSequence": 2 }, { "arrival": { "time": "1764076687", "uncertainty": 120 }, "departure": { "time": "1764076687", "uncertainty": 120 }, "stopId": "0:GEIF", "stopSequence": 3 }, { "arrival": { "time": "1764076740", "uncertainty": 120 }, "departure": { "time": "1764076740", "uncertainty": 120 }, "stopId": "0:GLFR", "stopSequence": 4 }, { "arrival": { "time": "1764076826", "uncertainty": 120 }, "departure": { "time": "1764076826", "uncertainty": 120 }, "stopId": "0:_BELL 2", "stopSequence": 5 }, { "arrival": { "time": "1764076895", "uncertainty": 120 }, "departure": { "time": "1764076895", "uncertainty": 120 }, "stopId": "0:RDS", "stopSequence": 6 }, { "arrival": { "time": "1764076920", "uncertainty": 120 }, "departure": { "time": "1764076920", "uncertainty": 120 }, "stopId": "0:LCOMB 2", "stopSequence": 7 }, { "arrival": { "time": "1764076977", "uncertainty": 120 }, "departure": { "time": "1764076977", "uncertainty": 120 }, "stopId": "0:JOUHA 2", "stopSequence": 8 }, { "arrival": { "time": "1764077040", "uncertainty": 120 }, "departure": { "time": "1764077040", "uncertainty": 120 }, "stopId": "0:PROVE 2", "stopSequence": 9 }, { "arrival": { "time": "1764077075", "uncertainty": 120 }, "departure": { "time": "1764077075", "uncertainty": 120 }, "stopId": "0:TOURN 2", "stopSequence": 10 }, { "arrival": { "time": "1764077188", "uncertainty": 120 }, "departure": { "time": "1764077188", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 11 }, { "arrival": { "time": "1764077220", "uncertainty": 120 }, "departure": { "time": "1764077220", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 12 }, { "arrival": { "time": "1764077279", "uncertainty": 120 }, "departure": { "time": "1764077279", "uncertainty": 120 }, "stopId": "0:BEAUL", "stopSequence": 13 }, { "arrival": { "time": "1764077368", "uncertainty": 120 }, "departure": { "time": "1764077368", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 14 }, { "arrival": { "time": "1764077460", "uncertainty": 120 }, "departure": { "time": "1764077460", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 15 }, { "arrival": { "time": "1764077642", "uncertainty": 120 }, "departure": { "time": "1764077642", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 16 }, { "arrival": { "time": "1764077693", "uncertainty": 120 }, "departure": { "time": "1764077693", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 17 }, { "arrival": { "time": "1764077760", "uncertainty": 120 }, "departure": { "time": "1764077760", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 18 }, { "arrival": { "time": "1764077887", "uncertainty": 120 }, "departure": { "time": "1764077887", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 19 }, { "arrival": { "time": "1764078007", "uncertainty": 120 }, "departure": { "time": "1764078007", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 20 }, { "arrival": { "time": "1764078071", "uncertainty": 120 }, "departure": { "time": "1764078071", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 21 }, { "arrival": { "time": "1764078180", "uncertainty": 120 }, "departure": { "time": "1764078180", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 22 }, { "arrival": { "time": "1764078300", "uncertainty": 120 }, "departure": { "time": "1764078300", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 23 }, { "arrival": { "time": "1764078380", "uncertainty": 120 }, "departure": { "time": "1764078380", "uncertainty": 120 }, "stopId": "0:MALOS 2", "stopSequence": 24 }, { "arrival": { "time": "1764078458", "uncertainty": 120 }, "departure": { "time": "1764078458", "uncertainty": 120 }, "stopId": "0:LBONN 2", "stopSequence": 25 }, { "arrival": { "time": "1764078509", "uncertainty": 120 }, "departure": { "time": "1764078509", "uncertainty": 120 }, "stopId": "0:MAND 2", "stopSequence": 26 }, { "arrival": { "time": "1764078600", "uncertainty": 120 }, "departure": { "time": "1764078600", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 27 }, { "arrival": { "time": "1764078700", "uncertainty": 120 }, "departure": { "time": "1764078700", "uncertainty": 120 }, "stopId": "0:SEIGN 2", "stopSequence": 28 }, { "arrival": { "time": "1764078770", "uncertainty": 120 }, "departure": { "time": "1764078770", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL 2", "stopSequence": 29 }, { "arrival": { "time": "1764078839", "uncertainty": 120 }, "departure": { "time": "1764078839", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 30 }, { "arrival": { "time": "1764078894", "uncertainty": 120 }, "departure": { "time": "1764078894", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 31 }, { "arrival": { "time": "1764078955", "uncertainty": 120 }, "departure": { "time": "1764078955", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 32 }, { "arrival": { "time": "1764079001", "uncertainty": 120 }, "departure": { "time": "1764079001", "uncertainty": 120 }, "stopId": "0:CHVAN", "stopSequence": 33 }, { "arrival": { "time": "1764079058", "uncertainty": 120 }, "departure": { "time": "1764079058", "uncertainty": 120 }, "stopId": "0:BRUY", "stopSequence": 34 }, { "arrival": { "time": "1764079207", "uncertainty": 120 }, "departure": { "time": "1764079207", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 35 }, { "arrival": { "time": "1764079315", "uncertainty": 120 }, "departure": { "time": "1764079315", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 36 }, { "arrival": { "time": "1764079383", "uncertainty": 120 }, "departure": { "time": "1764079383", "uncertainty": 120 }, "stopId": "0:RALP", "stopSequence": 37 }, { "arrival": { "time": "1764079419", "uncertainty": 120 }, "departure": { "time": "1764079419", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 38 }, { "arrival": { "time": "1764079490", "uncertainty": 120 }, "departure": { "time": "1764079490", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 39 }, { "arrival": { "time": "1764079614", "uncertainty": 120 }, "departure": { "time": "1764079614", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 40 }, { "arrival": { "time": "1764079680", "uncertainty": 120 }, "departure": { "time": "1764079680", "uncertainty": 120 }, "stopId": "0:SJC", "stopSequence": 41 }, { "arrival": { "time": "1764079742", "uncertainty": 120 }, "departure": { "time": "1764079742", "uncertainty": 120 }, "stopId": "0:LVALE", "stopSequence": 42 }, { "arrival": { "time": "1764079764", "uncertainty": 120 }, "departure": { "time": "1764079764", "uncertainty": 120 }, "stopId": "0:ADL", "stopSequence": 43 }, { "arrival": { "time": "1764079830", "uncertainty": 120 }, "departure": { "time": "1764079830", "uncertainty": 120 }, "stopId": "0:MDLON 2", "stopSequence": 44 }, { "arrival": { "time": "1764079853", "uncertainty": 120 }, "departure": { "time": "1764079853", "uncertainty": 120 }, "stopId": "0:LLON", "stopSequence": 45 }, { "arrival": { "time": "1764079898", "uncertainty": 120 }, "departure": { "time": "1764079898", "uncertainty": 120 }, "stopId": "0:CCOM7", "stopSequence": 46 }, { "arrival": { "time": "1764079974", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 47 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361486" } } }, { "id": "3361485", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764077482", "uncertainty": 120 }, "departure": { "time": "1764077482", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764077551", "uncertainty": 120 }, "departure": { "time": "1764077551", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "departure": { "time": "1764075119", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 }, { "arrival": { "time": "1764075195", "uncertainty": 120 }, "departure": { "time": "1764075195", "uncertainty": 120 }, "stopId": "0:BEAUC", "stopSequence": 2 }, { "arrival": { "time": "1764075306", "uncertainty": 120 }, "departure": { "time": "1764075306", "uncertainty": 120 }, "stopId": "0:GEIF", "stopSequence": 3 }, { "arrival": { "time": "1764075359", "uncertainty": 120 }, "departure": { "time": "1764075359", "uncertainty": 120 }, "stopId": "0:GLFR", "stopSequence": 4 }, { "arrival": { "time": "1764075445", "uncertainty": 120 }, "departure": { "time": "1764075445", "uncertainty": 120 }, "stopId": "0:_BELL 2", "stopSequence": 5 }, { "arrival": { "time": "1764075514", "uncertainty": 120 }, "departure": { "time": "1764075514", "uncertainty": 120 }, "stopId": "0:RDS", "stopSequence": 6 }, { "arrival": { "time": "1764075539", "uncertainty": 120 }, "departure": { "time": "1764075539", "uncertainty": 120 }, "stopId": "0:LCOMB 2", "stopSequence": 7 }, { "arrival": { "time": "1764075596", "uncertainty": 120 }, "departure": { "time": "1764075596", "uncertainty": 120 }, "stopId": "0:JOUHA 2", "stopSequence": 8 }, { "arrival": { "time": "1764075659", "uncertainty": 120 }, "departure": { "time": "1764075659", "uncertainty": 120 }, "stopId": "0:PROVE 2", "stopSequence": 9 }, { "arrival": { "time": "1764075694", "uncertainty": 120 }, "departure": { "time": "1764075694", "uncertainty": 120 }, "stopId": "0:TOURN 2", "stopSequence": 10 }, { "arrival": { "time": "1764075807", "uncertainty": 120 }, "departure": { "time": "1764075807", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 11 }, { "arrival": { "time": "1764075838", "uncertainty": 120 }, "departure": { "time": "1764075838", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 12 }, { "arrival": { "time": "1764075897", "uncertainty": 120 }, "departure": { "time": "1764075897", "uncertainty": 120 }, "stopId": "0:BEAUL", "stopSequence": 13 }, { "arrival": { "time": "1764075986", "uncertainty": 120 }, "departure": { "time": "1764075986", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 14 }, { "arrival": { "time": "1764076073", "uncertainty": 120 }, "departure": { "time": "1764076073", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 15 }, { "arrival": { "time": "1764076263", "uncertainty": 120 }, "departure": { "time": "1764076263", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 16 }, { "arrival": { "time": "1764076317", "uncertainty": 120 }, "departure": { "time": "1764076317", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 17 }, { "arrival": { "time": "1764076387", "uncertainty": 120 }, "departure": { "time": "1764076387", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 18 }, { "arrival": { "time": "1764076551", "uncertainty": 120 }, "departure": { "time": "1764076551", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 19 }, { "arrival": { "time": "1764076707", "uncertainty": 120 }, "departure": { "time": "1764076707", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 20 }, { "arrival": { "time": "1764076790", "uncertainty": 120 }, "departure": { "time": "1764076790", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 21 }, { "arrival": { "time": "1764076899", "uncertainty": 120 }, "departure": { "time": "1764076899", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 22 }, { "arrival": { "time": "1764077019", "uncertainty": 120 }, "departure": { "time": "1764077019", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 23 }, { "arrival": { "time": "1764077099", "uncertainty": 120 }, "departure": { "time": "1764077099", "uncertainty": 120 }, "stopId": "0:MALOS 2", "stopSequence": 24 }, { "arrival": { "time": "1764077177", "uncertainty": 120 }, "departure": { "time": "1764077177", "uncertainty": 120 }, "stopId": "0:LBONN 2", "stopSequence": 25 }, { "arrival": { "time": "1764077228", "uncertainty": 120 }, "departure": { "time": "1764077228", "uncertainty": 120 }, "stopId": "0:MAND 2", "stopSequence": 26 }, { "arrival": { "time": "1764077319", "uncertainty": 120 }, "departure": { "time": "1764077319", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 27 }, { "arrival": { "time": "1764077419", "uncertainty": 120 }, "departure": { "time": "1764077419", "uncertainty": 120 }, "stopId": "0:SEIGN 2", "stopSequence": 28 }, { "arrival": { "time": "1764076670", "uncertainty": 120 }, "departure": { "time": "1764076670", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL 2", "stopSequence": 29 }, { "arrival": { "time": "1764076739", "uncertainty": 120 }, "departure": { "time": "1764076739", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 30 }, { "arrival": { "time": "1764077613", "uncertainty": 120 }, "departure": { "time": "1764077613", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 31 }, { "arrival": { "time": "1764077662", "uncertainty": 120 }, "departure": { "time": "1764077662", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 32 }, { "arrival": { "time": "1764077708", "uncertainty": 120 }, "departure": { "time": "1764077708", "uncertainty": 120 }, "stopId": "0:CHVAN", "stopSequence": 33 }, { "arrival": { "time": "1764077765", "uncertainty": 120 }, "departure": { "time": "1764077765", "uncertainty": 120 }, "stopId": "0:BRUY", "stopSequence": 34 }, { "arrival": { "time": "1764077914", "uncertainty": 120 }, "departure": { "time": "1764077914", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 35 }, { "arrival": { "time": "1764077974", "uncertainty": 120 }, "departure": { "time": "1764077974", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 36 }, { "arrival": { "time": "1764078042", "uncertainty": 120 }, "departure": { "time": "1764078042", "uncertainty": 120 }, "stopId": "0:RALP", "stopSequence": 37 }, { "arrival": { "time": "1764078078", "uncertainty": 120 }, "departure": { "time": "1764078078", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 38 }, { "arrival": { "time": "1764078145", "uncertainty": 120 }, "departure": { "time": "1764078145", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 39 }, { "arrival": { "time": "1764078269", "uncertainty": 120 }, "departure": { "time": "1764078269", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 40 }, { "arrival": { "time": "1764078335", "uncertainty": 120 }, "departure": { "time": "1764078335", "uncertainty": 120 }, "stopId": "0:SJC", "stopSequence": 41 }, { "arrival": { "time": "1764078397", "uncertainty": 120 }, "departure": { "time": "1764078397", "uncertainty": 120 }, "stopId": "0:LVALE", "stopSequence": 42 }, { "arrival": { "time": "1764078419", "uncertainty": 120 }, "departure": { "time": "1764078419", "uncertainty": 120 }, "stopId": "0:ADL", "stopSequence": 43 }, { "arrival": { "time": "1764078485", "uncertainty": 120 }, "departure": { "time": "1764078485", "uncertainty": 120 }, "stopId": "0:MDLON 2", "stopSequence": 44 }, { "arrival": { "time": "1764078508", "uncertainty": 120 }, "departure": { "time": "1764078508", "uncertainty": 120 }, "stopId": "0:LLON", "stopSequence": 45 }, { "arrival": { "time": "1764078552", "uncertainty": 120 }, "departure": { "time": "1764078552", "uncertainty": 120 }, "stopId": "0:CCOM7", "stopSequence": 46 }, { "arrival": { "time": "1764078629", "uncertainty": 120 }, "departure": { "time": "1764078629", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 47 }, { "arrival": { "time": "1764078796", "uncertainty": 120 }, "departure": { "time": "1764078796", "uncertainty": 120 }, "stopId": "0:SAPIN 2", "stopSequence": 48 }, { "arrival": { "time": "1764078844", "uncertainty": 120 }, "departure": { "time": "1764078844", "uncertainty": 120 }, "stopId": "0:SELL 2", "stopSequence": 49 }, { "arrival": { "time": "1764078882", "uncertainty": 120 }, "departure": { "time": "1764078882", "uncertainty": 120 }, "stopId": "0:SMAR 2", "stopSequence": 50 }, { "arrival": { "time": "1764078943", "uncertainty": 120 }, "departure": { "time": "1764078943", "uncertainty": 120 }, "stopId": "0:NOBE 2", "stopSequence": 51 }, { "arrival": { "time": "1764078989", "uncertainty": 120 }, "stopId": "0:MDM 2", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361485" } } }, { "id": "3361484", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074473", "uncertainty": 120 }, "departure": { "time": "1764074473", "uncertainty": 120 }, "stopId": "0:GPHIL 2" }, { "arrival": { "time": "1764074542", "uncertainty": 120 }, "departure": { "time": "1764074542", "uncertainty": 120 }, "stopId": "0:JOUVE 2" }, { "departure": { "time": "1764072231", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 }, { "arrival": { "time": "1764072291", "uncertainty": 120 }, "departure": { "time": "1764072291", "uncertainty": 120 }, "stopId": "0:BEAUC", "stopSequence": 2 }, { "arrival": { "time": "1764072378", "uncertainty": 120 }, "departure": { "time": "1764072378", "uncertainty": 120 }, "stopId": "0:GEIF", "stopSequence": 3 }, { "arrival": { "time": "1764072428", "uncertainty": 120 }, "departure": { "time": "1764072428", "uncertainty": 120 }, "stopId": "0:GLFR", "stopSequence": 4 }, { "arrival": { "time": "1764072498", "uncertainty": 120 }, "departure": { "time": "1764072498", "uncertainty": 120 }, "stopId": "0:_BELL 2", "stopSequence": 5 }, { "arrival": { "time": "1764072548", "uncertainty": 120 }, "departure": { "time": "1764072548", "uncertainty": 120 }, "stopId": "0:RDS", "stopSequence": 6 }, { "arrival": { "time": "1764072563", "uncertainty": 120 }, "departure": { "time": "1764072563", "uncertainty": 120 }, "stopId": "0:LCOMB 2", "stopSequence": 7 }, { "arrival": { "time": "1764072608", "uncertainty": 120 }, "departure": { "time": "1764072608", "uncertainty": 120 }, "stopId": "0:JOUHA 2", "stopSequence": 8 }, { "arrival": { "time": "1764072662", "uncertainty": 120 }, "departure": { "time": "1764072662", "uncertainty": 120 }, "stopId": "0:PROVE 2", "stopSequence": 9 }, { "arrival": { "time": "1764072675", "uncertainty": 120 }, "departure": { "time": "1764072675", "uncertainty": 120 }, "stopId": "0:TOURN 2", "stopSequence": 10 }, { "arrival": { "time": "1764072772", "uncertainty": 120 }, "departure": { "time": "1764072772", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 11 }, { "arrival": { "time": "1764072806", "uncertainty": 120 }, "departure": { "time": "1764072818", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 12 }, { "arrival": { "time": "1764072878", "uncertainty": 120 }, "departure": { "time": "1764072878", "uncertainty": 120 }, "stopId": "0:BEAUL", "stopSequence": 13 }, { "arrival": { "time": "1764072933", "uncertainty": 120 }, "departure": { "time": "1764072938", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 14 }, { "arrival": { "time": "1764073036", "uncertainty": 120 }, "departure": { "time": "1764073036", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 15 }, { "arrival": { "time": "1764073148", "uncertainty": 120 }, "departure": { "time": "1764073178", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 16 }, { "arrival": { "time": "1764073296", "uncertainty": 120 }, "departure": { "time": "1764073328", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 17 }, { "arrival": { "time": "1764073418", "uncertainty": 120 }, "departure": { "time": "1764073478", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 18 }, { "arrival": { "time": "1764073559", "uncertainty": 120 }, "departure": { "time": "1764073559", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 19 }, { "arrival": { "time": "1764073628", "uncertainty": 120 }, "departure": { "time": "1764073628", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 20 }, { "arrival": { "time": "1764073669", "uncertainty": 120 }, "departure": { "time": "1764073669", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 21 }, { "arrival": { "time": "1764073718", "uncertainty": 120 }, "departure": { "time": "1764073808", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 22 }, { "arrival": { "time": "1764073923", "uncertainty": 120 }, "departure": { "time": "1764073958", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 23 }, { "arrival": { "time": "1764074076", "uncertainty": 120 }, "departure": { "time": "1764074076", "uncertainty": 120 }, "stopId": "0:MALOS 2", "stopSequence": 24 }, { "arrival": { "time": "1764074134", "uncertainty": 120 }, "departure": { "time": "1764074134", "uncertainty": 120 }, "stopId": "0:LBONN 2", "stopSequence": 25 }, { "arrival": { "time": "1764074168", "uncertainty": 120 }, "departure": { "time": "1764074168", "uncertainty": 120 }, "stopId": "0:MAND 2", "stopSequence": 26 }, { "arrival": { "time": "1764074305", "uncertainty": 120 }, "departure": { "time": "1764074305", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 27 }, { "arrival": { "time": "1764074410", "uncertainty": 120 }, "departure": { "time": "1764074410", "uncertainty": 120 }, "stopId": "0:SEIGN 2", "stopSequence": 28 }, { "arrival": { "time": "1764074450", "uncertainty": 120 }, "departure": { "time": "1764074450", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GPHIL 2", "stopSequence": 29 }, { "arrival": { "time": "1764074519", "uncertainty": 120 }, "departure": { "time": "1764074519", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHAPL 2", "stopSequence": 30 }, { "arrival": { "time": "1764074604", "uncertainty": 120 }, "departure": { "time": "1764074604", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 31 }, { "arrival": { "time": "1764074664", "uncertainty": 120 }, "departure": { "time": "1764074664", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 32 }, { "arrival": { "time": "1764074707", "uncertainty": 120 }, "departure": { "time": "1764074707", "uncertainty": 120 }, "stopId": "0:CHVAN", "stopSequence": 33 }, { "arrival": { "time": "1764074743", "uncertainty": 120 }, "departure": { "time": "1764074743", "uncertainty": 120 }, "stopId": "0:BRUY", "stopSequence": 34 }, { "arrival": { "time": "1764074880", "uncertainty": 120 }, "departure": { "time": "1764074880", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 35 }, { "arrival": { "time": "1764074958", "uncertainty": 120 }, "departure": { "time": "1764074958", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 36 }, { "arrival": { "time": "1764075019", "uncertainty": 120 }, "departure": { "time": "1764075019", "uncertainty": 120 }, "stopId": "0:RALP", "stopSequence": 37 }, { "arrival": { "time": "1764075050", "uncertainty": 120 }, "departure": { "time": "1764075050", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 38 }, { "arrival": { "time": "1764075101", "uncertainty": 120 }, "departure": { "time": "1764075101", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 39 }, { "arrival": { "time": "1764075253", "uncertainty": 120 }, "departure": { "time": "1764075253", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 40 }, { "arrival": { "time": "1764075346", "uncertainty": 120 }, "departure": { "time": "1764075346", "uncertainty": 120 }, "stopId": "0:SJC", "stopSequence": 41 }, { "arrival": { "time": "1764075388", "uncertainty": 120 }, "departure": { "time": "1764075388", "uncertainty": 120 }, "stopId": "0:LVALE", "stopSequence": 42 }, { "arrival": { "time": "1764075410", "uncertainty": 120 }, "departure": { "time": "1764075410", "uncertainty": 120 }, "stopId": "0:ADL", "stopSequence": 43 }, { "arrival": { "time": "1764075476", "uncertainty": 120 }, "departure": { "time": "1764075476", "uncertainty": 120 }, "stopId": "0:MDLON 2", "stopSequence": 44 }, { "arrival": { "time": "1764075499", "uncertainty": 120 }, "departure": { "time": "1764075499", "uncertainty": 120 }, "stopId": "0:LLON", "stopSequence": 45 }, { "arrival": { "time": "1764075544", "uncertainty": 120 }, "departure": { "time": "1764075544", "uncertainty": 120 }, "stopId": "0:CCOM7", "stopSequence": 46 }, { "arrival": { "time": "1764075620", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 47 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361484" }, "vehicle": { "id": "50", "label": "50" } } }, { "id": "3361575", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072720", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 1 }, { "arrival": { "time": "1764072759", "uncertainty": 120 }, "departure": { "time": "1764072759", "uncertainty": 120 }, "stopId": "0:BELAIR 2", "stopSequence": 2 }, { "arrival": { "time": "1764072890", "uncertainty": 120 }, "departure": { "time": "1764072890", "uncertainty": 120 }, "stopId": "0:HDSUR 2", "stopSequence": 3 }, { "arrival": { "time": "1764072998", "uncertainty": 120 }, "departure": { "time": "1764072998", "uncertainty": 120 }, "stopId": "0:CHAMP 2", "stopSequence": 4 }, { "arrival": { "time": "1764073234", "uncertainty": 120 }, "departure": { "time": "1764073234", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 5 }, { "arrival": { "time": "1764073362", "uncertainty": 120 }, "departure": { "time": "1764073362", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 6 }, { "arrival": { "time": "1764073389", "uncertainty": 120 }, "departure": { "time": "1764073389", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 7 }, { "arrival": { "time": "1764073442", "uncertainty": 120 }, "departure": { "time": "1764073442", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 8 }, { "arrival": { "time": "1764073480", "uncertainty": 120 }, "departure": { "time": "1764073480", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 9 }, { "arrival": { "time": "1764073546", "uncertainty": 120 }, "departure": { "time": "1764073562", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 10 }, { "arrival": { "time": "1764073592", "uncertainty": 120 }, "departure": { "time": "1764073592", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 11 }, { "arrival": { "time": "1764073652", "uncertainty": 120 }, "departure": { "time": "1764073652", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 12 }, { "arrival": { "time": "1764073740", "uncertainty": 120 }, "departure": { "time": "1764073740", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 13 }, { "arrival": { "time": "1764073771", "uncertainty": 120 }, "departure": { "time": "1764073772", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 14 }, { "arrival": { "time": "1764073828", "uncertainty": 120 }, "departure": { "time": "1764073832", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 15 }, { "arrival": { "time": "1764073929", "uncertainty": 120 }, "departure": { "time": "1764073929", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 16 }, { "arrival": { "time": "1764074008", "uncertainty": 120 }, "departure": { "time": "1764074008", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 17 }, { "arrival": { "time": "1764074061", "uncertainty": 120 }, "departure": { "time": "1764074072", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 18 }, { "arrival": { "time": "1764074208", "uncertainty": 120 }, "departure": { "time": "1764074221", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 19 }, { "arrival": { "time": "1764074315", "uncertainty": 120 }, "departure": { "time": "1764074315", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 20 }, { "arrival": { "time": "1764074366", "uncertainty": 120 }, "departure": { "time": "1764074366", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 21 }, { "arrival": { "time": "1764074447", "uncertainty": 120 }, "departure": { "time": "1764074447", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 22 }, { "arrival": { "time": "1764074490", "uncertainty": 120 }, "departure": { "time": "1764074490", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 23 }, { "arrival": { "time": "1764074580", "uncertainty": 120 }, "departure": { "time": "1764074580", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 24 }, { "arrival": { "time": "1764074642", "uncertainty": 120 }, "departure": { "time": "1764074642", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 25 }, { "arrival": { "time": "1764074706", "uncertainty": 120 }, "departure": { "time": "1764074706", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 26 }, { "arrival": { "time": "1764074799", "uncertainty": 120 }, "departure": { "time": "1764074799", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 27 }, { "arrival": { "time": "1764074890", "uncertainty": 120 }, "departure": { "time": "1764074890", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 28 }, { "arrival": { "time": "1764074971", "uncertainty": 120 }, "departure": { "time": "1764074971", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 29 }, { "arrival": { "time": "1764075077", "uncertainty": 120 }, "departure": { "time": "1764075077", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 30 }, { "arrival": { "time": "1764075138", "uncertainty": 120 }, "departure": { "time": "1764075138", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 31 }, { "arrival": { "time": "1764075188", "uncertainty": 120 }, "departure": { "time": "1764075188", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 32 }, { "arrival": { "time": "1764075288", "uncertainty": 120 }, "departure": { "time": "1764075288", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 33 }, { "arrival": { "time": "1764075368", "uncertainty": 120 }, "departure": { "time": "1764075368", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 34 }, { "arrival": { "time": "1764075412", "uncertainty": 120 }, "departure": { "time": "1764075412", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 35 }, { "arrival": { "time": "1764075523", "uncertainty": 120 }, "departure": { "time": "1764075523", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 36 }, { "arrival": { "time": "1764075607", "uncertainty": 120 }, "departure": { "time": "1764075607", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 37 }, { "arrival": { "time": "1764075642", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 38 }, { "arrival": { "time": "1764075823", "uncertainty": 120 }, "departure": { "time": "1764075780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG 2", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361575" }, "vehicle": { "id": "189", "label": "189" } } }, { "id": "3361574", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764072033", "uncertainty": 120 }, "departure": { "time": "1764072033", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 2 }, { "arrival": { "time": "1764072063", "uncertainty": 120 }, "departure": { "time": "1764072063", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 3 }, { "arrival": { "time": "1764072142", "uncertainty": 120 }, "departure": { "time": "1764072142", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 4 }, { "arrival": { "time": "1764072202", "uncertainty": 120 }, "departure": { "time": "1764072202", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 5 }, { "arrival": { "time": "1764072320", "uncertainty": 120 }, "departure": { "time": "1764072320", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 6 }, { "arrival": { "time": "1764072369", "uncertainty": 120 }, "departure": { "time": "1764072374", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 7 }, { "arrival": { "time": "1764072434", "uncertainty": 120 }, "departure": { "time": "1764072434", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 8 }, { "arrival": { "time": "1764072503", "uncertainty": 120 }, "departure": { "time": "1764072503", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 9 }, { "arrival": { "time": "1764072544", "uncertainty": 120 }, "departure": { "time": "1764072554", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 10 }, { "arrival": { "time": "1764072599", "uncertainty": 120 }, "departure": { "time": "1764072599", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 11 }, { "arrival": { "time": "1764072728", "uncertainty": 120 }, "departure": { "time": "1764072728", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 12 }, { "arrival": { "time": "1764072820", "uncertainty": 120 }, "departure": { "time": "1764072820", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 13 }, { "arrival": { "time": "1764072880", "uncertainty": 120 }, "departure": { "time": "1764072914", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 14 }, { "arrival": { "time": "1764073035", "uncertainty": 120 }, "departure": { "time": "1764073035", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 15 }, { "arrival": { "time": "1764073130", "uncertainty": 120 }, "departure": { "time": "1764073130", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 16 }, { "arrival": { "time": "1764073181", "uncertainty": 120 }, "departure": { "time": "1764073184", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 17 }, { "arrival": { "time": "1764073244", "uncertainty": 120 }, "departure": { "time": "1764073274", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 18 }, { "arrival": { "time": "1764073328", "uncertainty": 120 }, "departure": { "time": "1764073336", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764073394", "uncertainty": 120 }, "departure": { "time": "1764073394", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 20 }, { "arrival": { "time": "1764073464", "uncertainty": 120 }, "departure": { "time": "1764073484", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 21 }, { "arrival": { "time": "1764073544", "uncertainty": 120 }, "departure": { "time": "1764073574", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 22 }, { "arrival": { "time": "1764073694", "uncertainty": 120 }, "departure": { "time": "1764073694", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 23 }, { "arrival": { "time": "1764073753", "uncertainty": 120 }, "departure": { "time": "1764073753", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 24 }, { "arrival": { "time": "1764073833", "uncertainty": 120 }, "departure": { "time": "1764073844", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 25 }, { "arrival": { "time": "1764073904", "uncertainty": 120 }, "departure": { "time": "1764073904", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 26 }, { "arrival": { "time": "1764073963", "uncertainty": 120 }, "departure": { "time": "1764073964", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 27 }, { "arrival": { "time": "1764074012", "uncertainty": 120 }, "departure": { "time": "1764074024", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 28 }, { "arrival": { "time": "1764074123", "uncertainty": 120 }, "departure": { "time": "1764074123", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 29 }, { "arrival": { "time": "1764074204", "uncertainty": 120 }, "departure": { "time": "1764074204", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 30 }, { "arrival": { "time": "1764074234", "uncertainty": 120 }, "departure": { "time": "1764074234", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 31 }, { "arrival": { "time": "1764074307", "uncertainty": 120 }, "departure": { "time": "1764074307", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 32 }, { "arrival": { "time": "1764074396", "uncertainty": 120 }, "departure": { "time": "1764074396", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 33 }, { "arrival": { "time": "1764074433", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 34 }, { "arrival": { "time": "1764074647", "uncertainty": 120 }, "departure": { "time": "1764074580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG 2", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361574" }, "vehicle": { "id": "531", "label": "531" } } }, { "id": "3360511", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075024", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1764075103", "uncertainty": 120 }, "departure": { "time": "1764075103", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1764075148", "uncertainty": 120 }, "departure": { "time": "1764075148", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1764075193", "uncertainty": 120 }, "departure": { "time": "1764075193", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1764075224", "uncertainty": 120 }, "departure": { "time": "1764075224", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1764075284", "uncertainty": 120 }, "departure": { "time": "1764075284", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1764075306", "uncertainty": 120 }, "departure": { "time": "1764075306", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1764075392", "uncertainty": 120 }, "departure": { "time": "1764075392", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1764075506", "uncertainty": 120 }, "departure": { "time": "1764075506", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1764075565", "uncertainty": 120 }, "departure": { "time": "1764075565", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1764075633", "uncertainty": 120 }, "departure": { "time": "1764075633", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1764075785", "uncertainty": 120 }, "departure": { "time": "1764075785", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764075867", "uncertainty": 120 }, "departure": { "time": "1764075867", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764075930", "uncertainty": 120 }, "departure": { "time": "1764075930", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1764076027", "uncertainty": 120 }, "departure": { "time": "1764076027", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1764076120", "uncertainty": 120 }, "departure": { "time": "1764076120", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1764076167", "uncertainty": 120 }, "departure": { "time": "1764076167", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1764076217", "uncertainty": 120 }, "departure": { "time": "1764076217", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764076305", "uncertainty": 120 }, "departure": { "time": "1764076305", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1764076374", "uncertainty": 120 }, "departure": { "time": "1764076374", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1764076407", "uncertainty": 120 }, "departure": { "time": "1764076407", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1764076468", "uncertainty": 120 }, "departure": { "time": "1764076468", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1764076528", "uncertainty": 120 }, "departure": { "time": "1764076528", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 }, { "arrival": { "time": "1764076577", "uncertainty": 120 }, "departure": { "time": "1764076577", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 24 }, { "arrival": { "time": "1764076638", "uncertainty": 120 }, "departure": { "time": "1764076638", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 25 }, { "arrival": { "time": "1764076671", "uncertainty": 120 }, "departure": { "time": "1764076671", "uncertainty": 120 }, "stopId": "0:TALAV 2", "stopSequence": 26 }, { "arrival": { "time": "1764076723", "uncertainty": 120 }, "departure": { "time": "1764076723", "uncertainty": 120 }, "stopId": "0:FOLLE 2", "stopSequence": 27 }, { "arrival": { "time": "1764076742", "uncertainty": 120 }, "departure": { "time": "1764076742", "uncertainty": 120 }, "stopId": "0:LALLE 2", "stopSequence": 28 }, { "arrival": { "time": "1764076769", "uncertainty": 120 }, "departure": { "time": "1764076769", "uncertainty": 120 }, "stopId": "0:VORGI 2", "stopSequence": 29 }, { "arrival": { "time": "1764076828", "uncertainty": 120 }, "departure": { "time": "1764076828", "uncertainty": 120 }, "stopId": "0:BELLE 2", "stopSequence": 30 }, { "arrival": { "time": "1764076872", "uncertainty": 120 }, "departure": { "time": "1764076872", "uncertainty": 120 }, "stopId": "0:MANOU 2", "stopSequence": 31 }, { "arrival": { "time": "1764076924", "uncertainty": 120 }, "departure": { "time": "1764076924", "uncertainty": 120 }, "stopId": "0:JBREL 2", "stopSequence": 32 }, { "arrival": { "time": "1764076962", "uncertainty": 120 }, "departure": { "time": "1764076962", "uncertainty": 120 }, "stopId": "0:LECON 2", "stopSequence": 33 }, { "arrival": { "time": "1764077008", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360511" } } }, { "id": "3360510", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073643", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1764073721", "uncertainty": 120 }, "departure": { "time": "1764073721", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1764073763", "uncertainty": 120 }, "departure": { "time": "1764073763", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1764073809", "uncertainty": 120 }, "departure": { "time": "1764073809", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1764073835", "uncertainty": 120 }, "departure": { "time": "1764073852", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1764073912", "uncertainty": 120 }, "departure": { "time": "1764073912", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1764073931", "uncertainty": 120 }, "departure": { "time": "1764073942", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1764074032", "uncertainty": 120 }, "departure": { "time": "1764074032", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1764074133", "uncertainty": 120 }, "departure": { "time": "1764074152", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1764074236", "uncertainty": 120 }, "departure": { "time": "1764074236", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1764074323", "uncertainty": 120 }, "departure": { "time": "1764074323", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1764074455", "uncertainty": 120 }, "departure": { "time": "1764074455", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764074530", "uncertainty": 120 }, "departure": { "time": "1764074530", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764074585", "uncertainty": 120 }, "departure": { "time": "1764074585", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1764074654", "uncertainty": 120 }, "departure": { "time": "1764074654", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1764074725", "uncertainty": 120 }, "departure": { "time": "1764074725", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1764074782", "uncertainty": 120 }, "departure": { "time": "1764074782", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1764074812", "uncertainty": 120 }, "departure": { "time": "1764074812", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764074899", "uncertainty": 120 }, "departure": { "time": "1764074899", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1764074973", "uncertainty": 120 }, "departure": { "time": "1764074973", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1764075003", "uncertainty": 120 }, "departure": { "time": "1764075003", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1764075109", "uncertainty": 120 }, "departure": { "time": "1764075109", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1764075184", "uncertainty": 120 }, "departure": { "time": "1764075184", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 }, { "arrival": { "time": "1764075237", "uncertainty": 120 }, "departure": { "time": "1764075237", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 24 }, { "arrival": { "time": "1764075298", "uncertainty": 120 }, "departure": { "time": "1764075298", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 25 }, { "arrival": { "time": "1764075331", "uncertainty": 120 }, "departure": { "time": "1764075331", "uncertainty": 120 }, "stopId": "0:TALAV 2", "stopSequence": 26 }, { "arrival": { "time": "1764075383", "uncertainty": 120 }, "departure": { "time": "1764075383", "uncertainty": 120 }, "stopId": "0:FOLLE 2", "stopSequence": 27 }, { "arrival": { "time": "1764075402", "uncertainty": 120 }, "departure": { "time": "1764075402", "uncertainty": 120 }, "stopId": "0:LALLE 2", "stopSequence": 28 }, { "arrival": { "time": "1764075429", "uncertainty": 120 }, "departure": { "time": "1764075429", "uncertainty": 120 }, "stopId": "0:VORGI 2", "stopSequence": 29 }, { "arrival": { "time": "1764075488", "uncertainty": 120 }, "departure": { "time": "1764075488", "uncertainty": 120 }, "stopId": "0:BELLE 2", "stopSequence": 30 }, { "arrival": { "time": "1764075532", "uncertainty": 120 }, "departure": { "time": "1764075532", "uncertainty": 120 }, "stopId": "0:MANOU 2", "stopSequence": 31 }, { "arrival": { "time": "1764075584", "uncertainty": 120 }, "departure": { "time": "1764075584", "uncertainty": 120 }, "stopId": "0:JBREL 2", "stopSequence": 32 }, { "arrival": { "time": "1764075622", "uncertainty": 120 }, "departure": { "time": "1764075622", "uncertainty": 120 }, "stopId": "0:LECON 2", "stopSequence": 33 }, { "arrival": { "time": "1764075668", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360510" }, "vehicle": { "id": "562", "label": "562" } } }, { "id": "3361577", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076740", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 1 }, { "arrival": { "time": "1764076806", "uncertainty": 120 }, "departure": { "time": "1764076806", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 2 }, { "arrival": { "time": "1764076853", "uncertainty": 120 }, "departure": { "time": "1764076853", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 3 }, { "arrival": { "time": "1764076907", "uncertainty": 120 }, "departure": { "time": "1764076907", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 4 }, { "arrival": { "time": "1764076954", "uncertainty": 120 }, "departure": { "time": "1764076954", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 5 }, { "arrival": { "time": "1764077006", "uncertainty": 120 }, "departure": { "time": "1764077006", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 6 }, { "arrival": { "time": "1764077040", "uncertainty": 120 }, "departure": { "time": "1764077040", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 7 }, { "arrival": { "time": "1764077091", "uncertainty": 120 }, "departure": { "time": "1764077091", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 8 }, { "arrival": { "time": "1764077146", "uncertainty": 120 }, "departure": { "time": "1764077146", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 9 }, { "arrival": { "time": "1764077204", "uncertainty": 120 }, "departure": { "time": "1764077204", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 10 }, { "arrival": { "time": "1764077263", "uncertainty": 120 }, "departure": { "time": "1764077263", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 11 }, { "arrival": { "time": "1764077400", "uncertainty": 120 }, "departure": { "time": "1764077400", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 12 }, { "arrival": { "time": "1764077466", "uncertainty": 120 }, "departure": { "time": "1764077466", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 13 }, { "arrival": { "time": "1764077520", "uncertainty": 120 }, "departure": { "time": "1764077520", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 14 }, { "arrival": { "time": "1764077761", "uncertainty": 120 }, "departure": { "time": "1764077761", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 15 }, { "arrival": { "time": "1764077845", "uncertainty": 120 }, "departure": { "time": "1764077845", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 16 }, { "arrival": { "time": "1764077886", "uncertainty": 120 }, "departure": { "time": "1764077886", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 17 }, { "arrival": { "time": "1764077940", "uncertainty": 120 }, "departure": { "time": "1764077940", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 18 }, { "arrival": { "time": "1764078027", "uncertainty": 120 }, "departure": { "time": "1764078027", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764078113", "uncertainty": 120 }, "departure": { "time": "1764078113", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 20 }, { "arrival": { "time": "1764078202", "uncertainty": 120 }, "departure": { "time": "1764078202", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 21 }, { "arrival": { "time": "1764078300", "uncertainty": 120 }, "departure": { "time": "1764078300", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 22 }, { "arrival": { "time": "1764078416", "uncertainty": 120 }, "departure": { "time": "1764078416", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 23 }, { "arrival": { "time": "1764078519", "uncertainty": 120 }, "departure": { "time": "1764078519", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 24 }, { "arrival": { "time": "1764078660", "uncertainty": 120 }, "departure": { "time": "1764078660", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 25 }, { "arrival": { "time": "1764078728", "uncertainty": 120 }, "departure": { "time": "1764078728", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 26 }, { "arrival": { "time": "1764078798", "uncertainty": 120 }, "departure": { "time": "1764078798", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 27 }, { "arrival": { "time": "1764078878", "uncertainty": 120 }, "departure": { "time": "1764078878", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 28 }, { "arrival": { "time": "1764078983", "uncertainty": 120 }, "departure": { "time": "1764078983", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 29 }, { "arrival": { "time": "1764079063", "uncertainty": 120 }, "departure": { "time": "1764079063", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 30 }, { "arrival": { "time": "1764079110", "uncertainty": 120 }, "departure": { "time": "1764079110", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 31 }, { "arrival": { "time": "1764079228", "uncertainty": 120 }, "departure": { "time": "1764079228", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 32 }, { "arrival": { "time": "1764079317", "uncertainty": 120 }, "departure": { "time": "1764079317", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 33 }, { "arrival": { "time": "1764079354", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 34 }, { "arrival": { "time": "1764079423", "uncertainty": 120 }, "departure": { "time": "1764079380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG 2", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361577" } } }, { "id": "3361576", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 1 }, { "arrival": { "time": "1764075006", "uncertainty": 120 }, "departure": { "time": "1764075006", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 2 }, { "arrival": { "time": "1764075053", "uncertainty": 120 }, "departure": { "time": "1764075053", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 3 }, { "arrival": { "time": "1764075107", "uncertainty": 120 }, "departure": { "time": "1764075107", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 4 }, { "arrival": { "time": "1764075154", "uncertainty": 120 }, "departure": { "time": "1764075154", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 5 }, { "arrival": { "time": "1764075206", "uncertainty": 120 }, "departure": { "time": "1764075206", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 6 }, { "arrival": { "time": "1764075240", "uncertainty": 120 }, "departure": { "time": "1764075240", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 7 }, { "arrival": { "time": "1764075291", "uncertainty": 120 }, "departure": { "time": "1764075291", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 8 }, { "arrival": { "time": "1764075346", "uncertainty": 120 }, "departure": { "time": "1764075346", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 9 }, { "arrival": { "time": "1764075404", "uncertainty": 120 }, "departure": { "time": "1764075404", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 10 }, { "arrival": { "time": "1764075463", "uncertainty": 120 }, "departure": { "time": "1764075463", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 11 }, { "arrival": { "time": "1764075600", "uncertainty": 120 }, "departure": { "time": "1764075600", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 12 }, { "arrival": { "time": "1764075666", "uncertainty": 120 }, "departure": { "time": "1764075666", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 13 }, { "arrival": { "time": "1764075720", "uncertainty": 120 }, "departure": { "time": "1764075720", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 14 }, { "arrival": { "time": "1764075961", "uncertainty": 120 }, "departure": { "time": "1764075961", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 15 }, { "arrival": { "time": "1764076045", "uncertainty": 120 }, "departure": { "time": "1764076045", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 16 }, { "arrival": { "time": "1764076086", "uncertainty": 120 }, "departure": { "time": "1764076086", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 17 }, { "arrival": { "time": "1764076140", "uncertainty": 120 }, "departure": { "time": "1764076140", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 18 }, { "arrival": { "time": "1764076227", "uncertainty": 120 }, "departure": { "time": "1764076227", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764076313", "uncertainty": 120 }, "departure": { "time": "1764076313", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 20 }, { "arrival": { "time": "1764076402", "uncertainty": 120 }, "departure": { "time": "1764076402", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 21 }, { "arrival": { "time": "1764076500", "uncertainty": 120 }, "departure": { "time": "1764076500", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 22 }, { "arrival": { "time": "1764076616", "uncertainty": 120 }, "departure": { "time": "1764076616", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 23 }, { "arrival": { "time": "1764076719", "uncertainty": 120 }, "departure": { "time": "1764076719", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 24 }, { "arrival": { "time": "1764076860", "uncertainty": 120 }, "departure": { "time": "1764076860", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 25 }, { "arrival": { "time": "1764076928", "uncertainty": 120 }, "departure": { "time": "1764076928", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 26 }, { "arrival": { "time": "1764076998", "uncertainty": 120 }, "departure": { "time": "1764076998", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 27 }, { "arrival": { "time": "1764077078", "uncertainty": 120 }, "departure": { "time": "1764077078", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 28 }, { "arrival": { "time": "1764077183", "uncertainty": 120 }, "departure": { "time": "1764077183", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 29 }, { "arrival": { "time": "1764077263", "uncertainty": 120 }, "departure": { "time": "1764077263", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 30 }, { "arrival": { "time": "1764077310", "uncertainty": 120 }, "departure": { "time": "1764077310", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 31 }, { "arrival": { "time": "1764077428", "uncertainty": 120 }, "departure": { "time": "1764077428", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 32 }, { "arrival": { "time": "1764077517", "uncertainty": 120 }, "departure": { "time": "1764077517", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 33 }, { "arrival": { "time": "1764077554", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 34 }, { "arrival": { "time": "1764077623", "uncertainty": 120 }, "departure": { "time": "1764077580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG 2", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361576" } } }, { "id": "3361658", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764078291", "uncertainty": 120 }, "departure": { "time": "1764078291", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1764078377", "uncertainty": 120 }, "departure": { "time": "1764078377", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1764078444", "uncertainty": 120 }, "departure": { "time": "1764078444", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1764077400", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1764077438", "uncertainty": 120 }, "departure": { "time": "1764077438", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1764077472", "uncertainty": 120 }, "departure": { "time": "1764077472", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1764077509", "uncertainty": 120 }, "departure": { "time": "1764077509", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1764077542", "uncertainty": 120 }, "departure": { "time": "1764077542", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1764077575", "uncertainty": 120 }, "departure": { "time": "1764077575", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1764077640", "uncertainty": 120 }, "departure": { "time": "1764077640", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1764077687", "uncertainty": 120 }, "departure": { "time": "1764077687", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1764077762", "uncertainty": 120 }, "departure": { "time": "1764077762", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1764077820", "uncertainty": 120 }, "departure": { "time": "1764077820", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1764077960", "uncertainty": 120 }, "departure": { "time": "1764077960", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1764078039", "uncertainty": 120 }, "departure": { "time": "1764078039", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 12 }, { "arrival": { "time": "1764078139", "uncertainty": 120 }, "departure": { "time": "1764078139", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 13 }, { "arrival": { "time": "1764078180", "uncertainty": 120 }, "departure": { "time": "1764078180", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 14 }, { "arrival": { "time": "1764078259", "uncertainty": 120 }, "departure": { "time": "1764078259", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 15 }, { "arrival": { "time": "1764078306", "uncertainty": 120 }, "departure": { "time": "1764078306", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 16 }, { "arrival": { "time": "1764078350", "uncertainty": 120 }, "departure": { "time": "1764078350", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 17 }, { "arrival": { "time": "1764078384", "uncertainty": 120 }, "departure": { "time": "1764078384", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 18 }, { "arrival": { "time": "1764078413", "uncertainty": 120 }, "departure": { "time": "1764078413", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 19 }, { "arrival": { "time": "1764078480", "uncertainty": 120 }, "departure": { "time": "1764078480", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 20 }, { "arrival": { "time": "1764078590", "uncertainty": 120 }, "departure": { "time": "1764078590", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 21 }, { "arrival": { "time": "1764078596", "uncertainty": 120 }, "departure": { "time": "1764078596", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1764078650", "uncertainty": 120 }, "departure": { "time": "1764078650", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1764078721", "uncertainty": 120 }, "departure": { "time": "1764078721", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 24 }, { "arrival": { "time": "1764078885", "uncertainty": 120 }, "departure": { "time": "1764078885", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 25 }, { "arrival": { "time": "1764079001", "uncertainty": 120 }, "departure": { "time": "1764079001", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 26 }, { "arrival": { "time": "1764079081", "uncertainty": 120 }, "departure": { "time": "1764079081", "uncertainty": 120 }, "stopId": "0:PGARD", "stopSequence": 27 }, { "arrival": { "time": "1764079159", "uncertainty": 120 }, "departure": { "time": "1764079159", "uncertainty": 120 }, "stopId": "0:JAUR", "stopSequence": 28 }, { "arrival": { "time": "1764079259", "uncertainty": 120 }, "departure": { "time": "1764079259", "uncertainty": 120 }, "stopId": "0:CHAR", "stopSequence": 29 }, { "arrival": { "time": "1764079381", "uncertainty": 120 }, "departure": { "time": "1764079381", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 30 }, { "arrival": { "time": "1764079532", "uncertainty": 120 }, "departure": { "time": "1764079532", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 31 }, { "arrival": { "time": "1764079591", "uncertainty": 120 }, "departure": { "time": "1764079591", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 32 }, { "arrival": { "time": "1764079642", "uncertainty": 120 }, "departure": { "time": "1764079642", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 33 }, { "arrival": { "time": "1764079711", "uncertainty": 120 }, "departure": { "time": "1764079711", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 34 }, { "arrival": { "time": "1764079798", "uncertainty": 120 }, "departure": { "time": "1764079798", "uncertainty": 120 }, "stopId": "0:BRIFF 5", "stopSequence": 35 }, { "arrival": { "time": "1764079837", "uncertainty": 120 }, "departure": { "time": "1764079837", "uncertainty": 120 }, "stopId": "0:MDSP", "stopSequence": 36 }, { "arrival": { "time": "1764079898", "uncertainty": 120 }, "departure": { "time": "1764079898", "uncertainty": 120 }, "stopId": "0:CDTR", "stopSequence": 37 }, { "arrival": { "time": "1764079951", "uncertainty": 120 }, "departure": { "time": "1764079951", "uncertainty": 120 }, "stopId": "0:ROBE", "stopSequence": 38 }, { "arrival": { "time": "1764080011", "uncertainty": 120 }, "departure": { "time": "1764080011", "uncertainty": 120 }, "stopId": "0:GAUM 4", "stopSequence": 39 }, { "arrival": { "time": "1764080098", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 40 } ], "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361658" } } }, { "id": "3361657", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764075304", "uncertainty": 120 }, "departure": { "time": "1764075304", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1764075390", "uncertainty": 120 }, "departure": { "time": "1764075390", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1764075457", "uncertainty": 120 }, "departure": { "time": "1764075457", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1764074534", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1764074574", "uncertainty": 120 }, "departure": { "time": "1764074574", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1764074601", "uncertainty": 120 }, "departure": { "time": "1764074601", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1764074635", "uncertainty": 120 }, "departure": { "time": "1764074635", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1764074667", "uncertainty": 120 }, "departure": { "time": "1764074667", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1764074712", "uncertainty": 120 }, "departure": { "time": "1764074712", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1764074757", "uncertainty": 120 }, "departure": { "time": "1764074757", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1764074793", "uncertainty": 120 }, "departure": { "time": "1764074793", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1764074864", "uncertainty": 120 }, "departure": { "time": "1764074864", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1764074923", "uncertainty": 120 }, "departure": { "time": "1764074923", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1764075028", "uncertainty": 120 }, "departure": { "time": "1764075028", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1764075080", "uncertainty": 120 }, "departure": { "time": "1764075080", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 12 }, { "arrival": { "time": "1764075165", "uncertainty": 120 }, "departure": { "time": "1764075165", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 13 }, { "arrival": { "time": "1764075193", "uncertainty": 120 }, "departure": { "time": "1764075193", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 14 }, { "arrival": { "time": "1764075199", "uncertainty": 120 }, "departure": { "time": "1764075199", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 15 }, { "arrival": { "time": "1764075246", "uncertainty": 120 }, "departure": { "time": "1764075246", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 16 }, { "arrival": { "time": "1764075290", "uncertainty": 120 }, "departure": { "time": "1764075290", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 17 }, { "arrival": { "time": "1764075324", "uncertainty": 120 }, "departure": { "time": "1764075324", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 18 }, { "arrival": { "time": "1764075353", "uncertainty": 120 }, "departure": { "time": "1764075353", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 19 }, { "arrival": { "time": "1764075420", "uncertainty": 120 }, "departure": { "time": "1764075420", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 20 }, { "arrival": { "time": "1764075546", "uncertainty": 120 }, "departure": { "time": "1764075546", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 21 }, { "arrival": { "time": "1764075613", "uncertainty": 120 }, "departure": { "time": "1764075613", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1764075672", "uncertainty": 120 }, "departure": { "time": "1764075672", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1764075741", "uncertainty": 120 }, "departure": { "time": "1764075741", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 24 }, { "arrival": { "time": "1764075863", "uncertainty": 120 }, "departure": { "time": "1764075863", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 25 }, { "arrival": { "time": "1764075979", "uncertainty": 120 }, "departure": { "time": "1764075979", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 26 }, { "arrival": { "time": "1764076059", "uncertainty": 120 }, "departure": { "time": "1764076059", "uncertainty": 120 }, "stopId": "0:PGARD", "stopSequence": 27 }, { "arrival": { "time": "1764076137", "uncertainty": 120 }, "departure": { "time": "1764076137", "uncertainty": 120 }, "stopId": "0:JAUR", "stopSequence": 28 }, { "arrival": { "time": "1764076237", "uncertainty": 120 }, "departure": { "time": "1764076237", "uncertainty": 120 }, "stopId": "0:CHAR", "stopSequence": 29 }, { "arrival": { "time": "1764076359", "uncertainty": 120 }, "departure": { "time": "1764076359", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 30 }, { "arrival": { "time": "1764076510", "uncertainty": 120 }, "departure": { "time": "1764076510", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 31 }, { "arrival": { "time": "1764076565", "uncertainty": 120 }, "departure": { "time": "1764076565", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 32 }, { "arrival": { "time": "1764076616", "uncertainty": 120 }, "departure": { "time": "1764076616", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 33 }, { "arrival": { "time": "1764076682", "uncertainty": 120 }, "departure": { "time": "1764076682", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 34 }, { "arrival": { "time": "1764076769", "uncertainty": 120 }, "departure": { "time": "1764076769", "uncertainty": 120 }, "stopId": "0:BRIFF 5", "stopSequence": 35 }, { "arrival": { "time": "1764076808", "uncertainty": 120 }, "departure": { "time": "1764076808", "uncertainty": 120 }, "stopId": "0:MDSP", "stopSequence": 36 }, { "arrival": { "time": "1764076869", "uncertainty": 120 }, "departure": { "time": "1764076869", "uncertainty": 120 }, "stopId": "0:CDTR", "stopSequence": 37 }, { "arrival": { "time": "1764076922", "uncertainty": 120 }, "departure": { "time": "1764076922", "uncertainty": 120 }, "stopId": "0:ROBE", "stopSequence": 38 }, { "arrival": { "time": "1764076982", "uncertainty": 120 }, "departure": { "time": "1764076982", "uncertainty": 120 }, "stopId": "0:GAUM 4", "stopSequence": 39 }, { "arrival": { "time": "1764077069", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 40 } ], "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361657" } } }, { "id": "3361656", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073797", "uncertainty": 120 }, "departure": { "time": "1764073797", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1764073871", "uncertainty": 120 }, "departure": { "time": "1764073871", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1764074003", "uncertainty": 120 }, "departure": { "time": "1764074007", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1764072963", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1764073004", "uncertainty": 120 }, "departure": { "time": "1764073023", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1764073048", "uncertainty": 120 }, "departure": { "time": "1764073048", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1764073081", "uncertainty": 120 }, "departure": { "time": "1764073081", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1764073112", "uncertainty": 120 }, "departure": { "time": "1764073143", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1764073191", "uncertainty": 120 }, "departure": { "time": "1764073191", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1764073231", "uncertainty": 120 }, "departure": { "time": "1764073231", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1764073264", "uncertainty": 120 }, "departure": { "time": "1764073264", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1764073334", "uncertainty": 120 }, "departure": { "time": "1764073352", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1764073411", "uncertainty": 120 }, "departure": { "time": "1764073411", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1764073513", "uncertainty": 120 }, "departure": { "time": "1764073513", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1764073570", "uncertainty": 120 }, "departure": { "time": "1764073570", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 12 }, { "arrival": { "time": "1764073652", "uncertainty": 120 }, "departure": { "time": "1764073652", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 13 }, { "arrival": { "time": "1764073682", "uncertainty": 120 }, "departure": { "time": "1764073682", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 14 }, { "arrival": { "time": "1764073699", "uncertainty": 120 }, "departure": { "time": "1764073699", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 15 }, { "arrival": { "time": "1764073746", "uncertainty": 120 }, "departure": { "time": "1764073746", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 16 }, { "arrival": { "time": "1764073790", "uncertainty": 120 }, "departure": { "time": "1764073790", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 17 }, { "arrival": { "time": "1764073824", "uncertainty": 120 }, "departure": { "time": "1764073824", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 18 }, { "arrival": { "time": "1764073853", "uncertainty": 120 }, "departure": { "time": "1764073853", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 19 }, { "arrival": { "time": "1764073920", "uncertainty": 120 }, "departure": { "time": "1764073920", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 20 }, { "arrival": { "time": "1764074046", "uncertainty": 120 }, "departure": { "time": "1764074046", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 21 }, { "arrival": { "time": "1764074137", "uncertainty": 120 }, "departure": { "time": "1764074137", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1764074197", "uncertainty": 120 }, "departure": { "time": "1764074227", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1764074314", "uncertainty": 120 }, "departure": { "time": "1764074314", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 24 }, { "arrival": { "time": "1764074400", "uncertainty": 120 }, "departure": { "time": "1764074400", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 25 }, { "arrival": { "time": "1764074510", "uncertainty": 120 }, "departure": { "time": "1764074510", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 26 }, { "arrival": { "time": "1764074590", "uncertainty": 120 }, "departure": { "time": "1764074590", "uncertainty": 120 }, "stopId": "0:PGARD", "stopSequence": 27 }, { "arrival": { "time": "1764074668", "uncertainty": 120 }, "departure": { "time": "1764074668", "uncertainty": 120 }, "stopId": "0:JAUR", "stopSequence": 28 }, { "arrival": { "time": "1764074768", "uncertainty": 120 }, "departure": { "time": "1764074768", "uncertainty": 120 }, "stopId": "0:CHAR", "stopSequence": 29 }, { "arrival": { "time": "1764074890", "uncertainty": 120 }, "departure": { "time": "1764074890", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 30 }, { "arrival": { "time": "1764075041", "uncertainty": 120 }, "departure": { "time": "1764075041", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 31 }, { "arrival": { "time": "1764075089", "uncertainty": 120 }, "departure": { "time": "1764075089", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 32 }, { "arrival": { "time": "1764075135", "uncertainty": 120 }, "departure": { "time": "1764075135", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 33 }, { "arrival": { "time": "1764075177", "uncertainty": 120 }, "departure": { "time": "1764075177", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 34 }, { "arrival": { "time": "1764075264", "uncertainty": 120 }, "departure": { "time": "1764075264", "uncertainty": 120 }, "stopId": "0:BRIFF 5", "stopSequence": 35 }, { "arrival": { "time": "1764075303", "uncertainty": 120 }, "departure": { "time": "1764075303", "uncertainty": 120 }, "stopId": "0:MDSP", "stopSequence": 36 }, { "arrival": { "time": "1764075364", "uncertainty": 120 }, "departure": { "time": "1764075364", "uncertainty": 120 }, "stopId": "0:CDTR", "stopSequence": 37 }, { "arrival": { "time": "1764075417", "uncertainty": 120 }, "departure": { "time": "1764075417", "uncertainty": 120 }, "stopId": "0:ROBE", "stopSequence": 38 }, { "arrival": { "time": "1764075477", "uncertainty": 120 }, "departure": { "time": "1764075477", "uncertainty": 120 }, "stopId": "0:GAUM 4", "stopSequence": 39 }, { "arrival": { "time": "1764075564", "uncertainty": 120 }, "departure": { "time": "1764075564", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 40 }, { "arrival": { "time": "1764075764", "uncertainty": 120 }, "departure": { "time": "1764075764", "uncertainty": 120 }, "stopId": "0:MCUR 2", "stopSequence": 41 }, { "arrival": { "time": "1764075799", "uncertainty": 120 }, "departure": { "time": "1764075799", "uncertainty": 120 }, "stopId": "0:ZAGU 2", "stopSequence": 42 }, { "arrival": { "time": "1764075921", "uncertainty": 120 }, "departure": { "time": "1764075921", "uncertainty": 120 }, "stopId": "0:MALBOU", "stopSequence": 43 }, { "arrival": { "time": "1764075980", "uncertainty": 120 }, "departure": { "time": "1764075980", "uncertainty": 120 }, "stopId": "0:RCOL 2", "stopSequence": 44 }, { "arrival": { "time": "1764076036", "uncertainty": 120 }, "departure": { "time": "1764076036", "uncertainty": 120 }, "stopId": "0:MLPO 3", "stopSequence": 45 }, { "arrival": { "time": "1764076088", "uncertainty": 120 }, "departure": { "time": "1764076088", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 46 }, { "arrival": { "time": "1764076163", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361656" }, "vehicle": { "id": "507", "label": "507" } } }, { "id": "3360467", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072871", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 }, { "arrival": { "time": "1764072886", "uncertainty": 120 }, "departure": { "time": "1764072886", "uncertainty": 120 }, "stopId": "0:JBREL", "stopSequence": 2 }, { "arrival": { "time": "1764072940", "uncertainty": 120 }, "departure": { "time": "1764072940", "uncertainty": 120 }, "stopId": "0:MANOU", "stopSequence": 3 }, { "arrival": { "time": "1764072983", "uncertainty": 120 }, "departure": { "time": "1764073021", "uncertainty": 120 }, "stopId": "0:BELLE", "stopSequence": 4 }, { "arrival": { "time": "1764073094", "uncertainty": 120 }, "departure": { "time": "1764073094", "uncertainty": 120 }, "stopId": "0:VORGI", "stopSequence": 5 }, { "arrival": { "time": "1764073128", "uncertainty": 120 }, "departure": { "time": "1764073141", "uncertainty": 120 }, "stopId": "0:LALLE", "stopSequence": 6 }, { "arrival": { "time": "1764073188", "uncertainty": 120 }, "departure": { "time": "1764073188", "uncertainty": 120 }, "stopId": "0:FOLLE", "stopSequence": 7 }, { "arrival": { "time": "1764073217", "uncertainty": 120 }, "departure": { "time": "1764073231", "uncertainty": 120 }, "stopId": "0:TALAV", "stopSequence": 8 }, { "arrival": { "time": "1764073261", "uncertainty": 120 }, "departure": { "time": "1764073261", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 9 }, { "arrival": { "time": "1764073306", "uncertainty": 120 }, "departure": { "time": "1764073322", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 10 }, { "arrival": { "time": "1764073362", "uncertainty": 120 }, "departure": { "time": "1764073382", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 11 }, { "arrival": { "time": "1764073469", "uncertainty": 120 }, "departure": { "time": "1764073562", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 12 }, { "arrival": { "time": "1764073621", "uncertainty": 120 }, "departure": { "time": "1764073651", "uncertainty": 120 }, "stopId": "0:RALPE", "stopSequence": 13 }, { "arrival": { "time": "1764073686", "uncertainty": 120 }, "departure": { "time": "1764073686", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 14 }, { "arrival": { "time": "1764073745", "uncertainty": 120 }, "departure": { "time": "1764073771", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 15 }, { "arrival": { "time": "1764073844", "uncertainty": 120 }, "departure": { "time": "1764073861", "uncertainty": 120 }, "stopId": "0:IADAM", "stopSequence": 16 }, { "arrival": { "time": "1764073934", "uncertainty": 120 }, "departure": { "time": "1764073934", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 17 }, { "arrival": { "time": "1764074041", "uncertainty": 120 }, "departure": { "time": "1764074041", "uncertainty": 120 }, "stopId": "0:VALEN", "stopSequence": 18 }, { "arrival": { "time": "1764074127", "uncertainty": 120 }, "departure": { "time": "1764074127", "uncertainty": 120 }, "stopId": "0:TROND", "stopSequence": 19 }, { "arrival": { "time": "1764074202", "uncertainty": 120 }, "departure": { "time": "1764074202", "uncertainty": 120 }, "stopId": "0:RESER", "stopSequence": 20 }, { "arrival": { "time": "1764074270", "uncertainty": 120 }, "departure": { "time": "1764074270", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 21 }, { "arrival": { "time": "1764074330", "uncertainty": 120 }, "departure": { "time": "1764074330", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 22 }, { "arrival": { "time": "1764074416", "uncertainty": 120 }, "departure": { "time": "1764074416", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 23 }, { "arrival": { "time": "1764074512", "uncertainty": 120 }, "departure": { "time": "1764074512", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 24 }, { "arrival": { "time": "1764074585", "uncertainty": 120 }, "departure": { "time": "1764074585", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 25 }, { "arrival": { "time": "1764074724", "uncertainty": 120 }, "departure": { "time": "1764074724", "uncertainty": 120 }, "stopId": "0:BOTT 2", "stopSequence": 26 }, { "arrival": { "time": "1764074806", "uncertainty": 120 }, "departure": { "time": "1764074806", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 27 }, { "arrival": { "time": "1764074825", "uncertainty": 120 }, "departure": { "time": "1764074825", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 28 }, { "arrival": { "time": "1764074897", "uncertainty": 120 }, "departure": { "time": "1764074897", "uncertainty": 120 }, "stopId": "0:MAIRI G", "stopSequence": 29 }, { "arrival": { "time": "1764074945", "uncertainty": 120 }, "departure": { "time": "1764074945", "uncertainty": 120 }, "stopId": "0:CLAUD", "stopSequence": 30 }, { "arrival": { "time": "1764074953", "uncertainty": 120 }, "departure": { "time": "1764074953", "uncertainty": 120 }, "stopId": "0:ROSTA", "stopSequence": 31 }, { "arrival": { "time": "1764075011", "uncertainty": 120 }, "departure": { "time": "1764075011", "uncertainty": 120 }, "stopId": "0:GAGAR", "stopSequence": 32 }, { "arrival": { "time": "1764075084", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360467" }, "vehicle": { "id": "508", "label": "508" } } }, { "id": "3361634", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073680", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 1 }, { "arrival": { "time": "1764073747", "uncertainty": 120 }, "departure": { "time": "1764073747", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 2 }, { "arrival": { "time": "1764073831", "uncertainty": 120 }, "departure": { "time": "1764073831", "uncertainty": 120 }, "stopId": "0:RCOL", "stopSequence": 3 }, { "arrival": { "time": "1764073871", "uncertainty": 120 }, "departure": { "time": "1764073871", "uncertainty": 120 }, "stopId": "0:MALBOU 2", "stopSequence": 4 }, { "arrival": { "time": "1764074011", "uncertainty": 120 }, "departure": { "time": "1764074011", "uncertainty": 120 }, "stopId": "0:ZAGU", "stopSequence": 5 }, { "arrival": { "time": "1764074029", "uncertainty": 120 }, "departure": { "time": "1764074029", "uncertainty": 120 }, "stopId": "0:MCUR", "stopSequence": 6 }, { "arrival": { "time": "1764074208", "uncertainty": 120 }, "departure": { "time": "1764074208", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 7 }, { "arrival": { "time": "1764074303", "uncertainty": 120 }, "departure": { "time": "1764074303", "uncertainty": 120 }, "stopId": "0:GAUM 3", "stopSequence": 8 }, { "arrival": { "time": "1764074336", "uncertainty": 120 }, "departure": { "time": "1764074336", "uncertainty": 120 }, "stopId": "0:ROBE 2", "stopSequence": 9 }, { "arrival": { "time": "1764074378", "uncertainty": 120 }, "departure": { "time": "1764074378", "uncertainty": 120 }, "stopId": "0:CDTR 2", "stopSequence": 10 }, { "arrival": { "time": "1764074434", "uncertainty": 120 }, "departure": { "time": "1764074434", "uncertainty": 120 }, "stopId": "0:MDSP 2", "stopSequence": 11 }, { "arrival": { "time": "1764074465", "uncertainty": 120 }, "departure": { "time": "1764074465", "uncertainty": 120 }, "stopId": "0:BRIFF 6", "stopSequence": 12 }, { "arrival": { "time": "1764074528", "uncertainty": 120 }, "departure": { "time": "1764074528", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 13 }, { "arrival": { "time": "1764074544", "uncertainty": 120 }, "departure": { "time": "1764074544", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 14 }, { "arrival": { "time": "1764074593", "uncertainty": 120 }, "departure": { "time": "1764074593", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 15 }, { "arrival": { "time": "1764074707", "uncertainty": 120 }, "departure": { "time": "1764074707", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 16 }, { "arrival": { "time": "1764074787", "uncertainty": 120 }, "departure": { "time": "1764074787", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 }, { "arrival": { "time": "1764074882", "uncertainty": 120 }, "departure": { "time": "1764074882", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 18 }, { "arrival": { "time": "1764074917", "uncertainty": 120 }, "departure": { "time": "1764074917", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 19 }, { "arrival": { "time": "1764074981", "uncertainty": 120 }, "departure": { "time": "1764074981", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 20 }, { "arrival": { "time": "1764075047", "uncertainty": 120 }, "departure": { "time": "1764075047", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 21 }, { "arrival": { "time": "1764075275", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361634" }, "vehicle": { "id": "573", "label": "573" } } }, { "id": "3361633", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074568", "uncertainty": 120 }, "departure": { "time": "1764074568", "uncertainty": 120 }, "stopId": "0:BOTTE 2" }, { "arrival": { "time": "1764074639", "uncertainty": 120 }, "departure": { "time": "1764074639", "uncertainty": 120 }, "stopId": "0:FAUCO 2" }, { "arrival": { "time": "1764074719", "uncertainty": 120 }, "departure": { "time": "1764074719", "uncertainty": 120 }, "stopId": "0:PBLAN" }, { "arrival": { "time": "1764074832", "uncertainty": 120 }, "departure": { "time": "1764074832", "uncertainty": 120 }, "stopId": "0:CCOM1.2" }, { "departure": { "time": "1764072307", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 1 }, { "arrival": { "time": "1764072742", "uncertainty": 120 }, "departure": { "time": "1764072742", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 2 }, { "arrival": { "time": "1764072822", "uncertainty": 120 }, "departure": { "time": "1764072822", "uncertainty": 120 }, "stopId": "0:RCOL", "stopSequence": 3 }, { "arrival": { "time": "1764072855", "uncertainty": 120 }, "departure": { "time": "1764072855", "uncertainty": 120 }, "stopId": "0:MALBOU 2", "stopSequence": 4 }, { "arrival": { "time": "1764072969", "uncertainty": 120 }, "departure": { "time": "1764072969", "uncertainty": 120 }, "stopId": "0:ZAGU", "stopSequence": 5 }, { "arrival": { "time": "1764072987", "uncertainty": 120 }, "departure": { "time": "1764072987", "uncertainty": 120 }, "stopId": "0:MCUR", "stopSequence": 6 }, { "arrival": { "time": "1764073161", "uncertainty": 120 }, "departure": { "time": "1764073161", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 7 }, { "arrival": { "time": "1764073246", "uncertainty": 120 }, "departure": { "time": "1764073246", "uncertainty": 120 }, "stopId": "0:GAUM 3", "stopSequence": 8 }, { "arrival": { "time": "1764073276", "uncertainty": 120 }, "departure": { "time": "1764073276", "uncertainty": 120 }, "stopId": "0:ROBE 2", "stopSequence": 9 }, { "arrival": { "time": "1764073314", "uncertainty": 120 }, "departure": { "time": "1764073314", "uncertainty": 120 }, "stopId": "0:CDTR 2", "stopSequence": 10 }, { "arrival": { "time": "1764073367", "uncertainty": 120 }, "departure": { "time": "1764073367", "uncertainty": 120 }, "stopId": "0:MDSP 2", "stopSequence": 11 }, { "arrival": { "time": "1764073396", "uncertainty": 120 }, "departure": { "time": "1764073396", "uncertainty": 120 }, "stopId": "0:BRIFF 6", "stopSequence": 12 }, { "arrival": { "time": "1764073456", "uncertainty": 120 }, "departure": { "time": "1764073456", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 13 }, { "arrival": { "time": "1764073467", "uncertainty": 120 }, "departure": { "time": "1764073467", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 14 }, { "arrival": { "time": "1764073516", "uncertainty": 120 }, "departure": { "time": "1764073516", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 15 }, { "arrival": { "time": "1764073606", "uncertainty": 120 }, "departure": { "time": "1764073606", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 16 }, { "arrival": { "time": "1764073678", "uncertainty": 120 }, "departure": { "time": "1764073696", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 }, { "arrival": { "time": "1764073784", "uncertainty": 120 }, "departure": { "time": "1764073786", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 18 }, { "arrival": { "time": "1764073816", "uncertainty": 120 }, "departure": { "time": "1764073816", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 19 }, { "arrival": { "time": "1764073876", "uncertainty": 120 }, "departure": { "time": "1764073876", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 20 }, { "arrival": { "time": "1764073936", "uncertainty": 120 }, "departure": { "time": "1764073936", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 21 }, { "arrival": { "time": "1764074176", "uncertainty": 120 }, "departure": { "time": "1764074206", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 22 }, { "arrival": { "time": "1764074318", "uncertainty": 120 }, "departure": { "time": "1764074318", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 23 }, { "arrival": { "time": "1764074391", "uncertainty": 120 }, "departure": { "time": "1764074391", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 24 }, { "arrival": { "time": "1764074279", "uncertainty": 120 }, "departure": { "time": "1764074279", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND 2", "stopSequence": 25 }, { "arrival": { "time": "1764074400", "uncertainty": 120 }, "departure": { "time": "1764074400", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO 2", "stopSequence": 26 }, { "arrival": { "time": "1764074480", "uncertainty": 120 }, "departure": { "time": "1764074480", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE 2", "stopSequence": 27 }, { "arrival": { "time": "1764074524", "uncertainty": 120 }, "departure": { "time": "1764074524", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC 2", "stopSequence": 28 }, { "arrival": { "time": "1764074559", "uncertainty": 120 }, "departure": { "time": "1764074559", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO 2", "stopSequence": 29 }, { "arrival": { "time": "1764074609", "uncertainty": 120 }, "departure": { "time": "1764074609", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE 2", "stopSequence": 30 }, { "arrival": { "time": "1764074673", "uncertainty": 120 }, "departure": { "time": "1764074673", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN 2", "stopSequence": 31 }, { "arrival": { "time": "1764074836", "uncertainty": 120 }, "departure": { "time": "1764074836", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 32 }, { "arrival": { "time": "1764074883", "uncertainty": 120 }, "departure": { "time": "1764074883", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 33 }, { "arrival": { "time": "1764074939", "uncertainty": 120 }, "departure": { "time": "1764074939", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 34 }, { "arrival": { "time": "1764075030", "uncertainty": 120 }, "departure": { "time": "1764075030", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 35 }, { "arrival": { "time": "1764075132", "uncertainty": 120 }, "departure": { "time": "1764075132", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 36 }, { "arrival": { "time": "1764075189", "uncertainty": 120 }, "departure": { "time": "1764075189", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 37 }, { "arrival": { "time": "1764075321", "uncertainty": 120 }, "departure": { "time": "1764075321", "uncertainty": 120 }, "stopId": "0:BEAUM 2", "stopSequence": 38 }, { "arrival": { "time": "1764075380", "uncertainty": 120 }, "departure": { "time": "1764075380", "uncertainty": 120 }, "stopId": "0:GSOLE 4", "stopSequence": 39 }, { "arrival": { "time": "1764075469", "uncertainty": 120 }, "departure": { "time": "1764075469", "uncertainty": 120 }, "stopId": "0:LAVAN 2", "stopSequence": 40 }, { "arrival": { "time": "1764075508", "uncertainty": 120 }, "departure": { "time": "1764075508", "uncertainty": 120 }, "stopId": "0:SDFET 2", "stopSequence": 41 }, { "arrival": { "time": "1764075550", "uncertainty": 120 }, "departure": { "time": "1764075550", "uncertainty": 120 }, "stopId": "0:VALVI 2", "stopSequence": 42 }, { "arrival": { "time": "1764075599", "uncertainty": 120 }, "departure": { "time": "1764075599", "uncertainty": 120 }, "stopId": "0:JACEM 2", "stopSequence": 43 }, { "arrival": { "time": "1764075639", "uncertainty": 120 }, "departure": { "time": "1764075639", "uncertainty": 120 }, "stopId": "0:PLVIG 2", "stopSequence": 44 }, { "arrival": { "time": "1764075680", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 45 } ], "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361633" }, "vehicle": { "id": "119", "label": "119" } } }, { "id": "3360470", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077400", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360470" } } }, { "id": "3360469", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360469" } } }, { "id": "3360468", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074192", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 }, { "arrival": { "time": "1764074207", "uncertainty": 120 }, "departure": { "time": "1764074222", "uncertainty": 120 }, "stopId": "0:JBREL", "stopSequence": 2 }, { "arrival": { "time": "1764074244", "uncertainty": 120 }, "departure": { "time": "1764074244", "uncertainty": 120 }, "stopId": "0:MANOU", "stopSequence": 3 }, { "arrival": { "time": "1764074285", "uncertainty": 120 }, "departure": { "time": "1764074285", "uncertainty": 120 }, "stopId": "0:BELLE", "stopSequence": 4 }, { "arrival": { "time": "1764074356", "uncertainty": 120 }, "departure": { "time": "1764074356", "uncertainty": 120 }, "stopId": "0:VORGI", "stopSequence": 5 }, { "arrival": { "time": "1764074390", "uncertainty": 120 }, "departure": { "time": "1764074390", "uncertainty": 120 }, "stopId": "0:LALLE", "stopSequence": 6 }, { "arrival": { "time": "1764074437", "uncertainty": 120 }, "departure": { "time": "1764074437", "uncertainty": 120 }, "stopId": "0:FOLLE", "stopSequence": 7 }, { "arrival": { "time": "1764074467", "uncertainty": 120 }, "departure": { "time": "1764074467", "uncertainty": 120 }, "stopId": "0:TALAV", "stopSequence": 8 }, { "arrival": { "time": "1764074497", "uncertainty": 120 }, "departure": { "time": "1764074497", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 9 }, { "arrival": { "time": "1764074541", "uncertainty": 120 }, "departure": { "time": "1764074541", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 10 }, { "arrival": { "time": "1764074571", "uncertainty": 120 }, "departure": { "time": "1764074571", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 11 }, { "arrival": { "time": "1764074636", "uncertainty": 120 }, "departure": { "time": "1764074636", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 12 }, { "arrival": { "time": "1764074696", "uncertainty": 120 }, "departure": { "time": "1764074696", "uncertainty": 120 }, "stopId": "0:RALPE", "stopSequence": 13 }, { "arrival": { "time": "1764074726", "uncertainty": 120 }, "departure": { "time": "1764074726", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 14 }, { "arrival": { "time": "1764074777", "uncertainty": 120 }, "departure": { "time": "1764074777", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 15 }, { "arrival": { "time": "1764074862", "uncertainty": 120 }, "departure": { "time": "1764074862", "uncertainty": 120 }, "stopId": "0:IADAM", "stopSequence": 16 }, { "arrival": { "time": "1764074933", "uncertainty": 120 }, "departure": { "time": "1764074933", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 17 }, { "arrival": { "time": "1764075034", "uncertainty": 120 }, "departure": { "time": "1764075034", "uncertainty": 120 }, "stopId": "0:VALEN", "stopSequence": 18 }, { "arrival": { "time": "1764075119", "uncertainty": 120 }, "departure": { "time": "1764075119", "uncertainty": 120 }, "stopId": "0:TROND", "stopSequence": 19 }, { "arrival": { "time": "1764075197", "uncertainty": 120 }, "departure": { "time": "1764075197", "uncertainty": 120 }, "stopId": "0:RESER", "stopSequence": 20 }, { "arrival": { "time": "1764075263", "uncertainty": 120 }, "departure": { "time": "1764075263", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 21 }, { "arrival": { "time": "1764075327", "uncertainty": 120 }, "departure": { "time": "1764075327", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 22 }, { "arrival": { "time": "1764075444", "uncertainty": 120 }, "departure": { "time": "1764075444", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 23 }, { "arrival": { "time": "1764075538", "uncertainty": 120 }, "departure": { "time": "1764075538", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 24 }, { "arrival": { "time": "1764075604", "uncertainty": 120 }, "departure": { "time": "1764075604", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 25 }, { "arrival": { "time": "1764075796", "uncertainty": 120 }, "departure": { "time": "1764075796", "uncertainty": 120 }, "stopId": "0:BOTT 2", "stopSequence": 26 }, { "arrival": { "time": "1764075863", "uncertainty": 120 }, "departure": { "time": "1764075863", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 27 }, { "arrival": { "time": "1764075894", "uncertainty": 120 }, "departure": { "time": "1764075894", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 28 }, { "arrival": { "time": "1764075962", "uncertainty": 120 }, "departure": { "time": "1764075962", "uncertainty": 120 }, "stopId": "0:MAIRI G", "stopSequence": 29 }, { "arrival": { "time": "1764076022", "uncertainty": 120 }, "departure": { "time": "1764076022", "uncertainty": 120 }, "stopId": "0:CLAUD", "stopSequence": 30 }, { "arrival": { "time": "1764076064", "uncertainty": 120 }, "departure": { "time": "1764076064", "uncertainty": 120 }, "stopId": "0:ROSTA", "stopSequence": 31 }, { "arrival": { "time": "1764076121", "uncertainty": 120 }, "departure": { "time": "1764076121", "uncertainty": 120 }, "stopId": "0:GAGAR", "stopSequence": 32 }, { "arrival": { "time": "1764076194", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360468" }, "vehicle": { "id": "273", "label": "273" } } }, { "id": "3362174", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077040", "uncertainty": 120 }, "stopId": "0:_HOP", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362174" } } }, { "id": "3362173", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075480", "uncertainty": 120 }, "stopId": "0:_HOP", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362173" } } }, { "id": "3362172", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073367", "uncertainty": 120 }, "departure": { "time": "1764073367", "uncertainty": 120 }, "stopId": "0:_HOP 2" }, { "arrival": { "time": "1764073434", "uncertainty": 120 }, "departure": { "time": "1764073434", "uncertainty": 120 }, "stopId": "0:_YRA 2" }, { "arrival": { "time": "1764073459", "uncertainty": 120 }, "departure": { "time": "1764073459", "uncertainty": 120 }, "stopId": "0:_LPA 2" }, { "arrival": { "time": "1764073477", "uncertainty": 120 }, "departure": { "time": "1764073477", "uncertainty": 120 }, "stopId": "0:_ACA 2" }, { "arrival": { "time": "1764073524", "uncertainty": 120 }, "departure": { "time": "1764073524", "uncertainty": 120 }, "stopId": "0:_LPA" }, { "arrival": { "time": "1764073566", "uncertainty": 120 }, "departure": { "time": "1764073566", "uncertainty": 120 }, "stopId": "0:_YRAB" }, { "arrival": { "time": "1764073570", "uncertainty": 120 }, "departure": { "time": "1764073570", "uncertainty": 120 }, "stopId": "0:_YRA 2" }, { "arrival": { "time": "1764073582", "uncertainty": 120 }, "departure": { "time": "1764073585", "uncertainty": 120 }, "stopId": "0:_MCC 3" }, { "departure": { "time": "1764073080", "uncertainty": 120 }, "stopId": "0:_LYH", "stopSequence": 1 }, { "arrival": { "time": "1764073320", "uncertainty": 120 }, "departure": { "time": "1764073320", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_HOP", "stopSequence": 2 }, { "arrival": { "time": "1764073352", "uncertainty": 120 }, "departure": { "time": "1764073352", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LSE", "stopSequence": 3 }, { "arrival": { "time": "1764073496", "uncertainty": 120 }, "departure": { "time": "1764073496", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LAS", "stopSequence": 4 }, { "arrival": { "time": "1764073524", "uncertainty": 120 }, "departure": { "time": "1764073524", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_ACA", "stopSequence": 5 }, { "arrival": { "time": "1764073578", "uncertainty": 120 }, "departure": { "time": "1764073578", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LPA", "stopSequence": 6 }, { "arrival": { "time": "1764073604", "uncertainty": 120 }, "departure": { "time": "1764073604", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_YRAB", "stopSequence": 7 }, { "arrival": { "time": "1764073585", "uncertainty": 120 }, "departure": { "time": "1764073586", "uncertainty": 120 }, "stopId": "0:_MCC 3", "stopSequence": 8 }, { "arrival": { "time": "1764073646", "uncertainty": 120 }, "departure": { "time": "1764073646", "uncertainty": 120 }, "stopId": "0:_LRE", "stopSequence": 9 }, { "arrival": { "time": "1764073700", "uncertainty": 120 }, "departure": { "time": "1764073736", "uncertainty": 120 }, "stopId": "0:_JRO", "stopSequence": 10 }, { "arrival": { "time": "1764073812", "uncertainty": 120 }, "departure": { "time": "1764073812", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 11 }, { "arrival": { "time": "1764073907", "uncertainty": 120 }, "departure": { "time": "1764073907", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 12 }, { "arrival": { "time": "1764073967", "uncertainty": 120 }, "departure": { "time": "1764073967", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 13 }, { "arrival": { "time": "1764074036", "uncertainty": 120 }, "departure": { "time": "1764074036", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 14 }, { "arrival": { "time": "1764074252" }, "departure": { "time": "1764074252" }, "stopId": "0:_JJA 2", "stopSequence": 15 }, { "arrival": { "time": "1764074360" }, "departure": { "time": "1764074360" }, "stopId": "0:_LYT 2", "stopSequence": 16 }, { "arrival": { "time": "1764074407" }, "departure": { "time": "1764074407" }, "stopId": "0:_AMP 2", "stopSequence": 17 }, { "arrival": { "time": "1764074434" }, "departure": { "time": "1764074434" }, "stopId": "0:_GAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764074505" }, "departure": { "time": "1764074505" }, "stopId": "0:_PCA 2", "stopSequence": 19 }, { "arrival": { "time": "1764074532" }, "departure": { "time": "1764074532" }, "stopId": "0:_ADM 2", "stopSequence": 20 }, { "arrival": { "time": "1764074569" }, "departure": { "time": "1764074569" }, "stopId": "0:_SEX 2", "stopSequence": 21 }, { "arrival": { "time": "1764074652" }, "departure": { "time": "1764074652" }, "stopId": "0:_GALB2", "stopSequence": 22 }, { "arrival": { "time": "1764074691" }, "departure": { "time": "1764074691" }, "stopId": "0:BOVIAN 2", "stopSequence": 23 }, { "arrival": { "time": "1764074753" }, "departure": { "time": "1764074753" }, "stopId": "0:_NOB 2", "stopSequence": 24 }, { "arrival": { "time": "1764074873" }, "departure": { "time": "1764074873" }, "stopId": "0:_COL 3", "stopSequence": 25 }, { "arrival": { "time": "1764074991" }, "departure": { "time": "1764074991" }, "stopId": "0:_LVI 2", "stopSequence": 26 }, { "arrival": { "time": "1764075020" }, "departure": { "time": "1764075020" }, "stopId": "0:_MCU 2", "stopSequence": 27 }, { "arrival": { "time": "1764075092" }, "departure": { "time": "1764075092" }, "stopId": "0:ZAR", "stopSequence": 28 }, { "arrival": { "time": "1764075151" }, "departure": { "time": "1764075151" }, "stopId": "0:_CAF 2", "stopSequence": 29 }, { "arrival": { "time": "1764075253" }, "departure": { "time": "1764075253" }, "stopId": "0:_SVC", "stopSequence": 30 }, { "arrival": { "time": "1764075373" }, "stopId": "0:_PSP 2", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362172" }, "vehicle": { "id": "840", "label": "840" } } }, { "id": "3362147", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074087", "uncertainty": 120 }, "stopId": "0:_SPLG", "stopSequence": 1 }, { "arrival": { "time": "1764074313", "uncertainty": 120 }, "departure": { "time": "1764074313", "uncertainty": 120 }, "stopId": "0:_SPLR", "stopSequence": 2 }, { "arrival": { "time": "1764074424", "uncertainty": 120 }, "departure": { "time": "1764074424", "uncertainty": 120 }, "stopId": "0:_SPMAN", "stopSequence": 3 }, { "arrival": { "time": "1764074554", "uncertainty": 120 }, "departure": { "time": "1764074554", "uncertainty": 120 }, "stopId": "0:_PSP", "stopSequence": 4 }, { "arrival": { "time": "1764074628", "uncertainty": 120 }, "departure": { "time": "1764074628", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 5 }, { "arrival": { "time": "1764074766", "uncertainty": 120 }, "departure": { "time": "1764074766", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 6 }, { "arrival": { "time": "1764074820", "uncertainty": 120 }, "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 7 }, { "arrival": { "time": "1764074899", "uncertainty": 120 }, "departure": { "time": "1764074899", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 8 }, { "arrival": { "time": "1764074925", "uncertainty": 120 }, "departure": { "time": "1764074925", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 9 }, { "arrival": { "time": "1764075005", "uncertainty": 120 }, "departure": { "time": "1764075005", "uncertainty": 120 }, "stopId": "0:_COL 3", "stopSequence": 10 }, { "arrival": { "time": "1764075185", "uncertainty": 120 }, "departure": { "time": "1764075185", "uncertainty": 120 }, "stopId": "0:_NOB", "stopSequence": 11 }, { "arrival": { "time": "1764075256", "uncertainty": 120 }, "departure": { "time": "1764075256", "uncertainty": 120 }, "stopId": "0:BOVIAN", "stopSequence": 12 }, { "arrival": { "time": "1764075310", "uncertainty": 120 }, "departure": { "time": "1764075310", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 13 }, { "arrival": { "time": "1764075393", "uncertainty": 120 }, "departure": { "time": "1764075393", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 14 }, { "arrival": { "time": "1764075457", "uncertainty": 120 }, "departure": { "time": "1764075457", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 15 }, { "arrival": { "time": "1764075498", "uncertainty": 120 }, "departure": { "time": "1764075498", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 16 }, { "arrival": { "time": "1764075613", "uncertainty": 120 }, "departure": { "time": "1764075613", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 17 }, { "arrival": { "time": "1764075672", "uncertainty": 120 }, "departure": { "time": "1764075672", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 18 }, { "arrival": { "time": "1764075760", "uncertainty": 120 }, "departure": { "time": "1764075760", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 19 }, { "arrival": { "time": "1764075855", "uncertainty": 120 }, "departure": { "time": "1764075855", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 20 }, { "arrival": { "time": "1764076035", "uncertainty": 120 }, "departure": { "time": "1764076035", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 21 }, { "arrival": { "time": "1764076115", "uncertainty": 120 }, "departure": { "time": "1764076115", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 22 }, { "arrival": { "time": "1764076155", "uncertainty": 120 }, "departure": { "time": "1764076155", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 23 }, { "arrival": { "time": "1764076238", "uncertainty": 120 }, "departure": { "time": "1764076238", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 24 }, { "arrival": { "time": "1764076305", "uncertainty": 120 }, "departure": { "time": "1764076305", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 25 }, { "arrival": { "time": "1764076339", "uncertainty": 120 }, "departure": { "time": "1764076339", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 26 }, { "arrival": { "time": "1764076395", "uncertainty": 120 }, "departure": { "time": "1764076395", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 27 }, { "arrival": { "time": "1764076425", "uncertainty": 120 }, "departure": { "time": "1764076425", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 28 }, { "arrival": { "time": "1764076447", "uncertainty": 120 }, "departure": { "time": "1764076447", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 29 }, { "arrival": { "time": "1764076496", "uncertainty": 120 }, "departure": { "time": "1764076496", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 30 }, { "arrival": { "time": "1764076524", "uncertainty": 120 }, "departure": { "time": "1764076524", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 31 }, { "arrival": { "time": "1764076569", "uncertainty": 120 }, "departure": { "time": "1764076569", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 32 }, { "arrival": { "time": "1764076662", "uncertainty": 120 }, "departure": { "time": "1764076662", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 33 }, { "arrival": { "time": "1764076695", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362147" }, "vehicle": { "id": "848", "label": "848" } } }, { "id": "3362146", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764072755", "uncertainty": 120 }, "departure": { "time": "1764072760", "uncertainty": 120 }, "stopId": "0:_SPLR", "stopSequence": 2 }, { "arrival": { "time": "1764072879", "uncertainty": 120 }, "departure": { "time": "1764072880", "uncertainty": 120 }, "stopId": "0:_SPMAN", "stopSequence": 3 }, { "arrival": { "time": "1764073002", "uncertainty": 120 }, "departure": { "time": "1764073002", "uncertainty": 120 }, "stopId": "0:_PSP", "stopSequence": 4 }, { "arrival": { "time": "1764073061", "uncertainty": 120 }, "departure": { "time": "1764073061", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 5 }, { "arrival": { "time": "1764073191", "uncertainty": 120 }, "departure": { "time": "1764073191", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 6 }, { "arrival": { "time": "1764073244", "uncertainty": 120 }, "departure": { "time": "1764073244", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 7 }, { "arrival": { "time": "1764073319", "uncertainty": 120 }, "departure": { "time": "1764073319", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 8 }, { "arrival": { "time": "1764073342", "uncertainty": 120 }, "departure": { "time": "1764073342", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 9 }, { "arrival": { "time": "1764073433", "uncertainty": 120 }, "departure": { "time": "1764073433", "uncertainty": 120 }, "stopId": "0:_NOB", "stopSequence": 10 }, { "arrival": { "time": "1764073504", "uncertainty": 120 }, "departure": { "time": "1764073504", "uncertainty": 120 }, "stopId": "0:BOVIAN", "stopSequence": 11 }, { "arrival": { "time": "1764073557", "uncertainty": 120 }, "departure": { "time": "1764073557", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 12 }, { "arrival": { "time": "1764073632", "uncertainty": 120 }, "departure": { "time": "1764073662", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 13 }, { "arrival": { "time": "1764073723", "uncertainty": 120 }, "departure": { "time": "1764073723", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 14 }, { "arrival": { "time": "1764073752", "uncertainty": 120 }, "departure": { "time": "1764073752", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 15 }, { "arrival": { "time": "1764073890", "uncertainty": 120 }, "departure": { "time": "1764073890", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 16 }, { "arrival": { "time": "1764073926", "uncertainty": 120 }, "departure": { "time": "1764073926", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 17 }, { "arrival": { "time": "1764073978", "uncertainty": 120 }, "departure": { "time": "1764073991", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 18 }, { "arrival": { "time": "1764074075", "uncertainty": 120 }, "departure": { "time": "1764074081", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 19 }, { "arrival": { "time": "1764074199", "uncertainty": 120 }, "departure": { "time": "1764074232", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 20 }, { "arrival": { "time": "1764074307", "uncertainty": 120 }, "departure": { "time": "1764074307", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 21 }, { "arrival": { "time": "1764074374", "uncertainty": 120 }, "departure": { "time": "1764074374", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 22 }, { "arrival": { "time": "1764074441", "uncertainty": 120 }, "departure": { "time": "1764074441", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 23 }, { "arrival": { "time": "1764074508", "uncertainty": 120 }, "departure": { "time": "1764074508", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 24 }, { "arrival": { "time": "1764074542", "uncertainty": 120 }, "departure": { "time": "1764074542", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 25 }, { "arrival": { "time": "1764074598", "uncertainty": 120 }, "departure": { "time": "1764074598", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 26 }, { "arrival": { "time": "1764074628", "uncertainty": 120 }, "departure": { "time": "1764074628", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 27 }, { "arrival": { "time": "1764074650", "uncertainty": 120 }, "departure": { "time": "1764074650", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 28 }, { "arrival": { "time": "1764074699", "uncertainty": 120 }, "departure": { "time": "1764074699", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 29 }, { "arrival": { "time": "1764074727", "uncertainty": 120 }, "departure": { "time": "1764074727", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 30 }, { "arrival": { "time": "1764074772", "uncertainty": 120 }, "departure": { "time": "1764074772", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 31 }, { "arrival": { "time": "1764074865", "uncertainty": 120 }, "departure": { "time": "1764074865", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 32 }, { "arrival": { "time": "1764074898", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362146" }, "vehicle": { "id": "853", "label": "853" } } }, { "id": "3362148", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076560", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362148" } } }, { "id": "3362291", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074400", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 1 }, { "arrival": { "time": "1764074580", "uncertainty": 120 }, "departure": { "time": "1764074580", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1764074742", "uncertainty": 120 }, "departure": { "time": "1764074742", "uncertainty": 120 }, "stopId": "0:_VOL 2", "stopSequence": 3 }, { "arrival": { "time": "1764074774", "uncertainty": 120 }, "departure": { "time": "1764074774", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 4 }, { "arrival": { "time": "1764074940", "uncertainty": 120 }, "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 5 }, { "arrival": { "time": "1764074982", "uncertainty": 120 }, "departure": { "time": "1764074982", "uncertainty": 120 }, "stopId": "0:_ZAM", "stopSequence": 6 }, { "arrival": { "time": "1764075058", "uncertainty": 120 }, "departure": { "time": "1764075058", "uncertainty": 120 }, "stopId": "0:_AVA 2", "stopSequence": 7 }, { "arrival": { "time": "1764075092", "uncertainty": 120 }, "departure": { "time": "1764075092", "uncertainty": 120 }, "stopId": "0:_HDV 2", "stopSequence": 8 }, { "arrival": { "time": "1764075130", "uncertainty": 120 }, "departure": { "time": "1764075130", "uncertainty": 120 }, "stopId": "0:_PAN 2", "stopSequence": 9 }, { "arrival": { "time": "1764075218", "uncertainty": 120 }, "departure": { "time": "1764075218", "uncertainty": 120 }, "stopId": "0:_REN 2", "stopSequence": 10 }, { "arrival": { "time": "1764075273", "uncertainty": 120 }, "departure": { "time": "1764075273", "uncertainty": 120 }, "stopId": "0:_GRU 2", "stopSequence": 11 }, { "arrival": { "time": "1764075372", "uncertainty": 120 }, "departure": { "time": "1764075372", "uncertainty": 120 }, "stopId": "0:_LML 2", "stopSequence": 12 }, { "arrival": { "time": "1764075430", "uncertainty": 120 }, "departure": { "time": "1764075430", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 13 }, { "arrival": { "time": "1764075493", "uncertainty": 120 }, "departure": { "time": "1764075493", "uncertainty": 120 }, "stopId": "0:_ADP 2", "stopSequence": 14 }, { "arrival": { "time": "1764075569", "uncertainty": 120 }, "departure": { "time": "1764075569", "uncertainty": 120 }, "stopId": "0:_LPD 2", "stopSequence": 15 }, { "arrival": { "time": "1764075610", "uncertainty": 120 }, "departure": { "time": "1764075610", "uncertainty": 120 }, "stopId": "0:_MIN 2", "stopSequence": 16 }, { "arrival": { "time": "1764075666", "uncertainty": 120 }, "departure": { "time": "1764075666", "uncertainty": 120 }, "stopId": "0:_BDN 2", "stopSequence": 17 }, { "arrival": { "time": "1764075766", "uncertainty": 120 }, "stopId": "0:_LBY 2", "stopSequence": 18 }, { "arrival": { "time": "1764075900", "uncertainty": 120 }, "departure": { "time": "1764075900", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CMO", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362291" } } }, { "id": "3362292", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 1 }, { "arrival": { "time": "1764076380", "uncertainty": 120 }, "departure": { "time": "1764076380", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1764076542", "uncertainty": 120 }, "departure": { "time": "1764076542", "uncertainty": 120 }, "stopId": "0:_VOL 2", "stopSequence": 3 }, { "arrival": { "time": "1764076574", "uncertainty": 120 }, "departure": { "time": "1764076574", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 4 }, { "arrival": { "time": "1764076740", "uncertainty": 120 }, "departure": { "time": "1764076740", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 5 }, { "arrival": { "time": "1764076782", "uncertainty": 120 }, "departure": { "time": "1764076782", "uncertainty": 120 }, "stopId": "0:_ZAM", "stopSequence": 6 }, { "arrival": { "time": "1764076858", "uncertainty": 120 }, "departure": { "time": "1764076858", "uncertainty": 120 }, "stopId": "0:_AVA 2", "stopSequence": 7 }, { "arrival": { "time": "1764076892", "uncertainty": 120 }, "departure": { "time": "1764076892", "uncertainty": 120 }, "stopId": "0:_HDV 2", "stopSequence": 8 }, { "arrival": { "time": "1764076920", "uncertainty": 120 }, "departure": { "time": "1764076920", "uncertainty": 120 }, "stopId": "0:_PAN 2", "stopSequence": 9 }, { "arrival": { "time": "1764077008", "uncertainty": 120 }, "departure": { "time": "1764077008", "uncertainty": 120 }, "stopId": "0:_REN 2", "stopSequence": 10 }, { "arrival": { "time": "1764077063", "uncertainty": 120 }, "departure": { "time": "1764077063", "uncertainty": 120 }, "stopId": "0:_GRU 2", "stopSequence": 11 }, { "arrival": { "time": "1764077162", "uncertainty": 120 }, "departure": { "time": "1764077162", "uncertainty": 120 }, "stopId": "0:_LML 2", "stopSequence": 12 }, { "arrival": { "time": "1764077220", "uncertainty": 120 }, "departure": { "time": "1764077220", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 13 }, { "arrival": { "time": "1764077283", "uncertainty": 120 }, "departure": { "time": "1764077283", "uncertainty": 120 }, "stopId": "0:_ADP 2", "stopSequence": 14 }, { "arrival": { "time": "1764077359", "uncertainty": 120 }, "departure": { "time": "1764077359", "uncertainty": 120 }, "stopId": "0:_LPD 2", "stopSequence": 15 }, { "arrival": { "time": "1764077400", "uncertainty": 120 }, "departure": { "time": "1764077400", "uncertainty": 120 }, "stopId": "0:_MIN 2", "stopSequence": 16 }, { "arrival": { "time": "1764077456", "uncertainty": 120 }, "departure": { "time": "1764077456", "uncertainty": 120 }, "stopId": "0:_BDN 2", "stopSequence": 17 }, { "arrival": { "time": "1764077556", "uncertainty": 120 }, "stopId": "0:_LBY 2", "stopSequence": 18 }, { "arrival": { "time": "1764077700", "uncertainty": 120 }, "departure": { "time": "1764077700", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CMO", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362292" } } }, { "id": "3361727", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074100", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 }, { "arrival": { "time": "1764074198", "uncertainty": 120 }, "departure": { "time": "1764074219", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 2 }, { "arrival": { "time": "1764074339", "uncertainty": 120 }, "departure": { "time": "1764074339", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 3 }, { "arrival": { "time": "1764074384", "uncertainty": 120 }, "departure": { "time": "1764074384", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 4 }, { "arrival": { "time": "1764074435", "uncertainty": 120 }, "departure": { "time": "1764074435", "uncertainty": 120 }, "stopId": "0:SVIC 2", "stopSequence": 5 }, { "arrival": { "time": "1764074501", "uncertainty": 120 }, "departure": { "time": "1764074501", "uncertainty": 120 }, "stopId": "0:ESPE 2", "stopSequence": 6 }, { "arrival": { "time": "1764074589", "uncertainty": 120 }, "departure": { "time": "1764074589", "uncertainty": 120 }, "stopId": "0:TRINI 2", "stopSequence": 7 }, { "arrival": { "time": "1764074622", "uncertainty": 120 }, "departure": { "time": "1764074622", "uncertainty": 120 }, "stopId": "0:LESA 2", "stopSequence": 8 }, { "arrival": { "time": "1764074690", "uncertainty": 120 }, "departure": { "time": "1764074690", "uncertainty": 120 }, "stopId": "0:LAFA 2", "stopSequence": 9 }, { "arrival": { "time": "1764074725", "uncertainty": 120 }, "departure": { "time": "1764074725", "uncertainty": 120 }, "stopId": "0:CASS 2", "stopSequence": 10 }, { "arrival": { "time": "1764074788", "uncertainty": 120 }, "departure": { "time": "1764074788", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 11 }, { "arrival": { "time": "1764074874", "uncertainty": 120 }, "departure": { "time": "1764074874", "uncertainty": 120 }, "stopId": "0:VHUGO 2", "stopSequence": 12 }, { "arrival": { "time": "1764075007", "uncertainty": 120 }, "departure": { "time": "1764075007", "uncertainty": 120 }, "stopId": "0:ADMA 2", "stopSequence": 13 }, { "arrival": { "time": "1764075090", "uncertainty": 120 }, "departure": { "time": "1764075090", "uncertainty": 120 }, "stopId": "0:CD7 2", "stopSequence": 14 }, { "arrival": { "time": "1764075148", "uncertainty": 120 }, "departure": { "time": "1764075148", "uncertainty": 120 }, "stopId": "0:GRAN 2", "stopSequence": 15 }, { "arrival": { "time": "1764075210", "uncertainty": 120 }, "departure": { "time": "1764075210", "uncertainty": 120 }, "stopId": "0:AURO 2", "stopSequence": 16 }, { "arrival": { "time": "1764075279", "uncertainty": 120 }, "departure": { "time": "1764075279", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 17 }, { "arrival": { "time": "1764075317", "uncertainty": 120 }, "departure": { "time": "1764075317", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 18 }, { "arrival": { "time": "1764075371", "uncertainty": 120 }, "departure": { "time": "1764075371", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 19 }, { "arrival": { "time": "1764075427", "uncertainty": 120 }, "departure": { "time": "1764075427", "uncertainty": 120 }, "stopId": "0:ARAGO 2", "stopSequence": 20 }, { "arrival": { "time": "1764075466", "uncertainty": 120 }, "departure": { "time": "1764075466", "uncertainty": 120 }, "stopId": "0:CHAFF 2", "stopSequence": 21 }, { "arrival": { "time": "1764075518", "uncertainty": 120 }, "departure": { "time": "1764075518", "uncertainty": 120 }, "stopId": "0:CHEN 2", "stopSequence": 22 }, { "arrival": { "time": "1764075558", "uncertainty": 120 }, "departure": { "time": "1764075558", "uncertainty": 120 }, "stopId": "0:NEYR 2", "stopSequence": 23 }, { "arrival": { "time": "1764075602", "uncertainty": 120 }, "departure": { "time": "1764075602", "uncertainty": 120 }, "stopId": "0:RESI 2", "stopSequence": 24 }, { "arrival": { "time": "1764075628", "uncertainty": 120 }, "departure": { "time": "1764075628", "uncertainty": 120 }, "stopId": "0:JMAC 2", "stopSequence": 25 }, { "arrival": { "time": "1764075702", "uncertainty": 120 }, "departure": { "time": "1764075702", "uncertainty": 120 }, "stopId": "0:JMAC 1", "stopSequence": 26 }, { "arrival": { "time": "1764075746", "uncertainty": 120 }, "departure": { "time": "1764075746", "uncertainty": 120 }, "stopId": "0:SBO", "stopSequence": 27 }, { "arrival": { "time": "1764075944", "uncertainty": 120 }, "departure": { "time": "1764075944", "uncertainty": 120 }, "stopId": "0:BNO", "stopSequence": 28 }, { "arrival": { "time": "1764076064", "uncertainty": 120 }, "stopId": "0:_ELBA 2", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361727" }, "vehicle": { "id": "174", "label": "174" } } }, { "id": "3361726", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072471", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 }, { "arrival": { "time": "1764072561", "uncertainty": 120 }, "departure": { "time": "1764072561", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 2 }, { "arrival": { "time": "1764072683", "uncertainty": 120 }, "departure": { "time": "1764072683", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 3 }, { "arrival": { "time": "1764072720", "uncertainty": 120 }, "departure": { "time": "1764072741", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 4 }, { "arrival": { "time": "1764072788", "uncertainty": 120 }, "departure": { "time": "1764072788", "uncertainty": 120 }, "stopId": "0:SVIC 2", "stopSequence": 5 }, { "arrival": { "time": "1764072862", "uncertainty": 120 }, "departure": { "time": "1764072862", "uncertainty": 120 }, "stopId": "0:ESPE 2", "stopSequence": 6 }, { "arrival": { "time": "1764072951", "uncertainty": 120 }, "departure": { "time": "1764072951", "uncertainty": 120 }, "stopId": "0:TRINI 2", "stopSequence": 7 }, { "arrival": { "time": "1764072975", "uncertainty": 120 }, "departure": { "time": "1764072975", "uncertainty": 120 }, "stopId": "0:LESA 2", "stopSequence": 8 }, { "arrival": { "time": "1764073025", "uncertainty": 120 }, "departure": { "time": "1764073042", "uncertainty": 120 }, "stopId": "0:LAFA 2", "stopSequence": 9 }, { "arrival": { "time": "1764073071", "uncertainty": 120 }, "departure": { "time": "1764073071", "uncertainty": 120 }, "stopId": "0:CASS 2", "stopSequence": 10 }, { "arrival": { "time": "1764073121", "uncertainty": 120 }, "departure": { "time": "1764073131", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 11 }, { "arrival": { "time": "1764073231", "uncertainty": 120 }, "departure": { "time": "1764073251", "uncertainty": 120 }, "stopId": "0:VHUGO 2", "stopSequence": 12 }, { "arrival": { "time": "1764073379", "uncertainty": 120 }, "departure": { "time": "1764073379", "uncertainty": 120 }, "stopId": "0:ADMA 2", "stopSequence": 13 }, { "arrival": { "time": "1764073461", "uncertainty": 120 }, "departure": { "time": "1764073461", "uncertainty": 120 }, "stopId": "0:CD7 2", "stopSequence": 14 }, { "arrival": { "time": "1764073511", "uncertainty": 120 }, "departure": { "time": "1764073511", "uncertainty": 120 }, "stopId": "0:GRAN 2", "stopSequence": 15 }, { "arrival": { "time": "1764073565", "uncertainty": 120 }, "departure": { "time": "1764073581", "uncertainty": 120 }, "stopId": "0:AURO 2", "stopSequence": 16 }, { "arrival": { "time": "1764073651", "uncertainty": 120 }, "departure": { "time": "1764073671", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 17 }, { "arrival": { "time": "1764073707", "uncertainty": 120 }, "departure": { "time": "1764073707", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 18 }, { "arrival": { "time": "1764073762", "uncertainty": 120 }, "departure": { "time": "1764073792", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 19 }, { "arrival": { "time": "1764073845", "uncertainty": 120 }, "departure": { "time": "1764073851", "uncertainty": 120 }, "stopId": "0:ARAGO 2", "stopSequence": 20 }, { "arrival": { "time": "1764073890", "uncertainty": 120 }, "departure": { "time": "1764073890", "uncertainty": 120 }, "stopId": "0:CHAFF 2", "stopSequence": 21 }, { "arrival": { "time": "1764073941", "uncertainty": 120 }, "departure": { "time": "1764073941", "uncertainty": 120 }, "stopId": "0:CHEN 2", "stopSequence": 22 }, { "arrival": { "time": "1764073978", "uncertainty": 120 }, "departure": { "time": "1764073978", "uncertainty": 120 }, "stopId": "0:NEYR 2", "stopSequence": 23 }, { "arrival": { "time": "1764074020", "uncertainty": 120 }, "departure": { "time": "1764074020", "uncertainty": 120 }, "stopId": "0:RESI 2", "stopSequence": 24 }, { "arrival": { "time": "1764074040", "uncertainty": 120 }, "departure": { "time": "1764074040", "uncertainty": 120 }, "stopId": "0:JMAC 2", "stopSequence": 25 }, { "arrival": { "time": "1764074121", "uncertainty": 120 }, "departure": { "time": "1764074121", "uncertainty": 120 }, "stopId": "0:JMAC 1", "stopSequence": 26 }, { "arrival": { "time": "1764074163", "uncertainty": 120 }, "departure": { "time": "1764074181", "uncertainty": 120 }, "stopId": "0:SBO", "stopSequence": 27 }, { "arrival": { "time": "1764074391", "uncertainty": 120 }, "departure": { "time": "1764074391", "uncertainty": 120 }, "stopId": "0:BNO", "stopSequence": 28 }, { "arrival": { "time": "1764074511", "uncertainty": 120 }, "stopId": "0:_ELBA 2", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361726" }, "vehicle": { "id": "568", "label": "568" } } }, { "id": "3360014", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764071700", "uncertainty": 120 }, "stopId": "0:ALPO", "stopSequence": 1 }, { "arrival": { "time": "1764071929", "uncertainty": 120 }, "departure": { "time": "1764071941", "uncertainty": 120 }, "stopId": "0:_AXLM 2", "stopSequence": 2 }, { "arrival": { "time": "1764072098", "uncertainty": 120 }, "departure": { "time": "1764072121", "uncertainty": 120 }, "stopId": "0:_AXL 2", "stopSequence": 3 }, { "arrival": { "time": "1764072304", "uncertainty": 120 }, "departure": { "time": "1764072304", "uncertainty": 120 }, "stopId": "0:CASTO 2", "stopSequence": 4 }, { "arrival": { "time": "1764072340", "uncertainty": 120 }, "departure": { "time": "1764072340", "uncertainty": 120 }, "stopId": "0:ALPE 2", "stopSequence": 5 }, { "arrival": { "time": "1764072486", "uncertainty": 120 }, "departure": { "time": "1764072486", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 6 }, { "arrival": { "time": "1764072524", "uncertainty": 120 }, "departure": { "time": "1764072524", "uncertainty": 120 }, "stopId": "0:BELAIR 2", "stopSequence": 7 }, { "arrival": { "time": "1764072597", "uncertainty": 120 }, "departure": { "time": "1764072597", "uncertainty": 120 }, "stopId": "0:HDSUR 2", "stopSequence": 8 }, { "arrival": { "time": "1764072671", "uncertainty": 120 }, "departure": { "time": "1764072671", "uncertainty": 120 }, "stopId": "0:CHAMP 2", "stopSequence": 9 }, { "arrival": { "time": "1764072906", "uncertainty": 120 }, "departure": { "time": "1764072906", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 10 }, { "arrival": { "time": "1764072992", "uncertainty": 120 }, "departure": { "time": "1764072992", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 11 }, { "arrival": { "time": "1764073047", "uncertainty": 120 }, "departure": { "time": "1764073047", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 12 }, { "arrival": { "time": "1764073142", "uncertainty": 120 }, "departure": { "time": "1764073142", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 13 }, { "arrival": { "time": "1764073180", "uncertainty": 120 }, "departure": { "time": "1764073202", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 14 }, { "arrival": { "time": "1764073252", "uncertainty": 120 }, "departure": { "time": "1764073262", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 15 }, { "arrival": { "time": "1764073339", "uncertainty": 120 }, "departure": { "time": "1764073339", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 16 }, { "arrival": { "time": "1764073391", "uncertainty": 120 }, "departure": { "time": "1764073391", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 17 }, { "arrival": { "time": "1764073457", "uncertainty": 120 }, "departure": { "time": "1764073473", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 18 }, { "arrival": { "time": "1764073580", "uncertainty": 120 }, "departure": { "time": "1764073580", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 19 }, { "arrival": { "time": "1764073623", "uncertainty": 120 }, "departure": { "time": "1764073623", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 20 }, { "arrival": { "time": "1764073677", "uncertainty": 120 }, "departure": { "time": "1764073713", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 21 }, { "arrival": { "time": "1764073831", "uncertainty": 120 }, "departure": { "time": "1764073833", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 22 }, { "arrival": { "time": "1764074223", "uncertainty": 120 }, "departure": { "time": "1764074223", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 23 }, { "arrival": { "time": "1764074522", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "297", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360014" }, "vehicle": { "id": "6041", "label": "6041" } } }, { "id": "3361771", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073321", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 1 }, { "arrival": { "time": "1764073562", "uncertainty": 120 }, "departure": { "time": "1764073562", "uncertainty": 120 }, "stopId": "0:_EALO 2", "stopSequence": 2 }, { "arrival": { "time": "1764073610", "uncertainty": 120 }, "departure": { "time": "1764073621", "uncertainty": 120 }, "stopId": "0:ECOM", "stopSequence": 3 }, { "arrival": { "time": "1764073663", "uncertainty": 120 }, "departure": { "time": "1764073663", "uncertainty": 120 }, "stopId": "0:_ELJD 2", "stopSequence": 4 }, { "arrival": { "time": "1764073772", "uncertainty": 120 }, "departure": { "time": "1764073772", "uncertainty": 120 }, "stopId": "0:_ESA", "stopSequence": 5 }, { "arrival": { "time": "1764073955", "uncertainty": 120 }, "departure": { "time": "1764073955", "uncertainty": 120 }, "stopId": "0:_EGA", "stopSequence": 6 }, { "arrival": { "time": "1764074031", "uncertainty": 120 }, "departure": { "time": "1764074071", "uncertainty": 120 }, "stopId": "0:_ELBA", "stopSequence": 7 }, { "arrival": { "time": "1764074101", "uncertainty": 120 }, "departure": { "time": "1764074101", "uncertainty": 120 }, "stopId": "0:BNO 2", "stopSequence": 8 }, { "arrival": { "time": "1764074244", "uncertainty": 120 }, "departure": { "time": "1764074244", "uncertainty": 120 }, "stopId": "0:SBO 2", "stopSequence": 9 }, { "arrival": { "time": "1764074304", "uncertainty": 120 }, "departure": { "time": "1764074304", "uncertainty": 120 }, "stopId": "0:JMAC 3", "stopSequence": 10 }, { "arrival": { "time": "1764074356", "uncertainty": 120 }, "departure": { "time": "1764074356", "uncertainty": 120 }, "stopId": "0:JMAC 5", "stopSequence": 11 }, { "arrival": { "time": "1764074390", "uncertainty": 120 }, "departure": { "time": "1764074390", "uncertainty": 120 }, "stopId": "0:RESI", "stopSequence": 12 }, { "arrival": { "time": "1764074445", "uncertainty": 120 }, "departure": { "time": "1764074445", "uncertainty": 120 }, "stopId": "0:NEYR", "stopSequence": 13 }, { "arrival": { "time": "1764074493", "uncertainty": 120 }, "departure": { "time": "1764074493", "uncertainty": 120 }, "stopId": "0:CHEN", "stopSequence": 14 }, { "arrival": { "time": "1764074542", "uncertainty": 120 }, "departure": { "time": "1764074542", "uncertainty": 120 }, "stopId": "0:CHAFF", "stopSequence": 15 }, { "arrival": { "time": "1764074578", "uncertainty": 120 }, "departure": { "time": "1764074578", "uncertainty": 120 }, "stopId": "0:ARAGO", "stopSequence": 16 }, { "arrival": { "time": "1764074656", "uncertainty": 120 }, "departure": { "time": "1764074656", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 17 }, { "arrival": { "time": "1764074703", "uncertainty": 120 }, "departure": { "time": "1764074703", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 18 }, { "arrival": { "time": "1764074754", "uncertainty": 120 }, "departure": { "time": "1764074754", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 19 }, { "arrival": { "time": "1764074813", "uncertainty": 120 }, "departure": { "time": "1764074813", "uncertainty": 120 }, "stopId": "0:AURO", "stopSequence": 20 }, { "arrival": { "time": "1764074888", "uncertainty": 120 }, "departure": { "time": "1764074888", "uncertainty": 120 }, "stopId": "0:GRAN", "stopSequence": 21 }, { "arrival": { "time": "1764074964", "uncertainty": 120 }, "departure": { "time": "1764074964", "uncertainty": 120 }, "stopId": "0:CD7", "stopSequence": 22 }, { "arrival": { "time": "1764075034", "uncertainty": 120 }, "departure": { "time": "1764075034", "uncertainty": 120 }, "stopId": "0:ADMA", "stopSequence": 23 }, { "arrival": { "time": "1764075155", "uncertainty": 120 }, "departure": { "time": "1764075155", "uncertainty": 120 }, "stopId": "0:VHUGO", "stopSequence": 24 }, { "arrival": { "time": "1764075219", "uncertainty": 120 }, "departure": { "time": "1764075219", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 25 }, { "arrival": { "time": "1764075304", "uncertainty": 120 }, "departure": { "time": "1764075304", "uncertainty": 120 }, "stopId": "0:CASS", "stopSequence": 26 }, { "arrival": { "time": "1764075352", "uncertainty": 120 }, "departure": { "time": "1764075352", "uncertainty": 120 }, "stopId": "0:LAFA", "stopSequence": 27 }, { "arrival": { "time": "1764075446", "uncertainty": 120 }, "departure": { "time": "1764075446", "uncertainty": 120 }, "stopId": "0:LESA", "stopSequence": 28 }, { "arrival": { "time": "1764075495", "uncertainty": 120 }, "departure": { "time": "1764075495", "uncertainty": 120 }, "stopId": "0:TRINI", "stopSequence": 29 }, { "arrival": { "time": "1764075569", "uncertainty": 120 }, "departure": { "time": "1764075569", "uncertainty": 120 }, "stopId": "0:ESPE", "stopSequence": 30 }, { "arrival": { "time": "1764075616", "uncertainty": 120 }, "departure": { "time": "1764075616", "uncertainty": 120 }, "stopId": "0:SVIC", "stopSequence": 31 }, { "arrival": { "time": "1764075695", "uncertainty": 120 }, "departure": { "time": "1764075695", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 32 }, { "arrival": { "time": "1764075859", "uncertainty": 120 }, "departure": { "time": "1764075859", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 33 }, { "arrival": { "time": "1764075944", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361771" }, "vehicle": { "id": "549", "label": "549" } } }, { "id": "3361770", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076207", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 }, { "arrival": { "time": "1764076304", "uncertainty": 120 }, "departure": { "time": "1764076304", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 2 }, { "arrival": { "time": "1764076419", "uncertainty": 120 }, "departure": { "time": "1764076419", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 3 }, { "arrival": { "time": "1764076476", "uncertainty": 120 }, "departure": { "time": "1764076476", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 4 }, { "arrival": { "time": "1764076534", "uncertainty": 120 }, "departure": { "time": "1764076534", "uncertainty": 120 }, "stopId": "0:SVIC 2", "stopSequence": 5 }, { "arrival": { "time": "1764076584", "uncertainty": 120 }, "departure": { "time": "1764076584", "uncertainty": 120 }, "stopId": "0:ESPE 2", "stopSequence": 6 }, { "arrival": { "time": "1764076669", "uncertainty": 120 }, "departure": { "time": "1764076669", "uncertainty": 120 }, "stopId": "0:TRINI 2", "stopSequence": 7 }, { "arrival": { "time": "1764076720", "uncertainty": 120 }, "departure": { "time": "1764076720", "uncertainty": 120 }, "stopId": "0:LESA 2", "stopSequence": 8 }, { "arrival": { "time": "1764076823", "uncertainty": 120 }, "departure": { "time": "1764076823", "uncertainty": 120 }, "stopId": "0:LAFA 2", "stopSequence": 9 }, { "arrival": { "time": "1764076870", "uncertainty": 120 }, "departure": { "time": "1764076870", "uncertainty": 120 }, "stopId": "0:CASS 2", "stopSequence": 10 }, { "arrival": { "time": "1764076958", "uncertainty": 120 }, "departure": { "time": "1764076958", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 11 }, { "arrival": { "time": "1764077016", "uncertainty": 120 }, "departure": { "time": "1764077016", "uncertainty": 120 }, "stopId": "0:VHUGO 2", "stopSequence": 12 }, { "arrival": { "time": "1764077158", "uncertainty": 120 }, "departure": { "time": "1764077158", "uncertainty": 120 }, "stopId": "0:ADMA 2", "stopSequence": 13 }, { "arrival": { "time": "1764077244", "uncertainty": 120 }, "departure": { "time": "1764077244", "uncertainty": 120 }, "stopId": "0:CD7 2", "stopSequence": 14 }, { "arrival": { "time": "1764077317", "uncertainty": 120 }, "departure": { "time": "1764077317", "uncertainty": 120 }, "stopId": "0:GRAN 2", "stopSequence": 15 }, { "arrival": { "time": "1764077394", "uncertainty": 120 }, "departure": { "time": "1764077394", "uncertainty": 120 }, "stopId": "0:AURO 2", "stopSequence": 16 }, { "arrival": { "time": "1764077461", "uncertainty": 120 }, "departure": { "time": "1764077461", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 17 }, { "arrival": { "time": "1764077506", "uncertainty": 120 }, "departure": { "time": "1764077506", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 18 }, { "arrival": { "time": "1764077558", "uncertainty": 120 }, "departure": { "time": "1764077558", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 19 }, { "arrival": { "time": "1764077622", "uncertainty": 120 }, "departure": { "time": "1764077622", "uncertainty": 120 }, "stopId": "0:ARAGO 2", "stopSequence": 20 }, { "arrival": { "time": "1764077660", "uncertainty": 120 }, "departure": { "time": "1764077660", "uncertainty": 120 }, "stopId": "0:CHAFF 2", "stopSequence": 21 }, { "arrival": { "time": "1764077716", "uncertainty": 120 }, "departure": { "time": "1764077716", "uncertainty": 120 }, "stopId": "0:CHEN 2", "stopSequence": 22 }, { "arrival": { "time": "1764077764", "uncertainty": 120 }, "departure": { "time": "1764077764", "uncertainty": 120 }, "stopId": "0:NEYR 2", "stopSequence": 23 }, { "arrival": { "time": "1764077814", "uncertainty": 120 }, "departure": { "time": "1764077814", "uncertainty": 120 }, "stopId": "0:RESI 2", "stopSequence": 24 }, { "arrival": { "time": "1764077858", "uncertainty": 120 }, "departure": { "time": "1764077858", "uncertainty": 120 }, "stopId": "0:JMAC 2", "stopSequence": 25 }, { "arrival": { "time": "1764077911", "uncertainty": 120 }, "departure": { "time": "1764077911", "uncertainty": 120 }, "stopId": "0:JMAC 1", "stopSequence": 26 }, { "arrival": { "time": "1764077960", "uncertainty": 120 }, "departure": { "time": "1764077960", "uncertainty": 120 }, "stopId": "0:SBO", "stopSequence": 27 }, { "arrival": { "time": "1764078158", "uncertainty": 120 }, "departure": { "time": "1764078158", "uncertainty": 120 }, "stopId": "0:BNO", "stopSequence": 28 }, { "arrival": { "time": "1764078278", "uncertainty": 120 }, "stopId": "0:_ELBA 2", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361770" } } }, { "id": "3361755", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075115", "uncertainty": 120 }, "stopId": "0:_ELBA", "stopSequence": 1 }, { "arrival": { "time": "1764075155", "uncertainty": 120 }, "departure": { "time": "1764075155", "uncertainty": 120 }, "stopId": "0:BNO 2", "stopSequence": 2 }, { "arrival": { "time": "1764075343", "uncertainty": 120 }, "departure": { "time": "1764075343", "uncertainty": 120 }, "stopId": "0:SBO 2", "stopSequence": 3 }, { "arrival": { "time": "1764075403", "uncertainty": 120 }, "departure": { "time": "1764075403", "uncertainty": 120 }, "stopId": "0:JMAC 3", "stopSequence": 4 }, { "arrival": { "time": "1764075455", "uncertainty": 120 }, "departure": { "time": "1764075455", "uncertainty": 120 }, "stopId": "0:JMAC 5", "stopSequence": 5 }, { "arrival": { "time": "1764075489", "uncertainty": 120 }, "departure": { "time": "1764075489", "uncertainty": 120 }, "stopId": "0:RESI", "stopSequence": 6 }, { "arrival": { "time": "1764075544", "uncertainty": 120 }, "departure": { "time": "1764075544", "uncertainty": 120 }, "stopId": "0:NEYR", "stopSequence": 7 }, { "arrival": { "time": "1764075592", "uncertainty": 120 }, "departure": { "time": "1764075592", "uncertainty": 120 }, "stopId": "0:CHEN", "stopSequence": 8 }, { "arrival": { "time": "1764075641", "uncertainty": 120 }, "departure": { "time": "1764075641", "uncertainty": 120 }, "stopId": "0:CHAFF", "stopSequence": 9 }, { "arrival": { "time": "1764075677", "uncertainty": 120 }, "departure": { "time": "1764075677", "uncertainty": 120 }, "stopId": "0:ARAGO", "stopSequence": 10 }, { "arrival": { "time": "1764075755", "uncertainty": 120 }, "departure": { "time": "1764075755", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 11 }, { "arrival": { "time": "1764075788", "uncertainty": 120 }, "departure": { "time": "1764075788", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 12 }, { "arrival": { "time": "1764075836", "uncertainty": 120 }, "departure": { "time": "1764075836", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 13 }, { "arrival": { "time": "1764075895", "uncertainty": 120 }, "departure": { "time": "1764075895", "uncertainty": 120 }, "stopId": "0:AURO", "stopSequence": 14 }, { "arrival": { "time": "1764075970", "uncertainty": 120 }, "departure": { "time": "1764075970", "uncertainty": 120 }, "stopId": "0:GRAN", "stopSequence": 15 }, { "arrival": { "time": "1764076046", "uncertainty": 120 }, "departure": { "time": "1764076046", "uncertainty": 120 }, "stopId": "0:CD7", "stopSequence": 16 }, { "arrival": { "time": "1764076116", "uncertainty": 120 }, "departure": { "time": "1764076116", "uncertainty": 120 }, "stopId": "0:ADMA", "stopSequence": 17 }, { "arrival": { "time": "1764076237", "uncertainty": 120 }, "departure": { "time": "1764076237", "uncertainty": 120 }, "stopId": "0:VHUGO", "stopSequence": 18 }, { "arrival": { "time": "1764076301", "uncertainty": 120 }, "departure": { "time": "1764076301", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 19 }, { "arrival": { "time": "1764076386", "uncertainty": 120 }, "departure": { "time": "1764076386", "uncertainty": 120 }, "stopId": "0:CASS", "stopSequence": 20 }, { "arrival": { "time": "1764076434", "uncertainty": 120 }, "departure": { "time": "1764076434", "uncertainty": 120 }, "stopId": "0:LAFA", "stopSequence": 21 }, { "arrival": { "time": "1764076528", "uncertainty": 120 }, "departure": { "time": "1764076528", "uncertainty": 120 }, "stopId": "0:LESA", "stopSequence": 22 }, { "arrival": { "time": "1764076577", "uncertainty": 120 }, "departure": { "time": "1764076577", "uncertainty": 120 }, "stopId": "0:TRINI", "stopSequence": 23 }, { "arrival": { "time": "1764076651", "uncertainty": 120 }, "departure": { "time": "1764076651", "uncertainty": 120 }, "stopId": "0:ESPE", "stopSequence": 24 }, { "arrival": { "time": "1764076698", "uncertainty": 120 }, "departure": { "time": "1764076698", "uncertainty": 120 }, "stopId": "0:SVIC", "stopSequence": 25 }, { "arrival": { "time": "1764076777", "uncertainty": 120 }, "departure": { "time": "1764076777", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 26 }, { "arrival": { "time": "1764076941", "uncertainty": 120 }, "departure": { "time": "1764076941", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 27 }, { "arrival": { "time": "1764077022", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361755" } } }, { "id": "3360211", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076080", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360211" } } }, { "id": "3360210", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075540", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360210" } } }, { "id": "3360209", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360209" } } }, { "id": "3360208", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074240", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764074406", "uncertainty": 120 }, "departure": { "time": "1764074406", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764074478", "uncertainty": 120 }, "departure": { "time": "1764074478", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764074540", "uncertainty": 120 }, "departure": { "time": "1764074540", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764074590", "uncertainty": 120 }, "departure": { "time": "1764074590", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764074652", "uncertainty": 120 }, "departure": { "time": "1764074652", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1764074741", "uncertainty": 120 }, "departure": { "time": "1764074741", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1764074824", "uncertainty": 120 }, "departure": { "time": "1764074824", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1764074895", "uncertainty": 120 }, "departure": { "time": "1764074895", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1764074990", "uncertainty": 120 }, "departure": { "time": "1764074990", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1764075043", "uncertainty": 120 }, "departure": { "time": "1764075043", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1764075084", "uncertainty": 120 }, "departure": { "time": "1764075084", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1764075152", "uncertainty": 120 }, "departure": { "time": "1764075152", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1764075273", "uncertainty": 120 }, "departure": { "time": "1764075273", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1764075364", "uncertainty": 120 }, "departure": { "time": "1764075364", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1764075470", "uncertainty": 120 }, "departure": { "time": "1764075470", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1764075508", "uncertainty": 120 }, "departure": { "time": "1764075508", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1764075566", "uncertainty": 120 }, "departure": { "time": "1764075566", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1764075633", "uncertainty": 120 }, "departure": { "time": "1764075633", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1764075718", "uncertainty": 120 }, "departure": { "time": "1764075718", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1764075783", "uncertainty": 120 }, "departure": { "time": "1764075783", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1764075899", "uncertainty": 120 }, "departure": { "time": "1764075899", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1764076043", "uncertainty": 120 }, "departure": { "time": "1764076043", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1764076176", "uncertainty": 120 }, "departure": { "time": "1764076176", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1764076272", "uncertainty": 120 }, "departure": { "time": "1764076272", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1764076343", "uncertainty": 120 }, "departure": { "time": "1764076343", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1764076421", "uncertainty": 120 }, "departure": { "time": "1764076421", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1764076487", "uncertainty": 120 }, "departure": { "time": "1764076487", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1764076563", "uncertainty": 120 }, "departure": { "time": "1764076563", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1764076583", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360208" }, "vehicle": { "id": "115", "label": "115" } } }, { "id": "3360214", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077580", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360214" } } }, { "id": "3360213", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077100", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360213" } } }, { "id": "3361756", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076740", "uncertainty": 120 }, "stopId": "0:_ELBA", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361756" } } }, { "id": "3360212", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076620", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360212" } } }, { "id": "3361728", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077700", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361728" } } }, { "id": "3360859", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073609", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 1 }, { "arrival": { "time": "1764073871", "uncertainty": 120 }, "departure": { "time": "1764073879", "uncertainty": 120 }, "stopId": "0:SIMO 2", "stopSequence": 2 }, { "arrival": { "time": "1764073909", "uncertainty": 120 }, "departure": { "time": "1764073909", "uncertainty": 120 }, "stopId": "0:MON 2", "stopSequence": 3 }, { "arrival": { "time": "1764073989", "uncertainty": 120 }, "departure": { "time": "1764073989", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 4 }, { "arrival": { "time": "1764074119", "uncertainty": 120 }, "departure": { "time": "1764074119", "uncertainty": 120 }, "stopId": "0:RABEL 2", "stopSequence": 5 }, { "arrival": { "time": "1764074156", "uncertainty": 120 }, "departure": { "time": "1764074156", "uncertainty": 120 }, "stopId": "0:PECHE", "stopSequence": 6 }, { "arrival": { "time": "1764074209", "uncertainty": 120 }, "departure": { "time": "1764074209", "uncertainty": 120 }, "stopId": "0:GOUNO 2", "stopSequence": 7 }, { "arrival": { "time": "1764074252", "uncertainty": 120 }, "departure": { "time": "1764074252", "uncertainty": 120 }, "stopId": "0:ROSSI 2", "stopSequence": 8 }, { "arrival": { "time": "1764074305", "uncertainty": 120 }, "departure": { "time": "1764074305", "uncertainty": 120 }, "stopId": "0:ASTI", "stopSequence": 9 }, { "arrival": { "time": "1764074394", "uncertainty": 120 }, "departure": { "time": "1764074394", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 10 }, { "arrival": { "time": "1764074483", "uncertainty": 120 }, "departure": { "time": "1764074483", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 11 }, { "arrival": { "time": "1764074657", "uncertainty": 120 }, "departure": { "time": "1764074657", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 12 }, { "arrival": { "time": "1764074771", "uncertainty": 120 }, "departure": { "time": "1764074771", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 13 }, { "arrival": { "time": "1764074924", "uncertainty": 120 }, "departure": { "time": "1764074924", "uncertainty": 120 }, "stopId": "0:MONTP 2", "stopSequence": 14 }, { "arrival": { "time": "1764075019", "uncertainty": 120 }, "departure": { "time": "1764075019", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 15 }, { "arrival": { "time": "1764075064", "uncertainty": 120 }, "departure": { "time": "1764075064", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 16 }, { "arrival": { "time": "1764075153", "uncertainty": 120 }, "departure": { "time": "1764075153", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 17 }, { "arrival": { "time": "1764075215", "uncertainty": 120 }, "departure": { "time": "1764075215", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 18 }, { "arrival": { "time": "1764075320", "uncertainty": 120 }, "departure": { "time": "1764075320", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 19 }, { "arrival": { "time": "1764075416", "uncertainty": 120 }, "departure": { "time": "1764075416", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 20 }, { "arrival": { "time": "1764075486", "uncertainty": 120 }, "departure": { "time": "1764075486", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 21 }, { "arrival": { "time": "1764075605", "uncertainty": 120 }, "departure": { "time": "1764075605", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 22 }, { "arrival": { "time": "1764075689", "uncertainty": 120 }, "departure": { "time": "1764075689", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 23 }, { "arrival": { "time": "1764075783", "uncertainty": 120 }, "departure": { "time": "1764075783", "uncertainty": 120 }, "stopId": "0:PBLAN", "stopSequence": 24 }, { "arrival": { "time": "1764075919", "uncertainty": 120 }, "departure": { "time": "1764075919", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 25 }, { "arrival": { "time": "1764075967", "uncertainty": 120 }, "departure": { "time": "1764075967", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 26 }, { "arrival": { "time": "1764076044", "uncertainty": 120 }, "departure": { "time": "1764076044", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 27 }, { "arrival": { "time": "1764076139", "uncertainty": 120 }, "departure": { "time": "1764076139", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 28 }, { "arrival": { "time": "1764076259", "uncertainty": 120 }, "departure": { "time": "1764076259", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764076309", "uncertainty": 120 }, "departure": { "time": "1764076309", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 30 }, { "arrival": { "time": "1764076344", "uncertainty": 120 }, "departure": { "time": "1764076344", "uncertainty": 120 }, "stopId": "0:LIBER 2", "stopSequence": 31 }, { "arrival": { "time": "1764076412", "uncertainty": 120 }, "departure": { "time": "1764076412", "uncertainty": 120 }, "stopId": "0:CRUSS", "stopSequence": 32 }, { "arrival": { "time": "1764076459", "uncertainty": 120 }, "stopId": "0:HDVIL 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360859" }, "vehicle": { "id": "81", "label": "81" } } }, { "id": "3360858", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073044", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 }, { "arrival": { "time": "1764073163", "uncertainty": 120 }, "departure": { "time": "1764073163", "uncertainty": 120 }, "stopId": "0:RABEL 2", "stopSequence": 2 }, { "arrival": { "time": "1764073206", "uncertainty": 120 }, "departure": { "time": "1764073206", "uncertainty": 120 }, "stopId": "0:PECHE", "stopSequence": 3 }, { "arrival": { "time": "1764073284", "uncertainty": 120 }, "departure": { "time": "1764073284", "uncertainty": 120 }, "stopId": "0:GOUNO 2", "stopSequence": 4 }, { "arrival": { "time": "1764073336", "uncertainty": 120 }, "departure": { "time": "1764073344", "uncertainty": 120 }, "stopId": "0:ROSSI 2", "stopSequence": 5 }, { "arrival": { "time": "1764073396", "uncertainty": 120 }, "departure": { "time": "1764073405", "uncertainty": 120 }, "stopId": "0:ASTI", "stopSequence": 6 }, { "arrival": { "time": "1764073493", "uncertainty": 120 }, "departure": { "time": "1764073585", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 7 }, { "arrival": { "time": "1764073705", "uncertainty": 120 }, "departure": { "time": "1764073706", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 8 }, { "arrival": { "time": "1764073887", "uncertainty": 120 }, "departure": { "time": "1764073887", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 9 }, { "arrival": { "time": "1764074006", "uncertainty": 120 }, "departure": { "time": "1764074006", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 10 }, { "arrival": { "time": "1764074155", "uncertainty": 120 }, "departure": { "time": "1764074188", "uncertainty": 120 }, "stopId": "0:MONTP 2", "stopSequence": 11 }, { "arrival": { "time": "1764074277", "uncertainty": 120 }, "departure": { "time": "1764074277", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1764074321", "uncertainty": 120 }, "departure": { "time": "1764074321", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1764074410", "uncertainty": 120 }, "departure": { "time": "1764074410", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1764074472", "uncertainty": 120 }, "departure": { "time": "1764074472", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1764074577", "uncertainty": 120 }, "departure": { "time": "1764074577", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1764074675", "uncertainty": 120 }, "departure": { "time": "1764074675", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 17 }, { "arrival": { "time": "1764074749", "uncertainty": 120 }, "departure": { "time": "1764074749", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764074868", "uncertainty": 120 }, "departure": { "time": "1764074868", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 19 }, { "arrival": { "time": "1764074965", "uncertainty": 120 }, "departure": { "time": "1764074965", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 20 }, { "arrival": { "time": "1764075059", "uncertainty": 120 }, "departure": { "time": "1764075059", "uncertainty": 120 }, "stopId": "0:PBLAN", "stopSequence": 21 }, { "arrival": { "time": "1764075195", "uncertainty": 120 }, "departure": { "time": "1764075195", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 22 }, { "arrival": { "time": "1764075243", "uncertainty": 120 }, "departure": { "time": "1764075243", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 23 }, { "arrival": { "time": "1764075320", "uncertainty": 120 }, "departure": { "time": "1764075320", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 24 }, { "arrival": { "time": "1764075415", "uncertainty": 120 }, "departure": { "time": "1764075415", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 25 }, { "arrival": { "time": "1764075535", "uncertainty": 120 }, "departure": { "time": "1764075535", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 26 }, { "arrival": { "time": "1764075585", "uncertainty": 120 }, "departure": { "time": "1764075585", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 27 }, { "arrival": { "time": "1764075620", "uncertainty": 120 }, "departure": { "time": "1764075620", "uncertainty": 120 }, "stopId": "0:LIBER 2", "stopSequence": 28 }, { "arrival": { "time": "1764075688", "uncertainty": 120 }, "departure": { "time": "1764075688", "uncertainty": 120 }, "stopId": "0:CRUSS", "stopSequence": 29 }, { "arrival": { "time": "1764075735", "uncertainty": 120 }, "departure": { "time": "1764075735", "uncertainty": 120 }, "stopId": "0:HDVIL 2", "stopSequence": 30 }, { "arrival": { "time": "1764075764", "uncertainty": 120 }, "departure": { "time": "1764075764", "uncertainty": 120 }, "stopId": "0:FMALE", "stopSequence": 31 }, { "arrival": { "time": "1764075829", "uncertainty": 120 }, "departure": { "time": "1764075829", "uncertainty": 120 }, "stopId": "0:CROZE", "stopSequence": 32 }, { "arrival": { "time": "1764075876", "uncertainty": 120 }, "departure": { "time": "1764075876", "uncertainty": 120 }, "stopId": "0:StFLE", "stopSequence": 33 }, { "arrival": { "time": "1764075916", "uncertainty": 120 }, "departure": { "time": "1764075916", "uncertainty": 120 }, "stopId": "0:LVERG", "stopSequence": 34 }, { "arrival": { "time": "1764075953", "uncertainty": 120 }, "departure": { "time": "1764075953", "uncertainty": 120 }, "stopId": "0:PERDR", "stopSequence": 35 }, { "arrival": { "time": "1764076017", "uncertainty": 120 }, "departure": { "time": "1764076017", "uncertainty": 120 }, "stopId": "0:TOURT", "stopSequence": 36 }, { "arrival": { "time": "1764076102", "uncertainty": 120 }, "departure": { "time": "1764076102", "uncertainty": 120 }, "stopId": "0:CHAVA 2", "stopSequence": 37 }, { "arrival": { "time": "1764076151", "uncertainty": 120 }, "departure": { "time": "1764076151", "uncertainty": 120 }, "stopId": "0:CHAV", "stopSequence": 38 }, { "arrival": { "time": "1764076222", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360858" }, "vehicle": { "id": "66", "label": "66" } } }, { "id": "3360857", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764072104", "uncertainty": 120 }, "departure": { "time": "1764072104", "uncertainty": 120 }, "stopId": "0:SIMO 2", "stopSequence": 2 }, { "arrival": { "time": "1764072153", "uncertainty": 120 }, "departure": { "time": "1764072155", "uncertainty": 120 }, "stopId": "0:MON 2", "stopSequence": 3 }, { "arrival": { "time": "1764072223", "uncertainty": 120 }, "departure": { "time": "1764072223", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 4 }, { "arrival": { "time": "1764072335", "uncertainty": 120 }, "departure": { "time": "1764072335", "uncertainty": 120 }, "stopId": "0:RABEL 2", "stopSequence": 5 }, { "arrival": { "time": "1764072356", "uncertainty": 120 }, "departure": { "time": "1764072365", "uncertainty": 120 }, "stopId": "0:PECHE", "stopSequence": 6 }, { "arrival": { "time": "1764072421", "uncertainty": 120 }, "departure": { "time": "1764072421", "uncertainty": 120 }, "stopId": "0:GOUNO 2", "stopSequence": 7 }, { "arrival": { "time": "1764072460", "uncertainty": 120 }, "departure": { "time": "1764072460", "uncertainty": 120 }, "stopId": "0:ROSSI 2", "stopSequence": 8 }, { "arrival": { "time": "1764072511", "uncertainty": 120 }, "departure": { "time": "1764072511", "uncertainty": 120 }, "stopId": "0:ASTI", "stopSequence": 9 }, { "arrival": { "time": "1764072599", "uncertainty": 120 }, "departure": { "time": "1764072695", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 10 }, { "arrival": { "time": "1764072798", "uncertainty": 120 }, "departure": { "time": "1764072815", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 11 }, { "arrival": { "time": "1764072983", "uncertainty": 120 }, "departure": { "time": "1764072983", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 12 }, { "arrival": { "time": "1764073115", "uncertainty": 120 }, "departure": { "time": "1764073115", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 13 }, { "arrival": { "time": "1764073257", "uncertainty": 120 }, "departure": { "time": "1764073295", "uncertainty": 120 }, "stopId": "0:MONTP 2", "stopSequence": 14 }, { "arrival": { "time": "1764073369", "uncertainty": 120 }, "departure": { "time": "1764073385", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 15 }, { "arrival": { "time": "1764073432", "uncertainty": 120 }, "departure": { "time": "1764073445", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 16 }, { "arrival": { "time": "1764073526", "uncertainty": 120 }, "departure": { "time": "1764073595", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 17 }, { "arrival": { "time": "1764073664", "uncertainty": 120 }, "departure": { "time": "1764073664", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 18 }, { "arrival": { "time": "1764073751", "uncertainty": 120 }, "departure": { "time": "1764073805", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 19 }, { "arrival": { "time": "1764073903", "uncertainty": 120 }, "departure": { "time": "1764073925", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 20 }, { "arrival": { "time": "1764074002", "uncertainty": 120 }, "departure": { "time": "1764074045", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 21 }, { "arrival": { "time": "1764074154", "uncertainty": 120 }, "departure": { "time": "1764074165", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 22 }, { "arrival": { "time": "1764074255", "uncertainty": 120 }, "departure": { "time": "1764074255", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 23 }, { "arrival": { "time": "1764074326", "uncertainty": 120 }, "departure": { "time": "1764074326", "uncertainty": 120 }, "stopId": "0:PBLAN", "stopSequence": 24 }, { "arrival": { "time": "1764074428", "uncertainty": 120 }, "departure": { "time": "1764074428", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 25 }, { "arrival": { "time": "1764074474", "uncertainty": 120 }, "departure": { "time": "1764074474", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 26 }, { "arrival": { "time": "1764074522", "uncertainty": 120 }, "departure": { "time": "1764074522", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 27 }, { "arrival": { "time": "1764074610", "uncertainty": 120 }, "departure": { "time": "1764074610", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 28 }, { "arrival": { "time": "1764074704", "uncertainty": 120 }, "departure": { "time": "1764074704", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 29 }, { "arrival": { "time": "1764074764", "uncertainty": 120 }, "departure": { "time": "1764074764", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 30 }, { "arrival": { "time": "1764074820", "uncertainty": 120 }, "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:LIBER 2", "stopSequence": 31 }, { "arrival": { "time": "1764074881", "uncertainty": 120 }, "departure": { "time": "1764074881", "uncertainty": 120 }, "stopId": "0:CRUSS", "stopSequence": 32 }, { "arrival": { "time": "1764074939", "uncertainty": 120 }, "stopId": "0:HDVIL 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360857" }, "vehicle": { "id": "509", "label": "509" } } }, { "id": "3360207", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073743", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764073796", "uncertainty": 120 }, "departure": { "time": "1764073796", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764073846", "uncertainty": 120 }, "departure": { "time": "1764073860", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764073922", "uncertainty": 120 }, "departure": { "time": "1764073922", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764073980", "uncertainty": 120 }, "departure": { "time": "1764073980", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764074102", "uncertainty": 120 }, "departure": { "time": "1764074102", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1764074186", "uncertainty": 120 }, "departure": { "time": "1764074222", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1764074305", "uncertainty": 120 }, "departure": { "time": "1764074305", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1764074376", "uncertainty": 120 }, "departure": { "time": "1764074376", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1764074470", "uncertainty": 120 }, "departure": { "time": "1764074470", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1764074522", "uncertainty": 120 }, "departure": { "time": "1764074522", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1764074563", "uncertainty": 120 }, "departure": { "time": "1764074563", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1764074641", "uncertainty": 120 }, "departure": { "time": "1764074641", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1764074766", "uncertainty": 120 }, "departure": { "time": "1764074766", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1764074856", "uncertainty": 120 }, "departure": { "time": "1764074856", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1764074958", "uncertainty": 120 }, "departure": { "time": "1764074958", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1764074992", "uncertainty": 120 }, "departure": { "time": "1764074992", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1764075048", "uncertainty": 120 }, "departure": { "time": "1764075048", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1764075112", "uncertainty": 120 }, "departure": { "time": "1764075112", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1764075195", "uncertainty": 120 }, "departure": { "time": "1764075195", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1764075245", "uncertainty": 120 }, "departure": { "time": "1764075245", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1764075372", "uncertainty": 120 }, "departure": { "time": "1764075372", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1764075513", "uncertainty": 120 }, "departure": { "time": "1764075513", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1764075674", "uncertainty": 120 }, "departure": { "time": "1764075674", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1764075770", "uncertainty": 120 }, "departure": { "time": "1764075770", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1764075841", "uncertainty": 120 }, "departure": { "time": "1764075841", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1764075923", "uncertainty": 120 }, "departure": { "time": "1764075923", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1764075992", "uncertainty": 120 }, "departure": { "time": "1764075992", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1764076073", "uncertainty": 120 }, "departure": { "time": "1764076073", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1764076093", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360207" }, "vehicle": { "id": "67", "label": "67" } } }, { "id": "3360206", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073203", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764073279", "uncertainty": 120 }, "departure": { "time": "1764073292", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764073351", "uncertainty": 120 }, "departure": { "time": "1764073383", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764073442", "uncertainty": 120 }, "departure": { "time": "1764073442", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764073502", "uncertainty": 120 }, "departure": { "time": "1764073502", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764073562", "uncertainty": 120 }, "departure": { "time": "1764073562", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1764073646", "uncertainty": 120 }, "departure": { "time": "1764073652", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1764073731", "uncertainty": 120 }, "departure": { "time": "1764073742", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1764073811", "uncertainty": 120 }, "departure": { "time": "1764073832", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1764073919", "uncertainty": 120 }, "departure": { "time": "1764073922", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1764073973", "uncertainty": 120 }, "departure": { "time": "1764073973", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1764074010", "uncertainty": 120 }, "departure": { "time": "1764074012", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1764074134", "uncertainty": 120 }, "departure": { "time": "1764074134", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1764074268", "uncertainty": 120 }, "departure": { "time": "1764074268", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1764074358", "uncertainty": 120 }, "departure": { "time": "1764074358", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1764074460", "uncertainty": 120 }, "departure": { "time": "1764074460", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1764074493", "uncertainty": 120 }, "departure": { "time": "1764074493", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1764074548", "uncertainty": 120 }, "departure": { "time": "1764074548", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1764074613", "uncertainty": 120 }, "departure": { "time": "1764074613", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1764074697", "uncertainty": 120 }, "departure": { "time": "1764074697", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1764074747", "uncertainty": 120 }, "departure": { "time": "1764074747", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1764074875", "uncertainty": 120 }, "departure": { "time": "1764074875", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1764075014", "uncertainty": 120 }, "departure": { "time": "1764075014", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1764075180", "uncertainty": 120 }, "departure": { "time": "1764075180", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1764075258", "uncertainty": 120 }, "departure": { "time": "1764075258", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1764075330", "uncertainty": 120 }, "departure": { "time": "1764075330", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1764075441", "uncertainty": 120 }, "departure": { "time": "1764075441", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1764075484", "uncertainty": 120 }, "departure": { "time": "1764075484", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1764075525", "uncertainty": 120 }, "departure": { "time": "1764075525", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1764075545", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360206" }, "vehicle": { "id": "51", "label": "51" } } }, { "id": "3360205", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072632", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764072686", "uncertainty": 120 }, "departure": { "time": "1764072723", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764072783", "uncertainty": 120 }, "departure": { "time": "1764072783", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764072853", "uncertainty": 120 }, "departure": { "time": "1764072853", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764072902", "uncertainty": 120 }, "departure": { "time": "1764072902", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764072988", "uncertainty": 120 }, "departure": { "time": "1764072992", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1764073066", "uncertainty": 120 }, "departure": { "time": "1764073082", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1764073143", "uncertainty": 120 }, "departure": { "time": "1764073172", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1764073218", "uncertainty": 120 }, "departure": { "time": "1764073232", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1764073308", "uncertainty": 120 }, "departure": { "time": "1764073322", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1764073352", "uncertainty": 120 }, "departure": { "time": "1764073352", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1764073402", "uncertainty": 120 }, "departure": { "time": "1764073412", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1764073495", "uncertainty": 120 }, "departure": { "time": "1764073495", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1764073622", "uncertainty": 120 }, "departure": { "time": "1764073622", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1764073743", "uncertainty": 120 }, "departure": { "time": "1764073803", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1764073902", "uncertainty": 120 }, "departure": { "time": "1764073922", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1764073952", "uncertainty": 120 }, "departure": { "time": "1764073982", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1764074035", "uncertainty": 120 }, "departure": { "time": "1764074043", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1764074103", "uncertainty": 120 }, "departure": { "time": "1764074103", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1764074186", "uncertainty": 120 }, "departure": { "time": "1764074186", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1764074220", "uncertainty": 120 }, "departure": { "time": "1764074222", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1764074351", "uncertainty": 120 }, "departure": { "time": "1764074351", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1764074491", "uncertainty": 120 }, "departure": { "time": "1764074491", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1764074657", "uncertainty": 120 }, "departure": { "time": "1764074657", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1764074720", "uncertainty": 120 }, "departure": { "time": "1764074720", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1764074793", "uncertainty": 120 }, "departure": { "time": "1764074793", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1764074907", "uncertainty": 120 }, "departure": { "time": "1764074907", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1764074948", "uncertainty": 120 }, "departure": { "time": "1764074948", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1764074985", "uncertainty": 120 }, "departure": { "time": "1764074985", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1764075005", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360205" }, "vehicle": { "id": "120", "label": "120" } } }, { "id": "3360204", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072033", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1764072074", "uncertainty": 120 }, "departure": { "time": "1764072092", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1764072138", "uncertainty": 120 }, "departure": { "time": "1764072152", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1764072226", "uncertainty": 120 }, "departure": { "time": "1764072242", "uncertainty": 120 }, "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1764072302", "uncertainty": 120 }, "departure": { "time": "1764072302", "uncertainty": 120 }, "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1764072363", "uncertainty": 120 }, "departure": { "time": "1764072422", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1764072482", "uncertainty": 120 }, "departure": { "time": "1764072512", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1764072626", "uncertainty": 120 }, "departure": { "time": "1764072632", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1764072692", "uncertainty": 120 }, "departure": { "time": "1764072723", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1764072802", "uncertainty": 120 }, "departure": { "time": "1764072812", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1764072872", "uncertainty": 120 }, "departure": { "time": "1764072872", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1764072891", "uncertainty": 120 }, "departure": { "time": "1764072932", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1764072979", "uncertainty": 120 }, "departure": { "time": "1764072992", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1764073102", "uncertainty": 120 }, "departure": { "time": "1764073112", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1764073197", "uncertainty": 120 }, "departure": { "time": "1764073262", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1764073343", "uncertainty": 120 }, "departure": { "time": "1764073352", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1764073383", "uncertainty": 120 }, "departure": { "time": "1764073383", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1764073442", "uncertainty": 120 }, "departure": { "time": "1764073442", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1764073529", "uncertainty": 120 }, "departure": { "time": "1764073532", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1764073604", "uncertainty": 120 }, "departure": { "time": "1764073604", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1764073652", "uncertainty": 120 }, "departure": { "time": "1764073682", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1764073812", "uncertainty": 120 }, "departure": { "time": "1764073812", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1764073952", "uncertainty": 120 }, "departure": { "time": "1764073952", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1764074122", "uncertainty": 120 }, "departure": { "time": "1764074132", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1764074209", "uncertainty": 120 }, "departure": { "time": "1764074222", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1764074295", "uncertainty": 120 }, "departure": { "time": "1764074295", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1764074410", "uncertainty": 120 }, "departure": { "time": "1764074410", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1764074450", "uncertainty": 120 }, "departure": { "time": "1764074450", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1764074486", "uncertainty": 120 }, "departure": { "time": "1764074486", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1764074506", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360204" }, "vehicle": { "id": "107", "label": "107" } } }, { "id": "3361966", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072811", "uncertainty": 120 }, "stopId": "0:ALPO", "stopSequence": 1 }, { "arrival": { "time": "1764073091", "uncertainty": 120 }, "departure": { "time": "1764073091", "uncertainty": 120 }, "stopId": "0:_AXLM 2", "stopSequence": 2 }, { "arrival": { "time": "1764073285", "uncertainty": 120 }, "departure": { "time": "1764073285", "uncertainty": 120 }, "stopId": "0:_AXL 2", "stopSequence": 3 }, { "arrival": { "time": "1764073534", "uncertainty": 120 }, "departure": { "time": "1764073534", "uncertainty": 120 }, "stopId": "0:VTGV 2", "stopSequence": 4 }, { "arrival": { "time": "1764073670", "uncertainty": 120 }, "departure": { "time": "1764073670", "uncertainty": 120 }, "stopId": "0:ROVAL 2", "stopSequence": 5 }, { "arrival": { "time": "1764073792", "uncertainty": 120 }, "departure": { "time": "1764073792", "uncertainty": 120 }, "stopId": "0:CASTO 2", "stopSequence": 6 }, { "arrival": { "time": "1764073832", "uncertainty": 120 }, "departure": { "time": "1764073832", "uncertainty": 120 }, "stopId": "0:ALPE 2", "stopSequence": 7 }, { "arrival": { "time": "1764073862", "uncertainty": 120 }, "departure": { "time": "1764073862", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 8 }, { "arrival": { "time": "1764073918", "uncertainty": 120 }, "departure": { "time": "1764073918", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 9 }, { "arrival": { "time": "1764073962", "uncertainty": 120 }, "departure": { "time": "1764073962", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 10 }, { "arrival": { "time": "1764074009", "uncertainty": 120 }, "departure": { "time": "1764074009", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 11 }, { "arrival": { "time": "1764074034", "uncertainty": 120 }, "departure": { "time": "1764074034", "uncertainty": 120 }, "stopId": "0:MONE 2", "stopSequence": 12 }, { "arrival": { "time": "1764074106", "uncertainty": 120 }, "departure": { "time": "1764074106", "uncertainty": 120 }, "stopId": "0:BOUL 2", "stopSequence": 13 }, { "arrival": { "time": "1764074168", "uncertainty": 120 }, "departure": { "time": "1764074168", "uncertainty": 120 }, "stopId": "0:ROCH 2", "stopSequence": 14 }, { "arrival": { "time": "1764074239", "uncertainty": 120 }, "departure": { "time": "1764074239", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 15 }, { "arrival": { "time": "1764074318", "uncertainty": 120 }, "departure": { "time": "1764074318", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 16 }, { "arrival": { "time": "1764074372", "uncertainty": 120 }, "departure": { "time": "1764074372", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 17 }, { "arrival": { "time": "1764074518", "uncertainty": 120 }, "departure": { "time": "1764074518", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 18 }, { "arrival": { "time": "1764074618", "uncertainty": 120 }, "departure": { "time": "1764074618", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 19 }, { "arrival": { "time": "1764074755", "uncertainty": 120 }, "departure": { "time": "1764074755", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 20 }, { "arrival": { "time": "1764074896", "uncertainty": 120 }, "departure": { "time": "1764074896", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 21 }, { "arrival": { "time": "1764074933", "uncertainty": 120 }, "departure": { "time": "1764074933", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 22 }, { "arrival": { "time": "1764074974", "uncertainty": 120 }, "departure": { "time": "1764074974", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 23 }, { "arrival": { "time": "1764075024", "uncertainty": 120 }, "departure": { "time": "1764075024", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 24 }, { "arrival": { "time": "1764075060", "uncertainty": 120 }, "departure": { "time": "1764075060", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 25 }, { "arrival": { "time": "1764075120", "uncertainty": 120 }, "departure": { "time": "1764075120", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 26 }, { "arrival": { "time": "1764075215", "uncertainty": 120 }, "departure": { "time": "1764075215", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 27 }, { "arrival": { "time": "1764075295", "uncertainty": 120 }, "departure": { "time": "1764075295", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 28 }, { "arrival": { "time": "1764075335", "uncertainty": 120 }, "departure": { "time": "1764075335", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 29 }, { "arrival": { "time": "1764075437", "uncertainty": 120 }, "departure": { "time": "1764075437", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 30 }, { "arrival": { "time": "1764075514", "uncertainty": 120 }, "departure": { "time": "1764075514", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 31 }, { "arrival": { "time": "1764075546", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 32 }, { "arrival": { "time": "1764075360", "uncertainty": 120 }, "departure": { "time": "1764075360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG 2", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "25", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361966" }, "vehicle": { "id": "6251", "label": "6251" } } }, { "id": "3360291", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072569", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1764072588", "uncertainty": 120 }, "departure": { "time": "1764072629", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1764072689", "uncertainty": 120 }, "departure": { "time": "1764072689", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1764072711", "uncertainty": 120 }, "departure": { "time": "1764072720", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1764072869", "uncertainty": 120 }, "departure": { "time": "1764072869", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1764072959", "uncertainty": 120 }, "departure": { "time": "1764072989", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1764073049", "uncertainty": 120 }, "departure": { "time": "1764073049", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1764073178", "uncertainty": 120 }, "departure": { "time": "1764073199", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1764073330", "uncertainty": 120 }, "departure": { "time": "1764073330", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1764073477", "uncertainty": 120 }, "departure": { "time": "1764073477", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1764073529", "uncertainty": 120 }, "departure": { "time": "1764073529", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1764073612", "uncertainty": 120 }, "departure": { "time": "1764073650", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1764073689", "uncertainty": 120 }, "departure": { "time": "1764073709", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1764073799", "uncertainty": 120 }, "departure": { "time": "1764073799", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1764073858", "uncertainty": 120 }, "departure": { "time": "1764073859", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1764073965", "uncertainty": 120 }, "departure": { "time": "1764074009", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1764074099", "uncertainty": 120 }, "departure": { "time": "1764074099", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1764074176", "uncertainty": 120 }, "departure": { "time": "1764074189", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764074219", "uncertainty": 120 }, "departure": { "time": "1764074219", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764074252", "uncertainty": 120 }, "departure": { "time": "1764074252", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1764074285", "uncertainty": 120 }, "departure": { "time": "1764074285", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1764074435", "uncertainty": 120 }, "departure": { "time": "1764074435", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1764074498", "uncertainty": 120 }, "departure": { "time": "1764074498", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1764074588", "uncertainty": 120 }, "departure": { "time": "1764074588", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764074681", "uncertainty": 120 }, "departure": { "time": "1764074681", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1764074763", "uncertainty": 120 }, "departure": { "time": "1764074763", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764074824", "uncertainty": 120 }, "departure": { "time": "1764074824", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1764074871", "uncertainty": 120 }, "departure": { "time": "1764074871", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1764074946", "uncertainty": 120 }, "departure": { "time": "1764074946", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1764074998", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360291" }, "vehicle": { "id": "182", "label": "182" } } }, { "id": "3360290", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072003", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1764072022", "uncertainty": 120 }, "departure": { "time": "1764072033", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1764072089", "uncertainty": 120 }, "departure": { "time": "1764072089", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1764072112", "uncertainty": 120 }, "departure": { "time": "1764072123", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1764072303", "uncertainty": 120 }, "departure": { "time": "1764072303", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1764072375", "uncertainty": 120 }, "departure": { "time": "1764072393", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1764072442", "uncertainty": 120 }, "departure": { "time": "1764072483", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1764072585", "uncertainty": 120 }, "departure": { "time": "1764072603", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1764072723", "uncertainty": 120 }, "departure": { "time": "1764072723", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1764072824", "uncertainty": 120 }, "departure": { "time": "1764072824", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1764072873", "uncertainty": 120 }, "departure": { "time": "1764072873", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1764072959", "uncertainty": 120 }, "departure": { "time": "1764072993", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1764073053", "uncertainty": 120 }, "departure": { "time": "1764073053", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1764073137", "uncertainty": 120 }, "departure": { "time": "1764073137", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1764073173", "uncertainty": 120 }, "departure": { "time": "1764073173", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1764073263", "uncertainty": 120 }, "departure": { "time": "1764073292", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1764073383", "uncertainty": 120 }, "departure": { "time": "1764073383", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1764073463", "uncertainty": 120 }, "departure": { "time": "1764073473", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764073533", "uncertainty": 120 }, "departure": { "time": "1764073533", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764073563", "uncertainty": 120 }, "departure": { "time": "1764073563", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1764073593", "uncertainty": 120 }, "departure": { "time": "1764073593", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1764073743", "uncertainty": 120 }, "departure": { "time": "1764073743", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1764073803", "uncertainty": 120 }, "departure": { "time": "1764073803", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1764073893", "uncertainty": 120 }, "departure": { "time": "1764073893", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764073984", "uncertainty": 120 }, "departure": { "time": "1764073984", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1764074132", "uncertainty": 120 }, "departure": { "time": "1764074132", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764074193", "uncertainty": 120 }, "departure": { "time": "1764074193", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1764074239", "uncertainty": 120 }, "departure": { "time": "1764074239", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1764074314", "uncertainty": 120 }, "departure": { "time": "1764074314", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1764074366", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360290" }, "vehicle": { "id": "124", "label": "124" } } }, { "id": "3360295", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360295" } } }, { "id": "3360294", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074340", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1764074377", "uncertainty": 120 }, "departure": { "time": "1764074377", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1764074459", "uncertainty": 120 }, "departure": { "time": "1764074459", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1764074475", "uncertainty": 120 }, "departure": { "time": "1764074475", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1764074623", "uncertainty": 120 }, "departure": { "time": "1764074623", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1764074714", "uncertainty": 120 }, "departure": { "time": "1764074714", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1764074796", "uncertainty": 120 }, "departure": { "time": "1764074796", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1764074927", "uncertainty": 120 }, "departure": { "time": "1764074927", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1764075047", "uncertainty": 120 }, "departure": { "time": "1764075047", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1764075152", "uncertainty": 120 }, "departure": { "time": "1764075152", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1764075192", "uncertainty": 120 }, "departure": { "time": "1764075192", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1764075271", "uncertainty": 120 }, "departure": { "time": "1764075271", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1764075325", "uncertainty": 120 }, "departure": { "time": "1764075325", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1764075413", "uncertainty": 120 }, "departure": { "time": "1764075413", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1764075481", "uncertainty": 120 }, "departure": { "time": "1764075481", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1764075586", "uncertainty": 120 }, "departure": { "time": "1764075586", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1764075684", "uncertainty": 120 }, "departure": { "time": "1764075684", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1764075769", "uncertainty": 120 }, "departure": { "time": "1764075769", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764075806", "uncertainty": 120 }, "departure": { "time": "1764075806", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764075870", "uncertainty": 120 }, "departure": { "time": "1764075870", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1764075933", "uncertainty": 120 }, "departure": { "time": "1764075933", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1764076083", "uncertainty": 120 }, "departure": { "time": "1764076083", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1764076168", "uncertainty": 120 }, "departure": { "time": "1764076168", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1764076261", "uncertainty": 120 }, "departure": { "time": "1764076261", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764076375", "uncertainty": 120 }, "departure": { "time": "1764076375", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1764076443", "uncertainty": 120 }, "departure": { "time": "1764076443", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764076499", "uncertainty": 120 }, "departure": { "time": "1764076499", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1764076563", "uncertainty": 120 }, "departure": { "time": "1764076563", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1764076634", "uncertainty": 120 }, "departure": { "time": "1764076634", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1764076683", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360294" } } }, { "id": "3360293", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073799", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1764073838", "uncertainty": 120 }, "departure": { "time": "1764073838", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1764073919", "uncertainty": 120 }, "departure": { "time": "1764073919", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1764073930", "uncertainty": 120 }, "departure": { "time": "1764073930", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1764074087", "uncertainty": 120 }, "departure": { "time": "1764074099", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1764074189", "uncertainty": 120 }, "departure": { "time": "1764074219", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1764074302", "uncertainty": 120 }, "departure": { "time": "1764074302", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1764074433", "uncertainty": 120 }, "departure": { "time": "1764074433", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1764074553", "uncertainty": 120 }, "departure": { "time": "1764074553", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1764074658", "uncertainty": 120 }, "departure": { "time": "1764074658", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1764074710", "uncertainty": 120 }, "departure": { "time": "1764074710", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1764074792", "uncertainty": 120 }, "departure": { "time": "1764074792", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1764074836", "uncertainty": 120 }, "departure": { "time": "1764074836", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1764074925", "uncertainty": 120 }, "departure": { "time": "1764074925", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1764074987", "uncertainty": 120 }, "departure": { "time": "1764074987", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1764075093", "uncertainty": 120 }, "departure": { "time": "1764075093", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1764075184", "uncertainty": 120 }, "departure": { "time": "1764075184", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1764075264", "uncertainty": 120 }, "departure": { "time": "1764075264", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764075323", "uncertainty": 120 }, "departure": { "time": "1764075323", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764075387", "uncertainty": 120 }, "departure": { "time": "1764075387", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1764075450", "uncertainty": 120 }, "departure": { "time": "1764075450", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1764075600", "uncertainty": 120 }, "departure": { "time": "1764075600", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1764075685", "uncertainty": 120 }, "departure": { "time": "1764075685", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1764075778", "uncertainty": 120 }, "departure": { "time": "1764075778", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764075892", "uncertainty": 120 }, "departure": { "time": "1764075892", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1764075960", "uncertainty": 120 }, "departure": { "time": "1764075960", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764076016", "uncertainty": 120 }, "departure": { "time": "1764076016", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1764076080", "uncertainty": 120 }, "departure": { "time": "1764076080", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1764076151", "uncertainty": 120 }, "departure": { "time": "1764076151", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360293" }, "vehicle": { "id": "118", "label": "118" } } }, { "id": "3360292", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073173", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1764073192", "uncertainty": 120 }, "departure": { "time": "1764073192", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1764073274", "uncertainty": 120 }, "departure": { "time": "1764073274", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1764073307", "uncertainty": 120 }, "departure": { "time": "1764073383", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1764073473", "uncertainty": 120 }, "departure": { "time": "1764073503", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1764073593", "uncertainty": 120 }, "departure": { "time": "1764073623", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1764073707", "uncertainty": 120 }, "departure": { "time": "1764073743", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1764073874", "uncertainty": 120 }, "departure": { "time": "1764073923", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1764074042", "uncertainty": 120 }, "departure": { "time": "1764074042", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1764074146", "uncertainty": 120 }, "departure": { "time": "1764074163", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1764074201", "uncertainty": 120 }, "departure": { "time": "1764074223", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1764074303", "uncertainty": 120 }, "departure": { "time": "1764074303", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1764074347", "uncertainty": 120 }, "departure": { "time": "1764074347", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1764074437", "uncertainty": 120 }, "departure": { "time": "1764074437", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1764074499", "uncertainty": 120 }, "departure": { "time": "1764074499", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1764074604", "uncertainty": 120 }, "departure": { "time": "1764074604", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1764074702", "uncertainty": 120 }, "departure": { "time": "1764074702", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1764074782", "uncertainty": 120 }, "departure": { "time": "1764074782", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764074815", "uncertainty": 120 }, "departure": { "time": "1764074815", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1764074849", "uncertainty": 120 }, "departure": { "time": "1764074849", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1764074883", "uncertainty": 120 }, "departure": { "time": "1764074883", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1764075033", "uncertainty": 120 }, "departure": { "time": "1764075033", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1764075096", "uncertainty": 120 }, "departure": { "time": "1764075096", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1764075186", "uncertainty": 120 }, "departure": { "time": "1764075186", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1764075280", "uncertainty": 120 }, "departure": { "time": "1764075280", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1764075348", "uncertainty": 120 }, "departure": { "time": "1764075348", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1764075408", "uncertainty": 120 }, "departure": { "time": "1764075408", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1764075463", "uncertainty": 120 }, "departure": { "time": "1764075463", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1764075536", "uncertainty": 120 }, "departure": { "time": "1764075536", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1764075587", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360292" }, "vehicle": { "id": "74", "label": "74" } } }, { "id": "3360299", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360299" } } }, { "id": "3360298", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076620", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360298" } } }, { "id": "3362021", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076980", "uncertainty": 120 }, "stopId": "0:UPI", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362021" } } }, { "id": "3360297", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076080", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360297" } } }, { "id": "3362020", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074176", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 }, { "arrival": { "time": "1764074322", "uncertainty": 120 }, "departure": { "time": "1764074322", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 2 }, { "arrival": { "time": "1764074413", "uncertainty": 120 }, "departure": { "time": "1764074413", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 3 }, { "arrival": { "time": "1764074495", "uncertainty": 120 }, "departure": { "time": "1764074495", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 4 }, { "arrival": { "time": "1764074600", "uncertainty": 120 }, "departure": { "time": "1764074600", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 5 }, { "arrival": { "time": "1764074663", "uncertainty": 120 }, "departure": { "time": "1764074663", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 6 }, { "arrival": { "time": "1764074714", "uncertainty": 120 }, "departure": { "time": "1764074714", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 7 }, { "arrival": { "time": "1764074789", "uncertainty": 120 }, "departure": { "time": "1764074789", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 8 }, { "arrival": { "time": "1764074810", "uncertainty": 120 }, "departure": { "time": "1764074810", "uncertainty": 120 }, "stopId": "0:GROUS", "stopSequence": 9 }, { "arrival": { "time": "1764074865", "uncertainty": 120 }, "departure": { "time": "1764074865", "uncertainty": 120 }, "stopId": "0:SRUF 2", "stopSequence": 10 }, { "arrival": { "time": "1764074969", "uncertainty": 120 }, "departure": { "time": "1764074969", "uncertainty": 120 }, "stopId": "0:L3BU", "stopSequence": 11 }, { "arrival": { "time": "1764075097", "uncertainty": 120 }, "departure": { "time": "1764075097", "uncertainty": 120 }, "stopId": "0:BLQU 2", "stopSequence": 12 }, { "arrival": { "time": "1764075235", "uncertainty": 120 }, "departure": { "time": "1764075235", "uncertainty": 120 }, "stopId": "0:BLCH 2", "stopSequence": 13 }, { "arrival": { "time": "1764075269", "uncertainty": 120 }, "departure": { "time": "1764075269", "uncertainty": 120 }, "stopId": "0:BMDA 2", "stopSequence": 14 }, { "arrival": { "time": "1764075389", "uncertainty": 120 }, "departure": { "time": "1764075389", "uncertainty": 120 }, "stopId": "0:GABV 2", "stopSequence": 15 }, { "arrival": { "time": "1764075509", "uncertainty": 120 }, "departure": { "time": "1764075509", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 16 }, { "arrival": { "time": "1764075556", "uncertainty": 120 }, "departure": { "time": "1764075556", "uncertainty": 120 }, "stopId": "0:MOT3BE2", "stopSequence": 17 }, { "arrival": { "time": "1764075581", "uncertainty": 120 }, "departure": { "time": "1764075581", "uncertainty": 120 }, "stopId": "0:MOTC 2", "stopSequence": 18 }, { "arrival": { "time": "1764075652", "uncertainty": 120 }, "departure": { "time": "1764075652", "uncertainty": 120 }, "stopId": "0:MOTPE 2", "stopSequence": 19 }, { "arrival": { "time": "1764075768", "uncertainty": 120 }, "departure": { "time": "1764075768", "uncertainty": 120 }, "stopId": "0:MPEL 2", "stopSequence": 20 }, { "arrival": { "time": "1764075822", "uncertainty": 120 }, "departure": { "time": "1764075822", "uncertainty": 120 }, "stopId": "0:MPSO 2", "stopSequence": 21 }, { "arrival": { "time": "1764075869", "uncertainty": 120 }, "departure": { "time": "1764075869", "uncertainty": 120 }, "stopId": "0:MPD", "stopSequence": 22 }, { "arrival": { "time": "1764076122", "uncertainty": 120 }, "departure": { "time": "1764076122", "uncertainty": 120 }, "stopId": "0:UPIAG 2", "stopSequence": 23 }, { "arrival": { "time": "1764076169", "uncertainty": 120 }, "stopId": "0:UPI 2", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362020" }, "vehicle": { "id": "6250", "label": "6250" } } }, { "id": "3360296", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075540", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360296" } } }, { "id": "3360300", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077640", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360300" } } }, { "id": "3362070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074700", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "27", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362070" } } }, { "id": "3362072", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077580", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "27", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362072" } } }, { "id": "3362809", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073504", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764073565", "uncertainty": 120 }, "departure": { "time": "1764073566", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764073620", "uncertainty": 120 }, "departure": { "time": "1764073620", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764073655", "uncertainty": 120 }, "departure": { "time": "1764073655", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764073795", "uncertainty": 120 }, "departure": { "time": "1764073795", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 5 }, { "arrival": { "time": "1764073837", "uncertainty": 120 }, "departure": { "time": "1764073837", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764073880", "uncertainty": 120 }, "departure": { "time": "1764073896", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 7 }, { "arrival": { "time": "1764073952", "uncertainty": 120 }, "departure": { "time": "1764073952", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 8 }, { "arrival": { "time": "1764074076", "uncertainty": 120 }, "departure": { "time": "1764074076", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 9 }, { "arrival": { "time": "1764074159", "uncertainty": 120 }, "departure": { "time": "1764074166", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 10 }, { "arrival": { "time": "1764074390", "uncertainty": 120 }, "departure": { "time": "1764074390", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 11 }, { "arrival": { "time": "1764074540", "uncertainty": 120 }, "departure": { "time": "1764074540", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764074616", "uncertainty": 120 }, "departure": { "time": "1764074616", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764074685", "uncertainty": 120 }, "departure": { "time": "1764074685", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 14 }, { "arrival": { "time": "1764074744", "uncertainty": 120 }, "departure": { "time": "1764074744", "uncertainty": 120 }, "stopId": "0:POLY", "stopSequence": 15 }, { "arrival": { "time": "1764074799", "uncertainty": 120 }, "departure": { "time": "1764074799", "uncertainty": 120 }, "stopId": "0:GUYN", "stopSequence": 16 }, { "arrival": { "time": "1764074866", "uncertainty": 120 }, "departure": { "time": "1764074866", "uncertainty": 120 }, "stopId": "0:DBLAN", "stopSequence": 17 }, { "arrival": { "time": "1764075047", "uncertainty": 120 }, "departure": { "time": "1764075047", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 18 }, { "arrival": { "time": "1764075143", "uncertainty": 120 }, "departure": { "time": "1764075143", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 19 }, { "arrival": { "time": "1764075184", "uncertainty": 120 }, "departure": { "time": "1764075184", "uncertainty": 120 }, "stopId": "0:LPLAN", "stopSequence": 20 }, { "arrival": { "time": "1764075250", "uncertainty": 120 }, "departure": { "time": "1764075250", "uncertainty": 120 }, "stopId": "0:POINCA", "stopSequence": 21 }, { "arrival": { "time": "1764075337", "uncertainty": 120 }, "departure": { "time": "1764075337", "uncertainty": 120 }, "stopId": "0:JPERR", "stopSequence": 22 }, { "arrival": { "time": "1764075388", "uncertainty": 120 }, "departure": { "time": "1764075388", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 23 }, { "arrival": { "time": "1764075503", "uncertainty": 120 }, "departure": { "time": "1764075503", "uncertainty": 120 }, "stopId": "0:RGARR", "stopSequence": 24 }, { "arrival": { "time": "1764075543", "uncertainty": 120 }, "stopId": "0:THABO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362809" }, "vehicle": { "id": "103", "label": "103" } } }, { "id": "3362808", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072400", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764072444", "uncertainty": 120 }, "departure": { "time": "1764072460", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764072509", "uncertainty": 120 }, "departure": { "time": "1764072520", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764072558", "uncertainty": 120 }, "departure": { "time": "1764072558", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764072650", "uncertainty": 120 }, "departure": { "time": "1764072650", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 5 }, { "arrival": { "time": "1764072709", "uncertainty": 120 }, "departure": { "time": "1764072709", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764072751", "uncertainty": 120 }, "departure": { "time": "1764072760", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 7 }, { "arrival": { "time": "1764072815", "uncertainty": 120 }, "departure": { "time": "1764072815", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 8 }, { "arrival": { "time": "1764072936", "uncertainty": 120 }, "departure": { "time": "1764072940", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 9 }, { "arrival": { "time": "1764072985", "uncertainty": 120 }, "departure": { "time": "1764073000", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 10 }, { "arrival": { "time": "1764073180", "uncertainty": 120 }, "departure": { "time": "1764073180", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 11 }, { "arrival": { "time": "1764073352", "uncertainty": 120 }, "departure": { "time": "1764073352", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764073412", "uncertainty": 120 }, "departure": { "time": "1764073412", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764073480", "uncertainty": 120 }, "departure": { "time": "1764073480", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 14 }, { "arrival": { "time": "1764073554", "uncertainty": 120 }, "departure": { "time": "1764073570", "uncertainty": 120 }, "stopId": "0:POLY", "stopSequence": 15 }, { "arrival": { "time": "1764073626", "uncertainty": 120 }, "departure": { "time": "1764073630", "uncertainty": 120 }, "stopId": "0:GUYN", "stopSequence": 16 }, { "arrival": { "time": "1764073690", "uncertainty": 120 }, "departure": { "time": "1764073690", "uncertainty": 120 }, "stopId": "0:DBLAN", "stopSequence": 17 }, { "arrival": { "time": "1764073879", "uncertainty": 120 }, "departure": { "time": "1764073879", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 18 }, { "arrival": { "time": "1764073979", "uncertainty": 120 }, "departure": { "time": "1764073979", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 19 }, { "arrival": { "time": "1764074020", "uncertainty": 120 }, "departure": { "time": "1764074020", "uncertainty": 120 }, "stopId": "0:LPLAN", "stopSequence": 20 }, { "arrival": { "time": "1764074086", "uncertainty": 120 }, "departure": { "time": "1764074110", "uncertainty": 120 }, "stopId": "0:POINCA", "stopSequence": 21 }, { "arrival": { "time": "1764074197", "uncertainty": 120 }, "departure": { "time": "1764074197", "uncertainty": 120 }, "stopId": "0:JPERR", "stopSequence": 22 }, { "arrival": { "time": "1764074254", "uncertainty": 120 }, "departure": { "time": "1764074254", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 23 }, { "arrival": { "time": "1764074339", "uncertainty": 120 }, "departure": { "time": "1764074339", "uncertainty": 120 }, "stopId": "0:RGARR", "stopSequence": 24 }, { "arrival": { "time": "1764074371", "uncertainty": 120 }, "stopId": "0:THABO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362808" }, "vehicle": { "id": "121", "label": "121" } } }, { "id": "3360567", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076500", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360567" } } }, { "id": "3360566", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075240", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360566" } } }, { "id": "3360565", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073841", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 }, { "arrival": { "time": "1764073901", "uncertainty": 120 }, "departure": { "time": "1764073931", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 2 }, { "arrival": { "time": "1764073991", "uncertainty": 120 }, "departure": { "time": "1764073991", "uncertainty": 120 }, "stopId": "0:RALPE", "stopSequence": 3 }, { "arrival": { "time": "1764074021", "uncertainty": 120 }, "departure": { "time": "1764074021", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 4 }, { "arrival": { "time": "1764074070", "uncertainty": 120 }, "departure": { "time": "1764074081", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 5 }, { "arrival": { "time": "1764074166", "uncertainty": 120 }, "departure": { "time": "1764074171", "uncertainty": 120 }, "stopId": "0:IADAM", "stopSequence": 6 }, { "arrival": { "time": "1764074249", "uncertainty": 120 }, "departure": { "time": "1764074249", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 7 }, { "arrival": { "time": "1764074351", "uncertainty": 120 }, "departure": { "time": "1764074351", "uncertainty": 120 }, "stopId": "0:VALEN", "stopSequence": 8 }, { "arrival": { "time": "1764074437", "uncertainty": 120 }, "departure": { "time": "1764074437", "uncertainty": 120 }, "stopId": "0:TROND", "stopSequence": 9 }, { "arrival": { "time": "1764074514", "uncertainty": 120 }, "departure": { "time": "1764074514", "uncertainty": 120 }, "stopId": "0:RESER", "stopSequence": 10 }, { "arrival": { "time": "1764074576", "uncertainty": 120 }, "departure": { "time": "1764074576", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 11 }, { "arrival": { "time": "1764074637", "uncertainty": 120 }, "departure": { "time": "1764074637", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 12 }, { "arrival": { "time": "1764074723", "uncertainty": 120 }, "departure": { "time": "1764074723", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 13 }, { "arrival": { "time": "1764074820", "uncertainty": 120 }, "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 14 }, { "arrival": { "time": "1764074894", "uncertainty": 120 }, "departure": { "time": "1764074894", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 15 }, { "arrival": { "time": "1764075035", "uncertainty": 120 }, "departure": { "time": "1764075035", "uncertainty": 120 }, "stopId": "0:BOTT 2", "stopSequence": 16 }, { "arrival": { "time": "1764075113", "uncertainty": 120 }, "departure": { "time": "1764075113", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 17 }, { "arrival": { "time": "1764075132", "uncertainty": 120 }, "departure": { "time": "1764075132", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 18 }, { "arrival": { "time": "1764075203", "uncertainty": 120 }, "departure": { "time": "1764075203", "uncertainty": 120 }, "stopId": "0:MAIRI G", "stopSequence": 19 }, { "arrival": { "time": "1764075251", "uncertainty": 120 }, "departure": { "time": "1764075251", "uncertainty": 120 }, "stopId": "0:CLAUD", "stopSequence": 20 }, { "arrival": { "time": "1764075260", "uncertainty": 120 }, "departure": { "time": "1764075260", "uncertainty": 120 }, "stopId": "0:ROSTA", "stopSequence": 21 }, { "arrival": { "time": "1764075318", "uncertainty": 120 }, "departure": { "time": "1764075318", "uncertainty": 120 }, "stopId": "0:GAGAR", "stopSequence": 22 }, { "arrival": { "time": "1764075391", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360565" }, "vehicle": { "id": "175", "label": "175" } } }, { "id": "3362367", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074092", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 1 }, { "arrival": { "time": "1764074122", "uncertainty": 120 }, "departure": { "time": "1764074122", "uncertainty": 120 }, "stopId": "0:_CHIR", "stopSequence": 2 }, { "arrival": { "time": "1764074175", "uncertainty": 120 }, "departure": { "time": "1764074175", "uncertainty": 120 }, "stopId": "0:_PZA", "stopSequence": 3 }, { "arrival": { "time": "1764074224", "uncertainty": 120 }, "departure": { "time": "1764074224", "uncertainty": 120 }, "stopId": "0:_PCE", "stopSequence": 4 }, { "arrival": { "time": "1764074283", "uncertainty": 120 }, "departure": { "time": "1764074283", "uncertainty": 120 }, "stopId": "0:_P19M 2", "stopSequence": 5 }, { "arrival": { "time": "1764074303", "uncertainty": 120 }, "departure": { "time": "1764074303", "uncertainty": 120 }, "stopId": "0:_GCH", "stopSequence": 6 }, { "arrival": { "time": "1764074363", "uncertainty": 120 }, "departure": { "time": "1764074363", "uncertainty": 120 }, "stopId": "0:_PPS 2", "stopSequence": 7 }, { "arrival": { "time": "1764074425", "uncertainty": 120 }, "departure": { "time": "1764074425", "uncertainty": 120 }, "stopId": "0:_LGO", "stopSequence": 8 }, { "arrival": { "time": "1764074475", "uncertainty": 120 }, "departure": { "time": "1764074475", "uncertainty": 120 }, "stopId": "0:_LFO", "stopSequence": 9 }, { "arrival": { "time": "1764074535", "uncertainty": 120 }, "departure": { "time": "1764074535", "uncertainty": 120 }, "stopId": "0:_LTO", "stopSequence": 10 }, { "arrival": { "time": "1764074578", "uncertainty": 120 }, "departure": { "time": "1764074578", "uncertainty": 120 }, "stopId": "0:_KEN", "stopSequence": 11 }, { "arrival": { "time": "1764074683", "uncertainty": 120 }, "departure": { "time": "1764074683", "uncertainty": 120 }, "stopId": "0:JBOIN 2", "stopSequence": 12 }, { "arrival": { "time": "1764074720", "uncertainty": 120 }, "departure": { "time": "1764074720", "uncertainty": 120 }, "stopId": "0:_BAT", "stopSequence": 13 }, { "arrival": { "time": "1764074788", "uncertainty": 120 }, "departure": { "time": "1764074788", "uncertainty": 120 }, "stopId": "0:_LPS 2", "stopSequence": 14 }, { "arrival": { "time": "1764074820", "uncertainty": 120 }, "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:_COE 2", "stopSequence": 15 }, { "arrival": { "time": "1764074844", "uncertainty": 120 }, "departure": { "time": "1764074844", "uncertainty": 120 }, "stopId": "0:_AVA 2", "stopSequence": 16 }, { "arrival": { "time": "1764074877", "uncertainty": 120 }, "departure": { "time": "1764074877", "uncertainty": 120 }, "stopId": "0:_HDV 2", "stopSequence": 17 }, { "arrival": { "time": "1764074916", "uncertainty": 120 }, "departure": { "time": "1764074916", "uncertainty": 120 }, "stopId": "0:_PAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764074992", "uncertainty": 120 }, "departure": { "time": "1764074992", "uncertainty": 120 }, "stopId": "0:_PDO", "stopSequence": 19 }, { "arrival": { "time": "1764075040", "uncertainty": 120 }, "departure": { "time": "1764075040", "uncertainty": 120 }, "stopId": "0:_PVI", "stopSequence": 20 }, { "arrival": { "time": "1764075116", "uncertainty": 120 }, "departure": { "time": "1764075116", "uncertainty": 120 }, "stopId": "0:_LPR", "stopSequence": 21 }, { "arrival": { "time": "1764075158", "uncertainty": 120 }, "departure": { "time": "1764075158", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 22 }, { "arrival": { "time": "1764075244", "uncertainty": 120 }, "departure": { "time": "1764075244", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 23 }, { "arrival": { "time": "1764075302", "uncertainty": 120 }, "departure": { "time": "1764075302", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 24 }, { "arrival": { "time": "1764075371", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362367" }, "vehicle": { "id": "834", "label": "834" } } }, { "id": "3362366", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072891", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 1 }, { "arrival": { "time": "1764072937", "uncertainty": 120 }, "departure": { "time": "1764072937", "uncertainty": 120 }, "stopId": "0:_CHIR", "stopSequence": 2 }, { "arrival": { "time": "1764072981", "uncertainty": 120 }, "departure": { "time": "1764072981", "uncertainty": 120 }, "stopId": "0:_PZA", "stopSequence": 3 }, { "arrival": { "time": "1764073027", "uncertainty": 120 }, "departure": { "time": "1764073041", "uncertainty": 120 }, "stopId": "0:_PCE", "stopSequence": 4 }, { "arrival": { "time": "1764073112", "uncertainty": 120 }, "departure": { "time": "1764073112", "uncertainty": 120 }, "stopId": "0:_P19M 2", "stopSequence": 5 }, { "arrival": { "time": "1764073131", "uncertainty": 120 }, "departure": { "time": "1764073131", "uncertainty": 120 }, "stopId": "0:_GCH", "stopSequence": 6 }, { "arrival": { "time": "1764073191", "uncertainty": 120 }, "departure": { "time": "1764073191", "uncertainty": 120 }, "stopId": "0:_PPS 2", "stopSequence": 7 }, { "arrival": { "time": "1764073251", "uncertainty": 120 }, "departure": { "time": "1764073251", "uncertainty": 120 }, "stopId": "0:_LGO", "stopSequence": 8 }, { "arrival": { "time": "1764073293", "uncertainty": 120 }, "departure": { "time": "1764073293", "uncertainty": 120 }, "stopId": "0:_LFO", "stopSequence": 9 }, { "arrival": { "time": "1764073352", "uncertainty": 120 }, "departure": { "time": "1764073352", "uncertainty": 120 }, "stopId": "0:_LTO", "stopSequence": 10 }, { "arrival": { "time": "1764073396", "uncertainty": 120 }, "departure": { "time": "1764073401", "uncertainty": 120 }, "stopId": "0:_KEN", "stopSequence": 11 }, { "arrival": { "time": "1764073507", "uncertainty": 120 }, "departure": { "time": "1764073507", "uncertainty": 120 }, "stopId": "0:JBOIN 2", "stopSequence": 12 }, { "arrival": { "time": "1764073542", "uncertainty": 120 }, "departure": { "time": "1764073542", "uncertainty": 120 }, "stopId": "0:_BAT", "stopSequence": 13 }, { "arrival": { "time": "1764073609", "uncertainty": 120 }, "departure": { "time": "1764073609", "uncertainty": 120 }, "stopId": "0:_LPS 2", "stopSequence": 14 }, { "arrival": { "time": "1764073640", "uncertainty": 120 }, "departure": { "time": "1764073640", "uncertainty": 120 }, "stopId": "0:_COE 2", "stopSequence": 15 }, { "arrival": { "time": "1764073663", "uncertainty": 120 }, "departure": { "time": "1764073671", "uncertainty": 120 }, "stopId": "0:_AVA 2", "stopSequence": 16 }, { "arrival": { "time": "1764073734", "uncertainty": 120 }, "departure": { "time": "1764073734", "uncertainty": 120 }, "stopId": "0:_HDV 2", "stopSequence": 17 }, { "arrival": { "time": "1764073774", "uncertainty": 120 }, "departure": { "time": "1764073774", "uncertainty": 120 }, "stopId": "0:_PAN 2", "stopSequence": 18 }, { "arrival": { "time": "1764073850", "uncertainty": 120 }, "departure": { "time": "1764073851", "uncertainty": 120 }, "stopId": "0:_PDO", "stopSequence": 19 }, { "arrival": { "time": "1764073899", "uncertainty": 120 }, "departure": { "time": "1764073899", "uncertainty": 120 }, "stopId": "0:_PVI", "stopSequence": 20 }, { "arrival": { "time": "1764073971", "uncertainty": 120 }, "departure": { "time": "1764073971", "uncertainty": 120 }, "stopId": "0:_LPR", "stopSequence": 21 }, { "arrival": { "time": "1764074001", "uncertainty": 120 }, "departure": { "time": "1764074001", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 22 }, { "arrival": { "time": "1764074091", "uncertainty": 120 }, "departure": { "time": "1764074211", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 23 }, { "arrival": { "time": "1764074269", "uncertainty": 120 }, "departure": { "time": "1764074269", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 24 }, { "arrival": { "time": "1764074338", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362366" }, "vehicle": { "id": "846", "label": "846" } } }, { "id": "3361227", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073740", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1764073849", "uncertainty": 120 }, "departure": { "time": "1764073849", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1764073924", "uncertainty": 120 }, "departure": { "time": "1764073924", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1764073986", "uncertainty": 120 }, "departure": { "time": "1764074040", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1764074180", "uncertainty": 120 }, "departure": { "time": "1764074219", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1764074318", "uncertainty": 120 }, "departure": { "time": "1764074318", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1764074415", "uncertainty": 120 }, "departure": { "time": "1764074415", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1764074495", "uncertainty": 120 }, "departure": { "time": "1764074495", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1764074537", "uncertainty": 120 }, "departure": { "time": "1764074537", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1764074594", "uncertainty": 120 }, "departure": { "time": "1764074594", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1764074735", "uncertainty": 120 }, "departure": { "time": "1764074735", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1764074810", "uncertainty": 120 }, "departure": { "time": "1764074810", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1764074873", "uncertainty": 120 }, "departure": { "time": "1764074873", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1764074961", "uncertainty": 120 }, "departure": { "time": "1764074961", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1764075076", "uncertainty": 120 }, "departure": { "time": "1764075076", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1764075118", "uncertainty": 120 }, "departure": { "time": "1764075118", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1764075155", "uncertainty": 120 }, "departure": { "time": "1764075155", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1764075220", "uncertainty": 120 }, "departure": { "time": "1764075220", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1764075252", "uncertainty": 120 }, "departure": { "time": "1764075252", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1764075276", "uncertainty": 120 }, "departure": { "time": "1764075276", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1764075373", "uncertainty": 120 }, "departure": { "time": "1764075373", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1764075427", "uncertainty": 120 }, "departure": { "time": "1764075427", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1764075478", "uncertainty": 120 }, "departure": { "time": "1764075478", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1764075548", "uncertainty": 120 }, "departure": { "time": "1764075548", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1764075628", "uncertainty": 120 }, "departure": { "time": "1764075628", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1764075684", "uncertainty": 120 }, "departure": { "time": "1764075684", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1764075756", "uncertainty": 120 }, "departure": { "time": "1764075756", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1764075815", "uncertainty": 120 }, "departure": { "time": "1764075815", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1764076055", "uncertainty": 120 }, "departure": { "time": "1764076055", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1764076111", "uncertainty": 120 }, "departure": { "time": "1764076111", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1764076175", "uncertainty": 120 }, "departure": { "time": "1764076175", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1764076246", "uncertainty": 120 }, "departure": { "time": "1764076246", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1764076295", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361227" }, "vehicle": { "id": "64", "label": "64" } } }, { "id": "3361226", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072691", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1764072782", "uncertainty": 120 }, "departure": { "time": "1764072782", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1764072830", "uncertainty": 120 }, "departure": { "time": "1764072830", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1764072883", "uncertainty": 120 }, "departure": { "time": "1764072902", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1764073037", "uncertainty": 120 }, "departure": { "time": "1764073052", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1764073152", "uncertainty": 120 }, "departure": { "time": "1764073171", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1764073231", "uncertainty": 120 }, "departure": { "time": "1764073231", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1764073310", "uncertainty": 120 }, "departure": { "time": "1764073321", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1764073362", "uncertainty": 120 }, "departure": { "time": "1764073362", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1764073419", "uncertainty": 120 }, "departure": { "time": "1764073419", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1764073558", "uncertainty": 120 }, "departure": { "time": "1764073591", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1764073664", "uncertainty": 120 }, "departure": { "time": "1764073681", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1764073742", "uncertainty": 120 }, "departure": { "time": "1764073771", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1764073861", "uncertainty": 120 }, "departure": { "time": "1764073861", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1764073980", "uncertainty": 120 }, "departure": { "time": "1764073980", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1764074018", "uncertainty": 120 }, "departure": { "time": "1764074018", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1764074050", "uncertainty": 120 }, "departure": { "time": "1764074050", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1764074117", "uncertainty": 120 }, "departure": { "time": "1764074131", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1764074162", "uncertainty": 120 }, "departure": { "time": "1764074162", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1764074184", "uncertainty": 120 }, "departure": { "time": "1764074191", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1764074294", "uncertainty": 120 }, "departure": { "time": "1764074294", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1764074345", "uncertainty": 120 }, "departure": { "time": "1764074345", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1764074403", "uncertainty": 120 }, "departure": { "time": "1764074403", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1764074473", "uncertainty": 120 }, "departure": { "time": "1764074473", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1764074553", "uncertainty": 120 }, "departure": { "time": "1764074553", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1764074609", "uncertainty": 120 }, "departure": { "time": "1764074609", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1764074686", "uncertainty": 120 }, "departure": { "time": "1764074686", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1764074746", "uncertainty": 120 }, "departure": { "time": "1764074746", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1764074986", "uncertainty": 120 }, "departure": { "time": "1764074986", "uncertainty": 120 }, "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1764075047", "uncertainty": 120 }, "departure": { "time": "1764075047", "uncertainty": 120 }, "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1764075095", "uncertainty": 120 }, "departure": { "time": "1764075095", "uncertainty": 120 }, "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1764075169", "uncertainty": 120 }, "departure": { "time": "1764075169", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1764075221", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361226" }, "vehicle": { "id": "84", "label": "84" } } }, { "id": "3361230", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361230" } } }, { "id": "3361229", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075900", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361229" } } }, { "id": "3360544", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076560", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360544" } } }, { "id": "3359627", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073564", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 1 }, { "arrival": { "time": "1764073622", "uncertainty": 120 }, "departure": { "time": "1764073622", "uncertainty": 120 }, "stopId": "0:BELAIR 2", "stopSequence": 2 }, { "arrival": { "time": "1764073692", "uncertainty": 120 }, "departure": { "time": "1764073692", "uncertainty": 120 }, "stopId": "0:HDSUR 2", "stopSequence": 3 }, { "arrival": { "time": "1764073742", "uncertainty": 120 }, "departure": { "time": "1764073742", "uncertainty": 120 }, "stopId": "0:VALLO 2", "stopSequence": 4 }, { "arrival": { "time": "1764073767", "uncertainty": 120 }, "departure": { "time": "1764073767", "uncertainty": 120 }, "stopId": "0:CHAMP 2", "stopSequence": 5 }, { "arrival": { "time": "1764073873", "uncertainty": 120 }, "departure": { "time": "1764073892", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 6 }, { "arrival": { "time": "1764073922", "uncertainty": 120 }, "departure": { "time": "1764073922", "uncertainty": 120 }, "stopId": "0:MUSIQ 2", "stopSequence": 7 }, { "arrival": { "time": "1764073976", "uncertainty": 120 }, "departure": { "time": "1764073976", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 8 }, { "arrival": { "time": "1764074021", "uncertainty": 120 }, "departure": { "time": "1764074021", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 9 }, { "arrival": { "time": "1764074079", "uncertainty": 120 }, "departure": { "time": "1764074079", "uncertainty": 120 }, "stopId": "0:MARGI 2", "stopSequence": 10 }, { "arrival": { "time": "1764074133", "uncertainty": 120 }, "departure": { "time": "1764074133", "uncertainty": 120 }, "stopId": "0:CONDA2", "stopSequence": 11 }, { "arrival": { "time": "1764074165", "uncertainty": 120 }, "departure": { "time": "1764074165", "uncertainty": 120 }, "stopId": "0:LPEY 1", "stopSequence": 12 }, { "arrival": { "time": "1764074265", "uncertainty": 120 }, "departure": { "time": "1764074265", "uncertainty": 120 }, "stopId": "0:LPEY 2", "stopSequence": 13 }, { "arrival": { "time": "1764074445", "uncertainty": 120 }, "departure": { "time": "1764074445", "uncertainty": 120 }, "stopId": "0:THOD 1", "stopSequence": 14 }, { "arrival": { "time": "1764074505", "uncertainty": 120 }, "departure": { "time": "1764074505", "uncertainty": 120 }, "stopId": "0:THOD 2", "stopSequence": 15 }, { "arrival": { "time": "1764074619", "uncertainty": 120 }, "departure": { "time": "1764074619", "uncertainty": 120 }, "stopId": "0:KRIM", "stopSequence": 16 }, { "arrival": { "time": "1764074805", "uncertainty": 120 }, "stopId": "0:PAGNO", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "183", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359627" }, "vehicle": { "id": "170", "label": "170" } } }, { "id": "3362313", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074160", "uncertainty": 120 }, "departure": { "time": "1764074160", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CMO", "stopSequence": 1 }, { "arrival": { "time": "1764074309", "uncertainty": 120 }, "departure": { "time": "1764074309", "uncertainty": 120 }, "stopId": "0:_BDN", "stopSequence": 3 }, { "arrival": { "time": "1764074329", "uncertainty": 120 }, "departure": { "time": "1764074329", "uncertainty": 120 }, "stopId": "0:_MIN", "stopSequence": 4 }, { "arrival": { "time": "1764074382", "uncertainty": 120 }, "departure": { "time": "1764074382", "uncertainty": 120 }, "stopId": "0:_LPD", "stopSequence": 5 }, { "arrival": { "time": "1764074431", "uncertainty": 120 }, "departure": { "time": "1764074431", "uncertainty": 120 }, "stopId": "0:_ADP", "stopSequence": 6 }, { "arrival": { "time": "1764074523", "uncertainty": 120 }, "departure": { "time": "1764074523", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 7 }, { "arrival": { "time": "1764074582", "uncertainty": 120 }, "departure": { "time": "1764074582", "uncertainty": 120 }, "stopId": "0:_LML", "stopSequence": 8 }, { "arrival": { "time": "1764074692", "uncertainty": 120 }, "departure": { "time": "1764074692", "uncertainty": 120 }, "stopId": "0:_GRU", "stopSequence": 9 }, { "arrival": { "time": "1764074751", "uncertainty": 120 }, "departure": { "time": "1764074751", "uncertainty": 120 }, "stopId": "0:_REN", "stopSequence": 10 }, { "arrival": { "time": "1764074832", "uncertainty": 120 }, "departure": { "time": "1764074832", "uncertainty": 120 }, "stopId": "0:_PAN", "stopSequence": 11 }, { "arrival": { "time": "1764074865", "uncertainty": 120 }, "departure": { "time": "1764074865", "uncertainty": 120 }, "stopId": "0:_HDV", "stopSequence": 12 }, { "arrival": { "time": "1764074907", "uncertainty": 120 }, "departure": { "time": "1764074907", "uncertainty": 120 }, "stopId": "0:_AVA", "stopSequence": 13 }, { "arrival": { "time": "1764074962", "uncertainty": 120 }, "departure": { "time": "1764074962", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 14 }, { "arrival": { "time": "1764075012", "uncertainty": 120 }, "departure": { "time": "1764075012", "uncertainty": 120 }, "stopId": "0:_ZAM", "stopSequence": 15 }, { "arrival": { "time": "1764075132", "uncertainty": 120 }, "departure": { "time": "1764075132", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 16 }, { "arrival": { "time": "1764075166", "uncertainty": 120 }, "departure": { "time": "1764075166", "uncertainty": 120 }, "stopId": "0:_VOL", "stopSequence": 17 }, { "arrival": { "time": "1764075277", "uncertainty": 120 }, "departure": { "time": "1764075277", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 18 }, { "arrival": { "time": "1764075401", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362313" }, "vehicle": { "id": "831", "label": "831" } } }, { "id": "3359743", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074529", "uncertainty": 120 }, "departure": { "time": "1764074529", "uncertainty": 120 }, "stopId": "0:_MAG 3" }, { "arrival": { "time": "1764074618", "uncertainty": 120 }, "departure": { "time": "1764074618", "uncertainty": 120 }, "stopId": "0:_LPE 2" }, { "arrival": { "time": "1764074648", "uncertainty": 120 }, "departure": { "time": "1764074648", "uncertainty": 120 }, "stopId": "0:_LPA" }, { "departure": { "time": "1764072572", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 1 }, { "arrival": { "time": "1764072655", "uncertainty": 120 }, "departure": { "time": "1764072655", "uncertainty": 120 }, "stopId": "0:_LRS", "stopSequence": 2 }, { "arrival": { "time": "1764072692", "uncertainty": 120 }, "departure": { "time": "1764072692", "uncertainty": 120 }, "stopId": "0:_ZIL 2", "stopSequence": 3 }, { "arrival": { "time": "1764072790", "uncertainty": 120 }, "departure": { "time": "1764072790", "uncertainty": 120 }, "stopId": "0:_SCH", "stopSequence": 4 }, { "arrival": { "time": "1764072842", "uncertainty": 120 }, "departure": { "time": "1764072842", "uncertainty": 120 }, "stopId": "0:_DAR", "stopSequence": 5 }, { "arrival": { "time": "1764072884", "uncertainty": 120 }, "departure": { "time": "1764072884", "uncertainty": 120 }, "stopId": "0:_PIC", "stopSequence": 6 }, { "arrival": { "time": "1764072953", "uncertainty": 120 }, "departure": { "time": "1764072992", "uncertainty": 120 }, "stopId": "0:_COA", "stopSequence": 7 }, { "arrival": { "time": "1764073129", "uncertainty": 120 }, "departure": { "time": "1764073129", "uncertainty": 120 }, "stopId": "0:_COM 4", "stopSequence": 8 }, { "arrival": { "time": "1764073172", "uncertainty": 120 }, "departure": { "time": "1764073172", "uncertainty": 120 }, "stopId": "0:_COM", "stopSequence": 9 }, { "arrival": { "time": "1764073232", "uncertainty": 120 }, "departure": { "time": "1764073232", "uncertainty": 120 }, "stopId": "0:_LVS", "stopSequence": 10 }, { "arrival": { "time": "1764073292", "uncertainty": 120 }, "departure": { "time": "1764073292", "uncertainty": 120 }, "stopId": "0:_ETO", "stopSequence": 11 }, { "arrival": { "time": "1764073322", "uncertainty": 120 }, "departure": { "time": "1764073322", "uncertainty": 120 }, "stopId": "0:_ACH", "stopSequence": 12 }, { "arrival": { "time": "1764073361", "uncertainty": 120 }, "departure": { "time": "1764073361", "uncertainty": 120 }, "stopId": "0:_LAC", "stopSequence": 13 }, { "arrival": { "time": "1764073449", "uncertainty": 120 }, "departure": { "time": "1764073473", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 14 }, { "arrival": { "time": "1764073532", "uncertainty": 120 }, "departure": { "time": "1764073532", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 15 }, { "arrival": { "time": "1764073561", "uncertainty": 120 }, "departure": { "time": "1764073562", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 16 }, { "arrival": { "time": "1764073651", "uncertainty": 120 }, "departure": { "time": "1764073652", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 17 }, { "arrival": { "time": "1764073712", "uncertainty": 120 }, "departure": { "time": "1764073712", "uncertainty": 120 }, "stopId": "0:_LPR 2", "stopSequence": 18 }, { "arrival": { "time": "1764073792", "uncertainty": 120 }, "departure": { "time": "1764073802", "uncertainty": 120 }, "stopId": "0:_CIM 2", "stopSequence": 19 }, { "arrival": { "time": "1764073908", "uncertainty": 120 }, "departure": { "time": "1764073908", "uncertainty": 120 }, "stopId": "0:_BEL 2", "stopSequence": 20 }, { "arrival": { "time": "1764073965", "uncertainty": 120 }, "departure": { "time": "1764073965", "uncertainty": 120 }, "stopId": "0:_ABA 2", "stopSequence": 21 }, { "arrival": { "time": "1764074024", "uncertainty": 120 }, "departure": { "time": "1764074024", "uncertainty": 120 }, "stopId": "0:_ZAD 2", "stopSequence": 22 }, { "arrival": { "time": "1764074072", "uncertainty": 120 }, "departure": { "time": "1764074072", "uncertainty": 120 }, "stopId": "0:_BOZ 2", "stopSequence": 23 }, { "arrival": { "time": "1764074150", "uncertainty": 120 }, "departure": { "time": "1764074150", "uncertainty": 120 }, "stopId": "0:_COQ", "stopSequence": 24 }, { "arrival": { "time": "1764074192", "uncertainty": 120 }, "departure": { "time": "1764074192", "uncertainty": 120 }, "stopId": "0:_CAS", "stopSequence": 25 }, { "arrival": { "time": "1764074290", "uncertainty": 120 }, "departure": { "time": "1764074290", "uncertainty": 120 }, "stopId": "0:_YOU", "stopSequence": 26 }, { "arrival": { "time": "1764074312", "uncertainty": 120 }, "departure": { "time": "1764074312", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LAS", "stopSequence": 27 }, { "arrival": { "time": "1764074342", "uncertainty": 120 }, "departure": { "time": "1764074342", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_ACA", "stopSequence": 28 }, { "arrival": { "time": "1764074400", "uncertainty": 120 }, "departure": { "time": "1764074400", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LPA", "stopSequence": 29 }, { "arrival": { "time": "1764074673", "uncertainty": 120 }, "departure": { "time": "1764074673", "uncertainty": 120 }, "stopId": "0:_YRAB", "stopSequence": 30 }, { "arrival": { "time": "1764074711", "uncertainty": 120 }, "departure": { "time": "1764074711", "uncertainty": 120 }, "stopId": "0:_MCC", "stopSequence": 31 }, { "arrival": { "time": "1764074891", "uncertainty": 120 }, "departure": { "time": "1764074891", "uncertainty": 120 }, "stopId": "0:_LYD 2", "stopSequence": 32 }, { "arrival": { "time": "1764074932", "uncertainty": 120 }, "departure": { "time": "1764074932", "uncertainty": 120 }, "stopId": "0:_MMA 2", "stopSequence": 33 }, { "arrival": { "time": "1764074983", "uncertainty": 120 }, "departure": { "time": "1764074983", "uncertainty": 120 }, "stopId": "0:_GMA 2", "stopSequence": 34 }, { "arrival": { "time": "1764075022", "uncertainty": 120 }, "departure": { "time": "1764075022", "uncertainty": 120 }, "stopId": "0:_DID 2", "stopSequence": 35 }, { "arrival": { "time": "1764075071", "uncertainty": 120 }, "stopId": "0:_COD 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "64", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359743" }, "vehicle": { "id": "861", "label": "861" } } }, { "id": "3360543", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074223", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1764074303", "uncertainty": 120 }, "departure": { "time": "1764074303", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1764074347", "uncertainty": 120 }, "departure": { "time": "1764074347", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1764074392", "uncertainty": 120 }, "departure": { "time": "1764074392", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1764074421", "uncertainty": 120 }, "departure": { "time": "1764074421", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1764074481", "uncertainty": 120 }, "departure": { "time": "1764074481", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1764074502", "uncertainty": 120 }, "departure": { "time": "1764074502", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1764074590", "uncertainty": 120 }, "departure": { "time": "1764074590", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1764074700", "uncertainty": 120 }, "departure": { "time": "1764074700", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1764074760", "uncertainty": 120 }, "departure": { "time": "1764074760", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1764074847", "uncertainty": 120 }, "departure": { "time": "1764074847", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1764074979", "uncertainty": 120 }, "departure": { "time": "1764074979", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764075054", "uncertainty": 120 }, "departure": { "time": "1764075054", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764075109", "uncertainty": 120 }, "departure": { "time": "1764075109", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1764075185", "uncertainty": 120 }, "departure": { "time": "1764075185", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1764075261", "uncertainty": 120 }, "departure": { "time": "1764075261", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1764075315", "uncertainty": 120 }, "departure": { "time": "1764075315", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1764075350", "uncertainty": 120 }, "departure": { "time": "1764075350", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764075437", "uncertainty": 120 }, "departure": { "time": "1764075437", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1764075510", "uncertainty": 120 }, "departure": { "time": "1764075510", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1764075541", "uncertainty": 120 }, "departure": { "time": "1764075541", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1764075636", "uncertainty": 120 }, "departure": { "time": "1764075636", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1764075710", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360543" }, "vehicle": { "id": "569", "label": "569" } } }, { "id": "3360542", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073081", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1764073141", "uncertainty": 120 }, "departure": { "time": "1764073141", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1764073197", "uncertainty": 120 }, "departure": { "time": "1764073201", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1764073239", "uncertainty": 120 }, "departure": { "time": "1764073239", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1764073267", "uncertainty": 120 }, "departure": { "time": "1764073267", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1764073393", "uncertainty": 120 }, "departure": { "time": "1764073393", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1764073411", "uncertainty": 120 }, "departure": { "time": "1764073411", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1764073470", "uncertainty": 120 }, "departure": { "time": "1764073470", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1764073577", "uncertainty": 120 }, "departure": { "time": "1764073592", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1764073672", "uncertainty": 120 }, "departure": { "time": "1764073672", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1764073761", "uncertainty": 120 }, "departure": { "time": "1764073801", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1764073931", "uncertainty": 120 }, "departure": { "time": "1764073931", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764074041", "uncertainty": 120 }, "departure": { "time": "1764074041", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764074095", "uncertainty": 120 }, "departure": { "time": "1764074101", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1764074238", "uncertainty": 120 }, "departure": { "time": "1764074238", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1764074309", "uncertainty": 120 }, "departure": { "time": "1764074309", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1764074366", "uncertainty": 120 }, "departure": { "time": "1764074366", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1764074396", "uncertainty": 120 }, "departure": { "time": "1764074396", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764074483", "uncertainty": 120 }, "departure": { "time": "1764074483", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1764074557", "uncertainty": 120 }, "departure": { "time": "1764074557", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1764074587", "uncertainty": 120 }, "departure": { "time": "1764074587", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1764074694", "uncertainty": 120 }, "departure": { "time": "1764074694", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1764074768", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360542" }, "vehicle": { "id": "55", "label": "55" } } }, { "id": "3360514", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077760", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360514" } } }, { "id": "3360513", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360513" } } }, { "id": "3362394", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362394" } } }, { "id": "3360512", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075960", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360512" } } }, { "id": "3362393", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074400", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362393" } } }, { "id": "3360593", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077640", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360593" } } }, { "id": "3360592", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075360", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360592" } } }, { "id": "3360590", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075000", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360590" } } }, { "id": "3359752", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073204", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 1 }, { "arrival": { "time": "1764073252", "uncertainty": 120 }, "departure": { "time": "1764073252", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_ACA 2", "stopSequence": 2 }, { "arrival": { "time": "1764073282", "uncertainty": 120 }, "departure": { "time": "1764073282", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LAS 2", "stopSequence": 3 }, { "arrival": { "time": "1764073478", "uncertainty": 120 }, "departure": { "time": "1764073478", "uncertainty": 120 }, "stopId": "0:_YOU 2", "stopSequence": 4 }, { "arrival": { "time": "1764073561", "uncertainty": 120 }, "departure": { "time": "1764073561", "uncertainty": 120 }, "stopId": "0:_CAS 2", "stopSequence": 5 }, { "arrival": { "time": "1764073598", "uncertainty": 120 }, "departure": { "time": "1764073598", "uncertainty": 120 }, "stopId": "0:_COQ 2", "stopSequence": 6 }, { "arrival": { "time": "1764073657", "uncertainty": 120 }, "departure": { "time": "1764073688", "uncertainty": 120 }, "stopId": "0:_BOZ", "stopSequence": 7 }, { "arrival": { "time": "1764073738", "uncertainty": 120 }, "departure": { "time": "1764073738", "uncertainty": 120 }, "stopId": "0:_ZAD", "stopSequence": 8 }, { "arrival": { "time": "1764073772", "uncertainty": 120 }, "departure": { "time": "1764073772", "uncertainty": 120 }, "stopId": "0:_ABA", "stopSequence": 9 }, { "arrival": { "time": "1764073826", "uncertainty": 120 }, "departure": { "time": "1764073826", "uncertainty": 120 }, "stopId": "0:_BEL", "stopSequence": 10 }, { "arrival": { "time": "1764073887", "uncertainty": 120 }, "departure": { "time": "1764073887", "uncertainty": 120 }, "stopId": "0:_CIM", "stopSequence": 11 }, { "arrival": { "time": "1764073988", "uncertainty": 120 }, "departure": { "time": "1764073988", "uncertainty": 120 }, "stopId": "0:_LPR", "stopSequence": 12 }, { "arrival": { "time": "1764074025", "uncertainty": 120 }, "departure": { "time": "1764074025", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 13 }, { "arrival": { "time": "1764074107", "uncertainty": 120 }, "departure": { "time": "1764074228", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 14 }, { "arrival": { "time": "1764074286", "uncertainty": 120 }, "departure": { "time": "1764074286", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 15 }, { "arrival": { "time": "1764074322", "uncertainty": 120 }, "departure": { "time": "1764074322", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 16 }, { "arrival": { "time": "1764074523", "uncertainty": 120 }, "departure": { "time": "1764074523", "uncertainty": 120 }, "stopId": "0:_LAC 2", "stopSequence": 17 }, { "arrival": { "time": "1764074561", "uncertainty": 120 }, "departure": { "time": "1764074561", "uncertainty": 120 }, "stopId": "0:_ACH 2", "stopSequence": 18 }, { "arrival": { "time": "1764074599", "uncertainty": 120 }, "departure": { "time": "1764074599", "uncertainty": 120 }, "stopId": "0:_ETO 2", "stopSequence": 19 }, { "arrival": { "time": "1764074684", "uncertainty": 120 }, "departure": { "time": "1764074684", "uncertainty": 120 }, "stopId": "0:_LVS 2", "stopSequence": 20 }, { "arrival": { "time": "1764074741", "uncertainty": 120 }, "departure": { "time": "1764074741", "uncertainty": 120 }, "stopId": "0:_COM 2", "stopSequence": 21 }, { "arrival": { "time": "1764074778", "uncertainty": 120 }, "departure": { "time": "1764074778", "uncertainty": 120 }, "stopId": "0:_COM 3", "stopSequence": 22 }, { "arrival": { "time": "1764074874", "uncertainty": 120 }, "departure": { "time": "1764074874", "uncertainty": 120 }, "stopId": "0:_COA 2", "stopSequence": 23 }, { "arrival": { "time": "1764074937", "uncertainty": 120 }, "departure": { "time": "1764074937", "uncertainty": 120 }, "stopId": "0:_PIC 2", "stopSequence": 24 }, { "arrival": { "time": "1764074997", "uncertainty": 120 }, "departure": { "time": "1764074997", "uncertainty": 120 }, "stopId": "0:_DAR 2", "stopSequence": 25 }, { "arrival": { "time": "1764075041", "uncertainty": 120 }, "departure": { "time": "1764075041", "uncertainty": 120 }, "stopId": "0:_SCH 2", "stopSequence": 26 }, { "arrival": { "time": "1764075135", "uncertainty": 120 }, "departure": { "time": "1764075135", "uncertainty": 120 }, "stopId": "0:_ZIL", "stopSequence": 27 }, { "arrival": { "time": "1764075172", "uncertainty": 120 }, "departure": { "time": "1764075172", "uncertainty": 120 }, "stopId": "0:_LRS 2", "stopSequence": 28 }, { "arrival": { "time": "1764075221", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "64", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359752" }, "vehicle": { "id": "847", "label": "847" } } }, { "id": "3360589", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072424", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1764072497", "uncertainty": 120 }, "departure": { "time": "1764072497", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1764072548", "uncertainty": 120 }, "departure": { "time": "1764072548", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1764072593", "uncertainty": 120 }, "departure": { "time": "1764072593", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1764072630", "uncertainty": 120 }, "departure": { "time": "1764072632", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1764072737", "uncertainty": 120 }, "departure": { "time": "1764072752", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1764072782", "uncertainty": 120 }, "departure": { "time": "1764072782", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1764072843", "uncertainty": 120 }, "departure": { "time": "1764072843", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1764072954", "uncertainty": 120 }, "departure": { "time": "1764072992", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1764073034", "uncertainty": 120 }, "departure": { "time": "1764073052", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1764073172", "uncertainty": 120 }, "departure": { "time": "1764073263", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1764073353", "uncertainty": 120 }, "departure": { "time": "1764073353", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764073412", "uncertainty": 120 }, "departure": { "time": "1764073443", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764073489", "uncertainty": 120 }, "departure": { "time": "1764073489", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1764073554", "uncertainty": 120 }, "departure": { "time": "1764073554", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1764073622", "uncertainty": 120 }, "departure": { "time": "1764073622", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1764073680", "uncertainty": 120 }, "departure": { "time": "1764073680", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1764073708", "uncertainty": 120 }, "departure": { "time": "1764073712", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1764073799", "uncertainty": 120 }, "departure": { "time": "1764073802", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1764073877", "uncertainty": 120 }, "departure": { "time": "1764073893", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1764073923", "uncertainty": 120 }, "departure": { "time": "1764073923", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1764074035", "uncertainty": 120 }, "departure": { "time": "1764074042", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1764074117", "uncertainty": 120 }, "departure": { "time": "1764074132", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 }, { "arrival": { "time": "1764074185", "uncertainty": 120 }, "departure": { "time": "1764074185", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 24 }, { "arrival": { "time": "1764074222", "uncertainty": 120 }, "departure": { "time": "1764074222", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 25 }, { "arrival": { "time": "1764074243", "uncertainty": 120 }, "departure": { "time": "1764074243", "uncertainty": 120 }, "stopId": "0:TALAV 2", "stopSequence": 26 }, { "arrival": { "time": "1764074310", "uncertainty": 120 }, "departure": { "time": "1764074310", "uncertainty": 120 }, "stopId": "0:FOLLE 2", "stopSequence": 27 }, { "arrival": { "time": "1764074341", "uncertainty": 120 }, "departure": { "time": "1764074341", "uncertainty": 120 }, "stopId": "0:LALLE 2", "stopSequence": 28 }, { "arrival": { "time": "1764074379", "uncertainty": 120 }, "departure": { "time": "1764074379", "uncertainty": 120 }, "stopId": "0:VORGI 2", "stopSequence": 29 }, { "arrival": { "time": "1764074433", "uncertainty": 120 }, "departure": { "time": "1764074433", "uncertainty": 120 }, "stopId": "0:BELLE 2", "stopSequence": 30 }, { "arrival": { "time": "1764074461", "uncertainty": 120 }, "departure": { "time": "1764074461", "uncertainty": 120 }, "stopId": "0:MANOU 2", "stopSequence": 31 }, { "arrival": { "time": "1764074511", "uncertainty": 120 }, "departure": { "time": "1764074511", "uncertainty": 120 }, "stopId": "0:JBREL 2", "stopSequence": 32 }, { "arrival": { "time": "1764074542", "uncertainty": 120 }, "departure": { "time": "1764074542", "uncertainty": 120 }, "stopId": "0:LECON 2", "stopSequence": 33 }, { "arrival": { "time": "1764074575", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360589" }, "vehicle": { "id": "180", "label": "180" } } }, { "id": "3360863", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077400", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360863" } } }, { "id": "3360862", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076680", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360862" } } }, { "id": "3360861", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075540", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360861" } } }, { "id": "3360860", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074760", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360860" } } }, { "id": "3114081", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077400" }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3114081" } } }, { "id": "3114108", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074940" }, "stopId": "0:MONG 4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3114108" } } }, { "id": "3114100", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076740" }, "stopId": "0:MONG 4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3114100" } } }, { "id": "3361547", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764071220", "uncertainty": 120 }, "departure": { "time": "1764071220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG", "stopSequence": 1 }, { "departure": { "time": "1764071291", "uncertainty": 120 }, "stopId": "0:JJD 2", "stopSequence": 2 }, { "arrival": { "time": "1764071321", "uncertainty": 120 }, "departure": { "time": "1764071321", "uncertainty": 120 }, "stopId": "0:MECH 2", "stopSequence": 3 }, { "arrival": { "time": "1764071398", "uncertainty": 120 }, "departure": { "time": "1764071411", "uncertainty": 120 }, "stopId": "0:CORNI 2", "stopSequence": 4 }, { "arrival": { "time": "1764071525", "uncertainty": 120 }, "departure": { "time": "1764071531", "uncertainty": 120 }, "stopId": "0:CDR", "stopSequence": 5 }, { "arrival": { "time": "1764071561", "uncertainty": 120 }, "departure": { "time": "1764071561", "uncertainty": 120 }, "stopId": "0:LPRAT 2", "stopSequence": 6 }, { "arrival": { "time": "1764071621", "uncertainty": 120 }, "departure": { "time": "1764071621", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 7 }, { "arrival": { "time": "1764071690", "uncertainty": 120 }, "departure": { "time": "1764071690", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 8 }, { "arrival": { "time": "1764071741", "uncertainty": 120 }, "departure": { "time": "1764071741", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 9 }, { "arrival": { "time": "1764071771", "uncertainty": 120 }, "departure": { "time": "1764071771", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 10 }, { "arrival": { "time": "1764071831", "uncertainty": 120 }, "departure": { "time": "1764071831", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 11 }, { "arrival": { "time": "1764072039", "uncertainty": 120 }, "departure": { "time": "1764072041", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 12 }, { "arrival": { "time": "1764072101", "uncertainty": 120 }, "departure": { "time": "1764072101", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 13 }, { "arrival": { "time": "1764072311", "uncertainty": 120 }, "departure": { "time": "1764072311", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 14 }, { "arrival": { "time": "1764072505", "uncertainty": 120 }, "departure": { "time": "1764072505", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 15 }, { "arrival": { "time": "1764072551", "uncertainty": 120 }, "departure": { "time": "1764072551", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 16 }, { "arrival": { "time": "1764072597", "uncertainty": 120 }, "departure": { "time": "1764072597", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 17 }, { "arrival": { "time": "1764072653", "uncertainty": 120 }, "departure": { "time": "1764072671", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 18 }, { "arrival": { "time": "1764072731", "uncertainty": 120 }, "departure": { "time": "1764072731", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 19 }, { "arrival": { "time": "1764072757", "uncertainty": 120 }, "departure": { "time": "1764072761", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 20 }, { "arrival": { "time": "1764072821", "uncertainty": 120 }, "departure": { "time": "1764072821", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 21 }, { "arrival": { "time": "1764072941", "uncertainty": 120 }, "departure": { "time": "1764072941", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 22 }, { "arrival": { "time": "1764072953", "uncertainty": 120 }, "departure": { "time": "1764072953", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 23 }, { "arrival": { "time": "1764073132", "uncertainty": 120 }, "departure": { "time": "1764073132", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 24 }, { "arrival": { "time": "1764073205", "uncertainty": 120 }, "departure": { "time": "1764073205", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 25 }, { "arrival": { "time": "1764073287", "uncertainty": 120 }, "departure": { "time": "1764073372", "uncertainty": 120 }, "stopId": "0:VIVA", "stopSequence": 26 }, { "arrival": { "time": "1764073446", "uncertainty": 120 }, "departure": { "time": "1764073446", "uncertainty": 120 }, "stopId": "0:LFLEUR", "stopSequence": 27 }, { "arrival": { "time": "1764073500", "uncertainty": 120 }, "departure": { "time": "1764073500", "uncertainty": 120 }, "stopId": "0:LETRA", "stopSequence": 28 }, { "arrival": { "time": "1764073548", "uncertainty": 120 }, "departure": { "time": "1764073552", "uncertainty": 120 }, "stopId": "0:MJC", "stopSequence": 29 }, { "arrival": { "time": "1764073630", "uncertainty": 120 }, "departure": { "time": "1764073642", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 30 }, { "arrival": { "time": "1764073680", "uncertainty": 120 }, "departure": { "time": "1764073680", "uncertainty": 120 }, "stopId": "0:MUSIQ 2", "stopSequence": 31 }, { "arrival": { "time": "1764073749", "uncertainty": 120 }, "departure": { "time": "1764073749", "uncertainty": 120 }, "stopId": "0:SDCO 2", "stopSequence": 32 }, { "arrival": { "time": "1764073792", "uncertainty": 120 }, "departure": { "time": "1764073792", "uncertainty": 120 }, "stopId": "0:COUBE", "stopSequence": 33 }, { "arrival": { "time": "1764073832", "uncertainty": 120 }, "departure": { "time": "1764073832", "uncertainty": 120 }, "stopId": "0:MIRAB", "stopSequence": 34 }, { "arrival": { "time": "1764073869", "uncertainty": 120 }, "departure": { "time": "1764073869", "uncertainty": 120 }, "stopId": "0:ESTO", "stopSequence": 35 }, { "arrival": { "time": "1764074237" }, "stopId": "0:MATH 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361547" }, "vehicle": { "id": "60", "label": "60" } } }, { "id": "3361550", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764076860", "uncertainty": 120 }, "departure": { "time": "1764076860", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG", "stopSequence": 1 }, { "departure": { "time": "1764076922", "uncertainty": 120 }, "stopId": "0:JJD 2", "stopSequence": 2 }, { "arrival": { "time": "1764076954", "uncertainty": 120 }, "departure": { "time": "1764076954", "uncertainty": 120 }, "stopId": "0:MECH 2", "stopSequence": 3 }, { "arrival": { "time": "1764077038", "uncertainty": 120 }, "departure": { "time": "1764077038", "uncertainty": 120 }, "stopId": "0:CORNI 2", "stopSequence": 4 }, { "arrival": { "time": "1764077180", "uncertainty": 120 }, "departure": { "time": "1764077180", "uncertainty": 120 }, "stopId": "0:CDR", "stopSequence": 5 }, { "arrival": { "time": "1764077220", "uncertainty": 120 }, "departure": { "time": "1764077220", "uncertainty": 120 }, "stopId": "0:LPRAT 2", "stopSequence": 6 }, { "arrival": { "time": "1764077290", "uncertainty": 120 }, "departure": { "time": "1764077290", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 7 }, { "arrival": { "time": "1764077404", "uncertainty": 120 }, "departure": { "time": "1764077404", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 8 }, { "arrival": { "time": "1764077464", "uncertainty": 120 }, "departure": { "time": "1764077464", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 9 }, { "arrival": { "time": "1764077520", "uncertainty": 120 }, "departure": { "time": "1764077520", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 10 }, { "arrival": { "time": "1764077605", "uncertainty": 120 }, "departure": { "time": "1764077605", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 11 }, { "arrival": { "time": "1764077764", "uncertainty": 120 }, "departure": { "time": "1764077764", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 12 }, { "arrival": { "time": "1764077850", "uncertainty": 120 }, "departure": { "time": "1764077850", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 13 }, { "arrival": { "time": "1764078000", "uncertainty": 120 }, "departure": { "time": "1764078000", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 14 }, { "arrival": { "time": "1764078118", "uncertainty": 120 }, "departure": { "time": "1764078118", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 15 }, { "arrival": { "time": "1764078182", "uncertainty": 120 }, "departure": { "time": "1764078182", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 16 }, { "arrival": { "time": "1764078260", "uncertainty": 120 }, "departure": { "time": "1764078260", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 17 }, { "arrival": { "time": "1764078360", "uncertainty": 120 }, "departure": { "time": "1764078360", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 18 }, { "arrival": { "time": "1764078420", "uncertainty": 120 }, "departure": { "time": "1764078420", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 19 }, { "arrival": { "time": "1764078461", "uncertainty": 120 }, "departure": { "time": "1764078461", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 20 }, { "arrival": { "time": "1764078549", "uncertainty": 120 }, "departure": { "time": "1764078549", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 21 }, { "arrival": { "time": "1764078743", "uncertainty": 120 }, "departure": { "time": "1764078743", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 22 }, { "arrival": { "time": "1764078780", "uncertainty": 120 }, "departure": { "time": "1764078780", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 23 }, { "arrival": { "time": "1764078910", "uncertainty": 120 }, "departure": { "time": "1764078910", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 24 }, { "arrival": { "time": "1764079020", "uncertainty": 120 }, "departure": { "time": "1764079020", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 25 }, { "arrival": { "time": "1764079122", "uncertainty": 120 }, "departure": { "time": "1764079122", "uncertainty": 120 }, "stopId": "0:VIVA", "stopSequence": 26 }, { "arrival": { "time": "1764079178", "uncertainty": 120 }, "departure": { "time": "1764079178", "uncertainty": 120 }, "stopId": "0:LFLEUR", "stopSequence": 27 }, { "arrival": { "time": "1764079226", "uncertainty": 120 }, "departure": { "time": "1764079226", "uncertainty": 120 }, "stopId": "0:LETRA", "stopSequence": 28 }, { "arrival": { "time": "1764079272", "uncertainty": 120 }, "departure": { "time": "1764079272", "uncertainty": 120 }, "stopId": "0:MJC", "stopSequence": 29 }, { "arrival": { "time": "1764079320", "uncertainty": 120 }, "departure": { "time": "1764079320", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 30 }, { "arrival": { "time": "1764079354", "uncertainty": 120 }, "departure": { "time": "1764079354", "uncertainty": 120 }, "stopId": "0:MUSIQ 2", "stopSequence": 31 }, { "arrival": { "time": "1764079419", "uncertainty": 120 }, "departure": { "time": "1764079419", "uncertainty": 120 }, "stopId": "0:SDCO 2", "stopSequence": 32 }, { "arrival": { "time": "1764079477", "uncertainty": 120 }, "departure": { "time": "1764079477", "uncertainty": 120 }, "stopId": "0:COUBE", "stopSequence": 33 }, { "arrival": { "time": "1764079545", "uncertainty": 120 }, "departure": { "time": "1764079545", "uncertainty": 120 }, "stopId": "0:MIRAB", "stopSequence": 34 }, { "arrival": { "time": "1764079593", "uncertainty": 120 }, "departure": { "time": "1764079593", "uncertainty": 120 }, "stopId": "0:ESTO", "stopSequence": 35 }, { "arrival": { "time": "1764079680", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361550" } } }, { "id": "3361549", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764075060", "uncertainty": 120 }, "departure": { "time": "1764075060", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG", "stopSequence": 1 }, { "departure": { "time": "1764075130", "uncertainty": 120 }, "stopId": "0:JJD 2", "stopSequence": 2 }, { "arrival": { "time": "1764075162", "uncertainty": 120 }, "departure": { "time": "1764075162", "uncertainty": 120 }, "stopId": "0:MECH 2", "stopSequence": 3 }, { "arrival": { "time": "1764075246", "uncertainty": 120 }, "departure": { "time": "1764075246", "uncertainty": 120 }, "stopId": "0:CORNI 2", "stopSequence": 4 }, { "arrival": { "time": "1764075388", "uncertainty": 120 }, "departure": { "time": "1764075388", "uncertainty": 120 }, "stopId": "0:CDR", "stopSequence": 5 }, { "arrival": { "time": "1764075428", "uncertainty": 120 }, "departure": { "time": "1764075428", "uncertainty": 120 }, "stopId": "0:LPRAT 2", "stopSequence": 6 }, { "arrival": { "time": "1764075498", "uncertainty": 120 }, "departure": { "time": "1764075498", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 7 }, { "arrival": { "time": "1764075612", "uncertainty": 120 }, "departure": { "time": "1764075612", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 8 }, { "arrival": { "time": "1764075672", "uncertainty": 120 }, "departure": { "time": "1764075672", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 9 }, { "arrival": { "time": "1764075728", "uncertainty": 120 }, "departure": { "time": "1764075728", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 10 }, { "arrival": { "time": "1764075813", "uncertainty": 120 }, "departure": { "time": "1764075813", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 11 }, { "arrival": { "time": "1764075972", "uncertainty": 120 }, "departure": { "time": "1764075972", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 12 }, { "arrival": { "time": "1764076058", "uncertainty": 120 }, "departure": { "time": "1764076058", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 13 }, { "arrival": { "time": "1764076208", "uncertainty": 120 }, "departure": { "time": "1764076208", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 14 }, { "arrival": { "time": "1764076326", "uncertainty": 120 }, "departure": { "time": "1764076326", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 15 }, { "arrival": { "time": "1764076390", "uncertainty": 120 }, "departure": { "time": "1764076390", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 16 }, { "arrival": { "time": "1764076468", "uncertainty": 120 }, "departure": { "time": "1764076468", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 17 }, { "arrival": { "time": "1764076568", "uncertainty": 120 }, "departure": { "time": "1764076568", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 18 }, { "arrival": { "time": "1764076629", "uncertainty": 120 }, "departure": { "time": "1764076629", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 19 }, { "arrival": { "time": "1764076670", "uncertainty": 120 }, "departure": { "time": "1764076670", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 20 }, { "arrival": { "time": "1764076758", "uncertainty": 120 }, "departure": { "time": "1764076758", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 21 }, { "arrival": { "time": "1764076952", "uncertainty": 120 }, "departure": { "time": "1764076952", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 22 }, { "arrival": { "time": "1764076989", "uncertainty": 120 }, "departure": { "time": "1764076989", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 23 }, { "arrival": { "time": "1764077119", "uncertainty": 120 }, "departure": { "time": "1764077119", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 24 }, { "arrival": { "time": "1764077229", "uncertainty": 120 }, "departure": { "time": "1764077229", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 25 }, { "arrival": { "time": "1764077331", "uncertainty": 120 }, "departure": { "time": "1764077331", "uncertainty": 120 }, "stopId": "0:VIVA", "stopSequence": 26 }, { "arrival": { "time": "1764077387", "uncertainty": 120 }, "departure": { "time": "1764077387", "uncertainty": 120 }, "stopId": "0:LFLEUR", "stopSequence": 27 }, { "arrival": { "time": "1764077435", "uncertainty": 120 }, "departure": { "time": "1764077435", "uncertainty": 120 }, "stopId": "0:LETRA", "stopSequence": 28 }, { "arrival": { "time": "1764077481", "uncertainty": 120 }, "departure": { "time": "1764077481", "uncertainty": 120 }, "stopId": "0:MJC", "stopSequence": 29 }, { "arrival": { "time": "1764077529", "uncertainty": 120 }, "departure": { "time": "1764077529", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 30 }, { "arrival": { "time": "1764077563", "uncertainty": 120 }, "departure": { "time": "1764077563", "uncertainty": 120 }, "stopId": "0:MUSIQ 2", "stopSequence": 31 }, { "arrival": { "time": "1764077628", "uncertainty": 120 }, "departure": { "time": "1764077628", "uncertainty": 120 }, "stopId": "0:SDCO 2", "stopSequence": 32 }, { "arrival": { "time": "1764077686", "uncertainty": 120 }, "departure": { "time": "1764077686", "uncertainty": 120 }, "stopId": "0:COUBE", "stopSequence": 33 }, { "arrival": { "time": "1764077754", "uncertainty": 120 }, "departure": { "time": "1764077754", "uncertainty": 120 }, "stopId": "0:MIRAB", "stopSequence": 34 }, { "arrival": { "time": "1764077802", "uncertainty": 120 }, "departure": { "time": "1764077802", "uncertainty": 120 }, "stopId": "0:ESTO", "stopSequence": 35 }, { "arrival": { "time": "1764077889", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361549" } } }, { "id": "3361548", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764073260", "uncertainty": 120 }, "departure": { "time": "1764073260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LANG", "stopSequence": 1 }, { "departure": { "time": "1764073328", "uncertainty": 120 }, "stopId": "0:JJD 2", "stopSequence": 2 }, { "arrival": { "time": "1764073367", "uncertainty": 120 }, "departure": { "time": "1764073367", "uncertainty": 120 }, "stopId": "0:MECH 2", "stopSequence": 3 }, { "arrival": { "time": "1764073456", "uncertainty": 120 }, "departure": { "time": "1764073456", "uncertainty": 120 }, "stopId": "0:CORNI 2", "stopSequence": 4 }, { "arrival": { "time": "1764073592", "uncertainty": 120 }, "departure": { "time": "1764073598", "uncertainty": 120 }, "stopId": "0:CDR", "stopSequence": 5 }, { "arrival": { "time": "1764073651", "uncertainty": 120 }, "departure": { "time": "1764073651", "uncertainty": 120 }, "stopId": "0:LPRAT 2", "stopSequence": 6 }, { "arrival": { "time": "1764073690", "uncertainty": 120 }, "departure": { "time": "1764073718", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 7 }, { "arrival": { "time": "1764073822", "uncertainty": 120 }, "departure": { "time": "1764073822", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 8 }, { "arrival": { "time": "1764073861", "uncertainty": 120 }, "departure": { "time": "1764073861", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 9 }, { "arrival": { "time": "1764073903", "uncertainty": 120 }, "departure": { "time": "1764073903", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 10 }, { "arrival": { "time": "1764073965", "uncertainty": 120 }, "departure": { "time": "1764073965", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 11 }, { "arrival": { "time": "1764074134", "uncertainty": 120 }, "departure": { "time": "1764074138", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 12 }, { "arrival": { "time": "1764074198", "uncertainty": 120 }, "departure": { "time": "1764074198", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 13 }, { "arrival": { "time": "1764074423", "uncertainty": 120 }, "departure": { "time": "1764074423", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 14 }, { "arrival": { "time": "1764074541", "uncertainty": 120 }, "departure": { "time": "1764074541", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 15 }, { "arrival": { "time": "1764074574", "uncertainty": 120 }, "departure": { "time": "1764074574", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 16 }, { "arrival": { "time": "1764074630", "uncertainty": 120 }, "departure": { "time": "1764074630", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 17 }, { "arrival": { "time": "1764074694", "uncertainty": 120 }, "departure": { "time": "1764074694", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 18 }, { "arrival": { "time": "1764074778", "uncertainty": 120 }, "departure": { "time": "1764074778", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 19 }, { "arrival": { "time": "1764074815", "uncertainty": 120 }, "departure": { "time": "1764074815", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 20 }, { "arrival": { "time": "1764074903", "uncertainty": 120 }, "departure": { "time": "1764074903", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 21 }, { "arrival": { "time": "1764075094", "uncertainty": 120 }, "departure": { "time": "1764075094", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 22 }, { "arrival": { "time": "1764075130", "uncertainty": 120 }, "departure": { "time": "1764075130", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 23 }, { "arrival": { "time": "1764075260", "uncertainty": 120 }, "departure": { "time": "1764075260", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 24 }, { "arrival": { "time": "1764075370", "uncertainty": 120 }, "departure": { "time": "1764075370", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 25 }, { "arrival": { "time": "1764075472", "uncertainty": 120 }, "departure": { "time": "1764075472", "uncertainty": 120 }, "stopId": "0:VIVA", "stopSequence": 26 }, { "arrival": { "time": "1764075528", "uncertainty": 120 }, "departure": { "time": "1764075528", "uncertainty": 120 }, "stopId": "0:LFLEUR", "stopSequence": 27 }, { "arrival": { "time": "1764075576", "uncertainty": 120 }, "departure": { "time": "1764075576", "uncertainty": 120 }, "stopId": "0:LETRA", "stopSequence": 28 }, { "arrival": { "time": "1764075622", "uncertainty": 120 }, "departure": { "time": "1764075622", "uncertainty": 120 }, "stopId": "0:MJC", "stopSequence": 29 }, { "arrival": { "time": "1764075670", "uncertainty": 120 }, "departure": { "time": "1764075670", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 30 }, { "arrival": { "time": "1764075704", "uncertainty": 120 }, "departure": { "time": "1764075704", "uncertainty": 120 }, "stopId": "0:MUSIQ 2", "stopSequence": 31 }, { "arrival": { "time": "1764075769", "uncertainty": 120 }, "departure": { "time": "1764075769", "uncertainty": 120 }, "stopId": "0:SDCO 2", "stopSequence": 32 }, { "arrival": { "time": "1764075827", "uncertainty": 120 }, "departure": { "time": "1764075827", "uncertainty": 120 }, "stopId": "0:COUBE", "stopSequence": 33 }, { "arrival": { "time": "1764075895", "uncertainty": 120 }, "departure": { "time": "1764075895", "uncertainty": 120 }, "stopId": "0:MIRAB", "stopSequence": 34 }, { "arrival": { "time": "1764075943", "uncertainty": 120 }, "departure": { "time": "1764075943", "uncertainty": 120 }, "stopId": "0:ESTO", "stopSequence": 35 }, { "arrival": { "time": "1764076030", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361548" }, "vehicle": { "id": "75", "label": "75" } } }, { "id": "3359159", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077700", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359159" } } }, { "id": "3359158", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077700", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359158" } } }, { "id": "3359163", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072332", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 }, { "arrival": { "time": "1764072470", "uncertainty": 120 }, "departure": { "time": "1764072470", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1764072619", "uncertainty": 120 }, "departure": { "time": "1764072633", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 3 }, { "arrival": { "time": "1764072804", "uncertainty": 120 }, "departure": { "time": "1764072813", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 4 }, { "arrival": { "time": "1764073083", "uncertainty": 120 }, "departure": { "time": "1764073083", "uncertainty": 120 }, "stopId": "0:_BZI 2", "stopSequence": 5 }, { "arrival": { "time": "1764073393", "uncertainty": 120 }, "departure": { "time": "1764073413", "uncertainty": 120 }, "stopId": "0:VTGV 2", "stopSequence": 6 }, { "arrival": { "time": "1764073563", "uncertainty": 120 }, "departure": { "time": "1764073563", "uncertainty": 120 }, "stopId": "0:ROVAL 2", "stopSequence": 7 }, { "arrival": { "time": "1764073919", "uncertainty": 120 }, "departure": { "time": "1764073992", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 8 }, { "arrival": { "time": "1764074115", "uncertainty": 120 }, "departure": { "time": "1764074142", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 9 }, { "arrival": { "time": "1764074310", "uncertainty": 120 }, "departure": { "time": "1764074310", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 10 }, { "arrival": { "time": "1764074354", "uncertainty": 120 }, "departure": { "time": "1764074354", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 11 }, { "arrival": { "time": "1764074565", "uncertainty": 120 }, "departure": { "time": "1764074565", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 12 }, { "arrival": { "time": "1764074720", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359163" }, "vehicle": { "id": "8284", "label": "8284" } } }, { "id": "3362737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077700", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362737" } } }, { "id": "3362736", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076500", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362736" } } }, { "id": "3359139", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074163", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1764074253", "uncertainty": 120 }, "departure": { "time": "1764074253", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1764074557", "uncertainty": 120 }, "departure": { "time": "1764074557", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1764074622", "uncertainty": 120 }, "departure": { "time": "1764074622", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1764074795", "uncertainty": 120 }, "departure": { "time": "1764074795", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1764074930", "uncertainty": 120 }, "departure": { "time": "1764074930", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1764075461", "uncertainty": 120 }, "departure": { "time": "1764075461", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1764075521", "uncertainty": 120 }, "departure": { "time": "1764075521", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1764075941", "uncertainty": 120 }, "departure": { "time": "1764075941", "uncertainty": 120 }, "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1764076198", "uncertainty": 120 }, "departure": { "time": "1764076198", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1764076301", "uncertainty": 120 }, "departure": { "time": "1764076301", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1764076468", "uncertainty": 120 }, "departure": { "time": "1764076468", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1764076541", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359139" }, "vehicle": { "id": "8283", "label": "8283" } } }, { "id": "3359138", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072391", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1764072481", "uncertainty": 120 }, "departure": { "time": "1764072481", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1764072781", "uncertainty": 120 }, "departure": { "time": "1764072781", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1764072879", "uncertainty": 120 }, "departure": { "time": "1764072901", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1764073111", "uncertainty": 120 }, "departure": { "time": "1764073111", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1764073231", "uncertainty": 120 }, "departure": { "time": "1764073231", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1764073693", "uncertainty": 120 }, "departure": { "time": "1764073693", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1764073902", "uncertainty": 120 }, "departure": { "time": "1764073928", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1764074269", "uncertainty": 120 }, "departure": { "time": "1764074269", "uncertainty": 120 }, "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1764074450", "uncertainty": 120 }, "departure": { "time": "1764074450", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1764074587", "uncertainty": 120 }, "departure": { "time": "1764074587", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1764074715", "uncertainty": 120 }, "departure": { "time": "1764074715", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1764074788", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359138" }, "vehicle": { "id": "6265", "label": "6265" } } }, { "id": "3359137", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764070862", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1764070944", "uncertainty": 120 }, "departure": { "time": "1764070944", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1764071192", "uncertainty": 120 }, "departure": { "time": "1764071224", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1764071283", "uncertainty": 120 }, "departure": { "time": "1764071343", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1764071524", "uncertainty": 120 }, "departure": { "time": "1764071524", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1764071673", "uncertainty": 120 }, "departure": { "time": "1764071673", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1764072143", "uncertainty": 120 }, "departure": { "time": "1764072143", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1764072418", "uncertainty": 120 }, "departure": { "time": "1764072441", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1764072820", "uncertainty": 120 }, "departure": { "time": "1764072820", "uncertainty": 120 }, "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1764072986", "uncertainty": 120 }, "departure": { "time": "1764072986", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1764073131", "uncertainty": 120 }, "departure": { "time": "1764073131", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1764073251", "uncertainty": 120 }, "departure": { "time": "1764073251", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1764073335", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359137" }, "vehicle": { "id": "6261", "label": "6261" } } }, { "id": "3360915", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074700", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1764074763", "uncertainty": 120 }, "departure": { "time": "1764074763", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1764074820", "uncertainty": 120 }, "departure": { "time": "1764074820", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1764074894", "uncertainty": 120 }, "departure": { "time": "1764074894", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1764074955", "uncertainty": 120 }, "departure": { "time": "1764074955", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1764074980", "uncertainty": 120 }, "departure": { "time": "1764074980", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1764075012", "uncertainty": 120 }, "departure": { "time": "1764075012", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1764075049", "uncertainty": 120 }, "departure": { "time": "1764075049", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1764075111", "uncertainty": 120 }, "departure": { "time": "1764075111", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1764075155", "uncertainty": 120 }, "departure": { "time": "1764075155", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1764075237", "uncertainty": 120 }, "departure": { "time": "1764075237", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1764075303", "uncertainty": 120 }, "departure": { "time": "1764075303", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1764075418", "uncertainty": 120 }, "departure": { "time": "1764075418", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1764075479", "uncertainty": 120 }, "departure": { "time": "1764075479", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 14 }, { "arrival": { "time": "1764075572", "uncertainty": 120 }, "departure": { "time": "1764075572", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 15 }, { "arrival": { "time": "1764075609", "uncertainty": 120 }, "departure": { "time": "1764075609", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 16 }, { "arrival": { "time": "1764075758", "uncertainty": 120 }, "departure": { "time": "1764075758", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 17 }, { "arrival": { "time": "1764075868", "uncertainty": 120 }, "departure": { "time": "1764075868", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 18 }, { "arrival": { "time": "1764075955", "uncertainty": 120 }, "departure": { "time": "1764075955", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 19 }, { "arrival": { "time": "1764076144", "uncertainty": 120 }, "departure": { "time": "1764076144", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 20 }, { "arrival": { "time": "1764076198", "uncertainty": 120 }, "departure": { "time": "1764076198", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 21 }, { "arrival": { "time": "1764076268", "uncertainty": 120 }, "departure": { "time": "1764076268", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 22 }, { "arrival": { "time": "1764076426", "uncertainty": 120 }, "departure": { "time": "1764076426", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 23 }, { "arrival": { "time": "1764076576", "uncertainty": 120 }, "departure": { "time": "1764076576", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 24 }, { "arrival": { "time": "1764076657", "uncertainty": 120 }, "departure": { "time": "1764076657", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 25 }, { "arrival": { "time": "1764076734", "uncertainty": 120 }, "departure": { "time": "1764076734", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 26 }, { "arrival": { "time": "1764076937", "uncertainty": 120 }, "departure": { "time": "1764076937", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 27 }, { "arrival": { "time": "1764076995", "uncertainty": 120 }, "departure": { "time": "1764076995", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 28 }, { "arrival": { "time": "1764077093", "uncertainty": 120 }, "departure": { "time": "1764077093", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 29 }, { "arrival": { "time": "1764077183", "uncertainty": 120 }, "departure": { "time": "1764077183", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 30 }, { "arrival": { "time": "1764077285", "uncertainty": 120 }, "departure": { "time": "1764077285", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 31 }, { "arrival": { "time": "1764077334", "uncertainty": 120 }, "departure": { "time": "1764077334", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 32 }, { "arrival": { "time": "1764077392", "uncertainty": 120 }, "departure": { "time": "1764077392", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 33 }, { "arrival": { "time": "1764077434", "uncertainty": 120 }, "departure": { "time": "1764077434", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 34 }, { "arrival": { "time": "1764077488", "uncertainty": 120 }, "departure": { "time": "1764077488", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 35 }, { "arrival": { "time": "1764077574", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360915" } } }, { "id": "3359141", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075900", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359141" } } }, { "id": "3359140", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073292", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1764073380", "uncertainty": 120 }, "departure": { "time": "1764073380", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1764075034", "uncertainty": 120 }, "departure": { "time": "1764075034", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 3 }, { "arrival": { "time": "1764075334", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 4 } ], "trip": { "directionId": 0, "routeId": "ICd", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359140" }, "vehicle": { "id": "8280", "label": "8280" } } }, { "id": "3360913", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072900", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1764072976", "uncertainty": 120 }, "departure": { "time": "1764072992", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1764073044", "uncertainty": 120 }, "departure": { "time": "1764073052", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1764073119", "uncertainty": 120 }, "departure": { "time": "1764073142", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1764073192", "uncertainty": 120 }, "departure": { "time": "1764073192", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1764073213", "uncertainty": 120 }, "departure": { "time": "1764073232", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1764073260", "uncertainty": 120 }, "departure": { "time": "1764073260", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1764073286", "uncertainty": 120 }, "departure": { "time": "1764073292", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1764073361", "uncertainty": 120 }, "departure": { "time": "1764073361", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1764073397", "uncertainty": 120 }, "departure": { "time": "1764073412", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1764073499", "uncertainty": 120 }, "departure": { "time": "1764073502", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1764073562", "uncertainty": 120 }, "departure": { "time": "1764073562", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1764073662", "uncertainty": 120 }, "departure": { "time": "1764073662", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1764073710", "uncertainty": 120 }, "departure": { "time": "1764073713", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 14 }, { "arrival": { "time": "1764073796", "uncertainty": 120 }, "departure": { "time": "1764073796", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 15 }, { "arrival": { "time": "1764073822", "uncertainty": 120 }, "departure": { "time": "1764073833", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 16 }, { "arrival": { "time": "1764073953", "uncertainty": 120 }, "departure": { "time": "1764073953", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 17 }, { "arrival": { "time": "1764074122", "uncertainty": 120 }, "departure": { "time": "1764074132", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 18 }, { "arrival": { "time": "1764074268", "uncertainty": 120 }, "departure": { "time": "1764074268", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 19 }, { "arrival": { "time": "1764074408", "uncertainty": 120 }, "departure": { "time": "1764074408", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 20 }, { "arrival": { "time": "1764074467", "uncertainty": 120 }, "departure": { "time": "1764074467", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 21 }, { "arrival": { "time": "1764074554", "uncertainty": 120 }, "departure": { "time": "1764074554", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 22 }, { "arrival": { "time": "1764074644", "uncertainty": 120 }, "departure": { "time": "1764074644", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 23 }, { "arrival": { "time": "1764074758", "uncertainty": 120 }, "departure": { "time": "1764074758", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 24 }, { "arrival": { "time": "1764074793", "uncertainty": 120 }, "departure": { "time": "1764074793", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 25 }, { "arrival": { "time": "1764074845", "uncertainty": 120 }, "departure": { "time": "1764074845", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 26 }, { "arrival": { "time": "1764074973", "uncertainty": 120 }, "departure": { "time": "1764074973", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 27 }, { "arrival": { "time": "1764075021", "uncertainty": 120 }, "departure": { "time": "1764075021", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 28 }, { "arrival": { "time": "1764075104", "uncertainty": 120 }, "departure": { "time": "1764075104", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 29 }, { "arrival": { "time": "1764075208", "uncertainty": 120 }, "departure": { "time": "1764075208", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 30 }, { "arrival": { "time": "1764075322", "uncertainty": 120 }, "departure": { "time": "1764075322", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 31 }, { "arrival": { "time": "1764075369", "uncertainty": 120 }, "departure": { "time": "1764075369", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 32 }, { "arrival": { "time": "1764075413", "uncertainty": 120 }, "departure": { "time": "1764075413", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 33 }, { "arrival": { "time": "1764075459", "uncertainty": 120 }, "departure": { "time": "1764075459", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 34 }, { "arrival": { "time": "1764075503", "uncertainty": 120 }, "departure": { "time": "1764075503", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 35 }, { "arrival": { "time": "1764075589", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360913" }, "vehicle": { "id": "73", "label": "73" } } }, { "id": "3360912", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072489", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 1 }, { "arrival": { "time": "1764072578", "uncertainty": 120 }, "departure": { "time": "1764072578", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 2 }, { "arrival": { "time": "1764072631", "uncertainty": 120 }, "departure": { "time": "1764072639", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 3 }, { "arrival": { "time": "1764072735", "uncertainty": 120 }, "departure": { "time": "1764072735", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 4 }, { "arrival": { "time": "1764072815", "uncertainty": 120 }, "departure": { "time": "1764072818", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 5 }, { "arrival": { "time": "1764072917", "uncertainty": 120 }, "departure": { "time": "1764072917", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 6 }, { "arrival": { "time": "1764072962", "uncertainty": 120 }, "departure": { "time": "1764072968", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 7 }, { "arrival": { "time": "1764073088", "uncertainty": 120 }, "departure": { "time": "1764073088", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 8 }, { "arrival": { "time": "1764073192", "uncertainty": 120 }, "departure": { "time": "1764073192", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 9 }, { "arrival": { "time": "1764073329", "uncertainty": 120 }, "departure": { "time": "1764073329", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 10 }, { "arrival": { "time": "1764073463", "uncertainty": 120 }, "departure": { "time": "1764073478", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 11 }, { "arrival": { "time": "1764073599", "uncertainty": 120 }, "departure": { "time": "1764073629", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 12 }, { "arrival": { "time": "1764073689", "uncertainty": 120 }, "departure": { "time": "1764073749", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 13 }, { "arrival": { "time": "1764073831", "uncertainty": 120 }, "departure": { "time": "1764073831", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 14 }, { "arrival": { "time": "1764073941", "uncertainty": 120 }, "departure": { "time": "1764073941", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 15 }, { "arrival": { "time": "1764073971", "uncertainty": 120 }, "departure": { "time": "1764073971", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 16 }, { "arrival": { "time": "1764074020", "uncertainty": 120 }, "departure": { "time": "1764074020", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 17 }, { "arrival": { "time": "1764074140", "uncertainty": 120 }, "departure": { "time": "1764074140", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 18 }, { "arrival": { "time": "1764074187", "uncertainty": 120 }, "departure": { "time": "1764074187", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 19 }, { "arrival": { "time": "1764074248", "uncertainty": 120 }, "departure": { "time": "1764074248", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1764074351", "uncertainty": 120 }, "departure": { "time": "1764074351", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1764074467", "uncertainty": 120 }, "departure": { "time": "1764074467", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 22 }, { "arrival": { "time": "1764074513", "uncertainty": 120 }, "departure": { "time": "1764074513", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 23 }, { "arrival": { "time": "1764074555", "uncertainty": 120 }, "departure": { "time": "1764074555", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 24 }, { "arrival": { "time": "1764074602", "uncertainty": 120 }, "departure": { "time": "1764074602", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 25 }, { "arrival": { "time": "1764074645", "uncertainty": 120 }, "departure": { "time": "1764074645", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 26 }, { "arrival": { "time": "1764074720", "uncertainty": 120 }, "departure": { "time": "1764074720", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 27 }, { "arrival": { "time": "1764074781", "uncertainty": 120 }, "departure": { "time": "1764074781", "uncertainty": 120 }, "stopId": "0:MON", "stopSequence": 28 }, { "arrival": { "time": "1764074815", "uncertainty": 120 }, "departure": { "time": "1764074815", "uncertainty": 120 }, "stopId": "0:SIMO", "stopSequence": 29 }, { "arrival": { "time": "1764074910", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360912" }, "vehicle": { "id": "567", "label": "567" } } }, { "id": "3360918", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077760", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360918" } } }, { "id": "3360917", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076500", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360917" } } }, { "id": "3360916", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075960", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3360916" } } }, { "id": "3362735", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075900", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362735" } } }, { "id": "3362734", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074760", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362734" } } }, { "id": "3362733", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073102", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1764073154", "uncertainty": 120 }, "departure": { "time": "1764073162", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1764073192", "uncertainty": 120 }, "departure": { "time": "1764073192", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1764073227", "uncertainty": 120 }, "departure": { "time": "1764073251", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1764073303", "uncertainty": 120 }, "departure": { "time": "1764073303", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 5 }, { "arrival": { "time": "1764073354", "uncertainty": 120 }, "departure": { "time": "1764073354", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 6 }, { "arrival": { "time": "1764073420", "uncertainty": 120 }, "departure": { "time": "1764073431", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 7 }, { "arrival": { "time": "1764073491", "uncertainty": 120 }, "departure": { "time": "1764073491", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 8 }, { "arrival": { "time": "1764073611", "uncertainty": 120 }, "departure": { "time": "1764073611", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 9 }, { "arrival": { "time": "1764073656", "uncertainty": 120 }, "departure": { "time": "1764073671", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 10 }, { "arrival": { "time": "1764073821", "uncertainty": 120 }, "departure": { "time": "1764073821", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 11 }, { "arrival": { "time": "1764073941", "uncertainty": 120 }, "departure": { "time": "1764073941", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1764074031", "uncertainty": 120 }, "departure": { "time": "1764074061", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1764074128", "uncertainty": 120 }, "departure": { "time": "1764074151", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 14 }, { "arrival": { "time": "1764074211", "uncertainty": 120 }, "departure": { "time": "1764074211", "uncertainty": 120 }, "stopId": "0:POLY", "stopSequence": 15 }, { "arrival": { "time": "1764074266", "uncertainty": 120 }, "departure": { "time": "1764074266", "uncertainty": 120 }, "stopId": "0:GUYN", "stopSequence": 16 }, { "arrival": { "time": "1764074332", "uncertainty": 120 }, "departure": { "time": "1764074332", "uncertainty": 120 }, "stopId": "0:DBLAN", "stopSequence": 17 }, { "arrival": { "time": "1764074514", "uncertainty": 120 }, "departure": { "time": "1764074514", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 18 }, { "arrival": { "time": "1764074610", "uncertainty": 120 }, "departure": { "time": "1764074610", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 19 }, { "arrival": { "time": "1764074653", "uncertainty": 120 }, "departure": { "time": "1764074653", "uncertainty": 120 }, "stopId": "0:LPLAN", "stopSequence": 20 }, { "arrival": { "time": "1764074719", "uncertainty": 120 }, "departure": { "time": "1764074719", "uncertainty": 120 }, "stopId": "0:POINCA", "stopSequence": 21 }, { "arrival": { "time": "1764074806", "uncertainty": 120 }, "departure": { "time": "1764074806", "uncertainty": 120 }, "stopId": "0:JPERR", "stopSequence": 22 }, { "arrival": { "time": "1764074860", "uncertainty": 120 }, "departure": { "time": "1764074860", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 23 }, { "arrival": { "time": "1764074948", "uncertainty": 120 }, "departure": { "time": "1764074948", "uncertainty": 120 }, "stopId": "0:RGARR", "stopSequence": 24 }, { "arrival": { "time": "1764074981", "uncertainty": 120 }, "stopId": "0:THABO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362733" }, "vehicle": { "id": "123", "label": "123" } } }, { "id": "3359107", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359107" } } }, { "id": "3359106", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074460", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359106" } } }, { "id": "3359105", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073531", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 }, { "arrival": { "time": "1764073701", "uncertainty": 120 }, "departure": { "time": "1764073701", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1764073833", "uncertainty": 120 }, "departure": { "time": "1764073833", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 3 }, { "arrival": { "time": "1764073923", "uncertainty": 120 }, "departure": { "time": "1764073953", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 4 }, { "arrival": { "time": "1764074163", "uncertainty": 120 }, "departure": { "time": "1764074193", "uncertainty": 120 }, "stopId": "0:_BZI 2", "stopSequence": 5 }, { "arrival": { "time": "1764074535", "uncertainty": 120 }, "departure": { "time": "1764074535", "uncertainty": 120 }, "stopId": "0:VTGV 2", "stopSequence": 6 }, { "arrival": { "time": "1764074662", "uncertainty": 120 }, "departure": { "time": "1764074662", "uncertainty": 120 }, "stopId": "0:ROVAL 2", "stopSequence": 7 }, { "arrival": { "time": "1764075039", "uncertainty": 120 }, "departure": { "time": "1764075039", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 8 }, { "arrival": { "time": "1764075185", "uncertainty": 120 }, "departure": { "time": "1764075185", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 9 }, { "arrival": { "time": "1764075364", "uncertainty": 120 }, "departure": { "time": "1764075364", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 10 }, { "arrival": { "time": "1764075424", "uncertainty": 120 }, "departure": { "time": "1764075424", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 11 }, { "arrival": { "time": "1764075676", "uncertainty": 120 }, "departure": { "time": "1764075676", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 12 }, { "arrival": { "time": "1764075856", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359105" }, "vehicle": { "id": "6264", "label": "6264" } } }, { "id": "3362811", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077100", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362811" } } }, { "id": "3361087", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075960", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361087" } } }, { "id": "3362810", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764075300", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3362810" } } }, { "id": "3361086", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074760", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361086" } } }, { "id": "3361085", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073618", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 }, { "arrival": { "time": "1764073685", "uncertainty": 120 }, "departure": { "time": "1764073685", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 2 }, { "arrival": { "time": "1764073798", "uncertainty": 120 }, "departure": { "time": "1764073798", "uncertainty": 120 }, "stopId": "0:_FBF", "stopSequence": 3 }, { "arrival": { "time": "1764073877", "uncertainty": 120 }, "departure": { "time": "1764073918", "uncertainty": 120 }, "stopId": "0:_JCH", "stopSequence": 4 }, { "arrival": { "time": "1764073957", "uncertainty": 120 }, "departure": { "time": "1764073957", "uncertainty": 120 }, "stopId": "0:_DEP", "stopSequence": 5 }, { "arrival": { "time": "1764074003", "uncertainty": 120 }, "departure": { "time": "1764074008", "uncertainty": 120 }, "stopId": "0:_MDE", "stopSequence": 6 }, { "arrival": { "time": "1764074054", "uncertainty": 120 }, "departure": { "time": "1764074054", "uncertainty": 120 }, "stopId": "0:_VINA 2", "stopSequence": 7 }, { "arrival": { "time": "1764074080", "uncertainty": 120 }, "departure": { "time": "1764074098", "uncertainty": 120 }, "stopId": "0:_MOUN 2", "stopSequence": 8 }, { "arrival": { "time": "1764074223", "uncertainty": 120 }, "departure": { "time": "1764074223", "uncertainty": 120 }, "stopId": "0:_CNA", "stopSequence": 9 }, { "arrival": { "time": "1764074328", "uncertainty": 120 }, "departure": { "time": "1764074328", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 10 }, { "arrival": { "time": "1764074369", "uncertainty": 120 }, "departure": { "time": "1764074369", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 11 }, { "arrival": { "time": "1764074428", "uncertainty": 120 }, "departure": { "time": "1764074428", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 12 }, { "arrival": { "time": "1764074513", "uncertainty": 120 }, "departure": { "time": "1764074513", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 13 }, { "arrival": { "time": "1764074637", "uncertainty": 120 }, "departure": { "time": "1764074637", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 14 }, { "arrival": { "time": "1764074713", "uncertainty": 120 }, "departure": { "time": "1764074713", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 15 }, { "arrival": { "time": "1764074780", "uncertainty": 120 }, "departure": { "time": "1764074780", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 16 }, { "arrival": { "time": "1764074834", "uncertainty": 120 }, "departure": { "time": "1764074834", "uncertainty": 120 }, "stopId": "0:_DUC 2", "stopSequence": 17 }, { "arrival": { "time": "1764074855", "uncertainty": 120 }, "departure": { "time": "1764074855", "uncertainty": 120 }, "stopId": "0:_PMA 2", "stopSequence": 18 }, { "arrival": { "time": "1764074960", "uncertainty": 120 }, "departure": { "time": "1764074960", "uncertainty": 120 }, "stopId": "0:_LYD 3", "stopSequence": 19 }, { "arrival": { "time": "1764075053", "uncertainty": 120 }, "departure": { "time": "1764075053", "uncertainty": 120 }, "stopId": "0:_BONN", "stopSequence": 20 }, { "arrival": { "time": "1764075113", "uncertainty": 120 }, "departure": { "time": "1764075113", "uncertainty": 120 }, "stopId": "0:_DID 2", "stopSequence": 21 }, { "arrival": { "time": "1764075140", "uncertainty": 120 }, "departure": { "time": "1764075140", "uncertainty": 120 }, "stopId": "0:_COD 5", "stopSequence": 22 }, { "arrival": { "time": "1764075197", "uncertainty": 120 }, "departure": { "time": "1764075197", "uncertainty": 120 }, "stopId": "0:_LSY 2", "stopSequence": 23 }, { "arrival": { "time": "1764075260", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361085" }, "vehicle": { "id": "852", "label": "852" } } }, { "id": "3361084", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072756", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 }, { "arrival": { "time": "1764072840", "uncertainty": 120 }, "departure": { "time": "1764072876", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 2 }, { "arrival": { "time": "1764072994", "uncertainty": 120 }, "departure": { "time": "1764072994", "uncertainty": 120 }, "stopId": "0:_FBF", "stopSequence": 3 }, { "arrival": { "time": "1764073067", "uncertainty": 120 }, "departure": { "time": "1764073067", "uncertainty": 120 }, "stopId": "0:_JCH", "stopSequence": 4 }, { "arrival": { "time": "1764073086", "uncertainty": 120 }, "departure": { "time": "1764073086", "uncertainty": 120 }, "stopId": "0:_DEP", "stopSequence": 5 }, { "arrival": { "time": "1764073126", "uncertainty": 120 }, "departure": { "time": "1764073146", "uncertainty": 120 }, "stopId": "0:_MDE", "stopSequence": 6 }, { "arrival": { "time": "1764073206", "uncertainty": 120 }, "departure": { "time": "1764073206", "uncertainty": 120 }, "stopId": "0:_VINA 2", "stopSequence": 7 }, { "arrival": { "time": "1764073314", "uncertainty": 120 }, "departure": { "time": "1764073314", "uncertainty": 120 }, "stopId": "0:_MOUN 2", "stopSequence": 8 }, { "arrival": { "time": "1764073420", "uncertainty": 120 }, "departure": { "time": "1764073446", "uncertainty": 120 }, "stopId": "0:_CNA", "stopSequence": 9 }, { "arrival": { "time": "1764073553", "uncertainty": 120 }, "departure": { "time": "1764073553", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 10 }, { "arrival": { "time": "1764073593", "uncertainty": 120 }, "departure": { "time": "1764073596", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 11 }, { "arrival": { "time": "1764073674", "uncertainty": 120 }, "departure": { "time": "1764073686", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 12 }, { "arrival": { "time": "1764073758", "uncertainty": 120 }, "departure": { "time": "1764073777", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 13 }, { "arrival": { "time": "1764073866", "uncertainty": 120 }, "departure": { "time": "1764073956", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 14 }, { "arrival": { "time": "1764074031", "uncertainty": 120 }, "departure": { "time": "1764074047", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 15 }, { "arrival": { "time": "1764074117", "uncertainty": 120 }, "departure": { "time": "1764074136", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 16 }, { "arrival": { "time": "1764074236", "uncertainty": 120 }, "departure": { "time": "1764074236", "uncertainty": 120 }, "stopId": "0:_DUC 2", "stopSequence": 17 }, { "arrival": { "time": "1764074257", "uncertainty": 120 }, "departure": { "time": "1764074257", "uncertainty": 120 }, "stopId": "0:_PMA 2", "stopSequence": 18 }, { "arrival": { "time": "1764074333", "uncertainty": 120 }, "departure": { "time": "1764074333", "uncertainty": 120 }, "stopId": "0:_LYD 3", "stopSequence": 19 }, { "arrival": { "time": "1764074404", "uncertainty": 120 }, "departure": { "time": "1764074404", "uncertainty": 120 }, "stopId": "0:_BONN", "stopSequence": 20 }, { "arrival": { "time": "1764074464", "uncertainty": 120 }, "departure": { "time": "1764074464", "uncertainty": 120 }, "stopId": "0:_DID 2", "stopSequence": 21 }, { "arrival": { "time": "1764074477", "uncertainty": 120 }, "departure": { "time": "1764074477", "uncertainty": 120 }, "stopId": "0:_COD 5", "stopSequence": 22 }, { "arrival": { "time": "1764074534", "uncertainty": 120 }, "departure": { "time": "1764074534", "uncertainty": 120 }, "stopId": "0:_LSY 2", "stopSequence": 23 }, { "arrival": { "time": "1764074563", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361084" }, "vehicle": { "id": "811", "label": "811" } } }, { "id": "3359291", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764075283", "uncertainty": 120 }, "departure": { "time": "1764075283", "uncertainty": 120 }, "stopId": "0:MANDR" }, { "departure": { "time": "1764073627", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1764073699", "uncertainty": 120 }, "departure": { "time": "1764073699", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1764073738", "uncertainty": 120 }, "departure": { "time": "1764073738", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1764073777", "uncertainty": 120 }, "departure": { "time": "1764073777", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1764073806", "uncertainty": 120 }, "departure": { "time": "1764073806", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1764073854", "uncertainty": 120 }, "departure": { "time": "1764073854", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1764073916", "uncertainty": 120 }, "departure": { "time": "1764073916", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1764073965", "uncertainty": 120 }, "departure": { "time": "1764073965", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1764074016", "uncertainty": 120 }, "departure": { "time": "1764074016", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1764074081", "uncertainty": 120 }, "departure": { "time": "1764074081", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1764074133", "uncertainty": 120 }, "departure": { "time": "1764074136", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1764074209", "uncertainty": 120 }, "departure": { "time": "1764074209", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1764074312", "uncertainty": 120 }, "departure": { "time": "1764074312", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1764074349", "uncertainty": 120 }, "departure": { "time": "1764074349", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764074442", "uncertainty": 120 }, "departure": { "time": "1764074442", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764074648", "uncertainty": 120 }, "departure": { "time": "1764074648", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1764074624", "uncertainty": 120 }, "departure": { "time": "1764074624", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1764074694", "uncertainty": 120 }, "departure": { "time": "1764074694", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1764074781", "uncertainty": 120 }, "departure": { "time": "1764074781", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1764074809", "uncertainty": 120 }, "departure": { "time": "1764074809", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1764074846", "uncertainty": 120 }, "departure": { "time": "1764074846", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1764074934", "uncertainty": 120 }, "departure": { "time": "1764074934", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1764075032", "uncertainty": 120 }, "departure": { "time": "1764075032", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1764075084", "uncertainty": 120 }, "departure": { "time": "1764075084", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1764075120", "uncertainty": 120 }, "departure": { "time": "1764075120", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1764075388", "uncertainty": 120 }, "departure": { "time": "1764075388", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1764075441", "uncertainty": 120 }, "departure": { "time": "1764075441", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1764075487", "uncertainty": 120 }, "departure": { "time": "1764075487", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1764075580", "uncertainty": 120 }, "departure": { "time": "1764075580", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1764075625", "uncertainty": 120 }, "departure": { "time": "1764075625", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1764075672", "uncertainty": 120 }, "departure": { "time": "1764075672", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1764075716", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359291" }, "vehicle": { "id": "79", "label": "79" } } }, { "id": "3359290", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764074453", "uncertainty": 120 }, "departure": { "time": "1764074453", "uncertainty": 120 }, "stopId": "0:MANDR" }, { "departure": { "time": "1764072660", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1764072733", "uncertainty": 120 }, "departure": { "time": "1764072733", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1764072761", "uncertainty": 120 }, "departure": { "time": "1764072761", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1764072826", "uncertainty": 120 }, "departure": { "time": "1764072826", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1764072880", "uncertainty": 120 }, "departure": { "time": "1764072880", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1764072941", "uncertainty": 120 }, "departure": { "time": "1764072941", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1764073022", "uncertainty": 120 }, "departure": { "time": "1764073022", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1764073088", "uncertainty": 120 }, "departure": { "time": "1764073088", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1764073160", "uncertainty": 120 }, "departure": { "time": "1764073160", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1764073196", "uncertainty": 120 }, "departure": { "time": "1764073196", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1764073226", "uncertainty": 120 }, "departure": { "time": "1764073232", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1764073322", "uncertainty": 120 }, "departure": { "time": "1764073322", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1764073408", "uncertainty": 120 }, "departure": { "time": "1764073408", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1764073442", "uncertainty": 120 }, "departure": { "time": "1764073442", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764073557", "uncertainty": 120 }, "departure": { "time": "1764073592", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764073801", "uncertainty": 120 }, "departure": { "time": "1764073803", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1764073724", "uncertainty": 120 }, "departure": { "time": "1764073724", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1764073794", "uncertainty": 120 }, "departure": { "time": "1764073794", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1764073881", "uncertainty": 120 }, "departure": { "time": "1764073881", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1764073969", "uncertainty": 120 }, "departure": { "time": "1764073969", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1764074002", "uncertainty": 120 }, "departure": { "time": "1764074004", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1764074096", "uncertainty": 120 }, "departure": { "time": "1764074096", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1764074132", "uncertainty": 120 }, "departure": { "time": "1764074132", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1764074184", "uncertainty": 120 }, "departure": { "time": "1764074184", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1764074220", "uncertainty": 120 }, "departure": { "time": "1764074220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1764074558", "uncertainty": 120 }, "departure": { "time": "1764074558", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1764074611", "uncertainty": 120 }, "departure": { "time": "1764074611", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1764074656", "uncertainty": 120 }, "departure": { "time": "1764074656", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1764074720", "uncertainty": 120 }, "departure": { "time": "1764074720", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1764074759", "uncertainty": 120 }, "departure": { "time": "1764074759", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1764074804", "uncertainty": 120 }, "departure": { "time": "1764074804", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1764074868", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359290" }, "vehicle": { "id": "171", "label": "171" } } }, { "id": "3359294", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764078813", "uncertainty": 120 }, "departure": { "time": "1764078813", "uncertainty": 120 }, "stopId": "0:MANDR" }, { "departure": { "time": "1764077160", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1764077226", "uncertainty": 120 }, "departure": { "time": "1764077226", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1764077264", "uncertainty": 120 }, "departure": { "time": "1764077264", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1764077326", "uncertainty": 120 }, "departure": { "time": "1764077326", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1764077364", "uncertainty": 120 }, "departure": { "time": "1764077364", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1764077418", "uncertainty": 120 }, "departure": { "time": "1764077418", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1764077452", "uncertainty": 120 }, "departure": { "time": "1764077452", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1764077498", "uncertainty": 120 }, "departure": { "time": "1764077498", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1764077551", "uncertainty": 120 }, "departure": { "time": "1764077551", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1764077610", "uncertainty": 120 }, "departure": { "time": "1764077610", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1764077640", "uncertainty": 120 }, "departure": { "time": "1764077640", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1764077725", "uncertainty": 120 }, "departure": { "time": "1764077725", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1764077820", "uncertainty": 120 }, "departure": { "time": "1764077820", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1764077885", "uncertainty": 120 }, "departure": { "time": "1764077885", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764078000", "uncertainty": 120 }, "departure": { "time": "1764078000", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764078176", "uncertainty": 120 }, "departure": { "time": "1764078176", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1764078224", "uncertainty": 120 }, "departure": { "time": "1764078224", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1764078294", "uncertainty": 120 }, "departure": { "time": "1764078294", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1764078381", "uncertainty": 120 }, "departure": { "time": "1764078381", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1764078337", "uncertainty": 120 }, "departure": { "time": "1764078337", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1764078408", "uncertainty": 120 }, "departure": { "time": "1764078408", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1764078464", "uncertainty": 120 }, "departure": { "time": "1764078464", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1764078632", "uncertainty": 120 }, "departure": { "time": "1764078632", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1764078684", "uncertainty": 120 }, "departure": { "time": "1764078684", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1764078720", "uncertainty": 120 }, "departure": { "time": "1764078720", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1764078918", "uncertainty": 120 }, "departure": { "time": "1764078918", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1764078972", "uncertainty": 120 }, "departure": { "time": "1764078972", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1764079023", "uncertainty": 120 }, "departure": { "time": "1764079023", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1764079116", "uncertainty": 120 }, "departure": { "time": "1764079116", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1764079160", "uncertainty": 120 }, "departure": { "time": "1764079160", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1764079205", "uncertainty": 120 }, "departure": { "time": "1764079205", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1764079246", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359294" } } }, { "id": "3359293", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764077013", "uncertainty": 120 }, "departure": { "time": "1764077013", "uncertainty": 120 }, "stopId": "0:MANDR" }, { "departure": { "time": "1764075360", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1764075426", "uncertainty": 120 }, "departure": { "time": "1764075426", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1764075464", "uncertainty": 120 }, "departure": { "time": "1764075464", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1764075526", "uncertainty": 120 }, "departure": { "time": "1764075526", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1764075564", "uncertainty": 120 }, "departure": { "time": "1764075564", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1764075618", "uncertainty": 120 }, "departure": { "time": "1764075618", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1764075652", "uncertainty": 120 }, "departure": { "time": "1764075652", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1764075698", "uncertainty": 120 }, "departure": { "time": "1764075698", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1764075751", "uncertainty": 120 }, "departure": { "time": "1764075751", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1764075810", "uncertainty": 120 }, "departure": { "time": "1764075810", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1764075840", "uncertainty": 120 }, "departure": { "time": "1764075840", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1764075925", "uncertainty": 120 }, "departure": { "time": "1764075925", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1764076020", "uncertainty": 120 }, "departure": { "time": "1764076020", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1764076085", "uncertainty": 120 }, "departure": { "time": "1764076085", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764076200", "uncertainty": 120 }, "departure": { "time": "1764076200", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764076376", "uncertainty": 120 }, "departure": { "time": "1764076376", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1764076424", "uncertainty": 120 }, "departure": { "time": "1764076424", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1764076494", "uncertainty": 120 }, "departure": { "time": "1764076494", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1764076581", "uncertainty": 120 }, "departure": { "time": "1764076581", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1764076537", "uncertainty": 120 }, "departure": { "time": "1764076537", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1764076608", "uncertainty": 120 }, "departure": { "time": "1764076608", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1764076664", "uncertainty": 120 }, "departure": { "time": "1764076664", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1764076832", "uncertainty": 120 }, "departure": { "time": "1764076832", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1764076884", "uncertainty": 120 }, "departure": { "time": "1764076884", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1764076920", "uncertainty": 120 }, "departure": { "time": "1764076920", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1764077118", "uncertainty": 120 }, "departure": { "time": "1764077118", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1764077173", "uncertainty": 120 }, "departure": { "time": "1764077173", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1764077224", "uncertainty": 120 }, "departure": { "time": "1764077224", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1764077316", "uncertainty": 120 }, "departure": { "time": "1764077316", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1764077360", "uncertainty": 120 }, "departure": { "time": "1764077360", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1764077405", "uncertainty": 120 }, "departure": { "time": "1764077405", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1764077446", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359293" } } }, { "id": "3359292", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764076115", "uncertainty": 120 }, "departure": { "time": "1764076115", "uncertainty": 120 }, "stopId": "0:MANDR" }, { "departure": { "time": "1764074460", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1764074531", "uncertainty": 120 }, "departure": { "time": "1764074531", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1764074570", "uncertainty": 120 }, "departure": { "time": "1764074570", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1764074611", "uncertainty": 120 }, "departure": { "time": "1764074611", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1764074641", "uncertainty": 120 }, "departure": { "time": "1764074641", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1764074690", "uncertainty": 120 }, "departure": { "time": "1764074690", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1764074749", "uncertainty": 120 }, "departure": { "time": "1764074749", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1764074798", "uncertainty": 120 }, "departure": { "time": "1764074798", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1764074851", "uncertainty": 120 }, "departure": { "time": "1764074851", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1764074915", "uncertainty": 120 }, "departure": { "time": "1764074915", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1764074965", "uncertainty": 120 }, "departure": { "time": "1764074965", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1764075053", "uncertainty": 120 }, "departure": { "time": "1764075053", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1764075144", "uncertainty": 120 }, "departure": { "time": "1764075144", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1764075194", "uncertainty": 120 }, "departure": { "time": "1764075194", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1764075292", "uncertainty": 120 }, "departure": { "time": "1764075292", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1764075485", "uncertainty": 120 }, "departure": { "time": "1764075485", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1764075524", "uncertainty": 120 }, "departure": { "time": "1764075524", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1764075594", "uncertainty": 120 }, "departure": { "time": "1764075594", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1764075681", "uncertainty": 120 }, "departure": { "time": "1764075681", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1764075646", "uncertainty": 120 }, "departure": { "time": "1764075646", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1764075692", "uncertainty": 120 }, "departure": { "time": "1764075692", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1764075766", "uncertainty": 120 }, "departure": { "time": "1764075766", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1764075932", "uncertainty": 120 }, "departure": { "time": "1764075932", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1764075984", "uncertainty": 120 }, "departure": { "time": "1764075984", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1764076020", "uncertainty": 120 }, "departure": { "time": "1764076020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1764076220", "uncertainty": 120 }, "departure": { "time": "1764076220", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1764076274", "uncertainty": 120 }, "departure": { "time": "1764076274", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1764076325", "uncertainty": 120 }, "departure": { "time": "1764076325", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1764076417", "uncertainty": 120 }, "departure": { "time": "1764076417", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1764076464", "uncertainty": 120 }, "departure": { "time": "1764076464", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1764076513", "uncertainty": 120 }, "departure": { "time": "1764076513", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1764076559", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3359292" } } }, { "id": "3361127", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764076140", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361127" } } }, { "id": "3361126", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764074940", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361126" } } }, { "id": "3361125", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764073803", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 }, { "arrival": { "time": "1764073833", "uncertainty": 120 }, "departure": { "time": "1764073833", "uncertainty": 120 }, "stopId": "0:_LSY", "stopSequence": 2 }, { "arrival": { "time": "1764073850", "uncertainty": 120 }, "departure": { "time": "1764073850", "uncertainty": 120 }, "stopId": "0:_COD 4", "stopSequence": 3 }, { "arrival": { "time": "1764073893", "uncertainty": 120 }, "departure": { "time": "1764073893", "uncertainty": 120 }, "stopId": "0:_DID", "stopSequence": 4 }, { "arrival": { "time": "1764073965", "uncertainty": 120 }, "departure": { "time": "1764073965", "uncertainty": 120 }, "stopId": "0:_LYD 5", "stopSequence": 5 }, { "arrival": { "time": "1764074040", "uncertainty": 120 }, "departure": { "time": "1764074073", "uncertainty": 120 }, "stopId": "0:_LYD 4", "stopSequence": 6 }, { "arrival": { "time": "1764074185", "uncertainty": 120 }, "departure": { "time": "1764074193", "uncertainty": 120 }, "stopId": "0:_PMA", "stopSequence": 7 }, { "arrival": { "time": "1764074231", "uncertainty": 120 }, "departure": { "time": "1764074231", "uncertainty": 120 }, "stopId": "0:_DUC", "stopSequence": 8 }, { "arrival": { "time": "1764074300", "uncertainty": 120 }, "departure": { "time": "1764074300", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 9 }, { "arrival": { "time": "1764074359", "uncertainty": 120 }, "departure": { "time": "1764074359", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 10 }, { "arrival": { "time": "1764074428", "uncertainty": 120 }, "departure": { "time": "1764074428", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 11 }, { "arrival": { "time": "1764074676", "uncertainty": 120 }, "departure": { "time": "1764074676", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 12 }, { "arrival": { "time": "1764074784", "uncertainty": 120 }, "departure": { "time": "1764074784", "uncertainty": 120 }, "stopId": "0:_LYT 2", "stopSequence": 13 }, { "arrival": { "time": "1764074831", "uncertainty": 120 }, "departure": { "time": "1764074831", "uncertainty": 120 }, "stopId": "0:_AMP 2", "stopSequence": 14 }, { "arrival": { "time": "1764074858", "uncertainty": 120 }, "departure": { "time": "1764074858", "uncertainty": 120 }, "stopId": "0:_GAM 2", "stopSequence": 15 }, { "arrival": { "time": "1764074937", "uncertainty": 120 }, "departure": { "time": "1764074937", "uncertainty": 120 }, "stopId": "0:_CNA 2", "stopSequence": 16 }, { "arrival": { "time": "1764075088", "uncertainty": 120 }, "departure": { "time": "1764075088", "uncertainty": 120 }, "stopId": "0:_MOUN", "stopSequence": 17 }, { "arrival": { "time": "1764075126", "uncertainty": 120 }, "departure": { "time": "1764075126", "uncertainty": 120 }, "stopId": "0:_VINA", "stopSequence": 18 }, { "arrival": { "time": "1764075178", "uncertainty": 120 }, "departure": { "time": "1764075178", "uncertainty": 120 }, "stopId": "0:_MDE 2", "stopSequence": 19 }, { "arrival": { "time": "1764075249", "uncertainty": 120 }, "departure": { "time": "1764075249", "uncertainty": 120 }, "stopId": "0:_DEP 2", "stopSequence": 20 }, { "arrival": { "time": "1764075261", "uncertainty": 120 }, "departure": { "time": "1764075261", "uncertainty": 120 }, "stopId": "0:_JCH 2", "stopSequence": 21 }, { "arrival": { "time": "1764075346", "uncertainty": 120 }, "departure": { "time": "1764075346", "uncertainty": 120 }, "stopId": "0:_FBF 2", "stopSequence": 22 }, { "arrival": { "time": "1764075444", "uncertainty": 120 }, "departure": { "time": "1764075444", "uncertainty": 120 }, "stopId": "0:_SVC", "stopSequence": 23 }, { "arrival": { "time": "1764075564", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361125" }, "vehicle": { "id": "812", "label": "812" } } }, { "id": "3361124", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764072625", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 }, { "arrival": { "time": "1764072655", "uncertainty": 120 }, "departure": { "time": "1764072655", "uncertainty": 120 }, "stopId": "0:_LSY", "stopSequence": 2 }, { "arrival": { "time": "1764072675", "uncertainty": 120 }, "departure": { "time": "1764072685", "uncertainty": 120 }, "stopId": "0:_COD 4", "stopSequence": 3 }, { "arrival": { "time": "1764072742", "uncertainty": 120 }, "departure": { "time": "1764072775", "uncertainty": 120 }, "stopId": "0:_DID", "stopSequence": 4 }, { "arrival": { "time": "1764072842", "uncertainty": 120 }, "departure": { "time": "1764072842", "uncertainty": 120 }, "stopId": "0:_LYD 5", "stopSequence": 5 }, { "arrival": { "time": "1764072909", "uncertainty": 120 }, "departure": { "time": "1764072925", "uncertainty": 120 }, "stopId": "0:_LYD 4", "stopSequence": 6 }, { "arrival": { "time": "1764073045", "uncertainty": 120 }, "departure": { "time": "1764073045", "uncertainty": 120 }, "stopId": "0:_PMA", "stopSequence": 7 }, { "arrival": { "time": "1764073067", "uncertainty": 120 }, "departure": { "time": "1764073067", "uncertainty": 120 }, "stopId": "0:_DUC", "stopSequence": 8 }, { "arrival": { "time": "1764073135", "uncertainty": 120 }, "departure": { "time": "1764073135", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 9 }, { "arrival": { "time": "1764073164", "uncertainty": 120 }, "departure": { "time": "1764073164", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 10 }, { "arrival": { "time": "1764073225", "uncertainty": 120 }, "departure": { "time": "1764073225", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 11 }, { "arrival": { "time": "1764073482", "uncertainty": 120 }, "departure": { "time": "1764073486", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 12 }, { "arrival": { "time": "1764073594", "uncertainty": 120 }, "departure": { "time": "1764073606", "uncertainty": 120 }, "stopId": "0:_LYT 2", "stopSequence": 13 }, { "arrival": { "time": "1764073649", "uncertainty": 120 }, "departure": { "time": "1764073649", "uncertainty": 120 }, "stopId": "0:_AMP 2", "stopSequence": 14 }, { "arrival": { "time": "1764073673", "uncertainty": 120 }, "departure": { "time": "1764073673", "uncertainty": 120 }, "stopId": "0:_GAM 2", "stopSequence": 15 }, { "arrival": { "time": "1764073763", "uncertainty": 120 }, "departure": { "time": "1764073763", "uncertainty": 120 }, "stopId": "0:_CNA 2", "stopSequence": 16 }, { "arrival": { "time": "1764073919", "uncertainty": 120 }, "departure": { "time": "1764073919", "uncertainty": 120 }, "stopId": "0:_MOUN", "stopSequence": 17 }, { "arrival": { "time": "1764073958", "uncertainty": 120 }, "departure": { "time": "1764073958", "uncertainty": 120 }, "stopId": "0:_VINA", "stopSequence": 18 }, { "arrival": { "time": "1764074013", "uncertainty": 120 }, "departure": { "time": "1764074013", "uncertainty": 120 }, "stopId": "0:_MDE 2", "stopSequence": 19 }, { "arrival": { "time": "1764074078", "uncertainty": 120 }, "departure": { "time": "1764074078", "uncertainty": 120 }, "stopId": "0:_DEP 2", "stopSequence": 20 }, { "arrival": { "time": "1764074086", "uncertainty": 120 }, "departure": { "time": "1764074086", "uncertainty": 120 }, "stopId": "0:_JCH 2", "stopSequence": 21 }, { "arrival": { "time": "1764074171", "uncertainty": 120 }, "departure": { "time": "1764074176", "uncertainty": 120 }, "stopId": "0:_FBF 2", "stopSequence": 22 }, { "arrival": { "time": "1764074282", "uncertainty": 120 }, "departure": { "time": "1764074282", "uncertainty": 120 }, "stopId": "0:_SVC", "stopSequence": 23 }, { "arrival": { "time": "1764074367", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361124" }, "vehicle": { "id": "813", "label": "813" } } }, { "id": "3361128", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1764077340", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "MaH_3361128" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1764074240" } }