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=1838
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=1839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1837",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1838,
    "results": [
        {
            "start": 843867029,
            "stop": 843867031
        },
        {
            "start": 843867033,
            "stop": 843867036
        },
        {
            "start": 843867038,
            "stop": 843867046
        },
        {
            "start": 843867048,
            "stop": 843867060
        },
        {
            "start": 843867062,
            "stop": 843867064
        },
        {
            "start": 843867067,
            "stop": 843867070
        },
        {
            "start": 843867072,
            "stop": 843867073
        },
        {
            "start": 843867078,
            "stop": 843867080
        },
        {
            "start": 843867087,
            "stop": 843867094
        },
        {
            "start": 843867098,
            "stop": 843867103
        },
        {
            "start": 843867107,
            "stop": 843867114
        },
        {
            "start": 843867116,
            "stop": 843867124
        },
        {
            "start": 843867126,
            "stop": 843867132
        },
        {
            "start": 843867135,
            "stop": 843867147
        },
        {
            "start": 843867149,
            "stop": 843867152
        },
        {
            "start": 843867159,
            "stop": 843867162
        },
        {
            "start": 843867166,
            "stop": 843867175
        },
        {
            "start": 843867178,
            "stop": 843867186
        },
        {
            "start": 843867198,
            "stop": 843867208
        },
        {
            "start": 843867212,
            "stop": 843867236
        }
    ]
}