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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=732",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=730",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 731,
    "results": [
        {
            "start": 953118377,
            "stop": 953118913
        },
        {
            "start": 953118919,
            "stop": 953121388
        },
        {
            "start": 953121394,
            "stop": 953123427
        },
        {
            "start": 953126700,
            "stop": 953130775
        },
        {
            "start": 953130781,
            "stop": 953136274
        },
        {
            "start": 953139064,
            "stop": 953140242
        },
        {
            "start": 953140248,
            "stop": 953140815
        },
        {
            "start": 953140821,
            "stop": 953140825
        },
        {
            "start": 953140831,
            "stop": 953141671
        },
        {
            "start": 953141677,
            "stop": 953142007
        },
        {
            "start": 953147533,
            "stop": 953149125
        },
        {
            "start": 953149131,
            "stop": 953151690
        },
        {
            "start": 953151696,
            "stop": 953152296
        },
        {
            "start": 953152301,
            "stop": 953152462
        },
        {
            "start": 953152468,
            "stop": 953152535
        },
        {
            "start": 953152541,
            "stop": 953153050
        },
        {
            "start": 953153056,
            "stop": 953153928
        },
        {
            "start": 953153934,
            "stop": 953157566
        },
        {
            "start": 953161282,
            "stop": 953161685
        },
        {
            "start": 953161691,
            "stop": 953161945
        }
    ]
}