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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6989",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6990,
    "results": [
        {
            "start": 873832806,
            "stop": 873832908
        },
        {
            "start": 873832912,
            "stop": 873833200
        },
        {
            "start": 873833203,
            "stop": 873833259
        },
        {
            "start": 873833262,
            "stop": 873833273
        },
        {
            "start": 873833277,
            "stop": 873833376
        },
        {
            "start": 873833379,
            "stop": 873833390
        },
        {
            "start": 873833394,
            "stop": 873833559
        },
        {
            "start": 873833562,
            "stop": 873833645
        },
        {
            "start": 873833649,
            "stop": 873833659
        },
        {
            "start": 873833662,
            "stop": 873833784
        },
        {
            "start": 873833788,
            "stop": 873833791
        },
        {
            "start": 873833795,
            "stop": 873833814
        },
        {
            "start": 873833818,
            "stop": 873833883
        },
        {
            "start": 873833887,
            "stop": 873833976
        },
        {
            "start": 873833980,
            "stop": 873833997
        },
        {
            "start": 873834001,
            "stop": 873834055
        },
        {
            "start": 873834058,
            "stop": 873834061
        },
        {
            "start": 873834066,
            "stop": 873834106
        },
        {
            "start": 873834109,
            "stop": 873834113
        },
        {
            "start": 873834116,
            "stop": 873834135
        }
    ]
}