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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=262",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 263,
    "results": [
        {
            "start": 931469294,
            "stop": 931469296
        },
        {
            "start": 931469298,
            "stop": 931469301
        },
        {
            "start": 931469303,
            "stop": 931469315
        },
        {
            "start": 931469318,
            "stop": 931469328
        },
        {
            "start": 931469330,
            "stop": 931469333
        },
        {
            "start": 931469335,
            "stop": 931469337
        },
        {
            "start": 931469340,
            "stop": 931469344
        },
        {
            "start": 931469349,
            "stop": 931469351
        },
        {
            "start": 931469357,
            "stop": 931469362
        },
        {
            "start": 931469364,
            "stop": 931469365
        },
        {
            "start": 931469369,
            "stop": 931469370
        },
        {
            "start": 931469377,
            "stop": 931469380
        },
        {
            "start": 931469382,
            "stop": 931469393
        },
        {
            "start": 931469395,
            "stop": 931469398
        },
        {
            "start": 931469400,
            "stop": 931469402
        },
        {
            "start": 931469405,
            "stop": 931469409
        },
        {
            "start": 931469414,
            "stop": 931469427
        },
        {
            "start": 931469429,
            "stop": 931469441
        },
        {
            "start": 931469446,
            "stop": 931469449
        },
        {
            "start": 931469451,
            "stop": 931469453
        }
    ]
}