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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=134",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 135,
    "results": [
        {
            "start": 931399952,
            "stop": 931399956
        },
        {
            "start": 931399960,
            "stop": 931399987
        },
        {
            "start": 931399989,
            "stop": 931400001
        },
        {
            "start": 931400003,
            "stop": 931400043
        },
        {
            "start": 931400045,
            "stop": 931400055
        },
        {
            "start": 931400057,
            "stop": 931400069
        },
        {
            "start": 931400071,
            "stop": 931400093
        },
        {
            "start": 931400096,
            "stop": 931400099
        },
        {
            "start": 931400101,
            "stop": 931400126
        },
        {
            "start": 931400128,
            "stop": 931400132
        },
        {
            "start": 931400135,
            "stop": 931400142
        },
        {
            "start": 931400144,
            "stop": 931400145
        },
        {
            "start": 931400147,
            "stop": 931400154
        },
        {
            "start": 931400156,
            "stop": 931400160
        },
        {
            "start": 931400162,
            "stop": 931400175
        },
        {
            "start": 931400177,
            "stop": 931400190
        },
        {
            "start": 931400192,
            "stop": 931400212
        },
        {
            "start": 931400215,
            "stop": 931400216
        },
        {
            "start": 931400218,
            "stop": 931400222
        },
        {
            "start": 931400224,
            "stop": 931400227
        }
    ]
}