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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=80",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 81,
    "results": [
        {
            "start": 824750154,
            "stop": 824750156
        },
        {
            "start": 824750168,
            "stop": 824750169
        },
        {
            "start": 824750232,
            "stop": 824750233
        },
        {
            "start": 824750287,
            "stop": 824750291
        },
        {
            "start": 824756436,
            "stop": 824756529
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824825533
        },
        {
            "start": 824825914,
            "stop": 824825938
        },
        {
            "start": 824832862,
            "stop": 824832892
        },
        {
            "start": 824832895,
            "stop": 824832904
        },
        {
            "start": 824832907,
            "stop": 824832971
        },
        {
            "start": 824832974,
            "stop": 824833068
        },
        {
            "start": 824833071,
            "stop": 824833142
        },
        {
            "start": 824833145,
            "stop": 824833962
        },
        {
            "start": 824833965,
            "stop": 824834062
        },
        {
            "start": 824834065,
            "stop": 824837230
        },
        {
            "start": 824837233,
            "stop": 824837893
        },
        {
            "start": 824838308,
            "stop": 824842213
        },
        {
            "start": 824842336,
            "stop": 824843995
        },
        {
            "start": 824843998,
            "stop": 824844019
        }
    ]
}