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=14809
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14810", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14808", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14809, "results": [ { "start": 971255412, "stop": 971255489 }, { "start": 971255491, "stop": 971255551 }, { "start": 971255552, "stop": 971255564 }, { "start": 971255567, "stop": 971255575 }, { "start": 971255576, "stop": 971255587 }, { "start": 971255589, "stop": 971255597 }, { "start": 971255598, "stop": 971255630 }, { "start": 971255631, "stop": 971255666 }, { "start": 971255668, "stop": 971255682 }, { "start": 971255683, "stop": 971255732 }, { "start": 971255735, "stop": 971255744 }, { "start": 971255747, "stop": 971255858 }, { "start": 971255859, "stop": 971255867 }, { "start": 971255868, "stop": 971255961 }, { "start": 971255962, "stop": 971255967 }, { "start": 971255968, "stop": 971255973 }, { "start": 971255974, "stop": 971255977 }, { "start": 971255979, "stop": 971255984 }, { "start": 971255985, "stop": 971255990 }, { "start": 971255991, "stop": 971255999 } ] }