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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=5",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 6,
    "results": [
        {
            "start": 1127808958,
            "stop": 1127809144
        },
        {
            "start": 1127809146,
            "stop": 1127809175
        },
        {
            "start": 1127809176,
            "stop": 1127809262
        },
        {
            "start": 1127809264,
            "stop": 1127812305
        },
        {
            "start": 1127812306,
            "stop": 1127820439
        },
        {
            "start": 1127820690,
            "stop": 1127822123
        },
        {
            "start": 1127822932,
            "stop": 1127824213
        },
        {
            "start": 1127824214,
            "stop": 1127824340
        },
        {
            "start": 1127824591,
            "stop": 1127828336
        },
        {
            "start": 1127833830,
            "stop": 1127833911
        },
        {
            "start": 1127902758,
            "stop": 1127902827
        },
        {
            "start": 1127902828,
            "stop": 1127902829
        },
        {
            "start": 1127902830,
            "stop": 1127902836
        },
        {
            "start": 1127902837,
            "stop": 1127902845
        },
        {
            "start": 1127902848,
            "stop": 1127902850
        },
        {
            "start": 1127902895,
            "stop": 1127902896
        },
        {
            "start": 1127902978,
            "stop": 1127902979
        },
        {
            "start": 1127902981,
            "stop": 1127902982
        },
        {
            "start": 1127902983,
            "stop": 1127902986
        },
        {
            "start": 1127902987,
            "stop": 1127902988
        }
    ]
}