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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5191",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5192,
    "results": [
        {
            "start": 969886838,
            "stop": 969886860
        },
        {
            "start": 969886863,
            "stop": 969886883
        },
        {
            "start": 969886886,
            "stop": 969886898
        },
        {
            "start": 969886958,
            "stop": 969887004
        },
        {
            "start": 969887007,
            "stop": 969887034
        },
        {
            "start": 969887037,
            "stop": 969887057
        },
        {
            "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
        }
    ]
}