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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=57",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 58,
    "results": [
        {
            "start": 1250830924,
            "stop": 1250832604
        },
        {
            "start": 1250832612,
            "stop": 1250835540
        },
        {
            "start": 1250835556,
            "stop": 1250836462
        },
        {
            "start": 1250838995,
            "stop": 1250840332
        },
        {
            "start": 1250840340,
            "stop": 1250840652
        },
        {
            "start": 1250864341,
            "stop": 1250881309
        },
        {
            "start": 1250906909,
            "stop": 1250907949
        },
        {
            "start": 1250907957,
            "stop": 1250918501
        },
        {
            "start": 1250940750,
            "stop": 1250965440
        },
        {
            "start": 1250968747,
            "stop": 1250978420
        },
        {
            "start": 1250978440,
            "stop": 1250986956
        },
        {
            "start": 1250993280,
            "stop": 1251035363
        },
        {
            "start": 1251052601,
            "stop": 1251074120
        },
        {
            "start": 1251075352,
            "stop": 1251095217
        },
        {
            "start": 1251120092,
            "stop": 1251127948
        },
        {
            "start": 1251136460,
            "stop": 1251192383
        },
        {
            "start": 1251199539,
            "stop": 1251199592
        },
        {
            "start": 1251203706,
            "stop": 1251209154
        },
        {
            "start": 1251211625,
            "stop": 1251219376
        },
        {
            "start": 1251219396,
            "stop": 1251300703
        }
    ]
}