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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=551",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 552,
    "results": [
        {
            "start": 871951033,
            "stop": 871963552
        },
        {
            "start": 871963555,
            "stop": 872000434
        },
        {
            "start": 872000437,
            "stop": 872008140
        },
        {
            "start": 872008143,
            "stop": 872010540
        },
        {
            "start": 872010600,
            "stop": 872014319
        },
        {
            "start": 872014380,
            "stop": 872014866
        },
        {
            "start": 872017742,
            "stop": 872017745
        },
        {
            "start": 872017750,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019967
        },
        {
            "start": 872020025,
            "stop": 872020629
        },
        {
            "start": 872020631,
            "stop": 872021854
        },
        {
            "start": 872021857,
            "stop": 872021983
        },
        {
            "start": 872021986,
            "stop": 872022043
        },
        {
            "start": 872022046,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872023112
        },
        {
            "start": 872023120,
            "stop": 872023140
        },
        {
            "start": 872023200,
            "stop": 872028000
        },
        {
            "start": 872028060,
            "stop": 872028180
        },
        {
            "start": 872028240,
            "stop": 872030640
        },
        {
            "start": 872030700,
            "stop": 872030836
        }
    ]
}