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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=222",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 223,
    "results": [
        {
            "start": 820516749,
            "stop": 820517370
        },
        {
            "start": 820517377,
            "stop": 820517567
        },
        {
            "start": 820517575,
            "stop": 820517644
        },
        {
            "start": 820517651,
            "stop": 820517889
        },
        {
            "start": 820517896,
            "stop": 820517963
        },
        {
            "start": 820517971,
            "stop": 820518083
        },
        {
            "start": 820518098,
            "stop": 820518126
        },
        {
            "start": 820518451,
            "stop": 820518490
        },
        {
            "start": 820518497,
            "stop": 820519106
        },
        {
            "start": 820519113,
            "stop": 820519267
        },
        {
            "start": 820519274,
            "stop": 820519351
        },
        {
            "start": 820519359,
            "stop": 820519388
        },
        {
            "start": 820519395,
            "stop": 820519414
        },
        {
            "start": 820519429,
            "stop": 820519675
        },
        {
            "start": 820519683,
            "stop": 820519778
        },
        {
            "start": 820519792,
            "stop": 820519888
        },
        {
            "start": 820519895,
            "stop": 820519917
        },
        {
            "start": 820519924,
            "stop": 820520147
        },
        {
            "start": 820520154,
            "stop": 820520173
        },
        {
            "start": 820520181,
            "stop": 820520333
        }
    ]
}