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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=234",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 235,
    "results": [
        {
            "start": 850110163,
            "stop": 850110223
        },
        {
            "start": 850110227,
            "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": 850111292
        },
        {
            "start": 850111296,
            "stop": 850111504
        },
        {
            "start": 850111508,
            "stop": 850111642
        }
    ]
}