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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15793",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15791",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15792,
    "results": [
        {
            "start": 971172388,
            "stop": 971172390
        },
        {
            "start": 971172391,
            "stop": 971172393
        },
        {
            "start": 971172394,
            "stop": 971172396
        },
        {
            "start": 971172398,
            "stop": 971172399
        },
        {
            "start": 971172400,
            "stop": 971172401
        },
        {
            "start": 971172402,
            "stop": 971172403
        },
        {
            "start": 971172406,
            "stop": 971172408
        },
        {
            "start": 971172413,
            "stop": 971172416
        },
        {
            "start": 971172417,
            "stop": 971172418
        },
        {
            "start": 971172419,
            "stop": 971172425
        },
        {
            "start": 971172427,
            "stop": 971172428
        },
        {
            "start": 971172431,
            "stop": 971172442
        },
        {
            "start": 971172451,
            "stop": 971172453
        },
        {
            "start": 971172456,
            "stop": 971172460
        },
        {
            "start": 971172462,
            "stop": 971172463
        },
        {
            "start": 971172464,
            "stop": 971172467
        },
        {
            "start": 971172468,
            "stop": 971172476
        },
        {
            "start": 971172478,
            "stop": 971172480
        },
        {
            "start": 971172481,
            "stop": 971172482
        },
        {
            "start": 971172485,
            "stop": 971172489
        }
    ]
}