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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=246",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 247,
    "results": [
        {
            "start": 1264405906,
            "stop": 1264405981
        },
        {
            "start": 1264405984,
            "stop": 1264405987
        },
        {
            "start": 1264405989,
            "stop": 1264406072
        },
        {
            "start": 1264406075,
            "stop": 1264406102
        },
        {
            "start": 1264406104,
            "stop": 1264406109
        },
        {
            "start": 1264406111,
            "stop": 1264406116
        },
        {
            "start": 1264406118,
            "stop": 1264406124
        },
        {
            "start": 1264406126,
            "stop": 1264406134
        },
        {
            "start": 1264406135,
            "stop": 1264406149
        },
        {
            "start": 1264406151,
            "stop": 1264406163
        },
        {
            "start": 1264406166,
            "stop": 1264406179
        },
        {
            "start": 1264406181,
            "stop": 1264406202
        },
        {
            "start": 1264406203,
            "stop": 1264406204
        },
        {
            "start": 1264406205,
            "stop": 1264406224
        },
        {
            "start": 1264406226,
            "stop": 1264406358
        },
        {
            "start": 1264406359,
            "stop": 1264406360
        },
        {
            "start": 1264406361,
            "stop": 1264406368
        },
        {
            "start": 1264406369,
            "stop": 1264406384
        },
        {
            "start": 1264406385,
            "stop": 1264406510
        },
        {
            "start": 1264406512,
            "stop": 1264406561
        }
    ]
}