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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 204,
    "results": [
        {
            "start": 1239886152,
            "stop": 1239886271
        },
        {
            "start": 1239886272,
            "stop": 1239886391
        },
        {
            "start": 1239886392,
            "stop": 1239886511
        },
        {
            "start": 1239886512,
            "stop": 1239886631
        },
        {
            "start": 1239886632,
            "stop": 1239886751
        },
        {
            "start": 1239886752,
            "stop": 1239886871
        },
        {
            "start": 1239886872,
            "stop": 1239886991
        },
        {
            "start": 1239886992,
            "stop": 1239887111
        },
        {
            "start": 1239887112,
            "stop": 1239887221
        },
        {
            "start": 1239887225,
            "stop": 1239887231
        },
        {
            "start": 1239887232,
            "stop": 1239887351
        },
        {
            "start": 1239887352,
            "stop": 1239887428
        },
        {
            "start": 1239887433,
            "stop": 1239887471
        },
        {
            "start": 1239887472,
            "stop": 1239887591
        },
        {
            "start": 1239887592,
            "stop": 1239887711
        },
        {
            "start": 1239887712,
            "stop": 1239887831
        },
        {
            "start": 1239887832,
            "stop": 1239887948
        },
        {
            "start": 1239887950,
            "stop": 1239888071
        },
        {
            "start": 1239888072,
            "stop": 1239888191
        },
        {
            "start": 1239888192,
            "stop": 1239888311
        }
    ]
}