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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=283",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 284,
    "results": [
        {
            "start": 1240342356,
            "stop": 1240342452
        },
        {
            "start": 1240342453,
            "stop": 1240342455
        },
        {
            "start": 1240342459,
            "stop": 1240342472
        },
        {
            "start": 1240342475,
            "stop": 1240342478
        },
        {
            "start": 1240342481,
            "stop": 1240342566
        },
        {
            "start": 1240342567,
            "stop": 1240342595
        },
        {
            "start": 1240345870,
            "stop": 1240346285
        },
        {
            "start": 1240346288,
            "stop": 1240346413
        },
        {
            "start": 1240346415,
            "stop": 1240346913
        },
        {
            "start": 1240346914,
            "stop": 1240346915
        },
        {
            "start": 1240346916,
            "stop": 1240346984
        },
        {
            "start": 1240346986,
            "stop": 1240347074
        },
        {
            "start": 1240347076,
            "stop": 1240347291
        },
        {
            "start": 1240347292,
            "stop": 1240347411
        },
        {
            "start": 1240347412,
            "stop": 1240347415
        },
        {
            "start": 1240347416,
            "stop": 1240347438
        },
        {
            "start": 1240347440,
            "stop": 1240347441
        },
        {
            "start": 1240347442,
            "stop": 1240347455
        },
        {
            "start": 1240347456,
            "stop": 1240347485
        },
        {
            "start": 1240347486,
            "stop": 1240347488
        }
    ]
}