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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5349",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5347",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5348,
    "results": [
        {
            "start": 1136607559,
            "stop": 1136607922
        },
        {
            "start": 1136607924,
            "stop": 1136608047
        },
        {
            "start": 1136608049,
            "stop": 1136608075
        },
        {
            "start": 1136608077,
            "stop": 1136608213
        },
        {
            "start": 1136608215,
            "stop": 1136608614
        },
        {
            "start": 1136608616,
            "stop": 1136608621
        },
        {
            "start": 1136608623,
            "stop": 1136608631
        },
        {
            "start": 1136608633,
            "stop": 1136608635
        },
        {
            "start": 1136608637,
            "stop": 1136608641
        },
        {
            "start": 1136608643,
            "stop": 1136608648
        },
        {
            "start": 1136608650,
            "stop": 1136608653
        },
        {
            "start": 1136608655,
            "stop": 1136608663
        },
        {
            "start": 1136608665,
            "stop": 1136608674
        },
        {
            "start": 1136608676,
            "stop": 1136608714
        },
        {
            "start": 1136608716,
            "stop": 1136608745
        },
        {
            "start": 1136608749,
            "stop": 1136608770
        },
        {
            "start": 1136608772,
            "stop": 1136608812
        },
        {
            "start": 1136608814,
            "stop": 1136608829
        },
        {
            "start": 1136608831,
            "stop": 1136608833
        },
        {
            "start": 1136608835,
            "stop": 1136608851
        }
    ]
}