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=14825
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14826", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14824", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14825, "results": [ { "start": 971261742, "stop": 971261770 }, { "start": 971261772, "stop": 971261781 }, { "start": 971261782, "stop": 971261809 }, { "start": 971261811, "stop": 971261812 }, { "start": 971261815, "stop": 971261821 }, { "start": 971261823, "stop": 971261824 }, { "start": 971261826, "stop": 971261848 }, { "start": 971261851, "stop": 971261857 }, { "start": 971261859, "stop": 971261873 }, { "start": 971261874, "stop": 971261892 }, { "start": 971261893, "stop": 971261942 }, { "start": 971261943, "stop": 971261945 }, { "start": 971261946, "stop": 971261955 }, { "start": 971261960, "stop": 971261966 }, { "start": 971261967, "stop": 971261974 }, { "start": 971261976, "stop": 971261985 }, { "start": 971261987, "stop": 971261990 }, { "start": 971261992, "stop": 971261993 }, { "start": 971261994, "stop": 971261997 }, { "start": 971261999, "stop": 971262005 } ] }