Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8837
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8836",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8837,
    "results": [
        {
            "start": 874469477,
            "stop": 874469536
        },
        {
            "start": 874469553,
            "stop": 874469636
        },
        {
            "start": 874469653,
            "stop": 874469857
        },
        {
            "start": 874469874,
            "stop": 874471208
        },
        {
            "start": 874471225,
            "stop": 874472835
        },
        {
            "start": 874472866,
            "stop": 874472906
        },
        {
            "start": 874472923,
            "stop": 874473300
        },
        {
            "start": 874473317,
            "stop": 874474064
        },
        {
            "start": 874474081,
            "stop": 874474875
        },
        {
            "start": 874475161,
            "stop": 874476017
        },
        {
            "start": 874476034,
            "stop": 874477721
        },
        {
            "start": 874477841,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874479101
        },
        {
            "start": 874479118,
            "stop": 874480020
        },
        {
            "start": 874480080,
            "stop": 874480260
        },
        {
            "start": 874480380,
            "stop": 874480560
        },
        {
            "start": 874480620,
            "stop": 874481688
        },
        {
            "start": 874481705,
            "stop": 874482412
        },
        {
            "start": 874482429,
            "stop": 874482819
        },
        {
            "start": 874482836,
            "stop": 874483695
        }
    ]
}