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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 56,
    "results": [
        {
            "start": 1402990334,
            "stop": 1402993012
        },
        {
            "start": 1402997522,
            "stop": 1402998214
        },
        {
            "start": 1402998216,
            "stop": 1402999756
        },
        {
            "start": 1402999758,
            "stop": 1403008879
        },
        {
            "start": 1403014899,
            "stop": 1403036785
        },
        {
            "start": 1403039408,
            "stop": 1403039447
        },
        {
            "start": 1403039837,
            "stop": 1403041746
        },
        {
            "start": 1403041749,
            "stop": 1403055800
        },
        {
            "start": 1403055805,
            "stop": 1403056005
        },
        {
            "start": 1403056008,
            "stop": 1403058524
        },
        {
            "start": 1403058528,
            "stop": 1403058718
        },
        {
            "start": 1403058723,
            "stop": 1403059438
        },
        {
            "start": 1403059439,
            "stop": 1403076635
        },
        {
            "start": 1403076637,
            "stop": 1403077908
        },
        {
            "start": 1403077913,
            "stop": 1403084356
        },
        {
            "start": 1403084360,
            "stop": 1403084418
        },
        {
            "start": 1403084423,
            "stop": 1403087491
        },
        {
            "start": 1403087496,
            "stop": 1403099149
        },
        {
            "start": 1403099154,
            "stop": 1403103511
        },
        {
            "start": 1403103515,
            "stop": 1403114316
        }
    ]
}