Return the segments for a given timeline for an event version.

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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/event-versions/GW151226-v1/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 628,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 32,
    "results": [
        {
            "start": 1135140737,
            "stop": 1135140746
        },
        {
            "start": 1135140748,
            "stop": 1135140768
        },
        {
            "start": 1135140770,
            "stop": 1135140784
        },
        {
            "start": 1135140786,
            "stop": 1135140829
        },
        {
            "start": 1135140831,
            "stop": 1135140837
        },
        {
            "start": 1135140839,
            "stop": 1135140841
        },
        {
            "start": 1135140843,
            "stop": 1135140861
        },
        {
            "start": 1135140863,
            "stop": 1135140864
        }
    ]
}