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_CAT2/segments?format=api&page=3931
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3932", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3930", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3931, "results": [ { "start": 874222810, "stop": 874222819 }, { "start": 874222825, "stop": 874222831 }, { "start": 874222834, "stop": 874222990 }, { "start": 874222993, "stop": 874223051 }, { "start": 874223054, "stop": 874223066 }, { "start": 874223069, "stop": 874223326 }, { "start": 874223330, "stop": 874223356 }, { "start": 874223359, "stop": 874223363 }, { "start": 874223368, "stop": 874223384 }, { "start": 874223387, "stop": 874223403 }, { "start": 874223406, "stop": 874223409 }, { "start": 874223413, "stop": 874223501 }, { "start": 874223504, "stop": 874223839 }, { "start": 874223842, "stop": 874223925 }, { "start": 874223928, "stop": 874223932 }, { "start": 874223935, "stop": 874223963 }, { "start": 874223967, "stop": 874223990 }, { "start": 874223993, "stop": 874224129 }, { "start": 874224132, "stop": 874224134 }, { "start": 874224137, "stop": 874224156 } ] }