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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 220,
    "results": [
        {
            "start": 818209782,
            "stop": 818209784
        },
        {
            "start": 818209790,
            "stop": 818209796
        },
        {
            "start": 818209804,
            "stop": 818209805
        },
        {
            "start": 818209824,
            "stop": 818209834
        },
        {
            "start": 818209837,
            "stop": 818209839
        },
        {
            "start": 818209842,
            "stop": 818209844
        },
        {
            "start": 818209857,
            "stop": 818209859
        },
        {
            "start": 818209865,
            "stop": 818209878
        },
        {
            "start": 818209881,
            "stop": 818209886
        },
        {
            "start": 818209895,
            "stop": 818209902
        },
        {
            "start": 818209905,
            "stop": 818209906
        },
        {
            "start": 818209917,
            "stop": 818209922
        },
        {
            "start": 818209930,
            "stop": 818209935
        },
        {
            "start": 818209976,
            "stop": 818209979
        },
        {
            "start": 818210007,
            "stop": 818210008
        },
        {
            "start": 818210011,
            "stop": 818210015
        },
        {
            "start": 818210019,
            "stop": 818210022
        },
        {
            "start": 818210025,
            "stop": 818210036
        },
        {
            "start": 818210111,
            "stop": 818210116
        },
        {
            "start": 818210119,
            "stop": 818210120
        }
    ]
}