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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=319",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 320,
    "results": [
        {
            "start": 822931144,
            "stop": 822931301
        },
        {
            "start": 822931308,
            "stop": 822931342
        },
        {
            "start": 822931528,
            "stop": 822932419
        },
        {
            "start": 822932524,
            "stop": 822932679
        },
        {
            "start": 822932686,
            "stop": 822932690
        },
        {
            "start": 822932770,
            "stop": 822934539
        },
        {
            "start": 822934546,
            "stop": 822935100
        },
        {
            "start": 822935160,
            "stop": 822936355
        },
        {
            "start": 822936979,
            "stop": 822936997
        },
        {
            "start": 822937008,
            "stop": 822937110
        },
        {
            "start": 822937117,
            "stop": 822937336
        },
        {
            "start": 822937343,
            "stop": 822937670
        },
        {
            "start": 822937750,
            "stop": 822937970
        },
        {
            "start": 822938050,
            "stop": 822938150
        },
        {
            "start": 822938290,
            "stop": 822938990
        },
        {
            "start": 822939190,
            "stop": 822939481
        },
        {
            "start": 822939488,
            "stop": 822939564
        },
        {
            "start": 822939571,
            "stop": 822940020
        },
        {
            "start": 822940330,
            "stop": 822940872
        },
        {
            "start": 822940880,
            "stop": 822940946
        }
    ]
}