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/GW190531_023648-v1/timelines/H1_BURST_CAT3/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/GW190531_023648-v1/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190531_023648-v1/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 67,
    "results_per_page": 20,
    "num_pages": 4,
    "page_number": 3,
    "results": [
        {
            "start": 1243305663,
            "stop": 1243305720
        },
        {
            "start": 1243305721,
            "stop": 1243305723
        },
        {
            "start": 1243305724,
            "stop": 1243305764
        },
        {
            "start": 1243305765,
            "stop": 1243305808
        },
        {
            "start": 1243305809,
            "stop": 1243306110
        },
        {
            "start": 1243306111,
            "stop": 1243306355
        },
        {
            "start": 1243306357,
            "stop": 1243306506
        },
        {
            "start": 1243306507,
            "stop": 1243306522
        },
        {
            "start": 1243306523,
            "stop": 1243306551
        },
        {
            "start": 1243306554,
            "stop": 1243306586
        },
        {
            "start": 1243306587,
            "stop": 1243306665
        },
        {
            "start": 1243306667,
            "stop": 1243306670
        },
        {
            "start": 1243306671,
            "stop": 1243306694
        },
        {
            "start": 1243306695,
            "stop": 1243306697
        },
        {
            "start": 1243306698,
            "stop": 1243306755
        },
        {
            "start": 1243306759,
            "stop": 1243306815
        },
        {
            "start": 1243306817,
            "stop": 1243306833
        },
        {
            "start": 1243306834,
            "stop": 1243306887
        },
        {
            "start": 1243306888,
            "stop": 1243307028
        },
        {
            "start": 1243307029,
            "stop": 1243307153
        }
    ]
}