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=1956
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=1957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1955",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1956,
    "results": [
        {
            "start": 852495254,
            "stop": 852495260
        },
        {
            "start": 852495267,
            "stop": 852495727
        },
        {
            "start": 852495730,
            "stop": 852495738
        },
        {
            "start": 852495741,
            "stop": 852496250
        },
        {
            "start": 852496255,
            "stop": 852496388
        },
        {
            "start": 852496391,
            "stop": 852496395
        },
        {
            "start": 852496398,
            "stop": 852497190
        },
        {
            "start": 852497355,
            "stop": 852497697
        },
        {
            "start": 852497705,
            "stop": 852497710
        },
        {
            "start": 852497715,
            "stop": 852497730
        },
        {
            "start": 852497735,
            "stop": 852498014
        },
        {
            "start": 852498314,
            "stop": 852498666
        },
        {
            "start": 852498669,
            "stop": 852498678
        },
        {
            "start": 852498681,
            "stop": 852500221
        },
        {
            "start": 852500225,
            "stop": 852500299
        },
        {
            "start": 852500302,
            "stop": 852500304
        },
        {
            "start": 852500309,
            "stop": 852500315
        },
        {
            "start": 852500321,
            "stop": 852501185
        },
        {
            "start": 852501188,
            "stop": 852501194
        },
        {
            "start": 852501199,
            "stop": 852501201
        }
    ]
}