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_CBCHIGH_CAT3/segments?format=api&page=9060
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9059",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9060,
    "results": [
        {
            "start": 874409776,
            "stop": 874409805
        },
        {
            "start": 874409829,
            "stop": 874409885
        },
        {
            "start": 874409917,
            "stop": 874410022
        },
        {
            "start": 874410041,
            "stop": 874410281
        },
        {
            "start": 874410300,
            "stop": 874410616
        },
        {
            "start": 874410758,
            "stop": 874410810
        },
        {
            "start": 874410827,
            "stop": 874410970
        },
        {
            "start": 874411010,
            "stop": 874411055
        },
        {
            "start": 874411104,
            "stop": 874411131
        },
        {
            "start": 874411167,
            "stop": 874411184
        },
        {
            "start": 874411201,
            "stop": 874411202
        },
        {
            "start": 874411233,
            "stop": 874411277
        },
        {
            "start": 874411309,
            "stop": 874411350
        },
        {
            "start": 874411382,
            "stop": 874411422
        },
        {
            "start": 874411449,
            "stop": 874411483
        },
        {
            "start": 874411541,
            "stop": 874411549
        },
        {
            "start": 874411568,
            "stop": 874411575
        },
        {
            "start": 874411594,
            "stop": 874411708
        },
        {
            "start": 874411725,
            "stop": 874411850
        },
        {
            "start": 874411893,
            "stop": 874412038
        }
    ]
}