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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5163",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5161",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5162,
    "results": [
        {
            "start": 1136998750,
            "stop": 1136998754
        },
        {
            "start": 1136998756,
            "stop": 1136998771
        },
        {
            "start": 1136998773,
            "stop": 1136998787
        },
        {
            "start": 1136998790,
            "stop": 1136998791
        },
        {
            "start": 1136998793,
            "stop": 1136998798
        },
        {
            "start": 1136998800,
            "stop": 1136998809
        },
        {
            "start": 1136998811,
            "stop": 1136998812
        },
        {
            "start": 1136998814,
            "stop": 1136998819
        },
        {
            "start": 1136998821,
            "stop": 1136998823
        },
        {
            "start": 1136998824,
            "stop": 1136998861
        },
        {
            "start": 1136998863,
            "stop": 1136998865
        },
        {
            "start": 1136998867,
            "stop": 1136998881
        },
        {
            "start": 1136998883,
            "stop": 1136998890
        },
        {
            "start": 1136998892,
            "stop": 1136998902
        },
        {
            "start": 1136998904,
            "stop": 1136998912
        },
        {
            "start": 1136998914,
            "stop": 1136998921
        },
        {
            "start": 1136998925,
            "stop": 1136998933
        },
        {
            "start": 1136998935,
            "stop": 1136998946
        },
        {
            "start": 1136998949,
            "stop": 1136998957
        },
        {
            "start": 1136998959,
            "stop": 1136998979
        }
    ]
}