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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=359",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 360,
    "results": [
        {
            "start": 825050429,
            "stop": 825050452
        },
        {
            "start": 825050531,
            "stop": 825050901
        },
        {
            "start": 825051185,
            "stop": 825051186
        },
        {
            "start": 825051378,
            "stop": 825052093
        },
        {
            "start": 825052101,
            "stop": 825054094
        },
        {
            "start": 825054101,
            "stop": 825062970
        },
        {
            "start": 825062984,
            "stop": 825063417
        },
        {
            "start": 825063424,
            "stop": 825067245
        },
        {
            "start": 825067252,
            "stop": 825076531
        },
        {
            "start": 825076538,
            "stop": 825078428
        },
        {
            "start": 825078435,
            "stop": 825079498
        },
        {
            "start": 825079505,
            "stop": 825080741
        },
        {
            "start": 825080748,
            "stop": 825081788
        },
        {
            "start": 825081795,
            "stop": 825081980
        },
        {
            "start": 825081987,
            "stop": 825082174
        },
        {
            "start": 825082181,
            "stop": 825082553
        },
        {
            "start": 825082561,
            "stop": 825082700
        },
        {
            "start": 825082707,
            "stop": 825082949
        },
        {
            "start": 825082956,
            "stop": 825083061
        },
        {
            "start": 825083068,
            "stop": 825083460
        }
    ]
}