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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=250",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 251,
    "results": [
        {
            "start": 934012570,
            "stop": 934012815
        },
        {
            "start": 934015221,
            "stop": 934015574
        },
        {
            "start": 934015577,
            "stop": 934016415
        },
        {
            "start": 934018635,
            "stop": 934020015
        },
        {
            "start": 934022235,
            "stop": 934022658
        },
        {
            "start": 934022660,
            "stop": 934023385
        },
        {
            "start": 934023404,
            "stop": 934023615
        },
        {
            "start": 934025835,
            "stop": 934027067
        },
        {
            "start": 934027070,
            "stop": 934027177
        },
        {
            "start": 934027180,
            "stop": 934027215
        },
        {
            "start": 934029435,
            "stop": 934029808
        },
        {
            "start": 934029810,
            "stop": 934030014
        },
        {
            "start": 934033035,
            "stop": 934033639
        },
        {
            "start": 934033644,
            "stop": 934034004
        },
        {
            "start": 934034006,
            "stop": 934034094
        },
        {
            "start": 934034096,
            "stop": 934034415
        },
        {
            "start": 934036635,
            "stop": 934036792
        },
        {
            "start": 934036794,
            "stop": 934036902
        },
        {
            "start": 934036919,
            "stop": 934036987
        },
        {
            "start": 934036990,
            "stop": 934037106
        }
    ]
}