zwift-data 1.9.1 → 1.9.2
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.
- package/lib/cjs/segments.js +806 -805
- package/lib/esm/segments.js +806 -805
- package/lib/types/achievements.d.ts +2 -2
- package/lib/types/types.d.ts +1 -1
- package/package.json +1 -1
package/lib/cjs/segments.js
CHANGED
|
@@ -1,811 +1,812 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.segments = void 0;
|
|
4
|
+
// prettier-ignore
|
|
4
5
|
exports.segments = [
|
|
5
6
|
{
|
|
6
|
-
name: "Ballon Sprint",
|
|
7
|
-
slug: "ballon-sprint",
|
|
8
|
-
type: "sprint",
|
|
9
|
-
world: "france",
|
|
10
|
-
distance: 0.212,
|
|
11
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/ballon-sprint/forward"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: "Ballon Sprint Rev.",
|
|
15
|
-
slug: "ballon-sprint-rev",
|
|
16
|
-
type: "sprint",
|
|
17
|
-
world: "france",
|
|
18
|
-
stravaSegmentId: 24700963,
|
|
19
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24700963",
|
|
20
|
-
distance: 0.325,
|
|
21
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/ballon-sprint-reverse/reverse"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
name: "Broad St.",
|
|
25
|
-
slug: "broad-st",
|
|
26
|
-
type: "sprint",
|
|
27
|
-
world: "richmond",
|
|
28
|
-
distance: 0.283,
|
|
29
|
-
stravaSegmentId: 12128880,
|
|
30
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128880",
|
|
31
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/broad-st/forward"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
name: "Broad St. Rev.",
|
|
35
|
-
slug: "broad-st-rev",
|
|
36
|
-
type: "sprint",
|
|
37
|
-
world: "richmond",
|
|
38
|
-
distance: 0.064,
|
|
39
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/broad-st/reverse"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
name: "Fuego Flats",
|
|
43
|
-
slug: "fuego-flats",
|
|
44
|
-
type: "sprint",
|
|
45
|
-
world: "watopia",
|
|
46
|
-
stravaSegmentId: 20350107,
|
|
47
|
-
stravaSegmentUrl: "https://www.strava.com/segments/20350107",
|
|
48
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/fuego-flats/forward",
|
|
49
|
-
distance: 0.496
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
name: "Fuego Flats Rev.",
|
|
53
|
-
slug: "fuego-flats-rev",
|
|
54
|
-
type: "segment",
|
|
55
|
-
world: "watopia",
|
|
56
|
-
stravaSegmentId: 12109228,
|
|
57
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12109228",
|
|
58
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/fuego-flats-reverse/reverse",
|
|
59
|
-
distance: 7.1
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
name: "Innsbruck Sprint",
|
|
63
|
-
slug: "innsbruck-sprint",
|
|
64
|
-
type: "sprint",
|
|
65
|
-
world: "innsbruck",
|
|
66
|
-
distance: 0.3,
|
|
67
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/innsbruck/segment/sprint/forward"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
name: "Innsbruck Sprint Rev.",
|
|
71
|
-
slug: "innsbruck-sprint-rev",
|
|
72
|
-
type: "sprint",
|
|
73
|
-
world: "innsbruck",
|
|
74
|
-
distance: 0.2,
|
|
75
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/innsbruck/segment/sprint/reverse"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
name: "Lutece Sprint",
|
|
79
|
-
slug: "lutece-sprint",
|
|
80
|
-
type: "sprint",
|
|
81
|
-
world: "paris",
|
|
82
|
-
distance: 0.148,
|
|
83
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/paris/segment/lutece-sprint/forward"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
name: "Lutece Sprint Rev.",
|
|
87
|
-
slug: "lutece-sprint-rev",
|
|
88
|
-
type: "sprint",
|
|
89
|
-
world: "paris",
|
|
90
|
-
distance: 0.225,
|
|
91
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/paris/segment/lutece-reverse-sprint/reverse"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
name: "Marina Sprint",
|
|
95
|
-
slug: "marina-sprint",
|
|
96
|
-
type: "sprint",
|
|
97
|
-
world: "france",
|
|
98
|
-
stravaSegmentId: 24710590,
|
|
99
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24710590",
|
|
100
|
-
distance: 0.338,
|
|
101
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/marina-sprint/forward"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
name: "Marina Sprint Rev.",
|
|
105
|
-
slug: "marina-sprint-rev",
|
|
106
|
-
type: "sprint",
|
|
107
|
-
world: "france",
|
|
108
|
-
distance: 0.193,
|
|
109
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/marina-sprint-reverse/reverse"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
name: "Richmond Sprint",
|
|
113
|
-
slug: "richmond-sprint",
|
|
114
|
-
type: "sprint",
|
|
115
|
-
world: "richmond",
|
|
116
|
-
distance: 0.221,
|
|
117
|
-
stravaSegmentId: 12128762,
|
|
118
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128762",
|
|
119
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/sprint/forward"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: "Richmond Sprint Rev.",
|
|
123
|
-
slug: "richmond-sprint-rev",
|
|
124
|
-
type: "sprint",
|
|
125
|
-
world: "richmond",
|
|
126
|
-
distance: 0.203,
|
|
127
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/sprint/reverse"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
name: "New York Sprint",
|
|
131
|
-
slug: "new-york-sprint",
|
|
132
|
-
type: "sprint",
|
|
133
|
-
world: "new-york",
|
|
134
|
-
distance: 0.15,
|
|
135
|
-
avgIncline: -4.3,
|
|
136
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/new-york/segment/ny-sprint/forward"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
name: "New York Sprint Rev.",
|
|
140
|
-
slug: "new-york-sprint-rev",
|
|
141
|
-
type: "climb",
|
|
142
|
-
world: "new-york",
|
|
143
|
-
distance: 0.23,
|
|
144
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: "Pav\\xe9 Sprint",
|
|
148
|
-
slug: "pave-sprint",
|
|
149
|
-
type: "sprint",
|
|
150
|
-
world: "france",
|
|
151
|
-
distance: 0.333,
|
|
152
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/pave-sprint/forward"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
name: "Pav\\xe9 Sprint Rev.",
|
|
156
|
-
slug: "pave-sprint-rev",
|
|
157
|
-
type: "sprint",
|
|
158
|
-
world: "france",
|
|
159
|
-
distance: 0.334,
|
|
160
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/pave-sprint-reverse/reverse"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
name: "London Sprint",
|
|
164
|
-
slug: "london-sprint",
|
|
165
|
-
type: "sprint",
|
|
166
|
-
world: "london",
|
|
167
|
-
distance: 0.2,
|
|
168
|
-
stravaSegmentId: 12749377,
|
|
169
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12749377",
|
|
170
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/sprint/forward"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
name: "London Sprint Rev.",
|
|
174
|
-
slug: "london-sprint-rev",
|
|
175
|
-
type: "sprint",
|
|
176
|
-
world: "london",
|
|
177
|
-
distance: 0.2,
|
|
178
|
-
stravaSegmentId: 12749402,
|
|
179
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12749402",
|
|
180
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/sprint/reverse"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
name: "Watopia Sprint",
|
|
184
|
-
slug: "watopia-sprint",
|
|
185
|
-
type: "sprint",
|
|
186
|
-
world: "watopia",
|
|
187
|
-
stravaSegmentId: 12109305,
|
|
188
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12109305",
|
|
189
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/sprint/forward",
|
|
190
|
-
distance: 0.36
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
name: "Watopia Sprint Rev.",
|
|
194
|
-
slug: "watopia-sprint-rev",
|
|
195
|
-
type: "sprint",
|
|
196
|
-
world: "watopia",
|
|
197
|
-
stravaSegmentId: 12109228,
|
|
198
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12109228",
|
|
199
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/sprint/reverse",
|
|
200
|
-
distance: 0.2
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
name: "Yorkshire Sprint",
|
|
204
|
-
slug: "yorkshire-sprint",
|
|
205
|
-
type: "sprint",
|
|
206
|
-
world: "yorkshire",
|
|
207
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-sprint/forward",
|
|
208
|
-
distance: 0.25
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
name: "Yorkshire Sprint Rev.",
|
|
212
|
-
slug: "yorkshire-sprint-rev",
|
|
213
|
-
type: "sprint",
|
|
214
|
-
world: "yorkshire",
|
|
215
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-sprint-reverse/reverse",
|
|
216
|
-
distance: 0.4,
|
|
217
|
-
stravaSegmentId: 21748007,
|
|
218
|
-
stravaSegmentUrl: "https://www.strava.com/segments/21748007"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
name: "Alpe du Zwift",
|
|
222
|
-
slug: "alpe-du-zwift",
|
|
223
|
-
type: "climb",
|
|
224
|
-
world: "watopia",
|
|
225
|
-
climbType: "HC",
|
|
226
|
-
distance: 12.44,
|
|
227
|
-
avgIncline: 8.5,
|
|
228
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/alpe-du-zwift/forward",
|
|
229
|
-
stravaSegmentUrl: "https://www.strava.com/segments/17267489",
|
|
230
|
-
stravaSegmentId: 17267489
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
name: "Epic KOM",
|
|
234
|
-
slug: "epic-kom",
|
|
235
|
-
type: "climb",
|
|
236
|
-
world: "watopia",
|
|
237
|
-
climbType: "2",
|
|
238
|
-
distance: 9.49,
|
|
239
|
-
avgIncline: 4,
|
|
240
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/epic-kom/forward",
|
|
241
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16784833",
|
|
242
|
-
stravaSegmentId: 16784833
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
name: "Epic KOM Rev.",
|
|
246
|
-
slug: "epic-kom-rev",
|
|
247
|
-
type: "climb",
|
|
248
|
-
world: "watopia",
|
|
249
|
-
climbType: "2",
|
|
250
|
-
distance: 6.27,
|
|
251
|
-
avgIncline: 6.3,
|
|
252
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/epic-kom/reverse",
|
|
253
|
-
stravaSegmentId: 16784850,
|
|
254
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16784850"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
name: "Hilly Loop",
|
|
258
|
-
slug: "hilly-loop",
|
|
259
|
-
type: "segment",
|
|
260
|
-
world: "watopia",
|
|
261
|
-
distance: 9.01,
|
|
262
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/hilly-loop/forward",
|
|
263
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12118362",
|
|
264
|
-
stravaSegmentId: 12118362
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
name: "Hilly Loop Rev.",
|
|
268
|
-
slug: "hilly-loop-rev",
|
|
269
|
-
type: "segment",
|
|
270
|
-
world: "watopia",
|
|
271
|
-
distance: 9.01,
|
|
272
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/hilly-loop/reverse",
|
|
273
|
-
stravaSegmentId: 12128037,
|
|
274
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128037"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
name: "Jungle Loop",
|
|
278
|
-
slug: "jungle-loop",
|
|
279
|
-
type: "segment",
|
|
280
|
-
world: "watopia",
|
|
281
|
-
distance: 7.8,
|
|
282
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/jungle-loop/forward",
|
|
283
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16359363",
|
|
284
|
-
stravaSegmentId: 16359363
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
name: "Jungle Loop Rev.",
|
|
288
|
-
slug: "jungle-loop-rev",
|
|
289
|
-
type: "segment",
|
|
290
|
-
world: "watopia",
|
|
291
|
-
distance: 7.8,
|
|
292
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/jungle-loop/reverse",
|
|
293
|
-
stravaSegmentId: 16359371,
|
|
294
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16359371"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
name: "Titans Grove KOM",
|
|
298
|
-
slug: "titans-grove-kom",
|
|
299
|
-
type: "climb",
|
|
300
|
-
world: "watopia",
|
|
301
|
-
distance: 2.6,
|
|
302
|
-
avgIncline: 2.2,
|
|
303
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/titans-grove-kom/forward",
|
|
304
|
-
stravaSegmentId: 21343975,
|
|
305
|
-
stravaSegmentUrl: "https://www.strava.com/segments/21343975"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
name: "Titans Grove KOM Rev.",
|
|
309
|
-
slug: "titans-grove-kom-rev",
|
|
310
|
-
type: "climb",
|
|
311
|
-
world: "watopia",
|
|
312
|
-
distance: 0.89,
|
|
313
|
-
avgIncline: 6.6,
|
|
314
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/titans-grove-kom/reverse",
|
|
315
|
-
stravaSegmentId: 21343961,
|
|
316
|
-
stravaSegmentUrl: "https://www.strava.com/segments/21343961"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
name: "Volcano Circuit",
|
|
320
|
-
slug: "volcano-circuit",
|
|
321
|
-
type: "segment",
|
|
322
|
-
world: "watopia",
|
|
323
|
-
distance: 4.2,
|
|
324
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/volcano/forward",
|
|
325
|
-
stravaSegmentUrl: "https://www.strava.com/segments/14032406",
|
|
326
|
-
stravaSegmentId: 14032406
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
name: "Volcano Circuit Rev.",
|
|
330
|
-
slug: "volcano-circuit-rev",
|
|
331
|
-
type: "segment",
|
|
332
|
-
world: "watopia",
|
|
333
|
-
distance: 4.2,
|
|
334
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/volcano/reverse",
|
|
335
|
-
stravaSegmentId: 14032426,
|
|
336
|
-
stravaSegmentUrl: "https://www.strava.com/segments/14032426"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
name: "Volcano KOM",
|
|
340
|
-
slug: "volcano-kom",
|
|
341
|
-
type: "climb",
|
|
342
|
-
world: "watopia",
|
|
343
|
-
distance: 3.75,
|
|
344
|
-
avgIncline: 3.2,
|
|
345
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/volcano-kom/forward",
|
|
346
|
-
stravaSegmentId: 14270131,
|
|
347
|
-
stravaSegmentUrl: "https://www.strava.com/segments/14270131"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
name: "Zwift KOM",
|
|
351
|
-
slug: "zwift-kom",
|
|
352
|
-
type: "climb",
|
|
353
|
-
world: "watopia",
|
|
354
|
-
distance: 0.9,
|
|
355
|
-
avgIncline: 5,
|
|
356
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/zwift-kom/forward",
|
|
357
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12109030",
|
|
358
|
-
stravaSegmentId: 12109030
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
name: "Zwift KOM Rev.",
|
|
362
|
-
slug: "zwift-kom-rev",
|
|
363
|
-
type: "climb",
|
|
364
|
-
world: "watopia",
|
|
365
|
-
distance: 2.4,
|
|
366
|
-
avgIncline: 2,
|
|
367
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/watopia/segment/zwift-kom/reverse",
|
|
368
|
-
stravaSegmentId: 12128029,
|
|
369
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128029"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
name: "Bologna TT",
|
|
373
|
-
slug: "bologna-tt",
|
|
374
|
-
type: "climb",
|
|
375
|
-
world: "bologna",
|
|
376
|
-
distance: 8,
|
|
377
|
-
avgIncline: 2.8,
|
|
378
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/bologna-tt/segment/bologna-tt/forward",
|
|
379
|
-
stravaSegmentId: 20560239,
|
|
380
|
-
stravaSegmentUrl: "https://www.strava.com/segments/20560239"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
name: "Central Park Loop Rev.",
|
|
384
|
-
slug: "central-park-loop-rev",
|
|
385
|
-
type: "segment",
|
|
386
|
-
world: "new-york",
|
|
387
|
-
distance: 9.7,
|
|
388
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/new-york/segment/central-park-loop/reverse",
|
|
389
|
-
stravaSegmentUrl: "https://www.strava.com/segments/19170661",
|
|
390
|
-
stravaSegmentId: 19170661
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
name: "New York KOM",
|
|
394
|
-
slug: "new-york-kom",
|
|
395
|
-
type: "climb",
|
|
396
|
-
world: "new-york",
|
|
397
|
-
distance: 1.4,
|
|
398
|
-
avgIncline: 6.1,
|
|
399
|
-
climbType: "4",
|
|
400
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/new-york/segment/new-york-kom/forward",
|
|
401
|
-
stravaSegmentUrl: "https://www.strava.com/segments/19141090",
|
|
402
|
-
stravaSegmentId: 19141090
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
name: "New York KOM Rev.",
|
|
406
|
-
slug: "new-york-kom-rev",
|
|
407
|
-
type: "climb",
|
|
408
|
-
world: "new-york",
|
|
409
|
-
distance: 1.1,
|
|
410
|
-
avgIncline: 5.7,
|
|
411
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/new-york/segment/new-york-kom/reverse",
|
|
412
|
-
stravaSegmentId: 19141092,
|
|
413
|
-
stravaSegmentUrl: "https://www.strava.com/segments/19141092"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
name: "23rd St.",
|
|
417
|
-
slug: "23rd-st",
|
|
418
|
-
type: "climb",
|
|
419
|
-
world: "richmond",
|
|
420
|
-
distance: 0.275,
|
|
421
|
-
avgIncline: 10,
|
|
422
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/23rd-st/forward",
|
|
423
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128917",
|
|
424
|
-
stravaSegmentId: 12128917
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
name: "23rd St. Rev",
|
|
428
|
-
slug: "23rd-st-rev",
|
|
429
|
-
type: "climb",
|
|
430
|
-
world: "richmond",
|
|
431
|
-
distance: 1.1,
|
|
432
|
-
avgIncline: 3.5,
|
|
433
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/23rd-st/reverse",
|
|
434
|
-
stravaSegmentId: 22813206,
|
|
435
|
-
stravaSegmentUrl: "https://www.strava.com/segments/22813206"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
name: "Richmond KOM",
|
|
439
|
-
slug: "richmond-kom",
|
|
440
|
-
type: "climb",
|
|
441
|
-
distance: 0.644,
|
|
442
|
-
avgIncline: 6.4,
|
|
443
|
-
world: "richmond",
|
|
444
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/kom/forward",
|
|
445
|
-
stravaSegmentId: 12128826,
|
|
446
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128826"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
name: "Richmond KOM Rev.",
|
|
450
|
-
slug: "richmond-kom-rev",
|
|
451
|
-
type: "climb",
|
|
452
|
-
distance: 0.7,
|
|
453
|
-
avgIncline: 3.4,
|
|
454
|
-
world: "richmond",
|
|
455
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/kom/reverse",
|
|
456
|
-
stravaSegmentUrl: "https://www.strava.com/segments/26935782",
|
|
457
|
-
stravaSegmentId: 26935782
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
name: "Richmond UCI Cource",
|
|
461
|
-
slug: "richmond-uci-course",
|
|
462
|
-
type: "segment",
|
|
463
|
-
world: "richmond",
|
|
464
|
-
distance: 16.2,
|
|
465
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/richmond/segment/uci-course/forward",
|
|
466
|
-
stravaSegmentId: 12128718,
|
|
467
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12128718"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
name: "Fox Hill",
|
|
471
|
-
slug: "fox-hill",
|
|
472
|
-
type: "climb",
|
|
473
|
-
distance: 2.4,
|
|
474
|
-
avgIncline: 4.9,
|
|
475
|
-
world: "london",
|
|
476
|
-
climbType: "4",
|
|
477
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/fox-hill/forward",
|
|
478
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16802545",
|
|
479
|
-
stravaSegmentId: 16802545
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
name: "Box Hill",
|
|
483
|
-
slug: "box-hill",
|
|
484
|
-
type: "climb",
|
|
485
|
-
distance: 3,
|
|
486
|
-
avgIncline: 4.3,
|
|
487
|
-
world: "london",
|
|
488
|
-
climbType: "4",
|
|
489
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/box-hill/reverse",
|
|
490
|
-
stravaSegmentId: 12744502,
|
|
491
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12744502"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
name: "Leith Hill",
|
|
495
|
-
slug: "leith-hill",
|
|
496
|
-
type: "climb",
|
|
497
|
-
distance: 1.9,
|
|
498
|
-
avgIncline: 6.8,
|
|
499
|
-
world: "london",
|
|
500
|
-
climbType: "4",
|
|
501
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/leith-hill/forward",
|
|
502
|
-
stravaSegmentId: 16781411,
|
|
503
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16781411"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
name: "Keith Hill",
|
|
507
|
-
slug: "keith-hill",
|
|
508
|
-
type: "climb",
|
|
509
|
-
distance: 4.34,
|
|
510
|
-
avgIncline: 5,
|
|
511
|
-
world: "london",
|
|
512
|
-
climbType: "3",
|
|
513
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/keith-hill/reverse",
|
|
514
|
-
stravaSegmentUrl: "https://www.strava.com/segments/16781407",
|
|
515
|
-
stravaSegmentId: 16781407
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
name: "London Loop",
|
|
519
|
-
slug: "london-loop",
|
|
520
|
-
type: "segment",
|
|
521
|
-
distance: 14.96,
|
|
522
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/london/segment/london-loop/reverse",
|
|
523
|
-
world: "london",
|
|
524
|
-
stravaSegmentUrl: "https://www.strava.com/segments/12749649",
|
|
525
|
-
stravaSegmentId: 12749649
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
name: "Aqueduc KOM",
|
|
529
|
-
slug: "aqueduc-kom",
|
|
530
|
-
type: "climb",
|
|
531
|
-
distance: 0.42,
|
|
532
|
-
avgIncline: 3,
|
|
533
|
-
world: "france",
|
|
534
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/aqueduc-kom/forward",
|
|
535
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24700976",
|
|
536
|
-
stravaSegmentId: 24700976
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
name: "Aqueduc KOM Rev.",
|
|
540
|
-
slug: "aqueduc-kom-rev",
|
|
541
|
-
type: "climb",
|
|
542
|
-
distance: 0.403,
|
|
543
|
-
avgIncline: 5,
|
|
544
|
-
world: "france",
|
|
545
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/aqueduc-kom/reverse",
|
|
546
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24701010",
|
|
547
|
-
stravaSegmentId: 24701010
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
name: "Petit KOM",
|
|
551
|
-
slug: "petit-kom",
|
|
552
|
-
type: "climb",
|
|
553
|
-
climbType: "4",
|
|
554
|
-
distance: 2.7,
|
|
555
|
-
avgIncline: 4,
|
|
556
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/petit-kom/forward",
|
|
557
|
-
world: "france",
|
|
558
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24690967",
|
|
559
|
-
stravaSegmentId: 24690967
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
name: "Ventoux KOM",
|
|
563
|
-
slug: "ventoux-kom",
|
|
564
|
-
type: "climb",
|
|
565
|
-
distance: 19,
|
|
566
|
-
avgIncline: 8,
|
|
567
|
-
world: "france",
|
|
568
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/france/segment/ventoux-kom/forward",
|
|
569
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24682578",
|
|
570
|
-
stravaSegmentId: 24682578
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
name: "Innsbruck KOM",
|
|
574
|
-
slug: "innsbruck-kom",
|
|
575
|
-
type: "climb",
|
|
576
|
-
distance: 7.4,
|
|
577
|
-
avgIncline: 6,
|
|
578
|
-
world: "france",
|
|
579
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/innsbruck/segment/kom/forward",
|
|
580
|
-
climbType: "2",
|
|
581
|
-
stravaSegmentUrl: "https://www.strava.com/segments/18397965",
|
|
582
|
-
stravaSegmentId: 18397965
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
name: "Innsbruck KOM Rev.",
|
|
586
|
-
slug: "innsbruck-kom-rev",
|
|
587
|
-
type: "climb",
|
|
588
|
-
distance: 5.79,
|
|
589
|
-
avgIncline: 8,
|
|
590
|
-
world: "france",
|
|
591
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/innsbruck/segment/kom/reverse",
|
|
592
|
-
climbType: "2",
|
|
593
|
-
stravaSegmentUrl: "https://www.strava.com/segments/18397927",
|
|
594
|
-
stravaSegmentId: 18397927
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
name: "Innsbruck UCI Lap",
|
|
598
|
-
slug: "innsbruck-uci-lap",
|
|
599
|
-
type: "segment",
|
|
600
|
-
world: "innsbruck",
|
|
601
|
-
distance: 23.65,
|
|
602
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/innsbruck/segment/uci-lap/forward",
|
|
603
|
-
stravaSegmentId: 18398895,
|
|
604
|
-
stravaSegmentUrl: "https://www.strava.com/segments/18398895"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
name: "Yorkshire KOM",
|
|
608
|
-
slug: "yorkshire-kom",
|
|
609
|
-
type: "climb",
|
|
610
|
-
distance: 1.2,
|
|
611
|
-
avgIncline: 5.5,
|
|
612
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-kom/forward",
|
|
613
|
-
world: "yorkshire",
|
|
614
|
-
stravaSegmentId: 21747822,
|
|
615
|
-
stravaSegmentUrl: "https://www.strava.com/segments/21747822"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
name: "Yorkshire KOM Rev.",
|
|
619
|
-
slug: "yorkshire-kom-rev",
|
|
620
|
-
type: "climb",
|
|
621
|
-
distance: 1.2,
|
|
622
|
-
avgIncline: 3.8,
|
|
623
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-kom/reverse",
|
|
624
|
-
world: "yorkshire",
|
|
625
|
-
stravaSegmentId: 21747891,
|
|
626
|
-
stravaSegmentUrl: "https://www.strava.com/segments/21747891"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
name: "Crit City",
|
|
630
|
-
slug: "crit-city",
|
|
631
|
-
type: "segment",
|
|
632
|
-
distance: 1.95,
|
|
633
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/crit-city/segment/crit-city/forward",
|
|
634
|
-
world: "crit-city",
|
|
635
|
-
stravaSegmentId: 22445564,
|
|
636
|
-
stravaSegmentUrl: "https://www.strava.com/segments/22445564"
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
name: "Crit City Rev.",
|
|
640
|
-
slug: "crit-city-rev",
|
|
641
|
-
type: "segment",
|
|
642
|
-
distance: 1.95,
|
|
643
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/crit-city/segment/crit-city/reverse",
|
|
644
|
-
world: "crit-city",
|
|
645
|
-
stravaSegmentId: 22419554,
|
|
646
|
-
stravaSegmentUrl: "https://www.strava.com/segments/22419554"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
name: "Prime",
|
|
650
|
-
slug: "prime",
|
|
651
|
-
type: "climb",
|
|
652
|
-
distance: 0.197,
|
|
653
|
-
avgIncline: 4,
|
|
654
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/crit-city/segment/prime/forward",
|
|
655
|
-
world: "crit-city"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
name: "Prime Rev.",
|
|
659
|
-
slug: "prime-rev",
|
|
660
|
-
type: "sprint",
|
|
661
|
-
distance: 0.288,
|
|
662
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/crit-city/segment/prime/reverse",
|
|
663
|
-
world: "crit-city"
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
name: "Champs Elysées",
|
|
667
|
-
slug: "champs-elysees",
|
|
668
|
-
type: "segment",
|
|
669
|
-
distance: 6.62,
|
|
670
|
-
world: "paris",
|
|
671
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/paris/segment/champs-elysees/forward",
|
|
672
|
-
stravaSegmentId: 24674235,
|
|
673
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24674235"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
name: "Champs Elysées Rev.",
|
|
677
|
-
slug: "champs-elysees-rev",
|
|
678
|
-
type: "segment",
|
|
679
|
-
distance: 6.62,
|
|
680
|
-
world: "paris",
|
|
681
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/paris/segment/champs-elysees/reverse",
|
|
682
|
-
stravaSegmentId: 24674248,
|
|
683
|
-
stravaSegmentUrl: "https://www.strava.com/segments/24674248"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
name: "Country Sprint",
|
|
687
|
-
slug: "country-sprint",
|
|
688
|
-
type: "sprint",
|
|
689
|
-
distance: 0.146,
|
|
690
|
-
world: "makuri-islands",
|
|
691
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/country-sprint/forward"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
name: "Castle KOM",
|
|
695
|
-
slug: "castle-kom",
|
|
696
|
-
type: "climb",
|
|
697
|
-
distance: 2.69,
|
|
698
|
-
avgIncline: 2.45,
|
|
699
|
-
world: "makuri-islands",
|
|
700
|
-
stravaSegmentId: 28433453,
|
|
701
|
-
stravaSegmentUrl: "https://www.strava.com/segments/28433453",
|
|
702
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/castle-kom/forward"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
name: "Village Sprint",
|
|
706
|
-
slug: "village-sprint",
|
|
707
|
-
type: "sprint",
|
|
708
|
-
distance: 0.15,
|
|
709
|
-
avgIncline: 0.99,
|
|
710
|
-
world: "makuri-islands",
|
|
711
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/village-sprint/forward"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
name: "Temple KOM from Fishing Village Side",
|
|
715
|
-
slug: "temple-kom-from-fishing-village-side",
|
|
716
|
-
type: "climb",
|
|
717
|
-
distance: 2.51,
|
|
718
|
-
avgIncline: 3.95,
|
|
719
|
-
climbType: "4",
|
|
720
|
-
world: "makuri-islands",
|
|
721
|
-
stravaSegmentId: 28432259,
|
|
722
|
-
stravaSegmentUrl: "https://www.strava.com/segments/28432259",
|
|
723
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/temple-kom/forward"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
name: "Temple KOM from Castle Side",
|
|
727
|
-
slug: "temple-kom-from-castle-side",
|
|
728
|
-
type: "climb",
|
|
729
|
-
distance: 1.88,
|
|
730
|
-
avgIncline: 3.59,
|
|
731
|
-
world: "makuri-islands",
|
|
732
|
-
stravaSegmentId: 28432293,
|
|
733
|
-
stravaSegmentUrl: "https://www.strava.com/segments/28432293",
|
|
734
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/temple-kom/reverse"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
name: "Rooftop KOM",
|
|
738
|
-
slug: "rooftop-kom",
|
|
739
|
-
type: "climb",
|
|
740
|
-
distance: 1.87,
|
|
741
|
-
avgIncline: 2.7,
|
|
742
|
-
world: "makuri-islands",
|
|
743
|
-
stravaSegmentId: 30407861,
|
|
744
|
-
stravaSegmentUrl: "https://www.strava.com/segments/30407861",
|
|
745
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/rooftop-kom/forward"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
name: "Tower Sprint",
|
|
749
|
-
slug: "tower-sprint",
|
|
750
|
-
type: "sprint",
|
|
751
|
-
distance: 0.31,
|
|
752
|
-
world: "makuri-islands",
|
|
753
|
-
stravaSegmentId: 30412571,
|
|
754
|
-
stravaSegmentUrl: "https://www.strava.com/segments/30412571",
|
|
755
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/tower-sprint/forward"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
name: "Tower Sprint Rev.",
|
|
759
|
-
slug: "tower-sprint-rev",
|
|
760
|
-
type: "sprint",
|
|
761
|
-
distance: 0.31,
|
|
762
|
-
world: "makuri-islands",
|
|
763
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/tower-sprint/reverse"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
name: "Castle Park Sprint",
|
|
767
|
-
slug: "castle-park-sprint",
|
|
768
|
-
distance: 0.32,
|
|
769
|
-
type: "sprint",
|
|
770
|
-
world: "makuri-islands",
|
|
771
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/castle-park-sprint/forward"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
name: "Castle Park Sprint Rev.",
|
|
775
|
-
slug: "castle-park-sprint-rev",
|
|
776
|
-
distance: 0.32,
|
|
777
|
-
type: "sprint",
|
|
778
|
-
world: "makuri-islands",
|
|
779
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/castle-park-sprint/reverse"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
name: "Alley Sprint",
|
|
783
|
-
slug: "alley-sprint",
|
|
784
|
-
distance: 0.41,
|
|
785
|
-
type: "sprint",
|
|
786
|
-
world: "makuri-islands",
|
|
787
|
-
stravaSegmentId: 30412903,
|
|
788
|
-
stravaSegmentUrl: "https://www.strava.com/segments/30412903",
|
|
789
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/forward"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
name: "Alley Sprint Rev.",
|
|
793
|
-
slug: "alley-sprint-rev",
|
|
794
|
-
distance: 0.38,
|
|
795
|
-
type: "sprint",
|
|
796
|
-
world: "makuri-islands",
|
|
797
|
-
stravaSegmentId: 30412916,
|
|
798
|
-
stravaSegmentUrl: "https://www.strava.com/segments/30412916",
|
|
799
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/reverse"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
name: "Railway Sprint",
|
|
803
|
-
slug: "railway-sprint",
|
|
804
|
-
distance: 0.49,
|
|
805
|
-
type: "sprint",
|
|
806
|
-
world: "makuri-islands",
|
|
807
|
-
stravaSegmentId: 30412927,
|
|
808
|
-
stravaSegmentUrl: "https://www.strava.com/segments/30412927",
|
|
809
|
-
whatsOnZwiftUrl: "https://whatsonzwift.com/world/makuri-islands/segment/railway-sprint/forward"
|
|
810
|
-
}
|
|
7
|
+
"name": "Ballon Sprint",
|
|
8
|
+
"slug": "ballon-sprint",
|
|
9
|
+
"type": "sprint",
|
|
10
|
+
"world": "france",
|
|
11
|
+
"distance": 0.212,
|
|
12
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/ballon-sprint/forward"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Ballon Sprint Rev.",
|
|
16
|
+
"slug": "ballon-sprint-rev",
|
|
17
|
+
"type": "sprint",
|
|
18
|
+
"world": "france",
|
|
19
|
+
"stravaSegmentId": 24700963,
|
|
20
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24700963",
|
|
21
|
+
"distance": 0.325,
|
|
22
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/ballon-sprint-reverse/reverse"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Broad St.",
|
|
26
|
+
"slug": "broad-st",
|
|
27
|
+
"type": "sprint",
|
|
28
|
+
"world": "richmond",
|
|
29
|
+
"distance": 0.283,
|
|
30
|
+
"stravaSegmentId": 12128880,
|
|
31
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128880",
|
|
32
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/broad-st/forward"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Broad St. Rev.",
|
|
36
|
+
"slug": "broad-st-rev",
|
|
37
|
+
"type": "sprint",
|
|
38
|
+
"world": "richmond",
|
|
39
|
+
"distance": 0.064,
|
|
40
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/broad-st/reverse"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Fuego Flats",
|
|
44
|
+
"slug": "fuego-flats",
|
|
45
|
+
"type": "sprint",
|
|
46
|
+
"world": "watopia",
|
|
47
|
+
"stravaSegmentId": 20350107,
|
|
48
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/20350107",
|
|
49
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/fuego-flats/forward",
|
|
50
|
+
"distance": 0.496
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "Fuego Flats Rev.",
|
|
54
|
+
"slug": "fuego-flats-rev",
|
|
55
|
+
"type": "segment",
|
|
56
|
+
"world": "watopia",
|
|
57
|
+
"stravaSegmentId": 12109228,
|
|
58
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12109228",
|
|
59
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/fuego-flats-reverse/reverse",
|
|
60
|
+
"distance": 7.1
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Innsbruck Sprint",
|
|
64
|
+
"slug": "innsbruck-sprint",
|
|
65
|
+
"type": "sprint",
|
|
66
|
+
"world": "innsbruck",
|
|
67
|
+
"distance": 0.3,
|
|
68
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/sprint/forward"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Innsbruck Sprint Rev.",
|
|
72
|
+
"slug": "innsbruck-sprint-rev",
|
|
73
|
+
"type": "sprint",
|
|
74
|
+
"world": "innsbruck",
|
|
75
|
+
"distance": 0.2,
|
|
76
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/sprint/reverse"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Lutece Sprint",
|
|
80
|
+
"slug": "lutece-sprint",
|
|
81
|
+
"type": "sprint",
|
|
82
|
+
"world": "paris",
|
|
83
|
+
"distance": 0.148,
|
|
84
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/paris/segment/lutece-sprint/forward"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Lutece Sprint Rev.",
|
|
88
|
+
"slug": "lutece-sprint-rev",
|
|
89
|
+
"type": "sprint",
|
|
90
|
+
"world": "paris",
|
|
91
|
+
"distance": 0.225,
|
|
92
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/paris/segment/lutece-reverse-sprint/reverse"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Marina Sprint",
|
|
96
|
+
"slug": "marina-sprint",
|
|
97
|
+
"type": "sprint",
|
|
98
|
+
"world": "france",
|
|
99
|
+
"stravaSegmentId": 24710590,
|
|
100
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24710590",
|
|
101
|
+
"distance": 0.338,
|
|
102
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/marina-sprint/forward"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "Marina Sprint Rev.",
|
|
106
|
+
"slug": "marina-sprint-rev",
|
|
107
|
+
"type": "sprint",
|
|
108
|
+
"world": "france",
|
|
109
|
+
"distance": 0.193,
|
|
110
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/marina-sprint-reverse/reverse"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "Richmond Sprint",
|
|
114
|
+
"slug": "richmond-sprint",
|
|
115
|
+
"type": "sprint",
|
|
116
|
+
"world": "richmond",
|
|
117
|
+
"distance": 0.221,
|
|
118
|
+
"stravaSegmentId": 12128762,
|
|
119
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128762",
|
|
120
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/sprint/forward"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Richmond Sprint Rev.",
|
|
124
|
+
"slug": "richmond-sprint-rev",
|
|
125
|
+
"type": "sprint",
|
|
126
|
+
"world": "richmond",
|
|
127
|
+
"distance": 0.203,
|
|
128
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/sprint/reverse"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "New York Sprint",
|
|
132
|
+
"slug": "new-york-sprint",
|
|
133
|
+
"type": "sprint",
|
|
134
|
+
"world": "new-york",
|
|
135
|
+
"distance": 0.15,
|
|
136
|
+
"avgIncline": -4.3,
|
|
137
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/ny-sprint/forward"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "New York Sprint Rev.",
|
|
141
|
+
"slug": "new-york-sprint-rev",
|
|
142
|
+
"type": "climb",
|
|
143
|
+
"world": "new-york",
|
|
144
|
+
"distance": 0.23,
|
|
145
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "Pav\\xe9 Sprint",
|
|
149
|
+
"slug": "pave-sprint",
|
|
150
|
+
"type": "sprint",
|
|
151
|
+
"world": "france",
|
|
152
|
+
"distance": 0.333,
|
|
153
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/pave-sprint/forward"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "Pav\\xe9 Sprint Rev.",
|
|
157
|
+
"slug": "pave-sprint-rev",
|
|
158
|
+
"type": "sprint",
|
|
159
|
+
"world": "france",
|
|
160
|
+
"distance": 0.334,
|
|
161
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/pave-sprint-reverse/reverse"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "London Sprint",
|
|
165
|
+
"slug": "london-sprint",
|
|
166
|
+
"type": "sprint",
|
|
167
|
+
"world": "london",
|
|
168
|
+
"distance": 0.2,
|
|
169
|
+
"stravaSegmentId": 12749377,
|
|
170
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12749377",
|
|
171
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/sprint/forward"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "London Sprint Rev.",
|
|
175
|
+
"slug": "london-sprint-rev",
|
|
176
|
+
"type": "sprint",
|
|
177
|
+
"world": "london",
|
|
178
|
+
"distance": 0.2,
|
|
179
|
+
"stravaSegmentId": 12749402,
|
|
180
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12749402",
|
|
181
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/sprint/reverse"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "Watopia Sprint",
|
|
185
|
+
"slug": "watopia-sprint",
|
|
186
|
+
"type": "sprint",
|
|
187
|
+
"world": "watopia",
|
|
188
|
+
"stravaSegmentId": 12109305,
|
|
189
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12109305",
|
|
190
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/sprint/forward",
|
|
191
|
+
"distance": 0.36
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "Watopia Sprint Rev.",
|
|
195
|
+
"slug": "watopia-sprint-rev",
|
|
196
|
+
"type": "sprint",
|
|
197
|
+
"world": "watopia",
|
|
198
|
+
"stravaSegmentId": 12109228,
|
|
199
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12109228",
|
|
200
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/sprint/reverse",
|
|
201
|
+
"distance": 0.2
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "Yorkshire Sprint",
|
|
205
|
+
"slug": "yorkshire-sprint",
|
|
206
|
+
"type": "sprint",
|
|
207
|
+
"world": "yorkshire",
|
|
208
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-sprint/forward",
|
|
209
|
+
"distance": 0.25
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "Yorkshire Sprint Rev.",
|
|
213
|
+
"slug": "yorkshire-sprint-rev",
|
|
214
|
+
"type": "sprint",
|
|
215
|
+
"world": "yorkshire",
|
|
216
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-sprint-reverse/reverse",
|
|
217
|
+
"distance": 0.4,
|
|
218
|
+
"stravaSegmentId": 21748007,
|
|
219
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/21748007"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "Alpe du Zwift",
|
|
223
|
+
"slug": "alpe-du-zwift",
|
|
224
|
+
"type": "climb",
|
|
225
|
+
"world": "watopia",
|
|
226
|
+
"climbType": "HC",
|
|
227
|
+
"distance": 12.44,
|
|
228
|
+
"avgIncline": 8.5,
|
|
229
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/alpe-du-zwift/forward",
|
|
230
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/17267489",
|
|
231
|
+
"stravaSegmentId": 17267489
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "Epic KOM",
|
|
235
|
+
"slug": "epic-kom",
|
|
236
|
+
"type": "climb",
|
|
237
|
+
"world": "watopia",
|
|
238
|
+
"climbType": "2",
|
|
239
|
+
"distance": 9.49,
|
|
240
|
+
"avgIncline": 4,
|
|
241
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/epic-kom/forward",
|
|
242
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16784833",
|
|
243
|
+
"stravaSegmentId": 16784833
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "Epic KOM Rev.",
|
|
247
|
+
"slug": "epic-kom-rev",
|
|
248
|
+
"type": "climb",
|
|
249
|
+
"world": "watopia",
|
|
250
|
+
"climbType": "2",
|
|
251
|
+
"distance": 6.27,
|
|
252
|
+
"avgIncline": 6.3,
|
|
253
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/epic-kom/reverse",
|
|
254
|
+
"stravaSegmentId": 16784850,
|
|
255
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16784850"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "Hilly Loop",
|
|
259
|
+
"slug": "hilly-loop",
|
|
260
|
+
"type": "segment",
|
|
261
|
+
"world": "watopia",
|
|
262
|
+
"distance": 9.01,
|
|
263
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/hilly-loop/forward",
|
|
264
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12118362",
|
|
265
|
+
"stravaSegmentId": 12118362
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "Hilly Loop Rev.",
|
|
269
|
+
"slug": "hilly-loop-rev",
|
|
270
|
+
"type": "segment",
|
|
271
|
+
"world": "watopia",
|
|
272
|
+
"distance": 9.01,
|
|
273
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/hilly-loop/reverse",
|
|
274
|
+
"stravaSegmentId": 12128037,
|
|
275
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128037"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "Jungle Loop",
|
|
279
|
+
"slug": "jungle-loop",
|
|
280
|
+
"type": "segment",
|
|
281
|
+
"world": "watopia",
|
|
282
|
+
"distance": 7.8,
|
|
283
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/jungle-loop/forward",
|
|
284
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16359363",
|
|
285
|
+
"stravaSegmentId": 16359363
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "Jungle Loop Rev.",
|
|
289
|
+
"slug": "jungle-loop-rev",
|
|
290
|
+
"type": "segment",
|
|
291
|
+
"world": "watopia",
|
|
292
|
+
"distance": 7.8,
|
|
293
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/jungle-loop/reverse",
|
|
294
|
+
"stravaSegmentId": 16359371,
|
|
295
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16359371"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "Titans Grove KOM",
|
|
299
|
+
"slug": "titans-grove-kom",
|
|
300
|
+
"type": "climb",
|
|
301
|
+
"world": "watopia",
|
|
302
|
+
"distance": 2.6,
|
|
303
|
+
"avgIncline": 2.2,
|
|
304
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/titans-grove-kom/forward",
|
|
305
|
+
"stravaSegmentId": 21343975,
|
|
306
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/21343975"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "Titans Grove KOM Rev.",
|
|
310
|
+
"slug": "titans-grove-kom-rev",
|
|
311
|
+
"type": "climb",
|
|
312
|
+
"world": "watopia",
|
|
313
|
+
"distance": 0.89,
|
|
314
|
+
"avgIncline": 6.6,
|
|
315
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/titans-grove-kom/reverse",
|
|
316
|
+
"stravaSegmentId": 21343961,
|
|
317
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/21343961"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "Volcano Circuit",
|
|
321
|
+
"slug": "volcano-circuit",
|
|
322
|
+
"type": "segment",
|
|
323
|
+
"world": "watopia",
|
|
324
|
+
"distance": 4.2,
|
|
325
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/volcano/forward",
|
|
326
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/14032406",
|
|
327
|
+
"stravaSegmentId": 14032406
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "Volcano Circuit Rev.",
|
|
331
|
+
"slug": "volcano-circuit-rev",
|
|
332
|
+
"type": "segment",
|
|
333
|
+
"world": "watopia",
|
|
334
|
+
"distance": 4.2,
|
|
335
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/volcano/reverse",
|
|
336
|
+
"stravaSegmentId": 14032426,
|
|
337
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/14032426"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "Volcano KOM",
|
|
341
|
+
"slug": "volcano-kom",
|
|
342
|
+
"type": "climb",
|
|
343
|
+
"world": "watopia",
|
|
344
|
+
"distance": 3.75,
|
|
345
|
+
"avgIncline": 3.2,
|
|
346
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/volcano-kom/forward",
|
|
347
|
+
"stravaSegmentId": 14270131,
|
|
348
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/14270131"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "Zwift KOM",
|
|
352
|
+
"slug": "zwift-kom",
|
|
353
|
+
"type": "climb",
|
|
354
|
+
"world": "watopia",
|
|
355
|
+
"distance": 0.9,
|
|
356
|
+
"avgIncline": 5,
|
|
357
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/zwift-kom/forward",
|
|
358
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12109030",
|
|
359
|
+
"stravaSegmentId": 12109030
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "Zwift KOM Rev.",
|
|
363
|
+
"slug": "zwift-kom-rev",
|
|
364
|
+
"type": "climb",
|
|
365
|
+
"world": "watopia",
|
|
366
|
+
"distance": 2.4,
|
|
367
|
+
"avgIncline": 2,
|
|
368
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/zwift-kom/reverse",
|
|
369
|
+
"stravaSegmentId": 12128029,
|
|
370
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128029"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "Bologna TT",
|
|
374
|
+
"slug": "bologna-tt",
|
|
375
|
+
"type": "climb",
|
|
376
|
+
"world": "bologna",
|
|
377
|
+
"distance": 8,
|
|
378
|
+
"avgIncline": 2.8,
|
|
379
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/bologna-tt/segment/bologna-tt/forward",
|
|
380
|
+
"stravaSegmentId": 20560239,
|
|
381
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/20560239"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "Central Park Loop Rev.",
|
|
385
|
+
"slug": "central-park-loop-rev",
|
|
386
|
+
"type": "segment",
|
|
387
|
+
"world": "new-york",
|
|
388
|
+
"distance": 9.7,
|
|
389
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/central-park-loop/reverse",
|
|
390
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/19170661",
|
|
391
|
+
"stravaSegmentId": 19170661
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "New York KOM",
|
|
395
|
+
"slug": "new-york-kom",
|
|
396
|
+
"type": "climb",
|
|
397
|
+
"world": "new-york",
|
|
398
|
+
"distance": 1.4,
|
|
399
|
+
"avgIncline": 6.1,
|
|
400
|
+
"climbType": "4",
|
|
401
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/new-york-kom/forward",
|
|
402
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/19141090",
|
|
403
|
+
"stravaSegmentId": 19141090
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "New York KOM Rev.",
|
|
407
|
+
"slug": "new-york-kom-rev",
|
|
408
|
+
"type": "climb",
|
|
409
|
+
"world": "new-york",
|
|
410
|
+
"distance": 1.1,
|
|
411
|
+
"avgIncline": 5.7,
|
|
412
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/new-york-kom/reverse",
|
|
413
|
+
"stravaSegmentId": 19141092,
|
|
414
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/19141092"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "23rd St.",
|
|
418
|
+
"slug": "23rd-st",
|
|
419
|
+
"type": "climb",
|
|
420
|
+
"world": "richmond",
|
|
421
|
+
"distance": 0.275,
|
|
422
|
+
"avgIncline": 10,
|
|
423
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/23rd-st/forward",
|
|
424
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128917",
|
|
425
|
+
"stravaSegmentId": 12128917
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "23rd St. Rev",
|
|
429
|
+
"slug": "23rd-st-rev",
|
|
430
|
+
"type": "climb",
|
|
431
|
+
"world": "richmond",
|
|
432
|
+
"distance": 1.1,
|
|
433
|
+
"avgIncline": 3.5,
|
|
434
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/23rd-st/reverse",
|
|
435
|
+
"stravaSegmentId": 22813206,
|
|
436
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/22813206"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "Richmond KOM",
|
|
440
|
+
"slug": "richmond-kom",
|
|
441
|
+
"type": "climb",
|
|
442
|
+
"distance": 0.644,
|
|
443
|
+
"avgIncline": 6.4,
|
|
444
|
+
"world": "richmond",
|
|
445
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/kom/forward",
|
|
446
|
+
"stravaSegmentId": 12128826,
|
|
447
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128826"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "Richmond KOM Rev.",
|
|
451
|
+
"slug": "richmond-kom-rev",
|
|
452
|
+
"type": "climb",
|
|
453
|
+
"distance": 0.7,
|
|
454
|
+
"avgIncline": 3.4,
|
|
455
|
+
"world": "richmond",
|
|
456
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/kom/reverse",
|
|
457
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/26935782",
|
|
458
|
+
"stravaSegmentId": 26935782
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "Richmond UCI Cource",
|
|
462
|
+
"slug": "richmond-uci-course",
|
|
463
|
+
"type": "segment",
|
|
464
|
+
"world": "richmond",
|
|
465
|
+
"distance": 16.2,
|
|
466
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/richmond/segment/uci-course/forward",
|
|
467
|
+
"stravaSegmentId": 12128718,
|
|
468
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12128718"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "Fox Hill",
|
|
472
|
+
"slug": "fox-hill",
|
|
473
|
+
"type": "climb",
|
|
474
|
+
"distance": 2.4,
|
|
475
|
+
"avgIncline": 4.9,
|
|
476
|
+
"world": "london",
|
|
477
|
+
"climbType": "4",
|
|
478
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/fox-hill/forward",
|
|
479
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16802545",
|
|
480
|
+
"stravaSegmentId": 16802545
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "Box Hill",
|
|
484
|
+
"slug": "box-hill",
|
|
485
|
+
"type": "climb",
|
|
486
|
+
"distance": 3,
|
|
487
|
+
"avgIncline": 4.3,
|
|
488
|
+
"world": "london",
|
|
489
|
+
"climbType": "4",
|
|
490
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/box-hill/reverse",
|
|
491
|
+
"stravaSegmentId": 12744502,
|
|
492
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12744502"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "Leith Hill",
|
|
496
|
+
"slug": "leith-hill",
|
|
497
|
+
"type": "climb",
|
|
498
|
+
"distance": 1.9,
|
|
499
|
+
"avgIncline": 6.8,
|
|
500
|
+
"world": "london",
|
|
501
|
+
"climbType": "4",
|
|
502
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/leith-hill/forward",
|
|
503
|
+
"stravaSegmentId": 16781411,
|
|
504
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16781411"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "Keith Hill",
|
|
508
|
+
"slug": "keith-hill",
|
|
509
|
+
"type": "climb",
|
|
510
|
+
"distance": 4.34,
|
|
511
|
+
"avgIncline": 5,
|
|
512
|
+
"world": "london",
|
|
513
|
+
"climbType": "3",
|
|
514
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/keith-hill/reverse",
|
|
515
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/16781407",
|
|
516
|
+
"stravaSegmentId": 16781407
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "London Loop",
|
|
520
|
+
"slug": "london-loop",
|
|
521
|
+
"type": "segment",
|
|
522
|
+
"distance": 14.96,
|
|
523
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/london-loop/reverse",
|
|
524
|
+
"world": "london",
|
|
525
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12749649",
|
|
526
|
+
"stravaSegmentId": 12749649
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "Aqueduc KOM",
|
|
530
|
+
"slug": "aqueduc-kom",
|
|
531
|
+
"type": "climb",
|
|
532
|
+
"distance": 0.42,
|
|
533
|
+
"avgIncline": 3,
|
|
534
|
+
"world": "france",
|
|
535
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/aqueduc-kom/forward",
|
|
536
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24700976",
|
|
537
|
+
"stravaSegmentId": 24700976
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "Aqueduc KOM Rev.",
|
|
541
|
+
"slug": "aqueduc-kom-rev",
|
|
542
|
+
"type": "climb",
|
|
543
|
+
"distance": 0.403,
|
|
544
|
+
"avgIncline": 5,
|
|
545
|
+
"world": "france",
|
|
546
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/aqueduc-kom/reverse",
|
|
547
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24701010",
|
|
548
|
+
"stravaSegmentId": 24701010
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "Petit KOM",
|
|
552
|
+
"slug": "petit-kom",
|
|
553
|
+
"type": "climb",
|
|
554
|
+
"climbType": "4",
|
|
555
|
+
"distance": 2.7,
|
|
556
|
+
"avgIncline": 4,
|
|
557
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/petit-kom/forward",
|
|
558
|
+
"world": "france",
|
|
559
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24690967",
|
|
560
|
+
"stravaSegmentId": 24690967
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "Ventoux KOM",
|
|
564
|
+
"slug": "ventoux-kom",
|
|
565
|
+
"type": "climb",
|
|
566
|
+
"distance": 19,
|
|
567
|
+
"avgIncline": 8,
|
|
568
|
+
"world": "france",
|
|
569
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/ventoux-kom/forward",
|
|
570
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24682578",
|
|
571
|
+
"stravaSegmentId": 24682578
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "Innsbruck KOM",
|
|
575
|
+
"slug": "innsbruck-kom",
|
|
576
|
+
"type": "climb",
|
|
577
|
+
"distance": 7.4,
|
|
578
|
+
"avgIncline": 6,
|
|
579
|
+
"world": "france",
|
|
580
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/kom/forward",
|
|
581
|
+
"climbType": "2",
|
|
582
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/18397965",
|
|
583
|
+
"stravaSegmentId": 18397965
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "Innsbruck KOM Rev.",
|
|
587
|
+
"slug": "innsbruck-kom-rev",
|
|
588
|
+
"type": "climb",
|
|
589
|
+
"distance": 5.79,
|
|
590
|
+
"avgIncline": 8,
|
|
591
|
+
"world": "france",
|
|
592
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/kom/reverse",
|
|
593
|
+
"climbType": "2",
|
|
594
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/18397927",
|
|
595
|
+
"stravaSegmentId": 18397927
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "Innsbruck UCI Lap",
|
|
599
|
+
"slug": "innsbruck-uci-lap",
|
|
600
|
+
"type": "segment",
|
|
601
|
+
"world": "innsbruck",
|
|
602
|
+
"distance": 23.65,
|
|
603
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/uci-lap/forward",
|
|
604
|
+
"stravaSegmentId": 18398895,
|
|
605
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/18398895"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "Yorkshire KOM",
|
|
609
|
+
"slug": "yorkshire-kom",
|
|
610
|
+
"type": "climb",
|
|
611
|
+
"distance": 1.2,
|
|
612
|
+
"avgIncline": 5.5,
|
|
613
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-kom/forward",
|
|
614
|
+
"world": "yorkshire",
|
|
615
|
+
"stravaSegmentId": 21747822,
|
|
616
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/21747822"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "Yorkshire KOM Rev.",
|
|
620
|
+
"slug": "yorkshire-kom-rev",
|
|
621
|
+
"type": "climb",
|
|
622
|
+
"distance": 1.2,
|
|
623
|
+
"avgIncline": 3.8,
|
|
624
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-kom/reverse",
|
|
625
|
+
"world": "yorkshire",
|
|
626
|
+
"stravaSegmentId": 21747891,
|
|
627
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/21747891"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "Crit City",
|
|
631
|
+
"slug": "crit-city",
|
|
632
|
+
"type": "segment",
|
|
633
|
+
"distance": 1.95,
|
|
634
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/crit-city/segment/crit-city/forward",
|
|
635
|
+
"world": "crit-city",
|
|
636
|
+
"stravaSegmentId": 22445564,
|
|
637
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/22445564"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "Crit City Rev.",
|
|
641
|
+
"slug": "crit-city-rev",
|
|
642
|
+
"type": "segment",
|
|
643
|
+
"distance": 1.95,
|
|
644
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/crit-city/segment/crit-city/reverse",
|
|
645
|
+
"world": "crit-city",
|
|
646
|
+
"stravaSegmentId": 22419554,
|
|
647
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/22419554"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "Prime",
|
|
651
|
+
"slug": "prime",
|
|
652
|
+
"type": "climb",
|
|
653
|
+
"distance": 0.197,
|
|
654
|
+
"avgIncline": 4,
|
|
655
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/crit-city/segment/prime/forward",
|
|
656
|
+
"world": "crit-city"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "Prime Rev.",
|
|
660
|
+
"slug": "prime-rev",
|
|
661
|
+
"type": "sprint",
|
|
662
|
+
"distance": 0.288,
|
|
663
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/crit-city/segment/prime/reverse",
|
|
664
|
+
"world": "crit-city"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "Champs Elysées",
|
|
668
|
+
"slug": "champs-elysees",
|
|
669
|
+
"type": "segment",
|
|
670
|
+
"distance": 6.62,
|
|
671
|
+
"world": "paris",
|
|
672
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/paris/segment/champs-elysees/forward",
|
|
673
|
+
"stravaSegmentId": 24674235,
|
|
674
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24674235"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "Champs Elysées Rev.",
|
|
678
|
+
"slug": "champs-elysees-rev",
|
|
679
|
+
"type": "segment",
|
|
680
|
+
"distance": 6.62,
|
|
681
|
+
"world": "paris",
|
|
682
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/paris/segment/champs-elysees/reverse",
|
|
683
|
+
"stravaSegmentId": 24674248,
|
|
684
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/24674248"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "Country Sprint",
|
|
688
|
+
"slug": "country-sprint",
|
|
689
|
+
"type": "sprint",
|
|
690
|
+
"distance": 0.146,
|
|
691
|
+
"world": "makuri-islands",
|
|
692
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/country-sprint/forward"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "Castle KOM",
|
|
696
|
+
"slug": "castle-kom",
|
|
697
|
+
"type": "climb",
|
|
698
|
+
"distance": 2.69,
|
|
699
|
+
"avgIncline": 2.45,
|
|
700
|
+
"world": "makuri-islands",
|
|
701
|
+
"stravaSegmentId": 28433453,
|
|
702
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/28433453",
|
|
703
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/castle-kom/forward"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "Village Sprint",
|
|
707
|
+
"slug": "village-sprint",
|
|
708
|
+
"type": "sprint",
|
|
709
|
+
"distance": 0.15,
|
|
710
|
+
"avgIncline": 0.99,
|
|
711
|
+
"world": "makuri-islands",
|
|
712
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/village-sprint/forward"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "Temple KOM from Fishing Village Side",
|
|
716
|
+
"slug": "temple-kom-from-fishing-village-side",
|
|
717
|
+
"type": "climb",
|
|
718
|
+
"distance": 2.51,
|
|
719
|
+
"avgIncline": 3.95,
|
|
720
|
+
"climbType": "4",
|
|
721
|
+
"world": "makuri-islands",
|
|
722
|
+
"stravaSegmentId": 28432259,
|
|
723
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/28432259",
|
|
724
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/temple-kom/forward"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "Temple KOM from Castle Side",
|
|
728
|
+
"slug": "temple-kom-from-castle-side",
|
|
729
|
+
"type": "climb",
|
|
730
|
+
"distance": 1.88,
|
|
731
|
+
"avgIncline": 3.59,
|
|
732
|
+
"world": "makuri-islands",
|
|
733
|
+
"stravaSegmentId": 28432293,
|
|
734
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/28432293",
|
|
735
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/temple-kom/reverse"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "Rooftop KOM",
|
|
739
|
+
"slug": "rooftop-kom",
|
|
740
|
+
"type": "climb",
|
|
741
|
+
"distance": 1.87,
|
|
742
|
+
"avgIncline": 2.7,
|
|
743
|
+
"world": "makuri-islands",
|
|
744
|
+
"stravaSegmentId": 30407861,
|
|
745
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30407861",
|
|
746
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/rooftop-kom/forward"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "Tower Sprint",
|
|
750
|
+
"slug": "tower-sprint",
|
|
751
|
+
"type": "sprint",
|
|
752
|
+
"distance": 0.31,
|
|
753
|
+
"world": "makuri-islands",
|
|
754
|
+
"stravaSegmentId": 30412571,
|
|
755
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30412571",
|
|
756
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/tower-sprint/forward"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "Tower Sprint Rev.",
|
|
760
|
+
"slug": "tower-sprint-rev",
|
|
761
|
+
"type": "sprint",
|
|
762
|
+
"distance": 0.31,
|
|
763
|
+
"world": "makuri-islands",
|
|
764
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/tower-sprint/reverse"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "Castle Park Sprint",
|
|
768
|
+
"slug": "castle-park-sprint",
|
|
769
|
+
"distance": 0.32,
|
|
770
|
+
"type": "sprint",
|
|
771
|
+
"world": "makuri-islands",
|
|
772
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/castle-park-sprint/forward"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "Castle Park Sprint Rev.",
|
|
776
|
+
"slug": "castle-park-sprint-rev",
|
|
777
|
+
"distance": 0.32,
|
|
778
|
+
"type": "sprint",
|
|
779
|
+
"world": "makuri-islands",
|
|
780
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/castle-park-sprint/reverse"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "Alley Sprint",
|
|
784
|
+
"slug": "alley-sprint",
|
|
785
|
+
"distance": 0.41,
|
|
786
|
+
"type": "sprint",
|
|
787
|
+
"world": "makuri-islands",
|
|
788
|
+
"stravaSegmentId": 30412903,
|
|
789
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30412903",
|
|
790
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/forward"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "Alley Sprint Rev.",
|
|
794
|
+
"slug": "alley-sprint-rev",
|
|
795
|
+
"distance": 0.38,
|
|
796
|
+
"type": "sprint",
|
|
797
|
+
"world": "makuri-islands",
|
|
798
|
+
"stravaSegmentId": 30412916,
|
|
799
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30412916",
|
|
800
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/reverse"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "Railway Sprint",
|
|
804
|
+
"slug": "railway-sprint",
|
|
805
|
+
"distance": 0.49,
|
|
806
|
+
"type": "sprint",
|
|
807
|
+
"world": "makuri-islands",
|
|
808
|
+
"stravaSegmentId": 30412927,
|
|
809
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30412927",
|
|
810
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/railway-sprint/forward"
|
|
811
|
+
}
|
|
811
812
|
];
|