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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=128",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 129,
    "results": [
        {
            "start": 931822298,
            "stop": 931822401
        },
        {
            "start": 931822403,
            "stop": 931822569
        },
        {
            "start": 931822573,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931826619
        },
        {
            "start": 931826621,
            "stop": 931826832
        },
        {
            "start": 931826835,
            "stop": 931827277
        },
        {
            "start": 931827280,
            "stop": 931827562
        },
        {
            "start": 931827565,
            "stop": 931827578
        },
        {
            "start": 931827580,
            "stop": 931827615
        },
        {
            "start": 931827975,
            "stop": 931828868
        },
        {
            "start": 931828870,
            "stop": 931829358
        },
        {
            "start": 931829363,
            "stop": 931829933
        },
        {
            "start": 931829935,
            "stop": 931830412
        },
        {
            "start": 931830415,
            "stop": 931831115
        },
        {
            "start": 931831117,
            "stop": 931831215
        },
        {
            "start": 931831575,
            "stop": 931831852
        },
        {
            "start": 931831854,
            "stop": 931831980
        },
        {
            "start": 931836793,
            "stop": 931837695
        },
        {
            "start": 931837697,
            "stop": 931838415
        },
        {
            "start": 931838775,
            "stop": 931838813
        }
    ]
}