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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=437",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 438,
    "results": [
        {
            "start": 847810791,
            "stop": 847811012
        },
        {
            "start": 847811013,
            "stop": 847811044
        },
        {
            "start": 847811046,
            "stop": 847811087
        },
        {
            "start": 847811088,
            "stop": 847811097
        },
        {
            "start": 847811098,
            "stop": 847811107
        },
        {
            "start": 847811108,
            "stop": 847811119
        },
        {
            "start": 847811120,
            "stop": 847811137
        },
        {
            "start": 847811138,
            "stop": 847811204
        },
        {
            "start": 847811206,
            "stop": 847811225
        },
        {
            "start": 847811226,
            "stop": 847811247
        },
        {
            "start": 847811248,
            "stop": 847811268
        },
        {
            "start": 847811269,
            "stop": 847811289
        },
        {
            "start": 847811291,
            "stop": 847811310
        },
        {
            "start": 847811311,
            "stop": 847811334
        },
        {
            "start": 847811335,
            "stop": 847811350
        },
        {
            "start": 847811351,
            "stop": 847811353
        },
        {
            "start": 847811354,
            "stop": 847811378
        },
        {
            "start": 847811379,
            "stop": 847811381
        },
        {
            "start": 847811382,
            "stop": 847811383
        },
        {
            "start": 847811384,
            "stop": 847811385
        }
    ]
}