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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=252",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 253,
    "results": [
        {
            "start": 934093398,
            "stop": 934093525
        },
        {
            "start": 934093528,
            "stop": 934093622
        },
        {
            "start": 934093625,
            "stop": 934093719
        },
        {
            "start": 934093723,
            "stop": 934093916
        },
        {
            "start": 934093919,
            "stop": 934093948
        },
        {
            "start": 934093951,
            "stop": 934094014
        },
        {
            "start": 934094018,
            "stop": 934094081
        },
        {
            "start": 934094083,
            "stop": 934094146
        },
        {
            "start": 934094151,
            "stop": 934094211
        },
        {
            "start": 934094216,
            "stop": 934095101
        },
        {
            "start": 934095104,
            "stop": 934095615
        },
        {
            "start": 934095855,
            "stop": 934096544
        },
        {
            "start": 934096546,
            "stop": 934096783
        },
        {
            "start": 934096785,
            "stop": 934096791
        },
        {
            "start": 934096793,
            "stop": 934096867
        },
        {
            "start": 934096869,
            "stop": 934096923
        },
        {
            "start": 934096925,
            "stop": 934096963
        },
        {
            "start": 934096966,
            "stop": 934096997
        },
        {
            "start": 934096999,
            "stop": 934097159
        },
        {
            "start": 934097161,
            "stop": 934097223
        }
    ]
}