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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9884",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9885,
    "results": [
        {
            "start": 874443250,
            "stop": 874443255
        },
        {
            "start": 874443258,
            "stop": 874443314
        },
        {
            "start": 874450684,
            "stop": 874450687
        },
        {
            "start": 874450693,
            "stop": 874450698
        },
        {
            "start": 874450699,
            "stop": 874450701
        },
        {
            "start": 874450710,
            "stop": 874450712
        },
        {
            "start": 874450714,
            "stop": 874450715
        },
        {
            "start": 874450718,
            "stop": 874450719
        },
        {
            "start": 874450720,
            "stop": 874450723
        },
        {
            "start": 874450724,
            "stop": 874450725
        },
        {
            "start": 874450729,
            "stop": 874450730
        },
        {
            "start": 874450734,
            "stop": 874450738
        },
        {
            "start": 874450741,
            "stop": 874450742
        },
        {
            "start": 874450751,
            "stop": 874450753
        },
        {
            "start": 874450756,
            "stop": 874450757
        },
        {
            "start": 874450760,
            "stop": 874450763
        },
        {
            "start": 874450766,
            "stop": 874450768
        },
        {
            "start": 874450770,
            "stop": 874450774
        },
        {
            "start": 874450780,
            "stop": 874450782
        },
        {
            "start": 874450785,
            "stop": 874450787
        }
    ]
}