Resource details

File name: Trip Update
Format: gtfs-rt

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

Download availability

2025-08-30
100%
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%
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

81 errors, 38 warnings

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

Errors

stop_times_updates not strictly sorted E002 7 errors

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

Sample errors
  • trip_id D_3081832 stop_sequence [26, 1] is not strictly sorted by increasing stop_sequence
  • trip_id D_3081831 stop_sequence [26, 1] is not strictly sorted by increasing stop_sequence
  • trip_id D_3081830 stop_sequence [26, 1] is not strictly sorted by increasing stop_sequence
  • trip_id D_3081818 stop_sequence [2, 1] is not strictly sorted by increasing stop_sequence
  • trip_id D_3081817 stop_sequence [2, 1] is not strictly sorted by increasing stop_sequence

Sequential stop_time_update times are not increasing E022 66 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 D_3082027 stop_sequence 1 departure_time 09:41:00 (1759045260) is less than previous stop departure_time 10:06:45 (1759046805) - times must increase between two sequential stops
  • trip_id D_3082027 stop_sequence 1 departure_time 09:41:00 (1759045260) is less than previous stop arrival_time 10:06:45 (1759046805) - times must increase between two sequential stops
  • trip_id D_3082027 stop_sequence 2 arrival_time 09:42:03 (1759045323) is less than previous stop arrival_time 10:06:45 (1759046805) - times must increase between two sequential stops
  • trip_id D_3082027 stop_sequence 2 departure_time 09:42:03 (1759045323) is less than previous stop arrival_time 10:06:45 (1759046805) - times must increase between two sequential stops
  • trip_id D_3081832 stop_sequence 1 departure_time 09:58:00 (1759046280) is less than previous stop departure_time 10:28:48 (1759048128) - 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 D_3082027 has repeating stop_id 0:AURO - sequential stop_ids should be different
  • trip_id D_3081816 has repeating stop_id 0:MONGE at stop_sequence 1 - sequential stop_ids should be different

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

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

Sample errors
  • GTFS-rt trip_id D_3081832 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id D_3081831 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id D_3081830 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id D_3081818 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id D_3081817 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip

Warnings

timestamp not populated W001 21 errors

Timestamps should be populated for all elements

Sample errors
  • trip_id D_3081862 does not have a timestamp
  • trip_id D_3081887 does not have a timestamp
  • trip_id D_3081886 does not have a timestamp
  • trip_id D_3081874 does not have a timestamp
  • trip_id D_3081965 does not have a timestamp

vehicle_id not populated W002 17 errors

vehicle_id should be populated for TripUpdates and VehiclePositions

Sample errors
  • trip_id D_3081862 does not have a vehicle_id
  • trip_id D_3081887 does not have a vehicle_id
  • trip_id D_3081886 does not have a vehicle_id
  • trip_id D_3081874 does not have a vehicle_id
  • trip_id D_3081965 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. 9 512 31 times (100 % of validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 234 31 times (100 % of validations)
W001 Timestamps should be populated for all elements 4 481 31 times (100 % of validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 2 598 31 times (100 % of validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 594 21 times (68 % of validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 372 21 times (68 % of validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 1 790 10 times (32 % of validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 2 2 times (6 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2025-09-29 at 06:38 Europe/Paris.

trip_updates (278) 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-29 at 06:38 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "3293091", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:_CSJV 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "703", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293091" } } }, { "id": "3293243", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122120", "uncertainty": 120 }, "stopId": "0:_CZM 2", "stopSequence": 1 }, { "arrival": { "time": "1759122240", "uncertainty": 120 }, "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:_CLGF", "stopSequence": 2 }, { "arrival": { "time": "1759122360", "uncertainty": 120 }, "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:_CEG", "stopSequence": 3 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:_CLGS", "stopSequence": 4 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:TISS", "stopSequence": 5 }, { "arrival": { "time": "1759122720", "uncertainty": 120 }, "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:_CLGLP", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:_CGO", "stopSequence": 7 }, { "arrival": { "time": "1759122870", "uncertainty": 120 }, "departure": { "time": "1759122870", "uncertainty": 120 }, "stopId": "0:_CCO 2", "stopSequence": 8 }, { "arrival": { "time": "1759122990", "uncertainty": 120 }, "departure": { "time": "1759122990", "uncertainty": 120 }, "stopId": "0:_CHA", "stopSequence": 9 }, { "arrival": { "time": "1759123110", "uncertainty": 120 }, "departure": { "time": "1759123110", "uncertainty": 120 }, "stopId": "0:_PPS", "stopSequence": 10 }, { "arrival": { "time": "1759123164", "uncertainty": 120 }, "departure": { "time": "1759123164", "uncertainty": 120 }, "stopId": "0:_GCH 2", "stopSequence": 11 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_P19M", "stopSequence": 12 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:_PCE 2", "stopSequence": 13 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:_COE 3", "stopSequence": 14 }, { "arrival": { "time": "1759125000", "uncertainty": 120 }, "stopId": "0:_COM", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "847", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293243" } } }, { "id": "3290290", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:DBRO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "111", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290290" } } }, { "id": "3289699", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289699" } } }, { "id": "3292450", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119842", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 }, { "arrival": { "time": "1759119893", "uncertainty": 120 }, "departure": { "time": "1759119893", "uncertainty": 120 }, "stopId": "0:CPDP 2", "stopSequence": 2 }, { "arrival": { "time": "1759119947", "uncertainty": 120 }, "departure": { "time": "1759119947", "uncertainty": 120 }, "stopId": "0:CSDF", "stopSequence": 3 }, { "arrival": { "time": "1759120022", "uncertainty": 120 }, "departure": { "time": "1759120022", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 4 }, { "arrival": { "time": "1759120044", "uncertainty": 120 }, "departure": { "time": "1759120052", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 5 }, { "arrival": { "time": "1759120131", "uncertainty": 120 }, "departure": { "time": "1759120131", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 6 }, { "arrival": { "time": "1759120231", "uncertainty": 120 }, "departure": { "time": "1759120232", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 7 }, { "arrival": { "time": "1759120450", "uncertainty": 120 }, "departure": { "time": "1759120450", "uncertainty": 120 }, "stopId": "0:ARMA", "stopSequence": 8 }, { "arrival": { "time": "1759120479", "uncertainty": 120 }, "departure": { "time": "1759120479", "uncertainty": 120 }, "stopId": "0:MONG", "stopSequence": 9 }, { "arrival": { "time": "1759120532", "uncertainty": 120 }, "departure": { "time": "1759120532", "uncertainty": 120 }, "stopId": "0:ECOLE", "stopSequence": 10 }, { "arrival": { "time": "1759120592", "uncertainty": 120 }, "departure": { "time": "1759120592", "uncertainty": 120 }, "stopId": "0:VERGE", "stopSequence": 11 }, { "arrival": { "time": "1759120642", "uncertainty": 120 }, "departure": { "time": "1759120642", "uncertainty": 120 }, "stopId": "0:LGEAI", "stopSequence": 12 }, { "arrival": { "time": "1759120670", "uncertainty": 120 }, "departure": { "time": "1759120670", "uncertainty": 120 }, "stopId": "0:PARE 2", "stopSequence": 13 }, { "arrival": { "time": "1759120750", "uncertainty": 120 }, "departure": { "time": "1759120750", "uncertainty": 120 }, "stopId": "0:VIVIE", "stopSequence": 14 }, { "arrival": { "time": "1759120792", "uncertainty": 120 }, "departure": { "time": "1759120792", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 15 }, { "arrival": { "time": "1759120842", "uncertainty": 120 }, "departure": { "time": "1759120842", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 16 }, { "arrival": { "time": "1759120872", "uncertainty": 120 }, "departure": { "time": "1759120872", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1759120957", "uncertainty": 120 }, "departure": { "time": "1759120957", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1759121004", "uncertainty": 120 }, "departure": { "time": "1759121004", "uncertainty": 120 }, "stopId": "0:TLAUT", "stopSequence": 19 }, { "arrival": { "time": "1759121073", "uncertainty": 120 }, "departure": { "time": "1759121073", "uncertainty": 120 }, "stopId": "0:VFLEU", "stopSequence": 20 }, { "arrival": { "time": "1759121166", "uncertainty": 120 }, "departure": { "time": "1759121166", "uncertainty": 120 }, "stopId": "0:GAREN", "stopSequence": 21 }, { "arrival": { "time": "1759121211", "uncertainty": 120 }, "departure": { "time": "1759121211", "uncertainty": 120 }, "stopId": "0:CEZA", "stopSequence": 22 }, { "arrival": { "time": "1759121303", "uncertainty": 120 }, "departure": { "time": "1759121303", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 23 }, { "arrival": { "time": "1759121344", "uncertainty": 120 }, "departure": { "time": "1759121344", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 24 }, { "arrival": { "time": "1759121411", "uncertainty": 120 }, "departure": { "time": "1759121411", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 25 }, { "arrival": { "time": "1759121456", "uncertainty": 120 }, "departure": { "time": "1759121456", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 26 }, { "arrival": { "time": "1759121575", "uncertainty": 120 }, "departure": { "time": "1759121575", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 27 }, { "arrival": { "time": "1759121615", "uncertainty": 120 }, "departure": { "time": "1759121615", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 28 }, { "arrival": { "time": "1759121730", "uncertainty": 120 }, "departure": { "time": "1759121730", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 29 }, { "arrival": { "time": "1759121847", "uncertainty": 120 }, "departure": { "time": "1759121847", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 30 }, { "arrival": { "time": "1759121951", "uncertainty": 120 }, "departure": { "time": "1759121951", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 31 }, { "arrival": { "time": "1759122094", "uncertainty": 120 }, "departure": { "time": "1759122094", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 32 }, { "arrival": { "time": "1759122159", "uncertainty": 120 }, "departure": { "time": "1759122159", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 33 }, { "arrival": { "time": "1759122227", "uncertainty": 120 }, "departure": { "time": "1759122227", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 34 }, { "arrival": { "time": "1759122303", "uncertainty": 120 }, "departure": { "time": "1759122303", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 35 }, { "arrival": { "time": "1759122400", "uncertainty": 120 }, "departure": { "time": "1759122400", "uncertainty": 120 }, "stopId": "0:HBARB", "stopSequence": 36 }, { "arrival": { "time": "1759122444", "uncertainty": 120 }, "departure": { "time": "1759122444", "uncertainty": 120 }, "stopId": "0:JPREV", "stopSequence": 37 }, { "arrival": { "time": "1759122530", "uncertainty": 120 }, "departure": { "time": "1759122530", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 38 }, { "arrival": { "time": "1759122580", "uncertainty": 120 }, "departure": { "time": "1759122580", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 39 }, { "arrival": { "time": "1759122617", "uncertainty": 120 }, "departure": { "time": "1759122617", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 40 }, { "arrival": { "time": "1759122699", "uncertainty": 120 }, "departure": { "time": "1759122699", "uncertainty": 120 }, "stopId": "0:GROUS", "stopSequence": 41 }, { "arrival": { "time": "1759122821", "uncertainty": 120 }, "departure": { "time": "1759122821", "uncertainty": 120 }, "stopId": "0:RDM", "stopSequence": 42 }, { "arrival": { "time": "1759123001", "uncertainty": 120 }, "departure": { "time": "1759123001", "uncertainty": 120 }, "stopId": "0:SYLV", "stopSequence": 43 }, { "arrival": { "time": "1759123128", "uncertainty": 120 }, "departure": { "time": "1759123128", "uncertainty": 120 }, "stopId": "0:MMALI", "stopSequence": 44 }, { "arrival": { "time": "1759123160", "uncertainty": 120 }, "departure": { "time": "1759123160", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 45 }, { "arrival": { "time": "1759123241", "uncertainty": 120 }, "departure": { "time": "1759123241", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 46 }, { "arrival": { "time": "1759123282", "uncertainty": 120 }, "departure": { "time": "1759123282", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 47 }, { "arrival": { "time": "1759123373", "uncertainty": 120 }, "departure": { "time": "1759123373", "uncertainty": 120 }, "stopId": "0:MALBO", "stopSequence": 48 }, { "arrival": { "time": "1759123525", "uncertainty": 120 }, "departure": { "time": "1759123525", "uncertainty": 120 }, "stopId": "0:MALCR", "stopSequence": 49 }, { "arrival": { "time": "1759123560", "uncertainty": 120 }, "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:CHAMAL", "stopSequence": 50 }, { "arrival": { "time": "1759123712", "uncertainty": 120 }, "departure": { "time": "1759123712", "uncertainty": 120 }, "stopId": "0:CHRPTF", "stopSequence": 51 }, { "arrival": { "time": "1759123746", "uncertainty": 120 }, "departure": { "time": "1759123746", "uncertainty": 120 }, "stopId": "0:GOUV", "stopSequence": 52 }, { "arrival": { "time": "1759123791", "uncertainty": 120 }, "departure": { "time": "1759123791", "uncertainty": 120 }, "stopId": "0:GAIE", "stopSequence": 53 }, { "arrival": { "time": "1759123849", "uncertainty": 120 }, "departure": { "time": "1759123849", "uncertainty": 120 }, "stopId": "0:CHAH", "stopSequence": 54 }, { "arrival": { "time": "1759123906", "uncertainty": 120 }, "departure": { "time": "1759123906", "uncertainty": 120 }, "stopId": "0:CHSI", "stopSequence": 55 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:CGEN", "stopSequence": 56 }, { "arrival": { "time": "1759124264", "uncertainty": 120 }, "departure": { "time": "1759124264", "uncertainty": 120 }, "stopId": "0:MTCC2", "stopSequence": 57 }, { "arrival": { "time": "1759124292", "uncertainty": 120 }, "departure": { "time": "1759124292", "uncertainty": 120 }, "stopId": "0:CHMAD", "stopSequence": 58 }, { "arrival": { "time": "1759124346", "uncertainty": 120 }, "departure": { "time": "1759124346", "uncertainty": 120 }, "stopId": "0:CHSTJ", "stopSequence": 59 }, { "arrival": { "time": "1759124400", "uncertainty": 120 }, "stopId": "0:MPMO", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292450" }, "vehicle": { "id": "275", "label": "275" } } }, { "id": "3290391", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121160", "uncertainty": 120 }, "stopId": "0:CHGAR", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "281", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290391" } } }, { "id": "3292046", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:MDM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292046" } } }, { "id": "3290094", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120193", "uncertainty": 120 }, "departure": { "time": "1759120193", "uncertainty": 120 }, "stopId": "0:_BZIS", "stopSequence": 2 }, { "arrival": { "time": "1759120296", "uncertainty": 120 }, "departure": { "time": "1759120296", "uncertainty": 120 }, "stopId": "0:_CAQ", "stopSequence": 3 }, { "arrival": { "time": "1759120357", "uncertainty": 120 }, "departure": { "time": "1759120357", "uncertainty": 120 }, "stopId": "0:_BAR", "stopSequence": 4 }, { "arrival": { "time": "1759120523", "uncertainty": 120 }, "departure": { "time": "1759120523", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 5 }, { "arrival": { "time": "1759120660", "uncertainty": 120 }, "departure": { "time": "1759120660", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 6 }, { "arrival": { "time": "1759120690", "uncertainty": 120 }, "departure": { "time": "1759120690", "uncertainty": 120 }, "stopId": "0:_VOL", "stopSequence": 7 }, { "arrival": { "time": "1759120789", "uncertainty": 120 }, "departure": { "time": "1759120789", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 8 }, { "arrival": { "time": "1759120878", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "65", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290094" }, "vehicle": { "id": "833", "label": "833" } } }, { "id": "3291674", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_SPLG", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "601", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291674" } } }, { "id": "3293331", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119424", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1759119484", "uncertainty": 120 }, "departure": { "time": "1759119484", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1759119514", "uncertainty": 120 }, "departure": { "time": "1759119514", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1759119544", "uncertainty": 120 }, "departure": { "time": "1759119544", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1759119658", "uncertainty": 120 }, "departure": { "time": "1759119658", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 5 }, { "arrival": { "time": "1759119718", "uncertainty": 120 }, "departure": { "time": "1759119718", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 6 }, { "arrival": { "time": "1759119754", "uncertainty": 120 }, "departure": { "time": "1759119785", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 7 }, { "arrival": { "time": "1759119840", "uncertainty": 120 }, "departure": { "time": "1759119840", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 8 }, { "arrival": { "time": "1759119994", "uncertainty": 120 }, "departure": { "time": "1759119994", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 9 }, { "arrival": { "time": "1759120054", "uncertainty": 120 }, "departure": { "time": "1759120054", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 10 }, { "arrival": { "time": "1759120234", "uncertainty": 120 }, "departure": { "time": "1759120234", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 11 }, { "arrival": { "time": "1759120465", "uncertainty": 120 }, "departure": { "time": "1759120465", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1759120534", "uncertainty": 120 }, "departure": { "time": "1759120564", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1759120624", "uncertainty": 120 }, "departure": { "time": "1759120624", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 14 }, { "arrival": { "time": "1759120654", "uncertainty": 120 }, "departure": { "time": "1759120654", "uncertainty": 120 }, "stopId": "0:POLY", "stopSequence": 15 }, { "arrival": { "time": "1759120684", "uncertainty": 120 }, "departure": { "time": "1759120684", "uncertainty": 120 }, "stopId": "0:GUYN", "stopSequence": 16 }, { "arrival": { "time": "1759120737", "uncertainty": 120 }, "departure": { "time": "1759120737", "uncertainty": 120 }, "stopId": "0:DBLAN", "stopSequence": 17 }, { "arrival": { "time": "1759120857", "uncertainty": 120 }, "departure": { "time": "1759120857", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 18 }, { "arrival": { "time": "1759120910", "uncertainty": 120 }, "departure": { "time": "1759120910", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 19 }, { "arrival": { "time": "1759120965", "uncertainty": 120 }, "departure": { "time": "1759120965", "uncertainty": 120 }, "stopId": "0:LPLAN", "stopSequence": 20 }, { "arrival": { "time": "1759121023", "uncertainty": 120 }, "departure": { "time": "1759121023", "uncertainty": 120 }, "stopId": "0:POINCA", "stopSequence": 21 }, { "arrival": { "time": "1759121096", "uncertainty": 120 }, "departure": { "time": "1759121096", "uncertainty": 120 }, "stopId": "0:JPERR", "stopSequence": 22 }, { "arrival": { "time": "1759121141", "uncertainty": 120 }, "departure": { "time": "1759121141", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 23 }, { "arrival": { "time": "1759121242", "uncertainty": 120 }, "departure": { "time": "1759121242", "uncertainty": 120 }, "stopId": "0:RGARR", "stopSequence": 24 }, { "arrival": { "time": "1759121277", "uncertainty": 120 }, "stopId": "0:THABO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293331" }, "vehicle": { "id": "51", "label": "51" } } }, { "id": "3293376", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293376" } } }, { "id": "3293440", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293440" } } }, { "id": "3290294", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:BDRHO 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "161", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290294" } } }, { "id": "3293375", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293375" } } }, { "id": "3293090", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_TRIO", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "705", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293090" } } }, { "id": "3293418", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293418" } } }, { "id": "3292709", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:_TEM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "400", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292709" } } }, { "id": "3293041", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_CRC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "477", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293041" } } }, { "id": "3292223", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125454", "uncertainty": 120 }, "departure": { "time": "1759125454", "uncertainty": 120 }, "stopId": "0:BOTTE 2" }, { "arrival": { "time": "1759125525", "uncertainty": 120 }, "departure": { "time": "1759125525", "uncertainty": 120 }, "stopId": "0:FAUCO 2" }, { "arrival": { "time": "1759125605", "uncertainty": 120 }, "departure": { "time": "1759125605", "uncertainty": 120 }, "stopId": "0:PBLAN" }, { "arrival": { "time": "1759125718", "uncertainty": 120 }, "departure": { "time": "1759125718", "uncertainty": 120 }, "stopId": "0:CCOM1.2" }, { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 1 }, { "arrival": { "time": "1759123241", "uncertainty": 120 }, "departure": { "time": "1759123241", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 2 }, { "arrival": { "time": "1759123329", "uncertainty": 120 }, "departure": { "time": "1759123329", "uncertainty": 120 }, "stopId": "0:RCOL", "stopSequence": 3 }, { "arrival": { "time": "1759123380", "uncertainty": 120 }, "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:MALBOU 2", "stopSequence": 4 }, { "arrival": { "time": "1759123501", "uncertainty": 120 }, "departure": { "time": "1759123501", "uncertainty": 120 }, "stopId": "0:ZAGU", "stopSequence": 5 }, { "arrival": { "time": "1759123536", "uncertainty": 120 }, "departure": { "time": "1759123536", "uncertainty": 120 }, "stopId": "0:MCUR", "stopSequence": 6 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 7 }, { "arrival": { "time": "1759123829", "uncertainty": 120 }, "departure": { "time": "1759123829", "uncertainty": 120 }, "stopId": "0:GAUM 3", "stopSequence": 8 }, { "arrival": { "time": "1759123876", "uncertainty": 120 }, "departure": { "time": "1759123876", "uncertainty": 120 }, "stopId": "0:ROBE 2", "stopSequence": 9 }, { "arrival": { "time": "1759123935", "uncertainty": 120 }, "departure": { "time": "1759123935", "uncertainty": 120 }, "stopId": "0:CDTR 2", "stopSequence": 10 }, { "arrival": { "time": "1759124000", "uncertainty": 120 }, "departure": { "time": "1759124000", "uncertainty": 120 }, "stopId": "0:MDSP 2", "stopSequence": 11 }, { "arrival": { "time": "1759124040", "uncertainty": 120 }, "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:BRIFF 6", "stopSequence": 12 }, { "arrival": { "time": "1759124128", "uncertainty": 120 }, "departure": { "time": "1759124128", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 13 }, { "arrival": { "time": "1759124197", "uncertainty": 120 }, "departure": { "time": "1759124197", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 14 }, { "arrival": { "time": "1759124248", "uncertainty": 120 }, "departure": { "time": "1759124248", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 15 }, { "arrival": { "time": "1759124314", "uncertainty": 120 }, "departure": { "time": "1759124314", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 16 }, { "arrival": { "time": "1759124460", "uncertainty": 120 }, "departure": { "time": "1759124460", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 }, { "arrival": { "time": "1759124658", "uncertainty": 120 }, "departure": { "time": "1759124658", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 18 }, { "arrival": { "time": "1759124760", "uncertainty": 120 }, "departure": { "time": "1759124760", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 19 }, { "arrival": { "time": "1759124878", "uncertainty": 120 }, "departure": { "time": "1759124878", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 20 }, { "arrival": { "time": "1759125019", "uncertainty": 120 }, "departure": { "time": "1759125019", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 21 }, { "arrival": { "time": "1759125180", "uncertainty": 120 }, "departure": { "time": "1759125180", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 22 }, { "arrival": { "time": "1759125257", "uncertainty": 120 }, "departure": { "time": "1759125257", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 23 }, { "arrival": { "time": "1759125295", "uncertainty": 120 }, "departure": { "time": "1759125295", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 24 }, { "arrival": { "time": "1759125495", "uncertainty": 120 }, "departure": { "time": "1759125495", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND 2", "stopSequence": 25 }, { "arrival": { "time": "1759125600", "uncertainty": 120 }, "departure": { "time": "1759125600", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO 2", "stopSequence": 26 }, { "arrival": { "time": "1759125667", "uncertainty": 120 }, "departure": { "time": "1759125667", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE 2", "stopSequence": 27 }, { "arrival": { "time": "1759125704", "uncertainty": 120 }, "departure": { "time": "1759125704", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC 2", "stopSequence": 28 }, { "arrival": { "time": "1759125733", "uncertainty": 120 }, "departure": { "time": "1759125733", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO 2", "stopSequence": 29 }, { "arrival": { "time": "1759125775", "uncertainty": 120 }, "departure": { "time": "1759125775", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE 2", "stopSequence": 30 }, { "arrival": { "time": "1759125828", "uncertainty": 120 }, "departure": { "time": "1759125828", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN 2", "stopSequence": 31 }, { "arrival": { "time": "1759125721", "uncertainty": 120 }, "departure": { "time": "1759125721", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 32 }, { "arrival": { "time": "1759125763", "uncertainty": 120 }, "departure": { "time": "1759125763", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 33 }, { "arrival": { "time": "1759125831", "uncertainty": 120 }, "departure": { "time": "1759125831", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 34 }, { "arrival": { "time": "1759125915", "uncertainty": 120 }, "departure": { "time": "1759125915", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 35 }, { "arrival": { "time": "1759126021", "uncertainty": 120 }, "departure": { "time": "1759126021", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 36 }, { "arrival": { "time": "1759126069", "uncertainty": 120 }, "departure": { "time": "1759126069", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 37 }, { "arrival": { "time": "1759126201", "uncertainty": 120 }, "departure": { "time": "1759126201", "uncertainty": 120 }, "stopId": "0:BEAUM 2", "stopSequence": 38 }, { "arrival": { "time": "1759126260", "uncertainty": 120 }, "departure": { "time": "1759126260", "uncertainty": 120 }, "stopId": "0:GSOLE 4", "stopSequence": 39 }, { "arrival": { "time": "1759126349", "uncertainty": 120 }, "departure": { "time": "1759126349", "uncertainty": 120 }, "stopId": "0:LAVAN 2", "stopSequence": 40 }, { "arrival": { "time": "1759126388", "uncertainty": 120 }, "departure": { "time": "1759126388", "uncertainty": 120 }, "stopId": "0:SDFET 2", "stopSequence": 41 }, { "arrival": { "time": "1759126430", "uncertainty": 120 }, "departure": { "time": "1759126430", "uncertainty": 120 }, "stopId": "0:VALVI 2", "stopSequence": 42 }, { "arrival": { "time": "1759126479", "uncertainty": 120 }, "departure": { "time": "1759126479", "uncertainty": 120 }, "stopId": "0:JACEM 2", "stopSequence": 43 }, { "arrival": { "time": "1759126519", "uncertainty": 120 }, "departure": { "time": "1759126519", "uncertainty": 120 }, "stopId": "0:PLVIG 2", "stopSequence": 44 }, { "arrival": { "time": "1759126560", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 45 } ], "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292223" } } }, { "id": "3291677", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291677" } } }, { "id": "3292744", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759119765", "uncertainty": 120 }, "departure": { "time": "1759119768", "uncertainty": 120 }, "stopId": "0:_COL 3" }, { "arrival": { "time": "1759119821", "uncertainty": 120 }, "departure": { "time": "1759119821", "uncertainty": 120 }, "stopId": "0:BOVIAN 2" }, { "arrival": { "time": "1759119823", "uncertainty": 120 }, "departure": { "time": "1759119823", "uncertainty": 120 }, "stopId": "0:BOVIAN" }, { "arrival": { "time": "1759119871", "uncertainty": 120 }, "departure": { "time": "1759119871", "uncertainty": 120 }, "stopId": "0:_GALB" }, { "arrival": { "time": "1759119875", "uncertainty": 120 }, "departure": { "time": "1759119888", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "departure": { "time": "1759119299", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 }, { "arrival": { "time": "1759119387", "uncertainty": 120 }, "departure": { "time": "1759119387", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 2 }, { "arrival": { "time": "1759119522", "uncertainty": 120 }, "departure": { "time": "1759119522", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 3 }, { "arrival": { "time": "1759119566", "uncertainty": 120 }, "departure": { "time": "1759119566", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 4 }, { "arrival": { "time": "1759119647", "uncertainty": 120 }, "departure": { "time": "1759119647", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 5 }, { "arrival": { "time": "1759119674", "uncertainty": 120 }, "departure": { "time": "1759119674", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 6 }, { "arrival": { "time": "1759119660", "uncertainty": 120 }, "departure": { "time": "1759119660", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB", "stopSequence": 7 }, { "arrival": { "time": "1759119730", "uncertainty": 120 }, "departure": { "time": "1759119730", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN", "stopSequence": 8 }, { "arrival": { "time": "1759119889", "uncertainty": 120 }, "departure": { "time": "1759119889", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 9 }, { "arrival": { "time": "1759119949", "uncertainty": 120 }, "departure": { "time": "1759119949", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 10 }, { "arrival": { "time": "1759120010", "uncertainty": 120 }, "departure": { "time": "1759120010", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 11 }, { "arrival": { "time": "1759120040", "uncertainty": 120 }, "departure": { "time": "1759120040", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 12 }, { "arrival": { "time": "1759120108", "uncertainty": 120 }, "departure": { "time": "1759120108", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 13 }, { "arrival": { "time": "1759120154", "uncertainty": 120 }, "departure": { "time": "1759120154", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 14 }, { "arrival": { "time": "1759120217", "uncertainty": 120 }, "departure": { "time": "1759120217", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 15 }, { "arrival": { "time": "1759120294", "uncertainty": 120 }, "departure": { "time": "1759120340", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 16 }, { "arrival": { "time": "1759120460", "uncertainty": 120 }, "departure": { "time": "1759120581", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 17 }, { "arrival": { "time": "1759120658", "uncertainty": 120 }, "departure": { "time": "1759120658", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 18 }, { "arrival": { "time": "1759120711", "uncertainty": 120 }, "departure": { "time": "1759120711", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 19 }, { "arrival": { "time": "1759120813", "uncertainty": 120 }, "departure": { "time": "1759120813", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 20 }, { "arrival": { "time": "1759120880", "uncertainty": 120 }, "departure": { "time": "1759120880", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 21 }, { "arrival": { "time": "1759120914", "uncertainty": 120 }, "departure": { "time": "1759120914", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 22 }, { "arrival": { "time": "1759120959", "uncertainty": 120 }, "departure": { "time": "1759120959", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 23 }, { "arrival": { "time": "1759120989", "uncertainty": 120 }, "departure": { "time": "1759120989", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 24 }, { "arrival": { "time": "1759121011", "uncertainty": 120 }, "departure": { "time": "1759121011", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 25 }, { "arrival": { "time": "1759121060", "uncertainty": 120 }, "departure": { "time": "1759121060", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 26 }, { "arrival": { "time": "1759121088", "uncertainty": 120 }, "departure": { "time": "1759121088", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 27 }, { "arrival": { "time": "1759121133", "uncertainty": 120 }, "departure": { "time": "1759121133", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 28 }, { "arrival": { "time": "1759121226", "uncertainty": 120 }, "departure": { "time": "1759121226", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 29 }, { "arrival": { "time": "1759121259", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292744" }, "vehicle": { "id": "892", "label": "892" } } }, { "id": "3292161", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120114", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 1 }, { "arrival": { "time": "1759120160", "uncertainty": 120 }, "departure": { "time": "1759120160", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 2 }, { "arrival": { "time": "1759120175", "uncertainty": 120 }, "departure": { "time": "1759120175", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 3 }, { "arrival": { "time": "1759120204", "uncertainty": 120 }, "departure": { "time": "1759120204", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 4 }, { "arrival": { "time": "1759120241", "uncertainty": 120 }, "departure": { "time": "1759120241", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 5 }, { "arrival": { "time": "1759120282", "uncertainty": 120 }, "departure": { "time": "1759120294", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 6 }, { "arrival": { "time": "1759120324", "uncertainty": 120 }, "departure": { "time": "1759120324", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 7 }, { "arrival": { "time": "1759120384", "uncertainty": 120 }, "departure": { "time": "1759120384", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 8 }, { "arrival": { "time": "1759120456", "uncertainty": 120 }, "departure": { "time": "1759120456", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 9 }, { "arrival": { "time": "1759120489", "uncertainty": 120 }, "departure": { "time": "1759120489", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 10 }, { "arrival": { "time": "1759120524", "uncertainty": 120 }, "departure": { "time": "1759120534", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 11 }, { "arrival": { "time": "1759120617", "uncertainty": 120 }, "departure": { "time": "1759120617", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 12 }, { "arrival": { "time": "1759120654", "uncertainty": 120 }, "departure": { "time": "1759120654", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 13 }, { "arrival": { "time": "1759120703", "uncertainty": 120 }, "departure": { "time": "1759120703", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 14 }, { "arrival": { "time": "1759120829", "uncertainty": 120 }, "departure": { "time": "1759120829", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 15 }, { "arrival": { "time": "1759120901", "uncertainty": 120 }, "departure": { "time": "1759120901", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 16 }, { "arrival": { "time": "1759120944", "uncertainty": 120 }, "departure": { "time": "1759120944", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 17 }, { "arrival": { "time": "1759121000", "uncertainty": 120 }, "departure": { "time": "1759121000", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 18 }, { "arrival": { "time": "1759121044", "uncertainty": 120 }, "departure": { "time": "1759121044", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759121114", "uncertainty": 120 }, "departure": { "time": "1759121114", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 20 }, { "arrival": { "time": "1759121187", "uncertainty": 120 }, "departure": { "time": "1759121187", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 21 }, { "arrival": { "time": "1759121273", "uncertainty": 120 }, "departure": { "time": "1759121273", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 22 }, { "arrival": { "time": "1759121402", "uncertainty": 120 }, "departure": { "time": "1759121402", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 23 }, { "arrival": { "time": "1759121517", "uncertainty": 120 }, "departure": { "time": "1759121517", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 24 }, { "arrival": { "time": "1759121675", "uncertainty": 120 }, "departure": { "time": "1759121675", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 25 }, { "arrival": { "time": "1759121737", "uncertainty": 120 }, "departure": { "time": "1759121737", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 26 }, { "arrival": { "time": "1759121795", "uncertainty": 120 }, "departure": { "time": "1759121795", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 27 }, { "arrival": { "time": "1759121860", "uncertainty": 120 }, "departure": { "time": "1759121860", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 28 }, { "arrival": { "time": "1759121965", "uncertainty": 120 }, "departure": { "time": "1759121965", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 29 }, { "arrival": { "time": "1759122045", "uncertainty": 120 }, "departure": { "time": "1759122045", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 30 }, { "arrival": { "time": "1759122086", "uncertainty": 120 }, "departure": { "time": "1759122086", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 31 }, { "arrival": { "time": "1759122191", "uncertainty": 120 }, "departure": { "time": "1759122191", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 32 }, { "arrival": { "time": "1759122270", "uncertainty": 120 }, "departure": { "time": "1759122270", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 33 }, { "arrival": { "time": "1759122303", "uncertainty": 120 }, "departure": { "time": "1759122303", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 34 }, { "arrival": { "time": "1759122364", "uncertainty": 120 }, "stopId": "0:LANG 2", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292161" }, "vehicle": { "id": "84", "label": "84" } } }, { "id": "3291856", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759118650", "uncertainty": 120 }, "departure": { "time": "1759118650", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "arrival": { "time": "1759118670", "uncertainty": 120 }, "departure": { "time": "1759118670", "uncertainty": 120 }, "stopId": "0:MONG 4" }, { "arrival": { "time": "1759118729", "uncertainty": 120 }, "departure": { "time": "1759118729", "uncertainty": 120 }, "stopId": "0:LGMOU 2" }, { "arrival": { "time": "1759118753", "uncertainty": 120 }, "departure": { "time": "1759118753", "uncertainty": 120 }, "stopId": "0:VHUGO 2" }, { "departure": { "time": "1759118543", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759118601", "uncertainty": 120 }, "departure": { "time": "1759118601", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759118520", "uncertainty": 120 }, "departure": { "time": "1759118520", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759118589", "uncertainty": 120 }, "departure": { "time": "1759118589", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759118640", "uncertainty": 120 }, "departure": { "time": "1759118640", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759118946", "uncertainty": 120 }, "departure": { "time": "1759118946", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1759118981", "uncertainty": 120 }, "departure": { "time": "1759118981", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1759119018", "uncertainty": 120 }, "departure": { "time": "1759119018", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1759119066", "uncertainty": 120 }, "departure": { "time": "1759119066", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1759119149", "uncertainty": 120 }, "departure": { "time": "1759119149", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1759119200", "uncertainty": 120 }, "departure": { "time": "1759119200", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1759119237", "uncertainty": 120 }, "departure": { "time": "1759119237", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1759119288", "uncertainty": 120 }, "departure": { "time": "1759119288", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1759119346", "uncertainty": 120 }, "departure": { "time": "1759119346", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1759119398", "uncertainty": 120 }, "departure": { "time": "1759119398", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1759119453", "uncertainty": 120 }, "departure": { "time": "1759119453", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1759119507", "uncertainty": 120 }, "departure": { "time": "1759119507", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1759119595", "uncertainty": 120 }, "departure": { "time": "1759119595", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1759119645", "uncertainty": 120 }, "departure": { "time": "1759119687", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1759119804", "uncertainty": 120 }, "departure": { "time": "1759119804", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759119908", "uncertainty": 120 }, "departure": { "time": "1759119908", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759119984", "uncertainty": 120 }, "departure": { "time": "1759119984", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1759120047", "uncertainty": 120 }, "departure": { "time": "1759120047", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1759120204", "uncertainty": 120 }, "departure": { "time": "1759120204", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1759120266", "uncertainty": 120 }, "departure": { "time": "1759120266", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1759120304", "uncertainty": 120 }, "departure": { "time": "1759120304", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1759120368", "uncertainty": 120 }, "departure": { "time": "1759120368", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1759120430", "uncertainty": 120 }, "departure": { "time": "1759120430", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1759120523", "uncertainty": 120 }, "departure": { "time": "1759120523", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1759120649", "uncertainty": 120 }, "departure": { "time": "1759120649", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1759120669", "uncertainty": 120 }, "departure": { "time": "1759120669", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1759120809", "uncertainty": 120 }, "departure": { "time": "1759120809", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1759120919", "uncertainty": 120 }, "departure": { "time": "1759120919", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1759121039", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291856" }, "vehicle": { "id": "177", "label": "177" } } }, { "id": "3292164", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124280", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292164" } } }, { "id": "3291778", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121464", "uncertainty": 120 }, "departure": { "time": "1759121464", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "arrival": { "time": "1759121484", "uncertainty": 120 }, "departure": { "time": "1759121484", "uncertainty": 120 }, "stopId": "0:MONG 4" }, { "arrival": { "time": "1759121545", "uncertainty": 120 }, "departure": { "time": "1759121545", "uncertainty": 120 }, "stopId": "0:LGMOU 2" }, { "arrival": { "time": "1759121591", "uncertainty": 120 }, "departure": { "time": "1759121591", "uncertainty": 120 }, "stopId": "0:VHUGO 2" }, { "departure": { "time": "1759121340", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759121400", "uncertainty": 120 }, "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759121460", "uncertainty": 120 }, "departure": { "time": "1759121460", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759121529", "uncertainty": 120 }, "departure": { "time": "1759121529", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759121580", "uncertainty": 120 }, "departure": { "time": "1759121580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759121815", "uncertainty": 120 }, "departure": { "time": "1759121815", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1759121872", "uncertainty": 120 }, "departure": { "time": "1759121872", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1759121928", "uncertainty": 120 }, "departure": { "time": "1759121928", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1759121995", "uncertainty": 120 }, "departure": { "time": "1759121995", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1759122115", "uncertainty": 120 }, "departure": { "time": "1759122115", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1759122187", "uncertainty": 120 }, "departure": { "time": "1759122187", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1759122235", "uncertainty": 120 }, "departure": { "time": "1759122235", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1759122275", "uncertainty": 120 }, "departure": { "time": "1759122275", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1759122346", "uncertainty": 120 }, "departure": { "time": "1759122346", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1759122380", "uncertainty": 120 }, "departure": { "time": "1759122380", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1759122415", "uncertainty": 120 }, "departure": { "time": "1759122415", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1759122468", "uncertainty": 120 }, "departure": { "time": "1759122468", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1759122577", "uncertainty": 120 }, "departure": { "time": "1759122577", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1759122652", "uncertainty": 120 }, "departure": { "time": "1759122652", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1759122731", "uncertainty": 120 }, "departure": { "time": "1759122731", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759122835", "uncertainty": 120 }, "departure": { "time": "1759122835", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759122922", "uncertainty": 120 }, "departure": { "time": "1759122922", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1759123014", "uncertainty": 120 }, "departure": { "time": "1759123014", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1759123169", "uncertainty": 120 }, "departure": { "time": "1759123169", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1759123239", "uncertainty": 120 }, "departure": { "time": "1759123239", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1759123290", "uncertainty": 120 }, "departure": { "time": "1759123290", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1759123363", "uncertainty": 120 }, "departure": { "time": "1759123363", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1759123435", "uncertainty": 120 }, "departure": { "time": "1759123435", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1759123516", "uncertainty": 120 }, "departure": { "time": "1759123516", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1759123700", "uncertainty": 120 }, "departure": { "time": "1759123700", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1759123735", "uncertainty": 120 }, "departure": { "time": "1759123735", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1759123865", "uncertainty": 120 }, "departure": { "time": "1759123865", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1759123975", "uncertainty": 120 }, "departure": { "time": "1759123975", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1759124095", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291778" } } }, { "id": "3290472", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123860", "uncertainty": 120 }, "stopId": "0:MPEL 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "271", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290472" } } }, { "id": "3289696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289696" } } }, { "id": "3291497", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291497" } } }, { "id": "3290862", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123344", "uncertainty": 120 }, "departure": { "time": "1759123344", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759121423", "uncertainty": 120 }, "departure": { "time": "1759121423", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759121513", "uncertainty": 120 }, "departure": { "time": "1759121513", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759121575", "uncertainty": 120 }, "departure": { "time": "1759121575", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759121640", "uncertainty": 120 }, "departure": { "time": "1759121640", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759121737", "uncertainty": 120 }, "departure": { "time": "1759121737", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759121807", "uncertainty": 120 }, "departure": { "time": "1759121807", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759121940", "uncertainty": 120 }, "departure": { "time": "1759121940", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759122043", "uncertainty": 120 }, "departure": { "time": "1759122043", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759122138", "uncertainty": 120 }, "departure": { "time": "1759122138", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759122182", "uncertainty": 120 }, "departure": { "time": "1759122182", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759122240", "uncertainty": 120 }, "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759122325", "uncertainty": 120 }, "departure": { "time": "1759122325", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759122410", "uncertainty": 120 }, "departure": { "time": "1759122410", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759122497", "uncertainty": 120 }, "departure": { "time": "1759122497", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759122686", "uncertainty": 120 }, "departure": { "time": "1759122686", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759122781", "uncertainty": 120 }, "departure": { "time": "1759122781", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759122834", "uncertainty": 120 }, "departure": { "time": "1759122834", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759122891", "uncertainty": 120 }, "departure": { "time": "1759122891", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759122947", "uncertainty": 120 }, "departure": { "time": "1759122947", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759123165", "uncertainty": 120 }, "departure": { "time": "1759123165", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759123258", "uncertainty": 120 }, "departure": { "time": "1759123258", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759123372", "uncertainty": 120 }, "departure": { "time": "1759123372", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759123496", "uncertainty": 120 }, "departure": { "time": "1759123496", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759123560", "uncertainty": 120 }, "departure": { "time": "1759123560", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759123415", "uncertainty": 120 }, "departure": { "time": "1759123415", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759123464", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290862" } } }, { "id": "3292188", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:LPRAT 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292188" } } }, { "id": "3292451", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121160", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 }, { "arrival": { "time": "1759121233", "uncertainty": 120 }, "departure": { "time": "1759121233", "uncertainty": 120 }, "stopId": "0:CPDP 2", "stopSequence": 2 }, { "arrival": { "time": "1759121340", "uncertainty": 120 }, "departure": { "time": "1759121340", "uncertainty": 120 }, "stopId": "0:CSDF", "stopSequence": 3 }, { "arrival": { "time": "1759121415", "uncertainty": 120 }, "departure": { "time": "1759121415", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 4 }, { "arrival": { "time": "1759121437", "uncertainty": 120 }, "departure": { "time": "1759121437", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 5 }, { "arrival": { "time": "1759121520", "uncertainty": 120 }, "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 6 }, { "arrival": { "time": "1759121629", "uncertainty": 120 }, "departure": { "time": "1759121629", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 7 }, { "arrival": { "time": "1759121820", "uncertainty": 120 }, "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:ARMA", "stopSequence": 8 }, { "arrival": { "time": "1759121848", "uncertainty": 120 }, "departure": { "time": "1759121848", "uncertainty": 120 }, "stopId": "0:MONG", "stopSequence": 9 }, { "arrival": { "time": "1759121929", "uncertainty": 120 }, "departure": { "time": "1759121929", "uncertainty": 120 }, "stopId": "0:ECOLE", "stopSequence": 10 }, { "arrival": { "time": "1759122007", "uncertainty": 120 }, "departure": { "time": "1759122007", "uncertainty": 120 }, "stopId": "0:VERGE", "stopSequence": 11 }, { "arrival": { "time": "1759122061", "uncertainty": 120 }, "departure": { "time": "1759122061", "uncertainty": 120 }, "stopId": "0:LGEAI", "stopSequence": 12 }, { "arrival": { "time": "1759122090", "uncertainty": 120 }, "departure": { "time": "1759122090", "uncertainty": 120 }, "stopId": "0:PARE 2", "stopSequence": 13 }, { "arrival": { "time": "1759122179", "uncertainty": 120 }, "departure": { "time": "1759122179", "uncertainty": 120 }, "stopId": "0:VIVIE", "stopSequence": 14 }, { "arrival": { "time": "1759122221", "uncertainty": 120 }, "departure": { "time": "1759122221", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 15 }, { "arrival": { "time": "1759122270", "uncertainty": 120 }, "departure": { "time": "1759122270", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 16 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 17 }, { "arrival": { "time": "1759122393", "uncertainty": 120 }, "departure": { "time": "1759122393", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 18 }, { "arrival": { "time": "1759122440", "uncertainty": 120 }, "departure": { "time": "1759122440", "uncertainty": 120 }, "stopId": "0:TLAUT", "stopSequence": 19 }, { "arrival": { "time": "1759122509", "uncertainty": 120 }, "departure": { "time": "1759122509", "uncertainty": 120 }, "stopId": "0:VFLEU", "stopSequence": 20 }, { "arrival": { "time": "1759122602", "uncertainty": 120 }, "departure": { "time": "1759122602", "uncertainty": 120 }, "stopId": "0:GAREN", "stopSequence": 21 }, { "arrival": { "time": "1759122647", "uncertainty": 120 }, "departure": { "time": "1759122647", "uncertainty": 120 }, "stopId": "0:CEZA", "stopSequence": 22 }, { "arrival": { "time": "1759122739", "uncertainty": 120 }, "departure": { "time": "1759122739", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 23 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 24 }, { "arrival": { "time": "1759122848", "uncertainty": 120 }, "departure": { "time": "1759122848", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 25 }, { "arrival": { "time": "1759122894", "uncertainty": 120 }, "departure": { "time": "1759122894", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 26 }, { "arrival": { "time": "1759123016", "uncertainty": 120 }, "departure": { "time": "1759123016", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 27 }, { "arrival": { "time": "1759123083", "uncertainty": 120 }, "departure": { "time": "1759123083", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 28 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 29 }, { "arrival": { "time": "1759123335", "uncertainty": 120 }, "departure": { "time": "1759123335", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 30 }, { "arrival": { "time": "1759123455", "uncertainty": 120 }, "departure": { "time": "1759123455", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 31 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 32 }, { "arrival": { "time": "1759123696", "uncertainty": 120 }, "departure": { "time": "1759123696", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 33 }, { "arrival": { "time": "1759123775", "uncertainty": 120 }, "departure": { "time": "1759123775", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 34 }, { "arrival": { "time": "1759123864", "uncertainty": 120 }, "departure": { "time": "1759123864", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 35 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:HBARB", "stopSequence": 36 }, { "arrival": { "time": "1759124024", "uncertainty": 120 }, "departure": { "time": "1759124024", "uncertainty": 120 }, "stopId": "0:JPREV", "stopSequence": 37 }, { "arrival": { "time": "1759124110", "uncertainty": 120 }, "departure": { "time": "1759124110", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 38 }, { "arrival": { "time": "1759124160", "uncertainty": 120 }, "departure": { "time": "1759124160", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 39 }, { "arrival": { "time": "1759124218", "uncertainty": 120 }, "departure": { "time": "1759124218", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 40 }, { "arrival": { "time": "1759124300", "uncertainty": 120 }, "departure": { "time": "1759124300", "uncertainty": 120 }, "stopId": "0:GROUS", "stopSequence": 41 }, { "arrival": { "time": "1759124422", "uncertainty": 120 }, "departure": { "time": "1759124422", "uncertainty": 120 }, "stopId": "0:RDM", "stopSequence": 42 }, { "arrival": { "time": "1759124602", "uncertainty": 120 }, "departure": { "time": "1759124602", "uncertainty": 120 }, "stopId": "0:SYLV", "stopSequence": 43 }, { "arrival": { "time": "1759124727", "uncertainty": 120 }, "departure": { "time": "1759124727", "uncertainty": 120 }, "stopId": "0:MMALI", "stopSequence": 44 }, { "arrival": { "time": "1759124759", "uncertainty": 120 }, "departure": { "time": "1759124759", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 45 }, { "arrival": { "time": "1759124840", "uncertainty": 120 }, "departure": { "time": "1759124840", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 46 }, { "arrival": { "time": "1759124863", "uncertainty": 120 }, "departure": { "time": "1759124863", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 47 }, { "arrival": { "time": "1759124954", "uncertainty": 120 }, "departure": { "time": "1759124954", "uncertainty": 120 }, "stopId": "0:MALBO", "stopSequence": 48 }, { "arrival": { "time": "1759125106", "uncertainty": 120 }, "departure": { "time": "1759125106", "uncertainty": 120 }, "stopId": "0:MALCR", "stopSequence": 49 }, { "arrival": { "time": "1759125141", "uncertainty": 120 }, "departure": { "time": "1759125141", "uncertainty": 120 }, "stopId": "0:CHAMAL", "stopSequence": 50 }, { "arrival": { "time": "1759125293", "uncertainty": 120 }, "departure": { "time": "1759125293", "uncertainty": 120 }, "stopId": "0:CHRPTF", "stopSequence": 51 }, { "arrival": { "time": "1759125327", "uncertainty": 120 }, "departure": { "time": "1759125327", "uncertainty": 120 }, "stopId": "0:GOUV", "stopSequence": 52 }, { "arrival": { "time": "1759125372", "uncertainty": 120 }, "departure": { "time": "1759125372", "uncertainty": 120 }, "stopId": "0:GAIE", "stopSequence": 53 }, { "arrival": { "time": "1759125430", "uncertainty": 120 }, "departure": { "time": "1759125430", "uncertainty": 120 }, "stopId": "0:CHAH", "stopSequence": 54 }, { "arrival": { "time": "1759125487", "uncertainty": 120 }, "departure": { "time": "1759125487", "uncertainty": 120 }, "stopId": "0:CHSI", "stopSequence": 55 }, { "arrival": { "time": "1759125561", "uncertainty": 120 }, "departure": { "time": "1759125561", "uncertainty": 120 }, "stopId": "0:CGEN", "stopSequence": 56 }, { "arrival": { "time": "1759125850", "uncertainty": 120 }, "departure": { "time": "1759125850", "uncertainty": 120 }, "stopId": "0:MTCC2", "stopSequence": 57 }, { "arrival": { "time": "1759125878", "uncertainty": 120 }, "departure": { "time": "1759125878", "uncertainty": 120 }, "stopId": "0:CHMAD", "stopSequence": 58 }, { "arrival": { "time": "1759125940", "uncertainty": 120 }, "departure": { "time": "1759125940", "uncertainty": 120 }, "stopId": "0:CHSTJ", "stopSequence": 59 }, { "arrival": { "time": "1759125994", "uncertainty": 120 }, "stopId": "0:MPMO", "stopSequence": 60 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292451" } } }, { "id": "3291181", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123034", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 }, { "arrival": { "time": "1759123147", "uncertainty": 120 }, "departure": { "time": "1759123147", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 2 }, { "arrival": { "time": "1759123214", "uncertainty": 120 }, "departure": { "time": "1759123214", "uncertainty": 120 }, "stopId": "0:RALPE", "stopSequence": 3 }, { "arrival": { "time": "1759123249", "uncertainty": 120 }, "departure": { "time": "1759123249", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 4 }, { "arrival": { "time": "1759123318", "uncertainty": 120 }, "departure": { "time": "1759123318", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 5 }, { "arrival": { "time": "1759123409", "uncertainty": 120 }, "departure": { "time": "1759123409", "uncertainty": 120 }, "stopId": "0:IADAM", "stopSequence": 6 }, { "arrival": { "time": "1759123469", "uncertainty": 120 }, "departure": { "time": "1759123469", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 7 }, { "arrival": { "time": "1759123528", "uncertainty": 120 }, "departure": { "time": "1759123528", "uncertainty": 120 }, "stopId": "0:VALEN", "stopSequence": 8 }, { "arrival": { "time": "1759123616", "uncertainty": 120 }, "departure": { "time": "1759123616", "uncertainty": 120 }, "stopId": "0:TROND", "stopSequence": 9 }, { "arrival": { "time": "1759123724", "uncertainty": 120 }, "departure": { "time": "1759123724", "uncertainty": 120 }, "stopId": "0:RESER", "stopSequence": 10 }, { "arrival": { "time": "1759123795", "uncertainty": 120 }, "departure": { "time": "1759123795", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 11 }, { "arrival": { "time": "1759123856", "uncertainty": 120 }, "departure": { "time": "1759123856", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 12 }, { "arrival": { "time": "1759123973", "uncertainty": 120 }, "departure": { "time": "1759123973", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 13 }, { "arrival": { "time": "1759124060", "uncertainty": 120 }, "departure": { "time": "1759124060", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 14 }, { "arrival": { "time": "1759124099", "uncertainty": 120 }, "departure": { "time": "1759124099", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 15 }, { "arrival": { "time": "1759124291", "uncertainty": 120 }, "departure": { "time": "1759124291", "uncertainty": 120 }, "stopId": "0:BOTT 2", "stopSequence": 16 }, { "arrival": { "time": "1759124358", "uncertainty": 120 }, "departure": { "time": "1759124358", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 17 }, { "arrival": { "time": "1759124389", "uncertainty": 120 }, "departure": { "time": "1759124389", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 18 }, { "arrival": { "time": "1759124457", "uncertainty": 120 }, "departure": { "time": "1759124457", "uncertainty": 120 }, "stopId": "0:MAIRI G", "stopSequence": 19 }, { "arrival": { "time": "1759124517", "uncertainty": 120 }, "departure": { "time": "1759124517", "uncertainty": 120 }, "stopId": "0:CLAUD", "stopSequence": 20 }, { "arrival": { "time": "1759124559", "uncertainty": 120 }, "departure": { "time": "1759124559", "uncertainty": 120 }, "stopId": "0:ROSTA", "stopSequence": 21 }, { "arrival": { "time": "1759124616", "uncertainty": 120 }, "departure": { "time": "1759124616", "uncertainty": 120 }, "stopId": "0:GAGAR", "stopSequence": 22 }, { "arrival": { "time": "1759124689", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291181" } } }, { "id": "3293189", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:BARBV", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "805", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293189" } } }, { "id": "3290362", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120601", "uncertainty": 120 }, "departure": { "time": "1759120601", "uncertainty": 120 }, "stopId": "0:_CIM" }, { "arrival": { "time": "1759120689", "uncertainty": 120 }, "departure": { "time": "1759120689", "uncertainty": 120 }, "stopId": "0:_MAG 3" }, { "arrival": { "time": "1759120787", "uncertainty": 120 }, "departure": { "time": "1759120787", "uncertainty": 120 }, "stopId": "0:_JRO" }, { "arrival": { "time": "1759120877", "uncertainty": 120 }, "departure": { "time": "1759120877", "uncertainty": 120 }, "stopId": "0:_CLX" }, { "arrival": { "time": "1759121236", "uncertainty": 120 }, "departure": { "time": "1759121236", "uncertainty": 120 }, "stopId": "0:_ACH 2" }, { "departure": { "time": "1759119729", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 1 }, { "arrival": { "time": "1759119783", "uncertainty": 120 }, "departure": { "time": "1759119783", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 2 }, { "arrival": { "time": "1759119798", "uncertainty": 120 }, "departure": { "time": "1759119798", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 3 }, { "arrival": { "time": "1759119962", "uncertainty": 120 }, "departure": { "time": "1759119962", "uncertainty": 120 }, "stopId": "0:_YOU 2", "stopSequence": 4 }, { "arrival": { "time": "1759120030", "uncertainty": 120 }, "departure": { "time": "1759120030", "uncertainty": 120 }, "stopId": "0:_CAS 2", "stopSequence": 5 }, { "arrival": { "time": "1759120300", "uncertainty": 120 }, "departure": { "time": "1759120300", "uncertainty": 120 }, "stopId": "0:_COQ 2", "stopSequence": 6 }, { "arrival": { "time": "1759120389", "uncertainty": 120 }, "departure": { "time": "1759120389", "uncertainty": 120 }, "stopId": "0:_BOZ", "stopSequence": 7 }, { "arrival": { "time": "1759120449", "uncertainty": 120 }, "departure": { "time": "1759120449", "uncertainty": 120 }, "stopId": "0:_ZAD", "stopSequence": 8 }, { "arrival": { "time": "1759120479", "uncertainty": 120 }, "departure": { "time": "1759120479", "uncertainty": 120 }, "stopId": "0:_ABA", "stopSequence": 9 }, { "arrival": { "time": "1759120545", "uncertainty": 120 }, "departure": { "time": "1759120545", "uncertainty": 120 }, "stopId": "0:_BEL", "stopSequence": 10 }, { "arrival": { "time": "1759120380", "uncertainty": 120 }, "departure": { "time": "1759120380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CIM", "stopSequence": 11 }, { "arrival": { "time": "1759120477", "uncertainty": 120 }, "departure": { "time": "1759120477", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LPR", "stopSequence": 12 }, { "arrival": { "time": "1759120532", "uncertainty": 120 }, "departure": { "time": "1759120532", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CLX", "stopSequence": 13 }, { "arrival": { "time": "1759120946", "uncertainty": 120 }, "departure": { "time": "1759120946", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 14 }, { "arrival": { "time": "1759120957", "uncertainty": 120 }, "departure": { "time": "1759120957", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 15 }, { "arrival": { "time": "1759120993", "uncertainty": 120 }, "departure": { "time": "1759120993", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 16 }, { "arrival": { "time": "1759120881", "uncertainty": 120 }, "departure": { "time": "1759120881", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LAC 2", "stopSequence": 17 }, { "arrival": { "time": "1759121240", "uncertainty": 120 }, "departure": { "time": "1759121240", "uncertainty": 120 }, "stopId": "0:_ACH 2", "stopSequence": 18 }, { "arrival": { "time": "1759121278", "uncertainty": 120 }, "departure": { "time": "1759121278", "uncertainty": 120 }, "stopId": "0:_ETO 2", "stopSequence": 19 }, { "arrival": { "time": "1759121363", "uncertainty": 120 }, "departure": { "time": "1759121363", "uncertainty": 120 }, "stopId": "0:_LVS 2", "stopSequence": 20 }, { "arrival": { "time": "1759121421", "uncertainty": 120 }, "departure": { "time": "1759121421", "uncertainty": 120 }, "stopId": "0:_COM 2", "stopSequence": 21 }, { "arrival": { "time": "1759121458", "uncertainty": 120 }, "departure": { "time": "1759121458", "uncertainty": 120 }, "stopId": "0:_COM 3", "stopSequence": 22 }, { "arrival": { "time": "1759121554", "uncertainty": 120 }, "departure": { "time": "1759121554", "uncertainty": 120 }, "stopId": "0:_COA 2", "stopSequence": 23 }, { "arrival": { "time": "1759121617", "uncertainty": 120 }, "departure": { "time": "1759121617", "uncertainty": 120 }, "stopId": "0:_PIC 2", "stopSequence": 24 }, { "arrival": { "time": "1759121677", "uncertainty": 120 }, "departure": { "time": "1759121677", "uncertainty": 120 }, "stopId": "0:_DAR 2", "stopSequence": 25 }, { "arrival": { "time": "1759121721", "uncertainty": 120 }, "departure": { "time": "1759121721", "uncertainty": 120 }, "stopId": "0:_SCH 2", "stopSequence": 26 }, { "arrival": { "time": "1759121815", "uncertainty": 120 }, "departure": { "time": "1759121815", "uncertainty": 120 }, "stopId": "0:_ZIL", "stopSequence": 27 }, { "arrival": { "time": "1759121852", "uncertainty": 120 }, "departure": { "time": "1759121852", "uncertainty": 120 }, "stopId": "0:_LRS 2", "stopSequence": 28 }, { "arrival": { "time": "1759121901", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "64", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290362" }, "vehicle": { "id": "840", "label": "840" } } }, { "id": "3291440", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291440" } } }, { "id": "3291901", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:CHAPL", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291901" } } }, { "id": "3290774", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120623", "uncertainty": 120 }, "departure": { "time": "1759120632", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759120441", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759120501", "uncertainty": 120 }, "departure": { "time": "1759120531", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759120602", "uncertainty": 120 }, "departure": { "time": "1759120621", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759120509", "uncertainty": 120 }, "departure": { "time": "1759120509", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759120560", "uncertainty": 120 }, "departure": { "time": "1759120560", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759120628", "uncertainty": 120 }, "departure": { "time": "1759120628", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759120752", "uncertainty": 120 }, "departure": { "time": "1759120752", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759120853", "uncertainty": 120 }, "departure": { "time": "1759120853", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759120931", "uncertainty": 120 }, "departure": { "time": "1759120931", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759121073", "uncertainty": 120 }, "departure": { "time": "1759121073", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759121131", "uncertainty": 120 }, "departure": { "time": "1759121131", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759121195", "uncertainty": 120 }, "departure": { "time": "1759121195", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759121227", "uncertainty": 120 }, "departure": { "time": "1759121227", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759121324", "uncertainty": 120 }, "departure": { "time": "1759121324", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759121429", "uncertainty": 120 }, "departure": { "time": "1759121429", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759121555", "uncertainty": 120 }, "departure": { "time": "1759121555", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759121617", "uncertainty": 120 }, "departure": { "time": "1759121617", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759121693", "uncertainty": 120 }, "departure": { "time": "1759121693", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759121757", "uncertainty": 120 }, "departure": { "time": "1759121757", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759121839", "uncertainty": 120 }, "departure": { "time": "1759121839", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759121895", "uncertainty": 120 }, "departure": { "time": "1759121895", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759121994", "uncertainty": 120 }, "departure": { "time": "1759121994", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759122117", "uncertainty": 120 }, "departure": { "time": "1759122117", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759122197", "uncertainty": 120 }, "departure": { "time": "1759122197", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759122255", "uncertainty": 120 }, "departure": { "time": "1759122255", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759122297", "uncertainty": 120 }, "departure": { "time": "1759122297", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759122356", "uncertainty": 120 }, "departure": { "time": "1759122356", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759122405", "uncertainty": 120 }, "departure": { "time": "1759122405", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759122462", "uncertainty": 120 }, "departure": { "time": "1759122462", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759122477", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290774" }, "vehicle": { "id": "103", "label": "103" } } }, { "id": "3291716", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291716" } } }, { "id": "3291443", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291443" } } }, { "id": "3290308", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:GODAN 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290308" } } }, { "id": "3291094", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291094" } } }, { "id": "3291940", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121708", "uncertainty": 120 }, "departure": { "time": "1759121708", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759121787", "uncertainty": 120 }, "departure": { "time": "1759121787", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759121897", "uncertainty": 120 }, "departure": { "time": "1759121897", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759121906", "uncertainty": 120 }, "departure": { "time": "1759121906", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759121996", "uncertainty": 120 }, "departure": { "time": "1759121996", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759122097", "uncertainty": 120 }, "departure": { "time": "1759122097", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759122191", "uncertainty": 120 }, "departure": { "time": "1759122191", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759120797", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759120838", "uncertainty": 120 }, "departure": { "time": "1759120838", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759120917", "uncertainty": 120 }, "departure": { "time": "1759120917", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759120978", "uncertainty": 120 }, "departure": { "time": "1759120978", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759121067", "uncertainty": 120 }, "departure": { "time": "1759121067", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759121108", "uncertainty": 120 }, "departure": { "time": "1759121108", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759121177", "uncertainty": 120 }, "departure": { "time": "1759121177", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759121238", "uncertainty": 120 }, "departure": { "time": "1759121238", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759121282", "uncertainty": 120 }, "departure": { "time": "1759121282", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759121342", "uncertainty": 120 }, "departure": { "time": "1759121342", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759121389", "uncertainty": 120 }, "departure": { "time": "1759121389", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759121469", "uncertainty": 120 }, "departure": { "time": "1759121469", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1759121511", "uncertainty": 120 }, "departure": { "time": "1759121511", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1759121573", "uncertainty": 120 }, "departure": { "time": "1759121573", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1759121627", "uncertainty": 120 }, "departure": { "time": "1759121627", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1759121580", "uncertainty": 120 }, "departure": { "time": "1759121580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1759121630", "uncertainty": 120 }, "departure": { "time": "1759121630", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1759121678", "uncertainty": 120 }, "departure": { "time": "1759121678", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1759121709", "uncertainty": 120 }, "departure": { "time": "1759121709", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1759121752", "uncertainty": 120 }, "departure": { "time": "1759121752", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1759121833", "uncertainty": 120 }, "departure": { "time": "1759121833", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1759121869", "uncertainty": 120 }, "departure": { "time": "1759121869", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1759122356", "uncertainty": 120 }, "departure": { "time": "1759122356", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759122483", "uncertainty": 120 }, "departure": { "time": "1759122483", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1759122568", "uncertainty": 120 }, "departure": { "time": "1759122568", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1759122634", "uncertainty": 120 }, "departure": { "time": "1759122634", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1759122704", "uncertainty": 120 }, "departure": { "time": "1759122704", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1759122775", "uncertainty": 120 }, "departure": { "time": "1759122775", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1759122849", "uncertainty": 120 }, "departure": { "time": "1759122849", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1759123009", "uncertainty": 120 }, "departure": { "time": "1759123009", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1759123098", "uncertainty": 120 }, "departure": { "time": "1759123098", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1759123286", "uncertainty": 120 }, "departure": { "time": "1759123286", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759123390", "uncertainty": 120 }, "departure": { "time": "1759123390", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759123478", "uncertainty": 120 }, "departure": { "time": "1759123478", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759123509", "uncertainty": 120 }, "departure": { "time": "1759123509", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759123571", "uncertainty": 120 }, "departure": { "time": "1759123571", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759123614", "uncertainty": 120 }, "departure": { "time": "1759123614", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759123696", "uncertainty": 120 }, "departure": { "time": "1759123696", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1759123743", "uncertainty": 120 }, "departure": { "time": "1759123743", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1759123809", "uncertainty": 120 }, "departure": { "time": "1759123809", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1759123882", "uncertainty": 120 }, "departure": { "time": "1759123882", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1759123947", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291940" } } }, { "id": "3290340", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:CGEN 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "203", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290340" } } }, { "id": "3291676", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291676" } } }, { "id": "3291900", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120283", "uncertainty": 120 }, "departure": { "time": "1759120283", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1759120328", "uncertainty": 120 }, "departure": { "time": "1759120328", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1759120375", "uncertainty": 120 }, "departure": { "time": "1759120388", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1759120464", "uncertainty": 120 }, "departure": { "time": "1759120464", "uncertainty": 120 }, "stopId": "0:AMAND 2", "stopSequence": 6 }, { "arrival": { "time": "1759120487", "uncertainty": 120 }, "departure": { "time": "1759120487", "uncertainty": 120 }, "stopId": "0:CMOUC 2", "stopSequence": 7 }, { "arrival": { "time": "1759120538", "uncertainty": 120 }, "departure": { "time": "1759120538", "uncertainty": 120 }, "stopId": "0:BARNA 2", "stopSequence": 8 }, { "arrival": { "time": "1759120615", "uncertainty": 120 }, "departure": { "time": "1759120628", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 9 }, { "arrival": { "time": "1759120718", "uncertainty": 120 }, "departure": { "time": "1759120718", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 10 }, { "arrival": { "time": "1759120755", "uncertainty": 120 }, "departure": { "time": "1759120755", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 11 }, { "arrival": { "time": "1759120872", "uncertainty": 120 }, "departure": { "time": "1759120872", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 12 }, { "arrival": { "time": "1759120955", "uncertainty": 120 }, "departure": { "time": "1759120955", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 13 }, { "arrival": { "time": "1759121088", "uncertainty": 120 }, "departure": { "time": "1759121088", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 14 }, { "arrival": { "time": "1759121154", "uncertainty": 120 }, "departure": { "time": "1759121154", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 15 }, { "arrival": { "time": "1759121219", "uncertainty": 120 }, "departure": { "time": "1759121219", "uncertainty": 120 }, "stopId": "0:GENIS 2", "stopSequence": 16 }, { "arrival": { "time": "1759121291", "uncertainty": 120 }, "departure": { "time": "1759121291", "uncertainty": 120 }, "stopId": "0:BEREN 2", "stopSequence": 17 }, { "arrival": { "time": "1759121354", "uncertainty": 120 }, "departure": { "time": "1759121354", "uncertainty": 120 }, "stopId": "0:LPALL 2", "stopSequence": 18 }, { "arrival": { "time": "1759121416", "uncertainty": 120 }, "departure": { "time": "1759121416", "uncertainty": 120 }, "stopId": "0:PGATA 2", "stopSequence": 19 }, { "arrival": { "time": "1759121476", "uncertainty": 120 }, "departure": { "time": "1759121476", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 20 }, { "arrival": { "time": "1759121538", "uncertainty": 120 }, "departure": { "time": "1759121538", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 21 }, { "arrival": { "time": "1759121592", "uncertainty": 120 }, "departure": { "time": "1759121592", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 22 }, { "arrival": { "time": "1759121675", "uncertainty": 120 }, "departure": { "time": "1759121675", "uncertainty": 120 }, "stopId": "0:PDANG 2", "stopSequence": 23 }, { "arrival": { "time": "1759121721", "uncertainty": 120 }, "departure": { "time": "1759121721", "uncertainty": 120 }, "stopId": "0:JACQU 2", "stopSequence": 24 }, { "arrival": { "time": "1759121813", "uncertainty": 120 }, "departure": { "time": "1759121813", "uncertainty": 120 }, "stopId": "0:MOURE 2", "stopSequence": 25 }, { "arrival": { "time": "1759121864", "uncertainty": 120 }, "departure": { "time": "1759121864", "uncertainty": 120 }, "stopId": "0:GERBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759121897", "uncertainty": 120 }, "departure": { "time": "1759121897", "uncertainty": 120 }, "stopId": "0:BROSS 2", "stopSequence": 27 }, { "arrival": { "time": "1759121956", "uncertainty": 120 }, "departure": { "time": "1759121956", "uncertainty": 120 }, "stopId": "0:LMARG 2", "stopSequence": 28 }, { "arrival": { "time": "1759122012", "uncertainty": 120 }, "departure": { "time": "1759122012", "uncertainty": 120 }, "stopId": "0:AUREA 2", "stopSequence": 29 }, { "arrival": { "time": "1759122090", "uncertainty": 120 }, "departure": { "time": "1759122090", "uncertainty": 120 }, "stopId": "0:REVEL 2", "stopSequence": 30 }, { "arrival": { "time": "1759122143", "uncertainty": 120 }, "departure": { "time": "1759122143", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 31 }, { "arrival": { "time": "1759122194", "uncertainty": 120 }, "departure": { "time": "1759122194", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 32 }, { "arrival": { "time": "1759122253", "uncertainty": 120 }, "departure": { "time": "1759122253", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 33 }, { "arrival": { "time": "1759122296", "uncertainty": 120 }, "departure": { "time": "1759122296", "uncertainty": 120 }, "stopId": "0:ZOLA 2", "stopSequence": 34 }, { "arrival": { "time": "1759122340", "uncertainty": 120 }, "departure": { "time": "1759122340", "uncertainty": 120 }, "stopId": "0:PAST 2", "stopSequence": 35 }, { "arrival": { "time": "1759122391", "uncertainty": 120 }, "departure": { "time": "1759122391", "uncertainty": 120 }, "stopId": "0:THORE 2", "stopSequence": 36 }, { "arrival": { "time": "1759122430", "uncertainty": 120 }, "departure": { "time": "1759122430", "uncertainty": 120 }, "stopId": "0:CASAN 2", "stopSequence": 37 }, { "arrival": { "time": "1759122488", "uncertainty": 120 }, "departure": { "time": "1759122488", "uncertainty": 120 }, "stopId": "0:PRIME 2", "stopSequence": 38 }, { "arrival": { "time": "1759122553", "uncertainty": 120 }, "departure": { "time": "1759122553", "uncertainty": 120 }, "stopId": "0:ALOES 2", "stopSequence": 39 }, { "arrival": { "time": "1759122597", "uncertainty": 120 }, "departure": { "time": "1759122597", "uncertainty": 120 }, "stopId": "0:DEBUS 2", "stopSequence": 40 }, { "arrival": { "time": "1759122689", "uncertainty": 120 }, "departure": { "time": "1759122689", "uncertainty": 120 }, "stopId": "0:LDOR 2", "stopSequence": 41 }, { "arrival": { "time": "1759122761", "uncertainty": 120 }, "departure": { "time": "1759122761", "uncertainty": 120 }, "stopId": "0:DEDOR 2", "stopSequence": 42 }, { "arrival": { "time": "1759122853", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291900" }, "vehicle": { "id": "562", "label": "562" } } }, { "id": "3291820", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125985", "uncertainty": 120 }, "departure": { "time": "1759125985", "uncertainty": 120 }, "stopId": "0:VHUGO" }, { "arrival": { "time": "1759126039", "uncertainty": 120 }, "departure": { "time": "1759126039", "uncertainty": 120 }, "stopId": "0:LGMOU" }, { "arrival": { "time": "1759126120", "uncertainty": 120 }, "departure": { "time": "1759126120", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1759123598", "uncertainty": 120 }, "departure": { "time": "1759123598", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1759123936", "uncertainty": 120 }, "departure": { "time": "1759123936", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1759124040", "uncertainty": 120 }, "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1759124111", "uncertainty": 120 }, "departure": { "time": "1759124111", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1759124199", "uncertainty": 120 }, "departure": { "time": "1759124199", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1759124253", "uncertainty": 120 }, "departure": { "time": "1759124253", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1759124308", "uncertainty": 120 }, "departure": { "time": "1759124308", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1759124469", "uncertainty": 120 }, "departure": { "time": "1759124469", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1759124561", "uncertainty": 120 }, "departure": { "time": "1759124561", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1759124640", "uncertainty": 120 }, "departure": { "time": "1759124640", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1759124729", "uncertainty": 120 }, "departure": { "time": "1759124729", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1759124826", "uncertainty": 120 }, "departure": { "time": "1759124826", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1759124908", "uncertainty": 120 }, "departure": { "time": "1759124908", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1759125003", "uncertainty": 120 }, "departure": { "time": "1759125003", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1759125060", "uncertainty": 120 }, "departure": { "time": "1759125060", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1759125108", "uncertainty": 120 }, "departure": { "time": "1759125108", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1759125154", "uncertainty": 120 }, "departure": { "time": "1759125154", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1759125284", "uncertainty": 120 }, "departure": { "time": "1759125284", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1759125360", "uncertainty": 120 }, "departure": { "time": "1759125360", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1759125390", "uncertainty": 120 }, "departure": { "time": "1759125390", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1759125460", "uncertainty": 120 }, "departure": { "time": "1759125460", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1759125540", "uncertainty": 120 }, "departure": { "time": "1759125540", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1759125596", "uncertainty": 120 }, "departure": { "time": "1759125596", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1759125662", "uncertainty": 120 }, "departure": { "time": "1759125662", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1759125720", "uncertainty": 120 }, "departure": { "time": "1759125720", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1759126020", "uncertainty": 120 }, "departure": { "time": "1759126020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1759126076", "uncertainty": 120 }, "departure": { "time": "1759126076", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1759126140", "uncertainty": 120 }, "departure": { "time": "1759126140", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1759126191", "uncertainty": 120 }, "departure": { "time": "1759126191", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1759126240", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291820" } } }, { "id": "3289990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121880", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289990" } } }, { "id": "3293292", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:_LBGER", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "831", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293292" } } }, { "id": "3292136", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122492", "uncertainty": 120 }, "stopId": "0:LANG", "stopSequence": 1 }, { "arrival": { "time": "1759122554", "uncertainty": 120 }, "departure": { "time": "1759122554", "uncertainty": 120 }, "stopId": "0:JJD 2", "stopSequence": 2 }, { "arrival": { "time": "1759122586", "uncertainty": 120 }, "departure": { "time": "1759122586", "uncertainty": 120 }, "stopId": "0:MECH 2", "stopSequence": 3 }, { "arrival": { "time": "1759122671", "uncertainty": 120 }, "departure": { "time": "1759122671", "uncertainty": 120 }, "stopId": "0:CORNI 2", "stopSequence": 4 }, { "arrival": { "time": "1759122814", "uncertainty": 120 }, "departure": { "time": "1759122814", "uncertainty": 120 }, "stopId": "0:CDR", "stopSequence": 5 }, { "arrival": { "time": "1759122854", "uncertainty": 120 }, "departure": { "time": "1759122854", "uncertainty": 120 }, "stopId": "0:LPRAT 2", "stopSequence": 6 }, { "arrival": { "time": "1759122925", "uncertainty": 120 }, "departure": { "time": "1759122925", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 7 }, { "arrival": { "time": "1759123048", "uncertainty": 120 }, "departure": { "time": "1759123048", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 8 }, { "arrival": { "time": "1759123113", "uncertainty": 120 }, "departure": { "time": "1759123113", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 9 }, { "arrival": { "time": "1759123174", "uncertainty": 120 }, "departure": { "time": "1759123174", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 10 }, { "arrival": { "time": "1759123232", "uncertainty": 120 }, "departure": { "time": "1759123232", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 11 }, { "arrival": { "time": "1759123378", "uncertainty": 120 }, "departure": { "time": "1759123378", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 12 }, { "arrival": { "time": "1759123483", "uncertainty": 120 }, "departure": { "time": "1759123483", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 13 }, { "arrival": { "time": "1759123665", "uncertainty": 120 }, "departure": { "time": "1759123665", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 14 }, { "arrival": { "time": "1759123783", "uncertainty": 120 }, "departure": { "time": "1759123783", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 15 }, { "arrival": { "time": "1759123845", "uncertainty": 120 }, "departure": { "time": "1759123845", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 16 }, { "arrival": { "time": "1759123921", "uncertainty": 120 }, "departure": { "time": "1759123921", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 17 }, { "arrival": { "time": "1759124017", "uncertainty": 120 }, "departure": { "time": "1759124017", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 18 }, { "arrival": { "time": "1759124112", "uncertainty": 120 }, "departure": { "time": "1759124112", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 19 }, { "arrival": { "time": "1759124177", "uncertainty": 120 }, "departure": { "time": "1759124177", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 20 }, { "arrival": { "time": "1759124265", "uncertainty": 120 }, "departure": { "time": "1759124265", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 21 }, { "arrival": { "time": "1759124455", "uncertainty": 120 }, "departure": { "time": "1759124455", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 22 }, { "arrival": { "time": "1759124491", "uncertainty": 120 }, "departure": { "time": "1759124491", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 23 }, { "arrival": { "time": "1759124601", "uncertainty": 120 }, "departure": { "time": "1759124601", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 24 }, { "arrival": { "time": "1759124695", "uncertainty": 120 }, "departure": { "time": "1759124695", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 25 }, { "arrival": { "time": "1759124797", "uncertainty": 120 }, "departure": { "time": "1759124797", "uncertainty": 120 }, "stopId": "0:VIVA", "stopSequence": 26 }, { "arrival": { "time": "1759124853", "uncertainty": 120 }, "departure": { "time": "1759124853", "uncertainty": 120 }, "stopId": "0:LFLEUR", "stopSequence": 27 }, { "arrival": { "time": "1759124901", "uncertainty": 120 }, "departure": { "time": "1759124901", "uncertainty": 120 }, "stopId": "0:LETRA", "stopSequence": 28 }, { "arrival": { "time": "1759124947", "uncertainty": 120 }, "departure": { "time": "1759124947", "uncertainty": 120 }, "stopId": "0:MJC", "stopSequence": 29 }, { "arrival": { "time": "1759124995", "uncertainty": 120 }, "departure": { "time": "1759124995", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 30 }, { "arrival": { "time": "1759125029", "uncertainty": 120 }, "departure": { "time": "1759125029", "uncertainty": 120 }, "stopId": "0:MUSIQ 2", "stopSequence": 31 }, { "arrival": { "time": "1759125094", "uncertainty": 120 }, "departure": { "time": "1759125094", "uncertainty": 120 }, "stopId": "0:SDCO 2", "stopSequence": 32 }, { "arrival": { "time": "1759125152", "uncertainty": 120 }, "departure": { "time": "1759125152", "uncertainty": 120 }, "stopId": "0:COUBE", "stopSequence": 33 }, { "arrival": { "time": "1759125220", "uncertainty": 120 }, "departure": { "time": "1759125220", "uncertainty": 120 }, "stopId": "0:MIRAB", "stopSequence": 34 }, { "arrival": { "time": "1759125268", "uncertainty": 120 }, "departure": { "time": "1759125268", "uncertainty": 120 }, "stopId": "0:ESTO", "stopSequence": 35 }, { "arrival": { "time": "1759125355", "uncertainty": 120 }, "departure": { "time": "1759125355", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 36 }, { "arrival": { "time": "1759125595", "uncertainty": 120 }, "departure": { "time": "1759125595", "uncertainty": 120 }, "stopId": "0:CHAMP", "stopSequence": 37 }, { "arrival": { "time": "1759125648", "uncertainty": 120 }, "departure": { "time": "1759125648", "uncertainty": 120 }, "stopId": "0:HDSUR", "stopSequence": 38 }, { "arrival": { "time": "1759125675", "uncertainty": 120 }, "departure": { "time": "1759125675", "uncertainty": 120 }, "stopId": "0:CEVEN", "stopSequence": 39 }, { "arrival": { "time": "1759125701", "uncertainty": 120 }, "departure": { "time": "1759125701", "uncertainty": 120 }, "stopId": "0:BELAIR", "stopSequence": 40 }, { "arrival": { "time": "1759125724", "uncertainty": 120 }, "departure": { "time": "1759125724", "uncertainty": 120 }, "stopId": "0:TERR", "stopSequence": 41 }, { "arrival": { "time": "1759125777", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292136" } } }, { "id": "3292770", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121166" }, "departure": { "time": "1759121166" }, "stopId": "0:_GALB2" }, { "arrival": { "time": "1759121233" }, "departure": { "time": "1759121233" }, "stopId": "0:_COL 2" }, { "departure": { "time": "1759119873", "uncertainty": 120 }, "stopId": "0:_HOP", "stopSequence": 1 }, { "arrival": { "time": "1759119925", "uncertainty": 120 }, "departure": { "time": "1759119925", "uncertainty": 120 }, "stopId": "0:_LSE", "stopSequence": 2 }, { "arrival": { "time": "1759120053", "uncertainty": 120 }, "departure": { "time": "1759120053", "uncertainty": 120 }, "stopId": "0:_LAS", "stopSequence": 3 }, { "arrival": { "time": "1759120080", "uncertainty": 120 }, "departure": { "time": "1759120080", "uncertainty": 120 }, "stopId": "0:_ACA", "stopSequence": 4 }, { "arrival": { "time": "1759120128", "uncertainty": 120 }, "departure": { "time": "1759120128", "uncertainty": 120 }, "stopId": "0:_LPA", "stopSequence": 5 }, { "arrival": { "time": "1759120144", "uncertainty": 120 }, "departure": { "time": "1759120144", "uncertainty": 120 }, "stopId": "0:_YRAB", "stopSequence": 6 }, { "arrival": { "time": "1759120158", "uncertainty": 120 }, "departure": { "time": "1759120158", "uncertainty": 120 }, "stopId": "0:_MCC 3", "stopSequence": 7 }, { "arrival": { "time": "1759120202", "uncertainty": 120 }, "departure": { "time": "1759120202", "uncertainty": 120 }, "stopId": "0:_LRE", "stopSequence": 8 }, { "arrival": { "time": "1759120226", "uncertainty": 120 }, "departure": { "time": "1759120226", "uncertainty": 120 }, "stopId": "0:_JRO", "stopSequence": 9 }, { "arrival": { "time": "1759120295", "uncertainty": 120 }, "departure": { "time": "1759120295", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 10 }, { "arrival": { "time": "1759120385", "uncertainty": 120 }, "departure": { "time": "1759120385", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 11 }, { "arrival": { "time": "1759120416", "uncertainty": 120 }, "departure": { "time": "1759120416", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 12 }, { "arrival": { "time": "1759120466", "uncertainty": 120 }, "departure": { "time": "1759120466", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 13 }, { "arrival": { "time": "1759120740" }, "departure": { "time": "1759120740" }, "stopId": "0:_JJA 2", "stopSequence": 14 }, { "arrival": { "time": "1759120824" }, "departure": { "time": "1759120824" }, "stopId": "0:_LYT 2", "stopSequence": 15 }, { "arrival": { "time": "1759120883" }, "departure": { "time": "1759120883" }, "stopId": "0:_AMP 2", "stopSequence": 16 }, { "arrival": { "time": "1759120920" }, "departure": { "time": "1759120920" }, "stopId": "0:_GAM 2", "stopSequence": 17 }, { "arrival": { "time": "1759120977" }, "departure": { "time": "1759120977" }, "stopId": "0:_PCA 2", "stopSequence": 18 }, { "arrival": { "time": "1759121018" }, "departure": { "time": "1759121018" }, "stopId": "0:_ADM 2", "stopSequence": 19 }, { "arrival": { "time": "1759121075" }, "departure": { "time": "1759121075" }, "stopId": "0:_SEX 2", "stopSequence": 20 }, { "arrival": { "time": "1759121158" }, "departure": { "time": "1759121158" }, "stopId": "0:_GALB2", "stopSequence": 21 }, { "arrival": { "time": "1759121154", "uncertainty": 120 }, "departure": { "time": "1759121154", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN 2", "stopSequence": 22 }, { "arrival": { "time": "1759121220", "uncertainty": 120 }, "departure": { "time": "1759121220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB 2", "stopSequence": 23 }, { "arrival": { "time": "1759121315" }, "departure": { "time": "1759121315" }, "stopId": "0:_LVI 2", "stopSequence": 24 }, { "arrival": { "time": "1759121344" }, "departure": { "time": "1759121344" }, "stopId": "0:_MCU 2", "stopSequence": 25 }, { "arrival": { "time": "1759121421" }, "departure": { "time": "1759121421" }, "stopId": "0:ZAR", "stopSequence": 26 }, { "arrival": { "time": "1759121472" }, "departure": { "time": "1759121472" }, "stopId": "0:_CAF 2", "stopSequence": 27 }, { "arrival": { "time": "1759121604" }, "departure": { "time": "1759121604" }, "stopId": "0:_SVC", "stopSequence": 28 }, { "arrival": { "time": "1759121724" }, "departure": { "time": "1759121724" }, "stopId": "0:_PSP 2", "stopSequence": 29 }, { "arrival": { "time": "1759121878" }, "departure": { "time": "1759121878" }, "stopId": "0:_SPMAN 2", "stopSequence": 30 }, { "arrival": { "time": "1759121964" }, "departure": { "time": "1759121964" }, "stopId": "0:_SPLR 2", "stopSequence": 31 }, { "arrival": { "time": "1759122144" }, "stopId": "0:_SPLG", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292770" }, "vehicle": { "id": "854", "label": "854" } } }, { "id": "3289934", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120744", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1759120776", "uncertainty": 120 }, "departure": { "time": "1759120776", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1759120793", "uncertainty": 120 }, "departure": { "time": "1759120793", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1759120817", "uncertainty": 120 }, "departure": { "time": "1759120817", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1759120882", "uncertainty": 120 }, "departure": { "time": "1759120882", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1759120931", "uncertainty": 120 }, "departure": { "time": "1759120931", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1759120961", "uncertainty": 120 }, "departure": { "time": "1759120961", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1759121049", "uncertainty": 120 }, "departure": { "time": "1759121049", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1759121094", "uncertainty": 120 }, "departure": { "time": "1759121094", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1759121154", "uncertainty": 120 }, "departure": { "time": "1759121154", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1759121229", "uncertainty": 120 }, "departure": { "time": "1759121229", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1759121283", "uncertainty": 120 }, "departure": { "time": "1759121283", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1759121354", "uncertainty": 120 }, "departure": { "time": "1759121354", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1759121405", "uncertainty": 120 }, "departure": { "time": "1759121405", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1759121463", "uncertainty": 120 }, "departure": { "time": "1759121463", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1759121516", "uncertainty": 120 }, "departure": { "time": "1759121516", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1759121589", "uncertainty": 120 }, "departure": { "time": "1759121589", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1759121738", "uncertainty": 120 }, "departure": { "time": "1759121738", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1759121829", "uncertainty": 120 }, "departure": { "time": "1759121829", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1759121929", "uncertainty": 120 }, "departure": { "time": "1759121929", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1759122009", "uncertainty": 120 }, "departure": { "time": "1759122009", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1759122046", "uncertainty": 120 }, "departure": { "time": "1759122046", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1759122082", "uncertainty": 120 }, "departure": { "time": "1759122082", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1759122134", "uncertainty": 120 }, "departure": { "time": "1759122134", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1759122172", "uncertainty": 120 }, "departure": { "time": "1759122172", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1759122203", "uncertainty": 120 }, "departure": { "time": "1759122203", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1759122252", "uncertainty": 120 }, "departure": { "time": "1759122252", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1759122287", "uncertainty": 120 }, "departure": { "time": "1759122287", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1759122328", "uncertainty": 120 }, "departure": { "time": "1759122328", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1759122377", "uncertainty": 120 }, "departure": { "time": "1759122377", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1759122429", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289934" } } }, { "id": "3290349", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122566", "uncertainty": 120 }, "stopId": "0:_OUV", "stopSequence": 1 }, { "arrival": { "time": "1759122926", "uncertainty": 120 }, "departure": { "time": "1759122926", "uncertainty": 120 }, "stopId": "0:MBL 4", "stopSequence": 2 }, { "arrival": { "time": "1759123166", "uncertainty": 120 }, "departure": { "time": "1759123166", "uncertainty": 120 }, "stopId": "0:LABC", "stopSequence": 3 }, { "arrival": { "time": "1759123346", "uncertainty": 120 }, "departure": { "time": "1759123346", "uncertainty": 120 }, "stopId": "0:LBLP", "stopSequence": 4 }, { "arrival": { "time": "1759123406", "uncertainty": 120 }, "departure": { "time": "1759123406", "uncertainty": 120 }, "stopId": "0:MMALC", "stopSequence": 5 }, { "arrival": { "time": "1759123586", "uncertainty": 120 }, "departure": { "time": "1759123586", "uncertainty": 120 }, "stopId": "0:MTVPX", "stopSequence": 6 }, { "arrival": { "time": "1759123759", "uncertainty": 120 }, "departure": { "time": "1759123759", "uncertainty": 120 }, "stopId": "0:MTVFE", "stopSequence": 7 }, { "arrival": { "time": "1759123819", "uncertainty": 120 }, "departure": { "time": "1759123819", "uncertainty": 120 }, "stopId": "0:_COLEO", "stopSequence": 8 }, { "arrival": { "time": "1759124359", "uncertainty": 120 }, "departure": { "time": "1759124359", "uncertainty": 120 }, "stopId": "0:MTVVI", "stopSequence": 9 }, { "arrival": { "time": "1759124479", "uncertainty": 120 }, "departure": { "time": "1759124479", "uncertainty": 120 }, "stopId": "0:MTVLO", "stopSequence": 10 }, { "arrival": { "time": "1759124597", "uncertainty": 120 }, "departure": { "time": "1759124597", "uncertainty": 120 }, "stopId": "0:PDM", "stopSequence": 11 }, { "arrival": { "time": "1759124777", "uncertainty": 120 }, "departure": { "time": "1759124777", "uncertainty": 120 }, "stopId": "0:LBEA", "stopSequence": 12 }, { "arrival": { "time": "1759125077", "uncertainty": 120 }, "stopId": "0:CDB", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "232", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290349" } } }, { "id": "3291675", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119480", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 }, { "arrival": { "time": "1759119547", "uncertainty": 120 }, "departure": { "time": "1759119547", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 2 }, { "arrival": { "time": "1759119680", "uncertainty": 120 }, "departure": { "time": "1759119680", "uncertainty": 120 }, "stopId": "0:_FBF", "stopSequence": 3 }, { "arrival": { "time": "1759119780", "uncertainty": 120 }, "departure": { "time": "1759119780", "uncertainty": 120 }, "stopId": "0:_JCH", "stopSequence": 4 }, { "arrival": { "time": "1759119810", "uncertainty": 120 }, "departure": { "time": "1759119810", "uncertainty": 120 }, "stopId": "0:_DEP", "stopSequence": 5 }, { "arrival": { "time": "1759119863", "uncertainty": 120 }, "departure": { "time": "1759119863", "uncertainty": 120 }, "stopId": "0:_MDE", "stopSequence": 6 }, { "arrival": { "time": "1759119896", "uncertainty": 120 }, "departure": { "time": "1759119896", "uncertainty": 120 }, "stopId": "0:_VINA 2", "stopSequence": 7 }, { "arrival": { "time": "1759119913", "uncertainty": 120 }, "departure": { "time": "1759119913", "uncertainty": 120 }, "stopId": "0:_MOUN 2", "stopSequence": 8 }, { "arrival": { "time": "1759120028", "uncertainty": 120 }, "departure": { "time": "1759120050", "uncertainty": 120 }, "stopId": "0:_CNA", "stopSequence": 9 }, { "arrival": { "time": "1759120129", "uncertainty": 120 }, "departure": { "time": "1759120129", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 10 }, { "arrival": { "time": "1759120170", "uncertainty": 120 }, "departure": { "time": "1759120170", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 11 }, { "arrival": { "time": "1759120260", "uncertainty": 120 }, "departure": { "time": "1759120260", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 12 }, { "arrival": { "time": "1759120359", "uncertainty": 120 }, "departure": { "time": "1759120359", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 13 }, { "arrival": { "time": "1759120509", "uncertainty": 120 }, "departure": { "time": "1759120530", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 14 }, { "arrival": { "time": "1759120618", "uncertainty": 120 }, "departure": { "time": "1759120618", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 15 }, { "arrival": { "time": "1759120646", "uncertainty": 120 }, "departure": { "time": "1759120646", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 16 }, { "arrival": { "time": "1759120706", "uncertainty": 120 }, "departure": { "time": "1759120706", "uncertainty": 120 }, "stopId": "0:_DUC 2", "stopSequence": 17 }, { "arrival": { "time": "1759120728", "uncertainty": 120 }, "departure": { "time": "1759120728", "uncertainty": 120 }, "stopId": "0:_PMA 2", "stopSequence": 18 }, { "arrival": { "time": "1759120833", "uncertainty": 120 }, "departure": { "time": "1759120833", "uncertainty": 120 }, "stopId": "0:_LYD 3", "stopSequence": 19 }, { "arrival": { "time": "1759120926", "uncertainty": 120 }, "departure": { "time": "1759120926", "uncertainty": 120 }, "stopId": "0:_BONN", "stopSequence": 20 }, { "arrival": { "time": "1759120986", "uncertainty": 120 }, "departure": { "time": "1759120986", "uncertainty": 120 }, "stopId": "0:_DID 2", "stopSequence": 21 }, { "arrival": { "time": "1759121013", "uncertainty": 120 }, "departure": { "time": "1759121013", "uncertainty": 120 }, "stopId": "0:_COD 5", "stopSequence": 22 }, { "arrival": { "time": "1759121070", "uncertainty": 120 }, "departure": { "time": "1759121070", "uncertainty": 120 }, "stopId": "0:_LSY 2", "stopSequence": 23 }, { "arrival": { "time": "1759121133", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291675" }, "vehicle": { "id": "890", "label": "890" } } }, { "id": "3292553", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:MTVDO", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "210", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292553" } } }, { "id": "3292222", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124389", "uncertainty": 120 }, "departure": { "time": "1759124389", "uncertainty": 120 }, "stopId": "0:BOTTE 2" }, { "arrival": { "time": "1759124460", "uncertainty": 120 }, "departure": { "time": "1759124460", "uncertainty": 120 }, "stopId": "0:FAUCO 2" }, { "arrival": { "time": "1759124540", "uncertainty": 120 }, "departure": { "time": "1759124540", "uncertainty": 120 }, "stopId": "0:PBLAN" }, { "arrival": { "time": "1759124653", "uncertainty": 120 }, "departure": { "time": "1759124653", "uncertainty": 120 }, "stopId": "0:CCOM1.2" }, { "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 1 }, { "arrival": { "time": "1759122281", "uncertainty": 120 }, "departure": { "time": "1759122281", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 2 }, { "arrival": { "time": "1759122369", "uncertainty": 120 }, "departure": { "time": "1759122369", "uncertainty": 120 }, "stopId": "0:RCOL", "stopSequence": 3 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:MALBOU 2", "stopSequence": 4 }, { "arrival": { "time": "1759122541", "uncertainty": 120 }, "departure": { "time": "1759122541", "uncertainty": 120 }, "stopId": "0:ZAGU", "stopSequence": 5 }, { "arrival": { "time": "1759122576", "uncertainty": 120 }, "departure": { "time": "1759122576", "uncertainty": 120 }, "stopId": "0:MCUR", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 7 }, { "arrival": { "time": "1759122869", "uncertainty": 120 }, "departure": { "time": "1759122869", "uncertainty": 120 }, "stopId": "0:GAUM 3", "stopSequence": 8 }, { "arrival": { "time": "1759122916", "uncertainty": 120 }, "departure": { "time": "1759122916", "uncertainty": 120 }, "stopId": "0:ROBE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122975", "uncertainty": 120 }, "departure": { "time": "1759122975", "uncertainty": 120 }, "stopId": "0:CDTR 2", "stopSequence": 10 }, { "arrival": { "time": "1759123040", "uncertainty": 120 }, "departure": { "time": "1759123040", "uncertainty": 120 }, "stopId": "0:MDSP 2", "stopSequence": 11 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:BRIFF 6", "stopSequence": 12 }, { "arrival": { "time": "1759123168", "uncertainty": 120 }, "departure": { "time": "1759123168", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 13 }, { "arrival": { "time": "1759123237", "uncertainty": 120 }, "departure": { "time": "1759123237", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 14 }, { "arrival": { "time": "1759123288", "uncertainty": 120 }, "departure": { "time": "1759123288", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 15 }, { "arrival": { "time": "1759123354", "uncertainty": 120 }, "departure": { "time": "1759123354", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 16 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 }, { "arrival": { "time": "1759123658", "uncertainty": 120 }, "departure": { "time": "1759123658", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 18 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 19 }, { "arrival": { "time": "1759123841", "uncertainty": 120 }, "departure": { "time": "1759123841", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 20 }, { "arrival": { "time": "1759123962", "uncertainty": 120 }, "departure": { "time": "1759123962", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 21 }, { "arrival": { "time": "1759124100", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 22 }, { "arrival": { "time": "1759124187", "uncertainty": 120 }, "departure": { "time": "1759124187", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 23 }, { "arrival": { "time": "1759124230", "uncertainty": 120 }, "departure": { "time": "1759124230", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 24 }, { "arrival": { "time": "1759124430", "uncertainty": 120 }, "departure": { "time": "1759124430", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND 2", "stopSequence": 25 }, { "arrival": { "time": "1759124535", "uncertainty": 120 }, "departure": { "time": "1759124535", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO 2", "stopSequence": 26 }, { "arrival": { "time": "1759124602", "uncertainty": 120 }, "departure": { "time": "1759124602", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE 2", "stopSequence": 27 }, { "arrival": { "time": "1759124639", "uncertainty": 120 }, "departure": { "time": "1759124639", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC 2", "stopSequence": 28 }, { "arrival": { "time": "1759124668", "uncertainty": 120 }, "departure": { "time": "1759124668", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO 2", "stopSequence": 29 }, { "arrival": { "time": "1759124710", "uncertainty": 120 }, "departure": { "time": "1759124710", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE 2", "stopSequence": 30 }, { "arrival": { "time": "1759124763", "uncertainty": 120 }, "departure": { "time": "1759124763", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN 2", "stopSequence": 31 }, { "arrival": { "time": "1759124656", "uncertainty": 120 }, "departure": { "time": "1759124656", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 32 }, { "arrival": { "time": "1759124698", "uncertainty": 120 }, "departure": { "time": "1759124698", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 33 }, { "arrival": { "time": "1759124766", "uncertainty": 120 }, "departure": { "time": "1759124766", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 34 }, { "arrival": { "time": "1759124850", "uncertainty": 120 }, "departure": { "time": "1759124850", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 35 }, { "arrival": { "time": "1759124956", "uncertainty": 120 }, "departure": { "time": "1759124956", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 36 }, { "arrival": { "time": "1759125004", "uncertainty": 120 }, "departure": { "time": "1759125004", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 37 }, { "arrival": { "time": "1759125136", "uncertainty": 120 }, "departure": { "time": "1759125136", "uncertainty": 120 }, "stopId": "0:BEAUM 2", "stopSequence": 38 }, { "arrival": { "time": "1759125195", "uncertainty": 120 }, "departure": { "time": "1759125195", "uncertainty": 120 }, "stopId": "0:GSOLE 4", "stopSequence": 39 }, { "arrival": { "time": "1759125284", "uncertainty": 120 }, "departure": { "time": "1759125284", "uncertainty": 120 }, "stopId": "0:LAVAN 2", "stopSequence": 40 }, { "arrival": { "time": "1759125323", "uncertainty": 120 }, "departure": { "time": "1759125323", "uncertainty": 120 }, "stopId": "0:SDFET 2", "stopSequence": 41 }, { "arrival": { "time": "1759125365", "uncertainty": 120 }, "departure": { "time": "1759125365", "uncertainty": 120 }, "stopId": "0:VALVI 2", "stopSequence": 42 }, { "arrival": { "time": "1759125414", "uncertainty": 120 }, "departure": { "time": "1759125414", "uncertainty": 120 }, "stopId": "0:JACEM 2", "stopSequence": 43 }, { "arrival": { "time": "1759125454", "uncertainty": 120 }, "departure": { "time": "1759125454", "uncertainty": 120 }, "stopId": "0:PLVIG 2", "stopSequence": 44 }, { "arrival": { "time": "1759125495", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 45 } ], "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292222" } } }, { "id": "3290556", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:BMON", "stopSequence": 1 }, { "arrival": { "time": "1759122360", "uncertainty": 120 }, "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:BMTB", "stopSequence": 2 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:BMTI", "stopSequence": 3 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:CSDF 2", "stopSequence": 4 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 5 }, { "arrival": { "time": "1759122720", "uncertainty": 120 }, "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 7 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 8 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:CHAM", "stopSequence": 9 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:CFOU", "stopSequence": 10 }, { "arrival": { "time": "1759123674", "uncertainty": 120 }, "departure": { "time": "1759123674", "uncertainty": 120 }, "stopId": "0:BLMI", "stopSequence": 11 }, { "arrival": { "time": "1759123734", "uncertainty": 120 }, "departure": { "time": "1759123734", "uncertainty": 120 }, "stopId": "0:BMOR", "stopSequence": 12 }, { "arrival": { "time": "1759124034", "uncertainty": 120 }, "departure": { "time": "1759124034", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 13 }, { "arrival": { "time": "1759124084", "uncertainty": 120 }, "departure": { "time": "1759124084", "uncertainty": 120 }, "stopId": "0:BELAIR 2", "stopSequence": 14 }, { "arrival": { "time": "1759124206", "uncertainty": 120 }, "departure": { "time": "1759124206", "uncertainty": 120 }, "stopId": "0:HDSUR 2", "stopSequence": 15 }, { "arrival": { "time": "1759124331", "uncertainty": 120 }, "departure": { "time": "1759124331", "uncertainty": 120 }, "stopId": "0:CHAMP 2", "stopSequence": 16 }, { "arrival": { "time": "1759124571", "uncertainty": 120 }, "departure": { "time": "1759124571", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 17 }, { "arrival": { "time": "1759124631", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 18 } ], "trip": { "directionId": 0, "routeId": "503", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290556" } } }, { "id": "3289868", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124220", "uncertainty": 120 }, "stopId": "0:_COM 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "581", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289868" } } }, { "id": "3290696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "311", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290696" } } }, { "id": "3290403", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122960" }, "stopId": "0:_ELPA 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "375", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290403" } } }, { "id": "3292629", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292629" } } }, { "id": "3293200", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:_BPE", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "811", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293200" } } }, { "id": "3290303", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123435", "uncertainty": 120 }, "departure": { "time": "1759123435", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1759123521", "uncertainty": 120 }, "departure": { "time": "1759123521", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1759123588", "uncertainty": 120 }, "departure": { "time": "1759123588", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1759122588", "uncertainty": 120 }, "departure": { "time": "1759122588", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1759122630", "uncertainty": 120 }, "departure": { "time": "1759122630", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1759122676", "uncertainty": 120 }, "departure": { "time": "1759122676", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1759122717", "uncertainty": 120 }, "departure": { "time": "1759122717", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1759122758", "uncertainty": 120 }, "departure": { "time": "1759122758", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1759122910", "uncertainty": 120 }, "departure": { "time": "1759122910", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1759123087", "uncertainty": 120 }, "departure": { "time": "1759123087", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1759123202", "uncertainty": 120 }, "departure": { "time": "1759123202", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1759123414", "uncertainty": 120 }, "departure": { "time": "1759123414", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 12 }, { "arrival": { "time": "1759123471", "uncertainty": 120 }, "departure": { "time": "1759123471", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 13 }, { "arrival": { "time": "1759123524", "uncertainty": 120 }, "departure": { "time": "1759123524", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 14 }, { "arrival": { "time": "1759123565", "uncertainty": 120 }, "departure": { "time": "1759123565", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 15 }, { "arrival": { "time": "1759123599", "uncertainty": 120 }, "departure": { "time": "1759123599", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 16 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 17 }, { "arrival": { "time": "1759123828", "uncertainty": 120 }, "departure": { "time": "1759123828", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 18 }, { "arrival": { "time": "1759123962", "uncertainty": 120 }, "departure": { "time": "1759123962", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 19 }, { "arrival": { "time": "1759124187", "uncertainty": 120 }, "departure": { "time": "1759124187", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 20 }, { "arrival": { "time": "1759124667", "uncertainty": 120 }, "departure": { "time": "1759124667", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 21 }, { "arrival": { "time": "1759124724", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "131", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290303" } } }, { "id": "3292668", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122070", "uncertainty": 120 }, "stopId": "0:_EALO 2", "stopSequence": 1 }, { "arrival": { "time": "1759122135", "uncertainty": 120 }, "departure": { "time": "1759122135", "uncertainty": 120 }, "stopId": "0:ECOM", "stopSequence": 2 }, { "arrival": { "time": "1759122166", "uncertainty": 120 }, "departure": { "time": "1759122166", "uncertainty": 120 }, "stopId": "0:_EPR 2", "stopSequence": 3 }, { "arrival": { "time": "1759122306", "uncertainty": 120 }, "departure": { "time": "1759122306", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 4 }, { "arrival": { "time": "1759122606", "uncertainty": 120 }, "departure": { "time": "1759122606", "uncertainty": 120 }, "stopId": "0:_BVIL", "stopSequence": 5 }, { "arrival": { "time": "1759122666", "uncertainty": 120 }, "departure": { "time": "1759122666", "uncertainty": 120 }, "stopId": "0:_BLC 3", "stopSequence": 6 }, { "arrival": { "time": "1759122729", "uncertainty": 120 }, "departure": { "time": "1759122729", "uncertainty": 120 }, "stopId": "0:_BLBO", "stopSequence": 7 }, { "arrival": { "time": "1759122789", "uncertainty": 120 }, "departure": { "time": "1759122789", "uncertainty": 120 }, "stopId": "0:_BVIC", "stopSequence": 8 }, { "arrival": { "time": "1759122850", "uncertainty": 120 }, "departure": { "time": "1759122850", "uncertainty": 120 }, "stopId": "0:_BVVI", "stopSequence": 9 }, { "arrival": { "time": "1759123050", "uncertainty": 120 }, "departure": { "time": "1759123050", "uncertainty": 120 }, "stopId": "0:_PFM", "stopSequence": 10 }, { "arrival": { "time": "1759123270", "uncertainty": 120 }, "departure": { "time": "1759123270", "uncertainty": 120 }, "stopId": "0:_PVB", "stopSequence": 11 }, { "arrival": { "time": "1759123400", "uncertainty": 120 }, "departure": { "time": "1759123400", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 12 }, { "arrival": { "time": "1759123676", "uncertainty": 120 }, "departure": { "time": "1759123676", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 13 }, { "arrival": { "time": "1759123914", "uncertainty": 120 }, "departure": { "time": "1759123914", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 14 }, { "arrival": { "time": "1759124091", "uncertainty": 120 }, "departure": { "time": "1759124091", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 15 }, { "arrival": { "time": "1759124178", "uncertainty": 120 }, "departure": { "time": "1759124178", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 16 }, { "arrival": { "time": "1759124658", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "27", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292668" } } }, { "id": "3290341", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:CLFO 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "201", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290341" } } }, { "id": "3292948", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:_PBO", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "63", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292948" } } }, { "id": "3291051", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123860", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291051" } } }, { "id": "3290316", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124280", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290316" } } }, { "id": "3292898", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120531", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 1 }, { "arrival": { "time": "1759120740" }, "departure": { "time": "1759120740" }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1759120875" }, "departure": { "time": "1759120875" }, "stopId": "0:_VOL 2", "stopSequence": 3 }, { "arrival": { "time": "1759120902" }, "departure": { "time": "1759120902" }, "stopId": "0:_CLL 2", "stopSequence": 4 }, { "arrival": { "time": "1759121041" }, "departure": { "time": "1759121041" }, "stopId": "0:_COE", "stopSequence": 5 }, { "arrival": { "time": "1759121085" }, "departure": { "time": "1759121085" }, "stopId": "0:_ZAM", "stopSequence": 6 }, { "arrival": { "time": "1759121161" }, "departure": { "time": "1759121161" }, "stopId": "0:_AVA 2", "stopSequence": 7 }, { "arrival": { "time": "1759121196" }, "departure": { "time": "1759121196" }, "stopId": "0:_HDV 2", "stopSequence": 8 }, { "arrival": { "time": "1759121225" }, "departure": { "time": "1759121225" }, "stopId": "0:_PAN 2", "stopSequence": 9 }, { "arrival": { "time": "1759121313" }, "departure": { "time": "1759121313" }, "stopId": "0:_REN 2", "stopSequence": 10 }, { "arrival": { "time": "1759121368" }, "departure": { "time": "1759121368" }, "stopId": "0:_GRU 2", "stopSequence": 11 }, { "arrival": { "time": "1759121467" }, "departure": { "time": "1759121467" }, "stopId": "0:_LML 2", "stopSequence": 12 }, { "arrival": { "time": "1759121525" }, "departure": { "time": "1759121525" }, "stopId": "0:_BCA", "stopSequence": 13 }, { "arrival": { "time": "1759121588" }, "departure": { "time": "1759121588" }, "stopId": "0:_ADP 2", "stopSequence": 14 }, { "arrival": { "time": "1759121664" }, "departure": { "time": "1759121664" }, "stopId": "0:_LPD 2", "stopSequence": 15 }, { "arrival": { "time": "1759121705" }, "departure": { "time": "1759121705" }, "stopId": "0:_MIN 2", "stopSequence": 16 }, { "arrival": { "time": "1759121761" }, "departure": { "time": "1759121761" }, "stopId": "0:_BDN 2", "stopSequence": 17 }, { "arrival": { "time": "1759121861" }, "departure": { "time": "1759121861" }, "stopId": "0:_LBY 2", "stopSequence": 18 }, { "arrival": { "time": "1759122005" }, "stopId": "0:_CMO", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292898" }, "vehicle": { "id": "37", "label": "37" } } }, { "id": "3293141", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123800" }, "stopId": "0:_ACE 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "46", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293141" } } }, { "id": "3291717", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291717" } } }, { "id": "3293191", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_RPE", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "803", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293191" } } }, { "id": "3291136", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123440" }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291136" } } }, { "id": "3292162", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121798", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 1 }, { "arrival": { "time": "1759121918", "uncertainty": 120 }, "departure": { "time": "1759121918", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 2 }, { "arrival": { "time": "1759121950", "uncertainty": 120 }, "departure": { "time": "1759121950", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 3 }, { "arrival": { "time": "1759122002", "uncertainty": 120 }, "departure": { "time": "1759122002", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 4 }, { "arrival": { "time": "1759122059", "uncertainty": 120 }, "departure": { "time": "1759122059", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 5 }, { "arrival": { "time": "1759122122", "uncertainty": 120 }, "departure": { "time": "1759122122", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 6 }, { "arrival": { "time": "1759122163", "uncertainty": 120 }, "departure": { "time": "1759122163", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 7 }, { "arrival": { "time": "1759122255", "uncertainty": 120 }, "departure": { "time": "1759122255", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 8 }, { "arrival": { "time": "1759122309", "uncertainty": 120 }, "departure": { "time": "1759122309", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 9 }, { "arrival": { "time": "1759122366", "uncertainty": 120 }, "departure": { "time": "1759122366", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 10 }, { "arrival": { "time": "1759122424", "uncertainty": 120 }, "departure": { "time": "1759122424", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 11 }, { "arrival": { "time": "1759122545", "uncertainty": 120 }, "departure": { "time": "1759122545", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 12 }, { "arrival": { "time": "1759122641", "uncertainty": 120 }, "departure": { "time": "1759122641", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 13 }, { "arrival": { "time": "1759122721", "uncertainty": 120 }, "departure": { "time": "1759122721", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 14 }, { "arrival": { "time": "1759122976", "uncertainty": 120 }, "departure": { "time": "1759122976", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 15 }, { "arrival": { "time": "1759123055", "uncertainty": 120 }, "departure": { "time": "1759123055", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 16 }, { "arrival": { "time": "1759123108", "uncertainty": 120 }, "departure": { "time": "1759123108", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 17 }, { "arrival": { "time": "1759123178", "uncertainty": 120 }, "departure": { "time": "1759123178", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 18 }, { "arrival": { "time": "1759123251", "uncertainty": 120 }, "departure": { "time": "1759123251", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759123324", "uncertainty": 120 }, "departure": { "time": "1759123324", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 20 }, { "arrival": { "time": "1759123399", "uncertainty": 120 }, "departure": { "time": "1759123399", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 21 }, { "arrival": { "time": "1759123497", "uncertainty": 120 }, "departure": { "time": "1759123497", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 22 }, { "arrival": { "time": "1759123668", "uncertainty": 120 }, "departure": { "time": "1759123668", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 23 }, { "arrival": { "time": "1759123819", "uncertainty": 120 }, "departure": { "time": "1759123819", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 24 }, { "arrival": { "time": "1759124028", "uncertainty": 120 }, "departure": { "time": "1759124028", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 25 }, { "arrival": { "time": "1759124113", "uncertainty": 120 }, "departure": { "time": "1759124113", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 26 }, { "arrival": { "time": "1759124202", "uncertainty": 120 }, "departure": { "time": "1759124202", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 27 }, { "arrival": { "time": "1759124303", "uncertainty": 120 }, "departure": { "time": "1759124303", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 28 }, { "arrival": { "time": "1759124423", "uncertainty": 120 }, "departure": { "time": "1759124423", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 29 }, { "arrival": { "time": "1759124485", "uncertainty": 120 }, "departure": { "time": "1759124485", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 30 }, { "arrival": { "time": "1759124525", "uncertainty": 120 }, "departure": { "time": "1759124525", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 31 }, { "arrival": { "time": "1759124626", "uncertainty": 120 }, "departure": { "time": "1759124626", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 32 }, { "arrival": { "time": "1759124702", "uncertainty": 120 }, "departure": { "time": "1759124702", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 33 }, { "arrival": { "time": "1759124734", "uncertainty": 120 }, "departure": { "time": "1759124734", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 34 }, { "arrival": { "time": "1759124792", "uncertainty": 120 }, "stopId": "0:LANG 2", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292162" } } }, { "id": "3290299", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123971", "uncertainty": 120 }, "departure": { "time": "1759123971", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759124050", "uncertainty": 120 }, "departure": { "time": "1759124050", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759124160", "uncertainty": 120 }, "departure": { "time": "1759124160", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759124169", "uncertainty": 120 }, "departure": { "time": "1759124169", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759124259", "uncertainty": 120 }, "departure": { "time": "1759124259", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759124360", "uncertainty": 120 }, "departure": { "time": "1759124360", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759124454", "uncertainty": 120 }, "departure": { "time": "1759124454", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:_ELPA", "stopSequence": 1 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:_EGA", "stopSequence": 2 }, { "arrival": { "time": "1759122773", "uncertainty": 120 }, "departure": { "time": "1759122773", "uncertainty": 120 }, "stopId": "0:_ELBA", "stopSequence": 3 }, { "arrival": { "time": "1759122826", "uncertainty": 120 }, "departure": { "time": "1759122826", "uncertainty": 120 }, "stopId": "0:BNO 2", "stopSequence": 4 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:_EPDM", "stopSequence": 5 }, { "arrival": { "time": "1759123056", "uncertainty": 120 }, "departure": { "time": "1759123056", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 6 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 7 }, { "arrival": { "time": "1759123183", "uncertainty": 120 }, "departure": { "time": "1759123183", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 8 }, { "arrival": { "time": "1759123242", "uncertainty": 120 }, "departure": { "time": "1759123242", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 9 }, { "arrival": { "time": "1759123288", "uncertainty": 120 }, "departure": { "time": "1759123288", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 10 }, { "arrival": { "time": "1759123349", "uncertainty": 120 }, "departure": { "time": "1759123349", "uncertainty": 120 }, "stopId": "0:CROI", "stopSequence": 11 }, { "arrival": { "time": "1759123409", "uncertainty": 120 }, "departure": { "time": "1759123409", "uncertainty": 120 }, "stopId": "0:JMAC 5", "stopSequence": 12 }, { "arrival": { "time": "1759123447", "uncertainty": 120 }, "departure": { "time": "1759123447", "uncertainty": 120 }, "stopId": "0:RESI", "stopSequence": 13 }, { "arrival": { "time": "1759123509", "uncertainty": 120 }, "departure": { "time": "1759123509", "uncertainty": 120 }, "stopId": "0:NEYR", "stopSequence": 14 }, { "arrival": { "time": "1759123564", "uncertainty": 120 }, "departure": { "time": "1759123564", "uncertainty": 120 }, "stopId": "0:CHEN", "stopSequence": 15 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:CHAFF", "stopSequence": 16 }, { "arrival": { "time": "1759123658", "uncertainty": 120 }, "departure": { "time": "1759123658", "uncertainty": 120 }, "stopId": "0:ARAGO", "stopSequence": 17 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 18 }, { "arrival": { "time": "1759123781", "uncertainty": 120 }, "departure": { "time": "1759123781", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 19 }, { "arrival": { "time": "1759123841", "uncertainty": 120 }, "departure": { "time": "1759123841", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 20 }, { "arrival": { "time": "1759123893", "uncertainty": 120 }, "departure": { "time": "1759123893", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 21 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 22 }, { "arrival": { "time": "1759124032", "uncertainty": 120 }, "departure": { "time": "1759124032", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 23 }, { "arrival": { "time": "1759124082", "uncertainty": 120 }, "departure": { "time": "1759124082", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 24 }, { "arrival": { "time": "1759124114", "uncertainty": 120 }, "departure": { "time": "1759124114", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 25 }, { "arrival": { "time": "1759124158", "uncertainty": 120 }, "departure": { "time": "1759124158", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 26 }, { "arrival": { "time": "1759124242", "uncertainty": 120 }, "departure": { "time": "1759124242", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 27 }, { "arrival": { "time": "1759124280", "uncertainty": 120 }, "departure": { "time": "1759124280", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 28 }, { "arrival": { "time": "1759124962", "uncertainty": 120 }, "departure": { "time": "1759124962", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1759125082", "uncertainty": 120 }, "departure": { "time": "1759125082", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 30 }, { "arrival": { "time": "1759125682", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "122", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290299" } } }, { "id": "3114071", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123800" }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3114071" } } }, { "id": "3293332", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121640", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293332" } } }, { "id": "3290631", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:BCL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "355", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290631" } } }, { "id": "3290775", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120979", "uncertainty": 120 }, "departure": { "time": "1759120979", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759120734", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759120920", "uncertainty": 120 }, "departure": { "time": "1759120920", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759120977", "uncertainty": 120 }, "departure": { "time": "1759120977", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759121049", "uncertainty": 120 }, "departure": { "time": "1759121049", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759121100", "uncertainty": 120 }, "departure": { "time": "1759121100", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759121168", "uncertainty": 120 }, "departure": { "time": "1759121168", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759121064", "uncertainty": 120 }, "departure": { "time": "1759121064", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759121165", "uncertainty": 120 }, "departure": { "time": "1759121165", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759121243", "uncertainty": 120 }, "departure": { "time": "1759121243", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759121385", "uncertainty": 120 }, "departure": { "time": "1759121385", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759121443", "uncertainty": 120 }, "departure": { "time": "1759121443", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759121507", "uncertainty": 120 }, "departure": { "time": "1759121507", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759121539", "uncertainty": 120 }, "departure": { "time": "1759121539", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759121636", "uncertainty": 120 }, "departure": { "time": "1759121636", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759121740", "uncertainty": 120 }, "departure": { "time": "1759121740", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759121866", "uncertainty": 120 }, "departure": { "time": "1759121866", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759121928", "uncertainty": 120 }, "departure": { "time": "1759121928", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759122004", "uncertainty": 120 }, "departure": { "time": "1759122004", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759122070", "uncertainty": 120 }, "departure": { "time": "1759122070", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759122152", "uncertainty": 120 }, "departure": { "time": "1759122152", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759122208", "uncertainty": 120 }, "departure": { "time": "1759122208", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759122307", "uncertainty": 120 }, "departure": { "time": "1759122307", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759122430", "uncertainty": 120 }, "departure": { "time": "1759122430", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759122525", "uncertainty": 120 }, "departure": { "time": "1759122525", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759122594", "uncertainty": 120 }, "departure": { "time": "1759122594", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759122645", "uncertainty": 120 }, "departure": { "time": "1759122645", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759122723", "uncertainty": 120 }, "departure": { "time": "1759122723", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759122789", "uncertainty": 120 }, "departure": { "time": "1759122789", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759122866", "uncertainty": 120 }, "departure": { "time": "1759122866", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759122881", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290775" }, "vehicle": { "id": "57", "label": "57" } } }, { "id": "3290866", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125624", "uncertainty": 120 }, "departure": { "time": "1759125624", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759123583", "uncertainty": 120 }, "departure": { "time": "1759123583", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759123673", "uncertainty": 120 }, "departure": { "time": "1759123673", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759123735", "uncertainty": 120 }, "departure": { "time": "1759123735", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759123800", "uncertainty": 120 }, "departure": { "time": "1759123800", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759123897", "uncertainty": 120 }, "departure": { "time": "1759123897", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759123967", "uncertainty": 120 }, "departure": { "time": "1759123967", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759124100", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759124224", "uncertainty": 120 }, "departure": { "time": "1759124224", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759124337", "uncertainty": 120 }, "departure": { "time": "1759124337", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759124390", "uncertainty": 120 }, "departure": { "time": "1759124390", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759124460", "uncertainty": 120 }, "departure": { "time": "1759124460", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759124545", "uncertainty": 120 }, "departure": { "time": "1759124545", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759124630", "uncertainty": 120 }, "departure": { "time": "1759124630", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759124717", "uncertainty": 120 }, "departure": { "time": "1759124717", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759124820", "uncertainty": 120 }, "departure": { "time": "1759124820", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759124917", "uncertainty": 120 }, "departure": { "time": "1759124917", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759125024", "uncertainty": 120 }, "departure": { "time": "1759125024", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759125083", "uncertainty": 120 }, "departure": { "time": "1759125083", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759125147", "uncertainty": 120 }, "departure": { "time": "1759125147", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759125210", "uncertainty": 120 }, "departure": { "time": "1759125210", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759125360", "uncertainty": 120 }, "departure": { "time": "1759125360", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759125445", "uncertainty": 120 }, "departure": { "time": "1759125445", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759125538", "uncertainty": 120 }, "departure": { "time": "1759125538", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759125652", "uncertainty": 120 }, "departure": { "time": "1759125652", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759125720", "uncertainty": 120 }, "departure": { "time": "1759125720", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759125776", "uncertainty": 120 }, "departure": { "time": "1759125776", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759125840", "uncertainty": 120 }, "departure": { "time": "1759125840", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759125695", "uncertainty": 120 }, "departure": { "time": "1759125695", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759125744", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290866" } } }, { "id": "3290226", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:_SPLG", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "602", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290226" } } }, { "id": "3291441", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291441" } } }, { "id": "3291780", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "arrival": { "time": "1759123520", "uncertainty": 120 }, "departure": { "time": "1759123520", "uncertainty": 120 }, "stopId": "0:MONG 4" }, { "arrival": { "time": "1759123581", "uncertainty": 120 }, "departure": { "time": "1759123581", "uncertainty": 120 }, "stopId": "0:LGMOU 2" }, { "arrival": { "time": "1759123627", "uncertainty": 120 }, "departure": { "time": "1759123627", "uncertainty": 120 }, "stopId": "0:VHUGO 2" }, { "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759123436", "uncertainty": 120 }, "departure": { "time": "1759123436", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759123569", "uncertainty": 120 }, "departure": { "time": "1759123569", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759123961", "uncertainty": 120 }, "departure": { "time": "1759123961", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1759124036", "uncertainty": 120 }, "departure": { "time": "1759124036", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1759124109", "uncertainty": 120 }, "departure": { "time": "1759124109", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1759124199", "uncertainty": 120 }, "departure": { "time": "1759124199", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1759124319", "uncertainty": 120 }, "departure": { "time": "1759124319", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1759124391", "uncertainty": 120 }, "departure": { "time": "1759124391", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1759124444", "uncertainty": 120 }, "departure": { "time": "1759124444", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1759124509", "uncertainty": 120 }, "departure": { "time": "1759124509", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1759124624", "uncertainty": 120 }, "departure": { "time": "1759124624", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1759124683", "uncertainty": 120 }, "departure": { "time": "1759124683", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1759124744", "uncertainty": 120 }, "departure": { "time": "1759124744", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1759124797", "uncertainty": 120 }, "departure": { "time": "1759124797", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1759124905", "uncertainty": 120 }, "departure": { "time": "1759124905", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1759124979", "uncertainty": 120 }, "departure": { "time": "1759124979", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1759125057", "uncertainty": 120 }, "departure": { "time": "1759125057", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759125160", "uncertainty": 120 }, "departure": { "time": "1759125160", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759125247", "uncertainty": 120 }, "departure": { "time": "1759125247", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1759125339", "uncertainty": 120 }, "departure": { "time": "1759125339", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1759125494", "uncertainty": 120 }, "departure": { "time": "1759125494", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1759125564", "uncertainty": 120 }, "departure": { "time": "1759125564", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1759125615", "uncertainty": 120 }, "departure": { "time": "1759125615", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1759125688", "uncertainty": 120 }, "departure": { "time": "1759125688", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1759125760", "uncertainty": 120 }, "departure": { "time": "1759125760", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1759125841", "uncertainty": 120 }, "departure": { "time": "1759125841", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1759126025", "uncertainty": 120 }, "departure": { "time": "1759126025", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1759126060", "uncertainty": 120 }, "departure": { "time": "1759126060", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1759126190", "uncertainty": 120 }, "departure": { "time": "1759126190", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1759126300", "uncertainty": 120 }, "departure": { "time": "1759126300", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1759126420", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291780" } } }, { "id": "3292973", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123800", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292973" } } }, { "id": "3292746", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123223", "uncertainty": 120 }, "departure": { "time": "1759123223", "uncertainty": 120 }, "stopId": "0:_COL 3" }, { "arrival": { "time": "1759123253", "uncertainty": 120 }, "departure": { "time": "1759123253", "uncertainty": 120 }, "stopId": "0:BOVIAN 2" }, { "arrival": { "time": "1759123255", "uncertainty": 120 }, "departure": { "time": "1759123255", "uncertainty": 120 }, "stopId": "0:BOVIAN" }, { "arrival": { "time": "1759123298", "uncertainty": 120 }, "departure": { "time": "1759123298", "uncertainty": 120 }, "stopId": "0:_GALB" }, { "arrival": { "time": "1759123302", "uncertainty": 120 }, "departure": { "time": "1759123302", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_SPLG", "stopSequence": 1 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:_SPLR", "stopSequence": 2 }, { "arrival": { "time": "1759122566", "uncertainty": 120 }, "departure": { "time": "1759122566", "uncertainty": 120 }, "stopId": "0:_SPMAN", "stopSequence": 3 }, { "arrival": { "time": "1759122720", "uncertainty": 120 }, "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:_PSP", "stopSequence": 4 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 5 }, { "arrival": { "time": "1759122979", "uncertainty": 120 }, "departure": { "time": "1759122979", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 6 }, { "arrival": { "time": "1759123026", "uncertainty": 120 }, "departure": { "time": "1759123026", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 7 }, { "arrival": { "time": "1759123104", "uncertainty": 120 }, "departure": { "time": "1759123104", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 8 }, { "arrival": { "time": "1759123134", "uncertainty": 120 }, "departure": { "time": "1759123134", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 9 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB", "stopSequence": 10 }, { "arrival": { "time": "1759123270", "uncertainty": 120 }, "departure": { "time": "1759123270", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN", "stopSequence": 11 }, { "arrival": { "time": "1759123303", "uncertainty": 120 }, "departure": { "time": "1759123303", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 12 }, { "arrival": { "time": "1759123386", "uncertainty": 120 }, "departure": { "time": "1759123386", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 13 }, { "arrival": { "time": "1759123455", "uncertainty": 120 }, "departure": { "time": "1759123455", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 14 }, { "arrival": { "time": "1759123507", "uncertainty": 120 }, "departure": { "time": "1759123507", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 15 }, { "arrival": { "time": "1759123598", "uncertainty": 120 }, "departure": { "time": "1759123598", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 16 }, { "arrival": { "time": "1759123662", "uncertainty": 120 }, "departure": { "time": "1759123662", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 17 }, { "arrival": { "time": "1759123762", "uncertainty": 120 }, "departure": { "time": "1759123762", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 18 }, { "arrival": { "time": "1759123838", "uncertainty": 120 }, "departure": { "time": "1759123838", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 19 }, { "arrival": { "time": "1759124018", "uncertainty": 120 }, "departure": { "time": "1759124018", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 20 }, { "arrival": { "time": "1759124098", "uncertainty": 120 }, "departure": { "time": "1759124098", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 21 }, { "arrival": { "time": "1759124138", "uncertainty": 120 }, "departure": { "time": "1759124138", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 22 }, { "arrival": { "time": "1759124221", "uncertainty": 120 }, "departure": { "time": "1759124221", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 23 }, { "arrival": { "time": "1759124288", "uncertainty": 120 }, "departure": { "time": "1759124288", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 24 }, { "arrival": { "time": "1759124322", "uncertainty": 120 }, "departure": { "time": "1759124322", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 25 }, { "arrival": { "time": "1759124378", "uncertainty": 120 }, "departure": { "time": "1759124378", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 26 }, { "arrival": { "time": "1759124408", "uncertainty": 120 }, "departure": { "time": "1759124408", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 27 }, { "arrival": { "time": "1759124430", "uncertainty": 120 }, "departure": { "time": "1759124430", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 28 }, { "arrival": { "time": "1759124479", "uncertainty": 120 }, "departure": { "time": "1759124479", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 29 }, { "arrival": { "time": "1759124507", "uncertainty": 120 }, "departure": { "time": "1759124507", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 30 }, { "arrival": { "time": "1759124552", "uncertainty": 120 }, "departure": { "time": "1759124552", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 31 }, { "arrival": { "time": "1759124645", "uncertainty": 120 }, "departure": { "time": "1759124645", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 32 }, { "arrival": { "time": "1759124678", "uncertainty": 120 }, "departure": { "time": "1759124678", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 33 }, { "arrival": { "time": "1759124918", "uncertainty": 120 }, "stopId": "0:_LYH", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292746" } } }, { "id": "3292921", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:_CMO", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292921" } } }, { "id": "3290644", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123920", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "353", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290644" } } }, { "id": "3290675", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121807", "uncertainty": 120 }, "stopId": "0:_OUV", "stopSequence": 1 }, { "arrival": { "time": "1759122107", "uncertainty": 120 }, "departure": { "time": "1759122107", "uncertainty": 120 }, "stopId": "0:LABC", "stopSequence": 2 }, { "arrival": { "time": "1759122707", "uncertainty": 120 }, "departure": { "time": "1759122707", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 3 }, { "arrival": { "time": "1759122822", "uncertainty": 120 }, "departure": { "time": "1759122822", "uncertainty": 120 }, "stopId": "0:MPSO", "stopSequence": 4 }, { "arrival": { "time": "1759122882", "uncertainty": 120 }, "departure": { "time": "1759122882", "uncertainty": 120 }, "stopId": "0:MPEL", "stopSequence": 5 }, { "arrival": { "time": "1759123062", "uncertainty": 120 }, "departure": { "time": "1759123062", "uncertainty": 120 }, "stopId": "0:BMNO", "stopSequence": 6 }, { "arrival": { "time": "1759123182", "uncertainty": 120 }, "departure": { "time": "1759123182", "uncertainty": 120 }, "stopId": "0:BLMO", "stopSequence": 7 }, { "arrival": { "time": "1759123242", "uncertainty": 120 }, "departure": { "time": "1759123242", "uncertainty": 120 }, "stopId": "0:BLTO", "stopSequence": 8 }, { "arrival": { "time": "1759123602", "uncertainty": 120 }, "departure": { "time": "1759123602", "uncertainty": 120 }, "stopId": "0:L3BU", "stopSequence": 9 }, { "arrival": { "time": "1759123842", "uncertainty": 120 }, "departure": { "time": "1759123842", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 10 }, { "arrival": { "time": "1759124142", "uncertainty": 120 }, "departure": { "time": "1759124142", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 11 }, { "arrival": { "time": "1759124442", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "307", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290675" } } }, { "id": "3290674", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122485", "uncertainty": 120 }, "stopId": "0:UPI", "stopSequence": 1 }, { "arrival": { "time": "1759122905", "uncertainty": 120 }, "departure": { "time": "1759122905", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 2 }, { "arrival": { "time": "1759123011", "uncertainty": 120 }, "departure": { "time": "1759123011", "uncertainty": 120 }, "stopId": "0:MPSO", "stopSequence": 3 }, { "arrival": { "time": "1759123071", "uncertainty": 120 }, "departure": { "time": "1759123071", "uncertainty": 120 }, "stopId": "0:MPEL", "stopSequence": 4 }, { "arrival": { "time": "1759123145", "uncertainty": 120 }, "departure": { "time": "1759123145", "uncertainty": 120 }, "stopId": "0:MOTPE", "stopSequence": 5 }, { "arrival": { "time": "1759123265", "uncertainty": 120 }, "departure": { "time": "1759123265", "uncertainty": 120 }, "stopId": "0:MOTC", "stopSequence": 6 }, { "arrival": { "time": "1759123325", "uncertainty": 120 }, "departure": { "time": "1759123325", "uncertainty": 120 }, "stopId": "0:MOT3BE", "stopSequence": 7 }, { "arrival": { "time": "1759123385", "uncertainty": 120 }, "departure": { "time": "1759123385", "uncertainty": 120 }, "stopId": "0:MONT", "stopSequence": 8 }, { "arrival": { "time": "1759123519", "uncertainty": 120 }, "departure": { "time": "1759123519", "uncertainty": 120 }, "stopId": "0:GABV", "stopSequence": 9 }, { "arrival": { "time": "1759123639", "uncertainty": 120 }, "departure": { "time": "1759123639", "uncertainty": 120 }, "stopId": "0:BMDA", "stopSequence": 10 }, { "arrival": { "time": "1759123699", "uncertainty": 120 }, "departure": { "time": "1759123699", "uncertainty": 120 }, "stopId": "0:BLCH", "stopSequence": 11 }, { "arrival": { "time": "1759123821", "uncertainty": 120 }, "departure": { "time": "1759123821", "uncertainty": 120 }, "stopId": "0:BLQU", "stopSequence": 12 }, { "arrival": { "time": "1759124181", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "311", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290674" } } }, { "id": "3293093", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:_PERO", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "707", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293093" } } }, { "id": "3114090", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123140" }, "stopId": "0:MONG 4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3114090" } } }, { "id": "3290708", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:_SOV", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "413", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290708" } } }, { "id": "3289889", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289889" } } }, { "id": "3293417", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293417" } } }, { "id": "3290334", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290334" } } }, { "id": "3292473", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:MPMO 2", "stopSequence": 1 }, { "arrival": { "time": "1759122059", "uncertainty": 120 }, "departure": { "time": "1759122059", "uncertainty": 120 }, "stopId": "0:CHSTJ 2", "stopSequence": 2 }, { "arrival": { "time": "1759122122", "uncertainty": 120 }, "departure": { "time": "1759122122", "uncertainty": 120 }, "stopId": "0:CHMAD 2", "stopSequence": 3 }, { "arrival": { "time": "1759122150", "uncertainty": 120 }, "departure": { "time": "1759122150", "uncertainty": 120 }, "stopId": "0:MTCC1", "stopSequence": 4 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:CGEN 2", "stopSequence": 5 }, { "arrival": { "time": "1759122544", "uncertainty": 120 }, "departure": { "time": "1759122544", "uncertainty": 120 }, "stopId": "0:CHSI 2", "stopSequence": 6 }, { "arrival": { "time": "1759122599", "uncertainty": 120 }, "departure": { "time": "1759122599", "uncertainty": 120 }, "stopId": "0:CHMCW 2", "stopSequence": 7 }, { "arrival": { "time": "1759122625", "uncertainty": 120 }, "departure": { "time": "1759122625", "uncertainty": 120 }, "stopId": "0:GAIE 2", "stopSequence": 8 }, { "arrival": { "time": "1759122675", "uncertainty": 120 }, "departure": { "time": "1759122675", "uncertainty": 120 }, "stopId": "0:GOUV 2", "stopSequence": 9 }, { "arrival": { "time": "1759122710", "uncertainty": 120 }, "departure": { "time": "1759122710", "uncertainty": 120 }, "stopId": "0:CHRPTF2", "stopSequence": 10 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:CHAMAL2", "stopSequence": 11 }, { "arrival": { "time": "1759122876", "uncertainty": 120 }, "departure": { "time": "1759122876", "uncertainty": 120 }, "stopId": "0:MALCR 2", "stopSequence": 12 }, { "arrival": { "time": "1759123034", "uncertainty": 120 }, "departure": { "time": "1759123034", "uncertainty": 120 }, "stopId": "0:MALBO 2", "stopSequence": 13 }, { "arrival": { "time": "1759123118", "uncertainty": 120 }, "departure": { "time": "1759123118", "uncertainty": 120 }, "stopId": "0:MALIB", "stopSequence": 14 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 15 }, { "arrival": { "time": "1759123261", "uncertainty": 120 }, "departure": { "time": "1759123261", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 16 }, { "arrival": { "time": "1759123297", "uncertainty": 120 }, "departure": { "time": "1759123297", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 17 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 18 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 19 }, { "arrival": { "time": "1759123760", "uncertainty": 120 }, "departure": { "time": "1759123760", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 20 }, { "arrival": { "time": "1759123862", "uncertainty": 120 }, "departure": { "time": "1759123862", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 21 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759123920", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 22 }, { "arrival": { "time": "1759123979", "uncertainty": 120 }, "departure": { "time": "1759123979", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 23 }, { "arrival": { "time": "1759124103", "uncertainty": 120 }, "departure": { "time": "1759124103", "uncertainty": 120 }, "stopId": "0:JPREV 2", "stopSequence": 24 }, { "arrival": { "time": "1759124160", "uncertainty": 120 }, "departure": { "time": "1759124160", "uncertainty": 120 }, "stopId": "0:HBARB 2", "stopSequence": 25 }, { "arrival": { "time": "1759124285", "uncertainty": 120 }, "departure": { "time": "1759124285", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 26 }, { "arrival": { "time": "1759124393", "uncertainty": 120 }, "departure": { "time": "1759124393", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 27 }, { "arrival": { "time": "1759124494", "uncertainty": 120 }, "departure": { "time": "1759124494", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 28 }, { "arrival": { "time": "1759124580", "uncertainty": 120 }, "departure": { "time": "1759124580", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 29 }, { "arrival": { "time": "1759124773", "uncertainty": 120 }, "departure": { "time": "1759124773", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 30 }, { "arrival": { "time": "1759124878", "uncertainty": 120 }, "departure": { "time": "1759124878", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 31 }, { "arrival": { "time": "1759125060", "uncertainty": 120 }, "departure": { "time": "1759125060", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 32 }, { "arrival": { "time": "1759125194", "uncertainty": 120 }, "departure": { "time": "1759125194", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759125277", "uncertainty": 120 }, "departure": { "time": "1759125277", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759125395", "uncertainty": 120 }, "departure": { "time": "1759125395", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759125443", "uncertainty": 120 }, "departure": { "time": "1759125443", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759125540", "uncertainty": 120 }, "departure": { "time": "1759125540", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759125579", "uncertainty": 120 }, "departure": { "time": "1759125579", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759125656", "uncertainty": 120 }, "departure": { "time": "1759125656", "uncertainty": 120 }, "stopId": "0:CEZA 2", "stopSequence": 39 }, { "arrival": { "time": "1759125704", "uncertainty": 120 }, "departure": { "time": "1759125704", "uncertainty": 120 }, "stopId": "0:GAREN 2", "stopSequence": 40 }, { "arrival": { "time": "1759125781", "uncertainty": 120 }, "departure": { "time": "1759125781", "uncertainty": 120 }, "stopId": "0:VFLEU 2", "stopSequence": 41 }, { "arrival": { "time": "1759125846", "uncertainty": 120 }, "departure": { "time": "1759125846", "uncertainty": 120 }, "stopId": "0:LAUTR 2", "stopSequence": 42 }, { "arrival": { "time": "1759125888", "uncertainty": 120 }, "departure": { "time": "1759125888", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 43 }, { "arrival": { "time": "1759125960", "uncertainty": 120 }, "departure": { "time": "1759125960", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 44 }, { "arrival": { "time": "1759126019", "uncertainty": 120 }, "departure": { "time": "1759126019", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 45 }, { "arrival": { "time": "1759126092", "uncertainty": 120 }, "departure": { "time": "1759126092", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 46 }, { "arrival": { "time": "1759126154", "uncertainty": 120 }, "departure": { "time": "1759126154", "uncertainty": 120 }, "stopId": "0:VIVIE 2", "stopSequence": 47 }, { "arrival": { "time": "1759126239", "uncertainty": 120 }, "departure": { "time": "1759126239", "uncertainty": 120 }, "stopId": "0:PARE", "stopSequence": 48 }, { "arrival": { "time": "1759126284", "uncertainty": 120 }, "departure": { "time": "1759126284", "uncertainty": 120 }, "stopId": "0:LGEAIS2", "stopSequence": 49 }, { "arrival": { "time": "1759126343", "uncertainty": 120 }, "departure": { "time": "1759126343", "uncertainty": 120 }, "stopId": "0:VERGE 2", "stopSequence": 50 }, { "arrival": { "time": "1759126420", "uncertainty": 120 }, "departure": { "time": "1759126420", "uncertainty": 120 }, "stopId": "0:ECOLE 2", "stopSequence": 51 }, { "arrival": { "time": "1759126508", "uncertainty": 120 }, "departure": { "time": "1759126508", "uncertainty": 120 }, "stopId": "0:MONG 2", "stopSequence": 52 }, { "arrival": { "time": "1759126534", "uncertainty": 120 }, "departure": { "time": "1759126534", "uncertainty": 120 }, "stopId": "0:ARMA 2", "stopSequence": 53 }, { "arrival": { "time": "1759126727", "uncertainty": 120 }, "departure": { "time": "1759126727", "uncertainty": 120 }, "stopId": "0:ECHAU", "stopSequence": 54 }, { "arrival": { "time": "1759126834", "uncertainty": 120 }, "departure": { "time": "1759126834", "uncertainty": 120 }, "stopId": "0:CLAC", "stopSequence": 55 }, { "arrival": { "time": "1759126953", "uncertainty": 120 }, "departure": { "time": "1759126953", "uncertainty": 120 }, "stopId": "0:CGYM", "stopSequence": 56 }, { "arrival": { "time": "1759126990", "uncertainty": 120 }, "departure": { "time": "1759126990", "uncertainty": 120 }, "stopId": "0:CHAUT", "stopSequence": 57 }, { "arrival": { "time": "1759127074", "uncertainty": 120 }, "departure": { "time": "1759127074", "uncertainty": 120 }, "stopId": "0:CSDF 3", "stopSequence": 58 }, { "arrival": { "time": "1759127187", "uncertainty": 120 }, "departure": { "time": "1759127187", "uncertainty": 120 }, "stopId": "0:CPDP", "stopSequence": 59 }, { "arrival": { "time": "1759127254", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292473" } } }, { "id": "3293207", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121700", "uncertainty": 120 }, "stopId": "0:_BPE", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "813", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293207" } } }, { "id": "3292598", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120800", "uncertainty": 120 }, "stopId": "0:BARBV", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "220", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292598" } } }, { "id": "3290364", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:_CIM" }, { "arrival": { "time": "1759123791", "uncertainty": 120 }, "departure": { "time": "1759123791", "uncertainty": 120 }, "stopId": "0:_MAG 3" }, { "arrival": { "time": "1759123901", "uncertainty": 120 }, "departure": { "time": "1759123901", "uncertainty": 120 }, "stopId": "0:_JRO" }, { "arrival": { "time": "1759123991", "uncertainty": 120 }, "departure": { "time": "1759123991", "uncertainty": 120 }, "stopId": "0:_CLX" }, { "arrival": { "time": "1759124418", "uncertainty": 120 }, "departure": { "time": "1759124418", "uncertainty": 120 }, "stopId": "0:_ACH 2" }, { "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 1 }, { "arrival": { "time": "1759123072", "uncertainty": 120 }, "departure": { "time": "1759123072", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 2 }, { "arrival": { "time": "1759123102", "uncertainty": 120 }, "departure": { "time": "1759123102", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 3 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_YOU 2", "stopSequence": 4 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:_CAS 2", "stopSequence": 5 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:_COQ 2", "stopSequence": 6 }, { "arrival": { "time": "1759123395", "uncertainty": 120 }, "departure": { "time": "1759123395", "uncertainty": 120 }, "stopId": "0:_BOZ", "stopSequence": 7 }, { "arrival": { "time": "1759123446", "uncertainty": 120 }, "departure": { "time": "1759123446", "uncertainty": 120 }, "stopId": "0:_ZAD", "stopSequence": 8 }, { "arrival": { "time": "1759123501", "uncertainty": 120 }, "departure": { "time": "1759123501", "uncertainty": 120 }, "stopId": "0:_ABA", "stopSequence": 9 }, { "arrival": { "time": "1759123592", "uncertainty": 120 }, "departure": { "time": "1759123592", "uncertainty": 120 }, "stopId": "0:_BEL", "stopSequence": 10 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CIM", "stopSequence": 11 }, { "arrival": { "time": "1759123777", "uncertainty": 120 }, "departure": { "time": "1759123777", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LPR", "stopSequence": 12 }, { "arrival": { "time": "1759123832", "uncertainty": 120 }, "departure": { "time": "1759123832", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CLX", "stopSequence": 13 }, { "arrival": { "time": "1759124086", "uncertainty": 120 }, "departure": { "time": "1759124086", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 14 }, { "arrival": { "time": "1759124139", "uncertainty": 120 }, "departure": { "time": "1759124139", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 15 }, { "arrival": { "time": "1759124175", "uncertainty": 120 }, "departure": { "time": "1759124175", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 16 }, { "arrival": { "time": "1759124181", "uncertainty": 120 }, "departure": { "time": "1759124181", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LAC 2", "stopSequence": 17 }, { "arrival": { "time": "1759124422", "uncertainty": 120 }, "departure": { "time": "1759124422", "uncertainty": 120 }, "stopId": "0:_ACH 2", "stopSequence": 18 }, { "arrival": { "time": "1759124460", "uncertainty": 120 }, "departure": { "time": "1759124460", "uncertainty": 120 }, "stopId": "0:_ETO 2", "stopSequence": 19 }, { "arrival": { "time": "1759124545", "uncertainty": 120 }, "departure": { "time": "1759124545", "uncertainty": 120 }, "stopId": "0:_LVS 2", "stopSequence": 20 }, { "arrival": { "time": "1759124603", "uncertainty": 120 }, "departure": { "time": "1759124603", "uncertainty": 120 }, "stopId": "0:_COM 2", "stopSequence": 21 }, { "arrival": { "time": "1759124640", "uncertainty": 120 }, "departure": { "time": "1759124640", "uncertainty": 120 }, "stopId": "0:_COM 3", "stopSequence": 22 }, { "arrival": { "time": "1759124736", "uncertainty": 120 }, "departure": { "time": "1759124736", "uncertainty": 120 }, "stopId": "0:_COA 2", "stopSequence": 23 }, { "arrival": { "time": "1759124799", "uncertainty": 120 }, "departure": { "time": "1759124799", "uncertainty": 120 }, "stopId": "0:_PIC 2", "stopSequence": 24 }, { "arrival": { "time": "1759124859", "uncertainty": 120 }, "departure": { "time": "1759124859", "uncertainty": 120 }, "stopId": "0:_DAR 2", "stopSequence": 25 }, { "arrival": { "time": "1759124903", "uncertainty": 120 }, "departure": { "time": "1759124903", "uncertainty": 120 }, "stopId": "0:_SCH 2", "stopSequence": 26 }, { "arrival": { "time": "1759124997", "uncertainty": 120 }, "departure": { "time": "1759124997", "uncertainty": 120 }, "stopId": "0:_ZIL", "stopSequence": 27 }, { "arrival": { "time": "1759125034", "uncertainty": 120 }, "departure": { "time": "1759125034", "uncertainty": 120 }, "stopId": "0:_LRS 2", "stopSequence": 28 }, { "arrival": { "time": "1759125083", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "64", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290364" } } }, { "id": "3291438", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120339", "uncertainty": 120 }, "departure": { "time": "1759120339", "uncertainty": 120 }, "stopId": "0:SIMO 2", "stopSequence": 2 }, { "arrival": { "time": "1759120359", "uncertainty": 120 }, "departure": { "time": "1759120359", "uncertainty": 120 }, "stopId": "0:MON 2", "stopSequence": 3 }, { "arrival": { "time": "1759120440", "uncertainty": 120 }, "departure": { "time": "1759120440", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 4 }, { "arrival": { "time": "1759120539", "uncertainty": 120 }, "departure": { "time": "1759120539", "uncertainty": 120 }, "stopId": "0:RABEL 2", "stopSequence": 5 }, { "arrival": { "time": "1759120588", "uncertainty": 120 }, "departure": { "time": "1759120588", "uncertainty": 120 }, "stopId": "0:PECHE", "stopSequence": 6 }, { "arrival": { "time": "1759120651", "uncertainty": 120 }, "departure": { "time": "1759120651", "uncertainty": 120 }, "stopId": "0:GOUNO 2", "stopSequence": 7 }, { "arrival": { "time": "1759120697", "uncertainty": 120 }, "departure": { "time": "1759120697", "uncertainty": 120 }, "stopId": "0:ROSSI 2", "stopSequence": 8 }, { "arrival": { "time": "1759120753", "uncertainty": 120 }, "departure": { "time": "1759120753", "uncertainty": 120 }, "stopId": "0:ASTI", "stopSequence": 9 }, { "arrival": { "time": "1759120853", "uncertainty": 120 }, "departure": { "time": "1759120853", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 10 }, { "arrival": { "time": "1759120944", "uncertainty": 120 }, "departure": { "time": "1759120944", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 11 }, { "arrival": { "time": "1759121017", "uncertainty": 120 }, "departure": { "time": "1759121017", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 12 }, { "arrival": { "time": "1759121057", "uncertainty": 120 }, "departure": { "time": "1759121057", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 13 }, { "arrival": { "time": "1759121179", "uncertainty": 120 }, "departure": { "time": "1759121179", "uncertainty": 120 }, "stopId": "0:MONTP 2", "stopSequence": 14 }, { "arrival": { "time": "1759121283", "uncertainty": 120 }, "departure": { "time": "1759121283", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 15 }, { "arrival": { "time": "1759121327", "uncertainty": 120 }, "departure": { "time": "1759121327", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 16 }, { "arrival": { "time": "1759121391", "uncertainty": 120 }, "departure": { "time": "1759121391", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 17 }, { "arrival": { "time": "1759121456", "uncertainty": 120 }, "departure": { "time": "1759121456", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 18 }, { "arrival": { "time": "1759121531", "uncertainty": 120 }, "departure": { "time": "1759121531", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 19 }, { "arrival": { "time": "1759121616", "uncertainty": 120 }, "departure": { "time": "1759121616", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 20 }, { "arrival": { "time": "1759121698", "uncertainty": 120 }, "departure": { "time": "1759121698", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 21 }, { "arrival": { "time": "1759121873", "uncertainty": 120 }, "departure": { "time": "1759121873", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 22 }, { "arrival": { "time": "1759121964", "uncertainty": 120 }, "departure": { "time": "1759121964", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 23 }, { "arrival": { "time": "1759122058", "uncertainty": 120 }, "departure": { "time": "1759122058", "uncertainty": 120 }, "stopId": "0:PBLAN", "stopSequence": 24 }, { "arrival": { "time": "1759122194", "uncertainty": 120 }, "departure": { "time": "1759122194", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 25 }, { "arrival": { "time": "1759122237", "uncertainty": 120 }, "departure": { "time": "1759122237", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 26 }, { "arrival": { "time": "1759122306", "uncertainty": 120 }, "departure": { "time": "1759122306", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 27 }, { "arrival": { "time": "1759122390", "uncertainty": 120 }, "departure": { "time": "1759122390", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 28 }, { "arrival": { "time": "1759122497", "uncertainty": 120 }, "departure": { "time": "1759122497", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 29 }, { "arrival": { "time": "1759122541", "uncertainty": 120 }, "departure": { "time": "1759122541", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 30 }, { "arrival": { "time": "1759122572", "uncertainty": 120 }, "departure": { "time": "1759122572", "uncertainty": 120 }, "stopId": "0:LIBER 2", "stopSequence": 31 }, { "arrival": { "time": "1759122633", "uncertainty": 120 }, "departure": { "time": "1759122633", "uncertainty": 120 }, "stopId": "0:CRUSS", "stopSequence": 32 }, { "arrival": { "time": "1759122674", "uncertainty": 120 }, "stopId": "0:HDVIL 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291438" }, "vehicle": { "id": "176", "label": "176" } } }, { "id": "3290550", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122120", "uncertainty": 120 }, "stopId": "0:BMON", "stopSequence": 1 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:BMTB", "stopSequence": 2 }, { "arrival": { "time": "1759122240", "uncertainty": 120 }, "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:BMTI", "stopSequence": 3 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:CSDF 2", "stopSequence": 4 }, { "arrival": { "time": "1759122540", "uncertainty": 120 }, "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:CHAUT 2", "stopSequence": 5 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:CGYM 2", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:CLAC 2", "stopSequence": 7 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:ECHAU 2", "stopSequence": 8 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:CHAM", "stopSequence": 9 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:CFOU", "stopSequence": 10 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:CCHE", "stopSequence": 11 }, { "arrival": { "time": "1759124580", "uncertainty": 120 }, "departure": { "time": "1759124580", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 12 }, { "arrival": { "time": "1759125139", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "501", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290550" } } }, { "id": "3291182", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291182" } } }, { "id": "3289887", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120860", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289887" }, "vehicle": { "id": "105", "label": "105" } } }, { "id": "3291093", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291093" } } }, { "id": "3290864", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124664", "uncertainty": 120 }, "departure": { "time": "1759124664", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759122623", "uncertainty": 120 }, "departure": { "time": "1759122623", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759122713", "uncertainty": 120 }, "departure": { "time": "1759122713", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759122775", "uncertainty": 120 }, "departure": { "time": "1759122775", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759122937", "uncertainty": 120 }, "departure": { "time": "1759122937", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759123007", "uncertainty": 120 }, "departure": { "time": "1759123007", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759123264", "uncertainty": 120 }, "departure": { "time": "1759123264", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759123377", "uncertainty": 120 }, "departure": { "time": "1759123377", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759123430", "uncertainty": 120 }, "departure": { "time": "1759123430", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759123585", "uncertainty": 120 }, "departure": { "time": "1759123585", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759123670", "uncertainty": 120 }, "departure": { "time": "1759123670", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759123757", "uncertainty": 120 }, "departure": { "time": "1759123757", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759123860", "uncertainty": 120 }, "departure": { "time": "1759123860", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759123957", "uncertainty": 120 }, "departure": { "time": "1759123957", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759124064", "uncertainty": 120 }, "departure": { "time": "1759124064", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759124123", "uncertainty": 120 }, "departure": { "time": "1759124123", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759124187", "uncertainty": 120 }, "departure": { "time": "1759124187", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759124250", "uncertainty": 120 }, "departure": { "time": "1759124250", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759124400", "uncertainty": 120 }, "departure": { "time": "1759124400", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759124485", "uncertainty": 120 }, "departure": { "time": "1759124485", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759124578", "uncertainty": 120 }, "departure": { "time": "1759124578", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759124692", "uncertainty": 120 }, "departure": { "time": "1759124692", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759124760", "uncertainty": 120 }, "departure": { "time": "1759124760", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759124816", "uncertainty": 120 }, "departure": { "time": "1759124816", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759124880", "uncertainty": 120 }, "departure": { "time": "1759124880", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759124735", "uncertainty": 120 }, "departure": { "time": "1759124735", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759124784", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290864" } } }, { "id": "3292797", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124063", "uncertainty": 120 }, "departure": { "time": "1759124063", "uncertainty": 120 }, "stopId": "0:_COL 3" }, { "arrival": { "time": "1759124093", "uncertainty": 120 }, "departure": { "time": "1759124093", "uncertainty": 120 }, "stopId": "0:BOVIAN 2" }, { "arrival": { "time": "1759124095", "uncertainty": 120 }, "departure": { "time": "1759124095", "uncertainty": 120 }, "stopId": "0:BOVIAN" }, { "arrival": { "time": "1759124138", "uncertainty": 120 }, "departure": { "time": "1759124138", "uncertainty": 120 }, "stopId": "0:_GALB" }, { "arrival": { "time": "1759124142", "uncertainty": 120 }, "departure": { "time": "1759124142", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:_SPLG", "stopSequence": 1 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:_SPLR", "stopSequence": 2 }, { "arrival": { "time": "1759123406", "uncertainty": 120 }, "departure": { "time": "1759123406", "uncertainty": 120 }, "stopId": "0:_SPMAN", "stopSequence": 3 }, { "arrival": { "time": "1759123560", "uncertainty": 120 }, "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:_PSP", "stopSequence": 4 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 5 }, { "arrival": { "time": "1759123819", "uncertainty": 120 }, "departure": { "time": "1759123819", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 6 }, { "arrival": { "time": "1759123866", "uncertainty": 120 }, "departure": { "time": "1759123866", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 7 }, { "arrival": { "time": "1759123944", "uncertainty": 120 }, "departure": { "time": "1759123944", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 8 }, { "arrival": { "time": "1759123974", "uncertainty": 120 }, "departure": { "time": "1759123974", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 9 }, { "arrival": { "time": "1759124040", "uncertainty": 120 }, "departure": { "time": "1759124040", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB", "stopSequence": 10 }, { "arrival": { "time": "1759124110", "uncertainty": 120 }, "departure": { "time": "1759124110", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN", "stopSequence": 11 }, { "arrival": { "time": "1759124143", "uncertainty": 120 }, "departure": { "time": "1759124143", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 12 }, { "arrival": { "time": "1759124226", "uncertainty": 120 }, "departure": { "time": "1759124226", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 13 }, { "arrival": { "time": "1759124295", "uncertainty": 120 }, "departure": { "time": "1759124295", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 14 }, { "arrival": { "time": "1759124347", "uncertainty": 120 }, "departure": { "time": "1759124347", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 15 }, { "arrival": { "time": "1759124438", "uncertainty": 120 }, "departure": { "time": "1759124438", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 16 }, { "arrival": { "time": "1759124515", "uncertainty": 120 }, "departure": { "time": "1759124515", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 17 }, { "arrival": { "time": "1759124633", "uncertainty": 120 }, "departure": { "time": "1759124633", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 18 }, { "arrival": { "time": "1759124727", "uncertainty": 120 }, "departure": { "time": "1759124727", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 19 }, { "arrival": { "time": "1759124897", "uncertainty": 120 }, "departure": { "time": "1759124897", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 20 }, { "arrival": { "time": "1759124977", "uncertainty": 120 }, "departure": { "time": "1759124977", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 21 }, { "arrival": { "time": "1759125017", "uncertainty": 120 }, "departure": { "time": "1759125017", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 22 }, { "arrival": { "time": "1759125100", "uncertainty": 120 }, "departure": { "time": "1759125100", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 23 }, { "arrival": { "time": "1759125167", "uncertainty": 120 }, "departure": { "time": "1759125167", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 24 }, { "arrival": { "time": "1759125201", "uncertainty": 120 }, "departure": { "time": "1759125201", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 25 }, { "arrival": { "time": "1759125257", "uncertainty": 120 }, "departure": { "time": "1759125257", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 26 }, { "arrival": { "time": "1759125287", "uncertainty": 120 }, "departure": { "time": "1759125287", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 27 }, { "arrival": { "time": "1759125309", "uncertainty": 120 }, "departure": { "time": "1759125309", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 28 }, { "arrival": { "time": "1759125358", "uncertainty": 120 }, "departure": { "time": "1759125358", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 29 }, { "arrival": { "time": "1759125386", "uncertainty": 120 }, "departure": { "time": "1759125386", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 30 }, { "arrival": { "time": "1759125431", "uncertainty": 120 }, "departure": { "time": "1759125431", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 31 }, { "arrival": { "time": "1759125524", "uncertainty": 120 }, "departure": { "time": "1759125524", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 32 }, { "arrival": { "time": "1759125557", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292797" } } }, { "id": "3290773", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759119406", "uncertainty": 120 }, "departure": { "time": "1759119410", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759119284", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759119344", "uncertainty": 120 }, "departure": { "time": "1759119344", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759119399", "uncertainty": 120 }, "departure": { "time": "1759119404", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759119309", "uncertainty": 120 }, "departure": { "time": "1759119309", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759119360", "uncertainty": 120 }, "departure": { "time": "1759119360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759119428", "uncertainty": 120 }, "departure": { "time": "1759119428", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759119522", "uncertainty": 120 }, "departure": { "time": "1759119522", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759119625", "uncertainty": 120 }, "departure": { "time": "1759119625", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759119697", "uncertainty": 120 }, "departure": { "time": "1759119732", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759119822", "uncertainty": 120 }, "departure": { "time": "1759119822", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759119852", "uncertainty": 120 }, "departure": { "time": "1759119852", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759119891", "uncertainty": 120 }, "departure": { "time": "1759119912", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759119961", "uncertainty": 120 }, "departure": { "time": "1759119972", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759120045", "uncertainty": 120 }, "departure": { "time": "1759120062", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759120172", "uncertainty": 120 }, "departure": { "time": "1759120392", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759120482", "uncertainty": 120 }, "departure": { "time": "1759120482", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759120512", "uncertainty": 120 }, "departure": { "time": "1759120512", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759120542", "uncertainty": 120 }, "departure": { "time": "1759120542", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759120602", "uncertainty": 120 }, "departure": { "time": "1759120602", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759120658", "uncertainty": 120 }, "departure": { "time": "1759120658", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759120707", "uncertainty": 120 }, "departure": { "time": "1759120722", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759120821", "uncertainty": 120 }, "departure": { "time": "1759120821", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759120944", "uncertainty": 120 }, "departure": { "time": "1759120944", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759121024", "uncertainty": 120 }, "departure": { "time": "1759121024", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759121082", "uncertainty": 120 }, "departure": { "time": "1759121082", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759121124", "uncertainty": 120 }, "departure": { "time": "1759121124", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759121186", "uncertainty": 120 }, "departure": { "time": "1759121186", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759121238", "uncertainty": 120 }, "departure": { "time": "1759121238", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759121298", "uncertainty": 120 }, "departure": { "time": "1759121298", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759121313", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290773" }, "vehicle": { "id": "178", "label": "178" } } }, { "id": "3290780", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123322", "uncertainty": 120 }, "departure": { "time": "1759123322", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759123256", "uncertainty": 120 }, "departure": { "time": "1759123256", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759123389", "uncertainty": 120 }, "departure": { "time": "1759123389", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759123508", "uncertainty": 120 }, "departure": { "time": "1759123508", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759123401", "uncertainty": 120 }, "departure": { "time": "1759123401", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759123478", "uncertainty": 120 }, "departure": { "time": "1759123478", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759123537", "uncertainty": 120 }, "departure": { "time": "1759123537", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759123697", "uncertainty": 120 }, "departure": { "time": "1759123697", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759123762", "uncertainty": 120 }, "departure": { "time": "1759123762", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759123834", "uncertainty": 120 }, "departure": { "time": "1759123834", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759123871", "uncertainty": 120 }, "departure": { "time": "1759123871", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759124077", "uncertainty": 120 }, "departure": { "time": "1759124077", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759124203", "uncertainty": 120 }, "departure": { "time": "1759124203", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759124265", "uncertainty": 120 }, "departure": { "time": "1759124265", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759124341", "uncertainty": 120 }, "departure": { "time": "1759124341", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759124446", "uncertainty": 120 }, "departure": { "time": "1759124446", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759124541", "uncertainty": 120 }, "departure": { "time": "1759124541", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759124606", "uncertainty": 120 }, "departure": { "time": "1759124606", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759124722", "uncertainty": 120 }, "departure": { "time": "1759124722", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759124866", "uncertainty": 120 }, "departure": { "time": "1759124866", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759124999", "uncertainty": 120 }, "departure": { "time": "1759124999", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759125095", "uncertainty": 120 }, "departure": { "time": "1759125095", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759125166", "uncertainty": 120 }, "departure": { "time": "1759125166", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759125244", "uncertainty": 120 }, "departure": { "time": "1759125244", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759125324", "uncertainty": 120 }, "departure": { "time": "1759125324", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759125400", "uncertainty": 120 }, "departure": { "time": "1759125400", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759125420", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290780" } } }, { "id": "3291092", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291092" } } }, { "id": "3290598", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 1 }, { "arrival": { "time": "1759122183", "uncertainty": 120 }, "departure": { "time": "1759122183", "uncertainty": 120 }, "stopId": "0:_BAR 2", "stopSequence": 2 }, { "arrival": { "time": "1759122240", "uncertainty": 120 }, "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:_CAQ 2", "stopSequence": 3 }, { "arrival": { "time": "1759122298", "uncertainty": 120 }, "departure": { "time": "1759122298", "uncertainty": 120 }, "stopId": "0:_BZIS 2", "stopSequence": 4 }, { "arrival": { "time": "1759122332", "uncertainty": 120 }, "departure": { "time": "1759122332", "uncertainty": 120 }, "stopId": "0:_BRAY 2", "stopSequence": 5 }, { "arrival": { "time": "1759122408", "uncertainty": 120 }, "departure": { "time": "1759122408", "uncertainty": 120 }, "stopId": "0:_LDR 2", "stopSequence": 6 }, { "arrival": { "time": "1759122540", "uncertainty": 120 }, "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:_AXLI 2", "stopSequence": 7 }, { "arrival": { "time": "1759122647", "uncertainty": 120 }, "departure": { "time": "1759122647", "uncertainty": 120 }, "stopId": "0:_ALR 2", "stopSequence": 8 }, { "arrival": { "time": "1759122715", "uncertainty": 120 }, "departure": { "time": "1759122715", "uncertainty": 120 }, "stopId": "0:_AXLM 2", "stopSequence": 9 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:_AXL 2", "stopSequence": 10 }, { "arrival": { "time": "1759123049", "uncertainty": 120 }, "departure": { "time": "1759123049", "uncertainty": 120 }, "stopId": "0:CASTO 2", "stopSequence": 11 }, { "arrival": { "time": "1759123099", "uncertainty": 120 }, "departure": { "time": "1759123099", "uncertainty": 120 }, "stopId": "0:ALPE 2", "stopSequence": 12 }, { "arrival": { "time": "1759123139", "uncertainty": 120 }, "departure": { "time": "1759123139", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 13 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 14 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 15 }, { "arrival": { "time": "1759123936", "uncertainty": 120 }, "departure": { "time": "1759123936", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 16 }, { "arrival": { "time": "1759124293", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "564", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290598" } } }, { "id": "3293300", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122036", "uncertainty": 120 }, "stopId": "0:_MPAG", "stopSequence": 1 }, { "arrival": { "time": "1759122336", "uncertainty": 120 }, "departure": { "time": "1759122336", "uncertainty": 120 }, "stopId": "0:_SBVA", "stopSequence": 2 }, { "arrival": { "time": "1759122633", "uncertainty": 120 }, "departure": { "time": "1759122633", "uncertainty": 120 }, "stopId": "0:_SLAC", "stopSequence": 3 }, { "arrival": { "time": "1759122931", "uncertainty": 120 }, "departure": { "time": "1759122931", "uncertainty": 120 }, "stopId": "0:_LCV", "stopSequence": 4 }, { "arrival": { "time": "1759123050", "uncertainty": 120 }, "departure": { "time": "1759123050", "uncertainty": 120 }, "stopId": "0:_LCFC", "stopSequence": 5 }, { "arrival": { "time": "1759123349", "uncertainty": 120 }, "departure": { "time": "1759123349", "uncertainty": 120 }, "stopId": "0:_ARE", "stopSequence": 6 }, { "arrival": { "time": "1759123529", "uncertainty": 120 }, "departure": { "time": "1759123529", "uncertainty": 120 }, "stopId": "0:_MPDC 3", "stopSequence": 7 }, { "arrival": { "time": "1759123589", "uncertainty": 120 }, "departure": { "time": "1759123589", "uncertainty": 120 }, "stopId": "0:_PCSR", "stopSequence": 8 }, { "arrival": { "time": "1759123709", "uncertainty": 120 }, "departure": { "time": "1759123709", "uncertainty": 120 }, "stopId": "0:_PETG", "stopSequence": 9 }, { "arrival": { "time": "1759123829", "uncertainty": 120 }, "departure": { "time": "1759123829", "uncertainty": 120 }, "stopId": "0:_PBO", "stopSequence": 10 }, { "arrival": { "time": "1759124249", "uncertainty": 120 }, "departure": { "time": "1759124249", "uncertainty": 120 }, "stopId": "0:_MON", "stopSequence": 11 }, { "arrival": { "time": "1759124369", "uncertainty": 120 }, "departure": { "time": "1759124369", "uncertainty": 120 }, "stopId": "0:_TAN", "stopSequence": 12 }, { "arrival": { "time": "1759124489", "uncertainty": 120 }, "departure": { "time": "1759124489", "uncertainty": 120 }, "stopId": "0:_MCR", "stopSequence": 13 }, { "arrival": { "time": "1759124789", "uncertainty": 120 }, "stopId": "0:_COM", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "741", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293300" } } }, { "id": "3291777", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120477", "uncertainty": 120 }, "departure": { "time": "1759120489", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "arrival": { "time": "1759120509", "uncertainty": 120 }, "departure": { "time": "1759120509", "uncertainty": 120 }, "stopId": "0:MONG 4" }, { "arrival": { "time": "1759120581", "uncertainty": 120 }, "departure": { "time": "1759120581", "uncertainty": 120 }, "stopId": "0:LGMOU 2" }, { "arrival": { "time": "1759120610", "uncertainty": 120 }, "departure": { "time": "1759120610", "uncertainty": 120 }, "stopId": "0:VHUGO 2" }, { "departure": { "time": "1759120353", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759120409", "uncertainty": 120 }, "departure": { "time": "1759120414", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759120320", "uncertainty": 120 }, "departure": { "time": "1759120320", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759120389", "uncertainty": 120 }, "departure": { "time": "1759120389", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759120440", "uncertainty": 120 }, "departure": { "time": "1759120440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759120816", "uncertainty": 120 }, "departure": { "time": "1759120816", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1759120873", "uncertainty": 120 }, "departure": { "time": "1759120873", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1759120929", "uncertainty": 120 }, "departure": { "time": "1759120929", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1759120996", "uncertainty": 120 }, "departure": { "time": "1759120996", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1759121116", "uncertainty": 120 }, "departure": { "time": "1759121116", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1759121188", "uncertainty": 120 }, "departure": { "time": "1759121188", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1759121238", "uncertainty": 120 }, "departure": { "time": "1759121238", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1759121281", "uncertainty": 120 }, "departure": { "time": "1759121281", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1759121357", "uncertainty": 120 }, "departure": { "time": "1759121357", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1759121393", "uncertainty": 120 }, "departure": { "time": "1759121393", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1759121430", "uncertainty": 120 }, "departure": { "time": "1759121430", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1759121477", "uncertainty": 120 }, "departure": { "time": "1759121477", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1759121540", "uncertainty": 120 }, "departure": { "time": "1759121540", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1759121574", "uncertainty": 120 }, "departure": { "time": "1759121574", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1759121641", "uncertainty": 120 }, "departure": { "time": "1759121641", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759121744", "uncertainty": 120 }, "departure": { "time": "1759121744", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759121831", "uncertainty": 120 }, "departure": { "time": "1759121831", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1759121923", "uncertainty": 120 }, "departure": { "time": "1759121923", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1759122078", "uncertainty": 120 }, "departure": { "time": "1759122078", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1759122148", "uncertainty": 120 }, "departure": { "time": "1759122148", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1759122199", "uncertainty": 120 }, "departure": { "time": "1759122199", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1759122272", "uncertainty": 120 }, "departure": { "time": "1759122272", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1759122343", "uncertainty": 120 }, "departure": { "time": "1759122343", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1759122409", "uncertainty": 120 }, "departure": { "time": "1759122409", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1759122561", "uncertainty": 120 }, "departure": { "time": "1759122561", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1759122590", "uncertainty": 120 }, "departure": { "time": "1759122590", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1759122717", "uncertainty": 120 }, "departure": { "time": "1759122717", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1759122829", "uncertainty": 120 }, "departure": { "time": "1759122829", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1759122949", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291777" }, "vehicle": { "id": "110", "label": "110" } } }, { "id": "3293039", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121100" }, "stopId": "0:_SGB", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "473", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293039" } } }, { "id": "3291049", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120392", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 }, { "arrival": { "time": "1759120407", "uncertainty": 120 }, "departure": { "time": "1759120407", "uncertainty": 120 }, "stopId": "0:JBREL", "stopSequence": 2 }, { "arrival": { "time": "1759120439", "uncertainty": 120 }, "departure": { "time": "1759120439", "uncertainty": 120 }, "stopId": "0:MANOU", "stopSequence": 3 }, { "arrival": { "time": "1759120474", "uncertainty": 120 }, "departure": { "time": "1759120512", "uncertainty": 120 }, "stopId": "0:BELLE", "stopSequence": 4 }, { "arrival": { "time": "1759120572", "uncertainty": 120 }, "departure": { "time": "1759120572", "uncertainty": 120 }, "stopId": "0:VORGI", "stopSequence": 5 }, { "arrival": { "time": "1759120602", "uncertainty": 120 }, "departure": { "time": "1759120602", "uncertainty": 120 }, "stopId": "0:LALLE", "stopSequence": 6 }, { "arrival": { "time": "1759120652", "uncertainty": 120 }, "departure": { "time": "1759120652", "uncertainty": 120 }, "stopId": "0:FOLLE", "stopSequence": 7 }, { "arrival": { "time": "1759120692", "uncertainty": 120 }, "departure": { "time": "1759120692", "uncertainty": 120 }, "stopId": "0:TALAV", "stopSequence": 8 }, { "arrival": { "time": "1759120722", "uncertainty": 120 }, "departure": { "time": "1759120722", "uncertainty": 120 }, "stopId": "0:ABRIC", "stopSequence": 9 }, { "arrival": { "time": "1759120771", "uncertainty": 120 }, "departure": { "time": "1759120771", "uncertainty": 120 }, "stopId": "0:BRASS", "stopSequence": 10 }, { "arrival": { "time": "1759120801", "uncertainty": 120 }, "departure": { "time": "1759120801", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 11 }, { "arrival": { "time": "1759120885", "uncertainty": 120 }, "departure": { "time": "1759120885", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 12 }, { "arrival": { "time": "1759120930", "uncertainty": 120 }, "departure": { "time": "1759120930", "uncertainty": 120 }, "stopId": "0:RALPE", "stopSequence": 13 }, { "arrival": { "time": "1759120954", "uncertainty": 120 }, "departure": { "time": "1759120954", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 14 }, { "arrival": { "time": "1759121008", "uncertainty": 120 }, "departure": { "time": "1759121008", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 15 }, { "arrival": { "time": "1759121079", "uncertainty": 120 }, "departure": { "time": "1759121079", "uncertainty": 120 }, "stopId": "0:IADAM", "stopSequence": 16 }, { "arrival": { "time": "1759121125", "uncertainty": 120 }, "departure": { "time": "1759121125", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 17 }, { "arrival": { "time": "1759121168", "uncertainty": 120 }, "departure": { "time": "1759121168", "uncertainty": 120 }, "stopId": "0:VALEN", "stopSequence": 18 }, { "arrival": { "time": "1759121233", "uncertainty": 120 }, "departure": { "time": "1759121233", "uncertainty": 120 }, "stopId": "0:TROND", "stopSequence": 19 }, { "arrival": { "time": "1759121313", "uncertainty": 120 }, "departure": { "time": "1759121313", "uncertainty": 120 }, "stopId": "0:RESER", "stopSequence": 20 }, { "arrival": { "time": "1759121365", "uncertainty": 120 }, "departure": { "time": "1759121365", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 21 }, { "arrival": { "time": "1759121403", "uncertainty": 120 }, "departure": { "time": "1759121403", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 22 }, { "arrival": { "time": "1759121520", "uncertainty": 120 }, "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 23 }, { "arrival": { "time": "1759121605", "uncertainty": 120 }, "departure": { "time": "1759121605", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 24 }, { "arrival": { "time": "1759121687", "uncertainty": 120 }, "departure": { "time": "1759121687", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 25 }, { "arrival": { "time": "1759121856", "uncertainty": 120 }, "departure": { "time": "1759121856", "uncertainty": 120 }, "stopId": "0:BOTT 2", "stopSequence": 26 }, { "arrival": { "time": "1759121916", "uncertainty": 120 }, "departure": { "time": "1759121916", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 27 }, { "arrival": { "time": "1759121937", "uncertainty": 120 }, "departure": { "time": "1759121937", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 28 }, { "arrival": { "time": "1759121994", "uncertainty": 120 }, "departure": { "time": "1759121994", "uncertainty": 120 }, "stopId": "0:MAIRI G", "stopSequence": 29 }, { "arrival": { "time": "1759122044", "uncertainty": 120 }, "departure": { "time": "1759122044", "uncertainty": 120 }, "stopId": "0:CLAUD", "stopSequence": 30 }, { "arrival": { "time": "1759122079", "uncertainty": 120 }, "departure": { "time": "1759122079", "uncertainty": 120 }, "stopId": "0:ROSTA", "stopSequence": 31 }, { "arrival": { "time": "1759122126", "uncertainty": 120 }, "departure": { "time": "1759122126", "uncertainty": 120 }, "stopId": "0:GAGAR", "stopSequence": 32 }, { "arrival": { "time": "1759122188", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291049" }, "vehicle": { "id": "75", "label": "75" } } }, { "id": "3290776", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121522", "uncertainty": 120 }, "departure": { "time": "1759121522", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759121456", "uncertainty": 120 }, "departure": { "time": "1759121456", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759121520", "uncertainty": 120 }, "departure": { "time": "1759121520", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759121589", "uncertainty": 120 }, "departure": { "time": "1759121589", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759121640", "uncertainty": 120 }, "departure": { "time": "1759121640", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759121708", "uncertainty": 120 }, "departure": { "time": "1759121708", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759121607", "uncertainty": 120 }, "departure": { "time": "1759121607", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759121708", "uncertainty": 120 }, "departure": { "time": "1759121708", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759121786", "uncertainty": 120 }, "departure": { "time": "1759121786", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759121928", "uncertainty": 120 }, "departure": { "time": "1759121928", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759121986", "uncertainty": 120 }, "departure": { "time": "1759121986", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759122050", "uncertainty": 120 }, "departure": { "time": "1759122050", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759122082", "uncertainty": 120 }, "departure": { "time": "1759122082", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759122179", "uncertainty": 120 }, "departure": { "time": "1759122179", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759122261", "uncertainty": 120 }, "departure": { "time": "1759122261", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759122387", "uncertainty": 120 }, "departure": { "time": "1759122387", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759122451", "uncertainty": 120 }, "departure": { "time": "1759122451", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759122529", "uncertainty": 120 }, "departure": { "time": "1759122529", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759122631", "uncertainty": 120 }, "departure": { "time": "1759122631", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759122694", "uncertainty": 120 }, "departure": { "time": "1759122694", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759122737", "uncertainty": 120 }, "departure": { "time": "1759122737", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759122836", "uncertainty": 120 }, "departure": { "time": "1759122836", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759122959", "uncertainty": 120 }, "departure": { "time": "1759122959", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759123168", "uncertainty": 120 }, "departure": { "time": "1759123168", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759123233", "uncertainty": 120 }, "departure": { "time": "1759123233", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759123303", "uncertainty": 120 }, "departure": { "time": "1759123303", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759123371", "uncertainty": 120 }, "departure": { "time": "1759123371", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759123439", "uncertainty": 120 }, "departure": { "time": "1759123439", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759123457", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290776" } } }, { "id": "3291817", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122451", "uncertainty": 120 }, "departure": { "time": "1759122451", "uncertainty": 120 }, "stopId": "0:VHUGO" }, { "arrival": { "time": "1759122505", "uncertainty": 120 }, "departure": { "time": "1759122505", "uncertainty": 120 }, "stopId": "0:LGMOU" }, { "arrival": { "time": "1759122586", "uncertainty": 120 }, "departure": { "time": "1759122586", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759120141", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1759120255", "uncertainty": 120 }, "departure": { "time": "1759120255", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1759120311", "uncertainty": 120 }, "departure": { "time": "1759120311", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1759120383", "uncertainty": 120 }, "departure": { "time": "1759120411", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1759120585", "uncertainty": 120 }, "departure": { "time": "1759120591", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1759120721", "uncertainty": 120 }, "departure": { "time": "1759120721", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1759120782", "uncertainty": 120 }, "departure": { "time": "1759120782", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1759120870", "uncertainty": 120 }, "departure": { "time": "1759120870", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1759120924", "uncertainty": 120 }, "departure": { "time": "1759120924", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1759120979", "uncertainty": 120 }, "departure": { "time": "1759120979", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1759121140", "uncertainty": 120 }, "departure": { "time": "1759121140", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1759121232", "uncertainty": 120 }, "departure": { "time": "1759121232", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1759121311", "uncertainty": 120 }, "departure": { "time": "1759121311", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1759121388", "uncertainty": 120 }, "departure": { "time": "1759121388", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1759121469", "uncertainty": 120 }, "departure": { "time": "1759121469", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1759121538", "uncertainty": 120 }, "departure": { "time": "1759121538", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1759121618", "uncertainty": 120 }, "departure": { "time": "1759121618", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1759121667", "uncertainty": 120 }, "departure": { "time": "1759121667", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1759121701", "uncertainty": 120 }, "departure": { "time": "1759121701", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1759121732", "uncertainty": 120 }, "departure": { "time": "1759121732", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1759121815", "uncertainty": 120 }, "departure": { "time": "1759121815", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1759121876", "uncertainty": 120 }, "departure": { "time": "1759121876", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1759121908", "uncertainty": 120 }, "departure": { "time": "1759121908", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1759121978", "uncertainty": 120 }, "departure": { "time": "1759121978", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1759122058", "uncertainty": 120 }, "departure": { "time": "1759122058", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1759122114", "uncertainty": 120 }, "departure": { "time": "1759122114", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1759122238", "uncertainty": 120 }, "departure": { "time": "1759122238", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1759122476", "uncertainty": 120 }, "departure": { "time": "1759122476", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1759122540", "uncertainty": 120 }, "departure": { "time": "1759122540", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1759122657", "uncertainty": 120 }, "departure": { "time": "1759122657", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1759122706", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291817" }, "vehicle": { "id": "175", "label": "175" } } }, { "id": "3290346", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:CHLFL", "stopSequence": 1 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:CGEN 2", "stopSequence": 2 }, { "arrival": { "time": "1759122667", "uncertainty": 120 }, "departure": { "time": "1759122667", "uncertainty": 120 }, "stopId": "0:CHSI 2", "stopSequence": 3 }, { "arrival": { "time": "1759122724", "uncertainty": 120 }, "departure": { "time": "1759122724", "uncertainty": 120 }, "stopId": "0:CHMCW 2", "stopSequence": 4 }, { "arrival": { "time": "1759122751", "uncertainty": 120 }, "departure": { "time": "1759122751", "uncertainty": 120 }, "stopId": "0:GAIE 2", "stopSequence": 5 }, { "arrival": { "time": "1759122804", "uncertainty": 120 }, "departure": { "time": "1759122804", "uncertainty": 120 }, "stopId": "0:GOUV 2", "stopSequence": 6 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:LVAC 2", "stopSequence": 7 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 8 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 9 } ], "trip": { "directionId": 0, "routeId": "205", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290346" } } }, { "id": "3292998", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 1 }, { "arrival": { "time": "1759122656", "uncertainty": 120 }, "departure": { "time": "1759122656", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 2 }, { "arrival": { "time": "1759122690", "uncertainty": 120 }, "departure": { "time": "1759122690", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 3 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 4 }, { "arrival": { "time": "1759122875", "uncertainty": 120 }, "departure": { "time": "1759122875", "uncertainty": 120 }, "stopId": "0:_LPR 2", "stopSequence": 5 }, { "arrival": { "time": "1759122968", "uncertainty": 120 }, "departure": { "time": "1759122968", "uncertainty": 120 }, "stopId": "0:_PVI 2", "stopSequence": 6 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:_PDO 2", "stopSequence": 7 }, { "arrival": { "time": "1759123098", "uncertainty": 120 }, "departure": { "time": "1759123098", "uncertainty": 120 }, "stopId": "0:_PAN", "stopSequence": 8 }, { "arrival": { "time": "1759123143", "uncertainty": 120 }, "departure": { "time": "1759123143", "uncertainty": 120 }, "stopId": "0:_HDV", "stopSequence": 9 }, { "arrival": { "time": "1759123192", "uncertainty": 120 }, "departure": { "time": "1759123192", "uncertainty": 120 }, "stopId": "0:_AVA", "stopSequence": 10 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 11 }, { "arrival": { "time": "1759123381", "uncertainty": 120 }, "departure": { "time": "1759123381", "uncertainty": 120 }, "stopId": "0:_BAT 2", "stopSequence": 12 }, { "arrival": { "time": "1759123461", "uncertainty": 120 }, "departure": { "time": "1759123461", "uncertainty": 120 }, "stopId": "0:JBOIN", "stopSequence": 13 }, { "arrival": { "time": "1759123568", "uncertainty": 120 }, "departure": { "time": "1759123568", "uncertainty": 120 }, "stopId": "0:_KEN 2", "stopSequence": 14 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:_LTO 2", "stopSequence": 15 }, { "arrival": { "time": "1759123672", "uncertainty": 120 }, "departure": { "time": "1759123672", "uncertainty": 120 }, "stopId": "0:_LFO 2", "stopSequence": 16 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:_LGO", "stopSequence": 17 }, { "arrival": { "time": "1759123829", "uncertainty": 120 }, "departure": { "time": "1759123829", "uncertainty": 120 }, "stopId": "0:_PPS", "stopSequence": 18 }, { "arrival": { "time": "1759123883", "uncertainty": 120 }, "departure": { "time": "1759123883", "uncertainty": 120 }, "stopId": "0:_GCH 2", "stopSequence": 19 }, { "arrival": { "time": "1759123919", "uncertainty": 120 }, "departure": { "time": "1759123919", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_P19M", "stopSequence": 20 }, { "arrival": { "time": "1759123970", "uncertainty": 120 }, "departure": { "time": "1759123970", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PCE 2", "stopSequence": 21 }, { "arrival": { "time": "1759124041", "uncertainty": 120 }, "departure": { "time": "1759124041", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PZA 2", "stopSequence": 22 }, { "arrival": { "time": "1759124082", "uncertainty": 120 }, "departure": { "time": "1759124082", "uncertainty": 120 }, "stopId": "0:_CHIR 2", "stopSequence": 23 }, { "arrival": { "time": "1759124104", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292998" } } }, { "id": "3292708", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121159", "uncertainty": 120 }, "stopId": "0:_TCV", "stopSequence": 1 }, { "arrival": { "time": "1759121579", "uncertainty": 120 }, "departure": { "time": "1759121579", "uncertainty": 120 }, "stopId": "0:_TEM", "stopSequence": 2 }, { "arrival": { "time": "1759121639", "uncertainty": 120 }, "departure": { "time": "1759121639", "uncertainty": 120 }, "stopId": "0:_TST", "stopSequence": 3 }, { "arrival": { "time": "1759121699", "uncertainty": 120 }, "departure": { "time": "1759121699", "uncertainty": 120 }, "stopId": "0:_TLO", "stopSequence": 4 }, { "arrival": { "time": "1759121879", "uncertainty": 120 }, "departure": { "time": "1759121879", "uncertainty": 120 }, "stopId": "0:_TLV 2", "stopSequence": 5 }, { "arrival": { "time": "1759121999", "uncertainty": 120 }, "departure": { "time": "1759121999", "uncertainty": 120 }, "stopId": "0:_TCR", "stopSequence": 6 }, { "arrival": { "time": "1759122119", "uncertainty": 120 }, "departure": { "time": "1759122119", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 7 }, { "arrival": { "time": "1759122198", "uncertainty": 120 }, "departure": { "time": "1759122198", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 8 }, { "arrival": { "time": "1759122438", "uncertainty": 120 }, "departure": { "time": "1759122438", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 9 }, { "arrival": { "time": "1759122542", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 10 } ], "trip": { "directionId": 0, "routeId": "400", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292708" } } }, { "id": "3289697", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120651", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 }, { "arrival": { "time": "1759120769", "uncertainty": 120 }, "departure": { "time": "1759120769", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1759120959", "uncertainty": 120 }, "departure": { "time": "1759120959", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 3 }, { "arrival": { "time": "1759121072", "uncertainty": 120 }, "departure": { "time": "1759121072", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 4 }, { "arrival": { "time": "1759121383", "uncertainty": 120 }, "departure": { "time": "1759121383", "uncertainty": 120 }, "stopId": "0:_BZI 2", "stopSequence": 5 }, { "arrival": { "time": "1759121743", "uncertainty": 120 }, "departure": { "time": "1759121743", "uncertainty": 120 }, "stopId": "0:VTGV 2", "stopSequence": 6 }, { "arrival": { "time": "1759121810", "uncertainty": 120 }, "departure": { "time": "1759121810", "uncertainty": 120 }, "stopId": "0:ROVAL 2", "stopSequence": 7 }, { "arrival": { "time": "1759122357", "uncertainty": 120 }, "departure": { "time": "1759122357", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 8 }, { "arrival": { "time": "1759122602", "uncertainty": 120 }, "departure": { "time": "1759122602", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 9 }, { "arrival": { "time": "1759122781", "uncertainty": 120 }, "departure": { "time": "1759122781", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 10 }, { "arrival": { "time": "1759122867", "uncertainty": 120 }, "departure": { "time": "1759122867", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 11 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 12 }, { "arrival": { "time": "1759123334", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289697" }, "vehicle": { "id": "6264", "label": "6264" } } }, { "id": "3292044", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120734", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 }, { "arrival": { "time": "1759120824", "uncertainty": 120 }, "departure": { "time": "1759120824", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 2 }, { "arrival": { "time": "1759120940", "uncertainty": 120 }, "departure": { "time": "1759120940", "uncertainty": 120 }, "stopId": "0:BRUY 2", "stopSequence": 3 }, { "arrival": { "time": "1759120994", "uncertainty": 120 }, "departure": { "time": "1759120994", "uncertainty": 120 }, "stopId": "0:CHVAN2", "stopSequence": 4 }, { "arrival": { "time": "1759121035", "uncertainty": 120 }, "departure": { "time": "1759121035", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 5 }, { "arrival": { "time": "1759121083", "uncertainty": 120 }, "departure": { "time": "1759121083", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 6 }, { "arrival": { "time": "1759121155", "uncertainty": 120 }, "departure": { "time": "1759121155", "uncertainty": 120 }, "stopId": "0:CHAPL07", "stopSequence": 7 }, { "arrival": { "time": "1759121213", "uncertainty": 120 }, "departure": { "time": "1759121213", "uncertainty": 120 }, "stopId": "0:GPHIL", "stopSequence": 8 }, { "arrival": { "time": "1759121285", "uncertainty": 120 }, "departure": { "time": "1759121285", "uncertainty": 120 }, "stopId": "0:SEIGN", "stopSequence": 9 }, { "arrival": { "time": "1759121395", "uncertainty": 120 }, "departure": { "time": "1759121395", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 10 }, { "arrival": { "time": "1759121466", "uncertainty": 120 }, "departure": { "time": "1759121466", "uncertainty": 120 }, "stopId": "0:MAND", "stopSequence": 11 }, { "arrival": { "time": "1759121515", "uncertainty": 120 }, "departure": { "time": "1759121515", "uncertainty": 120 }, "stopId": "0:LBONN", "stopSequence": 12 }, { "arrival": { "time": "1759121596", "uncertainty": 120 }, "departure": { "time": "1759121596", "uncertainty": 120 }, "stopId": "0:MALOS", "stopSequence": 13 }, { "arrival": { "time": "1759121695", "uncertainty": 120 }, "departure": { "time": "1759121695", "uncertainty": 120 }, "stopId": "0:VERCO", "stopSequence": 14 }, { "arrival": { "time": "1759121815", "uncertainty": 120 }, "departure": { "time": "1759121815", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 15 }, { "arrival": { "time": "1759121920", "uncertainty": 120 }, "departure": { "time": "1759121920", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 16 }, { "arrival": { "time": "1759121968", "uncertainty": 120 }, "departure": { "time": "1759121968", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 17 }, { "arrival": { "time": "1759122032", "uncertainty": 120 }, "departure": { "time": "1759122032", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 18 }, { "arrival": { "time": "1759122125", "uncertainty": 120 }, "departure": { "time": "1759122125", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 19 }, { "arrival": { "time": "1759122241", "uncertainty": 120 }, "departure": { "time": "1759122241", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 20 }, { "arrival": { "time": "1759122327", "uncertainty": 120 }, "departure": { "time": "1759122327", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 21 }, { "arrival": { "time": "1759122369", "uncertainty": 120 }, "departure": { "time": "1759122369", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 22 }, { "arrival": { "time": "1759122551", "uncertainty": 120 }, "departure": { "time": "1759122551", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 23 }, { "arrival": { "time": "1759122667", "uncertainty": 120 }, "departure": { "time": "1759122667", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 24 }, { "arrival": { "time": "1759122766", "uncertainty": 120 }, "departure": { "time": "1759122766", "uncertainty": 120 }, "stopId": "0:BEAUL 2", "stopSequence": 25 }, { "arrival": { "time": "1759122849", "uncertainty": 120 }, "departure": { "time": "1759122849", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 26 }, { "arrival": { "time": "1759122888", "uncertainty": 120 }, "departure": { "time": "1759122888", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 27 }, { "arrival": { "time": "1759122937", "uncertainty": 120 }, "departure": { "time": "1759122937", "uncertainty": 120 }, "stopId": "0:TOURN", "stopSequence": 28 }, { "arrival": { "time": "1759123024", "uncertainty": 120 }, "departure": { "time": "1759123024", "uncertainty": 120 }, "stopId": "0:PROVE", "stopSequence": 29 }, { "arrival": { "time": "1759123096", "uncertainty": 120 }, "departure": { "time": "1759123096", "uncertainty": 120 }, "stopId": "0:JOUHA", "stopSequence": 30 }, { "arrival": { "time": "1759123144", "uncertainty": 120 }, "departure": { "time": "1759123144", "uncertainty": 120 }, "stopId": "0:LCOMB", "stopSequence": 31 }, { "arrival": { "time": "1759123171", "uncertainty": 120 }, "departure": { "time": "1759123171", "uncertainty": 120 }, "stopId": "0:RDS 2", "stopSequence": 32 }, { "arrival": { "time": "1759123239", "uncertainty": 120 }, "departure": { "time": "1759123239", "uncertainty": 120 }, "stopId": "0:_BELL", "stopSequence": 33 }, { "arrival": { "time": "1759123324", "uncertainty": 120 }, "departure": { "time": "1759123324", "uncertainty": 120 }, "stopId": "0:GLFR 2", "stopSequence": 34 }, { "arrival": { "time": "1759123378", "uncertainty": 120 }, "departure": { "time": "1759123378", "uncertainty": 120 }, "stopId": "0:GEIF 2", "stopSequence": 35 }, { "arrival": { "time": "1759123510", "uncertainty": 120 }, "departure": { "time": "1759123510", "uncertainty": 120 }, "stopId": "0:BEAUC 2", "stopSequence": 36 }, { "arrival": { "time": "1759123624", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 37 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292044" }, "vehicle": { "id": "504", "label": "504" } } }, { "id": "3291855", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120740", "uncertainty": 120 }, "departure": { "time": "1759120740", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 26 }, { "arrival": { "time": "1759120577", "uncertainty": 120 }, "departure": { "time": "1759120577", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 27 }, { "arrival": { "time": "1759120617", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 28 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291855" } } }, { "id": "3291941", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122708", "uncertainty": 120 }, "departure": { "time": "1759122708", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759122787", "uncertainty": 120 }, "departure": { "time": "1759122787", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759122897", "uncertainty": 120 }, "departure": { "time": "1759122897", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759122906", "uncertainty": 120 }, "departure": { "time": "1759122906", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759122996", "uncertainty": 120 }, "departure": { "time": "1759122996", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759123097", "uncertainty": 120 }, "departure": { "time": "1759123097", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759123191", "uncertainty": 120 }, "departure": { "time": "1759123191", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759121700", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759121739", "uncertainty": 120 }, "departure": { "time": "1759121739", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759121815", "uncertainty": 120 }, "departure": { "time": "1759121815", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759121874", "uncertainty": 120 }, "departure": { "time": "1759121874", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759121960", "uncertainty": 120 }, "departure": { "time": "1759121960", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759122000", "uncertainty": 120 }, "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759122081", "uncertainty": 120 }, "departure": { "time": "1759122081", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759122152", "uncertainty": 120 }, "departure": { "time": "1759122152", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759122204", "uncertainty": 120 }, "departure": { "time": "1759122204", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759122274", "uncertainty": 120 }, "departure": { "time": "1759122274", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759122329", "uncertainty": 120 }, "departure": { "time": "1759122329", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1759122472", "uncertainty": 120 }, "departure": { "time": "1759122472", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1759122547", "uncertainty": 120 }, "departure": { "time": "1759122547", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1759122612", "uncertainty": 120 }, "departure": { "time": "1759122612", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1759122720", "uncertainty": 120 }, "departure": { "time": "1759122720", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1759122786", "uncertainty": 120 }, "departure": { "time": "1759122786", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1759122850", "uncertainty": 120 }, "departure": { "time": "1759122850", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1759122891", "uncertainty": 120 }, "departure": { "time": "1759122891", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1759122948", "uncertainty": 120 }, "departure": { "time": "1759122948", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1759123056", "uncertainty": 120 }, "departure": { "time": "1759123056", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1759123104", "uncertainty": 120 }, "departure": { "time": "1759123104", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1759123360", "uncertainty": 120 }, "departure": { "time": "1759123360", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1759123431", "uncertainty": 120 }, "departure": { "time": "1759123431", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759123499", "uncertainty": 120 }, "departure": { "time": "1759123499", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1759123598", "uncertainty": 120 }, "departure": { "time": "1759123598", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1759123674", "uncertainty": 120 }, "departure": { "time": "1759123674", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1759123756", "uncertainty": 120 }, "departure": { "time": "1759123756", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1759123837", "uncertainty": 120 }, "departure": { "time": "1759123837", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1759123922", "uncertainty": 120 }, "departure": { "time": "1759123922", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1759124099", "uncertainty": 120 }, "departure": { "time": "1759124099", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1759124196", "uncertainty": 120 }, "departure": { "time": "1759124196", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1759124379", "uncertainty": 120 }, "departure": { "time": "1759124379", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759124475", "uncertainty": 120 }, "departure": { "time": "1759124475", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759124563", "uncertainty": 120 }, "departure": { "time": "1759124563", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759124597", "uncertainty": 120 }, "departure": { "time": "1759124597", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759124664", "uncertainty": 120 }, "departure": { "time": "1759124664", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759124711", "uncertainty": 120 }, "departure": { "time": "1759124711", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759124793", "uncertainty": 120 }, "departure": { "time": "1759124793", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1759124841", "uncertainty": 120 }, "departure": { "time": "1759124841", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1759124907", "uncertainty": 120 }, "departure": { "time": "1759124907", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1759124980", "uncertainty": 120 }, "departure": { "time": "1759124980", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1759125042", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291941" } } }, { "id": "3290778", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122482", "uncertainty": 120 }, "departure": { "time": "1759122482", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759122416", "uncertainty": 120 }, "departure": { "time": "1759122416", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759122549", "uncertainty": 120 }, "departure": { "time": "1759122549", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759122668", "uncertainty": 120 }, "departure": { "time": "1759122668", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759122567", "uncertainty": 120 }, "departure": { "time": "1759122567", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759122668", "uncertainty": 120 }, "departure": { "time": "1759122668", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759122746", "uncertainty": 120 }, "departure": { "time": "1759122746", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759122897", "uncertainty": 120 }, "departure": { "time": "1759122897", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759122958", "uncertainty": 120 }, "departure": { "time": "1759122958", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759123026", "uncertainty": 120 }, "departure": { "time": "1759123026", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759123060", "uncertainty": 120 }, "departure": { "time": "1759123060", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759123163", "uncertainty": 120 }, "departure": { "time": "1759123163", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759123255", "uncertainty": 120 }, "departure": { "time": "1759123255", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759123381", "uncertainty": 120 }, "departure": { "time": "1759123381", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759123444", "uncertainty": 120 }, "departure": { "time": "1759123444", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759123521", "uncertainty": 120 }, "departure": { "time": "1759123521", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759123631", "uncertainty": 120 }, "departure": { "time": "1759123631", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759123726", "uncertainty": 120 }, "departure": { "time": "1759123726", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759123777", "uncertainty": 120 }, "departure": { "time": "1759123777", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759123893", "uncertainty": 120 }, "departure": { "time": "1759123893", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759124019", "uncertainty": 120 }, "departure": { "time": "1759124019", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759124152", "uncertainty": 120 }, "departure": { "time": "1759124152", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759124248", "uncertainty": 120 }, "departure": { "time": "1759124248", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759124319", "uncertainty": 120 }, "departure": { "time": "1759124319", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759124397", "uncertainty": 120 }, "departure": { "time": "1759124397", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759124448", "uncertainty": 120 }, "departure": { "time": "1759124448", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759124524", "uncertainty": 120 }, "departure": { "time": "1759124524", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759124544", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290778" } } }, { "id": "3291939", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759119518", "uncertainty": 120 }, "departure": { "time": "1759119518", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759119578", "uncertainty": 120 }, "departure": { "time": "1759119578", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759119659", "uncertainty": 120 }, "departure": { "time": "1759119659", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759119668", "uncertainty": 120 }, "departure": { "time": "1759119668", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759119698", "uncertainty": 120 }, "departure": { "time": "1759119698", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759119758", "uncertainty": 120 }, "departure": { "time": "1759119758", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759119788", "uncertainty": 120 }, "departure": { "time": "1759119788", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759118632", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759118677", "uncertainty": 120 }, "departure": { "time": "1759118677", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759118771", "uncertainty": 120 }, "departure": { "time": "1759118782", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759118887", "uncertainty": 120 }, "departure": { "time": "1759118887", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759118962", "uncertainty": 120 }, "departure": { "time": "1759118962", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759119010", "uncertainty": 120 }, "departure": { "time": "1759119022", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759119069", "uncertainty": 120 }, "departure": { "time": "1759119069", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759119142", "uncertainty": 120 }, "departure": { "time": "1759119142", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759119202", "uncertainty": 120 }, "departure": { "time": "1759119202", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759119223", "uncertainty": 120 }, "departure": { "time": "1759119223", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759119260", "uncertainty": 120 }, "departure": { "time": "1759119260", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759119341", "uncertainty": 120 }, "departure": { "time": "1759119341", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1759119375", "uncertainty": 120 }, "departure": { "time": "1759119375", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1759119412", "uncertainty": 120 }, "departure": { "time": "1759119412", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1759119454", "uncertainty": 120 }, "departure": { "time": "1759119454", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1759119480", "uncertainty": 120 }, "departure": { "time": "1759119480", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1759119530", "uncertainty": 120 }, "departure": { "time": "1759119530", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1759119578", "uncertainty": 120 }, "departure": { "time": "1759119578", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1759119609", "uncertainty": 120 }, "departure": { "time": "1759119609", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1759119652", "uncertainty": 120 }, "departure": { "time": "1759119652", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1759119733", "uncertainty": 120 }, "departure": { "time": "1759119733", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1759119769", "uncertainty": 120 }, "departure": { "time": "1759119769", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1759119892", "uncertainty": 120 }, "departure": { "time": "1759119892", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1759119932", "uncertainty": 120 }, "departure": { "time": "1759119932", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759119977", "uncertainty": 120 }, "departure": { "time": "1759119977", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1759120039", "uncertainty": 120 }, "departure": { "time": "1759120039", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1759120070", "uncertainty": 120 }, "departure": { "time": "1759120083", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1759120131", "uncertainty": 120 }, "departure": { "time": "1759120131", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1759120155", "uncertainty": 120 }, "departure": { "time": "1759120155", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1759120202", "uncertainty": 120 }, "departure": { "time": "1759120202", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1759120284", "uncertainty": 120 }, "departure": { "time": "1759120292", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1759120399", "uncertainty": 120 }, "departure": { "time": "1759120442", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1759120532", "uncertainty": 120 }, "departure": { "time": "1759120532", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759120622", "uncertainty": 120 }, "departure": { "time": "1759120622", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759120681", "uncertainty": 120 }, "departure": { "time": "1759120681", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759120698", "uncertainty": 120 }, "departure": { "time": "1759120698", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759120764", "uncertainty": 120 }, "departure": { "time": "1759120764", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759120813", "uncertainty": 120 }, "departure": { "time": "1759120813", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759120895", "uncertainty": 120 }, "departure": { "time": "1759120895", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1759120943", "uncertainty": 120 }, "departure": { "time": "1759120943", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1759121009", "uncertainty": 120 }, "departure": { "time": "1759121009", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1759121082", "uncertainty": 120 }, "departure": { "time": "1759121082", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1759121138", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291939" }, "vehicle": { "id": "170", "label": "170" } } }, { "id": "3290356", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123398", "uncertainty": 120 }, "departure": { "time": "1759123398", "uncertainty": 120 }, "stopId": "0:_CLX 2" }, { "arrival": { "time": "1759123469", "uncertainty": 120 }, "departure": { "time": "1759123469", "uncertainty": 120 }, "stopId": "0:_JRO 2" }, { "arrival": { "time": "1759123691", "uncertainty": 120 }, "departure": { "time": "1759123691", "uncertainty": 120 }, "stopId": "0:_CIM 2" }, { "arrival": { "time": "1759123701", "uncertainty": 120 }, "departure": { "time": "1759123701", "uncertainty": 120 }, "stopId": "0:_CIM 2" }, { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 1 }, { "arrival": { "time": "1759122427", "uncertainty": 120 }, "departure": { "time": "1759122427", "uncertainty": 120 }, "stopId": "0:_LRS", "stopSequence": 2 }, { "arrival": { "time": "1759122475", "uncertainty": 120 }, "departure": { "time": "1759122475", "uncertainty": 120 }, "stopId": "0:_ZIL 2", "stopSequence": 3 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:_SCH", "stopSequence": 4 }, { "arrival": { "time": "1759122642", "uncertainty": 120 }, "departure": { "time": "1759122642", "uncertainty": 120 }, "stopId": "0:_DAR", "stopSequence": 5 }, { "arrival": { "time": "1759122702", "uncertainty": 120 }, "departure": { "time": "1759122702", "uncertainty": 120 }, "stopId": "0:_PIC", "stopSequence": 6 }, { "arrival": { "time": "1759122755", "uncertainty": 120 }, "departure": { "time": "1759122755", "uncertainty": 120 }, "stopId": "0:_COA", "stopSequence": 7 }, { "arrival": { "time": "1759122854", "uncertainty": 120 }, "departure": { "time": "1759122854", "uncertainty": 120 }, "stopId": "0:_COM 4", "stopSequence": 8 }, { "arrival": { "time": "1759122900", "uncertainty": 120 }, "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:_COM", "stopSequence": 9 }, { "arrival": { "time": "1759122952", "uncertainty": 120 }, "departure": { "time": "1759122952", "uncertainty": 120 }, "stopId": "0:_LVS", "stopSequence": 10 }, { "arrival": { "time": "1759123029", "uncertainty": 120 }, "departure": { "time": "1759123029", "uncertainty": 120 }, "stopId": "0:_ETO", "stopSequence": 11 }, { "arrival": { "time": "1759123071", "uncertainty": 120 }, "departure": { "time": "1759123071", "uncertainty": 120 }, "stopId": "0:_ACH", "stopSequence": 12 }, { "arrival": { "time": "1759123105", "uncertainty": 120 }, "departure": { "time": "1759123105", "uncertainty": 120 }, "stopId": "0:_LAC", "stopSequence": 13 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 14 }, { "arrival": { "time": "1759123270", "uncertainty": 120 }, "departure": { "time": "1759123270", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 15 }, { "arrival": { "time": "1759123305", "uncertainty": 120 }, "departure": { "time": "1759123305", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 16 }, { "arrival": { "time": "1759123397", "uncertainty": 120 }, "departure": { "time": "1759123397", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CLX 2", "stopSequence": 17 }, { "arrival": { "time": "1759123467", "uncertainty": 120 }, "departure": { "time": "1759123467", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_LPR 2", "stopSequence": 18 }, { "arrival": { "time": "1759123560", "uncertainty": 120 }, "departure": { "time": "1759123560", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CIM 2", "stopSequence": 19 }, { "arrival": { "time": "1759123793", "uncertainty": 120 }, "departure": { "time": "1759123793", "uncertainty": 120 }, "stopId": "0:_BEL 2", "stopSequence": 20 }, { "arrival": { "time": "1759123919", "uncertainty": 120 }, "departure": { "time": "1759123919", "uncertainty": 120 }, "stopId": "0:_ABA 2", "stopSequence": 21 }, { "arrival": { "time": "1759123977", "uncertainty": 120 }, "departure": { "time": "1759123977", "uncertainty": 120 }, "stopId": "0:_ZAD 2", "stopSequence": 22 }, { "arrival": { "time": "1759124041", "uncertainty": 120 }, "departure": { "time": "1759124041", "uncertainty": 120 }, "stopId": "0:_BOZ 2", "stopSequence": 23 }, { "arrival": { "time": "1759124126", "uncertainty": 120 }, "departure": { "time": "1759124126", "uncertainty": 120 }, "stopId": "0:_COQ", "stopSequence": 24 }, { "arrival": { "time": "1759124186", "uncertainty": 120 }, "departure": { "time": "1759124186", "uncertainty": 120 }, "stopId": "0:_CAS", "stopSequence": 25 }, { "arrival": { "time": "1759124306", "uncertainty": 120 }, "departure": { "time": "1759124306", "uncertainty": 120 }, "stopId": "0:_YOU", "stopSequence": 26 }, { "arrival": { "time": "1759124398", "uncertainty": 120 }, "departure": { "time": "1759124398", "uncertainty": 120 }, "stopId": "0:_LAS", "stopSequence": 27 }, { "arrival": { "time": "1759124428", "uncertainty": 120 }, "departure": { "time": "1759124428", "uncertainty": 120 }, "stopId": "0:_ACA", "stopSequence": 28 }, { "arrival": { "time": "1759124486", "uncertainty": 120 }, "departure": { "time": "1759124486", "uncertainty": 120 }, "stopId": "0:_LPA", "stopSequence": 29 }, { "arrival": { "time": "1759124508", "uncertainty": 120 }, "departure": { "time": "1759124508", "uncertainty": 120 }, "stopId": "0:_YRAB", "stopSequence": 30 }, { "arrival": { "time": "1759124546", "uncertainty": 120 }, "departure": { "time": "1759124546", "uncertainty": 120 }, "stopId": "0:_MCC", "stopSequence": 31 }, { "arrival": { "time": "1759124726", "uncertainty": 120 }, "departure": { "time": "1759124726", "uncertainty": 120 }, "stopId": "0:_LYD 2", "stopSequence": 32 }, { "arrival": { "time": "1759124793", "uncertainty": 120 }, "departure": { "time": "1759124793", "uncertainty": 120 }, "stopId": "0:_MMA 2", "stopSequence": 33 }, { "arrival": { "time": "1759124877", "uncertainty": 120 }, "departure": { "time": "1759124877", "uncertainty": 120 }, "stopId": "0:_GMA 2", "stopSequence": 34 }, { "arrival": { "time": "1759124941", "uncertainty": 120 }, "departure": { "time": "1759124941", "uncertainty": 120 }, "stopId": "0:_DID 2", "stopSequence": 35 }, { "arrival": { "time": "1759125022", "uncertainty": 120 }, "stopId": "0:_COD 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "64", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290356" } } }, { "id": "3293416", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120721", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1759120754", "uncertainty": 120 }, "departure": { "time": "1759120754", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1759120771", "uncertainty": 120 }, "departure": { "time": "1759120771", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1759120796", "uncertainty": 120 }, "departure": { "time": "1759120796", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1759120870", "uncertainty": 120 }, "departure": { "time": "1759120870", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 5 }, { "arrival": { "time": "1759120927", "uncertainty": 120 }, "departure": { "time": "1759120927", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 6 }, { "arrival": { "time": "1759120966", "uncertainty": 120 }, "departure": { "time": "1759120966", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 7 }, { "arrival": { "time": "1759121007", "uncertainty": 120 }, "departure": { "time": "1759121007", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 8 }, { "arrival": { "time": "1759121121", "uncertainty": 120 }, "departure": { "time": "1759121121", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 9 }, { "arrival": { "time": "1759121200", "uncertainty": 120 }, "departure": { "time": "1759121200", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 10 }, { "arrival": { "time": "1759121336", "uncertainty": 120 }, "departure": { "time": "1759121336", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 11 }, { "arrival": { "time": "1759121484", "uncertainty": 120 }, "departure": { "time": "1759121484", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1759121555", "uncertainty": 120 }, "departure": { "time": "1759121555", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1759121616", "uncertainty": 120 }, "departure": { "time": "1759121616", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 14 }, { "arrival": { "time": "1759121652", "uncertainty": 120 }, "departure": { "time": "1759121652", "uncertainty": 120 }, "stopId": "0:POLY", "stopSequence": 15 }, { "arrival": { "time": "1759121690", "uncertainty": 120 }, "departure": { "time": "1759121690", "uncertainty": 120 }, "stopId": "0:GUYN", "stopSequence": 16 }, { "arrival": { "time": "1759121786", "uncertainty": 120 }, "departure": { "time": "1759121786", "uncertainty": 120 }, "stopId": "0:DBLAN", "stopSequence": 17 }, { "arrival": { "time": "1759121906", "uncertainty": 120 }, "departure": { "time": "1759121906", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 18 }, { "arrival": { "time": "1759121959", "uncertainty": 120 }, "departure": { "time": "1759121959", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 19 }, { "arrival": { "time": "1759122014", "uncertainty": 120 }, "departure": { "time": "1759122014", "uncertainty": 120 }, "stopId": "0:LPLAN", "stopSequence": 20 }, { "arrival": { "time": "1759122072", "uncertainty": 120 }, "departure": { "time": "1759122072", "uncertainty": 120 }, "stopId": "0:POINCA", "stopSequence": 21 }, { "arrival": { "time": "1759122145", "uncertainty": 120 }, "departure": { "time": "1759122145", "uncertainty": 120 }, "stopId": "0:JPERR", "stopSequence": 22 }, { "arrival": { "time": "1759122190", "uncertainty": 120 }, "departure": { "time": "1759122190", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 23 }, { "arrival": { "time": "1759122291", "uncertainty": 120 }, "departure": { "time": "1759122291", "uncertainty": 120 }, "stopId": "0:RGARR", "stopSequence": 24 }, { "arrival": { "time": "1759122326", "uncertainty": 120 }, "stopId": "0:THABO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293416" }, "vehicle": { "id": "59", "label": "59" } } }, { "id": "3290541", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:_LOR", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "621", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290541" } } }, { "id": "3292617", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121220", "uncertainty": 120 }, "stopId": "0:UPI", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "23", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292617" } } }, { "id": "3293333", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123860", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293333" } } }, { "id": "3290639", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:MMARM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "351", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290639" } } }, { "id": "3289781", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123487", "uncertainty": 120 }, "departure": { "time": "1759123487", "uncertainty": 120 }, "stopId": "0:_BZIS" }, { "arrival": { "time": "1759123627", "uncertainty": 120 }, "departure": { "time": "1759123627", "uncertainty": 120 }, "stopId": "0:_CAQ" }, { "arrival": { "time": "1759123735", "uncertainty": 120 }, "departure": { "time": "1759123735", "uncertainty": 120 }, "stopId": "0:_BAR" }, { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1759123907", "uncertainty": 120 }, "departure": { "time": "1759123907", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 3 }, { "arrival": { "time": "1759124207", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 4 } ], "trip": { "directionId": 0, "routeId": "ICd", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289781" } } }, { "id": "3292316", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120800", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 }, { "arrival": { "time": "1759120883", "uncertainty": 120 }, "departure": { "time": "1759120883", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 2 }, { "arrival": { "time": "1759121017", "uncertainty": 120 }, "departure": { "time": "1759121017", "uncertainty": 120 }, "stopId": "0:MUSSE 2", "stopSequence": 3 }, { "arrival": { "time": "1759121083", "uncertainty": 120 }, "departure": { "time": "1759121083", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 4 }, { "arrival": { "time": "1759121135", "uncertainty": 120 }, "departure": { "time": "1759121135", "uncertainty": 120 }, "stopId": "0:SVIC 2", "stopSequence": 5 }, { "arrival": { "time": "1759121179", "uncertainty": 120 }, "departure": { "time": "1759121179", "uncertainty": 120 }, "stopId": "0:ESPE 2", "stopSequence": 6 }, { "arrival": { "time": "1759121255", "uncertainty": 120 }, "departure": { "time": "1759121255", "uncertainty": 120 }, "stopId": "0:TRINI 2", "stopSequence": 7 }, { "arrival": { "time": "1759121300", "uncertainty": 120 }, "departure": { "time": "1759121300", "uncertainty": 120 }, "stopId": "0:LESA 2", "stopSequence": 8 }, { "arrival": { "time": "1759121392", "uncertainty": 120 }, "departure": { "time": "1759121392", "uncertainty": 120 }, "stopId": "0:LAFA 2", "stopSequence": 9 }, { "arrival": { "time": "1759121434", "uncertainty": 120 }, "departure": { "time": "1759121434", "uncertainty": 120 }, "stopId": "0:CASS 2", "stopSequence": 10 }, { "arrival": { "time": "1759121512", "uncertainty": 120 }, "departure": { "time": "1759121512", "uncertainty": 120 }, "stopId": "0:LGMOU 2", "stopSequence": 11 }, { "arrival": { "time": "1759121563", "uncertainty": 120 }, "departure": { "time": "1759121563", "uncertainty": 120 }, "stopId": "0:VHUGO 2", "stopSequence": 12 }, { "arrival": { "time": "1759121705", "uncertainty": 120 }, "departure": { "time": "1759121705", "uncertainty": 120 }, "stopId": "0:ADMA 2", "stopSequence": 13 }, { "arrival": { "time": "1759121791", "uncertainty": 120 }, "departure": { "time": "1759121791", "uncertainty": 120 }, "stopId": "0:CD7 2", "stopSequence": 14 }, { "arrival": { "time": "1759121864", "uncertainty": 120 }, "departure": { "time": "1759121864", "uncertainty": 120 }, "stopId": "0:GRAN 2", "stopSequence": 15 }, { "arrival": { "time": "1759121941", "uncertainty": 120 }, "departure": { "time": "1759121941", "uncertainty": 120 }, "stopId": "0:AURO 2", "stopSequence": 16 }, { "arrival": { "time": "1759122008", "uncertainty": 120 }, "departure": { "time": "1759122008", "uncertainty": 120 }, "stopId": "0:MDORM 2", "stopSequence": 17 }, { "arrival": { "time": "1759122055", "uncertainty": 120 }, "departure": { "time": "1759122055", "uncertainty": 120 }, "stopId": "0:VOLT 2", "stopSequence": 18 }, { "arrival": { "time": "1759122109", "uncertainty": 120 }, "departure": { "time": "1759122109", "uncertainty": 120 }, "stopId": "0:MAIRI 2", "stopSequence": 19 }, { "arrival": { "time": "1759122173", "uncertainty": 120 }, "departure": { "time": "1759122173", "uncertainty": 120 }, "stopId": "0:ARAGO 2", "stopSequence": 20 }, { "arrival": { "time": "1759122211", "uncertainty": 120 }, "departure": { "time": "1759122211", "uncertainty": 120 }, "stopId": "0:CHAFF 2", "stopSequence": 21 }, { "arrival": { "time": "1759122267", "uncertainty": 120 }, "departure": { "time": "1759122267", "uncertainty": 120 }, "stopId": "0:CHEN 2", "stopSequence": 22 }, { "arrival": { "time": "1759122315", "uncertainty": 120 }, "departure": { "time": "1759122315", "uncertainty": 120 }, "stopId": "0:NEYR 2", "stopSequence": 23 }, { "arrival": { "time": "1759122365", "uncertainty": 120 }, "departure": { "time": "1759122365", "uncertainty": 120 }, "stopId": "0:RESI 2", "stopSequence": 24 }, { "arrival": { "time": "1759122409", "uncertainty": 120 }, "departure": { "time": "1759122409", "uncertainty": 120 }, "stopId": "0:JMAC 2", "stopSequence": 25 }, { "arrival": { "time": "1759122462", "uncertainty": 120 }, "departure": { "time": "1759122462", "uncertainty": 120 }, "stopId": "0:JMAC 1", "stopSequence": 26 }, { "arrival": { "time": "1759122511", "uncertainty": 120 }, "departure": { "time": "1759122511", "uncertainty": 120 }, "stopId": "0:SBO", "stopSequence": 27 }, { "arrival": { "time": "1759122709", "uncertainty": 120 }, "departure": { "time": "1759122709", "uncertainty": 120 }, "stopId": "0:BNO", "stopSequence": 28 }, { "arrival": { "time": "1759122829", "uncertainty": 120 }, "departure": { "time": "1759122829", "uncertainty": 120 }, "stopId": "0:_ELBA 2", "stopSequence": 29 }, { "arrival": { "time": "1759122963", "uncertainty": 120 }, "departure": { "time": "1759122963", "uncertainty": 120 }, "stopId": "0:_EGALC", "stopSequence": 30 }, { "arrival": { "time": "1759123084", "uncertainty": 120 }, "departure": { "time": "1759123084", "uncertainty": 120 }, "stopId": "0:_ESA 2", "stopSequence": 31 }, { "arrival": { "time": "1759123180", "uncertainty": 120 }, "departure": { "time": "1759123180", "uncertainty": 120 }, "stopId": "0:_ELJD", "stopSequence": 32 }, { "arrival": { "time": "1759123210", "uncertainty": 120 }, "departure": { "time": "1759123210", "uncertainty": 120 }, "stopId": "0:_EPR 2", "stopSequence": 33 }, { "arrival": { "time": "1759123304", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292316" } } }, { "id": "3290279", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124168", "uncertainty": 120 }, "stopId": "0:CHAPL", "stopSequence": 1 }, { "arrival": { "time": "1759124228", "uncertainty": 120 }, "departure": { "time": "1759124228", "uncertainty": 120 }, "stopId": "0:GPHIL", "stopSequence": 2 }, { "arrival": { "time": "1759124254", "uncertainty": 120 }, "departure": { "time": "1759124254", "uncertainty": 120 }, "stopId": "0:JOUVE 2", "stopSequence": 3 }, { "arrival": { "time": "1759124274", "uncertainty": 120 }, "departure": { "time": "1759124274", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 4 }, { "arrival": { "time": "1759124324", "uncertainty": 120 }, "departure": { "time": "1759124324", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 5 }, { "arrival": { "time": "1759124379", "uncertainty": 120 }, "departure": { "time": "1759124379", "uncertainty": 120 }, "stopId": "0:CEZA 2", "stopSequence": 6 }, { "arrival": { "time": "1759124442", "uncertainty": 120 }, "departure": { "time": "1759124442", "uncertainty": 120 }, "stopId": "0:GAREN 2", "stopSequence": 7 }, { "arrival": { "time": "1759124543", "uncertainty": 120 }, "departure": { "time": "1759124543", "uncertainty": 120 }, "stopId": "0:VFLEU 2", "stopSequence": 8 }, { "arrival": { "time": "1759124627", "uncertainty": 120 }, "departure": { "time": "1759124627", "uncertainty": 120 }, "stopId": "0:LAUTR 2", "stopSequence": 9 }, { "arrival": { "time": "1759124682", "uncertainty": 120 }, "departure": { "time": "1759124682", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 10 }, { "arrival": { "time": "1759124753", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "103", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290279" } } }, { "id": "3290861", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122101", "uncertainty": 120 }, "departure": { "time": "1759122101", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759120306", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759120350", "uncertainty": 120 }, "departure": { "time": "1759120366", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759120426", "uncertainty": 120 }, "departure": { "time": "1759120426", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759120456", "uncertainty": 120 }, "departure": { "time": "1759120456", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759120523", "uncertainty": 120 }, "departure": { "time": "1759120523", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759120606", "uncertainty": 120 }, "departure": { "time": "1759120636", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759120696", "uncertainty": 120 }, "departure": { "time": "1759120696", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759120820", "uncertainty": 120 }, "departure": { "time": "1759120820", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759120923", "uncertainty": 120 }, "departure": { "time": "1759120923", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759121018", "uncertainty": 120 }, "departure": { "time": "1759121018", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759121062", "uncertainty": 120 }, "departure": { "time": "1759121062", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759121120", "uncertainty": 120 }, "departure": { "time": "1759121120", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759121164", "uncertainty": 120 }, "departure": { "time": "1759121164", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759121234", "uncertainty": 120 }, "departure": { "time": "1759121234", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759121307", "uncertainty": 120 }, "departure": { "time": "1759121307", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759121393", "uncertainty": 120 }, "departure": { "time": "1759121393", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759121479", "uncertainty": 120 }, "departure": { "time": "1759121479", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759121574", "uncertainty": 120 }, "departure": { "time": "1759121574", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759121627", "uncertainty": 120 }, "departure": { "time": "1759121627", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759121684", "uncertainty": 120 }, "departure": { "time": "1759121684", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759121740", "uncertainty": 120 }, "departure": { "time": "1759121740", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759121873", "uncertainty": 120 }, "departure": { "time": "1759121873", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759121944", "uncertainty": 120 }, "departure": { "time": "1759121944", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759122022", "uncertainty": 120 }, "departure": { "time": "1759122022", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759122124", "uncertainty": 120 }, "departure": { "time": "1759122124", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759122236", "uncertainty": 120 }, "departure": { "time": "1759122236", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759122172", "uncertainty": 120 }, "departure": { "time": "1759122172", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759122221", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290861" }, "vehicle": { "id": "70", "label": "70" } } }, { "id": "3290298", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123791", "uncertainty": 120 }, "departure": { "time": "1759123791", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759123870", "uncertainty": 120 }, "departure": { "time": "1759123870", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759123989", "uncertainty": 120 }, "departure": { "time": "1759123989", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759124079", "uncertainty": 120 }, "departure": { "time": "1759124079", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759124180", "uncertainty": 120 }, "departure": { "time": "1759124180", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759124274", "uncertainty": 120 }, "departure": { "time": "1759124274", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759122775", "uncertainty": 120 }, "departure": { "time": "1759122775", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759122882", "uncertainty": 120 }, "departure": { "time": "1759122882", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759122965", "uncertainty": 120 }, "departure": { "time": "1759122965", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759123086", "uncertainty": 120 }, "departure": { "time": "1759123086", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759123143", "uncertainty": 120 }, "departure": { "time": "1759123143", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759123223", "uncertainty": 120 }, "departure": { "time": "1759123223", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759123294", "uncertainty": 120 }, "departure": { "time": "1759123294", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759123345", "uncertainty": 120 }, "departure": { "time": "1759123345", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759123414", "uncertainty": 120 }, "departure": { "time": "1759123414", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759123469", "uncertainty": 120 }, "departure": { "time": "1759123469", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759123560", "uncertainty": 120 }, "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1759123601", "uncertainty": 120 }, "departure": { "time": "1759123601", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1759123661", "uncertainty": 120 }, "departure": { "time": "1759123661", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1759123713", "uncertainty": 120 }, "departure": { "time": "1759123713", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1759123800", "uncertainty": 120 }, "departure": { "time": "1759123800", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1759123852", "uncertainty": 120 }, "departure": { "time": "1759123852", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1759123902", "uncertainty": 120 }, "departure": { "time": "1759123902", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1759123934", "uncertainty": 120 }, "departure": { "time": "1759123934", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1759123978", "uncertainty": 120 }, "departure": { "time": "1759123978", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1759124062", "uncertainty": 120 }, "departure": { "time": "1759124062", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1759124100", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1759124900", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "122", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290298" } } }, { "id": "3290095", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:_CDR", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "65", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290095" } } }, { "id": "3291048", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119490", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 }, { "arrival": { "time": "1759119573", "uncertainty": 120 }, "departure": { "time": "1759119580", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 2 }, { "arrival": { "time": "1759119638", "uncertainty": 120 }, "departure": { "time": "1759119640", "uncertainty": 120 }, "stopId": "0:RALPE", "stopSequence": 3 }, { "arrival": { "time": "1759119687", "uncertainty": 120 }, "departure": { "time": "1759119700", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 4 }, { "arrival": { "time": "1759119746", "uncertainty": 120 }, "departure": { "time": "1759119746", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 5 }, { "arrival": { "time": "1759119811", "uncertainty": 120 }, "departure": { "time": "1759119811", "uncertainty": 120 }, "stopId": "0:IADAM", "stopSequence": 6 }, { "arrival": { "time": "1759119860", "uncertainty": 120 }, "departure": { "time": "1759119860", "uncertainty": 120 }, "stopId": "0:MDBOU", "stopSequence": 7 }, { "arrival": { "time": "1759119909", "uncertainty": 120 }, "departure": { "time": "1759119909", "uncertainty": 120 }, "stopId": "0:VALEN", "stopSequence": 8 }, { "arrival": { "time": "1759119954", "uncertainty": 120 }, "departure": { "time": "1759119954", "uncertainty": 120 }, "stopId": "0:TROND", "stopSequence": 9 }, { "arrival": { "time": "1759120060", "uncertainty": 120 }, "departure": { "time": "1759120060", "uncertainty": 120 }, "stopId": "0:RESER", "stopSequence": 10 }, { "arrival": { "time": "1759120116", "uncertainty": 120 }, "departure": { "time": "1759120116", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 11 }, { "arrival": { "time": "1759120150", "uncertainty": 120 }, "departure": { "time": "1759120150", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 12 }, { "arrival": { "time": "1759120238", "uncertainty": 120 }, "departure": { "time": "1759120240", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 13 }, { "arrival": { "time": "1759120428", "uncertainty": 120 }, "departure": { "time": "1759120428", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 14 }, { "arrival": { "time": "1759120537", "uncertainty": 120 }, "departure": { "time": "1759120540", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 15 }, { "arrival": { "time": "1759120644", "uncertainty": 120 }, "departure": { "time": "1759120644", "uncertainty": 120 }, "stopId": "0:BOTT 2", "stopSequence": 16 }, { "arrival": { "time": "1759120709", "uncertainty": 120 }, "departure": { "time": "1759120709", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 17 }, { "arrival": { "time": "1759120720", "uncertainty": 120 }, "departure": { "time": "1759120720", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 18 }, { "arrival": { "time": "1759120774", "uncertainty": 120 }, "departure": { "time": "1759120774", "uncertainty": 120 }, "stopId": "0:MAIRI G", "stopSequence": 19 }, { "arrival": { "time": "1759120822", "uncertainty": 120 }, "departure": { "time": "1759120822", "uncertainty": 120 }, "stopId": "0:CLAUD", "stopSequence": 20 }, { "arrival": { "time": "1759120855", "uncertainty": 120 }, "departure": { "time": "1759120855", "uncertainty": 120 }, "stopId": "0:ROSTA", "stopSequence": 21 }, { "arrival": { "time": "1759120900", "uncertainty": 120 }, "departure": { "time": "1759120900", "uncertainty": 120 }, "stopId": "0:GAGAR", "stopSequence": 22 }, { "arrival": { "time": "1759120960", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291048" }, "vehicle": { "id": "121", "label": "121" } } }, { "id": "3292045", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121880", "uncertainty": 120 }, "stopId": "0:MDM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292045" } } }, { "id": "3290083", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123251", "uncertainty": 120 }, "departure": { "time": "1759123251", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759123330", "uncertainty": 120 }, "departure": { "time": "1759123330", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759123449", "uncertainty": 120 }, "departure": { "time": "1759123449", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759123539", "uncertainty": 120 }, "departure": { "time": "1759123539", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759123640", "uncertainty": 120 }, "departure": { "time": "1759123640", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759123734", "uncertainty": 120 }, "departure": { "time": "1759123734", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 1 }, { "arrival": { "time": "1759123061", "uncertainty": 120 }, "departure": { "time": "1759123061", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 2 }, { "arrival": { "time": "1759123121", "uncertainty": 120 }, "departure": { "time": "1759123121", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 3 }, { "arrival": { "time": "1759123173", "uncertainty": 120 }, "departure": { "time": "1759123173", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 4 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 5 }, { "arrival": { "time": "1759123310", "uncertainty": 120 }, "departure": { "time": "1759123310", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 6 }, { "arrival": { "time": "1759123358", "uncertainty": 120 }, "departure": { "time": "1759123358", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 7 }, { "arrival": { "time": "1759123389", "uncertainty": 120 }, "departure": { "time": "1759123389", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 8 }, { "arrival": { "time": "1759123432", "uncertainty": 120 }, "departure": { "time": "1759123432", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 9 }, { "arrival": { "time": "1759123513", "uncertainty": 120 }, "departure": { "time": "1759123513", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 10 }, { "arrival": { "time": "1759123549", "uncertainty": 120 }, "departure": { "time": "1759123549", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 11 }, { "arrival": { "time": "1759123898", "uncertainty": 120 }, "departure": { "time": "1759123898", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 12 }, { "arrival": { "time": "1759123971", "uncertainty": 120 }, "departure": { "time": "1759123971", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 13 }, { "arrival": { "time": "1759124042", "uncertainty": 120 }, "departure": { "time": "1759124042", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 14 }, { "arrival": { "time": "1759124137", "uncertainty": 120 }, "departure": { "time": "1759124137", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 15 }, { "arrival": { "time": "1759124210", "uncertainty": 120 }, "departure": { "time": "1759124210", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 16 }, { "arrival": { "time": "1759124289", "uncertainty": 120 }, "departure": { "time": "1759124289", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 17 }, { "arrival": { "time": "1759124367", "uncertainty": 120 }, "departure": { "time": "1759124367", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 18 }, { "arrival": { "time": "1759124448", "uncertainty": 120 }, "departure": { "time": "1759124448", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 19 }, { "arrival": { "time": "1759124639", "uncertainty": 120 }, "departure": { "time": "1759124639", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 20 }, { "arrival": { "time": "1759124735", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "123", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290083" } } }, { "id": "3290863", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124184", "uncertainty": 120 }, "departure": { "time": "1759124184", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759122120", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759122143", "uncertainty": 120 }, "departure": { "time": "1759122143", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759122233", "uncertainty": 120 }, "departure": { "time": "1759122233", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759122295", "uncertainty": 120 }, "departure": { "time": "1759122295", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759122360", "uncertainty": 120 }, "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759122457", "uncertainty": 120 }, "departure": { "time": "1759122457", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759122527", "uncertainty": 120 }, "departure": { "time": "1759122527", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759122784", "uncertainty": 120 }, "departure": { "time": "1759122784", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759122897", "uncertainty": 120 }, "departure": { "time": "1759122897", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759122950", "uncertainty": 120 }, "departure": { "time": "1759122950", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759123105", "uncertainty": 120 }, "departure": { "time": "1759123105", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759123190", "uncertainty": 120 }, "departure": { "time": "1759123190", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759123277", "uncertainty": 120 }, "departure": { "time": "1759123277", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759123380", "uncertainty": 120 }, "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759123477", "uncertainty": 120 }, "departure": { "time": "1759123477", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759123584", "uncertainty": 120 }, "departure": { "time": "1759123584", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759123643", "uncertainty": 120 }, "departure": { "time": "1759123643", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759123707", "uncertainty": 120 }, "departure": { "time": "1759123707", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759123770", "uncertainty": 120 }, "departure": { "time": "1759123770", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759123920", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759124005", "uncertainty": 120 }, "departure": { "time": "1759124005", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759124098", "uncertainty": 120 }, "departure": { "time": "1759124098", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759124212", "uncertainty": 120 }, "departure": { "time": "1759124212", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759124280", "uncertainty": 120 }, "departure": { "time": "1759124280", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759124336", "uncertainty": 120 }, "departure": { "time": "1759124336", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759124400", "uncertainty": 120 }, "departure": { "time": "1759124400", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759124255", "uncertainty": 120 }, "departure": { "time": "1759124255", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759124304", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290863" } } }, { "id": "3290249", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "181", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290249" } } }, { "id": "3292706", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123142", "uncertainty": 120 }, "stopId": "0:_TCV", "stopSequence": 1 }, { "arrival": { "time": "1759123562", "uncertainty": 120 }, "departure": { "time": "1759123562", "uncertainty": 120 }, "stopId": "0:_TEM", "stopSequence": 2 }, { "arrival": { "time": "1759123622", "uncertainty": 120 }, "departure": { "time": "1759123622", "uncertainty": 120 }, "stopId": "0:_TST", "stopSequence": 3 }, { "arrival": { "time": "1759123682", "uncertainty": 120 }, "departure": { "time": "1759123682", "uncertainty": 120 }, "stopId": "0:_TLO", "stopSequence": 4 }, { "arrival": { "time": "1759123862", "uncertainty": 120 }, "departure": { "time": "1759123862", "uncertainty": 120 }, "stopId": "0:_TLV 2", "stopSequence": 5 }, { "arrival": { "time": "1759123982", "uncertainty": 120 }, "departure": { "time": "1759123982", "uncertainty": 120 }, "stopId": "0:_TCR", "stopSequence": 6 }, { "arrival": { "time": "1759124102", "uncertainty": 120 }, "departure": { "time": "1759124102", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 7 }, { "arrival": { "time": "1759124163", "uncertainty": 120 }, "departure": { "time": "1759124163", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 8 }, { "arrival": { "time": "1759124403", "uncertainty": 120 }, "departure": { "time": "1759124403", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 9 }, { "arrival": { "time": "1759124521", "uncertainty": 120 }, "departure": { "time": "1759124521", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 10 }, { "arrival": { "time": "1759125001", "uncertainty": 120 }, "stopId": "0:CDG", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "400", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292706" } } }, { "id": "3289879", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122085", "uncertainty": 120 }, "stopId": "0:_EALO 2", "stopSequence": 1 }, { "arrival": { "time": "1759122150", "uncertainty": 120 }, "departure": { "time": "1759122150", "uncertainty": 120 }, "stopId": "0:ECOM", "stopSequence": 2 }, { "arrival": { "time": "1759122181", "uncertainty": 120 }, "departure": { "time": "1759122181", "uncertainty": 120 }, "stopId": "0:_EPR 2", "stopSequence": 3 }, { "arrival": { "time": "1759122320", "uncertainty": 120 }, "departure": { "time": "1759122320", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 4 }, { "arrival": { "time": "1759122620", "uncertainty": 120 }, "departure": { "time": "1759122620", "uncertainty": 120 }, "stopId": "0:_BVIL", "stopSequence": 5 }, { "arrival": { "time": "1759122680", "uncertainty": 120 }, "departure": { "time": "1759122680", "uncertainty": 120 }, "stopId": "0:_BLC 3", "stopSequence": 6 }, { "arrival": { "time": "1759122744", "uncertainty": 120 }, "departure": { "time": "1759122744", "uncertainty": 120 }, "stopId": "0:_BLBO", "stopSequence": 7 }, { "arrival": { "time": "1759122804", "uncertainty": 120 }, "departure": { "time": "1759122804", "uncertainty": 120 }, "stopId": "0:_BVIC", "stopSequence": 8 }, { "arrival": { "time": "1759122865", "uncertainty": 120 }, "departure": { "time": "1759122865", "uncertainty": 120 }, "stopId": "0:_BVVI", "stopSequence": 9 }, { "arrival": { "time": "1759123065", "uncertainty": 120 }, "departure": { "time": "1759123065", "uncertainty": 120 }, "stopId": "0:_PFM", "stopSequence": 10 }, { "arrival": { "time": "1759123285", "uncertainty": 120 }, "departure": { "time": "1759123285", "uncertainty": 120 }, "stopId": "0:_PVB", "stopSequence": 11 }, { "arrival": { "time": "1759124185", "uncertainty": 120 }, "departure": { "time": "1759124185", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 12 }, { "arrival": { "time": "1759124610", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "383", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289879" } } }, { "id": "3291943", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125291", "uncertainty": 120 }, "departure": { "time": "1759125291", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759125370", "uncertainty": 120 }, "departure": { "time": "1759125370", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759125480", "uncertainty": 120 }, "departure": { "time": "1759125480", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759125489", "uncertainty": 120 }, "departure": { "time": "1759125489", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759125579", "uncertainty": 120 }, "departure": { "time": "1759125579", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759125680", "uncertainty": 120 }, "departure": { "time": "1759125680", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759125774", "uncertainty": 120 }, "departure": { "time": "1759125774", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759124280", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759124327", "uncertainty": 120 }, "departure": { "time": "1759124327", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759124418", "uncertainty": 120 }, "departure": { "time": "1759124418", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759124488", "uncertainty": 120 }, "departure": { "time": "1759124488", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759124591", "uncertainty": 120 }, "departure": { "time": "1759124591", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759124640", "uncertainty": 120 }, "departure": { "time": "1759124640", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759124721", "uncertainty": 120 }, "departure": { "time": "1759124721", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759124792", "uncertainty": 120 }, "departure": { "time": "1759124792", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759124844", "uncertainty": 120 }, "departure": { "time": "1759124844", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759124914", "uncertainty": 120 }, "departure": { "time": "1759124914", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759124969", "uncertainty": 120 }, "departure": { "time": "1759124969", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759125060", "uncertainty": 120 }, "departure": { "time": "1759125060", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1759125101", "uncertainty": 120 }, "departure": { "time": "1759125101", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1759125161", "uncertainty": 120 }, "departure": { "time": "1759125161", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1759125213", "uncertainty": 120 }, "departure": { "time": "1759125213", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1759125300", "uncertainty": 120 }, "departure": { "time": "1759125300", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1759125366", "uncertainty": 120 }, "departure": { "time": "1759125366", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1759125430", "uncertainty": 120 }, "departure": { "time": "1759125430", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1759125471", "uncertainty": 120 }, "departure": { "time": "1759125471", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1759125528", "uncertainty": 120 }, "departure": { "time": "1759125528", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1759125636", "uncertainty": 120 }, "departure": { "time": "1759125636", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1759125684", "uncertainty": 120 }, "departure": { "time": "1759125684", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1759125952", "uncertainty": 120 }, "departure": { "time": "1759125952", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1759126023", "uncertainty": 120 }, "departure": { "time": "1759126023", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759126092", "uncertainty": 120 }, "departure": { "time": "1759126092", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1759126195", "uncertainty": 120 }, "departure": { "time": "1759126195", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1759126274", "uncertainty": 120 }, "departure": { "time": "1759126274", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1759126359", "uncertainty": 120 }, "departure": { "time": "1759126359", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1759126441", "uncertainty": 120 }, "departure": { "time": "1759126441", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1759126527", "uncertainty": 120 }, "departure": { "time": "1759126527", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1759126727", "uncertainty": 120 }, "departure": { "time": "1759126727", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1759126824", "uncertainty": 120 }, "departure": { "time": "1759126824", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1759127015", "uncertainty": 120 }, "departure": { "time": "1759127015", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759127120", "uncertainty": 120 }, "departure": { "time": "1759127120", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759127208", "uncertainty": 120 }, "departure": { "time": "1759127208", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759127239", "uncertainty": 120 }, "departure": { "time": "1759127239", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759127301", "uncertainty": 120 }, "departure": { "time": "1759127301", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759127350", "uncertainty": 120 }, "departure": { "time": "1759127350", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759127432", "uncertainty": 120 }, "departure": { "time": "1759127432", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1759127486", "uncertainty": 120 }, "departure": { "time": "1759127486", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1759127552", "uncertainty": 120 }, "departure": { "time": "1759127552", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1759127625", "uncertainty": 120 }, "departure": { "time": "1759127625", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1759127681", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291943" } } }, { "id": "3291492", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119179", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 1 }, { "arrival": { "time": "1759119253", "uncertainty": 120 }, "departure": { "time": "1759119269", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 2 }, { "arrival": { "time": "1759119329", "uncertainty": 120 }, "departure": { "time": "1759119329", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 3 }, { "arrival": { "time": "1759119431", "uncertainty": 120 }, "departure": { "time": "1759119431", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 4 }, { "arrival": { "time": "1759119485", "uncertainty": 120 }, "departure": { "time": "1759119485", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 5 }, { "arrival": { "time": "1759119539", "uncertainty": 120 }, "departure": { "time": "1759119539", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 6 }, { "arrival": { "time": "1759119569", "uncertainty": 120 }, "departure": { "time": "1759119569", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 7 }, { "arrival": { "time": "1759119666", "uncertainty": 120 }, "departure": { "time": "1759119666", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 8 }, { "arrival": { "time": "1759119767", "uncertainty": 120 }, "departure": { "time": "1759119767", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 9 }, { "arrival": { "time": "1759119855", "uncertainty": 120 }, "departure": { "time": "1759119855", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 10 }, { "arrival": { "time": "1759119959", "uncertainty": 120 }, "departure": { "time": "1759119989", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 11 }, { "arrival": { "time": "1759120090", "uncertainty": 120 }, "departure": { "time": "1759120090", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 12 }, { "arrival": { "time": "1759120139", "uncertainty": 120 }, "departure": { "time": "1759120379", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 13 }, { "arrival": { "time": "1759120546", "uncertainty": 120 }, "departure": { "time": "1759120619", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 14 }, { "arrival": { "time": "1759120709", "uncertainty": 120 }, "departure": { "time": "1759120709", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 15 }, { "arrival": { "time": "1759120749", "uncertainty": 120 }, "departure": { "time": "1759120749", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 16 }, { "arrival": { "time": "1759120818", "uncertainty": 120 }, "departure": { "time": "1759120818", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 17 }, { "arrival": { "time": "1759121021", "uncertainty": 120 }, "departure": { "time": "1759121021", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 18 }, { "arrival": { "time": "1759121076", "uncertainty": 120 }, "departure": { "time": "1759121076", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 19 }, { "arrival": { "time": "1759121174", "uncertainty": 120 }, "departure": { "time": "1759121174", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759121268", "uncertainty": 120 }, "departure": { "time": "1759121268", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759121370", "uncertainty": 120 }, "departure": { "time": "1759121370", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 22 }, { "arrival": { "time": "1759121419", "uncertainty": 120 }, "departure": { "time": "1759121419", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 23 }, { "arrival": { "time": "1759121477", "uncertainty": 120 }, "departure": { "time": "1759121477", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 24 }, { "arrival": { "time": "1759121519", "uncertainty": 120 }, "departure": { "time": "1759121519", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 25 }, { "arrival": { "time": "1759121573", "uncertainty": 120 }, "departure": { "time": "1759121573", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 26 }, { "arrival": { "time": "1759121659", "uncertainty": 120 }, "departure": { "time": "1759121659", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 27 }, { "arrival": { "time": "1759121711", "uncertainty": 120 }, "departure": { "time": "1759121711", "uncertainty": 120 }, "stopId": "0:MON", "stopSequence": 28 }, { "arrival": { "time": "1759121744", "uncertainty": 120 }, "departure": { "time": "1759121744", "uncertainty": 120 }, "stopId": "0:SIMO", "stopSequence": 29 }, { "arrival": { "time": "1759121839", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291492" }, "vehicle": { "id": "501", "label": "501" } } }, { "id": "3292163", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 1 }, { "arrival": { "time": "1759122091", "uncertainty": 120 }, "departure": { "time": "1759122091", "uncertainty": 120 }, "stopId": "0:BELAIR 2", "stopSequence": 2 }, { "arrival": { "time": "1759122167", "uncertainty": 120 }, "departure": { "time": "1759122167", "uncertainty": 120 }, "stopId": "0:HDSUR 2", "stopSequence": 3 }, { "arrival": { "time": "1759122244", "uncertainty": 120 }, "departure": { "time": "1759122244", "uncertainty": 120 }, "stopId": "0:CHAMP 2", "stopSequence": 4 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 5 }, { "arrival": { "time": "1759122648", "uncertainty": 120 }, "departure": { "time": "1759122648", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 6 }, { "arrival": { "time": "1759122686", "uncertainty": 120 }, "departure": { "time": "1759122686", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 7 }, { "arrival": { "time": "1759122730", "uncertainty": 120 }, "departure": { "time": "1759122730", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 8 }, { "arrival": { "time": "1759122769", "uncertainty": 120 }, "departure": { "time": "1759122769", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 9 }, { "arrival": { "time": "1759122812", "uncertainty": 120 }, "departure": { "time": "1759122812", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 10 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 11 }, { "arrival": { "time": "1759122895", "uncertainty": 120 }, "departure": { "time": "1759122895", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 12 }, { "arrival": { "time": "1759122954", "uncertainty": 120 }, "departure": { "time": "1759122954", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 13 }, { "arrival": { "time": "1759123017", "uncertainty": 120 }, "departure": { "time": "1759123017", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 14 }, { "arrival": { "time": "1759123081", "uncertainty": 120 }, "departure": { "time": "1759123081", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 15 }, { "arrival": { "time": "1759123228", "uncertainty": 120 }, "departure": { "time": "1759123228", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 16 }, { "arrival": { "time": "1759123344", "uncertainty": 120 }, "departure": { "time": "1759123344", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 17 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 18 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 19 }, { "arrival": { "time": "1759123760", "uncertainty": 120 }, "departure": { "time": "1759123760", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 20 }, { "arrival": { "time": "1759123829", "uncertainty": 120 }, "departure": { "time": "1759123829", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 21 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759123920", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 22 }, { "arrival": { "time": "1759123992", "uncertainty": 120 }, "departure": { "time": "1759123992", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 23 }, { "arrival": { "time": "1759124064", "uncertainty": 120 }, "departure": { "time": "1759124064", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 24 }, { "arrival": { "time": "1759124138", "uncertainty": 120 }, "departure": { "time": "1759124138", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 25 }, { "arrival": { "time": "1759124220", "uncertainty": 120 }, "departure": { "time": "1759124220", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 26 }, { "arrival": { "time": "1759124380", "uncertainty": 120 }, "departure": { "time": "1759124380", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 27 }, { "arrival": { "time": "1759124523", "uncertainty": 120 }, "departure": { "time": "1759124523", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 28 }, { "arrival": { "time": "1759124720", "uncertainty": 120 }, "departure": { "time": "1759124720", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 29 }, { "arrival": { "time": "1759124810", "uncertainty": 120 }, "departure": { "time": "1759124810", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 30 }, { "arrival": { "time": "1759124904", "uncertainty": 120 }, "departure": { "time": "1759124904", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 31 }, { "arrival": { "time": "1759125010", "uncertainty": 120 }, "departure": { "time": "1759125010", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 32 }, { "arrival": { "time": "1759125136", "uncertainty": 120 }, "departure": { "time": "1759125136", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 33 }, { "arrival": { "time": "1759125233", "uncertainty": 120 }, "departure": { "time": "1759125233", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 34 }, { "arrival": { "time": "1759125280", "uncertainty": 120 }, "departure": { "time": "1759125280", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 35 }, { "arrival": { "time": "1759125398", "uncertainty": 120 }, "departure": { "time": "1759125398", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 36 }, { "arrival": { "time": "1759125487", "uncertainty": 120 }, "departure": { "time": "1759125487", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 37 }, { "arrival": { "time": "1759125524", "uncertainty": 120 }, "departure": { "time": "1759125524", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 38 }, { "arrival": { "time": "1759125593", "uncertainty": 120 }, "stopId": "0:LANG 2", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292163" } } }, { "id": "3293275", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121280", "uncertainty": 120 }, "stopId": "0:_HLF 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "821", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293275" } } }, { "id": "3290257", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1759122123", "uncertainty": 120 }, "departure": { "time": "1759122123", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1759122279", "uncertainty": 120 }, "departure": { "time": "1759122279", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1759122375", "uncertainty": 120 }, "departure": { "time": "1759122375", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1759122409", "uncertainty": 120 }, "departure": { "time": "1759122409", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1759122456", "uncertainty": 120 }, "departure": { "time": "1759122456", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1759122519", "uncertainty": 120 }, "departure": { "time": "1759122519", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1759122592", "uncertainty": 120 }, "departure": { "time": "1759122592", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1759122742", "uncertainty": 120 }, "departure": { "time": "1759122742", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1759122819", "uncertainty": 120 }, "departure": { "time": "1759122819", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1759122957", "uncertainty": 120 }, "departure": { "time": "1759122957", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "174", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290257" } } }, { "id": "3292071", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121625", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 }, { "arrival": { "time": "1759121701", "uncertainty": 120 }, "departure": { "time": "1759121701", "uncertainty": 120 }, "stopId": "0:BEAUC", "stopSequence": 2 }, { "arrival": { "time": "1759121812", "uncertainty": 120 }, "departure": { "time": "1759121812", "uncertainty": 120 }, "stopId": "0:GEIF", "stopSequence": 3 }, { "arrival": { "time": "1759121865", "uncertainty": 120 }, "departure": { "time": "1759121865", "uncertainty": 120 }, "stopId": "0:GLFR", "stopSequence": 4 }, { "arrival": { "time": "1759121951", "uncertainty": 120 }, "departure": { "time": "1759121951", "uncertainty": 120 }, "stopId": "0:_BELL 2", "stopSequence": 5 }, { "arrival": { "time": "1759122020", "uncertainty": 120 }, "departure": { "time": "1759122020", "uncertainty": 120 }, "stopId": "0:RDS", "stopSequence": 6 }, { "arrival": { "time": "1759122045", "uncertainty": 120 }, "departure": { "time": "1759122045", "uncertainty": 120 }, "stopId": "0:LCOMB 2", "stopSequence": 7 }, { "arrival": { "time": "1759122102", "uncertainty": 120 }, "departure": { "time": "1759122102", "uncertainty": 120 }, "stopId": "0:JOUHA 2", "stopSequence": 8 }, { "arrival": { "time": "1759122165", "uncertainty": 120 }, "departure": { "time": "1759122165", "uncertainty": 120 }, "stopId": "0:PROVE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122209", "uncertainty": 120 }, "departure": { "time": "1759122209", "uncertainty": 120 }, "stopId": "0:TOURN 2", "stopSequence": 10 }, { "arrival": { "time": "1759122323", "uncertainty": 120 }, "departure": { "time": "1759122323", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 11 }, { "arrival": { "time": "1759122357", "uncertainty": 120 }, "departure": { "time": "1759122357", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 12 }, { "arrival": { "time": "1759122416", "uncertainty": 120 }, "departure": { "time": "1759122416", "uncertainty": 120 }, "stopId": "0:BEAUL", "stopSequence": 13 }, { "arrival": { "time": "1759122505", "uncertainty": 120 }, "departure": { "time": "1759122505", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 14 }, { "arrival": { "time": "1759122593", "uncertainty": 120 }, "departure": { "time": "1759122593", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 15 }, { "arrival": { "time": "1759122789", "uncertainty": 120 }, "departure": { "time": "1759122789", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 16 }, { "arrival": { "time": "1759122836", "uncertainty": 120 }, "departure": { "time": "1759122836", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 17 }, { "arrival": { "time": "1759122897", "uncertainty": 120 }, "departure": { "time": "1759122897", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 18 }, { "arrival": { "time": "1759123045", "uncertainty": 120 }, "departure": { "time": "1759123045", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 19 }, { "arrival": { "time": "1759123179", "uncertainty": 120 }, "departure": { "time": "1759123179", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 20 }, { "arrival": { "time": "1759123250", "uncertainty": 120 }, "departure": { "time": "1759123250", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 21 }, { "arrival": { "time": "1759123345", "uncertainty": 120 }, "departure": { "time": "1759123345", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 22 }, { "arrival": { "time": "1759123482", "uncertainty": 120 }, "departure": { "time": "1759123482", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 23 }, { "arrival": { "time": "1759123553", "uncertainty": 120 }, "departure": { "time": "1759123553", "uncertainty": 120 }, "stopId": "0:MALOS 2", "stopSequence": 24 }, { "arrival": { "time": "1759123622", "uncertainty": 120 }, "departure": { "time": "1759123622", "uncertainty": 120 }, "stopId": "0:LBONN 2", "stopSequence": 25 }, { "arrival": { "time": "1759123667", "uncertainty": 120 }, "departure": { "time": "1759123667", "uncertainty": 120 }, "stopId": "0:MAND 2", "stopSequence": 26 }, { "arrival": { "time": "1759123763", "uncertainty": 120 }, "departure": { "time": "1759123763", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 27 }, { "arrival": { "time": "1759123863", "uncertainty": 120 }, "departure": { "time": "1759123863", "uncertainty": 120 }, "stopId": "0:SEIGN 2", "stopSequence": 28 }, { "arrival": { "time": "1759123933", "uncertainty": 120 }, "departure": { "time": "1759123933", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 29 }, { "arrival": { "time": "1759123998", "uncertainty": 120 }, "departure": { "time": "1759123998", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 30 }, { "arrival": { "time": "1759124058", "uncertainty": 120 }, "departure": { "time": "1759124058", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 31 }, { "arrival": { "time": "1759124088", "uncertainty": 120 }, "departure": { "time": "1759124088", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 32 }, { "arrival": { "time": "1759124134", "uncertainty": 120 }, "departure": { "time": "1759124134", "uncertainty": 120 }, "stopId": "0:CHVAN", "stopSequence": 33 }, { "arrival": { "time": "1759124191", "uncertainty": 120 }, "departure": { "time": "1759124191", "uncertainty": 120 }, "stopId": "0:BRUY", "stopSequence": 34 }, { "arrival": { "time": "1759124340", "uncertainty": 120 }, "departure": { "time": "1759124340", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 35 }, { "arrival": { "time": "1759124460", "uncertainty": 120 }, "departure": { "time": "1759124460", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 36 }, { "arrival": { "time": "1759124528", "uncertainty": 120 }, "departure": { "time": "1759124528", "uncertainty": 120 }, "stopId": "0:RALP", "stopSequence": 37 }, { "arrival": { "time": "1759124564", "uncertainty": 120 }, "departure": { "time": "1759124564", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 38 }, { "arrival": { "time": "1759124645", "uncertainty": 120 }, "departure": { "time": "1759124645", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 39 }, { "arrival": { "time": "1759124769", "uncertainty": 120 }, "departure": { "time": "1759124769", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 40 }, { "arrival": { "time": "1759124835", "uncertainty": 120 }, "departure": { "time": "1759124835", "uncertainty": 120 }, "stopId": "0:SJC", "stopSequence": 41 }, { "arrival": { "time": "1759124897", "uncertainty": 120 }, "departure": { "time": "1759124897", "uncertainty": 120 }, "stopId": "0:LVALE", "stopSequence": 42 }, { "arrival": { "time": "1759124919", "uncertainty": 120 }, "departure": { "time": "1759124919", "uncertainty": 120 }, "stopId": "0:ADL", "stopSequence": 43 }, { "arrival": { "time": "1759124985", "uncertainty": 120 }, "departure": { "time": "1759124985", "uncertainty": 120 }, "stopId": "0:MDLON 2", "stopSequence": 44 }, { "arrival": { "time": "1759125008", "uncertainty": 120 }, "departure": { "time": "1759125008", "uncertainty": 120 }, "stopId": "0:LLON", "stopSequence": 45 }, { "arrival": { "time": "1759125052", "uncertainty": 120 }, "departure": { "time": "1759125052", "uncertainty": 120 }, "stopId": "0:CCOM7", "stopSequence": 46 }, { "arrival": { "time": "1759125129", "uncertainty": 120 }, "departure": { "time": "1759125129", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 47 }, { "arrival": { "time": "1759125296", "uncertainty": 120 }, "departure": { "time": "1759125296", "uncertainty": 120 }, "stopId": "0:SAPIN 2", "stopSequence": 48 }, { "arrival": { "time": "1759125344", "uncertainty": 120 }, "departure": { "time": "1759125344", "uncertainty": 120 }, "stopId": "0:SELL 2", "stopSequence": 49 }, { "arrival": { "time": "1759125382", "uncertainty": 120 }, "departure": { "time": "1759125382", "uncertainty": 120 }, "stopId": "0:SMAR 2", "stopSequence": 50 }, { "arrival": { "time": "1759125443", "uncertainty": 120 }, "departure": { "time": "1759125443", "uncertainty": 120 }, "stopId": "0:NOBE 2", "stopSequence": 51 }, { "arrival": { "time": "1759125489", "uncertainty": 120 }, "stopId": "0:MDM 2", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292071" } } }, { "id": "3293263", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121460" }, "stopId": "0:_CCX", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "843", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293263" } } }, { "id": "3289977", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119928", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 }, { "arrival": { "time": "1759119959", "uncertainty": 120 }, "departure": { "time": "1759119959", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 2 }, { "arrival": { "time": "1759119973", "uncertainty": 120 }, "departure": { "time": "1759119973", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 3 }, { "arrival": { "time": "1759119996", "uncertainty": 120 }, "departure": { "time": "1759119996", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 4 }, { "arrival": { "time": "1759120057", "uncertainty": 120 }, "departure": { "time": "1759120079", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 5 }, { "arrival": { "time": "1759120127", "uncertainty": 120 }, "departure": { "time": "1759120127", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 6 }, { "arrival": { "time": "1759120166", "uncertainty": 120 }, "departure": { "time": "1759120166", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 7 }, { "arrival": { "time": "1759120224", "uncertainty": 120 }, "departure": { "time": "1759120228", "uncertainty": 120 }, "stopId": "0:COLOM 2", "stopSequence": 8 }, { "arrival": { "time": "1759120274", "uncertainty": 120 }, "departure": { "time": "1759120274", "uncertainty": 120 }, "stopId": "0:CONDO 2", "stopSequence": 9 }, { "arrival": { "time": "1759120341", "uncertainty": 120 }, "departure": { "time": "1759120341", "uncertainty": 120 }, "stopId": "0:PMARQ 2", "stopSequence": 10 }, { "arrival": { "time": "1759120404", "uncertainty": 120 }, "departure": { "time": "1759120404", "uncertainty": 120 }, "stopId": "0:DESMO 2", "stopSequence": 11 }, { "arrival": { "time": "1759120457", "uncertainty": 120 }, "departure": { "time": "1759120457", "uncertainty": 120 }, "stopId": "0:SERBI 2", "stopSequence": 12 }, { "arrival": { "time": "1759120524", "uncertainty": 120 }, "departure": { "time": "1759120524", "uncertainty": 120 }, "stopId": "0:CCOLO 2", "stopSequence": 13 }, { "arrival": { "time": "1759120573", "uncertainty": 120 }, "departure": { "time": "1759120573", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 14 }, { "arrival": { "time": "1759120647", "uncertainty": 120 }, "departure": { "time": "1759120651", "uncertainty": 120 }, "stopId": "0:CGAIL", "stopSequence": 15 }, { "arrival": { "time": "1759120698", "uncertainty": 120 }, "departure": { "time": "1759120698", "uncertainty": 120 }, "stopId": "0:REFUG", "stopSequence": 16 }, { "arrival": { "time": "1759120768", "uncertainty": 120 }, "departure": { "time": "1759120880", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 17 }, { "arrival": { "time": "1759121029", "uncertainty": 120 }, "departure": { "time": "1759121029", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 18 }, { "arrival": { "time": "1759121120", "uncertainty": 120 }, "departure": { "time": "1759121120", "uncertainty": 120 }, "stopId": "0:PREFE 2", "stopSequence": 19 }, { "arrival": { "time": "1759121220", "uncertainty": 120 }, "departure": { "time": "1759121220", "uncertainty": 120 }, "stopId": "0:CIRE 2", "stopSequence": 20 }, { "arrival": { "time": "1759121300", "uncertainty": 120 }, "departure": { "time": "1759121300", "uncertainty": 120 }, "stopId": "0:EGALI 2", "stopSequence": 21 }, { "arrival": { "time": "1759121337", "uncertainty": 120 }, "departure": { "time": "1759121337", "uncertainty": 120 }, "stopId": "0:StMAR 2", "stopSequence": 22 }, { "arrival": { "time": "1759121373", "uncertainty": 120 }, "departure": { "time": "1759121373", "uncertainty": 120 }, "stopId": "0:GLUSS 2", "stopSequence": 23 }, { "arrival": { "time": "1759121425", "uncertainty": 120 }, "departure": { "time": "1759121425", "uncertainty": 120 }, "stopId": "0:PARME 2", "stopSequence": 24 }, { "arrival": { "time": "1759121463", "uncertainty": 120 }, "departure": { "time": "1759121463", "uncertainty": 120 }, "stopId": "0:VDOR 2", "stopSequence": 25 }, { "arrival": { "time": "1759121494", "uncertainty": 120 }, "departure": { "time": "1759121494", "uncertainty": 120 }, "stopId": "0:JBART 2", "stopSequence": 26 }, { "arrival": { "time": "1759121543", "uncertainty": 120 }, "departure": { "time": "1759121543", "uncertainty": 120 }, "stopId": "0:CIMET 2", "stopSequence": 27 }, { "arrival": { "time": "1759121578", "uncertainty": 120 }, "departure": { "time": "1759121578", "uncertainty": 120 }, "stopId": "0:PAVIL 2", "stopSequence": 28 }, { "arrival": { "time": "1759121619", "uncertainty": 120 }, "departure": { "time": "1759121619", "uncertainty": 120 }, "stopId": "0:MERLE 2", "stopSequence": 29 }, { "arrival": { "time": "1759121668", "uncertainty": 120 }, "departure": { "time": "1759121668", "uncertainty": 120 }, "stopId": "0:FAUV 2", "stopSequence": 30 }, { "arrival": { "time": "1759121720", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289977" }, "vehicle": { "id": "124", "label": "124" } } }, { "id": "3290304", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121856", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759121897", "uncertainty": 120 }, "departure": { "time": "1759121897", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759121978", "uncertainty": 120 }, "departure": { "time": "1759121978", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759122041", "uncertainty": 120 }, "departure": { "time": "1759122041", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759122132", "uncertainty": 120 }, "departure": { "time": "1759122132", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759122175", "uncertainty": 120 }, "departure": { "time": "1759122175", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759122256", "uncertainty": 120 }, "departure": { "time": "1759122256", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759122329", "uncertainty": 120 }, "departure": { "time": "1759122329", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759122379", "uncertainty": 120 }, "departure": { "time": "1759122379", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759122447", "uncertainty": 120 }, "departure": { "time": "1759122447", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759122500", "uncertainty": 120 }, "departure": { "time": "1759122500", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759122563", "uncertainty": 120 }, "departure": { "time": "1759122563", "uncertainty": 120 }, "stopId": "0:CROI", "stopSequence": 12 }, { "arrival": { "time": "1759122626", "uncertainty": 120 }, "departure": { "time": "1759122626", "uncertainty": 120 }, "stopId": "0:JMAC 5", "stopSequence": 13 }, { "arrival": { "time": "1759122661", "uncertainty": 120 }, "departure": { "time": "1759122661", "uncertainty": 120 }, "stopId": "0:RESI", "stopSequence": 14 }, { "arrival": { "time": "1759122718", "uncertainty": 120 }, "departure": { "time": "1759122718", "uncertainty": 120 }, "stopId": "0:NEYR", "stopSequence": 15 }, { "arrival": { "time": "1759122768", "uncertainty": 120 }, "departure": { "time": "1759122768", "uncertainty": 120 }, "stopId": "0:CHEN", "stopSequence": 16 }, { "arrival": { "time": "1759122825", "uncertainty": 120 }, "departure": { "time": "1759122825", "uncertainty": 120 }, "stopId": "0:CHAFF", "stopSequence": 17 }, { "arrival": { "time": "1759122855", "uncertainty": 120 }, "departure": { "time": "1759122855", "uncertainty": 120 }, "stopId": "0:ARAGO", "stopSequence": 18 }, { "arrival": { "time": "1759122934", "uncertainty": 120 }, "departure": { "time": "1759122934", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 19 }, { "arrival": { "time": "1759122974", "uncertainty": 120 }, "departure": { "time": "1759122974", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 20 }, { "arrival": { "time": "1759123033", "uncertainty": 120 }, "departure": { "time": "1759123033", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 21 }, { "arrival": { "time": "1759123101", "uncertainty": 120 }, "departure": { "time": "1759123101", "uncertainty": 120 }, "stopId": "0:AURO", "stopSequence": 22 }, { "arrival": { "time": "1759123185", "uncertainty": 120 }, "departure": { "time": "1759123185", "uncertainty": 120 }, "stopId": "0:GRAN", "stopSequence": 23 }, { "arrival": { "time": "1759123271", "uncertainty": 120 }, "departure": { "time": "1759123271", "uncertainty": 120 }, "stopId": "0:CD7", "stopSequence": 24 }, { "arrival": { "time": "1759123350", "uncertainty": 120 }, "departure": { "time": "1759123350", "uncertainty": 120 }, "stopId": "0:ADMA", "stopSequence": 25 }, { "arrival": { "time": "1759123487", "uncertainty": 120 }, "departure": { "time": "1759123487", "uncertainty": 120 }, "stopId": "0:VHUGO", "stopSequence": 26 }, { "arrival": { "time": "1759123535", "uncertainty": 120 }, "departure": { "time": "1759123535", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 27 }, { "arrival": { "time": "1759123648", "uncertainty": 120 }, "departure": { "time": "1759123648", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 28 }, { "arrival": { "time": "1759123749", "uncertainty": 120 }, "departure": { "time": "1759123749", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 29 }, { "arrival": { "time": "1759123827", "uncertainty": 120 }, "departure": { "time": "1759123827", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 30 }, { "arrival": { "time": "1759123987", "uncertainty": 120 }, "departure": { "time": "1759123987", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 31 }, { "arrival": { "time": "1759124052", "uncertainty": 120 }, "departure": { "time": "1759124052", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 32 }, { "arrival": { "time": "1759124124", "uncertainty": 120 }, "departure": { "time": "1759124124", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 33 }, { "arrival": { "time": "1759124161", "uncertainty": 120 }, "departure": { "time": "1759124161", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 34 }, { "arrival": { "time": "1759124270", "uncertainty": 120 }, "departure": { "time": "1759124270", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 35 }, { "arrival": { "time": "1759124354", "uncertainty": 120 }, "departure": { "time": "1759124354", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 36 }, { "arrival": { "time": "1759124834", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 37 } ], "trip": { "directionId": 0, "routeId": "121", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290304" } } }, { "id": "3292244", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121934", "uncertainty": 120 }, "departure": { "time": "1759121934", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1759122020", "uncertainty": 120 }, "departure": { "time": "1759122020", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1759122087", "uncertainty": 120 }, "departure": { "time": "1759122087", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1759121160", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1759121198", "uncertainty": 120 }, "departure": { "time": "1759121198", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1759121232", "uncertainty": 120 }, "departure": { "time": "1759121232", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1759121269", "uncertainty": 120 }, "departure": { "time": "1759121269", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1759121302", "uncertainty": 120 }, "departure": { "time": "1759121302", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1759121335", "uncertainty": 120 }, "departure": { "time": "1759121335", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1759121400", "uncertainty": 120 }, "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1759121447", "uncertainty": 120 }, "departure": { "time": "1759121447", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1759121522", "uncertainty": 120 }, "departure": { "time": "1759121522", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1759121580", "uncertainty": 120 }, "departure": { "time": "1759121580", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1759121673", "uncertainty": 120 }, "departure": { "time": "1759121673", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1759121726", "uncertainty": 120 }, "departure": { "time": "1759121726", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 12 }, { "arrival": { "time": "1759121793", "uncertainty": 120 }, "departure": { "time": "1759121793", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 13 }, { "arrival": { "time": "1759121820", "uncertainty": 120 }, "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 14 }, { "arrival": { "time": "1759121915", "uncertainty": 120 }, "departure": { "time": "1759121915", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 15 }, { "arrival": { "time": "1759121972", "uncertainty": 120 }, "departure": { "time": "1759121972", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 16 }, { "arrival": { "time": "1759122025", "uncertainty": 120 }, "departure": { "time": "1759122025", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 17 }, { "arrival": { "time": "1759122066", "uncertainty": 120 }, "departure": { "time": "1759122066", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 18 }, { "arrival": { "time": "1759122100", "uncertainty": 120 }, "departure": { "time": "1759122100", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 19 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 20 }, { "arrival": { "time": "1759122290", "uncertainty": 120 }, "departure": { "time": "1759122290", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 21 }, { "arrival": { "time": "1759122239", "uncertainty": 120 }, "departure": { "time": "1759122239", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1759122288", "uncertainty": 120 }, "departure": { "time": "1759122288", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1759122352", "uncertainty": 120 }, "departure": { "time": "1759122352", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 24 }, { "arrival": { "time": "1759122467", "uncertainty": 120 }, "departure": { "time": "1759122467", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 25 }, { "arrival": { "time": "1759122575", "uncertainty": 120 }, "departure": { "time": "1759122575", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 26 }, { "arrival": { "time": "1759122655", "uncertainty": 120 }, "departure": { "time": "1759122655", "uncertainty": 120 }, "stopId": "0:PGARD", "stopSequence": 27 }, { "arrival": { "time": "1759122733", "uncertainty": 120 }, "departure": { "time": "1759122733", "uncertainty": 120 }, "stopId": "0:JAUR", "stopSequence": 28 }, { "arrival": { "time": "1759122833", "uncertainty": 120 }, "departure": { "time": "1759122833", "uncertainty": 120 }, "stopId": "0:CHAR", "stopSequence": 29 }, { "arrival": { "time": "1759122955", "uncertainty": 120 }, "departure": { "time": "1759122955", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 30 }, { "arrival": { "time": "1759123103", "uncertainty": 120 }, "departure": { "time": "1759123103", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 31 }, { "arrival": { "time": "1759123162", "uncertainty": 120 }, "departure": { "time": "1759123162", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 32 }, { "arrival": { "time": "1759123212", "uncertainty": 120 }, "departure": { "time": "1759123212", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 33 }, { "arrival": { "time": "1759123275", "uncertainty": 120 }, "departure": { "time": "1759123275", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 34 }, { "arrival": { "time": "1759123360", "uncertainty": 120 }, "departure": { "time": "1759123360", "uncertainty": 120 }, "stopId": "0:BRIFF 5", "stopSequence": 35 }, { "arrival": { "time": "1759123406", "uncertainty": 120 }, "departure": { "time": "1759123406", "uncertainty": 120 }, "stopId": "0:MDSP", "stopSequence": 36 }, { "arrival": { "time": "1759123477", "uncertainty": 120 }, "departure": { "time": "1759123477", "uncertainty": 120 }, "stopId": "0:CDTR", "stopSequence": 37 }, { "arrival": { "time": "1759123539", "uncertainty": 120 }, "departure": { "time": "1759123539", "uncertainty": 120 }, "stopId": "0:ROBE", "stopSequence": 38 }, { "arrival": { "time": "1759123609", "uncertainty": 120 }, "departure": { "time": "1759123609", "uncertainty": 120 }, "stopId": "0:GAUM 4", "stopSequence": 39 }, { "arrival": { "time": "1759123711", "uncertainty": 120 }, "departure": { "time": "1759123711", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 40 }, { "arrival": { "time": "1759123908", "uncertainty": 120 }, "departure": { "time": "1759123908", "uncertainty": 120 }, "stopId": "0:MCUR 2", "stopSequence": 41 }, { "arrival": { "time": "1759123958", "uncertainty": 120 }, "departure": { "time": "1759123958", "uncertainty": 120 }, "stopId": "0:ZAGU 2", "stopSequence": 42 }, { "arrival": { "time": "1759124078", "uncertainty": 120 }, "departure": { "time": "1759124078", "uncertainty": 120 }, "stopId": "0:MALBOU", "stopSequence": 43 }, { "arrival": { "time": "1759124137", "uncertainty": 120 }, "departure": { "time": "1759124137", "uncertainty": 120 }, "stopId": "0:RCOL 2", "stopSequence": 44 }, { "arrival": { "time": "1759124193", "uncertainty": 120 }, "departure": { "time": "1759124193", "uncertainty": 120 }, "stopId": "0:MLPO 3", "stopSequence": 45 }, { "arrival": { "time": "1759124245", "uncertainty": 120 }, "departure": { "time": "1759124245", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 46 }, { "arrival": { "time": "1759124320", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292244" } } }, { "id": "3291818", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123885", "uncertainty": 120 }, "departure": { "time": "1759123885", "uncertainty": 120 }, "stopId": "0:VHUGO" }, { "arrival": { "time": "1759123939", "uncertainty": 120 }, "departure": { "time": "1759123939", "uncertainty": 120 }, "stopId": "0:LGMOU" }, { "arrival": { "time": "1759124020", "uncertainty": 120 }, "departure": { "time": "1759124020", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759121460", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1759121580", "uncertainty": 120 }, "departure": { "time": "1759121580", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1759121678", "uncertainty": 120 }, "departure": { "time": "1759121678", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1759121760", "uncertainty": 120 }, "departure": { "time": "1759121760", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1759121973", "uncertainty": 120 }, "departure": { "time": "1759121973", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1759122060", "uncertainty": 120 }, "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1759122131", "uncertainty": 120 }, "departure": { "time": "1759122131", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1759122219", "uncertainty": 120 }, "departure": { "time": "1759122219", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1759122273", "uncertainty": 120 }, "departure": { "time": "1759122273", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1759122328", "uncertainty": 120 }, "departure": { "time": "1759122328", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1759122489", "uncertainty": 120 }, "departure": { "time": "1759122489", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1759122581", "uncertainty": 120 }, "departure": { "time": "1759122581", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1759122736", "uncertainty": 120 }, "departure": { "time": "1759122736", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1759122819", "uncertainty": 120 }, "departure": { "time": "1759122819", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1759122889", "uncertainty": 120 }, "departure": { "time": "1759122889", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1759122971", "uncertainty": 120 }, "departure": { "time": "1759122971", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1759123058", "uncertainty": 120 }, "departure": { "time": "1759123058", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1759123095", "uncertainty": 120 }, "departure": { "time": "1759123095", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1759123199", "uncertainty": 120 }, "departure": { "time": "1759123199", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1759123290", "uncertainty": 120 }, "departure": { "time": "1759123290", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1759123360", "uncertainty": 120 }, "departure": { "time": "1759123360", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1759123496", "uncertainty": 120 }, "departure": { "time": "1759123496", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1759123562", "uncertainty": 120 }, "departure": { "time": "1759123562", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759123920", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1759123976", "uncertainty": 120 }, "departure": { "time": "1759123976", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1759124040", "uncertainty": 120 }, "departure": { "time": "1759124040", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1759124091", "uncertainty": 120 }, "departure": { "time": "1759124091", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1759124140", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291818" } } }, { "id": "3290242", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:ALPO", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "182", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290242" } } }, { "id": "3292899", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122914", "uncertainty": 120 }, "stopId": "0:_GMU 4", "stopSequence": 1 }, { "arrival": { "time": "1759123094", "uncertainty": 120 }, "departure": { "time": "1759123094", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1759123256", "uncertainty": 120 }, "departure": { "time": "1759123256", "uncertainty": 120 }, "stopId": "0:_VOL 2", "stopSequence": 3 }, { "arrival": { "time": "1759123288", "uncertainty": 120 }, "departure": { "time": "1759123288", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 4 }, { "arrival": { "time": "1759123454", "uncertainty": 120 }, "departure": { "time": "1759123454", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 5 }, { "arrival": { "time": "1759123515", "uncertainty": 120 }, "departure": { "time": "1759123515", "uncertainty": 120 }, "stopId": "0:_ZAM", "stopSequence": 6 }, { "arrival": { "time": "1759123591", "uncertainty": 120 }, "departure": { "time": "1759123591", "uncertainty": 120 }, "stopId": "0:_AVA 2", "stopSequence": 7 }, { "arrival": { "time": "1759123633", "uncertainty": 120 }, "departure": { "time": "1759123633", "uncertainty": 120 }, "stopId": "0:_HDV 2", "stopSequence": 8 }, { "arrival": { "time": "1759123667", "uncertainty": 120 }, "departure": { "time": "1759123667", "uncertainty": 120 }, "stopId": "0:_PAN 2", "stopSequence": 9 }, { "arrival": { "time": "1759123755", "uncertainty": 120 }, "departure": { "time": "1759123755", "uncertainty": 120 }, "stopId": "0:_REN 2", "stopSequence": 10 }, { "arrival": { "time": "1759123810", "uncertainty": 120 }, "departure": { "time": "1759123810", "uncertainty": 120 }, "stopId": "0:_GRU 2", "stopSequence": 11 }, { "arrival": { "time": "1759123909", "uncertainty": 120 }, "departure": { "time": "1759123909", "uncertainty": 120 }, "stopId": "0:_LML 2", "stopSequence": 12 }, { "arrival": { "time": "1759123967", "uncertainty": 120 }, "departure": { "time": "1759123967", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 13 }, { "arrival": { "time": "1759124030", "uncertainty": 120 }, "departure": { "time": "1759124030", "uncertainty": 120 }, "stopId": "0:_ADP 2", "stopSequence": 14 }, { "arrival": { "time": "1759124106", "uncertainty": 120 }, "departure": { "time": "1759124106", "uncertainty": 120 }, "stopId": "0:_LPD 2", "stopSequence": 15 }, { "arrival": { "time": "1759124147", "uncertainty": 120 }, "departure": { "time": "1759124147", "uncertainty": 120 }, "stopId": "0:_MIN 2", "stopSequence": 16 }, { "arrival": { "time": "1759124203", "uncertainty": 120 }, "departure": { "time": "1759124203", "uncertainty": 120 }, "stopId": "0:_BDN 2", "stopSequence": 17 }, { "arrival": { "time": "1759124303", "uncertainty": 120 }, "departure": { "time": "1759124303", "uncertainty": 120 }, "stopId": "0:_LBY 2", "stopSequence": 18 }, { "arrival": { "time": "1759124447", "uncertainty": 120 }, "stopId": "0:_CMO", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292899" } } }, { "id": "3292345", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123800", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292345" } } }, { "id": "3289690", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "163", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289690" } } }, { "id": "3292920", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121565", "uncertainty": 120 }, "stopId": "0:_CMO", "stopSequence": 1 }, { "arrival": { "time": "1759121607", "uncertainty": 120 }, "departure": { "time": "1759121607", "uncertainty": 120 }, "stopId": "0:_LBY", "stopSequence": 2 }, { "arrival": { "time": "1759121682", "uncertainty": 120 }, "departure": { "time": "1759121682", "uncertainty": 120 }, "stopId": "0:_BDN", "stopSequence": 3 }, { "arrival": { "time": "1759121710", "uncertainty": 120 }, "departure": { "time": "1759121710", "uncertainty": 120 }, "stopId": "0:_MIN", "stopSequence": 4 }, { "arrival": { "time": "1759121766", "uncertainty": 120 }, "departure": { "time": "1759121766", "uncertainty": 120 }, "stopId": "0:_LPD", "stopSequence": 5 }, { "arrival": { "time": "1759121829", "uncertainty": 120 }, "departure": { "time": "1759121829", "uncertainty": 120 }, "stopId": "0:_ADP", "stopSequence": 6 }, { "arrival": { "time": "1759121890", "uncertainty": 120 }, "departure": { "time": "1759121890", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 7 }, { "arrival": { "time": "1759121952", "uncertainty": 120 }, "departure": { "time": "1759121952", "uncertainty": 120 }, "stopId": "0:_LML", "stopSequence": 8 }, { "arrival": { "time": "1759122051", "uncertainty": 120 }, "departure": { "time": "1759122051", "uncertainty": 120 }, "stopId": "0:_GRU", "stopSequence": 9 }, { "arrival": { "time": "1759122107", "uncertainty": 120 }, "departure": { "time": "1759122107", "uncertainty": 120 }, "stopId": "0:_REN", "stopSequence": 10 }, { "arrival": { "time": "1759122190", "uncertainty": 120 }, "departure": { "time": "1759122190", "uncertainty": 120 }, "stopId": "0:_PAN", "stopSequence": 11 }, { "arrival": { "time": "1759122238", "uncertainty": 120 }, "departure": { "time": "1759122238", "uncertainty": 120 }, "stopId": "0:_HDV", "stopSequence": 12 }, { "arrival": { "time": "1759122290", "uncertainty": 120 }, "departure": { "time": "1759122290", "uncertainty": 120 }, "stopId": "0:_AVA", "stopSequence": 13 }, { "arrival": { "time": "1759122362", "uncertainty": 120 }, "departure": { "time": "1759122362", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 14 }, { "arrival": { "time": "1759122413", "uncertainty": 120 }, "departure": { "time": "1759122413", "uncertainty": 120 }, "stopId": "0:_ZAM", "stopSequence": 15 }, { "arrival": { "time": "1759122545", "uncertainty": 120 }, "departure": { "time": "1759122545", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 16 }, { "arrival": { "time": "1759122583", "uncertainty": 120 }, "departure": { "time": "1759122583", "uncertainty": 120 }, "stopId": "0:_VOL", "stopSequence": 17 }, { "arrival": { "time": "1759122710", "uncertainty": 120 }, "departure": { "time": "1759122710", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 18 }, { "arrival": { "time": "1759122890", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "62", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292920" } } }, { "id": "3292971", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120734", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 1 }, { "arrival": { "time": "1759120826", "uncertainty": 120 }, "departure": { "time": "1759120826", "uncertainty": 120 }, "stopId": "0:_CHIR", "stopSequence": 2 }, { "arrival": { "time": "1759120866", "uncertainty": 120 }, "departure": { "time": "1759120866", "uncertainty": 120 }, "stopId": "0:_PZA", "stopSequence": 3 }, { "arrival": { "time": "1759120937", "uncertainty": 120 }, "departure": { "time": "1759120937", "uncertainty": 120 }, "stopId": "0:_PCE", "stopSequence": 4 }, { "arrival": { "time": "1759120996", "uncertainty": 120 }, "departure": { "time": "1759120996", "uncertainty": 120 }, "stopId": "0:_P19M 2", "stopSequence": 5 }, { "arrival": { "time": "1759121022", "uncertainty": 120 }, "departure": { "time": "1759121022", "uncertainty": 120 }, "stopId": "0:_GCH", "stopSequence": 6 }, { "arrival": { "time": "1759121085", "uncertainty": 120 }, "departure": { "time": "1759121085", "uncertainty": 120 }, "stopId": "0:_PPS 2", "stopSequence": 7 }, { "arrival": { "time": "1759121160", "uncertainty": 120 }, "departure": { "time": "1759121160", "uncertainty": 120 }, "stopId": "0:_LGO", "stopSequence": 8 }, { "arrival": { "time": "1759121274", "uncertainty": 120 }, "departure": { "time": "1759121274", "uncertainty": 120 }, "stopId": "0:_LFO", "stopSequence": 9 }, { "arrival": { "time": "1759121340", "uncertainty": 120 }, "departure": { "time": "1759121340", "uncertainty": 120 }, "stopId": "0:_LTO", "stopSequence": 10 }, { "arrival": { "time": "1759121379", "uncertainty": 120 }, "departure": { "time": "1759121379", "uncertainty": 120 }, "stopId": "0:_KEN", "stopSequence": 11 }, { "arrival": { "time": "1759121475", "uncertainty": 120 }, "departure": { "time": "1759121475", "uncertainty": 120 }, "stopId": "0:JBOIN 2", "stopSequence": 12 }, { "arrival": { "time": "1759121525", "uncertainty": 120 }, "departure": { "time": "1759121525", "uncertainty": 120 }, "stopId": "0:_BAT", "stopSequence": 13 }, { "arrival": { "time": "1759121602", "uncertainty": 120 }, "departure": { "time": "1759121602", "uncertainty": 120 }, "stopId": "0:_LPS 2", "stopSequence": 14 }, { "arrival": { "time": "1759121640", "uncertainty": 120 }, "departure": { "time": "1759121640", "uncertainty": 120 }, "stopId": "0:_COE 2", "stopSequence": 15 }, { "arrival": { "time": "1759121669", "uncertainty": 120 }, "departure": { "time": "1759121669", "uncertainty": 120 }, "stopId": "0:_AVA 2", "stopSequence": 16 }, { "arrival": { "time": "1759121711", "uncertainty": 120 }, "departure": { "time": "1759121711", "uncertainty": 120 }, "stopId": "0:_HDV 2", "stopSequence": 17 }, { "arrival": { "time": "1759121745", "uncertainty": 120 }, "departure": { "time": "1759121745", "uncertainty": 120 }, "stopId": "0:_PAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759121820", "uncertainty": 120 }, "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:_PDO", "stopSequence": 19 }, { "arrival": { "time": "1759121856", "uncertainty": 120 }, "departure": { "time": "1759121856", "uncertainty": 120 }, "stopId": "0:_PVI", "stopSequence": 20 }, { "arrival": { "time": "1759121938", "uncertainty": 120 }, "departure": { "time": "1759121938", "uncertainty": 120 }, "stopId": "0:_LPR", "stopSequence": 21 }, { "arrival": { "time": "1759122000", "uncertainty": 120 }, "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 22 }, { "arrival": { "time": "1759122121", "uncertainty": 120 }, "departure": { "time": "1759122121", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 23 }, { "arrival": { "time": "1759122137", "uncertainty": 120 }, "departure": { "time": "1759122137", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 24 }, { "arrival": { "time": "1759122176", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292971" }, "vehicle": { "id": "846", "label": "846" } } }, { "id": "3290118", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122182", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1759122246", "uncertainty": 120 }, "departure": { "time": "1759122246", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1759122304", "uncertainty": 120 }, "departure": { "time": "1759122304", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1759122379", "uncertainty": 120 }, "departure": { "time": "1759122379", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1759122452", "uncertainty": 120 }, "departure": { "time": "1759122452", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1759122477", "uncertainty": 120 }, "departure": { "time": "1759122477", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1759122512", "uncertainty": 120 }, "departure": { "time": "1759122512", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1759122559", "uncertainty": 120 }, "departure": { "time": "1759122559", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1759122614", "uncertainty": 120 }, "departure": { "time": "1759122614", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122666", "uncertainty": 120 }, "departure": { "time": "1759122666", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1759122747", "uncertainty": 120 }, "departure": { "time": "1759122747", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1759122824", "uncertainty": 120 }, "departure": { "time": "1759122824", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1759122962", "uncertainty": 120 }, "departure": { "time": "1759122962", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1759123145", "uncertainty": 120 }, "departure": { "time": "1759123145", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 14 }, { "arrival": { "time": "1759123215", "uncertainty": 120 }, "departure": { "time": "1759123215", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 15 }, { "arrival": { "time": "1759123265", "uncertainty": 120 }, "departure": { "time": "1759123265", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 16 }, { "arrival": { "time": "1759123280", "uncertainty": 120 }, "departure": { "time": "1759123280", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 17 }, { "arrival": { "time": "1759123303", "uncertainty": 120 }, "departure": { "time": "1759123303", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 18 }, { "arrival": { "time": "1759123334", "uncertainty": 120 }, "departure": { "time": "1759123334", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 19 }, { "arrival": { "time": "1759123384", "uncertainty": 120 }, "departure": { "time": "1759123384", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 20 }, { "arrival": { "time": "1759123471", "uncertainty": 120 }, "departure": { "time": "1759123471", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 21 }, { "arrival": { "time": "1759123967", "uncertainty": 120 }, "departure": { "time": "1759123967", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 22 }, { "arrival": { "time": "1759124079", "uncertainty": 120 }, "departure": { "time": "1759124079", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 23 }, { "arrival": { "time": "1759124233", "uncertainty": 120 }, "departure": { "time": "1759124233", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 24 }, { "arrival": { "time": "1759124713", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "173", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290118" } } }, { "id": "3292771", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122786", "uncertainty": 120 }, "departure": { "time": "1759122786", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "arrival": { "time": "1759122853", "uncertainty": 120 }, "departure": { "time": "1759122853", "uncertainty": 120 }, "stopId": "0:_COL 2" }, { "departure": { "time": "1759121460", "uncertainty": 120 }, "stopId": "0:_HOP", "stopSequence": 1 }, { "arrival": { "time": "1759121492", "uncertainty": 120 }, "departure": { "time": "1759121492", "uncertainty": 120 }, "stopId": "0:_LSE", "stopSequence": 2 }, { "arrival": { "time": "1759121636", "uncertainty": 120 }, "departure": { "time": "1759121636", "uncertainty": 120 }, "stopId": "0:_LAS", "stopSequence": 3 }, { "arrival": { "time": "1759121664", "uncertainty": 120 }, "departure": { "time": "1759121664", "uncertainty": 120 }, "stopId": "0:_ACA", "stopSequence": 4 }, { "arrival": { "time": "1759121718", "uncertainty": 120 }, "departure": { "time": "1759121718", "uncertainty": 120 }, "stopId": "0:_LPA", "stopSequence": 5 }, { "arrival": { "time": "1759121744", "uncertainty": 120 }, "departure": { "time": "1759121744", "uncertainty": 120 }, "stopId": "0:_YRAB", "stopSequence": 6 }, { "arrival": { "time": "1759121760", "uncertainty": 120 }, "departure": { "time": "1759121760", "uncertainty": 120 }, "stopId": "0:_MCC 3", "stopSequence": 7 }, { "arrival": { "time": "1759121827", "uncertainty": 120 }, "departure": { "time": "1759121827", "uncertainty": 120 }, "stopId": "0:_LRE", "stopSequence": 8 }, { "arrival": { "time": "1759121865", "uncertainty": 120 }, "departure": { "time": "1759121865", "uncertainty": 120 }, "stopId": "0:_JRO", "stopSequence": 9 }, { "arrival": { "time": "1759121966", "uncertainty": 120 }, "departure": { "time": "1759121966", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 10 }, { "arrival": { "time": "1759122060", "uncertainty": 120 }, "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 11 }, { "arrival": { "time": "1759122107", "uncertainty": 120 }, "departure": { "time": "1759122107", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 12 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 13 }, { "arrival": { "time": "1759122360", "uncertainty": 120 }, "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 14 }, { "arrival": { "time": "1759122444", "uncertainty": 120 }, "departure": { "time": "1759122444", "uncertainty": 120 }, "stopId": "0:_LYT 2", "stopSequence": 15 }, { "arrival": { "time": "1759122503", "uncertainty": 120 }, "departure": { "time": "1759122503", "uncertainty": 120 }, "stopId": "0:_AMP 2", "stopSequence": 16 }, { "arrival": { "time": "1759122540", "uncertainty": 120 }, "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:_GAM 2", "stopSequence": 17 }, { "arrival": { "time": "1759122597", "uncertainty": 120 }, "departure": { "time": "1759122597", "uncertainty": 120 }, "stopId": "0:_PCA 2", "stopSequence": 18 }, { "arrival": { "time": "1759122638", "uncertainty": 120 }, "departure": { "time": "1759122638", "uncertainty": 120 }, "stopId": "0:_ADM 2", "stopSequence": 19 }, { "arrival": { "time": "1759122695", "uncertainty": 120 }, "departure": { "time": "1759122695", "uncertainty": 120 }, "stopId": "0:_SEX 2", "stopSequence": 20 }, { "arrival": { "time": "1759122778", "uncertainty": 120 }, "departure": { "time": "1759122778", "uncertainty": 120 }, "stopId": "0:_GALB2", "stopSequence": 21 }, { "arrival": { "time": "1759122834", "uncertainty": 120 }, "departure": { "time": "1759122834", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN 2", "stopSequence": 22 }, { "arrival": { "time": "1759122900", "uncertainty": 120 }, "departure": { "time": "1759122900", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB 2", "stopSequence": 23 }, { "arrival": { "time": "1759122935", "uncertainty": 120 }, "departure": { "time": "1759122935", "uncertainty": 120 }, "stopId": "0:_LVI 2", "stopSequence": 24 }, { "arrival": { "time": "1759122964", "uncertainty": 120 }, "departure": { "time": "1759122964", "uncertainty": 120 }, "stopId": "0:_MCU 2", "stopSequence": 25 }, { "arrival": { "time": "1759123041", "uncertainty": 120 }, "departure": { "time": "1759123041", "uncertainty": 120 }, "stopId": "0:ZAR", "stopSequence": 26 }, { "arrival": { "time": "1759123092", "uncertainty": 120 }, "departure": { "time": "1759123092", "uncertainty": 120 }, "stopId": "0:_CAF 2", "stopSequence": 27 }, { "arrival": { "time": "1759123224", "uncertainty": 120 }, "departure": { "time": "1759123224", "uncertainty": 120 }, "stopId": "0:_SVC", "stopSequence": 28 }, { "arrival": { "time": "1759123344", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292771" } } }, { "id": "3289975", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121760", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289975" } } }, { "id": "3114089", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121340" }, "stopId": "0:MONG 4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3114089" } } }, { "id": "3291437", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119083", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 }, { "arrival": { "time": "1759119173", "uncertainty": 120 }, "departure": { "time": "1759119173", "uncertainty": 120 }, "stopId": "0:RABEL 2", "stopSequence": 2 }, { "arrival": { "time": "1759119220", "uncertainty": 120 }, "departure": { "time": "1759119220", "uncertainty": 120 }, "stopId": "0:PECHE", "stopSequence": 3 }, { "arrival": { "time": "1759119280", "uncertainty": 120 }, "departure": { "time": "1759119280", "uncertainty": 120 }, "stopId": "0:GOUNO 2", "stopSequence": 4 }, { "arrival": { "time": "1759119330", "uncertainty": 120 }, "departure": { "time": "1759119330", "uncertainty": 120 }, "stopId": "0:ROSSI 2", "stopSequence": 5 }, { "arrival": { "time": "1759119383", "uncertainty": 120 }, "departure": { "time": "1759119383", "uncertainty": 120 }, "stopId": "0:ASTI", "stopSequence": 6 }, { "arrival": { "time": "1759119481", "uncertainty": 120 }, "departure": { "time": "1759119481", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 7 }, { "arrival": { "time": "1759119574", "uncertainty": 120 }, "departure": { "time": "1759119574", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 8 }, { "arrival": { "time": "1759119743", "uncertainty": 120 }, "departure": { "time": "1759119743", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 9 }, { "arrival": { "time": "1759119833", "uncertainty": 120 }, "departure": { "time": "1759119833", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 10 }, { "arrival": { "time": "1759119924", "uncertainty": 120 }, "departure": { "time": "1759119924", "uncertainty": 120 }, "stopId": "0:MONTP 2", "stopSequence": 11 }, { "arrival": { "time": "1759120002", "uncertainty": 120 }, "departure": { "time": "1759120002", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759120043", "uncertainty": 120 }, "departure": { "time": "1759120043", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759120103", "uncertainty": 120 }, "departure": { "time": "1759120133", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759120185", "uncertainty": 120 }, "departure": { "time": "1759120193", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759120292", "uncertainty": 120 }, "departure": { "time": "1759120377", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759120463", "uncertainty": 120 }, "departure": { "time": "1759120463", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 17 }, { "arrival": { "time": "1759120550", "uncertainty": 120 }, "departure": { "time": "1759120553", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 18 }, { "arrival": { "time": "1759120643", "uncertainty": 120 }, "departure": { "time": "1759120643", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 19 }, { "arrival": { "time": "1759120771", "uncertainty": 120 }, "departure": { "time": "1759120771", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 20 }, { "arrival": { "time": "1759120865", "uncertainty": 120 }, "departure": { "time": "1759120865", "uncertainty": 120 }, "stopId": "0:PBLAN", "stopSequence": 21 }, { "arrival": { "time": "1759121001", "uncertainty": 120 }, "departure": { "time": "1759121001", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 22 }, { "arrival": { "time": "1759121041", "uncertainty": 120 }, "departure": { "time": "1759121041", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 23 }, { "arrival": { "time": "1759121106", "uncertainty": 120 }, "departure": { "time": "1759121106", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 24 }, { "arrival": { "time": "1759121185", "uncertainty": 120 }, "departure": { "time": "1759121185", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 25 }, { "arrival": { "time": "1759121286", "uncertainty": 120 }, "departure": { "time": "1759121286", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 26 }, { "arrival": { "time": "1759121328", "uncertainty": 120 }, "departure": { "time": "1759121328", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 27 }, { "arrival": { "time": "1759121359", "uncertainty": 120 }, "departure": { "time": "1759121359", "uncertainty": 120 }, "stopId": "0:LIBER 2", "stopSequence": 28 }, { "arrival": { "time": "1759121420", "uncertainty": 120 }, "departure": { "time": "1759121420", "uncertainty": 120 }, "stopId": "0:CRUSS", "stopSequence": 29 }, { "arrival": { "time": "1759121461", "uncertainty": 120 }, "departure": { "time": "1759121461", "uncertainty": 120 }, "stopId": "0:HDVIL 2", "stopSequence": 30 }, { "arrival": { "time": "1759121490", "uncertainty": 120 }, "departure": { "time": "1759121490", "uncertainty": 120 }, "stopId": "0:FMALE", "stopSequence": 31 }, { "arrival": { "time": "1759121554", "uncertainty": 120 }, "departure": { "time": "1759121554", "uncertainty": 120 }, "stopId": "0:CROZE", "stopSequence": 32 }, { "arrival": { "time": "1759121600", "uncertainty": 120 }, "departure": { "time": "1759121600", "uncertainty": 120 }, "stopId": "0:StFLE", "stopSequence": 33 }, { "arrival": { "time": "1759121639", "uncertainty": 120 }, "departure": { "time": "1759121639", "uncertainty": 120 }, "stopId": "0:LVERG", "stopSequence": 34 }, { "arrival": { "time": "1759121675", "uncertainty": 120 }, "departure": { "time": "1759121675", "uncertainty": 120 }, "stopId": "0:PERDR", "stopSequence": 35 }, { "arrival": { "time": "1759121738", "uncertainty": 120 }, "departure": { "time": "1759121738", "uncertainty": 120 }, "stopId": "0:TOURT", "stopSequence": 36 }, { "arrival": { "time": "1759121821", "uncertainty": 120 }, "departure": { "time": "1759121821", "uncertainty": 120 }, "stopId": "0:CHAVA 2", "stopSequence": 37 }, { "arrival": { "time": "1759121870", "uncertainty": 120 }, "departure": { "time": "1759121870", "uncertainty": 120 }, "stopId": "0:CHAV", "stopSequence": 38 }, { "arrival": { "time": "1759121941", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291437" }, "vehicle": { "id": "188", "label": "188" } } }, { "id": "3293377", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293377" } } }, { "id": "3293128", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000" }, "stopId": "0:_VGR", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "46", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293128" } } }, { "id": "3291496", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1759122243", "uncertainty": 120 }, "departure": { "time": "1759122243", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1759122374", "uncertainty": 120 }, "departure": { "time": "1759122374", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1759122446", "uncertainty": 120 }, "departure": { "time": "1759122446", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1759122471", "uncertainty": 120 }, "departure": { "time": "1759122471", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1759122506", "uncertainty": 120 }, "departure": { "time": "1759122506", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1759122553", "uncertainty": 120 }, "departure": { "time": "1759122553", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1759122608", "uncertainty": 120 }, "departure": { "time": "1759122608", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1759122742", "uncertainty": 120 }, "departure": { "time": "1759122742", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1759122819", "uncertainty": 120 }, "departure": { "time": "1759122819", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1759122957", "uncertainty": 120 }, "departure": { "time": "1759122957", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1759123031", "uncertainty": 120 }, "departure": { "time": "1759123031", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 14 }, { "arrival": { "time": "1759123124", "uncertainty": 120 }, "departure": { "time": "1759123124", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 15 }, { "arrival": { "time": "1759123161", "uncertainty": 120 }, "departure": { "time": "1759123161", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 16 }, { "arrival": { "time": "1759123310", "uncertainty": 120 }, "departure": { "time": "1759123310", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 17 }, { "arrival": { "time": "1759123420", "uncertainty": 120 }, "departure": { "time": "1759123420", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 18 }, { "arrival": { "time": "1759123508", "uncertainty": 120 }, "departure": { "time": "1759123508", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 19 }, { "arrival": { "time": "1759123703", "uncertainty": 120 }, "departure": { "time": "1759123703", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 20 }, { "arrival": { "time": "1759123763", "uncertainty": 120 }, "departure": { "time": "1759123763", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 21 }, { "arrival": { "time": "1759123841", "uncertainty": 120 }, "departure": { "time": "1759123841", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 22 }, { "arrival": { "time": "1759124001", "uncertainty": 120 }, "departure": { "time": "1759124001", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 23 }, { "arrival": { "time": "1759124153", "uncertainty": 120 }, "departure": { "time": "1759124153", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 24 }, { "arrival": { "time": "1759124234", "uncertainty": 120 }, "departure": { "time": "1759124234", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 25 }, { "arrival": { "time": "1759124311", "uncertainty": 120 }, "departure": { "time": "1759124311", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 26 }, { "arrival": { "time": "1759124517", "uncertainty": 120 }, "departure": { "time": "1759124517", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 27 }, { "arrival": { "time": "1759124577", "uncertainty": 120 }, "departure": { "time": "1759124577", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 28 }, { "arrival": { "time": "1759124676", "uncertainty": 120 }, "departure": { "time": "1759124676", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 29 }, { "arrival": { "time": "1759124766", "uncertainty": 120 }, "departure": { "time": "1759124766", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 30 }, { "arrival": { "time": "1759124868", "uncertainty": 120 }, "departure": { "time": "1759124868", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 31 }, { "arrival": { "time": "1759124917", "uncertainty": 120 }, "departure": { "time": "1759124917", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 32 }, { "arrival": { "time": "1759124975", "uncertainty": 120 }, "departure": { "time": "1759124975", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 33 }, { "arrival": { "time": "1759125017", "uncertainty": 120 }, "departure": { "time": "1759125017", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 34 }, { "arrival": { "time": "1759125071", "uncertainty": 120 }, "departure": { "time": "1759125071", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 35 }, { "arrival": { "time": "1759125157", "uncertainty": 120 }, "departure": { "time": "1759125157", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 36 }, { "arrival": { "time": "1759125209", "uncertainty": 120 }, "departure": { "time": "1759125209", "uncertainty": 120 }, "stopId": "0:MON", "stopSequence": 37 }, { "arrival": { "time": "1759125242", "uncertainty": 120 }, "departure": { "time": "1759125242", "uncertainty": 120 }, "stopId": "0:SIMO", "stopSequence": 38 }, { "arrival": { "time": "1759125337", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 39 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291496" } } }, { "id": "3290614", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121680", "uncertainty": 120 }, "stopId": "0:CHMAD", "stopSequence": 1 }, { "arrival": { "time": "1759121920", "uncertainty": 120 }, "departure": { "time": "1759121920", "uncertainty": 120 }, "stopId": "0:MCL 2", "stopSequence": 2 }, { "arrival": { "time": "1759122040", "uncertainty": 120 }, "departure": { "time": "1759122040", "uncertainty": 120 }, "stopId": "0:MADV 2", "stopSequence": 3 }, { "arrival": { "time": "1759122160", "uncertainty": 120 }, "departure": { "time": "1759122160", "uncertainty": 120 }, "stopId": "0:MPMO 2", "stopSequence": 4 }, { "arrival": { "time": "1759122237", "uncertainty": 120 }, "departure": { "time": "1759122237", "uncertainty": 120 }, "stopId": "0:MLFO 2", "stopSequence": 5 }, { "arrival": { "time": "1759122402", "uncertainty": 120 }, "departure": { "time": "1759122402", "uncertainty": 120 }, "stopId": "0:MOTLP 2", "stopSequence": 6 }, { "arrival": { "time": "1759122520", "uncertainty": 120 }, "departure": { "time": "1759122520", "uncertainty": 120 }, "stopId": "0:MBAY 2", "stopSequence": 7 }, { "arrival": { "time": "1759122638", "uncertainty": 120 }, "departure": { "time": "1759122638", "uncertainty": 120 }, "stopId": "0:MOTGB 2", "stopSequence": 8 }, { "arrival": { "time": "1759122698", "uncertainty": 120 }, "departure": { "time": "1759122698", "uncertainty": 120 }, "stopId": "0:MOTPB 2", "stopSequence": 9 }, { "arrival": { "time": "1759122876", "uncertainty": 120 }, "departure": { "time": "1759122876", "uncertainty": 120 }, "stopId": "0:FAUC 2", "stopSequence": 10 }, { "arrival": { "time": "1759122996", "uncertainty": 120 }, "departure": { "time": "1759122996", "uncertainty": 120 }, "stopId": "0:MGUIM 2", "stopSequence": 11 }, { "arrival": { "time": "1759123294", "uncertainty": 120 }, "departure": { "time": "1759123294", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 12 }, { "arrival": { "time": "1759123354", "uncertainty": 120 }, "departure": { "time": "1759123354", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 13 }, { "arrival": { "time": "1759123714", "uncertainty": 120 }, "departure": { "time": "1759123714", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 14 }, { "arrival": { "time": "1759124236", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "291", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290614" } } }, { "id": "3290498", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:PEY", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "265", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290498" } } }, { "id": "3292472", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119984", "uncertainty": 120 }, "stopId": "0:MPMO 2", "stopSequence": 1 }, { "arrival": { "time": "1759120085", "uncertainty": 120 }, "departure": { "time": "1759120085", "uncertainty": 120 }, "stopId": "0:CHSTJ 2", "stopSequence": 2 }, { "arrival": { "time": "1759120147", "uncertainty": 120 }, "departure": { "time": "1759120147", "uncertainty": 120 }, "stopId": "0:CHMAD 2", "stopSequence": 3 }, { "arrival": { "time": "1759120180", "uncertainty": 120 }, "departure": { "time": "1759120180", "uncertainty": 120 }, "stopId": "0:MTCC1", "stopSequence": 4 }, { "arrival": { "time": "1759120421", "uncertainty": 120 }, "departure": { "time": "1759120494", "uncertainty": 120 }, "stopId": "0:CGEN 2", "stopSequence": 5 }, { "arrival": { "time": "1759120562", "uncertainty": 120 }, "departure": { "time": "1759120562", "uncertainty": 120 }, "stopId": "0:CHSI 2", "stopSequence": 6 }, { "arrival": { "time": "1759120661", "uncertainty": 120 }, "departure": { "time": "1759120661", "uncertainty": 120 }, "stopId": "0:CHMCW 2", "stopSequence": 7 }, { "arrival": { "time": "1759120720", "uncertainty": 120 }, "departure": { "time": "1759120720", "uncertainty": 120 }, "stopId": "0:GAIE 2", "stopSequence": 8 }, { "arrival": { "time": "1759120770", "uncertainty": 120 }, "departure": { "time": "1759120770", "uncertainty": 120 }, "stopId": "0:GOUV 2", "stopSequence": 9 }, { "arrival": { "time": "1759120805", "uncertainty": 120 }, "departure": { "time": "1759120805", "uncertainty": 120 }, "stopId": "0:CHRPTF2", "stopSequence": 10 }, { "arrival": { "time": "1759120935", "uncertainty": 120 }, "departure": { "time": "1759120935", "uncertainty": 120 }, "stopId": "0:CHAMAL2", "stopSequence": 11 }, { "arrival": { "time": "1759120971", "uncertainty": 120 }, "departure": { "time": "1759120971", "uncertainty": 120 }, "stopId": "0:MALCR 2", "stopSequence": 12 }, { "arrival": { "time": "1759121129", "uncertainty": 120 }, "departure": { "time": "1759121129", "uncertainty": 120 }, "stopId": "0:MALBO 2", "stopSequence": 13 }, { "arrival": { "time": "1759121213", "uncertainty": 120 }, "departure": { "time": "1759121213", "uncertainty": 120 }, "stopId": "0:MALIB", "stopSequence": 14 }, { "arrival": { "time": "1759121235", "uncertainty": 120 }, "departure": { "time": "1759121235", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 15 }, { "arrival": { "time": "1759121352", "uncertainty": 120 }, "departure": { "time": "1759121352", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 16 }, { "arrival": { "time": "1759121388", "uncertainty": 120 }, "departure": { "time": "1759121388", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 17 }, { "arrival": { "time": "1759121530", "uncertainty": 120 }, "departure": { "time": "1759121530", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 18 }, { "arrival": { "time": "1759121710", "uncertainty": 120 }, "departure": { "time": "1759121710", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 19 }, { "arrival": { "time": "1759121794", "uncertainty": 120 }, "departure": { "time": "1759121794", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 20 }, { "arrival": { "time": "1759121855", "uncertainty": 120 }, "departure": { "time": "1759121855", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 21 }, { "arrival": { "time": "1759121897", "uncertainty": 120 }, "departure": { "time": "1759121897", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 22 }, { "arrival": { "time": "1759121934", "uncertainty": 120 }, "departure": { "time": "1759121934", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 23 }, { "arrival": { "time": "1759122027", "uncertainty": 120 }, "departure": { "time": "1759122027", "uncertainty": 120 }, "stopId": "0:JPREV 2", "stopSequence": 24 }, { "arrival": { "time": "1759122070", "uncertainty": 120 }, "departure": { "time": "1759122070", "uncertainty": 120 }, "stopId": "0:HBARB 2", "stopSequence": 25 }, { "arrival": { "time": "1759122144", "uncertainty": 120 }, "departure": { "time": "1759122144", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 26 }, { "arrival": { "time": "1759122207", "uncertainty": 120 }, "departure": { "time": "1759122207", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 27 }, { "arrival": { "time": "1759122267", "uncertainty": 120 }, "departure": { "time": "1759122267", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 28 }, { "arrival": { "time": "1759122312", "uncertainty": 120 }, "departure": { "time": "1759122312", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 29 }, { "arrival": { "time": "1759122440", "uncertainty": 120 }, "departure": { "time": "1759122440", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 30 }, { "arrival": { "time": "1759122519", "uncertainty": 120 }, "departure": { "time": "1759122519", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 31 }, { "arrival": { "time": "1759122655", "uncertainty": 120 }, "departure": { "time": "1759122655", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 32 }, { "arrival": { "time": "1759122795", "uncertainty": 120 }, "departure": { "time": "1759122795", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759122883", "uncertainty": 120 }, "departure": { "time": "1759122883", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759122991", "uncertainty": 120 }, "departure": { "time": "1759122991", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759123053", "uncertainty": 120 }, "departure": { "time": "1759123053", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759123092", "uncertainty": 120 }, "departure": { "time": "1759123092", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759123169", "uncertainty": 120 }, "departure": { "time": "1759123169", "uncertainty": 120 }, "stopId": "0:CEZA 2", "stopSequence": 39 }, { "arrival": { "time": "1759123217", "uncertainty": 120 }, "departure": { "time": "1759123217", "uncertainty": 120 }, "stopId": "0:GAREN 2", "stopSequence": 40 }, { "arrival": { "time": "1759123295", "uncertainty": 120 }, "departure": { "time": "1759123295", "uncertainty": 120 }, "stopId": "0:VFLEU 2", "stopSequence": 41 }, { "arrival": { "time": "1759123361", "uncertainty": 120 }, "departure": { "time": "1759123361", "uncertainty": 120 }, "stopId": "0:LAUTR 2", "stopSequence": 42 }, { "arrival": { "time": "1759123403", "uncertainty": 120 }, "departure": { "time": "1759123403", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 43 }, { "arrival": { "time": "1759123484", "uncertainty": 120 }, "departure": { "time": "1759123484", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 44 }, { "arrival": { "time": "1759123531", "uncertainty": 120 }, "departure": { "time": "1759123531", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 45 }, { "arrival": { "time": "1759123589", "uncertainty": 120 }, "departure": { "time": "1759123589", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 46 }, { "arrival": { "time": "1759123651", "uncertainty": 120 }, "departure": { "time": "1759123651", "uncertainty": 120 }, "stopId": "0:VIVIE 2", "stopSequence": 47 }, { "arrival": { "time": "1759123736", "uncertainty": 120 }, "departure": { "time": "1759123736", "uncertainty": 120 }, "stopId": "0:PARE", "stopSequence": 48 }, { "arrival": { "time": "1759123781", "uncertainty": 120 }, "departure": { "time": "1759123781", "uncertainty": 120 }, "stopId": "0:LGEAIS2", "stopSequence": 49 }, { "arrival": { "time": "1759123840", "uncertainty": 120 }, "departure": { "time": "1759123840", "uncertainty": 120 }, "stopId": "0:VERGE 2", "stopSequence": 50 }, { "arrival": { "time": "1759123917", "uncertainty": 120 }, "departure": { "time": "1759123917", "uncertainty": 120 }, "stopId": "0:ECOLE 2", "stopSequence": 51 }, { "arrival": { "time": "1759124005", "uncertainty": 120 }, "departure": { "time": "1759124005", "uncertainty": 120 }, "stopId": "0:MONG 2", "stopSequence": 52 }, { "arrival": { "time": "1759124031", "uncertainty": 120 }, "departure": { "time": "1759124031", "uncertainty": 120 }, "stopId": "0:ARMA 2", "stopSequence": 53 }, { "arrival": { "time": "1759124224", "uncertainty": 120 }, "departure": { "time": "1759124224", "uncertainty": 120 }, "stopId": "0:ECHAU", "stopSequence": 54 }, { "arrival": { "time": "1759124331", "uncertainty": 120 }, "departure": { "time": "1759124331", "uncertainty": 120 }, "stopId": "0:CLAC", "stopSequence": 55 }, { "arrival": { "time": "1759124450", "uncertainty": 120 }, "departure": { "time": "1759124450", "uncertainty": 120 }, "stopId": "0:CGYM", "stopSequence": 56 }, { "arrival": { "time": "1759124487", "uncertainty": 120 }, "departure": { "time": "1759124487", "uncertainty": 120 }, "stopId": "0:CHAUT", "stopSequence": 57 }, { "arrival": { "time": "1759124571", "uncertainty": 120 }, "departure": { "time": "1759124571", "uncertainty": 120 }, "stopId": "0:CSDF 3", "stopSequence": 58 }, { "arrival": { "time": "1759124684", "uncertainty": 120 }, "departure": { "time": "1759124684", "uncertainty": 120 }, "stopId": "0:CPDP", "stopSequence": 59 }, { "arrival": { "time": "1759124751", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292472" }, "vehicle": { "id": "274", "label": "274" } } }, { "id": "3292747", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124773", "uncertainty": 120 }, "departure": { "time": "1759124773", "uncertainty": 120 }, "stopId": "0:_COL 3" }, { "arrival": { "time": "1759124803", "uncertainty": 120 }, "departure": { "time": "1759124803", "uncertainty": 120 }, "stopId": "0:BOVIAN 2" }, { "arrival": { "time": "1759124805", "uncertainty": 120 }, "departure": { "time": "1759124805", "uncertainty": 120 }, "stopId": "0:BOVIAN" }, { "arrival": { "time": "1759124848", "uncertainty": 120 }, "departure": { "time": "1759124848", "uncertainty": 120 }, "stopId": "0:_GALB" }, { "arrival": { "time": "1759124852", "uncertainty": 120 }, "departure": { "time": "1759124852", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "departure": { "time": "1759123800", "uncertainty": 120 }, "stopId": "0:_SPLG", "stopSequence": 1 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:_SPLR", "stopSequence": 2 }, { "arrival": { "time": "1759124066", "uncertainty": 120 }, "departure": { "time": "1759124066", "uncertainty": 120 }, "stopId": "0:_SPMAN", "stopSequence": 3 }, { "arrival": { "time": "1759124220", "uncertainty": 120 }, "departure": { "time": "1759124220", "uncertainty": 120 }, "stopId": "0:_PSP", "stopSequence": 4 }, { "arrival": { "time": "1759124340", "uncertainty": 120 }, "departure": { "time": "1759124340", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 5 }, { "arrival": { "time": "1759124500", "uncertainty": 120 }, "departure": { "time": "1759124500", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 6 }, { "arrival": { "time": "1759124555", "uncertainty": 120 }, "departure": { "time": "1759124555", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 7 }, { "arrival": { "time": "1759124645", "uncertainty": 120 }, "departure": { "time": "1759124645", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 8 }, { "arrival": { "time": "1759124680", "uncertainty": 120 }, "departure": { "time": "1759124680", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 9 }, { "arrival": { "time": "1759124760", "uncertainty": 120 }, "departure": { "time": "1759124760", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_COL 3", "stopSequence": 10 }, { "arrival": { "time": "1759124940", "uncertainty": 120 }, "departure": { "time": "1759124940", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB", "stopSequence": 11 }, { "arrival": { "time": "1759125010", "uncertainty": 120 }, "departure": { "time": "1759125010", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN", "stopSequence": 12 }, { "arrival": { "time": "1759124853", "uncertainty": 120 }, "departure": { "time": "1759124853", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 13 }, { "arrival": { "time": "1759124936", "uncertainty": 120 }, "departure": { "time": "1759124936", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 14 }, { "arrival": { "time": "1759125005", "uncertainty": 120 }, "departure": { "time": "1759125005", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 15 }, { "arrival": { "time": "1759125057", "uncertainty": 120 }, "departure": { "time": "1759125057", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 16 }, { "arrival": { "time": "1759125148", "uncertainty": 120 }, "departure": { "time": "1759125148", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 17 }, { "arrival": { "time": "1759125229", "uncertainty": 120 }, "departure": { "time": "1759125229", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 18 }, { "arrival": { "time": "1759125353", "uncertainty": 120 }, "departure": { "time": "1759125353", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 19 }, { "arrival": { "time": "1759125448", "uncertainty": 120 }, "departure": { "time": "1759125448", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 20 }, { "arrival": { "time": "1759125628", "uncertainty": 120 }, "departure": { "time": "1759125628", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 21 }, { "arrival": { "time": "1759125708", "uncertainty": 120 }, "departure": { "time": "1759125708", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 22 }, { "arrival": { "time": "1759125748", "uncertainty": 120 }, "departure": { "time": "1759125748", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 23 }, { "arrival": { "time": "1759125831", "uncertainty": 120 }, "departure": { "time": "1759125831", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 24 }, { "arrival": { "time": "1759125898", "uncertainty": 120 }, "departure": { "time": "1759125898", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 25 }, { "arrival": { "time": "1759125932", "uncertainty": 120 }, "departure": { "time": "1759125932", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 26 }, { "arrival": { "time": "1759125988", "uncertainty": 120 }, "departure": { "time": "1759125988", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 27 }, { "arrival": { "time": "1759126018", "uncertainty": 120 }, "departure": { "time": "1759126018", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 28 }, { "arrival": { "time": "1759126040", "uncertainty": 120 }, "departure": { "time": "1759126040", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 29 }, { "arrival": { "time": "1759126089", "uncertainty": 120 }, "departure": { "time": "1759126089", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 30 }, { "arrival": { "time": "1759126117", "uncertainty": 120 }, "departure": { "time": "1759126117", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 31 }, { "arrival": { "time": "1759126162", "uncertainty": 120 }, "departure": { "time": "1759126162", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 32 }, { "arrival": { "time": "1759126255", "uncertainty": 120 }, "departure": { "time": "1759126255", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 33 }, { "arrival": { "time": "1759126288", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292747" } } }, { "id": "3291442", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291442" } } }, { "id": "3289698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289698" } } }, { "id": "3290445", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:_CSJV 3", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "70", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290445" } } }, { "id": "3293373", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121268", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 }, { "arrival": { "time": "1759121308", "uncertainty": 120 }, "departure": { "time": "1759121308", "uncertainty": 120 }, "stopId": "0:RGARR 2", "stopSequence": 2 }, { "arrival": { "time": "1759121386", "uncertainty": 120 }, "departure": { "time": "1759121386", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 3 }, { "arrival": { "time": "1759121425", "uncertainty": 120 }, "departure": { "time": "1759121425", "uncertainty": 120 }, "stopId": "0:JPERR 2", "stopSequence": 4 }, { "arrival": { "time": "1759121495", "uncertainty": 120 }, "departure": { "time": "1759121495", "uncertainty": 120 }, "stopId": "0:POINCA 2", "stopSequence": 5 }, { "arrival": { "time": "1759121559", "uncertainty": 120 }, "departure": { "time": "1759121559", "uncertainty": 120 }, "stopId": "0:LPLAN 2", "stopSequence": 6 }, { "arrival": { "time": "1759121612", "uncertainty": 120 }, "departure": { "time": "1759121612", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 7 }, { "arrival": { "time": "1759121664", "uncertainty": 120 }, "departure": { "time": "1759121664", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 8 }, { "arrival": { "time": "1759121784", "uncertainty": 120 }, "departure": { "time": "1759121784", "uncertainty": 120 }, "stopId": "0:DBLAN 2", "stopSequence": 9 }, { "arrival": { "time": "1759121918", "uncertainty": 120 }, "departure": { "time": "1759121918", "uncertainty": 120 }, "stopId": "0:GUYN 2", "stopSequence": 10 }, { "arrival": { "time": "1759121963", "uncertainty": 120 }, "departure": { "time": "1759121963", "uncertainty": 120 }, "stopId": "0:POLY 2", "stopSequence": 11 }, { "arrival": { "time": "1759121992", "uncertainty": 120 }, "departure": { "time": "1759121992", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 12 }, { "arrival": { "time": "1759122084", "uncertainty": 120 }, "departure": { "time": "1759122084", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 13 }, { "arrival": { "time": "1759122147", "uncertainty": 120 }, "departure": { "time": "1759122147", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1759122262", "uncertainty": 120 }, "departure": { "time": "1759122262", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1759122388", "uncertainty": 120 }, "departure": { "time": "1759122388", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 16 }, { "arrival": { "time": "1759122500", "uncertainty": 120 }, "departure": { "time": "1759122500", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 17 }, { "arrival": { "time": "1759122654", "uncertainty": 120 }, "departure": { "time": "1759122654", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 18 }, { "arrival": { "time": "1759122742", "uncertainty": 120 }, "departure": { "time": "1759122742", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 19 }, { "arrival": { "time": "1759122822", "uncertainty": 120 }, "departure": { "time": "1759122822", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 20 }, { "arrival": { "time": "1759122913", "uncertainty": 120 }, "departure": { "time": "1759122913", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 21 }, { "arrival": { "time": "1759123027", "uncertainty": 120 }, "departure": { "time": "1759123027", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 22 }, { "arrival": { "time": "1759123097", "uncertainty": 120 }, "departure": { "time": "1759123097", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 23 }, { "arrival": { "time": "1759123144", "uncertainty": 120 }, "departure": { "time": "1759123144", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 24 }, { "arrival": { "time": "1759123195", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293373" } } }, { "id": "3292772", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124866", "uncertainty": 120 }, "departure": { "time": "1759124866", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "arrival": { "time": "1759124933", "uncertainty": 120 }, "departure": { "time": "1759124933", "uncertainty": 120 }, "stopId": "0:_COL 2" }, { "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:_HOP", "stopSequence": 1 }, { "arrival": { "time": "1759123472", "uncertainty": 120 }, "departure": { "time": "1759123472", "uncertainty": 120 }, "stopId": "0:_LSE", "stopSequence": 2 }, { "arrival": { "time": "1759123616", "uncertainty": 120 }, "departure": { "time": "1759123616", "uncertainty": 120 }, "stopId": "0:_LAS", "stopSequence": 3 }, { "arrival": { "time": "1759123644", "uncertainty": 120 }, "departure": { "time": "1759123644", "uncertainty": 120 }, "stopId": "0:_ACA", "stopSequence": 4 }, { "arrival": { "time": "1759123698", "uncertainty": 120 }, "departure": { "time": "1759123698", "uncertainty": 120 }, "stopId": "0:_LPA", "stopSequence": 5 }, { "arrival": { "time": "1759123724", "uncertainty": 120 }, "departure": { "time": "1759123724", "uncertainty": 120 }, "stopId": "0:_YRAB", "stopSequence": 6 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:_MCC 3", "stopSequence": 7 }, { "arrival": { "time": "1759123807", "uncertainty": 120 }, "departure": { "time": "1759123807", "uncertainty": 120 }, "stopId": "0:_LRE", "stopSequence": 8 }, { "arrival": { "time": "1759123845", "uncertainty": 120 }, "departure": { "time": "1759123845", "uncertainty": 120 }, "stopId": "0:_JRO", "stopSequence": 9 }, { "arrival": { "time": "1759123946", "uncertainty": 120 }, "departure": { "time": "1759123946", "uncertainty": 120 }, "stopId": "0:_CLX", "stopSequence": 10 }, { "arrival": { "time": "1759124040", "uncertainty": 120 }, "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 11 }, { "arrival": { "time": "1759124087", "uncertainty": 120 }, "departure": { "time": "1759124087", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 12 }, { "arrival": { "time": "1759124160", "uncertainty": 120 }, "departure": { "time": "1759124160", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 13 }, { "arrival": { "time": "1759124340", "uncertainty": 120 }, "departure": { "time": "1759124340", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 14 }, { "arrival": { "time": "1759124452", "uncertainty": 120 }, "departure": { "time": "1759124452", "uncertainty": 120 }, "stopId": "0:_LYT 2", "stopSequence": 15 }, { "arrival": { "time": "1759124531", "uncertainty": 120 }, "departure": { "time": "1759124531", "uncertainty": 120 }, "stopId": "0:_AMP 2", "stopSequence": 16 }, { "arrival": { "time": "1759124580", "uncertainty": 120 }, "departure": { "time": "1759124580", "uncertainty": 120 }, "stopId": "0:_GAM 2", "stopSequence": 17 }, { "arrival": { "time": "1759124646", "uncertainty": 120 }, "departure": { "time": "1759124646", "uncertainty": 120 }, "stopId": "0:_PCA 2", "stopSequence": 18 }, { "arrival": { "time": "1759124694", "uncertainty": 120 }, "departure": { "time": "1759124694", "uncertainty": 120 }, "stopId": "0:_ADM 2", "stopSequence": 19 }, { "arrival": { "time": "1759124761", "uncertainty": 120 }, "departure": { "time": "1759124761", "uncertainty": 120 }, "stopId": "0:_SEX 2", "stopSequence": 20 }, { "arrival": { "time": "1759124857", "uncertainty": 120 }, "departure": { "time": "1759124857", "uncertainty": 120 }, "stopId": "0:_GALB2", "stopSequence": 21 }, { "arrival": { "time": "1759124922", "uncertainty": 120 }, "departure": { "time": "1759124922", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN 2", "stopSequence": 22 }, { "arrival": { "time": "1759125000", "uncertainty": 120 }, "departure": { "time": "1759125000", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB 2", "stopSequence": 23 }, { "arrival": { "time": "1759125120", "uncertainty": 120 }, "departure": { "time": "1759125120", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_COL 3", "stopSequence": 24 }, { "arrival": { "time": "1759125016", "uncertainty": 120 }, "departure": { "time": "1759125016", "uncertainty": 120 }, "stopId": "0:_LVI 2", "stopSequence": 25 }, { "arrival": { "time": "1759125047", "uncertainty": 120 }, "departure": { "time": "1759125047", "uncertainty": 120 }, "stopId": "0:_MCU 2", "stopSequence": 26 }, { "arrival": { "time": "1759125128", "uncertainty": 120 }, "departure": { "time": "1759125128", "uncertainty": 120 }, "stopId": "0:ZAR", "stopSequence": 27 }, { "arrival": { "time": "1759125182", "uncertainty": 120 }, "departure": { "time": "1759125182", "uncertainty": 120 }, "stopId": "0:_CAF 2", "stopSequence": 28 }, { "arrival": { "time": "1759125318", "uncertainty": 120 }, "departure": { "time": "1759125318", "uncertainty": 120 }, "stopId": "0:_SVC", "stopSequence": 29 }, { "arrival": { "time": "1759125438", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292772" } } }, { "id": "3292245", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123529", "uncertainty": 120 }, "departure": { "time": "1759123529", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1759123615", "uncertainty": 120 }, "departure": { "time": "1759123615", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1759123682", "uncertainty": 120 }, "departure": { "time": "1759123682", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1759122588", "uncertainty": 120 }, "departure": { "time": "1759122588", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1759122630", "uncertainty": 120 }, "departure": { "time": "1759122630", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1759122676", "uncertainty": 120 }, "departure": { "time": "1759122676", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1759122717", "uncertainty": 120 }, "departure": { "time": "1759122717", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1759122758", "uncertainty": 120 }, "departure": { "time": "1759122758", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1759122910", "uncertainty": 120 }, "departure": { "time": "1759122910", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1759123087", "uncertainty": 120 }, "departure": { "time": "1759123087", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1759123202", "uncertainty": 120 }, "departure": { "time": "1759123202", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1759123279", "uncertainty": 120 }, "departure": { "time": "1759123279", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 12 }, { "arrival": { "time": "1759123376", "uncertainty": 120 }, "departure": { "time": "1759123376", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 13 }, { "arrival": { "time": "1759123415", "uncertainty": 120 }, "departure": { "time": "1759123415", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 14 }, { "arrival": { "time": "1759123510", "uncertainty": 120 }, "departure": { "time": "1759123510", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 15 }, { "arrival": { "time": "1759123567", "uncertainty": 120 }, "departure": { "time": "1759123567", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 16 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 17 }, { "arrival": { "time": "1759123661", "uncertainty": 120 }, "departure": { "time": "1759123661", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 18 }, { "arrival": { "time": "1759123695", "uncertainty": 120 }, "departure": { "time": "1759123695", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 19 }, { "arrival": { "time": "1759123775", "uncertainty": 120 }, "departure": { "time": "1759123775", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 20 }, { "arrival": { "time": "1759123922", "uncertainty": 120 }, "departure": { "time": "1759123922", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 21 }, { "arrival": { "time": "1759123834", "uncertainty": 120 }, "departure": { "time": "1759123834", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1759123896", "uncertainty": 120 }, "departure": { "time": "1759123896", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1759123976", "uncertainty": 120 }, "departure": { "time": "1759123976", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 24 }, { "arrival": { "time": "1759124121", "uncertainty": 120 }, "departure": { "time": "1759124121", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 25 }, { "arrival": { "time": "1759124259", "uncertainty": 120 }, "departure": { "time": "1759124259", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 26 }, { "arrival": { "time": "1759124355", "uncertainty": 120 }, "departure": { "time": "1759124355", "uncertainty": 120 }, "stopId": "0:PGARD", "stopSequence": 27 }, { "arrival": { "time": "1759124448", "uncertainty": 120 }, "departure": { "time": "1759124448", "uncertainty": 120 }, "stopId": "0:JAUR", "stopSequence": 28 }, { "arrival": { "time": "1759124567", "uncertainty": 120 }, "departure": { "time": "1759124567", "uncertainty": 120 }, "stopId": "0:CHAR", "stopSequence": 29 }, { "arrival": { "time": "1759124711", "uncertainty": 120 }, "departure": { "time": "1759124711", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 30 }, { "arrival": { "time": "1759124883", "uncertainty": 120 }, "departure": { "time": "1759124883", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 31 }, { "arrival": { "time": "1759124951", "uncertainty": 120 }, "departure": { "time": "1759124951", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 32 }, { "arrival": { "time": "1759125005", "uncertainty": 120 }, "departure": { "time": "1759125005", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 33 }, { "arrival": { "time": "1759125076", "uncertainty": 120 }, "departure": { "time": "1759125076", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 34 }, { "arrival": { "time": "1759125175", "uncertainty": 120 }, "departure": { "time": "1759125175", "uncertainty": 120 }, "stopId": "0:BRIFF 5", "stopSequence": 35 }, { "arrival": { "time": "1759125222", "uncertainty": 120 }, "departure": { "time": "1759125222", "uncertainty": 120 }, "stopId": "0:MDSP", "stopSequence": 36 }, { "arrival": { "time": "1759125295", "uncertainty": 120 }, "departure": { "time": "1759125295", "uncertainty": 120 }, "stopId": "0:CDTR", "stopSequence": 37 }, { "arrival": { "time": "1759125358", "uncertainty": 120 }, "departure": { "time": "1759125358", "uncertainty": 120 }, "stopId": "0:ROBE", "stopSequence": 38 }, { "arrival": { "time": "1759125430", "uncertainty": 120 }, "departure": { "time": "1759125430", "uncertainty": 120 }, "stopId": "0:GAUM 4", "stopSequence": 39 }, { "arrival": { "time": "1759125535", "uncertainty": 120 }, "departure": { "time": "1759125535", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 40 }, { "arrival": { "time": "1759125737", "uncertainty": 120 }, "departure": { "time": "1759125737", "uncertainty": 120 }, "stopId": "0:MCUR 2", "stopSequence": 41 }, { "arrival": { "time": "1759125775", "uncertainty": 120 }, "departure": { "time": "1759125775", "uncertainty": 120 }, "stopId": "0:ZAGU 2", "stopSequence": 42 }, { "arrival": { "time": "1759125898", "uncertainty": 120 }, "departure": { "time": "1759125898", "uncertainty": 120 }, "stopId": "0:MALBOU", "stopSequence": 43 }, { "arrival": { "time": "1759125957", "uncertainty": 120 }, "departure": { "time": "1759125957", "uncertainty": 120 }, "stopId": "0:RCOL 2", "stopSequence": 44 }, { "arrival": { "time": "1759126013", "uncertainty": 120 }, "departure": { "time": "1759126013", "uncertainty": 120 }, "stopId": "0:MLPO 3", "stopSequence": 45 }, { "arrival": { "time": "1759126065", "uncertainty": 120 }, "departure": { "time": "1759126065", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 46 }, { "arrival": { "time": "1759126139", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292245" } } }, { "id": "3292452", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292452" } } }, { "id": "3290210", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:_LRC", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "641", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290210" } } }, { "id": "3290078", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "152", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290078" } } }, { "id": "3293042", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:_SGVI", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "475", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293042" } } }, { "id": "3291157", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121700", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291157" } } }, { "id": "3289935", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289935" } } }, { "id": "3289776", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_GMU Q", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "ICd", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289776" } } }, { "id": "3292474", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:MPMO 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292474" } } }, { "id": "3292220", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121237", "uncertainty": 120 }, "departure": { "time": "1759121237", "uncertainty": 120 }, "stopId": "0:BOTTE 2" }, { "arrival": { "time": "1759121308", "uncertainty": 120 }, "departure": { "time": "1759121308", "uncertainty": 120 }, "stopId": "0:FAUCO 2" }, { "arrival": { "time": "1759121388", "uncertainty": 120 }, "departure": { "time": "1759121388", "uncertainty": 120 }, "stopId": "0:PBLAN" }, { "arrival": { "time": "1759121501", "uncertainty": 120 }, "departure": { "time": "1759121501", "uncertainty": 120 }, "stopId": "0:CCOM1.2" }, { "departure": { "time": "1759119660", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 1 }, { "arrival": { "time": "1759119760", "uncertainty": 120 }, "departure": { "time": "1759119760", "uncertainty": 120 }, "stopId": "0:GAUM 3", "stopSequence": 2 }, { "arrival": { "time": "1759119806", "uncertainty": 120 }, "departure": { "time": "1759119806", "uncertainty": 120 }, "stopId": "0:ROBE 2", "stopSequence": 3 }, { "arrival": { "time": "1759119866", "uncertainty": 120 }, "departure": { "time": "1759119871", "uncertainty": 120 }, "stopId": "0:CDTR 2", "stopSequence": 4 }, { "arrival": { "time": "1759119941", "uncertainty": 120 }, "departure": { "time": "1759119941", "uncertainty": 120 }, "stopId": "0:MDSP 2", "stopSequence": 5 }, { "arrival": { "time": "1759119990", "uncertainty": 120 }, "departure": { "time": "1759119990", "uncertainty": 120 }, "stopId": "0:BRIFF 6", "stopSequence": 6 }, { "arrival": { "time": "1759120051", "uncertainty": 120 }, "departure": { "time": "1759120051", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 7 }, { "arrival": { "time": "1759120081", "uncertainty": 120 }, "departure": { "time": "1759120081", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 8 }, { "arrival": { "time": "1759120196", "uncertainty": 120 }, "departure": { "time": "1759120201", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 9 }, { "arrival": { "time": "1759120240", "uncertainty": 120 }, "departure": { "time": "1759120240", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 10 }, { "arrival": { "time": "1759120320", "uncertainty": 120 }, "departure": { "time": "1759120351", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 11 }, { "arrival": { "time": "1759120453", "uncertainty": 120 }, "departure": { "time": "1759120453", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 12 }, { "arrival": { "time": "1759120500", "uncertainty": 120 }, "departure": { "time": "1759120500", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 13 }, { "arrival": { "time": "1759120561", "uncertainty": 120 }, "departure": { "time": "1759120561", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 14 }, { "arrival": { "time": "1759120651", "uncertainty": 120 }, "departure": { "time": "1759120651", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 15 }, { "arrival": { "time": "1759120756", "uncertainty": 120 }, "departure": { "time": "1759120910", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759120996", "uncertainty": 120 }, "departure": { "time": "1759120996", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 17 }, { "arrival": { "time": "1759121078", "uncertainty": 120 }, "departure": { "time": "1759121078", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 18 }, { "arrival": { "time": "1759121124", "uncertainty": 120 }, "departure": { "time": "1759121124", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND 2", "stopSequence": 19 }, { "arrival": { "time": "1759121229", "uncertainty": 120 }, "departure": { "time": "1759121229", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO 2", "stopSequence": 20 }, { "arrival": { "time": "1759121296", "uncertainty": 120 }, "departure": { "time": "1759121296", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE 2", "stopSequence": 21 }, { "arrival": { "time": "1759121333", "uncertainty": 120 }, "departure": { "time": "1759121333", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC 2", "stopSequence": 22 }, { "arrival": { "time": "1759121362", "uncertainty": 120 }, "departure": { "time": "1759121362", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO 2", "stopSequence": 23 }, { "arrival": { "time": "1759121404", "uncertainty": 120 }, "departure": { "time": "1759121404", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE 2", "stopSequence": 24 }, { "arrival": { "time": "1759121457", "uncertainty": 120 }, "departure": { "time": "1759121457", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN 2", "stopSequence": 25 }, { "arrival": { "time": "1759121504", "uncertainty": 120 }, "departure": { "time": "1759121504", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 26 }, { "arrival": { "time": "1759121538", "uncertainty": 120 }, "departure": { "time": "1759121538", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 27 }, { "arrival": { "time": "1759121592", "uncertainty": 120 }, "departure": { "time": "1759121592", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 28 }, { "arrival": { "time": "1759121659", "uncertainty": 120 }, "departure": { "time": "1759121659", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 29 }, { "arrival": { "time": "1759121745", "uncertainty": 120 }, "departure": { "time": "1759121745", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 30 }, { "arrival": { "time": "1759121782", "uncertainty": 120 }, "departure": { "time": "1759121782", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 31 }, { "arrival": { "time": "1759121881", "uncertainty": 120 }, "departure": { "time": "1759121881", "uncertainty": 120 }, "stopId": "0:BEAUM 2", "stopSequence": 32 }, { "arrival": { "time": "1759121925", "uncertainty": 120 }, "departure": { "time": "1759121925", "uncertainty": 120 }, "stopId": "0:GSOLE 4", "stopSequence": 33 }, { "arrival": { "time": "1759122014", "uncertainty": 120 }, "departure": { "time": "1759122014", "uncertainty": 120 }, "stopId": "0:LAVAN 2", "stopSequence": 34 }, { "arrival": { "time": "1759122053", "uncertainty": 120 }, "departure": { "time": "1759122053", "uncertainty": 120 }, "stopId": "0:SDFET 2", "stopSequence": 35 }, { "arrival": { "time": "1759122095", "uncertainty": 120 }, "departure": { "time": "1759122095", "uncertainty": 120 }, "stopId": "0:VALVI 2", "stopSequence": 36 }, { "arrival": { "time": "1759122144", "uncertainty": 120 }, "departure": { "time": "1759122144", "uncertainty": 120 }, "stopId": "0:JACEM 2", "stopSequence": 37 }, { "arrival": { "time": "1759122184", "uncertainty": 120 }, "departure": { "time": "1759122184", "uncertainty": 120 }, "stopId": "0:PLVIG 2", "stopSequence": 38 }, { "arrival": { "time": "1759122225", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292220" }, "vehicle": { "id": "166", "label": "166" } } }, { "id": "3292660", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120800", "uncertainty": 120 }, "stopId": "0:PEY", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "240", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292660" } } }, { "id": "3291091", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121558", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1759121625", "uncertainty": 120 }, "departure": { "time": "1759121625", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1759121673", "uncertainty": 120 }, "departure": { "time": "1759121673", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1759121703", "uncertainty": 120 }, "departure": { "time": "1759121703", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1759121750", "uncertainty": 120 }, "departure": { "time": "1759121750", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1759121798", "uncertainty": 120 }, "departure": { "time": "1759121798", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1759121830", "uncertainty": 120 }, "departure": { "time": "1759121830", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1759121886", "uncertainty": 120 }, "departure": { "time": "1759121886", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1759122050", "uncertainty": 120 }, "departure": { "time": "1759122050", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1759122116", "uncertainty": 120 }, "departure": { "time": "1759122116", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1759122178", "uncertainty": 120 }, "departure": { "time": "1759122178", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1759122330", "uncertainty": 120 }, "departure": { "time": "1759122330", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1759122419", "uncertainty": 120 }, "departure": { "time": "1759122419", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1759122470", "uncertainty": 120 }, "departure": { "time": "1759122470", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1759122550", "uncertainty": 120 }, "departure": { "time": "1759122550", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1759122626", "uncertainty": 120 }, "departure": { "time": "1759122626", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1759122665", "uncertainty": 120 }, "departure": { "time": "1759122665", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1759122716", "uncertainty": 120 }, "departure": { "time": "1759122716", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1759122806", "uncertainty": 120 }, "departure": { "time": "1759122806", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1759122876", "uncertainty": 120 }, "departure": { "time": "1759122876", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1759122910", "uncertainty": 120 }, "departure": { "time": "1759122910", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1759122972", "uncertainty": 120 }, "departure": { "time": "1759122972", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1759123034", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291091" } } }, { "id": "3290672", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "305", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290672" } } }, { "id": "3289731", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122387", "uncertainty": 120 }, "departure": { "time": "1759122387", "uncertainty": 120 }, "stopId": "0:_BZIS" }, { "arrival": { "time": "1759122527", "uncertainty": 120 }, "departure": { "time": "1759122527", "uncertainty": 120 }, "stopId": "0:_CAQ" }, { "arrival": { "time": "1759122635", "uncertainty": 120 }, "departure": { "time": "1759122635", "uncertainty": 120 }, "stopId": "0:_BAR" }, { "departure": { "time": "1759120565", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1759120684", "uncertainty": 120 }, "departure": { "time": "1759120684", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1759120961", "uncertainty": 120 }, "departure": { "time": "1759120961", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1759121025", "uncertainty": 120 }, "departure": { "time": "1759121025", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1759121161", "uncertainty": 120 }, "departure": { "time": "1759121161", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1759121325", "uncertainty": 120 }, "departure": { "time": "1759121325", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1759121925", "uncertainty": 120 }, "departure": { "time": "1759121925", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1759121985", "uncertainty": 120 }, "departure": { "time": "1759121985", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1759122360", "uncertainty": 120 }, "departure": { "time": "1759122360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1759122919", "uncertainty": 120 }, "departure": { "time": "1759122919", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1759123039", "uncertainty": 120 }, "departure": { "time": "1759123039", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1759123218", "uncertainty": 120 }, "departure": { "time": "1759123218", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1759123291", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289731" }, "vehicle": { "id": "8280", "label": "8280" } } }, { "id": "3291095", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 1 }, { "arrival": { "time": "1759123210", "uncertainty": 120 }, "departure": { "time": "1759123210", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 2 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 3 }, { "arrival": { "time": "1759123275", "uncertainty": 120 }, "departure": { "time": "1759123275", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 4 }, { "arrival": { "time": "1759123298", "uncertainty": 120 }, "departure": { "time": "1759123298", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 5 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 6 }, { "arrival": { "time": "1759123372", "uncertainty": 120 }, "departure": { "time": "1759123372", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 7 }, { "arrival": { "time": "1759123463", "uncertainty": 120 }, "departure": { "time": "1759123463", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 8 }, { "arrival": { "time": "1759123682", "uncertainty": 120 }, "departure": { "time": "1759123682", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 9 }, { "arrival": { "time": "1759123737", "uncertainty": 120 }, "departure": { "time": "1759123737", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 10 }, { "arrival": { "time": "1759123809", "uncertainty": 120 }, "departure": { "time": "1759123809", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 11 }, { "arrival": { "time": "1759124000", "uncertainty": 120 }, "departure": { "time": "1759124000", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 12 }, { "arrival": { "time": "1759124106", "uncertainty": 120 }, "departure": { "time": "1759124106", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 13 }, { "arrival": { "time": "1759124181", "uncertainty": 120 }, "departure": { "time": "1759124181", "uncertainty": 120 }, "stopId": "0:RESER 2", "stopSequence": 14 }, { "arrival": { "time": "1759124298", "uncertainty": 120 }, "departure": { "time": "1759124298", "uncertainty": 120 }, "stopId": "0:TROND 2", "stopSequence": 15 }, { "arrival": { "time": "1759124409", "uncertainty": 120 }, "departure": { "time": "1759124409", "uncertainty": 120 }, "stopId": "0:VALEN 2", "stopSequence": 16 }, { "arrival": { "time": "1759124466", "uncertainty": 120 }, "departure": { "time": "1759124466", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 17 }, { "arrival": { "time": "1759124527", "uncertainty": 120 }, "departure": { "time": "1759124527", "uncertainty": 120 }, "stopId": "0:IADAM 2", "stopSequence": 18 }, { "arrival": { "time": "1759124633", "uncertainty": 120 }, "departure": { "time": "1759124633", "uncertainty": 120 }, "stopId": "0:CYRAN 2", "stopSequence": 19 }, { "arrival": { "time": "1759124715", "uncertainty": 120 }, "departure": { "time": "1759124715", "uncertainty": 120 }, "stopId": "0:TEMPL 2", "stopSequence": 20 }, { "arrival": { "time": "1759124755", "uncertainty": 120 }, "departure": { "time": "1759124755", "uncertainty": 120 }, "stopId": "0:RALPE 2", "stopSequence": 21 }, { "arrival": { "time": "1759124826", "uncertainty": 120 }, "departure": { "time": "1759124826", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 22 }, { "arrival": { "time": "1759124933", "uncertainty": 120 }, "departure": { "time": "1759124933", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 23 }, { "arrival": { "time": "1759124992", "uncertainty": 120 }, "departure": { "time": "1759124992", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 24 }, { "arrival": { "time": "1759125065", "uncertainty": 120 }, "departure": { "time": "1759125065", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 25 }, { "arrival": { "time": "1759125104", "uncertainty": 120 }, "departure": { "time": "1759125104", "uncertainty": 120 }, "stopId": "0:TALAV 2", "stopSequence": 26 }, { "arrival": { "time": "1759125167", "uncertainty": 120 }, "departure": { "time": "1759125167", "uncertainty": 120 }, "stopId": "0:FOLLE 2", "stopSequence": 27 }, { "arrival": { "time": "1759125190", "uncertainty": 120 }, "departure": { "time": "1759125190", "uncertainty": 120 }, "stopId": "0:LALLE 2", "stopSequence": 28 }, { "arrival": { "time": "1759125222", "uncertainty": 120 }, "departure": { "time": "1759125222", "uncertainty": 120 }, "stopId": "0:VORGI 2", "stopSequence": 29 }, { "arrival": { "time": "1759125293", "uncertainty": 120 }, "departure": { "time": "1759125293", "uncertainty": 120 }, "stopId": "0:BELLE 2", "stopSequence": 30 }, { "arrival": { "time": "1759125337", "uncertainty": 120 }, "departure": { "time": "1759125337", "uncertainty": 120 }, "stopId": "0:MANOU 2", "stopSequence": 31 }, { "arrival": { "time": "1759125389", "uncertainty": 120 }, "departure": { "time": "1759125389", "uncertainty": 120 }, "stopId": "0:JBREL 2", "stopSequence": 32 }, { "arrival": { "time": "1759125427", "uncertainty": 120 }, "departure": { "time": "1759125427", "uncertainty": 120 }, "stopId": "0:LECON 2", "stopSequence": 33 }, { "arrival": { "time": "1759125473", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291095" } } }, { "id": "3291714", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120258", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 }, { "arrival": { "time": "1759120287", "uncertainty": 120 }, "departure": { "time": "1759120317", "uncertainty": 120 }, "stopId": "0:_LSY", "stopSequence": 2 }, { "arrival": { "time": "1759120360", "uncertainty": 120 }, "departure": { "time": "1759120360", "uncertainty": 120 }, "stopId": "0:_COD 4", "stopSequence": 3 }, { "arrival": { "time": "1759120388", "uncertainty": 120 }, "departure": { "time": "1759120388", "uncertainty": 120 }, "stopId": "0:_DID", "stopSequence": 4 }, { "arrival": { "time": "1759120424", "uncertainty": 120 }, "departure": { "time": "1759120424", "uncertainty": 120 }, "stopId": "0:_LYD 5", "stopSequence": 5 }, { "arrival": { "time": "1759120478", "uncertainty": 120 }, "departure": { "time": "1759120478", "uncertainty": 120 }, "stopId": "0:_LYD 4", "stopSequence": 6 }, { "arrival": { "time": "1759120557", "uncertainty": 120 }, "departure": { "time": "1759120557", "uncertainty": 120 }, "stopId": "0:_PMA", "stopSequence": 7 }, { "arrival": { "time": "1759120576", "uncertainty": 120 }, "departure": { "time": "1759120576", "uncertainty": 120 }, "stopId": "0:_DUC", "stopSequence": 8 }, { "arrival": { "time": "1759120647", "uncertainty": 120 }, "departure": { "time": "1759120647", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 9 }, { "arrival": { "time": "1759120655", "uncertainty": 120 }, "departure": { "time": "1759120655", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 10 }, { "arrival": { "time": "1759120686", "uncertainty": 120 }, "departure": { "time": "1759120686", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 11 }, { "arrival": { "time": "1759120870", "uncertainty": 120 }, "departure": { "time": "1759120870", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 12 }, { "arrival": { "time": "1759120954", "uncertainty": 120 }, "departure": { "time": "1759120954", "uncertainty": 120 }, "stopId": "0:_LYT 2", "stopSequence": 13 }, { "arrival": { "time": "1759121013", "uncertainty": 120 }, "departure": { "time": "1759121013", "uncertainty": 120 }, "stopId": "0:_AMP 2", "stopSequence": 14 }, { "arrival": { "time": "1759121050", "uncertainty": 120 }, "departure": { "time": "1759121050", "uncertainty": 120 }, "stopId": "0:_GAM 2", "stopSequence": 15 }, { "arrival": { "time": "1759121129", "uncertainty": 120 }, "departure": { "time": "1759121129", "uncertainty": 120 }, "stopId": "0:_CNA 2", "stopSequence": 16 }, { "arrival": { "time": "1759121236", "uncertainty": 120 }, "departure": { "time": "1759121236", "uncertainty": 120 }, "stopId": "0:_MOUN", "stopSequence": 17 }, { "arrival": { "time": "1759121264", "uncertainty": 120 }, "departure": { "time": "1759121264", "uncertainty": 120 }, "stopId": "0:_VINA", "stopSequence": 18 }, { "arrival": { "time": "1759121296", "uncertainty": 120 }, "departure": { "time": "1759121296", "uncertainty": 120 }, "stopId": "0:_MDE 2", "stopSequence": 19 }, { "arrival": { "time": "1759121367", "uncertainty": 120 }, "departure": { "time": "1759121367", "uncertainty": 120 }, "stopId": "0:_DEP 2", "stopSequence": 20 }, { "arrival": { "time": "1759121410", "uncertainty": 120 }, "departure": { "time": "1759121410", "uncertainty": 120 }, "stopId": "0:_JCH 2", "stopSequence": 21 }, { "arrival": { "time": "1759121492", "uncertainty": 120 }, "departure": { "time": "1759121492", "uncertainty": 120 }, "stopId": "0:_FBF 2", "stopSequence": 22 }, { "arrival": { "time": "1759121590", "uncertainty": 120 }, "departure": { "time": "1759121590", "uncertainty": 120 }, "stopId": "0:_SVC", "stopSequence": 23 }, { "arrival": { "time": "1759121710", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291714" }, "vehicle": { "id": "812", "label": "812" } } }, { "id": "3290757", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122565", "uncertainty": 120 }, "stopId": "0:BMON", "stopSequence": 1 }, { "arrival": { "time": "1759122625", "uncertainty": 120 }, "departure": { "time": "1759122625", "uncertainty": 120 }, "stopId": "0:BMTB", "stopSequence": 2 }, { "arrival": { "time": "1759122685", "uncertainty": 120 }, "departure": { "time": "1759122685", "uncertainty": 120 }, "stopId": "0:BMTI", "stopSequence": 3 }, { "arrival": { "time": "1759122865", "uncertainty": 120 }, "departure": { "time": "1759122865", "uncertainty": 120 }, "stopId": "0:CSDF 2", "stopSequence": 4 }, { "arrival": { "time": "1759122985", "uncertainty": 120 }, "departure": { "time": "1759122985", "uncertainty": 120 }, "stopId": "0:CPDP", "stopSequence": 5 }, { "arrival": { "time": "1759123052", "uncertainty": 120 }, "departure": { "time": "1759123052", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 6 }, { "arrival": { "time": "1759123292", "uncertainty": 120 }, "departure": { "time": "1759123292", "uncertainty": 120 }, "stopId": "0:CVO", "stopSequence": 7 }, { "arrival": { "time": "1759123412", "uncertainty": 120 }, "departure": { "time": "1759123412", "uncertainty": 120 }, "stopId": "0:CCDV", "stopSequence": 8 }, { "arrival": { "time": "1759123709", "uncertainty": 120 }, "departure": { "time": "1759123709", "uncertainty": 120 }, "stopId": "0:CBE", "stopSequence": 9 }, { "arrival": { "time": "1759123829", "uncertainty": 120 }, "departure": { "time": "1759123829", "uncertainty": 120 }, "stopId": "0:CBR", "stopSequence": 10 }, { "arrival": { "time": "1759123949", "uncertainty": 120 }, "departure": { "time": "1759123949", "uncertainty": 120 }, "stopId": "0:CQB", "stopSequence": 11 }, { "arrival": { "time": "1759124609", "uncertainty": 120 }, "stopId": "0:_COE 3", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "531", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290757" } } }, { "id": "3291156", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121520" }, "stopId": "0:LD3S", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291156" } } }, { "id": "3293112", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_MMEL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "721", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293112" } } }, { "id": "3289733", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125102", "uncertainty": 120 }, "departure": { "time": "1759125102", "uncertainty": 120 }, "stopId": "0:_BZIS" }, { "arrival": { "time": "1759125242", "uncertainty": 120 }, "departure": { "time": "1759125242", "uncertainty": 120 }, "stopId": "0:_CAQ" }, { "arrival": { "time": "1759125350", "uncertainty": 120 }, "departure": { "time": "1759125350", "uncertainty": 120 }, "stopId": "0:_BAR" }, { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1759123624", "uncertainty": 120 }, "departure": { "time": "1759123624", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1759123876", "uncertainty": 120 }, "departure": { "time": "1759123876", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1759124040", "uncertainty": 120 }, "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1759124640", "uncertainty": 120 }, "departure": { "time": "1759124640", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1759124700", "uncertainty": 120 }, "departure": { "time": "1759124700", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1759125120", "uncertainty": 120 }, "departure": { "time": "1759125120", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1759125634", "uncertainty": 120 }, "departure": { "time": "1759125634", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1759125754", "uncertainty": 120 }, "departure": { "time": "1759125754", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1759125921", "uncertainty": 120 }, "departure": { "time": "1759125921", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1759125994", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289733" } } }, { "id": "3293092", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_MLTH", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "701", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293092" } } }, { "id": "3289878", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 1 }, { "arrival": { "time": "1759122540", "uncertainty": 120 }, "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:_BVIL", "stopSequence": 2 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:_BLC 3", "stopSequence": 3 }, { "arrival": { "time": "1759122659", "uncertainty": 120 }, "departure": { "time": "1759122659", "uncertainty": 120 }, "stopId": "0:_BLBO", "stopSequence": 4 }, { "arrival": { "time": "1759122719", "uncertainty": 120 }, "departure": { "time": "1759122719", "uncertainty": 120 }, "stopId": "0:_BVIC", "stopSequence": 5 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:_BVVI", "stopSequence": 6 }, { "arrival": { "time": "1759122980", "uncertainty": 120 }, "departure": { "time": "1759122980", "uncertainty": 120 }, "stopId": "0:_PFM", "stopSequence": 7 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_PVB", "stopSequence": 8 }, { "arrival": { "time": "1759123860", "uncertainty": 120 }, "departure": { "time": "1759123860", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 9 }, { "arrival": { "time": "1759124460", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 10 } ], "trip": { "directionId": 0, "routeId": "381", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289878" } } }, { "id": "3292043", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119336", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 }, { "arrival": { "time": "1759119438", "uncertainty": 120 }, "departure": { "time": "1759119438", "uncertainty": 120 }, "stopId": "0:GAUD", "stopSequence": 2 }, { "arrival": { "time": "1759119539", "uncertainty": 120 }, "departure": { "time": "1759119539", "uncertainty": 120 }, "stopId": "0:BRUY 2", "stopSequence": 3 }, { "arrival": { "time": "1759119576", "uncertainty": 120 }, "departure": { "time": "1759119576", "uncertainty": 120 }, "stopId": "0:CHVAN2", "stopSequence": 4 }, { "arrival": { "time": "1759119606", "uncertainty": 120 }, "departure": { "time": "1759119606", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 5 }, { "arrival": { "time": "1759119636", "uncertainty": 120 }, "departure": { "time": "1759119636", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 6 }, { "arrival": { "time": "1759119707", "uncertainty": 120 }, "departure": { "time": "1759119707", "uncertainty": 120 }, "stopId": "0:CHAPL07", "stopSequence": 7 }, { "arrival": { "time": "1759119751", "uncertainty": 120 }, "departure": { "time": "1759119751", "uncertainty": 120 }, "stopId": "0:GPHIL", "stopSequence": 8 }, { "arrival": { "time": "1759119805", "uncertainty": 120 }, "departure": { "time": "1759119805", "uncertainty": 120 }, "stopId": "0:SEIGN", "stopSequence": 9 }, { "arrival": { "time": "1759119912", "uncertainty": 120 }, "departure": { "time": "1759119912", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 10 }, { "arrival": { "time": "1759120056", "uncertainty": 120 }, "departure": { "time": "1759120056", "uncertainty": 120 }, "stopId": "0:MAND", "stopSequence": 11 }, { "arrival": { "time": "1759120102", "uncertainty": 120 }, "departure": { "time": "1759120102", "uncertainty": 120 }, "stopId": "0:LBONN", "stopSequence": 12 }, { "arrival": { "time": "1759120146", "uncertainty": 120 }, "departure": { "time": "1759120146", "uncertainty": 120 }, "stopId": "0:MALOS", "stopSequence": 13 }, { "arrival": { "time": "1759120236", "uncertainty": 120 }, "departure": { "time": "1759120236", "uncertainty": 120 }, "stopId": "0:VERCO", "stopSequence": 14 }, { "arrival": { "time": "1759120326", "uncertainty": 120 }, "departure": { "time": "1759120356", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 15 }, { "arrival": { "time": "1759120461", "uncertainty": 120 }, "departure": { "time": "1759120461", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 16 }, { "arrival": { "time": "1759120506", "uncertainty": 120 }, "departure": { "time": "1759120506", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 17 }, { "arrival": { "time": "1759120566", "uncertainty": 120 }, "departure": { "time": "1759120566", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 18 }, { "arrival": { "time": "1759120656", "uncertainty": 120 }, "departure": { "time": "1759120656", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 19 }, { "arrival": { "time": "1759120804", "uncertainty": 120 }, "departure": { "time": "1759120910", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 20 }, { "arrival": { "time": "1759120996", "uncertainty": 120 }, "departure": { "time": "1759120996", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 21 }, { "arrival": { "time": "1759121078", "uncertainty": 120 }, "departure": { "time": "1759121078", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 22 }, { "arrival": { "time": "1759121252", "uncertainty": 120 }, "departure": { "time": "1759121252", "uncertainty": 120 }, "stopId": "0:BOTTE 2", "stopSequence": 23 }, { "arrival": { "time": "1759121361", "uncertainty": 120 }, "departure": { "time": "1759121361", "uncertainty": 120 }, "stopId": "0:FAUCO 2", "stopSequence": 24 }, { "arrival": { "time": "1759121460", "uncertainty": 120 }, "departure": { "time": "1759121460", "uncertainty": 120 }, "stopId": "0:BEAUL 2", "stopSequence": 25 }, { "arrival": { "time": "1759121543", "uncertainty": 120 }, "departure": { "time": "1759121543", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 26 }, { "arrival": { "time": "1759121582", "uncertainty": 120 }, "departure": { "time": "1759121582", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 27 }, { "arrival": { "time": "1759121631", "uncertainty": 120 }, "departure": { "time": "1759121631", "uncertainty": 120 }, "stopId": "0:TOURN", "stopSequence": 28 }, { "arrival": { "time": "1759121718", "uncertainty": 120 }, "departure": { "time": "1759121718", "uncertainty": 120 }, "stopId": "0:PROVE", "stopSequence": 29 }, { "arrival": { "time": "1759121790", "uncertainty": 120 }, "departure": { "time": "1759121790", "uncertainty": 120 }, "stopId": "0:JOUHA", "stopSequence": 30 }, { "arrival": { "time": "1759121838", "uncertainty": 120 }, "departure": { "time": "1759121838", "uncertainty": 120 }, "stopId": "0:LCOMB", "stopSequence": 31 }, { "arrival": { "time": "1759121865", "uncertainty": 120 }, "departure": { "time": "1759121865", "uncertainty": 120 }, "stopId": "0:RDS 2", "stopSequence": 32 }, { "arrival": { "time": "1759121933", "uncertainty": 120 }, "departure": { "time": "1759121933", "uncertainty": 120 }, "stopId": "0:_BELL", "stopSequence": 33 }, { "arrival": { "time": "1759122018", "uncertainty": 120 }, "departure": { "time": "1759122018", "uncertainty": 120 }, "stopId": "0:GLFR 2", "stopSequence": 34 }, { "arrival": { "time": "1759122072", "uncertainty": 120 }, "departure": { "time": "1759122072", "uncertainty": 120 }, "stopId": "0:GEIF 2", "stopSequence": 35 }, { "arrival": { "time": "1759122204", "uncertainty": 120 }, "departure": { "time": "1759122204", "uncertainty": 120 }, "stopId": "0:BEAUC 2", "stopSequence": 36 }, { "arrival": { "time": "1759122318", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 37 } ], "trip": { "directionId": 0, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292043" }, "vehicle": { "id": "55", "label": "55" } } }, { "id": "3293113", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_SMIC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "723", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293113" } } }, { "id": "3289790", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124202", "uncertainty": 120 }, "departure": { "time": "1759124202", "uncertainty": 120 }, "stopId": "0:_BZIS" }, { "arrival": { "time": "1759124342", "uncertainty": 120 }, "departure": { "time": "1759124342", "uncertainty": 120 }, "stopId": "0:_CAQ" }, { "arrival": { "time": "1759124450", "uncertainty": 120 }, "departure": { "time": "1759124450", "uncertainty": 120 }, "stopId": "0:_BAR" }, { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1759122724", "uncertainty": 120 }, "departure": { "time": "1759122724", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1759122976", "uncertainty": 120 }, "departure": { "time": "1759122976", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1759123800", "uncertainty": 120 }, "departure": { "time": "1759123800", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1759124220", "uncertainty": 120 }, "departure": { "time": "1759124220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1759124734", "uncertainty": 120 }, "departure": { "time": "1759124734", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1759124854", "uncertainty": 120 }, "departure": { "time": "1759124854", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1759125021", "uncertainty": 120 }, "departure": { "time": "1759125021", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1759125094", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289790" } } }, { "id": "3290782", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124162", "uncertainty": 120 }, "departure": { "time": "1759124162", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759124096", "uncertainty": 120 }, "departure": { "time": "1759124096", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759124160", "uncertainty": 120 }, "departure": { "time": "1759124160", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759124229", "uncertainty": 120 }, "departure": { "time": "1759124229", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759124280", "uncertainty": 120 }, "departure": { "time": "1759124280", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759124348", "uncertainty": 120 }, "departure": { "time": "1759124348", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759124247", "uncertainty": 120 }, "departure": { "time": "1759124247", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759124348", "uncertainty": 120 }, "departure": { "time": "1759124348", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759124426", "uncertainty": 120 }, "departure": { "time": "1759124426", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759124586", "uncertainty": 120 }, "departure": { "time": "1759124586", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759124651", "uncertainty": 120 }, "departure": { "time": "1759124651", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759124723", "uncertainty": 120 }, "departure": { "time": "1759124723", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759124760", "uncertainty": 120 }, "departure": { "time": "1759124760", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759124869", "uncertainty": 120 }, "departure": { "time": "1759124869", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759124966", "uncertainty": 120 }, "departure": { "time": "1759124966", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759125092", "uncertainty": 120 }, "departure": { "time": "1759125092", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759125154", "uncertainty": 120 }, "departure": { "time": "1759125154", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759125230", "uncertainty": 120 }, "departure": { "time": "1759125230", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759125336", "uncertainty": 120 }, "departure": { "time": "1759125336", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759125431", "uncertainty": 120 }, "departure": { "time": "1759125431", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759125496", "uncertainty": 120 }, "departure": { "time": "1759125496", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759125612", "uncertainty": 120 }, "departure": { "time": "1759125612", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759125756", "uncertainty": 120 }, "departure": { "time": "1759125756", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759125889", "uncertainty": 120 }, "departure": { "time": "1759125889", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759125985", "uncertainty": 120 }, "departure": { "time": "1759125985", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759126056", "uncertainty": 120 }, "departure": { "time": "1759126056", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759126146", "uncertainty": 120 }, "departure": { "time": "1759126146", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759126222", "uncertainty": 120 }, "departure": { "time": "1759126222", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759126310", "uncertainty": 120 }, "departure": { "time": "1759126310", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759126330", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290782" } } }, { "id": "3293252", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:_CHR 2", "stopSequence": 1 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:_CZM 2", "stopSequence": 2 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:_CLGF", "stopSequence": 3 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:_CEG", "stopSequence": 4 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:_CLGS", "stopSequence": 5 }, { "arrival": { "time": "1759122720", "uncertainty": 120 }, "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:TISS", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:_CLGLP", "stopSequence": 7 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:_CGO", "stopSequence": 8 }, { "arrival": { "time": "1759122900", "uncertainty": 120 }, "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:_CCO 2", "stopSequence": 9 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:_CHA", "stopSequence": 10 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:_PPS", "stopSequence": 11 }, { "arrival": { "time": "1759123176", "uncertainty": 120 }, "departure": { "time": "1759123176", "uncertainty": 120 }, "stopId": "0:_GCH 2", "stopSequence": 12 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_P19M", "stopSequence": 13 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PCE 2", "stopSequence": 14 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_COE 3", "stopSequence": 15 }, { "arrival": { "time": "1759123676", "uncertainty": 120 }, "stopId": "0:_COL", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "860", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293252" } } }, { "id": "3293237", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122158", "uncertainty": 120 }, "stopId": "0:_BLT", "stopSequence": 1 }, { "arrival": { "time": "1759122218", "uncertainty": 120 }, "departure": { "time": "1759122218", "uncertainty": 120 }, "stopId": "0:_BAE 2", "stopSequence": 2 }, { "arrival": { "time": "1759122338", "uncertainty": 120 }, "departure": { "time": "1759122338", "uncertainty": 120 }, "stopId": "0:_BRT", "stopSequence": 3 }, { "arrival": { "time": "1759122518", "uncertainty": 120 }, "departure": { "time": "1759122518", "uncertainty": 120 }, "stopId": "0:_BRY", "stopSequence": 4 }, { "arrival": { "time": "1759122698", "uncertainty": 120 }, "departure": { "time": "1759122698", "uncertainty": 120 }, "stopId": "0:_MCO", "stopSequence": 5 }, { "arrival": { "time": "1759122818", "uncertainty": 120 }, "departure": { "time": "1759122818", "uncertainty": 120 }, "stopId": "0:_MBA", "stopSequence": 6 }, { "arrival": { "time": "1759122938", "uncertainty": 120 }, "departure": { "time": "1759122938", "uncertainty": 120 }, "stopId": "0:_MVL", "stopSequence": 7 }, { "arrival": { "time": "1759123058", "uncertainty": 120 }, "departure": { "time": "1759123058", "uncertainty": 120 }, "stopId": "0:_MLG", "stopSequence": 8 }, { "arrival": { "time": "1759123178", "uncertainty": 120 }, "departure": { "time": "1759123178", "uncertainty": 120 }, "stopId": "0:_MGA", "stopSequence": 9 }, { "arrival": { "time": "1759123358", "uncertainty": 120 }, "departure": { "time": "1759123358", "uncertainty": 120 }, "stopId": "0:_CPD", "stopSequence": 10 }, { "arrival": { "time": "1759124078", "uncertainty": 120 }, "stopId": "0:_COE 3", "stopSequence": 11 } ], "trip": { "directionId": 0, "routeId": "845", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293237" } } }, { "id": "3293374", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121760", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293374" } } }, { "id": "3289885", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120095", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 }, { "arrival": { "time": "1759120155", "uncertainty": 120 }, "departure": { "time": "1759120155", "uncertainty": 120 }, "stopId": "0:FAUV", "stopSequence": 2 }, { "arrival": { "time": "1759120214", "uncertainty": 120 }, "departure": { "time": "1759120214", "uncertainty": 120 }, "stopId": "0:MERLE", "stopSequence": 3 }, { "arrival": { "time": "1759120244", "uncertainty": 120 }, "departure": { "time": "1759120244", "uncertainty": 120 }, "stopId": "0:PAVIL", "stopSequence": 4 }, { "arrival": { "time": "1759120283", "uncertainty": 120 }, "departure": { "time": "1759120283", "uncertainty": 120 }, "stopId": "0:CIMET", "stopSequence": 5 }, { "arrival": { "time": "1759120343", "uncertainty": 120 }, "departure": { "time": "1759120343", "uncertainty": 120 }, "stopId": "0:JBART", "stopSequence": 6 }, { "arrival": { "time": "1759120375", "uncertainty": 120 }, "departure": { "time": "1759120395", "uncertainty": 120 }, "stopId": "0:VDOR", "stopSequence": 7 }, { "arrival": { "time": "1759120436", "uncertainty": 120 }, "departure": { "time": "1759120456", "uncertainty": 120 }, "stopId": "0:PARME", "stopSequence": 8 }, { "arrival": { "time": "1759120509", "uncertainty": 120 }, "departure": { "time": "1759120509", "uncertainty": 120 }, "stopId": "0:GLUSS", "stopSequence": 9 }, { "arrival": { "time": "1759120558", "uncertainty": 120 }, "departure": { "time": "1759120558", "uncertainty": 120 }, "stopId": "0:StMAR", "stopSequence": 10 }, { "arrival": { "time": "1759120576", "uncertainty": 120 }, "departure": { "time": "1759120576", "uncertainty": 120 }, "stopId": "0:EGAL", "stopSequence": 11 }, { "arrival": { "time": "1759120657", "uncertainty": 120 }, "departure": { "time": "1759120657", "uncertainty": 120 }, "stopId": "0:CIRE", "stopSequence": 12 }, { "arrival": { "time": "1759120733", "uncertainty": 120 }, "departure": { "time": "1759120733", "uncertainty": 120 }, "stopId": "0:PREFE", "stopSequence": 13 }, { "arrival": { "time": "1759120798", "uncertainty": 120 }, "departure": { "time": "1759120798", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1759120913", "uncertainty": 120 }, "departure": { "time": "1759120913", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1759121089", "uncertainty": 120 }, "departure": { "time": "1759121089", "uncertainty": 120 }, "stopId": "0:BARRA", "stopSequence": 16 }, { "arrival": { "time": "1759121137", "uncertainty": 120 }, "departure": { "time": "1759121137", "uncertainty": 120 }, "stopId": "0:VOLTA", "stopSequence": 17 }, { "arrival": { "time": "1759121207", "uncertainty": 120 }, "departure": { "time": "1759121207", "uncertainty": 120 }, "stopId": "0:PPAIX", "stopSequence": 18 }, { "arrival": { "time": "1759121294", "uncertainty": 120 }, "departure": { "time": "1759121294", "uncertainty": 120 }, "stopId": "0:CCOLO", "stopSequence": 19 }, { "arrival": { "time": "1759121382", "uncertainty": 120 }, "departure": { "time": "1759121382", "uncertainty": 120 }, "stopId": "0:SERBI", "stopSequence": 20 }, { "arrival": { "time": "1759121453", "uncertainty": 120 }, "departure": { "time": "1759121453", "uncertainty": 120 }, "stopId": "0:DESMO", "stopSequence": 21 }, { "arrival": { "time": "1759121509", "uncertainty": 120 }, "departure": { "time": "1759121509", "uncertainty": 120 }, "stopId": "0:THIBE 2", "stopSequence": 22 }, { "arrival": { "time": "1759121545", "uncertainty": 120 }, "departure": { "time": "1759121545", "uncertainty": 120 }, "stopId": "0:PMARQ", "stopSequence": 23 }, { "arrival": { "time": "1759121597", "uncertainty": 120 }, "departure": { "time": "1759121597", "uncertainty": 120 }, "stopId": "0:CONDO", "stopSequence": 24 }, { "arrival": { "time": "1759121633", "uncertainty": 120 }, "departure": { "time": "1759121633", "uncertainty": 120 }, "stopId": "0:COLOM", "stopSequence": 25 }, { "arrival": { "time": "1759121735", "uncertainty": 120 }, "departure": { "time": "1759121735", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 26 }, { "arrival": { "time": "1759121789", "uncertainty": 120 }, "departure": { "time": "1759121789", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 27 }, { "arrival": { "time": "1759121838", "uncertainty": 120 }, "departure": { "time": "1759121838", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 28 }, { "arrival": { "time": "1759121926", "uncertainty": 120 }, "departure": { "time": "1759121926", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 29 }, { "arrival": { "time": "1759121970", "uncertainty": 120 }, "departure": { "time": "1759121970", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 30 }, { "arrival": { "time": "1759122020", "uncertainty": 120 }, "departure": { "time": "1759122020", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 31 }, { "arrival": { "time": "1759122067", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289885" }, "vehicle": { "id": "72", "label": "72" } } }, { "id": "3292999", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 1 }, { "arrival": { "time": "1759124156", "uncertainty": 120 }, "departure": { "time": "1759124156", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 2 }, { "arrival": { "time": "1759124190", "uncertainty": 120 }, "departure": { "time": "1759124190", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 3 }, { "arrival": { "time": "1759124280", "uncertainty": 120 }, "departure": { "time": "1759124280", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 4 }, { "arrival": { "time": "1759124375", "uncertainty": 120 }, "departure": { "time": "1759124375", "uncertainty": 120 }, "stopId": "0:_LPR 2", "stopSequence": 5 }, { "arrival": { "time": "1759124468", "uncertainty": 120 }, "departure": { "time": "1759124468", "uncertainty": 120 }, "stopId": "0:_PVI 2", "stopSequence": 6 }, { "arrival": { "time": "1759124520", "uncertainty": 120 }, "departure": { "time": "1759124520", "uncertainty": 120 }, "stopId": "0:_PDO 2", "stopSequence": 7 }, { "arrival": { "time": "1759124598", "uncertainty": 120 }, "departure": { "time": "1759124598", "uncertainty": 120 }, "stopId": "0:_PAN", "stopSequence": 8 }, { "arrival": { "time": "1759124643", "uncertainty": 120 }, "departure": { "time": "1759124643", "uncertainty": 120 }, "stopId": "0:_HDV", "stopSequence": 9 }, { "arrival": { "time": "1759124692", "uncertainty": 120 }, "departure": { "time": "1759124692", "uncertainty": 120 }, "stopId": "0:_AVA", "stopSequence": 10 }, { "arrival": { "time": "1759124760", "uncertainty": 120 }, "departure": { "time": "1759124760", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 11 }, { "arrival": { "time": "1759124881", "uncertainty": 120 }, "departure": { "time": "1759124881", "uncertainty": 120 }, "stopId": "0:_BAT 2", "stopSequence": 12 }, { "arrival": { "time": "1759124961", "uncertainty": 120 }, "departure": { "time": "1759124961", "uncertainty": 120 }, "stopId": "0:JBOIN", "stopSequence": 13 }, { "arrival": { "time": "1759125068", "uncertainty": 120 }, "departure": { "time": "1759125068", "uncertainty": 120 }, "stopId": "0:_KEN 2", "stopSequence": 14 }, { "arrival": { "time": "1759125120", "uncertainty": 120 }, "departure": { "time": "1759125120", "uncertainty": 120 }, "stopId": "0:_LTO 2", "stopSequence": 15 }, { "arrival": { "time": "1759125172", "uncertainty": 120 }, "departure": { "time": "1759125172", "uncertainty": 120 }, "stopId": "0:_LFO 2", "stopSequence": 16 }, { "arrival": { "time": "1759125240", "uncertainty": 120 }, "departure": { "time": "1759125240", "uncertainty": 120 }, "stopId": "0:_LGO", "stopSequence": 17 }, { "arrival": { "time": "1759125329", "uncertainty": 120 }, "departure": { "time": "1759125329", "uncertainty": 120 }, "stopId": "0:_PPS", "stopSequence": 18 }, { "arrival": { "time": "1759125383", "uncertainty": 120 }, "departure": { "time": "1759125383", "uncertainty": 120 }, "stopId": "0:_GCH 2", "stopSequence": 19 }, { "arrival": { "time": "1759125419", "uncertainty": 120 }, "departure": { "time": "1759125419", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_P19M", "stopSequence": 20 }, { "arrival": { "time": "1759125470", "uncertainty": 120 }, "departure": { "time": "1759125470", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PCE 2", "stopSequence": 21 }, { "arrival": { "time": "1759125541", "uncertainty": 120 }, "departure": { "time": "1759125541", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PZA 2", "stopSequence": 22 }, { "arrival": { "time": "1759125582", "uncertainty": 120 }, "departure": { "time": "1759125582", "uncertainty": 120 }, "stopId": "0:_CHIR 2", "stopSequence": 23 }, { "arrival": { "time": "1759125604", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292999" } } }, { "id": "3290779", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122902", "uncertainty": 120 }, "departure": { "time": "1759122902", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759122836", "uncertainty": 120 }, "departure": { "time": "1759122836", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759122900", "uncertainty": 120 }, "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759122969", "uncertainty": 120 }, "departure": { "time": "1759122969", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759123088", "uncertainty": 120 }, "departure": { "time": "1759123088", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759122987", "uncertainty": 120 }, "departure": { "time": "1759122987", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759123088", "uncertainty": 120 }, "departure": { "time": "1759123088", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759123166", "uncertainty": 120 }, "departure": { "time": "1759123166", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759123326", "uncertainty": 120 }, "departure": { "time": "1759123326", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759123389", "uncertainty": 120 }, "departure": { "time": "1759123389", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759123458", "uncertainty": 120 }, "departure": { "time": "1759123458", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759123493", "uncertainty": 120 }, "departure": { "time": "1759123493", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759123598", "uncertainty": 120 }, "departure": { "time": "1759123598", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759123682", "uncertainty": 120 }, "departure": { "time": "1759123682", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759123808", "uncertainty": 120 }, "departure": { "time": "1759123808", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759123870", "uncertainty": 120 }, "departure": { "time": "1759123870", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759123946", "uncertainty": 120 }, "departure": { "time": "1759123946", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759124042", "uncertainty": 120 }, "departure": { "time": "1759124042", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759124137", "uncertainty": 120 }, "departure": { "time": "1759124137", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759124202", "uncertainty": 120 }, "departure": { "time": "1759124202", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759124318", "uncertainty": 120 }, "departure": { "time": "1759124318", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759124462", "uncertainty": 120 }, "departure": { "time": "1759124462", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759124595", "uncertainty": 120 }, "departure": { "time": "1759124595", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759124691", "uncertainty": 120 }, "departure": { "time": "1759124691", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759124762", "uncertainty": 120 }, "departure": { "time": "1759124762", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759124857", "uncertainty": 120 }, "departure": { "time": "1759124857", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759124937", "uncertainty": 120 }, "departure": { "time": "1759124937", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759125030", "uncertainty": 120 }, "departure": { "time": "1759125030", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759125050", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290779" } } }, { "id": "3290867", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759126104", "uncertainty": 120 }, "departure": { "time": "1759126104", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759124040", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759124063", "uncertainty": 120 }, "departure": { "time": "1759124063", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759124153", "uncertainty": 120 }, "departure": { "time": "1759124153", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759124215", "uncertainty": 120 }, "departure": { "time": "1759124215", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759124280", "uncertainty": 120 }, "departure": { "time": "1759124280", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759124377", "uncertainty": 120 }, "departure": { "time": "1759124377", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759124447", "uncertainty": 120 }, "departure": { "time": "1759124447", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759124580", "uncertainty": 120 }, "departure": { "time": "1759124580", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759124704", "uncertainty": 120 }, "departure": { "time": "1759124704", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759124817", "uncertainty": 120 }, "departure": { "time": "1759124817", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759124870", "uncertainty": 120 }, "departure": { "time": "1759124870", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759124940", "uncertainty": 120 }, "departure": { "time": "1759124940", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759125025", "uncertainty": 120 }, "departure": { "time": "1759125025", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759125110", "uncertainty": 120 }, "departure": { "time": "1759125110", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759125197", "uncertainty": 120 }, "departure": { "time": "1759125197", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759125300", "uncertainty": 120 }, "departure": { "time": "1759125300", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759125397", "uncertainty": 120 }, "departure": { "time": "1759125397", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759125504", "uncertainty": 120 }, "departure": { "time": "1759125504", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759125563", "uncertainty": 120 }, "departure": { "time": "1759125563", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759125627", "uncertainty": 120 }, "departure": { "time": "1759125627", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759125690", "uncertainty": 120 }, "departure": { "time": "1759125690", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759125840", "uncertainty": 120 }, "departure": { "time": "1759125840", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759125925", "uncertainty": 120 }, "departure": { "time": "1759125925", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759126018", "uncertainty": 120 }, "departure": { "time": "1759126018", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759126132", "uncertainty": 120 }, "departure": { "time": "1759126132", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759126200", "uncertainty": 120 }, "departure": { "time": "1759126200", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759126256", "uncertainty": 120 }, "departure": { "time": "1759126256", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759126320", "uncertainty": 120 }, "departure": { "time": "1759126320", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759126175", "uncertainty": 120 }, "departure": { "time": "1759126175", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759126224", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290867" } } }, { "id": "3293465", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293465" } } }, { "id": "3290571", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "511", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290571" } } }, { "id": "3292745", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759121783", "uncertainty": 120 }, "departure": { "time": "1759121783", "uncertainty": 120 }, "stopId": "0:_COL 3" }, { "arrival": { "time": "1759121813", "uncertainty": 120 }, "departure": { "time": "1759121813", "uncertainty": 120 }, "stopId": "0:BOVIAN 2" }, { "arrival": { "time": "1759121815", "uncertainty": 120 }, "departure": { "time": "1759121815", "uncertainty": 120 }, "stopId": "0:BOVIAN" }, { "arrival": { "time": "1759121858", "uncertainty": 120 }, "departure": { "time": "1759121858", "uncertainty": 120 }, "stopId": "0:_GALB" }, { "arrival": { "time": "1759121862", "uncertainty": 120 }, "departure": { "time": "1759121862", "uncertainty": 120 }, "stopId": "0:_GALB2" }, { "departure": { "time": "1759121280", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 1 }, { "arrival": { "time": "1759121400", "uncertainty": 120 }, "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:_SVC 2", "stopSequence": 2 }, { "arrival": { "time": "1759121539", "uncertainty": 120 }, "departure": { "time": "1759121539", "uncertainty": 120 }, "stopId": "0:_CAF", "stopSequence": 3 }, { "arrival": { "time": "1759121586", "uncertainty": 120 }, "departure": { "time": "1759121586", "uncertainty": 120 }, "stopId": "0:ZAR 2", "stopSequence": 4 }, { "arrival": { "time": "1759121664", "uncertainty": 120 }, "departure": { "time": "1759121664", "uncertainty": 120 }, "stopId": "0:_MCU", "stopSequence": 5 }, { "arrival": { "time": "1759121694", "uncertainty": 120 }, "departure": { "time": "1759121694", "uncertainty": 120 }, "stopId": "0:_LVI", "stopSequence": 6 }, { "arrival": { "time": "1759121760", "uncertainty": 120 }, "departure": { "time": "1759121760", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_NOB", "stopSequence": 7 }, { "arrival": { "time": "1759121830", "uncertainty": 120 }, "departure": { "time": "1759121830", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BOVIAN", "stopSequence": 8 }, { "arrival": { "time": "1759121863", "uncertainty": 120 }, "departure": { "time": "1759121863", "uncertainty": 120 }, "stopId": "0:_GALB", "stopSequence": 9 }, { "arrival": { "time": "1759121946", "uncertainty": 120 }, "departure": { "time": "1759121946", "uncertainty": 120 }, "stopId": "0:_SEX", "stopSequence": 10 }, { "arrival": { "time": "1759122015", "uncertainty": 120 }, "departure": { "time": "1759122015", "uncertainty": 120 }, "stopId": "0:_ADM", "stopSequence": 11 }, { "arrival": { "time": "1759122067", "uncertainty": 120 }, "departure": { "time": "1759122067", "uncertainty": 120 }, "stopId": "0:_PCA", "stopSequence": 12 }, { "arrival": { "time": "1759122158", "uncertainty": 120 }, "departure": { "time": "1759122158", "uncertainty": 120 }, "stopId": "0:_GAM", "stopSequence": 13 }, { "arrival": { "time": "1759122222", "uncertainty": 120 }, "departure": { "time": "1759122222", "uncertainty": 120 }, "stopId": "0:_AMP", "stopSequence": 14 }, { "arrival": { "time": "1759122322", "uncertainty": 120 }, "departure": { "time": "1759122322", "uncertainty": 120 }, "stopId": "0:_LYT", "stopSequence": 15 }, { "arrival": { "time": "1759122398", "uncertainty": 120 }, "departure": { "time": "1759122398", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 16 }, { "arrival": { "time": "1759122578", "uncertainty": 120 }, "departure": { "time": "1759122578", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 17 }, { "arrival": { "time": "1759122658", "uncertainty": 120 }, "departure": { "time": "1759122658", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 18 }, { "arrival": { "time": "1759122693", "uncertainty": 120 }, "departure": { "time": "1759122693", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 19 }, { "arrival": { "time": "1759122782", "uncertainty": 120 }, "departure": { "time": "1759122782", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 20 }, { "arrival": { "time": "1759122849", "uncertainty": 120 }, "departure": { "time": "1759122849", "uncertainty": 120 }, "stopId": "0:_JRO 2", "stopSequence": 21 }, { "arrival": { "time": "1759122883", "uncertainty": 120 }, "departure": { "time": "1759122883", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 22 }, { "arrival": { "time": "1759122939", "uncertainty": 120 }, "departure": { "time": "1759122939", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 23 }, { "arrival": { "time": "1759122969", "uncertainty": 120 }, "departure": { "time": "1759122969", "uncertainty": 120 }, "stopId": "0:_YRA 2", "stopSequence": 24 }, { "arrival": { "time": "1759122991", "uncertainty": 120 }, "departure": { "time": "1759122991", "uncertainty": 120 }, "stopId": "0:_LPA 2", "stopSequence": 25 }, { "arrival": { "time": "1759123040", "uncertainty": 120 }, "departure": { "time": "1759123040", "uncertainty": 120 }, "stopId": "0:_ACA 2", "stopSequence": 26 }, { "arrival": { "time": "1759123068", "uncertainty": 120 }, "departure": { "time": "1759123068", "uncertainty": 120 }, "stopId": "0:_LAS 2", "stopSequence": 27 }, { "arrival": { "time": "1759123113", "uncertainty": 120 }, "departure": { "time": "1759123113", "uncertainty": 120 }, "stopId": "0:_AUR 2", "stopSequence": 28 }, { "arrival": { "time": "1759123206", "uncertainty": 120 }, "departure": { "time": "1759123206", "uncertainty": 120 }, "stopId": "0:_LSE 2", "stopSequence": 29 }, { "arrival": { "time": "1759123239", "uncertainty": 120 }, "stopId": "0:_HOP 2", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "60", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292745" } } }, { "id": "3292344", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121340", "uncertainty": 120 }, "stopId": "0:_ELRE", "stopSequence": 1 }, { "arrival": { "time": "1759121580", "uncertainty": 120 }, "departure": { "time": "1759121580", "uncertainty": 120 }, "stopId": "0:_EALO 2", "stopSequence": 2 }, { "arrival": { "time": "1759121611", "uncertainty": 120 }, "departure": { "time": "1759121611", "uncertainty": 120 }, "stopId": "0:ECOM", "stopSequence": 3 }, { "arrival": { "time": "1759121630", "uncertainty": 120 }, "departure": { "time": "1759121630", "uncertainty": 120 }, "stopId": "0:_ELJD 2", "stopSequence": 4 }, { "arrival": { "time": "1759121702", "uncertainty": 120 }, "departure": { "time": "1759121702", "uncertainty": 120 }, "stopId": "0:_ESA", "stopSequence": 5 }, { "arrival": { "time": "1759121796", "uncertainty": 120 }, "departure": { "time": "1759121796", "uncertainty": 120 }, "stopId": "0:_EGA", "stopSequence": 6 }, { "arrival": { "time": "1759121880", "uncertainty": 120 }, "departure": { "time": "1759121880", "uncertainty": 120 }, "stopId": "0:_ELBA", "stopSequence": 7 }, { "arrival": { "time": "1759122000", "uncertainty": 120 }, "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:BNO 2", "stopSequence": 8 }, { "arrival": { "time": "1759122185", "uncertainty": 120 }, "departure": { "time": "1759122185", "uncertainty": 120 }, "stopId": "0:SBO 2", "stopSequence": 9 }, { "arrival": { "time": "1759122246", "uncertainty": 120 }, "departure": { "time": "1759122246", "uncertainty": 120 }, "stopId": "0:JMAC 3", "stopSequence": 10 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:JMAC 5", "stopSequence": 11 }, { "arrival": { "time": "1759122334", "uncertainty": 120 }, "departure": { "time": "1759122334", "uncertainty": 120 }, "stopId": "0:RESI", "stopSequence": 12 }, { "arrival": { "time": "1759122389", "uncertainty": 120 }, "departure": { "time": "1759122389", "uncertainty": 120 }, "stopId": "0:NEYR", "stopSequence": 13 }, { "arrival": { "time": "1759122437", "uncertainty": 120 }, "departure": { "time": "1759122437", "uncertainty": 120 }, "stopId": "0:CHEN", "stopSequence": 14 }, { "arrival": { "time": "1759122495", "uncertainty": 120 }, "departure": { "time": "1759122495", "uncertainty": 120 }, "stopId": "0:CHAFF", "stopSequence": 15 }, { "arrival": { "time": "1759122522", "uncertainty": 120 }, "departure": { "time": "1759122522", "uncertainty": 120 }, "stopId": "0:ARAGO", "stopSequence": 16 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 17 }, { "arrival": { "time": "1759122637", "uncertainty": 120 }, "departure": { "time": "1759122637", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 18 }, { "arrival": { "time": "1759122691", "uncertainty": 120 }, "departure": { "time": "1759122691", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 19 }, { "arrival": { "time": "1759122759", "uncertainty": 120 }, "departure": { "time": "1759122759", "uncertainty": 120 }, "stopId": "0:AURO", "stopSequence": 20 }, { "arrival": { "time": "1759122846", "uncertainty": 120 }, "departure": { "time": "1759122846", "uncertainty": 120 }, "stopId": "0:GRAN", "stopSequence": 21 }, { "arrival": { "time": "1759122933", "uncertainty": 120 }, "departure": { "time": "1759122933", "uncertainty": 120 }, "stopId": "0:CD7", "stopSequence": 22 }, { "arrival": { "time": "1759123014", "uncertainty": 120 }, "departure": { "time": "1759123014", "uncertainty": 120 }, "stopId": "0:ADMA", "stopSequence": 23 }, { "arrival": { "time": "1759123154", "uncertainty": 120 }, "departure": { "time": "1759123154", "uncertainty": 120 }, "stopId": "0:VHUGO", "stopSequence": 24 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 25 }, { "arrival": { "time": "1759123285", "uncertainty": 120 }, "departure": { "time": "1759123285", "uncertainty": 120 }, "stopId": "0:CASS", "stopSequence": 26 }, { "arrival": { "time": "1759123333", "uncertainty": 120 }, "departure": { "time": "1759123333", "uncertainty": 120 }, "stopId": "0:LAFA", "stopSequence": 27 }, { "arrival": { "time": "1759123427", "uncertainty": 120 }, "departure": { "time": "1759123427", "uncertainty": 120 }, "stopId": "0:LESA", "stopSequence": 28 }, { "arrival": { "time": "1759123476", "uncertainty": 120 }, "departure": { "time": "1759123476", "uncertainty": 120 }, "stopId": "0:TRINI", "stopSequence": 29 }, { "arrival": { "time": "1759123550", "uncertainty": 120 }, "departure": { "time": "1759123550", "uncertainty": 120 }, "stopId": "0:ESPE", "stopSequence": 30 }, { "arrival": { "time": "1759123597", "uncertainty": 120 }, "departure": { "time": "1759123597", "uncertainty": 120 }, "stopId": "0:SVIC", "stopSequence": 31 }, { "arrival": { "time": "1759123676", "uncertainty": 120 }, "departure": { "time": "1759123676", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 32 }, { "arrival": { "time": "1759123863", "uncertainty": 120 }, "departure": { "time": "1759123863", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 33 }, { "arrival": { "time": "1759123960", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292344" } } }, { "id": "3289734", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759126002", "uncertainty": 120 }, "departure": { "time": "1759126002", "uncertainty": 120 }, "stopId": "0:_BZIS" }, { "arrival": { "time": "1759126142", "uncertainty": 120 }, "departure": { "time": "1759126142", "uncertainty": 120 }, "stopId": "0:_CAQ" }, { "arrival": { "time": "1759126250", "uncertainty": 120 }, "departure": { "time": "1759126250", "uncertainty": 120 }, "stopId": "0:_BAR" }, { "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:_VGR", "stopSequence": 1 }, { "arrival": { "time": "1759124220", "uncertainty": 120 }, "departure": { "time": "1759124220", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 2 }, { "arrival": { "time": "1759124524", "uncertainty": 120 }, "departure": { "time": "1759124524", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 3 }, { "arrival": { "time": "1759124640", "uncertainty": 120 }, "departure": { "time": "1759124640", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 4 }, { "arrival": { "time": "1759124776", "uncertainty": 120 }, "departure": { "time": "1759124776", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 5 }, { "arrival": { "time": "1759124940", "uncertainty": 120 }, "departure": { "time": "1759124940", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 6 }, { "arrival": { "time": "1759125540", "uncertainty": 120 }, "departure": { "time": "1759125540", "uncertainty": 120 }, "stopId": "0:ROVAL", "stopSequence": 7 }, { "arrival": { "time": "1759125600", "uncertainty": 120 }, "departure": { "time": "1759125600", "uncertainty": 120 }, "stopId": "0:VTGV", "stopSequence": 8 }, { "arrival": { "time": "1759126020", "uncertainty": 120 }, "departure": { "time": "1759126020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_BZI", "stopSequence": 9 }, { "arrival": { "time": "1759126534", "uncertainty": 120 }, "departure": { "time": "1759126534", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 10 }, { "arrival": { "time": "1759126654", "uncertainty": 120 }, "departure": { "time": "1759126654", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 11 }, { "arrival": { "time": "1759126821", "uncertainty": 120 }, "departure": { "time": "1759126821", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 12 }, { "arrival": { "time": "1759126894", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "IC", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289734" } } }, { "id": "3290781", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123742", "uncertainty": 120 }, "departure": { "time": "1759123742", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759123676", "uncertainty": 120 }, "departure": { "time": "1759123676", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759123809", "uncertainty": 120 }, "departure": { "time": "1759123809", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759123860", "uncertainty": 120 }, "departure": { "time": "1759123860", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759123928", "uncertainty": 120 }, "departure": { "time": "1759123928", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759123827", "uncertainty": 120 }, "departure": { "time": "1759123827", "uncertainty": 120 }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759123928", "uncertainty": 120 }, "departure": { "time": "1759123928", "uncertainty": 120 }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759124006", "uncertainty": 120 }, "departure": { "time": "1759124006", "uncertainty": 120 }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759124166", "uncertainty": 120 }, "departure": { "time": "1759124166", "uncertainty": 120 }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759124231", "uncertainty": 120 }, "departure": { "time": "1759124231", "uncertainty": 120 }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759124303", "uncertainty": 120 }, "departure": { "time": "1759124303", "uncertainty": 120 }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759124340", "uncertainty": 120 }, "departure": { "time": "1759124340", "uncertainty": 120 }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759124449", "uncertainty": 120 }, "departure": { "time": "1759124449", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759124538", "uncertainty": 120 }, "departure": { "time": "1759124538", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759124664", "uncertainty": 120 }, "departure": { "time": "1759124664", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759124726", "uncertainty": 120 }, "departure": { "time": "1759124726", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759124802", "uncertainty": 120 }, "departure": { "time": "1759124802", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759124898", "uncertainty": 120 }, "departure": { "time": "1759124898", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759124993", "uncertainty": 120 }, "departure": { "time": "1759124993", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759125058", "uncertainty": 120 }, "departure": { "time": "1759125058", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759125174", "uncertainty": 120 }, "departure": { "time": "1759125174", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759125318", "uncertainty": 120 }, "departure": { "time": "1759125318", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759125451", "uncertainty": 120 }, "departure": { "time": "1759125451", "uncertainty": 120 }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759125547", "uncertainty": 120 }, "departure": { "time": "1759125547", "uncertainty": 120 }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759125618", "uncertainty": 120 }, "departure": { "time": "1759125618", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759125696", "uncertainty": 120 }, "departure": { "time": "1759125696", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759125762", "uncertainty": 120 }, "departure": { "time": "1759125762", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759125838", "uncertainty": 120 }, "departure": { "time": "1759125838", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759125858", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290781" } } }, { "id": "3292221", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759123096", "uncertainty": 120 }, "departure": { "time": "1759123096", "uncertainty": 120 }, "stopId": "0:BOTTE 2" }, { "arrival": { "time": "1759123167", "uncertainty": 120 }, "departure": { "time": "1759123167", "uncertainty": 120 }, "stopId": "0:FAUCO 2" }, { "arrival": { "time": "1759123247", "uncertainty": 120 }, "departure": { "time": "1759123247", "uncertainty": 120 }, "stopId": "0:PBLAN" }, { "arrival": { "time": "1759123360", "uncertainty": 120 }, "departure": { "time": "1759123360", "uncertainty": 120 }, "stopId": "0:CCOM1.2" }, { "departure": { "time": "1759121167", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 1 }, { "arrival": { "time": "1759121208", "uncertainty": 120 }, "departure": { "time": "1759121208", "uncertainty": 120 }, "stopId": "0:MALIB 2", "stopSequence": 2 }, { "arrival": { "time": "1759121296", "uncertainty": 120 }, "departure": { "time": "1759121296", "uncertainty": 120 }, "stopId": "0:RCOL", "stopSequence": 3 }, { "arrival": { "time": "1759121347", "uncertainty": 120 }, "departure": { "time": "1759121347", "uncertainty": 120 }, "stopId": "0:MALBOU 2", "stopSequence": 4 }, { "arrival": { "time": "1759121468", "uncertainty": 120 }, "departure": { "time": "1759121468", "uncertainty": 120 }, "stopId": "0:ZAGU", "stopSequence": 5 }, { "arrival": { "time": "1759121503", "uncertainty": 120 }, "departure": { "time": "1759121503", "uncertainty": 120 }, "stopId": "0:MCUR", "stopSequence": 6 }, { "arrival": { "time": "1759121707", "uncertainty": 120 }, "departure": { "time": "1759121707", "uncertainty": 120 }, "stopId": "0:LBAY", "stopSequence": 7 }, { "arrival": { "time": "1759121796", "uncertainty": 120 }, "departure": { "time": "1759121796", "uncertainty": 120 }, "stopId": "0:GAUM 3", "stopSequence": 8 }, { "arrival": { "time": "1759121843", "uncertainty": 120 }, "departure": { "time": "1759121843", "uncertainty": 120 }, "stopId": "0:ROBE 2", "stopSequence": 9 }, { "arrival": { "time": "1759121902", "uncertainty": 120 }, "departure": { "time": "1759121902", "uncertainty": 120 }, "stopId": "0:CDTR 2", "stopSequence": 10 }, { "arrival": { "time": "1759121967", "uncertainty": 120 }, "departure": { "time": "1759121967", "uncertainty": 120 }, "stopId": "0:MDSP 2", "stopSequence": 11 }, { "arrival": { "time": "1759122007", "uncertainty": 120 }, "departure": { "time": "1759122007", "uncertainty": 120 }, "stopId": "0:BRIFF 6", "stopSequence": 12 }, { "arrival": { "time": "1759122084", "uncertainty": 120 }, "departure": { "time": "1759122084", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 13 }, { "arrival": { "time": "1759122124", "uncertainty": 120 }, "departure": { "time": "1759122124", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 14 }, { "arrival": { "time": "1759122169", "uncertainty": 120 }, "departure": { "time": "1759122169", "uncertainty": 120 }, "stopId": "0:AFPA 2", "stopSequence": 15 }, { "arrival": { "time": "1759122214", "uncertainty": 120 }, "departure": { "time": "1759122214", "uncertainty": 120 }, "stopId": "0:PEYRU 2", "stopSequence": 16 }, { "arrival": { "time": "1759122342", "uncertainty": 120 }, "departure": { "time": "1759122342", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 17 }, { "arrival": { "time": "1759122467", "uncertainty": 120 }, "departure": { "time": "1759122467", "uncertainty": 120 }, "stopId": "0:JAUR 2", "stopSequence": 18 }, { "arrival": { "time": "1759122531", "uncertainty": 120 }, "departure": { "time": "1759122531", "uncertainty": 120 }, "stopId": "0:PGARD 2", "stopSequence": 19 }, { "arrival": { "time": "1759122618", "uncertainty": 120 }, "departure": { "time": "1759122618", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 20 }, { "arrival": { "time": "1759122709", "uncertainty": 120 }, "departure": { "time": "1759122709", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 21 }, { "arrival": { "time": "1759122813", "uncertainty": 120 }, "departure": { "time": "1759122813", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 22 }, { "arrival": { "time": "1759122896", "uncertainty": 120 }, "departure": { "time": "1759122896", "uncertainty": 120 }, "stopId": "0:REPUB 2", "stopSequence": 23 }, { "arrival": { "time": "1759122937", "uncertainty": 120 }, "departure": { "time": "1759122937", "uncertainty": 120 }, "stopId": "0:MCHAM 2", "stopSequence": 24 }, { "arrival": { "time": "1759122915", "uncertainty": 120 }, "departure": { "time": "1759122915", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND 2", "stopSequence": 25 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO 2", "stopSequence": 26 }, { "arrival": { "time": "1759123087", "uncertainty": 120 }, "departure": { "time": "1759123087", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE 2", "stopSequence": 27 }, { "arrival": { "time": "1759123124", "uncertainty": 120 }, "departure": { "time": "1759123124", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC 2", "stopSequence": 28 }, { "arrival": { "time": "1759123153", "uncertainty": 120 }, "departure": { "time": "1759123153", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO 2", "stopSequence": 29 }, { "arrival": { "time": "1759123195", "uncertainty": 120 }, "departure": { "time": "1759123195", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE 2", "stopSequence": 30 }, { "arrival": { "time": "1759123248", "uncertainty": 120 }, "departure": { "time": "1759123248", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN 2", "stopSequence": 31 }, { "arrival": { "time": "1759123364", "uncertainty": 120 }, "departure": { "time": "1759123364", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 32 }, { "arrival": { "time": "1759123406", "uncertainty": 120 }, "departure": { "time": "1759123406", "uncertainty": 120 }, "stopId": "0:TREMO 2", "stopSequence": 33 }, { "arrival": { "time": "1759123474", "uncertainty": 120 }, "departure": { "time": "1759123474", "uncertainty": 120 }, "stopId": "0:P2000 2", "stopSequence": 34 }, { "arrival": { "time": "1759123558", "uncertainty": 120 }, "departure": { "time": "1759123558", "uncertainty": 120 }, "stopId": "0:LMALA 2", "stopSequence": 35 }, { "arrival": { "time": "1759123664", "uncertainty": 120 }, "departure": { "time": "1759123664", "uncertainty": 120 }, "stopId": "0:BEYLE 2", "stopSequence": 36 }, { "arrival": { "time": "1759123713", "uncertainty": 120 }, "departure": { "time": "1759123713", "uncertainty": 120 }, "stopId": "0:LIBER 4", "stopSequence": 37 }, { "arrival": { "time": "1759123845", "uncertainty": 120 }, "departure": { "time": "1759123845", "uncertainty": 120 }, "stopId": "0:BEAUM 2", "stopSequence": 38 }, { "arrival": { "time": "1759123904", "uncertainty": 120 }, "departure": { "time": "1759123904", "uncertainty": 120 }, "stopId": "0:GSOLE 4", "stopSequence": 39 }, { "arrival": { "time": "1759123993", "uncertainty": 120 }, "departure": { "time": "1759123993", "uncertainty": 120 }, "stopId": "0:LAVAN 2", "stopSequence": 40 }, { "arrival": { "time": "1759124032", "uncertainty": 120 }, "departure": { "time": "1759124032", "uncertainty": 120 }, "stopId": "0:SDFET 2", "stopSequence": 41 }, { "arrival": { "time": "1759124074", "uncertainty": 120 }, "departure": { "time": "1759124074", "uncertainty": 120 }, "stopId": "0:VALVI 2", "stopSequence": 42 }, { "arrival": { "time": "1759124123", "uncertainty": 120 }, "departure": { "time": "1759124123", "uncertainty": 120 }, "stopId": "0:JACEM 2", "stopSequence": 43 }, { "arrival": { "time": "1759124163", "uncertainty": 120 }, "departure": { "time": "1759124163", "uncertainty": 120 }, "stopId": "0:PLVIG 2", "stopSequence": 44 }, { "arrival": { "time": "1759124204", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 45 } ], "trip": { "directionId": 1, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292221" } } }, { "id": "3290560", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:BMON", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "507", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290560" } } }, { "id": "3291498", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291498" } } }, { "id": "3291942", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759124091", "uncertainty": 120 }, "departure": { "time": "1759124091", "uncertainty": 120 }, "stopId": "0:AUREA 2" }, { "arrival": { "time": "1759124170", "uncertainty": 120 }, "departure": { "time": "1759124170", "uncertainty": 120 }, "stopId": "0:REVEL 2" }, { "arrival": { "time": "1759124280", "uncertainty": 120 }, "departure": { "time": "1759124280", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759124289", "uncertainty": 120 }, "departure": { "time": "1759124289", "uncertainty": 120 }, "stopId": "0:AURO" }, { "arrival": { "time": "1759124379", "uncertainty": 120 }, "departure": { "time": "1759124379", "uncertainty": 120 }, "stopId": "0:GRAN" }, { "arrival": { "time": "1759124480", "uncertainty": 120 }, "departure": { "time": "1759124480", "uncertainty": 120 }, "stopId": "0:CD7" }, { "arrival": { "time": "1759124574", "uncertainty": 120 }, "departure": { "time": "1759124574", "uncertainty": 120 }, "stopId": "0:ADMA" }, { "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:FLEGE", "stopSequence": 1 }, { "arrival": { "time": "1759123127", "uncertainty": 120 }, "departure": { "time": "1759123127", "uncertainty": 120 }, "stopId": "0:RAME", "stopSequence": 2 }, { "arrival": { "time": "1759123218", "uncertainty": 120 }, "departure": { "time": "1759123218", "uncertainty": 120 }, "stopId": "0:DEDOR", "stopSequence": 3 }, { "arrival": { "time": "1759123288", "uncertainty": 120 }, "departure": { "time": "1759123288", "uncertainty": 120 }, "stopId": "0:LDOR", "stopSequence": 4 }, { "arrival": { "time": "1759123391", "uncertainty": 120 }, "departure": { "time": "1759123391", "uncertainty": 120 }, "stopId": "0:DEBUS", "stopSequence": 5 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:ALOES", "stopSequence": 6 }, { "arrival": { "time": "1759123521", "uncertainty": 120 }, "departure": { "time": "1759123521", "uncertainty": 120 }, "stopId": "0:PRIME", "stopSequence": 7 }, { "arrival": { "time": "1759123592", "uncertainty": 120 }, "departure": { "time": "1759123592", "uncertainty": 120 }, "stopId": "0:CASAN", "stopSequence": 8 }, { "arrival": { "time": "1759123644", "uncertainty": 120 }, "departure": { "time": "1759123644", "uncertainty": 120 }, "stopId": "0:THORE", "stopSequence": 9 }, { "arrival": { "time": "1759123714", "uncertainty": 120 }, "departure": { "time": "1759123714", "uncertainty": 120 }, "stopId": "0:PAST", "stopSequence": 10 }, { "arrival": { "time": "1759123769", "uncertainty": 120 }, "departure": { "time": "1759123769", "uncertainty": 120 }, "stopId": "0:ZOLA", "stopSequence": 11 }, { "arrival": { "time": "1759123860", "uncertainty": 120 }, "departure": { "time": "1759123860", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 12 }, { "arrival": { "time": "1759123901", "uncertainty": 120 }, "departure": { "time": "1759123901", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 13 }, { "arrival": { "time": "1759123961", "uncertainty": 120 }, "departure": { "time": "1759123961", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 14 }, { "arrival": { "time": "1759124013", "uncertainty": 120 }, "departure": { "time": "1759124013", "uncertainty": 120 }, "stopId": "0:REVEL", "stopSequence": 15 }, { "arrival": { "time": "1759124100", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AUREA", "stopSequence": 16 }, { "arrival": { "time": "1759124166", "uncertainty": 120 }, "departure": { "time": "1759124166", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LMARG", "stopSequence": 17 }, { "arrival": { "time": "1759124230", "uncertainty": 120 }, "departure": { "time": "1759124230", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BROSS", "stopSequence": 18 }, { "arrival": { "time": "1759124271", "uncertainty": 120 }, "departure": { "time": "1759124271", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GERBA", "stopSequence": 19 }, { "arrival": { "time": "1759124328", "uncertainty": 120 }, "departure": { "time": "1759124328", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOURE", "stopSequence": 20 }, { "arrival": { "time": "1759124436", "uncertainty": 120 }, "departure": { "time": "1759124436", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JACQU", "stopSequence": 21 }, { "arrival": { "time": "1759124484", "uncertainty": 120 }, "departure": { "time": "1759124484", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PDANG", "stopSequence": 22 }, { "arrival": { "time": "1759124752", "uncertainty": 120 }, "departure": { "time": "1759124752", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 23 }, { "arrival": { "time": "1759124823", "uncertainty": 120 }, "departure": { "time": "1759124823", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759124892", "uncertainty": 120 }, "departure": { "time": "1759124892", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 25 }, { "arrival": { "time": "1759124997", "uncertainty": 120 }, "departure": { "time": "1759124997", "uncertainty": 120 }, "stopId": "0:PGATA", "stopSequence": 26 }, { "arrival": { "time": "1759125078", "uncertainty": 120 }, "departure": { "time": "1759125078", "uncertainty": 120 }, "stopId": "0:LPALL", "stopSequence": 27 }, { "arrival": { "time": "1759125165", "uncertainty": 120 }, "departure": { "time": "1759125165", "uncertainty": 120 }, "stopId": "0:BEREN", "stopSequence": 28 }, { "arrival": { "time": "1759125250", "uncertainty": 120 }, "departure": { "time": "1759125250", "uncertainty": 120 }, "stopId": "0:GENIS", "stopSequence": 29 }, { "arrival": { "time": "1759125339", "uncertainty": 120 }, "departure": { "time": "1759125339", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 30 }, { "arrival": { "time": "1759125540", "uncertainty": 120 }, "departure": { "time": "1759125540", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 31 }, { "arrival": { "time": "1759125637", "uncertainty": 120 }, "departure": { "time": "1759125637", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 32 }, { "arrival": { "time": "1759125828", "uncertainty": 120 }, "departure": { "time": "1759125828", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 33 }, { "arrival": { "time": "1759125912", "uncertainty": 120 }, "departure": { "time": "1759125912", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 34 }, { "arrival": { "time": "1759126025", "uncertainty": 120 }, "departure": { "time": "1759126025", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 35 }, { "arrival": { "time": "1759126071", "uncertainty": 120 }, "departure": { "time": "1759126071", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 36 }, { "arrival": { "time": "1759126164", "uncertainty": 120 }, "departure": { "time": "1759126164", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 37 }, { "arrival": { "time": "1759126204", "uncertainty": 120 }, "departure": { "time": "1759126204", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 38 }, { "arrival": { "time": "1759126286", "uncertainty": 120 }, "departure": { "time": "1759126286", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 39 }, { "arrival": { "time": "1759126331", "uncertainty": 120 }, "departure": { "time": "1759126331", "uncertainty": 120 }, "stopId": "0:SSIGN", "stopSequence": 40 }, { "arrival": { "time": "1759126397", "uncertainty": 120 }, "departure": { "time": "1759126397", "uncertainty": 120 }, "stopId": "0:JOUVE", "stopSequence": 41 }, { "arrival": { "time": "1759126470", "uncertainty": 120 }, "departure": { "time": "1759126470", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 42 }, { "arrival": { "time": "1759126535", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291942" } } }, { "id": "3293314", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121580", "uncertainty": 120 }, "stopId": "0:_STB", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "731", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293314" } } }, { "id": "3290580", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_GMUQ2", "stopSequence": 1 }, { "arrival": { "time": "1759122137", "uncertainty": 120 }, "departure": { "time": "1759122137", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1759122360", "uncertainty": 120 }, "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 3 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 4 }, { "arrival": { "time": "1759122603", "uncertainty": 120 }, "departure": { "time": "1759122603", "uncertainty": 120 }, "stopId": "0:_BAR 2", "stopSequence": 5 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:_CAQ 2", "stopSequence": 6 }, { "arrival": { "time": "1759122718", "uncertainty": 120 }, "departure": { "time": "1759122718", "uncertainty": 120 }, "stopId": "0:_BZIS 2", "stopSequence": 7 }, { "arrival": { "time": "1759122752", "uncertainty": 120 }, "departure": { "time": "1759122752", "uncertainty": 120 }, "stopId": "0:_BRAY 2", "stopSequence": 8 }, { "arrival": { "time": "1759122828", "uncertainty": 120 }, "departure": { "time": "1759122828", "uncertainty": 120 }, "stopId": "0:_LDR 2", "stopSequence": 9 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:_AXLI 2", "stopSequence": 10 }, { "arrival": { "time": "1759123067", "uncertainty": 120 }, "departure": { "time": "1759123067", "uncertainty": 120 }, "stopId": "0:_ALR 2", "stopSequence": 11 }, { "arrival": { "time": "1759123135", "uncertainty": 120 }, "departure": { "time": "1759123135", "uncertainty": 120 }, "stopId": "0:_AXLM 2", "stopSequence": 12 }, { "arrival": { "time": "1759123260", "uncertainty": 120 }, "departure": { "time": "1759123260", "uncertainty": 120 }, "stopId": "0:_AXL 2", "stopSequence": 13 }, { "arrival": { "time": "1759123469", "uncertainty": 120 }, "departure": { "time": "1759123469", "uncertainty": 120 }, "stopId": "0:CASTO 2", "stopSequence": 14 }, { "arrival": { "time": "1759123519", "uncertainty": 120 }, "departure": { "time": "1759123519", "uncertainty": 120 }, "stopId": "0:ALPE 2", "stopSequence": 15 }, { "arrival": { "time": "1759123559", "uncertainty": 120 }, "departure": { "time": "1759123559", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 16 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 17 }, { "arrival": { "time": "1759124100", "uncertainty": 120 }, "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 18 }, { "arrival": { "time": "1759124341", "uncertainty": 120 }, "departure": { "time": "1759124341", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 19 }, { "arrival": { "time": "1759124698", "uncertainty": 120 }, "departure": { "time": "1759124698", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 20 }, { "arrival": { "time": "1759125238", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "562", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290580" } } }, { "id": "3293372", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119180", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 }, { "arrival": { "time": "1759119220", "uncertainty": 120 }, "departure": { "time": "1759119220", "uncertainty": 120 }, "stopId": "0:RGARR 2", "stopSequence": 2 }, { "arrival": { "time": "1759119306", "uncertainty": 120 }, "departure": { "time": "1759119321", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 3 }, { "arrival": { "time": "1759119370", "uncertainty": 120 }, "departure": { "time": "1759119379", "uncertainty": 120 }, "stopId": "0:JPERR 2", "stopSequence": 4 }, { "arrival": { "time": "1759119459", "uncertainty": 120 }, "departure": { "time": "1759119469", "uncertainty": 120 }, "stopId": "0:POINCA 2", "stopSequence": 5 }, { "arrival": { "time": "1759119536", "uncertainty": 120 }, "departure": { "time": "1759119536", "uncertainty": 120 }, "stopId": "0:LPLAN 2", "stopSequence": 6 }, { "arrival": { "time": "1759119576", "uncertainty": 120 }, "departure": { "time": "1759119576", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 7 }, { "arrival": { "time": "1759119620", "uncertainty": 120 }, "departure": { "time": "1759119620", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 8 }, { "arrival": { "time": "1759119740", "uncertainty": 120 }, "departure": { "time": "1759119740", "uncertainty": 120 }, "stopId": "0:DBLAN 2", "stopSequence": 9 }, { "arrival": { "time": "1759119800", "uncertainty": 120 }, "departure": { "time": "1759119800", "uncertainty": 120 }, "stopId": "0:GUYN 2", "stopSequence": 10 }, { "arrival": { "time": "1759119858", "uncertainty": 120 }, "departure": { "time": "1759119858", "uncertainty": 120 }, "stopId": "0:POLY 2", "stopSequence": 11 }, { "arrival": { "time": "1759119907", "uncertainty": 120 }, "departure": { "time": "1759119907", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 12 }, { "arrival": { "time": "1759119997", "uncertainty": 120 }, "departure": { "time": "1759119997", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 13 }, { "arrival": { "time": "1759120100", "uncertainty": 120 }, "departure": { "time": "1759120100", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1759120190", "uncertainty": 120 }, "departure": { "time": "1759120372", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1759120523", "uncertainty": 120 }, "departure": { "time": "1759120523", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 16 }, { "arrival": { "time": "1759120563", "uncertainty": 120 }, "departure": { "time": "1759120563", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 17 }, { "arrival": { "time": "1759120655", "uncertainty": 120 }, "departure": { "time": "1759120655", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 18 }, { "arrival": { "time": "1759120704", "uncertainty": 120 }, "departure": { "time": "1759120704", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 19 }, { "arrival": { "time": "1759120763", "uncertainty": 120 }, "departure": { "time": "1759120763", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 20 }, { "arrival": { "time": "1759120829", "uncertainty": 120 }, "departure": { "time": "1759120829", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 21 }, { "arrival": { "time": "1759120901", "uncertainty": 120 }, "departure": { "time": "1759120901", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 22 }, { "arrival": { "time": "1759120947", "uncertainty": 120 }, "departure": { "time": "1759120947", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 23 }, { "arrival": { "time": "1759120986", "uncertainty": 120 }, "departure": { "time": "1759120986", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 24 }, { "arrival": { "time": "1759121033", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293372" }, "vehicle": { "id": "189", "label": "189" } } }, { "id": "3290745", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000" }, "stopId": "0:_VPD", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "464", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290745" } } }, { "id": "3292072", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292072" } } }, { "id": "3293222", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:ALPO", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "841", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293222" } } }, { "id": "3290581", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121880", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 1 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:MAIRIE 2", "stopSequence": 2 }, { "arrival": { "time": "1759122405", "uncertainty": 120 }, "departure": { "time": "1759122405", "uncertainty": 120 }, "stopId": "0:MATH", "stopSequence": 3 }, { "arrival": { "time": "1759122436", "uncertainty": 120 }, "departure": { "time": "1759122436", "uncertainty": 120 }, "stopId": "0:ALPE", "stopSequence": 4 }, { "arrival": { "time": "1759122474", "uncertainty": 120 }, "departure": { "time": "1759122474", "uncertainty": 120 }, "stopId": "0:CASTO", "stopSequence": 5 }, { "arrival": { "time": "1759122660", "uncertainty": 120 }, "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:_AXL", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:_AXLM", "stopSequence": 7 }, { "arrival": { "time": "1759122850", "uncertainty": 120 }, "departure": { "time": "1759122850", "uncertainty": 120 }, "stopId": "0:_ALR", "stopSequence": 8 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:_AXLIB", "stopSequence": 9 }, { "arrival": { "time": "1759123117", "uncertainty": 120 }, "departure": { "time": "1759123117", "uncertainty": 120 }, "stopId": "0:_LDR", "stopSequence": 10 }, { "arrival": { "time": "1759123216", "uncertainty": 120 }, "departure": { "time": "1759123216", "uncertainty": 120 }, "stopId": "0:_BRAY", "stopSequence": 11 }, { "arrival": { "time": "1759123242", "uncertainty": 120 }, "departure": { "time": "1759123242", "uncertainty": 120 }, "stopId": "0:_BZIS", "stopSequence": 12 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:_CAQ", "stopSequence": 13 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:_BAR", "stopSequence": 14 }, { "arrival": { "time": "1759123703", "uncertainty": 120 }, "departure": { "time": "1759123703", "uncertainty": 120 }, "stopId": "0:_BCA", "stopSequence": 15 }, { "arrival": { "time": "1759123823", "uncertainty": 120 }, "departure": { "time": "1759123823", "uncertainty": 120 }, "stopId": "0:_CLL", "stopSequence": 16 }, { "arrival": { "time": "1759124026", "uncertainty": 120 }, "departure": { "time": "1759124026", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 17 }, { "arrival": { "time": "1759124194", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 18 } ], "trip": { "directionId": 0, "routeId": "565", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290581" } } }, { "id": "3291050", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122720", "uncertainty": 120 }, "stopId": "0:LBLAC", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291050" } } }, { "id": "3292471", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119406", "uncertainty": 120 }, "stopId": "0:CMALI 2", "stopSequence": 1 }, { "arrival": { "time": "1759119479", "uncertainty": 120 }, "departure": { "time": "1759119479", "uncertainty": 120 }, "stopId": "0:MLPO 2", "stopSequence": 2 }, { "arrival": { "time": "1759119507", "uncertainty": 120 }, "departure": { "time": "1759119507", "uncertainty": 120 }, "stopId": "0:MMALI 2", "stopSequence": 3 }, { "arrival": { "time": "1759119616", "uncertainty": 120 }, "departure": { "time": "1759119616", "uncertainty": 120 }, "stopId": "0:SYLV 2", "stopSequence": 4 }, { "arrival": { "time": "1759119907", "uncertainty": 120 }, "departure": { "time": "1759119916", "uncertainty": 120 }, "stopId": "0:RDM 2", "stopSequence": 5 }, { "arrival": { "time": "1759120006", "uncertainty": 120 }, "departure": { "time": "1759120006", "uncertainty": 120 }, "stopId": "0:GROUS 2", "stopSequence": 6 }, { "arrival": { "time": "1759120073", "uncertainty": 120 }, "departure": { "time": "1759120073", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 7 }, { "arrival": { "time": "1759120110", "uncertainty": 120 }, "departure": { "time": "1759120110", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 8 }, { "arrival": { "time": "1759120156", "uncertainty": 120 }, "departure": { "time": "1759120156", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 9 }, { "arrival": { "time": "1759120260", "uncertainty": 120 }, "departure": { "time": "1759120260", "uncertainty": 120 }, "stopId": "0:JPREV 2", "stopSequence": 10 }, { "arrival": { "time": "1759120295", "uncertainty": 120 }, "departure": { "time": "1759120295", "uncertainty": 120 }, "stopId": "0:HBARB 2", "stopSequence": 11 }, { "arrival": { "time": "1759120376", "uncertainty": 120 }, "departure": { "time": "1759120376", "uncertainty": 120 }, "stopId": "0:ARCHIM 2", "stopSequence": 12 }, { "arrival": { "time": "1759120432", "uncertainty": 120 }, "departure": { "time": "1759120432", "uncertainty": 120 }, "stopId": "0:ROBIN 2", "stopSequence": 13 }, { "arrival": { "time": "1759120516", "uncertainty": 120 }, "departure": { "time": "1759120516", "uncertainty": 120 }, "stopId": "0:MONTG 2", "stopSequence": 14 }, { "arrival": { "time": "1759120555", "uncertainty": 120 }, "departure": { "time": "1759120555", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 15 }, { "arrival": { "time": "1759120666", "uncertainty": 120 }, "departure": { "time": "1759120666", "uncertainty": 120 }, "stopId": "0:BERLI", "stopSequence": 16 }, { "arrival": { "time": "1759120714", "uncertainty": 120 }, "departure": { "time": "1759120714", "uncertainty": 120 }, "stopId": "0:BARRA 2", "stopSequence": 17 }, { "arrival": { "time": "1759120841", "uncertainty": 120 }, "departure": { "time": "1759120976", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 18 }, { "arrival": { "time": "1759121125", "uncertainty": 120 }, "departure": { "time": "1759121125", "uncertainty": 120 }, "stopId": "0:TURI", "stopSequence": 19 }, { "arrival": { "time": "1759121196", "uncertainty": 120 }, "departure": { "time": "1759121196", "uncertainty": 120 }, "stopId": "0:SSOCI", "stopSequence": 20 }, { "arrival": { "time": "1759121260", "uncertainty": 120 }, "departure": { "time": "1759121260", "uncertainty": 120 }, "stopId": "0:SULLY", "stopSequence": 21 }, { "arrival": { "time": "1759121308", "uncertainty": 120 }, "departure": { "time": "1759121308", "uncertainty": 120 }, "stopId": "0:BARNA", "stopSequence": 22 }, { "arrival": { "time": "1759121405", "uncertainty": 120 }, "departure": { "time": "1759121405", "uncertainty": 120 }, "stopId": "0:CMOUC", "stopSequence": 23 }, { "arrival": { "time": "1759121445", "uncertainty": 120 }, "departure": { "time": "1759121445", "uncertainty": 120 }, "stopId": "0:AMAND", "stopSequence": 24 }, { "arrival": { "time": "1759121522", "uncertainty": 120 }, "departure": { "time": "1759121522", "uncertainty": 120 }, "stopId": "0:CEZA 2", "stopSequence": 25 }, { "arrival": { "time": "1759121570", "uncertainty": 120 }, "departure": { "time": "1759121570", "uncertainty": 120 }, "stopId": "0:GAREN 2", "stopSequence": 26 }, { "arrival": { "time": "1759121647", "uncertainty": 120 }, "departure": { "time": "1759121647", "uncertainty": 120 }, "stopId": "0:VFLEU 2", "stopSequence": 27 }, { "arrival": { "time": "1759121712", "uncertainty": 120 }, "departure": { "time": "1759121712", "uncertainty": 120 }, "stopId": "0:LAUTR 2", "stopSequence": 28 }, { "arrival": { "time": "1759121754", "uncertainty": 120 }, "departure": { "time": "1759121754", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 29 }, { "arrival": { "time": "1759121831", "uncertainty": 120 }, "departure": { "time": "1759121831", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 30 }, { "arrival": { "time": "1759121870", "uncertainty": 120 }, "departure": { "time": "1759121870", "uncertainty": 120 }, "stopId": "0:BRASS 2", "stopSequence": 31 }, { "arrival": { "time": "1759121918", "uncertainty": 120 }, "departure": { "time": "1759121918", "uncertainty": 120 }, "stopId": "0:ABRIC 2", "stopSequence": 32 }, { "arrival": { "time": "1759121974", "uncertainty": 120 }, "departure": { "time": "1759121974", "uncertainty": 120 }, "stopId": "0:VIVIE 2", "stopSequence": 33 }, { "arrival": { "time": "1759122051", "uncertainty": 120 }, "departure": { "time": "1759122051", "uncertainty": 120 }, "stopId": "0:PARE", "stopSequence": 34 }, { "arrival": { "time": "1759122091", "uncertainty": 120 }, "departure": { "time": "1759122091", "uncertainty": 120 }, "stopId": "0:LGEAIS2", "stopSequence": 35 }, { "arrival": { "time": "1759122144", "uncertainty": 120 }, "departure": { "time": "1759122144", "uncertainty": 120 }, "stopId": "0:VERGE 2", "stopSequence": 36 }, { "arrival": { "time": "1759122213", "uncertainty": 120 }, "departure": { "time": "1759122213", "uncertainty": 120 }, "stopId": "0:ECOLE 2", "stopSequence": 37 }, { "arrival": { "time": "1759122293", "uncertainty": 120 }, "departure": { "time": "1759122293", "uncertainty": 120 }, "stopId": "0:MONG 2", "stopSequence": 38 }, { "arrival": { "time": "1759122316", "uncertainty": 120 }, "departure": { "time": "1759122316", "uncertainty": 120 }, "stopId": "0:ARMA 2", "stopSequence": 39 }, { "arrival": { "time": "1759122509", "uncertainty": 120 }, "departure": { "time": "1759122509", "uncertainty": 120 }, "stopId": "0:ECHAU", "stopSequence": 40 }, { "arrival": { "time": "1759122616", "uncertainty": 120 }, "departure": { "time": "1759122616", "uncertainty": 120 }, "stopId": "0:CLAC", "stopSequence": 41 }, { "arrival": { "time": "1759122735", "uncertainty": 120 }, "departure": { "time": "1759122735", "uncertainty": 120 }, "stopId": "0:CGYM", "stopSequence": 42 }, { "arrival": { "time": "1759122772", "uncertainty": 120 }, "departure": { "time": "1759122772", "uncertainty": 120 }, "stopId": "0:CHAUT", "stopSequence": 43 }, { "arrival": { "time": "1759122856", "uncertainty": 120 }, "departure": { "time": "1759122856", "uncertainty": 120 }, "stopId": "0:CSDF 3", "stopSequence": 44 }, { "arrival": { "time": "1759122969", "uncertainty": 120 }, "departure": { "time": "1759122969", "uncertainty": 120 }, "stopId": "0:CPDP", "stopSequence": 45 }, { "arrival": { "time": "1759123036", "uncertainty": 120 }, "stopId": "0:CARD", "stopSequence": 46 } ], "trip": { "directionId": 1, "routeId": "20", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292471" }, "vehicle": { "id": "272", "label": "272" } } }, { "id": "3292563", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122087", "uncertainty": 120 }, "stopId": "0:ALPO", "stopSequence": 1 }, { "arrival": { "time": "1759122383", "uncertainty": 120 }, "departure": { "time": "1759122383", "uncertainty": 120 }, "stopId": "0:_AXLM 2", "stopSequence": 2 }, { "arrival": { "time": "1759122477", "uncertainty": 120 }, "departure": { "time": "1759122477", "uncertainty": 120 }, "stopId": "0:_AXL 2", "stopSequence": 3 }, { "arrival": { "time": "1759122694", "uncertainty": 120 }, "departure": { "time": "1759122694", "uncertainty": 120 }, "stopId": "0:VTGV 2", "stopSequence": 4 }, { "arrival": { "time": "1759122812", "uncertainty": 120 }, "departure": { "time": "1759122812", "uncertainty": 120 }, "stopId": "0:ROVAL 2", "stopSequence": 5 }, { "arrival": { "time": "1759122930", "uncertainty": 120 }, "departure": { "time": "1759122930", "uncertainty": 120 }, "stopId": "0:CASTO 2", "stopSequence": 6 }, { "arrival": { "time": "1759122994", "uncertainty": 120 }, "departure": { "time": "1759122994", "uncertainty": 120 }, "stopId": "0:ALPE 2", "stopSequence": 7 }, { "arrival": { "time": "1759123045", "uncertainty": 120 }, "departure": { "time": "1759123045", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 8 }, { "arrival": { "time": "1759123110", "uncertainty": 120 }, "departure": { "time": "1759123110", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 9 }, { "arrival": { "time": "1759123209", "uncertainty": 120 }, "departure": { "time": "1759123209", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 10 }, { "arrival": { "time": "1759123243", "uncertainty": 120 }, "departure": { "time": "1759123243", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 11 }, { "arrival": { "time": "1759123281", "uncertainty": 120 }, "departure": { "time": "1759123281", "uncertainty": 120 }, "stopId": "0:MONE 2", "stopSequence": 12 }, { "arrival": { "time": "1759123359", "uncertainty": 120 }, "departure": { "time": "1759123359", "uncertainty": 120 }, "stopId": "0:BOUL 2", "stopSequence": 13 }, { "arrival": { "time": "1759123421", "uncertainty": 120 }, "departure": { "time": "1759123421", "uncertainty": 120 }, "stopId": "0:ROCH 2", "stopSequence": 14 }, { "arrival": { "time": "1759123525", "uncertainty": 120 }, "departure": { "time": "1759123525", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 15 }, { "arrival": { "time": "1759123623", "uncertainty": 120 }, "departure": { "time": "1759123623", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 16 }, { "arrival": { "time": "1759123705", "uncertainty": 120 }, "departure": { "time": "1759123705", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 17 }, { "arrival": { "time": "1759123961", "uncertainty": 120 }, "departure": { "time": "1759123961", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 18 }, { "arrival": { "time": "1759124044", "uncertainty": 120 }, "departure": { "time": "1759124044", "uncertainty": 120 }, "stopId": "0:KENNE 4", "stopSequence": 19 }, { "arrival": { "time": "1759124179", "uncertainty": 120 }, "departure": { "time": "1759124179", "uncertainty": 120 }, "stopId": "0:CHUR 2", "stopSequence": 20 }, { "arrival": { "time": "1759124355", "uncertainty": 120 }, "departure": { "time": "1759124355", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 21 }, { "arrival": { "time": "1759124388", "uncertainty": 120 }, "departure": { "time": "1759124388", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 22 }, { "arrival": { "time": "1759124438", "uncertainty": 120 }, "departure": { "time": "1759124438", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 23 }, { "arrival": { "time": "1759124488", "uncertainty": 120 }, "departure": { "time": "1759124488", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 24 }, { "arrival": { "time": "1759124552", "uncertainty": 120 }, "departure": { "time": "1759124552", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 25 }, { "arrival": { "time": "1759124612", "uncertainty": 120 }, "departure": { "time": "1759124612", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 26 }, { "arrival": { "time": "1759124738", "uncertainty": 120 }, "departure": { "time": "1759124738", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 27 }, { "arrival": { "time": "1759124813", "uncertainty": 120 }, "departure": { "time": "1759124813", "uncertainty": 120 }, "stopId": "0:LPRAT3", "stopSequence": 28 }, { "arrival": { "time": "1759124855", "uncertainty": 120 }, "departure": { "time": "1759124855", "uncertainty": 120 }, "stopId": "0:CDR 2", "stopSequence": 29 }, { "arrival": { "time": "1759124962", "uncertainty": 120 }, "departure": { "time": "1759124962", "uncertainty": 120 }, "stopId": "0:CORNI", "stopSequence": 30 }, { "arrival": { "time": "1759125042", "uncertainty": 120 }, "departure": { "time": "1759125042", "uncertainty": 120 }, "stopId": "0:MECH", "stopSequence": 31 }, { "arrival": { "time": "1759125075", "uncertainty": 120 }, "departure": { "time": "1759125075", "uncertainty": 120 }, "stopId": "0:JJD", "stopSequence": 32 }, { "arrival": { "time": "1759125137", "uncertainty": 120 }, "stopId": "0:LANG 2", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "25", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292563" } } }, { "id": "3290634", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:_BVVI 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "355", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290634" } } }, { "id": "3292997", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120860", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 1 }, { "arrival": { "time": "1759120916", "uncertainty": 120 }, "departure": { "time": "1759120916", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 2 }, { "arrival": { "time": "1759120950", "uncertainty": 120 }, "departure": { "time": "1759120950", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 3 }, { "arrival": { "time": "1759121040", "uncertainty": 120 }, "departure": { "time": "1759121040", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 4 }, { "arrival": { "time": "1759121111", "uncertainty": 120 }, "departure": { "time": "1759121111", "uncertainty": 120 }, "stopId": "0:_LPR 2", "stopSequence": 5 }, { "arrival": { "time": "1759121181", "uncertainty": 120 }, "departure": { "time": "1759121181", "uncertainty": 120 }, "stopId": "0:_PVI 2", "stopSequence": 6 }, { "arrival": { "time": "1759121220", "uncertainty": 120 }, "departure": { "time": "1759121220", "uncertainty": 120 }, "stopId": "0:_PDO 2", "stopSequence": 7 }, { "arrival": { "time": "1759121279", "uncertainty": 120 }, "departure": { "time": "1759121279", "uncertainty": 120 }, "stopId": "0:_PAN", "stopSequence": 8 }, { "arrival": { "time": "1759121313", "uncertainty": 120 }, "departure": { "time": "1759121313", "uncertainty": 120 }, "stopId": "0:_HDV", "stopSequence": 9 }, { "arrival": { "time": "1759121350", "uncertainty": 120 }, "departure": { "time": "1759121350", "uncertainty": 120 }, "stopId": "0:_AVA", "stopSequence": 10 }, { "arrival": { "time": "1759121400", "uncertainty": 120 }, "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:_COE", "stopSequence": 11 }, { "arrival": { "time": "1759121500", "uncertainty": 120 }, "departure": { "time": "1759121500", "uncertainty": 120 }, "stopId": "0:_BAT 2", "stopSequence": 12 }, { "arrival": { "time": "1759121566", "uncertainty": 120 }, "departure": { "time": "1759121566", "uncertainty": 120 }, "stopId": "0:JBOIN", "stopSequence": 13 }, { "arrival": { "time": "1759121655", "uncertainty": 120 }, "departure": { "time": "1759121655", "uncertainty": 120 }, "stopId": "0:_KEN 2", "stopSequence": 14 }, { "arrival": { "time": "1759121700", "uncertainty": 120 }, "departure": { "time": "1759121700", "uncertainty": 120 }, "stopId": "0:_LTO 2", "stopSequence": 15 }, { "arrival": { "time": "1759121752", "uncertainty": 120 }, "departure": { "time": "1759121752", "uncertainty": 120 }, "stopId": "0:_LFO 2", "stopSequence": 16 }, { "arrival": { "time": "1759121820", "uncertainty": 120 }, "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:_LGO", "stopSequence": 17 }, { "arrival": { "time": "1759121909", "uncertainty": 120 }, "departure": { "time": "1759121909", "uncertainty": 120 }, "stopId": "0:_PPS", "stopSequence": 18 }, { "arrival": { "time": "1759121963", "uncertainty": 120 }, "departure": { "time": "1759121963", "uncertainty": 120 }, "stopId": "0:_GCH 2", "stopSequence": 19 }, { "arrival": { "time": "1759121999", "uncertainty": 120 }, "departure": { "time": "1759121999", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_P19M", "stopSequence": 20 }, { "arrival": { "time": "1759122050", "uncertainty": 120 }, "departure": { "time": "1759122050", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PCE 2", "stopSequence": 21 }, { "arrival": { "time": "1759122121", "uncertainty": 120 }, "departure": { "time": "1759122121", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_PZA 2", "stopSequence": 22 }, { "arrival": { "time": "1759122162", "uncertainty": 120 }, "departure": { "time": "1759122162", "uncertainty": 120 }, "stopId": "0:_CHIR 2", "stopSequence": 23 }, { "arrival": { "time": "1759122184", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292997" } } }, { "id": "3290217", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120557", "uncertainty": 120 }, "stopId": "0:_JJA 3", "stopSequence": 1 }, { "arrival": { "time": "1759120647", "uncertainty": 120 }, "departure": { "time": "1759120647", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 2 }, { "arrival": { "time": "1759120717", "uncertainty": 120 }, "departure": { "time": "1759120717", "uncertainty": 120 }, "stopId": "0:_LYB 2", "stopSequence": 3 }, { "arrival": { "time": "1759120750", "uncertainty": 120 }, "departure": { "time": "1759120750", "uncertainty": 120 }, "stopId": "0:_LIB 2", "stopSequence": 4 }, { "arrival": { "time": "1759120836", "uncertainty": 120 }, "departure": { "time": "1759120836", "uncertainty": 120 }, "stopId": "0:_CLX 2", "stopSequence": 5 }, { "arrival": { "time": "1759120915", "uncertainty": 120 }, "departure": { "time": "1759120915", "uncertainty": 120 }, "stopId": "0:_LRE 2", "stopSequence": 6 }, { "arrival": { "time": "1759120960", "uncertainty": 120 }, "departure": { "time": "1759120960", "uncertainty": 120 }, "stopId": "0:_MCC 4", "stopSequence": 7 }, { "arrival": { "time": "1759121557", "uncertainty": 120 }, "stopId": "0:_MMD", "stopSequence": 8 } ], "trip": { "directionId": 0, "routeId": "611", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290217" }, "vehicle": { "id": "891", "label": "891" } } }, { "id": "3291495", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121935", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 1 }, { "arrival": { "time": "1759121995", "uncertainty": 120 }, "departure": { "time": "1759121995", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 2 }, { "arrival": { "time": "1759122070", "uncertainty": 120 }, "departure": { "time": "1759122070", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 3 }, { "arrival": { "time": "1759122162", "uncertainty": 120 }, "departure": { "time": "1759122162", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 4 }, { "arrival": { "time": "1759122235", "uncertainty": 120 }, "departure": { "time": "1759122235", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 5 }, { "arrival": { "time": "1759122327", "uncertainty": 120 }, "departure": { "time": "1759122327", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 6 }, { "arrival": { "time": "1759122359", "uncertainty": 120 }, "departure": { "time": "1759122359", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 7 }, { "arrival": { "time": "1759122508", "uncertainty": 120 }, "departure": { "time": "1759122508", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 8 }, { "arrival": { "time": "1759122618", "uncertainty": 120 }, "departure": { "time": "1759122618", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 9 }, { "arrival": { "time": "1759122707", "uncertainty": 120 }, "departure": { "time": "1759122707", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 10 }, { "arrival": { "time": "1759122906", "uncertainty": 120 }, "departure": { "time": "1759122906", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 11 }, { "arrival": { "time": "1759122953", "uncertainty": 120 }, "departure": { "time": "1759122953", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 12 }, { "arrival": { "time": "1759123014", "uncertainty": 120 }, "departure": { "time": "1759123014", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 13 }, { "arrival": { "time": "1759123164", "uncertainty": 120 }, "departure": { "time": "1759123164", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 14 }, { "arrival": { "time": "1759123297", "uncertainty": 120 }, "departure": { "time": "1759123297", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 15 }, { "arrival": { "time": "1759123368", "uncertainty": 120 }, "departure": { "time": "1759123368", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 16 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 17 }, { "arrival": { "time": "1759123643", "uncertainty": 120 }, "departure": { "time": "1759123643", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 18 }, { "arrival": { "time": "1759123698", "uncertainty": 120 }, "departure": { "time": "1759123698", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 19 }, { "arrival": { "time": "1759123796", "uncertainty": 120 }, "departure": { "time": "1759123796", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759123899", "uncertainty": 120 }, "departure": { "time": "1759123899", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759124001", "uncertainty": 120 }, "departure": { "time": "1759124001", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 22 }, { "arrival": { "time": "1759124050", "uncertainty": 120 }, "departure": { "time": "1759124050", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 23 }, { "arrival": { "time": "1759124108", "uncertainty": 120 }, "departure": { "time": "1759124108", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 24 }, { "arrival": { "time": "1759124150", "uncertainty": 120 }, "departure": { "time": "1759124150", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 25 }, { "arrival": { "time": "1759124204", "uncertainty": 120 }, "departure": { "time": "1759124204", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 26 }, { "arrival": { "time": "1759124290", "uncertainty": 120 }, "departure": { "time": "1759124290", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 27 }, { "arrival": { "time": "1759124342", "uncertainty": 120 }, "departure": { "time": "1759124342", "uncertainty": 120 }, "stopId": "0:MON", "stopSequence": 28 }, { "arrival": { "time": "1759124375", "uncertainty": 120 }, "departure": { "time": "1759124375", "uncertainty": 120 }, "stopId": "0:SIMO", "stopSequence": 29 }, { "arrival": { "time": "1759124470", "uncertainty": 120 }, "stopId": "0:PRISV", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291495" } } }, { "id": "3292972", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_CTP", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "61", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292972" } } }, { "id": "3292243", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759120332", "uncertainty": 120 }, "departure": { "time": "1759120332", "uncertainty": 120 }, "stopId": "0:PBLAN 2" }, { "arrival": { "time": "1759120416", "uncertainty": 120 }, "departure": { "time": "1759120416", "uncertainty": 120 }, "stopId": "0:FAUCON" }, { "arrival": { "time": "1759120460", "uncertainty": 120 }, "departure": { "time": "1759120460", "uncertainty": 120 }, "stopId": "0:BOTTE" }, { "departure": { "time": "1759119579", "uncertainty": 120 }, "stopId": "0:LMUR", "stopSequence": 1 }, { "arrival": { "time": "1759119632", "uncertainty": 120 }, "departure": { "time": "1759119632", "uncertainty": 120 }, "stopId": "0:PLVIG", "stopSequence": 2 }, { "arrival": { "time": "1759119660", "uncertainty": 120 }, "departure": { "time": "1759119668", "uncertainty": 120 }, "stopId": "0:JACEM", "stopSequence": 3 }, { "arrival": { "time": "1759119713", "uncertainty": 120 }, "departure": { "time": "1759119729", "uncertainty": 120 }, "stopId": "0:VALVI", "stopSequence": 4 }, { "arrival": { "time": "1759119767", "uncertainty": 120 }, "departure": { "time": "1759119767", "uncertainty": 120 }, "stopId": "0:SDFET", "stopSequence": 5 }, { "arrival": { "time": "1759119806", "uncertainty": 120 }, "departure": { "time": "1759119806", "uncertainty": 120 }, "stopId": "0:LAVAN", "stopSequence": 6 }, { "arrival": { "time": "1759119849", "uncertainty": 120 }, "departure": { "time": "1759119849", "uncertainty": 120 }, "stopId": "0:GSOLE 3", "stopSequence": 7 }, { "arrival": { "time": "1759119879", "uncertainty": 120 }, "departure": { "time": "1759119879", "uncertainty": 120 }, "stopId": "0:BEAUM", "stopSequence": 8 }, { "arrival": { "time": "1759119934", "uncertainty": 120 }, "departure": { "time": "1759119934", "uncertainty": 120 }, "stopId": "0:LIBER", "stopSequence": 9 }, { "arrival": { "time": "1759119989", "uncertainty": 120 }, "departure": { "time": "1759119989", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 10 }, { "arrival": { "time": "1759120060", "uncertainty": 120 }, "departure": { "time": "1759120060", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 11 }, { "arrival": { "time": "1759120115", "uncertainty": 120 }, "departure": { "time": "1759120120", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 12 }, { "arrival": { "time": "1759120185", "uncertainty": 120 }, "departure": { "time": "1759120185", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 13 }, { "arrival": { "time": "1759120217", "uncertainty": 120 }, "departure": { "time": "1759120217", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 14 }, { "arrival": { "time": "1759120219", "uncertainty": 120 }, "departure": { "time": "1759120219", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:AFRAN", "stopSequence": 15 }, { "arrival": { "time": "1759120266", "uncertainty": 120 }, "departure": { "time": "1759120266", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:TILLE", "stopSequence": 16 }, { "arrival": { "time": "1759120310", "uncertainty": 120 }, "departure": { "time": "1759120310", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MAGNO", "stopSequence": 17 }, { "arrival": { "time": "1759120344", "uncertainty": 120 }, "departure": { "time": "1759120344", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GDUC", "stopSequence": 18 }, { "arrival": { "time": "1759120373", "uncertainty": 120 }, "departure": { "time": "1759120373", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STADE", "stopSequence": 19 }, { "arrival": { "time": "1759120440", "uncertainty": 120 }, "departure": { "time": "1759120440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BDRHO", "stopSequence": 20 }, { "arrival": { "time": "1759120534", "uncertainty": 120 }, "departure": { "time": "1759120534", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRAND", "stopSequence": 21 }, { "arrival": { "time": "1759120562", "uncertainty": 120 }, "departure": { "time": "1759120594", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1759120664", "uncertainty": 120 }, "departure": { "time": "1759120686", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1759120748", "uncertainty": 120 }, "departure": { "time": "1759120976", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 24 }, { "arrival": { "time": "1759121098", "uncertainty": 120 }, "departure": { "time": "1759121098", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 25 }, { "arrival": { "time": "1759121214", "uncertainty": 120 }, "departure": { "time": "1759121214", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 26 }, { "arrival": { "time": "1759121294", "uncertainty": 120 }, "departure": { "time": "1759121294", "uncertainty": 120 }, "stopId": "0:PGARD", "stopSequence": 27 }, { "arrival": { "time": "1759121372", "uncertainty": 120 }, "departure": { "time": "1759121372", "uncertainty": 120 }, "stopId": "0:JAUR", "stopSequence": 28 }, { "arrival": { "time": "1759121472", "uncertainty": 120 }, "departure": { "time": "1759121472", "uncertainty": 120 }, "stopId": "0:CHAR", "stopSequence": 29 }, { "arrival": { "time": "1759121594", "uncertainty": 120 }, "departure": { "time": "1759121594", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 30 }, { "arrival": { "time": "1759121726", "uncertainty": 120 }, "departure": { "time": "1759121726", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 31 }, { "arrival": { "time": "1759121777", "uncertainty": 120 }, "departure": { "time": "1759121777", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 32 }, { "arrival": { "time": "1759121822", "uncertainty": 120 }, "departure": { "time": "1759121822", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 33 }, { "arrival": { "time": "1759121883", "uncertainty": 120 }, "departure": { "time": "1759121883", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 34 }, { "arrival": { "time": "1759121958", "uncertainty": 120 }, "departure": { "time": "1759121958", "uncertainty": 120 }, "stopId": "0:BRIFF 5", "stopSequence": 35 }, { "arrival": { "time": "1759121998", "uncertainty": 120 }, "departure": { "time": "1759121998", "uncertainty": 120 }, "stopId": "0:MDSP", "stopSequence": 36 }, { "arrival": { "time": "1759122060", "uncertainty": 120 }, "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:CDTR", "stopSequence": 37 }, { "arrival": { "time": "1759122114", "uncertainty": 120 }, "departure": { "time": "1759122114", "uncertainty": 120 }, "stopId": "0:ROBE", "stopSequence": 38 }, { "arrival": { "time": "1759122175", "uncertainty": 120 }, "departure": { "time": "1759122175", "uncertainty": 120 }, "stopId": "0:GAUM 4", "stopSequence": 39 }, { "arrival": { "time": "1759122264", "uncertainty": 120 }, "departure": { "time": "1759122264", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 40 }, { "arrival": { "time": "1759122436", "uncertainty": 120 }, "departure": { "time": "1759122436", "uncertainty": 120 }, "stopId": "0:MCUR 2", "stopSequence": 41 }, { "arrival": { "time": "1759122469", "uncertainty": 120 }, "departure": { "time": "1759122469", "uncertainty": 120 }, "stopId": "0:ZAGU 2", "stopSequence": 42 }, { "arrival": { "time": "1759122574", "uncertainty": 120 }, "departure": { "time": "1759122574", "uncertainty": 120 }, "stopId": "0:MALBOU", "stopSequence": 43 }, { "arrival": { "time": "1759122633", "uncertainty": 120 }, "departure": { "time": "1759122633", "uncertainty": 120 }, "stopId": "0:RCOL 2", "stopSequence": 44 }, { "arrival": { "time": "1759122689", "uncertainty": 120 }, "departure": { "time": "1759122689", "uncertainty": 120 }, "stopId": "0:MLPO 3", "stopSequence": 45 }, { "arrival": { "time": "1759122741", "uncertainty": 120 }, "departure": { "time": "1759122741", "uncertainty": 120 }, "stopId": "0:MLPO", "stopSequence": 46 }, { "arrival": { "time": "1759122817", "uncertainty": 120 }, "stopId": "0:CMALI", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "13", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292243" }, "vehicle": { "id": "502", "label": "502" } } }, { "id": "3289936", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:ESCHI4", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289936" } } }, { "id": "3289862", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "176", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289862" } } }, { "id": "3290777", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122062" }, "departure": { "time": "1759122062" }, "stopId": "0:MONGE" }, { "departure": { "time": "1759121940" }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759121996" }, "departure": { "time": "1759121996" }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759122060" }, "departure": { "time": "1759122060" }, "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759122129", "uncertainty": 120 }, "departure": { "time": "1759122129", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759122180", "uncertainty": 120 }, "departure": { "time": "1759122180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759122248", "uncertainty": 120 }, "departure": { "time": "1759122248", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU", "stopSequence": 6 }, { "arrival": { "time": "1759122147" }, "departure": { "time": "1759122147" }, "stopId": "0:MFAUR", "stopSequence": 7 }, { "arrival": { "time": "1759122248" }, "departure": { "time": "1759122248" }, "stopId": "0:FRANK", "stopSequence": 8 }, { "arrival": { "time": "1759122326" }, "departure": { "time": "1759122326" }, "stopId": "0:DANTO", "stopSequence": 9 }, { "arrival": { "time": "1759122468" }, "departure": { "time": "1759122468" }, "stopId": "0:PEGUY", "stopSequence": 10 }, { "arrival": { "time": "1759122526" }, "departure": { "time": "1759122526" }, "stopId": "0:MARGU", "stopSequence": 11 }, { "arrival": { "time": "1759122590" }, "departure": { "time": "1759122590" }, "stopId": "0:ELOUB", "stopSequence": 12 }, { "arrival": { "time": "1759122622" }, "departure": { "time": "1759122622" }, "stopId": "0:BRIAN", "stopSequence": 13 }, { "arrival": { "time": "1759122719" }, "departure": { "time": "1759122719" }, "stopId": "0:GAR1", "stopSequence": 14 }, { "arrival": { "time": "1759122798" }, "departure": { "time": "1759122798" }, "stopId": "0:LEC E1", "stopSequence": 15 }, { "arrival": { "time": "1759122924" }, "departure": { "time": "1759122924" }, "stopId": "0:LMARN", "stopSequence": 16 }, { "arrival": { "time": "1759122986" }, "departure": { "time": "1759122986" }, "stopId": "0:SERVA", "stopSequence": 17 }, { "arrival": { "time": "1759123062" }, "departure": { "time": "1759123062" }, "stopId": "0:LMAUB", "stopSequence": 18 }, { "arrival": { "time": "1759123158" }, "departure": { "time": "1759123158" }, "stopId": "0:BCROZ", "stopSequence": 19 }, { "arrival": { "time": "1759123248" }, "departure": { "time": "1759123248" }, "stopId": "0:CIMETI", "stopSequence": 20 }, { "arrival": { "time": "1759123309" }, "departure": { "time": "1759123309" }, "stopId": "0:ROMAN", "stopSequence": 21 }, { "arrival": { "time": "1759123418" }, "departure": { "time": "1759123418" }, "stopId": "0:KENNE 4", "stopSequence": 22 }, { "arrival": { "time": "1759123553" }, "departure": { "time": "1759123553" }, "stopId": "0:CHUR 2", "stopSequence": 23 }, { "arrival": { "time": "1759123686" }, "departure": { "time": "1759123686" }, "stopId": "0:VERD 2", "stopSequence": 24 }, { "arrival": { "time": "1759123782" }, "departure": { "time": "1759123782" }, "stopId": "0:EUROP", "stopSequence": 25 }, { "arrival": { "time": "1759123853" }, "departure": { "time": "1759123853" }, "stopId": "0:CHOPI", "stopSequence": 26 }, { "arrival": { "time": "1759123948" }, "departure": { "time": "1759123948" }, "stopId": "0:MELIE", "stopSequence": 27 }, { "arrival": { "time": "1759124029" }, "departure": { "time": "1759124029" }, "stopId": "0:POITO", "stopSequence": 28 }, { "arrival": { "time": "1759124122" }, "departure": { "time": "1759124122" }, "stopId": "0:ESCHI", "stopSequence": 29 }, { "arrival": { "time": "1759124142" }, "stopId": "0:BRIFF 3", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290777" } } }, { "id": "3293464", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120405", "uncertainty": 120 }, "stopId": "0:THABO 2", "stopSequence": 1 }, { "arrival": { "time": "1759120449", "uncertainty": 120 }, "departure": { "time": "1759120449", "uncertainty": 120 }, "stopId": "0:RGARR 2", "stopSequence": 2 }, { "arrival": { "time": "1759120524", "uncertainty": 120 }, "departure": { "time": "1759120524", "uncertainty": 120 }, "stopId": "0:MONTE 2", "stopSequence": 3 }, { "arrival": { "time": "1759120562", "uncertainty": 120 }, "departure": { "time": "1759120585", "uncertainty": 120 }, "stopId": "0:JPERR 2", "stopSequence": 4 }, { "arrival": { "time": "1759120656", "uncertainty": 120 }, "departure": { "time": "1759120674", "uncertainty": 120 }, "stopId": "0:POINCA 2", "stopSequence": 5 }, { "arrival": { "time": "1759120747", "uncertainty": 120 }, "departure": { "time": "1759120747", "uncertainty": 120 }, "stopId": "0:LPLAN 2", "stopSequence": 6 }, { "arrival": { "time": "1759120800", "uncertainty": 120 }, "departure": { "time": "1759120800", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 7 }, { "arrival": { "time": "1759120845", "uncertainty": 120 }, "departure": { "time": "1759120845", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 8 }, { "arrival": { "time": "1759120965", "uncertainty": 120 }, "departure": { "time": "1759120965", "uncertainty": 120 }, "stopId": "0:DBLAN 2", "stopSequence": 9 }, { "arrival": { "time": "1759121093", "uncertainty": 120 }, "departure": { "time": "1759121093", "uncertainty": 120 }, "stopId": "0:GUYN 2", "stopSequence": 10 }, { "arrival": { "time": "1759121136", "uncertainty": 120 }, "departure": { "time": "1759121136", "uncertainty": 120 }, "stopId": "0:POLY 2", "stopSequence": 11 }, { "arrival": { "time": "1759121164", "uncertainty": 120 }, "departure": { "time": "1759121164", "uncertainty": 120 }, "stopId": "0:SULLY 2", "stopSequence": 12 }, { "arrival": { "time": "1759121268", "uncertainty": 120 }, "departure": { "time": "1759121268", "uncertainty": 120 }, "stopId": "0:SSOCI 2", "stopSequence": 13 }, { "arrival": { "time": "1759121305", "uncertainty": 120 }, "departure": { "time": "1759121305", "uncertainty": 120 }, "stopId": "0:TURIN 2", "stopSequence": 14 }, { "arrival": { "time": "1759121420", "uncertainty": 120 }, "departure": { "time": "1759121420", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1759121554", "uncertainty": 120 }, "departure": { "time": "1759121554", "uncertainty": 120 }, "stopId": "0:VALER04", "stopSequence": 16 }, { "arrival": { "time": "1759121673", "uncertainty": 120 }, "departure": { "time": "1759121673", "uncertainty": 120 }, "stopId": "0:STRAS", "stopSequence": 17 }, { "arrival": { "time": "1759121836", "uncertainty": 120 }, "departure": { "time": "1759121836", "uncertainty": 120 }, "stopId": "0:CVERN", "stopSequence": 18 }, { "arrival": { "time": "1759121892", "uncertainty": 120 }, "departure": { "time": "1759121892", "uncertainty": 120 }, "stopId": "0:MONTG", "stopSequence": 19 }, { "arrival": { "time": "1759121951", "uncertainty": 120 }, "departure": { "time": "1759121951", "uncertainty": 120 }, "stopId": "0:ROBIN", "stopSequence": 20 }, { "arrival": { "time": "1759122018", "uncertainty": 120 }, "departure": { "time": "1759122018", "uncertainty": 120 }, "stopId": "0:ARCHIM", "stopSequence": 21 }, { "arrival": { "time": "1759122091", "uncertainty": 120 }, "departure": { "time": "1759122091", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 22 }, { "arrival": { "time": "1759122137", "uncertainty": 120 }, "departure": { "time": "1759122137", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 23 }, { "arrival": { "time": "1759122195", "uncertainty": 120 }, "departure": { "time": "1759122195", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 24 }, { "arrival": { "time": "1759122255", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "C2", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293464" }, "vehicle": { "id": "77", "label": "77" } } }, { "id": "3291158", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C3", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291158" } } }, { "id": "3293310", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:_STBLB", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "735", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293310" } } }, { "id": "3292219", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120976", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 1 }, { "arrival": { "time": "1759121094", "uncertainty": 120 }, "departure": { "time": "1759121094", "uncertainty": 120 }, "stopId": "0:LMARN", "stopSequence": 2 }, { "arrival": { "time": "1759121157", "uncertainty": 120 }, "departure": { "time": "1759121157", "uncertainty": 120 }, "stopId": "0:SERVA", "stopSequence": 3 }, { "arrival": { "time": "1759121234", "uncertainty": 120 }, "departure": { "time": "1759121234", "uncertainty": 120 }, "stopId": "0:LMAUB", "stopSequence": 4 }, { "arrival": { "time": "1759121298", "uncertainty": 120 }, "departure": { "time": "1759121298", "uncertainty": 120 }, "stopId": "0:BCROZ", "stopSequence": 5 }, { "arrival": { "time": "1759121363", "uncertainty": 120 }, "departure": { "time": "1759121363", "uncertainty": 120 }, "stopId": "0:CIMETI", "stopSequence": 6 }, { "arrival": { "time": "1759121407", "uncertainty": 120 }, "departure": { "time": "1759121407", "uncertainty": 120 }, "stopId": "0:ROMAN", "stopSequence": 7 }, { "arrival": { "time": "1759121495", "uncertainty": 120 }, "departure": { "time": "1759121495", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 8 }, { "arrival": { "time": "1759121682", "uncertainty": 120 }, "departure": { "time": "1759121682", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 9 }, { "arrival": { "time": "1759121718", "uncertainty": 120 }, "departure": { "time": "1759121718", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 10 }, { "arrival": { "time": "1759121820", "uncertainty": 120 }, "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 11 }, { "arrival": { "time": "1759121907", "uncertainty": 120 }, "departure": { "time": "1759121907", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 12 }, { "arrival": { "time": "1759122024", "uncertainty": 120 }, "stopId": "0:VIVA", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292219" } } }, { "id": "3293316", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121580", "uncertainty": 120 }, "stopId": "0:_STB", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "731", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293316" } } }, { "id": "3293051", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121400", "uncertainty": 120 }, "stopId": "0:_SGB", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "471", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293051" } } }, { "id": "3291715", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121218", "uncertainty": 120 }, "stopId": "0:_LGT", "stopSequence": 1 }, { "arrival": { "time": "1759121249", "uncertainty": 120 }, "departure": { "time": "1759121249", "uncertainty": 120 }, "stopId": "0:_LSY", "stopSequence": 2 }, { "arrival": { "time": "1759121278", "uncertainty": 120 }, "departure": { "time": "1759121278", "uncertainty": 120 }, "stopId": "0:_COD 4", "stopSequence": 3 }, { "arrival": { "time": "1759121310", "uncertainty": 120 }, "departure": { "time": "1759121310", "uncertainty": 120 }, "stopId": "0:_DID", "stopSequence": 4 }, { "arrival": { "time": "1759121375", "uncertainty": 120 }, "departure": { "time": "1759121375", "uncertainty": 120 }, "stopId": "0:_LYD 5", "stopSequence": 5 }, { "arrival": { "time": "1759121458", "uncertainty": 120 }, "departure": { "time": "1759121458", "uncertainty": 120 }, "stopId": "0:_LYD 4", "stopSequence": 6 }, { "arrival": { "time": "1759121588", "uncertainty": 120 }, "departure": { "time": "1759121588", "uncertainty": 120 }, "stopId": "0:_PMA", "stopSequence": 7 }, { "arrival": { "time": "1759121620", "uncertainty": 120 }, "departure": { "time": "1759121620", "uncertainty": 120 }, "stopId": "0:_DUC", "stopSequence": 8 }, { "arrival": { "time": "1759121698", "uncertainty": 120 }, "departure": { "time": "1759121698", "uncertainty": 120 }, "stopId": "0:_LIB", "stopSequence": 9 }, { "arrival": { "time": "1759121710", "uncertainty": 120 }, "departure": { "time": "1759121710", "uncertainty": 120 }, "stopId": "0:_LYB", "stopSequence": 10 }, { "arrival": { "time": "1759121746", "uncertainty": 120 }, "departure": { "time": "1759121746", "uncertainty": 120 }, "stopId": "0:_GMU 3", "stopSequence": 11 }, { "arrival": { "time": "1759121926", "uncertainty": 120 }, "departure": { "time": "1759121926", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 12 }, { "arrival": { "time": "1759122010", "uncertainty": 120 }, "departure": { "time": "1759122010", "uncertainty": 120 }, "stopId": "0:_LYT 2", "stopSequence": 13 }, { "arrival": { "time": "1759122069", "uncertainty": 120 }, "departure": { "time": "1759122069", "uncertainty": 120 }, "stopId": "0:_AMP 2", "stopSequence": 14 }, { "arrival": { "time": "1759122106", "uncertainty": 120 }, "departure": { "time": "1759122106", "uncertainty": 120 }, "stopId": "0:_GAM 2", "stopSequence": 15 }, { "arrival": { "time": "1759122185", "uncertainty": 120 }, "departure": { "time": "1759122185", "uncertainty": 120 }, "stopId": "0:_CNA 2", "stopSequence": 16 }, { "arrival": { "time": "1759122292", "uncertainty": 120 }, "departure": { "time": "1759122292", "uncertainty": 120 }, "stopId": "0:_MOUN", "stopSequence": 17 }, { "arrival": { "time": "1759122320", "uncertainty": 120 }, "departure": { "time": "1759122320", "uncertainty": 120 }, "stopId": "0:_VINA", "stopSequence": 18 }, { "arrival": { "time": "1759122352", "uncertainty": 120 }, "departure": { "time": "1759122352", "uncertainty": 120 }, "stopId": "0:_MDE 2", "stopSequence": 19 }, { "arrival": { "time": "1759122423", "uncertainty": 120 }, "departure": { "time": "1759122423", "uncertainty": 120 }, "stopId": "0:_DEP 2", "stopSequence": 20 }, { "arrival": { "time": "1759122466", "uncertainty": 120 }, "departure": { "time": "1759122466", "uncertainty": 120 }, "stopId": "0:_JCH 2", "stopSequence": 21 }, { "arrival": { "time": "1759122548", "uncertainty": 120 }, "departure": { "time": "1759122548", "uncertainty": 120 }, "stopId": "0:_FBF 2", "stopSequence": 22 }, { "arrival": { "time": "1759122646", "uncertainty": 120 }, "departure": { "time": "1759122646", "uncertainty": 120 }, "stopId": "0:_SVC", "stopSequence": 23 }, { "arrival": { "time": "1759122766", "uncertainty": 120 }, "stopId": "0:_PSP 2", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "C6", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291715" } } }, { "id": "3292073", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124100", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292073" } } }, { "id": "3290262", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1759122394", "uncertainty": 120 }, "departure": { "time": "1759122394", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1759122579", "uncertainty": 120 }, "departure": { "time": "1759122579", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1759122675", "uncertainty": 120 }, "departure": { "time": "1759122675", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1759122709", "uncertainty": 120 }, "departure": { "time": "1759122709", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1759122756", "uncertainty": 120 }, "departure": { "time": "1759122756", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1759122819", "uncertainty": 120 }, "departure": { "time": "1759122819", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1759122892", "uncertainty": 120 }, "departure": { "time": "1759122892", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1759123042", "uncertainty": 120 }, "departure": { "time": "1759123042", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1759123119", "uncertainty": 120 }, "departure": { "time": "1759123119", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1759123257", "uncertainty": 120 }, "departure": { "time": "1759123257", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1759123440", "uncertainty": 120 }, "departure": { "time": "1759123440", "uncertainty": 120 }, "stopId": "0:CCOM1.2", "stopSequence": 14 }, { "arrival": { "time": "1759123523", "uncertainty": 120 }, "departure": { "time": "1759123523", "uncertainty": 120 }, "stopId": "0:GAGAR 2", "stopSequence": 15 }, { "arrival": { "time": "1759123583", "uncertainty": 120 }, "departure": { "time": "1759123583", "uncertainty": 120 }, "stopId": "0:ROSTA 2", "stopSequence": 16 }, { "arrival": { "time": "1759123621", "uncertainty": 120 }, "departure": { "time": "1759123621", "uncertainty": 120 }, "stopId": "0:CLAUD 2", "stopSequence": 17 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:MAIRI G2", "stopSequence": 18 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:CVILL 2", "stopSequence": 19 }, { "arrival": { "time": "1759123782", "uncertainty": 120 }, "departure": { "time": "1759123782", "uncertainty": 120 }, "stopId": "0:CLEME 2", "stopSequence": 20 }, { "arrival": { "time": "1759123856", "uncertainty": 120 }, "departure": { "time": "1759123856", "uncertainty": 120 }, "stopId": "0:BOTT", "stopSequence": 21 }, { "arrival": { "time": "1759124075", "uncertainty": 120 }, "departure": { "time": "1759124075", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 22 }, { "arrival": { "time": "1759124138", "uncertainty": 120 }, "departure": { "time": "1759124138", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 23 }, { "arrival": { "time": "1759124244", "uncertainty": 120 }, "departure": { "time": "1759124244", "uncertainty": 120 }, "stopId": "0:LEC E2", "stopSequence": 24 }, { "arrival": { "time": "1759124724", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "172", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290262" } } }, { "id": "3292343", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759120248", "uncertainty": 120 }, "stopId": "0:_ELBA", "stopSequence": 1 }, { "arrival": { "time": "1759120278", "uncertainty": 120 }, "departure": { "time": "1759120278", "uncertainty": 120 }, "stopId": "0:BNO 2", "stopSequence": 2 }, { "arrival": { "time": "1759120434", "uncertainty": 120 }, "departure": { "time": "1759120434", "uncertainty": 120 }, "stopId": "0:SBO 2", "stopSequence": 3 }, { "arrival": { "time": "1759120504", "uncertainty": 120 }, "departure": { "time": "1759120504", "uncertainty": 120 }, "stopId": "0:JMAC 3", "stopSequence": 4 }, { "arrival": { "time": "1759120567", "uncertainty": 120 }, "departure": { "time": "1759120638", "uncertainty": 120 }, "stopId": "0:JMAC 5", "stopSequence": 5 }, { "arrival": { "time": "1759120668", "uncertainty": 120 }, "departure": { "time": "1759120668", "uncertainty": 120 }, "stopId": "0:RESI", "stopSequence": 6 }, { "arrival": { "time": "1759120708", "uncertainty": 120 }, "departure": { "time": "1759120708", "uncertainty": 120 }, "stopId": "0:NEYR", "stopSequence": 7 }, { "arrival": { "time": "1759120769", "uncertainty": 120 }, "departure": { "time": "1759120769", "uncertainty": 120 }, "stopId": "0:CHEN", "stopSequence": 8 }, { "arrival": { "time": "1759120818", "uncertainty": 120 }, "departure": { "time": "1759120818", "uncertainty": 120 }, "stopId": "0:CHAFF", "stopSequence": 9 }, { "arrival": { "time": "1759120854", "uncertainty": 120 }, "departure": { "time": "1759120854", "uncertainty": 120 }, "stopId": "0:ARAGO", "stopSequence": 10 }, { "arrival": { "time": "1759120932", "uncertainty": 120 }, "departure": { "time": "1759120932", "uncertainty": 120 }, "stopId": "0:MAIRI 1", "stopSequence": 11 }, { "arrival": { "time": "1759120965", "uncertainty": 120 }, "departure": { "time": "1759120965", "uncertainty": 120 }, "stopId": "0:VOLT", "stopSequence": 12 }, { "arrival": { "time": "1759121004", "uncertainty": 120 }, "departure": { "time": "1759121004", "uncertainty": 120 }, "stopId": "0:MDORM", "stopSequence": 13 }, { "arrival": { "time": "1759121056", "uncertainty": 120 }, "departure": { "time": "1759121056", "uncertainty": 120 }, "stopId": "0:AURO", "stopSequence": 14 }, { "arrival": { "time": "1759121122", "uncertainty": 120 }, "departure": { "time": "1759121122", "uncertainty": 120 }, "stopId": "0:GRAN", "stopSequence": 15 }, { "arrival": { "time": "1759121188", "uncertainty": 120 }, "departure": { "time": "1759121188", "uncertainty": 120 }, "stopId": "0:CD7", "stopSequence": 16 }, { "arrival": { "time": "1759121249", "uncertainty": 120 }, "departure": { "time": "1759121249", "uncertainty": 120 }, "stopId": "0:ADMA", "stopSequence": 17 }, { "arrival": { "time": "1759121355", "uncertainty": 120 }, "departure": { "time": "1759121355", "uncertainty": 120 }, "stopId": "0:VHUGO", "stopSequence": 18 }, { "arrival": { "time": "1759121412", "uncertainty": 120 }, "departure": { "time": "1759121412", "uncertainty": 120 }, "stopId": "0:LGMOU", "stopSequence": 19 }, { "arrival": { "time": "1759121487", "uncertainty": 120 }, "departure": { "time": "1759121487", "uncertainty": 120 }, "stopId": "0:CASS", "stopSequence": 20 }, { "arrival": { "time": "1759121530", "uncertainty": 120 }, "departure": { "time": "1759121530", "uncertainty": 120 }, "stopId": "0:LAFA", "stopSequence": 21 }, { "arrival": { "time": "1759121614", "uncertainty": 120 }, "departure": { "time": "1759121614", "uncertainty": 120 }, "stopId": "0:LESA", "stopSequence": 22 }, { "arrival": { "time": "1759121658", "uncertainty": 120 }, "departure": { "time": "1759121658", "uncertainty": 120 }, "stopId": "0:TRINI", "stopSequence": 23 }, { "arrival": { "time": "1759121724", "uncertainty": 120 }, "departure": { "time": "1759121724", "uncertainty": 120 }, "stopId": "0:ESPE", "stopSequence": 24 }, { "arrival": { "time": "1759121766", "uncertainty": 120 }, "departure": { "time": "1759121766", "uncertainty": 120 }, "stopId": "0:SVIC", "stopSequence": 25 }, { "arrival": { "time": "1759121835", "uncertainty": 120 }, "departure": { "time": "1759121835", "uncertainty": 120 }, "stopId": "0:CECIL", "stopSequence": 26 }, { "arrival": { "time": "1759121944", "uncertainty": 120 }, "departure": { "time": "1759121944", "uncertainty": 120 }, "stopId": "0:GAR1", "stopSequence": 27 }, { "arrival": { "time": "1759122040", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292343" }, "vehicle": { "id": "62", "label": "62" } } }, { "id": "3292070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119512", "uncertainty": 120 }, "stopId": "0:GEGL", "stopSequence": 1 }, { "arrival": { "time": "1759119591", "uncertainty": 120 }, "departure": { "time": "1759119591", "uncertainty": 120 }, "stopId": "0:BEAUC", "stopSequence": 2 }, { "arrival": { "time": "1759119690", "uncertainty": 120 }, "departure": { "time": "1759119690", "uncertainty": 120 }, "stopId": "0:GEIF", "stopSequence": 3 }, { "arrival": { "time": "1759119769", "uncertainty": 120 }, "departure": { "time": "1759119769", "uncertainty": 120 }, "stopId": "0:GLFR", "stopSequence": 4 }, { "arrival": { "time": "1759119848", "uncertainty": 120 }, "departure": { "time": "1759119848", "uncertainty": 120 }, "stopId": "0:_BELL 2", "stopSequence": 5 }, { "arrival": { "time": "1759119898", "uncertainty": 120 }, "departure": { "time": "1759119898", "uncertainty": 120 }, "stopId": "0:RDS", "stopSequence": 6 }, { "arrival": { "time": "1759119937", "uncertainty": 120 }, "departure": { "time": "1759119937", "uncertainty": 120 }, "stopId": "0:LCOMB 2", "stopSequence": 7 }, { "arrival": { "time": "1759119998", "uncertainty": 120 }, "departure": { "time": "1759120009", "uncertainty": 120 }, "stopId": "0:JOUHA 2", "stopSequence": 8 }, { "arrival": { "time": "1759120079", "uncertainty": 120 }, "departure": { "time": "1759120079", "uncertainty": 120 }, "stopId": "0:PROVE 2", "stopSequence": 9 }, { "arrival": { "time": "1759120099", "uncertainty": 120 }, "departure": { "time": "1759120099", "uncertainty": 120 }, "stopId": "0:TOURN 2", "stopSequence": 10 }, { "arrival": { "time": "1759120200", "uncertainty": 120 }, "departure": { "time": "1759120200", "uncertainty": 120 }, "stopId": "0:CLEME", "stopSequence": 11 }, { "arrival": { "time": "1759120206", "uncertainty": 120 }, "departure": { "time": "1759120206", "uncertainty": 120 }, "stopId": "0:CVILL", "stopSequence": 12 }, { "arrival": { "time": "1759120279", "uncertainty": 120 }, "departure": { "time": "1759120279", "uncertainty": 120 }, "stopId": "0:BEAUL", "stopSequence": 13 }, { "arrival": { "time": "1759120345", "uncertainty": 120 }, "departure": { "time": "1759120345", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 14 }, { "arrival": { "time": "1759120440", "uncertainty": 120 }, "departure": { "time": "1759120440", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 15 }, { "arrival": { "time": "1759120553", "uncertainty": 120 }, "departure": { "time": "1759120566", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 16 }, { "arrival": { "time": "1759120649", "uncertainty": 120 }, "departure": { "time": "1759120655", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 17 }, { "arrival": { "time": "1759120733", "uncertainty": 120 }, "departure": { "time": "1759120936", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 18 }, { "arrival": { "time": "1759121056", "uncertainty": 120 }, "departure": { "time": "1759121056", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 19 }, { "arrival": { "time": "1759121170", "uncertainty": 120 }, "departure": { "time": "1759121170", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 20 }, { "arrival": { "time": "1759121230", "uncertainty": 120 }, "departure": { "time": "1759121230", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 21 }, { "arrival": { "time": "1759121323", "uncertainty": 120 }, "departure": { "time": "1759121323", "uncertainty": 120 }, "stopId": "0:MONTP", "stopSequence": 22 }, { "arrival": { "time": "1759121443", "uncertainty": 120 }, "departure": { "time": "1759121443", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 23 }, { "arrival": { "time": "1759121523", "uncertainty": 120 }, "departure": { "time": "1759121523", "uncertainty": 120 }, "stopId": "0:MALOS 2", "stopSequence": 24 }, { "arrival": { "time": "1759121601", "uncertainty": 120 }, "departure": { "time": "1759121601", "uncertainty": 120 }, "stopId": "0:LBONN 2", "stopSequence": 25 }, { "arrival": { "time": "1759121652", "uncertainty": 120 }, "departure": { "time": "1759121652", "uncertainty": 120 }, "stopId": "0:MAND 2", "stopSequence": 26 }, { "arrival": { "time": "1759121743", "uncertainty": 120 }, "departure": { "time": "1759121743", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 27 }, { "arrival": { "time": "1759121843", "uncertainty": 120 }, "departure": { "time": "1759121843", "uncertainty": 120 }, "stopId": "0:SEIGN 2", "stopSequence": 28 }, { "arrival": { "time": "1759121913", "uncertainty": 120 }, "departure": { "time": "1759121913", "uncertainty": 120 }, "stopId": "0:GPHIL 2", "stopSequence": 29 }, { "arrival": { "time": "1759121980", "uncertainty": 120 }, "departure": { "time": "1759121980", "uncertainty": 120 }, "stopId": "0:CHAPL 2", "stopSequence": 30 }, { "arrival": { "time": "1759122040", "uncertainty": 120 }, "departure": { "time": "1759122040", "uncertainty": 120 }, "stopId": "0:SSIGN 2", "stopSequence": 31 }, { "arrival": { "time": "1759122096", "uncertainty": 120 }, "departure": { "time": "1759122096", "uncertainty": 120 }, "stopId": "0:BMEUN 2", "stopSequence": 32 }, { "arrival": { "time": "1759122136", "uncertainty": 120 }, "departure": { "time": "1759122136", "uncertainty": 120 }, "stopId": "0:CHVAN", "stopSequence": 33 }, { "arrival": { "time": "1759122185", "uncertainty": 120 }, "departure": { "time": "1759122185", "uncertainty": 120 }, "stopId": "0:BRUY", "stopSequence": 34 }, { "arrival": { "time": "1759122312", "uncertainty": 120 }, "departure": { "time": "1759122312", "uncertainty": 120 }, "stopId": "0:GAUD 2", "stopSequence": 35 }, { "arrival": { "time": "1759122372", "uncertainty": 120 }, "departure": { "time": "1759122372", "uncertainty": 120 }, "stopId": "0:LD3S", "stopSequence": 36 }, { "arrival": { "time": "1759122437", "uncertainty": 120 }, "departure": { "time": "1759122437", "uncertainty": 120 }, "stopId": "0:RALP", "stopSequence": 37 }, { "arrival": { "time": "1759122471", "uncertainty": 120 }, "departure": { "time": "1759122471", "uncertainty": 120 }, "stopId": "0:TEMPL", "stopSequence": 38 }, { "arrival": { "time": "1759122540", "uncertainty": 120 }, "departure": { "time": "1759122540", "uncertainty": 120 }, "stopId": "0:CYRAN", "stopSequence": 39 }, { "arrival": { "time": "1759122664", "uncertainty": 120 }, "departure": { "time": "1759122664", "uncertainty": 120 }, "stopId": "0:MDBOU 2", "stopSequence": 40 }, { "arrival": { "time": "1759122730", "uncertainty": 120 }, "departure": { "time": "1759122730", "uncertainty": 120 }, "stopId": "0:SJC", "stopSequence": 41 }, { "arrival": { "time": "1759122792", "uncertainty": 120 }, "departure": { "time": "1759122792", "uncertainty": 120 }, "stopId": "0:LVALE", "stopSequence": 42 }, { "arrival": { "time": "1759122814", "uncertainty": 120 }, "departure": { "time": "1759122814", "uncertainty": 120 }, "stopId": "0:ADL", "stopSequence": 43 }, { "arrival": { "time": "1759122880", "uncertainty": 120 }, "departure": { "time": "1759122880", "uncertainty": 120 }, "stopId": "0:MDLON 2", "stopSequence": 44 }, { "arrival": { "time": "1759122903", "uncertainty": 120 }, "departure": { "time": "1759122903", "uncertainty": 120 }, "stopId": "0:LLON", "stopSequence": 45 }, { "arrival": { "time": "1759122947", "uncertainty": 120 }, "departure": { "time": "1759122947", "uncertainty": 120 }, "stopId": "0:CCOM7", "stopSequence": 46 }, { "arrival": { "time": "1759123024", "uncertainty": 120 }, "departure": { "time": "1759123024", "uncertainty": 120 }, "stopId": "0:CCOMM 3", "stopSequence": 47 }, { "arrival": { "time": "1759123191", "uncertainty": 120 }, "departure": { "time": "1759123191", "uncertainty": 120 }, "stopId": "0:SAPIN 2", "stopSequence": 48 }, { "arrival": { "time": "1759123239", "uncertainty": 120 }, "departure": { "time": "1759123239", "uncertainty": 120 }, "stopId": "0:SELL 2", "stopSequence": 49 }, { "arrival": { "time": "1759123277", "uncertainty": 120 }, "departure": { "time": "1759123277", "uncertainty": 120 }, "stopId": "0:SMAR 2", "stopSequence": 50 }, { "arrival": { "time": "1759123338", "uncertainty": 120 }, "departure": { "time": "1759123338", "uncertainty": 120 }, "stopId": "0:NOBE 2", "stopSequence": 51 }, { "arrival": { "time": "1759123384", "uncertainty": 120 }, "stopId": "0:MDM 2", "stopSequence": 52 } ], "trip": { "directionId": 1, "routeId": "10", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292070" }, "vehicle": { "id": "74", "label": "74" } } }, { "id": "3291902", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:CHAPL", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "08", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291902" } } }, { "id": "3290276", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123560", "uncertainty": 120 }, "stopId": "0:VERCO 2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "102", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290276" } } }, { "id": "3291779", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:MONGE" }, { "arrival": { "time": "1759122320", "uncertainty": 120 }, "departure": { "time": "1759122320", "uncertainty": 120 }, "stopId": "0:MONG 4" }, { "arrival": { "time": "1759122381", "uncertainty": 120 }, "departure": { "time": "1759122381", "uncertainty": 120 }, "stopId": "0:LGMOU 2" }, { "arrival": { "time": "1759122427", "uncertainty": 120 }, "departure": { "time": "1759122427", "uncertainty": 120 }, "stopId": "0:VHUGO 2" }, { "departure": { "time": "1759122180", "uncertainty": 120 }, "stopId": "0:ALGOU", "stopSequence": 1 }, { "arrival": { "time": "1759122236", "uncertainty": 120 }, "departure": { "time": "1759122236", "uncertainty": 120 }, "stopId": "0:JFERR", "stopSequence": 2 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE", "stopSequence": 3 }, { "arrival": { "time": "1759122369", "uncertainty": 120 }, "departure": { "time": "1759122369", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA", "stopSequence": 4 }, { "arrival": { "time": "1759122420", "uncertainty": 120 }, "departure": { "time": "1759122420", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA", "stopSequence": 5 }, { "arrival": { "time": "1759122761", "uncertainty": 120 }, "departure": { "time": "1759122761", "uncertainty": 120 }, "stopId": "0:FONTL", "stopSequence": 6 }, { "arrival": { "time": "1759122836", "uncertainty": 120 }, "departure": { "time": "1759122836", "uncertainty": 120 }, "stopId": "0:BDMUR 2", "stopSequence": 7 }, { "arrival": { "time": "1759122909", "uncertainty": 120 }, "departure": { "time": "1759122909", "uncertainty": 120 }, "stopId": "0:LGPLA 2", "stopSequence": 8 }, { "arrival": { "time": "1759122999", "uncertainty": 120 }, "departure": { "time": "1759122999", "uncertainty": 120 }, "stopId": "0:LBAUM 2", "stopSequence": 9 }, { "arrival": { "time": "1759123119", "uncertainty": 120 }, "departure": { "time": "1759123119", "uncertainty": 120 }, "stopId": "0:MANDR 2", "stopSequence": 10 }, { "arrival": { "time": "1759123191", "uncertainty": 120 }, "departure": { "time": "1759123191", "uncertainty": 120 }, "stopId": "0:UTRIL", "stopSequence": 11 }, { "arrival": { "time": "1759123239", "uncertainty": 120 }, "departure": { "time": "1759123239", "uncertainty": 120 }, "stopId": "0:MJUIN", "stopSequence": 12 }, { "arrival": { "time": "1759123292", "uncertainty": 120 }, "departure": { "time": "1759123292", "uncertainty": 120 }, "stopId": "0:VITTE 2", "stopSequence": 13 }, { "arrival": { "time": "1759123387", "uncertainty": 120 }, "departure": { "time": "1759123387", "uncertainty": 120 }, "stopId": "0:LAFF", "stopSequence": 14 }, { "arrival": { "time": "1759123433", "uncertainty": 120 }, "departure": { "time": "1759123433", "uncertainty": 120 }, "stopId": "0:IUT 2", "stopSequence": 15 }, { "arrival": { "time": "1759123479", "uncertainty": 120 }, "departure": { "time": "1759123479", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 16 }, { "arrival": { "time": "1759123531", "uncertainty": 120 }, "departure": { "time": "1759123531", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 17 }, { "arrival": { "time": "1759123639", "uncertainty": 120 }, "departure": { "time": "1759123639", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 18 }, { "arrival": { "time": "1759123713", "uncertainty": 120 }, "departure": { "time": "1759123713", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 19 }, { "arrival": { "time": "1759123778", "uncertainty": 120 }, "departure": { "time": "1759123778", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 20 }, { "arrival": { "time": "1759123881", "uncertainty": 120 }, "departure": { "time": "1759123881", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 21 }, { "arrival": { "time": "1759123968", "uncertainty": 120 }, "departure": { "time": "1759123968", "uncertainty": 120 }, "stopId": "0:BEETH 2", "stopSequence": 22 }, { "arrival": { "time": "1759124060", "uncertainty": 120 }, "departure": { "time": "1759124060", "uncertainty": 120 }, "stopId": "0:MOZAR 2", "stopSequence": 23 }, { "arrival": { "time": "1759124215", "uncertainty": 120 }, "departure": { "time": "1759124215", "uncertainty": 120 }, "stopId": "0:VEDRI 2", "stopSequence": 24 }, { "arrival": { "time": "1759124285", "uncertainty": 120 }, "departure": { "time": "1759124285", "uncertainty": 120 }, "stopId": "0:NIEP 2", "stopSequence": 25 }, { "arrival": { "time": "1759124336", "uncertainty": 120 }, "departure": { "time": "1759124336", "uncertainty": 120 }, "stopId": "0:ADER", "stopSequence": 26 }, { "arrival": { "time": "1759124409", "uncertainty": 120 }, "departure": { "time": "1759124409", "uncertainty": 120 }, "stopId": "0:BECQU 2", "stopSequence": 27 }, { "arrival": { "time": "1759124480", "uncertainty": 120 }, "departure": { "time": "1759124480", "uncertainty": 120 }, "stopId": "0:KENNE 2", "stopSequence": 28 }, { "arrival": { "time": "1759124561", "uncertainty": 120 }, "departure": { "time": "1759124561", "uncertainty": 120 }, "stopId": "0:VALENC", "stopSequence": 29 }, { "arrival": { "time": "1759124746", "uncertainty": 120 }, "departure": { "time": "1759124746", "uncertainty": 120 }, "stopId": "0:LCOUL 2", "stopSequence": 30 }, { "arrival": { "time": "1759124781", "uncertainty": 120 }, "departure": { "time": "1759124781", "uncertainty": 120 }, "stopId": "0:LCOUL 1", "stopSequence": 31 }, { "arrival": { "time": "1759124909", "uncertainty": 120 }, "departure": { "time": "1759124909", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 32 }, { "arrival": { "time": "1759125017", "uncertainty": 120 }, "departure": { "time": "1759125017", "uncertainty": 120 }, "stopId": "0:LPLOV", "stopSequence": 33 }, { "arrival": { "time": "1759125137", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291779" } } }, { "id": "3290265", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "171", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290265" } } }, { "id": "3289888", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:CCOMM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "C5", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3289888" } } }, { "id": "3290309", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122660", "uncertainty": 120 }, "stopId": "0:GODAN 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290309" } } }, { "id": "3290671", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121700", "uncertainty": 120 }, "stopId": "0:BCL", "stopSequence": 1 }, { "arrival": { "time": "1759121820", "uncertainty": 120 }, "departure": { "time": "1759121820", "uncertainty": 120 }, "stopId": "0:MOTIME", "stopSequence": 2 }, { "arrival": { "time": "1759121940", "uncertainty": 120 }, "departure": { "time": "1759121940", "uncertainty": 120 }, "stopId": "0:MONLVD", "stopSequence": 3 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 4 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:MOTPE", "stopSequence": 5 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:MOTC", "stopSequence": 6 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:MOT3BE", "stopSequence": 7 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:MONT", "stopSequence": 8 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:GABV", "stopSequence": 9 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:BMDA", "stopSequence": 10 }, { "arrival": { "time": "1759123380", "uncertainty": 120 }, "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:BLCH", "stopSequence": 11 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:BLQU", "stopSequence": 12 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:L3BU", "stopSequence": 13 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:BRIFF 2", "stopSequence": 14 }, { "arrival": { "time": "1759124580", "uncertainty": 120 }, "stopId": "0:MONTE", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "301", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290671" } } }, { "id": "3293281", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122420", "uncertainty": 120 }, "stopId": "0:_HLF 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "823", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293281" } } }, { "id": "3290402", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:_ERASM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "371", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290402" } } }, { "id": "3290283", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122360", "uncertainty": 120 }, "stopId": "0:PDM", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "151", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290283" } } }, { "id": "3290865", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125144", "uncertainty": 120 }, "departure": { "time": "1759125144", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:BRIFF 3", "stopSequence": 1 }, { "arrival": { "time": "1759123103", "uncertainty": 120 }, "departure": { "time": "1759123103", "uncertainty": 120 }, "stopId": "0:ESCHI 2", "stopSequence": 2 }, { "arrival": { "time": "1759123193", "uncertainty": 120 }, "departure": { "time": "1759123193", "uncertainty": 120 }, "stopId": "0:POITO 2", "stopSequence": 3 }, { "arrival": { "time": "1759123255", "uncertainty": 120 }, "departure": { "time": "1759123255", "uncertainty": 120 }, "stopId": "0:MELIE 2", "stopSequence": 4 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 5 }, { "arrival": { "time": "1759123417", "uncertainty": 120 }, "departure": { "time": "1759123417", "uncertainty": 120 }, "stopId": "0:EUROP 2", "stopSequence": 6 }, { "arrival": { "time": "1759123487", "uncertainty": 120 }, "departure": { "time": "1759123487", "uncertainty": 120 }, "stopId": "0:VERD", "stopSequence": 7 }, { "arrival": { "time": "1759123620", "uncertainty": 120 }, "departure": { "time": "1759123620", "uncertainty": 120 }, "stopId": "0:CHUR", "stopSequence": 8 }, { "arrival": { "time": "1759123744", "uncertainty": 120 }, "departure": { "time": "1759123744", "uncertainty": 120 }, "stopId": "0:KENNE 3", "stopSequence": 9 }, { "arrival": { "time": "1759123857", "uncertainty": 120 }, "departure": { "time": "1759123857", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 10 }, { "arrival": { "time": "1759123910", "uncertainty": 120 }, "departure": { "time": "1759123910", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 11 }, { "arrival": { "time": "1759123980", "uncertainty": 120 }, "departure": { "time": "1759123980", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 12 }, { "arrival": { "time": "1759124065", "uncertainty": 120 }, "departure": { "time": "1759124065", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 13 }, { "arrival": { "time": "1759124150", "uncertainty": 120 }, "departure": { "time": "1759124150", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 14 }, { "arrival": { "time": "1759124237", "uncertainty": 120 }, "departure": { "time": "1759124237", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 15 }, { "arrival": { "time": "1759124340", "uncertainty": 120 }, "departure": { "time": "1759124340", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 16 }, { "arrival": { "time": "1759124437", "uncertainty": 120 }, "departure": { "time": "1759124437", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 17 }, { "arrival": { "time": "1759124544", "uncertainty": 120 }, "departure": { "time": "1759124544", "uncertainty": 120 }, "stopId": "0:BRIAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759124603", "uncertainty": 120 }, "departure": { "time": "1759124603", "uncertainty": 120 }, "stopId": "0:ELOUB 2", "stopSequence": 19 }, { "arrival": { "time": "1759124667", "uncertainty": 120 }, "departure": { "time": "1759124667", "uncertainty": 120 }, "stopId": "0:MARGU 2", "stopSequence": 20 }, { "arrival": { "time": "1759124730", "uncertainty": 120 }, "departure": { "time": "1759124730", "uncertainty": 120 }, "stopId": "0:PEGUY 2", "stopSequence": 21 }, { "arrival": { "time": "1759124880", "uncertainty": 120 }, "departure": { "time": "1759124880", "uncertainty": 120 }, "stopId": "0:DANTO 2", "stopSequence": 22 }, { "arrival": { "time": "1759124965", "uncertainty": 120 }, "departure": { "time": "1759124965", "uncertainty": 120 }, "stopId": "0:FRANK 2", "stopSequence": 23 }, { "arrival": { "time": "1759125058", "uncertainty": 120 }, "departure": { "time": "1759125058", "uncertainty": 120 }, "stopId": "0:MFAUR 2", "stopSequence": 24 }, { "arrival": { "time": "1759125172", "uncertainty": 120 }, "departure": { "time": "1759125172", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:LGMOU 2", "stopSequence": 25 }, { "arrival": { "time": "1759125240", "uncertainty": 120 }, "departure": { "time": "1759125240", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 26 }, { "arrival": { "time": "1759125296", "uncertainty": 120 }, "departure": { "time": "1759125296", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 27 }, { "arrival": { "time": "1759125360", "uncertainty": 120 }, "departure": { "time": "1759125360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 28 }, { "arrival": { "time": "1759125215", "uncertainty": 120 }, "departure": { "time": "1759125215", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 29 }, { "arrival": { "time": "1759125264", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "C1", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290865" } } }, { "id": "3290273", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:BMEUN", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "104", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290273" } } }, { "id": "3290237", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121940", "uncertainty": 120 }, "stopId": "0:LCHAP", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "184", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290237" } } }, { "id": "3290087", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759122711", "uncertainty": 120 }, "departure": { "time": "1759122711", "uncertainty": 120 }, "stopId": "0:_BAR 2" }, { "arrival": { "time": "1759122822", "uncertainty": 120 }, "departure": { "time": "1759122822", "uncertainty": 120 }, "stopId": "0:_CAQ 2" }, { "arrival": { "time": "1759122991", "uncertainty": 120 }, "departure": { "time": "1759122991", "uncertainty": 120 }, "stopId": "0:_BAR" }, { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:_GMU", "stopSequence": 1 }, { "arrival": { "time": "1759122126", "uncertainty": 120 }, "departure": { "time": "1759122126", "uncertainty": 120 }, "stopId": "0:_JJA 2", "stopSequence": 2 }, { "arrival": { "time": "1759122271", "uncertainty": 120 }, "departure": { "time": "1759122271", "uncertainty": 120 }, "stopId": "0:_VOL 2", "stopSequence": 3 }, { "arrival": { "time": "1759122300", "uncertainty": 120 }, "departure": { "time": "1759122300", "uncertainty": 120 }, "stopId": "0:_CLL 2", "stopSequence": 4 }, { "arrival": { "time": "1759122413", "uncertainty": 120 }, "departure": { "time": "1759122413", "uncertainty": 120 }, "stopId": "0:_BCA 2", "stopSequence": 5 }, { "arrival": { "time": "1759122693", "uncertainty": 120 }, "departure": { "time": "1759122693", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_BAR 2", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_CAQ 2", "stopSequence": 7 }, { "arrival": { "time": "1759122900", "uncertainty": 120 }, "departure": { "time": "1759122900", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:_BZIS 2", "stopSequence": 8 }, { "arrival": { "time": "1759123280", "uncertainty": 120 }, "stopId": "0:_CDR", "stopSequence": 9 } ], "trip": { "directionId": 0, "routeId": "65", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290087" } } }, { "id": "3291819", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1759125094", "uncertainty": 120 }, "departure": { "time": "1759125094", "uncertainty": 120 }, "stopId": "0:VHUGO" }, { "arrival": { "time": "1759125148", "uncertainty": 120 }, "departure": { "time": "1759125148", "uncertainty": 120 }, "stopId": "0:LGMOU" }, { "arrival": { "time": "1759125229", "uncertainty": 120 }, "departure": { "time": "1759125229", "uncertainty": 120 }, "stopId": "0:MONGE 2" }, { "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 1 }, { "arrival": { "time": "1759122600", "uncertainty": 120 }, "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 2 }, { "arrival": { "time": "1759122698", "uncertainty": 120 }, "departure": { "time": "1759122698", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 3 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 4 }, { "arrival": { "time": "1759123036", "uncertainty": 120 }, "departure": { "time": "1759123036", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 5 }, { "arrival": { "time": "1759123140", "uncertainty": 120 }, "departure": { "time": "1759123140", "uncertainty": 120 }, "stopId": "0:KENNE", "stopSequence": 6 }, { "arrival": { "time": "1759123211", "uncertainty": 120 }, "departure": { "time": "1759123211", "uncertainty": 120 }, "stopId": "0:BECQU", "stopSequence": 7 }, { "arrival": { "time": "1759123299", "uncertainty": 120 }, "departure": { "time": "1759123299", "uncertainty": 120 }, "stopId": "0:ADER 2", "stopSequence": 8 }, { "arrival": { "time": "1759123353", "uncertainty": 120 }, "departure": { "time": "1759123353", "uncertainty": 120 }, "stopId": "0:NIEP", "stopSequence": 9 }, { "arrival": { "time": "1759123408", "uncertainty": 120 }, "departure": { "time": "1759123408", "uncertainty": 120 }, "stopId": "0:VEDRI", "stopSequence": 10 }, { "arrival": { "time": "1759123569", "uncertainty": 120 }, "departure": { "time": "1759123569", "uncertainty": 120 }, "stopId": "0:MOZAR", "stopSequence": 11 }, { "arrival": { "time": "1759123661", "uncertainty": 120 }, "departure": { "time": "1759123661", "uncertainty": 120 }, "stopId": "0:BEETH", "stopSequence": 12 }, { "arrival": { "time": "1759123740", "uncertainty": 120 }, "departure": { "time": "1759123740", "uncertainty": 120 }, "stopId": "0:EURO", "stopSequence": 13 }, { "arrival": { "time": "1759123829", "uncertainty": 120 }, "departure": { "time": "1759123829", "uncertainty": 120 }, "stopId": "0:CHOPI", "stopSequence": 14 }, { "arrival": { "time": "1759123926", "uncertainty": 120 }, "departure": { "time": "1759123926", "uncertainty": 120 }, "stopId": "0:MELIE", "stopSequence": 15 }, { "arrival": { "time": "1759124008", "uncertainty": 120 }, "departure": { "time": "1759124008", "uncertainty": 120 }, "stopId": "0:POITO", "stopSequence": 16 }, { "arrival": { "time": "1759124103", "uncertainty": 120 }, "departure": { "time": "1759124103", "uncertainty": 120 }, "stopId": "0:ESCHI", "stopSequence": 17 }, { "arrival": { "time": "1759124160", "uncertainty": 120 }, "departure": { "time": "1759124160", "uncertainty": 120 }, "stopId": "0:BRIFF", "stopSequence": 18 }, { "arrival": { "time": "1759124218", "uncertainty": 120 }, "departure": { "time": "1759124218", "uncertainty": 120 }, "stopId": "0:IUT", "stopSequence": 19 }, { "arrival": { "time": "1759124264", "uncertainty": 120 }, "departure": { "time": "1759124264", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 20 }, { "arrival": { "time": "1759124394", "uncertainty": 120 }, "departure": { "time": "1759124394", "uncertainty": 120 }, "stopId": "0:VITTE", "stopSequence": 21 }, { "arrival": { "time": "1759124470", "uncertainty": 120 }, "departure": { "time": "1759124470", "uncertainty": 120 }, "stopId": "0:MJUIN 2", "stopSequence": 22 }, { "arrival": { "time": "1759124501", "uncertainty": 120 }, "departure": { "time": "1759124501", "uncertainty": 120 }, "stopId": "0:UTRIL 2", "stopSequence": 23 }, { "arrival": { "time": "1759124571", "uncertainty": 120 }, "departure": { "time": "1759124571", "uncertainty": 120 }, "stopId": "0:MANDR", "stopSequence": 24 }, { "arrival": { "time": "1759124651", "uncertainty": 120 }, "departure": { "time": "1759124651", "uncertainty": 120 }, "stopId": "0:LBAUM", "stopSequence": 25 }, { "arrival": { "time": "1759124707", "uncertainty": 120 }, "departure": { "time": "1759124707", "uncertainty": 120 }, "stopId": "0:LGPLA", "stopSequence": 26 }, { "arrival": { "time": "1759124772", "uncertainty": 120 }, "departure": { "time": "1759124772", "uncertainty": 120 }, "stopId": "0:BDMUR", "stopSequence": 27 }, { "arrival": { "time": "1759124829", "uncertainty": 120 }, "departure": { "time": "1759124829", "uncertainty": 120 }, "stopId": "0:FONTL 2", "stopSequence": 28 }, { "arrival": { "time": "1759125129", "uncertainty": 120 }, "departure": { "time": "1759125129", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:RIMBA 2", "stopSequence": 29 }, { "arrival": { "time": "1759125185", "uncertainty": 120 }, "departure": { "time": "1759125185", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MALLA 2", "stopSequence": 30 }, { "arrival": { "time": "1759125249", "uncertainty": 120 }, "departure": { "time": "1759125249", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MONGE 2", "stopSequence": 31 }, { "arrival": { "time": "1759125300", "uncertainty": 120 }, "departure": { "time": "1759125300", "uncertainty": 120 }, "stopId": "0:JFERR 2", "stopSequence": 32 }, { "arrival": { "time": "1759125349", "uncertainty": 120 }, "stopId": "0:ALGOU 2", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "07", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291819" } } }, { "id": "3290406", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122834", "uncertainty": 120 }, "stopId": "0:_ELI 2", "stopSequence": 1 }, { "arrival": { "time": "1759122954", "uncertainty": 120 }, "departure": { "time": "1759122954", "uncertainty": 120 }, "stopId": "0:_EJOS 2", "stopSequence": 2 }, { "arrival": { "time": "1759123014", "uncertainty": 120 }, "departure": { "time": "1759123014", "uncertainty": 120 }, "stopId": "0:_EDO", "stopSequence": 3 }, { "arrival": { "time": "1759123134", "uncertainty": 120 }, "departure": { "time": "1759123134", "uncertainty": 120 }, "stopId": "0:_ELPOU", "stopSequence": 4 }, { "arrival": { "time": "1759123194", "uncertainty": 120 }, "departure": { "time": "1759123194", "uncertainty": 120 }, "stopId": "0:_EBU", "stopSequence": 5 }, { "arrival": { "time": "1759123254", "uncertainty": 120 }, "departure": { "time": "1759123254", "uncertainty": 120 }, "stopId": "0:_EBRE", "stopSequence": 6 }, { "arrival": { "time": "1759123434", "uncertainty": 120 }, "departure": { "time": "1759123434", "uncertainty": 120 }, "stopId": "0:_EVE", "stopSequence": 7 }, { "arrival": { "time": "1759123494", "uncertainty": 120 }, "departure": { "time": "1759123494", "uncertainty": 120 }, "stopId": "0:_ELBAU", "stopSequence": 8 }, { "arrival": { "time": "1759123674", "uncertainty": 120 }, "departure": { "time": "1759123674", "uncertainty": 120 }, "stopId": "0:_EPLA", "stopSequence": 9 }, { "arrival": { "time": "1759123734", "uncertainty": 120 }, "departure": { "time": "1759123734", "uncertainty": 120 }, "stopId": "0:_ECH", "stopSequence": 10 }, { "arrival": { "time": "1759123919", "uncertainty": 120 }, "departure": { "time": "1759123919", "uncertainty": 120 }, "stopId": "0:_EEG", "stopSequence": 11 }, { "arrival": { "time": "1759124039", "uncertainty": 120 }, "departure": { "time": "1759124039", "uncertainty": 120 }, "stopId": "0:_EGALC", "stopSequence": 12 }, { "arrival": { "time": "1759124105", "uncertainty": 120 }, "departure": { "time": "1759124105", "uncertainty": 120 }, "stopId": "0:_ESA 2", "stopSequence": 13 }, { "arrival": { "time": "1759124168", "uncertainty": 120 }, "departure": { "time": "1759124168", "uncertainty": 120 }, "stopId": "0:_ELJD", "stopSequence": 14 }, { "arrival": { "time": "1759124288", "uncertainty": 120 }, "departure": { "time": "1759124288", "uncertainty": 120 }, "stopId": "0:_EALO", "stopSequence": 15 }, { "arrival": { "time": "1759124528", "uncertainty": 120 }, "departure": { "time": "1759124528", "uncertainty": 120 }, "stopId": "0:_BVIL", "stopSequence": 16 }, { "arrival": { "time": "1759125128", "uncertainty": 120 }, "stopId": "0:JMAC 6", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "373", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290406" } } }, { "id": "3293188", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000", "uncertainty": 120 }, "stopId": "0:BARBV", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "801", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293188" } } }, { "id": "3290629", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122090", "uncertainty": 120 }, "stopId": "0:ALPO", "stopSequence": 1 }, { "arrival": { "time": "1759122386", "uncertainty": 120 }, "departure": { "time": "1759122386", "uncertainty": 120 }, "stopId": "0:_AXLM 2", "stopSequence": 2 }, { "arrival": { "time": "1759122480", "uncertainty": 120 }, "departure": { "time": "1759122480", "uncertainty": 120 }, "stopId": "0:_AXL 2", "stopSequence": 3 }, { "arrival": { "time": "1759122647", "uncertainty": 120 }, "departure": { "time": "1759122647", "uncertainty": 120 }, "stopId": "0:CASTO 2", "stopSequence": 4 }, { "arrival": { "time": "1759122696", "uncertainty": 120 }, "departure": { "time": "1759122696", "uncertainty": 120 }, "stopId": "0:ALPE 2", "stopSequence": 5 }, { "arrival": { "time": "1759122736", "uncertainty": 120 }, "departure": { "time": "1759122736", "uncertainty": 120 }, "stopId": "0:MATH 2", "stopSequence": 6 }, { "arrival": { "time": "1759122780", "uncertainty": 120 }, "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:ESTO 2", "stopSequence": 7 }, { "arrival": { "time": "1759122819", "uncertainty": 120 }, "departure": { "time": "1759122819", "uncertainty": 120 }, "stopId": "0:MIRAB 2", "stopSequence": 8 }, { "arrival": { "time": "1759122864", "uncertainty": 120 }, "departure": { "time": "1759122864", "uncertainty": 120 }, "stopId": "0:COUBE 2", "stopSequence": 9 }, { "arrival": { "time": "1759122904", "uncertainty": 120 }, "departure": { "time": "1759122904", "uncertainty": 120 }, "stopId": "0:SDCO", "stopSequence": 10 }, { "arrival": { "time": "1759122948", "uncertainty": 120 }, "departure": { "time": "1759122948", "uncertainty": 120 }, "stopId": "0:MUSIQ", "stopSequence": 11 }, { "arrival": { "time": "1759122978", "uncertainty": 120 }, "departure": { "time": "1759122978", "uncertainty": 120 }, "stopId": "0:MAIRIE1", "stopSequence": 12 }, { "arrival": { "time": "1759123034", "uncertainty": 120 }, "departure": { "time": "1759123034", "uncertainty": 120 }, "stopId": "0:MJC 2", "stopSequence": 13 }, { "arrival": { "time": "1759123094", "uncertainty": 120 }, "departure": { "time": "1759123094", "uncertainty": 120 }, "stopId": "0:LETRA 2", "stopSequence": 14 }, { "arrival": { "time": "1759123158", "uncertainty": 120 }, "departure": { "time": "1759123158", "uncertainty": 120 }, "stopId": "0:LFLEUR 2", "stopSequence": 15 }, { "arrival": { "time": "1759123223", "uncertainty": 120 }, "departure": { "time": "1759123223", "uncertainty": 120 }, "stopId": "0:VIVA 2", "stopSequence": 16 }, { "arrival": { "time": "1759123357", "uncertainty": 120 }, "departure": { "time": "1759123357", "uncertainty": 120 }, "stopId": "0:LPLOV 2", "stopSequence": 17 }, { "arrival": { "time": "1759123464", "uncertainty": 120 }, "departure": { "time": "1759123464", "uncertainty": 120 }, "stopId": "0:CHAN 2", "stopSequence": 18 }, { "arrival": { "time": "1759123537", "uncertainty": 120 }, "departure": { "time": "1759123537", "uncertainty": 120 }, "stopId": "0:LCOU 1.2", "stopSequence": 19 }, { "arrival": { "time": "1759123737", "uncertainty": 120 }, "departure": { "time": "1759123737", "uncertainty": 120 }, "stopId": "0:VALENC 2", "stopSequence": 20 }, { "arrival": { "time": "1759123873", "uncertainty": 120 }, "departure": { "time": "1759123873", "uncertainty": 120 }, "stopId": "0:ROMAN 2", "stopSequence": 21 }, { "arrival": { "time": "1759123926", "uncertainty": 120 }, "departure": { "time": "1759123926", "uncertainty": 120 }, "stopId": "0:CIMETI 2", "stopSequence": 22 }, { "arrival": { "time": "1759123996", "uncertainty": 120 }, "departure": { "time": "1759123996", "uncertainty": 120 }, "stopId": "0:BCROZ 2", "stopSequence": 23 }, { "arrival": { "time": "1759124079", "uncertainty": 120 }, "departure": { "time": "1759124079", "uncertainty": 120 }, "stopId": "0:LMAUB 2", "stopSequence": 24 }, { "arrival": { "time": "1759124162", "uncertainty": 120 }, "departure": { "time": "1759124162", "uncertainty": 120 }, "stopId": "0:SERVA 2", "stopSequence": 25 }, { "arrival": { "time": "1759124247", "uncertainty": 120 }, "departure": { "time": "1759124247", "uncertainty": 120 }, "stopId": "0:LMARN 3", "stopSequence": 26 }, { "arrival": { "time": "1759124330", "uncertainty": 120 }, "departure": { "time": "1759124330", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 27 }, { "arrival": { "time": "1759124446", "uncertainty": 120 }, "departure": { "time": "1759124446", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 28 }, { "arrival": { "time": "1759124570", "uncertainty": 120 }, "departure": { "time": "1759124570", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 29 }, { "arrival": { "time": "1759125110", "uncertainty": 120 }, "stopId": "0:VHUGO 2", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "295", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290629" } } }, { "id": "3290429", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122060", "uncertainty": 120 }, "stopId": "0:_SER", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "541", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290429" } } }, { "id": "3290758", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122240", "uncertainty": 120 }, "stopId": "0:CLF", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "533", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290758" } } }, { "id": "3292317", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122780", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292317" } } }, { "id": "3293242", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122120", "uncertainty": 120 }, "stopId": "0:_CZM 2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "849", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3293242" } } }, { "id": "3114070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122000" }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "CP", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3114070" } } }, { "id": "3290673", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122600", "uncertainty": 120 }, "stopId": "0:MMAM", "stopSequence": 1 }, { "arrival": { "time": "1759122840", "uncertainty": 120 }, "departure": { "time": "1759122840", "uncertainty": 120 }, "stopId": "0:MOTPE", "stopSequence": 2 }, { "arrival": { "time": "1759122960", "uncertainty": 120 }, "departure": { "time": "1759122960", "uncertainty": 120 }, "stopId": "0:MOTC", "stopSequence": 3 }, { "arrival": { "time": "1759123020", "uncertainty": 120 }, "departure": { "time": "1759123020", "uncertainty": 120 }, "stopId": "0:MOT3BE", "stopSequence": 4 }, { "arrival": { "time": "1759123080", "uncertainty": 120 }, "departure": { "time": "1759123080", "uncertainty": 120 }, "stopId": "0:MONT", "stopSequence": 5 }, { "arrival": { "time": "1759123200", "uncertainty": 120 }, "departure": { "time": "1759123200", "uncertainty": 120 }, "stopId": "0:GABV", "stopSequence": 6 }, { "arrival": { "time": "1759123320", "uncertainty": 120 }, "departure": { "time": "1759123320", "uncertainty": 120 }, "stopId": "0:BMDA", "stopSequence": 7 }, { "arrival": { "time": "1759123380", "uncertainty": 120 }, "departure": { "time": "1759123380", "uncertainty": 120 }, "stopId": "0:BLCH", "stopSequence": 8 }, { "arrival": { "time": "1759123500", "uncertainty": 120 }, "departure": { "time": "1759123500", "uncertainty": 120 }, "stopId": "0:BLQU", "stopSequence": 9 }, { "arrival": { "time": "1759123680", "uncertainty": 120 }, "departure": { "time": "1759123680", "uncertainty": 120 }, "stopId": "0:L3BU", "stopSequence": 10 }, { "arrival": { "time": "1759123920", "uncertainty": 120 }, "departure": { "time": "1759123920", "uncertainty": 120 }, "stopId": "0:LAFF 2", "stopSequence": 11 }, { "arrival": { "time": "1759124217", "uncertainty": 120 }, "departure": { "time": "1759124217", "uncertainty": 120 }, "stopId": "0:CVERN 2", "stopSequence": 12 }, { "arrival": { "time": "1759124384", "uncertainty": 120 }, "departure": { "time": "1759124384", "uncertainty": 120 }, "stopId": "0:AMBLA", "stopSequence": 13 }, { "arrival": { "time": "1759124533", "uncertainty": 120 }, "departure": { "time": "1759124533", "uncertainty": 120 }, "stopId": "0:VILLA", "stopSequence": 14 }, { "arrival": { "time": "1759124697", "uncertainty": 120 }, "departure": { "time": "1759124697", "uncertainty": 120 }, "stopId": "0:LEC O1", "stopSequence": 15 }, { "arrival": { "time": "1759124817", "uncertainty": 120 }, "departure": { "time": "1759124817", "uncertainty": 120 }, "stopId": "0:GARE 2", "stopSequence": 16 }, { "arrival": { "time": "1759124937", "uncertainty": 120 }, "departure": { "time": "1759124937", "uncertainty": 120 }, "stopId": "0:CECIL 2", "stopSequence": 17 }, { "arrival": { "time": "1759125477", "uncertainty": 120 }, "stopId": "0:VHUGO 2", "stopSequence": 18 } ], "trip": { "directionId": 0, "routeId": "303", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290673" } } }, { "id": "3290231", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759122900", "uncertainty": 120 }, "stopId": "0:CHAN", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "185", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290231" } } }, { "id": "3290702", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759121880" }, "stopId": "0:_SSF", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "413", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3290702" } } }, { "id": "3291493", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759119792", "uncertainty": 120 }, "stopId": "0:PLOY", "stopSequence": 1 }, { "arrival": { "time": "1759119864", "uncertainty": 120 }, "departure": { "time": "1759119864", "uncertainty": 120 }, "stopId": "0:CHAV 2", "stopSequence": 2 }, { "arrival": { "time": "1759119912", "uncertainty": 120 }, "departure": { "time": "1759119912", "uncertainty": 120 }, "stopId": "0:CHAVA", "stopSequence": 3 }, { "arrival": { "time": "1759119971", "uncertainty": 120 }, "departure": { "time": "1759119971", "uncertainty": 120 }, "stopId": "0:TOURT 2", "stopSequence": 4 }, { "arrival": { "time": "1759120032", "uncertainty": 120 }, "departure": { "time": "1759120032", "uncertainty": 120 }, "stopId": "0:PERDR 2", "stopSequence": 5 }, { "arrival": { "time": "1759120048", "uncertainty": 120 }, "departure": { "time": "1759120048", "uncertainty": 120 }, "stopId": "0:LVERG 2", "stopSequence": 6 }, { "arrival": { "time": "1759120072", "uncertainty": 120 }, "departure": { "time": "1759120072", "uncertainty": 120 }, "stopId": "0:StFLE 2", "stopSequence": 7 }, { "arrival": { "time": "1759120108", "uncertainty": 120 }, "departure": { "time": "1759120108", "uncertainty": 120 }, "stopId": "0:CROZE 2", "stopSequence": 8 }, { "arrival": { "time": "1759120175", "uncertainty": 120 }, "departure": { "time": "1759120175", "uncertainty": 120 }, "stopId": "0:FMALE 2", "stopSequence": 9 }, { "arrival": { "time": "1759120226", "uncertainty": 120 }, "departure": { "time": "1759120242", "uncertainty": 120 }, "stopId": "0:HDVIL", "stopSequence": 10 }, { "arrival": { "time": "1759120331", "uncertainty": 120 }, "departure": { "time": "1759120331", "uncertainty": 120 }, "stopId": "0:JDARC 2", "stopSequence": 11 }, { "arrival": { "time": "1759120421", "uncertainty": 120 }, "departure": { "time": "1759120421", "uncertainty": 120 }, "stopId": "0:BEYLE", "stopSequence": 12 }, { "arrival": { "time": "1759120492", "uncertainty": 120 }, "departure": { "time": "1759120492", "uncertainty": 120 }, "stopId": "0:LMALA", "stopSequence": 13 }, { "arrival": { "time": "1759120551", "uncertainty": 120 }, "departure": { "time": "1759120603", "uncertainty": 120 }, "stopId": "0:P2000", "stopSequence": 14 }, { "arrival": { "time": "1759120691", "uncertainty": 120 }, "departure": { "time": "1759120693", "uncertainty": 120 }, "stopId": "0:TREMO", "stopSequence": 15 }, { "arrival": { "time": "1759120722", "uncertainty": 120 }, "departure": { "time": "1759120722", "uncertainty": 120 }, "stopId": "0:CCOM1", "stopSequence": 16 }, { "arrival": { "time": "1759120871", "uncertainty": 120 }, "departure": { "time": "1759120871", "uncertainty": 120 }, "stopId": "0:PBLAN 2", "stopSequence": 17 }, { "arrival": { "time": "1759120981", "uncertainty": 120 }, "departure": { "time": "1759120981", "uncertainty": 120 }, "stopId": "0:FAUCON", "stopSequence": 18 }, { "arrival": { "time": "1759121069", "uncertainty": 120 }, "departure": { "time": "1759121069", "uncertainty": 120 }, "stopId": "0:BOTTE", "stopSequence": 19 }, { "arrival": { "time": "1759121183", "uncertainty": 120 }, "departure": { "time": "1759121183", "uncertainty": 120 }, "stopId": "0:MCHAM", "stopSequence": 20 }, { "arrival": { "time": "1759121251", "uncertainty": 120 }, "departure": { "time": "1759121251", "uncertainty": 120 }, "stopId": "0:REPUB", "stopSequence": 21 }, { "arrival": { "time": "1759121319", "uncertainty": 120 }, "departure": { "time": "1759121319", "uncertainty": 120 }, "stopId": "0:LEC E1", "stopSequence": 22 }, { "arrival": { "time": "1759121458", "uncertainty": 120 }, "departure": { "time": "1759121458", "uncertainty": 120 }, "stopId": "0:CHAB", "stopSequence": 23 }, { "arrival": { "time": "1759121590", "uncertainty": 120 }, "departure": { "time": "1759121590", "uncertainty": 120 }, "stopId": "0:MDAR", "stopSequence": 24 }, { "arrival": { "time": "1759121660", "uncertainty": 120 }, "departure": { "time": "1759121660", "uncertainty": 120 }, "stopId": "0:MIRA", "stopSequence": 25 }, { "arrival": { "time": "1759121729", "uncertainty": 120 }, "departure": { "time": "1759121729", "uncertainty": 120 }, "stopId": "0:MONTP2", "stopSequence": 26 }, { "arrival": { "time": "1759121932", "uncertainty": 120 }, "departure": { "time": "1759121932", "uncertainty": 120 }, "stopId": "0:PEYRU", "stopSequence": 27 }, { "arrival": { "time": "1759121989", "uncertainty": 120 }, "departure": { "time": "1759121989", "uncertainty": 120 }, "stopId": "0:AFPA", "stopSequence": 28 }, { "arrival": { "time": "1759122087", "uncertainty": 120 }, "departure": { "time": "1759122087", "uncertainty": 120 }, "stopId": "0:CHOPI 2", "stopSequence": 29 }, { "arrival": { "time": "1759122178", "uncertainty": 120 }, "departure": { "time": "1759122178", "uncertainty": 120 }, "stopId": "0:EURO 2", "stopSequence": 30 }, { "arrival": { "time": "1759122280", "uncertainty": 120 }, "departure": { "time": "1759122280", "uncertainty": 120 }, "stopId": "0:ASTI2", "stopSequence": 31 }, { "arrival": { "time": "1759122329", "uncertainty": 120 }, "departure": { "time": "1759122329", "uncertainty": 120 }, "stopId": "0:ROSSI", "stopSequence": 32 }, { "arrival": { "time": "1759122387", "uncertainty": 120 }, "departure": { "time": "1759122387", "uncertainty": 120 }, "stopId": "0:GOUNO", "stopSequence": 33 }, { "arrival": { "time": "1759122429", "uncertainty": 120 }, "departure": { "time": "1759122429", "uncertainty": 120 }, "stopId": "0:PECHE 2", "stopSequence": 34 }, { "arrival": { "time": "1759122483", "uncertainty": 120 }, "departure": { "time": "1759122483", "uncertainty": 120 }, "stopId": "0:RABEL1", "stopSequence": 35 }, { "arrival": { "time": "1759122569", "uncertainty": 120 }, "stopId": "0:LBAY 2", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "C4", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3291493" }, "vehicle": { "id": "187", "label": "187" } } }, { "id": "3292318", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1759124220", "uncertainty": 120 }, "stopId": "0:LEC O2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "LH_3292318" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1759120734" } }