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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1232
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1233", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1231", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1232, "results": [ { "start": 957337838, "stop": 957337959 }, { "start": 957337961, "stop": 957338062 }, { "start": 957338063, "stop": 957338474 }, { "start": 957338476, "stop": 957339099 }, { "start": 957339101, "stop": 957339209 }, { "start": 957339211, "stop": 957339213 }, { "start": 957339214, "stop": 957339242 }, { "start": 957339244, "stop": 957339308 }, { "start": 957339310, "stop": 957339455 }, { "start": 957339457, "stop": 957339490 }, { "start": 957339492, "stop": 957339529 }, { "start": 957339531, "stop": 957339540 }, { "start": 957339542, "stop": 957339818 }, { "start": 957339820, "stop": 957339996 }, { "start": 957339998, "stop": 957340432 }, { "start": 957340434, "stop": 957340527 }, { "start": 957340529, "stop": 957340571 }, { "start": 957340573, "stop": 957340653 }, { "start": 957340655, "stop": 957340740 }, { "start": 957340742, "stop": 957340936 } ] }