Resource details

File name: Transport - Données GTFS-RT LEMET - TripUpdate
Format: gtfs-rt

This resource file is part of the dataset Réseau urbain Le Met'.

Download availability

2025-05-06
100%
2025-05-07
100%
2025-05-08
100%
2025-05-09
100%
2025-05-10
100%
2025-05-11
100%
2025-05-12
100%
2025-05-13
100%
2025-05-14
100%
2025-05-15
100%
2025-05-16
100%
2025-05-17
100%
2025-05-18
100%
2025-05-19
100%
2025-05-20
100%
2025-05-21
100%
2025-05-22
100%
2025-05-23
100%
2025-05-24
100%
2025-05-25
37.7%
2025-05-26
58.2%
2025-05-27
100%
2025-05-28
100%
2025-05-29
100%
2025-05-30
100%
2025-05-31
100%
2025-06-01
100%
2025-06-02
100%
2025-06-03
100%
2025-06-04
100%
2025-06-05
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

144 errors, 148 warnings

Validation carried out using the current GTFS file and the GTFS-RT the 2025-06-05 at 09:12 Europe/Paris using the MobilityData GTFS-RT validator.

Errors

stop_times_updates not strictly sorted E002 21 errors

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

Sample errors
  • trip_id 5_42936098 stop_sequence [5, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936134 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936209 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936135 stop_sequence [14, 1] is not strictly sorted by increasing stop_sequence
  • trip_id 5_42936099 stop_sequence [5, 1] is not strictly sorted by increasing stop_sequence

GTFS-rt stop_sequence isn't provided for trip that visits same stop_id more than once E009 2 errors

If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence

Sample errors
  • trip_id 5_42670719 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
  • trip_id 5_42670718 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided

Sequential stop_time_update times are not increasing E022 100 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 5_42936098 stop_sequence 1 departure_time 08:51:01 (1749106261) is less than previous stop departure_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 1 departure_time 08:51:01 (1749106261) is less than previous stop arrival_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 2 arrival_time 08:53:35 (1749106415) is less than previous stop arrival_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 2 departure_time 08:54:01 (1749106441) is less than previous stop arrival_time 08:58:18 (1749106698) - times must increase between two sequential stops
  • trip_id 5_42936098 stop_sequence 5 arrival_time 08:56:54 (1749106614) is less than previous stop arrival_time 08:57:01 (1749106621) - times must increase between two sequential stops

Sequential stop_time_updates have the same stop_id E037 2 errors

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

Sample errors
  • trip_id 5_42670719 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
  • trip_id 5_42670718 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different

GTFS-rt stop_sequence not found in GTFS data E051 19 errors

All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip

Sample errors
  • GTFS-rt trip_id 5_42936098 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936134 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936209 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936135 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 5_42936099 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip

Warnings

vehicle_id not populated W002 148 errors

vehicle_id should be populated for TripUpdates and VehiclePositions

Sample errors
  • trip_id 5_42666273 does not have a vehicle_id
  • trip_id 5_42670679 does not have a vehicle_id
  • trip_id 5_42670577 does not have a vehicle_id
  • trip_id 5_42641664 does not have a vehicle_id
  • trip_id 5_42641342 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
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 3 322 29 times (100 % of validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 3 565 29 times (100 % of validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 501 27 times (93 % of validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 479 27 times (93 % of validations)
E009 If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence 51 19 times (66 % of validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 65 9 times (31 % of validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 446 3 times (10 % 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. 1 1 times (3 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2025-06-05 at 21:36 Europe/Paris.

trip_updates (58) 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-06-05 at 21:36 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "2641430", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641430" } } }, { "id": "2642483", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749154500", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642483" } } }, { "id": "2641429", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641429" } } }, { "id": "2648228", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648228" } } }, { "id": "2642187", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155220", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642187" } } }, { "id": "2660452", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150422", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1749150482", "uncertainty": 120 }, "departure": { "time": "1749150482", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1749150526", "uncertainty": 120 }, "departure": { "time": "1749150526", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1749150572", "uncertainty": 120 }, "departure": { "time": "1749150572", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1749150611", "uncertainty": 120 }, "departure": { "time": "1749150632", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1749150688", "uncertainty": 120 }, "departure": { "time": "1749150688", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1749150780", "uncertainty": 120 }, "departure": { "time": "1749150782", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1749150854", "uncertainty": 120 }, "departure": { "time": "1749150854", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1749150876", "uncertainty": 120 }, "departure": { "time": "1749150876", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1749150932", "uncertainty": 120 }, "departure": { "time": "1749150932", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1749151020", "uncertainty": 120 }, "departure": { "time": "1749151022", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1749151077", "uncertainty": 120 }, "departure": { "time": "1749151082", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1749151112", "uncertainty": 120 }, "departure": { "time": "1749151112", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1749151165", "uncertainty": 120 }, "departure": { "time": "1749151172", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1749151232", "uncertainty": 120 }, "departure": { "time": "1749151232", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1749151254", "uncertainty": 120 }, "departure": { "time": "1749151262", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1749151412", "uncertainty": 120 }, "departure": { "time": "1749151412", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1749151449", "uncertainty": 120 }, "departure": { "time": "1749151449", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1749151562", "uncertainty": 120 }, "departure": { "time": "1749151562", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1749151834", "uncertainty": 120 }, "departure": { "time": "1749151834", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749152072", "uncertainty": 120 }, "departure": { "time": "1749152102", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 21 }, { "arrival": { "time": "1749152217", "uncertainty": 120 }, "departure": { "time": "1749152217", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 22 }, { "arrival": { "time": "1749152395", "uncertainty": 120 }, "departure": { "time": "1749152395", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 23 }, { "arrival": { "time": "1749152470", "uncertainty": 120 }, "departure": { "time": "1749152470", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 24 }, { "arrival": { "time": "1749152489", "uncertainty": 120 }, "departure": { "time": "1749152489", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 25 }, { "arrival": { "time": "1749152531", "uncertainty": 120 }, "departure": { "time": "1749152531", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 26 }, { "arrival": { "time": "1749152590", "uncertainty": 120 }, "departure": { "time": "1749152590", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 27 }, { "arrival": { "time": "1749152687", "uncertainty": 120 }, "departure": { "time": "1749152687", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 28 }, { "arrival": { "time": "1749152745", "uncertainty": 120 }, "departure": { "time": "1749152745", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 29 }, { "arrival": { "time": "1749152776", "uncertainty": 120 }, "departure": { "time": "1749152776", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 30 }, { "arrival": { "time": "1749152827", "uncertainty": 120 }, "departure": { "time": "1749152827", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 31 }, { "arrival": { "time": "1749152866", "uncertainty": 120 }, "departure": { "time": "1749152866", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 32 }, { "arrival": { "time": "1749152887", "uncertainty": 120 }, "departure": { "time": "1749152887", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 33 }, { "arrival": { "time": "1749152947", "uncertainty": 120 }, "departure": { "time": "1749152947", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 34 }, { "arrival": { "time": "1749152957", "uncertainty": 120 }, "departure": { "time": "1749152957", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 35 }, { "arrival": { "time": "1749153004", "uncertainty": 120 }, "departure": { "time": "1749153004", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 36 }, { "arrival": { "time": "1749153046", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 37 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660452" }, "vehicle": { "id": "1831", "label": "1831" } } }, { "id": "2642282", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749154200", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642282" } } }, { "id": "2642386", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155040", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642386" } } }, { "id": "2660128", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153840", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660128" } } }, { "id": "2660131", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660131" } } }, { "id": "2642482", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152700", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1749152791", "uncertainty": 120 }, "departure": { "time": "1749152791", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1749152942", "uncertainty": 120 }, "departure": { "time": "1749152942", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1749153000", "uncertainty": 120 }, "departure": { "time": "1749153000", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1749153085", "uncertainty": 120 }, "departure": { "time": "1749153085", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1749153177", "uncertainty": 120 }, "departure": { "time": "1749153177", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1749153232", "uncertainty": 120 }, "departure": { "time": "1749153232", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1749153293", "uncertainty": 120 }, "departure": { "time": "1749153293", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1749153349", "uncertainty": 120 }, "departure": { "time": "1749153349", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1749153403", "uncertainty": 120 }, "departure": { "time": "1749153403", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1749153476", "uncertainty": 120 }, "departure": { "time": "1749153476", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1749153561", "uncertainty": 120 }, "departure": { "time": "1749153561", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1749153647", "uncertainty": 120 }, "departure": { "time": "1749153647", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1749153703", "uncertainty": 120 }, "departure": { "time": "1749153703", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1749153780", "uncertainty": 120 }, "departure": { "time": "1749153780", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1749153848", "uncertainty": 120 }, "departure": { "time": "1749153848", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1749153918", "uncertainty": 120 }, "departure": { "time": "1749153918", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1749154063", "uncertainty": 120 }, "departure": { "time": "1749154063", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1749154278", "uncertainty": 120 }, "departure": { "time": "1749154278", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1749154504", "uncertainty": 120 }, "departure": { "time": "1749154504", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1749154578", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642482" } } }, { "id": "2677317", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153060" }, "stopId": "0:FAUBOUP3", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "113", "scheduleRelationship": "SCHEDULED", "tripId": "5_42677317" } } }, { "id": "2641821", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153960", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641821" } } }, { "id": "2936223", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749153929", "uncertainty": 120 }, "departure": { "time": "1749153929", "uncertainty": 120 }, "stopId": "0:LESCLOS1" }, { "departure": { "time": "1749153600", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1749153658", "uncertainty": 120 }, "departure": { "time": "1749153658", "uncertainty": 120 }, "stopId": "0:M113A", "stopSequence": 2 }, { "arrival": { "time": "1749153761", "uncertainty": 120 }, "departure": { "time": "1749153761", "uncertainty": 120 }, "stopId": "0:PJOLY3", "stopSequence": 3 }, { "arrival": { "time": "1749153840", "uncertainty": 120 }, "departure": { "time": "1749153840", "uncertainty": 120 }, "stopId": "0:SORBIER1", "stopSequence": 4 }, { "arrival": { "time": "1749153935", "uncertainty": 120 }, "departure": { "time": "1749153935", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 5 }, { "arrival": { "time": "1749153990", "uncertainty": 120 }, "departure": { "time": "1749153990", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 6 }, { "arrival": { "time": "1749154084", "uncertainty": 120 }, "departure": { "time": "1749154084", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GRORMES1", "stopSequence": 7 }, { "arrival": { "time": "1749154173", "uncertainty": 120 }, "departure": { "time": "1749154173", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 8 }, { "arrival": { "time": "1749154338", "uncertainty": 120 }, "departure": { "time": "1749154338", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 9 }, { "arrival": { "time": "1749154441", "uncertainty": 120 }, "departure": { "time": "1749154441", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 10 }, { "arrival": { "time": "1749154533", "uncertainty": 120 }, "departure": { "time": "1749154533", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 11 }, { "arrival": { "time": "1749154591", "uncertainty": 120 }, "departure": { "time": "1749154591", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 12 }, { "arrival": { "time": "1749154668", "uncertainty": 120 }, "departure": { "time": "1749154668", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 13 }, { "arrival": { "time": "1749154748", "uncertainty": 120 }, "departure": { "time": "1749154748", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 14 }, { "arrival": { "time": "1749154815", "uncertainty": 120 }, "departure": { "time": "1749154815", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 15 }, { "arrival": { "time": "1749154893", "uncertainty": 120 }, "departure": { "time": "1749154893", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 16 }, { "arrival": { "time": "1749155003", "uncertainty": 120 }, "departure": { "time": "1749155003", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 17 }, { "arrival": { "time": "1749155193", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 18 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42936223" } } }, { "id": "2660362", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150211", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1749150427", "uncertainty": 120 }, "departure": { "time": "1749150427", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1749150464", "uncertainty": 120 }, "departure": { "time": "1749150464", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1749150511", "uncertainty": 120 }, "departure": { "time": "1749150511", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1749150549", "uncertainty": 120 }, "departure": { "time": "1749150549", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1749150590", "uncertainty": 120 }, "departure": { "time": "1749150590", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1749150614", "uncertainty": 120 }, "departure": { "time": "1749150614", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1749150679", "uncertainty": 120 }, "departure": { "time": "1749150691", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1749150713", "uncertainty": 120 }, "departure": { "time": "1749150713", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1749150764", "uncertainty": 120 }, "departure": { "time": "1749150764", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1749150811", "uncertainty": 120 }, "departure": { "time": "1749150811", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1749150871", "uncertainty": 120 }, "departure": { "time": "1749150871", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1749150973", "uncertainty": 120 }, "departure": { "time": "1749150991", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1749151036", "uncertainty": 120 }, "departure": { "time": "1749151036", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1749151171", "uncertainty": 120 }, "departure": { "time": "1749151171", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1749151261", "uncertainty": 120 }, "departure": { "time": "1749151261", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1749151528", "uncertainty": 120 }, "departure": { "time": "1749151531", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 17 }, { "arrival": { "time": "1749151783", "uncertainty": 120 }, "departure": { "time": "1749151783", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 18 }, { "arrival": { "time": "1749152010", "uncertainty": 120 }, "departure": { "time": "1749152010", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1749152209", "uncertainty": 120 }, "departure": { "time": "1749152209", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 20 }, { "arrival": { "time": "1749152251", "uncertainty": 120 }, "departure": { "time": "1749152251", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 21 }, { "arrival": { "time": "1749152298", "uncertainty": 120 }, "departure": { "time": "1749152298", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 22 }, { "arrival": { "time": "1749152353", "uncertainty": 120 }, "departure": { "time": "1749152353", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 23 }, { "arrival": { "time": "1749152413", "uncertainty": 120 }, "departure": { "time": "1749152413", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 24 }, { "arrival": { "time": "1749152471", "uncertainty": 120 }, "departure": { "time": "1749152471", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 25 }, { "arrival": { "time": "1749152552", "uncertainty": 120 }, "departure": { "time": "1749152552", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 26 }, { "arrival": { "time": "1749152607", "uncertainty": 120 }, "departure": { "time": "1749152607", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 27 }, { "arrival": { "time": "1749152648", "uncertainty": 120 }, "departure": { "time": "1749152648", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 28 }, { "arrival": { "time": "1749152693", "uncertainty": 120 }, "departure": { "time": "1749152693", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 29 }, { "arrival": { "time": "1749152753", "uncertainty": 120 }, "departure": { "time": "1749152753", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 30 }, { "arrival": { "time": "1749152789", "uncertainty": 120 }, "departure": { "time": "1749152789", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 31 }, { "arrival": { "time": "1749152846", "uncertainty": 120 }, "departure": { "time": "1749152846", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 32 }, { "arrival": { "time": "1749152878", "uncertainty": 120 }, "departure": { "time": "1749152878", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 33 }, { "arrival": { "time": "1749152939", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 34 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660362" }, "vehicle": { "id": "2134", "label": "2134" } } }, { "id": "2936224", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749152568", "uncertainty": 120 }, "departure": { "time": "1749152568", "uncertainty": 120 }, "stopId": "0:LESCLOS2" }, { "departure": { "time": "1749151483", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1749151655", "uncertainty": 120 }, "departure": { "time": "1749151655", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1749151843", "uncertainty": 120 }, "departure": { "time": "1749151843", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1749151914", "uncertainty": 120 }, "departure": { "time": "1749151914", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1749151937", "uncertainty": 120 }, "departure": { "time": "1749151937", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1749152007", "uncertainty": 120 }, "departure": { "time": "1749152007", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1749152049", "uncertainty": 120 }, "departure": { "time": "1749152049", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1749152071", "uncertainty": 120 }, "departure": { "time": "1749152071", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1749152112", "uncertainty": 120 }, "departure": { "time": "1749152113", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1749152167", "uncertainty": 120 }, "departure": { "time": "1749152172", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1749152306", "uncertainty": 120 }, "departure": { "time": "1749152306", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1749152337", "uncertainty": 120 }, "departure": { "time": "1749152337", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1749152407", "uncertainty": 120 }, "departure": { "time": "1749152407", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1749152572", "uncertainty": 120 }, "departure": { "time": "1749152572", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1749152624", "uncertainty": 120 }, "departure": { "time": "1749152624", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1749152726", "uncertainty": 120 }, "departure": { "time": "1749152726", "uncertainty": 120 }, "stopId": "0:PJOLY4", "stopSequence": 16 }, { "arrival": { "time": "1749152828", "uncertainty": 120 }, "departure": { "time": "1749152828", "uncertainty": 120 }, "stopId": "0:PLGAULL1", "stopSequence": 17 }, { "arrival": { "time": "1749152933", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 18 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42936224" }, "vehicle": { "id": "2153", "label": "2153" } } }, { "id": "2670626", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150000", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1749150135", "uncertainty": 120 }, "departure": { "time": "1749150135", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1749150150", "uncertainty": 120 }, "departure": { "time": "1749150165", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1749150225", "uncertainty": 120 }, "departure": { "time": "1749150225", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1749150290", "uncertainty": 120 }, "departure": { "time": "1749150290", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1749150309", "uncertainty": 120 }, "departure": { "time": "1749150309", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1749150331", "uncertainty": 120 }, "departure": { "time": "1749150331", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1749150375", "uncertainty": 120 }, "departure": { "time": "1749150375", "uncertainty": 120 }, "stopId": "0:LILAS3", "stopSequence": 8 }, { "arrival": { "time": "1749150476", "uncertainty": 120 }, "departure": { "time": "1749150476", "uncertainty": 120 }, "stopId": "0:COUBERT2", "stopSequence": 9 }, { "arrival": { "time": "1749150531", "uncertainty": 120 }, "departure": { "time": "1749150531", "uncertainty": 120 }, "stopId": "0:SIMMI527", "stopSequence": 10 }, { "arrival": { "time": "1749150585", "uncertainty": 120 }, "departure": { "time": "1749150585", "uncertainty": 120 }, "stopId": "0:PONSARD1", "stopSequence": 11 }, { "arrival": { "time": "1749150629", "uncertainty": 120 }, "departure": { "time": "1749150645", "uncertainty": 120 }, "stopId": "0:CLMADER2", "stopSequence": 12 }, { "arrival": { "time": "1749150734", "uncertainty": 120 }, "departure": { "time": "1749150735", "uncertainty": 120 }, "stopId": "0:STEXUPE2", "stopSequence": 13 }, { "arrival": { "time": "1749150780", "uncertainty": 120 }, "departure": { "time": "1749150795", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 14 }, { "arrival": { "time": "1749150855", "uncertainty": 120 }, "departure": { "time": "1749150855", "uncertainty": 120 }, "stopId": "0:MARCSAN1", "stopSequence": 15 }, { "arrival": { "time": "1749150911", "uncertainty": 120 }, "departure": { "time": "1749150911", "uncertainty": 120 }, "stopId": "0:19NOV01", "stopSequence": 16 }, { "arrival": { "time": "1749150982", "uncertainty": 120 }, "departure": { "time": "1749150982", "uncertainty": 120 }, "stopId": "0:SUGNON1", "stopSequence": 17 }, { "arrival": { "time": "1749151035", "uncertainty": 120 }, "departure": { "time": "1749151035", "uncertainty": 120 }, "stopId": "0:LYAUTE99", "stopSequence": 18 }, { "arrival": { "time": "1749151101", "uncertainty": 120 }, "departure": { "time": "1749151101", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 19 }, { "arrival": { "time": "1749151155", "uncertainty": 120 }, "departure": { "time": "1749151155", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 20 }, { "arrival": { "time": "1749151193", "uncertainty": 120 }, "departure": { "time": "1749151193", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 21 }, { "arrival": { "time": "1749151245", "uncertainty": 120 }, "departure": { "time": "1749151245", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 22 }, { "arrival": { "time": "1749151355", "uncertainty": 120 }, "departure": { "time": "1749151355", "uncertainty": 120 }, "stopId": "0:LOTHAIR3", "stopSequence": 23 }, { "arrival": { "time": "1749151431", "uncertainty": 120 }, "departure": { "time": "1749151431", "uncertainty": 120 }, "stopId": "0:PISCINE2", "stopSequence": 24 }, { "arrival": { "time": "1749151485", "uncertainty": 120 }, "departure": { "time": "1749151485", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 25 }, { "arrival": { "time": "1749151534", "uncertainty": 120 }, "departure": { "time": "1749151545", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 26 }, { "arrival": { "time": "1749151557", "uncertainty": 120 }, "departure": { "time": "1749151575", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 27 }, { "arrival": { "time": "1749151688", "uncertainty": 120 }, "departure": { "time": "1749151688", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 28 }, { "arrival": { "time": "1749151776", "uncertainty": 120 }, "departure": { "time": "1749151776", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 29 }, { "arrival": { "time": "1749151853", "uncertainty": 120 }, "departure": { "time": "1749151853", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 30 }, { "arrival": { "time": "1749151911", "uncertainty": 120 }, "departure": { "time": "1749151911", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 31 }, { "arrival": { "time": "1749151935", "uncertainty": 120 }, "departure": { "time": "1749151935", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 32 }, { "arrival": { "time": "1749152050", "uncertainty": 120 }, "departure": { "time": "1749152050", "uncertainty": 120 }, "stopId": "0:AMPERE2", "stopSequence": 33 }, { "arrival": { "time": "1749152094", "uncertainty": 120 }, "departure": { "time": "1749152094", "uncertainty": 120 }, "stopId": "0:METZANI2", "stopSequence": 34 }, { "arrival": { "time": "1749152175", "uncertainty": 120 }, "departure": { "time": "1749152175", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 35 }, { "arrival": { "time": "1749152198", "uncertainty": 120 }, "departure": { "time": "1749152198", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 36 }, { "arrival": { "time": "1749152243", "uncertainty": 120 }, "departure": { "time": "1749152243", "uncertainty": 120 }, "stopId": "0:DRAPIER2", "stopSequence": 37 }, { "arrival": { "time": "1749152288", "uncertainty": 120 }, "departure": { "time": "1749152288", "uncertainty": 120 }, "stopId": "0:SELLIER2", "stopSequence": 38 }, { "arrival": { "time": "1749152335", "uncertainty": 120 }, "departure": { "time": "1749152335", "uncertainty": 120 }, "stopId": "0:POTIERS2", "stopSequence": 39 }, { "arrival": { "time": "1749152367", "uncertainty": 120 }, "departure": { "time": "1749152367", "uncertainty": 120 }, "stopId": "0:SERRURR2", "stopSequence": 40 }, { "arrival": { "time": "1749152438", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 41 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "5_42670626" }, "vehicle": { "id": "824", "label": "824" } } }, { "id": "2917320", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749144490", "uncertainty": 120 }, "departure": { "time": "1749144490", "uncertainty": 120 }, "stopId": "0:SAULCNF1", "stopSequence": 2 }, { "arrival": { "time": "1749145000", "uncertainty": 120 }, "departure": { "time": "1749145000", "uncertainty": 120 }, "stopId": "0:STSYMPH1", "stopSequence": 3 }, { "arrival": { "time": "1749152381" }, "stopId": "0:LONGCEN1", "stopSequence": 4 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "O2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42917320" }, "vehicle": { "id": "12345", "label": "12345" } } }, { "id": "2660102", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749151441", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1749151493", "uncertainty": 120 }, "departure": { "time": "1749151493", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1749151528", "uncertainty": 120 }, "departure": { "time": "1749151531", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1749151591", "uncertainty": 120 }, "departure": { "time": "1749151591", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1749151636", "uncertainty": 120 }, "departure": { "time": "1749151651", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1749151710", "uncertainty": 120 }, "departure": { "time": "1749151711", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1749151781", "uncertainty": 120 }, "departure": { "time": "1749151781", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1749151831", "uncertainty": 120 }, "departure": { "time": "1749151831", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1749151855", "uncertainty": 120 }, "departure": { "time": "1749151861", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1749151933", "uncertainty": 120 }, "departure": { "time": "1749151951", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1749152035", "uncertainty": 120 }, "departure": { "time": "1749152041", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1749152094", "uncertainty": 120 }, "departure": { "time": "1749152101", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1749152158", "uncertainty": 120 }, "departure": { "time": "1749152161", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1749152225", "uncertainty": 120 }, "departure": { "time": "1749152225", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1749152283", "uncertainty": 120 }, "departure": { "time": "1749152283", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1749152306", "uncertainty": 120 }, "departure": { "time": "1749152306", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1749152453", "uncertainty": 120 }, "departure": { "time": "1749152453", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1749152495", "uncertainty": 120 }, "departure": { "time": "1749152495", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1749152606", "uncertainty": 120 }, "departure": { "time": "1749152606", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1749152868", "uncertainty": 120 }, "departure": { "time": "1749152868", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749153120", "uncertainty": 120 }, "departure": { "time": "1749153120", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 21 }, { "arrival": { "time": "1749153261", "uncertainty": 120 }, "departure": { "time": "1749153261", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 22 }, { "arrival": { "time": "1749153425", "uncertainty": 120 }, "departure": { "time": "1749153425", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 23 }, { "arrival": { "time": "1749153539", "uncertainty": 120 }, "departure": { "time": "1749153539", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 24 }, { "arrival": { "time": "1749153586", "uncertainty": 120 }, "departure": { "time": "1749153586", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 25 }, { "arrival": { "time": "1749153658", "uncertainty": 120 }, "departure": { "time": "1749153658", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 26 }, { "arrival": { "time": "1749153734", "uncertainty": 120 }, "departure": { "time": "1749153734", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 27 }, { "arrival": { "time": "1749153783", "uncertainty": 120 }, "departure": { "time": "1749153783", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 28 }, { "arrival": { "time": "1749153870", "uncertainty": 120 }, "departure": { "time": "1749153870", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 29 }, { "arrival": { "time": "1749153914", "uncertainty": 120 }, "departure": { "time": "1749153914", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 30 }, { "arrival": { "time": "1749153981", "uncertainty": 120 }, "departure": { "time": "1749153981", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 31 }, { "arrival": { "time": "1749154009", "uncertainty": 120 }, "departure": { "time": "1749154009", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 32 }, { "arrival": { "time": "1749154034", "uncertainty": 120 }, "departure": { "time": "1749154034", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 33 }, { "arrival": { "time": "1749154112", "uncertainty": 120 }, "departure": { "time": "1749154112", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 34 }, { "arrival": { "time": "1749154146", "uncertainty": 120 }, "departure": { "time": "1749154146", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 35 }, { "arrival": { "time": "1749154232", "uncertainty": 120 }, "departure": { "time": "1749154232", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 36 }, { "arrival": { "time": "1749154274", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 37 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660102" }, "vehicle": { "id": "2425", "label": "2425" } } }, { "id": "2641428", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153660", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641428" } } }, { "id": "2642481", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150960", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1749151063", "uncertainty": 120 }, "departure": { "time": "1749151067", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1749151199", "uncertainty": 120 }, "departure": { "time": "1749151199", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1749151266", "uncertainty": 120 }, "departure": { "time": "1749151266", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1749151346", "uncertainty": 120 }, "departure": { "time": "1749151346", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1749151427", "uncertainty": 120 }, "departure": { "time": "1749151427", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1749151478", "uncertainty": 120 }, "departure": { "time": "1749151488", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1749151544", "uncertainty": 120 }, "departure": { "time": "1749151547", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1749151603", "uncertainty": 120 }, "departure": { "time": "1749151607", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1749151667", "uncertainty": 120 }, "departure": { "time": "1749151667", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1749151735", "uncertainty": 120 }, "departure": { "time": "1749151735", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1749151823", "uncertainty": 120 }, "departure": { "time": "1749151823", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1749151904", "uncertainty": 120 }, "departure": { "time": "1749151907", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1749151966", "uncertainty": 120 }, "departure": { "time": "1749151967", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1749152027", "uncertainty": 120 }, "departure": { "time": "1749152057", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1749152117", "uncertainty": 120 }, "departure": { "time": "1749152117", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1749152234" }, "departure": { "time": "1749152234" }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1749152329" }, "departure": { "time": "1749152329" }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1749152535" }, "departure": { "time": "1749152535" }, "stopId": "0:REP02", "stopSequence": 19 }, { "arrival": { "time": "1749152710" }, "departure": { "time": "1749152710" }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1749152784" }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642481" }, "vehicle": { "id": "1305", "label": "1305" } } }, { "id": "2660396", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749151680", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1749151891", "uncertainty": 120 }, "departure": { "time": "1749151891", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1749151921", "uncertainty": 120 }, "departure": { "time": "1749151921", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1749151990", "uncertainty": 120 }, "departure": { "time": "1749151990", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1749152031", "uncertainty": 120 }, "departure": { "time": "1749152031", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1749152056", "uncertainty": 120 }, "departure": { "time": "1749152056", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1749152071", "uncertainty": 120 }, "departure": { "time": "1749152071", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1749152147", "uncertainty": 120 }, "departure": { "time": "1749152147", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1749152174", "uncertainty": 120 }, "departure": { "time": "1749152191", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1749152249", "uncertainty": 120 }, "departure": { "time": "1749152249", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1749152296", "uncertainty": 120 }, "departure": { "time": "1749152296", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1749152359", "uncertainty": 120 }, "departure": { "time": "1749152359", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1749152457", "uncertainty": 120 }, "departure": { "time": "1749152457", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1749152505", "uncertainty": 120 }, "departure": { "time": "1749152505", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1749152640", "uncertainty": 120 }, "departure": { "time": "1749152640", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1749152693", "uncertainty": 120 }, "departure": { "time": "1749152693", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1749152943", "uncertainty": 120 }, "departure": { "time": "1749152943", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 17 }, { "arrival": { "time": "1749153193", "uncertainty": 120 }, "departure": { "time": "1749153193", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 18 }, { "arrival": { "time": "1749153412", "uncertainty": 120 }, "departure": { "time": "1749153412", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1749153573", "uncertainty": 120 }, "departure": { "time": "1749153573", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 20 }, { "arrival": { "time": "1749153611", "uncertainty": 120 }, "departure": { "time": "1749153611", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 21 }, { "arrival": { "time": "1749153648", "uncertainty": 120 }, "departure": { "time": "1749153648", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 22 }, { "arrival": { "time": "1749153712", "uncertainty": 120 }, "departure": { "time": "1749153712", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 23 }, { "arrival": { "time": "1749153768", "uncertainty": 120 }, "departure": { "time": "1749153768", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 24 }, { "arrival": { "time": "1749153832", "uncertainty": 120 }, "departure": { "time": "1749153832", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 25 }, { "arrival": { "time": "1749153952", "uncertainty": 120 }, "departure": { "time": "1749153952", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 26 }, { "arrival": { "time": "1749154014", "uncertainty": 120 }, "departure": { "time": "1749154014", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 27 }, { "arrival": { "time": "1749154083", "uncertainty": 120 }, "departure": { "time": "1749154083", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 28 }, { "arrival": { "time": "1749154151", "uncertainty": 120 }, "departure": { "time": "1749154151", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 29 }, { "arrival": { "time": "1749154212", "uncertainty": 120 }, "departure": { "time": "1749154212", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 30 }, { "arrival": { "time": "1749154244", "uncertainty": 120 }, "departure": { "time": "1749154244", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 31 }, { "arrival": { "time": "1749154330", "uncertainty": 120 }, "departure": { "time": "1749154330", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 32 }, { "arrival": { "time": "1749154367", "uncertainty": 120 }, "departure": { "time": "1749154367", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 33 }, { "arrival": { "time": "1749154432", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 34 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660396" }, "vehicle": { "id": "2131", "label": "2131" } } }, { "id": "2641237", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150002", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1749150113", "uncertainty": 120 }, "departure": { "time": "1749150113", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 2 }, { "arrival": { "time": "1749150182", "uncertainty": 120 }, "departure": { "time": "1749150183", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 3 }, { "arrival": { "time": "1749150248", "uncertainty": 120 }, "departure": { "time": "1749150248", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 4 }, { "arrival": { "time": "1749150302", "uncertainty": 120 }, "departure": { "time": "1749150302", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 5 }, { "arrival": { "time": "1749150353", "uncertainty": 120 }, "departure": { "time": "1749150353", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 6 }, { "arrival": { "time": "1749150396", "uncertainty": 120 }, "departure": { "time": "1749150396", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 7 }, { "arrival": { "time": "1749150442", "uncertainty": 120 }, "departure": { "time": "1749150452", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 8 }, { "arrival": { "time": "1749150512", "uncertainty": 120 }, "departure": { "time": "1749150512", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 9 }, { "arrival": { "time": "1749150572", "uncertainty": 120 }, "departure": { "time": "1749150572", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 10 }, { "arrival": { "time": "1749150582", "uncertainty": 120 }, "departure": { "time": "1749150602", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 11 }, { "arrival": { "time": "1749150708", "uncertainty": 120 }, "departure": { "time": "1749150708", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 12 }, { "arrival": { "time": "1749150782", "uncertainty": 120 }, "departure": { "time": "1749150782", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 13 }, { "arrival": { "time": "1749150822", "uncertainty": 120 }, "departure": { "time": "1749150822", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 14 }, { "arrival": { "time": "1749150925", "uncertainty": 120 }, "departure": { "time": "1749150932", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 15 }, { "arrival": { "time": "1749151012", "uncertainty": 120 }, "departure": { "time": "1749151052", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 16 }, { "arrival": { "time": "1749151187", "uncertainty": 120 }, "departure": { "time": "1749151187", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 17 }, { "arrival": { "time": "1749151232", "uncertainty": 120 }, "departure": { "time": "1749151232", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 18 }, { "arrival": { "time": "1749151311", "uncertainty": 120 }, "departure": { "time": "1749151472", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 19 }, { "arrival": { "time": "1749151587", "uncertainty": 120 }, "departure": { "time": "1749151622", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 20 }, { "arrival": { "time": "1749151772", "uncertainty": 120 }, "departure": { "time": "1749151802", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 21 }, { "arrival": { "time": "1749151902", "uncertainty": 120 }, "departure": { "time": "1749151922", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 22 }, { "arrival": { "time": "1749151982", "uncertainty": 120 }, "departure": { "time": "1749152043", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 23 }, { "arrival": { "time": "1749152132", "uncertainty": 120 }, "departure": { "time": "1749152132", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 24 }, { "arrival": { "time": "1749152162", "uncertainty": 120 }, "departure": { "time": "1749152162", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 25 }, { "arrival": { "time": "1749152233", "uncertainty": 120 }, "departure": { "time": "1749152233", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 26 }, { "arrival": { "time": "1749152267", "uncertainty": 120 }, "departure": { "time": "1749152267", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 27 }, { "arrival": { "time": "1749152348", "uncertainty": 120 }, "departure": { "time": "1749152348", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 28 }, { "arrival": { "time": "1749152404", "uncertainty": 120 }, "departure": { "time": "1749152404", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 29 }, { "arrival": { "time": "1749152486", "uncertainty": 120 }, "departure": { "time": "1749152486", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 30 }, { "arrival": { "time": "1749152566", "uncertainty": 120 }, "departure": { "time": "1749152566", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 31 }, { "arrival": { "time": "1749152598", "uncertainty": 120 }, "departure": { "time": "1749152598", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 32 }, { "arrival": { "time": "1749152695", "uncertainty": 120 }, "departure": { "time": "1749152695", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 33 }, { "arrival": { "time": "1749152743", "uncertainty": 120 }, "departure": { "time": "1749152743", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 34 }, { "arrival": { "time": "1749152778", "uncertainty": 120 }, "departure": { "time": "1749152778", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 35 }, { "arrival": { "time": "1749152843", "uncertainty": 120 }, "departure": { "time": "1749152843", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 36 }, { "arrival": { "time": "1749152904", "uncertainty": 120 }, "departure": { "time": "1749152904", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 37 }, { "arrival": { "time": "1749152963", "uncertainty": 120 }, "departure": { "time": "1749152963", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 38 }, { "arrival": { "time": "1749153143", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 39 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641237" }, "vehicle": { "id": "1855", "label": "1855" } } }, { "id": "2648082", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150240", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1749150312", "uncertainty": 120 }, "departure": { "time": "1749150312", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 2 }, { "arrival": { "time": "1749150340", "uncertainty": 120 }, "departure": { "time": "1749150340", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 3 }, { "arrival": { "time": "1749150368", "uncertainty": 120 }, "departure": { "time": "1749150368", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 4 }, { "arrival": { "time": "1749150431", "uncertainty": 120 }, "departure": { "time": "1749150451", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 5 }, { "arrival": { "time": "1749150510", "uncertainty": 120 }, "departure": { "time": "1749150510", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 6 }, { "arrival": { "time": "1749150554", "uncertainty": 120 }, "departure": { "time": "1749150554", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 7 }, { "arrival": { "time": "1749150582", "uncertainty": 120 }, "departure": { "time": "1749150601", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 8 }, { "arrival": { "time": "1749150637", "uncertainty": 120 }, "departure": { "time": "1749150661", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 9 }, { "arrival": { "time": "1749150780", "uncertainty": 120 }, "departure": { "time": "1749150780", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 10 }, { "arrival": { "time": "1749150881", "uncertainty": 120 }, "departure": { "time": "1749150900", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 11 }, { "arrival": { "time": "1749151128", "uncertainty": 120 }, "departure": { "time": "1749151231", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 12 }, { "arrival": { "time": "1749151406", "uncertainty": 120 }, "departure": { "time": "1749151442", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 13 }, { "arrival": { "time": "1749151680", "uncertainty": 120 }, "departure": { "time": "1749151711", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 14 }, { "arrival": { "time": "1749151771", "uncertainty": 120 }, "departure": { "time": "1749151771", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 15 }, { "arrival": { "time": "1749151810", "uncertainty": 120 }, "departure": { "time": "1749151810", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 16 }, { "arrival": { "time": "1749151831", "uncertainty": 120 }, "departure": { "time": "1749151831", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 17 }, { "arrival": { "time": "1749151885", "uncertainty": 120 }, "departure": { "time": "1749151891", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 18 }, { "arrival": { "time": "1749151981", "uncertainty": 120 }, "departure": { "time": "1749151981", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 19 }, { "arrival": { "time": "1749152041", "uncertainty": 120 }, "departure": { "time": "1749152041", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 20 }, { "arrival": { "time": "1749152081", "uncertainty": 120 }, "departure": { "time": "1749152101", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 21 }, { "arrival": { "time": "1749152191", "uncertainty": 120 }, "departure": { "time": "1749152191", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 22 }, { "arrival": { "time": "1749152280", "uncertainty": 120 }, "departure": { "time": "1749152280", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 23 }, { "arrival": { "time": "1749152423", "uncertainty": 120 }, "departure": { "time": "1749152423", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 24 }, { "arrival": { "time": "1749152520", "uncertainty": 120 }, "departure": { "time": "1749152520", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 25 }, { "arrival": { "time": "1749152637", "uncertainty": 120 }, "departure": { "time": "1749152637", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 26 }, { "arrival": { "time": "1749152658", "uncertainty": 120 }, "departure": { "time": "1749152658", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 27 }, { "arrival": { "time": "1749152722", "uncertainty": 120 }, "departure": { "time": "1749152722", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 28 }, { "arrival": { "time": "1749152753", "uncertainty": 120 }, "departure": { "time": "1749152753", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 29 }, { "arrival": { "time": "1749152791", "uncertainty": 120 }, "departure": { "time": "1749152791", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 30 }, { "arrival": { "time": "1749152843", "uncertainty": 120 }, "departure": { "time": "1749152843", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 31 }, { "arrival": { "time": "1749152880", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 32 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648082" }, "vehicle": { "id": "1342", "label": "1342" } } }, { "id": "2642384", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749151980", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1749152008", "uncertainty": 120 }, "departure": { "time": "1749152011", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1749152121", "uncertainty": 120 }, "departure": { "time": "1749152131", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1749152235", "uncertainty": 120 }, "departure": { "time": "1749152235", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 4 }, { "arrival": { "time": "1749152423", "uncertainty": 120 }, "departure": { "time": "1749152423", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1749152500", "uncertainty": 120 }, "departure": { "time": "1749152500", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1749152615", "uncertainty": 120 }, "departure": { "time": "1749152615", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1749152692", "uncertainty": 120 }, "departure": { "time": "1749152692", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1749152754", "uncertainty": 120 }, "departure": { "time": "1749152754", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1749152839", "uncertainty": 120 }, "departure": { "time": "1749152839", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1749152901", "uncertainty": 120 }, "departure": { "time": "1749152901", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1749152988", "uncertainty": 120 }, "departure": { "time": "1749152988", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1749153078", "uncertainty": 120 }, "departure": { "time": "1749153078", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1749153152", "uncertainty": 120 }, "departure": { "time": "1749153152", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1749153201", "uncertainty": 120 }, "departure": { "time": "1749153201", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1749153268", "uncertainty": 120 }, "departure": { "time": "1749153268", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1749153324", "uncertainty": 120 }, "departure": { "time": "1749153324", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1749153428", "uncertainty": 120 }, "departure": { "time": "1749153428", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1749153517", "uncertainty": 120 }, "departure": { "time": "1749153517", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1749153579", "uncertainty": 120 }, "departure": { "time": "1749153579", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1749153786", "uncertainty": 120 }, "departure": { "time": "1749153786", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1749153877", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642384" }, "vehicle": { "id": "2002", "label": "2002" } } }, { "id": "2642185", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152164", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1749152204", "uncertainty": 120 }, "departure": { "time": "1749152204", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1749152289", "uncertainty": 120 }, "departure": { "time": "1749152289", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1749152380", "uncertainty": 120 }, "departure": { "time": "1749152380", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1749152471", "uncertainty": 120 }, "departure": { "time": "1749152471", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1749152593", "uncertainty": 120 }, "departure": { "time": "1749152593", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1749152657", "uncertainty": 120 }, "departure": { "time": "1749152657", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1749152728", "uncertainty": 120 }, "departure": { "time": "1749152728", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1749152800", "uncertainty": 120 }, "departure": { "time": "1749152800", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1749152891", "uncertainty": 120 }, "departure": { "time": "1749152891", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1749152953", "uncertainty": 120 }, "departure": { "time": "1749152953", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1749153038", "uncertainty": 120 }, "departure": { "time": "1749153038", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1749153145", "uncertainty": 120 }, "departure": { "time": "1749153145", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 13 }, { "arrival": { "time": "1749153334", "uncertainty": 120 }, "departure": { "time": "1749153334", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1749153414", "uncertainty": 120 }, "departure": { "time": "1749153414", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1749153525", "uncertainty": 120 }, "departure": { "time": "1749153525", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1749153602", "uncertainty": 120 }, "departure": { "time": "1749153602", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1749153667", "uncertainty": 120 }, "departure": { "time": "1749153667", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1749153756", "uncertainty": 120 }, "departure": { "time": "1749153756", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1749153832", "uncertainty": 120 }, "departure": { "time": "1749153832", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1749153939", "uncertainty": 120 }, "departure": { "time": "1749153939", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1749154027", "uncertainty": 120 }, "departure": { "time": "1749154027", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1749154084", "uncertainty": 120 }, "departure": { "time": "1749154084", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1749154152", "uncertainty": 120 }, "departure": { "time": "1749154152", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1749154239", "uncertainty": 120 }, "departure": { "time": "1749154239", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1749154300", "uncertainty": 120 }, "departure": { "time": "1749154300", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1749154387", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642185" }, "vehicle": { "id": "1311", "label": "1311" } } }, { "id": "2641750", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150330", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 }, { "arrival": { "time": "1749150390", "uncertainty": 120 }, "departure": { "time": "1749150390", "uncertainty": 120 }, "stopId": "0:VALERIA1", "stopSequence": 2 }, { "arrival": { "time": "1749150420", "uncertainty": 120 }, "departure": { "time": "1749150420", "uncertainty": 120 }, "stopId": "0:ROSEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1749150480", "uncertainty": 120 }, "departure": { "time": "1749150480", "uncertainty": 120 }, "stopId": "0:ACACIAS1", "stopSequence": 4 }, { "arrival": { "time": "1749150537", "uncertainty": 120 }, "departure": { "time": "1749150537", "uncertainty": 120 }, "stopId": "0:PTICLOU1", "stopSequence": 5 }, { "arrival": { "time": "1749150570", "uncertainty": 120 }, "departure": { "time": "1749150570", "uncertainty": 120 }, "stopId": "0:STROCH1", "stopSequence": 6 }, { "arrival": { "time": "1749150667", "uncertainty": 120 }, "departure": { "time": "1749150667", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 7 }, { "arrival": { "time": "1749150714", "uncertainty": 120 }, "departure": { "time": "1749150720", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 8 }, { "arrival": { "time": "1749150750", "uncertainty": 120 }, "departure": { "time": "1749150750", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 9 }, { "arrival": { "time": "1749150810", "uncertainty": 120 }, "departure": { "time": "1749150810", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 10 }, { "arrival": { "time": "1749150854", "uncertainty": 120 }, "departure": { "time": "1749150854", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 11 }, { "arrival": { "time": "1749150870", "uncertainty": 120 }, "departure": { "time": "1749150870", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 12 }, { "arrival": { "time": "1749150930", "uncertainty": 120 }, "departure": { "time": "1749150930", "uncertainty": 120 }, "stopId": "0:PIERNE03", "stopSequence": 13 }, { "arrival": { "time": "1749150944", "uncertainty": 120 }, "departure": { "time": "1749150944", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 14 }, { "arrival": { "time": "1749151020", "uncertainty": 120 }, "departure": { "time": "1749151020", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 15 }, { "arrival": { "time": "1749151160", "uncertainty": 120 }, "departure": { "time": "1749151200", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 16 }, { "arrival": { "time": "1749151275", "uncertainty": 120 }, "departure": { "time": "1749151290", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 17 }, { "arrival": { "time": "1749151530", "uncertainty": 120 }, "departure": { "time": "1749151530", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 18 }, { "arrival": { "time": "1749151680", "uncertainty": 120 }, "departure": { "time": "1749151680", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 19 }, { "arrival": { "time": "1749151740", "uncertainty": 120 }, "departure": { "time": "1749151740", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1749151817", "uncertainty": 120 }, "departure": { "time": "1749151830", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 21 }, { "arrival": { "time": "1749151914", "uncertainty": 120 }, "departure": { "time": "1749151920", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 22 }, { "arrival": { "time": "1749151933", "uncertainty": 120 }, "departure": { "time": "1749151950", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 23 }, { "arrival": { "time": "1749152000", "uncertainty": 120 }, "departure": { "time": "1749152000", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 24 }, { "arrival": { "time": "1749152054", "uncertainty": 120 }, "departure": { "time": "1749152054", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 25 }, { "arrival": { "time": "1749152100", "uncertainty": 120 }, "departure": { "time": "1749152100", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 26 }, { "arrival": { "time": "1749152142", "uncertainty": 120 }, "departure": { "time": "1749152142", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 27 }, { "arrival": { "time": "1749152190", "uncertainty": 120 }, "departure": { "time": "1749152190", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 28 }, { "arrival": { "time": "1749152235", "uncertainty": 120 }, "departure": { "time": "1749152235", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 29 }, { "arrival": { "time": "1749152278", "uncertainty": 120 }, "departure": { "time": "1749152278", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 30 }, { "arrival": { "time": "1749152313", "uncertainty": 120 }, "departure": { "time": "1749152313", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 31 }, { "arrival": { "time": "1749152356", "uncertainty": 120 }, "departure": { "time": "1749152356", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 32 }, { "arrival": { "time": "1749152439", "uncertainty": 120 }, "departure": { "time": "1749152439", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 33 }, { "arrival": { "time": "1749152495", "uncertainty": 120 }, "departure": { "time": "1749152495", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 34 }, { "arrival": { "time": "1749152523", "uncertainty": 120 }, "departure": { "time": "1749152523", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 35 }, { "arrival": { "time": "1749152588", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 36 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641750" }, "vehicle": { "id": "2148", "label": "2148" } } }, { "id": "2642281", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152340", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1749152411", "uncertainty": 120 }, "departure": { "time": "1749152411", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1749152465", "uncertainty": 120 }, "departure": { "time": "1749152465", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1749152560", "uncertainty": 120 }, "departure": { "time": "1749152560", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1749152630", "uncertainty": 120 }, "departure": { "time": "1749152630", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1749152690", "uncertainty": 120 }, "departure": { "time": "1749152690", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1749152759", "uncertainty": 120 }, "departure": { "time": "1749152759", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1749152846", "uncertainty": 120 }, "departure": { "time": "1749152846", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1749152928", "uncertainty": 120 }, "departure": { "time": "1749152928", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1749152986", "uncertainty": 120 }, "departure": { "time": "1749152986", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1749153050", "uncertainty": 120 }, "departure": { "time": "1749153050", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1749153112", "uncertainty": 120 }, "departure": { "time": "1749153112", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1749153226", "uncertainty": 120 }, "departure": { "time": "1749153226", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1749153322", "uncertainty": 120 }, "departure": { "time": "1749153322", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1749153537", "uncertainty": 120 }, "departure": { "time": "1749153537", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1749153691", "uncertainty": 120 }, "departure": { "time": "1749153691", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1749153751", "uncertainty": 120 }, "departure": { "time": "1749153751", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1749153822", "uncertainty": 120 }, "departure": { "time": "1749153822", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1749153897", "uncertainty": 120 }, "departure": { "time": "1749153897", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1749153977", "uncertainty": 120 }, "departure": { "time": "1749153977", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1749154021", "uncertainty": 120 }, "departure": { "time": "1749154021", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1749154137", "uncertainty": 120 }, "departure": { "time": "1749154137", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1749154256", "uncertainty": 120 }, "departure": { "time": "1749154256", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1749154365", "uncertainty": 120 }, "departure": { "time": "1749154365", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1749154466", "uncertainty": 120 }, "departure": { "time": "1749154466", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1749154497", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642281" } } }, { "id": "2646289", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749149580", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1749149666", "uncertainty": 120 }, "departure": { "time": "1749149671", "uncertainty": 120 }, "stopId": "0:CASTORS1", "stopSequence": 2 }, { "arrival": { "time": "1749149713", "uncertainty": 120 }, "departure": { "time": "1749149713", "uncertainty": 120 }, "stopId": "0:TORTUE1", "stopSequence": 3 }, { "arrival": { "time": "1749149750", "uncertainty": 120 }, "departure": { "time": "1749149750", "uncertainty": 120 }, "stopId": "0:STSIMON1", "stopSequence": 4 }, { "arrival": { "time": "1749149766", "uncertainty": 120 }, "departure": { "time": "1749149766", "uncertainty": 120 }, "stopId": "0:MARNE1", "stopSequence": 5 }, { "arrival": { "time": "1749149803", "uncertainty": 120 }, "departure": { "time": "1749149851", "uncertainty": 120 }, "stopId": "0:VICTOIR1", "stopSequence": 6 }, { "arrival": { "time": "1749149911", "uncertainty": 120 }, "departure": { "time": "1749149911", "uncertainty": 120 }, "stopId": "0:LARDEME1", "stopSequence": 7 }, { "arrival": { "time": "1749149963", "uncertainty": 120 }, "departure": { "time": "1749149963", "uncertainty": 120 }, "stopId": "0:SIGISBE1", "stopSequence": 8 }, { "arrival": { "time": "1749150024", "uncertainty": 120 }, "departure": { "time": "1749150031", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 9 }, { "arrival": { "time": "1749150151", "uncertainty": 120 }, "departure": { "time": "1749150151", "uncertainty": 120 }, "stopId": "0:BRIVAGE1", "stopSequence": 10 }, { "arrival": { "time": "1749150209", "uncertainty": 120 }, "departure": { "time": "1749150209", "uncertainty": 120 }, "stopId": "0:PEPINIE1", "stopSequence": 11 }, { "arrival": { "time": "1749150231", "uncertainty": 120 }, "departure": { "time": "1749150231", "uncertainty": 120 }, "stopId": "0:VILLAS1", "stopSequence": 12 }, { "arrival": { "time": "1749150258", "uncertainty": 120 }, "departure": { "time": "1749150271", "uncertainty": 120 }, "stopId": "0:PALAISS1", "stopSequence": 13 }, { "arrival": { "time": "1749150389", "uncertainty": 120 }, "departure": { "time": "1749150389", "uncertainty": 120 }, "stopId": "0:VERLAIN1", "stopSequence": 14 }, { "arrival": { "time": "1749150589", "uncertainty": 120 }, "departure": { "time": "1749150589", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 15 }, { "arrival": { "time": "1749150762", "uncertainty": 120 }, "departure": { "time": "1749150762", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 16 }, { "arrival": { "time": "1749150991", "uncertainty": 120 }, "departure": { "time": "1749151051", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 17 }, { "arrival": { "time": "1749151318", "uncertainty": 120 }, "departure": { "time": "1749151321", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 18 }, { "arrival": { "time": "1749151411", "uncertainty": 120 }, "departure": { "time": "1749151411", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 19 }, { "arrival": { "time": "1749151456", "uncertainty": 120 }, "departure": { "time": "1749151456", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 20 }, { "arrival": { "time": "1749151489", "uncertainty": 120 }, "departure": { "time": "1749151489", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 21 }, { "arrival": { "time": "1749151592", "uncertainty": 120 }, "departure": { "time": "1749151592", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 22 }, { "arrival": { "time": "1749151669", "uncertainty": 120 }, "departure": { "time": "1749151669", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 23 }, { "arrival": { "time": "1749151741", "uncertainty": 120 }, "departure": { "time": "1749151741", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 24 }, { "arrival": { "time": "1749151797", "uncertainty": 120 }, "departure": { "time": "1749151797", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 25 }, { "arrival": { "time": "1749151849", "uncertainty": 120 }, "departure": { "time": "1749151849", "uncertainty": 120 }, "stopId": "0:TILLEUL2", "stopSequence": 26 }, { "arrival": { "time": "1749151881", "uncertainty": 120 }, "departure": { "time": "1749151881", "uncertainty": 120 }, "stopId": "0:ERABLE2", "stopSequence": 27 }, { "arrival": { "time": "1749151949", "uncertainty": 120 }, "departure": { "time": "1749151949", "uncertainty": 120 }, "stopId": "0:HETRES2", "stopSequence": 28 }, { "arrival": { "time": "1749152003", "uncertainty": 120 }, "departure": { "time": "1749152003", "uncertainty": 120 }, "stopId": "0:CARRIER2", "stopSequence": 29 }, { "arrival": { "time": "1749152042", "uncertainty": 120 }, "departure": { "time": "1749152042", "uncertainty": 120 }, "stopId": "0:FRENES2", "stopSequence": 30 }, { "arrival": { "time": "1749152124", "uncertainty": 120 }, "departure": { "time": "1749152131", "uncertainty": 120 }, "stopId": "0:PINS02", "stopSequence": 31 }, { "arrival": { "time": "1749152179", "uncertainty": 120 }, "departure": { "time": "1749152179", "uncertainty": 120 }, "stopId": "0:MARRONN2", "stopSequence": 32 }, { "arrival": { "time": "1749152221", "uncertainty": 120 }, "departure": { "time": "1749152221", "uncertainty": 120 }, "stopId": "0:HSORET2", "stopSequence": 33 }, { "arrival": { "time": "1749152297", "uncertainty": 120 }, "departure": { "time": "1749152297", "uncertainty": 120 }, "stopId": "0:BOUZONV4", "stopSequence": 34 }, { "arrival": { "time": "1749152369", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 35 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "5_42646289" }, "vehicle": { "id": "706", "label": "706" } } }, { "id": "2660451", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749149580", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1749149639", "uncertainty": 120 }, "departure": { "time": "1749149640", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1749149696", "uncertainty": 120 }, "departure": { "time": "1749149700", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1749149760", "uncertainty": 120 }, "departure": { "time": "1749149760", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1749149801", "uncertainty": 120 }, "departure": { "time": "1749149801", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1749149843", "uncertainty": 120 }, "departure": { "time": "1749149843", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1749149930", "uncertainty": 120 }, "departure": { "time": "1749149940", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1749150000", "uncertainty": 120 }, "departure": { "time": "1749150000", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1749150030", "uncertainty": 120 }, "departure": { "time": "1749150030", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1749150078", "uncertainty": 120 }, "departure": { "time": "1749150090", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1749150177", "uncertainty": 120 }, "departure": { "time": "1749150180", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1749150233", "uncertainty": 120 }, "departure": { "time": "1749150240", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1749150300", "uncertainty": 120 }, "departure": { "time": "1749150300", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1749150330", "uncertainty": 120 }, "departure": { "time": "1749150330", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1749150416", "uncertainty": 120 }, "departure": { "time": "1749150416", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1749150437", "uncertainty": 120 }, "departure": { "time": "1749150483", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1749150630", "uncertainty": 120 }, "departure": { "time": "1749150630", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1749150672", "uncertainty": 120 }, "departure": { "time": "1749150672", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1749150780", "uncertainty": 120 }, "departure": { "time": "1749150780", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1749151024", "uncertainty": 120 }, "departure": { "time": "1749151140", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749151350", "uncertainty": 120 }, "departure": { "time": "1749151350", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 21 }, { "arrival": { "time": "1749151522", "uncertainty": 120 }, "departure": { "time": "1749151522", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 22 }, { "arrival": { "time": "1749151587", "uncertainty": 120 }, "departure": { "time": "1749151590", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 23 }, { "arrival": { "time": "1749151662", "uncertainty": 120 }, "departure": { "time": "1749151662", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 24 }, { "arrival": { "time": "1749151680", "uncertainty": 120 }, "departure": { "time": "1749151680", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 25 }, { "arrival": { "time": "1749151722", "uncertainty": 120 }, "departure": { "time": "1749151722", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 26 }, { "arrival": { "time": "1749151779", "uncertainty": 120 }, "departure": { "time": "1749151779", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 27 }, { "arrival": { "time": "1749151881", "uncertainty": 120 }, "departure": { "time": "1749151890", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 28 }, { "arrival": { "time": "1749151945", "uncertainty": 120 }, "departure": { "time": "1749151945", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 29 }, { "arrival": { "time": "1749151975", "uncertainty": 120 }, "departure": { "time": "1749151975", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 30 }, { "arrival": { "time": "1749152024", "uncertainty": 120 }, "departure": { "time": "1749152024", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 31 }, { "arrival": { "time": "1749152050", "uncertainty": 120 }, "departure": { "time": "1749152050", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 32 }, { "arrival": { "time": "1749152070", "uncertainty": 120 }, "departure": { "time": "1749152070", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 33 }, { "arrival": { "time": "1749152130", "uncertainty": 120 }, "departure": { "time": "1749152130", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 34 }, { "arrival": { "time": "1749152138", "uncertainty": 120 }, "departure": { "time": "1749152138", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 35 }, { "arrival": { "time": "1749152182", "uncertainty": 120 }, "departure": { "time": "1749152182", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 36 }, { "arrival": { "time": "1749152228", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 37 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660451" }, "vehicle": { "id": "2431", "label": "2431" } } }, { "id": "2670645", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150701", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 1 }, { "arrival": { "time": "1749150848", "uncertainty": 120 }, "departure": { "time": "1749150851", "uncertainty": 120 }, "stopId": "0:SERRURR1", "stopSequence": 2 }, { "arrival": { "time": "1749150900", "uncertainty": 120 }, "departure": { "time": "1749150900", "uncertainty": 120 }, "stopId": "0:POTIERS1", "stopSequence": 3 }, { "arrival": { "time": "1749150953", "uncertainty": 120 }, "departure": { "time": "1749150953", "uncertainty": 120 }, "stopId": "0:SELLIER1", "stopSequence": 4 }, { "arrival": { "time": "1749151014", "uncertainty": 120 }, "departure": { "time": "1749151014", "uncertainty": 120 }, "stopId": "0:DRAPIER1", "stopSequence": 5 }, { "arrival": { "time": "1749151067", "uncertainty": 120 }, "departure": { "time": "1749151067", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 6 }, { "arrival": { "time": "1749151106", "uncertainty": 120 }, "departure": { "time": "1749151121", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 7 }, { "arrival": { "time": "1749151211", "uncertainty": 120 }, "departure": { "time": "1749151211", "uncertainty": 120 }, "stopId": "0:METZANI1", "stopSequence": 8 }, { "arrival": { "time": "1749151281", "uncertainty": 120 }, "departure": { "time": "1749151281", "uncertainty": 120 }, "stopId": "0:AMPERE1", "stopSequence": 9 }, { "arrival": { "time": "1749151414", "uncertainty": 120 }, "departure": { "time": "1749151421", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 10 }, { "arrival": { "time": "1749151438", "uncertainty": 120 }, "departure": { "time": "1749151451", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 11 }, { "arrival": { "time": "1749151545", "uncertainty": 120 }, "departure": { "time": "1749151545", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 12 }, { "arrival": { "time": "1749151641", "uncertainty": 120 }, "departure": { "time": "1749151641", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 13 }, { "arrival": { "time": "1749151748", "uncertainty": 120 }, "departure": { "time": "1749151748", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 14 }, { "arrival": { "time": "1749151802", "uncertainty": 120 }, "departure": { "time": "1749151802", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 15 }, { "arrival": { "time": "1749151862", "uncertainty": 120 }, "departure": { "time": "1749151862", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 16 }, { "arrival": { "time": "1749151883", "uncertainty": 120 }, "departure": { "time": "1749151883", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 17 }, { "arrival": { "time": "1749151938", "uncertainty": 120 }, "departure": { "time": "1749151938", "uncertainty": 120 }, "stopId": "0:PISCINE1", "stopSequence": 18 }, { "arrival": { "time": "1749152032", "uncertainty": 120 }, "departure": { "time": "1749152051", "uncertainty": 120 }, "stopId": "0:LOTHAIR4", "stopSequence": 19 }, { "arrival": { "time": "1749152161", "uncertainty": 120 }, "departure": { "time": "1749152171", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 20 }, { "arrival": { "time": "1749152228", "uncertainty": 120 }, "departure": { "time": "1749152228", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 21 }, { "arrival": { "time": "1749152310", "uncertainty": 120 }, "departure": { "time": "1749152310", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 22 }, { "arrival": { "time": "1749152390", "uncertainty": 120 }, "departure": { "time": "1749152390", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 23 }, { "arrival": { "time": "1749152422", "uncertainty": 120 }, "departure": { "time": "1749152422", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 24 }, { "arrival": { "time": "1749152472", "uncertainty": 120 }, "departure": { "time": "1749152472", "uncertainty": 120 }, "stopId": "0:SUGNON2", "stopSequence": 25 }, { "arrival": { "time": "1749152513", "uncertainty": 120 }, "departure": { "time": "1749152513", "uncertainty": 120 }, "stopId": "0:19NOV02", "stopSequence": 26 }, { "arrival": { "time": "1749152559", "uncertainty": 120 }, "departure": { "time": "1749152559", "uncertainty": 120 }, "stopId": "0:MARCSAN2", "stopSequence": 27 }, { "arrival": { "time": "1749152602", "uncertainty": 120 }, "departure": { "time": "1749152602", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 28 }, { "arrival": { "time": "1749152645", "uncertainty": 120 }, "departure": { "time": "1749152645", "uncertainty": 120 }, "stopId": "0:STEXUPE1", "stopSequence": 29 }, { "arrival": { "time": "1749152735", "uncertainty": 120 }, "departure": { "time": "1749152735", "uncertainty": 120 }, "stopId": "0:CLMADER1", "stopSequence": 30 }, { "arrival": { "time": "1749152778", "uncertainty": 120 }, "departure": { "time": "1749152778", "uncertainty": 120 }, "stopId": "0:PONSARD2", "stopSequence": 31 }, { "arrival": { "time": "1749152815", "uncertainty": 120 }, "departure": { "time": "1749152815", "uncertainty": 120 }, "stopId": "0:SIMMI357", "stopSequence": 32 }, { "arrival": { "time": "1749152853", "uncertainty": 120 }, "departure": { "time": "1749152853", "uncertainty": 120 }, "stopId": "0:COUBERT1", "stopSequence": 33 }, { "arrival": { "time": "1749152982", "uncertainty": 120 }, "departure": { "time": "1749152982", "uncertainty": 120 }, "stopId": "0:LILAS4", "stopSequence": 34 }, { "arrival": { "time": "1749153081", "uncertainty": 120 }, "departure": { "time": "1749153081", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 35 }, { "arrival": { "time": "1749153118", "uncertainty": 120 }, "departure": { "time": "1749153118", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 36 }, { "arrival": { "time": "1749153139", "uncertainty": 120 }, "departure": { "time": "1749153139", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 37 }, { "arrival": { "time": "1749153199", "uncertainty": 120 }, "departure": { "time": "1749153199", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 38 }, { "arrival": { "time": "1749153209", "uncertainty": 120 }, "departure": { "time": "1749153209", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 39 }, { "arrival": { "time": "1749153256", "uncertainty": 120 }, "departure": { "time": "1749153256", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 40 }, { "arrival": { "time": "1749153290", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 41 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "5_42670645" }, "vehicle": { "id": "831", "label": "831" } } }, { "id": "3013614", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150978", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 1 }, { "arrival": { "time": "1749151204", "uncertainty": 120 }, "departure": { "time": "1749151204", "uncertainty": 120 }, "stopId": "0:PICAR01", "stopSequence": 2 }, { "arrival": { "time": "1749151259", "uncertainty": 120 }, "departure": { "time": "1749151259", "uncertainty": 120 }, "stopId": "0:CLOUTIE1", "stopSequence": 3 }, { "arrival": { "time": "1749151278", "uncertainty": 120 }, "departure": { "time": "1749151278", "uncertainty": 120 }, "stopId": "0:BOURGOG1", "stopSequence": 4 }, { "arrival": { "time": "1749151332", "uncertainty": 120 }, "departure": { "time": "1749151338", "uncertainty": 120 }, "stopId": "0:BORDES1", "stopSequence": 5 }, { "arrival": { "time": "1749151466", "uncertainty": 120 }, "departure": { "time": "1749151466", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 6 }, { "arrival": { "time": "1749151572", "uncertainty": 120 }, "departure": { "time": "1749151572", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 7 }, { "arrival": { "time": "1749151619", "uncertainty": 120 }, "departure": { "time": "1749151638", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 8 }, { "arrival": { "time": "1749151699", "uncertainty": 120 }, "departure": { "time": "1749151699", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 9 }, { "arrival": { "time": "1749151728", "uncertainty": 120 }, "departure": { "time": "1749151728", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 10 }, { "arrival": { "time": "1749151819", "uncertainty": 120 }, "departure": { "time": "1749151819", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 11 }, { "arrival": { "time": "1749151869", "uncertainty": 120 }, "departure": { "time": "1749151869", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 12 }, { "arrival": { "time": "1749152029", "uncertainty": 120 }, "departure": { "time": "1749152029", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 13 }, { "arrival": { "time": "1749152165", "uncertainty": 120 }, "departure": { "time": "1749152165", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 14 }, { "arrival": { "time": "1749152366", "uncertainty": 120 }, "departure": { "time": "1749152366", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 15 }, { "arrival": { "time": "1749152441", "uncertainty": 120 }, "departure": { "time": "1749152441", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 16 }, { "arrival": { "time": "1749152460", "uncertainty": 120 }, "departure": { "time": "1749152460", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 17 }, { "arrival": { "time": "1749152502", "uncertainty": 120 }, "departure": { "time": "1749152502", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 18 }, { "arrival": { "time": "1749152532", "uncertainty": 120 }, "departure": { "time": "1749152532", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 19 }, { "arrival": { "time": "1749152573", "uncertainty": 120 }, "departure": { "time": "1749152573", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 20 }, { "arrival": { "time": "1749152622", "uncertainty": 120 }, "departure": { "time": "1749152622", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 21 }, { "arrival": { "time": "1749152651", "uncertainty": 120 }, "departure": { "time": "1749152651", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 22 }, { "arrival": { "time": "1749152677", "uncertainty": 120 }, "departure": { "time": "1749152677", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 23 }, { "arrival": { "time": "1749152736", "uncertainty": 120 }, "departure": { "time": "1749152736", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 24 }, { "arrival": { "time": "1749152784", "uncertainty": 120 }, "departure": { "time": "1749152784", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 25 }, { "arrival": { "time": "1749152857", "uncertainty": 120 }, "departure": { "time": "1749152857", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 26 }, { "arrival": { "time": "1749152891", "uncertainty": 120 }, "departure": { "time": "1749152891", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 27 }, { "arrival": { "time": "1749152933", "uncertainty": 120 }, "departure": { "time": "1749152933", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 28 }, { "arrival": { "time": "1749152977", "uncertainty": 120 }, "departure": { "time": "1749152977", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 29 }, { "arrival": { "time": "1749153015", "uncertainty": 120 }, "departure": { "time": "1749153015", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 30 }, { "arrival": { "time": "1749153051", "uncertainty": 120 }, "departure": { "time": "1749153051", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 31 }, { "arrival": { "time": "1749153256", "uncertainty": 120 }, "departure": { "time": "1749153256", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 32 }, { "arrival": { "time": "1749153278", "uncertainty": 120 }, "departure": { "time": "1749153278", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 33 }, { "arrival": { "time": "1749153299", "uncertainty": 120 }, "departure": { "time": "1749153299", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 34 }, { "arrival": { "time": "1749153346", "uncertainty": 120 }, "departure": { "time": "1749153346", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 35 }, { "arrival": { "time": "1749153397", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 36 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "5_43013614" }, "vehicle": { "id": "1638", "label": "1638" } } }, { "id": "2641820", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641820" } } }, { "id": "2648229", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648229" } } }, { "id": "2641427", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153420", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641427" } } }, { "id": "2025-06-05-20-40-44-626-127578", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749151856", "uncertainty": 120 }, "stopId": "0:AMAZON1" }, { "arrival": { "time": "1749152180", "uncertainty": 120 }, "departure": { "time": "1749152186", "uncertainty": 120 }, "stopId": "0:COSTEBE1" }, { "arrival": { "time": "1749152666", "uncertainty": 120 }, "departure": { "time": "1749152666", "uncertainty": 120 }, "stopId": "0:VAILLAN1" }, { "arrival": { "time": "1749153206", "uncertainty": 120 }, "stopId": "0:PEM917" } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "70", "scheduleRelationship": "ADDED", "tripId": "5_42025-06-05-20-40-44-626-127578" }, "vehicle": { "id": "1636", "label": "1636" } } }, { "id": "2648152", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150480", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1749150547", "uncertainty": 120 }, "departure": { "time": "1749150572", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1749150611", "uncertainty": 120 }, "departure": { "time": "1749150611", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1749150683", "uncertainty": 120 }, "departure": { "time": "1749150683", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1749150711", "uncertainty": 120 }, "departure": { "time": "1749150711", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1749150768", "uncertainty": 120 }, "departure": { "time": "1749150768", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1749150802", "uncertainty": 120 }, "departure": { "time": "1749150812", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1749150926", "uncertainty": 120 }, "departure": { "time": "1749150962", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1749151069", "uncertainty": 120 }, "departure": { "time": "1749151082", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1749151246", "uncertainty": 120 }, "departure": { "time": "1749151246", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1749151339", "uncertainty": 120 }, "departure": { "time": "1749151352", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1749151412", "uncertainty": 120 }, "departure": { "time": "1749151412", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1749151462", "uncertainty": 120 }, "departure": { "time": "1749151472", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1749151492", "uncertainty": 120 }, "departure": { "time": "1749151492", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1749151538", "uncertainty": 120 }, "departure": { "time": "1749151538", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1749151608", "uncertainty": 120 }, "departure": { "time": "1749151608", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1749151622", "uncertainty": 120 }, "departure": { "time": "1749151622", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1749151652", "uncertainty": 120 }, "departure": { "time": "1749151652", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1749151693", "uncertainty": 120 }, "departure": { "time": "1749151712", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1749151920", "uncertainty": 120 }, "departure": { "time": "1749151920", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749152132", "uncertainty": 120 }, "departure": { "time": "1749152192", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 21 }, { "arrival": { "time": "1749152345", "uncertainty": 120 }, "departure": { "time": "1749152345", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 22 }, { "arrival": { "time": "1749152411", "uncertainty": 120 }, "departure": { "time": "1749152411", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 23 }, { "arrival": { "time": "1749152526", "uncertainty": 120 }, "departure": { "time": "1749152526", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 24 }, { "arrival": { "time": "1749152560", "uncertainty": 120 }, "departure": { "time": "1749152560", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 25 }, { "arrival": { "time": "1749152594", "uncertainty": 120 }, "departure": { "time": "1749152594", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 26 }, { "arrival": { "time": "1749152651", "uncertainty": 120 }, "departure": { "time": "1749152651", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 27 }, { "arrival": { "time": "1749152716", "uncertainty": 120 }, "departure": { "time": "1749152716", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 28 }, { "arrival": { "time": "1749152796", "uncertainty": 120 }, "departure": { "time": "1749152796", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 29 }, { "arrival": { "time": "1749152850", "uncertainty": 120 }, "departure": { "time": "1749152850", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 30 }, { "arrival": { "time": "1749152888", "uncertainty": 120 }, "departure": { "time": "1749152888", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 31 }, { "arrival": { "time": "1749153009", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 32 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648152" }, "vehicle": { "id": "2422", "label": "2422" } } }, { "id": "2660358", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749149520", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1749149671", "uncertainty": 120 }, "departure": { "time": "1749149671", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1749149687", "uncertainty": 120 }, "departure": { "time": "1749149702", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1749149758", "uncertainty": 120 }, "departure": { "time": "1749149758", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1749149792", "uncertainty": 120 }, "departure": { "time": "1749149792", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1749149800", "uncertainty": 120 }, "departure": { "time": "1749149800", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1749149823", "uncertainty": 120 }, "departure": { "time": "1749149823", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1749149874", "uncertainty": 120 }, "departure": { "time": "1749149883", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1749149902", "uncertainty": 120 }, "departure": { "time": "1749149913", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1749149973", "uncertainty": 120 }, "departure": { "time": "1749150004", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1749150084", "uncertainty": 120 }, "departure": { "time": "1749150084", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1749150153", "uncertainty": 120 }, "departure": { "time": "1749150153", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1749150214", "uncertainty": 120 }, "departure": { "time": "1749150214", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1749150242", "uncertainty": 120 }, "departure": { "time": "1749150242", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1749150359", "uncertainty": 120 }, "departure": { "time": "1749150395", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1749150561", "uncertainty": 120 }, "departure": { "time": "1749150575", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1749150695", "uncertainty": 120 }, "departure": { "time": "1749150695", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 17 }, { "arrival": { "time": "1749150997", "uncertainty": 120 }, "departure": { "time": "1749151026", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 18 }, { "arrival": { "time": "1749151307", "uncertainty": 120 }, "departure": { "time": "1749151307", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1749151476", "uncertainty": 120 }, "departure": { "time": "1749151476", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 20 }, { "arrival": { "time": "1749151518", "uncertainty": 120 }, "departure": { "time": "1749151518", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 21 }, { "arrival": { "time": "1749151566", "uncertainty": 120 }, "departure": { "time": "1749151566", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 22 }, { "arrival": { "time": "1749151620", "uncertainty": 120 }, "departure": { "time": "1749151626", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 23 }, { "arrival": { "time": "1749151686", "uncertainty": 120 }, "departure": { "time": "1749151686", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 24 }, { "arrival": { "time": "1749151743", "uncertainty": 120 }, "departure": { "time": "1749151746", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 25 }, { "arrival": { "time": "1749151823", "uncertainty": 120 }, "departure": { "time": "1749151823", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 26 }, { "arrival": { "time": "1749151877", "uncertainty": 120 }, "departure": { "time": "1749151877", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 27 }, { "arrival": { "time": "1749151915", "uncertainty": 120 }, "departure": { "time": "1749151915", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 28 }, { "arrival": { "time": "1749151957", "uncertainty": 120 }, "departure": { "time": "1749151986", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 29 }, { "arrival": { "time": "1749152046", "uncertainty": 120 }, "departure": { "time": "1749152046", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 30 }, { "arrival": { "time": "1749152082", "uncertainty": 120 }, "departure": { "time": "1749152082", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 31 }, { "arrival": { "time": "1749152136", "uncertainty": 120 }, "departure": { "time": "1749152136", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 32 }, { "arrival": { "time": "1749152167", "uncertainty": 120 }, "departure": { "time": "1749152167", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 33 }, { "arrival": { "time": "1749152254" }, "stopId": "0:OEILLET1", "stopSequence": 34 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660358" }, "vehicle": { "id": "1932", "label": "1932" } } }, { "id": "2641749", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150811", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1749150878", "uncertainty": 120 }, "departure": { "time": "1749150878", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1749150901", "uncertainty": 120 }, "departure": { "time": "1749150901", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1749150932", "uncertainty": 120 }, "departure": { "time": "1749150932", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1749151065", "uncertainty": 120 }, "departure": { "time": "1749151081", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1749151121", "uncertainty": 120 }, "departure": { "time": "1749151141", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1749151201", "uncertainty": 120 }, "departure": { "time": "1749151291", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1749151332", "uncertainty": 120 }, "departure": { "time": "1749151332", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1749151369", "uncertainty": 120 }, "departure": { "time": "1749151369", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1749151429", "uncertainty": 120 }, "departure": { "time": "1749151441", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1749151512", "uncertainty": 120 }, "departure": { "time": "1749151512", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1749151544", "uncertainty": 120 }, "departure": { "time": "1749151544", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1749151574", "uncertainty": 120 }, "departure": { "time": "1749151574", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1749151691", "uncertainty": 120 }, "departure": { "time": "1749151691", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1749151691", "uncertainty": 120 }, "departure": { "time": "1749151691", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1749151760", "uncertainty": 120 }, "departure": { "time": "1749151771", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1749151880", "uncertainty": 120 }, "departure": { "time": "1749151891", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1749151961", "uncertainty": 120 }, "departure": { "time": "1749151981", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 18 }, { "arrival": { "time": "1749152174", "uncertainty": 120 }, "departure": { "time": "1749152191", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 19 }, { "arrival": { "time": "1749152304", "uncertainty": 120 }, "departure": { "time": "1749152304", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1749152371", "uncertainty": 120 }, "departure": { "time": "1749152371", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 21 }, { "arrival": { "time": "1749152499", "uncertainty": 120 }, "departure": { "time": "1749152499", "uncertainty": 120 }, "stopId": "0:POMPIDO2", "stopSequence": 22 }, { "arrival": { "time": "1749152583", "uncertainty": 120 }, "departure": { "time": "1749152583", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1749152618", "uncertainty": 120 }, "departure": { "time": "1749152618", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1749152650", "uncertainty": 120 }, "departure": { "time": "1749152650", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1749152688", "uncertainty": 120 }, "departure": { "time": "1749152688", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1749152745", "uncertainty": 120 }, "departure": { "time": "1749152745", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1749152778", "uncertainty": 120 }, "departure": { "time": "1749152778", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1749152844", "uncertainty": 120 }, "departure": { "time": "1749152844", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1749152855", "uncertainty": 120 }, "departure": { "time": "1749152855", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1749152947", "uncertainty": 120 }, "departure": { "time": "1749152947", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1749153007", "uncertainty": 120 }, "departure": { "time": "1749153007", "uncertainty": 120 }, "stopId": "0:PLATEAU2", "stopSequence": 32 }, { "arrival": { "time": "1749153031", "uncertainty": 120 }, "departure": { "time": "1749153031", "uncertainty": 120 }, "stopId": "0:APREMON2", "stopSequence": 33 }, { "arrival": { "time": "1749153079", "uncertainty": 120 }, "departure": { "time": "1749153079", "uncertainty": 120 }, "stopId": "0:PLAINE2", "stopSequence": 34 }, { "arrival": { "time": "1749153130", "uncertainty": 120 }, "departure": { "time": "1749153130", "uncertainty": 120 }, "stopId": "0:ROOSEVE2", "stopSequence": 35 }, { "arrival": { "time": "1749153174", "uncertainty": 120 }, "departure": { "time": "1749153174", "uncertainty": 120 }, "stopId": "0:MAGNYBO2", "stopSequence": 36 }, { "arrival": { "time": "1749153214", "uncertainty": 120 }, "departure": { "time": "1749153214", "uncertainty": 120 }, "stopId": "0:OBELLI02", "stopSequence": 37 }, { "arrival": { "time": "1749153254", "uncertainty": 120 }, "departure": { "time": "1749153254", "uncertainty": 120 }, "stopId": "0:ARMOISI2", "stopSequence": 38 }, { "arrival": { "time": "1749153312", "uncertainty": 120 }, "departure": { "time": "1749153312", "uncertainty": 120 }, "stopId": "0:BEAUSOL2", "stopSequence": 39 }, { "arrival": { "time": "1749153382", "uncertainty": 120 }, "departure": { "time": "1749153382", "uncertainty": 120 }, "stopId": "0:HTMAGNY2", "stopSequence": 40 }, { "arrival": { "time": "1749153430", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 41 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641749" }, "vehicle": { "id": "2052", "label": "2052" } } }, { "id": "2648227", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749154320", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648227" } } }, { "id": "2642184", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150540", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1749150595", "uncertainty": 120 }, "departure": { "time": "1749150600", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1749150685", "uncertainty": 120 }, "departure": { "time": "1749150690", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1749150780", "uncertainty": 120 }, "departure": { "time": "1749150780", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1749150870", "uncertainty": 120 }, "departure": { "time": "1749150870", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1749150995", "uncertainty": 120 }, "departure": { "time": "1749150995", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1749151063", "uncertainty": 120 }, "departure": { "time": "1749151080", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1749151150", "uncertainty": 120 }, "departure": { "time": "1749151170", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1749151230", "uncertainty": 120 }, "departure": { "time": "1749151230", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1749151312", "uncertainty": 120 }, "departure": { "time": "1749151320", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1749151380", "uncertainty": 120 }, "departure": { "time": "1749151380", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1749151462", "uncertainty": 120 }, "departure": { "time": "1749151470", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1749151582", "uncertainty": 120 }, "departure": { "time": "1749151582", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 13 }, { "arrival": { "time": "1749151770", "uncertainty": 120 }, "departure": { "time": "1749151800", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1749151873", "uncertainty": 120 }, "departure": { "time": "1749151890", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1749152010", "uncertainty": 120 }, "departure": { "time": "1749152010", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1749152086", "uncertainty": 120 }, "departure": { "time": "1749152100", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1749152160", "uncertainty": 120 }, "departure": { "time": "1749152160", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1749152267", "uncertainty": 120 }, "departure": { "time": "1749152267", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1749152329", "uncertainty": 120 }, "departure": { "time": "1749152329", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1749152415", "uncertainty": 120 }, "departure": { "time": "1749152415", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1749152505", "uncertainty": 120 }, "departure": { "time": "1749152505", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1749152579", "uncertainty": 120 }, "departure": { "time": "1749152579", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1749152648", "uncertainty": 120 }, "departure": { "time": "1749152648", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1749152757", "uncertainty": 120 }, "departure": { "time": "1749152757", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1749152789", "uncertainty": 120 }, "departure": { "time": "1749152789", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1749152876", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642184" }, "vehicle": { "id": "1322", "label": "1322" } } }, { "id": "2936222", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749156595", "uncertainty": 120 }, "departure": { "time": "1749156595", "uncertainty": 120 }, "stopId": "0:LESCLOS2" }, { "departure": { "time": "1749155493", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1749155648", "uncertainty": 120 }, "departure": { "time": "1749155648", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1749155733", "uncertainty": 120 }, "departure": { "time": "1749155733", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1749155773", "uncertainty": 120 }, "departure": { "time": "1749155773", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1749155834", "uncertainty": 120 }, "departure": { "time": "1749155834", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1749155914", "uncertainty": 120 }, "departure": { "time": "1749155914", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1749155974", "uncertainty": 120 }, "departure": { "time": "1749155974", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1749156033", "uncertainty": 120 }, "departure": { "time": "1749156033", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1749156125", "uncertainty": 120 }, "departure": { "time": "1749156125", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1749156181", "uncertainty": 120 }, "departure": { "time": "1749156181", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1749156333", "uncertainty": 120 }, "departure": { "time": "1749156333", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1749156357", "uncertainty": 120 }, "departure": { "time": "1749156357", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1749156427", "uncertainty": 120 }, "departure": { "time": "1749156427", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1749156599", "uncertainty": 120 }, "departure": { "time": "1749156599", "uncertainty": 120 }, "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1749156660", "uncertainty": 120 }, "departure": { "time": "1749156660", "uncertainty": 120 }, "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1749156751", "uncertainty": 120 }, "departure": { "time": "1749156751", "uncertainty": 120 }, "stopId": "0:PJOLY4", "stopSequence": 16 }, { "arrival": { "time": "1749156886", "uncertainty": 120 }, "departure": { "time": "1749156886", "uncertainty": 120 }, "stopId": "0:PLGAULL1", "stopSequence": 17 }, { "arrival": { "time": "1749156960", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 18 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "5_42936222" } } }, { "id": "2641822", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641822" } } }, { "id": "2642385", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153420", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642385" } } }, { "id": "2642383", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749150713", "uncertainty": 120 }, "departure": { "time": "1749150713", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1749150831", "uncertainty": 120 }, "departure": { "time": "1749150850", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1749150964", "uncertainty": 120 }, "departure": { "time": "1749150964", "uncertainty": 120 }, "stopId": "0:REP03", "stopSequence": 4 }, { "arrival": { "time": "1749151209", "uncertainty": 120 }, "departure": { "time": "1749151210", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1749151321", "uncertainty": 120 }, "departure": { "time": "1749151330", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1749151480", "uncertainty": 120 }, "departure": { "time": "1749151480", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1749151554", "uncertainty": 120 }, "departure": { "time": "1749151571", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1749151630", "uncertainty": 120 }, "departure": { "time": "1749151630", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1749151715", "uncertainty": 120 }, "departure": { "time": "1749151720", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1749151780", "uncertainty": 120 }, "departure": { "time": "1749151810", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1749151894", "uncertainty": 120 }, "departure": { "time": "1749151900", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1749151990", "uncertainty": 120 }, "departure": { "time": "1749151990", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1749152067", "uncertainty": 120 }, "departure": { "time": "1749152080", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1749152128", "uncertainty": 120 }, "departure": { "time": "1749152128", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1749152195", "uncertainty": 120 }, "departure": { "time": "1749152200", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1749152260", "uncertainty": 120 }, "departure": { "time": "1749152260", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1749152351", "uncertainty": 120 }, "departure": { "time": "1749152351", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1749152432", "uncertainty": 120 }, "departure": { "time": "1749152432", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1749152492", "uncertainty": 120 }, "departure": { "time": "1749152492", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1749152653", "uncertainty": 120 }, "departure": { "time": "1749152653", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1749152743", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642383" }, "vehicle": { "id": "1319", "label": "1319" } } }, { "id": "2642280", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150920", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1749150987", "uncertainty": 120 }, "departure": { "time": "1749151011", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1749151063", "uncertainty": 120 }, "departure": { "time": "1749151063", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1749151160", "uncertainty": 120 }, "departure": { "time": "1749151160", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1749151231", "uncertainty": 120 }, "departure": { "time": "1749151250", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1749151310", "uncertainty": 120 }, "departure": { "time": "1749151310", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1749151396", "uncertainty": 120 }, "departure": { "time": "1749151400", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1749151496", "uncertainty": 120 }, "departure": { "time": "1749151520", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1749151599", "uncertainty": 120 }, "departure": { "time": "1749151610", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1749151677", "uncertainty": 120 }, "departure": { "time": "1749151700", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1749151764", "uncertainty": 120 }, "departure": { "time": "1749151820", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1749151881", "uncertainty": 120 }, "departure": { "time": "1749151910", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1749152030", "uncertainty": 120 }, "departure": { "time": "1749152030", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1749152120", "uncertainty": 120 }, "departure": { "time": "1749152120", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1749152271", "uncertainty": 120 }, "departure": { "time": "1749152271", "uncertainty": 120 }, "stopId": "0:REP02", "stopSequence": 15 }, { "arrival": { "time": "1749152427", "uncertainty": 120 }, "departure": { "time": "1749152427", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1749152476", "uncertainty": 120 }, "departure": { "time": "1749152476", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1749152538", "uncertainty": 120 }, "departure": { "time": "1749152538", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1749152606", "uncertainty": 120 }, "departure": { "time": "1749152606", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1749152678", "uncertainty": 120 }, "departure": { "time": "1749152678", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1749152724", "uncertainty": 120 }, "departure": { "time": "1749152724", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1749152833", "uncertainty": 120 }, "departure": { "time": "1749152833", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1749152922", "uncertainty": 120 }, "departure": { "time": "1749152922", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1749153005", "uncertainty": 120 }, "departure": { "time": "1749153005", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1749153106", "uncertainty": 120 }, "departure": { "time": "1749153106", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1749153137", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642280" }, "vehicle": { "id": "1321", "label": "1321" } } }, { "id": "2641232", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150000", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1749150132", "uncertainty": 120 }, "departure": { "time": "1749150132", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1749150151", "uncertainty": 120 }, "departure": { "time": "1749150151", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1749150203", "uncertainty": 120 }, "departure": { "time": "1749150211", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1749150283", "uncertainty": 120 }, "departure": { "time": "1749150301", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1749150370", "uncertainty": 120 }, "departure": { "time": "1749150391", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1749150421", "uncertainty": 120 }, "departure": { "time": "1749150421", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1749150440", "uncertainty": 120 }, "departure": { "time": "1749150440", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1749150521", "uncertainty": 120 }, "departure": { "time": "1749150521", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1749150580", "uncertainty": 120 }, "departure": { "time": "1749150580", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1749150629", "uncertainty": 120 }, "departure": { "time": "1749150631", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1749150702", "uncertainty": 120 }, "departure": { "time": "1749150702", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1749150751", "uncertainty": 120 }, "departure": { "time": "1749150751", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1749150796", "uncertainty": 120 }, "departure": { "time": "1749150796", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1749150854", "uncertainty": 120 }, "departure": { "time": "1749150931", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1749151021", "uncertainty": 120 }, "departure": { "time": "1749151021", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1749151250", "uncertainty": 120 }, "departure": { "time": "1749151250", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1749151269", "uncertainty": 120 }, "departure": { "time": "1749151291", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1749151393", "uncertainty": 120 }, "departure": { "time": "1749151471", "uncertainty": 120 }, "stopId": "0:REPUBL03", "stopSequence": 19 }, { "arrival": { "time": "1749151584", "uncertainty": 120 }, "departure": { "time": "1749151584", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1749151689", "uncertainty": 120 }, "departure": { "time": "1749151711", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1749151763", "uncertainty": 120 }, "departure": { "time": "1749151771", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1749151826", "uncertainty": 120 }, "departure": { "time": "1749151831", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1749152003", "uncertainty": 120 }, "departure": { "time": "1749152011", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1749152099", "uncertainty": 120 }, "departure": { "time": "1749152101", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1749152199", "uncertainty": 120 }, "departure": { "time": "1749152199", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1749152260", "uncertainty": 120 }, "departure": { "time": "1749152260", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1749152320", "uncertainty": 120 }, "departure": { "time": "1749152320", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1749152419", "uncertainty": 120 }, "departure": { "time": "1749152419", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1749152437", "uncertainty": 120 }, "departure": { "time": "1749152437", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1749152475", "uncertainty": 120 }, "departure": { "time": "1749152475", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1749152553", "uncertainty": 120 }, "departure": { "time": "1749152553", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1749152593", "uncertainty": 120 }, "departure": { "time": "1749152593", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1749152653", "uncertainty": 120 }, "departure": { "time": "1749152653", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1749152680", "uncertainty": 120 }, "departure": { "time": "1749152680", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1749152761", "uncertainty": 120 }, "departure": { "time": "1749152761", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1749152826", "uncertainty": 120 }, "departure": { "time": "1749152826", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1749152911", "uncertainty": 120 }, "departure": { "time": "1749152911", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1749153000", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641232" }, "vehicle": { "id": "1858", "label": "1858" } } }, { "id": "2917304", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749145332", "uncertainty": 120 }, "departure": { "time": "1749145341", "uncertainty": 120 }, "stopId": "0:SAULCNF1", "stopSequence": 2 }, { "arrival": { "time": "1749146750", "uncertainty": 120 }, "departure": { "time": "1749146750", "uncertainty": 120 }, "stopId": "0:SCYCHAZ1", "stopSequence": 5 }, { "arrival": { "time": "1749152785" }, "stopId": "0:MOULMET1", "stopSequence": 6 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "O1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42917304" }, "vehicle": { "id": "12347", "label": "12347" } } }, { "id": "2641233", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749148623", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1749148759", "uncertainty": 120 }, "departure": { "time": "1749148759", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 2 }, { "arrival": { "time": "1749148851", "uncertainty": 120 }, "departure": { "time": "1749148862", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 3 }, { "arrival": { "time": "1749148932", "uncertainty": 120 }, "departure": { "time": "1749148932", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 4 }, { "arrival": { "time": "1749149028", "uncertainty": 120 }, "departure": { "time": "1749149042", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 5 }, { "arrival": { "time": "1749149103", "uncertainty": 120 }, "departure": { "time": "1749149103", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 6 }, { "arrival": { "time": "1749149150", "uncertainty": 120 }, "departure": { "time": "1749149150", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 7 }, { "arrival": { "time": "1749149192", "uncertainty": 120 }, "departure": { "time": "1749149192", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 8 }, { "arrival": { "time": "1749149291", "uncertainty": 120 }, "departure": { "time": "1749149291", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 9 }, { "arrival": { "time": "1749149339", "uncertainty": 120 }, "departure": { "time": "1749149339", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 10 }, { "arrival": { "time": "1749149353", "uncertainty": 120 }, "departure": { "time": "1749149353", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 11 }, { "arrival": { "time": "1749149462", "uncertainty": 120 }, "departure": { "time": "1749149462", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 12 }, { "arrival": { "time": "1749149522", "uncertainty": 120 }, "departure": { "time": "1749149522", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 13 }, { "arrival": { "time": "1749149582", "uncertainty": 120 }, "departure": { "time": "1749149582", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 14 }, { "arrival": { "time": "1749149672", "uncertainty": 120 }, "departure": { "time": "1749149673", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 15 }, { "arrival": { "time": "1749149760", "uncertainty": 120 }, "departure": { "time": "1749149792", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 16 }, { "arrival": { "time": "1749149911", "uncertainty": 120 }, "departure": { "time": "1749149912", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 17 }, { "arrival": { "time": "1749149972", "uncertainty": 120 }, "departure": { "time": "1749149972", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 18 }, { "arrival": { "time": "1749150056", "uncertainty": 120 }, "departure": { "time": "1749150056", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 19 }, { "arrival": { "time": "1749150195", "uncertainty": 120 }, "departure": { "time": "1749150212", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 20 }, { "arrival": { "time": "1749150420", "uncertainty": 120 }, "departure": { "time": "1749150512", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 21 }, { "arrival": { "time": "1749150602", "uncertainty": 120 }, "departure": { "time": "1749150632", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 22 }, { "arrival": { "time": "1749150692", "uncertainty": 120 }, "departure": { "time": "1749150812", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 23 }, { "arrival": { "time": "1749150948", "uncertainty": 120 }, "departure": { "time": "1749150948", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 24 }, { "arrival": { "time": "1749150993", "uncertainty": 120 }, "departure": { "time": "1749150993", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 25 }, { "arrival": { "time": "1749151052", "uncertainty": 120 }, "departure": { "time": "1749151052", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 26 }, { "arrival": { "time": "1749151082", "uncertainty": 120 }, "departure": { "time": "1749151082", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 27 }, { "arrival": { "time": "1749151163", "uncertainty": 120 }, "departure": { "time": "1749151163", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 28 }, { "arrival": { "time": "1749151219", "uncertainty": 120 }, "departure": { "time": "1749151219", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 29 }, { "arrival": { "time": "1749151303", "uncertainty": 120 }, "departure": { "time": "1749151303", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 30 }, { "arrival": { "time": "1749151382", "uncertainty": 120 }, "departure": { "time": "1749151382", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 31 }, { "arrival": { "time": "1749151412", "uncertainty": 120 }, "departure": { "time": "1749151412", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 32 }, { "arrival": { "time": "1749151514", "uncertainty": 120 }, "departure": { "time": "1749151514", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 33 }, { "arrival": { "time": "1749151562", "uncertainty": 120 }, "departure": { "time": "1749151562", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 34 }, { "arrival": { "time": "1749151592", "uncertainty": 120 }, "departure": { "time": "1749151592", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 35 }, { "arrival": { "time": "1749151653", "uncertainty": 120 }, "departure": { "time": "1749151653", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 36 }, { "arrival": { "time": "1749151713", "uncertainty": 120 }, "departure": { "time": "1749151713", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 37 }, { "arrival": { "time": "1749151772", "uncertainty": 120 }, "departure": { "time": "1749151772", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 38 }, { "arrival": { "time": "1749152187", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 39 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641233" }, "vehicle": { "id": "2154", "label": "2154" } } }, { "id": "2666458", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749152340" }, "stopId": "0:PELTRE1", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "92", "scheduleRelationship": "SCHEDULED", "tripId": "5_42666458" } } }, { "id": "2646327", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749149400", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1749149460", "uncertainty": 120 }, "departure": { "time": "1749149460", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1749149507", "uncertainty": 120 }, "departure": { "time": "1749149507", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1749149521", "uncertainty": 120 }, "departure": { "time": "1749149551", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1749149599", "uncertainty": 120 }, "departure": { "time": "1749149599", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1749149641", "uncertainty": 120 }, "departure": { "time": "1749149641", "uncertainty": 120 }, "stopId": "0:FRENES1", "stopSequence": 6 }, { "arrival": { "time": "1749149678", "uncertainty": 120 }, "departure": { "time": "1749149678", "uncertainty": 120 }, "stopId": "0:CARRIER1", "stopSequence": 7 }, { "arrival": { "time": "1749149708", "uncertainty": 120 }, "departure": { "time": "1749149708", "uncertainty": 120 }, "stopId": "0:HETRES1", "stopSequence": 8 }, { "arrival": { "time": "1749149777", "uncertainty": 120 }, "departure": { "time": "1749149777", "uncertainty": 120 }, "stopId": "0:ERABLE1", "stopSequence": 9 }, { "arrival": { "time": "1749149820", "uncertainty": 120 }, "departure": { "time": "1749149820", "uncertainty": 120 }, "stopId": "0:TILLEUL1", "stopSequence": 10 }, { "arrival": { "time": "1749149893", "uncertainty": 120 }, "departure": { "time": "1749149893", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 11 }, { "arrival": { "time": "1749149955", "uncertainty": 120 }, "departure": { "time": "1749149955", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 12 }, { "arrival": { "time": "1749150081", "uncertainty": 120 }, "departure": { "time": "1749150091", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 13 }, { "arrival": { "time": "1749150174", "uncertainty": 120 }, "departure": { "time": "1749150174", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 14 }, { "arrival": { "time": "1749150313", "uncertainty": 120 }, "departure": { "time": "1749150313", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 15 }, { "arrival": { "time": "1749150362", "uncertainty": 120 }, "departure": { "time": "1749150362", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 16 }, { "arrival": { "time": "1749150464", "uncertainty": 120 }, "departure": { "time": "1749150511", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1749150571", "uncertainty": 120 }, "departure": { "time": "1749150571", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1749150667", "uncertainty": 120 }, "departure": { "time": "1749150667", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1749150903", "uncertainty": 120 }, "departure": { "time": "1749150903", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1749151081", "uncertainty": 120 }, "departure": { "time": "1749151291", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 21 }, { "arrival": { "time": "1749151527", "uncertainty": 120 }, "departure": { "time": "1749151531", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 22 }, { "arrival": { "time": "1749151572", "uncertainty": 120 }, "departure": { "time": "1749151572", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 23 }, { "arrival": { "time": "1749151652", "uncertainty": 120 }, "departure": { "time": "1749151652", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 24 }, { "arrival": { "time": "1749151701", "uncertainty": 120 }, "departure": { "time": "1749151701", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 25 }, { "arrival": { "time": "1749151741", "uncertainty": 120 }, "departure": { "time": "1749151741", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 26 }, { "arrival": { "time": "1749151801", "uncertainty": 120 }, "departure": { "time": "1749151801", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 27 }, { "arrival": { "time": "1749151891", "uncertainty": 120 }, "departure": { "time": "1749151891", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 28 }, { "arrival": { "time": "1749151947", "uncertainty": 120 }, "departure": { "time": "1749151951", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 29 }, { "arrival": { "time": "1749151982", "uncertainty": 120 }, "departure": { "time": "1749151982", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 30 }, { "arrival": { "time": "1749152028", "uncertainty": 120 }, "departure": { "time": "1749152041", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 31 }, { "arrival": { "time": "1749152075", "uncertainty": 120 }, "departure": { "time": "1749152075", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 32 }, { "arrival": { "time": "1749152094", "uncertainty": 120 }, "departure": { "time": "1749152094", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 33 }, { "arrival": { "time": "1749152122", "uncertainty": 120 }, "departure": { "time": "1749152131", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 34 }, { "arrival": { "time": "1749152157", "uncertainty": 120 }, "departure": { "time": "1749152161", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 35 }, { "arrival": { "time": "1749152303", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 36 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "5_42646327" }, "vehicle": { "id": "1335", "label": "1335" } } }, { "id": "2981067", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749151847", "uncertainty": 120 }, "stopId": "0:AMAZON1", "stopSequence": 1 }, { "arrival": { "time": "1749152179", "uncertainty": 120 }, "departure": { "time": "1749152179", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 2 }, { "arrival": { "time": "1749152659", "uncertainty": 120 }, "departure": { "time": "1749152659", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 3 }, { "arrival": { "time": "1749153199", "uncertainty": 120 }, "stopId": "0:PEM917", "stopSequence": 4 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "70", "scheduleRelationship": "SCHEDULED", "tripId": "5_42981067" }, "vehicle": { "id": "1632", "label": "1632" } } }, { "id": "2660130", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749155460", "uncertainty": 120 }, "stopId": "0:REPU5053", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660130" } } }, { "id": "2648230", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153360", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "5_42648230" } } }, { "id": "2642186", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153420", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "5_42642186" } } }, { "id": "2670404", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749150660", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 }, { "arrival": { "time": "1749150763", "uncertainty": 120 }, "departure": { "time": "1749150763", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 2 }, { "arrival": { "time": "1749150785", "uncertainty": 120 }, "departure": { "time": "1749150785", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 3 }, { "arrival": { "time": "1749150865", "uncertainty": 120 }, "departure": { "time": "1749150870", "uncertainty": 120 }, "stopId": "0:SIMMI690", "stopSequence": 4 }, { "arrival": { "time": "1749150967", "uncertainty": 120 }, "departure": { "time": "1749150967", "uncertainty": 120 }, "stopId": "0:MERMOZ1", "stopSequence": 5 }, { "arrival": { "time": "1749151027", "uncertainty": 120 }, "departure": { "time": "1749151027", "uncertainty": 120 }, "stopId": "0:STLADRE1", "stopSequence": 6 }, { "arrival": { "time": "1749151093", "uncertainty": 120 }, "departure": { "time": "1749151093", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 7 }, { "arrival": { "time": "1749151170", "uncertainty": 120 }, "departure": { "time": "1749151170", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 8 }, { "arrival": { "time": "1749151230", "uncertainty": 120 }, "departure": { "time": "1749151230", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 9 }, { "arrival": { "time": "1749151271", "uncertainty": 120 }, "departure": { "time": "1749151271", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 10 }, { "arrival": { "time": "1749151336", "uncertainty": 120 }, "departure": { "time": "1749151336", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 11 }, { "arrival": { "time": "1749151426", "uncertainty": 120 }, "departure": { "time": "1749151426", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 12 }, { "arrival": { "time": "1749151578", "uncertainty": 120 }, "departure": { "time": "1749151620", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 13 }, { "arrival": { "time": "1749151802", "uncertainty": 120 }, "departure": { "time": "1749151802", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 14 }, { "arrival": { "time": "1749151904", "uncertainty": 120 }, "departure": { "time": "1749151904", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 15 }, { "arrival": { "time": "1749151930", "uncertainty": 120 }, "departure": { "time": "1749151930", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 16 }, { "arrival": { "time": "1749151962", "uncertainty": 120 }, "departure": { "time": "1749151962", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 17 }, { "arrival": { "time": "1749152070", "uncertainty": 120 }, "departure": { "time": "1749152190", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 18 }, { "arrival": { "time": "1749152254", "uncertainty": 120 }, "departure": { "time": "1749152254", "uncertainty": 120 }, "stopId": "0:BILLOTT2", "stopSequence": 19 }, { "arrival": { "time": "1749152310", "uncertainty": 120 }, "departure": { "time": "1749152310", "uncertainty": 120 }, "stopId": "0:DUNANT2", "stopSequence": 20 }, { "arrival": { "time": "1749152367", "uncertainty": 120 }, "departure": { "time": "1749152367", "uncertainty": 120 }, "stopId": "0:JOUSSE2", "stopSequence": 21 }, { "arrival": { "time": "1749152449", "uncertainty": 120 }, "departure": { "time": "1749152449", "uncertainty": 120 }, "stopId": "0:JUGAN2", "stopSequence": 22 }, { "arrival": { "time": "1749152485", "uncertainty": 120 }, "departure": { "time": "1749152485", "uncertainty": 120 }, "stopId": "0:CORCHAD2", "stopSequence": 23 }, { "arrival": { "time": "1749152541", "uncertainty": 120 }, "departure": { "time": "1749152541", "uncertainty": 120 }, "stopId": "0:JPJEAN2", "stopSequence": 24 }, { "arrival": { "time": "1749152598", "uncertainty": 120 }, "departure": { "time": "1749152598", "uncertainty": 120 }, "stopId": "0:SAULNOI2", "stopSequence": 25 }, { "arrival": { "time": "1749152636", "uncertainty": 120 }, "departure": { "time": "1749152636", "uncertainty": 120 }, "stopId": "0:MANGENO2", "stopSequence": 26 }, { "arrival": { "time": "1749152683", "uncertainty": 120 }, "departure": { "time": "1749152683", "uncertainty": 120 }, "stopId": "0:BARBE2", "stopSequence": 27 }, { "arrival": { "time": "1749152757", "uncertainty": 120 }, "departure": { "time": "1749152757", "uncertainty": 120 }, "stopId": "0:FONNY2", "stopSequence": 28 }, { "arrival": { "time": "1749152794", "uncertainty": 120 }, "departure": { "time": "1749152794", "uncertainty": 120 }, "stopId": "0:LMOULIN2", "stopSequence": 29 }, { "arrival": { "time": "1749152858", "uncertainty": 120 }, "departure": { "time": "1749152858", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 30 }, { "arrival": { "time": "1749153070", "uncertainty": 120 }, "departure": { "time": "1749153070", "uncertainty": 120 }, "stopId": "0:FALEE2", "stopSequence": 31 }, { "arrival": { "time": "1749153138", "uncertainty": 120 }, "departure": { "time": "1749153138", "uncertainty": 120 }, "stopId": "0:PRESSOI2", "stopSequence": 32 }, { "arrival": { "time": "1749153285", "uncertainty": 120 }, "departure": { "time": "1749153285", "uncertainty": 120 }, "stopId": "0:PINOTSM2", "stopSequence": 33 }, { "arrival": { "time": "1749153312", "uncertainty": 120 }, "departure": { "time": "1749153312", "uncertainty": 120 }, "stopId": "0:PENSEES2", "stopSequence": 34 }, { "arrival": { "time": "1749153363", "uncertainty": 120 }, "departure": { "time": "1749153363", "uncertainty": 120 }, "stopId": "0:CHAULME2", "stopSequence": 35 }, { "arrival": { "time": "1749153419", "uncertainty": 120 }, "departure": { "time": "1749153419", "uncertainty": 120 }, "stopId": "0:GROSNOY1", "stopSequence": 36 }, { "arrival": { "time": "1749153597", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 37 } ], "timestamp": "1749152213", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "5_42670404" }, "vehicle": { "id": "1333", "label": "1333" } } }, { "id": "2660129", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153480", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "5_42660129" } } }, { "id": "2641823", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749153900", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 } ], "timestamp": "1749152213", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "5_42641823" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1749152213" } }