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_CAT4/segments?format=api&page=8151
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8152", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8150", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8151, "results": [ { "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 }, { "start": 873133200, "stop": 873133236 }, { "start": 873133253, "stop": 873133529 }, { "start": 873133691, "stop": 873134015 } ] }