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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 154,
    "results": [
        {
            "start": 1239767284,
            "stop": 1239767286
        },
        {
            "start": 1239767287,
            "stop": 1239767580
        },
        {
            "start": 1239767581,
            "stop": 1239767586
        },
        {
            "start": 1239767587,
            "stop": 1239767785
        },
        {
            "start": 1239767786,
            "stop": 1239768009
        },
        {
            "start": 1239768011,
            "stop": 1239768918
        },
        {
            "start": 1239795018,
            "stop": 1239795216
        },
        {
            "start": 1239795219,
            "stop": 1239795241
        },
        {
            "start": 1239795244,
            "stop": 1239795309
        },
        {
            "start": 1239795311,
            "stop": 1239795451
        },
        {
            "start": 1239795452,
            "stop": 1239795549
        },
        {
            "start": 1239795550,
            "stop": 1239795891
        },
        {
            "start": 1239795894,
            "stop": 1239796050
        },
        {
            "start": 1239796051,
            "stop": 1239796219
        },
        {
            "start": 1239796220,
            "stop": 1239796419
        },
        {
            "start": 1239796420,
            "stop": 1239796431
        },
        {
            "start": 1239796433,
            "stop": 1239796523
        },
        {
            "start": 1239796525,
            "stop": 1239796693
        },
        {
            "start": 1239796695,
            "stop": 1239796751
        },
        {
            "start": 1239796752,
            "stop": 1239796857
        }
    ]
}