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/L1_CBCHIGH_CAT4/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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=293",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 294,
    "results": [
        {
            "start": 931612082,
            "stop": 931612083
        },
        {
            "start": 931612088,
            "stop": 931612089
        },
        {
            "start": 931612095,
            "stop": 931612104
        },
        {
            "start": 931612107,
            "stop": 931612108
        },
        {
            "start": 931612112,
            "stop": 931612114
        },
        {
            "start": 931612116,
            "stop": 931612118
        },
        {
            "start": 931612120,
            "stop": 931612123
        },
        {
            "start": 931612127,
            "stop": 931612702
        },
        {
            "start": 931612704,
            "stop": 931612864
        },
        {
            "start": 931612882,
            "stop": 931612914
        },
        {
            "start": 931612916,
            "stop": 931612984
        },
        {
            "start": 931612986,
            "stop": 931613142
        },
        {
            "start": 931613160,
            "stop": 931613179
        },
        {
            "start": 931613197,
            "stop": 931613229
        },
        {
            "start": 931613247,
            "stop": 931613310
        },
        {
            "start": 931644305,
            "stop": 931645249
        },
        {
            "start": 931645267,
            "stop": 931651129
        },
        {
            "start": 931661314,
            "stop": 931661324
        },
        {
            "start": 931661428,
            "stop": 931661447
        },
        {
            "start": 931661500,
            "stop": 931661520
        }
    ]
}