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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=689",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=687",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 688,
    "results": [
        {
            "start": 1266541095,
            "stop": 1266541588
        },
        {
            "start": 1266541589,
            "stop": 1266541902
        },
        {
            "start": 1266541906,
            "stop": 1266544703
        },
        {
            "start": 1266544705,
            "stop": 1266549053
        },
        {
            "start": 1266549055,
            "stop": 1266549891
        },
        {
            "start": 1266549896,
            "stop": 1266556198
        },
        {
            "start": 1266556200,
            "stop": 1266557794
        },
        {
            "start": 1266557799,
            "stop": 1266558893
        },
        {
            "start": 1266558895,
            "stop": 1266560257
        },
        {
            "start": 1266560259,
            "stop": 1266562383
        },
        {
            "start": 1266562385,
            "stop": 1266562657
        },
        {
            "start": 1266562659,
            "stop": 1266562741
        },
        {
            "start": 1266562756,
            "stop": 1266562760
        },
        {
            "start": 1266562765,
            "stop": 1266562903
        },
        {
            "start": 1266562904,
            "stop": 1266562906
        },
        {
            "start": 1266562907,
            "stop": 1266562909
        },
        {
            "start": 1266562910,
            "stop": 1266562967
        },
        {
            "start": 1266562968,
            "stop": 1266563139
        },
        {
            "start": 1266563144,
            "stop": 1266563845
        },
        {
            "start": 1266563846,
            "stop": 1266563854
        }
    ]
}