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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=134",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 135,
    "results": [
        {
            "start": 931359112,
            "stop": 931359114
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931385855
        },
        {
            "start": 931385975,
            "stop": 931386078
        },
        {
            "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
        }
    ]
}