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=3066
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=3067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3065",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3066,
    "results": [
        {
            "start": 865562377,
            "stop": 865563064
        },
        {
            "start": 865563068,
            "stop": 865563413
        },
        {
            "start": 865563416,
            "stop": 865563458
        },
        {
            "start": 865563462,
            "stop": 865563875
        },
        {
            "start": 865563879,
            "stop": 865564080
        },
        {
            "start": 865564140,
            "stop": 865566858
        },
        {
            "start": 865566861,
            "stop": 865567223
        },
        {
            "start": 865567226,
            "stop": 865568940
        },
        {
            "start": 865569000,
            "stop": 865569748
        },
        {
            "start": 865569751,
            "stop": 865574122
        },
        {
            "start": 865574126,
            "stop": 865580978
        },
        {
            "start": 865580981,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865585077
        },
        {
            "start": 865585081,
            "stop": 865601880
        },
        {
            "start": 865601940,
            "stop": 865602220
        },
        {
            "start": 865602225,
            "stop": 865604712
        },
        {
            "start": 865604720,
            "stop": 865605089
        },
        {
            "start": 865605093,
            "stop": 865605899
        },
        {
            "start": 865605902,
            "stop": 865607642
        },
        {
            "start": 865607648,
            "stop": 865610640
        }
    ]
}