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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=319",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 320,
    "results": [
        {
            "start": 1181739329,
            "stop": 1181739400
        },
        {
            "start": 1181739401,
            "stop": 1181741415
        },
        {
            "start": 1181741416,
            "stop": 1181743538
        },
        {
            "start": 1181743539,
            "stop": 1181744172
        },
        {
            "start": 1181744173,
            "stop": 1181744186
        },
        {
            "start": 1181744189,
            "stop": 1181745563
        },
        {
            "start": 1181745564,
            "stop": 1181747579
        },
        {
            "start": 1181747580,
            "stop": 1181749684
        },
        {
            "start": 1181749685,
            "stop": 1181750204
        },
        {
            "start": 1181750205,
            "stop": 1181750786
        },
        {
            "start": 1181750787,
            "stop": 1181750934
        },
        {
            "start": 1181750935,
            "stop": 1181750956
        },
        {
            "start": 1181750957,
            "stop": 1181751604
        },
        {
            "start": 1181751605,
            "stop": 1181751962
        },
        {
            "start": 1181751963,
            "stop": 1181752150
        },
        {
            "start": 1181752151,
            "stop": 1181752156
        },
        {
            "start": 1181752157,
            "stop": 1181752212
        },
        {
            "start": 1181752213,
            "stop": 1181752878
        },
        {
            "start": 1181752880,
            "stop": 1181752901
        },
        {
            "start": 1181752904,
            "stop": 1181752918
        }
    ]
}