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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 193,
    "results": [
        {
            "start": 1126818220,
            "stop": 1126818286
        },
        {
            "start": 1126818288,
            "stop": 1126818298
        },
        {
            "start": 1126818299,
            "stop": 1126818300
        },
        {
            "start": 1126818301,
            "stop": 1126818302
        },
        {
            "start": 1126818304,
            "stop": 1126818336
        },
        {
            "start": 1126818338,
            "stop": 1126818370
        },
        {
            "start": 1126818371,
            "stop": 1126818405
        },
        {
            "start": 1126818407,
            "stop": 1126818409
        },
        {
            "start": 1126818413,
            "stop": 1126818416
        },
        {
            "start": 1126818420,
            "stop": 1126818427
        },
        {
            "start": 1126818429,
            "stop": 1126818430
        },
        {
            "start": 1126818432,
            "stop": 1126818437
        },
        {
            "start": 1126818499,
            "stop": 1126818557
        },
        {
            "start": 1126818679,
            "stop": 1126818737
        },
        {
            "start": 1126818917,
            "stop": 1126818925
        },
        {
            "start": 1126818927,
            "stop": 1126819229
        },
        {
            "start": 1126819230,
            "stop": 1126819248
        },
        {
            "start": 1126819250,
            "stop": 1126819263
        },
        {
            "start": 1126819264,
            "stop": 1126819271
        },
        {
            "start": 1126819272,
            "stop": 1126819299
        }
    ]
}