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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 37,
    "results": [
        {
            "start": 931475093,
            "stop": 931475320
        },
        {
            "start": 931475322,
            "stop": 931475338
        },
        {
            "start": 931475343,
            "stop": 931477059
        },
        {
            "start": 931481939,
            "stop": 931481948
        },
        {
            "start": 931481957,
            "stop": 931481958
        },
        {
            "start": 931481961,
            "stop": 931481962
        },
        {
            "start": 931481967,
            "stop": 931481970
        },
        {
            "start": 931481973,
            "stop": 931481983
        },
        {
            "start": 931481990,
            "stop": 931481993
        },
        {
            "start": 931481996,
            "stop": 931481998
        },
        {
            "start": 931482004,
            "stop": 931482005
        },
        {
            "start": 931482008,
            "stop": 931482017
        },
        {
            "start": 931482026,
            "stop": 931482031
        },
        {
            "start": 931482034,
            "stop": 931482036
        },
        {
            "start": 931482040,
            "stop": 931482042
        },
        {
            "start": 931482049,
            "stop": 931482051
        },
        {
            "start": 931482056,
            "stop": 931482058
        },
        {
            "start": 931482062,
            "stop": 931482065
        },
        {
            "start": 931482068,
            "stop": 931482069
        },
        {
            "start": 931482075,
            "stop": 931482078
        }
    ]
}