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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=141",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 142,
    "results": [
        {
            "start": 821508776,
            "stop": 821508781
        },
        {
            "start": 821508784,
            "stop": 821508826
        },
        {
            "start": 821508829,
            "stop": 821508848
        },
        {
            "start": 821508851,
            "stop": 821508853
        },
        {
            "start": 821508856,
            "stop": 821508861
        },
        {
            "start": 821508865,
            "stop": 821508876
        },
        {
            "start": 821508879,
            "stop": 821508896
        },
        {
            "start": 821508899,
            "stop": 821508904
        },
        {
            "start": 821508907,
            "stop": 821508915
        },
        {
            "start": 821508918,
            "stop": 821508935
        },
        {
            "start": 821508938,
            "stop": 821508978
        },
        {
            "start": 821508981,
            "stop": 821508984
        },
        {
            "start": 821508988,
            "stop": 821508996
        },
        {
            "start": 821509001,
            "stop": 821509030
        },
        {
            "start": 821509033,
            "stop": 821509063
        },
        {
            "start": 821509066,
            "stop": 821509147
        },
        {
            "start": 821509150,
            "stop": 821509153
        },
        {
            "start": 821509156,
            "stop": 821509188
        },
        {
            "start": 821509191,
            "stop": 821509204
        },
        {
            "start": 821509207,
            "stop": 821509312
        }
    ]
}