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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=255",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 256,
    "results": [
        {
            "start": 827820747,
            "stop": 827820966
        },
        {
            "start": 827820968,
            "stop": 827820979
        },
        {
            "start": 827820981,
            "stop": 827821172
        },
        {
            "start": 827821174,
            "stop": 827821343
        },
        {
            "start": 827821346,
            "stop": 827821381
        },
        {
            "start": 827821383,
            "stop": 827821406
        },
        {
            "start": 827821410,
            "stop": 827821414
        },
        {
            "start": 827821416,
            "stop": 827822709
        },
        {
            "start": 827822712,
            "stop": 827823691
        },
        {
            "start": 827823694,
            "stop": 827823730
        },
        {
            "start": 827823732,
            "stop": 827823840
        },
        {
            "start": 827823844,
            "stop": 827823848
        },
        {
            "start": 827823850,
            "stop": 827829182
        },
        {
            "start": 827829186,
            "stop": 827829590
        },
        {
            "start": 827829595,
            "stop": 827829608
        },
        {
            "start": 827829611,
            "stop": 827829642
        },
        {
            "start": 827829647,
            "stop": 827833038
        },
        {
            "start": 827833040,
            "stop": 827841286
        },
        {
            "start": 827841288,
            "stop": 827842812
        },
        {
            "start": 827842814,
            "stop": 827842913
        }
    ]
}