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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=289",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 290,
    "results": [
        {
            "start": 934770115,
            "stop": 934770275
        },
        {
            "start": 934770395,
            "stop": 934772415
        },
        {
            "start": 934772655,
            "stop": 934773732
        },
        {
            "start": 934773852,
            "stop": 934773899
        },
        {
            "start": 934773904,
            "stop": 934776015
        },
        {
            "start": 934776255,
            "stop": 934779615
        },
        {
            "start": 934779855,
            "stop": 934781817
        },
        {
            "start": 934782856,
            "stop": 934783215
        },
        {
            "start": 934783455,
            "stop": 934785549
        },
        {
            "start": 934785669,
            "stop": 934785775
        },
        {
            "start": 934788698,
            "stop": 934788938
        },
        {
            "start": 934789118,
            "stop": 934789178
        },
        {
            "start": 934789238,
            "stop": 934789538
        },
        {
            "start": 934789598,
            "stop": 934790415
        },
        {
            "start": 934790655,
            "stop": 934792051
        },
        {
            "start": 934799416,
            "stop": 934801215
        },
        {
            "start": 934801455,
            "stop": 934802852
        },
        {
            "start": 934802857,
            "stop": 934804815
        },
        {
            "start": 934805115,
            "stop": 934805618
        },
        {
            "start": 934805678,
            "stop": 934805816
        }
    ]
}