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_CAT4/segments?format=api&page=4913
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=4914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4912",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4913,
    "results": [
        {
            "start": 875143521,
            "stop": 875143709
        },
        {
            "start": 875143728,
            "stop": 875143795
        },
        {
            "start": 875143866,
            "stop": 875144016
        },
        {
            "start": 875144035,
            "stop": 875144113
        },
        {
            "start": 875144132,
            "stop": 875144174
        },
        {
            "start": 875144194,
            "stop": 875144212
        },
        {
            "start": 875144231,
            "stop": 875144246
        },
        {
            "start": 875144386,
            "stop": 875144474
        },
        {
            "start": 875144493,
            "stop": 875144511
        },
        {
            "start": 875144530,
            "stop": 875144546
        },
        {
            "start": 875144565,
            "stop": 875144595
        },
        {
            "start": 875144618,
            "stop": 875144653
        },
        {
            "start": 875144693,
            "stop": 875144876
        },
        {
            "start": 875144895,
            "stop": 875145247
        },
        {
            "start": 875145266,
            "stop": 875145374
        },
        {
            "start": 875145394,
            "stop": 875145432
        },
        {
            "start": 875145456,
            "stop": 875145617
        },
        {
            "start": 875145636,
            "stop": 875145656
        },
        {
            "start": 875145720,
            "stop": 875145733
        },
        {
            "start": 875145752,
            "stop": 875145804
        }
    ]
}