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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=347",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 348,
    "results": [
        {
            "start": 829239078,
            "stop": 829239080
        },
        {
            "start": 829239084,
            "stop": 829239085
        },
        {
            "start": 829239086,
            "stop": 829239095
        },
        {
            "start": 829239097,
            "stop": 829239101
        },
        {
            "start": 829239103,
            "stop": 829239106
        },
        {
            "start": 829239108,
            "stop": 829239143
        },
        {
            "start": 829239146,
            "stop": 829239153
        },
        {
            "start": 829239155,
            "stop": 829239159
        },
        {
            "start": 829239161,
            "stop": 829239165
        },
        {
            "start": 829239167,
            "stop": 829239169
        },
        {
            "start": 829239171,
            "stop": 829239173
        },
        {
            "start": 829239175,
            "stop": 829239177
        },
        {
            "start": 829239180,
            "stop": 829239192
        },
        {
            "start": 829239195,
            "stop": 829239200
        },
        {
            "start": 829239202,
            "stop": 829239214
        },
        {
            "start": 829239216,
            "stop": 829239241
        },
        {
            "start": 829239243,
            "stop": 829239251
        },
        {
            "start": 829239253,
            "stop": 829239272
        },
        {
            "start": 829239277,
            "stop": 829239326
        },
        {
            "start": 829239328,
            "stop": 829239347
        }
    ]
}