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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1720",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1718",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1719,
    "results": [
        {
            "start": 1249178158,
            "stop": 1249178165
        },
        {
            "start": 1249178166,
            "stop": 1249178168
        },
        {
            "start": 1249178170,
            "stop": 1249178173
        },
        {
            "start": 1249178174,
            "stop": 1249178187
        },
        {
            "start": 1249178188,
            "stop": 1249178228
        },
        {
            "start": 1249178231,
            "stop": 1249178256
        },
        {
            "start": 1249178259,
            "stop": 1249178261
        },
        {
            "start": 1249178262,
            "stop": 1249178267
        },
        {
            "start": 1249178270,
            "stop": 1249178271
        },
        {
            "start": 1249178275,
            "stop": 1249178277
        },
        {
            "start": 1249178281,
            "stop": 1249178309
        },
        {
            "start": 1249178312,
            "stop": 1249178314
        },
        {
            "start": 1249178315,
            "stop": 1249178320
        },
        {
            "start": 1249178322,
            "stop": 1249178323
        },
        {
            "start": 1249178324,
            "stop": 1249178325
        },
        {
            "start": 1249178328,
            "stop": 1249178329
        },
        {
            "start": 1249178330,
            "stop": 1249178336
        },
        {
            "start": 1249178340,
            "stop": 1249178342
        },
        {
            "start": 1249178345,
            "stop": 1249178349
        },
        {
            "start": 1249178350,
            "stop": 1249178356
        }
    ]
}