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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=292",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 293,
    "results": [
        {
            "start": 852140369,
            "stop": 852140379
        },
        {
            "start": 852140384,
            "stop": 852140414
        },
        {
            "start": 852140424,
            "stop": 852140477
        },
        {
            "start": 852140481,
            "stop": 852140487
        },
        {
            "start": 852140491,
            "stop": 852140525
        },
        {
            "start": 852140529,
            "stop": 852140673
        },
        {
            "start": 852140677,
            "stop": 852140707
        },
        {
            "start": 852140711,
            "stop": 852140717
        },
        {
            "start": 852140730,
            "stop": 852140755
        },
        {
            "start": 852140793,
            "stop": 852140809
        },
        {
            "start": 852140818,
            "stop": 852140861
        },
        {
            "start": 852140881,
            "stop": 852140886
        },
        {
            "start": 852140891,
            "stop": 852140896
        },
        {
            "start": 852140900,
            "stop": 852140920
        },
        {
            "start": 852140925,
            "stop": 852140935
        },
        {
            "start": 852140939,
            "stop": 852140944
        },
        {
            "start": 852140953,
            "stop": 852140959
        },
        {
            "start": 852140963,
            "stop": 852140964
        },
        {
            "start": 852140969,
            "stop": 852140984
        },
        {
            "start": 852140988,
            "stop": 852140993
        }
    ]
}