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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 153,
    "results": [
        {
            "start": 1418429605,
            "stop": 1418431755
        },
        {
            "start": 1418431758,
            "stop": 1418435903
        },
        {
            "start": 1418454642,
            "stop": 1418454883
        },
        {
            "start": 1418460060,
            "stop": 1418460510
        },
        {
            "start": 1418460515,
            "stop": 1418464050
        },
        {
            "start": 1418464053,
            "stop": 1418469204
        },
        {
            "start": 1418469207,
            "stop": 1418470492
        },
        {
            "start": 1418477617,
            "stop": 1418480072
        },
        {
            "start": 1418480077,
            "stop": 1418483295
        },
        {
            "start": 1418483300,
            "stop": 1418483304
        },
        {
            "start": 1418483309,
            "stop": 1418484143
        },
        {
            "start": 1418516480,
            "stop": 1418520488
        },
        {
            "start": 1418520493,
            "stop": 1418524002
        },
        {
            "start": 1418524007,
            "stop": 1418526743
        },
        {
            "start": 1418533319,
            "stop": 1418533515
        },
        {
            "start": 1418533518,
            "stop": 1418536300
        },
        {
            "start": 1418539928,
            "stop": 1418541955
        },
        {
            "start": 1418548957,
            "stop": 1418559910
        },
        {
            "start": 1418559915,
            "stop": 1418563278
        },
        {
            "start": 1418563283,
            "stop": 1418565298
        }
    ]
}