Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5121",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5122,
    "results": [
        {
            "start": 874717327,
            "stop": 874717329
        },
        {
            "start": 874717348,
            "stop": 874717386
        },
        {
            "start": 874717408,
            "stop": 874717445
        },
        {
            "start": 874717471,
            "stop": 874717599
        },
        {
            "start": 874717618,
            "stop": 874717689
        },
        {
            "start": 874717709,
            "stop": 874717815
        },
        {
            "start": 874717834,
            "stop": 874717839
        },
        {
            "start": 874717858,
            "stop": 874718019
        },
        {
            "start": 874718039,
            "stop": 874718075
        },
        {
            "start": 874718094,
            "stop": 874718116
        },
        {
            "start": 874718136,
            "stop": 874718297
        },
        {
            "start": 874718317,
            "stop": 874718361
        },
        {
            "start": 874718381,
            "stop": 874718392
        },
        {
            "start": 874718411,
            "stop": 874718434
        },
        {
            "start": 874718454,
            "stop": 874718472
        },
        {
            "start": 874718491,
            "stop": 874718517
        },
        {
            "start": 874718536,
            "stop": 874718548
        },
        {
            "start": 874718572,
            "stop": 874718588
        },
        {
            "start": 874718608,
            "stop": 874718676
        },
        {
            "start": 874718706,
            "stop": 874718742
        }
    ]
}