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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16568",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16569,
    "results": [
        {
            "start": 874687370,
            "stop": 874687373
        },
        {
            "start": 874687374,
            "stop": 874687386
        },
        {
            "start": 874687387,
            "stop": 874687397
        },
        {
            "start": 874687398,
            "stop": 874687509
        },
        {
            "start": 874687511,
            "stop": 874687520
        },
        {
            "start": 874687523,
            "stop": 874687563
        },
        {
            "start": 874687565,
            "stop": 874687612
        },
        {
            "start": 874687613,
            "stop": 874687628
        },
        {
            "start": 874687629,
            "stop": 874687664
        },
        {
            "start": 874687665,
            "stop": 874687694
        },
        {
            "start": 874687696,
            "stop": 874687785
        },
        {
            "start": 874687786,
            "stop": 874687949
        },
        {
            "start": 874687950,
            "stop": 874688056
        },
        {
            "start": 874688057,
            "stop": 874688079
        },
        {
            "start": 874688080,
            "stop": 874688245
        },
        {
            "start": 874688247,
            "stop": 874688354
        },
        {
            "start": 874688355,
            "stop": 874688527
        },
        {
            "start": 874688529,
            "stop": 874688639
        },
        {
            "start": 874688640,
            "stop": 874688704
        },
        {
            "start": 874688705,
            "stop": 874688730
        }
    ]
}