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=4618
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=4619",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4617",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4618,
    "results": [
        {
            "start": 969287078,
            "stop": 969287180
        },
        {
            "start": 969287183,
            "stop": 969287324
        },
        {
            "start": 969287327,
            "stop": 969287462
        },
        {
            "start": 969287465,
            "stop": 969287527
        },
        {
            "start": 969287530,
            "stop": 969287558
        },
        {
            "start": 969287618,
            "stop": 969287734
        },
        {
            "start": 969287737,
            "stop": 969287759
        },
        {
            "start": 969287762,
            "stop": 969287785
        },
        {
            "start": 969287788,
            "stop": 969287798
        },
        {
            "start": 969287858,
            "stop": 969287886
        },
        {
            "start": 969287889,
            "stop": 969287995
        },
        {
            "start": 969287998,
            "stop": 969288116
        },
        {
            "start": 969288119,
            "stop": 969288179
        },
        {
            "start": 969288182,
            "stop": 969288229
        },
        {
            "start": 969288233,
            "stop": 969288338
        },
        {
            "start": 969288458,
            "stop": 969288470
        },
        {
            "start": 969288473,
            "stop": 969288502
        },
        {
            "start": 969288505,
            "stop": 969288518
        },
        {
            "start": 969288818,
            "stop": 969288860
        },
        {
            "start": 969288863,
            "stop": 969288878
        }
    ]
}