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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=96",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 97,
    "results": [
        {
            "start": 818053153,
            "stop": 818053158
        },
        {
            "start": 818053161,
            "stop": 818053172
        },
        {
            "start": 818053179,
            "stop": 818053192
        },
        {
            "start": 818053195,
            "stop": 818053217
        },
        {
            "start": 818053220,
            "stop": 818053230
        },
        {
            "start": 818053233,
            "stop": 818053240
        },
        {
            "start": 818053247,
            "stop": 818053279
        },
        {
            "start": 818053283,
            "stop": 818053293
        },
        {
            "start": 818053296,
            "stop": 818053300
        },
        {
            "start": 818053303,
            "stop": 818053316
        },
        {
            "start": 818053319,
            "stop": 818053328
        },
        {
            "start": 818053331,
            "stop": 818053340
        },
        {
            "start": 818053349,
            "stop": 818053358
        },
        {
            "start": 818053361,
            "stop": 818053362
        },
        {
            "start": 818053365,
            "stop": 818053372
        },
        {
            "start": 818053376,
            "stop": 818053378
        },
        {
            "start": 818053381,
            "stop": 818053382
        },
        {
            "start": 818053388,
            "stop": 818053413
        },
        {
            "start": 818053416,
            "stop": 818053417
        },
        {
            "start": 818053420,
            "stop": 818053435
        }
    ]
}