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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5337",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5335",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5336,
    "results": [
        {
            "start": 1137236238,
            "stop": 1137236426
        },
        {
            "start": 1137236428,
            "stop": 1137236606
        },
        {
            "start": 1137236608,
            "stop": 1137236656
        },
        {
            "start": 1137236658,
            "stop": 1137236869
        },
        {
            "start": 1137236872,
            "stop": 1137236895
        },
        {
            "start": 1137236897,
            "stop": 1137237081
        },
        {
            "start": 1137237083,
            "stop": 1137237191
        },
        {
            "start": 1137237194,
            "stop": 1137237443
        },
        {
            "start": 1137237446,
            "stop": 1137237461
        },
        {
            "start": 1137237463,
            "stop": 1137237464
        },
        {
            "start": 1137237465,
            "stop": 1137237559
        },
        {
            "start": 1137237561,
            "stop": 1137237745
        },
        {
            "start": 1137237747,
            "stop": 1137237844
        },
        {
            "start": 1137237846,
            "stop": 1137237886
        },
        {
            "start": 1137237888,
            "stop": 1137237901
        },
        {
            "start": 1137237903,
            "stop": 1137238187
        },
        {
            "start": 1137238189,
            "stop": 1137238199
        },
        {
            "start": 1137238200,
            "stop": 1137238248
        },
        {
            "start": 1137238251,
            "stop": 1137238291
        },
        {
            "start": 1137238293,
            "stop": 1137238425
        }
    ]
}