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=6263
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=6264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6262",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6263,
    "results": [
        {
            "start": 875008798,
            "stop": 875008800
        },
        {
            "start": 875008805,
            "stop": 875008807
        },
        {
            "start": 875008814,
            "stop": 875008831
        },
        {
            "start": 875008834,
            "stop": 875008841
        },
        {
            "start": 875008844,
            "stop": 875008855
        },
        {
            "start": 875008859,
            "stop": 875008984
        },
        {
            "start": 875008987,
            "stop": 875008989
        },
        {
            "start": 875008992,
            "stop": 875009016
        },
        {
            "start": 875009021,
            "stop": 875009040
        },
        {
            "start": 875009043,
            "stop": 875009054
        },
        {
            "start": 875009057,
            "stop": 875009146
        },
        {
            "start": 875009147,
            "stop": 875009153
        },
        {
            "start": 875009157,
            "stop": 875009208
        },
        {
            "start": 875009209,
            "stop": 875009274
        },
        {
            "start": 875009277,
            "stop": 875009465
        },
        {
            "start": 875009468,
            "stop": 875009558
        },
        {
            "start": 875009561,
            "stop": 875009589
        },
        {
            "start": 875009592,
            "stop": 875009595
        },
        {
            "start": 875009598,
            "stop": 875009610
        },
        {
            "start": 875009613,
            "stop": 875009616
        }
    ]
}