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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 145,
    "results": [
        {
            "start": 1258332479,
            "stop": 1258332486
        },
        {
            "start": 1258332489,
            "stop": 1258332497
        },
        {
            "start": 1258332500,
            "stop": 1258332503
        },
        {
            "start": 1258332504,
            "stop": 1258332509
        },
        {
            "start": 1258339983,
            "stop": 1258340271
        },
        {
            "start": 1258340274,
            "stop": 1258341235
        },
        {
            "start": 1258341238,
            "stop": 1258341481
        },
        {
            "start": 1258341484,
            "stop": 1258341627
        },
        {
            "start": 1258341630,
            "stop": 1258341830
        },
        {
            "start": 1258341833,
            "stop": 1258342030
        },
        {
            "start": 1258342033,
            "stop": 1258342246
        },
        {
            "start": 1258342339,
            "stop": 1258345974
        },
        {
            "start": 1258345977,
            "stop": 1258348069
        },
        {
            "start": 1258348072,
            "stop": 1258350086
        },
        {
            "start": 1258350094,
            "stop": 1258352609
        },
        {
            "start": 1258352612,
            "stop": 1258352811
        },
        {
            "start": 1258352812,
            "stop": 1258353784
        },
        {
            "start": 1258353792,
            "stop": 1258354058
        },
        {
            "start": 1258354061,
            "stop": 1258355714
        },
        {
            "start": 1258355717,
            "stop": 1258355996
        }
    ]
}