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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5151",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5152,
    "results": [
        {
            "start": 873738453,
            "stop": 873738514
        },
        {
            "start": 873738525,
            "stop": 873738536
        },
        {
            "start": 873738545,
            "stop": 873738600
        },
        {
            "start": 873738608,
            "stop": 873738688
        },
        {
            "start": 873738698,
            "stop": 873738720
        },
        {
            "start": 873738727,
            "stop": 873738772
        },
        {
            "start": 873738779,
            "stop": 873738865
        },
        {
            "start": 873738877,
            "stop": 873738903
        },
        {
            "start": 873738910,
            "stop": 873738978
        },
        {
            "start": 873739014,
            "stop": 873739040
        },
        {
            "start": 873739048,
            "stop": 873739068
        },
        {
            "start": 873739075,
            "stop": 873739236
        },
        {
            "start": 873739243,
            "stop": 873739246
        },
        {
            "start": 873739253,
            "stop": 873739329
        },
        {
            "start": 873739336,
            "stop": 873739421
        },
        {
            "start": 873739428,
            "stop": 873739540
        },
        {
            "start": 873739630,
            "stop": 873739721
        },
        {
            "start": 873739738,
            "stop": 873739740
        },
        {
            "start": 873739920,
            "stop": 873739980
        },
        {
            "start": 873740040,
            "stop": 873740046
        }
    ]
}