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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16565",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16566,
    "results": [
        {
            "start": 874684993,
            "stop": 874685004
        },
        {
            "start": 874685006,
            "stop": 874685008
        },
        {
            "start": 874685010,
            "stop": 874685030
        },
        {
            "start": 874685032,
            "stop": 874685038
        },
        {
            "start": 874685040,
            "stop": 874685041
        },
        {
            "start": 874685042,
            "stop": 874685059
        },
        {
            "start": 874685060,
            "stop": 874685065
        },
        {
            "start": 874685066,
            "stop": 874685196
        },
        {
            "start": 874685197,
            "stop": 874685322
        },
        {
            "start": 874685323,
            "stop": 874685330
        },
        {
            "start": 874685331,
            "stop": 874685437
        },
        {
            "start": 874685440,
            "stop": 874685452
        },
        {
            "start": 874685454,
            "stop": 874685465
        },
        {
            "start": 874685466,
            "stop": 874685478
        },
        {
            "start": 874685480,
            "stop": 874685548
        },
        {
            "start": 874685551,
            "stop": 874685553
        },
        {
            "start": 874685554,
            "stop": 874685556
        },
        {
            "start": 874685559,
            "stop": 874685609
        },
        {
            "start": 874685622,
            "stop": 874685634
        },
        {
            "start": 874685635,
            "stop": 874685642
        }
    ]
}