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_BURST_CAT3/segments?format=api&page=418
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=417",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 418,
    "results": [
        {
            "start": 1264371823,
            "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": 1264372221
        },
        {
            "start": 1264372222,
            "stop": 1264372229
        },
        {
            "start": 1264372232,
            "stop": 1264372235
        },
        {
            "start": 1264372236,
            "stop": 1264372238
        },
        {
            "start": 1264372239,
            "stop": 1264372242
        },
        {
            "start": 1264372243,
            "stop": 1264372245
        },
        {
            "start": 1264372251,
            "stop": 1264372257
        },
        {
            "start": 1264372261,
            "stop": 1264372267
        }
    ]
}