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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=245",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 246,
    "results": [
        {
            "start": 860572816,
            "stop": 860576924
        },
        {
            "start": 860578965,
            "stop": 860593417
        },
        {
            "start": 860594300,
            "stop": 860619324
        },
        {
            "start": 860621799,
            "stop": 860622961
        },
        {
            "start": 860661512,
            "stop": 860665058
        },
        {
            "start": 860666920,
            "stop": 860673102
        },
        {
            "start": 860674435,
            "stop": 860679163
        },
        {
            "start": 860681009,
            "stop": 860688601
        },
        {
            "start": 860699205,
            "stop": 860700834
        },
        {
            "start": 860701444,
            "stop": 860710211
        },
        {
            "start": 860710714,
            "stop": 860739509
        },
        {
            "start": 860741146,
            "stop": 860755616
        },
        {
            "start": 860757077,
            "stop": 860762928
        },
        {
            "start": 860763952,
            "stop": 860769151
        },
        {
            "start": 860774819,
            "stop": 860775368
        },
        {
            "start": 860775636,
            "stop": 860781281
        },
        {
            "start": 860782848,
            "stop": 860790590
        },
        {
            "start": 860793915,
            "stop": 860826078
        },
        {
            "start": 860827335,
            "stop": 860840841
        },
        {
            "start": 860841656,
            "stop": 860844758
        }
    ]
}