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/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 22,
    "results": [
        {
            "start": 1399614996,
            "stop": 1399621725
        },
        {
            "start": 1399621731,
            "stop": 1399635047
        },
        {
            "start": 1399635053,
            "stop": 1399649874
        },
        {
            "start": 1399653787,
            "stop": 1399653961
        },
        {
            "start": 1399654584,
            "stop": 1399658668
        },
        {
            "start": 1399658675,
            "stop": 1399665858
        },
        {
            "start": 1399665863,
            "stop": 1399668908
        },
        {
            "start": 1399668915,
            "stop": 1399676678
        },
        {
            "start": 1399676683,
            "stop": 1399680184
        },
        {
            "start": 1399680190,
            "stop": 1399680584
        },
        {
            "start": 1399715855,
            "stop": 1399728835
        },
        {
            "start": 1399728842,
            "stop": 1399731733
        },
        {
            "start": 1399753166,
            "stop": 1399756171
        },
        {
            "start": 1399756178,
            "stop": 1399756563
        },
        {
            "start": 1399756568,
            "stop": 1399757030
        },
        {
            "start": 1399757037,
            "stop": 1399757959
        },
        {
            "start": 1399757966,
            "stop": 1399759083
        },
        {
            "start": 1399759086,
            "stop": 1399763320
        },
        {
            "start": 1399763325,
            "stop": 1399764011
        },
        {
            "start": 1399764016,
            "stop": 1399765356
        }
    ]
}