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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=148",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 149,
    "results": [
        {
            "start": 1177431208,
            "stop": 1177431213
        },
        {
            "start": 1177431217,
            "stop": 1177431231
        },
        {
            "start": 1177431237,
            "stop": 1177431241
        },
        {
            "start": 1177431250,
            "stop": 1177431253
        },
        {
            "start": 1177431261,
            "stop": 1177431264
        },
        {
            "start": 1177431272,
            "stop": 1177431274
        },
        {
            "start": 1177431282,
            "stop": 1177431286
        },
        {
            "start": 1177431290,
            "stop": 1177431421
        },
        {
            "start": 1177431425,
            "stop": 1177431435
        },
        {
            "start": 1177431439,
            "stop": 1177431444
        },
        {
            "start": 1177431448,
            "stop": 1177431522
        },
        {
            "start": 1177431524,
            "stop": 1177431531
        },
        {
            "start": 1177431534,
            "stop": 1177431648
        },
        {
            "start": 1177431649,
            "stop": 1177431656
        },
        {
            "start": 1177431660,
            "stop": 1177431707
        },
        {
            "start": 1177431710,
            "stop": 1177431716
        },
        {
            "start": 1177431719,
            "stop": 1177431816
        },
        {
            "start": 1177431822,
            "stop": 1177431831
        },
        {
            "start": 1177431836,
            "stop": 1177431841
        },
        {
            "start": 1177431845,
            "stop": 1177431897
        }
    ]
}