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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=95",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 96,
    "results": [
        {
            "start": 817817135,
            "stop": 817817139
        },
        {
            "start": 817817172,
            "stop": 817817179
        },
        {
            "start": 817817192,
            "stop": 817817197
        },
        {
            "start": 817817212,
            "stop": 817817233
        },
        {
            "start": 817853794,
            "stop": 817853915
        },
        {
            "start": 817853946,
            "stop": 817853971
        },
        {
            "start": 817853985,
            "stop": 817854014
        },
        {
            "start": 817854022,
            "stop": 817854030
        },
        {
            "start": 817854038,
            "stop": 817854053
        },
        {
            "start": 817854060,
            "stop": 817854078
        },
        {
            "start": 817854096,
            "stop": 817854156
        },
        {
            "start": 817854163,
            "stop": 817854182
        },
        {
            "start": 817854192,
            "stop": 817854209
        },
        {
            "start": 817854216,
            "stop": 817854227
        },
        {
            "start": 817854242,
            "stop": 817854264
        },
        {
            "start": 817854272,
            "stop": 817854308
        },
        {
            "start": 817854319,
            "stop": 817854348
        },
        {
            "start": 817854355,
            "stop": 817854399
        },
        {
            "start": 817854406,
            "stop": 817854446
        },
        {
            "start": 817854476,
            "stop": 817854494
        }
    ]
}