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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=234",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 235,
    "results": [
        {
            "start": 1239962031,
            "stop": 1239962101
        },
        {
            "start": 1239962104,
            "stop": 1239962169
        },
        {
            "start": 1239962171,
            "stop": 1239962289
        },
        {
            "start": 1239962291,
            "stop": 1239962409
        },
        {
            "start": 1239962411,
            "stop": 1239962529
        },
        {
            "start": 1239962531,
            "stop": 1239962533
        },
        {
            "start": 1239962537,
            "stop": 1239962649
        },
        {
            "start": 1239962651,
            "stop": 1239962769
        },
        {
            "start": 1239962771,
            "stop": 1239962889
        },
        {
            "start": 1239962891,
            "stop": 1239963009
        },
        {
            "start": 1239963011,
            "stop": 1239963129
        },
        {
            "start": 1239963131,
            "stop": 1239963249
        },
        {
            "start": 1239963251,
            "stop": 1239963275
        },
        {
            "start": 1239963280,
            "stop": 1239963369
        },
        {
            "start": 1239963371,
            "stop": 1239963439
        },
        {
            "start": 1239963444,
            "stop": 1239963489
        },
        {
            "start": 1239963491,
            "stop": 1239963522
        },
        {
            "start": 1239963527,
            "stop": 1239963534
        },
        {
            "start": 1239963537,
            "stop": 1239963575
        },
        {
            "start": 1239963580,
            "stop": 1239963609
        }
    ]
}