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=7571
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=7572",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7570",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7571,
    "results": [
        {
            "start": 970470087,
            "stop": 970470095
        },
        {
            "start": 970470110,
            "stop": 970470128
        },
        {
            "start": 970470131,
            "stop": 970470138
        },
        {
            "start": 970470141,
            "stop": 970470171
        },
        {
            "start": 970470175,
            "stop": 970470182
        },
        {
            "start": 970470188,
            "stop": 970470207
        },
        {
            "start": 970470210,
            "stop": 970470211
        },
        {
            "start": 970470215,
            "stop": 970470219
        },
        {
            "start": 970470223,
            "stop": 970470224
        },
        {
            "start": 970470228,
            "stop": 970470239
        },
        {
            "start": 970470244,
            "stop": 970470247
        },
        {
            "start": 970470250,
            "stop": 970470253
        },
        {
            "start": 970470256,
            "stop": 970470272
        },
        {
            "start": 970470275,
            "stop": 970470296
        },
        {
            "start": 970470300,
            "stop": 970470326
        },
        {
            "start": 970470329,
            "stop": 970470333
        },
        {
            "start": 970470336,
            "stop": 970470367
        },
        {
            "start": 970470370,
            "stop": 970470394
        },
        {
            "start": 970470397,
            "stop": 970470403
        },
        {
            "start": 970470406,
            "stop": 970470428
        }
    ]
}