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=4
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=5",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190426_152155-v1/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 111,
    "results_per_page": 20,
    "num_pages": 6,
    "page_number": 4,
    "results": [
        {
            "start": 1240328467,
            "stop": 1240328482
        },
        {
            "start": 1240328486,
            "stop": 1240328497
        },
        {
            "start": 1240328498,
            "stop": 1240328532
        },
        {
            "start": 1240328533,
            "stop": 1240328534
        },
        {
            "start": 1240328535,
            "stop": 1240328571
        },
        {
            "start": 1240328572,
            "stop": 1240328596
        },
        {
            "start": 1240328597,
            "stop": 1240328603
        },
        {
            "start": 1240328604,
            "stop": 1240328617
        },
        {
            "start": 1240328618,
            "stop": 1240328620
        },
        {
            "start": 1240328621,
            "stop": 1240328658
        },
        {
            "start": 1240328659,
            "stop": 1240328663
        },
        {
            "start": 1240328664,
            "stop": 1240328741
        },
        {
            "start": 1240328743,
            "stop": 1240328755
        },
        {
            "start": 1240328756,
            "stop": 1240328762
        },
        {
            "start": 1240328763,
            "stop": 1240328800
        },
        {
            "start": 1240328801,
            "stop": 1240328810
        },
        {
            "start": 1240328811,
            "stop": 1240328812
        },
        {
            "start": 1240328813,
            "stop": 1240328858
        },
        {
            "start": 1240328859,
            "stop": 1240328860
        },
        {
            "start": 1240328861,
            "stop": 1240328900
        }
    ]
}