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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=36",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 37,
    "results": [
        {
            "start": 820104221,
            "stop": 820106703
        },
        {
            "start": 820107411,
            "stop": 820107853
        },
        {
            "start": 820111501,
            "stop": 820111753
        },
        {
            "start": 820113112,
            "stop": 820114033
        },
        {
            "start": 820114074,
            "stop": 820114075
        },
        {
            "start": 820114140,
            "stop": 820114171
        },
        {
            "start": 820114254,
            "stop": 820114258
        },
        {
            "start": 820117428,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820139413
        },
        {
            "start": 820139450,
            "stop": 820139451
        },
        {
            "start": 820139822,
            "stop": 820141573
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820143651,
            "stop": 820143653
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144497,
            "stop": 820147257
        },
        {
            "start": 820148015,
            "stop": 820148533
        },
        {
            "start": 820148562,
            "stop": 820148563
        },
        {
            "start": 820148760,
            "stop": 820148766
        },
        {
            "start": 820149460,
            "stop": 820150970
        },
        {
            "start": 820152273,
            "stop": 820157084
        }
    ]
}