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-v1/timelines/H1_BURST_CAT2/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/GW190426_152155-v1/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190426_152155-v1/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 111,
    "results_per_page": 20,
    "num_pages": 6,
    "page_number": 5,
    "results": [
        {
            "start": 1240328901,
            "stop": 1240328904
        },
        {
            "start": 1240328905,
            "stop": 1240328922
        },
        {
            "start": 1240328924,
            "stop": 1240328962
        },
        {
            "start": 1240328963,
            "stop": 1240328976
        },
        {
            "start": 1240328979,
            "stop": 1240328981
        },
        {
            "start": 1240328982,
            "stop": 1240328994
        },
        {
            "start": 1240328995,
            "stop": 1240328998
        },
        {
            "start": 1240328999,
            "stop": 1240329009
        },
        {
            "start": 1240329010,
            "stop": 1240329011
        },
        {
            "start": 1240329012,
            "stop": 1240329053
        },
        {
            "start": 1240329055,
            "stop": 1240329094
        },
        {
            "start": 1240329095,
            "stop": 1240329098
        },
        {
            "start": 1240329099,
            "stop": 1240329119
        },
        {
            "start": 1240329120,
            "stop": 1240329124
        },
        {
            "start": 1240329125,
            "stop": 1240329171
        },
        {
            "start": 1240329172,
            "stop": 1240329175
        },
        {
            "start": 1240329176,
            "stop": 1240329204
        },
        {
            "start": 1240329205,
            "stop": 1240329220
        },
        {
            "start": 1240329221,
            "stop": 1240329226
        },
        {
            "start": 1240329229,
            "stop": 1240329238
        }
    ]
}