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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 209,
    "results": [
        {
            "start": 931669987,
            "stop": 931669988
        },
        {
            "start": 931669993,
            "stop": 931669996
        },
        {
            "start": 931669998,
            "stop": 931670004
        },
        {
            "start": 931670006,
            "stop": 931670010
        },
        {
            "start": 931670018,
            "stop": 931670025
        },
        {
            "start": 931670029,
            "stop": 931670031
        },
        {
            "start": 931670034,
            "stop": 931670046
        },
        {
            "start": 931670054,
            "stop": 931670059
        },
        {
            "start": 931670066,
            "stop": 931670070
        },
        {
            "start": 931670073,
            "stop": 931670076
        },
        {
            "start": 931670078,
            "stop": 931670082
        },
        {
            "start": 931670085,
            "stop": 931670095
        },
        {
            "start": 931670099,
            "stop": 931670103
        },
        {
            "start": 931670107,
            "stop": 931670118
        },
        {
            "start": 931670121,
            "stop": 931670123
        },
        {
            "start": 931670126,
            "stop": 931670130
        },
        {
            "start": 931670133,
            "stop": 931670135
        },
        {
            "start": 931670138,
            "stop": 931670142
        },
        {
            "start": 931670144,
            "stop": 931670157
        },
        {
            "start": 931670160,
            "stop": 931670162
        }
    ]
}