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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 145,
    "results": [
        {
            "start": 1175894895,
            "stop": 1175894904
        },
        {
            "start": 1175894905,
            "stop": 1175894914
        },
        {
            "start": 1175894915,
            "stop": 1175895875
        },
        {
            "start": 1175895879,
            "stop": 1175895941
        },
        {
            "start": 1175895944,
            "stop": 1175907249
        },
        {
            "start": 1175907250,
            "stop": 1175907251
        },
        {
            "start": 1175907259,
            "stop": 1175907263
        },
        {
            "start": 1175907268,
            "stop": 1175907281
        },
        {
            "start": 1175907282,
            "stop": 1175907341
        },
        {
            "start": 1175907344,
            "stop": 1175907348
        },
        {
            "start": 1175907349,
            "stop": 1175907376
        },
        {
            "start": 1175907378,
            "stop": 1175907402
        },
        {
            "start": 1175907403,
            "stop": 1175907407
        },
        {
            "start": 1175907408,
            "stop": 1175907553
        },
        {
            "start": 1175907554,
            "stop": 1175907679
        },
        {
            "start": 1175907681,
            "stop": 1175908714
        },
        {
            "start": 1175908716,
            "stop": 1175912085
        },
        {
            "start": 1175912086,
            "stop": 1175912091
        },
        {
            "start": 1175912092,
            "stop": 1175912096
        },
        {
            "start": 1175912099,
            "stop": 1175912108
        }
    ]
}