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/GW190514_065416-v1/timelines/L1_BURST_CAT2/segments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "results_count": 13,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "start": 1241850027,
            "stop": 1241850676
        },
        {
            "start": 1241850681,
            "stop": 1241850693
        },
        {
            "start": 1241850697,
            "stop": 1241851205
        },
        {
            "start": 1241851210,
            "stop": 1241851216
        },
        {
            "start": 1241851221,
            "stop": 1241851289
        },
        {
            "start": 1241851293,
            "stop": 1241851660
        },
        {
            "start": 1241851667,
            "stop": 1241852275
        },
        {
            "start": 1241852279,
            "stop": 1241852447
        },
        {
            "start": 1241852500,
            "stop": 1241852610
        },
        {
            "start": 1241852615,
            "stop": 1241853287
        },
        {
            "start": 1241853292,
            "stop": 1241853666
        },
        {
            "start": 1241853669,
            "stop": 1241853673
        },
        {
            "start": 1241853678,
            "stop": 1241854123
        }
    ]
}