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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=47",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 48,
    "results": [
        {
            "start": 817445111,
            "stop": 817447360
        },
        {
            "start": 817447363,
            "stop": 817447504
        },
        {
            "start": 817447507,
            "stop": 817447573
        },
        {
            "start": 817451182,
            "stop": 817451229
        },
        {
            "start": 817451241,
            "stop": 817451256
        },
        {
            "start": 817451259,
            "stop": 817451329
        },
        {
            "start": 817451333,
            "stop": 817451363
        },
        {
            "start": 817451366,
            "stop": 817451373
        },
        {
            "start": 817451374,
            "stop": 817451659
        },
        {
            "start": 817451662,
            "stop": 817451675
        },
        {
            "start": 817451678,
            "stop": 817451685
        },
        {
            "start": 817451688,
            "stop": 817451733
        },
        {
            "start": 817451739,
            "stop": 817451779
        },
        {
            "start": 817451783,
            "stop": 817453283
        },
        {
            "start": 817453286,
            "stop": 817453355
        },
        {
            "start": 817453358,
            "stop": 817453384
        },
        {
            "start": 817453387,
            "stop": 817460494
        },
        {
            "start": 817460497,
            "stop": 817460506
        },
        {
            "start": 817460509,
            "stop": 817461826
        },
        {
            "start": 817461829,
            "stop": 817461856
        }
    ]
}