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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=297",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 298,
    "results": [
        {
            "start": 821716789,
            "stop": 821716802
        },
        {
            "start": 821716805,
            "stop": 821716831
        },
        {
            "start": 821716834,
            "stop": 821716846
        },
        {
            "start": 821716849,
            "stop": 821716930
        },
        {
            "start": 821716933,
            "stop": 821716943
        },
        {
            "start": 821716946,
            "stop": 821716949
        },
        {
            "start": 821716952,
            "stop": 821716975
        },
        {
            "start": 821716978,
            "stop": 821717024
        },
        {
            "start": 821717027,
            "stop": 821717034
        },
        {
            "start": 821717037,
            "stop": 821717115
        },
        {
            "start": 821717118,
            "stop": 821717124
        },
        {
            "start": 821717128,
            "stop": 821717134
        },
        {
            "start": 821717137,
            "stop": 821717141
        },
        {
            "start": 821717144,
            "stop": 821717154
        },
        {
            "start": 821717157,
            "stop": 821717179
        },
        {
            "start": 821717182,
            "stop": 821717202
        },
        {
            "start": 821717205,
            "stop": 821717459
        },
        {
            "start": 821717462,
            "stop": 821717569
        },
        {
            "start": 821717572,
            "stop": 821717604
        },
        {
            "start": 821717607,
            "stop": 821717628
        }
    ]
}