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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=227",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 228,
    "results": [
        {
            "start": 1264394869,
            "stop": 1264394948
        },
        {
            "start": 1264394950,
            "stop": 1264394952
        },
        {
            "start": 1264394953,
            "stop": 1264394956
        },
        {
            "start": 1264394959,
            "stop": 1264395041
        },
        {
            "start": 1264395042,
            "stop": 1264395049
        },
        {
            "start": 1264395052,
            "stop": 1264395068
        },
        {
            "start": 1264395071,
            "stop": 1264395145
        },
        {
            "start": 1264395147,
            "stop": 1264395153
        },
        {
            "start": 1264395156,
            "stop": 1264395162
        },
        {
            "start": 1264395164,
            "stop": 1264395169
        },
        {
            "start": 1264395171,
            "stop": 1264395180
        },
        {
            "start": 1264395182,
            "stop": 1264395196
        },
        {
            "start": 1264395197,
            "stop": 1264395215
        },
        {
            "start": 1264395218,
            "stop": 1264395219
        },
        {
            "start": 1264395221,
            "stop": 1264395223
        },
        {
            "start": 1264395225,
            "stop": 1264395228
        },
        {
            "start": 1264395229,
            "stop": 1264395232
        },
        {
            "start": 1264395234,
            "stop": 1264395235
        },
        {
            "start": 1264395237,
            "stop": 1264395239
        },
        {
            "start": 1264395242,
            "stop": 1264395244
        }
    ]
}