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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=292",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 293,
    "results": [
        {
            "start": 931724019,
            "stop": 931724022
        },
        {
            "start": 931724025,
            "stop": 931724026
        },
        {
            "start": 931724034,
            "stop": 931724037
        },
        {
            "start": 931724040,
            "stop": 931724041
        },
        {
            "start": 931724043,
            "stop": 931724047
        },
        {
            "start": 931724048,
            "stop": 931724049
        },
        {
            "start": 931724055,
            "stop": 931724056
        },
        {
            "start": 931724057,
            "stop": 931724059
        },
        {
            "start": 931724065,
            "stop": 931724067
        },
        {
            "start": 931724069,
            "stop": 931724070
        },
        {
            "start": 931724072,
            "stop": 931724082
        },
        {
            "start": 931724085,
            "stop": 931724117
        },
        {
            "start": 931724122,
            "stop": 931724125
        },
        {
            "start": 931724130,
            "stop": 931724138
        },
        {
            "start": 931724140,
            "stop": 931724141
        },
        {
            "start": 931724143,
            "stop": 931724149
        },
        {
            "start": 931724151,
            "stop": 931724158
        },
        {
            "start": 931724159,
            "stop": 931724161
        },
        {
            "start": 931724162,
            "stop": 931724164
        },
        {
            "start": 931724165,
            "stop": 931724172
        }
    ]
}