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=715
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=716",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=714",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 715,
    "results": [
        {
            "start": 1266854386,
            "stop": 1266855972
        },
        {
            "start": 1266855975,
            "stop": 1266855999
        },
        {
            "start": 1266856002,
            "stop": 1266857654
        },
        {
            "start": 1266857657,
            "stop": 1266861254
        },
        {
            "start": 1266861257,
            "stop": 1266862092
        },
        {
            "start": 1266862095,
            "stop": 1266867499
        },
        {
            "start": 1266867502,
            "stop": 1266867944
        },
        {
            "start": 1266867952,
            "stop": 1266869017
        },
        {
            "start": 1266869020,
            "stop": 1266869566
        },
        {
            "start": 1266869569,
            "stop": 1266869586
        },
        {
            "start": 1266869589,
            "stop": 1266872061
        },
        {
            "start": 1266872064,
            "stop": 1266873246
        },
        {
            "start": 1266887896,
            "stop": 1266887913
        },
        {
            "start": 1266888583,
            "stop": 1266889592
        },
        {
            "start": 1266889600,
            "stop": 1266890538
        },
        {
            "start": 1266890541,
            "stop": 1266892223
        },
        {
            "start": 1266892226,
            "stop": 1266892483
        },
        {
            "start": 1266892486,
            "stop": 1266893027
        },
        {
            "start": 1266893030,
            "stop": 1266894044
        },
        {
            "start": 1266894052,
            "stop": 1266895281
        }
    ]
}