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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=23",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 24,
    "results": [
        {
            "start": 816287944,
            "stop": 816287952
        },
        {
            "start": 816287961,
            "stop": 816287968
        },
        {
            "start": 816288006,
            "stop": 816288007
        },
        {
            "start": 816288012,
            "stop": 816288026
        },
        {
            "start": 816288030,
            "stop": 816288034
        },
        {
            "start": 816288042,
            "stop": 816288044
        },
        {
            "start": 816288052,
            "stop": 816288054
        },
        {
            "start": 816288060,
            "stop": 816288078
        },
        {
            "start": 816288088,
            "stop": 816288094
        },
        {
            "start": 816288107,
            "stop": 816288128
        },
        {
            "start": 816288137,
            "stop": 816288138
        },
        {
            "start": 816288142,
            "stop": 816288143
        },
        {
            "start": 816288149,
            "stop": 816288151
        },
        {
            "start": 816288158,
            "stop": 816288170
        },
        {
            "start": 816288174,
            "stop": 816288199
        },
        {
            "start": 816288204,
            "stop": 816288207
        },
        {
            "start": 816288218,
            "stop": 816288241
        },
        {
            "start": 816288248,
            "stop": 816288260
        },
        {
            "start": 816288263,
            "stop": 816288325
        },
        {
            "start": 816288329,
            "stop": 816288360
        }
    ]
}