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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 71,
    "results": [
        {
            "start": 1126530835,
            "stop": 1126530839
        },
        {
            "start": 1126530842,
            "stop": 1126530844
        },
        {
            "start": 1126530849,
            "stop": 1126530851
        },
        {
            "start": 1126530852,
            "stop": 1126530853
        },
        {
            "start": 1126530862,
            "stop": 1126530865
        },
        {
            "start": 1126530876,
            "stop": 1126530880
        },
        {
            "start": 1126530884,
            "stop": 1126530885
        },
        {
            "start": 1126530889,
            "stop": 1126530892
        },
        {
            "start": 1126530893,
            "stop": 1126530898
        },
        {
            "start": 1126530908,
            "stop": 1126530910
        },
        {
            "start": 1126530912,
            "stop": 1126530914
        },
        {
            "start": 1126533090,
            "stop": 1126533219
        },
        {
            "start": 1126533221,
            "stop": 1126533359
        },
        {
            "start": 1126533366,
            "stop": 1126533377
        },
        {
            "start": 1126533379,
            "stop": 1126533393
        },
        {
            "start": 1126533395,
            "stop": 1126533400
        },
        {
            "start": 1126533402,
            "stop": 1126533404
        },
        {
            "start": 1126533405,
            "stop": 1126533406
        },
        {
            "start": 1126533408,
            "stop": 1126533411
        },
        {
            "start": 1126533413,
            "stop": 1126533420
        }
    ]
}