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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33199",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33200,
    "results": [
        {
            "start": 970894342,
            "stop": 970894375
        },
        {
            "start": 970894376,
            "stop": 970894514
        },
        {
            "start": 970894515,
            "stop": 970894524
        },
        {
            "start": 970894525,
            "stop": 970894584
        },
        {
            "start": 970894585,
            "stop": 970894678
        },
        {
            "start": 970894679,
            "stop": 970894813
        },
        {
            "start": 970894816,
            "stop": 970894843
        },
        {
            "start": 970894844,
            "stop": 970895108
        },
        {
            "start": 970895109,
            "stop": 970895165
        },
        {
            "start": 970895166,
            "stop": 970895216
        },
        {
            "start": 970895217,
            "stop": 970895359
        },
        {
            "start": 970895365,
            "stop": 970895402
        },
        {
            "start": 970895403,
            "stop": 970895443
        },
        {
            "start": 970895446,
            "stop": 970895572
        },
        {
            "start": 970895573,
            "stop": 970895664
        },
        {
            "start": 970895667,
            "stop": 970895766
        },
        {
            "start": 970895767,
            "stop": 970895846
        },
        {
            "start": 970895847,
            "stop": 970895994
        },
        {
            "start": 970895997,
            "stop": 970896067
        },
        {
            "start": 970896068,
            "stop": 970896187
        }
    ]
}