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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=286",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 287,
    "results": [
        {
            "start": 931767477,
            "stop": 931767481
        },
        {
            "start": 931767484,
            "stop": 931767485
        },
        {
            "start": 931767487,
            "stop": 931767488
        },
        {
            "start": 931767491,
            "stop": 931767492
        },
        {
            "start": 931767498,
            "stop": 931767499
        },
        {
            "start": 931767502,
            "stop": 931767504
        },
        {
            "start": 931767507,
            "stop": 931767509
        },
        {
            "start": 931767512,
            "stop": 931767517
        },
        {
            "start": 931767521,
            "stop": 931767528
        },
        {
            "start": 931767535,
            "stop": 931767536
        },
        {
            "start": 931767541,
            "stop": 931767544
        },
        {
            "start": 931767546,
            "stop": 931767560
        },
        {
            "start": 931767569,
            "stop": 931767578
        },
        {
            "start": 931767580,
            "stop": 931767581
        },
        {
            "start": 931767595,
            "stop": 931767600
        },
        {
            "start": 931767603,
            "stop": 931767605
        },
        {
            "start": 931767609,
            "stop": 931767610
        },
        {
            "start": 931767613,
            "stop": 931767615
        },
        {
            "start": 931767618,
            "stop": 931767622
        },
        {
            "start": 931767627,
            "stop": 931767630
        }
    ]
}