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_CAT2/segments?format=api&page=6
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_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 139,
    "results_per_page": 20,
    "num_pages": 7,
    "page_number": 6,
    "results": [
        {
            "start": 1242316313,
            "stop": 1242316376
        },
        {
            "start": 1242316378,
            "stop": 1242316391
        },
        {
            "start": 1242316392,
            "stop": 1242316393
        },
        {
            "start": 1242316394,
            "stop": 1242316427
        },
        {
            "start": 1242316428,
            "stop": 1242316439
        },
        {
            "start": 1242316440,
            "stop": 1242316442
        },
        {
            "start": 1242316443,
            "stop": 1242316456
        },
        {
            "start": 1242316457,
            "stop": 1242316518
        },
        {
            "start": 1242316519,
            "stop": 1242316536
        },
        {
            "start": 1242316537,
            "stop": 1242316540
        },
        {
            "start": 1242316541,
            "stop": 1242316555
        },
        {
            "start": 1242316557,
            "stop": 1242316574
        },
        {
            "start": 1242316575,
            "stop": 1242316588
        },
        {
            "start": 1242316589,
            "stop": 1242316590
        },
        {
            "start": 1242316591,
            "stop": 1242316634
        },
        {
            "start": 1242316635,
            "stop": 1242316638
        },
        {
            "start": 1242316639,
            "stop": 1242316650
        },
        {
            "start": 1242316651,
            "stop": 1242316655
        },
        {
            "start": 1242316656,
            "stop": 1242316715
        },
        {
            "start": 1242316716,
            "stop": 1242316719
        }
    ]
}