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=5172
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=5173",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5171",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5172,
    "results": [
        {
            "start": 1137001820,
            "stop": 1137001823
        },
        {
            "start": 1137001825,
            "stop": 1137001835
        },
        {
            "start": 1137001837,
            "stop": 1137001846
        },
        {
            "start": 1137001848,
            "stop": 1137001854
        },
        {
            "start": 1137001856,
            "stop": 1137001867
        },
        {
            "start": 1137001869,
            "stop": 1137001877
        },
        {
            "start": 1137001879,
            "stop": 1137001889
        },
        {
            "start": 1137001891,
            "stop": 1137001899
        },
        {
            "start": 1137001903,
            "stop": 1137001911
        },
        {
            "start": 1137001913,
            "stop": 1137001924
        },
        {
            "start": 1137001926,
            "stop": 1137001927
        },
        {
            "start": 1137001929,
            "stop": 1137001935
        },
        {
            "start": 1137001937,
            "stop": 1137001955
        },
        {
            "start": 1137001957,
            "stop": 1137001978
        },
        {
            "start": 1137001979,
            "stop": 1137002002
        },
        {
            "start": 1137002007,
            "stop": 1137002026
        },
        {
            "start": 1137002028,
            "stop": 1137002031
        },
        {
            "start": 1137002033,
            "stop": 1137002051
        },
        {
            "start": 1137002052,
            "stop": 1137002076
        },
        {
            "start": 1137002077,
            "stop": 1137002089
        }
    ]
}