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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=144",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 145,
    "results": [
        {
            "start": 819721218,
            "stop": 819721856
        },
        {
            "start": 819721864,
            "stop": 819721933
        },
        {
            "start": 819721940,
            "stop": 819722235
        },
        {
            "start": 819722242,
            "stop": 819722449
        },
        {
            "start": 819722456,
            "stop": 819722720
        },
        {
            "start": 819722727,
            "stop": 819723105
        },
        {
            "start": 819723113,
            "stop": 819723137
        },
        {
            "start": 819723144,
            "stop": 819723239
        },
        {
            "start": 819723246,
            "stop": 819723286
        },
        {
            "start": 819723293,
            "stop": 819723318
        },
        {
            "start": 819723325,
            "stop": 819723752
        },
        {
            "start": 819723766,
            "stop": 819723823
        },
        {
            "start": 819724004,
            "stop": 819724062
        },
        {
            "start": 819724070,
            "stop": 819724120
        },
        {
            "start": 819724127,
            "stop": 819724230
        },
        {
            "start": 819724237,
            "stop": 819724245
        },
        {
            "start": 819724252,
            "stop": 819724261
        },
        {
            "start": 819724268,
            "stop": 819724337
        },
        {
            "start": 819724344,
            "stop": 819724404
        },
        {
            "start": 819724411,
            "stop": 819724462
        }
    ]
}