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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=272",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 273,
    "results": [
        {
            "start": 865596875,
            "stop": 865596916
        },
        {
            "start": 865598416,
            "stop": 865598521
        },
        {
            "start": 865598596,
            "stop": 865605361
        },
        {
            "start": 865606514,
            "stop": 865607608
        },
        {
            "start": 865607920,
            "stop": 865626960
        },
        {
            "start": 865628948,
            "stop": 865630293
        },
        {
            "start": 865631439,
            "stop": 865668464
        },
        {
            "start": 865668615,
            "stop": 865682148
        },
        {
            "start": 865682549,
            "stop": 865685472
        },
        {
            "start": 865686555,
            "stop": 865687575
        },
        {
            "start": 865690469,
            "stop": 865692107
        },
        {
            "start": 865692369,
            "stop": 865693812
        },
        {
            "start": 865724253,
            "stop": 865736481
        },
        {
            "start": 865739908,
            "stop": 865747811
        },
        {
            "start": 865748565,
            "stop": 865757281
        },
        {
            "start": 865759666,
            "stop": 865770738
        },
        {
            "start": 865772686,
            "stop": 865777813
        },
        {
            "start": 865778045,
            "stop": 865780257
        },
        {
            "start": 865780921,
            "stop": 865786189
        },
        {
            "start": 865786568,
            "stop": 865792019
        }
    ]
}