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=6039
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=6040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6038",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6039,
    "results": [
        {
            "start": 873711923,
            "stop": 873712619
        },
        {
            "start": 873712622,
            "stop": 873714584
        },
        {
            "start": 873714585,
            "stop": 873714672
        },
        {
            "start": 873714673,
            "stop": 873714843
        },
        {
            "start": 873714844,
            "stop": 873715382
        },
        {
            "start": 873715384,
            "stop": 873715530
        },
        {
            "start": 873715532,
            "stop": 873715628
        },
        {
            "start": 873715631,
            "stop": 873715636
        },
        {
            "start": 873715639,
            "stop": 873715712
        },
        {
            "start": 873715715,
            "stop": 873715741
        },
        {
            "start": 873715746,
            "stop": 873715752
        },
        {
            "start": 873715753,
            "stop": 873715833
        },
        {
            "start": 873715835,
            "stop": 873715854
        },
        {
            "start": 873715857,
            "stop": 873715871
        },
        {
            "start": 873720958,
            "stop": 873720959
        },
        {
            "start": 873720970,
            "stop": 873720971
        },
        {
            "start": 873720978,
            "stop": 873720979
        },
        {
            "start": 873720981,
            "stop": 873720983
        },
        {
            "start": 873720984,
            "stop": 873720985
        },
        {
            "start": 873720995,
            "stop": 873720996
        }
    ]
}