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=857
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=858",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=856",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 857,
    "results": [
        {
            "start": 1250590953,
            "stop": 1250591352
        },
        {
            "start": 1250591354,
            "stop": 1250592415
        },
        {
            "start": 1250592418,
            "stop": 1250592910
        },
        {
            "start": 1250592918,
            "stop": 1250593702
        },
        {
            "start": 1250593705,
            "stop": 1250593874
        },
        {
            "start": 1250593877,
            "stop": 1250594170
        },
        {
            "start": 1250594173,
            "stop": 1250596862
        },
        {
            "start": 1250596864,
            "stop": 1250598557
        },
        {
            "start": 1250598561,
            "stop": 1250599146
        },
        {
            "start": 1250599150,
            "stop": 1250599262
        },
        {
            "start": 1250599267,
            "stop": 1250599573
        },
        {
            "start": 1250599577,
            "stop": 1250599886
        },
        {
            "start": 1250599889,
            "stop": 1250601357
        },
        {
            "start": 1250601361,
            "stop": 1250601406
        },
        {
            "start": 1250601410,
            "stop": 1250601467
        },
        {
            "start": 1250601471,
            "stop": 1250602214
        },
        {
            "start": 1250602218,
            "stop": 1250602411
        },
        {
            "start": 1250602419,
            "stop": 1250603095
        },
        {
            "start": 1250603099,
            "stop": 1250603113
        },
        {
            "start": 1250603118,
            "stop": 1250603728
        }
    ]
}