Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6191
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6190",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6191,
    "results": [
        {
            "start": 874519138,
            "stop": 874519307
        },
        {
            "start": 874519308,
            "stop": 874519379
        },
        {
            "start": 874519380,
            "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
        },
        {
            "start": 874519994,
            "stop": 874519998
        },
        {
            "start": 874519999,
            "stop": 874520001
        },
        {
            "start": 874520002,
            "stop": 874520003
        },
        {
            "start": 874520004,
            "stop": 874520008
        }
    ]
}