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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=273",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 274,
    "results": [
        {
            "start": 820525924,
            "stop": 820525980
        },
        {
            "start": 820526100,
            "stop": 820526182
        },
        {
            "start": 820526185,
            "stop": 820526209
        },
        {
            "start": 820526212,
            "stop": 820526217
        },
        {
            "start": 820526220,
            "stop": 820526339
        },
        {
            "start": 820526342,
            "stop": 820526410
        },
        {
            "start": 820526413,
            "stop": 820526760
        },
        {
            "start": 820526820,
            "stop": 820526867
        },
        {
            "start": 820526870,
            "stop": 820526901
        },
        {
            "start": 820526904,
            "stop": 820526907
        },
        {
            "start": 820526911,
            "stop": 820526915
        },
        {
            "start": 820526918,
            "stop": 820526989
        },
        {
            "start": 820527110,
            "stop": 820527129
        },
        {
            "start": 820527133,
            "stop": 820527136
        },
        {
            "start": 820527140,
            "stop": 820527420
        },
        {
            "start": 820527423,
            "stop": 820527660
        },
        {
            "start": 820527780,
            "stop": 820527840
        },
        {
            "start": 820527900,
            "stop": 820527984
        },
        {
            "start": 820527987,
            "stop": 820528136
        },
        {
            "start": 820528140,
            "stop": 820528178
        }
    ]
}