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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10208",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10209,
    "results": [
        {
            "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
        },
        {
            "start": 874069928,
            "stop": 874070424
        },
        {
            "start": 874070544,
            "stop": 874070724
        },
        {
            "start": 874070731,
            "stop": 874073226
        }
    ]
}