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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 64,
    "results": [
        {
            "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
        },
        {
            "start": 931501032,
            "stop": 931501038
        },
        {
            "start": 931501041,
            "stop": 931501042
        },
        {
            "start": 931501048,
            "stop": 931501052
        },
        {
            "start": 931501058,
            "stop": 931501059
        },
        {
            "start": 931501064,
            "stop": 931501081
        },
        {
            "start": 931501084,
            "stop": 931501086
        },
        {
            "start": 931501095,
            "stop": 931501100
        },
        {
            "start": 931501104,
            "stop": 931501106
        },
        {
            "start": 931501109,
            "stop": 931501112
        }
    ]
}