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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=275",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 276,
    "results": [
        {
            "start": 934729455,
            "stop": 934729918
        },
        {
            "start": 934734882,
            "stop": 934736415
        },
        {
            "start": 934736655,
            "stop": 934740015
        },
        {
            "start": 934740255,
            "stop": 934740259
        },
        {
            "start": 934749183,
            "stop": 934750815
        },
        {
            "start": 934751055,
            "stop": 934754415
        },
        {
            "start": 934754655,
            "stop": 934756286
        },
        {
            "start": 934756304,
            "stop": 934758015
        },
        {
            "start": 934758255,
            "stop": 934759641
        },
        {
            "start": 934761553,
            "stop": 934761615
        },
        {
            "start": 934761855,
            "stop": 934764139
        },
        {
            "start": 934764199,
            "stop": 934765215
        },
        {
            "start": 934765455,
            "stop": 934766853
        },
        {
            "start": 934769511,
            "stop": 934772415
        },
        {
            "start": 934772655,
            "stop": 934773899
        },
        {
            "start": 934773904,
            "stop": 934776015
        },
        {
            "start": 934776255,
            "stop": 934779615
        },
        {
            "start": 934779855,
            "stop": 934781817
        },
        {
            "start": 934782782,
            "stop": 934783215
        },
        {
            "start": 934783455,
            "stop": 934785880
        }
    ]
}