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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=222",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 223,
    "results": [
        {
            "start": 821669526,
            "stop": 821669531
        },
        {
            "start": 821669534,
            "stop": 821669538
        },
        {
            "start": 821669541,
            "stop": 821669555
        },
        {
            "start": 821669558,
            "stop": 821669583
        },
        {
            "start": 821669799,
            "stop": 821669858
        },
        {
            "start": 821669861,
            "stop": 821669867
        },
        {
            "start": 821669870,
            "stop": 821669887
        },
        {
            "start": 821669890,
            "stop": 821669944
        },
        {
            "start": 821669947,
            "stop": 821669948
        },
        {
            "start": 821669951,
            "stop": 821669985
        },
        {
            "start": 821669988,
            "stop": 821669991
        },
        {
            "start": 821669994,
            "stop": 821670074
        },
        {
            "start": 821670077,
            "stop": 821670086
        },
        {
            "start": 821670089,
            "stop": 821670091
        },
        {
            "start": 821670094,
            "stop": 821670134
        },
        {
            "start": 821670137,
            "stop": 821670266
        },
        {
            "start": 821670269,
            "stop": 821670281
        },
        {
            "start": 821670284,
            "stop": 821670306
        },
        {
            "start": 821670309,
            "stop": 821670394
        },
        {
            "start": 821670397,
            "stop": 821670401
        }
    ]
}