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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46735",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46736,
    "results": [
        {
            "start": 875069165,
            "stop": 875069197
        },
        {
            "start": 875069198,
            "stop": 875069202
        },
        {
            "start": 875069203,
            "stop": 875069226
        },
        {
            "start": 875069227,
            "stop": 875069263
        },
        {
            "start": 875069264,
            "stop": 875069298
        },
        {
            "start": 875069299,
            "stop": 875069305
        },
        {
            "start": 875069306,
            "stop": 875069320
        },
        {
            "start": 875069321,
            "stop": 875069344
        },
        {
            "start": 875069345,
            "stop": 875069362
        },
        {
            "start": 875069363,
            "stop": 875069405
        },
        {
            "start": 875069407,
            "stop": 875069417
        },
        {
            "start": 875069418,
            "stop": 875069433
        },
        {
            "start": 875069434,
            "stop": 875069448
        },
        {
            "start": 875069449,
            "stop": 875069451
        },
        {
            "start": 875069454,
            "stop": 875069468
        },
        {
            "start": 875069470,
            "stop": 875069485
        },
        {
            "start": 875069486,
            "stop": 875069495
        },
        {
            "start": 875069496,
            "stop": 875069514
        },
        {
            "start": 875069515,
            "stop": 875069525
        },
        {
            "start": 875069527,
            "stop": 875069533
        }
    ]
}