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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=312",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 313,
    "results": [
        {
            "start": 1378246139,
            "stop": 1378246957
        },
        {
            "start": 1378273966,
            "stop": 1378274628
        },
        {
            "start": 1378274630,
            "stop": 1378275560
        },
        {
            "start": 1378275562,
            "stop": 1378276892
        },
        {
            "start": 1378276893,
            "stop": 1378278215
        },
        {
            "start": 1378278217,
            "stop": 1378280017
        },
        {
            "start": 1378280018,
            "stop": 1378281814
        },
        {
            "start": 1378281815,
            "stop": 1378284175
        },
        {
            "start": 1378284177,
            "stop": 1378285715
        },
        {
            "start": 1378285717,
            "stop": 1378287774
        },
        {
            "start": 1378287776,
            "stop": 1378291168
        },
        {
            "start": 1378291170,
            "stop": 1378292606
        },
        {
            "start": 1378292608,
            "stop": 1378294557
        },
        {
            "start": 1378294559,
            "stop": 1378296043
        },
        {
            "start": 1378296044,
            "stop": 1378296827
        },
        {
            "start": 1378296830,
            "stop": 1378297949
        },
        {
            "start": 1378297951,
            "stop": 1378299430
        },
        {
            "start": 1378299432,
            "stop": 1378301179
        },
        {
            "start": 1378301180,
            "stop": 1378302830
        },
        {
            "start": 1378302832,
            "stop": 1378304608
        }
    ]
}