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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=179",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 180,
    "results": [
        {
            "start": 1264371761,
            "stop": 1264371775
        },
        {
            "start": 1264371776,
            "stop": 1264371800
        },
        {
            "start": 1264371802,
            "stop": 1264371852
        },
        {
            "start": 1264371854,
            "stop": 1264371856
        },
        {
            "start": 1264371857,
            "stop": 1264371883
        },
        {
            "start": 1264371888,
            "stop": 1264372000
        },
        {
            "start": 1264372002,
            "stop": 1264372083
        },
        {
            "start": 1264372085,
            "stop": 1264372086
        },
        {
            "start": 1264372087,
            "stop": 1264372092
        },
        {
            "start": 1264372093,
            "stop": 1264372094
        },
        {
            "start": 1264372095,
            "stop": 1264372113
        },
        {
            "start": 1264372114,
            "stop": 1264372130
        },
        {
            "start": 1264372132,
            "stop": 1264372166
        },
        {
            "start": 1264372167,
            "stop": 1264372184
        },
        {
            "start": 1264372186,
            "stop": 1264372229
        },
        {
            "start": 1264372232,
            "stop": 1264372235
        },
        {
            "start": 1264372236,
            "stop": 1264372238
        },
        {
            "start": 1264372239,
            "stop": 1264372242
        },
        {
            "start": 1264372243,
            "stop": 1264372245
        },
        {
            "start": 1264372246,
            "stop": 1264372250
        }
    ]
}