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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1419",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1420,
    "results": [
        {
            "start": 850325118,
            "stop": 850325161
        },
        {
            "start": 850325175,
            "stop": 850329261
        },
        {
            "start": 850329264,
            "stop": 850329291
        },
        {
            "start": 850329294,
            "stop": 850330149
        },
        {
            "start": 850330218,
            "stop": 850330570
        },
        {
            "start": 850330644,
            "stop": 850331193
        },
        {
            "start": 850331201,
            "stop": 850332395
        },
        {
            "start": 850332401,
            "stop": 850333873
        },
        {
            "start": 850333877,
            "stop": 850333878
        },
        {
            "start": 850334016,
            "stop": 850334113
        },
        {
            "start": 850334213,
            "stop": 850336573
        },
        {
            "start": 850336756,
            "stop": 850340593
        },
        {
            "start": 850340718,
            "stop": 850346043
        },
        {
            "start": 850347096,
            "stop": 850362556
        },
        {
            "start": 850362679,
            "stop": 850370278
        },
        {
            "start": 850372941,
            "stop": 850395827
        },
        {
            "start": 850397017,
            "stop": 850457906
        },
        {
            "start": 850457909,
            "stop": 850489886
        },
        {
            "start": 850489889,
            "stop": 850495032
        },
        {
            "start": 850495037,
            "stop": 850500443
        }
    ]
}