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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=592",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=590",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 591,
    "results": [
        {
            "start": 1265003887,
            "stop": 1265003903
        },
        {
            "start": 1265003904,
            "stop": 1265003926
        },
        {
            "start": 1265003928,
            "stop": 1265003949
        },
        {
            "start": 1265003950,
            "stop": 1265003986
        },
        {
            "start": 1265003989,
            "stop": 1265003990
        },
        {
            "start": 1265003992,
            "stop": 1265004001
        },
        {
            "start": 1265004002,
            "stop": 1265004012
        },
        {
            "start": 1265004016,
            "stop": 1265004037
        },
        {
            "start": 1265004040,
            "stop": 1265004062
        },
        {
            "start": 1265004066,
            "stop": 1265004071
        },
        {
            "start": 1265004073,
            "stop": 1265004099
        },
        {
            "start": 1265004100,
            "stop": 1265004124
        },
        {
            "start": 1265004125,
            "stop": 1265004148
        },
        {
            "start": 1265004149,
            "stop": 1265004166
        },
        {
            "start": 1265004168,
            "stop": 1265004172
        },
        {
            "start": 1265004180,
            "stop": 1265004182
        },
        {
            "start": 1265004183,
            "stop": 1265004192
        },
        {
            "start": 1265004193,
            "stop": 1265004281
        },
        {
            "start": 1265004282,
            "stop": 1265004289
        },
        {
            "start": 1265004292,
            "stop": 1265004313
        }
    ]
}