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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=257",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 258,
    "results": [
        {
            "start": 827854643,
            "stop": 827854644
        },
        {
            "start": 827854645,
            "stop": 827854657
        },
        {
            "start": 827854659,
            "stop": 827854665
        },
        {
            "start": 827854668,
            "stop": 827854673
        },
        {
            "start": 827854675,
            "stop": 827854681
        },
        {
            "start": 827854683,
            "stop": 827854692
        },
        {
            "start": 827854695,
            "stop": 827854698
        },
        {
            "start": 827854700,
            "stop": 827854710
        },
        {
            "start": 827854711,
            "stop": 827854722
        },
        {
            "start": 827854724,
            "stop": 827854758
        },
        {
            "start": 827854763,
            "stop": 827854777
        },
        {
            "start": 827854779,
            "stop": 827854800
        },
        {
            "start": 827854802,
            "stop": 827854804
        },
        {
            "start": 827854807,
            "stop": 827854815
        },
        {
            "start": 827854817,
            "stop": 827854818
        },
        {
            "start": 827854822,
            "stop": 827854830
        },
        {
            "start": 827854834,
            "stop": 827854850
        },
        {
            "start": 827854852,
            "stop": 827854853
        },
        {
            "start": 827854855,
            "stop": 827854880
        },
        {
            "start": 827854882,
            "stop": 827854888
        }
    ]
}