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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=442",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 443,
    "results": [
        {
            "start": 818747222,
            "stop": 818747226
        },
        {
            "start": 818747229,
            "stop": 818747244
        },
        {
            "start": 818747247,
            "stop": 818747251
        },
        {
            "start": 818747254,
            "stop": 818747257
        },
        {
            "start": 818747269,
            "stop": 818747295
        },
        {
            "start": 818747298,
            "stop": 818747309
        },
        {
            "start": 818747312,
            "stop": 818747316
        },
        {
            "start": 818747323,
            "stop": 818747326
        },
        {
            "start": 818747332,
            "stop": 818747337
        },
        {
            "start": 818747340,
            "stop": 818747356
        },
        {
            "start": 818747359,
            "stop": 818747370
        },
        {
            "start": 818747373,
            "stop": 818747375
        },
        {
            "start": 818747378,
            "stop": 818747379
        },
        {
            "start": 818747382,
            "stop": 818747457
        },
        {
            "start": 818747468,
            "stop": 818747489
        },
        {
            "start": 818747493,
            "stop": 818747502
        },
        {
            "start": 818747505,
            "stop": 818747547
        },
        {
            "start": 818747553,
            "stop": 818747614
        },
        {
            "start": 818747618,
            "stop": 818747648
        },
        {
            "start": 818747651,
            "stop": 818747711
        }
    ]
}