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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8135",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8136,
    "results": [
        {
            "start": 970967097,
            "stop": 970967325
        },
        {
            "start": 970967328,
            "stop": 970967419
        },
        {
            "start": 970967423,
            "stop": 970967456
        },
        {
            "start": 970967459,
            "stop": 970967519
        },
        {
            "start": 970967524,
            "stop": 970967534
        },
        {
            "start": 970967537,
            "stop": 970967643
        },
        {
            "start": 970967646,
            "stop": 970967674
        },
        {
            "start": 970967677,
            "stop": 970967737
        },
        {
            "start": 970967740,
            "stop": 970967815
        },
        {
            "start": 970967818,
            "stop": 970967824
        },
        {
            "start": 970967827,
            "stop": 970967863
        },
        {
            "start": 970967866,
            "stop": 970968345
        },
        {
            "start": 970968348,
            "stop": 970968511
        },
        {
            "start": 970968514,
            "stop": 970968632
        },
        {
            "start": 970968635,
            "stop": 970968815
        },
        {
            "start": 970968818,
            "stop": 970968885
        },
        {
            "start": 970968888,
            "stop": 970968899
        },
        {
            "start": 970968902,
            "stop": 970969293
        },
        {
            "start": 970969299,
            "stop": 970969484
        },
        {
            "start": 970969487,
            "stop": 970969664
        }
    ]
}