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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=347",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 348,
    "results": [
        {
            "start": 1264162883,
            "stop": 1264162897
        },
        {
            "start": 1264162899,
            "stop": 1264162988
        },
        {
            "start": 1264162991,
            "stop": 1264162997
        },
        {
            "start": 1264162999,
            "stop": 1264163058
        },
        {
            "start": 1264163059,
            "stop": 1264163086
        },
        {
            "start": 1264163088,
            "stop": 1264163162
        },
        {
            "start": 1264163165,
            "stop": 1264163185
        },
        {
            "start": 1264163187,
            "stop": 1264163211
        },
        {
            "start": 1264163213,
            "stop": 1264163228
        },
        {
            "start": 1264163230,
            "stop": 1264163264
        },
        {
            "start": 1264163265,
            "stop": 1264163311
        },
        {
            "start": 1264163314,
            "stop": 1264163341
        },
        {
            "start": 1264163349,
            "stop": 1264163379
        },
        {
            "start": 1264163380,
            "stop": 1264163381
        },
        {
            "start": 1264163382,
            "stop": 1264163427
        },
        {
            "start": 1264163428,
            "stop": 1264163448
        },
        {
            "start": 1264163449,
            "stop": 1264163456
        },
        {
            "start": 1264163458,
            "stop": 1264163477
        },
        {
            "start": 1264163479,
            "stop": 1264163508
        },
        {
            "start": 1264163509,
            "stop": 1264163672
        }
    ]
}