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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5732",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5733,
    "results": [
        {
            "start": 874611252,
            "stop": 874611326
        },
        {
            "start": 874611336,
            "stop": 874611337
        },
        {
            "start": 874611340,
            "stop": 874611390
        },
        {
            "start": 874611398,
            "stop": 874611424
        },
        {
            "start": 874611428,
            "stop": 874611451
        },
        {
            "start": 874611455,
            "stop": 874611493
        },
        {
            "start": 874611497,
            "stop": 874611520
        },
        {
            "start": 874611524,
            "stop": 874611527
        },
        {
            "start": 874611530,
            "stop": 874611545
        },
        {
            "start": 874611549,
            "stop": 874611591
        },
        {
            "start": 874611594,
            "stop": 874611596
        },
        {
            "start": 874611601,
            "stop": 874611606
        },
        {
            "start": 874611609,
            "stop": 874611621
        },
        {
            "start": 874611625,
            "stop": 874611654
        },
        {
            "start": 874611657,
            "stop": 874611665
        },
        {
            "start": 874611668,
            "stop": 874611726
        },
        {
            "start": 874611729,
            "stop": 874611770
        },
        {
            "start": 874611777,
            "stop": 874611796
        },
        {
            "start": 874611799,
            "stop": 874611843
        },
        {
            "start": 874611846,
            "stop": 874611866
        }
    ]
}