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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14456",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14454",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14455,
    "results": [
        {
            "start": 971561246,
            "stop": 971561248
        },
        {
            "start": 971561250,
            "stop": 971561252
        },
        {
            "start": 971561258,
            "stop": 971561263
        },
        {
            "start": 971561264,
            "stop": 971561268
        },
        {
            "start": 971561270,
            "stop": 971561275
        },
        {
            "start": 971561276,
            "stop": 971561290
        },
        {
            "start": 971561293,
            "stop": 971561294
        },
        {
            "start": 971561295,
            "stop": 971561300
        },
        {
            "start": 971561302,
            "stop": 971561305
        },
        {
            "start": 971561308,
            "stop": 971561311
        },
        {
            "start": 971561313,
            "stop": 971561319
        },
        {
            "start": 971561321,
            "stop": 971561332
        },
        {
            "start": 971561334,
            "stop": 971561339
        },
        {
            "start": 971561341,
            "stop": 971561348
        },
        {
            "start": 971561354,
            "stop": 971561355
        },
        {
            "start": 971561356,
            "stop": 971561357
        },
        {
            "start": 971561360,
            "stop": 971561364
        },
        {
            "start": 971561373,
            "stop": 971561375
        },
        {
            "start": 971561377,
            "stop": 971561380
        },
        {
            "start": 971561382,
            "stop": 971561383
        }
    ]
}