Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=31",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 32,
    "results": [
        {
            "start": 941064564,
            "stop": 941067569
        },
        {
            "start": 941071831,
            "stop": 941122924
        },
        {
            "start": 941127946,
            "stop": 941130255
        },
        {
            "start": 941132104,
            "stop": 941145379
        },
        {
            "start": 941150247,
            "stop": 941154551
        },
        {
            "start": 941157969,
            "stop": 941158293
        },
        {
            "start": 941161815,
            "stop": 941194810
        },
        {
            "start": 941197405,
            "stop": 941227873
        },
        {
            "start": 941231725,
            "stop": 941233413
        },
        {
            "start": 941238428,
            "stop": 941239548
        },
        {
            "start": 941244407,
            "stop": 941251321
        },
        {
            "start": 941252360,
            "stop": 941275807
        },
        {
            "start": 941280327,
            "stop": 941288768
        },
        {
            "start": 941290197,
            "stop": 941294816
        },
        {
            "start": 941296421,
            "stop": 941299514
        },
        {
            "start": 941336632,
            "stop": 941344199
        },
        {
            "start": 941346143,
            "stop": 941373604
        },
        {
            "start": 941376222,
            "stop": 941383511
        },
        {
            "start": 941386056,
            "stop": 941388646
        },
        {
            "start": 941391994,
            "stop": 941395945
        }
    ]
}