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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=288",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 289,
    "results": [
        {
            "start": 822618961,
            "stop": 822618975
        },
        {
            "start": 822618982,
            "stop": 822619304
        },
        {
            "start": 822619485,
            "stop": 822619530
        },
        {
            "start": 822619537,
            "stop": 822620480
        },
        {
            "start": 822620487,
            "stop": 822620501
        },
        {
            "start": 822620509,
            "stop": 822620527
        },
        {
            "start": 822620534,
            "stop": 822620796
        },
        {
            "start": 822620809,
            "stop": 822620927
        },
        {
            "start": 822620934,
            "stop": 822621039
        },
        {
            "start": 822621047,
            "stop": 822621379
        },
        {
            "start": 822621455,
            "stop": 822621919
        },
        {
            "start": 822621933,
            "stop": 822622125
        },
        {
            "start": 822622132,
            "stop": 822622273
        },
        {
            "start": 822622605,
            "stop": 822622855
        },
        {
            "start": 822622862,
            "stop": 822623010
        },
        {
            "start": 822623018,
            "stop": 822623170
        },
        {
            "start": 822623177,
            "stop": 822623251
        },
        {
            "start": 822623258,
            "stop": 822623429
        },
        {
            "start": 822623436,
            "stop": 822623909
        },
        {
            "start": 822623916,
            "stop": 822623976
        }
    ]
}