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=1961
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=1962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1960",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1961,
    "results": [
        {
            "start": 852633412,
            "stop": 852633481
        },
        {
            "start": 852633484,
            "stop": 852633514
        },
        {
            "start": 852633624,
            "stop": 852634398
        },
        {
            "start": 852635203,
            "stop": 852635239
        },
        {
            "start": 852635849,
            "stop": 852635973
        },
        {
            "start": 852636653,
            "stop": 852636941
        },
        {
            "start": 852637241,
            "stop": 852641071
        },
        {
            "start": 852641406,
            "stop": 852644894
        },
        {
            "start": 852648479,
            "stop": 852648678
        },
        {
            "start": 852656763,
            "stop": 852657189
        },
        {
            "start": 852657489,
            "stop": 852660417
        },
        {
            "start": 852660527,
            "stop": 852661178
        },
        {
            "start": 852661741,
            "stop": 852662978
        },
        {
            "start": 852663294,
            "stop": 852663964
        },
        {
            "start": 852664031,
            "stop": 852669929
        },
        {
            "start": 852670039,
            "stop": 852671537
        },
        {
            "start": 852672037,
            "stop": 852672267
        },
        {
            "start": 852672588,
            "stop": 852672715
        },
        {
            "start": 852672825,
            "stop": 852673082
        },
        {
            "start": 852673382,
            "stop": 852679043
        }
    ]
}