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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=3",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 4,
    "results": [
        {
            "start": 1239348722,
            "stop": 1239398850
        },
        {
            "start": 1239430170,
            "stop": 1239430250
        },
        {
            "start": 1239430804,
            "stop": 1239449340
        },
        {
            "start": 1239449412,
            "stop": 1239461138
        },
        {
            "start": 1239483766,
            "stop": 1239491090
        },
        {
            "start": 1239497816,
            "stop": 1239502455
        },
        {
            "start": 1239515967,
            "stop": 1239554135
        },
        {
            "start": 1239554617,
            "stop": 1239566422
        },
        {
            "start": 1239594591,
            "stop": 1239599277
        },
        {
            "start": 1239619579,
            "stop": 1239636444
        },
        {
            "start": 1239672090,
            "stop": 1239685815
        },
        {
            "start": 1239685979,
            "stop": 1239687649
        },
        {
            "start": 1239687766,
            "stop": 1239717536
        },
        {
            "start": 1239717541,
            "stop": 1239719507
        },
        {
            "start": 1239720016,
            "stop": 1239726069
        },
        {
            "start": 1239726377,
            "stop": 1239743998
        },
        {
            "start": 1239757903,
            "stop": 1239768918
        },
        {
            "start": 1239795018,
            "stop": 1239822414
        },
        {
            "start": 1239822694,
            "stop": 1239823209
        },
        {
            "start": 1239823328,
            "stop": 1239836416
        }
    ]
}