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=681
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=682",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=680",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 681,
    "results": [
        {
            "start": 1248641206,
            "stop": 1248641214
        },
        {
            "start": 1248641218,
            "stop": 1248641317
        },
        {
            "start": 1248641320,
            "stop": 1248641422
        },
        {
            "start": 1248641427,
            "stop": 1248641429
        },
        {
            "start": 1248641434,
            "stop": 1248641437
        },
        {
            "start": 1248641440,
            "stop": 1248641868
        },
        {
            "start": 1248641872,
            "stop": 1248641953
        },
        {
            "start": 1248641957,
            "stop": 1248644328
        },
        {
            "start": 1248644331,
            "stop": 1248644333
        },
        {
            "start": 1248644337,
            "stop": 1248644346
        },
        {
            "start": 1248644351,
            "stop": 1248644392
        },
        {
            "start": 1248644397,
            "stop": 1248644428
        },
        {
            "start": 1248644432,
            "stop": 1248644433
        },
        {
            "start": 1248644438,
            "stop": 1248644530
        },
        {
            "start": 1248644532,
            "stop": 1248644534
        },
        {
            "start": 1248644538,
            "stop": 1248644552
        },
        {
            "start": 1248644557,
            "stop": 1248644574
        },
        {
            "start": 1248644579,
            "stop": 1248644587
        },
        {
            "start": 1248644592,
            "stop": 1248644595
        },
        {
            "start": 1248644598,
            "stop": 1248644600
        }
    ]
}