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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=324",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 325,
    "results": [
        {
            "start": 1181813121,
            "stop": 1181814205
        },
        {
            "start": 1181814209,
            "stop": 1181814233
        },
        {
            "start": 1181814234,
            "stop": 1181815224
        },
        {
            "start": 1181815225,
            "stop": 1181815522
        },
        {
            "start": 1181815524,
            "stop": 1181817306
        },
        {
            "start": 1181817308,
            "stop": 1181817309
        },
        {
            "start": 1181817310,
            "stop": 1181819342
        },
        {
            "start": 1181819343,
            "stop": 1181820894
        },
        {
            "start": 1181820896,
            "stop": 1181821347
        },
        {
            "start": 1181821352,
            "stop": 1181821376
        },
        {
            "start": 1181821378,
            "stop": 1181821381
        },
        {
            "start": 1181821383,
            "stop": 1181821405
        },
        {
            "start": 1181821406,
            "stop": 1181821407
        },
        {
            "start": 1181821408,
            "stop": 1181822189
        },
        {
            "start": 1181822194,
            "stop": 1181823460
        },
        {
            "start": 1181823461,
            "stop": 1181825533
        },
        {
            "start": 1181825534,
            "stop": 1181825535
        },
        {
            "start": 1181825536,
            "stop": 1181827637
        },
        {
            "start": 1181827638,
            "stop": 1181829800
        },
        {
            "start": 1181829801,
            "stop": 1181831924
        }
    ]
}