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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=103",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 104,
    "results": [
        {
            "start": 821429986,
            "stop": 821430052
        },
        {
            "start": 821430055,
            "stop": 821430102
        },
        {
            "start": 821430105,
            "stop": 821430147
        },
        {
            "start": 821430150,
            "stop": 821430400
        },
        {
            "start": 821430403,
            "stop": 821430489
        },
        {
            "start": 821430492,
            "stop": 821430513
        },
        {
            "start": 821430519,
            "stop": 821430810
        },
        {
            "start": 821430813,
            "stop": 821431014
        },
        {
            "start": 821431017,
            "stop": 821431302
        },
        {
            "start": 821431305,
            "stop": 821431481
        },
        {
            "start": 821431484,
            "stop": 821432067
        },
        {
            "start": 821432070,
            "stop": 821432100
        },
        {
            "start": 821432103,
            "stop": 821432514
        },
        {
            "start": 821432517,
            "stop": 821432712
        },
        {
            "start": 821432715,
            "stop": 821432780
        },
        {
            "start": 821432783,
            "stop": 821433070
        },
        {
            "start": 821433073,
            "stop": 821433099
        },
        {
            "start": 821433104,
            "stop": 821433279
        },
        {
            "start": 821433284,
            "stop": 821433385
        },
        {
            "start": 821433388,
            "stop": 821433412
        }
    ]
}