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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=190",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 191,
    "results": [
        {
            "start": 841291459,
            "stop": 841296193
        },
        {
            "start": 841296220,
            "stop": 841296222
        },
        {
            "start": 841300396,
            "stop": 841304593
        },
        {
            "start": 841304614,
            "stop": 841304615
        },
        {
            "start": 841305373,
            "stop": 841316053
        },
        {
            "start": 841316098,
            "stop": 841316099
        },
        {
            "start": 841317134,
            "stop": 841322036
        },
        {
            "start": 841322422,
            "stop": 841325045
        },
        {
            "start": 841325593,
            "stop": 841344673
        },
        {
            "start": 841344708,
            "stop": 841344710
        },
        {
            "start": 841345067,
            "stop": 841380553
        },
        {
            "start": 841382074,
            "stop": 841386973
        },
        {
            "start": 841386988,
            "stop": 841386989
        },
        {
            "start": 841388188,
            "stop": 841405271
        },
        {
            "start": 841407399,
            "stop": 841411248
        },
        {
            "start": 841412207,
            "stop": 841412215
        },
        {
            "start": 841412393,
            "stop": 841415473
        },
        {
            "start": 841415484,
            "stop": 841415486
        },
        {
            "start": 841415537,
            "stop": 841466593
        },
        {
            "start": 841467823,
            "stop": 841473553
        }
    ]
}