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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=242",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 243,
    "results": [
        {
            "start": 931463965,
            "stop": 931463978
        },
        {
            "start": 931463980,
            "stop": 931464003
        },
        {
            "start": 931464004,
            "stop": 931464009
        },
        {
            "start": 931464012,
            "stop": 931464035
        },
        {
            "start": 931464037,
            "stop": 931464044
        },
        {
            "start": 931464049,
            "stop": 931464051
        },
        {
            "start": 931464053,
            "stop": 931464086
        },
        {
            "start": 931464088,
            "stop": 931464090
        },
        {
            "start": 931464092,
            "stop": 931464119
        },
        {
            "start": 931464121,
            "stop": 931464125
        },
        {
            "start": 931464127,
            "stop": 931464145
        },
        {
            "start": 931464148,
            "stop": 931464153
        },
        {
            "start": 931464155,
            "stop": 931464175
        },
        {
            "start": 931464177,
            "stop": 931464197
        },
        {
            "start": 931464199,
            "stop": 931464211
        },
        {
            "start": 931464213,
            "stop": 931464227
        },
        {
            "start": 931464347,
            "stop": 931464359
        },
        {
            "start": 931464361,
            "stop": 931464460
        },
        {
            "start": 931464462,
            "stop": 931464539
        },
        {
            "start": 931464541,
            "stop": 931464560
        }
    ]
}