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=15797
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15798", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15796", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15797, "results": [ { "start": 971172884, "stop": 971172886 }, { "start": 971172888, "stop": 971172890 }, { "start": 971172891, "stop": 971172892 }, { "start": 971172894, "stop": 971172895 }, { "start": 971172896, "stop": 971172897 }, { "start": 971172898, "stop": 971172900 }, { "start": 971172904, "stop": 971172905 }, { "start": 971172906, "stop": 971172907 }, { "start": 971172911, "stop": 971172912 }, { "start": 971172913, "stop": 971172915 }, { "start": 971172917, "stop": 971172920 }, { "start": 971172921, "stop": 971172922 }, { "start": 971172926, "stop": 971172929 }, { "start": 971172930, "stop": 971172932 }, { "start": 971172933, "stop": 971172934 }, { "start": 971172936, "stop": 971172941 }, { "start": 971172956, "stop": 971172959 }, { "start": 971172965, "stop": 971172969 }, { "start": 971172971, "stop": 971172972 }, { "start": 971172977, "stop": 971172981 } ] }