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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2985",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2986,
    "results": [
        {
            "start": 861653676,
            "stop": 861653940
        },
        {
            "start": 861654000,
            "stop": 861654470
        },
        {
            "start": 861654770,
            "stop": 861659460
        },
        {
            "start": 861659520,
            "stop": 861659580
        },
        {
            "start": 861659640,
            "stop": 861661020
        },
        {
            "start": 861661080,
            "stop": 861662266
        },
        {
            "start": 861662269,
            "stop": 861662640
        },
        {
            "start": 861662700,
            "stop": 861663120
        },
        {
            "start": 861663180,
            "stop": 861666360
        },
        {
            "start": 861666420,
            "stop": 861666600
        },
        {
            "start": 861666660,
            "stop": 861666780
        },
        {
            "start": 861666900,
            "stop": 861667260
        },
        {
            "start": 861667380,
            "stop": 861669120
        },
        {
            "start": 861669240,
            "stop": 861670203
        },
        {
            "start": 861670205,
            "stop": 861670440
        },
        {
            "start": 861670500,
            "stop": 861675720
        },
        {
            "start": 861675840,
            "stop": 861685301
        },
        {
            "start": 861685304,
            "stop": 861693093
        },
        {
            "start": 861693562,
            "stop": 861697400
        },
        {
            "start": 861697403,
            "stop": 861708120
        }
    ]
}