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=311
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=312", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=310", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 311, "results": [ { "start": 818560395, "stop": 818560650 }, { "start": 818560682, "stop": 818561863 }, { "start": 818561880, "stop": 818562270 }, { "start": 818562290, "stop": 818562593 }, { "start": 818562612, "stop": 818562651 }, { "start": 818562676, "stop": 818562790 }, { "start": 818562810, "stop": 818563029 }, { "start": 818563049, "stop": 818563142 }, { "start": 818563189, "stop": 818563827 }, { "start": 818563848, "stop": 818565277 }, { "start": 818565296, "stop": 818565450 }, { "start": 818565469, "stop": 818565753 }, { "start": 818565780, "stop": 818566643 }, { "start": 818566663, "stop": 818567111 }, { "start": 818567132, "stop": 818568225 }, { "start": 818568247, "stop": 818568735 }, { "start": 818568768, "stop": 818571155 }, { "start": 818571189, "stop": 818573593 }, { "start": 818573610, "stop": 818575920 }, { "start": 818575941, "stop": 818577764 } ] }