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=474
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=475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=473",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 474,
    "results": [
        {
            "start": 862287846,
            "stop": 862288746
        },
        {
            "start": 862289206,
            "stop": 862289305
        },
        {
            "start": 862292855,
            "stop": 862292931
        },
        {
            "start": 862292933,
            "stop": 862293571
        },
        {
            "start": 862293766,
            "stop": 862300033
        },
        {
            "start": 862300035,
            "stop": 862300085
        },
        {
            "start": 862301537,
            "stop": 862309498
        },
        {
            "start": 862309500,
            "stop": 862309508
        },
        {
            "start": 862309509,
            "stop": 862309604
        },
        {
            "start": 862312313,
            "stop": 862312999
        },
        {
            "start": 862313285,
            "stop": 862313691
        },
        {
            "start": 862323927,
            "stop": 862329113
        },
        {
            "start": 862330013,
            "stop": 862330034
        },
        {
            "start": 862330140,
            "stop": 862330498
        },
        {
            "start": 862334971,
            "stop": 862383991
        },
        {
            "start": 862385059,
            "stop": 862394239
        },
        {
            "start": 862397227,
            "stop": 862401014
        },
        {
            "start": 862402115,
            "stop": 862410665
        },
        {
            "start": 862411867,
            "stop": 862467873
        },
        {
            "start": 862470338,
            "stop": 862486494
        }
    ]
}