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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=324",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 325,
    "results": [
        {
            "start": 931775460,
            "stop": 931775466
        },
        {
            "start": 931775469,
            "stop": 931775472
        },
        {
            "start": 931775475,
            "stop": 931775487
        },
        {
            "start": 931775490,
            "stop": 931775492
        },
        {
            "start": 931775495,
            "stop": 931775530
        },
        {
            "start": 931775533,
            "stop": 931775562
        },
        {
            "start": 931775578,
            "stop": 931775586
        },
        {
            "start": 931775589,
            "stop": 931775591
        },
        {
            "start": 931775594,
            "stop": 931775600
        },
        {
            "start": 931775603,
            "stop": 931775605
        },
        {
            "start": 931775608,
            "stop": 931775622
        },
        {
            "start": 931775625,
            "stop": 931775650
        },
        {
            "start": 931775663,
            "stop": 931775675
        },
        {
            "start": 931775677,
            "stop": 931775683
        },
        {
            "start": 931775686,
            "stop": 931775690
        },
        {
            "start": 931775693,
            "stop": 931775699
        },
        {
            "start": 931775705,
            "stop": 931775709
        },
        {
            "start": 931775724,
            "stop": 931775744
        },
        {
            "start": 931775746,
            "stop": 931775756
        },
        {
            "start": 931775759,
            "stop": 931775761
        }
    ]
}