Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 1,
    "results": [
        {
            "start": 1164559440,
            "stop": 1164559654
        },
        {
            "start": 1164560599,
            "stop": 1164561392
        },
        {
            "start": 1164562093,
            "stop": 1164569775
        },
        {
            "start": 1164569814,
            "stop": 1164574892
        },
        {
            "start": 1164596667,
            "stop": 1164600994
        },
        {
            "start": 1164600998,
            "stop": 1164602459
        },
        {
            "start": 1164602463,
            "stop": 1164602545
        },
        {
            "start": 1164602553,
            "stop": 1164602561
        },
        {
            "start": 1164602568,
            "stop": 1164602574
        },
        {
            "start": 1164602578,
            "stop": 1164602581
        },
        {
            "start": 1164602587,
            "stop": 1164602622
        },
        {
            "start": 1164602626,
            "stop": 1164602638
        },
        {
            "start": 1164602642,
            "stop": 1164602647
        },
        {
            "start": 1164602651,
            "stop": 1164602654
        },
        {
            "start": 1164602664,
            "stop": 1164602669
        },
        {
            "start": 1164602674,
            "stop": 1164602676
        },
        {
            "start": 1164602686,
            "stop": 1164602694
        },
        {
            "start": 1164602706,
            "stop": 1164602708
        },
        {
            "start": 1164602728,
            "stop": 1164602730
        },
        {
            "start": 1164664648,
            "stop": 1164665292
        }
    ]
}