-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResp.json
More file actions
106 lines (106 loc) · 3.09 KB
/
Copy pathResp.json
File metadata and controls
106 lines (106 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"version": "1.1",
"timestamp": "1542812822",
"connection": [
{
"id": "0",
"duration": "5880",
"departure": {
"delay": "0",
"station": "Poperinge",
"stationinfo": {
"locationX": "2.736343",
"locationY": "50.854449",
"id": "BE.NMBS.008896735",
"@id": "http:\\/\\/irail.be\\/stations\\/NMBS\\/008896735",
"standardname": "Poperinge",
"name": "Poperinge"
},
"time": "1542812880",
"vehicle": "BE.NMBS.IC738",
"departureConnection": "http:\\/\\/irail.be\\/connections\\/8896735\\/20181121\\/IC738",
"direction": {
"name": "Anvers-Central \\/ Antwerpen-Centraal"
},
},
"arrival": {
"delay": "0",
"station": "Brugge",
"stationinfo": {
"locationX": "3.216726",
"locationY": "51.197226",
"id": "BE.NMBS.008891009",
"@id": "http:\\/\\/irail.be\\/stations\\/NMBS\\/008891009",
"standardname": "Brugge",
"name": "Brugge"
},
"time": "1542818760",
"vehicle": "BE.NMBS.IC2338",
"platform": "8",
"platforminfo": {
"name": "8",
"normal": "1"
},
"direction": {
"name": "Ostende \\/ Oostende"
},
},
"vias": {
"number": "1",
"via": [
{
"id": "0",
"timeBetween": "300",
"station": "Kortrijk",
"stationinfo": {
"locationX": "3.264549",
"locationY": "50.824506",
"id": "BE.NMBS.008896008",
"@id": "http:\\/\\/irail.be\\/stations\\/NMBS\\/008896008",
"standardname": "Kortrijk",
"name": "Kortrijk"
},
"vehicle": "BE.NMBS.IC738",
"direction": {
"name": "Anvers-Central \\/ Antwerpen-Centraal"
},
"arrival": {
"time": "1542815400",
"platform": "4",
"platforminfo": {
"name": "4",
"normal": "1"
},
"isExtraStop": "0",
"delay": "0",
"canceled": "0",
"arrived": "0",
"walking": "0",
"direction": {
"name": "Anvers-Central \\/ Antwerpen-Centraal"
},
"vehicle": "BE.NMBS.IC738",
"departureConnection": "http:\\/\\/irail.be\\/connections\\/8896008\\/20181121\\/IC738"
},
"departure": {
"time": "1542815700",
"platform": "5",
"platforminfo": {
"name": "5",
"normal": "1"
},
"isExtraStop": "0",
"delay": "0",
"direction": {
"name": "Ostende \\/ Oostende"
},
"vehicle": "BE.NMBS.IC2338",
"departureConnection": "http:\\/\\/irail.be\\/connections\\/8896008\\/20181121\\/IC2338",
}
}
}
]
}
}
]
}