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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 62,
    "results": [
        {
            "start": 931500858,
            "stop": 931500860
        },
        {
            "start": 931500863,
            "stop": 931500871
        },
        {
            "start": 931500876,
            "stop": 931500877
        },
        {
            "start": 931500880,
            "stop": 931500882
        },
        {
            "start": 931500885,
            "stop": 931500888
        },
        {
            "start": 931500893,
            "stop": 931500896
        },
        {
            "start": 931500899,
            "stop": 931500905
        },
        {
            "start": 931500911,
            "stop": 931500916
        },
        {
            "start": 931500921,
            "stop": 931500924
        },
        {
            "start": 931500926,
            "stop": 931500927
        },
        {
            "start": 931500934,
            "stop": 931500935
        },
        {
            "start": 931500937,
            "stop": 931500941
        },
        {
            "start": 931500944,
            "stop": 931500948
        },
        {
            "start": 931500955,
            "stop": 931500964
        },
        {
            "start": 931500969,
            "stop": 931500977
        },
        {
            "start": 931500983,
            "stop": 931500992
        },
        {
            "start": 931500995,
            "stop": 931501002
        },
        {
            "start": 931501010,
            "stop": 931501014
        },
        {
            "start": 931501020,
            "stop": 931501021
        },
        {
            "start": 931501025,
            "stop": 931501029
        }
    ]
}