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=5268
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=5269",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5267",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5268,
    "results": [
        {
            "start": 1137072440,
            "stop": 1137072456
        },
        {
            "start": 1137072461,
            "stop": 1137072500
        },
        {
            "start": 1137072502,
            "stop": 1137072507
        },
        {
            "start": 1137072509,
            "stop": 1137072511
        },
        {
            "start": 1137072513,
            "stop": 1137072546
        },
        {
            "start": 1137072548,
            "stop": 1137072730
        },
        {
            "start": 1137072732,
            "stop": 1137072733
        },
        {
            "start": 1137072737,
            "stop": 1137072780
        },
        {
            "start": 1137072782,
            "stop": 1137072846
        },
        {
            "start": 1137072848,
            "stop": 1137072865
        },
        {
            "start": 1137072867,
            "stop": 1137072868
        },
        {
            "start": 1137072870,
            "stop": 1137072915
        },
        {
            "start": 1137072917,
            "stop": 1137072919
        },
        {
            "start": 1137072921,
            "stop": 1137072923
        },
        {
            "start": 1137072925,
            "stop": 1137072927
        },
        {
            "start": 1137072929,
            "stop": 1137072944
        },
        {
            "start": 1137072946,
            "stop": 1137072982
        },
        {
            "start": 1137072984,
            "stop": 1137073047
        },
        {
            "start": 1137073049,
            "stop": 1137073054
        },
        {
            "start": 1137073056,
            "stop": 1137073064
        }
    ]
}