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=6193
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=6194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6192",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6193,
    "results": [
        {
            "start": 874534661,
            "stop": 874535381
        },
        {
            "start": 874535382,
            "stop": 874535391
        },
        {
            "start": 874535394,
            "stop": 874535948
        },
        {
            "start": 874535950,
            "stop": 874538739
        },
        {
            "start": 874538742,
            "stop": 874539526
        },
        {
            "start": 874539529,
            "stop": 874539786
        },
        {
            "start": 874539789,
            "stop": 874540070
        },
        {
            "start": 874540073,
            "stop": 874540721
        },
        {
            "start": 874540722,
            "stop": 874541099
        },
        {
            "start": 874541100,
            "stop": 874541107
        },
        {
            "start": 874541110,
            "stop": 874541220
        },
        {
            "start": 874541280,
            "stop": 874542223
        },
        {
            "start": 874542226,
            "stop": 874544095
        },
        {
            "start": 874544098,
            "stop": 874544127
        },
        {
            "start": 874544130,
            "stop": 874544131
        },
        {
            "start": 874544134,
            "stop": 874544278
        },
        {
            "start": 874544281,
            "stop": 874544715
        },
        {
            "start": 874544717,
            "stop": 874545258
        },
        {
            "start": 874545261,
            "stop": 874546187
        },
        {
            "start": 874546189,
            "stop": 874546608
        }
    ]
}