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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=306",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 307,
    "results": [
        {
            "start": 822824640,
            "stop": 822824645
        },
        {
            "start": 822824652,
            "stop": 822824671
        },
        {
            "start": 822824679,
            "stop": 822824741
        },
        {
            "start": 822824749,
            "stop": 822824753
        },
        {
            "start": 822824760,
            "stop": 822824880
        },
        {
            "start": 822824940,
            "stop": 822825059
        },
        {
            "start": 822825062,
            "stop": 822825120
        },
        {
            "start": 822825420,
            "stop": 822825554
        },
        {
            "start": 822825618,
            "stop": 822825656
        },
        {
            "start": 822825701,
            "stop": 822825739
        },
        {
            "start": 822825746,
            "stop": 822825780
        },
        {
            "start": 822825900,
            "stop": 822825915
        },
        {
            "start": 822825920,
            "stop": 822825979
        },
        {
            "start": 822825988,
            "stop": 822826020
        },
        {
            "start": 822826200,
            "stop": 822826213
        },
        {
            "start": 822826277,
            "stop": 822826295
        },
        {
            "start": 822826308,
            "stop": 822826312
        },
        {
            "start": 822826326,
            "stop": 822826343
        },
        {
            "start": 822826346,
            "stop": 822826374
        },
        {
            "start": 822826381,
            "stop": 822826393
        }
    ]
}