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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=284",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 285,
    "results": [
        {
            "start": 847614037,
            "stop": 847614054
        },
        {
            "start": 847614056,
            "stop": 847614097
        },
        {
            "start": 847614098,
            "stop": 847614172
        },
        {
            "start": 847614173,
            "stop": 847614222
        },
        {
            "start": 847614224,
            "stop": 847614231
        },
        {
            "start": 847614232,
            "stop": 847614342
        },
        {
            "start": 847614343,
            "stop": 847614526
        },
        {
            "start": 847614527,
            "stop": 847614607
        },
        {
            "start": 847614608,
            "stop": 847614693
        },
        {
            "start": 847614694,
            "stop": 847614761
        },
        {
            "start": 847614762,
            "stop": 847614766
        },
        {
            "start": 847614769,
            "stop": 847614800
        },
        {
            "start": 847614802,
            "stop": 847614821
        },
        {
            "start": 847614822,
            "stop": 847614844
        },
        {
            "start": 847614847,
            "stop": 847614850
        },
        {
            "start": 847614851,
            "stop": 847614864
        },
        {
            "start": 847614865,
            "stop": 847614885
        },
        {
            "start": 847614887,
            "stop": 847614906
        },
        {
            "start": 847614907,
            "stop": 847614946
        },
        {
            "start": 847614947,
            "stop": 847614949
        }
    ]
}