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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3004",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3005,
    "results": [
        {
            "start": 862669458,
            "stop": 862669462
        },
        {
            "start": 862669468,
            "stop": 862671608
        },
        {
            "start": 862671614,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862693733
        },
        {
            "start": 862693736,
            "stop": 862695175
        },
        {
            "start": 862695344,
            "stop": 862696364
        },
        {
            "start": 862696545,
            "stop": 862697385
        },
        {
            "start": 862697536,
            "stop": 862697580
        },
        {
            "start": 862697640,
            "stop": 862698400
        },
        {
            "start": 862699782,
            "stop": 862700400
        },
        {
            "start": 862700460,
            "stop": 862700646
        },
        {
            "start": 862700655,
            "stop": 862700906
        },
        {
            "start": 862701207,
            "stop": 862701232
        },
        {
            "start": 862701236,
            "stop": 862701240
        },
        {
            "start": 862701300,
            "stop": 862701305
        },
        {
            "start": 862702063,
            "stop": 862702106
        },
        {
            "start": 862702115,
            "stop": 862702130
        },
        {
            "start": 862702140,
            "stop": 862702154
        },
        {
            "start": 862702157,
            "stop": 862702175
        },
        {
            "start": 862702181,
            "stop": 862702260
        }
    ]
}