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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=209",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 210,
    "results": [
        {
            "start": 933012375,
            "stop": 933012400
        },
        {
            "start": 933014598,
            "stop": 933014686
        },
        {
            "start": 933014703,
            "stop": 933014877
        },
        {
            "start": 933015975,
            "stop": 933016059
        },
        {
            "start": 933016062,
            "stop": 933016088
        },
        {
            "start": 933016090,
            "stop": 933016229
        },
        {
            "start": 933016232,
            "stop": 933016298
        },
        {
            "start": 933016300,
            "stop": 933016947
        },
        {
            "start": 933016966,
            "stop": 933018580
        },
        {
            "start": 933048375,
            "stop": 933049751
        },
        {
            "start": 933049754,
            "stop": 933050211
        },
        {
            "start": 933050229,
            "stop": 933050517
        },
        {
            "start": 933050519,
            "stop": 933050723
        },
        {
            "start": 933061327,
            "stop": 933061717
        },
        {
            "start": 933061719,
            "stop": 933061760
        },
        {
            "start": 933061765,
            "stop": 933061805
        },
        {
            "start": 933061823,
            "stop": 933061832
        },
        {
            "start": 933061869,
            "stop": 933061871
        },
        {
            "start": 933063485,
            "stop": 933065489
        },
        {
            "start": 933066389,
            "stop": 933067666
        }
    ]
}