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=362
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=363", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=361", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 362, "results": [ { "start": 835369247, "stop": 835369547 }, { "start": 835369853, "stop": 835369913 }, { "start": 835370211, "stop": 835370331 }, { "start": 835370834, "stop": 835371074 }, { "start": 835371310, "stop": 835371370 }, { "start": 835371519, "stop": 835371639 }, { "start": 835373746, "stop": 835373866 }, { "start": 835376826, "stop": 835376946 }, { "start": 835377336, "stop": 835377456 }, { "start": 835377846, "stop": 835377906 }, { "start": 835378414, "stop": 835378534 }, { "start": 835378684, "stop": 835379164 }, { "start": 835379367, "stop": 835379487 }, { "start": 835379716, "stop": 835380136 }, { "start": 835380312, "stop": 835380552 }, { "start": 835381123, "stop": 835381303 }, { "start": 835381450, "stop": 835381930 }, { "start": 835382338, "stop": 835383058 }, { "start": 835383605, "stop": 835383905 }, { "start": 835384073, "stop": 835384853 } ] }