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=752
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=753",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=751",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 752,
    "results": [
        {
            "start": 955508444,
            "stop": 955510092
        },
        {
            "start": 955510098,
            "stop": 955510190
        },
        {
            "start": 955510196,
            "stop": 955511616
        },
        {
            "start": 955511622,
            "stop": 955513397
        },
        {
            "start": 955513403,
            "stop": 955514651
        },
        {
            "start": 955514656,
            "stop": 955514801
        },
        {
            "start": 955514807,
            "stop": 955515906
        },
        {
            "start": 955515912,
            "stop": 955516326
        },
        {
            "start": 955516332,
            "stop": 955518246
        },
        {
            "start": 955518252,
            "stop": 955518849
        },
        {
            "start": 955518855,
            "stop": 955520661
        },
        {
            "start": 955520667,
            "stop": 955520780
        },
        {
            "start": 955645551,
            "stop": 955647234
        },
        {
            "start": 955647999,
            "stop": 955652768
        },
        {
            "start": 955652774,
            "stop": 955664109
        },
        {
            "start": 955664115,
            "stop": 955664416
        },
        {
            "start": 955664422,
            "stop": 955668017
        },
        {
            "start": 955668023,
            "stop": 955669092
        },
        {
            "start": 955669098,
            "stop": 955695522
        },
        {
            "start": 955695898,
            "stop": 955699923
        }
    ]
}