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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4602",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4600",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4601,
    "results": [
        {
            "start": 969187447,
            "stop": 969187477
        },
        {
            "start": 969187479,
            "stop": 969187483
        },
        {
            "start": 969187485,
            "stop": 969187528
        },
        {
            "start": 969187531,
            "stop": 969187555
        },
        {
            "start": 969187557,
            "stop": 969187603
        },
        {
            "start": 969187604,
            "stop": 969187657
        },
        {
            "start": 969187658,
            "stop": 969187688
        },
        {
            "start": 969187696,
            "stop": 969187701
        },
        {
            "start": 969187703,
            "stop": 969187746
        },
        {
            "start": 969187749,
            "stop": 969187893
        },
        {
            "start": 969187899,
            "stop": 969187902
        },
        {
            "start": 969187905,
            "stop": 969187972
        },
        {
            "start": 969187980,
            "stop": 969188030
        },
        {
            "start": 969188033,
            "stop": 969188055
        },
        {
            "start": 969188057,
            "stop": 969188085
        },
        {
            "start": 969188089,
            "stop": 969188200
        },
        {
            "start": 969188202,
            "stop": 969188271
        },
        {
            "start": 969188274,
            "stop": 969188276
        },
        {
            "start": 969188281,
            "stop": 969188285
        },
        {
            "start": 969188288,
            "stop": 969188410
        }
    ]
}