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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=168",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 169,
    "results": [
        {
            "start": 1264358758,
            "stop": 1264358760
        },
        {
            "start": 1264358761,
            "stop": 1264358768
        },
        {
            "start": 1264358769,
            "stop": 1264358804
        },
        {
            "start": 1264358806,
            "stop": 1264358811
        },
        {
            "start": 1264358813,
            "stop": 1264359468
        },
        {
            "start": 1264359469,
            "stop": 1264360595
        },
        {
            "start": 1264360596,
            "stop": 1264361257
        },
        {
            "start": 1264361258,
            "stop": 1264361984
        },
        {
            "start": 1264361986,
            "stop": 1264362471
        },
        {
            "start": 1264362474,
            "stop": 1264362480
        },
        {
            "start": 1264362482,
            "stop": 1264362615
        },
        {
            "start": 1264362617,
            "stop": 1264362750
        },
        {
            "start": 1264362752,
            "stop": 1264362764
        },
        {
            "start": 1264362766,
            "stop": 1264362885
        },
        {
            "start": 1264362888,
            "stop": 1264363645
        },
        {
            "start": 1264363647,
            "stop": 1264364037
        },
        {
            "start": 1264364039,
            "stop": 1264364143
        },
        {
            "start": 1264364145,
            "stop": 1264364194
        },
        {
            "start": 1264364197,
            "stop": 1264364514
        },
        {
            "start": 1264364515,
            "stop": 1264364516
        }
    ]
}