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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 200,
    "results": [
        {
            "start": 1239962535,
            "stop": 1239962562
        },
        {
            "start": 1239962564,
            "stop": 1239962589
        },
        {
            "start": 1239962592,
            "stop": 1239962598
        },
        {
            "start": 1239962602,
            "stop": 1239962674
        },
        {
            "start": 1239962675,
            "stop": 1239962728
        },
        {
            "start": 1239962729,
            "stop": 1239962733
        },
        {
            "start": 1239962734,
            "stop": 1239962843
        },
        {
            "start": 1239962844,
            "stop": 1239962870
        },
        {
            "start": 1239962871,
            "stop": 1239962891
        },
        {
            "start": 1239962892,
            "stop": 1239962951
        },
        {
            "start": 1239962952,
            "stop": 1239962972
        },
        {
            "start": 1239962973,
            "stop": 1239962978
        },
        {
            "start": 1239962981,
            "stop": 1239963066
        },
        {
            "start": 1239963067,
            "stop": 1239963127
        },
        {
            "start": 1239963128,
            "stop": 1239963182
        },
        {
            "start": 1239963183,
            "stop": 1239963203
        },
        {
            "start": 1239963204,
            "stop": 1239963224
        },
        {
            "start": 1239963225,
            "stop": 1239963226
        },
        {
            "start": 1239963227,
            "stop": 1239963240
        },
        {
            "start": 1239963241,
            "stop": 1239963258
        }
    ]
}