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=5205
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=5206",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5204",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5205,
    "results": [
        {
            "start": 1137030753,
            "stop": 1137030767
        },
        {
            "start": 1137030769,
            "stop": 1137030774
        },
        {
            "start": 1137030776,
            "stop": 1137030805
        },
        {
            "start": 1137030807,
            "stop": 1137030836
        },
        {
            "start": 1137030837,
            "stop": 1137030853
        },
        {
            "start": 1137030854,
            "stop": 1137030857
        },
        {
            "start": 1137030859,
            "stop": 1137030916
        },
        {
            "start": 1137040346,
            "stop": 1137040387
        },
        {
            "start": 1137040388,
            "stop": 1137040400
        },
        {
            "start": 1137040401,
            "stop": 1137040418
        },
        {
            "start": 1137040419,
            "stop": 1137040515
        },
        {
            "start": 1137040517,
            "stop": 1137040532
        },
        {
            "start": 1137040534,
            "stop": 1137040536
        },
        {
            "start": 1137040538,
            "stop": 1137040602
        },
        {
            "start": 1137040603,
            "stop": 1137040611
        },
        {
            "start": 1137040613,
            "stop": 1137040671
        },
        {
            "start": 1137040673,
            "stop": 1137040675
        },
        {
            "start": 1137040677,
            "stop": 1137040684
        },
        {
            "start": 1137040686,
            "stop": 1137040689
        },
        {
            "start": 1137040691,
            "stop": 1137040692
        }
    ]
}