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=455
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=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=454",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 455,
    "results": [
        {
            "start": 821777591,
            "stop": 821777601
        },
        {
            "start": 821777604,
            "stop": 821777606
        },
        {
            "start": 821777612,
            "stop": 821777613
        },
        {
            "start": 821777621,
            "stop": 821777622
        },
        {
            "start": 821777625,
            "stop": 821777626
        },
        {
            "start": 821777632,
            "stop": 821777633
        },
        {
            "start": 821777638,
            "stop": 821777639
        },
        {
            "start": 821777646,
            "stop": 821777647
        },
        {
            "start": 821777653,
            "stop": 821777655
        },
        {
            "start": 821777658,
            "stop": 821777659
        },
        {
            "start": 821777662,
            "stop": 821777666
        },
        {
            "start": 821777669,
            "stop": 821777676
        },
        {
            "start": 821777681,
            "stop": 821777683
        },
        {
            "start": 821777686,
            "stop": 821777695
        },
        {
            "start": 821777699,
            "stop": 821777703
        },
        {
            "start": 821777707,
            "stop": 821777728
        },
        {
            "start": 821777734,
            "stop": 821777738
        },
        {
            "start": 821777743,
            "stop": 821777746
        },
        {
            "start": 821777750,
            "stop": 821777754
        },
        {
            "start": 821777760,
            "stop": 821777764
        }
    ]
}