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/H2_STOCH_CAT1/segments?format=api&page=203
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=204", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=202", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 203, "results": [ { "start": 849073248, "stop": 849076389 }, { "start": 849083076, "stop": 849085186 }, { "start": 849085192, "stop": 849085193 }, { "start": 849085198, "stop": 849087175 }, { "start": 849088629, "stop": 849089053 }, { "start": 849089789, "stop": 849109593 }, { "start": 849109671, "stop": 849147673 }, { "start": 849166101, "stop": 849171725 }, { "start": 849171728, "stop": 849171729 }, { "start": 849171732, "stop": 849171734 }, { "start": 849171745, "stop": 849180718 }, { "start": 849180721, "stop": 849192525 }, { "start": 849192528, "stop": 849192529 }, { "start": 849192575, "stop": 849192658 }, { "start": 849192661, "stop": 849192688 }, { "start": 849192691, "stop": 849195583 }, { "start": 849195586, "stop": 849201078 }, { "start": 849201081, "stop": 849201104 }, { "start": 849201112, "stop": 849213013 }, { "start": 849214041, "stop": 849214753 } ] }