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=14710
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14711", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14709", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14710, "results": [ { "start": 971172512, "stop": 971172514 }, { "start": 971172516, "stop": 971172518 }, { "start": 971172519, "stop": 971172520 }, { "start": 971172521, "stop": 971172522 }, { "start": 971172523, "stop": 971172525 }, { "start": 971172529, "stop": 971172534 }, { "start": 971172536, "stop": 971172537 }, { "start": 971172538, "stop": 971172543 }, { "start": 971172545, "stop": 971172547 }, { "start": 971172549, "stop": 971172554 }, { "start": 971172556, "stop": 971172557 }, { "start": 971172559, "stop": 971172561 }, { "start": 971172563, "stop": 971172565 }, { "start": 971172566, "stop": 971172567 }, { "start": 971172569, "stop": 971172570 }, { "start": 971172575, "stop": 971172577 }, { "start": 971172578, "stop": 971172579 }, { "start": 971172581, "stop": 971172585 }, { "start": 971172586, "stop": 971172587 }, { "start": 971172592, "stop": 971172595 } ] }