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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=414",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 415,
    "results": [
        {
            "start": 1264370985,
            "stop": 1264370988
        },
        {
            "start": 1264370992,
            "stop": 1264370997
        },
        {
            "start": 1264370999,
            "stop": 1264371007
        },
        {
            "start": 1264371008,
            "stop": 1264371057
        },
        {
            "start": 1264371060,
            "stop": 1264371106
        },
        {
            "start": 1264371108,
            "stop": 1264371132
        },
        {
            "start": 1264371135,
            "stop": 1264371141
        },
        {
            "start": 1264371143,
            "stop": 1264371149
        },
        {
            "start": 1264371151,
            "stop": 1264371231
        },
        {
            "start": 1264371232,
            "stop": 1264371233
        },
        {
            "start": 1264371234,
            "stop": 1264371239
        },
        {
            "start": 1264371240,
            "stop": 1264371258
        },
        {
            "start": 1264371261,
            "stop": 1264371266
        },
        {
            "start": 1264371268,
            "stop": 1264371281
        },
        {
            "start": 1264371285,
            "stop": 1264371290
        },
        {
            "start": 1264371292,
            "stop": 1264371329
        },
        {
            "start": 1264371331,
            "stop": 1264371365
        },
        {
            "start": 1264371366,
            "stop": 1264371367
        },
        {
            "start": 1264371368,
            "stop": 1264371373
        },
        {
            "start": 1264371375,
            "stop": 1264371429
        }
    ]
}