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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5177",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5175",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5176,
    "results": [
        {
            "start": 1137022803,
            "stop": 1137022804
        },
        {
            "start": 1137022806,
            "stop": 1137022820
        },
        {
            "start": 1137022822,
            "stop": 1137022855
        },
        {
            "start": 1137022856,
            "stop": 1137022874
        },
        {
            "start": 1137022878,
            "stop": 1137022897
        },
        {
            "start": 1137022899,
            "stop": 1137022904
        },
        {
            "start": 1137022906,
            "stop": 1137022909
        },
        {
            "start": 1137022911,
            "stop": 1137022913
        },
        {
            "start": 1137022915,
            "stop": 1137022918
        },
        {
            "start": 1137022919,
            "stop": 1137022921
        },
        {
            "start": 1137022923,
            "stop": 1137022935
        },
        {
            "start": 1137022936,
            "stop": 1137022951
        },
        {
            "start": 1137022953,
            "stop": 1137022957
        },
        {
            "start": 1137022959,
            "stop": 1137022971
        },
        {
            "start": 1137022973,
            "stop": 1137022979
        },
        {
            "start": 1137022981,
            "stop": 1137023003
        },
        {
            "start": 1137023005,
            "stop": 1137023021
        },
        {
            "start": 1137023024,
            "stop": 1137023026
        },
        {
            "start": 1137023028,
            "stop": 1137023029
        },
        {
            "start": 1137023032,
            "stop": 1137023088
        }
    ]
}