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

{
    "next": null,
    "previous": null,
    "results_count": 14,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "start": 1257294808,
            "stop": 1257295694
        },
        {
            "start": 1257295700,
            "stop": 1257295737
        },
        {
            "start": 1257295774,
            "stop": 1257295804
        },
        {
            "start": 1257295807,
            "stop": 1257296323
        },
        {
            "start": 1257296326,
            "stop": 1257296525
        },
        {
            "start": 1257296528,
            "stop": 1257296535
        },
        {
            "start": 1257296538,
            "stop": 1257296604
        },
        {
            "start": 1257296641,
            "stop": 1257296852
        },
        {
            "start": 1257296855,
            "stop": 1257296936
        },
        {
            "start": 1257296939,
            "stop": 1257298019
        },
        {
            "start": 1257298022,
            "stop": 1257298313
        },
        {
            "start": 1257298316,
            "stop": 1257298794
        },
        {
            "start": 1257298800,
            "stop": 1257298805
        },
        {
            "start": 1257298808,
            "stop": 1257298904
        }
    ]
}