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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=226",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 227,
    "results": [
        {
            "start": 931161614,
            "stop": 931161615
        },
        {
            "start": 931161976,
            "stop": 931161979
        },
        {
            "start": 931161982,
            "stop": 931161983
        },
        {
            "start": 931161993,
            "stop": 931161997
        },
        {
            "start": 931161998,
            "stop": 931162004
        },
        {
            "start": 931162005,
            "stop": 931162006
        },
        {
            "start": 931162008,
            "stop": 931162016
        },
        {
            "start": 931162018,
            "stop": 931162019
        },
        {
            "start": 931162020,
            "stop": 931162021
        },
        {
            "start": 931162025,
            "stop": 931162026
        },
        {
            "start": 931162029,
            "stop": 931162030
        },
        {
            "start": 931162031,
            "stop": 931162036
        },
        {
            "start": 931162037,
            "stop": 931162049
        },
        {
            "start": 931162051,
            "stop": 931162054
        },
        {
            "start": 931162056,
            "stop": 931162059
        },
        {
            "start": 931162060,
            "stop": 931162061
        },
        {
            "start": 931162062,
            "stop": 931162064
        },
        {
            "start": 931162066,
            "stop": 931162067
        },
        {
            "start": 931162069,
            "stop": 931162079
        },
        {
            "start": 931162080,
            "stop": 931162081
        }
    ]
}