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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=276",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 277,
    "results": [
        {
            "start": 856826725,
            "stop": 856827159
        },
        {
            "start": 856827513,
            "stop": 856845750
        },
        {
            "start": 856845810,
            "stop": 856876786
        },
        {
            "start": 856877562,
            "stop": 856896407
        },
        {
            "start": 856896428,
            "stop": 856898127
        },
        {
            "start": 856898158,
            "stop": 856898174
        },
        {
            "start": 856898196,
            "stop": 856898199
        },
        {
            "start": 856898241,
            "stop": 856900641
        },
        {
            "start": 856913978,
            "stop": 856922322
        },
        {
            "start": 856922622,
            "stop": 856928058
        },
        {
            "start": 856928358,
            "stop": 856968374
        },
        {
            "start": 856968396,
            "stop": 856971824
        },
        {
            "start": 856971848,
            "stop": 856986982
        },
        {
            "start": 856988561,
            "stop": 857006970
        },
        {
            "start": 857007412,
            "stop": 857007744
        },
        {
            "start": 857008094,
            "stop": 857021992
        },
        {
            "start": 857022011,
            "stop": 857022061
        },
        {
            "start": 857022080,
            "stop": 857022103
        },
        {
            "start": 857022383,
            "stop": 857094541
        },
        {
            "start": 857095537,
            "stop": 857131824
        }
    ]
}