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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=71",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 72,
    "results": [
        {
            "start": 1130477306,
            "stop": 1130479541
        },
        {
            "start": 1130479543,
            "stop": 1130479640
        },
        {
            "start": 1130479641,
            "stop": 1130482088
        },
        {
            "start": 1130482089,
            "stop": 1130482404
        },
        {
            "start": 1130482406,
            "stop": 1130482411
        },
        {
            "start": 1130499285,
            "stop": 1130501139
        },
        {
            "start": 1130501141,
            "stop": 1130511083
        },
        {
            "start": 1130511084,
            "stop": 1130514420
        },
        {
            "start": 1130514480,
            "stop": 1130514975
        },
        {
            "start": 1130514976,
            "stop": 1130515288
        },
        {
            "start": 1130515289,
            "stop": 1130520360
        },
        {
            "start": 1130520420,
            "stop": 1130521560
        },
        {
            "start": 1130521620,
            "stop": 1130525903
        },
        {
            "start": 1130525905,
            "stop": 1130559233
        },
        {
            "start": 1130572617,
            "stop": 1130578448
        },
        {
            "start": 1130585400,
            "stop": 1130591332
        },
        {
            "start": 1130591334,
            "stop": 1130591636
        },
        {
            "start": 1130591637,
            "stop": 1130595305
        },
        {
            "start": 1130595306,
            "stop": 1130598780
        },
        {
            "start": 1130598840,
            "stop": 1130599560
        }
    ]
}