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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=397",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 398,
    "results": [
        {
            "start": 825943231,
            "stop": 825943232
        },
        {
            "start": 825943238,
            "stop": 825943242
        },
        {
            "start": 825943245,
            "stop": 825943248
        },
        {
            "start": 825943251,
            "stop": 825943257
        },
        {
            "start": 825943260,
            "stop": 825943263
        },
        {
            "start": 825943266,
            "stop": 825943273
        },
        {
            "start": 825943278,
            "stop": 825943283
        },
        {
            "start": 825943286,
            "stop": 825943287
        },
        {
            "start": 825943292,
            "stop": 825943298
        },
        {
            "start": 825943302,
            "stop": 825943305
        },
        {
            "start": 825943309,
            "stop": 825943316
        },
        {
            "start": 825943319,
            "stop": 825943337
        },
        {
            "start": 825943341,
            "stop": 825943349
        },
        {
            "start": 825943352,
            "stop": 825943355
        },
        {
            "start": 825943360,
            "stop": 825943361
        },
        {
            "start": 825943364,
            "stop": 825943376
        },
        {
            "start": 825943384,
            "stop": 825943385
        },
        {
            "start": 825943388,
            "stop": 825943403
        },
        {
            "start": 825943406,
            "stop": 825943413
        },
        {
            "start": 825943416,
            "stop": 825943419
        }
    ]
}