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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=278",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 279,
    "results": [
        {
            "start": 966493081,
            "stop": 966505410
        },
        {
            "start": 966507409,
            "stop": 966550160
        },
        {
            "start": 966551748,
            "stop": 966552408
        },
        {
            "start": 966552416,
            "stop": 966554079
        },
        {
            "start": 966554085,
            "stop": 966554151
        },
        {
            "start": 966554156,
            "stop": 966554172
        },
        {
            "start": 966554179,
            "stop": 966554219
        },
        {
            "start": 966554222,
            "stop": 966554244
        },
        {
            "start": 966554247,
            "stop": 966554281
        },
        {
            "start": 966554286,
            "stop": 966554335
        },
        {
            "start": 966554341,
            "stop": 966554354
        },
        {
            "start": 966554356,
            "stop": 966554373
        },
        {
            "start": 966554384,
            "stop": 966554386
        },
        {
            "start": 966554389,
            "stop": 966554399
        },
        {
            "start": 966554403,
            "stop": 966554418
        },
        {
            "start": 966554426,
            "stop": 966554438
        },
        {
            "start": 966554441,
            "stop": 966554456
        },
        {
            "start": 966554460,
            "stop": 966554461
        },
        {
            "start": 966554466,
            "stop": 966554569
        },
        {
            "start": 966565457,
            "stop": 966565624
        }
    ]
}