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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=96",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 97,
    "results": [
        {
            "start": 828958655,
            "stop": 828958813
        },
        {
            "start": 828958837,
            "stop": 828958838
        },
        {
            "start": 828958973,
            "stop": 828961499
        },
        {
            "start": 828962280,
            "stop": 828965948
        },
        {
            "start": 828966898,
            "stop": 828967453
        },
        {
            "start": 828967461,
            "stop": 828967462
        },
        {
            "start": 828967531,
            "stop": 828969073
        },
        {
            "start": 828969081,
            "stop": 828969082
        },
        {
            "start": 828969605,
            "stop": 828976971
        },
        {
            "start": 829033384,
            "stop": 829035133
        },
        {
            "start": 829035159,
            "stop": 829035160
        },
        {
            "start": 829036100,
            "stop": 829048333
        },
        {
            "start": 829048352,
            "stop": 829048354
        },
        {
            "start": 829048466,
            "stop": 829052773
        },
        {
            "start": 829052805,
            "stop": 829052807
        },
        {
            "start": 829053006,
            "stop": 829053373
        },
        {
            "start": 829053386,
            "stop": 829053387
        },
        {
            "start": 829053467,
            "stop": 829054422
        },
        {
            "start": 829055401,
            "stop": 829057513
        },
        {
            "start": 829131452,
            "stop": 829136653
        }
    ]
}