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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41083",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41084,
    "results": [
        {
            "start": 875216275,
            "stop": 875216305
        },
        {
            "start": 875216308,
            "stop": 875216313
        },
        {
            "start": 875216314,
            "stop": 875216450
        },
        {
            "start": 875216453,
            "stop": 875216478
        },
        {
            "start": 875216479,
            "stop": 875216505
        },
        {
            "start": 875216506,
            "stop": 875216519
        },
        {
            "start": 875216520,
            "stop": 875216596
        },
        {
            "start": 875216598,
            "stop": 875216614
        },
        {
            "start": 875216615,
            "stop": 875216631
        },
        {
            "start": 875216632,
            "stop": 875216666
        },
        {
            "start": 875216667,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875216880
        },
        {
            "start": 875216881,
            "stop": 875216897
        },
        {
            "start": 875216898,
            "stop": 875216951
        },
        {
            "start": 875216953,
            "stop": 875217008
        },
        {
            "start": 875217009,
            "stop": 875217033
        },
        {
            "start": 875217034,
            "stop": 875217059
        },
        {
            "start": 875217061,
            "stop": 875217211
        },
        {
            "start": 875217212,
            "stop": 875217219
        },
        {
            "start": 875217221,
            "stop": 875217236
        }
    ]
}