Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14832
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14833", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14831", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14832, "results": [ { "start": 971347636, "stop": 971347731 }, { "start": 971347734, "stop": 971347737 }, { "start": 971347740, "stop": 971347754 }, { "start": 971373812, "stop": 971374022 }, { "start": 971374040, "stop": 971374066 }, { "start": 971374069, "stop": 971374130 }, { "start": 971374148, "stop": 971374364 }, { "start": 971374366, "stop": 971374828 }, { "start": 971374846, "stop": 971374944 }, { "start": 971374947, "stop": 971375059 }, { "start": 971375077, "stop": 971375213 }, { "start": 971375231, "stop": 971375504 }, { "start": 971375507, "stop": 971375742 }, { "start": 971375773, "stop": 971375794 }, { "start": 971375797, "stop": 971375819 }, { "start": 971375822, "stop": 971375850 }, { "start": 971375853, "stop": 971375913 }, { "start": 971375943, "stop": 971376275 }, { "start": 971376278, "stop": 971376283 }, { "start": 971376286, "stop": 971376300 } ] }