Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3774
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3773",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3774,
    "results": [
        {
            "start": 873113661,
            "stop": 873113664
        },
        {
            "start": 873113671,
            "stop": 873113701
        },
        {
            "start": 873113709,
            "stop": 873113740
        },
        {
            "start": 873113743,
            "stop": 873113751
        },
        {
            "start": 873113754,
            "stop": 873113789
        },
        {
            "start": 873113792,
            "stop": 873113813
        },
        {
            "start": 873113816,
            "stop": 873113864
        },
        {
            "start": 873113867,
            "stop": 873113873
        },
        {
            "start": 873113879,
            "stop": 873113880
        },
        {
            "start": 873113884,
            "stop": 873113891
        },
        {
            "start": 873113894,
            "stop": 873113921
        },
        {
            "start": 873113924,
            "stop": 873113976
        },
        {
            "start": 873113981,
            "stop": 873114003
        },
        {
            "start": 873114006,
            "stop": 873114040
        },
        {
            "start": 873114046,
            "stop": 873114049
        },
        {
            "start": 873114052,
            "stop": 873114061
        },
        {
            "start": 873114065,
            "stop": 873114067
        },
        {
            "start": 873114070,
            "stop": 873114071
        },
        {
            "start": 873114074,
            "stop": 873114075
        },
        {
            "start": 873114078,
            "stop": 873114109
        }
    ]
}