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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=95",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 96,
    "results": [
        {
            "start": 816909327,
            "stop": 816909466
        },
        {
            "start": 816909517,
            "stop": 816909523
        },
        {
            "start": 816909602,
            "stop": 816909605
        },
        {
            "start": 816909625,
            "stop": 816909628
        },
        {
            "start": 816909648,
            "stop": 816909701
        },
        {
            "start": 816909744,
            "stop": 816909794
        },
        {
            "start": 816909859,
            "stop": 816909961
        },
        {
            "start": 816910023,
            "stop": 816910061
        },
        {
            "start": 816910081,
            "stop": 816910107
        },
        {
            "start": 816910152,
            "stop": 816910215
        },
        {
            "start": 816910235,
            "stop": 816910246
        },
        {
            "start": 816910291,
            "stop": 816910300
        },
        {
            "start": 816910303,
            "stop": 816910346
        },
        {
            "start": 816910403,
            "stop": 816910495
        },
        {
            "start": 816910537,
            "stop": 816910599
        },
        {
            "start": 816910619,
            "stop": 816910643
        },
        {
            "start": 816910726,
            "stop": 816910729
        },
        {
            "start": 816910849,
            "stop": 816910865
        },
        {
            "start": 816910885,
            "stop": 816910891
        },
        {
            "start": 816910935,
            "stop": 816910980
        }
    ]
}