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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=328",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 329,
    "results": [
        {
            "start": 870453282,
            "stop": 870453716
        },
        {
            "start": 870454016,
            "stop": 870467123
        },
        {
            "start": 870468356,
            "stop": 870468482
        },
        {
            "start": 870468782,
            "stop": 870481099
        },
        {
            "start": 870481101,
            "stop": 870521525
        },
        {
            "start": 870521727,
            "stop": 870526856
        },
        {
            "start": 870527207,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870558374
        },
        {
            "start": 870558376,
            "stop": 870559987
        },
        {
            "start": 870560960,
            "stop": 870561552
        },
        {
            "start": 870562038,
            "stop": 870562075
        },
        {
            "start": 870562185,
            "stop": 870562614
        },
        {
            "start": 870562914,
            "stop": 870568212
        },
        {
            "start": 870569365,
            "stop": 870578003
        },
        {
            "start": 870578569,
            "stop": 870579326
        },
        {
            "start": 870579626,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870628730
        },
        {
            "start": 870637270,
            "stop": 870645426
        }
    ]
}