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=1311
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=1312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1310",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1311,
    "results": [
        {
            "start": 843832845,
            "stop": 843832856
        },
        {
            "start": 843832859,
            "stop": 843832922
        },
        {
            "start": 843832925,
            "stop": 843833237
        },
        {
            "start": 843833241,
            "stop": 843833291
        },
        {
            "start": 843833296,
            "stop": 843833314
        },
        {
            "start": 843833317,
            "stop": 843833320
        },
        {
            "start": 843833323,
            "stop": 843833336
        },
        {
            "start": 843833340,
            "stop": 843833360
        },
        {
            "start": 843833363,
            "stop": 843833385
        },
        {
            "start": 843833388,
            "stop": 843833392
        },
        {
            "start": 843833395,
            "stop": 843833409
        },
        {
            "start": 843833412,
            "stop": 843833423
        },
        {
            "start": 843833429,
            "stop": 843833452
        },
        {
            "start": 843833455,
            "stop": 843833573
        },
        {
            "start": 843833576,
            "stop": 843833603
        },
        {
            "start": 843833606,
            "stop": 843833615
        },
        {
            "start": 843833618,
            "stop": 843833625
        },
        {
            "start": 843833628,
            "stop": 843833719
        },
        {
            "start": 843833722,
            "stop": 843833786
        },
        {
            "start": 843833789,
            "stop": 843833836
        }
    ]
}