translink 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +18 -0
- data/README.md +26 -15
- data/doc/schema.graffle +67 -69
- data/doc/schema.png +0 -0
- data/lib/translink/cli.rb +35 -9
- data/lib/translink/crawler.rb +41 -8
- data/lib/translink/db.rb +46 -2
- data/lib/translink/model/route.rb +14 -6
- data/lib/translink/model/stop.rb +2 -3
- data/lib/translink/model/stop_time.rb +3 -2
- data/lib/translink/model/trip.rb +11 -9
- data/lib/translink/page.rb +16 -6
- data/lib/translink/page/route.rb +41 -2
- data/lib/translink/page/timetable.rb +13 -6
- data/lib/translink/page/trip.rb +13 -19
- data/lib/translink/version.rb +1 -1
- data/test/fixtures/sample/route.html +1 -1
- data/test/fixtures/verbatim/route.html +294 -270
- data/test/fixtures/verbatim/route/date_from_anchor.html +2727 -0
- data/test/fixtures/verbatim/timetable/duplicate_routes.html +2293 -0
- data/test/fixtures/verbatim/trip/duplicate_stop_times.html +589 -0
- data/test/unit/cli_test.rb +26 -7
- data/test/unit/model/route_test.rb +3 -2
- data/test/unit/model/trip_test.rb +3 -3
- data/test/unit/page/route_test.rb +36 -5
- data/test/unit/page/timetable_test.rb +29 -0
- data/test/unit/page/trip_test.rb +12 -5
- data/translink.gemspec +3 -3
- metadata +62 -21
@@ -0,0 +1,2727 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en-au">
|
3
|
+
<head>
|
4
|
+
<meta name="google-site-verification" content="nNhS0Na_38DlBjVO22yfHnekgn6xyusSgs0wqs4yDQ8" />
|
5
|
+
<link rel="stylesheet" href="/utilities/css/common-v2.2.3.40" type="text/css" media="screen, print" />
|
6
|
+
<link rel="stylesheet" href="/utilities/css/print-v2.2.3.40" type="text/css" media="print" />
|
7
|
+
<script src="/utilities/common-javascript-v2.2.3.40" type="text/javascript" charset="utf-8"></script>
|
8
|
+
|
9
|
+
<title>Route 120 | TransLink</title>
|
10
|
+
<meta name="description" content="TransLink is your one stop for public transport information, and coordinates and integrates public transport services in South East Queensland." />
|
11
|
+
<meta name="keywords" content="TransLink,public,transport,information,bus,train,ferry,timetables,maps,events,service updates,announcements,go card,fares,tickets" />
|
12
|
+
<meta name="author" content="TransLink Transit Authority" />
|
13
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
14
|
+
<!--[if gte IE 9]>
|
15
|
+
<style type="text/css">
|
16
|
+
.gradient {
|
17
|
+
filter: none;
|
18
|
+
}
|
19
|
+
</style>
|
20
|
+
<![endif]-->
|
21
|
+
<!--[if lte IE 8]><style type="text/css">#suggestion-box { background-color: #DCDCDC; }</style><![endif]-->
|
22
|
+
<!--[if lte IE 7]>
|
23
|
+
<link rel="stylesheet" type="text/css" href="/utilities/css/nonstandard-ie-v2.2.3.40" />
|
24
|
+
<![endif]-->
|
25
|
+
<link rel="stylesheet" href="http://translink.com.au/styles/common/shared.css" type="text/css" media="screen, print" />
|
26
|
+
<script src="http://translink.com.au/scripts/translink/shared.js" type="text/javascript" charset="utf-8"></script>
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<ul class="access">
|
30
|
+
<li><a href="#navigation-shortcut" tabindex="0">Skip to site navigation</a></li>
|
31
|
+
<li><a href="#content-shortcut" tabindex="0">Skip to content</a></li>
|
32
|
+
<li><a href="#footer-shortcut" tabindex="0">Skip to footer</a></li>
|
33
|
+
</ul>
|
34
|
+
<div id="center">
|
35
|
+
<div id="container-shadow">
|
36
|
+
<div id="container">
|
37
|
+
<div id="header">
|
38
|
+
<div id="courtesy-nav">
|
39
|
+
<ul id="courtesy-links">
|
40
|
+
<li><a href="http://translink.com.au/utils/goto/context/mobile" title="View the website on your mobile">Mobile site</a></li>
|
41
|
+
<li><a href="http://translink.com.au/tickets-and-fares/go-card/online" title="go card login (opens in a new window)"><i>go</i> card login</a></li>
|
42
|
+
<li><a href="http://translink.com.au/site-information/site-map" title="An overview of the entire TransLink website">Site map</a></li>
|
43
|
+
<li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help" title="Call us on 13 12 30, email us, see us in person, follow us on Twitter, or send us a letter.">Contact us & help</a></li>
|
44
|
+
</ul>
|
45
|
+
</div>
|
46
|
+
<div id="header-content">
|
47
|
+
<h1 class="access">TransLink - Integrated public transport for South East Queensland</h1>
|
48
|
+
<a href="http://translink.com.au/" title="TransLink"><img src="/Content/Images/translink-logo.png" alt="TransLink" style="width: 237px; height: 46px;" class="logo" /></a>
|
49
|
+
<img src="/Content/Images/tagline.png" alt="Making travel easy" class="tagline" style="height: 46px; width: 206px;" />
|
50
|
+
</div>
|
51
|
+
<a id="navigation-shortcut" tabindex="0"></a>
|
52
|
+
<div id="main-nav" class="clearfix">
|
53
|
+
<div id="header-search" class="rightalign">
|
54
|
+
<form action="http://translink.com.au/site-information/search/results" method="get" id="search" class="searchform" name="search">
|
55
|
+
<fieldset>
|
56
|
+
<legend class="access">Search the TransLink website</legend>
|
57
|
+
<p>
|
58
|
+
<label for="searchbox" id="searchlabel1">Search site…</label>
|
59
|
+
<input type="text" name="query" id="searchbox" value="" class="searchfield" placeholder="Search site…" />
|
60
|
+
<input type="submit" value="Search" class="searchbutton" />
|
61
|
+
</p>
|
62
|
+
</fieldset>
|
63
|
+
</form>
|
64
|
+
</div>
|
65
|
+
<ul class="text-shadow-light">
|
66
|
+
<li><a href="http://translink.com.au/" title="TransLink - Home">Home</a></li>
|
67
|
+
<li class="this-page"><a href="http://translink.com.au/travel-information" id="travelMenuLink">Travel information</a>
|
68
|
+
<div id="travelMenu" class="megamenu">
|
69
|
+
<div class="column">
|
70
|
+
<ul>
|
71
|
+
<li>
|
72
|
+
<a href="/travel-information/journey-planner">Journey planner</a>
|
73
|
+
<ul>
|
74
|
+
<li><a href="/travel-information/journey-planner">Journey planner</a></li>
|
75
|
+
</ul>
|
76
|
+
</li>
|
77
|
+
<li>
|
78
|
+
<a href="http://translink.com.au/travel-information/network-information">Network information</a>
|
79
|
+
<ul>
|
80
|
+
<li><a href="/travel-information/network-information/timetables">Timetables</a></li>
|
81
|
+
<li><a href="/travel-information/network-information/stops-and-stations">Stops and stations</a></li>
|
82
|
+
<li><a href="http://translink.com.au/travel-information/network-information/maps">Maps</a></li>
|
83
|
+
<li><a href="http://translink.com.au/travel-information/network-information/event-transport">Event transport</a></li>
|
84
|
+
<li><a href="http://translink.com.au/travel-information/network-information/late-night-services">Late night services</a></li>
|
85
|
+
<li><a href="http://translink.com.au/travel-information/network-information/school-transport">School transport</a></li>
|
86
|
+
<li><a href="http://translink.com.au/travel-information/network-information/track-closures">Planned track works</a></li>
|
87
|
+
</ul>
|
88
|
+
</li>
|
89
|
+
</ul>
|
90
|
+
</div>
|
91
|
+
<div class="column">
|
92
|
+
<ul>
|
93
|
+
<li>
|
94
|
+
<a href="/travel-information/service-updates">Service updates</a>
|
95
|
+
<ul>
|
96
|
+
<li><a href="/travel-information/service-updates">Current status and upcoming changes</a></li>
|
97
|
+
<li><a href="http://translink.com.au/travel-information/service-updates/about-service-updates">About service updates</a></li>
|
98
|
+
</ul>
|
99
|
+
</li>
|
100
|
+
</ul>
|
101
|
+
<ul>
|
102
|
+
<li>
|
103
|
+
<a href="http://translink.com.au/travel-information/accessibility-and-safety">Accessibility and safety</a>
|
104
|
+
<ul>
|
105
|
+
<li><a href="http://translink.com.au/travel-information/accessibility-and-safety/accessible-services">Accessible services</a></li>
|
106
|
+
<li><a href="http://translink.com.au/travel-information/accessibility-and-safety/safety-and-security">Safety and security</a></li>
|
107
|
+
<li><a href="http://translink.com.au/travel-information/network-information/stops-and-stations/bicycle-facilities">Bicycle facilities</a></li>
|
108
|
+
</ul>
|
109
|
+
</li>
|
110
|
+
</ul>
|
111
|
+
<ul>
|
112
|
+
<li>
|
113
|
+
<a href="http://translink.com.au/travel-information/visiting-south-east-queensland">Visiting South East Queensland</a>
|
114
|
+
<ul>
|
115
|
+
<li><a href="http://translink.com.au/travel-information/visiting-south-east-queensland">Visiting South East Queensland</a></li>
|
116
|
+
<li><a href="http://translink.com.au/travel-information/visiting-south-east-queensland/major-destinations">Major destinations</a></li>
|
117
|
+
</ul>
|
118
|
+
</li>
|
119
|
+
</ul>
|
120
|
+
</div>
|
121
|
+
<div class="column">
|
122
|
+
<ul>
|
123
|
+
<li>
|
124
|
+
<a href="http://translink.com.au/travel-information/how-to" title="Travel information how to guides">How to</a>
|
125
|
+
<ul>
|
126
|
+
<li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-bus">use the bus</a></li>
|
127
|
+
<li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-train">use the train</a></li>
|
128
|
+
<li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-ferry">use the ferry</a></li>
|
129
|
+
<li><a href="http://translink.com.au/travel-information/how-to/how-to-plan-your-journey">plan your journey</a></li>
|
130
|
+
<li><a href="http://translink.com.au/travel-information/how-to/how-to-transfer-between-services">transfer between services</a></li>
|
131
|
+
<li><a href="http://translink.com.au/travel-information/how-to/how-to-travel-with-children-prams-or-large-items">travel with children or large items</a></li>
|
132
|
+
<li><a href="http://translink.com.au/travel-information/how-to/tips-for-courteous-behaviour">Tips for courteous behaviour</a></li>
|
133
|
+
</ul>
|
134
|
+
</li>
|
135
|
+
</ul>
|
136
|
+
</div>
|
137
|
+
</div>
|
138
|
+
</li>
|
139
|
+
<li><a href="http://translink.com.au/tickets-and-fares">Tickets and fares</a>
|
140
|
+
<div class="megamenu">
|
141
|
+
<div class="column">
|
142
|
+
<ul>
|
143
|
+
<li>
|
144
|
+
<a href="http://translink.com.au/tickets-and-fares/go-card"><i>go</i> card</a>
|
145
|
+
<ul>
|
146
|
+
<li><a href="http://translink.com.au/tickets-and-fares/go-card/online"><i>go</i> card account sign in</a></li>
|
147
|
+
<li><a href="http://translink.com.au/tickets-and-fares/go-card/new-to-go-card">New to <i>go</i> card?</a></li>
|
148
|
+
<li><a href="http://translink.com.au/tickets-and-fares/go-card/i-have-a-go-card">I have a <i>go</i> card</a></li>
|
149
|
+
<li><a href="http://translink.com.au/tickets-and-fares/go-card/buy-a-go-card">Where to buy and top up</a></li>
|
150
|
+
</ul>
|
151
|
+
</li>
|
152
|
+
</ul>
|
153
|
+
<ul>
|
154
|
+
<li>
|
155
|
+
<a href="http://translink.com.au/tickets-and-fares/other-tickets">Other tickets</a>
|
156
|
+
<ul>
|
157
|
+
<li><a href="http://translink.com.au/tickets-and-fares/other-tickets/paper-tickets">Paper tickets</a></li>
|
158
|
+
<li><a href="http://translink.com.au/tickets-and-fares/other-tickets/school-tickets-and-fares">School tickets and fares</a></li>
|
159
|
+
<li><a href="http://translink.com.au/tickets-and-fares/other-tickets/special-access-passes">Special access passes</a></li>
|
160
|
+
</ul>
|
161
|
+
</li>
|
162
|
+
</ul>
|
163
|
+
</div>
|
164
|
+
<div class="column">
|
165
|
+
<ul>
|
166
|
+
<li>
|
167
|
+
<a href="http://translink.com.au/tickets-and-fares/fares">Fares</a>
|
168
|
+
<ul>
|
169
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/current-fares">Current fares</a></li>
|
170
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/changes-to-fares-and-ticketing-in-2012">Changes to fares and ticketing in 2012</a></li>
|
171
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/concessions">Concessions</a></li>
|
172
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/off-peak-times">Off-peak times</a></li>
|
173
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/fare-zones">Zones</a></li>
|
174
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/conditions-of-travel">Conditions of travel</a></li>
|
175
|
+
<li><a href="http://translink.com.au/tickets-and-fares/fares/discounts-and-ways-to-save">Discounts and ways to save</a></li>
|
176
|
+
</ul>
|
177
|
+
</li>
|
178
|
+
</ul>
|
179
|
+
</div>
|
180
|
+
<div class="column">
|
181
|
+
<ul>
|
182
|
+
<li>
|
183
|
+
<a href="http://translink.com.au/tickets-and-fares/how-to" title="Tickets and fares how to guides">How to</a>
|
184
|
+
<ul>
|
185
|
+
<li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-use-a-fare-machine">use a fare machine</a></li>
|
186
|
+
<li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-buy-a-ticket">buy a ticket</a></li>
|
187
|
+
<li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-claim-a-refund-for-incorrect-change">claim a refund for incorrect change</a></li>
|
188
|
+
<li><a href="http://translink.com.au/tickets-and-fares/how-to/tickets-and-fares-after-midnight">Tickets and fares after midnight</a></li>
|
189
|
+
</ul>
|
190
|
+
</li>
|
191
|
+
</ul>
|
192
|
+
</div>
|
193
|
+
</div>
|
194
|
+
</li>
|
195
|
+
<li><a href="http://translink.com.au/news-and-updates">News and updates</a></li>
|
196
|
+
<li><a href="http://translink.com.au/about-translink">About TransLink</a>
|
197
|
+
<div class="megamenu">
|
198
|
+
<div class="column">
|
199
|
+
<ul>
|
200
|
+
<li>
|
201
|
+
<a href="http://translink.com.au/about-translink/who-we-are">Who we are</a>
|
202
|
+
<ul>
|
203
|
+
<li><a href="http://translink.com.au/about-translink/who-we-are/our-culture-and-values">Our culture and values</a></li>
|
204
|
+
<li><a href="http://translink.com.au/about-translink/who-we-are/governance">Governance</a></li>
|
205
|
+
<li><a href="http://translink.com.au/about-translink/who-we-are/our-board">Our board</a></li>
|
206
|
+
<li><a href="http://translink.com.au/about-translink/who-we-are/our-leadership">Our leadership</a></li>
|
207
|
+
<li><a href="http://translink.com.au/about-translink/who-we-are/who-we-work-with">Who we work with</a></li>
|
208
|
+
</ul>
|
209
|
+
</li>
|
210
|
+
</ul>
|
211
|
+
<ul>
|
212
|
+
<li>
|
213
|
+
<a href="http://translink.com.au/about-translink/what-we-do">What we do</a>
|
214
|
+
<ul>
|
215
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/strategic-plan">Strategic plan</a></li>
|
216
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/ticket-and-fare-integration">Ticket and fare integration</a></li>
|
217
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/customer-research">Customer research</a></li>
|
218
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/customer-service">Customer service</a></li>
|
219
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/public-transport-planning">Public transport planning</a></li>
|
220
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/infrastructure-projects">Infrastructure projects</a></li>
|
221
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/benefits-of-public-transport">Benefit of public transport</a></li>
|
222
|
+
<li><a href="http://translink.com.au/about-translink/what-we-do/awards">Awards</a></li>
|
223
|
+
</ul>
|
224
|
+
</li>
|
225
|
+
</ul>
|
226
|
+
</div>
|
227
|
+
<div class="column">
|
228
|
+
<ul>
|
229
|
+
<li>
|
230
|
+
<a href="http://translink.com.au/about-translink/our-service-area">Our service area</a>
|
231
|
+
<ul>
|
232
|
+
<li><a href="http://translink.com.au/about-translink/our-service-area">Our service area</a></li>
|
233
|
+
</ul>
|
234
|
+
</li>
|
235
|
+
</ul>
|
236
|
+
<ul>
|
237
|
+
<li>
|
238
|
+
<a href="http://translink.com.au/about-translink/reporting-and-publications">Reporting and publications</a>
|
239
|
+
<ul>
|
240
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/media-releases">Media releases</a></li>
|
241
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/annual-and-quarterly-reports">Annual and quarterly reports</a></li>
|
242
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/key-facts-and-figures">Key facts and figures</a></li>
|
243
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/translink-network-plan">TransLink Network Plan</a></li>
|
244
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/right-to-information">Right to information</a></li>
|
245
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/special-event-declaration">Special event declaration</a></li>
|
246
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/right-to-information/governance-policies">Governance Policies</a></li>
|
247
|
+
</ul>
|
248
|
+
</li>
|
249
|
+
</ul>
|
250
|
+
</div>
|
251
|
+
<div class="column">
|
252
|
+
<ul>
|
253
|
+
<li>
|
254
|
+
<a href="http://translink.com.au/about-translink/employment">Employment</a>
|
255
|
+
<ul>
|
256
|
+
<li><a href="https://smartjobs.qld.gov.au/jobtools/jncustomsearch.searchResults?in_organid=14904&in_multi02_id=requirements.agencynumber&in_multi02=%2215389%22" target="_blank">Jobs with TransLink</a></li>
|
257
|
+
<li><a href="http://translink.com.au/about-translink/employment/graduates">Graduates</a></li>
|
258
|
+
<li><a href="http://translink.com.au/about-translink/employment/types-of-work">Types of work</a></li>
|
259
|
+
<li><a href="http://translink.com.au/about-translink/employment/whats-it-like">What it’s like</a></li>
|
260
|
+
<li><a href="http://translink.com.au/about-translink/employment/benefits-and-opportunities">Benefits and opportunities</a></li>
|
261
|
+
</ul>
|
262
|
+
</li>
|
263
|
+
</ul>
|
264
|
+
<ul>
|
265
|
+
<li>
|
266
|
+
<a href="http://translink.com.au/about-translink/business-and-partnership-opportunities">Business and partnership opportunities</a>
|
267
|
+
<ul>
|
268
|
+
<li><a href="http://translink.com.au/about-translink/business-and-partnership-opportunities/become-a-go-card-retailer">Become a <i>go</i> card retailer</a></li>
|
269
|
+
</ul>
|
270
|
+
</li>
|
271
|
+
</ul>
|
272
|
+
</div>
|
273
|
+
</div>
|
274
|
+
</li>
|
275
|
+
</ul>
|
276
|
+
</div>
|
277
|
+
</div>
|
278
|
+
<a id="content-shortcut" tabindex="0"></a>
|
279
|
+
<div id="contentContainer">
|
280
|
+
<div id="breadcrumbs">
|
281
|
+
<span class="access">You are here:</span>
|
282
|
+
<p>
|
283
|
+
<a href="http://translink.com.au/">Home</a>
|
284
|
+
<a href="http://translink.com.au/travel-information">Travel information</a>
|
285
|
+
|
286
|
+
<a href="http://translink.com.au/travel-information/network-information">Network information</a>
|
287
|
+
<a href="/travel-information/network-information/timetables">Timetables</a>
|
288
|
+
Route 120
|
289
|
+
|
290
|
+
</p>
|
291
|
+
</div>
|
292
|
+
<div id="content-left-column">
|
293
|
+
<div id="headingBar" class="clearfix">
|
294
|
+
<h1>Route 120</h1>
|
295
|
+
<span id="print"><a href="javascript:window.print()" class="no-border">Print</a></span>
|
296
|
+
<span id="resize_up"><a href="#">increase text size</a></span>
|
297
|
+
<span id="resize_mid"><a href="#">reset text size</a></span>
|
298
|
+
<span id="resize_down"><a href="#">decrease text size</a></span>
|
299
|
+
</div>
|
300
|
+
<div class="underline indented"> </div>
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
<div class="content">
|
305
|
+
<div class="column-2">
|
306
|
+
<p>This is an express service.</p>
|
307
|
+
<p class="print-only">Date: Monday 24 September 2012</p>
|
308
|
+
<form method="post" action="/travel-information/network-information/buses/120">
|
309
|
+
<div class="useful">
|
310
|
+
<div class="column-2">
|
311
|
+
<label for="TimetableDate">Date</label> <select id="TimetableDate" name="TimetableDate"><option value="23/09/2012 12:00:00 AM">Today (Sunday)</option>
|
312
|
+
<option selected="selected" value="24/09/2012 12:00:00 AM">Mon 24 Sep 2012</option>
|
313
|
+
<option value="25/09/2012 12:00:00 AM">Tue 25 Sep 2012</option>
|
314
|
+
<option value="26/09/2012 12:00:00 AM">Wed 26 Sep 2012</option>
|
315
|
+
<option value="27/09/2012 12:00:00 AM">Thu 27 Sep 2012</option>
|
316
|
+
<option value="28/09/2012 12:00:00 AM">Fri 28 Sep 2012</option>
|
317
|
+
<option value="29/09/2012 12:00:00 AM">Sat 29 Sep 2012</option>
|
318
|
+
<option value="30/09/2012 12:00:00 AM">Sun 30 Sep 2012</option>
|
319
|
+
<option value="1/10/2012 12:00:00 AM">Mon 1 Oct 2012</option>
|
320
|
+
<option value="2/10/2012 12:00:00 AM">Tue 2 Oct 2012</option>
|
321
|
+
<option value="3/10/2012 12:00:00 AM">Wed 3 Oct 2012</option>
|
322
|
+
<option value="4/10/2012 12:00:00 AM">Thu 4 Oct 2012</option>
|
323
|
+
<option value="5/10/2012 12:00:00 AM">Fri 5 Oct 2012</option>
|
324
|
+
<option value="6/10/2012 12:00:00 AM">Sat 6 Oct 2012</option>
|
325
|
+
<option value="7/10/2012 12:00:00 AM">Sun 7 Oct 2012</option>
|
326
|
+
<option value="8/10/2012 12:00:00 AM">Mon 8 Oct 2012</option>
|
327
|
+
<option value="9/10/2012 12:00:00 AM">Tue 9 Oct 2012</option>
|
328
|
+
<option value="10/10/2012 12:00:00 AM">Wed 10 Oct 2012</option>
|
329
|
+
<option value="11/10/2012 12:00:00 AM">Thu 11 Oct 2012</option>
|
330
|
+
<option value="12/10/2012 12:00:00 AM">Fri 12 Oct 2012</option>
|
331
|
+
<option value="13/10/2012 12:00:00 AM">Sat 13 Oct 2012</option>
|
332
|
+
<option value="14/10/2012 12:00:00 AM">Sun 14 Oct 2012</option>
|
333
|
+
<option value="15/10/2012 12:00:00 AM">Mon 15 Oct 2012</option>
|
334
|
+
<option value="16/10/2012 12:00:00 AM">Tue 16 Oct 2012</option>
|
335
|
+
<option value="17/10/2012 12:00:00 AM">Wed 17 Oct 2012</option>
|
336
|
+
<option value="18/10/2012 12:00:00 AM">Thu 18 Oct 2012</option>
|
337
|
+
<option value="19/10/2012 12:00:00 AM">Fri 19 Oct 2012</option>
|
338
|
+
<option value="20/10/2012 12:00:00 AM">Sat 20 Oct 2012</option>
|
339
|
+
<option value="21/10/2012 12:00:00 AM">Sun 21 Oct 2012</option>
|
340
|
+
<option value="22/10/2012 12:00:00 AM">Mon 22 Oct 2012</option>
|
341
|
+
</select>
|
342
|
+
</div>
|
343
|
+
<div class="column-2 smaller right-align">
|
344
|
+
<input type="submit" class="action-button" value="Update" />
|
345
|
+
</div>
|
346
|
+
</div>
|
347
|
+
</form>
|
348
|
+
<h2>Planned changes for Monday 24 September 2012</h2>
|
349
|
+
<ul class="service-update-alert">
|
350
|
+
<li class="informative">
|
351
|
+
<a href="/travel-information/service-updates/details/1345515054">Changes: King George Square Transport Info Centre </a><br />
|
352
|
+
From Monday 10 September 2012<br />
|
353
|
+
</li>
|
354
|
+
<li class="informative">
|
355
|
+
<a href="/travel-information/service-updates/details/1346370543">SEQ Bus Network Review</a><br />
|
356
|
+
From Friday 31 August 2012<br />
|
357
|
+
</li>
|
358
|
+
<li class="informative">
|
359
|
+
<a href="/travel-information/service-updates/details/1321424058">Griffith University temporary stop closure, Nathan</a><br />
|
360
|
+
From Monday 21 November 2011<br />
|
361
|
+
</li>
|
362
|
+
</ul>
|
363
|
+
<h2>Upcoming changes</h2>
|
364
|
+
<ul class="service-update-alert">
|
365
|
+
<li class="informative">
|
366
|
+
<a href="/travel-information/service-updates/details/1346814245">Queen's Birthday public holiday services</a><br />
|
367
|
+
On Monday 1 October 2012
|
368
|
+
</li>
|
369
|
+
</ul>
|
370
|
+
</div>
|
371
|
+
<div class="column-2">
|
372
|
+
|
373
|
+
<div class="advertisement">
|
374
|
+
<p>Advertisement</p>
|
375
|
+
<a href="http://www.queenslandrail.com.au/Safety/Pages/Levelcrossings.aspx" title="Don't gamble with your life at level crossings" target="_blank">
|
376
|
+
<img src="/travel-information/utilities/ad-content/27" style="width: 300px; height: 250px" alt="Don't gamble with your life at level crossings" />
|
377
|
+
</a>
|
378
|
+
</div>
|
379
|
+
</div>
|
380
|
+
|
381
|
+
<h2>Timetable</h2>
|
382
|
+
|
383
|
+
<div class="route-timetable">
|
384
|
+
<h3>Outbound</h3>
|
385
|
+
<table class="content-table vertical-spacing">
|
386
|
+
<caption class="access">A timetable showing departure time, departure stop, arrival time and arrival stop for each Route 120 trip on Monday 24 September 2012</caption>
|
387
|
+
<thead>
|
388
|
+
<tr>
|
389
|
+
<th>Start</th>
|
390
|
+
<th>End</th>
|
391
|
+
<th class="no-print">Service information & map</th>
|
392
|
+
</tr>
|
393
|
+
</thead>
|
394
|
+
<tbody>
|
395
|
+
<tr>
|
396
|
+
<td>
|
397
|
+
<b>11.25pm Sunday </b><br />
|
398
|
+
Queen Street station, platform A4
|
399
|
+
</td>
|
400
|
+
<td>
|
401
|
+
<b>12.05am</b><br />
|
402
|
+
Garden City Shopping Centre station, platform D
|
403
|
+
</td>
|
404
|
+
<td class="no-print centered">
|
405
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9794/2187129" title="View map and all stops for the 11.25pm 120 service">Service information & map</a>
|
406
|
+
</td>
|
407
|
+
</tr>
|
408
|
+
<tr>
|
409
|
+
<td>
|
410
|
+
<b>11.40pm Sunday </b><br />
|
411
|
+
Queen Street station, platform A4
|
412
|
+
</td>
|
413
|
+
<td>
|
414
|
+
<b>12.20am</b><br />
|
415
|
+
Garden City Shopping Centre station, platform D
|
416
|
+
</td>
|
417
|
+
<td class="no-print centered">
|
418
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9794/2187616" title="View map and all stops for the 11.40pm 120 service">Service information & map</a>
|
419
|
+
</td>
|
420
|
+
</tr>
|
421
|
+
<tr>
|
422
|
+
<td>
|
423
|
+
<b>6.40am </b><br />
|
424
|
+
Queen Street station, platform A4
|
425
|
+
</td>
|
426
|
+
<td>
|
427
|
+
<b>7.25am</b><br />
|
428
|
+
Garden City Shopping Centre station, platform D
|
429
|
+
</td>
|
430
|
+
<td class="no-print centered">
|
431
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2170793/2012-09-24" title="View map and all stops for the 6.40am 120 service">Service information & map</a>
|
432
|
+
</td>
|
433
|
+
</tr>
|
434
|
+
<tr>
|
435
|
+
<td>
|
436
|
+
<b>6.50am </b><br />
|
437
|
+
Queen Street station, platform A4
|
438
|
+
</td>
|
439
|
+
<td>
|
440
|
+
<b>7.35am</b><br />
|
441
|
+
Garden City Shopping Centre station, platform D
|
442
|
+
</td>
|
443
|
+
<td class="no-print centered">
|
444
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2170912/2012-09-24" title="View map and all stops for the 6.50am 120 service">Service information & map</a>
|
445
|
+
</td>
|
446
|
+
</tr>
|
447
|
+
<tr>
|
448
|
+
<td>
|
449
|
+
<b>7.00am </b><br />
|
450
|
+
Queen Street station, platform A4
|
451
|
+
</td>
|
452
|
+
<td>
|
453
|
+
<b>7.45am</b><br />
|
454
|
+
Garden City Shopping Centre station, platform D
|
455
|
+
</td>
|
456
|
+
<td class="no-print centered">
|
457
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2171075/2012-09-24" title="View map and all stops for the 7.00am 120 service">Service information & map</a>
|
458
|
+
</td>
|
459
|
+
</tr>
|
460
|
+
<tr>
|
461
|
+
<td>
|
462
|
+
<b>7.10am </b><br />
|
463
|
+
Queen Street station, platform A4
|
464
|
+
</td>
|
465
|
+
<td>
|
466
|
+
<b>7.55am</b><br />
|
467
|
+
Garden City Shopping Centre station, platform D
|
468
|
+
</td>
|
469
|
+
<td class="no-print centered">
|
470
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2171238/2012-09-24" title="View map and all stops for the 7.10am 120 service">Service information & map</a>
|
471
|
+
</td>
|
472
|
+
</tr>
|
473
|
+
<tr>
|
474
|
+
<td>
|
475
|
+
<b>7.20am </b><br />
|
476
|
+
Queen Street station, platform A4
|
477
|
+
</td>
|
478
|
+
<td>
|
479
|
+
<b>8.13am</b><br />
|
480
|
+
Garden City Shopping Centre station, platform D
|
481
|
+
</td>
|
482
|
+
<td class="no-print centered">
|
483
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2171410/2012-09-24" title="View map and all stops for the 7.20am 120 service">Service information & map</a>
|
484
|
+
</td>
|
485
|
+
</tr>
|
486
|
+
<tr>
|
487
|
+
<td>
|
488
|
+
<b>7.30am </b><br />
|
489
|
+
Queen Street station, platform A4
|
490
|
+
</td>
|
491
|
+
<td>
|
492
|
+
<b>8.23am</b><br />
|
493
|
+
Garden City Shopping Centre station, platform D
|
494
|
+
</td>
|
495
|
+
<td class="no-print centered">
|
496
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2171568/2012-09-24" title="View map and all stops for the 7.30am 120 service">Service information & map</a>
|
497
|
+
</td>
|
498
|
+
</tr>
|
499
|
+
<tr>
|
500
|
+
<td>
|
501
|
+
<b>7.40am </b><br />
|
502
|
+
Queen Street station, platform A4
|
503
|
+
</td>
|
504
|
+
<td>
|
505
|
+
<b>8.33am</b><br />
|
506
|
+
Garden City Shopping Centre station, platform D
|
507
|
+
</td>
|
508
|
+
<td class="no-print centered">
|
509
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2171731/2012-09-24" title="View map and all stops for the 7.40am 120 service">Service information & map</a>
|
510
|
+
</td>
|
511
|
+
</tr>
|
512
|
+
<tr>
|
513
|
+
<td>
|
514
|
+
<b>7.50am </b><br />
|
515
|
+
Queen Street station, platform A4
|
516
|
+
</td>
|
517
|
+
<td>
|
518
|
+
<b>8.43am</b><br />
|
519
|
+
Garden City Shopping Centre station, platform D
|
520
|
+
</td>
|
521
|
+
<td class="no-print centered">
|
522
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2171868/2012-09-24" title="View map and all stops for the 7.50am 120 service">Service information & map</a>
|
523
|
+
</td>
|
524
|
+
</tr>
|
525
|
+
<tr>
|
526
|
+
<td>
|
527
|
+
<b>8.00am </b><br />
|
528
|
+
Queen Street station, platform A4
|
529
|
+
</td>
|
530
|
+
<td>
|
531
|
+
<b>8.53am</b><br />
|
532
|
+
Garden City Shopping Centre station, platform D
|
533
|
+
</td>
|
534
|
+
<td class="no-print centered">
|
535
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2172039/2012-09-24" title="View map and all stops for the 8.00am 120 service">Service information & map</a>
|
536
|
+
</td>
|
537
|
+
</tr>
|
538
|
+
<tr>
|
539
|
+
<td>
|
540
|
+
<b>8.10am </b><br />
|
541
|
+
Queen Street station, platform A4
|
542
|
+
</td>
|
543
|
+
<td>
|
544
|
+
<b>9.03am</b><br />
|
545
|
+
Garden City Shopping Centre station, platform D
|
546
|
+
</td>
|
547
|
+
<td class="no-print centered">
|
548
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2172188/2012-09-24" title="View map and all stops for the 8.10am 120 service">Service information & map</a>
|
549
|
+
</td>
|
550
|
+
</tr>
|
551
|
+
<tr>
|
552
|
+
<td>
|
553
|
+
<b>8.25am </b><br />
|
554
|
+
Queen Street station, platform A4
|
555
|
+
</td>
|
556
|
+
<td>
|
557
|
+
<b>9.18am</b><br />
|
558
|
+
Garden City Shopping Centre station, platform D
|
559
|
+
</td>
|
560
|
+
<td class="no-print centered">
|
561
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2172402/2012-09-24" title="View map and all stops for the 8.25am 120 service">Service information & map</a>
|
562
|
+
</td>
|
563
|
+
</tr>
|
564
|
+
<tr>
|
565
|
+
<td>
|
566
|
+
<b>8.40am </b><br />
|
567
|
+
Queen Street station, platform A4
|
568
|
+
</td>
|
569
|
+
<td>
|
570
|
+
<b>9.31am</b><br />
|
571
|
+
Garden City Shopping Centre station, platform D
|
572
|
+
</td>
|
573
|
+
<td class="no-print centered">
|
574
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2172585/2012-09-24" title="View map and all stops for the 8.40am 120 service">Service information & map</a>
|
575
|
+
</td>
|
576
|
+
</tr>
|
577
|
+
<tr>
|
578
|
+
<td>
|
579
|
+
<b>8.55am </b><br />
|
580
|
+
Queen Street station, platform A4
|
581
|
+
</td>
|
582
|
+
<td>
|
583
|
+
<b>9.46am</b><br />
|
584
|
+
Garden City Shopping Centre station, platform D
|
585
|
+
</td>
|
586
|
+
<td class="no-print centered">
|
587
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2172749/2012-09-24" title="View map and all stops for the 8.55am 120 service">Service information & map</a>
|
588
|
+
</td>
|
589
|
+
</tr>
|
590
|
+
<tr>
|
591
|
+
<td>
|
592
|
+
<b>9.10am </b><br />
|
593
|
+
Queen Street station, platform A4
|
594
|
+
</td>
|
595
|
+
<td>
|
596
|
+
<b>10.01am</b><br />
|
597
|
+
Garden City Shopping Centre station, platform D
|
598
|
+
</td>
|
599
|
+
<td class="no-print centered">
|
600
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2172939/2012-09-24" title="View map and all stops for the 9.10am 120 service">Service information & map</a>
|
601
|
+
</td>
|
602
|
+
</tr>
|
603
|
+
<tr>
|
604
|
+
<td>
|
605
|
+
<b>9.25am </b><br />
|
606
|
+
Queen Street station, platform A4
|
607
|
+
</td>
|
608
|
+
<td>
|
609
|
+
<b>10.16am</b><br />
|
610
|
+
Garden City Shopping Centre station, platform D
|
611
|
+
</td>
|
612
|
+
<td class="no-print centered">
|
613
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173092/2012-09-24" title="View map and all stops for the 9.25am 120 service">Service information & map</a>
|
614
|
+
</td>
|
615
|
+
</tr>
|
616
|
+
<tr>
|
617
|
+
<td>
|
618
|
+
<b>9.40am </b><br />
|
619
|
+
Queen Street station, platform A4
|
620
|
+
</td>
|
621
|
+
<td>
|
622
|
+
<b>10.31am</b><br />
|
623
|
+
Garden City Shopping Centre station, platform D
|
624
|
+
</td>
|
625
|
+
<td class="no-print centered">
|
626
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173233/2012-09-24" title="View map and all stops for the 9.40am 120 service">Service information & map</a>
|
627
|
+
</td>
|
628
|
+
</tr>
|
629
|
+
<tr>
|
630
|
+
<td>
|
631
|
+
<b>9.55am </b><br />
|
632
|
+
Queen Street station, platform A4
|
633
|
+
</td>
|
634
|
+
<td>
|
635
|
+
<b>10.46am</b><br />
|
636
|
+
Garden City Shopping Centre station, platform D
|
637
|
+
</td>
|
638
|
+
<td class="no-print centered">
|
639
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173390/2012-09-24" title="View map and all stops for the 9.55am 120 service">Service information & map</a>
|
640
|
+
</td>
|
641
|
+
</tr>
|
642
|
+
<tr>
|
643
|
+
<td>
|
644
|
+
<b>10.10am </b><br />
|
645
|
+
Queen Street station, platform A4
|
646
|
+
</td>
|
647
|
+
<td>
|
648
|
+
<b>11.01am</b><br />
|
649
|
+
Garden City Shopping Centre station, platform D
|
650
|
+
</td>
|
651
|
+
<td class="no-print centered">
|
652
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173533/2012-09-24" title="View map and all stops for the 10.10am 120 service">Service information & map</a>
|
653
|
+
</td>
|
654
|
+
</tr>
|
655
|
+
<tr>
|
656
|
+
<td>
|
657
|
+
<b>10.25am </b><br />
|
658
|
+
Queen Street station, platform A4
|
659
|
+
</td>
|
660
|
+
<td>
|
661
|
+
<b>11.16am</b><br />
|
662
|
+
Garden City Shopping Centre station, platform D
|
663
|
+
</td>
|
664
|
+
<td class="no-print centered">
|
665
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173673/2012-09-24" title="View map and all stops for the 10.25am 120 service">Service information & map</a>
|
666
|
+
</td>
|
667
|
+
</tr>
|
668
|
+
<tr>
|
669
|
+
<td>
|
670
|
+
<b>10.40am </b><br />
|
671
|
+
Queen Street station, platform A4
|
672
|
+
</td>
|
673
|
+
<td>
|
674
|
+
<b>11.32am</b><br />
|
675
|
+
Garden City Shopping Centre station, platform D
|
676
|
+
</td>
|
677
|
+
<td class="no-print centered">
|
678
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173810/2012-09-24" title="View map and all stops for the 10.40am 120 service">Service information & map</a>
|
679
|
+
</td>
|
680
|
+
</tr>
|
681
|
+
<tr>
|
682
|
+
<td>
|
683
|
+
<b>10.55am </b><br />
|
684
|
+
Queen Street station, platform A4
|
685
|
+
</td>
|
686
|
+
<td>
|
687
|
+
<b>11.47am</b><br />
|
688
|
+
Garden City Shopping Centre station, platform D
|
689
|
+
</td>
|
690
|
+
<td class="no-print centered">
|
691
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2173952/2012-09-24" title="View map and all stops for the 10.55am 120 service">Service information & map</a>
|
692
|
+
</td>
|
693
|
+
</tr>
|
694
|
+
<tr>
|
695
|
+
<td>
|
696
|
+
<b>11.10am </b><br />
|
697
|
+
Queen Street station, platform A4
|
698
|
+
</td>
|
699
|
+
<td>
|
700
|
+
<b>12.02pm</b><br />
|
701
|
+
Garden City Shopping Centre station, platform D
|
702
|
+
</td>
|
703
|
+
<td class="no-print centered">
|
704
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174092/2012-09-24" title="View map and all stops for the 11.10am 120 service">Service information & map</a>
|
705
|
+
</td>
|
706
|
+
</tr>
|
707
|
+
<tr>
|
708
|
+
<td>
|
709
|
+
<b>11.25am </b><br />
|
710
|
+
Queen Street station, platform A4
|
711
|
+
</td>
|
712
|
+
<td>
|
713
|
+
<b>12.17pm</b><br />
|
714
|
+
Garden City Shopping Centre station, platform D
|
715
|
+
</td>
|
716
|
+
<td class="no-print centered">
|
717
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174227/2012-09-24" title="View map and all stops for the 11.25am 120 service">Service information & map</a>
|
718
|
+
</td>
|
719
|
+
</tr>
|
720
|
+
<tr>
|
721
|
+
<td>
|
722
|
+
<b>11.40am </b><br />
|
723
|
+
Queen Street station, platform A4
|
724
|
+
</td>
|
725
|
+
<td>
|
726
|
+
<b>12.32pm</b><br />
|
727
|
+
Garden City Shopping Centre station, platform D
|
728
|
+
</td>
|
729
|
+
<td class="no-print centered">
|
730
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174357/2012-09-24" title="View map and all stops for the 11.40am 120 service">Service information & map</a>
|
731
|
+
</td>
|
732
|
+
</tr>
|
733
|
+
<tr>
|
734
|
+
<td>
|
735
|
+
<b>11.55am </b><br />
|
736
|
+
Queen Street station, platform A4
|
737
|
+
</td>
|
738
|
+
<td>
|
739
|
+
<b>12.47pm</b><br />
|
740
|
+
Garden City Shopping Centre station, platform D
|
741
|
+
</td>
|
742
|
+
<td class="no-print centered">
|
743
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174496/2012-09-24" title="View map and all stops for the 11.55am 120 service">Service information & map</a>
|
744
|
+
</td>
|
745
|
+
</tr>
|
746
|
+
<tr>
|
747
|
+
<td>
|
748
|
+
<b>12.10pm </b><br />
|
749
|
+
Queen Street station, platform A4
|
750
|
+
</td>
|
751
|
+
<td>
|
752
|
+
<b>1.02pm</b><br />
|
753
|
+
Garden City Shopping Centre station, platform D
|
754
|
+
</td>
|
755
|
+
<td class="no-print centered">
|
756
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174638/2012-09-24" title="View map and all stops for the 12.10pm 120 service">Service information & map</a>
|
757
|
+
</td>
|
758
|
+
</tr>
|
759
|
+
<tr>
|
760
|
+
<td>
|
761
|
+
<b>12.25pm </b><br />
|
762
|
+
Queen Street station, platform A4
|
763
|
+
</td>
|
764
|
+
<td>
|
765
|
+
<b>1.17pm</b><br />
|
766
|
+
Garden City Shopping Centre station, platform D
|
767
|
+
</td>
|
768
|
+
<td class="no-print centered">
|
769
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174772/2012-09-24" title="View map and all stops for the 12.25pm 120 service">Service information & map</a>
|
770
|
+
</td>
|
771
|
+
</tr>
|
772
|
+
<tr>
|
773
|
+
<td>
|
774
|
+
<b>12.40pm </b><br />
|
775
|
+
Queen Street station, platform A4
|
776
|
+
</td>
|
777
|
+
<td>
|
778
|
+
<b>1.32pm</b><br />
|
779
|
+
Garden City Shopping Centre station, platform D
|
780
|
+
</td>
|
781
|
+
<td class="no-print centered">
|
782
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2174905/2012-09-24" title="View map and all stops for the 12.40pm 120 service">Service information & map</a>
|
783
|
+
</td>
|
784
|
+
</tr>
|
785
|
+
<tr>
|
786
|
+
<td>
|
787
|
+
<b>12.55pm </b><br />
|
788
|
+
Queen Street station, platform A4
|
789
|
+
</td>
|
790
|
+
<td>
|
791
|
+
<b>1.47pm</b><br />
|
792
|
+
Garden City Shopping Centre station, platform D
|
793
|
+
</td>
|
794
|
+
<td class="no-print centered">
|
795
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175048/2012-09-24" title="View map and all stops for the 12.55pm 120 service">Service information & map</a>
|
796
|
+
</td>
|
797
|
+
</tr>
|
798
|
+
<tr>
|
799
|
+
<td>
|
800
|
+
<b>1.10pm </b><br />
|
801
|
+
Queen Street station, platform A4
|
802
|
+
</td>
|
803
|
+
<td>
|
804
|
+
<b>2.03pm</b><br />
|
805
|
+
Garden City Shopping Centre station, platform D
|
806
|
+
</td>
|
807
|
+
<td class="no-print centered">
|
808
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175187/2012-09-24" title="View map and all stops for the 1.10pm 120 service">Service information & map</a>
|
809
|
+
</td>
|
810
|
+
</tr>
|
811
|
+
<tr>
|
812
|
+
<td>
|
813
|
+
<b>1.25pm </b><br />
|
814
|
+
Queen Street station, platform A4
|
815
|
+
</td>
|
816
|
+
<td>
|
817
|
+
<b>2.18pm</b><br />
|
818
|
+
Garden City Shopping Centre station, platform D
|
819
|
+
</td>
|
820
|
+
<td class="no-print centered">
|
821
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175326/2012-09-24" title="View map and all stops for the 1.25pm 120 service">Service information & map</a>
|
822
|
+
</td>
|
823
|
+
</tr>
|
824
|
+
<tr>
|
825
|
+
<td>
|
826
|
+
<b>1.40pm </b><br />
|
827
|
+
Queen Street station, platform A4
|
828
|
+
</td>
|
829
|
+
<td>
|
830
|
+
<b>2.33pm</b><br />
|
831
|
+
Garden City Shopping Centre station, platform D
|
832
|
+
</td>
|
833
|
+
<td class="no-print centered">
|
834
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175457/2012-09-24" title="View map and all stops for the 1.40pm 120 service">Service information & map</a>
|
835
|
+
</td>
|
836
|
+
</tr>
|
837
|
+
<tr>
|
838
|
+
<td>
|
839
|
+
<b>1.55pm </b><br />
|
840
|
+
Queen Street station, platform A4
|
841
|
+
</td>
|
842
|
+
<td>
|
843
|
+
<b>2.48pm</b><br />
|
844
|
+
Garden City Shopping Centre station, platform D
|
845
|
+
</td>
|
846
|
+
<td class="no-print centered">
|
847
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175599/2012-09-24" title="View map and all stops for the 1.55pm 120 service">Service information & map</a>
|
848
|
+
</td>
|
849
|
+
</tr>
|
850
|
+
<tr>
|
851
|
+
<td>
|
852
|
+
<b>2.10pm </b><br />
|
853
|
+
Queen Street station, platform A4
|
854
|
+
</td>
|
855
|
+
<td>
|
856
|
+
<b>3.03pm</b><br />
|
857
|
+
Garden City Shopping Centre station, platform D
|
858
|
+
</td>
|
859
|
+
<td class="no-print centered">
|
860
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175742/2012-09-24" title="View map and all stops for the 2.10pm 120 service">Service information & map</a>
|
861
|
+
</td>
|
862
|
+
</tr>
|
863
|
+
<tr>
|
864
|
+
<td>
|
865
|
+
<b>2.20pm </b><br />
|
866
|
+
Queen Street station, platform A4
|
867
|
+
</td>
|
868
|
+
<td>
|
869
|
+
<b>3.13pm</b><br />
|
870
|
+
Garden City Shopping Centre station, platform D
|
871
|
+
</td>
|
872
|
+
<td class="no-print centered">
|
873
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175832/2012-09-24" title="View map and all stops for the 2.20pm 120 service">Service information & map</a>
|
874
|
+
</td>
|
875
|
+
</tr>
|
876
|
+
<tr>
|
877
|
+
<td>
|
878
|
+
<b>2.30pm </b><br />
|
879
|
+
Queen Street station, platform A4
|
880
|
+
</td>
|
881
|
+
<td>
|
882
|
+
<b>3.23pm</b><br />
|
883
|
+
Garden City Shopping Centre station, platform D
|
884
|
+
</td>
|
885
|
+
<td class="no-print centered">
|
886
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2175932/2012-09-24" title="View map and all stops for the 2.30pm 120 service">Service information & map</a>
|
887
|
+
</td>
|
888
|
+
</tr>
|
889
|
+
<tr>
|
890
|
+
<td>
|
891
|
+
<b>2.40pm </b><br />
|
892
|
+
Queen Street station, platform A4
|
893
|
+
</td>
|
894
|
+
<td>
|
895
|
+
<b>3.33pm</b><br />
|
896
|
+
Garden City Shopping Centre station, platform D
|
897
|
+
</td>
|
898
|
+
<td class="no-print centered">
|
899
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176031/2012-09-24" title="View map and all stops for the 2.40pm 120 service">Service information & map</a>
|
900
|
+
</td>
|
901
|
+
</tr>
|
902
|
+
<tr>
|
903
|
+
<td>
|
904
|
+
<b>2.50pm </b><br />
|
905
|
+
Queen Street station, platform A4
|
906
|
+
</td>
|
907
|
+
<td>
|
908
|
+
<b>3.43pm</b><br />
|
909
|
+
Garden City Shopping Centre station, platform D
|
910
|
+
</td>
|
911
|
+
<td class="no-print centered">
|
912
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176126/2012-09-24" title="View map and all stops for the 2.50pm 120 service">Service information & map</a>
|
913
|
+
</td>
|
914
|
+
</tr>
|
915
|
+
<tr>
|
916
|
+
<td>
|
917
|
+
<b>3.00pm </b><br />
|
918
|
+
Queen Street station, platform A4
|
919
|
+
</td>
|
920
|
+
<td>
|
921
|
+
<b>3.53pm</b><br />
|
922
|
+
Garden City Shopping Centre station, platform D
|
923
|
+
</td>
|
924
|
+
<td class="no-print centered">
|
925
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176230/2012-09-24" title="View map and all stops for the 3.00pm 120 service">Service information & map</a>
|
926
|
+
</td>
|
927
|
+
</tr>
|
928
|
+
<tr>
|
929
|
+
<td>
|
930
|
+
<b>3.10pm </b><br />
|
931
|
+
Queen Street station, platform A4
|
932
|
+
</td>
|
933
|
+
<td>
|
934
|
+
<b>4.03pm</b><br />
|
935
|
+
Garden City Shopping Centre station, platform D
|
936
|
+
</td>
|
937
|
+
<td class="no-print centered">
|
938
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176345/2012-09-24" title="View map and all stops for the 3.10pm 120 service">Service information & map</a>
|
939
|
+
</td>
|
940
|
+
</tr>
|
941
|
+
<tr>
|
942
|
+
<td>
|
943
|
+
<b>3.20pm </b><br />
|
944
|
+
Queen Street station, platform A4
|
945
|
+
</td>
|
946
|
+
<td>
|
947
|
+
<b>4.13pm</b><br />
|
948
|
+
Garden City Shopping Centre station, platform D
|
949
|
+
</td>
|
950
|
+
<td class="no-print centered">
|
951
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176455/2012-09-24" title="View map and all stops for the 3.20pm 120 service">Service information & map</a>
|
952
|
+
</td>
|
953
|
+
</tr>
|
954
|
+
<tr>
|
955
|
+
<td>
|
956
|
+
<b>3.30pm </b><br />
|
957
|
+
Queen Street station, platform A4
|
958
|
+
</td>
|
959
|
+
<td>
|
960
|
+
<b>4.23pm</b><br />
|
961
|
+
Garden City Shopping Centre station, platform D
|
962
|
+
</td>
|
963
|
+
<td class="no-print centered">
|
964
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176569/2012-09-24" title="View map and all stops for the 3.30pm 120 service">Service information & map</a>
|
965
|
+
</td>
|
966
|
+
</tr>
|
967
|
+
<tr>
|
968
|
+
<td>
|
969
|
+
<b>3.40pm </b><br />
|
970
|
+
Queen Street station, platform A4
|
971
|
+
</td>
|
972
|
+
<td>
|
973
|
+
<b>4.33pm</b><br />
|
974
|
+
Garden City Shopping Centre station, platform D
|
975
|
+
</td>
|
976
|
+
<td class="no-print centered">
|
977
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176679/2012-09-24" title="View map and all stops for the 3.40pm 120 service">Service information & map</a>
|
978
|
+
</td>
|
979
|
+
</tr>
|
980
|
+
<tr>
|
981
|
+
<td>
|
982
|
+
<b>3.50pm </b><br />
|
983
|
+
Queen Street station, platform A4
|
984
|
+
</td>
|
985
|
+
<td>
|
986
|
+
<b>4.43pm</b><br />
|
987
|
+
Garden City Shopping Centre station, platform D
|
988
|
+
</td>
|
989
|
+
<td class="no-print centered">
|
990
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176796/2012-09-24" title="View map and all stops for the 3.50pm 120 service">Service information & map</a>
|
991
|
+
</td>
|
992
|
+
</tr>
|
993
|
+
<tr>
|
994
|
+
<td>
|
995
|
+
<b>4.00pm </b><br />
|
996
|
+
Queen Street station, platform A4
|
997
|
+
</td>
|
998
|
+
<td>
|
999
|
+
<b>4.53pm</b><br />
|
1000
|
+
Garden City Shopping Centre station, platform D
|
1001
|
+
</td>
|
1002
|
+
<td class="no-print centered">
|
1003
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2176912/2012-09-24" title="View map and all stops for the 4.00pm 120 service">Service information & map</a>
|
1004
|
+
</td>
|
1005
|
+
</tr>
|
1006
|
+
<tr>
|
1007
|
+
<td>
|
1008
|
+
<b>4.10pm </b><br />
|
1009
|
+
Queen Street station, platform A4
|
1010
|
+
</td>
|
1011
|
+
<td>
|
1012
|
+
<b>5.03pm</b><br />
|
1013
|
+
Garden City Shopping Centre station, platform D
|
1014
|
+
</td>
|
1015
|
+
<td class="no-print centered">
|
1016
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177043/2012-09-24" title="View map and all stops for the 4.10pm 120 service">Service information & map</a>
|
1017
|
+
</td>
|
1018
|
+
</tr>
|
1019
|
+
<tr>
|
1020
|
+
<td>
|
1021
|
+
<b>4.20pm </b><br />
|
1022
|
+
Queen Street station, platform A4
|
1023
|
+
</td>
|
1024
|
+
<td>
|
1025
|
+
<b>5.13pm</b><br />
|
1026
|
+
Garden City Shopping Centre station, platform D
|
1027
|
+
</td>
|
1028
|
+
<td class="no-print centered">
|
1029
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177173/2012-09-24" title="View map and all stops for the 4.20pm 120 service">Service information & map</a>
|
1030
|
+
</td>
|
1031
|
+
</tr>
|
1032
|
+
<tr>
|
1033
|
+
<td>
|
1034
|
+
<b>4.30pm </b><br />
|
1035
|
+
Queen Street station, platform A4
|
1036
|
+
</td>
|
1037
|
+
<td>
|
1038
|
+
<b>5.23pm</b><br />
|
1039
|
+
Garden City Shopping Centre station, platform D
|
1040
|
+
</td>
|
1041
|
+
<td class="no-print centered">
|
1042
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177314/2012-09-24" title="View map and all stops for the 4.30pm 120 service">Service information & map</a>
|
1043
|
+
</td>
|
1044
|
+
</tr>
|
1045
|
+
<tr>
|
1046
|
+
<td>
|
1047
|
+
<b>4.40pm </b><br />
|
1048
|
+
Queen Street station, platform A4
|
1049
|
+
</td>
|
1050
|
+
<td>
|
1051
|
+
<b>5.33pm</b><br />
|
1052
|
+
Garden City Shopping Centre station, platform D
|
1053
|
+
</td>
|
1054
|
+
<td class="no-print centered">
|
1055
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177453/2012-09-24" title="View map and all stops for the 4.40pm 120 service">Service information & map</a>
|
1056
|
+
</td>
|
1057
|
+
</tr>
|
1058
|
+
<tr>
|
1059
|
+
<td>
|
1060
|
+
<b>4.50pm </b><br />
|
1061
|
+
Queen Street station, platform A4
|
1062
|
+
</td>
|
1063
|
+
<td>
|
1064
|
+
<b>5.43pm</b><br />
|
1065
|
+
Garden City Shopping Centre station, platform D
|
1066
|
+
</td>
|
1067
|
+
<td class="no-print centered">
|
1068
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177609/2012-09-24" title="View map and all stops for the 4.50pm 120 service">Service information & map</a>
|
1069
|
+
</td>
|
1070
|
+
</tr>
|
1071
|
+
<tr>
|
1072
|
+
<td>
|
1073
|
+
<b>5.00pm </b><br />
|
1074
|
+
Queen Street station, platform A4
|
1075
|
+
</td>
|
1076
|
+
<td>
|
1077
|
+
<b>5.53pm</b><br />
|
1078
|
+
Garden City Shopping Centre station, platform D
|
1079
|
+
</td>
|
1080
|
+
<td class="no-print centered">
|
1081
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177768/2012-09-24" title="View map and all stops for the 5.00pm 120 service">Service information & map</a>
|
1082
|
+
</td>
|
1083
|
+
</tr>
|
1084
|
+
<tr>
|
1085
|
+
<td>
|
1086
|
+
<b>5.10pm </b><br />
|
1087
|
+
Queen Street station, platform A4
|
1088
|
+
</td>
|
1089
|
+
<td>
|
1090
|
+
<b>6.03pm</b><br />
|
1091
|
+
Garden City Shopping Centre station, platform D
|
1092
|
+
</td>
|
1093
|
+
<td class="no-print centered">
|
1094
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2177922/2012-09-24" title="View map and all stops for the 5.10pm 120 service">Service information & map</a>
|
1095
|
+
</td>
|
1096
|
+
</tr>
|
1097
|
+
<tr>
|
1098
|
+
<td>
|
1099
|
+
<b>5.20pm </b><br />
|
1100
|
+
Queen Street station, platform A4
|
1101
|
+
</td>
|
1102
|
+
<td>
|
1103
|
+
<b>6.13pm</b><br />
|
1104
|
+
Garden City Shopping Centre station, platform D
|
1105
|
+
</td>
|
1106
|
+
<td class="no-print centered">
|
1107
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178090/2012-09-24" title="View map and all stops for the 5.20pm 120 service">Service information & map</a>
|
1108
|
+
</td>
|
1109
|
+
</tr>
|
1110
|
+
<tr>
|
1111
|
+
<td>
|
1112
|
+
<b>5.30pm </b><br />
|
1113
|
+
Queen Street station, platform A4
|
1114
|
+
</td>
|
1115
|
+
<td>
|
1116
|
+
<b>6.23pm</b><br />
|
1117
|
+
Garden City Shopping Centre station, platform D
|
1118
|
+
</td>
|
1119
|
+
<td class="no-print centered">
|
1120
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178242/2012-09-24" title="View map and all stops for the 5.30pm 120 service">Service information & map</a>
|
1121
|
+
</td>
|
1122
|
+
</tr>
|
1123
|
+
<tr>
|
1124
|
+
<td>
|
1125
|
+
<b>5.40pm </b><br />
|
1126
|
+
Queen Street station, platform A4
|
1127
|
+
</td>
|
1128
|
+
<td>
|
1129
|
+
<b>6.33pm</b><br />
|
1130
|
+
Garden City Shopping Centre station, platform D
|
1131
|
+
</td>
|
1132
|
+
<td class="no-print centered">
|
1133
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178397/2012-09-24" title="View map and all stops for the 5.40pm 120 service">Service information & map</a>
|
1134
|
+
</td>
|
1135
|
+
</tr>
|
1136
|
+
<tr>
|
1137
|
+
<td>
|
1138
|
+
<b>5.50pm </b><br />
|
1139
|
+
Queen Street station, platform A4
|
1140
|
+
</td>
|
1141
|
+
<td>
|
1142
|
+
<b>6.43pm</b><br />
|
1143
|
+
Garden City Shopping Centre station, platform D
|
1144
|
+
</td>
|
1145
|
+
<td class="no-print centered">
|
1146
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178534/2012-09-24" title="View map and all stops for the 5.50pm 120 service">Service information & map</a>
|
1147
|
+
</td>
|
1148
|
+
</tr>
|
1149
|
+
<tr>
|
1150
|
+
<td>
|
1151
|
+
<b>6.00pm </b><br />
|
1152
|
+
Queen Street station, platform A4
|
1153
|
+
</td>
|
1154
|
+
<td>
|
1155
|
+
<b>6.53pm</b><br />
|
1156
|
+
Garden City Shopping Centre station, platform D
|
1157
|
+
</td>
|
1158
|
+
<td class="no-print centered">
|
1159
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178657/2012-09-24" title="View map and all stops for the 6.00pm 120 service">Service information & map</a>
|
1160
|
+
</td>
|
1161
|
+
</tr>
|
1162
|
+
<tr>
|
1163
|
+
<td>
|
1164
|
+
<b>6.10pm </b><br />
|
1165
|
+
Queen Street station, platform A4
|
1166
|
+
</td>
|
1167
|
+
<td>
|
1168
|
+
<b>7.03pm</b><br />
|
1169
|
+
Garden City Shopping Centre station, platform D
|
1170
|
+
</td>
|
1171
|
+
<td class="no-print centered">
|
1172
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178785/2012-09-24" title="View map and all stops for the 6.10pm 120 service">Service information & map</a>
|
1173
|
+
</td>
|
1174
|
+
</tr>
|
1175
|
+
<tr>
|
1176
|
+
<td>
|
1177
|
+
<b>6.20pm </b><br />
|
1178
|
+
Queen Street station, platform A4
|
1179
|
+
</td>
|
1180
|
+
<td>
|
1181
|
+
<b>7.13pm</b><br />
|
1182
|
+
Garden City Shopping Centre station, platform D
|
1183
|
+
</td>
|
1184
|
+
<td class="no-print centered">
|
1185
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178882/2012-09-24" title="View map and all stops for the 6.20pm 120 service">Service information & map</a>
|
1186
|
+
</td>
|
1187
|
+
</tr>
|
1188
|
+
<tr>
|
1189
|
+
<td>
|
1190
|
+
<b>6.30pm </b><br />
|
1191
|
+
Queen Street station, platform A4
|
1192
|
+
</td>
|
1193
|
+
<td>
|
1194
|
+
<b>7.23pm</b><br />
|
1195
|
+
Garden City Shopping Centre station, platform D
|
1196
|
+
</td>
|
1197
|
+
<td class="no-print centered">
|
1198
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2178976/2012-09-24" title="View map and all stops for the 6.30pm 120 service">Service information & map</a>
|
1199
|
+
</td>
|
1200
|
+
</tr>
|
1201
|
+
<tr>
|
1202
|
+
<td>
|
1203
|
+
<b>6.40pm </b><br />
|
1204
|
+
Queen Street station, platform A4
|
1205
|
+
</td>
|
1206
|
+
<td>
|
1207
|
+
<b>7.33pm</b><br />
|
1208
|
+
Garden City Shopping Centre station, platform D
|
1209
|
+
</td>
|
1210
|
+
<td class="no-print centered">
|
1211
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179048/2012-09-24" title="View map and all stops for the 6.40pm 120 service">Service information & map</a>
|
1212
|
+
</td>
|
1213
|
+
</tr>
|
1214
|
+
<tr>
|
1215
|
+
<td>
|
1216
|
+
<b>6.55pm </b><br />
|
1217
|
+
Queen Street station, platform A4
|
1218
|
+
</td>
|
1219
|
+
<td>
|
1220
|
+
<b>7.48pm</b><br />
|
1221
|
+
Garden City Shopping Centre station, platform D
|
1222
|
+
</td>
|
1223
|
+
<td class="no-print centered">
|
1224
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179150/2012-09-24" title="View map and all stops for the 6.55pm 120 service">Service information & map</a>
|
1225
|
+
</td>
|
1226
|
+
</tr>
|
1227
|
+
<tr>
|
1228
|
+
<td>
|
1229
|
+
<b>7.10pm </b><br />
|
1230
|
+
Queen Street station, platform A4
|
1231
|
+
</td>
|
1232
|
+
<td>
|
1233
|
+
<b>8.03pm</b><br />
|
1234
|
+
Garden City Shopping Centre station, platform D
|
1235
|
+
</td>
|
1236
|
+
<td class="no-print centered">
|
1237
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179256/2012-09-24" title="View map and all stops for the 7.10pm 120 service">Service information & map</a>
|
1238
|
+
</td>
|
1239
|
+
</tr>
|
1240
|
+
<tr>
|
1241
|
+
<td>
|
1242
|
+
<b>7.25pm </b><br />
|
1243
|
+
Queen Street station, platform A4
|
1244
|
+
</td>
|
1245
|
+
<td>
|
1246
|
+
<b>8.10pm</b><br />
|
1247
|
+
Garden City Shopping Centre station, platform D
|
1248
|
+
</td>
|
1249
|
+
<td class="no-print centered">
|
1250
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179328/2012-09-24" title="View map and all stops for the 7.25pm 120 service">Service information & map</a>
|
1251
|
+
</td>
|
1252
|
+
</tr>
|
1253
|
+
<tr>
|
1254
|
+
<td>
|
1255
|
+
<b>7.40pm </b><br />
|
1256
|
+
Queen Street station, platform A4
|
1257
|
+
</td>
|
1258
|
+
<td>
|
1259
|
+
<b>8.25pm</b><br />
|
1260
|
+
Garden City Shopping Centre station, platform D
|
1261
|
+
</td>
|
1262
|
+
<td class="no-print centered">
|
1263
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179409/2012-09-24" title="View map and all stops for the 7.40pm 120 service">Service information & map</a>
|
1264
|
+
</td>
|
1265
|
+
</tr>
|
1266
|
+
<tr>
|
1267
|
+
<td>
|
1268
|
+
<b>7.55pm </b><br />
|
1269
|
+
Queen Street station, platform A4
|
1270
|
+
</td>
|
1271
|
+
<td>
|
1272
|
+
<b>8.40pm</b><br />
|
1273
|
+
Garden City Shopping Centre station, platform D
|
1274
|
+
</td>
|
1275
|
+
<td class="no-print centered">
|
1276
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179479/2012-09-24" title="View map and all stops for the 7.55pm 120 service">Service information & map</a>
|
1277
|
+
</td>
|
1278
|
+
</tr>
|
1279
|
+
<tr>
|
1280
|
+
<td>
|
1281
|
+
<b>8.10pm </b><br />
|
1282
|
+
Queen Street station, platform A4
|
1283
|
+
</td>
|
1284
|
+
<td>
|
1285
|
+
<b>8.55pm</b><br />
|
1286
|
+
Garden City Shopping Centre station, platform D
|
1287
|
+
</td>
|
1288
|
+
<td class="no-print centered">
|
1289
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179553/2012-09-24" title="View map and all stops for the 8.10pm 120 service">Service information & map</a>
|
1290
|
+
</td>
|
1291
|
+
</tr>
|
1292
|
+
<tr>
|
1293
|
+
<td>
|
1294
|
+
<b>8.25pm </b><br />
|
1295
|
+
Queen Street station, platform A4
|
1296
|
+
</td>
|
1297
|
+
<td>
|
1298
|
+
<b>9.10pm</b><br />
|
1299
|
+
Garden City Shopping Centre station, platform D
|
1300
|
+
</td>
|
1301
|
+
<td class="no-print centered">
|
1302
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179621/2012-09-24" title="View map and all stops for the 8.25pm 120 service">Service information & map</a>
|
1303
|
+
</td>
|
1304
|
+
</tr>
|
1305
|
+
<tr>
|
1306
|
+
<td>
|
1307
|
+
<b>8.40pm </b><br />
|
1308
|
+
Queen Street station, platform A4
|
1309
|
+
</td>
|
1310
|
+
<td>
|
1311
|
+
<b>9.25pm</b><br />
|
1312
|
+
Garden City Shopping Centre station, platform D
|
1313
|
+
</td>
|
1314
|
+
<td class="no-print centered">
|
1315
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179691/2012-09-24" title="View map and all stops for the 8.40pm 120 service">Service information & map</a>
|
1316
|
+
</td>
|
1317
|
+
</tr>
|
1318
|
+
<tr>
|
1319
|
+
<td>
|
1320
|
+
<b>8.55pm </b><br />
|
1321
|
+
Queen Street station, platform A4
|
1322
|
+
</td>
|
1323
|
+
<td>
|
1324
|
+
<b>9.40pm</b><br />
|
1325
|
+
Garden City Shopping Centre station, platform D
|
1326
|
+
</td>
|
1327
|
+
<td class="no-print centered">
|
1328
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179754/2012-09-24" title="View map and all stops for the 8.55pm 120 service">Service information & map</a>
|
1329
|
+
</td>
|
1330
|
+
</tr>
|
1331
|
+
<tr>
|
1332
|
+
<td>
|
1333
|
+
<b>9.10pm </b><br />
|
1334
|
+
Queen Street station, platform A4
|
1335
|
+
</td>
|
1336
|
+
<td>
|
1337
|
+
<b>9.55pm</b><br />
|
1338
|
+
Garden City Shopping Centre station, platform D
|
1339
|
+
</td>
|
1340
|
+
<td class="no-print centered">
|
1341
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179820/2012-09-24" title="View map and all stops for the 9.10pm 120 service">Service information & map</a>
|
1342
|
+
</td>
|
1343
|
+
</tr>
|
1344
|
+
<tr>
|
1345
|
+
<td>
|
1346
|
+
<b>9.25pm </b><br />
|
1347
|
+
Queen Street station, platform A4
|
1348
|
+
</td>
|
1349
|
+
<td>
|
1350
|
+
<b>10.10pm</b><br />
|
1351
|
+
Garden City Shopping Centre station, platform D
|
1352
|
+
</td>
|
1353
|
+
<td class="no-print centered">
|
1354
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179880/2012-09-24" title="View map and all stops for the 9.25pm 120 service">Service information & map</a>
|
1355
|
+
</td>
|
1356
|
+
</tr>
|
1357
|
+
<tr>
|
1358
|
+
<td>
|
1359
|
+
<b>9.40pm </b><br />
|
1360
|
+
Queen Street station, platform A4
|
1361
|
+
</td>
|
1362
|
+
<td>
|
1363
|
+
<b>10.25pm</b><br />
|
1364
|
+
Garden City Shopping Centre station, platform D
|
1365
|
+
</td>
|
1366
|
+
<td class="no-print centered">
|
1367
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179939/2012-09-24" title="View map and all stops for the 9.40pm 120 service">Service information & map</a>
|
1368
|
+
</td>
|
1369
|
+
</tr>
|
1370
|
+
<tr>
|
1371
|
+
<td>
|
1372
|
+
<b>9.55pm </b><br />
|
1373
|
+
Queen Street station, platform A4
|
1374
|
+
</td>
|
1375
|
+
<td>
|
1376
|
+
<b>10.40pm</b><br />
|
1377
|
+
Garden City Shopping Centre station, platform D
|
1378
|
+
</td>
|
1379
|
+
<td class="no-print centered">
|
1380
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2179995/2012-09-24" title="View map and all stops for the 9.55pm 120 service">Service information & map</a>
|
1381
|
+
</td>
|
1382
|
+
</tr>
|
1383
|
+
<tr>
|
1384
|
+
<td>
|
1385
|
+
<b>10.10pm </b><br />
|
1386
|
+
Queen Street station, platform A4
|
1387
|
+
</td>
|
1388
|
+
<td>
|
1389
|
+
<b>10.55pm</b><br />
|
1390
|
+
Garden City Shopping Centre station, platform D
|
1391
|
+
</td>
|
1392
|
+
<td class="no-print centered">
|
1393
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180051/2012-09-24" title="View map and all stops for the 10.10pm 120 service">Service information & map</a>
|
1394
|
+
</td>
|
1395
|
+
</tr>
|
1396
|
+
<tr>
|
1397
|
+
<td>
|
1398
|
+
<b>10.25pm </b><br />
|
1399
|
+
Queen Street station, platform A4
|
1400
|
+
</td>
|
1401
|
+
<td>
|
1402
|
+
<b>11.10pm</b><br />
|
1403
|
+
Garden City Shopping Centre station, platform D
|
1404
|
+
</td>
|
1405
|
+
<td class="no-print centered">
|
1406
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180106/2012-09-24" title="View map and all stops for the 10.25pm 120 service">Service information & map</a>
|
1407
|
+
</td>
|
1408
|
+
</tr>
|
1409
|
+
<tr>
|
1410
|
+
<td>
|
1411
|
+
<b>10.40pm </b><br />
|
1412
|
+
Queen Street station, platform A4
|
1413
|
+
</td>
|
1414
|
+
<td>
|
1415
|
+
<b>11.25pm</b><br />
|
1416
|
+
Garden City Shopping Centre station, platform D
|
1417
|
+
</td>
|
1418
|
+
<td class="no-print centered">
|
1419
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180157/2012-09-24" title="View map and all stops for the 10.40pm 120 service">Service information & map</a>
|
1420
|
+
</td>
|
1421
|
+
</tr>
|
1422
|
+
<tr>
|
1423
|
+
<td>
|
1424
|
+
<b>10.55pm </b><br />
|
1425
|
+
Queen Street station, platform A4
|
1426
|
+
</td>
|
1427
|
+
<td>
|
1428
|
+
<b>11.40pm</b><br />
|
1429
|
+
Garden City Shopping Centre station, platform D
|
1430
|
+
</td>
|
1431
|
+
<td class="no-print centered">
|
1432
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180201/2012-09-24" title="View map and all stops for the 10.55pm 120 service">Service information & map</a>
|
1433
|
+
</td>
|
1434
|
+
</tr>
|
1435
|
+
<tr>
|
1436
|
+
<td>
|
1437
|
+
<b>11.10pm </b><br />
|
1438
|
+
Queen Street station, platform A4
|
1439
|
+
</td>
|
1440
|
+
<td>
|
1441
|
+
<b>11.55pm</b><br />
|
1442
|
+
Garden City Shopping Centre station, platform D
|
1443
|
+
</td>
|
1444
|
+
<td class="no-print centered">
|
1445
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180237/2012-09-24" title="View map and all stops for the 11.10pm 120 service">Service information & map</a>
|
1446
|
+
</td>
|
1447
|
+
</tr>
|
1448
|
+
<tr>
|
1449
|
+
<td>
|
1450
|
+
<b>11.25pm </b><br />
|
1451
|
+
Queen Street station, platform A4
|
1452
|
+
</td>
|
1453
|
+
<td>
|
1454
|
+
<b>12.10am Tuesday</b><br />
|
1455
|
+
Garden City Shopping Centre station, platform D
|
1456
|
+
</td>
|
1457
|
+
<td class="no-print centered">
|
1458
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180270/2012-09-24" title="View map and all stops for the 11.25pm 120 service">Service information & map</a>
|
1459
|
+
</td>
|
1460
|
+
</tr>
|
1461
|
+
<tr>
|
1462
|
+
<td>
|
1463
|
+
<b>11.40pm </b><br />
|
1464
|
+
Queen Street station, platform A4
|
1465
|
+
</td>
|
1466
|
+
<td>
|
1467
|
+
<b>12.25am Tuesday</b><br />
|
1468
|
+
Garden City Shopping Centre station, platform D
|
1469
|
+
</td>
|
1470
|
+
<td class="no-print centered">
|
1471
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/outbound/9792/2180288/2012-09-24" title="View map and all stops for the 11.40pm 120 service">Service information & map</a>
|
1472
|
+
</td>
|
1473
|
+
</tr>
|
1474
|
+
</tbody>
|
1475
|
+
</table>
|
1476
|
+
<p>Suburbs: City, Coopers Plains, Greenslopes, Nathan, Salisbury, South Brisbane, Tarragindi, Upper Mount Gravatt, Woolloongabba</p>
|
1477
|
+
</div>
|
1478
|
+
<div class="route-timetable">
|
1479
|
+
<h3>Inbound</h3>
|
1480
|
+
<table class="content-table vertical-spacing">
|
1481
|
+
<caption class="access">A timetable showing departure time, departure stop, arrival time and arrival stop for each Route 120 trip on Monday 24 September 2012</caption>
|
1482
|
+
<thead>
|
1483
|
+
<tr>
|
1484
|
+
<th>Start</th>
|
1485
|
+
<th>End</th>
|
1486
|
+
<th class="no-print">Service information & map</th>
|
1487
|
+
</tr>
|
1488
|
+
</thead>
|
1489
|
+
<tbody>
|
1490
|
+
<tr>
|
1491
|
+
<td>
|
1492
|
+
<b>5.39am </b><br />
|
1493
|
+
Garden City Shopping Centre station, platform D
|
1494
|
+
</td>
|
1495
|
+
<td>
|
1496
|
+
<b>6.24am</b><br />
|
1497
|
+
Queen Street station, platform A4
|
1498
|
+
</td>
|
1499
|
+
<td class="no-print centered">
|
1500
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170396/2012-09-24" title="View map and all stops for the 5.39am 120 service">Service information & map</a>
|
1501
|
+
</td>
|
1502
|
+
</tr>
|
1503
|
+
<tr>
|
1504
|
+
<td>
|
1505
|
+
<b>5.54am </b><br />
|
1506
|
+
Garden City Shopping Centre station, platform D
|
1507
|
+
</td>
|
1508
|
+
<td>
|
1509
|
+
<b>6.39am</b><br />
|
1510
|
+
Queen Street station, platform A4
|
1511
|
+
</td>
|
1512
|
+
<td class="no-print centered">
|
1513
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170455/2012-09-24" title="View map and all stops for the 5.54am 120 service">Service information & map</a>
|
1514
|
+
</td>
|
1515
|
+
</tr>
|
1516
|
+
<tr>
|
1517
|
+
<td>
|
1518
|
+
<b>6.09am </b><br />
|
1519
|
+
Garden City Shopping Centre station, platform D
|
1520
|
+
</td>
|
1521
|
+
<td>
|
1522
|
+
<b>6.54am</b><br />
|
1523
|
+
Queen Street station, platform A4
|
1524
|
+
</td>
|
1525
|
+
<td class="no-print centered">
|
1526
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170526/2012-09-24" title="View map and all stops for the 6.09am 120 service">Service information & map</a>
|
1527
|
+
</td>
|
1528
|
+
</tr>
|
1529
|
+
<tr>
|
1530
|
+
<td>
|
1531
|
+
<b>6.24am </b><br />
|
1532
|
+
Garden City Shopping Centre station, platform D
|
1533
|
+
</td>
|
1534
|
+
<td>
|
1535
|
+
<b>7.09am</b><br />
|
1536
|
+
Queen Street station, platform A4
|
1537
|
+
</td>
|
1538
|
+
<td class="no-print centered">
|
1539
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170627/2012-09-24" title="View map and all stops for the 6.24am 120 service">Service information & map</a>
|
1540
|
+
</td>
|
1541
|
+
</tr>
|
1542
|
+
<tr>
|
1543
|
+
<td>
|
1544
|
+
<b>6.34am </b><br />
|
1545
|
+
Garden City Shopping Centre station, platform D
|
1546
|
+
</td>
|
1547
|
+
<td>
|
1548
|
+
<b>7.19am</b><br />
|
1549
|
+
Queen Street station, platform A4
|
1550
|
+
</td>
|
1551
|
+
<td class="no-print centered">
|
1552
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170726/2012-09-24" title="View map and all stops for the 6.34am 120 service">Service information & map</a>
|
1553
|
+
</td>
|
1554
|
+
</tr>
|
1555
|
+
<tr>
|
1556
|
+
<td>
|
1557
|
+
<b>6.44am </b><br />
|
1558
|
+
Garden City Shopping Centre station, platform D
|
1559
|
+
</td>
|
1560
|
+
<td>
|
1561
|
+
<b>7.29am</b><br />
|
1562
|
+
Queen Street station, platform A4
|
1563
|
+
</td>
|
1564
|
+
<td class="no-print centered">
|
1565
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170823/2012-09-24" title="View map and all stops for the 6.44am 120 service">Service information & map</a>
|
1566
|
+
</td>
|
1567
|
+
</tr>
|
1568
|
+
<tr>
|
1569
|
+
<td>
|
1570
|
+
<b>6.54am </b><br />
|
1571
|
+
Garden City Shopping Centre station, platform D
|
1572
|
+
</td>
|
1573
|
+
<td>
|
1574
|
+
<b>7.48am</b><br />
|
1575
|
+
Queen Street station, platform A4
|
1576
|
+
</td>
|
1577
|
+
<td class="no-print centered">
|
1578
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170977/2012-09-24" title="View map and all stops for the 6.54am 120 service">Service information & map</a>
|
1579
|
+
</td>
|
1580
|
+
</tr>
|
1581
|
+
<tr>
|
1582
|
+
<td>
|
1583
|
+
<b>7.04am </b><br />
|
1584
|
+
Garden City Shopping Centre station, platform D
|
1585
|
+
</td>
|
1586
|
+
<td>
|
1587
|
+
<b>7.58am</b><br />
|
1588
|
+
Queen Street station, platform A4
|
1589
|
+
</td>
|
1590
|
+
<td class="no-print centered">
|
1591
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2171141/2012-09-24" title="View map and all stops for the 7.04am 120 service">Service information & map</a>
|
1592
|
+
</td>
|
1593
|
+
</tr>
|
1594
|
+
<tr>
|
1595
|
+
<td>
|
1596
|
+
<b>7.14am </b><br />
|
1597
|
+
Garden City Shopping Centre station, platform D
|
1598
|
+
</td>
|
1599
|
+
<td>
|
1600
|
+
<b>8.08am</b><br />
|
1601
|
+
Queen Street station, platform A4
|
1602
|
+
</td>
|
1603
|
+
<td class="no-print centered">
|
1604
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2171299/2012-09-24" title="View map and all stops for the 7.14am 120 service">Service information & map</a>
|
1605
|
+
</td>
|
1606
|
+
</tr>
|
1607
|
+
<tr>
|
1608
|
+
<td>
|
1609
|
+
<b>7.24am </b><br />
|
1610
|
+
Garden City Shopping Centre station, platform D
|
1611
|
+
</td>
|
1612
|
+
<td>
|
1613
|
+
<b>8.18am</b><br />
|
1614
|
+
Queen Street station, platform A4
|
1615
|
+
</td>
|
1616
|
+
<td class="no-print centered">
|
1617
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2171463/2012-09-24" title="View map and all stops for the 7.24am 120 service">Service information & map</a>
|
1618
|
+
</td>
|
1619
|
+
</tr>
|
1620
|
+
<tr>
|
1621
|
+
<td>
|
1622
|
+
<b>7.34am </b><br />
|
1623
|
+
Garden City Shopping Centre station, platform D
|
1624
|
+
</td>
|
1625
|
+
<td>
|
1626
|
+
<b>8.28am</b><br />
|
1627
|
+
Queen Street station, platform A4
|
1628
|
+
</td>
|
1629
|
+
<td class="no-print centered">
|
1630
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2171624/2012-09-24" title="View map and all stops for the 7.34am 120 service">Service information & map</a>
|
1631
|
+
</td>
|
1632
|
+
</tr>
|
1633
|
+
<tr>
|
1634
|
+
<td>
|
1635
|
+
<b>7.44am </b><br />
|
1636
|
+
Garden City Shopping Centre station, platform D
|
1637
|
+
</td>
|
1638
|
+
<td>
|
1639
|
+
<b>8.38am</b><br />
|
1640
|
+
Queen Street station, platform A4
|
1641
|
+
</td>
|
1642
|
+
<td class="no-print centered">
|
1643
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2171772/2012-09-24" title="View map and all stops for the 7.44am 120 service">Service information & map</a>
|
1644
|
+
</td>
|
1645
|
+
</tr>
|
1646
|
+
<tr>
|
1647
|
+
<td>
|
1648
|
+
<b>7.54am </b><br />
|
1649
|
+
Garden City Shopping Centre station, platform D
|
1650
|
+
</td>
|
1651
|
+
<td>
|
1652
|
+
<b>8.48am</b><br />
|
1653
|
+
Queen Street station, platform A4
|
1654
|
+
</td>
|
1655
|
+
<td class="no-print centered">
|
1656
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2171923/2012-09-24" title="View map and all stops for the 7.54am 120 service">Service information & map</a>
|
1657
|
+
</td>
|
1658
|
+
</tr>
|
1659
|
+
<tr>
|
1660
|
+
<td>
|
1661
|
+
<b>8.04am </b><br />
|
1662
|
+
Garden City Shopping Centre station, platform D
|
1663
|
+
</td>
|
1664
|
+
<td>
|
1665
|
+
<b>8.57am</b><br />
|
1666
|
+
Queen Street station, platform A4
|
1667
|
+
</td>
|
1668
|
+
<td class="no-print centered">
|
1669
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172101/2012-09-24" title="View map and all stops for the 8.04am 120 service">Service information & map</a>
|
1670
|
+
</td>
|
1671
|
+
</tr>
|
1672
|
+
<tr>
|
1673
|
+
<td>
|
1674
|
+
<b>8.14am </b><br />
|
1675
|
+
Garden City Shopping Centre station, platform D
|
1676
|
+
</td>
|
1677
|
+
<td>
|
1678
|
+
<b>9.07am</b><br />
|
1679
|
+
Queen Street station, platform A4
|
1680
|
+
</td>
|
1681
|
+
<td class="no-print centered">
|
1682
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172233/2012-09-24" title="View map and all stops for the 8.14am 120 service">Service information & map</a>
|
1683
|
+
</td>
|
1684
|
+
</tr>
|
1685
|
+
<tr>
|
1686
|
+
<td>
|
1687
|
+
<b>8.24am </b><br />
|
1688
|
+
Garden City Shopping Centre station, platform D
|
1689
|
+
</td>
|
1690
|
+
<td>
|
1691
|
+
<b>9.17am</b><br />
|
1692
|
+
Queen Street station, platform A4
|
1693
|
+
</td>
|
1694
|
+
<td class="no-print centered">
|
1695
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172366/2012-09-24" title="View map and all stops for the 8.24am 120 service">Service information & map</a>
|
1696
|
+
</td>
|
1697
|
+
</tr>
|
1698
|
+
<tr>
|
1699
|
+
<td>
|
1700
|
+
<b>8.34am </b><br />
|
1701
|
+
Garden City Shopping Centre station, platform D
|
1702
|
+
</td>
|
1703
|
+
<td>
|
1704
|
+
<b>9.27am</b><br />
|
1705
|
+
Queen Street station, platform A4
|
1706
|
+
</td>
|
1707
|
+
<td class="no-print centered">
|
1708
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172508/2012-09-24" title="View map and all stops for the 8.34am 120 service">Service information & map</a>
|
1709
|
+
</td>
|
1710
|
+
</tr>
|
1711
|
+
<tr>
|
1712
|
+
<td>
|
1713
|
+
<b>8.44am </b><br />
|
1714
|
+
Garden City Shopping Centre station, platform D
|
1715
|
+
</td>
|
1716
|
+
<td>
|
1717
|
+
<b>9.37am</b><br />
|
1718
|
+
Queen Street station, platform A4
|
1719
|
+
</td>
|
1720
|
+
<td class="no-print centered">
|
1721
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172622/2012-09-24" title="View map and all stops for the 8.44am 120 service">Service information & map</a>
|
1722
|
+
</td>
|
1723
|
+
</tr>
|
1724
|
+
<tr>
|
1725
|
+
<td>
|
1726
|
+
<b>8.54am </b><br />
|
1727
|
+
Garden City Shopping Centre station, platform D
|
1728
|
+
</td>
|
1729
|
+
<td>
|
1730
|
+
<b>9.47am</b><br />
|
1731
|
+
Queen Street station, platform A4
|
1732
|
+
</td>
|
1733
|
+
<td class="no-print centered">
|
1734
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172723/2012-09-24" title="View map and all stops for the 8.54am 120 service">Service information & map</a>
|
1735
|
+
</td>
|
1736
|
+
</tr>
|
1737
|
+
<tr>
|
1738
|
+
<td>
|
1739
|
+
<b>9.09am </b><br />
|
1740
|
+
Garden City Shopping Centre station, platform D
|
1741
|
+
</td>
|
1742
|
+
<td>
|
1743
|
+
<b>9.58am</b><br />
|
1744
|
+
Queen Street station, platform A4
|
1745
|
+
</td>
|
1746
|
+
<td class="no-print centered">
|
1747
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2172923/2012-09-24" title="View map and all stops for the 9.09am 120 service">Service information & map</a>
|
1748
|
+
</td>
|
1749
|
+
</tr>
|
1750
|
+
<tr>
|
1751
|
+
<td>
|
1752
|
+
<b>9.24am </b><br />
|
1753
|
+
Garden City Shopping Centre station, platform D
|
1754
|
+
</td>
|
1755
|
+
<td>
|
1756
|
+
<b>10.13am</b><br />
|
1757
|
+
Queen Street station, platform A4
|
1758
|
+
</td>
|
1759
|
+
<td class="no-print centered">
|
1760
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173062/2012-09-24" title="View map and all stops for the 9.24am 120 service">Service information & map</a>
|
1761
|
+
</td>
|
1762
|
+
</tr>
|
1763
|
+
<tr>
|
1764
|
+
<td>
|
1765
|
+
<b>9.39am </b><br />
|
1766
|
+
Garden City Shopping Centre station, platform D
|
1767
|
+
</td>
|
1768
|
+
<td>
|
1769
|
+
<b>10.28am</b><br />
|
1770
|
+
Queen Street station, platform A4
|
1771
|
+
</td>
|
1772
|
+
<td class="no-print centered">
|
1773
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173214/2012-09-24" title="View map and all stops for the 9.39am 120 service">Service information & map</a>
|
1774
|
+
</td>
|
1775
|
+
</tr>
|
1776
|
+
<tr>
|
1777
|
+
<td>
|
1778
|
+
<b>9.54am </b><br />
|
1779
|
+
Garden City Shopping Centre station, platform D
|
1780
|
+
</td>
|
1781
|
+
<td>
|
1782
|
+
<b>10.43am</b><br />
|
1783
|
+
Queen Street station, platform A4
|
1784
|
+
</td>
|
1785
|
+
<td class="no-print centered">
|
1786
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173361/2012-09-24" title="View map and all stops for the 9.54am 120 service">Service information & map</a>
|
1787
|
+
</td>
|
1788
|
+
</tr>
|
1789
|
+
<tr>
|
1790
|
+
<td>
|
1791
|
+
<b>10.09am </b><br />
|
1792
|
+
Garden City Shopping Centre station, platform D
|
1793
|
+
</td>
|
1794
|
+
<td>
|
1795
|
+
<b>10.58am</b><br />
|
1796
|
+
Queen Street station, platform A4
|
1797
|
+
</td>
|
1798
|
+
<td class="no-print centered">
|
1799
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173514/2012-09-24" title="View map and all stops for the 10.09am 120 service">Service information & map</a>
|
1800
|
+
</td>
|
1801
|
+
</tr>
|
1802
|
+
<tr>
|
1803
|
+
<td>
|
1804
|
+
<b>10.24am </b><br />
|
1805
|
+
Garden City Shopping Centre station, platform D
|
1806
|
+
</td>
|
1807
|
+
<td>
|
1808
|
+
<b>11.13am</b><br />
|
1809
|
+
Queen Street station, platform A4
|
1810
|
+
</td>
|
1811
|
+
<td class="no-print centered">
|
1812
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173646/2012-09-24" title="View map and all stops for the 10.24am 120 service">Service information & map</a>
|
1813
|
+
</td>
|
1814
|
+
</tr>
|
1815
|
+
<tr>
|
1816
|
+
<td>
|
1817
|
+
<b>10.39am </b><br />
|
1818
|
+
Garden City Shopping Centre station, platform D
|
1819
|
+
</td>
|
1820
|
+
<td>
|
1821
|
+
<b>11.28am</b><br />
|
1822
|
+
Queen Street station, platform A4
|
1823
|
+
</td>
|
1824
|
+
<td class="no-print centered">
|
1825
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173792/2012-09-24" title="View map and all stops for the 10.39am 120 service">Service information & map</a>
|
1826
|
+
</td>
|
1827
|
+
</tr>
|
1828
|
+
<tr>
|
1829
|
+
<td>
|
1830
|
+
<b>10.54am </b><br />
|
1831
|
+
Garden City Shopping Centre station, platform D
|
1832
|
+
</td>
|
1833
|
+
<td>
|
1834
|
+
<b>11.43am</b><br />
|
1835
|
+
Queen Street station, platform A4
|
1836
|
+
</td>
|
1837
|
+
<td class="no-print centered">
|
1838
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2173926/2012-09-24" title="View map and all stops for the 10.54am 120 service">Service information & map</a>
|
1839
|
+
</td>
|
1840
|
+
</tr>
|
1841
|
+
<tr>
|
1842
|
+
<td>
|
1843
|
+
<b>11.09am </b><br />
|
1844
|
+
Garden City Shopping Centre station, platform D
|
1845
|
+
</td>
|
1846
|
+
<td>
|
1847
|
+
<b>11.58am</b><br />
|
1848
|
+
Queen Street station, platform A4
|
1849
|
+
</td>
|
1850
|
+
<td class="no-print centered">
|
1851
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174071/2012-09-24" title="View map and all stops for the 11.09am 120 service">Service information & map</a>
|
1852
|
+
</td>
|
1853
|
+
</tr>
|
1854
|
+
<tr>
|
1855
|
+
<td>
|
1856
|
+
<b>11.24am </b><br />
|
1857
|
+
Garden City Shopping Centre station, platform D
|
1858
|
+
</td>
|
1859
|
+
<td>
|
1860
|
+
<b>12.13pm</b><br />
|
1861
|
+
Queen Street station, platform A4
|
1862
|
+
</td>
|
1863
|
+
<td class="no-print centered">
|
1864
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174205/2012-09-24" title="View map and all stops for the 11.24am 120 service">Service information & map</a>
|
1865
|
+
</td>
|
1866
|
+
</tr>
|
1867
|
+
<tr>
|
1868
|
+
<td>
|
1869
|
+
<b>11.39am </b><br />
|
1870
|
+
Garden City Shopping Centre station, platform D
|
1871
|
+
</td>
|
1872
|
+
<td>
|
1873
|
+
<b>12.28pm</b><br />
|
1874
|
+
Queen Street station, platform A4
|
1875
|
+
</td>
|
1876
|
+
<td class="no-print centered">
|
1877
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174338/2012-09-24" title="View map and all stops for the 11.39am 120 service">Service information & map</a>
|
1878
|
+
</td>
|
1879
|
+
</tr>
|
1880
|
+
<tr>
|
1881
|
+
<td>
|
1882
|
+
<b>11.54am </b><br />
|
1883
|
+
Garden City Shopping Centre station, platform D
|
1884
|
+
</td>
|
1885
|
+
<td>
|
1886
|
+
<b>12.43pm</b><br />
|
1887
|
+
Queen Street station, platform A4
|
1888
|
+
</td>
|
1889
|
+
<td class="no-print centered">
|
1890
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174474/2012-09-24" title="View map and all stops for the 11.54am 120 service">Service information & map</a>
|
1891
|
+
</td>
|
1892
|
+
</tr>
|
1893
|
+
<tr>
|
1894
|
+
<td>
|
1895
|
+
<b>12.09pm </b><br />
|
1896
|
+
Garden City Shopping Centre station, platform D
|
1897
|
+
</td>
|
1898
|
+
<td>
|
1899
|
+
<b>12.58pm</b><br />
|
1900
|
+
Queen Street station, platform A4
|
1901
|
+
</td>
|
1902
|
+
<td class="no-print centered">
|
1903
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174615/2012-09-24" title="View map and all stops for the 12.09pm 120 service">Service information & map</a>
|
1904
|
+
</td>
|
1905
|
+
</tr>
|
1906
|
+
<tr>
|
1907
|
+
<td>
|
1908
|
+
<b>12.24pm </b><br />
|
1909
|
+
Garden City Shopping Centre station, platform D
|
1910
|
+
</td>
|
1911
|
+
<td>
|
1912
|
+
<b>1.13pm</b><br />
|
1913
|
+
Queen Street station, platform A4
|
1914
|
+
</td>
|
1915
|
+
<td class="no-print centered">
|
1916
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174748/2012-09-24" title="View map and all stops for the 12.24pm 120 service">Service information & map</a>
|
1917
|
+
</td>
|
1918
|
+
</tr>
|
1919
|
+
<tr>
|
1920
|
+
<td>
|
1921
|
+
<b>12.39pm </b><br />
|
1922
|
+
Garden City Shopping Centre station, platform D
|
1923
|
+
</td>
|
1924
|
+
<td>
|
1925
|
+
<b>1.28pm</b><br />
|
1926
|
+
Queen Street station, platform A4
|
1927
|
+
</td>
|
1928
|
+
<td class="no-print centered">
|
1929
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2174884/2012-09-24" title="View map and all stops for the 12.39pm 120 service">Service information & map</a>
|
1930
|
+
</td>
|
1931
|
+
</tr>
|
1932
|
+
<tr>
|
1933
|
+
<td>
|
1934
|
+
<b>12.54pm </b><br />
|
1935
|
+
Garden City Shopping Centre station, platform D
|
1936
|
+
</td>
|
1937
|
+
<td>
|
1938
|
+
<b>1.43pm</b><br />
|
1939
|
+
Queen Street station, platform A4
|
1940
|
+
</td>
|
1941
|
+
<td class="no-print centered">
|
1942
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175024/2012-09-24" title="View map and all stops for the 12.54pm 120 service">Service information & map</a>
|
1943
|
+
</td>
|
1944
|
+
</tr>
|
1945
|
+
<tr>
|
1946
|
+
<td>
|
1947
|
+
<b>1.09pm </b><br />
|
1948
|
+
Garden City Shopping Centre station, platform D
|
1949
|
+
</td>
|
1950
|
+
<td>
|
1951
|
+
<b>1.58pm</b><br />
|
1952
|
+
Queen Street station, platform A4
|
1953
|
+
</td>
|
1954
|
+
<td class="no-print centered">
|
1955
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175163/2012-09-24" title="View map and all stops for the 1.09pm 120 service">Service information & map</a>
|
1956
|
+
</td>
|
1957
|
+
</tr>
|
1958
|
+
<tr>
|
1959
|
+
<td>
|
1960
|
+
<b>1.24pm </b><br />
|
1961
|
+
Garden City Shopping Centre station, platform D
|
1962
|
+
</td>
|
1963
|
+
<td>
|
1964
|
+
<b>2.13pm</b><br />
|
1965
|
+
Queen Street station, platform A4
|
1966
|
+
</td>
|
1967
|
+
<td class="no-print centered">
|
1968
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175300/2012-09-24" title="View map and all stops for the 1.24pm 120 service">Service information & map</a>
|
1969
|
+
</td>
|
1970
|
+
</tr>
|
1971
|
+
<tr>
|
1972
|
+
<td>
|
1973
|
+
<b>1.39pm </b><br />
|
1974
|
+
Garden City Shopping Centre station, platform D
|
1975
|
+
</td>
|
1976
|
+
<td>
|
1977
|
+
<b>2.28pm</b><br />
|
1978
|
+
Queen Street station, platform A4
|
1979
|
+
</td>
|
1980
|
+
<td class="no-print centered">
|
1981
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175434/2012-09-24" title="View map and all stops for the 1.39pm 120 service">Service information & map</a>
|
1982
|
+
</td>
|
1983
|
+
</tr>
|
1984
|
+
<tr>
|
1985
|
+
<td>
|
1986
|
+
<b>1.54pm </b><br />
|
1987
|
+
Garden City Shopping Centre station, platform D
|
1988
|
+
</td>
|
1989
|
+
<td>
|
1990
|
+
<b>2.43pm</b><br />
|
1991
|
+
Queen Street station, platform A4
|
1992
|
+
</td>
|
1993
|
+
<td class="no-print centered">
|
1994
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175574/2012-09-24" title="View map and all stops for the 1.54pm 120 service">Service information & map</a>
|
1995
|
+
</td>
|
1996
|
+
</tr>
|
1997
|
+
<tr>
|
1998
|
+
<td>
|
1999
|
+
<b>2.09pm </b><br />
|
2000
|
+
Garden City Shopping Centre station, platform D
|
2001
|
+
</td>
|
2002
|
+
<td>
|
2003
|
+
<b>2.58pm</b><br />
|
2004
|
+
Queen Street station, platform A4
|
2005
|
+
</td>
|
2006
|
+
<td class="no-print centered">
|
2007
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175716/2012-09-24" title="View map and all stops for the 2.09pm 120 service">Service information & map</a>
|
2008
|
+
</td>
|
2009
|
+
</tr>
|
2010
|
+
<tr>
|
2011
|
+
<td>
|
2012
|
+
<b>2.24pm </b><br />
|
2013
|
+
Garden City Shopping Centre station, platform D
|
2014
|
+
</td>
|
2015
|
+
<td>
|
2016
|
+
<b>3.13pm</b><br />
|
2017
|
+
Queen Street station, platform A4
|
2018
|
+
</td>
|
2019
|
+
<td class="no-print centered">
|
2020
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2175855/2012-09-24" title="View map and all stops for the 2.24pm 120 service">Service information & map</a>
|
2021
|
+
</td>
|
2022
|
+
</tr>
|
2023
|
+
<tr>
|
2024
|
+
<td>
|
2025
|
+
<b>2.39pm </b><br />
|
2026
|
+
Garden City Shopping Centre station, platform D
|
2027
|
+
</td>
|
2028
|
+
<td>
|
2029
|
+
<b>3.28pm</b><br />
|
2030
|
+
Queen Street station, platform A4
|
2031
|
+
</td>
|
2032
|
+
<td class="no-print centered">
|
2033
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2176002/2012-09-24" title="View map and all stops for the 2.39pm 120 service">Service information & map</a>
|
2034
|
+
</td>
|
2035
|
+
</tr>
|
2036
|
+
<tr>
|
2037
|
+
<td>
|
2038
|
+
<b>2.54pm </b><br />
|
2039
|
+
Garden City Shopping Centre station, platform D
|
2040
|
+
</td>
|
2041
|
+
<td>
|
2042
|
+
<b>3.43pm</b><br />
|
2043
|
+
Queen Street station, platform A4
|
2044
|
+
</td>
|
2045
|
+
<td class="no-print centered">
|
2046
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2176157/2012-09-24" title="View map and all stops for the 2.54pm 120 service">Service information & map</a>
|
2047
|
+
</td>
|
2048
|
+
</tr>
|
2049
|
+
<tr>
|
2050
|
+
<td>
|
2051
|
+
<b>3.09pm </b><br />
|
2052
|
+
Garden City Shopping Centre station, platform D
|
2053
|
+
</td>
|
2054
|
+
<td>
|
2055
|
+
<b>3.58pm</b><br />
|
2056
|
+
Queen Street station, platform A4
|
2057
|
+
</td>
|
2058
|
+
<td class="no-print centered">
|
2059
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2176319/2012-09-24" title="View map and all stops for the 3.09pm 120 service">Service information & map</a>
|
2060
|
+
</td>
|
2061
|
+
</tr>
|
2062
|
+
<tr>
|
2063
|
+
<td>
|
2064
|
+
<b>3.24pm </b><br />
|
2065
|
+
Garden City Shopping Centre station, platform D
|
2066
|
+
</td>
|
2067
|
+
<td>
|
2068
|
+
<b>4.13pm</b><br />
|
2069
|
+
Queen Street station, platform A4
|
2070
|
+
</td>
|
2071
|
+
<td class="no-print centered">
|
2072
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2176490/2012-09-24" title="View map and all stops for the 3.24pm 120 service">Service information & map</a>
|
2073
|
+
</td>
|
2074
|
+
</tr>
|
2075
|
+
<tr>
|
2076
|
+
<td>
|
2077
|
+
<b>3.39pm </b><br />
|
2078
|
+
Garden City Shopping Centre station, platform D
|
2079
|
+
</td>
|
2080
|
+
<td>
|
2081
|
+
<b>4.28pm</b><br />
|
2082
|
+
Queen Street station, platform A4
|
2083
|
+
</td>
|
2084
|
+
<td class="no-print centered">
|
2085
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2176655/2012-09-24" title="View map and all stops for the 3.39pm 120 service">Service information & map</a>
|
2086
|
+
</td>
|
2087
|
+
</tr>
|
2088
|
+
<tr>
|
2089
|
+
<td>
|
2090
|
+
<b>3.54pm </b><br />
|
2091
|
+
Garden City Shopping Centre station, platform D
|
2092
|
+
</td>
|
2093
|
+
<td>
|
2094
|
+
<b>4.43pm</b><br />
|
2095
|
+
Queen Street station, platform A4
|
2096
|
+
</td>
|
2097
|
+
<td class="no-print centered">
|
2098
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2176838/2012-09-24" title="View map and all stops for the 3.54pm 120 service">Service information & map</a>
|
2099
|
+
</td>
|
2100
|
+
</tr>
|
2101
|
+
<tr>
|
2102
|
+
<td>
|
2103
|
+
<b>4.09pm </b><br />
|
2104
|
+
Garden City Shopping Centre station, platform D
|
2105
|
+
</td>
|
2106
|
+
<td>
|
2107
|
+
<b>4.58pm</b><br />
|
2108
|
+
Queen Street station, platform A4
|
2109
|
+
</td>
|
2110
|
+
<td class="no-print centered">
|
2111
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2177015/2012-09-24" title="View map and all stops for the 4.09pm 120 service">Service information & map</a>
|
2112
|
+
</td>
|
2113
|
+
</tr>
|
2114
|
+
<tr>
|
2115
|
+
<td>
|
2116
|
+
<b>4.24pm </b><br />
|
2117
|
+
Garden City Shopping Centre station, platform D
|
2118
|
+
</td>
|
2119
|
+
<td>
|
2120
|
+
<b>5.13pm</b><br />
|
2121
|
+
Queen Street station, platform A4
|
2122
|
+
</td>
|
2123
|
+
<td class="no-print centered">
|
2124
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2177216/2012-09-24" title="View map and all stops for the 4.24pm 120 service">Service information & map</a>
|
2125
|
+
</td>
|
2126
|
+
</tr>
|
2127
|
+
<tr>
|
2128
|
+
<td>
|
2129
|
+
<b>4.39pm </b><br />
|
2130
|
+
Garden City Shopping Centre station, platform D
|
2131
|
+
</td>
|
2132
|
+
<td>
|
2133
|
+
<b>5.28pm</b><br />
|
2134
|
+
Queen Street station, platform A4
|
2135
|
+
</td>
|
2136
|
+
<td class="no-print centered">
|
2137
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2177434/2012-09-24" title="View map and all stops for the 4.39pm 120 service">Service information & map</a>
|
2138
|
+
</td>
|
2139
|
+
</tr>
|
2140
|
+
<tr>
|
2141
|
+
<td>
|
2142
|
+
<b>4.54pm </b><br />
|
2143
|
+
Garden City Shopping Centre station, platform D
|
2144
|
+
</td>
|
2145
|
+
<td>
|
2146
|
+
<b>5.43pm</b><br />
|
2147
|
+
Queen Street station, platform A4
|
2148
|
+
</td>
|
2149
|
+
<td class="no-print centered">
|
2150
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2177665/2012-09-24" title="View map and all stops for the 4.54pm 120 service">Service information & map</a>
|
2151
|
+
</td>
|
2152
|
+
</tr>
|
2153
|
+
<tr>
|
2154
|
+
<td>
|
2155
|
+
<b>5.09pm </b><br />
|
2156
|
+
Garden City Shopping Centre station, platform D
|
2157
|
+
</td>
|
2158
|
+
<td>
|
2159
|
+
<b>5.58pm</b><br />
|
2160
|
+
Queen Street station, platform A4
|
2161
|
+
</td>
|
2162
|
+
<td class="no-print centered">
|
2163
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2177894/2012-09-24" title="View map and all stops for the 5.09pm 120 service">Service information & map</a>
|
2164
|
+
</td>
|
2165
|
+
</tr>
|
2166
|
+
<tr>
|
2167
|
+
<td>
|
2168
|
+
<b>5.24pm </b><br />
|
2169
|
+
Garden City Shopping Centre station, platform D
|
2170
|
+
</td>
|
2171
|
+
<td>
|
2172
|
+
<b>6.13pm</b><br />
|
2173
|
+
Queen Street station, platform A4
|
2174
|
+
</td>
|
2175
|
+
<td class="no-print centered">
|
2176
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2178146/2012-09-24" title="View map and all stops for the 5.24pm 120 service">Service information & map</a>
|
2177
|
+
</td>
|
2178
|
+
</tr>
|
2179
|
+
<tr>
|
2180
|
+
<td>
|
2181
|
+
<b>5.39pm </b><br />
|
2182
|
+
Garden City Shopping Centre station, platform D
|
2183
|
+
</td>
|
2184
|
+
<td>
|
2185
|
+
<b>6.28pm</b><br />
|
2186
|
+
Queen Street station, platform A4
|
2187
|
+
</td>
|
2188
|
+
<td class="no-print centered">
|
2189
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2178370/2012-09-24" title="View map and all stops for the 5.39pm 120 service">Service information & map</a>
|
2190
|
+
</td>
|
2191
|
+
</tr>
|
2192
|
+
<tr>
|
2193
|
+
<td>
|
2194
|
+
<b>5.54pm </b><br />
|
2195
|
+
Garden City Shopping Centre station, platform D
|
2196
|
+
</td>
|
2197
|
+
<td>
|
2198
|
+
<b>6.43pm</b><br />
|
2199
|
+
Queen Street station, platform A4
|
2200
|
+
</td>
|
2201
|
+
<td class="no-print centered">
|
2202
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2178573/2012-09-24" title="View map and all stops for the 5.54pm 120 service">Service information & map</a>
|
2203
|
+
</td>
|
2204
|
+
</tr>
|
2205
|
+
<tr>
|
2206
|
+
<td>
|
2207
|
+
<b>6.09pm </b><br />
|
2208
|
+
Garden City Shopping Centre station, platform D
|
2209
|
+
</td>
|
2210
|
+
<td>
|
2211
|
+
<b>6.58pm</b><br />
|
2212
|
+
Queen Street station, platform A4
|
2213
|
+
</td>
|
2214
|
+
<td class="no-print centered">
|
2215
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2178756/2012-09-24" title="View map and all stops for the 6.09pm 120 service">Service information & map</a>
|
2216
|
+
</td>
|
2217
|
+
</tr>
|
2218
|
+
<tr>
|
2219
|
+
<td>
|
2220
|
+
<b>6.24pm </b><br />
|
2221
|
+
Garden City Shopping Centre station, platform D
|
2222
|
+
</td>
|
2223
|
+
<td>
|
2224
|
+
<b>7.13pm</b><br />
|
2225
|
+
Queen Street station, platform A4
|
2226
|
+
</td>
|
2227
|
+
<td class="no-print centered">
|
2228
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2178911/2012-09-24" title="View map and all stops for the 6.24pm 120 service">Service information & map</a>
|
2229
|
+
</td>
|
2230
|
+
</tr>
|
2231
|
+
<tr>
|
2232
|
+
<td>
|
2233
|
+
<b>6.39pm </b><br />
|
2234
|
+
Garden City Shopping Centre station, platform D
|
2235
|
+
</td>
|
2236
|
+
<td>
|
2237
|
+
<b>7.24pm</b><br />
|
2238
|
+
Queen Street station, platform A4
|
2239
|
+
</td>
|
2240
|
+
<td class="no-print centered">
|
2241
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179030/2012-09-24" title="View map and all stops for the 6.39pm 120 service">Service information & map</a>
|
2242
|
+
</td>
|
2243
|
+
</tr>
|
2244
|
+
<tr>
|
2245
|
+
<td>
|
2246
|
+
<b>6.54pm </b><br />
|
2247
|
+
Garden City Shopping Centre station, platform D
|
2248
|
+
</td>
|
2249
|
+
<td>
|
2250
|
+
<b>7.39pm</b><br />
|
2251
|
+
Queen Street station, platform A4
|
2252
|
+
</td>
|
2253
|
+
<td class="no-print centered">
|
2254
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179137/2012-09-24" title="View map and all stops for the 6.54pm 120 service">Service information & map</a>
|
2255
|
+
</td>
|
2256
|
+
</tr>
|
2257
|
+
<tr>
|
2258
|
+
<td>
|
2259
|
+
<b>7.09pm </b><br />
|
2260
|
+
Garden City Shopping Centre station, platform D
|
2261
|
+
</td>
|
2262
|
+
<td>
|
2263
|
+
<b>7.54pm</b><br />
|
2264
|
+
Queen Street station, platform A4
|
2265
|
+
</td>
|
2266
|
+
<td class="no-print centered">
|
2267
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179235/2012-09-24" title="View map and all stops for the 7.09pm 120 service">Service information & map</a>
|
2268
|
+
</td>
|
2269
|
+
</tr>
|
2270
|
+
<tr>
|
2271
|
+
<td>
|
2272
|
+
<b>7.24pm </b><br />
|
2273
|
+
Garden City Shopping Centre station, platform D
|
2274
|
+
</td>
|
2275
|
+
<td>
|
2276
|
+
<b>8.09pm</b><br />
|
2277
|
+
Queen Street station, platform A4
|
2278
|
+
</td>
|
2279
|
+
<td class="no-print centered">
|
2280
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179320/2012-09-24" title="View map and all stops for the 7.24pm 120 service">Service information & map</a>
|
2281
|
+
</td>
|
2282
|
+
</tr>
|
2283
|
+
<tr>
|
2284
|
+
<td>
|
2285
|
+
<b>7.39pm </b><br />
|
2286
|
+
Garden City Shopping Centre station, platform D
|
2287
|
+
</td>
|
2288
|
+
<td>
|
2289
|
+
<b>8.24pm</b><br />
|
2290
|
+
Queen Street station, platform A4
|
2291
|
+
</td>
|
2292
|
+
<td class="no-print centered">
|
2293
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179396/2012-09-24" title="View map and all stops for the 7.39pm 120 service">Service information & map</a>
|
2294
|
+
</td>
|
2295
|
+
</tr>
|
2296
|
+
<tr>
|
2297
|
+
<td>
|
2298
|
+
<b>7.54pm </b><br />
|
2299
|
+
Garden City Shopping Centre station, platform D
|
2300
|
+
</td>
|
2301
|
+
<td>
|
2302
|
+
<b>8.39pm</b><br />
|
2303
|
+
Queen Street station, platform A4
|
2304
|
+
</td>
|
2305
|
+
<td class="no-print centered">
|
2306
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179469/2012-09-24" title="View map and all stops for the 7.54pm 120 service">Service information & map</a>
|
2307
|
+
</td>
|
2308
|
+
</tr>
|
2309
|
+
<tr>
|
2310
|
+
<td>
|
2311
|
+
<b>8.09pm </b><br />
|
2312
|
+
Garden City Shopping Centre station, platform D
|
2313
|
+
</td>
|
2314
|
+
<td>
|
2315
|
+
<b>8.54pm</b><br />
|
2316
|
+
Queen Street station, platform A4
|
2317
|
+
</td>
|
2318
|
+
<td class="no-print centered">
|
2319
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179543/2012-09-24" title="View map and all stops for the 8.09pm 120 service">Service information & map</a>
|
2320
|
+
</td>
|
2321
|
+
</tr>
|
2322
|
+
<tr>
|
2323
|
+
<td>
|
2324
|
+
<b>8.24pm </b><br />
|
2325
|
+
Garden City Shopping Centre station, platform D
|
2326
|
+
</td>
|
2327
|
+
<td>
|
2328
|
+
<b>9.09pm</b><br />
|
2329
|
+
Queen Street station, platform A4
|
2330
|
+
</td>
|
2331
|
+
<td class="no-print centered">
|
2332
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179614/2012-09-24" title="View map and all stops for the 8.24pm 120 service">Service information & map</a>
|
2333
|
+
</td>
|
2334
|
+
</tr>
|
2335
|
+
<tr>
|
2336
|
+
<td>
|
2337
|
+
<b>8.39pm </b><br />
|
2338
|
+
Garden City Shopping Centre station, platform D
|
2339
|
+
</td>
|
2340
|
+
<td>
|
2341
|
+
<b>9.24pm</b><br />
|
2342
|
+
Queen Street station, platform A4
|
2343
|
+
</td>
|
2344
|
+
<td class="no-print centered">
|
2345
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179680/2012-09-24" title="View map and all stops for the 8.39pm 120 service">Service information & map</a>
|
2346
|
+
</td>
|
2347
|
+
</tr>
|
2348
|
+
<tr>
|
2349
|
+
<td>
|
2350
|
+
<b>8.54pm </b><br />
|
2351
|
+
Garden City Shopping Centre station, platform D
|
2352
|
+
</td>
|
2353
|
+
<td>
|
2354
|
+
<b>9.39pm</b><br />
|
2355
|
+
Queen Street station, platform A4
|
2356
|
+
</td>
|
2357
|
+
<td class="no-print centered">
|
2358
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179746/2012-09-24" title="View map and all stops for the 8.54pm 120 service">Service information & map</a>
|
2359
|
+
</td>
|
2360
|
+
</tr>
|
2361
|
+
<tr>
|
2362
|
+
<td>
|
2363
|
+
<b>9.09pm </b><br />
|
2364
|
+
Garden City Shopping Centre station, platform D
|
2365
|
+
</td>
|
2366
|
+
<td>
|
2367
|
+
<b>9.54pm</b><br />
|
2368
|
+
Queen Street station, platform A4
|
2369
|
+
</td>
|
2370
|
+
<td class="no-print centered">
|
2371
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179810/2012-09-24" title="View map and all stops for the 9.09pm 120 service">Service information & map</a>
|
2372
|
+
</td>
|
2373
|
+
</tr>
|
2374
|
+
<tr>
|
2375
|
+
<td>
|
2376
|
+
<b>9.24pm </b><br />
|
2377
|
+
Garden City Shopping Centre station, platform D
|
2378
|
+
</td>
|
2379
|
+
<td>
|
2380
|
+
<b>10.09pm</b><br />
|
2381
|
+
Queen Street station, platform A4
|
2382
|
+
</td>
|
2383
|
+
<td class="no-print centered">
|
2384
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179873/2012-09-24" title="View map and all stops for the 9.24pm 120 service">Service information & map</a>
|
2385
|
+
</td>
|
2386
|
+
</tr>
|
2387
|
+
<tr>
|
2388
|
+
<td>
|
2389
|
+
<b>9.39pm </b><br />
|
2390
|
+
Garden City Shopping Centre station, platform D
|
2391
|
+
</td>
|
2392
|
+
<td>
|
2393
|
+
<b>10.24pm</b><br />
|
2394
|
+
Queen Street station, platform A4
|
2395
|
+
</td>
|
2396
|
+
<td class="no-print centered">
|
2397
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179929/2012-09-24" title="View map and all stops for the 9.39pm 120 service">Service information & map</a>
|
2398
|
+
</td>
|
2399
|
+
</tr>
|
2400
|
+
<tr>
|
2401
|
+
<td>
|
2402
|
+
<b>9.54pm </b><br />
|
2403
|
+
Garden City Shopping Centre station, platform D
|
2404
|
+
</td>
|
2405
|
+
<td>
|
2406
|
+
<b>10.39pm</b><br />
|
2407
|
+
Queen Street station, platform A4
|
2408
|
+
</td>
|
2409
|
+
<td class="no-print centered">
|
2410
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2179989/2012-09-24" title="View map and all stops for the 9.54pm 120 service">Service information & map</a>
|
2411
|
+
</td>
|
2412
|
+
</tr>
|
2413
|
+
<tr>
|
2414
|
+
<td>
|
2415
|
+
<b>10.09pm </b><br />
|
2416
|
+
Garden City Shopping Centre station, platform D
|
2417
|
+
</td>
|
2418
|
+
<td>
|
2419
|
+
<b>10.54pm</b><br />
|
2420
|
+
Queen Street station, platform A4
|
2421
|
+
</td>
|
2422
|
+
<td class="no-print centered">
|
2423
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2180039/2012-09-24" title="View map and all stops for the 10.09pm 120 service">Service information & map</a>
|
2424
|
+
</td>
|
2425
|
+
</tr>
|
2426
|
+
<tr>
|
2427
|
+
<td>
|
2428
|
+
<b>10.24pm </b><br />
|
2429
|
+
Garden City Shopping Centre station, platform D
|
2430
|
+
</td>
|
2431
|
+
<td>
|
2432
|
+
<b>11.09pm</b><br />
|
2433
|
+
Queen Street station, platform A4
|
2434
|
+
</td>
|
2435
|
+
<td class="no-print centered">
|
2436
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2180098/2012-09-24" title="View map and all stops for the 10.24pm 120 service">Service information & map</a>
|
2437
|
+
</td>
|
2438
|
+
</tr>
|
2439
|
+
<tr>
|
2440
|
+
<td>
|
2441
|
+
<b>10.39pm </b><br />
|
2442
|
+
Garden City Shopping Centre station, platform D
|
2443
|
+
</td>
|
2444
|
+
<td>
|
2445
|
+
<b>11.24pm</b><br />
|
2446
|
+
Queen Street station, platform A4
|
2447
|
+
</td>
|
2448
|
+
<td class="no-print centered">
|
2449
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2180148/2012-09-24" title="View map and all stops for the 10.39pm 120 service">Service information & map</a>
|
2450
|
+
</td>
|
2451
|
+
</tr>
|
2452
|
+
<tr>
|
2453
|
+
<td>
|
2454
|
+
<b>5.39am Tuesday </b><br />
|
2455
|
+
Garden City Shopping Centre station, platform D
|
2456
|
+
</td>
|
2457
|
+
<td>
|
2458
|
+
<b>6.24am Tuesday</b><br />
|
2459
|
+
Queen Street station, platform A4
|
2460
|
+
</td>
|
2461
|
+
<td class="no-print centered">
|
2462
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170396/2012-09-25" title="View map and all stops for the 5.39am 120 service">Service information & map</a>
|
2463
|
+
</td>
|
2464
|
+
</tr>
|
2465
|
+
<tr>
|
2466
|
+
<td>
|
2467
|
+
<b>5.54am Tuesday </b><br />
|
2468
|
+
Garden City Shopping Centre station, platform D
|
2469
|
+
</td>
|
2470
|
+
<td>
|
2471
|
+
<b>6.39am Tuesday</b><br />
|
2472
|
+
Queen Street station, platform A4
|
2473
|
+
</td>
|
2474
|
+
<td class="no-print centered">
|
2475
|
+
<a class="map-link-top" href="/travel-information/network-information/service-information/inbound/9792/2170455/2012-09-25" title="View map and all stops for the 5.54am 120 service">Service information & map</a>
|
2476
|
+
</td>
|
2477
|
+
</tr>
|
2478
|
+
</tbody>
|
2479
|
+
</table>
|
2480
|
+
<p>Suburbs: City, Coopers Plains, Greenslopes, Nathan, Salisbury, South Brisbane, Tarragindi, Upper Mount Gravatt, Woolloongabba</p>
|
2481
|
+
</div>
|
2482
|
+
</div>
|
2483
|
+
|
2484
|
+
|
2485
|
+
</div>
|
2486
|
+
<div id="content-right-column" class="clearfix">
|
2487
|
+
|
2488
|
+
<div class="panel first">
|
2489
|
+
<h2>Printable timetables</h2>
|
2490
|
+
<div class="printable-timetable">
|
2491
|
+
<p>
|
2492
|
+
<a href="http://translink.com.au/resources/travel-information/network-information/timetables/120630-p119,120.pdf" target="_blank">route P119, 120 (PDF, 1669 KB)</a><br />
|
2493
|
+
Effective from Monday 30 July 2012
|
2494
|
+
</p>
|
2495
|
+
</div>
|
2496
|
+
</div>
|
2497
|
+
|
2498
|
+
<div class="panel">
|
2499
|
+
<h2>Stops along this route</h2>
|
2500
|
+
<p><strong>Please note:</strong> not all services use all stops. View individual service details for specific stops.</p>
|
2501
|
+
<div class="route-timetable-stops">
|
2502
|
+
<h3>Outbound</h3>
|
2503
|
+
<ul>
|
2504
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/000999">Queen Street station, platform A4</a></li>
|
2505
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/011168">Cultural Centre station Platform 2</a></li>
|
2506
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010807">South Bank Busway station platform 2</a></li>
|
2507
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010809">Mater Hill station Platform 2</a></li>
|
2508
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010813">Buranda Busway Platform 2</a></li>
|
2509
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/003780">Earl St at Thompson Estate, stop 17</a></li>
|
2510
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/003000">Ekibin Rd E at Ekibin, stop 30</a></li>
|
2511
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002994">Sexton St near Effingham St</a></li>
|
2512
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002987">Toohey Rd at Denham Terrace, stop 44/41</a></li>
|
2513
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002979">Toohey Rd at Wellers Hill School, stop 47a</a></li>
|
2514
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002309">Toohey Rd at Tarragindi, stop 44/48</a></li>
|
2515
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002318">Toohey Rd at Toohey Forest, stop 53</a></li>
|
2516
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004930">Orange Grove Rd at Dulcie Street, stop 52</a></li>
|
2517
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004945">Orange Grove Rd at Salisbury East, stop 51</a></li>
|
2518
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004955">Orange Grove Rd at QG Laboratory</a></li>
|
2519
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/005580">Musgrave Rd at Boundary Street</a></li>
|
2520
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/005577">Troughton Rd at Musgrave Road, stop 39</a></li>
|
2521
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010314">Troughton Rd at QEII Hospital, stop 37</a></li>
|
2522
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010442">Griffith University, stop C</a></li>
|
2523
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006545">University Rd at Mt Gravatt Cemetery</a></li>
|
2524
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006543">Klumpp Rd at Hibiscus</a></li>
|
2525
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010950">Klumpp Rd near Logan Rd, stop 44</a></li>
|
2526
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006462">Logan Rd at Kessels Corner, stop 43</a></li>
|
2527
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006512">Garden City Shopping Centre station, platform D</a></li>
|
2528
|
+
</ul>
|
2529
|
+
</div>
|
2530
|
+
<div class="route-timetable-stops">
|
2531
|
+
<h3>Inbound</h3>
|
2532
|
+
<ul>
|
2533
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006512">Garden City Shopping Centre station, platform D</a></li>
|
2534
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006465">Logan Rd at Kessels Corner, stop 44</a></li>
|
2535
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010838">Klumpp Rd at Clairvaux-MacKillop College</a></li>
|
2536
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006548">Klumpp Rd at Hibiscus</a></li>
|
2537
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/006544">University Rd at Mt Gravatt Cemetery</a></li>
|
2538
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010434">Griffith University, stop A</a></li>
|
2539
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010306">Troughton Rd at QEII Hospital</a></li>
|
2540
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004950">Musgrave Rd at Musgrave Road, stop 53</a></li>
|
2541
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/005579">Musgrave Rd at Boundary Street, stop 54a</a></li>
|
2542
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004954">Orange Grove Rd at QG Laboratory</a></li>
|
2543
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004942">Orange Grove Rd at Salisbury East, stop 51</a></li>
|
2544
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/004929">Orange Grove Rd at Dulcie Street, stop 52</a></li>
|
2545
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002316">Toohey Rd at Toohey Forest, stop 53</a></li>
|
2546
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002310">Toohey Rd at Tarragindi, stop 44/48</a></li>
|
2547
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002980">Toohey Rd at Wellers Hill School, stop 47a</a></li>
|
2548
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002986">Toohey Rd at Denham Terrace, stop 44/41</a></li>
|
2549
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002995">Sexton St near Effingham St</a></li>
|
2550
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/002999">Ekibin Rd E at Ekibin, stop 30</a></li>
|
2551
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/003779">Earl St at Thompson Estate, stop 17</a></li>
|
2552
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010814">Buranda Busway Platform 1</a></li>
|
2553
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010808">Mater Hill Station Platform 1</a></li>
|
2554
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010806">South Bank Busway station Platform 1</a></li>
|
2555
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/010802">Cultural Centre station platform 1</a></li>
|
2556
|
+
<li><a href="/travel-information/network-information/stops-and-stations/stop/000999">Queen Street station, platform A4</a></li>
|
2557
|
+
</ul>
|
2558
|
+
</div>
|
2559
|
+
</div>
|
2560
|
+
|
2561
|
+
</div>
|
2562
|
+
</div>
|
2563
|
+
<a id="footer-shortcut" tabindex="0"></a>
|
2564
|
+
<div id="footer">
|
2565
|
+
<div id="footer-nav">
|
2566
|
+
<div id="footer-travelinfo" class="footer-links leftalign">
|
2567
|
+
<h2>Travel Information</h2>
|
2568
|
+
<div class="underline"> </div>
|
2569
|
+
<ul>
|
2570
|
+
<li>
|
2571
|
+
<a href="/travel-information/journey-planner" title="Plan your journey">Journey planner</a>
|
2572
|
+
</li>
|
2573
|
+
<li>
|
2574
|
+
<a href="http://translink.com.au/travel-information/network-information" title="View information about our network">Network information</a>
|
2575
|
+
</li>
|
2576
|
+
<li>
|
2577
|
+
<a href="http://translink.com.au/travel-information/network-information/maps" title="See our maps">
|
2578
|
+
Maps
|
2579
|
+
</a>
|
2580
|
+
</li>
|
2581
|
+
<li>
|
2582
|
+
<a href="/travel-information/service-updates" title="View current status and upcoming changes">Service updates</a>
|
2583
|
+
</li>
|
2584
|
+
<li>
|
2585
|
+
<a href="http://translink.com.au/travel-information/how-to" title="Travel information how to guides">
|
2586
|
+
How to…
|
2587
|
+
</a>
|
2588
|
+
</li>
|
2589
|
+
</ul>
|
2590
|
+
<ul>
|
2591
|
+
<li><a href="http://translink.com.au/travel-information" title="More travel information">
|
2592
|
+
More travel information</a></li>
|
2593
|
+
</ul>
|
2594
|
+
</div>
|
2595
|
+
<div id="footer-tickets" class="footer-links leftalign">
|
2596
|
+
<h2>Tickets and fares</h2>
|
2597
|
+
<div class="underline"> </div>
|
2598
|
+
<ul>
|
2599
|
+
<li>
|
2600
|
+
<a href="http://translink.com.au/tickets-and-fares/go-card" title="View information about go card"><i>go</i> card</a>
|
2601
|
+
</li>
|
2602
|
+
<li>
|
2603
|
+
<a href="http://translink.com.au/tickets-and-fares/other-tickets" title="View information about our other tickets and passes">Other tickets</a>
|
2604
|
+
</li>
|
2605
|
+
<li>
|
2606
|
+
<a href="http://translink.com.au/tickets-and-fares/fares" title="View information about fares">Fares</a>
|
2607
|
+
</li>
|
2608
|
+
<li><a href="http://translink.com.au/tickets-and-fares/how-to" title="Ticket and fares how to guides">
|
2609
|
+
How to…</a></li>
|
2610
|
+
</ul>
|
2611
|
+
<ul>
|
2612
|
+
<li><a href="http://translink.com.au/tickets-and-fares" title="More on tickets and fares">More on tickets and fares</a></li>
|
2613
|
+
</ul>
|
2614
|
+
</div>
|
2615
|
+
<div id="footer-about" class="leftalign">
|
2616
|
+
<h2>About TransLink</h2>
|
2617
|
+
<div class="underline"> </div>
|
2618
|
+
<ul>
|
2619
|
+
<li>
|
2620
|
+
<a href="http://translink.com.au/about-translink/who-we-are" title="Find out more about who we are">Who we are</a>
|
2621
|
+
</li>
|
2622
|
+
<li>
|
2623
|
+
<a href="http://translink.com.au/about-translink/what-we-do" title="See what we do">What we do</a>
|
2624
|
+
</li>
|
2625
|
+
<li>
|
2626
|
+
<a href="http://translink.com.au/about-translink/what-we-do/public-transport-planning" title="See what we've got planned for the future">Our future plans</a>
|
2627
|
+
</li>
|
2628
|
+
<li>
|
2629
|
+
<a href="http://translink.com.au/about-translink/our-service-area" title="View information about where we operate">Our service area</a>
|
2630
|
+
</li>
|
2631
|
+
<li>
|
2632
|
+
<a href="http://translink.com.au/about-translink/reporting-and-publications" title="View our reports and publications">Reporting and publications</a>
|
2633
|
+
</li>
|
2634
|
+
</ul>
|
2635
|
+
<ul>
|
2636
|
+
<li>
|
2637
|
+
<a href="http://translink.com.au/about-translink" title="More about TransLink">More about TransLink</a>
|
2638
|
+
</li>
|
2639
|
+
</ul>
|
2640
|
+
</div>
|
2641
|
+
<div id="footer-searchbox" class="rightalign">
|
2642
|
+
<h2 id="cantfindheading">
|
2643
|
+
Can't find what you're looking for? Try…</h2>
|
2644
|
+
<form action="http://pan.search.qld.gov.au/search/search.cgi" class="searchform" id="footer-search" name="footer-search">
|
2645
|
+
<fieldset>
|
2646
|
+
<legend class="access">Search the TransLink website</legend>
|
2647
|
+
<input type="hidden" name="num_ranks" value="10" />
|
2648
|
+
<input type="hidden" name="tiers" value="off" />
|
2649
|
+
<input type="hidden" name="collection" value="qld-gov" />
|
2650
|
+
<input type="hidden" name="profile" value="translink" />
|
2651
|
+
<p>
|
2652
|
+
<label for="searchbox2" id="searchlabel2">Search site…</label>
|
2653
|
+
<input type="text" name="query" id="searchbox2" value="" class="searchfield" autocomplete="off" placeholder="Search site…" /><input type="submit" value="Search" class="searchbutton" id="footersearch-button" />
|
2654
|
+
</p>
|
2655
|
+
</fieldset>
|
2656
|
+
</form>
|
2657
|
+
<ul id="footer-courtesy">
|
2658
|
+
<li><a href="http://translink.com.au/utils/goto/context/mobile" title="View the website on your mobile">Mobile site</a></li>
|
2659
|
+
<li><a href="http://translink.com.au/tickets-and-fares/go-card/online" title="go card"><i>go</i> card login</a></li>
|
2660
|
+
<li><a href="http://translink.com.au/site-information/site-map" title="An overview of the entire TransLink website">Site map</a></li>
|
2661
|
+
<li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help" title="Call us on 13 12 30, e-mail us, see us in person, follow us on Twitter, or send us a letter.">Contact us & help</a></li>
|
2662
|
+
</ul>
|
2663
|
+
</div>
|
2664
|
+
</div>
|
2665
|
+
<div id="footer-languages" class="text-shadow-dark">
|
2666
|
+
<h2>Information in your language</h2>
|
2667
|
+
<ul id="section-other-languages" class="clearfix">
|
2668
|
+
<li class="first"><a href="http://translink.com.au/site-information/languages/arabic" title="Arabic"><span dir="rtl">العربية</span></a></li>
|
2669
|
+
<li><a href="http://translink.com.au/site-information/languages/chinese" title="Chinese">简体中文</a></li>
|
2670
|
+
<li><a href="http://translink.com.au/site-information/languages/french" title="French">Français</a></li>
|
2671
|
+
<li><a href="http://translink.com.au/site-information/languages/german" title="German">Deutsch</a></li>
|
2672
|
+
<li><a href="http://translink.com.au/site-information/languages/greek" title="Greek">ελληνικά</a></li>
|
2673
|
+
<li><a href="http://translink.com.au/site-information/languages/italian" title="Italian">Italiano</a></li>
|
2674
|
+
<li><a href="http://translink.com.au/site-information/languages/japanese" title="Japanese">日本語</a></li>
|
2675
|
+
<li><a href="http://translink.com.au/site-information/languages/korean" title="Korean">한국어</a></li>
|
2676
|
+
<li><a href="http://translink.com.au/site-information/languages/serbian" title="Serbian">Српски</a></li>
|
2677
|
+
<li><a href="http://translink.com.au/site-information/languages/spanish" title="Spanish">Español</a></li>
|
2678
|
+
<li><a href="http://translink.com.au/site-information/languages/vietnamese" title="Vietnamese">Việt Ngữ</a></li>
|
2679
|
+
</ul>
|
2680
|
+
</div>
|
2681
|
+
<div id="footer-end">
|
2682
|
+
<ul id="section-footer-links">
|
2683
|
+
<li><a href="http://translink.com.au/site-information/legal/copyright" title="Copyright">Copyright</a></li>
|
2684
|
+
<li><a href="http://translink.com.au/site-information/legal/disclaimer" title="Disclaimer">Disclaimer</a></li>
|
2685
|
+
<li><a href="http://translink.com.au/site-information/legal/privacy" title="Privacy">Privacy</a></li>
|
2686
|
+
<li><a href="http://translink.com.au/about-translink/reporting-and-publications/right-to-information" title="Right to information">Right to information</a></li>
|
2687
|
+
<li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help/website-help" title="Website help">Website help</a></li>
|
2688
|
+
</ul>
|
2689
|
+
<p>© TransLink Transit Authority 2012 <span style="color: #999;">v2.2.3.40</span></p>
|
2690
|
+
</div>
|
2691
|
+
</div>
|
2692
|
+
</div>
|
2693
|
+
</div>
|
2694
|
+
</div>
|
2695
|
+
|
2696
|
+
<script type="text/javascript">
|
2697
|
+
$(document).ready(function () {
|
2698
|
+
$(".route-timetable:first").before($("<div/>").addClass("tabbed-div").attr("id", "timetable-selection"));
|
2699
|
+
$(".route-timetable h3").each(function () {
|
2700
|
+
$("#timetable-selection").append($("<a/>").attr("href", "#").text($(this).text()));
|
2701
|
+
$(this).parent().hide();
|
2702
|
+
$(this).remove();
|
2703
|
+
});
|
2704
|
+
$("#timetable-selection a").click(function (ev) {
|
2705
|
+
ev.preventDefault();
|
2706
|
+
$("#timetable-selection a").not(this).removeClass("selected");
|
2707
|
+
$(this).addClass("selected");
|
2708
|
+
$(".route-timetable, .route-timetable-stops").hide();
|
2709
|
+
$(".route-timetable:eq(" + $("#timetable-selection a").index(this) + "), .route-timetable-stops:eq(" + $("#timetable-selection a").index(this) + ")").show();
|
2710
|
+
});
|
2711
|
+
$("#timetable-selection a:first").click();
|
2712
|
+
});
|
2713
|
+
</script>
|
2714
|
+
|
2715
|
+
<script type="text/javascript">
|
2716
|
+
var _gaq = _gaq || [];
|
2717
|
+
_gaq.push(['_setAccount', 'UA-18464408-1']);
|
2718
|
+
_gaq.push(['_setDomainName', '.translink.com.au']);
|
2719
|
+
_gaq.push(['_trackPageview', '/travel-information/network-information/buses/120/2012-09-24']);
|
2720
|
+
(function () {
|
2721
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
2722
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
2723
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
2724
|
+
})();
|
2725
|
+
</script>
|
2726
|
+
</body>
|
2727
|
+
</html>
|