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=14826
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14827", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14825", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14826, "results": [ { "start": 971262008, "stop": 971262027 }, { "start": 971262029, "stop": 971262034 }, { "start": 971262037, "stop": 971262063 }, { "start": 971262065, "stop": 971262073 }, { "start": 971262074, "stop": 971262125 }, { "start": 971262127, "stop": 971262130 }, { "start": 971262133, "stop": 971262141 }, { "start": 971262143, "stop": 971262153 }, { "start": 971262154, "stop": 971262157 }, { "start": 971262160, "stop": 971262167 }, { "start": 971262169, "stop": 971262173 }, { "start": 971262174, "stop": 971262190 }, { "start": 971262191, "stop": 971262201 }, { "start": 971263048, "stop": 971263100 }, { "start": 971263102, "stop": 971263118 }, { "start": 971263121, "stop": 971263130 }, { "start": 971263131, "stop": 971263162 }, { "start": 971263163, "stop": 971263205 }, { "start": 971266746, "stop": 971266750 }, { "start": 971266753, "stop": 971266793 } ] }