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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3923
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3924", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3922", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3923, "results": [ { "start": 874157029, "stop": 874157034 }, { "start": 874157040, "stop": 874157049 }, { "start": 874157050, "stop": 874157052 }, { "start": 874157057, "stop": 874157062 }, { "start": 874157063, "stop": 874157108 }, { "start": 874157113, "stop": 874157122 }, { "start": 874158685, "stop": 874158686 }, { "start": 874158687, "stop": 874158690 }, { "start": 874158692, "stop": 874158695 }, { "start": 874158697, "stop": 874158699 }, { "start": 874158700, "stop": 874158702 }, { "start": 874158705, "stop": 874158747 }, { "start": 874158748, "stop": 874158757 }, { "start": 874158758, "stop": 874158765 }, { "start": 874158766, "stop": 874158770 }, { "start": 874158771, "stop": 874158772 }, { "start": 874158774, "stop": 874158791 }, { "start": 874158792, "stop": 874158800 }, { "start": 874158801, "stop": 874158865 }, { "start": 874158868, "stop": 874158869 } ] }