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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=320",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 321,
    "results": [
        {
            "start": 822639850,
            "stop": 822639853
        },
        {
            "start": 822639913,
            "stop": 822640168
        },
        {
            "start": 822640171,
            "stop": 822640283
        },
        {
            "start": 822640287,
            "stop": 822640576
        },
        {
            "start": 822640749,
            "stop": 822641199
        },
        {
            "start": 822641202,
            "stop": 822641323
        },
        {
            "start": 822641326,
            "stop": 822641653
        },
        {
            "start": 822641757,
            "stop": 822642427
        },
        {
            "start": 822642430,
            "stop": 822642546
        },
        {
            "start": 822642549,
            "stop": 822642722
        },
        {
            "start": 822642726,
            "stop": 822642759
        },
        {
            "start": 822642762,
            "stop": 822642778
        },
        {
            "start": 822642781,
            "stop": 822643591
        },
        {
            "start": 822643594,
            "stop": 822643871
        },
        {
            "start": 822643875,
            "stop": 822644048
        },
        {
            "start": 822644051,
            "stop": 822644198
        },
        {
            "start": 822644201,
            "stop": 822644340
        },
        {
            "start": 822644460,
            "stop": 822644512
        },
        {
            "start": 822644515,
            "stop": 822644853
        },
        {
            "start": 822644857,
            "stop": 822644886
        }
    ]
}