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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=234",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 235,
    "results": [
        {
            "start": 1126877567,
            "stop": 1126877587
        },
        {
            "start": 1126877589,
            "stop": 1126877627
        },
        {
            "start": 1126877634,
            "stop": 1126877651
        },
        {
            "start": 1126877652,
            "stop": 1126877657
        },
        {
            "start": 1126877659,
            "stop": 1126877666
        },
        {
            "start": 1126877667,
            "stop": 1126877689
        },
        {
            "start": 1126877690,
            "stop": 1126877752
        },
        {
            "start": 1126877755,
            "stop": 1126877905
        },
        {
            "start": 1126877906,
            "stop": 1126878086
        },
        {
            "start": 1126878088,
            "stop": 1126878090
        },
        {
            "start": 1126878092,
            "stop": 1126878093
        },
        {
            "start": 1126878095,
            "stop": 1126878108
        },
        {
            "start": 1126878109,
            "stop": 1126878111
        },
        {
            "start": 1126878113,
            "stop": 1126878137
        },
        {
            "start": 1126878257,
            "stop": 1126878265
        },
        {
            "start": 1126878267,
            "stop": 1126878282
        },
        {
            "start": 1126878283,
            "stop": 1126878284
        },
        {
            "start": 1126878286,
            "stop": 1126878287
        },
        {
            "start": 1126878291,
            "stop": 1126878292
        },
        {
            "start": 1126878296,
            "stop": 1126878373
        }
    ]
}