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=14667
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14668", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14666", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14667, "results": [ { "start": 971167975, "stop": 971167979 }, { "start": 971167980, "stop": 971167984 }, { "start": 971167989, "stop": 971167990 }, { "start": 971167993, "stop": 971167994 }, { "start": 971167996, "stop": 971167998 }, { "start": 971167999, "stop": 971168002 }, { "start": 971168007, "stop": 971168011 }, { "start": 971168014, "stop": 971168016 }, { "start": 971168019, "stop": 971168020 }, { "start": 971168023, "stop": 971168026 }, { "start": 971168027, "stop": 971168028 }, { "start": 971168029, "stop": 971168033 }, { "start": 971168036, "stop": 971168037 }, { "start": 971168040, "stop": 971168045 }, { "start": 971168046, "stop": 971168050 }, { "start": 971168052, "stop": 971168058 }, { "start": 971168064, "stop": 971168065 }, { "start": 971168068, "stop": 971168073 }, { "start": 971168075, "stop": 971168077 }, { "start": 971168078, "stop": 971168079 } ] }