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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=452",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 453,
    "results": [
        {
            "start": 825911317,
            "stop": 825911323
        },
        {
            "start": 825911336,
            "stop": 825911341
        },
        {
            "start": 825911346,
            "stop": 825911357
        },
        {
            "start": 825911377,
            "stop": 825911398
        },
        {
            "start": 825911401,
            "stop": 825911410
        },
        {
            "start": 825911414,
            "stop": 825911420
        },
        {
            "start": 825911423,
            "stop": 825911439
        },
        {
            "start": 825911471,
            "stop": 825911473
        },
        {
            "start": 825911477,
            "stop": 825911518
        },
        {
            "start": 825911526,
            "stop": 825911532
        },
        {
            "start": 825911561,
            "stop": 825911576
        },
        {
            "start": 825911579,
            "stop": 825911581
        },
        {
            "start": 825911626,
            "stop": 825911637
        },
        {
            "start": 825911678,
            "stop": 825911679
        },
        {
            "start": 825911766,
            "stop": 825911772
        },
        {
            "start": 825911776,
            "stop": 825911778
        },
        {
            "start": 825911783,
            "stop": 825911790
        },
        {
            "start": 825911796,
            "stop": 825911797
        },
        {
            "start": 825911800,
            "stop": 825911806
        },
        {
            "start": 825911811,
            "stop": 825911817
        }
    ]
}