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=1938
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=1939",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1937",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1938,
    "results": [
        {
            "start": 1252588230,
            "stop": 1252589542
        },
        {
            "start": 1252589545,
            "stop": 1252591513
        },
        {
            "start": 1252591515,
            "stop": 1252592702
        },
        {
            "start": 1252592703,
            "stop": 1252593475
        },
        {
            "start": 1252593477,
            "stop": 1252597499
        },
        {
            "start": 1252597503,
            "stop": 1252597984
        },
        {
            "start": 1252597992,
            "stop": 1252599473
        },
        {
            "start": 1252599475,
            "stop": 1252600967
        },
        {
            "start": 1252600968,
            "stop": 1252601622
        },
        {
            "start": 1252601630,
            "stop": 1252601702
        },
        {
            "start": 1252601703,
            "stop": 1252602599
        },
        {
            "start": 1252602607,
            "stop": 1252602644
        },
        {
            "start": 1252602647,
            "stop": 1252603391
        },
        {
            "start": 1252619166,
            "stop": 1252619507
        },
        {
            "start": 1252619510,
            "stop": 1252619825
        },
        {
            "start": 1252619828,
            "stop": 1252620157
        },
        {
            "start": 1252620160,
            "stop": 1252620607
        },
        {
            "start": 1252620610,
            "stop": 1252621198
        },
        {
            "start": 1252621201,
            "stop": 1252621756
        },
        {
            "start": 1252621758,
            "stop": 1252621924
        }
    ]
}