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=5172
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=5173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5171",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5172,
    "results": [
        {
            "start": 875019360,
            "stop": 875019578
        },
        {
            "start": 875019597,
            "stop": 875019604
        },
        {
            "start": 875019625,
            "stop": 875019638
        },
        {
            "start": 875019657,
            "stop": 875019660
        },
        {
            "start": 875019720,
            "stop": 875019840
        },
        {
            "start": 875020047,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020260
        },
        {
            "start": 875020516,
            "stop": 875020560
        },
        {
            "start": 875020860,
            "stop": 875020864
        },
        {
            "start": 875020883,
            "stop": 875020930
        },
        {
            "start": 875020949,
            "stop": 875020966
        },
        {
            "start": 875021040,
            "stop": 875021094
        },
        {
            "start": 875021160,
            "stop": 875021186
        },
        {
            "start": 875021205,
            "stop": 875021220
        },
        {
            "start": 875021400,
            "stop": 875021460
        },
        {
            "start": 875021580,
            "stop": 875021622
        },
        {
            "start": 875021978,
            "stop": 875021979
        },
        {
            "start": 875021998,
            "stop": 875022000
        },
        {
            "start": 875022196,
            "stop": 875022240
        },
        {
            "start": 875032080,
            "stop": 875034048
        }
    ]
}