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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=224",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 225,
    "results": [
        {
            "start": 820526820,
            "stop": 820526865
        },
        {
            "start": 820526872,
            "stop": 820526899
        },
        {
            "start": 820526920,
            "stop": 820527046
        },
        {
            "start": 820527054,
            "stop": 820527104
        },
        {
            "start": 820527112,
            "stop": 820527127
        },
        {
            "start": 820527142,
            "stop": 820527418
        },
        {
            "start": 820527425,
            "stop": 820527660
        },
        {
            "start": 820527780,
            "stop": 820527840
        },
        {
            "start": 820527900,
            "stop": 820527982
        },
        {
            "start": 820527989,
            "stop": 820528134
        },
        {
            "start": 820528142,
            "stop": 820528176
        },
        {
            "start": 820528184,
            "stop": 820528282
        },
        {
            "start": 820528312,
            "stop": 820528358
        },
        {
            "start": 820528367,
            "stop": 820528539
        },
        {
            "start": 820528546,
            "stop": 820528753
        },
        {
            "start": 820537954,
            "stop": 820538275
        },
        {
            "start": 820538283,
            "stop": 820538371
        },
        {
            "start": 820538379,
            "stop": 820538452
        },
        {
            "start": 820538460,
            "stop": 820538536
        },
        {
            "start": 820538543,
            "stop": 820538558
        }
    ]
}