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=698
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=699", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=697", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 698, "results": [ { "start": 855813414, "stop": 855814794 }, { "start": 855814957, "stop": 855815677 }, { "start": 855815818, "stop": 855818218 }, { "start": 855818356, "stop": 855820036 }, { "start": 855820182, "stop": 855820662 }, { "start": 855825591, "stop": 855827451 }, { "start": 855827604, "stop": 855828624 }, { "start": 855828792, "stop": 855828972 }, { "start": 855829127, "stop": 855829187 }, { "start": 855829328, "stop": 855829808 }, { "start": 855829954, "stop": 855830854 }, { "start": 855831006, "stop": 855831066 }, { "start": 855831409, "stop": 855832999 }, { "start": 855833126, "stop": 855833606 }, { "start": 855833736, "stop": 855834036 }, { "start": 855835898, "stop": 855836558 }, { "start": 855836884, "stop": 855837064 }, { "start": 855837245, "stop": 855837665 }, { "start": 855837836, "stop": 855837896 }, { "start": 855838069, "stop": 855838489 } ] }