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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=353
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=352",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 353,
    "results": [
        {
            "start": 818828981,
            "stop": 818828988
        },
        {
            "start": 818829008,
            "stop": 818829011
        },
        {
            "start": 818829047,
            "stop": 818829087
        },
        {
            "start": 818829137,
            "stop": 818829148
        },
        {
            "start": 818829168,
            "stop": 818829190
        },
        {
            "start": 818829210,
            "stop": 818829243
        },
        {
            "start": 818829282,
            "stop": 818829299
        },
        {
            "start": 818829318,
            "stop": 818829325
        },
        {
            "start": 818829360,
            "stop": 818829367
        },
        {
            "start": 818829387,
            "stop": 818829388
        },
        {
            "start": 818829407,
            "stop": 818829411
        },
        {
            "start": 818829446,
            "stop": 818829456
        },
        {
            "start": 818829533,
            "stop": 818829541
        },
        {
            "start": 818829643,
            "stop": 818829658
        },
        {
            "start": 818829709,
            "stop": 818829738
        },
        {
            "start": 818829795,
            "stop": 818829817
        },
        {
            "start": 818829849,
            "stop": 818829874
        },
        {
            "start": 818829928,
            "stop": 818829932
        },
        {
            "start": 818830046,
            "stop": 818830085
        },
        {
            "start": 818830139,
            "stop": 818830161
        }
    ]
}