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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=362",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 363,
    "results": [
        {
            "start": 1265414825,
            "stop": 1265431560
        },
        {
            "start": 1265435146,
            "stop": 1265445903
        },
        {
            "start": 1265445904,
            "stop": 1265461213
        },
        {
            "start": 1265461214,
            "stop": 1265468268
        },
        {
            "start": 1265488975,
            "stop": 1265502570
        },
        {
            "start": 1265505452,
            "stop": 1265507611
        },
        {
            "start": 1265507614,
            "stop": 1265509298
        },
        {
            "start": 1265509533,
            "stop": 1265510159
        },
        {
            "start": 1265510160,
            "stop": 1265510162
        },
        {
            "start": 1265510163,
            "stop": 1265510373
        },
        {
            "start": 1265510374,
            "stop": 1265512378
        },
        {
            "start": 1265512379,
            "stop": 1265517932
        },
        {
            "start": 1265517934,
            "stop": 1265518061
        },
        {
            "start": 1265518063,
            "stop": 1265518064
        },
        {
            "start": 1265518065,
            "stop": 1265521063
        },
        {
            "start": 1265525301,
            "stop": 1265526609
        },
        {
            "start": 1265526610,
            "stop": 1265526800
        },
        {
            "start": 1265526802,
            "stop": 1265526809
        },
        {
            "start": 1265526810,
            "stop": 1265526822
        },
        {
            "start": 1265526823,
            "stop": 1265526925
        }
    ]
}