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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=258",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 259,
    "results": [
        {
            "start": 1178147683,
            "stop": 1178147808
        },
        {
            "start": 1178147809,
            "stop": 1178147810
        },
        {
            "start": 1178147812,
            "stop": 1178147883
        },
        {
            "start": 1178147884,
            "stop": 1178147908
        },
        {
            "start": 1178147909,
            "stop": 1178148001
        },
        {
            "start": 1178148004,
            "stop": 1178148047
        },
        {
            "start": 1178148050,
            "stop": 1178148241
        },
        {
            "start": 1178148242,
            "stop": 1178148248
        },
        {
            "start": 1178148250,
            "stop": 1178148256
        },
        {
            "start": 1178148258,
            "stop": 1178148316
        },
        {
            "start": 1178148317,
            "stop": 1178148349
        },
        {
            "start": 1178148350,
            "stop": 1178148448
        },
        {
            "start": 1178148449,
            "stop": 1178148460
        },
        {
            "start": 1178148463,
            "stop": 1178148464
        },
        {
            "start": 1178148466,
            "stop": 1178148484
        },
        {
            "start": 1178148487,
            "stop": 1178149439
        },
        {
            "start": 1178149440,
            "stop": 1178155118
        },
        {
            "start": 1178155119,
            "stop": 1178156368
        },
        {
            "start": 1178156369,
            "stop": 1178158616
        },
        {
            "start": 1178158617,
            "stop": 1178158690
        }
    ]
}