-
Notifications
You must be signed in to change notification settings - Fork 3
/
temp2.py
80 lines (69 loc) · 99.1 KB
/
temp2.py
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
import datetime
dn = {1: [], 2: [], 3: [], 4: []}
do = {'04:41': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}], '06:55': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '08:08': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '08:40': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '13:47': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}], '15:36': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'F', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 3}], '17:20': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}], '19:54': [{'start': 'Bandra', 'end': 'Virar', 'speed': 'S', 'si': 11, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '04:32': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}], '04:45': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}], '05:20': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '06:07': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}], '07:30': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:45': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '08:36': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '09:18': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:01': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:04': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '10:25': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}], '11:05': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}], '12:19': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:33': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}], '12:52': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}], '13:20':[{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:54': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '17:16': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up','platform': 1}], '17:51': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '18:13': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'MumbaiCentral', 'end': 'Borivali', 'speed': 'S', 'si': 4, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:22': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '18:50': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}], '20:13': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27,'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '20:28': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:37': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}], '20:50': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'F', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 2}], '21:28': [{'start': 'Andheri', 'end': 'Virar', 'speed': 'S', 'si': 15, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Dadar', 'end': 'Virar', 'speed': 'S', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 1}], '05:04': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction':'up', 'platform': 2}], '07:02': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '07:28': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '07:50': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '08:15': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '10:15': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '10:59': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '12:27': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '12:50': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '13:24': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '13:56': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '14:44': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '15:25': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '15:50': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '16:52': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:26': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}], '18:00': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '19:22': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction':'down', 'platform': 4}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:27': [{'start': 'Dadar', 'end': 'Virar', 'speed': 'F', 'si': 8, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '03:26': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '03:54': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'S', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 4}], '04:24': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '04:48': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '05:00': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27,'ei': 0, 'direction': 'down', 'platform': 3}], '05:22': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '05:46': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '06:09': [{'start': 'Virar', 'end': 'Churchgate', 'speed':'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '06:33': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '06:54': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '07:11': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:31': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Goregaon', 'speed': 'F', 'si': 0, 'ei': 17, 'direction': 'up', 'platform': 2}], '07:39': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'L', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '07:43': [{'start': 'Virar','end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '08:00': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up','platform': 1}], '08:11': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Goregaon', 'speed': 'F', 'si': 0, 'ei': 17, 'direction': 'up', 'platform': 2}], '08:24': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:28': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '08:54':[{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '09:11': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '09:21': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform':3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:39': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:56': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}, {'start': 'Goregaon', 'end': 'Churchgate', 'speed': 'F', 'si': 17, 'ei': 0, 'direction': 'down', 'platform': 3}], '10:20': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform':1}], '10:41': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '10:52': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '11:09': [{'start': 'Virar', 'end': 'Churchgate', 'speed':'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '11:27': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '11:54': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '12:40': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '12:54': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '13:10': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '13:15': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '13:30': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '13:42': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '13:55': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '14:00': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '14:10': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '14:26': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei':0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:43': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:01': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '15:15': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '15:27': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '15:40': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '15:46': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '16:09': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '16:22': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '16:34': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '16:56': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si':27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '17:15': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '17:24': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '17:30': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '17:42': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}, {'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:55': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '18:21': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '18:32': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '18:47': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '18:52': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '18:58': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '19:10': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0,'direction': 'down', 'platform': 3}], '19:35': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '19:43': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '20:00': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:04': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '20:08': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '20:35': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '20:52': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '20:59': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:21': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:25': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'S', 'si':27, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:30': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:39': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'MumbaiCentral', 'speed': 'S', 'si': 0, 'ei': 4, 'direction': 'up','platform': 1}], '21:52': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '22:08': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '22:18': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '22:42': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '22:55': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:17': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:35': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'F', 'si': 27, 'ei': 0, 'direction': 'down', 'platform': 3}], '00:05': [{'start': 'Virar', 'end': 'Churchgate', 'speed': 'S', 'si': 27, 'ei': 0, 'direction': 'down', 'platform':4}], '04:15': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '08:49': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '13:03': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '17:19': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '20:53': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '04:59': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '09:05': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '13:23': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '17:37': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:07': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '05:51': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '09:26': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'F', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 3}],'13:43': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '17:57': [{'start': 'Churchgate','end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '05:25': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'MumbaiCentral', 'end': 'Borivali', 'speed': 'S', 'si': 4, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:35': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'F', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 3}], '13:52': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '18:07': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '21:32': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '05:34': [{'start': 'Churchgate', 'end': 'Virar', 'speed':'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '14:20': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'DF', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:11': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '21:45': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '05:55': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '10:18': [{'start': 'Churchgate', 'end': 'Virar','speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '14:35': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '22:00': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2},{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '06:08': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '10:29': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0,'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform':4}], '14:50': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '06:21': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '10:47': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '14:55': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Dadar', 'end': 'Vasai', 'speed': 'F', 'si': 8, 'ei': 25, 'direction': 'up', 'platform': 2}], '18:39': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '22:30': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '06:29': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate','end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:00': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '15:20': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '18:51': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '06:46': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '11:16': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '19:01': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:15': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '11:36': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '19:18': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '23:37': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '07:03': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '11:39': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S','si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '16:00': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'F', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 3}], '19:34': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Vasai', 'end': 'Borivali', 'speed': 'S', 'si': 25, 'ei': 20, 'direction': 'down', 'platform': 4}], '23:56': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '07:27': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '11:51': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '16:12': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '19:49': [{'start': 'Churchgate', 'end': 'Virar', 'speed':'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '00:22': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '07:34': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '12:07': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '16:25': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '19:59': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '00:50': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '17:45': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '12:26': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '16:30': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '20:14': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '18:02': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '12:31': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'S', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 1}], '16:41': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '20:24': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:25': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '12:43': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}], '20:39': [{'start': 'Churchgate', 'end': 'Virar', 'speed': 'F', 'si': 0, 'ei': 27, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '04:27': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '06:35': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:16': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up','platform': 1}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '09:40': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '04:40': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '06:45': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:25': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '09:41': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '11:03': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '04:52': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '06:49':[{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '08:29': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei':20, 'direction': 'up', 'platform': 2}], '09:43': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:10': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '05:05': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08.38': [{'start': 'Churchgate', 'end': 'Borivali','speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:44': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '11:12': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '06:58': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:44': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Vasai', 'end': 'Churchgate', 'speed': 'F', 'si': 25, 'ei': 0, 'direction': 'down', 'platform': 3}], '09:49': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '11:17': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 's', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '05:27': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:06': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Mahalaxmi', 'end': 'Andheri', 'speed': 'S', 'si': 5, 'ei': 15, 'direction': 'up', 'platform': 1}], '08:46': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Goregaon', 'speed': 'F', 'si': 0, 'ei': 17, 'direction': 'up', 'platform': 2}], '09:51': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '11:19': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '05:32': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:47': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:55': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:24': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}],'05:35': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:17': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:53': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '11:32': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:23': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20,'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:07': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:42': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '05:56': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:59': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:10': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:49': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '06:04': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:35': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:04': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:17': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:55': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '06:10': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:41': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:15': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:27': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '11:58': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '06:12': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '10:32': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '12:05': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '06:16': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:56': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:23': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '10:36': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:12': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '07:58': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '09:25': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:42': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end':'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:13': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '06:32': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'MumbaiCentral', 'end': 'Borivali', 'speed': 'S', 'si': 4, 'ei': 20, 'direction': 'up', 'platform': 1}], '08:05': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '09:29': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '12:16': [{'start': 'Churchgate', 'end': 'Borivali','speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '08:09': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '09:34': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '10:51': [{'start': 'Churchgate','end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:24': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '13:45': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:17': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '16:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:16': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:28': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '13:49': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:04': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '18:26': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:34': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '13:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:21': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:09': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up','platform': 1}], '12:38': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:06': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:26': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:31': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0,'ei': 20, 'direction': 'up', 'platform': 2}], '12:44': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:12': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '15:33': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:21': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:33': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '12:51': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:14': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:39': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:46': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '12:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:45': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:48': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '12:59': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '15:51': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:36': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:54': [{'start': 'Churchgate', 'end':'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '13:01': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:29': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:53': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '17:39': [{'start': 'Churchgate', 'end': 'Borivali','speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:59': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '13:07': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:33': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:56': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:04': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '14:39': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:02': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:48': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:09': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:08': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction':'up', 'platform': 1}], '17:50': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Dadar', 'speed': 'F', 'si': 20, 'ei': 8, 'direction': 'down', 'platform': 3}], '19:15': [{'start': 'Churchgate', 'end': 'Borivali','speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '14:51': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:18': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:54': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0,'ei': 15, 'direction': 'up', 'platform': 1}], '19:20': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '14:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:21': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '17:58': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:25': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '14:58': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '16:27': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:27': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '13:33': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '15:03': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:36': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '18:03': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 's', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:30': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '13:39': [{'start': 'Churchgate', 'end': 'Borivali', 'speed':'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '15:09': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '16:45': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '18:14': [{'start': 'Churchgate', 'end':'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '19:37': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '19:42': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '20:30': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '21:36': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '22:26': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '00:08': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:45': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '20:33': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '22:28': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '00:17': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '19:52': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '20:38': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '21:42': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '22:36': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '00:30': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:47': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '22:41': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '00:40': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '20:03': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:51': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:48': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '22:49': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '01:00': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '20:58': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '21:50': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '23:00': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '20:10': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:57': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '23:11':[{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '20:16': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '21:14': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '22:04': [{'start': 'Churchgate','end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:21': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up','platform': 1}, {'start': 'Virar', 'end': 'Bandra', 'speed': 'S', 'si': 27, 'ei': 11, 'direction': 'down', 'platform': 4}], '20:21': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '21:17': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '22:11': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '23:30': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}],'21:23': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '22:12': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'F', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 2}], '23:40': [{'start': 'Churchgate', 'end': 'Borivali', 'speed':'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '21:29': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}], '22:22': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:50': [{'start': 'Churchgate', 'end': 'Borivali', 'speed': 'S', 'si': 0, 'ei': 20, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '05:50': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '12:09': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '19:58': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '09:31': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Goregaon', 'end': 'Churchgate', 'speed': 'F', 'si': 17, 'ei': 0, 'direction': 'down', 'platform': 3}], '12:41': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '20:01': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '07:38': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '09:32': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '13:04': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '20:12': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '07:48': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '09:37': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '14:01': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '18:10': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '20:19': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '07:53': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:46': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '14:17': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '18:19': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:27': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '14:48': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '18:29': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:55': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '08:22': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '15:00': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15,'direction': 'up', 'platform': 1}], '18:38': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:04': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei':0, 'direction': 'down', 'platform': 4}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:32': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '10:06': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '15:30': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up','platform': 2}], '08:35': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}, {'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '10:14': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '16:15': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'LowerParel', 'end': 'Virar', 'speed': 'F', 'si': 6, 'ei': 27, 'direction': 'up', 'platform': 2}], '19:02': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '22:44': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '10:30': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}],'16:39': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '19:13': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '22:45': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up','platform': 2}], '10:33': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '16:46': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '19:17': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '00:01': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:56': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '10:45': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si':0, 'ei': 15, 'direction': 'up', 'platform': 1}], '09:02': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up','platform': 2}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '17:01': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '11:14': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '17:06': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'F', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 3}], '09:12': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'F', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 2}], '11:52': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '19:51': [{'start': 'Churchgate', 'end': 'Andheri', 'speed': 'S', 'si': 0, 'ei': 15, 'direction': 'up', 'platform': 1}], '04:04': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '04:42': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '05:09': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '06:15': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '06:41': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '07:47': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '07:59': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:06': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction':'down', 'platform': 4}], '08:12': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '08:43': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:48': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:08': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:16': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:22': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:00': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:08': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15,'ei': 0, 'direction': 'down', 'platform': 4}], '10:16': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down','platform': 4}], '10:21': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:40': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:44': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:56': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '11:06': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '11:26': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '11:37': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '12:46': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '13:02': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '14:56': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '15:08': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '15:24': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0,'direction': 'down', 'platform': 4}], '15:44': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '16:20': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bhayandar','end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:05': [{'start': 'Andheri', 'end': 'Churchgate', 'speed':'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '17:31': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '17:44': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '17:56': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '18:12': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '18:37': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '19:16': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '19:50': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:06': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:09': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bhayandar', 'end': 'Andheri', 'speed': 'S', 'si': 23, 'ei': 15, 'direction': 'down', 'platform': 4}], '20:25': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:42': [{'start': 'Andheri', 'end': 'Churchgate', 'speed': 'S', 'si': 15, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Bhayandar', 'end': 'Andheri', 'speed': 'F', 'si': 23, 'ei': 15, 'direction': 'down', 'platform': 3}], '10:39': [{'start': 'Churchgate', 'end': 'MumbaiCentral', 'speed': 'S', 'si': 0, 'ei': 4, 'direction': 'up', 'platform': 1}], '11:20': [{'start': 'Churchgate', 'end': 'MumbaiCentral', 'speed': 'S', 'si': 0, 'ei': 4, 'direction': 'up', 'platform': 1}], '21:20': [{'start': 'Churchgate', 'end': 'MumbaiCentral', 'speed': 'S', 'si': 0, 'ei': 4, 'direction': 'up', 'platform': 1}], '10:54': [{'start': 'Churchgate', 'end': 'MumbaiCentral', 'speed': 'S', 'si': 0, 'ei': 4, 'direction': 'up', 'platform': 1}], '11:28': [{'start': 'Churchgate', 'end': 'MumbaiCentral', 'speed': 'S', 'si': 0, 'ei': 4, 'direction': 'up', 'platform': 1}, {'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '09:52': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}, {'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:51': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '08:41': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}, {'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '20:46': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '22:56': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '09:07': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '15:48': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '00:54': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '09:28': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '18:41': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:26': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'S', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 1}], '06.20': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '14:37': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '13:22': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '15:55': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '19:53': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '11:34': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '14:15': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '16:44': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '20:15': [{'start': 'Churchgate', 'end': 'Bandra', 'speed': 'F', 'si': 0, 'ei': 11, 'direction': 'up', 'platform': 2}], '05:57': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '12:14': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '22:27': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '06:44': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '10:03': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '13:35': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '22:47': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20,'ei': 0, 'direction': 'down', 'platform': 4}], '07:20': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '11:13': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '13:50': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '23:06': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '11:23': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'F', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 3}], '20:45': [{'start': 'Virar', 'end': 'Andheri', 'speed': 'S', 'si': 27, 'ei': 15, 'direction': 'down', 'platform': 4}], '06:22': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '19:48': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '11:08': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '13:31': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:00': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:32': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '23:10': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '09:06': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'S', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '12:20': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'S', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 4}], '19:29': [{'start': 'Bhayandar', 'end': 'Churchgate', 'speed': 'F', 'si': 23, 'ei': 0, 'direction': 'down', 'platform': 3}], '08:20': [{'start': 'Goregaon', 'end': 'Churchgate', 'speed': 'F','si': 17, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Vasai', 'end': 'Churchgate', 'speed': 'F', 'si': 25, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:46': [{'start': 'Goregaon', 'end': 'Churchgate', 'speed': 'F', 'si': 17, 'ei': 0, 'direction': 'down', 'platform': 3}], '09:01': [{'start': 'Goregaon', 'end': 'Churchgate', 'speed': 'F', 'si': 17, 'ei': 0, 'direction': 'down', 'platform': 3}], '21:16': [{'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '23:01': [{'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}, {'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:58': [{'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '18:04': [{'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '22:03': [{'start': 'Virar', 'end': 'Borivali', 'speed': 'S', 'si': 27, 'ei': 20, 'direction': 'down', 'platform': 4}], '21:44': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '18:44': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:36': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:46': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Vasai', 'end': 'Borivali', 'speed': 'S', 'si': 25, 'ei': 20, 'direction': 'down', 'platform': 4}], '23:08': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '19:44': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:53': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '18:53': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:44': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:59': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:24': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}],'18:57': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '19:57': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '23:32': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '16:59': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:54': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '23:38': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '19:03': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '22:10': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}, {'start': 'Vasai', 'end': 'Andheri', 'speed': 'F', 'si': 25, 'ei': 15, 'direction': 'down', 'platform': 3}], '23:51': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}],'19:06': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:10': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '22:29': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '00:18': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '21:18': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '22:35': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:17': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '22:39': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '19:21': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'S', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 4}], '20:23': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}, {'start': 'Dadar', 'end': 'Borivali', 'speed': 'F', 'si': 8, 'ei': 20, 'direction': 'up', 'platform': 2}], '21:41': [{'start': 'Borivali', 'end': 'Churchgate', 'speed': 'F', 'si': 20, 'ei': 0, 'direction': 'down', 'platform': 3}], '06:01': [{'start': 'Vasai', 'end': 'Dadar', 'speed': 'F', 'si': 25, 'ei': 8, 'direction': 'down', 'platform': 3}], '06:48': [{'start': 'Vasai', 'end': 'Dadar', 'speed': 'F', 'si': 25, 'ei': 8, 'direction': 'down', 'platform': 3}], '13:11': [{'start': 'Vasai', 'end': 'Dadar', 'speed': 'F', 'si': 25, 'ei': 8, 'direction': 'down', 'platform': 3}], '16:26': [{'start': 'Dadar', 'end': 'Vasai', 'speed': 'F', 'si': 8, 'ei': 25, 'direction': 'up', 'platform': 2}, {'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '09:38': [{'start': 'Bhayandar', 'end': 'Dadar', 'speed': 'F', 'si': 23, 'ei': 8, 'direction': 'down', 'platform': 3}], '15:52': [{'start': 'Bhayandar', 'end': 'Dadar', 'speed': 'F', 'si': 23, 'ei': 8, 'direction': 'down', 'platform': 3}], '07:18': [{'start': 'Vasai', 'end': 'Churchgate', 'speed': 'F', 'si': 25, 'ei': 0, 'direction': 'down', 'platform': 3}], '17:11': [{'start': 'Vasai', 'end': 'Borivali', 'speed': 'S', 'si': 25, 'ei': 20, 'direction': 'down', 'platform': 4}], '22:52': [{'start': 'Bhayandar', 'end': 'Borivali', 'speed': 'F', 'si': 23, 'ei': 20, 'direction': 'down', 'platform': 3}], '17:28': [{'start': 'Malad', 'end': 'Churchgate', 'speed': 'F', 'si': 18, 'ei': 0, 'direction': 'down', 'platform': 3}], '08:38': [{'start': 'Borivali', 'end': 'Dadar', 'speed': 'F', 'si': 20, 'ei': 8, 'direction': 'down', 'platform': 3}, {'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '19:40': [{'start': 'Borivali', 'end': 'Dadar', 'speed': 'F', 'si': 20, 'ei': 8, 'direction': 'down', 'platform': 3}], '07:46': [{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei': 15, 'direction':'down', 'platform': 4}], '15:19': [{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei': 15, 'direction': 'down', 'platform': 4}], '18:27':[{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei': 15, 'direction': 'down', 'platform': 4}], '09:10': [{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei': 15, 'direction': 'down', 'platform': 4}], '17:10': [{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei':15, 'direction': 'down', 'platform': 4}], '21:13': [{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei': 15, 'direction': 'down', 'platform': 4}], '23:02': [{'start': 'Vasai', 'end': 'Andheri', 'speed': 'S', 'si': 25, 'ei': 15, 'direction': 'down', 'platform': 4}], '10:11': [{'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '08:04': [{'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '10:55': [{'start': 'Bandra', 'end': 'Churchgate', 'speed': 'S', 'si': 11, 'ei': 0, 'direction': 'down', 'platform': 4}], '05:30': [{'start': 'Virar', 'end': 'Bandra', 'speed': 'S', 'si': 27, 'ei': 11, 'direction': 'down', 'platform': 4}], '10:35': [{'start': 'Virar', 'end': 'Bandra', 'speed': 'S', 'si': 27, 'ei': 11, 'direction': 'down', 'platform': 4}, {'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'S', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 1}], '18:36': [{'start': 'Virar', 'end': 'Bandra', 'speed': 'S', 'si': 27, 'ei': 11, 'direction': 'down', 'platform': 4}], '06:50': [{'start': 'Virar', 'end': 'Bandra', 'speed': 'S', 'si': 27, 'ei': 11, 'direction': 'down', 'platform': 4}, {'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '16:03': [{'start': 'Virar', 'end': 'Bandra', 'speed': 'S', 'si': 27, 'ei': 11, 'direction': 'down', 'platform': 4}], '09:20': [{'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '11:18': [{'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '13:06': [{'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '22:06': [{'start': 'Borivali', 'end': 'Virar', 'speed': 'S', 'si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '23:14': [{'start': 'Borivali', 'end': 'Virar', 'speed': 'S','si': 20, 'ei': 27, 'direction': 'up', 'platform': 1}], '05:03': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '18:08': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '10:48': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'S', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 1}], '18:35': [{'start': 'Churchgate','end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}, {'start': 'Dadar', 'end': 'Borivali', 'speed': 'F', 'si': 8, 'ei': 20, 'direction': 'up', 'platform': 2}], '09:47': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '11:22': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '15:02': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '16:19': [{'start': 'Churchgate', 'end': 'Bhayandar', 'speed': 'F', 'si': 0, 'ei': 23, 'direction': 'up', 'platform': 2}], '09:09': [{'start': 'Churchgate', 'end': 'Goregaon', 'speed': 'F', 'si': 0, 'ei': 17, 'direction': 'up', 'platform': 2}], '10:09': [{'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '10:50': [{'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '21:40': [{'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '10:22': [{'start': 'Churchgate', 'end': 'Malad', 'speed': 'F', 'si': 0, 'ei': 18, 'direction': 'up', 'platform': 2}], '21:15': [{'start': 'Dadar', 'end': 'Borivali', 'speed': 'F', 'si': 8, 'ei': 20, 'direction': 'up', 'platform': 2}], '07:14': [{'start': 'Churchgate', 'end': 'Vasai', 'speed': 'F', 'si': 0, 'ei': 25, 'direction': 'up', 'platform': 2}], '04:10':[{'start': 'Andheri', 'end': 'Borivali', 'speed': 'S', 'si': 15, 'ei': 20, 'direction': 'up', 'platform': 1}], '05:38': [{'start': 'Andheri', 'end': 'Borivali', 'speed': 'S', 'si': 15, 'ei': 20, 'direction': 'up', 'platform': 1}]}
for key in do:
for e in do[key]:
e['starttime'] = key
e['id'] = key.replace(':', '')+str(e['platform'])
dn[e['platform']].append(e)
# print(dn)
StationsWithTime = [['Churchgate', '0', '1.3',3],
['Marine Lines', '1.3', '0.91',2],
['Charni Road', '2.21', '1.38',3],
['Grant Road', '3.59', '0.89',2],
['Mumbai Central', '4.48', '1.47',3],
['Mahalaxmi', '5.95', '1.72',3],
['Lower Parel', '7.67', '1.31',3],
['Elphinstone Road', '8.98', '1.19',2],
['Dadar', '10.17', '1.58',2],
['Matunga Road', '11.75', '1.18',3],
['Mahim', '12.93', '1.73',4],
['Bandra', '14.66', '1.63',3],
['Khar Road', '16.29', '1.32',2],
['Santacruz', '17.61', '2.06',3],
['Vile Parle', '19.67', '2.16',5],
['Andheri', '21.83', '1.69',3],
['Jogeshwari', '23.52', '3.38',3],
['Goregaon', '26.9', '2.42',3],
['Malad', '29.32', '1.9',3],
['Kandivali', '31.22', '2.76',6],
['Borivali', '33.98', '2.36',5],
['Dahisar', '36.34', '3.42',5],
['Mira Road', '39.76', '3.35',5],
['Bhayandar', '43.11', '4.68',6],
['Naigaon', '47.79', '3.99',5],
['Vasai', '51.78', '4.07',5],
['Nalasopara', '55.85', '4.13',6],
['Virar', '59.98', '8.44',0]]
def add_delta(tme, delta):
# transform to a full datetime first
return (datetime.datetime.combine(datetime.date.today(), tme) +
delta).time()
stnlist = [[], [], [], []]
print(stnlist)
for i in range(len(stnlist)):
for j in range(28):
stnlist[i].append([])
print(stnlist)
for pf in range(1, 5):
for train in dn[pf]:
train['starttime']=train['starttime'].replace('.', ':')
x = datetime.time(int(train['starttime'].split(':')[0]), int(train['starttime'].split(':')[1]))
# print(train['id'], train['direction'])
# print(x)
if train['direction'] == 'down':
diff = -1
else:
diff = 1
for i in range(train['si'], train['ei']+diff, diff):
xstr = f'{x:%H:%M}'
stnlist[pf-1][i].append((xstr, train['id'], i))
index = i-(1 if train['direction']=='down' else 0)
index%=28
# print(train['si'], index)
x = add_delta(x, datetime.timedelta(minutes = StationsWithTime[index][3]))
# print(x)
for i in range(4):
for j in range(28):
stnlist[i][j].sort()
print(stnlist)