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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=484",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=482",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 483,
    "results": [
        {
            "start": 1264403811,
            "stop": 1264403825
        },
        {
            "start": 1264403827,
            "stop": 1264403840
        },
        {
            "start": 1264403842,
            "stop": 1264403899
        },
        {
            "start": 1264403903,
            "stop": 1264403940
        },
        {
            "start": 1264403942,
            "stop": 1264403992
        },
        {
            "start": 1264403993,
            "stop": 1264403995
        },
        {
            "start": 1264403996,
            "stop": 1264403999
        },
        {
            "start": 1264404000,
            "stop": 1264404015
        },
        {
            "start": 1264404020,
            "stop": 1264404072
        },
        {
            "start": 1264404074,
            "stop": 1264404122
        },
        {
            "start": 1264404125,
            "stop": 1264404131
        },
        {
            "start": 1264404133,
            "stop": 1264404137
        },
        {
            "start": 1264404141,
            "stop": 1264404154
        },
        {
            "start": 1264404155,
            "stop": 1264404273
        },
        {
            "start": 1264404274,
            "stop": 1264404289
        },
        {
            "start": 1264404290,
            "stop": 1264404292
        },
        {
            "start": 1264404293,
            "stop": 1264404297
        },
        {
            "start": 1264404299,
            "stop": 1264404304
        },
        {
            "start": 1264404306,
            "stop": 1264404342
        },
        {
            "start": 1264404344,
            "stop": 1264404379
        }
    ]
}