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/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=159
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=158",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 159,
    "results": [
        {
            "start": 819776131,
            "stop": 819777087
        },
        {
            "start": 819777090,
            "stop": 819778781
        },
        {
            "start": 819778784,
            "stop": 819778901
        },
        {
            "start": 819778905,
            "stop": 819779436
        },
        {
            "start": 819779439,
            "stop": 819779671
        },
        {
            "start": 819779675,
            "stop": 819780323
        },
        {
            "start": 819780340,
            "stop": 819781890
        },
        {
            "start": 819781893,
            "stop": 819783349
        },
        {
            "start": 819783353,
            "stop": 819783907
        },
        {
            "start": 819783911,
            "stop": 819784627
        },
        {
            "start": 819784630,
            "stop": 819786299
        },
        {
            "start": 819786302,
            "stop": 819787122
        },
        {
            "start": 819787125,
            "stop": 819788181
        },
        {
            "start": 819788182,
            "stop": 819788270
        },
        {
            "start": 819788274,
            "stop": 819788276
        },
        {
            "start": 819788279,
            "stop": 819789651
        },
        {
            "start": 819791828,
            "stop": 819793693
        },
        {
            "start": 819793696,
            "stop": 819795123
        },
        {
            "start": 819795127,
            "stop": 819796705
        },
        {
            "start": 819796709,
            "stop": 819798016
        }
    ]
}