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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=299",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 300,
    "results": [
        {
            "start": 847643692,
            "stop": 847643850
        },
        {
            "start": 847643851,
            "stop": 847643946
        },
        {
            "start": 847643947,
            "stop": 847643985
        },
        {
            "start": 847643986,
            "stop": 847643988
        },
        {
            "start": 847643989,
            "stop": 847644015
        },
        {
            "start": 847644017,
            "stop": 847644048
        },
        {
            "start": 847644049,
            "stop": 847644152
        },
        {
            "start": 847644153,
            "stop": 847644191
        },
        {
            "start": 847644192,
            "stop": 847644227
        },
        {
            "start": 847644228,
            "stop": 847644244
        },
        {
            "start": 847644245,
            "stop": 847644276
        },
        {
            "start": 847644277,
            "stop": 847644329
        },
        {
            "start": 847644330,
            "stop": 847644361
        },
        {
            "start": 847644363,
            "stop": 847644369
        },
        {
            "start": 847644370,
            "stop": 847644372
        },
        {
            "start": 847644373,
            "stop": 847644408
        },
        {
            "start": 847644409,
            "stop": 847644489
        },
        {
            "start": 847644490,
            "stop": 847644494
        },
        {
            "start": 847644495,
            "stop": 847644496
        },
        {
            "start": 847644497,
            "stop": 847644541
        }
    ]
}