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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1980",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1981,
    "results": [
        {
            "start": 856006891,
            "stop": 856006895
        },
        {
            "start": 856007195,
            "stop": 856008103
        },
        {
            "start": 856008403,
            "stop": 856008414
        },
        {
            "start": 856008724,
            "stop": 856013457
        },
        {
            "start": 856013460,
            "stop": 856013503
        },
        {
            "start": 856013506,
            "stop": 856013681
        },
        {
            "start": 856013684,
            "stop": 856014969
        },
        {
            "start": 856014972,
            "stop": 856015024
        },
        {
            "start": 856015030,
            "stop": 856015289
        },
        {
            "start": 856015292,
            "stop": 856015329
        },
        {
            "start": 856015334,
            "stop": 856015398
        },
        {
            "start": 856015401,
            "stop": 856015403
        },
        {
            "start": 856015406,
            "stop": 856015409
        },
        {
            "start": 856015413,
            "stop": 856015428
        },
        {
            "start": 856015434,
            "stop": 856015435
        },
        {
            "start": 856015440,
            "stop": 856015446
        },
        {
            "start": 856015450,
            "stop": 856015451
        },
        {
            "start": 856015454,
            "stop": 856015470
        },
        {
            "start": 856015473,
            "stop": 856015478
        },
        {
            "start": 856015484,
            "stop": 856015485
        }
    ]
}