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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=306",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 307,
    "results": [
        {
            "start": 1240424653,
            "stop": 1240424919
        },
        {
            "start": 1240424920,
            "stop": 1240425021
        },
        {
            "start": 1240425022,
            "stop": 1240425028
        },
        {
            "start": 1240425030,
            "stop": 1240425077
        },
        {
            "start": 1240425079,
            "stop": 1240425147
        },
        {
            "start": 1240425148,
            "stop": 1240425610
        },
        {
            "start": 1240546514,
            "stop": 1240547027
        },
        {
            "start": 1240547029,
            "stop": 1240547084
        },
        {
            "start": 1240547087,
            "stop": 1240547288
        },
        {
            "start": 1240547289,
            "stop": 1240548758
        },
        {
            "start": 1240548759,
            "stop": 1240549126
        },
        {
            "start": 1240549129,
            "stop": 1240549618
        },
        {
            "start": 1240549619,
            "stop": 1240549665
        },
        {
            "start": 1240549666,
            "stop": 1240549885
        },
        {
            "start": 1240549886,
            "stop": 1240550678
        },
        {
            "start": 1240550681,
            "stop": 1240550899
        },
        {
            "start": 1240550901,
            "stop": 1240551444
        },
        {
            "start": 1240551445,
            "stop": 1240551539
        },
        {
            "start": 1240551541,
            "stop": 1240551572
        },
        {
            "start": 1240551574,
            "stop": 1240551649
        }
    ]
}