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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3631",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3629",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3630,
    "results": [
        {
            "start": 970490911,
            "stop": 970490920
        },
        {
            "start": 970490934,
            "stop": 970490940
        },
        {
            "start": 970490943,
            "stop": 970490951
        },
        {
            "start": 970490958,
            "stop": 970490959
        },
        {
            "start": 970490962,
            "stop": 970490966
        },
        {
            "start": 970490973,
            "stop": 970490975
        },
        {
            "start": 970490984,
            "stop": 970490986
        },
        {
            "start": 970490989,
            "stop": 970490991
        },
        {
            "start": 970491001,
            "stop": 970491005
        },
        {
            "start": 970491008,
            "stop": 970491009
        },
        {
            "start": 970491012,
            "stop": 970491018
        },
        {
            "start": 970491021,
            "stop": 970491027
        },
        {
            "start": 970491032,
            "stop": 970491033
        },
        {
            "start": 970491036,
            "stop": 970491043
        },
        {
            "start": 970491046,
            "stop": 970491049
        },
        {
            "start": 970491055,
            "stop": 970491056
        },
        {
            "start": 970491065,
            "stop": 970491067
        },
        {
            "start": 970491070,
            "stop": 970491074
        },
        {
            "start": 970491081,
            "stop": 970491082
        },
        {
            "start": 970491085,
            "stop": 970491086
        }
    ]
}