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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=407",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 408,
    "results": [
        {
            "start": 821504080,
            "stop": 821504279
        },
        {
            "start": 821504282,
            "stop": 821504294
        },
        {
            "start": 821504297,
            "stop": 821504402
        },
        {
            "start": 821504405,
            "stop": 821504480
        },
        {
            "start": 821504484,
            "stop": 821504485
        },
        {
            "start": 821504488,
            "stop": 821504539
        },
        {
            "start": 821504542,
            "stop": 821504694
        },
        {
            "start": 821504699,
            "stop": 821504706
        },
        {
            "start": 821504709,
            "stop": 821504835
        },
        {
            "start": 821504838,
            "stop": 821504960
        },
        {
            "start": 821504963,
            "stop": 821505005
        },
        {
            "start": 821505009,
            "stop": 821505027
        },
        {
            "start": 821505208,
            "stop": 821505279
        },
        {
            "start": 821505282,
            "stop": 821505283
        },
        {
            "start": 821505286,
            "stop": 821505357
        },
        {
            "start": 821505360,
            "stop": 821505361
        },
        {
            "start": 821505364,
            "stop": 821505381
        },
        {
            "start": 821505384,
            "stop": 821505406
        },
        {
            "start": 821505409,
            "stop": 821505451
        },
        {
            "start": 821505455,
            "stop": 821505617
        }
    ]
}