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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=266",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 267,
    "results": [
        {
            "start": 1178206030,
            "stop": 1178206162
        },
        {
            "start": 1178206164,
            "stop": 1178206192
        },
        {
            "start": 1178206193,
            "stop": 1178206242
        },
        {
            "start": 1178206243,
            "stop": 1178206263
        },
        {
            "start": 1178206264,
            "stop": 1178206567
        },
        {
            "start": 1178206569,
            "stop": 1178206668
        },
        {
            "start": 1178206670,
            "stop": 1178206910
        },
        {
            "start": 1178206911,
            "stop": 1178207646
        },
        {
            "start": 1178207647,
            "stop": 1178207860
        },
        {
            "start": 1178207864,
            "stop": 1178207866
        },
        {
            "start": 1178207867,
            "stop": 1178207947
        },
        {
            "start": 1178207951,
            "stop": 1178207952
        },
        {
            "start": 1178207954,
            "stop": 1178208039
        },
        {
            "start": 1178208042,
            "stop": 1178208043
        },
        {
            "start": 1178208045,
            "stop": 1178208595
        },
        {
            "start": 1178208597,
            "stop": 1178209031
        },
        {
            "start": 1178209135,
            "stop": 1178209576
        },
        {
            "start": 1178209578,
            "stop": 1178210962
        },
        {
            "start": 1178210963,
            "stop": 1178215006
        },
        {
            "start": 1178215008,
            "stop": 1178215397
        }
    ]
}