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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=128",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 129,
    "results": [
        {
            "start": 818068021,
            "stop": 818068023
        },
        {
            "start": 818068026,
            "stop": 818068033
        },
        {
            "start": 818068036,
            "stop": 818068038
        },
        {
            "start": 818068041,
            "stop": 818068048
        },
        {
            "start": 818068052,
            "stop": 818068056
        },
        {
            "start": 818068059,
            "stop": 818068061
        },
        {
            "start": 818068066,
            "stop": 818068068
        },
        {
            "start": 818068077,
            "stop": 818068079
        },
        {
            "start": 818068083,
            "stop": 818068088
        },
        {
            "start": 818068091,
            "stop": 818068103
        },
        {
            "start": 818068106,
            "stop": 818068120
        },
        {
            "start": 818068123,
            "stop": 818068128
        },
        {
            "start": 818068132,
            "stop": 818068140
        },
        {
            "start": 818068149,
            "stop": 818068151
        },
        {
            "start": 818068156,
            "stop": 818068159
        },
        {
            "start": 818068162,
            "stop": 818068164
        },
        {
            "start": 818068168,
            "stop": 818068169
        },
        {
            "start": 818068174,
            "stop": 818068178
        },
        {
            "start": 818068181,
            "stop": 818068183
        },
        {
            "start": 818068188,
            "stop": 818068190
        }
    ]
}