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=5091
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=5092",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5090",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5091,
    "results": [
        {
            "start": 1136972715,
            "stop": 1136972730
        },
        {
            "start": 1136972732,
            "stop": 1136972738
        },
        {
            "start": 1136972739,
            "stop": 1136972748
        },
        {
            "start": 1136972749,
            "stop": 1136972754
        },
        {
            "start": 1136972755,
            "stop": 1136972777
        },
        {
            "start": 1136972779,
            "stop": 1136972781
        },
        {
            "start": 1136972783,
            "stop": 1136972794
        },
        {
            "start": 1136972795,
            "stop": 1136972796
        },
        {
            "start": 1136972798,
            "stop": 1136972804
        },
        {
            "start": 1136972806,
            "stop": 1136972814
        },
        {
            "start": 1136972816,
            "stop": 1136972827
        },
        {
            "start": 1136972829,
            "stop": 1136972866
        },
        {
            "start": 1136972868,
            "stop": 1136972872
        },
        {
            "start": 1136972873,
            "stop": 1136972950
        },
        {
            "start": 1136972951,
            "stop": 1136972980
        },
        {
            "start": 1136972984,
            "stop": 1136972997
        },
        {
            "start": 1136972999,
            "stop": 1136973006
        },
        {
            "start": 1136973008,
            "stop": 1136973020
        },
        {
            "start": 1136973022,
            "stop": 1136973023
        },
        {
            "start": 1136973025,
            "stop": 1136973068
        }
    ]
}