Détails de la ressource
Prochains passages aux arrêts du réseau bus-tram Irigo
Cette ressource fait partie du jeu de données Réseau urbain Irigo.
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
❌853 erreurs, 607 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 14/02/2026 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 1 erreur
All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)
Exemples d'erreurs
- trip_id 3981 stop_sequence 12 departure_time 0 is not POSIX time
Sequential stop_time_update times are not increasing E022 94 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 6254250 stop_sequence 9 arrival_time 08:03:32 (1771052612) is equal to previous stop arrival_time 08:03:32 (1771052612) - times must increase between two sequential stops
- trip_id 6254250 stop_sequence 9 arrival_time 08:03:32 (1771052612) is less than previous stop departure_time 08:03:48 (1771052628) - times must increase between two sequential stops
- trip_id 6254250 stop_sequence 9 departure_time 08:03:32 (1771052612) is less than previous stop departure_time 08:03:48 (1771052628) - times must increase between two sequential stops
- trip_id 6254250 stop_sequence 9 departure_time 08:03:32 (1771052612) is equal to previous stop arrival_time 08:03:32 (1771052612) - times must increase between two sequential stops
- trip_id 6254236 stop_sequence 2 arrival_time 08:02:04 (1771052524) is less than previous stop arrival_time 08:02:43 (1771052563) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 2 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 3981 stop_sequence 12 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:30 (1771052610) - departure time must be equal to or greater than arrival time
- trip_id 6255220 stop_sequence 31 departure_time 08:22:00 (1771053720) is less than the same stop arrival_time 08:22:02 (1771053722) - departure time must be equal to or greater than arrival time
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 756 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id 6255955 stop_sequence 1 has stop_id GDPRESSO but GTFS stop_sequence 1 has stop_id BARBOTER - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 33 has stop_id BICHBI-E but GTFS stop_sequence 33 has stop_id BICHLA-E - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 34 has stop_id BICHLA-E but GTFS stop_sequence 34 has stop_id CLOUET-E - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 35 has stop_id CLOUET-E but GTFS stop_sequence 35 has stop_id GOURON-E - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 36 has stop_id GOURON-E but GTFS stop_sequence 36 has stop_id GASNIE-E - stop_ids should be the same
Avertissements
timestamp not populated W001 152 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6255691 does not have a timestamp
- trip_id 6255689 does not have a timestamp
- trip_id 6254343 does not have a timestamp
- trip_id 6255955 does not have a timestamp
- trip_id 6255570 does not have a timestamp
vehicle_id not populated W002 152 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6255691 does not have a vehicle_id
- trip_id 6255689 does not have a vehicle_id
- trip_id 6254343 does not have a vehicle_id
- trip_id 6255955 does not have a vehicle_id
- trip_id 6255570 does not have a vehicle_id
schedule_relationship not populated W009 303 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6255691 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6255691 does not have a schedule_relationship
- trip_id 6255689 stop_sequence 30 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6255689 does not have a schedule_relationship
- trip_id 6254343 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4 981 | 29 fois (100 % 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 | 34 968 | 29 fois (100 % des validations) |
| W001 | Timestamps should be populated for all elements | 7 641 | 29 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7 641 | 29 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 15 249 | 29 fois (100 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 479 | 27 fois (93 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 296 | 23 fois (79 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 317 | 23 fois (79 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 37 | 13 fois (45 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 44 | 13 fois (45 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 21 | 8 fois (28 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 15/02/2026 à 07h31 Europe/Paris.
trip_updates (27) 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 15/02/2026 à 07h31 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "trip:6189573",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137300"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137329"
},
"departure": {
"time": "1771137329"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137380"
},
"departure": {
"time": "1771137380"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137446"
},
"departure": {
"time": "1771137446"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1771137540"
},
"departure": {
"time": "1771137540"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1771137628"
},
"departure": {
"time": "1771137628"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1771137667"
},
"departure": {
"time": "1771137667"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1771137715"
},
"departure": {
"time": "1771137715"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771137768"
},
"departure": {
"time": "1771137768"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137827"
},
"departure": {
"time": "1771137827"
},
"stopId": "ARENA",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137900"
},
"departure": {
"time": "1771137900"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137951"
},
"departure": {
"time": "1771137951"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1771138007"
},
"departure": {
"time": "1771138007"
},
"stopId": "MORLONG",
"stopSequence": 12
},
{
"arrival": {
"time": "1771138043"
},
"departure": {
"time": "1771138043"
},
"stopId": "BOURSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1771138115"
},
"departure": {
"time": "1771138115"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1771138153"
},
"departure": {
"time": "1771138153"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1771138213"
},
"departure": {
"time": "1771138213"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771138285"
},
"departure": {
"time": "1771138285"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1771138337"
},
"departure": {
"time": "1771138337"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1771138380"
},
"departure": {
"time": "1771138380"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1771138425"
},
"departure": {
"time": "1771138425"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1771138502"
},
"departure": {
"time": "1771138502"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1771138590"
},
"departure": {
"time": "1771138590"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1771138622"
},
"departure": {
"time": "1771138622"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1771138680"
},
"departure": {
"time": "1771138680"
},
"stopId": "SAUMUROI",
"stopSequence": 24
},
{
"arrival": {
"time": "1771138734"
},
"departure": {
"time": "1771138734"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1771138770"
},
"departure": {
"time": "1771138770"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1771138833"
},
"departure": {
"time": "1771138833"
},
"stopId": "BOURGONN",
"stopSequence": 27
},
{
"arrival": {
"time": "1771138880"
},
"departure": {
"time": "1771138880"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1771138920"
},
"departure": {
"time": "1771138920"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1771139010"
},
"departure": {
"time": "1771139010"
},
"stopId": "PAULBERT",
"stopSequence": 30
},
{
"arrival": {
"time": "1771139046"
},
"departure": {
"time": "1771139046"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1771139096"
},
"departure": {
"time": "1771139096"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1771139160"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6189573"
}
}
},
{
"id": "trip:6189752",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137127"
},
"stopId": "1MONP",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6189752"
}
}
},
{
"id": "trip:6189929",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137600"
},
"stopId": "2MOLIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137720"
},
"departure": {
"time": "1771137720"
},
"stopId": "2DOUT",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137880"
},
"departure": {
"time": "1771137880"
},
"stopId": "2QUAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1771138052"
},
"departure": {
"time": "1771138052"
},
"stopId": "2FARC",
"stopSequence": 3
},
{
"arrival": {
"time": "1771138160"
},
"departure": {
"time": "1771138160"
},
"stopId": "2ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138252"
},
"departure": {
"time": "1771138252"
},
"stopId": "2PATT",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138330"
},
"departure": {
"time": "1771138330"
},
"stopId": "2BARR",
"stopSequence": 6
},
{
"arrival": {
"time": "1771138427"
},
"departure": {
"time": "1771138427"
},
"stopId": "2BEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1771138520"
},
"stopId": "1BBCA",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6189929"
}
}
},
{
"id": "trip:6189749",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137640"
},
"stopId": "2BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137756"
},
"departure": {
"time": "1771137756"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137880"
},
"departure": {
"time": "1771137880"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137968"
},
"departure": {
"time": "1771137968"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1771138069"
},
"departure": {
"time": "1771138069"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138189"
},
"departure": {
"time": "1771138189"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138380"
},
"departure": {
"time": "1771138380"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1771138560"
},
"departure": {
"time": "1771138560"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1771138730"
},
"departure": {
"time": "1771138730"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771138860"
},
"departure": {
"time": "1771138860"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1771138980"
},
"departure": {
"time": "1771138980"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1771139050"
},
"departure": {
"time": "1771139050"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1771139160"
},
"departure": {
"time": "1771139160"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1771139250"
},
"departure": {
"time": "1771139250"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1771139350"
},
"departure": {
"time": "1771139350"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1771139450"
},
"departure": {
"time": "1771139450"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1771139560"
},
"departure": {
"time": "1771139560"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1771139670"
},
"departure": {
"time": "1771139670"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1771139800"
},
"stopId": "2ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6189749"
}
}
},
{
"id": "trip:6189568",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771140000"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1771140029"
},
"departure": {
"time": "1771140029"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140080"
},
"departure": {
"time": "1771140080"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140146"
},
"departure": {
"time": "1771140146"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1771140240"
},
"departure": {
"time": "1771140240"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1771140328"
},
"departure": {
"time": "1771140328"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1771140367"
},
"departure": {
"time": "1771140367"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1771140415"
},
"departure": {
"time": "1771140415"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771140468"
},
"departure": {
"time": "1771140468"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771140527"
},
"departure": {
"time": "1771140527"
},
"stopId": "ARENA",
"stopSequence": 9
},
{
"arrival": {
"time": "1771140600"
},
"departure": {
"time": "1771140600"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1771140651"
},
"departure": {
"time": "1771140651"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1771140707"
},
"departure": {
"time": "1771140707"
},
"stopId": "MORLONG",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6189568"
}
}
},
{
"id": "trip:6189641",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137012"
},
"departure": {
"time": "1771137012"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771137042"
},
"departure": {
"time": "1771137042"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1771137087"
},
"departure": {
"time": "1771137087"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771137149"
},
"departure": {
"time": "1771137149"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137196"
},
"departure": {
"time": "1771137196"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137240"
},
"departure": {
"time": "1771137240"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137286"
},
"departure": {
"time": "1771137286"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1771137331"
},
"departure": {
"time": "1771137331"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1771137386"
},
"departure": {
"time": "1771137386"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771137448"
},
"departure": {
"time": "1771137448"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1771137497"
},
"departure": {
"time": "1771137497"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1771137540"
},
"departure": {
"time": "1771137540"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1771137594"
},
"departure": {
"time": "1771137594"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1771137657"
},
"departure": {
"time": "1771137657"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1771137701"
},
"departure": {
"time": "1771137701"
},
"stopId": "AFPA",
"stopSequence": 19
},
{
"arrival": {
"time": "1771137754"
},
"departure": {
"time": "1771137754"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1771137826"
},
"departure": {
"time": "1771137826"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1771137857"
},
"departure": {
"time": "1771137857"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1771137900"
},
"departure": {
"time": "1771137900"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1771137950"
},
"departure": {
"time": "1771137950"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1771138040"
},
"departure": {
"time": "1771138040"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1771138080"
},
"departure": {
"time": "1771138140"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1771138206"
},
"departure": {
"time": "1771138206"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771138237"
},
"departure": {
"time": "1771138237"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771138320"
},
"departure": {
"time": "1771138320"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771138422"
},
"departure": {
"time": "1771138422"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771138489"
},
"departure": {
"time": "1771138489"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1771138531"
},
"departure": {
"time": "1771138531"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771138680"
},
"departure": {
"time": "1771138680"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771138733"
},
"departure": {
"time": "1771138733"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771138792"
},
"departure": {
"time": "1771138792"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771138920"
},
"departure": {
"time": "1771138920"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771139004"
},
"departure": {
"time": "1771139004"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1771139062"
},
"departure": {
"time": "1771139062"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1771139153"
},
"departure": {
"time": "1771139153"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1771139220"
},
"departure": {
"time": "1771139220"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1771139275"
},
"departure": {
"time": "1771139275"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1771139341"
},
"departure": {
"time": "1771139341"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771139404"
},
"departure": {
"time": "1771139404"
},
"stopId": "POLYTE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771139439"
},
"departure": {
"time": "1771139439"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771139529"
},
"departure": {
"time": "1771139529"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771139571"
},
"departure": {
"time": "1771139571"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771139645"
},
"departure": {
"time": "1771139645"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771139669"
},
"departure": {
"time": "1771139669"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771139671"
},
"departure": {
"time": "1771139671"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771139699"
},
"departure": {
"time": "1771139699"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771139751"
},
"departure": {
"time": "1771139751"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1771139796"
},
"departure": {
"time": "1771139796"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1771139880"
},
"departure": {
"time": "1771139880"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1771139902"
},
"departure": {
"time": "1771139902"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1771139928"
},
"departure": {
"time": "1771139928"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1771139962"
},
"departure": {
"time": "1771139962"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1771140000"
},
"departure": {
"time": "1771140000"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1771140057"
},
"departure": {
"time": "1771140057"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1771140110"
},
"departure": {
"time": "1771140110"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1771140171"
},
"departure": {
"time": "1771140171"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1771140214"
},
"departure": {
"time": "1771140214"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1771140250"
},
"departure": {
"time": "1771140250"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1771140274"
},
"departure": {
"time": "1771140274"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1771140312"
},
"departure": {
"time": "1771140312"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1771140360"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6189641"
}
}
},
{
"id": "trip:6189754",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771140270"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1771140380"
},
"departure": {
"time": "1771140380"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140490"
},
"departure": {
"time": "1771140490"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140610"
},
"departure": {
"time": "1771140610"
},
"stopId": "2BAMA",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6189754"
}
}
},
{
"id": "trip:6189793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771138410"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771138490"
},
"departure": {
"time": "1771138490"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771138560"
},
"departure": {
"time": "1771138560"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1771138640"
},
"departure": {
"time": "1771138640"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771138730"
},
"departure": {
"time": "1771138730"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138820"
},
"departure": {
"time": "1771138820"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138930"
},
"departure": {
"time": "1771138930"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1771139090"
},
"departure": {
"time": "1771139090"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1771139180"
},
"departure": {
"time": "1771139180"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1771139300"
},
"departure": {
"time": "1771139300"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1771139380"
},
"departure": {
"time": "1771139380"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1771139500"
},
"departure": {
"time": "1771139500"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1771139590"
},
"departure": {
"time": "1771139590"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1771139710"
},
"departure": {
"time": "1771139710"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1771139820"
},
"departure": {
"time": "1771139820"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1771139920"
},
"departure": {
"time": "1771139920"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1771139990"
},
"departure": {
"time": "1771139990"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1771140060"
},
"departure": {
"time": "1771140060"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1771140170"
},
"departure": {
"time": "1771140170"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1771140260"
},
"departure": {
"time": "1771140260"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1771140360"
},
"departure": {
"time": "1771140360"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1771140460"
},
"departure": {
"time": "1771140460"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1771140570"
},
"departure": {
"time": "1771140570"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1771140680"
},
"departure": {
"time": "1771140680"
},
"stopId": "1JVIL",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6189793"
}
}
},
{
"id": "trip:6189637",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771140120"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1771140156"
},
"departure": {
"time": "1771140156"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140189"
},
"departure": {
"time": "1771140189"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140248"
},
"departure": {
"time": "1771140248"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1771140279"
},
"departure": {
"time": "1771140279"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1771140339"
},
"departure": {
"time": "1771140339"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1771140382"
},
"departure": {
"time": "1771140382"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771140420"
},
"departure": {
"time": "1771140420"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1771140463"
},
"departure": {
"time": "1771140463"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771140492"
},
"departure": {
"time": "1771140492"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1771140521"
},
"departure": {
"time": "1771140521"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1771140548"
},
"departure": {
"time": "1771140548"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1771140626"
},
"departure": {
"time": "1771140626"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1771140657"
},
"departure": {
"time": "1771140657"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771140695"
},
"departure": {
"time": "1771140695"
},
"stopId": "INRA",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6189637"
}
}
},
{
"id": "trip:6189751",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137450"
},
"stopId": "1MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137539"
},
"departure": {
"time": "1771137539"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137633"
},
"departure": {
"time": "1771137633"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137820"
},
"departure": {
"time": "1771137820"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771137916"
},
"departure": {
"time": "1771137916"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138106"
},
"departure": {
"time": "1771138106"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138220"
},
"departure": {
"time": "1771138220"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1771138360"
},
"departure": {
"time": "1771138360"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1771138460"
},
"departure": {
"time": "1771138460"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771138590"
},
"departure": {
"time": "1771138590"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771138710"
},
"departure": {
"time": "1771138710"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771138870"
},
"departure": {
"time": "1771138870"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1771139042"
},
"departure": {
"time": "1771139042"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1771139150"
},
"departure": {
"time": "1771139150"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1771139242"
},
"departure": {
"time": "1771139242"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1771139320"
},
"departure": {
"time": "1771139320"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1771139417"
},
"departure": {
"time": "1771139417"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1771139510"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6189751"
}
}
},
{
"id": "trip:6189761",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771139330"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1771139440"
},
"departure": {
"time": "1771139440"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771139550"
},
"departure": {
"time": "1771139550"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1771139670"
},
"departure": {
"time": "1771139670"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1771139780"
},
"departure": {
"time": "1771139780"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1771139870"
},
"departure": {
"time": "1771139870"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1771139970"
},
"departure": {
"time": "1771139970"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1771140060"
},
"departure": {
"time": "1771140060"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1771140120"
},
"departure": {
"time": "1771140120"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1771140220"
},
"departure": {
"time": "1771140220"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1771140320"
},
"departure": {
"time": "1771140320"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1771140410"
},
"departure": {
"time": "1771140410"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1771140530"
},
"departure": {
"time": "1771140530"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1771140630"
},
"departure": {
"time": "1771140630"
},
"stopId": "2HOPA",
"stopSequence": 13
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6189761"
}
}
},
{
"id": "trip:6189680",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137180"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137256"
},
"departure": {
"time": "1771137256"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137307"
},
"departure": {
"time": "1771137307"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137360"
},
"departure": {
"time": "1771137360"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1771137394"
},
"departure": {
"time": "1771137394"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1771137440"
},
"departure": {
"time": "1771137440"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1771137499"
},
"departure": {
"time": "1771137499"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771137537"
},
"departure": {
"time": "1771137537"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1771137600"
},
"departure": {
"time": "1771137600"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137661"
},
"departure": {
"time": "1771137661"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137712"
},
"departure": {
"time": "1771137712"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137747"
},
"departure": {
"time": "1771137747"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1771137851"
},
"departure": {
"time": "1771137851"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1771137900"
},
"departure": {
"time": "1771137900"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771138025"
},
"departure": {
"time": "1771138025"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1771138140"
},
"departure": {
"time": "1771138200"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1771138266"
},
"departure": {
"time": "1771138266"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1771138297"
},
"departure": {
"time": "1771138297"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1771138380"
},
"departure": {
"time": "1771138380"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1771138438"
},
"departure": {
"time": "1771138438"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1771138476"
},
"departure": {
"time": "1771138476"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1771138500"
},
"departure": {
"time": "1771138500"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1771138800"
},
"departure": {
"time": "1771138800"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1771138860"
},
"departure": {
"time": "1771138860"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1771138894"
},
"departure": {
"time": "1771138894"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1771138931"
},
"departure": {
"time": "1771138931"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1771138989"
},
"departure": {
"time": "1771138989"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1771139025"
},
"departure": {
"time": "1771139025"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771139060"
},
"departure": {
"time": "1771139060"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771139104"
},
"departure": {
"time": "1771139104"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771139160"
},
"departure": {
"time": "1771139160"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771139189"
},
"departure": {
"time": "1771139189"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1771139255"
},
"departure": {
"time": "1771139255"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771139288"
},
"departure": {
"time": "1771139288"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771139340"
},
"departure": {
"time": "1771139340"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771139460"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6189680"
}
}
},
{
"id": "trip:6189792",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137202"
},
"departure": {
"time": "1771137202"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137292"
},
"departure": {
"time": "1771137292"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137412"
},
"departure": {
"time": "1771137412"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137492"
},
"departure": {
"time": "1771137492"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1771137612"
},
"departure": {
"time": "1771137612"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1771137702"
},
"departure": {
"time": "1771137702"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1771137822"
},
"departure": {
"time": "1771137822"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1771137932"
},
"departure": {
"time": "1771137932"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1771138032"
},
"departure": {
"time": "1771138032"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1771138102"
},
"departure": {
"time": "1771138102"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1771138172"
},
"departure": {
"time": "1771138172"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1771138282"
},
"departure": {
"time": "1771138282"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1771138372"
},
"departure": {
"time": "1771138372"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1771138472"
},
"departure": {
"time": "1771138472"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1771138572"
},
"departure": {
"time": "1771138572"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1771138682"
},
"departure": {
"time": "1771138682"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1771138792"
},
"departure": {
"time": "1771138792"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1771138922"
},
"stopId": "2ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6189792"
}
}
},
{
"id": "trip:6189750",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137040"
},
"departure": {
"time": "1771137065"
},
"stopId": "1HDVA",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137176"
},
"departure": {
"time": "1771137176"
},
"stopId": "1FMBL",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137255"
},
"departure": {
"time": "1771137255"
},
"stopId": "1HARA",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137374"
},
"departure": {
"time": "1771137374"
},
"stopId": "1LGAR",
"stopSequence": 11
},
{
"arrival": {
"time": "1771137473"
},
"departure": {
"time": "1771137473"
},
"stopId": "1LAFA",
"stopSequence": 12
},
{
"arrival": {
"time": "1771137582"
},
"departure": {
"time": "1771137582"
},
"stopId": "1STRA",
"stopSequence": 13
},
{
"arrival": {
"time": "1771137691"
},
"departure": {
"time": "1771137691"
},
"stopId": "1BAMA",
"stopSequence": 14
},
{
"arrival": {
"time": "1771137810"
},
"departure": {
"time": "1771137810"
},
"stopId": "1JE23",
"stopSequence": 15
},
{
"arrival": {
"time": "1771137873"
},
"departure": {
"time": "1771137873"
},
"stopId": "1JVIL",
"stopSequence": 16
},
{
"arrival": {
"time": "1771138003"
},
"stopId": "1ANRO",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6189750"
}
}
},
{
"id": "trip:6189794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771140450"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771140530"
},
"departure": {
"time": "1771140530"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140600"
},
"departure": {
"time": "1771140600"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140680"
},
"departure": {
"time": "1771140680"
},
"stopId": "1ACAS",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6189794"
}
}
},
{
"id": "trip:6189642",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771140540"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1771140626"
},
"departure": {
"time": "1771140626"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140670"
},
"departure": {
"time": "1771140670"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140707"
},
"departure": {
"time": "1771140707"
},
"stopId": "VERDUN",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6189642"
}
}
},
{
"id": "trip:6189931",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771138130"
},
"stopId": "1STSE",
"stopSequence": 0
},
{
"arrival": {
"time": "1771138240"
},
"departure": {
"time": "1771138240"
},
"stopId": "1CECO",
"stopSequence": 1
},
{
"arrival": {
"time": "1771138350"
},
"departure": {
"time": "1771138350"
},
"stopId": "1CONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771138441"
},
"departure": {
"time": "1771138441"
},
"stopId": "1MTAI",
"stopSequence": 3
},
{
"arrival": {
"time": "1771138594"
},
"departure": {
"time": "1771138594"
},
"stopId": "1CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138670"
},
"departure": {
"time": "1771138670"
},
"stopId": "1BRIS",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138818"
},
"departure": {
"time": "1771138818"
},
"stopId": "1DUNA",
"stopSequence": 6
},
{
"arrival": {
"time": "1771138892"
},
"departure": {
"time": "1771138892"
},
"stopId": "1EURO",
"stopSequence": 7
},
{
"arrival": {
"time": "1771138960"
},
"stopId": "2MONP",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6189931"
}
}
},
{
"id": "trip:6189777",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771138790"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1771138887"
},
"departure": {
"time": "1771138887"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1771139000"
},
"departure": {
"time": "1771139000"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1771139079"
},
"departure": {
"time": "1771139079"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1771139170"
},
"departure": {
"time": "1771139170"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1771139278"
},
"departure": {
"time": "1771139278"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1771139450"
},
"departure": {
"time": "1771139450"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1771139600"
},
"departure": {
"time": "1771139600"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1771139750"
},
"departure": {
"time": "1771139750"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771139880"
},
"departure": {
"time": "1771139880"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771139990"
},
"departure": {
"time": "1771139990"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1771140100"
},
"departure": {
"time": "1771140100"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1771140190"
},
"departure": {
"time": "1771140190"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1771140344"
},
"departure": {
"time": "1771140344"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1771140420"
},
"departure": {
"time": "1771140420"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1771140569"
},
"departure": {
"time": "1771140569"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1771140643"
},
"departure": {
"time": "1771140643"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1771140710"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6189777"
}
}
},
{
"id": "trip:6189669",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137734"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137744"
},
"departure": {
"time": "1771137744"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137854"
},
"departure": {
"time": "1771137854"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137903"
},
"departure": {
"time": "1771137903"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1771137937"
},
"departure": {
"time": "1771137937"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138003"
},
"departure": {
"time": "1771138003"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138034"
},
"departure": {
"time": "1771138034"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1771138073"
},
"departure": {
"time": "1771138073"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1771138135"
},
"departure": {
"time": "1771138135"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1771138166"
},
"departure": {
"time": "1771138166"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1771138201"
},
"departure": {
"time": "1771138201"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1771138257"
},
"departure": {
"time": "1771138257"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1771138304"
},
"departure": {
"time": "1771138304"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1771138336"
},
"departure": {
"time": "1771138336"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1771138394"
},
"departure": {
"time": "1771138394"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1771138694"
},
"departure": {
"time": "1771138694"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1771138734"
},
"departure": {
"time": "1771138734"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771138778"
},
"departure": {
"time": "1771138778"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1771138843"
},
"departure": {
"time": "1771138843"
},
"stopId": "GARETERM",
"stopSequence": 18
},
{
"arrival": {
"time": "1771138874"
},
"departure": {
"time": "1771138874"
},
"stopId": "LESGARES",
"stopSequence": 19
},
{
"arrival": {
"time": "1771138996"
},
"departure": {
"time": "1771138996"
},
"stopId": "HARAS",
"stopSequence": 20
},
{
"arrival": {
"time": "1771139053"
},
"departure": {
"time": "1771139053"
},
"stopId": "STAUBIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1771139103"
},
"departure": {
"time": "1771139103"
},
"stopId": "LOR-FO-A",
"stopSequence": 22
},
{
"arrival": {
"time": "1771139229"
},
"departure": {
"time": "1771139229"
},
"stopId": "MENDES-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1771139340"
},
"departure": {
"time": "1771139340"
},
"stopId": "SAVARY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1771139377"
},
"departure": {
"time": "1771139377"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1771139456"
},
"departure": {
"time": "1771139456"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1771139500"
},
"departure": {
"time": "1771139500"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771139529"
},
"departure": {
"time": "1771139529"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771139580"
},
"departure": {
"time": "1771139580"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771139648"
},
"departure": {
"time": "1771139648"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771139682"
},
"departure": {
"time": "1771139682"
},
"stopId": "CHATEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1771139757"
},
"departure": {
"time": "1771139757"
},
"stopId": "SOLELE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771139784"
},
"departure": {
"time": "1771139784"
},
"stopId": "SEPSON-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771139820"
},
"departure": {
"time": "1771139820"
},
"stopId": "BANCST-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771139921"
},
"departure": {
"time": "1771139921"
},
"stopId": "RTEPAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771139998"
},
"departure": {
"time": "1771139998"
},
"stopId": "PROVIN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771140120"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6189669"
}
}
},
{
"id": "trip:6189636",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137010"
},
"departure": {
"time": "1771137026"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1771137041"
},
"departure": {
"time": "1771137041"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771137086"
},
"departure": {
"time": "1771137086"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1771137092"
},
"departure": {
"time": "1771137100"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1771137149"
},
"departure": {
"time": "1771137149"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1771137180"
},
"departure": {
"time": "1771137180"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1771137266"
},
"departure": {
"time": "1771137266"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1771137304"
},
"departure": {
"time": "1771137304"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1771137360"
},
"departure": {
"time": "1771137360"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1771137410"
},
"departure": {
"time": "1771137410"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1771137471"
},
"departure": {
"time": "1771137471"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1771137537"
},
"departure": {
"time": "1771137537"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1771137600"
},
"departure": {
"time": "1771137600"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1771137662"
},
"departure": {
"time": "1771137662"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1771137752"
},
"departure": {
"time": "1771137752"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1771137832"
},
"departure": {
"time": "1771137832"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1771137900"
},
"departure": {
"time": "1771137900"
},
"stopId": "MONPROF.",
"stopSequence": 29
},
{
"arrival": {
"time": "1771138002"
},
"departure": {
"time": "1771138002"
},
"stopId": "TRINITE",
"stopSequence": 30
},
{
"arrival": {
"time": "1771138072"
},
"departure": {
"time": "1771138072"
},
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1771138140"
},
"departure": {
"time": "1771138140"
},
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1771138305"
},
"departure": {
"time": "1771138305"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1771138348"
},
"departure": {
"time": "1771138348"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1771138395"
},
"departure": {
"time": "1771138395"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771138465"
},
"departure": {
"time": "1771138465"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1771138500"
},
"departure": {
"time": "1771138500"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1771138622"
},
"departure": {
"time": "1771138622"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1771138690"
},
"departure": {
"time": "1771138690"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1771138740"
},
"departure": {
"time": "1771138800"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1771138853"
},
"departure": {
"time": "1771138853"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1771138940"
},
"departure": {
"time": "1771138940"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771138980"
},
"departure": {
"time": "1771138980"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771139043"
},
"departure": {
"time": "1771139043"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771139063"
},
"departure": {
"time": "1771139063"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771139131"
},
"departure": {
"time": "1771139131"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771139189"
},
"departure": {
"time": "1771139189"
},
"stopId": "AFPA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771139226"
},
"departure": {
"time": "1771139226"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771139266"
},
"departure": {
"time": "1771139266"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771139340"
},
"departure": {
"time": "1771139340"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771139378"
},
"departure": {
"time": "1771139378"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1771139414"
},
"departure": {
"time": "1771139414"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1771139461"
},
"departure": {
"time": "1771139461"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1771139502"
},
"departure": {
"time": "1771139502"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1771139542"
},
"departure": {
"time": "1771139542"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1771139580"
},
"departure": {
"time": "1771139580"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1771139631"
},
"departure": {
"time": "1771139631"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1771139671"
},
"departure": {
"time": "1771139671"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1771139712"
},
"departure": {
"time": "1771139712"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1771139780"
},
"departure": {
"time": "1771139780"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1771139820"
},
"departure": {
"time": "1771139820"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1771139931"
},
"departure": {
"time": "1771139931"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1771139965"
},
"departure": {
"time": "1771139965"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1771139994"
},
"departure": {
"time": "1771139994"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1771140039"
},
"departure": {
"time": "1771140039"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1771140120"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6189636"
}
}
},
{
"id": "trip:6189694",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771137240"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1771137279"
},
"departure": {
"time": "1771137279"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137319"
},
"departure": {
"time": "1771137319"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137373"
},
"departure": {
"time": "1771137373"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1771137420"
},
"departure": {
"time": "1771137420"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1771137443"
},
"departure": {
"time": "1771137443"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771137480"
},
"departure": {
"time": "1771137480"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1771137517"
},
"departure": {
"time": "1771137517"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771137570"
},
"departure": {
"time": "1771137570"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137603"
},
"departure": {
"time": "1771137603"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137661"
},
"departure": {
"time": "1771137661"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137706"
},
"departure": {
"time": "1771137706"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1771137737"
},
"departure": {
"time": "1771137737"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1771137759"
},
"departure": {
"time": "1771137759"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1771137794"
},
"departure": {
"time": "1771137794"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1771137840"
},
"departure": {
"time": "1771137840"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1771137875"
},
"departure": {
"time": "1771137875"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1771137902"
},
"departure": {
"time": "1771137902"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771137958"
},
"departure": {
"time": "1771137958"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1771138004"
},
"departure": {
"time": "1771138004"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771138079"
},
"departure": {
"time": "1771138079"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1771138114"
},
"departure": {
"time": "1771138114"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1771138140"
},
"departure": {
"time": "1771138140"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1771138178"
},
"departure": {
"time": "1771138178"
},
"stopId": "BICHDAVI",
"stopSequence": 23
},
{
"arrival": {
"time": "1771138233"
},
"departure": {
"time": "1771138233"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1771138260"
},
"departure": {
"time": "1771138260"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1771138400"
},
"departure": {
"time": "1771138400"
},
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1771138633"
},
"departure": {
"time": "1771138633"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1771138740"
},
"departure": {
"time": "1771138800"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1771138874"
},
"departure": {
"time": "1771138874"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771138909"
},
"departure": {
"time": "1771138909"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771139040"
},
"departure": {
"time": "1771139040"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1771139101"
},
"departure": {
"time": "1771139101"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771139149"
},
"departure": {
"time": "1771139149"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771139259"
},
"departure": {
"time": "1771139259"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771139340"
},
"departure": {
"time": "1771139340"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771139390"
},
"departure": {
"time": "1771139390"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771139483"
},
"departure": {
"time": "1771139483"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1771139520"
},
"departure": {
"time": "1771139520"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1771139573"
},
"departure": {
"time": "1771139573"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1771139656"
},
"departure": {
"time": "1771139656"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1771139750"
},
"departure": {
"time": "1771139750"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1771139820"
},
"departure": {
"time": "1771139820"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771139879"
},
"departure": {
"time": "1771139879"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771139940"
},
"departure": {
"time": "1771139940"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771140062"
},
"departure": {
"time": "1771140062"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771140097"
},
"departure": {
"time": "1771140097"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771140143"
},
"departure": {
"time": "1771140143"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771140184"
},
"departure": {
"time": "1771140184"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771140234"
},
"departure": {
"time": "1771140234"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771140280"
},
"departure": {
"time": "1771140280"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771140334"
},
"departure": {
"time": "1771140334"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1771140360"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6189694"
}
}
},
{
"id": "trip:6189707",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137186"
},
"departure": {
"time": "1771137186"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1771137225"
},
"departure": {
"time": "1771137225"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1771137266"
},
"departure": {
"time": "1771137266"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1771137319"
},
"departure": {
"time": "1771137319"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771137370"
},
"departure": {
"time": "1771137370"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1771137404"
},
"departure": {
"time": "1771137404"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1771137457"
},
"departure": {
"time": "1771137457"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771137503"
},
"departure": {
"time": "1771137503"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771137600"
},
"departure": {
"time": "1771137600"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1771137655"
},
"departure": {
"time": "1771137655"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1771137727"
},
"departure": {
"time": "1771137727"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1771137785"
},
"departure": {
"time": "1771137785"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1771137886"
},
"departure": {
"time": "1771137886"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1771137968"
},
"departure": {
"time": "1771137968"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1771138020"
},
"departure": {
"time": "1771138020"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1771138057"
},
"departure": {
"time": "1771138057"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1771138200"
},
"departure": {
"time": "1771138200"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1771138276"
},
"departure": {
"time": "1771138276"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1771138385"
},
"departure": {
"time": "1771138385"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1771138446"
},
"departure": {
"time": "1771138446"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1771138500"
},
"departure": {
"time": "1771138500"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1771138591"
},
"departure": {
"time": "1771138591"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1771138628"
},
"departure": {
"time": "1771138628"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1771138679"
},
"departure": {
"time": "1771138679"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1771138740"
},
"departure": {
"time": "1771138800"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1771138905"
},
"departure": {
"time": "1771138905"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1771139098"
},
"departure": {
"time": "1771139098"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771139280"
},
"departure": {
"time": "1771139280"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771139354"
},
"departure": {
"time": "1771139354"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771139396"
},
"departure": {
"time": "1771139396"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771139460"
},
"departure": {
"time": "1771139460"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1771139547"
},
"departure": {
"time": "1771139547"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771139599"
},
"departure": {
"time": "1771139599"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771139638"
},
"departure": {
"time": "1771139638"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771139704"
},
"departure": {
"time": "1771139704"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771139737"
},
"departure": {
"time": "1771139737"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771139760"
},
"departure": {
"time": "1771139760"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1771139794"
},
"departure": {
"time": "1771139794"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1771139831"
},
"departure": {
"time": "1771139831"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1771139865"
},
"departure": {
"time": "1771139865"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1771139897"
},
"departure": {
"time": "1771139897"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1771139952"
},
"departure": {
"time": "1771139952"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771139993"
},
"departure": {
"time": "1771139993"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771140035"
},
"departure": {
"time": "1771140035"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771140079"
},
"departure": {
"time": "1771140079"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771140120"
},
"departure": {
"time": "1771140120"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771140164"
},
"departure": {
"time": "1771140164"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771140204"
},
"departure": {
"time": "1771140204"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771140257"
},
"departure": {
"time": "1771140257"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771140325"
},
"departure": {
"time": "1771140325"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771140380"
},
"departure": {
"time": "1771140380"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1771140420"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6189707"
}
}
},
{
"id": "trip:6189753",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771137044"
},
"departure": {
"time": "1771137084"
},
"stopId": "2BARR",
"stopSequence": 6
},
{
"arrival": {
"time": "1771137137"
},
"departure": {
"time": "1771137137"
},
"stopId": "2BEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1771137240"
},
"stopId": "2BBCA",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6189753"
}
}
},
{
"id": "trip:6189784",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771139360"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1771139429"
},
"departure": {
"time": "1771139429"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1771139510"
},
"departure": {
"time": "1771139510"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1771139670"
},
"departure": {
"time": "1771139670"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771139747"
},
"departure": {
"time": "1771139747"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1771139906"
},
"departure": {
"time": "1771139906"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1771140000"
},
"departure": {
"time": "1771140000"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1771140140"
},
"departure": {
"time": "1771140140"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1771140230"
},
"departure": {
"time": "1771140230"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771140360"
},
"departure": {
"time": "1771140360"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771140480"
},
"departure": {
"time": "1771140480"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771140640"
},
"departure": {
"time": "1771140640"
},
"stopId": "2QUAI",
"stopSequence": 11
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6189784"
}
}
},
{
"id": "trip:6189748",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771138270"
},
"stopId": "1ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1771138390"
},
"departure": {
"time": "1771138390"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771138510"
},
"departure": {
"time": "1771138510"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1771138640"
},
"departure": {
"time": "1771138640"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1771138760"
},
"departure": {
"time": "1771138760"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1771138860"
},
"departure": {
"time": "1771138860"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1771138970"
},
"departure": {
"time": "1771138970"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1771139070"
},
"departure": {
"time": "1771139070"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1771139160"
},
"departure": {
"time": "1771139160"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1771139280"
},
"departure": {
"time": "1771139280"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1771139420"
},
"departure": {
"time": "1771139420"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1771139540"
},
"departure": {
"time": "1771139540"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771139700"
},
"departure": {
"time": "1771139700"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1771139872"
},
"departure": {
"time": "1771139872"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1771139980"
},
"departure": {
"time": "1771139980"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1771140072"
},
"departure": {
"time": "1771140072"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1771140150"
},
"departure": {
"time": "1771140150"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1771140247"
},
"departure": {
"time": "1771140247"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1771140340"
},
"stopId": "3BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6189748"
}
}
},
{
"id": "trip:6189567",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771139940"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1771140014"
},
"departure": {
"time": "1771140014"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140049"
},
"departure": {
"time": "1771140049"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140180"
},
"departure": {
"time": "1771140180"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1771140244"
},
"departure": {
"time": "1771140244"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1771140285"
},
"departure": {
"time": "1771140285"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1771140320"
},
"departure": {
"time": "1771140320"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1771140364"
},
"departure": {
"time": "1771140364"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1771140420"
},
"departure": {
"time": "1771140420"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1771140469"
},
"departure": {
"time": "1771140469"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1771140510"
},
"departure": {
"time": "1771140510"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1771140594"
},
"departure": {
"time": "1771140594"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1771140680"
},
"departure": {
"time": "1771140680"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6189567"
}
}
},
{
"id": "trip:6189769",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1771139810"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1771139911"
},
"departure": {
"time": "1771139911"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1771140020"
},
"departure": {
"time": "1771140020"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1771140100"
},
"departure": {
"time": "1771140100"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1771140191"
},
"departure": {
"time": "1771140191"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1771140299"
},
"departure": {
"time": "1771140299"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1771140470"
},
"departure": {
"time": "1771140470"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1771140620"
},
"departure": {
"time": "1771140620"
},
"stopId": "1DOUT",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6189769"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1771137112"
}
}