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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=284",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 285,
    "results": [
        {
            "start": 931531256,
            "stop": 931531258
        },
        {
            "start": 931531261,
            "stop": 931531266
        },
        {
            "start": 931531270,
            "stop": 931531280
        },
        {
            "start": 931531282,
            "stop": 931531292
        },
        {
            "start": 931531294,
            "stop": 931531295
        },
        {
            "start": 931531303,
            "stop": 931531318
        },
        {
            "start": 931531319,
            "stop": 931531324
        },
        {
            "start": 931531326,
            "stop": 931531327
        },
        {
            "start": 931531331,
            "stop": 931531335
        },
        {
            "start": 931531336,
            "stop": 931531337
        },
        {
            "start": 931531339,
            "stop": 931531348
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533286
        },
        {
            "start": 931533288,
            "stop": 931533293
        },
        {
            "start": 931533294,
            "stop": 931533300
        },
        {
            "start": 931533302,
            "stop": 931533311
        },
        {
            "start": 931533316,
            "stop": 931533326
        },
        {
            "start": 931533328,
            "stop": 931533331
        },
        {
            "start": 931533332,
            "stop": 931533351
        },
        {
            "start": 931533352,
            "stop": 931533364
        }
    ]
}