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=4686
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=4687",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4685",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4686,
    "results": [
        {
            "start": 969887060,
            "stop": 969887062
        },
        {
            "start": 969887065,
            "stop": 969887078
        },
        {
            "start": 969887138,
            "stop": 969887318
        },
        {
            "start": 969887378,
            "stop": 969887389
        },
        {
            "start": 969887392,
            "stop": 969887410
        },
        {
            "start": 969887413,
            "stop": 969887418
        },
        {
            "start": 969887421,
            "stop": 969887451
        },
        {
            "start": 969887454,
            "stop": 969887498
        },
        {
            "start": 969887558,
            "stop": 969887572
        },
        {
            "start": 969887575,
            "stop": 969887584
        },
        {
            "start": 969887587,
            "stop": 969887607
        },
        {
            "start": 969887610,
            "stop": 969887627
        },
        {
            "start": 969887630,
            "stop": 969887649
        },
        {
            "start": 969887652,
            "stop": 969887678
        },
        {
            "start": 969887738,
            "stop": 969887779
        },
        {
            "start": 969887782,
            "stop": 969887788
        },
        {
            "start": 969887792,
            "stop": 969887798
        },
        {
            "start": 969888750,
            "stop": 969888758
        },
        {
            "start": 969890622,
            "stop": 969890631
        },
        {
            "start": 969890634,
            "stop": 969890712
        }
    ]
}