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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 24,
    "results": [
        {
            "start": 1257317090,
            "stop": 1257317155
        },
        {
            "start": 1257317158,
            "stop": 1257317244
        },
        {
            "start": 1257317249,
            "stop": 1257317927
        },
        {
            "start": 1257317932,
            "stop": 1257318244
        },
        {
            "start": 1257318249,
            "stop": 1257318266
        },
        {
            "start": 1257318271,
            "stop": 1257318642
        },
        {
            "start": 1257318645,
            "stop": 1257318941
        },
        {
            "start": 1257318946,
            "stop": 1257319720
        },
        {
            "start": 1257319728,
            "stop": 1257319999
        },
        {
            "start": 1257320004,
            "stop": 1257320115
        },
        {
            "start": 1257320119,
            "stop": 1257320720
        },
        {
            "start": 1257320725,
            "stop": 1257321604
        },
        {
            "start": 1257321609,
            "stop": 1257322160
        },
        {
            "start": 1257322163,
            "stop": 1257322260
        },
        {
            "start": 1257322264,
            "stop": 1257323811
        },
        {
            "start": 1257323816,
            "stop": 1257324001
        },
        {
            "start": 1257324006,
            "stop": 1257324096
        },
        {
            "start": 1257324101,
            "stop": 1257324166
        },
        {
            "start": 1257324170,
            "stop": 1257324509
        },
        {
            "start": 1257324514,
            "stop": 1257324657
        }
    ]
}