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=547
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=548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=546",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 547,
    "results": [
        {
            "start": 827216716,
            "stop": 827216825
        },
        {
            "start": 827216828,
            "stop": 827216987
        },
        {
            "start": 827216991,
            "stop": 827217475
        },
        {
            "start": 827217479,
            "stop": 827217488
        },
        {
            "start": 827217491,
            "stop": 827217684
        },
        {
            "start": 827217687,
            "stop": 827218063
        },
        {
            "start": 827218067,
            "stop": 827218069
        },
        {
            "start": 827218072,
            "stop": 827218533
        },
        {
            "start": 827218536,
            "stop": 827219248
        },
        {
            "start": 827219251,
            "stop": 827219989
        },
        {
            "start": 827219992,
            "stop": 827220046
        },
        {
            "start": 827220055,
            "stop": 827220576
        },
        {
            "start": 827220579,
            "stop": 827220803
        },
        {
            "start": 827220806,
            "stop": 827220850
        },
        {
            "start": 827220854,
            "stop": 827222229
        },
        {
            "start": 827222233,
            "stop": 827222808
        },
        {
            "start": 827222811,
            "stop": 827222814
        },
        {
            "start": 827222817,
            "stop": 827223207
        },
        {
            "start": 827223211,
            "stop": 827223875
        },
        {
            "start": 827223878,
            "stop": 827224353
        }
    ]
}