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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=371",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 372,
    "results": [
        {
            "start": 932099730,
            "stop": 932101215
        },
        {
            "start": 932101575,
            "stop": 932104261
        },
        {
            "start": 932104263,
            "stop": 932104663
        },
        {
            "start": 932104666,
            "stop": 932104753
        },
        {
            "start": 932104756,
            "stop": 932104784
        },
        {
            "start": 932104786,
            "stop": 932104799
        },
        {
            "start": 932104801,
            "stop": 932104815
        },
        {
            "start": 932105175,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932107265
        },
        {
            "start": 932107268,
            "stop": 932107903
        },
        {
            "start": 932107906,
            "stop": 932107919
        },
        {
            "start": 932107921,
            "stop": 932108008
        },
        {
            "start": 932108011,
            "stop": 932108023
        },
        {
            "start": 932108027,
            "stop": 932108038
        },
        {
            "start": 932108041,
            "stop": 932108068
        },
        {
            "start": 932108072,
            "stop": 932108083
        },
        {
            "start": 932108086,
            "stop": 932108415
        },
        {
            "start": 932108775,
            "stop": 932109218
        },
        {
            "start": 932109959,
            "stop": 932110228
        },
        {
            "start": 932110231,
            "stop": 932110348
        }
    ]
}