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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=262",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 263,
    "results": [
        {
            "start": 1178176839,
            "stop": 1178176848
        },
        {
            "start": 1178176850,
            "stop": 1178176914
        },
        {
            "start": 1178176924,
            "stop": 1178176934
        },
        {
            "start": 1178176936,
            "stop": 1178177088
        },
        {
            "start": 1178177093,
            "stop": 1178177095
        },
        {
            "start": 1178177099,
            "stop": 1178177105
        },
        {
            "start": 1178177107,
            "stop": 1178177297
        },
        {
            "start": 1178177299,
            "stop": 1178177484
        },
        {
            "start": 1178177485,
            "stop": 1178177497
        },
        {
            "start": 1178177499,
            "stop": 1178177570
        },
        {
            "start": 1178177571,
            "stop": 1178177572
        },
        {
            "start": 1178177574,
            "stop": 1178177608
        },
        {
            "start": 1178177609,
            "stop": 1178177618
        },
        {
            "start": 1178177619,
            "stop": 1178177691
        },
        {
            "start": 1178177692,
            "stop": 1178189570
        },
        {
            "start": 1178189571,
            "stop": 1178190434
        },
        {
            "start": 1178190435,
            "stop": 1178190890
        },
        {
            "start": 1178190892,
            "stop": 1178190903
        },
        {
            "start": 1178190904,
            "stop": 1178191634
        },
        {
            "start": 1178191636,
            "stop": 1178192683
        }
    ]
}