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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=294",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 295,
    "results": [
        {
            "start": 820872084,
            "stop": 820872120
        },
        {
            "start": 820872180,
            "stop": 820872480
        },
        {
            "start": 820872600,
            "stop": 820873096
        },
        {
            "start": 820876092,
            "stop": 820876181
        },
        {
            "start": 820876732,
            "stop": 820876800
        },
        {
            "start": 820876893,
            "stop": 820876942
        },
        {
            "start": 820876946,
            "stop": 820877082
        },
        {
            "start": 820877086,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820877793
        },
        {
            "start": 820877796,
            "stop": 820877820
        },
        {
            "start": 820877880,
            "stop": 820878060
        },
        {
            "start": 820878180,
            "stop": 820878240
        },
        {
            "start": 820878300,
            "stop": 820878365
        },
        {
            "start": 820878368,
            "stop": 820878958
        },
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891561,
            "stop": 820891832
        },
        {
            "start": 820891835,
            "stop": 820892037
        },
        {
            "start": 820892040,
            "stop": 820892144
        },
        {
            "start": 820892147,
            "stop": 820892398
        },
        {
            "start": 820892401,
            "stop": 820892474
        }
    ]
}