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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=145",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 146,
    "results": [
        {
            "start": 1176726982,
            "stop": 1176727011
        },
        {
            "start": 1176727016,
            "stop": 1176727101
        },
        {
            "start": 1176727107,
            "stop": 1176727120
        },
        {
            "start": 1176727122,
            "stop": 1176727124
        },
        {
            "start": 1176727126,
            "stop": 1176727152
        },
        {
            "start": 1176727158,
            "stop": 1176727206
        },
        {
            "start": 1176727216,
            "stop": 1176727222
        },
        {
            "start": 1176727224,
            "stop": 1176727241
        },
        {
            "start": 1176727243,
            "stop": 1176727245
        },
        {
            "start": 1176727254,
            "stop": 1176727279
        },
        {
            "start": 1176727282,
            "stop": 1176727288
        },
        {
            "start": 1176727294,
            "stop": 1176727296
        },
        {
            "start": 1176727297,
            "stop": 1176727304
        },
        {
            "start": 1176727310,
            "stop": 1176727326
        },
        {
            "start": 1176727327,
            "stop": 1176727328
        },
        {
            "start": 1176727335,
            "stop": 1176727336
        },
        {
            "start": 1176727337,
            "stop": 1176727338
        },
        {
            "start": 1176727339,
            "stop": 1176727341
        },
        {
            "start": 1176727344,
            "stop": 1176727346
        },
        {
            "start": 1176727348,
            "stop": 1176727426
        }
    ]
}