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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=337",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 338,
    "results": [
        {
            "start": 865565634,
            "stop": 865578042
        },
        {
            "start": 865579341,
            "stop": 865594856
        },
        {
            "start": 865596875,
            "stop": 865596893
        },
        {
            "start": 865598416,
            "stop": 865598521
        },
        {
            "start": 865598596,
            "stop": 865605338
        },
        {
            "start": 865606514,
            "stop": 865607608
        },
        {
            "start": 865607920,
            "stop": 865626938
        },
        {
            "start": 865628948,
            "stop": 865630269
        },
        {
            "start": 865631439,
            "stop": 865668464
        },
        {
            "start": 865668615,
            "stop": 865682148
        },
        {
            "start": 865682549,
            "stop": 865685472
        },
        {
            "start": 865686555,
            "stop": 865687552
        },
        {
            "start": 865690469,
            "stop": 865692107
        },
        {
            "start": 865692369,
            "stop": 865693789
        },
        {
            "start": 865724253,
            "stop": 865736458
        },
        {
            "start": 865739908,
            "stop": 865747811
        },
        {
            "start": 865748565,
            "stop": 865757281
        },
        {
            "start": 865759666,
            "stop": 865770738
        },
        {
            "start": 865772686,
            "stop": 865777813
        },
        {
            "start": 865778045,
            "stop": 865780234
        }
    ]
}