Détails de la ressource
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.
Ressources associées
gtfs-navineo.zip
Disponibilité au téléchargement
En savoir plus
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
❌81 erreurs, 182 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 18/12/2025 à 08h09 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 4 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,VeC1978403 stop_sequence [2, 3, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] is not strictly sorted by increasing stop_sequence
- trip_id PS : Lu,Ma,Je,VeC1977339 stop_sequence [1, 1] is not strictly sorted by increasing stop_sequence
- trip_id PS : Lu,Ma,Je,VeC1977340 stop_sequence [1, 1] is not strictly sorted by increasing stop_sequence
- trip_id PS : Lu,Ma,Je,VeC1979737 stop_sequence [49, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63] is not strictly sorted by increasing stop_sequence
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 1 erreur
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id PS : Lu,Ma,Je,VeT2195366 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 1 erreur
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id NRel does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 1 erreur
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id PS : Lu,Ma,Je,VeT2195366 stop_id 0:pds01 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 68 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,VeC1983914 stop_sequence 6 arrival_time 08:09:14 (1766041754) is less than previous stop arrival_time 08:09:31 (1766041771) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1983914 stop_sequence 6 arrival_time 08:09:14 (1766041754) is less than previous stop departure_time 08:09:31 (1766041771) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1983914 stop_sequence 6 departure_time 08:09:23 (1766041763) is less than previous stop departure_time 08:09:31 (1766041771) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1983914 stop_sequence 6 departure_time 08:09:23 (1766041763) is less than previous stop arrival_time 08:09:31 (1766041771) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1978403 stop_sequence 1 departure_time 08:25:00 (1766042700) is less than previous stop departure_time 08:27:50 (1766042870) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_id E037 4 erreurs
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Exemples d'erreurs
- trip_id PS : Lu,Ma,Je,VeC1977339 has repeating stop_id 0:Gar01 at stop_sequence 1 - sequential stop_ids should be different
- trip_id PS : Lu,Ma,Je,VeC1979736 has repeating stop_id 0:CAm01 - sequential stop_ids should be different
- trip_id PS : Lu,Ma,Je,VeC1977340 has repeating stop_id 0:Gar01 at stop_sequence 1 - sequential stop_ids should be different
- trip_id PS : Lu,Ma,Je,VeC1978598 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,VeC1977339 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id PS : Lu,Ma,Je,VeC1977340 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
timestamp not populated W001 118 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id PS : Lu,Ma,Je,VeC1979490 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1977659 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1977354 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1979445 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1983955 does not have a timestamp
vehicle_id not populated W002 64 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id PS : Lu,Ma,Je,VeC1979490 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1977354 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1983955 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1979473 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1978424 does not have a vehicle_id
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 |
|---|---|---|---|
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 154 | 26 fois (87 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 3 208 | 26 fois (87 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 113 | 26 fois (87 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 32 | 26 fois (87 % des validations) |
| W001 | Timestamps should be populated for all elements | 2 969 | 26 fois (87 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 743 | 26 fois (87 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 25 | 25 fois (83 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 25 | 25 fois (83 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 25 | 25 fois (83 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 478 | 4 fois (13 % 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 | 11 | 2 fois (7 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 18/12/2025 à 10h56 Europe/Paris.
trip_updates (109) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 18/12/2025 à 10h56 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "C1976269",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054400",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054487",
"uncertainty": 120
},
"departure": {
"time": "1766054487",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766054608",
"uncertainty": 120
},
"departure": {
"time": "1766054608",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766054750",
"uncertainty": 120
},
"departure": {
"time": "1766054750",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766054805",
"uncertainty": 120
},
"departure": {
"time": "1766054805",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766054892",
"uncertainty": 120
},
"departure": {
"time": "1766054892",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766054991",
"uncertainty": 120
},
"departure": {
"time": "1766054991",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766055145",
"uncertainty": 120
},
"departure": {
"time": "1766055145",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766055199",
"uncertainty": 120
},
"departure": {
"time": "1766055199",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766055259",
"uncertainty": 120
},
"departure": {
"time": "1766055259",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766055318",
"uncertainty": 120
},
"departure": {
"time": "1766055318",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766055395",
"uncertainty": 120
},
"departure": {
"time": "1766055395",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766055460",
"uncertainty": 120
},
"departure": {
"time": "1766055460",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766055500",
"uncertainty": 120
},
"departure": {
"time": "1766055500",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766055591",
"uncertainty": 120
},
"departure": {
"time": "1766055591",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766055707",
"uncertainty": 120
},
"departure": {
"time": "1766055707",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766055780",
"uncertainty": 120
},
"departure": {
"time": "1766055780",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766055925",
"uncertainty": 120
},
"departure": {
"time": "1766055925",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766056022",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976269"
}
}
},
{
"id": "C1977753",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1766055679",
"uncertainty": 120
},
"departure": {
"time": "1766055679",
"uncertainty": 120
},
"stopId": "0:WEI02"
},
{
"arrival": {
"time": "1766055702",
"uncertainty": 120
},
"departure": {
"time": "1766055702",
"uncertainty": 120
},
"stopId": "0:CAm02"
},
{
"arrival": {
"time": "1766055732",
"uncertainty": 120
},
"departure": {
"time": "1766055732",
"uncertainty": 120
},
"stopId": "0:TEI02"
},
{
"arrival": {
"time": "1766055854",
"uncertainty": 120
},
"departure": {
"time": "1766055854",
"uncertainty": 120
},
"stopId": "0:BIZ02"
},
{
"arrival": {
"time": "1766056077",
"uncertainty": 120
},
"departure": {
"time": "1766056077",
"uncertainty": 120
},
"stopId": "0:BUI01"
},
{
"arrival": {
"time": "1766056148",
"uncertainty": 120
},
"departure": {
"time": "1766056148",
"uncertainty": 120
},
"stopId": "0:DUC02"
},
{
"departure": {
"time": "1766052660",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766052734",
"uncertainty": 120
},
"departure": {
"time": "1766052734",
"uncertainty": 120
},
"stopId": "0:CCJ01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766052770",
"uncertainty": 120
},
"departure": {
"time": "1766052770",
"uncertainty": 120
},
"stopId": "0:SFM01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766052828",
"uncertainty": 120
},
"departure": {
"time": "1766052828",
"uncertainty": 120
},
"stopId": "0:MaI01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766052874",
"uncertainty": 120
},
"departure": {
"time": "1766052874",
"uncertainty": 120
},
"stopId": "0:Rob01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766052908",
"uncertainty": 120
},
"departure": {
"time": "1766052908",
"uncertainty": 120
},
"stopId": "0:Cht01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766052960",
"uncertainty": 120
},
"departure": {
"time": "1766052960",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766053050",
"uncertainty": 120
},
"departure": {
"time": "1766053050",
"uncertainty": 120
},
"stopId": "0:ReG01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766053099",
"uncertainty": 120
},
"departure": {
"time": "1766053099",
"uncertainty": 120
},
"stopId": "0:GUE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766053141",
"uncertainty": 120
},
"departure": {
"time": "1766053141",
"uncertainty": 120
},
"stopId": "0:BRU01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766053186",
"uncertainty": 120
},
"departure": {
"time": "1766053186",
"uncertainty": 120
},
"stopId": "0:COO01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766053220",
"uncertainty": 120
},
"departure": {
"time": "1766053220",
"uncertainty": 120
},
"stopId": "0:par02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766053285",
"uncertainty": 120
},
"departure": {
"time": "1766053285",
"uncertainty": 120
},
"stopId": "0:PHI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766053320",
"uncertainty": 120
},
"departure": {
"time": "1766053320",
"uncertainty": 120
},
"stopId": "0:ROS01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766053386",
"uncertainty": 120
},
"departure": {
"time": "1766053386",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766053454",
"uncertainty": 120
},
"departure": {
"time": "1766053454",
"uncertainty": 120
},
"stopId": "0:CHM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766053499",
"uncertainty": 120
},
"departure": {
"time": "1766053499",
"uncertainty": 120
},
"stopId": "0:QUE02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766053549",
"uncertainty": 120
},
"departure": {
"time": "1766053549",
"uncertainty": 120
},
"stopId": "0:IUT02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766053604",
"uncertainty": 120
},
"departure": {
"time": "1766053604",
"uncertainty": 120
},
"stopId": "0:Cro02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766053698",
"uncertainty": 120
},
"departure": {
"time": "1766053698",
"uncertainty": 120
},
"stopId": "0:TEC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766053807",
"uncertainty": 120
},
"departure": {
"time": "1766053807",
"uncertainty": 120
},
"stopId": "0:MAs02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766053875",
"uncertainty": 120
},
"departure": {
"time": "1766053875",
"uncertainty": 120
},
"stopId": "0:LYC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053907",
"uncertainty": 120
},
"departure": {
"time": "1766053907",
"uncertainty": 120
},
"stopId": "0:MRN02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053980",
"uncertainty": 120
},
"departure": {
"time": "1766053980",
"uncertainty": 120
},
"stopId": "0:LOM02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766054055",
"uncertainty": 120
},
"departure": {
"time": "1766054055",
"uncertainty": 120
},
"stopId": "0:pAS02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766054160",
"uncertainty": 120
},
"departure": {
"time": "1766054160",
"uncertainty": 120
},
"stopId": "0:BAl01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766054231",
"uncertainty": 120
},
"departure": {
"time": "1766054231",
"uncertainty": 120
},
"stopId": "0:MAi01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766054279",
"uncertainty": 120
},
"departure": {
"time": "1766054279",
"uncertainty": 120
},
"stopId": "0:CCE01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766054338",
"uncertainty": 120
},
"departure": {
"time": "1766054338",
"uncertainty": 120
},
"stopId": "0:ile01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766054396",
"uncertainty": 120
},
"departure": {
"time": "1766054396",
"uncertainty": 120
},
"stopId": "0:ABB01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766054521",
"uncertainty": 120
},
"departure": {
"time": "1766054521",
"uncertainty": 120
},
"stopId": "0:NOT01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766054608",
"uncertainty": 120
},
"departure": {
"time": "1766054608",
"uncertainty": 120
},
"stopId": "0:DOu02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766054708",
"uncertainty": 120
},
"departure": {
"time": "1766054708",
"uncertainty": 120
},
"stopId": "0:CHN04",
"stopSequence": 33
},
{
"arrival": {
"time": "1766054760",
"uncertainty": 120
},
"departure": {
"time": "1766054760",
"uncertainty": 120
},
"stopId": "0:CUV01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766054800",
"uncertainty": 120
},
"departure": {
"time": "1766054800",
"uncertainty": 120
},
"stopId": "0:TAB02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766054843",
"uncertainty": 120
},
"departure": {
"time": "1766054843",
"uncertainty": 120
},
"stopId": "0:bre02",
"stopSequence": 36
},
{
"arrival": {
"time": "1766054897",
"uncertainty": 120
},
"departure": {
"time": "1766054897",
"uncertainty": 120
},
"stopId": "0:THI04",
"stopSequence": 37
},
{
"arrival": {
"time": "1766054940",
"uncertainty": 120
},
"departure": {
"time": "1766054940",
"uncertainty": 120
},
"stopId": "0:TRU02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766055000",
"uncertainty": 120
},
"departure": {
"time": "1766055000",
"uncertainty": 120
},
"stopId": "0:PAT04",
"stopSequence": 39
},
{
"arrival": {
"time": "1766055063",
"uncertainty": 120
},
"departure": {
"time": "1766055063",
"uncertainty": 120
},
"stopId": "0:MOn01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766055128",
"uncertainty": 120
},
"departure": {
"time": "1766055128",
"uncertainty": 120
},
"stopId": "0:REN02",
"stopSequence": 41
},
{
"arrival": {
"time": "1766055170",
"uncertainty": 120
},
"departure": {
"time": "1766055170",
"uncertainty": 120
},
"stopId": "0:DAR02",
"stopSequence": 42
},
{
"arrival": {
"time": "1766055283",
"uncertainty": 120
},
"departure": {
"time": "1766055283",
"uncertainty": 120
},
"stopId": "0:CEn02",
"stopSequence": 43
},
{
"arrival": {
"time": "1766055367",
"uncertainty": 120
},
"departure": {
"time": "1766055367",
"uncertainty": 120
},
"stopId": "0:GAG01",
"stopSequence": 44
},
{
"arrival": {
"time": "1766055399",
"uncertainty": 120
},
"departure": {
"time": "1766055399",
"uncertainty": 120
},
"stopId": "0:MAS01",
"stopSequence": 45
},
{
"arrival": {
"time": "1766055451",
"uncertainty": 120
},
"departure": {
"time": "1766055451",
"uncertainty": 120
},
"stopId": "0:PAl01",
"stopSequence": 46
},
{
"arrival": {
"time": "1766055567",
"uncertainty": 120
},
"departure": {
"time": "1766055567",
"uncertainty": 120
},
"stopId": "0:CLo01",
"stopSequence": 47
},
{
"arrival": {
"time": "1766055600",
"uncertainty": 120
},
"departure": {
"time": "1766055600",
"uncertainty": 120
},
"stopId": "0:MRO01",
"stopSequence": 48
},
{
"arrival": {
"time": "1766055679",
"uncertainty": 120
},
"departure": {
"time": "1766055679",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:WEI02",
"stopSequence": 49
},
{
"arrival": {
"time": "1766055723",
"uncertainty": 120
},
"departure": {
"time": "1766055723",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:MOZ02",
"stopSequence": 50
},
{
"arrival": {
"time": "1766055780",
"uncertainty": 120
},
"departure": {
"time": "1766055780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:JUI02",
"stopSequence": 51
},
{
"arrival": {
"time": "1766055838",
"uncertainty": 120
},
"departure": {
"time": "1766055838",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SAL01",
"stopSequence": 52
},
{
"arrival": {
"time": "1766055877",
"uncertainty": 120
},
"departure": {
"time": "1766055877",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:SAR01",
"stopSequence": 53
},
{
"arrival": {
"time": "1766055952",
"uncertainty": 120
},
"departure": {
"time": "1766055952",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CUG02",
"stopSequence": 54
},
{
"arrival": {
"time": "1766056029",
"uncertainty": 120
},
"departure": {
"time": "1766056029",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:HOC02",
"stopSequence": 55
},
{
"arrival": {
"time": "1766056079",
"uncertainty": 120
},
"departure": {
"time": "1766056079",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:STE02",
"stopSequence": 56
},
{
"arrival": {
"time": "1766056225",
"uncertainty": 120
},
"departure": {
"time": "1766056225",
"uncertainty": 120
},
"stopId": "0:FOU04",
"stopSequence": 57
},
{
"arrival": {
"time": "1766056266",
"uncertainty": 120
},
"departure": {
"time": "1766056266",
"uncertainty": 120
},
"stopId": "0:PPP01",
"stopSequence": 58
},
{
"arrival": {
"time": "1766056314",
"uncertainty": 120
},
"departure": {
"time": "1766056314",
"uncertainty": 120
},
"stopId": "0:GDF01",
"stopSequence": 59
},
{
"arrival": {
"time": "1766056372",
"uncertainty": 120
},
"departure": {
"time": "1766056372",
"uncertainty": 120
},
"stopId": "0:CON01",
"stopSequence": 60
},
{
"arrival": {
"time": "1766056440",
"uncertainty": 120
},
"departure": {
"time": "1766056440",
"uncertainty": 120
},
"stopId": "0:BAC01",
"stopSequence": 61
},
{
"arrival": {
"time": "1766056466",
"uncertainty": 120
},
"departure": {
"time": "1766056466",
"uncertainty": 120
},
"stopId": "0:MER01",
"stopSequence": 62
},
{
"arrival": {
"time": "1766056494",
"uncertainty": 120
},
"stopId": "0:FOU02",
"stopSequence": 63
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977753"
}
}
},
{
"id": "C1979018",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049166",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049181",
"uncertainty": 120
},
"departure": {
"time": "1766049181",
"uncertainty": 120
},
"stopId": "0:ChM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049256",
"uncertainty": 120
},
"departure": {
"time": "1766049271",
"uncertainty": 120
},
"stopId": "0:CpG01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049294",
"uncertainty": 120
},
"departure": {
"time": "1766049294",
"uncertainty": 120
},
"stopId": "0:VrD01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049346",
"uncertainty": 120
},
"departure": {
"time": "1766049346",
"uncertainty": 120
},
"stopId": "0:MRQ01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049406",
"uncertainty": 120
},
"departure": {
"time": "1766049406",
"uncertainty": 120
},
"stopId": "0:KEL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766049448",
"uncertainty": 120
},
"departure": {
"time": "1766049451",
"uncertainty": 120
},
"stopId": "0:LEM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766049481",
"uncertainty": 120
},
"departure": {
"time": "1766049497",
"uncertainty": 120
},
"stopId": "0:DEB01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766049556",
"uncertainty": 120
},
"departure": {
"time": "1766049556",
"uncertainty": 120
},
"stopId": "0:MOU01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766049586",
"uncertainty": 120
},
"departure": {
"time": "1766049586",
"uncertainty": 120
},
"stopId": "0:JAF01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766049601",
"uncertainty": 120
},
"departure": {
"time": "1766049601",
"uncertainty": 120
},
"stopId": "0:PTH01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766049736",
"uncertainty": 120
},
"departure": {
"time": "1766049736",
"uncertainty": 120
},
"stopId": "0:Std01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766049751",
"uncertainty": 120
},
"departure": {
"time": "1766049751",
"uncertainty": 120
},
"stopId": "0:STd01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766049794",
"uncertainty": 120
},
"departure": {
"time": "1766049826",
"uncertainty": 120
},
"stopId": "0:EUr01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766049886",
"uncertainty": 120
},
"departure": {
"time": "1766049901",
"uncertainty": 120
},
"stopId": "0:MOI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766049990",
"uncertainty": 120
},
"departure": {
"time": "1766049990",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050006",
"uncertainty": 120
},
"departure": {
"time": "1766050006",
"uncertainty": 120
},
"stopId": "0:STm01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050052",
"uncertainty": 120
},
"departure": {
"time": "1766050052",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050081",
"uncertainty": 120
},
"departure": {
"time": "1766050081",
"uncertainty": 120
},
"stopId": "0:ISL01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050127",
"uncertainty": 120
},
"departure": {
"time": "1766050127",
"uncertainty": 120
},
"stopId": "0:BOu01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766050210",
"uncertainty": 120
},
"departure": {
"time": "1766050231",
"uncertainty": 120
},
"stopId": "0:PZI01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766050316",
"uncertainty": 120
},
"departure": {
"time": "1766050337",
"uncertainty": 120
},
"stopId": "0:14J04",
"stopSequence": 22
},
{
"arrival": {
"time": "1766050412",
"uncertainty": 120
},
"departure": {
"time": "1766050427",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766050458",
"uncertainty": 120
},
"departure": {
"time": "1766050473",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766050596",
"uncertainty": 120
},
"departure": {
"time": "1766050625",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766050700",
"uncertainty": 120
},
"departure": {
"time": "1766050700",
"uncertainty": 120
},
"stopId": "0:VOl01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766050776",
"uncertainty": 120
},
"departure": {
"time": "1766050776",
"uncertainty": 120
},
"stopId": "0:COU01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766050821",
"uncertainty": 120
},
"departure": {
"time": "1766050836",
"uncertainty": 120
},
"stopId": "0:11N01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766050897",
"uncertainty": 120
},
"departure": {
"time": "1766050912",
"uncertainty": 120
},
"stopId": "0:HAu01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766050972",
"uncertainty": 120
},
"departure": {
"time": "1766050972",
"uncertainty": 120
},
"stopId": "0:FER01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051033",
"uncertainty": 120
},
"departure": {
"time": "1766051093",
"uncertainty": 120
},
"stopId": "0:CHN01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051183",
"uncertainty": 120
},
"departure": {
"time": "1766051198",
"uncertainty": 120
},
"stopId": "0:CUV01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766051235",
"uncertainty": 120
},
"departure": {
"time": "1766051244",
"uncertainty": 120
},
"stopId": "0:PLA01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766051279",
"uncertainty": 120
},
"departure": {
"time": "1766051279",
"uncertainty": 120
},
"stopId": "0:NUN01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766051349",
"uncertainty": 120
},
"departure": {
"time": "1766051349",
"uncertainty": 120
},
"stopId": "0:TRO01",
"stopSequence": 35
},
{
"arrival": {
"time": "1766051379",
"uncertainty": 120
},
"departure": {
"time": "1766051395",
"uncertainty": 120
},
"stopId": "0:MAL01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766051462",
"uncertainty": 120
},
"departure": {
"time": "1766051470",
"uncertainty": 120
},
"stopId": "0:CAR03",
"stopSequence": 37
},
{
"arrival": {
"time": "1766051520",
"uncertainty": 120
},
"departure": {
"time": "1766051520",
"uncertainty": 120
},
"stopId": "0:BUC01",
"stopSequence": 38
},
{
"arrival": {
"time": "1766051560",
"uncertainty": 120
},
"departure": {
"time": "1766051560",
"uncertainty": 120
},
"stopId": "0:DOL01",
"stopSequence": 39
},
{
"arrival": {
"time": "1766051586",
"uncertainty": 120
},
"departure": {
"time": "1766051586",
"uncertainty": 120
},
"stopId": "0:ROD01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766051636",
"uncertainty": 120
},
"departure": {
"time": "1766051650",
"uncertainty": 120
},
"stopId": "0:COH01",
"stopSequence": 41
},
{
"arrival": {
"time": "1766051704",
"uncertainty": 120
},
"departure": {
"time": "1766051704",
"uncertainty": 120
},
"stopId": "0:RES01",
"stopSequence": 42
},
{
"arrival": {
"time": "1766051732",
"uncertainty": 120
},
"departure": {
"time": "1766051732",
"uncertainty": 120
},
"stopId": "0:DEc01",
"stopSequence": 43
},
{
"arrival": {
"time": "1766051781",
"uncertainty": 120
},
"departure": {
"time": "1766051781",
"uncertainty": 120
},
"stopId": "0:HUG01",
"stopSequence": 44
},
{
"arrival": {
"time": "1766051804",
"uncertainty": 120
},
"stopId": "0:CEN02",
"stopSequence": 45
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979018"
},
"vehicle": {
"id": "282",
"label": "282"
}
}
},
{
"id": "C1978963",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051580",
"uncertainty": 120
},
"stopId": "0:PaR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051682",
"uncertainty": 120
},
"departure": {
"time": "1766051682",
"uncertainty": 120
},
"stopId": "0:MAe02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051705",
"uncertainty": 120
},
"departure": {
"time": "1766051705",
"uncertainty": 120
},
"stopId": "0:BdP01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051764",
"uncertainty": 120
},
"departure": {
"time": "1766051764",
"uncertainty": 120
},
"stopId": "0:BrX01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051858",
"uncertainty": 120
},
"departure": {
"time": "1766051858",
"uncertainty": 120
},
"stopId": "0:DSe02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051893",
"uncertainty": 120
},
"departure": {
"time": "1766051893",
"uncertainty": 120
},
"stopId": "0:CRO03",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051961",
"uncertainty": 120
},
"departure": {
"time": "1766051961",
"uncertainty": 120
},
"stopId": "0:CAR02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766052009",
"uncertainty": 120
},
"departure": {
"time": "1766052009",
"uncertainty": 120
},
"stopId": "0:MAL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766052062",
"uncertainty": 120
},
"departure": {
"time": "1766052062",
"uncertainty": 120
},
"stopId": "0:TRO02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052153",
"uncertainty": 120
},
"departure": {
"time": "1766052153",
"uncertainty": 120
},
"stopId": "0:NUN02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052192",
"uncertainty": 120
},
"departure": {
"time": "1766052192",
"uncertainty": 120
},
"stopId": "0:PLA02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052249",
"uncertainty": 120
},
"departure": {
"time": "1766052249",
"uncertainty": 120
},
"stopId": "0:CUV02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052348",
"uncertainty": 120
},
"departure": {
"time": "1766052348",
"uncertainty": 120
},
"stopId": "0:CHN02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052444",
"uncertainty": 120
},
"departure": {
"time": "1766052444",
"uncertainty": 120
},
"stopId": "0:FER02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052510",
"uncertainty": 120
},
"departure": {
"time": "1766052510",
"uncertainty": 120
},
"stopId": "0:HAu02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052571",
"uncertainty": 120
},
"departure": {
"time": "1766052571",
"uncertainty": 120
},
"stopId": "0:11N02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052677",
"uncertainty": 120
},
"departure": {
"time": "1766052677",
"uncertainty": 120
},
"stopId": "0:COU02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052742",
"uncertainty": 120
},
"departure": {
"time": "1766052742",
"uncertainty": 120
},
"stopId": "0:VOl02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052789",
"uncertainty": 120
},
"departure": {
"time": "1766052789",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052954",
"uncertainty": 120
},
"departure": {
"time": "1766052954",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052982",
"uncertainty": 120
},
"departure": {
"time": "1766052982",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766053089",
"uncertainty": 120
},
"departure": {
"time": "1766053089",
"uncertainty": 120
},
"stopId": "0:14J03",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053165",
"uncertainty": 120
},
"departure": {
"time": "1766053165",
"uncertainty": 120
},
"stopId": "0:PZI02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053242",
"uncertainty": 120
},
"departure": {
"time": "1766053242",
"uncertainty": 120
},
"stopId": "0:FOR01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766053302",
"uncertainty": 120
},
"departure": {
"time": "1766053302",
"uncertainty": 120
},
"stopId": "0:CHr01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766053364",
"uncertainty": 120
},
"departure": {
"time": "1766053364",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766053449",
"uncertainty": 120
},
"departure": {
"time": "1766053449",
"uncertainty": 120
},
"stopId": "0:SQU02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766053505",
"uncertainty": 120
},
"departure": {
"time": "1766053505",
"uncertainty": 120
},
"stopId": "0:EUr02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766053568",
"uncertainty": 120
},
"departure": {
"time": "1766053568",
"uncertainty": 120
},
"stopId": "0:STd02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053610",
"uncertainty": 120
},
"departure": {
"time": "1766053610",
"uncertainty": 120
},
"stopId": "0:Std02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053721",
"uncertainty": 120
},
"departure": {
"time": "1766053721",
"uncertainty": 120
},
"stopId": "0:PTH02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053772",
"uncertainty": 120
},
"departure": {
"time": "1766053772",
"uncertainty": 120
},
"stopId": "0:JAF02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053826",
"uncertainty": 120
},
"departure": {
"time": "1766053826",
"uncertainty": 120
},
"stopId": "0:MOU02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053869",
"uncertainty": 120
},
"departure": {
"time": "1766053869",
"uncertainty": 120
},
"stopId": "0:DEB02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053937",
"uncertainty": 120
},
"departure": {
"time": "1766053937",
"uncertainty": 120
},
"stopId": "0:LEM02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766054004",
"uncertainty": 120
},
"departure": {
"time": "1766054004",
"uncertainty": 120
},
"stopId": "0:KEL02",
"stopSequence": 36
},
{
"arrival": {
"time": "1766054075",
"uncertainty": 120
},
"departure": {
"time": "1766054075",
"uncertainty": 120
},
"stopId": "0:MRQ02",
"stopSequence": 37
},
{
"arrival": {
"time": "1766054120",
"uncertainty": 120
},
"departure": {
"time": "1766054120",
"uncertainty": 120
},
"stopId": "0:VrD02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766054202",
"uncertainty": 120
},
"departure": {
"time": "1766054202",
"uncertainty": 120
},
"stopId": "0:CpG02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766054326",
"uncertainty": 120
},
"departure": {
"time": "1766054326",
"uncertainty": 120
},
"stopId": "0:ChM02",
"stopSequence": 40
},
{
"arrival": {
"time": "1766054349",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 41
}
],
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978963"
},
"vehicle": {
"id": "320",
"label": "320"
}
}
},
{
"id": "C1976374",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054820",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976374"
}
}
},
{
"id": "C1979434",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055120",
"uncertainty": 120
},
"stopId": "0:HAM01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979434"
}
}
},
{
"id": "C1979023",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051251",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051266",
"uncertainty": 120
},
"departure": {
"time": "1766051266",
"uncertainty": 120
},
"stopId": "0:ChM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051336",
"uncertainty": 120
},
"departure": {
"time": "1766051336",
"uncertainty": 120
},
"stopId": "0:CpG01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051356",
"uncertainty": 120
},
"departure": {
"time": "1766051356",
"uncertainty": 120
},
"stopId": "0:VrD01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051414",
"uncertainty": 120
},
"departure": {
"time": "1766051416",
"uncertainty": 120
},
"stopId": "0:MRQ01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051476",
"uncertainty": 120
},
"departure": {
"time": "1766051476",
"uncertainty": 120
},
"stopId": "0:KEL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051521",
"uncertainty": 120
},
"departure": {
"time": "1766051551",
"uncertainty": 120
},
"stopId": "0:LEM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051581",
"uncertainty": 120
},
"departure": {
"time": "1766051581",
"uncertainty": 120
},
"stopId": "0:DEB01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051648",
"uncertainty": 120
},
"departure": {
"time": "1766051656",
"uncertainty": 120
},
"stopId": "0:MOU01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051701",
"uncertainty": 120
},
"departure": {
"time": "1766051701",
"uncertainty": 120
},
"stopId": "0:JAF01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051716",
"uncertainty": 120
},
"departure": {
"time": "1766051716",
"uncertainty": 120
},
"stopId": "0:PTH01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051877",
"uncertainty": 120
},
"departure": {
"time": "1766051877",
"uncertainty": 120
},
"stopId": "0:Std01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051927",
"uncertainty": 120
},
"departure": {
"time": "1766051927",
"uncertainty": 120
},
"stopId": "0:STd01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052005",
"uncertainty": 120
},
"departure": {
"time": "1766052005",
"uncertainty": 120
},
"stopId": "0:EUr01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052103",
"uncertainty": 120
},
"departure": {
"time": "1766052103",
"uncertainty": 120
},
"stopId": "0:MOI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052174",
"uncertainty": 120
},
"departure": {
"time": "1766052174",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052200",
"uncertainty": 120
},
"departure": {
"time": "1766052200",
"uncertainty": 120
},
"stopId": "0:STm01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052245",
"uncertainty": 120
},
"departure": {
"time": "1766052245",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052296",
"uncertainty": 120
},
"departure": {
"time": "1766052296",
"uncertainty": 120
},
"stopId": "0:ISL01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052370",
"uncertainty": 120
},
"departure": {
"time": "1766052370",
"uncertainty": 120
},
"stopId": "0:BOu01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052459",
"uncertainty": 120
},
"departure": {
"time": "1766052459",
"uncertainty": 120
},
"stopId": "0:PZI01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052523",
"uncertainty": 120
},
"departure": {
"time": "1766052523",
"uncertainty": 120
},
"stopId": "0:14J04",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052627",
"uncertainty": 120
},
"departure": {
"time": "1766052627",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052703",
"uncertainty": 120
},
"departure": {
"time": "1766052703",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052859",
"uncertainty": 120
},
"departure": {
"time": "1766052859",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052914",
"uncertainty": 120
},
"departure": {
"time": "1766052914",
"uncertainty": 120
},
"stopId": "0:VOl01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052973",
"uncertainty": 120
},
"departure": {
"time": "1766052973",
"uncertainty": 120
},
"stopId": "0:COU01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766053043",
"uncertainty": 120
},
"departure": {
"time": "1766053043",
"uncertainty": 120
},
"stopId": "0:11N01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766053158",
"uncertainty": 120
},
"departure": {
"time": "1766053158",
"uncertainty": 120
},
"stopId": "0:HAu01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053236",
"uncertainty": 120
},
"departure": {
"time": "1766053236",
"uncertainty": 120
},
"stopId": "0:FER01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053298",
"uncertainty": 120
},
"departure": {
"time": "1766053298",
"uncertainty": 120
},
"stopId": "0:CHN01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053395",
"uncertainty": 120
},
"departure": {
"time": "1766053395",
"uncertainty": 120
},
"stopId": "0:CUV01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053448",
"uncertainty": 120
},
"departure": {
"time": "1766053448",
"uncertainty": 120
},
"stopId": "0:PLA01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053496",
"uncertainty": 120
},
"departure": {
"time": "1766053496",
"uncertainty": 120
},
"stopId": "0:NUN01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053600",
"uncertainty": 120
},
"departure": {
"time": "1766053600",
"uncertainty": 120
},
"stopId": "0:TRO01",
"stopSequence": 35
},
{
"arrival": {
"time": "1766053635",
"uncertainty": 120
},
"departure": {
"time": "1766053635",
"uncertainty": 120
},
"stopId": "0:MAL01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766053709",
"uncertainty": 120
},
"departure": {
"time": "1766053709",
"uncertainty": 120
},
"stopId": "0:CAR03",
"stopSequence": 37
},
{
"arrival": {
"time": "1766053766",
"uncertainty": 120
},
"departure": {
"time": "1766053766",
"uncertainty": 120
},
"stopId": "0:BUC01",
"stopSequence": 38
},
{
"arrival": {
"time": "1766053825",
"uncertainty": 120
},
"departure": {
"time": "1766053825",
"uncertainty": 120
},
"stopId": "0:DOL01",
"stopSequence": 39
},
{
"arrival": {
"time": "1766053862",
"uncertainty": 120
},
"departure": {
"time": "1766053862",
"uncertainty": 120
},
"stopId": "0:ROD01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766053937",
"uncertainty": 120
},
"departure": {
"time": "1766053937",
"uncertainty": 120
},
"stopId": "0:COH01",
"stopSequence": 41
},
{
"arrival": {
"time": "1766053996",
"uncertainty": 120
},
"departure": {
"time": "1766053996",
"uncertainty": 120
},
"stopId": "0:RES01",
"stopSequence": 42
},
{
"arrival": {
"time": "1766054034",
"uncertainty": 120
},
"departure": {
"time": "1766054034",
"uncertainty": 120
},
"stopId": "0:DEc01",
"stopSequence": 43
},
{
"arrival": {
"time": "1766054092",
"uncertainty": 120
},
"departure": {
"time": "1766054092",
"uncertainty": 120
},
"stopId": "0:HUG01",
"stopSequence": 44
},
{
"arrival": {
"time": "1766054115",
"uncertainty": 120
},
"stopId": "0:CEN02",
"stopSequence": 45
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979023"
},
"vehicle": {
"id": "323",
"label": "323"
}
}
},
{
"id": "C1976336",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055120",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976336"
}
}
},
{
"id": "C1983921",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050936",
"uncertainty": 120
},
"stopId": "0:GAN01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050981",
"uncertainty": 120
},
"departure": {
"time": "1766050981",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051026",
"uncertainty": 120
},
"departure": {
"time": "1766051026",
"uncertainty": 120
},
"stopId": "0:Cht04",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051052",
"uncertainty": 120
},
"departure": {
"time": "1766051052",
"uncertainty": 120
},
"stopId": "0:par04",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051011",
"uncertainty": 120
},
"departure": {
"time": "1766051011",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:DUN02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051141",
"uncertainty": 120
},
"departure": {
"time": "1766051156",
"uncertainty": 120
},
"stopId": "0:SAP02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051193",
"uncertainty": 120
},
"departure": {
"time": "1766051193",
"uncertainty": 120
},
"stopId": "0:ROM02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051216",
"uncertainty": 120
},
"departure": {
"time": "1766051216",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051254",
"uncertainty": 120
},
"departure": {
"time": "1766051275",
"uncertainty": 120
},
"stopId": "0:MAC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051335",
"uncertainty": 120
},
"departure": {
"time": "1766051365",
"uncertainty": 120
},
"stopId": "0:DUT02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051410",
"uncertainty": 120
},
"departure": {
"time": "1766051425",
"uncertainty": 120
},
"stopId": "0:PTB02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051515",
"uncertainty": 120
},
"departure": {
"time": "1766051530",
"uncertainty": 120
},
"stopId": "0:CLA02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051590",
"uncertainty": 120
},
"departure": {
"time": "1766051620",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051650",
"uncertainty": 120
},
"departure": {
"time": "1766051665",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051748",
"uncertainty": 120
},
"departure": {
"time": "1766051755",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051813",
"uncertainty": 120
},
"departure": {
"time": "1766051813",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051963",
"uncertainty": 120
},
"departure": {
"time": "1766051963",
"uncertainty": 120
},
"stopId": "0:LAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052031",
"uncertainty": 120
},
"departure": {
"time": "1766052031",
"uncertainty": 120
},
"stopId": "0:CHO02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052103",
"uncertainty": 120
},
"departure": {
"time": "1766052103",
"uncertainty": 120
},
"stopId": "0:PTV02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052172",
"uncertainty": 120
},
"departure": {
"time": "1766052172",
"uncertainty": 120
},
"stopId": "0:MUL02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052259",
"uncertainty": 120
},
"departure": {
"time": "1766052259",
"uncertainty": 120
},
"stopId": "0:mar02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052354",
"uncertainty": 120
},
"departure": {
"time": "1766052354",
"uncertainty": 120
},
"stopId": "0:HOC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052406",
"uncertainty": 120
},
"departure": {
"time": "1766052406",
"uncertainty": 120
},
"stopId": "0:STE02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052463",
"uncertainty": 120
},
"departure": {
"time": "1766052463",
"uncertainty": 120
},
"stopId": "0:BUI02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052555",
"uncertainty": 120
},
"departure": {
"time": "1766052555",
"uncertainty": 120
},
"stopId": "0:MRC02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052594",
"uncertainty": 120
},
"departure": {
"time": "1766052594",
"uncertainty": 120
},
"stopId": "0:BOI02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052656",
"uncertainty": 120
},
"departure": {
"time": "1766052656",
"uncertainty": 120
},
"stopId": "0:LAK02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052757",
"uncertainty": 120
},
"departure": {
"time": "1766052757",
"uncertainty": 120
},
"stopId": "0:MAR02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052840",
"uncertainty": 120
},
"departure": {
"time": "1766052840",
"uncertainty": 120
},
"stopId": "0:Mai02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052881",
"uncertainty": 120
},
"departure": {
"time": "1766052881",
"uncertainty": 120
},
"stopId": "0:COQ02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053014",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983921"
},
"vehicle": {
"id": "278",
"label": "278"
}
}
},
{
"id": "C1977713",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052480",
"uncertainty": 120
},
"stopId": "0:ChT02",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977713"
}
}
},
{
"id": "C1979448",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053380",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979448"
}
}
},
{
"id": "C1978958",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049741",
"uncertainty": 120
},
"stopId": "0:PaR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049808",
"uncertainty": 120
},
"departure": {
"time": "1766049808",
"uncertainty": 120
},
"stopId": "0:MAe02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049831",
"uncertainty": 120
},
"departure": {
"time": "1766049831",
"uncertainty": 120
},
"stopId": "0:BdP01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049895",
"uncertainty": 120
},
"departure": {
"time": "1766049895",
"uncertainty": 120
},
"stopId": "0:BrX01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049966",
"uncertainty": 120
},
"departure": {
"time": "1766049981",
"uncertainty": 120
},
"stopId": "0:DSe02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050011",
"uncertainty": 120
},
"departure": {
"time": "1766050041",
"uncertainty": 120
},
"stopId": "0:CRO03",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050103",
"uncertainty": 120
},
"departure": {
"time": "1766050118",
"uncertainty": 120
},
"stopId": "0:CAR02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050156",
"uncertainty": 120
},
"departure": {
"time": "1766050164",
"uncertainty": 120
},
"stopId": "0:MAL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050210",
"uncertainty": 120
},
"departure": {
"time": "1766050210",
"uncertainty": 120
},
"stopId": "0:TRO02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050256",
"uncertainty": 120
},
"departure": {
"time": "1766050285",
"uncertainty": 120
},
"stopId": "0:NUN02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050316",
"uncertainty": 120
},
"departure": {
"time": "1766050316",
"uncertainty": 120
},
"stopId": "0:PLA02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050369",
"uncertainty": 120
},
"departure": {
"time": "1766050376",
"uncertainty": 120
},
"stopId": "0:CUV02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050436",
"uncertainty": 120
},
"departure": {
"time": "1766050436",
"uncertainty": 120
},
"stopId": "0:CHN02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050482",
"uncertainty": 120
},
"departure": {
"time": "1766050497",
"uncertainty": 120
},
"stopId": "0:FER02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050573",
"uncertainty": 120
},
"departure": {
"time": "1766050573",
"uncertainty": 120
},
"stopId": "0:HAu02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050618",
"uncertainty": 120
},
"departure": {
"time": "1766050664",
"uncertainty": 120
},
"stopId": "0:11N02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050724",
"uncertainty": 120
},
"departure": {
"time": "1766050739",
"uncertainty": 120
},
"stopId": "0:COU02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050769",
"uncertainty": 120
},
"departure": {
"time": "1766050784",
"uncertainty": 120
},
"stopId": "0:VOl02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050829",
"uncertainty": 120
},
"departure": {
"time": "1766050860",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050941",
"uncertainty": 120
},
"departure": {
"time": "1766050964",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766050994",
"uncertainty": 120
},
"departure": {
"time": "1766051009",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051069",
"uncertainty": 120
},
"departure": {
"time": "1766051084",
"uncertainty": 120
},
"stopId": "0:14J03",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051141",
"uncertainty": 120
},
"departure": {
"time": "1766051141",
"uncertainty": 120
},
"stopId": "0:PZI02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051174",
"uncertainty": 120
},
"departure": {
"time": "1766051294",
"uncertainty": 120
},
"stopId": "0:FOR01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051339",
"uncertainty": 120
},
"departure": {
"time": "1766051339",
"uncertainty": 120
},
"stopId": "0:CHr01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051379",
"uncertainty": 120
},
"departure": {
"time": "1766051384",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051459",
"uncertainty": 120
},
"departure": {
"time": "1766051459",
"uncertainty": 120
},
"stopId": "0:SQU02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051489",
"uncertainty": 120
},
"departure": {
"time": "1766051534",
"uncertainty": 120
},
"stopId": "0:EUr02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766051564",
"uncertainty": 120
},
"departure": {
"time": "1766051564",
"uncertainty": 120
},
"stopId": "0:STd02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766051587",
"uncertainty": 120
},
"departure": {
"time": "1766051587",
"uncertainty": 120
},
"stopId": "0:Std02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051646",
"uncertainty": 120
},
"departure": {
"time": "1766051759",
"uncertainty": 120
},
"stopId": "0:PTH02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051810",
"uncertainty": 120
},
"departure": {
"time": "1766051810",
"uncertainty": 120
},
"stopId": "0:JAF02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766051864",
"uncertainty": 120
},
"departure": {
"time": "1766051864",
"uncertainty": 120
},
"stopId": "0:MOU02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766051907",
"uncertainty": 120
},
"departure": {
"time": "1766051907",
"uncertainty": 120
},
"stopId": "0:DEB02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766051974",
"uncertainty": 120
},
"departure": {
"time": "1766051974",
"uncertainty": 120
},
"stopId": "0:LEM02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766052040",
"uncertainty": 120
},
"departure": {
"time": "1766052040",
"uncertainty": 120
},
"stopId": "0:KEL02",
"stopSequence": 36
},
{
"arrival": {
"time": "1766052110",
"uncertainty": 120
},
"departure": {
"time": "1766052110",
"uncertainty": 120
},
"stopId": "0:MRQ02",
"stopSequence": 37
},
{
"arrival": {
"time": "1766052155",
"uncertainty": 120
},
"departure": {
"time": "1766052155",
"uncertainty": 120
},
"stopId": "0:VrD02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766052236",
"uncertainty": 120
},
"departure": {
"time": "1766052236",
"uncertainty": 120
},
"stopId": "0:CpG02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766052360",
"uncertainty": 120
},
"departure": {
"time": "1766052360",
"uncertainty": 120
},
"stopId": "0:ChM02",
"stopSequence": 40
},
{
"arrival": {
"time": "1766052383",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 41
}
],
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978958"
},
"vehicle": {
"id": "303",
"label": "303"
}
}
},
{
"id": "C1977343",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1766054533"
},
"departure": {
"time": "1766054533"
},
"stopId": "0:Gar01"
},
{
"departure": {
"time": "1766054460"
},
"stopId": "0:Gar01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054787"
},
"departure": {
"time": "1766054787"
},
"stopId": "0:THE02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766055087"
},
"departure": {
"time": "1766055087"
},
"stopId": "0:EUr02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766055455"
},
"departure": {
"time": "1766055455"
},
"stopId": "0:ArC02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766055627"
},
"stopId": "0:Pal02",
"stopSequence": 5
}
],
"trip": {
"directionId": 0,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977343"
}
}
},
{
"id": "C1979217",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054760",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979217"
}
}
},
{
"id": "C1978761",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054340",
"uncertainty": 120
},
"stopId": "0:CEN02",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978761"
}
}
},
{
"id": "C1976202",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054880",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054967",
"uncertainty": 120
},
"departure": {
"time": "1766054967",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766055088",
"uncertainty": 120
},
"departure": {
"time": "1766055088",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766055230",
"uncertainty": 120
},
"departure": {
"time": "1766055230",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766055284",
"uncertainty": 120
},
"departure": {
"time": "1766055284",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766055362",
"uncertainty": 120
},
"departure": {
"time": "1766055362",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766055461",
"uncertainty": 120
},
"departure": {
"time": "1766055461",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766055615",
"uncertainty": 120
},
"departure": {
"time": "1766055615",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766055669",
"uncertainty": 120
},
"departure": {
"time": "1766055669",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766055729",
"uncertainty": 120
},
"departure": {
"time": "1766055729",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766055788",
"uncertainty": 120
},
"departure": {
"time": "1766055788",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766055865",
"uncertainty": 120
},
"departure": {
"time": "1766055865",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766055930",
"uncertainty": 120
},
"departure": {
"time": "1766055930",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766055970",
"uncertainty": 120
},
"departure": {
"time": "1766055970",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766056061",
"uncertainty": 120
},
"departure": {
"time": "1766056061",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766056177",
"uncertainty": 120
},
"departure": {
"time": "1766056177",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766056252",
"uncertainty": 120
},
"departure": {
"time": "1766056252",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766056385",
"uncertainty": 120
},
"departure": {
"time": "1766056385",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766056482",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976202"
}
}
},
{
"id": "C1977701",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055360",
"uncertainty": 120
},
"stopId": "0:FoN01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977701"
}
}
},
{
"id": "C1979215",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052840",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979215"
}
}
},
{
"id": "C1978935",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050277",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050292",
"uncertainty": 120
},
"departure": {
"time": "1766050292",
"uncertainty": 120
},
"stopId": "0:ChM01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050378",
"uncertainty": 120
},
"departure": {
"time": "1766050378",
"uncertainty": 120
},
"stopId": "0:CpG01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050397",
"uncertainty": 120
},
"departure": {
"time": "1766050397",
"uncertainty": 120
},
"stopId": "0:VrD01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050467",
"uncertainty": 120
},
"departure": {
"time": "1766050472",
"uncertainty": 120
},
"stopId": "0:MRQ01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050532",
"uncertainty": 120
},
"departure": {
"time": "1766050532",
"uncertainty": 120
},
"stopId": "0:KEL01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050572",
"uncertainty": 120
},
"departure": {
"time": "1766050578",
"uncertainty": 120
},
"stopId": "0:LEM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050607",
"uncertainty": 120
},
"departure": {
"time": "1766050622",
"uncertainty": 120
},
"stopId": "0:DEB01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050667",
"uncertainty": 120
},
"departure": {
"time": "1766050682",
"uncertainty": 120
},
"stopId": "0:MOU01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050712",
"uncertainty": 120
},
"departure": {
"time": "1766050727",
"uncertainty": 120
},
"stopId": "0:JAF01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050757",
"uncertainty": 120
},
"departure": {
"time": "1766050772",
"uncertainty": 120
},
"stopId": "0:PTH01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050874",
"uncertainty": 120
},
"departure": {
"time": "1766050874",
"uncertainty": 120
},
"stopId": "0:Std01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050892",
"uncertainty": 120
},
"departure": {
"time": "1766050892",
"uncertainty": 120
},
"stopId": "0:STd01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050952",
"uncertainty": 120
},
"departure": {
"time": "1766050997",
"uncertainty": 120
},
"stopId": "0:EUr01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051034",
"uncertainty": 120
},
"departure": {
"time": "1766051042",
"uncertainty": 120
},
"stopId": "0:MOI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051087",
"uncertainty": 120
},
"departure": {
"time": "1766051147",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051163",
"uncertainty": 120
},
"departure": {
"time": "1766051163",
"uncertainty": 120
},
"stopId": "0:STm01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051207",
"uncertainty": 120
},
"departure": {
"time": "1766051207",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051230",
"uncertainty": 120
},
"departure": {
"time": "1766051230",
"uncertainty": 120
},
"stopId": "0:ISL01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051277",
"uncertainty": 120
},
"departure": {
"time": "1766051277",
"uncertainty": 120
},
"stopId": "0:BOu01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051337",
"uncertainty": 120
},
"departure": {
"time": "1766051342",
"uncertainty": 120
},
"stopId": "0:PZI01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051387",
"uncertainty": 120
},
"departure": {
"time": "1766051400",
"uncertainty": 120
},
"stopId": "0:14J04",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051477",
"uncertainty": 120
},
"departure": {
"time": "1766051507",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051568",
"uncertainty": 120
},
"departure": {
"time": "1766051597",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051672",
"uncertainty": 120
},
"departure": {
"time": "1766051700",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051795",
"uncertainty": 120
},
"departure": {
"time": "1766051795",
"uncertainty": 120
},
"stopId": "0:VOl01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051854",
"uncertainty": 120
},
"departure": {
"time": "1766051854",
"uncertainty": 120
},
"stopId": "0:COU01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051924",
"uncertainty": 120
},
"departure": {
"time": "1766051924",
"uncertainty": 120
},
"stopId": "0:11N01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052039",
"uncertainty": 120
},
"departure": {
"time": "1766052039",
"uncertainty": 120
},
"stopId": "0:HAu01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052117",
"uncertainty": 120
},
"departure": {
"time": "1766052117",
"uncertainty": 120
},
"stopId": "0:FER01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052179",
"uncertainty": 120
},
"departure": {
"time": "1766052179",
"uncertainty": 120
},
"stopId": "0:CHN01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052276",
"uncertainty": 120
},
"departure": {
"time": "1766052276",
"uncertainty": 120
},
"stopId": "0:CUV01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052329",
"uncertainty": 120
},
"departure": {
"time": "1766052329",
"uncertainty": 120
},
"stopId": "0:PLA01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052377",
"uncertainty": 120
},
"departure": {
"time": "1766052377",
"uncertainty": 120
},
"stopId": "0:NUN01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766052481",
"uncertainty": 120
},
"departure": {
"time": "1766052481",
"uncertainty": 120
},
"stopId": "0:TRO01",
"stopSequence": 35
},
{
"arrival": {
"time": "1766052516",
"uncertainty": 120
},
"departure": {
"time": "1766052516",
"uncertainty": 120
},
"stopId": "0:MAL01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766052578",
"uncertainty": 120
},
"departure": {
"time": "1766052578",
"uncertainty": 120
},
"stopId": "0:CAR01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766052614",
"uncertainty": 120
},
"departure": {
"time": "1766052614",
"uncertainty": 120
},
"stopId": "0:CRO04",
"stopSequence": 38
},
{
"arrival": {
"time": "1766052644",
"uncertainty": 120
},
"departure": {
"time": "1766052644",
"uncertainty": 120
},
"stopId": "0:DSe01",
"stopSequence": 39
},
{
"arrival": {
"time": "1766052727",
"uncertainty": 120
},
"departure": {
"time": "1766052727",
"uncertainty": 120
},
"stopId": "0:BrX02",
"stopSequence": 40
},
{
"arrival": {
"time": "1766052797",
"uncertainty": 120
},
"departure": {
"time": "1766052797",
"uncertainty": 120
},
"stopId": "0:BdP02",
"stopSequence": 41
},
{
"arrival": {
"time": "1766052818",
"uncertainty": 120
},
"departure": {
"time": "1766052818",
"uncertainty": 120
},
"stopId": "0:MAe01",
"stopSequence": 42
},
{
"arrival": {
"time": "1766052876",
"uncertainty": 120
},
"stopId": "0:PaR01",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978935"
},
"vehicle": {
"id": "273",
"label": "273"
}
}
},
{
"id": "C1979507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054760",
"uncertainty": 120
},
"stopId": "0:STG01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979507"
}
}
},
{
"id": "C1979686",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054820",
"uncertainty": 120
},
"stopId": "0:POi01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979686"
}
}
},
{
"id": "C1975871",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054640",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1975871"
}
}
},
{
"id": "C1978972",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053500",
"uncertainty": 120
},
"stopId": "0:PaR01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978972"
}
}
},
{
"id": "C1978922",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053080",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978922"
}
}
},
{
"id": "C1977467",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054280",
"uncertainty": 120
},
"stopId": "0:Pal02",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977467"
}
}
},
{
"id": "C1979212",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053500",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979212"
}
}
},
{
"id": "C1979509",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055300",
"uncertainty": 120
},
"stopId": "0:FOU01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979509"
}
}
},
{
"id": "C1979404",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054820",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979404"
}
}
},
{
"id": "C1983960",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050937",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051006",
"uncertainty": 120
},
"departure": {
"time": "1766051006",
"uncertainty": 120
},
"stopId": "0:COQ01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051065",
"uncertainty": 120
},
"departure": {
"time": "1766051065",
"uncertainty": 120
},
"stopId": "0:Mai01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051117",
"uncertainty": 120
},
"departure": {
"time": "1766051117",
"uncertainty": 120
},
"stopId": "0:MAR01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051222",
"uncertainty": 120
},
"departure": {
"time": "1766051222",
"uncertainty": 120
},
"stopId": "0:LAK01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051252",
"uncertainty": 120
},
"departure": {
"time": "1766051252",
"uncertainty": 120
},
"stopId": "0:BOI01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051293",
"uncertainty": 120
},
"departure": {
"time": "1766051293",
"uncertainty": 120
},
"stopId": "0:MRC01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051350",
"uncertainty": 120
},
"departure": {
"time": "1766051372",
"uncertainty": 120
},
"stopId": "0:BUI01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051431",
"uncertainty": 120
},
"departure": {
"time": "1766051431",
"uncertainty": 120
},
"stopId": "0:STE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051462",
"uncertainty": 120
},
"departure": {
"time": "1766051462",
"uncertainty": 120
},
"stopId": "0:HOC01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051507",
"uncertainty": 120
},
"departure": {
"time": "1766051507",
"uncertainty": 120
},
"stopId": "0:mar01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051626",
"uncertainty": 120
},
"departure": {
"time": "1766051627",
"uncertainty": 120
},
"stopId": "0:MUL01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051687",
"uncertainty": 120
},
"departure": {
"time": "1766051702",
"uncertainty": 120
},
"stopId": "0:PTV01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051747",
"uncertainty": 120
},
"departure": {
"time": "1766051747",
"uncertainty": 120
},
"stopId": "0:CHO01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051824",
"uncertainty": 120
},
"departure": {
"time": "1766051824",
"uncertainty": 120
},
"stopId": "0:LAR01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051947",
"uncertainty": 120
},
"departure": {
"time": "1766051947",
"uncertainty": 120
},
"stopId": "0:THE01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052027",
"uncertainty": 120
},
"departure": {
"time": "1766052027",
"uncertainty": 120
},
"stopId": "0:JMO01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052147",
"uncertainty": 120
},
"departure": {
"time": "1766052147",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052223",
"uncertainty": 120
},
"departure": {
"time": "1766052223",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052310",
"uncertainty": 120
},
"departure": {
"time": "1766052310",
"uncertainty": 120
},
"stopId": "0:CLA01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052381",
"uncertainty": 120
},
"departure": {
"time": "1766052381",
"uncertainty": 120
},
"stopId": "0:PTB01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052469",
"uncertainty": 120
},
"departure": {
"time": "1766052469",
"uncertainty": 120
},
"stopId": "0:DUT01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052544",
"uncertainty": 120
},
"departure": {
"time": "1766052544",
"uncertainty": 120
},
"stopId": "0:MAC01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052615",
"uncertainty": 120
},
"departure": {
"time": "1766052615",
"uncertainty": 120
},
"stopId": "0:CAS01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052694",
"uncertainty": 120
},
"departure": {
"time": "1766052694",
"uncertainty": 120
},
"stopId": "0:ROM01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052723",
"uncertainty": 120
},
"departure": {
"time": "1766052723",
"uncertainty": 120
},
"stopId": "0:SAP01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052776",
"uncertainty": 120
},
"departure": {
"time": "1766052776",
"uncertainty": 120
},
"stopId": "0:DUN01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052828",
"uncertainty": 120
},
"departure": {
"time": "1766052828",
"uncertainty": 120
},
"stopId": "0:par03",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052874",
"uncertainty": 120
},
"departure": {
"time": "1766052874",
"uncertainty": 120
},
"stopId": "0:Cht03",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052923",
"uncertainty": 120
},
"departure": {
"time": "1766052923",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052979",
"uncertainty": 120
},
"departure": {
"time": "1766052979",
"uncertainty": 120
},
"stopId": "0:ECG01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052996",
"uncertainty": 120
},
"stopId": "0:GAN01",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983960"
},
"vehicle": {
"id": "279",
"label": "279"
}
}
},
{
"id": "C1978471",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052480",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978471"
}
}
},
{
"id": "C1983923",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053440",
"uncertainty": 120
},
"stopId": "0:GAN01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766053482",
"uncertainty": 120
},
"departure": {
"time": "1766053482",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766053560",
"uncertainty": 120
},
"departure": {
"time": "1766053560",
"uncertainty": 120
},
"stopId": "0:Cht04",
"stopSequence": 3
},
{
"arrival": {
"time": "1766053604",
"uncertainty": 120
},
"departure": {
"time": "1766053604",
"uncertainty": 120
},
"stopId": "0:par04",
"stopSequence": 4
},
{
"arrival": {
"time": "1766053711",
"uncertainty": 120
},
"departure": {
"time": "1766053711",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:DUN02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766053753",
"uncertainty": 120
},
"departure": {
"time": "1766053753",
"uncertainty": 120
},
"stopId": "0:SAP02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766053797",
"uncertainty": 120
},
"departure": {
"time": "1766053797",
"uncertainty": 120
},
"stopId": "0:ROM02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766053879",
"uncertainty": 120
},
"departure": {
"time": "1766053879",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766053967",
"uncertainty": 120
},
"departure": {
"time": "1766053967",
"uncertainty": 120
},
"stopId": "0:MAC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766054095",
"uncertainty": 120
},
"departure": {
"time": "1766054095",
"uncertainty": 120
},
"stopId": "0:DUT02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766054167",
"uncertainty": 120
},
"departure": {
"time": "1766054167",
"uncertainty": 120
},
"stopId": "0:PTB02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766054278",
"uncertainty": 120
},
"departure": {
"time": "1766054278",
"uncertainty": 120
},
"stopId": "0:CLA02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766054369",
"uncertainty": 120
},
"departure": {
"time": "1766054369",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766054424",
"uncertainty": 120
},
"departure": {
"time": "1766054424",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766054517",
"uncertainty": 120
},
"departure": {
"time": "1766054517",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 15
},
{
"arrival": {
"time": "1766054576",
"uncertainty": 120
},
"departure": {
"time": "1766054576",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766054726",
"uncertainty": 120
},
"departure": {
"time": "1766054726",
"uncertainty": 120
},
"stopId": "0:LAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766054794",
"uncertainty": 120
},
"departure": {
"time": "1766054794",
"uncertainty": 120
},
"stopId": "0:CHO02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766054866",
"uncertainty": 120
},
"departure": {
"time": "1766054866",
"uncertainty": 120
},
"stopId": "0:PTV02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766054935",
"uncertainty": 120
},
"departure": {
"time": "1766054935",
"uncertainty": 120
},
"stopId": "0:MUL02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766055022",
"uncertainty": 120
},
"departure": {
"time": "1766055022",
"uncertainty": 120
},
"stopId": "0:mar02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766055117",
"uncertainty": 120
},
"departure": {
"time": "1766055117",
"uncertainty": 120
},
"stopId": "0:HOC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766055169",
"uncertainty": 120
},
"departure": {
"time": "1766055169",
"uncertainty": 120
},
"stopId": "0:STE02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766055226",
"uncertainty": 120
},
"departure": {
"time": "1766055226",
"uncertainty": 120
},
"stopId": "0:BUI02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766055318",
"uncertainty": 120
},
"departure": {
"time": "1766055318",
"uncertainty": 120
},
"stopId": "0:MRC02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766055357",
"uncertainty": 120
},
"departure": {
"time": "1766055357",
"uncertainty": 120
},
"stopId": "0:BOI02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766055419",
"uncertainty": 120
},
"departure": {
"time": "1766055419",
"uncertainty": 120
},
"stopId": "0:LAK02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766055520",
"uncertainty": 120
},
"departure": {
"time": "1766055520",
"uncertainty": 120
},
"stopId": "0:MAR02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766055603",
"uncertainty": 120
},
"departure": {
"time": "1766055603",
"uncertainty": 120
},
"stopId": "0:Mai02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766055644",
"uncertainty": 120
},
"departure": {
"time": "1766055644",
"uncertainty": 120
},
"stopId": "0:COQ02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766055777",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983923"
}
}
},
{
"id": "C1979053",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1766054894",
"uncertainty": 120
},
"departure": {
"time": "1766054894",
"uncertainty": 120
},
"stopId": "0:LIB02"
},
{
"arrival": {
"time": "1766054995",
"uncertainty": 120
},
"departure": {
"time": "1766054995",
"uncertainty": 120
},
"stopId": "0:BOi02"
},
{
"arrival": {
"time": "1766055189",
"uncertainty": 120
},
"departure": {
"time": "1766055189",
"uncertainty": 120
},
"stopId": "0:CHE01"
},
{
"departure": {
"time": "1766054880",
"uncertainty": 120
},
"stopId": "0:ECR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054940",
"uncertainty": 120
},
"departure": {
"time": "1766054940",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GUI01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766055250",
"uncertainty": 120
},
"departure": {
"time": "1766055250",
"uncertainty": 120
},
"stopId": "0:CHR01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766055291",
"uncertainty": 120
},
"departure": {
"time": "1766055291",
"uncertainty": 120
},
"stopId": "0:STp01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766055328",
"uncertainty": 120
},
"departure": {
"time": "1766055328",
"uncertainty": 120
},
"stopId": "0:BEr01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766055367",
"uncertainty": 120
},
"departure": {
"time": "1766055367",
"uncertainty": 120
},
"stopId": "0:STp02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766055406",
"uncertainty": 120
},
"departure": {
"time": "1766055406",
"uncertainty": 120
},
"stopId": "0:CHR02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766055462",
"uncertainty": 120
},
"departure": {
"time": "1766055462",
"uncertainty": 120
},
"stopId": "0:CHE02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766055513",
"uncertainty": 120
},
"departure": {
"time": "1766055513",
"uncertainty": 120
},
"stopId": "0:BOi02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766055607",
"uncertainty": 120
},
"departure": {
"time": "1766055607",
"uncertainty": 120
},
"stopId": "0:EGA02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766055645",
"uncertainty": 120
},
"departure": {
"time": "1766055645",
"uncertainty": 120
},
"stopId": "0:UTT02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766055735",
"uncertainty": 120
},
"departure": {
"time": "1766055735",
"uncertainty": 120
},
"stopId": "0:CrO02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766055777",
"uncertainty": 120
},
"stopId": "0:GEN01",
"stopSequence": 13
}
],
"trip": {
"directionId": 1,
"routeId": "38",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979053"
}
}
},
{
"id": "C1979424",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052360",
"uncertainty": 120
},
"stopId": "0:HAM01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979424"
}
}
},
{
"id": "C1979211",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052600",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979211"
}
}
},
{
"id": "C1976541",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054100",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054140",
"uncertainty": 120
},
"departure": {
"time": "1766054140",
"uncertainty": 120
},
"stopId": "0:CHS01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766054205",
"uncertainty": 120
},
"departure": {
"time": "1766054205",
"uncertainty": 120
},
"stopId": "0:ING01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766054256",
"uncertainty": 120
},
"departure": {
"time": "1766054256",
"uncertainty": 120
},
"stopId": "0:LAV01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766054300",
"uncertainty": 120
},
"departure": {
"time": "1766054300",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766054340",
"uncertainty": 120
},
"departure": {
"time": "1766054340",
"uncertainty": 120
},
"stopId": "0:LIB01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766054417",
"uncertainty": 120
},
"departure": {
"time": "1766054417",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GUI01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766054476",
"uncertainty": 120
},
"departure": {
"time": "1766054476",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHE02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766054460",
"uncertainty": 120
},
"departure": {
"time": "1766054460",
"uncertainty": 120
},
"stopId": "0:BOi02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766054575",
"uncertainty": 120
},
"departure": {
"time": "1766054575",
"uncertainty": 120
},
"stopId": "0:EGA02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766054621",
"uncertainty": 120
},
"departure": {
"time": "1766054621",
"uncertainty": 120
},
"stopId": "0:UTT02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766054722",
"uncertainty": 120
},
"departure": {
"time": "1766054722",
"uncertainty": 120
},
"stopId": "0:CrO02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766054763",
"uncertainty": 120
},
"departure": {
"time": "1766054763",
"uncertainty": 120
},
"stopId": "0:REI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766054829",
"uncertainty": 120
},
"departure": {
"time": "1766054829",
"uncertainty": 120
},
"stopId": "0:LAr02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766054861",
"uncertainty": 120
},
"departure": {
"time": "1766054861",
"uncertainty": 120
},
"stopId": "0:LOM03",
"stopSequence": 15
},
{
"arrival": {
"time": "1766054933",
"uncertainty": 120
},
"departure": {
"time": "1766054933",
"uncertainty": 120
},
"stopId": "0:pAS02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766054981",
"uncertainty": 120
},
"departure": {
"time": "1766054981",
"uncertainty": 120
},
"stopId": "0:tHI02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766055031",
"uncertainty": 120
},
"departure": {
"time": "1766055031",
"uncertainty": 120
},
"stopId": "0:ROL02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766055085",
"uncertainty": 120
},
"departure": {
"time": "1766055085",
"uncertainty": 120
},
"stopId": "0:JAc02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766055141",
"uncertainty": 120
},
"departure": {
"time": "1766055141",
"uncertainty": 120
},
"stopId": "0:MIS02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766055207",
"uncertainty": 120
},
"departure": {
"time": "1766055207",
"uncertainty": 120
},
"stopId": "0:BEA02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766055250",
"uncertainty": 120
},
"departure": {
"time": "1766055250",
"uncertainty": 120
},
"stopId": "0:PAR02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766055327",
"uncertainty": 120
},
"departure": {
"time": "1766055327",
"uncertainty": 120
},
"stopId": "0:TER02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766055407",
"uncertainty": 120
},
"departure": {
"time": "1766055407",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766055502",
"uncertainty": 120
},
"stopId": "0:BTr01",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976541"
}
}
},
{
"id": "C1979756",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055180",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979756"
}
}
},
{
"id": "C1979498",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050845",
"uncertainty": 120
},
"stopId": "0:STG01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050890",
"uncertainty": 120
},
"departure": {
"time": "1766050890",
"uncertainty": 120
},
"stopId": "0:DUF01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050932",
"uncertainty": 120
},
"departure": {
"time": "1766050932",
"uncertainty": 120
},
"stopId": "0:CEZ01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050958",
"uncertainty": 120
},
"departure": {
"time": "1766050958",
"uncertainty": 120
},
"stopId": "0:PRI02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050987",
"uncertainty": 120
},
"departure": {
"time": "1766050987",
"uncertainty": 120
},
"stopId": "0:MSG02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051040",
"uncertainty": 120
},
"departure": {
"time": "1766051040",
"uncertainty": 120
},
"stopId": "0:MAr02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051070",
"uncertainty": 120
},
"departure": {
"time": "1766051070",
"uncertainty": 120
},
"stopId": "0:PDl02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051152",
"uncertainty": 120
},
"departure": {
"time": "1766051152",
"uncertainty": 120
},
"stopId": "0:PER02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051190",
"uncertainty": 120
},
"departure": {
"time": "1766051190",
"uncertainty": 120
},
"stopId": "0:PiT02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051205",
"uncertainty": 120
},
"departure": {
"time": "1766051205",
"uncertainty": 120
},
"stopId": "0:COM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051225",
"uncertainty": 120
},
"departure": {
"time": "1766051225",
"uncertainty": 120
},
"stopId": "0:OLI02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051280",
"uncertainty": 120
},
"departure": {
"time": "1766051280",
"uncertainty": 120
},
"stopId": "0:GaU02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051385",
"uncertainty": 120
},
"departure": {
"time": "1766051385",
"uncertainty": 120
},
"stopId": "0:ANT02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051474",
"uncertainty": 120
},
"departure": {
"time": "1766051474",
"uncertainty": 120
},
"stopId": "0:MED02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051490",
"uncertainty": 120
},
"departure": {
"time": "1766051505",
"uncertainty": 120
},
"stopId": "0:CCE02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051550",
"uncertainty": 120
},
"departure": {
"time": "1766051565",
"uncertainty": 120
},
"stopId": "0:MAi02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051637",
"uncertainty": 120
},
"departure": {
"time": "1766051655",
"uncertainty": 120
},
"stopId": "0:BAl02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051700",
"uncertainty": 120
},
"departure": {
"time": "1766051715",
"uncertainty": 120
},
"stopId": "0:MAU02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051780",
"uncertainty": 120
},
"departure": {
"time": "1766051780",
"uncertainty": 120
},
"stopId": "0:TIL02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051850",
"uncertainty": 120
},
"departure": {
"time": "1766051850",
"uncertainty": 120
},
"stopId": "0:DID02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052006",
"uncertainty": 120
},
"departure": {
"time": "1766052006",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052132",
"uncertainty": 120
},
"departure": {
"time": "1766052132",
"uncertainty": 120
},
"stopId": "0:GAR03",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052198",
"uncertainty": 120
},
"departure": {
"time": "1766052198",
"uncertainty": 120
},
"stopId": "0:VlS01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052296",
"uncertainty": 120
},
"departure": {
"time": "1766052296",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052365",
"uncertainty": 120
},
"departure": {
"time": "1766052365",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052416",
"uncertainty": 120
},
"departure": {
"time": "1766052416",
"uncertainty": 120
},
"stopId": "0:Jac02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052472",
"uncertainty": 120
},
"departure": {
"time": "1766052472",
"uncertainty": 120
},
"stopId": "0:BIL02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052507",
"uncertainty": 120
},
"departure": {
"time": "1766052507",
"uncertainty": 120
},
"stopId": "0:TAM02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052550",
"uncertainty": 120
},
"departure": {
"time": "1766052550",
"uncertainty": 120
},
"stopId": "0:BRO02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052591",
"uncertainty": 120
},
"departure": {
"time": "1766052591",
"uncertainty": 120
},
"stopId": "0:SEC02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052625",
"uncertainty": 120
},
"departure": {
"time": "1766052625",
"uncertainty": 120
},
"stopId": "0:DEM02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052655",
"uncertainty": 120
},
"departure": {
"time": "1766052655",
"uncertainty": 120
},
"stopId": "0:CHm02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052728",
"uncertainty": 120
},
"departure": {
"time": "1766052728",
"uncertainty": 120
},
"stopId": "0:GDF02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052801",
"uncertainty": 120
},
"departure": {
"time": "1766052801",
"uncertainty": 120
},
"stopId": "0:PPP02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766052840",
"uncertainty": 120
},
"stopId": "0:FOU01",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979498"
},
"vehicle": {
"id": "284",
"label": "284"
}
}
},
{
"id": "C1978987",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052480",
"uncertainty": 120
},
"stopId": "0:CEN02",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978987"
}
}
},
{
"id": "C1978415",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050367",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050382",
"uncertainty": 120
},
"departure": {
"time": "1766050382",
"uncertainty": 120
},
"stopId": "0:Ham01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050409",
"uncertainty": 120
},
"departure": {
"time": "1766050409",
"uncertainty": 120
},
"stopId": "0:PIS01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050472",
"uncertainty": 120
},
"departure": {
"time": "1766050487",
"uncertainty": 120
},
"stopId": "0:TEI01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050517",
"uncertainty": 120
},
"departure": {
"time": "1766050532",
"uncertainty": 120
},
"stopId": "0:CAm01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050592",
"uncertainty": 120
},
"departure": {
"time": "1766050607",
"uncertainty": 120
},
"stopId": "0:MOZ02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050667",
"uncertainty": 120
},
"departure": {
"time": "1766050682",
"uncertainty": 120
},
"stopId": "0:JUI02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050796",
"uncertainty": 120
},
"departure": {
"time": "1766050817",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050860",
"uncertainty": 120
},
"departure": {
"time": "1766050860",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050907",
"uncertainty": 120
},
"departure": {
"time": "1766050922",
"uncertainty": 120
},
"stopId": "0:TRo01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050952",
"uncertainty": 120
},
"departure": {
"time": "1766050952",
"uncertainty": 120
},
"stopId": "0:HTC01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051012",
"uncertainty": 120
},
"departure": {
"time": "1766051027",
"uncertainty": 120
},
"stopId": "0:STM03",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051216",
"uncertainty": 120
},
"departure": {
"time": "1766051222",
"uncertainty": 120
},
"stopId": "0:ALA01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051312",
"uncertainty": 120
},
"departure": {
"time": "1766051327",
"uncertainty": 120
},
"stopId": "0:ROG01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051357",
"uncertainty": 120
},
"departure": {
"time": "1766051357",
"uncertainty": 120
},
"stopId": "0:PAI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051396",
"uncertainty": 120
},
"departure": {
"time": "1766051396",
"uncertainty": 120
},
"stopId": "0:FIL01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051492",
"uncertainty": 120
},
"departure": {
"time": "1766051757",
"uncertainty": 120
},
"stopId": "0:JMO01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051874",
"uncertainty": 120
},
"departure": {
"time": "1766051874",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051980",
"uncertainty": 120
},
"departure": {
"time": "1766051980",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052089",
"uncertainty": 120
},
"departure": {
"time": "1766052089",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052174",
"uncertainty": 120
},
"departure": {
"time": "1766052174",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052282",
"uncertainty": 120
},
"departure": {
"time": "1766052282",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052377",
"uncertainty": 120
},
"departure": {
"time": "1766052377",
"uncertainty": 120
},
"stopId": "0:SUP01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052451",
"uncertainty": 120
},
"departure": {
"time": "1766052451",
"uncertainty": 120
},
"stopId": "0:SOM01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052530",
"uncertainty": 120
},
"departure": {
"time": "1766052530",
"uncertainty": 120
},
"stopId": "0:CRo01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052603",
"uncertainty": 120
},
"departure": {
"time": "1766052603",
"uncertainty": 120
},
"stopId": "0:mAI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052642",
"uncertainty": 120
},
"departure": {
"time": "1766052642",
"uncertainty": 120
},
"stopId": "0:MAg01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052728",
"uncertainty": 120
},
"departure": {
"time": "1766052728",
"uncertainty": 120
},
"stopId": "0:COu01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052769",
"uncertainty": 120
},
"departure": {
"time": "1766052769",
"uncertainty": 120
},
"stopId": "0:ROS01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052850",
"uncertainty": 120
},
"departure": {
"time": "1766052850",
"uncertainty": 120
},
"stopId": "0:Ver01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052887",
"uncertainty": 120
},
"departure": {
"time": "1766052887",
"uncertainty": 120
},
"stopId": "0:BAL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052951",
"uncertainty": 120
},
"departure": {
"time": "1766052951",
"uncertainty": 120
},
"stopId": "0:VIE01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052992",
"uncertainty": 120
},
"departure": {
"time": "1766052992",
"uncertainty": 120
},
"stopId": "0:HTF01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053062",
"uncertainty": 120
},
"departure": {
"time": "1766053062",
"uncertainty": 120
},
"stopId": "0:BRE02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053125",
"uncertainty": 120
},
"departure": {
"time": "1766053125",
"uncertainty": 120
},
"stopId": "0:ROs03",
"stopSequence": 35
},
{
"arrival": {
"time": "1766053205",
"uncertainty": 120
},
"departure": {
"time": "1766053205",
"uncertainty": 120
},
"stopId": "0:CoU01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766053267",
"uncertainty": 120
},
"departure": {
"time": "1766053267",
"uncertainty": 120
},
"stopId": "0:ViL01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766053354",
"uncertainty": 120
},
"departure": {
"time": "1766053354",
"uncertainty": 120
},
"stopId": "0:mai01",
"stopSequence": 38
},
{
"arrival": {
"time": "1766053404",
"uncertainty": 120
},
"departure": {
"time": "1766053404",
"uncertainty": 120
},
"stopId": "0:Cen01",
"stopSequence": 39
},
{
"arrival": {
"time": "1766053542",
"uncertainty": 120
},
"stopId": "0:BpL01",
"stopSequence": 40
}
],
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978415"
},
"vehicle": {
"id": "307",
"label": "307"
}
}
},
{
"id": "C1976294",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052960",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766053047",
"uncertainty": 120
},
"departure": {
"time": "1766053047",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766053168",
"uncertainty": 120
},
"departure": {
"time": "1766053168",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766053310",
"uncertainty": 120
},
"departure": {
"time": "1766053310",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766053366",
"uncertainty": 120
},
"departure": {
"time": "1766053366",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766053453",
"uncertainty": 120
},
"departure": {
"time": "1766053453",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766053552",
"uncertainty": 120
},
"departure": {
"time": "1766053552",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766053706",
"uncertainty": 120
},
"departure": {
"time": "1766053706",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766053760",
"uncertainty": 120
},
"departure": {
"time": "1766053760",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766053820",
"uncertainty": 120
},
"departure": {
"time": "1766053820",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766053879",
"uncertainty": 120
},
"departure": {
"time": "1766053879",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766053956",
"uncertainty": 120
},
"departure": {
"time": "1766053956",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766054021",
"uncertainty": 120
},
"departure": {
"time": "1766054021",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766054061",
"uncertainty": 120
},
"departure": {
"time": "1766054061",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766054163",
"uncertainty": 120
},
"departure": {
"time": "1766054163",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766054276",
"uncertainty": 120
},
"departure": {
"time": "1766054276",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766054349",
"uncertainty": 120
},
"departure": {
"time": "1766054349",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766054483",
"uncertainty": 120
},
"departure": {
"time": "1766054483",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766054580",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976294"
}
}
},
{
"id": "C1983963",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054880",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983963"
}
}
},
{
"id": "C1979398",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051129",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051215",
"uncertainty": 120
},
"departure": {
"time": "1766051220",
"uncertainty": 120
},
"stopId": "0:CLO01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051286",
"uncertainty": 120
},
"departure": {
"time": "1766051286",
"uncertainty": 120
},
"stopId": "0:MOL02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051326",
"uncertainty": 120
},
"departure": {
"time": "1766051326",
"uncertainty": 120
},
"stopId": "0:BAS02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051356",
"uncertainty": 120
},
"departure": {
"time": "1766051356",
"uncertainty": 120
},
"stopId": "0:LAB02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051379",
"uncertainty": 120
},
"departure": {
"time": "1766051379",
"uncertainty": 120
},
"stopId": "0:HTM02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051417",
"uncertainty": 120
},
"departure": {
"time": "1766051417",
"uncertainty": 120
},
"stopId": "0:FAR02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051443",
"uncertainty": 120
},
"departure": {
"time": "1766051443",
"uncertainty": 120
},
"stopId": "0:COR02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051477",
"uncertainty": 120
},
"departure": {
"time": "1766051477",
"uncertainty": 120
},
"stopId": "0:VEO02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051507",
"uncertainty": 120
},
"departure": {
"time": "1766051522",
"uncertainty": 120
},
"stopId": "0:NOE02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051579",
"uncertainty": 120
},
"departure": {
"time": "1766051579",
"uncertainty": 120
},
"stopId": "0:PSL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051651",
"uncertainty": 120
},
"departure": {
"time": "1766051658",
"uncertainty": 120
},
"stopId": "0:CUM02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051673",
"uncertainty": 120
},
"departure": {
"time": "1766051688",
"uncertainty": 120
},
"stopId": "0:NIEL02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051763",
"uncertainty": 120
},
"departure": {
"time": "1766051763",
"uncertainty": 120
},
"stopId": "0:SEN01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051790",
"uncertainty": 120
},
"departure": {
"time": "1766051790",
"uncertainty": 120
},
"stopId": "0:Poi01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051837",
"uncertainty": 120
},
"departure": {
"time": "1766051837",
"uncertainty": 120
},
"stopId": "0:QUe01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051903",
"uncertainty": 120
},
"departure": {
"time": "1766051903",
"uncertainty": 120
},
"stopId": "0:NES02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051957",
"uncertainty": 120
},
"departure": {
"time": "1766051957",
"uncertainty": 120
},
"stopId": "0:VOU02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052137",
"uncertainty": 120
},
"departure": {
"time": "1766052137",
"uncertainty": 120
},
"stopId": "0:14J04",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052234",
"uncertainty": 120
},
"departure": {
"time": "1766052234",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052306",
"uncertainty": 120
},
"departure": {
"time": "1766052306",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052439",
"uncertainty": 120
},
"departure": {
"time": "1766052439",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052488",
"uncertainty": 120
},
"departure": {
"time": "1766052488",
"uncertainty": 120
},
"stopId": "0:VOl01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052567",
"uncertainty": 120
},
"departure": {
"time": "1766052567",
"uncertainty": 120
},
"stopId": "0:FOs02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052618",
"uncertainty": 120
},
"departure": {
"time": "1766052618",
"uncertainty": 120
},
"stopId": "0:JAR02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052673",
"uncertainty": 120
},
"departure": {
"time": "1766052673",
"uncertainty": 120
},
"stopId": "0:VAN02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052760",
"uncertainty": 120
},
"departure": {
"time": "1766052760",
"uncertainty": 120
},
"stopId": "0:ERA02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052824",
"uncertainty": 120
},
"departure": {
"time": "1766052824",
"uncertainty": 120
},
"stopId": "0:BER02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052859",
"uncertainty": 120
},
"departure": {
"time": "1766052859",
"uncertainty": 120
},
"stopId": "0:LAM02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052909",
"uncertainty": 120
},
"departure": {
"time": "1766052909",
"uncertainty": 120
},
"stopId": "0:GUY02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052968",
"uncertainty": 120
},
"departure": {
"time": "1766052968",
"uncertainty": 120
},
"stopId": "0:PAT02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053023",
"uncertainty": 120
},
"departure": {
"time": "1766053023",
"uncertainty": 120
},
"stopId": "0:FEY01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053072",
"uncertainty": 120
},
"departure": {
"time": "1766053072",
"uncertainty": 120
},
"stopId": "0:COC01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053120",
"uncertainty": 120
},
"departure": {
"time": "1766053120",
"uncertainty": 120
},
"stopId": "0:LaN01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053165",
"uncertainty": 120
},
"stopId": "0:HAM01",
"stopSequence": 35
}
],
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979398"
},
"vehicle": {
"id": "281",
"label": "281"
}
}
},
{
"id": "C1978444",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049647",
"uncertainty": 120
},
"stopId": "0:PaL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049704",
"uncertainty": 120
},
"departure": {
"time": "1766049704",
"uncertainty": 120
},
"stopId": "0:HAT02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049741",
"uncertainty": 120
},
"departure": {
"time": "1766049741",
"uncertainty": 120
},
"stopId": "0:Clo02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049795",
"uncertainty": 120
},
"departure": {
"time": "1766049797",
"uncertainty": 120
},
"stopId": "0:MST02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049872",
"uncertainty": 120
},
"departure": {
"time": "1766049872",
"uncertainty": 120
},
"stopId": "0:CEr02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049908",
"uncertainty": 120
},
"departure": {
"time": "1766049908",
"uncertainty": 120
},
"stopId": "0:MON02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050052",
"uncertainty": 120
},
"departure": {
"time": "1766050052",
"uncertainty": 120
},
"stopId": "0:ZAC02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050103",
"uncertainty": 120
},
"departure": {
"time": "1766050112",
"uncertainty": 120
},
"stopId": "0:BRE01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050187",
"uncertainty": 120
},
"departure": {
"time": "1766050187",
"uncertainty": 120
},
"stopId": "0:HTF02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050232",
"uncertainty": 120
},
"departure": {
"time": "1766050232",
"uncertainty": 120
},
"stopId": "0:VIE02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050277",
"uncertainty": 120
},
"departure": {
"time": "1766050277",
"uncertainty": 120
},
"stopId": "0:BAL02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050304",
"uncertainty": 120
},
"departure": {
"time": "1766050322",
"uncertainty": 120
},
"stopId": "0:Ver02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050388",
"uncertainty": 120
},
"departure": {
"time": "1766050388",
"uncertainty": 120
},
"stopId": "0:ROS02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050427",
"uncertainty": 120
},
"departure": {
"time": "1766050442",
"uncertainty": 120
},
"stopId": "0:COu02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050496",
"uncertainty": 120
},
"departure": {
"time": "1766050517",
"uncertainty": 120
},
"stopId": "0:MAg02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050562",
"uncertainty": 120
},
"departure": {
"time": "1766050577",
"uncertainty": 120
},
"stopId": "0:mAI02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050622",
"uncertainty": 120
},
"departure": {
"time": "1766050637",
"uncertainty": 120
},
"stopId": "0:CRo02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050682",
"uncertainty": 120
},
"departure": {
"time": "1766050712",
"uncertainty": 120
},
"stopId": "0:SOM02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050757",
"uncertainty": 120
},
"departure": {
"time": "1766050772",
"uncertainty": 120
},
"stopId": "0:SUP02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050841",
"uncertainty": 120
},
"departure": {
"time": "1766050847",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766050982",
"uncertainty": 120
},
"departure": {
"time": "1766050997",
"uncertainty": 120
},
"stopId": "0:TER02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051072",
"uncertainty": 120
},
"departure": {
"time": "1766051087",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051137",
"uncertainty": 120
},
"departure": {
"time": "1766051177",
"uncertainty": 120
},
"stopId": "0:BTr01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051222",
"uncertainty": 120
},
"departure": {
"time": "1766051237",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051252",
"uncertainty": 120
},
"departure": {
"time": "1766051267",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051358",
"uncertainty": 120
},
"departure": {
"time": "1766051402",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051478",
"uncertainty": 120
},
"departure": {
"time": "1766051478",
"uncertainty": 120
},
"stopId": "0:FoN03",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051535",
"uncertainty": 120
},
"departure": {
"time": "1766051535",
"uncertainty": 120
},
"stopId": "0:FIL02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766051582",
"uncertainty": 120
},
"departure": {
"time": "1766051582",
"uncertainty": 120
},
"stopId": "0:PAI02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766051627",
"uncertainty": 120
},
"departure": {
"time": "1766051657",
"uncertainty": 120
},
"stopId": "0:ROG02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051717",
"uncertainty": 120
},
"departure": {
"time": "1766051747",
"uncertainty": 120
},
"stopId": "0:ALA02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051926",
"uncertainty": 120
},
"departure": {
"time": "1766051926",
"uncertainty": 120
},
"stopId": "0:STM04",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052029",
"uncertainty": 120
},
"departure": {
"time": "1766052029",
"uncertainty": 120
},
"stopId": "0:HTC02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052078",
"uncertainty": 120
},
"departure": {
"time": "1766052078",
"uncertainty": 120
},
"stopId": "0:TRo02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766052116",
"uncertainty": 120
},
"departure": {
"time": "1766052116",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766052190",
"uncertainty": 120
},
"departure": {
"time": "1766052190",
"uncertainty": 120
},
"stopId": "0:SAL02",
"stopSequence": 36
},
{
"arrival": {
"time": "1766052256",
"uncertainty": 120
},
"departure": {
"time": "1766052256",
"uncertainty": 120
},
"stopId": "0:JUI01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766052324",
"uncertainty": 120
},
"departure": {
"time": "1766052324",
"uncertainty": 120
},
"stopId": "0:MOZ01",
"stopSequence": 38
},
{
"arrival": {
"time": "1766052381",
"uncertainty": 120
},
"departure": {
"time": "1766052381",
"uncertainty": 120
},
"stopId": "0:CAm02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766052416",
"uncertainty": 120
},
"departure": {
"time": "1766052416",
"uncertainty": 120
},
"stopId": "0:TEI02",
"stopSequence": 40
},
{
"arrival": {
"time": "1766052516",
"uncertainty": 120
},
"departure": {
"time": "1766052516",
"uncertainty": 120
},
"stopId": "0:PIS02",
"stopSequence": 41
},
{
"arrival": {
"time": "1766052559",
"uncertainty": 120
},
"departure": {
"time": "1766052559",
"uncertainty": 120
},
"stopId": "0:Ham02",
"stopSequence": 42
},
{
"arrival": {
"time": "1766052596",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978444"
},
"vehicle": {
"id": "317",
"label": "317"
}
}
},
{
"id": "C1979474",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053440",
"uncertainty": 120
},
"stopId": "0:STG01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979474"
}
}
},
{
"id": "C1978983",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050560",
"uncertainty": 120
},
"stopId": "0:CEN02",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050601",
"uncertainty": 120
},
"departure": {
"time": "1766050601",
"uncertainty": 120
},
"stopId": "0:Vie01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050641",
"uncertainty": 120
},
"departure": {
"time": "1766050651",
"uncertainty": 120
},
"stopId": "0:HUG02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050711",
"uncertainty": 120
},
"departure": {
"time": "1766050711",
"uncertainty": 120
},
"stopId": "0:DEc02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050726",
"uncertainty": 120
},
"departure": {
"time": "1766050741",
"uncertainty": 120
},
"stopId": "0:RES02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050786",
"uncertainty": 120
},
"departure": {
"time": "1766050786",
"uncertainty": 120
},
"stopId": "0:COH02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050846",
"uncertainty": 120
},
"departure": {
"time": "1766050846",
"uncertainty": 120
},
"stopId": "0:ROD02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050872",
"uncertainty": 120
},
"departure": {
"time": "1766050872",
"uncertainty": 120
},
"stopId": "0:DOL02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050918",
"uncertainty": 120
},
"departure": {
"time": "1766050936",
"uncertainty": 120
},
"stopId": "0:BUC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050981",
"uncertainty": 120
},
"departure": {
"time": "1766050981",
"uncertainty": 120
},
"stopId": "0:PIN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051007",
"uncertainty": 120
},
"departure": {
"time": "1766051007",
"uncertainty": 120
},
"stopId": "0:CAR02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051049",
"uncertainty": 120
},
"departure": {
"time": "1766051072",
"uncertainty": 120
},
"stopId": "0:MAL02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051116",
"uncertainty": 120
},
"departure": {
"time": "1766051116",
"uncertainty": 120
},
"stopId": "0:TRO02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051147",
"uncertainty": 120
},
"departure": {
"time": "1766051147",
"uncertainty": 120
},
"stopId": "0:NUN02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051176",
"uncertainty": 120
},
"departure": {
"time": "1766051176",
"uncertainty": 120
},
"stopId": "0:PLA02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051229",
"uncertainty": 120
},
"departure": {
"time": "1766051237",
"uncertainty": 120
},
"stopId": "0:CUV02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051327",
"uncertainty": 120
},
"departure": {
"time": "1766051343",
"uncertainty": 120
},
"stopId": "0:CHN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051406",
"uncertainty": 120
},
"departure": {
"time": "1766051406",
"uncertainty": 120
},
"stopId": "0:FER02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051447",
"uncertainty": 120
},
"departure": {
"time": "1766051463",
"uncertainty": 120
},
"stopId": "0:HAu02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051508",
"uncertainty": 120
},
"departure": {
"time": "1766051508",
"uncertainty": 120
},
"stopId": "0:11N02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051599",
"uncertainty": 120
},
"departure": {
"time": "1766051614",
"uncertainty": 120
},
"stopId": "0:COU02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051690",
"uncertainty": 120
},
"departure": {
"time": "1766051704",
"uncertainty": 120
},
"stopId": "0:VOl02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051794",
"uncertainty": 120
},
"departure": {
"time": "1766051794",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051960",
"uncertainty": 120
},
"departure": {
"time": "1766051960",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051988",
"uncertainty": 120
},
"departure": {
"time": "1766051988",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052095",
"uncertainty": 120
},
"departure": {
"time": "1766052095",
"uncertainty": 120
},
"stopId": "0:14J03",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052171",
"uncertainty": 120
},
"departure": {
"time": "1766052171",
"uncertainty": 120
},
"stopId": "0:PZI02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052248",
"uncertainty": 120
},
"departure": {
"time": "1766052248",
"uncertainty": 120
},
"stopId": "0:FOR01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052308",
"uncertainty": 120
},
"departure": {
"time": "1766052308",
"uncertainty": 120
},
"stopId": "0:CHr01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052370",
"uncertainty": 120
},
"departure": {
"time": "1766052370",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052455",
"uncertainty": 120
},
"departure": {
"time": "1766052455",
"uncertainty": 120
},
"stopId": "0:SQU02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052511",
"uncertainty": 120
},
"departure": {
"time": "1766052511",
"uncertainty": 120
},
"stopId": "0:EUr02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052574",
"uncertainty": 120
},
"departure": {
"time": "1766052574",
"uncertainty": 120
},
"stopId": "0:STd02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052616",
"uncertainty": 120
},
"departure": {
"time": "1766052616",
"uncertainty": 120
},
"stopId": "0:Std02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766052727",
"uncertainty": 120
},
"departure": {
"time": "1766052727",
"uncertainty": 120
},
"stopId": "0:PTH02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766052778",
"uncertainty": 120
},
"departure": {
"time": "1766052778",
"uncertainty": 120
},
"stopId": "0:JAF02",
"stopSequence": 36
},
{
"arrival": {
"time": "1766052832",
"uncertainty": 120
},
"departure": {
"time": "1766052832",
"uncertainty": 120
},
"stopId": "0:MOU02",
"stopSequence": 37
},
{
"arrival": {
"time": "1766052875",
"uncertainty": 120
},
"departure": {
"time": "1766052875",
"uncertainty": 120
},
"stopId": "0:DEB02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766052943",
"uncertainty": 120
},
"departure": {
"time": "1766052943",
"uncertainty": 120
},
"stopId": "0:LEM02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766053010",
"uncertainty": 120
},
"departure": {
"time": "1766053010",
"uncertainty": 120
},
"stopId": "0:KEL02",
"stopSequence": 40
},
{
"arrival": {
"time": "1766053081",
"uncertainty": 120
},
"departure": {
"time": "1766053081",
"uncertainty": 120
},
"stopId": "0:MRQ02",
"stopSequence": 41
},
{
"arrival": {
"time": "1766053126",
"uncertainty": 120
},
"departure": {
"time": "1766053126",
"uncertainty": 120
},
"stopId": "0:VrD02",
"stopSequence": 42
},
{
"arrival": {
"time": "1766053208",
"uncertainty": 120
},
"departure": {
"time": "1766053208",
"uncertainty": 120
},
"stopId": "0:CpG02",
"stopSequence": 43
},
{
"arrival": {
"time": "1766053332",
"uncertainty": 120
},
"departure": {
"time": "1766053332",
"uncertainty": 120
},
"stopId": "0:ChM02",
"stopSequence": 44
},
{
"arrival": {
"time": "1766053355",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 45
}
],
"trip": {
"directionId": 1,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978983"
},
"vehicle": {
"id": "305",
"label": "305"
}
}
},
{
"id": "C1977357",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052960"
},
"stopId": "0:Pal02",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "101",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977357"
}
}
},
{
"id": "C1976293",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053440",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766053527",
"uncertainty": 120
},
"departure": {
"time": "1766053527",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766053648",
"uncertainty": 120
},
"departure": {
"time": "1766053648",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766053790",
"uncertainty": 120
},
"departure": {
"time": "1766053790",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766053844",
"uncertainty": 120
},
"departure": {
"time": "1766053844",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766053923",
"uncertainty": 120
},
"departure": {
"time": "1766053923",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766054013",
"uncertainty": 120
},
"departure": {
"time": "1766054013",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766054167",
"uncertainty": 120
},
"departure": {
"time": "1766054167",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766054221",
"uncertainty": 120
},
"departure": {
"time": "1766054221",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766054281",
"uncertainty": 120
},
"departure": {
"time": "1766054281",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766054340",
"uncertainty": 120
},
"departure": {
"time": "1766054340",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766054417",
"uncertainty": 120
},
"departure": {
"time": "1766054417",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766054482",
"uncertainty": 120
},
"departure": {
"time": "1766054482",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766054522",
"uncertainty": 120
},
"departure": {
"time": "1766054522",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766054613",
"uncertainty": 120
},
"departure": {
"time": "1766054613",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766054729",
"uncertainty": 120
},
"departure": {
"time": "1766054729",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766054801",
"uncertainty": 120
},
"departure": {
"time": "1766054801",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766054934",
"uncertainty": 120
},
"departure": {
"time": "1766054934",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766055031",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976293"
}
}
},
{
"id": "C1977781",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055300",
"uncertainty": 120
},
"stopId": "0:MPs01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "RSCO",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977781"
}
}
},
{
"id": "C1979205",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050200",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050246",
"uncertainty": 120
},
"departure": {
"time": "1766050246",
"uncertainty": 120
},
"stopId": "0:STO01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050310",
"uncertainty": 120
},
"departure": {
"time": "1766050341",
"uncertainty": 120
},
"stopId": "0:CEn02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050444",
"uncertainty": 120
},
"departure": {
"time": "1766050444",
"uncertainty": 120
},
"stopId": "0:GAG01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050461",
"uncertainty": 120
},
"departure": {
"time": "1766050476",
"uncertainty": 120
},
"stopId": "0:MAS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050521",
"uncertainty": 120
},
"departure": {
"time": "1766050566",
"uncertainty": 120
},
"stopId": "0:PAl01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050656",
"uncertainty": 120
},
"departure": {
"time": "1766050671",
"uncertainty": 120
},
"stopId": "0:CLo01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050701",
"uncertainty": 120
},
"departure": {
"time": "1766050716",
"uncertainty": 120
},
"stopId": "0:MRO01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050791",
"uncertainty": 120
},
"departure": {
"time": "1766050806",
"uncertainty": 120
},
"stopId": "0:DEV01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050852",
"uncertainty": 120
},
"departure": {
"time": "1766050867",
"uncertainty": 120
},
"stopId": "0:BLa01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050911",
"uncertainty": 120
},
"departure": {
"time": "1766050911",
"uncertainty": 120
},
"stopId": "0:LAC01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050950",
"uncertainty": 120
},
"departure": {
"time": "1766050950",
"uncertainty": 120
},
"stopId": "0:GUe01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051027",
"uncertainty": 120
},
"departure": {
"time": "1766051046",
"uncertainty": 120
},
"stopId": "0:STM01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051091",
"uncertainty": 120
},
"departure": {
"time": "1766051106",
"uncertainty": 120
},
"stopId": "0:DEL01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051226",
"uncertainty": 120
},
"departure": {
"time": "1766051242",
"uncertainty": 120
},
"stopId": "0:GAU01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051302",
"uncertainty": 120
},
"departure": {
"time": "1766051317",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051387",
"uncertainty": 120
},
"departure": {
"time": "1766051387",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051542",
"uncertainty": 120
},
"departure": {
"time": "1766051662",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051722",
"uncertainty": 120
},
"departure": {
"time": "1766051752",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051865",
"uncertainty": 120
},
"departure": {
"time": "1766051865",
"uncertainty": 120
},
"stopId": "0:MAD01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051926",
"uncertainty": 120
},
"departure": {
"time": "1766051926",
"uncertainty": 120
},
"stopId": "0:GIl01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052017",
"uncertainty": 120
},
"departure": {
"time": "1766052017",
"uncertainty": 120
},
"stopId": "0:VEr01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052094",
"uncertainty": 120
},
"departure": {
"time": "1766052094",
"uncertainty": 120
},
"stopId": "0:HER01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052144",
"uncertainty": 120
},
"departure": {
"time": "1766052144",
"uncertainty": 120
},
"stopId": "0:HAU01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052225",
"uncertainty": 120
},
"departure": {
"time": "1766052225",
"uncertainty": 120
},
"stopId": "0:LOM01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052287",
"uncertainty": 120
},
"departure": {
"time": "1766052287",
"uncertainty": 120
},
"stopId": "0:MRN01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052335",
"uncertainty": 120
},
"departure": {
"time": "1766052335",
"uncertainty": 120
},
"stopId": "0:LYC01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052394",
"uncertainty": 120
},
"departure": {
"time": "1766052394",
"uncertainty": 120
},
"stopId": "0:MAs01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052484",
"uncertainty": 120
},
"departure": {
"time": "1766052484",
"uncertainty": 120
},
"stopId": "0:TEC01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052599",
"uncertainty": 120
},
"departure": {
"time": "1766052599",
"uncertainty": 120
},
"stopId": "0:Cro01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052633",
"uncertainty": 120
},
"departure": {
"time": "1766052633",
"uncertainty": 120
},
"stopId": "0:IUT01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052703",
"uncertainty": 120
},
"departure": {
"time": "1766052703",
"uncertainty": 120
},
"stopId": "0:QUE01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052733",
"uncertainty": 120
},
"departure": {
"time": "1766052733",
"uncertainty": 120
},
"stopId": "0:CHM01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052825",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 34
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979205"
},
"vehicle": {
"id": "311",
"label": "311"
}
}
},
{
"id": "C1983924",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054760",
"uncertainty": 120
},
"stopId": "0:GAN01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054802",
"uncertainty": 120
},
"departure": {
"time": "1766054802",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766054880",
"uncertainty": 120
},
"departure": {
"time": "1766054880",
"uncertainty": 120
},
"stopId": "0:Cht04",
"stopSequence": 3
},
{
"arrival": {
"time": "1766054924",
"uncertainty": 120
},
"departure": {
"time": "1766054924",
"uncertainty": 120
},
"stopId": "0:par04",
"stopSequence": 4
},
{
"arrival": {
"time": "1766055031",
"uncertainty": 120
},
"departure": {
"time": "1766055031",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:DUN02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766055073",
"uncertainty": 120
},
"departure": {
"time": "1766055073",
"uncertainty": 120
},
"stopId": "0:SAP02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766055117",
"uncertainty": 120
},
"departure": {
"time": "1766055117",
"uncertainty": 120
},
"stopId": "0:ROM02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766055199",
"uncertainty": 120
},
"departure": {
"time": "1766055199",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766055287",
"uncertainty": 120
},
"departure": {
"time": "1766055287",
"uncertainty": 120
},
"stopId": "0:MAC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766055415",
"uncertainty": 120
},
"departure": {
"time": "1766055415",
"uncertainty": 120
},
"stopId": "0:DUT02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766055487",
"uncertainty": 120
},
"departure": {
"time": "1766055487",
"uncertainty": 120
},
"stopId": "0:PTB02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766055598",
"uncertainty": 120
},
"departure": {
"time": "1766055598",
"uncertainty": 120
},
"stopId": "0:CLA02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766055689",
"uncertainty": 120
},
"departure": {
"time": "1766055689",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766055744",
"uncertainty": 120
},
"departure": {
"time": "1766055744",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766055837",
"uncertainty": 120
},
"departure": {
"time": "1766055837",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 15
},
{
"arrival": {
"time": "1766055896",
"uncertainty": 120
},
"departure": {
"time": "1766055896",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766056046",
"uncertainty": 120
},
"departure": {
"time": "1766056046",
"uncertainty": 120
},
"stopId": "0:LAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766056114",
"uncertainty": 120
},
"departure": {
"time": "1766056114",
"uncertainty": 120
},
"stopId": "0:CHO02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766056186",
"uncertainty": 120
},
"departure": {
"time": "1766056186",
"uncertainty": 120
},
"stopId": "0:PTV02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766056255",
"uncertainty": 120
},
"departure": {
"time": "1766056255",
"uncertainty": 120
},
"stopId": "0:MUL02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766056342",
"uncertainty": 120
},
"departure": {
"time": "1766056342",
"uncertainty": 120
},
"stopId": "0:mar02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766056437",
"uncertainty": 120
},
"departure": {
"time": "1766056437",
"uncertainty": 120
},
"stopId": "0:HOC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766056489",
"uncertainty": 120
},
"departure": {
"time": "1766056489",
"uncertainty": 120
},
"stopId": "0:STE02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766056546",
"uncertainty": 120
},
"departure": {
"time": "1766056546",
"uncertainty": 120
},
"stopId": "0:BUI02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766056638",
"uncertainty": 120
},
"departure": {
"time": "1766056638",
"uncertainty": 120
},
"stopId": "0:MRC02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766056677",
"uncertainty": 120
},
"departure": {
"time": "1766056677",
"uncertainty": 120
},
"stopId": "0:BOI02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766056739",
"uncertainty": 120
},
"departure": {
"time": "1766056739",
"uncertainty": 120
},
"stopId": "0:LAK02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766056840",
"uncertainty": 120
},
"departure": {
"time": "1766056840",
"uncertainty": 120
},
"stopId": "0:MAR02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766056923",
"uncertainty": 120
},
"departure": {
"time": "1766056923",
"uncertainty": 120
},
"stopId": "0:Mai02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766056964",
"uncertainty": 120
},
"departure": {
"time": "1766056964",
"uncertainty": 120
},
"stopId": "0:COQ02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766057097",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983924"
}
}
},
{
"id": "C1979503",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053860",
"uncertainty": 120
},
"stopId": "0:FOU01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979503"
}
}
},
{
"id": "C1976559",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1766054487",
"uncertainty": 120
},
"departure": {
"time": "1766054487",
"uncertainty": 120
},
"stopId": "0:DfR02"
},
{
"arrival": {
"time": "1766054539",
"uncertainty": 120
},
"departure": {
"time": "1766054539",
"uncertainty": 120
},
"stopId": "0:PgL02"
},
{
"arrival": {
"time": "1766054674",
"uncertainty": 120
},
"departure": {
"time": "1766054674",
"uncertainty": 120
},
"stopId": "0:Bkr02"
},
{
"departure": {
"time": "1766053500",
"uncertainty": 120
},
"stopId": "0:BTr01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766053595",
"uncertainty": 120
},
"departure": {
"time": "1766053595",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766053680",
"uncertainty": 120
},
"departure": {
"time": "1766053680",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766053755",
"uncertainty": 120
},
"departure": {
"time": "1766053755",
"uncertainty": 120
},
"stopId": "0:PAR01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766053787",
"uncertainty": 120
},
"departure": {
"time": "1766053787",
"uncertainty": 120
},
"stopId": "0:BEA01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766053842",
"uncertainty": 120
},
"departure": {
"time": "1766053842",
"uncertainty": 120
},
"stopId": "0:MIS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766053889",
"uncertainty": 120
},
"departure": {
"time": "1766053889",
"uncertainty": 120
},
"stopId": "0:JAc01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766053932",
"uncertainty": 120
},
"departure": {
"time": "1766053932",
"uncertainty": 120
},
"stopId": "0:ROL01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766053980",
"uncertainty": 120
},
"departure": {
"time": "1766053980",
"uncertainty": 120
},
"stopId": "0:tHI01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766054050",
"uncertainty": 120
},
"departure": {
"time": "1766054050",
"uncertainty": 120
},
"stopId": "0:pAS01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766054100",
"uncertainty": 120
},
"departure": {
"time": "1766054100",
"uncertainty": 120
},
"stopId": "0:LOM04",
"stopSequence": 11
},
{
"arrival": {
"time": "1766054146",
"uncertainty": 120
},
"departure": {
"time": "1766054146",
"uncertainty": 120
},
"stopId": "0:LAr01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766054202",
"uncertainty": 120
},
"departure": {
"time": "1766054202",
"uncertainty": 120
},
"stopId": "0:REI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766054261",
"uncertainty": 120
},
"departure": {
"time": "1766054261",
"uncertainty": 120
},
"stopId": "0:CrO01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766054340",
"uncertainty": 120
},
"departure": {
"time": "1766054340",
"uncertainty": 120
},
"stopId": "0:UTT01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766054383",
"uncertainty": 120
},
"departure": {
"time": "1766054383",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:EGA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766054771",
"uncertainty": 120
},
"departure": {
"time": "1766054771",
"uncertainty": 120
},
"stopId": "0:BOi01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766054529",
"uncertainty": 120
},
"departure": {
"time": "1766054529",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHE01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766054579",
"uncertainty": 120
},
"departure": {
"time": "1766054579",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GUI02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766054865",
"uncertainty": 120
},
"departure": {
"time": "1766054865",
"uncertainty": 120
},
"stopId": "0:LIB02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766054914",
"uncertainty": 120
},
"departure": {
"time": "1766054914",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766054944",
"uncertainty": 120
},
"departure": {
"time": "1766054944",
"uncertainty": 120
},
"stopId": "0:LAV02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766055024",
"uncertainty": 120
},
"departure": {
"time": "1766055024",
"uncertainty": 120
},
"stopId": "0:ING02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766055093",
"uncertainty": 120
},
"departure": {
"time": "1766055093",
"uncertainty": 120
},
"stopId": "0:CHS02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766055138",
"uncertainty": 120
},
"departure": {
"time": "1766055138",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766055225",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976559"
}
}
},
{
"id": "C1983961",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052120",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983961"
}
}
},
{
"id": "C1978454",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050698",
"uncertainty": 120
},
"stopId": "0:BpL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050969",
"uncertainty": 120
},
"departure": {
"time": "1766050969",
"uncertainty": 120
},
"stopId": "0:Cen02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051041",
"uncertainty": 120
},
"departure": {
"time": "1766051043",
"uncertainty": 120
},
"stopId": "0:mai02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051128",
"uncertainty": 120
},
"departure": {
"time": "1766051128",
"uncertainty": 120
},
"stopId": "0:ViL02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051168",
"uncertainty": 120
},
"departure": {
"time": "1766051168",
"uncertainty": 120
},
"stopId": "0:CoU02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051214",
"uncertainty": 120
},
"departure": {
"time": "1766051253",
"uncertainty": 120
},
"stopId": "0:ROs04",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051306",
"uncertainty": 120
},
"departure": {
"time": "1766051306",
"uncertainty": 120
},
"stopId": "0:BRE01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051399",
"uncertainty": 120
},
"departure": {
"time": "1766051404",
"uncertainty": 120
},
"stopId": "0:HTF02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051449",
"uncertainty": 120
},
"departure": {
"time": "1766051449",
"uncertainty": 120
},
"stopId": "0:VIE02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051509",
"uncertainty": 120
},
"departure": {
"time": "1766051509",
"uncertainty": 120
},
"stopId": "0:BAL02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051538",
"uncertainty": 120
},
"departure": {
"time": "1766051554",
"uncertainty": 120
},
"stopId": "0:Ver02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051606",
"uncertainty": 120
},
"departure": {
"time": "1766051614",
"uncertainty": 120
},
"stopId": "0:ROS02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051674",
"uncertainty": 120
},
"departure": {
"time": "1766051689",
"uncertainty": 120
},
"stopId": "0:COu02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051746",
"uncertainty": 120
},
"departure": {
"time": "1766051765",
"uncertainty": 120
},
"stopId": "0:MAg02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051822",
"uncertainty": 120
},
"departure": {
"time": "1766051822",
"uncertainty": 120
},
"stopId": "0:mAI02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051884",
"uncertainty": 120
},
"departure": {
"time": "1766051884",
"uncertainty": 120
},
"stopId": "0:CRo02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051962",
"uncertainty": 120
},
"departure": {
"time": "1766051962",
"uncertainty": 120
},
"stopId": "0:SOM02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052062",
"uncertainty": 120
},
"departure": {
"time": "1766052062",
"uncertainty": 120
},
"stopId": "0:SUP02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052125",
"uncertainty": 120
},
"departure": {
"time": "1766052125",
"uncertainty": 120
},
"stopId": "0:POM02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052262",
"uncertainty": 120
},
"departure": {
"time": "1766052262",
"uncertainty": 120
},
"stopId": "0:TER02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052344",
"uncertainty": 120
},
"departure": {
"time": "1766052344",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052442",
"uncertainty": 120
},
"departure": {
"time": "1766052442",
"uncertainty": 120
},
"stopId": "0:BTr01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052485",
"uncertainty": 120
},
"departure": {
"time": "1766052485",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052549",
"uncertainty": 120
},
"departure": {
"time": "1766052549",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052659",
"uncertainty": 120
},
"departure": {
"time": "1766052659",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052686",
"uncertainty": 120
},
"departure": {
"time": "1766052686",
"uncertainty": 120
},
"stopId": "0:FoN03",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052761",
"uncertainty": 120
},
"departure": {
"time": "1766052761",
"uncertainty": 120
},
"stopId": "0:FIL02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052856",
"uncertainty": 120
},
"departure": {
"time": "1766052856",
"uncertainty": 120
},
"stopId": "0:PAI02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052926",
"uncertainty": 120
},
"departure": {
"time": "1766052926",
"uncertainty": 120
},
"stopId": "0:ROG02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053019",
"uncertainty": 120
},
"departure": {
"time": "1766053019",
"uncertainty": 120
},
"stopId": "0:ALA02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053189",
"uncertainty": 120
},
"departure": {
"time": "1766053189",
"uncertainty": 120
},
"stopId": "0:STM04",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053292",
"uncertainty": 120
},
"departure": {
"time": "1766053292",
"uncertainty": 120
},
"stopId": "0:HTC02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053341",
"uncertainty": 120
},
"departure": {
"time": "1766053341",
"uncertainty": 120
},
"stopId": "0:TRo02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053379",
"uncertainty": 120
},
"departure": {
"time": "1766053379",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053453",
"uncertainty": 120
},
"departure": {
"time": "1766053453",
"uncertainty": 120
},
"stopId": "0:SAL02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766053519",
"uncertainty": 120
},
"departure": {
"time": "1766053519",
"uncertainty": 120
},
"stopId": "0:JUI01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766053587",
"uncertainty": 120
},
"departure": {
"time": "1766053587",
"uncertainty": 120
},
"stopId": "0:MOZ01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766053644",
"uncertainty": 120
},
"departure": {
"time": "1766053644",
"uncertainty": 120
},
"stopId": "0:CAm02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766053679",
"uncertainty": 120
},
"departure": {
"time": "1766053679",
"uncertainty": 120
},
"stopId": "0:TEI02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766053779",
"uncertainty": 120
},
"departure": {
"time": "1766053779",
"uncertainty": 120
},
"stopId": "0:PIS02",
"stopSequence": 40
},
{
"arrival": {
"time": "1766053822",
"uncertainty": 120
},
"departure": {
"time": "1766053822",
"uncertainty": 120
},
"stopId": "0:Ham02",
"stopSequence": 41
},
{
"arrival": {
"time": "1766053859",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 42
}
],
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978454"
},
"vehicle": {
"id": "316",
"label": "316"
}
}
},
{
"id": "C1978941",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052000",
"uncertainty": 120
},
"stopId": "0:EREK1",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978941"
},
"vehicle": {
"id": "308",
"label": "308"
}
}
},
{
"id": "C1979214",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055300",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979214"
}
}
},
{
"id": "C1978416",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053860",
"uncertainty": 120
},
"stopId": "0:BpL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978416"
}
}
},
{
"id": "C1979744",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051357",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051385",
"uncertainty": 120
},
"departure": {
"time": "1766051385",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051485",
"uncertainty": 120
},
"departure": {
"time": "1766051485",
"uncertainty": 120
},
"stopId": "0:TRo01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051579",
"uncertainty": 120
},
"departure": {
"time": "1766051582",
"uncertainty": 120
},
"stopId": "0:BLa02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051619",
"uncertainty": 120
},
"departure": {
"time": "1766051619",
"uncertainty": 120
},
"stopId": "0:DEV02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051700",
"uncertainty": 120
},
"departure": {
"time": "1766051717",
"uncertainty": 120
},
"stopId": "0:MRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051732",
"uncertainty": 120
},
"departure": {
"time": "1766051762",
"uncertainty": 120
},
"stopId": "0:CLo02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051878",
"uncertainty": 120
},
"departure": {
"time": "1766051878",
"uncertainty": 120
},
"stopId": "0:PAl02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051933",
"uncertainty": 120
},
"departure": {
"time": "1766051933",
"uncertainty": 120
},
"stopId": "0:MAS02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051981",
"uncertainty": 120
},
"departure": {
"time": "1766051981",
"uncertainty": 120
},
"stopId": "0:GAG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052051",
"uncertainty": 120
},
"departure": {
"time": "1766052051",
"uncertainty": 120
},
"stopId": "0:CEn01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052204",
"uncertainty": 120
},
"departure": {
"time": "1766052204",
"uncertainty": 120
},
"stopId": "0:DAR01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052249",
"uncertainty": 120
},
"departure": {
"time": "1766052249",
"uncertainty": 120
},
"stopId": "0:REN03",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052304",
"uncertainty": 120
},
"departure": {
"time": "1766052304",
"uncertainty": 120
},
"stopId": "0:MOn02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052387",
"uncertainty": 120
},
"departure": {
"time": "1766052387",
"uncertainty": 120
},
"stopId": "0:PAT03",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052441",
"uncertainty": 120
},
"departure": {
"time": "1766052441",
"uncertainty": 120
},
"stopId": "0:TRU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052485",
"uncertainty": 120
},
"departure": {
"time": "1766052485",
"uncertainty": 120
},
"stopId": "0:THI03",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052534",
"uncertainty": 120
},
"departure": {
"time": "1766052534",
"uncertainty": 120
},
"stopId": "0:bre01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052586",
"uncertainty": 120
},
"departure": {
"time": "1766052586",
"uncertainty": 120
},
"stopId": "0:TAB01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052627",
"uncertainty": 120
},
"departure": {
"time": "1766052627",
"uncertainty": 120
},
"stopId": "0:CUV02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052708",
"uncertainty": 120
},
"departure": {
"time": "1766052708",
"uncertainty": 120
},
"stopId": "0:DOu01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052783",
"uncertainty": 120
},
"departure": {
"time": "1766052783",
"uncertainty": 120
},
"stopId": "0:NOT02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052867",
"uncertainty": 120
},
"departure": {
"time": "1766052867",
"uncertainty": 120
},
"stopId": "0:ABB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052941",
"uncertainty": 120
},
"departure": {
"time": "1766052941",
"uncertainty": 120
},
"stopId": "0:ile02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052993",
"uncertainty": 120
},
"departure": {
"time": "1766052993",
"uncertainty": 120
},
"stopId": "0:CCE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766053040",
"uncertainty": 120
},
"departure": {
"time": "1766053040",
"uncertainty": 120
},
"stopId": "0:MAi02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766053121",
"uncertainty": 120
},
"departure": {
"time": "1766053121",
"uncertainty": 120
},
"stopId": "0:BAl02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766053240",
"uncertainty": 120
},
"departure": {
"time": "1766053240",
"uncertainty": 120
},
"stopId": "0:pAS01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766053301",
"uncertainty": 120
},
"departure": {
"time": "1766053301",
"uncertainty": 120
},
"stopId": "0:LOM01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053360",
"uncertainty": 120
},
"departure": {
"time": "1766053360",
"uncertainty": 120
},
"stopId": "0:MRN01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053405",
"uncertainty": 120
},
"departure": {
"time": "1766053405",
"uncertainty": 120
},
"stopId": "0:LYC01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053460",
"uncertainty": 120
},
"departure": {
"time": "1766053460",
"uncertainty": 120
},
"stopId": "0:MAs01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053544",
"uncertainty": 120
},
"departure": {
"time": "1766053544",
"uncertainty": 120
},
"stopId": "0:TEC01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053653",
"uncertainty": 120
},
"departure": {
"time": "1766053653",
"uncertainty": 120
},
"stopId": "0:Cro01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053685",
"uncertainty": 120
},
"departure": {
"time": "1766053685",
"uncertainty": 120
},
"stopId": "0:IUT01",
"stopSequence": 35
},
{
"arrival": {
"time": "1766053751",
"uncertainty": 120
},
"departure": {
"time": "1766053751",
"uncertainty": 120
},
"stopId": "0:QUE01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766053779",
"uncertainty": 120
},
"departure": {
"time": "1766053779",
"uncertainty": 120
},
"stopId": "0:CHM01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766053840",
"uncertainty": 120
},
"departure": {
"time": "1766053840",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766053901",
"uncertainty": 120
},
"departure": {
"time": "1766053901",
"uncertainty": 120
},
"stopId": "0:ROS02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766053963",
"uncertainty": 120
},
"departure": {
"time": "1766053963",
"uncertainty": 120
},
"stopId": "0:PHI01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766053991",
"uncertainty": 120
},
"departure": {
"time": "1766053991",
"uncertainty": 120
},
"stopId": "0:par01",
"stopSequence": 41
},
{
"arrival": {
"time": "1766054030",
"uncertainty": 120
},
"departure": {
"time": "1766054030",
"uncertainty": 120
},
"stopId": "0:COO02",
"stopSequence": 42
},
{
"arrival": {
"time": "1766054065",
"uncertainty": 120
},
"departure": {
"time": "1766054065",
"uncertainty": 120
},
"stopId": "0:BRU02",
"stopSequence": 43
},
{
"arrival": {
"time": "1766054109",
"uncertainty": 120
},
"departure": {
"time": "1766054109",
"uncertainty": 120
},
"stopId": "0:GUE03",
"stopSequence": 44
},
{
"arrival": {
"time": "1766054163",
"uncertainty": 120
},
"departure": {
"time": "1766054163",
"uncertainty": 120
},
"stopId": "0:ReG02",
"stopSequence": 45
},
{
"arrival": {
"time": "1766054200",
"uncertainty": 120
},
"departure": {
"time": "1766054200",
"uncertainty": 120
},
"stopId": "0:GAM02",
"stopSequence": 46
},
{
"arrival": {
"time": "1766054261",
"uncertainty": 120
},
"departure": {
"time": "1766054261",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 47
},
{
"arrival": {
"time": "1766054305",
"uncertainty": 120
},
"departure": {
"time": "1766054305",
"uncertainty": 120
},
"stopId": "0:Cht02",
"stopSequence": 48
},
{
"arrival": {
"time": "1766054337",
"uncertainty": 120
},
"departure": {
"time": "1766054337",
"uncertainty": 120
},
"stopId": "0:Rob02",
"stopSequence": 49
},
{
"arrival": {
"time": "1766054371",
"uncertainty": 120
},
"departure": {
"time": "1766054371",
"uncertainty": 120
},
"stopId": "0:MaI02",
"stopSequence": 50
},
{
"arrival": {
"time": "1766054449",
"uncertainty": 120
},
"departure": {
"time": "1766054449",
"uncertainty": 120
},
"stopId": "0:CCJ02",
"stopSequence": 51
},
{
"arrival": {
"time": "1766054552",
"uncertainty": 120
},
"departure": {
"time": "1766054552",
"uncertainty": 120
},
"stopId": "0:MoU01",
"stopSequence": 52
},
{
"arrival": {
"time": "1766054645",
"uncertainty": 120
},
"departure": {
"time": "1766054645",
"uncertainty": 120
},
"stopId": "0:BAS03",
"stopSequence": 53
},
{
"arrival": {
"time": "1766054681",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 54
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979744"
},
"vehicle": {
"id": "288",
"label": "288"
}
}
},
{
"id": "C1976370",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052420",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976370"
}
}
},
{
"id": "C1979403",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052120",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979403"
}
}
},
{
"id": "C1977470",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052540",
"uncertainty": 120
},
"stopId": "0:CHa01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977470"
}
}
},
{
"id": "C1976273",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050513",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050594",
"uncertainty": 120
},
"departure": {
"time": "1766050609",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050744",
"uncertainty": 120
},
"departure": {
"time": "1766050789",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050906",
"uncertainty": 120
},
"departure": {
"time": "1766050954",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051022",
"uncertainty": 120
},
"departure": {
"time": "1766051022",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051081",
"uncertainty": 120
},
"departure": {
"time": "1766051081",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051119",
"uncertainty": 120
},
"departure": {
"time": "1766051164",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051224",
"uncertainty": 120
},
"departure": {
"time": "1766051284",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051324",
"uncertainty": 120
},
"departure": {
"time": "1766051359",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051389",
"uncertainty": 120
},
"departure": {
"time": "1766051389",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051419",
"uncertainty": 120
},
"departure": {
"time": "1766051419",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051464",
"uncertainty": 120
},
"departure": {
"time": "1766051524",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051569",
"uncertainty": 120
},
"departure": {
"time": "1766051584",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051616",
"uncertainty": 120
},
"departure": {
"time": "1766051719",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051792",
"uncertainty": 120
},
"departure": {
"time": "1766051792",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051908",
"uncertainty": 120
},
"departure": {
"time": "1766051908",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051981",
"uncertainty": 120
},
"departure": {
"time": "1766051981",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052131",
"uncertainty": 120
},
"departure": {
"time": "1766052131",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052228",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976273"
},
"vehicle": {
"id": "350",
"label": "350"
}
}
},
{
"id": "C1976330",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050380",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050450",
"uncertainty": 120
},
"departure": {
"time": "1766050450",
"uncertainty": 120
},
"stopId": "0:PxC02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050492",
"uncertainty": 120
},
"departure": {
"time": "1766050540",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050555",
"uncertainty": 120
},
"departure": {
"time": "1766050570",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050630",
"uncertainty": 120
},
"departure": {
"time": "1766050705",
"uncertainty": 120
},
"stopId": "0:14J03",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050810",
"uncertainty": 120
},
"departure": {
"time": "1766050825",
"uncertainty": 120
},
"stopId": "0:PZI02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050870",
"uncertainty": 120
},
"departure": {
"time": "1766050870",
"uncertainty": 120
},
"stopId": "0:FOR01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050900",
"uncertainty": 120
},
"departure": {
"time": "1766050900",
"uncertainty": 120
},
"stopId": "0:CHr01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050942",
"uncertainty": 120
},
"departure": {
"time": "1766050942",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051015",
"uncertainty": 120
},
"departure": {
"time": "1766051051",
"uncertainty": 120
},
"stopId": "0:SQU02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051121",
"uncertainty": 120
},
"departure": {
"time": "1766051215",
"uncertainty": 120
},
"stopId": "0:EUr03",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051260",
"uncertainty": 120
},
"departure": {
"time": "1766051275",
"uncertainty": 120
},
"stopId": "0:POi01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051320",
"uncertainty": 120
},
"departure": {
"time": "1766051320",
"uncertainty": 120
},
"stopId": "0:POC01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051379",
"uncertainty": 120
},
"departure": {
"time": "1766051381",
"uncertainty": 120
},
"stopId": "0:DES01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051410",
"uncertainty": 120
},
"departure": {
"time": "1766051425",
"uncertainty": 120
},
"stopId": "0:DEN01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051455",
"uncertainty": 120
},
"departure": {
"time": "1766051470",
"uncertainty": 120
},
"stopId": "0:Gue01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051507",
"uncertainty": 120
},
"departure": {
"time": "1766051516",
"uncertainty": 120
},
"stopId": "0:MAI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051618",
"uncertainty": 120
},
"departure": {
"time": "1766051618",
"uncertainty": 120
},
"stopId": "0:CER01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051687",
"uncertainty": 120
},
"departure": {
"time": "1766051695",
"uncertainty": 120
},
"stopId": "0:Bro01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051755",
"uncertainty": 120
},
"departure": {
"time": "1766051755",
"uncertainty": 120
},
"stopId": "0:AIR01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051857",
"uncertainty": 120
},
"departure": {
"time": "1766051857",
"uncertainty": 120
},
"stopId": "0:TDB03",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051905",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976330"
},
"vehicle": {
"id": "328",
"label": "328"
}
}
},
{
"id": "C1978428",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053560",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978428"
}
}
},
{
"id": "C1976531",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1766052489",
"uncertainty": 120
},
"departure": {
"time": "1766052489",
"uncertainty": 120
},
"stopId": "0:DfR02"
},
{
"arrival": {
"time": "1766052541",
"uncertainty": 120
},
"departure": {
"time": "1766052541",
"uncertainty": 120
},
"stopId": "0:PgL02"
},
{
"arrival": {
"time": "1766052676",
"uncertainty": 120
},
"departure": {
"time": "1766052676",
"uncertainty": 120
},
"stopId": "0:Bkr02"
},
{
"departure": {
"time": "1766051517",
"uncertainty": 120
},
"stopId": "0:BTr01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051556",
"uncertainty": 120
},
"departure": {
"time": "1766051577",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051652",
"uncertainty": 120
},
"departure": {
"time": "1766051667",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051757",
"uncertainty": 120
},
"departure": {
"time": "1766051757",
"uncertainty": 120
},
"stopId": "0:PAR01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051789",
"uncertainty": 120
},
"departure": {
"time": "1766051789",
"uncertainty": 120
},
"stopId": "0:BEA01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051844",
"uncertainty": 120
},
"departure": {
"time": "1766051844",
"uncertainty": 120
},
"stopId": "0:MIS01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051891",
"uncertainty": 120
},
"departure": {
"time": "1766051891",
"uncertainty": 120
},
"stopId": "0:JAc01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051934",
"uncertainty": 120
},
"departure": {
"time": "1766051934",
"uncertainty": 120
},
"stopId": "0:ROL01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051982",
"uncertainty": 120
},
"departure": {
"time": "1766051982",
"uncertainty": 120
},
"stopId": "0:tHI01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052052",
"uncertainty": 120
},
"departure": {
"time": "1766052052",
"uncertainty": 120
},
"stopId": "0:pAS01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052102",
"uncertainty": 120
},
"departure": {
"time": "1766052102",
"uncertainty": 120
},
"stopId": "0:LOM04",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052148",
"uncertainty": 120
},
"departure": {
"time": "1766052148",
"uncertainty": 120
},
"stopId": "0:LAr01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052204",
"uncertainty": 120
},
"departure": {
"time": "1766052204",
"uncertainty": 120
},
"stopId": "0:REI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052263",
"uncertainty": 120
},
"departure": {
"time": "1766052263",
"uncertainty": 120
},
"stopId": "0:CrO01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052342",
"uncertainty": 120
},
"departure": {
"time": "1766052342",
"uncertainty": 120
},
"stopId": "0:UTT01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052403",
"uncertainty": 120
},
"departure": {
"time": "1766052403",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:EGA01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052773",
"uncertainty": 120
},
"departure": {
"time": "1766052773",
"uncertainty": 120
},
"stopId": "0:BOi01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052549",
"uncertainty": 120
},
"departure": {
"time": "1766052549",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHE01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052599",
"uncertainty": 120
},
"departure": {
"time": "1766052599",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GUI02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052867",
"uncertainty": 120
},
"departure": {
"time": "1766052867",
"uncertainty": 120
},
"stopId": "0:LIB02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052916",
"uncertainty": 120
},
"departure": {
"time": "1766052916",
"uncertainty": 120
},
"stopId": "0:ROI02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052946",
"uncertainty": 120
},
"departure": {
"time": "1766052946",
"uncertainty": 120
},
"stopId": "0:LAV02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053026",
"uncertainty": 120
},
"departure": {
"time": "1766053026",
"uncertainty": 120
},
"stopId": "0:ING02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053095",
"uncertainty": 120
},
"departure": {
"time": "1766053095",
"uncertainty": 120
},
"stopId": "0:CHS02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766053140",
"uncertainty": 120
},
"departure": {
"time": "1766053140",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766053227",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976531"
},
"vehicle": {
"id": "265",
"label": "265"
}
}
},
{
"id": "C1979209",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050800",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050860",
"uncertainty": 120
},
"departure": {
"time": "1766050875",
"uncertainty": 120
},
"stopId": "0:CHM02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050920",
"uncertainty": 120
},
"departure": {
"time": "1766050950",
"uncertainty": 120
},
"stopId": "0:QUE02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051036",
"uncertainty": 120
},
"departure": {
"time": "1766051055",
"uncertainty": 120
},
"stopId": "0:IUT02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051100",
"uncertainty": 120
},
"departure": {
"time": "1766051100",
"uncertainty": 120
},
"stopId": "0:Cro02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051160",
"uncertainty": 120
},
"departure": {
"time": "1766051175",
"uncertainty": 120
},
"stopId": "0:TEC02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051265",
"uncertainty": 120
},
"departure": {
"time": "1766051280",
"uncertainty": 120
},
"stopId": "0:MAs02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051340",
"uncertainty": 120
},
"departure": {
"time": "1766051355",
"uncertainty": 120
},
"stopId": "0:LYC02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051385",
"uncertainty": 120
},
"departure": {
"time": "1766051385",
"uncertainty": 120
},
"stopId": "0:MRN02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051443",
"uncertainty": 120
},
"departure": {
"time": "1766051460",
"uncertainty": 120
},
"stopId": "0:LOM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051532",
"uncertainty": 120
},
"departure": {
"time": "1766051565",
"uncertainty": 120
},
"stopId": "0:HAU02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051606",
"uncertainty": 120
},
"departure": {
"time": "1766051606",
"uncertainty": 120
},
"stopId": "0:HER02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051625",
"uncertainty": 120
},
"departure": {
"time": "1766051640",
"uncertainty": 120
},
"stopId": "0:VEr02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051685",
"uncertainty": 120
},
"departure": {
"time": "1766051700",
"uncertainty": 120
},
"stopId": "0:GIl02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051730",
"uncertainty": 120
},
"departure": {
"time": "1766051745",
"uncertainty": 120
},
"stopId": "0:MAD02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051871",
"uncertainty": 120
},
"departure": {
"time": "1766051871",
"uncertainty": 120
},
"stopId": "0:TER02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051997",
"uncertainty": 120
},
"departure": {
"time": "1766051997",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052138",
"uncertainty": 120
},
"departure": {
"time": "1766052138",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052215",
"uncertainty": 120
},
"departure": {
"time": "1766052215",
"uncertainty": 120
},
"stopId": "0:GAR03",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052311",
"uncertainty": 120
},
"departure": {
"time": "1766052311",
"uncertainty": 120
},
"stopId": "0:GAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052361",
"uncertainty": 120
},
"departure": {
"time": "1766052361",
"uncertainty": 120
},
"stopId": "0:DEL02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052431",
"uncertainty": 120
},
"departure": {
"time": "1766052431",
"uncertainty": 120
},
"stopId": "0:STM02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052474",
"uncertainty": 120
},
"departure": {
"time": "1766052474",
"uncertainty": 120
},
"stopId": "0:GUe02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052520",
"uncertainty": 120
},
"departure": {
"time": "1766052520",
"uncertainty": 120
},
"stopId": "0:LAC02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052618",
"uncertainty": 120
},
"departure": {
"time": "1766052618",
"uncertainty": 120
},
"stopId": "0:BLa02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052667",
"uncertainty": 120
},
"departure": {
"time": "1766052667",
"uncertainty": 120
},
"stopId": "0:DEV02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052815",
"uncertainty": 120
},
"departure": {
"time": "1766052815",
"uncertainty": 120
},
"stopId": "0:MRO02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052846",
"uncertainty": 120
},
"departure": {
"time": "1766052846",
"uncertainty": 120
},
"stopId": "0:CLo02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052957",
"uncertainty": 120
},
"departure": {
"time": "1766052957",
"uncertainty": 120
},
"stopId": "0:PAl02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053010",
"uncertainty": 120
},
"departure": {
"time": "1766053010",
"uncertainty": 120
},
"stopId": "0:MAS02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053055",
"uncertainty": 120
},
"departure": {
"time": "1766053055",
"uncertainty": 120
},
"stopId": "0:GAG02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053122",
"uncertainty": 120
},
"departure": {
"time": "1766053122",
"uncertainty": 120
},
"stopId": "0:CEn01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053239",
"uncertainty": 120
},
"departure": {
"time": "1766053239",
"uncertainty": 120
},
"stopId": "0:STO02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053295",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 34
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979209"
},
"vehicle": {
"id": "310",
"label": "310"
}
}
},
{
"id": "C1977835",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054880",
"uncertainty": 120
},
"stopId": "0:BpL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977835"
}
}
},
{
"id": "C1979067",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053740",
"uncertainty": 120
},
"stopId": "0:HAM01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979067"
}
}
},
{
"id": "C1978934",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054040",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978934"
}
}
},
{
"id": "C1979207",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051940",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979207"
},
"vehicle": {
"id": "269",
"label": "269"
}
}
},
{
"id": "C1977695",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052840",
"uncertainty": 120
},
"stopId": "0:FoN01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977695"
}
}
},
{
"id": "C1979751",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049420",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049480",
"uncertainty": 120
},
"departure": {
"time": "1766049480",
"uncertainty": 120
},
"stopId": "0:CCJ01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049510",
"uncertainty": 120
},
"departure": {
"time": "1766049510",
"uncertainty": 120
},
"stopId": "0:SFM01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049562",
"uncertainty": 120
},
"departure": {
"time": "1766049562",
"uncertainty": 120
},
"stopId": "0:MaI01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049591",
"uncertainty": 120
},
"departure": {
"time": "1766049591",
"uncertainty": 120
},
"stopId": "0:Rob01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049615",
"uncertainty": 120
},
"departure": {
"time": "1766049615",
"uncertainty": 120
},
"stopId": "0:Cht01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766049660",
"uncertainty": 120
},
"departure": {
"time": "1766049660",
"uncertainty": 120
},
"stopId": "0:FON01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766049720",
"uncertainty": 120
},
"departure": {
"time": "1766049720",
"uncertainty": 120
},
"stopId": "0:ReG01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766049765",
"uncertainty": 120
},
"departure": {
"time": "1766049765",
"uncertainty": 120
},
"stopId": "0:GUE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766049806",
"uncertainty": 120
},
"departure": {
"time": "1766049806",
"uncertainty": 120
},
"stopId": "0:BRU01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766049840",
"uncertainty": 120
},
"departure": {
"time": "1766049840",
"uncertainty": 120
},
"stopId": "0:COO01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766049862",
"uncertainty": 120
},
"departure": {
"time": "1766049862",
"uncertainty": 120
},
"stopId": "0:par02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766049906",
"uncertainty": 120
},
"departure": {
"time": "1766049915",
"uncertainty": 120
},
"stopId": "0:PHI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766049971",
"uncertainty": 120
},
"departure": {
"time": "1766049975",
"uncertainty": 120
},
"stopId": "0:ROS01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050035",
"uncertainty": 120
},
"departure": {
"time": "1766050050",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050110",
"uncertainty": 120
},
"departure": {
"time": "1766050110",
"uncertainty": 120
},
"stopId": "0:CHM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050140",
"uncertainty": 120
},
"departure": {
"time": "1766050155",
"uncertainty": 120
},
"stopId": "0:QUE02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050236",
"uncertainty": 120
},
"departure": {
"time": "1766050236",
"uncertainty": 120
},
"stopId": "0:IUT02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050273",
"uncertainty": 120
},
"departure": {
"time": "1766050275",
"uncertainty": 120
},
"stopId": "0:Cro02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050356",
"uncertainty": 120
},
"departure": {
"time": "1766050356",
"uncertainty": 120
},
"stopId": "0:TEC02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766050448",
"uncertainty": 120
},
"departure": {
"time": "1766050455",
"uncertainty": 120
},
"stopId": "0:MAs02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766050500",
"uncertainty": 120
},
"departure": {
"time": "1766050515",
"uncertainty": 120
},
"stopId": "0:LYC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766050538",
"uncertainty": 120
},
"departure": {
"time": "1766050538",
"uncertainty": 120
},
"stopId": "0:MRN02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766050593",
"uncertainty": 120
},
"departure": {
"time": "1766050605",
"uncertainty": 120
},
"stopId": "0:LOM02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766050650",
"uncertainty": 120
},
"departure": {
"time": "1766050665",
"uncertainty": 120
},
"stopId": "0:pAS02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766050710",
"uncertainty": 120
},
"departure": {
"time": "1766050725",
"uncertainty": 120
},
"stopId": "0:BAl01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766050785",
"uncertainty": 120
},
"departure": {
"time": "1766050800",
"uncertainty": 120
},
"stopId": "0:MAi01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766050830",
"uncertainty": 120
},
"departure": {
"time": "1766050845",
"uncertainty": 120
},
"stopId": "0:CCE01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766050888",
"uncertainty": 120
},
"departure": {
"time": "1766050890",
"uncertainty": 120
},
"stopId": "0:ile01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766050935",
"uncertainty": 120
},
"departure": {
"time": "1766050935",
"uncertainty": 120
},
"stopId": "0:ABB01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051017",
"uncertainty": 120
},
"departure": {
"time": "1766051025",
"uncertainty": 120
},
"stopId": "0:NOT01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051128",
"uncertainty": 120
},
"departure": {
"time": "1766051128",
"uncertainty": 120
},
"stopId": "0:DOu02",
"stopSequence": 32
},
{
"arrival": {
"time": "1766051190",
"uncertainty": 120
},
"departure": {
"time": "1766051205",
"uncertainty": 120
},
"stopId": "0:CHN04",
"stopSequence": 33
},
{
"arrival": {
"time": "1766051245",
"uncertainty": 120
},
"departure": {
"time": "1766051250",
"uncertainty": 120
},
"stopId": "0:CUV01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766051310",
"uncertainty": 120
},
"departure": {
"time": "1766051310",
"uncertainty": 120
},
"stopId": "0:TAB02",
"stopSequence": 35
},
{
"arrival": {
"time": "1766051325",
"uncertainty": 120
},
"departure": {
"time": "1766051325",
"uncertainty": 120
},
"stopId": "0:bre02",
"stopSequence": 36
},
{
"arrival": {
"time": "1766051356",
"uncertainty": 120
},
"departure": {
"time": "1766051370",
"uncertainty": 120
},
"stopId": "0:THI04",
"stopSequence": 37
},
{
"arrival": {
"time": "1766051400",
"uncertainty": 120
},
"departure": {
"time": "1766051400",
"uncertainty": 120
},
"stopId": "0:TRU02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766051430",
"uncertainty": 120
},
"departure": {
"time": "1766051430",
"uncertainty": 120
},
"stopId": "0:PAT04",
"stopSequence": 39
},
{
"arrival": {
"time": "1766051490",
"uncertainty": 120
},
"departure": {
"time": "1766051505",
"uncertainty": 120
},
"stopId": "0:MOn01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766051610",
"uncertainty": 120
},
"departure": {
"time": "1766051625",
"uncertainty": 120
},
"stopId": "0:REN02",
"stopSequence": 41
},
{
"arrival": {
"time": "1766051655",
"uncertainty": 120
},
"departure": {
"time": "1766051670",
"uncertainty": 120
},
"stopId": "0:DAR02",
"stopSequence": 42
},
{
"arrival": {
"time": "1766051745",
"uncertainty": 120
},
"departure": {
"time": "1766051745",
"uncertainty": 120
},
"stopId": "0:CEn02",
"stopSequence": 43
},
{
"arrival": {
"time": "1766051838",
"uncertainty": 120
},
"departure": {
"time": "1766051838",
"uncertainty": 120
},
"stopId": "0:GAG01",
"stopSequence": 44
},
{
"arrival": {
"time": "1766051871",
"uncertainty": 120
},
"departure": {
"time": "1766051871",
"uncertainty": 120
},
"stopId": "0:MAS01",
"stopSequence": 45
},
{
"arrival": {
"time": "1766051924",
"uncertainty": 120
},
"departure": {
"time": "1766051924",
"uncertainty": 120
},
"stopId": "0:PAl01",
"stopSequence": 46
},
{
"arrival": {
"time": "1766052042",
"uncertainty": 120
},
"departure": {
"time": "1766052042",
"uncertainty": 120
},
"stopId": "0:CLo01",
"stopSequence": 47
},
{
"arrival": {
"time": "1766052076",
"uncertainty": 120
},
"departure": {
"time": "1766052076",
"uncertainty": 120
},
"stopId": "0:MRO01",
"stopSequence": 48
},
{
"arrival": {
"time": "1766052174",
"uncertainty": 120
},
"departure": {
"time": "1766052174",
"uncertainty": 120
},
"stopId": "0:DEV01",
"stopSequence": 49
},
{
"arrival": {
"time": "1766052309",
"uncertainty": 120
},
"departure": {
"time": "1766052309",
"uncertainty": 120
},
"stopId": "0:TRo02",
"stopSequence": 50
},
{
"arrival": {
"time": "1766052344",
"uncertainty": 120
},
"departure": {
"time": "1766052344",
"uncertainty": 120
},
"stopId": "0:SAR02",
"stopSequence": 51
},
{
"arrival": {
"time": "1766052401",
"uncertainty": 120
},
"departure": {
"time": "1766052401",
"uncertainty": 120
},
"stopId": "0:SAL02",
"stopSequence": 52
},
{
"arrival": {
"time": "1766052452",
"uncertainty": 120
},
"departure": {
"time": "1766052452",
"uncertainty": 120
},
"stopId": "0:JUI01",
"stopSequence": 53
},
{
"arrival": {
"time": "1766052507",
"uncertainty": 120
},
"departure": {
"time": "1766052507",
"uncertainty": 120
},
"stopId": "0:JUI02",
"stopSequence": 54
},
{
"arrival": {
"time": "1766052571",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 55
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979751"
},
"vehicle": {
"id": "289",
"label": "289"
}
}
},
{
"id": "C1977475",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051191",
"uncertainty": 120
},
"stopId": "0:HAM01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051259",
"uncertainty": 120
},
"departure": {
"time": "1766051259",
"uncertainty": 120
},
"stopId": "0:LaN02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051295",
"uncertainty": 120
},
"departure": {
"time": "1766051295",
"uncertainty": 120
},
"stopId": "0:COC02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051325",
"uncertainty": 120
},
"departure": {
"time": "1766051355",
"uncertainty": 120
},
"stopId": "0:FEY02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051385",
"uncertainty": 120
},
"departure": {
"time": "1766051385",
"uncertainty": 120
},
"stopId": "0:PAT01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051415",
"uncertainty": 120
},
"departure": {
"time": "1766051430",
"uncertainty": 120
},
"stopId": "0:GUY01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051475",
"uncertainty": 120
},
"departure": {
"time": "1766051505",
"uncertainty": 120
},
"stopId": "0:LAM01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051535",
"uncertainty": 120
},
"departure": {
"time": "1766051535",
"uncertainty": 120
},
"stopId": "0:BER01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051591",
"uncertainty": 120
},
"departure": {
"time": "1766051591",
"uncertainty": 120
},
"stopId": "0:ERA01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051642",
"uncertainty": 120
},
"departure": {
"time": "1766051642",
"uncertainty": 120
},
"stopId": "0:VAN01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051670",
"uncertainty": 120
},
"departure": {
"time": "1766051670",
"uncertainty": 120
},
"stopId": "0:JAR01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051715",
"uncertainty": 120
},
"departure": {
"time": "1766051715",
"uncertainty": 120
},
"stopId": "0:FOs01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051832",
"uncertainty": 120
},
"departure": {
"time": "1766051832",
"uncertainty": 120
},
"stopId": "0:VOl02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051879",
"uncertainty": 120
},
"departure": {
"time": "1766051879",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052043",
"uncertainty": 120
},
"departure": {
"time": "1766052043",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052071",
"uncertainty": 120
},
"departure": {
"time": "1766052071",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052191",
"uncertainty": 120
},
"departure": {
"time": "1766052191",
"uncertainty": 120
},
"stopId": "0:14J01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052311",
"uncertainty": 120
},
"departure": {
"time": "1766052311",
"uncertainty": 120
},
"stopId": "0:VOU01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052377",
"uncertainty": 120
},
"departure": {
"time": "1766052377",
"uncertainty": 120
},
"stopId": "0:NES01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052438",
"uncertainty": 120
},
"departure": {
"time": "1766052438",
"uncertainty": 120
},
"stopId": "0:QUe02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052484",
"uncertainty": 120
},
"departure": {
"time": "1766052484",
"uncertainty": 120
},
"stopId": "0:SEN02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052582",
"uncertainty": 120
},
"departure": {
"time": "1766052582",
"uncertainty": 120
},
"stopId": "0:NIEL01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052603",
"uncertainty": 120
},
"departure": {
"time": "1766052603",
"uncertainty": 120
},
"stopId": "0:CUM01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052658",
"uncertainty": 120
},
"departure": {
"time": "1766052658",
"uncertainty": 120
},
"stopId": "0:PSL01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052731",
"uncertainty": 120
},
"departure": {
"time": "1766052731",
"uncertainty": 120
},
"stopId": "0:NOE01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052756",
"uncertainty": 120
},
"departure": {
"time": "1766052756",
"uncertainty": 120
},
"stopId": "0:VEO01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052795",
"uncertainty": 120
},
"departure": {
"time": "1766052795",
"uncertainty": 120
},
"stopId": "0:COR01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052817",
"uncertainty": 120
},
"departure": {
"time": "1766052817",
"uncertainty": 120
},
"stopId": "0:FAR01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052873",
"uncertainty": 120
},
"departure": {
"time": "1766052873",
"uncertainty": 120
},
"stopId": "0:HTM01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052907",
"uncertainty": 120
},
"departure": {
"time": "1766052907",
"uncertainty": 120
},
"stopId": "0:LAB01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052940",
"uncertainty": 120
},
"departure": {
"time": "1766052940",
"uncertainty": 120
},
"stopId": "0:BAS01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052971",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977475"
},
"vehicle": {
"id": "280",
"label": "280"
}
}
},
{
"id": "C1979213",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054460",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979213"
}
}
},
{
"id": "C1978462",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049439",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049461",
"uncertainty": 120
},
"departure": {
"time": "1766049461",
"uncertainty": 120
},
"stopId": "0:Ham01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049485",
"uncertainty": 120
},
"departure": {
"time": "1766049485",
"uncertainty": 120
},
"stopId": "0:PIS01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049553",
"uncertainty": 120
},
"departure": {
"time": "1766049560",
"uncertainty": 120
},
"stopId": "0:TEI01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049590",
"uncertainty": 120
},
"departure": {
"time": "1766049590",
"uncertainty": 120
},
"stopId": "0:CAm01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049658",
"uncertainty": 120
},
"departure": {
"time": "1766049665",
"uncertainty": 120
},
"stopId": "0:MOZ02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766049710",
"uncertainty": 120
},
"departure": {
"time": "1766049710",
"uncertainty": 120
},
"stopId": "0:JUI02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766049809",
"uncertainty": 120
},
"departure": {
"time": "1766049847",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766049888",
"uncertainty": 120
},
"departure": {
"time": "1766049888",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766049939",
"uncertainty": 120
},
"departure": {
"time": "1766049954",
"uncertainty": 120
},
"stopId": "0:TRo01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766049984",
"uncertainty": 120
},
"departure": {
"time": "1766049984",
"uncertainty": 120
},
"stopId": "0:HTC01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050044",
"uncertainty": 120
},
"departure": {
"time": "1766050044",
"uncertainty": 120
},
"stopId": "0:STM03",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050222",
"uncertainty": 120
},
"departure": {
"time": "1766050239",
"uncertainty": 120
},
"stopId": "0:ALA01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050299",
"uncertainty": 120
},
"departure": {
"time": "1766050314",
"uncertainty": 120
},
"stopId": "0:ROG01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050359",
"uncertainty": 120
},
"departure": {
"time": "1766050359",
"uncertainty": 120
},
"stopId": "0:PAI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050429",
"uncertainty": 120
},
"departure": {
"time": "1766050464",
"uncertainty": 120
},
"stopId": "0:FIL01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050569",
"uncertainty": 120
},
"departure": {
"time": "1766050614",
"uncertainty": 120
},
"stopId": "0:JMO01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050708",
"uncertainty": 120
},
"departure": {
"time": "1766050734",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050791",
"uncertainty": 120
},
"departure": {
"time": "1766050839",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050959",
"uncertainty": 120
},
"departure": {
"time": "1766050974",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051034",
"uncertainty": 120
},
"departure": {
"time": "1766051049",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051134",
"uncertainty": 120
},
"departure": {
"time": "1766051140",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051244",
"uncertainty": 120
},
"departure": {
"time": "1766051244",
"uncertainty": 120
},
"stopId": "0:SUP01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051287",
"uncertainty": 120
},
"departure": {
"time": "1766051289",
"uncertainty": 120
},
"stopId": "0:SOM01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051348",
"uncertainty": 120
},
"departure": {
"time": "1766051364",
"uncertainty": 120
},
"stopId": "0:CRo01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051470",
"uncertainty": 120
},
"departure": {
"time": "1766051484",
"uncertainty": 120
},
"stopId": "0:mAI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051515",
"uncertainty": 120
},
"departure": {
"time": "1766051530",
"uncertainty": 120
},
"stopId": "0:MAg01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051574",
"uncertainty": 120
},
"departure": {
"time": "1766051590",
"uncertainty": 120
},
"stopId": "0:COu01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766051646",
"uncertainty": 120
},
"departure": {
"time": "1766051649",
"uncertainty": 120
},
"stopId": "0:ROS01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766051724",
"uncertainty": 120
},
"departure": {
"time": "1766051739",
"uncertainty": 120
},
"stopId": "0:Ver01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051769",
"uncertainty": 120
},
"departure": {
"time": "1766051769",
"uncertainty": 120
},
"stopId": "0:BAL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051828",
"uncertainty": 120
},
"departure": {
"time": "1766051828",
"uncertainty": 120
},
"stopId": "0:VIE01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766051869",
"uncertainty": 120
},
"departure": {
"time": "1766051869",
"uncertainty": 120
},
"stopId": "0:HTF01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766051939",
"uncertainty": 120
},
"departure": {
"time": "1766051939",
"uncertainty": 120
},
"stopId": "0:BRE02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766052005",
"uncertainty": 120
},
"departure": {
"time": "1766052005",
"uncertainty": 120
},
"stopId": "0:ZAC01",
"stopSequence": 35
},
{
"arrival": {
"time": "1766052196",
"uncertainty": 120
},
"departure": {
"time": "1766052196",
"uncertainty": 120
},
"stopId": "0:MON01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766052230",
"uncertainty": 120
},
"departure": {
"time": "1766052230",
"uncertainty": 120
},
"stopId": "0:CEr01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766052294",
"uncertainty": 120
},
"departure": {
"time": "1766052294",
"uncertainty": 120
},
"stopId": "0:MST01",
"stopSequence": 38
},
{
"arrival": {
"time": "1766052329",
"uncertainty": 120
},
"departure": {
"time": "1766052329",
"uncertainty": 120
},
"stopId": "0:Clo01",
"stopSequence": 39
},
{
"arrival": {
"time": "1766052376",
"uncertainty": 120
},
"departure": {
"time": "1766052376",
"uncertainty": 120
},
"stopId": "0:HAT01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766052419",
"uncertainty": 120
},
"stopId": "0:PaL01",
"stopSequence": 41
}
],
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978462"
},
"vehicle": {
"id": "319",
"label": "319"
}
}
},
{
"id": "C1976542",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052180",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 1
},
{
"arrival": {
"time": "1766052220",
"uncertainty": 120
},
"departure": {
"time": "1766052220",
"uncertainty": 120
},
"stopId": "0:CHS01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766052285",
"uncertainty": 120
},
"departure": {
"time": "1766052285",
"uncertainty": 120
},
"stopId": "0:ING01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766052336",
"uncertainty": 120
},
"departure": {
"time": "1766052336",
"uncertainty": 120
},
"stopId": "0:LAV01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766052380",
"uncertainty": 120
},
"departure": {
"time": "1766052380",
"uncertainty": 120
},
"stopId": "0:ROI01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766052420",
"uncertainty": 120
},
"departure": {
"time": "1766052420",
"uncertainty": 120
},
"stopId": "0:LIB01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766052484",
"uncertainty": 120
},
"departure": {
"time": "1766052484",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:GUI01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766052533",
"uncertainty": 120
},
"departure": {
"time": "1766052533",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:CHE02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766052530",
"uncertainty": 120
},
"departure": {
"time": "1766052530",
"uncertainty": 120
},
"stopId": "0:BOi02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052626",
"uncertainty": 120
},
"departure": {
"time": "1766052626",
"uncertainty": 120
},
"stopId": "0:EGA02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052665",
"uncertainty": 120
},
"departure": {
"time": "1766052665",
"uncertainty": 120
},
"stopId": "0:UTT02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052766",
"uncertainty": 120
},
"departure": {
"time": "1766052766",
"uncertainty": 120
},
"stopId": "0:CrO02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052807",
"uncertainty": 120
},
"departure": {
"time": "1766052807",
"uncertainty": 120
},
"stopId": "0:REI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052873",
"uncertainty": 120
},
"departure": {
"time": "1766052873",
"uncertainty": 120
},
"stopId": "0:LAr02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052905",
"uncertainty": 120
},
"departure": {
"time": "1766052905",
"uncertainty": 120
},
"stopId": "0:LOM03",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052977",
"uncertainty": 120
},
"departure": {
"time": "1766052977",
"uncertainty": 120
},
"stopId": "0:pAS02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766053025",
"uncertainty": 120
},
"departure": {
"time": "1766053025",
"uncertainty": 120
},
"stopId": "0:tHI02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766053068",
"uncertainty": 120
},
"departure": {
"time": "1766053068",
"uncertainty": 120
},
"stopId": "0:ROL02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766053115",
"uncertainty": 120
},
"departure": {
"time": "1766053115",
"uncertainty": 120
},
"stopId": "0:JAc02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766053164",
"uncertainty": 120
},
"departure": {
"time": "1766053164",
"uncertainty": 120
},
"stopId": "0:MIS02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766053222",
"uncertainty": 120
},
"departure": {
"time": "1766053222",
"uncertainty": 120
},
"stopId": "0:BEA02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766053260",
"uncertainty": 120
},
"departure": {
"time": "1766053260",
"uncertainty": 120
},
"stopId": "0:PAR02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053327",
"uncertainty": 120
},
"departure": {
"time": "1766053327",
"uncertainty": 120
},
"stopId": "0:TER02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053390",
"uncertainty": 120
},
"departure": {
"time": "1766053390",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766053465",
"uncertainty": 120
},
"stopId": "0:BTr01",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976542"
}
}
},
{
"id": "C1979491",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050787",
"uncertainty": 120
},
"stopId": "0:FOU01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050832",
"uncertainty": 120
},
"departure": {
"time": "1766050847",
"uncertainty": 120
},
"stopId": "0:PPP01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050892",
"uncertainty": 120
},
"departure": {
"time": "1766050892",
"uncertainty": 120
},
"stopId": "0:GDF01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050952",
"uncertainty": 120
},
"departure": {
"time": "1766050952",
"uncertainty": 120
},
"stopId": "0:CHm01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050974",
"uncertainty": 120
},
"departure": {
"time": "1766050974",
"uncertainty": 120
},
"stopId": "0:DEM01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051043",
"uncertainty": 120
},
"departure": {
"time": "1766051072",
"uncertainty": 120
},
"stopId": "0:SEC01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051115",
"uncertainty": 120
},
"departure": {
"time": "1766051132",
"uncertainty": 120
},
"stopId": "0:BRO01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051177",
"uncertainty": 120
},
"departure": {
"time": "1766051177",
"uncertainty": 120
},
"stopId": "0:TAM01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051222",
"uncertainty": 120
},
"departure": {
"time": "1766051222",
"uncertainty": 120
},
"stopId": "0:BIL01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051247",
"uncertainty": 120
},
"departure": {
"time": "1766051247",
"uncertainty": 120
},
"stopId": "0:Jac01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051282",
"uncertainty": 120
},
"departure": {
"time": "1766051297",
"uncertainty": 120
},
"stopId": "0:TOU01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051357",
"uncertainty": 120
},
"departure": {
"time": "1766051372",
"uncertainty": 120
},
"stopId": "0:THE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051500",
"uncertainty": 120
},
"departure": {
"time": "1766051507",
"uncertainty": 120
},
"stopId": "0:VlS02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051567",
"uncertainty": 120
},
"departure": {
"time": "1766051642",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051698",
"uncertainty": 120
},
"departure": {
"time": "1766051717",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051817",
"uncertainty": 120
},
"departure": {
"time": "1766051817",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051897",
"uncertainty": 120
},
"departure": {
"time": "1766051897",
"uncertainty": 120
},
"stopId": "0:DID01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051959",
"uncertainty": 120
},
"departure": {
"time": "1766051959",
"uncertainty": 120
},
"stopId": "0:TIL01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052052",
"uncertainty": 120
},
"departure": {
"time": "1766052052",
"uncertainty": 120
},
"stopId": "0:MAU01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052120",
"uncertainty": 120
},
"departure": {
"time": "1766052120",
"uncertainty": 120
},
"stopId": "0:BAl01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052191",
"uncertainty": 120
},
"departure": {
"time": "1766052191",
"uncertainty": 120
},
"stopId": "0:MAi01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052227",
"uncertainty": 120
},
"departure": {
"time": "1766052227",
"uncertainty": 120
},
"stopId": "0:CCE01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052274",
"uncertainty": 120
},
"departure": {
"time": "1766052274",
"uncertainty": 120
},
"stopId": "0:MED01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766052356",
"uncertainty": 120
},
"departure": {
"time": "1766052356",
"uncertainty": 120
},
"stopId": "0:ANT01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052462",
"uncertainty": 120
},
"departure": {
"time": "1766052462",
"uncertainty": 120
},
"stopId": "0:GaU01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052561",
"uncertainty": 120
},
"departure": {
"time": "1766052561",
"uncertainty": 120
},
"stopId": "0:OLI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052603",
"uncertainty": 120
},
"departure": {
"time": "1766052603",
"uncertainty": 120
},
"stopId": "0:COM01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052647",
"uncertainty": 120
},
"departure": {
"time": "1766052647",
"uncertainty": 120
},
"stopId": "0:PiT01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052671",
"uncertainty": 120
},
"departure": {
"time": "1766052671",
"uncertainty": 120
},
"stopId": "0:PER01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052763",
"uncertainty": 120
},
"departure": {
"time": "1766052763",
"uncertainty": 120
},
"stopId": "0:PDl01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052819",
"uncertainty": 120
},
"departure": {
"time": "1766052819",
"uncertainty": 120
},
"stopId": "0:MAr01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052868",
"uncertainty": 120
},
"departure": {
"time": "1766052868",
"uncertainty": 120
},
"stopId": "0:MSG01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052906",
"uncertainty": 120
},
"departure": {
"time": "1766052906",
"uncertainty": 120
},
"stopId": "0:PRI01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052971",
"uncertainty": 120
},
"stopId": "0:STG01",
"stopSequence": 34
}
],
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979491"
},
"vehicle": {
"id": "295",
"label": "295"
}
}
},
{
"id": "C1976335",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053980",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976335"
}
}
},
{
"id": "C1975831",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052840",
"uncertainty": 120
},
"stopId": "0:PaL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1975831"
}
}
},
{
"id": "C1979216",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053680",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979216"
}
}
},
{
"id": "2025-12-18-10-45-23-027-517952",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051246",
"uncertainty": 120
},
"stopId": "0:SPECI01"
},
{
"arrival": {
"time": "1766051770",
"uncertainty": 120
},
"stopId": "0:DEP01"
}
],
"trip": {
"routeId": "099",
"scheduleRelationship": "ADDED",
"tripId": "PS : Lu,Ma,Je,Ve2025-12-18-10-45-23-027-517952"
},
"vehicle": {
"id": "339",
"label": "339"
}
}
},
{
"id": "C1979210",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051762",
"uncertainty": 120
},
"stopId": "0:CHM02",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979210"
},
"vehicle": {
"id": "336",
"label": "336"
}
}
},
{
"id": "2025-12-18-10-40-19-260-650937",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050937",
"uncertainty": 120
},
"stopId": "0:SPECI01"
},
{
"arrival": {
"time": "1766051776",
"uncertainty": 120
},
"stopId": "0:DEP01"
}
],
"trip": {
"routeId": "099",
"scheduleRelationship": "ADDED",
"tripId": "PS : Lu,Ma,Je,Ve2025-12-18-10-40-19-260-650937"
},
"vehicle": {
"id": "330",
"label": "330"
}
}
},
{
"id": "C1977712",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053740",
"uncertainty": 120
},
"stopId": "0:FoN01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977712"
}
}
},
{
"id": "2025-12-18-09-45-22-412-084787",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766048332",
"uncertainty": 120
},
"stopId": "0:SPECI01"
},
{
"arrival": {
"time": "1766051780",
"uncertainty": 120
},
"stopId": "0:DEP01"
}
],
"trip": {
"routeId": "099",
"scheduleRelationship": "ADDED",
"tripId": "PS : Lu,Ma,Je,Ve2025-12-18-09-45-22-412-084787"
},
"vehicle": {
"id": "324",
"label": "324"
}
}
},
{
"id": "C1983920",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049360",
"uncertainty": 120
},
"stopId": "0:GAN01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049377",
"uncertainty": 120
},
"departure": {
"time": "1766049377",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049407",
"uncertainty": 120
},
"departure": {
"time": "1766049407",
"uncertainty": 120
},
"stopId": "0:Cht04",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049432",
"uncertainty": 120
},
"departure": {
"time": "1766049437",
"uncertainty": 120
},
"stopId": "0:par04",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049631",
"uncertainty": 120
},
"departure": {
"time": "1766049631",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:DUN02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049539",
"uncertainty": 120
},
"departure": {
"time": "1766049548",
"uncertainty": 120
},
"stopId": "0:SAP02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766049577",
"uncertainty": 120
},
"departure": {
"time": "1766049593",
"uncertainty": 120
},
"stopId": "0:ROM02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766049622",
"uncertainty": 120
},
"departure": {
"time": "1766049637",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766049697",
"uncertainty": 120
},
"departure": {
"time": "1766049713",
"uncertainty": 120
},
"stopId": "0:MAC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766049784",
"uncertainty": 120
},
"departure": {
"time": "1766049877",
"uncertainty": 120
},
"stopId": "0:DUT02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766049922",
"uncertainty": 120
},
"departure": {
"time": "1766049937",
"uncertainty": 120
},
"stopId": "0:PTB02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050042",
"uncertainty": 120
},
"departure": {
"time": "1766050057",
"uncertainty": 120
},
"stopId": "0:CLA02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050128",
"uncertainty": 120
},
"departure": {
"time": "1766050128",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050177",
"uncertainty": 120
},
"departure": {
"time": "1766050192",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050268",
"uncertainty": 120
},
"departure": {
"time": "1766050402",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050478",
"uncertainty": 120
},
"departure": {
"time": "1766050492",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050598",
"uncertainty": 120
},
"departure": {
"time": "1766050612",
"uncertainty": 120
},
"stopId": "0:LAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050702",
"uncertainty": 120
},
"departure": {
"time": "1766050717",
"uncertainty": 120
},
"stopId": "0:CHO02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050762",
"uncertainty": 120
},
"departure": {
"time": "1766050777",
"uncertainty": 120
},
"stopId": "0:PTV02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050822",
"uncertainty": 120
},
"departure": {
"time": "1766050837",
"uncertainty": 120
},
"stopId": "0:MUL02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766050972",
"uncertainty": 120
},
"departure": {
"time": "1766050972",
"uncertainty": 120
},
"stopId": "0:mar02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051032",
"uncertainty": 120
},
"departure": {
"time": "1766051032",
"uncertainty": 120
},
"stopId": "0:HOC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051053",
"uncertainty": 120
},
"departure": {
"time": "1766051053",
"uncertainty": 120
},
"stopId": "0:STE02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051107",
"uncertainty": 120
},
"departure": {
"time": "1766051137",
"uncertainty": 120
},
"stopId": "0:BUI02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051197",
"uncertainty": 120
},
"departure": {
"time": "1766051197",
"uncertainty": 120
},
"stopId": "0:MRC02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051240",
"uncertainty": 120
},
"departure": {
"time": "1766051242",
"uncertainty": 120
},
"stopId": "0:BOI02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051301",
"uncertainty": 120
},
"departure": {
"time": "1766051302",
"uncertainty": 120
},
"stopId": "0:LAK02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051389",
"uncertainty": 120
},
"departure": {
"time": "1766051389",
"uncertainty": 120
},
"stopId": "0:MAR02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766051437",
"uncertainty": 120
},
"departure": {
"time": "1766051437",
"uncertainty": 120
},
"stopId": "0:Mai02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766051480",
"uncertainty": 120
},
"departure": {
"time": "1766051480",
"uncertainty": 120
},
"stopId": "0:COQ02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051770",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983920"
},
"vehicle": {
"id": "293",
"label": "293"
}
}
},
{
"id": "C1979500",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052060",
"uncertainty": 120
},
"stopId": "0:STG01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979500"
},
"vehicle": {
"id": "301",
"label": "301"
}
}
},
{
"id": "C1976287",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051520",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051656",
"uncertainty": 120
},
"departure": {
"time": "1766051671",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051781",
"uncertainty": 120
},
"departure": {
"time": "1766051781",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051923",
"uncertainty": 120
},
"departure": {
"time": "1766051923",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051978",
"uncertainty": 120
},
"departure": {
"time": "1766051978",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766052065",
"uncertainty": 120
},
"departure": {
"time": "1766052065",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766052164",
"uncertainty": 120
},
"departure": {
"time": "1766052164",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766052318",
"uncertainty": 120
},
"departure": {
"time": "1766052318",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766052372",
"uncertainty": 120
},
"departure": {
"time": "1766052372",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052432",
"uncertainty": 120
},
"departure": {
"time": "1766052432",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052491",
"uncertainty": 120
},
"departure": {
"time": "1766052491",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052568",
"uncertainty": 120
},
"departure": {
"time": "1766052568",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052633",
"uncertainty": 120
},
"departure": {
"time": "1766052633",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052673",
"uncertainty": 120
},
"departure": {
"time": "1766052673",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052764",
"uncertainty": 120
},
"departure": {
"time": "1766052764",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052880",
"uncertainty": 120
},
"departure": {
"time": "1766052880",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052953",
"uncertainty": 120
},
"departure": {
"time": "1766052953",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766053092",
"uncertainty": 120
},
"departure": {
"time": "1766053092",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766053189",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976287"
},
"vehicle": {
"id": "351",
"label": "351"
}
}
},
{
"id": "C1977700",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766050524",
"uncertainty": 120
},
"stopId": "0:FoN01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050539",
"uncertainty": 120
},
"departure": {
"time": "1766050554",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050629",
"uncertainty": 120
},
"departure": {
"time": "1766050644",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050689",
"uncertainty": 120
},
"departure": {
"time": "1766050689",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050719",
"uncertainty": 120
},
"departure": {
"time": "1766050734",
"uncertainty": 120
},
"stopId": "0:CHa02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050794",
"uncertainty": 120
},
"departure": {
"time": "1766050794",
"uncertainty": 120
},
"stopId": "0:Ber02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050846",
"uncertainty": 120
},
"departure": {
"time": "1766050854",
"uncertainty": 120
},
"stopId": "0:MAl02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050893",
"uncertainty": 120
},
"departure": {
"time": "1766050893",
"uncertainty": 120
},
"stopId": "0:TIR02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050998",
"uncertainty": 120
},
"departure": {
"time": "1766050998",
"uncertainty": 120
},
"stopId": "0:MAZ01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051055",
"uncertainty": 120
},
"departure": {
"time": "1766051064",
"uncertainty": 120
},
"stopId": "0:MeR01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051109",
"uncertainty": 120
},
"departure": {
"time": "1766051109",
"uncertainty": 120
},
"stopId": "0:cro01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051128",
"uncertainty": 120
},
"departure": {
"time": "1766051128",
"uncertainty": 120
},
"stopId": "0:SIR02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766051161",
"uncertainty": 120
},
"departure": {
"time": "1766051169",
"uncertainty": 120
},
"stopId": "0:ERK03",
"stopSequence": 13
},
{
"arrival": {
"time": "1766051228",
"uncertainty": 120
},
"departure": {
"time": "1766051228",
"uncertainty": 120
},
"stopId": "0:FRA04",
"stopSequence": 14
},
{
"arrival": {
"time": "1766051274",
"uncertainty": 120
},
"departure": {
"time": "1766051274",
"uncertainty": 120
},
"stopId": "0:QUA01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051304",
"uncertainty": 120
},
"departure": {
"time": "1766051304",
"uncertainty": 120
},
"stopId": "0:BeR02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051319",
"uncertainty": 120
},
"departure": {
"time": "1766051319",
"uncertainty": 120
},
"stopId": "0:DAN02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051354",
"uncertainty": 120
},
"departure": {
"time": "1766051364",
"uncertainty": 120
},
"stopId": "0:VrD02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051418",
"uncertainty": 120
},
"departure": {
"time": "1766051418",
"uncertainty": 120
},
"stopId": "0:CpG02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051463",
"uncertainty": 120
},
"departure": {
"time": "1766051463",
"uncertainty": 120
},
"stopId": "0:ChT03",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051484",
"uncertainty": 120
},
"departure": {
"time": "1766051484",
"uncertainty": 120
},
"stopId": "0:ChM01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051559",
"uncertainty": 120
},
"departure": {
"time": "1766051559",
"uncertainty": 120
},
"stopId": "0:Rpb01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051589",
"uncertainty": 120
},
"departure": {
"time": "1766051589",
"uncertainty": 120
},
"stopId": "0:MaC01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051627",
"uncertainty": 120
},
"departure": {
"time": "1766051627",
"uncertainty": 120
},
"stopId": "0:Onj01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051669",
"uncertainty": 120
},
"departure": {
"time": "1766051669",
"uncertainty": 120
},
"stopId": "0:PCH01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051702",
"uncertainty": 120
},
"departure": {
"time": "1766051702",
"uncertainty": 120
},
"stopId": "0:Ros01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051749",
"uncertainty": 120
},
"departure": {
"time": "1766051749",
"uncertainty": 120
},
"stopId": "0:Par01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051792",
"uncertainty": 120
},
"departure": {
"time": "1766051792",
"uncertainty": 120
},
"stopId": "0:StC01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766051831",
"uncertainty": 120
},
"departure": {
"time": "1766051831",
"uncertainty": 120
},
"stopId": "0:Sau01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766051912",
"uncertainty": 120
},
"stopId": "0:ChT02",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977700"
},
"vehicle": {
"id": "338",
"label": "338"
}
}
},
{
"id": "C1976263",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052480",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766052567",
"uncertainty": 120
},
"departure": {
"time": "1766052567",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766052688",
"uncertainty": 120
},
"departure": {
"time": "1766052688",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766052830",
"uncertainty": 120
},
"departure": {
"time": "1766052830",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766052884",
"uncertainty": 120
},
"departure": {
"time": "1766052884",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766052958",
"uncertainty": 120
},
"departure": {
"time": "1766052958",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766053041",
"uncertainty": 120
},
"departure": {
"time": "1766053041",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766053195",
"uncertainty": 120
},
"departure": {
"time": "1766053195",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766053249",
"uncertainty": 120
},
"departure": {
"time": "1766053249",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766053309",
"uncertainty": 120
},
"departure": {
"time": "1766053309",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766053368",
"uncertainty": 120
},
"departure": {
"time": "1766053368",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766053445",
"uncertainty": 120
},
"departure": {
"time": "1766053445",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766053510",
"uncertainty": 120
},
"departure": {
"time": "1766053510",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766053550",
"uncertainty": 120
},
"departure": {
"time": "1766053550",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766053631",
"uncertainty": 120
},
"departure": {
"time": "1766053631",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766053747",
"uncertainty": 120
},
"departure": {
"time": "1766053747",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766053823",
"uncertainty": 120
},
"departure": {
"time": "1766053823",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766053979",
"uncertainty": 120
},
"departure": {
"time": "1766053979",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766054076",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976263"
}
}
},
{
"id": "C1976362",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051282",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051342",
"uncertainty": 120
},
"departure": {
"time": "1766051372",
"uncertainty": 120
},
"stopId": "0:TDB04",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051462",
"uncertainty": 120
},
"departure": {
"time": "1766051507",
"uncertainty": 120
},
"stopId": "0:STP01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051552",
"uncertainty": 120
},
"departure": {
"time": "1766051567",
"uncertainty": 120
},
"stopId": "0:Bro02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051642",
"uncertainty": 120
},
"departure": {
"time": "1766051642",
"uncertainty": 120
},
"stopId": "0:CER02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051687",
"uncertainty": 120
},
"departure": {
"time": "1766051687",
"uncertainty": 120
},
"stopId": "0:MAI02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051762",
"uncertainty": 120
},
"departure": {
"time": "1766051762",
"uncertainty": 120
},
"stopId": "0:Gue02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051799",
"uncertainty": 120
},
"departure": {
"time": "1766051799",
"uncertainty": 120
},
"stopId": "0:DEN02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051869",
"uncertainty": 120
},
"departure": {
"time": "1766051869",
"uncertainty": 120
},
"stopId": "0:DES02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051962",
"uncertainty": 120
},
"departure": {
"time": "1766051962",
"uncertainty": 120
},
"stopId": "0:POC02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052024",
"uncertainty": 120
},
"departure": {
"time": "1766052024",
"uncertainty": 120
},
"stopId": "0:POi02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052162",
"uncertainty": 120
},
"departure": {
"time": "1766052162",
"uncertainty": 120
},
"stopId": "0:EUr01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052257",
"uncertainty": 120
},
"departure": {
"time": "1766052257",
"uncertainty": 120
},
"stopId": "0:MOI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052327",
"uncertainty": 120
},
"departure": {
"time": "1766052327",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052354",
"uncertainty": 120
},
"departure": {
"time": "1766052354",
"uncertainty": 120
},
"stopId": "0:STm01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052399",
"uncertainty": 120
},
"departure": {
"time": "1766052399",
"uncertainty": 120
},
"stopId": "0:MIC01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052450",
"uncertainty": 120
},
"departure": {
"time": "1766052450",
"uncertainty": 120
},
"stopId": "0:ISL01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052524",
"uncertainty": 120
},
"departure": {
"time": "1766052524",
"uncertainty": 120
},
"stopId": "0:BOu01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052612",
"uncertainty": 120
},
"departure": {
"time": "1766052612",
"uncertainty": 120
},
"stopId": "0:PZI01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052678",
"uncertainty": 120
},
"departure": {
"time": "1766052678",
"uncertainty": 120
},
"stopId": "0:14J04",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052781",
"uncertainty": 120
},
"departure": {
"time": "1766052781",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052856",
"uncertainty": 120
},
"departure": {
"time": "1766052856",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766052914",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976362"
},
"vehicle": {
"id": "334",
"label": "334"
}
}
},
{
"id": "C1977666",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051432",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051447",
"uncertainty": 120
},
"departure": {
"time": "1766051447",
"uncertainty": 120
},
"stopId": "0:Ham01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051477",
"uncertainty": 120
},
"departure": {
"time": "1766051477",
"uncertainty": 120
},
"stopId": "0:PIS01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051552",
"uncertainty": 120
},
"departure": {
"time": "1766051552",
"uncertainty": 120
},
"stopId": "0:TEI01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051582",
"uncertainty": 120
},
"departure": {
"time": "1766051582",
"uncertainty": 120
},
"stopId": "0:CAm01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051642",
"uncertainty": 120
},
"departure": {
"time": "1766051657",
"uncertainty": 120
},
"stopId": "0:MOZ02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051712",
"uncertainty": 120
},
"departure": {
"time": "1766051717",
"uncertainty": 120
},
"stopId": "0:JUI02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051783",
"uncertainty": 120
},
"departure": {
"time": "1766051783",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051844",
"uncertainty": 120
},
"departure": {
"time": "1766051844",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051894",
"uncertainty": 120
},
"departure": {
"time": "1766051894",
"uncertainty": 120
},
"stopId": "0:TRo01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051953",
"uncertainty": 120
},
"departure": {
"time": "1766051953",
"uncertainty": 120
},
"stopId": "0:HTC01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052061",
"uncertainty": 120
},
"departure": {
"time": "1766052061",
"uncertainty": 120
},
"stopId": "0:STM03",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052263",
"uncertainty": 120
},
"departure": {
"time": "1766052263",
"uncertainty": 120
},
"stopId": "0:ALA01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052366",
"uncertainty": 120
},
"departure": {
"time": "1766052366",
"uncertainty": 120
},
"stopId": "0:ROG01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052434",
"uncertainty": 120
},
"departure": {
"time": "1766052434",
"uncertainty": 120
},
"stopId": "0:PAI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052509",
"uncertainty": 120
},
"departure": {
"time": "1766052509",
"uncertainty": 120
},
"stopId": "0:FIL01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052623",
"uncertainty": 120
},
"departure": {
"time": "1766052623",
"uncertainty": 120
},
"stopId": "0:JMO01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052740",
"uncertainty": 120
},
"departure": {
"time": "1766052740",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052842",
"uncertainty": 120
},
"departure": {
"time": "1766052842",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052955",
"uncertainty": 120
},
"departure": {
"time": "1766052955",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766053040",
"uncertainty": 120
},
"departure": {
"time": "1766053040",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766053148",
"uncertainty": 120
},
"departure": {
"time": "1766053148",
"uncertainty": 120
},
"stopId": "0:POM01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053243",
"uncertainty": 120
},
"departure": {
"time": "1766053243",
"uncertainty": 120
},
"stopId": "0:SUP01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053317",
"uncertainty": 120
},
"departure": {
"time": "1766053317",
"uncertainty": 120
},
"stopId": "0:SOM01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766053396",
"uncertainty": 120
},
"departure": {
"time": "1766053396",
"uncertainty": 120
},
"stopId": "0:CRo01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766053469",
"uncertainty": 120
},
"departure": {
"time": "1766053469",
"uncertainty": 120
},
"stopId": "0:mAI01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766053508",
"uncertainty": 120
},
"departure": {
"time": "1766053508",
"uncertainty": 120
},
"stopId": "0:MAg01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766053594",
"uncertainty": 120
},
"departure": {
"time": "1766053594",
"uncertainty": 120
},
"stopId": "0:COu01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766053635",
"uncertainty": 120
},
"departure": {
"time": "1766053635",
"uncertainty": 120
},
"stopId": "0:ROS01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053716",
"uncertainty": 120
},
"departure": {
"time": "1766053716",
"uncertainty": 120
},
"stopId": "0:Ver01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053753",
"uncertainty": 120
},
"departure": {
"time": "1766053753",
"uncertainty": 120
},
"stopId": "0:BAL01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053817",
"uncertainty": 120
},
"departure": {
"time": "1766053817",
"uncertainty": 120
},
"stopId": "0:VIE01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053858",
"uncertainty": 120
},
"departure": {
"time": "1766053858",
"uncertainty": 120
},
"stopId": "0:HTF01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053928",
"uncertainty": 120
},
"departure": {
"time": "1766053928",
"uncertainty": 120
},
"stopId": "0:BRE02",
"stopSequence": 34
},
{
"arrival": {
"time": "1766053991",
"uncertainty": 120
},
"departure": {
"time": "1766053991",
"uncertainty": 120
},
"stopId": "0:ROs03",
"stopSequence": 35
},
{
"arrival": {
"time": "1766054071",
"uncertainty": 120
},
"departure": {
"time": "1766054071",
"uncertainty": 120
},
"stopId": "0:CoU01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766054133",
"uncertainty": 120
},
"departure": {
"time": "1766054133",
"uncertainty": 120
},
"stopId": "0:ViL01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766054220",
"uncertainty": 120
},
"departure": {
"time": "1766054220",
"uncertainty": 120
},
"stopId": "0:mai01",
"stopSequence": 38
},
{
"arrival": {
"time": "1766054270",
"uncertainty": 120
},
"departure": {
"time": "1766054270",
"uncertainty": 120
},
"stopId": "0:Cen01",
"stopSequence": 39
},
{
"arrival": {
"time": "1766054408",
"uncertainty": 120
},
"stopId": "0:BpL01",
"stopSequence": 40
}
],
"trip": {
"directionId": 1,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977666"
},
"vehicle": {
"id": "266",
"label": "266"
}
}
},
{
"id": "C1983922",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052120",
"uncertainty": 120
},
"stopId": "0:GAN01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766052162",
"uncertainty": 120
},
"departure": {
"time": "1766052162",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766052240",
"uncertainty": 120
},
"departure": {
"time": "1766052240",
"uncertainty": 120
},
"stopId": "0:Cht04",
"stopSequence": 3
},
{
"arrival": {
"time": "1766052284",
"uncertainty": 120
},
"departure": {
"time": "1766052284",
"uncertainty": 120
},
"stopId": "0:par04",
"stopSequence": 4
},
{
"arrival": {
"time": "1766052391",
"uncertainty": 120
},
"departure": {
"time": "1766052391",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "0:DUN02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766052433",
"uncertainty": 120
},
"departure": {
"time": "1766052433",
"uncertainty": 120
},
"stopId": "0:SAP02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766052477",
"uncertainty": 120
},
"departure": {
"time": "1766052477",
"uncertainty": 120
},
"stopId": "0:ROM02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766052559",
"uncertainty": 120
},
"departure": {
"time": "1766052559",
"uncertainty": 120
},
"stopId": "0:CAS02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766052647",
"uncertainty": 120
},
"departure": {
"time": "1766052647",
"uncertainty": 120
},
"stopId": "0:MAC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052775",
"uncertainty": 120
},
"departure": {
"time": "1766052775",
"uncertainty": 120
},
"stopId": "0:DUT02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052847",
"uncertainty": 120
},
"departure": {
"time": "1766052847",
"uncertainty": 120
},
"stopId": "0:PTB02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052958",
"uncertainty": 120
},
"departure": {
"time": "1766052958",
"uncertainty": 120
},
"stopId": "0:CLA02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766053049",
"uncertainty": 120
},
"departure": {
"time": "1766053049",
"uncertainty": 120
},
"stopId": "0:POI02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766053104",
"uncertainty": 120
},
"departure": {
"time": "1766053104",
"uncertainty": 120
},
"stopId": "0:LAN01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766053197",
"uncertainty": 120
},
"departure": {
"time": "1766053197",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 15
},
{
"arrival": {
"time": "1766053256",
"uncertainty": 120
},
"departure": {
"time": "1766053256",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766053406",
"uncertainty": 120
},
"departure": {
"time": "1766053406",
"uncertainty": 120
},
"stopId": "0:LAR02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766053474",
"uncertainty": 120
},
"departure": {
"time": "1766053474",
"uncertainty": 120
},
"stopId": "0:CHO02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766053546",
"uncertainty": 120
},
"departure": {
"time": "1766053546",
"uncertainty": 120
},
"stopId": "0:PTV02",
"stopSequence": 19
},
{
"arrival": {
"time": "1766053615",
"uncertainty": 120
},
"departure": {
"time": "1766053615",
"uncertainty": 120
},
"stopId": "0:MUL02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766053702",
"uncertainty": 120
},
"departure": {
"time": "1766053702",
"uncertainty": 120
},
"stopId": "0:mar02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766053797",
"uncertainty": 120
},
"departure": {
"time": "1766053797",
"uncertainty": 120
},
"stopId": "0:HOC02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053849",
"uncertainty": 120
},
"departure": {
"time": "1766053849",
"uncertainty": 120
},
"stopId": "0:STE02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053906",
"uncertainty": 120
},
"departure": {
"time": "1766053906",
"uncertainty": 120
},
"stopId": "0:BUI02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766053998",
"uncertainty": 120
},
"departure": {
"time": "1766053998",
"uncertainty": 120
},
"stopId": "0:MRC02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766054037",
"uncertainty": 120
},
"departure": {
"time": "1766054037",
"uncertainty": 120
},
"stopId": "0:BOI02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766054099",
"uncertainty": 120
},
"departure": {
"time": "1766054099",
"uncertainty": 120
},
"stopId": "0:LAK02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766054200",
"uncertainty": 120
},
"departure": {
"time": "1766054200",
"uncertainty": 120
},
"stopId": "0:MAR02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766054283",
"uncertainty": 120
},
"departure": {
"time": "1766054283",
"uncertainty": 120
},
"stopId": "0:Mai02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766054324",
"uncertainty": 120
},
"departure": {
"time": "1766054324",
"uncertainty": 120
},
"stopId": "0:COQ02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766054457",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983922"
}
}
},
{
"id": "C1979208",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049963",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766050023",
"uncertainty": 120
},
"departure": {
"time": "1766050054",
"uncertainty": 120
},
"stopId": "0:CHM02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766050097",
"uncertainty": 120
},
"departure": {
"time": "1766050158",
"uncertainty": 120
},
"stopId": "0:QUE02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766050204",
"uncertainty": 120
},
"departure": {
"time": "1766050218",
"uncertainty": 120
},
"stopId": "0:IUT02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766050264",
"uncertainty": 120
},
"departure": {
"time": "1766050278",
"uncertainty": 120
},
"stopId": "0:Cro02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766050338",
"uncertainty": 120
},
"departure": {
"time": "1766050353",
"uncertainty": 120
},
"stopId": "0:TEC02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766050443",
"uncertainty": 120
},
"departure": {
"time": "1766050458",
"uncertainty": 120
},
"stopId": "0:MAs02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766050502",
"uncertainty": 120
},
"departure": {
"time": "1766050502",
"uncertainty": 120
},
"stopId": "0:LYC02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766050518",
"uncertainty": 120
},
"departure": {
"time": "1766050518",
"uncertainty": 120
},
"stopId": "0:MRN02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050548",
"uncertainty": 120
},
"departure": {
"time": "1766050578",
"uncertainty": 120
},
"stopId": "0:LOM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050638",
"uncertainty": 120
},
"departure": {
"time": "1766050653",
"uncertainty": 120
},
"stopId": "0:HAU02",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050728",
"uncertainty": 120
},
"departure": {
"time": "1766050743",
"uncertainty": 120
},
"stopId": "0:HER02",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050788",
"uncertainty": 120
},
"departure": {
"time": "1766050788",
"uncertainty": 120
},
"stopId": "0:VEr02",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050848",
"uncertainty": 120
},
"departure": {
"time": "1766050863",
"uncertainty": 120
},
"stopId": "0:GIl02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050902",
"uncertainty": 120
},
"departure": {
"time": "1766050908",
"uncertainty": 120
},
"stopId": "0:MAD02",
"stopSequence": 15
},
{
"arrival": {
"time": "1766051041",
"uncertainty": 120
},
"departure": {
"time": "1766051043",
"uncertainty": 120
},
"stopId": "0:TER02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766051178",
"uncertainty": 120
},
"departure": {
"time": "1766051194",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766051313",
"uncertainty": 120
},
"departure": {
"time": "1766051328",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766051580",
"uncertainty": 120
},
"departure": {
"time": "1766051583",
"uncertainty": 120
},
"stopId": "0:GAR03",
"stopSequence": 19
},
{
"arrival": {
"time": "1766051688",
"uncertainty": 120
},
"departure": {
"time": "1766051718",
"uncertainty": 120
},
"stopId": "0:GAU02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051749",
"uncertainty": 120
},
"departure": {
"time": "1766051763",
"uncertainty": 120
},
"stopId": "0:DEL02",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051828",
"uncertainty": 120
},
"departure": {
"time": "1766051828",
"uncertainty": 120
},
"stopId": "0:STM02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051868",
"uncertainty": 120
},
"departure": {
"time": "1766051868",
"uncertainty": 120
},
"stopId": "0:GUe02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051911",
"uncertainty": 120
},
"departure": {
"time": "1766051911",
"uncertainty": 120
},
"stopId": "0:LAC02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766052002",
"uncertainty": 120
},
"departure": {
"time": "1766052002",
"uncertainty": 120
},
"stopId": "0:BLa02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766052048",
"uncertainty": 120
},
"departure": {
"time": "1766052048",
"uncertainty": 120
},
"stopId": "0:DEV02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766052186",
"uncertainty": 120
},
"departure": {
"time": "1766052186",
"uncertainty": 120
},
"stopId": "0:MRO02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766052217",
"uncertainty": 120
},
"departure": {
"time": "1766052217",
"uncertainty": 120
},
"stopId": "0:CLo02",
"stopSequence": 28
},
{
"arrival": {
"time": "1766052328",
"uncertainty": 120
},
"departure": {
"time": "1766052328",
"uncertainty": 120
},
"stopId": "0:PAl02",
"stopSequence": 29
},
{
"arrival": {
"time": "1766052381",
"uncertainty": 120
},
"departure": {
"time": "1766052381",
"uncertainty": 120
},
"stopId": "0:MAS02",
"stopSequence": 30
},
{
"arrival": {
"time": "1766052426",
"uncertainty": 120
},
"departure": {
"time": "1766052426",
"uncertainty": 120
},
"stopId": "0:GAG02",
"stopSequence": 31
},
{
"arrival": {
"time": "1766052493",
"uncertainty": 120
},
"departure": {
"time": "1766052493",
"uncertainty": 120
},
"stopId": "0:CEn01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766052610",
"uncertainty": 120
},
"departure": {
"time": "1766052610",
"uncertainty": 120
},
"stopId": "0:STO02",
"stopSequence": 33
},
{
"arrival": {
"time": "1766052666",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 34
}
],
"trip": {
"directionId": 1,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979208"
},
"vehicle": {
"id": "312",
"label": "312"
}
}
},
{
"id": "C1976284",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053920",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766054007",
"uncertainty": 120
},
"departure": {
"time": "1766054007",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766054128",
"uncertainty": 120
},
"departure": {
"time": "1766054128",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766054270",
"uncertainty": 120
},
"departure": {
"time": "1766054270",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766054324",
"uncertainty": 120
},
"departure": {
"time": "1766054324",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766054411",
"uncertainty": 120
},
"departure": {
"time": "1766054411",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766054510",
"uncertainty": 120
},
"departure": {
"time": "1766054510",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766054664",
"uncertainty": 120
},
"departure": {
"time": "1766054664",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766054718",
"uncertainty": 120
},
"departure": {
"time": "1766054718",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766054778",
"uncertainty": 120
},
"departure": {
"time": "1766054778",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766054837",
"uncertainty": 120
},
"departure": {
"time": "1766054837",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766054914",
"uncertainty": 120
},
"departure": {
"time": "1766054914",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766054979",
"uncertainty": 120
},
"departure": {
"time": "1766054979",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766055019",
"uncertainty": 120
},
"departure": {
"time": "1766055019",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766055135",
"uncertainty": 120
},
"departure": {
"time": "1766055135",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766055260",
"uncertainty": 120
},
"departure": {
"time": "1766055260",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766055333",
"uncertainty": 120
},
"departure": {
"time": "1766055333",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766055467",
"uncertainty": 120
},
"departure": {
"time": "1766055467",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766055564",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976284"
}
}
},
{
"id": "C1979206",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051357",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051402",
"uncertainty": 120
},
"departure": {
"time": "1766051402",
"uncertainty": 120
},
"stopId": "0:STO01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051477",
"uncertainty": 120
},
"departure": {
"time": "1766051507",
"uncertainty": 120
},
"stopId": "0:CEn02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051582",
"uncertainty": 120
},
"departure": {
"time": "1766051582",
"uncertainty": 120
},
"stopId": "0:GAG01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051597",
"uncertainty": 120
},
"departure": {
"time": "1766051597",
"uncertainty": 120
},
"stopId": "0:MAS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051638",
"uncertainty": 120
},
"departure": {
"time": "1766051672",
"uncertainty": 120
},
"stopId": "0:PAl01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051796",
"uncertainty": 120
},
"departure": {
"time": "1766051796",
"uncertainty": 120
},
"stopId": "0:CLo01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051831",
"uncertainty": 120
},
"departure": {
"time": "1766051831",
"uncertainty": 120
},
"stopId": "0:MRO01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051944",
"uncertainty": 120
},
"departure": {
"time": "1766051944",
"uncertainty": 120
},
"stopId": "0:DEV01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052011",
"uncertainty": 120
},
"departure": {
"time": "1766052011",
"uncertainty": 120
},
"stopId": "0:BLa01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052054",
"uncertainty": 120
},
"departure": {
"time": "1766052054",
"uncertainty": 120
},
"stopId": "0:LAC01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052108",
"uncertainty": 120
},
"departure": {
"time": "1766052108",
"uncertainty": 120
},
"stopId": "0:GUe01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052167",
"uncertainty": 120
},
"departure": {
"time": "1766052167",
"uncertainty": 120
},
"stopId": "0:STM01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052225",
"uncertainty": 120
},
"departure": {
"time": "1766052225",
"uncertainty": 120
},
"stopId": "0:DEL01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052324",
"uncertainty": 120
},
"departure": {
"time": "1766052324",
"uncertainty": 120
},
"stopId": "0:GAU01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052407",
"uncertainty": 120
},
"departure": {
"time": "1766052407",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052490",
"uncertainty": 120
},
"departure": {
"time": "1766052490",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052652",
"uncertainty": 120
},
"departure": {
"time": "1766052652",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052720",
"uncertainty": 120
},
"departure": {
"time": "1766052720",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052832",
"uncertainty": 120
},
"departure": {
"time": "1766052832",
"uncertainty": 120
},
"stopId": "0:MAD01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766052893",
"uncertainty": 120
},
"departure": {
"time": "1766052893",
"uncertainty": 120
},
"stopId": "0:GIl01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766052984",
"uncertainty": 120
},
"departure": {
"time": "1766052984",
"uncertainty": 120
},
"stopId": "0:VEr01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766053061",
"uncertainty": 120
},
"departure": {
"time": "1766053061",
"uncertainty": 120
},
"stopId": "0:HER01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766053111",
"uncertainty": 120
},
"departure": {
"time": "1766053111",
"uncertainty": 120
},
"stopId": "0:HAU01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766053192",
"uncertainty": 120
},
"departure": {
"time": "1766053192",
"uncertainty": 120
},
"stopId": "0:LOM01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766053252",
"uncertainty": 120
},
"departure": {
"time": "1766053252",
"uncertainty": 120
},
"stopId": "0:MRN01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766053298",
"uncertainty": 120
},
"departure": {
"time": "1766053298",
"uncertainty": 120
},
"stopId": "0:LYC01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766053354",
"uncertainty": 120
},
"departure": {
"time": "1766053354",
"uncertainty": 120
},
"stopId": "0:MAs01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766053440",
"uncertainty": 120
},
"departure": {
"time": "1766053440",
"uncertainty": 120
},
"stopId": "0:TEC01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766053551",
"uncertainty": 120
},
"departure": {
"time": "1766053551",
"uncertainty": 120
},
"stopId": "0:Cro01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766053584",
"uncertainty": 120
},
"departure": {
"time": "1766053584",
"uncertainty": 120
},
"stopId": "0:IUT01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766053651",
"uncertainty": 120
},
"departure": {
"time": "1766053651",
"uncertainty": 120
},
"stopId": "0:QUE01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766053680",
"uncertainty": 120
},
"departure": {
"time": "1766053680",
"uncertainty": 120
},
"stopId": "0:CHM01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766053772",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 34
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979206"
},
"vehicle": {
"id": "326",
"label": "326"
}
}
},
{
"id": "C1979475",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052240",
"uncertainty": 120
},
"stopId": "0:FOU01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979475"
}
}
},
{
"id": "C1979752",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053980",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979752"
}
}
},
{
"id": "C1976216",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766055360",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766055447",
"uncertainty": 120
},
"departure": {
"time": "1766055447",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766055568",
"uncertainty": 120
},
"departure": {
"time": "1766055568",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766055710",
"uncertainty": 120
},
"departure": {
"time": "1766055710",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766055764",
"uncertainty": 120
},
"departure": {
"time": "1766055764",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766055848",
"uncertainty": 120
},
"departure": {
"time": "1766055848",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766055944",
"uncertainty": 120
},
"departure": {
"time": "1766055944",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766056098",
"uncertainty": 120
},
"departure": {
"time": "1766056098",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766056152",
"uncertainty": 120
},
"departure": {
"time": "1766056152",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766056212",
"uncertainty": 120
},
"departure": {
"time": "1766056212",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766056271",
"uncertainty": 120
},
"departure": {
"time": "1766056271",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766056348",
"uncertainty": 120
},
"departure": {
"time": "1766056348",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766056413",
"uncertainty": 120
},
"departure": {
"time": "1766056413",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766056453",
"uncertainty": 120
},
"departure": {
"time": "1766056453",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766056539",
"uncertainty": 120
},
"departure": {
"time": "1766056539",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766056657",
"uncertainty": 120
},
"departure": {
"time": "1766056657",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766056730",
"uncertainty": 120
},
"departure": {
"time": "1766056730",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766056888",
"uncertainty": 120
},
"departure": {
"time": "1766056888",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766056985",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976216"
}
}
},
{
"id": "C1978463",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051760",
"uncertainty": 120
},
"stopId": "0:BpL01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978463"
},
"vehicle": {
"id": "314",
"label": "314"
}
}
},
{
"id": "C1976331",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051597",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051672",
"uncertainty": 120
},
"departure": {
"time": "1766051687",
"uncertainty": 120
},
"stopId": "0:PxC02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051742",
"uncertainty": 120
},
"departure": {
"time": "1766051762",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051790",
"uncertainty": 120
},
"departure": {
"time": "1766051790",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051898",
"uncertainty": 120
},
"departure": {
"time": "1766051898",
"uncertainty": 120
},
"stopId": "0:14J03",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051974",
"uncertainty": 120
},
"departure": {
"time": "1766051974",
"uncertainty": 120
},
"stopId": "0:PZI02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766052051",
"uncertainty": 120
},
"departure": {
"time": "1766052051",
"uncertainty": 120
},
"stopId": "0:FOR01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766052111",
"uncertainty": 120
},
"departure": {
"time": "1766052111",
"uncertainty": 120
},
"stopId": "0:CHr01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766052173",
"uncertainty": 120
},
"departure": {
"time": "1766052173",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052258",
"uncertainty": 120
},
"departure": {
"time": "1766052300",
"uncertainty": 120
},
"stopId": "0:SQU02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052389",
"uncertainty": 120
},
"departure": {
"time": "1766052389",
"uncertainty": 120
},
"stopId": "0:EUr03",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052480",
"uncertainty": 120
},
"departure": {
"time": "1766052480",
"uncertainty": 120
},
"stopId": "0:POi01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052540",
"uncertainty": 120
},
"departure": {
"time": "1766052540",
"uncertainty": 120
},
"stopId": "0:POC01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052626",
"uncertainty": 120
},
"departure": {
"time": "1766052626",
"uncertainty": 120
},
"stopId": "0:DES01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052658",
"uncertainty": 120
},
"departure": {
"time": "1766052658",
"uncertainty": 120
},
"stopId": "0:DEN01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052689",
"uncertainty": 120
},
"departure": {
"time": "1766052689",
"uncertainty": 120
},
"stopId": "0:Gue01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052720",
"uncertainty": 120
},
"departure": {
"time": "1766052720",
"uncertainty": 120
},
"stopId": "0:MAI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052787",
"uncertainty": 120
},
"departure": {
"time": "1766052787",
"uncertainty": 120
},
"stopId": "0:CER01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052840",
"uncertainty": 120
},
"departure": {
"time": "1766052840",
"uncertainty": 120
},
"stopId": "0:Bro01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766052930",
"uncertainty": 120
},
"departure": {
"time": "1766052930",
"uncertainty": 120
},
"stopId": "0:AIR01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766053032",
"uncertainty": 120
},
"departure": {
"time": "1766053032",
"uncertainty": 120
},
"stopId": "0:TDB03",
"stopSequence": 21
},
{
"arrival": {
"time": "1766053080",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976331"
},
"vehicle": {
"id": "271",
"label": "271"
}
}
},
{
"id": "C1978926",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766054940",
"uncertainty": 120
},
"stopId": "0:ChT01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1978926"
}
}
},
{
"id": "C1976334",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766052914",
"uncertainty": 120
},
"stopId": "0:PxC01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766053061",
"uncertainty": 120
},
"departure": {
"time": "1766053061",
"uncertainty": 120
},
"stopId": "0:PxC02",
"stopSequence": 2
},
{
"arrival": {
"time": "1766053138",
"uncertainty": 120
},
"departure": {
"time": "1766053138",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766053166",
"uncertainty": 120
},
"departure": {
"time": "1766053166",
"uncertainty": 120
},
"stopId": "0:BEU02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766053274",
"uncertainty": 120
},
"departure": {
"time": "1766053274",
"uncertainty": 120
},
"stopId": "0:14J03",
"stopSequence": 5
},
{
"arrival": {
"time": "1766053350",
"uncertainty": 120
},
"departure": {
"time": "1766053350",
"uncertainty": 120
},
"stopId": "0:PZI02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766053427",
"uncertainty": 120
},
"departure": {
"time": "1766053427",
"uncertainty": 120
},
"stopId": "0:FOR01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766053487",
"uncertainty": 120
},
"departure": {
"time": "1766053487",
"uncertainty": 120
},
"stopId": "0:CHr01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766053549",
"uncertainty": 120
},
"departure": {
"time": "1766053549",
"uncertainty": 120
},
"stopId": "0:MIC02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766053634",
"uncertainty": 120
},
"departure": {
"time": "1766053634",
"uncertainty": 120
},
"stopId": "0:SQU02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766053723",
"uncertainty": 120
},
"departure": {
"time": "1766053723",
"uncertainty": 120
},
"stopId": "0:EUr03",
"stopSequence": 11
},
{
"arrival": {
"time": "1766053814",
"uncertainty": 120
},
"departure": {
"time": "1766053814",
"uncertainty": 120
},
"stopId": "0:POi01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766053876",
"uncertainty": 120
},
"departure": {
"time": "1766053876",
"uncertainty": 120
},
"stopId": "0:POC01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766053964",
"uncertainty": 120
},
"departure": {
"time": "1766053964",
"uncertainty": 120
},
"stopId": "0:DES01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766053997",
"uncertainty": 120
},
"departure": {
"time": "1766053997",
"uncertainty": 120
},
"stopId": "0:DEN01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766054029",
"uncertainty": 120
},
"departure": {
"time": "1766054029",
"uncertainty": 120
},
"stopId": "0:Gue01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766054061",
"uncertainty": 120
},
"departure": {
"time": "1766054061",
"uncertainty": 120
},
"stopId": "0:MAI01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766054128",
"uncertainty": 120
},
"departure": {
"time": "1766054128",
"uncertainty": 120
},
"stopId": "0:CER01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766054181",
"uncertainty": 120
},
"departure": {
"time": "1766054181",
"uncertainty": 120
},
"stopId": "0:Bro01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766054271",
"uncertainty": 120
},
"departure": {
"time": "1766054271",
"uncertainty": 120
},
"stopId": "0:AIR01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766054373",
"uncertainty": 120
},
"departure": {
"time": "1766054373",
"uncertainty": 120
},
"stopId": "0:TDB03",
"stopSequence": 21
},
{
"arrival": {
"time": "1766054421",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976334"
}
}
},
{
"id": "C1979204",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766049377",
"uncertainty": 120
},
"stopId": "0:pre01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049421",
"uncertainty": 120
},
"departure": {
"time": "1766049421",
"uncertainty": 120
},
"stopId": "0:STO01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049512",
"uncertainty": 120
},
"departure": {
"time": "1766049528",
"uncertainty": 120
},
"stopId": "0:CEn02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049616",
"uncertainty": 120
},
"departure": {
"time": "1766049616",
"uncertainty": 120
},
"stopId": "0:GAG01",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049633",
"uncertainty": 120
},
"departure": {
"time": "1766049633",
"uncertainty": 120
},
"stopId": "0:MAS01",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049677",
"uncertainty": 120
},
"departure": {
"time": "1766049692",
"uncertainty": 120
},
"stopId": "0:PAl01",
"stopSequence": 6
},
{
"arrival": {
"time": "1766049857",
"uncertainty": 120
},
"departure": {
"time": "1766049872",
"uncertainty": 120
},
"stopId": "0:CLo01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766049902",
"uncertainty": 120
},
"departure": {
"time": "1766049917",
"uncertainty": 120
},
"stopId": "0:MRO01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766049992",
"uncertainty": 120
},
"departure": {
"time": "1766050007",
"uncertainty": 120
},
"stopId": "0:DEV01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766050067",
"uncertainty": 120
},
"departure": {
"time": "1766050082",
"uncertainty": 120
},
"stopId": "0:BLa01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766050112",
"uncertainty": 120
},
"departure": {
"time": "1766050127",
"uncertainty": 120
},
"stopId": "0:LAC01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766050172",
"uncertainty": 120
},
"departure": {
"time": "1766050187",
"uncertainty": 120
},
"stopId": "0:GUe01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766050291",
"uncertainty": 120
},
"departure": {
"time": "1766050307",
"uncertainty": 120
},
"stopId": "0:STM01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766050352",
"uncertainty": 120
},
"departure": {
"time": "1766050352",
"uncertainty": 120
},
"stopId": "0:DEL01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050427",
"uncertainty": 120
},
"departure": {
"time": "1766050442",
"uncertainty": 120
},
"stopId": "0:GAU01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050502",
"uncertainty": 120
},
"departure": {
"time": "1766050532",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050615",
"uncertainty": 120
},
"departure": {
"time": "1766050622",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050750",
"uncertainty": 120
},
"departure": {
"time": "1766050787",
"uncertainty": 120
},
"stopId": "0:1RA02",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050845",
"uncertainty": 120
},
"departure": {
"time": "1766050845",
"uncertainty": 120
},
"stopId": "0:TER01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050937",
"uncertainty": 120
},
"departure": {
"time": "1766050952",
"uncertainty": 120
},
"stopId": "0:MAD01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766051012",
"uncertainty": 120
},
"departure": {
"time": "1766051012",
"uncertainty": 120
},
"stopId": "0:GIl01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766051042",
"uncertainty": 120
},
"departure": {
"time": "1766051042",
"uncertainty": 120
},
"stopId": "0:VEr01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766051117",
"uncertainty": 120
},
"departure": {
"time": "1766051132",
"uncertainty": 120
},
"stopId": "0:HER01",
"stopSequence": 23
},
{
"arrival": {
"time": "1766051185",
"uncertainty": 120
},
"departure": {
"time": "1766051192",
"uncertainty": 120
},
"stopId": "0:HAU01",
"stopSequence": 24
},
{
"arrival": {
"time": "1766051252",
"uncertainty": 120
},
"departure": {
"time": "1766051252",
"uncertainty": 120
},
"stopId": "0:LOM01",
"stopSequence": 25
},
{
"arrival": {
"time": "1766051291",
"uncertainty": 120
},
"departure": {
"time": "1766051291",
"uncertainty": 120
},
"stopId": "0:MRN01",
"stopSequence": 26
},
{
"arrival": {
"time": "1766051323",
"uncertainty": 120
},
"departure": {
"time": "1766051342",
"uncertainty": 120
},
"stopId": "0:LYC01",
"stopSequence": 27
},
{
"arrival": {
"time": "1766051378",
"uncertainty": 120
},
"departure": {
"time": "1766051387",
"uncertainty": 120
},
"stopId": "0:MAs01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766051459",
"uncertainty": 120
},
"departure": {
"time": "1766051459",
"uncertainty": 120
},
"stopId": "0:TEC01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766051537",
"uncertainty": 120
},
"departure": {
"time": "1766051537",
"uncertainty": 120
},
"stopId": "0:Cro01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051565",
"uncertainty": 120
},
"departure": {
"time": "1766051582",
"uncertainty": 120
},
"stopId": "0:IUT01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051657",
"uncertainty": 120
},
"departure": {
"time": "1766051672",
"uncertainty": 120
},
"stopId": "0:QUE01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766051702",
"uncertainty": 120
},
"departure": {
"time": "1766051717",
"uncertainty": 120
},
"stopId": "0:CHM01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766051789",
"uncertainty": 120
},
"stopId": "0:CHA01",
"stopSequence": 34
}
],
"trip": {
"directionId": 0,
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1979204"
},
"vehicle": {
"id": "325",
"label": "325"
}
}
},
{
"id": "C1976274",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051770",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766052087",
"uncertainty": 120
},
"departure": {
"time": "1766052087",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766052208",
"uncertainty": 120
},
"departure": {
"time": "1766052208",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766052350",
"uncertainty": 120
},
"departure": {
"time": "1766052350",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766052404",
"uncertainty": 120
},
"departure": {
"time": "1766052404",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766052477",
"uncertainty": 120
},
"departure": {
"time": "1766052477",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766052576",
"uncertainty": 120
},
"departure": {
"time": "1766052576",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766052730",
"uncertainty": 120
},
"departure": {
"time": "1766052730",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766052784",
"uncertainty": 120
},
"departure": {
"time": "1766052784",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766052844",
"uncertainty": 120
},
"departure": {
"time": "1766052844",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766052903",
"uncertainty": 120
},
"departure": {
"time": "1766052903",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766052980",
"uncertainty": 120
},
"departure": {
"time": "1766052980",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766053045",
"uncertainty": 120
},
"departure": {
"time": "1766053045",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766053085",
"uncertainty": 120
},
"departure": {
"time": "1766053085",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766053184",
"uncertainty": 120
},
"departure": {
"time": "1766053184",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766053298",
"uncertainty": 120
},
"departure": {
"time": "1766053298",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766053369",
"uncertainty": 120
},
"departure": {
"time": "1766053369",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766053501",
"uncertainty": 120
},
"departure": {
"time": "1766053501",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766053598",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976274"
},
"vehicle": {
"id": "347",
"label": "347"
}
}
},
{
"id": "C1976193",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766048960",
"uncertainty": 120
},
"stopId": "0:SAL01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766049003",
"uncertainty": 120
},
"departure": {
"time": "1766049003",
"uncertainty": 120
},
"stopId": "0:SAR01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766049037",
"uncertainty": 120
},
"departure": {
"time": "1766049037",
"uncertainty": 120
},
"stopId": "0:TRo01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766049153",
"uncertainty": 120
},
"departure": {
"time": "1766049173",
"uncertainty": 120
},
"stopId": "0:BLa02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766049203",
"uncertainty": 120
},
"departure": {
"time": "1766049203",
"uncertainty": 120
},
"stopId": "0:DEV02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766049283",
"uncertainty": 120
},
"departure": {
"time": "1766049308",
"uncertainty": 120
},
"stopId": "0:MRO02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766049337",
"uncertainty": 120
},
"departure": {
"time": "1766049443",
"uncertainty": 120
},
"stopId": "0:CLo02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766049594",
"uncertainty": 120
},
"departure": {
"time": "1766049608",
"uncertainty": 120
},
"stopId": "0:PAl02",
"stopSequence": 8
},
{
"arrival": {
"time": "1766049649",
"uncertainty": 120
},
"departure": {
"time": "1766049669",
"uncertainty": 120
},
"stopId": "0:MAS02",
"stopSequence": 9
},
{
"arrival": {
"time": "1766049699",
"uncertainty": 120
},
"departure": {
"time": "1766049699",
"uncertainty": 120
},
"stopId": "0:GAG02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766049740",
"uncertainty": 120
},
"departure": {
"time": "1766049740",
"uncertainty": 120
},
"stopId": "0:CEn01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766049872",
"uncertainty": 120
},
"departure": {
"time": "1766049879",
"uncertainty": 120
},
"stopId": "0:DAR01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766049939",
"uncertainty": 120
},
"departure": {
"time": "1766049939",
"uncertainty": 120
},
"stopId": "0:REN03",
"stopSequence": 13
},
{
"arrival": {
"time": "1766049999",
"uncertainty": 120
},
"departure": {
"time": "1766049999",
"uncertainty": 120
},
"stopId": "0:MOn02",
"stopSequence": 14
},
{
"arrival": {
"time": "1766050044",
"uncertainty": 120
},
"departure": {
"time": "1766050044",
"uncertainty": 120
},
"stopId": "0:PAT03",
"stopSequence": 15
},
{
"arrival": {
"time": "1766050070",
"uncertainty": 120
},
"departure": {
"time": "1766050070",
"uncertainty": 120
},
"stopId": "0:TRU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766050096",
"uncertainty": 120
},
"departure": {
"time": "1766050096",
"uncertainty": 120
},
"stopId": "0:THI03",
"stopSequence": 17
},
{
"arrival": {
"time": "1766050134",
"uncertainty": 120
},
"departure": {
"time": "1766050134",
"uncertainty": 120
},
"stopId": "0:bre01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766050162",
"uncertainty": 120
},
"departure": {
"time": "1766050164",
"uncertainty": 120
},
"stopId": "0:TAB01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766050209",
"uncertainty": 120
},
"departure": {
"time": "1766050224",
"uncertainty": 120
},
"stopId": "0:CUV02",
"stopSequence": 20
},
{
"arrival": {
"time": "1766050299",
"uncertainty": 120
},
"departure": {
"time": "1766050299",
"uncertainty": 120
},
"stopId": "0:DOu01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766050365",
"uncertainty": 120
},
"departure": {
"time": "1766050374",
"uncertainty": 120
},
"stopId": "0:NOT02",
"stopSequence": 22
},
{
"arrival": {
"time": "1766050434",
"uncertainty": 120
},
"departure": {
"time": "1766050434",
"uncertainty": 120
},
"stopId": "0:ABB02",
"stopSequence": 23
},
{
"arrival": {
"time": "1766050494",
"uncertainty": 120
},
"departure": {
"time": "1766050569",
"uncertainty": 120
},
"stopId": "0:ile02",
"stopSequence": 24
},
{
"arrival": {
"time": "1766050613",
"uncertainty": 120
},
"departure": {
"time": "1766050629",
"uncertainty": 120
},
"stopId": "0:CCE02",
"stopSequence": 25
},
{
"arrival": {
"time": "1766050682",
"uncertainty": 120
},
"departure": {
"time": "1766050704",
"uncertainty": 120
},
"stopId": "0:MAi02",
"stopSequence": 26
},
{
"arrival": {
"time": "1766050771",
"uncertainty": 120
},
"departure": {
"time": "1766050779",
"uncertainty": 120
},
"stopId": "0:BAl02",
"stopSequence": 27
},
{
"arrival": {
"time": "1766050854",
"uncertainty": 120
},
"departure": {
"time": "1766050854",
"uncertainty": 120
},
"stopId": "0:pAS01",
"stopSequence": 28
},
{
"arrival": {
"time": "1766050899",
"uncertainty": 120
},
"departure": {
"time": "1766050914",
"uncertainty": 120
},
"stopId": "0:LOM01",
"stopSequence": 29
},
{
"arrival": {
"time": "1766050967",
"uncertainty": 120
},
"departure": {
"time": "1766050989",
"uncertainty": 120
},
"stopId": "0:MRN01",
"stopSequence": 30
},
{
"arrival": {
"time": "1766051025",
"uncertainty": 120
},
"departure": {
"time": "1766051034",
"uncertainty": 120
},
"stopId": "0:LYC01",
"stopSequence": 31
},
{
"arrival": {
"time": "1766051079",
"uncertainty": 120
},
"departure": {
"time": "1766051079",
"uncertainty": 120
},
"stopId": "0:MAs01",
"stopSequence": 32
},
{
"arrival": {
"time": "1766051147",
"uncertainty": 120
},
"departure": {
"time": "1766051147",
"uncertainty": 120
},
"stopId": "0:TEC01",
"stopSequence": 33
},
{
"arrival": {
"time": "1766051223",
"uncertainty": 120
},
"departure": {
"time": "1766051223",
"uncertainty": 120
},
"stopId": "0:Cro01",
"stopSequence": 34
},
{
"arrival": {
"time": "1766051241",
"uncertainty": 120
},
"departure": {
"time": "1766051244",
"uncertainty": 120
},
"stopId": "0:IUT01",
"stopSequence": 35
},
{
"arrival": {
"time": "1766051329",
"uncertainty": 120
},
"departure": {
"time": "1766051334",
"uncertainty": 120
},
"stopId": "0:QUE01",
"stopSequence": 36
},
{
"arrival": {
"time": "1766051364",
"uncertainty": 120
},
"departure": {
"time": "1766051379",
"uncertainty": 120
},
"stopId": "0:CHM01",
"stopSequence": 37
},
{
"arrival": {
"time": "1766051423",
"uncertainty": 120
},
"departure": {
"time": "1766051423",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 38
},
{
"arrival": {
"time": "1766051505",
"uncertainty": 120
},
"departure": {
"time": "1766051505",
"uncertainty": 120
},
"stopId": "0:ROS02",
"stopSequence": 39
},
{
"arrival": {
"time": "1766051589",
"uncertainty": 120
},
"departure": {
"time": "1766051589",
"uncertainty": 120
},
"stopId": "0:PHI01",
"stopSequence": 40
},
{
"arrival": {
"time": "1766051613",
"uncertainty": 120
},
"departure": {
"time": "1766051613",
"uncertainty": 120
},
"stopId": "0:par01",
"stopSequence": 41
},
{
"arrival": {
"time": "1766051649",
"uncertainty": 120
},
"departure": {
"time": "1766051649",
"uncertainty": 120
},
"stopId": "0:COO02",
"stopSequence": 42
},
{
"arrival": {
"time": "1766051686",
"uncertainty": 120
},
"departure": {
"time": "1766051686",
"uncertainty": 120
},
"stopId": "0:BRU02",
"stopSequence": 43
},
{
"arrival": {
"time": "1766051730",
"uncertainty": 120
},
"departure": {
"time": "1766051739",
"uncertainty": 120
},
"stopId": "0:GUE03",
"stopSequence": 44
},
{
"arrival": {
"time": "1766051805",
"uncertainty": 120
},
"departure": {
"time": "1766051805",
"uncertainty": 120
},
"stopId": "0:ReG02",
"stopSequence": 45
},
{
"arrival": {
"time": "1766051842",
"uncertainty": 120
},
"departure": {
"time": "1766051842",
"uncertainty": 120
},
"stopId": "0:GAM02",
"stopSequence": 46
},
{
"arrival": {
"time": "1766051903",
"uncertainty": 120
},
"departure": {
"time": "1766051903",
"uncertainty": 120
},
"stopId": "0:FON02",
"stopSequence": 47
},
{
"arrival": {
"time": "1766051947",
"uncertainty": 120
},
"departure": {
"time": "1766051947",
"uncertainty": 120
},
"stopId": "0:Cht02",
"stopSequence": 48
},
{
"arrival": {
"time": "1766051979",
"uncertainty": 120
},
"departure": {
"time": "1766051979",
"uncertainty": 120
},
"stopId": "0:Rob02",
"stopSequence": 49
},
{
"arrival": {
"time": "1766052013",
"uncertainty": 120
},
"departure": {
"time": "1766052013",
"uncertainty": 120
},
"stopId": "0:MaI02",
"stopSequence": 50
},
{
"arrival": {
"time": "1766052091",
"uncertainty": 120
},
"departure": {
"time": "1766052091",
"uncertainty": 120
},
"stopId": "0:CCJ02",
"stopSequence": 51
},
{
"arrival": {
"time": "1766052194",
"uncertainty": 120
},
"departure": {
"time": "1766052194",
"uncertainty": 120
},
"stopId": "0:MoU01",
"stopSequence": 52
},
{
"arrival": {
"time": "1766052287",
"uncertainty": 120
},
"departure": {
"time": "1766052287",
"uncertainty": 120
},
"stopId": "0:BAS03",
"stopSequence": 53
},
{
"arrival": {
"time": "1766052323",
"uncertainty": 120
},
"stopId": "0:MOL01",
"stopSequence": 54
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976193"
},
"vehicle": {
"id": "287",
"label": "287"
}
}
},
{
"id": "C1983962",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053500",
"uncertainty": 120
},
"stopId": "0:Bar01",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1983962"
}
}
},
{
"id": "C1976373",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766053560",
"uncertainty": 120
},
"stopId": "0:ASC01",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976373"
}
}
},
{
"id": "C1976233",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766051078",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 1
},
{
"arrival": {
"time": "1766051178",
"uncertainty": 120
},
"departure": {
"time": "1766051193",
"uncertainty": 120
},
"stopId": "0:JAU01",
"stopSequence": 2
},
{
"arrival": {
"time": "1766051268",
"uncertainty": 120
},
"departure": {
"time": "1766051283",
"uncertainty": 120
},
"stopId": "0:SAU01",
"stopSequence": 3
},
{
"arrival": {
"time": "1766051388",
"uncertainty": 120
},
"departure": {
"time": "1766051403",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 4
},
{
"arrival": {
"time": "1766051471",
"uncertainty": 120
},
"departure": {
"time": "1766051471",
"uncertainty": 120
},
"stopId": "0:THE02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766051538",
"uncertainty": 120
},
"departure": {
"time": "1766051553",
"uncertainty": 120
},
"stopId": "0:TOU02",
"stopSequence": 6
},
{
"arrival": {
"time": "1766051613",
"uncertainty": 120
},
"departure": {
"time": "1766051613",
"uncertainty": 120
},
"stopId": "0:PHi02",
"stopSequence": 7
},
{
"arrival": {
"time": "1766051673",
"uncertainty": 120
},
"departure": {
"time": "1766051718",
"uncertainty": 120
},
"stopId": "0:BAR01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766051761",
"uncertainty": 120
},
"departure": {
"time": "1766051761",
"uncertainty": 120
},
"stopId": "0:KLE01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766051803",
"uncertainty": 120
},
"departure": {
"time": "1766051803",
"uncertainty": 120
},
"stopId": "0:SIM02",
"stopSequence": 10
},
{
"arrival": {
"time": "1766051862",
"uncertainty": 120
},
"departure": {
"time": "1766051862",
"uncertainty": 120
},
"stopId": "0:CAT01",
"stopSequence": 11
},
{
"arrival": {
"time": "1766051939",
"uncertainty": 120
},
"departure": {
"time": "1766051939",
"uncertainty": 120
},
"stopId": "0:CLE01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766052004",
"uncertainty": 120
},
"departure": {
"time": "1766052004",
"uncertainty": 120
},
"stopId": "0:PIT01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766052044",
"uncertainty": 120
},
"departure": {
"time": "1766052044",
"uncertainty": 120
},
"stopId": "0:FOC01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766052124",
"uncertainty": 120
},
"departure": {
"time": "1766052124",
"uncertainty": 120
},
"stopId": "0:POI01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766052236",
"uncertainty": 120
},
"departure": {
"time": "1766052236",
"uncertainty": 120
},
"stopId": "0:BEU01",
"stopSequence": 16
},
{
"arrival": {
"time": "1766052308",
"uncertainty": 120
},
"departure": {
"time": "1766052308",
"uncertainty": 120
},
"stopId": "0:1RA01",
"stopSequence": 17
},
{
"arrival": {
"time": "1766052441",
"uncertainty": 120
},
"departure": {
"time": "1766052441",
"uncertainty": 120
},
"stopId": "0:PAt01",
"stopSequence": 18
},
{
"arrival": {
"time": "1766052538",
"uncertainty": 120
},
"stopId": "0:GAR01",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1976233"
},
"vehicle": {
"id": "349",
"label": "349"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1766051770"
}
}