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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 296,
    "results": [
        {
            "start": 932939605,
            "stop": 932940589
        },
        {
            "start": 932940593,
            "stop": 932940603
        },
        {
            "start": 932940606,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932958994
        },
        {
            "start": 932958996,
            "stop": 932959421
        },
        {
            "start": 932960498,
            "stop": 932961995
        },
        {
            "start": 932961997,
            "stop": 932961998
        },
        {
            "start": 932962000,
            "stop": 932962451
        },
        {
            "start": 932962453,
            "stop": 932964544
        },
        {
            "start": 932964545,
            "stop": 932964546
        },
        {
            "start": 932964548,
            "stop": 932964551
        },
        {
            "start": 932964553,
            "stop": 932964565
        },
        {
            "start": 932964567,
            "stop": 932964578
        },
        {
            "start": 932964580,
            "stop": 932964589
        },
        {
            "start": 932964591,
            "stop": 932964616
        },
        {
            "start": 932964619,
            "stop": 932964622
        },
        {
            "start": 932965829,
            "stop": 932968819
        },
        {
            "start": 932969810,
            "stop": 932976045
        },
        {
            "start": 932976597,
            "stop": 932978305
        },
        {
            "start": 932979353,
            "stop": 932989935
        }
    ]
}