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=1305
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=1306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1304",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1305,
    "results": [
        {
            "start": 843827753,
            "stop": 843827797
        },
        {
            "start": 843827805,
            "stop": 843827868
        },
        {
            "start": 843827871,
            "stop": 843827872
        },
        {
            "start": 843827875,
            "stop": 843827922
        },
        {
            "start": 843827925,
            "stop": 843828122
        },
        {
            "start": 843828125,
            "stop": 843828240
        },
        {
            "start": 843828243,
            "stop": 843828303
        },
        {
            "start": 843828306,
            "stop": 843828320
        },
        {
            "start": 843828323,
            "stop": 843828342
        },
        {
            "start": 843828345,
            "stop": 843828534
        },
        {
            "start": 843828537,
            "stop": 843828606
        },
        {
            "start": 843828609,
            "stop": 843828694
        },
        {
            "start": 843828697,
            "stop": 843828947
        },
        {
            "start": 843828950,
            "stop": 843828951
        },
        {
            "start": 843828954,
            "stop": 843829146
        },
        {
            "start": 843829149,
            "stop": 843829153
        },
        {
            "start": 843829156,
            "stop": 843829168
        },
        {
            "start": 843829174,
            "stop": 843829214
        },
        {
            "start": 843829217,
            "stop": 843829282
        },
        {
            "start": 843829285,
            "stop": 843829286
        }
    ]
}