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/GW190701_203306-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": 20,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "start": 1246046357,
            "stop": 1246046557
        },
        {
            "start": 1246046558,
            "stop": 1246047173
        },
        {
            "start": 1246047176,
            "stop": 1246047183
        },
        {
            "start": 1246047186,
            "stop": 1246047336
        },
        {
            "start": 1246047337,
            "stop": 1246047935
        },
        {
            "start": 1246047937,
            "stop": 1246048672
        },
        {
            "start": 1246048675,
            "stop": 1246049007
        },
        {
            "start": 1246049010,
            "stop": 1246049013
        },
        {
            "start": 1246049015,
            "stop": 1246049493
        },
        {
            "start": 1246049494,
            "stop": 1246049517
        },
        {
            "start": 1246049518,
            "stop": 1246049616
        },
        {
            "start": 1246049617,
            "stop": 1246049646
        },
        {
            "start": 1246049649,
            "stop": 1246049797
        },
        {
            "start": 1246049799,
            "stop": 1246049943
        },
        {
            "start": 1246049945,
            "stop": 1246049968
        },
        {
            "start": 1246049969,
            "stop": 1246050202
        },
        {
            "start": 1246050203,
            "stop": 1246050233
        },
        {
            "start": 1246050234,
            "stop": 1246050252
        },
        {
            "start": 1246050255,
            "stop": 1246050367
        },
        {
            "start": 1246050369,
            "stop": 1246050453
        }
    ]
}