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
❌2 845 erreurs, 1 016 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 25/02/2026 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 4 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 3652 stop_sequence 9 departure_time 0 is not POSIX time
- trip_id 3851 stop_sequence 13 departure_time 0 is not POSIX time
- trip_id 4151 stop_sequence 6 departure_time 0 is not POSIX time
- trip_id 4252 stop_sequence 3 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 6543497 stop_sequence [7, 7] is not strictly sorted by increasing stop_sequence
- trip_id 6543452 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 428 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 6257934 stop_sequence 23 arrival_time 08:35:35 (1772004935) is less than previous stop arrival_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 arrival_time 08:35:35 (1772004935) is less than previous stop departure_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 departure_time 08:35:35 (1772004935) is less than previous stop departure_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 departure_time 08:35:35 (1772004935) is less than previous stop arrival_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 40 arrival_time 08:57:00 (1772006220) is less than previous stop arrival_time 08:57:39 (1772006259) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 5 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 3652 stop_sequence 9 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:35 (1772003015) - departure time must be equal to or greater than arrival time
- trip_id 3851 stop_sequence 13 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:25 (1772003005) - departure time must be equal to or greater than arrival time
- trip_id 4151 stop_sequence 6 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:30 (1772003010) - departure time must be equal to or greater than arrival time
- trip_id 6258570 stop_sequence 24 departure_time 08:28:00 (1772004480) is less than the same stop arrival_time 08:28:01 (1772004481) - departure time must be equal to or greater than arrival time
- trip_id 4252 stop_sequence 3 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:31 (1772003011) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 2 erreurs
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Exemples d'erreurs
- trip_id 6543497 has repeating stop_sequence 7 - stop_sequence must increase for each stop_time_update
- trip_id 6543452 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 2 392 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 6257934 stop_sequence 18 has stop_id CAMELIAS but GTFS stop_sequence 18 has stop_id ARCEAU - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 19 has stop_id ISORET but GTFS stop_sequence 19 has stop_id AFPA - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 20 has stop_id GILLIER but GTFS stop_sequence 20 has stop_id CIMETIER - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 21 has stop_id DAGUENET but GTFS stop_sequence 21 has stop_id MONTAIG - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 22 has stop_id JERUSALE but GTFS stop_sequence 22 has stop_id GARDOT - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 12 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 6257490 contains stop_sequence 51 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052647 contains stop_sequence 33 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052658 contains stop_sequence 33 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 3052 contains stop_sequence 29 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6543452 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
Avertissements
timestamp not populated W001 256 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6257493 does not have a timestamp
- trip_id 6257934 does not have a timestamp
- trip_id 6257423 does not have a timestamp
- trip_id 6257490 does not have a timestamp
- trip_id 6258639 does not have a timestamp
vehicle_id not populated W002 256 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6257493 does not have a vehicle_id
- trip_id 6257934 does not have a vehicle_id
- trip_id 6257423 does not have a vehicle_id
- trip_id 6257490 does not have a vehicle_id
- trip_id 6258639 does not have a vehicle_id
schedule_relationship not populated W009 504 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6257493 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6257493 does not have a schedule_relationship
- trip_id 6257934 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6257934 does not have a schedule_relationship
- trip_id 6257423 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 6 256 | 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 | 37 953 | 29 fois (100 % des validations) |
| W001 | Timestamps should be populated for all elements | 7 204 | 29 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7 204 | 29 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 14 284 | 29 fois (100 % 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. | 267 | 25 fois (86 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 410 | 25 fois (86 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 242 | 24 fois (83 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 49 | 14 fois (48 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 52 | 14 fois (48 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 28 | 6 fois (21 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 25/02/2026 à 19h48 Europe/Paris.
trip_updates (173) 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 25/02/2026 à 19h48 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "trip:6258686",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047560"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047634"
},
"departure": {
"time": "1772047634"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047669"
},
"departure": {
"time": "1772047669"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047880"
},
"departure": {
"time": "1772047880"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047931"
},
"departure": {
"time": "1772047931"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047974"
},
"departure": {
"time": "1772047974"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048029"
},
"departure": {
"time": "1772048029"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048100"
},
"departure": {
"time": "1772048100"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048149"
},
"departure": {
"time": "1772048149"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048190"
},
"departure": {
"time": "1772048190"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048274"
},
"departure": {
"time": "1772048274"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048360"
},
"departure": {
"time": "1772048360"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048433"
},
"departure": {
"time": "1772048433"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048505"
},
"departure": {
"time": "1772048505"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048569"
},
"departure": {
"time": "1772048569"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048637"
},
"departure": {
"time": "1772048637"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048676"
},
"departure": {
"time": "1772048676"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048731"
},
"departure": {
"time": "1772048731"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048760"
},
"departure": {
"time": "1772048760"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048821"
},
"departure": {
"time": "1772048821"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048880"
},
"departure": {
"time": "1772048880"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048916"
},
"departure": {
"time": "1772048916"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258686"
}
}
},
{
"id": "trip:6260009",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045229"
},
"departure": {
"time": "1772045229"
},
"stopId": "GAREPAPI",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6260009"
}
}
},
{
"id": "trip:6258127",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046900"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046939"
},
"departure": {
"time": "1772046939"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046977"
},
"departure": {
"time": "1772046977"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047032"
},
"departure": {
"time": "1772047032"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047085"
},
"departure": {
"time": "1772047085"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047284"
},
"departure": {
"time": "1772047284"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047369"
},
"departure": {
"time": "1772047369"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047532"
},
"departure": {
"time": "1772047532"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047632"
},
"departure": {
"time": "1772047632"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047672"
},
"departure": {
"time": "1772047672"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047704"
},
"departure": {
"time": "1772047704"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047770"
},
"departure": {
"time": "1772047770"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047847"
},
"departure": {
"time": "1772047847"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772047920"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048016"
},
"departure": {
"time": "1772048016"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048118"
},
"departure": {
"time": "1772048118"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048181"
},
"departure": {
"time": "1772048181"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048240"
},
"departure": {
"time": "1772048240"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048372"
},
"departure": {
"time": "1772048372"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048431"
},
"departure": {
"time": "1772048431"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048495"
},
"departure": {
"time": "1772048495"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048543"
},
"departure": {
"time": "1772048543"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048580"
},
"departure": {
"time": "1772048580"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048636"
},
"departure": {
"time": "1772048636"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048661"
},
"departure": {
"time": "1772048661"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048714"
},
"departure": {
"time": "1772048714"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048760"
},
"departure": {
"time": "1772048760"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048803"
},
"departure": {
"time": "1772048803"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048848"
},
"departure": {
"time": "1772048848"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048887"
},
"departure": {
"time": "1772048887"
},
"stopId": "APPENTIS",
"stopSequence": 32
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258127"
}
}
},
{
"id": "trip:6544519",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048640"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048760"
},
"departure": {
"time": "1772048760"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048882"
},
"departure": {
"time": "1772048882"
},
"stopId": "STAUBI-E",
"stopSequence": 2
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544519"
}
}
},
{
"id": "trip:6257464",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045307"
},
"departure": {
"time": "1772045307"
},
"stopId": "EVENTARD",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257464"
}
}
},
{
"id": "trip:6260038",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046843"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046967"
},
"departure": {
"time": "1772046967"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047035"
},
"departure": {
"time": "1772047035"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047089"
},
"departure": {
"time": "1772047089"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047290"
},
"departure": {
"time": "1772047290"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047389"
},
"departure": {
"time": "1772047389"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047433"
},
"departure": {
"time": "1772047433"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047477"
},
"departure": {
"time": "1772047477"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047514"
},
"departure": {
"time": "1772047514"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047545"
},
"departure": {
"time": "1772047545"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047595"
},
"departure": {
"time": "1772047595"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047628"
},
"departure": {
"time": "1772047628"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047700"
},
"departure": {
"time": "1772047700"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047750"
},
"departure": {
"time": "1772047750"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047788"
},
"departure": {
"time": "1772047788"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047833"
},
"departure": {
"time": "1772047833"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047872"
},
"departure": {
"time": "1772047872"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047903"
},
"departure": {
"time": "1772047903"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047985"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260038"
}
}
},
{
"id": "trip:6257495",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045306"
},
"departure": {
"time": "1772045306"
},
"stopId": "LUTIN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045321"
},
"departure": {
"time": "1772045321"
},
"stopId": "MACE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045363"
},
"departure": {
"time": "1772045363"
},
"stopId": "DESJAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045467"
},
"departure": {
"time": "1772045467"
},
"stopId": "ALDUNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045603"
},
"departure": {
"time": "1772045603"
},
"stopId": "RBRIOL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045635"
},
"departure": {
"time": "1772045635"
},
"stopId": "NOZAY-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045692"
},
"departure": {
"time": "1772045692"
},
"stopId": "AUVERG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045213"
},
"departure": {
"time": "1772045213"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045340"
},
"departure": {
"time": "1772045340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045367"
},
"departure": {
"time": "1772045367"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACULT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045508"
},
"departure": {
"time": "1772045508"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045580"
},
"departure": {
"time": "1772045580"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCIT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045691"
},
"departure": {
"time": "1772045691"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045752"
},
"departure": {
"time": "1772045752"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045705"
},
"departure": {
"time": "1772045705"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045768"
},
"departure": {
"time": "1772045768"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045808"
},
"departure": {
"time": "1772045808"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045857"
},
"departure": {
"time": "1772045857"
},
"stopId": "DEBUSS-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045893"
},
"departure": {
"time": "1772045893"
},
"stopId": "BOISAB-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772045923"
},
"departure": {
"time": "1772045923"
},
"stopId": "DUBELL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772045969"
},
"departure": {
"time": "1772045969"
},
"stopId": "COTTAG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046000"
},
"stopId": "EVENTARD",
"stopSequence": 56
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257495"
}
}
},
{
"id": "trip:6258332",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045222"
},
"departure": {
"time": "1772045222"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045251"
},
"departure": {
"time": "1772045312"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045389"
},
"departure": {
"time": "1772045389"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045436"
},
"departure": {
"time": "1772045436"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045504"
},
"departure": {
"time": "1772045504"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045700"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045792"
},
"departure": {
"time": "1772045792"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045961"
},
"departure": {
"time": "1772045961"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046194"
},
"departure": {
"time": "1772046194"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046236"
},
"departure": {
"time": "1772046236"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046300"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046387"
},
"departure": {
"time": "1772046387"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046439"
},
"departure": {
"time": "1772046439"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046478"
},
"departure": {
"time": "1772046478"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046544"
},
"departure": {
"time": "1772046544"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046577"
},
"departure": {
"time": "1772046577"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046639"
},
"departure": {
"time": "1772046639"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046653"
},
"departure": {
"time": "1772046653"
},
"stopId": "MAISDA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046693"
},
"departure": {
"time": "1772046693"
},
"stopId": "CHMART-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046730"
},
"departure": {
"time": "1772046730"
},
"stopId": "MLYAUT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046795"
},
"departure": {
"time": "1772046795"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046843"
},
"departure": {
"time": "1772046843"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046892"
},
"departure": {
"time": "1772046892"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046943"
},
"departure": {
"time": "1772046943"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046991"
},
"departure": {
"time": "1772046991"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047026"
},
"departure": {
"time": "1772047026"
},
"stopId": "TERNIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047058"
},
"departure": {
"time": "1772047058"
},
"stopId": "BALAND-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047100"
},
"departure": {
"time": "1772047100"
},
"stopId": "PIECE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047155"
},
"departure": {
"time": "1772047155"
},
"stopId": "LA-BOI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047199"
},
"departure": {
"time": "1772047199"
},
"stopId": "SCHWAL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047231"
},
"stopId": "ADEZIERE",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258332"
}
}
},
{
"id": "trip:6258449",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045252"
},
"departure": {
"time": "1772045252"
},
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045309"
},
"departure": {
"time": "1772045311"
},
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045325"
},
"departure": {
"time": "1772045325"
},
"stopId": "VAUBAN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045372"
},
"departure": {
"time": "1772045372"
},
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045431"
},
"departure": {
"time": "1772045431"
},
"stopId": "STRASB-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045531"
},
"departure": {
"time": "1772045531"
},
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045562"
},
"departure": {
"time": "1772045562"
},
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045595"
},
"departure": {
"time": "1772045595"
},
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045626"
},
"departure": {
"time": "1772045626"
},
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045665"
},
"departure": {
"time": "1772045665"
},
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045716"
},
"departure": {
"time": "1772045716"
},
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045779"
},
"departure": {
"time": "1772045779"
},
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045800"
},
"departure": {
"time": "1772045800"
},
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045855"
},
"departure": {
"time": "1772045855"
},
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045891"
},
"departure": {
"time": "1772045891"
},
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045937"
},
"departure": {
"time": "1772045937"
},
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046010"
},
"departure": {
"time": "1772046010"
},
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046076"
},
"departure": {
"time": "1772046076"
},
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046122"
},
"departure": {
"time": "1772046122"
},
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046186"
},
"departure": {
"time": "1772046186"
},
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046233"
},
"departure": {
"time": "1772046233"
},
"stopId": "VANRIE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046287"
},
"departure": {
"time": "1772046287"
},
"stopId": "PORTSG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046316"
},
"departure": {
"time": "1772046316"
},
"stopId": "LECHEN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046371"
},
"stopId": "ROMORNA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258449"
}
}
},
{
"id": "trip:6544398",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047260"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047297"
},
"departure": {
"time": "1772047297"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047472"
},
"departure": {
"time": "1772047472"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047620"
},
"departure": {
"time": "1772047620"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047703"
},
"departure": {
"time": "1772047703"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047920"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544398"
}
}
},
{
"id": "trip:6544400",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048700"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048737"
},
"departure": {
"time": "1772048737"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048912"
},
"departure": {
"time": "1772048912"
},
"stopId": "CHDARR",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544400"
}
}
},
{
"id": "trip:6258138",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048400"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048439"
},
"departure": {
"time": "1772048439"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048477"
},
"departure": {
"time": "1772048477"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048532"
},
"departure": {
"time": "1772048532"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048585"
},
"departure": {
"time": "1772048585"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048700"
},
"departure": {
"time": "1772048700"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048784"
},
"departure": {
"time": "1772048784"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048869"
},
"departure": {
"time": "1772048869"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258138"
}
}
},
{
"id": "trip:6053043",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046600"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046685"
},
"departure": {
"time": "1772046685"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046962"
},
"departure": {
"time": "1772046962"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047263"
},
"departure": {
"time": "1772047263"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047308"
},
"departure": {
"time": "1772047308"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047647"
},
"departure": {
"time": "1772047647"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047680"
},
"departure": {
"time": "1772047680"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047714"
},
"departure": {
"time": "1772047714"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047760"
},
"departure": {
"time": "1772047760"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047799"
},
"departure": {
"time": "1772047799"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047860"
},
"departure": {
"time": "1772047860"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047941"
},
"departure": {
"time": "1772047941"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047988"
},
"departure": {
"time": "1772047988"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048048"
},
"departure": {
"time": "1772048048"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048109"
},
"departure": {
"time": "1772048109"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048163"
},
"departure": {
"time": "1772048163"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048220"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053043"
}
}
},
{
"id": "trip:6257774",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046960"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047061"
},
"departure": {
"time": "1772047061"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047130"
},
"departure": {
"time": "1772047130"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047234"
},
"departure": {
"time": "1772047234"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047280"
},
"departure": {
"time": "1772047280"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047339"
},
"departure": {
"time": "1772047339"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047377"
},
"departure": {
"time": "1772047377"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047489"
},
"departure": {
"time": "1772047489"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047530"
},
"departure": {
"time": "1772047530"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047558"
},
"departure": {
"time": "1772047558"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047642"
},
"departure": {
"time": "1772047642"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047680"
},
"departure": {
"time": "1772047680"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047805"
},
"departure": {
"time": "1772047805"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772048100"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048187"
},
"departure": {
"time": "1772048187"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048229"
},
"departure": {
"time": "1772048229"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048442"
},
"departure": {
"time": "1772048442"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048509"
},
"departure": {
"time": "1772048509"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048551"
},
"departure": {
"time": "1772048551"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048851"
},
"departure": {
"time": "1772048851"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048911"
},
"departure": {
"time": "1772048911"
},
"stopId": "PERUSSAI",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257774"
}
}
},
{
"id": "trip:6544720",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045249"
},
"departure": {
"time": "1772045249"
},
"stopId": "2AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045320"
},
"departure": {
"time": "1772045320"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045390"
},
"departure": {
"time": "1772045390"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045470"
},
"departure": {
"time": "1772045470"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045560"
},
"departure": {
"time": "1772045560"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045650"
},
"departure": {
"time": "1772045650"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045750"
},
"departure": {
"time": "1772045750"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045910"
},
"departure": {
"time": "1772045910"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046000"
},
"departure": {
"time": "1772046000"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046200"
},
"departure": {
"time": "1772046200"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046320"
},
"departure": {
"time": "1772046320"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046410"
},
"departure": {
"time": "1772046410"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046530"
},
"departure": {
"time": "1772046530"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046640"
},
"departure": {
"time": "1772046640"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046740"
},
"departure": {
"time": "1772046740"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046810"
},
"departure": {
"time": "1772046810"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046880"
},
"departure": {
"time": "1772046880"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046990"
},
"departure": {
"time": "1772046990"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047180"
},
"departure": {
"time": "1772047180"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047280"
},
"departure": {
"time": "1772047280"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047400"
},
"departure": {
"time": "1772047400"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047520"
},
"departure": {
"time": "1772047520"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047640"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544720"
}
}
},
{
"id": "trip:6257570",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045287"
},
"departure": {
"time": "1772045318"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045351"
},
"departure": {
"time": "1772045351"
},
"stopId": "LORRAIN1",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045542"
},
"departure": {
"time": "1772045542"
},
"stopId": "MENDES-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045643"
},
"departure": {
"time": "1772045643"
},
"stopId": "SAVARY-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045678"
},
"departure": {
"time": "1772045678"
},
"stopId": "MUSSET-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045754"
},
"departure": {
"time": "1772045754"
},
"stopId": "LUTIN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045796"
},
"departure": {
"time": "1772045796"
},
"stopId": "MACE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045823"
},
"departure": {
"time": "1772045823"
},
"stopId": "DESJAR-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045927"
},
"departure": {
"time": "1772045927"
},
"stopId": "ALDUNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045367"
},
"departure": {
"time": "1772045367"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045520"
},
"departure": {
"time": "1772045520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045623"
},
"departure": {
"time": "1772045623"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045689"
},
"departure": {
"time": "1772045689"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046009"
},
"departure": {
"time": "1772046009"
},
"stopId": "RBRIOL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046036"
},
"departure": {
"time": "1772046036"
},
"stopId": "NOZAY-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046084"
},
"departure": {
"time": "1772046084"
},
"stopId": "AUVERG-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046124"
},
"departure": {
"time": "1772046124"
},
"stopId": "SAVOIE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046190"
},
"departure": {
"time": "1772046190"
},
"stopId": "INDUST-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046236"
},
"departure": {
"time": "1772046236"
},
"stopId": "HOTELL-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046301"
},
"departure": {
"time": "1772046301"
},
"stopId": "DEBUMO-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772046422"
},
"departure": {
"time": "1772046422"
},
"stopId": "RTEPAR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772046494"
},
"stopId": "PROVIN-E",
"stopSequence": 62
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257570"
}
}
},
{
"id": "trip:6544517",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047200"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047442"
},
"departure": {
"time": "1772047442"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047552"
},
"departure": {
"time": "1772047552"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047613"
},
"departure": {
"time": "1772047613"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047659"
},
"departure": {
"time": "1772047659"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047800"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544517"
}
}
},
{
"id": "trip:6052749",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046240"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046275"
},
"departure": {
"time": "1772046275"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046319"
},
"departure": {
"time": "1772046319"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046381"
},
"departure": {
"time": "1772046381"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046449"
},
"departure": {
"time": "1772046449"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046476"
},
"departure": {
"time": "1772046476"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046543"
},
"departure": {
"time": "1772046543"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046568"
},
"departure": {
"time": "1772046568"
},
"stopId": "SOLAND",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"stopId": "GDPRESSO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046640"
},
"departure": {
"time": "1772046640"
},
"stopId": "BARBOTER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046683"
},
"departure": {
"time": "1772046683"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "BRISSAC",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"stopId": "GARDOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047553"
},
"departure": {
"time": "1772047553"
},
"stopId": "STEXUPER",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047612"
},
"departure": {
"time": "1772047612"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047740"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6052749"
}
}
},
{
"id": "trip:6544801",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046940"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047050"
},
"departure": {
"time": "1772047050"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047160"
},
"departure": {
"time": "1772047160"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047280"
},
"departure": {
"time": "1772047280"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047390"
},
"departure": {
"time": "1772047390"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047480"
},
"departure": {
"time": "1772047480"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047580"
},
"departure": {
"time": "1772047580"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047680"
},
"departure": {
"time": "1772047680"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047740"
},
"departure": {
"time": "1772047740"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047840"
},
"departure": {
"time": "1772047840"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047940"
},
"departure": {
"time": "1772047940"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048030"
},
"departure": {
"time": "1772048030"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048150"
},
"departure": {
"time": "1772048150"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048240"
},
"departure": {
"time": "1772048240"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048360"
},
"departure": {
"time": "1772048360"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048440"
},
"departure": {
"time": "1772048440"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048560"
},
"departure": {
"time": "1772048560"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048650"
},
"departure": {
"time": "1772048650"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048820"
},
"departure": {
"time": "1772048820"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048920"
},
"departure": {
"time": "1772048920"
},
"stopId": "2PMAY",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544801"
}
}
},
{
"id": "trip:6544717",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045267"
},
"departure": {
"time": "1772045296"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045374"
},
"departure": {
"time": "1772045374"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045494"
},
"departure": {
"time": "1772045494"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045614"
},
"departure": {
"time": "1772045614"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045734"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544717"
}
}
},
{
"id": "trip:6544879",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047350"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047432"
},
"departure": {
"time": "1772047432"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047518"
},
"departure": {
"time": "1772047518"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047690"
},
"departure": {
"time": "1772047690"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047767"
},
"departure": {
"time": "1772047767"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047919"
},
"departure": {
"time": "1772047919"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048010"
},
"departure": {
"time": "1772048010"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048160"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544879"
}
}
},
{
"id": "trip:6260072",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045233"
},
"departure": {
"time": "1772045249"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045264"
},
"departure": {
"time": "1772045264"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045308"
},
"departure": {
"time": "1772045308"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045363"
},
"departure": {
"time": "1772045363"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045426"
},
"departure": {
"time": "1772045426"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045508"
},
"departure": {
"time": "1772045508"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045549"
},
"departure": {
"time": "1772045549"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045603"
},
"departure": {
"time": "1772045603"
},
"stopId": "BOUCHE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045635"
},
"departure": {
"time": "1772045635"
},
"stopId": "CAMPBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045676"
},
"departure": {
"time": "1772045676"
},
"stopId": "GAREBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045722"
},
"departure": {
"time": "1772045722"
},
"stopId": "PONTLA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045769"
},
"departure": {
"time": "1772045769"
},
"stopId": "LAPOIN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045793"
},
"departure": {
"time": "1772045793"
},
"stopId": "RANGEA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045932"
},
"departure": {
"time": "1772045932"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046000"
},
"stopId": "CHANTOUR",
"stopSequence": 53
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260072"
}
}
},
{
"id": "trip:6258088",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045253"
},
"departure": {
"time": "1772045253"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045283"
},
"departure": {
"time": "1772045283"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045297"
},
"departure": {
"time": "1772045313"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045346"
},
"departure": {
"time": "1772045346"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045371"
},
"departure": {
"time": "1772045371"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045414"
},
"departure": {
"time": "1772045414"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045454"
},
"departure": {
"time": "1772045454"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045505"
},
"departure": {
"time": "1772045505"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045542"
},
"departure": {
"time": "1772045542"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045594"
},
"departure": {
"time": "1772045594"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045659"
},
"departure": {
"time": "1772045659"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045761"
},
"departure": {
"time": "1772045761"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045832"
},
"departure": {
"time": "1772045832"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045898"
},
"departure": {
"time": "1772045898"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045952"
},
"departure": {
"time": "1772045952"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046046"
},
"departure": {
"time": "1772046046"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046091"
},
"departure": {
"time": "1772046091"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046155"
},
"departure": {
"time": "1772046155"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046236"
},
"departure": {
"time": "1772046236"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046312"
},
"departure": {
"time": "1772046312"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046421"
},
"departure": {
"time": "1772046421"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046507"
},
"departure": {
"time": "1772046507"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046577"
},
"departure": {
"time": "1772046577"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046617"
},
"departure": {
"time": "1772046617"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046670"
},
"departure": {
"time": "1772046670"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046775"
},
"departure": {
"time": "1772046775"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046908"
},
"departure": {
"time": "1772046908"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046960"
},
"departure": {
"time": "1772046960"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772047029"
},
"departure": {
"time": "1772047029"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772047088"
},
"departure": {
"time": "1772047088"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772047213"
},
"departure": {
"time": "1772047213"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772047261"
},
"departure": {
"time": "1772047261"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772047342"
},
"departure": {
"time": "1772047342"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772047355"
},
"departure": {
"time": "1772047355"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772047409"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258088"
}
}
},
{
"id": "trip:6544514",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045760"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045880"
},
"departure": {
"time": "1772045880"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046002"
},
"departure": {
"time": "1772046002"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046060"
},
"departure": {
"time": "1772046060"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046112"
},
"departure": {
"time": "1772046112"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046173"
},
"departure": {
"time": "1772046173"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046219"
},
"departure": {
"time": "1772046219"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046360"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544514"
}
}
},
{
"id": "trip:6260079",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045253"
},
"departure": {
"time": "1772045292"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045318"
},
"departure": {
"time": "1772045318"
},
"stopId": "MONPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045367"
},
"departure": {
"time": "1772045367"
},
"stopId": "DESCAZ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045426"
},
"departure": {
"time": "1772045426"
},
"stopId": "BICHBI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045455"
},
"departure": {
"time": "1772045455"
},
"stopId": "STTHER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045521"
},
"departure": {
"time": "1772045521"
},
"stopId": "BARRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045569"
},
"departure": {
"time": "1772045569"
},
"stopId": "BLERIO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045647"
},
"departure": {
"time": "1772045647"
},
"stopId": "LECUIT-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045682"
},
"departure": {
"time": "1772045682"
},
"stopId": "FRATE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045756"
},
"departure": {
"time": "1772045756"
},
"stopId": "CHARNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045810"
},
"departure": {
"time": "1772045810"
},
"stopId": "ESEO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045841"
},
"departure": {
"time": "1772045841"
},
"stopId": "WJMOU",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045914"
},
"departure": {
"time": "1772045914"
},
"stopId": "FMEDEC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045963"
},
"departure": {
"time": "1772045963"
},
"stopId": "HRECUL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045820"
},
"stopId": "HOPITAL",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260079"
}
}
},
{
"id": "trip:6260049",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048520"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048644"
},
"departure": {
"time": "1772048644"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048715"
},
"departure": {
"time": "1772048715"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048760"
},
"departure": {
"time": "1772048760"
},
"stopId": "CHDARR-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260049"
}
}
},
{
"id": "trip:6052655",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772046690"
},
"departure": {
"time": "1772046690"
},
"stopId": "PLOTTI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046737"
},
"departure": {
"time": "1772046737"
},
"stopId": "AUTRIC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047764"
},
"stopId": "DOMVATER",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052655"
}
}
},
{
"id": "trip:6258125",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045231"
},
"departure": {
"time": "1772045249"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045286"
},
"departure": {
"time": "1772045309"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045376"
},
"departure": {
"time": "1772045376"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045446"
},
"departure": {
"time": "1772045446"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045499"
},
"departure": {
"time": "1772045499"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045564"
},
"departure": {
"time": "1772045564"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045584"
},
"departure": {
"time": "1772045584"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045639"
},
"departure": {
"time": "1772045639"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045670"
},
"departure": {
"time": "1772045670"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045713"
},
"departure": {
"time": "1772045713"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045776"
},
"departure": {
"time": "1772045776"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045813"
},
"departure": {
"time": "1772045813"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045954"
},
"departure": {
"time": "1772045954"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046000"
},
"departure": {
"time": "1772046000"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046062"
},
"departure": {
"time": "1772046062"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046121"
},
"departure": {
"time": "1772046121"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046193"
},
"departure": {
"time": "1772046193"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046236"
},
"departure": {
"time": "1772046236"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046318"
},
"departure": {
"time": "1772046318"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046351"
},
"departure": {
"time": "1772046351"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772046386"
},
"departure": {
"time": "1772046386"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772046465"
},
"departure": {
"time": "1772046465"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772046522"
},
"departure": {
"time": "1772046522"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772046557"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258125"
}
}
},
{
"id": "trip:6257569",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045340"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045387"
},
"departure": {
"time": "1772045387"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045440"
},
"departure": {
"time": "1772045440"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045455"
},
"departure": {
"time": "1772045455"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045486"
},
"departure": {
"time": "1772045486"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045520"
},
"departure": {
"time": "1772045520"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045547"
},
"departure": {
"time": "1772045547"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045584"
},
"departure": {
"time": "1772045584"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045615"
},
"departure": {
"time": "1772045615"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045656"
},
"departure": {
"time": "1772045656"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045695"
},
"departure": {
"time": "1772045695"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045742"
},
"departure": {
"time": "1772045742"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045835"
},
"departure": {
"time": "1772045835"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045760"
},
"departure": {
"time": "1772045760"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045811"
},
"departure": {
"time": "1772045811"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045883"
},
"departure": {
"time": "1772045883"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045949"
},
"departure": {
"time": "1772045949"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045939"
},
"departure": {
"time": "1772045939"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045972"
},
"departure": {
"time": "1772045972"
},
"stopId": "DELACROI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046032"
},
"departure": {
"time": "1772046032"
},
"stopId": "SAUMUROI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046097"
},
"departure": {
"time": "1772046097"
},
"stopId": "INTERMIL",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046146"
},
"departure": {
"time": "1772046146"
},
"stopId": "HAUTPRES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046184"
},
"departure": {
"time": "1772046184"
},
"stopId": "DELATTRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046231"
},
"departure": {
"time": "1772046231"
},
"stopId": "MORELLIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046264"
},
"departure": {
"time": "1772046264"
},
"stopId": "LORETTE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046298"
},
"departure": {
"time": "1772046298"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046340"
},
"departure": {
"time": "1772046340"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046425"
},
"departure": {
"time": "1772046425"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046477"
},
"departure": {
"time": "1772046477"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046521"
},
"departure": {
"time": "1772046521"
},
"stopId": "VAUBAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046553"
},
"departure": {
"time": "1772046553"
},
"stopId": "POIREL",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046609"
},
"departure": {
"time": "1772046609"
},
"stopId": "PONTNOIR",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046645"
},
"departure": {
"time": "1772046645"
},
"stopId": "SEMARD",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046668"
},
"departure": {
"time": "1772046668"
},
"stopId": "GAREPAPI",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046897"
},
"departure": {
"time": "1772046897"
},
"stopId": "HARAS",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046979"
},
"departure": {
"time": "1772046979"
},
"stopId": "STAUBIN",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047076"
},
"departure": {
"time": "1772047140"
},
"stopId": "LORRAIN1",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047253"
},
"departure": {
"time": "1772047253"
},
"stopId": "MENDES-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047332"
},
"departure": {
"time": "1772047332"
},
"stopId": "SAVARY-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047367"
},
"departure": {
"time": "1772047367"
},
"stopId": "MUSSET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047443"
},
"departure": {
"time": "1772047443"
},
"stopId": "LUTIN-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047485"
},
"departure": {
"time": "1772047485"
},
"stopId": "MACE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047512"
},
"departure": {
"time": "1772047512"
},
"stopId": "DESJAR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047616"
},
"departure": {
"time": "1772047616"
},
"stopId": "ALDUNA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047368"
},
"departure": {
"time": "1772047368"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047603"
},
"departure": {
"time": "1772047603"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047669"
},
"departure": {
"time": "1772047669"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047750"
},
"departure": {
"time": "1772047750"
},
"stopId": "RBRIOL-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047777"
},
"departure": {
"time": "1772047777"
},
"stopId": "NOZAY-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047825"
},
"departure": {
"time": "1772047825"
},
"stopId": "AUVERG-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047865"
},
"departure": {
"time": "1772047865"
},
"stopId": "SAVOIE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047932"
},
"departure": {
"time": "1772047932"
},
"stopId": "INDUST-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047980"
},
"departure": {
"time": "1772047980"
},
"stopId": "HOTELL-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048045"
},
"departure": {
"time": "1772048045"
},
"stopId": "DEBUMO-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048118"
},
"departure": {
"time": "1772048118"
},
"stopId": "RTEPAR-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048167"
},
"stopId": "PROVIN-E",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257569"
}
}
},
{
"id": "trip:6258683",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045236"
},
"departure": {
"time": "1772045260"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045336"
},
"departure": {
"time": "1772045336"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045375"
},
"departure": {
"time": "1772045375"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045430"
},
"departure": {
"time": "1772045430"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045459"
},
"departure": {
"time": "1772045459"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045520"
},
"departure": {
"time": "1772045520"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045575"
},
"departure": {
"time": "1772045575"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045601"
},
"departure": {
"time": "1772045601"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045705"
},
"departure": {
"time": "1772045705"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045830"
},
"departure": {
"time": "1772045830"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045898"
},
"departure": {
"time": "1772045898"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045972"
},
"departure": {
"time": "1772045972"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045358"
},
"departure": {
"time": "1772045358"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045421"
},
"departure": {
"time": "1772045421"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045483"
},
"departure": {
"time": "1772045483"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045526"
},
"departure": {
"time": "1772045526"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045562"
},
"departure": {
"time": "1772045562"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045720"
},
"departure": {
"time": "1772045720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046153"
},
"departure": {
"time": "1772046153"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046198"
},
"departure": {
"time": "1772046198"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046243"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258683"
}
}
},
{
"id": "trip:3663",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045281"
},
"departure": {
"time": "0"
},
"stopId": "BOIFOU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045407"
},
"departure": {
"time": "1772045407"
},
"stopId": "STMART-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045523"
},
"departure": {
"time": "1772045523"
},
"stopId": "OLIVER-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045600"
},
"departure": {
"time": "1772045600"
},
"stopId": "BSOLEI-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "36",
"tripId": "3663"
}
}
},
{
"id": "trip:6545055",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047980"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048152"
},
"departure": {
"time": "1772048152"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048260"
},
"departure": {
"time": "1772048260"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048352"
},
"departure": {
"time": "1772048352"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048430"
},
"departure": {
"time": "1772048430"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048522"
},
"departure": {
"time": "1772048522"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048610"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6545055"
}
}
},
{
"id": "trip:6258684",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045302"
},
"departure": {
"time": "1772045302"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045463"
},
"departure": {
"time": "1772045463"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045543"
},
"departure": {
"time": "1772045543"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045594"
},
"departure": {
"time": "1772045594"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045637"
},
"departure": {
"time": "1772045637"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045692"
},
"departure": {
"time": "1772045692"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045763"
},
"departure": {
"time": "1772045763"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045818"
},
"departure": {
"time": "1772045818"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045872"
},
"departure": {
"time": "1772045872"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045956"
},
"departure": {
"time": "1772045956"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046042"
},
"departure": {
"time": "1772046042"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046082"
},
"departure": {
"time": "1772046082"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046115"
},
"departure": {
"time": "1772046115"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046186"
},
"departure": {
"time": "1772046186"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046250"
},
"departure": {
"time": "1772046250"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046318"
},
"departure": {
"time": "1772046318"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046357"
},
"departure": {
"time": "1772046357"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046412"
},
"departure": {
"time": "1772046412"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046441"
},
"departure": {
"time": "1772046441"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046502"
},
"departure": {
"time": "1772046502"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046561"
},
"departure": {
"time": "1772046561"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046597"
},
"departure": {
"time": "1772046597"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046701"
},
"departure": {
"time": "1772046701"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046826"
},
"departure": {
"time": "1772046826"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046894"
},
"departure": {
"time": "1772046894"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046968"
},
"departure": {
"time": "1772046968"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046558"
},
"departure": {
"time": "1772046558"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046621"
},
"departure": {
"time": "1772046621"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046683"
},
"departure": {
"time": "1772046683"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046726"
},
"departure": {
"time": "1772046726"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046762"
},
"departure": {
"time": "1772046762"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046840"
},
"departure": {
"time": "1772046840"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046920"
},
"departure": {
"time": "1772046920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047126"
},
"departure": {
"time": "1772047126"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047171"
},
"departure": {
"time": "1772047171"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047216"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258684"
}
}
},
{
"id": "trip:6257568",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045277"
},
"departure": {
"time": "1772045323"
},
"stopId": "LETAND-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045330"
},
"departure": {
"time": "1772045330"
},
"stopId": "BEAUVA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045391"
},
"departure": {
"time": "1772045391"
},
"stopId": "LORETT-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045426"
},
"departure": {
"time": "1772045426"
},
"stopId": "MORELI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045480"
},
"departure": {
"time": "1772045480"
},
"stopId": "DELATR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045545"
},
"departure": {
"time": "1772045545"
},
"stopId": "HAUTPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045647"
},
"departure": {
"time": "1772045647"
},
"stopId": "INTMIL-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045718"
},
"departure": {
"time": "1772045718"
},
"stopId": "SAUMUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045773"
},
"departure": {
"time": "1772045773"
},
"stopId": "DELACR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045818"
},
"departure": {
"time": "1772045818"
},
"stopId": "JUSTIC-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045906"
},
"departure": {
"time": "1772045906"
},
"stopId": "ECLATE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046005"
},
"departure": {
"time": "1772046005"
},
"stopId": "VDLOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045813"
},
"departure": {
"time": "1772045813"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045855"
},
"departure": {
"time": "1772045855"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045920"
},
"departure": {
"time": "1772045920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045945"
},
"departure": {
"time": "1772045945"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046045"
},
"departure": {
"time": "1772046045"
},
"stopId": "LEOLAG-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046082"
},
"departure": {
"time": "1772046082"
},
"stopId": "DAGUER-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046124"
},
"departure": {
"time": "1772046124"
},
"stopId": "ALLUME-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046185"
},
"departure": {
"time": "1772046185"
},
"stopId": "RIOTTE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046227"
},
"departure": {
"time": "1772046227"
},
"stopId": "BOURSE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046255"
},
"departure": {
"time": "1772046255"
},
"stopId": "MORLON-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046294"
},
"departure": {
"time": "1772046294"
},
"stopId": "PYRAM2-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046344"
},
"departure": {
"time": "1772046344"
},
"stopId": "BUISSO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046370"
},
"departure": {
"time": "1772046370"
},
"stopId": "DAUTEL-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046441"
},
"departure": {
"time": "1772046441"
},
"stopId": "GENTR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046561"
},
"stopId": "SLEZIND",
"stopSequence": 60
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257568"
}
}
},
{
"id": "trip:6544719",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045206"
},
"departure": {
"time": "1772045206"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045268"
},
"departure": {
"time": "1772045268"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045400"
},
"departure": {
"time": "1772045400"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045480"
},
"departure": {
"time": "1772045480"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045600"
},
"departure": {
"time": "1772045600"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045690"
},
"departure": {
"time": "1772045690"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045810"
},
"departure": {
"time": "1772045810"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045920"
},
"departure": {
"time": "1772045920"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046020"
},
"departure": {
"time": "1772046020"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046090"
},
"departure": {
"time": "1772046090"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046160"
},
"departure": {
"time": "1772046160"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046270"
},
"departure": {
"time": "1772046270"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046360"
},
"departure": {
"time": "1772046360"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046460"
},
"departure": {
"time": "1772046460"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046560"
},
"departure": {
"time": "1772046560"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046680"
},
"departure": {
"time": "1772046680"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046800"
},
"departure": {
"time": "1772046800"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046920"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544719"
}
}
},
{
"id": "trip:6258486",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046780"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046862"
},
"departure": {
"time": "1772046862"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046885"
},
"departure": {
"time": "1772046885"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046925"
},
"departure": {
"time": "1772046925"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046982"
},
"departure": {
"time": "1772046982"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047039"
},
"departure": {
"time": "1772047039"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047084"
},
"departure": {
"time": "1772047084"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047142"
},
"departure": {
"time": "1772047142"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047209"
},
"departure": {
"time": "1772047209"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047282"
},
"departure": {
"time": "1772047282"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047342"
},
"departure": {
"time": "1772047342"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047363"
},
"departure": {
"time": "1772047363"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047432"
},
"departure": {
"time": "1772047432"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047469"
},
"departure": {
"time": "1772047469"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047519"
},
"departure": {
"time": "1772047519"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047549"
},
"departure": {
"time": "1772047549"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047586"
},
"departure": {
"time": "1772047586"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047620"
},
"departure": {
"time": "1772047620"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047713"
},
"departure": {
"time": "1772047713"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047769"
},
"departure": {
"time": "1772047769"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047816"
},
"departure": {
"time": "1772047816"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047849"
},
"departure": {
"time": "1772047849"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047908"
},
"departure": {
"time": "1772047908"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047946"
},
"departure": {
"time": "1772047946"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047980"
},
"departure": {
"time": "1772047980"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048191"
},
"departure": {
"time": "1772048191"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048251"
},
"departure": {
"time": "1772048251"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048400"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048533"
},
"departure": {
"time": "1772048533"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048603"
},
"departure": {
"time": "1772048603"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048664"
},
"departure": {
"time": "1772048664"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048708"
},
"departure": {
"time": "1772048708"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048820"
},
"departure": {
"time": "1772048820"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048889"
},
"departure": {
"time": "1772048889"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048914"
},
"departure": {
"time": "1772048914"
},
"stopId": "STLEON-E",
"stopSequence": 36
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258486"
}
}
},
{
"id": "trip:6544878",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047200"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047411"
},
"departure": {
"time": "1772047411"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047564"
},
"departure": {
"time": "1772047564"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047640"
},
"departure": {
"time": "1772047640"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047798"
},
"departure": {
"time": "1772047798"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047877"
},
"departure": {
"time": "1772047877"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047950"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544878"
}
}
},
{
"id": "trip:6258448",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045240"
},
"departure": {
"time": "1772045240"
},
"stopId": "ROMORNA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258448"
}
}
},
{
"id": "trip:6258567",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045208"
},
"departure": {
"time": "1772045233"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045262"
},
"departure": {
"time": "1772045293"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045323"
},
"departure": {
"time": "1772045323"
},
"stopId": "LEPRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045351"
},
"departure": {
"time": "1772045351"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045383"
},
"departure": {
"time": "1772045383"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045434"
},
"departure": {
"time": "1772045434"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045481"
},
"departure": {
"time": "1772045481"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045531"
},
"departure": {
"time": "1772045531"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045572"
},
"departure": {
"time": "1772045572"
},
"stopId": "MAUFINE",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045630"
},
"departure": {
"time": "1772045630"
},
"stopId": "DELAUNE",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045667"
},
"departure": {
"time": "1772045667"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045731"
},
"departure": {
"time": "1772045731"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045780"
},
"departure": {
"time": "1772045780"
},
"stopId": "RONDE",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045823"
},
"departure": {
"time": "1772045823"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045879"
},
"departure": {
"time": "1772045879"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045930"
},
"departure": {
"time": "1772045930"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046008"
},
"departure": {
"time": "1772046008"
},
"stopId": "LIZE07",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046046"
},
"departure": {
"time": "1772046046"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046103"
},
"departure": {
"time": "1772046103"
},
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046175"
},
"departure": {
"time": "1772046175"
},
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046208"
},
"departure": {
"time": "1772046208"
},
"stopId": "BICHLAZA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046239"
},
"departure": {
"time": "1772046239"
},
"stopId": "DESCAZEA",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046307"
},
"departure": {
"time": "1772046307"
},
"stopId": "MONPROFI",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046326"
},
"departure": {
"time": "1772046326"
},
"stopId": "DUMESNIL",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046365"
},
"departure": {
"time": "1772046365"
},
"stopId": "LEQUAI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046505"
},
"departure": {
"time": "1772046505"
},
"stopId": "CHDARR",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046291"
},
"departure": {
"time": "1772046291"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046360"
},
"departure": {
"time": "1772046360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046420"
},
"departure": {
"time": "1772046420"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURPOI",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046485"
},
"departure": {
"time": "1772046485"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 60
},
{
"arrival": {
"time": "1772046540"
},
"departure": {
"time": "1772046540"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772046614"
},
"departure": {
"time": "1772046614"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772046559"
},
"departure": {
"time": "1772046559"
},
"stopId": "CCI",
"stopSequence": 63
},
{
"arrival": {
"time": "1772046656"
},
"departure": {
"time": "1772046840"
},
"stopId": "LICES-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772047020"
},
"departure": {
"time": "1772047020"
},
"stopId": "ANLERO-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772047082"
},
"departure": {
"time": "1772047082"
},
"stopId": "MICHEL-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772047122"
},
"departure": {
"time": "1772047122"
},
"stopId": "BOURGO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772047156"
},
"departure": {
"time": "1772047156"
},
"stopId": "VOLNEY-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "MADELE-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772047249"
},
"departure": {
"time": "1772047249"
},
"stopId": "JEBOUI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772047297"
},
"departure": {
"time": "1772047297"
},
"stopId": "PCOUBE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"stopId": "AROBA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772047420"
},
"departure": {
"time": "1772047420"
},
"stopId": "LANGLA-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772047539"
},
"departure": {
"time": "1772047539"
},
"stopId": "MONTAI-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772047638"
},
"departure": {
"time": "1772047638"
},
"stopId": "JERUSA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772047680"
},
"departure": {
"time": "1772047680"
},
"stopId": "DAGNET-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772047707"
},
"departure": {
"time": "1772047707"
},
"stopId": "GILLIE-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772047761"
},
"departure": {
"time": "1772047761"
},
"stopId": "ISORET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772047826"
},
"departure": {
"time": "1772047826"
},
"stopId": "VANDE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772047869"
},
"departure": {
"time": "1772047869"
},
"stopId": "ORMEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772047891"
},
"departure": {
"time": "1772047891"
},
"stopId": "CRBLAN-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772047938"
},
"departure": {
"time": "1772047938"
},
"stopId": "CHATEL-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772047980"
},
"departure": {
"time": "1772047980"
},
"stopId": "BANCHA-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772048022"
},
"departure": {
"time": "1772048022"
},
"stopId": "JARDF-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772048049"
},
"departure": {
"time": "1772048049"
},
"stopId": "SAILLE-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772048100"
},
"stopId": "SAUBIN",
"stopSequence": 86
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258567"
}
}
},
{
"id": "trip:6257567",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045308"
},
"departure": {
"time": "1772045308"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045389"
},
"departure": {
"time": "1772045389"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045460"
},
"departure": {
"time": "1772045460"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045518"
},
"departure": {
"time": "1772045518"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045567"
},
"departure": {
"time": "1772045567"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045700"
},
"departure": {
"time": "1772045700"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045739"
},
"departure": {
"time": "1772045739"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045769"
},
"departure": {
"time": "1772045769"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045974"
},
"departure": {
"time": "1772045974"
},
"stopId": "MIMOSAS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046040"
},
"departure": {
"time": "1772046040"
},
"stopId": "BRISEPOT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046091"
},
"departure": {
"time": "1772046091"
},
"stopId": "DESJARDI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046133"
},
"departure": {
"time": "1772046133"
},
"stopId": "MACE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046162"
},
"departure": {
"time": "1772046162"
},
"stopId": "LUTIN",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046249"
},
"departure": {
"time": "1772046249"
},
"stopId": "MUSSET",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046289"
},
"departure": {
"time": "1772046289"
},
"stopId": "SAVARY",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045793"
},
"departure": {
"time": "1772045793"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045885"
},
"departure": {
"time": "1772045885"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046000"
},
"departure": {
"time": "1772046000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046150"
},
"departure": {
"time": "1772046150"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046382"
},
"departure": {
"time": "1772046382"
},
"stopId": "MENDESFR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046505"
},
"departure": {
"time": "1772046505"
},
"stopId": "FO-LOR-R",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046599"
},
"departure": {
"time": "1772046599"
},
"stopId": "STAUBI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046644"
},
"departure": {
"time": "1772046644"
},
"stopId": "HARAS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046755"
},
"departure": {
"time": "1772046755"
},
"stopId": "LESGAR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046843"
},
"departure": {
"time": "1772046843"
},
"stopId": "SEMARD-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046880"
},
"departure": {
"time": "1772046880"
},
"stopId": "PONTNO-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046952"
},
"departure": {
"time": "1772046952"
},
"stopId": "POIREL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046992"
},
"departure": {
"time": "1772046992"
},
"stopId": "VAUBAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047044"
},
"departure": {
"time": "1772047044"
},
"stopId": "FREMUR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047111"
},
"departure": {
"time": "1772047111"
},
"stopId": "STRASB-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047222"
},
"departure": {
"time": "1772047222"
},
"stopId": "LETAND-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047261"
},
"departure": {
"time": "1772047261"
},
"stopId": "BEAUVA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047322"
},
"departure": {
"time": "1772047322"
},
"stopId": "LORETT-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047357"
},
"departure": {
"time": "1772047357"
},
"stopId": "MORELI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047411"
},
"departure": {
"time": "1772047411"
},
"stopId": "DELATR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047476"
},
"departure": {
"time": "1772047476"
},
"stopId": "HAUTPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047577"
},
"departure": {
"time": "1772047577"
},
"stopId": "INTMIL-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047648"
},
"departure": {
"time": "1772047648"
},
"stopId": "SAUMUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047714"
},
"departure": {
"time": "1772047714"
},
"stopId": "DELACR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047768"
},
"departure": {
"time": "1772047768"
},
"stopId": "JUSTIC-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047856"
},
"departure": {
"time": "1772047856"
},
"stopId": "ECLATE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047955"
},
"departure": {
"time": "1772047955"
},
"stopId": "VDLOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047788"
},
"departure": {
"time": "1772047788"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047830"
},
"departure": {
"time": "1772047830"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047895"
},
"departure": {
"time": "1772047895"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772047920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047995"
},
"departure": {
"time": "1772047995"
},
"stopId": "LEOLAG-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048032"
},
"departure": {
"time": "1772048032"
},
"stopId": "DAGUER-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048074"
},
"departure": {
"time": "1772048074"
},
"stopId": "ALLUME-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048110"
},
"departure": {
"time": "1772048110"
},
"stopId": "RIOTTE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048152"
},
"departure": {
"time": "1772048152"
},
"stopId": "BOURSE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048180"
},
"departure": {
"time": "1772048180"
},
"stopId": "MORLON-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048219"
},
"departure": {
"time": "1772048219"
},
"stopId": "PYRAM2-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048263"
},
"departure": {
"time": "1772048263"
},
"stopId": "BUISSO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048289"
},
"departure": {
"time": "1772048289"
},
"stopId": "DAUTEL-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772048360"
},
"departure": {
"time": "1772048360"
},
"stopId": "GENTR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772048480"
},
"stopId": "SLEZIND",
"stopSequence": 60
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257567"
}
}
},
{
"id": "trip:6544790",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045430"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045512"
},
"departure": {
"time": "1772045512"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045598"
},
"departure": {
"time": "1772045598"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045770"
},
"departure": {
"time": "1772045770"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045847"
},
"departure": {
"time": "1772045847"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045999"
},
"departure": {
"time": "1772045999"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046090"
},
"departure": {
"time": "1772046090"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046240"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544790"
}
}
},
{
"id": "trip:6257959",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045224"
},
"departure": {
"time": "1772045224"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772045239"
},
"departure": {
"time": "1772045239"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772045267"
},
"departure": {
"time": "1772045284"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772045300"
},
"departure": {
"time": "1772045300"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772045362"
},
"departure": {
"time": "1772045362"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772045386"
},
"departure": {
"time": "1772045386"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772045414"
},
"departure": {
"time": "1772045414"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772045451"
},
"departure": {
"time": "1772045451"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772045492"
},
"departure": {
"time": "1772045492"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772045549"
},
"departure": {
"time": "1772045549"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772045602"
},
"departure": {
"time": "1772045602"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772045663"
},
"departure": {
"time": "1772045663"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772045706"
},
"departure": {
"time": "1772045706"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772045742"
},
"departure": {
"time": "1772045742"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772045766"
},
"departure": {
"time": "1772045766"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772045804"
},
"departure": {
"time": "1772045804"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772045852"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257959"
}
}
},
{
"id": "trip:6258689",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045219"
},
"departure": {
"time": "1772045235"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045295"
},
"departure": {
"time": "1772045295"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045342"
},
"departure": {
"time": "1772045342"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045427"
},
"departure": {
"time": "1772045427"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045502"
},
"departure": {
"time": "1772045502"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045634"
},
"departure": {
"time": "1772045634"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045733"
},
"departure": {
"time": "1772045733"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045280"
},
"departure": {
"time": "1772045280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045368"
},
"departure": {
"time": "1772045368"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045407"
},
"departure": {
"time": "1772045407"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045455"
},
"departure": {
"time": "1772045455"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045508"
},
"departure": {
"time": "1772045508"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045567"
},
"departure": {
"time": "1772045567"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045758"
},
"departure": {
"time": "1772045758"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045809"
},
"departure": {
"time": "1772045809"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045877"
},
"departure": {
"time": "1772045877"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045908"
},
"departure": {
"time": "1772045908"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045960"
},
"departure": {
"time": "1772045960"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046000"
},
"departure": {
"time": "1772046000"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046062"
},
"departure": {
"time": "1772046062"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046137"
},
"departure": {
"time": "1772046137"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046191"
},
"departure": {
"time": "1772046191"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046236"
},
"departure": {
"time": "1772046236"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046281"
},
"departure": {
"time": "1772046281"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046358"
},
"departure": {
"time": "1772046358"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046446"
},
"departure": {
"time": "1772046446"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046478"
},
"departure": {
"time": "1772046478"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046536"
},
"departure": {
"time": "1772046536"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046590"
},
"departure": {
"time": "1772046590"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046626"
},
"departure": {
"time": "1772046626"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046689"
},
"departure": {
"time": "1772046689"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046736"
},
"departure": {
"time": "1772046736"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046776"
},
"departure": {
"time": "1772046776"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046889"
},
"departure": {
"time": "1772046889"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046934"
},
"departure": {
"time": "1772046934"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047013"
},
"departure": {
"time": "1772047013"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047092"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258689"
}
}
},
{
"id": "trip:6257919",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045228"
},
"departure": {
"time": "1772045228"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045288"
},
"departure": {
"time": "1772045288"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045350"
},
"departure": {
"time": "1772045350"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772045404"
},
"departure": {
"time": "1772045404"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772045474"
},
"departure": {
"time": "1772045474"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772045536"
},
"departure": {
"time": "1772045536"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772045596"
},
"departure": {
"time": "1772045596"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772045652"
},
"departure": {
"time": "1772045652"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772045703"
},
"departure": {
"time": "1772045703"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772045743"
},
"departure": {
"time": "1772045743"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772045784"
},
"departure": {
"time": "1772045784"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772045852"
},
"departure": {
"time": "1772045852"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772045892"
},
"departure": {
"time": "1772045892"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772045981"
},
"departure": {
"time": "1772045981"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772046008"
},
"departure": {
"time": "1772046008"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772046031"
},
"departure": {
"time": "1772046031"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772046067"
},
"departure": {
"time": "1772046067"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772046132"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257919"
}
}
},
{
"id": "trip:6545039",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045820"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045992"
},
"departure": {
"time": "1772045992"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046100"
},
"departure": {
"time": "1772046100"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046192"
},
"departure": {
"time": "1772046192"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046270"
},
"departure": {
"time": "1772046270"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046362"
},
"departure": {
"time": "1772046362"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046450"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6545039"
}
}
},
{
"id": "trip:6258565",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045235"
},
"departure": {
"time": "1772045258"
},
"stopId": "PCOUBE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772045272"
},
"departure": {
"time": "1772045303"
},
"stopId": "AROBA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772045380"
},
"departure": {
"time": "1772045380"
},
"stopId": "LANGLA-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772045499"
},
"departure": {
"time": "1772045499"
},
"stopId": "MONTAI-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772045598"
},
"departure": {
"time": "1772045598"
},
"stopId": "JERUSA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"stopId": "DAGNET-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772045672"
},
"departure": {
"time": "1772045672"
},
"stopId": "GILLIE-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772045739"
},
"departure": {
"time": "1772045739"
},
"stopId": "ISORET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772045818"
},
"departure": {
"time": "1772045818"
},
"stopId": "VANDE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772045869"
},
"departure": {
"time": "1772045869"
},
"stopId": "ORMEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772045895"
},
"departure": {
"time": "1772045895"
},
"stopId": "CRBLAN-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772045951"
},
"departure": {
"time": "1772045951"
},
"stopId": "CHATEL-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772046002"
},
"departure": {
"time": "1772046002"
},
"stopId": "BANCHA-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772046044"
},
"departure": {
"time": "1772046044"
},
"stopId": "JARDF-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772046071"
},
"departure": {
"time": "1772046071"
},
"stopId": "SAILLE-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772046122"
},
"stopId": "SAUBIN",
"stopSequence": 86
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258565"
}
}
},
{
"id": "trip:6258569",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046060"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046114"
},
"departure": {
"time": "1772046114"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046146"
},
"departure": {
"time": "1772046146"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046174"
},
"departure": {
"time": "1772046174"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046202"
},
"departure": {
"time": "1772046202"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046235"
},
"departure": {
"time": "1772046235"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046474"
},
"departure": {
"time": "1772046474"
},
"stopId": "PISCMU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046476"
},
"departure": {
"time": "1772046476"
},
"stopId": "PISCMUFF",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046547"
},
"departure": {
"time": "1772046547"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046240"
},
"departure": {
"time": "1772046240"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046264"
},
"departure": {
"time": "1772046264"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046422"
},
"departure": {
"time": "1772046422"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046457"
},
"departure": {
"time": "1772046457"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046478"
},
"departure": {
"time": "1772046478"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046510"
},
"departure": {
"time": "1772046510"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046607"
},
"departure": {
"time": "1772046607"
},
"stopId": "ZOLA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046653"
},
"departure": {
"time": "1772046653"
},
"stopId": "BELAIR",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046701"
},
"departure": {
"time": "1772046701"
},
"stopId": "ESPMONTR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046756"
},
"departure": {
"time": "1772046756"
},
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046806"
},
"departure": {
"time": "1772046806"
},
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046847"
},
"departure": {
"time": "1772046847"
},
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046886"
},
"departure": {
"time": "1772046886"
},
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046904"
},
"departure": {
"time": "1772046904"
},
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046960"
},
"departure": {
"time": "1772046960"
},
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046992"
},
"departure": {
"time": "1772046992"
},
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047028"
},
"departure": {
"time": "1772047028"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047077"
},
"departure": {
"time": "1772047077"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047096"
},
"departure": {
"time": "1772047096"
},
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047147"
},
"departure": {
"time": "1772047147"
},
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047173"
},
"departure": {
"time": "1772047173"
},
"stopId": "AUCHAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047327"
},
"departure": {
"time": "1772047327"
},
"stopId": "AARDBUS",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047371"
},
"departure": {
"time": "1772047371"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047411"
},
"departure": {
"time": "1772047411"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047457"
},
"departure": {
"time": "1772047457"
},
"stopId": "LEPRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047507"
},
"departure": {
"time": "1772047507"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047539"
},
"departure": {
"time": "1772047539"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047590"
},
"departure": {
"time": "1772047590"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047637"
},
"departure": {
"time": "1772047637"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047687"
},
"departure": {
"time": "1772047687"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047730"
},
"departure": {
"time": "1772047730"
},
"stopId": "MAUFINE",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047791"
},
"departure": {
"time": "1772047791"
},
"stopId": "DELAUNE",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047830"
},
"departure": {
"time": "1772047830"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047897"
},
"departure": {
"time": "1772047897"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047946"
},
"departure": {
"time": "1772047946"
},
"stopId": "RONDE",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047989"
},
"departure": {
"time": "1772047989"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048045"
},
"departure": {
"time": "1772048045"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1772048087"
},
"departure": {
"time": "1772048087"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048152"
},
"departure": {
"time": "1772048152"
},
"stopId": "LIZE07",
"stopSequence": 47
},
{
"arrival": {
"time": "1772048183"
},
"departure": {
"time": "1772048183"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048230"
},
"departure": {
"time": "1772048230"
},
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048290"
},
"departure": {
"time": "1772048290"
},
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048317"
},
"departure": {
"time": "1772048317"
},
"stopId": "BICHLAZA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048345"
},
"departure": {
"time": "1772048345"
},
"stopId": "DESCAZEA",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048413"
},
"departure": {
"time": "1772048413"
},
"stopId": "MONPROFI",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048432"
},
"departure": {
"time": "1772048432"
},
"stopId": "DUMESNIL",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048471"
},
"departure": {
"time": "1772048471"
},
"stopId": "LEQUAI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048611"
},
"departure": {
"time": "1772048611"
},
"stopId": "CHDARR",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048391"
},
"departure": {
"time": "1772048391"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048460"
},
"departure": {
"time": "1772048460"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 58
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURPOI",
"stopSequence": 59
},
{
"arrival": {
"time": "1772048585"
},
"departure": {
"time": "1772048585"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 60
},
{
"arrival": {
"time": "1772048640"
},
"departure": {
"time": "1772048640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772048696"
},
"departure": {
"time": "1772048696"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772048640"
},
"departure": {
"time": "1772048640"
},
"stopId": "CCI",
"stopSequence": 63
},
{
"arrival": {
"time": "1772048713"
},
"departure": {
"time": "1772048880"
},
"stopId": "LICES-E",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258569"
}
}
},
{
"id": "trip:6544973",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045244"
},
"departure": {
"time": "1772045273"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045354"
},
"departure": {
"time": "1772045354"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045530"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544973"
}
}
},
{
"id": "trip:6258338",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772046307"
},
"departure": {
"time": "1772046307"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046351"
},
"departure": {
"time": "1772046351"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046398"
},
"departure": {
"time": "1772046398"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046459"
},
"departure": {
"time": "1772046459"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046518"
},
"departure": {
"time": "1772046518"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046557"
},
"departure": {
"time": "1772046557"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046617"
},
"departure": {
"time": "1772046617"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046669"
},
"departure": {
"time": "1772046669"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046835"
},
"departure": {
"time": "1772046835"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046907"
},
"departure": {
"time": "1772046907"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046965"
},
"departure": {
"time": "1772046965"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047066"
},
"departure": {
"time": "1772047066"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047148"
},
"departure": {
"time": "1772047148"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047237"
},
"departure": {
"time": "1772047237"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047456"
},
"departure": {
"time": "1772047456"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047565"
},
"departure": {
"time": "1772047565"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047626"
},
"departure": {
"time": "1772047626"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047680"
},
"departure": {
"time": "1772047680"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047771"
},
"departure": {
"time": "1772047771"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047808"
},
"departure": {
"time": "1772047808"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047859"
},
"departure": {
"time": "1772047859"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772048100"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048192"
},
"departure": {
"time": "1772048192"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048361"
},
"departure": {
"time": "1772048361"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048594"
},
"departure": {
"time": "1772048594"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048636"
},
"departure": {
"time": "1772048636"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048700"
},
"departure": {
"time": "1772048700"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048787"
},
"departure": {
"time": "1772048787"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048839"
},
"departure": {
"time": "1772048839"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048878"
},
"departure": {
"time": "1772048878"
},
"stopId": "REVERI-E",
"stopSequence": 34
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258338"
}
}
},
{
"id": "trip:3471",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045217"
},
"departure": {
"time": "1772045257"
},
"stopId": "MEMBMA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045289"
},
"departure": {
"time": "1772045298"
},
"stopId": "GABORI-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045350"
},
"departure": {
"time": "1772045350"
},
"stopId": "BOISDA-E",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "34",
"tripId": "3471"
}
}
},
{
"id": "trip:6260080",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045220"
},
"departure": {
"time": "1772045283"
},
"stopId": "PETVIVIE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045330"
},
"departure": {
"time": "1772045330"
},
"stopId": "PRUNIERS",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045364"
},
"departure": {
"time": "1772045364"
},
"stopId": "CROISETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045469"
},
"departure": {
"time": "1772045469"
},
"stopId": "CAMLACMA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045515"
},
"departure": {
"time": "1772045515"
},
"stopId": "LACDMAIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045561"
},
"departure": {
"time": "1772045561"
},
"stopId": "MAISENVI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045603"
},
"departure": {
"time": "1772045603"
},
"stopId": "PERUSSAI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045631"
},
"departure": {
"time": "1772045631"
},
"stopId": "MAISLAC",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045661"
},
"departure": {
"time": "1772045661"
},
"stopId": "JEAN-MON",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045787"
},
"departure": {
"time": "1772045787"
},
"stopId": "CNFPT",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045845"
},
"departure": {
"time": "1772045845"
},
"stopId": "BEAUSSIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045905"
},
"departure": {
"time": "1772045905"
},
"stopId": "CITEUNIV",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045955"
},
"departure": {
"time": "1772045955"
},
"stopId": "POLYTECH",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046016"
},
"departure": {
"time": "1772046016"
},
"stopId": "NDAMELAC",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046082"
},
"departure": {
"time": "1772046082"
},
"stopId": "BOISRAME",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046145"
},
"departure": {
"time": "1772046145"
},
"stopId": "CHBBEILL",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046208"
},
"departure": {
"time": "1772046208"
},
"stopId": "MVIGNE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046299"
},
"departure": {
"time": "1772046299"
},
"stopId": "FARCYSJA",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046505"
},
"departure": {
"time": "1772046505"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046561"
},
"departure": {
"time": "1772046561"
},
"stopId": "MONPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046610"
},
"departure": {
"time": "1772046610"
},
"stopId": "DESCAZ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046669"
},
"departure": {
"time": "1772046669"
},
"stopId": "BICHBI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046698"
},
"departure": {
"time": "1772046698"
},
"stopId": "STTHER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046764"
},
"departure": {
"time": "1772046764"
},
"stopId": "BARRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046812"
},
"departure": {
"time": "1772046812"
},
"stopId": "BLERIO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046890"
},
"departure": {
"time": "1772046890"
},
"stopId": "LECUIT-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046925"
},
"departure": {
"time": "1772046925"
},
"stopId": "FRATE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046985"
},
"departure": {
"time": "1772046985"
},
"stopId": "CHARNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047042"
},
"departure": {
"time": "1772047042"
},
"stopId": "ESEO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047073"
},
"departure": {
"time": "1772047073"
},
"stopId": "WJMOU",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047146"
},
"departure": {
"time": "1772047146"
},
"stopId": "FMEDEC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047195"
},
"departure": {
"time": "1772047195"
},
"stopId": "HRECUL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047320"
},
"stopId": "HOPITAL",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260080"
}
}
},
{
"id": "trip:6257963",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046420"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046506"
},
"departure": {
"time": "1772046506"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046550"
},
"departure": {
"time": "1772046550"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046587"
},
"departure": {
"time": "1772046587"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046614"
},
"departure": {
"time": "1772046614"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046765"
},
"departure": {
"time": "1772046765"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046826"
},
"departure": {
"time": "1772046826"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046869"
},
"departure": {
"time": "1772046869"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046916"
},
"departure": {
"time": "1772046916"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046960"
},
"departure": {
"time": "1772046960"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047015"
},
"departure": {
"time": "1772047015"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047069"
},
"departure": {
"time": "1772047069"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047135"
},
"departure": {
"time": "1772047135"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047210"
},
"departure": {
"time": "1772047210"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047269"
},
"departure": {
"time": "1772047269"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047383"
},
"departure": {
"time": "1772047383"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047453"
},
"departure": {
"time": "1772047453"
},
"stopId": "CAMELIAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047535"
},
"departure": {
"time": "1772047535"
},
"stopId": "ISORET",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047603"
},
"departure": {
"time": "1772047603"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047637"
},
"departure": {
"time": "1772047637"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047685"
},
"departure": {
"time": "1772047685"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047456"
},
"departure": {
"time": "1772047456"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047508"
},
"departure": {
"time": "1772047508"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AFPA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047570"
},
"departure": {
"time": "1772047570"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047760"
},
"departure": {
"time": "1772047760"
},
"stopId": "MONTAIG",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047796"
},
"departure": {
"time": "1772047796"
},
"stopId": "GARDOT",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047846"
},
"departure": {
"time": "1772047846"
},
"stopId": "STEXUPER",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047896"
},
"departure": {
"time": "1772047896"
},
"stopId": "SECUSOCI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047986"
},
"departure": {
"time": "1772047986"
},
"stopId": "MAIL-NAE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048026"
},
"departure": {
"time": "1772048100"
},
"stopId": "FO-LOR-R",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048187"
},
"departure": {
"time": "1772048187"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048229"
},
"departure": {
"time": "1772048229"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048442"
},
"departure": {
"time": "1772048442"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048509"
},
"departure": {
"time": "1772048509"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048551"
},
"departure": {
"time": "1772048551"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048672"
},
"departure": {
"time": "1772048672"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772048712"
},
"departure": {
"time": "1772048712"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772048700"
},
"departure": {
"time": "1772048700"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772048753"
},
"departure": {
"time": "1772048753"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772048812"
},
"departure": {
"time": "1772048812"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772048799"
},
"departure": {
"time": "1772048799"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048857"
},
"departure": {
"time": "1772048857"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257963"
}
}
},
{
"id": "trip:6258329",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045400"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045439"
},
"departure": {
"time": "1772045439"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045479"
},
"departure": {
"time": "1772045479"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045533"
},
"departure": {
"time": "1772045533"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045580"
},
"departure": {
"time": "1772045580"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045603"
},
"departure": {
"time": "1772045603"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045677"
},
"departure": {
"time": "1772045677"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045730"
},
"departure": {
"time": "1772045730"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045763"
},
"departure": {
"time": "1772045763"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045821"
},
"departure": {
"time": "1772045821"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045866"
},
"departure": {
"time": "1772045866"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045897"
},
"departure": {
"time": "1772045897"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045919"
},
"departure": {
"time": "1772045919"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045954"
},
"departure": {
"time": "1772045954"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDMON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046000"
},
"departure": {
"time": "1772046000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQUE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046035"
},
"departure": {
"time": "1772046035"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046053"
},
"departure": {
"time": "1772046053"
},
"stopId": "MEIGNANN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046109"
},
"departure": {
"time": "1772046109"
},
"stopId": "REVERIES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046167"
},
"departure": {
"time": "1772046167"
},
"stopId": "ROCEPINE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046208"
},
"departure": {
"time": "1772046208"
},
"stopId": "PARCGARE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046262"
},
"departure": {
"time": "1772046262"
},
"stopId": "LABRUYER",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046324"
},
"departure": {
"time": "1772046324"
},
"stopId": "RASPAIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046373"
},
"departure": {
"time": "1772046373"
},
"stopId": "MONPR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046164"
},
"departure": {
"time": "1772046164"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046239"
},
"departure": {
"time": "1772046239"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046274"
},
"departure": {
"time": "1772046274"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046419"
},
"departure": {
"time": "1772046419"
},
"stopId": "DESCAZ-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046457"
},
"departure": {
"time": "1772046457"
},
"stopId": "BICHDAVI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046512"
},
"departure": {
"time": "1772046512"
},
"stopId": "HOTDIEU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046539"
},
"departure": {
"time": "1772046539"
},
"stopId": "ROCHEFOU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046679"
},
"departure": {
"time": "1772046679"
},
"stopId": "STSERGEU",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046912"
},
"departure": {
"time": "1772046912"
},
"stopId": "MENDESFR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047023"
},
"departure": {
"time": "1772047023"
},
"stopId": "FO-LOR-R",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047116"
},
"departure": {
"time": "1772047116"
},
"stopId": "STAUBI-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047161"
},
"departure": {
"time": "1772047161"
},
"stopId": "HARAS-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047292"
},
"departure": {
"time": "1772047292"
},
"stopId": "ANLERO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047353"
},
"departure": {
"time": "1772047353"
},
"stopId": "RABELA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047401"
},
"departure": {
"time": "1772047401"
},
"stopId": "ESA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047511"
},
"departure": {
"time": "1772047511"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047592"
},
"departure": {
"time": "1772047592"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047642"
},
"departure": {
"time": "1772047642"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047735"
},
"departure": {
"time": "1772047735"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047772"
},
"departure": {
"time": "1772047772"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047825"
},
"departure": {
"time": "1772047825"
},
"stopId": "RUELLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047908"
},
"departure": {
"time": "1772047908"
},
"stopId": "GENDRO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048002"
},
"departure": {
"time": "1772048002"
},
"stopId": "PATUR-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772048072"
},
"departure": {
"time": "1772048072"
},
"stopId": "AUTHIO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048131"
},
"departure": {
"time": "1772048131"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048192"
},
"departure": {
"time": "1772048192"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048314"
},
"departure": {
"time": "1772048314"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048349"
},
"departure": {
"time": "1772048349"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048395"
},
"departure": {
"time": "1772048395"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048436"
},
"departure": {
"time": "1772048436"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048486"
},
"departure": {
"time": "1772048486"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048532"
},
"departure": {
"time": "1772048532"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048586"
},
"departure": {
"time": "1772048586"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048612"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258329"
}
}
},
{
"id": "trip:6257704",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046600"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046610"
},
"departure": {
"time": "1772046610"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046769"
},
"departure": {
"time": "1772046769"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046803"
},
"departure": {
"time": "1772046803"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046869"
},
"departure": {
"time": "1772046869"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046939"
},
"departure": {
"time": "1772046939"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047001"
},
"departure": {
"time": "1772047001"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047032"
},
"departure": {
"time": "1772047032"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047067"
},
"departure": {
"time": "1772047067"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047123"
},
"departure": {
"time": "1772047123"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047170"
},
"departure": {
"time": "1772047170"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047202"
},
"departure": {
"time": "1772047202"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047701"
},
"departure": {
"time": "1772047701"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047763"
},
"departure": {
"time": "1772047763"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047840"
},
"departure": {
"time": "1772047840"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047874"
},
"departure": {
"time": "1772047874"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047935"
},
"departure": {
"time": "1772047935"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047974"
},
"departure": {
"time": "1772047974"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047553"
},
"departure": {
"time": "1772047553"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047611"
},
"departure": {
"time": "1772047611"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048019"
},
"departure": {
"time": "1772048019"
},
"stopId": "GARETERM",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048054"
},
"departure": {
"time": "1772048054"
},
"stopId": "LESGARES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048145"
},
"departure": {
"time": "1772048145"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048204"
},
"departure": {
"time": "1772048204"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048242"
},
"departure": {
"time": "1772048242"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048403"
},
"departure": {
"time": "1772048403"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048542"
},
"departure": {
"time": "1772048542"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048579"
},
"departure": {
"time": "1772048579"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048658"
},
"departure": {
"time": "1772048658"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048702"
},
"departure": {
"time": "1772048702"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048731"
},
"departure": {
"time": "1772048731"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048782"
},
"departure": {
"time": "1772048782"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048850"
},
"departure": {
"time": "1772048850"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048884"
},
"departure": {
"time": "1772048884"
},
"stopId": "CHATEN-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257704"
}
}
},
{
"id": "trip:6260078",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045254"
},
"departure": {
"time": "1772045254"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045299"
},
"departure": {
"time": "1772045299"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045341"
},
"departure": {
"time": "1772045341"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045383"
},
"departure": {
"time": "1772045383"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045433"
},
"departure": {
"time": "1772045433"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045495"
},
"departure": {
"time": "1772045495"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045543"
},
"departure": {
"time": "1772045543"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045622"
},
"departure": {
"time": "1772045622"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045676"
},
"departure": {
"time": "1772045676"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045745"
},
"departure": {
"time": "1772045745"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045785"
},
"departure": {
"time": "1772045785"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045834"
},
"departure": {
"time": "1772045834"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045905"
},
"departure": {
"time": "1772045905"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045975"
},
"departure": {
"time": "1772045975"
},
"stopId": "LEQUAI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046137"
},
"departure": {
"time": "1772046137"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046218"
},
"departure": {
"time": "1772046218"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046278"
},
"departure": {
"time": "1772046278"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046321"
},
"departure": {
"time": "1772046321"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046372"
},
"departure": {
"time": "1772046372"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046421"
},
"departure": {
"time": "1772046421"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046466"
},
"departure": {
"time": "1772046466"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046526"
},
"departure": {
"time": "1772046526"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046611"
},
"departure": {
"time": "1772046611"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046796"
},
"departure": {
"time": "1772046796"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046849"
},
"departure": {
"time": "1772046849"
},
"stopId": "MAISLA-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046886"
},
"departure": {
"time": "1772046886"
},
"stopId": "PERUSS-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046913"
},
"departure": {
"time": "1772046913"
},
"stopId": "MAISEN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046959"
},
"departure": {
"time": "1772046959"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046998"
},
"departure": {
"time": "1772046998"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047090"
},
"departure": {
"time": "1772047090"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047117"
},
"departure": {
"time": "1772047117"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047189"
},
"departure": {
"time": "1772047189"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047246"
},
"departure": {
"time": "1772047246"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047286"
},
"departure": {
"time": "1772047286"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047364"
},
"departure": {
"time": "1772047364"
},
"stopId": "HARENC",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047424"
},
"departure": {
"time": "1772047424"
},
"stopId": "P-ANJOU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047476"
},
"departure": {
"time": "1772047476"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047503"
},
"departure": {
"time": "1772047503"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047556"
},
"departure": {
"time": "1772047556"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047608"
},
"departure": {
"time": "1772047608"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047671"
},
"departure": {
"time": "1772047671"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047753"
},
"departure": {
"time": "1772047753"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047794"
},
"departure": {
"time": "1772047794"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047848"
},
"departure": {
"time": "1772047848"
},
"stopId": "BOUCHE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047879"
},
"departure": {
"time": "1772047879"
},
"stopId": "CAMPBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047919"
},
"departure": {
"time": "1772047919"
},
"stopId": "GAREBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047964"
},
"departure": {
"time": "1772047964"
},
"stopId": "PONTLA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048010"
},
"departure": {
"time": "1772048010"
},
"stopId": "LAPOIN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048033"
},
"departure": {
"time": "1772048033"
},
"stopId": "RANGEA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048152"
},
"departure": {
"time": "1772048152"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048220"
},
"stopId": "CHANTOUR",
"stopSequence": 53
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260078"
}
}
},
{
"id": "trip:6258330",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046420"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046459"
},
"departure": {
"time": "1772046459"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046499"
},
"departure": {
"time": "1772046499"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046553"
},
"departure": {
"time": "1772046553"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046623"
},
"departure": {
"time": "1772046623"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046660"
},
"departure": {
"time": "1772046660"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046697"
},
"departure": {
"time": "1772046697"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046750"
},
"departure": {
"time": "1772046750"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046783"
},
"departure": {
"time": "1772046783"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046841"
},
"departure": {
"time": "1772046841"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046886"
},
"departure": {
"time": "1772046886"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046917"
},
"departure": {
"time": "1772046917"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046939"
},
"departure": {
"time": "1772046939"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046974"
},
"departure": {
"time": "1772046974"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDMON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047020"
},
"departure": {
"time": "1772047020"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQUE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047055"
},
"departure": {
"time": "1772047055"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047073"
},
"departure": {
"time": "1772047073"
},
"stopId": "MEIGNANN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047129"
},
"departure": {
"time": "1772047129"
},
"stopId": "REVERIES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047187"
},
"departure": {
"time": "1772047187"
},
"stopId": "ROCEPINE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047228"
},
"departure": {
"time": "1772047228"
},
"stopId": "PARCGARE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047282"
},
"departure": {
"time": "1772047282"
},
"stopId": "LABRUYER",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047344"
},
"departure": {
"time": "1772047344"
},
"stopId": "RASPAIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047393"
},
"departure": {
"time": "1772047393"
},
"stopId": "MONPR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047184"
},
"departure": {
"time": "1772047184"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047259"
},
"departure": {
"time": "1772047259"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047294"
},
"departure": {
"time": "1772047294"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047439"
},
"departure": {
"time": "1772047439"
},
"stopId": "DESCAZ-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047477"
},
"departure": {
"time": "1772047477"
},
"stopId": "BICHDAVI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047532"
},
"departure": {
"time": "1772047532"
},
"stopId": "HOTDIEU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047559"
},
"departure": {
"time": "1772047559"
},
"stopId": "ROCHEFOU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047699"
},
"departure": {
"time": "1772047699"
},
"stopId": "STSERGEU",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047932"
},
"departure": {
"time": "1772047932"
},
"stopId": "MENDESFR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048051"
},
"departure": {
"time": "1772048100"
},
"stopId": "FO-LOR-R",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048187"
},
"departure": {
"time": "1772048187"
},
"stopId": "STAUBI-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048229"
},
"departure": {
"time": "1772048229"
},
"stopId": "HARAS-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048360"
},
"departure": {
"time": "1772048360"
},
"stopId": "ANLERO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048421"
},
"departure": {
"time": "1772048421"
},
"stopId": "RABELA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772048469"
},
"departure": {
"time": "1772048469"
},
"stopId": "ESA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772048579"
},
"departure": {
"time": "1772048579"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772048660"
},
"departure": {
"time": "1772048660"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772048710"
},
"departure": {
"time": "1772048710"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772048803"
},
"departure": {
"time": "1772048803"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048840"
},
"departure": {
"time": "1772048840"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048893"
},
"departure": {
"time": "1772048893"
},
"stopId": "RUELLE-E",
"stopSequence": 45
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258330"
}
}
},
{
"id": "trip:6257772",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045216"
},
"departure": {
"time": "1772045238"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045267"
},
"departure": {
"time": "1772045308"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045310"
},
"departure": {
"time": "1772045310"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045338"
},
"departure": {
"time": "1772045338"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045422"
},
"departure": {
"time": "1772045422"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045460"
},
"departure": {
"time": "1772045460"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045585"
},
"departure": {
"time": "1772045585"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045700"
},
"departure": {
"time": "1772045700"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045787"
},
"departure": {
"time": "1772045787"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045829"
},
"departure": {
"time": "1772045829"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046027"
},
"departure": {
"time": "1772046027"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046084"
},
"departure": {
"time": "1772046084"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046420"
},
"departure": {
"time": "1772046420"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046480"
},
"departure": {
"time": "1772046480"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046514"
},
"departure": {
"time": "1772046514"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046551"
},
"departure": {
"time": "1772046551"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046609"
},
"departure": {
"time": "1772046609"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046645"
},
"departure": {
"time": "1772046645"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046680"
},
"departure": {
"time": "1772046680"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046724"
},
"departure": {
"time": "1772046724"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046809"
},
"departure": {
"time": "1772046809"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046875"
},
"departure": {
"time": "1772046875"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046908"
},
"departure": {
"time": "1772046908"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046960"
},
"departure": {
"time": "1772046960"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047080"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257772"
}
}
},
{
"id": "trip:6544836",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046090"
},
"stopId": "1MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045222"
},
"departure": {
"time": "1772045222"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046172"
},
"departure": {
"time": "1772046172"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046258"
},
"departure": {
"time": "1772046258"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046430"
},
"departure": {
"time": "1772046430"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046507"
},
"departure": {
"time": "1772046507"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046659"
},
"departure": {
"time": "1772046659"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046750"
},
"departure": {
"time": "1772046750"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046900"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544836"
}
}
},
{
"id": "trip:6545054",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047260"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047432"
},
"departure": {
"time": "1772047432"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047540"
},
"departure": {
"time": "1772047540"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047632"
},
"departure": {
"time": "1772047632"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047710"
},
"departure": {
"time": "1772047710"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047802"
},
"departure": {
"time": "1772047802"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047890"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6545054"
}
}
},
{
"id": "trip:6258083",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045221"
},
"departure": {
"time": "1772045221"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045311"
},
"departure": {
"time": "1772045311"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045350"
},
"departure": {
"time": "1772045350"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045549"
},
"departure": {
"time": "1772045549"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045600"
},
"departure": {
"time": "1772045600"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045655"
},
"departure": {
"time": "1772045655"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045684"
},
"departure": {
"time": "1772045684"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045718"
},
"departure": {
"time": "1772045718"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045767"
},
"departure": {
"time": "1772045767"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045803"
},
"departure": {
"time": "1772045803"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045872"
},
"departure": {
"time": "1772045872"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045936"
},
"departure": {
"time": "1772045936"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046018"
},
"departure": {
"time": "1772046018"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046121"
},
"departure": {
"time": "1772046121"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046179"
},
"departure": {
"time": "1772046179"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046226"
},
"departure": {
"time": "1772046226"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046265"
},
"departure": {
"time": "1772046265"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046305"
},
"departure": {
"time": "1772046305"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046332"
},
"departure": {
"time": "1772046332"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046384"
},
"departure": {
"time": "1772046384"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046410"
},
"departure": {
"time": "1772046410"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046481"
},
"departure": {
"time": "1772046481"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046518"
},
"departure": {
"time": "1772046518"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046556"
},
"departure": {
"time": "1772046556"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046596"
},
"departure": {
"time": "1772046596"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046621"
},
"departure": {
"time": "1772046621"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046662"
},
"departure": {
"time": "1772046662"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046702"
},
"departure": {
"time": "1772046702"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046753"
},
"departure": {
"time": "1772046753"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046790"
},
"departure": {
"time": "1772046790"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046842"
},
"departure": {
"time": "1772046842"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046907"
},
"departure": {
"time": "1772046907"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047009"
},
"departure": {
"time": "1772047009"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047147"
},
"departure": {
"time": "1772047147"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047202"
},
"departure": {
"time": "1772047202"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047296"
},
"departure": {
"time": "1772047296"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047341"
},
"departure": {
"time": "1772047341"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047405"
},
"departure": {
"time": "1772047405"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047486"
},
"departure": {
"time": "1772047486"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047562"
},
"departure": {
"time": "1772047562"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047671"
},
"departure": {
"time": "1772047671"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047761"
},
"departure": {
"time": "1772047761"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047831"
},
"departure": {
"time": "1772047831"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047871"
},
"departure": {
"time": "1772047871"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047924"
},
"departure": {
"time": "1772047924"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048029"
},
"departure": {
"time": "1772048029"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048162"
},
"departure": {
"time": "1772048162"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048214"
},
"departure": {
"time": "1772048214"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048283"
},
"departure": {
"time": "1772048283"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772048342"
},
"departure": {
"time": "1772048342"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772048460"
},
"departure": {
"time": "1772048460"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772048515"
},
"departure": {
"time": "1772048515"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772048569"
},
"departure": {
"time": "1772048569"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772048609"
},
"departure": {
"time": "1772048609"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772048635"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258083"
}
}
},
{
"id": "trip:6257920",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045250"
},
"departure": {
"time": "1772045250"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045313"
},
"departure": {
"time": "1772045313"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045351"
},
"departure": {
"time": "1772045351"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045442"
},
"departure": {
"time": "1772045442"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045544"
},
"departure": {
"time": "1772045544"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045582"
},
"departure": {
"time": "1772045700"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045771"
},
"departure": {
"time": "1772045771"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045887"
},
"departure": {
"time": "1772045887"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046003"
},
"departure": {
"time": "1772046003"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046023"
},
"departure": {
"time": "1772046023"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046091"
},
"departure": {
"time": "1772046091"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046149"
},
"departure": {
"time": "1772046149"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046186"
},
"departure": {
"time": "1772046186"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046226"
},
"departure": {
"time": "1772046226"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046300"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046358"
},
"departure": {
"time": "1772046358"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046412"
},
"departure": {
"time": "1772046412"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046482"
},
"departure": {
"time": "1772046482"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046544"
},
"departure": {
"time": "1772046544"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046604"
},
"departure": {
"time": "1772046604"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046660"
},
"departure": {
"time": "1772046660"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046711"
},
"departure": {
"time": "1772046711"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046751"
},
"departure": {
"time": "1772046751"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772046792"
},
"departure": {
"time": "1772046792"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772046860"
},
"departure": {
"time": "1772046860"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772046989"
},
"departure": {
"time": "1772046989"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772047016"
},
"departure": {
"time": "1772047016"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772047039"
},
"departure": {
"time": "1772047039"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772047075"
},
"departure": {
"time": "1772047075"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772047140"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257920"
}
}
},
{
"id": "trip:6257483",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045253"
},
"departure": {
"time": "1772045269"
},
"stopId": "POIREL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045284"
},
"departure": {
"time": "1772045284"
},
"stopId": "VAUBAN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045350"
},
"departure": {
"time": "1772045350"
},
"stopId": "CHANZY-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045410"
},
"departure": {
"time": "1772045410"
},
"stopId": "LAFAYE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045496"
},
"departure": {
"time": "1772045496"
},
"stopId": "MIRABE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045551"
},
"departure": {
"time": "1772045551"
},
"stopId": "CESARG-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045590"
},
"departure": {
"time": "1772045590"
},
"stopId": "BLANDE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045646"
},
"departure": {
"time": "1772045646"
},
"stopId": "MUTUAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045718"
},
"departure": {
"time": "1772045718"
},
"stopId": "VILLES-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045767"
},
"departure": {
"time": "1772045767"
},
"stopId": "VIVIER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045830"
},
"departure": {
"time": "1772045830"
},
"stopId": "MARIAN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045881"
},
"departure": {
"time": "1772045881"
},
"stopId": "LINOVE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045920"
},
"departure": {
"time": "1772045920"
},
"stopId": "DANGEL-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045980"
},
"departure": {
"time": "1772045980"
},
"stopId": "ATHLET-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046024"
},
"departure": {
"time": "1772046024"
},
"stopId": "DIONNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046070"
},
"departure": {
"time": "1772046070"
},
"stopId": "GENDRO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046114"
},
"departure": {
"time": "1772046114"
},
"stopId": "CHESNA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046162"
},
"departure": {
"time": "1772046162"
},
"stopId": "GIRAD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046257"
},
"departure": {
"time": "1772046257"
},
"stopId": "FRANVILL",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046310"
},
"departure": {
"time": "1772046310"
},
"stopId": "GGESSAND",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046342"
},
"departure": {
"time": "1772046342"
},
"stopId": "MACURIE",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046372"
},
"departure": {
"time": "1772046372"
},
"stopId": "JEROSTAN",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046402"
},
"departure": {
"time": "1772046402"
},
"stopId": "RONCIERE",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046430"
},
"departure": {
"time": "1772046430"
},
"stopId": "GUILLE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046495"
},
"departure": {
"time": "1772046495"
},
"stopId": "BAUDRA-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046610"
},
"stopId": "MOULINMA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257483"
}
}
},
{
"id": "trip:6544713",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046340"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046450"
},
"departure": {
"time": "1772046450"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046560"
},
"departure": {
"time": "1772046560"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046680"
},
"departure": {
"time": "1772046680"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046790"
},
"departure": {
"time": "1772046790"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046880"
},
"departure": {
"time": "1772046880"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046980"
},
"departure": {
"time": "1772046980"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047140"
},
"departure": {
"time": "1772047140"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047240"
},
"departure": {
"time": "1772047240"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047340"
},
"departure": {
"time": "1772047340"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047430"
},
"departure": {
"time": "1772047430"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047550"
},
"departure": {
"time": "1772047550"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047640"
},
"departure": {
"time": "1772047640"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047760"
},
"departure": {
"time": "1772047760"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047840"
},
"departure": {
"time": "1772047840"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047960"
},
"departure": {
"time": "1772047960"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048050"
},
"departure": {
"time": "1772048050"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048220"
},
"departure": {
"time": "1772048220"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048320"
},
"departure": {
"time": "1772048320"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048480"
},
"departure": {
"time": "1772048480"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048560"
},
"departure": {
"time": "1772048560"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048640"
},
"departure": {
"time": "1772048640"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048720"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544713"
}
}
},
{
"id": "trip:6257773",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046081"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046182"
},
"departure": {
"time": "1772046182"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046251"
},
"departure": {
"time": "1772046251"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046321"
},
"departure": {
"time": "1772046321"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046355"
},
"departure": {
"time": "1772046355"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046401"
},
"departure": {
"time": "1772046401"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046460"
},
"departure": {
"time": "1772046460"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046498"
},
"departure": {
"time": "1772046498"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046561"
},
"departure": {
"time": "1772046561"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046610"
},
"departure": {
"time": "1772046610"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046651"
},
"departure": {
"time": "1772046651"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046679"
},
"departure": {
"time": "1772046679"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046763"
},
"departure": {
"time": "1772046763"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046801"
},
"departure": {
"time": "1772046801"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046926"
},
"departure": {
"time": "1772046926"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047037"
},
"departure": {
"time": "1772047037"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047115"
},
"departure": {
"time": "1772047115"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047160"
},
"departure": {
"time": "1772047160"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047269"
},
"departure": {
"time": "1772047269"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047371"
},
"departure": {
"time": "1772047371"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047419"
},
"departure": {
"time": "1772047419"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047461"
},
"departure": {
"time": "1772047461"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047761"
},
"departure": {
"time": "1772047761"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047821"
},
"departure": {
"time": "1772047821"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047855"
},
"departure": {
"time": "1772047855"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047892"
},
"departure": {
"time": "1772047892"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047950"
},
"departure": {
"time": "1772047950"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047963"
},
"departure": {
"time": "1772047963"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047998"
},
"departure": {
"time": "1772047998"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048084"
},
"departure": {
"time": "1772048084"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048121"
},
"departure": {
"time": "1772048121"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048150"
},
"departure": {
"time": "1772048150"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048193"
},
"departure": {
"time": "1772048193"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048226"
},
"departure": {
"time": "1772048226"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048320"
},
"departure": {
"time": "1772048320"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048398"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257773"
}
}
},
{
"id": "trip:6544881",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047600"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047682"
},
"departure": {
"time": "1772047682"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047768"
},
"departure": {
"time": "1772047768"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047940"
},
"departure": {
"time": "1772047940"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048017"
},
"departure": {
"time": "1772048017"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048169"
},
"departure": {
"time": "1772048169"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048260"
},
"departure": {
"time": "1772048260"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048410"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544881"
}
}
},
{
"id": "trip:3163C",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045275"
},
"departure": {
"time": "0"
},
"stopId": "CHATEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045394"
},
"departure": {
"time": "1772045394"
},
"stopId": "SEPSON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045516"
},
"departure": {
"time": "1772045516"
},
"stopId": "RTEPAR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045600"
},
"departure": {
"time": "1772045600"
},
"stopId": "PROVIN-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046080"
},
"departure": {
"time": "1772046080"
},
"stopId": "DIONNIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046299"
},
"departure": {
"time": "1772046299"
},
"stopId": "SPORBR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046320"
},
"departure": {
"time": "1772046320"
},
"stopId": "BRIOLL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046380"
},
"departure": {
"time": "1772046380"
},
"stopId": "VARENN-E",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "31",
"tripId": "3163C"
}
}
},
{
"id": "trip:6258081",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045271"
},
"departure": {
"time": "1772045305"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772045307"
},
"departure": {
"time": "1772045307"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772045369"
},
"departure": {
"time": "1772045369"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772045402"
},
"departure": {
"time": "1772045402"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772045435"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258081"
}
}
},
{
"id": "trip:6544710",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045226"
},
"departure": {
"time": "1772045249"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045362"
},
"departure": {
"time": "1772045362"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045462"
},
"departure": {
"time": "1772045462"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045522"
},
"departure": {
"time": "1772045522"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045622"
},
"departure": {
"time": "1772045622"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045722"
},
"departure": {
"time": "1772045722"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045812"
},
"departure": {
"time": "1772045812"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045932"
},
"departure": {
"time": "1772045932"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046022"
},
"departure": {
"time": "1772046022"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046142"
},
"departure": {
"time": "1772046142"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046222"
},
"departure": {
"time": "1772046222"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046342"
},
"departure": {
"time": "1772046342"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046432"
},
"departure": {
"time": "1772046432"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046602"
},
"departure": {
"time": "1772046602"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046702"
},
"departure": {
"time": "1772046702"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046782"
},
"departure": {
"time": "1772046782"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046872"
},
"departure": {
"time": "1772046872"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046952"
},
"departure": {
"time": "1772046952"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047042"
},
"departure": {
"time": "1772047042"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047122"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544710"
}
}
},
{
"id": "trip:6545043",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048460"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048556"
},
"departure": {
"time": "1772048556"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048660"
},
"departure": {
"time": "1772048660"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048740"
},
"departure": {
"time": "1772048740"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048831"
},
"departure": {
"time": "1772048831"
},
"stopId": "1ELYS",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6545043"
}
}
},
{
"id": "trip:6257463",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045268"
},
"departure": {
"time": "1772045268"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045283"
},
"departure": {
"time": "1772045299"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045314"
},
"departure": {
"time": "1772045314"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045333"
},
"departure": {
"time": "1772045333"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045436"
},
"departure": {
"time": "1772045436"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045480"
},
"departure": {
"time": "1772045480"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045518"
},
"departure": {
"time": "1772045518"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045562"
},
"departure": {
"time": "1772045562"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045608"
},
"departure": {
"time": "1772045608"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045664"
},
"departure": {
"time": "1772045664"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045713"
},
"departure": {
"time": "1772045713"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045758"
},
"departure": {
"time": "1772045758"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045814"
},
"departure": {
"time": "1772045814"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045860"
},
"departure": {
"time": "1772045860"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045928"
},
"departure": {
"time": "1772045928"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045972"
},
"departure": {
"time": "1772045972"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046010"
},
"departure": {
"time": "1772046010"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046071"
},
"departure": {
"time": "1772046071"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046118"
},
"departure": {
"time": "1772046118"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046162"
},
"departure": {
"time": "1772046162"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046222"
},
"departure": {
"time": "1772046222"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046257"
},
"departure": {
"time": "1772046257"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046318"
},
"departure": {
"time": "1772046318"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046357"
},
"departure": {
"time": "1772046357"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046416"
},
"departure": {
"time": "1772046416"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046641"
},
"departure": {
"time": "1772046641"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046702"
},
"departure": {
"time": "1772046702"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046900"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047001"
},
"departure": {
"time": "1772047001"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047077"
},
"departure": {
"time": "1772047077"
},
"stopId": "SAVARY-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047112"
},
"departure": {
"time": "1772047112"
},
"stopId": "MUSSET-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047188"
},
"departure": {
"time": "1772047188"
},
"stopId": "LUTIN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047230"
},
"departure": {
"time": "1772047230"
},
"stopId": "MACE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047257"
},
"departure": {
"time": "1772047257"
},
"stopId": "DESJAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047361"
},
"departure": {
"time": "1772047361"
},
"stopId": "ALDUNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047497"
},
"departure": {
"time": "1772047497"
},
"stopId": "RBRIOL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047529"
},
"departure": {
"time": "1772047529"
},
"stopId": "NOZAY-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047586"
},
"departure": {
"time": "1772047586"
},
"stopId": "AUVERG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047151"
},
"departure": {
"time": "1772047151"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047287"
},
"departure": {
"time": "1772047287"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACULT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047428"
},
"departure": {
"time": "1772047428"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCIT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047611"
},
"departure": {
"time": "1772047611"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047672"
},
"departure": {
"time": "1772047672"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047632"
},
"departure": {
"time": "1772047632"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047695"
},
"departure": {
"time": "1772047695"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047734"
},
"departure": {
"time": "1772047734"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047780"
},
"departure": {
"time": "1772047780"
},
"stopId": "DEBUSS-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047816"
},
"departure": {
"time": "1772047816"
},
"stopId": "BOISAB-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047850"
},
"departure": {
"time": "1772047850"
},
"stopId": "DUBELL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047949"
},
"departure": {
"time": "1772047949"
},
"stopId": "REDUM-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772047996"
},
"departure": {
"time": "1772047996"
},
"stopId": "HIPPODRO",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048134"
},
"departure": {
"time": "1772048134"
},
"stopId": "COTTAG-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048176"
},
"stopId": "EVENTARD",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257463"
}
}
},
{
"id": "trip:6258630",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046480"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046502"
},
"departure": {
"time": "1772046502"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046540"
},
"departure": {
"time": "1772046540"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046589"
},
"departure": {
"time": "1772046589"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046658"
},
"departure": {
"time": "1772046658"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046747"
},
"departure": {
"time": "1772046747"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046818"
},
"departure": {
"time": "1772046818"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046950"
},
"departure": {
"time": "1772046950"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047049"
},
"departure": {
"time": "1772047049"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046660"
},
"departure": {
"time": "1772046660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046748"
},
"departure": {
"time": "1772046748"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046787"
},
"departure": {
"time": "1772046787"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046835"
},
"departure": {
"time": "1772046835"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046888"
},
"departure": {
"time": "1772046888"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046947"
},
"departure": {
"time": "1772046947"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047074"
},
"departure": {
"time": "1772047074"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047127"
},
"departure": {
"time": "1772047127"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047195"
},
"departure": {
"time": "1772047195"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047226"
},
"departure": {
"time": "1772047226"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047278"
},
"departure": {
"time": "1772047278"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047318"
},
"departure": {
"time": "1772047318"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047455"
},
"departure": {
"time": "1772047455"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047545"
},
"departure": {
"time": "1772047545"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047590"
},
"departure": {
"time": "1772047590"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047667"
},
"departure": {
"time": "1772047667"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047755"
},
"departure": {
"time": "1772047755"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047787"
},
"departure": {
"time": "1772047787"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047845"
},
"departure": {
"time": "1772047845"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047899"
},
"departure": {
"time": "1772047899"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047935"
},
"departure": {
"time": "1772047935"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047998"
},
"departure": {
"time": "1772047998"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048045"
},
"departure": {
"time": "1772048045"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048085"
},
"departure": {
"time": "1772048085"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048197"
},
"departure": {
"time": "1772048197"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048243"
},
"departure": {
"time": "1772048243"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048312"
},
"departure": {
"time": "1772048312"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048391"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258630"
}
}
},
{
"id": "trip:6257594",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045305"
},
"departure": {
"time": "1772045305"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAVARY-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045340"
},
"departure": {
"time": "1772045340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MUSSET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045416"
},
"departure": {
"time": "1772045416"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LUTIN-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045458"
},
"departure": {
"time": "1772045458"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MACE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045485"
},
"departure": {
"time": "1772045485"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DESJAR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045589"
},
"departure": {
"time": "1772045589"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ALDUNA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045723"
},
"departure": {
"time": "1772045723"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RBRIOL-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045750"
},
"departure": {
"time": "1772045750"
},
"scheduleRelationship": "SKIPPED",
"stopId": "NOZAY-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045798"
},
"departure": {
"time": "1772045798"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AUVERG-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045838"
},
"departure": {
"time": "1772045838"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAVOIE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772045890"
},
"departure": {
"time": "1772045890"
},
"scheduleRelationship": "SKIPPED",
"stopId": "INDUST-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772045953"
},
"departure": {
"time": "1772045953"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOTELL-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046018"
},
"departure": {
"time": "1772046018"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBUMO-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046199"
},
"stopId": "PROVIN-E",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257594"
}
}
},
{
"id": "trip:6544513",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045253"
},
"departure": {
"time": "1772045284"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045302"
},
"departure": {
"time": "1772045302"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045392"
},
"departure": {
"time": "1772045392"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045453"
},
"departure": {
"time": "1772045453"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045499"
},
"departure": {
"time": "1772045499"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045640"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544513"
}
}
},
{
"id": "trip:6544396",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045820"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045857"
},
"departure": {
"time": "1772045857"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046032"
},
"departure": {
"time": "1772046032"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046060"
},
"departure": {
"time": "1772046060"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046180"
},
"departure": {
"time": "1772046180"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046263"
},
"departure": {
"time": "1772046263"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046360"
},
"departure": {
"time": "1772046360"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046480"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544396"
}
}
},
{
"id": "trip:6544399",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047980"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048017"
},
"departure": {
"time": "1772048017"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048192"
},
"departure": {
"time": "1772048192"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048220"
},
"departure": {
"time": "1772048220"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048423"
},
"departure": {
"time": "1772048423"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048640"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544399"
}
}
},
{
"id": "trip:6258335",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045211"
},
"departure": {
"time": "1772045236"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045296"
},
"departure": {
"time": "1772045296"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045348"
},
"departure": {
"time": "1772045348"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045387"
},
"departure": {
"time": "1772045387"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045447"
},
"departure": {
"time": "1772045447"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045499"
},
"departure": {
"time": "1772045499"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045610"
},
"departure": {
"time": "1772045610"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045665"
},
"departure": {
"time": "1772045665"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045737"
},
"departure": {
"time": "1772045737"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045795"
},
"departure": {
"time": "1772045795"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045896"
},
"departure": {
"time": "1772045896"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045978"
},
"departure": {
"time": "1772045978"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046030"
},
"departure": {
"time": "1772046030"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046067"
},
"departure": {
"time": "1772046067"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046210"
},
"departure": {
"time": "1772046210"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046286"
},
"departure": {
"time": "1772046286"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046395"
},
"departure": {
"time": "1772046395"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046456"
},
"departure": {
"time": "1772046456"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046510"
},
"departure": {
"time": "1772046510"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046624"
},
"departure": {
"time": "1772046624"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046671"
},
"departure": {
"time": "1772046671"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046725"
},
"departure": {
"time": "1772046725"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046809"
},
"departure": {
"time": "1772046900"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047001"
},
"departure": {
"time": "1772047001"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047170"
},
"departure": {
"time": "1772047170"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047329"
},
"departure": {
"time": "1772047329"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047403"
},
"departure": {
"time": "1772047403"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047445"
},
"departure": {
"time": "1772047445"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047509"
},
"departure": {
"time": "1772047509"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047596"
},
"departure": {
"time": "1772047596"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047648"
},
"departure": {
"time": "1772047648"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047687"
},
"departure": {
"time": "1772047687"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047753"
},
"departure": {
"time": "1772047753"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047786"
},
"departure": {
"time": "1772047786"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047809"
},
"departure": {
"time": "1772047809"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047843"
},
"departure": {
"time": "1772047843"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047859"
},
"departure": {
"time": "1772047859"
},
"stopId": "MAISDA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047893"
},
"departure": {
"time": "1772047893"
},
"stopId": "CHMART-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047925"
},
"departure": {
"time": "1772047925"
},
"stopId": "MLYAUT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047980"
},
"departure": {
"time": "1772047980"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048021"
},
"departure": {
"time": "1772048021"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048063"
},
"departure": {
"time": "1772048063"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772048107"
},
"departure": {
"time": "1772048107"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048148"
},
"departure": {
"time": "1772048148"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772048183"
},
"departure": {
"time": "1772048183"
},
"stopId": "TERNIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048215"
},
"departure": {
"time": "1772048215"
},
"stopId": "BALAND-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048257"
},
"departure": {
"time": "1772048257"
},
"stopId": "PIECE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048312"
},
"departure": {
"time": "1772048312"
},
"stopId": "LA-BOI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048356"
},
"departure": {
"time": "1772048356"
},
"stopId": "SCHWAL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048388"
},
"stopId": "ADEZIERE",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258335"
}
}
},
{
"id": "trip:6260037",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045230"
},
"departure": {
"time": "1772045230"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045367"
},
"departure": {
"time": "1772045367"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045446"
},
"departure": {
"time": "1772045446"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045484"
},
"departure": {
"time": "1772045484"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045724"
},
"departure": {
"time": "1772045724"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045784"
},
"departure": {
"time": "1772045784"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045844"
},
"departure": {
"time": "1772045844"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045872"
},
"departure": {
"time": "1772045872"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045909"
},
"departure": {
"time": "1772045909"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046024"
},
"departure": {
"time": "1772046024"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046053"
},
"departure": {
"time": "1772046053"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046088"
},
"departure": {
"time": "1772046088"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046133"
},
"departure": {
"time": "1772046133"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046183"
},
"departure": {
"time": "1772046183"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046216"
},
"departure": {
"time": "1772046216"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046250"
},
"departure": {
"time": "1772046250"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046281"
},
"departure": {
"time": "1772046281"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046363"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260037"
}
}
},
{
"id": "trip:6258507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046600"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046662"
},
"departure": {
"time": "1772046662"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046709"
},
"departure": {
"time": "1772046709"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046742"
},
"departure": {
"time": "1772046742"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046827"
},
"departure": {
"time": "1772046827"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046865"
},
"departure": {
"time": "1772046865"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046895"
},
"departure": {
"time": "1772046895"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046935"
},
"departure": {
"time": "1772046935"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047002"
},
"departure": {
"time": "1772047002"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047054"
},
"departure": {
"time": "1772047054"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047135"
},
"departure": {
"time": "1772047135"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047221"
},
"departure": {
"time": "1772047221"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047472"
},
"departure": {
"time": "1772047472"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047517"
},
"departure": {
"time": "1772047517"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047560"
},
"departure": {
"time": "1772047560"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047595"
},
"departure": {
"time": "1772047595"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047656"
},
"departure": {
"time": "1772047656"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047701"
},
"departure": {
"time": "1772047701"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047740"
},
"departure": {
"time": "1772047740"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047862"
},
"departure": {
"time": "1772047862"
},
"stopId": "PAULBERT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772047980"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048050"
},
"departure": {
"time": "1772048050"
},
"stopId": "CCI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048094"
},
"departure": {
"time": "1772048094"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048209"
},
"departure": {
"time": "1772048209"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048249"
},
"departure": {
"time": "1772048249"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048264"
},
"departure": {
"time": "1772048264"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048109"
},
"departure": {
"time": "1772048109"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048160"
},
"departure": {
"time": "1772048160"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048228"
},
"departure": {
"time": "1772048228"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048316"
},
"departure": {
"time": "1772048316"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048440"
},
"departure": {
"time": "1772048440"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048313"
},
"departure": {
"time": "1772048313"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048367"
},
"departure": {
"time": "1772048367"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048368"
},
"departure": {
"time": "1772048368"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772048465"
},
"departure": {
"time": "1772048465"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772048517"
},
"departure": {
"time": "1772048517"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772048555"
},
"departure": {
"time": "1772048555"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772048629"
},
"departure": {
"time": "1772048629"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048673"
},
"departure": {
"time": "1772048673"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048761"
},
"departure": {
"time": "1772048761"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772048813"
},
"departure": {
"time": "1772048813"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048876"
},
"departure": {
"time": "1772048876"
},
"stopId": "BRASSE-E",
"stopSequence": 47
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258507"
}
}
},
{
"id": "trip:6257484",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045246"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045342"
},
"departure": {
"time": "1772045342"
},
"stopId": "COTTAGE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045399"
},
"departure": {
"time": "1772045399"
},
"stopId": "DUBELL-2",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045426"
},
"departure": {
"time": "1772045426"
},
"stopId": "BOISABBE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045462"
},
"departure": {
"time": "1772045462"
},
"stopId": "DEBUSSY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045508"
},
"departure": {
"time": "1772045508"
},
"stopId": "HOTELLER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045531"
},
"departure": {
"time": "1772045531"
},
"stopId": "INDUSTRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045603"
},
"departure": {
"time": "1772045603"
},
"stopId": "SAVOIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045659"
},
"departure": {
"time": "1772045659"
},
"stopId": "AUVERGNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045697"
},
"departure": {
"time": "1772045697"
},
"stopId": "NOZAY",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045726"
},
"departure": {
"time": "1772045726"
},
"stopId": "RBRIOLLA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045930"
},
"departure": {
"time": "1772045930"
},
"stopId": "MIMOSAS",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045996"
},
"departure": {
"time": "1772045996"
},
"stopId": "BRISEPOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046047"
},
"departure": {
"time": "1772046047"
},
"stopId": "DESJARDI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046089"
},
"departure": {
"time": "1772046089"
},
"stopId": "MACE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046118"
},
"departure": {
"time": "1772046118"
},
"stopId": "LUTIN",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046205"
},
"departure": {
"time": "1772046205"
},
"stopId": "MUSSET",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046245"
},
"departure": {
"time": "1772046245"
},
"stopId": "SAVARY",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045466"
},
"departure": {
"time": "1772045466"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENNE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045526"
},
"departure": {
"time": "1772045526"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESOLI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCITR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045695"
},
"departure": {
"time": "1772045695"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045804"
},
"departure": {
"time": "1772045804"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACUL-SS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045820"
},
"departure": {
"time": "1772045820"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAINE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045945"
},
"departure": {
"time": "1772045945"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046329"
},
"departure": {
"time": "1772046329"
},
"stopId": "MENDESFR",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046443"
},
"departure": {
"time": "1772046443"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046585"
},
"departure": {
"time": "1772046585"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046564"
},
"departure": {
"time": "1772046564"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046792"
},
"departure": {
"time": "1772046792"
},
"stopId": "SEMARD-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046827"
},
"departure": {
"time": "1772046827"
},
"stopId": "PONTNO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046894"
},
"departure": {
"time": "1772046894"
},
"stopId": "POIREL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046961"
},
"departure": {
"time": "1772046961"
},
"stopId": "VAUBAN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047040"
},
"departure": {
"time": "1772047040"
},
"stopId": "CHANZY-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047100"
},
"departure": {
"time": "1772047100"
},
"stopId": "LAFAYE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047186"
},
"departure": {
"time": "1772047186"
},
"stopId": "MIRABE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047241"
},
"departure": {
"time": "1772047241"
},
"stopId": "CESARG-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047280"
},
"departure": {
"time": "1772047280"
},
"stopId": "BLANDE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047336"
},
"departure": {
"time": "1772047336"
},
"stopId": "MUTUAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047408"
},
"departure": {
"time": "1772047408"
},
"stopId": "VILLES-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047457"
},
"departure": {
"time": "1772047457"
},
"stopId": "VIVIER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047520"
},
"departure": {
"time": "1772047520"
},
"stopId": "MARIAN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047571"
},
"departure": {
"time": "1772047571"
},
"stopId": "LINOVE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047610"
},
"departure": {
"time": "1772047610"
},
"stopId": "DANGEL-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047670"
},
"departure": {
"time": "1772047670"
},
"stopId": "ATHLET-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047714"
},
"departure": {
"time": "1772047714"
},
"stopId": "DIONNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047760"
},
"departure": {
"time": "1772047760"
},
"stopId": "GENDRO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047804"
},
"departure": {
"time": "1772047804"
},
"stopId": "CHESNA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047852"
},
"departure": {
"time": "1772047852"
},
"stopId": "GIRAD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047947"
},
"departure": {
"time": "1772047947"
},
"stopId": "FRANVILL",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048000"
},
"departure": {
"time": "1772048000"
},
"stopId": "GGESSAND",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048032"
},
"departure": {
"time": "1772048032"
},
"stopId": "MACURIE",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048062"
},
"departure": {
"time": "1772048062"
},
"stopId": "JEROSTAN",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048092"
},
"departure": {
"time": "1772048092"
},
"stopId": "RONCIERE",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048120"
},
"departure": {
"time": "1772048120"
},
"stopId": "GUILLE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048140"
},
"departure": {
"time": "1772048140"
},
"stopId": "BAUDRA-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048256"
},
"stopId": "MOULINMA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257484"
}
}
},
{
"id": "trip:6258691",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045207"
},
"departure": {
"time": "1772045231"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045274"
},
"departure": {
"time": "1772045291"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045319"
},
"departure": {
"time": "1772045319"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045355"
},
"departure": {
"time": "1772045355"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045418"
},
"departure": {
"time": "1772045418"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045465"
},
"departure": {
"time": "1772045465"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045505"
},
"departure": {
"time": "1772045505"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045639"
},
"departure": {
"time": "1772045639"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045665"
},
"departure": {
"time": "1772045665"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045743"
},
"departure": {
"time": "1772045743"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045839"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258691"
}
}
},
{
"id": "trip:6545042",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047740"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047836"
},
"departure": {
"time": "1772047836"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047940"
},
"departure": {
"time": "1772047940"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048021"
},
"departure": {
"time": "1772048021"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048114"
},
"departure": {
"time": "1772048114"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048224"
},
"departure": {
"time": "1772048224"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048400"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6545042"
}
}
},
{
"id": "trip:6257438",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045287"
},
"departure": {
"time": "1772045287"
},
"stopId": "MONTREJO",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045309"
},
"departure": {
"time": "1772045316"
},
"stopId": "COUPERIN",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045425"
},
"departure": {
"time": "1772045425"
},
"stopId": "MONTAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045470"
},
"departure": {
"time": "1772045470"
},
"stopId": "LAREVELL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045564"
},
"departure": {
"time": "1772045564"
},
"stopId": "MAISARTS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045634"
},
"departure": {
"time": "1772045634"
},
"stopId": "CLEMOINE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045723"
},
"departure": {
"time": "1772045723"
},
"stopId": "MAIL-NAE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045770"
},
"stopId": "LORRAIN2",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"tripId": "6257438"
}
}
},
{
"id": "trip:2468",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045960"
},
"departure": {
"time": "1772045960"
},
"stopId": "GARDOT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046099"
},
"departure": {
"time": "1772046099"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046260"
},
"departure": {
"time": "1772046260"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "24",
"tripId": "2468"
}
}
},
{
"id": "trip:6258450",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045207"
},
"departure": {
"time": "1772045207"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045297"
},
"departure": {
"time": "1772045297"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045280"
},
"departure": {
"time": "1772045280"
},
"stopId": "JEBOUTON",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045376"
},
"departure": {
"time": "1772045376"
},
"stopId": "LAVOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045437"
},
"departure": {
"time": "1772045437"
},
"stopId": "RIOTTEAU",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045473"
},
"departure": {
"time": "1772045473"
},
"stopId": "ALLUMETT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045521"
},
"departure": {
"time": "1772045521"
},
"stopId": "DAGUERRE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045570"
},
"departure": {
"time": "1772045570"
},
"stopId": "BELVTR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045630"
},
"departure": {
"time": "1772045630"
},
"stopId": "MARAIS-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045715"
},
"departure": {
"time": "1772045715"
},
"stopId": "GASPALON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045820"
},
"departure": {
"time": "1772045820"
},
"stopId": "VILSANTE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045857"
},
"departure": {
"time": "1772045857"
},
"stopId": "CORMIER",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045926"
},
"departure": {
"time": "1772045926"
},
"stopId": "STLEONAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045955"
},
"departure": {
"time": "1772045955"
},
"stopId": "GERICAUL",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046000"
},
"departure": {
"time": "1772046000"
},
"stopId": "MONGAZON",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046028"
},
"departure": {
"time": "1772046028"
},
"stopId": "KOPA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046075"
},
"departure": {
"time": "1772046075"
},
"stopId": "DESMAZ",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046117"
},
"departure": {
"time": "1772046117"
},
"stopId": "ANFRANCK",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046165"
},
"departure": {
"time": "1772046165"
},
"stopId": "STJOSEP",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046219"
},
"departure": {
"time": "1772046219"
},
"stopId": "PLDULYCE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046360"
},
"stopId": "HMAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046414"
},
"departure": {
"time": "1772046414"
},
"stopId": "FO-LOR-R",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046525"
},
"departure": {
"time": "1772046525"
},
"stopId": "STAUBI-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046578"
},
"departure": {
"time": "1772046578"
},
"stopId": "HARAS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "LESGAR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046808"
},
"departure": {
"time": "1772046808"
},
"stopId": "SEMARD-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046846"
},
"departure": {
"time": "1772046846"
},
"stopId": "PONTNO-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046920"
},
"departure": {
"time": "1772046920"
},
"stopId": "POIREL-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046961"
},
"departure": {
"time": "1772046961"
},
"stopId": "VAUBAN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047013"
},
"departure": {
"time": "1772047013"
},
"stopId": "FREMUR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "STRASB-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047191"
},
"departure": {
"time": "1772047191"
},
"stopId": "LETAND-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047222"
},
"departure": {
"time": "1772047222"
},
"stopId": "BEDIER-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047255"
},
"departure": {
"time": "1772047255"
},
"stopId": "INTREP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047286"
},
"departure": {
"time": "1772047286"
},
"stopId": "MTARDA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047325"
},
"departure": {
"time": "1772047325"
},
"stopId": "AUBRY-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047376"
},
"departure": {
"time": "1772047376"
},
"stopId": "COSSE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047439"
},
"departure": {
"time": "1772047439"
},
"stopId": "HUTREA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047460"
},
"departure": {
"time": "1772047460"
},
"stopId": "JOLIVE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047515"
},
"departure": {
"time": "1772047515"
},
"stopId": "BELOEI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047551"
},
"departure": {
"time": "1772047551"
},
"stopId": "RTEDAN-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047597"
},
"departure": {
"time": "1772047597"
},
"stopId": "LESROS-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047670"
},
"departure": {
"time": "1772047670"
},
"stopId": "LOUPIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047736"
},
"departure": {
"time": "1772047736"
},
"stopId": "MASGEM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047782"
},
"departure": {
"time": "1772047782"
},
"stopId": "HOSGEM-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047846"
},
"departure": {
"time": "1772047846"
},
"stopId": "CLOS9-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047893"
},
"departure": {
"time": "1772047893"
},
"stopId": "VANRIE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047947"
},
"departure": {
"time": "1772047947"
},
"stopId": "PORTSG-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047976"
},
"departure": {
"time": "1772047976"
},
"stopId": "LECHEN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048031"
},
"stopId": "ROMORNA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258450"
}
}
},
{
"id": "trip:6544797",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046680"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046760"
},
"departure": {
"time": "1772046760"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046830"
},
"departure": {
"time": "1772046830"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046910"
},
"departure": {
"time": "1772046910"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047000"
},
"departure": {
"time": "1772047000"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047090"
},
"departure": {
"time": "1772047090"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047190"
},
"departure": {
"time": "1772047190"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047350"
},
"departure": {
"time": "1772047350"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047560"
},
"departure": {
"time": "1772047560"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047640"
},
"departure": {
"time": "1772047640"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047760"
},
"departure": {
"time": "1772047760"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047850"
},
"departure": {
"time": "1772047850"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047970"
},
"departure": {
"time": "1772047970"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048080"
},
"departure": {
"time": "1772048080"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048180"
},
"departure": {
"time": "1772048180"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048250"
},
"departure": {
"time": "1772048250"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048320"
},
"departure": {
"time": "1772048320"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048430"
},
"departure": {
"time": "1772048430"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048620"
},
"departure": {
"time": "1772048620"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048720"
},
"departure": {
"time": "1772048720"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048840"
},
"departure": {
"time": "1772048840"
},
"stopId": "1JE23",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544797"
}
}
},
{
"id": "trip:6260010",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045356"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045413"
},
"departure": {
"time": "1772045413"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045454"
},
"departure": {
"time": "1772045454"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045501"
},
"departure": {
"time": "1772045501"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045536"
},
"departure": {
"time": "1772045536"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045600"
},
"departure": {
"time": "1772045600"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045636"
},
"departure": {
"time": "1772045636"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045672"
},
"departure": {
"time": "1772045672"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045706"
},
"departure": {
"time": "1772045706"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045770"
},
"departure": {
"time": "1772045770"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045796"
},
"departure": {
"time": "1772045796"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045816"
},
"departure": {
"time": "1772045816"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045836"
},
"departure": {
"time": "1772045836"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045896"
},
"departure": {
"time": "1772045896"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046016"
},
"departure": {
"time": "1772046016"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046526"
},
"departure": {
"time": "1772046526"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046559"
},
"departure": {
"time": "1772046559"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046645"
},
"departure": {
"time": "1772046645"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046699"
},
"departure": {
"time": "1772046699"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046731"
},
"departure": {
"time": "1772046731"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046770"
},
"departure": {
"time": "1772046770"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046011"
},
"departure": {
"time": "1772046011"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046089"
},
"departure": {
"time": "1772046089"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046814"
},
"stopId": "GAREPAPI",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6260010"
}
}
},
{
"id": "trip:6258313",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045259"
},
"departure": {
"time": "1772045282"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045312"
},
"departure": {
"time": "1772045312"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045362"
},
"departure": {
"time": "1772045362"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045257"
},
"departure": {
"time": "1772045257"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045280"
},
"departure": {
"time": "1772045280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045319"
},
"departure": {
"time": "1772045319"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045471"
},
"departure": {
"time": "1772045471"
},
"stopId": "MAISDA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045511"
},
"departure": {
"time": "1772045511"
},
"stopId": "CHMART-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045548"
},
"departure": {
"time": "1772045548"
},
"stopId": "MLYAUT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045613"
},
"departure": {
"time": "1772045613"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045661"
},
"departure": {
"time": "1772045661"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045710"
},
"departure": {
"time": "1772045710"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045761"
},
"departure": {
"time": "1772045761"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045809"
},
"departure": {
"time": "1772045809"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045844"
},
"departure": {
"time": "1772045844"
},
"stopId": "TERNIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045876"
},
"departure": {
"time": "1772045876"
},
"stopId": "BALAND-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045918"
},
"departure": {
"time": "1772045918"
},
"stopId": "PIECE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045973"
},
"departure": {
"time": "1772045973"
},
"stopId": "LA-BOI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046017"
},
"departure": {
"time": "1772046017"
},
"stopId": "SCHWAL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046049"
},
"stopId": "ADEZIERE",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258313"
}
}
},
{
"id": "trip:6258482",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045250"
},
"departure": {
"time": "1772045271"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045311"
},
"departure": {
"time": "1772045311"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045409"
},
"departure": {
"time": "1772045409"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045460"
},
"departure": {
"time": "1772045460"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045482"
},
"departure": {
"time": "1772045482"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045542"
},
"departure": {
"time": "1772045542"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045563"
},
"departure": {
"time": "1772045563"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045632"
},
"departure": {
"time": "1772045632"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045669"
},
"departure": {
"time": "1772045669"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045719"
},
"departure": {
"time": "1772045719"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045749"
},
"departure": {
"time": "1772045749"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045786"
},
"departure": {
"time": "1772045786"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045820"
},
"departure": {
"time": "1772045820"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045913"
},
"departure": {
"time": "1772045913"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045969"
},
"departure": {
"time": "1772045969"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046016"
},
"departure": {
"time": "1772046016"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046049"
},
"departure": {
"time": "1772046049"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046108"
},
"departure": {
"time": "1772046108"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046146"
},
"departure": {
"time": "1772046146"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046180"
},
"departure": {
"time": "1772046180"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046391"
},
"departure": {
"time": "1772046391"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046451"
},
"departure": {
"time": "1772046451"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046540"
},
"departure": {
"time": "1772046600"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046733"
},
"departure": {
"time": "1772046733"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046803"
},
"departure": {
"time": "1772046803"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046864"
},
"departure": {
"time": "1772046864"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046908"
},
"departure": {
"time": "1772046908"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047020"
},
"departure": {
"time": "1772047020"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047089"
},
"departure": {
"time": "1772047089"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047114"
},
"departure": {
"time": "1772047114"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047211"
},
"departure": {
"time": "1772047211"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047371"
},
"departure": {
"time": "1772047371"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047450"
},
"departure": {
"time": "1772047450"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047495"
},
"departure": {
"time": "1772047495"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047559"
},
"departure": {
"time": "1772047559"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047606"
},
"departure": {
"time": "1772047606"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047647"
},
"departure": {
"time": "1772047647"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047706"
},
"departure": {
"time": "1772047706"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047842"
},
"departure": {
"time": "1772047842"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047921"
},
"departure": {
"time": "1772047921"
},
"stopId": "ECURIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047991"
},
"departure": {
"time": "1772047991"
},
"stopId": "RTSORGES",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048040"
},
"stopId": "SORGES",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258482"
}
}
},
{
"id": "trip:6260081",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047625"
},
"departure": {
"time": "1772047625"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047668"
},
"departure": {
"time": "1772047668"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047741"
},
"departure": {
"time": "1772047741"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047783"
},
"departure": {
"time": "1772047783"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047833"
},
"departure": {
"time": "1772047833"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047895"
},
"departure": {
"time": "1772047895"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047943"
},
"departure": {
"time": "1772047943"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048022"
},
"departure": {
"time": "1772048022"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048076"
},
"departure": {
"time": "1772048076"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048145"
},
"departure": {
"time": "1772048145"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048185"
},
"departure": {
"time": "1772048185"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048234"
},
"departure": {
"time": "1772048234"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048305"
},
"departure": {
"time": "1772048305"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048375"
},
"departure": {
"time": "1772048375"
},
"stopId": "LEQUAI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048537"
},
"departure": {
"time": "1772048537"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048617"
},
"departure": {
"time": "1772048617"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048677"
},
"departure": {
"time": "1772048677"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048718"
},
"departure": {
"time": "1772048718"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048767"
},
"departure": {
"time": "1772048767"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048814"
},
"departure": {
"time": "1772048814"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048857"
},
"departure": {
"time": "1772048857"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048917"
},
"departure": {
"time": "1772048917"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260081"
}
}
},
{
"id": "trip:6257960",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045251"
},
"departure": {
"time": "1772045251"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045220"
},
"departure": {
"time": "1772045220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045273"
},
"departure": {
"time": "1772045273"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045332"
},
"departure": {
"time": "1772045332"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045460"
},
"departure": {
"time": "1772045460"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045327"
},
"departure": {
"time": "1772045327"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045385"
},
"departure": {
"time": "1772045385"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045476"
},
"departure": {
"time": "1772045476"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045543"
},
"departure": {
"time": "1772045543"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045598"
},
"departure": {
"time": "1772045598"
},
"stopId": "BOISRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045664"
},
"departure": {
"time": "1772045664"
},
"stopId": "NDAMLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045727"
},
"departure": {
"time": "1772045727"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045783"
},
"departure": {
"time": "1772045783"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045212"
},
"departure": {
"time": "1772045243"
},
"stopId": "LEQUAI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045288"
},
"departure": {
"time": "1772045288"
},
"stopId": "DUMESN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045851"
},
"departure": {
"time": "1772045851"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045895"
},
"departure": {
"time": "1772045895"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772045985"
},
"departure": {
"time": "1772045985"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046021"
},
"departure": {
"time": "1772046021"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046045"
},
"departure": {
"time": "1772046045"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046073"
},
"departure": {
"time": "1772046073"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046110"
},
"departure": {
"time": "1772046110"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046141"
},
"departure": {
"time": "1772046141"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046225"
},
"departure": {
"time": "1772046225"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772046251"
},
"departure": {
"time": "1772046251"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772046282"
},
"departure": {
"time": "1772046282"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772046321"
},
"departure": {
"time": "1772046321"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772046365"
},
"departure": {
"time": "1772046365"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772046422"
},
"departure": {
"time": "1772046422"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772046475"
},
"departure": {
"time": "1772046475"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772046536"
},
"departure": {
"time": "1772046536"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772046579"
},
"departure": {
"time": "1772046579"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772046604"
},
"departure": {
"time": "1772046604"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772046677"
},
"departure": {
"time": "1772046677"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772046715"
},
"departure": {
"time": "1772046715"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772046714"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257960"
}
}
},
{
"id": "trip:6544802",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047670"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047780"
},
"departure": {
"time": "1772047780"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047890"
},
"departure": {
"time": "1772047890"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048010"
},
"departure": {
"time": "1772048010"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048120"
},
"departure": {
"time": "1772048120"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048210"
},
"departure": {
"time": "1772048210"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048310"
},
"departure": {
"time": "1772048310"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048460"
},
"departure": {
"time": "1772048460"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048560"
},
"departure": {
"time": "1772048560"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048660"
},
"departure": {
"time": "1772048660"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048750"
},
"departure": {
"time": "1772048750"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048870"
},
"departure": {
"time": "1772048870"
},
"stopId": "2BMAI",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544802"
}
}
},
{
"id": "trip:6258489",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045297"
},
"departure": {
"time": "1772045297"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045379"
},
"departure": {
"time": "1772045379"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045440"
},
"departure": {
"time": "1772045440"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045484"
},
"departure": {
"time": "1772045484"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045596"
},
"departure": {
"time": "1772045596"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045665"
},
"departure": {
"time": "1772045665"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045690"
},
"departure": {
"time": "1772045690"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045787"
},
"departure": {
"time": "1772045787"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045836"
},
"departure": {
"time": "1772045836"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045956"
},
"departure": {
"time": "1772045956"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046041"
},
"departure": {
"time": "1772046041"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046095"
},
"departure": {
"time": "1772046095"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046165"
},
"departure": {
"time": "1772046165"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046157"
},
"departure": {
"time": "1772046157"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046188"
},
"departure": {
"time": "1772046188"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046253"
},
"departure": {
"time": "1772046253"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046355"
},
"departure": {
"time": "1772046355"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046406"
},
"departure": {
"time": "1772046406"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046540"
},
"stopId": "MOULINMA",
"stopSequence": 48
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258489"
}
}
},
{
"id": "trip:3273",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045237"
},
"departure": {
"time": "0"
},
"stopId": "SOUCEL-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045512"
},
"departure": {
"time": "1772045512"
},
"stopId": "NONNA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045570"
},
"departure": {
"time": "1772045570"
},
"stopId": "HERMIT32",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "32",
"tripId": "3273"
}
}
},
{
"id": "trip:6544716",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045284"
},
"departure": {
"time": "1772045284"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544716"
}
}
},
{
"id": "trip:6257778",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045249"
},
"departure": {
"time": "1772045265"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045279"
},
"departure": {
"time": "1772045310"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045399"
},
"departure": {
"time": "1772045399"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045454"
},
"departure": {
"time": "1772045454"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045486"
},
"departure": {
"time": "1772045486"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045542"
},
"departure": {
"time": "1772045542"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772045610"
},
"departure": {
"time": "1772045610"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772045644"
},
"departure": {
"time": "1772045644"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772045719"
},
"departure": {
"time": "1772045719"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772045746"
},
"departure": {
"time": "1772045746"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772045782"
},
"departure": {
"time": "1772045782"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045883"
},
"departure": {
"time": "1772045883"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045955"
},
"departure": {
"time": "1772045955"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046077"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257778"
}
}
},
{
"id": "trip:6257485",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046660"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046735"
},
"departure": {
"time": "1772046735"
},
"stopId": "CHABOLA.",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "BOUZINAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046817"
},
"departure": {
"time": "1772046817"
},
"stopId": "RAPIDEX",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046840"
},
"departure": {
"time": "1772046840"
},
"stopId": "VALEO",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046881"
},
"departure": {
"time": "1772046881"
},
"stopId": "POMANJO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046906"
},
"departure": {
"time": "1772046906"
},
"stopId": "LEMERCIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046974"
},
"departure": {
"time": "1772046974"
},
"stopId": "SCANIA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047020"
},
"departure": {
"time": "1772047020"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047088"
},
"departure": {
"time": "1772047088"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047144"
},
"departure": {
"time": "1772047144"
},
"stopId": "AUVERGNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047182"
},
"departure": {
"time": "1772047182"
},
"stopId": "NOZAY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047211"
},
"departure": {
"time": "1772047211"
},
"stopId": "RBRIOLLA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047415"
},
"departure": {
"time": "1772047415"
},
"stopId": "MIMOSAS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047481"
},
"departure": {
"time": "1772047481"
},
"stopId": "BRISEPOT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047532"
},
"departure": {
"time": "1772047532"
},
"stopId": "DESJARDI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047574"
},
"departure": {
"time": "1772047574"
},
"stopId": "MACE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047603"
},
"departure": {
"time": "1772047603"
},
"stopId": "LUTIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047690"
},
"departure": {
"time": "1772047690"
},
"stopId": "MUSSET",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047730"
},
"departure": {
"time": "1772047730"
},
"stopId": "SAVARY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047146"
},
"departure": {
"time": "1772047146"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENNE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047206"
},
"departure": {
"time": "1772047206"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESOLI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCITR",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047375"
},
"departure": {
"time": "1772047375"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047484"
},
"departure": {
"time": "1772047484"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACUL-SS",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAINE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047625"
},
"departure": {
"time": "1772047625"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047814"
},
"departure": {
"time": "1772047814"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772048100"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048187"
},
"departure": {
"time": "1772048187"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048229"
},
"departure": {
"time": "1772048229"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "LESGAR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048425"
},
"departure": {
"time": "1772048425"
},
"stopId": "SEMARD-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048462"
},
"departure": {
"time": "1772048462"
},
"stopId": "PONTNO-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048545"
},
"departure": {
"time": "1772048545"
},
"stopId": "POIREL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048590"
},
"departure": {
"time": "1772048590"
},
"stopId": "VAUBAN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048669"
},
"departure": {
"time": "1772048669"
},
"stopId": "CHANZY-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048729"
},
"departure": {
"time": "1772048729"
},
"stopId": "LAFAYE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048815"
},
"departure": {
"time": "1772048815"
},
"stopId": "MIRABE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772048870"
},
"departure": {
"time": "1772048870"
},
"stopId": "CESARG-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772048909"
},
"departure": {
"time": "1772048909"
},
"stopId": "BLANDE-E",
"stopSequence": 40
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257485"
}
}
},
{
"id": "trip:6053975",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045360"
},
"departure": {
"time": "1772045360"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045393"
},
"departure": {
"time": "1772045393"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045427"
},
"departure": {
"time": "1772045427"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045473"
},
"departure": {
"time": "1772045473"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045512"
},
"departure": {
"time": "1772045512"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045573"
},
"departure": {
"time": "1772045573"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045654"
},
"departure": {
"time": "1772045654"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045701"
},
"departure": {
"time": "1772045701"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045761"
},
"departure": {
"time": "1772045761"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045822"
},
"departure": {
"time": "1772045822"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045876"
},
"departure": {
"time": "1772045876"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045933"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053975"
}
}
},
{
"id": "trip:6258326",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045299"
},
"departure": {
"time": "1772045299"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772045379"
},
"departure": {
"time": "1772045379"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772045429"
},
"departure": {
"time": "1772045429"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772045522"
},
"departure": {
"time": "1772045522"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045559"
},
"departure": {
"time": "1772045559"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045612"
},
"departure": {
"time": "1772045612"
},
"stopId": "RUELLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045695"
},
"departure": {
"time": "1772045695"
},
"stopId": "GENDRO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045789"
},
"departure": {
"time": "1772045789"
},
"stopId": "PATUR-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045859"
},
"departure": {
"time": "1772045859"
},
"stopId": "AUTHIO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045918"
},
"departure": {
"time": "1772045918"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045979"
},
"departure": {
"time": "1772045979"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046101"
},
"departure": {
"time": "1772046101"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046136"
},
"departure": {
"time": "1772046136"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046182"
},
"departure": {
"time": "1772046182"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772046223"
},
"departure": {
"time": "1772046223"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772046273"
},
"departure": {
"time": "1772046273"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772046319"
},
"departure": {
"time": "1772046319"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046373"
},
"departure": {
"time": "1772046373"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046398"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258326"
}
}
},
{
"id": "trip:6052701",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045282"
},
"departure": {
"time": "1772045282"
},
"stopId": "PRTLAU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045296"
},
"departure": {
"time": "1772045296"
},
"stopId": "CHAUMI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045365"
},
"departure": {
"time": "1772045365"
},
"stopId": "LESRIV-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045400"
},
"departure": {
"time": "1772045400"
},
"stopId": "BBRANC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045432"
},
"departure": {
"time": "1772045432"
},
"stopId": "VIELMA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045464"
},
"departure": {
"time": "1772045464"
},
"stopId": "MA4VE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045503"
},
"departure": {
"time": "1772045503"
},
"stopId": "FIEGEN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045547"
},
"departure": {
"time": "1772045547"
},
"stopId": "LABROS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045608"
},
"departure": {
"time": "1772045608"
},
"stopId": "BMOTTE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045701"
},
"departure": {
"time": "1772045701"
},
"stopId": "GRIMOR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045760"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6052701"
}
}
},
{
"id": "trip:6258084",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772046284"
},
"departure": {
"time": "1772046284"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046335"
},
"departure": {
"time": "1772046335"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046410"
},
"departure": {
"time": "1772046410"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046444"
},
"departure": {
"time": "1772046444"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046480"
},
"departure": {
"time": "1772046480"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046536"
},
"departure": {
"time": "1772046536"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046577"
},
"departure": {
"time": "1772046577"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046631"
},
"departure": {
"time": "1772046631"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046693"
},
"departure": {
"time": "1772046693"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046741"
},
"departure": {
"time": "1772046741"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046982"
},
"departure": {
"time": "1772046982"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047029"
},
"departure": {
"time": "1772047029"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047106"
},
"departure": {
"time": "1772047106"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047135"
},
"departure": {
"time": "1772047135"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047191"
},
"departure": {
"time": "1772047191"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047222"
},
"departure": {
"time": "1772047222"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047282"
},
"departure": {
"time": "1772047282"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047338"
},
"departure": {
"time": "1772047338"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047410"
},
"departure": {
"time": "1772047410"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047558"
},
"departure": {
"time": "1772047558"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047605"
},
"departure": {
"time": "1772047605"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047644"
},
"departure": {
"time": "1772047644"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047684"
},
"departure": {
"time": "1772047684"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047711"
},
"departure": {
"time": "1772047711"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047763"
},
"departure": {
"time": "1772047763"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047789"
},
"departure": {
"time": "1772047789"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047860"
},
"departure": {
"time": "1772047860"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047897"
},
"departure": {
"time": "1772047897"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047935"
},
"departure": {
"time": "1772047935"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047975"
},
"departure": {
"time": "1772047975"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048000"
},
"departure": {
"time": "1772048000"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048040"
},
"departure": {
"time": "1772048040"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048080"
},
"departure": {
"time": "1772048080"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048131"
},
"departure": {
"time": "1772048131"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048168"
},
"departure": {
"time": "1772048168"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772048220"
},
"departure": {
"time": "1772048220"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772048274"
},
"departure": {
"time": "1772048274"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772048359"
},
"departure": {
"time": "1772048359"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772048418"
},
"departure": {
"time": "1772048418"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772048474"
},
"departure": {
"time": "1772048474"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048614"
},
"departure": {
"time": "1772048614"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772048659"
},
"departure": {
"time": "1772048659"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048723"
},
"departure": {
"time": "1772048723"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772048804"
},
"departure": {
"time": "1772048804"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048880"
},
"departure": {
"time": "1772048880"
},
"stopId": "CAMELIAS",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258084"
}
}
},
{
"id": "trip:6544799",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048310"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048390"
},
"departure": {
"time": "1772048390"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048460"
},
"departure": {
"time": "1772048460"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048540"
},
"departure": {
"time": "1772048540"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048620"
},
"departure": {
"time": "1772048620"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048700"
},
"departure": {
"time": "1772048700"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048800"
},
"departure": {
"time": "1772048800"
},
"stopId": "1BOTA",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544799"
}
}
},
{
"id": "trip:6260048",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046780"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046837"
},
"departure": {
"time": "1772046837"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046878"
},
"departure": {
"time": "1772046878"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046925"
},
"departure": {
"time": "1772046925"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046960"
},
"departure": {
"time": "1772046960"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047021"
},
"departure": {
"time": "1772047021"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047062"
},
"departure": {
"time": "1772047062"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047102"
},
"departure": {
"time": "1772047102"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047140"
},
"departure": {
"time": "1772047140"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047194"
},
"departure": {
"time": "1772047194"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047216"
},
"departure": {
"time": "1772047216"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047243"
},
"departure": {
"time": "1772047243"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047950"
},
"departure": {
"time": "1772047950"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048012"
},
"departure": {
"time": "1772048012"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048089"
},
"departure": {
"time": "1772048089"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048123"
},
"departure": {
"time": "1772048123"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048184"
},
"departure": {
"time": "1772048184"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048223"
},
"departure": {
"time": "1772048223"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047740"
},
"departure": {
"time": "1772047740"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047811"
},
"departure": {
"time": "1772047811"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047889"
},
"departure": {
"time": "1772047889"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048267"
},
"stopId": "GAREPAPI",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6260048"
}
}
},
{
"id": "trip:6257462",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047080"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047192"
},
"departure": {
"time": "1772047192"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047289"
},
"departure": {
"time": "1772047289"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047322"
},
"departure": {
"time": "1772047322"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047351"
},
"departure": {
"time": "1772047351"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047435"
},
"departure": {
"time": "1772047435"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047538"
},
"departure": {
"time": "1772047538"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047582"
},
"departure": {
"time": "1772047582"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047620"
},
"departure": {
"time": "1772047620"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047664"
},
"departure": {
"time": "1772047664"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047710"
},
"departure": {
"time": "1772047710"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047766"
},
"departure": {
"time": "1772047766"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047815"
},
"departure": {
"time": "1772047815"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047860"
},
"departure": {
"time": "1772047860"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047916"
},
"departure": {
"time": "1772047916"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047962"
},
"departure": {
"time": "1772047962"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048030"
},
"departure": {
"time": "1772048030"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048074"
},
"departure": {
"time": "1772048074"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048112"
},
"departure": {
"time": "1772048112"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048173"
},
"departure": {
"time": "1772048173"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048220"
},
"departure": {
"time": "1772048220"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048253"
},
"departure": {
"time": "1772048253"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048298"
},
"departure": {
"time": "1772048298"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048324"
},
"departure": {
"time": "1772048324"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048370"
},
"departure": {
"time": "1772048370"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048459"
},
"departure": {
"time": "1772048459"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048682"
},
"departure": {
"time": "1772048682"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048746"
},
"departure": {
"time": "1772048746"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048820"
},
"departure": {
"time": "1772048880"
},
"stopId": "LORRAIN1",
"stopSequence": 31
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257462"
}
}
},
{
"id": "trip:6258092",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045400"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045439"
},
"departure": {
"time": "1772045439"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045477"
},
"departure": {
"time": "1772045477"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045532"
},
"departure": {
"time": "1772045532"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045585"
},
"departure": {
"time": "1772045585"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045700"
},
"departure": {
"time": "1772045700"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045784"
},
"departure": {
"time": "1772045784"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045869"
},
"departure": {
"time": "1772045869"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046043"
},
"departure": {
"time": "1772046043"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046155"
},
"departure": {
"time": "1772046155"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046200"
},
"departure": {
"time": "1772046200"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046236"
},
"departure": {
"time": "1772046236"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046311"
},
"departure": {
"time": "1772046311"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046398"
},
"departure": {
"time": "1772046398"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046480"
},
"departure": {
"time": "1772046480"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046576"
},
"departure": {
"time": "1772046576"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046678"
},
"departure": {
"time": "1772046678"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046741"
},
"departure": {
"time": "1772046741"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046800"
},
"departure": {
"time": "1772046800"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046932"
},
"departure": {
"time": "1772046932"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046991"
},
"departure": {
"time": "1772046991"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047055"
},
"departure": {
"time": "1772047055"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047103"
},
"departure": {
"time": "1772047103"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047140"
},
"departure": {
"time": "1772047140"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047196"
},
"departure": {
"time": "1772047196"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047221"
},
"departure": {
"time": "1772047221"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047274"
},
"departure": {
"time": "1772047274"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047363"
},
"departure": {
"time": "1772047363"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047408"
},
"departure": {
"time": "1772047408"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047447"
},
"departure": {
"time": "1772047447"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047502"
},
"departure": {
"time": "1772047502"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047560"
},
"departure": {
"time": "1772047560"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047624"
},
"departure": {
"time": "1772047624"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047656"
},
"departure": {
"time": "1772047656"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047681"
},
"departure": {
"time": "1772047681"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047733"
},
"departure": {
"time": "1772047733"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047781"
},
"departure": {
"time": "1772047781"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047813"
},
"departure": {
"time": "1772047813"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047862"
},
"departure": {
"time": "1772047862"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772047920"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047996"
},
"departure": {
"time": "1772047996"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048066"
},
"departure": {
"time": "1772048066"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048119"
},
"departure": {
"time": "1772048119"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772048184"
},
"departure": {
"time": "1772048184"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048213"
},
"departure": {
"time": "1772048213"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772048264"
},
"departure": {
"time": "1772048264"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048297"
},
"departure": {
"time": "1772048297"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048401"
},
"departure": {
"time": "1772048401"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048439"
},
"departure": {
"time": "1772048439"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048580"
},
"departure": {
"time": "1772048580"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048612"
},
"departure": {
"time": "1772048612"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048655"
},
"departure": {
"time": "1772048655"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048696"
},
"departure": {
"time": "1772048696"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048746"
},
"departure": {
"time": "1772048746"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048776"
},
"departure": {
"time": "1772048776"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772048820"
},
"departure": {
"time": "1772048820"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772048853"
},
"departure": {
"time": "1772048853"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772048888"
},
"departure": {
"time": "1772048888"
},
"stopId": "LIZE05-E",
"stopSequence": 61
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258092"
}
}
},
{
"id": "trip:6544883",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048400"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048611"
},
"departure": {
"time": "1772048611"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048764"
},
"departure": {
"time": "1772048764"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048840"
},
"departure": {
"time": "1772048840"
},
"stopId": "1BRIS",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544883"
}
}
},
{
"id": "trip:6544711",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045249"
},
"departure": {
"time": "1772045249"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045360"
},
"departure": {
"time": "1772045360"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045480"
},
"departure": {
"time": "1772045480"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045590"
},
"departure": {
"time": "1772045590"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045680"
},
"departure": {
"time": "1772045680"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045780"
},
"departure": {
"time": "1772045780"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045880"
},
"departure": {
"time": "1772045880"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046040"
},
"departure": {
"time": "1772046040"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046140"
},
"departure": {
"time": "1772046140"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046230"
},
"departure": {
"time": "1772046230"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046350"
},
"departure": {
"time": "1772046350"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046440"
},
"departure": {
"time": "1772046440"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046560"
},
"departure": {
"time": "1772046560"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046640"
},
"departure": {
"time": "1772046640"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046760"
},
"departure": {
"time": "1772046760"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046850"
},
"departure": {
"time": "1772046850"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047020"
},
"departure": {
"time": "1772047020"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047120"
},
"departure": {
"time": "1772047120"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047290"
},
"departure": {
"time": "1772047290"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047370"
},
"departure": {
"time": "1772047370"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047460"
},
"departure": {
"time": "1772047460"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047540"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544711"
}
}
},
{
"id": "trip:6544798",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047500"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047580"
},
"departure": {
"time": "1772047580"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047650"
},
"departure": {
"time": "1772047650"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047730"
},
"departure": {
"time": "1772047730"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047820"
},
"departure": {
"time": "1772047820"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047910"
},
"departure": {
"time": "1772047910"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048010"
},
"departure": {
"time": "1772048010"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048170"
},
"departure": {
"time": "1772048170"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048260"
},
"departure": {
"time": "1772048260"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048370"
},
"departure": {
"time": "1772048370"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048450"
},
"departure": {
"time": "1772048450"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048570"
},
"departure": {
"time": "1772048570"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048660"
},
"departure": {
"time": "1772048660"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048780"
},
"departure": {
"time": "1772048780"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048890"
},
"departure": {
"time": "1772048890"
},
"stopId": "1CECO",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544798"
}
}
},
{
"id": "trip:6052661",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772046029"
},
"departure": {
"time": "1772046029"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOIR",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052661"
}
}
},
{
"id": "trip:6052736",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045223"
},
"departure": {
"time": "1772045223"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045267"
},
"departure": {
"time": "1772045283"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045274"
},
"departure": {
"time": "1772045274"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045360"
},
"departure": {
"time": "1772045360"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045388"
},
"departure": {
"time": "1772045388"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045456"
},
"departure": {
"time": "1772045456"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045533"
},
"departure": {
"time": "1772045533"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045582"
},
"departure": {
"time": "1772045582"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045631"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052736"
}
}
},
{
"id": "trip:6258508",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045220"
},
"departure": {
"time": "1772045238"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045254"
},
"departure": {
"time": "1772045283"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045280"
},
"departure": {
"time": "1772045280"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045335"
},
"departure": {
"time": "1772045335"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045421"
},
"departure": {
"time": "1772045421"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045580"
},
"departure": {
"time": "1772045580"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045672"
},
"departure": {
"time": "1772045672"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045717"
},
"departure": {
"time": "1772045717"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045760"
},
"departure": {
"time": "1772045760"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045795"
},
"departure": {
"time": "1772045795"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045856"
},
"departure": {
"time": "1772045856"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045901"
},
"departure": {
"time": "1772045901"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046062"
},
"departure": {
"time": "1772046062"
},
"stopId": "PAULBERT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046180"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046250"
},
"departure": {
"time": "1772046250"
},
"stopId": "CCI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046294"
},
"departure": {
"time": "1772046294"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046409"
},
"departure": {
"time": "1772046409"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046449"
},
"departure": {
"time": "1772046449"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046464"
},
"departure": {
"time": "1772046464"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046309"
},
"departure": {
"time": "1772046309"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046360"
},
"departure": {
"time": "1772046360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046428"
},
"departure": {
"time": "1772046428"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046516"
},
"departure": {
"time": "1772046516"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046640"
},
"departure": {
"time": "1772046640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046513"
},
"departure": {
"time": "1772046513"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046572"
},
"departure": {
"time": "1772046572"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046573"
},
"departure": {
"time": "1772046573"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046605"
},
"departure": {
"time": "1772046605"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046670"
},
"departure": {
"time": "1772046670"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046722"
},
"departure": {
"time": "1772046722"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046760"
},
"departure": {
"time": "1772046760"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046834"
},
"departure": {
"time": "1772046834"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046878"
},
"departure": {
"time": "1772046878"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046966"
},
"departure": {
"time": "1772046966"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047018"
},
"departure": {
"time": "1772047018"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047081"
},
"departure": {
"time": "1772047081"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047132"
},
"departure": {
"time": "1772047132"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047184"
},
"departure": {
"time": "1772047184"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047238"
},
"departure": {
"time": "1772047238"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047288"
},
"departure": {
"time": "1772047288"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047333"
},
"departure": {
"time": "1772047333"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047374"
},
"departure": {
"time": "1772047374"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047436"
},
"departure": {
"time": "1772047436"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047468"
},
"departure": {
"time": "1772047468"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772047534"
},
"departure": {
"time": "1772047534"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772047611"
},
"departure": {
"time": "1772047611"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772047646"
},
"departure": {
"time": "1772047646"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772047708"
},
"departure": {
"time": "1772047708"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772047844"
},
"departure": {
"time": "1772047844"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772047888"
},
"departure": {
"time": "1772047888"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772047918"
},
"departure": {
"time": "1772047918"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772047937"
},
"departure": {
"time": "1772047937"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772047979"
},
"departure": {
"time": "1772047979"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772048008"
},
"departure": {
"time": "1772048008"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772048055"
},
"departure": {
"time": "1772048055"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772048073"
},
"departure": {
"time": "1772048073"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772048099"
},
"departure": {
"time": "1772048099"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772048128"
},
"departure": {
"time": "1772048128"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772048172"
},
"departure": {
"time": "1772048172"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772048216"
},
"departure": {
"time": "1772048216"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772048278"
},
"departure": {
"time": "1772048278"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772048328"
},
"departure": {
"time": "1772048328"
},
"stopId": "BELAIR-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772048368"
},
"departure": {
"time": "1772048368"
},
"stopId": "ZOLA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772048434"
},
"departure": {
"time": "1772048434"
},
"stopId": "ANAFRA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772048503"
},
"departure": {
"time": "1772048503"
},
"stopId": "PISCMU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772048743"
},
"departure": {
"time": "1772048743"
},
"stopId": "DOMVATER",
"stopSequence": 77
},
{
"arrival": {
"time": "1772048615"
},
"departure": {
"time": "1772048615"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772048640"
},
"departure": {
"time": "1772048640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772048667"
},
"departure": {
"time": "1772048667"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772048704"
},
"departure": {
"time": "1772048704"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772048847"
},
"departure": {
"time": "1772048847"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772048880"
},
"departure": {
"time": "1772048880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772048788"
},
"departure": {
"time": "1772048788"
},
"stopId": "RECLAI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772048827"
},
"departure": {
"time": "1772048827"
},
"stopId": "RENOIR-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772048857"
},
"departure": {
"time": "1772048857"
},
"stopId": "CAMPJU-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772048892"
},
"departure": {
"time": "1772048892"
},
"stopId": "JUIGN-E",
"stopSequence": 87
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258508"
}
}
},
{
"id": "trip:6544796",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045960"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046040"
},
"departure": {
"time": "1772046040"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046110"
},
"departure": {
"time": "1772046110"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046190"
},
"departure": {
"time": "1772046190"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046280"
},
"departure": {
"time": "1772046280"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046370"
},
"departure": {
"time": "1772046370"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046470"
},
"departure": {
"time": "1772046470"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046630"
},
"departure": {
"time": "1772046630"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046840"
},
"departure": {
"time": "1772046840"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046920"
},
"departure": {
"time": "1772046920"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047040"
},
"departure": {
"time": "1772047040"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047130"
},
"departure": {
"time": "1772047130"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047250"
},
"departure": {
"time": "1772047250"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047360"
},
"departure": {
"time": "1772047360"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047460"
},
"departure": {
"time": "1772047460"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047530"
},
"departure": {
"time": "1772047530"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047600"
},
"departure": {
"time": "1772047600"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047710"
},
"departure": {
"time": "1772047710"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047900"
},
"departure": {
"time": "1772047900"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048000"
},
"departure": {
"time": "1772048000"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048120"
},
"departure": {
"time": "1772048120"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048240"
},
"departure": {
"time": "1772048240"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048360"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544796"
}
}
},
{
"id": "trip:6544515",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046480"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046722"
},
"departure": {
"time": "1772046722"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046832"
},
"departure": {
"time": "1772046832"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046893"
},
"departure": {
"time": "1772046893"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046939"
},
"departure": {
"time": "1772046939"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047080"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544515"
}
}
},
{
"id": "trip:6258085",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772047844"
},
"departure": {
"time": "1772047844"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047895"
},
"departure": {
"time": "1772047895"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047970"
},
"departure": {
"time": "1772047970"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048004"
},
"departure": {
"time": "1772048004"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048040"
},
"departure": {
"time": "1772048040"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048085"
},
"departure": {
"time": "1772048085"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048118"
},
"departure": {
"time": "1772048118"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048161"
},
"departure": {
"time": "1772048161"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048211"
},
"departure": {
"time": "1772048211"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048249"
},
"departure": {
"time": "1772048249"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048280"
},
"departure": {
"time": "1772048280"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048442"
},
"departure": {
"time": "1772048442"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048479"
},
"departure": {
"time": "1772048479"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048546"
},
"departure": {
"time": "1772048546"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048575"
},
"departure": {
"time": "1772048575"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048631"
},
"departure": {
"time": "1772048631"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048662"
},
"departure": {
"time": "1772048662"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048722"
},
"departure": {
"time": "1772048722"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048778"
},
"departure": {
"time": "1772048778"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048850"
},
"departure": {
"time": "1772048850"
},
"stopId": "CTRETR-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258085"
}
}
},
{
"id": "trip:6544794",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045254"
},
"departure": {
"time": "1772045285"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045363"
},
"departure": {
"time": "1772045363"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045516"
},
"departure": {
"time": "1772045516"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045592"
},
"departure": {
"time": "1772045592"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045750"
},
"departure": {
"time": "1772045750"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045829"
},
"departure": {
"time": "1772045829"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045902"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544794"
}
}
},
{
"id": "trip:6544394",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045267"
},
"departure": {
"time": "1772045267"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045282"
},
"departure": {
"time": "1772045282"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045400"
},
"departure": {
"time": "1772045400"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045483"
},
"departure": {
"time": "1772045483"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045580"
},
"departure": {
"time": "1772045580"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045760"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544394"
}
}
},
{
"id": "trip:6258082",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045236"
},
"departure": {
"time": "1772045236"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772045321"
},
"departure": {
"time": "1772045321"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772045454"
},
"departure": {
"time": "1772045454"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772045506"
},
"departure": {
"time": "1772045506"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772045575"
},
"departure": {
"time": "1772045575"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772045634"
},
"departure": {
"time": "1772045634"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772045759"
},
"departure": {
"time": "1772045759"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772045808"
},
"departure": {
"time": "1772045808"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772045869"
},
"departure": {
"time": "1772045869"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772045902"
},
"departure": {
"time": "1772045902"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772045935"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258082"
}
}
},
{
"id": "trip:6052764",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045275"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6052764"
}
}
},
{
"id": "trip:6544397",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046540"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046577"
},
"departure": {
"time": "1772046577"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046752"
},
"departure": {
"time": "1772046752"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046983"
},
"departure": {
"time": "1772046983"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047200"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544397"
}
}
},
{
"id": "trip:6258687",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048760"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048882"
},
"departure": {
"time": "1772048882"
},
"stopId": "STAUBI-E",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258687"
}
}
},
{
"id": "trip:6257566",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047140"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047189"
},
"departure": {
"time": "1772047189"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047318"
},
"departure": {
"time": "1772047318"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047367"
},
"departure": {
"time": "1772047367"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047500"
},
"departure": {
"time": "1772047500"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047539"
},
"departure": {
"time": "1772047539"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047569"
},
"departure": {
"time": "1772047569"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047774"
},
"departure": {
"time": "1772047774"
},
"stopId": "MIMOSAS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047840"
},
"departure": {
"time": "1772047840"
},
"stopId": "BRISEPOT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047891"
},
"departure": {
"time": "1772047891"
},
"stopId": "DESJARDI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047933"
},
"departure": {
"time": "1772047933"
},
"stopId": "MACE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047962"
},
"departure": {
"time": "1772047962"
},
"stopId": "LUTIN",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048049"
},
"departure": {
"time": "1772048049"
},
"stopId": "MUSSET",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048089"
},
"departure": {
"time": "1772048089"
},
"stopId": "SAVARY",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047593"
},
"departure": {
"time": "1772047593"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047685"
},
"departure": {
"time": "1772047685"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047929"
},
"departure": {
"time": "1772047929"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048175"
},
"departure": {
"time": "1772048175"
},
"stopId": "MENDESFR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048285"
},
"departure": {
"time": "1772048285"
},
"stopId": "FO-LOR-R",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048376"
},
"departure": {
"time": "1772048376"
},
"stopId": "STAUBI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048417"
},
"departure": {
"time": "1772048417"
},
"stopId": "HARAS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048528"
},
"departure": {
"time": "1772048528"
},
"stopId": "LESGAR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048616"
},
"departure": {
"time": "1772048616"
},
"stopId": "SEMARD-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048654"
},
"departure": {
"time": "1772048654"
},
"stopId": "PONTNO-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048727"
},
"departure": {
"time": "1772048727"
},
"stopId": "POIREL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048768"
},
"departure": {
"time": "1772048768"
},
"stopId": "VAUBAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048820"
},
"departure": {
"time": "1772048820"
},
"stopId": "FREMUR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048887"
},
"departure": {
"time": "1772048887"
},
"stopId": "STRASB-E",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257566"
}
}
},
{
"id": "trip:6260011",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048520"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048577"
},
"departure": {
"time": "1772048577"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048618"
},
"departure": {
"time": "1772048618"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048665"
},
"departure": {
"time": "1772048665"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048700"
},
"departure": {
"time": "1772048700"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048761"
},
"departure": {
"time": "1772048761"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048802"
},
"departure": {
"time": "1772048802"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048842"
},
"departure": {
"time": "1772048842"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048880"
},
"departure": {
"time": "1772048880"
},
"stopId": "BRGPAILL",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6260011"
}
}
},
{
"id": "trip:6544707",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045235"
},
"departure": {
"time": "1772045254"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045332"
},
"departure": {
"time": "1772045332"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045412"
},
"departure": {
"time": "1772045412"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045502"
},
"departure": {
"time": "1772045502"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045582"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544707"
}
}
},
{
"id": "trip:6258510",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045244"
},
"departure": {
"time": "1772045260"
},
"stopId": "ANAFRA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772045289"
},
"departure": {
"time": "1772045305"
},
"stopId": "PISCMU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772045526"
},
"departure": {
"time": "1772045526"
},
"stopId": "DOMVATER",
"stopSequence": 77
},
{
"arrival": {
"time": "1772045307"
},
"departure": {
"time": "1772045307"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772045340"
},
"departure": {
"time": "1772045340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772045556"
},
"departure": {
"time": "1772045556"
},
"stopId": "RECLAI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772045595"
},
"departure": {
"time": "1772045595"
},
"stopId": "RENOIR-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772045625"
},
"departure": {
"time": "1772045625"
},
"stopId": "CAMPJU-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772045660"
},
"departure": {
"time": "1772045660"
},
"stopId": "JUIGN-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772045749"
},
"stopId": "BENE-E",
"stopSequence": 88
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258510"
}
}
},
{
"id": "trip:6053030",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045312"
},
"departure": {
"time": "1772045312"
},
"stopId": "CLEMOINE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045405"
},
"stopId": "HDVSUB",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053030"
}
}
},
{
"id": "trip:6544803",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048510"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048620"
},
"departure": {
"time": "1772048620"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048730"
},
"departure": {
"time": "1772048730"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048850"
},
"departure": {
"time": "1772048850"
},
"stopId": "2BAMA",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544803"
}
}
},
{
"id": "trip:6545040",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046300"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046396"
},
"departure": {
"time": "1772046396"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046500"
},
"departure": {
"time": "1772046500"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046581"
},
"departure": {
"time": "1772046581"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046674"
},
"departure": {
"time": "1772046674"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046784"
},
"departure": {
"time": "1772046784"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046960"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6545040"
}
}
},
{
"id": "trip:6258628",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047800"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047822"
},
"departure": {
"time": "1772047822"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047860"
},
"departure": {
"time": "1772047860"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047909"
},
"departure": {
"time": "1772047909"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047978"
},
"departure": {
"time": "1772047978"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048067"
},
"departure": {
"time": "1772048067"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048138"
},
"departure": {
"time": "1772048138"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048270"
},
"departure": {
"time": "1772048270"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048369"
},
"departure": {
"time": "1772048369"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047980"
},
"departure": {
"time": "1772047980"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048068"
},
"departure": {
"time": "1772048068"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048107"
},
"departure": {
"time": "1772048107"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048155"
},
"departure": {
"time": "1772048155"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048208"
},
"departure": {
"time": "1772048208"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048267"
},
"departure": {
"time": "1772048267"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048394"
},
"departure": {
"time": "1772048394"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048447"
},
"departure": {
"time": "1772048447"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048515"
},
"departure": {
"time": "1772048515"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048546"
},
"departure": {
"time": "1772048546"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048598"
},
"departure": {
"time": "1772048598"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048638"
},
"departure": {
"time": "1772048638"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048700"
},
"departure": {
"time": "1772048700"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048775"
},
"departure": {
"time": "1772048775"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048828"
},
"departure": {
"time": "1772048828"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048873"
},
"departure": {
"time": "1772048873"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048918"
},
"departure": {
"time": "1772048918"
},
"stopId": "VDLOIRE",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258628"
}
}
},
{
"id": "trip:6544718",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045300"
},
"departure": {
"time": "1772045300"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045370"
},
"departure": {
"time": "1772045370"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045440"
},
"departure": {
"time": "1772045440"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045550"
},
"departure": {
"time": "1772045550"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045640"
},
"departure": {
"time": "1772045640"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045740"
},
"departure": {
"time": "1772045740"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045840"
},
"departure": {
"time": "1772045840"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045960"
},
"departure": {
"time": "1772045960"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046080"
},
"departure": {
"time": "1772046080"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046200"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6544718"
}
}
},
{
"id": "trip:6544709",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045333"
},
"departure": {
"time": "1772045333"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045423"
},
"departure": {
"time": "1772045423"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045543"
},
"departure": {
"time": "1772045543"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045623"
},
"departure": {
"time": "1772045623"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045743"
},
"departure": {
"time": "1772045743"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045833"
},
"departure": {
"time": "1772045833"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046003"
},
"departure": {
"time": "1772046003"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046103"
},
"departure": {
"time": "1772046103"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046183"
},
"departure": {
"time": "1772046183"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046273"
},
"departure": {
"time": "1772046273"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046353"
},
"departure": {
"time": "1772046353"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046443"
},
"departure": {
"time": "1772046443"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046523"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544709"
}
}
},
{
"id": "trip:6052650",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772046360"
},
"departure": {
"time": "1772046360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOI-E",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052650"
}
}
},
{
"id": "trip:6258509",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045219"
},
"departure": {
"time": "1772045219"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772045245"
},
"departure": {
"time": "1772045264"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772045333"
},
"departure": {
"time": "1772045333"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772045385"
},
"departure": {
"time": "1772045385"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772045448"
},
"departure": {
"time": "1772045448"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772045550"
},
"departure": {
"time": "1772045550"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772045610"
},
"departure": {
"time": "1772045610"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772045661"
},
"departure": {
"time": "1772045661"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772045721"
},
"departure": {
"time": "1772045721"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772045766"
},
"departure": {
"time": "1772045766"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772045807"
},
"departure": {
"time": "1772045807"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772045869"
},
"departure": {
"time": "1772045869"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772045901"
},
"departure": {
"time": "1772045901"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772045967"
},
"departure": {
"time": "1772045967"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772046044"
},
"departure": {
"time": "1772046044"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772046079"
},
"departure": {
"time": "1772046079"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772046141"
},
"departure": {
"time": "1772046141"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772046277"
},
"departure": {
"time": "1772046277"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772046321"
},
"departure": {
"time": "1772046321"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772046351"
},
"departure": {
"time": "1772046351"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772046370"
},
"departure": {
"time": "1772046370"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772046412"
},
"departure": {
"time": "1772046412"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772046441"
},
"departure": {
"time": "1772046441"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772046488"
},
"departure": {
"time": "1772046488"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772046506"
},
"departure": {
"time": "1772046506"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772046532"
},
"departure": {
"time": "1772046532"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772046561"
},
"departure": {
"time": "1772046561"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772046605"
},
"departure": {
"time": "1772046605"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772046649"
},
"departure": {
"time": "1772046649"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772046711"
},
"departure": {
"time": "1772046711"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772046761"
},
"departure": {
"time": "1772046761"
},
"stopId": "BELAIR-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772046801"
},
"departure": {
"time": "1772046801"
},
"stopId": "ZOLA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772046838"
},
"departure": {
"time": "1772046838"
},
"stopId": "ANAFRA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772046907"
},
"departure": {
"time": "1772046907"
},
"stopId": "PISCMU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772047147"
},
"departure": {
"time": "1772047147"
},
"stopId": "DOMVATER",
"stopSequence": 77
},
{
"arrival": {
"time": "1772046815"
},
"departure": {
"time": "1772046815"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772046840"
},
"departure": {
"time": "1772046840"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772046867"
},
"departure": {
"time": "1772046867"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772046904"
},
"departure": {
"time": "1772046904"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772047047"
},
"departure": {
"time": "1772047047"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772047192"
},
"departure": {
"time": "1772047192"
},
"stopId": "RECLAI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772047231"
},
"departure": {
"time": "1772047231"
},
"stopId": "RENOIR-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772047261"
},
"departure": {
"time": "1772047261"
},
"stopId": "CAMPJU-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772047296"
},
"departure": {
"time": "1772047296"
},
"stopId": "JUIGN-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772047385"
},
"stopId": "BENE-E",
"stopSequence": 88
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258509"
}
}
},
{
"id": "trip:6258331",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048340"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048379"
},
"departure": {
"time": "1772048379"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048419"
},
"departure": {
"time": "1772048419"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048473"
},
"departure": {
"time": "1772048473"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048543"
},
"departure": {
"time": "1772048543"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048580"
},
"departure": {
"time": "1772048580"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048617"
},
"departure": {
"time": "1772048617"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048670"
},
"departure": {
"time": "1772048670"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048703"
},
"departure": {
"time": "1772048703"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048761"
},
"departure": {
"time": "1772048761"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048806"
},
"departure": {
"time": "1772048806"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048837"
},
"departure": {
"time": "1772048837"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048859"
},
"departure": {
"time": "1772048859"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048894"
},
"departure": {
"time": "1772048894"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDMON",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258331"
}
}
},
{
"id": "trip:6258310",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772048287"
},
"departure": {
"time": "1772048287"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048331"
},
"departure": {
"time": "1772048331"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048378"
},
"departure": {
"time": "1772048378"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048439"
},
"departure": {
"time": "1772048439"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048498"
},
"departure": {
"time": "1772048498"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048537"
},
"departure": {
"time": "1772048537"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048597"
},
"departure": {
"time": "1772048597"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048649"
},
"departure": {
"time": "1772048649"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048760"
},
"departure": {
"time": "1772048760"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048808"
},
"departure": {
"time": "1772048808"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048870"
},
"departure": {
"time": "1772048870"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048920"
},
"departure": {
"time": "1772048920"
},
"stopId": "PATUREAU",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258310"
}
}
},
{
"id": "trip:6258097",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045221"
},
"departure": {
"time": "1772045237"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045266"
},
"departure": {
"time": "1772045282"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045416"
},
"departure": {
"time": "1772045416"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045454"
},
"departure": {
"time": "1772045454"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045524"
},
"departure": {
"time": "1772045524"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045602"
},
"departure": {
"time": "1772045602"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045605"
},
"departure": {
"time": "1772045605"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045651"
},
"departure": {
"time": "1772045651"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045725"
},
"departure": {
"time": "1772045725"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045759"
},
"departure": {
"time": "1772045759"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045829"
},
"departure": {
"time": "1772045829"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045887"
},
"departure": {
"time": "1772045887"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045980"
},
"departure": {
"time": "1772045980"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046025"
},
"departure": {
"time": "1772046025"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046064"
},
"departure": {
"time": "1772046064"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046119"
},
"departure": {
"time": "1772046119"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046177"
},
"departure": {
"time": "1772046177"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046241"
},
"departure": {
"time": "1772046241"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046273"
},
"departure": {
"time": "1772046273"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046298"
},
"departure": {
"time": "1772046298"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046350"
},
"departure": {
"time": "1772046350"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046398"
},
"departure": {
"time": "1772046398"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046430"
},
"departure": {
"time": "1772046430"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046479"
},
"departure": {
"time": "1772046479"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046537"
},
"departure": {
"time": "1772046537"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046613"
},
"departure": {
"time": "1772046613"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046683"
},
"departure": {
"time": "1772046683"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046736"
},
"departure": {
"time": "1772046736"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046801"
},
"departure": {
"time": "1772046801"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046831"
},
"departure": {
"time": "1772046831"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046864"
},
"departure": {
"time": "1772046864"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046907"
},
"departure": {
"time": "1772046907"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047028"
},
"departure": {
"time": "1772047028"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047071"
},
"departure": {
"time": "1772047071"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047212"
},
"departure": {
"time": "1772047212"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047251"
},
"departure": {
"time": "1772047251"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047304"
},
"departure": {
"time": "1772047304"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772047354"
},
"departure": {
"time": "1772047354"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772047415"
},
"departure": {
"time": "1772047415"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772047451"
},
"departure": {
"time": "1772047451"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772047506"
},
"departure": {
"time": "1772047506"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772047550"
},
"departure": {
"time": "1772047550"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772047528"
},
"departure": {
"time": "1772047528"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772047653"
},
"departure": {
"time": "1772047653"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772047689"
},
"departure": {
"time": "1772047689"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772047757"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258097"
}
}
},
{
"id": "trip:6054018",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045228"
},
"departure": {
"time": "1772045228"
},
"stopId": "RANGEA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045280"
},
"stopId": "CHANTOUR",
"stopSequence": 27
}
],
"trip": {
"directionId": 1,
"routeId": "22",
"tripId": "6054018"
}
}
},
{
"id": "trip:6544788",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045268"
},
"departure": {
"time": "1772045268"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544788"
}
}
},
{
"id": "trip:6257961",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045223"
},
"departure": {
"time": "1772045223"
},
"stopId": "CAMELIAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045305"
},
"departure": {
"time": "1772045305"
},
"stopId": "ISORET",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045373"
},
"departure": {
"time": "1772045373"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045407"
},
"departure": {
"time": "1772045407"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045455"
},
"departure": {
"time": "1772045455"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045296"
},
"departure": {
"time": "1772045290"
},
"stopId": "ARCEAU",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045315"
},
"departure": {
"time": "1772045320"
},
"stopId": "AFPA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045410"
},
"departure": {
"time": "1772045410"
},
"stopId": "CIMETIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045461"
},
"departure": {
"time": "1772045461"
},
"stopId": "MONTAIG",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045497"
},
"departure": {
"time": "1772045497"
},
"stopId": "GARDOT",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045547"
},
"departure": {
"time": "1772045547"
},
"stopId": "STEXUPER",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045598"
},
"departure": {
"time": "1772045598"
},
"stopId": "SECUSOCI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045688"
},
"departure": {
"time": "1772045688"
},
"stopId": "MAIL-NAE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045728"
},
"departure": {
"time": "1772045820"
},
"stopId": "FO-LOR-R",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045918"
},
"departure": {
"time": "1772045918"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045962"
},
"departure": {
"time": "1772045962"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046072"
},
"departure": {
"time": "1772046072"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046174"
},
"departure": {
"time": "1772046174"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046241"
},
"departure": {
"time": "1772046241"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046283"
},
"departure": {
"time": "1772046283"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046404"
},
"departure": {
"time": "1772046404"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046444"
},
"departure": {
"time": "1772046444"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046420"
},
"departure": {
"time": "1772046420"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046473"
},
"departure": {
"time": "1772046473"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046532"
},
"departure": {
"time": "1772046532"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046660"
},
"departure": {
"time": "1772046660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046531"
},
"departure": {
"time": "1772046531"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046589"
},
"departure": {
"time": "1772046589"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046699"
},
"departure": {
"time": "1772046699"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046763"
},
"departure": {
"time": "1772046763"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046804"
},
"departure": {
"time": "1772046804"
},
"stopId": "BOISRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046853"
},
"departure": {
"time": "1772046853"
},
"stopId": "NDAMLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772046943"
},
"departure": {
"time": "1772046943"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046392"
},
"departure": {
"time": "1772046392"
},
"stopId": "LEQUAI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772046996"
},
"departure": {
"time": "1772046996"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772046432"
},
"departure": {
"time": "1772046432"
},
"stopId": "DUMESN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047038"
},
"departure": {
"time": "1772047038"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047123"
},
"departure": {
"time": "1772047123"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047159"
},
"departure": {
"time": "1772047159"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772047183"
},
"departure": {
"time": "1772047183"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772047211"
},
"departure": {
"time": "1772047211"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772047248"
},
"departure": {
"time": "1772047248"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772047279"
},
"departure": {
"time": "1772047279"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772047363"
},
"departure": {
"time": "1772047363"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772047386"
},
"departure": {
"time": "1772047386"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772047412"
},
"departure": {
"time": "1772047412"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772047446"
},
"departure": {
"time": "1772047446"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772047484"
},
"departure": {
"time": "1772047484"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772047541"
},
"departure": {
"time": "1772047541"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772047594"
},
"departure": {
"time": "1772047594"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772047655"
},
"departure": {
"time": "1772047655"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772047698"
},
"departure": {
"time": "1772047698"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772047734"
},
"departure": {
"time": "1772047734"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772047758"
},
"departure": {
"time": "1772047758"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772047796"
},
"departure": {
"time": "1772047796"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772047844"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257961"
}
}
},
{
"id": "trip:3069",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045239"
},
"departure": {
"time": "1772045255"
},
"stopId": "QVENTS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045421"
},
"departure": {
"time": "1772045421"
},
"stopId": "RTINAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045447"
},
"departure": {
"time": "1772045447"
},
"stopId": "LAFORET",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045515"
},
"departure": {
"time": "1772045515"
},
"stopId": "BEDAUD-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045562"
},
"departure": {
"time": "1772045562"
},
"stopId": "SARRCI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045590"
},
"departure": {
"time": "1772045590"
},
"stopId": "SARRMA-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045620"
},
"departure": {
"time": "1772045620"
},
"stopId": "SARRIG-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045639"
},
"departure": {
"time": "1772045639"
},
"stopId": "TUFFIE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045813"
},
"departure": {
"time": "1772045813"
},
"stopId": "BAUNBR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045998"
},
"departure": {
"time": "1772045998"
},
"stopId": "GENDRI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046040"
},
"departure": {
"time": "1772046040"
},
"stopId": "BAUNCE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046100"
},
"departure": {
"time": "1772046100"
},
"stopId": "ECOBAU-D",
"stopSequence": 31
}
],
"trip": {
"directionId": 1,
"routeId": "30",
"tripId": "3069"
}
}
},
{
"id": "trip:3375",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045266"
},
"departure": {
"time": "1772045226"
},
"stopId": "ZARTIS-E",
"stopSequence": 18
}
],
"trip": {
"routeId": "33",
"tripId": "3375"
}
}
},
{
"id": "trip:6257921",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045236"
},
"departure": {
"time": "1772045236"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045266"
},
"departure": {
"time": "1772045266"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045296"
},
"departure": {
"time": "1772045296"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045378"
},
"departure": {
"time": "1772045378"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045401"
},
"departure": {
"time": "1772045401"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772045388"
},
"departure": {
"time": "1772045388"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772045408"
},
"departure": {
"time": "1772045408"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045437"
},
"departure": {
"time": "1772045437"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045468"
},
"departure": {
"time": "1772045468"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045554"
},
"departure": {
"time": "1772045554"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045592"
},
"departure": {
"time": "1772045592"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045648"
},
"departure": {
"time": "1772045648"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045698"
},
"departure": {
"time": "1772045698"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045759"
},
"departure": {
"time": "1772045759"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045825"
},
"departure": {
"time": "1772045825"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045888"
},
"departure": {
"time": "1772045888"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045950"
},
"departure": {
"time": "1772045950"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046040"
},
"departure": {
"time": "1772046040"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046179"
},
"departure": {
"time": "1772046179"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046217"
},
"departure": {
"time": "1772046217"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046196"
},
"departure": {
"time": "1772046196"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046249"
},
"departure": {
"time": "1772046249"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046300"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046413"
},
"departure": {
"time": "1772046413"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046458"
},
"departure": {
"time": "1772046458"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046498"
},
"departure": {
"time": "1772046498"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046579"
},
"departure": {
"time": "1772046579"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046615"
},
"departure": {
"time": "1772046615"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046706"
},
"departure": {
"time": "1772046706"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046747"
},
"departure": {
"time": "1772046747"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046785"
},
"departure": {
"time": "1772046900"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046953"
},
"departure": {
"time": "1772046953"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047040"
},
"departure": {
"time": "1772047040"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047143"
},
"departure": {
"time": "1772047143"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047163"
},
"departure": {
"time": "1772047163"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047231"
},
"departure": {
"time": "1772047231"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772047289"
},
"departure": {
"time": "1772047289"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047326"
},
"departure": {
"time": "1772047326"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047366"
},
"departure": {
"time": "1772047366"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047498"
},
"departure": {
"time": "1772047498"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047552"
},
"departure": {
"time": "1772047552"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047622"
},
"departure": {
"time": "1772047622"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772047684"
},
"departure": {
"time": "1772047684"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772047744"
},
"departure": {
"time": "1772047744"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772047851"
},
"departure": {
"time": "1772047851"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772047891"
},
"departure": {
"time": "1772047891"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772047932"
},
"departure": {
"time": "1772047932"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772048000"
},
"departure": {
"time": "1772048000"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772048040"
},
"departure": {
"time": "1772048040"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772048129"
},
"departure": {
"time": "1772048129"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772048156"
},
"departure": {
"time": "1772048156"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772048179"
},
"departure": {
"time": "1772048179"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772048215"
},
"departure": {
"time": "1772048215"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772048280"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257921"
}
}
},
{
"id": "trip:6545056",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048700"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048872"
},
"departure": {
"time": "1772048872"
},
"stopId": "2FARC",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6545056"
}
}
},
{
"id": "trip:6257734",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045309"
},
"departure": {
"time": "1772045309"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045324"
},
"departure": {
"time": "1772045324"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045413"
},
"departure": {
"time": "1772045413"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045462"
},
"departure": {
"time": "1772045462"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045496"
},
"departure": {
"time": "1772045496"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045562"
},
"departure": {
"time": "1772045562"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045593"
},
"departure": {
"time": "1772045593"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045632"
},
"departure": {
"time": "1772045632"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045694"
},
"departure": {
"time": "1772045694"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045725"
},
"departure": {
"time": "1772045725"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045760"
},
"departure": {
"time": "1772045760"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045816"
},
"departure": {
"time": "1772045816"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045863"
},
"departure": {
"time": "1772045863"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045895"
},
"departure": {
"time": "1772045895"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045953"
},
"departure": {
"time": "1772045953"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046394"
},
"departure": {
"time": "1772046394"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046456"
},
"departure": {
"time": "1772046456"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046533"
},
"departure": {
"time": "1772046533"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046567"
},
"departure": {
"time": "1772046567"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046628"
},
"departure": {
"time": "1772046628"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046667"
},
"departure": {
"time": "1772046667"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046173"
},
"departure": {
"time": "1772046173"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046231"
},
"departure": {
"time": "1772046231"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046713"
},
"departure": {
"time": "1772046713"
},
"stopId": "GARETERM",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046734"
},
"departure": {
"time": "1772046734"
},
"stopId": "LESGARES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046825"
},
"departure": {
"time": "1772046825"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046890"
},
"departure": {
"time": "1772046890"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046907"
},
"departure": {
"time": "1772046907"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047068"
},
"departure": {
"time": "1772047068"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047207"
},
"departure": {
"time": "1772047207"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047244"
},
"departure": {
"time": "1772047244"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047323"
},
"departure": {
"time": "1772047323"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047367"
},
"departure": {
"time": "1772047367"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047396"
},
"departure": {
"time": "1772047396"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047447"
},
"departure": {
"time": "1772047447"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047515"
},
"departure": {
"time": "1772047515"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047549"
},
"departure": {
"time": "1772047549"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047686"
},
"departure": {
"time": "1772047686"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047651"
},
"departure": {
"time": "1772047651"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047687"
},
"departure": {
"time": "1772047687"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047788"
},
"departure": {
"time": "1772047788"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047869"
},
"departure": {
"time": "1772047869"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047991"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257734"
}
}
},
{
"id": "trip:6544518",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047920"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048040"
},
"departure": {
"time": "1772048040"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048162"
},
"departure": {
"time": "1772048162"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048220"
},
"departure": {
"time": "1772048220"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048272"
},
"departure": {
"time": "1772048272"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048333"
},
"departure": {
"time": "1772048333"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048379"
},
"departure": {
"time": "1772048379"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048520"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544518"
}
}
},
{
"id": "trip:6545038",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045296"
},
"departure": {
"time": "1772045303"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045448"
},
"departure": {
"time": "1772045448"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045540"
},
"departure": {
"time": "1772045540"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045618"
},
"departure": {
"time": "1772045618"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045710"
},
"departure": {
"time": "1772045710"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045798"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6545038"
}
}
},
{
"id": "trip:6258327",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045314"
},
"departure": {
"time": "1772045314"
},
"stopId": "HOTDIEU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045341"
},
"departure": {
"time": "1772045341"
},
"stopId": "ROCHEFOU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045496"
},
"departure": {
"time": "1772045496"
},
"stopId": "STSERGEU",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045753"
},
"departure": {
"time": "1772045753"
},
"stopId": "MENDESFR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045873"
},
"departure": {
"time": "1772045873"
},
"stopId": "FO-LOR-R",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045962"
},
"departure": {
"time": "1772045962"
},
"stopId": "STAUBI-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046005"
},
"departure": {
"time": "1772046005"
},
"stopId": "HARAS-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046136"
},
"departure": {
"time": "1772046136"
},
"stopId": "ANLERO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046197"
},
"departure": {
"time": "1772046197"
},
"stopId": "RABELA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046245"
},
"departure": {
"time": "1772046245"
},
"stopId": "ESA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046355"
},
"departure": {
"time": "1772046355"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046436"
},
"departure": {
"time": "1772046436"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046486"
},
"departure": {
"time": "1772046486"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046579"
},
"departure": {
"time": "1772046579"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772046616"
},
"departure": {
"time": "1772046616"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772046669"
},
"departure": {
"time": "1772046669"
},
"stopId": "RUELLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772046752"
},
"departure": {
"time": "1772046752"
},
"stopId": "GENDRO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772046846"
},
"departure": {
"time": "1772046846"
},
"stopId": "PATUR-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772046916"
},
"departure": {
"time": "1772046916"
},
"stopId": "AUTHIO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772046975"
},
"departure": {
"time": "1772046975"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772047036"
},
"departure": {
"time": "1772047036"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772047158"
},
"departure": {
"time": "1772047158"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772047193"
},
"departure": {
"time": "1772047193"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772047239"
},
"departure": {
"time": "1772047239"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772047280"
},
"departure": {
"time": "1772047280"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772047330"
},
"departure": {
"time": "1772047330"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772047376"
},
"departure": {
"time": "1772047376"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772047430"
},
"departure": {
"time": "1772047430"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772047456"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258327"
}
}
},
{
"id": "trip:6257565",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046900"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046947"
},
"departure": {
"time": "1772046947"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047000"
},
"departure": {
"time": "1772047000"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047015"
},
"departure": {
"time": "1772047015"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047046"
},
"departure": {
"time": "1772047046"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047080"
},
"departure": {
"time": "1772047080"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047107"
},
"departure": {
"time": "1772047107"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047144"
},
"departure": {
"time": "1772047144"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047175"
},
"departure": {
"time": "1772047175"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047216"
},
"departure": {
"time": "1772047216"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047255"
},
"departure": {
"time": "1772047255"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047302"
},
"departure": {
"time": "1772047302"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047395"
},
"departure": {
"time": "1772047395"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047320"
},
"departure": {
"time": "1772047320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047371"
},
"departure": {
"time": "1772047371"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047443"
},
"departure": {
"time": "1772047443"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047509"
},
"departure": {
"time": "1772047509"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047499"
},
"departure": {
"time": "1772047499"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047531"
},
"departure": {
"time": "1772047531"
},
"stopId": "DELACROI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047590"
},
"departure": {
"time": "1772047590"
},
"stopId": "SAUMUROI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047654"
},
"departure": {
"time": "1772047654"
},
"stopId": "INTERMIL",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047702"
},
"departure": {
"time": "1772047702"
},
"stopId": "HAUTPRES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047739"
},
"departure": {
"time": "1772047739"
},
"stopId": "DELATTRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047786"
},
"departure": {
"time": "1772047786"
},
"stopId": "MORELLIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047819"
},
"departure": {
"time": "1772047819"
},
"stopId": "LORETTE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047853"
},
"departure": {
"time": "1772047853"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047895"
},
"departure": {
"time": "1772047895"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047981"
},
"departure": {
"time": "1772047981"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048034"
},
"departure": {
"time": "1772048034"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048079"
},
"departure": {
"time": "1772048079"
},
"stopId": "VAUBAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048110"
},
"departure": {
"time": "1772048110"
},
"stopId": "POIREL",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048166"
},
"departure": {
"time": "1772048166"
},
"stopId": "PONTNOIR",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048202"
},
"departure": {
"time": "1772048202"
},
"stopId": "SEMARD",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048225"
},
"departure": {
"time": "1772048225"
},
"stopId": "GAREPAPI",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048454"
},
"departure": {
"time": "1772048454"
},
"stopId": "HARAS",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048522"
},
"departure": {
"time": "1772048522"
},
"stopId": "STAUBIN",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048601"
},
"departure": {
"time": "1772048700"
},
"stopId": "LORRAIN1",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048813"
},
"departure": {
"time": "1772048813"
},
"stopId": "MENDES-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048892"
},
"departure": {
"time": "1772048892"
},
"stopId": "SAVARY-E",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257565"
}
}
},
{
"id": "trip:6258685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046360"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046434"
},
"departure": {
"time": "1772046434"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046469"
},
"departure": {
"time": "1772046469"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046680"
},
"departure": {
"time": "1772046680"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046731"
},
"departure": {
"time": "1772046731"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046774"
},
"departure": {
"time": "1772046774"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046829"
},
"departure": {
"time": "1772046829"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046949"
},
"departure": {
"time": "1772046949"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046990"
},
"departure": {
"time": "1772046990"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047074"
},
"departure": {
"time": "1772047074"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047160"
},
"departure": {
"time": "1772047160"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047233"
},
"departure": {
"time": "1772047233"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047305"
},
"departure": {
"time": "1772047305"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047369"
},
"departure": {
"time": "1772047369"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047437"
},
"departure": {
"time": "1772047437"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047476"
},
"departure": {
"time": "1772047476"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047531"
},
"departure": {
"time": "1772047531"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047560"
},
"departure": {
"time": "1772047560"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047621"
},
"departure": {
"time": "1772047621"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047680"
},
"departure": {
"time": "1772047680"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047716"
},
"departure": {
"time": "1772047716"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047820"
},
"departure": {
"time": "1772047820"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047945"
},
"departure": {
"time": "1772047945"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048013"
},
"departure": {
"time": "1772048013"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048087"
},
"departure": {
"time": "1772048087"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047758"
},
"departure": {
"time": "1772047758"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047821"
},
"departure": {
"time": "1772047821"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047883"
},
"departure": {
"time": "1772047883"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047926"
},
"departure": {
"time": "1772047926"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047962"
},
"departure": {
"time": "1772047962"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048040"
},
"departure": {
"time": "1772048040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048120"
},
"departure": {
"time": "1772048120"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048245"
},
"departure": {
"time": "1772048245"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048290"
},
"departure": {
"time": "1772048290"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048335"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258685"
}
}
},
{
"id": "trip:6545053",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046540"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046712"
},
"departure": {
"time": "1772046712"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046820"
},
"departure": {
"time": "1772046820"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046912"
},
"departure": {
"time": "1772046912"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046990"
},
"departure": {
"time": "1772046990"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047082"
},
"departure": {
"time": "1772047082"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047170"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6545053"
}
}
},
{
"id": "trip:4259",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045213"
},
"departure": {
"time": "1772045225"
},
"stopId": "LABOET-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045306"
},
"departure": {
"time": "0"
},
"stopId": "DAGUEG-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045388"
},
"departure": {
"time": "1772045388"
},
"stopId": "DAGUVA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045650"
},
"departure": {
"time": "1772045650"
},
"stopId": "BOHABR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045711"
},
"departure": {
"time": "1772045711"
},
"stopId": "RUAU-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772045840"
},
"departure": {
"time": "1772045840"
},
"stopId": "BOHASA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772045895"
},
"departure": {
"time": "1772045895"
},
"stopId": "BACHEM-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772045950"
},
"departure": {
"time": "1772045950"
},
"stopId": "BOHACE-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046250"
},
"departure": {
"time": "1772046250"
},
"stopId": "SMATGD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046310"
},
"departure": {
"time": "1772046310"
},
"stopId": "SMATOF-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046409"
},
"departure": {
"time": "1772046409"
},
"stopId": "BOURJO-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046550"
},
"departure": {
"time": "1772046550"
},
"stopId": "GRANCHEM",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "42",
"tripId": "4259"
}
}
},
{
"id": "trip:6544880",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048310"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048392"
},
"departure": {
"time": "1772048392"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048478"
},
"departure": {
"time": "1772048478"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048650"
},
"departure": {
"time": "1772048650"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048727"
},
"departure": {
"time": "1772048727"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048879"
},
"departure": {
"time": "1772048879"
},
"stopId": "2MTAI",
"stopSequence": 5
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544880"
}
}
},
{
"id": "trip:6544837",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046520"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046602"
},
"departure": {
"time": "1772046602"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046688"
},
"departure": {
"time": "1772046688"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046860"
},
"departure": {
"time": "1772046860"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046937"
},
"departure": {
"time": "1772046937"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047089"
},
"departure": {
"time": "1772047089"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047180"
},
"departure": {
"time": "1772047180"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047330"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544837"
}
}
},
{
"id": "trip:6544793",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045222"
},
"departure": {
"time": "1772045222"
},
"stopId": "2MONP",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045245"
},
"departure": {
"time": "1772045245"
},
"stopId": "1MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544793"
}
}
},
{
"id": "trip:6257771",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045311"
},
"departure": {
"time": "1772045311"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045373"
},
"departure": {
"time": "1772045373"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045405"
},
"departure": {
"time": "1772045405"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045427"
},
"departure": {
"time": "1772045427"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045485"
},
"departure": {
"time": "1772045485"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045521"
},
"departure": {
"time": "1772045521"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045556"
},
"departure": {
"time": "1772045556"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045600"
},
"departure": {
"time": "1772045600"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045656"
},
"departure": {
"time": "1772045656"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045685"
},
"departure": {
"time": "1772045685"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045751"
},
"departure": {
"time": "1772045751"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045784"
},
"departure": {
"time": "1772045784"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772045836"
},
"departure": {
"time": "1772045836"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772045956"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257771"
}
}
},
{
"id": "trip:6257962",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045400"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045486"
},
"departure": {
"time": "1772045486"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045530"
},
"departure": {
"time": "1772045530"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045567"
},
"departure": {
"time": "1772045567"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045594"
},
"departure": {
"time": "1772045594"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045700"
},
"departure": {
"time": "1772045700"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772045745"
},
"departure": {
"time": "1772045745"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772045806"
},
"departure": {
"time": "1772045806"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772045849"
},
"departure": {
"time": "1772045849"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772045896"
},
"departure": {
"time": "1772045896"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772045940"
},
"departure": {
"time": "1772045940"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772045995"
},
"departure": {
"time": "1772045995"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046049"
},
"departure": {
"time": "1772046049"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046115"
},
"departure": {
"time": "1772046115"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046190"
},
"departure": {
"time": "1772046190"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046249"
},
"departure": {
"time": "1772046249"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046300"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046363"
},
"departure": {
"time": "1772046363"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046433"
},
"departure": {
"time": "1772046433"
},
"stopId": "CAMELIAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046515"
},
"departure": {
"time": "1772046515"
},
"stopId": "ISORET",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046583"
},
"departure": {
"time": "1772046583"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046617"
},
"departure": {
"time": "1772046617"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046665"
},
"departure": {
"time": "1772046665"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046436"
},
"departure": {
"time": "1772046436"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046488"
},
"departure": {
"time": "1772046488"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AFPA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046550"
},
"departure": {
"time": "1772046550"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046741"
},
"departure": {
"time": "1772046741"
},
"stopId": "MONTAIG",
"stopSequence": 26
},
{
"arrival": {
"time": "1772046777"
},
"departure": {
"time": "1772046777"
},
"stopId": "GARDOT",
"stopSequence": 27
},
{
"arrival": {
"time": "1772046827"
},
"departure": {
"time": "1772046827"
},
"stopId": "STEXUPER",
"stopSequence": 28
},
{
"arrival": {
"time": "1772046878"
},
"departure": {
"time": "1772046878"
},
"stopId": "SECUSOCI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772046968"
},
"departure": {
"time": "1772046968"
},
"stopId": "MAIL-NAE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047008"
},
"departure": {
"time": "1772047008"
},
"stopId": "FO-LOR-R",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047100"
},
"departure": {
"time": "1772047100"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047144"
},
"departure": {
"time": "1772047144"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047253"
},
"departure": {
"time": "1772047253"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047355"
},
"departure": {
"time": "1772047355"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047422"
},
"departure": {
"time": "1772047422"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047464"
},
"departure": {
"time": "1772047464"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047585"
},
"departure": {
"time": "1772047585"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047625"
},
"departure": {
"time": "1772047625"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047560"
},
"departure": {
"time": "1772047560"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047613"
},
"departure": {
"time": "1772047613"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047672"
},
"departure": {
"time": "1772047672"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772047800"
},
"departure": {
"time": "1772047800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772047712"
},
"departure": {
"time": "1772047712"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772047770"
},
"departure": {
"time": "1772047770"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772047861"
},
"departure": {
"time": "1772047861"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772047928"
},
"departure": {
"time": "1772047928"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772047969"
},
"departure": {
"time": "1772047969"
},
"stopId": "BOISRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048018"
},
"departure": {
"time": "1772048018"
},
"stopId": "NDAMLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048065"
},
"departure": {
"time": "1772048065"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048108"
},
"departure": {
"time": "1772048108"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048161"
},
"departure": {
"time": "1772048161"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048203"
},
"departure": {
"time": "1772048203"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048288"
},
"departure": {
"time": "1772048288"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048324"
},
"departure": {
"time": "1772048324"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048348"
},
"departure": {
"time": "1772048348"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048376"
},
"departure": {
"time": "1772048376"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772048413"
},
"departure": {
"time": "1772048413"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772048444"
},
"departure": {
"time": "1772048444"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772048528"
},
"departure": {
"time": "1772048528"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772048552"
},
"departure": {
"time": "1772048552"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772048580"
},
"departure": {
"time": "1772048580"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772048617"
},
"departure": {
"time": "1772048617"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772048658"
},
"departure": {
"time": "1772048658"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772048715"
},
"departure": {
"time": "1772048715"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772048768"
},
"departure": {
"time": "1772048768"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772048829"
},
"departure": {
"time": "1772048829"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772048872"
},
"departure": {
"time": "1772048872"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772048908"
},
"departure": {
"time": "1772048908"
},
"stopId": "GRANPI-E",
"stopSequence": 69
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257962"
}
}
},
{
"id": "trip:6544708",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045407"
},
"departure": {
"time": "1772045407"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045507"
},
"departure": {
"time": "1772045507"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045587"
},
"departure": {
"time": "1772045587"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772045677"
},
"departure": {
"time": "1772045677"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045757"
},
"departure": {
"time": "1772045757"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045847"
},
"departure": {
"time": "1772045847"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045927"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544708"
}
}
},
{
"id": "trip:6257481",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045351"
},
"stopId": "MOULINMA",
"stopSequence": 59
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257481"
}
}
},
{
"id": "trip:6260082",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHANTOUR",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046400"
},
"departure": {
"time": "1772046400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046396"
},
"departure": {
"time": "1772046396"
},
"stopId": "RANGEARD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046418"
},
"departure": {
"time": "1772046418"
},
"stopId": "LAPOINTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046458"
},
"departure": {
"time": "1772046458"
},
"stopId": "PONTLAIT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046497"
},
"departure": {
"time": "1772046497"
},
"stopId": "GAREBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046534"
},
"departure": {
"time": "1772046534"
},
"stopId": "CAMPBOUC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046565"
},
"departure": {
"time": "1772046565"
},
"stopId": "BOUCHEM",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046619"
},
"departure": {
"time": "1772046619"
},
"stopId": "CHEVRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046656"
},
"departure": {
"time": "1772046656"
},
"stopId": "PETPORT",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046740"
},
"departure": {
"time": "1772046740"
},
"stopId": "HAUBOUCH",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046805"
},
"departure": {
"time": "1772046805"
},
"stopId": "ARTAUD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046868"
},
"departure": {
"time": "1772046868"
},
"stopId": "PIVERDIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046932"
},
"departure": {
"time": "1772046932"
},
"stopId": "CHATAIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046971"
},
"departure": {
"time": "1772046971"
},
"stopId": "CLOSVI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047032"
},
"departure": {
"time": "1772047032"
},
"stopId": "P-ANJO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047105"
},
"departure": {
"time": "1772047105"
},
"stopId": "HARENC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047177"
},
"departure": {
"time": "1772047177"
},
"stopId": "P-ANJOU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047225"
},
"departure": {
"time": "1772047225"
},
"stopId": "VALMAI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047296"
},
"departure": {
"time": "1772047296"
},
"stopId": "PETVIVIE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047372"
},
"departure": {
"time": "1772047372"
},
"stopId": "PRUNIERS",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047406"
},
"departure": {
"time": "1772047406"
},
"stopId": "CROISETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772047511"
},
"departure": {
"time": "1772047511"
},
"stopId": "CAMLACMA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047557"
},
"departure": {
"time": "1772047557"
},
"stopId": "LACDMAIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772047603"
},
"departure": {
"time": "1772047603"
},
"stopId": "MAISENVI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772047645"
},
"departure": {
"time": "1772047645"
},
"stopId": "PERUSSAI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047679"
},
"departure": {
"time": "1772047679"
},
"stopId": "MAISLAC",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047708"
},
"departure": {
"time": "1772047708"
},
"stopId": "JEAN-MON",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047834"
},
"departure": {
"time": "1772047834"
},
"stopId": "CNFPT",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047892"
},
"departure": {
"time": "1772047892"
},
"stopId": "BEAUSSIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047952"
},
"departure": {
"time": "1772047952"
},
"stopId": "CITEUNIV",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048002"
},
"departure": {
"time": "1772048002"
},
"stopId": "POLYTECH",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048063"
},
"departure": {
"time": "1772048063"
},
"stopId": "NDAMELAC",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048129"
},
"departure": {
"time": "1772048129"
},
"stopId": "BOISRAME",
"stopSequence": 34
},
{
"arrival": {
"time": "1772048192"
},
"departure": {
"time": "1772048192"
},
"stopId": "CHBBEILL",
"stopSequence": 35
},
{
"arrival": {
"time": "1772048255"
},
"departure": {
"time": "1772048255"
},
"stopId": "MVIGNE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772048346"
},
"departure": {
"time": "1772048346"
},
"stopId": "FARCYSJA",
"stopSequence": 37
},
{
"arrival": {
"time": "1772048552"
},
"departure": {
"time": "1772048552"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772048608"
},
"departure": {
"time": "1772048608"
},
"stopId": "MONPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772048657"
},
"departure": {
"time": "1772048657"
},
"stopId": "DESCAZ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772048715"
},
"departure": {
"time": "1772048715"
},
"stopId": "BICHBI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772048744"
},
"departure": {
"time": "1772048744"
},
"stopId": "STTHER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772048810"
},
"departure": {
"time": "1772048810"
},
"stopId": "BARRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048858"
},
"departure": {
"time": "1772048858"
},
"stopId": "BLERIO-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260082"
}
}
},
{
"id": "trip:6260036",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045251"
},
"departure": {
"time": "1772045251"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045282"
},
"departure": {
"time": "1772045282"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045335"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260036"
}
}
},
{
"id": "trip:6544974",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045580"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045681"
},
"departure": {
"time": "1772045681"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045790"
},
"departure": {
"time": "1772045790"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045871"
},
"departure": {
"time": "1772045871"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772045964"
},
"departure": {
"time": "1772045964"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046074"
},
"departure": {
"time": "1772046074"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046250"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544974"
}
}
},
{
"id": "trip:6544789",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045580"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045710"
},
"departure": {
"time": "1772045710"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045801"
},
"departure": {
"time": "1772045801"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045954"
},
"departure": {
"time": "1772045954"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046030"
},
"departure": {
"time": "1772046030"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046188"
},
"departure": {
"time": "1772046188"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046267"
},
"departure": {
"time": "1772046267"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046340"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544789"
}
}
},
{
"id": "trip:6257922",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045820"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045856"
},
"departure": {
"time": "1772045856"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045889"
},
"departure": {
"time": "1772045889"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772045948"
},
"departure": {
"time": "1772045948"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772045979"
},
"departure": {
"time": "1772045979"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046039"
},
"departure": {
"time": "1772046039"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046082"
},
"departure": {
"time": "1772046082"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046120"
},
"departure": {
"time": "1772046120"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046163"
},
"departure": {
"time": "1772046163"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046192"
},
"departure": {
"time": "1772046192"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046221"
},
"departure": {
"time": "1772046221"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046248"
},
"departure": {
"time": "1772046248"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772046326"
},
"departure": {
"time": "1772046326"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772046357"
},
"departure": {
"time": "1772046357"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046395"
},
"departure": {
"time": "1772046395"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046420"
},
"departure": {
"time": "1772046420"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046449"
},
"departure": {
"time": "1772046449"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046480"
},
"departure": {
"time": "1772046480"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046566"
},
"departure": {
"time": "1772046566"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046604"
},
"departure": {
"time": "1772046604"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772046660"
},
"departure": {
"time": "1772046660"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046710"
},
"departure": {
"time": "1772046710"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772046771"
},
"departure": {
"time": "1772046771"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772046837"
},
"departure": {
"time": "1772046837"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772046962"
},
"departure": {
"time": "1772046962"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772047052"
},
"departure": {
"time": "1772047052"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772047132"
},
"departure": {
"time": "1772047132"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772047191"
},
"departure": {
"time": "1772047191"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772047229"
},
"departure": {
"time": "1772047229"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772047200"
},
"departure": {
"time": "1772047200"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772047276"
},
"departure": {
"time": "1772047276"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772047329"
},
"departure": {
"time": "1772047329"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772047386"
},
"departure": {
"time": "1772047386"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772047438"
},
"departure": {
"time": "1772047438"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772047494"
},
"departure": {
"time": "1772047494"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772047578"
},
"departure": {
"time": "1772047578"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772047620"
},
"departure": {
"time": "1772047620"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772047711"
},
"departure": {
"time": "1772047711"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772047779"
},
"departure": {
"time": "1772047779"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772047817"
},
"departure": {
"time": "1772048100"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772048153"
},
"departure": {
"time": "1772048153"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772048240"
},
"departure": {
"time": "1772048240"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772048280"
},
"departure": {
"time": "1772048280"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772048343"
},
"departure": {
"time": "1772048343"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772048363"
},
"departure": {
"time": "1772048363"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772048431"
},
"departure": {
"time": "1772048431"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772048489"
},
"departure": {
"time": "1772048489"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772048526"
},
"departure": {
"time": "1772048526"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772048566"
},
"departure": {
"time": "1772048566"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772048640"
},
"departure": {
"time": "1772048640"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772048688"
},
"departure": {
"time": "1772048688"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772048733"
},
"departure": {
"time": "1772048733"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772048791"
},
"departure": {
"time": "1772048791"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772048843"
},
"departure": {
"time": "1772048843"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772048893"
},
"departure": {
"time": "1772048893"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257922"
}
}
},
{
"id": "trip:6258451",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046780"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046875"
},
"departure": {
"time": "1772046875"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046900"
},
"departure": {
"time": "1772046900"
},
"stopId": "JEBOUTON",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046996"
},
"departure": {
"time": "1772046996"
},
"stopId": "LAVOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047057"
},
"departure": {
"time": "1772047057"
},
"stopId": "RIOTTEAU",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047093"
},
"departure": {
"time": "1772047093"
},
"stopId": "ALLUMETT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047141"
},
"departure": {
"time": "1772047141"
},
"stopId": "DAGUERRE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047190"
},
"departure": {
"time": "1772047190"
},
"stopId": "BELVTR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047250"
},
"departure": {
"time": "1772047250"
},
"stopId": "MARAIS-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047335"
},
"departure": {
"time": "1772047335"
},
"stopId": "GASPALON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "VILSANTE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047477"
},
"departure": {
"time": "1772047477"
},
"stopId": "CORMIER",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047546"
},
"departure": {
"time": "1772047546"
},
"stopId": "STLEONAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047575"
},
"departure": {
"time": "1772047575"
},
"stopId": "GERICAUL",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047620"
},
"departure": {
"time": "1772047620"
},
"stopId": "MONGAZON",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047648"
},
"departure": {
"time": "1772047648"
},
"stopId": "KOPA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047695"
},
"departure": {
"time": "1772047695"
},
"stopId": "DESMAZ",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047737"
},
"departure": {
"time": "1772047737"
},
"stopId": "ANFRANCK",
"stopSequence": 17
},
{
"arrival": {
"time": "1772047785"
},
"departure": {
"time": "1772047785"
},
"stopId": "STJOSEP",
"stopSequence": 18
},
{
"arrival": {
"time": "1772047839"
},
"departure": {
"time": "1772047839"
},
"stopId": "PLDULYCE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772047920"
},
"departure": {
"time": "1772048100"
},
"stopId": "HMAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048145"
},
"departure": {
"time": "1772048145"
},
"stopId": "FO-LOR-R",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048238"
},
"departure": {
"time": "1772048238"
},
"stopId": "STAUBI-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048282"
},
"departure": {
"time": "1772048282"
},
"stopId": "HARAS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048400"
},
"departure": {
"time": "1772048400"
},
"stopId": "LESGAR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048478"
},
"departure": {
"time": "1772048478"
},
"stopId": "SEMARD-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048512"
},
"departure": {
"time": "1772048512"
},
"stopId": "PONTNO-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048578"
},
"departure": {
"time": "1772048578"
},
"stopId": "POIREL-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772048614"
},
"departure": {
"time": "1772048614"
},
"stopId": "VAUBAN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772048661"
},
"departure": {
"time": "1772048661"
},
"stopId": "FREMUR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772048720"
},
"departure": {
"time": "1772048720"
},
"stopId": "STRASB-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772048820"
},
"departure": {
"time": "1772048820"
},
"stopId": "LETAND-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772048851"
},
"departure": {
"time": "1772048851"
},
"stopId": "BEDIER-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772048884"
},
"departure": {
"time": "1772048884"
},
"stopId": "INTREP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772048915"
},
"departure": {
"time": "1772048915"
},
"stopId": "MTARDA-E",
"stopSequence": 34
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258451"
}
}
},
{
"id": "trip:6257967",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048400"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048469"
},
"departure": {
"time": "1772048469"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772048504"
},
"departure": {
"time": "1772048504"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772048534"
},
"departure": {
"time": "1772048534"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772048556"
},
"departure": {
"time": "1772048556"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772048640"
},
"departure": {
"time": "1772048640"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772048685"
},
"departure": {
"time": "1772048685"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772048746"
},
"departure": {
"time": "1772048746"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772048789"
},
"departure": {
"time": "1772048789"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048836"
},
"departure": {
"time": "1772048836"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048880"
},
"departure": {
"time": "1772048880"
},
"stopId": "STADE",
"stopSequence": 10
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257967"
}
}
},
{
"id": "trip:6053031",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046600"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046670"
},
"departure": {
"time": "1772046670"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046720"
},
"departure": {
"time": "1772046720"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046780"
},
"departure": {
"time": "1772046780"
},
"stopId": "V.HUGO",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046824"
},
"departure": {
"time": "1772046824"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046890"
},
"departure": {
"time": "1772046890"
},
"stopId": "LECLSY-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046960"
},
"departure": {
"time": "1772046960"
},
"stopId": "SSYMAIRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047019"
},
"departure": {
"time": "1772047019"
},
"stopId": "UNION",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047058"
},
"departure": {
"time": "1772047058"
},
"stopId": "CHABLANC",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047097"
},
"departure": {
"time": "1772047097"
},
"stopId": "BASMORTI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047140"
},
"departure": {
"time": "1772047140"
},
"stopId": "MILLARDI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047155"
},
"departure": {
"time": "1772047155"
},
"stopId": "CARREAUX",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "PARCEXPO",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047477"
},
"departure": {
"time": "1772047477"
},
"stopId": "PROVINS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047543"
},
"departure": {
"time": "1772047543"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047620"
},
"departure": {
"time": "1772047620"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047713"
},
"departure": {
"time": "1772047713"
},
"stopId": "CHATENAY",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047803"
},
"departure": {
"time": "1772047803"
},
"stopId": "BRISEPOT",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048017"
},
"departure": {
"time": "1772048017"
},
"stopId": "CLEMOINE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048100"
},
"stopId": "HDVSUB",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053031"
}
}
},
{
"id": "trip:6257733",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045268"
},
"departure": {
"time": "1772045268"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045298"
},
"departure": {
"time": "1772045298"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045345"
},
"departure": {
"time": "1772045345"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045384"
},
"departure": {
"time": "1772045384"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045424"
},
"departure": {
"time": "1772045424"
},
"stopId": "GARETERM",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045463"
},
"departure": {
"time": "1772045463"
},
"stopId": "LESGARES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045554"
},
"departure": {
"time": "1772045554"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045605"
},
"departure": {
"time": "1772045605"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045643"
},
"departure": {
"time": "1772045643"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045853"
},
"departure": {
"time": "1772045853"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045992"
},
"departure": {
"time": "1772045992"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772046029"
},
"departure": {
"time": "1772046029"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772046108"
},
"departure": {
"time": "1772046108"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772046152"
},
"departure": {
"time": "1772046152"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772046181"
},
"departure": {
"time": "1772046181"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772046232"
},
"departure": {
"time": "1772046232"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046300"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772046334"
},
"departure": {
"time": "1772046334"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772046409"
},
"departure": {
"time": "1772046409"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772046436"
},
"departure": {
"time": "1772046436"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772046472"
},
"departure": {
"time": "1772046472"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772046573"
},
"departure": {
"time": "1772046573"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772046640"
},
"departure": {
"time": "1772046640"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772046735"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257733"
}
}
},
{
"id": "trip:6052665",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772045213"
},
"departure": {
"time": "1772045213"
},
"stopId": "IRLAND-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772045227"
},
"departure": {
"time": "1772045243"
},
"stopId": "ITALIE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772045273"
},
"departure": {
"time": "1772045273"
},
"stopId": "ALLEMA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772045288"
},
"departure": {
"time": "1772045288"
},
"stopId": "DANEMA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772045303"
},
"departure": {
"time": "1772045303"
},
"stopId": "AVENEU-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772045394"
},
"departure": {
"time": "1772045394"
},
"stopId": "MASTEL-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772046307"
},
"departure": {
"time": "1772046307"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOI-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772045371"
},
"departure": {
"time": "1772045371"
},
"stopId": "JEHUEZ-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772045415"
},
"departure": {
"time": "1772045415"
},
"stopId": "PLATEF-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772045477"
},
"departure": {
"time": "1772045477"
},
"stopId": "ESPMON-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772045527"
},
"departure": {
"time": "1772045527"
},
"stopId": "BELAIR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772045567"
},
"departure": {
"time": "1772045567"
},
"stopId": "ZOLA-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772045623"
},
"departure": {
"time": "1772045623"
},
"stopId": "ANAFRA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772045677"
},
"departure": {
"time": "1772045677"
},
"stopId": "PISCMU-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772045727"
},
"departure": {
"time": "1772045727"
},
"stopId": "CAMPJU-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772045780"
},
"departure": {
"time": "1772045780"
},
"stopId": "LAEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772045822"
},
"departure": {
"time": "1772045822"
},
"stopId": "BECK-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772045867"
},
"stopId": "DOMVATER",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052665"
}
}
},
{
"id": "trip:6052656",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772046534"
},
"departure": {
"time": "1772046534"
},
"stopId": "PLOTTI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772046581"
},
"departure": {
"time": "1772046581"
},
"stopId": "AUTRIC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772046686"
},
"departure": {
"time": "1772046686"
},
"stopId": "IRLAND-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772046759"
},
"departure": {
"time": "1772046759"
},
"stopId": "ITALIE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772046877"
},
"departure": {
"time": "1772046877"
},
"stopId": "ALLEMA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772046921"
},
"departure": {
"time": "1772046921"
},
"stopId": "DANEMA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772046987"
},
"departure": {
"time": "1772046987"
},
"stopId": "AVENEU-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772047058"
},
"departure": {
"time": "1772047058"
},
"stopId": "MASTEL-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772047112"
},
"departure": {
"time": "1772047112"
},
"stopId": "JEHUEZ-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772047608"
},
"stopId": "DOMVATER",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052656"
}
}
},
{
"id": "trip:6052763",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046300"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046459"
},
"departure": {
"time": "1772046459"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046510"
},
"departure": {
"time": "1772046510"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"stopId": "GARDOT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047335"
},
"departure": {
"time": "1772047335"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047372"
},
"departure": {
"time": "1772047372"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047440"
},
"departure": {
"time": "1772047440"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047465"
},
"departure": {
"time": "1772047465"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772047494"
},
"departure": {
"time": "1772047494"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772047568"
},
"departure": {
"time": "1772047568"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772047592"
},
"departure": {
"time": "1772047592"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772047650"
},
"departure": {
"time": "1772047650"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047716"
},
"departure": {
"time": "1772047716"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047758"
},
"departure": {
"time": "1772047758"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047800"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052763"
}
}
},
{
"id": "trip:6257923",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047680"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047716"
},
"departure": {
"time": "1772047716"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047749"
},
"departure": {
"time": "1772047749"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047808"
},
"departure": {
"time": "1772047808"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047839"
},
"departure": {
"time": "1772047839"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047899"
},
"departure": {
"time": "1772047899"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047942"
},
"departure": {
"time": "1772047942"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772047980"
},
"departure": {
"time": "1772047980"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772048023"
},
"departure": {
"time": "1772048023"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772048052"
},
"departure": {
"time": "1772048052"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772048081"
},
"departure": {
"time": "1772048081"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772048108"
},
"departure": {
"time": "1772048108"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772048186"
},
"departure": {
"time": "1772048186"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772048217"
},
"departure": {
"time": "1772048217"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772048255"
},
"departure": {
"time": "1772048255"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772048280"
},
"departure": {
"time": "1772048280"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772048309"
},
"departure": {
"time": "1772048309"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772048340"
},
"departure": {
"time": "1772048340"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772048426"
},
"departure": {
"time": "1772048426"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772048464"
},
"departure": {
"time": "1772048464"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772048520"
},
"departure": {
"time": "1772048520"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772048570"
},
"departure": {
"time": "1772048570"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772048631"
},
"departure": {
"time": "1772048631"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772048697"
},
"departure": {
"time": "1772048697"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772048760"
},
"departure": {
"time": "1772048760"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772048810"
},
"departure": {
"time": "1772048810"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772048882"
},
"departure": {
"time": "1772048882"
},
"stopId": "FARCYSJA",
"stopSequence": 27
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257923"
}
}
},
{
"id": "trip:6544795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772046480"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772046600"
},
"departure": {
"time": "1772046600"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772046691"
},
"departure": {
"time": "1772046691"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046844"
},
"departure": {
"time": "1772046844"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046920"
},
"departure": {
"time": "1772046920"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047078"
},
"departure": {
"time": "1772047078"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047157"
},
"departure": {
"time": "1772047157"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772047230"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544795"
}
}
},
{
"id": "trip:6257783",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772048880"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772048890"
},
"departure": {
"time": "1772048890"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257783"
}
}
},
{
"id": "trip:6545041",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772047020"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772047116"
},
"departure": {
"time": "1772047116"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772047220"
},
"departure": {
"time": "1772047220"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772047301"
},
"departure": {
"time": "1772047301"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772047394"
},
"departure": {
"time": "1772047394"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772047504"
},
"departure": {
"time": "1772047504"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772047680"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6545041"
}
}
},
{
"id": "trip:6544712",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772045760"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772045870"
},
"departure": {
"time": "1772045870"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772045980"
},
"departure": {
"time": "1772045980"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772046100"
},
"departure": {
"time": "1772046100"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772046210"
},
"departure": {
"time": "1772046210"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772046300"
},
"departure": {
"time": "1772046300"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772046400"
},
"departure": {
"time": "1772046400"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772046500"
},
"departure": {
"time": "1772046500"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772046560"
},
"departure": {
"time": "1772046560"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772046660"
},
"departure": {
"time": "1772046660"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772046760"
},
"departure": {
"time": "1772046760"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772046850"
},
"departure": {
"time": "1772046850"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772046970"
},
"departure": {
"time": "1772046970"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772047060"
},
"departure": {
"time": "1772047060"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772047180"
},
"departure": {
"time": "1772047180"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772047260"
},
"departure": {
"time": "1772047260"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772047380"
},
"departure": {
"time": "1772047380"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772047470"
},
"stopId": "2VERN",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6544712"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1772045325"
}
}