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/L1_BURST_CAT3/segments?format=api&page=807
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=808",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=806",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 807,
    "results": [
        {
            "start": 1250205720,
            "stop": 1250205950
        },
        {
            "start": 1250205955,
            "stop": 1250206557
        },
        {
            "start": 1250206559,
            "stop": 1250206561
        },
        {
            "start": 1250206565,
            "stop": 1250206596
        },
        {
            "start": 1250206600,
            "stop": 1250206601
        },
        {
            "start": 1250206606,
            "stop": 1250206607
        },
        {
            "start": 1250206612,
            "stop": 1250206623
        },
        {
            "start": 1250206627,
            "stop": 1250206721
        },
        {
            "start": 1250206728,
            "stop": 1250206731
        },
        {
            "start": 1250206733,
            "stop": 1250207539
        },
        {
            "start": 1250207548,
            "stop": 1250207551
        },
        {
            "start": 1250207554,
            "stop": 1250207556
        },
        {
            "start": 1250207564,
            "stop": 1250207570
        },
        {
            "start": 1250207576,
            "stop": 1250207578
        },
        {
            "start": 1250207582,
            "stop": 1250207646
        },
        {
            "start": 1250207649,
            "stop": 1250207652
        },
        {
            "start": 1250207653,
            "stop": 1250207662
        },
        {
            "start": 1250207665,
            "stop": 1250207771
        },
        {
            "start": 1250207776,
            "stop": 1250207780
        },
        {
            "start": 1250207785,
            "stop": 1250207800
        }
    ]
}