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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=950",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=948",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 949,
    "results": [
        {
            "start": 1251650848,
            "stop": 1251650905
        },
        {
            "start": 1251650910,
            "stop": 1251650990
        },
        {
            "start": 1251650995,
            "stop": 1251651449
        },
        {
            "start": 1251651454,
            "stop": 1251651606
        },
        {
            "start": 1251651610,
            "stop": 1251651779
        },
        {
            "start": 1251651782,
            "stop": 1251651828
        },
        {
            "start": 1251651833,
            "stop": 1251651885
        },
        {
            "start": 1251651890,
            "stop": 1251652660
        },
        {
            "start": 1251652665,
            "stop": 1251652693
        },
        {
            "start": 1251652698,
            "stop": 1251652800
        },
        {
            "start": 1251652803,
            "stop": 1251653196
        },
        {
            "start": 1251653201,
            "stop": 1251653501
        },
        {
            "start": 1251653506,
            "stop": 1251653644
        },
        {
            "start": 1251653648,
            "stop": 1251653681
        },
        {
            "start": 1251653686,
            "stop": 1251653687
        },
        {
            "start": 1251653692,
            "stop": 1251654010
        },
        {
            "start": 1251654015,
            "stop": 1251654348
        },
        {
            "start": 1251654351,
            "stop": 1251654404
        },
        {
            "start": 1251654409,
            "stop": 1251654467
        },
        {
            "start": 1251654471,
            "stop": 1251654743
        }
    ]
}