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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=305",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 306,
    "results": [
        {
            "start": 818237437,
            "stop": 818237438
        },
        {
            "start": 818237441,
            "stop": 818237442
        },
        {
            "start": 818237449,
            "stop": 818237451
        },
        {
            "start": 818237455,
            "stop": 818237457
        },
        {
            "start": 818237460,
            "stop": 818237461
        },
        {
            "start": 818237479,
            "stop": 818237482
        },
        {
            "start": 818237487,
            "stop": 818237491
        },
        {
            "start": 818237499,
            "stop": 818237502
        },
        {
            "start": 818237507,
            "stop": 818237509
        },
        {
            "start": 818237521,
            "stop": 818237525
        },
        {
            "start": 818237535,
            "stop": 818237536
        },
        {
            "start": 818237540,
            "stop": 818237541
        },
        {
            "start": 818237567,
            "stop": 818237571
        },
        {
            "start": 818237622,
            "stop": 818237624
        },
        {
            "start": 818237630,
            "stop": 818237640
        },
        {
            "start": 818237643,
            "stop": 818237644
        },
        {
            "start": 818237676,
            "stop": 818237677
        },
        {
            "start": 818237685,
            "stop": 818237687
        },
        {
            "start": 818237694,
            "stop": 818237695
        },
        {
            "start": 818237699,
            "stop": 818237700
        }
    ]
}