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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=145",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 146,
    "results": [
        {
            "start": 841108714,
            "stop": 841108939
        },
        {
            "start": 841109018,
            "stop": 841109488
        },
        {
            "start": 841110269,
            "stop": 841113984
        },
        {
            "start": 841114112,
            "stop": 841116222
        },
        {
            "start": 841116797,
            "stop": 841118374
        },
        {
            "start": 841120004,
            "stop": 841121982
        },
        {
            "start": 841122037,
            "stop": 841122353
        },
        {
            "start": 841123465,
            "stop": 841125498
        },
        {
            "start": 841125734,
            "stop": 841127706
        },
        {
            "start": 841128452,
            "stop": 841140858
        },
        {
            "start": 841141930,
            "stop": 841142923
        },
        {
            "start": 841178132,
            "stop": 841178718
        },
        {
            "start": 841178778,
            "stop": 841179026
        },
        {
            "start": 841179859,
            "stop": 841183427
        },
        {
            "start": 841184922,
            "stop": 841188952
        },
        {
            "start": 841189756,
            "stop": 841197706
        },
        {
            "start": 841197794,
            "stop": 841197817
        },
        {
            "start": 841198895,
            "stop": 841216395
        },
        {
            "start": 841218066,
            "stop": 841218277
        },
        {
            "start": 841219468,
            "stop": 841232740
        }
    ]
}