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=5231
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=5232",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5230",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5231,
    "results": [
        {
            "start": 1137052006,
            "stop": 1137052035
        },
        {
            "start": 1137052036,
            "stop": 1137052037
        },
        {
            "start": 1137052042,
            "stop": 1137052049
        },
        {
            "start": 1137052051,
            "stop": 1137052098
        },
        {
            "start": 1137052100,
            "stop": 1137052121
        },
        {
            "start": 1137052123,
            "stop": 1137052125
        },
        {
            "start": 1137052127,
            "stop": 1137052128
        },
        {
            "start": 1137052130,
            "stop": 1137052136
        },
        {
            "start": 1137052138,
            "stop": 1137052156
        },
        {
            "start": 1137052158,
            "stop": 1137052195
        },
        {
            "start": 1137052197,
            "stop": 1137052218
        },
        {
            "start": 1137052220,
            "stop": 1137052222
        },
        {
            "start": 1137052224,
            "stop": 1137052264
        },
        {
            "start": 1137052266,
            "stop": 1137052289
        },
        {
            "start": 1137052291,
            "stop": 1137052334
        },
        {
            "start": 1137052336,
            "stop": 1137052352
        },
        {
            "start": 1137052353,
            "stop": 1137052354
        },
        {
            "start": 1137052355,
            "stop": 1137052414
        },
        {
            "start": 1137052417,
            "stop": 1137052419
        },
        {
            "start": 1137052421,
            "stop": 1137052423
        }
    ]
}