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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8871
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8872", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8870", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8871, "results": [ { "start": 873119672, "stop": 873119824 }, { "start": 873119844, "stop": 873119853 }, { "start": 873119889, "stop": 873119940 }, { "start": 873119959, "stop": 873120536 }, { "start": 873120553, "stop": 873120573 }, { "start": 873120590, "stop": 873120652 }, { "start": 873120669, "stop": 873120843 }, { "start": 873128831, "stop": 873128872 }, { "start": 873128889, "stop": 873128941 }, { "start": 873128972, "stop": 873128981 }, { "start": 873128998, "stop": 873129002 }, { "start": 873129020, "stop": 873129044 }, { "start": 873129061, "stop": 873129086 }, { "start": 873129103, "stop": 873129108 }, { "start": 873129125, "stop": 873129359 }, { "start": 873129379, "stop": 873130020 }, { "start": 873132655, "stop": 873132659 }, { "start": 873132678, "stop": 873132691 }, { "start": 873132708, "stop": 873132791 }, { "start": 873132808, "stop": 873133140 } ] }