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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=438",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 439,
    "results": [
        {
            "start": 1261642434,
            "stop": 1261642435
        },
        {
            "start": 1261642438,
            "stop": 1261642439
        },
        {
            "start": 1261642442,
            "stop": 1261642444
        },
        {
            "start": 1261642447,
            "stop": 1261642452
        },
        {
            "start": 1261642455,
            "stop": 1261642492
        },
        {
            "start": 1261642495,
            "stop": 1261642782
        },
        {
            "start": 1261642785,
            "stop": 1261642979
        },
        {
            "start": 1261642982,
            "stop": 1261643112
        },
        {
            "start": 1261643115,
            "stop": 1261643208
        },
        {
            "start": 1261643211,
            "stop": 1261643213
        },
        {
            "start": 1261643216,
            "stop": 1261643485
        },
        {
            "start": 1261643488,
            "stop": 1261643493
        },
        {
            "start": 1261643496,
            "stop": 1261643649
        },
        {
            "start": 1261643652,
            "stop": 1261643769
        },
        {
            "start": 1261643772,
            "stop": 1261643773
        },
        {
            "start": 1261643776,
            "stop": 1261643781
        },
        {
            "start": 1261643784,
            "stop": 1261643785
        },
        {
            "start": 1261643788,
            "stop": 1261643790
        },
        {
            "start": 1261643793,
            "stop": 1261643799
        },
        {
            "start": 1261643802,
            "stop": 1261643803
        }
    ]
}