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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5262",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5260",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5261,
    "results": [
        {
            "start": 1136392763,
            "stop": 1136392782
        },
        {
            "start": 1136392784,
            "stop": 1136392825
        },
        {
            "start": 1136392827,
            "stop": 1136392829
        },
        {
            "start": 1136392831,
            "stop": 1136392857
        },
        {
            "start": 1136392859,
            "stop": 1136392871
        },
        {
            "start": 1136392873,
            "stop": 1136392900
        },
        {
            "start": 1136392902,
            "stop": 1136392922
        },
        {
            "start": 1136392924,
            "stop": 1136392961
        },
        {
            "start": 1136392963,
            "stop": 1136392964
        },
        {
            "start": 1136392966,
            "stop": 1136392977
        },
        {
            "start": 1136392979,
            "stop": 1136392980
        },
        {
            "start": 1136392982,
            "stop": 1136392992
        },
        {
            "start": 1136392994,
            "stop": 1136393009
        },
        {
            "start": 1136393011,
            "stop": 1136393031
        },
        {
            "start": 1136393033,
            "stop": 1136393064
        },
        {
            "start": 1136393066,
            "stop": 1136393081
        },
        {
            "start": 1136393083,
            "stop": 1136393097
        },
        {
            "start": 1136393099,
            "stop": 1136393103
        },
        {
            "start": 1136393105,
            "stop": 1136393119
        },
        {
            "start": 1136393122,
            "stop": 1136393128
        }
    ]
}