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
❌1 777 erreurs, 1 337 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 10/02/2026 à 08h10 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 22 erreurs
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 35401 stop_sequence 9 departure_time 0 is not POSIX time
- trip_id 4003 stop_sequence 8 departure_time 0 is not POSIX time
- trip_id 15010 stop_sequence 1 departure_time 0 is not POSIX time
- trip_id 21004 stop_sequence 0 departure_time 0 is not POSIX time
- trip_id 4203 stop_sequence 1 departure_time 0 is not POSIX time
stop_times_updates not strictly sorted E002 2 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 6237321 stop_sequence [17, 17, 17] is not strictly sorted by increasing stop_sequence
- trip_id 6237340 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 172 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 6238919 stop_sequence 46 arrival_time 08:30:30 (1770708630) is less than previous stop arrival_time 08:30:36 (1770708636) - times must increase between two sequential stops
- trip_id 6238919 stop_sequence 46 arrival_time 08:30:30 (1770708630) is less than previous stop departure_time 08:30:36 (1770708636) - times must increase between two sequential stops
- trip_id 6238919 stop_sequence 46 departure_time 08:30:30 (1770708630) is less than previous stop departure_time 08:30:36 (1770708636) - times must increase between two sequential stops
- trip_id 6238919 stop_sequence 46 departure_time 08:30:30 (1770708630) is less than previous stop arrival_time 08:30:36 (1770708636) - times must increase between two sequential stops
- trip_id 4003 stop_sequence 8 departure_time 01:00:00 (0) is less than previous stop departure_time 08:08:43 (1770707323) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 25 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 6239036 stop_sequence 28 departure_time 08:18:00 (1770707880) is less than the same stop arrival_time 08:18:02 (1770707882) - departure time must be equal to or greater than arrival time
- trip_id 35401 stop_sequence 9 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:08:25 (1770707305) - departure time must be equal to or greater than arrival time
- trip_id 4003 stop_sequence 8 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:09:55 (1770707395) - departure time must be equal to or greater than arrival time
- trip_id 15010 stop_sequence 1 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:08:57 (1770707337) - departure time must be equal to or greater than arrival time
- trip_id 21004 stop_sequence 0 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:09:59 (1770707399) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 3 erreurs
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Exemples d'erreurs
- trip_id 6237321 has repeating stop_sequence 17 - stop_sequence must increase for each stop_time_update
- trip_id 6237321 has repeating stop_sequence 17 - stop_sequence must increase for each stop_time_update
- trip_id 6237340 has repeating stop_sequence 0 - stop_sequence must increase for each stop_time_update
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 1 526 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 3610 stop_sequence 8 has stop_id FARCYSJA but GTFS stop_sequence 8 has stop_id QUAIsubN - stop_ids should be the same
- GTFS-rt trip_id 6240115 stop_sequence 19 has stop_id ESA but GTFS stop_sequence 19 has stop_id RABELAI - stop_ids should be the same
- GTFS-rt trip_id 6240115 stop_sequence 20 has stop_id RABELAI but GTFS stop_sequence 20 has stop_id ALEROY - stop_ids should be the same
- GTFS-rt trip_id 6240115 stop_sequence 21 has stop_id ALEROY but GTFS stop_sequence 21 has stop_id PAULBERT - stop_ids should be the same
- GTFS-rt trip_id 6240115 stop_sequence 22 has stop_id PAULBERT but GTFS stop_sequence 22 has stop_id HARAS - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 27 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 14402 contains stop_sequence 7 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6239130 contains stop_sequence 51 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 3806 contains stop_sequence 15 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 3438 contains stop_sequence 3 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 3512 contains stop_sequence 21 that does not exist in GTFS stop_times.txt for this trip
Avertissements
timestamp not populated W001 335 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6238688 does not have a timestamp
- trip_id 6238265 does not have a timestamp
- trip_id 6238574 does not have a timestamp
- trip_id 6054497 does not have a timestamp
- trip_id 6237278 does not have a timestamp
vehicle_id not populated W002 335 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6238688 does not have a vehicle_id
- trip_id 6238265 does not have a vehicle_id
- trip_id 6238574 does not have a vehicle_id
- trip_id 6054497 does not have a vehicle_id
- trip_id 6237278 does not have a vehicle_id
schedule_relationship not populated W009 667 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6238688 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6238688 does not have a schedule_relationship
- trip_id 6238265 stop_sequence 8 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6238265 does not have a schedule_relationship
- trip_id 6238574 stop_sequence 40 (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. | 5 018 | 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 941 | 29 fois (100 % des validations) |
| W001 | Timestamps should be populated for all elements | 7 820 | 29 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7 820 | 29 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 15 604 | 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 | 523 | 28 fois (97 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 314 | 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. | 335 | 23 fois (79 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 41 | 14 fois (48 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 48 | 14 fois (48 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 26 | 12 fois (41 % 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 10/02/2026 à 21h17 Europe/Paris.
trip_updates (52) 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 10/02/2026 à 21h17 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "trip:6237248",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755260"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755361"
},
"departure": {
"time": "1770755361"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755470"
},
"departure": {
"time": "1770755470"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755550"
},
"departure": {
"time": "1770755550"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755641"
},
"departure": {
"time": "1770755641"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755749"
},
"departure": {
"time": "1770755749"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755920"
},
"departure": {
"time": "1770755920"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1770756080"
},
"departure": {
"time": "1770756080"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1770756220"
},
"departure": {
"time": "1770756220"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770756370"
},
"departure": {
"time": "1770756370"
},
"stopId": "1RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756480"
},
"departure": {
"time": "1770756480"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756550"
},
"departure": {
"time": "1770756550"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756660"
},
"departure": {
"time": "1770756660"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756750"
},
"departure": {
"time": "1770756750"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756840"
},
"departure": {
"time": "1770756840"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756940"
},
"departure": {
"time": "1770756940"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1770757060"
},
"departure": {
"time": "1770757060"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1770757170"
},
"departure": {
"time": "1770757170"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1770757300"
},
"stopId": "2ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237248"
}
}
},
{
"id": "trip:6238293",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755280"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755354"
},
"departure": {
"time": "1770755354"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755389"
},
"departure": {
"time": "1770755389"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755520"
},
"departure": {
"time": "1770755520"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755600"
},
"departure": {
"time": "1770755600"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755651"
},
"departure": {
"time": "1770755651"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755694"
},
"departure": {
"time": "1770755694"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755749"
},
"departure": {
"time": "1770755749"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755820"
},
"departure": {
"time": "1770755820"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755869"
},
"departure": {
"time": "1770755869"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755910"
},
"departure": {
"time": "1770755910"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755994"
},
"departure": {
"time": "1770755994"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756080"
},
"departure": {
"time": "1770756080"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756120"
},
"departure": {
"time": "1770756120"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756149"
},
"departure": {
"time": "1770756149"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756212"
},
"departure": {
"time": "1770756212"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756268"
},
"departure": {
"time": "1770756268"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756328"
},
"departure": {
"time": "1770756328"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1770756362"
},
"departure": {
"time": "1770756362"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1770756410"
},
"departure": {
"time": "1770756410"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1770756436"
},
"departure": {
"time": "1770756436"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1770756489"
},
"departure": {
"time": "1770756489"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1770756540"
},
"departure": {
"time": "1770756540"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1770756605"
},
"departure": {
"time": "1770756605"
},
"stopId": "ARENA-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1770756657"
},
"departure": {
"time": "1770756657"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1770756709"
},
"departure": {
"time": "1770756709"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1770756745"
},
"departure": {
"time": "1770756745"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770756775"
},
"departure": {
"time": "1770756775"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770756840"
},
"departure": {
"time": "1770756840"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770756940"
},
"departure": {
"time": "1770756940"
},
"stopId": "TRELGA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770757027"
},
"departure": {
"time": "1770757027"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770757083"
},
"departure": {
"time": "1770757083"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770757140"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238293"
}
}
},
{
"id": "trip:6237237",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770757780"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770757860"
},
"departure": {
"time": "1770757860"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770757930"
},
"departure": {
"time": "1770757930"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1770758010"
},
"departure": {
"time": "1770758010"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770758090"
},
"departure": {
"time": "1770758090"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770758170"
},
"departure": {
"time": "1770758170"
},
"stopId": "1PMAY",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237237"
}
}
},
{
"id": "trip:6240204",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754671"
},
"departure": {
"time": "1770754671"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1770754718"
},
"departure": {
"time": "1770754718"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770754779"
},
"departure": {
"time": "1770754779"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770754838"
},
"departure": {
"time": "1770754838"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1770754877"
},
"departure": {
"time": "1770754877"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1770754937"
},
"departure": {
"time": "1770754937"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770754989"
},
"departure": {
"time": "1770754989"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755100"
},
"departure": {
"time": "1770755100"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755148"
},
"departure": {
"time": "1770755148"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755210"
},
"departure": {
"time": "1770755210"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1770755260"
},
"departure": {
"time": "1770755260"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1770755347"
},
"departure": {
"time": "1770755347"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1770755417"
},
"departure": {
"time": "1770755417"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755460"
},
"departure": {
"time": "1770755460"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755497"
},
"departure": {
"time": "1770755497"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755640"
},
"departure": {
"time": "1770755640"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755716"
},
"departure": {
"time": "1770755716"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1770755825"
},
"departure": {
"time": "1770755825"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1770755886"
},
"departure": {
"time": "1770755886"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1770755940"
},
"departure": {
"time": "1770755940"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1770756031"
},
"departure": {
"time": "1770756031"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1770756011"
},
"departure": {
"time": "1770756011"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1770756066"
},
"departure": {
"time": "1770756066"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1770756127"
},
"departure": {
"time": "1770756300"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1770756392"
},
"departure": {
"time": "1770756392"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770756561"
},
"departure": {
"time": "1770756561"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770756720"
},
"departure": {
"time": "1770756720"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770756794"
},
"departure": {
"time": "1770756794"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770756836"
},
"departure": {
"time": "1770756836"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770756900"
},
"departure": {
"time": "1770756900"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1770756987"
},
"departure": {
"time": "1770756987"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770757039"
},
"departure": {
"time": "1770757039"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770757078"
},
"departure": {
"time": "1770757078"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770757144"
},
"departure": {
"time": "1770757144"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770757177"
},
"departure": {
"time": "1770757177"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770757200"
},
"departure": {
"time": "1770757200"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770757234"
},
"departure": {
"time": "1770757234"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770757271"
},
"departure": {
"time": "1770757271"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770757305"
},
"departure": {
"time": "1770757305"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770757337"
},
"departure": {
"time": "1770757337"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770757392"
},
"departure": {
"time": "1770757392"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770757433"
},
"departure": {
"time": "1770757433"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770757475"
},
"departure": {
"time": "1770757475"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770757519"
},
"departure": {
"time": "1770757519"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770757560"
},
"departure": {
"time": "1770757560"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1770757595"
},
"departure": {
"time": "1770757595"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1770757627"
},
"departure": {
"time": "1770757627"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1770757669"
},
"departure": {
"time": "1770757669"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770757724"
},
"departure": {
"time": "1770757724"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770757768"
},
"departure": {
"time": "1770757768"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1770757800"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240204"
}
}
},
{
"id": "trip:6237250",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754558"
},
"departure": {
"time": "1770754558"
},
"scheduleRelationship": "SKIPPED",
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1770754717"
},
"departure": {
"time": "1770754717"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770754827"
},
"departure": {
"time": "1770754827"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1770754947"
},
"departure": {
"time": "1770754947"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755057"
},
"departure": {
"time": "1770755057"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755137"
},
"departure": {
"time": "1770755137"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755227"
},
"departure": {
"time": "1770755227"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755317"
},
"departure": {
"time": "1770755317"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755397"
},
"departure": {
"time": "1770755397"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755497"
},
"departure": {
"time": "1770755497"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755597"
},
"departure": {
"time": "1770755597"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755687"
},
"departure": {
"time": "1770755687"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770755807"
},
"departure": {
"time": "1770755807"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770755897"
},
"departure": {
"time": "1770755897"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756017"
},
"departure": {
"time": "1770756017"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756097"
},
"departure": {
"time": "1770756097"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756217"
},
"departure": {
"time": "1770756217"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756297"
},
"departure": {
"time": "1770756297"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770756477"
},
"departure": {
"time": "1770756477"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1770756577"
},
"departure": {
"time": "1770756577"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1770756657"
},
"departure": {
"time": "1770756657"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1770756747"
},
"departure": {
"time": "1770756747"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1770756827"
},
"departure": {
"time": "1770756827"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770756907"
},
"departure": {
"time": "1770756907"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1770756987"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237250"
}
}
},
{
"id": "trip:6237249",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754574"
},
"departure": {
"time": "1770754590"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1770754680"
},
"departure": {
"time": "1770754680"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1770754800"
},
"departure": {
"time": "1770754800"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1770754880"
},
"departure": {
"time": "1770754880"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1770755010"
},
"departure": {
"time": "1770755010"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1770755100"
},
"departure": {
"time": "1770755100"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1770755240"
},
"departure": {
"time": "1770755240"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755330"
},
"departure": {
"time": "1770755330"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755420"
},
"departure": {
"time": "1770755420"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755520"
},
"departure": {
"time": "1770755520"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755590"
},
"departure": {
"time": "1770755590"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1770755700"
},
"departure": {
"time": "1770755700"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1770755790"
},
"departure": {
"time": "1770755790"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1770755880"
},
"departure": {
"time": "1770755880"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1770755980"
},
"departure": {
"time": "1770755980"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1770756100"
},
"departure": {
"time": "1770756100"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1770756210"
},
"departure": {
"time": "1770756210"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1770756340"
},
"stopId": "2ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237249"
}
}
},
{
"id": "trip:6239068",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754576"
},
"departure": {
"time": "1770754592"
},
"stopId": "VILSANTE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770754621"
},
"departure": {
"time": "1770754637"
},
"stopId": "CORMIER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754720"
},
"departure": {
"time": "1770754720"
},
"stopId": "STLEONAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754749"
},
"departure": {
"time": "1770754749"
},
"stopId": "GERICAUL",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754794"
},
"departure": {
"time": "1770754794"
},
"stopId": "MONGAZON",
"stopSequence": 14
},
{
"arrival": {
"time": "1770754828"
},
"departure": {
"time": "1770754828"
},
"stopId": "KOPA",
"stopSequence": 15
},
{
"arrival": {
"time": "1770754885"
},
"departure": {
"time": "1770754885"
},
"stopId": "DESMAZ",
"stopSequence": 16
},
{
"arrival": {
"time": "1770754935"
},
"departure": {
"time": "1770754935"
},
"stopId": "ANFRANCK",
"stopSequence": 17
},
{
"arrival": {
"time": "1770754992"
},
"departure": {
"time": "1770754992"
},
"stopId": "STJOSEP",
"stopSequence": 18
},
{
"arrival": {
"time": "1770755057"
},
"departure": {
"time": "1770755057"
},
"stopId": "PLDULYCE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770755154"
},
"stopId": "HMAI",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6239068"
}
}
},
{
"id": "trip:6239796",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754529"
},
"departure": {
"time": "1770754560"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1770754620"
},
"departure": {
"time": "1770754620"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1770754642"
},
"departure": {
"time": "1770754642"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770754680"
},
"departure": {
"time": "1770754680"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770754723"
},
"departure": {
"time": "1770754723"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770754752"
},
"departure": {
"time": "1770754752"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1770754781"
},
"departure": {
"time": "1770754781"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754808"
},
"departure": {
"time": "1770754808"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754886"
},
"departure": {
"time": "1770754886"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754917"
},
"departure": {
"time": "1770754917"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770754955"
},
"departure": {
"time": "1770754955"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1770754980"
},
"departure": {
"time": "1770754980"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755009"
},
"departure": {
"time": "1770755009"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755040"
},
"departure": {
"time": "1770755040"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1770755126"
},
"departure": {
"time": "1770755126"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1770755164"
},
"departure": {
"time": "1770755164"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1770755220"
},
"departure": {
"time": "1770755220"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1770755270"
},
"departure": {
"time": "1770755270"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1770755331"
},
"departure": {
"time": "1770755331"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1770755397"
},
"departure": {
"time": "1770755397"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1770755460"
},
"departure": {
"time": "1770755460"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1770755510"
},
"departure": {
"time": "1770755510"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1770755582"
},
"departure": {
"time": "1770755582"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1770755646"
},
"departure": {
"time": "1770755646"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1770755700"
},
"departure": {
"time": "1770755700"
},
"stopId": "MONPROF.",
"stopSequence": 29
},
{
"arrival": {
"time": "1770755776"
},
"departure": {
"time": "1770755776"
},
"stopId": "TRINITE",
"stopSequence": 30
},
{
"arrival": {
"time": "1770755829"
},
"departure": {
"time": "1770755829"
},
"stopId": "BEAUREPA",
"stopSequence": 31
},
{
"arrival": {
"time": "1770755880"
},
"departure": {
"time": "1770755880"
},
"stopId": "COEURMA",
"stopSequence": 32
},
{
"arrival": {
"time": "1770756018"
},
"departure": {
"time": "1770756018"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1770756054"
},
"departure": {
"time": "1770756054"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1770756093"
},
"departure": {
"time": "1770756093"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770756151"
},
"departure": {
"time": "1770756151"
},
"stopId": "GARETERM",
"stopSequence": 36
},
{
"arrival": {
"time": "1770756180"
},
"departure": {
"time": "1770756180"
},
"stopId": "LESGARES",
"stopSequence": 37
},
{
"arrival": {
"time": "1770756271"
},
"departure": {
"time": "1770756271"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1770756322"
},
"departure": {
"time": "1770756322"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1770756360"
},
"departure": {
"time": "1770756420"
},
"stopId": "LOR-FO-A",
"stopSequence": 40
},
{
"arrival": {
"time": "1770756491"
},
"departure": {
"time": "1770756491"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1770756607"
},
"departure": {
"time": "1770756607"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770756660"
},
"departure": {
"time": "1770756660"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770756723"
},
"departure": {
"time": "1770756723"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770756743"
},
"departure": {
"time": "1770756743"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770756811"
},
"departure": {
"time": "1770756811"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1770756869"
},
"departure": {
"time": "1770756869"
},
"stopId": "AFPA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1770756906"
},
"departure": {
"time": "1770756906"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1770756946"
},
"departure": {
"time": "1770756946"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770757020"
},
"departure": {
"time": "1770757020"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770757068"
},
"departure": {
"time": "1770757068"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1770757113"
},
"departure": {
"time": "1770757113"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1770757171"
},
"departure": {
"time": "1770757171"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1770757223"
},
"departure": {
"time": "1770757223"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1770757273"
},
"departure": {
"time": "1770757273"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1770757320"
},
"departure": {
"time": "1770757320"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1770757371"
},
"departure": {
"time": "1770757371"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1770757411"
},
"departure": {
"time": "1770757411"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1770757452"
},
"departure": {
"time": "1770757452"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1770757520"
},
"departure": {
"time": "1770757520"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1770757560"
},
"departure": {
"time": "1770757560"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1770757671"
},
"departure": {
"time": "1770757671"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1770757705"
},
"departure": {
"time": "1770757705"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1770757734"
},
"departure": {
"time": "1770757734"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1770757779"
},
"departure": {
"time": "1770757779"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1770757860"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239796"
}
}
},
{
"id": "trip:6237162",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754605"
},
"departure": {
"time": "1770754624"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754740"
},
"departure": {
"time": "1770754740"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754830"
},
"departure": {
"time": "1770754830"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754920"
},
"departure": {
"time": "1770754920"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755020"
},
"departure": {
"time": "1770755020"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755140"
},
"departure": {
"time": "1770755140"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755250"
},
"departure": {
"time": "1770755250"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755380"
},
"stopId": "2ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237162"
}
}
},
{
"id": "trip:6240201",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755238"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755277"
},
"departure": {
"time": "1770755277"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755317"
},
"departure": {
"time": "1770755317"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755371"
},
"departure": {
"time": "1770755371"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755418"
},
"departure": {
"time": "1770755418"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755441"
},
"departure": {
"time": "1770755441"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755478"
},
"departure": {
"time": "1770755478"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755515"
},
"departure": {
"time": "1770755515"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755568"
},
"departure": {
"time": "1770755568"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755601"
},
"departure": {
"time": "1770755601"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755659"
},
"departure": {
"time": "1770755659"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755704"
},
"departure": {
"time": "1770755704"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1770755735"
},
"departure": {
"time": "1770755735"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1770755757"
},
"departure": {
"time": "1770755757"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1770755792"
},
"departure": {
"time": "1770755792"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755838"
},
"departure": {
"time": "1770755838"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755873"
},
"departure": {
"time": "1770755873"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755900"
},
"departure": {
"time": "1770755900"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755956"
},
"departure": {
"time": "1770755956"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1770756002"
},
"departure": {
"time": "1770756002"
},
"stopId": "POMONE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770756077"
},
"departure": {
"time": "1770756077"
},
"stopId": "CIOUEST",
"stopSequence": 20
},
{
"arrival": {
"time": "1770756112"
},
"departure": {
"time": "1770756112"
},
"stopId": "CLEMENCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1770756138"
},
"departure": {
"time": "1770756138"
},
"stopId": "DESCAZ-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1770756176"
},
"departure": {
"time": "1770756176"
},
"stopId": "BICHDAVI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770756231"
},
"departure": {
"time": "1770756231"
},
"stopId": "HOTDIEU",
"stopSequence": 24
},
{
"arrival": {
"time": "1770756258"
},
"departure": {
"time": "1770756258"
},
"stopId": "ROCHEFOU",
"stopSequence": 25
},
{
"arrival": {
"time": "1770756379"
},
"departure": {
"time": "1770756379"
},
"stopId": "STSERGEU",
"stopSequence": 26
},
{
"arrival": {
"time": "1770756579"
},
"departure": {
"time": "1770756579"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1770756741"
},
"departure": {
"time": "1770756741"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1770756813"
},
"departure": {
"time": "1770756813"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770756839"
},
"departure": {
"time": "1770756839"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770756970"
},
"departure": {
"time": "1770756970"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770757031"
},
"departure": {
"time": "1770757031"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770757079"
},
"departure": {
"time": "1770757079"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770757189"
},
"departure": {
"time": "1770757189"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770757270"
},
"departure": {
"time": "1770757270"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770757320"
},
"departure": {
"time": "1770757320"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770757413"
},
"departure": {
"time": "1770757413"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770757450"
},
"departure": {
"time": "1770757450"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770757503"
},
"departure": {
"time": "1770757503"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770757586"
},
"departure": {
"time": "1770757586"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770757680"
},
"departure": {
"time": "1770757680"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770757750"
},
"departure": {
"time": "1770757750"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770757809"
},
"departure": {
"time": "1770757809"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770757870"
},
"departure": {
"time": "1770757870"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770757992"
},
"departure": {
"time": "1770757992"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770758027"
},
"departure": {
"time": "1770758027"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1770758073"
},
"departure": {
"time": "1770758073"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1770758114"
},
"departure": {
"time": "1770758114"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1770758164"
},
"departure": {
"time": "1770758164"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770758210"
},
"departure": {
"time": "1770758210"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770758290"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240201"
}
}
},
{
"id": "trip:6238517",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754541"
},
"departure": {
"time": "1770754541"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770754560"
},
"departure": {
"time": "1770754591"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770754642"
},
"departure": {
"time": "1770754642"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1770754674"
},
"departure": {
"time": "1770754674"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1770754714"
},
"departure": {
"time": "1770754714"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754740"
},
"departure": {
"time": "1770754740"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754800"
},
"departure": {
"time": "1770754800"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754920"
},
"departure": {
"time": "1770754920"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755160"
},
"departure": {
"time": "1770755160"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755230"
},
"departure": {
"time": "1770755230"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755307"
},
"departure": {
"time": "1770755307"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755398"
},
"stopId": "GAREPAPI",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6238517"
}
}
},
{
"id": "trip:6237242",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755860"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755940"
},
"departure": {
"time": "1770755940"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770756010"
},
"departure": {
"time": "1770756010"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1770756090"
},
"departure": {
"time": "1770756090"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770756170"
},
"departure": {
"time": "1770756170"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770756250"
},
"departure": {
"time": "1770756250"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1770756350"
},
"departure": {
"time": "1770756350"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1770756510"
},
"departure": {
"time": "1770756510"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1770756600"
},
"departure": {
"time": "1770756600"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756720"
},
"departure": {
"time": "1770756720"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756800"
},
"departure": {
"time": "1770756800"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756930"
},
"departure": {
"time": "1770756930"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1770757020"
},
"departure": {
"time": "1770757020"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1770757160"
},
"departure": {
"time": "1770757160"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1770757250"
},
"departure": {
"time": "1770757250"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1770757340"
},
"departure": {
"time": "1770757340"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1770757440"
},
"departure": {
"time": "1770757440"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1770757510"
},
"departure": {
"time": "1770757510"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1770757620"
},
"departure": {
"time": "1770757620"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1770757710"
},
"departure": {
"time": "1770757710"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1770757800"
},
"departure": {
"time": "1770757800"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1770757900"
},
"departure": {
"time": "1770757900"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1770758020"
},
"departure": {
"time": "1770758020"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1770758130"
},
"departure": {
"time": "1770758130"
},
"stopId": "1JVIL",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237242"
}
}
},
{
"id": "trip:6237183",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754660"
},
"departure": {
"time": "1770754660"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1770754820"
},
"departure": {
"time": "1770754820"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1770754960"
},
"departure": {
"time": "1770754960"
},
"stopId": "1MOLIE",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237183"
}
}
},
{
"id": "trip:6237172",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755150"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755270"
},
"departure": {
"time": "1770755270"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755380"
},
"departure": {
"time": "1770755380"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755500"
},
"departure": {
"time": "1770755500"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755610"
},
"departure": {
"time": "1770755610"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755690"
},
"departure": {
"time": "1770755690"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755780"
},
"departure": {
"time": "1770755780"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755870"
},
"departure": {
"time": "1770755870"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755950"
},
"departure": {
"time": "1770755950"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770756050"
},
"departure": {
"time": "1770756050"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756150"
},
"departure": {
"time": "1770756150"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756240"
},
"departure": {
"time": "1770756240"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756360"
},
"departure": {
"time": "1770756360"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756450"
},
"departure": {
"time": "1770756450"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756570"
},
"departure": {
"time": "1770756570"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756650"
},
"departure": {
"time": "1770756650"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756770"
},
"departure": {
"time": "1770756770"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756850"
},
"departure": {
"time": "1770756850"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770757030"
},
"departure": {
"time": "1770757030"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1770757130"
},
"departure": {
"time": "1770757130"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1770757210"
},
"departure": {
"time": "1770757210"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1770757300"
},
"departure": {
"time": "1770757300"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1770757380"
},
"departure": {
"time": "1770757380"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770757460"
},
"departure": {
"time": "1770757460"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1770757540"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237172"
}
}
},
{
"id": "trip:6238225",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754576"
},
"departure": {
"time": "1770754597"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754683"
},
"departure": {
"time": "1770754683"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754732"
},
"departure": {
"time": "1770754732"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754765"
},
"departure": {
"time": "1770754765"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1770754844"
},
"departure": {
"time": "1770754844"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1770754908"
},
"departure": {
"time": "1770754908"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1770754976"
},
"departure": {
"time": "1770754976"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755015"
},
"departure": {
"time": "1770755015"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1770755070"
},
"departure": {
"time": "1770755070"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1770755099"
},
"departure": {
"time": "1770755099"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1770755160"
},
"departure": {
"time": "1770755160"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1770755219"
},
"departure": {
"time": "1770755219"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1770755284"
},
"departure": {
"time": "1770755284"
},
"stopId": "ARENA-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1770755336"
},
"departure": {
"time": "1770755336"
},
"stopId": "MONTHI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1770755388"
},
"departure": {
"time": "1770755388"
},
"stopId": "MAIRTR-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1770755424"
},
"departure": {
"time": "1770755424"
},
"stopId": "EGLTRE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770755454"
},
"departure": {
"time": "1770755454"
},
"stopId": "CIMETR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770755519"
},
"departure": {
"time": "1770755519"
},
"stopId": "HMTRE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770755619"
},
"departure": {
"time": "1770755619"
},
"stopId": "TRELGA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770755706"
},
"departure": {
"time": "1770755706"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770755762"
},
"departure": {
"time": "1770755762"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770755819"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238225"
}
}
},
{
"id": "trip:6238791",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754537"
},
"departure": {
"time": "1770754537"
},
"stopId": "RANGEA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770754566"
},
"departure": {
"time": "1770754582"
},
"stopId": "VIGNES-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770754673"
},
"stopId": "CHANTOUR",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6238791"
}
}
},
{
"id": "trip:6239793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770757920"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1770757989"
},
"departure": {
"time": "1770757989"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1770758024"
},
"departure": {
"time": "1770758024"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770758054"
},
"departure": {
"time": "1770758054"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1770758076"
},
"departure": {
"time": "1770758076"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1770758160"
},
"departure": {
"time": "1770758160"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770758205"
},
"departure": {
"time": "1770758205"
},
"stopId": "WALCOURT",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239793"
}
}
},
{
"id": "trip:6237170",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754527"
},
"departure": {
"time": "1770754558"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1770754663"
},
"departure": {
"time": "1770754663"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1770754773"
},
"departure": {
"time": "1770754773"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1770754903"
},
"stopId": "2ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6237170"
}
}
},
{
"id": "trip:6237236",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770758170"
},
"stopId": "1BBCA",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237236"
}
}
},
{
"id": "trip:6237241",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770757680"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1770757800"
},
"departure": {
"time": "1770757800"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770757910"
},
"departure": {
"time": "1770757910"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1770758030"
},
"departure": {
"time": "1770758030"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1770758140"
},
"departure": {
"time": "1770758140"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1770758220"
},
"departure": {
"time": "1770758220"
},
"stopId": "2LAFA",
"stopSequence": 5
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237241"
}
}
},
{
"id": "trip:6237169",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770754880"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1770754947"
},
"departure": {
"time": "1770754947"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755025"
},
"departure": {
"time": "1770755025"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755180"
},
"departure": {
"time": "1770755180"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755259"
},
"departure": {
"time": "1770755259"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755424"
},
"departure": {
"time": "1770755424"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755520"
},
"departure": {
"time": "1770755520"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755670"
},
"departure": {
"time": "1770755670"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755760"
},
"departure": {
"time": "1770755760"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755880"
},
"departure": {
"time": "1770755880"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756000"
},
"departure": {
"time": "1770756000"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756170"
},
"departure": {
"time": "1770756170"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756337"
},
"departure": {
"time": "1770756337"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756443"
},
"departure": {
"time": "1770756443"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756533"
},
"departure": {
"time": "1770756533"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756610"
},
"departure": {
"time": "1770756610"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756704"
},
"departure": {
"time": "1770756704"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756790"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237169"
}
}
},
{
"id": "trip:6239971",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755580"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755681"
},
"departure": {
"time": "1770755681"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755750"
},
"departure": {
"time": "1770755750"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755820"
},
"departure": {
"time": "1770755820"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755854"
},
"departure": {
"time": "1770755854"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755900"
},
"departure": {
"time": "1770755900"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755959"
},
"departure": {
"time": "1770755959"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755997"
},
"departure": {
"time": "1770755997"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770756060"
},
"departure": {
"time": "1770756060"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1770756109"
},
"departure": {
"time": "1770756109"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756150"
},
"departure": {
"time": "1770756150"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756178"
},
"departure": {
"time": "1770756178"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756262"
},
"departure": {
"time": "1770756262"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756300"
},
"departure": {
"time": "1770756300"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756425"
},
"departure": {
"time": "1770756425"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756540"
},
"departure": {
"time": "1770756600"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756687"
},
"departure": {
"time": "1770756687"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756729"
},
"departure": {
"time": "1770756729"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1770756840"
},
"departure": {
"time": "1770756840"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1770756927"
},
"departure": {
"time": "1770756927"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1770756984"
},
"departure": {
"time": "1770756984"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1770757020"
},
"departure": {
"time": "1770757020"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1770757320"
},
"departure": {
"time": "1770757320"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1770757380"
},
"departure": {
"time": "1770757380"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770757414"
},
"departure": {
"time": "1770757414"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1770757451"
},
"departure": {
"time": "1770757451"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1770757509"
},
"departure": {
"time": "1770757509"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770757545"
},
"departure": {
"time": "1770757545"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770757580"
},
"departure": {
"time": "1770757580"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770757624"
},
"departure": {
"time": "1770757624"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770757680"
},
"departure": {
"time": "1770757680"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770757709"
},
"departure": {
"time": "1770757709"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770757775"
},
"departure": {
"time": "1770757775"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770757808"
},
"departure": {
"time": "1770757808"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770757860"
},
"departure": {
"time": "1770757860"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770757980"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239971"
}
}
},
{
"id": "trip:6237244",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770756730"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1770756850"
},
"departure": {
"time": "1770756850"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770756960"
},
"departure": {
"time": "1770756960"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1770757080"
},
"departure": {
"time": "1770757080"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1770757190"
},
"departure": {
"time": "1770757190"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1770757270"
},
"departure": {
"time": "1770757270"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1770757360"
},
"departure": {
"time": "1770757360"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1770757450"
},
"departure": {
"time": "1770757450"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1770757530"
},
"departure": {
"time": "1770757530"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770757630"
},
"departure": {
"time": "1770757630"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1770757730"
},
"departure": {
"time": "1770757730"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1770757820"
},
"departure": {
"time": "1770757820"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770757940"
},
"departure": {
"time": "1770757940"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770758030"
},
"departure": {
"time": "1770758030"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1770758150"
},
"departure": {
"time": "1770758150"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1770758230"
},
"departure": {
"time": "1770758230"
},
"stopId": "2JMOU",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237244"
}
}
},
{
"id": "trip:6237167",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754582"
},
"departure": {
"time": "1770754615"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770754795"
},
"departure": {
"time": "1770754795"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1770754895"
},
"departure": {
"time": "1770754895"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1770754975"
},
"departure": {
"time": "1770754975"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1770755065"
},
"departure": {
"time": "1770755065"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1770755145"
},
"departure": {
"time": "1770755145"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770755235"
},
"departure": {
"time": "1770755235"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1770755315"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237167"
}
}
},
{
"id": "trip:6237184",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754640"
},
"departure": {
"time": "1770754640"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754730"
},
"departure": {
"time": "1770754730"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754850"
},
"departure": {
"time": "1770754850"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1770754930"
},
"departure": {
"time": "1770754930"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755050"
},
"departure": {
"time": "1770755050"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755130"
},
"stopId": "2VERN",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237184"
}
}
},
{
"id": "trip:6240202",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770758220"
},
"stopId": "ADEZIERE",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240202"
}
}
},
{
"id": "trip:6239988",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755820"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755830"
},
"departure": {
"time": "1770755830"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755940"
},
"departure": {
"time": "1770755940"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755989"
},
"departure": {
"time": "1770755989"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1770756023"
},
"departure": {
"time": "1770756023"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770756089"
},
"departure": {
"time": "1770756089"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1770756120"
},
"departure": {
"time": "1770756120"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1770756159"
},
"departure": {
"time": "1770756159"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1770756221"
},
"departure": {
"time": "1770756221"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1770756252"
},
"departure": {
"time": "1770756252"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756287"
},
"departure": {
"time": "1770756287"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756343"
},
"departure": {
"time": "1770756343"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756390"
},
"departure": {
"time": "1770756390"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756422"
},
"departure": {
"time": "1770756422"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756480"
},
"departure": {
"time": "1770756480"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756720"
},
"departure": {
"time": "1770756720"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756760"
},
"departure": {
"time": "1770756760"
},
"stopId": "ACADEMIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756804"
},
"departure": {
"time": "1770756804"
},
"stopId": "GBREM-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1770756869"
},
"departure": {
"time": "1770756869"
},
"stopId": "GARETERM",
"stopSequence": 18
},
{
"arrival": {
"time": "1770756900"
},
"departure": {
"time": "1770756900"
},
"stopId": "LESGARES",
"stopSequence": 19
},
{
"arrival": {
"time": "1770756991"
},
"departure": {
"time": "1770756991"
},
"stopId": "HARAS",
"stopSequence": 20
},
{
"arrival": {
"time": "1770757042"
},
"departure": {
"time": "1770757042"
},
"stopId": "STAUBIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1770757080"
},
"departure": {
"time": "1770757140"
},
"stopId": "LOR-FO-A",
"stopSequence": 22
},
{
"arrival": {
"time": "1770757269"
},
"departure": {
"time": "1770757269"
},
"stopId": "MENDES-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1770757380"
},
"departure": {
"time": "1770757380"
},
"stopId": "SAVARY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1770757417"
},
"departure": {
"time": "1770757417"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1770757496"
},
"departure": {
"time": "1770757496"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770757540"
},
"departure": {
"time": "1770757540"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770757569"
},
"departure": {
"time": "1770757569"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770757620"
},
"departure": {
"time": "1770757620"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770757688"
},
"departure": {
"time": "1770757688"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770757722"
},
"departure": {
"time": "1770757722"
},
"stopId": "CHATEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770757797"
},
"departure": {
"time": "1770757797"
},
"stopId": "SOLELE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770757824"
},
"departure": {
"time": "1770757824"
},
"stopId": "SEPSON-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770757860"
},
"departure": {
"time": "1770757860"
},
"stopId": "BANCST-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770757961"
},
"departure": {
"time": "1770757961"
},
"stopId": "RTEPAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770758038"
},
"departure": {
"time": "1770758038"
},
"stopId": "PROVIN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770758160"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239988"
}
}
},
{
"id": "trip:6237245",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770756790"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1770756855"
},
"departure": {
"time": "1770756855"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1770756931"
},
"departure": {
"time": "1770756931"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1770757080"
},
"departure": {
"time": "1770757080"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770757157"
},
"departure": {
"time": "1770757157"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1770757316"
},
"departure": {
"time": "1770757316"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1770757410"
},
"departure": {
"time": "1770757410"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1770757560"
},
"departure": {
"time": "1770757560"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1770757650"
},
"departure": {
"time": "1770757650"
},
"stopId": "2STSE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770757770"
},
"departure": {
"time": "1770757770"
},
"stopId": "2MOLIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770757890"
},
"departure": {
"time": "1770757890"
},
"stopId": "2DOUT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770758060"
},
"departure": {
"time": "1770758060"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1770758227"
},
"departure": {
"time": "1770758227"
},
"stopId": "2FARC",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237245"
}
}
},
{
"id": "trip:6239739",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754560"
},
"departure": {
"time": "1770754585"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1770754629"
},
"departure": {
"time": "1770754629"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1770754661"
},
"departure": {
"time": "1770754661"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1770754708"
},
"departure": {
"time": "1770754708"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1770754759"
},
"departure": {
"time": "1770754759"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1770754770"
},
"departure": {
"time": "1770754770"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1770754811"
},
"departure": {
"time": "1770754811"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1770754908"
},
"departure": {
"time": "1770754908"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1770754948"
},
"departure": {
"time": "1770754948"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1770755059"
},
"departure": {
"time": "1770755059"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1770755093"
},
"departure": {
"time": "1770755093"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1770755122"
},
"departure": {
"time": "1770755122"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1770755167"
},
"departure": {
"time": "1770755167"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1770755248"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239739"
}
}
},
{
"id": "trip:6237163",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754576"
},
"departure": {
"time": "1770754602"
},
"stopId": "2QUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754757"
},
"departure": {
"time": "1770754757"
},
"stopId": "2FARC",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754863"
},
"departure": {
"time": "1770754863"
},
"stopId": "2ELYS",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754953"
},
"departure": {
"time": "1770754953"
},
"stopId": "2PATT",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755030"
},
"departure": {
"time": "1770755030"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755124"
},
"departure": {
"time": "1770755124"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755210"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237163"
}
}
},
{
"id": "trip:6237240",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770757180"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1770757281"
},
"departure": {
"time": "1770757281"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1770757390"
},
"departure": {
"time": "1770757390"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1770757470"
},
"departure": {
"time": "1770757470"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1770757561"
},
"departure": {
"time": "1770757561"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1770757669"
},
"departure": {
"time": "1770757669"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770757840"
},
"departure": {
"time": "1770757840"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1770758000"
},
"departure": {
"time": "1770758000"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1770758140"
},
"departure": {
"time": "1770758140"
},
"stopId": "1MOLIE",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6237240"
}
}
},
{
"id": "trip:6238840",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754587"
},
"departure": {
"time": "1770754587"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1770754620"
},
"departure": {
"time": "1770754620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1770754531"
},
"departure": {
"time": "1770754531"
},
"stopId": "RENOIR-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1770754561"
},
"departure": {
"time": "1770754561"
},
"stopId": "CAMPJU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1770754576"
},
"departure": {
"time": "1770754576"
},
"stopId": "JUIGN-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1770754624"
},
"departure": {
"time": "1770754624"
},
"stopId": "BENE-E",
"stopSequence": 84
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6238840"
}
}
},
{
"id": "trip:6237160",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754534"
},
"departure": {
"time": "1770754534"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237160"
}
}
},
{
"id": "trip:6237251",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754537"
},
"departure": {
"time": "1770754567"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1770754616"
},
"departure": {
"time": "1770754629"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1770754720"
},
"departure": {
"time": "1770754720"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1770754828"
},
"departure": {
"time": "1770754828"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755000"
},
"departure": {
"time": "1770755000"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755160"
},
"departure": {
"time": "1770755160"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755300"
},
"departure": {
"time": "1770755300"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755440"
},
"departure": {
"time": "1770755440"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755530"
},
"departure": {
"time": "1770755530"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755660"
},
"departure": {
"time": "1770755660"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1770755747"
},
"departure": {
"time": "1770755747"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770755896"
},
"departure": {
"time": "1770755896"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1770755970"
},
"departure": {
"time": "1770755970"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756114"
},
"departure": {
"time": "1770756114"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756185"
},
"departure": {
"time": "1770756185"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756250"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237251"
}
}
},
{
"id": "trip:6237272",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755680"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755781"
},
"departure": {
"time": "1770755781"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755890"
},
"departure": {
"time": "1770755890"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755970"
},
"departure": {
"time": "1770755970"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1770756061"
},
"departure": {
"time": "1770756061"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1770756169"
},
"departure": {
"time": "1770756169"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770756340"
},
"departure": {
"time": "1770756340"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1770756500"
},
"departure": {
"time": "1770756500"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1770756640"
},
"departure": {
"time": "1770756640"
},
"stopId": "1MOLIE",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237272"
}
}
},
{
"id": "trip:6240112",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754552"
},
"departure": {
"time": "1770754584"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770754598"
},
"departure": {
"time": "1770754598"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770754612"
},
"departure": {
"time": "1770754612"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770754745"
},
"departure": {
"time": "1770754745"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770754839"
},
"departure": {
"time": "1770754839"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770754909"
},
"departure": {
"time": "1770754909"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770754968"
},
"departure": {
"time": "1770754968"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770755029"
},
"departure": {
"time": "1770755029"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770755151"
},
"departure": {
"time": "1770755151"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770755186"
},
"departure": {
"time": "1770755186"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1770755232"
},
"departure": {
"time": "1770755232"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1770755273"
},
"departure": {
"time": "1770755273"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1770755323"
},
"departure": {
"time": "1770755323"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770755369"
},
"departure": {
"time": "1770755369"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770755423"
},
"departure": {
"time": "1770755423"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1770755449"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240112"
}
}
},
{
"id": "trip:6239791",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755460"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755529"
},
"departure": {
"time": "1770755529"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755564"
},
"departure": {
"time": "1770755564"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770755594"
},
"departure": {
"time": "1770755594"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1770755616"
},
"departure": {
"time": "1770755616"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1770755700"
},
"departure": {
"time": "1770755700"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770755745"
},
"departure": {
"time": "1770755745"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1770755806"
},
"departure": {
"time": "1770755806"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770755849"
},
"departure": {
"time": "1770755849"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1770755896"
},
"departure": {
"time": "1770755896"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755940"
},
"departure": {
"time": "1770755940"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755986"
},
"departure": {
"time": "1770755986"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770756031"
},
"departure": {
"time": "1770756031"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1770756086"
},
"departure": {
"time": "1770756086"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770756148"
},
"departure": {
"time": "1770756148"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1770756197"
},
"departure": {
"time": "1770756197"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1770756240"
},
"departure": {
"time": "1770756240"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1770756294"
},
"departure": {
"time": "1770756294"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1770756357"
},
"departure": {
"time": "1770756357"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1770756401"
},
"departure": {
"time": "1770756401"
},
"stopId": "AFPA",
"stopSequence": 19
},
{
"arrival": {
"time": "1770756454"
},
"departure": {
"time": "1770756454"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1770756526"
},
"departure": {
"time": "1770756526"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1770756557"
},
"departure": {
"time": "1770756557"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1770756600"
},
"departure": {
"time": "1770756600"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1770756667"
},
"departure": {
"time": "1770756667"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1770756787"
},
"departure": {
"time": "1770756787"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1770756840"
},
"departure": {
"time": "1770756900"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1770756987"
},
"departure": {
"time": "1770756987"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770757029"
},
"departure": {
"time": "1770757029"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770757140"
},
"departure": {
"time": "1770757140"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770757225"
},
"departure": {
"time": "1770757225"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770757281"
},
"departure": {
"time": "1770757281"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1770757316"
},
"departure": {
"time": "1770757316"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770757440"
},
"departure": {
"time": "1770757440"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770757493"
},
"departure": {
"time": "1770757493"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770757552"
},
"departure": {
"time": "1770757552"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770757680"
},
"departure": {
"time": "1770757680"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770757764"
},
"departure": {
"time": "1770757764"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770757822"
},
"departure": {
"time": "1770757822"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770757913"
},
"departure": {
"time": "1770757913"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770757980"
},
"departure": {
"time": "1770757980"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770758035"
},
"departure": {
"time": "1770758035"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770758101"
},
"departure": {
"time": "1770758101"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770758164"
},
"departure": {
"time": "1770758164"
},
"stopId": "POLYTE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770758220"
},
"departure": {
"time": "1770758220"
},
"stopId": "CITEUN-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239791"
}
}
},
{
"id": "trip:6237243",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770756240"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1770756337"
},
"departure": {
"time": "1770756337"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1770756450"
},
"departure": {
"time": "1770756450"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1770756529"
},
"departure": {
"time": "1770756529"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1770756620"
},
"departure": {
"time": "1770756620"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1770756728"
},
"departure": {
"time": "1770756728"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770756900"
},
"departure": {
"time": "1770756900"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1770757060"
},
"departure": {
"time": "1770757060"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1770757200"
},
"departure": {
"time": "1770757200"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770757340"
},
"departure": {
"time": "1770757340"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770757430"
},
"departure": {
"time": "1770757430"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1770757560"
},
"departure": {
"time": "1770757560"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1770757647"
},
"departure": {
"time": "1770757647"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770757796"
},
"departure": {
"time": "1770757796"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1770757870"
},
"departure": {
"time": "1770757870"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1770758014"
},
"departure": {
"time": "1770758014"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1770758085"
},
"departure": {
"time": "1770758085"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1770758150"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237243"
}
}
},
{
"id": "trip:6239983",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754800"
},
"departure": {
"time": "1770754800"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1770754860"
},
"departure": {
"time": "1770754860"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770754894"
},
"departure": {
"time": "1770754894"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1770754931"
},
"departure": {
"time": "1770754931"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1770754989"
},
"departure": {
"time": "1770754989"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770755025"
},
"departure": {
"time": "1770755025"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770755060"
},
"departure": {
"time": "1770755060"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770755104"
},
"departure": {
"time": "1770755104"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770755160"
},
"departure": {
"time": "1770755160"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770755189"
},
"departure": {
"time": "1770755189"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770755255"
},
"departure": {
"time": "1770755255"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770755288"
},
"departure": {
"time": "1770755288"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770755340"
},
"departure": {
"time": "1770755340"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770755460"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239983"
}
}
},
{
"id": "trip:6239975",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754551"
},
"departure": {
"time": "1770754601"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1770754676"
},
"departure": {
"time": "1770754676"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1770754720"
},
"departure": {
"time": "1770754720"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770754749"
},
"departure": {
"time": "1770754749"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770754800"
},
"departure": {
"time": "1770754800"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770754868"
},
"departure": {
"time": "1770754868"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770754902"
},
"departure": {
"time": "1770754902"
},
"stopId": "CHATEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770754977"
},
"departure": {
"time": "1770754977"
},
"stopId": "SOLELE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770755004"
},
"departure": {
"time": "1770755004"
},
"stopId": "SEPSON-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770755040"
},
"departure": {
"time": "1770755040"
},
"stopId": "BANCST-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770755141"
},
"departure": {
"time": "1770755141"
},
"stopId": "RTEPAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770755218"
},
"departure": {
"time": "1770755218"
},
"stopId": "PROVIN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770755340"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239975"
}
}
},
{
"id": "trip:6237159",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754564"
},
"departure": {
"time": "1770754595"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1770754689"
},
"departure": {
"time": "1770754689"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1770754769"
},
"departure": {
"time": "1770754769"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770754879"
},
"departure": {
"time": "1770754879"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770755019"
},
"departure": {
"time": "1770755019"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770755139"
},
"departure": {
"time": "1770755139"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770755309"
},
"departure": {
"time": "1770755309"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770755477"
},
"departure": {
"time": "1770755477"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1770755582"
},
"departure": {
"time": "1770755582"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1770755672"
},
"departure": {
"time": "1770755672"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1770755749"
},
"departure": {
"time": "1770755749"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1770755841"
},
"departure": {
"time": "1770755841"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1770755929"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237159"
}
}
},
{
"id": "trip:6237247",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770755760"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1770755880"
},
"departure": {
"time": "1770755880"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770755990"
},
"departure": {
"time": "1770755990"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1770756110"
},
"departure": {
"time": "1770756110"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1770756220"
},
"departure": {
"time": "1770756220"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1770756300"
},
"departure": {
"time": "1770756300"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1770756390"
},
"departure": {
"time": "1770756390"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1770756480"
},
"departure": {
"time": "1770756480"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1770756560"
},
"departure": {
"time": "1770756560"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1770756670"
},
"departure": {
"time": "1770756670"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770756810"
},
"departure": {
"time": "1770756810"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770756930"
},
"departure": {
"time": "1770756930"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770757100"
},
"departure": {
"time": "1770757100"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1770757268"
},
"departure": {
"time": "1770757268"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1770757373"
},
"departure": {
"time": "1770757373"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1770757463"
},
"departure": {
"time": "1770757463"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1770757540"
},
"departure": {
"time": "1770757540"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1770757632"
},
"departure": {
"time": "1770757632"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1770757720"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237247"
}
}
},
{
"id": "trip:6240111",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754591"
},
"departure": {
"time": "1770754607"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1770754639"
},
"departure": {
"time": "1770754639"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1770754678"
},
"departure": {
"time": "1770754678"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1770754744"
},
"departure": {
"time": "1770754744"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1770754777"
},
"departure": {
"time": "1770754777"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770754800"
},
"departure": {
"time": "1770754800"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770754834"
},
"departure": {
"time": "1770754834"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770754871"
},
"departure": {
"time": "1770754871"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770754905"
},
"departure": {
"time": "1770754905"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770754937"
},
"departure": {
"time": "1770754937"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770754992"
},
"departure": {
"time": "1770754992"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770755033"
},
"departure": {
"time": "1770755033"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770755075"
},
"departure": {
"time": "1770755075"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770755119"
},
"departure": {
"time": "1770755119"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770755160"
},
"departure": {
"time": "1770755160"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1770755204"
},
"departure": {
"time": "1770755204"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1770755244"
},
"departure": {
"time": "1770755244"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1770755297"
},
"departure": {
"time": "1770755297"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770755365"
},
"departure": {
"time": "1770755365"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770755420"
},
"departure": {
"time": "1770755420"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1770755460"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240111"
}
}
},
{
"id": "trip:6239540",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754544"
},
"departure": {
"time": "1770754566"
},
"stopId": "EUROPE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1770754611"
},
"departure": {
"time": "1770754611"
},
"stopId": "RBRIOLLA",
"stopSequence": 66
},
{
"arrival": {
"time": "1770754647"
},
"departure": {
"time": "1770754647"
},
"stopId": "RAMON",
"stopSequence": 67
},
{
"arrival": {
"time": "1770754706"
},
"departure": {
"time": "1770754706"
},
"stopId": "CARREF5B",
"stopSequence": 68
},
{
"arrival": {
"time": "1770754882"
},
"departure": {
"time": "1770754882"
},
"stopId": "ESEO",
"stopSequence": 69
},
{
"arrival": {
"time": "1770754949"
},
"departure": {
"time": "1770754949"
},
"stopId": "CHARNASS",
"stopSequence": 70
},
{
"arrival": {
"time": "1770755034"
},
"departure": {
"time": "1770755034"
},
"stopId": "FRATER",
"stopSequence": 71
},
{
"arrival": {
"time": "1770755080"
},
"departure": {
"time": "1770755080"
},
"stopId": "AURIOL-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1770755126"
},
"stopId": "AQUAVITA",
"stopSequence": 73
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239540"
}
}
},
{
"id": "trip:6238292",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754560"
},
"departure": {
"time": "1770754577"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1770754591"
},
"departure": {
"time": "1770754607"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1770754681"
},
"departure": {
"time": "1770754681"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1770754712"
},
"departure": {
"time": "1770754712"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1770754764"
},
"departure": {
"time": "1770754764"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1770754804"
},
"departure": {
"time": "1770754804"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1770754866"
},
"departure": {
"time": "1770754866"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770754941"
},
"departure": {
"time": "1770754941"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1770754995"
},
"departure": {
"time": "1770754995"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1770755040"
},
"departure": {
"time": "1770755040"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
},
{
"arrival": {
"time": "1770755094"
},
"departure": {
"time": "1770755094"
},
"stopId": "VDLOIRE",
"stopSequence": 20
},
{
"arrival": {
"time": "1770755186"
},
"departure": {
"time": "1770755186"
},
"stopId": "ECLATERI",
"stopSequence": 21
},
{
"arrival": {
"time": "1770755292"
},
"departure": {
"time": "1770755292"
},
"stopId": "JUSTICES",
"stopSequence": 22
},
{
"arrival": {
"time": "1770755330"
},
"departure": {
"time": "1770755330"
},
"stopId": "DELACROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1770755400"
},
"departure": {
"time": "1770755400"
},
"stopId": "SAUMUROI",
"stopSequence": 24
},
{
"arrival": {
"time": "1770755454"
},
"departure": {
"time": "1770755454"
},
"stopId": "MADELEIN",
"stopSequence": 25
},
{
"arrival": {
"time": "1770755490"
},
"departure": {
"time": "1770755490"
},
"stopId": "VOLNEY",
"stopSequence": 26
},
{
"arrival": {
"time": "1770755553"
},
"departure": {
"time": "1770755553"
},
"stopId": "BOURGONN",
"stopSequence": 27
},
{
"arrival": {
"time": "1770755600"
},
"departure": {
"time": "1770755600"
},
"stopId": "MICHELET",
"stopSequence": 28
},
{
"arrival": {
"time": "1770755640"
},
"departure": {
"time": "1770755640"
},
"stopId": "ANLEROY",
"stopSequence": 29
},
{
"arrival": {
"time": "1770755752"
},
"departure": {
"time": "1770755752"
},
"stopId": "PAULBERT",
"stopSequence": 30
},
{
"arrival": {
"time": "1770755798"
},
"departure": {
"time": "1770755798"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1770755861"
},
"departure": {
"time": "1770755861"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1770755940"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238292"
}
}
},
{
"id": "trip:6239795",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754545"
},
"departure": {
"time": "1770754562"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1770754621"
},
"departure": {
"time": "1770754621"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770754702"
},
"departure": {
"time": "1770754702"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770754793"
},
"departure": {
"time": "1770754793"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770754860"
},
"departure": {
"time": "1770754860"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770754915"
},
"departure": {
"time": "1770754915"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770754981"
},
"departure": {
"time": "1770754981"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770755044"
},
"departure": {
"time": "1770755044"
},
"stopId": "POLYTE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770755100"
},
"departure": {
"time": "1770755100"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770755153"
},
"departure": {
"time": "1770755153"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770755195"
},
"departure": {
"time": "1770755195"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1770755280"
},
"departure": {
"time": "1770755280"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1770755316"
},
"departure": {
"time": "1770755316"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1770755340"
},
"departure": {
"time": "1770755340"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1770755368"
},
"departure": {
"time": "1770755368"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770755405"
},
"departure": {
"time": "1770755405"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1770755436"
},
"departure": {
"time": "1770755436"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1770755520"
},
"departure": {
"time": "1770755520"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1770755542"
},
"departure": {
"time": "1770755542"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1770755568"
},
"departure": {
"time": "1770755568"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1770755602"
},
"departure": {
"time": "1770755602"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1770755640"
},
"departure": {
"time": "1770755640"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1770755697"
},
"departure": {
"time": "1770755697"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1770755750"
},
"departure": {
"time": "1770755750"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1770755811"
},
"departure": {
"time": "1770755811"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1770755854"
},
"departure": {
"time": "1770755854"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1770755890"
},
"departure": {
"time": "1770755890"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1770755914"
},
"departure": {
"time": "1770755914"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1770755952"
},
"departure": {
"time": "1770755952"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1770756000"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239795"
}
}
},
{
"id": "trip:6237543",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754563"
},
"departure": {
"time": "1770754601"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1770754697"
},
"stopId": "2STSE",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6237543"
}
}
},
{
"id": "trip:6239498",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754533"
},
"departure": {
"time": "1770754533"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1770754593"
},
"departure": {
"time": "1770754593"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1770754684"
},
"departure": {
"time": "1770754684"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1770754729"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239498"
}
}
},
{
"id": "trip:6238224",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754570"
},
"departure": {
"time": "1770754591"
},
"stopId": "TRELGA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1770754632"
},
"departure": {
"time": "1770754632"
},
"stopId": "FMAURI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1770754688"
},
"departure": {
"time": "1770754688"
},
"stopId": "MALRAU-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1770754745"
},
"stopId": "TRELA-AR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6238224"
}
}
},
{
"id": "trip:6239499",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754530"
},
"departure": {
"time": "1770754546"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1770754590"
},
"departure": {
"time": "1770754606"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1770754681"
},
"departure": {
"time": "1770754681"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1770754706"
},
"departure": {
"time": "1770754706"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1770754759"
},
"departure": {
"time": "1770754759"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1770754805"
},
"departure": {
"time": "1770754805"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1770754837"
},
"departure": {
"time": "1770754837"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1770754871"
},
"departure": {
"time": "1770754871"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1770754900"
},
"departure": {
"time": "1770754900"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1770754941"
},
"departure": {
"time": "1770754941"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1770754985"
},
"departure": {
"time": "1770754985"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1770755049"
},
"departure": {
"time": "1770755049"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1770755081"
},
"departure": {
"time": "1770755081"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1770755106"
},
"departure": {
"time": "1770755106"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1770755158"
},
"departure": {
"time": "1770755158"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770755206"
},
"departure": {
"time": "1770755206"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770755238"
},
"departure": {
"time": "1770755238"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1770755287"
},
"departure": {
"time": "1770755287"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770755345"
},
"departure": {
"time": "1770755345"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1770755432"
},
"departure": {
"time": "1770755432"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1770755512"
},
"departure": {
"time": "1770755512"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1770755572"
},
"departure": {
"time": "1770755572"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1770755647"
},
"departure": {
"time": "1770755647"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1770755680"
},
"departure": {
"time": "1770755680"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1770755739"
},
"departure": {
"time": "1770755739"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1770755777"
},
"departure": {
"time": "1770755777"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1770755825"
},
"departure": {
"time": "1770755825"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770755886"
},
"departure": {
"time": "1770755886"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1770755924"
},
"departure": {
"time": "1770755924"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1770756065"
},
"departure": {
"time": "1770756065"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1770756105"
},
"departure": {
"time": "1770756105"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1770756159"
},
"departure": {
"time": "1770756159"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1770756210"
},
"departure": {
"time": "1770756210"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1770756272"
},
"departure": {
"time": "1770756272"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1770756309"
},
"departure": {
"time": "1770756309"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1770756365"
},
"departure": {
"time": "1770756365"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1770756406"
},
"departure": {
"time": "1770756406"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1770756450"
},
"departure": {
"time": "1770756450"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1770756548"
},
"departure": {
"time": "1770756548"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1770756572"
},
"departure": {
"time": "1770756572"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1770756630"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6239499"
}
}
},
{
"id": "trip:6239541",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770754525"
},
"departure": {
"time": "1770754548"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1770754593"
},
"departure": {
"time": "1770754593"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1770754663"
},
"departure": {
"time": "1770754663"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1770754700"
},
"departure": {
"time": "1770754700"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1770754752"
},
"departure": {
"time": "1770754752"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1770754806"
},
"departure": {
"time": "1770754806"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1770754891"
},
"departure": {
"time": "1770754891"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1770754950"
},
"departure": {
"time": "1770754950"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1770755005"
},
"departure": {
"time": "1770755005"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1770755050"
},
"departure": {
"time": "1770755050"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1770755128"
},
"departure": {
"time": "1770755128"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1770755164"
},
"departure": {
"time": "1770755164"
},
"stopId": "STLEONAR",
"stopSequence": 46
},
{
"arrival": {
"time": "1770755200"
},
"departure": {
"time": "1770755200"
},
"stopId": "GERICAUL",
"stopSequence": 47
},
{
"arrival": {
"time": "1770755257"
},
"departure": {
"time": "1770755257"
},
"stopId": "MONGAZON",
"stopSequence": 48
},
{
"arrival": {
"time": "1770755290"
},
"departure": {
"time": "1770755290"
},
"stopId": "KOPA",
"stopSequence": 49
},
{
"arrival": {
"time": "1770755326"
},
"departure": {
"time": "1770755326"
},
"stopId": "PCOUBE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1770755359"
},
"departure": {
"time": "1770755359"
},
"stopId": "AROBA-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1770755446"
},
"departure": {
"time": "1770755446"
},
"stopId": "LANGLA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1770755472"
},
"departure": {
"time": "1770755472"
},
"stopId": "COUPER-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1770755571"
},
"departure": {
"time": "1770755571"
},
"stopId": "MONTRJ-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1770755035"
},
"departure": {
"time": "1770755035"
},
"scheduleRelationship": "SKIPPED",
"stopId": "STLEON5B",
"stopSequence": 55
},
{
"arrival": {
"time": "1770755088"
},
"departure": {
"time": "1770755088"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VILLEC-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1770755155"
},
"departure": {
"time": "1770755155"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ESPACE5B",
"stopSequence": 57
},
{
"arrival": {
"time": "1770755598"
},
"departure": {
"time": "1770755598"
},
"stopId": "CAMELIAS",
"stopSequence": 58
},
{
"arrival": {
"time": "1770755685"
},
"departure": {
"time": "1770755685"
},
"stopId": "ISORET",
"stopSequence": 59
},
{
"arrival": {
"time": "1770755757"
},
"departure": {
"time": "1770755757"
},
"stopId": "GILLIER",
"stopSequence": 60
},
{
"arrival": {
"time": "1770755813"
},
"departure": {
"time": "1770755813"
},
"stopId": "DEUCRO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1770755845"
},
"departure": {
"time": "1770755845"
},
"stopId": "THULEA-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1770755888"
},
"departure": {
"time": "1770755888"
},
"stopId": "BRISPO-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1770755972"
},
"departure": {
"time": "1770755972"
},
"stopId": "ALDUNA-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1770756078"
},
"departure": {
"time": "1770756078"
},
"stopId": "EUROPE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1770756130"
},
"departure": {
"time": "1770756130"
},
"stopId": "RBRIOLLA",
"stopSequence": 66
},
{
"arrival": {
"time": "1770756199"
},
"departure": {
"time": "1770756199"
},
"stopId": "RAMON",
"stopSequence": 67
},
{
"arrival": {
"time": "1770756258"
},
"departure": {
"time": "1770756258"
},
"stopId": "CARREF5B",
"stopSequence": 68
},
{
"arrival": {
"time": "1770756434"
},
"departure": {
"time": "1770756434"
},
"stopId": "ESEO",
"stopSequence": 69
},
{
"arrival": {
"time": "1770756501"
},
"departure": {
"time": "1770756501"
},
"stopId": "CHARNASS",
"stopSequence": 70
},
{
"arrival": {
"time": "1770756586"
},
"departure": {
"time": "1770756586"
},
"stopId": "FRATER",
"stopSequence": 71
},
{
"arrival": {
"time": "1770756632"
},
"departure": {
"time": "1770756632"
},
"stopId": "AURIOL-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1770756677"
},
"stopId": "AQUAVITA",
"stopSequence": 73
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6239541"
}
}
},
{
"id": "trip:6238294",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1770757260"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770757282"
},
"departure": {
"time": "1770757282"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1770757320"
},
"departure": {
"time": "1770757320"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770757369"
},
"departure": {
"time": "1770757369"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770757440"
},
"departure": {
"time": "1770757440"
},
"stopId": "HMTREL",
"stopSequence": 4
},
{
"arrival": {
"time": "1770757513"
},
"departure": {
"time": "1770757513"
},
"stopId": "CIMTRELA",
"stopSequence": 5
},
{
"arrival": {
"time": "1770757546"
},
"departure": {
"time": "1770757546"
},
"stopId": "EGLTRELA",
"stopSequence": 6
},
{
"arrival": {
"time": "1770757586"
},
"departure": {
"time": "1770757586"
},
"stopId": "MAIRTREL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770757630"
},
"departure": {
"time": "1770757630"
},
"stopId": "MONTHIBE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770757679"
},
"departure": {
"time": "1770757679"
},
"stopId": "ARENA",
"stopSequence": 9
},
{
"arrival": {
"time": "1770757740"
},
"departure": {
"time": "1770757740"
},
"stopId": "BUISSON",
"stopSequence": 10
},
{
"arrival": {
"time": "1770757793"
},
"departure": {
"time": "1770757793"
},
"stopId": "PYRAM02",
"stopSequence": 11
},
{
"arrival": {
"time": "1770757861"
},
"departure": {
"time": "1770757861"
},
"stopId": "LEFEVRE",
"stopSequence": 12
},
{
"arrival": {
"time": "1770757892"
},
"departure": {
"time": "1770757892"
},
"stopId": "MALAQUAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1770757944"
},
"departure": {
"time": "1770757944"
},
"stopId": "MENARD",
"stopSequence": 14
},
{
"arrival": {
"time": "1770757984"
},
"departure": {
"time": "1770757984"
},
"stopId": "CHOUTEAU",
"stopSequence": 15
},
{
"arrival": {
"time": "1770758046"
},
"departure": {
"time": "1770758046"
},
"stopId": "FRESNAIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770758121"
},
"departure": {
"time": "1770758121"
},
"stopId": "MARAIS",
"stopSequence": 17
},
{
"arrival": {
"time": "1770758175"
},
"departure": {
"time": "1770758175"
},
"stopId": "BELLVUTR",
"stopSequence": 18
},
{
"arrival": {
"time": "1770758220"
},
"departure": {
"time": "1770758220"
},
"stopId": "LEOLAGRA",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6238294"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1770754638"
}
}