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=505
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=506",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 505,
    "results": [
        {
            "start": 1184594953,
            "stop": 1184594960
        },
        {
            "start": 1184594962,
            "stop": 1184595880
        },
        {
            "start": 1184595883,
            "stop": 1184595885
        },
        {
            "start": 1184595887,
            "stop": 1184596773
        },
        {
            "start": 1184596777,
            "stop": 1184597522
        },
        {
            "start": 1184597526,
            "stop": 1184597740
        },
        {
            "start": 1184597744,
            "stop": 1184598135
        },
        {
            "start": 1184598139,
            "stop": 1184598669
        },
        {
            "start": 1184598672,
            "stop": 1184598763
        },
        {
            "start": 1184598766,
            "stop": 1184598974
        },
        {
            "start": 1184598978,
            "stop": 1184599580
        },
        {
            "start": 1184599582,
            "stop": 1184599590
        },
        {
            "start": 1184599592,
            "stop": 1184600154
        },
        {
            "start": 1184600157,
            "stop": 1184601333
        },
        {
            "start": 1184601335,
            "stop": 1184603115
        },
        {
            "start": 1184603117,
            "stop": 1184604228
        },
        {
            "start": 1184604230,
            "stop": 1184604591
        },
        {
            "start": 1184608169,
            "stop": 1184608485
        },
        {
            "start": 1184609593,
            "stop": 1184610452
        },
        {
            "start": 1184610482,
            "stop": 1184611331
        }
    ]
}