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=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=389",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 390,
    "results": [
        {
            "start": 818367984,
            "stop": 818367986
        },
        {
            "start": 818367989,
            "stop": 818368000
        },
        {
            "start": 818368003,
            "stop": 818368009
        },
        {
            "start": 818368012,
            "stop": 818368236
        },
        {
            "start": 818368239,
            "stop": 818368326
        },
        {
            "start": 818368329,
            "stop": 818368386
        },
        {
            "start": 818368389,
            "stop": 818368390
        },
        {
            "start": 818368393,
            "stop": 818368396
        },
        {
            "start": 818368399,
            "stop": 818368410
        },
        {
            "start": 818368413,
            "stop": 818368419
        },
        {
            "start": 818368424,
            "stop": 818368426
        },
        {
            "start": 818368429,
            "stop": 818368431
        },
        {
            "start": 818368434,
            "stop": 818368435
        },
        {
            "start": 818368440,
            "stop": 818368444
        },
        {
            "start": 818368447,
            "stop": 818368494
        },
        {
            "start": 818368497,
            "stop": 818368513
        },
        {
            "start": 818368516,
            "stop": 818368521
        },
        {
            "start": 818368524,
            "stop": 818368673
        },
        {
            "start": 818368680,
            "stop": 818368682
        },
        {
            "start": 818368685,
            "stop": 818368687
        }
    ]
}