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=5326
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=5327",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5325",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5326,
    "results": [
        {
            "start": 1137225274,
            "stop": 1137225353
        },
        {
            "start": 1137225361,
            "stop": 1137225445
        },
        {
            "start": 1137225447,
            "stop": 1137225776
        },
        {
            "start": 1137225778,
            "stop": 1137225803
        },
        {
            "start": 1137225807,
            "stop": 1137225838
        },
        {
            "start": 1137225840,
            "stop": 1137225892
        },
        {
            "start": 1137225895,
            "stop": 1137225897
        },
        {
            "start": 1137225899,
            "stop": 1137226295
        },
        {
            "start": 1137226297,
            "stop": 1137226339
        },
        {
            "start": 1137226341,
            "stop": 1137226356
        },
        {
            "start": 1137226358,
            "stop": 1137226359
        },
        {
            "start": 1137226360,
            "stop": 1137226402
        },
        {
            "start": 1137226403,
            "stop": 1137226404
        },
        {
            "start": 1137226407,
            "stop": 1137226541
        },
        {
            "start": 1137226543,
            "stop": 1137226557
        },
        {
            "start": 1137226559,
            "stop": 1137226585
        },
        {
            "start": 1137226587,
            "stop": 1137226588
        },
        {
            "start": 1137226590,
            "stop": 1137226700
        },
        {
            "start": 1137226702,
            "stop": 1137226867
        },
        {
            "start": 1137226869,
            "stop": 1137226870
        }
    ]
}