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=1825
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=1826",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1824",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1825,
    "results": [
        {
            "start": 1250329274,
            "stop": 1250329349
        },
        {
            "start": 1250329352,
            "stop": 1250329376
        },
        {
            "start": 1250329377,
            "stop": 1250329810
        },
        {
            "start": 1250329813,
            "stop": 1250330235
        },
        {
            "start": 1250330238,
            "stop": 1250330533
        },
        {
            "start": 1250330536,
            "stop": 1250330834
        },
        {
            "start": 1250330836,
            "stop": 1250330893
        },
        {
            "start": 1250330896,
            "stop": 1250330907
        },
        {
            "start": 1250330915,
            "stop": 1250331110
        },
        {
            "start": 1250331112,
            "stop": 1250331134
        },
        {
            "start": 1250331138,
            "stop": 1250331140
        },
        {
            "start": 1250331141,
            "stop": 1250331427
        },
        {
            "start": 1250331429,
            "stop": 1250331434
        },
        {
            "start": 1250331435,
            "stop": 1250331447
        },
        {
            "start": 1250331450,
            "stop": 1250331451
        },
        {
            "start": 1250331456,
            "stop": 1250331460
        },
        {
            "start": 1250331461,
            "stop": 1250331486
        },
        {
            "start": 1250331490,
            "stop": 1250331495
        },
        {
            "start": 1250331497,
            "stop": 1250331561
        },
        {
            "start": 1250331563,
            "stop": 1250331567
        }
    ]
}