Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5231
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5230",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5231,
    "results": [
        {
            "start": 875144889,
            "stop": 875145253
        },
        {
            "start": 875145260,
            "stop": 875145380
        },
        {
            "start": 875145388,
            "stop": 875145438
        },
        {
            "start": 875145450,
            "stop": 875145623
        },
        {
            "start": 875145630,
            "stop": 875145662
        },
        {
            "start": 875145669,
            "stop": 875145671
        },
        {
            "start": 875145678,
            "stop": 875145679
        },
        {
            "start": 875145689,
            "stop": 875145739
        },
        {
            "start": 875145746,
            "stop": 875145810
        },
        {
            "start": 875145817,
            "stop": 875145826
        },
        {
            "start": 875145833,
            "stop": 875145906
        },
        {
            "start": 875145914,
            "stop": 875146050
        },
        {
            "start": 875146057,
            "stop": 875146061
        },
        {
            "start": 875146068,
            "stop": 875146081
        },
        {
            "start": 875146092,
            "stop": 875146109
        },
        {
            "start": 875146116,
            "stop": 875146147
        },
        {
            "start": 875146155,
            "stop": 875146167
        },
        {
            "start": 875146174,
            "stop": 875146196
        },
        {
            "start": 875146204,
            "stop": 875146306
        },
        {
            "start": 875146313,
            "stop": 875146419
        }
    ]
}