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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=301",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 302,
    "results": [
        {
            "start": 1264843251,
            "stop": 1264843288
        },
        {
            "start": 1264843290,
            "stop": 1264843323
        },
        {
            "start": 1264843326,
            "stop": 1264843373
        },
        {
            "start": 1264843375,
            "stop": 1264843414
        },
        {
            "start": 1264843416,
            "stop": 1264843719
        },
        {
            "start": 1264843721,
            "stop": 1264843726
        },
        {
            "start": 1264843730,
            "stop": 1264843744
        },
        {
            "start": 1264843747,
            "stop": 1264843790
        },
        {
            "start": 1264843794,
            "stop": 1264843819
        },
        {
            "start": 1264843820,
            "stop": 1264843894
        },
        {
            "start": 1264843898,
            "stop": 1264843910
        },
        {
            "start": 1264843911,
            "stop": 1264843952
        },
        {
            "start": 1264843953,
            "stop": 1264843963
        },
        {
            "start": 1264843968,
            "stop": 1264843974
        },
        {
            "start": 1264843975,
            "stop": 1264843980
        },
        {
            "start": 1264843981,
            "stop": 1264844041
        },
        {
            "start": 1264844042,
            "stop": 1264844043
        },
        {
            "start": 1264844044,
            "stop": 1264844059
        },
        {
            "start": 1264844060,
            "stop": 1264844169
        },
        {
            "start": 1264844174,
            "stop": 1264844182
        }
    ]
}