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

{
    "next": "https://gwosc.org/api/v2/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT3/segments?format=api&page=3",
    "results_count": 139,
    "results_per_page": 20,
    "num_pages": 7,
    "page_number": 4,
    "results": [
        {
            "start": 1242315050,
            "stop": 1242315101
        },
        {
            "start": 1242315102,
            "stop": 1242315108
        },
        {
            "start": 1242315109,
            "stop": 1242315129
        },
        {
            "start": 1242315130,
            "stop": 1242315136
        },
        {
            "start": 1242315137,
            "stop": 1242315147
        },
        {
            "start": 1242315148,
            "stop": 1242315188
        },
        {
            "start": 1242315189,
            "stop": 1242315476
        },
        {
            "start": 1242315477,
            "stop": 1242315481
        },
        {
            "start": 1242315482,
            "stop": 1242315531
        },
        {
            "start": 1242315532,
            "stop": 1242315615
        },
        {
            "start": 1242315616,
            "stop": 1242315620
        },
        {
            "start": 1242315621,
            "stop": 1242315642
        },
        {
            "start": 1242315643,
            "stop": 1242315653
        },
        {
            "start": 1242315654,
            "stop": 1242315671
        },
        {
            "start": 1242315672,
            "stop": 1242315674
        },
        {
            "start": 1242315675,
            "stop": 1242315696
        },
        {
            "start": 1242315697,
            "stop": 1242315703
        },
        {
            "start": 1242315704,
            "stop": 1242315723
        },
        {
            "start": 1242315724,
            "stop": 1242315728
        },
        {
            "start": 1242315729,
            "stop": 1242315752
        }
    ]
}