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=1388
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=1389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1387",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1388,
    "results": [
        {
            "start": 843891289,
            "stop": 843891316
        },
        {
            "start": 843891319,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843894119
        },
        {
            "start": 843894124,
            "stop": 843894182
        },
        {
            "start": 843894185,
            "stop": 843894298
        },
        {
            "start": 843894301,
            "stop": 843894431
        },
        {
            "start": 843894434,
            "stop": 843894463
        },
        {
            "start": 843894466,
            "stop": 843894535
        },
        {
            "start": 843894538,
            "stop": 843894599
        },
        {
            "start": 843894602,
            "stop": 843894714
        },
        {
            "start": 843894717,
            "stop": 843895034
        },
        {
            "start": 843895037,
            "stop": 843895168
        },
        {
            "start": 843895171,
            "stop": 843895300
        },
        {
            "start": 843895303,
            "stop": 843895428
        },
        {
            "start": 843895431,
            "stop": 843895434
        },
        {
            "start": 843895437,
            "stop": 843895526
        },
        {
            "start": 843895529,
            "stop": 843895651
        },
        {
            "start": 843895654,
            "stop": 843895728
        },
        {
            "start": 843895731,
            "stop": 843895758
        },
        {
            "start": 843895761,
            "stop": 843895769
        }
    ]
}