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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=87",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 88,
    "results": [
        {
            "start": 931372541,
            "stop": 931372549
        },
        {
            "start": 931372550,
            "stop": 931372579
        },
        {
            "start": 931372581,
            "stop": 931372637
        },
        {
            "start": 931372638,
            "stop": 931372664
        },
        {
            "start": 931372666,
            "stop": 931372744
        },
        {
            "start": 931372745,
            "stop": 931372792
        },
        {
            "start": 931372793,
            "stop": 931372926
        },
        {
            "start": 931372927,
            "stop": 931372967
        },
        {
            "start": 931372969,
            "stop": 931372977
        },
        {
            "start": 931372978,
            "stop": 931373050
        },
        {
            "start": 931373052,
            "stop": 931373164
        },
        {
            "start": 931373165,
            "stop": 931373219
        },
        {
            "start": 931373221,
            "stop": 931373475
        },
        {
            "start": 931373477,
            "stop": 931373534
        },
        {
            "start": 931373536,
            "stop": 931373537
        },
        {
            "start": 931373538,
            "stop": 931373581
        },
        {
            "start": 931373582,
            "stop": 931373586
        },
        {
            "start": 931373588,
            "stop": 931373605
        },
        {
            "start": 931373606,
            "stop": 931373885
        },
        {
            "start": 931373886,
            "stop": 931374002
        }
    ]
}