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_CW_CAT1/segments?format=api&page=319
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=320", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=318", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 319, "results": [ { "start": 861999167, "stop": 862002961 }, { "start": 862003985, "stop": 862006874 }, { "start": 862007752, "stop": 862009806 }, { "start": 862040036, "stop": 862058940 }, { "start": 862059445, "stop": 862063280 }, { "start": 862065076, "stop": 862065438 }, { "start": 862065710, "stop": 862065825 }, { "start": 862066249, "stop": 862067061 }, { "start": 862084178, "stop": 862085546 }, { "start": 862085690, "stop": 862087002 }, { "start": 862087999, "stop": 862089352 }, { "start": 862089758, "stop": 862094734 }, { "start": 862128116, "stop": 862141554 }, { "start": 862143707, "stop": 862149067 }, { "start": 862150606, "stop": 862155223 }, { "start": 862155315, "stop": 862170952 }, { "start": 862173696, "stop": 862173840 }, { "start": 862173846, "stop": 862183955 }, { "start": 862184614, "stop": 862185528 }, { "start": 862209891, "stop": 862213440 } ] }