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=8987
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8988", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8986", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8987, "results": [ { "start": 873840123, "stop": 873840879 }, { "start": 873840899, "stop": 873841155 }, { "start": 873841216, "stop": 873841528 }, { "start": 873841562, "stop": 873841824 }, { "start": 873841844, "stop": 873841872 }, { "start": 873841892, "stop": 873842102 }, { "start": 873842122, "stop": 873842148 }, { "start": 873842167, "stop": 873842412 }, { "start": 873842431, "stop": 873842598 }, { "start": 873842632, "stop": 873842905 }, { "start": 873842925, "stop": 873842980 }, { "start": 873843000, "stop": 873843052 }, { "start": 873843071, "stop": 873843517 }, { "start": 873843544, "stop": 873843752 }, { "start": 873843772, "stop": 873843834 }, { "start": 873843853, "stop": 873844104 }, { "start": 873844124, "stop": 873844555 }, { "start": 873844651, "stop": 873844823 }, { "start": 873844840, "stop": 873845032 }, { "start": 873845052, "stop": 873845336 } ] }