Return the segments for a given timeline for a run.

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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=710",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=708",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 709,
    "results": [
        {
            "start": 1266636519,
            "stop": 1266641634
        },
        {
            "start": 1266641637,
            "stop": 1266642069
        },
        {
            "start": 1266642072,
            "stop": 1266642536
        },
        {
            "start": 1266642544,
            "stop": 1266642696
        },
        {
            "start": 1266642699,
            "stop": 1266645381
        },
        {
            "start": 1266645384,
            "stop": 1266646214
        },
        {
            "start": 1266646217,
            "stop": 1266652388
        },
        {
            "start": 1266652391,
            "stop": 1266652988
        },
        {
            "start": 1266652991,
            "stop": 1266657244
        },
        {
            "start": 1266657247,
            "stop": 1266660310
        },
        {
            "start": 1266660317,
            "stop": 1266664723
        },
        {
            "start": 1266664726,
            "stop": 1266664831
        },
        {
            "start": 1266664834,
            "stop": 1266665569
        },
        {
            "start": 1266665572,
            "stop": 1266665962
        },
        {
            "start": 1266665965,
            "stop": 1266666267
        },
        {
            "start": 1266666270,
            "stop": 1266667977
        },
        {
            "start": 1266667980,
            "stop": 1266671768
        },
        {
            "start": 1266671777,
            "stop": 1266672238
        },
        {
            "start": 1266672241,
            "stop": 1266672477
        },
        {
            "start": 1266672480,
            "stop": 1266675790
        }
    ]
}