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=5977
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=5978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5976",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5977,
    "results": [
        {
            "start": 873304454,
            "stop": 873304836
        },
        {
            "start": 873304838,
            "stop": 873304967
        },
        {
            "start": 873304969,
            "stop": 873304993
        },
        {
            "start": 873304995,
            "stop": 873304997
        },
        {
            "start": 873304998,
            "stop": 873305032
        },
        {
            "start": 873305033,
            "stop": 873306677
        },
        {
            "start": 873306678,
            "stop": 873307718
        },
        {
            "start": 873307720,
            "stop": 873308593
        },
        {
            "start": 873308594,
            "stop": 873308606
        },
        {
            "start": 873308858,
            "stop": 873309402
        },
        {
            "start": 873309404,
            "stop": 873309502
        },
        {
            "start": 873309504,
            "stop": 873309680
        },
        {
            "start": 873309681,
            "stop": 873310500
        },
        {
            "start": 873310560,
            "stop": 873310571
        },
        {
            "start": 873310572,
            "stop": 873310620
        },
        {
            "start": 873310680,
            "stop": 873311186
        },
        {
            "start": 873312684,
            "stop": 873312687
        },
        {
            "start": 873312688,
            "stop": 873312693
        },
        {
            "start": 873312694,
            "stop": 873312697
        },
        {
            "start": 873312698,
            "stop": 873312700
        }
    ]
}