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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33286",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33287,
    "results": [
        {
            "start": 971005488,
            "stop": 971005490
        },
        {
            "start": 971005491,
            "stop": 971005508
        },
        {
            "start": 971005511,
            "stop": 971005527
        },
        {
            "start": 971005531,
            "stop": 971005537
        },
        {
            "start": 971005543,
            "stop": 971005546
        },
        {
            "start": 971005549,
            "stop": 971005572
        },
        {
            "start": 971005573,
            "stop": 971005587
        },
        {
            "start": 971005591,
            "stop": 971005593
        },
        {
            "start": 971005594,
            "stop": 971005616
        },
        {
            "start": 971005617,
            "stop": 971005637
        },
        {
            "start": 971005640,
            "stop": 971005642
        },
        {
            "start": 971005645,
            "stop": 971005652
        },
        {
            "start": 971005657,
            "stop": 971005670
        },
        {
            "start": 971005673,
            "stop": 971005684
        },
        {
            "start": 971005686,
            "stop": 971005704
        },
        {
            "start": 971005705,
            "stop": 971005716
        },
        {
            "start": 971005717,
            "stop": 971005720
        },
        {
            "start": 971005721,
            "stop": 971005725
        },
        {
            "start": 971005728,
            "stop": 971005747
        },
        {
            "start": 971005748,
            "stop": 971005751
        }
    ]
}