Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 39,
    "results": [
        {
            "start": 1238581843,
            "stop": 1238584093
        },
        {
            "start": 1238584094,
            "stop": 1238584126
        },
        {
            "start": 1238584128,
            "stop": 1238584912
        },
        {
            "start": 1238584915,
            "stop": 1238584974
        },
        {
            "start": 1238584982,
            "stop": 1238585431
        },
        {
            "start": 1238585433,
            "stop": 1238586745
        },
        {
            "start": 1238586747,
            "stop": 1238587569
        },
        {
            "start": 1238587572,
            "stop": 1238589691
        },
        {
            "start": 1238589694,
            "stop": 1238589902
        },
        {
            "start": 1238589905,
            "stop": 1238591731
        },
        {
            "start": 1238591734,
            "stop": 1238591836
        },
        {
            "start": 1238591844,
            "stop": 1238593460
        },
        {
            "start": 1238593462,
            "stop": 1238593779
        },
        {
            "start": 1238593782,
            "stop": 1238595965
        },
        {
            "start": 1238595968,
            "stop": 1238596556
        },
        {
            "start": 1238596559,
            "stop": 1238597400
        },
        {
            "start": 1238597403,
            "stop": 1238597675
        },
        {
            "start": 1238597678,
            "stop": 1238598047
        },
        {
            "start": 1238598050,
            "stop": 1238598195
        },
        {
            "start": 1238598198,
            "stop": 1238599247
        }
    ]
}