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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=810",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=808",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 809,
    "results": [
        {
            "start": 958086236,
            "stop": 958087931
        },
        {
            "start": 958087937,
            "stop": 958088547
        },
        {
            "start": 958088553,
            "stop": 958088771
        },
        {
            "start": 958088777,
            "stop": 958089890
        },
        {
            "start": 958089896,
            "stop": 958090491
        },
        {
            "start": 958090497,
            "stop": 958090820
        },
        {
            "start": 958090826,
            "stop": 958091280
        },
        {
            "start": 958091286,
            "stop": 958092728
        },
        {
            "start": 958092734,
            "stop": 958092882
        },
        {
            "start": 958092888,
            "stop": 958093022
        },
        {
            "start": 958093028,
            "stop": 958096140
        },
        {
            "start": 958096146,
            "stop": 958096814
        },
        {
            "start": 958096819,
            "stop": 958096983
        },
        {
            "start": 958096989,
            "stop": 958097620
        },
        {
            "start": 958097626,
            "stop": 958098048
        },
        {
            "start": 958098054,
            "stop": 958101182
        },
        {
            "start": 958101188,
            "stop": 958101197
        },
        {
            "start": 958101203,
            "stop": 958101259
        },
        {
            "start": 958101265,
            "stop": 958102060
        },
        {
            "start": 958102066,
            "stop": 958102916
        }
    ]
}