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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1069",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1067",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1068,
    "results": [
        {
            "start": 1136383523,
            "stop": 1136383586
        },
        {
            "start": 1136383589,
            "stop": 1136383629
        },
        {
            "start": 1136383632,
            "stop": 1136383643
        },
        {
            "start": 1136383646,
            "stop": 1136383675
        },
        {
            "start": 1136383678,
            "stop": 1136383701
        },
        {
            "start": 1136383704,
            "stop": 1136383753
        },
        {
            "start": 1136383756,
            "stop": 1136383827
        },
        {
            "start": 1136383830,
            "stop": 1136383862
        },
        {
            "start": 1136383865,
            "stop": 1136383902
        },
        {
            "start": 1136383905,
            "stop": 1136383941
        },
        {
            "start": 1136383944,
            "stop": 1136383988
        },
        {
            "start": 1136383991,
            "stop": 1136384032
        },
        {
            "start": 1136384035,
            "stop": 1136384045
        },
        {
            "start": 1136384048,
            "stop": 1136384075
        },
        {
            "start": 1136384078,
            "stop": 1136384086
        },
        {
            "start": 1136384089,
            "stop": 1136384108
        },
        {
            "start": 1136384111,
            "stop": 1136384122
        },
        {
            "start": 1136384125,
            "stop": 1136384138
        },
        {
            "start": 1136384141,
            "stop": 1136384184
        },
        {
            "start": 1136384190,
            "stop": 1136384201
        }
    ]
}