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=7551
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=7552",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7550",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7551,
    "results": [
        {
            "start": 970412729,
            "stop": 970412739
        },
        {
            "start": 970412742,
            "stop": 970412764
        },
        {
            "start": 970412804,
            "stop": 970412824
        },
        {
            "start": 970412827,
            "stop": 970412832
        },
        {
            "start": 970412835,
            "stop": 970412851
        },
        {
            "start": 970412854,
            "stop": 970412859
        },
        {
            "start": 970412862,
            "stop": 970412868
        },
        {
            "start": 970412871,
            "stop": 970412883
        },
        {
            "start": 970413044,
            "stop": 970413052
        },
        {
            "start": 970413055,
            "stop": 970413058
        },
        {
            "start": 970413061,
            "stop": 970413069
        },
        {
            "start": 970413072,
            "stop": 970413081
        },
        {
            "start": 970413084,
            "stop": 970413086
        },
        {
            "start": 970413089,
            "stop": 970413102
        },
        {
            "start": 970413105,
            "stop": 970413120
        },
        {
            "start": 970413124,
            "stop": 970413125
        },
        {
            "start": 970413128,
            "stop": 970413166
        },
        {
            "start": 970413174,
            "stop": 970413178
        },
        {
            "start": 970413184,
            "stop": 970413186
        },
        {
            "start": 970413189,
            "stop": 970413190
        }
    ]
}