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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=27",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 28,
    "results": [
        {
            "start": 931612014,
            "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": 931613330
        },
        {
            "start": 931613332,
            "stop": 931613342
        },
        {
            "start": 931613378,
            "stop": 931613413
        },
        {
            "start": 931644305,
            "stop": 931645249
        },
        {
            "start": 931645267,
            "stop": 931651129
        },
        {
            "start": 931661314,
            "stop": 931661324
        },
        {
            "start": 931661428,
            "stop": 931661447
        },
        {
            "start": 931661500,
            "stop": 931661520
        },
        {
            "start": 931661560,
            "stop": 931661563
        },
        {
            "start": 931661582,
            "stop": 931661595
        },
        {
            "start": 931661632,
            "stop": 931661640
        },
        {
            "start": 931661669,
            "stop": 931661683
        },
        {
            "start": 931661702,
            "stop": 931661735
        }
    ]
}