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

104 errors, 154 warnings

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

Errors

stop_times_updates not strictly sorted E002 3 errors

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

Sample errors
  • trip_id 0_23009701 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
  • trip_id 0_23009700 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
  • trip_id 0_23010459 stop_sequence [10, 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 0_23009701 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 0_23009700 visits stop_id [0:OFFICET1] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided

GTFS-rt stop_id does not exist in GTFS data E011 14 errors

All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt

Sample errors
  • trip_id 0_23009850 stop_id 0:GAREN2 does not exist in GTFS data stops.txt
  • trip_id 0_23009845 stop_id 0:GAREN2 does not exist in GTFS data stops.txt
  • trip_id 0_23009844 stop_id 0:GAREN2 does not exist in GTFS data stops.txt
  • trip_id 0_23009841 stop_id 0:GAREN1 does not exist in GTFS data stops.txt
  • trip_id 0_23009842 stop_id 0:GAREN1 does not exist in GTFS data stops.txt

Sequential stop_time_update times are not increasing E022 82 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 0_23009850 stop_sequence 1 departure_time 09:40:23 (1759218023) is less than previous stop departure_time 10:04:43 (1759219483) - times must increase between two sequential stops
  • trip_id 0_23009850 stop_sequence 1 departure_time 09:40:23 (1759218023) is less than previous stop arrival_time 10:04:43 (1759219483) - times must increase between two sequential stops
  • trip_id 0_23009850 stop_sequence 2 arrival_time 09:42:58 (1759218178) is less than previous stop arrival_time 10:04:43 (1759219483) - times must increase between two sequential stops
  • trip_id 0_23009850 stop_sequence 2 departure_time 09:42:58 (1759218178) is less than previous stop arrival_time 10:04:43 (1759219483) - times must increase between two sequential stops
  • trip_id 0_23009850 stop_sequence 13 arrival_time 09:23:41 (1759217021) is less than previous stop arrival_time 09:58:05 (1759219085) - 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 0_23009701 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different
  • trip_id 0_23009700 has repeating stop_id 0:COUROR1 - sequential stop_ids should be different

GTFS-rt stop_sequence not found in GTFS data E051 1 error

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 0_23010459 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip

Warnings

vehicle_id not populated W002 154 errors

vehicle_id should be populated for TripUpdates and VehiclePositions

Sample errors
  • trip_id 0_23304576 does not have a vehicle_id
  • trip_id 0_23304577 does not have a vehicle_id
  • trip_id 0_23010860 does not have a vehicle_id
  • trip_id 0_23010856 does not have a vehicle_id
  • trip_id 0_23009452 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. 2 666 30 times (100 % of validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 4 283 30 times (100 % of validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 152 29 times (97 % of validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 62 29 times (97 % of validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 71 26 times (87 % 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 68 25 times (83 % of validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 145 13 times (43 % of validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 268 1 times (3 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2025-09-30 at 10:12 Europe/Paris.

trip_updates (244) 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-09-30 at 10:12 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "3304576", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218900", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1759218965", "uncertainty": 120 }, "departure": { "time": "1759218965", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1759219034", "uncertainty": 120 }, "departure": { "time": "1759219034", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1759219125", "uncertainty": 120 }, "departure": { "time": "1759219125", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1759219211", "uncertainty": 120 }, "departure": { "time": "1759219211", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1759219302", "uncertainty": 120 }, "departure": { "time": "1759219324", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1759219368", "uncertainty": 120 }, "departure": { "time": "1759219368", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1759219407", "uncertainty": 120 }, "departure": { "time": "1759219414", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1759219464", "uncertainty": 120 }, "departure": { "time": "1759219504", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1759219564", "uncertainty": 120 }, "departure": { "time": "1759219564", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1759219626", "uncertainty": 120 }, "departure": { "time": "1759219626", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1759219653", "uncertainty": 120 }, "departure": { "time": "1759219653", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1759219740", "uncertainty": 120 }, "departure": { "time": "1759219745", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1759219814", "uncertainty": 120 }, "departure": { "time": "1759219814", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1759219891", "uncertainty": 120 }, "departure": { "time": "1759219895", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1759220009", "uncertainty": 120 }, "departure": { "time": "1759220009", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1759220082", "uncertainty": 120 }, "departure": { "time": "1759220082", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1759220167", "uncertainty": 120 }, "departure": { "time": "1759220167", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1759220225", "uncertainty": 120 }, "departure": { "time": "1759220225", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1759220316", "uncertainty": 120 }, "departure": { "time": "1759220316", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1759220467", "uncertainty": 120 }, "departure": { "time": "1759220467", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 21 }, { "arrival": { "time": "1759220680", "uncertainty": 120 }, "departure": { "time": "1759220940", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 22 }, { "arrival": { "time": "1759221033", "uncertainty": 120 }, "departure": { "time": "1759221033", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1759221122", "uncertainty": 120 }, "departure": { "time": "1759221122", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 24 }, { "arrival": { "time": "1759221165", "uncertainty": 120 }, "departure": { "time": "1759221165", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1759221217", "uncertainty": 120 }, "departure": { "time": "1759221217", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1759221281", "uncertainty": 120 }, "departure": { "time": "1759221281", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1759221320", "uncertainty": 120 }, "departure": { "time": "1759221320", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1759221394", "uncertainty": 120 }, "departure": { "time": "1759221394", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1759221449", "uncertainty": 120 }, "departure": { "time": "1759221449", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1759221514", "uncertainty": 120 }, "departure": { "time": "1759221514", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1759221581", "uncertainty": 120 }, "departure": { "time": "1759221581", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759221618", "uncertainty": 120 }, "departure": { "time": "1759221618", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1759221659", "uncertainty": 120 }, "departure": { "time": "1759221659", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1759221694", "uncertainty": 120 }, "departure": { "time": "1759221694", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1759221762", "uncertainty": 120 }, "departure": { "time": "1759221762", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1759221854", "uncertainty": 120 }, "departure": { "time": "1759221854", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1759221922", "uncertainty": 120 }, "departure": { "time": "1759221922", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1759221974", "uncertainty": 120 }, "departure": { "time": "1759221974", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1759222154", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304576" }, "vehicle": { "id": "1342", "label": "1342" } } }, { "id": "3304577", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219500", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1759219562", "uncertainty": 120 }, "departure": { "time": "1759219562", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1759219622", "uncertainty": 120 }, "departure": { "time": "1759219622", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1759219712", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1759219802", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1759219877", "uncertainty": 120 }, "departure": { "time": "1759219877", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1759219915", "uncertainty": 120 }, "departure": { "time": "1759219915", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1759219960", "uncertainty": 120 }, "departure": { "time": "1759219960", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1759220010", "uncertainty": 120 }, "departure": { "time": "1759220010", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1759220072", "uncertainty": 120 }, "departure": { "time": "1759220072", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1759220135", "uncertainty": 120 }, "departure": { "time": "1759220135", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1759220164", "uncertainty": 120 }, "departure": { "time": "1759220164", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1759220254", "uncertainty": 120 }, "departure": { "time": "1759220254", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1759220324", "uncertainty": 120 }, "departure": { "time": "1759220324", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1759220399", "uncertainty": 120 }, "departure": { "time": "1759220399", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1759220519", "uncertainty": 120 }, "departure": { "time": "1759220519", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1759220593", "uncertainty": 120 }, "departure": { "time": "1759220593", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1759220679", "uncertainty": 120 }, "departure": { "time": "1759220679", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1759220735", "uncertainty": 120 }, "departure": { "time": "1759220735", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1759220825", "uncertainty": 120 }, "departure": { "time": "1759220825", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1759220977", "uncertainty": 120 }, "departure": { "time": "1759220977", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 21 }, { "arrival": { "time": "1759221193", "uncertainty": 120 }, "departure": { "time": "1759221540", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 22 }, { "arrival": { "time": "1759221694", "uncertainty": 120 }, "departure": { "time": "1759221694", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1759221780", "uncertainty": 120 }, "departure": { "time": "1759221780", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 24 }, { "arrival": { "time": "1759221873", "uncertainty": 120 }, "departure": { "time": "1759221873", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1759221955", "uncertainty": 120 }, "departure": { "time": "1759221955", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1759222029", "uncertainty": 120 }, "departure": { "time": "1759222029", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1759222105", "uncertainty": 120 }, "departure": { "time": "1759222105", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1759222200", "uncertainty": 120 }, "departure": { "time": "1759222200", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1759222255", "uncertainty": 120 }, "departure": { "time": "1759222255", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1759222320", "uncertainty": 120 }, "departure": { "time": "1759222320", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1759222387", "uncertainty": 120 }, "departure": { "time": "1759222387", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759222424", "uncertainty": 120 }, "departure": { "time": "1759222424", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1759222465", "uncertainty": 120 }, "departure": { "time": "1759222465", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1759222500", "uncertainty": 120 }, "departure": { "time": "1759222500", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1759222573", "uncertainty": 120 }, "departure": { "time": "1759222573", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1759222672", "uncertainty": 120 }, "departure": { "time": "1759222672", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1759222745", "uncertainty": 120 }, "departure": { "time": "1759222745", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1759222800", "uncertainty": 120 }, "departure": { "time": "1759222800", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1759222980", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304577" }, "vehicle": { "id": "2055", "label": "2055" } } }, { "id": "3304582", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222500", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304582" } } }, { "id": "3304583", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223100", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304583" } } }, { "id": "3304580", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221300", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304580" } } }, { "id": "3009453", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221120", "uncertainty": 120 }, "stopId": "0:BILAIN1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009453" } } }, { "id": "3010856", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219591", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1759219651", "uncertainty": 120 }, "departure": { "time": "1759219651", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1759219681", "uncertainty": 120 }, "departure": { "time": "1759219681", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1759219711", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1759219741", "uncertainty": 120 }, "departure": { "time": "1759219741", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1759219797", "uncertainty": 120 }, "departure": { "time": "1759219797", "uncertainty": 120 }, "stopId": "0:FRENES1", "stopSequence": 6 }, { "arrival": { "time": "1759219831", "uncertainty": 120 }, "departure": { "time": "1759219831", "uncertainty": 120 }, "stopId": "0:CARRIER1", "stopSequence": 7 }, { "arrival": { "time": "1759219891", "uncertainty": 120 }, "departure": { "time": "1759219891", "uncertainty": 120 }, "stopId": "0:MELEZES1", "stopSequence": 8 }, { "arrival": { "time": "1759219932", "uncertainty": 120 }, "departure": { "time": "1759219932", "uncertainty": 120 }, "stopId": "0:AULNES1", "stopSequence": 9 }, { "arrival": { "time": "1759219957", "uncertainty": 120 }, "departure": { "time": "1759219957", "uncertainty": 120 }, "stopId": "0:CEDRES1", "stopSequence": 10 }, { "arrival": { "time": "1759220054", "uncertainty": 120 }, "departure": { "time": "1759220054", "uncertainty": 120 }, "stopId": "0:VOLO1", "stopSequence": 11 }, { "arrival": { "time": "1759220120", "uncertainty": 120 }, "departure": { "time": "1759220120", "uncertainty": 120 }, "stopId": "0:PLATA1", "stopSequence": 12 }, { "arrival": { "time": "1759220232", "uncertainty": 120 }, "departure": { "time": "1759220232", "uncertainty": 120 }, "stopId": "0:BURGER01", "stopSequence": 13 }, { "arrival": { "time": "1759220257", "uncertainty": 120 }, "departure": { "time": "1759220257", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 14 }, { "arrival": { "time": "1759220448", "uncertainty": 120 }, "departure": { "time": "1759220448", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 15 }, { "arrival": { "time": "1759220495", "uncertainty": 120 }, "departure": { "time": "1759220495", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 16 }, { "arrival": { "time": "1759220546", "uncertainty": 120 }, "departure": { "time": "1759220546", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 17 }, { "arrival": { "time": "1759220622", "uncertainty": 120 }, "departure": { "time": "1759220622", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 18 }, { "arrival": { "time": "1759220703", "uncertainty": 120 }, "departure": { "time": "1759220703", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 19 }, { "arrival": { "time": "1759220745", "uncertainty": 120 }, "departure": { "time": "1759220745", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 20 }, { "arrival": { "time": "1759220796", "uncertainty": 120 }, "departure": { "time": "1759220796", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 21 }, { "arrival": { "time": "1759220873", "uncertainty": 120 }, "departure": { "time": "1759220873", "uncertainty": 120 }, "stopId": "0:GRELLOI2", "stopSequence": 22 }, { "arrival": { "time": "1759220931", "uncertainty": 120 }, "departure": { "time": "1759220931", "uncertainty": 120 }, "stopId": "0:SCHWEIT2", "stopSequence": 23 }, { "arrival": { "time": "1759221096", "uncertainty": 120 }, "stopId": "0:BORDES2", "stopSequence": 24 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "71", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010856" }, "vehicle": { "id": "1662", "label": "1662" } } }, { "id": "3306457", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600" }, "stopId": "0:MOYENPO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "O2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23306457" } } }, { "id": "3011852", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223460", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011852" } } }, { "id": "3011849", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221660", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011849" } } }, { "id": "3009430", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218122", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 }, { "arrival": { "time": "1759218165", "uncertainty": 120 }, "departure": { "time": "1759218182", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 2 }, { "arrival": { "time": "1759218228", "uncertainty": 120 }, "departure": { "time": "1759218228", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 3 }, { "arrival": { "time": "1759218310", "uncertainty": 120 }, "departure": { "time": "1759218310", "uncertainty": 120 }, "stopId": "0:SIMMI690", "stopSequence": 4 }, { "arrival": { "time": "1759218447", "uncertainty": 120 }, "departure": { "time": "1759218451", "uncertainty": 120 }, "stopId": "0:MERMOZ1", "stopSequence": 5 }, { "arrival": { "time": "1759218535", "uncertainty": 120 }, "departure": { "time": "1759218535", "uncertainty": 120 }, "stopId": "0:STLADRE1", "stopSequence": 6 }, { "arrival": { "time": "1759218594", "uncertainty": 120 }, "departure": { "time": "1759218600", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 7 }, { "arrival": { "time": "1759218690", "uncertainty": 120 }, "departure": { "time": "1759218690", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 8 }, { "arrival": { "time": "1759218751", "uncertainty": 120 }, "departure": { "time": "1759218751", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 9 }, { "arrival": { "time": "1759218812", "uncertainty": 120 }, "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 10 }, { "arrival": { "time": "1759218854", "uncertainty": 120 }, "departure": { "time": "1759218854", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 11 }, { "arrival": { "time": "1759218991", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 12 }, { "arrival": { "time": "1759219231", "uncertainty": 120 }, "departure": { "time": "1759219261", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 13 }, { "arrival": { "time": "1759219448", "uncertainty": 120 }, "departure": { "time": "1759219448", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 14 }, { "arrival": { "time": "1759219549", "uncertainty": 120 }, "departure": { "time": "1759219549", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 15 }, { "arrival": { "time": "1759219588", "uncertainty": 120 }, "departure": { "time": "1759219591", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 16 }, { "arrival": { "time": "1759219650", "uncertainty": 120 }, "departure": { "time": "1759219650", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 17 }, { "arrival": { "time": "1759219765", "uncertainty": 120 }, "departure": { "time": "1759219765", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 18 }, { "arrival": { "time": "1759219817", "uncertainty": 120 }, "departure": { "time": "1759219817", "uncertainty": 120 }, "stopId": "0:BILLOTT2", "stopSequence": 19 }, { "arrival": { "time": "1759219861", "uncertainty": 120 }, "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:DUNANT2", "stopSequence": 20 }, { "arrival": { "time": "1759219915", "uncertainty": 120 }, "departure": { "time": "1759219915", "uncertainty": 120 }, "stopId": "0:JOUSSE2", "stopSequence": 21 }, { "arrival": { "time": "1759219967", "uncertainty": 120 }, "departure": { "time": "1759219967", "uncertainty": 120 }, "stopId": "0:JUGAN2", "stopSequence": 22 }, { "arrival": { "time": "1759220031", "uncertainty": 120 }, "departure": { "time": "1759220031", "uncertainty": 120 }, "stopId": "0:CORCHAD2", "stopSequence": 23 }, { "arrival": { "time": "1759220084", "uncertainty": 120 }, "departure": { "time": "1759220084", "uncertainty": 120 }, "stopId": "0:JPJEAN2", "stopSequence": 24 }, { "arrival": { "time": "1759220144", "uncertainty": 120 }, "departure": { "time": "1759220144", "uncertainty": 120 }, "stopId": "0:SAULNOI2", "stopSequence": 25 }, { "arrival": { "time": "1759220176", "uncertainty": 120 }, "departure": { "time": "1759220176", "uncertainty": 120 }, "stopId": "0:MANGENO2", "stopSequence": 26 }, { "arrival": { "time": "1759220228", "uncertainty": 120 }, "departure": { "time": "1759220228", "uncertainty": 120 }, "stopId": "0:BARBE2", "stopSequence": 27 }, { "arrival": { "time": "1759220285", "uncertainty": 120 }, "departure": { "time": "1759220285", "uncertainty": 120 }, "stopId": "0:FONNY2", "stopSequence": 28 }, { "arrival": { "time": "1759220306", "uncertainty": 120 }, "departure": { "time": "1759220306", "uncertainty": 120 }, "stopId": "0:LMOULIN2", "stopSequence": 29 }, { "arrival": { "time": "1759220381", "uncertainty": 120 }, "departure": { "time": "1759220381", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 30 }, { "arrival": { "time": "1759220543", "uncertainty": 120 }, "departure": { "time": "1759220543", "uncertainty": 120 }, "stopId": "0:FALEE2", "stopSequence": 31 }, { "arrival": { "time": "1759220608", "uncertainty": 120 }, "departure": { "time": "1759220608", "uncertainty": 120 }, "stopId": "0:PRESSOI2", "stopSequence": 32 }, { "arrival": { "time": "1759220764", "uncertainty": 120 }, "departure": { "time": "1759220764", "uncertainty": 120 }, "stopId": "0:PINOTSM2", "stopSequence": 33 }, { "arrival": { "time": "1759220788", "uncertainty": 120 }, "departure": { "time": "1759220788", "uncertainty": 120 }, "stopId": "0:PENSEES2", "stopSequence": 34 }, { "arrival": { "time": "1759220842", "uncertainty": 120 }, "departure": { "time": "1759220842", "uncertainty": 120 }, "stopId": "0:CHAULME2", "stopSequence": 35 }, { "arrival": { "time": "1759220884", "uncertainty": 120 }, "departure": { "time": "1759220884", "uncertainty": 120 }, "stopId": "0:GROSNOY1", "stopSequence": 36 }, { "arrival": { "time": "1759221040", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 37 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009430" }, "vehicle": { "id": "704", "label": "704" } } }, { "id": "3011848", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221060", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011848" } } }, { "id": "3011851", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222860", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011851" } } }, { "id": "3011850", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222260", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011850" } } }, { "id": "3011845", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219291", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759219497", "uncertainty": 120 }, "departure": { "time": "1759219497", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759219524", "uncertainty": 120 }, "departure": { "time": "1759219531", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759219591", "uncertainty": 120 }, "departure": { "time": "1759219591", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759219633", "uncertainty": 120 }, "departure": { "time": "1759219651", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759219681", "uncertainty": 120 }, "departure": { "time": "1759219681", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759219721", "uncertainty": 120 }, "departure": { "time": "1759219741", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759219800", "uncertainty": 120 }, "departure": { "time": "1759219800", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1759219849", "uncertainty": 120 }, "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1759219921", "uncertainty": 120 }, "departure": { "time": "1759219921", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1759220021", "uncertainty": 120 }, "departure": { "time": "1759220021", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1759220059", "uncertainty": 120 }, "departure": { "time": "1759220059", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1759220132", "uncertainty": 120 }, "departure": { "time": "1759220132", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1759220175", "uncertainty": 120 }, "departure": { "time": "1759220175", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1759220322", "uncertainty": 120 }, "departure": { "time": "1759220322", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1759220385", "uncertainty": 120 }, "departure": { "time": "1759220385", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1759220510", "uncertainty": 120 }, "departure": { "time": "1759220510", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 17 }, { "arrival": { "time": "1759220612", "uncertainty": 120 }, "departure": { "time": "1759220612", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1759220644", "uncertainty": 120 }, "departure": { "time": "1759220644", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 19 }, { "arrival": { "time": "1759220780", "uncertainty": 120 }, "departure": { "time": "1759220780", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1759220991", "uncertainty": 120 }, "departure": { "time": "1759220991", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1759221027", "uncertainty": 120 }, "departure": { "time": "1759221027", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1759221071", "uncertainty": 120 }, "departure": { "time": "1759221071", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1759221122", "uncertainty": 120 }, "departure": { "time": "1759221122", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1759221171", "uncertainty": 120 }, "departure": { "time": "1759221171", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1759221226", "uncertainty": 120 }, "departure": { "time": "1759221226", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1759221315", "uncertainty": 120 }, "departure": { "time": "1759221315", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1759221391", "uncertainty": 120 }, "departure": { "time": "1759221391", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1759221439", "uncertainty": 120 }, "departure": { "time": "1759221439", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1759221494", "uncertainty": 120 }, "departure": { "time": "1759221494", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1759221548", "uncertainty": 120 }, "departure": { "time": "1759221548", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1759221567", "uncertainty": 120 }, "departure": { "time": "1759221567", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1759221653", "uncertainty": 120 }, "departure": { "time": "1759221653", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1759221690", "uncertainty": 120 }, "departure": { "time": "1759221690", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1759221755", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011845" }, "vehicle": { "id": "2429", "label": "2429" } } }, { "id": "3011844", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218660", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759218798", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759218845", "uncertainty": 120 }, "departure": { "time": "1759218845", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759218893", "uncertainty": 120 }, "departure": { "time": "1759218893", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759218925", "uncertainty": 120 }, "departure": { "time": "1759218931", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759218990", "uncertainty": 120 }, "departure": { "time": "1759218990", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759219001", "uncertainty": 120 }, "departure": { "time": "1759219051", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759219171", "uncertainty": 120 }, "departure": { "time": "1759219200", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1759219228", "uncertainty": 120 }, "departure": { "time": "1759219231", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1759219288", "uncertainty": 120 }, "departure": { "time": "1759219321", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1759219407", "uncertainty": 120 }, "departure": { "time": "1759219407", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1759219441", "uncertainty": 120 }, "departure": { "time": "1759219471", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1759219542", "uncertainty": 120 }, "departure": { "time": "1759219542", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1759219577", "uncertainty": 120 }, "departure": { "time": "1759219577", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1759219801", "uncertainty": 120 }, "departure": { "time": "1759219801", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1759219861", "uncertainty": 120 }, "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1759220021", "uncertainty": 120 }, "departure": { "time": "1759220021", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 17 }, { "arrival": { "time": "1759220125", "uncertainty": 120 }, "departure": { "time": "1759220125", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1759220158", "uncertainty": 120 }, "departure": { "time": "1759220158", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 19 }, { "arrival": { "time": "1759220290", "uncertainty": 120 }, "departure": { "time": "1759220290", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1759220507", "uncertainty": 120 }, "departure": { "time": "1759220507", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1759220540", "uncertainty": 120 }, "departure": { "time": "1759220540", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1759220583", "uncertainty": 120 }, "departure": { "time": "1759220583", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1759220626", "uncertainty": 120 }, "departure": { "time": "1759220626", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1759220673", "uncertainty": 120 }, "departure": { "time": "1759220673", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1759220724", "uncertainty": 120 }, "departure": { "time": "1759220724", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1759220800", "uncertainty": 120 }, "departure": { "time": "1759220800", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1759220881", "uncertainty": 120 }, "departure": { "time": "1759220881", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1759220923", "uncertainty": 120 }, "departure": { "time": "1759220923", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1759220975", "uncertainty": 120 }, "departure": { "time": "1759220975", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1759221026", "uncertainty": 120 }, "departure": { "time": "1759221026", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1759221040", "uncertainty": 120 }, "departure": { "time": "1759221040", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1759221095", "uncertainty": 120 }, "departure": { "time": "1759221095", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1759221118", "uncertainty": 120 }, "departure": { "time": "1759221118", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1759221180", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011844" }, "vehicle": { "id": "2427", "label": "2427" } } }, { "id": "3011847", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759220661", "uncertainty": 120 }, "departure": { "time": "1759220661", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759220691", "uncertainty": 120 }, "departure": { "time": "1759220691", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759220754", "uncertainty": 120 }, "departure": { "time": "1759220754", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759220799", "uncertainty": 120 }, "departure": { "time": "1759220799", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759220830", "uncertainty": 120 }, "departure": { "time": "1759220830", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759220871", "uncertainty": 120 }, "departure": { "time": "1759220871", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759220933", "uncertainty": 120 }, "departure": { "time": "1759220933", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1759220984", "uncertainty": 120 }, "departure": { "time": "1759220984", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1759221050", "uncertainty": 120 }, "departure": { "time": "1759221050", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1759221123", "uncertainty": 120 }, "departure": { "time": "1759221123", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1759221179", "uncertainty": 120 }, "departure": { "time": "1759221179", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1759221253", "uncertainty": 120 }, "departure": { "time": "1759221253", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1759221297", "uncertainty": 120 }, "departure": { "time": "1759221297", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1759221430", "uncertainty": 120 }, "departure": { "time": "1759221430", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1759221498", "uncertainty": 120 }, "departure": { "time": "1759221498", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1759221668", "uncertainty": 120 }, "departure": { "time": "1759221668", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 17 }, { "arrival": { "time": "1759221857", "uncertainty": 120 }, "departure": { "time": "1759221857", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1759221909", "uncertainty": 120 }, "departure": { "time": "1759221909", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 19 }, { "arrival": { "time": "1759222071", "uncertainty": 120 }, "departure": { "time": "1759222071", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1759222265", "uncertainty": 120 }, "departure": { "time": "1759222265", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1759222310", "uncertainty": 120 }, "departure": { "time": "1759222310", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1759222355", "uncertainty": 120 }, "departure": { "time": "1759222355", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1759222431", "uncertainty": 120 }, "departure": { "time": "1759222431", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1759222487", "uncertainty": 120 }, "departure": { "time": "1759222487", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1759222551", "uncertainty": 120 }, "departure": { "time": "1759222551", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1759222671", "uncertainty": 120 }, "departure": { "time": "1759222671", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1759222733", "uncertainty": 120 }, "departure": { "time": "1759222733", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1759222802", "uncertainty": 120 }, "departure": { "time": "1759222802", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1759222870", "uncertainty": 120 }, "departure": { "time": "1759222870", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1759222931", "uncertainty": 120 }, "departure": { "time": "1759222931", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1759222963", "uncertainty": 120 }, "departure": { "time": "1759222963", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1759223049", "uncertainty": 120 }, "departure": { "time": "1759223049", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1759223086", "uncertainty": 120 }, "departure": { "time": "1759223086", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1759223151", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011847" } } }, { "id": "3011846", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759220089", "uncertainty": 120 }, "departure": { "time": "1759220089", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759220119", "uncertainty": 120 }, "departure": { "time": "1759220119", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759220181", "uncertainty": 120 }, "departure": { "time": "1759220181", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759220225", "uncertainty": 120 }, "departure": { "time": "1759220225", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759220258", "uncertainty": 120 }, "departure": { "time": "1759220258", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759220299", "uncertainty": 120 }, "departure": { "time": "1759220299", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759220361", "uncertainty": 120 }, "departure": { "time": "1759220361", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1759220412", "uncertainty": 120 }, "departure": { "time": "1759220412", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1759220477", "uncertainty": 120 }, "departure": { "time": "1759220477", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1759220560", "uncertainty": 120 }, "departure": { "time": "1759220560", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1759220599", "uncertainty": 120 }, "departure": { "time": "1759220599", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1759220672", "uncertainty": 120 }, "departure": { "time": "1759220672", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1759220715", "uncertainty": 120 }, "departure": { "time": "1759220715", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1759220859", "uncertainty": 120 }, "departure": { "time": "1759220859", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1759220921", "uncertainty": 120 }, "departure": { "time": "1759220921", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1759221057", "uncertainty": 120 }, "departure": { "time": "1759221057", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 17 }, { "arrival": { "time": "1759221183", "uncertainty": 120 }, "departure": { "time": "1759221183", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1759221215", "uncertainty": 120 }, "departure": { "time": "1759221215", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 19 }, { "arrival": { "time": "1759221353", "uncertainty": 120 }, "departure": { "time": "1759221353", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1759221547", "uncertainty": 120 }, "departure": { "time": "1759221547", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1759221592", "uncertainty": 120 }, "departure": { "time": "1759221592", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1759221637", "uncertainty": 120 }, "departure": { "time": "1759221637", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1759221713", "uncertainty": 120 }, "departure": { "time": "1759221713", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1759221769", "uncertainty": 120 }, "departure": { "time": "1759221769", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1759221833", "uncertainty": 120 }, "departure": { "time": "1759221833", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1759221953", "uncertainty": 120 }, "departure": { "time": "1759221953", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1759222015", "uncertainty": 120 }, "departure": { "time": "1759222015", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1759222084", "uncertainty": 120 }, "departure": { "time": "1759222084", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1759222152", "uncertainty": 120 }, "departure": { "time": "1759222152", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1759222213", "uncertainty": 120 }, "departure": { "time": "1759222213", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1759222245", "uncertainty": 120 }, "departure": { "time": "1759222245", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1759222331", "uncertainty": 120 }, "departure": { "time": "1759222331", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1759222368", "uncertainty": 120 }, "departure": { "time": "1759222368", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1759222433", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011846" }, "vehicle": { "id": "2434", "label": "2434" } } }, { "id": "3011843", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218060", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759218211", "uncertainty": 120 }, "departure": { "time": "1759218211", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759218239", "uncertainty": 120 }, "departure": { "time": "1759218241", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759218311", "uncertainty": 120 }, "departure": { "time": "1759218311", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759218350", "uncertainty": 120 }, "departure": { "time": "1759218361", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759218417", "uncertainty": 120 }, "departure": { "time": "1759218417", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759218440", "uncertainty": 120 }, "departure": { "time": "1759218440", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759218511", "uncertainty": 120 }, "departure": { "time": "1759218511", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1759218535", "uncertainty": 120 }, "departure": { "time": "1759218541", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1759218617", "uncertainty": 120 }, "departure": { "time": "1759218631", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1759218707", "uncertainty": 120 }, "departure": { "time": "1759218840", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1759218901", "uncertainty": 120 }, "departure": { "time": "1759218901", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1759218975", "uncertainty": 120 }, "departure": { "time": "1759218991", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1759219043", "uncertainty": 120 }, "departure": { "time": "1759219051", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1759219200", "uncertainty": 120 }, "departure": { "time": "1759219201", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1759219273", "uncertainty": 120 }, "departure": { "time": "1759219291", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1759219411", "uncertainty": 120 }, "departure": { "time": "1759219501", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 17 }, { "arrival": { "time": "1759219591", "uncertainty": 120 }, "departure": { "time": "1759219591", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1759219651", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 19 }, { "arrival": { "time": "1759219844", "uncertainty": 120 }, "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1759220072", "uncertainty": 120 }, "departure": { "time": "1759220072", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1759220105", "uncertainty": 120 }, "departure": { "time": "1759220105", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1759220148", "uncertainty": 120 }, "departure": { "time": "1759220148", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1759220191", "uncertainty": 120 }, "departure": { "time": "1759220191", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1759220238", "uncertainty": 120 }, "departure": { "time": "1759220238", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1759220289", "uncertainty": 120 }, "departure": { "time": "1759220289", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1759220368", "uncertainty": 120 }, "departure": { "time": "1759220368", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1759220449", "uncertainty": 120 }, "departure": { "time": "1759220449", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1759220490", "uncertainty": 120 }, "departure": { "time": "1759220490", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1759220541", "uncertainty": 120 }, "departure": { "time": "1759220541", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1759220592", "uncertainty": 120 }, "departure": { "time": "1759220592", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1759220606", "uncertainty": 120 }, "departure": { "time": "1759220606", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1759220660", "uncertainty": 120 }, "departure": { "time": "1759220660", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1759220682", "uncertainty": 120 }, "departure": { "time": "1759220682", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1759220743", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011843" }, "vehicle": { "id": "2421", "label": "2421" } } }, { "id": "3011842", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217460", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759217612", "uncertainty": 120 }, "departure": { "time": "1759217612", "uncertainty": 120 }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759217638", "uncertainty": 120 }, "departure": { "time": "1759217642", "uncertainty": 120 }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759217698", "uncertainty": 120 }, "departure": { "time": "1759217698", "uncertainty": 120 }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759217732", "uncertainty": 120 }, "departure": { "time": "1759217732", "uncertainty": 120 }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759217769", "uncertainty": 120 }, "departure": { "time": "1759217769", "uncertainty": 120 }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759217820", "uncertainty": 120 }, "departure": { "time": "1759217822", "uncertainty": 120 }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759217942", "uncertainty": 120 }, "departure": { "time": "1759217942", "uncertainty": 120 }, "stopId": "0:STQUENT1", "stopSequence": 8 }, { "arrival": { "time": "1759217987", "uncertainty": 120 }, "departure": { "time": "1759217987", "uncertainty": 120 }, "stopId": "0:SVICTOR1", "stopSequence": 9 }, { "arrival": { "time": "1759218051", "uncertainty": 120 }, "departure": { "time": "1759218092", "uncertainty": 120 }, "stopId": "0:LITALDU1", "stopSequence": 10 }, { "arrival": { "time": "1759218194", "uncertainty": 120 }, "departure": { "time": "1759218212", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 11 }, { "arrival": { "time": "1759218272", "uncertainty": 120 }, "departure": { "time": "1759218272", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 12 }, { "arrival": { "time": "1759218358", "uncertainty": 120 }, "departure": { "time": "1759218358", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 13 }, { "arrival": { "time": "1759218392", "uncertainty": 120 }, "departure": { "time": "1759218392", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 14 }, { "arrival": { "time": "1759218482", "uncertainty": 120 }, "departure": { "time": "1759218482", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 15 }, { "arrival": { "time": "1759218551", "uncertainty": 120 }, "departure": { "time": "1759218551", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 16 }, { "arrival": { "time": "1759218662", "uncertainty": 120 }, "departure": { "time": "1759218752", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 17 }, { "arrival": { "time": "1759218861", "uncertainty": 120 }, "departure": { "time": "1759218872", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 18 }, { "arrival": { "time": "1759218900", "uncertainty": 120 }, "departure": { "time": "1759218962", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 19 }, { "arrival": { "time": "1759219142", "uncertainty": 120 }, "departure": { "time": "1759219142", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 20 }, { "arrival": { "time": "1759219362", "uncertainty": 120 }, "departure": { "time": "1759219362", "uncertainty": 120 }, "stopId": "0:JUIN2", "stopSequence": 21 }, { "arrival": { "time": "1759219394", "uncertainty": 120 }, "departure": { "time": "1759219394", "uncertainty": 120 }, "stopId": "0:RAPLEVY2", "stopSequence": 22 }, { "arrival": { "time": "1759219437", "uncertainty": 120 }, "departure": { "time": "1759219437", "uncertainty": 120 }, "stopId": "0:ARTILLE2", "stopSequence": 23 }, { "arrival": { "time": "1759219476", "uncertainty": 120 }, "departure": { "time": "1759219502", "uncertainty": 120 }, "stopId": "0:BERNE2", "stopSequence": 24 }, { "arrival": { "time": "1759219548", "uncertainty": 120 }, "departure": { "time": "1759219548", "uncertainty": 120 }, "stopId": "0:ALSLORR2", "stopSequence": 25 }, { "arrival": { "time": "1759219598", "uncertainty": 120 }, "departure": { "time": "1759219598", "uncertainty": 120 }, "stopId": "0:STOXEY2", "stopSequence": 26 }, { "arrival": { "time": "1759219672", "uncertainty": 120 }, "departure": { "time": "1759219672", "uncertainty": 120 }, "stopId": "0:JURA2", "stopSequence": 27 }, { "arrival": { "time": "1759219755", "uncertainty": 120 }, "departure": { "time": "1759219755", "uncertainty": 120 }, "stopId": "0:PTSOEUR2", "stopSequence": 28 }, { "arrival": { "time": "1759219793", "uncertainty": 120 }, "departure": { "time": "1759219793", "uncertainty": 120 }, "stopId": "0:METMAN2", "stopSequence": 29 }, { "arrival": { "time": "1759219842", "uncertainty": 120 }, "departure": { "time": "1759219842", "uncertainty": 120 }, "stopId": "0:MAUJEAN2", "stopSequence": 30 }, { "arrival": { "time": "1759219892", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:GENIVAU2", "stopSequence": 31 }, { "arrival": { "time": "1759219904", "uncertainty": 120 }, "departure": { "time": "1759219904", "uncertainty": 120 }, "stopId": "0:FOUGERE2", "stopSequence": 32 }, { "arrival": { "time": "1759219946", "uncertainty": 120 }, "departure": { "time": "1759219946", "uncertainty": 120 }, "stopId": "0:LORIENT2", "stopSequence": 33 }, { "arrival": { "time": "1759219970", "uncertainty": 120 }, "departure": { "time": "1759219970", "uncertainty": 120 }, "stopId": "0:JACINTH2", "stopSequence": 34 }, { "arrival": { "time": "1759220031", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011842" }, "vehicle": { "id": "2425", "label": "2425" } } }, { "id": "3009523", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221180", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009523" } } }, { "id": "3010244", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223400", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010244" } } }, { "id": "3009487", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219237", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 }, { "arrival": { "time": "1759219366", "uncertainty": 120 }, "departure": { "time": "1759219387", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 2 }, { "arrival": { "time": "1759219495", "uncertainty": 120 }, "departure": { "time": "1759219495", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 3 }, { "arrival": { "time": "1759219513", "uncertainty": 120 }, "departure": { "time": "1759219513", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 4 }, { "arrival": { "time": "1759219537", "uncertainty": 120 }, "departure": { "time": "1759219537", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 5 }, { "arrival": { "time": "1759219595", "uncertainty": 120 }, "departure": { "time": "1759219595", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 6 }, { "arrival": { "time": "1759219635", "uncertainty": 120 }, "departure": { "time": "1759219635", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 7 }, { "arrival": { "time": "1759219657", "uncertainty": 120 }, "departure": { "time": "1759219657", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 8 }, { "arrival": { "time": "1759219771", "uncertainty": 120 }, "departure": { "time": "1759219771", "uncertainty": 120 }, "stopId": "0:FRIERES2", "stopSequence": 9 }, { "arrival": { "time": "1759219838", "uncertainty": 120 }, "departure": { "time": "1759219838", "uncertainty": 120 }, "stopId": "0:CARREFO2", "stopSequence": 10 }, { "arrival": { "time": "1759219897", "uncertainty": 120 }, "departure": { "time": "1759219897", "uncertainty": 120 }, "stopId": "0:ATELMUN2", "stopSequence": 11 }, { "arrival": { "time": "1759219932", "uncertainty": 120 }, "departure": { "time": "1759219932", "uncertainty": 120 }, "stopId": "0:LORRYGR2", "stopSequence": 12 }, { "arrival": { "time": "1759219961", "uncertainty": 120 }, "departure": { "time": "1759219961", "uncertainty": 120 }, "stopId": "0:CHAPELL2", "stopSequence": 13 }, { "arrival": { "time": "1759220424", "uncertainty": 120 }, "departure": { "time": "1759220424", "uncertainty": 120 }, "stopId": "0:PLAQUET2", "stopSequence": 14 }, { "arrival": { "time": "1759220453", "uncertainty": 120 }, "departure": { "time": "1759220453", "uncertainty": 120 }, "stopId": "0:GRDRUE2", "stopSequence": 15 }, { "arrival": { "time": "1759220505", "uncertainty": 120 }, "departure": { "time": "1759220505", "uncertainty": 120 }, "stopId": "0:AMANVMA2", "stopSequence": 16 }, { "arrival": { "time": "1759220561", "uncertainty": 120 }, "departure": { "time": "1759220561", "uncertainty": 120 }, "stopId": "0:JUSTICE1", "stopSequence": 17 }, { "arrival": { "time": "1759220604", "uncertainty": 120 }, "stopId": "0:BILAIN1", "stopSequence": 18 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009487" }, "vehicle": { "id": "1833", "label": "1833" } } }, { "id": "3009503", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223520", "uncertainty": 120 }, "stopId": "0:CHANTRE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009503" } } }, { "id": "3009497", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "106", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009497" } } }, { "id": "3304498", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218060", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759218191", "uncertainty": 120 }, "departure": { "time": "1759218191", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759218241", "uncertainty": 120 }, "departure": { "time": "1759218301", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759218361", "uncertainty": 120 }, "departure": { "time": "1759218361", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759218437", "uncertainty": 120 }, "departure": { "time": "1759218451", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759218525", "uncertainty": 120 }, "departure": { "time": "1759218525", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759218541", "uncertainty": 120 }, "departure": { "time": "1759218541", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759218601", "uncertainty": 120 }, "departure": { "time": "1759218601", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759218719", "uncertainty": 120 }, "departure": { "time": "1759218719", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759218773", "uncertainty": 120 }, "departure": { "time": "1759218780", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759218841", "uncertainty": 120 }, "departure": { "time": "1759218841", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759218901", "uncertainty": 120 }, "departure": { "time": "1759218901", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759218979", "uncertainty": 120 }, "departure": { "time": "1759218991", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759219051", "uncertainty": 120 }, "departure": { "time": "1759219111", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759219179", "uncertainty": 120 }, "departure": { "time": "1759219179", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759219261", "uncertainty": 120 }, "departure": { "time": "1759219261", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759219321", "uncertainty": 120 }, "departure": { "time": "1759219381", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759219425", "uncertainty": 120 }, "departure": { "time": "1759219561", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759219736", "uncertainty": 120 }, "departure": { "time": "1759219881", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759219981", "uncertainty": 120 }, "departure": { "time": "1759219981", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759220102", "uncertainty": 120 }, "departure": { "time": "1759220102", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759220173", "uncertainty": 120 }, "departure": { "time": "1759220173", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759220235", "uncertainty": 120 }, "departure": { "time": "1759220235", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759220413", "uncertainty": 120 }, "departure": { "time": "1759220413", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759220482", "uncertainty": 120 }, "departure": { "time": "1759220482", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759220579", "uncertainty": 120 }, "departure": { "time": "1759220579", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759220688", "uncertainty": 120 }, "departure": { "time": "1759220688", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759220720", "uncertainty": 120 }, "departure": { "time": "1759220720", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759220844", "uncertainty": 120 }, "departure": { "time": "1759220844", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759220893", "uncertainty": 120 }, "departure": { "time": "1759220893", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759220927", "uncertainty": 120 }, "departure": { "time": "1759220927", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759221004", "uncertainty": 120 }, "departure": { "time": "1759221004", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759221033", "uncertainty": 120 }, "departure": { "time": "1759221033", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759221087", "uncertainty": 120 }, "departure": { "time": "1759221087", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759221126", "uncertainty": 120 }, "departure": { "time": "1759221126", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759221195", "uncertainty": 120 }, "departure": { "time": "1759221195", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759221277", "uncertainty": 120 }, "departure": { "time": "1759221277", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759221371", "uncertainty": 120 }, "departure": { "time": "1759221371", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759221511", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304498" }, "vehicle": { "id": "2146", "label": "2146" } } }, { "id": "3304499", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218660", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759218792", "uncertainty": 120 }, "departure": { "time": "1759218792", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759218824", "uncertainty": 120 }, "departure": { "time": "1759218842", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759218911", "uncertainty": 120 }, "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759218992", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759219088", "uncertainty": 120 }, "departure": { "time": "1759219088", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759219127", "uncertainty": 120 }, "departure": { "time": "1759219142", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759219202", "uncertainty": 120 }, "departure": { "time": "1759219202", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759219284", "uncertainty": 120 }, "departure": { "time": "1759219284", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759219327", "uncertainty": 120 }, "departure": { "time": "1759219352", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759219442", "uncertainty": 120 }, "departure": { "time": "1759219442", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759219519", "uncertainty": 120 }, "departure": { "time": "1759219560", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759219652", "uncertainty": 120 }, "departure": { "time": "1759219682", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759219742", "uncertainty": 120 }, "departure": { "time": "1759219742", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759219851", "uncertainty": 120 }, "departure": { "time": "1759219862", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759219935", "uncertainty": 120 }, "departure": { "time": "1759219935", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759220013", "uncertainty": 120 }, "departure": { "time": "1759220013", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759220061", "uncertainty": 120 }, "departure": { "time": "1759220061", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759220234", "uncertainty": 120 }, "departure": { "time": "1759220234", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759220343", "uncertainty": 120 }, "departure": { "time": "1759220343", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759220468", "uncertainty": 120 }, "departure": { "time": "1759220468", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759220538", "uncertainty": 120 }, "departure": { "time": "1759220538", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759220600", "uncertainty": 120 }, "departure": { "time": "1759220600", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759220775", "uncertainty": 120 }, "departure": { "time": "1759220775", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759220846", "uncertainty": 120 }, "departure": { "time": "1759220846", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759220945", "uncertainty": 120 }, "departure": { "time": "1759220945", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759221046", "uncertainty": 120 }, "departure": { "time": "1759221046", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759221082", "uncertainty": 120 }, "departure": { "time": "1759221082", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759221202", "uncertainty": 120 }, "departure": { "time": "1759221202", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759221248", "uncertainty": 120 }, "departure": { "time": "1759221248", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759221286", "uncertainty": 120 }, "departure": { "time": "1759221286", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759221362", "uncertainty": 120 }, "departure": { "time": "1759221362", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759221393", "uncertainty": 120 }, "departure": { "time": "1759221393", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759221451", "uncertainty": 120 }, "departure": { "time": "1759221451", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759221493", "uncertainty": 120 }, "departure": { "time": "1759221493", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759221575", "uncertainty": 120 }, "departure": { "time": "1759221575", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759221665", "uncertainty": 120 }, "departure": { "time": "1759221665", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759221759", "uncertainty": 120 }, "departure": { "time": "1759221759", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759221899", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304499" }, "vehicle": { "id": "1141", "label": "1141" } } }, { "id": "3304496", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759216860", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759216981", "uncertainty": 120 }, "departure": { "time": "1759216981", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759217025", "uncertainty": 120 }, "departure": { "time": "1759217071", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759217221", "uncertainty": 120 }, "departure": { "time": "1759217251", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759217311", "uncertainty": 120 }, "departure": { "time": "1759217311", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759217419", "uncertainty": 120 }, "departure": { "time": "1759217431", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759217491", "uncertainty": 120 }, "departure": { "time": "1759217491", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759217521", "uncertainty": 120 }, "departure": { "time": "1759217521", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759217641", "uncertainty": 120 }, "departure": { "time": "1759217641", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759217729", "uncertainty": 120 }, "departure": { "time": "1759217731", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759217810", "uncertainty": 120 }, "departure": { "time": "1759217821", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759217871", "uncertainty": 120 }, "departure": { "time": "1759217881", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759217941", "uncertainty": 120 }, "departure": { "time": "1759217941", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759218001", "uncertainty": 120 }, "departure": { "time": "1759218001", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759218077", "uncertainty": 120 }, "departure": { "time": "1759218091", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759218151", "uncertainty": 120 }, "departure": { "time": "1759218151", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759218230", "uncertainty": 120 }, "departure": { "time": "1759218331", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759218372", "uncertainty": 120 }, "departure": { "time": "1759218391", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759218541", "uncertainty": 120 }, "departure": { "time": "1759218571", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759218670", "uncertainty": 120 }, "departure": { "time": "1759218670", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759218787", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759218900", "uncertainty": 120 }, "departure": { "time": "1759218901", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759218987", "uncertainty": 120 }, "departure": { "time": "1759218991", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759219171", "uncertainty": 120 }, "departure": { "time": "1759219171", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759219238", "uncertainty": 120 }, "departure": { "time": "1759219291", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759219386", "uncertainty": 120 }, "departure": { "time": "1759219386", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759219501", "uncertainty": 120 }, "departure": { "time": "1759219501", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759219531", "uncertainty": 120 }, "departure": { "time": "1759219531", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759219659", "uncertainty": 120 }, "departure": { "time": "1759219659", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759219711", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759219741", "uncertainty": 120 }, "departure": { "time": "1759219741", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759219819", "uncertainty": 120 }, "departure": { "time": "1759219819", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759219847", "uncertainty": 120 }, "departure": { "time": "1759219847", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759219898", "uncertainty": 120 }, "departure": { "time": "1759219898", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759219935", "uncertainty": 120 }, "departure": { "time": "1759219935", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759219999", "uncertainty": 120 }, "departure": { "time": "1759219999", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759220080", "uncertainty": 120 }, "departure": { "time": "1759220080", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759220182", "uncertainty": 120 }, "departure": { "time": "1759220182", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759220322", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304496" }, "vehicle": { "id": "2145", "label": "2145" } } }, { "id": "3304497", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217582", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759217711", "uncertainty": 120 }, "departure": { "time": "1759217732", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759217785", "uncertainty": 120 }, "departure": { "time": "1759217792", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759217882", "uncertainty": 120 }, "departure": { "time": "1759217912", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759217979", "uncertainty": 120 }, "departure": { "time": "1759218002", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759218072", "uncertainty": 120 }, "departure": { "time": "1759218092", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759218147", "uncertainty": 120 }, "departure": { "time": "1759218152", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759218207", "uncertainty": 120 }, "departure": { "time": "1759218212", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759218302", "uncertainty": 120 }, "departure": { "time": "1759218302", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759218362", "uncertainty": 120 }, "departure": { "time": "1759218392", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759218452", "uncertainty": 120 }, "departure": { "time": "1759218452", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759218531", "uncertainty": 120 }, "departure": { "time": "1759218543", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759218611", "uncertainty": 120 }, "departure": { "time": "1759218611", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759218681", "uncertainty": 120 }, "departure": { "time": "1759218692", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759218756", "uncertainty": 120 }, "departure": { "time": "1759218758", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759218832", "uncertainty": 120 }, "departure": { "time": "1759218832", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759218902", "uncertainty": 120 }, "departure": { "time": "1759219112", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759219184", "uncertainty": 120 }, "departure": { "time": "1759219202", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759219284", "uncertainty": 120 }, "departure": { "time": "1759219322", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759219422", "uncertainty": 120 }, "departure": { "time": "1759219442", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759219562", "uncertainty": 120 }, "departure": { "time": "1759219562", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759219633", "uncertainty": 120 }, "departure": { "time": "1759219652", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759219713", "uncertainty": 120 }, "departure": { "time": "1759219713", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759219938", "uncertainty": 120 }, "departure": { "time": "1759219952", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759220020", "uncertainty": 120 }, "departure": { "time": "1759220020", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759220117", "uncertainty": 120 }, "departure": { "time": "1759220117", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759220226", "uncertainty": 120 }, "departure": { "time": "1759220226", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759220258", "uncertainty": 120 }, "departure": { "time": "1759220258", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759220383", "uncertainty": 120 }, "departure": { "time": "1759220383", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759220433", "uncertainty": 120 }, "departure": { "time": "1759220433", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759220467", "uncertainty": 120 }, "departure": { "time": "1759220467", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759220544", "uncertainty": 120 }, "departure": { "time": "1759220544", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759220573", "uncertainty": 120 }, "departure": { "time": "1759220573", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759220627", "uncertainty": 120 }, "departure": { "time": "1759220627", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759220666", "uncertainty": 120 }, "departure": { "time": "1759220666", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759220734", "uncertainty": 120 }, "departure": { "time": "1759220734", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759220815", "uncertainty": 120 }, "departure": { "time": "1759220815", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759220909", "uncertainty": 120 }, "departure": { "time": "1759220909", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759221049", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304497" }, "vehicle": { "id": "1352", "label": "1352" } } }, { "id": "3304502", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304502" } } }, { "id": "3304503", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221060", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304503" } } }, { "id": "3304500", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219260", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759219398", "uncertainty": 120 }, "departure": { "time": "1759219398", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759219437", "uncertainty": 120 }, "departure": { "time": "1759219470", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759219530", "uncertainty": 120 }, "departure": { "time": "1759219530", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759219611", "uncertainty": 120 }, "departure": { "time": "1759219620", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759219710", "uncertainty": 120 }, "departure": { "time": "1759219740", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759219770", "uncertainty": 120 }, "departure": { "time": "1759219770", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759219830", "uncertainty": 120 }, "departure": { "time": "1759219830", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759219920", "uncertainty": 120 }, "departure": { "time": "1759219920", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759219962", "uncertainty": 120 }, "departure": { "time": "1759219962", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759220054", "uncertainty": 120 }, "departure": { "time": "1759220054", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759220131", "uncertainty": 120 }, "departure": { "time": "1759220131", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759220209", "uncertainty": 120 }, "departure": { "time": "1759220209", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759220273", "uncertainty": 120 }, "departure": { "time": "1759220273", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759220381", "uncertainty": 120 }, "departure": { "time": "1759220381", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759220463", "uncertainty": 120 }, "departure": { "time": "1759220463", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759220530", "uncertainty": 120 }, "departure": { "time": "1759220530", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759220578", "uncertainty": 120 }, "departure": { "time": "1759220578", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759220751", "uncertainty": 120 }, "departure": { "time": "1759220751", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759220865", "uncertainty": 120 }, "departure": { "time": "1759220865", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759220994", "uncertainty": 120 }, "departure": { "time": "1759220994", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759221064", "uncertainty": 120 }, "departure": { "time": "1759221064", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759221127", "uncertainty": 120 }, "departure": { "time": "1759221127", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759221287", "uncertainty": 120 }, "departure": { "time": "1759221287", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759221368", "uncertainty": 120 }, "departure": { "time": "1759221368", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759221478", "uncertainty": 120 }, "departure": { "time": "1759221478", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759221535", "uncertainty": 120 }, "departure": { "time": "1759221535", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759221587", "uncertainty": 120 }, "departure": { "time": "1759221587", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759221681", "uncertainty": 120 }, "departure": { "time": "1759221681", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759221710", "uncertainty": 120 }, "departure": { "time": "1759221710", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759221778", "uncertainty": 120 }, "departure": { "time": "1759221778", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759221848", "uncertainty": 120 }, "departure": { "time": "1759221848", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759221887", "uncertainty": 120 }, "departure": { "time": "1759221887", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759221966", "uncertainty": 120 }, "departure": { "time": "1759221966", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759222021", "uncertainty": 120 }, "departure": { "time": "1759222021", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759222103", "uncertainty": 120 }, "departure": { "time": "1759222103", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759222193", "uncertainty": 120 }, "departure": { "time": "1759222193", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759222287", "uncertainty": 120 }, "departure": { "time": "1759222287", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759222427", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304500" }, "vehicle": { "id": "1351", "label": "1351" } } }, { "id": "3304501", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219960", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759220102", "uncertainty": 120 }, "departure": { "time": "1759220102", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759220141", "uncertainty": 120 }, "departure": { "time": "1759220141", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759220203", "uncertainty": 120 }, "departure": { "time": "1759220203", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759220285", "uncertainty": 120 }, "departure": { "time": "1759220285", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759220375", "uncertainty": 120 }, "departure": { "time": "1759220375", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759220405", "uncertainty": 120 }, "departure": { "time": "1759220405", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759220463", "uncertainty": 120 }, "departure": { "time": "1759220463", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759220553", "uncertainty": 120 }, "departure": { "time": "1759220553", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759220601", "uncertainty": 120 }, "departure": { "time": "1759220601", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759220693", "uncertainty": 120 }, "departure": { "time": "1759220693", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759220770", "uncertainty": 120 }, "departure": { "time": "1759220770", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759220846", "uncertainty": 120 }, "departure": { "time": "1759220846", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759220910", "uncertainty": 120 }, "departure": { "time": "1759220910", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759221018", "uncertainty": 120 }, "departure": { "time": "1759221018", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759221092", "uncertainty": 120 }, "departure": { "time": "1759221092", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759221215", "uncertainty": 120 }, "departure": { "time": "1759221215", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759221299", "uncertainty": 120 }, "departure": { "time": "1759221299", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759221465", "uncertainty": 120 }, "departure": { "time": "1759221465", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759221649", "uncertainty": 120 }, "departure": { "time": "1759221649", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759221825", "uncertainty": 120 }, "departure": { "time": "1759221825", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759221894", "uncertainty": 120 }, "departure": { "time": "1759221894", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759221971", "uncertainty": 120 }, "departure": { "time": "1759221971", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759222131", "uncertainty": 120 }, "departure": { "time": "1759222131", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759222212", "uncertainty": 120 }, "departure": { "time": "1759222212", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759222322", "uncertainty": 120 }, "departure": { "time": "1759222322", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759222379", "uncertainty": 120 }, "departure": { "time": "1759222379", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759222431", "uncertainty": 120 }, "departure": { "time": "1759222431", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759222525", "uncertainty": 120 }, "departure": { "time": "1759222525", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759222554", "uncertainty": 120 }, "departure": { "time": "1759222554", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759222622", "uncertainty": 120 }, "departure": { "time": "1759222622", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759222692", "uncertainty": 120 }, "departure": { "time": "1759222692", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759222731", "uncertainty": 120 }, "departure": { "time": "1759222731", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759222810", "uncertainty": 120 }, "departure": { "time": "1759222810", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759222865", "uncertainty": 120 }, "departure": { "time": "1759222865", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759222947", "uncertainty": 120 }, "departure": { "time": "1759222947", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759223037", "uncertainty": 120 }, "departure": { "time": "1759223037", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759223131", "uncertainty": 120 }, "departure": { "time": "1759223131", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759223271", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304501" }, "vehicle": { "id": "2052", "label": "2052" } } }, { "id": "3304506", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222860", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304506" } } }, { "id": "3304507", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223460", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304507" } } }, { "id": "3304504", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221660", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304504" } } }, { "id": "3304505", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222260", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304505" } } }, { "id": "3010409", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223460", "uncertainty": 120 }, "stopId": "0:RONC4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010409" } } }, { "id": "3010408", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219980", "uncertainty": 120 }, "stopId": "0:RONC4", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010408" } } }, { "id": "3010588", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000" }, "stopId": "0:PELTRE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "92", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010588" } } }, { "id": "3095165", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221840", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095165" } } }, { "id": "3095164", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 1 }, { "arrival": { "time": "1759220220", "uncertainty": 120 }, "departure": { "time": "1759220220", "uncertainty": 120 }, "stopId": "0:MOULIN86", "stopSequence": 2 }, { "arrival": { "time": "1759220271", "uncertainty": 120 }, "departure": { "time": "1759220271", "uncertainty": 120 }, "stopId": "0:VIEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1759220327", "uncertainty": 120 }, "departure": { "time": "1759220327", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 4 }, { "arrival": { "time": "1759220354", "uncertainty": 120 }, "departure": { "time": "1759220354", "uncertainty": 120 }, "stopId": "0:ARDECHE1", "stopSequence": 5 }, { "arrival": { "time": "1759220395", "uncertainty": 120 }, "departure": { "time": "1759220395", "uncertainty": 120 }, "stopId": "0:LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1759220587", "uncertainty": 120 }, "departure": { "time": "1759220587", "uncertainty": 120 }, "stopId": "0:3HAIES1", "stopSequence": 7 }, { "arrival": { "time": "1759220625", "uncertainty": 120 }, "departure": { "time": "1759220625", "uncertainty": 120 }, "stopId": "0:CONSTAN1", "stopSequence": 8 }, { "arrival": { "time": "1759220679", "uncertainty": 120 }, "departure": { "time": "1759220679", "uncertainty": 120 }, "stopId": "0:PAQUERE1", "stopSequence": 9 }, { "arrival": { "time": "1759220726", "uncertainty": 120 }, "departure": { "time": "1759220726", "uncertainty": 120 }, "stopId": "0:SAVOIE1", "stopSequence": 10 }, { "arrival": { "time": "1759220761", "uncertainty": 120 }, "departure": { "time": "1759220761", "uncertainty": 120 }, "stopId": "0:ALSACE1", "stopSequence": 11 }, { "arrival": { "time": "1759220810", "uncertainty": 120 }, "departure": { "time": "1759220810", "uncertainty": 120 }, "stopId": "0:HTRHELE1", "stopSequence": 12 }, { "arrival": { "time": "1759220916", "uncertainty": 120 }, "departure": { "time": "1759220916", "uncertainty": 120 }, "stopId": "0:08MAI01", "stopSequence": 13 }, { "arrival": { "time": "1759220974", "uncertainty": 120 }, "departure": { "time": "1759220974", "uncertainty": 120 }, "stopId": "0:FRICHES1", "stopSequence": 14 }, { "arrival": { "time": "1759221052", "uncertainty": 120 }, "departure": { "time": "1759221052", "uncertainty": 120 }, "stopId": "0:FOSSE1", "stopSequence": 15 }, { "arrival": { "time": "1759221086", "uncertainty": 120 }, "departure": { "time": "1759221086", "uncertainty": 120 }, "stopId": "0:VERGERS1", "stopSequence": 16 }, { "arrival": { "time": "1759221135", "uncertainty": 120 }, "departure": { "time": "1759221135", "uncertainty": 120 }, "stopId": "0:CHATRIA1", "stopSequence": 17 }, { "arrival": { "time": "1759221213", "uncertainty": 120 }, "departure": { "time": "1759221213", "uncertainty": 120 }, "stopId": "0:COUVENT1", "stopSequence": 18 }, { "arrival": { "time": "1759221263", "uncertainty": 120 }, "departure": { "time": "1759221263", "uncertainty": 120 }, "stopId": "0:MEURISS1", "stopSequence": 19 }, { "arrival": { "time": "1759221357", "uncertainty": 120 }, "departure": { "time": "1759221357", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 20 }, { "arrival": { "time": "1759221429", "uncertainty": 120 }, "departure": { "time": "1759221429", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 21 }, { "arrival": { "time": "1759221474", "uncertainty": 120 }, "departure": { "time": "1759221474", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 22 }, { "arrival": { "time": "1759221597", "uncertainty": 120 }, "departure": { "time": "1759221597", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 23 }, { "arrival": { "time": "1759221758", "uncertainty": 120 }, "departure": { "time": "1759221758", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 24 }, { "arrival": { "time": "1759221897", "uncertainty": 120 }, "departure": { "time": "1759221897", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 25 }, { "arrival": { "time": "1759222107", "uncertainty": 120 }, "departure": { "time": "1759222107", "uncertainty": 120 }, "stopId": "0:LACRETL2", "stopSequence": 26 }, { "arrival": { "time": "1759222167", "uncertainty": 120 }, "departure": { "time": "1759222167", "uncertainty": 120 }, "stopId": "0:PONTROU2", "stopSequence": 27 }, { "arrival": { "time": "1759222234", "uncertainty": 120 }, "departure": { "time": "1759222234", "uncertainty": 120 }, "stopId": "0:RTBORNY2", "stopSequence": 28 }, { "arrival": { "time": "1759222315", "uncertainty": 120 }, "departure": { "time": "1759222315", "uncertainty": 120 }, "stopId": "0:RUELLCH2", "stopSequence": 29 }, { "arrival": { "time": "1759222437", "uncertainty": 120 }, "departure": { "time": "1759222437", "uncertainty": 120 }, "stopId": "0:GANNE2", "stopSequence": 30 }, { "arrival": { "time": "1759222561", "uncertainty": 120 }, "departure": { "time": "1759222561", "uncertainty": 120 }, "stopId": "0:BERNARD2", "stopSequence": 31 }, { "arrival": { "time": "1759222657", "uncertainty": 120 }, "departure": { "time": "1759222657", "uncertainty": 120 }, "stopId": "0:PROVENC2", "stopSequence": 32 }, { "arrival": { "time": "1759222797", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095164" }, "vehicle": { "id": "1636", "label": "1636" } } }, { "id": "3095163", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218240", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 1 }, { "arrival": { "time": "1759218393", "uncertainty": 120 }, "departure": { "time": "1759218393", "uncertainty": 120 }, "stopId": "0:MOULIN86", "stopSequence": 2 }, { "arrival": { "time": "1759218427", "uncertainty": 120 }, "departure": { "time": "1759218427", "uncertainty": 120 }, "stopId": "0:VIEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1759218502", "uncertainty": 120 }, "departure": { "time": "1759218512", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 4 }, { "arrival": { "time": "1759218563", "uncertainty": 120 }, "departure": { "time": "1759218572", "uncertainty": 120 }, "stopId": "0:ARDECHE1", "stopSequence": 5 }, { "arrival": { "time": "1759218644", "uncertainty": 120 }, "departure": { "time": "1759218644", "uncertainty": 120 }, "stopId": "0:LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1759218801", "uncertainty": 120 }, "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:3HAIES1", "stopSequence": 7 }, { "arrival": { "time": "1759218865", "uncertainty": 120 }, "departure": { "time": "1759218872", "uncertainty": 120 }, "stopId": "0:CONSTAN1", "stopSequence": 8 }, { "arrival": { "time": "1759218939", "uncertainty": 120 }, "departure": { "time": "1759218939", "uncertainty": 120 }, "stopId": "0:PAQUERE1", "stopSequence": 9 }, { "arrival": { "time": "1759218986", "uncertainty": 120 }, "departure": { "time": "1759218986", "uncertainty": 120 }, "stopId": "0:SAVOIE1", "stopSequence": 10 }, { "arrival": { "time": "1759219020", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:ALSACE1", "stopSequence": 11 }, { "arrival": { "time": "1759219081", "uncertainty": 120 }, "departure": { "time": "1759219082", "uncertainty": 120 }, "stopId": "0:HTRHELE1", "stopSequence": 12 }, { "arrival": { "time": "1759219194", "uncertainty": 120 }, "departure": { "time": "1759219194", "uncertainty": 120 }, "stopId": "0:08MAI01", "stopSequence": 13 }, { "arrival": { "time": "1759219247", "uncertainty": 120 }, "departure": { "time": "1759219262", "uncertainty": 120 }, "stopId": "0:FRICHES1", "stopSequence": 14 }, { "arrival": { "time": "1759219331", "uncertainty": 120 }, "departure": { "time": "1759219331", "uncertainty": 120 }, "stopId": "0:FOSSE1", "stopSequence": 15 }, { "arrival": { "time": "1759219352", "uncertainty": 120 }, "departure": { "time": "1759219352", "uncertainty": 120 }, "stopId": "0:VERGERS1", "stopSequence": 16 }, { "arrival": { "time": "1759219399", "uncertainty": 120 }, "departure": { "time": "1759219412", "uncertainty": 120 }, "stopId": "0:CHATRIA1", "stopSequence": 17 }, { "arrival": { "time": "1759219479", "uncertainty": 120 }, "departure": { "time": "1759219502", "uncertainty": 120 }, "stopId": "0:COUVENT1", "stopSequence": 18 }, { "arrival": { "time": "1759219548", "uncertainty": 120 }, "departure": { "time": "1759219562", "uncertainty": 120 }, "stopId": "0:MEURISS1", "stopSequence": 19 }, { "arrival": { "time": "1759219682", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:EUROPAC1", "stopSequence": 20 }, { "arrival": { "time": "1759219784", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:BOTANIQ1", "stopSequence": 21 }, { "arrival": { "time": "1759219843", "uncertainty": 120 }, "departure": { "time": "1759219843", "uncertainty": 120 }, "stopId": "0:GENIE1", "stopSequence": 22 }, { "arrival": { "time": "1759219998", "uncertainty": 120 }, "departure": { "time": "1759219998", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 23 }, { "arrival": { "time": "1759220138", "uncertainty": 120 }, "departure": { "time": "1759220138", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 24 }, { "arrival": { "time": "1759220339", "uncertainty": 120 }, "departure": { "time": "1759220339", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 25 }, { "arrival": { "time": "1759220549", "uncertainty": 120 }, "departure": { "time": "1759220549", "uncertainty": 120 }, "stopId": "0:LACRETL2", "stopSequence": 26 }, { "arrival": { "time": "1759220609", "uncertainty": 120 }, "departure": { "time": "1759220609", "uncertainty": 120 }, "stopId": "0:PONTROU2", "stopSequence": 27 }, { "arrival": { "time": "1759220676", "uncertainty": 120 }, "departure": { "time": "1759220676", "uncertainty": 120 }, "stopId": "0:RTBORNY2", "stopSequence": 28 }, { "arrival": { "time": "1759220757", "uncertainty": 120 }, "departure": { "time": "1759220757", "uncertainty": 120 }, "stopId": "0:RUELLCH2", "stopSequence": 29 }, { "arrival": { "time": "1759220879", "uncertainty": 120 }, "departure": { "time": "1759220879", "uncertainty": 120 }, "stopId": "0:GANNE2", "stopSequence": 30 }, { "arrival": { "time": "1759221003", "uncertainty": 120 }, "departure": { "time": "1759221003", "uncertainty": 120 }, "stopId": "0:BERNARD2", "stopSequence": 31 }, { "arrival": { "time": "1759221099", "uncertainty": 120 }, "departure": { "time": "1759221099", "uncertainty": 120 }, "stopId": "0:PROVENC2", "stopSequence": 32 }, { "arrival": { "time": "1759221239", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095163" }, "vehicle": { "id": "1634", "label": "1634" } } }, { "id": "3304495", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759216381", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 1 }, { "arrival": { "time": "1759216481", "uncertainty": 120 }, "departure": { "time": "1759216501", "uncertainty": 120 }, "stopId": "0:MTPRIVA3", "stopSequence": 2 }, { "arrival": { "time": "1759216561", "uncertainty": 120 }, "departure": { "time": "1759216591", "uncertainty": 120 }, "stopId": "0:VOLONTA1", "stopSequence": 3 }, { "arrival": { "time": "1759216651", "uncertainty": 120 }, "departure": { "time": "1759216681", "uncertainty": 120 }, "stopId": "0:MARGUER1", "stopSequence": 4 }, { "arrival": { "time": "1759216735", "uncertainty": 120 }, "departure": { "time": "1759216741", "uncertainty": 120 }, "stopId": "0:VACONS1", "stopSequence": 5 }, { "arrival": { "time": "1759216831", "uncertainty": 120 }, "departure": { "time": "1759216831", "uncertainty": 120 }, "stopId": "0:COLSON1", "stopSequence": 6 }, { "arrival": { "time": "1759216883", "uncertainty": 120 }, "departure": { "time": "1759216883", "uncertainty": 120 }, "stopId": "0:JERUSAL1", "stopSequence": 7 }, { "arrival": { "time": "1759216913", "uncertainty": 120 }, "departure": { "time": "1759216913", "uncertainty": 120 }, "stopId": "0:LYAUT104", "stopSequence": 8 }, { "arrival": { "time": "1759217001", "uncertainty": 120 }, "departure": { "time": "1759217011", "uncertainty": 120 }, "stopId": "0:HORGNE1", "stopSequence": 9 }, { "arrival": { "time": "1759217071", "uncertainty": 120 }, "departure": { "time": "1759217071", "uncertainty": 120 }, "stopId": "0:4VENTS1", "stopSequence": 10 }, { "arrival": { "time": "1759217161", "uncertainty": 120 }, "departure": { "time": "1759217161", "uncertainty": 120 }, "stopId": "0:LAVOIR1", "stopSequence": 11 }, { "arrival": { "time": "1759217221", "uncertainty": 120 }, "departure": { "time": "1759217251", "uncertainty": 120 }, "stopId": "0:EGLISE1", "stopSequence": 12 }, { "arrival": { "time": "1759217311", "uncertainty": 120 }, "departure": { "time": "1759217311", "uncertainty": 120 }, "stopId": "0:SLIVIER1", "stopSequence": 13 }, { "arrival": { "time": "1759217385", "uncertainty": 120 }, "departure": { "time": "1759217431", "uncertainty": 120 }, "stopId": "0:BOILVIN1", "stopSequence": 14 }, { "arrival": { "time": "1759217491", "uncertainty": 120 }, "departure": { "time": "1759217521", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 15 }, { "arrival": { "time": "1759217610", "uncertainty": 120 }, "departure": { "time": "1759217610", "uncertainty": 120 }, "stopId": "0:LAFAYET1", "stopSequence": 16 }, { "arrival": { "time": "1759217719", "uncertainty": 120 }, "departure": { "time": "1759217791", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 17 }, { "arrival": { "time": "1759217844", "uncertainty": 120 }, "departure": { "time": "1759217881", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 18 }, { "arrival": { "time": "1759218020", "uncertainty": 120 }, "departure": { "time": "1759218091", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 19 }, { "arrival": { "time": "1759218169", "uncertainty": 120 }, "departure": { "time": "1759218181", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 20 }, { "arrival": { "time": "1759218316", "uncertainty": 120 }, "departure": { "time": "1759218331", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 21 }, { "arrival": { "time": "1759218391", "uncertainty": 120 }, "departure": { "time": "1759218391", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 22 }, { "arrival": { "time": "1759218478", "uncertainty": 120 }, "departure": { "time": "1759218481", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 23 }, { "arrival": { "time": "1759218683", "uncertainty": 120 }, "departure": { "time": "1759218722", "uncertainty": 120 }, "stopId": "0:PONTIFF2", "stopSequence": 24 }, { "arrival": { "time": "1759218789", "uncertainty": 120 }, "departure": { "time": "1759218814", "uncertainty": 120 }, "stopId": "0:ROCHAMB2", "stopSequence": 25 }, { "arrival": { "time": "1759218899", "uncertainty": 120 }, "departure": { "time": "1759218905", "uncertainty": 120 }, "stopId": "0:BERNANO2", "stopSequence": 26 }, { "arrival": { "time": "1759219025", "uncertainty": 120 }, "departure": { "time": "1759219025", "uncertainty": 120 }, "stopId": "0:DALES2", "stopSequence": 27 }, { "arrival": { "time": "1759219113", "uncertainty": 120 }, "departure": { "time": "1759219146", "uncertainty": 120 }, "stopId": "0:PATROTT2", "stopSequence": 28 }, { "arrival": { "time": "1759219250", "uncertainty": 120 }, "departure": { "time": "1759219266", "uncertainty": 120 }, "stopId": "0:PAQUET2", "stopSequence": 29 }, { "arrival": { "time": "1759219314", "uncertainty": 120 }, "departure": { "time": "1759219314", "uncertainty": 120 }, "stopId": "0:DAGA2", "stopSequence": 30 }, { "arrival": { "time": "1759219386", "uncertainty": 120 }, "departure": { "time": "1759219386", "uncertainty": 120 }, "stopId": "0:4BORNES2", "stopSequence": 31 }, { "arrival": { "time": "1759219517", "uncertainty": 120 }, "departure": { "time": "1759219517", "uncertainty": 120 }, "stopId": "0:MORLOT2", "stopSequence": 32 }, { "arrival": { "time": "1759219566", "uncertainty": 120 }, "departure": { "time": "1759219566", "uncertainty": 120 }, "stopId": "0:COUPILL2", "stopSequence": 33 }, { "arrival": { "time": "1759219639", "uncertainty": 120 }, "departure": { "time": "1759219655", "uncertainty": 120 }, "stopId": "0:RUCHER2", "stopSequence": 34 }, { "arrival": { "time": "1759219691", "uncertainty": 120 }, "departure": { "time": "1759219691", "uncertainty": 120 }, "stopId": "0:ROSEMAR2", "stopSequence": 35 }, { "arrival": { "time": "1759219757", "uncertainty": 120 }, "departure": { "time": "1759219757", "uncertainty": 120 }, "stopId": "0:SAULES2", "stopSequence": 36 }, { "arrival": { "time": "1759219837", "uncertainty": 120 }, "departure": { "time": "1759219837", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 37 }, { "arrival": { "time": "1759219957", "uncertainty": 120 }, "departure": { "time": "1759219957", "uncertainty": 120 }, "stopId": "0:WCHATEA2", "stopSequence": 38 }, { "arrival": { "time": "1759220056", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 39 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304495" }, "vehicle": { "id": "2051", "label": "2051" } } }, { "id": "3304574", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217700", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1759217778", "uncertainty": 120 }, "departure": { "time": "1759217778", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1759217859", "uncertainty": 120 }, "departure": { "time": "1759217859", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1759217963", "uncertainty": 120 }, "departure": { "time": "1759218002", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1759218086", "uncertainty": 120 }, "departure": { "time": "1759218092", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1759218163", "uncertainty": 120 }, "departure": { "time": "1759218182", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1759218236", "uncertainty": 120 }, "departure": { "time": "1759218242", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1759218295", "uncertainty": 120 }, "departure": { "time": "1759218302", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1759218332", "uncertainty": 120 }, "departure": { "time": "1759218332", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1759218422", "uncertainty": 120 }, "departure": { "time": "1759218422", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1759218488", "uncertainty": 120 }, "departure": { "time": "1759218488", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1759218532", "uncertainty": 120 }, "departure": { "time": "1759218542", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1759218692", "uncertainty": 120 }, "departure": { "time": "1759218722", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1759218812", "uncertainty": 120 }, "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1759218902", "uncertainty": 120 }, "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1759219020", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1759219082", "uncertainty": 120 }, "departure": { "time": "1759219112", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1759219226", "uncertainty": 120 }, "departure": { "time": "1759219226", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1759219258", "uncertainty": 120 }, "departure": { "time": "1759219262", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1759219363", "uncertainty": 120 }, "departure": { "time": "1759219382", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1759219532", "uncertainty": 120 }, "departure": { "time": "1759219532", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 21 }, { "arrival": { "time": "1759219740", "uncertainty": 120 }, "departure": { "time": "1759219772", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 22 }, { "arrival": { "time": "1759219857", "uncertainty": 120 }, "departure": { "time": "1759219922", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1759220030", "uncertainty": 120 }, "departure": { "time": "1759220030", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 24 }, { "arrival": { "time": "1759220066", "uncertainty": 120 }, "departure": { "time": "1759220066", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1759220114", "uncertainty": 120 }, "departure": { "time": "1759220114", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1759220176", "uncertainty": 120 }, "departure": { "time": "1759220176", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1759220211", "uncertainty": 120 }, "departure": { "time": "1759220211", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1759220283", "uncertainty": 120 }, "departure": { "time": "1759220283", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1759220342", "uncertainty": 120 }, "departure": { "time": "1759220342", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1759220417", "uncertainty": 120 }, "departure": { "time": "1759220417", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1759220497", "uncertainty": 120 }, "departure": { "time": "1759220497", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759220534", "uncertainty": 120 }, "departure": { "time": "1759220534", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1759220607", "uncertainty": 120 }, "departure": { "time": "1759220607", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1759220648", "uncertainty": 120 }, "departure": { "time": "1759220648", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1759220706", "uncertainty": 120 }, "departure": { "time": "1759220706", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1759220768", "uncertainty": 120 }, "departure": { "time": "1759220768", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1759220814", "uncertainty": 120 }, "departure": { "time": "1759220814", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1759220846", "uncertainty": 120 }, "departure": { "time": "1759220846", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1759220966", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304574" }, "vehicle": { "id": "2144", "label": "2144" } } }, { "id": "3304575", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218300", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1759218362", "uncertainty": 120 }, "departure": { "time": "1759218362", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1759218435", "uncertainty": 120 }, "departure": { "time": "1759218435", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1759218536", "uncertainty": 120 }, "departure": { "time": "1759218543", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1759218657", "uncertainty": 120 }, "departure": { "time": "1759218657", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1759218746", "uncertainty": 120 }, "departure": { "time": "1759218752", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1759218811", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1759218856", "uncertainty": 120 }, "departure": { "time": "1759218872", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1759218913", "uncertainty": 120 }, "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1759218993", "uncertainty": 120 }, "departure": { "time": "1759218993", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1759219052", "uncertainty": 120 }, "departure": { "time": "1759219052", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1759219077", "uncertainty": 120 }, "departure": { "time": "1759219084", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1759219172", "uncertainty": 120 }, "departure": { "time": "1759219200", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1759219262", "uncertainty": 120 }, "departure": { "time": "1759219262", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1759219322", "uncertainty": 120 }, "departure": { "time": "1759219322", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1759219438", "uncertainty": 120 }, "departure": { "time": "1759219442", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1759219512", "uncertainty": 120 }, "departure": { "time": "1759219562", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1759219640", "uncertainty": 120 }, "departure": { "time": "1759219653", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1759219708", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1759219802", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1759219952", "uncertainty": 120 }, "departure": { "time": "1759219952", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 21 }, { "arrival": { "time": "1759220165", "uncertainty": 120 }, "departure": { "time": "1759220165", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 22 }, { "arrival": { "time": "1759220257", "uncertainty": 120 }, "departure": { "time": "1759220257", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1759220346", "uncertainty": 120 }, "departure": { "time": "1759220346", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 24 }, { "arrival": { "time": "1759220382", "uncertainty": 120 }, "departure": { "time": "1759220382", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1759220430", "uncertainty": 120 }, "departure": { "time": "1759220430", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1759220492", "uncertainty": 120 }, "departure": { "time": "1759220492", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1759220527", "uncertainty": 120 }, "departure": { "time": "1759220527", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1759220599", "uncertainty": 120 }, "departure": { "time": "1759220599", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1759220658", "uncertainty": 120 }, "departure": { "time": "1759220658", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1759220732", "uncertainty": 120 }, "departure": { "time": "1759220732", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1759220814", "uncertainty": 120 }, "departure": { "time": "1759220814", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759220851", "uncertainty": 120 }, "departure": { "time": "1759220851", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1759220923", "uncertainty": 120 }, "departure": { "time": "1759220923", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1759220964", "uncertainty": 120 }, "departure": { "time": "1759220964", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1759221022", "uncertainty": 120 }, "departure": { "time": "1759221022", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1759221084", "uncertainty": 120 }, "departure": { "time": "1759221084", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1759221131", "uncertainty": 120 }, "departure": { "time": "1759221131", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1759221163", "uncertainty": 120 }, "departure": { "time": "1759221163", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1759221296", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304575" }, "vehicle": { "id": "2053", "label": "2053" } } }, { "id": "3010663", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223040" }, "stopId": "0:SCHAZEL1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "89", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010663" } } }, { "id": "3304573", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217160", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1759217216", "uncertainty": 120 }, "departure": { "time": "1759217216", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1759217304", "uncertainty": 120 }, "departure": { "time": "1759217310", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1759217400", "uncertainty": 120 }, "departure": { "time": "1759217430", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1759217502", "uncertainty": 120 }, "departure": { "time": "1759217520", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1759217601", "uncertainty": 120 }, "departure": { "time": "1759217610", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1759217658", "uncertainty": 120 }, "departure": { "time": "1759217658", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1759217689", "uncertainty": 120 }, "departure": { "time": "1759217689", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1759217730", "uncertainty": 120 }, "departure": { "time": "1759217730", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1759217805", "uncertainty": 120 }, "departure": { "time": "1759217820", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1759217868", "uncertainty": 120 }, "departure": { "time": "1759217880", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1759217904", "uncertainty": 120 }, "departure": { "time": "1759217910", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1759218010", "uncertainty": 120 }, "departure": { "time": "1759218010", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1759218080", "uncertainty": 120 }, "departure": { "time": "1759218080", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1759218150", "uncertainty": 120 }, "departure": { "time": "1759218180", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1759218254", "uncertainty": 120 }, "departure": { "time": "1759218270", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1759218330", "uncertainty": 120 }, "departure": { "time": "1759218330", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1759218429", "uncertainty": 120 }, "departure": { "time": "1759218450", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1759218499", "uncertainty": 120 }, "departure": { "time": "1759218510", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1759218600", "uncertainty": 120 }, "departure": { "time": "1759218600", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1759218744", "uncertainty": 120 }, "departure": { "time": "1759218780", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 21 }, { "arrival": { "time": "1759218991", "uncertainty": 120 }, "departure": { "time": "1759219397", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 22 }, { "arrival": { "time": "1759219486", "uncertainty": 120 }, "departure": { "time": "1759219517", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1759219577", "uncertainty": 120 }, "departure": { "time": "1759219637", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 24 }, { "arrival": { "time": "1759219667", "uncertainty": 120 }, "departure": { "time": "1759219667", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1759219711", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1759219772", "uncertainty": 120 }, "departure": { "time": "1759219787", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1759219817", "uncertainty": 120 }, "departure": { "time": "1759219817", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1759219886", "uncertainty": 120 }, "departure": { "time": "1759219886", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1759219944", "uncertainty": 120 }, "departure": { "time": "1759219944", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1759220019", "uncertainty": 120 }, "departure": { "time": "1759220019", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1759220100", "uncertainty": 120 }, "departure": { "time": "1759220100", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759220137", "uncertainty": 120 }, "departure": { "time": "1759220137", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1759220210", "uncertainty": 120 }, "departure": { "time": "1759220210", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1759220251", "uncertainty": 120 }, "departure": { "time": "1759220251", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1759220309", "uncertainty": 120 }, "departure": { "time": "1759220309", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1759220371", "uncertainty": 120 }, "departure": { "time": "1759220371", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1759220417", "uncertainty": 120 }, "departure": { "time": "1759220417", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1759220449", "uncertainty": 120 }, "departure": { "time": "1759220449", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1759220567", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304573" }, "vehicle": { "id": "2054", "label": "2054" } } }, { "id": "3011081", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222680", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011081" } } }, { "id": "3011080", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220700", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011080" } } }, { "id": "3011079", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218979", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 }, { "arrival": { "time": "1759219020", "uncertainty": 120 }, "departure": { "time": "1759219020", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 2 }, { "arrival": { "time": "1759219057", "uncertainty": 120 }, "departure": { "time": "1759219070", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 3 }, { "arrival": { "time": "1759219099", "uncertainty": 120 }, "departure": { "time": "1759219099", "uncertainty": 120 }, "stopId": "0:ARIANE1", "stopSequence": 4 }, { "arrival": { "time": "1759219158", "uncertainty": 120 }, "departure": { "time": "1759219189", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 5 }, { "arrival": { "time": "1759219270", "uncertainty": 120 }, "departure": { "time": "1759219279", "uncertainty": 120 }, "stopId": "0:FAURNEL1", "stopSequence": 6 }, { "arrival": { "time": "1759219339", "uncertainty": 120 }, "departure": { "time": "1759219339", "uncertainty": 120 }, "stopId": "0:ROSEGON1", "stopSequence": 7 }, { "arrival": { "time": "1759219396", "uncertainty": 120 }, "departure": { "time": "1759219399", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 8 }, { "arrival": { "time": "1759219459", "uncertainty": 120 }, "departure": { "time": "1759219459", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 9 }, { "arrival": { "time": "1759219530", "uncertainty": 120 }, "departure": { "time": "1759219549", "uncertainty": 120 }, "stopId": "0:JMICHEL1", "stopSequence": 10 }, { "arrival": { "time": "1759219665", "uncertainty": 120 }, "departure": { "time": "1759219669", "uncertainty": 120 }, "stopId": "0:CHAPPE3", "stopSequence": 11 }, { "arrival": { "time": "1759219844", "uncertainty": 120 }, "departure": { "time": "1759219849", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 12 }, { "arrival": { "time": "1759219909", "uncertainty": 120 }, "departure": { "time": "1759219909", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 13 }, { "arrival": { "time": "1759219979", "uncertainty": 120 }, "departure": { "time": "1759219979", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 14 }, { "arrival": { "time": "1759220063", "uncertainty": 120 }, "departure": { "time": "1759220063", "uncertainty": 120 }, "stopId": "0:SEULHOT1", "stopSequence": 15 }, { "arrival": { "time": "1759220090", "uncertainty": 120 }, "departure": { "time": "1759220090", "uncertainty": 120 }, "stopId": "0:GENERAL1", "stopSequence": 16 }, { "arrival": { "time": "1759220117", "uncertainty": 120 }, "departure": { "time": "1759220117", "uncertainty": 120 }, "stopId": "0:ROEDERE1", "stopSequence": 17 }, { "arrival": { "time": "1759220142", "uncertainty": 120 }, "departure": { "time": "1759220142", "uncertainty": 120 }, "stopId": "0:GIRAUDO1", "stopSequence": 18 }, { "arrival": { "time": "1759220207", "uncertainty": 120 }, "departure": { "time": "1759220207", "uncertainty": 120 }, "stopId": "0:GDMAISO1", "stopSequence": 19 }, { "arrival": { "time": "1759220295", "uncertainty": 120 }, "departure": { "time": "1759220295", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 20 }, { "arrival": { "time": "1759220354", "uncertainty": 120 }, "departure": { "time": "1759220354", "uncertainty": 120 }, "stopId": "0:TIVO1", "stopSequence": 21 }, { "arrival": { "time": "1759220430", "uncertainty": 120 }, "departure": { "time": "1759220430", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1759220472", "uncertainty": 120 }, "departure": { "time": "1759220472", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1759220522", "uncertainty": 120 }, "departure": { "time": "1759220522", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1759220598", "uncertainty": 120 }, "departure": { "time": "1759220598", "uncertainty": 120 }, "stopId": "0:OBERL193", "stopSequence": 25 }, { "arrival": { "time": "1759220635", "uncertainty": 120 }, "departure": { "time": "1759220635", "uncertainty": 120 }, "stopId": "0:GENDARM1", "stopSequence": 26 }, { "arrival": { "time": "1759220676", "uncertainty": 120 }, "departure": { "time": "1759220676", "uncertainty": 120 }, "stopId": "0:STMAXI1", "stopSequence": 27 }, { "arrival": { "time": "1759220712", "uncertainty": 120 }, "departure": { "time": "1759220712", "uncertainty": 120 }, "stopId": "0:PUYMAIG1", "stopSequence": 28 }, { "arrival": { "time": "1759220802", "uncertainty": 120 }, "departure": { "time": "1759220802", "uncertainty": 120 }, "stopId": "0:TREIZE1", "stopSequence": 29 }, { "arrival": { "time": "1759220871", "uncertainty": 120 }, "departure": { "time": "1759220871", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 30 }, { "arrival": { "time": "1759221201", "uncertainty": 120 }, "departure": { "time": "1759221201", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 31 }, { "arrival": { "time": "1759221381", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 32 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011079" }, "vehicle": { "id": "921", "label": "921" } } }, { "id": "3011078", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217354", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 1 }, { "arrival": { "time": "1759217427", "uncertainty": 120 }, "departure": { "time": "1759217427", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 2 }, { "arrival": { "time": "1759217460", "uncertainty": 120 }, "departure": { "time": "1759217474", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 3 }, { "arrival": { "time": "1759217524", "uncertainty": 120 }, "departure": { "time": "1759217534", "uncertainty": 120 }, "stopId": "0:ARIANE1", "stopSequence": 4 }, { "arrival": { "time": "1759217576", "uncertainty": 120 }, "departure": { "time": "1759217595", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 5 }, { "arrival": { "time": "1759217660", "uncertainty": 120 }, "departure": { "time": "1759217660", "uncertainty": 120 }, "stopId": "0:FAURNEL1", "stopSequence": 6 }, { "arrival": { "time": "1759217724", "uncertainty": 120 }, "departure": { "time": "1759217724", "uncertainty": 120 }, "stopId": "0:ROSEGON1", "stopSequence": 7 }, { "arrival": { "time": "1759217842", "uncertainty": 120 }, "departure": { "time": "1759217842", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 8 }, { "arrival": { "time": "1759217881", "uncertainty": 120 }, "departure": { "time": "1759217881", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 9 }, { "arrival": { "time": "1759217967", "uncertainty": 120 }, "departure": { "time": "1759217984", "uncertainty": 120 }, "stopId": "0:JMICHEL1", "stopSequence": 10 }, { "arrival": { "time": "1759218102", "uncertainty": 120 }, "departure": { "time": "1759218104", "uncertainty": 120 }, "stopId": "0:CHAPPE3", "stopSequence": 11 }, { "arrival": { "time": "1759218207", "uncertainty": 120 }, "departure": { "time": "1759218224", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 12 }, { "arrival": { "time": "1759218268", "uncertainty": 120 }, "departure": { "time": "1759218284", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 13 }, { "arrival": { "time": "1759218350", "uncertainty": 120 }, "departure": { "time": "1759218374", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 14 }, { "arrival": { "time": "1759218464", "uncertainty": 120 }, "departure": { "time": "1759218464", "uncertainty": 120 }, "stopId": "0:SEULHOT1", "stopSequence": 15 }, { "arrival": { "time": "1759218499", "uncertainty": 120 }, "departure": { "time": "1759218499", "uncertainty": 120 }, "stopId": "0:GENERAL1", "stopSequence": 16 }, { "arrival": { "time": "1759218524", "uncertainty": 120 }, "departure": { "time": "1759218524", "uncertainty": 120 }, "stopId": "0:ROEDERE1", "stopSequence": 17 }, { "arrival": { "time": "1759218549", "uncertainty": 120 }, "departure": { "time": "1759218554", "uncertainty": 120 }, "stopId": "0:GIRAUDO1", "stopSequence": 18 }, { "arrival": { "time": "1759218620", "uncertainty": 120 }, "departure": { "time": "1759218644", "uncertainty": 120 }, "stopId": "0:GDMAISO1", "stopSequence": 19 }, { "arrival": { "time": "1759218735", "uncertainty": 120 }, "departure": { "time": "1759218767", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 20 }, { "arrival": { "time": "1759218851", "uncertainty": 120 }, "departure": { "time": "1759218851", "uncertainty": 120 }, "stopId": "0:TIVO1", "stopSequence": 21 }, { "arrival": { "time": "1759218933", "uncertainty": 120 }, "departure": { "time": "1759218944", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1759218974", "uncertainty": 120 }, "departure": { "time": "1759218974", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1759219009", "uncertainty": 120 }, "departure": { "time": "1759219009", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1759219087", "uncertainty": 120 }, "departure": { "time": "1759219094", "uncertainty": 120 }, "stopId": "0:OBERL193", "stopSequence": 25 }, { "arrival": { "time": "1759219130", "uncertainty": 120 }, "departure": { "time": "1759219130", "uncertainty": 120 }, "stopId": "0:GENDARM1", "stopSequence": 26 }, { "arrival": { "time": "1759219183", "uncertainty": 120 }, "departure": { "time": "1759219184", "uncertainty": 120 }, "stopId": "0:STMAXI1", "stopSequence": 27 }, { "arrival": { "time": "1759219244", "uncertainty": 120 }, "departure": { "time": "1759219244", "uncertainty": 120 }, "stopId": "0:PUYMAIG1", "stopSequence": 28 }, { "arrival": { "time": "1759219334", "uncertainty": 120 }, "departure": { "time": "1759219334", "uncertainty": 120 }, "stopId": "0:TREIZE1", "stopSequence": 29 }, { "arrival": { "time": "1759219402", "uncertainty": 120 }, "departure": { "time": "1759219424", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 30 }, { "arrival": { "time": "1759219754", "uncertainty": 120 }, "departure": { "time": "1759219904", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 31 }, { "arrival": { "time": "1759220042", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 32 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011078" }, "vehicle": { "id": "1531", "label": "1531" } } }, { "id": "3095212", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000" }, "stopId": "0:STJFORT2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "18", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095212" } } }, { "id": "3011937", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223340", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011937" } } }, { "id": "3009855", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759222305", "uncertainty": 120 }, "departure": { "time": "1759222305", "uncertainty": 120 }, "stopId": "0:GAREN1" }, { "arrival": { "time": "1759222306", "uncertainty": 120 }, "departure": { "time": "1759222306", "uncertainty": 120 }, "stopId": "0:GARENNE1" }, { "departure": { "time": "1759221420", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1759221579", "uncertainty": 120 }, "departure": { "time": "1759221579", "uncertainty": 120 }, "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1759221660", "uncertainty": 120 }, "departure": { "time": "1759221660", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1759221780", "uncertainty": 120 }, "departure": { "time": "1759221780", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1759221878", "uncertainty": 120 }, "departure": { "time": "1759221878", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1759221974", "uncertainty": 120 }, "departure": { "time": "1759221974", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1759222064", "uncertainty": 120 }, "departure": { "time": "1759222064", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1759222117", "uncertainty": 120 }, "departure": { "time": "1759222117", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1759222396", "uncertainty": 120 }, "departure": { "time": "1759222396", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1759222449", "uncertainty": 120 }, "departure": { "time": "1759222449", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1759222614", "uncertainty": 120 }, "departure": { "time": "1759222614", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1759222717", "uncertainty": 120 }, "departure": { "time": "1759222717", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1759222809", "uncertainty": 120 }, "departure": { "time": "1759222809", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1759222886", "uncertainty": 120 }, "departure": { "time": "1759222886", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1759222989", "uncertainty": 120 }, "departure": { "time": "1759222989", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1759223096", "uncertainty": 120 }, "departure": { "time": "1759223096", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1759223186", "uncertainty": 120 }, "departure": { "time": "1759223186", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1759223289", "uncertainty": 120 }, "departure": { "time": "1759223289", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1759223371", "uncertainty": 120 }, "departure": { "time": "1759223371", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 19 }, { "arrival": { "time": "1759223523", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009855" } } }, { "id": "3011936", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222740", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011936" } } }, { "id": "3095217", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "18", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095217" } } }, { "id": "3009850", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759223211", "uncertainty": 120 }, "departure": { "time": "1759223211", "uncertainty": 120 }, "stopId": "0:GAREN2" }, { "arrival": { "time": "1759223212", "uncertainty": 120 }, "departure": { "time": "1759223212", "uncertainty": 120 }, "stopId": "0:GARENNE2" }, { "arrival": { "time": "1759223520", "uncertainty": 120 }, "departure": { "time": "1759223520", "uncertainty": 120 }, "stopId": "0:SORBIER3" }, { "departure": { "time": "1759222075", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759222230", "uncertainty": 120 }, "departure": { "time": "1759222230", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1759222321", "uncertainty": 120 }, "departure": { "time": "1759222321", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759222371", "uncertainty": 120 }, "departure": { "time": "1759222371", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759222446", "uncertainty": 120 }, "departure": { "time": "1759222446", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759222543", "uncertainty": 120 }, "departure": { "time": "1759222543", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759222617", "uncertainty": 120 }, "departure": { "time": "1759222617", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759222690", "uncertainty": 120 }, "departure": { "time": "1759222690", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759222801", "uncertainty": 120 }, "departure": { "time": "1759222801", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759222868", "uncertainty": 120 }, "departure": { "time": "1759222868", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759223050", "uncertainty": 120 }, "departure": { "time": "1759223050", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1759223122", "uncertainty": 120 }, "departure": { "time": "1759223122", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1759217021", "uncertainty": 120 }, "departure": { "time": "1759217021", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1759217087", "uncertainty": 120 }, "departure": { "time": "1759217087", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1759217164", "uncertainty": 120 }, "departure": { "time": "1759217164", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1759223601", "uncertainty": 120 }, "departure": { "time": "1759223601", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1759223690", "uncertainty": 120 }, "departure": { "time": "1759223690", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1759223810", "uncertainty": 120 }, "departure": { "time": "1759223810", "uncertainty": 120 }, "stopId": "0:JOSEPH2", "stopSequence": 18 }, { "arrival": { "time": "1759223888", "uncertainty": 120 }, "departure": { "time": "1759223888", "uncertainty": 120 }, "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1759224007", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009850" } } }, { "id": "3095177", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221960", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095177" } } }, { "id": "3095176", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 }, { "arrival": { "time": "1759220414", "uncertainty": 120 }, "departure": { "time": "1759220414", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 2 }, { "arrival": { "time": "1759220541", "uncertainty": 120 }, "departure": { "time": "1759220541", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 3 }, { "arrival": { "time": "1759220640", "uncertainty": 120 }, "departure": { "time": "1759220640", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 4 }, { "arrival": { "time": "1759220760", "uncertainty": 120 }, "departure": { "time": "1759220760", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 5 }, { "arrival": { "time": "1759220845", "uncertainty": 120 }, "departure": { "time": "1759220845", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 6 }, { "arrival": { "time": "1759220898", "uncertainty": 120 }, "departure": { "time": "1759220898", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 7 }, { "arrival": { "time": "1759220988", "uncertainty": 120 }, "departure": { "time": "1759220988", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 8 }, { "arrival": { "time": "1759221180", "uncertainty": 120 }, "departure": { "time": "1759221180", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 9 }, { "arrival": { "time": "1759221284", "uncertainty": 120 }, "departure": { "time": "1759221284", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 10 }, { "arrival": { "time": "1759221452", "uncertainty": 120 }, "departure": { "time": "1759221452", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 11 }, { "arrival": { "time": "1759221544", "uncertainty": 120 }, "departure": { "time": "1759221544", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 12 }, { "arrival": { "time": "1759221566", "uncertainty": 120 }, "departure": { "time": "1759221566", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 13 }, { "arrival": { "time": "1759221635", "uncertainty": 120 }, "departure": { "time": "1759221635", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 14 }, { "arrival": { "time": "1759221678", "uncertainty": 120 }, "departure": { "time": "1759221678", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 15 }, { "arrival": { "time": "1759221737", "uncertainty": 120 }, "departure": { "time": "1759221737", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 16 }, { "arrival": { "time": "1759221805", "uncertainty": 120 }, "departure": { "time": "1759221805", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 17 }, { "arrival": { "time": "1759221845", "uncertainty": 120 }, "departure": { "time": "1759221845", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 18 }, { "arrival": { "time": "1759221881", "uncertainty": 120 }, "departure": { "time": "1759221881", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 19 }, { "arrival": { "time": "1759221959", "uncertainty": 120 }, "departure": { "time": "1759221959", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 20 }, { "arrival": { "time": "1759222023", "uncertainty": 120 }, "departure": { "time": "1759222023", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 21 }, { "arrival": { "time": "1759222121", "uncertainty": 120 }, "departure": { "time": "1759222121", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 22 }, { "arrival": { "time": "1759222155", "uncertainty": 120 }, "departure": { "time": "1759222155", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 23 }, { "arrival": { "time": "1759222197", "uncertainty": 120 }, "departure": { "time": "1759222197", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 24 }, { "arrival": { "time": "1759222241", "uncertainty": 120 }, "departure": { "time": "1759222241", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 25 }, { "arrival": { "time": "1759222284", "uncertainty": 120 }, "departure": { "time": "1759222284", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 26 }, { "arrival": { "time": "1759222325", "uncertainty": 120 }, "departure": { "time": "1759222325", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 27 }, { "arrival": { "time": "1759222559", "uncertainty": 120 }, "departure": { "time": "1759222559", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 28 }, { "arrival": { "time": "1759222584", "uncertainty": 120 }, "departure": { "time": "1759222584", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 29 }, { "arrival": { "time": "1759222608", "uncertainty": 120 }, "departure": { "time": "1759222608", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 30 }, { "arrival": { "time": "1759222661", "uncertainty": 120 }, "departure": { "time": "1759222661", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 31 }, { "arrival": { "time": "1759222721", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095176" }, "vehicle": { "id": "1632", "label": "1632" } } }, { "id": "3095175", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218360", "uncertainty": 120 }, "stopId": "0:BORDES3", "stopSequence": 1 }, { "arrival": { "time": "1759218588", "uncertainty": 120 }, "departure": { "time": "1759218602", "uncertainty": 120 }, "stopId": "0:PROVENC1", "stopSequence": 2 }, { "arrival": { "time": "1759218699", "uncertainty": 120 }, "departure": { "time": "1759218723", "uncertainty": 120 }, "stopId": "0:BERNARD1", "stopSequence": 3 }, { "arrival": { "time": "1759218798", "uncertainty": 120 }, "departure": { "time": "1759218798", "uncertainty": 120 }, "stopId": "0:GANNE1", "stopSequence": 4 }, { "arrival": { "time": "1759218893", "uncertainty": 120 }, "departure": { "time": "1759218902", "uncertainty": 120 }, "stopId": "0:RUELLCH1", "stopSequence": 5 }, { "arrival": { "time": "1759218962", "uncertainty": 120 }, "departure": { "time": "1759218962", "uncertainty": 120 }, "stopId": "0:RTBORNY1", "stopSequence": 6 }, { "arrival": { "time": "1759219112", "uncertainty": 120 }, "departure": { "time": "1759219112", "uncertainty": 120 }, "stopId": "0:PONTROU1", "stopSequence": 7 }, { "arrival": { "time": "1759219209", "uncertainty": 120 }, "departure": { "time": "1759219209", "uncertainty": 120 }, "stopId": "0:LACRETL1", "stopSequence": 8 }, { "arrival": { "time": "1759219352", "uncertainty": 120 }, "departure": { "time": "1759219502", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 9 }, { "arrival": { "time": "1759219583", "uncertainty": 120 }, "departure": { "time": "1759219652", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 10 }, { "arrival": { "time": "1759219799", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 11 }, { "arrival": { "time": "1759219889", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 12 }, { "arrival": { "time": "1759219904", "uncertainty": 120 }, "departure": { "time": "1759219904", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 13 }, { "arrival": { "time": "1759219952", "uncertainty": 120 }, "departure": { "time": "1759219952", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 14 }, { "arrival": { "time": "1759219995", "uncertainty": 120 }, "departure": { "time": "1759219995", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 15 }, { "arrival": { "time": "1759220053", "uncertainty": 120 }, "departure": { "time": "1759220053", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 16 }, { "arrival": { "time": "1759220121", "uncertainty": 120 }, "departure": { "time": "1759220121", "uncertainty": 120 }, "stopId": "0:CHATRIA2", "stopSequence": 17 }, { "arrival": { "time": "1759220161", "uncertainty": 120 }, "departure": { "time": "1759220161", "uncertainty": 120 }, "stopId": "0:VERGERS2", "stopSequence": 18 }, { "arrival": { "time": "1759220197", "uncertainty": 120 }, "departure": { "time": "1759220197", "uncertainty": 120 }, "stopId": "0:FOSSE2", "stopSequence": 19 }, { "arrival": { "time": "1759220275", "uncertainty": 120 }, "departure": { "time": "1759220275", "uncertainty": 120 }, "stopId": "0:FRICHES2", "stopSequence": 20 }, { "arrival": { "time": "1759220339", "uncertainty": 120 }, "departure": { "time": "1759220339", "uncertainty": 120 }, "stopId": "0:08MAI02", "stopSequence": 21 }, { "arrival": { "time": "1759220437", "uncertainty": 120 }, "departure": { "time": "1759220437", "uncertainty": 120 }, "stopId": "0:HTRHELE2", "stopSequence": 22 }, { "arrival": { "time": "1759220471", "uncertainty": 120 }, "departure": { "time": "1759220471", "uncertainty": 120 }, "stopId": "0:ALSACE2", "stopSequence": 23 }, { "arrival": { "time": "1759220513", "uncertainty": 120 }, "departure": { "time": "1759220513", "uncertainty": 120 }, "stopId": "0:SAVOIE2", "stopSequence": 24 }, { "arrival": { "time": "1759220557", "uncertainty": 120 }, "departure": { "time": "1759220557", "uncertainty": 120 }, "stopId": "0:PAQUERE2", "stopSequence": 25 }, { "arrival": { "time": "1759220600", "uncertainty": 120 }, "departure": { "time": "1759220600", "uncertainty": 120 }, "stopId": "0:CONSTAN2", "stopSequence": 26 }, { "arrival": { "time": "1759220641", "uncertainty": 120 }, "departure": { "time": "1759220641", "uncertainty": 120 }, "stopId": "0:3HAIES2", "stopSequence": 27 }, { "arrival": { "time": "1759220875", "uncertainty": 120 }, "departure": { "time": "1759220875", "uncertainty": 120 }, "stopId": "0:LORRAIN2", "stopSequence": 28 }, { "arrival": { "time": "1759220900", "uncertainty": 120 }, "departure": { "time": "1759220900", "uncertainty": 120 }, "stopId": "0:ARDECHE2", "stopSequence": 29 }, { "arrival": { "time": "1759220924", "uncertainty": 120 }, "departure": { "time": "1759220924", "uncertainty": 120 }, "stopId": "0:PREVIL01", "stopSequence": 30 }, { "arrival": { "time": "1759220977", "uncertainty": 120 }, "departure": { "time": "1759220977", "uncertainty": 120 }, "stopId": "0:VIEAUX2", "stopSequence": 31 }, { "arrival": { "time": "1759221054", "uncertainty": 120 }, "stopId": "0:MOULMAI1", "stopSequence": 32 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "14", "scheduleRelationship": "SCHEDULED", "tripId": "0_23095175" }, "vehicle": { "id": "1633", "label": "1633" } } }, { "id": "3009796", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759223081", "uncertainty": 120 }, "departure": { "time": "1759223081", "uncertainty": 120 }, "stopId": "0:GAREN2" }, { "arrival": { "time": "1759223082", "uncertainty": 120 }, "departure": { "time": "1759223082", "uncertainty": 120 }, "stopId": "0:GARENNE2" }, { "arrival": { "time": "1759223390", "uncertainty": 120 }, "departure": { "time": "1759223390", "uncertainty": 120 }, "stopId": "0:SORBIER3" }, { "departure": { "time": "1759221960", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759222115", "uncertainty": 120 }, "departure": { "time": "1759222115", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1759222200", "uncertainty": 120 }, "departure": { "time": "1759222200", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759222249", "uncertainty": 120 }, "departure": { "time": "1759222249", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759222322", "uncertainty": 120 }, "departure": { "time": "1759222322", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759222417", "uncertainty": 120 }, "departure": { "time": "1759222417", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759222489", "uncertainty": 120 }, "departure": { "time": "1759222489", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759222560", "uncertainty": 120 }, "departure": { "time": "1759222560", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759222671", "uncertainty": 120 }, "departure": { "time": "1759222671", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759222738", "uncertainty": 120 }, "departure": { "time": "1759222738", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759222920", "uncertainty": 120 }, "departure": { "time": "1759222920", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1759222992", "uncertainty": 120 }, "departure": { "time": "1759222992", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1759223081", "uncertainty": 120 }, "departure": { "time": "1759223081", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1759223147", "uncertainty": 120 }, "departure": { "time": "1759223147", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1759223224", "uncertainty": 120 }, "departure": { "time": "1759223224", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1759223471", "uncertainty": 120 }, "departure": { "time": "1759223471", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1759223560", "uncertainty": 120 }, "departure": { "time": "1759223560", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1759223680", "uncertainty": 120 }, "departure": { "time": "1759223680", "uncertainty": 120 }, "stopId": "0:JOSEPH2", "stopSequence": 18 }, { "arrival": { "time": "1759223755", "uncertainty": 120 }, "departure": { "time": "1759223755", "uncertainty": 120 }, "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1759223870", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009796" } } }, { "id": "3011933", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011933" } } }, { "id": "3011932", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1759220443", "uncertainty": 120 }, "departure": { "time": "1759220443", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1759220493", "uncertainty": 120 }, "departure": { "time": "1759220493", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1759220561", "uncertainty": 120 }, "departure": { "time": "1759220561", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1759220608", "uncertainty": 120 }, "departure": { "time": "1759220608", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1759220641", "uncertainty": 120 }, "departure": { "time": "1759220641", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1759220741", "uncertainty": 120 }, "departure": { "time": "1759220741", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1759220796", "uncertainty": 120 }, "departure": { "time": "1759220796", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1759220837", "uncertainty": 120 }, "departure": { "time": "1759220837", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1759220862", "uncertainty": 120 }, "departure": { "time": "1759220862", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1759220956", "uncertainty": 120 }, "departure": { "time": "1759220956", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1759221017", "uncertainty": 120 }, "departure": { "time": "1759221017", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1759221069", "uncertainty": 120 }, "departure": { "time": "1759221069", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1759221138", "uncertainty": 120 }, "departure": { "time": "1759221138", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1759221200", "uncertainty": 120 }, "departure": { "time": "1759221200", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1759221246", "uncertainty": 120 }, "departure": { "time": "1759221246", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1759221434", "uncertainty": 120 }, "departure": { "time": "1759221434", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1759221509", "uncertainty": 120 }, "departure": { "time": "1759221509", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1759221623", "uncertainty": 120 }, "departure": { "time": "1759221623", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1759221822", "uncertainty": 120 }, "departure": { "time": "1759221822", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759221870", "uncertainty": 120 }, "departure": { "time": "1759221870", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759222062", "uncertainty": 120 }, "departure": { "time": "1759222260", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 22 }, { "arrival": { "time": "1759222414", "uncertainty": 120 }, "departure": { "time": "1759222414", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 23 }, { "arrival": { "time": "1759222515", "uncertainty": 120 }, "departure": { "time": "1759222515", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1759222642", "uncertainty": 120 }, "departure": { "time": "1759222642", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1759222694", "uncertainty": 120 }, "departure": { "time": "1759222694", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1759222774", "uncertainty": 120 }, "departure": { "time": "1759222774", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1759222860", "uncertainty": 120 }, "departure": { "time": "1759222860", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1759222909", "uncertainty": 120 }, "departure": { "time": "1759222909", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1759222996", "uncertainty": 120 }, "departure": { "time": "1759222996", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1759223040", "uncertainty": 120 }, "departure": { "time": "1759223040", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1759223107", "uncertainty": 120 }, "departure": { "time": "1759223107", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1759223135", "uncertainty": 120 }, "departure": { "time": "1759223135", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1759223160", "uncertainty": 120 }, "departure": { "time": "1759223160", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1759223238", "uncertainty": 120 }, "departure": { "time": "1759223238", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1759223272", "uncertainty": 120 }, "departure": { "time": "1759223272", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1759223358", "uncertainty": 120 }, "departure": { "time": "1759223358", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1759223400", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011932" } } }, { "id": "3011935", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222200", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011935" } } }, { "id": "3011934", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011934" } } }, { "id": "3047462", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218571", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1759218614", "uncertainty": 120 }, "departure": { "time": "1759218631", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1759218691", "uncertainty": 120 }, "departure": { "time": "1759218691", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1759218781", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1759218871", "uncertainty": 120 }, "departure": { "time": "1759218902", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1759218991", "uncertainty": 120 }, "departure": { "time": "1759219021", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1759219081", "uncertainty": 120 }, "departure": { "time": "1759219081", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1759219180", "uncertainty": 120 }, "departure": { "time": "1759219201", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1759219291", "uncertainty": 120 }, "departure": { "time": "1759219291", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1759219351", "uncertainty": 120 }, "departure": { "time": "1759219351", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1759219441", "uncertainty": 120 }, "departure": { "time": "1759219441", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1759219528", "uncertainty": 120 }, "departure": { "time": "1759219531", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1759219610", "uncertainty": 120 }, "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1759219730", "uncertainty": 120 }, "departure": { "time": "1759219741", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1759219850", "uncertainty": 120 }, "departure": { "time": "1759219921", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 15 }, { "arrival": { "time": "1759220081", "uncertainty": 120 }, "departure": { "time": "1759220081", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1759220159", "uncertainty": 120 }, "departure": { "time": "1759220159", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1759220221", "uncertainty": 120 }, "departure": { "time": "1759220221", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1759220283", "uncertainty": 120 }, "departure": { "time": "1759220283", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1759220374", "uncertainty": 120 }, "departure": { "time": "1759220374", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1759220437", "uncertainty": 120 }, "departure": { "time": "1759220437", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1759220562", "uncertainty": 120 }, "departure": { "time": "1759220562", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1759220654", "uncertainty": 120 }, "departure": { "time": "1759220654", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1759220742", "uncertainty": 120 }, "departure": { "time": "1759220742", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1759220830", "uncertainty": 120 }, "departure": { "time": "1759220830", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1759220861", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047462" }, "vehicle": { "id": "1313", "label": "1313" } } }, { "id": "3011929", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218630", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1759218666", "uncertainty": 120 }, "departure": { "time": "1759218666", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1759218717", "uncertainty": 120 }, "departure": { "time": "1759218720", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1759218779", "uncertainty": 120 }, "departure": { "time": "1759218779", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1759218819", "uncertainty": 120 }, "departure": { "time": "1759218819", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1759218870", "uncertainty": 120 }, "departure": { "time": "1759218870", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1759218943", "uncertainty": 120 }, "departure": { "time": "1759218943", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1759218986", "uncertainty": 120 }, "departure": { "time": "1759218990", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1759219047", "uncertainty": 120 }, "departure": { "time": "1759219047", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1759219080", "uncertainty": 120 }, "departure": { "time": "1759219080", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1759219176", "uncertainty": 120 }, "departure": { "time": "1759219176", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1759219255", "uncertainty": 120 }, "departure": { "time": "1759219260", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1759219319", "uncertainty": 120 }, "departure": { "time": "1759219320", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1759219393", "uncertainty": 120 }, "departure": { "time": "1759219393", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1759219452", "uncertainty": 120 }, "departure": { "time": "1759219452", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1759219495", "uncertainty": 120 }, "departure": { "time": "1759219500", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1759219690", "uncertainty": 120 }, "departure": { "time": "1759219690", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1759219754", "uncertainty": 120 }, "departure": { "time": "1759219800", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1759219920", "uncertainty": 120 }, "departure": { "time": "1759219920", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1759220130", "uncertainty": 120 }, "departure": { "time": "1759220130", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759220162", "uncertainty": 120 }, "departure": { "time": "1759220162", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759220359", "uncertainty": 120 }, "departure": { "time": "1759220359", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 22 }, { "arrival": { "time": "1759220461", "uncertainty": 120 }, "departure": { "time": "1759220461", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 23 }, { "arrival": { "time": "1759220551", "uncertainty": 120 }, "departure": { "time": "1759220551", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1759220642", "uncertainty": 120 }, "departure": { "time": "1759220642", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1759220658", "uncertainty": 120 }, "departure": { "time": "1759220658", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1759220722", "uncertainty": 120 }, "departure": { "time": "1759220722", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1759220791", "uncertainty": 120 }, "departure": { "time": "1759220791", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1759220849", "uncertainty": 120 }, "departure": { "time": "1759220849", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1759220914", "uncertainty": 120 }, "departure": { "time": "1759220914", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1759220993", "uncertainty": 120 }, "departure": { "time": "1759220993", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1759221060", "uncertainty": 120 }, "departure": { "time": "1759221060", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1759221101", "uncertainty": 120 }, "departure": { "time": "1759221101", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1759221114", "uncertainty": 120 }, "departure": { "time": "1759221114", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1759221177", "uncertainty": 120 }, "departure": { "time": "1759221177", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1759221194", "uncertainty": 120 }, "departure": { "time": "1759221194", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1759221252", "uncertainty": 120 }, "departure": { "time": "1759221252", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1759221294", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011929" }, "vehicle": { "id": "2428", "label": "2428" } } }, { "id": "3011928", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218000", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1759218046", "uncertainty": 120 }, "departure": { "time": "1759218046", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1759218099", "uncertainty": 120 }, "departure": { "time": "1759218099", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1759218167", "uncertainty": 120 }, "departure": { "time": "1759218167", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1759218207", "uncertainty": 120 }, "departure": { "time": "1759218211", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1759218254", "uncertainty": 120 }, "departure": { "time": "1759218254", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1759218375", "uncertainty": 120 }, "departure": { "time": "1759218391", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1759218451", "uncertainty": 120 }, "departure": { "time": "1759218451", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1759218506", "uncertainty": 120 }, "departure": { "time": "1759218511", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1759218578", "uncertainty": 120 }, "departure": { "time": "1759218578", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1759218661", "uncertainty": 120 }, "departure": { "time": "1759218661", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1759218721", "uncertainty": 120 }, "departure": { "time": "1759218721", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1759218794", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1759218871", "uncertainty": 120 }, "departure": { "time": "1759218871", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1759218919", "uncertainty": 120 }, "departure": { "time": "1759218919", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1759218961", "uncertainty": 120 }, "departure": { "time": "1759218961", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1759219141", "uncertainty": 120 }, "departure": { "time": "1759219141", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1759219256", "uncertainty": 120 }, "departure": { "time": "1759219261", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1759219334", "uncertainty": 120 }, "departure": { "time": "1759219334", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1759219524", "uncertainty": 120 }, "departure": { "time": "1759219620", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759219659", "uncertainty": 120 }, "departure": { "time": "1759219659", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759219831", "uncertainty": 120 }, "departure": { "time": "1759219952", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 22 }, { "arrival": { "time": "1759220053", "uncertainty": 120 }, "departure": { "time": "1759220053", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 23 }, { "arrival": { "time": "1759220144", "uncertainty": 120 }, "departure": { "time": "1759220144", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1759220235", "uncertainty": 120 }, "departure": { "time": "1759220235", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1759220251", "uncertainty": 120 }, "departure": { "time": "1759220251", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1759220315", "uncertainty": 120 }, "departure": { "time": "1759220315", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1759220384", "uncertainty": 120 }, "departure": { "time": "1759220384", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1759220443", "uncertainty": 120 }, "departure": { "time": "1759220443", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1759220506", "uncertainty": 120 }, "departure": { "time": "1759220506", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1759220589", "uncertainty": 120 }, "departure": { "time": "1759220589", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1759220668", "uncertainty": 120 }, "departure": { "time": "1759220668", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1759220710", "uncertainty": 120 }, "departure": { "time": "1759220710", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1759220723", "uncertainty": 120 }, "departure": { "time": "1759220723", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1759220785", "uncertainty": 120 }, "departure": { "time": "1759220785", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1759220800", "uncertainty": 120 }, "departure": { "time": "1759220800", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1759220856", "uncertainty": 120 }, "departure": { "time": "1759220856", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1759220898", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011928" }, "vehicle": { "id": "1639", "label": "1639" } } }, { "id": "3011931", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219800", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1759219842", "uncertainty": 120 }, "departure": { "time": "1759219842", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1759219891", "uncertainty": 120 }, "departure": { "time": "1759219891", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1759219962", "uncertainty": 120 }, "departure": { "time": "1759219962", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1759220008", "uncertainty": 120 }, "departure": { "time": "1759220008", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1759220040", "uncertainty": 120 }, "departure": { "time": "1759220040", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1759220141", "uncertainty": 120 }, "departure": { "time": "1759220141", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1759220195", "uncertainty": 120 }, "departure": { "time": "1759220195", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1759220236", "uncertainty": 120 }, "departure": { "time": "1759220236", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1759220260", "uncertainty": 120 }, "departure": { "time": "1759220260", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1759220353", "uncertainty": 120 }, "departure": { "time": "1759220353", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1759220414", "uncertainty": 120 }, "departure": { "time": "1759220414", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1759220471", "uncertainty": 120 }, "departure": { "time": "1759220471", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1759220543", "uncertainty": 120 }, "departure": { "time": "1759220543", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1759220596", "uncertainty": 120 }, "departure": { "time": "1759220596", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1759220640", "uncertainty": 120 }, "departure": { "time": "1759220640", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1759220829", "uncertainty": 120 }, "departure": { "time": "1759220829", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1759220896", "uncertainty": 120 }, "departure": { "time": "1759220896", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1759221015", "uncertainty": 120 }, "departure": { "time": "1759221015", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1759221199", "uncertainty": 120 }, "departure": { "time": "1759221199", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759221236", "uncertainty": 120 }, "departure": { "time": "1759221236", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759221432", "uncertainty": 120 }, "departure": { "time": "1759221432", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 22 }, { "arrival": { "time": "1759221586", "uncertainty": 120 }, "departure": { "time": "1759221586", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 23 }, { "arrival": { "time": "1759221681", "uncertainty": 120 }, "departure": { "time": "1759221681", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1759221782", "uncertainty": 120 }, "departure": { "time": "1759221782", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1759221823", "uncertainty": 120 }, "departure": { "time": "1759221823", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1759221887", "uncertainty": 120 }, "departure": { "time": "1759221887", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1759221973", "uncertainty": 120 }, "departure": { "time": "1759221973", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1759222022", "uncertainty": 120 }, "departure": { "time": "1759222022", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1759222109", "uncertainty": 120 }, "departure": { "time": "1759222109", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1759222153", "uncertainty": 120 }, "departure": { "time": "1759222153", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1759222220", "uncertainty": 120 }, "departure": { "time": "1759222220", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1759222248", "uncertainty": 120 }, "departure": { "time": "1759222248", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1759222273", "uncertainty": 120 }, "departure": { "time": "1759222273", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1759222351", "uncertainty": 120 }, "departure": { "time": "1759222351", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1759222385", "uncertainty": 120 }, "departure": { "time": "1759222385", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1759222471", "uncertainty": 120 }, "departure": { "time": "1759222471", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1759222513", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011931" }, "vehicle": { "id": "2424", "label": "2424" } } }, { "id": "3011930", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219204", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1759219264", "uncertainty": 120 }, "departure": { "time": "1759219264", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1759219317", "uncertainty": 120 }, "departure": { "time": "1759219325", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1759219395", "uncertainty": 120 }, "departure": { "time": "1759219395", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1759219436", "uncertainty": 120 }, "departure": { "time": "1759219445", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1759219476", "uncertainty": 120 }, "departure": { "time": "1759219476", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1759219578", "uncertainty": 120 }, "departure": { "time": "1759219595", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1759219646", "uncertainty": 120 }, "departure": { "time": "1759219646", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1759219685", "uncertainty": 120 }, "departure": { "time": "1759219685", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1759219705", "uncertainty": 120 }, "departure": { "time": "1759219746", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1759219835", "uncertainty": 120 }, "departure": { "time": "1759219836", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1759219896", "uncertainty": 120 }, "departure": { "time": "1759219927", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1759220011", "uncertainty": 120 }, "departure": { "time": "1759220011", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1759220083", "uncertainty": 120 }, "departure": { "time": "1759220083", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1759220133", "uncertainty": 120 }, "departure": { "time": "1759220133", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1759220177", "uncertainty": 120 }, "departure": { "time": "1759220177", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1759220367", "uncertainty": 120 }, "departure": { "time": "1759220367", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1759220433", "uncertainty": 120 }, "departure": { "time": "1759220433", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1759220552", "uncertainty": 120 }, "departure": { "time": "1759220552", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1759220734", "uncertainty": 120 }, "departure": { "time": "1759220734", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759220766", "uncertainty": 120 }, "departure": { "time": "1759220766", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759220962", "uncertainty": 120 }, "departure": { "time": "1759220962", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 22 }, { "arrival": { "time": "1759221072", "uncertainty": 120 }, "departure": { "time": "1759221072", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 23 }, { "arrival": { "time": "1759221165", "uncertainty": 120 }, "departure": { "time": "1759221165", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1759221258", "uncertainty": 120 }, "departure": { "time": "1759221258", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1759221276", "uncertainty": 120 }, "departure": { "time": "1759221276", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1759221329", "uncertainty": 120 }, "departure": { "time": "1759221329", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1759221400", "uncertainty": 120 }, "departure": { "time": "1759221400", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1759221449", "uncertainty": 120 }, "departure": { "time": "1759221449", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1759221536", "uncertainty": 120 }, "departure": { "time": "1759221536", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1759221580", "uncertainty": 120 }, "departure": { "time": "1759221580", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1759221647", "uncertainty": 120 }, "departure": { "time": "1759221647", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1759221683", "uncertainty": 120 }, "departure": { "time": "1759221683", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1759221714", "uncertainty": 120 }, "departure": { "time": "1759221714", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1759221792", "uncertainty": 120 }, "departure": { "time": "1759221792", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1759221826", "uncertainty": 120 }, "departure": { "time": "1759221826", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1759221912", "uncertainty": 120 }, "departure": { "time": "1759221912", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1759221954", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011930" }, "vehicle": { "id": "2433", "label": "2433" } } }, { "id": "3011927", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217460", "uncertainty": 120 }, "stopId": "0:OEILLET1", "stopSequence": 1 }, { "arrival": { "time": "1759217516", "uncertainty": 120 }, "departure": { "time": "1759217516", "uncertainty": 120 }, "stopId": "0:PIVOINE1", "stopSequence": 2 }, { "arrival": { "time": "1759217552", "uncertainty": 120 }, "departure": { "time": "1759217552", "uncertainty": 120 }, "stopId": "0:JACINTH1", "stopSequence": 3 }, { "arrival": { "time": "1759217612", "uncertainty": 120 }, "departure": { "time": "1759217612", "uncertainty": 120 }, "stopId": "0:LORIENT1", "stopSequence": 4 }, { "arrival": { "time": "1759217666", "uncertainty": 120 }, "departure": { "time": "1759217672", "uncertainty": 120 }, "stopId": "0:FOUGERE1", "stopSequence": 5 }, { "arrival": { "time": "1759217732", "uncertainty": 120 }, "departure": { "time": "1759217732", "uncertainty": 120 }, "stopId": "0:GENIVAU1", "stopSequence": 6 }, { "arrival": { "time": "1759217852", "uncertainty": 120 }, "departure": { "time": "1759217852", "uncertainty": 120 }, "stopId": "0:MAUJEAN1", "stopSequence": 7 }, { "arrival": { "time": "1759217917", "uncertainty": 120 }, "departure": { "time": "1759217917", "uncertainty": 120 }, "stopId": "0:METMAN1", "stopSequence": 8 }, { "arrival": { "time": "1759217970", "uncertainty": 120 }, "departure": { "time": "1759218002", "uncertainty": 120 }, "stopId": "0:PTSOEUR1", "stopSequence": 9 }, { "arrival": { "time": "1759218046", "uncertainty": 120 }, "departure": { "time": "1759218060", "uncertainty": 120 }, "stopId": "0:JURA1", "stopSequence": 10 }, { "arrival": { "time": "1759218152", "uncertainty": 120 }, "departure": { "time": "1759218152", "uncertainty": 120 }, "stopId": "0:STOXEY1", "stopSequence": 11 }, { "arrival": { "time": "1759218221", "uncertainty": 120 }, "departure": { "time": "1759218272", "uncertainty": 120 }, "stopId": "0:ALSLORR1", "stopSequence": 12 }, { "arrival": { "time": "1759218300", "uncertainty": 120 }, "departure": { "time": "1759218300", "uncertainty": 120 }, "stopId": "0:BERNE1", "stopSequence": 13 }, { "arrival": { "time": "1759218376", "uncertainty": 120 }, "departure": { "time": "1759218376", "uncertainty": 120 }, "stopId": "0:ARTILLE1", "stopSequence": 14 }, { "arrival": { "time": "1759218422", "uncertainty": 120 }, "departure": { "time": "1759218422", "uncertainty": 120 }, "stopId": "0:RAPLEVY1", "stopSequence": 15 }, { "arrival": { "time": "1759218468", "uncertainty": 120 }, "departure": { "time": "1759218468", "uncertainty": 120 }, "stopId": "0:JUIN1", "stopSequence": 16 }, { "arrival": { "time": "1759218687", "uncertainty": 120 }, "departure": { "time": "1759218692", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 17 }, { "arrival": { "time": "1759218773", "uncertainty": 120 }, "departure": { "time": "1759218782", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 18 }, { "arrival": { "time": "1759218881", "uncertainty": 120 }, "departure": { "time": "1759218902", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 19 }, { "arrival": { "time": "1759219052", "uncertainty": 120 }, "departure": { "time": "1759219202", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759219232", "uncertainty": 120 }, "departure": { "time": "1759219232", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759219352", "uncertainty": 120 }, "departure": { "time": "1759219412", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 22 }, { "arrival": { "time": "1759219507", "uncertainty": 120 }, "departure": { "time": "1759219532", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 23 }, { "arrival": { "time": "1759219622", "uncertainty": 120 }, "departure": { "time": "1759219652", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 24 }, { "arrival": { "time": "1759219763", "uncertainty": 120 }, "departure": { "time": "1759219763", "uncertainty": 120 }, "stopId": "0:GENIE2", "stopSequence": 25 }, { "arrival": { "time": "1759219772", "uncertainty": 120 }, "departure": { "time": "1759219772", "uncertainty": 120 }, "stopId": "0:BOTANIQ2", "stopSequence": 26 }, { "arrival": { "time": "1759219834", "uncertainty": 120 }, "departure": { "time": "1759219834", "uncertainty": 120 }, "stopId": "0:EUROPAC2", "stopSequence": 27 }, { "arrival": { "time": "1759219901", "uncertainty": 120 }, "departure": { "time": "1759219901", "uncertainty": 120 }, "stopId": "0:NATION2", "stopSequence": 28 }, { "arrival": { "time": "1759219980", "uncertainty": 120 }, "departure": { "time": "1759219980", "uncertainty": 120 }, "stopId": "0:LITALDU2", "stopSequence": 29 }, { "arrival": { "time": "1759220043", "uncertainty": 120 }, "departure": { "time": "1759220043", "uncertainty": 120 }, "stopId": "0:SVICTOR2", "stopSequence": 30 }, { "arrival": { "time": "1759220127", "uncertainty": 120 }, "departure": { "time": "1759220127", "uncertainty": 120 }, "stopId": "0:STQUENT2", "stopSequence": 31 }, { "arrival": { "time": "1759220214", "uncertainty": 120 }, "departure": { "time": "1759220214", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 32 }, { "arrival": { "time": "1759220256", "uncertainty": 120 }, "departure": { "time": "1759220256", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 33 }, { "arrival": { "time": "1759220268", "uncertainty": 120 }, "departure": { "time": "1759220268", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 34 }, { "arrival": { "time": "1759220330", "uncertainty": 120 }, "departure": { "time": "1759220330", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 35 }, { "arrival": { "time": "1759220345", "uncertainty": 120 }, "departure": { "time": "1759220345", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 36 }, { "arrival": { "time": "1759220400", "uncertainty": 120 }, "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 37 }, { "arrival": { "time": "1759220442", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 38 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011927" }, "vehicle": { "id": "2426", "label": "2426" } } }, { "id": "3047482", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223460", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047482" } } }, { "id": "3047474", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221660", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047474" } } }, { "id": "3229729", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218000", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 }, { "arrival": { "time": "1759218082", "uncertainty": 120 }, "departure": { "time": "1759218082", "uncertainty": 120 }, "stopId": "0:VALERIA1", "stopSequence": 2 }, { "arrival": { "time": "1759218122", "uncertainty": 120 }, "departure": { "time": "1759218122", "uncertainty": 120 }, "stopId": "0:ROSEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1759218153", "uncertainty": 120 }, "departure": { "time": "1759218153", "uncertainty": 120 }, "stopId": "0:ACACIAS1", "stopSequence": 4 }, { "arrival": { "time": "1759218213", "uncertainty": 120 }, "departure": { "time": "1759218213", "uncertainty": 120 }, "stopId": "0:PTICLOU1", "stopSequence": 5 }, { "arrival": { "time": "1759218274", "uncertainty": 120 }, "departure": { "time": "1759218303", "uncertainty": 120 }, "stopId": "0:STROCH1", "stopSequence": 6 }, { "arrival": { "time": "1759218406", "uncertainty": 120 }, "departure": { "time": "1759218406", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 7 }, { "arrival": { "time": "1759218477", "uncertainty": 120 }, "departure": { "time": "1759218482", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 8 }, { "arrival": { "time": "1759218528", "uncertainty": 120 }, "departure": { "time": "1759218603", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 9 }, { "arrival": { "time": "1759218671", "uncertainty": 120 }, "departure": { "time": "1759218694", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 10 }, { "arrival": { "time": "1759218723", "uncertainty": 120 }, "departure": { "time": "1759218723", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 11 }, { "arrival": { "time": "1759218781", "uncertainty": 120 }, "departure": { "time": "1759218784", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 12 }, { "arrival": { "time": "1759218904", "uncertainty": 120 }, "departure": { "time": "1759218907", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 13 }, { "arrival": { "time": "1759218982", "uncertainty": 120 }, "departure": { "time": "1759218982", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 14 }, { "arrival": { "time": "1759219085", "uncertainty": 120 }, "departure": { "time": "1759219085", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 15 }, { "arrival": { "time": "1759219176", "uncertainty": 120 }, "departure": { "time": "1759219237", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 16 }, { "arrival": { "time": "1759219296", "uncertainty": 120 }, "departure": { "time": "1759219297", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 17 }, { "arrival": { "time": "1759219408", "uncertainty": 120 }, "departure": { "time": "1759219477", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 18 }, { "arrival": { "time": "1759219629", "uncertainty": 120 }, "departure": { "time": "1759219781", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 19 }, { "arrival": { "time": "1759219879", "uncertainty": 120 }, "departure": { "time": "1759219902", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1759220058", "uncertainty": 120 }, "departure": { "time": "1759220058", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 21 }, { "arrival": { "time": "1759220177", "uncertainty": 120 }, "departure": { "time": "1759220177", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 22 }, { "arrival": { "time": "1759220207", "uncertainty": 120 }, "departure": { "time": "1759220207", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 23 }, { "arrival": { "time": "1759220267", "uncertainty": 120 }, "departure": { "time": "1759220267", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 24 }, { "arrival": { "time": "1759220327", "uncertainty": 120 }, "departure": { "time": "1759220327", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 25 }, { "arrival": { "time": "1759220374", "uncertainty": 120 }, "departure": { "time": "1759220374", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 26 }, { "arrival": { "time": "1759220421", "uncertainty": 120 }, "departure": { "time": "1759220421", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 27 }, { "arrival": { "time": "1759220481", "uncertainty": 120 }, "departure": { "time": "1759220481", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 28 }, { "arrival": { "time": "1759220520", "uncertainty": 120 }, "departure": { "time": "1759220520", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 29 }, { "arrival": { "time": "1759220558", "uncertainty": 120 }, "departure": { "time": "1759220558", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 30 }, { "arrival": { "time": "1759220613", "uncertainty": 120 }, "departure": { "time": "1759220613", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 31 }, { "arrival": { "time": "1759220675", "uncertainty": 120 }, "departure": { "time": "1759220675", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 32 }, { "arrival": { "time": "1759220762", "uncertainty": 120 }, "departure": { "time": "1759220762", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 33 }, { "arrival": { "time": "1759220847", "uncertainty": 120 }, "departure": { "time": "1759220847", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 34 }, { "arrival": { "time": "1759220867", "uncertainty": 120 }, "departure": { "time": "1759220867", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 35 }, { "arrival": { "time": "1759220952", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 36 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229729" }, "vehicle": { "id": "2155", "label": "2155" } } }, { "id": "3229731", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221420", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229731" } } }, { "id": "3229730", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219740", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 }, { "arrival": { "time": "1759219801", "uncertainty": 120 }, "departure": { "time": "1759219801", "uncertainty": 120 }, "stopId": "0:VALERIA1", "stopSequence": 2 }, { "arrival": { "time": "1759219837", "uncertainty": 120 }, "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:ROSEAUX1", "stopSequence": 3 }, { "arrival": { "time": "1759219921", "uncertainty": 120 }, "departure": { "time": "1759219921", "uncertainty": 120 }, "stopId": "0:ACACIAS1", "stopSequence": 4 }, { "arrival": { "time": "1759219995", "uncertainty": 120 }, "departure": { "time": "1759219995", "uncertainty": 120 }, "stopId": "0:PTICLOU1", "stopSequence": 5 }, { "arrival": { "time": "1759220050", "uncertainty": 120 }, "departure": { "time": "1759220050", "uncertainty": 120 }, "stopId": "0:STROCH1", "stopSequence": 6 }, { "arrival": { "time": "1759220170", "uncertainty": 120 }, "departure": { "time": "1759220170", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 7 }, { "arrival": { "time": "1759220233", "uncertainty": 120 }, "departure": { "time": "1759220233", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 8 }, { "arrival": { "time": "1759220277", "uncertainty": 120 }, "departure": { "time": "1759220277", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 9 }, { "arrival": { "time": "1759220339", "uncertainty": 120 }, "departure": { "time": "1759220339", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 10 }, { "arrival": { "time": "1759220375", "uncertainty": 120 }, "departure": { "time": "1759220375", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 11 }, { "arrival": { "time": "1759220445", "uncertainty": 120 }, "departure": { "time": "1759220445", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 12 }, { "arrival": { "time": "1759220583", "uncertainty": 120 }, "departure": { "time": "1759220583", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 13 }, { "arrival": { "time": "1759220643", "uncertainty": 120 }, "departure": { "time": "1759220643", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 14 }, { "arrival": { "time": "1759220738", "uncertainty": 120 }, "departure": { "time": "1759220738", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 15 }, { "arrival": { "time": "1759220841", "uncertainty": 120 }, "departure": { "time": "1759220841", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 16 }, { "arrival": { "time": "1759220892", "uncertainty": 120 }, "departure": { "time": "1759220892", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 17 }, { "arrival": { "time": "1759221064", "uncertainty": 120 }, "departure": { "time": "1759221064", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 18 }, { "arrival": { "time": "1759221250", "uncertainty": 120 }, "departure": { "time": "1759221250", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 19 }, { "arrival": { "time": "1759221355", "uncertainty": 120 }, "departure": { "time": "1759221355", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1759221456", "uncertainty": 120 }, "departure": { "time": "1759221456", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 21 }, { "arrival": { "time": "1759221595", "uncertainty": 120 }, "departure": { "time": "1759221595", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 22 }, { "arrival": { "time": "1759221633", "uncertainty": 120 }, "departure": { "time": "1759221633", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 23 }, { "arrival": { "time": "1759221694", "uncertainty": 120 }, "departure": { "time": "1759221694", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 24 }, { "arrival": { "time": "1759221771", "uncertainty": 120 }, "departure": { "time": "1759221771", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 25 }, { "arrival": { "time": "1759221841", "uncertainty": 120 }, "departure": { "time": "1759221841", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 26 }, { "arrival": { "time": "1759221895", "uncertainty": 120 }, "departure": { "time": "1759221895", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 27 }, { "arrival": { "time": "1759221954", "uncertainty": 120 }, "departure": { "time": "1759221954", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 28 }, { "arrival": { "time": "1759222001", "uncertainty": 120 }, "departure": { "time": "1759222001", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 29 }, { "arrival": { "time": "1759222048", "uncertainty": 120 }, "departure": { "time": "1759222048", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 30 }, { "arrival": { "time": "1759222084", "uncertainty": 120 }, "departure": { "time": "1759222084", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 31 }, { "arrival": { "time": "1759222135", "uncertainty": 120 }, "departure": { "time": "1759222135", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 32 }, { "arrival": { "time": "1759222220", "uncertainty": 120 }, "departure": { "time": "1759222220", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 33 }, { "arrival": { "time": "1759222305", "uncertainty": 120 }, "departure": { "time": "1759222305", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 34 }, { "arrival": { "time": "1759222350", "uncertainty": 120 }, "departure": { "time": "1759222350", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 35 }, { "arrival": { "time": "1759222435", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 36 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229730" }, "vehicle": { "id": "1854", "label": "1854" } } }, { "id": "3010545", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223520", "uncertainty": 120 }, "stopId": "0:PEM910", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010545" } } }, { "id": "3047439", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1759219891", "uncertainty": 120 }, "departure": { "time": "1759219891", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1759219983", "uncertainty": 120 }, "departure": { "time": "1759219983", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1759220058", "uncertainty": 120 }, "departure": { "time": "1759220058", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1759220149", "uncertainty": 120 }, "departure": { "time": "1759220149", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1759220271", "uncertainty": 120 }, "departure": { "time": "1759220271", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1759220344", "uncertainty": 120 }, "departure": { "time": "1759220344", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1759220420", "uncertainty": 120 }, "departure": { "time": "1759220420", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1759220502", "uncertainty": 120 }, "departure": { "time": "1759220502", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1759220576", "uncertainty": 120 }, "departure": { "time": "1759220576", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1759220627", "uncertainty": 120 }, "departure": { "time": "1759220627", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1759220715", "uncertainty": 120 }, "departure": { "time": "1759220715", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1759220811", "uncertainty": 120 }, "departure": { "time": "1759220811", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1759220905", "uncertainty": 120 }, "departure": { "time": "1759220905", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1759220970", "uncertainty": 120 }, "departure": { "time": "1759220970", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1759221033", "uncertainty": 120 }, "departure": { "time": "1759221033", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1759221098", "uncertainty": 120 }, "departure": { "time": "1759221098", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1759221172", "uncertainty": 120 }, "departure": { "time": "1759221172", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1759221261", "uncertainty": 120 }, "departure": { "time": "1759221261", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1759221349", "uncertainty": 120 }, "departure": { "time": "1759221349", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1759221436", "uncertainty": 120 }, "departure": { "time": "1759221436", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1759221524", "uncertainty": 120 }, "departure": { "time": "1759221524", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1759221584", "uncertainty": 120 }, "departure": { "time": "1759221584", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1759221655", "uncertainty": 120 }, "departure": { "time": "1759221655", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1759221769", "uncertainty": 120 }, "departure": { "time": "1759221769", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 25 }, { "arrival": { "time": "1759221884", "uncertainty": 120 }, "departure": { "time": "1759221884", "uncertainty": 120 }, "stopId": "0:FEI01", "stopSequence": 26 }, { "arrival": { "time": "1759221947", "uncertainty": 120 }, "departure": { "time": "1759221947", "uncertainty": 120 }, "stopId": "0:SER01", "stopSequence": 27 }, { "arrival": { "time": "1759222113", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047439" }, "vehicle": { "id": "1325", "label": "1325" } } }, { "id": "3229732", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223040", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229732" } } }, { "id": "3048249", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220280" }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048249" } } }, { "id": "3048301", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218600", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1759218661", "uncertainty": 120 }, "departure": { "time": "1759218661", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1759218827", "uncertainty": 120 }, "departure": { "time": "1759218840", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1759218990", "uncertainty": 120 }, "departure": { "time": "1759219050", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1759219133", "uncertainty": 120 }, "departure": { "time": "1759219170", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1759219253", "uncertainty": 120 }, "departure": { "time": "1759219290", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1759219364", "uncertainty": 120 }, "departure": { "time": "1759219410", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1759219470", "uncertainty": 120 }, "departure": { "time": "1759219590", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1759219680", "uncertainty": 120 }, "departure": { "time": "1759219680", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1759219768", "uncertainty": 120 }, "departure": { "time": "1759219770", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1759219844", "uncertainty": 120 }, "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1759219942", "uncertainty": 120 }, "departure": { "time": "1759219950", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1759220013", "uncertainty": 120 }, "departure": { "time": "1759220013", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1759220100", "uncertainty": 120 }, "departure": { "time": "1759220100", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1759220160", "uncertainty": 120 }, "departure": { "time": "1759220160", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1759220223", "uncertainty": 120 }, "departure": { "time": "1759220223", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1759220283", "uncertainty": 120 }, "departure": { "time": "1759220283", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1759220403", "uncertainty": 120 }, "departure": { "time": "1759220403", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1759220491", "uncertainty": 120 }, "departure": { "time": "1759220491", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1759220572", "uncertainty": 120 }, "departure": { "time": "1759220572", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1759220779", "uncertainty": 120 }, "departure": { "time": "1759220779", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1759220869", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048301" }, "vehicle": { "id": "1752", "label": "1752" } } }, { "id": "3048297", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221480", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048297" } } }, { "id": "3229701", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218780", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 }, { "arrival": { "time": "1759218829", "uncertainty": 120 }, "departure": { "time": "1759218829", "uncertainty": 120 }, "stopId": "0:HTMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1759218926", "uncertainty": 120 }, "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:BEAUSOL1", "stopSequence": 3 }, { "arrival": { "time": "1759218976", "uncertainty": 120 }, "departure": { "time": "1759218976", "uncertainty": 120 }, "stopId": "0:ARMOISI1", "stopSequence": 4 }, { "arrival": { "time": "1759219020", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:OBELLI01", "stopSequence": 5 }, { "arrival": { "time": "1759219061", "uncertainty": 120 }, "departure": { "time": "1759219082", "uncertainty": 120 }, "stopId": "0:MAGNYBO1", "stopSequence": 6 }, { "arrival": { "time": "1759219168", "uncertainty": 120 }, "departure": { "time": "1759219168", "uncertainty": 120 }, "stopId": "0:ROOSEVE1", "stopSequence": 7 }, { "arrival": { "time": "1759219202", "uncertainty": 120 }, "departure": { "time": "1759219202", "uncertainty": 120 }, "stopId": "0:PLAINE1", "stopSequence": 8 }, { "arrival": { "time": "1759219246", "uncertainty": 120 }, "departure": { "time": "1759219246", "uncertainty": 120 }, "stopId": "0:APREMON1", "stopSequence": 9 }, { "arrival": { "time": "1759219287", "uncertainty": 120 }, "departure": { "time": "1759219287", "uncertainty": 120 }, "stopId": "0:PLATEAU1", "stopSequence": 10 }, { "arrival": { "time": "1759219322", "uncertainty": 120 }, "departure": { "time": "1759219322", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 11 }, { "arrival": { "time": "1759219379", "uncertainty": 120 }, "departure": { "time": "1759219382", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 12 }, { "arrival": { "time": "1759219442", "uncertainty": 120 }, "departure": { "time": "1759219442", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 13 }, { "arrival": { "time": "1759219502", "uncertainty": 120 }, "departure": { "time": "1759219532", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 14 }, { "arrival": { "time": "1759219567", "uncertainty": 120 }, "departure": { "time": "1759219592", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 15 }, { "arrival": { "time": "1759219666", "uncertainty": 120 }, "departure": { "time": "1759219682", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 16 }, { "arrival": { "time": "1759219823", "uncertainty": 120 }, "departure": { "time": "1759219832", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 17 }, { "arrival": { "time": "1759219892", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 18 }, { "arrival": { "time": "1759220002", "uncertainty": 120 }, "departure": { "time": "1759220002", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 19 }, { "arrival": { "time": "1759220097", "uncertainty": 120 }, "departure": { "time": "1759220097", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 20 }, { "arrival": { "time": "1759220145", "uncertainty": 120 }, "departure": { "time": "1759220145", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 21 }, { "arrival": { "time": "1759220318", "uncertainty": 120 }, "departure": { "time": "1759220318", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759220484", "uncertainty": 120 }, "departure": { "time": "1759220484", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759220585", "uncertainty": 120 }, "departure": { "time": "1759220585", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759220694", "uncertainty": 120 }, "departure": { "time": "1759220694", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 25 }, { "arrival": { "time": "1759220817", "uncertainty": 120 }, "departure": { "time": "1759220817", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 26 }, { "arrival": { "time": "1759220848", "uncertainty": 120 }, "departure": { "time": "1759220848", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 27 }, { "arrival": { "time": "1759220909", "uncertainty": 120 }, "departure": { "time": "1759220909", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 28 }, { "arrival": { "time": "1759220971", "uncertainty": 120 }, "departure": { "time": "1759220971", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 29 }, { "arrival": { "time": "1759221022", "uncertainty": 120 }, "departure": { "time": "1759221022", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 30 }, { "arrival": { "time": "1759221070", "uncertainty": 120 }, "departure": { "time": "1759221070", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 31 }, { "arrival": { "time": "1759221130", "uncertainty": 120 }, "departure": { "time": "1759221130", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 32 }, { "arrival": { "time": "1759221170", "uncertainty": 120 }, "departure": { "time": "1759221170", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 33 }, { "arrival": { "time": "1759221209", "uncertainty": 120 }, "departure": { "time": "1759221209", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 34 }, { "arrival": { "time": "1759221262", "uncertainty": 120 }, "departure": { "time": "1759221262", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 35 }, { "arrival": { "time": "1759221323", "uncertainty": 120 }, "departure": { "time": "1759221323", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 36 }, { "arrival": { "time": "1759221410", "uncertainty": 120 }, "departure": { "time": "1759221410", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 37 }, { "arrival": { "time": "1759221494", "uncertainty": 120 }, "departure": { "time": "1759221494", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 38 }, { "arrival": { "time": "1759221539", "uncertainty": 120 }, "departure": { "time": "1759221539", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 39 }, { "arrival": { "time": "1759221625", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229701" }, "vehicle": { "id": "1246", "label": "1246" } } }, { "id": "3229700", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759216980", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 }, { "arrival": { "time": "1759217042", "uncertainty": 120 }, "departure": { "time": "1759217042", "uncertainty": 120 }, "stopId": "0:HTMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1759217168", "uncertainty": 120 }, "departure": { "time": "1759217168", "uncertainty": 120 }, "stopId": "0:BEAUSOL1", "stopSequence": 3 }, { "arrival": { "time": "1759217221", "uncertainty": 120 }, "departure": { "time": "1759217222", "uncertainty": 120 }, "stopId": "0:ARMOISI1", "stopSequence": 4 }, { "arrival": { "time": "1759217283", "uncertainty": 120 }, "departure": { "time": "1759217283", "uncertainty": 120 }, "stopId": "0:OBELLI01", "stopSequence": 5 }, { "arrival": { "time": "1759217336", "uncertainty": 120 }, "departure": { "time": "1759217373", "uncertainty": 120 }, "stopId": "0:MAGNYBO1", "stopSequence": 6 }, { "arrival": { "time": "1759217440", "uncertainty": 120 }, "departure": { "time": "1759217440", "uncertainty": 120 }, "stopId": "0:ROOSEVE1", "stopSequence": 7 }, { "arrival": { "time": "1759217512", "uncertainty": 120 }, "departure": { "time": "1759217522", "uncertainty": 120 }, "stopId": "0:PLAINE1", "stopSequence": 8 }, { "arrival": { "time": "1759217579", "uncertainty": 120 }, "departure": { "time": "1759217582", "uncertainty": 120 }, "stopId": "0:APREMON1", "stopSequence": 9 }, { "arrival": { "time": "1759217642", "uncertainty": 120 }, "departure": { "time": "1759217642", "uncertainty": 120 }, "stopId": "0:PLATEAU1", "stopSequence": 10 }, { "arrival": { "time": "1759217719", "uncertainty": 120 }, "departure": { "time": "1759217719", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 11 }, { "arrival": { "time": "1759217774", "uncertainty": 120 }, "departure": { "time": "1759217792", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 12 }, { "arrival": { "time": "1759217822", "uncertainty": 120 }, "departure": { "time": "1759217853", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 13 }, { "arrival": { "time": "1759217906", "uncertainty": 120 }, "departure": { "time": "1759217913", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 14 }, { "arrival": { "time": "1759217972", "uncertainty": 120 }, "departure": { "time": "1759217972", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 15 }, { "arrival": { "time": "1759218018", "uncertainty": 120 }, "departure": { "time": "1759218062", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 16 }, { "arrival": { "time": "1759218128", "uncertainty": 120 }, "departure": { "time": "1759218128", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 17 }, { "arrival": { "time": "1759218182", "uncertainty": 120 }, "departure": { "time": "1759218182", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 18 }, { "arrival": { "time": "1759218298", "uncertainty": 120 }, "departure": { "time": "1759218302", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 19 }, { "arrival": { "time": "1759218422", "uncertainty": 120 }, "departure": { "time": "1759218482", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 20 }, { "arrival": { "time": "1759218542", "uncertainty": 120 }, "departure": { "time": "1759218572", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 21 }, { "arrival": { "time": "1759218690", "uncertainty": 120 }, "departure": { "time": "1759218722", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759218894", "uncertainty": 120 }, "departure": { "time": "1759218902", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759219020", "uncertainty": 120 }, "departure": { "time": "1759219020", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759219131", "uncertainty": 120 }, "departure": { "time": "1759219143", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 25 }, { "arrival": { "time": "1759219260", "uncertainty": 120 }, "departure": { "time": "1759219292", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 26 }, { "arrival": { "time": "1759219322", "uncertainty": 120 }, "departure": { "time": "1759219322", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 27 }, { "arrival": { "time": "1759219383", "uncertainty": 120 }, "departure": { "time": "1759219383", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 28 }, { "arrival": { "time": "1759219442", "uncertainty": 120 }, "departure": { "time": "1759219442", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 29 }, { "arrival": { "time": "1759219489", "uncertainty": 120 }, "departure": { "time": "1759219502", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 30 }, { "arrival": { "time": "1759219550", "uncertainty": 120 }, "departure": { "time": "1759219550", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 31 }, { "arrival": { "time": "1759219610", "uncertainty": 120 }, "departure": { "time": "1759219610", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 32 }, { "arrival": { "time": "1759219648", "uncertainty": 120 }, "departure": { "time": "1759219648", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 33 }, { "arrival": { "time": "1759219685", "uncertainty": 120 }, "departure": { "time": "1759219685", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 34 }, { "arrival": { "time": "1759219742", "uncertainty": 120 }, "departure": { "time": "1759219742", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 35 }, { "arrival": { "time": "1759219805", "uncertainty": 120 }, "departure": { "time": "1759219805", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 36 }, { "arrival": { "time": "1759219892", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 37 }, { "arrival": { "time": "1759219934", "uncertainty": 120 }, "departure": { "time": "1759219934", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 38 }, { "arrival": { "time": "1759219951", "uncertainty": 120 }, "departure": { "time": "1759219954", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 39 }, { "arrival": { "time": "1759220012", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229700" }, "vehicle": { "id": "1245", "label": "1245" } } }, { "id": "3229703", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222080", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229703" } } }, { "id": "3012089", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223220", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012089" } } }, { "id": "3229702", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 1 }, { "arrival": { "time": "1759220509", "uncertainty": 120 }, "departure": { "time": "1759220509", "uncertainty": 120 }, "stopId": "0:HTMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1759220606", "uncertainty": 120 }, "departure": { "time": "1759220606", "uncertainty": 120 }, "stopId": "0:BEAUSOL1", "stopSequence": 3 }, { "arrival": { "time": "1759220647", "uncertainty": 120 }, "departure": { "time": "1759220647", "uncertainty": 120 }, "stopId": "0:ARMOISI1", "stopSequence": 4 }, { "arrival": { "time": "1759220694", "uncertainty": 120 }, "departure": { "time": "1759220694", "uncertainty": 120 }, "stopId": "0:OBELLI01", "stopSequence": 5 }, { "arrival": { "time": "1759220731", "uncertainty": 120 }, "departure": { "time": "1759220731", "uncertainty": 120 }, "stopId": "0:MAGNYBO1", "stopSequence": 6 }, { "arrival": { "time": "1759220809", "uncertainty": 120 }, "departure": { "time": "1759220809", "uncertainty": 120 }, "stopId": "0:ROOSEVE1", "stopSequence": 7 }, { "arrival": { "time": "1759220852", "uncertainty": 120 }, "departure": { "time": "1759220852", "uncertainty": 120 }, "stopId": "0:PLAINE1", "stopSequence": 8 }, { "arrival": { "time": "1759220901", "uncertainty": 120 }, "departure": { "time": "1759220901", "uncertainty": 120 }, "stopId": "0:APREMON1", "stopSequence": 9 }, { "arrival": { "time": "1759220945", "uncertainty": 120 }, "departure": { "time": "1759220945", "uncertainty": 120 }, "stopId": "0:PLATEAU1", "stopSequence": 10 }, { "arrival": { "time": "1759220991", "uncertainty": 120 }, "departure": { "time": "1759220991", "uncertainty": 120 }, "stopId": "0:FAUBOUP1", "stopSequence": 11 }, { "arrival": { "time": "1759221065", "uncertainty": 120 }, "departure": { "time": "1759221065", "uncertainty": 120 }, "stopId": "0:FRECOT1", "stopSequence": 12 }, { "arrival": { "time": "1759221106", "uncertainty": 120 }, "departure": { "time": "1759221106", "uncertainty": 120 }, "stopId": "0:BOUCHOT1", "stopSequence": 13 }, { "arrival": { "time": "1759221172", "uncertainty": 120 }, "departure": { "time": "1759221172", "uncertainty": 120 }, "stopId": "0:VANDERN1", "stopSequence": 14 }, { "arrival": { "time": "1759221211", "uncertainty": 120 }, "departure": { "time": "1759221211", "uncertainty": 120 }, "stopId": "0:POLY01", "stopSequence": 15 }, { "arrival": { "time": "1759221272", "uncertainty": 120 }, "departure": { "time": "1759221272", "uncertainty": 120 }, "stopId": "0:LOTHAIR1", "stopSequence": 16 }, { "arrival": { "time": "1759221406", "uncertainty": 120 }, "departure": { "time": "1759221406", "uncertainty": 120 }, "stopId": "0:LEMUD03", "stopSequence": 17 }, { "arrival": { "time": "1759221466", "uncertainty": 120 }, "departure": { "time": "1759221466", "uncertainty": 120 }, "stopId": "0:DEMBOUR1", "stopSequence": 18 }, { "arrival": { "time": "1759221546", "uncertainty": 120 }, "departure": { "time": "1759221546", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 19 }, { "arrival": { "time": "1759221673", "uncertainty": 120 }, "departure": { "time": "1759221673", "uncertainty": 120 }, "stopId": "0:GARE113", "stopSequence": 20 }, { "arrival": { "time": "1759221757", "uncertainty": 120 }, "departure": { "time": "1759221757", "uncertainty": 120 }, "stopId": "0:ROIGE695", "stopSequence": 21 }, { "arrival": { "time": "1759221913", "uncertainty": 120 }, "departure": { "time": "1759221913", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759222202", "uncertainty": 120 }, "departure": { "time": "1759222202", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759222333", "uncertainty": 120 }, "departure": { "time": "1759222333", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759222434", "uncertainty": 120 }, "departure": { "time": "1759222434", "uncertainty": 120 }, "stopId": "0:TIGNO266", "stopSequence": 25 }, { "arrival": { "time": "1759222573", "uncertainty": 120 }, "departure": { "time": "1759222573", "uncertainty": 120 }, "stopId": "0:SMARTIN2", "stopSequence": 26 }, { "arrival": { "time": "1759222611", "uncertainty": 120 }, "departure": { "time": "1759222611", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 27 }, { "arrival": { "time": "1759222672", "uncertainty": 120 }, "departure": { "time": "1759222672", "uncertainty": 120 }, "stopId": "0:PONTVER2", "stopSequence": 28 }, { "arrival": { "time": "1759222749", "uncertainty": 120 }, "departure": { "time": "1759222749", "uncertainty": 120 }, "stopId": "0:CASINO2", "stopSequence": 29 }, { "arrival": { "time": "1759222819", "uncertainty": 120 }, "departure": { "time": "1759222819", "uncertainty": 120 }, "stopId": "0:MIGETTE2", "stopSequence": 30 }, { "arrival": { "time": "1759222873", "uncertainty": 120 }, "departure": { "time": "1759222873", "uncertainty": 120 }, "stopId": "0:LONGEVI2", "stopSequence": 31 }, { "arrival": { "time": "1759222932", "uncertainty": 120 }, "departure": { "time": "1759222932", "uncertainty": 120 }, "stopId": "0:LECLERC2", "stopSequence": 32 }, { "arrival": { "time": "1759222979", "uncertainty": 120 }, "departure": { "time": "1759222979", "uncertainty": 120 }, "stopId": "0:PRILLE2", "stopSequence": 33 }, { "arrival": { "time": "1759223026", "uncertainty": 120 }, "departure": { "time": "1759223026", "uncertainty": 120 }, "stopId": "0:SCYBAS2", "stopSequence": 34 }, { "arrival": { "time": "1759223062", "uncertainty": 120 }, "departure": { "time": "1759223062", "uncertainty": 120 }, "stopId": "0:LIBERTE2", "stopSequence": 35 }, { "arrival": { "time": "1759223113", "uncertainty": 120 }, "departure": { "time": "1759223113", "uncertainty": 120 }, "stopId": "0:MOULI275", "stopSequence": 36 }, { "arrival": { "time": "1759223198", "uncertainty": 120 }, "departure": { "time": "1759223198", "uncertainty": 120 }, "stopId": "0:STJEAN02", "stopSequence": 37 }, { "arrival": { "time": "1759223282", "uncertainty": 120 }, "departure": { "time": "1759223282", "uncertainty": 120 }, "stopId": "0:SERRET2", "stopSequence": 38 }, { "arrival": { "time": "1759223327", "uncertainty": 120 }, "departure": { "time": "1759223327", "uncertainty": 120 }, "stopId": "0:HAIEBRU2", "stopSequence": 39 }, { "arrival": { "time": "1759223413", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229702" } } }, { "id": "3048288", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048288" } } }, { "id": "3012088", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221900", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012088" } } }, { "id": "3048289", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220880", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048289" } } }, { "id": "3009701", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759218974", "uncertainty": 120 }, "departure": { "time": "1759218974", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1759218983", "uncertainty": 120 }, "departure": { "time": "1759218983", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1759219046", "uncertainty": 120 }, "departure": { "time": "1759219046", "uncertainty": 120 }, "stopId": "0:CONSERV1" }, { "arrival": { "time": "1759219070", "uncertainty": 120 }, "departure": { "time": "1759219070", "uncertainty": 120 }, "stopId": "0:SEGOLEN1" }, { "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 1 }, { "arrival": { "time": "1759218980", "uncertainty": 120 }, "departure": { "time": "1759218980", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COUROR1", "stopSequence": 2 }, { "arrival": { "time": "1759219014", "uncertainty": 120 }, "departure": { "time": "1759219014", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SEGOLEN1", "stopSequence": 3 }, { "arrival": { "time": "1759219113", "uncertainty": 120 }, "departure": { "time": "1759219113", "uncertainty": 120 }, "stopId": "0:CONSERV1", "stopSequence": 4 }, { "arrival": { "time": "1759219200", "uncertainty": 120 }, "departure": { "time": "1759219200", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 5 }, { "arrival": { "time": "1759219263", "uncertainty": 120 }, "departure": { "time": "1759219263", "uncertainty": 120 }, "stopId": "0:FAVADE01", "stopSequence": 6 }, { "arrival": { "time": "1759219339", "uncertainty": 120 }, "departure": { "time": "1759219339", "uncertainty": 120 }, "stopId": "0:PORTALL1", "stopSequence": 7 }, { "arrival": { "time": "1759219440", "uncertainty": 120 }, "departure": { "time": "1759219440", "uncertainty": 120 }, "stopId": "0:CHARRON1", "stopSequence": 8 }, { "arrival": { "time": "1759219638", "uncertainty": 120 }, "departure": { "time": "1759219653", "uncertainty": 120 }, "stopId": "0:FOURNIR1", "stopSequence": 9 }, { "arrival": { "time": "1759219743", "uncertainty": 120 }, "departure": { "time": "1759219803", "uncertainty": 120 }, "stopId": "0:PLARMES2", "stopSequence": 10 }, { "arrival": { "time": "1759219862", "uncertainty": 120 }, "departure": { "time": "1759219862", "uncertainty": 120 }, "stopId": "0:PLCHAM02", "stopSequence": 11 }, { "arrival": { "time": "1759219893", "uncertainty": 120 }, "departure": { "time": "1759219893", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 12 }, { "arrival": { "time": "1759219953", "uncertainty": 120 }, "departure": { "time": "1759219953", "uncertainty": 120 }, "stopId": "0:POMOREA", "stopSequence": 13 }, { "arrival": { "time": "1759220005", "uncertainty": 120 }, "departure": { "time": "1759220005", "uncertainty": 120 }, "stopId": "0:VALLADI1", "stopSequence": 14 }, { "arrival": { "time": "1759220118", "uncertainty": 120 }, "departure": { "time": "1759220118", "uncertainty": 120 }, "stopId": "0:CASERNE1", "stopSequence": 15 }, { "arrival": { "time": "1759220187", "uncertainty": 120 }, "departure": { "time": "1759220187", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 16 }, { "arrival": { "time": "1759220245", "uncertainty": 120 }, "departure": { "time": "1759220245", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 17 }, { "arrival": { "time": "1759220365", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 18 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009701" }, "vehicle": { "id": "1561", "label": "1561" } } }, { "id": "3012087", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220580", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012087" } } }, { "id": "3012086", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219260", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 1 }, { "arrival": { "time": "1759219333", "uncertainty": 120 }, "departure": { "time": "1759219333", "uncertainty": 120 }, "stopId": "0:COTEAUX1", "stopSequence": 2 }, { "arrival": { "time": "1759219421", "uncertainty": 120 }, "departure": { "time": "1759219421", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 3 }, { "arrival": { "time": "1759219500", "uncertainty": 120 }, "departure": { "time": "1759219500", "uncertainty": 120 }, "stopId": "0:JUNGLIN1", "stopSequence": 4 }, { "arrival": { "time": "1759219550", "uncertainty": 120 }, "departure": { "time": "1759219550", "uncertainty": 120 }, "stopId": "0:GAREWOI1", "stopSequence": 5 }, { "arrival": { "time": "1759219660", "uncertainty": 120 }, "departure": { "time": "1759219660", "uncertainty": 120 }, "stopId": "0:GAMBETT2", "stopSequence": 6 }, { "arrival": { "time": "1759219687", "uncertainty": 120 }, "departure": { "time": "1759219687", "uncertainty": 120 }, "stopId": "0:RUISSEA2", "stopSequence": 7 }, { "arrival": { "time": "1759219753", "uncertainty": 120 }, "departure": { "time": "1759219753", "uncertainty": 120 }, "stopId": "0:CHAPITR1", "stopSequence": 8 }, { "arrival": { "time": "1759219827", "uncertainty": 120 }, "departure": { "time": "1759219830", "uncertainty": 120 }, "stopId": "0:POULMAI1", "stopSequence": 9 }, { "arrival": { "time": "1759219912", "uncertainty": 120 }, "departure": { "time": "1759219921", "uncertainty": 120 }, "stopId": "0:ROGET1", "stopSequence": 10 }, { "arrival": { "time": "1759219984", "uncertainty": 120 }, "departure": { "time": "1759219984", "uncertainty": 120 }, "stopId": "0:2FONTAI1", "stopSequence": 11 }, { "arrival": { "time": "1759220044", "uncertainty": 120 }, "departure": { "time": "1759220044", "uncertainty": 120 }, "stopId": "0:CHARDIN1", "stopSequence": 12 }, { "arrival": { "time": "1759220114", "uncertainty": 120 }, "departure": { "time": "1759220114", "uncertainty": 120 }, "stopId": "0:BOILEAU1", "stopSequence": 13 }, { "arrival": { "time": "1759220294", "uncertainty": 120 }, "stopId": "0:INTJOBA1", "stopSequence": 14 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012086" }, "vehicle": { "id": "891", "label": "891" } } }, { "id": "3009703", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759223178", "uncertainty": 120 }, "departure": { "time": "1759223178", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1759223187", "uncertainty": 120 }, "departure": { "time": "1759223187", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1759223233", "uncertainty": 120 }, "departure": { "time": "1759223233", "uncertainty": 120 }, "stopId": "0:CONSERV1" }, { "arrival": { "time": "1759223251", "uncertainty": 120 }, "departure": { "time": "1759223251", "uncertainty": 120 }, "stopId": "0:SEGOLEN1" }, { "departure": { "time": "1759223100", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 1 }, { "arrival": { "time": "1759223180", "uncertainty": 120 }, "departure": { "time": "1759223180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COUROR1", "stopSequence": 2 }, { "arrival": { "time": "1759223214", "uncertainty": 120 }, "departure": { "time": "1759223214", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SEGOLEN1", "stopSequence": 3 }, { "arrival": { "time": "1759223300", "uncertainty": 120 }, "departure": { "time": "1759223300", "uncertainty": 120 }, "stopId": "0:CONSERV1", "stopSequence": 4 }, { "arrival": { "time": "1759223384", "uncertainty": 120 }, "departure": { "time": "1759223384", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 5 }, { "arrival": { "time": "1759223492", "uncertainty": 120 }, "departure": { "time": "1759223492", "uncertainty": 120 }, "stopId": "0:FAVADE01", "stopSequence": 6 }, { "arrival": { "time": "1759223586", "uncertainty": 120 }, "departure": { "time": "1759223586", "uncertainty": 120 }, "stopId": "0:PORTALL1", "stopSequence": 7 }, { "arrival": { "time": "1759223695", "uncertainty": 120 }, "departure": { "time": "1759223695", "uncertainty": 120 }, "stopId": "0:CHARRON1", "stopSequence": 8 }, { "arrival": { "time": "1759223852", "uncertainty": 120 }, "departure": { "time": "1759223852", "uncertainty": 120 }, "stopId": "0:FOURNIR1", "stopSequence": 9 }, { "arrival": { "time": "1759223973", "uncertainty": 120 }, "departure": { "time": "1759223973", "uncertainty": 120 }, "stopId": "0:PLARMES2", "stopSequence": 10 }, { "arrival": { "time": "1759224025", "uncertainty": 120 }, "departure": { "time": "1759224025", "uncertainty": 120 }, "stopId": "0:PLCHAM02", "stopSequence": 11 }, { "arrival": { "time": "1759224094", "uncertainty": 120 }, "departure": { "time": "1759224094", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 12 }, { "arrival": { "time": "1759224194", "uncertainty": 120 }, "departure": { "time": "1759224194", "uncertainty": 120 }, "stopId": "0:POMOREA", "stopSequence": 13 }, { "arrival": { "time": "1759224246", "uncertainty": 120 }, "departure": { "time": "1759224246", "uncertainty": 120 }, "stopId": "0:VALLADI1", "stopSequence": 14 }, { "arrival": { "time": "1759224359", "uncertainty": 120 }, "departure": { "time": "1759224359", "uncertainty": 120 }, "stopId": "0:CASERNE1", "stopSequence": 15 }, { "arrival": { "time": "1759224428", "uncertainty": 120 }, "departure": { "time": "1759224428", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 16 }, { "arrival": { "time": "1759224512", "uncertainty": 120 }, "departure": { "time": "1759224512", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 17 }, { "arrival": { "time": "1759224632", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 18 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009703" } } }, { "id": "3009702", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759221078", "uncertainty": 120 }, "departure": { "time": "1759221078", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1759221087", "uncertainty": 120 }, "departure": { "time": "1759221087", "uncertainty": 120 }, "stopId": "0:COUROR1" }, { "arrival": { "time": "1759221133", "uncertainty": 120 }, "departure": { "time": "1759221133", "uncertainty": 120 }, "stopId": "0:CONSERV1" }, { "arrival": { "time": "1759221151", "uncertainty": 120 }, "departure": { "time": "1759221151", "uncertainty": 120 }, "stopId": "0:SEGOLEN1" }, { "departure": { "time": "1759221000", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 1 }, { "arrival": { "time": "1759221080", "uncertainty": 120 }, "departure": { "time": "1759221080", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COUROR1", "stopSequence": 2 }, { "arrival": { "time": "1759221114", "uncertainty": 120 }, "departure": { "time": "1759221114", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SEGOLEN1", "stopSequence": 3 }, { "arrival": { "time": "1759221200", "uncertainty": 120 }, "departure": { "time": "1759221200", "uncertainty": 120 }, "stopId": "0:CONSERV1", "stopSequence": 4 }, { "arrival": { "time": "1759221284", "uncertainty": 120 }, "departure": { "time": "1759221284", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 5 }, { "arrival": { "time": "1759221392", "uncertainty": 120 }, "departure": { "time": "1759221392", "uncertainty": 120 }, "stopId": "0:FAVADE01", "stopSequence": 6 }, { "arrival": { "time": "1759221486", "uncertainty": 120 }, "departure": { "time": "1759221486", "uncertainty": 120 }, "stopId": "0:PORTALL1", "stopSequence": 7 }, { "arrival": { "time": "1759221595", "uncertainty": 120 }, "departure": { "time": "1759221595", "uncertainty": 120 }, "stopId": "0:CHARRON1", "stopSequence": 8 }, { "arrival": { "time": "1759221752", "uncertainty": 120 }, "departure": { "time": "1759221752", "uncertainty": 120 }, "stopId": "0:FOURNIR1", "stopSequence": 9 }, { "arrival": { "time": "1759221874", "uncertainty": 120 }, "departure": { "time": "1759221874", "uncertainty": 120 }, "stopId": "0:PLARMES2", "stopSequence": 10 }, { "arrival": { "time": "1759221927", "uncertainty": 120 }, "departure": { "time": "1759221927", "uncertainty": 120 }, "stopId": "0:PLCHAM02", "stopSequence": 11 }, { "arrival": { "time": "1759221996", "uncertainty": 120 }, "departure": { "time": "1759221996", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 12 }, { "arrival": { "time": "1759222096", "uncertainty": 120 }, "departure": { "time": "1759222096", "uncertainty": 120 }, "stopId": "0:POMOREA", "stopSequence": 13 }, { "arrival": { "time": "1759222148", "uncertainty": 120 }, "departure": { "time": "1759222148", "uncertainty": 120 }, "stopId": "0:VALLADI1", "stopSequence": 14 }, { "arrival": { "time": "1759222261", "uncertainty": 120 }, "departure": { "time": "1759222261", "uncertainty": 120 }, "stopId": "0:CASERNE1", "stopSequence": 15 }, { "arrival": { "time": "1759222330", "uncertainty": 120 }, "departure": { "time": "1759222330", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 16 }, { "arrival": { "time": "1759222407", "uncertainty": 120 }, "departure": { "time": "1759222407", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 17 }, { "arrival": { "time": "1759222527", "uncertainty": 120 }, "stopId": "0:OFFICET1", "stopSequence": 18 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009702" } } }, { "id": "3012047", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219377", "uncertainty": 120 }, "stopId": "0:INTJOBA2", "stopSequence": 1 }, { "arrival": { "time": "1759219437", "uncertainty": 120 }, "departure": { "time": "1759219437", "uncertainty": 120 }, "stopId": "0:BOILEAU2", "stopSequence": 2 }, { "arrival": { "time": "1759219497", "uncertainty": 120 }, "departure": { "time": "1759219497", "uncertainty": 120 }, "stopId": "0:CHARDIN2", "stopSequence": 3 }, { "arrival": { "time": "1759219599", "uncertainty": 120 }, "departure": { "time": "1759219618", "uncertainty": 120 }, "stopId": "0:2FONTAI2", "stopSequence": 4 }, { "arrival": { "time": "1759219662", "uncertainty": 120 }, "departure": { "time": "1759219662", "uncertainty": 120 }, "stopId": "0:ROGET2", "stopSequence": 5 }, { "arrival": { "time": "1759219714", "uncertainty": 120 }, "departure": { "time": "1759219737", "uncertainty": 120 }, "stopId": "0:POULMAI2", "stopSequence": 6 }, { "arrival": { "time": "1759219847", "uncertainty": 120 }, "departure": { "time": "1759219847", "uncertainty": 120 }, "stopId": "0:CHAPITR2", "stopSequence": 7 }, { "arrival": { "time": "1759219913", "uncertainty": 120 }, "departure": { "time": "1759219918", "uncertainty": 120 }, "stopId": "0:RUISSEA1", "stopSequence": 8 }, { "arrival": { "time": "1759219988", "uncertainty": 120 }, "departure": { "time": "1759219988", "uncertainty": 120 }, "stopId": "0:GAMBETT1", "stopSequence": 9 }, { "arrival": { "time": "1759220075", "uncertainty": 120 }, "departure": { "time": "1759220075", "uncertainty": 120 }, "stopId": "0:GAREWOI2", "stopSequence": 10 }, { "arrival": { "time": "1759220128", "uncertainty": 120 }, "departure": { "time": "1759220128", "uncertainty": 120 }, "stopId": "0:JUNGLIN2", "stopSequence": 11 }, { "arrival": { "time": "1759220193", "uncertainty": 120 }, "departure": { "time": "1759220193", "uncertainty": 120 }, "stopId": "0:WOIPHOT2", "stopSequence": 12 }, { "arrival": { "time": "1759220280", "uncertainty": 120 }, "departure": { "time": "1759220280", "uncertainty": 120 }, "stopId": "0:COTEAUX2", "stopSequence": 13 }, { "arrival": { "time": "1759220378", "uncertainty": 120 }, "stopId": "0:PLFRANC1", "stopSequence": 14 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012047" }, "vehicle": { "id": "892", "label": "892" } } }, { "id": "3229481", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229481" } } }, { "id": "3229480", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218600", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 }, { "arrival": { "time": "1759218673", "uncertainty": 120 }, "departure": { "time": "1759218673", "uncertainty": 120 }, "stopId": "0:CLETTE1", "stopSequence": 2 }, { "arrival": { "time": "1759218737", "uncertainty": 120 }, "departure": { "time": "1759218737", "uncertainty": 120 }, "stopId": "0:CAILLOU1", "stopSequence": 3 }, { "arrival": { "time": "1759218751", "uncertainty": 120 }, "departure": { "time": "1759218751", "uncertainty": 120 }, "stopId": "0:ROUSSEL1", "stopSequence": 4 }, { "arrival": { "time": "1759218812", "uncertainty": 120 }, "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:BAUCHEZ1", "stopSequence": 5 }, { "arrival": { "time": "1759218850", "uncertainty": 120 }, "departure": { "time": "1759218850", "uncertainty": 120 }, "stopId": "0:SANSONN1", "stopSequence": 6 }, { "arrival": { "time": "1759218894", "uncertainty": 120 }, "departure": { "time": "1759218900", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 7 }, { "arrival": { "time": "1759218962", "uncertainty": 120 }, "departure": { "time": "1759218962", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 8 }, { "arrival": { "time": "1759219022", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 9 }, { "arrival": { "time": "1759219066", "uncertainty": 120 }, "departure": { "time": "1759219082", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 10 }, { "arrival": { "time": "1759219142", "uncertainty": 120 }, "departure": { "time": "1759219142", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 11 }, { "arrival": { "time": "1759219312", "uncertainty": 120 }, "departure": { "time": "1759219322", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 12 }, { "arrival": { "time": "1759219382", "uncertainty": 120 }, "departure": { "time": "1759219382", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 13 }, { "arrival": { "time": "1759219652", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 14 }, { "arrival": { "time": "1759219886", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 15 }, { "arrival": { "time": "1759219922", "uncertainty": 120 }, "departure": { "time": "1759219952", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 16 }, { "arrival": { "time": "1759220120", "uncertainty": 120 }, "departure": { "time": "1759220120", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 17 }, { "arrival": { "time": "1759220182", "uncertainty": 120 }, "departure": { "time": "1759220182", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 18 }, { "arrival": { "time": "1759220235", "uncertainty": 120 }, "departure": { "time": "1759220235", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 19 }, { "arrival": { "time": "1759220261", "uncertainty": 120 }, "departure": { "time": "1759220261", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 20 }, { "arrival": { "time": "1759220321", "uncertainty": 120 }, "departure": { "time": "1759220321", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 21 }, { "arrival": { "time": "1759220408", "uncertainty": 120 }, "departure": { "time": "1759220408", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 22 }, { "arrival": { "time": "1759220450", "uncertainty": 120 }, "departure": { "time": "1759220450", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 23 }, { "arrival": { "time": "1759220500", "uncertainty": 120 }, "departure": { "time": "1759220500", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 24 }, { "arrival": { "time": "1759220611", "uncertainty": 120 }, "departure": { "time": "1759220611", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 25 }, { "arrival": { "time": "1759220728", "uncertainty": 120 }, "departure": { "time": "1759220728", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 26 }, { "arrival": { "time": "1759220907", "uncertainty": 120 }, "departure": { "time": "1759220907", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 27 }, { "arrival": { "time": "1759221028", "uncertainty": 120 }, "departure": { "time": "1759221028", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 28 }, { "arrival": { "time": "1759221175", "uncertainty": 120 }, "departure": { "time": "1759221175", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 29 }, { "arrival": { "time": "1759221199", "uncertainty": 120 }, "departure": { "time": "1759221199", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 30 }, { "arrival": { "time": "1759221261", "uncertainty": 120 }, "departure": { "time": "1759221261", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 31 }, { "arrival": { "time": "1759221302", "uncertainty": 120 }, "departure": { "time": "1759221302", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 32 }, { "arrival": { "time": "1759221353", "uncertainty": 120 }, "departure": { "time": "1759221353", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 33 }, { "arrival": { "time": "1759221422", "uncertainty": 120 }, "departure": { "time": "1759221422", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 34 }, { "arrival": { "time": "1759221472", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229480" }, "vehicle": { "id": "1832", "label": "1832" } } }, { "id": "3229482", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222140", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229482" } } }, { "id": "3009727", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759220681", "uncertainty": 120 }, "departure": { "time": "1759220681", "uncertainty": 120 }, "stopId": "0:GAREN1" }, { "arrival": { "time": "1759220682", "uncertainty": 120 }, "departure": { "time": "1759220682", "uncertainty": 120 }, "stopId": "0:GARENNE1" }, { "departure": { "time": "1759219900", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1759220001", "uncertainty": 120 }, "departure": { "time": "1759220001", "uncertainty": 120 }, "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1759220062", "uncertainty": 120 }, "departure": { "time": "1759220062", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1759220156", "uncertainty": 120 }, "departure": { "time": "1759220156", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1759220254", "uncertainty": 120 }, "departure": { "time": "1759220254", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1759213814", "uncertainty": 120 }, "departure": { "time": "1759213814", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1759213904", "uncertainty": 120 }, "departure": { "time": "1759213904", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1759213957", "uncertainty": 120 }, "departure": { "time": "1759213957", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1759220772", "uncertainty": 120 }, "departure": { "time": "1759220772", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1759220825", "uncertainty": 120 }, "departure": { "time": "1759220825", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1759220990", "uncertainty": 120 }, "departure": { "time": "1759220990", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1759221093", "uncertainty": 120 }, "departure": { "time": "1759221093", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1759221185", "uncertainty": 120 }, "departure": { "time": "1759221185", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1759221262", "uncertainty": 120 }, "departure": { "time": "1759221262", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1759221365", "uncertainty": 120 }, "departure": { "time": "1759221365", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1759221472", "uncertainty": 120 }, "departure": { "time": "1759221472", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1759221562", "uncertainty": 120 }, "departure": { "time": "1759221562", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1759221665", "uncertainty": 120 }, "departure": { "time": "1759221665", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1759221743", "uncertainty": 120 }, "departure": { "time": "1759221743", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 19 }, { "arrival": { "time": "1759221895", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009727" }, "vehicle": { "id": "1852", "label": "1852" } } }, { "id": "3047424", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222860", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047424" } } }, { "id": "3047448", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217760", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 }, { "arrival": { "time": "1759217901", "uncertainty": 120 }, "departure": { "time": "1759217911", "uncertainty": 120 }, "stopId": "0:SER02", "stopSequence": 2 }, { "arrival": { "time": "1759217971", "uncertainty": 120 }, "departure": { "time": "1759217971", "uncertainty": 120 }, "stopId": "0:FEI02", "stopSequence": 3 }, { "arrival": { "time": "1759218031", "uncertainty": 120 }, "departure": { "time": "1759218031", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 4 }, { "arrival": { "time": "1759218130", "uncertainty": 120 }, "departure": { "time": "1759218151", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 5 }, { "arrival": { "time": "1759218211", "uncertainty": 120 }, "departure": { "time": "1759218211", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 6 }, { "arrival": { "time": "1759218279", "uncertainty": 120 }, "departure": { "time": "1759218301", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 7 }, { "arrival": { "time": "1759218361", "uncertainty": 120 }, "departure": { "time": "1759218361", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 8 }, { "arrival": { "time": "1759218466", "uncertainty": 120 }, "departure": { "time": "1759218481", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 9 }, { "arrival": { "time": "1759218571", "uncertainty": 120 }, "departure": { "time": "1759218571", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 10 }, { "arrival": { "time": "1759218631", "uncertainty": 120 }, "departure": { "time": "1759218631", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 11 }, { "arrival": { "time": "1759218720", "uncertainty": 120 }, "departure": { "time": "1759218721", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 12 }, { "arrival": { "time": "1759218800", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 13 }, { "arrival": { "time": "1759218893", "uncertainty": 120 }, "departure": { "time": "1759218931", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1759219003", "uncertainty": 120 }, "departure": { "time": "1759219021", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 15 }, { "arrival": { "time": "1759219100", "uncertainty": 120 }, "departure": { "time": "1759219141", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 16 }, { "arrival": { "time": "1759219304", "uncertainty": 120 }, "departure": { "time": "1759219321", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 17 }, { "arrival": { "time": "1759219400", "uncertainty": 120 }, "departure": { "time": "1759219411", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 18 }, { "arrival": { "time": "1759219471", "uncertainty": 120 }, "departure": { "time": "1759219501", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 19 }, { "arrival": { "time": "1759219561", "uncertainty": 120 }, "departure": { "time": "1759219561", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 20 }, { "arrival": { "time": "1759219651", "uncertainty": 120 }, "departure": { "time": "1759219651", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 21 }, { "arrival": { "time": "1759219715", "uncertainty": 120 }, "departure": { "time": "1759219715", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 22 }, { "arrival": { "time": "1759219838", "uncertainty": 120 }, "departure": { "time": "1759219838", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 23 }, { "arrival": { "time": "1759219934", "uncertainty": 120 }, "departure": { "time": "1759219951", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 24 }, { "arrival": { "time": "1759220038", "uncertainty": 120 }, "departure": { "time": "1759220038", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 25 }, { "arrival": { "time": "1759220126", "uncertainty": 120 }, "departure": { "time": "1759220126", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 26 }, { "arrival": { "time": "1759220157", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 27 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047448" }, "vehicle": { "id": "1307", "label": "1307" } } }, { "id": "3047444", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221060", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047444" } } }, { "id": "3012049", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221900", "uncertainty": 120 }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012049" } } }, { "id": "3229441", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217709", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1759217805", "uncertainty": 120 }, "departure": { "time": "1759217805", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 2 }, { "arrival": { "time": "1759217856", "uncertainty": 120 }, "departure": { "time": "1759217856", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 3 }, { "arrival": { "time": "1759217859", "uncertainty": 120 }, "departure": { "time": "1759217859", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 4 }, { "arrival": { "time": "1759217889", "uncertainty": 120 }, "departure": { "time": "1759217889", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 5 }, { "arrival": { "time": "1759217949", "uncertainty": 120 }, "departure": { "time": "1759217949", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 6 }, { "arrival": { "time": "1759218004", "uncertainty": 120 }, "departure": { "time": "1759218009", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 7 }, { "arrival": { "time": "1759218048", "uncertainty": 120 }, "departure": { "time": "1759218069", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 8 }, { "arrival": { "time": "1759218121", "uncertainty": 120 }, "departure": { "time": "1759218159", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 9 }, { "arrival": { "time": "1759218369", "uncertainty": 120 }, "departure": { "time": "1759218369", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 10 }, { "arrival": { "time": "1759218419", "uncertainty": 120 }, "departure": { "time": "1759218460", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 11 }, { "arrival": { "time": "1759218699", "uncertainty": 120 }, "departure": { "time": "1759218759", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 12 }, { "arrival": { "time": "1759218939", "uncertainty": 120 }, "departure": { "time": "1759218939", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 13 }, { "arrival": { "time": "1759218991", "uncertainty": 120 }, "departure": { "time": "1759219179", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 14 }, { "arrival": { "time": "1759219336", "uncertainty": 120 }, "departure": { "time": "1759219359", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 15 }, { "arrival": { "time": "1759219419", "uncertainty": 120 }, "departure": { "time": "1759219419", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 16 }, { "arrival": { "time": "1759219453", "uncertainty": 120 }, "departure": { "time": "1759219453", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 17 }, { "arrival": { "time": "1759219479", "uncertainty": 120 }, "departure": { "time": "1759219479", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 18 }, { "arrival": { "time": "1759219539", "uncertainty": 120 }, "departure": { "time": "1759219539", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 19 }, { "arrival": { "time": "1759219629", "uncertainty": 120 }, "departure": { "time": "1759219659", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 20 }, { "arrival": { "time": "1759219699", "uncertainty": 120 }, "departure": { "time": "1759219699", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 21 }, { "arrival": { "time": "1759219749", "uncertainty": 120 }, "departure": { "time": "1759219749", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 22 }, { "arrival": { "time": "1759219862", "uncertainty": 120 }, "departure": { "time": "1759219869", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 23 }, { "arrival": { "time": "1759219988", "uncertainty": 120 }, "departure": { "time": "1759219988", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 24 }, { "arrival": { "time": "1759220132", "uncertainty": 120 }, "departure": { "time": "1759220132", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 25 }, { "arrival": { "time": "1759220313", "uncertainty": 120 }, "departure": { "time": "1759220313", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 26 }, { "arrival": { "time": "1759220459", "uncertainty": 120 }, "departure": { "time": "1759220459", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 27 }, { "arrival": { "time": "1759220482", "uncertainty": 120 }, "departure": { "time": "1759220482", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 28 }, { "arrival": { "time": "1759220543", "uncertainty": 120 }, "departure": { "time": "1759220543", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 29 }, { "arrival": { "time": "1759220564", "uncertainty": 120 }, "departure": { "time": "1759220564", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 30 }, { "arrival": { "time": "1759220596", "uncertainty": 120 }, "departure": { "time": "1759220596", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 31 }, { "arrival": { "time": "1759220650", "uncertainty": 120 }, "departure": { "time": "1759220650", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759220702", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229441" }, "vehicle": { "id": "1241", "label": "1241" } } }, { "id": "3012048", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220580", "uncertainty": 120 }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012048" } } }, { "id": "3229443", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221240", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1759221358", "uncertainty": 120 }, "departure": { "time": "1759221358", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 2 }, { "arrival": { "time": "1759221392", "uncertainty": 120 }, "departure": { "time": "1759221392", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 3 }, { "arrival": { "time": "1759221429", "uncertainty": 120 }, "departure": { "time": "1759221429", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 4 }, { "arrival": { "time": "1759221491", "uncertainty": 120 }, "departure": { "time": "1759221491", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 5 }, { "arrival": { "time": "1759221550", "uncertainty": 120 }, "departure": { "time": "1759221550", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 6 }, { "arrival": { "time": "1759221623", "uncertainty": 120 }, "departure": { "time": "1759221623", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 7 }, { "arrival": { "time": "1759221662", "uncertainty": 120 }, "departure": { "time": "1759221662", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 8 }, { "arrival": { "time": "1759221703", "uncertainty": 120 }, "departure": { "time": "1759221703", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 9 }, { "arrival": { "time": "1759221862", "uncertainty": 120 }, "departure": { "time": "1759221862", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 10 }, { "arrival": { "time": "1759221962", "uncertainty": 120 }, "departure": { "time": "1759221962", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 11 }, { "arrival": { "time": "1759222222", "uncertainty": 120 }, "departure": { "time": "1759222222", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 12 }, { "arrival": { "time": "1759222410", "uncertainty": 120 }, "departure": { "time": "1759222410", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 13 }, { "arrival": { "time": "1759222464", "uncertainty": 120 }, "departure": { "time": "1759222464", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 14 }, { "arrival": { "time": "1759222707", "uncertainty": 120 }, "departure": { "time": "1759222707", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 15 }, { "arrival": { "time": "1759222784", "uncertainty": 120 }, "departure": { "time": "1759222784", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 16 }, { "arrival": { "time": "1759222837", "uncertainty": 120 }, "departure": { "time": "1759222837", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 17 }, { "arrival": { "time": "1759222868", "uncertainty": 120 }, "departure": { "time": "1759222868", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 18 }, { "arrival": { "time": "1759222931", "uncertainty": 120 }, "departure": { "time": "1759222931", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 19 }, { "arrival": { "time": "1759222987", "uncertainty": 120 }, "departure": { "time": "1759222987", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 20 }, { "arrival": { "time": "1759223046", "uncertainty": 120 }, "departure": { "time": "1759223046", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 21 }, { "arrival": { "time": "1759223092", "uncertainty": 120 }, "departure": { "time": "1759223092", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 22 }, { "arrival": { "time": "1759223189", "uncertainty": 120 }, "departure": { "time": "1759223189", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 23 }, { "arrival": { "time": "1759223307", "uncertainty": 120 }, "departure": { "time": "1759223307", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 24 }, { "arrival": { "time": "1759223486", "uncertainty": 120 }, "departure": { "time": "1759223486", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 25 }, { "arrival": { "time": "1759223607", "uncertainty": 120 }, "departure": { "time": "1759223607", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 26 }, { "arrival": { "time": "1759223763", "uncertainty": 120 }, "departure": { "time": "1759223763", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 27 }, { "arrival": { "time": "1759223803", "uncertainty": 120 }, "departure": { "time": "1759223803", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 28 }, { "arrival": { "time": "1759223876", "uncertainty": 120 }, "departure": { "time": "1759223876", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 29 }, { "arrival": { "time": "1759223917", "uncertainty": 120 }, "departure": { "time": "1759223917", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 30 }, { "arrival": { "time": "1759223968", "uncertainty": 120 }, "departure": { "time": "1759223968", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 31 }, { "arrival": { "time": "1759224037", "uncertainty": 120 }, "departure": { "time": "1759224037", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759224087", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229443" } } }, { "id": "3229442", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1759219729", "uncertainty": 120 }, "departure": { "time": "1759219741", "uncertainty": 120 }, "stopId": "0:VIGNES1", "stopSequence": 2 }, { "arrival": { "time": "1759219771", "uncertainty": 120 }, "departure": { "time": "1759219771", "uncertainty": 120 }, "stopId": "0:MIRABEL1", "stopSequence": 3 }, { "arrival": { "time": "1759219801", "uncertainty": 120 }, "departure": { "time": "1759219801", "uncertainty": 120 }, "stopId": "0:BUTTE1", "stopSequence": 4 }, { "arrival": { "time": "1759219861", "uncertainty": 120 }, "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:BUCHOZ1", "stopSequence": 5 }, { "arrival": { "time": "1759219920", "uncertainty": 120 }, "departure": { "time": "1759219921", "uncertainty": 120 }, "stopId": "0:NJUNG1", "stopSequence": 6 }, { "arrival": { "time": "1759219969", "uncertainty": 120 }, "departure": { "time": "1759219969", "uncertainty": 120 }, "stopId": "0:LEMOYNE1", "stopSequence": 7 }, { "arrival": { "time": "1759220012", "uncertainty": 120 }, "departure": { "time": "1759220012", "uncertainty": 120 }, "stopId": "0:COLIBRI1", "stopSequence": 8 }, { "arrival": { "time": "1759220070", "uncertainty": 120 }, "departure": { "time": "1759220070", "uncertainty": 120 }, "stopId": "0:TIGNO414", "stopSequence": 9 }, { "arrival": { "time": "1759220238", "uncertainty": 120 }, "departure": { "time": "1759220238", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 10 }, { "arrival": { "time": "1759220325", "uncertainty": 120 }, "departure": { "time": "1759220325", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 11 }, { "arrival": { "time": "1759220594", "uncertainty": 120 }, "departure": { "time": "1759220594", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 12 }, { "arrival": { "time": "1759220769", "uncertainty": 120 }, "departure": { "time": "1759220769", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 13 }, { "arrival": { "time": "1759220802", "uncertainty": 120 }, "departure": { "time": "1759220802", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 14 }, { "arrival": { "time": "1759220987", "uncertainty": 120 }, "departure": { "time": "1759220987", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 15 }, { "arrival": { "time": "1759221053", "uncertainty": 120 }, "departure": { "time": "1759221053", "uncertainty": 120 }, "stopId": "0:FRIANT2", "stopSequence": 16 }, { "arrival": { "time": "1759221106", "uncertainty": 120 }, "departure": { "time": "1759221106", "uncertainty": 120 }, "stopId": "0:HERMITE2", "stopSequence": 17 }, { "arrival": { "time": "1759221134", "uncertainty": 120 }, "departure": { "time": "1759221134", "uncertainty": 120 }, "stopId": "0:COLLIGN2", "stopSequence": 18 }, { "arrival": { "time": "1759221195", "uncertainty": 120 }, "departure": { "time": "1759221195", "uncertainty": 120 }, "stopId": "0:DUCROCQ2", "stopSequence": 19 }, { "arrival": { "time": "1759221274", "uncertainty": 120 }, "departure": { "time": "1759221274", "uncertainty": 120 }, "stopId": "0:HESTAUX2", "stopSequence": 20 }, { "arrival": { "time": "1759221320", "uncertainty": 120 }, "departure": { "time": "1759221320", "uncertainty": 120 }, "stopId": "0:GOUSSEL2", "stopSequence": 21 }, { "arrival": { "time": "1759221369", "uncertainty": 120 }, "departure": { "time": "1759221369", "uncertainty": 120 }, "stopId": "0:CLAUDEL2", "stopSequence": 22 }, { "arrival": { "time": "1759221477", "uncertainty": 120 }, "departure": { "time": "1759221477", "uncertainty": 120 }, "stopId": "0:OBERL653", "stopSequence": 23 }, { "arrival": { "time": "1759221595", "uncertainty": 120 }, "departure": { "time": "1759221595", "uncertainty": 120 }, "stopId": "0:PEUPLIE2", "stopSequence": 24 }, { "arrival": { "time": "1759221774", "uncertainty": 120 }, "departure": { "time": "1759221774", "uncertainty": 120 }, "stopId": "0:GRIGY2", "stopSequence": 25 }, { "arrival": { "time": "1759221895", "uncertainty": 120 }, "departure": { "time": "1759221895", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 26 }, { "arrival": { "time": "1759222049", "uncertainty": 120 }, "departure": { "time": "1759222049", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 27 }, { "arrival": { "time": "1759222088", "uncertainty": 120 }, "departure": { "time": "1759222088", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 28 }, { "arrival": { "time": "1759222160", "uncertainty": 120 }, "departure": { "time": "1759222160", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 29 }, { "arrival": { "time": "1759222201", "uncertainty": 120 }, "departure": { "time": "1759222201", "uncertainty": 120 }, "stopId": "0:30JOURS2", "stopSequence": 30 }, { "arrival": { "time": "1759222252", "uncertainty": 120 }, "departure": { "time": "1759222252", "uncertainty": 120 }, "stopId": "0:LADAME2", "stopSequence": 31 }, { "arrival": { "time": "1759222321", "uncertainty": 120 }, "departure": { "time": "1759222321", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759222371", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229442" }, "vehicle": { "id": "2148", "label": "2148" } } }, { "id": "3012050", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223160", "uncertainty": 120 }, "stopId": "0:INTJOBA2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "16", "scheduleRelationship": "SCHEDULED", "tripId": "0_23012050" } } }, { "id": "3229444", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223040", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229444" } } }, { "id": "3304581", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221900", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304581" } } }, { "id": "3229552", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222320", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229552" } } }, { "id": "3047546", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218660", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1759218700", "uncertainty": 120 }, "departure": { "time": "1759218721", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1759218806", "uncertainty": 120 }, "departure": { "time": "1759218811", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1759218901", "uncertainty": 120 }, "departure": { "time": "1759218901", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1759218991", "uncertainty": 120 }, "departure": { "time": "1759218991", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1759219117", "uncertainty": 120 }, "departure": { "time": "1759219142", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1759219201", "uncertainty": 120 }, "departure": { "time": "1759219201", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1759219287", "uncertainty": 120 }, "departure": { "time": "1759219291", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1759219369", "uncertainty": 120 }, "departure": { "time": "1759219471", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1759219539", "uncertainty": 120 }, "departure": { "time": "1759219562", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1759219611", "uncertainty": 120 }, "departure": { "time": "1759219620", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1759219707", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1759219801", "uncertainty": 120 }, "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1759219945", "uncertainty": 120 }, "departure": { "time": "1759219951", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1759220015", "uncertainty": 120 }, "departure": { "time": "1759220015", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1759220076", "uncertainty": 120 }, "departure": { "time": "1759220076", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1759220138", "uncertainty": 120 }, "departure": { "time": "1759220138", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1759220210", "uncertainty": 120 }, "departure": { "time": "1759220210", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1759220299", "uncertainty": 120 }, "departure": { "time": "1759220299", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1759220388", "uncertainty": 120 }, "departure": { "time": "1759220388", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1759220473", "uncertainty": 120 }, "departure": { "time": "1759220473", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1759220536", "uncertainty": 120 }, "departure": { "time": "1759220536", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1759220611", "uncertainty": 120 }, "departure": { "time": "1759220611", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1759220685", "uncertainty": 120 }, "departure": { "time": "1759220685", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1759220799", "uncertainty": 120 }, "departure": { "time": "1759220799", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 25 }, { "arrival": { "time": "1759220874", "uncertainty": 120 }, "departure": { "time": "1759220874", "uncertainty": 120 }, "stopId": "0:FEI01", "stopSequence": 26 }, { "arrival": { "time": "1759220926", "uncertainty": 120 }, "departure": { "time": "1759220926", "uncertainty": 120 }, "stopId": "0:SER01", "stopSequence": 27 }, { "arrival": { "time": "1759221049", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047546" }, "vehicle": { "id": "1311", "label": "1311" } } }, { "id": "3009769", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759220269", "uncertainty": 120 }, "departure": { "time": "1759220269", "uncertainty": 120 }, "stopId": "0:GAREN2" }, { "arrival": { "time": "1759220270", "uncertainty": 120 }, "departure": { "time": "1759220270", "uncertainty": 120 }, "stopId": "0:GARENNE2" }, { "arrival": { "time": "1759220578", "uncertainty": 120 }, "departure": { "time": "1759220578", "uncertainty": 120 }, "stopId": "0:SORBIER3" }, { "departure": { "time": "1759219271", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759219415", "uncertainty": 120 }, "departure": { "time": "1759219451", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1759219526", "uncertainty": 120 }, "departure": { "time": "1759219541", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759219631", "uncertainty": 120 }, "departure": { "time": "1759219631", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759219681", "uncertainty": 120 }, "departure": { "time": "1759219681", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759219746", "uncertainty": 120 }, "departure": { "time": "1759219751", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759219811", "uncertainty": 120 }, "departure": { "time": "1759219811", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759219864", "uncertainty": 120 }, "departure": { "time": "1759219872", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759219944", "uncertainty": 120 }, "departure": { "time": "1759219944", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759219999", "uncertainty": 120 }, "departure": { "time": "1759219999", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759220147", "uncertainty": 120 }, "departure": { "time": "1759220147", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1759220180", "uncertainty": 120 }, "departure": { "time": "1759220180", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1759220381", "uncertainty": 120 }, "departure": { "time": "1759220381", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1759220447", "uncertainty": 120 }, "departure": { "time": "1759220447", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1759220524", "uncertainty": 120 }, "departure": { "time": "1759220524", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1759220659", "uncertainty": 120 }, "departure": { "time": "1759220659", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1759220749", "uncertainty": 120 }, "departure": { "time": "1759220749", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1759220869", "uncertainty": 120 }, "departure": { "time": "1759220869", "uncertainty": 120 }, "stopId": "0:JOSEPH2", "stopSequence": 18 }, { "arrival": { "time": "1759220940", "uncertainty": 120 }, "departure": { "time": "1759220940", "uncertainty": 120 }, "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1759221049", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009769" }, "vehicle": { "id": "1858", "label": "1858" } } }, { "id": "3009768", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759219491", "uncertainty": 120 }, "departure": { "time": "1759219491", "uncertainty": 120 }, "stopId": "0:GAREN2" }, { "arrival": { "time": "1759219492", "uncertainty": 120 }, "departure": { "time": "1759219492", "uncertainty": 120 }, "stopId": "0:GARENNE2" }, { "arrival": { "time": "1759219716", "uncertainty": 120 }, "departure": { "time": "1759219724", "uncertainty": 120 }, "stopId": "0:SORBIER3" }, { "departure": { "time": "1759218313", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759218519", "uncertainty": 120 }, "departure": { "time": "1759218553", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1759218673", "uncertainty": 120 }, "departure": { "time": "1759218673", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759218756", "uncertainty": 120 }, "departure": { "time": "1759218765", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759218827", "uncertainty": 120 }, "departure": { "time": "1759218853", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759218913", "uncertainty": 120 }, "departure": { "time": "1759218913", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759218985", "uncertainty": 120 }, "departure": { "time": "1759218985", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759219033", "uncertainty": 120 }, "departure": { "time": "1759219033", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759219119", "uncertainty": 120 }, "departure": { "time": "1759219119", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759219159", "uncertainty": 120 }, "departure": { "time": "1759219159", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759219303", "uncertainty": 120 }, "departure": { "time": "1759219363", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1759219392", "uncertainty": 120 }, "departure": { "time": "1759219392", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1759219481", "uncertainty": 120 }, "departure": { "time": "1759219481", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1759219547", "uncertainty": 120 }, "departure": { "time": "1759219547", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1759219624", "uncertainty": 120 }, "departure": { "time": "1759219624", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1759219837", "uncertainty": 120 }, "departure": { "time": "1759219843", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1759219933", "uncertainty": 120 }, "departure": { "time": "1759219933", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1759220000", "uncertainty": 120 }, "departure": { "time": "1759220000", "uncertainty": 120 }, "stopId": "0:JOSEPH2", "stopSequence": 18 }, { "arrival": { "time": "1759220035", "uncertainty": 120 }, "departure": { "time": "1759220035", "uncertainty": 120 }, "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1759220127", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009768" }, "vehicle": { "id": "1853", "label": "1853" } } }, { "id": "3009771", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759224101", "uncertainty": 120 }, "departure": { "time": "1759224101", "uncertainty": 120 }, "stopId": "0:GAREN2" }, { "arrival": { "time": "1759224102", "uncertainty": 120 }, "departure": { "time": "1759224102", "uncertainty": 120 }, "stopId": "0:GARENNE2" }, { "arrival": { "time": "1759224410", "uncertainty": 120 }, "departure": { "time": "1759224410", "uncertainty": 120 }, "stopId": "0:SORBIER3" }, { "departure": { "time": "1759222920", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759223075", "uncertainty": 120 }, "departure": { "time": "1759223075", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1759223160", "uncertainty": 120 }, "departure": { "time": "1759223160", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759223217", "uncertainty": 120 }, "departure": { "time": "1759223217", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759223302", "uncertainty": 120 }, "departure": { "time": "1759223302", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759223413", "uncertainty": 120 }, "departure": { "time": "1759223413", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759223497", "uncertainty": 120 }, "departure": { "time": "1759223497", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759223580", "uncertainty": 120 }, "departure": { "time": "1759223580", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759223691", "uncertainty": 120 }, "departure": { "time": "1759223691", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759223758", "uncertainty": 120 }, "departure": { "time": "1759223758", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759223940", "uncertainty": 120 }, "departure": { "time": "1759223940", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1759224012", "uncertainty": 120 }, "departure": { "time": "1759224012", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1759224101", "uncertainty": 120 }, "departure": { "time": "1759224101", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1759224167", "uncertainty": 120 }, "departure": { "time": "1759224167", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1759224244", "uncertainty": 120 }, "departure": { "time": "1759224244", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1759224491", "uncertainty": 120 }, "departure": { "time": "1759224491", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1759224580", "uncertainty": 120 }, "departure": { "time": "1759224580", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1759224700", "uncertainty": 120 }, "departure": { "time": "1759224700", "uncertainty": 120 }, "stopId": "0:JOSEPH2", "stopSequence": 18 }, { "arrival": { "time": "1759224795", "uncertainty": 120 }, "departure": { "time": "1759224795", "uncertainty": 120 }, "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1759224940", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009771" } } }, { "id": "3009770", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759221281", "uncertainty": 120 }, "departure": { "time": "1759221281", "uncertainty": 120 }, "stopId": "0:GAREN2" }, { "arrival": { "time": "1759221282", "uncertainty": 120 }, "departure": { "time": "1759221282", "uncertainty": 120 }, "stopId": "0:GARENNE2" }, { "arrival": { "time": "1759221590", "uncertainty": 120 }, "departure": { "time": "1759221590", "uncertainty": 120 }, "stopId": "0:SORBIER3" }, { "departure": { "time": "1759220160", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759220315", "uncertainty": 120 }, "departure": { "time": "1759220315", "uncertainty": 120 }, "stopId": "0:ROIGE352", "stopSequence": 2 }, { "arrival": { "time": "1759220400", "uncertainty": 120 }, "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759220449", "uncertainty": 120 }, "departure": { "time": "1759220449", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759220522", "uncertainty": 120 }, "departure": { "time": "1759220522", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759220617", "uncertainty": 120 }, "departure": { "time": "1759220617", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759220689", "uncertainty": 120 }, "departure": { "time": "1759220689", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759220760", "uncertainty": 120 }, "departure": { "time": "1759220760", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759220871", "uncertainty": 120 }, "departure": { "time": "1759220871", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759220938", "uncertainty": 120 }, "departure": { "time": "1759220938", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759221120", "uncertainty": 120 }, "departure": { "time": "1759221120", "uncertainty": 120 }, "stopId": "0:COSTEBE2", "stopSequence": 11 }, { "arrival": { "time": "1759221192", "uncertainty": 120 }, "departure": { "time": "1759221192", "uncertainty": 120 }, "stopId": "0:GRORMES2", "stopSequence": 12 }, { "arrival": { "time": "1759221281", "uncertainty": 120 }, "departure": { "time": "1759221281", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE2", "stopSequence": 13 }, { "arrival": { "time": "1759221347", "uncertainty": 120 }, "departure": { "time": "1759221347", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS2", "stopSequence": 14 }, { "arrival": { "time": "1759221424", "uncertainty": 120 }, "departure": { "time": "1759221424", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER2", "stopSequence": 15 }, { "arrival": { "time": "1759221671", "uncertainty": 120 }, "departure": { "time": "1759221671", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 16 }, { "arrival": { "time": "1759221760", "uncertainty": 120 }, "departure": { "time": "1759221760", "uncertainty": 120 }, "stopId": "0:HOTELVI2", "stopSequence": 17 }, { "arrival": { "time": "1759221880", "uncertainty": 120 }, "departure": { "time": "1759221880", "uncertainty": 120 }, "stopId": "0:JOSEPH2", "stopSequence": 18 }, { "arrival": { "time": "1759221951", "uncertainty": 120 }, "departure": { "time": "1759221951", "uncertainty": 120 }, "stopId": "0:PLGAULL2", "stopSequence": 19 }, { "arrival": { "time": "1759222060", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009770" } } }, { "id": "3047537", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222560", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047537" } } }, { "id": "3047503", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218060", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1759218070", "uncertainty": 120 }, "departure": { "time": "1759218091", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1759218163", "uncertainty": 120 }, "departure": { "time": "1759218181", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1759218259", "uncertainty": 120 }, "departure": { "time": "1759218271", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1759218350", "uncertainty": 120 }, "departure": { "time": "1759218361", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1759218480", "uncertainty": 120 }, "departure": { "time": "1759218481", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1759218564", "uncertainty": 120 }, "departure": { "time": "1759218571", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1759218652", "uncertainty": 120 }, "departure": { "time": "1759218661", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1759218730", "uncertainty": 120 }, "departure": { "time": "1759218751", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1759218820", "uncertainty": 120 }, "departure": { "time": "1759218841", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1759218894", "uncertainty": 120 }, "departure": { "time": "1759218901", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1759219020", "uncertainty": 120 }, "departure": { "time": "1759219021", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1759219141", "uncertainty": 120 }, "departure": { "time": "1759219171", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1759219261", "uncertainty": 120 }, "departure": { "time": "1759219291", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1759219367", "uncertainty": 120 }, "departure": { "time": "1759219411", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1759219471", "uncertainty": 120 }, "departure": { "time": "1759219501", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1759219561", "uncertainty": 120 }, "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1759219692", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1759219801", "uncertainty": 120 }, "departure": { "time": "1759219801", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1759219891", "uncertainty": 120 }, "departure": { "time": "1759219891", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1759219997", "uncertainty": 120 }, "departure": { "time": "1759219997", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1759220060", "uncertainty": 120 }, "departure": { "time": "1759220060", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1759220134", "uncertainty": 120 }, "departure": { "time": "1759220134", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1759220207", "uncertainty": 120 }, "departure": { "time": "1759220207", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1759220283", "uncertainty": 120 }, "departure": { "time": "1759220283", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1759220345", "uncertainty": 120 }, "departure": { "time": "1759220345", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1759220407", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047503" }, "vehicle": { "id": "1304", "label": "1304" } } }, { "id": "3010676", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220580" }, "stopId": "0:PRILLE2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "89", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010676" } } }, { "id": "3047493", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222260", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047493" } } }, { "id": "3229549", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217043", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1759217128", "uncertainty": 120 }, "departure": { "time": "1759217141", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1759217202", "uncertainty": 120 }, "departure": { "time": "1759217222", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1759217279", "uncertainty": 120 }, "departure": { "time": "1759217282", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1759217330", "uncertainty": 120 }, "departure": { "time": "1759217330", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1759217402", "uncertainty": 120 }, "departure": { "time": "1759217402", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1759217450", "uncertainty": 120 }, "departure": { "time": "1759217462", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1759217583", "uncertainty": 120 }, "departure": { "time": "1759217612", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1759217757", "uncertainty": 120 }, "departure": { "time": "1759217757", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1759217897", "uncertainty": 120 }, "departure": { "time": "1759217912", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1759218002", "uncertainty": 120 }, "departure": { "time": "1759218032", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1759218122", "uncertainty": 120 }, "departure": { "time": "1759218152", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1759218201", "uncertainty": 120 }, "departure": { "time": "1759218213", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1759218234", "uncertainty": 120 }, "departure": { "time": "1759218242", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1759218302", "uncertainty": 120 }, "departure": { "time": "1759218302", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1759218367", "uncertainty": 120 }, "departure": { "time": "1759218367", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1759218379", "uncertainty": 120 }, "departure": { "time": "1759218379", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1759218422", "uncertainty": 120 }, "departure": { "time": "1759218422", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1759218460", "uncertainty": 120 }, "departure": { "time": "1759218482", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1759218752", "uncertainty": 120 }, "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759218867", "uncertainty": 120 }, "departure": { "time": "1759218872", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759219052", "uncertainty": 120 }, "departure": { "time": "1759219414", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759219564", "uncertainty": 120 }, "departure": { "time": "1759219564", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759219653", "uncertainty": 120 }, "departure": { "time": "1759219671", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759219744", "uncertainty": 120 }, "departure": { "time": "1759219744", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1759219764", "uncertainty": 120 }, "departure": { "time": "1759219774", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1759219798", "uncertainty": 120 }, "departure": { "time": "1759219804", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1759219864", "uncertainty": 120 }, "departure": { "time": "1759219864", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1759219901", "uncertainty": 120 }, "departure": { "time": "1759219901", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1759219974", "uncertainty": 120 }, "departure": { "time": "1759219974", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 30 }, { "arrival": { "time": "1759220041", "uncertainty": 120 }, "departure": { "time": "1759220041", "uncertainty": 120 }, "stopId": "0:BAUCHEZ2", "stopSequence": 31 }, { "arrival": { "time": "1759220091", "uncertainty": 120 }, "departure": { "time": "1759220091", "uncertainty": 120 }, "stopId": "0:ROUSSEL2", "stopSequence": 32 }, { "arrival": { "time": "1759220141", "uncertainty": 120 }, "departure": { "time": "1759220141", "uncertainty": 120 }, "stopId": "0:CAILLOU2", "stopSequence": 33 }, { "arrival": { "time": "1759220186", "uncertainty": 120 }, "departure": { "time": "1759220186", "uncertainty": 120 }, "stopId": "0:CLETTE2", "stopSequence": 34 }, { "arrival": { "time": "1759220289", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229549" }, "vehicle": { "id": "1831", "label": "1831" } } }, { "id": "3229551", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220520", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1759220607", "uncertainty": 120 }, "departure": { "time": "1759220607", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1759220672", "uncertainty": 120 }, "departure": { "time": "1759220672", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1759220741", "uncertainty": 120 }, "departure": { "time": "1759220741", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1759220784", "uncertainty": 120 }, "departure": { "time": "1759220784", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1759220843", "uncertainty": 120 }, "departure": { "time": "1759220843", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1759220885", "uncertainty": 120 }, "departure": { "time": "1759220885", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1759221004", "uncertainty": 120 }, "departure": { "time": "1759221004", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1759221114", "uncertainty": 120 }, "departure": { "time": "1759221114", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1759221274", "uncertainty": 120 }, "departure": { "time": "1759221274", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1759221367", "uncertainty": 120 }, "departure": { "time": "1759221367", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1759221464", "uncertainty": 120 }, "departure": { "time": "1759221464", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1759221528", "uncertainty": 120 }, "departure": { "time": "1759221528", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1759221573", "uncertainty": 120 }, "departure": { "time": "1759221573", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1759221635", "uncertainty": 120 }, "departure": { "time": "1759221635", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1759221715", "uncertainty": 120 }, "departure": { "time": "1759221715", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1759221739", "uncertainty": 120 }, "departure": { "time": "1759221739", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1759221798", "uncertainty": 120 }, "departure": { "time": "1759221798", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1759221871", "uncertainty": 120 }, "departure": { "time": "1759221871", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1759222171", "uncertainty": 120 }, "departure": { "time": "1759222171", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759222224", "uncertainty": 120 }, "departure": { "time": "1759222224", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759222415", "uncertainty": 120 }, "departure": { "time": "1759222415", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759222704", "uncertainty": 120 }, "departure": { "time": "1759222704", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759222835", "uncertainty": 120 }, "departure": { "time": "1759222835", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759222950", "uncertainty": 120 }, "departure": { "time": "1759222950", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1759222984", "uncertainty": 120 }, "departure": { "time": "1759222984", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1759223018", "uncertainty": 120 }, "departure": { "time": "1759223018", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1759223075", "uncertainty": 120 }, "departure": { "time": "1759223075", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1759223138", "uncertainty": 120 }, "departure": { "time": "1759223138", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1759223180", "uncertainty": 120 }, "departure": { "time": "1759223180", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 30 }, { "arrival": { "time": "1759223247", "uncertainty": 120 }, "departure": { "time": "1759223247", "uncertainty": 120 }, "stopId": "0:BAUCHEZ2", "stopSequence": 31 }, { "arrival": { "time": "1759223297", "uncertainty": 120 }, "departure": { "time": "1759223297", "uncertainty": 120 }, "stopId": "0:ROUSSEL2", "stopSequence": 32 }, { "arrival": { "time": "1759223347", "uncertainty": 120 }, "departure": { "time": "1759223347", "uncertainty": 120 }, "stopId": "0:CAILLOU2", "stopSequence": 33 }, { "arrival": { "time": "1759223392", "uncertainty": 120 }, "departure": { "time": "1759223392", "uncertainty": 120 }, "stopId": "0:CLETTE2", "stopSequence": 34 }, { "arrival": { "time": "1759223495", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229551" } } }, { "id": "3229550", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1759218880", "uncertainty": 120 }, "departure": { "time": "1759218901", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1759218985", "uncertainty": 120 }, "departure": { "time": "1759218991", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1759219051", "uncertainty": 120 }, "departure": { "time": "1759219051", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1759219098", "uncertainty": 120 }, "departure": { "time": "1759219098", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1759219156", "uncertainty": 120 }, "departure": { "time": "1759219171", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1759219213", "uncertainty": 120 }, "departure": { "time": "1759219213", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1759219319", "uncertainty": 120 }, "departure": { "time": "1759219351", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1759219463", "uncertainty": 120 }, "departure": { "time": "1759219463", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1759219606", "uncertainty": 120 }, "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1759219712", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1759219816", "uncertainty": 120 }, "departure": { "time": "1759219816", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1759219874", "uncertainty": 120 }, "departure": { "time": "1759219874", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1759219921", "uncertainty": 120 }, "departure": { "time": "1759219921", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1759219979", "uncertainty": 120 }, "departure": { "time": "1759219979", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1759220039", "uncertainty": 120 }, "departure": { "time": "1759220039", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1759220053", "uncertainty": 120 }, "departure": { "time": "1759220053", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1759220096", "uncertainty": 120 }, "departure": { "time": "1759220096", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1759220140", "uncertainty": 120 }, "departure": { "time": "1759220140", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1759220467", "uncertainty": 120 }, "departure": { "time": "1759220467", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759220501", "uncertainty": 120 }, "departure": { "time": "1759220501", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759220682", "uncertainty": 120 }, "departure": { "time": "1759220682", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759220849", "uncertainty": 120 }, "departure": { "time": "1759220849", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759220951", "uncertainty": 120 }, "departure": { "time": "1759220951", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759221029", "uncertainty": 120 }, "departure": { "time": "1759221029", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1759221051", "uncertainty": 120 }, "departure": { "time": "1759221051", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1759221076", "uncertainty": 120 }, "departure": { "time": "1759221076", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1759221136", "uncertainty": 120 }, "departure": { "time": "1759221136", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1759221177", "uncertainty": 120 }, "departure": { "time": "1759221177", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1759221203", "uncertainty": 120 }, "departure": { "time": "1759221203", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 30 }, { "arrival": { "time": "1759221270", "uncertainty": 120 }, "departure": { "time": "1759221270", "uncertainty": 120 }, "stopId": "0:BAUCHEZ2", "stopSequence": 31 }, { "arrival": { "time": "1759221320", "uncertainty": 120 }, "departure": { "time": "1759221320", "uncertainty": 120 }, "stopId": "0:ROUSSEL2", "stopSequence": 32 }, { "arrival": { "time": "1759221370", "uncertainty": 120 }, "departure": { "time": "1759221370", "uncertainty": 120 }, "stopId": "0:CAILLOU2", "stopSequence": 33 }, { "arrival": { "time": "1759221415", "uncertainty": 120 }, "departure": { "time": "1759221415", "uncertainty": 120 }, "stopId": "0:CLETTE2", "stopSequence": 34 }, { "arrival": { "time": "1759221518", "uncertainty": 120 }, "stopId": "0:PRESJAC1", "stopSequence": 35 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229550" }, "vehicle": { "id": "2436", "label": "2436" } } }, { "id": "3047518", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219260", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1759219304", "uncertainty": 120 }, "departure": { "time": "1759219322", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1759219394", "uncertainty": 120 }, "departure": { "time": "1759219422", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1759219493", "uncertainty": 120 }, "departure": { "time": "1759219501", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1759219590", "uncertainty": 120 }, "departure": { "time": "1759219591", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1759219711", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1759219785", "uncertainty": 120 }, "departure": { "time": "1759219801", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1759219875", "uncertainty": 120 }, "departure": { "time": "1759219891", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1759219964", "uncertainty": 120 }, "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1759220037", "uncertainty": 120 }, "departure": { "time": "1759220037", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1759220088", "uncertainty": 120 }, "departure": { "time": "1759220088", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1759220176", "uncertainty": 120 }, "departure": { "time": "1759220176", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1759220271", "uncertainty": 120 }, "departure": { "time": "1759220271", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1759220365", "uncertainty": 120 }, "departure": { "time": "1759220365", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1759220430", "uncertainty": 120 }, "departure": { "time": "1759220430", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1759220491", "uncertainty": 120 }, "departure": { "time": "1759220491", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1759220554", "uncertainty": 120 }, "departure": { "time": "1759220554", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1759220626", "uncertainty": 120 }, "departure": { "time": "1759220626", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1759220715", "uncertainty": 120 }, "departure": { "time": "1759220715", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1759220803", "uncertainty": 120 }, "departure": { "time": "1759220803", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1759220888", "uncertainty": 120 }, "departure": { "time": "1759220888", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1759220955", "uncertainty": 120 }, "departure": { "time": "1759220955", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1759221028", "uncertainty": 120 }, "departure": { "time": "1759221028", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1759221102", "uncertainty": 120 }, "departure": { "time": "1759221102", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1759221189", "uncertainty": 120 }, "departure": { "time": "1759221189", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1759221250", "uncertainty": 120 }, "departure": { "time": "1759221250", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1759221337", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047518" }, "vehicle": { "id": "1314", "label": "1314" } } }, { "id": "3010624", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221660" }, "stopId": "0:MOULI275", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "90", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010624" } } }, { "id": "3047509", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222200", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047509" } } }, { "id": "3047596", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759219890", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 28 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047596" } } }, { "id": "3229513", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219680", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1759219768", "uncertainty": 120 }, "departure": { "time": "1759219770", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1759219836", "uncertainty": 120 }, "departure": { "time": "1759219836", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1759219906", "uncertainty": 120 }, "departure": { "time": "1759219906", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1759219932", "uncertainty": 120 }, "departure": { "time": "1759219932", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1759219981", "uncertainty": 120 }, "departure": { "time": "1759219981", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1759220023", "uncertainty": 120 }, "departure": { "time": "1759220023", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1759220133", "uncertainty": 120 }, "departure": { "time": "1759220133", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1759220244", "uncertainty": 120 }, "departure": { "time": "1759220244", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1759220392", "uncertainty": 120 }, "departure": { "time": "1759220392", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1759220484", "uncertainty": 120 }, "departure": { "time": "1759220484", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1759220586", "uncertainty": 120 }, "departure": { "time": "1759220586", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1759220646", "uncertainty": 120 }, "departure": { "time": "1759220646", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1759220693", "uncertainty": 120 }, "departure": { "time": "1759220693", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1759220755", "uncertainty": 120 }, "departure": { "time": "1759220755", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1759220824", "uncertainty": 120 }, "departure": { "time": "1759220824", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1759220843", "uncertainty": 120 }, "departure": { "time": "1759220843", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1759220893", "uncertainty": 120 }, "departure": { "time": "1759220893", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1759220950", "uncertainty": 120 }, "departure": { "time": "1759220950", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1759221277", "uncertainty": 120 }, "departure": { "time": "1759221277", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759221314", "uncertainty": 120 }, "departure": { "time": "1759221314", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759221505", "uncertainty": 120 }, "departure": { "time": "1759221505", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759221794", "uncertainty": 120 }, "departure": { "time": "1759221794", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759221909", "uncertainty": 120 }, "departure": { "time": "1759221909", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759222025", "uncertainty": 120 }, "departure": { "time": "1759222025", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1759222059", "uncertainty": 120 }, "departure": { "time": "1759222059", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1759222093", "uncertainty": 120 }, "departure": { "time": "1759222093", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1759222151", "uncertainty": 120 }, "departure": { "time": "1759222151", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1759222222", "uncertainty": 120 }, "departure": { "time": "1759222222", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1759222307", "uncertainty": 120 }, "departure": { "time": "1759222307", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 30 }, { "arrival": { "time": "1759222364", "uncertainty": 120 }, "departure": { "time": "1759222364", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 31 }, { "arrival": { "time": "1759222404", "uncertainty": 120 }, "departure": { "time": "1759222404", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 32 }, { "arrival": { "time": "1759222545", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229513" }, "vehicle": { "id": "1354", "label": "1354" } } }, { "id": "3229512", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217880", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 }, { "arrival": { "time": "1759217950", "uncertainty": 120 }, "departure": { "time": "1759217956", "uncertainty": 120 }, "stopId": "0:FALOGNE1", "stopSequence": 2 }, { "arrival": { "time": "1759218011", "uncertainty": 120 }, "departure": { "time": "1759218011", "uncertainty": 120 }, "stopId": "0:LADAME1", "stopSequence": 3 }, { "arrival": { "time": "1759218062", "uncertainty": 120 }, "departure": { "time": "1759218062", "uncertainty": 120 }, "stopId": "0:30JOURS1", "stopSequence": 4 }, { "arrival": { "time": "1759218092", "uncertainty": 120 }, "departure": { "time": "1759218092", "uncertainty": 120 }, "stopId": "0:DOLICHE1", "stopSequence": 5 }, { "arrival": { "time": "1759218122", "uncertainty": 120 }, "departure": { "time": "1759218122", "uncertainty": 120 }, "stopId": "0:CUVION1", "stopSequence": 6 }, { "arrival": { "time": "1759218183", "uncertainty": 120 }, "departure": { "time": "1759218183", "uncertainty": 120 }, "stopId": "0:PASSOTE1", "stopSequence": 7 }, { "arrival": { "time": "1759218272", "uncertainty": 120 }, "departure": { "time": "1759218272", "uncertainty": 120 }, "stopId": "0:GDECOLE1", "stopSequence": 8 }, { "arrival": { "time": "1759218422", "uncertainty": 120 }, "departure": { "time": "1759218422", "uncertainty": 120 }, "stopId": "0:GRIGY1", "stopSequence": 9 }, { "arrival": { "time": "1759218578", "uncertainty": 120 }, "departure": { "time": "1759218578", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 10 }, { "arrival": { "time": "1759218662", "uncertainty": 120 }, "departure": { "time": "1759218662", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 11 }, { "arrival": { "time": "1759218729", "uncertainty": 120 }, "departure": { "time": "1759218752", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 12 }, { "arrival": { "time": "1759218842", "uncertainty": 120 }, "departure": { "time": "1759218842", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 13 }, { "arrival": { "time": "1759218880", "uncertainty": 120 }, "departure": { "time": "1759218902", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 14 }, { "arrival": { "time": "1759218971", "uncertainty": 120 }, "departure": { "time": "1759219024", "uncertainty": 120 }, "stopId": "0:DUCROCQ1", "stopSequence": 15 }, { "arrival": { "time": "1759219082", "uncertainty": 120 }, "departure": { "time": "1759219082", "uncertainty": 120 }, "stopId": "0:COLLIGN1", "stopSequence": 16 }, { "arrival": { "time": "1759219095", "uncertainty": 120 }, "departure": { "time": "1759219112", "uncertainty": 120 }, "stopId": "0:HERMITE1", "stopSequence": 17 }, { "arrival": { "time": "1759219153", "uncertainty": 120 }, "departure": { "time": "1759219153", "uncertainty": 120 }, "stopId": "0:FRIANT1", "stopSequence": 18 }, { "arrival": { "time": "1759219193", "uncertainty": 120 }, "departure": { "time": "1759219202", "uncertainty": 120 }, "stopId": "0:SEILLE1", "stopSequence": 19 }, { "arrival": { "time": "1759219412", "uncertainty": 120 }, "departure": { "time": "1759219502", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 20 }, { "arrival": { "time": "1759219532", "uncertainty": 120 }, "departure": { "time": "1759219532", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 21 }, { "arrival": { "time": "1759219712", "uncertainty": 120 }, "departure": { "time": "1759219869", "uncertainty": 120 }, "stopId": "0:REPUB345", "stopSequence": 22 }, { "arrival": { "time": "1759220041", "uncertainty": 120 }, "departure": { "time": "1759220041", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 23 }, { "arrival": { "time": "1759220142", "uncertainty": 120 }, "departure": { "time": "1759220142", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 24 }, { "arrival": { "time": "1759220219", "uncertainty": 120 }, "departure": { "time": "1759220219", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 25 }, { "arrival": { "time": "1759220240", "uncertainty": 120 }, "departure": { "time": "1759220240", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 26 }, { "arrival": { "time": "1759220265", "uncertainty": 120 }, "departure": { "time": "1759220265", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 27 }, { "arrival": { "time": "1759220324", "uncertainty": 120 }, "departure": { "time": "1759220324", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 28 }, { "arrival": { "time": "1759220364", "uncertainty": 120 }, "departure": { "time": "1759220364", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 29 }, { "arrival": { "time": "1759220448", "uncertainty": 120 }, "departure": { "time": "1759220448", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 30 }, { "arrival": { "time": "1759220479", "uncertainty": 120 }, "departure": { "time": "1759220479", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 31 }, { "arrival": { "time": "1759220500", "uncertainty": 120 }, "departure": { "time": "1759220500", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 32 }, { "arrival": { "time": "1759220641", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229512" }, "vehicle": { "id": "2131", "label": "2131" } } }, { "id": "3229515", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223220", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229515" } } }, { "id": "3229514", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221420", "uncertainty": 120 }, "stopId": "0:LELAC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229514" } } }, { "id": "3047588", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221360", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047588" } } }, { "id": "3010693", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222440" }, "stopId": "0:QUOITY1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "88", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010693" } } }, { "id": "3047613", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 }, { "arrival": { "time": "1759220298", "uncertainty": 120 }, "departure": { "time": "1759220298", "uncertainty": 120 }, "stopId": "0:SER02", "stopSequence": 2 }, { "arrival": { "time": "1759220378", "uncertainty": 120 }, "departure": { "time": "1759220378", "uncertainty": 120 }, "stopId": "0:FEI02", "stopSequence": 3 }, { "arrival": { "time": "1759220439", "uncertainty": 120 }, "departure": { "time": "1759220439", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 4 }, { "arrival": { "time": "1759220565", "uncertainty": 120 }, "departure": { "time": "1759220565", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 5 }, { "arrival": { "time": "1759220626", "uncertainty": 120 }, "departure": { "time": "1759220626", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 6 }, { "arrival": { "time": "1759220713", "uncertainty": 120 }, "departure": { "time": "1759220713", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 7 }, { "arrival": { "time": "1759220803", "uncertainty": 120 }, "departure": { "time": "1759220803", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 8 }, { "arrival": { "time": "1759220894", "uncertainty": 120 }, "departure": { "time": "1759220894", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 9 }, { "arrival": { "time": "1759220993", "uncertainty": 120 }, "departure": { "time": "1759220993", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 10 }, { "arrival": { "time": "1759221048", "uncertainty": 120 }, "departure": { "time": "1759221048", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 11 }, { "arrival": { "time": "1759221135", "uncertainty": 120 }, "departure": { "time": "1759221135", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 12 }, { "arrival": { "time": "1759221198", "uncertainty": 120 }, "departure": { "time": "1759221198", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 13 }, { "arrival": { "time": "1759221285", "uncertainty": 120 }, "departure": { "time": "1759221285", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1759221359", "uncertainty": 120 }, "departure": { "time": "1759221359", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 15 }, { "arrival": { "time": "1759221474", "uncertainty": 120 }, "departure": { "time": "1759221474", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 16 }, { "arrival": { "time": "1759221670", "uncertainty": 120 }, "departure": { "time": "1759221670", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 17 }, { "arrival": { "time": "1759221735", "uncertainty": 120 }, "departure": { "time": "1759221735", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 18 }, { "arrival": { "time": "1759221812", "uncertainty": 120 }, "departure": { "time": "1759221812", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 19 }, { "arrival": { "time": "1759221894", "uncertainty": 120 }, "departure": { "time": "1759221894", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 20 }, { "arrival": { "time": "1759221994", "uncertainty": 120 }, "departure": { "time": "1759221994", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 21 }, { "arrival": { "time": "1759222049", "uncertainty": 120 }, "departure": { "time": "1759222049", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 22 }, { "arrival": { "time": "1759222194", "uncertainty": 120 }, "departure": { "time": "1759222194", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 23 }, { "arrival": { "time": "1759222313", "uncertainty": 120 }, "departure": { "time": "1759222313", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 24 }, { "arrival": { "time": "1759222422", "uncertainty": 120 }, "departure": { "time": "1759222422", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 25 }, { "arrival": { "time": "1759222523", "uncertainty": 120 }, "departure": { "time": "1759222523", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 26 }, { "arrival": { "time": "1759222554", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 27 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047613" }, "vehicle": { "id": "1324", "label": "1324" } } }, { "id": "3047611", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218931", "uncertainty": 120 }, "stopId": "0:HSCHUMA2", "stopSequence": 1 }, { "arrival": { "time": "1759219062", "uncertainty": 120 }, "departure": { "time": "1759219081", "uncertainty": 120 }, "stopId": "0:SER02", "stopSequence": 2 }, { "arrival": { "time": "1759219162", "uncertainty": 120 }, "departure": { "time": "1759219171", "uncertainty": 120 }, "stopId": "0:FEI02", "stopSequence": 3 }, { "arrival": { "time": "1759219231", "uncertainty": 120 }, "departure": { "time": "1759219231", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 4 }, { "arrival": { "time": "1759219356", "uncertainty": 120 }, "departure": { "time": "1759219381", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 5 }, { "arrival": { "time": "1759219441", "uncertainty": 120 }, "departure": { "time": "1759219441", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 6 }, { "arrival": { "time": "1759219531", "uncertainty": 120 }, "departure": { "time": "1759219531", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 7 }, { "arrival": { "time": "1759219621", "uncertainty": 120 }, "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 8 }, { "arrival": { "time": "1759219711", "uncertainty": 120 }, "departure": { "time": "1759219711", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 9 }, { "arrival": { "time": "1759219809", "uncertainty": 120 }, "departure": { "time": "1759219831", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 10 }, { "arrival": { "time": "1759219885", "uncertainty": 120 }, "departure": { "time": "1759219891", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 11 }, { "arrival": { "time": "1759219987", "uncertainty": 120 }, "departure": { "time": "1759219987", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 12 }, { "arrival": { "time": "1759220049", "uncertainty": 120 }, "departure": { "time": "1759220049", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 13 }, { "arrival": { "time": "1759220137", "uncertainty": 120 }, "departure": { "time": "1759220137", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1759220207", "uncertainty": 120 }, "departure": { "time": "1759220207", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 15 }, { "arrival": { "time": "1759220318", "uncertainty": 120 }, "departure": { "time": "1759220318", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 16 }, { "arrival": { "time": "1759220485", "uncertainty": 120 }, "departure": { "time": "1759220485", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 17 }, { "arrival": { "time": "1759220562", "uncertainty": 120 }, "departure": { "time": "1759220562", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 18 }, { "arrival": { "time": "1759220624", "uncertainty": 120 }, "departure": { "time": "1759220624", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 19 }, { "arrival": { "time": "1759220686", "uncertainty": 120 }, "departure": { "time": "1759220686", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 20 }, { "arrival": { "time": "1759220777", "uncertainty": 120 }, "departure": { "time": "1759220777", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 21 }, { "arrival": { "time": "1759220840", "uncertainty": 120 }, "departure": { "time": "1759220840", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 22 }, { "arrival": { "time": "1759220965", "uncertainty": 120 }, "departure": { "time": "1759220965", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 23 }, { "arrival": { "time": "1759221060", "uncertainty": 120 }, "departure": { "time": "1759221060", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 24 }, { "arrival": { "time": "1759221150", "uncertainty": 120 }, "departure": { "time": "1759221150", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 25 }, { "arrival": { "time": "1759221239", "uncertainty": 120 }, "departure": { "time": "1759221239", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 26 }, { "arrival": { "time": "1759221270", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 27 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047611" }, "vehicle": { "id": "1318", "label": "1318" } } }, { "id": "3010211", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221780", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010211" } } }, { "id": "3010210", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219628", "uncertainty": 120 }, "stopId": "0:GDECOLE2", "stopSequence": 1 }, { "arrival": { "time": "1759219773", "uncertainty": 120 }, "departure": { "time": "1759219773", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 2 }, { "arrival": { "time": "1759219794", "uncertainty": 120 }, "departure": { "time": "1759219794", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 3 }, { "arrival": { "time": "1759219854", "uncertainty": 120 }, "departure": { "time": "1759219854", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 4 }, { "arrival": { "time": "1759220022", "uncertainty": 120 }, "departure": { "time": "1759220022", "uncertainty": 120 }, "stopId": "0:VECRIN2", "stopSequence": 5 }, { "arrival": { "time": "1759220057", "uncertainty": 120 }, "departure": { "time": "1759220057", "uncertainty": 120 }, "stopId": "0:ARSLAQU2", "stopSequence": 6 }, { "arrival": { "time": "1759220117", "uncertainty": 120 }, "departure": { "time": "1759220117", "uncertainty": 120 }, "stopId": "0:AUBIGNY1", "stopSequence": 7 }, { "arrival": { "time": "1759220171", "uncertainty": 120 }, "departure": { "time": "1759220171", "uncertainty": 120 }, "stopId": "0:CHEVROT2", "stopSequence": 8 }, { "arrival": { "time": "1759220423", "uncertainty": 120 }, "departure": { "time": "1759220423", "uncertainty": 120 }, "stopId": "0:PRENET2", "stopSequence": 9 }, { "arrival": { "time": "1759220477", "uncertainty": 120 }, "departure": { "time": "1759220477", "uncertainty": 120 }, "stopId": "0:LAQUENY2", "stopSequence": 10 }, { "arrival": { "time": "1759220537", "uncertainty": 120 }, "stopId": "0:VILLERS2", "stopSequence": 11 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010210" }, "vehicle": { "id": "193003", "label": "193003" } } }, { "id": "3047564", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223400", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047564" } } }, { "id": "3010868", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221420", "uncertainty": 120 }, "stopId": "0:BORDES1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "71", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010868" } } }, { "id": "3010823", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223520", "uncertainty": 120 }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "86", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010823" } } }, { "id": "3229671", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217280", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1759217322", "uncertainty": 120 }, "departure": { "time": "1759217340", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1759217370", "uncertainty": 120 }, "departure": { "time": "1759217370", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1759217412", "uncertainty": 120 }, "departure": { "time": "1759217412", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1759217520", "uncertainty": 120 }, "departure": { "time": "1759217520", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1759217567", "uncertainty": 120 }, "departure": { "time": "1759217580", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1759217639", "uncertainty": 120 }, "departure": { "time": "1759217670", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1759217716", "uncertainty": 120 }, "departure": { "time": "1759217716", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1759217760", "uncertainty": 120 }, "departure": { "time": "1759217760", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1759217808", "uncertainty": 120 }, "departure": { "time": "1759217808", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1759217879", "uncertainty": 120 }, "departure": { "time": "1759217880", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1759217940", "uncertainty": 120 }, "departure": { "time": "1759217940", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1759217993", "uncertainty": 120 }, "departure": { "time": "1759218000", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1759218095", "uncertainty": 120 }, "departure": { "time": "1759218095", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1759218143", "uncertainty": 120 }, "departure": { "time": "1759218143", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1759218210", "uncertainty": 120 }, "departure": { "time": "1759218240", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1759218329", "uncertainty": 120 }, "departure": { "time": "1759218330", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1759218390", "uncertainty": 120 }, "departure": { "time": "1759218420", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 18 }, { "arrival": { "time": "1759218690", "uncertainty": 120 }, "departure": { "time": "1759218750", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 19 }, { "arrival": { "time": "1759218829", "uncertainty": 120 }, "departure": { "time": "1759218900", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1759218990", "uncertainty": 120 }, "departure": { "time": "1759219050", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 21 }, { "arrival": { "time": "1759219156", "uncertainty": 120 }, "departure": { "time": "1759219170", "uncertainty": 120 }, "stopId": "0:POMPIDO2", "stopSequence": 22 }, { "arrival": { "time": "1759219290", "uncertainty": 120 }, "departure": { "time": "1759219290", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1759219369", "uncertainty": 120 }, "departure": { "time": "1759219380", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1759219415", "uncertainty": 120 }, "departure": { "time": "1759219440", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1759219500", "uncertainty": 120 }, "departure": { "time": "1759219500", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1759219556", "uncertainty": 120 }, "departure": { "time": "1759219560", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1759219644", "uncertainty": 120 }, "departure": { "time": "1759219650", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1759219706", "uncertainty": 120 }, "departure": { "time": "1759219710", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1759219739", "uncertainty": 120 }, "departure": { "time": "1759219739", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1759219810", "uncertainty": 120 }, "departure": { "time": "1759219810", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1759219858", "uncertainty": 120 }, "departure": { "time": "1759219858", "uncertainty": 120 }, "stopId": "0:PLATEAU2", "stopSequence": 32 }, { "arrival": { "time": "1759219873", "uncertainty": 120 }, "departure": { "time": "1759219890", "uncertainty": 120 }, "stopId": "0:APREMON2", "stopSequence": 33 }, { "arrival": { "time": "1759219934", "uncertainty": 120 }, "departure": { "time": "1759219934", "uncertainty": 120 }, "stopId": "0:PLAINE2", "stopSequence": 34 }, { "arrival": { "time": "1759219985", "uncertainty": 120 }, "departure": { "time": "1759219985", "uncertainty": 120 }, "stopId": "0:ROOSEVE2", "stopSequence": 35 }, { "arrival": { "time": "1759220047", "uncertainty": 120 }, "departure": { "time": "1759220047", "uncertainty": 120 }, "stopId": "0:MAGNYBO2", "stopSequence": 36 }, { "arrival": { "time": "1759220102", "uncertainty": 120 }, "departure": { "time": "1759220102", "uncertainty": 120 }, "stopId": "0:OBELLI02", "stopSequence": 37 }, { "arrival": { "time": "1759220158", "uncertainty": 120 }, "departure": { "time": "1759220158", "uncertainty": 120 }, "stopId": "0:ARMOISI2", "stopSequence": 38 }, { "arrival": { "time": "1759220238", "uncertainty": 120 }, "departure": { "time": "1759220238", "uncertainty": 120 }, "stopId": "0:BEAUSOL2", "stopSequence": 39 }, { "arrival": { "time": "1759220336", "uncertainty": 120 }, "departure": { "time": "1759220336", "uncertainty": 120 }, "stopId": "0:HTMAGNY2", "stopSequence": 40 }, { "arrival": { "time": "1759220405", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 41 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229671" }, "vehicle": { "id": "952", "label": "952" } } }, { "id": "3010184", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223100", "uncertainty": 120 }, "stopId": "0:VILLERS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010184" } } }, { "id": "3229673", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220640", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229673" } } }, { "id": "3010841", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222380" }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "84a", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010841" } } }, { "id": "3229672", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219021", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1759219070", "uncertainty": 120 }, "departure": { "time": "1759219070", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1759219104", "uncertainty": 120 }, "departure": { "time": "1759219104", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1759219128", "uncertainty": 120 }, "departure": { "time": "1759219128", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1759219243", "uncertainty": 120 }, "departure": { "time": "1759219261", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1759219321", "uncertainty": 120 }, "departure": { "time": "1759219321", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1759219351", "uncertainty": 120 }, "departure": { "time": "1759219381", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1759219441", "uncertainty": 120 }, "departure": { "time": "1759219441", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1759219464", "uncertainty": 120 }, "departure": { "time": "1759219471", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1759219512", "uncertainty": 120 }, "departure": { "time": "1759219531", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1759219603", "uncertainty": 120 }, "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1759219681", "uncertainty": 120 }, "departure": { "time": "1759219681", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1759219722", "uncertainty": 120 }, "departure": { "time": "1759219741", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1759219791", "uncertainty": 120 }, "departure": { "time": "1759219801", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1759219860", "uncertainty": 120 }, "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1759219954", "uncertainty": 120 }, "departure": { "time": "1759219954", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1759220045", "uncertainty": 120 }, "departure": { "time": "1759220045", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1759220132", "uncertainty": 120 }, "departure": { "time": "1759220132", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 18 }, { "arrival": { "time": "1759220401", "uncertainty": 120 }, "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 19 }, { "arrival": { "time": "1759220556", "uncertainty": 120 }, "departure": { "time": "1759220556", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1759220646", "uncertainty": 120 }, "departure": { "time": "1759220646", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 21 }, { "arrival": { "time": "1759220756", "uncertainty": 120 }, "departure": { "time": "1759220756", "uncertainty": 120 }, "stopId": "0:POMPIDO2", "stopSequence": 22 }, { "arrival": { "time": "1759220864", "uncertainty": 120 }, "departure": { "time": "1759220864", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1759220938", "uncertainty": 120 }, "departure": { "time": "1759220938", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1759220974", "uncertainty": 120 }, "departure": { "time": "1759220974", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1759221037", "uncertainty": 120 }, "departure": { "time": "1759221037", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1759221092", "uncertainty": 120 }, "departure": { "time": "1759221092", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1759221169", "uncertainty": 120 }, "departure": { "time": "1759221169", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1759221228", "uncertainty": 120 }, "departure": { "time": "1759221228", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1759221255", "uncertainty": 120 }, "departure": { "time": "1759221255", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1759221331", "uncertainty": 120 }, "departure": { "time": "1759221331", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1759221381", "uncertainty": 120 }, "departure": { "time": "1759221381", "uncertainty": 120 }, "stopId": "0:PLATEAU2", "stopSequence": 32 }, { "arrival": { "time": "1759221398", "uncertainty": 120 }, "departure": { "time": "1759221398", "uncertainty": 120 }, "stopId": "0:APREMON2", "stopSequence": 33 }, { "arrival": { "time": "1759221443", "uncertainty": 120 }, "departure": { "time": "1759221443", "uncertainty": 120 }, "stopId": "0:PLAINE2", "stopSequence": 34 }, { "arrival": { "time": "1759221494", "uncertainty": 120 }, "departure": { "time": "1759221494", "uncertainty": 120 }, "stopId": "0:ROOSEVE2", "stopSequence": 35 }, { "arrival": { "time": "1759221556", "uncertainty": 120 }, "departure": { "time": "1759221556", "uncertainty": 120 }, "stopId": "0:MAGNYBO2", "stopSequence": 36 }, { "arrival": { "time": "1759221611", "uncertainty": 120 }, "departure": { "time": "1759221611", "uncertainty": 120 }, "stopId": "0:OBELLI02", "stopSequence": 37 }, { "arrival": { "time": "1759221667", "uncertainty": 120 }, "departure": { "time": "1759221667", "uncertainty": 120 }, "stopId": "0:ARMOISI2", "stopSequence": 38 }, { "arrival": { "time": "1759221747", "uncertainty": 120 }, "departure": { "time": "1759221747", "uncertainty": 120 }, "stopId": "0:BEAUSOL2", "stopSequence": 39 }, { "arrival": { "time": "1759221845", "uncertainty": 120 }, "departure": { "time": "1759221845", "uncertainty": 120 }, "stopId": "0:HTMAGNY2", "stopSequence": 40 }, { "arrival": { "time": "1759221914", "uncertainty": 120 }, "stopId": "0:ABS591", "stopSequence": 41 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229672" }, "vehicle": { "id": "548", "label": "548" } } }, { "id": "3010840", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220160" }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "84a", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010840" } } }, { "id": "3229674", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222320", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229674" } } }, { "id": "3047573", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:WOI01", "stopSequence": 1 }, { "arrival": { "time": "1759220492", "uncertainty": 120 }, "departure": { "time": "1759220492", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 2 }, { "arrival": { "time": "1759220567", "uncertainty": 120 }, "departure": { "time": "1759220567", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 3 }, { "arrival": { "time": "1759220642", "uncertainty": 120 }, "departure": { "time": "1759220642", "uncertainty": 120 }, "stopId": "0:ROU01", "stopSequence": 4 }, { "arrival": { "time": "1759220733", "uncertainty": 120 }, "departure": { "time": "1759220733", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 5 }, { "arrival": { "time": "1759220855", "uncertainty": 120 }, "departure": { "time": "1759220855", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 6 }, { "arrival": { "time": "1759220928", "uncertainty": 120 }, "departure": { "time": "1759220928", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 7 }, { "arrival": { "time": "1759221004", "uncertainty": 120 }, "departure": { "time": "1759221004", "uncertainty": 120 }, "stopId": "0:ROC01", "stopSequence": 8 }, { "arrival": { "time": "1759221099", "uncertainty": 120 }, "departure": { "time": "1759221099", "uncertainty": 120 }, "stopId": "0:PON01", "stopSequence": 9 }, { "arrival": { "time": "1759221184", "uncertainty": 120 }, "departure": { "time": "1759221184", "uncertainty": 120 }, "stopId": "0:VIN01", "stopSequence": 10 }, { "arrival": { "time": "1759221239", "uncertainty": 120 }, "departure": { "time": "1759221239", "uncertainty": 120 }, "stopId": "0:LUX01", "stopSequence": 11 }, { "arrival": { "time": "1759221329", "uncertainty": 120 }, "departure": { "time": "1759221329", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 12 }, { "arrival": { "time": "1759221436", "uncertainty": 120 }, "departure": { "time": "1759221436", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 13 }, { "arrival": { "time": "1759221571", "uncertainty": 120 }, "departure": { "time": "1759221571", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 14 }, { "arrival": { "time": "1759221676", "uncertainty": 120 }, "departure": { "time": "1759221676", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 15 }, { "arrival": { "time": "1759221749", "uncertainty": 120 }, "departure": { "time": "1759221749", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 16 }, { "arrival": { "time": "1759221832", "uncertainty": 120 }, "departure": { "time": "1759221832", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 17 }, { "arrival": { "time": "1759221916", "uncertainty": 120 }, "departure": { "time": "1759221916", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 18 }, { "arrival": { "time": "1759222005", "uncertainty": 120 }, "departure": { "time": "1759222005", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 19 }, { "arrival": { "time": "1759222081", "uncertainty": 120 }, "departure": { "time": "1759222081", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 20 }, { "arrival": { "time": "1759222188", "uncertainty": 120 }, "departure": { "time": "1759222188", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 21 }, { "arrival": { "time": "1759222276", "uncertainty": 120 }, "departure": { "time": "1759222276", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 22 }, { "arrival": { "time": "1759222336", "uncertainty": 120 }, "departure": { "time": "1759222336", "uncertainty": 120 }, "stopId": "0:BOR01", "stopSequence": 23 }, { "arrival": { "time": "1759222407", "uncertainty": 120 }, "departure": { "time": "1759222407", "uncertainty": 120 }, "stopId": "0:BLE01", "stopSequence": 24 }, { "arrival": { "time": "1759222494", "uncertainty": 120 }, "departure": { "time": "1759222494", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 25 }, { "arrival": { "time": "1759222555", "uncertainty": 120 }, "departure": { "time": "1759222555", "uncertainty": 120 }, "stopId": "0:COL01", "stopSequence": 26 }, { "arrival": { "time": "1759222642", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 27 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047573" } } }, { "id": "3010183", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220700", "uncertainty": 120 }, "stopId": "0:VILLERS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "112", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010183" } } }, { "id": "3047616", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047616" } } }, { "id": "3048238", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218000", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1759218069", "uncertainty": 120 }, "departure": { "time": "1759218069", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1759218227", "uncertainty": 120 }, "departure": { "time": "1759218242", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1759218392", "uncertainty": 120 }, "departure": { "time": "1759218452", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1759218511", "uncertainty": 120 }, "departure": { "time": "1759218542", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1759218614", "uncertainty": 120 }, "departure": { "time": "1759218662", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1759218722", "uncertainty": 120 }, "departure": { "time": "1759218752", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1759218821", "uncertainty": 120 }, "departure": { "time": "1759218850", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1759218902", "uncertainty": 120 }, "departure": { "time": "1759218902", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1759218980", "uncertainty": 120 }, "departure": { "time": "1759218992", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1759219082", "uncertainty": 120 }, "departure": { "time": "1759219082", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1759219182", "uncertainty": 120 }, "departure": { "time": "1759219182", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1759219262", "uncertainty": 120 }, "departure": { "time": "1759219262", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1759219352", "uncertainty": 120 }, "departure": { "time": "1759219352", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1759219412", "uncertainty": 120 }, "departure": { "time": "1759219412", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1759219491", "uncertainty": 120 }, "departure": { "time": "1759219532", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1759219592", "uncertainty": 120 }, "departure": { "time": "1759219592", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1759219712", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1759219798", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1759219885", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1759220051", "uncertainty": 120 }, "departure": { "time": "1759220051", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1759220141", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048238" }, "vehicle": { "id": "1327", "label": "1327" } } }, { "id": "3010521", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221000" }, "stopId": "0:COINSEI1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010521" } } }, { "id": "3048266", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222800" }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048266" } } }, { "id": "3229633", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219800", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1759219827", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1759219929", "uncertainty": 120 }, "departure": { "time": "1759219929", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1759219959", "uncertainty": 120 }, "departure": { "time": "1759219959", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1759220073", "uncertainty": 120 }, "departure": { "time": "1759220073", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1759220132", "uncertainty": 120 }, "departure": { "time": "1759220132", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1759220165", "uncertainty": 120 }, "departure": { "time": "1759220165", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1759220223", "uncertainty": 120 }, "departure": { "time": "1759220223", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1759220249", "uncertainty": 120 }, "departure": { "time": "1759220249", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1759220290", "uncertainty": 120 }, "departure": { "time": "1759220290", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1759220362", "uncertainty": 120 }, "departure": { "time": "1759220362", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1759220422", "uncertainty": 120 }, "departure": { "time": "1759220422", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1759220465", "uncertainty": 120 }, "departure": { "time": "1759220465", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1759220517", "uncertainty": 120 }, "departure": { "time": "1759220517", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1759220574", "uncertainty": 120 }, "departure": { "time": "1759220574", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1759220661", "uncertainty": 120 }, "departure": { "time": "1759220661", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1759220753", "uncertainty": 120 }, "departure": { "time": "1759220753", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1759220838", "uncertainty": 120 }, "departure": { "time": "1759220838", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 18 }, { "arrival": { "time": "1759221106", "uncertainty": 120 }, "departure": { "time": "1759221106", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 19 }, { "arrival": { "time": "1759221203", "uncertainty": 120 }, "departure": { "time": "1759221203", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1759221293", "uncertainty": 120 }, "departure": { "time": "1759221293", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 21 }, { "arrival": { "time": "1759221414", "uncertainty": 120 }, "departure": { "time": "1759221414", "uncertainty": 120 }, "stopId": "0:POMPIDO2", "stopSequence": 22 }, { "arrival": { "time": "1759221487", "uncertainty": 120 }, "departure": { "time": "1759221487", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1759221544", "uncertainty": 120 }, "departure": { "time": "1759221544", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1759221584", "uncertainty": 120 }, "departure": { "time": "1759221584", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1759221659", "uncertainty": 120 }, "departure": { "time": "1759221659", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1759221712", "uncertainty": 120 }, "departure": { "time": "1759221712", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1759221760", "uncertainty": 120 }, "departure": { "time": "1759221760", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1759221833", "uncertainty": 120 }, "departure": { "time": "1759221833", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1759221849", "uncertainty": 120 }, "departure": { "time": "1759221849", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1759221935", "uncertainty": 120 }, "departure": { "time": "1759221935", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1759222021", "uncertainty": 120 }, "departure": { "time": "1759222021", "uncertainty": 120 }, "stopId": "0:STROCH2", "stopSequence": 32 }, { "arrival": { "time": "1759222067", "uncertainty": 120 }, "departure": { "time": "1759222067", "uncertainty": 120 }, "stopId": "0:PTICLOU2", "stopSequence": 33 }, { "arrival": { "time": "1759222121", "uncertainty": 120 }, "departure": { "time": "1759222121", "uncertainty": 120 }, "stopId": "0:ACACIAS2", "stopSequence": 34 }, { "arrival": { "time": "1759222203", "uncertainty": 120 }, "departure": { "time": "1759222203", "uncertainty": 120 }, "stopId": "0:ROSEAUX2", "stopSequence": 35 }, { "arrival": { "time": "1759222267", "uncertainty": 120 }, "departure": { "time": "1759222267", "uncertainty": 120 }, "stopId": "0:VALERIA2", "stopSequence": 36 }, { "arrival": { "time": "1759222350", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 37 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229633" }, "vehicle": { "id": "1855", "label": "1855" } } }, { "id": "3229632", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218392", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 }, { "arrival": { "time": "1759218443", "uncertainty": 120 }, "departure": { "time": "1759218452", "uncertainty": 120 }, "stopId": "0:HAIEBRU1", "stopSequence": 2 }, { "arrival": { "time": "1759218482", "uncertainty": 120 }, "departure": { "time": "1759218482", "uncertainty": 120 }, "stopId": "0:SERRET1", "stopSequence": 3 }, { "arrival": { "time": "1759218521", "uncertainty": 120 }, "departure": { "time": "1759218521", "uncertainty": 120 }, "stopId": "0:STJEAN01", "stopSequence": 4 }, { "arrival": { "time": "1759218602", "uncertainty": 120 }, "departure": { "time": "1759218602", "uncertainty": 120 }, "stopId": "0:MOULI281", "stopSequence": 5 }, { "arrival": { "time": "1759218661", "uncertainty": 120 }, "departure": { "time": "1759218662", "uncertainty": 120 }, "stopId": "0:LIBERTE1", "stopSequence": 6 }, { "arrival": { "time": "1759218721", "uncertainty": 120 }, "departure": { "time": "1759218752", "uncertainty": 120 }, "stopId": "0:SCYBAS1", "stopSequence": 7 }, { "arrival": { "time": "1759218812", "uncertainty": 120 }, "departure": { "time": "1759218812", "uncertainty": 120 }, "stopId": "0:PRILLE1", "stopSequence": 8 }, { "arrival": { "time": "1759218842", "uncertainty": 120 }, "departure": { "time": "1759218842", "uncertainty": 120 }, "stopId": "0:LECLERC1", "stopSequence": 9 }, { "arrival": { "time": "1759218872", "uncertainty": 120 }, "departure": { "time": "1759218872", "uncertainty": 120 }, "stopId": "0:LONGEVI1", "stopSequence": 10 }, { "arrival": { "time": "1759218929", "uncertainty": 120 }, "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:MIGETTE1", "stopSequence": 11 }, { "arrival": { "time": "1759218992", "uncertainty": 120 }, "departure": { "time": "1759218992", "uncertainty": 120 }, "stopId": "0:CASINO1", "stopSequence": 12 }, { "arrival": { "time": "1759219028", "uncertainty": 120 }, "departure": { "time": "1759219028", "uncertainty": 120 }, "stopId": "0:PONTVER1", "stopSequence": 13 }, { "arrival": { "time": "1759219082", "uncertainty": 120 }, "departure": { "time": "1759219112", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 14 }, { "arrival": { "time": "1759219160", "uncertainty": 120 }, "departure": { "time": "1759219160", "uncertainty": 120 }, "stopId": "0:SMARTIN1", "stopSequence": 15 }, { "arrival": { "time": "1759219236", "uncertainty": 120 }, "departure": { "time": "1759219236", "uncertainty": 120 }, "stopId": "0:TIGNO290", "stopSequence": 16 }, { "arrival": { "time": "1759219326", "uncertainty": 120 }, "departure": { "time": "1759219326", "uncertainty": 120 }, "stopId": "0:FMOSELL1", "stopSequence": 17 }, { "arrival": { "time": "1759219412", "uncertainty": 120 }, "departure": { "time": "1759219412", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 18 }, { "arrival": { "time": "1759219682", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 19 }, { "arrival": { "time": "1759219789", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 20 }, { "arrival": { "time": "1759219891", "uncertainty": 120 }, "departure": { "time": "1759219920", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 21 }, { "arrival": { "time": "1759220005", "uncertainty": 120 }, "departure": { "time": "1759220005", "uncertainty": 120 }, "stopId": "0:POMPIDO2", "stopSequence": 22 }, { "arrival": { "time": "1759220120", "uncertainty": 120 }, "departure": { "time": "1759220120", "uncertainty": 120 }, "stopId": "0:DEMBOUR2", "stopSequence": 23 }, { "arrival": { "time": "1759220197", "uncertainty": 120 }, "departure": { "time": "1759220197", "uncertainty": 120 }, "stopId": "0:LEMUD04", "stopSequence": 24 }, { "arrival": { "time": "1759220233", "uncertainty": 120 }, "departure": { "time": "1759220233", "uncertainty": 120 }, "stopId": "0:PIERNE02", "stopSequence": 25 }, { "arrival": { "time": "1759220295", "uncertainty": 120 }, "departure": { "time": "1759220295", "uncertainty": 120 }, "stopId": "0:LOTHAIR2", "stopSequence": 26 }, { "arrival": { "time": "1759220351", "uncertainty": 120 }, "departure": { "time": "1759220351", "uncertainty": 120 }, "stopId": "0:POLY02", "stopSequence": 27 }, { "arrival": { "time": "1759220431", "uncertainty": 120 }, "departure": { "time": "1759220431", "uncertainty": 120 }, "stopId": "0:VANDERN2", "stopSequence": 28 }, { "arrival": { "time": "1759220489", "uncertainty": 120 }, "departure": { "time": "1759220489", "uncertainty": 120 }, "stopId": "0:BOUCHOT2", "stopSequence": 29 }, { "arrival": { "time": "1759220517", "uncertainty": 120 }, "departure": { "time": "1759220517", "uncertainty": 120 }, "stopId": "0:FRECOT2", "stopSequence": 30 }, { "arrival": { "time": "1759220589", "uncertainty": 120 }, "departure": { "time": "1759220589", "uncertainty": 120 }, "stopId": "0:FAUBOUP2", "stopSequence": 31 }, { "arrival": { "time": "1759220675", "uncertainty": 120 }, "departure": { "time": "1759220675", "uncertainty": 120 }, "stopId": "0:STROCH2", "stopSequence": 32 }, { "arrival": { "time": "1759220734", "uncertainty": 120 }, "departure": { "time": "1759220734", "uncertainty": 120 }, "stopId": "0:PTICLOU2", "stopSequence": 33 }, { "arrival": { "time": "1759220804", "uncertainty": 120 }, "departure": { "time": "1759220804", "uncertainty": 120 }, "stopId": "0:ACACIAS2", "stopSequence": 34 }, { "arrival": { "time": "1759220886", "uncertainty": 120 }, "departure": { "time": "1759220886", "uncertainty": 120 }, "stopId": "0:ROSEAUX2", "stopSequence": 35 }, { "arrival": { "time": "1759220950", "uncertainty": 120 }, "departure": { "time": "1759220950", "uncertainty": 120 }, "stopId": "0:VALERIA2", "stopSequence": 36 }, { "arrival": { "time": "1759221033", "uncertainty": 120 }, "stopId": "0:ARP309", "stopSequence": 37 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229632" }, "vehicle": { "id": "2154", "label": "2154" } } }, { "id": "3229635", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223160", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229635" } } }, { "id": "3229634", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221480", "uncertainty": 120 }, "stopId": "0:MNVE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "0_23229634" } } }, { "id": "3010931", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223100", "uncertainty": 120 }, "stopId": "0:CUGNOT1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010931" } } }, { "id": "3010930", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219920", "uncertainty": 120 }, "stopId": "0:CUGNOT1", "stopSequence": 1 }, { "arrival": { "time": "1759219973", "uncertainty": 120 }, "departure": { "time": "1759219973", "uncertainty": 120 }, "stopId": "0:SABLIER1", "stopSequence": 2 }, { "arrival": { "time": "1759220061", "uncertainty": 120 }, "departure": { "time": "1759220061", "uncertainty": 120 }, "stopId": "0:BLORY2", "stopSequence": 3 }, { "arrival": { "time": "1759220134", "uncertainty": 120 }, "departure": { "time": "1759220134", "uncertainty": 120 }, "stopId": "0:CHOCOL01", "stopSequence": 4 }, { "arrival": { "time": "1759220229", "uncertainty": 120 }, "departure": { "time": "1759220229", "uncertainty": 120 }, "stopId": "0:QUINT01", "stopSequence": 5 }, { "arrival": { "time": "1759220331", "uncertainty": 120 }, "departure": { "time": "1759220331", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 6 }, { "arrival": { "time": "1759220369", "uncertainty": 120 }, "departure": { "time": "1759220369", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 7 }, { "arrival": { "time": "1759220455", "uncertainty": 120 }, "departure": { "time": "1759220455", "uncertainty": 120 }, "stopId": "0:SUGNON2", "stopSequence": 8 }, { "arrival": { "time": "1759220568", "uncertainty": 120 }, "departure": { "time": "1759220568", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 9 }, { "arrival": { "time": "1759220628", "uncertainty": 120 }, "departure": { "time": "1759220628", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 10 }, { "arrival": { "time": "1759220685", "uncertainty": 120 }, "departure": { "time": "1759220685", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 11 }, { "arrival": { "time": "1759220747", "uncertainty": 120 }, "departure": { "time": "1759220747", "uncertainty": 120 }, "stopId": "0:SCHAFF02", "stopSequence": 12 }, { "arrival": { "time": "1759220808", "uncertainty": 120 }, "departure": { "time": "1759220808", "uncertainty": 120 }, "stopId": "0:NATION1", "stopSequence": 13 }, { "arrival": { "time": "1759220868", "uncertainty": 120 }, "departure": { "time": "1759220868", "uncertainty": 120 }, "stopId": "0:MEURISS2", "stopSequence": 14 }, { "arrival": { "time": "1759220935", "uncertainty": 120 }, "departure": { "time": "1759220935", "uncertainty": 120 }, "stopId": "0:COUVENT2", "stopSequence": 15 }, { "arrival": { "time": "1759221114", "uncertainty": 120 }, "departure": { "time": "1759221114", "uncertainty": 120 }, "stopId": "0:VACQUI01", "stopSequence": 16 }, { "arrival": { "time": "1759221227", "uncertainty": 120 }, "departure": { "time": "1759221227", "uncertainty": 120 }, "stopId": "0:CANAL101", "stopSequence": 17 }, { "arrival": { "time": "1759221448", "uncertainty": 120 }, "departure": { "time": "1759221448", "uncertainty": 120 }, "stopId": "0:POINCAR2", "stopSequence": 18 }, { "arrival": { "time": "1759221587", "uncertainty": 120 }, "departure": { "time": "1759221587", "uncertainty": 120 }, "stopId": "0:SQLUX264", "stopSequence": 19 }, { "arrival": { "time": "1759221666", "uncertainty": 120 }, "departure": { "time": "1759221666", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 20 }, { "arrival": { "time": "1759221784", "uncertainty": 120 }, "departure": { "time": "1759221784", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 21 }, { "arrival": { "time": "1759221819", "uncertainty": 120 }, "departure": { "time": "1759221819", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 22 }, { "arrival": { "time": "1759221854", "uncertainty": 120 }, "departure": { "time": "1759221854", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 23 }, { "arrival": { "time": "1759221912", "uncertainty": 120 }, "departure": { "time": "1759221912", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 24 }, { "arrival": { "time": "1759221966", "uncertainty": 120 }, "departure": { "time": "1759221966", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 25 }, { "arrival": { "time": "1759222030", "uncertainty": 120 }, "departure": { "time": "1759222030", "uncertainty": 120 }, "stopId": "0:BUTTE2", "stopSequence": 26 }, { "arrival": { "time": "1759222073", "uncertainty": 120 }, "departure": { "time": "1759222073", "uncertainty": 120 }, "stopId": "0:MIRABEL2", "stopSequence": 27 }, { "arrival": { "time": "1759222103", "uncertainty": 120 }, "departure": { "time": "1759222103", "uncertainty": 120 }, "stopId": "0:VIGNES2", "stopSequence": 28 }, { "arrival": { "time": "1759222185", "uncertainty": 120 }, "departure": { "time": "1759222185", "uncertainty": 120 }, "stopId": "0:FELIX320", "stopSequence": 29 }, { "arrival": { "time": "1759222239", "uncertainty": 120 }, "departure": { "time": "1759222239", "uncertainty": 120 }, "stopId": "0:BRION2", "stopSequence": 30 }, { "arrival": { "time": "1759222316", "uncertainty": 120 }, "departure": { "time": "1759222316", "uncertainty": 120 }, "stopId": "0:STADE2", "stopSequence": 31 }, { "arrival": { "time": "1759222435", "uncertainty": 120 }, "departure": { "time": "1759222435", "uncertainty": 120 }, "stopId": "0:CROIXDO2", "stopSequence": 32 }, { "arrival": { "time": "1759222485", "uncertainty": 120 }, "stopId": "0:PLAPEVI1", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010930" }, "vehicle": { "id": "609", "label": "609" } } }, { "id": "3010893", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222800" }, "stopId": "0:LECLERC1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "19", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010893" } } }, { "id": "3048287", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223280", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048287" } } }, { "id": "3010611", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222860" }, "stopId": "0:VAUXMAI1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "90", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010611" } } }, { "id": "3010907", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220100" }, "stopId": "0:PALAISS2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "19", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010907" } } }, { "id": "3306443", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759220052", "uncertainty": 120 }, "departure": { "time": "1759220052", "uncertainty": 120 }, "stopId": "0:SAULCNF1", "stopSequence": 2 }, { "arrival": { "time": "1759220652", "uncertainty": 120 }, "departure": { "time": "1759220652", "uncertainty": 120 }, "stopId": "0:STSYMPH1", "stopSequence": 3 }, { "arrival": { "time": "1759221252", "uncertainty": 120 }, "departure": { "time": "1759221252", "uncertainty": 120 }, "stopId": "0:LONGCEN1", "stopSequence": 4 }, { "arrival": { "time": "1759221852", "uncertainty": 120 }, "departure": { "time": "1759221852", "uncertainty": 120 }, "stopId": "0:SCYCHAZ1", "stopSequence": 5 }, { "arrival": { "time": "1759222452", "uncertainty": 120 }, "stopId": "0:MOULMET1", "stopSequence": 6 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "O1", "scheduleRelationship": "SCHEDULED", "tripId": "0_23306443" }, "vehicle": { "id": "12347", "label": "12347" } } }, { "id": "3048365", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219084", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1759219180", "uncertainty": 120 }, "departure": { "time": "1759219204", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1759219340", "uncertainty": 120 }, "departure": { "time": "1759219354", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1759219425", "uncertainty": 120 }, "departure": { "time": "1759219444", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1759219533", "uncertainty": 120 }, "departure": { "time": "1759219534", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1759219624", "uncertainty": 120 }, "departure": { "time": "1759219624", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1759219695", "uncertainty": 120 }, "departure": { "time": "1759219695", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1759219770", "uncertainty": 120 }, "departure": { "time": "1759219774", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1759219834", "uncertainty": 120 }, "departure": { "time": "1759219834", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1759219901", "uncertainty": 120 }, "departure": { "time": "1759219925", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1759220010", "uncertainty": 120 }, "departure": { "time": "1759220010", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1759220101", "uncertainty": 120 }, "departure": { "time": "1759220101", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1759220200", "uncertainty": 120 }, "departure": { "time": "1759220200", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1759220255", "uncertainty": 120 }, "departure": { "time": "1759220255", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1759220341", "uncertainty": 120 }, "departure": { "time": "1759220341", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1759220403", "uncertainty": 120 }, "departure": { "time": "1759220403", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1759220491", "uncertainty": 120 }, "departure": { "time": "1759220491", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1759220562", "uncertainty": 120 }, "departure": { "time": "1759220562", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1759220673", "uncertainty": 120 }, "departure": { "time": "1759220673", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 19 }, { "arrival": { "time": "1759220886", "uncertainty": 120 }, "departure": { "time": "1759220886", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1759220952", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048365" }, "vehicle": { "id": "1310", "label": "1310" } } }, { "id": "3048356", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222200", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048356" } } }, { "id": "3010945", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222800", "uncertainty": 120 }, "stopId": "0:PLAPEVI1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "15", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010945" } } }, { "id": "3048379", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219800", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1759219862", "uncertainty": 120 }, "departure": { "time": "1759219862", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1759220040", "uncertainty": 120 }, "departure": { "time": "1759220040", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1759220135", "uncertainty": 120 }, "departure": { "time": "1759220135", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1759220225", "uncertainty": 120 }, "departure": { "time": "1759220225", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1759220290", "uncertainty": 120 }, "departure": { "time": "1759220290", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1759220351", "uncertainty": 120 }, "departure": { "time": "1759220351", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1759220413", "uncertainty": 120 }, "departure": { "time": "1759220413", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1759220485", "uncertainty": 120 }, "departure": { "time": "1759220485", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1759220574", "uncertainty": 120 }, "departure": { "time": "1759220574", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1759220663", "uncertainty": 120 }, "departure": { "time": "1759220663", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1759220748", "uncertainty": 120 }, "departure": { "time": "1759220748", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1759220813", "uncertainty": 120 }, "departure": { "time": "1759220813", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1759220895", "uncertainty": 120 }, "departure": { "time": "1759220895", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1759220956", "uncertainty": 120 }, "departure": { "time": "1759220956", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1759221033", "uncertainty": 120 }, "departure": { "time": "1759221033", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1759221094", "uncertainty": 120 }, "departure": { "time": "1759221094", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1759221214", "uncertainty": 120 }, "departure": { "time": "1759221214", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1759221303", "uncertainty": 120 }, "departure": { "time": "1759221303", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1759221382", "uncertainty": 120 }, "departure": { "time": "1759221382", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1759221589", "uncertainty": 120 }, "departure": { "time": "1759221589", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1759221680", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048379" }, "vehicle": { "id": "2002", "label": "2002" } } }, { "id": "3011045", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223340", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011045" } } }, { "id": "3048371", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222680", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048371" } } }, { "id": "3011044", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221540", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011044" } } }, { "id": "3011043", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220045", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759220285", "uncertainty": 120 }, "departure": { "time": "1759220285", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 2 }, { "arrival": { "time": "1759220456", "uncertainty": 120 }, "departure": { "time": "1759220456", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 3 }, { "arrival": { "time": "1759220564", "uncertainty": 120 }, "departure": { "time": "1759220564", "uncertainty": 120 }, "stopId": "0:DUPLOYE1", "stopSequence": 4 }, { "arrival": { "time": "1759220678", "uncertainty": 120 }, "departure": { "time": "1759220678", "uncertainty": 120 }, "stopId": "0:3EVECHES", "stopSequence": 5 }, { "arrival": { "time": "1759220753", "uncertainty": 120 }, "departure": { "time": "1759220753", "uncertainty": 120 }, "stopId": "0:DEVILLY1", "stopSequence": 6 }, { "arrival": { "time": "1759220801", "uncertainty": 120 }, "departure": { "time": "1759220801", "uncertainty": 120 }, "stopId": "0:STMAXI2", "stopSequence": 7 }, { "arrival": { "time": "1759220876", "uncertainty": 120 }, "departure": { "time": "1759220876", "uncertainty": 120 }, "stopId": "0:GENDARM2", "stopSequence": 8 }, { "arrival": { "time": "1759220914", "uncertainty": 120 }, "departure": { "time": "1759220914", "uncertainty": 120 }, "stopId": "0:OBERL183", "stopSequence": 9 }, { "arrival": { "time": "1759220970", "uncertainty": 120 }, "departure": { "time": "1759220970", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 10 }, { "arrival": { "time": "1759221028", "uncertainty": 120 }, "departure": { "time": "1759221028", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 11 }, { "arrival": { "time": "1759221074", "uncertainty": 120 }, "departure": { "time": "1759221074", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 12 }, { "arrival": { "time": "1759221130", "uncertainty": 120 }, "departure": { "time": "1759221130", "uncertainty": 120 }, "stopId": "0:TIVO2", "stopSequence": 13 }, { "arrival": { "time": "1759221167", "uncertainty": 120 }, "departure": { "time": "1759221167", "uncertainty": 120 }, "stopId": "0:COTSE2", "stopSequence": 14 }, { "arrival": { "time": "1759221229", "uncertainty": 120 }, "departure": { "time": "1759221229", "uncertainty": 120 }, "stopId": "0:GDMAISO2", "stopSequence": 15 }, { "arrival": { "time": "1759221310", "uncertainty": 120 }, "departure": { "time": "1759221310", "uncertainty": 120 }, "stopId": "0:GIRAUDO2", "stopSequence": 16 }, { "arrival": { "time": "1759221342", "uncertainty": 120 }, "departure": { "time": "1759221342", "uncertainty": 120 }, "stopId": "0:ROEDERE2", "stopSequence": 17 }, { "arrival": { "time": "1759221370", "uncertainty": 120 }, "departure": { "time": "1759221370", "uncertainty": 120 }, "stopId": "0:GENERAL2", "stopSequence": 18 }, { "arrival": { "time": "1759221394", "uncertainty": 120 }, "departure": { "time": "1759221394", "uncertainty": 120 }, "stopId": "0:SEULHOT2", "stopSequence": 19 }, { "arrival": { "time": "1759221470", "uncertainty": 120 }, "departure": { "time": "1759221470", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 20 }, { "arrival": { "time": "1759221519", "uncertainty": 120 }, "departure": { "time": "1759221519", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 21 }, { "arrival": { "time": "1759221550", "uncertainty": 120 }, "departure": { "time": "1759221550", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 22 }, { "arrival": { "time": "1759221726", "uncertainty": 120 }, "departure": { "time": "1759221726", "uncertainty": 120 }, "stopId": "0:CHAPPE2", "stopSequence": 23 }, { "arrival": { "time": "1759221809", "uncertainty": 120 }, "departure": { "time": "1759221809", "uncertainty": 120 }, "stopId": "0:JMICHEL2", "stopSequence": 24 }, { "arrival": { "time": "1759221970", "uncertainty": 120 }, "departure": { "time": "1759221970", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 25 }, { "arrival": { "time": "1759222020", "uncertainty": 120 }, "departure": { "time": "1759222020", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 26 }, { "arrival": { "time": "1759222115", "uncertainty": 120 }, "departure": { "time": "1759222115", "uncertainty": 120 }, "stopId": "0:ROSEGON2", "stopSequence": 27 }, { "arrival": { "time": "1759222182", "uncertainty": 120 }, "departure": { "time": "1759222182", "uncertainty": 120 }, "stopId": "0:FAURNEL2", "stopSequence": 28 }, { "arrival": { "time": "1759222228", "uncertainty": 120 }, "departure": { "time": "1759222228", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 29 }, { "arrival": { "time": "1759222303", "uncertainty": 120 }, "departure": { "time": "1759222303", "uncertainty": 120 }, "stopId": "0:ARIANE2", "stopSequence": 30 }, { "arrival": { "time": "1759222348", "uncertainty": 120 }, "departure": { "time": "1759222348", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 31 }, { "arrival": { "time": "1759222385", "uncertainty": 120 }, "departure": { "time": "1759222385", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 32 }, { "arrival": { "time": "1759222452", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011043" } } }, { "id": "3011042", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217796", "uncertainty": 120 }, "stopId": "0:REPU5051", "stopSequence": 1 }, { "arrival": { "time": "1759218004", "uncertainty": 120 }, "departure": { "time": "1759218126", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 2 }, { "arrival": { "time": "1759218306", "uncertainty": 120 }, "departure": { "time": "1759218306", "uncertainty": 120 }, "stopId": "0:SEILLE2", "stopSequence": 3 }, { "arrival": { "time": "1759218411", "uncertainty": 120 }, "departure": { "time": "1759218411", "uncertainty": 120 }, "stopId": "0:DUPLOYE1", "stopSequence": 4 }, { "arrival": { "time": "1759218456", "uncertainty": 120 }, "departure": { "time": "1759218456", "uncertainty": 120 }, "stopId": "0:3EVECHES", "stopSequence": 5 }, { "arrival": { "time": "1759218516", "uncertainty": 120 }, "departure": { "time": "1759218516", "uncertainty": 120 }, "stopId": "0:DEVILLY1", "stopSequence": 6 }, { "arrival": { "time": "1759218573", "uncertainty": 120 }, "departure": { "time": "1759218576", "uncertainty": 120 }, "stopId": "0:STMAXI2", "stopSequence": 7 }, { "arrival": { "time": "1759218636", "uncertainty": 120 }, "departure": { "time": "1759218636", "uncertainty": 120 }, "stopId": "0:GENDARM2", "stopSequence": 8 }, { "arrival": { "time": "1759218663", "uncertainty": 120 }, "departure": { "time": "1759218663", "uncertainty": 120 }, "stopId": "0:OBERL183", "stopSequence": 9 }, { "arrival": { "time": "1759218714", "uncertainty": 120 }, "departure": { "time": "1759218756", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 10 }, { "arrival": { "time": "1759218828", "uncertainty": 120 }, "departure": { "time": "1759218828", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 11 }, { "arrival": { "time": "1759218863", "uncertainty": 120 }, "departure": { "time": "1759218863", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 12 }, { "arrival": { "time": "1759218956", "uncertainty": 120 }, "departure": { "time": "1759218966", "uncertainty": 120 }, "stopId": "0:TIVO2", "stopSequence": 13 }, { "arrival": { "time": "1759219008", "uncertainty": 120 }, "departure": { "time": "1759219026", "uncertainty": 120 }, "stopId": "0:COTSE2", "stopSequence": 14 }, { "arrival": { "time": "1759219085", "uncertainty": 120 }, "departure": { "time": "1759219086", "uncertainty": 120 }, "stopId": "0:GDMAISO2", "stopSequence": 15 }, { "arrival": { "time": "1759219181", "uncertainty": 120 }, "departure": { "time": "1759219181", "uncertainty": 120 }, "stopId": "0:GIRAUDO2", "stopSequence": 16 }, { "arrival": { "time": "1759219234", "uncertainty": 120 }, "departure": { "time": "1759219236", "uncertainty": 120 }, "stopId": "0:ROEDERE2", "stopSequence": 17 }, { "arrival": { "time": "1759219300", "uncertainty": 120 }, "departure": { "time": "1759219300", "uncertainty": 120 }, "stopId": "0:GENERAL2", "stopSequence": 18 }, { "arrival": { "time": "1759219324", "uncertainty": 120 }, "departure": { "time": "1759219327", "uncertainty": 120 }, "stopId": "0:SEULHOT2", "stopSequence": 19 }, { "arrival": { "time": "1759219416", "uncertainty": 120 }, "departure": { "time": "1759219416", "uncertainty": 120 }, "stopId": "0:SYMPHON3", "stopSequence": 20 }, { "arrival": { "time": "1759219476", "uncertainty": 120 }, "departure": { "time": "1759219476", "uncertainty": 120 }, "stopId": "0:MARCONI2", "stopSequence": 21 }, { "arrival": { "time": "1759219529", "uncertainty": 120 }, "departure": { "time": "1759219536", "uncertainty": 120 }, "stopId": "0:ARAGO035", "stopSequence": 22 }, { "arrival": { "time": "1759219703", "uncertainty": 120 }, "departure": { "time": "1759219703", "uncertainty": 120 }, "stopId": "0:CHAPPE2", "stopSequence": 23 }, { "arrival": { "time": "1759219776", "uncertainty": 120 }, "departure": { "time": "1759219776", "uncertainty": 120 }, "stopId": "0:JMICHEL2", "stopSequence": 24 }, { "arrival": { "time": "1759219881", "uncertainty": 120 }, "departure": { "time": "1759219881", "uncertainty": 120 }, "stopId": "0:SEBASTO2", "stopSequence": 25 }, { "arrival": { "time": "1759219896", "uncertainty": 120 }, "departure": { "time": "1759219896", "uncertainty": 120 }, "stopId": "0:SOLIDAR2", "stopSequence": 26 }, { "arrival": { "time": "1759219958", "uncertainty": 120 }, "departure": { "time": "1759219958", "uncertainty": 120 }, "stopId": "0:ROSEGON2", "stopSequence": 27 }, { "arrival": { "time": "1759220025", "uncertainty": 120 }, "departure": { "time": "1759220025", "uncertainty": 120 }, "stopId": "0:FAURNEL2", "stopSequence": 28 }, { "arrival": { "time": "1759220071", "uncertainty": 120 }, "departure": { "time": "1759220071", "uncertainty": 120 }, "stopId": "0:FALOGNE2", "stopSequence": 29 }, { "arrival": { "time": "1759220146", "uncertainty": 120 }, "departure": { "time": "1759220146", "uncertainty": 120 }, "stopId": "0:ARIANE2", "stopSequence": 30 }, { "arrival": { "time": "1759220191", "uncertainty": 120 }, "departure": { "time": "1759220191", "uncertainty": 120 }, "stopId": "0:PASSOTE2", "stopSequence": 31 }, { "arrival": { "time": "1759220214", "uncertainty": 120 }, "departure": { "time": "1759220214", "uncertainty": 120 }, "stopId": "0:CUVION2", "stopSequence": 32 }, { "arrival": { "time": "1759220275", "uncertainty": 120 }, "stopId": "0:DOLICHE2", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "0_23011042" }, "vehicle": { "id": "1332", "label": "1332" } } }, { "id": "3048326", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222080", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048326" } } }, { "id": "3009732", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759223205", "uncertainty": 120 }, "departure": { "time": "1759223205", "uncertainty": 120 }, "stopId": "0:GAREN1" }, { "arrival": { "time": "1759223206", "uncertainty": 120 }, "departure": { "time": "1759223206", "uncertainty": 120 }, "stopId": "0:GARENNE1" }, { "departure": { "time": "1759222320", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1759222479", "uncertainty": 120 }, "departure": { "time": "1759222479", "uncertainty": 120 }, "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1759222560", "uncertainty": 120 }, "departure": { "time": "1759222560", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1759222680", "uncertainty": 120 }, "departure": { "time": "1759222680", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1759222778", "uncertainty": 120 }, "departure": { "time": "1759222778", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1759222874", "uncertainty": 120 }, "departure": { "time": "1759222874", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1759222964", "uncertainty": 120 }, "departure": { "time": "1759222964", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1759223017", "uncertainty": 120 }, "departure": { "time": "1759223017", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1759223296", "uncertainty": 120 }, "departure": { "time": "1759223296", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1759223349", "uncertainty": 120 }, "departure": { "time": "1759223349", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1759223514", "uncertainty": 120 }, "departure": { "time": "1759223514", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1759223617", "uncertainty": 120 }, "departure": { "time": "1759223617", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1759223709", "uncertainty": 120 }, "departure": { "time": "1759223709", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1759223770", "uncertainty": 120 }, "departure": { "time": "1759223770", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1759223873", "uncertainty": 120 }, "departure": { "time": "1759223873", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1759223980", "uncertainty": 120 }, "departure": { "time": "1759223980", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1759224070", "uncertainty": 120 }, "departure": { "time": "1759224070", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1759224173", "uncertainty": 120 }, "departure": { "time": "1759224173", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1759224258", "uncertainty": 120 }, "departure": { "time": "1759224258", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 19 }, { "arrival": { "time": "1759224410", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009732" } } }, { "id": "3009731", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759221405", "uncertainty": 120 }, "departure": { "time": "1759221405", "uncertainty": 120 }, "stopId": "0:GAREN1" }, { "arrival": { "time": "1759221406", "uncertainty": 120 }, "departure": { "time": "1759221406", "uncertainty": 120 }, "stopId": "0:GARENNE1" }, { "departure": { "time": "1759220520", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1759220679", "uncertainty": 120 }, "departure": { "time": "1759220679", "uncertainty": 120 }, "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1759220760", "uncertainty": 120 }, "departure": { "time": "1759220760", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1759220880", "uncertainty": 120 }, "departure": { "time": "1759220880", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1759220978", "uncertainty": 120 }, "departure": { "time": "1759220978", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1759221074", "uncertainty": 120 }, "departure": { "time": "1759221074", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1759221164", "uncertainty": 120 }, "departure": { "time": "1759221164", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1759221217", "uncertainty": 120 }, "departure": { "time": "1759221217", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1759221496", "uncertainty": 120 }, "departure": { "time": "1759221496", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1759221549", "uncertainty": 120 }, "departure": { "time": "1759221549", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1759221714", "uncertainty": 120 }, "departure": { "time": "1759221714", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1759221809", "uncertainty": 120 }, "departure": { "time": "1759221809", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1759221894", "uncertainty": 120 }, "departure": { "time": "1759221894", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1759221945", "uncertainty": 120 }, "departure": { "time": "1759221945", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1759222030", "uncertainty": 120 }, "departure": { "time": "1759222030", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1759222118", "uncertainty": 120 }, "departure": { "time": "1759222118", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1759222191", "uncertainty": 120 }, "departure": { "time": "1759222191", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1759222309", "uncertainty": 120 }, "departure": { "time": "1759222309", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1759222395", "uncertainty": 120 }, "departure": { "time": "1759222395", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 19 }, { "arrival": { "time": "1759222547", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009731" } } }, { "id": "3009730", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759220478", "uncertainty": 120 }, "departure": { "time": "1759220478", "uncertainty": 120 }, "stopId": "0:GAREN1" }, { "arrival": { "time": "1759220479", "uncertainty": 120 }, "departure": { "time": "1759220479", "uncertainty": 120 }, "stopId": "0:GARENNE1" }, { "departure": { "time": "1759219680", "uncertainty": 120 }, "stopId": "0:MARLY1", "stopSequence": 1 }, { "arrival": { "time": "1759219772", "uncertainty": 120 }, "departure": { "time": "1759219803", "uncertainty": 120 }, "stopId": "0:PLGAUL04", "stopSequence": 2 }, { "arrival": { "time": "1759219862", "uncertainty": 120 }, "departure": { "time": "1759219862", "uncertainty": 120 }, "stopId": "0:JOSEPH1", "stopSequence": 3 }, { "arrival": { "time": "1759219953", "uncertainty": 120 }, "departure": { "time": "1759219953", "uncertainty": 120 }, "stopId": "0:HOTELVI1", "stopSequence": 4 }, { "arrival": { "time": "1759220051", "uncertainty": 120 }, "departure": { "time": "1759220051", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 5 }, { "arrival": { "time": "1759220234", "uncertainty": 120 }, "departure": { "time": "1759220234", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SORBIER1", "stopSequence": 6 }, { "arrival": { "time": "1759220324", "uncertainty": 120 }, "departure": { "time": "1759220324", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LESCLOS1", "stopSequence": 7 }, { "arrival": { "time": "1759220377", "uncertainty": 120 }, "departure": { "time": "1759220377", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GARENNE1", "stopSequence": 8 }, { "arrival": { "time": "1759220569", "uncertainty": 120 }, "departure": { "time": "1759220569", "uncertainty": 120 }, "stopId": "0:GRORMES1", "stopSequence": 9 }, { "arrival": { "time": "1759220622", "uncertainty": 120 }, "departure": { "time": "1759220622", "uncertainty": 120 }, "stopId": "0:COSTEBE1", "stopSequence": 10 }, { "arrival": { "time": "1759220787", "uncertainty": 120 }, "departure": { "time": "1759220787", "uncertainty": 120 }, "stopId": "0:JEANNED1", "stopSequence": 11 }, { "arrival": { "time": "1759220890", "uncertainty": 120 }, "departure": { "time": "1759220890", "uncertainty": 120 }, "stopId": "0:PREVOTE1", "stopSequence": 12 }, { "arrival": { "time": "1759220982", "uncertainty": 120 }, "departure": { "time": "1759220982", "uncertainty": 120 }, "stopId": "0:STANDRE1", "stopSequence": 13 }, { "arrival": { "time": "1759221059", "uncertainty": 120 }, "departure": { "time": "1759221059", "uncertainty": 120 }, "stopId": "0:SEMINAI1", "stopSequence": 14 }, { "arrival": { "time": "1759221162", "uncertainty": 120 }, "departure": { "time": "1759221162", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 15 }, { "arrival": { "time": "1759221269", "uncertainty": 120 }, "departure": { "time": "1759221269", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 16 }, { "arrival": { "time": "1759221359", "uncertainty": 120 }, "departure": { "time": "1759221359", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 17 }, { "arrival": { "time": "1759221462", "uncertainty": 120 }, "departure": { "time": "1759221462", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 18 }, { "arrival": { "time": "1759221530", "uncertainty": 120 }, "departure": { "time": "1759221530", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 19 }, { "arrival": { "time": "1759221682", "uncertainty": 120 }, "stopId": "0:REPU5052", "stopSequence": 20 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009730" }, "vehicle": { "id": "1343", "label": "1343" } } }, { "id": "3048339", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219200", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1759219274", "uncertainty": 120 }, "departure": { "time": "1759219274", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1759219441", "uncertainty": 120 }, "departure": { "time": "1759219441", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1759219621", "uncertainty": 120 }, "departure": { "time": "1759219652", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1759219741", "uncertainty": 120 }, "departure": { "time": "1759219771", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1759219831", "uncertainty": 120 }, "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1759219934", "uncertainty": 120 }, "departure": { "time": "1759219934", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1759219996", "uncertainty": 120 }, "departure": { "time": "1759219996", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1759220068", "uncertainty": 120 }, "departure": { "time": "1759220068", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1759220157", "uncertainty": 120 }, "departure": { "time": "1759220157", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1759220246", "uncertainty": 120 }, "departure": { "time": "1759220246", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1759220342", "uncertainty": 120 }, "departure": { "time": "1759220342", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1759220405", "uncertainty": 120 }, "departure": { "time": "1759220405", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1759220491", "uncertainty": 120 }, "departure": { "time": "1759220491", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1759220551", "uncertainty": 120 }, "departure": { "time": "1759220551", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1759220628", "uncertainty": 120 }, "departure": { "time": "1759220628", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1759220688", "uncertainty": 120 }, "departure": { "time": "1759220688", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1759220808", "uncertainty": 120 }, "departure": { "time": "1759220808", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1759220896", "uncertainty": 120 }, "departure": { "time": "1759220896", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1759220977", "uncertainty": 120 }, "departure": { "time": "1759220977", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1759221184", "uncertainty": 120 }, "departure": { "time": "1759221184", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1759221275", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048339" }, "vehicle": { "id": "1317", "label": "1317" } } }, { "id": "3008557", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219959" }, "stopId": "0:TOURNEB1", "stopSequence": 1 }, { "arrival": { "time": "1759219964" }, "departure": { "time": "1759219964" }, "stopId": "0:ROTONDE1", "stopSequence": 2 }, { "arrival": { "time": "1759220190" }, "departure": { "time": "1759220190" }, "stopId": "0:LOTINDU1", "stopSequence": 3 }, { "arrival": { "time": "1759220252" }, "departure": { "time": "1759220252" }, "stopId": "0:CITSNCF1", "stopSequence": 4 }, { "arrival": { "time": "1759220296" }, "departure": { "time": "1759220296" }, "stopId": "0:VOSGES1", "stopSequence": 5 }, { "arrival": { "time": "1759220327" }, "departure": { "time": "1759220327" }, "stopId": "0:ALGER1", "stopSequence": 6 }, { "arrival": { "time": "1759220368" }, "departure": { "time": "1759220368" }, "stopId": "0:TOURAIN1", "stopSequence": 7 }, { "arrival": { "time": "1759220446" }, "departure": { "time": "1759220446" }, "stopId": "0:LILAS3", "stopSequence": 8 }, { "arrival": { "time": "1759220605" }, "departure": { "time": "1759220605" }, "stopId": "0:COUBERT2", "stopSequence": 9 }, { "arrival": { "time": "1759220667" }, "departure": { "time": "1759220667" }, "stopId": "0:SIMMI527", "stopSequence": 10 }, { "arrival": { "time": "1759220719" }, "departure": { "time": "1759220719" }, "stopId": "0:PONSARD1", "stopSequence": 11 }, { "arrival": { "time": "1759220770" }, "departure": { "time": "1759220770" }, "stopId": "0:CLMADER2", "stopSequence": 12 }, { "arrival": { "time": "1759220881" }, "departure": { "time": "1759220881" }, "stopId": "0:STEXUPE2", "stopSequence": 13 }, { "arrival": { "time": "1759220930" }, "departure": { "time": "1759220930" }, "stopId": "0:VOLONTA1", "stopSequence": 14 }, { "arrival": { "time": "1759221003" }, "departure": { "time": "1759221003" }, "stopId": "0:MARCSAN1", "stopSequence": 15 }, { "arrival": { "time": "1759221057" }, "departure": { "time": "1759221057" }, "stopId": "0:19NOV01", "stopSequence": 16 }, { "arrival": { "time": "1759221114" }, "departure": { "time": "1759221114" }, "stopId": "0:SUGNON1", "stopSequence": 17 }, { "arrival": { "time": "1759221171" }, "departure": { "time": "1759221171" }, "stopId": "0:LYAUTE99", "stopSequence": 18 }, { "arrival": { "time": "1759221250" }, "departure": { "time": "1759221250" }, "stopId": "0:HORGNE1", "stopSequence": 19 }, { "arrival": { "time": "1759221331" }, "departure": { "time": "1759221331" }, "stopId": "0:4VENTS1", "stopSequence": 20 }, { "arrival": { "time": "1759221436" }, "departure": { "time": "1759221436" }, "stopId": "0:LAVOIR1", "stopSequence": 21 }, { "arrival": { "time": "1759221511" }, "departure": { "time": "1759221511" }, "stopId": "0:EGLISE1", "stopSequence": 22 }, { "arrival": { "time": "1759221642" }, "departure": { "time": "1759221642" }, "stopId": "0:LOTHAIR3", "stopSequence": 23 }, { "arrival": { "time": "1759221711" }, "departure": { "time": "1759221711" }, "stopId": "0:PISCINE2", "stopSequence": 24 }, { "arrival": { "time": "1759221788" }, "departure": { "time": "1759221788" }, "stopId": "0:HESTAUX2", "stopSequence": 25 }, { "arrival": { "time": "1759221836" }, "departure": { "time": "1759221836" }, "stopId": "0:GOUSSEL2", "stopSequence": 26 }, { "arrival": { "time": "1759221874" }, "departure": { "time": "1759221874" }, "stopId": "0:CLAUDEL2", "stopSequence": 27 }, { "arrival": { "time": "1759221971" }, "departure": { "time": "1759221971" }, "stopId": "0:OBERL653", "stopSequence": 28 }, { "arrival": { "time": "1759222089" }, "departure": { "time": "1759222089" }, "stopId": "0:PEUPLIE2", "stopSequence": 29 }, { "arrival": { "time": "1759222182" }, "departure": { "time": "1759222182" }, "stopId": "0:SYMPHON3", "stopSequence": 30 }, { "arrival": { "time": "1759222231" }, "departure": { "time": "1759222231" }, "stopId": "0:MARCONI2", "stopSequence": 31 }, { "arrival": { "time": "1759222262" }, "departure": { "time": "1759222262" }, "stopId": "0:ARAGO035", "stopSequence": 32 }, { "arrival": { "time": "1759222351" }, "departure": { "time": "1759222351" }, "stopId": "0:AMPERE2", "stopSequence": 33 }, { "arrival": { "time": "1759222410" }, "departure": { "time": "1759222410" }, "stopId": "0:METZANI2", "stopSequence": 34 }, { "arrival": { "time": "1759222511" }, "departure": { "time": "1759222511" }, "stopId": "0:SEBASTO2", "stopSequence": 35 }, { "arrival": { "time": "1759222561" }, "departure": { "time": "1759222561" }, "stopId": "0:SOLIDAR2", "stopSequence": 36 }, { "arrival": { "time": "1759222630" }, "departure": { "time": "1759222630" }, "stopId": "0:DRAPIER2", "stopSequence": 37 }, { "arrival": { "time": "1759222698" }, "departure": { "time": "1759222698" }, "stopId": "0:SELLIER2", "stopSequence": 38 }, { "arrival": { "time": "1759222769" }, "departure": { "time": "1759222769" }, "stopId": "0:POTIERS2", "stopSequence": 39 }, { "arrival": { "time": "1759222818" }, "departure": { "time": "1759222818" }, "stopId": "0:SERRURR2", "stopSequence": 40 }, { "arrival": { "time": "1759222921" }, "stopId": "0:HSCHUMA1", "stopSequence": 41 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_23008557" }, "vehicle": { "id": "833", "label": "833" } } }, { "id": "3008558", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222800", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_23008558" } } }, { "id": "3008575", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219300", "uncertainty": 120 }, "stopId": "0:HSCHUMA1", "stopSequence": 1 }, { "arrival": { "time": "1759219428", "uncertainty": 120 }, "departure": { "time": "1759219428", "uncertainty": 120 }, "stopId": "0:SERRURR1", "stopSequence": 2 }, { "arrival": { "time": "1759219480", "uncertainty": 120 }, "departure": { "time": "1759219480", "uncertainty": 120 }, "stopId": "0:POTIERS1", "stopSequence": 3 }, { "arrival": { "time": "1759219555", "uncertainty": 120 }, "departure": { "time": "1759219555", "uncertainty": 120 }, "stopId": "0:SELLIER1", "stopSequence": 4 }, { "arrival": { "time": "1759219613", "uncertainty": 120 }, "departure": { "time": "1759219613", "uncertainty": 120 }, "stopId": "0:DRAPIER1", "stopSequence": 5 }, { "arrival": { "time": "1759219671", "uncertainty": 120 }, "departure": { "time": "1759219671", "uncertainty": 120 }, "stopId": "0:SOLIDAR1", "stopSequence": 6 }, { "arrival": { "time": "1759219714", "uncertainty": 120 }, "departure": { "time": "1759219714", "uncertainty": 120 }, "stopId": "0:SEBASTO1", "stopSequence": 7 }, { "arrival": { "time": "1759219787", "uncertainty": 120 }, "departure": { "time": "1759219787", "uncertainty": 120 }, "stopId": "0:METZANI1", "stopSequence": 8 }, { "arrival": { "time": "1759219852", "uncertainty": 120 }, "departure": { "time": "1759219852", "uncertainty": 120 }, "stopId": "0:AMPERE1", "stopSequence": 9 }, { "arrival": { "time": "1759219946", "uncertainty": 120 }, "departure": { "time": "1759219946", "uncertainty": 120 }, "stopId": "0:ARAGO002", "stopSequence": 10 }, { "arrival": { "time": "1759219981", "uncertainty": 120 }, "departure": { "time": "1759219981", "uncertainty": 120 }, "stopId": "0:MARCONI1", "stopSequence": 11 }, { "arrival": { "time": "1759220061", "uncertainty": 120 }, "departure": { "time": "1759220061", "uncertainty": 120 }, "stopId": "0:SYMPHON1", "stopSequence": 12 }, { "arrival": { "time": "1759220166", "uncertainty": 120 }, "departure": { "time": "1759220166", "uncertainty": 120 }, "stopId": "0:PEUPLIE1", "stopSequence": 13 }, { "arrival": { "time": "1759220257", "uncertainty": 120 }, "departure": { "time": "1759220257", "uncertainty": 120 }, "stopId": "0:OBERL668", "stopSequence": 14 }, { "arrival": { "time": "1759220358", "uncertainty": 120 }, "departure": { "time": "1759220358", "uncertainty": 120 }, "stopId": "0:CLAUDEL1", "stopSequence": 15 }, { "arrival": { "time": "1759220417", "uncertainty": 120 }, "departure": { "time": "1759220417", "uncertainty": 120 }, "stopId": "0:GOUSSEL1", "stopSequence": 16 }, { "arrival": { "time": "1759220463", "uncertainty": 120 }, "departure": { "time": "1759220463", "uncertainty": 120 }, "stopId": "0:HESTAUX1", "stopSequence": 17 }, { "arrival": { "time": "1759220533", "uncertainty": 120 }, "departure": { "time": "1759220533", "uncertainty": 120 }, "stopId": "0:PISCINE1", "stopSequence": 18 }, { "arrival": { "time": "1759220606", "uncertainty": 120 }, "departure": { "time": "1759220606", "uncertainty": 120 }, "stopId": "0:LOTHAIR4", "stopSequence": 19 }, { "arrival": { "time": "1759220725", "uncertainty": 120 }, "departure": { "time": "1759220725", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 20 }, { "arrival": { "time": "1759220783", "uncertainty": 120 }, "departure": { "time": "1759220783", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 21 }, { "arrival": { "time": "1759220856", "uncertainty": 120 }, "departure": { "time": "1759220856", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 22 }, { "arrival": { "time": "1759220938", "uncertainty": 120 }, "departure": { "time": "1759220938", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 23 }, { "arrival": { "time": "1759220976", "uncertainty": 120 }, "departure": { "time": "1759220976", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 24 }, { "arrival": { "time": "1759221043", "uncertainty": 120 }, "departure": { "time": "1759221043", "uncertainty": 120 }, "stopId": "0:SUGNON2", "stopSequence": 25 }, { "arrival": { "time": "1759221097", "uncertainty": 120 }, "departure": { "time": "1759221097", "uncertainty": 120 }, "stopId": "0:19NOV02", "stopSequence": 26 }, { "arrival": { "time": "1759221158", "uncertainty": 120 }, "departure": { "time": "1759221158", "uncertainty": 120 }, "stopId": "0:MARCSAN2", "stopSequence": 27 }, { "arrival": { "time": "1759221216", "uncertainty": 120 }, "departure": { "time": "1759221216", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 28 }, { "arrival": { "time": "1759221264", "uncertainty": 120 }, "departure": { "time": "1759221264", "uncertainty": 120 }, "stopId": "0:STEXUPE1", "stopSequence": 29 }, { "arrival": { "time": "1759221364", "uncertainty": 120 }, "departure": { "time": "1759221364", "uncertainty": 120 }, "stopId": "0:CLMADER1", "stopSequence": 30 }, { "arrival": { "time": "1759221411", "uncertainty": 120 }, "departure": { "time": "1759221411", "uncertainty": 120 }, "stopId": "0:PONSARD2", "stopSequence": 31 }, { "arrival": { "time": "1759221452", "uncertainty": 120 }, "departure": { "time": "1759221452", "uncertainty": 120 }, "stopId": "0:SIMMI357", "stopSequence": 32 }, { "arrival": { "time": "1759221494", "uncertainty": 120 }, "departure": { "time": "1759221494", "uncertainty": 120 }, "stopId": "0:COUBERT1", "stopSequence": 33 }, { "arrival": { "time": "1759221637", "uncertainty": 120 }, "departure": { "time": "1759221637", "uncertainty": 120 }, "stopId": "0:LILAS4", "stopSequence": 34 }, { "arrival": { "time": "1759221747", "uncertainty": 120 }, "departure": { "time": "1759221747", "uncertainty": 120 }, "stopId": "0:TOURAIN2", "stopSequence": 35 }, { "arrival": { "time": "1759221782", "uncertainty": 120 }, "departure": { "time": "1759221782", "uncertainty": 120 }, "stopId": "0:ALGER2", "stopSequence": 36 }, { "arrival": { "time": "1759221813", "uncertainty": 120 }, "departure": { "time": "1759221813", "uncertainty": 120 }, "stopId": "0:VOSGES2", "stopSequence": 37 }, { "arrival": { "time": "1759221891", "uncertainty": 120 }, "departure": { "time": "1759221891", "uncertainty": 120 }, "stopId": "0:CITSNCF2", "stopSequence": 38 }, { "arrival": { "time": "1759221925", "uncertainty": 120 }, "departure": { "time": "1759221925", "uncertainty": 120 }, "stopId": "0:LOTINDU2", "stopSequence": 39 }, { "arrival": { "time": "1759222011", "uncertainty": 120 }, "departure": { "time": "1759222011", "uncertainty": 120 }, "stopId": "0:ROTONDE2", "stopSequence": 40 }, { "arrival": { "time": "1759222053", "uncertainty": 120 }, "stopId": "0:TOURNEB1", "stopSequence": 41 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_23008575" }, "vehicle": { "id": "824", "label": "824" } } }, { "id": "3341618", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341618" } } }, { "id": "3341619", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222800", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341619" } } }, { "id": "3341616", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219200", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1759219302", "uncertainty": 120 }, "departure": { "time": "1759219302", "uncertainty": 120 }, "stopId": "0:CASTORS1", "stopSequence": 2 }, { "arrival": { "time": "1759219312", "uncertainty": 120 }, "departure": { "time": "1759219342", "uncertainty": 120 }, "stopId": "0:TORTUE1", "stopSequence": 3 }, { "arrival": { "time": "1759219394", "uncertainty": 120 }, "departure": { "time": "1759219394", "uncertainty": 120 }, "stopId": "0:STSIMON1", "stopSequence": 4 }, { "arrival": { "time": "1759219432", "uncertainty": 120 }, "departure": { "time": "1759219432", "uncertainty": 120 }, "stopId": "0:MARNE1", "stopSequence": 5 }, { "arrival": { "time": "1759219479", "uncertainty": 120 }, "departure": { "time": "1759219493", "uncertainty": 120 }, "stopId": "0:VICTOIR1", "stopSequence": 6 }, { "arrival": { "time": "1759219552", "uncertainty": 120 }, "departure": { "time": "1759219586", "uncertainty": 120 }, "stopId": "0:LARDEME1", "stopSequence": 7 }, { "arrival": { "time": "1759219642", "uncertainty": 120 }, "departure": { "time": "1759219642", "uncertainty": 120 }, "stopId": "0:SIGISBE1", "stopSequence": 8 }, { "arrival": { "time": "1759219703", "uncertainty": 120 }, "departure": { "time": "1759219703", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 9 }, { "arrival": { "time": "1759219822", "uncertainty": 120 }, "departure": { "time": "1759219822", "uncertainty": 120 }, "stopId": "0:BRIVAGE1", "stopSequence": 10 }, { "arrival": { "time": "1759219882", "uncertainty": 120 }, "departure": { "time": "1759219882", "uncertainty": 120 }, "stopId": "0:PEPINIE1", "stopSequence": 11 }, { "arrival": { "time": "1759219913", "uncertainty": 120 }, "departure": { "time": "1759219913", "uncertainty": 120 }, "stopId": "0:VILLAS1", "stopSequence": 12 }, { "arrival": { "time": "1759219961", "uncertainty": 120 }, "departure": { "time": "1759219961", "uncertainty": 120 }, "stopId": "0:PALAISS1", "stopSequence": 13 }, { "arrival": { "time": "1759220059", "uncertainty": 120 }, "departure": { "time": "1759220059", "uncertainty": 120 }, "stopId": "0:VERLAIN1", "stopSequence": 14 }, { "arrival": { "time": "1759220149", "uncertainty": 120 }, "departure": { "time": "1759220149", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 15 }, { "arrival": { "time": "1759220274", "uncertainty": 120 }, "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 16 }, { "arrival": { "time": "1759220561", "uncertainty": 120 }, "departure": { "time": "1759220561", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 17 }, { "arrival": { "time": "1759220593", "uncertainty": 120 }, "departure": { "time": "1759220593", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 18 }, { "arrival": { "time": "1759220728", "uncertainty": 120 }, "departure": { "time": "1759220728", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1759220840", "uncertainty": 120 }, "departure": { "time": "1759220840", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 20 }, { "arrival": { "time": "1759220873", "uncertainty": 120 }, "departure": { "time": "1759220873", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 21 }, { "arrival": { "time": "1759220931", "uncertainty": 120 }, "departure": { "time": "1759220931", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 22 }, { "arrival": { "time": "1759221050", "uncertainty": 120 }, "departure": { "time": "1759221050", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 23 }, { "arrival": { "time": "1759221130", "uncertainty": 120 }, "departure": { "time": "1759221130", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 24 }, { "arrival": { "time": "1759221235", "uncertainty": 120 }, "departure": { "time": "1759221235", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 25 }, { "arrival": { "time": "1759221299", "uncertainty": 120 }, "departure": { "time": "1759221299", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 26 }, { "arrival": { "time": "1759221414", "uncertainty": 120 }, "departure": { "time": "1759221414", "uncertainty": 120 }, "stopId": "0:AIREL2", "stopSequence": 27 }, { "arrival": { "time": "1759221483", "uncertainty": 120 }, "departure": { "time": "1759221483", "uncertainty": 120 }, "stopId": "0:PINS02", "stopSequence": 28 }, { "arrival": { "time": "1759221530", "uncertainty": 120 }, "departure": { "time": "1759221530", "uncertainty": 120 }, "stopId": "0:MARRONN2", "stopSequence": 29 }, { "arrival": { "time": "1759221562", "uncertainty": 120 }, "departure": { "time": "1759221562", "uncertainty": 120 }, "stopId": "0:HSORET2", "stopSequence": 30 }, { "arrival": { "time": "1759221638", "uncertainty": 120 }, "departure": { "time": "1759221638", "uncertainty": 120 }, "stopId": "0:BOUZONV4", "stopSequence": 31 }, { "arrival": { "time": "1759221710", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 32 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341616" }, "vehicle": { "id": "708", "label": "708" } } }, { "id": "3341617", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341617" } } }, { "id": "3048446", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218509", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1759218586", "uncertainty": 120 }, "departure": { "time": "1759218599", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1759218737", "uncertainty": 120 }, "departure": { "time": "1759218749", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1759218809", "uncertainty": 120 }, "departure": { "time": "1759218809", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1759218899", "uncertainty": 120 }, "departure": { "time": "1759218899", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1759218989", "uncertainty": 120 }, "departure": { "time": "1759218989", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1759219049", "uncertainty": 120 }, "departure": { "time": "1759219049", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1759219124", "uncertainty": 120 }, "departure": { "time": "1759219124", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1759219192", "uncertainty": 120 }, "departure": { "time": "1759219199", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1759219253", "uncertainty": 120 }, "departure": { "time": "1759219260", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1759219330", "uncertainty": 120 }, "departure": { "time": "1759219349", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1759219427", "uncertainty": 120 }, "departure": { "time": "1759219439", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1759219520", "uncertainty": 120 }, "departure": { "time": "1759219529", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1759219588", "uncertainty": 120 }, "departure": { "time": "1759219589", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1759219674", "uncertainty": 120 }, "departure": { "time": "1759219679", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1759219739", "uncertainty": 120 }, "departure": { "time": "1759219739", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1759219829", "uncertainty": 120 }, "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1759219926", "uncertainty": 120 }, "departure": { "time": "1759219926", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1759220056", "uncertainty": 120 }, "departure": { "time": "1759220056", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 19 }, { "arrival": { "time": "1759220268", "uncertainty": 120 }, "departure": { "time": "1759220268", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1759220334", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048446" }, "vehicle": { "id": "1302", "label": "1302" } } }, { "id": "3048442", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 }, { "arrival": { "time": "1759220464", "uncertainty": 120 }, "departure": { "time": "1759220464", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 2 }, { "arrival": { "time": "1759220627", "uncertainty": 120 }, "departure": { "time": "1759220627", "uncertainty": 120 }, "stopId": "0:MOYPON01", "stopSequence": 3 }, { "arrival": { "time": "1759220722", "uncertainty": 120 }, "departure": { "time": "1759220722", "uncertainty": 120 }, "stopId": "0:REP01", "stopSequence": 4 }, { "arrival": { "time": "1759220816", "uncertainty": 120 }, "departure": { "time": "1759220816", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1759220881", "uncertainty": 120 }, "departure": { "time": "1759220881", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 6 }, { "arrival": { "time": "1759220944", "uncertainty": 120 }, "departure": { "time": "1759220944", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 7 }, { "arrival": { "time": "1759221008", "uncertainty": 120 }, "departure": { "time": "1759221008", "uncertainty": 120 }, "stopId": "0:SEI01", "stopSequence": 8 }, { "arrival": { "time": "1759221081", "uncertainty": 120 }, "departure": { "time": "1759221081", "uncertainty": 120 }, "stopId": "0:LEG01", "stopSequence": 9 }, { "arrival": { "time": "1759221170", "uncertainty": 120 }, "departure": { "time": "1759221170", "uncertainty": 120 }, "stopId": "0:ALC01", "stopSequence": 10 }, { "arrival": { "time": "1759221258", "uncertainty": 120 }, "departure": { "time": "1759221258", "uncertainty": 120 }, "stopId": "0:CIM01", "stopSequence": 11 }, { "arrival": { "time": "1759221365", "uncertainty": 120 }, "departure": { "time": "1759221365", "uncertainty": 120 }, "stopId": "0:BEL01", "stopSequence": 12 }, { "arrival": { "time": "1759221453", "uncertainty": 120 }, "departure": { "time": "1759221453", "uncertainty": 120 }, "stopId": "0:PRO01", "stopSequence": 13 }, { "arrival": { "time": "1759221509", "uncertainty": 120 }, "departure": { "time": "1759221509", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 14 }, { "arrival": { "time": "1759221572", "uncertainty": 120 }, "departure": { "time": "1759221572", "uncertainty": 120 }, "stopId": "0:BRG01", "stopSequence": 15 }, { "arrival": { "time": "1759221649", "uncertainty": 120 }, "departure": { "time": "1759221649", "uncertainty": 120 }, "stopId": "0:GRA01", "stopSequence": 16 }, { "arrival": { "time": "1759221713", "uncertainty": 120 }, "departure": { "time": "1759221713", "uncertainty": 120 }, "stopId": "0:ARA01", "stopSequence": 17 }, { "arrival": { "time": "1759221832", "uncertainty": 120 }, "departure": { "time": "1759221832", "uncertainty": 120 }, "stopId": "0:ART01", "stopSequence": 18 }, { "arrival": { "time": "1759221933", "uncertainty": 120 }, "departure": { "time": "1759221933", "uncertainty": 120 }, "stopId": "0:ECO01", "stopSequence": 19 }, { "arrival": { "time": "1759221995", "uncertainty": 120 }, "departure": { "time": "1759221995", "uncertainty": 120 }, "stopId": "0:EXP01", "stopSequence": 20 }, { "arrival": { "time": "1759222202", "uncertainty": 120 }, "departure": { "time": "1759222202", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 21 }, { "arrival": { "time": "1759222293", "uncertainty": 120 }, "stopId": "0:MAT01", "stopSequence": 22 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048442" } } }, { "id": "3008620", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600" }, "stopId": "0:FAUBOUP3", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "113", "scheduleRelationship": "SCHEDULED", "tripId": "0_23008620" } } }, { "id": "3048432", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219726", "uncertainty": 120 }, "stopId": "0:MAT02", "stopSequence": 1 }, { "arrival": { "time": "1759219835", "uncertainty": 120 }, "departure": { "time": "1759219846", "uncertainty": 120 }, "stopId": "0:MER02", "stopSequence": 2 }, { "arrival": { "time": "1759220000", "uncertainty": 120 }, "departure": { "time": "1759220000", "uncertainty": 120 }, "stopId": "0:EXP02", "stopSequence": 3 }, { "arrival": { "time": "1759220069", "uncertainty": 120 }, "departure": { "time": "1759220069", "uncertainty": 120 }, "stopId": "0:ECO02", "stopSequence": 4 }, { "arrival": { "time": "1759220159", "uncertainty": 120 }, "departure": { "time": "1759220159", "uncertainty": 120 }, "stopId": "0:ART02", "stopSequence": 5 }, { "arrival": { "time": "1759220252", "uncertainty": 120 }, "departure": { "time": "1759220252", "uncertainty": 120 }, "stopId": "0:ARA02", "stopSequence": 6 }, { "arrival": { "time": "1759220323", "uncertainty": 120 }, "departure": { "time": "1759220323", "uncertainty": 120 }, "stopId": "0:GRA02", "stopSequence": 7 }, { "arrival": { "time": "1759220398", "uncertainty": 120 }, "departure": { "time": "1759220398", "uncertainty": 120 }, "stopId": "0:BRG02", "stopSequence": 8 }, { "arrival": { "time": "1759220458", "uncertainty": 120 }, "departure": { "time": "1759220458", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 9 }, { "arrival": { "time": "1759220524", "uncertainty": 120 }, "departure": { "time": "1759220524", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 10 }, { "arrival": { "time": "1759220614", "uncertainty": 120 }, "departure": { "time": "1759220614", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 11 }, { "arrival": { "time": "1759220705", "uncertainty": 120 }, "departure": { "time": "1759220705", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 12 }, { "arrival": { "time": "1759220804", "uncertainty": 120 }, "departure": { "time": "1759220804", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 13 }, { "arrival": { "time": "1759220859", "uncertainty": 120 }, "departure": { "time": "1759220859", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 14 }, { "arrival": { "time": "1759220945", "uncertainty": 120 }, "departure": { "time": "1759220945", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 15 }, { "arrival": { "time": "1759221007", "uncertainty": 120 }, "departure": { "time": "1759221007", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 16 }, { "arrival": { "time": "1759221095", "uncertainty": 120 }, "departure": { "time": "1759221095", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 17 }, { "arrival": { "time": "1759221205", "uncertainty": 120 }, "departure": { "time": "1759221205", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 18 }, { "arrival": { "time": "1759221318", "uncertainty": 120 }, "departure": { "time": "1759221318", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 19 }, { "arrival": { "time": "1759221534", "uncertainty": 120 }, "departure": { "time": "1759221534", "uncertainty": 120 }, "stopId": "0:SAU02", "stopSequence": 20 }, { "arrival": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:CTU02", "stopSequence": 21 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048432" }, "vehicle": { "id": "1312", "label": "1312" } } }, { "id": "3008619", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220280" }, "stopId": "0:MAHIRE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "113", "scheduleRelationship": "SCHEDULED", "tripId": "0_23008619" } } }, { "id": "3048393", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223400", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048393" } } }, { "id": "3341615", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218060", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 1 }, { "arrival": { "time": "1759218180", "uncertainty": 120 }, "departure": { "time": "1759218180", "uncertainty": 120 }, "stopId": "0:CASTORS1", "stopSequence": 2 }, { "arrival": { "time": "1759218214", "uncertainty": 120 }, "departure": { "time": "1759218214", "uncertainty": 120 }, "stopId": "0:TORTUE1", "stopSequence": 3 }, { "arrival": { "time": "1759218313", "uncertainty": 120 }, "departure": { "time": "1759218313", "uncertainty": 120 }, "stopId": "0:STSIMON1", "stopSequence": 4 }, { "arrival": { "time": "1759218355", "uncertainty": 120 }, "departure": { "time": "1759218355", "uncertainty": 120 }, "stopId": "0:MARNE1", "stopSequence": 5 }, { "arrival": { "time": "1759218375", "uncertainty": 120 }, "departure": { "time": "1759218390", "uncertainty": 120 }, "stopId": "0:VICTOIR1", "stopSequence": 6 }, { "arrival": { "time": "1759218450", "uncertainty": 120 }, "departure": { "time": "1759218450", "uncertainty": 120 }, "stopId": "0:LARDEME1", "stopSequence": 7 }, { "arrival": { "time": "1759218519", "uncertainty": 120 }, "departure": { "time": "1759218519", "uncertainty": 120 }, "stopId": "0:SIGISBE1", "stopSequence": 8 }, { "arrival": { "time": "1759218570", "uncertainty": 120 }, "departure": { "time": "1759218570", "uncertainty": 120 }, "stopId": "0:FOCH2", "stopSequence": 9 }, { "arrival": { "time": "1759218685", "uncertainty": 120 }, "departure": { "time": "1759218720", "uncertainty": 120 }, "stopId": "0:BRIVAGE1", "stopSequence": 10 }, { "arrival": { "time": "1759218778", "uncertainty": 120 }, "departure": { "time": "1759218780", "uncertainty": 120 }, "stopId": "0:PEPINIE1", "stopSequence": 11 }, { "arrival": { "time": "1759218822", "uncertainty": 120 }, "departure": { "time": "1759218822", "uncertainty": 120 }, "stopId": "0:VILLAS1", "stopSequence": 12 }, { "arrival": { "time": "1759218859", "uncertainty": 120 }, "departure": { "time": "1759218870", "uncertainty": 120 }, "stopId": "0:PALAISS1", "stopSequence": 13 }, { "arrival": { "time": "1759218960", "uncertainty": 120 }, "departure": { "time": "1759218960", "uncertainty": 120 }, "stopId": "0:VERLAIN1", "stopSequence": 14 }, { "arrival": { "time": "1759219050", "uncertainty": 120 }, "departure": { "time": "1759219050", "uncertainty": 120 }, "stopId": "0:ROIGEO68", "stopSequence": 15 }, { "arrival": { "time": "1759219167", "uncertainty": 120 }, "departure": { "time": "1759219290", "uncertainty": 120 }, "stopId": "0:REPUB436", "stopSequence": 16 }, { "arrival": { "time": "1759219394", "uncertainty": 120 }, "departure": { "time": "1759219500", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 17 }, { "arrival": { "time": "1759219560", "uncertainty": 120 }, "departure": { "time": "1759219620", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 18 }, { "arrival": { "time": "1759219740", "uncertainty": 120 }, "departure": { "time": "1759219740", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 19 }, { "arrival": { "time": "1759219851", "uncertainty": 120 }, "departure": { "time": "1759219860", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 20 }, { "arrival": { "time": "1759219890", "uncertainty": 120 }, "departure": { "time": "1759219890", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 21 }, { "arrival": { "time": "1759219940", "uncertainty": 120 }, "departure": { "time": "1759219950", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 22 }, { "arrival": { "time": "1759220068", "uncertainty": 120 }, "departure": { "time": "1759220068", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 23 }, { "arrival": { "time": "1759220157", "uncertainty": 120 }, "departure": { "time": "1759220157", "uncertainty": 120 }, "stopId": "0:TERRESR2", "stopSequence": 24 }, { "arrival": { "time": "1759220263", "uncertainty": 120 }, "departure": { "time": "1759220263", "uncertainty": 120 }, "stopId": "0:STJEGLI2", "stopSequence": 25 }, { "arrival": { "time": "1759220340", "uncertainty": 120 }, "departure": { "time": "1759220340", "uncertainty": 120 }, "stopId": "0:CIMETIE2", "stopSequence": 26 }, { "arrival": { "time": "1759220459", "uncertainty": 120 }, "departure": { "time": "1759220459", "uncertainty": 120 }, "stopId": "0:AIREL2", "stopSequence": 27 }, { "arrival": { "time": "1759220514", "uncertainty": 120 }, "departure": { "time": "1759220514", "uncertainty": 120 }, "stopId": "0:PINS02", "stopSequence": 28 }, { "arrival": { "time": "1759220561", "uncertainty": 120 }, "departure": { "time": "1759220561", "uncertainty": 120 }, "stopId": "0:MARRONN2", "stopSequence": 29 }, { "arrival": { "time": "1759220593", "uncertainty": 120 }, "departure": { "time": "1759220593", "uncertainty": 120 }, "stopId": "0:HSORET2", "stopSequence": 30 }, { "arrival": { "time": "1759220680", "uncertainty": 120 }, "departure": { "time": "1759220680", "uncertainty": 120 }, "stopId": "0:BOUZONV4", "stopSequence": 31 }, { "arrival": { "time": "1759220727", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 32 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341615" }, "vehicle": { "id": "2136", "label": "2136" } } }, { "id": "3048389", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:CTU01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "B", "scheduleRelationship": "SCHEDULED", "tripId": "0_23048389" } } }, { "id": "3236697", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221480", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236697" } } }, { "id": "3236696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220700", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 1 }, { "arrival": { "time": "1759220785", "uncertainty": 120 }, "departure": { "time": "1759220785", "uncertainty": 120 }, "stopId": "0:PLCHAM01", "stopSequence": 2 }, { "arrival": { "time": "1759220840", "uncertainty": 120 }, "departure": { "time": "1759220840", "uncertainty": 120 }, "stopId": "0:PLARMES4", "stopSequence": 3 }, { "arrival": { "time": "1759220945", "uncertainty": 120 }, "departure": { "time": "1759220945", "uncertainty": 120 }, "stopId": "0:CLERCS01", "stopSequence": 4 }, { "arrival": { "time": "1759221057", "uncertainty": 120 }, "departure": { "time": "1759221057", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 5 }, { "arrival": { "time": "1759221119", "uncertainty": 120 }, "departure": { "time": "1759221119", "uncertainty": 120 }, "stopId": "0:COETLO02", "stopSequence": 6 }, { "arrival": { "time": "1759221222", "uncertainty": 120 }, "departure": { "time": "1759221222", "uncertainty": 120 }, "stopId": "0:STNICOL3", "stopSequence": 7 }, { "arrival": { "time": "1759221254", "uncertainty": 120 }, "departure": { "time": "1759221254", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 8 }, { "arrival": { "time": "1759221434", "uncertainty": 120 }, "stopId": "0:POMPIDO2", "stopSequence": 9 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236696" } } }, { "id": "3236699", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223040", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236699" } } }, { "id": "3236698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222260" }, "stopId": "0:PREFECT1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236698" } } }, { "id": "3010387", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219895", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 }, { "arrival": { "time": "1759220019", "uncertainty": 120 }, "departure": { "time": "1759220019", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 2 }, { "arrival": { "time": "1759220094", "uncertainty": 120 }, "departure": { "time": "1759220094", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 3 }, { "arrival": { "time": "1759220115", "uncertainty": 120 }, "departure": { "time": "1759220115", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 4 }, { "arrival": { "time": "1759220139", "uncertainty": 120 }, "departure": { "time": "1759220139", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 5 }, { "arrival": { "time": "1759220198", "uncertainty": 120 }, "departure": { "time": "1759220198", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 6 }, { "arrival": { "time": "1759220237", "uncertainty": 120 }, "departure": { "time": "1759220237", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 7 }, { "arrival": { "time": "1759220259", "uncertainty": 120 }, "departure": { "time": "1759220259", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 8 }, { "arrival": { "time": "1759220372", "uncertainty": 120 }, "departure": { "time": "1759220372", "uncertainty": 120 }, "stopId": "0:FRIERES2", "stopSequence": 9 }, { "arrival": { "time": "1759220438", "uncertainty": 120 }, "departure": { "time": "1759220438", "uncertainty": 120 }, "stopId": "0:CARREFO2", "stopSequence": 10 }, { "arrival": { "time": "1759220482", "uncertainty": 120 }, "departure": { "time": "1759220482", "uncertainty": 120 }, "stopId": "0:LAVANDI2", "stopSequence": 11 }, { "arrival": { "time": "1759220558", "uncertainty": 120 }, "departure": { "time": "1759220558", "uncertainty": 120 }, "stopId": "0:PLACEPU2", "stopSequence": 12 }, { "arrival": { "time": "1759220674", "uncertainty": 120 }, "departure": { "time": "1759220674", "uncertainty": 120 }, "stopId": "0:RUEMETZ2", "stopSequence": 13 }, { "arrival": { "time": "1759220798", "uncertainty": 120 }, "departure": { "time": "1759220798", "uncertainty": 120 }, "stopId": "0:SAULNYC2", "stopSequence": 14 }, { "arrival": { "time": "1759220826", "uncertainty": 120 }, "departure": { "time": "1759220826", "uncertainty": 120 }, "stopId": "0:BRIEYS02", "stopSequence": 15 }, { "arrival": { "time": "1759221338", "uncertainty": 120 }, "departure": { "time": "1759221338", "uncertainty": 120 }, "stopId": "0:MONTAG02", "stopSequence": 16 }, { "arrival": { "time": "1759221407", "uncertainty": 120 }, "departure": { "time": "1759221407", "uncertainty": 120 }, "stopId": "0:HAMJER04", "stopSequence": 17 }, { "arrival": { "time": "1759221454", "uncertainty": 120 }, "departure": { "time": "1759221454", "uncertainty": 120 }, "stopId": "0:RUEECO01", "stopSequence": 18 }, { "arrival": { "time": "1759221498", "uncertainty": 120 }, "departure": { "time": "1759221498", "uncertainty": 120 }, "stopId": "0:ABBEBAU1", "stopSequence": 19 }, { "arrival": { "time": "1759221529", "uncertainty": 120 }, "departure": { "time": "1759221529", "uncertainty": 120 }, "stopId": "0:18AOUT2", "stopSequence": 20 }, { "arrival": { "time": "1759221627", "uncertainty": 120 }, "departure": { "time": "1759221627", "uncertainty": 120 }, "stopId": "0:MINE02", "stopSequence": 21 }, { "arrival": { "time": "1759221654", "uncertainty": 120 }, "departure": { "time": "1759221654", "uncertainty": 120 }, "stopId": "0:RONEGL2", "stopSequence": 22 }, { "arrival": { "time": "1759221680", "uncertainty": 120 }, "departure": { "time": "1759221680", "uncertainty": 120 }, "stopId": "0:RAYMON2", "stopSequence": 23 }, { "arrival": { "time": "1759221722", "uncertainty": 120 }, "departure": { "time": "1759221722", "uncertainty": 120 }, "stopId": "0:RONCEN2", "stopSequence": 24 }, { "arrival": { "time": "1759221778", "uncertainty": 120 }, "departure": { "time": "1759221778", "uncertainty": 120 }, "stopId": "0:MASARI2", "stopSequence": 25 }, { "arrival": { "time": "1759221818", "uncertainty": 120 }, "stopId": "0:RONC4", "stopSequence": 26 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010387" }, "vehicle": { "id": "2032", "label": "2032" } } }, { "id": "3010386", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759216653", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 }, { "arrival": { "time": "1759216792", "uncertainty": 120 }, "departure": { "time": "1759216792", "uncertainty": 120 }, "stopId": "0:FMOSELL2", "stopSequence": 2 }, { "arrival": { "time": "1759216862", "uncertainty": 120 }, "departure": { "time": "1759216864", "uncertainty": 120 }, "stopId": "0:TIGNO395", "stopSequence": 3 }, { "arrival": { "time": "1759216871", "uncertainty": 120 }, "departure": { "time": "1759216893", "uncertainty": 120 }, "stopId": "0:COLIBRI2", "stopSequence": 4 }, { "arrival": { "time": "1759216923", "uncertainty": 120 }, "departure": { "time": "1759216923", "uncertainty": 120 }, "stopId": "0:LEMOYNE2", "stopSequence": 5 }, { "arrival": { "time": "1759216964", "uncertainty": 120 }, "departure": { "time": "1759216964", "uncertainty": 120 }, "stopId": "0:NJUNG2", "stopSequence": 6 }, { "arrival": { "time": "1759217000", "uncertainty": 120 }, "departure": { "time": "1759217000", "uncertainty": 120 }, "stopId": "0:BUCHOZ2", "stopSequence": 7 }, { "arrival": { "time": "1759217039", "uncertainty": 120 }, "departure": { "time": "1759217039", "uncertainty": 120 }, "stopId": "0:SANSONN2", "stopSequence": 8 }, { "arrival": { "time": "1759217145", "uncertainty": 120 }, "departure": { "time": "1759217145", "uncertainty": 120 }, "stopId": "0:FRIERES2", "stopSequence": 9 }, { "arrival": { "time": "1759217208", "uncertainty": 120 }, "departure": { "time": "1759217208", "uncertainty": 120 }, "stopId": "0:CARREFO2", "stopSequence": 10 }, { "arrival": { "time": "1759217256", "uncertainty": 120 }, "departure": { "time": "1759217256", "uncertainty": 120 }, "stopId": "0:LAVANDI2", "stopSequence": 11 }, { "arrival": { "time": "1759217330", "uncertainty": 120 }, "departure": { "time": "1759217330", "uncertainty": 120 }, "stopId": "0:PLACEPU2", "stopSequence": 12 }, { "arrival": { "time": "1759217403", "uncertainty": 120 }, "departure": { "time": "1759217403", "uncertainty": 120 }, "stopId": "0:RUEMETZ2", "stopSequence": 13 }, { "arrival": { "time": "1759217454", "uncertainty": 120 }, "departure": { "time": "1759217493", "uncertainty": 120 }, "stopId": "0:SAULNYC2", "stopSequence": 14 }, { "arrival": { "time": "1759217568", "uncertainty": 120 }, "departure": { "time": "1759217583", "uncertainty": 120 }, "stopId": "0:BRIEYS02", "stopSequence": 15 }, { "arrival": { "time": "1759217924", "uncertainty": 120 }, "departure": { "time": "1759217924", "uncertainty": 120 }, "stopId": "0:MONTAG02", "stopSequence": 16 }, { "arrival": { "time": "1759218011", "uncertainty": 120 }, "departure": { "time": "1759218011", "uncertainty": 120 }, "stopId": "0:HAMJER04", "stopSequence": 17 }, { "arrival": { "time": "1759218080", "uncertainty": 120 }, "departure": { "time": "1759218080", "uncertainty": 120 }, "stopId": "0:RUEECO01", "stopSequence": 18 }, { "arrival": { "time": "1759218141", "uncertainty": 120 }, "departure": { "time": "1759218141", "uncertainty": 120 }, "stopId": "0:ABBEBAU1", "stopSequence": 19 }, { "arrival": { "time": "1759218181", "uncertainty": 120 }, "departure": { "time": "1759218181", "uncertainty": 120 }, "stopId": "0:18AOUT2", "stopSequence": 20 }, { "arrival": { "time": "1759218274", "uncertainty": 120 }, "departure": { "time": "1759218274", "uncertainty": 120 }, "stopId": "0:MINE02", "stopSequence": 21 }, { "arrival": { "time": "1759218274", "uncertainty": 120 }, "departure": { "time": "1759218274", "uncertainty": 120 }, "stopId": "0:RONEGL2", "stopSequence": 22 }, { "arrival": { "time": "1759218274", "uncertainty": 120 }, "departure": { "time": "1759218274", "uncertainty": 120 }, "stopId": "0:RAYMON2", "stopSequence": 23 }, { "arrival": { "time": "1759218300", "uncertainty": 120 }, "departure": { "time": "1759218300", "uncertainty": 120 }, "stopId": "0:RONCEN2", "stopSequence": 24 }, { "arrival": { "time": "1759218355", "uncertainty": 120 }, "departure": { "time": "1759218355", "uncertainty": 120 }, "stopId": "0:MASARI2", "stopSequence": 25 }, { "arrival": { "time": "1759219951" }, "stopId": "0:RONC4", "stopSequence": 26 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "107", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010386" }, "vehicle": { "id": "2133", "label": "2133" } } }, { "id": "3341578", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219200", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1759219256", "uncertainty": 120 }, "departure": { "time": "1759219256", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1759219299", "uncertainty": 120 }, "departure": { "time": "1759219320", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1759219350", "uncertainty": 120 }, "departure": { "time": "1759219380", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1759219440", "uncertainty": 120 }, "departure": { "time": "1759219440", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1759219530", "uncertainty": 120 }, "departure": { "time": "1759219530", "uncertainty": 120 }, "stopId": "0:AIREL1", "stopSequence": 6 }, { "arrival": { "time": "1759219666", "uncertainty": 120 }, "departure": { "time": "1759219666", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 7 }, { "arrival": { "time": "1759219717", "uncertainty": 120 }, "departure": { "time": "1759219740", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 8 }, { "arrival": { "time": "1759219828", "uncertainty": 120 }, "departure": { "time": "1759219828", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 9 }, { "arrival": { "time": "1759219914", "uncertainty": 120 }, "departure": { "time": "1759219950", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 10 }, { "arrival": { "time": "1759220126", "uncertainty": 120 }, "departure": { "time": "1759220126", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 11 }, { "arrival": { "time": "1759220182", "uncertainty": 120 }, "departure": { "time": "1759220182", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 12 }, { "arrival": { "time": "1759220284", "uncertainty": 120 }, "departure": { "time": "1759220284", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 13 }, { "arrival": { "time": "1759220350", "uncertainty": 120 }, "departure": { "time": "1759220350", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 14 }, { "arrival": { "time": "1759220469", "uncertainty": 120 }, "departure": { "time": "1759220469", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 15 }, { "arrival": { "time": "1759220651", "uncertainty": 120 }, "departure": { "time": "1759220651", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 16 }, { "arrival": { "time": "1759220684", "uncertainty": 120 }, "departure": { "time": "1759220684", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 17 }, { "arrival": { "time": "1759220880", "uncertainty": 120 }, "departure": { "time": "1759220880", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 18 }, { "arrival": { "time": "1759221039", "uncertainty": 120 }, "departure": { "time": "1759221039", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 19 }, { "arrival": { "time": "1759221093", "uncertainty": 120 }, "departure": { "time": "1759221093", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 20 }, { "arrival": { "time": "1759221240", "uncertainty": 120 }, "departure": { "time": "1759221240", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 21 }, { "arrival": { "time": "1759221294", "uncertainty": 120 }, "departure": { "time": "1759221294", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 22 }, { "arrival": { "time": "1759221355", "uncertainty": 120 }, "departure": { "time": "1759221355", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 23 }, { "arrival": { "time": "1759221420", "uncertainty": 120 }, "departure": { "time": "1759221420", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 24 }, { "arrival": { "time": "1759221590", "uncertainty": 120 }, "departure": { "time": "1759221590", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 25 }, { "arrival": { "time": "1759221639", "uncertainty": 120 }, "departure": { "time": "1759221639", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 26 }, { "arrival": { "time": "1759221685", "uncertainty": 120 }, "departure": { "time": "1759221685", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 27 }, { "arrival": { "time": "1759221747", "uncertainty": 120 }, "departure": { "time": "1759221747", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 28 }, { "arrival": { "time": "1759221786", "uncertainty": 120 }, "departure": { "time": "1759221786", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 29 }, { "arrival": { "time": "1759221812", "uncertainty": 120 }, "departure": { "time": "1759221812", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 30 }, { "arrival": { "time": "1759221867", "uncertainty": 120 }, "departure": { "time": "1759221867", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 31 }, { "arrival": { "time": "1759221900", "uncertainty": 120 }, "departure": { "time": "1759221900", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 32 }, { "arrival": { "time": "1759222020", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341578" }, "vehicle": { "id": "1735", "label": "1735" } } }, { "id": "3341579", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220400", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1759220464", "uncertainty": 120 }, "departure": { "time": "1759220464", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1759220501", "uncertainty": 120 }, "departure": { "time": "1759220501", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1759220532", "uncertainty": 120 }, "departure": { "time": "1759220532", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1759220565", "uncertainty": 120 }, "departure": { "time": "1759220565", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1759220653", "uncertainty": 120 }, "departure": { "time": "1759220653", "uncertainty": 120 }, "stopId": "0:AIREL1", "stopSequence": 6 }, { "arrival": { "time": "1759220789", "uncertainty": 120 }, "departure": { "time": "1759220789", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 7 }, { "arrival": { "time": "1759220838", "uncertainty": 120 }, "departure": { "time": "1759220838", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 8 }, { "arrival": { "time": "1759220923", "uncertainty": 120 }, "departure": { "time": "1759220923", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 9 }, { "arrival": { "time": "1759221009", "uncertainty": 120 }, "departure": { "time": "1759221009", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 10 }, { "arrival": { "time": "1759221212", "uncertainty": 120 }, "departure": { "time": "1759221212", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 11 }, { "arrival": { "time": "1759221284", "uncertainty": 120 }, "departure": { "time": "1759221284", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 12 }, { "arrival": { "time": "1759221416", "uncertainty": 120 }, "departure": { "time": "1759221416", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 13 }, { "arrival": { "time": "1759221491", "uncertainty": 120 }, "departure": { "time": "1759221491", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 14 }, { "arrival": { "time": "1759221605", "uncertainty": 120 }, "departure": { "time": "1759221605", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 15 }, { "arrival": { "time": "1759221805", "uncertainty": 120 }, "departure": { "time": "1759221805", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 16 }, { "arrival": { "time": "1759221853", "uncertainty": 120 }, "departure": { "time": "1759221853", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 17 }, { "arrival": { "time": "1759222045", "uncertainty": 120 }, "departure": { "time": "1759222045", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 18 }, { "arrival": { "time": "1759222204", "uncertainty": 120 }, "departure": { "time": "1759222204", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 19 }, { "arrival": { "time": "1759222258", "uncertainty": 120 }, "departure": { "time": "1759222258", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 20 }, { "arrival": { "time": "1759222405", "uncertainty": 120 }, "departure": { "time": "1759222405", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 21 }, { "arrival": { "time": "1759222459", "uncertainty": 120 }, "departure": { "time": "1759222459", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 22 }, { "arrival": { "time": "1759222520", "uncertainty": 120 }, "departure": { "time": "1759222520", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 23 }, { "arrival": { "time": "1759222585", "uncertainty": 120 }, "departure": { "time": "1759222585", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 24 }, { "arrival": { "time": "1759222755", "uncertainty": 120 }, "departure": { "time": "1759222755", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 25 }, { "arrival": { "time": "1759222804", "uncertainty": 120 }, "departure": { "time": "1759222804", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 26 }, { "arrival": { "time": "1759222850", "uncertainty": 120 }, "departure": { "time": "1759222850", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 27 }, { "arrival": { "time": "1759222912", "uncertainty": 120 }, "departure": { "time": "1759222912", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 28 }, { "arrival": { "time": "1759222951", "uncertainty": 120 }, "departure": { "time": "1759222951", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 29 }, { "arrival": { "time": "1759222977", "uncertainty": 120 }, "departure": { "time": "1759222977", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 30 }, { "arrival": { "time": "1759223032", "uncertainty": 120 }, "departure": { "time": "1759223032", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 31 }, { "arrival": { "time": "1759223065", "uncertainty": 120 }, "departure": { "time": "1759223065", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 32 }, { "arrival": { "time": "1759223185", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341579" } } }, { "id": "3341576", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759216832", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1759216869", "uncertainty": 120 }, "departure": { "time": "1759216869", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1759216943", "uncertainty": 120 }, "departure": { "time": "1759216951", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1759217001", "uncertainty": 120 }, "departure": { "time": "1759217041", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1759217097", "uncertainty": 120 }, "departure": { "time": "1759217101", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1759217202", "uncertainty": 120 }, "departure": { "time": "1759217202", "uncertainty": 120 }, "stopId": "0:AIREL1", "stopSequence": 6 }, { "arrival": { "time": "1759217362", "uncertainty": 120 }, "departure": { "time": "1759217371", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 7 }, { "arrival": { "time": "1759217466", "uncertainty": 120 }, "departure": { "time": "1759217491", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 8 }, { "arrival": { "time": "1759217618", "uncertainty": 120 }, "departure": { "time": "1759217641", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 9 }, { "arrival": { "time": "1759217754", "uncertainty": 120 }, "departure": { "time": "1759217761", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 10 }, { "arrival": { "time": "1759217865", "uncertainty": 120 }, "departure": { "time": "1759217881", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 11 }, { "arrival": { "time": "1759217920", "uncertainty": 120 }, "departure": { "time": "1759217941", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 12 }, { "arrival": { "time": "1759218028", "uncertainty": 120 }, "departure": { "time": "1759218061", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 13 }, { "arrival": { "time": "1759218147", "uncertainty": 120 }, "departure": { "time": "1759218181", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 14 }, { "arrival": { "time": "1759218241", "uncertainty": 120 }, "departure": { "time": "1759218271", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 15 }, { "arrival": { "time": "1759218420", "uncertainty": 120 }, "departure": { "time": "1759218481", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 16 }, { "arrival": { "time": "1759218531", "uncertainty": 120 }, "departure": { "time": "1759218531", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 17 }, { "arrival": { "time": "1759218660", "uncertainty": 120 }, "departure": { "time": "1759218721", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 18 }, { "arrival": { "time": "1759218833", "uncertainty": 120 }, "departure": { "time": "1759218842", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 19 }, { "arrival": { "time": "1759218931", "uncertainty": 120 }, "departure": { "time": "1759218931", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 20 }, { "arrival": { "time": "1759219081", "uncertainty": 120 }, "departure": { "time": "1759219081", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 21 }, { "arrival": { "time": "1759219141", "uncertainty": 120 }, "departure": { "time": "1759219141", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 22 }, { "arrival": { "time": "1759219215", "uncertainty": 120 }, "departure": { "time": "1759219231", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 23 }, { "arrival": { "time": "1759219321", "uncertainty": 120 }, "departure": { "time": "1759219321", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 24 }, { "arrival": { "time": "1759219456", "uncertainty": 120 }, "departure": { "time": "1759219471", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 25 }, { "arrival": { "time": "1759219556", "uncertainty": 120 }, "departure": { "time": "1759219561", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 26 }, { "arrival": { "time": "1759219621", "uncertainty": 120 }, "departure": { "time": "1759219622", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 27 }, { "arrival": { "time": "1759219703", "uncertainty": 120 }, "departure": { "time": "1759219703", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 28 }, { "arrival": { "time": "1759219746", "uncertainty": 120 }, "departure": { "time": "1759219746", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 29 }, { "arrival": { "time": "1759219771", "uncertainty": 120 }, "departure": { "time": "1759219802", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 30 }, { "arrival": { "time": "1759219885", "uncertainty": 120 }, "departure": { "time": "1759219892", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 31 }, { "arrival": { "time": "1759219922", "uncertainty": 120 }, "departure": { "time": "1759219922", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 32 }, { "arrival": { "time": "1759220052", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341576" }, "vehicle": { "id": "1356", "label": "1356" } } }, { "id": "3341577", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759218061", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 }, { "arrival": { "time": "1759218110", "uncertainty": 120 }, "departure": { "time": "1759218121", "uncertainty": 120 }, "stopId": "0:BOUZONV3", "stopSequence": 2 }, { "arrival": { "time": "1759218188", "uncertainty": 120 }, "departure": { "time": "1759218211", "uncertainty": 120 }, "stopId": "0:HSORET1", "stopSequence": 3 }, { "arrival": { "time": "1759218265", "uncertainty": 120 }, "departure": { "time": "1759218271", "uncertainty": 120 }, "stopId": "0:MARRONN1", "stopSequence": 4 }, { "arrival": { "time": "1759218331", "uncertainty": 120 }, "departure": { "time": "1759218331", "uncertainty": 120 }, "stopId": "0:PINS01", "stopSequence": 5 }, { "arrival": { "time": "1759218431", "uncertainty": 120 }, "departure": { "time": "1759218431", "uncertainty": 120 }, "stopId": "0:AIREL1", "stopSequence": 6 }, { "arrival": { "time": "1759218579", "uncertainty": 120 }, "departure": { "time": "1759218579", "uncertainty": 120 }, "stopId": "0:CIMETIE1", "stopSequence": 7 }, { "arrival": { "time": "1759218661", "uncertainty": 120 }, "departure": { "time": "1759218691", "uncertainty": 120 }, "stopId": "0:STJEGLI1", "stopSequence": 8 }, { "arrival": { "time": "1759218781", "uncertainty": 120 }, "departure": { "time": "1759218781", "uncertainty": 120 }, "stopId": "0:TERRESR1", "stopSequence": 9 }, { "arrival": { "time": "1759218870", "uncertainty": 120 }, "departure": { "time": "1759218871", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 10 }, { "arrival": { "time": "1759219043", "uncertainty": 120 }, "departure": { "time": "1759219051", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 11 }, { "arrival": { "time": "1759219100", "uncertainty": 120 }, "departure": { "time": "1759219100", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 12 }, { "arrival": { "time": "1759219183", "uncertainty": 120 }, "departure": { "time": "1759219201", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 13 }, { "arrival": { "time": "1759219260", "uncertainty": 120 }, "departure": { "time": "1759219260", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 14 }, { "arrival": { "time": "1759219351", "uncertainty": 120 }, "departure": { "time": "1759219351", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 15 }, { "arrival": { "time": "1759219529", "uncertainty": 120 }, "departure": { "time": "1759219621", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 16 }, { "arrival": { "time": "1759219664", "uncertainty": 120 }, "departure": { "time": "1759219664", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 17 }, { "arrival": { "time": "1759219861", "uncertainty": 120 }, "departure": { "time": "1759219951", "uncertainty": 120 }, "stopId": "0:REPUBL88", "stopSequence": 18 }, { "arrival": { "time": "1759220068", "uncertainty": 120 }, "departure": { "time": "1759220068", "uncertainty": 120 }, "stopId": "0:ROIGEO34", "stopSequence": 19 }, { "arrival": { "time": "1759220153", "uncertainty": 120 }, "departure": { "time": "1759220153", "uncertainty": 120 }, "stopId": "0:VERLAIN2", "stopSequence": 20 }, { "arrival": { "time": "1759220303", "uncertainty": 120 }, "departure": { "time": "1759220303", "uncertainty": 120 }, "stopId": "0:PALAISS2", "stopSequence": 21 }, { "arrival": { "time": "1759220362", "uncertainty": 120 }, "departure": { "time": "1759220362", "uncertainty": 120 }, "stopId": "0:VILLAS2", "stopSequence": 22 }, { "arrival": { "time": "1759220423", "uncertainty": 120 }, "departure": { "time": "1759220423", "uncertainty": 120 }, "stopId": "0:PEPINIE2", "stopSequence": 23 }, { "arrival": { "time": "1759220488", "uncertainty": 120 }, "departure": { "time": "1759220488", "uncertainty": 120 }, "stopId": "0:BRIVAGE2", "stopSequence": 24 }, { "arrival": { "time": "1759220627", "uncertainty": 120 }, "departure": { "time": "1759220627", "uncertainty": 120 }, "stopId": "0:FOCH1", "stopSequence": 25 }, { "arrival": { "time": "1759220708", "uncertainty": 120 }, "departure": { "time": "1759220708", "uncertainty": 120 }, "stopId": "0:SIGISBE2", "stopSequence": 26 }, { "arrival": { "time": "1759220766", "uncertainty": 120 }, "departure": { "time": "1759220766", "uncertainty": 120 }, "stopId": "0:LARDEME2", "stopSequence": 27 }, { "arrival": { "time": "1759220845", "uncertainty": 120 }, "departure": { "time": "1759220845", "uncertainty": 120 }, "stopId": "0:VICTOIR2", "stopSequence": 28 }, { "arrival": { "time": "1759220884", "uncertainty": 120 }, "departure": { "time": "1759220884", "uncertainty": 120 }, "stopId": "0:MARNE2", "stopSequence": 29 }, { "arrival": { "time": "1759220909", "uncertainty": 120 }, "departure": { "time": "1759220909", "uncertainty": 120 }, "stopId": "0:STSIMON2", "stopSequence": 30 }, { "arrival": { "time": "1759220989", "uncertainty": 120 }, "departure": { "time": "1759220989", "uncertainty": 120 }, "stopId": "0:TORTUE2", "stopSequence": 31 }, { "arrival": { "time": "1759221019", "uncertainty": 120 }, "departure": { "time": "1759221019", "uncertainty": 120 }, "stopId": "0:CASTORS2", "stopSequence": 32 }, { "arrival": { "time": "1759221139", "uncertainty": 120 }, "stopId": "0:FELIX420", "stopSequence": 33 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341577" }, "vehicle": { "id": "707", "label": "707" } } }, { "id": "3341580", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341580" } } }, { "id": "3341581", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222800", "uncertainty": 120 }, "stopId": "0:GRIMONT1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "0_23341581" } } }, { "id": "3010460", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759225023", "uncertainty": 120 }, "departure": { "time": "1759225023", "uncertainty": 120 }, "stopId": "0:AUGNYMA2" }, { "departure": { "time": "1759223400", "uncertainty": 120 }, "stopId": "0:PEM912", "stopSequence": 1 }, { "arrival": { "time": "1759223532", "uncertainty": 120 }, "departure": { "time": "1759223532", "uncertainty": 120 }, "stopId": "0:ARENES1", "stopSequence": 2 }, { "arrival": { "time": "1759223698", "uncertainty": 120 }, "departure": { "time": "1759223698", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 3 }, { "arrival": { "time": "1759223760", "uncertainty": 120 }, "departure": { "time": "1759223760", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 4 }, { "arrival": { "time": "1759223833", "uncertainty": 120 }, "departure": { "time": "1759223833", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 5 }, { "arrival": { "time": "1759223928", "uncertainty": 120 }, "departure": { "time": "1759223928", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 6 }, { "arrival": { "time": "1759224000", "uncertainty": 120 }, "departure": { "time": "1759224000", "uncertainty": 120 }, "stopId": "0:SEMINAI2", "stopSequence": 7 }, { "arrival": { "time": "1759224076", "uncertainty": 120 }, "departure": { "time": "1759224076", "uncertainty": 120 }, "stopId": "0:STANDRE2", "stopSequence": 8 }, { "arrival": { "time": "1759224179", "uncertainty": 120 }, "departure": { "time": "1759224179", "uncertainty": 120 }, "stopId": "0:PREVOTE2", "stopSequence": 9 }, { "arrival": { "time": "1759224242", "uncertainty": 120 }, "departure": { "time": "1759224242", "uncertainty": 120 }, "stopId": "0:JEANNED2", "stopSequence": 10 }, { "arrival": { "time": "1759224420", "uncertainty": 120 }, "departure": { "time": "1759224420", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 11 }, { "arrival": { "time": "1759224447", "uncertainty": 120 }, "departure": { "time": "1759224447", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 12 }, { "arrival": { "time": "1759224753", "uncertainty": 120 }, "departure": { "time": "1759224753", "uncertainty": 120 }, "stopId": "0:ORLY2", "stopSequence": 13 }, { "arrival": { "time": "1759224937", "uncertainty": 120 }, "departure": { "time": "1759224937", "uncertainty": 120 }, "stopId": "0:LOTISSE2", "stopSequence": 14 }, { "arrival": { "time": "1759224970", "uncertainty": 120 }, "departure": { "time": "1759224970", "uncertainty": 120 }, "stopId": "0:LIBERAT2", "stopSequence": 15 }, { "arrival": { "time": "1759225020", "uncertainty": 120 }, "departure": { "time": "1759225020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUGNYMA2", "stopSequence": 16 }, { "arrival": { "time": "1759225058", "uncertainty": 120 }, "departure": { "time": "1759225058", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GLISSU2", "stopSequence": 17 }, { "arrival": { "time": "1759225472", "uncertainty": 120 }, "departure": { "time": "1759225472", "uncertainty": 120 }, "stopId": "0:RD662", "stopSequence": 18 }, { "arrival": { "time": "1759225496", "uncertainty": 120 }, "departure": { "time": "1759225496", "uncertainty": 120 }, "stopId": "0:FEY2", "stopSequence": 19 }, { "arrival": { "time": "1759225759", "uncertainty": 120 }, "departure": { "time": "1759225759", "uncertainty": 120 }, "stopId": "0:VEZON2", "stopSequence": 20 }, { "arrival": { "time": "1759225856", "uncertainty": 120 }, "departure": { "time": "1759225856", "uncertainty": 120 }, "stopId": "0:MARIEUL1", "stopSequence": 21 }, { "arrival": { "time": "1759226096", "uncertainty": 120 }, "departure": { "time": "1759226096", "uncertainty": 120 }, "stopId": "0:CHARIT02", "stopSequence": 22 }, { "arrival": { "time": "1759226168", "uncertainty": 120 }, "departure": { "time": "1759226168", "uncertainty": 120 }, "stopId": "0:NOTRDA02", "stopSequence": 23 }, { "arrival": { "time": "1759226314", "uncertainty": 120 }, "departure": { "time": "1759226314", "uncertainty": 120 }, "stopId": "0:LACORV02", "stopSequence": 24 }, { "arrival": { "time": "1759226396", "uncertainty": 120 }, "stopId": "0:MARDIG01", "stopSequence": 25 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "102", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010460" } } }, { "id": "3017986", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219777", "uncertainty": 120 }, "stopId": "0:MARLY2", "stopSequence": 1 }, { "arrival": { "time": "1759219974", "uncertainty": 120 }, "departure": { "time": "1759219974", "uncertainty": 120 }, "stopId": "0:AVMAGNY1", "stopSequence": 2 }, { "arrival": { "time": "1759220035", "uncertainty": 120 }, "departure": { "time": "1759220035", "uncertainty": 120 }, "stopId": "0:HBOUTAN1", "stopSequence": 3 }, { "arrival": { "time": "1759220096", "uncertainty": 120 }, "departure": { "time": "1759220096", "uncertainty": 120 }, "stopId": "0:AZALEES1", "stopSequence": 4 }, { "arrival": { "time": "1759220155", "uncertainty": 120 }, "departure": { "time": "1759220155", "uncertainty": 120 }, "stopId": "0:BLEUETS1", "stopSequence": 5 }, { "arrival": { "time": "1759220215", "uncertainty": 120 }, "departure": { "time": "1759220215", "uncertainty": 120 }, "stopId": "0:CAMELIA1", "stopSequence": 6 }, { "arrival": { "time": "1759220263", "uncertainty": 120 }, "departure": { "time": "1759220263", "uncertainty": 120 }, "stopId": "0:M113A", "stopSequence": 7 }, { "arrival": { "time": "1759220515", "uncertainty": 120 }, "departure": { "time": "1759220515", "uncertainty": 120 }, "stopId": "0:SORBIER3", "stopSequence": 8 }, { "arrival": { "time": "1759220628", "uncertainty": 120 }, "departure": { "time": "1759220628", "uncertainty": 120 }, "stopId": "0:PJOLY2", "stopSequence": 9 }, { "arrival": { "time": "1759220672", "uncertainty": 120 }, "departure": { "time": "1759220672", "uncertainty": 120 }, "stopId": "0:LARGANT2", "stopSequence": 10 }, { "arrival": { "time": "1759220707", "uncertainty": 120 }, "departure": { "time": "1759220707", "uncertainty": 120 }, "stopId": "0:STBRICE2", "stopSequence": 11 }, { "arrival": { "time": "1759220780", "uncertainty": 120 }, "departure": { "time": "1759220780", "uncertainty": 120 }, "stopId": "0:CHEFER1", "stopSequence": 12 }, { "arrival": { "time": "1759220836", "uncertainty": 120 }, "departure": { "time": "1759220836", "uncertainty": 120 }, "stopId": "0:HAMEAUX1", "stopSequence": 13 }, { "arrival": { "time": "1759220875", "uncertainty": 120 }, "stopId": "0:ALIZES1", "stopSequence": 14 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_23017986" }, "vehicle": { "id": "1665", "label": "1665" } } }, { "id": "3017987", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222200", "uncertainty": 120 }, "stopId": "0:MARLY2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_23017987" } } }, { "id": "3236739", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220280", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 1 }, { "arrival": { "time": "1759220377", "uncertainty": 120 }, "departure": { "time": "1759220377", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 2 }, { "arrival": { "time": "1759220411", "uncertainty": 120 }, "departure": { "time": "1759220411", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 3 }, { "arrival": { "time": "1759220549", "uncertainty": 120 }, "departure": { "time": "1759220549", "uncertainty": 120 }, "stopId": "0:COETLO01", "stopSequence": 4 }, { "arrival": { "time": "1759220758", "uncertainty": 120 }, "departure": { "time": "1759220758", "uncertainty": 120 }, "stopId": "0:SERPEN01", "stopSequence": 5 }, { "arrival": { "time": "1759220845", "uncertainty": 120 }, "departure": { "time": "1759220845", "uncertainty": 120 }, "stopId": "0:TETEDOR1", "stopSequence": 6 }, { "arrival": { "time": "1759220936", "uncertainty": 120 }, "departure": { "time": "1759220936", "uncertainty": 120 }, "stopId": "0:STLOUI07", "stopSequence": 7 }, { "arrival": { "time": "1759221040", "uncertainty": 120 }, "departure": { "time": "1759221040", "uncertainty": 120 }, "stopId": "0:FOURNIR1", "stopSequence": 8 }, { "arrival": { "time": "1759221137", "uncertainty": 120 }, "departure": { "time": "1759221137", "uncertainty": 120 }, "stopId": "0:PLARMES2", "stopSequence": 9 }, { "arrival": { "time": "1759221197", "uncertainty": 120 }, "departure": { "time": "1759221197", "uncertainty": 120 }, "stopId": "0:PLCHAM02", "stopSequence": 10 }, { "arrival": { "time": "1759221312", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 11 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236739" } } }, { "id": "3236738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219629", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 1 }, { "arrival": { "time": "1759219717", "uncertainty": 120 }, "departure": { "time": "1759219777", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 2 }, { "arrival": { "time": "1759219807", "uncertainty": 120 }, "departure": { "time": "1759219807", "uncertainty": 120 }, "stopId": "0:STNICOL4", "stopSequence": 3 }, { "arrival": { "time": "1759219957", "uncertainty": 120 }, "departure": { "time": "1759219957", "uncertainty": 120 }, "stopId": "0:COETLO01", "stopSequence": 4 }, { "arrival": { "time": "1759220089", "uncertainty": 120 }, "departure": { "time": "1759220089", "uncertainty": 120 }, "stopId": "0:SERPEN01", "stopSequence": 5 }, { "arrival": { "time": "1759220201", "uncertainty": 120 }, "departure": { "time": "1759220201", "uncertainty": 120 }, "stopId": "0:TETEDOR1", "stopSequence": 6 }, { "arrival": { "time": "1759220280", "uncertainty": 120 }, "departure": { "time": "1759220280", "uncertainty": 120 }, "stopId": "0:STLOUI07", "stopSequence": 7 }, { "arrival": { "time": "1759220431", "uncertainty": 120 }, "departure": { "time": "1759220431", "uncertainty": 120 }, "stopId": "0:FOURNIR1", "stopSequence": 8 }, { "arrival": { "time": "1759220526", "uncertainty": 120 }, "departure": { "time": "1759220526", "uncertainty": 120 }, "stopId": "0:PLARMES2", "stopSequence": 9 }, { "arrival": { "time": "1759220585", "uncertainty": 120 }, "departure": { "time": "1759220585", "uncertainty": 120 }, "stopId": "0:PLCHAM02", "stopSequence": 10 }, { "arrival": { "time": "1759220664", "uncertainty": 120 }, "stopId": "0:PREFECT1", "stopSequence": 11 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236738" }, "vehicle": { "id": "1961", "label": "1961" } } }, { "id": "3236741", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221840", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236741" } } }, { "id": "3236740", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221060" }, "stopId": "0:POMPIDO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236740" } } }, { "id": "3236743", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223400" }, "stopId": "0:POMPIDO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236743" } } }, { "id": "3236742", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222620", "uncertainty": 120 }, "stopId": "0:POMPIDO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "83", "scheduleRelationship": "SCHEDULED", "tripId": "0_23236742" } } }, { "id": "3018006", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223160", "uncertainty": 120 }, "stopId": "0:ALIZES1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_23018006" } } }, { "id": "3018005", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220881", "uncertainty": 120 }, "stopId": "0:ALIZES1", "stopSequence": 1 }, { "arrival": { "time": "1759220946", "uncertainty": 120 }, "departure": { "time": "1759220946", "uncertainty": 120 }, "stopId": "0:HAMEAUX2", "stopSequence": 2 }, { "arrival": { "time": "1759221023", "uncertainty": 120 }, "departure": { "time": "1759221023", "uncertainty": 120 }, "stopId": "0:CHEFER2", "stopSequence": 3 }, { "arrival": { "time": "1759221121", "uncertainty": 120 }, "departure": { "time": "1759221121", "uncertainty": 120 }, "stopId": "0:STBRICE1", "stopSequence": 4 }, { "arrival": { "time": "1759221182", "uncertainty": 120 }, "departure": { "time": "1759221182", "uncertainty": 120 }, "stopId": "0:LARGANT1", "stopSequence": 5 }, { "arrival": { "time": "1759221214", "uncertainty": 120 }, "departure": { "time": "1759221214", "uncertainty": 120 }, "stopId": "0:PJOLY1", "stopSequence": 6 }, { "arrival": { "time": "1759221301", "uncertainty": 120 }, "departure": { "time": "1759221301", "uncertainty": 120 }, "stopId": "0:SORBIER3", "stopSequence": 7 }, { "arrival": { "time": "1759221481", "uncertainty": 120 }, "departure": { "time": "1759221481", "uncertainty": 120 }, "stopId": "0:PLGAULL1", "stopSequence": 8 }, { "arrival": { "time": "1759221607", "uncertainty": 120 }, "departure": { "time": "1759221607", "uncertainty": 120 }, "stopId": "0:BRAZZA1", "stopSequence": 9 }, { "arrival": { "time": "1759221660", "uncertainty": 120 }, "departure": { "time": "1759221660", "uncertainty": 120 }, "stopId": "0:MICHANG1", "stopSequence": 10 }, { "arrival": { "time": "1759221721", "uncertainty": 120 }, "stopId": "0:MARLY2", "stopSequence": 11 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "82", "scheduleRelationship": "SCHEDULED", "tripId": "0_23018005" } } }, { "id": "3047411", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219861", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 1 }, { "arrival": { "time": "1759219930", "uncertainty": 120 }, "departure": { "time": "1759219951", "uncertainty": 120 }, "stopId": "0:COL02", "stopSequence": 2 }, { "arrival": { "time": "1759220011", "uncertainty": 120 }, "departure": { "time": "1759220011", "uncertainty": 120 }, "stopId": "0:CLO02", "stopSequence": 3 }, { "arrival": { "time": "1759220100", "uncertainty": 120 }, "departure": { "time": "1759220100", "uncertainty": 120 }, "stopId": "0:BLE02", "stopSequence": 4 }, { "arrival": { "time": "1759220160", "uncertainty": 120 }, "departure": { "time": "1759220160", "uncertainty": 120 }, "stopId": "0:BOR02", "stopSequence": 5 }, { "arrival": { "time": "1759220247", "uncertainty": 120 }, "departure": { "time": "1759220247", "uncertainty": 120 }, "stopId": "0:PRO02", "stopSequence": 6 }, { "arrival": { "time": "1759220337", "uncertainty": 120 }, "departure": { "time": "1759220337", "uncertainty": 120 }, "stopId": "0:BEL02", "stopSequence": 7 }, { "arrival": { "time": "1759220428", "uncertainty": 120 }, "departure": { "time": "1759220428", "uncertainty": 120 }, "stopId": "0:CIM02", "stopSequence": 8 }, { "arrival": { "time": "1759220527", "uncertainty": 120 }, "departure": { "time": "1759220527", "uncertainty": 120 }, "stopId": "0:ALC02", "stopSequence": 9 }, { "arrival": { "time": "1759220582", "uncertainty": 120 }, "departure": { "time": "1759220582", "uncertainty": 120 }, "stopId": "0:LEG02", "stopSequence": 10 }, { "arrival": { "time": "1759220668", "uncertainty": 120 }, "departure": { "time": "1759220668", "uncertainty": 120 }, "stopId": "0:SEI02", "stopSequence": 11 }, { "arrival": { "time": "1759220730", "uncertainty": 120 }, "departure": { "time": "1759220730", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 12 }, { "arrival": { "time": "1759220818", "uncertainty": 120 }, "departure": { "time": "1759220818", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 13 }, { "arrival": { "time": "1759220889", "uncertainty": 120 }, "departure": { "time": "1759220889", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 14 }, { "arrival": { "time": "1759221000", "uncertainty": 120 }, "departure": { "time": "1759221000", "uncertainty": 120 }, "stopId": "0:REP04", "stopSequence": 15 }, { "arrival": { "time": "1759221196", "uncertainty": 120 }, "departure": { "time": "1759221196", "uncertainty": 120 }, "stopId": "0:LUX02", "stopSequence": 16 }, { "arrival": { "time": "1759221261", "uncertainty": 120 }, "departure": { "time": "1759221261", "uncertainty": 120 }, "stopId": "0:VIN02", "stopSequence": 17 }, { "arrival": { "time": "1759221338", "uncertainty": 120 }, "departure": { "time": "1759221338", "uncertainty": 120 }, "stopId": "0:PON02", "stopSequence": 18 }, { "arrival": { "time": "1759221420", "uncertainty": 120 }, "departure": { "time": "1759221420", "uncertainty": 120 }, "stopId": "0:ROC02", "stopSequence": 19 }, { "arrival": { "time": "1759221520", "uncertainty": 120 }, "departure": { "time": "1759221520", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 20 }, { "arrival": { "time": "1759221575", "uncertainty": 120 }, "departure": { "time": "1759221575", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 21 }, { "arrival": { "time": "1759221720", "uncertainty": 120 }, "departure": { "time": "1759221720", "uncertainty": 120 }, "stopId": "0:JOB02", "stopSequence": 22 }, { "arrival": { "time": "1759221839", "uncertainty": 120 }, "departure": { "time": "1759221839", "uncertainty": 120 }, "stopId": "0:ROU02", "stopSequence": 23 }, { "arrival": { "time": "1759221948", "uncertainty": 120 }, "departure": { "time": "1759221948", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 24 }, { "arrival": { "time": "1759222049", "uncertainty": 120 }, "departure": { "time": "1759222049", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 25 }, { "arrival": { "time": "1759222080", "uncertainty": 120 }, "stopId": "0:WOI02", "stopSequence": 26 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "0_23047411" }, "vehicle": { "id": "1322", "label": "1322" } } }, { "id": "3018412", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:POMPIDO3", "stopSequence": 1 }, { "arrival": { "time": "1759220283", "uncertainty": 120 }, "departure": { "time": "1759220283", "uncertainty": 120 }, "stopId": "0:MUSE02", "stopSequence": 2 }, { "arrival": { "time": "1759220397", "uncertainty": 120 }, "departure": { "time": "1759220397", "uncertainty": 120 }, "stopId": "0:PLALBLA2", "stopSequence": 3 }, { "arrival": { "time": "1759220448", "uncertainty": 120 }, "departure": { "time": "1759220448", "uncertainty": 120 }, "stopId": "0:LOTHAIR3", "stopSequence": 4 }, { "arrival": { "time": "1759220494", "uncertainty": 120 }, "departure": { "time": "1759220494", "uncertainty": 120 }, "stopId": "0:PISCINE2", "stopSequence": 5 }, { "arrival": { "time": "1759220551", "uncertainty": 120 }, "departure": { "time": "1759220551", "uncertainty": 120 }, "stopId": "0:TIVOLI2", "stopSequence": 6 }, { "arrival": { "time": "1759220691", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 7 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_23018412" }, "vehicle": { "id": "2161", "label": "2161" } } }, { "id": "3018413", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222020", "uncertainty": 120 }, "stopId": "0:POMPIDO3", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_23018413" } } }, { "id": "3008576", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222921" }, "stopId": "0:HSCHUMA1", "stopSequence": 1 }, { "arrival": { "time": "1759223039" }, "departure": { "time": "1759223039" }, "stopId": "0:SERRURR1", "stopSequence": 2 }, { "arrival": { "time": "1759223090" }, "departure": { "time": "1759223090" }, "stopId": "0:POTIERS1", "stopSequence": 3 }, { "arrival": { "time": "1759223150" }, "departure": { "time": "1759223150" }, "stopId": "0:SELLIER1", "stopSequence": 4 }, { "arrival": { "time": "1759223218" }, "departure": { "time": "1759223218" }, "stopId": "0:DRAPIER1", "stopSequence": 5 }, { "arrival": { "time": "1759223281" }, "departure": { "time": "1759223281" }, "stopId": "0:SOLIDAR1", "stopSequence": 6 }, { "arrival": { "time": "1759223343" }, "departure": { "time": "1759223343" }, "stopId": "0:SEBASTO1", "stopSequence": 7 }, { "arrival": { "time": "1759223452" }, "departure": { "time": "1759223452" }, "stopId": "0:METZANI1", "stopSequence": 8 }, { "arrival": { "time": "1759223533" }, "departure": { "time": "1759223533" }, "stopId": "0:AMPERE1", "stopSequence": 9 }, { "arrival": { "time": "1759223645" }, "departure": { "time": "1759223645" }, "stopId": "0:ARAGO002", "stopSequence": 10 }, { "arrival": { "time": "1759223681" }, "departure": { "time": "1759223681" }, "stopId": "0:MARCONI1", "stopSequence": 11 }, { "arrival": { "time": "1759223772" }, "departure": { "time": "1759223772" }, "stopId": "0:SYMPHON1", "stopSequence": 12 }, { "arrival": { "time": "1759223877" }, "departure": { "time": "1759223877" }, "stopId": "0:PEUPLIE1", "stopSequence": 13 }, { "arrival": { "time": "1759223971" }, "departure": { "time": "1759223971" }, "stopId": "0:OBERL668", "stopSequence": 14 }, { "arrival": { "time": "1759224051" }, "departure": { "time": "1759224051" }, "stopId": "0:CLAUDEL1", "stopSequence": 15 }, { "arrival": { "time": "1759224125" }, "departure": { "time": "1759224125" }, "stopId": "0:GOUSSEL1", "stopSequence": 16 }, { "arrival": { "time": "1759224166" }, "departure": { "time": "1759224166" }, "stopId": "0:HESTAUX1", "stopSequence": 17 }, { "arrival": { "time": "1759224236" }, "departure": { "time": "1759224236" }, "stopId": "0:PISCINE1", "stopSequence": 18 }, { "arrival": { "time": "1759224309" }, "departure": { "time": "1759224309" }, "stopId": "0:LOTHAIR4", "stopSequence": 19 }, { "arrival": { "time": "1759224428" }, "departure": { "time": "1759224428" }, "stopId": "0:EGLISE2", "stopSequence": 20 }, { "arrival": { "time": "1759224480" }, "departure": { "time": "1759224480" }, "stopId": "0:LAVOIR2", "stopSequence": 21 }, { "arrival": { "time": "1759224542" }, "departure": { "time": "1759224542" }, "stopId": "0:4VENTS2", "stopSequence": 22 }, { "arrival": { "time": "1759224620" }, "departure": { "time": "1759224620" }, "stopId": "0:HORGNE2", "stopSequence": 23 }, { "arrival": { "time": "1759224663" }, "departure": { "time": "1759224663" }, "stopId": "0:LYAUT656", "stopSequence": 24 }, { "arrival": { "time": "1759224732" }, "departure": { "time": "1759224732" }, "stopId": "0:SUGNON2", "stopSequence": 25 }, { "arrival": { "time": "1759224786" }, "departure": { "time": "1759224786" }, "stopId": "0:19NOV02", "stopSequence": 26 }, { "arrival": { "time": "1759224847" }, "departure": { "time": "1759224847" }, "stopId": "0:MARCSAN2", "stopSequence": 27 }, { "arrival": { "time": "1759224905" }, "departure": { "time": "1759224905" }, "stopId": "0:VOLONTA2", "stopSequence": 28 }, { "arrival": { "time": "1759224953" }, "departure": { "time": "1759224953" }, "stopId": "0:STEXUPE1", "stopSequence": 29 }, { "arrival": { "time": "1759225053" }, "departure": { "time": "1759225053" }, "stopId": "0:CLMADER1", "stopSequence": 30 }, { "arrival": { "time": "1759225100" }, "departure": { "time": "1759225100" }, "stopId": "0:PONSARD2", "stopSequence": 31 }, { "arrival": { "time": "1759225141" }, "departure": { "time": "1759225141" }, "stopId": "0:SIMMI357", "stopSequence": 32 }, { "arrival": { "time": "1759225183" }, "departure": { "time": "1759225183" }, "stopId": "0:COUBERT1", "stopSequence": 33 }, { "arrival": { "time": "1759225326" }, "departure": { "time": "1759225326" }, "stopId": "0:LILAS4", "stopSequence": 34 }, { "arrival": { "time": "1759225436" }, "departure": { "time": "1759225436" }, "stopId": "0:TOURAIN2", "stopSequence": 35 }, { "arrival": { "time": "1759225467" }, "departure": { "time": "1759225467" }, "stopId": "0:ALGER2", "stopSequence": 36 }, { "arrival": { "time": "1759225495" }, "departure": { "time": "1759225495" }, "stopId": "0:VOSGES2", "stopSequence": 37 }, { "arrival": { "time": "1759225573" }, "departure": { "time": "1759225573" }, "stopId": "0:CITSNCF2", "stopSequence": 38 }, { "arrival": { "time": "1759225607" }, "departure": { "time": "1759225607" }, "stopId": "0:LOTINDU2", "stopSequence": 39 }, { "arrival": { "time": "1759225693" }, "departure": { "time": "1759225693" }, "stopId": "0:ROTONDE2", "stopSequence": 40 }, { "arrival": { "time": "1759225735" }, "stopId": "0:TOURNEB1", "stopSequence": 41 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "17", "scheduleRelationship": "SCHEDULED", "tripId": "0_23008576" } } }, { "id": "3018438", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220820", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_23018438" } } }, { "id": "3018439", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222620", "uncertainty": 120 }, "stopId": "0:COTSE1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "85", "scheduleRelationship": "SCHEDULED", "tripId": "0_23018439" } } }, { "id": "3350690", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221540" }, "stopId": "0:TANNERI2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "0_23350690" } } }, { "id": "3010282", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219800", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 1 }, { "arrival": { "time": "1759219853", "uncertainty": 120 }, "departure": { "time": "1759219862", "uncertainty": 120 }, "stopId": "0:LAMAXE1", "stopSequence": 2 }, { "arrival": { "time": "1759219901", "uncertainty": 120 }, "departure": { "time": "1759219922", "uncertainty": 120 }, "stopId": "0:CHENEVI1", "stopSequence": 3 }, { "arrival": { "time": "1759219965", "uncertainty": 120 }, "departure": { "time": "1759219965", "uncertainty": 120 }, "stopId": "0:PIERRET1", "stopSequence": 4 }, { "arrival": { "time": "1759220094", "uncertainty": 120 }, "departure": { "time": "1759220094", "uncertainty": 120 }, "stopId": "0:CENTRAL1", "stopSequence": 5 }, { "arrival": { "time": "1759220164", "uncertainty": 120 }, "departure": { "time": "1759220164", "uncertainty": 120 }, "stopId": "0:IKEA1", "stopSequence": 6 }, { "arrival": { "time": "1759220245", "uncertainty": 120 }, "departure": { "time": "1759220245", "uncertainty": 120 }, "stopId": "0:GRDAMES1", "stopSequence": 7 }, { "arrival": { "time": "1759220322", "uncertainty": 120 }, "departure": { "time": "1759220322", "uncertainty": 120 }, "stopId": "0:SILOS1", "stopSequence": 8 }, { "arrival": { "time": "1759220378", "uncertainty": 120 }, "departure": { "time": "1759220378", "uncertainty": 120 }, "stopId": "0:PORTMZ1", "stopSequence": 9 }, { "arrival": { "time": "1759220564", "uncertainty": 120 }, "departure": { "time": "1759220564", "uncertainty": 120 }, "stopId": "0:CHAMBIE1", "stopSequence": 10 }, { "arrival": { "time": "1759220605", "uncertainty": 120 }, "departure": { "time": "1759220605", "uncertainty": 120 }, "stopId": "0:BLIDA1", "stopSequence": 11 }, { "arrival": { "time": "1759220675", "uncertainty": 120 }, "departure": { "time": "1759220675", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 12 }, { "arrival": { "time": "1759220731", "uncertainty": 120 }, "departure": { "time": "1759220731", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 13 }, { "arrival": { "time": "1759220821", "uncertainty": 120 }, "departure": { "time": "1759220821", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 14 }, { "arrival": { "time": "1759220963", "uncertainty": 120 }, "stopId": "0:SQLUX116", "stopSequence": 15 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010282" }, "vehicle": { "id": "1334", "label": "1334" } } }, { "id": "3010295", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010295" } } }, { "id": "3010294", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759223400", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010294" } } }, { "id": "3010289", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221600", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010289" } } }, { "id": "3010290", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219839", "uncertainty": 120 }, "stopId": "0:SQLUX122", "stopSequence": 1 }, { "arrival": { "time": "1759219923", "uncertainty": 120 }, "departure": { "time": "1759219923", "uncertainty": 120 }, "stopId": "0:VAUTRIN3", "stopSequence": 2 }, { "arrival": { "time": "1759220031", "uncertainty": 120 }, "departure": { "time": "1759220031", "uncertainty": 120 }, "stopId": "0:PREFECT2", "stopSequence": 3 }, { "arrival": { "time": "1759220102", "uncertainty": 120 }, "departure": { "time": "1759220102", "uncertainty": 120 }, "stopId": "0:STGEORG2", "stopSequence": 4 }, { "arrival": { "time": "1759220165", "uncertainty": 120 }, "departure": { "time": "1759220165", "uncertainty": 120 }, "stopId": "0:RIMPORT2", "stopSequence": 5 }, { "arrival": { "time": "1759220223", "uncertainty": 120 }, "departure": { "time": "1759220223", "uncertainty": 120 }, "stopId": "0:BLIDA2", "stopSequence": 6 }, { "arrival": { "time": "1759220259", "uncertainty": 120 }, "departure": { "time": "1759220259", "uncertainty": 120 }, "stopId": "0:CHAMBIE2", "stopSequence": 7 }, { "arrival": { "time": "1759220514", "uncertainty": 120 }, "departure": { "time": "1759220514", "uncertainty": 120 }, "stopId": "0:PORTMZ2", "stopSequence": 8 }, { "arrival": { "time": "1759220590", "uncertainty": 120 }, "departure": { "time": "1759220590", "uncertainty": 120 }, "stopId": "0:SILOS2", "stopSequence": 9 }, { "arrival": { "time": "1759220704", "uncertainty": 120 }, "departure": { "time": "1759220704", "uncertainty": 120 }, "stopId": "0:GRDAMES2", "stopSequence": 10 }, { "arrival": { "time": "1759220790", "uncertainty": 120 }, "departure": { "time": "1759220790", "uncertainty": 120 }, "stopId": "0:IKEA2", "stopSequence": 11 }, { "arrival": { "time": "1759220850", "uncertainty": 120 }, "departure": { "time": "1759220850", "uncertainty": 120 }, "stopId": "0:CENTRAL2", "stopSequence": 12 }, { "arrival": { "time": "1759220975", "uncertainty": 120 }, "departure": { "time": "1759220975", "uncertainty": 120 }, "stopId": "0:PIERRET2", "stopSequence": 13 }, { "arrival": { "time": "1759221006", "uncertainty": 120 }, "departure": { "time": "1759221006", "uncertainty": 120 }, "stopId": "0:CHENEVI2", "stopSequence": 14 }, { "arrival": { "time": "1759221044", "uncertainty": 120 }, "departure": { "time": "1759221044", "uncertainty": 120 }, "stopId": "0:LAMAXE2", "stopSequence": 15 }, { "arrival": { "time": "1759221076", "uncertainty": 120 }, "stopId": "0:FRANCLO1", "stopSequence": 16 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010290" }, "vehicle": { "id": "1333", "label": "1333" } } }, { "id": "3350669", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220280" }, "stopId": "0:VILLORM1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "108", "scheduleRelationship": "SCHEDULED", "tripId": "0_23350669" } } }, { "id": "3009343", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221900", "uncertainty": 120 }, "stopId": "0:PELTRE2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "93", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009343" } } }, { "id": "3010705", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759221060" }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "88", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010705" } } }, { "id": "3009385", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222440", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009385" } } }, { "id": "3010791", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222020", "uncertainty": 120 }, "stopId": "0:MNVE2", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010791" } } }, { "id": "3009384", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222080", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009384" } } }, { "id": "3010790", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:MNVE2", "stopSequence": 1 }, { "arrival": { "time": "1759220529", "uncertainty": 120 }, "departure": { "time": "1759220529", "uncertainty": 120 }, "stopId": "0:MONEU2", "stopSequence": 2 }, { "arrival": { "time": "1759220614", "uncertainty": 120 }, "departure": { "time": "1759220614", "uncertainty": 120 }, "stopId": "0:CHDAMES1", "stopSequence": 3 }, { "arrival": { "time": "1759220650", "uncertainty": 120 }, "departure": { "time": "1759220650", "uncertainty": 120 }, "stopId": "0:CHAHURY2", "stopSequence": 4 }, { "arrival": { "time": "1759220711", "uncertainty": 120 }, "departure": { "time": "1759220711", "uncertainty": 120 }, "stopId": "0:CLERY02", "stopSequence": 5 }, { "arrival": { "time": "1759220761", "uncertainty": 120 }, "stopId": "0:CHASG02", "stopSequence": 6 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010790" } } }, { "id": "3009380", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759217760", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 }, { "arrival": { "time": "1759217847", "uncertainty": 120 }, "departure": { "time": "1759217852", "uncertainty": 120 }, "stopId": "0:CHAULME1", "stopSequence": 2 }, { "arrival": { "time": "1759217890", "uncertainty": 120 }, "departure": { "time": "1759217890", "uncertainty": 120 }, "stopId": "0:PENSEES1", "stopSequence": 3 }, { "arrival": { "time": "1759217952", "uncertainty": 120 }, "departure": { "time": "1759217952", "uncertainty": 120 }, "stopId": "0:PINOTSM1", "stopSequence": 4 }, { "arrival": { "time": "1759218039", "uncertainty": 120 }, "departure": { "time": "1759218062", "uncertainty": 120 }, "stopId": "0:NOUILLY1", "stopSequence": 5 }, { "arrival": { "time": "1759218158", "uncertainty": 120 }, "departure": { "time": "1759218158", "uncertainty": 120 }, "stopId": "0:FALEE1", "stopSequence": 6 }, { "arrival": { "time": "1759218289", "uncertainty": 120 }, "departure": { "time": "1759218289", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 7 }, { "arrival": { "time": "1759218392", "uncertainty": 120 }, "departure": { "time": "1759218392", "uncertainty": 120 }, "stopId": "0:LMOULIN1", "stopSequence": 8 }, { "arrival": { "time": "1759218420", "uncertainty": 120 }, "departure": { "time": "1759218420", "uncertainty": 120 }, "stopId": "0:FONNY1", "stopSequence": 9 }, { "arrival": { "time": "1759218469", "uncertainty": 120 }, "departure": { "time": "1759218469", "uncertainty": 120 }, "stopId": "0:BARBE1", "stopSequence": 10 }, { "arrival": { "time": "1759218528", "uncertainty": 120 }, "departure": { "time": "1759218542", "uncertainty": 120 }, "stopId": "0:MANGENO1", "stopSequence": 11 }, { "arrival": { "time": "1759218595", "uncertainty": 120 }, "departure": { "time": "1759218595", "uncertainty": 120 }, "stopId": "0:SAULNOI1", "stopSequence": 12 }, { "arrival": { "time": "1759218641", "uncertainty": 120 }, "departure": { "time": "1759218662", "uncertainty": 120 }, "stopId": "0:JPJEAN1", "stopSequence": 13 }, { "arrival": { "time": "1759218731", "uncertainty": 120 }, "departure": { "time": "1759218731", "uncertainty": 120 }, "stopId": "0:CORCHAD1", "stopSequence": 14 }, { "arrival": { "time": "1759218783", "uncertainty": 120 }, "departure": { "time": "1759218783", "uncertainty": 120 }, "stopId": "0:JUGAN1", "stopSequence": 15 }, { "arrival": { "time": "1759218842", "uncertainty": 120 }, "departure": { "time": "1759218842", "uncertainty": 120 }, "stopId": "0:JOUSSE1", "stopSequence": 16 }, { "arrival": { "time": "1759218912", "uncertainty": 120 }, "departure": { "time": "1759218932", "uncertainty": 120 }, "stopId": "0:DUNANT1", "stopSequence": 17 }, { "arrival": { "time": "1759219019", "uncertainty": 120 }, "departure": { "time": "1759219022", "uncertainty": 120 }, "stopId": "0:BILLOTT1", "stopSequence": 18 }, { "arrival": { "time": "1759219080", "uncertainty": 120 }, "departure": { "time": "1759219080", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 19 }, { "arrival": { "time": "1759219253", "uncertainty": 120 }, "departure": { "time": "1759219262", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 20 }, { "arrival": { "time": "1759219316", "uncertainty": 120 }, "departure": { "time": "1759219412", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 21 }, { "arrival": { "time": "1759219511", "uncertainty": 120 }, "departure": { "time": "1759219532", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 22 }, { "arrival": { "time": "1759219586", "uncertainty": 120 }, "departure": { "time": "1759219592", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 23 }, { "arrival": { "time": "1759219698", "uncertainty": 120 }, "departure": { "time": "1759219712", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 24 }, { "arrival": { "time": "1759219892", "uncertainty": 120 }, "departure": { "time": "1759219952", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 25 }, { "arrival": { "time": "1759220040", "uncertainty": 120 }, "departure": { "time": "1759220040", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 26 }, { "arrival": { "time": "1759220193", "uncertainty": 120 }, "departure": { "time": "1759220193", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 27 }, { "arrival": { "time": "1759220280", "uncertainty": 120 }, "departure": { "time": "1759220280", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 28 }, { "arrival": { "time": "1759220334", "uncertainty": 120 }, "departure": { "time": "1759220334", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 29 }, { "arrival": { "time": "1759220403", "uncertainty": 120 }, "departure": { "time": "1759220403", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 30 }, { "arrival": { "time": "1759220508", "uncertainty": 120 }, "departure": { "time": "1759220508", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 31 }, { "arrival": { "time": "1759220593", "uncertainty": 120 }, "departure": { "time": "1759220593", "uncertainty": 120 }, "stopId": "0:STLADRE2", "stopSequence": 32 }, { "arrival": { "time": "1759220688", "uncertainty": 120 }, "departure": { "time": "1759220688", "uncertainty": 120 }, "stopId": "0:MERMOZ2", "stopSequence": 33 }, { "arrival": { "time": "1759220850", "uncertainty": 120 }, "departure": { "time": "1759220850", "uncertainty": 120 }, "stopId": "0:SIMMI689", "stopSequence": 34 }, { "arrival": { "time": "1759221034", "uncertainty": 120 }, "departure": { "time": "1759221034", "uncertainty": 120 }, "stopId": "0:11AVIAT1", "stopSequence": 35 }, { "arrival": { "time": "1759221077", "uncertainty": 120 }, "departure": { "time": "1759221077", "uncertainty": 120 }, "stopId": "0:LUETTE1", "stopSequence": 36 }, { "arrival": { "time": "1759221168", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 37 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009380" }, "vehicle": { "id": "933", "label": "933" } } }, { "id": "3009383", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219320", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 1 }, { "arrival": { "time": "1759219381", "uncertainty": 120 }, "departure": { "time": "1759219382", "uncertainty": 120 }, "stopId": "0:CHAULME1", "stopSequence": 2 }, { "arrival": { "time": "1759219429", "uncertainty": 120 }, "departure": { "time": "1759219429", "uncertainty": 120 }, "stopId": "0:PENSEES1", "stopSequence": 3 }, { "arrival": { "time": "1759219469", "uncertainty": 120 }, "departure": { "time": "1759219469", "uncertainty": 120 }, "stopId": "0:PINOTSM1", "stopSequence": 4 }, { "arrival": { "time": "1759219569", "uncertainty": 120 }, "departure": { "time": "1759219592", "uncertainty": 120 }, "stopId": "0:NOUILLY1", "stopSequence": 5 }, { "arrival": { "time": "1759219680", "uncertainty": 120 }, "departure": { "time": "1759219680", "uncertainty": 120 }, "stopId": "0:FALEE1", "stopSequence": 6 }, { "arrival": { "time": "1759219822", "uncertainty": 120 }, "departure": { "time": "1759219822", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 7 }, { "arrival": { "time": "1759219919", "uncertainty": 120 }, "departure": { "time": "1759219919", "uncertainty": 120 }, "stopId": "0:LMOULIN1", "stopSequence": 8 }, { "arrival": { "time": "1759219949", "uncertainty": 120 }, "departure": { "time": "1759219949", "uncertainty": 120 }, "stopId": "0:FONNY1", "stopSequence": 9 }, { "arrival": { "time": "1759220003", "uncertainty": 120 }, "departure": { "time": "1759220003", "uncertainty": 120 }, "stopId": "0:BARBE1", "stopSequence": 10 }, { "arrival": { "time": "1759220064", "uncertainty": 120 }, "departure": { "time": "1759220064", "uncertainty": 120 }, "stopId": "0:MANGENO1", "stopSequence": 11 }, { "arrival": { "time": "1759220117", "uncertainty": 120 }, "departure": { "time": "1759220117", "uncertainty": 120 }, "stopId": "0:SAULNOI1", "stopSequence": 12 }, { "arrival": { "time": "1759220166", "uncertainty": 120 }, "departure": { "time": "1759220166", "uncertainty": 120 }, "stopId": "0:JPJEAN1", "stopSequence": 13 }, { "arrival": { "time": "1759220235", "uncertainty": 120 }, "departure": { "time": "1759220235", "uncertainty": 120 }, "stopId": "0:CORCHAD1", "stopSequence": 14 }, { "arrival": { "time": "1759220289", "uncertainty": 120 }, "departure": { "time": "1759220289", "uncertainty": 120 }, "stopId": "0:JUGAN1", "stopSequence": 15 }, { "arrival": { "time": "1759220351", "uncertainty": 120 }, "departure": { "time": "1759220351", "uncertainty": 120 }, "stopId": "0:JOUSSE1", "stopSequence": 16 }, { "arrival": { "time": "1759220417", "uncertainty": 120 }, "departure": { "time": "1759220417", "uncertainty": 120 }, "stopId": "0:DUNANT1", "stopSequence": 17 }, { "arrival": { "time": "1759220523", "uncertainty": 120 }, "departure": { "time": "1759220523", "uncertainty": 120 }, "stopId": "0:BILLOTT1", "stopSequence": 18 }, { "arrival": { "time": "1759220582", "uncertainty": 120 }, "departure": { "time": "1759220582", "uncertainty": 120 }, "stopId": "0:TANNERI1", "stopSequence": 19 }, { "arrival": { "time": "1759220763", "uncertainty": 120 }, "departure": { "time": "1759220763", "uncertainty": 120 }, "stopId": "0:ARSENAL1", "stopSequence": 20 }, { "arrival": { "time": "1759220821", "uncertainty": 120 }, "departure": { "time": "1759220821", "uncertainty": 120 }, "stopId": "0:FOURNIE1", "stopSequence": 21 }, { "arrival": { "time": "1759220926", "uncertainty": 120 }, "departure": { "time": "1759220926", "uncertainty": 120 }, "stopId": "0:TANNEUR1", "stopSequence": 22 }, { "arrival": { "time": "1759220993", "uncertainty": 120 }, "departure": { "time": "1759220993", "uncertainty": 120 }, "stopId": "0:PARAIGE1", "stopSequence": 23 }, { "arrival": { "time": "1759221112", "uncertainty": 120 }, "departure": { "time": "1759221112", "uncertainty": 120 }, "stopId": "0:MAZELLE1", "stopSequence": 24 }, { "arrival": { "time": "1759221298", "uncertainty": 120 }, "departure": { "time": "1759221298", "uncertainty": 120 }, "stopId": "0:GARE30", "stopSequence": 25 }, { "arrival": { "time": "1759221448", "uncertainty": 120 }, "departure": { "time": "1759221448", "uncertainty": 120 }, "stopId": "0:ROIGEO89", "stopSequence": 26 }, { "arrival": { "time": "1759221658", "uncertainty": 120 }, "departure": { "time": "1759221658", "uncertainty": 120 }, "stopId": "0:BONSEC2", "stopSequence": 27 }, { "arrival": { "time": "1759221712", "uncertainty": 120 }, "departure": { "time": "1759221712", "uncertainty": 120 }, "stopId": "0:CHPETRE2", "stopSequence": 28 }, { "arrival": { "time": "1759221794", "uncertainty": 120 }, "departure": { "time": "1759221794", "uncertainty": 120 }, "stopId": "0:MANGIN2", "stopSequence": 29 }, { "arrival": { "time": "1759221900", "uncertainty": 120 }, "departure": { "time": "1759221900", "uncertainty": 120 }, "stopId": "0:VAILLAN2", "stopSequence": 30 }, { "arrival": { "time": "1759222005", "uncertainty": 120 }, "departure": { "time": "1759222005", "uncertainty": 120 }, "stopId": "0:LOGES2", "stopSequence": 31 }, { "arrival": { "time": "1759222090", "uncertainty": 120 }, "departure": { "time": "1759222090", "uncertainty": 120 }, "stopId": "0:STLADRE2", "stopSequence": 32 }, { "arrival": { "time": "1759222185", "uncertainty": 120 }, "departure": { "time": "1759222185", "uncertainty": 120 }, "stopId": "0:MERMOZ2", "stopSequence": 33 }, { "arrival": { "time": "1759222329", "uncertainty": 120 }, "departure": { "time": "1759222329", "uncertainty": 120 }, "stopId": "0:SIMMI689", "stopSequence": 34 }, { "arrival": { "time": "1759222493", "uncertainty": 120 }, "departure": { "time": "1759222493", "uncertainty": 120 }, "stopId": "0:11AVIAT1", "stopSequence": 35 }, { "arrival": { "time": "1759222527", "uncertainty": 120 }, "departure": { "time": "1759222527", "uncertainty": 120 }, "stopId": "0:LUETTE1", "stopSequence": 36 }, { "arrival": { "time": "1759222609", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 37 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009383" }, "vehicle": { "id": "702", "label": "702" } } }, { "id": "3009382", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:COSTEBE3", "stopSequence": 1 }, { "arrival": { "time": "1759220183", "uncertainty": 120 }, "departure": { "time": "1759220183", "uncertainty": 120 }, "stopId": "0:LUETTE2", "stopSequence": 2 }, { "arrival": { "time": "1759220224", "uncertainty": 120 }, "departure": { "time": "1759220224", "uncertainty": 120 }, "stopId": "0:11AVIAT2", "stopSequence": 3 }, { "arrival": { "time": "1759220350", "uncertainty": 120 }, "departure": { "time": "1759220350", "uncertainty": 120 }, "stopId": "0:SIMMI690", "stopSequence": 4 }, { "arrival": { "time": "1759220460", "uncertainty": 120 }, "departure": { "time": "1759220460", "uncertainty": 120 }, "stopId": "0:MERMOZ1", "stopSequence": 5 }, { "arrival": { "time": "1759220557", "uncertainty": 120 }, "departure": { "time": "1759220557", "uncertainty": 120 }, "stopId": "0:STLADRE1", "stopSequence": 6 }, { "arrival": { "time": "1759220640", "uncertainty": 120 }, "departure": { "time": "1759220640", "uncertainty": 120 }, "stopId": "0:LOGES1", "stopSequence": 7 }, { "arrival": { "time": "1759220730", "uncertainty": 120 }, "departure": { "time": "1759220730", "uncertainty": 120 }, "stopId": "0:VAILLAN1", "stopSequence": 8 }, { "arrival": { "time": "1759220775", "uncertainty": 120 }, "departure": { "time": "1759220775", "uncertainty": 120 }, "stopId": "0:MANGIN1", "stopSequence": 9 }, { "arrival": { "time": "1759220835", "uncertainty": 120 }, "departure": { "time": "1759220835", "uncertainty": 120 }, "stopId": "0:CHPETRE1", "stopSequence": 10 }, { "arrival": { "time": "1759220898", "uncertainty": 120 }, "departure": { "time": "1759220898", "uncertainty": 120 }, "stopId": "0:BONSEC1", "stopSequence": 11 }, { "arrival": { "time": "1759221059", "uncertainty": 120 }, "departure": { "time": "1759221059", "uncertainty": 120 }, "stopId": "0:ROIGE142", "stopSequence": 12 }, { "arrival": { "time": "1759221198", "uncertainty": 120 }, "departure": { "time": "1759221198", "uncertainty": 120 }, "stopId": "0:GARE4", "stopSequence": 13 }, { "arrival": { "time": "1759221336", "uncertainty": 120 }, "departure": { "time": "1759221336", "uncertainty": 120 }, "stopId": "0:MAZELLE2", "stopSequence": 14 }, { "arrival": { "time": "1759221449", "uncertainty": 120 }, "departure": { "time": "1759221449", "uncertainty": 120 }, "stopId": "0:TANNEUR2", "stopSequence": 15 }, { "arrival": { "time": "1759221487", "uncertainty": 120 }, "departure": { "time": "1759221487", "uncertainty": 120 }, "stopId": "0:FOURNIE2", "stopSequence": 16 }, { "arrival": { "time": "1759221538", "uncertainty": 120 }, "departure": { "time": "1759221538", "uncertainty": 120 }, "stopId": "0:ARSENAL2", "stopSequence": 17 }, { "arrival": { "time": "1759221684", "uncertainty": 120 }, "departure": { "time": "1759221684", "uncertainty": 120 }, "stopId": "0:TANNERI2", "stopSequence": 18 }, { "arrival": { "time": "1759221753", "uncertainty": 120 }, "departure": { "time": "1759221753", "uncertainty": 120 }, "stopId": "0:BILLOTT2", "stopSequence": 19 }, { "arrival": { "time": "1759221820", "uncertainty": 120 }, "departure": { "time": "1759221820", "uncertainty": 120 }, "stopId": "0:DUNANT2", "stopSequence": 20 }, { "arrival": { "time": "1759221887", "uncertainty": 120 }, "departure": { "time": "1759221887", "uncertainty": 120 }, "stopId": "0:JOUSSE2", "stopSequence": 21 }, { "arrival": { "time": "1759221977", "uncertainty": 120 }, "departure": { "time": "1759221977", "uncertainty": 120 }, "stopId": "0:JUGAN2", "stopSequence": 22 }, { "arrival": { "time": "1759222029", "uncertainty": 120 }, "departure": { "time": "1759222029", "uncertainty": 120 }, "stopId": "0:CORCHAD2", "stopSequence": 23 }, { "arrival": { "time": "1759222089", "uncertainty": 120 }, "departure": { "time": "1759222089", "uncertainty": 120 }, "stopId": "0:JPJEAN2", "stopSequence": 24 }, { "arrival": { "time": "1759222148", "uncertainty": 120 }, "departure": { "time": "1759222148", "uncertainty": 120 }, "stopId": "0:SAULNOI2", "stopSequence": 25 }, { "arrival": { "time": "1759222199", "uncertainty": 120 }, "departure": { "time": "1759222199", "uncertainty": 120 }, "stopId": "0:MANGENO2", "stopSequence": 26 }, { "arrival": { "time": "1759222251", "uncertainty": 120 }, "departure": { "time": "1759222251", "uncertainty": 120 }, "stopId": "0:BARBE2", "stopSequence": 27 }, { "arrival": { "time": "1759222320", "uncertainty": 120 }, "departure": { "time": "1759222320", "uncertainty": 120 }, "stopId": "0:FONNY2", "stopSequence": 28 }, { "arrival": { "time": "1759222356", "uncertainty": 120 }, "departure": { "time": "1759222356", "uncertainty": 120 }, "stopId": "0:LMOULIN2", "stopSequence": 29 }, { "arrival": { "time": "1759222449", "uncertainty": 120 }, "departure": { "time": "1759222449", "uncertainty": 120 }, "stopId": "0:MEYVIGN1", "stopSequence": 30 }, { "arrival": { "time": "1759222749", "uncertainty": 120 }, "departure": { "time": "1759222749", "uncertainty": 120 }, "stopId": "0:FALEE2", "stopSequence": 31 }, { "arrival": { "time": "1759222809", "uncertainty": 120 }, "departure": { "time": "1759222809", "uncertainty": 120 }, "stopId": "0:PRESSOI2", "stopSequence": 32 }, { "arrival": { "time": "1759222965", "uncertainty": 120 }, "departure": { "time": "1759222965", "uncertainty": 120 }, "stopId": "0:PINOTSM2", "stopSequence": 33 }, { "arrival": { "time": "1759222989", "uncertainty": 120 }, "departure": { "time": "1759222989", "uncertainty": 120 }, "stopId": "0:PENSEES2", "stopSequence": 34 }, { "arrival": { "time": "1759223024", "uncertainty": 120 }, "departure": { "time": "1759223024", "uncertainty": 120 }, "stopId": "0:CHAULME2", "stopSequence": 35 }, { "arrival": { "time": "1759223073", "uncertainty": 120 }, "departure": { "time": "1759223073", "uncertainty": 120 }, "stopId": "0:GROSNOY1", "stopSequence": 36 }, { "arrival": { "time": "1759223229", "uncertainty": 120 }, "stopId": "0:MASLIEV1", "stopSequence": 37 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "0_23009382" }, "vehicle": { "id": "701", "label": "701" } } }, { "id": "3010753", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759222440", "uncertainty": 120 }, "stopId": "0:CHASG01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010753" } } }, { "id": "3010752", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220880", "uncertainty": 120 }, "stopId": "0:CHASG01", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 0, "routeId": "87", "scheduleRelationship": "SCHEDULED", "tripId": "0_23010752" } } }, { "id": "3304578", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759219964", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 }, { "arrival": { "time": "1759220162", "uncertainty": 120 }, "departure": { "time": "1759220162", "uncertainty": 120 }, "stopId": "0:JLAURAI1", "stopSequence": 2 }, { "arrival": { "time": "1759220224", "uncertainty": 120 }, "departure": { "time": "1759220224", "uncertainty": 120 }, "stopId": "0:WCHATEA1", "stopSequence": 3 }, { "arrival": { "time": "1759220315", "uncertainty": 120 }, "departure": { "time": "1759220315", "uncertainty": 120 }, "stopId": "0:WOIPHOT1", "stopSequence": 4 }, { "arrival": { "time": "1759220405", "uncertainty": 120 }, "departure": { "time": "1759220405", "uncertainty": 120 }, "stopId": "0:SAULES1", "stopSequence": 5 }, { "arrival": { "time": "1759220480", "uncertainty": 120 }, "departure": { "time": "1759220480", "uncertainty": 120 }, "stopId": "0:ROSEMAR1", "stopSequence": 6 }, { "arrival": { "time": "1759220521", "uncertainty": 120 }, "departure": { "time": "1759220521", "uncertainty": 120 }, "stopId": "0:RUCHER1", "stopSequence": 7 }, { "arrival": { "time": "1759220564", "uncertainty": 120 }, "departure": { "time": "1759220564", "uncertainty": 120 }, "stopId": "0:COUPILL1", "stopSequence": 8 }, { "arrival": { "time": "1759220614", "uncertainty": 120 }, "departure": { "time": "1759220614", "uncertainty": 120 }, "stopId": "0:MORLOT1", "stopSequence": 9 }, { "arrival": { "time": "1759220676", "uncertainty": 120 }, "departure": { "time": "1759220676", "uncertainty": 120 }, "stopId": "0:4BORNES1", "stopSequence": 10 }, { "arrival": { "time": "1759220739", "uncertainty": 120 }, "departure": { "time": "1759220739", "uncertainty": 120 }, "stopId": "0:DAGA1", "stopSequence": 11 }, { "arrival": { "time": "1759220768", "uncertainty": 120 }, "departure": { "time": "1759220768", "uncertainty": 120 }, "stopId": "0:PAQUET1", "stopSequence": 12 }, { "arrival": { "time": "1759220858", "uncertainty": 120 }, "departure": { "time": "1759220858", "uncertainty": 120 }, "stopId": "0:PATROTT1", "stopSequence": 13 }, { "arrival": { "time": "1759220928", "uncertainty": 120 }, "departure": { "time": "1759220928", "uncertainty": 120 }, "stopId": "0:DALES1", "stopSequence": 14 }, { "arrival": { "time": "1759221003", "uncertainty": 120 }, "departure": { "time": "1759221003", "uncertainty": 120 }, "stopId": "0:BERNANO1", "stopSequence": 15 }, { "arrival": { "time": "1759221130", "uncertainty": 120 }, "departure": { "time": "1759221130", "uncertainty": 120 }, "stopId": "0:ROCHAMB1", "stopSequence": 16 }, { "arrival": { "time": "1759221217", "uncertainty": 120 }, "departure": { "time": "1759221217", "uncertainty": 120 }, "stopId": "0:PONTIFF1", "stopSequence": 17 }, { "arrival": { "time": "1759221319", "uncertainty": 120 }, "departure": { "time": "1759221319", "uncertainty": 120 }, "stopId": "0:RIMPORT1", "stopSequence": 18 }, { "arrival": { "time": "1759221381", "uncertainty": 120 }, "departure": { "time": "1759221381", "uncertainty": 120 }, "stopId": "0:STGEORG1", "stopSequence": 19 }, { "arrival": { "time": "1759221475", "uncertainty": 120 }, "departure": { "time": "1759221475", "uncertainty": 120 }, "stopId": "0:PREFECT3", "stopSequence": 20 }, { "arrival": { "time": "1759221638", "uncertainty": 120 }, "departure": { "time": "1759221638", "uncertainty": 120 }, "stopId": "0:SQLUX118", "stopSequence": 21 }, { "arrival": { "time": "1759221895", "uncertainty": 120 }, "departure": { "time": "1759221895", "uncertainty": 120 }, "stopId": "0:REPUB123", "stopSequence": 22 }, { "arrival": { "time": "1759222071", "uncertainty": 120 }, "departure": { "time": "1759222071", "uncertainty": 120 }, "stopId": "0:ROIGE694", "stopSequence": 23 }, { "arrival": { "time": "1759222157", "uncertainty": 120 }, "departure": { "time": "1759222157", "uncertainty": 120 }, "stopId": "0:GARE90", "stopSequence": 24 }, { "arrival": { "time": "1759222250", "uncertainty": 120 }, "departure": { "time": "1759222250", "uncertainty": 120 }, "stopId": "0:LAFAYET2", "stopSequence": 25 }, { "arrival": { "time": "1759222332", "uncertainty": 120 }, "departure": { "time": "1759222332", "uncertainty": 120 }, "stopId": "0:ARENES2", "stopSequence": 26 }, { "arrival": { "time": "1759222406", "uncertainty": 120 }, "departure": { "time": "1759222406", "uncertainty": 120 }, "stopId": "0:BOILVIN2", "stopSequence": 27 }, { "arrival": { "time": "1759222482", "uncertainty": 120 }, "departure": { "time": "1759222482", "uncertainty": 120 }, "stopId": "0:SLIVIER2", "stopSequence": 28 }, { "arrival": { "time": "1759222577", "uncertainty": 120 }, "departure": { "time": "1759222577", "uncertainty": 120 }, "stopId": "0:EGLISE2", "stopSequence": 29 }, { "arrival": { "time": "1759222632", "uncertainty": 120 }, "departure": { "time": "1759222632", "uncertainty": 120 }, "stopId": "0:LAVOIR2", "stopSequence": 30 }, { "arrival": { "time": "1759222697", "uncertainty": 120 }, "departure": { "time": "1759222697", "uncertainty": 120 }, "stopId": "0:4VENTS2", "stopSequence": 31 }, { "arrival": { "time": "1759222764", "uncertainty": 120 }, "departure": { "time": "1759222764", "uncertainty": 120 }, "stopId": "0:HORGNE2", "stopSequence": 32 }, { "arrival": { "time": "1759222801", "uncertainty": 120 }, "departure": { "time": "1759222801", "uncertainty": 120 }, "stopId": "0:LYAUT656", "stopSequence": 33 }, { "arrival": { "time": "1759222842", "uncertainty": 120 }, "departure": { "time": "1759222842", "uncertainty": 120 }, "stopId": "0:JERUSAL2", "stopSequence": 34 }, { "arrival": { "time": "1759222877", "uncertainty": 120 }, "departure": { "time": "1759222877", "uncertainty": 120 }, "stopId": "0:COLSON2", "stopSequence": 35 }, { "arrival": { "time": "1759222950", "uncertainty": 120 }, "departure": { "time": "1759222950", "uncertainty": 120 }, "stopId": "0:VACONS2", "stopSequence": 36 }, { "arrival": { "time": "1759223049", "uncertainty": 120 }, "departure": { "time": "1759223049", "uncertainty": 120 }, "stopId": "0:MARGUER2", "stopSequence": 37 }, { "arrival": { "time": "1759223122", "uncertainty": 120 }, "departure": { "time": "1759223122", "uncertainty": 120 }, "stopId": "0:VOLONTA2", "stopSequence": 38 }, { "arrival": { "time": "1759223177", "uncertainty": 120 }, "departure": { "time": "1759223177", "uncertainty": 120 }, "stopId": "0:MTPRIVA2", "stopSequence": 39 }, { "arrival": { "time": "1759223357", "uncertainty": 120 }, "stopId": "0:COSTEBE4", "stopSequence": 40 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304578" }, "vehicle": { "id": "2142", "label": "2142" } } }, { "id": "3304579", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759220700", "uncertainty": 120 }, "stopId": "0:LEPATIS1", "stopSequence": 1 } ], "timestamp": "1759219964", "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "0_23304579" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1759219964" } }