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=346
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=347", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=345", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 346, "results": [ { "start": 834587740, "stop": 834588820 }, { "start": 834588990, "stop": 834589230 }, { "start": 834589391, "stop": 834589451 }, { "start": 834589641, "stop": 834589701 }, { "start": 834591661, "stop": 834591781 }, { "start": 834619035, "stop": 834619275 }, { "start": 834619697, "stop": 834619817 }, { "start": 834620472, "stop": 834620772 }, { "start": 834621241, "stop": 834621301 }, { "start": 834621636, "stop": 834623706 }, { "start": 834623736, "stop": 834623796 }, { "start": 834623826, "stop": 834623886 }, { "start": 834623916, "stop": 834624336 }, { "start": 834626725, "stop": 834630625 }, { "start": 834630765, "stop": 834632685 }, { "start": 834632895, "stop": 834633315 }, { "start": 834633464, "stop": 834634604 }, { "start": 834634830, "stop": 834634950 }, { "start": 834640290, "stop": 834645390 }, { "start": 834645558, "stop": 834648138 } ] }