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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=333",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 334,
    "results": [
        {
            "start": 821563947,
            "stop": 821564011
        },
        {
            "start": 821564014,
            "stop": 821564067
        },
        {
            "start": 821564071,
            "stop": 821564074
        },
        {
            "start": 821564077,
            "stop": 821564085
        },
        {
            "start": 821564089,
            "stop": 821564096
        },
        {
            "start": 821564099,
            "stop": 821564160
        },
        {
            "start": 821564220,
            "stop": 821564243
        },
        {
            "start": 821564247,
            "stop": 821564249
        },
        {
            "start": 821564252,
            "stop": 821564302
        },
        {
            "start": 821564306,
            "stop": 821564314
        },
        {
            "start": 821564317,
            "stop": 821564328
        },
        {
            "start": 821564332,
            "stop": 821564340
        },
        {
            "start": 821564400,
            "stop": 821564460
        },
        {
            "start": 821564520,
            "stop": 821564632
        },
        {
            "start": 821564635,
            "stop": 821564637
        },
        {
            "start": 821564641,
            "stop": 821564644
        },
        {
            "start": 821564647,
            "stop": 821564702
        },
        {
            "start": 821564707,
            "stop": 821564710
        },
        {
            "start": 821564713,
            "stop": 821564784
        },
        {
            "start": 821564788,
            "stop": 821564833
        }
    ]
}