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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 64,
    "results": [
        {
            "start": 1409021539,
            "stop": 1409021550
        },
        {
            "start": 1409021555,
            "stop": 1409021681
        },
        {
            "start": 1409021686,
            "stop": 1409022069
        },
        {
            "start": 1409022074,
            "stop": 1409022172
        },
        {
            "start": 1409022177,
            "stop": 1409022725
        },
        {
            "start": 1409022730,
            "stop": 1409022739
        },
        {
            "start": 1409022744,
            "stop": 1409022841
        },
        {
            "start": 1409022846,
            "stop": 1409023155
        },
        {
            "start": 1409023160,
            "stop": 1409023340
        },
        {
            "start": 1409023345,
            "stop": 1409023471
        },
        {
            "start": 1409023476,
            "stop": 1409023510
        },
        {
            "start": 1409023515,
            "stop": 1409023655
        },
        {
            "start": 1409023660,
            "stop": 1409023691
        },
        {
            "start": 1409023696,
            "stop": 1409023700
        },
        {
            "start": 1409023710,
            "stop": 1409023736
        },
        {
            "start": 1409023741,
            "stop": 1409023744
        },
        {
            "start": 1409023758,
            "stop": 1409023814
        },
        {
            "start": 1409023819,
            "stop": 1409023863
        },
        {
            "start": 1409023868,
            "stop": 1409023884
        },
        {
            "start": 1409023889,
            "stop": 1409023920
        }
    ]
}