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=6264
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=6265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6263",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6264,
    "results": [
        {
            "start": 875009620,
            "stop": 875009639
        },
        {
            "start": 875009648,
            "stop": 875009652
        },
        {
            "start": 875009656,
            "stop": 875009662
        },
        {
            "start": 875009667,
            "stop": 875009680
        },
        {
            "start": 875009685,
            "stop": 875009693
        },
        {
            "start": 875009696,
            "stop": 875009716
        },
        {
            "start": 875009719,
            "stop": 875009722
        },
        {
            "start": 875009725,
            "stop": 875009733
        },
        {
            "start": 875009738,
            "stop": 875009904
        },
        {
            "start": 875009911,
            "stop": 875009926
        },
        {
            "start": 875009930,
            "stop": 875009931
        },
        {
            "start": 875009934,
            "stop": 875009936
        },
        {
            "start": 875009939,
            "stop": 875009940
        },
        {
            "start": 875009948,
            "stop": 875009966
        },
        {
            "start": 875009967,
            "stop": 875010050
        },
        {
            "start": 875010053,
            "stop": 875010057
        },
        {
            "start": 875010060,
            "stop": 875010091
        },
        {
            "start": 875010092,
            "stop": 875010095
        },
        {
            "start": 875010098,
            "stop": 875010554
        },
        {
            "start": 875010557,
            "stop": 875010589
        }
    ]
}