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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=275",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 276,
    "results": [
        {
            "start": 1240329120,
            "stop": 1240329124
        },
        {
            "start": 1240329125,
            "stop": 1240329171
        },
        {
            "start": 1240329172,
            "stop": 1240329175
        },
        {
            "start": 1240329176,
            "stop": 1240329204
        },
        {
            "start": 1240329205,
            "stop": 1240329220
        },
        {
            "start": 1240329221,
            "stop": 1240329226
        },
        {
            "start": 1240329229,
            "stop": 1240329238
        },
        {
            "start": 1240329239,
            "stop": 1240329242
        },
        {
            "start": 1240329243,
            "stop": 1240329303
        },
        {
            "start": 1240329304,
            "stop": 1240329307
        },
        {
            "start": 1240329309,
            "stop": 1240329319
        },
        {
            "start": 1240329320,
            "stop": 1240329325
        },
        {
            "start": 1240329328,
            "stop": 1240329344
        },
        {
            "start": 1240329345,
            "stop": 1240329346
        },
        {
            "start": 1240329347,
            "stop": 1240329349
        },
        {
            "start": 1240329350,
            "stop": 1240329362
        },
        {
            "start": 1240329363,
            "stop": 1240329366
        },
        {
            "start": 1240329367,
            "stop": 1240329444
        },
        {
            "start": 1240329446,
            "stop": 1240329496
        },
        {
            "start": 1240329497,
            "stop": 1240329501
        }
    ]
}