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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 91,
    "results": [
        {
            "start": 1134486396,
            "stop": 1134490026
        },
        {
            "start": 1134490029,
            "stop": 1134494477
        },
        {
            "start": 1134494485,
            "stop": 1134497123
        },
        {
            "start": 1134497124,
            "stop": 1134510211
        },
        {
            "start": 1134518081,
            "stop": 1134528858
        },
        {
            "start": 1134543174,
            "stop": 1134545959
        },
        {
            "start": 1134545961,
            "stop": 1134552404
        },
        {
            "start": 1134552407,
            "stop": 1134557830
        },
        {
            "start": 1134557838,
            "stop": 1134565461
        },
        {
            "start": 1134565469,
            "stop": 1134566181
        },
        {
            "start": 1134566192,
            "stop": 1134574513
        },
        {
            "start": 1134574520,
            "stop": 1134576746
        },
        {
            "start": 1134576754,
            "stop": 1134577525
        },
        {
            "start": 1134577533,
            "stop": 1134578124
        },
        {
            "start": 1134578131,
            "stop": 1134579308
        },
        {
            "start": 1134579316,
            "stop": 1134580461
        },
        {
            "start": 1134580463,
            "stop": 1134583146
        },
        {
            "start": 1134583154,
            "stop": 1134588386
        },
        {
            "start": 1134588388,
            "stop": 1134595710
        },
        {
            "start": 1134595718,
            "stop": 1134617541
        }
    ]
}