zwift-data 1.20.1 → 1.20.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.
Files changed (39) hide show
  1. package/lib/cjs/achievements.js +189 -942
  2. package/lib/cjs/bikeFrames.js +127 -742
  3. package/lib/cjs/bikeFrontWheels.js +63 -272
  4. package/lib/cjs/bikeRearWheels.js +64 -277
  5. package/lib/cjs/bikeShoes.js +19 -92
  6. package/lib/cjs/challenges.js +4 -17
  7. package/lib/cjs/glasses.js +26 -127
  8. package/lib/cjs/headgears.js +174 -547
  9. package/lib/cjs/jerseys.js +960 -4177
  10. package/lib/cjs/notableMomentTypes.js +14 -80
  11. package/lib/cjs/paintJobs.js +175 -686
  12. package/lib/cjs/routes.js +5398 -7204
  13. package/lib/cjs/runShirts.js +205 -762
  14. package/lib/cjs/runShoes.js +34 -147
  15. package/lib/cjs/runShorts.js +152 -517
  16. package/lib/cjs/segments.js +1044 -856
  17. package/lib/cjs/socks.js +121 -542
  18. package/lib/cjs/trainingPlans.js +30 -147
  19. package/lib/cjs/unlockableCategories.js +13 -50
  20. package/lib/esm/achievements.js +189 -942
  21. package/lib/esm/bikeFrames.js +127 -742
  22. package/lib/esm/bikeFrontWheels.js +63 -272
  23. package/lib/esm/bikeRearWheels.js +64 -277
  24. package/lib/esm/bikeShoes.js +19 -92
  25. package/lib/esm/challenges.js +4 -17
  26. package/lib/esm/glasses.js +26 -127
  27. package/lib/esm/headgears.js +174 -547
  28. package/lib/esm/jerseys.js +960 -4177
  29. package/lib/esm/notableMomentTypes.js +14 -80
  30. package/lib/esm/paintJobs.js +175 -686
  31. package/lib/esm/routes.js +5398 -7204
  32. package/lib/esm/runShirts.js +205 -762
  33. package/lib/esm/runShoes.js +34 -147
  34. package/lib/esm/runShorts.js +152 -517
  35. package/lib/esm/segments.js +1044 -856
  36. package/lib/esm/socks.js +121 -542
  37. package/lib/esm/trainingPlans.js +30 -147
  38. package/lib/esm/unlockableCategories.js +13 -50
  39. package/package.json +2 -1
@@ -1,860 +1,1048 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.segments = void 0;
4
- // prettier-ignore
5
4
  exports.segments = [
6
- {
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": 20350066,
58
- "stravaSegmentUrl": "https://www.strava.com/segments/20350066",
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é 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é 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": 12749402,
170
- "stravaSegmentUrl": "https://www.strava.com/segments/12749402",
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": 12749377,
180
- "stravaSegmentUrl": "https://www.strava.com/segments/12749377",
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
- "stravaSegmentId": 16359371,
285
- "stravaSegmentUrl": "https://www.strava.com/segments/16359371"
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": 16359363,
295
- "stravaSegmentUrl": "https://www.strava.com/segments/16359363"
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": "innsbruck",
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": "innsbruck",
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.48,
786
- "type": "sprint",
787
- "world": "makuri-islands",
788
- "stravaSegmentId": 30412916,
789
- "stravaSegmentUrl": "https://www.strava.com/segments/30412916",
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.48,
796
- "type": "sprint",
797
- "world": "makuri-islands",
798
- "stravaSegmentId": 30412903,
799
- "stravaSegmentUrl": "https://www.strava.com/segments/30412903",
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
- },
812
- {
813
- "name": "Boardwalk Sprint",
814
- "slug": "boardwalk-sprint",
815
- "distance": 0.24,
816
- "type": "sprint",
817
- "world": "makuri-islands",
818
- "whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/boardwalk-sprint/forward"
819
- },
820
- {
821
- "name": "Tidepool Sprint",
822
- "slug": "tidepool-sprint",
823
- "distance": 0.31,
824
- "type": "sprint",
825
- "world": "makuri-islands",
826
- "whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/tidepool-sprint/reverse"
827
- },
828
- {
829
- "name": "Shisa Sprint Rev.",
830
- "slug": "shisa-sprint-rev",
831
- "distance": 0.29,
832
- "type": "sprint",
833
- "world": "makuri-islands",
834
- "whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/shisa-sprint/reverse"
835
- },
836
- {
837
- "name": "Shisa Sprint",
838
- "slug": "shisa-sprint",
839
- "distance": 0.28,
840
- "type": "sprint",
841
- "world": "makuri-islands",
842
- "whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/shisa-sprint/forward"
843
- },
844
- {
845
- "name": "Village Sprint Rev.",
846
- "slug": "village-sprint-rev",
847
- "distance": 0.14,
848
- "type": "sprint",
849
- "world": "makuri-islands",
850
- "whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/village-sprint/reverse"
851
- },
852
- {
853
- "name": "Country Sprint Rev.",
854
- "slug": "country-sprint-rev",
855
- "distance": 0.13,
856
- "type": "sprint",
857
- "world": "makuri-islands",
858
- "whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/country-sprint/reverse"
859
- }
860
- ];
5
+ [
6
+ "Ballon Sprint",
7
+ "ballon-sprint",
8
+ "sprint",
9
+ "france",
10
+ 0.212,
11
+ "https://whatsonzwift.com/world/france/segment/ballon-sprint/forward",
12
+ undefined,
13
+ undefined,
14
+ undefined,
15
+ undefined,
16
+ ],
17
+ [
18
+ "Ballon Sprint Rev.",
19
+ "ballon-sprint-rev",
20
+ "sprint",
21
+ "france",
22
+ 0.325,
23
+ "https://whatsonzwift.com/world/france/segment/ballon-sprint-reverse/reverse",
24
+ 24700963,
25
+ "https://www.strava.com/segments/24700963",
26
+ undefined,
27
+ undefined,
28
+ ],
29
+ [
30
+ "Broad St.",
31
+ "broad-st",
32
+ "sprint",
33
+ "richmond",
34
+ 0.283,
35
+ "https://whatsonzwift.com/world/richmond/segment/broad-st/forward",
36
+ 12128880,
37
+ "https://www.strava.com/segments/12128880",
38
+ undefined,
39
+ undefined,
40
+ ],
41
+ [
42
+ "Broad St. Rev.",
43
+ "broad-st-rev",
44
+ "sprint",
45
+ "richmond",
46
+ 0.064,
47
+ "https://whatsonzwift.com/world/richmond/segment/broad-st/reverse",
48
+ undefined,
49
+ undefined,
50
+ undefined,
51
+ undefined,
52
+ ],
53
+ [
54
+ "Fuego Flats",
55
+ "fuego-flats",
56
+ "sprint",
57
+ "watopia",
58
+ 0.496,
59
+ "https://whatsonzwift.com/world/watopia/segment/fuego-flats/forward",
60
+ 20350107,
61
+ "https://www.strava.com/segments/20350107",
62
+ undefined,
63
+ undefined,
64
+ ],
65
+ [
66
+ "Fuego Flats Rev.",
67
+ "fuego-flats-rev",
68
+ "segment",
69
+ "watopia",
70
+ 7.1,
71
+ "https://whatsonzwift.com/world/watopia/segment/fuego-flats-reverse/reverse",
72
+ 20350066,
73
+ "https://www.strava.com/segments/20350066",
74
+ undefined,
75
+ undefined,
76
+ ],
77
+ [
78
+ "Innsbruck Sprint",
79
+ "innsbruck-sprint",
80
+ "sprint",
81
+ "innsbruck",
82
+ 0.3,
83
+ "https://whatsonzwift.com/world/innsbruck/segment/sprint/forward",
84
+ undefined,
85
+ undefined,
86
+ undefined,
87
+ undefined,
88
+ ],
89
+ [
90
+ "Innsbruck Sprint Rev.",
91
+ "innsbruck-sprint-rev",
92
+ "sprint",
93
+ "innsbruck",
94
+ 0.2,
95
+ "https://whatsonzwift.com/world/innsbruck/segment/sprint/reverse",
96
+ undefined,
97
+ undefined,
98
+ undefined,
99
+ undefined,
100
+ ],
101
+ [
102
+ "Lutece Sprint",
103
+ "lutece-sprint",
104
+ "sprint",
105
+ "paris",
106
+ 0.148,
107
+ "https://whatsonzwift.com/world/paris/segment/lutece-sprint/forward",
108
+ undefined,
109
+ undefined,
110
+ undefined,
111
+ undefined,
112
+ ],
113
+ [
114
+ "Lutece Sprint Rev.",
115
+ "lutece-sprint-rev",
116
+ "sprint",
117
+ "paris",
118
+ 0.225,
119
+ "https://whatsonzwift.com/world/paris/segment/lutece-reverse-sprint/reverse",
120
+ undefined,
121
+ undefined,
122
+ undefined,
123
+ undefined,
124
+ ],
125
+ [
126
+ "Marina Sprint",
127
+ "marina-sprint",
128
+ "sprint",
129
+ "france",
130
+ 0.338,
131
+ "https://whatsonzwift.com/world/france/segment/marina-sprint/forward",
132
+ 24710590,
133
+ "https://www.strava.com/segments/24710590",
134
+ undefined,
135
+ undefined,
136
+ ],
137
+ [
138
+ "Marina Sprint Rev.",
139
+ "marina-sprint-rev",
140
+ "sprint",
141
+ "france",
142
+ 0.193,
143
+ "https://whatsonzwift.com/world/france/segment/marina-sprint-reverse/reverse",
144
+ undefined,
145
+ undefined,
146
+ undefined,
147
+ undefined,
148
+ ],
149
+ [
150
+ "Richmond Sprint",
151
+ "richmond-sprint",
152
+ "sprint",
153
+ "richmond",
154
+ 0.221,
155
+ "https://whatsonzwift.com/world/richmond/segment/sprint/forward",
156
+ 12128762,
157
+ "https://www.strava.com/segments/12128762",
158
+ undefined,
159
+ undefined,
160
+ ],
161
+ [
162
+ "Richmond Sprint Rev.",
163
+ "richmond-sprint-rev",
164
+ "sprint",
165
+ "richmond",
166
+ 0.203,
167
+ "https://whatsonzwift.com/world/richmond/segment/sprint/reverse",
168
+ undefined,
169
+ undefined,
170
+ undefined,
171
+ undefined,
172
+ ],
173
+ [
174
+ "New York Sprint",
175
+ "new-york-sprint",
176
+ "sprint",
177
+ "new-york",
178
+ 0.15,
179
+ "https://whatsonzwift.com/world/new-york/segment/ny-sprint/forward",
180
+ undefined,
181
+ undefined,
182
+ -4.3,
183
+ undefined,
184
+ ],
185
+ [
186
+ "New York Sprint Rev.",
187
+ "new-york-sprint-rev",
188
+ "climb",
189
+ "new-york",
190
+ 0.23,
191
+ "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse",
192
+ undefined,
193
+ undefined,
194
+ undefined,
195
+ undefined,
196
+ ],
197
+ [
198
+ "Pavé Sprint",
199
+ "pave-sprint",
200
+ "sprint",
201
+ "france",
202
+ 0.333,
203
+ "https://whatsonzwift.com/world/france/segment/pave-sprint/forward",
204
+ undefined,
205
+ undefined,
206
+ undefined,
207
+ undefined,
208
+ ],
209
+ [
210
+ "Pavé Sprint Rev.",
211
+ "pave-sprint-rev",
212
+ "sprint",
213
+ "france",
214
+ 0.334,
215
+ "https://whatsonzwift.com/world/france/segment/pave-sprint-reverse/reverse",
216
+ undefined,
217
+ undefined,
218
+ undefined,
219
+ undefined,
220
+ ],
221
+ [
222
+ "London Sprint",
223
+ "london-sprint",
224
+ "sprint",
225
+ "london",
226
+ 0.2,
227
+ "https://whatsonzwift.com/world/london/segment/sprint/forward",
228
+ 12749402,
229
+ "https://www.strava.com/segments/12749402",
230
+ undefined,
231
+ undefined,
232
+ ],
233
+ [
234
+ "London Sprint Rev.",
235
+ "london-sprint-rev",
236
+ "sprint",
237
+ "london",
238
+ 0.2,
239
+ "https://whatsonzwift.com/world/london/segment/sprint/reverse",
240
+ 12749377,
241
+ "https://www.strava.com/segments/12749377",
242
+ undefined,
243
+ undefined,
244
+ ],
245
+ [
246
+ "Watopia Sprint",
247
+ "watopia-sprint",
248
+ "sprint",
249
+ "watopia",
250
+ 0.36,
251
+ "https://whatsonzwift.com/world/watopia/segment/sprint/forward",
252
+ 12109305,
253
+ "https://www.strava.com/segments/12109305",
254
+ undefined,
255
+ undefined,
256
+ ],
257
+ [
258
+ "Watopia Sprint Rev.",
259
+ "watopia-sprint-rev",
260
+ "sprint",
261
+ "watopia",
262
+ 0.2,
263
+ "https://whatsonzwift.com/world/watopia/segment/sprint/reverse",
264
+ 12109228,
265
+ "https://www.strava.com/segments/12109228",
266
+ undefined,
267
+ undefined,
268
+ ],
269
+ [
270
+ "Yorkshire Sprint",
271
+ "yorkshire-sprint",
272
+ "sprint",
273
+ "yorkshire",
274
+ 0.25,
275
+ "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-sprint/forward",
276
+ undefined,
277
+ undefined,
278
+ undefined,
279
+ undefined,
280
+ ],
281
+ [
282
+ "Yorkshire Sprint Rev.",
283
+ "yorkshire-sprint-rev",
284
+ "sprint",
285
+ "yorkshire",
286
+ 0.4,
287
+ "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-sprint-reverse/reverse",
288
+ 21748007,
289
+ "https://www.strava.com/segments/21748007",
290
+ undefined,
291
+ undefined,
292
+ ],
293
+ [
294
+ "Alpe du Zwift",
295
+ "alpe-du-zwift",
296
+ "climb",
297
+ "watopia",
298
+ 12.44,
299
+ "https://whatsonzwift.com/world/watopia/segment/alpe-du-zwift/forward",
300
+ 17267489,
301
+ "https://www.strava.com/segments/17267489",
302
+ 8.5,
303
+ "HC",
304
+ ],
305
+ [
306
+ "Epic KOM",
307
+ "epic-kom",
308
+ "climb",
309
+ "watopia",
310
+ 9.49,
311
+ "https://whatsonzwift.com/world/watopia/segment/epic-kom/forward",
312
+ 16784833,
313
+ "https://www.strava.com/segments/16784833",
314
+ 4,
315
+ "2",
316
+ ],
317
+ [
318
+ "Epic KOM Rev.",
319
+ "epic-kom-rev",
320
+ "climb",
321
+ "watopia",
322
+ 6.27,
323
+ "https://whatsonzwift.com/world/watopia/segment/epic-kom/reverse",
324
+ 16784850,
325
+ "https://www.strava.com/segments/16784850",
326
+ 6.3,
327
+ "2",
328
+ ],
329
+ [
330
+ "Hilly Loop",
331
+ "hilly-loop",
332
+ "segment",
333
+ "watopia",
334
+ 9.01,
335
+ "https://whatsonzwift.com/world/watopia/segment/hilly-loop/forward",
336
+ 12118362,
337
+ "https://www.strava.com/segments/12118362",
338
+ undefined,
339
+ undefined,
340
+ ],
341
+ [
342
+ "Hilly Loop Rev.",
343
+ "hilly-loop-rev",
344
+ "segment",
345
+ "watopia",
346
+ 9.01,
347
+ "https://whatsonzwift.com/world/watopia/segment/hilly-loop/reverse",
348
+ 12128037,
349
+ "https://www.strava.com/segments/12128037",
350
+ undefined,
351
+ undefined,
352
+ ],
353
+ [
354
+ "Jungle Loop",
355
+ "jungle-loop",
356
+ "segment",
357
+ "watopia",
358
+ 7.8,
359
+ "https://whatsonzwift.com/world/watopia/segment/jungle-loop/forward",
360
+ 16359371,
361
+ "https://www.strava.com/segments/16359371",
362
+ undefined,
363
+ undefined,
364
+ ],
365
+ [
366
+ "Jungle Loop Rev.",
367
+ "jungle-loop-rev",
368
+ "segment",
369
+ "watopia",
370
+ 7.8,
371
+ "https://whatsonzwift.com/world/watopia/segment/jungle-loop/reverse",
372
+ 16359363,
373
+ "https://www.strava.com/segments/16359363",
374
+ undefined,
375
+ undefined,
376
+ ],
377
+ [
378
+ "Titans Grove KOM",
379
+ "titans-grove-kom",
380
+ "climb",
381
+ "watopia",
382
+ 2.6,
383
+ "https://whatsonzwift.com/world/watopia/segment/titans-grove-kom/forward",
384
+ 21343975,
385
+ "https://www.strava.com/segments/21343975",
386
+ 2.2,
387
+ undefined,
388
+ ],
389
+ [
390
+ "Titans Grove KOM Rev.",
391
+ "titans-grove-kom-rev",
392
+ "climb",
393
+ "watopia",
394
+ 0.89,
395
+ "https://whatsonzwift.com/world/watopia/segment/titans-grove-kom/reverse",
396
+ 21343961,
397
+ "https://www.strava.com/segments/21343961",
398
+ 6.6,
399
+ undefined,
400
+ ],
401
+ [
402
+ "Volcano Circuit",
403
+ "volcano-circuit",
404
+ "segment",
405
+ "watopia",
406
+ 4.2,
407
+ "https://whatsonzwift.com/world/watopia/segment/volcano/forward",
408
+ 14032406,
409
+ "https://www.strava.com/segments/14032406",
410
+ undefined,
411
+ undefined,
412
+ ],
413
+ [
414
+ "Volcano Circuit Rev.",
415
+ "volcano-circuit-rev",
416
+ "segment",
417
+ "watopia",
418
+ 4.2,
419
+ "https://whatsonzwift.com/world/watopia/segment/volcano/reverse",
420
+ 14032426,
421
+ "https://www.strava.com/segments/14032426",
422
+ undefined,
423
+ undefined,
424
+ ],
425
+ [
426
+ "Volcano KOM",
427
+ "volcano-kom",
428
+ "climb",
429
+ "watopia",
430
+ 3.75,
431
+ "https://whatsonzwift.com/world/watopia/segment/volcano-kom/forward",
432
+ 14270131,
433
+ "https://www.strava.com/segments/14270131",
434
+ 3.2,
435
+ undefined,
436
+ ],
437
+ [
438
+ "Zwift KOM",
439
+ "zwift-kom",
440
+ "climb",
441
+ "watopia",
442
+ 0.9,
443
+ "https://whatsonzwift.com/world/watopia/segment/zwift-kom/forward",
444
+ 12109030,
445
+ "https://www.strava.com/segments/12109030",
446
+ 5,
447
+ undefined,
448
+ ],
449
+ [
450
+ "Zwift KOM Rev.",
451
+ "zwift-kom-rev",
452
+ "climb",
453
+ "watopia",
454
+ 2.4,
455
+ "https://whatsonzwift.com/world/watopia/segment/zwift-kom/reverse",
456
+ 12128029,
457
+ "https://www.strava.com/segments/12128029",
458
+ 2,
459
+ undefined,
460
+ ],
461
+ [
462
+ "Bologna TT",
463
+ "bologna-tt",
464
+ "climb",
465
+ "bologna",
466
+ 8,
467
+ "https://whatsonzwift.com/world/bologna-tt/segment/bologna-tt/forward",
468
+ 20560239,
469
+ "https://www.strava.com/segments/20560239",
470
+ 2.8,
471
+ undefined,
472
+ ],
473
+ [
474
+ "Central Park Loop Rev.",
475
+ "central-park-loop-rev",
476
+ "segment",
477
+ "new-york",
478
+ 9.7,
479
+ "https://whatsonzwift.com/world/new-york/segment/central-park-loop/reverse",
480
+ 19170661,
481
+ "https://www.strava.com/segments/19170661",
482
+ undefined,
483
+ undefined,
484
+ ],
485
+ [
486
+ "New York KOM",
487
+ "new-york-kom",
488
+ "climb",
489
+ "new-york",
490
+ 1.4,
491
+ "https://whatsonzwift.com/world/new-york/segment/new-york-kom/forward",
492
+ 19141090,
493
+ "https://www.strava.com/segments/19141090",
494
+ 6.1,
495
+ "4",
496
+ ],
497
+ [
498
+ "New York KOM Rev.",
499
+ "new-york-kom-rev",
500
+ "climb",
501
+ "new-york",
502
+ 1.1,
503
+ "https://whatsonzwift.com/world/new-york/segment/new-york-kom/reverse",
504
+ 19141092,
505
+ "https://www.strava.com/segments/19141092",
506
+ 5.7,
507
+ undefined,
508
+ ],
509
+ [
510
+ "23rd St.",
511
+ "23rd-st",
512
+ "climb",
513
+ "richmond",
514
+ 0.275,
515
+ "https://whatsonzwift.com/world/richmond/segment/23rd-st/forward",
516
+ 12128917,
517
+ "https://www.strava.com/segments/12128917",
518
+ 10,
519
+ undefined,
520
+ ],
521
+ [
522
+ "23rd St. Rev",
523
+ "23rd-st-rev",
524
+ "climb",
525
+ "richmond",
526
+ 1.1,
527
+ "https://whatsonzwift.com/world/richmond/segment/23rd-st/reverse",
528
+ 22813206,
529
+ "https://www.strava.com/segments/22813206",
530
+ 3.5,
531
+ undefined,
532
+ ],
533
+ [
534
+ "Richmond KOM",
535
+ "richmond-kom",
536
+ "climb",
537
+ "richmond",
538
+ 0.644,
539
+ "https://whatsonzwift.com/world/richmond/segment/kom/forward",
540
+ 12128826,
541
+ "https://www.strava.com/segments/12128826",
542
+ 6.4,
543
+ undefined,
544
+ ],
545
+ [
546
+ "Richmond KOM Rev.",
547
+ "richmond-kom-rev",
548
+ "climb",
549
+ "richmond",
550
+ 0.7,
551
+ "https://whatsonzwift.com/world/richmond/segment/kom/reverse",
552
+ 26935782,
553
+ "https://www.strava.com/segments/26935782",
554
+ 3.4,
555
+ undefined,
556
+ ],
557
+ [
558
+ "Richmond UCI Cource",
559
+ "richmond-uci-course",
560
+ "segment",
561
+ "richmond",
562
+ 16.2,
563
+ "https://whatsonzwift.com/world/richmond/segment/uci-course/forward",
564
+ 12128718,
565
+ "https://www.strava.com/segments/12128718",
566
+ undefined,
567
+ undefined,
568
+ ],
569
+ [
570
+ "Fox Hill",
571
+ "fox-hill",
572
+ "climb",
573
+ "london",
574
+ 2.4,
575
+ "https://whatsonzwift.com/world/london/segment/fox-hill/forward",
576
+ 16802545,
577
+ "https://www.strava.com/segments/16802545",
578
+ 4.9,
579
+ "4",
580
+ ],
581
+ [
582
+ "Box Hill",
583
+ "box-hill",
584
+ "climb",
585
+ "london",
586
+ 3,
587
+ "https://whatsonzwift.com/world/london/segment/box-hill/reverse",
588
+ 12744502,
589
+ "https://www.strava.com/segments/12744502",
590
+ 4.3,
591
+ "4",
592
+ ],
593
+ [
594
+ "Leith Hill",
595
+ "leith-hill",
596
+ "climb",
597
+ "london",
598
+ 1.9,
599
+ "https://whatsonzwift.com/world/london/segment/leith-hill/forward",
600
+ 16781411,
601
+ "https://www.strava.com/segments/16781411",
602
+ 6.8,
603
+ "4",
604
+ ],
605
+ [
606
+ "Keith Hill",
607
+ "keith-hill",
608
+ "climb",
609
+ "london",
610
+ 4.34,
611
+ "https://whatsonzwift.com/world/london/segment/keith-hill/reverse",
612
+ 16781407,
613
+ "https://www.strava.com/segments/16781407",
614
+ 5,
615
+ "3",
616
+ ],
617
+ [
618
+ "London Loop",
619
+ "london-loop",
620
+ "segment",
621
+ "london",
622
+ 14.96,
623
+ "https://whatsonzwift.com/world/london/segment/london-loop/reverse",
624
+ 12749649,
625
+ "https://www.strava.com/segments/12749649",
626
+ undefined,
627
+ undefined,
628
+ ],
629
+ [
630
+ "Aqueduc KOM",
631
+ "aqueduc-kom",
632
+ "climb",
633
+ "france",
634
+ 0.42,
635
+ "https://whatsonzwift.com/world/france/segment/aqueduc-kom/forward",
636
+ 24700976,
637
+ "https://www.strava.com/segments/24700976",
638
+ 3,
639
+ undefined,
640
+ ],
641
+ [
642
+ "Aqueduc KOM Rev.",
643
+ "aqueduc-kom-rev",
644
+ "climb",
645
+ "france",
646
+ 0.403,
647
+ "https://whatsonzwift.com/world/france/segment/aqueduc-kom/reverse",
648
+ 24701010,
649
+ "https://www.strava.com/segments/24701010",
650
+ 5,
651
+ undefined,
652
+ ],
653
+ [
654
+ "Petit KOM",
655
+ "petit-kom",
656
+ "climb",
657
+ "france",
658
+ 2.7,
659
+ "https://whatsonzwift.com/world/france/segment/petit-kom/forward",
660
+ 24690967,
661
+ "https://www.strava.com/segments/24690967",
662
+ 4,
663
+ "4",
664
+ ],
665
+ [
666
+ "Ventoux KOM",
667
+ "ventoux-kom",
668
+ "climb",
669
+ "france",
670
+ 19,
671
+ "https://whatsonzwift.com/world/france/segment/ventoux-kom/forward",
672
+ 24682578,
673
+ "https://www.strava.com/segments/24682578",
674
+ 8,
675
+ undefined,
676
+ ],
677
+ [
678
+ "Innsbruck KOM",
679
+ "innsbruck-kom",
680
+ "climb",
681
+ "innsbruck",
682
+ 7.4,
683
+ "https://whatsonzwift.com/world/innsbruck/segment/kom/forward",
684
+ 18397965,
685
+ "https://www.strava.com/segments/18397965",
686
+ 6,
687
+ "2",
688
+ ],
689
+ [
690
+ "Innsbruck KOM Rev.",
691
+ "innsbruck-kom-rev",
692
+ "climb",
693
+ "innsbruck",
694
+ 5.79,
695
+ "https://whatsonzwift.com/world/innsbruck/segment/kom/reverse",
696
+ 18397927,
697
+ "https://www.strava.com/segments/18397927",
698
+ 8,
699
+ "2",
700
+ ],
701
+ [
702
+ "Innsbruck UCI Lap",
703
+ "innsbruck-uci-lap",
704
+ "segment",
705
+ "innsbruck",
706
+ 23.65,
707
+ "https://whatsonzwift.com/world/innsbruck/segment/uci-lap/forward",
708
+ 18398895,
709
+ "https://www.strava.com/segments/18398895",
710
+ undefined,
711
+ undefined,
712
+ ],
713
+ [
714
+ "Yorkshire KOM",
715
+ "yorkshire-kom",
716
+ "climb",
717
+ "yorkshire",
718
+ 1.2,
719
+ "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-kom/forward",
720
+ 21747822,
721
+ "https://www.strava.com/segments/21747822",
722
+ 5.5,
723
+ undefined,
724
+ ],
725
+ [
726
+ "Yorkshire KOM Rev.",
727
+ "yorkshire-kom-rev",
728
+ "climb",
729
+ "yorkshire",
730
+ 1.2,
731
+ "https://whatsonzwift.com/world/yorkshire/segment/yorkshire-kom/reverse",
732
+ 21747891,
733
+ "https://www.strava.com/segments/21747891",
734
+ 3.8,
735
+ undefined,
736
+ ],
737
+ [
738
+ "Crit City",
739
+ "crit-city",
740
+ "segment",
741
+ "crit-city",
742
+ 1.95,
743
+ "https://whatsonzwift.com/world/crit-city/segment/crit-city/forward",
744
+ 22445564,
745
+ "https://www.strava.com/segments/22445564",
746
+ undefined,
747
+ undefined,
748
+ ],
749
+ [
750
+ "Crit City Rev.",
751
+ "crit-city-rev",
752
+ "segment",
753
+ "crit-city",
754
+ 1.95,
755
+ "https://whatsonzwift.com/world/crit-city/segment/crit-city/reverse",
756
+ 22419554,
757
+ "https://www.strava.com/segments/22419554",
758
+ undefined,
759
+ undefined,
760
+ ],
761
+ [
762
+ "Prime",
763
+ "prime",
764
+ "climb",
765
+ "crit-city",
766
+ 0.197,
767
+ "https://whatsonzwift.com/world/crit-city/segment/prime/forward",
768
+ undefined,
769
+ undefined,
770
+ 4,
771
+ undefined,
772
+ ],
773
+ [
774
+ "Prime Rev.",
775
+ "prime-rev",
776
+ "sprint",
777
+ "crit-city",
778
+ 0.288,
779
+ "https://whatsonzwift.com/world/crit-city/segment/prime/reverse",
780
+ undefined,
781
+ undefined,
782
+ undefined,
783
+ undefined,
784
+ ],
785
+ [
786
+ "Champs Elysées",
787
+ "champs-elysees",
788
+ "segment",
789
+ "paris",
790
+ 6.62,
791
+ "https://whatsonzwift.com/world/paris/segment/champs-elysees/forward",
792
+ 24674235,
793
+ "https://www.strava.com/segments/24674235",
794
+ undefined,
795
+ undefined,
796
+ ],
797
+ [
798
+ "Champs Elysées Rev.",
799
+ "champs-elysees-rev",
800
+ "segment",
801
+ "paris",
802
+ 6.62,
803
+ "https://whatsonzwift.com/world/paris/segment/champs-elysees/reverse",
804
+ 24674248,
805
+ "https://www.strava.com/segments/24674248",
806
+ undefined,
807
+ undefined,
808
+ ],
809
+ [
810
+ "Country Sprint",
811
+ "country-sprint",
812
+ "sprint",
813
+ "makuri-islands",
814
+ 0.146,
815
+ "https://whatsonzwift.com/world/makuri-islands/segment/country-sprint/forward",
816
+ undefined,
817
+ undefined,
818
+ undefined,
819
+ undefined,
820
+ ],
821
+ [
822
+ "Castle KOM",
823
+ "castle-kom",
824
+ "climb",
825
+ "makuri-islands",
826
+ 2.69,
827
+ "https://whatsonzwift.com/world/makuri-islands/segment/castle-kom/forward",
828
+ 28433453,
829
+ "https://www.strava.com/segments/28433453",
830
+ 2.45,
831
+ undefined,
832
+ ],
833
+ [
834
+ "Village Sprint",
835
+ "village-sprint",
836
+ "sprint",
837
+ "makuri-islands",
838
+ 0.15,
839
+ "https://whatsonzwift.com/world/makuri-islands/segment/village-sprint/forward",
840
+ undefined,
841
+ undefined,
842
+ 0.99,
843
+ undefined,
844
+ ],
845
+ [
846
+ "Temple KOM from Fishing Village Side",
847
+ "temple-kom-from-fishing-village-side",
848
+ "climb",
849
+ "makuri-islands",
850
+ 2.51,
851
+ "https://whatsonzwift.com/world/makuri-islands/segment/temple-kom/forward",
852
+ 28432259,
853
+ "https://www.strava.com/segments/28432259",
854
+ 3.95,
855
+ "4",
856
+ ],
857
+ [
858
+ "Temple KOM from Castle Side",
859
+ "temple-kom-from-castle-side",
860
+ "climb",
861
+ "makuri-islands",
862
+ 1.88,
863
+ "https://whatsonzwift.com/world/makuri-islands/segment/temple-kom/reverse",
864
+ 28432293,
865
+ "https://www.strava.com/segments/28432293",
866
+ 3.59,
867
+ undefined,
868
+ ],
869
+ [
870
+ "Rooftop KOM",
871
+ "rooftop-kom",
872
+ "climb",
873
+ "makuri-islands",
874
+ 1.87,
875
+ "https://whatsonzwift.com/world/makuri-islands/segment/rooftop-kom/forward",
876
+ 30407861,
877
+ "https://www.strava.com/segments/30407861",
878
+ 2.7,
879
+ undefined,
880
+ ],
881
+ [
882
+ "Tower Sprint",
883
+ "tower-sprint",
884
+ "sprint",
885
+ "makuri-islands",
886
+ 0.31,
887
+ "https://whatsonzwift.com/world/makuri-islands/segment/tower-sprint/forward",
888
+ 30412571,
889
+ "https://www.strava.com/segments/30412571",
890
+ undefined,
891
+ undefined,
892
+ ],
893
+ [
894
+ "Tower Sprint Rev.",
895
+ "tower-sprint-rev",
896
+ "sprint",
897
+ "makuri-islands",
898
+ 0.31,
899
+ "https://whatsonzwift.com/world/makuri-islands/segment/tower-sprint/reverse",
900
+ undefined,
901
+ undefined,
902
+ undefined,
903
+ undefined,
904
+ ],
905
+ [
906
+ "Castle Park Sprint",
907
+ "castle-park-sprint",
908
+ "sprint",
909
+ "makuri-islands",
910
+ 0.32,
911
+ "https://whatsonzwift.com/world/makuri-islands/segment/castle-park-sprint/forward",
912
+ undefined,
913
+ undefined,
914
+ undefined,
915
+ undefined,
916
+ ],
917
+ [
918
+ "Castle Park Sprint Rev.",
919
+ "castle-park-sprint-rev",
920
+ "sprint",
921
+ "makuri-islands",
922
+ 0.32,
923
+ "https://whatsonzwift.com/world/makuri-islands/segment/castle-park-sprint/reverse",
924
+ undefined,
925
+ undefined,
926
+ undefined,
927
+ undefined,
928
+ ],
929
+ [
930
+ "Alley Sprint",
931
+ "alley-sprint",
932
+ "sprint",
933
+ "makuri-islands",
934
+ 0.48,
935
+ "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/forward",
936
+ 30412916,
937
+ "https://www.strava.com/segments/30412916",
938
+ undefined,
939
+ undefined,
940
+ ],
941
+ [
942
+ "Alley Sprint Rev.",
943
+ "alley-sprint-rev",
944
+ "sprint",
945
+ "makuri-islands",
946
+ 0.48,
947
+ "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/reverse",
948
+ 30412903,
949
+ "https://www.strava.com/segments/30412903",
950
+ undefined,
951
+ undefined,
952
+ ],
953
+ [
954
+ "Railway Sprint",
955
+ "railway-sprint",
956
+ "sprint",
957
+ "makuri-islands",
958
+ 0.49,
959
+ "https://whatsonzwift.com/world/makuri-islands/segment/railway-sprint/forward",
960
+ 30412927,
961
+ "https://www.strava.com/segments/30412927",
962
+ undefined,
963
+ undefined,
964
+ ],
965
+ [
966
+ "Boardwalk Sprint",
967
+ "boardwalk-sprint",
968
+ "sprint",
969
+ "makuri-islands",
970
+ 0.24,
971
+ "https://whatsonzwift.com/world/makuri-islands/segment/boardwalk-sprint/forward",
972
+ undefined,
973
+ undefined,
974
+ undefined,
975
+ undefined,
976
+ ],
977
+ [
978
+ "Tidepool Sprint",
979
+ "tidepool-sprint",
980
+ "sprint",
981
+ "makuri-islands",
982
+ 0.31,
983
+ "https://whatsonzwift.com/world/makuri-islands/segment/tidepool-sprint/reverse",
984
+ undefined,
985
+ undefined,
986
+ undefined,
987
+ undefined,
988
+ ],
989
+ [
990
+ "Shisa Sprint Rev.",
991
+ "shisa-sprint-rev",
992
+ "sprint",
993
+ "makuri-islands",
994
+ 0.29,
995
+ "https://whatsonzwift.com/world/makuri-islands/segment/shisa-sprint/reverse",
996
+ undefined,
997
+ undefined,
998
+ undefined,
999
+ undefined,
1000
+ ],
1001
+ [
1002
+ "Shisa Sprint",
1003
+ "shisa-sprint",
1004
+ "sprint",
1005
+ "makuri-islands",
1006
+ 0.28,
1007
+ "https://whatsonzwift.com/world/makuri-islands/segment/shisa-sprint/forward",
1008
+ undefined,
1009
+ undefined,
1010
+ undefined,
1011
+ undefined,
1012
+ ],
1013
+ [
1014
+ "Village Sprint Rev.",
1015
+ "village-sprint-rev",
1016
+ "sprint",
1017
+ "makuri-islands",
1018
+ 0.14,
1019
+ "https://whatsonzwift.com/world/makuri-islands/segment/village-sprint/reverse",
1020
+ undefined,
1021
+ undefined,
1022
+ undefined,
1023
+ undefined,
1024
+ ],
1025
+ [
1026
+ "Country Sprint Rev.",
1027
+ "country-sprint-rev",
1028
+ "sprint",
1029
+ "makuri-islands",
1030
+ 0.13,
1031
+ "https://whatsonzwift.com/world/makuri-islands/segment/country-sprint/reverse",
1032
+ undefined,
1033
+ undefined,
1034
+ undefined,
1035
+ undefined,
1036
+ ],
1037
+ ].map(([name, slug, type, world, distance, whatsOnZwiftUrl, stravaSegmentId, stravaSegmentUrl, avgIncline, climbType,]) => ({
1038
+ name,
1039
+ slug,
1040
+ type,
1041
+ world,
1042
+ distance,
1043
+ whatsOnZwiftUrl,
1044
+ stravaSegmentId,
1045
+ stravaSegmentUrl,
1046
+ avgIncline,
1047
+ climbType,
1048
+ }));