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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=345",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 346,
    "results": [
        {
            "start": 1260607528,
            "stop": 1260607610
        },
        {
            "start": 1260607611,
            "stop": 1260608134
        },
        {
            "start": 1260608136,
            "stop": 1260608347
        },
        {
            "start": 1260608350,
            "stop": 1260608362
        },
        {
            "start": 1260608365,
            "stop": 1260608391
        },
        {
            "start": 1260608393,
            "stop": 1260608598
        },
        {
            "start": 1260608600,
            "stop": 1260609301
        },
        {
            "start": 1260609304,
            "stop": 1260609585
        },
        {
            "start": 1260609586,
            "stop": 1260609691
        },
        {
            "start": 1260609692,
            "stop": 1260609992
        },
        {
            "start": 1260609993,
            "stop": 1260610029
        },
        {
            "start": 1260610032,
            "stop": 1260610109
        },
        {
            "start": 1260610112,
            "stop": 1260610145
        },
        {
            "start": 1260610148,
            "stop": 1260610284
        },
        {
            "start": 1260610287,
            "stop": 1260610292
        },
        {
            "start": 1260610295,
            "stop": 1260610472
        },
        {
            "start": 1260610475,
            "stop": 1260610775
        },
        {
            "start": 1260610778,
            "stop": 1260610888
        },
        {
            "start": 1260610891,
            "stop": 1260611080
        },
        {
            "start": 1260611081,
            "stop": 1260611490
        }
    ]
}