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/GW190521_074359-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": 14,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "start": 1242457810,
            "stop": 1242458355
        },
        {
            "start": 1242458359,
            "stop": 1242458394
        },
        {
            "start": 1242458398,
            "stop": 1242458621
        },
        {
            "start": 1242458625,
            "stop": 1242458774
        },
        {
            "start": 1242458778,
            "stop": 1242458779
        },
        {
            "start": 1242458782,
            "stop": 1242459074
        },
        {
            "start": 1242459079,
            "stop": 1242459127
        },
        {
            "start": 1242459131,
            "stop": 1242459168
        },
        {
            "start": 1242459171,
            "stop": 1242459327
        },
        {
            "start": 1242459332,
            "stop": 1242460902
        },
        {
            "start": 1242460906,
            "stop": 1242461351
        },
        {
            "start": 1242461356,
            "stop": 1242461417
        },
        {
            "start": 1242461420,
            "stop": 1242461458
        },
        {
            "start": 1242461461,
            "stop": 1242461906
        }
    ]
}