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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1914",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1915,
    "results": [
        {
            "start": 848319925,
            "stop": 848319973
        },
        {
            "start": 848322255,
            "stop": 848322752
        },
        {
            "start": 848323052,
            "stop": 848323260
        },
        {
            "start": 848323560,
            "stop": 848323678
        },
        {
            "start": 848323978,
            "stop": 848324845
        },
        {
            "start": 848325145,
            "stop": 848325461
        },
        {
            "start": 848326949,
            "stop": 848327037
        },
        {
            "start": 848327043,
            "stop": 848330303
        },
        {
            "start": 848331636,
            "stop": 848335333
        },
        {
            "start": 848335633,
            "stop": 848340312
        },
        {
            "start": 848340419,
            "stop": 848346951
        },
        {
            "start": 848346952,
            "stop": 848347020
        },
        {
            "start": 848347022,
            "stop": 848347134
        },
        {
            "start": 848347135,
            "stop": 848347137
        },
        {
            "start": 848347138,
            "stop": 848347139
        },
        {
            "start": 848347140,
            "stop": 848347150
        },
        {
            "start": 848347152,
            "stop": 848347193
        },
        {
            "start": 848347196,
            "stop": 848347241
        },
        {
            "start": 848347242,
            "stop": 848347260
        },
        {
            "start": 848347261,
            "stop": 848347310
        }
    ]
}