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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 265,
    "results": [
        {
            "start": 931681408,
            "stop": 931681409
        },
        {
            "start": 931681412,
            "stop": 931681415
        },
        {
            "start": 931681419,
            "stop": 931681428
        },
        {
            "start": 931681433,
            "stop": 931681435
        },
        {
            "start": 931681443,
            "stop": 931681444
        },
        {
            "start": 931681462,
            "stop": 931681473
        },
        {
            "start": 931681475,
            "stop": 931681479
        },
        {
            "start": 931681484,
            "stop": 931681492
        },
        {
            "start": 931681494,
            "stop": 931681496
        },
        {
            "start": 931681499,
            "stop": 931681511
        },
        {
            "start": 931681514,
            "stop": 931681517
        },
        {
            "start": 931681522,
            "stop": 931681527
        },
        {
            "start": 931681537,
            "stop": 931681543
        },
        {
            "start": 931681546,
            "stop": 931681549
        },
        {
            "start": 931681552,
            "stop": 931681564
        },
        {
            "start": 931681567,
            "stop": 931681582
        },
        {
            "start": 931681585,
            "stop": 931681593
        },
        {
            "start": 931681598,
            "stop": 931681607
        },
        {
            "start": 931681610,
            "stop": 931681625
        },
        {
            "start": 931681632,
            "stop": 931681660
        }
    ]
}