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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9124",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9125,
    "results": [
        {
            "start": 875062690,
            "stop": 875062736
        },
        {
            "start": 875062755,
            "stop": 875062990
        },
        {
            "start": 875063009,
            "stop": 875064625
        },
        {
            "start": 875064645,
            "stop": 875064652
        },
        {
            "start": 875064671,
            "stop": 875064672
        },
        {
            "start": 875064691,
            "stop": 875064725
        },
        {
            "start": 875064744,
            "stop": 875064753
        },
        {
            "start": 875064782,
            "stop": 875064886
        },
        {
            "start": 875064905,
            "stop": 875068228
        },
        {
            "start": 875068247,
            "stop": 875070478
        },
        {
            "start": 875070495,
            "stop": 875070693
        },
        {
            "start": 875070710,
            "stop": 875071398
        },
        {
            "start": 875071417,
            "stop": 875071687
        },
        {
            "start": 875071704,
            "stop": 875071836
        },
        {
            "start": 875071853,
            "stop": 875072890
        },
        {
            "start": 875072907,
            "stop": 875073196
        },
        {
            "start": 875073213,
            "stop": 875073369
        },
        {
            "start": 875073388,
            "stop": 875074443
        },
        {
            "start": 875074460,
            "stop": 875076922
        },
        {
            "start": 875076940,
            "stop": 875077764
        }
    ]
}