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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=104",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 105,
    "results": [
        {
            "start": 817282965,
            "stop": 817283145
        },
        {
            "start": 817283149,
            "stop": 817283402
        },
        {
            "start": 817283405,
            "stop": 817284412
        },
        {
            "start": 817284416,
            "stop": 817284442
        },
        {
            "start": 817284445,
            "stop": 817284763
        },
        {
            "start": 817284766,
            "stop": 817284992
        },
        {
            "start": 817284995,
            "stop": 817285119
        },
        {
            "start": 817285122,
            "stop": 817285937
        },
        {
            "start": 817285940,
            "stop": 817286081
        },
        {
            "start": 817286084,
            "stop": 817286086
        },
        {
            "start": 817286089,
            "stop": 817286922
        },
        {
            "start": 817286926,
            "stop": 817287872
        },
        {
            "start": 817287875,
            "stop": 817287980
        },
        {
            "start": 817287983,
            "stop": 817288557
        },
        {
            "start": 817288560,
            "stop": 817289035
        },
        {
            "start": 817289038,
            "stop": 817289508
        },
        {
            "start": 817289512,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817291526
        },
        {
            "start": 817291530,
            "stop": 817291799
        },
        {
            "start": 817291803,
            "stop": 817293236
        }
    ]
}