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_CAT4/segments?format=api&page=15766
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15767", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15765", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15766, "results": [ { "start": 971169683, "stop": 971169684 }, { "start": 971169686, "stop": 971169687 }, { "start": 971169688, "stop": 971169691 }, { "start": 971169692, "stop": 971169694 }, { "start": 971169695, "stop": 971169697 }, { "start": 971169699, "stop": 971169705 }, { "start": 971169706, "stop": 971169707 }, { "start": 971169709, "stop": 971169710 }, { "start": 971169711, "stop": 971169713 }, { "start": 971169715, "stop": 971169716 }, { "start": 971169720, "stop": 971169722 }, { "start": 971169726, "stop": 971169727 }, { "start": 971169731, "stop": 971169735 }, { "start": 971169736, "stop": 971169742 }, { "start": 971169743, "stop": 971169745 }, { "start": 971169748, "stop": 971169755 }, { "start": 971169756, "stop": 971169759 }, { "start": 971169765, "stop": 971169766 }, { "start": 971169771, "stop": 971169773 }, { "start": 971169781, "stop": 971169783 } ] }