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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 108,
    "results": [
        {
            "start": 1175268270,
            "stop": 1175268750
        },
        {
            "start": 1175268756,
            "stop": 1175270360
        },
        {
            "start": 1175270370,
            "stop": 1175272790
        },
        {
            "start": 1175272800,
            "stop": 1175273725
        },
        {
            "start": 1175273729,
            "stop": 1175274039
        },
        {
            "start": 1175274043,
            "stop": 1175274147
        },
        {
            "start": 1175274149,
            "stop": 1175277335
        },
        {
            "start": 1175277338,
            "stop": 1175278991
        },
        {
            "start": 1175278994,
            "stop": 1175279490
        },
        {
            "start": 1175279496,
            "stop": 1175280143
        },
        {
            "start": 1175280147,
            "stop": 1175280167
        },
        {
            "start": 1175280168,
            "stop": 1175280209
        },
        {
            "start": 1175280210,
            "stop": 1175280211
        },
        {
            "start": 1175280213,
            "stop": 1175280228
        },
        {
            "start": 1175280230,
            "stop": 1175280387
        },
        {
            "start": 1175280393,
            "stop": 1175280395
        },
        {
            "start": 1175280396,
            "stop": 1175280489
        },
        {
            "start": 1175280490,
            "stop": 1175280491
        },
        {
            "start": 1175280494,
            "stop": 1175280495
        },
        {
            "start": 1175280497,
            "stop": 1175280504
        }
    ]
}