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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=169",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 170,
    "results": [
        {
            "start": 819961618,
            "stop": 819961755
        },
        {
            "start": 819961758,
            "stop": 819962093
        },
        {
            "start": 819962096,
            "stop": 819962397
        },
        {
            "start": 819962400,
            "stop": 819962533
        },
        {
            "start": 819962537,
            "stop": 819962540
        },
        {
            "start": 819962543,
            "stop": 819962822
        },
        {
            "start": 819962825,
            "stop": 819962841
        },
        {
            "start": 819962844,
            "stop": 819962990
        },
        {
            "start": 819962994,
            "stop": 819962996
        },
        {
            "start": 819962999,
            "stop": 819963121
        },
        {
            "start": 819963124,
            "stop": 819963353
        },
        {
            "start": 819963356,
            "stop": 819963360
        },
        {
            "start": 819963363,
            "stop": 819963666
        },
        {
            "start": 819963670,
            "stop": 819963884
        },
        {
            "start": 819963888,
            "stop": 819964324
        },
        {
            "start": 819964327,
            "stop": 819964437
        },
        {
            "start": 819964441,
            "stop": 819964641
        },
        {
            "start": 819964645,
            "stop": 819964734
        },
        {
            "start": 819964737,
            "stop": 819964873
        },
        {
            "start": 819964876,
            "stop": 819964882
        }
    ]
}