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=9065
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9066", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9064", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 9065, "results": [ { "start": 874456154, "stop": 874456164 }, { "start": 874456184, "stop": 874456418 }, { "start": 874456437, "stop": 874456451 }, { "start": 874456470, "stop": 874456474 }, { "start": 874456493, "stop": 874456618 }, { "start": 874456656, "stop": 874456947 }, { "start": 874456966, "stop": 874457163 }, { "start": 874457184, "stop": 874457580 }, { "start": 874457601, "stop": 874457706 }, { "start": 874457723, "stop": 874458570 }, { "start": 874458590, "stop": 874459025 }, { "start": 874459051, "stop": 874459245 }, { "start": 874459304, "stop": 874459392 }, { "start": 874459433, "stop": 874459629 }, { "start": 874459653, "stop": 874459833 }, { "start": 874459865, "stop": 874460019 }, { "start": 874460038, "stop": 874460532 }, { "start": 874460553, "stop": 874460558 }, { "start": 874460577, "stop": 874460632 }, { "start": 874460652, "stop": 874460685 } ] }