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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33252",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33253,
    "results": [
        {
            "start": 970988780,
            "stop": 970988793
        },
        {
            "start": 970988795,
            "stop": 970988809
        },
        {
            "start": 970988812,
            "stop": 970988832
        },
        {
            "start": 970988835,
            "stop": 970988843
        },
        {
            "start": 970988844,
            "stop": 970988893
        },
        {
            "start": 970988896,
            "stop": 970988901
        },
        {
            "start": 970988902,
            "stop": 970988992
        },
        {
            "start": 970988995,
            "stop": 970989016
        },
        {
            "start": 970989019,
            "stop": 970989039
        },
        {
            "start": 970989041,
            "stop": 970989054
        },
        {
            "start": 970989055,
            "stop": 970989063
        },
        {
            "start": 970989066,
            "stop": 970989067
        },
        {
            "start": 970989070,
            "stop": 970989095
        },
        {
            "start": 970989096,
            "stop": 970989109
        },
        {
            "start": 970989112,
            "stop": 970989130
        },
        {
            "start": 970989133,
            "stop": 970989142
        },
        {
            "start": 970989143,
            "stop": 970989205
        },
        {
            "start": 970989208,
            "stop": 970989229
        },
        {
            "start": 970989232,
            "stop": 970989269
        },
        {
            "start": 970989270,
            "stop": 970989293
        }
    ]
}