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_CAT4/segments?format=api&page=15774
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15775", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15773", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15774, "results": [ { "start": 971170492, "stop": 971170493 }, { "start": 971170496, "stop": 971170498 }, { "start": 971170499, "stop": 971170500 }, { "start": 971170501, "stop": 971170502 }, { "start": 971170506, "stop": 971170508 }, { "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 } ] }