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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=395",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 396,
    "results": [
        {
            "start": 1184576439,
            "stop": 1184576661
        },
        {
            "start": 1184576668,
            "stop": 1184576685
        },
        {
            "start": 1184576701,
            "stop": 1184576703
        },
        {
            "start": 1184576721,
            "stop": 1184576774
        },
        {
            "start": 1184576810,
            "stop": 1184576811
        },
        {
            "start": 1184576819,
            "stop": 1184576822
        },
        {
            "start": 1184576835,
            "stop": 1184577017
        },
        {
            "start": 1184577022,
            "stop": 1184577029
        },
        {
            "start": 1184577036,
            "stop": 1184577037
        },
        {
            "start": 1184577044,
            "stop": 1184577050
        },
        {
            "start": 1184577060,
            "stop": 1184577061
        },
        {
            "start": 1184577065,
            "stop": 1184577097
        },
        {
            "start": 1184577117,
            "stop": 1184577290
        },
        {
            "start": 1184577294,
            "stop": 1184577355
        },
        {
            "start": 1184577367,
            "stop": 1184577376
        },
        {
            "start": 1184581367,
            "stop": 1184583518
        },
        {
            "start": 1184583524,
            "stop": 1184584608
        },
        {
            "start": 1184584613,
            "stop": 1184584874
        },
        {
            "start": 1184584880,
            "stop": 1184584899
        },
        {
            "start": 1184584903,
            "stop": 1184584904
        }
    ]
}