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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1818",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1816",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1817,
    "results": [
        {
            "start": 1250244859,
            "stop": 1250245718
        },
        {
            "start": 1250245721,
            "stop": 1250246721
        },
        {
            "start": 1250246722,
            "stop": 1250247202
        },
        {
            "start": 1250247206,
            "stop": 1250247231
        },
        {
            "start": 1250247233,
            "stop": 1250247288
        },
        {
            "start": 1250247290,
            "stop": 1250247292
        },
        {
            "start": 1250247294,
            "stop": 1250247300
        },
        {
            "start": 1250247302,
            "stop": 1250247314
        },
        {
            "start": 1250247316,
            "stop": 1250247324
        },
        {
            "start": 1250247326,
            "stop": 1250247724
        },
        {
            "start": 1250247728,
            "stop": 1250247729
        },
        {
            "start": 1250247730,
            "stop": 1250247731
        },
        {
            "start": 1250247732,
            "stop": 1250247735
        },
        {
            "start": 1250247736,
            "stop": 1250247767
        },
        {
            "start": 1250247770,
            "stop": 1250247795
        },
        {
            "start": 1250247797,
            "stop": 1250247918
        },
        {
            "start": 1250247919,
            "stop": 1250248158
        },
        {
            "start": 1250248159,
            "stop": 1250248272
        },
        {
            "start": 1250248274,
            "stop": 1250248512
        },
        {
            "start": 1250248513,
            "stop": 1250248566
        }
    ]
}