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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=276",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 277,
    "results": [
        {
            "start": 850110163,
            "stop": 850110275
        },
        {
            "start": 850110278,
            "stop": 850110298
        },
        {
            "start": 850110302,
            "stop": 850110332
        },
        {
            "start": 850110335,
            "stop": 850110351
        },
        {
            "start": 850110355,
            "stop": 850110432
        },
        {
            "start": 850110437,
            "stop": 850110466
        },
        {
            "start": 850110469,
            "stop": 850110571
        },
        {
            "start": 850110575,
            "stop": 850110615
        },
        {
            "start": 850110619,
            "stop": 850110933
        },
        {
            "start": 850110941,
            "stop": 850111052
        },
        {
            "start": 850111056,
            "stop": 850111086
        },
        {
            "start": 850111089,
            "stop": 850111095
        },
        {
            "start": 850111099,
            "stop": 850111109
        },
        {
            "start": 850111113,
            "stop": 850111143
        },
        {
            "start": 850111147,
            "stop": 850111162
        },
        {
            "start": 850111171,
            "stop": 850111196
        },
        {
            "start": 850111205,
            "stop": 850111273
        },
        {
            "start": 850111307,
            "stop": 850111308
        },
        {
            "start": 850111555,
            "stop": 850111642
        },
        {
            "start": 850111655,
            "stop": 850111675
        }
    ]
}