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=15681
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15682", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15680", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15681, "results": [ { "start": 971160637, "stop": 971160639 }, { "start": 971160642, "stop": 971160644 }, { "start": 971160646, "stop": 971160648 }, { "start": 971160649, "stop": 971160654 }, { "start": 971160656, "stop": 971160657 }, { "start": 971160658, "stop": 971160661 }, { "start": 971160665, "stop": 971160667 }, { "start": 971160668, "stop": 971160670 }, { "start": 971160672, "stop": 971160676 }, { "start": 971160681, "stop": 971160685 }, { "start": 971160686, "stop": 971160688 }, { "start": 971160694, "stop": 971160695 }, { "start": 971160699, "stop": 971160705 }, { "start": 971160709, "stop": 971160710 }, { "start": 971160714, "stop": 971160715 }, { "start": 971160717, "stop": 971160719 }, { "start": 971160721, "stop": 971160723 }, { "start": 971160724, "stop": 971160730 }, { "start": 971160732, "stop": 971160733 }, { "start": 971160734, "stop": 971160735 } ] }