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_CAT3/segments?format=api&page=14691
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14692", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14690", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14691, "results": [ { "start": 971170509, "stop": 971170510 }, { "start": 971170515, "stop": 971170516 }, { "start": 971170520, "stop": 971170525 }, { "start": 971170527, "stop": 971170528 }, { "start": 971170529, "stop": 971170530 }, { "start": 971170533, "stop": 971170534 }, { "start": 971170535, "stop": 971170537 }, { "start": 971170538, "stop": 971170541 }, { "start": 971170543, "stop": 971170545 }, { "start": 971170546, "stop": 971170547 }, { "start": 971170549, "stop": 971170553 }, { "start": 971170556, "stop": 971170559 }, { "start": 971170562, "stop": 971170563 }, { "start": 971170564, "stop": 971170565 }, { "start": 971170566, "stop": 971170568 }, { "start": 971170569, "stop": 971170572 }, { "start": 971170575, "stop": 971170578 }, { "start": 971170581, "stop": 971170582 }, { "start": 971170586, "stop": 971170587 }, { "start": 971170593, "stop": 971170595 } ] }