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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 51,
    "results": [
        {
            "start": 1238638780,
            "stop": 1238639464
        },
        {
            "start": 1238639467,
            "stop": 1238640562
        },
        {
            "start": 1238640565,
            "stop": 1238640650
        },
        {
            "start": 1238640653,
            "stop": 1238640667
        },
        {
            "start": 1238640670,
            "stop": 1238640736
        },
        {
            "start": 1238640738,
            "stop": 1238640902
        },
        {
            "start": 1238640905,
            "stop": 1238640967
        },
        {
            "start": 1238640969,
            "stop": 1238640994
        },
        {
            "start": 1238640997,
            "stop": 1238641805
        },
        {
            "start": 1238641808,
            "stop": 1238642090
        },
        {
            "start": 1238642093,
            "stop": 1238642195
        },
        {
            "start": 1238642198,
            "stop": 1238642391
        },
        {
            "start": 1238642394,
            "stop": 1238643086
        },
        {
            "start": 1238643094,
            "stop": 1238643153
        },
        {
            "start": 1238643156,
            "stop": 1238643664
        },
        {
            "start": 1238643667,
            "stop": 1238644740
        },
        {
            "start": 1238644743,
            "stop": 1238644939
        },
        {
            "start": 1238644942,
            "stop": 1238645805
        },
        {
            "start": 1238645808,
            "stop": 1238646272
        },
        {
            "start": 1238646275,
            "stop": 1238646392
        }
    ]
}