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=3938
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=3939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3937",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3938,
    "results": [
        {
            "start": 874240659,
            "stop": 874240663
        },
        {
            "start": 874240664,
            "stop": 874240668
        },
        {
            "start": 874240669,
            "stop": 874240694
        },
        {
            "start": 874240695,
            "stop": 874240710
        },
        {
            "start": 874240712,
            "stop": 874240764
        },
        {
            "start": 874240765,
            "stop": 874240768
        },
        {
            "start": 874240769,
            "stop": 874242180
        },
        {
            "start": 874242240,
            "stop": 874242271
        },
        {
            "start": 874243054,
            "stop": 874244460
        },
        {
            "start": 874244580,
            "stop": 874244903
        },
        {
            "start": 874244906,
            "stop": 874247587
        },
        {
            "start": 874247590,
            "stop": 874247640
        },
        {
            "start": 874247700,
            "stop": 874247725
        },
        {
            "start": 874248486,
            "stop": 874248597
        },
        {
            "start": 874248600,
            "stop": 874248619
        },
        {
            "start": 874248622,
            "stop": 874249007
        },
        {
            "start": 874249104,
            "stop": 874249496
        },
        {
            "start": 874249497,
            "stop": 874249557
        },
        {
            "start": 874250526,
            "stop": 874250646
        },
        {
            "start": 874250649,
            "stop": 874250652
        }
    ]
}