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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=136",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 137,
    "results": [
        {
            "start": 818382493,
            "stop": 818382599
        },
        {
            "start": 818382607,
            "stop": 818382627
        },
        {
            "start": 818382635,
            "stop": 818383625
        },
        {
            "start": 818383692,
            "stop": 818383742
        },
        {
            "start": 818383750,
            "stop": 818383751
        },
        {
            "start": 818385632,
            "stop": 818391558
        },
        {
            "start": 818391582,
            "stop": 818393797
        },
        {
            "start": 818395604,
            "stop": 818398869
        },
        {
            "start": 818398913,
            "stop": 818409487
        },
        {
            "start": 818409494,
            "stop": 818409505
        },
        {
            "start": 818409512,
            "stop": 818409514
        },
        {
            "start": 818410639,
            "stop": 818416718
        },
        {
            "start": 818416726,
            "stop": 818416760
        },
        {
            "start": 818416776,
            "stop": 818416778
        },
        {
            "start": 818416803,
            "stop": 818416833
        },
        {
            "start": 818416847,
            "stop": 818416854
        },
        {
            "start": 818416862,
            "stop": 818416922
        },
        {
            "start": 818416937,
            "stop": 818417012
        },
        {
            "start": 818417020,
            "stop": 818417148
        },
        {
            "start": 818417156,
            "stop": 818417226
        }
    ]
}