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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 184,
    "results": [
        {
            "start": 1176726668,
            "stop": 1176726904
        },
        {
            "start": 1176726910,
            "stop": 1176726964
        },
        {
            "start": 1176726970,
            "stop": 1176726975
        },
        {
            "start": 1176726976,
            "stop": 1176726977
        },
        {
            "start": 1176726978,
            "stop": 1176726980
        },
        {
            "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
        }
    ]
}