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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=452",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 453,
    "results": [
        {
            "start": 860050041,
            "stop": 860064746
        },
        {
            "start": 860064747,
            "stop": 860065546
        },
        {
            "start": 860065734,
            "stop": 860077462
        },
        {
            "start": 860078577,
            "stop": 860093188
        },
        {
            "start": 860094592,
            "stop": 860095529
        },
        {
            "start": 860095585,
            "stop": 860111085
        },
        {
            "start": 860111087,
            "stop": 860113331
        },
        {
            "start": 860113333,
            "stop": 860134757
        },
        {
            "start": 860136136,
            "stop": 860154602
        },
        {
            "start": 860154604,
            "stop": 860158019
        },
        {
            "start": 860160296,
            "stop": 860164086
        },
        {
            "start": 860165643,
            "stop": 860176203
        },
        {
            "start": 860177458,
            "stop": 860182785
        },
        {
            "start": 860182896,
            "stop": 860189344
        },
        {
            "start": 860189578,
            "stop": 860223390
        },
        {
            "start": 860224083,
            "stop": 860240976
        },
        {
            "start": 860241792,
            "stop": 860246142
        },
        {
            "start": 860247185,
            "stop": 860247222
        },
        {
            "start": 860249096,
            "stop": 860253612
        },
        {
            "start": 860274598,
            "stop": 860277618
        }
    ]
}