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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4880",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4881,
    "results": [
        {
            "start": 874224782,
            "stop": 874224929
        },
        {
            "start": 874224948,
            "stop": 874224992
        },
        {
            "start": 874225012,
            "stop": 874225033
        },
        {
            "start": 874225052,
            "stop": 874225103
        },
        {
            "start": 874225123,
            "stop": 874225250
        },
        {
            "start": 874225270,
            "stop": 874225291
        },
        {
            "start": 874225311,
            "stop": 874225380
        },
        {
            "start": 874225399,
            "stop": 874225445
        },
        {
            "start": 874225464,
            "stop": 874225481
        },
        {
            "start": 874225517,
            "stop": 874225522
        },
        {
            "start": 874225541,
            "stop": 874225557
        },
        {
            "start": 874225576,
            "stop": 874225610
        },
        {
            "start": 874225630,
            "stop": 874225783
        },
        {
            "start": 874225802,
            "stop": 874225805
        },
        {
            "start": 874225824,
            "stop": 874225905
        },
        {
            "start": 874225924,
            "stop": 874225926
        },
        {
            "start": 874225945,
            "stop": 874225969
        },
        {
            "start": 874225989,
            "stop": 874226392
        },
        {
            "start": 874226428,
            "stop": 874226520
        },
        {
            "start": 874226580,
            "stop": 874226597
        }
    ]
}