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_CAT3/segments?format=api&page=8780
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8781", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8779", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8780, "results": [ { "start": 872306869, "stop": 872308660 }, { "start": 872308677, "stop": 872308831 }, { "start": 872308848, "stop": 872308863 }, { "start": 872308896, "stop": 872308923 }, { "start": 872308946, "stop": 872309023 }, { "start": 872309042, "stop": 872309048 }, { "start": 872309119, "stop": 872309464 }, { "start": 872309481, "stop": 872309560 }, { "start": 872309579, "stop": 872310181 }, { "start": 872310200, "stop": 872310249 }, { "start": 872310289, "stop": 872310440 }, { "start": 872310459, "stop": 872310464 }, { "start": 872310483, "stop": 872310484 }, { "start": 872310509, "stop": 872310520 }, { "start": 872310567, "stop": 872310568 }, { "start": 872310596, "stop": 872310602 }, { "start": 872310621, "stop": 872310632 }, { "start": 872310651, "stop": 872310825 }, { "start": 872310842, "stop": 872311048 }, { "start": 872311081, "stop": 872311093 } ] }