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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 237,
    "results": [
        {
            "start": 1259288607,
            "stop": 1259288866
        },
        {
            "start": 1259288869,
            "stop": 1259288965
        },
        {
            "start": 1259288968,
            "stop": 1259289369
        },
        {
            "start": 1259289372,
            "stop": 1259289569
        },
        {
            "start": 1259289572,
            "stop": 1259289626
        },
        {
            "start": 1259289629,
            "stop": 1259289665
        },
        {
            "start": 1259289668,
            "stop": 1259289732
        },
        {
            "start": 1259289735,
            "stop": 1259289741
        },
        {
            "start": 1259289744,
            "stop": 1259289775
        },
        {
            "start": 1259289778,
            "stop": 1259289785
        },
        {
            "start": 1259289794,
            "stop": 1259290199
        },
        {
            "start": 1259290202,
            "stop": 1259290240
        },
        {
            "start": 1259290243,
            "stop": 1259290244
        },
        {
            "start": 1259290246,
            "stop": 1259290250
        },
        {
            "start": 1259290253,
            "stop": 1259290792
        },
        {
            "start": 1259290795,
            "stop": 1259290890
        },
        {
            "start": 1259290896,
            "stop": 1259290941
        },
        {
            "start": 1259290947,
            "stop": 1259290948
        },
        {
            "start": 1259290951,
            "stop": 1259290963
        },
        {
            "start": 1259290966,
            "stop": 1259290970
        }
    ]
}