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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=240",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 241,
    "results": [
        {
            "start": 931505508,
            "stop": 931505509
        },
        {
            "start": 931505512,
            "stop": 931505521
        },
        {
            "start": 931505524,
            "stop": 931505525
        },
        {
            "start": 931505532,
            "stop": 931505536
        },
        {
            "start": 931505539,
            "stop": 931505546
        },
        {
            "start": 931505552,
            "stop": 931505563
        },
        {
            "start": 931505568,
            "stop": 931505572
        },
        {
            "start": 931505575,
            "stop": 931505578
        },
        {
            "start": 931505581,
            "stop": 931505585
        },
        {
            "start": 931505588,
            "stop": 931505591
        },
        {
            "start": 931505594,
            "stop": 931505596
        },
        {
            "start": 931505598,
            "stop": 931505604
        },
        {
            "start": 931505607,
            "stop": 931505615
        },
        {
            "start": 931505618,
            "stop": 931505619
        },
        {
            "start": 931505620,
            "stop": 931505627
        },
        {
            "start": 931505639,
            "stop": 931505644
        },
        {
            "start": 931505648,
            "stop": 931505652
        },
        {
            "start": 931505659,
            "stop": 931505662
        },
        {
            "start": 931505665,
            "stop": 931505671
        },
        {
            "start": 931505674,
            "stop": 931505675
        }
    ]
}