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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=168",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 169,
    "results": [
        {
            "start": 1176863143,
            "stop": 1176863673
        },
        {
            "start": 1176863676,
            "stop": 1176864310
        },
        {
            "start": 1176864315,
            "stop": 1176864662
        },
        {
            "start": 1176864664,
            "stop": 1176865985
        },
        {
            "start": 1176865987,
            "stop": 1176867264
        },
        {
            "start": 1176867269,
            "stop": 1176867271
        },
        {
            "start": 1176867272,
            "stop": 1176867290
        },
        {
            "start": 1176867294,
            "stop": 1176867296
        },
        {
            "start": 1176867298,
            "stop": 1176871104
        },
        {
            "start": 1176871107,
            "stop": 1176871110
        },
        {
            "start": 1176871112,
            "stop": 1176871124
        },
        {
            "start": 1176871127,
            "stop": 1176873202
        },
        {
            "start": 1176873203,
            "stop": 1176874917
        },
        {
            "start": 1176874918,
            "stop": 1176874919
        },
        {
            "start": 1176874920,
            "stop": 1176875088
        },
        {
            "start": 1176875090,
            "stop": 1176886853
        },
        {
            "start": 1176889023,
            "stop": 1176890025
        },
        {
            "start": 1176890026,
            "stop": 1176890035
        },
        {
            "start": 1176890036,
            "stop": 1176890563
        },
        {
            "start": 1176890566,
            "stop": 1176890591
        }
    ]
}