Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=111
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=110",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 111,
    "results": [
        {
            "start": 1175388503,
            "stop": 1175390161
        },
        {
            "start": 1175390162,
            "stop": 1175391678
        },
        {
            "start": 1175391679,
            "stop": 1175393082
        },
        {
            "start": 1175393083,
            "stop": 1175394325
        },
        {
            "start": 1175394326,
            "stop": 1175395359
        },
        {
            "start": 1175395360,
            "stop": 1175396515
        },
        {
            "start": 1175396516,
            "stop": 1175397684
        },
        {
            "start": 1175397685,
            "stop": 1175399008
        },
        {
            "start": 1175399009,
            "stop": 1175399919
        },
        {
            "start": 1175399920,
            "stop": 1175401362
        },
        {
            "start": 1175401363,
            "stop": 1175402377
        },
        {
            "start": 1175402378,
            "stop": 1175403360
        },
        {
            "start": 1175403361,
            "stop": 1175404273
        },
        {
            "start": 1175404274,
            "stop": 1175405171
        },
        {
            "start": 1175405172,
            "stop": 1175406176
        },
        {
            "start": 1175406177,
            "stop": 1175407503
        },
        {
            "start": 1175407504,
            "stop": 1175407681
        },
        {
            "start": 1175417492,
            "stop": 1175418360
        },
        {
            "start": 1175418361,
            "stop": 1175419338
        },
        {
            "start": 1175419339,
            "stop": 1175420609
        }
    ]
}