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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2425",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2426,
    "results": [
        {
            "start": 873734880,
            "stop": 873735192
        },
        {
            "start": 873735209,
            "stop": 873735571
        },
        {
            "start": 873735611,
            "stop": 873735900
        },
        {
            "start": 873735960,
            "stop": 873736104
        },
        {
            "start": 873736414,
            "stop": 873736959
        },
        {
            "start": 873736998,
            "stop": 873737700
        },
        {
            "start": 873737760,
            "stop": 873738060
        },
        {
            "start": 873738120,
            "stop": 873738770
        },
        {
            "start": 873738910,
            "stop": 873739070
        },
        {
            "start": 873739270,
            "stop": 873740330
        },
        {
            "start": 873740410,
            "stop": 873740510
        },
        {
            "start": 873740590,
            "stop": 873741590
        },
        {
            "start": 873741670,
            "stop": 873743450
        },
        {
            "start": 873743590,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873747229
        },
        {
            "start": 873747268,
            "stop": 873747290
        },
        {
            "start": 873747370,
            "stop": 873748490
        },
        {
            "start": 873748570,
            "stop": 873748850
        },
        {
            "start": 873748930,
            "stop": 873749327
        },
        {
            "start": 873749543,
            "stop": 873749586
        }
    ]
}