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=620
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=621", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=619", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 620, "results": [ { "start": 850484992, "stop": 850485172 }, { "start": 850485324, "stop": 850488084 }, { "start": 850491749, "stop": 850492529 }, { "start": 850492669, "stop": 850494289 }, { "start": 850500729, "stop": 850501359 }, { "start": 850501389, "stop": 850502769 }, { "start": 850504061, "stop": 850505381 }, { "start": 850507076, "stop": 850508456 }, { "start": 850508486, "stop": 850508816 }, { "start": 850509006, "stop": 850510386 }, { "start": 850510723, "stop": 850511353 }, { "start": 850511383, "stop": 850511653 }, { "start": 850511683, "stop": 850511833 }, { "start": 850513090, "stop": 850514020 }, { "start": 850514050, "stop": 850514170 }, { "start": 850515393, "stop": 850515753 }, { "start": 850516063, "stop": 850517863 }, { "start": 850519278, "stop": 850522638 }, { "start": 850522767, "stop": 850522827 }, { "start": 850523140, "stop": 850524460 } ] }