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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=238",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 239,
    "results": [
        {
            "start": 931163323,
            "stop": 931163324
        },
        {
            "start": 931163326,
            "stop": 931163341
        },
        {
            "start": 931163345,
            "stop": 931163348
        },
        {
            "start": 931163349,
            "stop": 931163353
        },
        {
            "start": 931163355,
            "stop": 931163358
        },
        {
            "start": 931163359,
            "stop": 931163361
        },
        {
            "start": 931163362,
            "stop": 931163367
        },
        {
            "start": 931163370,
            "stop": 931163371
        },
        {
            "start": 931163372,
            "stop": 931163373
        },
        {
            "start": 931163377,
            "stop": 931163379
        },
        {
            "start": 931163381,
            "stop": 931163382
        },
        {
            "start": 931163384,
            "stop": 931163386
        },
        {
            "start": 931163388,
            "stop": 931163397
        },
        {
            "start": 931163399,
            "stop": 931163400
        },
        {
            "start": 931163405,
            "stop": 931163406
        },
        {
            "start": 931163408,
            "stop": 931163409
        },
        {
            "start": 931163412,
            "stop": 931163413
        },
        {
            "start": 931163415,
            "stop": 931163416
        },
        {
            "start": 931163418,
            "stop": 931163424
        },
        {
            "start": 931163426,
            "stop": 931163427
        }
    ]
}