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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=96",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 97,
    "results": [
        {
            "start": 821429233,
            "stop": 821429586
        },
        {
            "start": 821429589,
            "stop": 821429710
        },
        {
            "start": 821429713,
            "stop": 821429983
        },
        {
            "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
        }
    ]
}