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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7543",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7541",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7542,
    "results": [
        {
            "start": 970406246,
            "stop": 970406252
        },
        {
            "start": 970406255,
            "stop": 970406293
        },
        {
            "start": 970406296,
            "stop": 970406314
        },
        {
            "start": 970406317,
            "stop": 970406328
        },
        {
            "start": 970406335,
            "stop": 970406337
        },
        {
            "start": 970406340,
            "stop": 970406352
        },
        {
            "start": 970406355,
            "stop": 970406356
        },
        {
            "start": 970406359,
            "stop": 970406364
        },
        {
            "start": 970406367,
            "stop": 970406404
        },
        {
            "start": 970406407,
            "stop": 970406472
        },
        {
            "start": 970406475,
            "stop": 970406534
        },
        {
            "start": 970406538,
            "stop": 970406544
        },
        {
            "start": 970406547,
            "stop": 970406596
        },
        {
            "start": 970406716,
            "stop": 970406739
        },
        {
            "start": 970406742,
            "stop": 970406743
        },
        {
            "start": 970406748,
            "stop": 970406759
        },
        {
            "start": 970406804,
            "stop": 970406820
        },
        {
            "start": 970406823,
            "stop": 970406843
        },
        {
            "start": 970406846,
            "stop": 970406870
        },
        {
            "start": 970406873,
            "stop": 970406883
        }
    ]
}