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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 15,
    "results": [
        {
            "start": 1238354369,
            "stop": 1238354420
        },
        {
            "start": 1238354421,
            "stop": 1238354425
        },
        {
            "start": 1238354426,
            "stop": 1238354485
        },
        {
            "start": 1238354486,
            "stop": 1238354490
        },
        {
            "start": 1238354491,
            "stop": 1238354596
        },
        {
            "start": 1238354597,
            "stop": 1238354600
        },
        {
            "start": 1238354601,
            "stop": 1238354636
        },
        {
            "start": 1238354637,
            "stop": 1238354640
        },
        {
            "start": 1238354641,
            "stop": 1238354674
        },
        {
            "start": 1238354675,
            "stop": 1238354677
        },
        {
            "start": 1238354679,
            "stop": 1238354714
        },
        {
            "start": 1238354715,
            "stop": 1238354719
        },
        {
            "start": 1238354720,
            "stop": 1238354769
        },
        {
            "start": 1238354771,
            "stop": 1238354788
        },
        {
            "start": 1238354789,
            "stop": 1238354790
        },
        {
            "start": 1238354791,
            "stop": 1238354855
        },
        {
            "start": 1238354856,
            "stop": 1238354860
        },
        {
            "start": 1238354861,
            "stop": 1238355018
        },
        {
            "start": 1238355020,
            "stop": 1238355022
        },
        {
            "start": 1238355023,
            "stop": 1238355128
        }
    ]
}