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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 37,
    "results": [
        {
            "start": 1238562815,
            "stop": 1238562963
        },
        {
            "start": 1238562964,
            "stop": 1238562967
        },
        {
            "start": 1238562968,
            "stop": 1238563097
        },
        {
            "start": 1238563099,
            "stop": 1238563134
        },
        {
            "start": 1238563135,
            "stop": 1238563137
        },
        {
            "start": 1238563138,
            "stop": 1238563391
        },
        {
            "start": 1238563392,
            "stop": 1238563394
        },
        {
            "start": 1238563395,
            "stop": 1238563412
        },
        {
            "start": 1238563413,
            "stop": 1238563417
        },
        {
            "start": 1238563418,
            "stop": 1238563459
        },
        {
            "start": 1238563462,
            "stop": 1238563865
        },
        {
            "start": 1238563866,
            "stop": 1238563867
        },
        {
            "start": 1238563868,
            "stop": 1238564075
        },
        {
            "start": 1238564077,
            "stop": 1238565087
        },
        {
            "start": 1238565089,
            "stop": 1238565166
        },
        {
            "start": 1238565167,
            "stop": 1238565172
        },
        {
            "start": 1238565173,
            "stop": 1238565324
        },
        {
            "start": 1238565325,
            "stop": 1238565326
        },
        {
            "start": 1238565327,
            "stop": 1238565341
        },
        {
            "start": 1238565342,
            "stop": 1238565345
        }
    ]
}