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_CAT3/segments?format=api&page=14815
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14816", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14814", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14815, "results": [ { "start": 971257623, "stop": 971257624 }, { "start": 971257627, "stop": 971257631 }, { "start": 971257635, "stop": 971257637 }, { "start": 971257639, "stop": 971257645 }, { "start": 971257646, "stop": 971257651 }, { "start": 971257656, "stop": 971257658 }, { "start": 971257659, "stop": 971257675 }, { "start": 971257680, "stop": 971257689 }, { "start": 971257690, "stop": 971257700 }, { "start": 971257702, "stop": 971257706 }, { "start": 971257708, "stop": 971257727 }, { "start": 971257728, "stop": 971257732 }, { "start": 971257736, "stop": 971257742 }, { "start": 971257743, "stop": 971257761 }, { "start": 971257762, "stop": 971257764 }, { "start": 971257765, "stop": 971257767 }, { "start": 971257768, "stop": 971257779 }, { "start": 971257781, "stop": 971257784 }, { "start": 971257787, "stop": 971257789 }, { "start": 971257791, "stop": 971257792 } ] }