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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 80,
    "results": [
        {
            "start": 819292422,
            "stop": 819292652
        },
        {
            "start": 819292655,
            "stop": 819294957
        },
        {
            "start": 819295717,
            "stop": 819298279
        },
        {
            "start": 819298283,
            "stop": 819298458
        },
        {
            "start": 819298461,
            "stop": 819298489
        },
        {
            "start": 819298493,
            "stop": 819298737
        },
        {
            "start": 819298740,
            "stop": 819299640
        },
        {
            "start": 819300449,
            "stop": 819300844
        },
        {
            "start": 819300847,
            "stop": 819304558
        },
        {
            "start": 819304561,
            "stop": 819306540
        },
        {
            "start": 819306600,
            "stop": 819307320
        },
        {
            "start": 819307380,
            "stop": 819307491
        },
        {
            "start": 819307495,
            "stop": 819307993
        },
        {
            "start": 819308033,
            "stop": 819308034
        },
        {
            "start": 819308240,
            "stop": 819308258
        },
        {
            "start": 819312017,
            "stop": 819313003
        },
        {
            "start": 819313797,
            "stop": 819316033
        },
        {
            "start": 819316143,
            "stop": 819316995
        },
        {
            "start": 819323264,
            "stop": 819324673
        },
        {
            "start": 819324863,
            "stop": 819325101
        }
    ]
}