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=14840
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14841", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14839", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14840, "results": [ { "start": 971398954, "stop": 971398960 }, { "start": 971398962, "stop": 971398964 }, { "start": 971398965, "stop": 971398976 }, { "start": 971398978, "stop": 971398992 }, { "start": 971398993, "stop": 971399000 }, { "start": 971399002, "stop": 971399021 }, { "start": 971399023, "stop": 971399025 }, { "start": 971399026, "stop": 971399031 }, { "start": 971399034, "stop": 971399035 }, { "start": 971399036, "stop": 971399037 }, { "start": 971399038, "stop": 971399042 }, { "start": 971399044, "stop": 971399051 }, { "start": 971399071, "stop": 971399074 }, { "start": 971399075, "stop": 971399080 }, { "start": 971399081, "stop": 971399085 }, { "start": 971399086, "stop": 971399089 }, { "start": 971399090, "stop": 971399096 }, { "start": 971399098, "stop": 971399100 }, { "start": 971399101, "stop": 971399104 }, { "start": 971399105, "stop": 971399111 } ] }