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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=408",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 409,
    "results": [
        {
            "start": 825979439,
            "stop": 825979472
        },
        {
            "start": 825979476,
            "stop": 825979715
        },
        {
            "start": 825979718,
            "stop": 825979842
        },
        {
            "start": 825979845,
            "stop": 825979901
        },
        {
            "start": 825979904,
            "stop": 825980719
        },
        {
            "start": 825980722,
            "stop": 825980957
        },
        {
            "start": 825980960,
            "stop": 825981650
        },
        {
            "start": 825981653,
            "stop": 825981945
        },
        {
            "start": 825981948,
            "stop": 825981965
        },
        {
            "start": 825981969,
            "stop": 825982557
        },
        {
            "start": 825982560,
            "stop": 825982591
        },
        {
            "start": 825982594,
            "stop": 825982672
        },
        {
            "start": 825982676,
            "stop": 825982706
        },
        {
            "start": 825982709,
            "stop": 825982720
        },
        {
            "start": 825982724,
            "stop": 825983598
        },
        {
            "start": 825983601,
            "stop": 825984360
        },
        {
            "start": 825984420,
            "stop": 825985738
        },
        {
            "start": 825985742,
            "stop": 825985950
        },
        {
            "start": 825985953,
            "stop": 825986246
        },
        {
            "start": 825986249,
            "stop": 825986342
        }
    ]
}