Advertisement
joric

bandersnatch_chapters.xml

Jan 3rd, 2019
1,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 47.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE Chapters SYSTEM "matroskachapters.dtd">
  3. <!--
  4. #!/usr/bin/env python3
  5. # see https://www.reddit.com/r/Piracy/comments/abap4g/better_version_of_the_bandersnatch_timeline_map/ed0czn1/
  6.  
  7. import json
  8. SegmentMap = json.load(open('SegmentMap.json', 'rb'))
  9.  
  10. def msToString(ms):
  11.    seconds=(ms/1000)%60
  12.    minutes=(ms/(1000*60))%60
  13.    hours=(ms/(1000*60*60))%24
  14.    return ("%02d:%02d:%02d.%03d" % (hours, minutes, seconds, ms%1000))
  15.  
  16. print('<?xml version="1.0" encoding="ISO-8859-1"?>\n<!DOCTYPE Chapters SYSTEM "matroskachapters.dtd">\n<Chapters><EditionEntry>')
  17.  
  18. for k,v in SegmentMap['segments'].items():
  19.     title = k
  20.     start = v['startTimeMs']
  21.     end = v['endTimeMs'] if 'endTimeMs' in v.keys() else start
  22.     start = msToString(start)
  23.     end = msToString(end)
  24.  
  25.     print('<ChapterAtom><ChapterTimeStart>%s</ChapterTimeStart><ChapterTimeEnd>%s</ChapterTimeEnd><ChapterDisplay><ChapterString>%s</ChapterString></ChapterDisplay></ChapterAtom>' % (start, end, title))
  26.  
  27. print('</EditionEntry>\n</Chapters>')
  28. -->
  29. <Chapters><EditionEntry>
  30. <ChapterAtom><ChapterTimeStart>00:00:00.000</ChapterTimeStart><ChapterTimeEnd>00:02:33.520</ChapterTimeEnd><ChapterDisplay><ChapterString>1A</ChapterString></ChapterDisplay></ChapterAtom>
  31. <ChapterAtom><ChapterTimeStart>00:02:33.520</ChapterTimeStart><ChapterTimeEnd>00:03:27.240</ChapterTimeEnd><ChapterDisplay><ChapterString>1E</ChapterString></ChapterDisplay></ChapterAtom>
  32. <ChapterAtom><ChapterTimeStart>00:03:27.240</ChapterTimeStart><ChapterTimeEnd>00:08:01.360</ChapterTimeEnd><ChapterDisplay><ChapterString>1H</ChapterString></ChapterDisplay></ChapterAtom>
  33. <ChapterAtom><ChapterTimeStart>00:08:01.360</ChapterTimeStart><ChapterTimeEnd>00:09:31.320</ChapterTimeEnd><ChapterDisplay><ChapterString>8A</ChapterString></ChapterDisplay></ChapterAtom>
  34. <ChapterAtom><ChapterTimeStart>00:09:31.320</ChapterTimeStart><ChapterTimeEnd>00:11:51.240</ChapterTimeEnd><ChapterDisplay><ChapterString>1HA</ChapterString></ChapterDisplay></ChapterAtom>
  35. <ChapterAtom><ChapterTimeStart>00:11:51.240</ChapterTimeStart><ChapterTimeEnd>00:17:08.600</ChapterTimeEnd><ChapterDisplay><ChapterString>1Qtt</ChapterString></ChapterDisplay></ChapterAtom>
  36. <ChapterAtom><ChapterTimeStart>00:17:08.600</ChapterTimeStart><ChapterTimeEnd>00:20:25.200</ChapterTimeEnd><ChapterDisplay><ChapterString>2B</ChapterString></ChapterDisplay></ChapterAtom>
  37. <ChapterAtom><ChapterTimeStart>00:20:25.200</ChapterTimeStart><ChapterTimeEnd>00:23:35.040</ChapterTimeEnd><ChapterDisplay><ChapterString>1R</ChapterString></ChapterDisplay></ChapterAtom>
  38. <ChapterAtom><ChapterTimeStart>00:23:35.040</ChapterTimeStart><ChapterTimeEnd>00:23:45.320</ChapterTimeEnd><ChapterDisplay><ChapterString>3B</ChapterString></ChapterDisplay></ChapterAtom>
  39. <ChapterAtom><ChapterTimeStart>00:23:45.320</ChapterTimeStart><ChapterTimeEnd>00:24:16.960</ChapterTimeEnd><ChapterDisplay><ChapterString>SS13</ChapterString></ChapterDisplay></ChapterAtom>
  40. <ChapterAtom><ChapterTimeStart>00:24:16.960</ChapterTimeStart><ChapterTimeEnd>00:24:46.960</ChapterTimeEnd><ChapterDisplay><ChapterString>3Ax</ChapterString></ChapterDisplay></ChapterAtom>
  41. <ChapterAtom><ChapterTimeStart>00:24:46.960</ChapterTimeStart><ChapterTimeEnd>00:25:09.080</ChapterTimeEnd><ChapterDisplay><ChapterString>3C</ChapterString></ChapterDisplay></ChapterAtom>
  42. <ChapterAtom><ChapterTimeStart>00:25:09.080</ChapterTimeStart><ChapterTimeEnd>00:26:17.120</ChapterTimeEnd><ChapterDisplay><ChapterString>3J</ChapterString></ChapterDisplay></ChapterAtom>
  43. <ChapterAtom><ChapterTimeStart>00:26:17.120</ChapterTimeStart><ChapterTimeEnd>00:27:25.800</ChapterTimeEnd><ChapterDisplay><ChapterString>3R</ChapterString></ChapterDisplay></ChapterAtom>
  44. <ChapterAtom><ChapterTimeStart>00:27:25.800</ChapterTimeStart><ChapterTimeEnd>00:28:18.160</ChapterTimeEnd><ChapterDisplay><ChapterString>3U</ChapterString></ChapterDisplay></ChapterAtom>
  45. <ChapterAtom><ChapterTimeStart>00:28:18.160</ChapterTimeStart><ChapterTimeEnd>00:28:58.880</ChapterTimeEnd><ChapterDisplay><ChapterString>3X</ChapterString></ChapterDisplay></ChapterAtom>
  46. <ChapterAtom><ChapterTimeStart>00:28:58.880</ChapterTimeStart><ChapterTimeEnd>00:30:03.000</ChapterTimeEnd><ChapterDisplay><ChapterString>8B</ChapterString></ChapterDisplay></ChapterAtom>
  47. <ChapterAtom><ChapterTimeStart>00:30:03.000</ChapterTimeStart><ChapterTimeEnd>00:30:34.640</ChapterTimeEnd><ChapterDisplay><ChapterString>SS15</ChapterString></ChapterDisplay></ChapterAtom>
  48. <ChapterAtom><ChapterTimeStart>00:30:34.640</ChapterTimeStart><ChapterTimeEnd>00:31:04.640</ChapterTimeEnd><ChapterDisplay><ChapterString>3Xxa</ChapterString></ChapterDisplay></ChapterAtom>
  49. <ChapterAtom><ChapterTimeStart>00:31:04.640</ChapterTimeStart><ChapterTimeEnd>00:35:09.600</ChapterTimeEnd><ChapterDisplay><ChapterString>3Vfs</ChapterString></ChapterDisplay></ChapterAtom>
  50. <ChapterAtom><ChapterTimeStart>00:35:09.600</ChapterTimeStart><ChapterTimeEnd>00:35:29.120</ChapterTimeEnd><ChapterDisplay><ChapterString>3Y</ChapterString></ChapterDisplay></ChapterAtom>
  51. <ChapterAtom><ChapterTimeStart>00:35:29.120</ChapterTimeStart><ChapterTimeEnd>00:36:00.760</ChapterTimeEnd><ChapterDisplay><ChapterString>SS17</ChapterString></ChapterDisplay></ChapterAtom>
  52. <ChapterAtom><ChapterTimeStart>00:36:00.760</ChapterTimeStart><ChapterTimeEnd>00:36:33.720</ChapterTimeEnd><ChapterDisplay><ChapterString>3Vx</ChapterString></ChapterDisplay></ChapterAtom>
  53. <ChapterAtom><ChapterTimeStart>00:36:33.720</ChapterTimeStart><ChapterTimeEnd>00:37:27.960</ChapterTimeEnd><ChapterDisplay><ChapterString>3Z</ChapterString></ChapterDisplay></ChapterAtom>
  54. <ChapterAtom><ChapterTimeStart>00:37:27.960</ChapterTimeStart><ChapterTimeEnd>00:40:01.400</ChapterTimeEnd><ChapterDisplay><ChapterString>3AH</ChapterString></ChapterDisplay></ChapterAtom>
  55. <ChapterAtom><ChapterTimeStart>00:40:01.400</ChapterTimeStart><ChapterTimeEnd>00:40:44.600</ChapterTimeEnd><ChapterDisplay><ChapterString>4C2</ChapterString></ChapterDisplay></ChapterAtom>
  56. <ChapterAtom><ChapterTimeStart>00:40:44.600</ChapterTimeStart><ChapterTimeEnd>00:41:14.800</ChapterTimeEnd><ChapterDisplay><ChapterString>7A</ChapterString></ChapterDisplay></ChapterAtom>
  57. <ChapterAtom><ChapterTimeStart>00:41:14.800</ChapterTimeStart><ChapterTimeEnd>00:41:39.440</ChapterTimeEnd><ChapterDisplay><ChapterString>7B</ChapterString></ChapterDisplay></ChapterAtom>
  58. <ChapterAtom><ChapterTimeStart>00:41:39.440</ChapterTimeStart><ChapterTimeEnd>00:41:53.520</ChapterTimeEnd><ChapterDisplay><ChapterString>7C</ChapterString></ChapterDisplay></ChapterAtom>
  59. <ChapterAtom><ChapterTimeStart>00:41:53.520</ChapterTimeStart><ChapterTimeEnd>00:44:19.280</ChapterTimeEnd><ChapterDisplay><ChapterString>7D</ChapterString></ChapterDisplay></ChapterAtom>
  60. <ChapterAtom><ChapterTimeStart>00:44:19.280</ChapterTimeStart><ChapterTimeEnd>00:45:19.040</ChapterTimeEnd><ChapterDisplay><ChapterString>7L</ChapterString></ChapterDisplay></ChapterAtom>
  61. <ChapterAtom><ChapterTimeStart>00:45:19.040</ChapterTimeStart><ChapterTimeEnd>00:45:50.640</ChapterTimeEnd><ChapterDisplay><ChapterString>SS51</ChapterString></ChapterDisplay></ChapterAtom>
  62. <ChapterAtom><ChapterTimeStart>00:45:50.640</ChapterTimeStart><ChapterTimeEnd>00:46:16.800</ChapterTimeEnd><ChapterDisplay><ChapterString>R4</ChapterString></ChapterDisplay></ChapterAtom>
  63. <ChapterAtom><ChapterTimeStart>00:46:16.800</ChapterTimeStart><ChapterTimeEnd>00:49:43.840</ChapterTimeEnd><ChapterDisplay><ChapterString>3M</ChapterString></ChapterDisplay></ChapterAtom>
  64. <ChapterAtom><ChapterTimeStart>00:49:43.840</ChapterTimeStart><ChapterTimeEnd>00:54:13.520</ChapterTimeEnd><ChapterDisplay><ChapterString>3N</ChapterString></ChapterDisplay></ChapterAtom>
  65. <ChapterAtom><ChapterTimeStart>00:54:13.520</ChapterTimeStart><ChapterTimeEnd>00:55:27.800</ChapterTimeEnd><ChapterDisplay><ChapterString>8L</ChapterString></ChapterDisplay></ChapterAtom>
  66. <ChapterAtom><ChapterTimeStart>00:55:27.800</ChapterTimeStart><ChapterTimeEnd>00:55:59.440</ChapterTimeEnd><ChapterDisplay><ChapterString>SS20</ChapterString></ChapterDisplay></ChapterAtom>
  67. <ChapterAtom><ChapterTimeStart>00:55:59.440</ChapterTimeStart><ChapterTimeEnd>00:56:30.680</ChapterTimeEnd><ChapterDisplay><ChapterString>3Nx</ChapterString></ChapterDisplay></ChapterAtom>
  68. <ChapterAtom><ChapterTimeStart>00:56:30.680</ChapterTimeStart><ChapterTimeEnd>00:57:29.200</ChapterTimeEnd><ChapterDisplay><ChapterString>3Q</ChapterString></ChapterDisplay></ChapterAtom>
  69. <ChapterAtom><ChapterTimeStart>00:57:29.200</ChapterTimeStart><ChapterTimeEnd>00:57:48.360</ChapterTimeEnd><ChapterDisplay><ChapterString>3S</ChapterString></ChapterDisplay></ChapterAtom>
  70. <ChapterAtom><ChapterTimeStart>00:57:48.360</ChapterTimeStart><ChapterTimeEnd>00:59:11.360</ChapterTimeEnd><ChapterDisplay><ChapterString>ZHw6</ChapterString></ChapterDisplay></ChapterAtom>
  71. <ChapterAtom><ChapterTimeStart>00:59:11.360</ChapterTimeStart><ChapterTimeEnd>01:00:32.880</ChapterTimeEnd><ChapterDisplay><ChapterString>3AC2</ChapterString></ChapterDisplay></ChapterAtom>
  72. <ChapterAtom><ChapterTimeStart>01:00:32.880</ChapterTimeStart><ChapterTimeEnd>01:01:24.720</ChapterTimeEnd><ChapterDisplay><ChapterString>5A</ChapterString></ChapterDisplay></ChapterAtom>
  73. <ChapterAtom><ChapterTimeStart>01:01:24.720</ChapterTimeStart><ChapterTimeEnd>01:01:42.080</ChapterTimeEnd><ChapterDisplay><ChapterString>5H</ChapterString></ChapterDisplay></ChapterAtom>
  74. <ChapterAtom><ChapterTimeStart>01:01:42.080</ChapterTimeStart><ChapterTimeEnd>01:02:27.640</ChapterTimeEnd><ChapterDisplay><ChapterString>5V</ChapterString></ChapterDisplay></ChapterAtom>
  75. <ChapterAtom><ChapterTimeStart>01:02:27.640</ChapterTimeStart><ChapterTimeEnd>01:03:15.400</ChapterTimeEnd><ChapterDisplay><ChapterString>5QA</ChapterString></ChapterDisplay></ChapterAtom>
  76. <ChapterAtom><ChapterTimeStart>01:03:15.400</ChapterTimeStart><ChapterTimeEnd>01:03:51.280</ChapterTimeEnd><ChapterDisplay><ChapterString>5UA</ChapterString></ChapterDisplay></ChapterAtom>
  77. <ChapterAtom><ChapterTimeStart>01:03:51.280</ChapterTimeStart><ChapterTimeEnd>01:05:03.920</ChapterTimeEnd><ChapterDisplay><ChapterString>5AD</ChapterString></ChapterDisplay></ChapterAtom>
  78. <ChapterAtom><ChapterTimeStart>01:05:03.920</ChapterTimeStart><ChapterTimeEnd>01:06:22.440</ChapterTimeEnd><ChapterDisplay><ChapterString>5AF</ChapterString></ChapterDisplay></ChapterAtom>
  79. <ChapterAtom><ChapterTimeStart>01:06:22.440</ChapterTimeStart><ChapterTimeEnd>01:08:04.840</ChapterTimeEnd><ChapterDisplay><ChapterString>8Q</ChapterString></ChapterDisplay></ChapterAtom>
  80. <ChapterAtom><ChapterTimeStart>01:08:04.840</ChapterTimeStart><ChapterTimeEnd>01:08:36.440</ChapterTimeEnd><ChapterDisplay><ChapterString>SS52</ChapterString></ChapterDisplay></ChapterAtom>
  81. <ChapterAtom><ChapterTimeStart>01:08:36.440</ChapterTimeStart><ChapterTimeEnd>01:09:15.360</ChapterTimeEnd><ChapterDisplay><ChapterString>Z7c</ChapterString></ChapterDisplay></ChapterAtom>
  82. <ChapterAtom><ChapterTimeStart>01:09:15.360</ChapterTimeStart><ChapterTimeEnd>01:09:42.080</ChapterTimeEnd><ChapterDisplay><ChapterString>5VA</ChapterString></ChapterDisplay></ChapterAtom>
  83. <ChapterAtom><ChapterTimeStart>01:09:42.080</ChapterTimeStart><ChapterTimeEnd>01:12:19.880</ChapterTimeEnd><ChapterDisplay><ChapterString>5Mp</ChapterString></ChapterDisplay></ChapterAtom>
  84. <ChapterAtom><ChapterTimeStart>01:12:19.880</ChapterTimeStart><ChapterTimeEnd>01:14:25.720</ChapterTimeEnd><ChapterDisplay><ChapterString>8K</ChapterString></ChapterDisplay></ChapterAtom>
  85. <ChapterAtom><ChapterTimeStart>01:14:25.720</ChapterTimeStart><ChapterTimeEnd>01:15:25.960</ChapterTimeEnd><ChapterDisplay><ChapterString>S37A</ChapterString></ChapterDisplay></ChapterAtom>
  86. <ChapterAtom><ChapterTimeStart>01:15:25.960</ChapterTimeStart><ChapterTimeEnd>01:15:59.640</ChapterTimeEnd><ChapterDisplay><ChapterString>R2</ChapterString></ChapterDisplay></ChapterAtom>
  87. <ChapterAtom><ChapterTimeStart>01:15:59.640</ChapterTimeStart><ChapterTimeEnd>01:17:58.120</ChapterTimeEnd><ChapterDisplay><ChapterString>3AD3</ChapterString></ChapterDisplay></ChapterAtom>
  88. <ChapterAtom><ChapterTimeStart>01:17:58.120</ChapterTimeStart><ChapterTimeEnd>01:19:51.120</ChapterTimeEnd><ChapterDisplay><ChapterString>8J</ChapterString></ChapterDisplay></ChapterAtom>
  89. <ChapterAtom><ChapterTimeStart>01:19:51.120</ChapterTimeStart><ChapterTimeEnd>01:21:09.520</ChapterTimeEnd><ChapterDisplay><ChapterString>8JA</ChapterString></ChapterDisplay></ChapterAtom>
  90. <ChapterAtom><ChapterTimeStart>01:21:09.520</ChapterTimeStart><ChapterTimeEnd>01:21:41.120</ChapterTimeEnd><ChapterDisplay><ChapterString>SS57</ChapterString></ChapterDisplay></ChapterAtom>
  91. <ChapterAtom><ChapterTimeStart>01:21:41.120</ChapterTimeStart><ChapterTimeEnd>01:22:29.480</ChapterTimeEnd><ChapterDisplay><ChapterString>R6</ChapterString></ChapterDisplay></ChapterAtom>
  92. <ChapterAtom><ChapterTimeStart>01:22:29.480</ChapterTimeStart><ChapterTimeEnd>01:26:19.360</ChapterTimeEnd><ChapterDisplay><ChapterString>3AF1</ChapterString></ChapterDisplay></ChapterAtom>
  93. <ChapterAtom><ChapterTimeStart>01:26:19.360</ChapterTimeStart><ChapterTimeEnd>01:28:29.200</ChapterTimeEnd><ChapterDisplay><ChapterString>6A</ChapterString></ChapterDisplay></ChapterAtom>
  94. <ChapterAtom><ChapterTimeStart>01:28:29.200</ChapterTimeStart><ChapterTimeEnd>01:29:57.160</ChapterTimeEnd><ChapterDisplay><ChapterString>6C</ChapterString></ChapterDisplay></ChapterAtom>
  95. <ChapterAtom><ChapterTimeStart>01:29:57.160</ChapterTimeStart><ChapterTimeEnd>01:30:42.480</ChapterTimeEnd><ChapterDisplay><ChapterString>8D</ChapterString></ChapterDisplay></ChapterAtom>
  96. <ChapterAtom><ChapterTimeStart>01:30:42.480</ChapterTimeStart><ChapterTimeEnd>01:31:36.880</ChapterTimeEnd><ChapterDisplay><ChapterString>1D</ChapterString></ChapterDisplay></ChapterAtom>
  97. <ChapterAtom><ChapterTimeStart>01:31:36.880</ChapterTimeStart><ChapterTimeEnd>01:36:13.000</ChapterTimeEnd><ChapterDisplay><ChapterString>1G</ChapterString></ChapterDisplay></ChapterAtom>
  98. <ChapterAtom><ChapterTimeStart>01:36:13.000</ChapterTimeStart><ChapterTimeEnd>01:38:33.600</ChapterTimeEnd><ChapterDisplay><ChapterString>1GA</ChapterString></ChapterDisplay></ChapterAtom>
  99. <ChapterAtom><ChapterTimeStart>01:38:33.600</ChapterTimeStart><ChapterTimeEnd>01:43:50.960</ChapterTimeEnd><ChapterDisplay><ChapterString>1Qnw</ChapterString></ChapterDisplay></ChapterAtom>
  100. <ChapterAtom><ChapterTimeStart>01:43:50.960</ChapterTimeStart><ChapterTimeEnd>01:44:31.680</ChapterTimeEnd><ChapterDisplay><ChapterString>3Xcd</ChapterString></ChapterDisplay></ChapterAtom>
  101. <ChapterAtom><ChapterTimeStart>01:44:31.680</ChapterTimeStart><ChapterTimeEnd>01:49:04.400</ChapterTimeEnd><ChapterDisplay><ChapterString>3Wff</ChapterString></ChapterDisplay></ChapterAtom>
  102. <ChapterAtom><ChapterTimeStart>01:49:04.400</ChapterTimeStart><ChapterTimeEnd>01:51:39.080</ChapterTimeEnd><ChapterDisplay><ChapterString>3AB</ChapterString></ChapterDisplay></ChapterAtom>
  103. <ChapterAtom><ChapterTimeStart>01:51:39.080</ChapterTimeStart><ChapterTimeEnd>01:52:12.000</ChapterTimeEnd><ChapterDisplay><ChapterString>7H</ChapterString></ChapterDisplay></ChapterAtom>
  104. <ChapterAtom><ChapterTimeStart>01:52:12.000</ChapterTimeStart><ChapterTimeEnd>01:52:27.400</ChapterTimeEnd><ChapterDisplay><ChapterString>7K</ChapterString></ChapterDisplay></ChapterAtom>
  105. <ChapterAtom><ChapterTimeStart>01:52:27.400</ChapterTimeStart><ChapterTimeEnd>01:52:59.000</ChapterTimeEnd><ChapterDisplay><ChapterString>SS56</ChapterString></ChapterDisplay></ChapterAtom>
  106. <ChapterAtom><ChapterTimeStart>01:52:59.000</ChapterTimeStart><ChapterTimeEnd>01:53:19.680</ChapterTimeEnd><ChapterDisplay><ChapterString>8Aa</ChapterString></ChapterDisplay></ChapterAtom>
  107. <ChapterAtom><ChapterTimeStart>01:53:19.680</ChapterTimeStart><ChapterTimeEnd>01:53:51.280</ChapterTimeEnd><ChapterDisplay><ChapterString>SS10</ChapterString></ChapterDisplay></ChapterAtom>
  108. <ChapterAtom><ChapterTimeStart>01:53:51.280</ChapterTimeStart><ChapterTimeEnd>01:54:29.400</ChapterTimeEnd><ChapterDisplay><ChapterString>1PA</ChapterString></ChapterDisplay></ChapterAtom>
  109. <ChapterAtom><ChapterTimeStart>01:54:29.400</ChapterTimeStart><ChapterTimeEnd>01:55:06.800</ChapterTimeEnd><ChapterDisplay><ChapterString>1QA</ChapterString></ChapterDisplay></ChapterAtom>
  110. <ChapterAtom><ChapterTimeStart>01:55:06.800</ChapterTimeStart><ChapterTimeEnd>01:57:03.400</ChapterTimeEnd><ChapterDisplay><ChapterString>1GB</ChapterString></ChapterDisplay></ChapterAtom>
  111. <ChapterAtom><ChapterTimeStart>01:57:03.400</ChapterTimeStart><ChapterTimeEnd>01:57:25.920</ChapterTimeEnd><ChapterDisplay><ChapterString>1QB</ChapterString></ChapterDisplay></ChapterAtom>
  112. <ChapterAtom><ChapterTimeStart>01:57:25.920</ChapterTimeStart><ChapterTimeEnd>01:57:52.480</ChapterTimeEnd><ChapterDisplay><ChapterString>3L</ChapterString></ChapterDisplay></ChapterAtom>
  113. <ChapterAtom><ChapterTimeStart>01:57:52.480</ChapterTimeStart><ChapterTimeEnd>01:58:24.240</ChapterTimeEnd><ChapterDisplay><ChapterString>ZP</ChapterString></ChapterDisplay></ChapterAtom>
  114. <ChapterAtom><ChapterTimeStart>01:58:24.240</ChapterTimeStart><ChapterTimeEnd>01:58:58.480</ChapterTimeEnd><ChapterDisplay><ChapterString>ZJ</ChapterString></ChapterDisplay></ChapterAtom>
  115. <ChapterAtom><ChapterTimeStart>01:58:58.480</ChapterTimeStart><ChapterTimeEnd>02:00:56.960</ChapterTimeEnd><ChapterDisplay><ChapterString>3AD</ChapterString></ChapterDisplay></ChapterAtom>
  116. <ChapterAtom><ChapterTimeStart>02:00:56.960</ChapterTimeStart><ChapterTimeEnd>02:01:50.880</ChapterTimeEnd><ChapterDisplay><ChapterString>3AK</ChapterString></ChapterDisplay></ChapterAtom>
  117. <ChapterAtom><ChapterTimeStart>02:01:50.880</ChapterTimeStart><ChapterTimeEnd>02:02:34.080</ChapterTimeEnd><ChapterDisplay><ChapterString>4C1</ChapterString></ChapterDisplay></ChapterAtom>
  118. <ChapterAtom><ChapterTimeStart>02:02:34.080</ChapterTimeStart><ChapterTimeEnd>02:02:50.200</ChapterTimeEnd><ChapterDisplay><ChapterString>ZMC</ChapterString></ChapterDisplay></ChapterAtom>
  119. <ChapterAtom><ChapterTimeStart>02:02:50.200</ChapterTimeStart><ChapterTimeEnd>02:03:52.720</ChapterTimeEnd><ChapterDisplay><ChapterString>6B</ChapterString></ChapterDisplay></ChapterAtom>
  120. <ChapterAtom><ChapterTimeStart>02:03:52.720</ChapterTimeStart><ChapterTimeEnd>02:05:05.400</ChapterTimeEnd><ChapterDisplay><ChapterString>6D</ChapterString></ChapterDisplay></ChapterAtom>
  121. <ChapterAtom><ChapterTimeStart>02:05:05.400</ChapterTimeStart><ChapterTimeEnd>02:05:50.720</ChapterTimeEnd><ChapterDisplay><ChapterString>8Da</ChapterString></ChapterDisplay></ChapterAtom>
  122. <ChapterAtom><ChapterTimeStart>02:05:50.720</ChapterTimeStart><ChapterTimeEnd>02:08:45.080</ChapterTimeEnd><ChapterDisplay><ChapterString>2Bt1</ChapterString></ChapterDisplay></ChapterAtom>
  123. <ChapterAtom><ChapterTimeStart>02:08:45.080</ChapterTimeStart><ChapterTimeEnd>02:11:34.920</ChapterTimeEnd><ChapterDisplay><ChapterString>2Bp2</ChapterString></ChapterDisplay></ChapterAtom>
  124. <ChapterAtom><ChapterTimeStart>02:11:34.920</ChapterTimeStart><ChapterTimeEnd>02:12:06.000</ChapterTimeEnd><ChapterDisplay><ChapterString>2GA</ChapterString></ChapterDisplay></ChapterAtom>
  125. <ChapterAtom><ChapterTimeStart>02:12:06.000</ChapterTimeStart><ChapterTimeEnd>02:15:00.360</ChapterTimeEnd><ChapterDisplay><ChapterString>2Bp1</ChapterString></ChapterDisplay></ChapterAtom>
  126. <ChapterAtom><ChapterTimeStart>02:15:00.360</ChapterTimeStart><ChapterTimeEnd>02:17:50.200</ChapterTimeEnd><ChapterDisplay><ChapterString>2Bt2</ChapterString></ChapterDisplay></ChapterAtom>
  127. <ChapterAtom><ChapterTimeStart>02:17:50.200</ChapterTimeStart><ChapterTimeEnd>02:18:00.160</ChapterTimeEnd><ChapterDisplay><ChapterString>3LA</ChapterString></ChapterDisplay></ChapterAtom>
  128. <ChapterAtom><ChapterTimeStart>02:18:00.160</ChapterTimeStart><ChapterTimeEnd>02:22:05.120</ChapterTimeEnd><ChapterDisplay><ChapterString>3Vff</ChapterString></ChapterDisplay></ChapterAtom>
  129. <ChapterAtom><ChapterTimeStart>02:22:05.120</ChapterTimeStart><ChapterTimeEnd>02:26:07.400</ChapterTimeEnd><ChapterDisplay><ChapterString>3Vbf</ChapterString></ChapterDisplay></ChapterAtom>
  130. <ChapterAtom><ChapterTimeStart>02:26:07.400</ChapterTimeStart><ChapterTimeEnd>02:30:09.680</ChapterTimeEnd><ChapterDisplay><ChapterString>3Vbs</ChapterString></ChapterDisplay></ChapterAtom>
  131. <ChapterAtom><ChapterTimeStart>02:30:09.680</ChapterTimeStart><ChapterTimeEnd>02:34:39.200</ChapterTimeEnd><ChapterDisplay><ChapterString>3Wbf</ChapterString></ChapterDisplay></ChapterAtom>
  132. <ChapterAtom><ChapterTimeStart>02:34:39.200</ChapterTimeStart><ChapterTimeEnd>02:39:08.720</ChapterTimeEnd><ChapterDisplay><ChapterString>3Wbs</ChapterString></ChapterDisplay></ChapterAtom>
  133. <ChapterAtom><ChapterTimeStart>02:39:08.720</ChapterTimeStart><ChapterTimeEnd>02:43:41.440</ChapterTimeEnd><ChapterDisplay><ChapterString>3Wfs</ChapterString></ChapterDisplay></ChapterAtom>
  134. <ChapterAtom><ChapterTimeStart>02:43:41.440</ChapterTimeStart><ChapterTimeEnd>02:45:08.480</ChapterTimeEnd><ChapterDisplay><ChapterString>3AC</ChapterString></ChapterDisplay></ChapterAtom>
  135. <ChapterAtom><ChapterTimeStart>02:45:08.480</ChapterTimeStart><ChapterTimeEnd>02:45:44.600</ChapterTimeEnd><ChapterDisplay><ChapterString>ZK1</ChapterString></ChapterDisplay></ChapterAtom>
  136. <ChapterAtom><ChapterTimeStart>02:45:44.600</ChapterTimeStart><ChapterTimeEnd>02:46:39.840</ChapterTimeEnd><ChapterDisplay><ChapterString>3AL</ChapterString></ChapterDisplay></ChapterAtom>
  137. <ChapterAtom><ChapterTimeStart>02:46:39.840</ChapterTimeStart><ChapterTimeEnd>02:47:15.960</ChapterTimeEnd><ChapterDisplay><ChapterString>ZK2</ChapterString></ChapterDisplay></ChapterAtom>
  138. <ChapterAtom><ChapterTimeStart>02:47:15.960</ChapterTimeStart><ChapterTimeEnd>02:49:14.440</ChapterTimeEnd><ChapterDisplay><ChapterString>3AD1</ChapterString></ChapterDisplay></ChapterAtom>
  139. <ChapterAtom><ChapterTimeStart>02:49:14.440</ChapterTimeStart><ChapterTimeEnd>02:50:35.960</ChapterTimeEnd><ChapterDisplay><ChapterString>3AC1</ChapterString></ChapterDisplay></ChapterAtom>
  140. <ChapterAtom><ChapterTimeStart>02:50:35.960</ChapterTimeStart><ChapterTimeEnd>02:53:05.120</ChapterTimeEnd><ChapterDisplay><ChapterString>3AB1</ChapterString></ChapterDisplay></ChapterAtom>
  141. <ChapterAtom><ChapterTimeStart>02:53:05.120</ChapterTimeStart><ChapterTimeEnd>02:55:34.280</ChapterTimeEnd><ChapterDisplay><ChapterString>3AB2</ChapterString></ChapterDisplay></ChapterAtom>
  142. <ChapterAtom><ChapterTimeStart>02:55:34.280</ChapterTimeStart><ChapterTimeEnd>02:57:16.080</ChapterTimeEnd><ChapterDisplay><ChapterString>3AJ1</ChapterString></ChapterDisplay></ChapterAtom>
  143. <ChapterAtom><ChapterTimeStart>02:57:16.080</ChapterTimeStart><ChapterTimeEnd>02:58:57.880</ChapterTimeEnd><ChapterDisplay><ChapterString>3AJ2</ChapterString></ChapterDisplay></ChapterAtom>
  144. <ChapterAtom><ChapterTimeStart>02:58:57.880</ChapterTimeStart><ChapterTimeEnd>03:01:25.800</ChapterTimeEnd><ChapterDisplay><ChapterString>3AH2</ChapterString></ChapterDisplay></ChapterAtom>
  145. <ChapterAtom><ChapterTimeStart>03:01:25.800</ChapterTimeStart><ChapterTimeEnd>03:01:48.120</ChapterTimeEnd><ChapterDisplay><ChapterString>ZMB</ChapterString></ChapterDisplay></ChapterAtom>
  146. <ChapterAtom><ChapterTimeStart>03:01:48.120</ChapterTimeStart><ChapterTimeEnd>03:03:07.040</ChapterTimeEnd><ChapterDisplay><ChapterString>3VB</ChapterString></ChapterDisplay></ChapterAtom>
  147. <ChapterAtom><ChapterTimeStart>03:03:07.040</ChapterTimeStart><ChapterTimeEnd>03:04:54.360</ChapterTimeEnd><ChapterDisplay><ChapterString>3AJ</ChapterString></ChapterDisplay></ChapterAtom>
  148. <ChapterAtom><ChapterTimeStart>03:04:54.360</ChapterTimeStart><ChapterTimeEnd>03:05:36.560</ChapterTimeEnd><ChapterDisplay><ChapterString>4D1</ChapterString></ChapterDisplay></ChapterAtom>
  149. <ChapterAtom><ChapterTimeStart>03:05:36.560</ChapterTimeStart><ChapterTimeEnd>03:08:04.480</ChapterTimeEnd><ChapterDisplay><ChapterString>3AH1</ChapterString></ChapterDisplay></ChapterAtom>
  150. <ChapterAtom><ChapterTimeStart>03:08:04.480</ChapterTimeStart><ChapterTimeEnd>03:08:40.600</ChapterTimeEnd><ChapterDisplay><ChapterString>ZK</ChapterString></ChapterDisplay></ChapterAtom>
  151. <ChapterAtom><ChapterTimeStart>03:08:40.600</ChapterTimeStart><ChapterTimeEnd>03:09:29.000</ChapterTimeEnd><ChapterDisplay><ChapterString>3AK2</ChapterString></ChapterDisplay></ChapterAtom>
  152. <ChapterAtom><ChapterTimeStart>03:09:29.000</ChapterTimeStart><ChapterTimeEnd>03:10:34.160</ChapterTimeEnd><ChapterDisplay><ChapterString>ZH</ChapterString></ChapterDisplay></ChapterAtom>
  153. <ChapterAtom><ChapterTimeStart>03:10:34.160</ChapterTimeStart><ChapterTimeEnd>03:11:22.920</ChapterTimeEnd><ChapterDisplay><ChapterString>2Gp1</ChapterString></ChapterDisplay></ChapterAtom>
  154. <ChapterAtom><ChapterTimeStart>03:11:22.920</ChapterTimeStart><ChapterTimeEnd>03:12:11.680</ChapterTimeEnd><ChapterDisplay><ChapterString>2Gt1</ChapterString></ChapterDisplay></ChapterAtom>
  155. <ChapterAtom><ChapterTimeStart>03:12:11.680</ChapterTimeStart><ChapterTimeEnd>03:12:55.920</ChapterTimeEnd><ChapterDisplay><ChapterString>2Gp2</ChapterString></ChapterDisplay></ChapterAtom>
  156. <ChapterAtom><ChapterTimeStart>03:12:55.920</ChapterTimeStart><ChapterTimeEnd>03:13:40.160</ChapterTimeEnd><ChapterDisplay><ChapterString>2Gt2</ChapterString></ChapterDisplay></ChapterAtom>
  157. <ChapterAtom><ChapterTimeStart>03:13:40.160</ChapterTimeStart><ChapterTimeEnd>03:14:51.600</ChapterTimeEnd><ChapterDisplay><ChapterString>2G</ChapterString></ChapterDisplay></ChapterAtom>
  158. <ChapterAtom><ChapterTimeStart>03:14:51.600</ChapterTimeStart><ChapterTimeEnd>03:17:59.880</ChapterTimeEnd><ChapterDisplay><ChapterString>1S</ChapterString></ChapterDisplay></ChapterAtom>
  159. <ChapterAtom><ChapterTimeStart>03:17:59.880</ChapterTimeStart><ChapterTimeEnd>03:18:49.600</ChapterTimeEnd><ChapterDisplay><ChapterString>3AL1</ChapterString></ChapterDisplay></ChapterAtom>
  160. <ChapterAtom><ChapterTimeStart>03:18:49.600</ChapterTimeStart><ChapterTimeEnd>03:19:38.000</ChapterTimeEnd><ChapterDisplay><ChapterString>3AK1</ChapterString></ChapterDisplay></ChapterAtom>
  161. <ChapterAtom><ChapterTimeStart>03:19:38.000</ChapterTimeStart><ChapterTimeEnd>03:23:27.880</ChapterTimeEnd><ChapterDisplay><ChapterString>3AF2</ChapterString></ChapterDisplay></ChapterAtom>
  162. <ChapterAtom><ChapterTimeStart>03:23:27.880</ChapterTimeStart><ChapterTimeEnd>03:24:17.600</ChapterTimeEnd><ChapterDisplay><ChapterString>3AL2</ChapterString></ChapterDisplay></ChapterAtom>
  163. <ChapterAtom><ChapterTimeStart>03:24:17.600</ChapterTimeStart><ChapterTimeEnd>03:24:59.800</ChapterTimeEnd><ChapterDisplay><ChapterString>4D2</ChapterString></ChapterDisplay></ChapterAtom>
  164. <ChapterAtom><ChapterTimeStart>03:24:59.800</ChapterTimeStart><ChapterTimeEnd>03:28:55.200</ChapterTimeEnd><ChapterDisplay><ChapterString>3AF</ChapterString></ChapterDisplay></ChapterAtom>
  165. <ChapterAtom><ChapterTimeStart>03:28:55.200</ChapterTimeStart><ChapterTimeEnd>03:29:29.840</ChapterTimeEnd><ChapterDisplay><ChapterString>3Xac</ChapterString></ChapterDisplay></ChapterAtom>
  166. <ChapterAtom><ChapterTimeStart>03:29:29.840</ChapterTimeStart><ChapterTimeEnd>03:30:38.520</ChapterTimeEnd><ChapterDisplay><ChapterString>3VA</ChapterString></ChapterDisplay></ChapterAtom>
  167. <ChapterAtom><ChapterTimeStart>03:30:38.520</ChapterTimeStart><ChapterTimeEnd>03:31:09.040</ChapterTimeEnd><ChapterDisplay><ChapterString>3Xa</ChapterString></ChapterDisplay></ChapterAtom>
  168. <ChapterAtom><ChapterTimeStart>03:31:09.040</ChapterTimeStart><ChapterTimeEnd>03:32:03.240</ChapterTimeEnd><ChapterDisplay><ChapterString>ZQ</ChapterString></ChapterDisplay></ChapterAtom>
  169. <ChapterAtom><ChapterTimeStart>03:32:03.240</ChapterTimeStart><ChapterTimeEnd>03:34:01.720</ChapterTimeEnd><ChapterDisplay><ChapterString>3AD2</ChapterString></ChapterDisplay></ChapterAtom>
  170. <ChapterAtom><ChapterTimeStart>03:34:01.720</ChapterTimeStart><ChapterTimeEnd>03:34:58.280</ChapterTimeEnd><ChapterDisplay><ChapterString>ZG</ChapterString></ChapterDisplay></ChapterAtom>
  171. <ChapterAtom><ChapterTimeStart>03:34:58.280</ChapterTimeStart><ChapterTimeEnd>03:36:54.200</ChapterTimeEnd><ChapterDisplay><ChapterString>1HB</ChapterString></ChapterDisplay></ChapterAtom>
  172. <ChapterAtom><ChapterTimeStart>03:36:54.200</ChapterTimeStart><ChapterTimeEnd>03:37:26.160</ChapterTimeEnd><ChapterDisplay><ChapterString>8JB1</ChapterString></ChapterDisplay></ChapterAtom>
  173. <ChapterAtom><ChapterTimeStart>03:37:26.160</ChapterTimeStart><ChapterTimeEnd>03:37:58.120</ChapterTimeEnd><ChapterDisplay><ChapterString>8JB2</ChapterString></ChapterDisplay></ChapterAtom>
  174. <ChapterAtom><ChapterTimeStart>03:37:58.120</ChapterTimeStart><ChapterTimeEnd>03:40:25.360</ChapterTimeEnd><ChapterDisplay><ChapterString>5Mpc</ChapterString></ChapterDisplay></ChapterAtom>
  175. <ChapterAtom><ChapterTimeStart>03:40:25.360</ChapterTimeStart><ChapterTimeEnd>03:42:52.600</ChapterTimeEnd><ChapterDisplay><ChapterString>5Mtc</ChapterString></ChapterDisplay></ChapterAtom>
  176. <ChapterAtom><ChapterTimeStart>03:42:52.600</ChapterTimeStart><ChapterTimeEnd>03:45:29.760</ChapterTimeEnd><ChapterDisplay><ChapterString>5Mt</ChapterString></ChapterDisplay></ChapterAtom>
  177. <ChapterAtom><ChapterTimeStart>03:45:29.760</ChapterTimeStart><ChapterTimeEnd>03:46:19.720</ChapterTimeEnd><ChapterDisplay><ChapterString>5Q</ChapterString></ChapterDisplay></ChapterAtom>
  178. <ChapterAtom><ChapterTimeStart>03:46:19.720</ChapterTimeStart><ChapterTimeEnd>03:46:49.320</ChapterTimeEnd><ChapterDisplay><ChapterString>5U</ChapterString></ChapterDisplay></ChapterAtom>
  179. <ChapterAtom><ChapterTimeStart>03:46:49.320</ChapterTimeStart><ChapterTimeEnd>03:47:27.320</ChapterTimeEnd><ChapterDisplay><ChapterString>5R</ChapterString></ChapterDisplay></ChapterAtom>
  180. <ChapterAtom><ChapterTimeStart>03:47:27.320</ChapterTimeStart><ChapterTimeEnd>03:48:11.600</ChapterTimeEnd><ChapterDisplay><ChapterString>5RA</ChapterString></ChapterDisplay></ChapterAtom>
  181. <ChapterAtom><ChapterTimeStart>03:48:11.600</ChapterTimeStart><ChapterTimeEnd>03:48:39.280</ChapterTimeEnd><ChapterDisplay><ChapterString>5S</ChapterString></ChapterDisplay></ChapterAtom>
  182. <ChapterAtom><ChapterTimeStart>03:48:39.280</ChapterTimeStart><ChapterTimeEnd>03:49:20.360</ChapterTimeEnd><ChapterDisplay><ChapterString>5SA</ChapterString></ChapterDisplay></ChapterAtom>
  183. <ChapterAtom><ChapterTimeStart>03:49:20.360</ChapterTimeStart><ChapterTimeEnd>03:50:01.520</ChapterTimeEnd><ChapterDisplay><ChapterString>5TA</ChapterString></ChapterDisplay></ChapterAtom>
  184. <ChapterAtom><ChapterTimeStart>03:50:01.520</ChapterTimeStart><ChapterTimeEnd>03:51:20.680</ChapterTimeEnd><ChapterDisplay><ChapterString>5AG2</ChapterString></ChapterDisplay></ChapterAtom>
  185. <ChapterAtom><ChapterTimeStart>03:51:20.680</ChapterTimeStart><ChapterTimeEnd>03:52:08.480</ChapterTimeEnd><ChapterDisplay><ChapterString>5AH</ChapterString></ChapterDisplay></ChapterAtom>
  186. <ChapterAtom><ChapterTimeStart>03:52:08.480</ChapterTimeStart><ChapterTimeEnd>03:53:50.840</ChapterTimeEnd><ChapterDisplay><ChapterString>8M</ChapterString></ChapterDisplay></ChapterAtom>
  187. <ChapterAtom><ChapterTimeStart>03:53:50.840</ChapterTimeStart><ChapterTimeEnd>03:55:23.240</ChapterTimeEnd><ChapterDisplay><ChapterString>5AC</ChapterString></ChapterDisplay></ChapterAtom>
  188. <ChapterAtom><ChapterTimeStart>03:55:23.240</ChapterTimeStart><ChapterTimeEnd>03:56:57.320</ChapterTimeEnd><ChapterDisplay><ChapterString>8V</ChapterString></ChapterDisplay></ChapterAtom>
  189. <ChapterAtom><ChapterTimeStart>03:56:57.320</ChapterTimeStart><ChapterTimeEnd>03:57:47.760</ChapterTimeEnd><ChapterDisplay><ChapterString>5AC2</ChapterString></ChapterDisplay></ChapterAtom>
  190. <ChapterAtom><ChapterTimeStart>03:57:47.760</ChapterTimeStart><ChapterTimeEnd>03:59:21.840</ChapterTimeEnd><ChapterDisplay><ChapterString>8Va</ChapterString></ChapterDisplay></ChapterAtom>
  191. <ChapterAtom><ChapterTimeStart>03:59:21.840</ChapterTimeStart><ChapterTimeEnd>04:00:10.800</ChapterTimeEnd><ChapterDisplay><ChapterString>R2cd</ChapterString></ChapterDisplay></ChapterAtom>
  192. <ChapterAtom><ChapterTimeStart>04:00:10.800</ChapterTimeStart><ChapterTimeEnd>04:00:46.920</ChapterTimeEnd><ChapterDisplay><ChapterString>ZK3</ChapterString></ChapterDisplay></ChapterAtom>
  193. <ChapterAtom><ChapterTimeStart>04:00:46.920</ChapterTimeStart><ChapterTimeEnd>04:01:29.560</ChapterTimeEnd><ChapterDisplay><ChapterString>5AD2</ChapterString></ChapterDisplay></ChapterAtom>
  194. <ChapterAtom><ChapterTimeStart>04:01:29.560</ChapterTimeStart><ChapterTimeEnd>04:03:13.960</ChapterTimeEnd><ChapterDisplay><ChapterString>5AE</ChapterString></ChapterDisplay></ChapterAtom>
  195. <ChapterAtom><ChapterTimeStart>04:03:13.960</ChapterTimeStart><ChapterTimeEnd>04:04:56.360</ChapterTimeEnd><ChapterDisplay><ChapterString>8Qa</ChapterString></ChapterDisplay></ChapterAtom>
  196. <ChapterAtom><ChapterTimeStart>04:04:56.360</ChapterTimeStart><ChapterTimeEnd>04:06:45.520</ChapterTimeEnd><ChapterDisplay><ChapterString>5AG</ChapterString></ChapterDisplay></ChapterAtom>
  197. <ChapterAtom><ChapterTimeStart>04:06:45.520</ChapterTimeStart><ChapterTimeEnd>04:07:42.000</ChapterTimeEnd><ChapterDisplay><ChapterString>5AJ</ChapterString></ChapterDisplay></ChapterAtom>
  198. <ChapterAtom><ChapterTimeStart>04:07:42.000</ChapterTimeStart><ChapterTimeEnd>04:09:07.800</ChapterTimeEnd><ChapterDisplay><ChapterString>8S</ChapterString></ChapterDisplay></ChapterAtom>
  199. <ChapterAtom><ChapterTimeStart>04:09:07.800</ChapterTimeStart><ChapterTimeEnd>04:10:33.600</ChapterTimeEnd><ChapterDisplay><ChapterString>8Sa</ChapterString></ChapterDisplay></ChapterAtom>
  200. <ChapterAtom><ChapterTimeStart>04:10:33.600</ChapterTimeStart><ChapterTimeEnd>04:15:08.000</ChapterTimeEnd><ChapterDisplay><ChapterString>3P</ChapterString></ChapterDisplay></ChapterAtom>
  201. <ChapterAtom><ChapterTimeStart>04:15:08.000</ChapterTimeStart><ChapterTimeEnd>04:16:50.360</ChapterTimeEnd><ChapterDisplay><ChapterString>8Ma</ChapterString></ChapterDisplay></ChapterAtom>
  202. <ChapterAtom><ChapterTimeStart>04:16:50.360</ChapterTimeStart><ChapterTimeEnd>04:17:07.080</ChapterTimeEnd><ChapterDisplay><ChapterString>7J</ChapterString></ChapterDisplay></ChapterAtom>
  203. <ChapterAtom><ChapterTimeStart>04:17:07.080</ChapterTimeStart><ChapterTimeEnd>04:18:00.040</ChapterTimeEnd><ChapterDisplay><ChapterString>3T</ChapterString></ChapterDisplay></ChapterAtom>
  204. <ChapterAtom><ChapterTimeStart>04:18:00.040</ChapterTimeStart><ChapterTimeEnd>04:18:17.360</ChapterTimeEnd><ChapterDisplay><ChapterString>5G</ChapterString></ChapterDisplay></ChapterAtom>
  205. <ChapterAtom><ChapterTimeStart>04:18:17.360</ChapterTimeStart><ChapterTimeEnd>04:18:58.120</ChapterTimeEnd><ChapterDisplay><ChapterString>5T</ChapterString></ChapterDisplay></ChapterAtom>
  206. <ChapterAtom><ChapterTimeStart>04:18:58.120</ChapterTimeStart><ChapterTimeEnd>04:19:44.480</ChapterTimeEnd><ChapterDisplay><ChapterString>ZB</ChapterString></ChapterDisplay></ChapterAtom>
  207. <ChapterAtom><ChapterTimeStart>04:19:44.480</ChapterTimeStart><ChapterTimeEnd>04:20:32.840</ChapterTimeEnd><ChapterDisplay><ChapterString>Z1</ChapterString></ChapterDisplay></ChapterAtom>
  208. <ChapterAtom><ChapterTimeStart>04:20:32.840</ChapterTimeStart><ChapterTimeEnd>04:20:58.680</ChapterTimeEnd><ChapterDisplay><ChapterString>Z2</ChapterString></ChapterDisplay></ChapterAtom>
  209. <ChapterAtom><ChapterTimeStart>04:20:58.680</ChapterTimeStart><ChapterTimeEnd>04:21:25.000</ChapterTimeEnd><ChapterDisplay><ChapterString>Z3</ChapterString></ChapterDisplay></ChapterAtom>
  210. <ChapterAtom><ChapterTimeStart>04:21:25.000</ChapterTimeStart><ChapterTimeEnd>04:21:55.120</ChapterTimeEnd><ChapterDisplay><ChapterString>Z3cd</ChapterString></ChapterDisplay></ChapterAtom>
  211. <ChapterAtom><ChapterTimeStart>04:21:55.120</ChapterTimeStart><ChapterTimeEnd>04:22:32.760</ChapterTimeEnd><ChapterDisplay><ChapterString>Z4</ChapterString></ChapterDisplay></ChapterAtom>
  212. <ChapterAtom><ChapterTimeStart>04:22:32.760</ChapterTimeStart><ChapterTimeEnd>04:23:19.800</ChapterTimeEnd><ChapterDisplay><ChapterString>Z4cd</ChapterString></ChapterDisplay></ChapterAtom>
  213. <ChapterAtom><ChapterTimeStart>04:23:19.800</ChapterTimeStart><ChapterTimeEnd>04:24:18.920</ChapterTimeEnd><ChapterDisplay><ChapterString>ZD</ChapterString></ChapterDisplay></ChapterAtom>
  214. <ChapterAtom><ChapterTimeStart>04:24:18.920</ChapterTimeStart><ChapterTimeEnd>04:25:20.040</ChapterTimeEnd><ChapterDisplay><ChapterString>ZE</ChapterString></ChapterDisplay></ChapterAtom>
  215. <ChapterAtom><ChapterTimeStart>04:25:20.040</ChapterTimeStart><ChapterTimeEnd>04:25:51.680</ChapterTimeEnd><ChapterDisplay><ChapterString>SS1</ChapterString></ChapterDisplay></ChapterAtom>
  216. <ChapterAtom><ChapterTimeStart>04:25:51.680</ChapterTimeStart><ChapterTimeEnd>04:26:23.280</ChapterTimeEnd><ChapterDisplay><ChapterString>SS2</ChapterString></ChapterDisplay></ChapterAtom>
  217. <ChapterAtom><ChapterTimeStart>04:26:23.280</ChapterTimeStart><ChapterTimeEnd>04:26:56.160</ChapterTimeEnd><ChapterDisplay><ChapterString>R1</ChapterString></ChapterDisplay></ChapterAtom>
  218. <ChapterAtom><ChapterTimeStart>04:26:56.160</ChapterTimeStart><ChapterTimeEnd>04:27:27.760</ChapterTimeEnd><ChapterDisplay><ChapterString>SS3</ChapterString></ChapterDisplay></ChapterAtom>
  219. <ChapterAtom><ChapterTimeStart>04:27:27.760</ChapterTimeStart><ChapterTimeEnd>04:27:59.360</ChapterTimeEnd><ChapterDisplay><ChapterString>SS4</ChapterString></ChapterDisplay></ChapterAtom>
  220. <ChapterAtom><ChapterTimeStart>04:27:59.360</ChapterTimeStart><ChapterTimeEnd>04:28:30.960</ChapterTimeEnd><ChapterDisplay><ChapterString>SS5</ChapterString></ChapterDisplay></ChapterAtom>
  221. <ChapterAtom><ChapterTimeStart>04:28:30.960</ChapterTimeStart><ChapterTimeEnd>04:29:02.560</ChapterTimeEnd><ChapterDisplay><ChapterString>SS6</ChapterString></ChapterDisplay></ChapterAtom>
  222. <ChapterAtom><ChapterTimeStart>04:29:02.560</ChapterTimeStart><ChapterTimeEnd>04:29:32.720</ChapterTimeEnd><ChapterDisplay><ChapterString>R3</ChapterString></ChapterDisplay></ChapterAtom>
  223. <ChapterAtom><ChapterTimeStart>04:29:32.720</ChapterTimeStart><ChapterTimeEnd>04:30:04.320</ChapterTimeEnd><ChapterDisplay><ChapterString>SS7</ChapterString></ChapterDisplay></ChapterAtom>
  224. <ChapterAtom><ChapterTimeStart>04:30:04.320</ChapterTimeStart><ChapterTimeEnd>04:30:35.920</ChapterTimeEnd><ChapterDisplay><ChapterString>SS8</ChapterString></ChapterDisplay></ChapterAtom>
  225. <ChapterAtom><ChapterTimeStart>04:30:35.920</ChapterTimeStart><ChapterTimeEnd>04:31:07.520</ChapterTimeEnd><ChapterDisplay><ChapterString>SS9</ChapterString></ChapterDisplay></ChapterAtom>
  226. <ChapterAtom><ChapterTimeStart>04:31:07.520</ChapterTimeStart><ChapterTimeEnd>04:31:39.160</ChapterTimeEnd><ChapterDisplay><ChapterString>SS11</ChapterString></ChapterDisplay></ChapterAtom>
  227. <ChapterAtom><ChapterTimeStart>04:31:39.160</ChapterTimeStart><ChapterTimeEnd>04:32:10.840</ChapterTimeEnd><ChapterDisplay><ChapterString>SS12</ChapterString></ChapterDisplay></ChapterAtom>
  228. <ChapterAtom><ChapterTimeStart>04:32:10.840</ChapterTimeStart><ChapterTimeEnd>04:32:42.480</ChapterTimeEnd><ChapterDisplay><ChapterString>SS14</ChapterString></ChapterDisplay></ChapterAtom>
  229. <ChapterAtom><ChapterTimeStart>04:32:42.480</ChapterTimeStart><ChapterTimeEnd>04:33:13.320</ChapterTimeEnd><ChapterDisplay><ChapterString>3Xxc</ChapterString></ChapterDisplay></ChapterAtom>
  230. <ChapterAtom><ChapterTimeStart>04:33:13.320</ChapterTimeStart><ChapterTimeEnd>04:33:44.960</ChapterTimeEnd><ChapterDisplay><ChapterString>SS16</ChapterString></ChapterDisplay></ChapterAtom>
  231. <ChapterAtom><ChapterTimeStart>04:33:44.960</ChapterTimeStart><ChapterTimeEnd>04:34:16.600</ChapterTimeEnd><ChapterDisplay><ChapterString>SS18</ChapterString></ChapterDisplay></ChapterAtom>
  232. <ChapterAtom><ChapterTimeStart>04:34:16.600</ChapterTimeStart><ChapterTimeEnd>04:34:48.240</ChapterTimeEnd><ChapterDisplay><ChapterString>SS19</ChapterString></ChapterDisplay></ChapterAtom>
  233. <ChapterAtom><ChapterTimeStart>04:34:48.240</ChapterTimeStart><ChapterTimeEnd>04:35:22.800</ChapterTimeEnd><ChapterDisplay><ChapterString>R5</ChapterString></ChapterDisplay></ChapterAtom>
  234. <ChapterAtom><ChapterTimeStart>04:35:22.800</ChapterTimeStart><ChapterTimeEnd>04:35:54.400</ChapterTimeEnd><ChapterDisplay><ChapterString>SS21</ChapterString></ChapterDisplay></ChapterAtom>
  235. <ChapterAtom><ChapterTimeStart>04:35:54.400</ChapterTimeStart><ChapterTimeEnd>04:36:26.000</ChapterTimeEnd><ChapterDisplay><ChapterString>SS22</ChapterString></ChapterDisplay></ChapterAtom>
  236. <ChapterAtom><ChapterTimeStart>04:36:26.000</ChapterTimeStart><ChapterTimeEnd>04:36:57.600</ChapterTimeEnd><ChapterDisplay><ChapterString>SS50</ChapterString></ChapterDisplay></ChapterAtom>
  237. <ChapterAtom><ChapterTimeStart>04:36:57.600</ChapterTimeStart><ChapterTimeEnd>04:37:39.200</ChapterTimeEnd><ChapterDisplay><ChapterString>R3cd</ChapterString></ChapterDisplay></ChapterAtom>
  238. <ChapterAtom><ChapterTimeStart>04:37:39.200</ChapterTimeStart><ChapterTimeEnd>04:38:17.400</ChapterTimeEnd><ChapterDisplay><ChapterString>R4cd</ChapterString></ChapterDisplay></ChapterAtom>
  239. <ChapterAtom><ChapterTimeStart>04:38:17.400</ChapterTimeStart><ChapterTimeEnd>04:38:49.000</ChapterTimeEnd><ChapterDisplay><ChapterString>SS53</ChapterString></ChapterDisplay></ChapterAtom>
  240. <ChapterAtom><ChapterTimeStart>04:38:49.000</ChapterTimeStart><ChapterTimeEnd>04:39:20.600</ChapterTimeEnd><ChapterDisplay><ChapterString>SS54</ChapterString></ChapterDisplay></ChapterAtom>
  241. <ChapterAtom><ChapterTimeStart>04:39:20.600</ChapterTimeStart><ChapterTimeEnd>04:39:52.200</ChapterTimeEnd><ChapterDisplay><ChapterString>SS55</ChapterString></ChapterDisplay></ChapterAtom>
  242. <ChapterAtom><ChapterTimeStart>04:39:52.200</ChapterTimeStart><ChapterTimeEnd>04:40:39.200</ChapterTimeEnd><ChapterDisplay><ChapterString>R1cd</ChapterString></ChapterDisplay></ChapterAtom>
  243. <ChapterAtom><ChapterTimeStart>04:40:39.200</ChapterTimeStart><ChapterTimeEnd>04:41:39.760</ChapterTimeEnd><ChapterDisplay><ChapterString>S44B</ChapterString></ChapterDisplay></ChapterAtom>
  244. <ChapterAtom><ChapterTimeStart>04:41:39.760</ChapterTimeStart><ChapterTimeEnd>04:42:40.360</ChapterTimeEnd><ChapterDisplay><ChapterString>S34B</ChapterString></ChapterDisplay></ChapterAtom>
  245. <ChapterAtom><ChapterTimeStart>04:42:40.360</ChapterTimeStart><ChapterTimeEnd>04:43:40.920</ChapterTimeEnd><ChapterDisplay><ChapterString>S35B</ChapterString></ChapterDisplay></ChapterAtom>
  246. <ChapterAtom><ChapterTimeStart>04:43:40.920</ChapterTimeStart><ChapterTimeEnd>04:44:41.480</ChapterTimeEnd><ChapterDisplay><ChapterString>S59B</ChapterString></ChapterDisplay></ChapterAtom>
  247. <ChapterAtom><ChapterTimeStart>04:44:41.480</ChapterTimeStart><ChapterTimeEnd>04:45:42.040</ChapterTimeEnd><ChapterDisplay><ChapterString>S36B</ChapterString></ChapterDisplay></ChapterAtom>
  248. <ChapterAtom><ChapterTimeStart>04:45:42.040</ChapterTimeStart><ChapterTimeEnd>04:46:42.600</ChapterTimeEnd><ChapterDisplay><ChapterString>S37B</ChapterString></ChapterDisplay></ChapterAtom>
  249. <ChapterAtom><ChapterTimeStart>04:46:42.600</ChapterTimeStart><ChapterTimeEnd>04:47:43.160</ChapterTimeEnd><ChapterDisplay><ChapterString>S38B</ChapterString></ChapterDisplay></ChapterAtom>
  250. <ChapterAtom><ChapterTimeStart>04:47:43.160</ChapterTimeStart><ChapterTimeEnd>04:48:43.400</ChapterTimeEnd><ChapterDisplay><ChapterString>S38A</ChapterString></ChapterDisplay></ChapterAtom>
  251. <ChapterAtom><ChapterTimeStart>04:48:43.400</ChapterTimeStart><ChapterTimeEnd>04:49:43.640</ChapterTimeEnd><ChapterDisplay><ChapterString>S44A</ChapterString></ChapterDisplay></ChapterAtom>
  252. <ChapterAtom><ChapterTimeStart>04:49:43.640</ChapterTimeStart><ChapterTimeEnd>04:50:43.880</ChapterTimeEnd><ChapterDisplay><ChapterString>S34A</ChapterString></ChapterDisplay></ChapterAtom>
  253. <ChapterAtom><ChapterTimeStart>04:50:43.880</ChapterTimeStart><ChapterTimeEnd>04:51:44.120</ChapterTimeEnd><ChapterDisplay><ChapterString>S59A</ChapterString></ChapterDisplay></ChapterAtom>
  254. <ChapterAtom><ChapterTimeStart>04:51:44.120</ChapterTimeStart><ChapterTimeEnd>04:52:44.360</ChapterTimeEnd><ChapterDisplay><ChapterString>S35A</ChapterString></ChapterDisplay></ChapterAtom>
  255. <ChapterAtom><ChapterTimeStart>04:52:44.360</ChapterTimeStart><ChapterTimeEnd>04:53:44.600</ChapterTimeEnd><ChapterDisplay><ChapterString>S36A</ChapterString></ChapterDisplay></ChapterAtom>
  256. <ChapterAtom><ChapterTimeStart>04:53:44.600</ChapterTimeStart><ChapterTimeEnd>04:54:30.000</ChapterTimeEnd><ChapterDisplay><ChapterString>Z62a</ChapterString></ChapterDisplay></ChapterAtom>
  257. <ChapterAtom><ChapterTimeStart>04:54:30.000</ChapterTimeStart><ChapterTimeEnd>04:55:11.600</ChapterTimeEnd><ChapterDisplay><ChapterString>Z62b</ChapterString></ChapterDisplay></ChapterAtom>
  258. <ChapterAtom><ChapterTimeStart>04:55:11.600</ChapterTimeStart><ChapterTimeEnd>04:56:08.520</ChapterTimeEnd><ChapterDisplay><ChapterString>Z62c</ChapterString></ChapterDisplay></ChapterAtom>
  259. <ChapterAtom><ChapterTimeStart>04:56:08.520</ChapterTimeStart><ChapterTimeEnd>04:57:00.320</ChapterTimeEnd><ChapterDisplay><ChapterString>Z62d</ChapterString></ChapterDisplay></ChapterAtom>
  260. <ChapterAtom><ChapterTimeStart>04:57:00.320</ChapterTimeStart><ChapterTimeEnd>04:57:48.840</ChapterTimeEnd><ChapterDisplay><ChapterString>Z62e</ChapterString></ChapterDisplay></ChapterAtom>
  261. <ChapterAtom><ChapterTimeStart>04:57:48.840</ChapterTimeStart><ChapterTimeEnd>04:58:33.600</ChapterTimeEnd><ChapterDisplay><ChapterString>Z62f</ChapterString></ChapterDisplay></ChapterAtom>
  262. <ChapterAtom><ChapterTimeStart>04:58:33.600</ChapterTimeStart><ChapterTimeEnd>04:59:19.000</ChapterTimeEnd><ChapterDisplay><ChapterString>Z61a</ChapterString></ChapterDisplay></ChapterAtom>
  263. <ChapterAtom><ChapterTimeStart>04:59:19.000</ChapterTimeStart><ChapterTimeEnd>05:00:00.600</ChapterTimeEnd><ChapterDisplay><ChapterString>Z61b</ChapterString></ChapterDisplay></ChapterAtom>
  264. <ChapterAtom><ChapterTimeStart>05:00:00.600</ChapterTimeStart><ChapterTimeEnd>05:00:57.520</ChapterTimeEnd><ChapterDisplay><ChapterString>Z61c</ChapterString></ChapterDisplay></ChapterAtom>
  265. <ChapterAtom><ChapterTimeStart>05:00:57.520</ChapterTimeStart><ChapterTimeEnd>05:01:49.320</ChapterTimeEnd><ChapterDisplay><ChapterString>Z61d</ChapterString></ChapterDisplay></ChapterAtom>
  266. <ChapterAtom><ChapterTimeStart>05:01:49.320</ChapterTimeStart><ChapterTimeEnd>05:02:37.840</ChapterTimeEnd><ChapterDisplay><ChapterString>Z61e</ChapterString></ChapterDisplay></ChapterAtom>
  267. <ChapterAtom><ChapterTimeStart>05:02:37.840</ChapterTimeStart><ChapterTimeEnd>05:03:22.600</ChapterTimeEnd><ChapterDisplay><ChapterString>Z61f</ChapterString></ChapterDisplay></ChapterAtom>
  268. <ChapterAtom><ChapterTimeStart>05:03:22.600</ChapterTimeStart><ChapterTimeEnd>05:03:49.000</ChapterTimeEnd><ChapterDisplay><ChapterString>Z7a</ChapterString></ChapterDisplay></ChapterAtom>
  269. <ChapterAtom><ChapterTimeStart>05:03:49.000</ChapterTimeStart><ChapterTimeEnd>05:04:12.000</ChapterTimeEnd><ChapterDisplay><ChapterString>Z7b</ChapterString></ChapterDisplay></ChapterAtom>
  270. <ChapterAtom><ChapterTimeStart>05:04:12.000</ChapterTimeStart><ChapterTimeEnd>05:04:48.600</ChapterTimeEnd><ChapterDisplay><ChapterString>Z7d</ChapterString></ChapterDisplay></ChapterAtom>
  271. <ChapterAtom><ChapterTimeStart>05:04:48.600</ChapterTimeStart><ChapterTimeEnd>05:05:20.240</ChapterTimeEnd><ChapterDisplay><ChapterString>Z7e</ChapterString></ChapterDisplay></ChapterAtom>
  272. <ChapterAtom><ChapterTimeStart>05:05:20.240</ChapterTimeStart><ChapterTimeEnd>05:05:48.240</ChapterTimeEnd><ChapterDisplay><ChapterString>Z7f</ChapterString></ChapterDisplay></ChapterAtom>
  273. <ChapterAtom><ChapterTimeStart>05:05:48.240</ChapterTimeStart><ChapterTimeEnd>05:05:53.800</ChapterTimeEnd><ChapterDisplay><ChapterString>8KB</ChapterString></ChapterDisplay></ChapterAtom>
  274. <ChapterAtom><ChapterTimeStart>05:05:53.800</ChapterTimeStart><ChapterTimeEnd>05:05:59.040</ChapterTimeEnd><ChapterDisplay><ChapterString>8KA</ChapterString></ChapterDisplay></ChapterAtom>
  275. <ChapterAtom><ChapterTimeStart>05:05:59.040</ChapterTimeStart><ChapterTimeEnd>05:08:35.280</ChapterTimeEnd><ChapterDisplay><ChapterString>0cr3</ChapterString></ChapterDisplay></ChapterAtom>
  276. <ChapterAtom><ChapterTimeStart>05:08:35.280</ChapterTimeStart><ChapterTimeEnd>05:09:55.160</ChapterTimeEnd><ChapterDisplay><ChapterString>0Cr4</ChapterString></ChapterDisplay></ChapterAtom>
  277. <ChapterAtom><ChapterTimeStart>05:09:55.160</ChapterTimeStart><ChapterTimeEnd>05:10:46.200</ChapterTimeEnd><ChapterDisplay><ChapterString>0cr1</ChapterString></ChapterDisplay></ChapterAtom>
  278. <ChapterAtom><ChapterTimeStart>05:10:46.200</ChapterTimeStart><ChapterTimeEnd>05:12:04.240</ChapterTimeEnd><ChapterDisplay><ChapterString>0cr2</ChapterString></ChapterDisplay></ChapterAtom>
  279. <ChapterAtom><ChapterTimeStart>05:12:04.240</ChapterTimeStart><ChapterTimeEnd>05:12:04.240</ChapterTimeEnd><ChapterDisplay><ChapterString>IDNT</ChapterString></ChapterDisplay></ChapterAtom>
  280. </EditionEntry>
  281. </Chapters>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement