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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=694",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=692",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 693,
    "results": [
        {
            "start": 1248761103,
            "stop": 1248761104
        },
        {
            "start": 1248761108,
            "stop": 1248761114
        },
        {
            "start": 1248761116,
            "stop": 1248761118
        },
        {
            "start": 1248761121,
            "stop": 1248761135
        },
        {
            "start": 1248761137,
            "stop": 1248761147
        },
        {
            "start": 1248761150,
            "stop": 1248761151
        },
        {
            "start": 1248761153,
            "stop": 1248761159
        },
        {
            "start": 1248761163,
            "stop": 1248761167
        },
        {
            "start": 1248761171,
            "stop": 1248761214
        },
        {
            "start": 1248761217,
            "stop": 1248761238
        },
        {
            "start": 1248761240,
            "stop": 1248761248
        },
        {
            "start": 1248761253,
            "stop": 1248761255
        },
        {
            "start": 1248761260,
            "stop": 1248761268
        },
        {
            "start": 1248761273,
            "stop": 1248761314
        },
        {
            "start": 1248761318,
            "stop": 1248761328
        },
        {
            "start": 1248761331,
            "stop": 1248761345
        },
        {
            "start": 1248761346,
            "stop": 1248761355
        },
        {
            "start": 1248761360,
            "stop": 1248761387
        },
        {
            "start": 1248761388,
            "stop": 1248761426
        },
        {
            "start": 1248761429,
            "stop": 1248761464
        }
    ]
}