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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=754",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 755,
    "results": [
        {
            "start": 1249056325,
            "stop": 1249056328
        },
        {
            "start": 1249056332,
            "stop": 1249056355
        },
        {
            "start": 1249056359,
            "stop": 1249056361
        },
        {
            "start": 1249056364,
            "stop": 1249056373
        },
        {
            "start": 1249056377,
            "stop": 1249056564
        },
        {
            "start": 1249056569,
            "stop": 1249056594
        },
        {
            "start": 1249056599,
            "stop": 1249056645
        },
        {
            "start": 1249056654,
            "stop": 1249056662
        },
        {
            "start": 1249056667,
            "stop": 1249056698
        },
        {
            "start": 1249056702,
            "stop": 1249056706
        },
        {
            "start": 1249056711,
            "stop": 1249057332
        },
        {
            "start": 1249057334,
            "stop": 1249057418
        },
        {
            "start": 1249057419,
            "stop": 1249057423
        },
        {
            "start": 1249057425,
            "stop": 1249057432
        },
        {
            "start": 1249057439,
            "stop": 1249057558
        },
        {
            "start": 1249057563,
            "stop": 1249058066
        },
        {
            "start": 1249058069,
            "stop": 1249058071
        },
        {
            "start": 1249058073,
            "stop": 1249058129
        },
        {
            "start": 1249058132,
            "stop": 1249058183
        },
        {
            "start": 1249058186,
            "stop": 1249058370
        }
    ]
}