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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3528",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3529,
    "results": [
        {
            "start": 871514158,
            "stop": 871514231
        },
        {
            "start": 871514248,
            "stop": 871514445
        },
        {
            "start": 871514462,
            "stop": 871514471
        },
        {
            "start": 871514488,
            "stop": 871514495
        },
        {
            "start": 871514512,
            "stop": 871514581
        },
        {
            "start": 871514598,
            "stop": 871514599
        },
        {
            "start": 871514637,
            "stop": 871514638
        },
        {
            "start": 871514655,
            "stop": 871514656
        },
        {
            "start": 871514673,
            "stop": 871514682
        },
        {
            "start": 871514700,
            "stop": 871514869
        },
        {
            "start": 871514899,
            "stop": 871514915
        },
        {
            "start": 871514932,
            "stop": 871515071
        },
        {
            "start": 871515088,
            "stop": 871515115
        },
        {
            "start": 871515132,
            "stop": 871515262
        },
        {
            "start": 871515279,
            "stop": 871515536
        },
        {
            "start": 871515553,
            "stop": 871515555
        },
        {
            "start": 871515572,
            "stop": 871515598
        },
        {
            "start": 871515617,
            "stop": 871515839
        },
        {
            "start": 871515899,
            "stop": 871516045
        },
        {
            "start": 871516073,
            "stop": 871516418
        }
    ]
}