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=14800
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14801", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14799", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14800, "results": [ { "start": 971251016, "stop": 971251022 }, { "start": 971251023, "stop": 971251032 }, { "start": 971251033, "stop": 971251048 }, { "start": 971251050, "stop": 971251067 }, { "start": 971251069, "stop": 971251082 }, { "start": 971251085, "stop": 971251099 }, { "start": 971251101, "stop": 971251150 }, { "start": 971251151, "stop": 971251154 }, { "start": 971251156, "stop": 971251163 }, { "start": 971251165, "stop": 971251192 }, { "start": 971251193, "stop": 971251194 }, { "start": 971251197, "stop": 971251198 }, { "start": 971251199, "stop": 971251217 }, { "start": 971251219, "stop": 971251230 }, { "start": 971251231, "stop": 971251241 }, { "start": 971251242, "stop": 971251246 }, { "start": 971251248, "stop": 971251272 }, { "start": 971251290, "stop": 971251312 }, { "start": 971251315, "stop": 971251323 }, { "start": 971251324, "stop": 971251338 } ] }