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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=188",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 189,
    "results": [
        {
            "start": 841106746,
            "stop": 841108630
        },
        {
            "start": 841108714,
            "stop": 841108933
        },
        {
            "start": 841108938,
            "stop": 841108939
        },
        {
            "start": 841109018,
            "stop": 841109458
        },
        {
            "start": 841110269,
            "stop": 841113973
        },
        {
            "start": 841113982,
            "stop": 841113984
        },
        {
            "start": 841114112,
            "stop": 841116193
        },
        {
            "start": 841116221,
            "stop": 841116222
        },
        {
            "start": 841116797,
            "stop": 841118344
        },
        {
            "start": 841120004,
            "stop": 841121982
        },
        {
            "start": 841122037,
            "stop": 841122313
        },
        {
            "start": 841123465,
            "stop": 841125493
        },
        {
            "start": 841125497,
            "stop": 841125498
        },
        {
            "start": 841125734,
            "stop": 841127706
        },
        {
            "start": 841128452,
            "stop": 841140828
        },
        {
            "start": 841141930,
            "stop": 841142893
        },
        {
            "start": 841178132,
            "stop": 841178713
        },
        {
            "start": 841178717,
            "stop": 841178718
        },
        {
            "start": 841178778,
            "stop": 841178996
        },
        {
            "start": 841179859,
            "stop": 841183393
        }
    ]
}