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=733
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=734",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=732",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 733,
    "results": [
        {
            "start": 1249014846,
            "stop": 1249014910
        },
        {
            "start": 1249014916,
            "stop": 1249014946
        },
        {
            "start": 1249014949,
            "stop": 1249015156
        },
        {
            "start": 1249015159,
            "stop": 1249015195
        },
        {
            "start": 1249015200,
            "stop": 1249015210
        },
        {
            "start": 1249015216,
            "stop": 1249015219
        },
        {
            "start": 1249015220,
            "stop": 1249015229
        },
        {
            "start": 1249015234,
            "stop": 1249015243
        },
        {
            "start": 1249015249,
            "stop": 1249015266
        },
        {
            "start": 1249015269,
            "stop": 1249015276
        },
        {
            "start": 1249015278,
            "stop": 1249015282
        },
        {
            "start": 1249015286,
            "stop": 1249015287
        },
        {
            "start": 1249015288,
            "stop": 1249015294
        },
        {
            "start": 1249015296,
            "stop": 1249015297
        },
        {
            "start": 1249015298,
            "stop": 1249015301
        },
        {
            "start": 1249015309,
            "stop": 1249015313
        },
        {
            "start": 1249015316,
            "stop": 1249015324
        },
        {
            "start": 1249015325,
            "stop": 1249015805
        },
        {
            "start": 1249015808,
            "stop": 1249015809
        },
        {
            "start": 1249015813,
            "stop": 1249015814
        }
    ]
}