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/H2_CW_CAT1/segments?format=api&page=162
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=163", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=161", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 162, "results": [ { "start": 832301633, "stop": 832331993 }, { "start": 832336238, "stop": 832338049 }, { "start": 832341502, "stop": 832345333 }, { "start": 832347827, "stop": 832350193 }, { "start": 832350932, "stop": 832355173 }, { "start": 832355207, "stop": 832355209 }, { "start": 832355377, "stop": 832360785 }, { "start": 832365588, "stop": 832370353 }, { "start": 832370899, "stop": 832401511 }, { "start": 832402240, "stop": 832404460 }, { "start": 832404763, "stop": 832423613 }, { "start": 832423893, "stop": 832427113 }, { "start": 832454156, "stop": 832454576 }, { "start": 832457521, "stop": 832458493 }, { "start": 832459362, "stop": 832461003 }, { "start": 832461007, "stop": 832461973 }, { "start": 832463201, "stop": 832465093 }, { "start": 832466589, "stop": 832472641 }, { "start": 832473303, "stop": 832479827 }, { "start": 832481394, "stop": 832493893 } ] }