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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=293",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 294,
    "results": [
        {
            "start": 818238654,
            "stop": 818238655
        },
        {
            "start": 818238659,
            "stop": 818238664
        },
        {
            "start": 818238673,
            "stop": 818238674
        },
        {
            "start": 818238686,
            "stop": 818238687
        },
        {
            "start": 818238695,
            "stop": 818238696
        },
        {
            "start": 818238700,
            "stop": 818238703
        },
        {
            "start": 818238719,
            "stop": 818238721
        },
        {
            "start": 818238724,
            "stop": 818238728
        },
        {
            "start": 818238746,
            "stop": 818238748
        },
        {
            "start": 818238762,
            "stop": 818238766
        },
        {
            "start": 818238803,
            "stop": 818238805
        },
        {
            "start": 818238842,
            "stop": 818238843
        },
        {
            "start": 818238846,
            "stop": 818238848
        },
        {
            "start": 818238873,
            "stop": 818238874
        },
        {
            "start": 818238888,
            "stop": 818238889
        },
        {
            "start": 818238901,
            "stop": 818238905
        },
        {
            "start": 818238909,
            "stop": 818238912
        },
        {
            "start": 818238918,
            "stop": 818238919
        },
        {
            "start": 818238924,
            "stop": 818238926
        },
        {
            "start": 818238933,
            "stop": 818238935
        }
    ]
}