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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=73",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 74,
    "results": [
        {
            "start": 1130666781,
            "stop": 1130673699
        },
        {
            "start": 1130673700,
            "stop": 1130683914
        },
        {
            "start": 1130683915,
            "stop": 1130685312
        },
        {
            "start": 1130685313,
            "stop": 1130685317
        },
        {
            "start": 1130685320,
            "stop": 1130685322
        },
        {
            "start": 1130685323,
            "stop": 1130685390
        },
        {
            "start": 1130685392,
            "stop": 1130685393
        },
        {
            "start": 1130685394,
            "stop": 1130685395
        },
        {
            "start": 1130685397,
            "stop": 1130685661
        },
        {
            "start": 1130685666,
            "stop": 1130687097
        },
        {
            "start": 1130687098,
            "stop": 1130687119
        },
        {
            "start": 1130687120,
            "stop": 1130687168
        },
        {
            "start": 1130687169,
            "stop": 1130687171
        },
        {
            "start": 1130687173,
            "stop": 1130687248
        },
        {
            "start": 1130687249,
            "stop": 1130687462
        },
        {
            "start": 1130687463,
            "stop": 1130687607
        },
        {
            "start": 1130687608,
            "stop": 1130687676
        },
        {
            "start": 1130687680,
            "stop": 1130688045
        },
        {
            "start": 1130688046,
            "stop": 1130688049
        },
        {
            "start": 1130688050,
            "stop": 1130688703
        }
    ]
}