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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14710",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14708",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14709,
    "results": [
        {
            "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
        },
        {
            "start": 971172490,
            "stop": 971172492
        },
        {
            "start": 971172496,
            "stop": 971172499
        },
        {
            "start": 971172500,
            "stop": 971172501
        },
        {
            "start": 971172502,
            "stop": 971172504
        },
        {
            "start": 971172509,
            "stop": 971172510
        }
    ]
}