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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=417",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 418,
    "results": [
        {
            "start": 821769857,
            "stop": 821769872
        },
        {
            "start": 821769879,
            "stop": 821769887
        },
        {
            "start": 821769893,
            "stop": 821769907
        },
        {
            "start": 821769910,
            "stop": 821769913
        },
        {
            "start": 821769917,
            "stop": 821769918
        },
        {
            "start": 821769924,
            "stop": 821769927
        },
        {
            "start": 821769930,
            "stop": 821769936
        },
        {
            "start": 821769939,
            "stop": 821769992
        },
        {
            "start": 821769998,
            "stop": 821770009
        },
        {
            "start": 821770012,
            "stop": 821770031
        },
        {
            "start": 821770036,
            "stop": 821770037
        },
        {
            "start": 821770042,
            "stop": 821770044
        },
        {
            "start": 821770051,
            "stop": 821770053
        },
        {
            "start": 821770056,
            "stop": 821770065
        },
        {
            "start": 821770070,
            "stop": 821770088
        },
        {
            "start": 821770091,
            "stop": 821770094
        },
        {
            "start": 821770099,
            "stop": 821770101
        },
        {
            "start": 821770112,
            "stop": 821770114
        },
        {
            "start": 821770117,
            "stop": 821770123
        },
        {
            "start": 821770126,
            "stop": 821770144
        }
    ]
}