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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=311",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 312,
    "results": [
        {
            "start": 822869087,
            "stop": 822869276
        },
        {
            "start": 822869283,
            "stop": 822869328
        },
        {
            "start": 822869335,
            "stop": 822869470
        },
        {
            "start": 822869477,
            "stop": 822869549
        },
        {
            "start": 822869557,
            "stop": 822869586
        },
        {
            "start": 822869594,
            "stop": 822869899
        },
        {
            "start": 822869906,
            "stop": 822869917
        },
        {
            "start": 822871937,
            "stop": 822872114
        },
        {
            "start": 822872121,
            "stop": 822872166
        },
        {
            "start": 822872174,
            "stop": 822872211
        },
        {
            "start": 822872353,
            "stop": 822872363
        },
        {
            "start": 822872370,
            "stop": 822872418
        },
        {
            "start": 822872440,
            "stop": 822872525
        },
        {
            "start": 822872533,
            "stop": 822872575
        },
        {
            "start": 822872584,
            "stop": 822872636
        },
        {
            "start": 822872643,
            "stop": 822872755
        },
        {
            "start": 822872762,
            "stop": 822872851
        },
        {
            "start": 822872858,
            "stop": 822872889
        },
        {
            "start": 822872896,
            "stop": 822873252
        },
        {
            "start": 822873259,
            "stop": 822873312
        }
    ]
}