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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6420",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6421,
    "results": [
        {
            "start": 873762940,
            "stop": 873763287
        },
        {
            "start": 873763288,
            "stop": 873763681
        },
        {
            "start": 873763682,
            "stop": 873764114
        },
        {
            "start": 873764115,
            "stop": 873764306
        },
        {
            "start": 873764307,
            "stop": 873764399
        },
        {
            "start": 873764401,
            "stop": 873764433
        },
        {
            "start": 873764434,
            "stop": 873764460
        },
        {
            "start": 873764461,
            "stop": 873764652
        },
        {
            "start": 873764653,
            "stop": 873764719
        },
        {
            "start": 873764720,
            "stop": 873765515
        },
        {
            "start": 873765516,
            "stop": 873765726
        },
        {
            "start": 873765728,
            "stop": 873766626
        },
        {
            "start": 873766627,
            "stop": 873766717
        },
        {
            "start": 873766718,
            "stop": 873766870
        },
        {
            "start": 873766871,
            "stop": 873767255
        },
        {
            "start": 873767256,
            "stop": 873768182
        },
        {
            "start": 873768183,
            "stop": 873768939
        },
        {
            "start": 873768940,
            "stop": 873769259
        },
        {
            "start": 873770484,
            "stop": 873770659
        },
        {
            "start": 873770660,
            "stop": 873770739
        }
    ]
}