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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=226",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 227,
    "results": [
        {
            "start": 958416006,
            "stop": 958416040
        },
        {
            "start": 958416042,
            "stop": 958416043
        },
        {
            "start": 958416054,
            "stop": 958416091
        },
        {
            "start": 958416097,
            "stop": 958416197
        },
        {
            "start": 958416200,
            "stop": 958416217
        },
        {
            "start": 958416220,
            "stop": 958416288
        },
        {
            "start": 958416291,
            "stop": 958416311
        },
        {
            "start": 958416314,
            "stop": 958416507
        },
        {
            "start": 958416513,
            "stop": 958416714
        },
        {
            "start": 958416738,
            "stop": 958416745
        },
        {
            "start": 958416747,
            "stop": 958416758
        },
        {
            "start": 958416761,
            "stop": 958416858
        },
        {
            "start": 958416861,
            "stop": 958416867
        },
        {
            "start": 958416870,
            "stop": 958416883
        },
        {
            "start": 958416889,
            "stop": 958416896
        },
        {
            "start": 958416900,
            "stop": 958416904
        },
        {
            "start": 958416916,
            "stop": 958416918
        },
        {
            "start": 958416923,
            "stop": 958417394
        },
        {
            "start": 958417406,
            "stop": 958417419
        },
        {
            "start": 958417425,
            "stop": 958417431
        }
    ]
}