Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Marinéo.
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
❌301 erreurs, 44 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 26/11/2025 à 08h01 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 14 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 21323610 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21323611 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] is not strictly sorted by increasing stop_sequence
- trip_id 21323608 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21323609 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] is not strictly sorted by increasing stop_sequence
- trip_id 21323614 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
GTFS-rt stop_id does not exist in GTFS data E011 25 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21323610 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323611 stop_id bsmgam does not exist in GTFS data stops.txt
- trip_id 21323608 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323609 stop_id bsmgam does not exist in GTFS data stops.txt
- trip_id 21323614 stop_id bsmtran2 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 261 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 21323610 stop_sequence 1 departure_time 08:00:32 (1764140432) is less than previous stop departure_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 1 departure_time 08:00:32 (1764140432) is less than previous stop arrival_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 2 arrival_time 08:04:39 (1764140679) is less than previous stop arrival_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 2 departure_time 08:04:39 (1764140679) is less than previous stop arrival_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 17 arrival_time 08:21:46 (1764141706) is less than previous stop arrival_time 08:24:10 (1764141850) - times must increase between two sequential stops
GTFS-rt stop_sequence not found in GTFS data E051 1 erreur
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 21323739 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 44 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 21323611 does not have a vehicle_id
- trip_id 21323614 does not have a vehicle_id
- trip_id 21323615 does not have a vehicle_id
- trip_id 21323612 does not have a vehicle_id
- trip_id 21323613 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 |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 520 | 30 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4 810 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 024 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 245 | 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 | 25 | 22 fois (73 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 13 | 13 fois (43 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 13 | 13 fois (43 % des validations) |
| E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 7 | 7 fois (23 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 26/11/2025 à 20h00 Europe/Paris.
trip_updates (14) 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 26/11/2025 à 20h00 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21323600",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764183212",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764183314",
"uncertainty": 120
},
"departure": {
"time": "1764183314",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764183361",
"uncertainty": 120
},
"departure": {
"time": "1764183361",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183416",
"uncertainty": 120
},
"departure": {
"time": "1764183416",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183445",
"uncertainty": 120
},
"departure": {
"time": "1764183445",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183477",
"uncertainty": 120
},
"departure": {
"time": "1764183477",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183512",
"uncertainty": 120
},
"departure": {
"time": "1764183602",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183654",
"uncertainty": 120
},
"departure": {
"time": "1764183654",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183685",
"uncertainty": 120
},
"departure": {
"time": "1764183685",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764184022",
"uncertainty": 120
},
"departure": {
"time": "1764184022",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 10
},
{
"arrival": {
"time": "1764184201",
"uncertainty": 120
},
"departure": {
"time": "1764184201",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764184264",
"uncertainty": 120
},
"departure": {
"time": "1764184264",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764184322",
"uncertainty": 120
},
"departure": {
"time": "1764184322",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 13
},
{
"arrival": {
"time": "1764184412",
"uncertainty": 120
},
"departure": {
"time": "1764184412",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764184526",
"uncertainty": 120
},
"departure": {
"time": "1764184526",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184622",
"uncertainty": 120
},
"departure": {
"time": "1764184622",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184677",
"uncertainty": 120
},
"departure": {
"time": "1764184677",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184747",
"uncertainty": 120
},
"departure": {
"time": "1764184747",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184828",
"uncertainty": 120
},
"departure": {
"time": "1764184828",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184943",
"uncertainty": 120
},
"departure": {
"time": "1764184943",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764184999",
"uncertainty": 120
},
"departure": {
"time": "1764184999",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764185084",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 22
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323600"
},
"vehicle": {
"id": "532",
"label": "532"
}
}
},
{
"id": "21323853",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764183064",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1764183211",
"uncertainty": 120
},
"departure": {
"time": "1764183213",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764183333",
"uncertainty": 120
},
"departure": {
"time": "1764183333",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183410",
"uncertainty": 120
},
"departure": {
"time": "1764183423",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183525",
"uncertainty": 120
},
"departure": {
"time": "1764183525",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183561",
"uncertainty": 120
},
"departure": {
"time": "1764183573",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183617",
"uncertainty": 120
},
"departure": {
"time": "1764183617",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183679",
"uncertainty": 120
},
"departure": {
"time": "1764183679",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183753",
"uncertainty": 120
},
"departure": {
"time": "1764183753",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183899",
"uncertainty": 120
},
"departure": {
"time": "1764183899",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764184016",
"uncertainty": 120
},
"departure": {
"time": "1764184016",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1764184060",
"uncertainty": 120
},
"departure": {
"time": "1764184060",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1764184090",
"uncertainty": 120
},
"departure": {
"time": "1764184090",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764184168",
"uncertainty": 120
},
"departure": {
"time": "1764184168",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764184266",
"uncertainty": 120
},
"departure": {
"time": "1764184266",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184330",
"uncertainty": 120
},
"departure": {
"time": "1764184330",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184363",
"uncertainty": 120
},
"departure": {
"time": "1764184363",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184391",
"uncertainty": 120
},
"departure": {
"time": "1764184391",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184450",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323853"
},
"vehicle": {
"id": "519",
"label": "519"
}
}
},
{
"id": "21725864",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764182463",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764182463",
"uncertainty": 120
},
"departure": {
"time": "1764182463",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764182529",
"uncertainty": 120
},
"departure": {
"time": "1764182529",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764182577",
"uncertainty": 120
},
"departure": {
"time": "1764182577",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764182613",
"uncertainty": 120
},
"departure": {
"time": "1764182703",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764182763",
"uncertainty": 120
},
"departure": {
"time": "1764182763",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764182811",
"uncertainty": 120
},
"departure": {
"time": "1764182811",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764182863",
"uncertainty": 120
},
"departure": {
"time": "1764182863",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764182920",
"uncertainty": 120
},
"departure": {
"time": "1764182920",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183032",
"uncertainty": 120
},
"departure": {
"time": "1764183033",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183123",
"uncertainty": 120
},
"departure": {
"time": "1764183123",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183314",
"uncertainty": 120
},
"departure": {
"time": "1764183423",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764183568",
"uncertainty": 120
},
"departure": {
"time": "1764183603",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764183672",
"uncertainty": 120
},
"departure": {
"time": "1764183672",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764183747",
"uncertainty": 120
},
"departure": {
"time": "1764183747",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764183812",
"uncertainty": 120
},
"departure": {
"time": "1764183812",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764183924",
"uncertainty": 120
},
"departure": {
"time": "1764183924",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184023",
"uncertainty": 120
},
"departure": {
"time": "1764184023",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184073",
"uncertainty": 120
},
"departure": {
"time": "1764184073",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184141",
"uncertainty": 120
},
"departure": {
"time": "1764184141",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764184212",
"uncertainty": 120
},
"departure": {
"time": "1764184212",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764184285",
"uncertainty": 120
},
"departure": {
"time": "1764184285",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764184361",
"uncertainty": 120
},
"departure": {
"time": "1764184361",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764184450",
"uncertainty": 120
},
"departure": {
"time": "1764184450",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764184563",
"uncertainty": 120
},
"departure": {
"time": "1764184563",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764184623",
"uncertainty": 120
},
"departure": {
"time": "1764184623",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764184695",
"uncertainty": 120
},
"departure": {
"time": "1764184695",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764184743",
"uncertainty": 120
},
"departure": {
"time": "1764184743",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764184803",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725864"
},
"vehicle": {
"id": "186",
"label": "186"
}
}
},
{
"id": "21725854",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764183662",
"uncertainty": 120
},
"departure": {
"time": "1764183662",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764183745",
"uncertainty": 120
},
"departure": {
"time": "1764183745",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764183851",
"uncertainty": 120
},
"departure": {
"time": "1764183851",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764182821",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764182899",
"uncertainty": 120
},
"departure": {
"time": "1764182899",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764182985",
"uncertainty": 120
},
"departure": {
"time": "1764183033",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183154",
"uncertainty": 120
},
"departure": {
"time": "1764183184",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183244",
"uncertainty": 120
},
"departure": {
"time": "1764183274",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183303",
"uncertainty": 120
},
"departure": {
"time": "1764183334",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183403",
"uncertainty": 120
},
"departure": {
"time": "1764183403",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183465",
"uncertainty": 120
},
"departure": {
"time": "1764183484",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183544",
"uncertainty": 120
},
"departure": {
"time": "1764183544",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183597",
"uncertainty": 120
},
"departure": {
"time": "1764183597",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183662",
"uncertainty": 120
},
"departure": {
"time": "1764183662",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183537",
"uncertainty": 120
},
"departure": {
"time": "1764183537",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764183577",
"uncertainty": 120
},
"departure": {
"time": "1764183577",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764183660",
"uncertainty": 120
},
"departure": {
"time": "1764183660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764183731",
"uncertainty": 120
},
"departure": {
"time": "1764183731",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764183890",
"uncertainty": 120
},
"departure": {
"time": "1764183890",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764183953",
"uncertainty": 120
},
"departure": {
"time": "1764183953",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184014",
"uncertainty": 120
},
"departure": {
"time": "1764184014",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184096",
"uncertainty": 120
},
"departure": {
"time": "1764184096",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184260",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725854"
},
"vehicle": {
"id": "163",
"label": "163"
}
}
},
{
"id": "21726023",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764183491",
"uncertainty": 120
},
"departure": {
"time": "1764183491",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764181562",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764181576",
"uncertainty": 120
},
"departure": {
"time": "1764181576",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764181636",
"uncertainty": 120
},
"departure": {
"time": "1764181636",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764181682",
"uncertainty": 120
},
"departure": {
"time": "1764181682",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764181772",
"uncertainty": 120
},
"departure": {
"time": "1764181772",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764181832",
"uncertainty": 120
},
"departure": {
"time": "1764181832",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764181998",
"uncertainty": 120
},
"departure": {
"time": "1764181998",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764182038",
"uncertainty": 120
},
"departure": {
"time": "1764182038",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764182132",
"uncertainty": 120
},
"departure": {
"time": "1764182220",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764182308",
"uncertainty": 120
},
"departure": {
"time": "1764182313",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764182372",
"uncertainty": 120
},
"departure": {
"time": "1764182522",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764182582",
"uncertainty": 120
},
"departure": {
"time": "1764182582",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764182666",
"uncertainty": 120
},
"departure": {
"time": "1764182672",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764182702",
"uncertainty": 120
},
"departure": {
"time": "1764182792",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764182852",
"uncertainty": 120
},
"departure": {
"time": "1764182852",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764182882",
"uncertainty": 120
},
"departure": {
"time": "1764182912",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764182969",
"uncertainty": 120
},
"departure": {
"time": "1764182969",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764183002",
"uncertainty": 120
},
"departure": {
"time": "1764183002",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764183032",
"uncertainty": 120
},
"departure": {
"time": "1764183032",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764183092",
"uncertainty": 120
},
"departure": {
"time": "1764183092",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764183238",
"uncertainty": 120
},
"departure": {
"time": "1764183238",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764183318",
"uncertainty": 120
},
"departure": {
"time": "1764183318",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764183351",
"uncertainty": 120
},
"departure": {
"time": "1764183351",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764183379",
"uncertainty": 120
},
"departure": {
"time": "1764183379",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764183420",
"uncertainty": 120
},
"departure": {
"time": "1764183420",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764183733",
"uncertainty": 120
},
"departure": {
"time": "1764183733",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764183795",
"uncertainty": 120
},
"departure": {
"time": "1764183795",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764183839",
"uncertainty": 120
},
"departure": {
"time": "1764183839",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764183895",
"uncertainty": 120
},
"departure": {
"time": "1764183895",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764183969",
"uncertainty": 120
},
"departure": {
"time": "1764183969",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764184030",
"uncertainty": 120
},
"departure": {
"time": "1764184030",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764184065",
"uncertainty": 120
},
"departure": {
"time": "1764184065",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764184095",
"uncertainty": 120
},
"departure": {
"time": "1764184095",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764184155",
"uncertainty": 120
},
"departure": {
"time": "1764184155",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764184179",
"uncertainty": 120
},
"departure": {
"time": "1764184179",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764184245",
"uncertainty": 120
},
"departure": {
"time": "1764184245",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764184365",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726023"
},
"vehicle": {
"id": "1201",
"label": "1201"
}
}
},
{
"id": "21726024",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764183082",
"uncertainty": 120
},
"departure": {
"time": "1764183082",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764183600"
},
"departure": {
"time": "1764183600"
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764183601"
},
"departure": {
"time": "1764183601"
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764183711"
},
"departure": {
"time": "1764183711"
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764183800"
},
"departure": {
"time": "1764183800"
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764182462",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764182504",
"uncertainty": 120
},
"departure": {
"time": "1764182504",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764182550",
"uncertainty": 120
},
"departure": {
"time": "1764182552",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764182608",
"uncertainty": 120
},
"departure": {
"time": "1764182612",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764182652",
"uncertainty": 120
},
"departure": {
"time": "1764182652",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764182717",
"uncertainty": 120
},
"departure": {
"time": "1764182717",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764182807",
"uncertainty": 120
},
"departure": {
"time": "1764182807",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764182881",
"uncertainty": 120
},
"departure": {
"time": "1764182882",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764182964",
"uncertainty": 120
},
"departure": {
"time": "1764182964",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183016",
"uncertainty": 120
},
"departure": {
"time": "1764183016",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183060",
"uncertainty": 120
},
"departure": {
"time": "1764183060",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183102",
"uncertainty": 120
},
"departure": {
"time": "1764183102",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764183136",
"uncertainty": 120
},
"departure": {
"time": "1764183136",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764183838"
},
"departure": {
"time": "1764183838"
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764183914"
},
"departure": {
"time": "1764183914"
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184068"
},
"departure": {
"time": "1764184068"
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184145"
},
"departure": {
"time": "1764184145"
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184189"
},
"departure": {
"time": "1764184189"
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184236"
},
"departure": {
"time": "1764184236"
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184293"
},
"departure": {
"time": "1764184293"
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764184329"
},
"departure": {
"time": "1764184329"
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764184396"
},
"departure": {
"time": "1764184396"
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764184502"
},
"departure": {
"time": "1764184502"
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764184576"
},
"departure": {
"time": "1764184576"
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764184625"
},
"departure": {
"time": "1764184625"
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764184726"
},
"departure": {
"time": "1764184726"
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764184822"
},
"departure": {
"time": "1764184822"
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764184872"
},
"departure": {
"time": "1764184872"
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764184948"
},
"departure": {
"time": "1764184948"
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764185093"
},
"departure": {
"time": "1764185093"
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764185151"
},
"departure": {
"time": "1764185151"
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764185255"
},
"departure": {
"time": "1764185255"
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764185308"
},
"departure": {
"time": "1764185308"
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764185389"
},
"departure": {
"time": "1764185389"
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764185456"
},
"departure": {
"time": "1764185456"
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764185548"
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726024"
},
"vehicle": {
"id": "197",
"label": "197"
}
}
},
{
"id": "21725984",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764183378",
"uncertainty": 120
},
"departure": {
"time": "1764183378",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764183442",
"uncertainty": 120
},
"departure": {
"time": "1764183442",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183565",
"uncertainty": 120
},
"departure": {
"time": "1764183565",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183660",
"uncertainty": 120
},
"departure": {
"time": "1764183660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183611",
"uncertainty": 120
},
"departure": {
"time": "1764183611",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183707",
"uncertainty": 120
},
"departure": {
"time": "1764183707",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183750",
"uncertainty": 120
},
"departure": {
"time": "1764183750",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183790",
"uncertainty": 120
},
"departure": {
"time": "1764183790",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183836",
"uncertainty": 120
},
"departure": {
"time": "1764183836",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183881",
"uncertainty": 120
},
"departure": {
"time": "1764183881",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764184051",
"uncertainty": 120
},
"departure": {
"time": "1764184051",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764184110",
"uncertainty": 120
},
"departure": {
"time": "1764184110",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764184185",
"uncertainty": 120
},
"departure": {
"time": "1764184185",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764184287",
"uncertainty": 120
},
"departure": {
"time": "1764184287",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184342",
"uncertainty": 120
},
"departure": {
"time": "1764184342",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184433",
"uncertainty": 120
},
"departure": {
"time": "1764184433",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184528",
"uncertainty": 120
},
"departure": {
"time": "1764184528",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184642",
"uncertainty": 120
},
"departure": {
"time": "1764184642",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184711",
"uncertainty": 120
},
"departure": {
"time": "1764184711",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764184873",
"uncertainty": 120
},
"departure": {
"time": "1764184873",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764184953",
"uncertainty": 120
},
"departure": {
"time": "1764184953",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764185009",
"uncertainty": 120
},
"departure": {
"time": "1764185009",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764185143",
"uncertainty": 120
},
"departure": {
"time": "1764185143",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764185250",
"uncertainty": 120
},
"departure": {
"time": "1764185460",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764185537",
"uncertainty": 120
},
"departure": {
"time": "1764185537",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764185640",
"uncertainty": 120
},
"departure": {
"time": "1764185640",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764185760",
"uncertainty": 120
},
"departure": {
"time": "1764185760",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764185847",
"uncertainty": 120
},
"departure": {
"time": "1764185847",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764185911",
"uncertainty": 120
},
"departure": {
"time": "1764185911",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764186000",
"uncertainty": 120
},
"departure": {
"time": "1764186000",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764186083",
"uncertainty": 120
},
"departure": {
"time": "1764186083",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764186115",
"uncertainty": 120
},
"departure": {
"time": "1764186115",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764186207",
"uncertainty": 120
},
"departure": {
"time": "1764186207",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764186240",
"uncertainty": 120
},
"departure": {
"time": "1764186240",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764186301",
"uncertainty": 120
},
"departure": {
"time": "1764186301",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764186420",
"uncertainty": 120
},
"departure": {
"time": "1764186420",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764186563",
"uncertainty": 120
},
"departure": {
"time": "1764186563",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764186600",
"uncertainty": 120
},
"departure": {
"time": "1764186600",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764186643",
"uncertainty": 120
},
"departure": {
"time": "1764186643",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764186720",
"uncertainty": 120
},
"departure": {
"time": "1764186720",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764186828",
"uncertainty": 120
},
"departure": {
"time": "1764186828",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764186886",
"uncertainty": 120
},
"departure": {
"time": "1764186886",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764186925",
"uncertainty": 120
},
"departure": {
"time": "1764186925",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764187020",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725984"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21725983",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764181278",
"uncertainty": 120
},
"departure": {
"time": "1764181278",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764181342",
"uncertainty": 120
},
"departure": {
"time": "1764181342",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764181465",
"uncertainty": 120
},
"departure": {
"time": "1764181465",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764181560",
"uncertainty": 120
},
"departure": {
"time": "1764181560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764181683",
"uncertainty": 120
},
"departure": {
"time": "1764181683",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764181745",
"uncertainty": 120
},
"departure": {
"time": "1764181745",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764181783",
"uncertainty": 120
},
"departure": {
"time": "1764181805",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764181873",
"uncertainty": 120
},
"departure": {
"time": "1764181873",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764181924",
"uncertainty": 120
},
"departure": {
"time": "1764181925",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764181962",
"uncertainty": 120
},
"departure": {
"time": "1764181962",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764182101",
"uncertainty": 120
},
"departure": {
"time": "1764182101",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764182150",
"uncertainty": 120
},
"departure": {
"time": "1764182150",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764182195",
"uncertainty": 120
},
"departure": {
"time": "1764182195",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764182237",
"uncertainty": 120
},
"departure": {
"time": "1764182315",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764182345",
"uncertainty": 120
},
"departure": {
"time": "1764182345",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764182398",
"uncertainty": 120
},
"departure": {
"time": "1764182405",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764182495",
"uncertainty": 120
},
"departure": {
"time": "1764182495",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764182585",
"uncertainty": 120
},
"departure": {
"time": "1764182645",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764182715",
"uncertainty": 120
},
"departure": {
"time": "1764182715",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764182886",
"uncertainty": 120
},
"departure": {
"time": "1764182915",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764182977",
"uncertainty": 120
},
"departure": {
"time": "1764182977",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764183048",
"uncertainty": 120
},
"departure": {
"time": "1764183048",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764183136",
"uncertainty": 120
},
"departure": {
"time": "1764183185",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764183276",
"uncertainty": 120
},
"departure": {
"time": "1764183395",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764183440",
"uncertainty": 120
},
"departure": {
"time": "1764183455",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764183526",
"uncertainty": 120
},
"departure": {
"time": "1764183545",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764183665",
"uncertainty": 120
},
"departure": {
"time": "1764183665",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764183752",
"uncertainty": 120
},
"departure": {
"time": "1764183752",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764183817",
"uncertainty": 120
},
"departure": {
"time": "1764183817",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764183906",
"uncertainty": 120
},
"departure": {
"time": "1764183906",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764183989",
"uncertainty": 120
},
"departure": {
"time": "1764183989",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764184021",
"uncertainty": 120
},
"departure": {
"time": "1764184021",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764184113",
"uncertainty": 120
},
"departure": {
"time": "1764184113",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764184146",
"uncertainty": 120
},
"departure": {
"time": "1764184146",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764184207",
"uncertainty": 120
},
"departure": {
"time": "1764184207",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764184326",
"uncertainty": 120
},
"departure": {
"time": "1764184326",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764184469",
"uncertainty": 120
},
"departure": {
"time": "1764184469",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764184506",
"uncertainty": 120
},
"departure": {
"time": "1764184506",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764184549",
"uncertainty": 120
},
"departure": {
"time": "1764184549",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764184626",
"uncertainty": 120
},
"departure": {
"time": "1764184626",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764184734",
"uncertainty": 120
},
"departure": {
"time": "1764184734",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764184792",
"uncertainty": 120
},
"departure": {
"time": "1764184792",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764184831",
"uncertainty": 120
},
"departure": {
"time": "1764184831",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764184926",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725983"
},
"vehicle": {
"id": "194",
"label": "194"
}
}
},
{
"id": "21725965",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764186565",
"uncertainty": 120
},
"departure": {
"time": "1764186565",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764186754",
"uncertainty": 120
},
"departure": {
"time": "1764186754",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764183298",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764183358",
"uncertainty": 120
},
"departure": {
"time": "1764183358",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764183388",
"uncertainty": 120
},
"departure": {
"time": "1764183388",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183503",
"uncertainty": 120
},
"departure": {
"time": "1764183508",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183544",
"uncertainty": 120
},
"departure": {
"time": "1764183544",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183732",
"uncertainty": 120
},
"departure": {
"time": "1764183732",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183795",
"uncertainty": 120
},
"departure": {
"time": "1764183795",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183845",
"uncertainty": 120
},
"departure": {
"time": "1764183845",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764184035",
"uncertainty": 120
},
"departure": {
"time": "1764184035",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764184189",
"uncertainty": 120
},
"departure": {
"time": "1764184189",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764184275",
"uncertainty": 120
},
"departure": {
"time": "1764184275",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764184318",
"uncertainty": 120
},
"departure": {
"time": "1764184318",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764184409",
"uncertainty": 120
},
"departure": {
"time": "1764184409",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764184512",
"uncertainty": 120
},
"departure": {
"time": "1764184512",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764184575",
"uncertainty": 120
},
"departure": {
"time": "1764184575",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184655",
"uncertainty": 120
},
"departure": {
"time": "1764184655",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184690",
"uncertainty": 120
},
"departure": {
"time": "1764184690",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184815",
"uncertainty": 120
},
"departure": {
"time": "1764184815",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184995",
"uncertainty": 120
},
"departure": {
"time": "1764184995",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764185081",
"uncertainty": 120
},
"departure": {
"time": "1764185081",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764185175",
"uncertainty": 120
},
"departure": {
"time": "1764185175",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764185245",
"uncertainty": 120
},
"departure": {
"time": "1764185245",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764185360",
"uncertainty": 120
},
"departure": {
"time": "1764185360",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764185475",
"uncertainty": 120
},
"departure": {
"time": "1764185475",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764185537",
"uncertainty": 120
},
"departure": {
"time": "1764185537",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764185622",
"uncertainty": 120
},
"departure": {
"time": "1764185622",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764185667",
"uncertainty": 120
},
"departure": {
"time": "1764185667",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764185710",
"uncertainty": 120
},
"departure": {
"time": "1764185710",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764185778",
"uncertainty": 120
},
"departure": {
"time": "1764185778",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764185835",
"uncertainty": 120
},
"departure": {
"time": "1764185835",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764185883",
"uncertainty": 120
},
"departure": {
"time": "1764185883",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764185955",
"uncertainty": 120
},
"departure": {
"time": "1764185955",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764186202",
"uncertainty": 120
},
"departure": {
"time": "1764186202",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764186256",
"uncertainty": 120
},
"departure": {
"time": "1764186256",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764186293",
"uncertainty": 120
},
"departure": {
"time": "1764186293",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764186315",
"uncertainty": 120
},
"departure": {
"time": "1764186315",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764186384",
"uncertainty": 120
},
"departure": {
"time": "1764186384",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764186500",
"uncertainty": 120
},
"departure": {
"time": "1764186500",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764186540",
"uncertainty": 120
},
"departure": {
"time": "1764186540",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764186609",
"uncertainty": 120
},
"departure": {
"time": "1764186609",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764186709",
"uncertainty": 120
},
"departure": {
"time": "1764186709",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764186772",
"uncertainty": 120
},
"departure": {
"time": "1764186772",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764186763",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725965"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21725818",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764182222",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764182282",
"uncertainty": 120
},
"departure": {
"time": "1764182316",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764182394",
"uncertainty": 120
},
"departure": {
"time": "1764182402",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764182524",
"uncertainty": 120
},
"departure": {
"time": "1764182524",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1764182568",
"uncertainty": 120
},
"departure": {
"time": "1764182568",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1764182604",
"uncertainty": 120
},
"departure": {
"time": "1764182642",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1764182852",
"uncertainty": 120
},
"departure": {
"time": "1764182852",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764182962",
"uncertainty": 120
},
"departure": {
"time": "1764182962",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1764182997",
"uncertainty": 120
},
"departure": {
"time": "1764183002",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183069",
"uncertainty": 120
},
"departure": {
"time": "1764183069",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183139",
"uncertainty": 120
},
"departure": {
"time": "1764183139",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183170",
"uncertainty": 120
},
"departure": {
"time": "1764183170",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764183238",
"uncertainty": 120
},
"departure": {
"time": "1764183238",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1764183332",
"uncertainty": 120
},
"departure": {
"time": "1764183332",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764183452",
"uncertainty": 120
},
"departure": {
"time": "1764183452",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764183512",
"uncertainty": 120
},
"departure": {
"time": "1764183512",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764183640",
"uncertainty": 120
},
"departure": {
"time": "1764183640",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764183718",
"uncertainty": 120
},
"departure": {
"time": "1764183718",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764183800",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725818"
},
"vehicle": {
"id": "184",
"label": "184"
}
}
},
{
"id": "21725819",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764182732",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764182882",
"uncertainty": 120
},
"departure": {
"time": "1764182882",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764182942",
"uncertainty": 120
},
"departure": {
"time": "1764183032",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183182",
"uncertainty": 120
},
"departure": {
"time": "1764183182",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183265",
"uncertainty": 120
},
"departure": {
"time": "1764183265",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183362",
"uncertainty": 120
},
"departure": {
"time": "1764183480",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183536",
"uncertainty": 120
},
"departure": {
"time": "1764183542",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183648",
"uncertainty": 120
},
"departure": {
"time": "1764183648",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183707",
"uncertainty": 120
},
"departure": {
"time": "1764183707",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183748",
"uncertainty": 120
},
"departure": {
"time": "1764183748",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183847",
"uncertainty": 120
},
"departure": {
"time": "1764183847",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183953",
"uncertainty": 120
},
"departure": {
"time": "1764183953",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764184031",
"uncertainty": 120
},
"departure": {
"time": "1764184031",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764184056",
"uncertainty": 120
},
"departure": {
"time": "1764184056",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764184126",
"uncertainty": 120
},
"departure": {
"time": "1764184126",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184171",
"uncertainty": 120
},
"departure": {
"time": "1764184171",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184262",
"uncertainty": 120
},
"departure": {
"time": "1764184262",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184332",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725819"
},
"vehicle": {
"id": "214",
"label": "214"
}
}
},
{
"id": "21323667",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764183851",
"uncertainty": 120
},
"departure": {
"time": "1764183851",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764183880",
"uncertainty": 120
},
"departure": {
"time": "1764183880",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764183891",
"uncertainty": 120
},
"departure": {
"time": "1764183891",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764183905",
"uncertainty": 120
},
"departure": {
"time": "1764183905",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764183978",
"uncertainty": 120
},
"departure": {
"time": "1764183978",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764182762",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764182942",
"uncertainty": 120
},
"departure": {
"time": "1764183002",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764183122",
"uncertainty": 120
},
"departure": {
"time": "1764183122",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183179",
"uncertainty": 120
},
"departure": {
"time": "1764183182",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183258",
"uncertainty": 120
},
"departure": {
"time": "1764183272",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183320",
"uncertainty": 120
},
"departure": {
"time": "1764183320",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183360",
"uncertainty": 120
},
"departure": {
"time": "1764183362",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183431",
"uncertainty": 120
},
"departure": {
"time": "1764183452",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183488",
"uncertainty": 120
},
"departure": {
"time": "1764183488",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183563",
"uncertainty": 120
},
"departure": {
"time": "1764183602",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183698",
"uncertainty": 120
},
"departure": {
"time": "1764183698",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183774",
"uncertainty": 120
},
"departure": {
"time": "1764183774",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764183846",
"uncertainty": 120
},
"departure": {
"time": "1764183846",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764183737",
"uncertainty": 120
},
"departure": {
"time": "1764183737",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764183780",
"uncertainty": 120
},
"departure": {
"time": "1764183780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764183850",
"uncertainty": 120
},
"departure": {
"time": "1764183850",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764183985",
"uncertainty": 120
},
"departure": {
"time": "1764183985",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184050",
"uncertainty": 120
},
"departure": {
"time": "1764184050",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184169",
"uncertainty": 120
},
"departure": {
"time": "1764184169",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184242",
"uncertainty": 120
},
"departure": {
"time": "1764184242",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764184292",
"uncertainty": 120
},
"departure": {
"time": "1764184292",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764184376",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323667"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21323670",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764185266",
"uncertainty": 120
},
"departure": {
"time": "1764185266",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764184800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764184925",
"uncertainty": 120
},
"departure": {
"time": "1764184925",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764185039",
"uncertainty": 120
},
"departure": {
"time": "1764185039",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764185109",
"uncertainty": 120
},
"departure": {
"time": "1764185109",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764185177",
"uncertainty": 120
},
"departure": {
"time": "1764185177",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764185376",
"uncertainty": 120
},
"departure": {
"time": "1764185376",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764185460",
"uncertainty": 120
},
"departure": {
"time": "1764185460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764185501",
"uncertainty": 120
},
"departure": {
"time": "1764185501",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764185345",
"uncertainty": 120
},
"departure": {
"time": "1764185345",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764185410",
"uncertainty": 120
},
"departure": {
"time": "1764185410",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764185517",
"uncertainty": 120
},
"departure": {
"time": "1764185517",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764185585",
"uncertainty": 120
},
"departure": {
"time": "1764185585",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764185638",
"uncertainty": 120
},
"departure": {
"time": "1764185638",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764185691",
"uncertainty": 120
},
"departure": {
"time": "1764185691",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764185777",
"uncertainty": 120
},
"departure": {
"time": "1764185777",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764185828",
"uncertainty": 120
},
"departure": {
"time": "1764185828",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764185887",
"uncertainty": 120
},
"departure": {
"time": "1764185887",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764185936",
"uncertainty": 120
},
"departure": {
"time": "1764185936",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764185998",
"uncertainty": 120
},
"departure": {
"time": "1764185998",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764186071",
"uncertainty": 120
},
"departure": {
"time": "1764186071",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764186174",
"uncertainty": 120
},
"departure": {
"time": "1764186174",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764186238",
"uncertainty": 120
},
"departure": {
"time": "1764186238",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764186318",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323670"
}
}
},
{
"id": "21323669",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764183625",
"uncertainty": 120
},
"departure": {
"time": "1764183625",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764183183",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764183273",
"uncertainty": 120
},
"departure": {
"time": "1764183273",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764183377",
"uncertainty": 120
},
"departure": {
"time": "1764183423",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764183483",
"uncertainty": 120
},
"departure": {
"time": "1764183483",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764183543",
"uncertainty": 120
},
"departure": {
"time": "1764183543",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764183576",
"uncertainty": 120
},
"departure": {
"time": "1764183576",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764183660",
"uncertainty": 120
},
"departure": {
"time": "1764183660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764183701",
"uncertainty": 120
},
"departure": {
"time": "1764183701",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764183704",
"uncertainty": 120
},
"departure": {
"time": "1764183704",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764183755",
"uncertainty": 120
},
"departure": {
"time": "1764183755",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764183833",
"uncertainty": 120
},
"departure": {
"time": "1764183833",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764183886",
"uncertainty": 120
},
"departure": {
"time": "1764183886",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764183945",
"uncertainty": 120
},
"departure": {
"time": "1764183945",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764183979",
"uncertainty": 120
},
"departure": {
"time": "1764183979",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764184039",
"uncertainty": 120
},
"departure": {
"time": "1764184039",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764184097",
"uncertainty": 120
},
"departure": {
"time": "1764184097",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764184133",
"uncertainty": 120
},
"departure": {
"time": "1764184133",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764184177",
"uncertainty": 120
},
"departure": {
"time": "1764184177",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764184227",
"uncertainty": 120
},
"departure": {
"time": "1764184227",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764184324",
"uncertainty": 120
},
"departure": {
"time": "1764184324",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764184415",
"uncertainty": 120
},
"departure": {
"time": "1764184415",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764184465",
"uncertainty": 120
},
"departure": {
"time": "1764184465",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764184543",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764183610",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323669"
},
"vehicle": {
"id": "190",
"label": "190"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1764183611"
}
}