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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7452",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7450",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7451,
    "results": [
        {
            "start": 970054328,
            "stop": 970054700
        },
        {
            "start": 970054706,
            "stop": 970054999
        },
        {
            "start": 970055005,
            "stop": 970055537
        },
        {
            "start": 970055543,
            "stop": 970055952
        },
        {
            "start": 970055958,
            "stop": 970056201
        },
        {
            "start": 970056207,
            "stop": 970056619
        },
        {
            "start": 970056625,
            "stop": 970056831
        },
        {
            "start": 970056842,
            "stop": 970057040
        },
        {
            "start": 970057046,
            "stop": 970057055
        },
        {
            "start": 970057061,
            "stop": 970057077
        },
        {
            "start": 970057083,
            "stop": 970057084
        },
        {
            "start": 970057090,
            "stop": 970057176
        },
        {
            "start": 970057179,
            "stop": 970057377
        },
        {
            "start": 970057380,
            "stop": 970057426
        },
        {
            "start": 970057432,
            "stop": 970057912
        },
        {
            "start": 970057915,
            "stop": 970057926
        },
        {
            "start": 970057929,
            "stop": 970057970
        },
        {
            "start": 970057973,
            "stop": 970058032
        },
        {
            "start": 970058035,
            "stop": 970058132
        },
        {
            "start": 970058135,
            "stop": 970058242
        }
    ]
}