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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=88",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 89,
    "results": [
        {
            "start": 825155488,
            "stop": 825159296
        },
        {
            "start": 825159328,
            "stop": 825168190
        },
        {
            "start": 825168197,
            "stop": 825168206
        },
        {
            "start": 825168213,
            "stop": 825168214
        },
        {
            "start": 825168217,
            "stop": 825168237
        },
        {
            "start": 825168240,
            "stop": 825168253
        },
        {
            "start": 825168256,
            "stop": 825168257
        },
        {
            "start": 825168260,
            "stop": 825168261
        },
        {
            "start": 825168265,
            "stop": 825168350
        },
        {
            "start": 825168355,
            "stop": 825169645
        },
        {
            "start": 825169649,
            "stop": 825170449
        },
        {
            "start": 825170452,
            "stop": 825170473
        },
        {
            "start": 825175459,
            "stop": 825176864
        },
        {
            "start": 825176867,
            "stop": 825177536
        },
        {
            "start": 825177568,
            "stop": 825177817
        },
        {
            "start": 825203912,
            "stop": 825203913
        },
        {
            "start": 825203918,
            "stop": 825203924
        },
        {
            "start": 825203936,
            "stop": 825203940
        },
        {
            "start": 825203971,
            "stop": 825203977
        },
        {
            "start": 825203980,
            "stop": 825203989
        }
    ]
}