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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=72",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 73,
    "results": [
        {
            "start": 817863275,
            "stop": 817863329
        },
        {
            "start": 817863332,
            "stop": 817863344
        },
        {
            "start": 817863347,
            "stop": 817864534
        },
        {
            "start": 817864537,
            "stop": 817864597
        },
        {
            "start": 817864601,
            "stop": 817864768
        },
        {
            "start": 817864771,
            "stop": 817864796
        },
        {
            "start": 817864799,
            "stop": 817865322
        },
        {
            "start": 817865325,
            "stop": 817865477
        },
        {
            "start": 817865478,
            "stop": 817865991
        },
        {
            "start": 817865994,
            "stop": 817866784
        },
        {
            "start": 817866787,
            "stop": 817866804
        },
        {
            "start": 817866806,
            "stop": 817867368
        },
        {
            "start": 817867371,
            "stop": 817868537
        },
        {
            "start": 817868538,
            "stop": 817868539
        },
        {
            "start": 817868542,
            "stop": 817869055
        },
        {
            "start": 817869058,
            "stop": 817869299
        },
        {
            "start": 817869302,
            "stop": 817869462
        },
        {
            "start": 817869465,
            "stop": 817869466
        },
        {
            "start": 817869469,
            "stop": 817869731
        },
        {
            "start": 817869734,
            "stop": 817869743
        }
    ]
}