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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=151",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 152,
    "results": [
        {
            "start": 831767151,
            "stop": 831811933
        },
        {
            "start": 831818677,
            "stop": 831826866
        },
        {
            "start": 831846383,
            "stop": 831851653
        },
        {
            "start": 831853538,
            "stop": 831924064
        },
        {
            "start": 831924143,
            "stop": 831925811
        },
        {
            "start": 831925914,
            "stop": 831934015
        },
        {
            "start": 831937048,
            "stop": 831944030
        },
        {
            "start": 831944522,
            "stop": 831956293
        },
        {
            "start": 831957439,
            "stop": 831982693
        },
        {
            "start": 831984451,
            "stop": 832008853
        },
        {
            "start": 832011329,
            "stop": 832012687
        },
        {
            "start": 832013145,
            "stop": 832017673
        },
        {
            "start": 832018610,
            "stop": 832018801
        },
        {
            "start": 832021273,
            "stop": 832029229
        },
        {
            "start": 832033344,
            "stop": 832037354
        },
        {
            "start": 832037358,
            "stop": 832037653
        },
        {
            "start": 832043549,
            "stop": 832044012
        },
        {
            "start": 832044031,
            "stop": 832045276
        },
        {
            "start": 832045280,
            "stop": 832045281
        },
        {
            "start": 832045290,
            "stop": 832045320
        }
    ]
}