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=976
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=977",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=975",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 976,
    "results": [
        {
            "start": 1134864026,
            "stop": 1134864031
        },
        {
            "start": 1134864043,
            "stop": 1134864047
        },
        {
            "start": 1134864056,
            "stop": 1134864060
        },
        {
            "start": 1134864065,
            "stop": 1134864068
        },
        {
            "start": 1134864071,
            "stop": 1134864073
        },
        {
            "start": 1134864091,
            "stop": 1134864095
        },
        {
            "start": 1134864102,
            "stop": 1134864104
        },
        {
            "start": 1134864118,
            "stop": 1134864304
        },
        {
            "start": 1134864308,
            "stop": 1134864311
        },
        {
            "start": 1134864332,
            "stop": 1134864333
        },
        {
            "start": 1134864338,
            "stop": 1134864342
        },
        {
            "start": 1134864345,
            "stop": 1134864346
        },
        {
            "start": 1134864349,
            "stop": 1134864351
        },
        {
            "start": 1134864354,
            "stop": 1134864355
        },
        {
            "start": 1134864368,
            "stop": 1134866482
        },
        {
            "start": 1134866489,
            "stop": 1134866491
        },
        {
            "start": 1134866511,
            "stop": 1134866516
        },
        {
            "start": 1134866523,
            "stop": 1134866525
        },
        {
            "start": 1134866533,
            "stop": 1134866535
        },
        {
            "start": 1134866538,
            "stop": 1134866541
        }
    ]
}