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=707
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=708",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=706",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 707,
    "results": [
        {
            "start": 1248952103,
            "stop": 1248952110
        },
        {
            "start": 1248952115,
            "stop": 1248952116
        },
        {
            "start": 1248952120,
            "stop": 1248952150
        },
        {
            "start": 1248952153,
            "stop": 1248952155
        },
        {
            "start": 1248952158,
            "stop": 1248952190
        },
        {
            "start": 1248952195,
            "stop": 1248952209
        },
        {
            "start": 1248952213,
            "stop": 1248952247
        },
        {
            "start": 1248952252,
            "stop": 1248952259
        },
        {
            "start": 1248952264,
            "stop": 1248952279
        },
        {
            "start": 1248952284,
            "stop": 1248952323
        },
        {
            "start": 1248952327,
            "stop": 1248952330
        },
        {
            "start": 1248952334,
            "stop": 1248952356
        },
        {
            "start": 1248952361,
            "stop": 1248952363
        },
        {
            "start": 1248952368,
            "stop": 1248952398
        },
        {
            "start": 1248952403,
            "stop": 1248952404
        },
        {
            "start": 1248952409,
            "stop": 1248952424
        },
        {
            "start": 1248952429,
            "stop": 1248952444
        },
        {
            "start": 1248952449,
            "stop": 1248952454
        },
        {
            "start": 1248952459,
            "stop": 1248952463
        },
        {
            "start": 1248952468,
            "stop": 1248952472
        }
    ]
}