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=1936
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=1937",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1935",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1936,
    "results": [
        {
            "start": 1252530817,
            "stop": 1252532369
        },
        {
            "start": 1252532372,
            "stop": 1252533538
        },
        {
            "start": 1252533541,
            "stop": 1252534022
        },
        {
            "start": 1252534024,
            "stop": 1252535865
        },
        {
            "start": 1252535868,
            "stop": 1252537074
        },
        {
            "start": 1252537077,
            "stop": 1252537678
        },
        {
            "start": 1252537681,
            "stop": 1252537683
        },
        {
            "start": 1252537686,
            "stop": 1252537940
        },
        {
            "start": 1252537943,
            "stop": 1252538322
        },
        {
            "start": 1252538325,
            "stop": 1252538357
        },
        {
            "start": 1252538359,
            "stop": 1252538797
        },
        {
            "start": 1252538805,
            "stop": 1252539190
        },
        {
            "start": 1252539193,
            "stop": 1252539232
        },
        {
            "start": 1252539235,
            "stop": 1252539602
        },
        {
            "start": 1252539604,
            "stop": 1252539956
        },
        {
            "start": 1252539959,
            "stop": 1252540221
        },
        {
            "start": 1252540224,
            "stop": 1252540297
        },
        {
            "start": 1252540300,
            "stop": 1252540389
        },
        {
            "start": 1252541508,
            "stop": 1252542979
        },
        {
            "start": 1252542981,
            "stop": 1252546376
        }
    ]
}