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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=108",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 109,
    "results": [
        {
            "start": 817870286,
            "stop": 817870306
        },
        {
            "start": 817870320,
            "stop": 817870330
        },
        {
            "start": 817870338,
            "stop": 817870381
        },
        {
            "start": 817870390,
            "stop": 817870391
        },
        {
            "start": 817870426,
            "stop": 817870463
        },
        {
            "start": 817870504,
            "stop": 817870513
        },
        {
            "start": 817870530,
            "stop": 817870533
        },
        {
            "start": 817870540,
            "stop": 817870553
        },
        {
            "start": 817870562,
            "stop": 817870583
        },
        {
            "start": 817870678,
            "stop": 817870701
        },
        {
            "start": 817870708,
            "stop": 817870844
        },
        {
            "start": 817870852,
            "stop": 817870859
        },
        {
            "start": 817870867,
            "stop": 817870870
        },
        {
            "start": 817870882,
            "stop": 817870920
        },
        {
            "start": 817870928,
            "stop": 817870940
        },
        {
            "start": 817870992,
            "stop": 817871000
        },
        {
            "start": 817871049,
            "stop": 817871056
        },
        {
            "start": 817871085,
            "stop": 817871098
        },
        {
            "start": 817871127,
            "stop": 817871145
        },
        {
            "start": 817871208,
            "stop": 817871224
        }
    ]
}