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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3638",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3636",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3637,
    "results": [
        {
            "start": 970540347,
            "stop": 970540491
        },
        {
            "start": 970540492,
            "stop": 970540592
        },
        {
            "start": 970540598,
            "stop": 970540614
        },
        {
            "start": 970540620,
            "stop": 970540743
        },
        {
            "start": 970540746,
            "stop": 970541168
        },
        {
            "start": 970541174,
            "stop": 970541205
        },
        {
            "start": 970541211,
            "stop": 970541352
        },
        {
            "start": 970541355,
            "stop": 970541789
        },
        {
            "start": 970541792,
            "stop": 970541992
        },
        {
            "start": 970541998,
            "stop": 970542002
        },
        {
            "start": 970542008,
            "stop": 970542013
        },
        {
            "start": 970542019,
            "stop": 970542026
        },
        {
            "start": 970542032,
            "stop": 970542039
        },
        {
            "start": 970542042,
            "stop": 970542060
        },
        {
            "start": 970542063,
            "stop": 970542068
        },
        {
            "start": 970542074,
            "stop": 970542082
        },
        {
            "start": 970542091,
            "stop": 970542130
        },
        {
            "start": 970542140,
            "stop": 970542268
        },
        {
            "start": 970542269,
            "stop": 970543054
        },
        {
            "start": 970543064,
            "stop": 970543189
        }
    ]
}