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=666
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=667",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=665",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 666,
    "results": [
        {
            "start": 1266300549,
            "stop": 1266300648
        },
        {
            "start": 1266300653,
            "stop": 1266300688
        },
        {
            "start": 1266300693,
            "stop": 1266300929
        },
        {
            "start": 1266300934,
            "stop": 1266300964
        },
        {
            "start": 1266300969,
            "stop": 1266301564
        },
        {
            "start": 1266301569,
            "stop": 1266301612
        },
        {
            "start": 1266301613,
            "stop": 1266301731
        },
        {
            "start": 1266301736,
            "stop": 1266301883
        },
        {
            "start": 1266301888,
            "stop": 1266301921
        },
        {
            "start": 1266301926,
            "stop": 1266302056
        },
        {
            "start": 1266302061,
            "stop": 1266302167
        },
        {
            "start": 1266302172,
            "stop": 1266302300
        },
        {
            "start": 1266302305,
            "stop": 1266302370
        },
        {
            "start": 1266302375,
            "stop": 1266302653
        },
        {
            "start": 1266302658,
            "stop": 1266302723
        },
        {
            "start": 1266302728,
            "stop": 1266303113
        },
        {
            "start": 1266303118,
            "stop": 1266303161
        },
        {
            "start": 1266303166,
            "stop": 1266303190
        },
        {
            "start": 1266303195,
            "stop": 1266303229
        },
        {
            "start": 1266303234,
            "stop": 1266303244
        }
    ]
}