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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=159",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 160,
    "results": [
        {
            "start": 819798019,
            "stop": 819798750
        },
        {
            "start": 819798753,
            "stop": 819798867
        },
        {
            "start": 819798870,
            "stop": 819799563
        },
        {
            "start": 819799567,
            "stop": 819800104
        },
        {
            "start": 819800108,
            "stop": 819801811
        },
        {
            "start": 819802302,
            "stop": 819802435
        },
        {
            "start": 819802438,
            "stop": 819802619
        },
        {
            "start": 819802636,
            "stop": 819802674
        },
        {
            "start": 819803145,
            "stop": 819803856
        },
        {
            "start": 819803859,
            "stop": 819806556
        },
        {
            "start": 819806559,
            "stop": 819806597
        },
        {
            "start": 819806600,
            "stop": 819807329
        },
        {
            "start": 819807332,
            "stop": 819808268
        },
        {
            "start": 819808271,
            "stop": 819811542
        },
        {
            "start": 819811545,
            "stop": 819811865
        },
        {
            "start": 819811869,
            "stop": 819812695
        },
        {
            "start": 819812699,
            "stop": 819812927
        },
        {
            "start": 819812930,
            "stop": 819813272
        },
        {
            "start": 819813276,
            "stop": 819813476
        },
        {
            "start": 819813479,
            "stop": 819816258
        }
    ]
}