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=1331
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1332", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1330", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1331, "results": [ { "start": 964152590, "stop": 964152620 }, { "start": 964153943, "stop": 964153993 }, { "start": 964153994, "stop": 964169290 }, { "start": 964169291, "stop": 964173325 }, { "start": 964173326, "stop": 964178646 }, { "start": 964181379, "stop": 964182401 }, { "start": 964183609, "stop": 964187524 }, { "start": 964189252, "stop": 964189417 }, { "start": 964189418, "stop": 964190464 }, { "start": 964190465, "stop": 964191634 }, { "start": 964192888, "stop": 964194004 }, { "start": 964194006, "stop": 964196848 }, { "start": 964197037, "stop": 964197309 }, { "start": 964203653, "stop": 964204258 }, { "start": 964205805, "stop": 964208704 }, { "start": 964210060, "stop": 964214799 }, { "start": 964214800, "stop": 964218093 }, { "start": 964218094, "stop": 964220898 }, { "start": 964225684, "stop": 964229896 }, { "start": 964229899, "stop": 964231168 } ] }