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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=169",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 170,
    "results": [
        {
            "start": 820186303,
            "stop": 820186379
        },
        {
            "start": 820186386,
            "stop": 820186403
        },
        {
            "start": 820186410,
            "stop": 820186452
        },
        {
            "start": 820186459,
            "stop": 820186513
        },
        {
            "start": 820186537,
            "stop": 820186569
        },
        {
            "start": 820186576,
            "stop": 820186634
        },
        {
            "start": 820186642,
            "stop": 820186818
        },
        {
            "start": 820186826,
            "stop": 820187247
        },
        {
            "start": 820187255,
            "stop": 820187422
        },
        {
            "start": 820187429,
            "stop": 820187443
        },
        {
            "start": 820187451,
            "stop": 820187456
        },
        {
            "start": 820187469,
            "stop": 820187482
        },
        {
            "start": 820187489,
            "stop": 820187705
        },
        {
            "start": 820187713,
            "stop": 820187774
        },
        {
            "start": 820187782,
            "stop": 820187985
        },
        {
            "start": 820187992,
            "stop": 820188093
        },
        {
            "start": 820188106,
            "stop": 820188189
        },
        {
            "start": 820188196,
            "stop": 820188207
        },
        {
            "start": 820188214,
            "stop": 820188411
        },
        {
            "start": 820188419,
            "stop": 820188604
        }
    ]
}