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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5973",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5974,
    "results": [
        {
            "start": 873296892,
            "stop": 873297208
        },
        {
            "start": 873297211,
            "stop": 873297378
        },
        {
            "start": 873297379,
            "stop": 873297400
        },
        {
            "start": 873297401,
            "stop": 873297607
        },
        {
            "start": 873297609,
            "stop": 873297744
        },
        {
            "start": 873297748,
            "stop": 873297807
        },
        {
            "start": 873297808,
            "stop": 873297888
        },
        {
            "start": 873297889,
            "stop": 873297911
        },
        {
            "start": 873297912,
            "stop": 873297953
        },
        {
            "start": 873297954,
            "stop": 873297980
        },
        {
            "start": 873297982,
            "stop": 873298100
        },
        {
            "start": 873298101,
            "stop": 873298436
        },
        {
            "start": 873298437,
            "stop": 873298503
        },
        {
            "start": 873298504,
            "stop": 873298897
        },
        {
            "start": 873298898,
            "stop": 873298909
        },
        {
            "start": 873298910,
            "stop": 873298983
        },
        {
            "start": 873298985,
            "stop": 873299277
        },
        {
            "start": 873299278,
            "stop": 873299381
        },
        {
            "start": 873299382,
            "stop": 873299580
        },
        {
            "start": 873299581,
            "stop": 873300006
        }
    ]
}