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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1090",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1088",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1089,
    "results": [
        {
            "start": 1253528430,
            "stop": 1253528762
        },
        {
            "start": 1253528765,
            "stop": 1253528899
        },
        {
            "start": 1253528903,
            "stop": 1253532676
        },
        {
            "start": 1253532684,
            "stop": 1253533279
        },
        {
            "start": 1253533282,
            "stop": 1253533451
        },
        {
            "start": 1253533455,
            "stop": 1253533751
        },
        {
            "start": 1253533755,
            "stop": 1253533777
        },
        {
            "start": 1253533781,
            "stop": 1253533940
        },
        {
            "start": 1253533945,
            "stop": 1253533976
        },
        {
            "start": 1253533981,
            "stop": 1253534045
        },
        {
            "start": 1253534050,
            "stop": 1253534052
        },
        {
            "start": 1253534057,
            "stop": 1253534062
        },
        {
            "start": 1253534067,
            "stop": 1253534080
        },
        {
            "start": 1253534085,
            "stop": 1253534121
        },
        {
            "start": 1253534126,
            "stop": 1253534139
        },
        {
            "start": 1253534144,
            "stop": 1253534156
        },
        {
            "start": 1253534161,
            "stop": 1253534165
        },
        {
            "start": 1253534170,
            "stop": 1253534192
        },
        {
            "start": 1253534196,
            "stop": 1253534292
        },
        {
            "start": 1253534297,
            "stop": 1253534301
        }
    ]
}