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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3522",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3523,
    "results": [
        {
            "start": 871469865,
            "stop": 871470021
        },
        {
            "start": 871470038,
            "stop": 871471597
        },
        {
            "start": 871471600,
            "stop": 871471833
        },
        {
            "start": 871471850,
            "stop": 871473268
        },
        {
            "start": 871473285,
            "stop": 871473871
        },
        {
            "start": 871473888,
            "stop": 871474259
        },
        {
            "start": 871474276,
            "stop": 871474449
        },
        {
            "start": 871474466,
            "stop": 871475386
        },
        {
            "start": 871475403,
            "stop": 871475414
        },
        {
            "start": 871475431,
            "stop": 871476055
        },
        {
            "start": 871476072,
            "stop": 871476970
        },
        {
            "start": 871476987,
            "stop": 871477360
        },
        {
            "start": 871477386,
            "stop": 871477731
        },
        {
            "start": 871477748,
            "stop": 871478039
        },
        {
            "start": 871478061,
            "stop": 871478523
        },
        {
            "start": 871478540,
            "stop": 871479711
        },
        {
            "start": 871479728,
            "stop": 871479862
        },
        {
            "start": 871479879,
            "stop": 871479945
        },
        {
            "start": 871479962,
            "stop": 871480934
        },
        {
            "start": 871480951,
            "stop": 871481139
        }
    ]
}