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=5166
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=5167",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5165",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5166,
    "results": [
        {
            "start": 1136999764,
            "stop": 1136999800
        },
        {
            "start": 1136999802,
            "stop": 1136999808
        },
        {
            "start": 1136999809,
            "stop": 1136999818
        },
        {
            "start": 1136999819,
            "stop": 1136999828
        },
        {
            "start": 1136999829,
            "stop": 1136999839
        },
        {
            "start": 1136999841,
            "stop": 1136999866
        },
        {
            "start": 1136999868,
            "stop": 1136999899
        },
        {
            "start": 1136999900,
            "stop": 1136999938
        },
        {
            "start": 1136999940,
            "stop": 1136999949
        },
        {
            "start": 1136999951,
            "stop": 1136999961
        },
        {
            "start": 1136999963,
            "stop": 1136999970
        },
        {
            "start": 1136999972,
            "stop": 1136999981
        },
        {
            "start": 1136999983,
            "stop": 1136999991
        },
        {
            "start": 1136999993,
            "stop": 1137000050
        },
        {
            "start": 1137000052,
            "stop": 1137000061
        },
        {
            "start": 1137000063,
            "stop": 1137000072
        },
        {
            "start": 1137000074,
            "stop": 1137000106
        },
        {
            "start": 1137000108,
            "stop": 1137000117
        },
        {
            "start": 1137000119,
            "stop": 1137000139
        },
        {
            "start": 1137000141,
            "stop": 1137000172
        }
    ]
}