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=5
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=6",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "results_count": 139,
    "results_per_page": 20,
    "num_pages": 7,
    "page_number": 5,
    "results": [
        {
            "start": 1242315753,
            "stop": 1242315797
        },
        {
            "start": 1242315798,
            "stop": 1242315850
        },
        {
            "start": 1242315851,
            "stop": 1242315858
        },
        {
            "start": 1242315859,
            "stop": 1242315937
        },
        {
            "start": 1242315938,
            "stop": 1242315956
        },
        {
            "start": 1242315957,
            "stop": 1242315974
        },
        {
            "start": 1242315975,
            "stop": 1242315991
        },
        {
            "start": 1242315992,
            "stop": 1242316005
        },
        {
            "start": 1242316006,
            "stop": 1242316013
        },
        {
            "start": 1242316014,
            "stop": 1242316042
        },
        {
            "start": 1242316043,
            "stop": 1242316048
        },
        {
            "start": 1242316049,
            "stop": 1242316065
        },
        {
            "start": 1242316066,
            "stop": 1242316096
        },
        {
            "start": 1242316097,
            "stop": 1242316101
        },
        {
            "start": 1242316102,
            "stop": 1242316116
        },
        {
            "start": 1242316118,
            "stop": 1242316134
        },
        {
            "start": 1242316136,
            "stop": 1242316168
        },
        {
            "start": 1242316169,
            "stop": 1242316170
        },
        {
            "start": 1242316171,
            "stop": 1242316220
        },
        {
            "start": 1242316221,
            "stop": 1242316312
        }
    ]
}