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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=654",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=652",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 653,
    "results": [
        {
            "start": 1247957898,
            "stop": 1247959553
        },
        {
            "start": 1247959557,
            "stop": 1247959801
        },
        {
            "start": 1247959806,
            "stop": 1247960145
        },
        {
            "start": 1247960149,
            "stop": 1247964386
        },
        {
            "start": 1247964389,
            "stop": 1247964453
        },
        {
            "start": 1247964457,
            "stop": 1247966390
        },
        {
            "start": 1247966395,
            "stop": 1247967328
        },
        {
            "start": 1247967335,
            "stop": 1247967981
        },
        {
            "start": 1247967985,
            "stop": 1247968134
        },
        {
            "start": 1247968142,
            "stop": 1247969671
        },
        {
            "start": 1247969675,
            "stop": 1247974010
        },
        {
            "start": 1247974014,
            "stop": 1247975458
        },
        {
            "start": 1247975466,
            "stop": 1247977554
        },
        {
            "start": 1247977558,
            "stop": 1247978506
        },
        {
            "start": 1247978509,
            "stop": 1247982200
        },
        {
            "start": 1247982203,
            "stop": 1247986378
        },
        {
            "start": 1247986382,
            "stop": 1247986794
        },
        {
            "start": 1247986802,
            "stop": 1247989060
        },
        {
            "start": 1247989063,
            "stop": 1247990270
        },
        {
            "start": 1247990278,
            "stop": 1247992701
        }
    ]
}