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_CAT4/segments?format=api&page=96
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=97", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=95", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 96, "results": [ { "start": 816915605, "stop": 816915617 }, { "start": 816915637, "stop": 816915715 }, { "start": 816915735, "stop": 816915809 }, { "start": 816915840, "stop": 816915851 }, { "start": 816915954, "stop": 816916012 }, { "start": 816916042, "stop": 816916078 }, { "start": 816916113, "stop": 816916137 }, { "start": 816916158, "stop": 816916178 }, { "start": 816917160, "stop": 816917185 }, { "start": 816917206, "stop": 816917210 }, { "start": 816917234, "stop": 816917400 }, { "start": 816917426, "stop": 816917433 }, { "start": 816917467, "stop": 816917505 }, { "start": 816917527, "stop": 816917568 }, { "start": 816917603, "stop": 816917663 }, { "start": 816917683, "stop": 816917693 }, { "start": 816917724, "stop": 816917762 }, { "start": 816917833, "stop": 816917875 }, { "start": 816917910, "stop": 816917912 }, { "start": 816917932, "stop": 816918051 } ] }