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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=160",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 161,
    "results": [
        {
            "start": 819719928,
            "stop": 819719968
        },
        {
            "start": 819719971,
            "stop": 819721406
        },
        {
            "start": 819721409,
            "stop": 819721440
        },
        {
            "start": 819721560,
            "stop": 819723041
        },
        {
            "start": 819723045,
            "stop": 819723102
        },
        {
            "start": 819723105,
            "stop": 819723107
        },
        {
            "start": 819723111,
            "stop": 819723142
        },
        {
            "start": 819723145,
            "stop": 819723650
        },
        {
            "start": 819723653,
            "stop": 819723742
        },
        {
            "start": 819723745,
            "stop": 819723823
        },
        {
            "start": 819724004,
            "stop": 819724410
        },
        {
            "start": 819724413,
            "stop": 819725230
        },
        {
            "start": 819725233,
            "stop": 819725288
        },
        {
            "start": 819725291,
            "stop": 819725712
        },
        {
            "start": 819725715,
            "stop": 819725802
        },
        {
            "start": 819725805,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819726438
        },
        {
            "start": 819726441,
            "stop": 819726885
        },
        {
            "start": 819726888,
            "stop": 819727245
        },
        {
            "start": 819727248,
            "stop": 819727324
        }
    ]
}