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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=223",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 224,
    "results": [
        {
            "start": 820520340,
            "stop": 820520692
        },
        {
            "start": 820520699,
            "stop": 820520715
        },
        {
            "start": 820520723,
            "stop": 820520794
        },
        {
            "start": 820520801,
            "stop": 820520904
        },
        {
            "start": 820520915,
            "stop": 820520955
        },
        {
            "start": 820520962,
            "stop": 820521016
        },
        {
            "start": 820521037,
            "stop": 820521771
        },
        {
            "start": 820521783,
            "stop": 820522129
        },
        {
            "start": 820522136,
            "stop": 820522415
        },
        {
            "start": 820522422,
            "stop": 820522560
        },
        {
            "start": 820522568,
            "stop": 820522655
        },
        {
            "start": 820522662,
            "stop": 820522799
        },
        {
            "start": 820522806,
            "stop": 820522866
        },
        {
            "start": 820522873,
            "stop": 820522936
        },
        {
            "start": 820522943,
            "stop": 820523251
        },
        {
            "start": 820523258,
            "stop": 820523562
        },
        {
            "start": 820523569,
            "stop": 820523799
        },
        {
            "start": 820523806,
            "stop": 820523833
        },
        {
            "start": 820524922,
            "stop": 820525493
        },
        {
            "start": 820525500,
            "stop": 820525528
        }
    ]
}