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_CAT2/segments?format=api&page=1258
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1259", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1257", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1258, "results": [ { "start": 957674706, "stop": 957674784 }, { "start": 957674786, "stop": 957674834 }, { "start": 957674836, "stop": 957675928 }, { "start": 957675930, "stop": 957675996 }, { "start": 957675998, "stop": 957676314 }, { "start": 957676316, "stop": 957676592 }, { "start": 957676594, "stop": 957677258 }, { "start": 957677260, "stop": 957677600 }, { "start": 957677602, "stop": 957677660 }, { "start": 957677662, "stop": 957677729 }, { "start": 957677731, "stop": 957678109 }, { "start": 957678111, "stop": 957678404 }, { "start": 957678406, "stop": 957678629 }, { "start": 957678631, "stop": 957679440 }, { "start": 957679442, "stop": 957679798 }, { "start": 957679800, "stop": 957680378 }, { "start": 957680380, "stop": 957680403 }, { "start": 957680405, "stop": 957680439 }, { "start": 957680441, "stop": 957680509 }, { "start": 957680511, "stop": 957680817 } ] }