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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=239",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 240,
    "results": [
        {
            "start": 1177639568,
            "stop": 1177640737
        },
        {
            "start": 1177640738,
            "stop": 1177647180
        },
        {
            "start": 1177647181,
            "stop": 1177647565
        },
        {
            "start": 1177647566,
            "stop": 1177647569
        },
        {
            "start": 1177647571,
            "stop": 1177647617
        },
        {
            "start": 1177647618,
            "stop": 1177647629
        },
        {
            "start": 1177647630,
            "stop": 1177647631
        },
        {
            "start": 1177647632,
            "stop": 1177647637
        },
        {
            "start": 1177647638,
            "stop": 1177647639
        },
        {
            "start": 1177647640,
            "stop": 1177647656
        },
        {
            "start": 1177647658,
            "stop": 1177647858
        },
        {
            "start": 1177647859,
            "stop": 1177647981
        },
        {
            "start": 1177647982,
            "stop": 1177647990
        },
        {
            "start": 1177647991,
            "stop": 1177661349
        },
        {
            "start": 1177661350,
            "stop": 1177670305
        },
        {
            "start": 1177670306,
            "stop": 1177673100
        },
        {
            "start": 1177674319,
            "stop": 1177677370
        },
        {
            "start": 1177733104,
            "stop": 1177734154
        },
        {
            "start": 1177734155,
            "stop": 1177744049
        },
        {
            "start": 1177744050,
            "stop": 1177747730
        }
    ]
}