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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=87",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 88,
    "results": [
        {
            "start": 827620219,
            "stop": 827620221
        },
        {
            "start": 827620295,
            "stop": 827620453
        },
        {
            "start": 827620494,
            "stop": 827620495
        },
        {
            "start": 827620576,
            "stop": 827621053
        },
        {
            "start": 827627236,
            "stop": 827627463
        },
        {
            "start": 827627636,
            "stop": 827646102
        },
        {
            "start": 827649957,
            "stop": 827653348
        },
        {
            "start": 827655193,
            "stop": 827664553
        },
        {
            "start": 827664589,
            "stop": 827664590
        },
        {
            "start": 827664733,
            "stop": 827664793
        },
        {
            "start": 827664852,
            "stop": 827664854
        },
        {
            "start": 827665153,
            "stop": 827669233
        },
        {
            "start": 827669286,
            "stop": 827669287
        },
        {
            "start": 827669451,
            "stop": 827670673
        },
        {
            "start": 827670689,
            "stop": 827670690
        },
        {
            "start": 827674149,
            "stop": 827677753
        },
        {
            "start": 827677783,
            "stop": 827677784
        },
        {
            "start": 827677921,
            "stop": 827679013
        },
        {
            "start": 827679039,
            "stop": 827679040
        },
        {
            "start": 827679150,
            "stop": 827680813
        }
    ]
}