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=5130
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=5131",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5129",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5130,
    "results": [
        {
            "start": 1136988749,
            "stop": 1136988757
        },
        {
            "start": 1136988759,
            "stop": 1136988769
        },
        {
            "start": 1136988770,
            "stop": 1136988772
        },
        {
            "start": 1136988775,
            "stop": 1136988778
        },
        {
            "start": 1136988780,
            "stop": 1136988796
        },
        {
            "start": 1136988798,
            "stop": 1136988833
        },
        {
            "start": 1136988835,
            "stop": 1136988836
        },
        {
            "start": 1136988837,
            "stop": 1136988866
        },
        {
            "start": 1136988868,
            "stop": 1136988883
        },
        {
            "start": 1136988885,
            "stop": 1136988894
        },
        {
            "start": 1136988896,
            "stop": 1136988905
        },
        {
            "start": 1136988907,
            "stop": 1136988916
        },
        {
            "start": 1136988918,
            "stop": 1136988928
        },
        {
            "start": 1136988930,
            "stop": 1136988938
        },
        {
            "start": 1136988940,
            "stop": 1136988949
        },
        {
            "start": 1136988951,
            "stop": 1136989014
        },
        {
            "start": 1136989016,
            "stop": 1136989024
        },
        {
            "start": 1136989026,
            "stop": 1136989034
        },
        {
            "start": 1136989036,
            "stop": 1136989047
        },
        {
            "start": 1136989049,
            "stop": 1136989056
        }
    ]
}