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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=709",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=707",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 708,
    "results": [
        {
            "start": 1248952477,
            "stop": 1248952483
        },
        {
            "start": 1248952488,
            "stop": 1248952492
        },
        {
            "start": 1248952497,
            "stop": 1248952500
        },
        {
            "start": 1248952505,
            "stop": 1248952543
        },
        {
            "start": 1248952548,
            "stop": 1248952608
        },
        {
            "start": 1248952613,
            "stop": 1248952619
        },
        {
            "start": 1248952624,
            "stop": 1248952630
        },
        {
            "start": 1248952635,
            "stop": 1248952648
        },
        {
            "start": 1248952653,
            "stop": 1248952670
        },
        {
            "start": 1248952675,
            "stop": 1248952679
        },
        {
            "start": 1248952684,
            "stop": 1248952709
        },
        {
            "start": 1248957762,
            "stop": 1248960808
        },
        {
            "start": 1248960812,
            "stop": 1248962460
        },
        {
            "start": 1248962463,
            "stop": 1248962591
        },
        {
            "start": 1248962595,
            "stop": 1248963093
        },
        {
            "start": 1248963097,
            "stop": 1248968172
        },
        {
            "start": 1248968176,
            "stop": 1248973022
        },
        {
            "start": 1248973024,
            "stop": 1248974108
        },
        {
            "start": 1248974112,
            "stop": 1248975415
        },
        {
            "start": 1248975416,
            "stop": 1248976883
        }
    ]
}