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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7455",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7453",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7454,
    "results": [
        {
            "start": 970065136,
            "stop": 970065232
        },
        {
            "start": 970065235,
            "stop": 970065409
        },
        {
            "start": 970065412,
            "stop": 970065456
        },
        {
            "start": 970065459,
            "stop": 970065736
        },
        {
            "start": 970065856,
            "stop": 970066001
        },
        {
            "start": 970066004,
            "stop": 970066461
        },
        {
            "start": 970066464,
            "stop": 970066772
        },
        {
            "start": 970066775,
            "stop": 970066808
        },
        {
            "start": 970066819,
            "stop": 970066822
        },
        {
            "start": 970066869,
            "stop": 970066880
        },
        {
            "start": 970066883,
            "stop": 970067080
        },
        {
            "start": 970067083,
            "stop": 970067186
        },
        {
            "start": 970067213,
            "stop": 970067216
        },
        {
            "start": 970067229,
            "stop": 970067233
        },
        {
            "start": 970067236,
            "stop": 970067422
        },
        {
            "start": 970067425,
            "stop": 970067437
        },
        {
            "start": 970067451,
            "stop": 970067457
        },
        {
            "start": 970067473,
            "stop": 970067627
        },
        {
            "start": 970067630,
            "stop": 970067731
        },
        {
            "start": 970067734,
            "stop": 970068211
        }
    ]
}