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=177
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=178", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=176", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 177, "results": [ { "start": 932964762, "stop": 932964769 }, { "start": 932964788, "stop": 932964797 }, { "start": 932964855, "stop": 932964891 }, { "start": 932964968, "stop": 932964980 }, { "start": 932965003, "stop": 932965005 }, { "start": 932965024, "stop": 932965027 }, { "start": 932965155, "stop": 932965174 }, { "start": 932965194, "stop": 932965202 }, { "start": 932965271, "stop": 932965275 }, { "start": 932965294, "stop": 932965318 }, { "start": 932965349, "stop": 932965359 }, { "start": 932965478, "stop": 932965571 }, { "start": 932965590, "stop": 932965626 }, { "start": 932965663, "stop": 932965664 }, { "start": 932965718, "stop": 932965719 }, { "start": 932965737, "stop": 932965741 }, { "start": 932965789, "stop": 932965793 }, { "start": 932965834, "stop": 932965850 }, { "start": 932965924, "stop": 932965962 }, { "start": 932966037, "stop": 932966041 } ] }