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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=43",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 44,
    "results": [
        {
            "start": 1165844046,
            "stop": 1165844050
        },
        {
            "start": 1165844051,
            "stop": 1165844053
        },
        {
            "start": 1165844054,
            "stop": 1165844067
        },
        {
            "start": 1165844068,
            "stop": 1165844076
        },
        {
            "start": 1165844078,
            "stop": 1165844088
        },
        {
            "start": 1165844089,
            "stop": 1165844104
        },
        {
            "start": 1165844105,
            "stop": 1165844107
        },
        {
            "start": 1165844108,
            "stop": 1165844145
        },
        {
            "start": 1165844147,
            "stop": 1165844168
        },
        {
            "start": 1165844170,
            "stop": 1165844171
        },
        {
            "start": 1165844172,
            "stop": 1165844173
        },
        {
            "start": 1165844174,
            "stop": 1165844179
        },
        {
            "start": 1165844180,
            "stop": 1165844184
        },
        {
            "start": 1165844185,
            "stop": 1165844221
        },
        {
            "start": 1165844222,
            "stop": 1165844226
        },
        {
            "start": 1165844227,
            "stop": 1165844245
        },
        {
            "start": 1165844246,
            "stop": 1165844253
        },
        {
            "start": 1165844254,
            "stop": 1165844288
        },
        {
            "start": 1165844289,
            "stop": 1165844290
        },
        {
            "start": 1165844291,
            "stop": 1165844292
        }
    ]
}