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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=82",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 83,
    "results": [
        {
            "start": 825750502,
            "stop": 825764349
        },
        {
            "start": 825766094,
            "stop": 825770400
        },
        {
            "start": 825772269,
            "stop": 825781374
        },
        {
            "start": 825781484,
            "stop": 825782003
        },
        {
            "start": 825782303,
            "stop": 825782408
        },
        {
            "start": 825821123,
            "stop": 825822791
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825841312
        },
        {
            "start": 825841612,
            "stop": 825869170
        },
        {
            "start": 825869172,
            "stop": 825873487
        },
        {
            "start": 825877604,
            "stop": 825880411
        },
        {
            "start": 825882309,
            "stop": 825882524
        },
        {
            "start": 825882824,
            "stop": 825889324
        },
        {
            "start": 825895472,
            "stop": 825897062
        },
        {
            "start": 825897362,
            "stop": 825898706
        },
        {
            "start": 825899536,
            "stop": 825899859
        },
        {
            "start": 825900522,
            "stop": 825900781
        },
        {
            "start": 825900891,
            "stop": 825903157
        },
        {
            "start": 825903457,
            "stop": 825904459
        },
        {
            "start": 825904569,
            "stop": 825904591
        }
    ]
}