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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 320,
    "results": [
        {
            "start": 1181018757,
            "stop": 1181018759
        },
        {
            "start": 1181018761,
            "stop": 1181019105
        },
        {
            "start": 1181019106,
            "stop": 1181020076
        },
        {
            "start": 1181020077,
            "stop": 1181020181
        },
        {
            "start": 1181020183,
            "stop": 1181020391
        },
        {
            "start": 1181020392,
            "stop": 1181021208
        },
        {
            "start": 1181021209,
            "stop": 1181021355
        },
        {
            "start": 1181021361,
            "stop": 1181021376
        },
        {
            "start": 1181021377,
            "stop": 1181021379
        },
        {
            "start": 1181021380,
            "stop": 1181021533
        },
        {
            "start": 1181021534,
            "stop": 1181021567
        },
        {
            "start": 1181021574,
            "stop": 1181021582
        },
        {
            "start": 1181021584,
            "stop": 1181021771
        },
        {
            "start": 1181021781,
            "stop": 1181021820
        },
        {
            "start": 1181021821,
            "stop": 1181021870
        },
        {
            "start": 1181021871,
            "stop": 1181021873
        },
        {
            "start": 1181021874,
            "stop": 1181023142
        },
        {
            "start": 1181023143,
            "stop": 1181023240
        },
        {
            "start": 1181023241,
            "stop": 1181023419
        },
        {
            "start": 1181023420,
            "stop": 1181023745
        }
    ]
}