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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=332",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 333,
    "results": [
        {
            "start": 864608377,
            "stop": 864631799
        },
        {
            "start": 864632512,
            "stop": 864650252
        },
        {
            "start": 864651011,
            "stop": 864651036
        },
        {
            "start": 864651213,
            "stop": 864659226
        },
        {
            "start": 864659373,
            "stop": 864661857
        },
        {
            "start": 864663701,
            "stop": 864663907
        },
        {
            "start": 864663959,
            "stop": 864668248
        },
        {
            "start": 864668423,
            "stop": 864669109
        },
        {
            "start": 864669279,
            "stop": 864669694
        },
        {
            "start": 864669819,
            "stop": 864670320
        },
        {
            "start": 864671842,
            "stop": 864676395
        },
        {
            "start": 864677392,
            "stop": 864679795
        },
        {
            "start": 864679865,
            "stop": 864722825
        },
        {
            "start": 864724968,
            "stop": 864725931
        },
        {
            "start": 864726044,
            "stop": 864727660
        },
        {
            "start": 864728248,
            "stop": 864742134
        },
        {
            "start": 864744681,
            "stop": 864744810
        },
        {
            "start": 864744907,
            "stop": 864745548
        },
        {
            "start": 864745689,
            "stop": 864750106
        },
        {
            "start": 864752870,
            "stop": 864754603
        }
    ]
}