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=1694
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=1695",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1693",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1694,
    "results": [
        {
            "start": 957558547,
            "stop": 957558552
        },
        {
            "start": 957558554,
            "stop": 957558555
        },
        {
            "start": 957558557,
            "stop": 957558560
        },
        {
            "start": 957558564,
            "stop": 957558567
        },
        {
            "start": 957558569,
            "stop": 957558571
        },
        {
            "start": 957558575,
            "stop": 957558620
        },
        {
            "start": 957567771,
            "stop": 957568467
        },
        {
            "start": 957568469,
            "stop": 957569374
        },
        {
            "start": 957569460,
            "stop": 957571580
        },
        {
            "start": 957571601,
            "stop": 957572450
        },
        {
            "start": 957572452,
            "stop": 957572907
        },
        {
            "start": 957572909,
            "stop": 957575041
        },
        {
            "start": 957575177,
            "stop": 957575904
        },
        {
            "start": 957575906,
            "stop": 957576057
        },
        {
            "start": 957576059,
            "stop": 957576911
        },
        {
            "start": 957576913,
            "stop": 957577587
        },
        {
            "start": 957577589,
            "stop": 957577966
        },
        {
            "start": 957577968,
            "stop": 957578117
        },
        {
            "start": 957578119,
            "stop": 957578489
        },
        {
            "start": 957578490,
            "stop": 957578566
        }
    ]
}