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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=104",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 105,
    "results": [
        {
            "start": 1377139508,
            "stop": 1377143253
        },
        {
            "start": 1377143256,
            "stop": 1377144299
        },
        {
            "start": 1377144302,
            "stop": 1377144366
        },
        {
            "start": 1377144371,
            "stop": 1377145371
        },
        {
            "start": 1377145376,
            "stop": 1377146164
        },
        {
            "start": 1377146169,
            "stop": 1377147990
        },
        {
            "start": 1377152727,
            "stop": 1377153407
        },
        {
            "start": 1377153412,
            "stop": 1377157032
        },
        {
            "start": 1377157037,
            "stop": 1377168879
        },
        {
            "start": 1377168884,
            "stop": 1377177696
        },
        {
            "start": 1377177741,
            "stop": 1377178306
        },
        {
            "start": 1377178309,
            "stop": 1377187988
        },
        {
            "start": 1377187991,
            "stop": 1377205094
        },
        {
            "start": 1377205099,
            "stop": 1377205529
        },
        {
            "start": 1377205534,
            "stop": 1377208431
        },
        {
            "start": 1377208436,
            "stop": 1377210274
        },
        {
            "start": 1377210279,
            "stop": 1377212144
        },
        {
            "start": 1377212149,
            "stop": 1377216126
        },
        {
            "start": 1377216131,
            "stop": 1377217318
        },
        {
            "start": 1377218100,
            "stop": 1377220099
        }
    ]
}