Détails de la ressource

Nom du fichier : Mises à jour des trajets en temps réel
Format : gtfs-rt

Ce lien fournit les mises à jour en temps réel par rapport au référentiel gtfs-navineo.zip

Cette ressource fait partie du jeu de données Réseau urbain TCAT.

gtfs-navineo.zip

Fichier GTFS associé

Disponibilité au téléchargement

07/05/2025
100%
08/05/2025
100%
09/05/2025
100%
10/05/2025
100%
11/05/2025
100%
12/05/2025
100%
13/05/2025
100%
14/05/2025
100%
15/05/2025
100%
16/05/2025
100%
17/05/2025
100%
18/05/2025
100%
19/05/2025
100%
20/05/2025
100%
21/05/2025
100%
22/05/2025
100%
23/05/2025
100%
24/05/2025
100%
25/05/2025
100%
26/05/2025
100%
27/05/2025
100%
28/05/2025
100%
29/05/2025
100%
30/05/2025
100%
31/05/2025
100%
01/06/2025
100%
02/06/2025
100%
03/06/2025
100%
04/06/2025
100%
05/06/2025
100%
06/06/2025
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.

Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.

Rapport de validation

205 erreurs, 172 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 06/06/2025 à 09h02 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

stop_times_updates not strictly sorted E002 8 erreurs

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

Exemples d'erreurs
  • trip_id PS : Lu,Ma,Je,VeC1964600 stop_sequence [26, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] is not strictly sorted by increasing stop_sequence
  • trip_id PS : Lu,Ma,Je,VeC1966554 stop_sequence [23, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29] is not strictly sorted by increasing stop_sequence
  • trip_id PS : Lu,Ma,Je,VeC1964241 stop_sequence [27, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43] is not strictly sorted by increasing stop_sequence
  • trip_id PS : Lu,Ma,Je,VeC1965403 stop_sequence [1, 1] is not strictly sorted by increasing stop_sequence
  • trip_id PS : Lu,Ma,Je,VeC1964549 stop_sequence [27, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43] is not strictly sorted by increasing stop_sequence

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

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

Exemples d'erreurs
  • trip_id PS : Lu,Ma,Je,VeC1962690 visits stop_id [0:GAR01] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
  • trip_id PS : Lu,Ma,Je,VeC1962702 visits stop_id [0:GAR01] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
  • trip_id PS : Lu,Ma,Je,VeC1962650 visits stop_id [0:GAR01] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
  • trip_id PS : Lu,Ma,Je,VeC1962634 visits stop_id [0:GAR01] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided
  • trip_id PS : Lu,Ma,Je,VeC1962667 visits stop_id [0:GAR01] more than once and GTFS-rt stop_time_update is missing stop_sequence field - stop_sequence must be provided

Sequential stop_time_update times are not increasing E022 185 erreurs

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

Exemples d'erreurs
  • trip_id PS : Lu,Ma,Je,VeC1964600 stop_sequence 1 departure_time 09:45:00 (1749195900) is less than previous stop departure_time 10:17:07 (1749197827) - times must increase between two sequential stops
  • trip_id PS : Lu,Ma,Je,VeC1964600 stop_sequence 1 departure_time 09:45:00 (1749195900) is less than previous stop arrival_time 10:40:09 (1749199209) - times must increase between two sequential stops
  • trip_id PS : Lu,Ma,Je,VeC1964600 stop_sequence 2 arrival_time 09:48:12 (1749196092) is less than previous stop arrival_time 10:40:09 (1749199209) - times must increase between two sequential stops
  • trip_id PS : Lu,Ma,Je,VeC1964600 stop_sequence 2 departure_time 09:48:12 (1749196092) is less than previous stop arrival_time 10:40:09 (1749199209) - times must increase between two sequential stops
  • trip_id PS : Lu,Ma,Je,VeC1965021 stop_sequence 1 departure_time 09:01:32 (1749193292) is less than previous stop arrival_time 09:46:03 (1749195963) - times must increase between two sequential stops

Sequential stop_time_updates have the same stop_id E037 3 erreurs

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

Exemples d'erreurs
  • trip_id PS : Lu,Ma,Je,VeC1965403 has repeating stop_id 0:Gar01 at stop_sequence 1 - sequential stop_ids should be different
  • trip_id PS : Lu,Ma,Je,VeC1965402 has repeating stop_id 0:Gar01 at stop_sequence 1 - sequential stop_ids should be different
  • trip_id PS : Lu,Ma,Je,VeC1966503 has repeating stop_id 0:CAm01 - sequential stop_ids should be different

GTFS-rt stop_sequence not found in GTFS data E051 2 erreurs

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

Exemples d'erreurs
  • GTFS-rt trip_id PS : Lu,Ma,Je,VeC1965403 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id PS : Lu,Ma,Je,VeC1965402 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip

Avertissements

timestamp not populated W001 107 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id PS : Lu,Ma,Je,VeC1965197 does not have a timestamp
  • trip_id PS : Lu,Ma,Je,VeC1964600 does not have a timestamp
  • trip_id PS : Lu,Ma,Je,VeC1965296 does not have a timestamp
  • trip_id PS : Lu,Ma,Je,VeC1965021 does not have a timestamp
  • trip_id PS : Lu,Ma,Je,VeC1964240 does not have a timestamp

vehicle_id not populated W002 65 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id PS : Lu,Ma,Je,VeC1964600 does not have a vehicle_id
  • trip_id PS : Lu,Ma,Je,VeC1965296 does not have a vehicle_id
  • trip_id PS : Lu,Ma,Je,VeC1962690 does not have a vehicle_id
  • trip_id PS : Lu,Ma,Je,VeC1962702 does not have a vehicle_id
  • trip_id PS : Lu,Ma,Je,VeC1966554 does not have a vehicle_id
Valider ce GTFS-RT maintenant

Validations précédentes

Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 1 987 34 fois (100 % des validations)
W001 Timestamps should be populated for all elements 3 035 34 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 1 823 34 fois (100 % des validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 90 33 fois (97 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 47 33 fois (97 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 57 31 fois (91 % des validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 109 1 fois (3 % des validations)
E004 All route_ids provided in the GTFS-rt feed must exist in the GTFS data 87 1 fois (3 % des validations)
E009 If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence 7 1 fois (3 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 2 156 1 fois (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 06/06/2025 à 11h16 Europe/Paris.

trip_updates (125) vehicle_positions (0) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 06/06/2025 à 11h16 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "C1966509", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203905", "uncertainty": 120 }, "departure": { "time": "1749203905", "uncertainty": 120 }, "stopId": "0:GANd1" }, { "arrival": { "time": "1749203973", "uncertainty": 120 }, "departure": { "time": "1749203973", "uncertainty": 120 }, "stopId": "0:GIL01" }, { "arrival": { "time": "1749204006", "uncertainty": 120 }, "departure": { "time": "1749204006", "uncertainty": 120 }, "stopId": "0:GAM02" }, { "arrival": { "time": "1749204077", "uncertainty": 120 }, "departure": { "time": "1749204077", "uncertainty": 120 }, "stopId": "0:FON02" }, { "arrival": { "time": "1749204122", "uncertainty": 120 }, "departure": { "time": "1749204122", "uncertainty": 120 }, "stopId": "0:Cht04" }, { "departure": { "time": "1749203580", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 1 }, { "arrival": { "time": "1749203654", "uncertainty": 120 }, "departure": { "time": "1749203654", "uncertainty": 120 }, "stopId": "0:CCJ01", "stopSequence": 2 }, { "arrival": { "time": "1749203690", "uncertainty": 120 }, "departure": { "time": "1749203690", "uncertainty": 120 }, "stopId": "0:SFM01", "stopSequence": 3 }, { "arrival": { "time": "1749203748", "uncertainty": 120 }, "departure": { "time": "1749203748", "uncertainty": 120 }, "stopId": "0:MaI01", "stopSequence": 4 }, { "arrival": { "time": "1749203794", "uncertainty": 120 }, "departure": { "time": "1749203794", "uncertainty": 120 }, "stopId": "0:Rob01", "stopSequence": 5 }, { "arrival": { "time": "1749203828", "uncertainty": 120 }, "departure": { "time": "1749203828", "uncertainty": 120 }, "stopId": "0:Cht01", "stopSequence": 6 }, { "arrival": { "time": "1749203880", "uncertainty": 120 }, "departure": { "time": "1749203880", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FON01", "stopSequence": 7 }, { "arrival": { "time": "1749203970", "uncertainty": 120 }, "departure": { "time": "1749203970", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:ReG01", "stopSequence": 8 }, { "arrival": { "time": "1749204019", "uncertainty": 120 }, "departure": { "time": "1749204019", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GUE01", "stopSequence": 9 }, { "arrival": { "time": "1749204061", "uncertainty": 120 }, "departure": { "time": "1749204061", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRU01", "stopSequence": 10 }, { "arrival": { "time": "1749204106", "uncertainty": 120 }, "departure": { "time": "1749204106", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COO01", "stopSequence": 11 }, { "arrival": { "time": "1749204140", "uncertainty": 120 }, "departure": { "time": "1749204140", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:par02", "stopSequence": 12 }, { "arrival": { "time": "1749204209", "uncertainty": 120 }, "departure": { "time": "1749204209", "uncertainty": 120 }, "stopId": "0:PHI02", "stopSequence": 13 }, { "arrival": { "time": "1749204244", "uncertainty": 120 }, "departure": { "time": "1749204244", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 14 }, { "arrival": { "time": "1749204316", "uncertainty": 120 }, "departure": { "time": "1749204316", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 15 }, { "arrival": { "time": "1749204390", "uncertainty": 120 }, "departure": { "time": "1749204390", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 16 }, { "arrival": { "time": "1749204439", "uncertainty": 120 }, "departure": { "time": "1749204439", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 17 }, { "arrival": { "time": "1749204493", "uncertainty": 120 }, "departure": { "time": "1749204493", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 18 }, { "arrival": { "time": "1749204553", "uncertainty": 120 }, "departure": { "time": "1749204553", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 19 }, { "arrival": { "time": "1749204655", "uncertainty": 120 }, "departure": { "time": "1749204655", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 20 }, { "arrival": { "time": "1749204770", "uncertainty": 120 }, "departure": { "time": "1749204770", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 21 }, { "arrival": { "time": "1749204844", "uncertainty": 120 }, "departure": { "time": "1749204844", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 22 }, { "arrival": { "time": "1749204879", "uncertainty": 120 }, "departure": { "time": "1749204879", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 23 }, { "arrival": { "time": "1749204960", "uncertainty": 120 }, "departure": { "time": "1749204960", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 24 }, { "arrival": { "time": "1749205035", "uncertainty": 120 }, "departure": { "time": "1749205035", "uncertainty": 120 }, "stopId": "0:pAS02", "stopSequence": 25 }, { "arrival": { "time": "1749205140", "uncertainty": 120 }, "departure": { "time": "1749205140", "uncertainty": 120 }, "stopId": "0:BAl01", "stopSequence": 26 }, { "arrival": { "time": "1749205211", "uncertainty": 120 }, "departure": { "time": "1749205211", "uncertainty": 120 }, "stopId": "0:MAi01", "stopSequence": 27 }, { "arrival": { "time": "1749205259", "uncertainty": 120 }, "departure": { "time": "1749205259", "uncertainty": 120 }, "stopId": "0:CCE01", "stopSequence": 28 }, { "arrival": { "time": "1749205318", "uncertainty": 120 }, "departure": { "time": "1749205318", "uncertainty": 120 }, "stopId": "0:ile01", "stopSequence": 29 }, { "arrival": { "time": "1749205376", "uncertainty": 120 }, "departure": { "time": "1749205376", "uncertainty": 120 }, "stopId": "0:ABB01", "stopSequence": 30 }, { "arrival": { "time": "1749205501", "uncertainty": 120 }, "departure": { "time": "1749205501", "uncertainty": 120 }, "stopId": "0:NOT01", "stopSequence": 31 }, { "arrival": { "time": "1749205588", "uncertainty": 120 }, "departure": { "time": "1749205588", "uncertainty": 120 }, "stopId": "0:DOu02", "stopSequence": 32 }, { "arrival": { "time": "1749205688", "uncertainty": 120 }, "departure": { "time": "1749205688", "uncertainty": 120 }, "stopId": "0:CHN04", "stopSequence": 33 }, { "arrival": { "time": "1749205740", "uncertainty": 120 }, "departure": { "time": "1749205740", "uncertainty": 120 }, "stopId": "0:CUV01", "stopSequence": 34 }, { "arrival": { "time": "1749205780", "uncertainty": 120 }, "departure": { "time": "1749205780", "uncertainty": 120 }, "stopId": "0:TAB02", "stopSequence": 35 }, { "arrival": { "time": "1749205823", "uncertainty": 120 }, "departure": { "time": "1749205823", "uncertainty": 120 }, "stopId": "0:bre02", "stopSequence": 36 }, { "arrival": { "time": "1749205877", "uncertainty": 120 }, "departure": { "time": "1749205877", "uncertainty": 120 }, "stopId": "0:THI04", "stopSequence": 37 }, { "arrival": { "time": "1749205920", "uncertainty": 120 }, "departure": { "time": "1749205920", "uncertainty": 120 }, "stopId": "0:TRU02", "stopSequence": 38 }, { "arrival": { "time": "1749205980", "uncertainty": 120 }, "departure": { "time": "1749205980", "uncertainty": 120 }, "stopId": "0:PAT04", "stopSequence": 39 }, { "arrival": { "time": "1749206043", "uncertainty": 120 }, "departure": { "time": "1749206043", "uncertainty": 120 }, "stopId": "0:MOn01", "stopSequence": 40 }, { "arrival": { "time": "1749206108", "uncertainty": 120 }, "departure": { "time": "1749206108", "uncertainty": 120 }, "stopId": "0:REN02", "stopSequence": 41 }, { "arrival": { "time": "1749206150", "uncertainty": 120 }, "departure": { "time": "1749206150", "uncertainty": 120 }, "stopId": "0:DAR02", "stopSequence": 42 }, { "arrival": { "time": "1749206263", "uncertainty": 120 }, "departure": { "time": "1749206263", "uncertainty": 120 }, "stopId": "0:CEn02", "stopSequence": 43 }, { "arrival": { "time": "1749206347", "uncertainty": 120 }, "departure": { "time": "1749206347", "uncertainty": 120 }, "stopId": "0:GAG01", "stopSequence": 44 }, { "arrival": { "time": "1749206379", "uncertainty": 120 }, "departure": { "time": "1749206379", "uncertainty": 120 }, "stopId": "0:MAS01", "stopSequence": 45 }, { "arrival": { "time": "1749206431", "uncertainty": 120 }, "departure": { "time": "1749206431", "uncertainty": 120 }, "stopId": "0:PAl01", "stopSequence": 46 }, { "arrival": { "time": "1749206547", "uncertainty": 120 }, "departure": { "time": "1749206547", "uncertainty": 120 }, "stopId": "0:CLo01", "stopSequence": 47 }, { "arrival": { "time": "1749206580", "uncertainty": 120 }, "departure": { "time": "1749206580", "uncertainty": 120 }, "stopId": "0:MRO01", "stopSequence": 48 }, { "arrival": { "time": "1749206672", "uncertainty": 120 }, "departure": { "time": "1749206672", "uncertainty": 120 }, "stopId": "0:DEV01", "stopSequence": 49 }, { "arrival": { "time": "1749206807", "uncertainty": 120 }, "departure": { "time": "1749206807", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 50 }, { "arrival": { "time": "1749206842", "uncertainty": 120 }, "departure": { "time": "1749206842", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 51 }, { "arrival": { "time": "1749206898", "uncertainty": 120 }, "departure": { "time": "1749206898", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 52 }, { "arrival": { "time": "1749206948", "uncertainty": 120 }, "departure": { "time": "1749206948", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 53 }, { "arrival": { "time": "1749207003", "uncertainty": 120 }, "departure": { "time": "1749207003", "uncertainty": 120 }, "stopId": "0:JUI02", "stopSequence": 54 }, { "arrival": { "time": "1749207060", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 55 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966509" } } }, { "id": "C1965832", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204540", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "21", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965832" } } }, { "id": "C1965301", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203280", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965301" } } }, { "id": "C1965456", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201431", "uncertainty": 120 }, "departure": { "time": "1749201431", "uncertainty": 120 }, "stopId": "0:GANd1" }, { "arrival": { "time": "1749201499", "uncertainty": 120 }, "departure": { "time": "1749201499", "uncertainty": 120 }, "stopId": "0:GIL01" }, { "arrival": { "time": "1749201532", "uncertainty": 120 }, "departure": { "time": "1749201532", "uncertainty": 120 }, "stopId": "0:GAM02" }, { "arrival": { "time": "1749201603", "uncertainty": 120 }, "departure": { "time": "1749201603", "uncertainty": 120 }, "stopId": "0:FON02" }, { "arrival": { "time": "1749201648", "uncertainty": 120 }, "departure": { "time": "1749201648", "uncertainty": 120 }, "stopId": "0:Cht04" }, { "arrival": { "time": "1749204153", "uncertainty": 120 }, "departure": { "time": "1749204153", "uncertainty": 120 }, "stopId": "0:CAm02" }, { "arrival": { "time": "1749204183", "uncertainty": 120 }, "departure": { "time": "1749204183", "uncertainty": 120 }, "stopId": "0:TEI02" }, { "arrival": { "time": "1749204305", "uncertainty": 120 }, "departure": { "time": "1749204305", "uncertainty": 120 }, "stopId": "0:BIZ02" }, { "arrival": { "time": "1749204528", "uncertainty": 120 }, "departure": { "time": "1749204528", "uncertainty": 120 }, "stopId": "0:BUI01" }, { "arrival": { "time": "1749204599", "uncertainty": 120 }, "departure": { "time": "1749204599", "uncertainty": 120 }, "stopId": "0:DUC02" }, { "departure": { "time": "1749201107", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 1 }, { "arrival": { "time": "1749201167", "uncertainty": 120 }, "departure": { "time": "1749201167", "uncertainty": 120 }, "stopId": "0:CCJ01", "stopSequence": 2 }, { "arrival": { "time": "1749201208", "uncertainty": 120 }, "departure": { "time": "1749201212", "uncertainty": 120 }, "stopId": "0:SFM01", "stopSequence": 3 }, { "arrival": { "time": "1749201271", "uncertainty": 120 }, "departure": { "time": "1749201271", "uncertainty": 120 }, "stopId": "0:MaI01", "stopSequence": 4 }, { "arrival": { "time": "1749201302", "uncertainty": 120 }, "departure": { "time": "1749201317", "uncertainty": 120 }, "stopId": "0:Rob01", "stopSequence": 5 }, { "arrival": { "time": "1749201348", "uncertainty": 120 }, "departure": { "time": "1749201348", "uncertainty": 120 }, "stopId": "0:Cht01", "stopSequence": 6 }, { "arrival": { "time": "1749201360", "uncertainty": 120 }, "departure": { "time": "1749201360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FON01", "stopSequence": 7 }, { "arrival": { "time": "1749201450", "uncertainty": 120 }, "departure": { "time": "1749201450", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:ReG01", "stopSequence": 8 }, { "arrival": { "time": "1749201499", "uncertainty": 120 }, "departure": { "time": "1749201499", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GUE01", "stopSequence": 9 }, { "arrival": { "time": "1749201541", "uncertainty": 120 }, "departure": { "time": "1749201541", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRU01", "stopSequence": 10 }, { "arrival": { "time": "1749201586", "uncertainty": 120 }, "departure": { "time": "1749201586", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COO01", "stopSequence": 11 }, { "arrival": { "time": "1749201620", "uncertainty": 120 }, "departure": { "time": "1749201620", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:par02", "stopSequence": 12 }, { "arrival": { "time": "1749201735", "uncertainty": 120 }, "departure": { "time": "1749201735", "uncertainty": 120 }, "stopId": "0:PHI02", "stopSequence": 13 }, { "arrival": { "time": "1749201770", "uncertainty": 120 }, "departure": { "time": "1749201770", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 14 }, { "arrival": { "time": "1749201836", "uncertainty": 120 }, "departure": { "time": "1749201836", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 15 }, { "arrival": { "time": "1749201904", "uncertainty": 120 }, "departure": { "time": "1749201904", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 16 }, { "arrival": { "time": "1749201949", "uncertainty": 120 }, "departure": { "time": "1749201949", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 17 }, { "arrival": { "time": "1749201999", "uncertainty": 120 }, "departure": { "time": "1749201999", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 18 }, { "arrival": { "time": "1749202054", "uncertainty": 120 }, "departure": { "time": "1749202054", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 19 }, { "arrival": { "time": "1749202148", "uncertainty": 120 }, "departure": { "time": "1749202148", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 20 }, { "arrival": { "time": "1749202257", "uncertainty": 120 }, "departure": { "time": "1749202257", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 21 }, { "arrival": { "time": "1749202325", "uncertainty": 120 }, "departure": { "time": "1749202325", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 22 }, { "arrival": { "time": "1749202357", "uncertainty": 120 }, "departure": { "time": "1749202357", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 23 }, { "arrival": { "time": "1749202430", "uncertainty": 120 }, "departure": { "time": "1749202430", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 24 }, { "arrival": { "time": "1749202505", "uncertainty": 120 }, "departure": { "time": "1749202505", "uncertainty": 120 }, "stopId": "0:pAS02", "stopSequence": 25 }, { "arrival": { "time": "1749202610", "uncertainty": 120 }, "departure": { "time": "1749202610", "uncertainty": 120 }, "stopId": "0:BAl01", "stopSequence": 26 }, { "arrival": { "time": "1749202682", "uncertainty": 120 }, "departure": { "time": "1749202682", "uncertainty": 120 }, "stopId": "0:MAi01", "stopSequence": 27 }, { "arrival": { "time": "1749202730", "uncertainty": 120 }, "departure": { "time": "1749202730", "uncertainty": 120 }, "stopId": "0:CCE01", "stopSequence": 28 }, { "arrival": { "time": "1749202789", "uncertainty": 120 }, "departure": { "time": "1749202789", "uncertainty": 120 }, "stopId": "0:ile01", "stopSequence": 29 }, { "arrival": { "time": "1749202847", "uncertainty": 120 }, "departure": { "time": "1749202847", "uncertainty": 120 }, "stopId": "0:ABB01", "stopSequence": 30 }, { "arrival": { "time": "1749202972", "uncertainty": 120 }, "departure": { "time": "1749202972", "uncertainty": 120 }, "stopId": "0:NOT01", "stopSequence": 31 }, { "arrival": { "time": "1749203059", "uncertainty": 120 }, "departure": { "time": "1749203059", "uncertainty": 120 }, "stopId": "0:DOu02", "stopSequence": 32 }, { "arrival": { "time": "1749203159", "uncertainty": 120 }, "departure": { "time": "1749203159", "uncertainty": 120 }, "stopId": "0:CHN04", "stopSequence": 33 }, { "arrival": { "time": "1749203211", "uncertainty": 120 }, "departure": { "time": "1749203211", "uncertainty": 120 }, "stopId": "0:CUV01", "stopSequence": 34 }, { "arrival": { "time": "1749203251", "uncertainty": 120 }, "departure": { "time": "1749203251", "uncertainty": 120 }, "stopId": "0:TAB02", "stopSequence": 35 }, { "arrival": { "time": "1749203294", "uncertainty": 120 }, "departure": { "time": "1749203294", "uncertainty": 120 }, "stopId": "0:bre02", "stopSequence": 36 }, { "arrival": { "time": "1749203348", "uncertainty": 120 }, "departure": { "time": "1749203348", "uncertainty": 120 }, "stopId": "0:THI04", "stopSequence": 37 }, { "arrival": { "time": "1749203391", "uncertainty": 120 }, "departure": { "time": "1749203391", "uncertainty": 120 }, "stopId": "0:TRU02", "stopSequence": 38 }, { "arrival": { "time": "1749203451", "uncertainty": 120 }, "departure": { "time": "1749203451", "uncertainty": 120 }, "stopId": "0:PAT04", "stopSequence": 39 }, { "arrival": { "time": "1749203514", "uncertainty": 120 }, "departure": { "time": "1749203514", "uncertainty": 120 }, "stopId": "0:MOn01", "stopSequence": 40 }, { "arrival": { "time": "1749203579", "uncertainty": 120 }, "departure": { "time": "1749203579", "uncertainty": 120 }, "stopId": "0:REN02", "stopSequence": 41 }, { "arrival": { "time": "1749203621", "uncertainty": 120 }, "departure": { "time": "1749203621", "uncertainty": 120 }, "stopId": "0:DAR02", "stopSequence": 42 }, { "arrival": { "time": "1749203734", "uncertainty": 120 }, "departure": { "time": "1749203734", "uncertainty": 120 }, "stopId": "0:CEn02", "stopSequence": 43 }, { "arrival": { "time": "1749203818", "uncertainty": 120 }, "departure": { "time": "1749203818", "uncertainty": 120 }, "stopId": "0:GAG01", "stopSequence": 44 }, { "arrival": { "time": "1749203850", "uncertainty": 120 }, "departure": { "time": "1749203850", "uncertainty": 120 }, "stopId": "0:MAS01", "stopSequence": 45 }, { "arrival": { "time": "1749203902", "uncertainty": 120 }, "departure": { "time": "1749203902", "uncertainty": 120 }, "stopId": "0:PAl01", "stopSequence": 46 }, { "arrival": { "time": "1749204018", "uncertainty": 120 }, "departure": { "time": "1749204018", "uncertainty": 120 }, "stopId": "0:CLo01", "stopSequence": 47 }, { "arrival": { "time": "1749204051", "uncertainty": 120 }, "departure": { "time": "1749204051", "uncertainty": 120 }, "stopId": "0:MRO01", "stopSequence": 48 }, { "arrival": { "time": "1749204130", "uncertainty": 120 }, "departure": { "time": "1749204130", "uncertainty": 120 }, "stopId": "0:WEI02", "stopSequence": 49 }, { "arrival": { "time": "1749204127", "uncertainty": 120 }, "departure": { "time": "1749204127", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:MOZ02", "stopSequence": 50 }, { "arrival": { "time": "1749204185", "uncertainty": 120 }, "departure": { "time": "1749204185", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:JUI02", "stopSequence": 51 }, { "arrival": { "time": "1749204245", "uncertainty": 120 }, "departure": { "time": "1749204245", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SAL01", "stopSequence": 52 }, { "arrival": { "time": "1749204285", "uncertainty": 120 }, "departure": { "time": "1749204285", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:SAR01", "stopSequence": 53 }, { "arrival": { "time": "1749204360", "uncertainty": 120 }, "departure": { "time": "1749204360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CUG02", "stopSequence": 54 }, { "arrival": { "time": "1749204437", "uncertainty": 120 }, "departure": { "time": "1749204437", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HOC02", "stopSequence": 55 }, { "arrival": { "time": "1749204487", "uncertainty": 120 }, "departure": { "time": "1749204487", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:STE02", "stopSequence": 56 }, { "arrival": { "time": "1749204674", "uncertainty": 120 }, "departure": { "time": "1749204674", "uncertainty": 120 }, "stopId": "0:FOU04", "stopSequence": 57 }, { "arrival": { "time": "1749204715", "uncertainty": 120 }, "departure": { "time": "1749204715", "uncertainty": 120 }, "stopId": "0:PPP01", "stopSequence": 58 }, { "arrival": { "time": "1749204766", "uncertainty": 120 }, "departure": { "time": "1749204766", "uncertainty": 120 }, "stopId": "0:GDF01", "stopSequence": 59 }, { "arrival": { "time": "1749204824", "uncertainty": 120 }, "departure": { "time": "1749204824", "uncertainty": 120 }, "stopId": "0:CON01", "stopSequence": 60 }, { "arrival": { "time": "1749204892", "uncertainty": 120 }, "departure": { "time": "1749204892", "uncertainty": 120 }, "stopId": "0:BAC01", "stopSequence": 61 }, { "arrival": { "time": "1749204918", "uncertainty": 120 }, "departure": { "time": "1749204918", "uncertainty": 120 }, "stopId": "0:MER01", "stopSequence": 62 }, { "arrival": { "time": "1749204946", "uncertainty": 120 }, "stopId": "0:FOU02", "stopSequence": 63 } ], "trip": { "directionId": 1, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965456" }, "vehicle": { "id": "293", "label": "293" } } }, { "id": "C1966237", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200071", "uncertainty": 120 }, "stopId": "0:PaR01", "stopSequence": 1 }, { "arrival": { "time": "1749200146", "uncertainty": 120 }, "departure": { "time": "1749200146", "uncertainty": 120 }, "stopId": "0:MAe02", "stopSequence": 2 }, { "arrival": { "time": "1749200166", "uncertainty": 120 }, "departure": { "time": "1749200166", "uncertainty": 120 }, "stopId": "0:BdP01", "stopSequence": 3 }, { "arrival": { "time": "1749200221", "uncertainty": 120 }, "departure": { "time": "1749200221", "uncertainty": 120 }, "stopId": "0:BrX01", "stopSequence": 4 }, { "arrival": { "time": "1749200296", "uncertainty": 120 }, "departure": { "time": "1749200296", "uncertainty": 120 }, "stopId": "0:DSe02", "stopSequence": 5 }, { "arrival": { "time": "1749200311", "uncertainty": 120 }, "departure": { "time": "1749200311", "uncertainty": 120 }, "stopId": "0:CRO03", "stopSequence": 6 }, { "arrival": { "time": "1749200356", "uncertainty": 120 }, "departure": { "time": "1749200356", "uncertainty": 120 }, "stopId": "0:CAR02", "stopSequence": 7 }, { "arrival": { "time": "1749200386", "uncertainty": 120 }, "departure": { "time": "1749200386", "uncertainty": 120 }, "stopId": "0:MAL02", "stopSequence": 8 }, { "arrival": { "time": "1749200446", "uncertainty": 120 }, "departure": { "time": "1749200446", "uncertainty": 120 }, "stopId": "0:TRO02", "stopSequence": 9 }, { "arrival": { "time": "1749200521", "uncertainty": 120 }, "departure": { "time": "1749200521", "uncertainty": 120 }, "stopId": "0:NUN02", "stopSequence": 10 }, { "arrival": { "time": "1749200542", "uncertainty": 120 }, "departure": { "time": "1749200542", "uncertainty": 120 }, "stopId": "0:PLA02", "stopSequence": 11 }, { "arrival": { "time": "1749200581", "uncertainty": 120 }, "departure": { "time": "1749200596", "uncertainty": 120 }, "stopId": "0:CUV02", "stopSequence": 12 }, { "arrival": { "time": "1749200699", "uncertainty": 120 }, "departure": { "time": "1749200701", "uncertainty": 120 }, "stopId": "0:CHN02", "stopSequence": 13 }, { "arrival": { "time": "1749200791", "uncertainty": 120 }, "departure": { "time": "1749200791", "uncertainty": 120 }, "stopId": "0:FER02", "stopSequence": 14 }, { "arrival": { "time": "1749200836", "uncertainty": 120 }, "departure": { "time": "1749200836", "uncertainty": 120 }, "stopId": "0:HAu02", "stopSequence": 15 }, { "arrival": { "time": "1749200892", "uncertainty": 120 }, "departure": { "time": "1749200896", "uncertainty": 120 }, "stopId": "0:11N02", "stopSequence": 16 }, { "arrival": { "time": "1749200971", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:COU02", "stopSequence": 17 }, { "arrival": { "time": "1749201016", "uncertainty": 120 }, "departure": { "time": "1749201031", "uncertainty": 120 }, "stopId": "0:VOl02", "stopSequence": 18 }, { "arrival": { "time": "1749201091", "uncertainty": 120 }, "departure": { "time": "1749201091", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 19 }, { "arrival": { "time": "1749201262", "uncertainty": 120 }, "departure": { "time": "1749201286", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 20 }, { "arrival": { "time": "1749201313", "uncertainty": 120 }, "departure": { "time": "1749201316", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 21 }, { "arrival": { "time": "1749201409", "uncertainty": 120 }, "departure": { "time": "1749201409", "uncertainty": 120 }, "stopId": "0:14J03", "stopSequence": 22 }, { "arrival": { "time": "1749201485", "uncertainty": 120 }, "departure": { "time": "1749201485", "uncertainty": 120 }, "stopId": "0:PZI02", "stopSequence": 23 }, { "arrival": { "time": "1749201562", "uncertainty": 120 }, "departure": { "time": "1749201562", "uncertainty": 120 }, "stopId": "0:FOR01", "stopSequence": 24 }, { "arrival": { "time": "1749201622", "uncertainty": 120 }, "departure": { "time": "1749201622", "uncertainty": 120 }, "stopId": "0:CHr01", "stopSequence": 25 }, { "arrival": { "time": "1749201684", "uncertainty": 120 }, "departure": { "time": "1749201684", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 26 }, { "arrival": { "time": "1749201769", "uncertainty": 120 }, "departure": { "time": "1749201769", "uncertainty": 120 }, "stopId": "0:SQU02", "stopSequence": 27 }, { "arrival": { "time": "1749201825", "uncertainty": 120 }, "departure": { "time": "1749201825", "uncertainty": 120 }, "stopId": "0:EUr02", "stopSequence": 28 }, { "arrival": { "time": "1749201888", "uncertainty": 120 }, "departure": { "time": "1749201888", "uncertainty": 120 }, "stopId": "0:STd02", "stopSequence": 29 }, { "arrival": { "time": "1749201930", "uncertainty": 120 }, "departure": { "time": "1749201930", "uncertainty": 120 }, "stopId": "0:Std02", "stopSequence": 30 }, { "arrival": { "time": "1749202041", "uncertainty": 120 }, "departure": { "time": "1749202041", "uncertainty": 120 }, "stopId": "0:PTH02", "stopSequence": 31 }, { "arrival": { "time": "1749202092", "uncertainty": 120 }, "departure": { "time": "1749202092", "uncertainty": 120 }, "stopId": "0:JAF02", "stopSequence": 32 }, { "arrival": { "time": "1749202146", "uncertainty": 120 }, "departure": { "time": "1749202146", "uncertainty": 120 }, "stopId": "0:MOU02", "stopSequence": 33 }, { "arrival": { "time": "1749202189", "uncertainty": 120 }, "departure": { "time": "1749202189", "uncertainty": 120 }, "stopId": "0:DEB02", "stopSequence": 34 }, { "arrival": { "time": "1749202249", "uncertainty": 120 }, "departure": { "time": "1749202249", "uncertainty": 120 }, "stopId": "0:LEM02", "stopSequence": 35 }, { "arrival": { "time": "1749202307", "uncertainty": 120 }, "departure": { "time": "1749202307", "uncertainty": 120 }, "stopId": "0:KEL02", "stopSequence": 36 }, { "arrival": { "time": "1749202369", "uncertainty": 120 }, "departure": { "time": "1749202369", "uncertainty": 120 }, "stopId": "0:MRQ02", "stopSequence": 37 }, { "arrival": { "time": "1749202408", "uncertainty": 120 }, "departure": { "time": "1749202408", "uncertainty": 120 }, "stopId": "0:VrD02", "stopSequence": 38 }, { "arrival": { "time": "1749202480", "uncertainty": 120 }, "departure": { "time": "1749202480", "uncertainty": 120 }, "stopId": "0:CpG02", "stopSequence": 39 }, { "arrival": { "time": "1749202588", "uncertainty": 120 }, "departure": { "time": "1749202588", "uncertainty": 120 }, "stopId": "0:ChM02", "stopSequence": 40 }, { "arrival": { "time": "1749202609", "uncertainty": 120 }, "stopId": "0:ChT01", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966237" }, "vehicle": { "id": "321", "label": "321" } } }, { "id": "C1964588", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202200", "uncertainty": 120 }, "departure": { "time": "1749202200", "uncertainty": 120 }, "stopId": "0:FoN03" }, { "arrival": { "time": "1749203584", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749200476", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 1 }, { "arrival": { "time": "1749200626", "uncertainty": 120 }, "departure": { "time": "1749200626", "uncertainty": 120 }, "stopId": "0:Cen02", "stopSequence": 2 }, { "arrival": { "time": "1749200693", "uncertainty": 120 }, "departure": { "time": "1749200693", "uncertainty": 120 }, "stopId": "0:mai02", "stopSequence": 3 }, { "arrival": { "time": "1749200761", "uncertainty": 120 }, "departure": { "time": "1749200761", "uncertainty": 120 }, "stopId": "0:ViL02", "stopSequence": 4 }, { "arrival": { "time": "1749200806", "uncertainty": 120 }, "departure": { "time": "1749200821", "uncertainty": 120 }, "stopId": "0:CoU02", "stopSequence": 5 }, { "arrival": { "time": "1749200882", "uncertainty": 120 }, "departure": { "time": "1749200882", "uncertainty": 120 }, "stopId": "0:ROs04", "stopSequence": 6 }, { "arrival": { "time": "1749200926", "uncertainty": 120 }, "departure": { "time": "1749200926", "uncertainty": 120 }, "stopId": "0:BRE01", "stopSequence": 7 }, { "arrival": { "time": "1749200998", "uncertainty": 120 }, "departure": { "time": "1749201001", "uncertainty": 120 }, "stopId": "0:HTF02", "stopSequence": 8 }, { "arrival": { "time": "1749201046", "uncertainty": 120 }, "departure": { "time": "1749201046", "uncertainty": 120 }, "stopId": "0:VIE02", "stopSequence": 9 }, { "arrival": { "time": "1749201117", "uncertainty": 120 }, "departure": { "time": "1749201121", "uncertainty": 120 }, "stopId": "0:BAL02", "stopSequence": 10 }, { "arrival": { "time": "1749201151", "uncertainty": 120 }, "departure": { "time": "1749201151", "uncertainty": 120 }, "stopId": "0:Ver02", "stopSequence": 11 }, { "arrival": { "time": "1749201203", "uncertainty": 120 }, "departure": { "time": "1749201211", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 12 }, { "arrival": { "time": "1749201271", "uncertainty": 120 }, "departure": { "time": "1749201286", "uncertainty": 120 }, "stopId": "0:COu02", "stopSequence": 13 }, { "arrival": { "time": "1749201339", "uncertainty": 120 }, "departure": { "time": "1749201361", "uncertainty": 120 }, "stopId": "0:MAg02", "stopSequence": 14 }, { "arrival": { "time": "1749201425", "uncertainty": 120 }, "departure": { "time": "1749201425", "uncertainty": 120 }, "stopId": "0:mAI02", "stopSequence": 15 }, { "arrival": { "time": "1749201498", "uncertainty": 120 }, "departure": { "time": "1749201498", "uncertainty": 120 }, "stopId": "0:CRo02", "stopSequence": 16 }, { "arrival": { "time": "1749201589", "uncertainty": 120 }, "departure": { "time": "1749201589", "uncertainty": 120 }, "stopId": "0:SOM02", "stopSequence": 17 }, { "arrival": { "time": "1749201705", "uncertainty": 120 }, "departure": { "time": "1749201705", "uncertainty": 120 }, "stopId": "0:SUP02", "stopSequence": 18 }, { "arrival": { "time": "1749201778", "uncertainty": 120 }, "departure": { "time": "1749201778", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 19 }, { "arrival": { "time": "1749201892", "uncertainty": 120 }, "departure": { "time": "1749201892", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 20 }, { "arrival": { "time": "1749201933", "uncertainty": 120 }, "departure": { "time": "1749201933", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 21 }, { "arrival": { "time": "1749201982", "uncertainty": 120 }, "departure": { "time": "1749201982", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 22 }, { "arrival": { "time": "1749202018", "uncertainty": 120 }, "departure": { "time": "1749202018", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 23 }, { "arrival": { "time": "1749202082", "uncertainty": 120 }, "departure": { "time": "1749202082", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 24 }, { "arrival": { "time": "1749202020", "uncertainty": 120 }, "departure": { "time": "1749202020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 25 }, { "arrival": { "time": "1749202047", "uncertainty": 120 }, "departure": { "time": "1749202047", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FoN03", "stopSequence": 26 }, { "arrival": { "time": "1749202271", "uncertainty": 120 }, "departure": { "time": "1749202271", "uncertainty": 120 }, "stopId": "0:FIL02", "stopSequence": 27 }, { "arrival": { "time": "1749202366", "uncertainty": 120 }, "departure": { "time": "1749202366", "uncertainty": 120 }, "stopId": "0:PAI02", "stopSequence": 28 }, { "arrival": { "time": "1749202436", "uncertainty": 120 }, "departure": { "time": "1749202436", "uncertainty": 120 }, "stopId": "0:ROG02", "stopSequence": 29 }, { "arrival": { "time": "1749202529", "uncertainty": 120 }, "departure": { "time": "1749202529", "uncertainty": 120 }, "stopId": "0:ALA02", "stopSequence": 30 }, { "arrival": { "time": "1749202699", "uncertainty": 120 }, "departure": { "time": "1749202699", "uncertainty": 120 }, "stopId": "0:STM04", "stopSequence": 31 }, { "arrival": { "time": "1749202802", "uncertainty": 120 }, "departure": { "time": "1749202802", "uncertainty": 120 }, "stopId": "0:HTC02", "stopSequence": 32 }, { "arrival": { "time": "1749202851", "uncertainty": 120 }, "departure": { "time": "1749202851", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 33 }, { "arrival": { "time": "1749202889", "uncertainty": 120 }, "departure": { "time": "1749202889", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 34 }, { "arrival": { "time": "1749202963", "uncertainty": 120 }, "departure": { "time": "1749202963", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 35 }, { "arrival": { "time": "1749203029", "uncertainty": 120 }, "departure": { "time": "1749203029", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 36 }, { "arrival": { "time": "1749203097", "uncertainty": 120 }, "departure": { "time": "1749203097", "uncertainty": 120 }, "stopId": "0:MOZ01", "stopSequence": 37 }, { "arrival": { "time": "1749203154", "uncertainty": 120 }, "departure": { "time": "1749203154", "uncertainty": 120 }, "stopId": "0:CAm02", "stopSequence": 38 }, { "arrival": { "time": "1749203189", "uncertainty": 120 }, "departure": { "time": "1749203189", "uncertainty": 120 }, "stopId": "0:TEI02", "stopSequence": 39 }, { "arrival": { "time": "1749203289", "uncertainty": 120 }, "departure": { "time": "1749203289", "uncertainty": 120 }, "stopId": "0:PIS02", "stopSequence": 40 }, { "arrival": { "time": "1749203332", "uncertainty": 120 }, "departure": { "time": "1749203332", "uncertainty": 120 }, "stopId": "0:Ham02", "stopSequence": 41 }, { "arrival": { "time": "1749203220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964588" }, "vehicle": { "id": "316", "label": "316" } } }, { "id": "C1965524", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204000", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965524" } } }, { "id": "C1966496", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202421", "uncertainty": 120 }, "departure": { "time": "1749202421", "uncertainty": 120 }, "stopId": "0:Cht03" }, { "arrival": { "time": "1749202499", "uncertainty": 120 }, "departure": { "time": "1749202499", "uncertainty": 120 }, "stopId": "0:GANd1" }, { "arrival": { "time": "1749202567", "uncertainty": 120 }, "departure": { "time": "1749202567", "uncertainty": 120 }, "stopId": "0:GIL01" }, { "departure": { "time": "1749199771", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 1 }, { "arrival": { "time": "1749199814", "uncertainty": 120 }, "departure": { "time": "1749199814", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 2 }, { "arrival": { "time": "1749199861", "uncertainty": 120 }, "departure": { "time": "1749199861", "uncertainty": 120 }, "stopId": "0:TRo01", "stopSequence": 3 }, { "arrival": { "time": "1749199964", "uncertainty": 120 }, "departure": { "time": "1749199964", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 4 }, { "arrival": { "time": "1749199981", "uncertainty": 120 }, "departure": { "time": "1749199981", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 5 }, { "arrival": { "time": "1749200066", "uncertainty": 120 }, "departure": { "time": "1749200086", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 6 }, { "arrival": { "time": "1749200110", "uncertainty": 120 }, "departure": { "time": "1749200116", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 7 }, { "arrival": { "time": "1749200235", "uncertainty": 120 }, "departure": { "time": "1749200249", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 8 }, { "arrival": { "time": "1749200292", "uncertainty": 120 }, "departure": { "time": "1749200296", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 9 }, { "arrival": { "time": "1749200326", "uncertainty": 120 }, "departure": { "time": "1749200326", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 10 }, { "arrival": { "time": "1749200401", "uncertainty": 120 }, "departure": { "time": "1749200431", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 11 }, { "arrival": { "time": "1749200532", "uncertainty": 120 }, "departure": { "time": "1749200566", "uncertainty": 120 }, "stopId": "0:DAR01", "stopSequence": 12 }, { "arrival": { "time": "1749200622", "uncertainty": 120 }, "departure": { "time": "1749200622", "uncertainty": 120 }, "stopId": "0:REN03", "stopSequence": 13 }, { "arrival": { "time": "1749200656", "uncertainty": 120 }, "departure": { "time": "1749200656", "uncertainty": 120 }, "stopId": "0:MOn02", "stopSequence": 14 }, { "arrival": { "time": "1749200746", "uncertainty": 120 }, "departure": { "time": "1749200746", "uncertainty": 120 }, "stopId": "0:PAT03", "stopSequence": 15 }, { "arrival": { "time": "1749200806", "uncertainty": 120 }, "departure": { "time": "1749200806", "uncertainty": 120 }, "stopId": "0:TRU01", "stopSequence": 16 }, { "arrival": { "time": "1749200851", "uncertainty": 120 }, "departure": { "time": "1749200851", "uncertainty": 120 }, "stopId": "0:THI03", "stopSequence": 17 }, { "arrival": { "time": "1749200891", "uncertainty": 120 }, "departure": { "time": "1749200891", "uncertainty": 120 }, "stopId": "0:bre01", "stopSequence": 18 }, { "arrival": { "time": "1749200924", "uncertainty": 120 }, "departure": { "time": "1749200924", "uncertainty": 120 }, "stopId": "0:TAB01", "stopSequence": 19 }, { "arrival": { "time": "1749200984", "uncertainty": 120 }, "departure": { "time": "1749201000", "uncertainty": 120 }, "stopId": "0:CUV02", "stopSequence": 20 }, { "arrival": { "time": "1749201091", "uncertainty": 120 }, "departure": { "time": "1749201091", "uncertainty": 120 }, "stopId": "0:DOu01", "stopSequence": 21 }, { "arrival": { "time": "1749201205", "uncertainty": 120 }, "departure": { "time": "1749201205", "uncertainty": 120 }, "stopId": "0:NOT02", "stopSequence": 22 }, { "arrival": { "time": "1749201256", "uncertainty": 120 }, "departure": { "time": "1749201271", "uncertainty": 120 }, "stopId": "0:ABB02", "stopSequence": 23 }, { "arrival": { "time": "1749201343", "uncertainty": 120 }, "departure": { "time": "1749201361", "uncertainty": 120 }, "stopId": "0:ile02", "stopSequence": 24 }, { "arrival": { "time": "1749201407", "uncertainty": 120 }, "departure": { "time": "1749201407", "uncertainty": 120 }, "stopId": "0:CCE02", "stopSequence": 25 }, { "arrival": { "time": "1749201454", "uncertainty": 120 }, "departure": { "time": "1749201454", "uncertainty": 120 }, "stopId": "0:MAi02", "stopSequence": 26 }, { "arrival": { "time": "1749201521", "uncertainty": 120 }, "departure": { "time": "1749201521", "uncertainty": 120 }, "stopId": "0:BAl02", "stopSequence": 27 }, { "arrival": { "time": "1749201640", "uncertainty": 120 }, "departure": { "time": "1749201640", "uncertainty": 120 }, "stopId": "0:pAS01", "stopSequence": 28 }, { "arrival": { "time": "1749201701", "uncertainty": 120 }, "departure": { "time": "1749201701", "uncertainty": 120 }, "stopId": "0:LOM01", "stopSequence": 29 }, { "arrival": { "time": "1749201760", "uncertainty": 120 }, "departure": { "time": "1749201760", "uncertainty": 120 }, "stopId": "0:MRN01", "stopSequence": 30 }, { "arrival": { "time": "1749201805", "uncertainty": 120 }, "departure": { "time": "1749201805", "uncertainty": 120 }, "stopId": "0:LYC01", "stopSequence": 31 }, { "arrival": { "time": "1749201860", "uncertainty": 120 }, "departure": { "time": "1749201860", "uncertainty": 120 }, "stopId": "0:MAs01", "stopSequence": 32 }, { "arrival": { "time": "1749201944", "uncertainty": 120 }, "departure": { "time": "1749201944", "uncertainty": 120 }, "stopId": "0:TEC01", "stopSequence": 33 }, { "arrival": { "time": "1749202053", "uncertainty": 120 }, "departure": { "time": "1749202053", "uncertainty": 120 }, "stopId": "0:Cro01", "stopSequence": 34 }, { "arrival": { "time": "1749202085", "uncertainty": 120 }, "departure": { "time": "1749202085", "uncertainty": 120 }, "stopId": "0:IUT01", "stopSequence": 35 }, { "arrival": { "time": "1749202151", "uncertainty": 120 }, "departure": { "time": "1749202151", "uncertainty": 120 }, "stopId": "0:QUE01", "stopSequence": 36 }, { "arrival": { "time": "1749202179", "uncertainty": 120 }, "departure": { "time": "1749202179", "uncertainty": 120 }, "stopId": "0:CHM01", "stopSequence": 37 }, { "arrival": { "time": "1749202240", "uncertainty": 120 }, "departure": { "time": "1749202240", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 38 }, { "arrival": { "time": "1749202301", "uncertainty": 120 }, "departure": { "time": "1749202301", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 39 }, { "arrival": { "time": "1749202363", "uncertainty": 120 }, "departure": { "time": "1749202363", "uncertainty": 120 }, "stopId": "0:PHI01", "stopSequence": 40 }, { "arrival": { "time": "1749202350", "uncertainty": 120 }, "departure": { "time": "1749202350", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:par01", "stopSequence": 41 }, { "arrival": { "time": "1749202389", "uncertainty": 120 }, "departure": { "time": "1749202389", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COO02", "stopSequence": 42 }, { "arrival": { "time": "1749202424", "uncertainty": 120 }, "departure": { "time": "1749202424", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRU02", "stopSequence": 43 }, { "arrival": { "time": "1749202468", "uncertainty": 120 }, "departure": { "time": "1749202468", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GUE03", "stopSequence": 44 }, { "arrival": { "time": "1749202522", "uncertainty": 120 }, "departure": { "time": "1749202522", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:ReG02", "stopSequence": 45 }, { "arrival": { "time": "1749202596", "uncertainty": 120 }, "departure": { "time": "1749202596", "uncertainty": 120 }, "stopId": "0:GAM02", "stopSequence": 46 }, { "arrival": { "time": "1749202657", "uncertainty": 120 }, "departure": { "time": "1749202657", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 47 }, { "arrival": { "time": "1749202701", "uncertainty": 120 }, "departure": { "time": "1749202701", "uncertainty": 120 }, "stopId": "0:Cht02", "stopSequence": 48 }, { "arrival": { "time": "1749202733", "uncertainty": 120 }, "departure": { "time": "1749202733", "uncertainty": 120 }, "stopId": "0:Rob02", "stopSequence": 49 }, { "arrival": { "time": "1749202767", "uncertainty": 120 }, "departure": { "time": "1749202767", "uncertainty": 120 }, "stopId": "0:MaI02", "stopSequence": 50 }, { "arrival": { "time": "1749202845", "uncertainty": 120 }, "departure": { "time": "1749202845", "uncertainty": 120 }, "stopId": "0:CCJ02", "stopSequence": 51 }, { "arrival": { "time": "1749202948", "uncertainty": 120 }, "departure": { "time": "1749202948", "uncertainty": 120 }, "stopId": "0:MoU01", "stopSequence": 52 }, { "arrival": { "time": "1749203041", "uncertainty": 120 }, "departure": { "time": "1749203041", "uncertainty": 120 }, "stopId": "0:BAS03", "stopSequence": 53 }, { "arrival": { "time": "1749203077", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 54 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966496" }, "vehicle": { "id": "290", "label": "290" } } }, { "id": "C1966197", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201420", "uncertainty": 120 }, "stopId": "0:ChT01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966197" }, "vehicle": { "id": "303", "label": "303" } } }, { "id": "C1964596", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200948", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749200963", "uncertainty": 120 }, "departure": { "time": "1749200963", "uncertainty": 120 }, "stopId": "0:Ham01", "stopSequence": 2 }, { "arrival": { "time": "1749200991", "uncertainty": 120 }, "departure": { "time": "1749200991", "uncertainty": 120 }, "stopId": "0:PIS01", "stopSequence": 3 }, { "arrival": { "time": "1749201065", "uncertainty": 120 }, "departure": { "time": "1749201070", "uncertainty": 120 }, "stopId": "0:TEI01", "stopSequence": 4 }, { "arrival": { "time": "1749201098", "uncertainty": 120 }, "departure": { "time": "1749201098", "uncertainty": 120 }, "stopId": "0:CAm01", "stopSequence": 5 }, { "arrival": { "time": "1749201144", "uncertainty": 120 }, "departure": { "time": "1749201158", "uncertainty": 120 }, "stopId": "0:MOZ02", "stopSequence": 6 }, { "arrival": { "time": "1749201203", "uncertainty": 120 }, "departure": { "time": "1749201233", "uncertainty": 120 }, "stopId": "0:JUI02", "stopSequence": 7 }, { "arrival": { "time": "1749201337", "uncertainty": 120 }, "departure": { "time": "1749201337", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 8 }, { "arrival": { "time": "1749201370", "uncertainty": 120 }, "departure": { "time": "1749201370", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 9 }, { "arrival": { "time": "1749201432", "uncertainty": 120 }, "departure": { "time": "1749201432", "uncertainty": 120 }, "stopId": "0:TRo01", "stopSequence": 10 }, { "arrival": { "time": "1749201491", "uncertainty": 120 }, "departure": { "time": "1749201491", "uncertainty": 120 }, "stopId": "0:HTC01", "stopSequence": 11 }, { "arrival": { "time": "1749201599", "uncertainty": 120 }, "departure": { "time": "1749201599", "uncertainty": 120 }, "stopId": "0:STM03", "stopSequence": 12 }, { "arrival": { "time": "1749201801", "uncertainty": 120 }, "departure": { "time": "1749201801", "uncertainty": 120 }, "stopId": "0:ALA01", "stopSequence": 13 }, { "arrival": { "time": "1749201904", "uncertainty": 120 }, "departure": { "time": "1749201904", "uncertainty": 120 }, "stopId": "0:ROG01", "stopSequence": 14 }, { "arrival": { "time": "1749201972", "uncertainty": 120 }, "departure": { "time": "1749201972", "uncertainty": 120 }, "stopId": "0:PAI01", "stopSequence": 15 }, { "arrival": { "time": "1749202047", "uncertainty": 120 }, "departure": { "time": "1749202047", "uncertainty": 120 }, "stopId": "0:FIL01", "stopSequence": 16 }, { "arrival": { "time": "1749202161", "uncertainty": 120 }, "departure": { "time": "1749202161", "uncertainty": 120 }, "stopId": "0:JMO01", "stopSequence": 17 }, { "arrival": { "time": "1749202277", "uncertainty": 120 }, "departure": { "time": "1749202277", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 18 }, { "arrival": { "time": "1749202389", "uncertainty": 120 }, "departure": { "time": "1749202389", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 19 }, { "arrival": { "time": "1749202499", "uncertainty": 120 }, "departure": { "time": "1749202499", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 20 }, { "arrival": { "time": "1749202584", "uncertainty": 120 }, "departure": { "time": "1749202584", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 21 }, { "arrival": { "time": "1749202692", "uncertainty": 120 }, "departure": { "time": "1749202692", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 22 }, { "arrival": { "time": "1749202803", "uncertainty": 120 }, "departure": { "time": "1749202803", "uncertainty": 120 }, "stopId": "0:SUP01", "stopSequence": 23 }, { "arrival": { "time": "1749202890", "uncertainty": 120 }, "departure": { "time": "1749202890", "uncertainty": 120 }, "stopId": "0:SOM01", "stopSequence": 24 }, { "arrival": { "time": "1749202983", "uncertainty": 120 }, "departure": { "time": "1749202983", "uncertainty": 120 }, "stopId": "0:CRo01", "stopSequence": 25 }, { "arrival": { "time": "1749203069", "uncertainty": 120 }, "departure": { "time": "1749203069", "uncertainty": 120 }, "stopId": "0:mAI01", "stopSequence": 26 }, { "arrival": { "time": "1749203112", "uncertainty": 120 }, "departure": { "time": "1749203112", "uncertainty": 120 }, "stopId": "0:MAg01", "stopSequence": 27 }, { "arrival": { "time": "1749203198", "uncertainty": 120 }, "departure": { "time": "1749203198", "uncertainty": 120 }, "stopId": "0:COu01", "stopSequence": 28 }, { "arrival": { "time": "1749203239", "uncertainty": 120 }, "departure": { "time": "1749203239", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 29 }, { "arrival": { "time": "1749203320", "uncertainty": 120 }, "departure": { "time": "1749203320", "uncertainty": 120 }, "stopId": "0:Ver01", "stopSequence": 30 }, { "arrival": { "time": "1749203357", "uncertainty": 120 }, "departure": { "time": "1749203357", "uncertainty": 120 }, "stopId": "0:BAL01", "stopSequence": 31 }, { "arrival": { "time": "1749203421", "uncertainty": 120 }, "departure": { "time": "1749203421", "uncertainty": 120 }, "stopId": "0:VIE01", "stopSequence": 32 }, { "arrival": { "time": "1749203462", "uncertainty": 120 }, "departure": { "time": "1749203462", "uncertainty": 120 }, "stopId": "0:HTF01", "stopSequence": 33 }, { "arrival": { "time": "1749203532", "uncertainty": 120 }, "departure": { "time": "1749203532", "uncertainty": 120 }, "stopId": "0:BRE02", "stopSequence": 34 }, { "arrival": { "time": "1749203599", "uncertainty": 120 }, "departure": { "time": "1749203599", "uncertainty": 120 }, "stopId": "0:ZAC01", "stopSequence": 35 }, { "arrival": { "time": "1749203792", "uncertainty": 120 }, "departure": { "time": "1749203792", "uncertainty": 120 }, "stopId": "0:MON01", "stopSequence": 36 }, { "arrival": { "time": "1749203826", "uncertainty": 120 }, "departure": { "time": "1749203826", "uncertainty": 120 }, "stopId": "0:CEr01", "stopSequence": 37 }, { "arrival": { "time": "1749203890", "uncertainty": 120 }, "departure": { "time": "1749203890", "uncertainty": 120 }, "stopId": "0:MST01", "stopSequence": 38 }, { "arrival": { "time": "1749203925", "uncertainty": 120 }, "departure": { "time": "1749203925", "uncertainty": 120 }, "stopId": "0:Clo01", "stopSequence": 39 }, { "arrival": { "time": "1749203973", "uncertainty": 120 }, "departure": { "time": "1749203973", "uncertainty": 120 }, "stopId": "0:HAT01", "stopSequence": 40 }, { "arrival": { "time": "1749204012", "uncertainty": 120 }, "stopId": "0:PaL01", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964596" }, "vehicle": { "id": "313", "label": "313" } } }, { "id": "C1964536", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203880", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964536" } } }, { "id": "C1965519", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203700", "uncertainty": 120 }, "stopId": "0:MPs01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965519" } } }, { "id": "C1966672", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203280", "uncertainty": 120 }, "stopId": "0:ECR01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "38", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966672" } } }, { "id": "C1966260", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201177", "uncertainty": 120 }, "stopId": "0:DEc02", "stopSequence": 1 }, { "arrival": { "time": "1749201199", "uncertainty": 120 }, "departure": { "time": "1749201199", "uncertainty": 120 }, "stopId": "0:RES02", "stopSequence": 2 }, { "arrival": { "time": "1749201238", "uncertainty": 120 }, "departure": { "time": "1749201238", "uncertainty": 120 }, "stopId": "0:COH02", "stopSequence": 3 }, { "arrival": { "time": "1749201282", "uncertainty": 120 }, "departure": { "time": "1749201282", "uncertainty": 120 }, "stopId": "0:ROD02", "stopSequence": 4 }, { "arrival": { "time": "1749201312", "uncertainty": 120 }, "departure": { "time": "1749201312", "uncertainty": 120 }, "stopId": "0:DOL02", "stopSequence": 5 }, { "arrival": { "time": "1749201356", "uncertainty": 120 }, "departure": { "time": "1749201357", "uncertainty": 120 }, "stopId": "0:BUC02", "stopSequence": 6 }, { "arrival": { "time": "1749201407", "uncertainty": 120 }, "departure": { "time": "1749201407", "uncertainty": 120 }, "stopId": "0:PIN01", "stopSequence": 7 }, { "arrival": { "time": "1749201448", "uncertainty": 120 }, "departure": { "time": "1749201448", "uncertainty": 120 }, "stopId": "0:CAR02", "stopSequence": 8 }, { "arrival": { "time": "1749201512", "uncertainty": 120 }, "departure": { "time": "1749201512", "uncertainty": 120 }, "stopId": "0:MAL02", "stopSequence": 9 }, { "arrival": { "time": "1749201565", "uncertainty": 120 }, "departure": { "time": "1749201565", "uncertainty": 120 }, "stopId": "0:TRO02", "stopSequence": 10 }, { "arrival": { "time": "1749201656", "uncertainty": 120 }, "departure": { "time": "1749201656", "uncertainty": 120 }, "stopId": "0:NUN02", "stopSequence": 11 }, { "arrival": { "time": "1749201695", "uncertainty": 120 }, "departure": { "time": "1749201695", "uncertainty": 120 }, "stopId": "0:PLA02", "stopSequence": 12 }, { "arrival": { "time": "1749201752", "uncertainty": 120 }, "departure": { "time": "1749201752", "uncertainty": 120 }, "stopId": "0:CUV02", "stopSequence": 13 }, { "arrival": { "time": "1749201840", "uncertainty": 120 }, "departure": { "time": "1749201840", "uncertainty": 120 }, "stopId": "0:CHN02", "stopSequence": 14 }, { "arrival": { "time": "1749201925", "uncertainty": 120 }, "departure": { "time": "1749201925", "uncertainty": 120 }, "stopId": "0:FER02", "stopSequence": 15 }, { "arrival": { "time": "1749201984", "uncertainty": 120 }, "departure": { "time": "1749201984", "uncertainty": 120 }, "stopId": "0:HAu02", "stopSequence": 16 }, { "arrival": { "time": "1749202038", "uncertainty": 120 }, "departure": { "time": "1749202038", "uncertainty": 120 }, "stopId": "0:11N02", "stopSequence": 17 }, { "arrival": { "time": "1749202132", "uncertainty": 120 }, "departure": { "time": "1749202132", "uncertainty": 120 }, "stopId": "0:COU02", "stopSequence": 18 }, { "arrival": { "time": "1749202190", "uncertainty": 120 }, "departure": { "time": "1749202190", "uncertainty": 120 }, "stopId": "0:VOl02", "stopSequence": 19 }, { "arrival": { "time": "1749202232", "uncertainty": 120 }, "departure": { "time": "1749202232", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 20 }, { "arrival": { "time": "1749202371", "uncertainty": 120 }, "departure": { "time": "1749202371", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 21 }, { "arrival": { "time": "1749202394", "uncertainty": 120 }, "departure": { "time": "1749202394", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 22 }, { "arrival": { "time": "1749202481", "uncertainty": 120 }, "departure": { "time": "1749202481", "uncertainty": 120 }, "stopId": "0:14J03", "stopSequence": 23 }, { "arrival": { "time": "1749202557", "uncertainty": 120 }, "departure": { "time": "1749202557", "uncertainty": 120 }, "stopId": "0:PZI02", "stopSequence": 24 }, { "arrival": { "time": "1749202634", "uncertainty": 120 }, "departure": { "time": "1749202634", "uncertainty": 120 }, "stopId": "0:FOR01", "stopSequence": 25 }, { "arrival": { "time": "1749202694", "uncertainty": 120 }, "departure": { "time": "1749202694", "uncertainty": 120 }, "stopId": "0:CHr01", "stopSequence": 26 }, { "arrival": { "time": "1749202756", "uncertainty": 120 }, "departure": { "time": "1749202756", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 27 }, { "arrival": { "time": "1749202841", "uncertainty": 120 }, "departure": { "time": "1749202841", "uncertainty": 120 }, "stopId": "0:SQU02", "stopSequence": 28 }, { "arrival": { "time": "1749202897", "uncertainty": 120 }, "departure": { "time": "1749202897", "uncertainty": 120 }, "stopId": "0:EUr02", "stopSequence": 29 }, { "arrival": { "time": "1749202960", "uncertainty": 120 }, "departure": { "time": "1749202960", "uncertainty": 120 }, "stopId": "0:STd02", "stopSequence": 30 }, { "arrival": { "time": "1749203002", "uncertainty": 120 }, "departure": { "time": "1749203002", "uncertainty": 120 }, "stopId": "0:Std02", "stopSequence": 31 }, { "arrival": { "time": "1749203113", "uncertainty": 120 }, "departure": { "time": "1749203113", "uncertainty": 120 }, "stopId": "0:PTH02", "stopSequence": 32 }, { "arrival": { "time": "1749203164", "uncertainty": 120 }, "departure": { "time": "1749203164", "uncertainty": 120 }, "stopId": "0:JAF02", "stopSequence": 33 }, { "arrival": { "time": "1749203218", "uncertainty": 120 }, "departure": { "time": "1749203218", "uncertainty": 120 }, "stopId": "0:MOU02", "stopSequence": 34 }, { "arrival": { "time": "1749203261", "uncertainty": 120 }, "departure": { "time": "1749203261", "uncertainty": 120 }, "stopId": "0:DEB02", "stopSequence": 35 }, { "arrival": { "time": "1749203314", "uncertainty": 120 }, "departure": { "time": "1749203314", "uncertainty": 120 }, "stopId": "0:LEM02", "stopSequence": 36 }, { "arrival": { "time": "1749203366", "uncertainty": 120 }, "departure": { "time": "1749203366", "uncertainty": 120 }, "stopId": "0:KEL02", "stopSequence": 37 }, { "arrival": { "time": "1749203421", "uncertainty": 120 }, "departure": { "time": "1749203421", "uncertainty": 120 }, "stopId": "0:MRQ02", "stopSequence": 38 }, { "arrival": { "time": "1749203483", "uncertainty": 120 }, "departure": { "time": "1749203483", "uncertainty": 120 }, "stopId": "0:DAN01", "stopSequence": 39 }, { "arrival": { "time": "1749203522", "uncertainty": 120 }, "departure": { "time": "1749203522", "uncertainty": 120 }, "stopId": "0:BeR01", "stopSequence": 40 }, { "arrival": { "time": "1749203564", "uncertainty": 120 }, "departure": { "time": "1749203564", "uncertainty": 120 }, "stopId": "0:QUA02", "stopSequence": 41 }, { "arrival": { "time": "1749203629", "uncertainty": 120 }, "departure": { "time": "1749203629", "uncertainty": 120 }, "stopId": "0:FRA03", "stopSequence": 42 }, { "arrival": { "time": "1749203686", "uncertainty": 120 }, "stopId": "0:EREK1", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966260" }, "vehicle": { "id": "324", "label": "324" } } }, { "id": "C1965790", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204720", "uncertainty": 120 }, "stopId": "0:HAM01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965790" } } }, { "id": "C1966319", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199447", "uncertainty": 120 }, "stopId": "0:FOU01", "stopSequence": 1 }, { "arrival": { "time": "1749199483", "uncertainty": 120 }, "departure": { "time": "1749199483", "uncertainty": 120 }, "stopId": "0:PPP01", "stopSequence": 2 }, { "arrival": { "time": "1749199518", "uncertainty": 120 }, "departure": { "time": "1749199518", "uncertainty": 120 }, "stopId": "0:GDF01", "stopSequence": 3 }, { "arrival": { "time": "1749199567", "uncertainty": 120 }, "departure": { "time": "1749199567", "uncertainty": 120 }, "stopId": "0:CHm01", "stopSequence": 4 }, { "arrival": { "time": "1749199606", "uncertainty": 120 }, "departure": { "time": "1749199627", "uncertainty": 120 }, "stopId": "0:DEM01", "stopSequence": 5 }, { "arrival": { "time": "1749199657", "uncertainty": 120 }, "departure": { "time": "1749199657", "uncertainty": 120 }, "stopId": "0:SEC01", "stopSequence": 6 }, { "arrival": { "time": "1749199709", "uncertainty": 120 }, "departure": { "time": "1749199717", "uncertainty": 120 }, "stopId": "0:BRO01", "stopSequence": 7 }, { "arrival": { "time": "1749199762", "uncertainty": 120 }, "departure": { "time": "1749199792", "uncertainty": 120 }, "stopId": "0:TAM01", "stopSequence": 8 }, { "arrival": { "time": "1749199832", "uncertainty": 120 }, "departure": { "time": "1749199832", "uncertainty": 120 }, "stopId": "0:BIL01", "stopSequence": 9 }, { "arrival": { "time": "1749199852", "uncertainty": 120 }, "departure": { "time": "1749199867", "uncertainty": 120 }, "stopId": "0:Jac01", "stopSequence": 10 }, { "arrival": { "time": "1749199918", "uncertainty": 120 }, "departure": { "time": "1749199918", "uncertainty": 120 }, "stopId": "0:TOU01", "stopSequence": 11 }, { "arrival": { "time": "1749199965", "uncertainty": 120 }, "departure": { "time": "1749199972", "uncertainty": 120 }, "stopId": "0:THE01", "stopSequence": 12 }, { "arrival": { "time": "1749200107", "uncertainty": 120 }, "departure": { "time": "1749200107", "uncertainty": 120 }, "stopId": "0:VlS02", "stopSequence": 13 }, { "arrival": { "time": "1749200209", "uncertainty": 120 }, "departure": { "time": "1749200227", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1749200272", "uncertainty": 120 }, "departure": { "time": "1749200272", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 15 }, { "arrival": { "time": "1749200407", "uncertainty": 120 }, "departure": { "time": "1749200422", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 16 }, { "arrival": { "time": "1749200497", "uncertainty": 120 }, "departure": { "time": "1749200512", "uncertainty": 120 }, "stopId": "0:DID01", "stopSequence": 17 }, { "arrival": { "time": "1749200587", "uncertainty": 120 }, "departure": { "time": "1749200587", "uncertainty": 120 }, "stopId": "0:TIL01", "stopSequence": 18 }, { "arrival": { "time": "1749200647", "uncertainty": 120 }, "departure": { "time": "1749200662", "uncertainty": 120 }, "stopId": "0:MAU01", "stopSequence": 19 }, { "arrival": { "time": "1749200707", "uncertainty": 120 }, "departure": { "time": "1749200707", "uncertainty": 120 }, "stopId": "0:BAl01", "stopSequence": 20 }, { "arrival": { "time": "1749200763", "uncertainty": 120 }, "departure": { "time": "1749200767", "uncertainty": 120 }, "stopId": "0:MAi01", "stopSequence": 21 }, { "arrival": { "time": "1749200812", "uncertainty": 120 }, "departure": { "time": "1749200827", "uncertainty": 120 }, "stopId": "0:CCE01", "stopSequence": 22 }, { "arrival": { "time": "1749200887", "uncertainty": 120 }, "departure": { "time": "1749200902", "uncertainty": 120 }, "stopId": "0:MED01", "stopSequence": 23 }, { "arrival": { "time": "1749200992", "uncertainty": 120 }, "departure": { "time": "1749201007", "uncertainty": 120 }, "stopId": "0:ANT01", "stopSequence": 24 }, { "arrival": { "time": "1749201102", "uncertainty": 120 }, "departure": { "time": "1749201112", "uncertainty": 120 }, "stopId": "0:GaU01", "stopSequence": 25 }, { "arrival": { "time": "1749201187", "uncertainty": 120 }, "departure": { "time": "1749201202", "uncertainty": 120 }, "stopId": "0:OLI01", "stopSequence": 26 }, { "arrival": { "time": "1749201255", "uncertainty": 120 }, "departure": { "time": "1749201292", "uncertainty": 120 }, "stopId": "0:COM01", "stopSequence": 27 }, { "arrival": { "time": "1749201335", "uncertainty": 120 }, "departure": { "time": "1749201335", "uncertainty": 120 }, "stopId": "0:PiT01", "stopSequence": 28 }, { "arrival": { "time": "1749201347", "uncertainty": 120 }, "departure": { "time": "1749201367", "uncertainty": 120 }, "stopId": "0:PER01", "stopSequence": 29 }, { "arrival": { "time": "1749201466", "uncertainty": 120 }, "departure": { "time": "1749201466", "uncertainty": 120 }, "stopId": "0:PDl01", "stopSequence": 30 }, { "arrival": { "time": "1749201522", "uncertainty": 120 }, "departure": { "time": "1749201522", "uncertainty": 120 }, "stopId": "0:MAr01", "stopSequence": 31 }, { "arrival": { "time": "1749201571", "uncertainty": 120 }, "departure": { "time": "1749201571", "uncertainty": 120 }, "stopId": "0:MSG01", "stopSequence": 32 }, { "arrival": { "time": "1749201609", "uncertainty": 120 }, "departure": { "time": "1749201609", "uncertainty": 120 }, "stopId": "0:PRI01", "stopSequence": 33 }, { "arrival": { "time": "1749201674", "uncertainty": 120 }, "stopId": "0:STG01", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966319" }, "vehicle": { "id": "297", "label": "297" } } }, { "id": "C1965242", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965242" } } }, { "id": "C1963445", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202620", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963445" } } }, { "id": "C1965515", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:Epa01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965515" } } }, { "id": "C1962728", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202196", "uncertainty": 120 }, "departure": { "time": "1749202196", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749201840", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749201927", "uncertainty": 120 }, "departure": { "time": "1749201927", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749202048", "uncertainty": 120 }, "departure": { "time": "1749202048", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749202260", "uncertainty": 120 }, "departure": { "time": "1749202260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749202226", "uncertainty": 120 }, "departure": { "time": "1749202226", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749202303", "uncertainty": 120 }, "departure": { "time": "1749202303", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749202390", "uncertainty": 120 }, "departure": { "time": "1749202390", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749202528", "uncertainty": 120 }, "departure": { "time": "1749202528", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749202577", "uncertainty": 120 }, "departure": { "time": "1749202577", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749202631", "uncertainty": 120 }, "departure": { "time": "1749202631", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749202684", "uncertainty": 120 }, "departure": { "time": "1749202684", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749202753", "uncertainty": 120 }, "departure": { "time": "1749202753", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749202812", "uncertainty": 120 }, "departure": { "time": "1749202812", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749202848", "uncertainty": 120 }, "departure": { "time": "1749202848", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749202930", "uncertainty": 120 }, "departure": { "time": "1749202930", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749203046", "uncertainty": 120 }, "departure": { "time": "1749203046", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749203082", "uncertainty": 120 }, "departure": { "time": "1749203082", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749203255", "uncertainty": 120 }, "departure": { "time": "1749203255", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749203352", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962728" } } }, { "id": "C1965261", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202904", "uncertainty": 120 }, "departure": { "time": "1749202904", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749201840", "uncertainty": 120 }, "stopId": "0:GAN01", "stopSequence": 1 }, { "arrival": { "time": "1749201882", "uncertainty": 120 }, "departure": { "time": "1749201882", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 2 }, { "arrival": { "time": "1749201960", "uncertainty": 120 }, "departure": { "time": "1749201960", "uncertainty": 120 }, "stopId": "0:Cht04", "stopSequence": 3 }, { "arrival": { "time": "1749202004", "uncertainty": 120 }, "departure": { "time": "1749202004", "uncertainty": 120 }, "stopId": "0:par04", "stopSequence": 4 }, { "arrival": { "time": "1749202111", "uncertainty": 120 }, "departure": { "time": "1749202111", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:DUN02", "stopSequence": 5 }, { "arrival": { "time": "1749202128", "uncertainty": 120 }, "departure": { "time": "1749202128", "uncertainty": 120 }, "stopId": "0:SAP02", "stopSequence": 6 }, { "arrival": { "time": "1749202172", "uncertainty": 120 }, "departure": { "time": "1749202172", "uncertainty": 120 }, "stopId": "0:ROM02", "stopSequence": 7 }, { "arrival": { "time": "1749202254", "uncertainty": 120 }, "departure": { "time": "1749202254", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 8 }, { "arrival": { "time": "1749202342", "uncertainty": 120 }, "departure": { "time": "1749202342", "uncertainty": 120 }, "stopId": "0:MAC02", "stopSequence": 9 }, { "arrival": { "time": "1749202470", "uncertainty": 120 }, "departure": { "time": "1749202470", "uncertainty": 120 }, "stopId": "0:DUT02", "stopSequence": 10 }, { "arrival": { "time": "1749202542", "uncertainty": 120 }, "departure": { "time": "1749202542", "uncertainty": 120 }, "stopId": "0:PTB02", "stopSequence": 11 }, { "arrival": { "time": "1749202653", "uncertainty": 120 }, "departure": { "time": "1749202653", "uncertainty": 120 }, "stopId": "0:CLA02", "stopSequence": 12 }, { "arrival": { "time": "1749202744", "uncertainty": 120 }, "departure": { "time": "1749202744", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 13 }, { "arrival": { "time": "1749202799", "uncertainty": 120 }, "departure": { "time": "1749202799", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 14 }, { "arrival": { "time": "1749202920", "uncertainty": 120 }, "departure": { "time": "1749202920", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 15 }, { "arrival": { "time": "1749202937", "uncertainty": 120 }, "departure": { "time": "1749202937", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 16 }, { "arrival": { "time": "1749203087", "uncertainty": 120 }, "departure": { "time": "1749203087", "uncertainty": 120 }, "stopId": "0:LAR02", "stopSequence": 17 }, { "arrival": { "time": "1749203155", "uncertainty": 120 }, "departure": { "time": "1749203155", "uncertainty": 120 }, "stopId": "0:CHO02", "stopSequence": 18 }, { "arrival": { "time": "1749203227", "uncertainty": 120 }, "departure": { "time": "1749203227", "uncertainty": 120 }, "stopId": "0:PTV02", "stopSequence": 19 }, { "arrival": { "time": "1749203296", "uncertainty": 120 }, "departure": { "time": "1749203296", "uncertainty": 120 }, "stopId": "0:MUL02", "stopSequence": 20 }, { "arrival": { "time": "1749203383", "uncertainty": 120 }, "departure": { "time": "1749203383", "uncertainty": 120 }, "stopId": "0:mar02", "stopSequence": 21 }, { "arrival": { "time": "1749203478", "uncertainty": 120 }, "departure": { "time": "1749203478", "uncertainty": 120 }, "stopId": "0:HOC02", "stopSequence": 22 }, { "arrival": { "time": "1749203530", "uncertainty": 120 }, "departure": { "time": "1749203530", "uncertainty": 120 }, "stopId": "0:STE02", "stopSequence": 23 }, { "arrival": { "time": "1749203587", "uncertainty": 120 }, "departure": { "time": "1749203587", "uncertainty": 120 }, "stopId": "0:BUI02", "stopSequence": 24 }, { "arrival": { "time": "1749203679", "uncertainty": 120 }, "departure": { "time": "1749203679", "uncertainty": 120 }, "stopId": "0:MRC02", "stopSequence": 25 }, { "arrival": { "time": "1749203718", "uncertainty": 120 }, "departure": { "time": "1749203718", "uncertainty": 120 }, "stopId": "0:BOI02", "stopSequence": 26 }, { "arrival": { "time": "1749203780", "uncertainty": 120 }, "departure": { "time": "1749203780", "uncertainty": 120 }, "stopId": "0:LAK02", "stopSequence": 27 }, { "arrival": { "time": "1749203881", "uncertainty": 120 }, "departure": { "time": "1749203881", "uncertainty": 120 }, "stopId": "0:MAR02", "stopSequence": 28 }, { "arrival": { "time": "1749203964", "uncertainty": 120 }, "departure": { "time": "1749203964", "uncertainty": 120 }, "stopId": "0:Mai02", "stopSequence": 29 }, { "arrival": { "time": "1749204005", "uncertainty": 120 }, "departure": { "time": "1749204005", "uncertainty": 120 }, "stopId": "0:COQ02", "stopSequence": 30 }, { "arrival": { "time": "1749204138", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965261" } } }, { "id": "C1966193", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202740", "uncertainty": 120 }, "stopId": "0:DEc02", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966193" } } }, { "id": "C1962709", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201036", "uncertainty": 120 }, "departure": { "time": "1749201058", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749200644", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749200716", "uncertainty": 120 }, "departure": { "time": "1749200731", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749200821", "uncertainty": 120 }, "departure": { "time": "1749200836", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749200820", "uncertainty": 120 }, "departure": { "time": "1749200820", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749201087", "uncertainty": 120 }, "departure": { "time": "1749201101", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749201178", "uncertainty": 120 }, "departure": { "time": "1749201178", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749201221", "uncertainty": 120 }, "departure": { "time": "1749201236", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749201309", "uncertainty": 120 }, "departure": { "time": "1749201341", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749201432", "uncertainty": 120 }, "departure": { "time": "1749201432", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749201486", "uncertainty": 120 }, "departure": { "time": "1749201486", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749201539", "uncertainty": 120 }, "departure": { "time": "1749201539", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749201608", "uncertainty": 120 }, "departure": { "time": "1749201608", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749201667", "uncertainty": 120 }, "departure": { "time": "1749201667", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749201703", "uncertainty": 120 }, "departure": { "time": "1749201703", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749201779", "uncertainty": 120 }, "departure": { "time": "1749201779", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749201895", "uncertainty": 120 }, "departure": { "time": "1749201895", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749201937", "uncertainty": 120 }, "departure": { "time": "1749201937", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749202105", "uncertainty": 120 }, "departure": { "time": "1749202105", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749202202", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962709" }, "vehicle": { "id": "350", "label": "350" } } }, { "id": "C1966256", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199036", "uncertainty": 120 }, "stopId": "0:DEc02", "stopSequence": 1 }, { "arrival": { "time": "1749199075", "uncertainty": 120 }, "departure": { "time": "1749199075", "uncertainty": 120 }, "stopId": "0:RES02", "stopSequence": 2 }, { "arrival": { "time": "1749199127", "uncertainty": 120 }, "departure": { "time": "1749199141", "uncertainty": 120 }, "stopId": "0:COH02", "stopSequence": 3 }, { "arrival": { "time": "1749199202", "uncertainty": 120 }, "departure": { "time": "1749199218", "uncertainty": 120 }, "stopId": "0:ROD02", "stopSequence": 4 }, { "arrival": { "time": "1749199249", "uncertainty": 120 }, "departure": { "time": "1749199249", "uncertainty": 120 }, "stopId": "0:DOL02", "stopSequence": 5 }, { "arrival": { "time": "1749199294", "uncertainty": 120 }, "departure": { "time": "1749199294", "uncertainty": 120 }, "stopId": "0:BUC02", "stopSequence": 6 }, { "arrival": { "time": "1749199345", "uncertainty": 120 }, "departure": { "time": "1749199355", "uncertainty": 120 }, "stopId": "0:PIN01", "stopSequence": 7 }, { "arrival": { "time": "1749199396", "uncertainty": 120 }, "departure": { "time": "1749199396", "uncertainty": 120 }, "stopId": "0:CAR02", "stopSequence": 8 }, { "arrival": { "time": "1749199429", "uncertainty": 120 }, "departure": { "time": "1749199459", "uncertainty": 120 }, "stopId": "0:MAL02", "stopSequence": 9 }, { "arrival": { "time": "1749199490", "uncertainty": 120 }, "departure": { "time": "1749199490", "uncertainty": 120 }, "stopId": "0:TRO02", "stopSequence": 10 }, { "arrival": { "time": "1749199570", "uncertainty": 120 }, "departure": { "time": "1749199570", "uncertainty": 120 }, "stopId": "0:NUN02", "stopSequence": 11 }, { "arrival": { "time": "1749199609", "uncertainty": 120 }, "departure": { "time": "1749199609", "uncertainty": 120 }, "stopId": "0:PLA02", "stopSequence": 12 }, { "arrival": { "time": "1749199670", "uncertainty": 120 }, "departure": { "time": "1749199684", "uncertainty": 120 }, "stopId": "0:CUV02", "stopSequence": 13 }, { "arrival": { "time": "1749199756", "uncertainty": 120 }, "departure": { "time": "1749199756", "uncertainty": 120 }, "stopId": "0:CHN02", "stopSequence": 14 }, { "arrival": { "time": "1749199822", "uncertainty": 120 }, "departure": { "time": "1749199837", "uncertainty": 120 }, "stopId": "0:FER02", "stopSequence": 15 }, { "arrival": { "time": "1749199898", "uncertainty": 120 }, "departure": { "time": "1749199898", "uncertainty": 120 }, "stopId": "0:HAu02", "stopSequence": 16 }, { "arrival": { "time": "1749199943", "uncertainty": 120 }, "departure": { "time": "1749199958", "uncertainty": 120 }, "stopId": "0:11N02", "stopSequence": 17 }, { "arrival": { "time": "1749200034", "uncertainty": 120 }, "departure": { "time": "1749200049", "uncertainty": 120 }, "stopId": "0:COU02", "stopSequence": 18 }, { "arrival": { "time": "1749200079", "uncertainty": 120 }, "departure": { "time": "1749200109", "uncertainty": 120 }, "stopId": "0:VOl02", "stopSequence": 19 }, { "arrival": { "time": "1749200213", "uncertainty": 120 }, "departure": { "time": "1749200230", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 20 }, { "arrival": { "time": "1749200349", "uncertainty": 120 }, "departure": { "time": "1749200409", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 21 }, { "arrival": { "time": "1749200436", "uncertainty": 120 }, "departure": { "time": "1749200455", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 22 }, { "arrival": { "time": "1749200520", "uncertainty": 120 }, "departure": { "time": "1749200544", "uncertainty": 120 }, "stopId": "0:14J03", "stopSequence": 23 }, { "arrival": { "time": "1749200590", "uncertainty": 120 }, "departure": { "time": "1749200590", "uncertainty": 120 }, "stopId": "0:PZI02", "stopSequence": 24 }, { "arrival": { "time": "1749200619", "uncertainty": 120 }, "departure": { "time": "1749200634", "uncertainty": 120 }, "stopId": "0:FOR01", "stopSequence": 25 }, { "arrival": { "time": "1749200664", "uncertainty": 120 }, "departure": { "time": "1749200679", "uncertainty": 120 }, "stopId": "0:CHr01", "stopSequence": 26 }, { "arrival": { "time": "1749200716", "uncertainty": 120 }, "departure": { "time": "1749200724", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 27 }, { "arrival": { "time": "1749200786", "uncertainty": 120 }, "departure": { "time": "1749200814", "uncertainty": 120 }, "stopId": "0:SQU02", "stopSequence": 28 }, { "arrival": { "time": "1749200858", "uncertainty": 120 }, "departure": { "time": "1749200905", "uncertainty": 120 }, "stopId": "0:EUr02", "stopSequence": 29 }, { "arrival": { "time": "1749200951", "uncertainty": 120 }, "departure": { "time": "1749200966", "uncertainty": 120 }, "stopId": "0:STd02", "stopSequence": 30 }, { "arrival": { "time": "1749200996", "uncertainty": 120 }, "departure": { "time": "1749200996", "uncertainty": 120 }, "stopId": "0:Std02", "stopSequence": 31 }, { "arrival": { "time": "1749201083", "uncertainty": 120 }, "departure": { "time": "1749201086", "uncertainty": 120 }, "stopId": "0:PTH02", "stopSequence": 32 }, { "arrival": { "time": "1749201117", "uncertainty": 120 }, "departure": { "time": "1749201117", "uncertainty": 120 }, "stopId": "0:JAF02", "stopSequence": 33 }, { "arrival": { "time": "1749201161", "uncertainty": 120 }, "departure": { "time": "1749201161", "uncertainty": 120 }, "stopId": "0:MOU02", "stopSequence": 34 }, { "arrival": { "time": "1749201222", "uncertainty": 120 }, "departure": { "time": "1749201237", "uncertainty": 120 }, "stopId": "0:DEB02", "stopSequence": 35 }, { "arrival": { "time": "1749201281", "uncertainty": 120 }, "departure": { "time": "1749201300", "uncertainty": 120 }, "stopId": "0:LEM02", "stopSequence": 36 }, { "arrival": { "time": "1749201343", "uncertainty": 120 }, "departure": { "time": "1749201343", "uncertainty": 120 }, "stopId": "0:KEL02", "stopSequence": 37 }, { "arrival": { "time": "1749201387", "uncertainty": 120 }, "departure": { "time": "1749201387", "uncertainty": 120 }, "stopId": "0:MRQ02", "stopSequence": 38 }, { "arrival": { "time": "1749201426", "uncertainty": 120 }, "departure": { "time": "1749201426", "uncertainty": 120 }, "stopId": "0:VrD02", "stopSequence": 39 }, { "arrival": { "time": "1749201498", "uncertainty": 120 }, "departure": { "time": "1749201498", "uncertainty": 120 }, "stopId": "0:CpG02", "stopSequence": 40 }, { "arrival": { "time": "1749201606", "uncertainty": 120 }, "departure": { "time": "1749201606", "uncertainty": 120 }, "stopId": "0:ChM02", "stopSequence": 41 }, { "arrival": { "time": "1749201627", "uncertainty": 120 }, "stopId": "0:ChT01", "stopSequence": 42 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966256" }, "vehicle": { "id": "323", "label": "323" } } }, { "id": "C1965469", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203336", "uncertainty": 120 }, "departure": { "time": "1749203336", "uncertainty": 120 }, "stopId": "0:MAl01" }, { "arrival": { "time": "1749203540", "uncertainty": 120 }, "departure": { "time": "1749203540", "uncertainty": 120 }, "stopId": "0:BIL01" }, { "arrival": { "time": "1749203574", "uncertainty": 120 }, "departure": { "time": "1749203574", "uncertainty": 120 }, "stopId": "0:Jac01" }, { "departure": { "time": "1749202680", "uncertainty": 120 }, "stopId": "0:Dam01", "stopSequence": 1 }, { "arrival": { "time": "1749202823", "uncertainty": 120 }, "departure": { "time": "1749202823", "uncertainty": 120 }, "stopId": "0:ZcM01", "stopSequence": 2 }, { "arrival": { "time": "1749202858", "uncertainty": 120 }, "departure": { "time": "1749202858", "uncertainty": 120 }, "stopId": "0:Cor01", "stopSequence": 3 }, { "arrival": { "time": "1749202903", "uncertainty": 120 }, "departure": { "time": "1749202903", "uncertainty": 120 }, "stopId": "0:ArC01", "stopSequence": 4 }, { "arrival": { "time": "1749202952", "uncertainty": 120 }, "departure": { "time": "1749202952", "uncertainty": 120 }, "stopId": "0:gAR01", "stopSequence": 5 }, { "arrival": { "time": "1749202997", "uncertainty": 120 }, "departure": { "time": "1749202997", "uncertainty": 120 }, "stopId": "0:CsR01", "stopSequence": 6 }, { "arrival": { "time": "1749203040", "uncertainty": 120 }, "departure": { "time": "1749203040", "uncertainty": 120 }, "stopId": "0:RoS01", "stopSequence": 7 }, { "arrival": { "time": "1749203091", "uncertainty": 120 }, "departure": { "time": "1749203091", "uncertainty": 120 }, "stopId": "0:Lan01", "stopSequence": 8 }, { "arrival": { "time": "1749203131", "uncertainty": 120 }, "departure": { "time": "1749203131", "uncertainty": 120 }, "stopId": "0:ClE01", "stopSequence": 9 }, { "arrival": { "time": "1749203286", "uncertainty": 120 }, "departure": { "time": "1749203286", "uncertainty": 120 }, "stopId": "0:TIR01", "stopSequence": 10 }, { "arrival": { "time": "1749203331", "uncertainty": 120 }, "departure": { "time": "1749203331", "uncertainty": 120 }, "stopId": "0:MAl01", "stopSequence": 11 }, { "arrival": { "time": "1749203415", "uncertainty": 120 }, "departure": { "time": "1749203415", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:Ber01", "stopSequence": 12 }, { "arrival": { "time": "1749203460", "uncertainty": 120 }, "departure": { "time": "1749203460", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHa01", "stopSequence": 13 }, { "arrival": { "time": "1749203532", "uncertainty": 120 }, "departure": { "time": "1749203532", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PHi01", "stopSequence": 14 }, { "arrival": { "time": "1749203632", "uncertainty": 120 }, "departure": { "time": "1749203632", "uncertainty": 120 }, "stopId": "0:TOU01", "stopSequence": 15 }, { "arrival": { "time": "1749203699", "uncertainty": 120 }, "departure": { "time": "1749203699", "uncertainty": 120 }, "stopId": "0:THE01", "stopSequence": 16 }, { "arrival": { "time": "1749203777", "uncertainty": 120 }, "stopId": "0:FoN01", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965469" } } }, { "id": "C1965035", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199726", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749199777", "uncertainty": 120 }, "departure": { "time": "1749199777", "uncertainty": 120 }, "stopId": "0:STO01", "stopSequence": 2 }, { "arrival": { "time": "1749199854", "uncertainty": 120 }, "departure": { "time": "1749199876", "uncertainty": 120 }, "stopId": "0:CEn02", "stopSequence": 3 }, { "arrival": { "time": "1749199976", "uncertainty": 120 }, "departure": { "time": "1749199976", "uncertainty": 120 }, "stopId": "0:GAG01", "stopSequence": 4 }, { "arrival": { "time": "1749199992", "uncertainty": 120 }, "departure": { "time": "1749200011", "uncertainty": 120 }, "stopId": "0:MAS01", "stopSequence": 5 }, { "arrival": { "time": "1749200056", "uncertainty": 120 }, "departure": { "time": "1749200086", "uncertainty": 120 }, "stopId": "0:PAl01", "stopSequence": 6 }, { "arrival": { "time": "1749200176", "uncertainty": 120 }, "departure": { "time": "1749200191", "uncertainty": 120 }, "stopId": "0:CLo01", "stopSequence": 7 }, { "arrival": { "time": "1749200221", "uncertainty": 120 }, "departure": { "time": "1749200236", "uncertainty": 120 }, "stopId": "0:MRO01", "stopSequence": 8 }, { "arrival": { "time": "1749200281", "uncertainty": 120 }, "departure": { "time": "1749200296", "uncertainty": 120 }, "stopId": "0:DEV01", "stopSequence": 9 }, { "arrival": { "time": "1749200356", "uncertainty": 120 }, "departure": { "time": "1749200356", "uncertainty": 120 }, "stopId": "0:BLa01", "stopSequence": 10 }, { "arrival": { "time": "1749200386", "uncertainty": 120 }, "departure": { "time": "1749200401", "uncertainty": 120 }, "stopId": "0:LAC01", "stopSequence": 11 }, { "arrival": { "time": "1749200461", "uncertainty": 120 }, "departure": { "time": "1749200461", "uncertainty": 120 }, "stopId": "0:GUe01", "stopSequence": 12 }, { "arrival": { "time": "1749200506", "uncertainty": 120 }, "departure": { "time": "1749200521", "uncertainty": 120 }, "stopId": "0:STM01", "stopSequence": 13 }, { "arrival": { "time": "1749200561", "uncertainty": 120 }, "departure": { "time": "1749200581", "uncertainty": 120 }, "stopId": "0:DEL01", "stopSequence": 14 }, { "arrival": { "time": "1749200671", "uncertainty": 120 }, "departure": { "time": "1749200686", "uncertainty": 120 }, "stopId": "0:GAU01", "stopSequence": 15 }, { "arrival": { "time": "1749200731", "uncertainty": 120 }, "departure": { "time": "1749200746", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 16 }, { "arrival": { "time": "1749200821", "uncertainty": 120 }, "departure": { "time": "1749200821", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 17 }, { "arrival": { "time": "1749200926", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 18 }, { "arrival": { "time": "1749201016", "uncertainty": 120 }, "departure": { "time": "1749201031", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 19 }, { "arrival": { "time": "1749201133", "uncertainty": 120 }, "departure": { "time": "1749201151", "uncertainty": 120 }, "stopId": "0:MAD01", "stopSequence": 20 }, { "arrival": { "time": "1749201211", "uncertainty": 120 }, "departure": { "time": "1749201226", "uncertainty": 120 }, "stopId": "0:GIl01", "stopSequence": 21 }, { "arrival": { "time": "1749201271", "uncertainty": 120 }, "departure": { "time": "1749201271", "uncertainty": 120 }, "stopId": "0:VEr01", "stopSequence": 22 }, { "arrival": { "time": "1749201331", "uncertainty": 120 }, "departure": { "time": "1749201346", "uncertainty": 120 }, "stopId": "0:HER01", "stopSequence": 23 }, { "arrival": { "time": "1749201411", "uncertainty": 120 }, "departure": { "time": "1749201411", "uncertainty": 120 }, "stopId": "0:HAU01", "stopSequence": 24 }, { "arrival": { "time": "1749201492", "uncertainty": 120 }, "departure": { "time": "1749201492", "uncertainty": 120 }, "stopId": "0:LOM01", "stopSequence": 25 }, { "arrival": { "time": "1749201553", "uncertainty": 120 }, "departure": { "time": "1749201553", "uncertainty": 120 }, "stopId": "0:MRN01", "stopSequence": 26 }, { "arrival": { "time": "1749201600", "uncertainty": 120 }, "departure": { "time": "1749201600", "uncertainty": 120 }, "stopId": "0:LYC01", "stopSequence": 27 }, { "arrival": { "time": "1749201658", "uncertainty": 120 }, "departure": { "time": "1749201658", "uncertainty": 120 }, "stopId": "0:MAs01", "stopSequence": 28 }, { "arrival": { "time": "1749201746", "uncertainty": 120 }, "departure": { "time": "1749201746", "uncertainty": 120 }, "stopId": "0:TEC01", "stopSequence": 29 }, { "arrival": { "time": "1749201859", "uncertainty": 120 }, "departure": { "time": "1749201859", "uncertainty": 120 }, "stopId": "0:Cro01", "stopSequence": 30 }, { "arrival": { "time": "1749201892", "uncertainty": 120 }, "departure": { "time": "1749201892", "uncertainty": 120 }, "stopId": "0:IUT01", "stopSequence": 31 }, { "arrival": { "time": "1749201961", "uncertainty": 120 }, "departure": { "time": "1749201961", "uncertainty": 120 }, "stopId": "0:QUE01", "stopSequence": 32 }, { "arrival": { "time": "1749201990", "uncertainty": 120 }, "departure": { "time": "1749201990", "uncertainty": 120 }, "stopId": "0:CHM01", "stopSequence": 33 }, { "arrival": { "time": "1749202082", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965035" }, "vehicle": { "id": "312", "label": "312" } } }, { "id": "C1965420", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204420" }, "stopId": "0:Pal02", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965420" } } }, { "id": "C1966541", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201404", "uncertainty": 120 }, "departure": { "time": "1749201404", "uncertainty": 120 }, "stopId": "0:Jac02" }, { "arrival": { "time": "1749201651", "uncertainty": 120 }, "departure": { "time": "1749201651", "uncertainty": 120 }, "stopId": "0:MAl02" }, { "departure": { "time": "1749201258", "uncertainty": 120 }, "stopId": "0:FoN01", "stopSequence": 1 }, { "arrival": { "time": "1749201285", "uncertainty": 120 }, "departure": { "time": "1749201285", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 2 }, { "arrival": { "time": "1749201348", "uncertainty": 120 }, "departure": { "time": "1749201348", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 3 }, { "arrival": { "time": "1749201414", "uncertainty": 120 }, "departure": { "time": "1749201414", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PHi02", "stopSequence": 4 }, { "arrival": { "time": "1749201480", "uncertainty": 120 }, "departure": { "time": "1749201480", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHa02", "stopSequence": 5 }, { "arrival": { "time": "1749201528", "uncertainty": 120 }, "departure": { "time": "1749201528", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:Ber02", "stopSequence": 6 }, { "arrival": { "time": "1749201653", "uncertainty": 120 }, "departure": { "time": "1749201653", "uncertainty": 120 }, "stopId": "0:MAl02", "stopSequence": 7 }, { "arrival": { "time": "1749201702", "uncertainty": 120 }, "departure": { "time": "1749201702", "uncertainty": 120 }, "stopId": "0:TIR02", "stopSequence": 8 }, { "arrival": { "time": "1749201855", "uncertainty": 120 }, "departure": { "time": "1749201855", "uncertainty": 120 }, "stopId": "0:ClE02", "stopSequence": 9 }, { "arrival": { "time": "1749201892", "uncertainty": 120 }, "departure": { "time": "1749201892", "uncertainty": 120 }, "stopId": "0:Lan02", "stopSequence": 10 }, { "arrival": { "time": "1749201949", "uncertainty": 120 }, "departure": { "time": "1749201949", "uncertainty": 120 }, "stopId": "0:RoS02", "stopSequence": 11 }, { "arrival": { "time": "1749201987", "uncertainty": 120 }, "departure": { "time": "1749201987", "uncertainty": 120 }, "stopId": "0:CsR02", "stopSequence": 12 }, { "arrival": { "time": "1749202034", "uncertainty": 120 }, "departure": { "time": "1749202034", "uncertainty": 120 }, "stopId": "0:gAR02", "stopSequence": 13 }, { "arrival": { "time": "1749202083", "uncertainty": 120 }, "departure": { "time": "1749202083", "uncertainty": 120 }, "stopId": "0:ArC02", "stopSequence": 14 }, { "arrival": { "time": "1749202136", "uncertainty": 120 }, "departure": { "time": "1749202136", "uncertainty": 120 }, "stopId": "0:Cor02", "stopSequence": 15 }, { "arrival": { "time": "1749202167", "uncertainty": 120 }, "departure": { "time": "1749202167", "uncertainty": 120 }, "stopId": "0:ZcM02", "stopSequence": 16 }, { "arrival": { "time": "1749202309", "uncertainty": 120 }, "stopId": "0:Dam01", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966541" }, "vehicle": { "id": "337", "label": "337" } } }, { "id": "C1965214", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203160", "uncertainty": 120 }, "stopId": "0:STG01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965214" } } }, { "id": "C1962637", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203636", "uncertainty": 120 }, "departure": { "time": "1749203636", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749203280", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749203367", "uncertainty": 120 }, "departure": { "time": "1749203367", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749203488", "uncertainty": 120 }, "departure": { "time": "1749203488", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749203700", "uncertainty": 120 }, "departure": { "time": "1749203700", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749203666", "uncertainty": 120 }, "departure": { "time": "1749203666", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749203745", "uncertainty": 120 }, "departure": { "time": "1749203745", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749203844", "uncertainty": 120 }, "departure": { "time": "1749203844", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749203998", "uncertainty": 120 }, "departure": { "time": "1749203998", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749204052", "uncertainty": 120 }, "departure": { "time": "1749204052", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749204112", "uncertainty": 120 }, "departure": { "time": "1749204112", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749204171", "uncertainty": 120 }, "departure": { "time": "1749204171", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749204248", "uncertainty": 120 }, "departure": { "time": "1749204248", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749204313", "uncertainty": 120 }, "departure": { "time": "1749204313", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749204353", "uncertainty": 120 }, "departure": { "time": "1749204353", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749204472", "uncertainty": 120 }, "departure": { "time": "1749204472", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749204588", "uncertainty": 120 }, "departure": { "time": "1749204588", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749204632", "uncertainty": 120 }, "departure": { "time": "1749204632", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749204796", "uncertainty": 120 }, "departure": { "time": "1749204796", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749204893", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962637" } } }, { "id": "C1966558", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202290", "uncertainty": 120 }, "departure": { "time": "1749202290", "uncertainty": 120 }, "stopId": "0:Jac02" }, { "arrival": { "time": "1749202537", "uncertainty": 120 }, "departure": { "time": "1749202537", "uncertainty": 120 }, "stopId": "0:MAl02" }, { "departure": { "time": "1749202140", "uncertainty": 120 }, "stopId": "0:FoN01", "stopSequence": 1 }, { "arrival": { "time": "1749202165", "uncertainty": 120 }, "departure": { "time": "1749202165", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 2 }, { "arrival": { "time": "1749202235", "uncertainty": 120 }, "departure": { "time": "1749202235", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 3 }, { "arrival": { "time": "1749202314", "uncertainty": 120 }, "departure": { "time": "1749202314", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PHi02", "stopSequence": 4 }, { "arrival": { "time": "1749202380", "uncertainty": 120 }, "departure": { "time": "1749202380", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHa02", "stopSequence": 5 }, { "arrival": { "time": "1749202420", "uncertainty": 120 }, "departure": { "time": "1749202420", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:Ber02", "stopSequence": 6 }, { "arrival": { "time": "1749202538", "uncertainty": 120 }, "departure": { "time": "1749202538", "uncertainty": 120 }, "stopId": "0:MAl02", "stopSequence": 7 }, { "arrival": { "time": "1749202579", "uncertainty": 120 }, "departure": { "time": "1749202579", "uncertainty": 120 }, "stopId": "0:TIR02", "stopSequence": 8 }, { "arrival": { "time": "1749202718", "uncertainty": 120 }, "departure": { "time": "1749202718", "uncertainty": 120 }, "stopId": "0:MAZ01", "stopSequence": 9 }, { "arrival": { "time": "1749202759", "uncertainty": 120 }, "departure": { "time": "1749202759", "uncertainty": 120 }, "stopId": "0:MeR01", "stopSequence": 10 }, { "arrival": { "time": "1749202797", "uncertainty": 120 }, "departure": { "time": "1749202797", "uncertainty": 120 }, "stopId": "0:cro01", "stopSequence": 11 }, { "arrival": { "time": "1749202815", "uncertainty": 120 }, "departure": { "time": "1749202815", "uncertainty": 120 }, "stopId": "0:SIR02", "stopSequence": 12 }, { "arrival": { "time": "1749202855", "uncertainty": 120 }, "departure": { "time": "1749202855", "uncertainty": 120 }, "stopId": "0:ERK03", "stopSequence": 13 }, { "arrival": { "time": "1749202940", "uncertainty": 120 }, "departure": { "time": "1749202940", "uncertainty": 120 }, "stopId": "0:FRA04", "stopSequence": 14 }, { "arrival": { "time": "1749203040", "uncertainty": 120 }, "departure": { "time": "1749203040", "uncertainty": 120 }, "stopId": "0:QUA01", "stopSequence": 15 }, { "arrival": { "time": "1749203105", "uncertainty": 120 }, "departure": { "time": "1749203105", "uncertainty": 120 }, "stopId": "0:BeR02", "stopSequence": 16 }, { "arrival": { "time": "1749203153", "uncertainty": 120 }, "departure": { "time": "1749203153", "uncertainty": 120 }, "stopId": "0:DAN02", "stopSequence": 17 }, { "arrival": { "time": "1749203210", "uncertainty": 120 }, "departure": { "time": "1749203210", "uncertainty": 120 }, "stopId": "0:VrD02", "stopSequence": 18 }, { "arrival": { "time": "1749203278", "uncertainty": 120 }, "departure": { "time": "1749203278", "uncertainty": 120 }, "stopId": "0:CpG02", "stopSequence": 19 }, { "arrival": { "time": "1749203333", "uncertainty": 120 }, "stopId": "0:ChT02", "stopSequence": 20 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966558" } } }, { "id": "C1965528", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:Epa01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965528" } } }, { "id": "C1966296", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199426", "uncertainty": 120 }, "stopId": "0:ChT01", "stopSequence": 1 }, { "arrival": { "time": "1749199441", "uncertainty": 120 }, "departure": { "time": "1749199441", "uncertainty": 120 }, "stopId": "0:ChM01", "stopSequence": 2 }, { "arrival": { "time": "1749199528", "uncertainty": 120 }, "departure": { "time": "1749199531", "uncertainty": 120 }, "stopId": "0:CpG01", "stopSequence": 3 }, { "arrival": { "time": "1749199561", "uncertainty": 120 }, "departure": { "time": "1749199561", "uncertainty": 120 }, "stopId": "0:VrD01", "stopSequence": 4 }, { "arrival": { "time": "1749199636", "uncertainty": 120 }, "departure": { "time": "1749199696", "uncertainty": 120 }, "stopId": "0:MRQ01", "stopSequence": 5 }, { "arrival": { "time": "1749199764", "uncertainty": 120 }, "departure": { "time": "1749199764", "uncertainty": 120 }, "stopId": "0:KEL01", "stopSequence": 6 }, { "arrival": { "time": "1749199802", "uncertainty": 120 }, "departure": { "time": "1749199802", "uncertainty": 120 }, "stopId": "0:LEM01", "stopSequence": 7 }, { "arrival": { "time": "1749199832", "uncertainty": 120 }, "departure": { "time": "1749199846", "uncertainty": 120 }, "stopId": "0:DEB01", "stopSequence": 8 }, { "arrival": { "time": "1749199919", "uncertainty": 120 }, "departure": { "time": "1749199921", "uncertainty": 120 }, "stopId": "0:MOU01", "stopSequence": 9 }, { "arrival": { "time": "1749199951", "uncertainty": 120 }, "departure": { "time": "1749199966", "uncertainty": 120 }, "stopId": "0:JAF01", "stopSequence": 10 }, { "arrival": { "time": "1749199996", "uncertainty": 120 }, "departure": { "time": "1749199996", "uncertainty": 120 }, "stopId": "0:PTH01", "stopSequence": 11 }, { "arrival": { "time": "1749200096", "uncertainty": 120 }, "departure": { "time": "1749200096", "uncertainty": 120 }, "stopId": "0:Std01", "stopSequence": 12 }, { "arrival": { "time": "1749200117", "uncertainty": 120 }, "departure": { "time": "1749200117", "uncertainty": 120 }, "stopId": "0:STd01", "stopSequence": 13 }, { "arrival": { "time": "1749200231", "uncertainty": 120 }, "departure": { "time": "1749200281", "uncertainty": 120 }, "stopId": "0:EUr01", "stopSequence": 14 }, { "arrival": { "time": "1749200340", "uncertainty": 120 }, "departure": { "time": "1749200416", "uncertainty": 120 }, "stopId": "0:MOI01", "stopSequence": 15 }, { "arrival": { "time": "1749200500", "uncertainty": 120 }, "departure": { "time": "1749200581", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 16 }, { "arrival": { "time": "1749200608", "uncertainty": 120 }, "departure": { "time": "1749200608", "uncertainty": 120 }, "stopId": "0:STm01", "stopSequence": 17 }, { "arrival": { "time": "1749200626", "uncertainty": 120 }, "departure": { "time": "1749200641", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 18 }, { "arrival": { "time": "1749200671", "uncertainty": 120 }, "departure": { "time": "1749200686", "uncertainty": 120 }, "stopId": "0:ISL01", "stopSequence": 19 }, { "arrival": { "time": "1749200731", "uncertainty": 120 }, "departure": { "time": "1749200731", "uncertainty": 120 }, "stopId": "0:BOu01", "stopSequence": 20 }, { "arrival": { "time": "1749200830", "uncertainty": 120 }, "departure": { "time": "1749200852", "uncertainty": 120 }, "stopId": "0:PZI01", "stopSequence": 21 }, { "arrival": { "time": "1749200940", "uncertainty": 120 }, "departure": { "time": "1749201016", "uncertainty": 120 }, "stopId": "0:14J04", "stopSequence": 22 }, { "arrival": { "time": "1749201074", "uncertainty": 120 }, "departure": { "time": "1749201106", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 23 }, { "arrival": { "time": "1749201136", "uncertainty": 120 }, "departure": { "time": "1749201136", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 24 }, { "arrival": { "time": "1749201256", "uncertainty": 120 }, "departure": { "time": "1749201286", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 25 }, { "arrival": { "time": "1749201346", "uncertainty": 120 }, "departure": { "time": "1749201361", "uncertainty": 120 }, "stopId": "0:VOl01", "stopSequence": 26 }, { "arrival": { "time": "1749201432", "uncertainty": 120 }, "departure": { "time": "1749201432", "uncertainty": 120 }, "stopId": "0:COU01", "stopSequence": 27 }, { "arrival": { "time": "1749201494", "uncertainty": 120 }, "departure": { "time": "1749201494", "uncertainty": 120 }, "stopId": "0:11N01", "stopSequence": 28 }, { "arrival": { "time": "1749201596", "uncertainty": 120 }, "departure": { "time": "1749201596", "uncertainty": 120 }, "stopId": "0:HAu01", "stopSequence": 29 }, { "arrival": { "time": "1749201666", "uncertainty": 120 }, "departure": { "time": "1749201666", "uncertainty": 120 }, "stopId": "0:FER01", "stopSequence": 30 }, { "arrival": { "time": "1749201721", "uncertainty": 120 }, "departure": { "time": "1749201721", "uncertainty": 120 }, "stopId": "0:CHN01", "stopSequence": 31 }, { "arrival": { "time": "1749201808", "uncertainty": 120 }, "departure": { "time": "1749201808", "uncertainty": 120 }, "stopId": "0:CUV01", "stopSequence": 32 }, { "arrival": { "time": "1749201874", "uncertainty": 120 }, "departure": { "time": "1749201874", "uncertainty": 120 }, "stopId": "0:PLA01", "stopSequence": 33 }, { "arrival": { "time": "1749201935", "uncertainty": 120 }, "departure": { "time": "1749201935", "uncertainty": 120 }, "stopId": "0:NUN01", "stopSequence": 34 }, { "arrival": { "time": "1749202065", "uncertainty": 120 }, "departure": { "time": "1749202065", "uncertainty": 120 }, "stopId": "0:TRO01", "stopSequence": 35 }, { "arrival": { "time": "1749202108", "uncertainty": 120 }, "departure": { "time": "1749202108", "uncertainty": 120 }, "stopId": "0:MAL01", "stopSequence": 36 }, { "arrival": { "time": "1749202175", "uncertainty": 120 }, "departure": { "time": "1749202175", "uncertainty": 120 }, "stopId": "0:CAR03", "stopSequence": 37 }, { "arrival": { "time": "1749202227", "uncertainty": 120 }, "departure": { "time": "1749202227", "uncertainty": 120 }, "stopId": "0:BUC01", "stopSequence": 38 }, { "arrival": { "time": "1749202280", "uncertainty": 120 }, "departure": { "time": "1749202280", "uncertainty": 120 }, "stopId": "0:DOL01", "stopSequence": 39 }, { "arrival": { "time": "1749202314", "uncertainty": 120 }, "departure": { "time": "1749202314", "uncertainty": 120 }, "stopId": "0:ROD01", "stopSequence": 40 }, { "arrival": { "time": "1749202382", "uncertainty": 120 }, "departure": { "time": "1749202382", "uncertainty": 120 }, "stopId": "0:COH01", "stopSequence": 41 }, { "arrival": { "time": "1749202436", "uncertainty": 120 }, "departure": { "time": "1749202436", "uncertainty": 120 }, "stopId": "0:RES01", "stopSequence": 42 }, { "arrival": { "time": "1749202471", "uncertainty": 120 }, "departure": { "time": "1749202471", "uncertainty": 120 }, "stopId": "0:DEc01", "stopSequence": 43 }, { "arrival": { "time": "1749202536", "uncertainty": 120 }, "stopId": "0:DEc02", "stopSequence": 44 } ], "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966296" }, "vehicle": { "id": "302", "label": "302" } } }, { "id": "C1966208", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202380", "uncertainty": 120 }, "stopId": "0:ChT01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966208" } } }, { "id": "C1965511", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965511" } } }, { "id": "C1965039", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202960", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749200191", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749200257", "uncertainty": 120 }, "departure": { "time": "1749200296", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749200341", "uncertainty": 120 }, "departure": { "time": "1749200371", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749200446", "uncertainty": 120 }, "departure": { "time": "1749200461", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749200514", "uncertainty": 120 }, "departure": { "time": "1749200514", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749200577", "uncertainty": 120 }, "departure": { "time": "1749200577", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749200657", "uncertainty": 120 }, "departure": { "time": "1749200671", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749200716", "uncertainty": 120 }, "departure": { "time": "1749200746", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749200776", "uncertainty": 120 }, "departure": { "time": "1749200776", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749200830", "uncertainty": 120 }, "departure": { "time": "1749200851", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749200934", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749201016", "uncertainty": 120 }, "departure": { "time": "1749201031", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749201062", "uncertainty": 120 }, "departure": { "time": "1749201062", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749201107", "uncertainty": 120 }, "departure": { "time": "1749201107", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749201144", "uncertainty": 120 }, "departure": { "time": "1749201151", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749201257", "uncertainty": 120 }, "departure": { "time": "1749201271", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749201357", "uncertainty": 120 }, "departure": { "time": "1749201357", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749201567", "uncertainty": 120 }, "departure": { "time": "1749201567", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749201674", "uncertainty": 120 }, "departure": { "time": "1749201674", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749201770", "uncertainty": 120 }, "departure": { "time": "1749201770", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749201820", "uncertainty": 120 }, "departure": { "time": "1749201820", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749201890", "uncertainty": 120 }, "departure": { "time": "1749201890", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749201933", "uncertainty": 120 }, "departure": { "time": "1749201933", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749201979", "uncertainty": 120 }, "departure": { "time": "1749201979", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749202077", "uncertainty": 120 }, "departure": { "time": "1749202077", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749202124", "uncertainty": 120 }, "departure": { "time": "1749202124", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749202267", "uncertainty": 120 }, "departure": { "time": "1749202267", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749202298", "uncertainty": 120 }, "departure": { "time": "1749202298", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749202410", "uncertainty": 120 }, "departure": { "time": "1749202410", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749202463", "uncertainty": 120 }, "departure": { "time": "1749202463", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749202508", "uncertainty": 120 }, "departure": { "time": "1749202508", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749202575", "uncertainty": 120 }, "departure": { "time": "1749202575", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749202692", "uncertainty": 120 }, "departure": { "time": "1749202692", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749202680", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965039" }, "vehicle": { "id": "270", "label": "270" } } }, { "id": "C1962729", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201692", "uncertainty": 120 }, "departure": { "time": "1749201692", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749201336", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749201423", "uncertainty": 120 }, "departure": { "time": "1749201423", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749201544", "uncertainty": 120 }, "departure": { "time": "1749201544", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749201780", "uncertainty": 120 }, "departure": { "time": "1749201780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749201723", "uncertainty": 120 }, "departure": { "time": "1749201723", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749201810", "uncertainty": 120 }, "departure": { "time": "1749201810", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749201909", "uncertainty": 120 }, "departure": { "time": "1749201909", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749202047", "uncertainty": 120 }, "departure": { "time": "1749202047", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749202096", "uncertainty": 120 }, "departure": { "time": "1749202096", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749202150", "uncertainty": 120 }, "departure": { "time": "1749202150", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749202203", "uncertainty": 120 }, "departure": { "time": "1749202203", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749202272", "uncertainty": 120 }, "departure": { "time": "1749202272", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749202331", "uncertainty": 120 }, "departure": { "time": "1749202331", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749202367", "uncertainty": 120 }, "departure": { "time": "1749202367", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749202466", "uncertainty": 120 }, "departure": { "time": "1749202466", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749202578", "uncertainty": 120 }, "departure": { "time": "1749202578", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749202620", "uncertainty": 120 }, "departure": { "time": "1749202620", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749202785", "uncertainty": 120 }, "departure": { "time": "1749202785", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749202882", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962729" }, "vehicle": { "id": "347", "label": "347" } } }, { "id": "C1965484", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965484" } } }, { "id": "C1965263", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749205605", "uncertainty": 120 }, "departure": { "time": "1749205605", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749204540", "uncertainty": 120 }, "stopId": "0:GAN01", "stopSequence": 1 }, { "arrival": { "time": "1749204582", "uncertainty": 120 }, "departure": { "time": "1749204582", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 2 }, { "arrival": { "time": "1749204660", "uncertainty": 120 }, "departure": { "time": "1749204660", "uncertainty": 120 }, "stopId": "0:Cht04", "stopSequence": 3 }, { "arrival": { "time": "1749204704", "uncertainty": 120 }, "departure": { "time": "1749204704", "uncertainty": 120 }, "stopId": "0:par04", "stopSequence": 4 }, { "arrival": { "time": "1749204811", "uncertainty": 120 }, "departure": { "time": "1749204811", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:DUN02", "stopSequence": 5 }, { "arrival": { "time": "1749204828", "uncertainty": 120 }, "departure": { "time": "1749204828", "uncertainty": 120 }, "stopId": "0:SAP02", "stopSequence": 6 }, { "arrival": { "time": "1749204872", "uncertainty": 120 }, "departure": { "time": "1749204872", "uncertainty": 120 }, "stopId": "0:ROM02", "stopSequence": 7 }, { "arrival": { "time": "1749204954", "uncertainty": 120 }, "departure": { "time": "1749204954", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 8 }, { "arrival": { "time": "1749205042", "uncertainty": 120 }, "departure": { "time": "1749205042", "uncertainty": 120 }, "stopId": "0:MAC02", "stopSequence": 9 }, { "arrival": { "time": "1749205170", "uncertainty": 120 }, "departure": { "time": "1749205170", "uncertainty": 120 }, "stopId": "0:DUT02", "stopSequence": 10 }, { "arrival": { "time": "1749205242", "uncertainty": 120 }, "departure": { "time": "1749205242", "uncertainty": 120 }, "stopId": "0:PTB02", "stopSequence": 11 }, { "arrival": { "time": "1749205353", "uncertainty": 120 }, "departure": { "time": "1749205353", "uncertainty": 120 }, "stopId": "0:CLA02", "stopSequence": 12 }, { "arrival": { "time": "1749205444", "uncertainty": 120 }, "departure": { "time": "1749205444", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 13 }, { "arrival": { "time": "1749205500", "uncertainty": 120 }, "departure": { "time": "1749205500", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 14 }, { "arrival": { "time": "1749205620", "uncertainty": 120 }, "departure": { "time": "1749205620", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 15 }, { "arrival": { "time": "1749205638", "uncertainty": 120 }, "departure": { "time": "1749205638", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 16 }, { "arrival": { "time": "1749205788", "uncertainty": 120 }, "departure": { "time": "1749205788", "uncertainty": 120 }, "stopId": "0:LAR02", "stopSequence": 17 }, { "arrival": { "time": "1749205856", "uncertainty": 120 }, "departure": { "time": "1749205856", "uncertainty": 120 }, "stopId": "0:CHO02", "stopSequence": 18 }, { "arrival": { "time": "1749205928", "uncertainty": 120 }, "departure": { "time": "1749205928", "uncertainty": 120 }, "stopId": "0:PTV02", "stopSequence": 19 }, { "arrival": { "time": "1749205997", "uncertainty": 120 }, "departure": { "time": "1749205997", "uncertainty": 120 }, "stopId": "0:MUL02", "stopSequence": 20 }, { "arrival": { "time": "1749206084", "uncertainty": 120 }, "departure": { "time": "1749206084", "uncertainty": 120 }, "stopId": "0:mar02", "stopSequence": 21 }, { "arrival": { "time": "1749206179", "uncertainty": 120 }, "departure": { "time": "1749206179", "uncertainty": 120 }, "stopId": "0:HOC02", "stopSequence": 22 }, { "arrival": { "time": "1749206231", "uncertainty": 120 }, "departure": { "time": "1749206231", "uncertainty": 120 }, "stopId": "0:STE02", "stopSequence": 23 }, { "arrival": { "time": "1749206288", "uncertainty": 120 }, "departure": { "time": "1749206288", "uncertainty": 120 }, "stopId": "0:BUI02", "stopSequence": 24 }, { "arrival": { "time": "1749206380", "uncertainty": 120 }, "departure": { "time": "1749206380", "uncertainty": 120 }, "stopId": "0:MRC02", "stopSequence": 25 }, { "arrival": { "time": "1749206419", "uncertainty": 120 }, "departure": { "time": "1749206419", "uncertainty": 120 }, "stopId": "0:BOI02", "stopSequence": 26 }, { "arrival": { "time": "1749206481", "uncertainty": 120 }, "departure": { "time": "1749206481", "uncertainty": 120 }, "stopId": "0:LAK02", "stopSequence": 27 }, { "arrival": { "time": "1749206582", "uncertainty": 120 }, "departure": { "time": "1749206582", "uncertainty": 120 }, "stopId": "0:MAR02", "stopSequence": 28 }, { "arrival": { "time": "1749206665", "uncertainty": 120 }, "departure": { "time": "1749206665", "uncertainty": 120 }, "stopId": "0:Mai02", "stopSequence": 29 }, { "arrival": { "time": "1749206706", "uncertainty": 120 }, "departure": { "time": "1749206706", "uncertainty": 120 }, "stopId": "0:COQ02", "stopSequence": 30 }, { "arrival": { "time": "1749206839", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965263" } } }, { "id": "C1965780", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204360", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965780" } } }, { "id": "C1965801", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203580", "uncertainty": 120 }, "stopId": "0:HAM01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965801" } } }, { "id": "C1963226", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200048", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 1 }, { "arrival": { "time": "1749200115", "uncertainty": 120 }, "departure": { "time": "1749200115", "uncertainty": 120 }, "stopId": "0:PxC02", "stopSequence": 2 }, { "arrival": { "time": "1749200198", "uncertainty": 120 }, "departure": { "time": "1749200258", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 3 }, { "arrival": { "time": "1749200286", "uncertainty": 120 }, "departure": { "time": "1749200304", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 4 }, { "arrival": { "time": "1749200378", "uncertainty": 120 }, "departure": { "time": "1749200393", "uncertainty": 120 }, "stopId": "0:14J03", "stopSequence": 5 }, { "arrival": { "time": "1749200498", "uncertainty": 120 }, "departure": { "time": "1749200513", "uncertainty": 120 }, "stopId": "0:PZI02", "stopSequence": 6 }, { "arrival": { "time": "1749200543", "uncertainty": 120 }, "departure": { "time": "1749200543", "uncertainty": 120 }, "stopId": "0:FOR01", "stopSequence": 7 }, { "arrival": { "time": "1749200570", "uncertainty": 120 }, "departure": { "time": "1749200570", "uncertainty": 120 }, "stopId": "0:CHr01", "stopSequence": 8 }, { "arrival": { "time": "1749200588", "uncertainty": 120 }, "departure": { "time": "1749200603", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 9 }, { "arrival": { "time": "1749200678", "uncertainty": 120 }, "departure": { "time": "1749200806", "uncertainty": 120 }, "stopId": "0:SQU02", "stopSequence": 10 }, { "arrival": { "time": "1749200852", "uncertainty": 120 }, "departure": { "time": "1749200897", "uncertainty": 120 }, "stopId": "0:EUr03", "stopSequence": 11 }, { "arrival": { "time": "1749200956", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:POi01", "stopSequence": 12 }, { "arrival": { "time": "1749201024", "uncertainty": 120 }, "departure": { "time": "1749201024", "uncertainty": 120 }, "stopId": "0:POC01", "stopSequence": 13 }, { "arrival": { "time": "1749201073", "uncertainty": 120 }, "departure": { "time": "1749201073", "uncertainty": 120 }, "stopId": "0:DES01", "stopSequence": 14 }, { "arrival": { "time": "1749201099", "uncertainty": 120 }, "departure": { "time": "1749201099", "uncertainty": 120 }, "stopId": "0:DEN01", "stopSequence": 15 }, { "arrival": { "time": "1749201121", "uncertainty": 120 }, "departure": { "time": "1749201136", "uncertainty": 120 }, "stopId": "0:Gue01", "stopSequence": 16 }, { "arrival": { "time": "1749201196", "uncertainty": 120 }, "departure": { "time": "1749201196", "uncertainty": 120 }, "stopId": "0:MAI01", "stopSequence": 17 }, { "arrival": { "time": "1749201264", "uncertainty": 120 }, "departure": { "time": "1749201264", "uncertainty": 120 }, "stopId": "0:CER01", "stopSequence": 18 }, { "arrival": { "time": "1749201286", "uncertainty": 120 }, "departure": { "time": "1749201286", "uncertainty": 120 }, "stopId": "0:Bro01", "stopSequence": 19 }, { "arrival": { "time": "1749201344", "uncertainty": 120 }, "departure": { "time": "1749201344", "uncertainty": 120 }, "stopId": "0:AIR01", "stopSequence": 20 }, { "arrival": { "time": "1749201427", "uncertainty": 120 }, "departure": { "time": "1749201427", "uncertainty": 120 }, "stopId": "0:TDB03", "stopSequence": 21 }, { "arrival": { "time": "1749201475", "uncertainty": 120 }, "stopId": "0:ASC01", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963226" }, "vehicle": { "id": "328", "label": "328" } } }, { "id": "C1965196", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201840", "uncertainty": 120 }, "stopId": "0:STG01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965196" } } }, { "id": "C1966202", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204720", "uncertainty": 120 }, "stopId": "0:DEc02", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966202" } } }, { "id": "C1962651", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204116", "uncertainty": 120 }, "departure": { "time": "1749204116", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749203760", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749203847", "uncertainty": 120 }, "departure": { "time": "1749203847", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749203968", "uncertainty": 120 }, "departure": { "time": "1749203968", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749204180", "uncertainty": 120 }, "departure": { "time": "1749204180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749204146", "uncertainty": 120 }, "departure": { "time": "1749204146", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749204230", "uncertainty": 120 }, "departure": { "time": "1749204230", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749204325", "uncertainty": 120 }, "departure": { "time": "1749204325", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749204479", "uncertainty": 120 }, "departure": { "time": "1749204479", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749204533", "uncertainty": 120 }, "departure": { "time": "1749204533", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749204593", "uncertainty": 120 }, "departure": { "time": "1749204593", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749204652", "uncertainty": 120 }, "departure": { "time": "1749204652", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749204729", "uncertainty": 120 }, "departure": { "time": "1749204729", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749204794", "uncertainty": 120 }, "departure": { "time": "1749204794", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749204834", "uncertainty": 120 }, "departure": { "time": "1749204834", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749204920", "uncertainty": 120 }, "departure": { "time": "1749204920", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749205036", "uncertainty": 120 }, "departure": { "time": "1749205036", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749205080", "uncertainty": 120 }, "departure": { "time": "1749205080", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749205260", "uncertainty": 120 }, "departure": { "time": "1749205260", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749205357", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962651" } } }, { "id": "C1963265", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201009", "uncertainty": 120 }, "stopId": "0:ASC01", "stopSequence": 1 }, { "arrival": { "time": "1749201067", "uncertainty": 120 }, "departure": { "time": "1749201084", "uncertainty": 120 }, "stopId": "0:TDB04", "stopSequence": 2 }, { "arrival": { "time": "1749201159", "uncertainty": 120 }, "departure": { "time": "1749201189", "uncertainty": 120 }, "stopId": "0:STP01", "stopSequence": 3 }, { "arrival": { "time": "1749201248", "uncertainty": 120 }, "departure": { "time": "1749201248", "uncertainty": 120 }, "stopId": "0:Bro02", "stopSequence": 4 }, { "arrival": { "time": "1749201336", "uncertainty": 120 }, "departure": { "time": "1749201339", "uncertainty": 120 }, "stopId": "0:CER02", "stopSequence": 5 }, { "arrival": { "time": "1749201384", "uncertainty": 120 }, "departure": { "time": "1749201384", "uncertainty": 120 }, "stopId": "0:MAI02", "stopSequence": 6 }, { "arrival": { "time": "1749201407", "uncertainty": 120 }, "departure": { "time": "1749201407", "uncertainty": 120 }, "stopId": "0:Gue02", "stopSequence": 7 }, { "arrival": { "time": "1749201452", "uncertainty": 120 }, "departure": { "time": "1749201452", "uncertainty": 120 }, "stopId": "0:DEN02", "stopSequence": 8 }, { "arrival": { "time": "1749201522", "uncertainty": 120 }, "departure": { "time": "1749201522", "uncertainty": 120 }, "stopId": "0:DES02", "stopSequence": 9 }, { "arrival": { "time": "1749201615", "uncertainty": 120 }, "departure": { "time": "1749201615", "uncertainty": 120 }, "stopId": "0:POC02", "stopSequence": 10 }, { "arrival": { "time": "1749201677", "uncertainty": 120 }, "departure": { "time": "1749201677", "uncertainty": 120 }, "stopId": "0:POi02", "stopSequence": 11 }, { "arrival": { "time": "1749201842", "uncertainty": 120 }, "departure": { "time": "1749201842", "uncertainty": 120 }, "stopId": "0:EUr01", "stopSequence": 12 }, { "arrival": { "time": "1749201967", "uncertainty": 120 }, "departure": { "time": "1749201967", "uncertainty": 120 }, "stopId": "0:MOI01", "stopSequence": 13 }, { "arrival": { "time": "1749202028", "uncertainty": 120 }, "departure": { "time": "1749202028", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 14 }, { "arrival": { "time": "1749202055", "uncertainty": 120 }, "departure": { "time": "1749202055", "uncertainty": 120 }, "stopId": "0:STm01", "stopSequence": 15 }, { "arrival": { "time": "1749202096", "uncertainty": 120 }, "departure": { "time": "1749202096", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 16 }, { "arrival": { "time": "1749202142", "uncertainty": 120 }, "departure": { "time": "1749202142", "uncertainty": 120 }, "stopId": "0:ISL01", "stopSequence": 17 }, { "arrival": { "time": "1749202209", "uncertainty": 120 }, "departure": { "time": "1749202209", "uncertainty": 120 }, "stopId": "0:BOu01", "stopSequence": 18 }, { "arrival": { "time": "1749202286", "uncertainty": 120 }, "departure": { "time": "1749202286", "uncertainty": 120 }, "stopId": "0:PZI01", "stopSequence": 19 }, { "arrival": { "time": "1749202350", "uncertainty": 120 }, "departure": { "time": "1749202350", "uncertainty": 120 }, "stopId": "0:14J04", "stopSequence": 20 }, { "arrival": { "time": "1749202452", "uncertainty": 120 }, "departure": { "time": "1749202452", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 21 }, { "arrival": { "time": "1749202494", "uncertainty": 120 }, "departure": { "time": "1749202494", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 22 }, { "arrival": { "time": "1749202585", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963265" }, "vehicle": { "id": "334", "label": "334" } } }, { "id": "C1965047", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749207032", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749204120", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749204202", "uncertainty": 120 }, "departure": { "time": "1749204202", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749204256", "uncertainty": 120 }, "departure": { "time": "1749204256", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749204316", "uncertainty": 120 }, "departure": { "time": "1749204316", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749204382", "uncertainty": 120 }, "departure": { "time": "1749204382", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749204496", "uncertainty": 120 }, "departure": { "time": "1749204496", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749204628", "uncertainty": 120 }, "departure": { "time": "1749204628", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749204710", "uncertainty": 120 }, "departure": { "time": "1749204710", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749204749", "uncertainty": 120 }, "departure": { "time": "1749204749", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749204840", "uncertainty": 120 }, "departure": { "time": "1749204840", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749204930", "uncertainty": 120 }, "departure": { "time": "1749204930", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749205001", "uncertainty": 120 }, "departure": { "time": "1749205001", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749205076", "uncertainty": 120 }, "departure": { "time": "1749205076", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749205152", "uncertainty": 120 }, "departure": { "time": "1749205152", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749205200", "uncertainty": 120 }, "departure": { "time": "1749205200", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749205331", "uncertainty": 120 }, "departure": { "time": "1749205331", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749205440", "uncertainty": 120 }, "departure": { "time": "1749205440", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749205629", "uncertainty": 120 }, "departure": { "time": "1749205629", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749205740", "uncertainty": 120 }, "departure": { "time": "1749205740", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749205836", "uncertainty": 120 }, "departure": { "time": "1749205836", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749205886", "uncertainty": 120 }, "departure": { "time": "1749205886", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749205956", "uncertainty": 120 }, "departure": { "time": "1749205956", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749205999", "uncertainty": 120 }, "departure": { "time": "1749205999", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749206045", "uncertainty": 120 }, "departure": { "time": "1749206045", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749206143", "uncertainty": 120 }, "departure": { "time": "1749206143", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749206192", "uncertainty": 120 }, "departure": { "time": "1749206192", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749206340", "uncertainty": 120 }, "departure": { "time": "1749206340", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749206371", "uncertainty": 120 }, "departure": { "time": "1749206371", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749206482", "uncertainty": 120 }, "departure": { "time": "1749206482", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749206535", "uncertainty": 120 }, "departure": { "time": "1749206535", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749206580", "uncertainty": 120 }, "departure": { "time": "1749206580", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749206647", "uncertainty": 120 }, "departure": { "time": "1749206647", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749206764", "uncertainty": 120 }, "departure": { "time": "1749206764", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749206820", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965047" } } }, { "id": "C1965831", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203220", "uncertainty": 120 }, "stopId": "0:POi01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "21", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965831" } } }, { "id": "C1964395", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199882", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749199904", "uncertainty": 120 }, "departure": { "time": "1749199904", "uncertainty": 120 }, "stopId": "0:Ham01", "stopSequence": 2 }, { "arrival": { "time": "1749199927", "uncertainty": 120 }, "departure": { "time": "1749199927", "uncertainty": 120 }, "stopId": "0:PIS01", "stopSequence": 3 }, { "arrival": { "time": "1749199978", "uncertainty": 120 }, "departure": { "time": "1749199987", "uncertainty": 120 }, "stopId": "0:TEI01", "stopSequence": 4 }, { "arrival": { "time": "1749200017", "uncertainty": 120 }, "departure": { "time": "1749200032", "uncertainty": 120 }, "stopId": "0:CAm01", "stopSequence": 5 }, { "arrival": { "time": "1749200085", "uncertainty": 120 }, "departure": { "time": "1749200107", "uncertainty": 120 }, "stopId": "0:MOZ02", "stopSequence": 6 }, { "arrival": { "time": "1749200152", "uncertainty": 120 }, "departure": { "time": "1749200167", "uncertainty": 120 }, "stopId": "0:JUI02", "stopSequence": 7 }, { "arrival": { "time": "1749200253", "uncertainty": 120 }, "departure": { "time": "1749200257", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 8 }, { "arrival": { "time": "1749200313", "uncertainty": 120 }, "departure": { "time": "1749200313", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 9 }, { "arrival": { "time": "1749200347", "uncertainty": 120 }, "departure": { "time": "1749200377", "uncertainty": 120 }, "stopId": "0:TRo01", "stopSequence": 10 }, { "arrival": { "time": "1749200428", "uncertainty": 120 }, "departure": { "time": "1749200437", "uncertainty": 120 }, "stopId": "0:HTC01", "stopSequence": 11 }, { "arrival": { "time": "1749200512", "uncertainty": 120 }, "departure": { "time": "1749200542", "uncertainty": 120 }, "stopId": "0:STM03", "stopSequence": 12 }, { "arrival": { "time": "1749200857", "uncertainty": 120 }, "departure": { "time": "1749200872", "uncertainty": 120 }, "stopId": "0:ALA01", "stopSequence": 13 }, { "arrival": { "time": "1749200917", "uncertainty": 120 }, "departure": { "time": "1749200932", "uncertainty": 120 }, "stopId": "0:ROG01", "stopSequence": 14 }, { "arrival": { "time": "1749200977", "uncertainty": 120 }, "departure": { "time": "1749200977", "uncertainty": 120 }, "stopId": "0:PAI01", "stopSequence": 15 }, { "arrival": { "time": "1749201022", "uncertainty": 120 }, "departure": { "time": "1749201022", "uncertainty": 120 }, "stopId": "0:FIL01", "stopSequence": 16 }, { "arrival": { "time": "1749201142", "uncertainty": 120 }, "departure": { "time": "1749201217", "uncertainty": 120 }, "stopId": "0:JMO01", "stopSequence": 17 }, { "arrival": { "time": "1749201307", "uncertainty": 120 }, "departure": { "time": "1749201367", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 18 }, { "arrival": { "time": "1749201455", "uncertainty": 120 }, "departure": { "time": "1749201455", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 19 }, { "arrival": { "time": "1749201567", "uncertainty": 120 }, "departure": { "time": "1749201567", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 20 }, { "arrival": { "time": "1749201661", "uncertainty": 120 }, "departure": { "time": "1749201661", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 21 }, { "arrival": { "time": "1749201769", "uncertainty": 120 }, "departure": { "time": "1749201769", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 22 }, { "arrival": { "time": "1749201880", "uncertainty": 120 }, "departure": { "time": "1749201880", "uncertainty": 120 }, "stopId": "0:SUP01", "stopSequence": 23 }, { "arrival": { "time": "1749201967", "uncertainty": 120 }, "departure": { "time": "1749201967", "uncertainty": 120 }, "stopId": "0:SOM01", "stopSequence": 24 }, { "arrival": { "time": "1749202060", "uncertainty": 120 }, "departure": { "time": "1749202060", "uncertainty": 120 }, "stopId": "0:CRo01", "stopSequence": 25 }, { "arrival": { "time": "1749202146", "uncertainty": 120 }, "departure": { "time": "1749202146", "uncertainty": 120 }, "stopId": "0:mAI01", "stopSequence": 26 }, { "arrival": { "time": "1749202189", "uncertainty": 120 }, "departure": { "time": "1749202189", "uncertainty": 120 }, "stopId": "0:MAg01", "stopSequence": 27 }, { "arrival": { "time": "1749202275", "uncertainty": 120 }, "departure": { "time": "1749202275", "uncertainty": 120 }, "stopId": "0:COu01", "stopSequence": 28 }, { "arrival": { "time": "1749202316", "uncertainty": 120 }, "departure": { "time": "1749202316", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 29 }, { "arrival": { "time": "1749202397", "uncertainty": 120 }, "departure": { "time": "1749202397", "uncertainty": 120 }, "stopId": "0:Ver01", "stopSequence": 30 }, { "arrival": { "time": "1749202434", "uncertainty": 120 }, "departure": { "time": "1749202434", "uncertainty": 120 }, "stopId": "0:BAL01", "stopSequence": 31 }, { "arrival": { "time": "1749202498", "uncertainty": 120 }, "departure": { "time": "1749202498", "uncertainty": 120 }, "stopId": "0:VIE01", "stopSequence": 32 }, { "arrival": { "time": "1749202539", "uncertainty": 120 }, "departure": { "time": "1749202539", "uncertainty": 120 }, "stopId": "0:HTF01", "stopSequence": 33 }, { "arrival": { "time": "1749202609", "uncertainty": 120 }, "departure": { "time": "1749202609", "uncertainty": 120 }, "stopId": "0:BRE02", "stopSequence": 34 }, { "arrival": { "time": "1749202671", "uncertainty": 120 }, "departure": { "time": "1749202671", "uncertainty": 120 }, "stopId": "0:ROs03", "stopSequence": 35 }, { "arrival": { "time": "1749202751", "uncertainty": 120 }, "departure": { "time": "1749202751", "uncertainty": 120 }, "stopId": "0:CoU01", "stopSequence": 36 }, { "arrival": { "time": "1749202813", "uncertainty": 120 }, "departure": { "time": "1749202813", "uncertainty": 120 }, "stopId": "0:ViL01", "stopSequence": 37 }, { "arrival": { "time": "1749202900", "uncertainty": 120 }, "departure": { "time": "1749202900", "uncertainty": 120 }, "stopId": "0:mai01", "stopSequence": 38 }, { "arrival": { "time": "1749202950", "uncertainty": 120 }, "departure": { "time": "1749202950", "uncertainty": 120 }, "stopId": "0:Cen01", "stopSequence": 39 }, { "arrival": { "time": "1749203089", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 40 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964395" }, "vehicle": { "id": "314", "label": "314" } } }, { "id": "C1964551", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749206227", "uncertainty": 120 }, "departure": { "time": "1749206227", "uncertainty": 120 }, "stopId": "0:FoN03" }, { "arrival": { "time": "1749207601", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749204420", "uncertainty": 120 }, "stopId": "0:PaL01", "stopSequence": 1 }, { "arrival": { "time": "1749204461", "uncertainty": 120 }, "departure": { "time": "1749204461", "uncertainty": 120 }, "stopId": "0:HAT02", "stopSequence": 2 }, { "arrival": { "time": "1749204508", "uncertainty": 120 }, "departure": { "time": "1749204508", "uncertainty": 120 }, "stopId": "0:Clo02", "stopSequence": 3 }, { "arrival": { "time": "1749204553", "uncertainty": 120 }, "departure": { "time": "1749204553", "uncertainty": 120 }, "stopId": "0:MST02", "stopSequence": 4 }, { "arrival": { "time": "1749204614", "uncertainty": 120 }, "departure": { "time": "1749204614", "uncertainty": 120 }, "stopId": "0:CEr02", "stopSequence": 5 }, { "arrival": { "time": "1749204644", "uncertainty": 120 }, "departure": { "time": "1749204644", "uncertainty": 120 }, "stopId": "0:MON02", "stopSequence": 6 }, { "arrival": { "time": "1749204844", "uncertainty": 120 }, "departure": { "time": "1749204844", "uncertainty": 120 }, "stopId": "0:ZAC02", "stopSequence": 7 }, { "arrival": { "time": "1749204900", "uncertainty": 120 }, "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:BRE01", "stopSequence": 8 }, { "arrival": { "time": "1749204978", "uncertainty": 120 }, "departure": { "time": "1749204978", "uncertainty": 120 }, "stopId": "0:HTF02", "stopSequence": 9 }, { "arrival": { "time": "1749205020", "uncertainty": 120 }, "departure": { "time": "1749205020", "uncertainty": 120 }, "stopId": "0:VIE02", "stopSequence": 10 }, { "arrival": { "time": "1749205082", "uncertainty": 120 }, "departure": { "time": "1749205082", "uncertainty": 120 }, "stopId": "0:BAL02", "stopSequence": 11 }, { "arrival": { "time": "1749205129", "uncertainty": 120 }, "departure": { "time": "1749205129", "uncertainty": 120 }, "stopId": "0:Ver02", "stopSequence": 12 }, { "arrival": { "time": "1749205190", "uncertainty": 120 }, "departure": { "time": "1749205190", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 13 }, { "arrival": { "time": "1749205251", "uncertainty": 120 }, "departure": { "time": "1749205251", "uncertainty": 120 }, "stopId": "0:COu02", "stopSequence": 14 }, { "arrival": { "time": "1749205320", "uncertainty": 120 }, "departure": { "time": "1749205320", "uncertainty": 120 }, "stopId": "0:MAg02", "stopSequence": 15 }, { "arrival": { "time": "1749205387", "uncertainty": 120 }, "departure": { "time": "1749205387", "uncertainty": 120 }, "stopId": "0:mAI02", "stopSequence": 16 }, { "arrival": { "time": "1749205460", "uncertainty": 120 }, "departure": { "time": "1749205460", "uncertainty": 120 }, "stopId": "0:CRo02", "stopSequence": 17 }, { "arrival": { "time": "1749205551", "uncertainty": 120 }, "departure": { "time": "1749205551", "uncertainty": 120 }, "stopId": "0:SOM02", "stopSequence": 18 }, { "arrival": { "time": "1749205667", "uncertainty": 120 }, "departure": { "time": "1749205667", "uncertainty": 120 }, "stopId": "0:SUP02", "stopSequence": 19 }, { "arrival": { "time": "1749205740", "uncertainty": 120 }, "departure": { "time": "1749205740", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 20 }, { "arrival": { "time": "1749205854", "uncertainty": 120 }, "departure": { "time": "1749205854", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 21 }, { "arrival": { "time": "1749205922", "uncertainty": 120 }, "departure": { "time": "1749205922", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 22 }, { "arrival": { "time": "1749206004", "uncertainty": 120 }, "departure": { "time": "1749206004", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 23 }, { "arrival": { "time": "1749206040", "uncertainty": 120 }, "departure": { "time": "1749206040", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 24 }, { "arrival": { "time": "1749206106", "uncertainty": 120 }, "departure": { "time": "1749206106", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 25 }, { "arrival": { "time": "1749206220", "uncertainty": 120 }, "departure": { "time": "1749206220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 26 }, { "arrival": { "time": "1749206247", "uncertainty": 120 }, "departure": { "time": "1749206247", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FoN03", "stopSequence": 27 }, { "arrival": { "time": "1749206298", "uncertainty": 120 }, "departure": { "time": "1749206298", "uncertainty": 120 }, "stopId": "0:FIL02", "stopSequence": 28 }, { "arrival": { "time": "1749206393", "uncertainty": 120 }, "departure": { "time": "1749206393", "uncertainty": 120 }, "stopId": "0:PAI02", "stopSequence": 29 }, { "arrival": { "time": "1749206463", "uncertainty": 120 }, "departure": { "time": "1749206463", "uncertainty": 120 }, "stopId": "0:ROG02", "stopSequence": 30 }, { "arrival": { "time": "1749206556", "uncertainty": 120 }, "departure": { "time": "1749206556", "uncertainty": 120 }, "stopId": "0:ALA02", "stopSequence": 31 }, { "arrival": { "time": "1749206726", "uncertainty": 120 }, "departure": { "time": "1749206726", "uncertainty": 120 }, "stopId": "0:STM04", "stopSequence": 32 }, { "arrival": { "time": "1749206829", "uncertainty": 120 }, "departure": { "time": "1749206829", "uncertainty": 120 }, "stopId": "0:HTC02", "stopSequence": 33 }, { "arrival": { "time": "1749206878", "uncertainty": 120 }, "departure": { "time": "1749206878", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 34 }, { "arrival": { "time": "1749206915", "uncertainty": 120 }, "departure": { "time": "1749206915", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 35 }, { "arrival": { "time": "1749206984", "uncertainty": 120 }, "departure": { "time": "1749206984", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 36 }, { "arrival": { "time": "1749207046", "uncertainty": 120 }, "departure": { "time": "1749207046", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 37 }, { "arrival": { "time": "1749207114", "uncertainty": 120 }, "departure": { "time": "1749207114", "uncertainty": 120 }, "stopId": "0:MOZ01", "stopSequence": 38 }, { "arrival": { "time": "1749207171", "uncertainty": 120 }, "departure": { "time": "1749207171", "uncertainty": 120 }, "stopId": "0:CAm02", "stopSequence": 39 }, { "arrival": { "time": "1749207206", "uncertainty": 120 }, "departure": { "time": "1749207206", "uncertainty": 120 }, "stopId": "0:TEI02", "stopSequence": 40 }, { "arrival": { "time": "1749207306", "uncertainty": 120 }, "departure": { "time": "1749207306", "uncertainty": 120 }, "stopId": "0:PIS02", "stopSequence": 41 }, { "arrival": { "time": "1749207349", "uncertainty": 120 }, "departure": { "time": "1749207349", "uncertainty": 120 }, "stopId": "0:Ham02", "stopSequence": 42 }, { "arrival": { "time": "1749207420", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964551" } } }, { "id": "C1963446", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200717", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 1 }, { "arrival": { "time": "1749200767", "uncertainty": 120 }, "departure": { "time": "1749200767", "uncertainty": 120 }, "stopId": "0:CHS01", "stopSequence": 2 }, { "arrival": { "time": "1749200849", "uncertainty": 120 }, "departure": { "time": "1749200849", "uncertainty": 120 }, "stopId": "0:ING01", "stopSequence": 3 }, { "arrival": { "time": "1749200895", "uncertainty": 120 }, "departure": { "time": "1749200912", "uncertainty": 120 }, "stopId": "0:LAV01", "stopSequence": 4 }, { "arrival": { "time": "1749200951", "uncertainty": 120 }, "departure": { "time": "1749200951", "uncertainty": 120 }, "stopId": "0:ROI01", "stopSequence": 5 }, { "arrival": { "time": "1749200972", "uncertainty": 120 }, "departure": { "time": "1749200989", "uncertainty": 120 }, "stopId": "0:LIB01", "stopSequence": 6 }, { "arrival": { "time": "1749201068", "uncertainty": 120 }, "departure": { "time": "1749201077", "uncertainty": 120 }, "stopId": "0:GUI01", "stopSequence": 7 }, { "arrival": { "time": "1749201167", "uncertainty": 120 }, "departure": { "time": "1749201167", "uncertainty": 120 }, "stopId": "0:CHE02", "stopSequence": 8 }, { "arrival": { "time": "1749201255", "uncertainty": 120 }, "departure": { "time": "1749201258", "uncertainty": 120 }, "stopId": "0:BOi02", "stopSequence": 9 }, { "arrival": { "time": "1749201332", "uncertainty": 120 }, "departure": { "time": "1749201332", "uncertainty": 120 }, "stopId": "0:EGA02", "stopSequence": 10 }, { "arrival": { "time": "1749201376", "uncertainty": 120 }, "departure": { "time": "1749201376", "uncertainty": 120 }, "stopId": "0:UTT02", "stopSequence": 11 }, { "arrival": { "time": "1749201478", "uncertainty": 120 }, "departure": { "time": "1749201478", "uncertainty": 120 }, "stopId": "0:CrO02", "stopSequence": 12 }, { "arrival": { "time": "1749201519", "uncertainty": 120 }, "departure": { "time": "1749201519", "uncertainty": 120 }, "stopId": "0:REI02", "stopSequence": 13 }, { "arrival": { "time": "1749201585", "uncertainty": 120 }, "departure": { "time": "1749201585", "uncertainty": 120 }, "stopId": "0:LAr02", "stopSequence": 14 }, { "arrival": { "time": "1749201617", "uncertainty": 120 }, "departure": { "time": "1749201617", "uncertainty": 120 }, "stopId": "0:LOM03", "stopSequence": 15 }, { "arrival": { "time": "1749201689", "uncertainty": 120 }, "departure": { "time": "1749201689", "uncertainty": 120 }, "stopId": "0:pAS02", "stopSequence": 16 }, { "arrival": { "time": "1749201737", "uncertainty": 120 }, "departure": { "time": "1749201737", "uncertainty": 120 }, "stopId": "0:tHI02", "stopSequence": 17 }, { "arrival": { "time": "1749201768", "uncertainty": 120 }, "departure": { "time": "1749201768", "uncertainty": 120 }, "stopId": "0:ROL02", "stopSequence": 18 }, { "arrival": { "time": "1749201802", "uncertainty": 120 }, "departure": { "time": "1749201802", "uncertainty": 120 }, "stopId": "0:JAc02", "stopSequence": 19 }, { "arrival": { "time": "1749201837", "uncertainty": 120 }, "departure": { "time": "1749201837", "uncertainty": 120 }, "stopId": "0:MIS02", "stopSequence": 20 }, { "arrival": { "time": "1749201879", "uncertainty": 120 }, "departure": { "time": "1749201879", "uncertainty": 120 }, "stopId": "0:BEA02", "stopSequence": 21 }, { "arrival": { "time": "1749201906", "uncertainty": 120 }, "departure": { "time": "1749201906", "uncertainty": 120 }, "stopId": "0:PAR02", "stopSequence": 22 }, { "arrival": { "time": "1749201955", "uncertainty": 120 }, "departure": { "time": "1749201955", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 23 }, { "arrival": { "time": "1749201998", "uncertainty": 120 }, "departure": { "time": "1749201998", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 24 }, { "arrival": { "time": "1749202050", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963446" }, "vehicle": { "id": "265", "label": "265" } } }, { "id": "C1966547", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203928", "uncertainty": 120 }, "departure": { "time": "1749203928", "uncertainty": 120 }, "stopId": "0:Jac02" }, { "arrival": { "time": "1749204175", "uncertainty": 120 }, "departure": { "time": "1749204175", "uncertainty": 120 }, "stopId": "0:MAl02" }, { "departure": { "time": "1749203777", "uncertainty": 120 }, "stopId": "0:FoN01", "stopSequence": 1 }, { "arrival": { "time": "1749203802", "uncertainty": 120 }, "departure": { "time": "1749203802", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 2 }, { "arrival": { "time": "1749203873", "uncertainty": 120 }, "departure": { "time": "1749203873", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 3 }, { "arrival": { "time": "1749203934", "uncertainty": 120 }, "departure": { "time": "1749203934", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PHi02", "stopSequence": 4 }, { "arrival": { "time": "1749204000", "uncertainty": 120 }, "departure": { "time": "1749204000", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHa02", "stopSequence": 5 }, { "arrival": { "time": "1749204040", "uncertainty": 120 }, "departure": { "time": "1749204040", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:Ber02", "stopSequence": 6 }, { "arrival": { "time": "1749204176", "uncertainty": 120 }, "departure": { "time": "1749204176", "uncertainty": 120 }, "stopId": "0:MAl02", "stopSequence": 7 }, { "arrival": { "time": "1749204217", "uncertainty": 120 }, "departure": { "time": "1749204217", "uncertainty": 120 }, "stopId": "0:TIR02", "stopSequence": 8 }, { "arrival": { "time": "1749204356", "uncertainty": 120 }, "departure": { "time": "1749204356", "uncertainty": 120 }, "stopId": "0:MAZ01", "stopSequence": 9 }, { "arrival": { "time": "1749204397", "uncertainty": 120 }, "departure": { "time": "1749204397", "uncertainty": 120 }, "stopId": "0:MeR01", "stopSequence": 10 }, { "arrival": { "time": "1749204435", "uncertainty": 120 }, "departure": { "time": "1749204435", "uncertainty": 120 }, "stopId": "0:cro01", "stopSequence": 11 }, { "arrival": { "time": "1749204453", "uncertainty": 120 }, "departure": { "time": "1749204453", "uncertainty": 120 }, "stopId": "0:SIR02", "stopSequence": 12 }, { "arrival": { "time": "1749204493", "uncertainty": 120 }, "departure": { "time": "1749204493", "uncertainty": 120 }, "stopId": "0:ERK03", "stopSequence": 13 }, { "arrival": { "time": "1749204578", "uncertainty": 120 }, "departure": { "time": "1749204578", "uncertainty": 120 }, "stopId": "0:FRA04", "stopSequence": 14 }, { "arrival": { "time": "1749204666", "uncertainty": 120 }, "departure": { "time": "1749204666", "uncertainty": 120 }, "stopId": "0:QUA01", "stopSequence": 15 }, { "arrival": { "time": "1749204732", "uncertainty": 120 }, "departure": { "time": "1749204732", "uncertainty": 120 }, "stopId": "0:BeR02", "stopSequence": 16 }, { "arrival": { "time": "1749204780", "uncertainty": 120 }, "departure": { "time": "1749204780", "uncertainty": 120 }, "stopId": "0:DAN02", "stopSequence": 17 }, { "arrival": { "time": "1749204837", "uncertainty": 120 }, "departure": { "time": "1749204837", "uncertainty": 120 }, "stopId": "0:VrD02", "stopSequence": 18 }, { "arrival": { "time": "1749204904", "uncertainty": 120 }, "departure": { "time": "1749204904", "uncertainty": 120 }, "stopId": "0:CpG02", "stopSequence": 19 }, { "arrival": { "time": "1749204959", "uncertainty": 120 }, "departure": { "time": "1749204959", "uncertainty": 120 }, "stopId": "0:ChT03", "stopSequence": 20 }, { "arrival": { "time": "1749204993", "uncertainty": 120 }, "departure": { "time": "1749204993", "uncertainty": 120 }, "stopId": "0:ChM01", "stopSequence": 21 }, { "arrival": { "time": "1749205067", "uncertainty": 120 }, "departure": { "time": "1749205067", "uncertainty": 120 }, "stopId": "0:Rpb01", "stopSequence": 22 }, { "arrival": { "time": "1749205107", "uncertainty": 120 }, "departure": { "time": "1749205107", "uncertainty": 120 }, "stopId": "0:MaC01", "stopSequence": 23 }, { "arrival": { "time": "1749205139", "uncertainty": 120 }, "departure": { "time": "1749205139", "uncertainty": 120 }, "stopId": "0:Onj01", "stopSequence": 24 }, { "arrival": { "time": "1749205175", "uncertainty": 120 }, "departure": { "time": "1749205175", "uncertainty": 120 }, "stopId": "0:PCH01", "stopSequence": 25 }, { "arrival": { "time": "1749205221", "uncertainty": 120 }, "departure": { "time": "1749205221", "uncertainty": 120 }, "stopId": "0:Ros01", "stopSequence": 26 }, { "arrival": { "time": "1749205273", "uncertainty": 120 }, "departure": { "time": "1749205273", "uncertainty": 120 }, "stopId": "0:Par01", "stopSequence": 27 }, { "arrival": { "time": "1749205319", "uncertainty": 120 }, "departure": { "time": "1749205319", "uncertainty": 120 }, "stopId": "0:StC01", "stopSequence": 28 }, { "arrival": { "time": "1749205358", "uncertainty": 120 }, "departure": { "time": "1749205358", "uncertainty": 120 }, "stopId": "0:Sau01", "stopSequence": 29 }, { "arrival": { "time": "1749205439", "uncertainty": 120 }, "stopId": "0:ChT02", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966547" } } }, { "id": "C1966215", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200462", "uncertainty": 120 }, "stopId": "0:EREK1", "stopSequence": 1 }, { "arrival": { "time": "1749200507", "uncertainty": 120 }, "departure": { "time": "1749200507", "uncertainty": 120 }, "stopId": "0:FRA04", "stopSequence": 2 }, { "arrival": { "time": "1749200589", "uncertainty": 120 }, "departure": { "time": "1749200589", "uncertainty": 120 }, "stopId": "0:QUA01", "stopSequence": 3 }, { "arrival": { "time": "1749200634", "uncertainty": 120 }, "departure": { "time": "1749200634", "uncertainty": 120 }, "stopId": "0:BeR02", "stopSequence": 4 }, { "arrival": { "time": "1749200657", "uncertainty": 120 }, "departure": { "time": "1749200657", "uncertainty": 120 }, "stopId": "0:DAN02", "stopSequence": 5 }, { "arrival": { "time": "1749200694", "uncertainty": 120 }, "departure": { "time": "1749200717", "uncertainty": 120 }, "stopId": "0:MRQ01", "stopSequence": 6 }, { "arrival": { "time": "1749200775", "uncertainty": 120 }, "departure": { "time": "1749200792", "uncertainty": 120 }, "stopId": "0:KEL01", "stopSequence": 7 }, { "arrival": { "time": "1749200837", "uncertainty": 120 }, "departure": { "time": "1749200837", "uncertainty": 120 }, "stopId": "0:LEM01", "stopSequence": 8 }, { "arrival": { "time": "1749200867", "uncertainty": 120 }, "departure": { "time": "1749200882", "uncertainty": 120 }, "stopId": "0:DEB01", "stopSequence": 9 }, { "arrival": { "time": "1749200970", "uncertainty": 120 }, "departure": { "time": "1749200987", "uncertainty": 120 }, "stopId": "0:MOU01", "stopSequence": 10 }, { "arrival": { "time": "1749201028", "uncertainty": 120 }, "departure": { "time": "1749201028", "uncertainty": 120 }, "stopId": "0:JAF01", "stopSequence": 11 }, { "arrival": { "time": "1749201047", "uncertainty": 120 }, "departure": { "time": "1749201062", "uncertainty": 120 }, "stopId": "0:PTH01", "stopSequence": 12 }, { "arrival": { "time": "1749201161", "uncertainty": 120 }, "departure": { "time": "1749201167", "uncertainty": 120 }, "stopId": "0:Std01", "stopSequence": 13 }, { "arrival": { "time": "1749201212", "uncertainty": 120 }, "departure": { "time": "1749201212", "uncertainty": 120 }, "stopId": "0:STd01", "stopSequence": 14 }, { "arrival": { "time": "1749201311", "uncertainty": 120 }, "departure": { "time": "1749201362", "uncertainty": 120 }, "stopId": "0:EUr01", "stopSequence": 15 }, { "arrival": { "time": "1749201418", "uncertainty": 120 }, "departure": { "time": "1749201418", "uncertainty": 120 }, "stopId": "0:MOI01", "stopSequence": 16 }, { "arrival": { "time": "1749201477", "uncertainty": 120 }, "departure": { "time": "1749201477", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 17 }, { "arrival": { "time": "1749201510", "uncertainty": 120 }, "departure": { "time": "1749201510", "uncertainty": 120 }, "stopId": "0:STm01", "stopSequence": 18 }, { "arrival": { "time": "1749201553", "uncertainty": 120 }, "departure": { "time": "1749201553", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 19 }, { "arrival": { "time": "1749201602", "uncertainty": 120 }, "departure": { "time": "1749201602", "uncertainty": 120 }, "stopId": "0:ISL01", "stopSequence": 20 }, { "arrival": { "time": "1749201673", "uncertainty": 120 }, "departure": { "time": "1749201673", "uncertainty": 120 }, "stopId": "0:BOu01", "stopSequence": 21 }, { "arrival": { "time": "1749201749", "uncertainty": 120 }, "departure": { "time": "1749201749", "uncertainty": 120 }, "stopId": "0:PZI01", "stopSequence": 22 }, { "arrival": { "time": "1749201821", "uncertainty": 120 }, "departure": { "time": "1749201821", "uncertainty": 120 }, "stopId": "0:14J04", "stopSequence": 23 }, { "arrival": { "time": "1749201920", "uncertainty": 120 }, "departure": { "time": "1749201920", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 24 }, { "arrival": { "time": "1749201962", "uncertainty": 120 }, "departure": { "time": "1749201962", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 25 }, { "arrival": { "time": "1749202132", "uncertainty": 120 }, "departure": { "time": "1749202132", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 26 }, { "arrival": { "time": "1749202184", "uncertainty": 120 }, "departure": { "time": "1749202184", "uncertainty": 120 }, "stopId": "0:VOl01", "stopSequence": 27 }, { "arrival": { "time": "1749202236", "uncertainty": 120 }, "departure": { "time": "1749202236", "uncertainty": 120 }, "stopId": "0:COU01", "stopSequence": 28 }, { "arrival": { "time": "1749202298", "uncertainty": 120 }, "departure": { "time": "1749202298", "uncertainty": 120 }, "stopId": "0:11N01", "stopSequence": 29 }, { "arrival": { "time": "1749202400", "uncertainty": 120 }, "departure": { "time": "1749202400", "uncertainty": 120 }, "stopId": "0:HAu01", "stopSequence": 30 }, { "arrival": { "time": "1749202470", "uncertainty": 120 }, "departure": { "time": "1749202470", "uncertainty": 120 }, "stopId": "0:FER01", "stopSequence": 31 }, { "arrival": { "time": "1749202525", "uncertainty": 120 }, "departure": { "time": "1749202525", "uncertainty": 120 }, "stopId": "0:CHN01", "stopSequence": 32 }, { "arrival": { "time": "1749202612", "uncertainty": 120 }, "departure": { "time": "1749202612", "uncertainty": 120 }, "stopId": "0:CUV01", "stopSequence": 33 }, { "arrival": { "time": "1749202678", "uncertainty": 120 }, "departure": { "time": "1749202678", "uncertainty": 120 }, "stopId": "0:PLA01", "stopSequence": 34 }, { "arrival": { "time": "1749202739", "uncertainty": 120 }, "departure": { "time": "1749202739", "uncertainty": 120 }, "stopId": "0:NUN01", "stopSequence": 35 }, { "arrival": { "time": "1749202869", "uncertainty": 120 }, "departure": { "time": "1749202869", "uncertainty": 120 }, "stopId": "0:TRO01", "stopSequence": 36 }, { "arrival": { "time": "1749202912", "uncertainty": 120 }, "departure": { "time": "1749202912", "uncertainty": 120 }, "stopId": "0:MAL01", "stopSequence": 37 }, { "arrival": { "time": "1749202984", "uncertainty": 120 }, "departure": { "time": "1749202984", "uncertainty": 120 }, "stopId": "0:CAR01", "stopSequence": 38 }, { "arrival": { "time": "1749203026", "uncertainty": 120 }, "departure": { "time": "1749203026", "uncertainty": 120 }, "stopId": "0:CRO04", "stopSequence": 39 }, { "arrival": { "time": "1749203060", "uncertainty": 120 }, "departure": { "time": "1749203060", "uncertainty": 120 }, "stopId": "0:DSe01", "stopSequence": 40 }, { "arrival": { "time": "1749203157", "uncertainty": 120 }, "departure": { "time": "1749203157", "uncertainty": 120 }, "stopId": "0:BrX02", "stopSequence": 41 }, { "arrival": { "time": "1749203239", "uncertainty": 120 }, "departure": { "time": "1749203239", "uncertainty": 120 }, "stopId": "0:BdP02", "stopSequence": 42 }, { "arrival": { "time": "1749203263", "uncertainty": 120 }, "departure": { "time": "1749203263", "uncertainty": 120 }, "stopId": "0:MAe01", "stopSequence": 43 }, { "arrival": { "time": "1749203332", "uncertainty": 120 }, "stopId": "0:PaR01", "stopSequence": 44 } ], "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966215" }, "vehicle": { "id": "320", "label": "320" } } }, { "id": "C1963463", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201900", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963463" } } }, { "id": "C1965630", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201780", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965630" } } }, { "id": "C1965262", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204227", "uncertainty": 120 }, "departure": { "time": "1749204227", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749203160", "uncertainty": 120 }, "stopId": "0:GAN01", "stopSequence": 1 }, { "arrival": { "time": "1749203202", "uncertainty": 120 }, "departure": { "time": "1749203202", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 2 }, { "arrival": { "time": "1749203280", "uncertainty": 120 }, "departure": { "time": "1749203280", "uncertainty": 120 }, "stopId": "0:Cht04", "stopSequence": 3 }, { "arrival": { "time": "1749203324", "uncertainty": 120 }, "departure": { "time": "1749203324", "uncertainty": 120 }, "stopId": "0:par04", "stopSequence": 4 }, { "arrival": { "time": "1749203431", "uncertainty": 120 }, "departure": { "time": "1749203431", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:DUN02", "stopSequence": 5 }, { "arrival": { "time": "1749203448", "uncertainty": 120 }, "departure": { "time": "1749203448", "uncertainty": 120 }, "stopId": "0:SAP02", "stopSequence": 6 }, { "arrival": { "time": "1749203492", "uncertainty": 120 }, "departure": { "time": "1749203492", "uncertainty": 120 }, "stopId": "0:ROM02", "stopSequence": 7 }, { "arrival": { "time": "1749203574", "uncertainty": 120 }, "departure": { "time": "1749203574", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 8 }, { "arrival": { "time": "1749203662", "uncertainty": 120 }, "departure": { "time": "1749203662", "uncertainty": 120 }, "stopId": "0:MAC02", "stopSequence": 9 }, { "arrival": { "time": "1749203790", "uncertainty": 120 }, "departure": { "time": "1749203790", "uncertainty": 120 }, "stopId": "0:DUT02", "stopSequence": 10 }, { "arrival": { "time": "1749203862", "uncertainty": 120 }, "departure": { "time": "1749203862", "uncertainty": 120 }, "stopId": "0:PTB02", "stopSequence": 11 }, { "arrival": { "time": "1749203973", "uncertainty": 120 }, "departure": { "time": "1749203973", "uncertainty": 120 }, "stopId": "0:CLA02", "stopSequence": 12 }, { "arrival": { "time": "1749204064", "uncertainty": 120 }, "departure": { "time": "1749204064", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 13 }, { "arrival": { "time": "1749204120", "uncertainty": 120 }, "departure": { "time": "1749204120", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 14 }, { "arrival": { "time": "1749204240", "uncertainty": 120 }, "departure": { "time": "1749204240", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 15 }, { "arrival": { "time": "1749204262", "uncertainty": 120 }, "departure": { "time": "1749204262", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 16 }, { "arrival": { "time": "1749204427", "uncertainty": 120 }, "departure": { "time": "1749204427", "uncertainty": 120 }, "stopId": "0:LAR02", "stopSequence": 17 }, { "arrival": { "time": "1749204502", "uncertainty": 120 }, "departure": { "time": "1749204502", "uncertainty": 120 }, "stopId": "0:CHO02", "stopSequence": 18 }, { "arrival": { "time": "1749204581", "uncertainty": 120 }, "departure": { "time": "1749204581", "uncertainty": 120 }, "stopId": "0:PTV02", "stopSequence": 19 }, { "arrival": { "time": "1749204657", "uncertainty": 120 }, "departure": { "time": "1749204657", "uncertainty": 120 }, "stopId": "0:MUL02", "stopSequence": 20 }, { "arrival": { "time": "1749204753", "uncertainty": 120 }, "departure": { "time": "1749204753", "uncertainty": 120 }, "stopId": "0:mar02", "stopSequence": 21 }, { "arrival": { "time": "1749204857", "uncertainty": 120 }, "departure": { "time": "1749204857", "uncertainty": 120 }, "stopId": "0:HOC02", "stopSequence": 22 }, { "arrival": { "time": "1749204909", "uncertainty": 120 }, "departure": { "time": "1749204909", "uncertainty": 120 }, "stopId": "0:STE02", "stopSequence": 23 }, { "arrival": { "time": "1749204966", "uncertainty": 120 }, "departure": { "time": "1749204966", "uncertainty": 120 }, "stopId": "0:BUI02", "stopSequence": 24 }, { "arrival": { "time": "1749205058", "uncertainty": 120 }, "departure": { "time": "1749205058", "uncertainty": 120 }, "stopId": "0:MRC02", "stopSequence": 25 }, { "arrival": { "time": "1749205097", "uncertainty": 120 }, "departure": { "time": "1749205097", "uncertainty": 120 }, "stopId": "0:BOI02", "stopSequence": 26 }, { "arrival": { "time": "1749205159", "uncertainty": 120 }, "departure": { "time": "1749205159", "uncertainty": 120 }, "stopId": "0:LAK02", "stopSequence": 27 }, { "arrival": { "time": "1749205260", "uncertainty": 120 }, "departure": { "time": "1749205260", "uncertainty": 120 }, "stopId": "0:MAR02", "stopSequence": 28 }, { "arrival": { "time": "1749205343", "uncertainty": 120 }, "departure": { "time": "1749205343", "uncertainty": 120 }, "stopId": "0:Mai02", "stopSequence": 29 }, { "arrival": { "time": "1749205384", "uncertainty": 120 }, "departure": { "time": "1749205384", "uncertainty": 120 }, "stopId": "0:COQ02", "stopSequence": 30 }, { "arrival": { "time": "1749205517", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965262" } } }, { "id": "C1965474", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204886", "uncertainty": 120 }, "departure": { "time": "1749204886", "uncertainty": 120 }, "stopId": "0:MAl01" }, { "arrival": { "time": "1749205090", "uncertainty": 120 }, "departure": { "time": "1749205090", "uncertainty": 120 }, "stopId": "0:BIL01" }, { "arrival": { "time": "1749205124", "uncertainty": 120 }, "departure": { "time": "1749205124", "uncertainty": 120 }, "stopId": "0:Jac01" }, { "departure": { "time": "1749204060", "uncertainty": 120 }, "stopId": "0:ChT02", "stopSequence": 1 }, { "arrival": { "time": "1749204135", "uncertainty": 120 }, "departure": { "time": "1749204135", "uncertainty": 120 }, "stopId": "0:CpG01", "stopSequence": 2 }, { "arrival": { "time": "1749204167", "uncertainty": 120 }, "departure": { "time": "1749204167", "uncertainty": 120 }, "stopId": "0:VrD01", "stopSequence": 3 }, { "arrival": { "time": "1749204240", "uncertainty": 120 }, "departure": { "time": "1749204240", "uncertainty": 120 }, "stopId": "0:DAN01", "stopSequence": 4 }, { "arrival": { "time": "1749204287", "uncertainty": 120 }, "departure": { "time": "1749204287", "uncertainty": 120 }, "stopId": "0:BeR01", "stopSequence": 5 }, { "arrival": { "time": "1749204337", "uncertainty": 120 }, "departure": { "time": "1749204337", "uncertainty": 120 }, "stopId": "0:QUA02", "stopSequence": 6 }, { "arrival": { "time": "1749204414", "uncertainty": 120 }, "departure": { "time": "1749204414", "uncertainty": 120 }, "stopId": "0:FRA03", "stopSequence": 7 }, { "arrival": { "time": "1749204480", "uncertainty": 120 }, "departure": { "time": "1749204480", "uncertainty": 120 }, "stopId": "0:EREK1", "stopSequence": 8 }, { "arrival": { "time": "1749204531", "uncertainty": 120 }, "departure": { "time": "1749204531", "uncertainty": 120 }, "stopId": "0:SIR01", "stopSequence": 9 }, { "arrival": { "time": "1749204561", "uncertainty": 120 }, "departure": { "time": "1749204561", "uncertainty": 120 }, "stopId": "0:cro02", "stopSequence": 10 }, { "arrival": { "time": "1749204605", "uncertainty": 120 }, "departure": { "time": "1749204605", "uncertainty": 120 }, "stopId": "0:MeR02", "stopSequence": 11 }, { "arrival": { "time": "1749204645", "uncertainty": 120 }, "departure": { "time": "1749204645", "uncertainty": 120 }, "stopId": "0:MAZ02", "stopSequence": 12 }, { "arrival": { "time": "1749204832", "uncertainty": 120 }, "departure": { "time": "1749204832", "uncertainty": 120 }, "stopId": "0:TIR01", "stopSequence": 13 }, { "arrival": { "time": "1749204881", "uncertainty": 120 }, "departure": { "time": "1749204881", "uncertainty": 120 }, "stopId": "0:MAl01", "stopSequence": 14 }, { "arrival": { "time": "1749204972", "uncertainty": 120 }, "departure": { "time": "1749204972", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:Ber01", "stopSequence": 15 }, { "arrival": { "time": "1749205020", "uncertainty": 120 }, "departure": { "time": "1749205020", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHa01", "stopSequence": 16 }, { "arrival": { "time": "1749205106", "uncertainty": 120 }, "departure": { "time": "1749205106", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PHi01", "stopSequence": 17 }, { "arrival": { "time": "1749205189", "uncertainty": 120 }, "departure": { "time": "1749205189", "uncertainty": 120 }, "stopId": "0:TOU01", "stopSequence": 18 }, { "arrival": { "time": "1749205269", "uncertainty": 120 }, "departure": { "time": "1749205269", "uncertainty": 120 }, "stopId": "0:THE01", "stopSequence": 19 }, { "arrival": { "time": "1749205363", "uncertainty": 120 }, "stopId": "0:FoN01", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965474" } } }, { "id": "C1965525", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204600", "uncertainty": 120 }, "stopId": "0:FIL01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965525" } } }, { "id": "C1962722", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749200335", "uncertainty": 120 }, "departure": { "time": "1749200353", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749199962", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749200051", "uncertainty": 120 }, "departure": { "time": "1749200066", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749200201", "uncertainty": 120 }, "departure": { "time": "1749200201", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749200340", "uncertainty": 120 }, "departure": { "time": "1749200340", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749200384", "uncertainty": 120 }, "departure": { "time": "1749200398", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749200458", "uncertainty": 120 }, "departure": { "time": "1749200473", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749200533", "uncertainty": 120 }, "departure": { "time": "1749200533", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749200593", "uncertainty": 120 }, "departure": { "time": "1749200638", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749200668", "uncertainty": 120 }, "departure": { "time": "1749200668", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749200713", "uncertainty": 120 }, "departure": { "time": "1749200713", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749200743", "uncertainty": 120 }, "departure": { "time": "1749200743", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749200801", "uncertainty": 120 }, "departure": { "time": "1749200833", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749200878", "uncertainty": 120 }, "departure": { "time": "1749200878", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749200923", "uncertainty": 120 }, "departure": { "time": "1749200953", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749201073", "uncertainty": 120 }, "departure": { "time": "1749201073", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749201163", "uncertainty": 120 }, "departure": { "time": "1749201163", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749201193", "uncertainty": 120 }, "departure": { "time": "1749201193", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749201328", "uncertainty": 120 }, "departure": { "time": "1749201343", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749201460", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962722" }, "vehicle": { "id": "348", "label": "348" } } }, { "id": "C1962704", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203156", "uncertainty": 120 }, "departure": { "time": "1749203156", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749202800", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749202887", "uncertainty": 120 }, "departure": { "time": "1749202887", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749203008", "uncertainty": 120 }, "departure": { "time": "1749203008", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749203220", "uncertainty": 120 }, "departure": { "time": "1749203220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749203187", "uncertainty": 120 }, "departure": { "time": "1749203187", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749203274", "uncertainty": 120 }, "departure": { "time": "1749203274", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749203373", "uncertainty": 120 }, "departure": { "time": "1749203373", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749203524", "uncertainty": 120 }, "departure": { "time": "1749203524", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749203577", "uncertainty": 120 }, "departure": { "time": "1749203577", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749203636", "uncertainty": 120 }, "departure": { "time": "1749203636", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749203694", "uncertainty": 120 }, "departure": { "time": "1749203694", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749203770", "uncertainty": 120 }, "departure": { "time": "1749203770", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749203834", "uncertainty": 120 }, "departure": { "time": "1749203834", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749203873", "uncertainty": 120 }, "departure": { "time": "1749203873", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749203962", "uncertainty": 120 }, "departure": { "time": "1749203962", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749204078", "uncertainty": 120 }, "departure": { "time": "1749204078", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749204120", "uncertainty": 120 }, "departure": { "time": "1749204120", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749204300", "uncertainty": 120 }, "departure": { "time": "1749204300", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749204397", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962704" } } }, { "id": "C1966787", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204683", "uncertainty": 120 }, "departure": { "time": "1749204683", "uncertainty": 120 }, "stopId": "0:GAM02" }, { "arrival": { "time": "1749204755", "uncertainty": 120 }, "departure": { "time": "1749204755", "uncertainty": 120 }, "stopId": "0:FON02" }, { "arrival": { "time": "1749204800", "uncertainty": 120 }, "departure": { "time": "1749204800", "uncertainty": 120 }, "stopId": "0:Cht04" }, { "departure": { "time": "1749204300", "uncertainty": 120 }, "stopId": "0:ROB01", "stopSequence": 1 }, { "arrival": { "time": "1749204364", "uncertainty": 120 }, "departure": { "time": "1749204364", "uncertainty": 120 }, "stopId": "0:DUN01", "stopSequence": 2 }, { "arrival": { "time": "1749204449", "uncertainty": 120 }, "departure": { "time": "1749204449", "uncertainty": 120 }, "stopId": "0:Cht01", "stopSequence": 3 }, { "arrival": { "time": "1749204506", "uncertainty": 120 }, "departure": { "time": "1749204506", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 4 }, { "arrival": { "time": "1749204566", "uncertainty": 120 }, "departure": { "time": "1749204566", "uncertainty": 120 }, "stopId": "0:ECG01", "stopSequence": 5 }, { "arrival": { "time": "1749204650", "uncertainty": 120 }, "departure": { "time": "1749204650", "uncertainty": 120 }, "stopId": "0:GIL01", "stopSequence": 6 }, { "arrival": { "time": "1749204681", "uncertainty": 120 }, "departure": { "time": "1749204681", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:ReG01", "stopSequence": 7 }, { "arrival": { "time": "1749204738", "uncertainty": 120 }, "departure": { "time": "1749204738", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GUE01", "stopSequence": 8 }, { "arrival": { "time": "1749204787", "uncertainty": 120 }, "departure": { "time": "1749204787", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRU01", "stopSequence": 9 }, { "arrival": { "time": "1749204839", "uncertainty": 120 }, "departure": { "time": "1749204839", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COO01", "stopSequence": 10 }, { "arrival": { "time": "1749204878", "uncertainty": 120 }, "departure": { "time": "1749204878", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:par02", "stopSequence": 11 }, { "arrival": { "time": "1749204893", "uncertainty": 120 }, "departure": { "time": "1749204893", "uncertainty": 120 }, "stopId": "0:PHI02", "stopSequence": 12 }, { "arrival": { "time": "1749204932", "uncertainty": 120 }, "departure": { "time": "1749204932", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 13 }, { "arrival": { "time": "1749205020", "uncertainty": 120 }, "stopId": "0:LIS01", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "28", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966787" } } }, { "id": "C1966246", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201900", "uncertainty": 120 }, "stopId": "0:PaR01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966246" } } }, { "id": "C1964540", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749198660", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749198675", "uncertainty": 120 }, "departure": { "time": "1749198690", "uncertainty": 120 }, "stopId": "0:Ham01", "stopSequence": 2 }, { "arrival": { "time": "1749198720", "uncertainty": 120 }, "departure": { "time": "1749198720", "uncertainty": 120 }, "stopId": "0:PIS01", "stopSequence": 3 }, { "arrival": { "time": "1749198806", "uncertainty": 120 }, "departure": { "time": "1749198806", "uncertainty": 120 }, "stopId": "0:TEI01", "stopSequence": 4 }, { "arrival": { "time": "1749198824", "uncertainty": 120 }, "departure": { "time": "1749198824", "uncertainty": 120 }, "stopId": "0:CAm01", "stopSequence": 5 }, { "arrival": { "time": "1749198885", "uncertainty": 120 }, "departure": { "time": "1749198885", "uncertainty": 120 }, "stopId": "0:MOZ02", "stopSequence": 6 }, { "arrival": { "time": "1749198930", "uncertainty": 120 }, "departure": { "time": "1749198945", "uncertainty": 120 }, "stopId": "0:JUI02", "stopSequence": 7 }, { "arrival": { "time": "1749199065", "uncertainty": 120 }, "departure": { "time": "1749199080", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 8 }, { "arrival": { "time": "1749199125", "uncertainty": 120 }, "departure": { "time": "1749199125", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 9 }, { "arrival": { "time": "1749199212", "uncertainty": 120 }, "departure": { "time": "1749199212", "uncertainty": 120 }, "stopId": "0:TRo01", "stopSequence": 10 }, { "arrival": { "time": "1749199260", "uncertainty": 120 }, "departure": { "time": "1749199260", "uncertainty": 120 }, "stopId": "0:HTC01", "stopSequence": 11 }, { "arrival": { "time": "1749199329", "uncertainty": 120 }, "departure": { "time": "1749199350", "uncertainty": 120 }, "stopId": "0:STM03", "stopSequence": 12 }, { "arrival": { "time": "1749199515", "uncertainty": 120 }, "departure": { "time": "1749199530", "uncertainty": 120 }, "stopId": "0:ALA01", "stopSequence": 13 }, { "arrival": { "time": "1749199604", "uncertainty": 120 }, "departure": { "time": "1749199605", "uncertainty": 120 }, "stopId": "0:ROG01", "stopSequence": 14 }, { "arrival": { "time": "1749199650", "uncertainty": 120 }, "departure": { "time": "1749199650", "uncertainty": 120 }, "stopId": "0:PAI01", "stopSequence": 15 }, { "arrival": { "time": "1749199695", "uncertainty": 120 }, "departure": { "time": "1749199695", "uncertainty": 120 }, "stopId": "0:FIL01", "stopSequence": 16 }, { "arrival": { "time": "1749199785", "uncertainty": 120 }, "departure": { "time": "1749199985", "uncertainty": 120 }, "stopId": "0:JMO01", "stopSequence": 17 }, { "arrival": { "time": "1749200075", "uncertainty": 120 }, "departure": { "time": "1749200120", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 18 }, { "arrival": { "time": "1749200195", "uncertainty": 120 }, "departure": { "time": "1749200210", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 19 }, { "arrival": { "time": "1749200300", "uncertainty": 120 }, "departure": { "time": "1749200316", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 20 }, { "arrival": { "time": "1749200405", "uncertainty": 120 }, "departure": { "time": "1749200420", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 21 }, { "arrival": { "time": "1749200535", "uncertainty": 120 }, "departure": { "time": "1749200555", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 22 }, { "arrival": { "time": "1749200615", "uncertainty": 120 }, "departure": { "time": "1749200630", "uncertainty": 120 }, "stopId": "0:SUP01", "stopSequence": 23 }, { "arrival": { "time": "1749200688", "uncertainty": 120 }, "departure": { "time": "1749200690", "uncertainty": 120 }, "stopId": "0:SOM01", "stopSequence": 24 }, { "arrival": { "time": "1749200765", "uncertainty": 120 }, "departure": { "time": "1749200765", "uncertainty": 120 }, "stopId": "0:CRo01", "stopSequence": 25 }, { "arrival": { "time": "1749200840", "uncertainty": 120 }, "departure": { "time": "1749200855", "uncertainty": 120 }, "stopId": "0:mAI01", "stopSequence": 26 }, { "arrival": { "time": "1749200885", "uncertainty": 120 }, "departure": { "time": "1749200900", "uncertainty": 120 }, "stopId": "0:MAg01", "stopSequence": 27 }, { "arrival": { "time": "1749200960", "uncertainty": 120 }, "departure": { "time": "1749200975", "uncertainty": 120 }, "stopId": "0:COu01", "stopSequence": 28 }, { "arrival": { "time": "1749201026", "uncertainty": 120 }, "departure": { "time": "1749201035", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 29 }, { "arrival": { "time": "1749201095", "uncertainty": 120 }, "departure": { "time": "1749201110", "uncertainty": 120 }, "stopId": "0:Ver01", "stopSequence": 30 }, { "arrival": { "time": "1749201140", "uncertainty": 120 }, "departure": { "time": "1749201140", "uncertainty": 120 }, "stopId": "0:BAL01", "stopSequence": 31 }, { "arrival": { "time": "1749201230", "uncertainty": 120 }, "departure": { "time": "1749201230", "uncertainty": 120 }, "stopId": "0:VIE01", "stopSequence": 32 }, { "arrival": { "time": "1749201253", "uncertainty": 120 }, "departure": { "time": "1749201253", "uncertainty": 120 }, "stopId": "0:HTF01", "stopSequence": 33 }, { "arrival": { "time": "1749201357", "uncertainty": 120 }, "departure": { "time": "1749201357", "uncertainty": 120 }, "stopId": "0:BRE02", "stopSequence": 34 }, { "arrival": { "time": "1749201409", "uncertainty": 120 }, "departure": { "time": "1749201409", "uncertainty": 120 }, "stopId": "0:ROs03", "stopSequence": 35 }, { "arrival": { "time": "1749201489", "uncertainty": 120 }, "departure": { "time": "1749201489", "uncertainty": 120 }, "stopId": "0:CoU01", "stopSequence": 36 }, { "arrival": { "time": "1749201551", "uncertainty": 120 }, "departure": { "time": "1749201551", "uncertainty": 120 }, "stopId": "0:ViL01", "stopSequence": 37 }, { "arrival": { "time": "1749201638", "uncertainty": 120 }, "departure": { "time": "1749201638", "uncertainty": 120 }, "stopId": "0:mai01", "stopSequence": 38 }, { "arrival": { "time": "1749201688", "uncertainty": 120 }, "departure": { "time": "1749201688", "uncertainty": 120 }, "stopId": "0:Cen01", "stopSequence": 39 }, { "arrival": { "time": "1749201827", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 40 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964540" }, "vehicle": { "id": "317", "label": "317" } } }, { "id": "C1965259", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201227", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965259" } } }, { "id": "C1965791", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200820", "uncertainty": 120 }, "stopId": "0:HAM01", "stopSequence": 1 }, { "arrival": { "time": "1749200893", "uncertainty": 120 }, "departure": { "time": "1749200896", "uncertainty": 120 }, "stopId": "0:LaN02", "stopSequence": 2 }, { "arrival": { "time": "1749200935", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:COC02", "stopSequence": 3 }, { "arrival": { "time": "1749201025", "uncertainty": 120 }, "departure": { "time": "1749201046", "uncertainty": 120 }, "stopId": "0:FEY02", "stopSequence": 4 }, { "arrival": { "time": "1749201091", "uncertainty": 120 }, "departure": { "time": "1749201106", "uncertainty": 120 }, "stopId": "0:PAT01", "stopSequence": 5 }, { "arrival": { "time": "1749201151", "uncertainty": 120 }, "departure": { "time": "1749201151", "uncertainty": 120 }, "stopId": "0:GUY01", "stopSequence": 6 }, { "arrival": { "time": "1749201178", "uncertainty": 120 }, "departure": { "time": "1749201196", "uncertainty": 120 }, "stopId": "0:LAM01", "stopSequence": 7 }, { "arrival": { "time": "1749201233", "uncertainty": 120 }, "departure": { "time": "1749201233", "uncertainty": 120 }, "stopId": "0:BER01", "stopSequence": 8 }, { "arrival": { "time": "1749201283", "uncertainty": 120 }, "departure": { "time": "1749201301", "uncertainty": 120 }, "stopId": "0:ERA01", "stopSequence": 9 }, { "arrival": { "time": "1749201376", "uncertainty": 120 }, "departure": { "time": "1749201376", "uncertainty": 120 }, "stopId": "0:VAN01", "stopSequence": 10 }, { "arrival": { "time": "1749201411", "uncertainty": 120 }, "departure": { "time": "1749201411", "uncertainty": 120 }, "stopId": "0:JAR01", "stopSequence": 11 }, { "arrival": { "time": "1749201457", "uncertainty": 120 }, "departure": { "time": "1749201457", "uncertainty": 120 }, "stopId": "0:FOs01", "stopSequence": 12 }, { "arrival": { "time": "1749201530", "uncertainty": 120 }, "departure": { "time": "1749201530", "uncertainty": 120 }, "stopId": "0:VOl02", "stopSequence": 13 }, { "arrival": { "time": "1749201573", "uncertainty": 120 }, "departure": { "time": "1749201573", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 14 }, { "arrival": { "time": "1749201735", "uncertainty": 120 }, "departure": { "time": "1749201735", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 15 }, { "arrival": { "time": "1749201763", "uncertainty": 120 }, "departure": { "time": "1749201763", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 16 }, { "arrival": { "time": "1749201906", "uncertainty": 120 }, "departure": { "time": "1749201906", "uncertainty": 120 }, "stopId": "0:14J01", "stopSequence": 17 }, { "arrival": { "time": "1749202003", "uncertainty": 120 }, "departure": { "time": "1749202003", "uncertainty": 120 }, "stopId": "0:VOU01", "stopSequence": 18 }, { "arrival": { "time": "1749202079", "uncertainty": 120 }, "departure": { "time": "1749202079", "uncertainty": 120 }, "stopId": "0:NES01", "stopSequence": 19 }, { "arrival": { "time": "1749202149", "uncertainty": 120 }, "departure": { "time": "1749202149", "uncertainty": 120 }, "stopId": "0:QUe02", "stopSequence": 20 }, { "arrival": { "time": "1749202202", "uncertainty": 120 }, "departure": { "time": "1749202202", "uncertainty": 120 }, "stopId": "0:SEN02", "stopSequence": 21 }, { "arrival": { "time": "1749202314", "uncertainty": 120 }, "departure": { "time": "1749202314", "uncertainty": 120 }, "stopId": "0:NIEL01", "stopSequence": 22 }, { "arrival": { "time": "1749202338", "uncertainty": 120 }, "departure": { "time": "1749202338", "uncertainty": 120 }, "stopId": "0:CUM01", "stopSequence": 23 }, { "arrival": { "time": "1749202401", "uncertainty": 120 }, "departure": { "time": "1749202401", "uncertainty": 120 }, "stopId": "0:PSL01", "stopSequence": 24 }, { "arrival": { "time": "1749202483", "uncertainty": 120 }, "departure": { "time": "1749202483", "uncertainty": 120 }, "stopId": "0:NOE01", "stopSequence": 25 }, { "arrival": { "time": "1749202508", "uncertainty": 120 }, "departure": { "time": "1749202508", "uncertainty": 120 }, "stopId": "0:VEO01", "stopSequence": 26 }, { "arrival": { "time": "1749202547", "uncertainty": 120 }, "departure": { "time": "1749202547", "uncertainty": 120 }, "stopId": "0:COR01", "stopSequence": 27 }, { "arrival": { "time": "1749202569", "uncertainty": 120 }, "departure": { "time": "1749202569", "uncertainty": 120 }, "stopId": "0:FAR01", "stopSequence": 28 }, { "arrival": { "time": "1749202625", "uncertainty": 120 }, "departure": { "time": "1749202625", "uncertainty": 120 }, "stopId": "0:HTM01", "stopSequence": 29 }, { "arrival": { "time": "1749202659", "uncertainty": 120 }, "departure": { "time": "1749202659", "uncertainty": 120 }, "stopId": "0:LAB01", "stopSequence": 30 }, { "arrival": { "time": "1749202692", "uncertainty": 120 }, "departure": { "time": "1749202692", "uncertainty": 120 }, "stopId": "0:BAS01", "stopSequence": 31 }, { "arrival": { "time": "1749202723", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965791" }, "vehicle": { "id": "283", "label": "283" } } }, { "id": "C1965521", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:JOB01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965521" } } }, { "id": "C1965050", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749207512", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749204600", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749204682", "uncertainty": 120 }, "departure": { "time": "1749204682", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749204736", "uncertainty": 120 }, "departure": { "time": "1749204736", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749204796", "uncertainty": 120 }, "departure": { "time": "1749204796", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749204862", "uncertainty": 120 }, "departure": { "time": "1749204862", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749204976", "uncertainty": 120 }, "departure": { "time": "1749204976", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749205108", "uncertainty": 120 }, "departure": { "time": "1749205108", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749205190", "uncertainty": 120 }, "departure": { "time": "1749205190", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749205229", "uncertainty": 120 }, "departure": { "time": "1749205229", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749205320", "uncertainty": 120 }, "departure": { "time": "1749205320", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749205395", "uncertainty": 120 }, "departure": { "time": "1749205395", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749205454", "uncertainty": 120 }, "departure": { "time": "1749205454", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749205517", "uncertainty": 120 }, "departure": { "time": "1749205517", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749205580", "uncertainty": 120 }, "departure": { "time": "1749205580", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749205620", "uncertainty": 120 }, "departure": { "time": "1749205620", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749205751", "uncertainty": 120 }, "departure": { "time": "1749205751", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749205860", "uncertainty": 120 }, "departure": { "time": "1749205860", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749206087", "uncertainty": 120 }, "departure": { "time": "1749206087", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749206220", "uncertainty": 120 }, "departure": { "time": "1749206220", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749206316", "uncertainty": 120 }, "departure": { "time": "1749206316", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749206366", "uncertainty": 120 }, "departure": { "time": "1749206366", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749206436", "uncertainty": 120 }, "departure": { "time": "1749206436", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749206479", "uncertainty": 120 }, "departure": { "time": "1749206479", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749206525", "uncertainty": 120 }, "departure": { "time": "1749206525", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749206623", "uncertainty": 120 }, "departure": { "time": "1749206623", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749206672", "uncertainty": 120 }, "departure": { "time": "1749206672", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749206820", "uncertainty": 120 }, "departure": { "time": "1749206820", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749206851", "uncertainty": 120 }, "departure": { "time": "1749206851", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749206962", "uncertainty": 120 }, "departure": { "time": "1749206962", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749207015", "uncertainty": 120 }, "departure": { "time": "1749207015", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749207060", "uncertainty": 120 }, "departure": { "time": "1749207060", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749207127", "uncertainty": 120 }, "departure": { "time": "1749207127", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749207244", "uncertainty": 120 }, "departure": { "time": "1749207244", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749207300", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965050" } } }, { "id": "C1962649", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749205076", "uncertainty": 120 }, "departure": { "time": "1749205076", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749204720", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749204807", "uncertainty": 120 }, "departure": { "time": "1749204807", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749204928", "uncertainty": 120 }, "departure": { "time": "1749204928", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749205140", "uncertainty": 120 }, "departure": { "time": "1749205140", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749205106", "uncertainty": 120 }, "departure": { "time": "1749205106", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749205187", "uncertainty": 120 }, "departure": { "time": "1749205187", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749205286", "uncertainty": 120 }, "departure": { "time": "1749205286", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749205424", "uncertainty": 120 }, "departure": { "time": "1749205424", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749205473", "uncertainty": 120 }, "departure": { "time": "1749205473", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749205527", "uncertainty": 120 }, "departure": { "time": "1749205527", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749205580", "uncertainty": 120 }, "departure": { "time": "1749205580", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749205649", "uncertainty": 120 }, "departure": { "time": "1749205649", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749205708", "uncertainty": 120 }, "departure": { "time": "1749205708", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749205744", "uncertainty": 120 }, "departure": { "time": "1749205744", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749205835", "uncertainty": 120 }, "departure": { "time": "1749205835", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749205949", "uncertainty": 120 }, "departure": { "time": "1749205949", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749205994", "uncertainty": 120 }, "departure": { "time": "1749205994", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749206173", "uncertainty": 120 }, "departure": { "time": "1749206173", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749206270", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962649" } } }, { "id": "2025-06-06-11-13-26-826-357137", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201312", "uncertainty": 120 }, "stopId": "0:SPECI01" }, { "arrival": { "time": "1749201402", "uncertainty": 120 }, "stopId": "0:DEP01" } ], "trip": { "routeId": "099", "scheduleRelationship": "ADDED", "tripId": "PS : Lu,Ma,Je,Ve2025-06-06-11-13-26-826-357137" }, "vehicle": { "id": "318", "label": "318" } } }, { "id": "C1965758", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202200", "uncertainty": 120 }, "stopId": "0:HAM01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965758" } } }, { "id": "2025-06-06-10-47-16-350-052001", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199755", "uncertainty": 120 }, "stopId": "0:SPECI01" }, { "arrival": { "time": "1749201404", "uncertainty": 120 }, "stopId": "0:DEP01" } ], "trip": { "routeId": "099", "scheduleRelationship": "ADDED", "tripId": "PS : Lu,Ma,Je,Ve2025-06-06-10-47-16-350-052001" }, "vehicle": { "id": "238", "label": "238" } } }, { "id": "2025-06-06-10-35-06-749-159943", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749199004", "uncertainty": 120 }, "stopId": "0:SPECI01" }, { "arrival": { "time": "1749201403", "uncertainty": 120 }, "stopId": "0:DEP01" } ], "trip": { "routeId": "099", "scheduleRelationship": "ADDED", "tripId": "PS : Lu,Ma,Je,Ve2025-06-06-10-35-06-749-159943" }, "vehicle": { "id": "256", "label": "256" } } }, { "id": "C1965772", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200520", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 1 }, { "arrival": { "time": "1749200620", "uncertainty": 120 }, "departure": { "time": "1749200626", "uncertainty": 120 }, "stopId": "0:CLO01", "stopSequence": 2 }, { "arrival": { "time": "1749200684", "uncertainty": 120 }, "departure": { "time": "1749200686", "uncertainty": 120 }, "stopId": "0:MOL02", "stopSequence": 3 }, { "arrival": { "time": "1749200741", "uncertainty": 120 }, "departure": { "time": "1749200741", "uncertainty": 120 }, "stopId": "0:BAS02", "stopSequence": 4 }, { "arrival": { "time": "1749200774", "uncertainty": 120 }, "departure": { "time": "1749200774", "uncertainty": 120 }, "stopId": "0:LAB02", "stopSequence": 5 }, { "arrival": { "time": "1749200806", "uncertainty": 120 }, "departure": { "time": "1749200806", "uncertainty": 120 }, "stopId": "0:HTM02", "stopSequence": 6 }, { "arrival": { "time": "1749200851", "uncertainty": 120 }, "departure": { "time": "1749200851", "uncertainty": 120 }, "stopId": "0:FAR02", "stopSequence": 7 }, { "arrival": { "time": "1749200880", "uncertainty": 120 }, "departure": { "time": "1749200880", "uncertainty": 120 }, "stopId": "0:COR02", "stopSequence": 8 }, { "arrival": { "time": "1749200926", "uncertainty": 120 }, "departure": { "time": "1749200926", "uncertainty": 120 }, "stopId": "0:VEO02", "stopSequence": 9 }, { "arrival": { "time": "1749200956", "uncertainty": 120 }, "departure": { "time": "1749200986", "uncertainty": 120 }, "stopId": "0:NOE02", "stopSequence": 10 }, { "arrival": { "time": "1749201055", "uncertainty": 120 }, "departure": { "time": "1749201061", "uncertainty": 120 }, "stopId": "0:PSL02", "stopSequence": 11 }, { "arrival": { "time": "1749201173", "uncertainty": 120 }, "departure": { "time": "1749201181", "uncertainty": 120 }, "stopId": "0:CUM02", "stopSequence": 12 }, { "arrival": { "time": "1749201196", "uncertainty": 120 }, "departure": { "time": "1749201211", "uncertainty": 120 }, "stopId": "0:NIEL02", "stopSequence": 13 }, { "arrival": { "time": "1749201301", "uncertainty": 120 }, "departure": { "time": "1749201316", "uncertainty": 120 }, "stopId": "0:SEN01", "stopSequence": 14 }, { "arrival": { "time": "1749201346", "uncertainty": 120 }, "departure": { "time": "1749201361", "uncertainty": 120 }, "stopId": "0:Poi01", "stopSequence": 15 }, { "arrival": { "time": "1749201408", "uncertainty": 120 }, "departure": { "time": "1749201408", "uncertainty": 120 }, "stopId": "0:QUe01", "stopSequence": 16 }, { "arrival": { "time": "1749201482", "uncertainty": 120 }, "departure": { "time": "1749201482", "uncertainty": 120 }, "stopId": "0:NES02", "stopSequence": 17 }, { "arrival": { "time": "1749201544", "uncertainty": 120 }, "departure": { "time": "1749201544", "uncertainty": 120 }, "stopId": "0:VOU02", "stopSequence": 18 }, { "arrival": { "time": "1749201664", "uncertainty": 120 }, "departure": { "time": "1749201664", "uncertainty": 120 }, "stopId": "0:14J04", "stopSequence": 19 }, { "arrival": { "time": "1749201743", "uncertainty": 120 }, "departure": { "time": "1749201743", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 20 }, { "arrival": { "time": "1749201777", "uncertainty": 120 }, "departure": { "time": "1749201777", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 21 }, { "arrival": { "time": "1749201908", "uncertainty": 120 }, "departure": { "time": "1749201908", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 22 }, { "arrival": { "time": "1749201949", "uncertainty": 120 }, "departure": { "time": "1749201949", "uncertainty": 120 }, "stopId": "0:VOl01", "stopSequence": 23 }, { "arrival": { "time": "1749202021", "uncertainty": 120 }, "departure": { "time": "1749202021", "uncertainty": 120 }, "stopId": "0:FOs02", "stopSequence": 24 }, { "arrival": { "time": "1749202067", "uncertainty": 120 }, "departure": { "time": "1749202067", "uncertainty": 120 }, "stopId": "0:JAR02", "stopSequence": 25 }, { "arrival": { "time": "1749202117", "uncertainty": 120 }, "departure": { "time": "1749202117", "uncertainty": 120 }, "stopId": "0:VAN02", "stopSequence": 26 }, { "arrival": { "time": "1749202197", "uncertainty": 120 }, "departure": { "time": "1749202197", "uncertainty": 120 }, "stopId": "0:ERA02", "stopSequence": 27 }, { "arrival": { "time": "1749202256", "uncertainty": 120 }, "departure": { "time": "1749202256", "uncertainty": 120 }, "stopId": "0:BER02", "stopSequence": 28 }, { "arrival": { "time": "1749202288", "uncertainty": 120 }, "departure": { "time": "1749202288", "uncertainty": 120 }, "stopId": "0:LAM02", "stopSequence": 29 }, { "arrival": { "time": "1749202334", "uncertainty": 120 }, "departure": { "time": "1749202334", "uncertainty": 120 }, "stopId": "0:GUY02", "stopSequence": 30 }, { "arrival": { "time": "1749202388", "uncertainty": 120 }, "departure": { "time": "1749202388", "uncertainty": 120 }, "stopId": "0:PAT02", "stopSequence": 31 }, { "arrival": { "time": "1749202439", "uncertainty": 120 }, "departure": { "time": "1749202439", "uncertainty": 120 }, "stopId": "0:FEY01", "stopSequence": 32 }, { "arrival": { "time": "1749202484", "uncertainty": 120 }, "departure": { "time": "1749202484", "uncertainty": 120 }, "stopId": "0:COC01", "stopSequence": 33 }, { "arrival": { "time": "1749202528", "uncertainty": 120 }, "departure": { "time": "1749202528", "uncertainty": 120 }, "stopId": "0:LaN01", "stopSequence": 34 }, { "arrival": { "time": "1749202569", "uncertainty": 120 }, "stopId": "0:HAM01", "stopSequence": 35 } ], "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965772" }, "vehicle": { "id": "282", "label": "282" } } }, { "id": "C1962719", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202676", "uncertainty": 120 }, "departure": { "time": "1749202676", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749202320", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749202407", "uncertainty": 120 }, "departure": { "time": "1749202407", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749202528", "uncertainty": 120 }, "departure": { "time": "1749202528", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749202740", "uncertainty": 120 }, "departure": { "time": "1749202740", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749202706", "uncertainty": 120 }, "departure": { "time": "1749202706", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749202793", "uncertainty": 120 }, "departure": { "time": "1749202793", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749202892", "uncertainty": 120 }, "departure": { "time": "1749202892", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749203030", "uncertainty": 120 }, "departure": { "time": "1749203030", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749203079", "uncertainty": 120 }, "departure": { "time": "1749203079", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749203133", "uncertainty": 120 }, "departure": { "time": "1749203133", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749203186", "uncertainty": 120 }, "departure": { "time": "1749203186", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749203255", "uncertainty": 120 }, "departure": { "time": "1749203255", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749203314", "uncertainty": 120 }, "departure": { "time": "1749203314", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749203350", "uncertainty": 120 }, "departure": { "time": "1749203350", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749203425", "uncertainty": 120 }, "departure": { "time": "1749203425", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749203534", "uncertainty": 120 }, "departure": { "time": "1749203534", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749203577", "uncertainty": 120 }, "departure": { "time": "1749203577", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749203742", "uncertainty": 120 }, "departure": { "time": "1749203742", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749203839", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962719" } } }, { "id": "C1963462", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203940", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963462" } } }, { "id": "C1965405", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202933" }, "departure": { "time": "1749202933" }, "stopId": "0:Gar01" }, { "departure": { "time": "1749202860" }, "stopId": "0:Gar01", "stopSequence": 1 }, { "arrival": { "time": "1749203187" }, "departure": { "time": "1749203187" }, "stopId": "0:THE02", "stopSequence": 2 }, { "arrival": { "time": "1749203487" }, "departure": { "time": "1749203487" }, "stopId": "0:EUr02", "stopSequence": 3 }, { "arrival": { "time": "1749203855" }, "departure": { "time": "1749203855" }, "stopId": "0:ArC02", "stopSequence": 4 }, { "arrival": { "time": "1749204027" }, "stopId": "0:Pal02", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "101", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965405" } } }, { "id": "C1962748", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203032", "uncertainty": 120 }, "departure": { "time": "1749203032", "uncertainty": 120 }, "stopId": "0:FoN03" }, { "arrival": { "time": "1749204416", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749201211", "uncertainty": 120 }, "stopId": "0:PaL01", "stopSequence": 1 }, { "arrival": { "time": "1749201256", "uncertainty": 120 }, "departure": { "time": "1749201256", "uncertainty": 120 }, "stopId": "0:HAT02", "stopSequence": 2 }, { "arrival": { "time": "1749201292", "uncertainty": 120 }, "departure": { "time": "1749201292", "uncertainty": 120 }, "stopId": "0:Clo02", "stopSequence": 3 }, { "arrival": { "time": "1749201340", "uncertainty": 120 }, "departure": { "time": "1749201346", "uncertainty": 120 }, "stopId": "0:MST02", "stopSequence": 4 }, { "arrival": { "time": "1749201419", "uncertainty": 120 }, "departure": { "time": "1749201419", "uncertainty": 120 }, "stopId": "0:CEr02", "stopSequence": 5 }, { "arrival": { "time": "1749201449", "uncertainty": 120 }, "departure": { "time": "1749201449", "uncertainty": 120 }, "stopId": "0:MON02", "stopSequence": 6 }, { "arrival": { "time": "1749201649", "uncertainty": 120 }, "departure": { "time": "1749201649", "uncertainty": 120 }, "stopId": "0:ZAC02", "stopSequence": 7 }, { "arrival": { "time": "1749201705", "uncertainty": 120 }, "departure": { "time": "1749201705", "uncertainty": 120 }, "stopId": "0:BRE01", "stopSequence": 8 }, { "arrival": { "time": "1749201783", "uncertainty": 120 }, "departure": { "time": "1749201783", "uncertainty": 120 }, "stopId": "0:HTF02", "stopSequence": 9 }, { "arrival": { "time": "1749201825", "uncertainty": 120 }, "departure": { "time": "1749201825", "uncertainty": 120 }, "stopId": "0:VIE02", "stopSequence": 10 }, { "arrival": { "time": "1749201887", "uncertainty": 120 }, "departure": { "time": "1749201887", "uncertainty": 120 }, "stopId": "0:BAL02", "stopSequence": 11 }, { "arrival": { "time": "1749201934", "uncertainty": 120 }, "departure": { "time": "1749201934", "uncertainty": 120 }, "stopId": "0:Ver02", "stopSequence": 12 }, { "arrival": { "time": "1749201995", "uncertainty": 120 }, "departure": { "time": "1749201995", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 13 }, { "arrival": { "time": "1749202056", "uncertainty": 120 }, "departure": { "time": "1749202056", "uncertainty": 120 }, "stopId": "0:COu02", "stopSequence": 14 }, { "arrival": { "time": "1749202125", "uncertainty": 120 }, "departure": { "time": "1749202125", "uncertainty": 120 }, "stopId": "0:MAg02", "stopSequence": 15 }, { "arrival": { "time": "1749202192", "uncertainty": 120 }, "departure": { "time": "1749202192", "uncertainty": 120 }, "stopId": "0:mAI02", "stopSequence": 16 }, { "arrival": { "time": "1749202265", "uncertainty": 120 }, "departure": { "time": "1749202265", "uncertainty": 120 }, "stopId": "0:CRo02", "stopSequence": 17 }, { "arrival": { "time": "1749202356", "uncertainty": 120 }, "departure": { "time": "1749202356", "uncertainty": 120 }, "stopId": "0:SOM02", "stopSequence": 18 }, { "arrival": { "time": "1749202472", "uncertainty": 120 }, "departure": { "time": "1749202472", "uncertainty": 120 }, "stopId": "0:SUP02", "stopSequence": 19 }, { "arrival": { "time": "1749202545", "uncertainty": 120 }, "departure": { "time": "1749202545", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 20 }, { "arrival": { "time": "1749202659", "uncertainty": 120 }, "departure": { "time": "1749202659", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 21 }, { "arrival": { "time": "1749202727", "uncertainty": 120 }, "departure": { "time": "1749202727", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 22 }, { "arrival": { "time": "1749202809", "uncertainty": 120 }, "departure": { "time": "1749202809", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 23 }, { "arrival": { "time": "1749202845", "uncertainty": 120 }, "departure": { "time": "1749202845", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 24 }, { "arrival": { "time": "1749202911", "uncertainty": 120 }, "departure": { "time": "1749202911", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 25 }, { "arrival": { "time": "1749202980", "uncertainty": 120 }, "departure": { "time": "1749202980", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 26 }, { "arrival": { "time": "1749203007", "uncertainty": 120 }, "departure": { "time": "1749203007", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FoN03", "stopSequence": 27 }, { "arrival": { "time": "1749203103", "uncertainty": 120 }, "departure": { "time": "1749203103", "uncertainty": 120 }, "stopId": "0:FIL02", "stopSequence": 28 }, { "arrival": { "time": "1749203198", "uncertainty": 120 }, "departure": { "time": "1749203198", "uncertainty": 120 }, "stopId": "0:PAI02", "stopSequence": 29 }, { "arrival": { "time": "1749203268", "uncertainty": 120 }, "departure": { "time": "1749203268", "uncertainty": 120 }, "stopId": "0:ROG02", "stopSequence": 30 }, { "arrival": { "time": "1749203361", "uncertainty": 120 }, "departure": { "time": "1749203361", "uncertainty": 120 }, "stopId": "0:ALA02", "stopSequence": 31 }, { "arrival": { "time": "1749203531", "uncertainty": 120 }, "departure": { "time": "1749203531", "uncertainty": 120 }, "stopId": "0:STM04", "stopSequence": 32 }, { "arrival": { "time": "1749203634", "uncertainty": 120 }, "departure": { "time": "1749203634", "uncertainty": 120 }, "stopId": "0:HTC02", "stopSequence": 33 }, { "arrival": { "time": "1749203683", "uncertainty": 120 }, "departure": { "time": "1749203683", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 34 }, { "arrival": { "time": "1749203721", "uncertainty": 120 }, "departure": { "time": "1749203721", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 35 }, { "arrival": { "time": "1749203795", "uncertainty": 120 }, "departure": { "time": "1749203795", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 36 }, { "arrival": { "time": "1749203861", "uncertainty": 120 }, "departure": { "time": "1749203861", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 37 }, { "arrival": { "time": "1749203929", "uncertainty": 120 }, "departure": { "time": "1749203929", "uncertainty": 120 }, "stopId": "0:MOZ01", "stopSequence": 38 }, { "arrival": { "time": "1749203986", "uncertainty": 120 }, "departure": { "time": "1749203986", "uncertainty": 120 }, "stopId": "0:CAm02", "stopSequence": 39 }, { "arrival": { "time": "1749204021", "uncertainty": 120 }, "departure": { "time": "1749204021", "uncertainty": 120 }, "stopId": "0:TEI02", "stopSequence": 40 }, { "arrival": { "time": "1749204121", "uncertainty": 120 }, "departure": { "time": "1749204121", "uncertainty": 120 }, "stopId": "0:PIS02", "stopSequence": 41 }, { "arrival": { "time": "1749204164", "uncertainty": 120 }, "departure": { "time": "1749204164", "uncertainty": 120 }, "stopId": "0:Ham02", "stopSequence": 42 }, { "arrival": { "time": "1749204180", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962748" }, "vehicle": { "id": "315", "label": "315" } } }, { "id": "C1965302", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204660", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965302" } } }, { "id": "C1965240", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204600", "uncertainty": 120 }, "stopId": "0:TAM02", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965240" } } }, { "id": "C1963268", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201900", "uncertainty": 120 }, "stopId": "0:ASC01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963268" } } }, { "id": "C1965049", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204060", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965049" } } }, { "id": "C1966505", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749205140", "uncertainty": 120 }, "departure": { "time": "1749205140", "uncertainty": 120 }, "stopId": "0:Cht03" }, { "arrival": { "time": "1749205218", "uncertainty": 120 }, "departure": { "time": "1749205218", "uncertainty": 120 }, "stopId": "0:GANd1" }, { "arrival": { "time": "1749205286", "uncertainty": 120 }, "departure": { "time": "1749205286", "uncertainty": 120 }, "stopId": "0:GIL01" }, { "departure": { "time": "1749202380", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 1 }, { "arrival": { "time": "1749202425", "uncertainty": 120 }, "departure": { "time": "1749202425", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 2 }, { "arrival": { "time": "1749202471", "uncertainty": 120 }, "departure": { "time": "1749202471", "uncertainty": 120 }, "stopId": "0:TRo01", "stopSequence": 3 }, { "arrival": { "time": "1749202601", "uncertainty": 120 }, "departure": { "time": "1749202601", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 4 }, { "arrival": { "time": "1749202636", "uncertainty": 120 }, "departure": { "time": "1749202636", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 5 }, { "arrival": { "time": "1749202740", "uncertainty": 120 }, "departure": { "time": "1749202740", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 6 }, { "arrival": { "time": "1749202772", "uncertainty": 120 }, "departure": { "time": "1749202772", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 7 }, { "arrival": { "time": "1749202889", "uncertainty": 120 }, "departure": { "time": "1749202889", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 8 }, { "arrival": { "time": "1749202945", "uncertainty": 120 }, "departure": { "time": "1749202945", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 9 }, { "arrival": { "time": "1749202993", "uncertainty": 120 }, "departure": { "time": "1749202993", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 10 }, { "arrival": { "time": "1749203064", "uncertainty": 120 }, "departure": { "time": "1749203064", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 11 }, { "arrival": { "time": "1749203217", "uncertainty": 120 }, "departure": { "time": "1749203217", "uncertainty": 120 }, "stopId": "0:DAR01", "stopSequence": 12 }, { "arrival": { "time": "1749203262", "uncertainty": 120 }, "departure": { "time": "1749203262", "uncertainty": 120 }, "stopId": "0:REN03", "stopSequence": 13 }, { "arrival": { "time": "1749203317", "uncertainty": 120 }, "departure": { "time": "1749203317", "uncertainty": 120 }, "stopId": "0:MOn02", "stopSequence": 14 }, { "arrival": { "time": "1749203400", "uncertainty": 120 }, "departure": { "time": "1749203400", "uncertainty": 120 }, "stopId": "0:PAT03", "stopSequence": 15 }, { "arrival": { "time": "1749203454", "uncertainty": 120 }, "departure": { "time": "1749203454", "uncertainty": 120 }, "stopId": "0:TRU01", "stopSequence": 16 }, { "arrival": { "time": "1749203498", "uncertainty": 120 }, "departure": { "time": "1749203498", "uncertainty": 120 }, "stopId": "0:THI03", "stopSequence": 17 }, { "arrival": { "time": "1749203547", "uncertainty": 120 }, "departure": { "time": "1749203547", "uncertainty": 120 }, "stopId": "0:bre01", "stopSequence": 18 }, { "arrival": { "time": "1749203599", "uncertainty": 120 }, "departure": { "time": "1749203599", "uncertainty": 120 }, "stopId": "0:TAB01", "stopSequence": 19 }, { "arrival": { "time": "1749203640", "uncertainty": 120 }, "departure": { "time": "1749203640", "uncertainty": 120 }, "stopId": "0:CUV02", "stopSequence": 20 }, { "arrival": { "time": "1749203731", "uncertainty": 120 }, "departure": { "time": "1749203731", "uncertainty": 120 }, "stopId": "0:DOu01", "stopSequence": 21 }, { "arrival": { "time": "1749203816", "uncertainty": 120 }, "departure": { "time": "1749203816", "uncertainty": 120 }, "stopId": "0:NOT02", "stopSequence": 22 }, { "arrival": { "time": "1749203910", "uncertainty": 120 }, "departure": { "time": "1749203910", "uncertainty": 120 }, "stopId": "0:ABB02", "stopSequence": 23 }, { "arrival": { "time": "1749203993", "uncertainty": 120 }, "departure": { "time": "1749203993", "uncertainty": 120 }, "stopId": "0:ile02", "stopSequence": 24 }, { "arrival": { "time": "1749204052", "uncertainty": 120 }, "departure": { "time": "1749204052", "uncertainty": 120 }, "stopId": "0:CCE02", "stopSequence": 25 }, { "arrival": { "time": "1749204105", "uncertainty": 120 }, "departure": { "time": "1749204105", "uncertainty": 120 }, "stopId": "0:MAi02", "stopSequence": 26 }, { "arrival": { "time": "1749204180", "uncertainty": 120 }, "departure": { "time": "1749204180", "uncertainty": 120 }, "stopId": "0:BAl02", "stopSequence": 27 }, { "arrival": { "time": "1749204299", "uncertainty": 120 }, "departure": { "time": "1749204299", "uncertainty": 120 }, "stopId": "0:pAS01", "stopSequence": 28 }, { "arrival": { "time": "1749204360", "uncertainty": 120 }, "departure": { "time": "1749204360", "uncertainty": 120 }, "stopId": "0:LOM01", "stopSequence": 29 }, { "arrival": { "time": "1749204424", "uncertainty": 120 }, "departure": { "time": "1749204424", "uncertainty": 120 }, "stopId": "0:MRN01", "stopSequence": 30 }, { "arrival": { "time": "1749204473", "uncertainty": 120 }, "departure": { "time": "1749204473", "uncertainty": 120 }, "stopId": "0:LYC01", "stopSequence": 31 }, { "arrival": { "time": "1749204534", "uncertainty": 120 }, "departure": { "time": "1749204534", "uncertainty": 120 }, "stopId": "0:MAs01", "stopSequence": 32 }, { "arrival": { "time": "1749204627", "uncertainty": 120 }, "departure": { "time": "1749204627", "uncertainty": 120 }, "stopId": "0:TEC01", "stopSequence": 33 }, { "arrival": { "time": "1749204746", "uncertainty": 120 }, "departure": { "time": "1749204746", "uncertainty": 120 }, "stopId": "0:Cro01", "stopSequence": 34 }, { "arrival": { "time": "1749204781", "uncertainty": 120 }, "departure": { "time": "1749204781", "uncertainty": 120 }, "stopId": "0:IUT01", "stopSequence": 35 }, { "arrival": { "time": "1749204853", "uncertainty": 120 }, "departure": { "time": "1749204853", "uncertainty": 120 }, "stopId": "0:QUE01", "stopSequence": 36 }, { "arrival": { "time": "1749204884", "uncertainty": 120 }, "departure": { "time": "1749204884", "uncertainty": 120 }, "stopId": "0:CHM01", "stopSequence": 37 }, { "arrival": { "time": "1749204951", "uncertainty": 120 }, "departure": { "time": "1749204951", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 38 }, { "arrival": { "time": "1749205020", "uncertainty": 120 }, "departure": { "time": "1749205020", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 39 }, { "arrival": { "time": "1749205082", "uncertainty": 120 }, "departure": { "time": "1749205082", "uncertainty": 120 }, "stopId": "0:PHI01", "stopSequence": 40 }, { "arrival": { "time": "1749205110", "uncertainty": 120 }, "departure": { "time": "1749205110", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:par01", "stopSequence": 41 }, { "arrival": { "time": "1749205149", "uncertainty": 120 }, "departure": { "time": "1749205149", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:COO02", "stopSequence": 42 }, { "arrival": { "time": "1749205184", "uncertainty": 120 }, "departure": { "time": "1749205184", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:BRU02", "stopSequence": 43 }, { "arrival": { "time": "1749205228", "uncertainty": 120 }, "departure": { "time": "1749205228", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:GUE03", "stopSequence": 44 }, { "arrival": { "time": "1749205282", "uncertainty": 120 }, "departure": { "time": "1749205282", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:ReG02", "stopSequence": 45 }, { "arrival": { "time": "1749205315", "uncertainty": 120 }, "departure": { "time": "1749205315", "uncertainty": 120 }, "stopId": "0:GAM02", "stopSequence": 46 }, { "arrival": { "time": "1749205376", "uncertainty": 120 }, "departure": { "time": "1749205376", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 47 }, { "arrival": { "time": "1749205420", "uncertainty": 120 }, "departure": { "time": "1749205420", "uncertainty": 120 }, "stopId": "0:Cht02", "stopSequence": 48 }, { "arrival": { "time": "1749205452", "uncertainty": 120 }, "departure": { "time": "1749205452", "uncertainty": 120 }, "stopId": "0:Rob02", "stopSequence": 49 }, { "arrival": { "time": "1749205486", "uncertainty": 120 }, "departure": { "time": "1749205486", "uncertainty": 120 }, "stopId": "0:MaI02", "stopSequence": 50 }, { "arrival": { "time": "1749205564", "uncertainty": 120 }, "departure": { "time": "1749205564", "uncertainty": 120 }, "stopId": "0:CCJ02", "stopSequence": 51 }, { "arrival": { "time": "1749205667", "uncertainty": 120 }, "departure": { "time": "1749205667", "uncertainty": 120 }, "stopId": "0:MoU01", "stopSequence": 52 }, { "arrival": { "time": "1749205760", "uncertainty": 120 }, "departure": { "time": "1749205760", "uncertainty": 120 }, "stopId": "0:BAS03", "stopSequence": 53 }, { "arrival": { "time": "1749205796", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 54 } ], "trip": { "directionId": 0, "routeId": "11", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966505" } } }, { "id": "C1965628", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203160", "uncertainty": 120 }, "stopId": "0:MOL01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "4", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965628" } } }, { "id": "C1962672", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204596", "uncertainty": 120 }, "departure": { "time": "1749204596", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749204240", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749204327", "uncertainty": 120 }, "departure": { "time": "1749204327", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749204448", "uncertainty": 120 }, "departure": { "time": "1749204448", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749204660", "uncertainty": 120 }, "departure": { "time": "1749204660", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749204627", "uncertainty": 120 }, "departure": { "time": "1749204627", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749204714", "uncertainty": 120 }, "departure": { "time": "1749204714", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749204813", "uncertainty": 120 }, "departure": { "time": "1749204813", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749204954", "uncertainty": 120 }, "departure": { "time": "1749204954", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749205004", "uncertainty": 120 }, "departure": { "time": "1749205004", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749205059", "uncertainty": 120 }, "departure": { "time": "1749205059", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749205113", "uncertainty": 120 }, "departure": { "time": "1749205113", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749205183", "uncertainty": 120 }, "departure": { "time": "1749205183", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749205243", "uncertainty": 120 }, "departure": { "time": "1749205243", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749205280", "uncertainty": 120 }, "departure": { "time": "1749205280", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749205364", "uncertainty": 120 }, "departure": { "time": "1749205364", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749205480", "uncertainty": 120 }, "departure": { "time": "1749205480", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749205522", "uncertainty": 120 }, "departure": { "time": "1749205522", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749205699", "uncertainty": 120 }, "departure": { "time": "1749205699", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749205796", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962672" } } }, { "id": "C1964410", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749205147", "uncertainty": 120 }, "departure": { "time": "1749205147", "uncertainty": 120 }, "stopId": "0:FoN03" }, { "departure": { "time": "1749203280", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 1 }, { "arrival": { "time": "1749203472", "uncertainty": 120 }, "departure": { "time": "1749203472", "uncertainty": 120 }, "stopId": "0:Cen02", "stopSequence": 2 }, { "arrival": { "time": "1749203530", "uncertainty": 120 }, "departure": { "time": "1749203530", "uncertainty": 120 }, "stopId": "0:mai02", "stopSequence": 3 }, { "arrival": { "time": "1749203614", "uncertainty": 120 }, "departure": { "time": "1749203614", "uncertainty": 120 }, "stopId": "0:ViL02", "stopSequence": 4 }, { "arrival": { "time": "1749203681", "uncertainty": 120 }, "departure": { "time": "1749203681", "uncertainty": 120 }, "stopId": "0:CoU02", "stopSequence": 5 }, { "arrival": { "time": "1749203753", "uncertainty": 120 }, "departure": { "time": "1749203753", "uncertainty": 120 }, "stopId": "0:ROs04", "stopSequence": 6 }, { "arrival": { "time": "1749203820", "uncertainty": 120 }, "departure": { "time": "1749203820", "uncertainty": 120 }, "stopId": "0:BRE01", "stopSequence": 7 }, { "arrival": { "time": "1749203888", "uncertainty": 120 }, "departure": { "time": "1749203888", "uncertainty": 120 }, "stopId": "0:HTF02", "stopSequence": 8 }, { "arrival": { "time": "1749203931", "uncertainty": 120 }, "departure": { "time": "1749203931", "uncertainty": 120 }, "stopId": "0:VIE02", "stopSequence": 9 }, { "arrival": { "time": "1749203995", "uncertainty": 120 }, "departure": { "time": "1749203995", "uncertainty": 120 }, "stopId": "0:BAL02", "stopSequence": 10 }, { "arrival": { "time": "1749204043", "uncertainty": 120 }, "departure": { "time": "1749204043", "uncertainty": 120 }, "stopId": "0:Ver02", "stopSequence": 11 }, { "arrival": { "time": "1749204106", "uncertainty": 120 }, "departure": { "time": "1749204106", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 12 }, { "arrival": { "time": "1749204169", "uncertainty": 120 }, "departure": { "time": "1749204169", "uncertainty": 120 }, "stopId": "0:COu02", "stopSequence": 13 }, { "arrival": { "time": "1749204240", "uncertainty": 120 }, "departure": { "time": "1749204240", "uncertainty": 120 }, "stopId": "0:MAg02", "stopSequence": 14 }, { "arrival": { "time": "1749204307", "uncertainty": 120 }, "departure": { "time": "1749204307", "uncertainty": 120 }, "stopId": "0:mAI02", "stopSequence": 15 }, { "arrival": { "time": "1749204380", "uncertainty": 120 }, "departure": { "time": "1749204380", "uncertainty": 120 }, "stopId": "0:CRo02", "stopSequence": 16 }, { "arrival": { "time": "1749204471", "uncertainty": 120 }, "departure": { "time": "1749204471", "uncertainty": 120 }, "stopId": "0:SOM02", "stopSequence": 17 }, { "arrival": { "time": "1749204587", "uncertainty": 120 }, "departure": { "time": "1749204587", "uncertainty": 120 }, "stopId": "0:SUP02", "stopSequence": 18 }, { "arrival": { "time": "1749204660", "uncertainty": 120 }, "departure": { "time": "1749204660", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 19 }, { "arrival": { "time": "1749204774", "uncertainty": 120 }, "departure": { "time": "1749204774", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 20 }, { "arrival": { "time": "1749204842", "uncertainty": 120 }, "departure": { "time": "1749204842", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 21 }, { "arrival": { "time": "1749204924", "uncertainty": 120 }, "departure": { "time": "1749204924", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 22 }, { "arrival": { "time": "1749204960", "uncertainty": 120 }, "departure": { "time": "1749204960", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 23 }, { "arrival": { "time": "1749205026", "uncertainty": 120 }, "departure": { "time": "1749205026", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 24 }, { "arrival": { "time": "1749205140", "uncertainty": 120 }, "departure": { "time": "1749205140", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 25 }, { "arrival": { "time": "1749205167", "uncertainty": 120 }, "departure": { "time": "1749205167", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FoN03", "stopSequence": 26 }, { "arrival": { "time": "1749205218", "uncertainty": 120 }, "departure": { "time": "1749205218", "uncertainty": 120 }, "stopId": "0:FIL02", "stopSequence": 27 }, { "arrival": { "time": "1749205313", "uncertainty": 120 }, "departure": { "time": "1749205313", "uncertainty": 120 }, "stopId": "0:PAI02", "stopSequence": 28 }, { "arrival": { "time": "1749205383", "uncertainty": 120 }, "departure": { "time": "1749205383", "uncertainty": 120 }, "stopId": "0:ROG02", "stopSequence": 29 }, { "arrival": { "time": "1749205476", "uncertainty": 120 }, "departure": { "time": "1749205476", "uncertainty": 120 }, "stopId": "0:ALA02", "stopSequence": 30 }, { "arrival": { "time": "1749205646", "uncertainty": 120 }, "departure": { "time": "1749205646", "uncertainty": 120 }, "stopId": "0:STM04", "stopSequence": 31 }, { "arrival": { "time": "1749205749", "uncertainty": 120 }, "departure": { "time": "1749205749", "uncertainty": 120 }, "stopId": "0:HTC02", "stopSequence": 32 }, { "arrival": { "time": "1749205798", "uncertainty": 120 }, "departure": { "time": "1749205798", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 33 }, { "arrival": { "time": "1749205836", "uncertainty": 120 }, "departure": { "time": "1749205836", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 34 }, { "arrival": { "time": "1749205909", "uncertainty": 120 }, "departure": { "time": "1749205909", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 35 }, { "arrival": { "time": "1749205974", "uncertainty": 120 }, "departure": { "time": "1749205974", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 36 }, { "arrival": { "time": "1749206041", "uncertainty": 120 }, "departure": { "time": "1749206041", "uncertainty": 120 }, "stopId": "0:MOZ01", "stopSequence": 37 }, { "arrival": { "time": "1749206098", "uncertainty": 120 }, "departure": { "time": "1749206098", "uncertainty": 120 }, "stopId": "0:CAm02", "stopSequence": 38 }, { "arrival": { "time": "1749206133", "uncertainty": 120 }, "departure": { "time": "1749206133", "uncertainty": 120 }, "stopId": "0:TEI02", "stopSequence": 39 }, { "arrival": { "time": "1749206214", "uncertainty": 120 }, "departure": { "time": "1749206214", "uncertainty": 120 }, "stopId": "0:BIZ02", "stopSequence": 40 }, { "arrival": { "time": "1749206251", "uncertainty": 120 }, "departure": { "time": "1749206251", "uncertainty": 120 }, "stopId": "0:ARC02", "stopSequence": 41 }, { "arrival": { "time": "1749206310", "uncertainty": 120 }, "departure": { "time": "1749206310", "uncertainty": 120 }, "stopId": "0:VIG02", "stopSequence": 42 }, { "arrival": { "time": "1749206374", "uncertainty": 120 }, "departure": { "time": "1749206374", "uncertainty": 120 }, "stopId": "0:DOU01", "stopSequence": 43 }, { "arrival": { "time": "1749206417", "uncertainty": 120 }, "departure": { "time": "1749206417", "uncertainty": 120 }, "stopId": "0:LUM01", "stopSequence": 44 }, { "arrival": { "time": "1749206493", "uncertainty": 120 }, "departure": { "time": "1749206493", "uncertainty": 120 }, "stopId": "0:stl02", "stopSequence": 45 }, { "arrival": { "time": "1749206566", "uncertainty": 120 }, "departure": { "time": "1749206566", "uncertainty": 120 }, "stopId": "0:des02", "stopSequence": 46 }, { "arrival": { "time": "1749206611", "uncertainty": 120 }, "departure": { "time": "1749206611", "uncertainty": 120 }, "stopId": "0:col01", "stopSequence": 47 }, { "arrival": { "time": "1749206652", "uncertainty": 120 }, "departure": { "time": "1749206652", "uncertainty": 120 }, "stopId": "0:RON01", "stopSequence": 48 }, { "arrival": { "time": "1749206698", "uncertainty": 120 }, "departure": { "time": "1749206698", "uncertainty": 120 }, "stopId": "0:dio01", "stopSequence": 49 }, { "arrival": { "time": "1749206731", "uncertainty": 120 }, "departure": { "time": "1749206731", "uncertainty": 120 }, "stopId": "0:fre01", "stopSequence": 50 }, { "arrival": { "time": "1749206793", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 51 } ], "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964410" } } }, { "id": "C1964406", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204480", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964406" } } }, { "id": "C1966211", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204300", "uncertainty": 120 }, "stopId": "0:EREK1", "stopSequence": 1 }, { "arrival": { "time": "1749204381", "uncertainty": 120 }, "departure": { "time": "1749204381", "uncertainty": 120 }, "stopId": "0:FRA04", "stopSequence": 2 }, { "arrival": { "time": "1749204456", "uncertainty": 120 }, "departure": { "time": "1749204456", "uncertainty": 120 }, "stopId": "0:QUA01", "stopSequence": 3 }, { "arrival": { "time": "1749204505", "uncertainty": 120 }, "departure": { "time": "1749204505", "uncertainty": 120 }, "stopId": "0:BeR02", "stopSequence": 4 }, { "arrival": { "time": "1749204541", "uncertainty": 120 }, "departure": { "time": "1749204541", "uncertainty": 120 }, "stopId": "0:DAN02", "stopSequence": 5 }, { "arrival": { "time": "1749204602", "uncertainty": 120 }, "departure": { "time": "1749204602", "uncertainty": 120 }, "stopId": "0:MRQ01", "stopSequence": 6 }, { "arrival": { "time": "1749204675", "uncertainty": 120 }, "departure": { "time": "1749204675", "uncertainty": 120 }, "stopId": "0:KEL01", "stopSequence": 7 }, { "arrival": { "time": "1749204738", "uncertainty": 120 }, "departure": { "time": "1749204738", "uncertainty": 120 }, "stopId": "0:LEM01", "stopSequence": 8 }, { "arrival": { "time": "1749204780", "uncertainty": 120 }, "departure": { "time": "1749204780", "uncertainty": 120 }, "stopId": "0:DEB01", "stopSequence": 9 }, { "arrival": { "time": "1749204851", "uncertainty": 120 }, "departure": { "time": "1749204851", "uncertainty": 120 }, "stopId": "0:MOU01", "stopSequence": 10 }, { "arrival": { "time": "1749204907", "uncertainty": 120 }, "departure": { "time": "1749204907", "uncertainty": 120 }, "stopId": "0:JAF01", "stopSequence": 11 }, { "arrival": { "time": "1749204945", "uncertainty": 120 }, "departure": { "time": "1749204945", "uncertainty": 120 }, "stopId": "0:PTH01", "stopSequence": 12 }, { "arrival": { "time": "1749205072", "uncertainty": 120 }, "departure": { "time": "1749205072", "uncertainty": 120 }, "stopId": "0:Std01", "stopSequence": 13 }, { "arrival": { "time": "1749205122", "uncertainty": 120 }, "departure": { "time": "1749205122", "uncertainty": 120 }, "stopId": "0:STd01", "stopSequence": 14 }, { "arrival": { "time": "1749205200", "uncertainty": 120 }, "departure": { "time": "1749205200", "uncertainty": 120 }, "stopId": "0:EUr01", "stopSequence": 15 }, { "arrival": { "time": "1749205320", "uncertainty": 120 }, "departure": { "time": "1749205320", "uncertainty": 120 }, "stopId": "0:MOI01", "stopSequence": 16 }, { "arrival": { "time": "1749205382", "uncertainty": 120 }, "departure": { "time": "1749205382", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 17 }, { "arrival": { "time": "1749205403", "uncertainty": 120 }, "departure": { "time": "1749205403", "uncertainty": 120 }, "stopId": "0:STm01", "stopSequence": 18 }, { "arrival": { "time": "1749205441", "uncertainty": 120 }, "departure": { "time": "1749205441", "uncertainty": 120 }, "stopId": "0:MIC01", "stopSequence": 19 }, { "arrival": { "time": "1749205484", "uncertainty": 120 }, "departure": { "time": "1749205484", "uncertainty": 120 }, "stopId": "0:ISL01", "stopSequence": 20 }, { "arrival": { "time": "1749205547", "uncertainty": 120 }, "departure": { "time": "1749205547", "uncertainty": 120 }, "stopId": "0:BOu01", "stopSequence": 21 }, { "arrival": { "time": "1749205624", "uncertainty": 120 }, "departure": { "time": "1749205624", "uncertainty": 120 }, "stopId": "0:PZI01", "stopSequence": 22 }, { "arrival": { "time": "1749205680", "uncertainty": 120 }, "departure": { "time": "1749205680", "uncertainty": 120 }, "stopId": "0:14J04", "stopSequence": 23 }, { "arrival": { "time": "1749205785", "uncertainty": 120 }, "departure": { "time": "1749205785", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 24 }, { "arrival": { "time": "1749205829", "uncertainty": 120 }, "departure": { "time": "1749205829", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 25 }, { "arrival": { "time": "1749206044", "uncertainty": 120 }, "departure": { "time": "1749206044", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 26 }, { "arrival": { "time": "1749206093", "uncertainty": 120 }, "departure": { "time": "1749206093", "uncertainty": 120 }, "stopId": "0:VOl01", "stopSequence": 27 }, { "arrival": { "time": "1749206145", "uncertainty": 120 }, "departure": { "time": "1749206145", "uncertainty": 120 }, "stopId": "0:COU01", "stopSequence": 28 }, { "arrival": { "time": "1749206207", "uncertainty": 120 }, "departure": { "time": "1749206207", "uncertainty": 120 }, "stopId": "0:11N01", "stopSequence": 29 }, { "arrival": { "time": "1749206309", "uncertainty": 120 }, "departure": { "time": "1749206309", "uncertainty": 120 }, "stopId": "0:HAu01", "stopSequence": 30 }, { "arrival": { "time": "1749206379", "uncertainty": 120 }, "departure": { "time": "1749206379", "uncertainty": 120 }, "stopId": "0:FER01", "stopSequence": 31 }, { "arrival": { "time": "1749206434", "uncertainty": 120 }, "departure": { "time": "1749206434", "uncertainty": 120 }, "stopId": "0:CHN01", "stopSequence": 32 }, { "arrival": { "time": "1749206521", "uncertainty": 120 }, "departure": { "time": "1749206521", "uncertainty": 120 }, "stopId": "0:CUV01", "stopSequence": 33 }, { "arrival": { "time": "1749206587", "uncertainty": 120 }, "departure": { "time": "1749206587", "uncertainty": 120 }, "stopId": "0:PLA01", "stopSequence": 34 }, { "arrival": { "time": "1749206648", "uncertainty": 120 }, "departure": { "time": "1749206648", "uncertainty": 120 }, "stopId": "0:NUN01", "stopSequence": 35 }, { "arrival": { "time": "1749206778", "uncertainty": 120 }, "departure": { "time": "1749206778", "uncertainty": 120 }, "stopId": "0:TRO01", "stopSequence": 36 }, { "arrival": { "time": "1749206821", "uncertainty": 120 }, "departure": { "time": "1749206821", "uncertainty": 120 }, "stopId": "0:MAL01", "stopSequence": 37 }, { "arrival": { "time": "1749206893", "uncertainty": 120 }, "departure": { "time": "1749206893", "uncertainty": 120 }, "stopId": "0:CAR01", "stopSequence": 38 }, { "arrival": { "time": "1749206935", "uncertainty": 120 }, "departure": { "time": "1749206935", "uncertainty": 120 }, "stopId": "0:CRO04", "stopSequence": 39 }, { "arrival": { "time": "1749206969", "uncertainty": 120 }, "departure": { "time": "1749206969", "uncertainty": 120 }, "stopId": "0:DSe01", "stopSequence": 40 }, { "arrival": { "time": "1749207066", "uncertainty": 120 }, "departure": { "time": "1749207066", "uncertainty": 120 }, "stopId": "0:BrX02", "stopSequence": 41 }, { "arrival": { "time": "1749207148", "uncertainty": 120 }, "departure": { "time": "1749207148", "uncertainty": 120 }, "stopId": "0:BdP02", "stopSequence": 42 }, { "arrival": { "time": "1749207172", "uncertainty": 120 }, "departure": { "time": "1749207172", "uncertainty": 120 }, "stopId": "0:MAe01", "stopSequence": 43 }, { "arrival": { "time": "1749207241", "uncertainty": 120 }, "stopId": "0:PaR01", "stopSequence": 44 } ], "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966211" } } }, { "id": "C1965763", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204600", "uncertainty": 120 }, "stopId": "0:Mon01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "30", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965763" } } }, { "id": "C1963444", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204480", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963444" } } }, { "id": "C1965209", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:STG01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965209" } } }, { "id": "C1963269", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203220", "uncertainty": 120 }, "stopId": "0:ASC01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963269" } } }, { "id": "C1965299", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200655", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 1 }, { "arrival": { "time": "1749200750", "uncertainty": 120 }, "departure": { "time": "1749200750", "uncertainty": 120 }, "stopId": "0:COQ01", "stopSequence": 2 }, { "arrival": { "time": "1749200800", "uncertainty": 120 }, "departure": { "time": "1749200800", "uncertainty": 120 }, "stopId": "0:Mai01", "stopSequence": 3 }, { "arrival": { "time": "1749200850", "uncertainty": 120 }, "departure": { "time": "1749200850", "uncertainty": 120 }, "stopId": "0:MAR01", "stopSequence": 4 }, { "arrival": { "time": "1749200963", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:LAK01", "stopSequence": 5 }, { "arrival": { "time": "1749201008", "uncertainty": 120 }, "departure": { "time": "1749201008", "uncertainty": 120 }, "stopId": "0:BOI01", "stopSequence": 6 }, { "arrival": { "time": "1749201051", "uncertainty": 120 }, "departure": { "time": "1749201060", "uncertainty": 120 }, "stopId": "0:MRC01", "stopSequence": 7 }, { "arrival": { "time": "1749201130", "uncertainty": 120 }, "departure": { "time": "1749201135", "uncertainty": 120 }, "stopId": "0:BUI01", "stopSequence": 8 }, { "arrival": { "time": "1749201225", "uncertainty": 120 }, "departure": { "time": "1749201225", "uncertainty": 120 }, "stopId": "0:STE01", "stopSequence": 9 }, { "arrival": { "time": "1749201271", "uncertainty": 120 }, "departure": { "time": "1749201271", "uncertainty": 120 }, "stopId": "0:HOC01", "stopSequence": 10 }, { "arrival": { "time": "1749201345", "uncertainty": 120 }, "departure": { "time": "1749201360", "uncertainty": 120 }, "stopId": "0:mar01", "stopSequence": 11 }, { "arrival": { "time": "1749201442", "uncertainty": 120 }, "departure": { "time": "1749201442", "uncertainty": 120 }, "stopId": "0:MUL01", "stopSequence": 12 }, { "arrival": { "time": "1749201529", "uncertainty": 120 }, "departure": { "time": "1749201529", "uncertainty": 120 }, "stopId": "0:PTV01", "stopSequence": 13 }, { "arrival": { "time": "1749201605", "uncertainty": 120 }, "departure": { "time": "1749201605", "uncertainty": 120 }, "stopId": "0:CHO01", "stopSequence": 14 }, { "arrival": { "time": "1749201677", "uncertainty": 120 }, "departure": { "time": "1749201677", "uncertainty": 120 }, "stopId": "0:LAR01", "stopSequence": 15 }, { "arrival": { "time": "1749201813", "uncertainty": 120 }, "departure": { "time": "1749201813", "uncertainty": 120 }, "stopId": "0:THE01", "stopSequence": 16 }, { "arrival": { "time": "1749201901", "uncertainty": 120 }, "departure": { "time": "1749201901", "uncertainty": 120 }, "stopId": "0:JMO01", "stopSequence": 17 }, { "arrival": { "time": "1749202019", "uncertainty": 120 }, "departure": { "time": "1749202019", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 18 }, { "arrival": { "time": "1749202105", "uncertainty": 120 }, "departure": { "time": "1749202105", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 19 }, { "arrival": { "time": "1749202192", "uncertainty": 120 }, "departure": { "time": "1749202192", "uncertainty": 120 }, "stopId": "0:CLA01", "stopSequence": 20 }, { "arrival": { "time": "1749202263", "uncertainty": 120 }, "departure": { "time": "1749202263", "uncertainty": 120 }, "stopId": "0:PTB01", "stopSequence": 21 }, { "arrival": { "time": "1749202351", "uncertainty": 120 }, "departure": { "time": "1749202351", "uncertainty": 120 }, "stopId": "0:DUT01", "stopSequence": 22 }, { "arrival": { "time": "1749202426", "uncertainty": 120 }, "departure": { "time": "1749202426", "uncertainty": 120 }, "stopId": "0:MAC01", "stopSequence": 23 }, { "arrival": { "time": "1749202497", "uncertainty": 120 }, "departure": { "time": "1749202497", "uncertainty": 120 }, "stopId": "0:CAS01", "stopSequence": 24 }, { "arrival": { "time": "1749202576", "uncertainty": 120 }, "departure": { "time": "1749202576", "uncertainty": 120 }, "stopId": "0:ROM01", "stopSequence": 25 }, { "arrival": { "time": "1749202605", "uncertainty": 120 }, "departure": { "time": "1749202605", "uncertainty": 120 }, "stopId": "0:SAP01", "stopSequence": 26 }, { "arrival": { "time": "1749202658", "uncertainty": 120 }, "departure": { "time": "1749202658", "uncertainty": 120 }, "stopId": "0:DUN01", "stopSequence": 27 }, { "arrival": { "time": "1749202710", "uncertainty": 120 }, "departure": { "time": "1749202710", "uncertainty": 120 }, "stopId": "0:par03", "stopSequence": 28 }, { "arrival": { "time": "1749202756", "uncertainty": 120 }, "departure": { "time": "1749202756", "uncertainty": 120 }, "stopId": "0:Cht03", "stopSequence": 29 }, { "arrival": { "time": "1749202806", "uncertainty": 120 }, "departure": { "time": "1749202806", "uncertainty": 120 }, "stopId": "0:FON01", "stopSequence": 30 }, { "arrival": { "time": "1749202864", "uncertainty": 120 }, "departure": { "time": "1749202864", "uncertainty": 120 }, "stopId": "0:ECG01", "stopSequence": 31 }, { "arrival": { "time": "1749202882", "uncertainty": 120 }, "stopId": "0:GAN01", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965299" }, "vehicle": { "id": "279", "label": "279" } } }, { "id": "C1965036", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200378", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749200408", "uncertainty": 120 }, "departure": { "time": "1749200408", "uncertainty": 120 }, "stopId": "0:STO01", "stopSequence": 2 }, { "arrival": { "time": "1749200467", "uncertainty": 120 }, "departure": { "time": "1749200513", "uncertainty": 120 }, "stopId": "0:CEn02", "stopSequence": 3 }, { "arrival": { "time": "1749200601", "uncertainty": 120 }, "departure": { "time": "1749200603", "uncertainty": 120 }, "stopId": "0:GAG01", "stopSequence": 4 }, { "arrival": { "time": "1749200618", "uncertainty": 120 }, "departure": { "time": "1749200648", "uncertainty": 120 }, "stopId": "0:MAS01", "stopSequence": 5 }, { "arrival": { "time": "1749200678", "uncertainty": 120 }, "departure": { "time": "1749200708", "uncertainty": 120 }, "stopId": "0:PAl01", "stopSequence": 6 }, { "arrival": { "time": "1749200903", "uncertainty": 120 }, "departure": { "time": "1749200918", "uncertainty": 120 }, "stopId": "0:CLo01", "stopSequence": 7 }, { "arrival": { "time": "1749200948", "uncertainty": 120 }, "departure": { "time": "1749200978", "uncertainty": 120 }, "stopId": "0:MRO01", "stopSequence": 8 }, { "arrival": { "time": "1749201038", "uncertainty": 120 }, "departure": { "time": "1749201053", "uncertainty": 120 }, "stopId": "0:DEV01", "stopSequence": 9 }, { "arrival": { "time": "1749201098", "uncertainty": 120 }, "departure": { "time": "1749201144", "uncertainty": 120 }, "stopId": "0:BLa01", "stopSequence": 10 }, { "arrival": { "time": "1749201173", "uncertainty": 120 }, "departure": { "time": "1749201173", "uncertainty": 120 }, "stopId": "0:LAC01", "stopSequence": 11 }, { "arrival": { "time": "1749201218", "uncertainty": 120 }, "departure": { "time": "1749201218", "uncertainty": 120 }, "stopId": "0:GUe01", "stopSequence": 12 }, { "arrival": { "time": "1749201315", "uncertainty": 120 }, "departure": { "time": "1749201338", "uncertainty": 120 }, "stopId": "0:STM01", "stopSequence": 13 }, { "arrival": { "time": "1749201382", "uncertainty": 120 }, "departure": { "time": "1749201383", "uncertainty": 120 }, "stopId": "0:DEL01", "stopSequence": 14 }, { "arrival": { "time": "1749201482", "uncertainty": 120 }, "departure": { "time": "1749201482", "uncertainty": 120 }, "stopId": "0:GAU01", "stopSequence": 15 }, { "arrival": { "time": "1749201565", "uncertainty": 120 }, "departure": { "time": "1749201565", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 16 }, { "arrival": { "time": "1749201645", "uncertainty": 120 }, "departure": { "time": "1749201645", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 17 }, { "arrival": { "time": "1749201804", "uncertainty": 120 }, "departure": { "time": "1749201804", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 18 }, { "arrival": { "time": "1749201872", "uncertainty": 120 }, "departure": { "time": "1749201872", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 19 }, { "arrival": { "time": "1749201984", "uncertainty": 120 }, "departure": { "time": "1749201984", "uncertainty": 120 }, "stopId": "0:MAD01", "stopSequence": 20 }, { "arrival": { "time": "1749202045", "uncertainty": 120 }, "departure": { "time": "1749202045", "uncertainty": 120 }, "stopId": "0:GIl01", "stopSequence": 21 }, { "arrival": { "time": "1749202136", "uncertainty": 120 }, "departure": { "time": "1749202136", "uncertainty": 120 }, "stopId": "0:VEr01", "stopSequence": 22 }, { "arrival": { "time": "1749202213", "uncertainty": 120 }, "departure": { "time": "1749202213", "uncertainty": 120 }, "stopId": "0:HER01", "stopSequence": 23 }, { "arrival": { "time": "1749202263", "uncertainty": 120 }, "departure": { "time": "1749202263", "uncertainty": 120 }, "stopId": "0:HAU01", "stopSequence": 24 }, { "arrival": { "time": "1749202344", "uncertainty": 120 }, "departure": { "time": "1749202344", "uncertainty": 120 }, "stopId": "0:LOM01", "stopSequence": 25 }, { "arrival": { "time": "1749202406", "uncertainty": 120 }, "departure": { "time": "1749202406", "uncertainty": 120 }, "stopId": "0:MRN01", "stopSequence": 26 }, { "arrival": { "time": "1749202454", "uncertainty": 120 }, "departure": { "time": "1749202454", "uncertainty": 120 }, "stopId": "0:LYC01", "stopSequence": 27 }, { "arrival": { "time": "1749202513", "uncertainty": 120 }, "departure": { "time": "1749202513", "uncertainty": 120 }, "stopId": "0:MAs01", "stopSequence": 28 }, { "arrival": { "time": "1749202603", "uncertainty": 120 }, "departure": { "time": "1749202603", "uncertainty": 120 }, "stopId": "0:TEC01", "stopSequence": 29 }, { "arrival": { "time": "1749202718", "uncertainty": 120 }, "departure": { "time": "1749202718", "uncertainty": 120 }, "stopId": "0:Cro01", "stopSequence": 30 }, { "arrival": { "time": "1749202752", "uncertainty": 120 }, "departure": { "time": "1749202752", "uncertainty": 120 }, "stopId": "0:IUT01", "stopSequence": 31 }, { "arrival": { "time": "1749202822", "uncertainty": 120 }, "departure": { "time": "1749202822", "uncertainty": 120 }, "stopId": "0:QUE01", "stopSequence": 32 }, { "arrival": { "time": "1749202852", "uncertainty": 120 }, "departure": { "time": "1749202852", "uncertainty": 120 }, "stopId": "0:CHM01", "stopSequence": 33 }, { "arrival": { "time": "1749202944", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965036" }, "vehicle": { "id": "269", "label": "269" } } }, { "id": "C1963271", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204420", "uncertainty": 120 }, "stopId": "0:ASC01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963271" } } }, { "id": "C1965298", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201199", "uncertainty": 120 }, "departure": { "time": "1749201199", "uncertainty": 120 }, "stopId": "0:ECG01", "stopSequence": 31 }, { "arrival": { "time": "1749201211", "uncertainty": 120 }, "stopId": "0:GAN01", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965298" } } }, { "id": "C1966166", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204480", "uncertainty": 120 }, "stopId": "0:CUR01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "31", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966166" } } }, { "id": "C1965518", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204600", "uncertainty": 120 }, "stopId": "0:TAM02", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "RSCO", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965518" } } }, { "id": "C1965043", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749206612", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749203700", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749203782", "uncertainty": 120 }, "departure": { "time": "1749203782", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749203836", "uncertainty": 120 }, "departure": { "time": "1749203836", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749203896", "uncertainty": 120 }, "departure": { "time": "1749203896", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749203962", "uncertainty": 120 }, "departure": { "time": "1749203962", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749204076", "uncertainty": 120 }, "departure": { "time": "1749204076", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749204208", "uncertainty": 120 }, "departure": { "time": "1749204208", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749204290", "uncertainty": 120 }, "departure": { "time": "1749204290", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749204329", "uncertainty": 120 }, "departure": { "time": "1749204329", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749204420", "uncertainty": 120 }, "departure": { "time": "1749204420", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749204510", "uncertainty": 120 }, "departure": { "time": "1749204510", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749204581", "uncertainty": 120 }, "departure": { "time": "1749204581", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749204656", "uncertainty": 120 }, "departure": { "time": "1749204656", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749204732", "uncertainty": 120 }, "departure": { "time": "1749204732", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749204780", "uncertainty": 120 }, "departure": { "time": "1749204780", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749204911", "uncertainty": 120 }, "departure": { "time": "1749204911", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749205020", "uncertainty": 120 }, "departure": { "time": "1749205020", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749205209", "uncertainty": 120 }, "departure": { "time": "1749205209", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749205320", "uncertainty": 120 }, "departure": { "time": "1749205320", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749205416", "uncertainty": 120 }, "departure": { "time": "1749205416", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749205466", "uncertainty": 120 }, "departure": { "time": "1749205466", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749205536", "uncertainty": 120 }, "departure": { "time": "1749205536", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749205579", "uncertainty": 120 }, "departure": { "time": "1749205579", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749205625", "uncertainty": 120 }, "departure": { "time": "1749205625", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749205723", "uncertainty": 120 }, "departure": { "time": "1749205723", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749205772", "uncertainty": 120 }, "departure": { "time": "1749205772", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749205920", "uncertainty": 120 }, "departure": { "time": "1749205920", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749205951", "uncertainty": 120 }, "departure": { "time": "1749205951", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749206062", "uncertainty": 120 }, "departure": { "time": "1749206062", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749206115", "uncertainty": 120 }, "departure": { "time": "1749206115", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749206160", "uncertainty": 120 }, "departure": { "time": "1749206160", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749206227", "uncertainty": 120 }, "departure": { "time": "1749206227", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749206344", "uncertainty": 120 }, "departure": { "time": "1749206344", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749206400", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965043" } } }, { "id": "C1965041", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204692", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749201960", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749202029", "uncertainty": 120 }, "departure": { "time": "1749202029", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749202074", "uncertainty": 120 }, "departure": { "time": "1749202074", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749202124", "uncertainty": 120 }, "departure": { "time": "1749202124", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749202179", "uncertainty": 120 }, "departure": { "time": "1749202179", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749202274", "uncertainty": 120 }, "departure": { "time": "1749202274", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749202384", "uncertainty": 120 }, "departure": { "time": "1749202384", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749202453", "uncertainty": 120 }, "departure": { "time": "1749202453", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749202486", "uncertainty": 120 }, "departure": { "time": "1749202486", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749202560", "uncertainty": 120 }, "departure": { "time": "1749202560", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749202635", "uncertainty": 120 }, "departure": { "time": "1749202635", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749202694", "uncertainty": 120 }, "departure": { "time": "1749202694", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749202757", "uncertainty": 120 }, "departure": { "time": "1749202757", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749202820", "uncertainty": 120 }, "departure": { "time": "1749202820", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749202860", "uncertainty": 120 }, "departure": { "time": "1749202860", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749202991", "uncertainty": 120 }, "departure": { "time": "1749202991", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749203100", "uncertainty": 120 }, "departure": { "time": "1749203100", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749203289", "uncertainty": 120 }, "departure": { "time": "1749203289", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749203400", "uncertainty": 120 }, "departure": { "time": "1749203400", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749203496", "uncertainty": 120 }, "departure": { "time": "1749203496", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749203546", "uncertainty": 120 }, "departure": { "time": "1749203546", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749203616", "uncertainty": 120 }, "departure": { "time": "1749203616", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749203659", "uncertainty": 120 }, "departure": { "time": "1749203659", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749203705", "uncertainty": 120 }, "departure": { "time": "1749203705", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749203803", "uncertainty": 120 }, "departure": { "time": "1749203803", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749203852", "uncertainty": 120 }, "departure": { "time": "1749203852", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749204000", "uncertainty": 120 }, "departure": { "time": "1749204000", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749204031", "uncertainty": 120 }, "departure": { "time": "1749204031", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749204142", "uncertainty": 120 }, "departure": { "time": "1749204142", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749204195", "uncertainty": 120 }, "departure": { "time": "1749204195", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749204240", "uncertainty": 120 }, "departure": { "time": "1749204240", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749204307", "uncertainty": 120 }, "departure": { "time": "1749204307", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749204424", "uncertainty": 120 }, "departure": { "time": "1749204424", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749204480", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965041" } } }, { "id": "C1966325", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203700", "uncertainty": 120 }, "stopId": "0:FOU01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966325" } } }, { "id": "C1966559", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201662", "uncertainty": 120 }, "departure": { "time": "1749201662", "uncertainty": 120 }, "stopId": "0:MAl01" }, { "arrival": { "time": "1749201866", "uncertainty": 120 }, "departure": { "time": "1749201866", "uncertainty": 120 }, "stopId": "0:BIL01" }, { "arrival": { "time": "1749201900", "uncertainty": 120 }, "departure": { "time": "1749201900", "uncertainty": 120 }, "stopId": "0:Jac01" }, { "departure": { "time": "1749200911", "uncertainty": 120 }, "stopId": "0:ChT02", "stopSequence": 1 }, { "arrival": { "time": "1749200980", "uncertainty": 120 }, "departure": { "time": "1749200980", "uncertainty": 120 }, "stopId": "0:CpG01", "stopSequence": 2 }, { "arrival": { "time": "1749201001", "uncertainty": 120 }, "departure": { "time": "1749201001", "uncertainty": 120 }, "stopId": "0:VrD01", "stopSequence": 3 }, { "arrival": { "time": "1749201060", "uncertainty": 120 }, "departure": { "time": "1749201060", "uncertainty": 120 }, "stopId": "0:DAN01", "stopSequence": 4 }, { "arrival": { "time": "1749201091", "uncertainty": 120 }, "departure": { "time": "1749201107", "uncertainty": 120 }, "stopId": "0:BeR01", "stopSequence": 5 }, { "arrival": { "time": "1749201136", "uncertainty": 120 }, "departure": { "time": "1749201136", "uncertainty": 120 }, "stopId": "0:QUA02", "stopSequence": 6 }, { "arrival": { "time": "1749201234", "uncertainty": 120 }, "departure": { "time": "1749201234", "uncertainty": 120 }, "stopId": "0:FRA03", "stopSequence": 7 }, { "arrival": { "time": "1749201280", "uncertainty": 120 }, "departure": { "time": "1749201300", "uncertainty": 120 }, "stopId": "0:EREK1", "stopSequence": 8 }, { "arrival": { "time": "1749201335", "uncertainty": 120 }, "departure": { "time": "1749201335", "uncertainty": 120 }, "stopId": "0:SIR01", "stopSequence": 9 }, { "arrival": { "time": "1749201376", "uncertainty": 120 }, "departure": { "time": "1749201376", "uncertainty": 120 }, "stopId": "0:cro02", "stopSequence": 10 }, { "arrival": { "time": "1749201411", "uncertainty": 120 }, "departure": { "time": "1749201411", "uncertainty": 120 }, "stopId": "0:MeR02", "stopSequence": 11 }, { "arrival": { "time": "1749201447", "uncertainty": 120 }, "departure": { "time": "1749201447", "uncertainty": 120 }, "stopId": "0:MAZ02", "stopSequence": 12 }, { "arrival": { "time": "1749201613", "uncertainty": 120 }, "departure": { "time": "1749201613", "uncertainty": 120 }, "stopId": "0:TIR01", "stopSequence": 13 }, { "arrival": { "time": "1749201657", "uncertainty": 120 }, "departure": { "time": "1749201657", "uncertainty": 120 }, "stopId": "0:MAl01", "stopSequence": 14 }, { "arrival": { "time": "1749201738", "uncertainty": 120 }, "departure": { "time": "1749201738", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:Ber01", "stopSequence": 15 }, { "arrival": { "time": "1749201780", "uncertainty": 120 }, "departure": { "time": "1749201780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:CHa01", "stopSequence": 16 }, { "arrival": { "time": "1749201852", "uncertainty": 120 }, "departure": { "time": "1749201852", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:PHi01", "stopSequence": 17 }, { "arrival": { "time": "1749201958", "uncertainty": 120 }, "departure": { "time": "1749201958", "uncertainty": 120 }, "stopId": "0:TOU01", "stopSequence": 18 }, { "arrival": { "time": "1749202025", "uncertainty": 120 }, "departure": { "time": "1749202025", "uncertainty": 120 }, "stopId": "0:THE01", "stopSequence": 19 }, { "arrival": { "time": "1749202103", "uncertainty": 120 }, "stopId": "0:FoN01", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "12", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966559" }, "vehicle": { "id": "338", "label": "338" } } }, { "id": "C1965210", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200657", "uncertainty": 120 }, "stopId": "0:STG01", "stopSequence": 1 }, { "arrival": { "time": "1749200702", "uncertainty": 120 }, "departure": { "time": "1749200702", "uncertainty": 120 }, "stopId": "0:DUF01", "stopSequence": 2 }, { "arrival": { "time": "1749200746", "uncertainty": 120 }, "departure": { "time": "1749200747", "uncertainty": 120 }, "stopId": "0:CEZ01", "stopSequence": 3 }, { "arrival": { "time": "1749200777", "uncertainty": 120 }, "departure": { "time": "1749200777", "uncertainty": 120 }, "stopId": "0:PRI02", "stopSequence": 4 }, { "arrival": { "time": "1749200812", "uncertainty": 120 }, "departure": { "time": "1749200812", "uncertainty": 120 }, "stopId": "0:MSG02", "stopSequence": 5 }, { "arrival": { "time": "1749200881", "uncertainty": 120 }, "departure": { "time": "1749200882", "uncertainty": 120 }, "stopId": "0:MAr02", "stopSequence": 6 }, { "arrival": { "time": "1749200927", "uncertainty": 120 }, "departure": { "time": "1749200927", "uncertainty": 120 }, "stopId": "0:PDl02", "stopSequence": 7 }, { "arrival": { "time": "1749200999", "uncertainty": 120 }, "departure": { "time": "1749200999", "uncertainty": 120 }, "stopId": "0:PER02", "stopSequence": 8 }, { "arrival": { "time": "1749201036", "uncertainty": 120 }, "departure": { "time": "1749201036", "uncertainty": 120 }, "stopId": "0:PiT02", "stopSequence": 9 }, { "arrival": { "time": "1749201071", "uncertainty": 120 }, "departure": { "time": "1749201071", "uncertainty": 120 }, "stopId": "0:COM02", "stopSequence": 10 }, { "arrival": { "time": "1749201101", "uncertainty": 120 }, "departure": { "time": "1749201101", "uncertainty": 120 }, "stopId": "0:OLI02", "stopSequence": 11 }, { "arrival": { "time": "1749201152", "uncertainty": 120 }, "departure": { "time": "1749201152", "uncertainty": 120 }, "stopId": "0:GaU02", "stopSequence": 12 }, { "arrival": { "time": "1749201218", "uncertainty": 120 }, "departure": { "time": "1749201227", "uncertainty": 120 }, "stopId": "0:ANT02", "stopSequence": 13 }, { "arrival": { "time": "1749201302", "uncertainty": 120 }, "departure": { "time": "1749201302", "uncertainty": 120 }, "stopId": "0:MED02", "stopSequence": 14 }, { "arrival": { "time": "1749201332", "uncertainty": 120 }, "departure": { "time": "1749201362", "uncertainty": 120 }, "stopId": "0:CCE02", "stopSequence": 15 }, { "arrival": { "time": "1749201393", "uncertainty": 120 }, "departure": { "time": "1749201393", "uncertainty": 120 }, "stopId": "0:MAi02", "stopSequence": 16 }, { "arrival": { "time": "1749201465", "uncertainty": 120 }, "departure": { "time": "1749201465", "uncertainty": 120 }, "stopId": "0:BAl02", "stopSequence": 17 }, { "arrival": { "time": "1749201544", "uncertainty": 120 }, "departure": { "time": "1749201544", "uncertainty": 120 }, "stopId": "0:MAU02", "stopSequence": 18 }, { "arrival": { "time": "1749201638", "uncertainty": 120 }, "departure": { "time": "1749201638", "uncertainty": 120 }, "stopId": "0:TIL02", "stopSequence": 19 }, { "arrival": { "time": "1749201708", "uncertainty": 120 }, "departure": { "time": "1749201708", "uncertainty": 120 }, "stopId": "0:DID02", "stopSequence": 20 }, { "arrival": { "time": "1749201864", "uncertainty": 120 }, "departure": { "time": "1749201864", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 21 }, { "arrival": { "time": "1749201960", "uncertainty": 120 }, "departure": { "time": "1749201960", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 22 }, { "arrival": { "time": "1749202043", "uncertainty": 120 }, "departure": { "time": "1749202043", "uncertainty": 120 }, "stopId": "0:VlS01", "stopSequence": 23 }, { "arrival": { "time": "1749202165", "uncertainty": 120 }, "departure": { "time": "1749202165", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 24 }, { "arrival": { "time": "1749202235", "uncertainty": 120 }, "departure": { "time": "1749202235", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 25 }, { "arrival": { "time": "1749202291", "uncertainty": 120 }, "departure": { "time": "1749202291", "uncertainty": 120 }, "stopId": "0:Jac02", "stopSequence": 26 }, { "arrival": { "time": "1749202353", "uncertainty": 120 }, "departure": { "time": "1749202353", "uncertainty": 120 }, "stopId": "0:BIL02", "stopSequence": 27 }, { "arrival": { "time": "1749202392", "uncertainty": 120 }, "departure": { "time": "1749202392", "uncertainty": 120 }, "stopId": "0:TAM02", "stopSequence": 28 }, { "arrival": { "time": "1749202439", "uncertainty": 120 }, "departure": { "time": "1749202439", "uncertainty": 120 }, "stopId": "0:BRO02", "stopSequence": 29 }, { "arrival": { "time": "1749202484", "uncertainty": 120 }, "departure": { "time": "1749202484", "uncertainty": 120 }, "stopId": "0:SEC02", "stopSequence": 30 }, { "arrival": { "time": "1749202522", "uncertainty": 120 }, "departure": { "time": "1749202522", "uncertainty": 120 }, "stopId": "0:DEM02", "stopSequence": 31 }, { "arrival": { "time": "1749202555", "uncertainty": 120 }, "departure": { "time": "1749202555", "uncertainty": 120 }, "stopId": "0:CHm02", "stopSequence": 32 }, { "arrival": { "time": "1749202636", "uncertainty": 120 }, "departure": { "time": "1749202636", "uncertainty": 120 }, "stopId": "0:GDF02", "stopSequence": 33 }, { "arrival": { "time": "1749202718", "uncertainty": 120 }, "departure": { "time": "1749202718", "uncertainty": 120 }, "stopId": "0:PPP02", "stopSequence": 34 }, { "arrival": { "time": "1749202763", "uncertainty": 120 }, "stopId": "0:FOU01", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965210" }, "vehicle": { "id": "284", "label": "284" } } }, { "id": "C1965040", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749203879", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749201122", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749201181", "uncertainty": 120 }, "departure": { "time": "1749201181", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749201212", "uncertainty": 120 }, "departure": { "time": "1749201227", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749201302", "uncertainty": 120 }, "departure": { "time": "1749201347", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749201387", "uncertainty": 120 }, "departure": { "time": "1749201392", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749201487", "uncertainty": 120 }, "departure": { "time": "1749201487", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749201597", "uncertainty": 120 }, "departure": { "time": "1749201597", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749201666", "uncertainty": 120 }, "departure": { "time": "1749201666", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749201699", "uncertainty": 120 }, "departure": { "time": "1749201699", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749201773", "uncertainty": 120 }, "departure": { "time": "1749201773", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749201848", "uncertainty": 120 }, "departure": { "time": "1749201848", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749201907", "uncertainty": 120 }, "departure": { "time": "1749201907", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749201970", "uncertainty": 120 }, "departure": { "time": "1749201970", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749202033", "uncertainty": 120 }, "departure": { "time": "1749202033", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749202073", "uncertainty": 120 }, "departure": { "time": "1749202073", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749202204", "uncertainty": 120 }, "departure": { "time": "1749202204", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749202313", "uncertainty": 120 }, "departure": { "time": "1749202313", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749202478", "uncertainty": 120 }, "departure": { "time": "1749202478", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749202587", "uncertainty": 120 }, "departure": { "time": "1749202587", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749202683", "uncertainty": 120 }, "departure": { "time": "1749202683", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749202733", "uncertainty": 120 }, "departure": { "time": "1749202733", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749202803", "uncertainty": 120 }, "departure": { "time": "1749202803", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749202846", "uncertainty": 120 }, "departure": { "time": "1749202846", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749202892", "uncertainty": 120 }, "departure": { "time": "1749202892", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749202990", "uncertainty": 120 }, "departure": { "time": "1749202990", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749203039", "uncertainty": 120 }, "departure": { "time": "1749203039", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749203187", "uncertainty": 120 }, "departure": { "time": "1749203187", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749203218", "uncertainty": 120 }, "departure": { "time": "1749203218", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749203329", "uncertainty": 120 }, "departure": { "time": "1749203329", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749203382", "uncertainty": 120 }, "departure": { "time": "1749203382", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749203427", "uncertainty": 120 }, "departure": { "time": "1749203427", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749203494", "uncertainty": 120 }, "departure": { "time": "1749203494", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749203611", "uncertainty": 120 }, "departure": { "time": "1749203611", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749203580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965040" }, "vehicle": { "id": "325", "label": "325" } } }, { "id": "C1962788", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202980", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962788" } } }, { "id": "C1965038", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749202223", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749199320", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749199388", "uncertainty": 120 }, "departure": { "time": "1749199411", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749199440", "uncertainty": 120 }, "departure": { "time": "1749199470", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749199515", "uncertainty": 120 }, "departure": { "time": "1749199530", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749199575", "uncertainty": 120 }, "departure": { "time": "1749199575", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749199627", "uncertainty": 120 }, "departure": { "time": "1749199635", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749199755", "uncertainty": 120 }, "departure": { "time": "1749199785", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749199828", "uncertainty": 120 }, "departure": { "time": "1749199845", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749199875", "uncertainty": 120 }, "departure": { "time": "1749199890", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749199943", "uncertainty": 120 }, "departure": { "time": "1749199965", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749200084", "uncertainty": 120 }, "departure": { "time": "1749200115", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749200161", "uncertainty": 120 }, "departure": { "time": "1749200190", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749200221", "uncertainty": 120 }, "departure": { "time": "1749200221", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749200280", "uncertainty": 120 }, "departure": { "time": "1749200295", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749200325", "uncertainty": 120 }, "departure": { "time": "1749200340", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749200445", "uncertainty": 120 }, "departure": { "time": "1749200445", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749200501", "uncertainty": 120 }, "departure": { "time": "1749200501", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749200760", "uncertainty": 120 }, "departure": { "time": "1749200775", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749200848", "uncertainty": 120 }, "departure": { "time": "1749200880", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749200955", "uncertainty": 120 }, "departure": { "time": "1749200955", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749201011", "uncertainty": 120 }, "departure": { "time": "1749201030", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749201117", "uncertainty": 120 }, "departure": { "time": "1749201135", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749201176", "uncertainty": 120 }, "departure": { "time": "1749201181", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749201210", "uncertainty": 120 }, "departure": { "time": "1749201210", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749201316", "uncertainty": 120 }, "departure": { "time": "1749201346", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749201375", "uncertainty": 120 }, "departure": { "time": "1749201376", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749201531", "uncertainty": 120 }, "departure": { "time": "1749201531", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749201562", "uncertainty": 120 }, "departure": { "time": "1749201562", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749201673", "uncertainty": 120 }, "departure": { "time": "1749201673", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749201726", "uncertainty": 120 }, "departure": { "time": "1749201726", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749201771", "uncertainty": 120 }, "departure": { "time": "1749201771", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749201838", "uncertainty": 120 }, "departure": { "time": "1749201838", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749201955", "uncertainty": 120 }, "departure": { "time": "1749201955", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749201780", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965038" }, "vehicle": { "id": "311", "label": "311" } } }, { "id": "C1965044", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201392", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749201487", "uncertainty": 120 }, "departure": { "time": "1749201487", "uncertainty": 120 }, "stopId": "0:STO01", "stopSequence": 2 }, { "arrival": { "time": "1749201612", "uncertainty": 120 }, "departure": { "time": "1749201612", "uncertainty": 120 }, "stopId": "0:CEn02", "stopSequence": 3 }, { "arrival": { "time": "1749201697", "uncertainty": 120 }, "departure": { "time": "1749201697", "uncertainty": 120 }, "stopId": "0:GAG01", "stopSequence": 4 }, { "arrival": { "time": "1749201729", "uncertainty": 120 }, "departure": { "time": "1749201729", "uncertainty": 120 }, "stopId": "0:MAS01", "stopSequence": 5 }, { "arrival": { "time": "1749201782", "uncertainty": 120 }, "departure": { "time": "1749201782", "uncertainty": 120 }, "stopId": "0:PAl01", "stopSequence": 6 }, { "arrival": { "time": "1749201899", "uncertainty": 120 }, "departure": { "time": "1749201899", "uncertainty": 120 }, "stopId": "0:CLo01", "stopSequence": 7 }, { "arrival": { "time": "1749201932", "uncertainty": 120 }, "departure": { "time": "1749201932", "uncertainty": 120 }, "stopId": "0:MRO01", "stopSequence": 8 }, { "arrival": { "time": "1749202069", "uncertainty": 120 }, "departure": { "time": "1749202069", "uncertainty": 120 }, "stopId": "0:DEV01", "stopSequence": 9 }, { "arrival": { "time": "1749202136", "uncertainty": 120 }, "departure": { "time": "1749202136", "uncertainty": 120 }, "stopId": "0:BLa01", "stopSequence": 10 }, { "arrival": { "time": "1749202179", "uncertainty": 120 }, "departure": { "time": "1749202179", "uncertainty": 120 }, "stopId": "0:LAC01", "stopSequence": 11 }, { "arrival": { "time": "1749202233", "uncertainty": 120 }, "departure": { "time": "1749202233", "uncertainty": 120 }, "stopId": "0:GUe01", "stopSequence": 12 }, { "arrival": { "time": "1749202292", "uncertainty": 120 }, "departure": { "time": "1749202292", "uncertainty": 120 }, "stopId": "0:STM01", "stopSequence": 13 }, { "arrival": { "time": "1749202350", "uncertainty": 120 }, "departure": { "time": "1749202350", "uncertainty": 120 }, "stopId": "0:DEL01", "stopSequence": 14 }, { "arrival": { "time": "1749202449", "uncertainty": 120 }, "departure": { "time": "1749202449", "uncertainty": 120 }, "stopId": "0:GAU01", "stopSequence": 15 }, { "arrival": { "time": "1749202532", "uncertainty": 120 }, "departure": { "time": "1749202532", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 16 }, { "arrival": { "time": "1749202614", "uncertainty": 120 }, "departure": { "time": "1749202614", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 17 }, { "arrival": { "time": "1749202776", "uncertainty": 120 }, "departure": { "time": "1749202776", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 18 }, { "arrival": { "time": "1749202844", "uncertainty": 120 }, "departure": { "time": "1749202844", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 19 }, { "arrival": { "time": "1749202956", "uncertainty": 120 }, "departure": { "time": "1749202956", "uncertainty": 120 }, "stopId": "0:MAD01", "stopSequence": 20 }, { "arrival": { "time": "1749203017", "uncertainty": 120 }, "departure": { "time": "1749203017", "uncertainty": 120 }, "stopId": "0:GIl01", "stopSequence": 21 }, { "arrival": { "time": "1749203105", "uncertainty": 120 }, "departure": { "time": "1749203105", "uncertainty": 120 }, "stopId": "0:VEr01", "stopSequence": 22 }, { "arrival": { "time": "1749203179", "uncertainty": 120 }, "departure": { "time": "1749203179", "uncertainty": 120 }, "stopId": "0:HER01", "stopSequence": 23 }, { "arrival": { "time": "1749203227", "uncertainty": 120 }, "departure": { "time": "1749203227", "uncertainty": 120 }, "stopId": "0:HAU01", "stopSequence": 24 }, { "arrival": { "time": "1749203305", "uncertainty": 120 }, "departure": { "time": "1749203305", "uncertainty": 120 }, "stopId": "0:LOM01", "stopSequence": 25 }, { "arrival": { "time": "1749203373", "uncertainty": 120 }, "departure": { "time": "1749203373", "uncertainty": 120 }, "stopId": "0:MRN01", "stopSequence": 26 }, { "arrival": { "time": "1749203425", "uncertainty": 120 }, "departure": { "time": "1749203425", "uncertainty": 120 }, "stopId": "0:LYC01", "stopSequence": 27 }, { "arrival": { "time": "1749203489", "uncertainty": 120 }, "departure": { "time": "1749203489", "uncertainty": 120 }, "stopId": "0:MAs01", "stopSequence": 28 }, { "arrival": { "time": "1749203588", "uncertainty": 120 }, "departure": { "time": "1749203588", "uncertainty": 120 }, "stopId": "0:TEC01", "stopSequence": 29 }, { "arrival": { "time": "1749203712", "uncertainty": 120 }, "departure": { "time": "1749203712", "uncertainty": 120 }, "stopId": "0:Cro01", "stopSequence": 30 }, { "arrival": { "time": "1749203749", "uncertainty": 120 }, "departure": { "time": "1749203749", "uncertainty": 120 }, "stopId": "0:IUT01", "stopSequence": 31 }, { "arrival": { "time": "1749203825", "uncertainty": 120 }, "departure": { "time": "1749203825", "uncertainty": 120 }, "stopId": "0:QUE01", "stopSequence": 32 }, { "arrival": { "time": "1749203858", "uncertainty": 120 }, "departure": { "time": "1749203858", "uncertainty": 120 }, "stopId": "0:CHM01", "stopSequence": 33 }, { "arrival": { "time": "1749203959", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965044" }, "vehicle": { "id": "277", "label": "277" } } }, { "id": "C1966677", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204600", "uncertainty": 120 }, "stopId": "0:EREK2", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "25", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966677" } } }, { "id": "C1963237", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204780", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963237" } } }, { "id": "C1966310", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200641", "uncertainty": 120 }, "stopId": "0:FOU01", "stopSequence": 1 }, { "arrival": { "time": "1749200671", "uncertainty": 120 }, "departure": { "time": "1749200671", "uncertainty": 120 }, "stopId": "0:PPP01", "stopSequence": 2 }, { "arrival": { "time": "1749200701", "uncertainty": 120 }, "departure": { "time": "1749200701", "uncertainty": 120 }, "stopId": "0:GDF01", "stopSequence": 3 }, { "arrival": { "time": "1749200746", "uncertainty": 120 }, "departure": { "time": "1749200746", "uncertainty": 120 }, "stopId": "0:CHm01", "stopSequence": 4 }, { "arrival": { "time": "1749200780", "uncertainty": 120 }, "departure": { "time": "1749200836", "uncertainty": 120 }, "stopId": "0:DEM01", "stopSequence": 5 }, { "arrival": { "time": "1749200866", "uncertainty": 120 }, "departure": { "time": "1749200866", "uncertainty": 120 }, "stopId": "0:SEC01", "stopSequence": 6 }, { "arrival": { "time": "1749200911", "uncertainty": 120 }, "departure": { "time": "1749200911", "uncertainty": 120 }, "stopId": "0:BRO01", "stopSequence": 7 }, { "arrival": { "time": "1749200941", "uncertainty": 120 }, "departure": { "time": "1749200941", "uncertainty": 120 }, "stopId": "0:TAM01", "stopSequence": 8 }, { "arrival": { "time": "1749200971", "uncertainty": 120 }, "departure": { "time": "1749200971", "uncertainty": 120 }, "stopId": "0:BIL01", "stopSequence": 9 }, { "arrival": { "time": "1749201001", "uncertainty": 120 }, "departure": { "time": "1749201001", "uncertainty": 120 }, "stopId": "0:Jac01", "stopSequence": 10 }, { "arrival": { "time": "1749201043", "uncertainty": 120 }, "departure": { "time": "1749201046", "uncertainty": 120 }, "stopId": "0:TOU01", "stopSequence": 11 }, { "arrival": { "time": "1749201120", "uncertainty": 120 }, "departure": { "time": "1749201136", "uncertainty": 120 }, "stopId": "0:THE01", "stopSequence": 12 }, { "arrival": { "time": "1749201286", "uncertainty": 120 }, "departure": { "time": "1749201286", "uncertainty": 120 }, "stopId": "0:VlS02", "stopSequence": 13 }, { "arrival": { "time": "1749201346", "uncertainty": 120 }, "departure": { "time": "1749201391", "uncertainty": 120 }, "stopId": "0:GAR02", "stopSequence": 14 }, { "arrival": { "time": "1749201485", "uncertainty": 120 }, "departure": { "time": "1749201485", "uncertainty": 120 }, "stopId": "0:PAt02", "stopSequence": 15 }, { "arrival": { "time": "1749201605", "uncertainty": 120 }, "departure": { "time": "1749201605", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 16 }, { "arrival": { "time": "1749201695", "uncertainty": 120 }, "departure": { "time": "1749201695", "uncertainty": 120 }, "stopId": "0:DID01", "stopSequence": 17 }, { "arrival": { "time": "1749201764", "uncertainty": 120 }, "departure": { "time": "1749201764", "uncertainty": 120 }, "stopId": "0:TIL01", "stopSequence": 18 }, { "arrival": { "time": "1749201868", "uncertainty": 120 }, "departure": { "time": "1749201868", "uncertainty": 120 }, "stopId": "0:MAU01", "stopSequence": 19 }, { "arrival": { "time": "1749201944", "uncertainty": 120 }, "departure": { "time": "1749201944", "uncertainty": 120 }, "stopId": "0:BAl01", "stopSequence": 20 }, { "arrival": { "time": "1749202025", "uncertainty": 120 }, "departure": { "time": "1749202025", "uncertainty": 120 }, "stopId": "0:MAi01", "stopSequence": 21 }, { "arrival": { "time": "1749202061", "uncertainty": 120 }, "departure": { "time": "1749202061", "uncertainty": 120 }, "stopId": "0:CCE01", "stopSequence": 22 }, { "arrival": { "time": "1749202108", "uncertainty": 120 }, "departure": { "time": "1749202108", "uncertainty": 120 }, "stopId": "0:MED01", "stopSequence": 23 }, { "arrival": { "time": "1749202190", "uncertainty": 120 }, "departure": { "time": "1749202190", "uncertainty": 120 }, "stopId": "0:ANT01", "stopSequence": 24 }, { "arrival": { "time": "1749202296", "uncertainty": 120 }, "departure": { "time": "1749202296", "uncertainty": 120 }, "stopId": "0:GaU01", "stopSequence": 25 }, { "arrival": { "time": "1749202395", "uncertainty": 120 }, "departure": { "time": "1749202395", "uncertainty": 120 }, "stopId": "0:OLI01", "stopSequence": 26 }, { "arrival": { "time": "1749202437", "uncertainty": 120 }, "departure": { "time": "1749202437", "uncertainty": 120 }, "stopId": "0:COM01", "stopSequence": 27 }, { "arrival": { "time": "1749202481", "uncertainty": 120 }, "departure": { "time": "1749202481", "uncertainty": 120 }, "stopId": "0:PiT01", "stopSequence": 28 }, { "arrival": { "time": "1749202505", "uncertainty": 120 }, "departure": { "time": "1749202505", "uncertainty": 120 }, "stopId": "0:PER01", "stopSequence": 29 }, { "arrival": { "time": "1749202597", "uncertainty": 120 }, "departure": { "time": "1749202597", "uncertainty": 120 }, "stopId": "0:PDl01", "stopSequence": 30 }, { "arrival": { "time": "1749202653", "uncertainty": 120 }, "departure": { "time": "1749202653", "uncertainty": 120 }, "stopId": "0:MAr01", "stopSequence": 31 }, { "arrival": { "time": "1749202702", "uncertainty": 120 }, "departure": { "time": "1749202702", "uncertainty": 120 }, "stopId": "0:MSG01", "stopSequence": 32 }, { "arrival": { "time": "1749202740", "uncertainty": 120 }, "departure": { "time": "1749202740", "uncertainty": 120 }, "stopId": "0:PRI01", "stopSequence": 33 }, { "arrival": { "time": "1749202805", "uncertainty": 120 }, "stopId": "0:STG01", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966310" }, "vehicle": { "id": "309", "label": "309" } } }, { "id": "C1962698", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201374", "uncertainty": 120 }, "departure": { "time": "1749201389", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749201063", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 1 }, { "arrival": { "time": "1749201171", "uncertainty": 120 }, "departure": { "time": "1749201171", "uncertainty": 120 }, "stopId": "0:JAU01", "stopSequence": 2 }, { "arrival": { "time": "1749201246", "uncertainty": 120 }, "departure": { "time": "1749201246", "uncertainty": 120 }, "stopId": "0:SAU01", "stopSequence": 3 }, { "arrival": { "time": "1749201300", "uncertainty": 120 }, "departure": { "time": "1749201300", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 4 }, { "arrival": { "time": "1749201419", "uncertainty": 120 }, "departure": { "time": "1749201419", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 5 }, { "arrival": { "time": "1749201506", "uncertainty": 120 }, "departure": { "time": "1749201506", "uncertainty": 120 }, "stopId": "0:TOU02", "stopSequence": 6 }, { "arrival": { "time": "1749201605", "uncertainty": 120 }, "departure": { "time": "1749201605", "uncertainty": 120 }, "stopId": "0:PHi02", "stopSequence": 7 }, { "arrival": { "time": "1749201743", "uncertainty": 120 }, "departure": { "time": "1749201743", "uncertainty": 120 }, "stopId": "0:BAR01", "stopSequence": 8 }, { "arrival": { "time": "1749201792", "uncertainty": 120 }, "departure": { "time": "1749201792", "uncertainty": 120 }, "stopId": "0:KLE01", "stopSequence": 9 }, { "arrival": { "time": "1749201846", "uncertainty": 120 }, "departure": { "time": "1749201846", "uncertainty": 120 }, "stopId": "0:SIM02", "stopSequence": 10 }, { "arrival": { "time": "1749201899", "uncertainty": 120 }, "departure": { "time": "1749201899", "uncertainty": 120 }, "stopId": "0:CAT01", "stopSequence": 11 }, { "arrival": { "time": "1749201968", "uncertainty": 120 }, "departure": { "time": "1749201968", "uncertainty": 120 }, "stopId": "0:CLE01", "stopSequence": 12 }, { "arrival": { "time": "1749202027", "uncertainty": 120 }, "departure": { "time": "1749202027", "uncertainty": 120 }, "stopId": "0:PIT01", "stopSequence": 13 }, { "arrival": { "time": "1749202063", "uncertainty": 120 }, "departure": { "time": "1749202063", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 14 }, { "arrival": { "time": "1749202159", "uncertainty": 120 }, "departure": { "time": "1749202159", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 15 }, { "arrival": { "time": "1749202272", "uncertainty": 120 }, "departure": { "time": "1749202272", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 16 }, { "arrival": { "time": "1749202314", "uncertainty": 120 }, "departure": { "time": "1749202314", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749202479", "uncertainty": 120 }, "departure": { "time": "1749202479", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749202576", "uncertainty": 120 }, "stopId": "0:GAR01", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1962698" }, "vehicle": { "id": "349", "label": "349" } } }, { "id": "C1964579", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201146", "uncertainty": 120 }, "departure": { "time": "1749201216", "uncertainty": 120 }, "stopId": "0:FoN03" }, { "arrival": { "time": "1749202531", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749199459", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 1 }, { "arrival": { "time": "1749199594", "uncertainty": 120 }, "departure": { "time": "1749199594", "uncertainty": 120 }, "stopId": "0:Cen02", "stopSequence": 2 }, { "arrival": { "time": "1749199653", "uncertainty": 120 }, "departure": { "time": "1749199655", "uncertainty": 120 }, "stopId": "0:mai02", "stopSequence": 3 }, { "arrival": { "time": "1749199745", "uncertainty": 120 }, "departure": { "time": "1749199745", "uncertainty": 120 }, "stopId": "0:ViL02", "stopSequence": 4 }, { "arrival": { "time": "1749199785", "uncertainty": 120 }, "departure": { "time": "1749199785", "uncertainty": 120 }, "stopId": "0:CoU02", "stopSequence": 5 }, { "arrival": { "time": "1749199831", "uncertainty": 120 }, "departure": { "time": "1749199831", "uncertainty": 120 }, "stopId": "0:ROs04", "stopSequence": 6 }, { "arrival": { "time": "1749199874", "uncertainty": 120 }, "departure": { "time": "1749199874", "uncertainty": 120 }, "stopId": "0:BRE01", "stopSequence": 7 }, { "arrival": { "time": "1749199925", "uncertainty": 120 }, "departure": { "time": "1749199925", "uncertainty": 120 }, "stopId": "0:HTF02", "stopSequence": 8 }, { "arrival": { "time": "1749199960", "uncertainty": 120 }, "departure": { "time": "1749199960", "uncertainty": 120 }, "stopId": "0:VIE02", "stopSequence": 9 }, { "arrival": { "time": "1749200050", "uncertainty": 120 }, "departure": { "time": "1749200050", "uncertainty": 120 }, "stopId": "0:BAL02", "stopSequence": 10 }, { "arrival": { "time": "1749200066", "uncertainty": 120 }, "departure": { "time": "1749200110", "uncertainty": 120 }, "stopId": "0:Ver02", "stopSequence": 11 }, { "arrival": { "time": "1749200186", "uncertainty": 120 }, "departure": { "time": "1749200186", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 12 }, { "arrival": { "time": "1749200247", "uncertainty": 120 }, "departure": { "time": "1749200247", "uncertainty": 120 }, "stopId": "0:COu02", "stopSequence": 13 }, { "arrival": { "time": "1749200309", "uncertainty": 120 }, "departure": { "time": "1749200339", "uncertainty": 120 }, "stopId": "0:MAg02", "stopSequence": 14 }, { "arrival": { "time": "1749200409", "uncertainty": 120 }, "departure": { "time": "1749200414", "uncertainty": 120 }, "stopId": "0:mAI02", "stopSequence": 15 }, { "arrival": { "time": "1749200459", "uncertainty": 120 }, "departure": { "time": "1749200459", "uncertainty": 120 }, "stopId": "0:CRo02", "stopSequence": 16 }, { "arrival": { "time": "1749200504", "uncertainty": 120 }, "departure": { "time": "1749200504", "uncertainty": 120 }, "stopId": "0:SOM02", "stopSequence": 17 }, { "arrival": { "time": "1749200548", "uncertainty": 120 }, "departure": { "time": "1749200548", "uncertainty": 120 }, "stopId": "0:SUP02", "stopSequence": 18 }, { "arrival": { "time": "1749200653", "uncertainty": 120 }, "departure": { "time": "1749200656", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 19 }, { "arrival": { "time": "1749200744", "uncertainty": 120 }, "departure": { "time": "1749200744", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 20 }, { "arrival": { "time": "1749200804", "uncertainty": 120 }, "departure": { "time": "1749200819", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 21 }, { "arrival": { "time": "1749200864", "uncertainty": 120 }, "departure": { "time": "1749200879", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 22 }, { "arrival": { "time": "1749200954", "uncertainty": 120 }, "departure": { "time": "1749200954", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 23 }, { "arrival": { "time": "1749200984", "uncertainty": 120 }, "departure": { "time": "1749200999", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 24 }, { "arrival": { "time": "1749201060", "uncertainty": 120 }, "departure": { "time": "1749201060", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 25 }, { "arrival": { "time": "1749201087", "uncertainty": 120 }, "departure": { "time": "1749201087", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FoN03", "stopSequence": 26 }, { "arrival": { "time": "1749201257", "uncertainty": 120 }, "departure": { "time": "1749201257", "uncertainty": 120 }, "stopId": "0:FIL02", "stopSequence": 27 }, { "arrival": { "time": "1749201349", "uncertainty": 120 }, "departure": { "time": "1749201349", "uncertainty": 120 }, "stopId": "0:PAI02", "stopSequence": 28 }, { "arrival": { "time": "1749201383", "uncertainty": 120 }, "departure": { "time": "1749201383", "uncertainty": 120 }, "stopId": "0:ROG02", "stopSequence": 29 }, { "arrival": { "time": "1749201476", "uncertainty": 120 }, "departure": { "time": "1749201476", "uncertainty": 120 }, "stopId": "0:ALA02", "stopSequence": 30 }, { "arrival": { "time": "1749201646", "uncertainty": 120 }, "departure": { "time": "1749201646", "uncertainty": 120 }, "stopId": "0:STM04", "stopSequence": 31 }, { "arrival": { "time": "1749201749", "uncertainty": 120 }, "departure": { "time": "1749201749", "uncertainty": 120 }, "stopId": "0:HTC02", "stopSequence": 32 }, { "arrival": { "time": "1749201798", "uncertainty": 120 }, "departure": { "time": "1749201798", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 33 }, { "arrival": { "time": "1749201836", "uncertainty": 120 }, "departure": { "time": "1749201836", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 34 }, { "arrival": { "time": "1749201910", "uncertainty": 120 }, "departure": { "time": "1749201910", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 35 }, { "arrival": { "time": "1749201976", "uncertainty": 120 }, "departure": { "time": "1749201976", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 36 }, { "arrival": { "time": "1749202044", "uncertainty": 120 }, "departure": { "time": "1749202044", "uncertainty": 120 }, "stopId": "0:MOZ01", "stopSequence": 37 }, { "arrival": { "time": "1749202101", "uncertainty": 120 }, "departure": { "time": "1749202101", "uncertainty": 120 }, "stopId": "0:CAm02", "stopSequence": 38 }, { "arrival": { "time": "1749202136", "uncertainty": 120 }, "departure": { "time": "1749202136", "uncertainty": 120 }, "stopId": "0:TEI02", "stopSequence": 39 }, { "arrival": { "time": "1749202236", "uncertainty": 120 }, "departure": { "time": "1749202236", "uncertainty": 120 }, "stopId": "0:PIS02", "stopSequence": 40 }, { "arrival": { "time": "1749202279", "uncertainty": 120 }, "departure": { "time": "1749202279", "uncertainty": 120 }, "stopId": "0:Ham02", "stopSequence": 41 }, { "arrival": { "time": "1749202260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964579" }, "vehicle": { "id": "295", "label": "295" } } }, { "id": "C1966257", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203820", "uncertainty": 120 }, "stopId": "0:PaR01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966257" } } }, { "id": "C1965042", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749205652", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749202800", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 1 }, { "arrival": { "time": "1749202875", "uncertainty": 120 }, "departure": { "time": "1749202875", "uncertainty": 120 }, "stopId": "0:CHM02", "stopSequence": 2 }, { "arrival": { "time": "1749202925", "uncertainty": 120 }, "departure": { "time": "1749202925", "uncertainty": 120 }, "stopId": "0:QUE02", "stopSequence": 3 }, { "arrival": { "time": "1749202980", "uncertainty": 120 }, "departure": { "time": "1749202980", "uncertainty": 120 }, "stopId": "0:IUT02", "stopSequence": 4 }, { "arrival": { "time": "1749203041", "uncertainty": 120 }, "departure": { "time": "1749203041", "uncertainty": 120 }, "stopId": "0:Cro02", "stopSequence": 5 }, { "arrival": { "time": "1749203146", "uncertainty": 120 }, "departure": { "time": "1749203146", "uncertainty": 120 }, "stopId": "0:TEC02", "stopSequence": 6 }, { "arrival": { "time": "1749203267", "uncertainty": 120 }, "departure": { "time": "1749203267", "uncertainty": 120 }, "stopId": "0:MAs02", "stopSequence": 7 }, { "arrival": { "time": "1749203343", "uncertainty": 120 }, "departure": { "time": "1749203343", "uncertainty": 120 }, "stopId": "0:LYC02", "stopSequence": 8 }, { "arrival": { "time": "1749203379", "uncertainty": 120 }, "departure": { "time": "1749203379", "uncertainty": 120 }, "stopId": "0:MRN02", "stopSequence": 9 }, { "arrival": { "time": "1749203460", "uncertainty": 120 }, "departure": { "time": "1749203460", "uncertainty": 120 }, "stopId": "0:LOM02", "stopSequence": 10 }, { "arrival": { "time": "1749203550", "uncertainty": 120 }, "departure": { "time": "1749203550", "uncertainty": 120 }, "stopId": "0:HAU02", "stopSequence": 11 }, { "arrival": { "time": "1749203621", "uncertainty": 120 }, "departure": { "time": "1749203621", "uncertainty": 120 }, "stopId": "0:HER02", "stopSequence": 12 }, { "arrival": { "time": "1749203696", "uncertainty": 120 }, "departure": { "time": "1749203696", "uncertainty": 120 }, "stopId": "0:VEr02", "stopSequence": 13 }, { "arrival": { "time": "1749203772", "uncertainty": 120 }, "departure": { "time": "1749203772", "uncertainty": 120 }, "stopId": "0:GIl02", "stopSequence": 14 }, { "arrival": { "time": "1749203820", "uncertainty": 120 }, "departure": { "time": "1749203820", "uncertainty": 120 }, "stopId": "0:MAD02", "stopSequence": 15 }, { "arrival": { "time": "1749203951", "uncertainty": 120 }, "departure": { "time": "1749203951", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 16 }, { "arrival": { "time": "1749204060", "uncertainty": 120 }, "departure": { "time": "1749204060", "uncertainty": 120 }, "stopId": "0:1RA01", "stopSequence": 17 }, { "arrival": { "time": "1749204249", "uncertainty": 120 }, "departure": { "time": "1749204249", "uncertainty": 120 }, "stopId": "0:PAt01", "stopSequence": 18 }, { "arrival": { "time": "1749204360", "uncertainty": 120 }, "departure": { "time": "1749204360", "uncertainty": 120 }, "stopId": "0:GAR03", "stopSequence": 19 }, { "arrival": { "time": "1749204456", "uncertainty": 120 }, "departure": { "time": "1749204456", "uncertainty": 120 }, "stopId": "0:GAU02", "stopSequence": 20 }, { "arrival": { "time": "1749204506", "uncertainty": 120 }, "departure": { "time": "1749204506", "uncertainty": 120 }, "stopId": "0:DEL02", "stopSequence": 21 }, { "arrival": { "time": "1749204576", "uncertainty": 120 }, "departure": { "time": "1749204576", "uncertainty": 120 }, "stopId": "0:STM02", "stopSequence": 22 }, { "arrival": { "time": "1749204619", "uncertainty": 120 }, "departure": { "time": "1749204619", "uncertainty": 120 }, "stopId": "0:GUe02", "stopSequence": 23 }, { "arrival": { "time": "1749204665", "uncertainty": 120 }, "departure": { "time": "1749204665", "uncertainty": 120 }, "stopId": "0:LAC02", "stopSequence": 24 }, { "arrival": { "time": "1749204763", "uncertainty": 120 }, "departure": { "time": "1749204763", "uncertainty": 120 }, "stopId": "0:BLa02", "stopSequence": 25 }, { "arrival": { "time": "1749204812", "uncertainty": 120 }, "departure": { "time": "1749204812", "uncertainty": 120 }, "stopId": "0:DEV02", "stopSequence": 26 }, { "arrival": { "time": "1749204960", "uncertainty": 120 }, "departure": { "time": "1749204960", "uncertainty": 120 }, "stopId": "0:MRO02", "stopSequence": 27 }, { "arrival": { "time": "1749204991", "uncertainty": 120 }, "departure": { "time": "1749204991", "uncertainty": 120 }, "stopId": "0:CLo02", "stopSequence": 28 }, { "arrival": { "time": "1749205102", "uncertainty": 120 }, "departure": { "time": "1749205102", "uncertainty": 120 }, "stopId": "0:PAl02", "stopSequence": 29 }, { "arrival": { "time": "1749205155", "uncertainty": 120 }, "departure": { "time": "1749205155", "uncertainty": 120 }, "stopId": "0:MAS02", "stopSequence": 30 }, { "arrival": { "time": "1749205200", "uncertainty": 120 }, "departure": { "time": "1749205200", "uncertainty": 120 }, "stopId": "0:GAG02", "stopSequence": 31 }, { "arrival": { "time": "1749205267", "uncertainty": 120 }, "departure": { "time": "1749205267", "uncertainty": 120 }, "stopId": "0:CEn01", "stopSequence": 32 }, { "arrival": { "time": "1749205384", "uncertainty": 120 }, "departure": { "time": "1749205384", "uncertainty": 120 }, "stopId": "0:STO02", "stopSequence": 33 }, { "arrival": { "time": "1749205440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 34 } ], "trip": { "directionId": 1, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965042" } } }, { "id": "C1963230", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202585", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 1 }, { "arrival": { "time": "1749202711", "uncertainty": 120 }, "departure": { "time": "1749202711", "uncertainty": 120 }, "stopId": "0:PxC02", "stopSequence": 2 }, { "arrival": { "time": "1749202777", "uncertainty": 120 }, "departure": { "time": "1749202777", "uncertainty": 120 }, "stopId": "0:1RA02", "stopSequence": 3 }, { "arrival": { "time": "1749202803", "uncertainty": 120 }, "departure": { "time": "1749202803", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 4 }, { "arrival": { "time": "1749202892", "uncertainty": 120 }, "departure": { "time": "1749202892", "uncertainty": 120 }, "stopId": "0:14J03", "stopSequence": 5 }, { "arrival": { "time": "1749202968", "uncertainty": 120 }, "departure": { "time": "1749202968", "uncertainty": 120 }, "stopId": "0:PZI02", "stopSequence": 6 }, { "arrival": { "time": "1749203045", "uncertainty": 120 }, "departure": { "time": "1749203045", "uncertainty": 120 }, "stopId": "0:FOR01", "stopSequence": 7 }, { "arrival": { "time": "1749203105", "uncertainty": 120 }, "departure": { "time": "1749203105", "uncertainty": 120 }, "stopId": "0:CHr01", "stopSequence": 8 }, { "arrival": { "time": "1749203167", "uncertainty": 120 }, "departure": { "time": "1749203167", "uncertainty": 120 }, "stopId": "0:MIC02", "stopSequence": 9 }, { "arrival": { "time": "1749203252", "uncertainty": 120 }, "departure": { "time": "1749203252", "uncertainty": 120 }, "stopId": "0:SQU02", "stopSequence": 10 }, { "arrival": { "time": "1749203341", "uncertainty": 120 }, "departure": { "time": "1749203341", "uncertainty": 120 }, "stopId": "0:EUr03", "stopSequence": 11 }, { "arrival": { "time": "1749203432", "uncertainty": 120 }, "departure": { "time": "1749203432", "uncertainty": 120 }, "stopId": "0:POi01", "stopSequence": 12 }, { "arrival": { "time": "1749203492", "uncertainty": 120 }, "departure": { "time": "1749203492", "uncertainty": 120 }, "stopId": "0:POC01", "stopSequence": 13 }, { "arrival": { "time": "1749203578", "uncertainty": 120 }, "departure": { "time": "1749203578", "uncertainty": 120 }, "stopId": "0:DES01", "stopSequence": 14 }, { "arrival": { "time": "1749203610", "uncertainty": 120 }, "departure": { "time": "1749203610", "uncertainty": 120 }, "stopId": "0:DEN01", "stopSequence": 15 }, { "arrival": { "time": "1749203641", "uncertainty": 120 }, "departure": { "time": "1749203641", "uncertainty": 120 }, "stopId": "0:Gue01", "stopSequence": 16 }, { "arrival": { "time": "1749203672", "uncertainty": 120 }, "departure": { "time": "1749203672", "uncertainty": 120 }, "stopId": "0:MAI01", "stopSequence": 17 }, { "arrival": { "time": "1749203739", "uncertainty": 120 }, "departure": { "time": "1749203739", "uncertainty": 120 }, "stopId": "0:CER01", "stopSequence": 18 }, { "arrival": { "time": "1749203792", "uncertainty": 120 }, "departure": { "time": "1749203792", "uncertainty": 120 }, "stopId": "0:Bro01", "stopSequence": 19 }, { "arrival": { "time": "1749203882", "uncertainty": 120 }, "departure": { "time": "1749203882", "uncertainty": 120 }, "stopId": "0:AIR01", "stopSequence": 20 }, { "arrival": { "time": "1749203984", "uncertainty": 120 }, "departure": { "time": "1749203984", "uncertainty": 120 }, "stopId": "0:TDB03", "stopSequence": 21 }, { "arrival": { "time": "1749204032", "uncertainty": 120 }, "stopId": "0:ASC01", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963230" } } }, { "id": "C1966201", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203340", "uncertainty": 120 }, "stopId": "0:ChT01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966201" } } }, { "id": "C1964541", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749204067", "uncertainty": 120 }, "departure": { "time": "1749204067", "uncertainty": 120 }, "stopId": "0:FoN03" }, { "arrival": { "time": "1749205451", "uncertainty": 120 }, "stopId": "0:pred2" }, { "departure": { "time": "1749202200", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 1 }, { "arrival": { "time": "1749202392", "uncertainty": 120 }, "departure": { "time": "1749202392", "uncertainty": 120 }, "stopId": "0:Cen02", "stopSequence": 2 }, { "arrival": { "time": "1749202450", "uncertainty": 120 }, "departure": { "time": "1749202450", "uncertainty": 120 }, "stopId": "0:mai02", "stopSequence": 3 }, { "arrival": { "time": "1749202534", "uncertainty": 120 }, "departure": { "time": "1749202534", "uncertainty": 120 }, "stopId": "0:ViL02", "stopSequence": 4 }, { "arrival": { "time": "1749202601", "uncertainty": 120 }, "departure": { "time": "1749202601", "uncertainty": 120 }, "stopId": "0:CoU02", "stopSequence": 5 }, { "arrival": { "time": "1749202673", "uncertainty": 120 }, "departure": { "time": "1749202673", "uncertainty": 120 }, "stopId": "0:ROs04", "stopSequence": 6 }, { "arrival": { "time": "1749202740", "uncertainty": 120 }, "departure": { "time": "1749202740", "uncertainty": 120 }, "stopId": "0:BRE01", "stopSequence": 7 }, { "arrival": { "time": "1749202808", "uncertainty": 120 }, "departure": { "time": "1749202808", "uncertainty": 120 }, "stopId": "0:HTF02", "stopSequence": 8 }, { "arrival": { "time": "1749202851", "uncertainty": 120 }, "departure": { "time": "1749202851", "uncertainty": 120 }, "stopId": "0:VIE02", "stopSequence": 9 }, { "arrival": { "time": "1749202915", "uncertainty": 120 }, "departure": { "time": "1749202915", "uncertainty": 120 }, "stopId": "0:BAL02", "stopSequence": 10 }, { "arrival": { "time": "1749202963", "uncertainty": 120 }, "departure": { "time": "1749202963", "uncertainty": 120 }, "stopId": "0:Ver02", "stopSequence": 11 }, { "arrival": { "time": "1749203026", "uncertainty": 120 }, "departure": { "time": "1749203026", "uncertainty": 120 }, "stopId": "0:ROS02", "stopSequence": 12 }, { "arrival": { "time": "1749203089", "uncertainty": 120 }, "departure": { "time": "1749203089", "uncertainty": 120 }, "stopId": "0:COu02", "stopSequence": 13 }, { "arrival": { "time": "1749203160", "uncertainty": 120 }, "departure": { "time": "1749203160", "uncertainty": 120 }, "stopId": "0:MAg02", "stopSequence": 14 }, { "arrival": { "time": "1749203227", "uncertainty": 120 }, "departure": { "time": "1749203227", "uncertainty": 120 }, "stopId": "0:mAI02", "stopSequence": 15 }, { "arrival": { "time": "1749203300", "uncertainty": 120 }, "departure": { "time": "1749203300", "uncertainty": 120 }, "stopId": "0:CRo02", "stopSequence": 16 }, { "arrival": { "time": "1749203391", "uncertainty": 120 }, "departure": { "time": "1749203391", "uncertainty": 120 }, "stopId": "0:SOM02", "stopSequence": 17 }, { "arrival": { "time": "1749203507", "uncertainty": 120 }, "departure": { "time": "1749203507", "uncertainty": 120 }, "stopId": "0:SUP02", "stopSequence": 18 }, { "arrival": { "time": "1749203580", "uncertainty": 120 }, "departure": { "time": "1749203580", "uncertainty": 120 }, "stopId": "0:POM02", "stopSequence": 19 }, { "arrival": { "time": "1749203694", "uncertainty": 120 }, "departure": { "time": "1749203694", "uncertainty": 120 }, "stopId": "0:TER02", "stopSequence": 20 }, { "arrival": { "time": "1749203762", "uncertainty": 120 }, "departure": { "time": "1749203762", "uncertainty": 120 }, "stopId": "0:BEU02", "stopSequence": 21 }, { "arrival": { "time": "1749203844", "uncertainty": 120 }, "departure": { "time": "1749203844", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 22 }, { "arrival": { "time": "1749203880", "uncertainty": 120 }, "departure": { "time": "1749203880", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 23 }, { "arrival": { "time": "1749203946", "uncertainty": 120 }, "departure": { "time": "1749203946", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 24 }, { "arrival": { "time": "1749204060", "uncertainty": 120 }, "departure": { "time": "1749204060", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 25 }, { "arrival": { "time": "1749204087", "uncertainty": 120 }, "departure": { "time": "1749204087", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:FoN03", "stopSequence": 26 }, { "arrival": { "time": "1749204138", "uncertainty": 120 }, "departure": { "time": "1749204138", "uncertainty": 120 }, "stopId": "0:FIL02", "stopSequence": 27 }, { "arrival": { "time": "1749204233", "uncertainty": 120 }, "departure": { "time": "1749204233", "uncertainty": 120 }, "stopId": "0:PAI02", "stopSequence": 28 }, { "arrival": { "time": "1749204303", "uncertainty": 120 }, "departure": { "time": "1749204303", "uncertainty": 120 }, "stopId": "0:ROG02", "stopSequence": 29 }, { "arrival": { "time": "1749204396", "uncertainty": 120 }, "departure": { "time": "1749204396", "uncertainty": 120 }, "stopId": "0:ALA02", "stopSequence": 30 }, { "arrival": { "time": "1749204566", "uncertainty": 120 }, "departure": { "time": "1749204566", "uncertainty": 120 }, "stopId": "0:STM04", "stopSequence": 31 }, { "arrival": { "time": "1749204669", "uncertainty": 120 }, "departure": { "time": "1749204669", "uncertainty": 120 }, "stopId": "0:HTC02", "stopSequence": 32 }, { "arrival": { "time": "1749204718", "uncertainty": 120 }, "departure": { "time": "1749204718", "uncertainty": 120 }, "stopId": "0:TRo02", "stopSequence": 33 }, { "arrival": { "time": "1749204756", "uncertainty": 120 }, "departure": { "time": "1749204756", "uncertainty": 120 }, "stopId": "0:SAR02", "stopSequence": 34 }, { "arrival": { "time": "1749204830", "uncertainty": 120 }, "departure": { "time": "1749204830", "uncertainty": 120 }, "stopId": "0:SAL02", "stopSequence": 35 }, { "arrival": { "time": "1749204896", "uncertainty": 120 }, "departure": { "time": "1749204896", "uncertainty": 120 }, "stopId": "0:JUI01", "stopSequence": 36 }, { "arrival": { "time": "1749204964", "uncertainty": 120 }, "departure": { "time": "1749204964", "uncertainty": 120 }, "stopId": "0:MOZ01", "stopSequence": 37 }, { "arrival": { "time": "1749205021", "uncertainty": 120 }, "departure": { "time": "1749205021", "uncertainty": 120 }, "stopId": "0:CAm02", "stopSequence": 38 }, { "arrival": { "time": "1749205056", "uncertainty": 120 }, "departure": { "time": "1749205056", "uncertainty": 120 }, "stopId": "0:TEI02", "stopSequence": 39 }, { "arrival": { "time": "1749205156", "uncertainty": 120 }, "departure": { "time": "1749205156", "uncertainty": 120 }, "stopId": "0:PIS02", "stopSequence": 40 }, { "arrival": { "time": "1749205199", "uncertainty": 120 }, "departure": { "time": "1749205199", "uncertainty": 120 }, "stopId": "0:Ham02", "stopSequence": 41 }, { "arrival": { "time": "1749205260", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:pre01", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964541" } } }, { "id": "C1965046", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203220", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965046" } } }, { "id": "C1965052", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749204900", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965052" } } }, { "id": "C1965300", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201900", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965300" } } }, { "id": "C1965045", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202215", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965045" } } }, { "id": "C1963231", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749203520", "uncertainty": 120 }, "stopId": "0:PxC01", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963231" } } }, { "id": "C1964553", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749201840", "uncertainty": 120 }, "stopId": "0:pre01", "stopSequence": 1 }, { "arrival": { "time": "1749201882", "uncertainty": 120 }, "departure": { "time": "1749201882", "uncertainty": 120 }, "stopId": "0:Ham01", "stopSequence": 2 }, { "arrival": { "time": "1749201929", "uncertainty": 120 }, "departure": { "time": "1749201929", "uncertainty": 120 }, "stopId": "0:PIS01", "stopSequence": 3 }, { "arrival": { "time": "1749202020", "uncertainty": 120 }, "departure": { "time": "1749202020", "uncertainty": 120 }, "stopId": "0:TEI01", "stopSequence": 4 }, { "arrival": { "time": "1749202064", "uncertainty": 120 }, "departure": { "time": "1749202064", "uncertainty": 120 }, "stopId": "0:CAm01", "stopSequence": 5 }, { "arrival": { "time": "1749202144", "uncertainty": 120 }, "departure": { "time": "1749202144", "uncertainty": 120 }, "stopId": "0:MOZ02", "stopSequence": 6 }, { "arrival": { "time": "1749202221", "uncertainty": 120 }, "departure": { "time": "1749202221", "uncertainty": 120 }, "stopId": "0:JUI02", "stopSequence": 7 }, { "arrival": { "time": "1749202316", "uncertainty": 120 }, "departure": { "time": "1749202316", "uncertainty": 120 }, "stopId": "0:SAL01", "stopSequence": 8 }, { "arrival": { "time": "1749202380", "uncertainty": 120 }, "departure": { "time": "1749202380", "uncertainty": 120 }, "stopId": "0:SAR01", "stopSequence": 9 }, { "arrival": { "time": "1749202431", "uncertainty": 120 }, "departure": { "time": "1749202431", "uncertainty": 120 }, "stopId": "0:TRo01", "stopSequence": 10 }, { "arrival": { "time": "1749202490", "uncertainty": 120 }, "departure": { "time": "1749202490", "uncertainty": 120 }, "stopId": "0:HTC01", "stopSequence": 11 }, { "arrival": { "time": "1749202598", "uncertainty": 120 }, "departure": { "time": "1749202598", "uncertainty": 120 }, "stopId": "0:STM03", "stopSequence": 12 }, { "arrival": { "time": "1749202800", "uncertainty": 120 }, "departure": { "time": "1749202800", "uncertainty": 120 }, "stopId": "0:ALA01", "stopSequence": 13 }, { "arrival": { "time": "1749202903", "uncertainty": 120 }, "departure": { "time": "1749202903", "uncertainty": 120 }, "stopId": "0:ROG01", "stopSequence": 14 }, { "arrival": { "time": "1749202971", "uncertainty": 120 }, "departure": { "time": "1749202971", "uncertainty": 120 }, "stopId": "0:PAI01", "stopSequence": 15 }, { "arrival": { "time": "1749203046", "uncertainty": 120 }, "departure": { "time": "1749203046", "uncertainty": 120 }, "stopId": "0:FIL01", "stopSequence": 16 }, { "arrival": { "time": "1749203160", "uncertainty": 120 }, "departure": { "time": "1749203160", "uncertainty": 120 }, "stopId": "0:JMO01", "stopSequence": 17 }, { "arrival": { "time": "1749203280", "uncertainty": 120 }, "departure": { "time": "1749203280", "uncertainty": 120 }, "stopId": "0:FOC01", "stopSequence": 18 }, { "arrival": { "time": "1749203349", "uncertainty": 120 }, "departure": { "time": "1749203349", "uncertainty": 120 }, "stopId": "0:POI01", "stopSequence": 19 }, { "arrival": { "time": "1749203457", "uncertainty": 120 }, "departure": { "time": "1749203457", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 20 }, { "arrival": { "time": "1749203542", "uncertainty": 120 }, "departure": { "time": "1749203542", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 21 }, { "arrival": { "time": "1749203650", "uncertainty": 120 }, "departure": { "time": "1749203650", "uncertainty": 120 }, "stopId": "0:POM01", "stopSequence": 22 }, { "arrival": { "time": "1749203761", "uncertainty": 120 }, "departure": { "time": "1749203761", "uncertainty": 120 }, "stopId": "0:SUP01", "stopSequence": 23 }, { "arrival": { "time": "1749203848", "uncertainty": 120 }, "departure": { "time": "1749203848", "uncertainty": 120 }, "stopId": "0:SOM01", "stopSequence": 24 }, { "arrival": { "time": "1749203941", "uncertainty": 120 }, "departure": { "time": "1749203941", "uncertainty": 120 }, "stopId": "0:CRo01", "stopSequence": 25 }, { "arrival": { "time": "1749204027", "uncertainty": 120 }, "departure": { "time": "1749204027", "uncertainty": 120 }, "stopId": "0:mAI01", "stopSequence": 26 }, { "arrival": { "time": "1749204070", "uncertainty": 120 }, "departure": { "time": "1749204070", "uncertainty": 120 }, "stopId": "0:MAg01", "stopSequence": 27 }, { "arrival": { "time": "1749204156", "uncertainty": 120 }, "departure": { "time": "1749204156", "uncertainty": 120 }, "stopId": "0:COu01", "stopSequence": 28 }, { "arrival": { "time": "1749204197", "uncertainty": 120 }, "departure": { "time": "1749204197", "uncertainty": 120 }, "stopId": "0:ROS01", "stopSequence": 29 }, { "arrival": { "time": "1749204278", "uncertainty": 120 }, "departure": { "time": "1749204278", "uncertainty": 120 }, "stopId": "0:Ver01", "stopSequence": 30 }, { "arrival": { "time": "1749204315", "uncertainty": 120 }, "departure": { "time": "1749204315", "uncertainty": 120 }, "stopId": "0:BAL01", "stopSequence": 31 }, { "arrival": { "time": "1749204379", "uncertainty": 120 }, "departure": { "time": "1749204379", "uncertainty": 120 }, "stopId": "0:VIE01", "stopSequence": 32 }, { "arrival": { "time": "1749204420", "uncertainty": 120 }, "departure": { "time": "1749204420", "uncertainty": 120 }, "stopId": "0:HTF01", "stopSequence": 33 }, { "arrival": { "time": "1749204490", "uncertainty": 120 }, "departure": { "time": "1749204490", "uncertainty": 120 }, "stopId": "0:BRE02", "stopSequence": 34 }, { "arrival": { "time": "1749204552", "uncertainty": 120 }, "departure": { "time": "1749204552", "uncertainty": 120 }, "stopId": "0:ROs03", "stopSequence": 35 }, { "arrival": { "time": "1749204632", "uncertainty": 120 }, "departure": { "time": "1749204632", "uncertainty": 120 }, "stopId": "0:CoU01", "stopSequence": 36 }, { "arrival": { "time": "1749204694", "uncertainty": 120 }, "departure": { "time": "1749204694", "uncertainty": 120 }, "stopId": "0:ViL01", "stopSequence": 37 }, { "arrival": { "time": "1749204781", "uncertainty": 120 }, "departure": { "time": "1749204781", "uncertainty": 120 }, "stopId": "0:mai01", "stopSequence": 38 }, { "arrival": { "time": "1749204831", "uncertainty": 120 }, "departure": { "time": "1749204831", "uncertainty": 120 }, "stopId": "0:Cen01", "stopSequence": 39 }, { "arrival": { "time": "1749204970", "uncertainty": 120 }, "stopId": "0:BpL01", "stopSequence": 40 } ], "trip": { "directionId": 1, "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1964553" } } }, { "id": "C1963435", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749200264", "uncertainty": 120 }, "stopId": "0:BTr01", "stopSequence": 1 }, { "arrival": { "time": "1749200309", "uncertainty": 120 }, "departure": { "time": "1749200324", "uncertainty": 120 }, "stopId": "0:BEU01", "stopSequence": 2 }, { "arrival": { "time": "1749200414", "uncertainty": 120 }, "departure": { "time": "1749200414", "uncertainty": 120 }, "stopId": "0:TER01", "stopSequence": 3 }, { "arrival": { "time": "1749200519", "uncertainty": 120 }, "departure": { "time": "1749200534", "uncertainty": 120 }, "stopId": "0:PAR01", "stopSequence": 4 }, { "arrival": { "time": "1749200571", "uncertainty": 120 }, "departure": { "time": "1749200571", "uncertainty": 120 }, "stopId": "0:BEA01", "stopSequence": 5 }, { "arrival": { "time": "1749200594", "uncertainty": 120 }, "departure": { "time": "1749200609", "uncertainty": 120 }, "stopId": "0:MIS01", "stopSequence": 6 }, { "arrival": { "time": "1749200639", "uncertainty": 120 }, "departure": { "time": "1749200639", "uncertainty": 120 }, "stopId": "0:JAc01", "stopSequence": 7 }, { "arrival": { "time": "1749200679", "uncertainty": 120 }, "departure": { "time": "1749200715", "uncertainty": 120 }, "stopId": "0:ROL01", "stopSequence": 8 }, { "arrival": { "time": "1749200744", "uncertainty": 120 }, "departure": { "time": "1749200744", "uncertainty": 120 }, "stopId": "0:tHI01", "stopSequence": 9 }, { "arrival": { "time": "1749200849", "uncertainty": 120 }, "departure": { "time": "1749200849", "uncertainty": 120 }, "stopId": "0:pAS01", "stopSequence": 10 }, { "arrival": { "time": "1749200904", "uncertainty": 120 }, "departure": { "time": "1749200904", "uncertainty": 120 }, "stopId": "0:LOM04", "stopSequence": 11 }, { "arrival": { "time": "1749200924", "uncertainty": 120 }, "departure": { "time": "1749200924", "uncertainty": 120 }, "stopId": "0:LAr01", "stopSequence": 12 }, { "arrival": { "time": "1749200979", "uncertainty": 120 }, "departure": { "time": "1749200984", "uncertainty": 120 }, "stopId": "0:REI01", "stopSequence": 13 }, { "arrival": { "time": "1749201060", "uncertainty": 120 }, "departure": { "time": "1749201060", "uncertainty": 120 }, "stopId": "0:CrO01", "stopSequence": 14 }, { "arrival": { "time": "1749201105", "uncertainty": 120 }, "departure": { "time": "1749201120", "uncertainty": 120 }, "stopId": "0:UTT01", "stopSequence": 15 }, { "arrival": { "time": "1749201175", "uncertainty": 120 }, "departure": { "time": "1749201180", "uncertainty": 120 }, "stopId": "0:EGA01", "stopSequence": 16 }, { "arrival": { "time": "1749201315", "uncertainty": 120 }, "departure": { "time": "1749201315", "uncertainty": 120 }, "stopId": "0:BOi01", "stopSequence": 17 }, { "arrival": { "time": "1749201351", "uncertainty": 120 }, "departure": { "time": "1749201351", "uncertainty": 120 }, "stopId": "0:CHE01", "stopSequence": 18 }, { "arrival": { "time": "1749201389", "uncertainty": 120 }, "departure": { "time": "1749201389", "uncertainty": 120 }, "stopId": "0:GUI02", "stopSequence": 19 }, { "arrival": { "time": "1749201450", "uncertainty": 120 }, "departure": { "time": "1749201450", "uncertainty": 120 }, "stopId": "0:LIB02", "stopSequence": 20 }, { "arrival": { "time": "1749201499", "uncertainty": 120 }, "departure": { "time": "1749201499", "uncertainty": 120 }, "stopId": "0:ROI02", "stopSequence": 21 }, { "arrival": { "time": "1749201529", "uncertainty": 120 }, "departure": { "time": "1749201529", "uncertainty": 120 }, "stopId": "0:LAV02", "stopSequence": 22 }, { "arrival": { "time": "1749201609", "uncertainty": 120 }, "departure": { "time": "1749201609", "uncertainty": 120 }, "stopId": "0:ING02", "stopSequence": 23 }, { "arrival": { "time": "1749201678", "uncertainty": 120 }, "departure": { "time": "1749201678", "uncertainty": 120 }, "stopId": "0:CHS02", "stopSequence": 24 }, { "arrival": { "time": "1749201723", "uncertainty": 120 }, "departure": { "time": "1749201723", "uncertainty": 120 }, "stopId": "0:CHA01", "stopSequence": 25 }, { "arrival": { "time": "1749201810", "uncertainty": 120 }, "stopId": "0:CHA02", "stopSequence": 26 } ], "trip": { "directionId": 0, "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1963435" }, "vehicle": { "id": "266", "label": "266" } } }, { "id": "C1965260", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1749201460", "uncertainty": 120 }, "departure": { "time": "1749201460", "uncertainty": 120 }, "stopId": "0:FoN01" }, { "departure": { "time": "1749200566", "uncertainty": 120 }, "stopId": "0:GAN01", "stopSequence": 1 }, { "arrival": { "time": "1749200596", "uncertainty": 120 }, "departure": { "time": "1749200611", "uncertainty": 120 }, "stopId": "0:FON02", "stopSequence": 2 }, { "arrival": { "time": "1749200664", "uncertainty": 120 }, "departure": { "time": "1749200664", "uncertainty": 120 }, "stopId": "0:Cht04", "stopSequence": 3 }, { "arrival": { "time": "1749200694", "uncertainty": 120 }, "departure": { "time": "1749200701", "uncertainty": 120 }, "stopId": "0:par04", "stopSequence": 4 }, { "arrival": { "time": "1749200791", "uncertainty": 120 }, "departure": { "time": "1749200791", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:DUN02", "stopSequence": 5 }, { "arrival": { "time": "1749200786", "uncertainty": 120 }, "departure": { "time": "1749200815", "uncertainty": 120 }, "stopId": "0:SAP02", "stopSequence": 6 }, { "arrival": { "time": "1749200859", "uncertainty": 120 }, "departure": { "time": "1749200860", "uncertainty": 120 }, "stopId": "0:ROM02", "stopSequence": 7 }, { "arrival": { "time": "1749200903", "uncertainty": 120 }, "departure": { "time": "1749200903", "uncertainty": 120 }, "stopId": "0:CAS02", "stopSequence": 8 }, { "arrival": { "time": "1749200936", "uncertainty": 120 }, "departure": { "time": "1749200950", "uncertainty": 120 }, "stopId": "0:MAC02", "stopSequence": 9 }, { "arrival": { "time": "1749201025", "uncertainty": 120 }, "departure": { "time": "1749201040", "uncertainty": 120 }, "stopId": "0:DUT02", "stopSequence": 10 }, { "arrival": { "time": "1749201081", "uncertainty": 120 }, "departure": { "time": "1749201086", "uncertainty": 120 }, "stopId": "0:PTB02", "stopSequence": 11 }, { "arrival": { "time": "1749201185", "uncertainty": 120 }, "departure": { "time": "1749201206", "uncertainty": 120 }, "stopId": "0:CLA02", "stopSequence": 12 }, { "arrival": { "time": "1749201265", "uncertainty": 120 }, "departure": { "time": "1749201295", "uncertainty": 120 }, "stopId": "0:POI02", "stopSequence": 13 }, { "arrival": { "time": "1749201325", "uncertainty": 120 }, "departure": { "time": "1749201341", "uncertainty": 120 }, "stopId": "0:LAN01", "stopSequence": 14 }, { "arrival": { "time": "1749201600", "uncertainty": 120 }, "departure": { "time": "1749201600", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:HALPC", "stopSequence": 15 }, { "arrival": { "time": "1749201492", "uncertainty": 120 }, "departure": { "time": "1749201492", "uncertainty": 120 }, "stopId": "0:THE02", "stopSequence": 16 }, { "arrival": { "time": "1749201642", "uncertainty": 120 }, "departure": { "time": "1749201642", "uncertainty": 120 }, "stopId": "0:LAR02", "stopSequence": 17 }, { "arrival": { "time": "1749201710", "uncertainty": 120 }, "departure": { "time": "1749201710", "uncertainty": 120 }, "stopId": "0:CHO02", "stopSequence": 18 }, { "arrival": { "time": "1749201782", "uncertainty": 120 }, "departure": { "time": "1749201782", "uncertainty": 120 }, "stopId": "0:PTV02", "stopSequence": 19 }, { "arrival": { "time": "1749201851", "uncertainty": 120 }, "departure": { "time": "1749201851", "uncertainty": 120 }, "stopId": "0:MUL02", "stopSequence": 20 }, { "arrival": { "time": "1749201938", "uncertainty": 120 }, "departure": { "time": "1749201938", "uncertainty": 120 }, "stopId": "0:mar02", "stopSequence": 21 }, { "arrival": { "time": "1749202033", "uncertainty": 120 }, "departure": { "time": "1749202033", "uncertainty": 120 }, "stopId": "0:HOC02", "stopSequence": 22 }, { "arrival": { "time": "1749202085", "uncertainty": 120 }, "departure": { "time": "1749202085", "uncertainty": 120 }, "stopId": "0:STE02", "stopSequence": 23 }, { "arrival": { "time": "1749202142", "uncertainty": 120 }, "departure": { "time": "1749202142", "uncertainty": 120 }, "stopId": "0:BUI02", "stopSequence": 24 }, { "arrival": { "time": "1749202234", "uncertainty": 120 }, "departure": { "time": "1749202234", "uncertainty": 120 }, "stopId": "0:MRC02", "stopSequence": 25 }, { "arrival": { "time": "1749202273", "uncertainty": 120 }, "departure": { "time": "1749202273", "uncertainty": 120 }, "stopId": "0:BOI02", "stopSequence": 26 }, { "arrival": { "time": "1749202335", "uncertainty": 120 }, "departure": { "time": "1749202335", "uncertainty": 120 }, "stopId": "0:LAK02", "stopSequence": 27 }, { "arrival": { "time": "1749202436", "uncertainty": 120 }, "departure": { "time": "1749202436", "uncertainty": 120 }, "stopId": "0:MAR02", "stopSequence": 28 }, { "arrival": { "time": "1749202519", "uncertainty": 120 }, "departure": { "time": "1749202519", "uncertainty": 120 }, "stopId": "0:Mai02", "stopSequence": 29 }, { "arrival": { "time": "1749202560", "uncertainty": 120 }, "departure": { "time": "1749202560", "uncertainty": 120 }, "stopId": "0:COQ02", "stopSequence": 30 }, { "arrival": { "time": "1749202693", "uncertainty": 120 }, "stopId": "0:Bar01", "stopSequence": 31 } ], "trip": { "directionId": 0, "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1965260" }, "vehicle": { "id": "306", "label": "306" } } }, { "id": "C1966324", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1749202260", "uncertainty": 120 }, "stopId": "0:FOU01", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "PS : Lu,Ma,Je,VeC1966324" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1749201396" } }