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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5240",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5241,
    "results": [
        {
            "start": 874388531,
            "stop": 874388629
        },
        {
            "start": 874388665,
            "stop": 874388757
        },
        {
            "start": 874391641,
            "stop": 874391659
        },
        {
            "start": 874391725,
            "stop": 874391785
        },
        {
            "start": 874391821,
            "stop": 874392426
        },
        {
            "start": 874392462,
            "stop": 874392539
        },
        {
            "start": 874392577,
            "stop": 874392929
        },
        {
            "start": 874392978,
            "stop": 874393348
        },
        {
            "start": 874393384,
            "stop": 874393414
        },
        {
            "start": 874393471,
            "stop": 874393532
        },
        {
            "start": 874393568,
            "stop": 874393575
        },
        {
            "start": 874393637,
            "stop": 874393704
        },
        {
            "start": 874393740,
            "stop": 874393772
        },
        {
            "start": 874393808,
            "stop": 874393860
        },
        {
            "start": 874393920,
            "stop": 874394230
        },
        {
            "start": 874394238,
            "stop": 874394397
        },
        {
            "start": 874398131,
            "stop": 874398472
        },
        {
            "start": 874398480,
            "stop": 874398819
        },
        {
            "start": 874398827,
            "stop": 874399296
        },
        {
            "start": 874399303,
            "stop": 874399564
        }
    ]
}