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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=331",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 332,
    "results": [
        {
            "start": 931917015,
            "stop": 931917023
        },
        {
            "start": 931917025,
            "stop": 931917027
        },
        {
            "start": 931917031,
            "stop": 931917041
        },
        {
            "start": 931917043,
            "stop": 931917044
        },
        {
            "start": 931917046,
            "stop": 931917053
        },
        {
            "start": 931917061,
            "stop": 931917062
        },
        {
            "start": 931917064,
            "stop": 931917067
        },
        {
            "start": 931917071,
            "stop": 931917078
        },
        {
            "start": 931917080,
            "stop": 931917082
        },
        {
            "start": 931917086,
            "stop": 931917103
        },
        {
            "start": 931917106,
            "stop": 931917109
        },
        {
            "start": 931917117,
            "stop": 931917122
        },
        {
            "start": 931917125,
            "stop": 931917126
        },
        {
            "start": 931917128,
            "stop": 931917129
        },
        {
            "start": 931917136,
            "stop": 931917154
        },
        {
            "start": 931917168,
            "stop": 931917174
        },
        {
            "start": 931917179,
            "stop": 931917182
        },
        {
            "start": 931917185,
            "stop": 931917191
        },
        {
            "start": 931917196,
            "stop": 931917197
        },
        {
            "start": 931917199,
            "stop": 931917207
        }
    ]
}