Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=243
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 243,
    "results": [
        {
            "start": 1173862721,
            "stop": 1173863803
        },
        {
            "start": 1173863805,
            "stop": 1173864048
        },
        {
            "start": 1173864050,
            "stop": 1173864812
        },
        {
            "start": 1173864814,
            "stop": 1173865749
        },
        {
            "start": 1173865751,
            "stop": 1173865915
        },
        {
            "start": 1173865917,
            "stop": 1173866882
        },
        {
            "start": 1173866884,
            "stop": 1173867449
        },
        {
            "start": 1173867451,
            "stop": 1173867966
        },
        {
            "start": 1173867968,
            "stop": 1173868993
        },
        {
            "start": 1173868995,
            "stop": 1173869151
        },
        {
            "start": 1173869153,
            "stop": 1173870096
        },
        {
            "start": 1173870098,
            "stop": 1173871118
        },
        {
            "start": 1173871120,
            "stop": 1173872226
        },
        {
            "start": 1173872228,
            "stop": 1173873167
        },
        {
            "start": 1173873169,
            "stop": 1173874353
        },
        {
            "start": 1173874355,
            "stop": 1173875394
        },
        {
            "start": 1173875396,
            "stop": 1173876518
        },
        {
            "start": 1173876520,
            "stop": 1173877542
        },
        {
            "start": 1173877544,
            "stop": 1173878658
        },
        {
            "start": 1173878660,
            "stop": 1173879671
        }
    ]
}