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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=789",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 790,
    "results": [
        {
            "start": 866189070,
            "stop": 866189201
        },
        {
            "start": 866189204,
            "stop": 866190164
        },
        {
            "start": 866190167,
            "stop": 866190270
        },
        {
            "start": 866190273,
            "stop": 866190736
        },
        {
            "start": 866190739,
            "stop": 866191184
        },
        {
            "start": 866191187,
            "stop": 866191588
        },
        {
            "start": 866191591,
            "stop": 866192162
        },
        {
            "start": 866192165,
            "stop": 866192176
        },
        {
            "start": 866192179,
            "stop": 866192210
        },
        {
            "start": 866192213,
            "stop": 866192553
        },
        {
            "start": 866192556,
            "stop": 866192583
        },
        {
            "start": 866192586,
            "stop": 866192928
        },
        {
            "start": 866192931,
            "stop": 866193207
        },
        {
            "start": 866193210,
            "stop": 866193213
        },
        {
            "start": 866193216,
            "stop": 866193234
        },
        {
            "start": 866193237,
            "stop": 866193314
        },
        {
            "start": 866193317,
            "stop": 866193394
        },
        {
            "start": 866193397,
            "stop": 866193484
        },
        {
            "start": 866193487,
            "stop": 866193675
        },
        {
            "start": 866193678,
            "stop": 866194136
        }
    ]
}