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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=4",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 5,
    "results": [
        {
            "start": 1165888127,
            "stop": 1165889223
        },
        {
            "start": 1165889228,
            "stop": 1165889296
        },
        {
            "start": 1165889302,
            "stop": 1165889313
        },
        {
            "start": 1165889324,
            "stop": 1165889374
        },
        {
            "start": 1165889432,
            "stop": 1165889447
        },
        {
            "start": 1165889451,
            "stop": 1165889455
        },
        {
            "start": 1165889584,
            "stop": 1165889586
        },
        {
            "start": 1165892400,
            "stop": 1165932770
        },
        {
            "start": 1165937371,
            "stop": 1165939162
        },
        {
            "start": 1165941732,
            "stop": 1165950419
        },
        {
            "start": 1165951133,
            "stop": 1165954071
        },
        {
            "start": 1165957190,
            "stop": 1165967631
        },
        {
            "start": 1165973512,
            "stop": 1165997946
        },
        {
            "start": 1165998362,
            "stop": 1166005947
        },
        {
            "start": 1166311984,
            "stop": 1166316395
        },
        {
            "start": 1166324111,
            "stop": 1166325112
        },
        {
            "start": 1166328752,
            "stop": 1166371139
        },
        {
            "start": 1166372166,
            "stop": 1166372671
        },
        {
            "start": 1166386147,
            "stop": 1166395467
        },
        {
            "start": 1166399103,
            "stop": 1166417343
        }
    ]
}