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=7615
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=7616",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7614",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7615,
    "results": [
        {
            "start": 970852182,
            "stop": 970852204
        },
        {
            "start": 970852457,
            "stop": 970852480
        },
        {
            "start": 970852483,
            "stop": 970852495
        },
        {
            "start": 970852498,
            "stop": 970852604
        },
        {
            "start": 970852696,
            "stop": 970852748
        },
        {
            "start": 970852751,
            "stop": 970852763
        },
        {
            "start": 970852766,
            "stop": 970852936
        },
        {
            "start": 970853056,
            "stop": 970853176
        },
        {
            "start": 970853296,
            "stop": 970853331
        },
        {
            "start": 970853334,
            "stop": 970853366
        },
        {
            "start": 970853369,
            "stop": 970853406
        },
        {
            "start": 970853409,
            "stop": 970853412
        },
        {
            "start": 970853415,
            "stop": 970853460
        },
        {
            "start": 970853463,
            "stop": 970853466
        },
        {
            "start": 970853469,
            "stop": 970853480
        },
        {
            "start": 970853483,
            "stop": 970853488
        },
        {
            "start": 970853496,
            "stop": 970853500
        },
        {
            "start": 970853503,
            "stop": 970853505
        },
        {
            "start": 970853509,
            "stop": 970853536
        },
        {
            "start": 970853724,
            "stop": 970853802
        }
    ]
}