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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=198",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 199,
    "results": [
        {
            "start": 932685183,
            "stop": 932685210
        },
        {
            "start": 932685214,
            "stop": 932685406
        },
        {
            "start": 932685408,
            "stop": 932685421
        },
        {
            "start": 932685423,
            "stop": 932685436
        },
        {
            "start": 932685438,
            "stop": 932685450
        },
        {
            "start": 932685454,
            "stop": 932685465
        },
        {
            "start": 932685468,
            "stop": 932685555
        },
        {
            "start": 932685558,
            "stop": 932685571
        },
        {
            "start": 932685573,
            "stop": 932685585
        },
        {
            "start": 932685588,
            "stop": 932685615
        },
        {
            "start": 932685618,
            "stop": 932685991
        },
        {
            "start": 932685993,
            "stop": 932686197
        },
        {
            "start": 932686200,
            "stop": 932686235
        },
        {
            "start": 932686237,
            "stop": 932687209
        },
        {
            "start": 932687212,
            "stop": 932687956
        },
        {
            "start": 932687959,
            "stop": 932688015
        },
        {
            "start": 932688375,
            "stop": 932688889
        },
        {
            "start": 932688892,
            "stop": 932689157
        },
        {
            "start": 932689160,
            "stop": 932689667
        },
        {
            "start": 932689669,
            "stop": 932691227
        }
    ]
}