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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=217",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 218,
    "results": [
        {
            "start": 820204405,
            "stop": 820204407
        },
        {
            "start": 820204410,
            "stop": 820204414
        },
        {
            "start": 820204417,
            "stop": 820204467
        },
        {
            "start": 820204470,
            "stop": 820204478
        },
        {
            "start": 820204481,
            "stop": 820204511
        },
        {
            "start": 820204514,
            "stop": 820204523
        },
        {
            "start": 820204527,
            "stop": 820204529
        },
        {
            "start": 820204532,
            "stop": 820204536
        },
        {
            "start": 820204539,
            "stop": 820204711
        },
        {
            "start": 820204714,
            "stop": 820204730
        },
        {
            "start": 820204733,
            "stop": 820204735
        },
        {
            "start": 820204738,
            "stop": 820204807
        },
        {
            "start": 820204810,
            "stop": 820204812
        },
        {
            "start": 820204815,
            "stop": 820204859
        },
        {
            "start": 820204979,
            "stop": 820205058
        },
        {
            "start": 820205061,
            "stop": 820205063
        },
        {
            "start": 820205066,
            "stop": 820205108
        },
        {
            "start": 820205112,
            "stop": 820205114
        },
        {
            "start": 820205117,
            "stop": 820205121
        },
        {
            "start": 820205125,
            "stop": 820205162
        }
    ]
}