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=449
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=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=448",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 449,
    "results": [
        {
            "start": 827235588,
            "stop": 827235594
        },
        {
            "start": 827235603,
            "stop": 827235608
        },
        {
            "start": 827235612,
            "stop": 827235619
        },
        {
            "start": 827235627,
            "stop": 827235632
        },
        {
            "start": 827235645,
            "stop": 827235651
        },
        {
            "start": 827235665,
            "stop": 827235675
        },
        {
            "start": 827235679,
            "stop": 827235696
        },
        {
            "start": 827235703,
            "stop": 827235743
        },
        {
            "start": 827235752,
            "stop": 827235757
        },
        {
            "start": 827235776,
            "stop": 827235782
        },
        {
            "start": 827235795,
            "stop": 827235801
        },
        {
            "start": 827235805,
            "stop": 827235821
        },
        {
            "start": 827235825,
            "stop": 827235870
        },
        {
            "start": 827235888,
            "stop": 827235913
        },
        {
            "start": 827235926,
            "stop": 827235932
        },
        {
            "start": 827235936,
            "stop": 827235945
        },
        {
            "start": 827235952,
            "stop": 827235989
        },
        {
            "start": 827235994,
            "stop": 827236043
        },
        {
            "start": 827236071,
            "stop": 827236076
        },
        {
            "start": 827236090,
            "stop": 827236096
        }
    ]
}