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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=467",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 468,
    "results": [
        {
            "start": 1183158075,
            "stop": 1183158124
        },
        {
            "start": 1183158129,
            "stop": 1183158130
        },
        {
            "start": 1183158139,
            "stop": 1183158211
        },
        {
            "start": 1183158213,
            "stop": 1183158215
        },
        {
            "start": 1183158217,
            "stop": 1183158219
        },
        {
            "start": 1183158221,
            "stop": 1183158222
        },
        {
            "start": 1183158224,
            "stop": 1183158385
        },
        {
            "start": 1183158387,
            "stop": 1183158391
        },
        {
            "start": 1183158394,
            "stop": 1183158399
        },
        {
            "start": 1183158405,
            "stop": 1183158409
        },
        {
            "start": 1183158413,
            "stop": 1183158414
        },
        {
            "start": 1183158415,
            "stop": 1183158785
        },
        {
            "start": 1183158797,
            "stop": 1183158799
        },
        {
            "start": 1183158807,
            "stop": 1183158815
        },
        {
            "start": 1183158817,
            "stop": 1183158847
        },
        {
            "start": 1183158849,
            "stop": 1183158956
        },
        {
            "start": 1183158958,
            "stop": 1183159012
        },
        {
            "start": 1183159014,
            "stop": 1183159030
        },
        {
            "start": 1183159032,
            "stop": 1183159157
        },
        {
            "start": 1183159161,
            "stop": 1183159254
        }
    ]
}