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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5174",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5172",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5173,
    "results": [
        {
            "start": 1137002091,
            "stop": 1137002095
        },
        {
            "start": 1137002097,
            "stop": 1137002116
        },
        {
            "start": 1137002118,
            "stop": 1137002140
        },
        {
            "start": 1137002142,
            "stop": 1137002156
        },
        {
            "start": 1137002158,
            "stop": 1137002162
        },
        {
            "start": 1137002166,
            "stop": 1137002216
        },
        {
            "start": 1137002220,
            "stop": 1137002268
        },
        {
            "start": 1137002272,
            "stop": 1137002295
        },
        {
            "start": 1137002297,
            "stop": 1137002298
        },
        {
            "start": 1137002300,
            "stop": 1137002321
        },
        {
            "start": 1137002323,
            "stop": 1137002348
        },
        {
            "start": 1137002350,
            "stop": 1137002359
        },
        {
            "start": 1137002361,
            "stop": 1137002371
        },
        {
            "start": 1137002373,
            "stop": 1137002375
        },
        {
            "start": 1137002377,
            "stop": 1137002381
        },
        {
            "start": 1137002383,
            "stop": 1137002384
        },
        {
            "start": 1137002386,
            "stop": 1137002395
        },
        {
            "start": 1137002397,
            "stop": 1137002410
        },
        {
            "start": 1137002412,
            "stop": 1137002423
        },
        {
            "start": 1137002425,
            "stop": 1137002435
        }
    ]
}