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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=197",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 198,
    "results": [
        {
            "start": 818209694,
            "stop": 818209696
        },
        {
            "start": 818209719,
            "stop": 818209720
        },
        {
            "start": 818209724,
            "stop": 818209725
        },
        {
            "start": 818209731,
            "stop": 818209734
        },
        {
            "start": 818209745,
            "stop": 818209746
        },
        {
            "start": 818209767,
            "stop": 818209772
        },
        {
            "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
        }
    ]
}