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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1650",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1648",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1649,
    "results": [
        {
            "start": 1248149560,
            "stop": 1248150891
        },
        {
            "start": 1248150894,
            "stop": 1248151491
        },
        {
            "start": 1248151499,
            "stop": 1248152960
        },
        {
            "start": 1248152963,
            "stop": 1248153164
        },
        {
            "start": 1248153167,
            "stop": 1248153235
        },
        {
            "start": 1248153238,
            "stop": 1248155481
        },
        {
            "start": 1248155484,
            "stop": 1248156470
        },
        {
            "start": 1248156473,
            "stop": 1248157779
        },
        {
            "start": 1248157782,
            "stop": 1248160728
        },
        {
            "start": 1248160731,
            "stop": 1248161055
        },
        {
            "start": 1248161058,
            "stop": 1248161229
        },
        {
            "start": 1248161232,
            "stop": 1248161331
        },
        {
            "start": 1248161339,
            "stop": 1248162712
        },
        {
            "start": 1248162715,
            "stop": 1248163133
        },
        {
            "start": 1248163136,
            "stop": 1248164643
        },
        {
            "start": 1248164646,
            "stop": 1248165756
        },
        {
            "start": 1248165764,
            "stop": 1248166473
        },
        {
            "start": 1248174783,
            "stop": 1248174967
        },
        {
            "start": 1248174970,
            "stop": 1248180139
        },
        {
            "start": 1248180142,
            "stop": 1248182390
        }
    ]
}