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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=496",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=494",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 495,
    "results": [
        {
            "start": 1184574733,
            "stop": 1184574738
        },
        {
            "start": 1184574741,
            "stop": 1184574749
        },
        {
            "start": 1184574752,
            "stop": 1184574753
        },
        {
            "start": 1184574795,
            "stop": 1184574799
        },
        {
            "start": 1184574811,
            "stop": 1184574839
        },
        {
            "start": 1184574856,
            "stop": 1184574882
        },
        {
            "start": 1184574883,
            "stop": 1184574982
        },
        {
            "start": 1184574986,
            "stop": 1184575007
        },
        {
            "start": 1184575009,
            "stop": 1184575027
        },
        {
            "start": 1184575053,
            "stop": 1184575057
        },
        {
            "start": 1184575059,
            "stop": 1184575061
        },
        {
            "start": 1184575063,
            "stop": 1184575065
        },
        {
            "start": 1184575091,
            "stop": 1184575129
        },
        {
            "start": 1184575131,
            "stop": 1184575132
        },
        {
            "start": 1184575134,
            "stop": 1184575135
        },
        {
            "start": 1184575150,
            "stop": 1184575151
        },
        {
            "start": 1184575153,
            "stop": 1184575214
        },
        {
            "start": 1184575221,
            "stop": 1184575223
        },
        {
            "start": 1184575236,
            "stop": 1184575247
        },
        {
            "start": 1184575249,
            "stop": 1184575252
        }
    ]
}