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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=277
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=278", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=276", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 277, "results": [ { "start": 818233668, "stop": 818233677 }, { "start": 818233680, "stop": 818233690 }, { "start": 818233712, "stop": 818233713 }, { "start": 818233718, "stop": 818233722 }, { "start": 818233728, "stop": 818233729 }, { "start": 818233734, "stop": 818233738 }, { "start": 818233741, "stop": 818233747 }, { "start": 818233750, "stop": 818233752 }, { "start": 818233759, "stop": 818233761 }, { "start": 818233772, "stop": 818233778 }, { "start": 818233781, "stop": 818233783 }, { "start": 818233787, "stop": 818233789 }, { "start": 818233794, "stop": 818233796 }, { "start": 818233805, "stop": 818233808 }, { "start": 818233811, "stop": 818233812 }, { "start": 818233834, "stop": 818233835 }, { "start": 818233847, "stop": 818233849 }, { "start": 818233854, "stop": 818233855 }, { "start": 818233859, "stop": 818233861 }, { "start": 818233869, "stop": 818233870 } ] }