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_STOCH_CAT2_H2L1/segments?format=api&page=395
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=396", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=394", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 395, "results": [ { "start": 837206835, "stop": 837206895 }, { "start": 837207154, "stop": 837207514 }, { "start": 837207671, "stop": 837209471 }, { "start": 837209910, "stop": 837214560 }, { "start": 837214590, "stop": 837215850 }, { "start": 837216011, "stop": 837218831 }, { "start": 837219028, "stop": 837220948 }, { "start": 837221107, "stop": 837222067 }, { "start": 837222569, "stop": 837222629 }, { "start": 837226477, "stop": 837226597 }, { "start": 837226797, "stop": 837227277 }, { "start": 837228319, "stop": 837228979 }, { "start": 837229129, "stop": 837229609 }, { "start": 837229776, "stop": 837230556 }, { "start": 837230773, "stop": 837233803 }, { "start": 837233953, "stop": 837241333 }, { "start": 837241615, "stop": 837242815 }, { "start": 837244074, "stop": 837247434 }, { "start": 837247633, "stop": 837258193 }, { "start": 837258393, "stop": 837259173 } ] }