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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=294",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 295,
    "results": [
        {
            "start": 821044011,
            "stop": 821044036
        },
        {
            "start": 821044040,
            "stop": 821044048
        },
        {
            "start": 821044057,
            "stop": 821044077
        },
        {
            "start": 821044165,
            "stop": 821044171
        },
        {
            "start": 821044179,
            "stop": 821044214
        },
        {
            "start": 821044218,
            "stop": 821044224
        },
        {
            "start": 821044228,
            "stop": 821044230
        },
        {
            "start": 821044321,
            "stop": 821044327
        },
        {
            "start": 821044335,
            "stop": 821044346
        },
        {
            "start": 821044365,
            "stop": 821044371
        },
        {
            "start": 821044374,
            "stop": 821044380
        },
        {
            "start": 821044388,
            "stop": 821044419
        },
        {
            "start": 821044423,
            "stop": 821044439
        },
        {
            "start": 821044443,
            "stop": 821044531
        },
        {
            "start": 821044534,
            "stop": 821044540
        },
        {
            "start": 821044559,
            "stop": 821044564
        },
        {
            "start": 821044568,
            "stop": 821044595
        },
        {
            "start": 821044599,
            "stop": 821044613
        },
        {
            "start": 821044616,
            "stop": 821044637
        },
        {
            "start": 821044641,
            "stop": 821044770
        }
    ]
}