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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=982",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=980",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 981,
    "results": [
        {
            "start": 1134886365,
            "stop": 1134894644
        },
        {
            "start": 1134894646,
            "stop": 1134907231
        },
        {
            "start": 1134907233,
            "stop": 1134907639
        },
        {
            "start": 1134907823,
            "stop": 1134907824
        },
        {
            "start": 1134907827,
            "stop": 1134907836
        },
        {
            "start": 1134907841,
            "stop": 1134907849
        },
        {
            "start": 1134907855,
            "stop": 1134907856
        },
        {
            "start": 1134907882,
            "stop": 1134907904
        },
        {
            "start": 1134907915,
            "stop": 1134907924
        },
        {
            "start": 1134907927,
            "stop": 1134907931
        },
        {
            "start": 1134907937,
            "stop": 1134907938
        },
        {
            "start": 1134907947,
            "stop": 1134908016
        },
        {
            "start": 1134908019,
            "stop": 1134908021
        },
        {
            "start": 1134908024,
            "stop": 1134908028
        },
        {
            "start": 1134908063,
            "stop": 1134908143
        },
        {
            "start": 1134908153,
            "stop": 1134908154
        },
        {
            "start": 1134908161,
            "stop": 1134908165
        },
        {
            "start": 1134908170,
            "stop": 1134908173
        },
        {
            "start": 1134908184,
            "stop": 1134908197
        },
        {
            "start": 1134908202,
            "stop": 1134908203
        }
    ]
}