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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=154",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 155,
    "results": [
        {
            "start": 931135333,
            "stop": 931135338
        },
        {
            "start": 931135339,
            "stop": 931135341
        },
        {
            "start": 931135342,
            "stop": 931135344
        },
        {
            "start": 931135345,
            "stop": 931135346
        },
        {
            "start": 931135352,
            "stop": 931135354
        },
        {
            "start": 931135356,
            "stop": 931135357
        },
        {
            "start": 931135359,
            "stop": 931135361
        },
        {
            "start": 931135363,
            "stop": 931135367
        },
        {
            "start": 931135369,
            "stop": 931135370
        },
        {
            "start": 931135371,
            "stop": 931135374
        },
        {
            "start": 931135375,
            "stop": 931135376
        },
        {
            "start": 931135377,
            "stop": 931135384
        },
        {
            "start": 931135385,
            "stop": 931135388
        },
        {
            "start": 931135390,
            "stop": 931135392
        },
        {
            "start": 931135393,
            "stop": 931135398
        },
        {
            "start": 931135400,
            "stop": 931135402
        },
        {
            "start": 931135407,
            "stop": 931135408
        },
        {
            "start": 931135409,
            "stop": 931135412
        },
        {
            "start": 931135413,
            "stop": 931135414
        },
        {
            "start": 931135415,
            "stop": 931135417
        }
    ]
}