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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=130",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 131,
    "results": [
        {
            "start": 820027819,
            "stop": 820027822
        },
        {
            "start": 820027825,
            "stop": 820027919
        },
        {
            "start": 820027922,
            "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
        },
        {
            "start": 820032733,
            "stop": 820032823
        },
        {
            "start": 820032826,
            "stop": 820032865
        },
        {
            "start": 820032868,
            "stop": 820033628
        },
        {
            "start": 820033631,
            "stop": 820033989
        },
        {
            "start": 820033992,
            "stop": 820034040
        }
    ]
}