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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=347",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 348,
    "results": [
        {
            "start": 1182384943,
            "stop": 1182386977
        },
        {
            "start": 1182386978,
            "stop": 1182387581
        },
        {
            "start": 1182387582,
            "stop": 1182389596
        },
        {
            "start": 1182389597,
            "stop": 1182389804
        },
        {
            "start": 1182389805,
            "stop": 1182389838
        },
        {
            "start": 1182389839,
            "stop": 1182389844
        },
        {
            "start": 1182389846,
            "stop": 1182391254
        },
        {
            "start": 1182391256,
            "stop": 1182391484
        },
        {
            "start": 1182391485,
            "stop": 1182392216
        },
        {
            "start": 1182392217,
            "stop": 1182392229
        },
        {
            "start": 1182392230,
            "stop": 1182392352
        },
        {
            "start": 1182392353,
            "stop": 1182392644
        },
        {
            "start": 1182392645,
            "stop": 1182392874
        },
        {
            "start": 1182392875,
            "stop": 1182392885
        },
        {
            "start": 1182392886,
            "stop": 1182392937
        },
        {
            "start": 1182392938,
            "stop": 1182392940
        },
        {
            "start": 1182392941,
            "stop": 1182392943
        },
        {
            "start": 1182392944,
            "stop": 1182392949
        },
        {
            "start": 1182392950,
            "stop": 1182393470
        },
        {
            "start": 1182393471,
            "stop": 1182393607
        }
    ]
}