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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1848",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1849,
    "results": [
        {
            "start": 843871195,
            "stop": 843871407
        },
        {
            "start": 843871409,
            "stop": 843871475
        },
        {
            "start": 843871477,
            "stop": 843871544
        },
        {
            "start": 843871546,
            "stop": 843871730
        },
        {
            "start": 843871732,
            "stop": 843871850
        },
        {
            "start": 843871852,
            "stop": 843871919
        },
        {
            "start": 843871921,
            "stop": 843872183
        },
        {
            "start": 843872185,
            "stop": 843872219
        },
        {
            "start": 843872221,
            "stop": 843872540
        },
        {
            "start": 843872545,
            "stop": 843872552
        },
        {
            "start": 843872558,
            "stop": 843872572
        },
        {
            "start": 843872578,
            "stop": 843872586
        },
        {
            "start": 843872587,
            "stop": 843872676
        },
        {
            "start": 843872678,
            "stop": 843872734
        },
        {
            "start": 843872736,
            "stop": 843872742
        },
        {
            "start": 843872744,
            "stop": 843872745
        },
        {
            "start": 843872747,
            "stop": 843872750
        },
        {
            "start": 843872754,
            "stop": 843872788
        },
        {
            "start": 843872790,
            "stop": 843872818
        },
        {
            "start": 843872820,
            "stop": 843872822
        }
    ]
}