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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=344",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 345,
    "results": [
        {
            "start": 1265009126,
            "stop": 1265009127
        },
        {
            "start": 1265009128,
            "stop": 1265009152
        },
        {
            "start": 1265009153,
            "stop": 1265009517
        },
        {
            "start": 1265009520,
            "stop": 1265009523
        },
        {
            "start": 1265009524,
            "stop": 1265009525
        },
        {
            "start": 1265009528,
            "stop": 1265009530
        },
        {
            "start": 1265009532,
            "stop": 1265009866
        },
        {
            "start": 1265009867,
            "stop": 1265009877
        },
        {
            "start": 1265009878,
            "stop": 1265009888
        },
        {
            "start": 1265009890,
            "stop": 1265009917
        },
        {
            "start": 1265009918,
            "stop": 1265009983
        },
        {
            "start": 1265009984,
            "stop": 1265009986
        },
        {
            "start": 1265009989,
            "stop": 1265009990
        },
        {
            "start": 1265009993,
            "stop": 1265012436
        },
        {
            "start": 1265012437,
            "stop": 1265012615
        },
        {
            "start": 1265012616,
            "stop": 1265012633
        },
        {
            "start": 1265012635,
            "stop": 1265012653
        },
        {
            "start": 1265012654,
            "stop": 1265012660
        },
        {
            "start": 1265012661,
            "stop": 1265012803
        },
        {
            "start": 1265012804,
            "stop": 1265012859
        }
    ]
}