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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=227",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 228,
    "results": [
        {
            "start": 933391706,
            "stop": 933391719
        },
        {
            "start": 933391721,
            "stop": 933392159
        },
        {
            "start": 933401175,
            "stop": 933403930
        },
        {
            "start": 933403934,
            "stop": 933404415
        },
        {
            "start": 933404775,
            "stop": 933405157
        },
        {
            "start": 933405159,
            "stop": 933405583
        },
        {
            "start": 933405585,
            "stop": 933405760
        },
        {
            "start": 933411506,
            "stop": 933411615
        },
        {
            "start": 933411975,
            "stop": 933412047
        },
        {
            "start": 933412049,
            "stop": 933412283
        },
        {
            "start": 933412285,
            "stop": 933412511
        },
        {
            "start": 933412514,
            "stop": 933413171
        },
        {
            "start": 933413174,
            "stop": 933413187
        },
        {
            "start": 933413190,
            "stop": 933414792
        },
        {
            "start": 933414795,
            "stop": 933414838
        },
        {
            "start": 933414841,
            "stop": 933415215
        },
        {
            "start": 933415575,
            "stop": 933415664
        },
        {
            "start": 933415666,
            "stop": 933416378
        },
        {
            "start": 933419191,
            "stop": 933419443
        },
        {
            "start": 933419445,
            "stop": 933419878
        }
    ]
}