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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=67",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 68,
    "results": [
        {
            "start": 816274258,
            "stop": 816274338
        },
        {
            "start": 816274341,
            "stop": 816274530
        },
        {
            "start": 816274533,
            "stop": 816274612
        },
        {
            "start": 816274615,
            "stop": 816274643
        },
        {
            "start": 816274647,
            "stop": 816274878
        },
        {
            "start": 816274881,
            "stop": 816274915
        },
        {
            "start": 816274918,
            "stop": 816275010
        },
        {
            "start": 816275013,
            "stop": 816275184
        },
        {
            "start": 816275187,
            "stop": 816275233
        },
        {
            "start": 816275237,
            "stop": 816275583
        },
        {
            "start": 816275586,
            "stop": 816275732
        },
        {
            "start": 816275735,
            "stop": 816275825
        },
        {
            "start": 816275828,
            "stop": 816276051
        },
        {
            "start": 816276054,
            "stop": 816276192
        },
        {
            "start": 816276195,
            "stop": 816276240
        },
        {
            "start": 816276243,
            "stop": 816276355
        },
        {
            "start": 816276358,
            "stop": 816276363
        },
        {
            "start": 816276366,
            "stop": 816276652
        },
        {
            "start": 816276655,
            "stop": 816276710
        },
        {
            "start": 816276713,
            "stop": 816276763
        }
    ]
}