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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 61,
    "results": [
        {
            "start": 1408872350,
            "stop": 1408872802
        },
        {
            "start": 1408872807,
            "stop": 1408877883
        },
        {
            "start": 1408877888,
            "stop": 1408883169
        },
        {
            "start": 1408883174,
            "stop": 1408892043
        },
        {
            "start": 1408892046,
            "stop": 1408893976
        },
        {
            "start": 1408893981,
            "stop": 1408894038
        },
        {
            "start": 1408894048,
            "stop": 1408895229
        },
        {
            "start": 1408895234,
            "stop": 1408896020
        },
        {
            "start": 1408910054,
            "stop": 1408916719
        },
        {
            "start": 1408916724,
            "stop": 1408918968
        },
        {
            "start": 1408924902,
            "stop": 1408925939
        },
        {
            "start": 1408925944,
            "stop": 1408937951
        },
        {
            "start": 1408937956,
            "stop": 1408943757
        },
        {
            "start": 1408943761,
            "stop": 1408946706
        },
        {
            "start": 1408946714,
            "stop": 1408950667
        },
        {
            "start": 1408950672,
            "stop": 1408952826
        },
        {
            "start": 1408952831,
            "stop": 1408959789
        },
        {
            "start": 1408959794,
            "stop": 1408960902
        },
        {
            "start": 1408960907,
            "stop": 1408969438
        },
        {
            "start": 1408969443,
            "stop": 1408971579
        }
    ]
}