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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=223",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 224,
    "results": [
        {
            "start": 849961110,
            "stop": 849961710
        },
        {
            "start": 849961830,
            "stop": 849974437
        },
        {
            "start": 849995822,
            "stop": 849996231
        },
        {
            "start": 849996690,
            "stop": 849996826
        },
        {
            "start": 849997048,
            "stop": 849997771
        },
        {
            "start": 849997968,
            "stop": 849997974
        },
        {
            "start": 850000166,
            "stop": 850020508
        },
        {
            "start": 850021009,
            "stop": 850030921
        },
        {
            "start": 850031414,
            "stop": 850056630
        },
        {
            "start": 850056690,
            "stop": 850056779
        },
        {
            "start": 850056822,
            "stop": 850056975
        },
        {
            "start": 850056993,
            "stop": 850060259
        },
        {
            "start": 850060281,
            "stop": 850060667
        },
        {
            "start": 850060688,
            "stop": 850060764
        },
        {
            "start": 850060791,
            "stop": 850061104
        },
        {
            "start": 850061214,
            "stop": 850061359
        },
        {
            "start": 850061376,
            "stop": 850061404
        },
        {
            "start": 850061426,
            "stop": 850061499
        },
        {
            "start": 850061853,
            "stop": 850061885
        },
        {
            "start": 850061903,
            "stop": 850061949
        }
    ]
}