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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3964",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3965,
    "results": [
        {
            "start": 874518697,
            "stop": 874518702
        },
        {
            "start": 874518705,
            "stop": 874518707
        },
        {
            "start": 874518708,
            "stop": 874518728
        },
        {
            "start": 874518729,
            "stop": 874518736
        },
        {
            "start": 874518737,
            "stop": 874518758
        },
        {
            "start": 874518760,
            "stop": 874518843
        },
        {
            "start": 874518844,
            "stop": 874518849
        },
        {
            "start": 874518852,
            "stop": 874518963
        },
        {
            "start": 874518964,
            "stop": 874518989
        },
        {
            "start": 874518990,
            "stop": 874519128
        },
        {
            "start": 874519129,
            "stop": 874519137
        },
        {
            "start": 874519138,
            "stop": 874519307
        },
        {
            "start": 874519308,
            "stop": 874519420
        },
        {
            "start": 874519422,
            "stop": 874519457
        },
        {
            "start": 874519460,
            "stop": 874519505
        },
        {
            "start": 874519566,
            "stop": 874519690
        },
        {
            "start": 874519694,
            "stop": 874519695
        },
        {
            "start": 874519696,
            "stop": 874519712
        },
        {
            "start": 874519713,
            "stop": 874519758
        },
        {
            "start": 874519760,
            "stop": 874519928
        }
    ]
}