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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1658",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1656",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1657,
    "results": [
        {
            "start": 956778056,
            "stop": 956778075
        },
        {
            "start": 956778079,
            "stop": 956778092
        },
        {
            "start": 956778094,
            "stop": 956787338
        },
        {
            "start": 956787340,
            "stop": 956794303
        },
        {
            "start": 956794305,
            "stop": 956794436
        },
        {
            "start": 956794439,
            "stop": 956807045
        },
        {
            "start": 956807047,
            "stop": 956807182
        },
        {
            "start": 956807184,
            "stop": 956808684
        },
        {
            "start": 956808686,
            "stop": 956822684
        },
        {
            "start": 956822686,
            "stop": 956831583
        },
        {
            "start": 956832273,
            "stop": 956838771
        },
        {
            "start": 956840347,
            "stop": 956859148
        },
        {
            "start": 956860082,
            "stop": 956860483
        },
        {
            "start": 956861343,
            "stop": 956868045
        },
        {
            "start": 956870342,
            "stop": 956876291
        },
        {
            "start": 956878739,
            "stop": 956884125
        },
        {
            "start": 956889608,
            "stop": 956890676
        },
        {
            "start": 956890677,
            "stop": 956905284
        },
        {
            "start": 956906071,
            "stop": 956911174
        },
        {
            "start": 956912954,
            "stop": 956919163
        }
    ]
}