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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=238",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 239,
    "results": [
        {
            "start": 1264400571,
            "stop": 1264400572
        },
        {
            "start": 1264400573,
            "stop": 1264400642
        },
        {
            "start": 1264400643,
            "stop": 1264400657
        },
        {
            "start": 1264400659,
            "stop": 1264400772
        },
        {
            "start": 1264400776,
            "stop": 1264400937
        },
        {
            "start": 1264400940,
            "stop": 1264400966
        },
        {
            "start": 1264400969,
            "stop": 1264400983
        },
        {
            "start": 1264400986,
            "stop": 1264401027
        },
        {
            "start": 1264401028,
            "stop": 1264401061
        },
        {
            "start": 1264401063,
            "stop": 1264401163
        },
        {
            "start": 1264401166,
            "stop": 1264401180
        },
        {
            "start": 1264401182,
            "stop": 1264401186
        },
        {
            "start": 1264401187,
            "stop": 1264401188
        },
        {
            "start": 1264401189,
            "stop": 1264401195
        },
        {
            "start": 1264401196,
            "stop": 1264401219
        },
        {
            "start": 1264401222,
            "stop": 1264401228
        },
        {
            "start": 1264401231,
            "stop": 1264401261
        },
        {
            "start": 1264401263,
            "stop": 1264401270
        },
        {
            "start": 1264401273,
            "stop": 1264401286
        },
        {
            "start": 1264401287,
            "stop": 1264401294
        }
    ]
}