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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=211",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 212,
    "results": [
        {
            "start": 1240176547,
            "stop": 1240176665
        },
        {
            "start": 1240176667,
            "stop": 1240176785
        },
        {
            "start": 1240176787,
            "stop": 1240176905
        },
        {
            "start": 1240176907,
            "stop": 1240177025
        },
        {
            "start": 1240177027,
            "stop": 1240177145
        },
        {
            "start": 1240177147,
            "stop": 1240177265
        },
        {
            "start": 1240177267,
            "stop": 1240177385
        },
        {
            "start": 1240177387,
            "stop": 1240177505
        },
        {
            "start": 1240177506,
            "stop": 1240177625
        },
        {
            "start": 1240177626,
            "stop": 1240177745
        },
        {
            "start": 1240177746,
            "stop": 1240177865
        },
        {
            "start": 1240177866,
            "stop": 1240177985
        },
        {
            "start": 1240177986,
            "stop": 1240178105
        },
        {
            "start": 1240178106,
            "stop": 1240178225
        },
        {
            "start": 1240178226,
            "stop": 1240178345
        },
        {
            "start": 1240178346,
            "stop": 1240178398
        },
        {
            "start": 1240181254,
            "stop": 1240181345
        },
        {
            "start": 1240181346,
            "stop": 1240181465
        },
        {
            "start": 1240181466,
            "stop": 1240181585
        },
        {
            "start": 1240181586,
            "stop": 1240181705
        }
    ]
}