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=814
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=815",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=813",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 814,
    "results": [
        {
            "start": 1250255141,
            "stop": 1250255149
        },
        {
            "start": 1250255153,
            "stop": 1250255154
        },
        {
            "start": 1250255163,
            "stop": 1250255170
        },
        {
            "start": 1250255172,
            "stop": 1250255178
        },
        {
            "start": 1250255180,
            "stop": 1250255245
        },
        {
            "start": 1250255247,
            "stop": 1250255270
        },
        {
            "start": 1250255274,
            "stop": 1250256354
        },
        {
            "start": 1250256358,
            "stop": 1250256361
        },
        {
            "start": 1250256371,
            "stop": 1250256384
        },
        {
            "start": 1250256390,
            "stop": 1250256414
        },
        {
            "start": 1250256419,
            "stop": 1250256437
        },
        {
            "start": 1250256440,
            "stop": 1250256448
        },
        {
            "start": 1250256452,
            "stop": 1250256460
        },
        {
            "start": 1250256468,
            "stop": 1250256481
        },
        {
            "start": 1250256484,
            "stop": 1250256535
        },
        {
            "start": 1250256538,
            "stop": 1250256554
        },
        {
            "start": 1250256556,
            "stop": 1250256662
        },
        {
            "start": 1250256663,
            "stop": 1250256928
        },
        {
            "start": 1250256930,
            "stop": 1250256972
        },
        {
            "start": 1250256976,
            "stop": 1250256987
        }
    ]
}