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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=193",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 194,
    "results": [
        {
            "start": 820002595,
            "stop": 820002609
        },
        {
            "start": 820002612,
            "stop": 820002661
        },
        {
            "start": 820026973,
            "stop": 820027322
        },
        {
            "start": 820027325,
            "stop": 820027816
        },
        {
            "start": 820027819,
            "stop": 820027822
        },
        {
            "start": 820027825,
            "stop": 820027919
        },
        {
            "start": 820027922,
            "stop": 820027960
        },
        {
            "start": 820028080,
            "stop": 820028176
        },
        {
            "start": 820028179,
            "stop": 820028385
        },
        {
            "start": 820028389,
            "stop": 820028391
        },
        {
            "start": 820028394,
            "stop": 820028459
        },
        {
            "start": 820028476,
            "stop": 820028786
        },
        {
            "start": 820028789,
            "stop": 820029078
        },
        {
            "start": 820029081,
            "stop": 820029880
        },
        {
            "start": 820029883,
            "stop": 820030091
        },
        {
            "start": 820030094,
            "stop": 820030394
        },
        {
            "start": 820030397,
            "stop": 820030613
        },
        {
            "start": 820030617,
            "stop": 820031215
        },
        {
            "start": 820031218,
            "stop": 820032588
        },
        {
            "start": 820032591,
            "stop": 820032730
        }
    ]
}