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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 294,
    "results": [
        {
            "start": 1240370342,
            "stop": 1240370429
        },
        {
            "start": 1240370430,
            "stop": 1240370450
        },
        {
            "start": 1240370451,
            "stop": 1240370452
        },
        {
            "start": 1240370453,
            "stop": 1240370566
        },
        {
            "start": 1240370567,
            "stop": 1240370617
        },
        {
            "start": 1240370618,
            "stop": 1240370619
        },
        {
            "start": 1240370620,
            "stop": 1240370640
        },
        {
            "start": 1240370641,
            "stop": 1240370706
        },
        {
            "start": 1240370708,
            "stop": 1240370710
        },
        {
            "start": 1240370711,
            "stop": 1240370712
        },
        {
            "start": 1240370713,
            "stop": 1240370728
        },
        {
            "start": 1240370732,
            "stop": 1240370733
        },
        {
            "start": 1240370734,
            "stop": 1240370875
        },
        {
            "start": 1240370878,
            "stop": 1240370924
        },
        {
            "start": 1240370925,
            "stop": 1240371058
        },
        {
            "start": 1240371061,
            "stop": 1240371088
        },
        {
            "start": 1240371096,
            "stop": 1240371142
        },
        {
            "start": 1240371143,
            "stop": 1240371168
        },
        {
            "start": 1240371170,
            "stop": 1240371200
        },
        {
            "start": 1240371241,
            "stop": 1240371249
        }
    ]
}