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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=32",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 33,
    "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": 820138405
        },
        {
            "start": 820138410,
            "stop": 820139413
        },
        {
            "start": 820139450,
            "stop": 820139451
        },
        {
            "start": 820139822,
            "stop": 820141573
        },
        {
            "start": 820141599,
            "stop": 820141600
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820143651,
            "stop": 820143653
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144403,
            "stop": 820144404
        },
        {
            "start": 820144497,
            "stop": 820147257
        },
        {
            "start": 820148015,
            "stop": 820148533
        },
        {
            "start": 820148562,
            "stop": 820148564
        }
    ]
}