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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=431",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 432,
    "results": [
        {
            "start": 1261601332,
            "stop": 1261603592
        },
        {
            "start": 1261603600,
            "stop": 1261603652
        },
        {
            "start": 1261603655,
            "stop": 1261606586
        },
        {
            "start": 1261606589,
            "stop": 1261607946
        },
        {
            "start": 1261607949,
            "stop": 1261609875
        },
        {
            "start": 1261609878,
            "stop": 1261611505
        },
        {
            "start": 1261611508,
            "stop": 1261612289
        },
        {
            "start": 1261612292,
            "stop": 1261612567
        },
        {
            "start": 1261612570,
            "stop": 1261614254
        },
        {
            "start": 1261614257,
            "stop": 1261616271
        },
        {
            "start": 1261616274,
            "stop": 1261617159
        },
        {
            "start": 1261617163,
            "stop": 1261617294
        },
        {
            "start": 1261617297,
            "stop": 1261617686
        },
        {
            "start": 1261617689,
            "stop": 1261617732
        },
        {
            "start": 1261617735,
            "stop": 1261618179
        },
        {
            "start": 1261618181,
            "stop": 1261618626
        },
        {
            "start": 1261618629,
            "stop": 1261618636
        },
        {
            "start": 1261618639,
            "stop": 1261619566
        },
        {
            "start": 1261619569,
            "stop": 1261620472
        },
        {
            "start": 1261620475,
            "stop": 1261620629
        }
    ]
}