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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4790",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4788",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4789,
    "results": [
        {
            "start": 970652074,
            "stop": 970652259
        },
        {
            "start": 970652262,
            "stop": 970652332
        },
        {
            "start": 970652335,
            "stop": 970652530
        },
        {
            "start": 970652533,
            "stop": 970653248
        },
        {
            "start": 970653251,
            "stop": 970653593
        },
        {
            "start": 970653596,
            "stop": 970654045
        },
        {
            "start": 970654048,
            "stop": 970654298
        },
        {
            "start": 970654301,
            "stop": 970654419
        },
        {
            "start": 970654422,
            "stop": 970655053
        },
        {
            "start": 970655057,
            "stop": 970655345
        },
        {
            "start": 970655348,
            "stop": 970655915
        },
        {
            "start": 970655921,
            "stop": 970656098
        },
        {
            "start": 970656101,
            "stop": 970656127
        },
        {
            "start": 970656130,
            "stop": 970656470
        },
        {
            "start": 970656473,
            "stop": 970656495
        },
        {
            "start": 970656498,
            "stop": 970656504
        },
        {
            "start": 970656507,
            "stop": 970656521
        },
        {
            "start": 970656525,
            "stop": 970656863
        },
        {
            "start": 970656866,
            "stop": 970657083
        },
        {
            "start": 970657086,
            "stop": 970657375
        }
    ]
}