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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9008",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9009,
    "results": [
        {
            "start": 874010454,
            "stop": 874011485
        },
        {
            "start": 874011504,
            "stop": 874011509
        },
        {
            "start": 874011528,
            "stop": 874011679
        },
        {
            "start": 874011702,
            "stop": 874012423
        },
        {
            "start": 874012440,
            "stop": 874012660
        },
        {
            "start": 874012679,
            "stop": 874012842
        },
        {
            "start": 874012861,
            "stop": 874013388
        },
        {
            "start": 874013405,
            "stop": 874013682
        },
        {
            "start": 874013699,
            "stop": 874013970
        },
        {
            "start": 874014930,
            "stop": 874014978
        },
        {
            "start": 874014998,
            "stop": 874015380
        },
        {
            "start": 874015513,
            "stop": 874015892
        },
        {
            "start": 874015911,
            "stop": 874016009
        },
        {
            "start": 874016029,
            "stop": 874016193
        },
        {
            "start": 874016409,
            "stop": 874018071
        },
        {
            "start": 874018108,
            "stop": 874018122
        },
        {
            "start": 874018159,
            "stop": 874018293
        },
        {
            "start": 874018313,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874020443
        },
        {
            "start": 874021020,
            "stop": 874021279
        }
    ]
}