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

{
    "next": null,
    "previous": null,
    "results_count": 15,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "start": 1248832392,
            "stop": 1248832627
        },
        {
            "start": 1248832630,
            "stop": 1248832910
        },
        {
            "start": 1248832911,
            "stop": 1248833634
        },
        {
            "start": 1248833637,
            "stop": 1248834040
        },
        {
            "start": 1248834043,
            "stop": 1248834231
        },
        {
            "start": 1248834234,
            "stop": 1248834266
        },
        {
            "start": 1248834269,
            "stop": 1248834276
        },
        {
            "start": 1248834279,
            "stop": 1248834376
        },
        {
            "start": 1248834379,
            "stop": 1248835024
        },
        {
            "start": 1248835027,
            "stop": 1248835739
        },
        {
            "start": 1248835742,
            "stop": 1248836011
        },
        {
            "start": 1248836014,
            "stop": 1248836042
        },
        {
            "start": 1248836045,
            "stop": 1248836220
        },
        {
            "start": 1248836223,
            "stop": 1248836454
        },
        {
            "start": 1248836457,
            "stop": 1248836488
        }
    ]
}