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=5280
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=5281",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5279",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5280,
    "results": [
        {
            "start": 1136404656,
            "stop": 1136404663
        },
        {
            "start": 1136404667,
            "stop": 1136404668
        },
        {
            "start": 1136404670,
            "stop": 1136404684
        },
        {
            "start": 1136404686,
            "stop": 1136404712
        },
        {
            "start": 1136404714,
            "stop": 1136404717
        },
        {
            "start": 1136404719,
            "stop": 1136404736
        },
        {
            "start": 1136404738,
            "stop": 1136404746
        },
        {
            "start": 1136404748,
            "stop": 1136404749
        },
        {
            "start": 1136404751,
            "stop": 1136404800
        },
        {
            "start": 1136404802,
            "stop": 1136404804
        },
        {
            "start": 1136404806,
            "stop": 1136404809
        },
        {
            "start": 1136404812,
            "stop": 1136404861
        },
        {
            "start": 1136404862,
            "stop": 1136404881
        },
        {
            "start": 1136404885,
            "stop": 1136404943
        },
        {
            "start": 1136404944,
            "stop": 1136405011
        },
        {
            "start": 1136405013,
            "stop": 1136405056
        },
        {
            "start": 1136405058,
            "stop": 1136405060
        },
        {
            "start": 1136405062,
            "stop": 1136405152
        },
        {
            "start": 1136405154,
            "stop": 1136405205
        },
        {
            "start": 1136405207,
            "stop": 1136405219
        }
    ]
}