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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=334",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 335,
    "results": [
        {
            "start": 949972017,
            "stop": 949972617
        },
        {
            "start": 949973460,
            "stop": 949980091
        },
        {
            "start": 949980096,
            "stop": 949980867
        },
        {
            "start": 949982483,
            "stop": 949990007
        },
        {
            "start": 949990013,
            "stop": 949992533
        },
        {
            "start": 949992538,
            "stop": 949992900
        },
        {
            "start": 949992905,
            "stop": 949995270
        },
        {
            "start": 949995276,
            "stop": 949995304
        },
        {
            "start": 949995310,
            "stop": 950002606
        },
        {
            "start": 950002611,
            "stop": 950002674
        },
        {
            "start": 950004719,
            "stop": 950006132
        },
        {
            "start": 950007820,
            "stop": 950010138
        },
        {
            "start": 950011853,
            "stop": 950011919
        },
        {
            "start": 950011925,
            "stop": 950012186
        },
        {
            "start": 950014570,
            "stop": 950016805
        },
        {
            "start": 950016810,
            "stop": 950016854
        },
        {
            "start": 950018418,
            "stop": 950019849
        },
        {
            "start": 950019854,
            "stop": 950019942
        },
        {
            "start": 950021124,
            "stop": 950024345
        },
        {
            "start": 950025150,
            "stop": 950026246
        }
    ]
}