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=5210
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=5211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5209",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5210,
    "results": [
        {
            "start": 874057107,
            "stop": 874057190
        },
        {
            "start": 874057197,
            "stop": 874058029
        },
        {
            "start": 874058046,
            "stop": 874059149
        },
        {
            "start": 874059156,
            "stop": 874059532
        },
        {
            "start": 874059540,
            "stop": 874060271
        },
        {
            "start": 874060287,
            "stop": 874060366
        },
        {
            "start": 874060373,
            "stop": 874061590
        },
        {
            "start": 874061626,
            "stop": 874062039
        },
        {
            "start": 874062046,
            "stop": 874062828
        },
        {
            "start": 874062845,
            "stop": 874065090
        },
        {
            "start": 874065107,
            "stop": 874065452
        },
        {
            "start": 874065486,
            "stop": 874065509
        },
        {
            "start": 874065526,
            "stop": 874065835
        },
        {
            "start": 874065871,
            "stop": 874066113
        },
        {
            "start": 874066120,
            "stop": 874066878
        },
        {
            "start": 874066894,
            "stop": 874067679
        },
        {
            "start": 874067696,
            "stop": 874067977
        },
        {
            "start": 874068011,
            "stop": 874068052
        },
        {
            "start": 874068086,
            "stop": 874069296
        },
        {
            "start": 874069303,
            "stop": 874069911
        }
    ]
}