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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=229",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 230,
    "results": [
        {
            "start": 820794616,
            "stop": 820796669
        },
        {
            "start": 820796672,
            "stop": 820801260
        },
        {
            "start": 820801263,
            "stop": 820803315
        },
        {
            "start": 820803318,
            "stop": 820803790
        },
        {
            "start": 820803794,
            "stop": 820804681
        },
        {
            "start": 820806310,
            "stop": 820821052
        },
        {
            "start": 820821055,
            "stop": 820826536
        },
        {
            "start": 820826539,
            "stop": 820827412
        },
        {
            "start": 820827415,
            "stop": 820827946
        },
        {
            "start": 820828434,
            "stop": 820836808
        },
        {
            "start": 820836811,
            "stop": 820837092
        },
        {
            "start": 820837095,
            "stop": 820842812
        },
        {
            "start": 820842815,
            "stop": 820845026
        },
        {
            "start": 820845030,
            "stop": 820845697
        },
        {
            "start": 820845700,
            "stop": 820847220
        },
        {
            "start": 820847223,
            "stop": 820847303
        },
        {
            "start": 820847728,
            "stop": 820848601
        },
        {
            "start": 820848604,
            "stop": 820849622
        },
        {
            "start": 820849625,
            "stop": 820851814
        },
        {
            "start": 820851818,
            "stop": 820853438
        }
    ]
}