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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=267",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 268,
    "results": [
        {
            "start": 963935945,
            "stop": 963951485
        },
        {
            "start": 963973083,
            "stop": 964000429
        },
        {
            "start": 964001388,
            "stop": 964029079
        },
        {
            "start": 964032622,
            "stop": 964033831
        },
        {
            "start": 964036809,
            "stop": 964057978
        },
        {
            "start": 964060171,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964169033
        },
        {
            "start": 964172581,
            "stop": 964201328
        },
        {
            "start": 964203527,
            "stop": 964232507
        },
        {
            "start": 964233015,
            "stop": 964280001
        },
        {
            "start": 964315151,
            "stop": 964318068
        },
        {
            "start": 964318695,
            "stop": 964320214
        },
        {
            "start": 964321814,
            "stop": 964329505
        },
        {
            "start": 964330255,
            "stop": 964343695
        },
        {
            "start": 964343911,
            "stop": 964368704
        },
        {
            "start": 964373425,
            "stop": 964383832
        },
        {
            "start": 964387835,
            "stop": 964387916
        },
        {
            "start": 964387919,
            "stop": 964388018
        },
        {
            "start": 964388022,
            "stop": 964388358
        },
        {
            "start": 964388364,
            "stop": 964389186
        }
    ]
}