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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6196",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6197,
    "results": [
        {
            "start": 874568651,
            "stop": 874568669
        },
        {
            "start": 874568672,
            "stop": 874568705
        },
        {
            "start": 874568707,
            "stop": 874568793
        },
        {
            "start": 874568796,
            "stop": 874569046
        },
        {
            "start": 874569049,
            "stop": 874569425
        },
        {
            "start": 874569428,
            "stop": 874569825
        },
        {
            "start": 874569828,
            "stop": 874569834
        },
        {
            "start": 874569837,
            "stop": 874569886
        },
        {
            "start": 874569889,
            "stop": 874570770
        },
        {
            "start": 874570771,
            "stop": 874571202
        },
        {
            "start": 874571203,
            "stop": 874571627
        },
        {
            "start": 874571628,
            "stop": 874572749
        },
        {
            "start": 874572750,
            "stop": 874572821
        },
        {
            "start": 874572825,
            "stop": 874572878
        },
        {
            "start": 874572881,
            "stop": 874572884
        },
        {
            "start": 874572887,
            "stop": 874573050
        },
        {
            "start": 874573053,
            "stop": 874573075
        },
        {
            "start": 874573078,
            "stop": 874573080
        },
        {
            "start": 874573083,
            "stop": 874573116
        },
        {
            "start": 874573117,
            "stop": 874573156
        }
    ]
}