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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=165
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=166", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=164", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 165, "results": [ { "start": 1239997330, "stop": 1239997449 }, { "start": 1239997450, "stop": 1239997569 }, { "start": 1239997570, "stop": 1239997689 }, { "start": 1239997690, "stop": 1239997809 }, { "start": 1239997810, "stop": 1239997926 }, { "start": 1239997927, "stop": 1239998049 }, { "start": 1239998050, "stop": 1239998169 }, { "start": 1239998170, "stop": 1239998289 }, { "start": 1239998290, "stop": 1239998409 }, { "start": 1239998410, "stop": 1239998529 }, { "start": 1239998530, "stop": 1239998649 }, { "start": 1239998650, "stop": 1239998769 }, { "start": 1239998770, "stop": 1239998889 }, { "start": 1239998890, "stop": 1239999009 }, { "start": 1239999010, "stop": 1239999129 }, { "start": 1239999130, "stop": 1239999249 }, { "start": 1239999250, "stop": 1239999369 }, { "start": 1239999370, "stop": 1239999489 }, { "start": 1239999490, "stop": 1239999609 }, { "start": 1239999610, "stop": 1239999729 } ] }