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_CAT2/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_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=12",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 13,
    "results": [
        {
            "start": 816671517,
            "stop": 816671687
        },
        {
            "start": 816671695,
            "stop": 816671701
        },
        {
            "start": 816671713,
            "stop": 816671928
        },
        {
            "start": 816671936,
            "stop": 816672219
        },
        {
            "start": 816672233,
            "stop": 816672240
        },
        {
            "start": 816672248,
            "stop": 816672427
        },
        {
            "start": 816672435,
            "stop": 816672895
        },
        {
            "start": 816672908,
            "stop": 816672913
        },
        {
            "start": 816672921,
            "stop": 816672935
        },
        {
            "start": 816672944,
            "stop": 816672995
        },
        {
            "start": 816673003,
            "stop": 816673099
        },
        {
            "start": 816673107,
            "stop": 816673344
        },
        {
            "start": 816673358,
            "stop": 816673413
        },
        {
            "start": 816673422,
            "stop": 816673590
        },
        {
            "start": 816673598,
            "stop": 816673768
        },
        {
            "start": 816673776,
            "stop": 816673860
        },
        {
            "start": 816673875,
            "stop": 816674064
        },
        {
            "start": 816674072,
            "stop": 816674791
        },
        {
            "start": 816674799,
            "stop": 816675027
        },
        {
            "start": 816675035,
            "stop": 816675162
        }
    ]
}