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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6181",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6182,
    "results": [
        {
            "start": 874459403,
            "stop": 874459404
        },
        {
            "start": 874459411,
            "stop": 874459418
        },
        {
            "start": 874459421,
            "stop": 874459422
        },
        {
            "start": 874459425,
            "stop": 874459609
        },
        {
            "start": 874459610,
            "stop": 874459637
        },
        {
            "start": 874459640,
            "stop": 874459642
        },
        {
            "start": 874459645,
            "stop": 874459841
        },
        {
            "start": 874459844,
            "stop": 874459848
        },
        {
            "start": 874459857,
            "stop": 874459912
        },
        {
            "start": 874459914,
            "stop": 874460027
        },
        {
            "start": 874460030,
            "stop": 874460540
        },
        {
            "start": 874460545,
            "stop": 874460566
        },
        {
            "start": 874460569,
            "stop": 874460640
        },
        {
            "start": 874460644,
            "stop": 874460693
        },
        {
            "start": 874460696,
            "stop": 874460700
        },
        {
            "start": 874460703,
            "stop": 874460720
        },
        {
            "start": 874460723,
            "stop": 874462658
        },
        {
            "start": 874462659,
            "stop": 874463107
        },
        {
            "start": 874463117,
            "stop": 874463120
        },
        {
            "start": 874463123,
            "stop": 874463129
        }
    ]
}