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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=349",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 350,
    "results": [
        {
            "start": 818255093,
            "stop": 818255097
        },
        {
            "start": 818255120,
            "stop": 818255122
        },
        {
            "start": 818255126,
            "stop": 818255129
        },
        {
            "start": 818255137,
            "stop": 818255138
        },
        {
            "start": 818255147,
            "stop": 818255152
        },
        {
            "start": 818255168,
            "stop": 818255169
        },
        {
            "start": 818255178,
            "stop": 818255179
        },
        {
            "start": 818255195,
            "stop": 818255199
        },
        {
            "start": 818255203,
            "stop": 818255204
        },
        {
            "start": 818255213,
            "stop": 818255218
        },
        {
            "start": 818255225,
            "stop": 818255229
        },
        {
            "start": 818255252,
            "stop": 818255254
        },
        {
            "start": 818255271,
            "stop": 818255272
        },
        {
            "start": 818255289,
            "stop": 818255290
        },
        {
            "start": 818255295,
            "stop": 818255297
        },
        {
            "start": 818255311,
            "stop": 818255317
        },
        {
            "start": 818255335,
            "stop": 818255340
        },
        {
            "start": 818255362,
            "stop": 818255363
        },
        {
            "start": 818255378,
            "stop": 818255381
        },
        {
            "start": 818255400,
            "stop": 818255402
        }
    ]
}