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/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=52",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 53,
    "results": [
        {
            "start": 931221040,
            "stop": 931221160
        },
        {
            "start": 931221163,
            "stop": 931221164
        },
        {
            "start": 931221165,
            "stop": 931221203
        },
        {
            "start": 931221205,
            "stop": 931221244
        },
        {
            "start": 931221246,
            "stop": 931221247
        },
        {
            "start": 931221249,
            "stop": 931221250
        },
        {
            "start": 931221252,
            "stop": 931221270
        },
        {
            "start": 931221273,
            "stop": 931221281
        },
        {
            "start": 931221283,
            "stop": 931221320
        },
        {
            "start": 931221321,
            "stop": 931221416
        },
        {
            "start": 931221418,
            "stop": 931221488
        },
        {
            "start": 931221490,
            "stop": 931221525
        },
        {
            "start": 931221527,
            "stop": 931221585
        },
        {
            "start": 931221587,
            "stop": 931221604
        },
        {
            "start": 931221606,
            "stop": 931221657
        },
        {
            "start": 931221659,
            "stop": 931221962
        },
        {
            "start": 931221964,
            "stop": 931221978
        },
        {
            "start": 931221980,
            "stop": 931222066
        },
        {
            "start": 931222069,
            "stop": 931222151
        },
        {
            "start": 931222153,
            "stop": 931222235
        }
    ]
}