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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=724",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 725,
    "results": [
        {
            "start": 864922632,
            "stop": 864928020
        },
        {
            "start": 864928080,
            "stop": 864950591
        },
        {
            "start": 864950593,
            "stop": 864963074
        },
        {
            "start": 864969908,
            "stop": 864973352
        },
        {
            "start": 864973355,
            "stop": 865015109
        },
        {
            "start": 865015115,
            "stop": 865015213
        },
        {
            "start": 865015856,
            "stop": 865019529
        },
        {
            "start": 865021114,
            "stop": 865029039
        },
        {
            "start": 865030494,
            "stop": 865030585
        },
        {
            "start": 865032163,
            "stop": 865034655
        },
        {
            "start": 865035842,
            "stop": 865035945
        },
        {
            "start": 865036589,
            "stop": 865044562
        },
        {
            "start": 865044563,
            "stop": 865044716
        },
        {
            "start": 865044718,
            "stop": 865045190
        },
        {
            "start": 865045192,
            "stop": 865045793
        },
        {
            "start": 865045794,
            "stop": 865046302
        },
        {
            "start": 865046304,
            "stop": 865047987
        },
        {
            "start": 865047989,
            "stop": 865048087
        },
        {
            "start": 865048089,
            "stop": 865055474
        },
        {
            "start": 865055476,
            "stop": 865055943
        }
    ]
}