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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=666",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 667,
    "results": [
        {
            "start": 853195134,
            "stop": 853195494
        },
        {
            "start": 853195644,
            "stop": 853196634
        },
        {
            "start": 853200630,
            "stop": 853204740
        },
        {
            "start": 853204950,
            "stop": 853206570
        },
        {
            "start": 853208541,
            "stop": 853208991
        },
        {
            "start": 853209021,
            "stop": 853217481
        },
        {
            "start": 853217729,
            "stop": 853222289
        },
        {
            "start": 853222471,
            "stop": 853224691
        },
        {
            "start": 853225360,
            "stop": 853230820
        },
        {
            "start": 853231044,
            "stop": 853232544
        },
        {
            "start": 853232574,
            "stop": 853234524
        },
        {
            "start": 853234554,
            "stop": 853234704
        },
        {
            "start": 853234734,
            "stop": 853235154
        },
        {
            "start": 853235244,
            "stop": 853236624
        },
        {
            "start": 853237735,
            "stop": 853238215
        },
        {
            "start": 853238444,
            "stop": 853243064
        },
        {
            "start": 853243379,
            "stop": 853245899
        },
        {
            "start": 853247009,
            "stop": 853251419
        },
        {
            "start": 853251449,
            "stop": 853252409
        },
        {
            "start": 853252903,
            "stop": 853254313
        }
    ]
}