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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=273",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 274,
    "results": [
        {
            "start": 1262758531,
            "stop": 1262759469
        },
        {
            "start": 1262759472,
            "stop": 1262759597
        },
        {
            "start": 1262759601,
            "stop": 1262759790
        },
        {
            "start": 1262759795,
            "stop": 1262760288
        },
        {
            "start": 1262760289,
            "stop": 1262760336
        },
        {
            "start": 1262760338,
            "stop": 1262761081
        },
        {
            "start": 1262761084,
            "stop": 1262761151
        },
        {
            "start": 1262761156,
            "stop": 1262761688
        },
        {
            "start": 1262761693,
            "stop": 1262762334
        },
        {
            "start": 1262762336,
            "stop": 1262762340
        },
        {
            "start": 1262762344,
            "stop": 1262762585
        },
        {
            "start": 1262762590,
            "stop": 1262762717
        },
        {
            "start": 1262762720,
            "stop": 1262762762
        },
        {
            "start": 1262762767,
            "stop": 1262763125
        },
        {
            "start": 1262763128,
            "stop": 1262763151
        },
        {
            "start": 1262763154,
            "stop": 1262763241
        },
        {
            "start": 1262763246,
            "stop": 1262763266
        },
        {
            "start": 1262763271,
            "stop": 1262763385
        },
        {
            "start": 1262763390,
            "stop": 1262763464
        },
        {
            "start": 1262763466,
            "stop": 1262763529
        }
    ]
}