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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7046",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7047,
    "results": [
        {
            "start": 873907101,
            "stop": 873907160
        },
        {
            "start": 873907161,
            "stop": 873907504
        },
        {
            "start": 873907505,
            "stop": 873908148
        },
        {
            "start": 873908149,
            "stop": 873908730
        },
        {
            "start": 873908731,
            "stop": 873909203
        },
        {
            "start": 873909204,
            "stop": 873909213
        },
        {
            "start": 873909214,
            "stop": 873909994
        },
        {
            "start": 873909996,
            "stop": 873910300
        },
        {
            "start": 873910301,
            "stop": 873910312
        },
        {
            "start": 873910314,
            "stop": 873910469
        },
        {
            "start": 873910470,
            "stop": 873910872
        },
        {
            "start": 873910873,
            "stop": 873911053
        },
        {
            "start": 873911054,
            "stop": 873911764
        },
        {
            "start": 873911766,
            "stop": 873912088
        },
        {
            "start": 873912089,
            "stop": 873912486
        },
        {
            "start": 873912488,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940836
        },
        {
            "start": 873940837,
            "stop": 873940871
        },
        {
            "start": 873940872,
            "stop": 873940875
        },
        {
            "start": 873940985,
            "stop": 873941085
        }
    ]
}