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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 243,
    "results": [
        {
            "start": 1259348781,
            "stop": 1259351062
        },
        {
            "start": 1259351065,
            "stop": 1259351167
        },
        {
            "start": 1259351170,
            "stop": 1259351342
        },
        {
            "start": 1259351345,
            "stop": 1259352495
        },
        {
            "start": 1259352503,
            "stop": 1259353170
        },
        {
            "start": 1259353173,
            "stop": 1259354759
        },
        {
            "start": 1259354762,
            "stop": 1259355411
        },
        {
            "start": 1259355414,
            "stop": 1259355733
        },
        {
            "start": 1259355736,
            "stop": 1259358773
        },
        {
            "start": 1259359169,
            "stop": 1259360190
        },
        {
            "start": 1259360193,
            "stop": 1259360266
        },
        {
            "start": 1259360269,
            "stop": 1259360584
        },
        {
            "start": 1259360592,
            "stop": 1259360749
        },
        {
            "start": 1259360752,
            "stop": 1259360757
        },
        {
            "start": 1259360760,
            "stop": 1259360925
        },
        {
            "start": 1259360926,
            "stop": 1259361164
        },
        {
            "start": 1259361167,
            "stop": 1259361401
        },
        {
            "start": 1259361404,
            "stop": 1259361937
        },
        {
            "start": 1259361940,
            "stop": 1259362405
        },
        {
            "start": 1259362408,
            "stop": 1259362430
        }
    ]
}