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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3979",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3980,
    "results": [
        {
            "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
        },
        {
            "start": 874519929,
            "stop": 874519943
        },
        {
            "start": 874519944,
            "stop": 874519951
        },
        {
            "start": 874519952,
            "stop": 874519955
        },
        {
            "start": 874519956,
            "stop": 874519962
        },
        {
            "start": 874519963,
            "stop": 874519965
        },
        {
            "start": 874519967,
            "stop": 874519990
        }
    ]
}