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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 241,
    "results": [
        {
            "start": 1259296853,
            "stop": 1259296877
        },
        {
            "start": 1259297320,
            "stop": 1259297517
        },
        {
            "start": 1259297520,
            "stop": 1259297777
        },
        {
            "start": 1259297780,
            "stop": 1259297929
        },
        {
            "start": 1259297932,
            "stop": 1259298049
        },
        {
            "start": 1259298052,
            "stop": 1259298055
        },
        {
            "start": 1259298058,
            "stop": 1259298063
        },
        {
            "start": 1259298066,
            "stop": 1259298150
        },
        {
            "start": 1259298153,
            "stop": 1259298381
        },
        {
            "start": 1259298384,
            "stop": 1259298413
        },
        {
            "start": 1259311044,
            "stop": 1259311125
        },
        {
            "start": 1259311130,
            "stop": 1259311136
        },
        {
            "start": 1259311139,
            "stop": 1259311264
        },
        {
            "start": 1259311267,
            "stop": 1259311625
        },
        {
            "start": 1259311628,
            "stop": 1259312233
        },
        {
            "start": 1259312236,
            "stop": 1259312487
        },
        {
            "start": 1259312490,
            "stop": 1259314171
        },
        {
            "start": 1259314173,
            "stop": 1259314696
        },
        {
            "start": 1259314698,
            "stop": 1259315432
        },
        {
            "start": 1259315441,
            "stop": 1259316578
        }
    ]
}