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/O3a/timelines/H1_BURST_CAT3/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/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 89,
    "results": [
        {
            "start": 1238992355,
            "stop": 1238992362
        },
        {
            "start": 1238992364,
            "stop": 1238992431
        },
        {
            "start": 1238992432,
            "stop": 1238992558
        },
        {
            "start": 1238992559,
            "stop": 1238992616
        },
        {
            "start": 1238992619,
            "stop": 1238992862
        },
        {
            "start": 1238992865,
            "stop": 1238992993
        },
        {
            "start": 1238992995,
            "stop": 1238993355
        },
        {
            "start": 1238993357,
            "stop": 1238993387
        },
        {
            "start": 1238993388,
            "stop": 1238993507
        },
        {
            "start": 1238993549,
            "stop": 1238993906
        },
        {
            "start": 1238993907,
            "stop": 1238994404
        },
        {
            "start": 1238994405,
            "stop": 1238994619
        },
        {
            "start": 1238994622,
            "stop": 1238994673
        },
        {
            "start": 1238994676,
            "stop": 1238994973
        },
        {
            "start": 1238994974,
            "stop": 1238995065
        },
        {
            "start": 1238996638,
            "stop": 1238997072
        },
        {
            "start": 1238997073,
            "stop": 1238997174
        },
        {
            "start": 1238997177,
            "stop": 1238997299
        },
        {
            "start": 1238997300,
            "stop": 1238997422
        },
        {
            "start": 1238997425,
            "stop": 1238997504
        }
    ]
}