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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=264",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 265,
    "results": [
        {
            "start": 818230417,
            "stop": 818230419
        },
        {
            "start": 818230438,
            "stop": 818230440
        },
        {
            "start": 818230443,
            "stop": 818230445
        },
        {
            "start": 818230448,
            "stop": 818230449
        },
        {
            "start": 818230465,
            "stop": 818230472
        },
        {
            "start": 818230475,
            "stop": 818230477
        },
        {
            "start": 818230503,
            "stop": 818230506
        },
        {
            "start": 818230517,
            "stop": 818230519
        },
        {
            "start": 818230524,
            "stop": 818230526
        },
        {
            "start": 818230530,
            "stop": 818230531
        },
        {
            "start": 818230536,
            "stop": 818230537
        },
        {
            "start": 818230554,
            "stop": 818230556
        },
        {
            "start": 818230563,
            "stop": 818230565
        },
        {
            "start": 818230583,
            "stop": 818230588
        },
        {
            "start": 818230591,
            "stop": 818230592
        },
        {
            "start": 818230596,
            "stop": 818230599
        },
        {
            "start": 818230606,
            "stop": 818230609
        },
        {
            "start": 818230620,
            "stop": 818230624
        },
        {
            "start": 818230627,
            "stop": 818230628
        },
        {
            "start": 818230639,
            "stop": 818230640
        }
    ]
}