Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=115
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=114",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 115,
    "results": [
        {
            "start": 825933967,
            "stop": 825935923
        },
        {
            "start": 825935925,
            "stop": 825935936
        },
        {
            "start": 825935937,
            "stop": 825936002
        },
        {
            "start": 825936003,
            "stop": 825936063
        },
        {
            "start": 825936064,
            "stop": 825936085
        },
        {
            "start": 825936087,
            "stop": 825936110
        },
        {
            "start": 825936113,
            "stop": 825936122
        },
        {
            "start": 825940191,
            "stop": 825940223
        },
        {
            "start": 825940225,
            "stop": 825940561
        },
        {
            "start": 825940563,
            "stop": 825943774
        },
        {
            "start": 825943776,
            "stop": 825943777
        },
        {
            "start": 825943779,
            "stop": 825943780
        },
        {
            "start": 825945429,
            "stop": 825946335
        },
        {
            "start": 825946336,
            "stop": 825947253
        },
        {
            "start": 825989616,
            "stop": 825989699
        },
        {
            "start": 826000845,
            "stop": 826003295
        },
        {
            "start": 826003297,
            "stop": 826003404
        },
        {
            "start": 826003406,
            "stop": 826003415
        },
        {
            "start": 826005472,
            "stop": 826006234
        },
        {
            "start": 826007969,
            "stop": 826008023
        }
    ]
}