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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6313",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6314,
    "results": [
        {
            "start": 873217912,
            "stop": 873217941
        },
        {
            "start": 873217942,
            "stop": 873218303
        },
        {
            "start": 873218304,
            "stop": 873218601
        },
        {
            "start": 873218603,
            "stop": 873218956
        },
        {
            "start": 873218957,
            "stop": 873219341
        },
        {
            "start": 873219342,
            "stop": 873219413
        },
        {
            "start": 873219414,
            "stop": 873219597
        },
        {
            "start": 873219599,
            "stop": 873219603
        },
        {
            "start": 873219604,
            "stop": 873219689
        },
        {
            "start": 873219690,
            "stop": 873219938
        },
        {
            "start": 873219940,
            "stop": 873220319
        },
        {
            "start": 873220320,
            "stop": 873220358
        },
        {
            "start": 873220359,
            "stop": 873220883
        },
        {
            "start": 873220884,
            "stop": 873221059
        },
        {
            "start": 873221061,
            "stop": 873221231
        },
        {
            "start": 873221232,
            "stop": 873221994
        },
        {
            "start": 873221995,
            "stop": 873222048
        },
        {
            "start": 873222049,
            "stop": 873222129
        },
        {
            "start": 873222130,
            "stop": 873222594
        },
        {
            "start": 873222595,
            "stop": 873222808
        }
    ]
}