Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=180
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=179",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 180,
    "results": [
        {
            "start": 956522254,
            "stop": 956522273
        },
        {
            "start": 956522279,
            "stop": 956522672
        },
        {
            "start": 956522681,
            "stop": 956522684
        },
        {
            "start": 956522702,
            "stop": 956524716
        },
        {
            "start": 956526771,
            "stop": 956528671
        },
        {
            "start": 956534252,
            "stop": 956534272
        },
        {
            "start": 956534275,
            "stop": 956534290
        },
        {
            "start": 956534293,
            "stop": 956534372
        },
        {
            "start": 956534375,
            "stop": 956534407
        },
        {
            "start": 956534413,
            "stop": 956534420
        },
        {
            "start": 956534423,
            "stop": 956534424
        },
        {
            "start": 956534434,
            "stop": 956534439
        },
        {
            "start": 956541135,
            "stop": 956541369
        },
        {
            "start": 956541372,
            "stop": 956541373
        },
        {
            "start": 956541377,
            "stop": 956541378
        },
        {
            "start": 956541381,
            "stop": 956541681
        },
        {
            "start": 956541684,
            "stop": 956541827
        },
        {
            "start": 956541831,
            "stop": 956541883
        },
        {
            "start": 956541886,
            "stop": 956542501
        },
        {
            "start": 956542504,
            "stop": 956546267
        }
    ]
}