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=1951
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=1952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1950",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1951,
    "results": [
        {
            "start": 852361789,
            "stop": 852361909
        },
        {
            "start": 852362209,
            "stop": 852369230
        },
        {
            "start": 852369235,
            "stop": 852375690
        },
        {
            "start": 852375695,
            "stop": 852384472
        },
        {
            "start": 852384478,
            "stop": 852392929
        },
        {
            "start": 852414474,
            "stop": 852414532
        },
        {
            "start": 852416122,
            "stop": 852416130
        },
        {
            "start": 852416135,
            "stop": 852416155
        },
        {
            "start": 852416160,
            "stop": 852416307
        },
        {
            "start": 852416417,
            "stop": 852416543
        },
        {
            "start": 852417075,
            "stop": 852417491
        },
        {
            "start": 852417505,
            "stop": 852417508
        },
        {
            "start": 852417511,
            "stop": 852417548
        },
        {
            "start": 852417554,
            "stop": 852417980
        },
        {
            "start": 852418090,
            "stop": 852418325
        },
        {
            "start": 852418625,
            "stop": 852418651
        },
        {
            "start": 852419203,
            "stop": 852419298
        },
        {
            "start": 852419598,
            "stop": 852419767
        },
        {
            "start": 852420067,
            "stop": 852420244
        },
        {
            "start": 852420247,
            "stop": 852420639
        }
    ]
}