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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=269",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 270,
    "results": [
        {
            "start": 1174501216,
            "stop": 1174501495
        },
        {
            "start": 1174501497,
            "stop": 1174501774
        },
        {
            "start": 1174501776,
            "stop": 1174501825
        },
        {
            "start": 1174501827,
            "stop": 1174502138
        },
        {
            "start": 1174502140,
            "stop": 1174502377
        },
        {
            "start": 1174502379,
            "stop": 1174502480
        },
        {
            "start": 1174502484,
            "stop": 1174503041
        },
        {
            "start": 1174503043,
            "stop": 1174504271
        },
        {
            "start": 1174504273,
            "stop": 1174505528
        },
        {
            "start": 1174505530,
            "stop": 1174506735
        },
        {
            "start": 1174506737,
            "stop": 1174507668
        },
        {
            "start": 1174507670,
            "stop": 1174508778
        },
        {
            "start": 1174508780,
            "stop": 1174510089
        },
        {
            "start": 1174510091,
            "stop": 1174511277
        },
        {
            "start": 1174511279,
            "stop": 1174512467
        },
        {
            "start": 1174512469,
            "stop": 1174513627
        },
        {
            "start": 1174513629,
            "stop": 1174514829
        },
        {
            "start": 1174514831,
            "stop": 1174516021
        },
        {
            "start": 1174516023,
            "stop": 1174517303
        },
        {
            "start": 1174517305,
            "stop": 1174518741
        }
    ]
}