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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=78",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 79,
    "results": [
        {
            "start": 817659557,
            "stop": 817659609
        },
        {
            "start": 817659621,
            "stop": 817659672
        },
        {
            "start": 817659680,
            "stop": 817659719
        },
        {
            "start": 817659738,
            "stop": 817660377
        },
        {
            "start": 817660385,
            "stop": 817660572
        },
        {
            "start": 817660586,
            "stop": 817660916
        },
        {
            "start": 817660932,
            "stop": 817661101
        },
        {
            "start": 817661109,
            "stop": 817661143
        },
        {
            "start": 817661150,
            "stop": 817661194
        },
        {
            "start": 817661201,
            "stop": 817661233
        },
        {
            "start": 817661251,
            "stop": 817661260
        },
        {
            "start": 817661282,
            "stop": 817661338
        },
        {
            "start": 817661370,
            "stop": 817661659
        },
        {
            "start": 817661669,
            "stop": 817661773
        },
        {
            "start": 817661819,
            "stop": 817661820
        },
        {
            "start": 817692013,
            "stop": 817692133
        },
        {
            "start": 817692173,
            "stop": 817693558
        },
        {
            "start": 817693574,
            "stop": 817693726
        },
        {
            "start": 817693734,
            "stop": 817694347
        },
        {
            "start": 817694358,
            "stop": 817694578
        }
    ]
}