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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=227",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 228,
    "results": [
        {
            "start": 1126875095,
            "stop": 1126875105
        },
        {
            "start": 1126875106,
            "stop": 1126875107
        },
        {
            "start": 1126875108,
            "stop": 1126875112
        },
        {
            "start": 1126875113,
            "stop": 1126875118
        },
        {
            "start": 1126875121,
            "stop": 1126875124
        },
        {
            "start": 1126875125,
            "stop": 1126875128
        },
        {
            "start": 1126875130,
            "stop": 1126875131
        },
        {
            "start": 1126875132,
            "stop": 1126875137
        },
        {
            "start": 1126875141,
            "stop": 1126875142
        },
        {
            "start": 1126875143,
            "stop": 1126875146
        },
        {
            "start": 1126875148,
            "stop": 1126875151
        },
        {
            "start": 1126875154,
            "stop": 1126875156
        },
        {
            "start": 1126875159,
            "stop": 1126875161
        },
        {
            "start": 1126875163,
            "stop": 1126875174
        },
        {
            "start": 1126875176,
            "stop": 1126875184
        },
        {
            "start": 1126875185,
            "stop": 1126875191
        },
        {
            "start": 1126875192,
            "stop": 1126875193
        },
        {
            "start": 1126875195,
            "stop": 1126875196
        },
        {
            "start": 1126875198,
            "stop": 1126875201
        },
        {
            "start": 1126875202,
            "stop": 1126875211
        }
    ]
}