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=1890
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=1891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1889",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1890,
    "results": [
        {
            "start": 846525374,
            "stop": 846527950
        },
        {
            "start": 846527955,
            "stop": 846527972
        },
        {
            "start": 846527980,
            "stop": 846528000
        },
        {
            "start": 846528010,
            "stop": 846529175
        },
        {
            "start": 846529179,
            "stop": 846529302
        },
        {
            "start": 846529714,
            "stop": 846539957
        },
        {
            "start": 846539960,
            "stop": 846539978
        },
        {
            "start": 846539981,
            "stop": 846539988
        },
        {
            "start": 846542348,
            "stop": 846544767
        },
        {
            "start": 846545223,
            "stop": 846545686
        },
        {
            "start": 846545844,
            "stop": 846546122
        },
        {
            "start": 846546128,
            "stop": 846600921
        },
        {
            "start": 846600924,
            "stop": 846600933
        },
        {
            "start": 846600936,
            "stop": 846600937
        },
        {
            "start": 846600940,
            "stop": 846601736
        },
        {
            "start": 846601752,
            "stop": 846601753
        },
        {
            "start": 846601764,
            "stop": 846601809
        },
        {
            "start": 846601813,
            "stop": 846601868
        },
        {
            "start": 846601873,
            "stop": 846602219
        },
        {
            "start": 846602229,
            "stop": 846602233
        }
    ]
}