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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=227",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 228,
    "results": [
        {
            "start": 820413944,
            "stop": 820414162
        },
        {
            "start": 820414165,
            "stop": 820414241
        },
        {
            "start": 820414244,
            "stop": 820414267
        },
        {
            "start": 820414270,
            "stop": 820414948
        },
        {
            "start": 820414951,
            "stop": 820415471
        },
        {
            "start": 820415474,
            "stop": 820416055
        },
        {
            "start": 820416058,
            "stop": 820416880
        },
        {
            "start": 820416883,
            "stop": 820417151
        },
        {
            "start": 820417154,
            "stop": 820418070
        },
        {
            "start": 820418073,
            "stop": 820418126
        },
        {
            "start": 820418129,
            "stop": 820419207
        },
        {
            "start": 820419210,
            "stop": 820419945
        },
        {
            "start": 820419948,
            "stop": 820420236
        },
        {
            "start": 820420239,
            "stop": 820420260
        },
        {
            "start": 820420263,
            "stop": 820420368
        },
        {
            "start": 820420371,
            "stop": 820421515
        },
        {
            "start": 820421518,
            "stop": 820423624
        },
        {
            "start": 820423627,
            "stop": 820424123
        },
        {
            "start": 820424697,
            "stop": 820425225
        },
        {
            "start": 820425228,
            "stop": 820425466
        }
    ]
}