Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 85,
    "results": [
        {
            "start": 931505438,
            "stop": 931505440
        },
        {
            "start": 931505446,
            "stop": 931505450
        },
        {
            "start": 931505459,
            "stop": 931505461
        },
        {
            "start": 931505465,
            "stop": 931505483
        },
        {
            "start": 931505491,
            "stop": 931505494
        },
        {
            "start": 931505497,
            "stop": 931505502
        },
        {
            "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": 931505604
        },
        {
            "start": 931505607,
            "stop": 931505615
        },
        {
            "start": 931505618,
            "stop": 931505627
        },
        {
            "start": 931505632,
            "stop": 931505633
        }
    ]
}