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

{
    "next": "https://gwosc.org/api/v2/event-versions/GW190426_152155-v2/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190426_152155-v2/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 111,
    "results_per_page": 20,
    "num_pages": 6,
    "page_number": 3,
    "results": [
        {
            "start": 1240328130,
            "stop": 1240328155
        },
        {
            "start": 1240328157,
            "stop": 1240328175
        },
        {
            "start": 1240328176,
            "stop": 1240328178
        },
        {
            "start": 1240328179,
            "stop": 1240328205
        },
        {
            "start": 1240328209,
            "stop": 1240328231
        },
        {
            "start": 1240328232,
            "stop": 1240328233
        },
        {
            "start": 1240328234,
            "stop": 1240328254
        },
        {
            "start": 1240328255,
            "stop": 1240328257
        },
        {
            "start": 1240328258,
            "stop": 1240328266
        },
        {
            "start": 1240328269,
            "stop": 1240328283
        },
        {
            "start": 1240328284,
            "stop": 1240328301
        },
        {
            "start": 1240328302,
            "stop": 1240328307
        },
        {
            "start": 1240328308,
            "stop": 1240328322
        },
        {
            "start": 1240328323,
            "stop": 1240328346
        },
        {
            "start": 1240328347,
            "stop": 1240328408
        },
        {
            "start": 1240328409,
            "stop": 1240328411
        },
        {
            "start": 1240328412,
            "stop": 1240328427
        },
        {
            "start": 1240328428,
            "stop": 1240328429
        },
        {
            "start": 1240328430,
            "stop": 1240328462
        },
        {
            "start": 1240328463,
            "stop": 1240328466
        }
    ]
}