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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7369",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7370,
    "results": [
        {
            "start": 969615083,
            "stop": 969616408
        },
        {
            "start": 969616411,
            "stop": 969616815
        },
        {
            "start": 969616818,
            "stop": 969617212
        },
        {
            "start": 969617215,
            "stop": 969617808
        },
        {
            "start": 969617811,
            "stop": 969618794
        },
        {
            "start": 969618797,
            "stop": 969619952
        },
        {
            "start": 969619955,
            "stop": 969620226
        },
        {
            "start": 969620229,
            "stop": 969620234
        },
        {
            "start": 969620237,
            "stop": 969620352
        },
        {
            "start": 969620355,
            "stop": 969620644
        },
        {
            "start": 969620647,
            "stop": 969621054
        },
        {
            "start": 969621057,
            "stop": 969621206
        },
        {
            "start": 969621209,
            "stop": 969621391
        },
        {
            "start": 969621394,
            "stop": 969621924
        },
        {
            "start": 969621927,
            "stop": 969622012
        },
        {
            "start": 969622015,
            "stop": 969622143
        },
        {
            "start": 969622146,
            "stop": 969622976
        },
        {
            "start": 969622979,
            "stop": 969622988
        },
        {
            "start": 969622992,
            "stop": 969623415
        },
        {
            "start": 969623418,
            "stop": 969623514
        }
    ]
}