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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=288",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 289,
    "results": [
        {
            "start": 934729455,
            "stop": 934729918
        },
        {
            "start": 934734882,
            "stop": 934736415
        },
        {
            "start": 934736655,
            "stop": 934738286
        },
        {
            "start": 934738406,
            "stop": 934740015
        },
        {
            "start": 934749183,
            "stop": 934749366
        },
        {
            "start": 934749486,
            "stop": 934750082
        },
        {
            "start": 934750202,
            "stop": 934750815
        },
        {
            "start": 934751055,
            "stop": 934753927
        },
        {
            "start": 934754047,
            "stop": 934754415
        },
        {
            "start": 934754655,
            "stop": 934756286
        },
        {
            "start": 934756304,
            "stop": 934758015
        },
        {
            "start": 934758255,
            "stop": 934759536
        },
        {
            "start": 934761553,
            "stop": 934761615
        },
        {
            "start": 934761855,
            "stop": 934762958
        },
        {
            "start": 934763018,
            "stop": 934763581
        },
        {
            "start": 934763701,
            "stop": 934763823
        },
        {
            "start": 934763943,
            "stop": 934764139
        },
        {
            "start": 934764199,
            "stop": 934765215
        },
        {
            "start": 934765455,
            "stop": 934766748
        },
        {
            "start": 934769511,
            "stop": 934769995
        }
    ]
}