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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4592",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4593,
    "results": [
        {
            "start": 874073470,
            "stop": 874073516
        },
        {
            "start": 874073535,
            "stop": 874074155
        },
        {
            "start": 874074174,
            "stop": 874074867
        },
        {
            "start": 874074886,
            "stop": 874075001
        },
        {
            "start": 874075020,
            "stop": 874075051
        },
        {
            "start": 874075070,
            "stop": 874075079
        },
        {
            "start": 874075098,
            "stop": 874075265
        },
        {
            "start": 874075284,
            "stop": 874075403
        },
        {
            "start": 874075422,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874076022
        },
        {
            "start": 874076263,
            "stop": 874076539
        },
        {
            "start": 874076560,
            "stop": 874076663
        },
        {
            "start": 874076682,
            "stop": 874076822
        },
        {
            "start": 874076841,
            "stop": 874077477
        },
        {
            "start": 874077497,
            "stop": 874077587
        },
        {
            "start": 874077606,
            "stop": 874078097
        },
        {
            "start": 874078116,
            "stop": 874078138
        },
        {
            "start": 874078155,
            "stop": 874078473
        },
        {
            "start": 874078509,
            "stop": 874078562
        },
        {
            "start": 874078582,
            "stop": 874078687
        }
    ]
}