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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=231",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 232,
    "results": [
        {
            "start": 1177209289,
            "stop": 1177212050
        },
        {
            "start": 1177212051,
            "stop": 1177216000
        },
        {
            "start": 1177216001,
            "stop": 1177216016
        },
        {
            "start": 1177216017,
            "stop": 1177217979
        },
        {
            "start": 1177217980,
            "stop": 1177217983
        },
        {
            "start": 1177217984,
            "stop": 1177218089
        },
        {
            "start": 1177218090,
            "stop": 1177218198
        },
        {
            "start": 1177218199,
            "stop": 1177220614
        },
        {
            "start": 1177220616,
            "stop": 1177220620
        },
        {
            "start": 1177220621,
            "stop": 1177223436
        },
        {
            "start": 1177223438,
            "stop": 1177237634
        },
        {
            "start": 1177237636,
            "stop": 1177239915
        },
        {
            "start": 1177239921,
            "stop": 1177242619
        },
        {
            "start": 1177242629,
            "stop": 1177242680
        },
        {
            "start": 1177242683,
            "stop": 1177242692
        },
        {
            "start": 1177242694,
            "stop": 1177244523
        },
        {
            "start": 1177244530,
            "stop": 1177245031
        },
        {
            "start": 1177245042,
            "stop": 1177246546
        },
        {
            "start": 1177246548,
            "stop": 1177258285
        },
        {
            "start": 1177274220,
            "stop": 1177279913
        }
    ]
}