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=1353
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=1354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1352",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1353,
    "results": [
        {
            "start": 843850801,
            "stop": 843850802
        },
        {
            "start": 843850805,
            "stop": 843850812
        },
        {
            "start": 843850816,
            "stop": 843850848
        },
        {
            "start": 843850852,
            "stop": 843850856
        },
        {
            "start": 843850859,
            "stop": 843850864
        },
        {
            "start": 843850870,
            "stop": 843850882
        },
        {
            "start": 843850885,
            "stop": 843850890
        },
        {
            "start": 843850894,
            "stop": 843850901
        },
        {
            "start": 843850904,
            "stop": 843850915
        },
        {
            "start": 843850919,
            "stop": 843850942
        },
        {
            "start": 843850948,
            "stop": 843850949
        },
        {
            "start": 843850954,
            "stop": 843851001
        },
        {
            "start": 843851006,
            "stop": 843851019
        },
        {
            "start": 843851022,
            "stop": 843851044
        },
        {
            "start": 843851047,
            "stop": 843851053
        },
        {
            "start": 843851059,
            "stop": 843851089
        },
        {
            "start": 843851094,
            "stop": 843851095
        },
        {
            "start": 843851098,
            "stop": 843851100
        },
        {
            "start": 843851106,
            "stop": 843851125
        },
        {
            "start": 843851128,
            "stop": 843851145
        }
    ]
}