Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1030
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1031",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1029",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1030,
    "results": [
        {
            "start": 1135054946,
            "stop": 1135054952
        },
        {
            "start": 1135054955,
            "stop": 1135054959
        },
        {
            "start": 1135054962,
            "stop": 1135054964
        },
        {
            "start": 1135054967,
            "stop": 1135054970
        },
        {
            "start": 1135054973,
            "stop": 1135054978
        },
        {
            "start": 1135054981,
            "stop": 1135054999
        },
        {
            "start": 1135055002,
            "stop": 1135055004
        },
        {
            "start": 1135055007,
            "stop": 1135055010
        },
        {
            "start": 1135055013,
            "stop": 1135055017
        },
        {
            "start": 1135055020,
            "stop": 1135055030
        },
        {
            "start": 1135055033,
            "stop": 1135055042
        },
        {
            "start": 1135055045,
            "stop": 1135055061
        },
        {
            "start": 1135055064,
            "stop": 1135055123
        },
        {
            "start": 1135055126,
            "stop": 1135055128
        },
        {
            "start": 1135055134,
            "stop": 1135055153
        },
        {
            "start": 1135055156,
            "stop": 1135055160
        },
        {
            "start": 1135055163,
            "stop": 1135055173
        },
        {
            "start": 1135055176,
            "stop": 1135055190
        },
        {
            "start": 1135055194,
            "stop": 1135055212
        },
        {
            "start": 1135055215,
            "stop": 1135055224
        }
    ]
}