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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=170",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 171,
    "results": [
        {
            "start": 931137349,
            "stop": 931137352
        },
        {
            "start": 931137357,
            "stop": 931137362
        },
        {
            "start": 931137364,
            "stop": 931137367
        },
        {
            "start": 931137368,
            "stop": 931137369
        },
        {
            "start": 931137373,
            "stop": 931137374
        },
        {
            "start": 931137378,
            "stop": 931137379
        },
        {
            "start": 931137380,
            "stop": 931137387
        },
        {
            "start": 931137389,
            "stop": 931137390
        },
        {
            "start": 931137392,
            "stop": 931137397
        },
        {
            "start": 931137398,
            "stop": 931137400
        },
        {
            "start": 931137402,
            "stop": 931137404
        },
        {
            "start": 931137405,
            "stop": 931137407
        },
        {
            "start": 931137410,
            "stop": 931137411
        },
        {
            "start": 931137413,
            "stop": 931137418
        },
        {
            "start": 931137426,
            "stop": 931137430
        },
        {
            "start": 931137431,
            "stop": 931137436
        },
        {
            "start": 931137438,
            "stop": 931137443
        },
        {
            "start": 931137444,
            "stop": 931137447
        },
        {
            "start": 931137451,
            "stop": 931137453
        },
        {
            "start": 931137460,
            "stop": 931137462
        }
    ]
}