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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 10,
    "results": [
        {
            "start": 816542382,
            "stop": 816548581
        },
        {
            "start": 816553633,
            "stop": 816554065
        },
        {
            "start": 816554089,
            "stop": 816563151
        },
        {
            "start": 816564940,
            "stop": 816572139
        },
        {
            "start": 816572141,
            "stop": 816572153
        },
        {
            "start": 816573266,
            "stop": 816589889
        },
        {
            "start": 816589892,
            "stop": 816596820
        },
        {
            "start": 816596823,
            "stop": 816603815
        },
        {
            "start": 816603817,
            "stop": 816618515
        },
        {
            "start": 816618518,
            "stop": 816623293
        },
        {
            "start": 816625941,
            "stop": 816626701
        },
        {
            "start": 816626703,
            "stop": 816626713
        },
        {
            "start": 816626750,
            "stop": 816626753
        },
        {
            "start": 816626914,
            "stop": 816630133
        },
        {
            "start": 816633130,
            "stop": 816633660
        },
        {
            "start": 816634759,
            "stop": 816635113
        },
        {
            "start": 816635861,
            "stop": 816636906
        },
        {
            "start": 816636908,
            "stop": 816636913
        },
        {
            "start": 816636935,
            "stop": 816636938
        },
        {
            "start": 816636973,
            "stop": 816637692
        }
    ]
}