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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 253,
    "results": [
        {
            "start": 1376726474,
            "stop": 1376727967
        },
        {
            "start": 1376727969,
            "stop": 1376728453
        },
        {
            "start": 1376728455,
            "stop": 1376728822
        },
        {
            "start": 1376728823,
            "stop": 1376730067
        },
        {
            "start": 1376730069,
            "stop": 1376730555
        },
        {
            "start": 1376730557,
            "stop": 1376731152
        },
        {
            "start": 1376731154,
            "stop": 1376732550
        },
        {
            "start": 1376732552,
            "stop": 1376734290
        },
        {
            "start": 1376734291,
            "stop": 1376734605
        },
        {
            "start": 1376734607,
            "stop": 1376735442
        },
        {
            "start": 1376735443,
            "stop": 1376736673
        },
        {
            "start": 1376736674,
            "stop": 1376738033
        },
        {
            "start": 1376738038,
            "stop": 1376738047
        },
        {
            "start": 1376738049,
            "stop": 1376738691
        },
        {
            "start": 1376738692,
            "stop": 1376739129
        },
        {
            "start": 1376739131,
            "stop": 1376740058
        },
        {
            "start": 1376740059,
            "stop": 1376740575
        },
        {
            "start": 1376740576,
            "stop": 1376740954
        },
        {
            "start": 1376740955,
            "stop": 1376741324
        },
        {
            "start": 1376741325,
            "stop": 1376741386
        }
    ]
}