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=394
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=395", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=393", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 394, "results": [ { "start": 837136336, "stop": 837140656 }, { "start": 837140882, "stop": 837146582 }, { "start": 837148284, "stop": 837149244 }, { "start": 837150523, "stop": 837157363 }, { "start": 837158555, "stop": 837160715 }, { "start": 837180978, "stop": 837181098 }, { "start": 837181256, "stop": 837181556 }, { "start": 837181771, "stop": 837181831 }, { "start": 837182152, "stop": 837182572 }, { "start": 837183063, "stop": 837183663 }, { "start": 837183825, "stop": 837184605 }, { "start": 837185141, "stop": 837185501 }, { "start": 837186222, "stop": 837186282 }, { "start": 837186679, "stop": 837187519 }, { "start": 837187709, "stop": 837187769 }, { "start": 837187920, "stop": 837188040 }, { "start": 837188310, "stop": 837188370 }, { "start": 837197893, "stop": 837199213 }, { "start": 837200093, "stop": 837200213 }, { "start": 837200372, "stop": 837206492 } ] }