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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=296",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 297,
    "results": [
        {
            "start": 931175328,
            "stop": 931175341
        },
        {
            "start": 931175342,
            "stop": 931175343
        },
        {
            "start": 931175346,
            "stop": 931175348
        },
        {
            "start": 931175350,
            "stop": 931175365
        },
        {
            "start": 931175367,
            "stop": 931175380
        },
        {
            "start": 931175381,
            "stop": 931175383
        },
        {
            "start": 931175385,
            "stop": 931175396
        },
        {
            "start": 931175397,
            "stop": 931175399
        },
        {
            "start": 931175402,
            "stop": 931175403
        },
        {
            "start": 931175404,
            "stop": 931175405
        },
        {
            "start": 931175406,
            "stop": 931175408
        },
        {
            "start": 931175410,
            "stop": 931175419
        },
        {
            "start": 931175420,
            "stop": 931175421
        },
        {
            "start": 931175423,
            "stop": 931175429
        },
        {
            "start": 931175430,
            "stop": 931175432
        },
        {
            "start": 931175433,
            "stop": 931175435
        },
        {
            "start": 931175436,
            "stop": 931175438
        },
        {
            "start": 931175440,
            "stop": 931175443
        },
        {
            "start": 931175444,
            "stop": 931175445
        },
        {
            "start": 931175446,
            "stop": 931175447
        }
    ]
}