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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=186",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 187,
    "results": [
        {
            "start": 1176949183,
            "stop": 1176949194
        },
        {
            "start": 1176949197,
            "stop": 1176949220
        },
        {
            "start": 1176949223,
            "stop": 1176949240
        },
        {
            "start": 1176949243,
            "stop": 1176949245
        },
        {
            "start": 1176949247,
            "stop": 1176949248
        },
        {
            "start": 1176949249,
            "stop": 1176949302
        },
        {
            "start": 1176949304,
            "stop": 1176949307
        },
        {
            "start": 1176949308,
            "stop": 1176949353
        },
        {
            "start": 1176949355,
            "stop": 1176949367
        },
        {
            "start": 1176949368,
            "stop": 1176949374
        },
        {
            "start": 1176949377,
            "stop": 1176949379
        },
        {
            "start": 1176949380,
            "stop": 1176949386
        },
        {
            "start": 1176949389,
            "stop": 1176949390
        },
        {
            "start": 1176949395,
            "stop": 1176949429
        },
        {
            "start": 1176949431,
            "stop": 1176949432
        },
        {
            "start": 1176949435,
            "stop": 1176949470
        },
        {
            "start": 1176949483,
            "stop": 1176949513
        },
        {
            "start": 1176949514,
            "stop": 1176949517
        },
        {
            "start": 1176949523,
            "stop": 1176949552
        },
        {
            "start": 1176949557,
            "stop": 1176949581
        }
    ]
}