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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 89,
    "results": [
        {
            "start": 1406668147,
            "stop": 1406671455
        },
        {
            "start": 1406672212,
            "stop": 1406673809
        },
        {
            "start": 1406673812,
            "stop": 1406673876
        },
        {
            "start": 1406694528,
            "stop": 1406696557
        },
        {
            "start": 1406712201,
            "stop": 1406716939
        },
        {
            "start": 1406716943,
            "stop": 1406718519
        },
        {
            "start": 1406718523,
            "stop": 1406723902
        },
        {
            "start": 1406731637,
            "stop": 1406732294
        },
        {
            "start": 1406732296,
            "stop": 1406745011
        },
        {
            "start": 1406746747,
            "stop": 1406748482
        },
        {
            "start": 1406748485,
            "stop": 1406750082
        },
        {
            "start": 1406755666,
            "stop": 1406764949
        },
        {
            "start": 1406764952,
            "stop": 1406775566
        },
        {
            "start": 1406775568,
            "stop": 1406777201
        },
        {
            "start": 1406815721,
            "stop": 1406830612
        },
        {
            "start": 1406830617,
            "stop": 1406857738
        },
        {
            "start": 1406857741,
            "stop": 1406858616
        },
        {
            "start": 1406858619,
            "stop": 1406867350
        },
        {
            "start": 1406867353,
            "stop": 1406868836
        },
        {
            "start": 1406868838,
            "stop": 1406889245
        }
    ]
}