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=226
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=227", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=225", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 226, "results": [ { "start": 1240212906, "stop": 1240213024 }, { "start": 1240213026, "stop": 1240213144 }, { "start": 1240213146, "stop": 1240213264 }, { "start": 1240213266, "stop": 1240213384 }, { "start": 1240213386, "stop": 1240213504 }, { "start": 1240213506, "stop": 1240213624 }, { "start": 1240213626, "stop": 1240213744 }, { "start": 1240213746, "stop": 1240213864 }, { "start": 1240213866, "stop": 1240213984 }, { "start": 1240213986, "stop": 1240214104 }, { "start": 1240214106, "stop": 1240214224 }, { "start": 1240214226, "stop": 1240214344 }, { "start": 1240214346, "stop": 1240214444 }, { "start": 1240214446, "stop": 1240214564 }, { "start": 1240214566, "stop": 1240214684 }, { "start": 1240214686, "stop": 1240214804 }, { "start": 1240214806, "stop": 1240214924 }, { "start": 1240214926, "stop": 1240215044 }, { "start": 1240215046, "stop": 1240215164 }, { "start": 1240215166, "stop": 1240215284 } ] }