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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=319",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 320,
    "results": [
        {
            "start": 855877751,
            "stop": 855880386
        },
        {
            "start": 855881028,
            "stop": 855881669
        },
        {
            "start": 855881673,
            "stop": 855901496
        },
        {
            "start": 855902474,
            "stop": 855939184
        },
        {
            "start": 855939193,
            "stop": 855939214
        },
        {
            "start": 855939218,
            "stop": 855940099
        },
        {
            "start": 855940103,
            "stop": 855940340
        },
        {
            "start": 855940344,
            "stop": 855940840
        },
        {
            "start": 855940843,
            "stop": 855940868
        },
        {
            "start": 855940872,
            "stop": 855940879
        },
        {
            "start": 855940888,
            "stop": 855943322
        },
        {
            "start": 855943327,
            "stop": 855943338
        },
        {
            "start": 855943342,
            "stop": 855943396
        },
        {
            "start": 855943400,
            "stop": 855943415
        },
        {
            "start": 855943419,
            "stop": 855943435
        },
        {
            "start": 855943439,
            "stop": 855943610
        },
        {
            "start": 855943615,
            "stop": 855943975
        },
        {
            "start": 855943979,
            "stop": 855947758
        },
        {
            "start": 855947762,
            "stop": 855948865
        },
        {
            "start": 855948869,
            "stop": 855948894
        }
    ]
}