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=1893
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=1894",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1892",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1893,
    "results": [
        {
            "start": 1251321189,
            "stop": 1251321376
        },
        {
            "start": 1251321378,
            "stop": 1251321514
        },
        {
            "start": 1251321517,
            "stop": 1251321752
        },
        {
            "start": 1251321754,
            "stop": 1251323864
        },
        {
            "start": 1251323867,
            "stop": 1251324384
        },
        {
            "start": 1251324446,
            "stop": 1251324487
        },
        {
            "start": 1251324633,
            "stop": 1251324671
        },
        {
            "start": 1251325127,
            "stop": 1251327179
        },
        {
            "start": 1251327182,
            "stop": 1251327579
        },
        {
            "start": 1251327582,
            "stop": 1251328677
        },
        {
            "start": 1251328680,
            "stop": 1251328842
        },
        {
            "start": 1251328845,
            "stop": 1251330091
        },
        {
            "start": 1251330094,
            "stop": 1251330098
        },
        {
            "start": 1251330101,
            "stop": 1251330913
        },
        {
            "start": 1251330916,
            "stop": 1251332871
        },
        {
            "start": 1251332873,
            "stop": 1251334472
        },
        {
            "start": 1251334480,
            "stop": 1251337155
        },
        {
            "start": 1251337158,
            "stop": 1251341093
        },
        {
            "start": 1251341096,
            "stop": 1251342183
        },
        {
            "start": 1251342187,
            "stop": 1251347447
        }
    ]
}