Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 189,
    "results": [
        {
            "start": 931456507,
            "stop": 931456508
        },
        {
            "start": 931456509,
            "stop": 931456513
        },
        {
            "start": 931456516,
            "stop": 931456523
        },
        {
            "start": 931456527,
            "stop": 931456580
        },
        {
            "start": 931456586,
            "stop": 931456587
        },
        {
            "start": 931456594,
            "stop": 931456610
        },
        {
            "start": 931456612,
            "stop": 931456613
        },
        {
            "start": 931456614,
            "stop": 931456620
        },
        {
            "start": 931456622,
            "stop": 931456625
        },
        {
            "start": 931456627,
            "stop": 931456630
        },
        {
            "start": 931456633,
            "stop": 931456634
        },
        {
            "start": 931456638,
            "stop": 931456639
        },
        {
            "start": 931456641,
            "stop": 931456642
        },
        {
            "start": 931456643,
            "stop": 931456646
        },
        {
            "start": 931456649,
            "stop": 931456652
        },
        {
            "start": 931456654,
            "stop": 931456656
        },
        {
            "start": 931456658,
            "stop": 931456659
        },
        {
            "start": 931456660,
            "stop": 931456662
        },
        {
            "start": 931456663,
            "stop": 931456681
        },
        {
            "start": 931456683,
            "stop": 931456691
        }
    ]
}