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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=414",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 415,
    "results": [
        {
            "start": 1182733143,
            "stop": 1182733206
        },
        {
            "start": 1182733207,
            "stop": 1182733542
        },
        {
            "start": 1182733543,
            "stop": 1182733562
        },
        {
            "start": 1182733563,
            "stop": 1182733642
        },
        {
            "start": 1182733644,
            "stop": 1182733784
        },
        {
            "start": 1182733787,
            "stop": 1182733802
        },
        {
            "start": 1182733803,
            "stop": 1182733849
        },
        {
            "start": 1182733850,
            "stop": 1182733977
        },
        {
            "start": 1182733978,
            "stop": 1182734382
        },
        {
            "start": 1182734384,
            "stop": 1182734391
        },
        {
            "start": 1182734392,
            "stop": 1182734740
        },
        {
            "start": 1182734742,
            "stop": 1182734774
        },
        {
            "start": 1182734775,
            "stop": 1182734824
        },
        {
            "start": 1182734825,
            "stop": 1182734842
        },
        {
            "start": 1182734843,
            "stop": 1182735161
        },
        {
            "start": 1182735162,
            "stop": 1182735239
        },
        {
            "start": 1182735240,
            "stop": 1182735289
        },
        {
            "start": 1182735290,
            "stop": 1182735388
        },
        {
            "start": 1182735390,
            "stop": 1182735391
        },
        {
            "start": 1182735392,
            "stop": 1182735409
        }
    ]
}