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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=12",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 13,
    "results": [
        {
            "start": 816233007,
            "stop": 816233015
        },
        {
            "start": 816233024,
            "stop": 816233030
        },
        {
            "start": 816233038,
            "stop": 816233151
        },
        {
            "start": 816233177,
            "stop": 816233233
        },
        {
            "start": 816233251,
            "stop": 816233256
        },
        {
            "start": 816233263,
            "stop": 816233297
        },
        {
            "start": 816233307,
            "stop": 816233321
        },
        {
            "start": 816233330,
            "stop": 816233350
        },
        {
            "start": 816233360,
            "stop": 816233377
        },
        {
            "start": 816233380,
            "stop": 816233445
        },
        {
            "start": 816233454,
            "stop": 816233474
        },
        {
            "start": 816233484,
            "stop": 816233487
        },
        {
            "start": 816233491,
            "stop": 816233520
        },
        {
            "start": 816233528,
            "stop": 816233550
        },
        {
            "start": 816233557,
            "stop": 816233567
        },
        {
            "start": 816233574,
            "stop": 816233593
        },
        {
            "start": 816233597,
            "stop": 816233602
        },
        {
            "start": 816233615,
            "stop": 816233619
        },
        {
            "start": 816233627,
            "stop": 816233642
        },
        {
            "start": 816233650,
            "stop": 816233654
        }
    ]
}