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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=602",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=600",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 601,
    "results": [
        {
            "start": 837834592,
            "stop": 837834723
        },
        {
            "start": 837834726,
            "stop": 837834733
        },
        {
            "start": 837834734,
            "stop": 837834742
        },
        {
            "start": 837834743,
            "stop": 837834767
        },
        {
            "start": 837836227,
            "stop": 837836418
        },
        {
            "start": 837836419,
            "stop": 837836422
        },
        {
            "start": 837836423,
            "stop": 837837466
        },
        {
            "start": 837837467,
            "stop": 837842873
        },
        {
            "start": 837844536,
            "stop": 837865568
        },
        {
            "start": 837867035,
            "stop": 837871591
        },
        {
            "start": 837912587,
            "stop": 837923920
        },
        {
            "start": 837925195,
            "stop": 837959659
        },
        {
            "start": 837963044,
            "stop": 837963566
        },
        {
            "start": 837979955,
            "stop": 837986977
        },
        {
            "start": 837986978,
            "stop": 838041432
        },
        {
            "start": 838042789,
            "stop": 838052101
        },
        {
            "start": 838052102,
            "stop": 838054255
        },
        {
            "start": 838054258,
            "stop": 838064181
        },
        {
            "start": 838065830,
            "stop": 838071218
        },
        {
            "start": 838071825,
            "stop": 838072251
        }
    ]
}