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=4632
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=4633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4631",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4632,
    "results": [
        {
            "start": 874235512,
            "stop": 874235646
        },
        {
            "start": 874235669,
            "stop": 874236124
        },
        {
            "start": 874236143,
            "stop": 874236250
        },
        {
            "start": 874236269,
            "stop": 874236316
        },
        {
            "start": 874236335,
            "stop": 874236406
        },
        {
            "start": 874236425,
            "stop": 874236441
        },
        {
            "start": 874236553,
            "stop": 874236563
        },
        {
            "start": 874236597,
            "stop": 874236691
        },
        {
            "start": 874236711,
            "stop": 874236740
        },
        {
            "start": 874236762,
            "stop": 874236858
        },
        {
            "start": 874236877,
            "stop": 874237039
        },
        {
            "start": 874237076,
            "stop": 874237139
        },
        {
            "start": 874237158,
            "stop": 874237242
        },
        {
            "start": 874237261,
            "stop": 874237520
        },
        {
            "start": 874237539,
            "stop": 874237555
        },
        {
            "start": 874237575,
            "stop": 874237603
        },
        {
            "start": 874237625,
            "stop": 874237854
        },
        {
            "start": 874237888,
            "stop": 874238024
        },
        {
            "start": 874238043,
            "stop": 874238099
        },
        {
            "start": 874238139,
            "stop": 874238148
        }
    ]
}