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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=159",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 160,
    "results": [
        {
            "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
        },
        {
            "start": 1135055227,
            "stop": 1135055247
        },
        {
            "start": 1135055250,
            "stop": 1135055268
        },
        {
            "start": 1135055271,
            "stop": 1135055289
        }
    ]
}