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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16824",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16825,
    "results": [
        {
            "start": 875211246,
            "stop": 875211302
        },
        {
            "start": 875211303,
            "stop": 875211455
        },
        {
            "start": 875211456,
            "stop": 875211601
        },
        {
            "start": 875211602,
            "stop": 875211922
        },
        {
            "start": 875211923,
            "stop": 875212062
        },
        {
            "start": 875212063,
            "stop": 875212168
        },
        {
            "start": 875212169,
            "stop": 875212188
        },
        {
            "start": 875212189,
            "stop": 875212290
        },
        {
            "start": 875212292,
            "stop": 875212324
        },
        {
            "start": 875212325,
            "stop": 875212644
        },
        {
            "start": 875212645,
            "stop": 875212666
        },
        {
            "start": 875212668,
            "stop": 875212713
        },
        {
            "start": 875212714,
            "stop": 875213088
        },
        {
            "start": 875213089,
            "stop": 875213285
        },
        {
            "start": 875213287,
            "stop": 875213741
        },
        {
            "start": 875213742,
            "stop": 875213779
        },
        {
            "start": 875213781,
            "stop": 875213871
        },
        {
            "start": 875213873,
            "stop": 875214251
        },
        {
            "start": 875214252,
            "stop": 875214390
        },
        {
            "start": 875214392,
            "stop": 875214400
        }
    ]
}