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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7315",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7316,
    "results": [
        {
            "start": 875182596,
            "stop": 875182705
        },
        {
            "start": 875182707,
            "stop": 875182970
        },
        {
            "start": 875182971,
            "stop": 875183049
        },
        {
            "start": 875183050,
            "stop": 875183053
        },
        {
            "start": 875183056,
            "stop": 875183057
        },
        {
            "start": 875183059,
            "stop": 875183060
        },
        {
            "start": 875183062,
            "stop": 875183067
        },
        {
            "start": 875183069,
            "stop": 875183070
        },
        {
            "start": 875183072,
            "stop": 875183074
        },
        {
            "start": 875183076,
            "stop": 875183077
        },
        {
            "start": 875183079,
            "stop": 875183081
        },
        {
            "start": 875183082,
            "stop": 875183084
        },
        {
            "start": 875183086,
            "stop": 875183087
        },
        {
            "start": 875183089,
            "stop": 875183090
        },
        {
            "start": 875183092,
            "stop": 875183121
        },
        {
            "start": 875183123,
            "stop": 875183140
        },
        {
            "start": 875183141,
            "stop": 875183375
        },
        {
            "start": 875183376,
            "stop": 875183450
        },
        {
            "start": 875183451,
            "stop": 875183454
        },
        {
            "start": 875183456,
            "stop": 875183458
        }
    ]
}