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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=277",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 278,
    "results": [
        {
            "start": 820750453,
            "stop": 820752095
        },
        {
            "start": 820753222,
            "stop": 820755700
        },
        {
            "start": 820759617,
            "stop": 820759748
        },
        {
            "start": 820759751,
            "stop": 820759930
        },
        {
            "start": 820759933,
            "stop": 820761575
        },
        {
            "start": 820761578,
            "stop": 820763072
        },
        {
            "start": 820763104,
            "stop": 820768024
        },
        {
            "start": 820768027,
            "stop": 820768029
        },
        {
            "start": 820768033,
            "stop": 820768080
        },
        {
            "start": 820768083,
            "stop": 820769883
        },
        {
            "start": 820769886,
            "stop": 820771014
        },
        {
            "start": 820771017,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820774560
        },
        {
            "start": 820774680,
            "stop": 820776146
        },
        {
            "start": 820776149,
            "stop": 820776727
        },
        {
            "start": 820776847,
            "stop": 820778894
        },
        {
            "start": 820778911,
            "stop": 820779022
        },
        {
            "start": 820779142,
            "stop": 820780282
        },
        {
            "start": 820780402,
            "stop": 820780479
        },
        {
            "start": 820780667,
            "stop": 820780932
        }
    ]
}