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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=296",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 297,
    "results": [
        {
            "start": 858748868,
            "stop": 858748902
        },
        {
            "start": 858748906,
            "stop": 858765969
        },
        {
            "start": 858766511,
            "stop": 858766682
        },
        {
            "start": 858766687,
            "stop": 858766707
        },
        {
            "start": 858766722,
            "stop": 858766772
        },
        {
            "start": 858766776,
            "stop": 858767160
        },
        {
            "start": 858767164,
            "stop": 858767233
        },
        {
            "start": 858767237,
            "stop": 858767243
        },
        {
            "start": 858767246,
            "stop": 858767296
        },
        {
            "start": 858767320,
            "stop": 858767623
        },
        {
            "start": 858767631,
            "stop": 858767763
        },
        {
            "start": 858767768,
            "stop": 858769303
        },
        {
            "start": 858769307,
            "stop": 858769313
        },
        {
            "start": 858769317,
            "stop": 858775941
        },
        {
            "start": 858775945,
            "stop": 858776271
        },
        {
            "start": 858776275,
            "stop": 858776280
        },
        {
            "start": 858776289,
            "stop": 858776295
        },
        {
            "start": 858776304,
            "stop": 858776937
        },
        {
            "start": 858776940,
            "stop": 858777634
        },
        {
            "start": 858777638,
            "stop": 858777644
        }
    ]
}