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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 97,
    "results": [
        {
            "start": 1257816288,
            "stop": 1257816302
        },
        {
            "start": 1257816303,
            "stop": 1257816311
        },
        {
            "start": 1257816312,
            "stop": 1257816320
        },
        {
            "start": 1257816321,
            "stop": 1257816336
        },
        {
            "start": 1257816338,
            "stop": 1257816346
        },
        {
            "start": 1257816347,
            "stop": 1257816359
        },
        {
            "start": 1257816367,
            "stop": 1257816375
        },
        {
            "start": 1257816379,
            "stop": 1257816380
        },
        {
            "start": 1257816381,
            "stop": 1257816382
        },
        {
            "start": 1257816406,
            "stop": 1257816407
        },
        {
            "start": 1257816409,
            "stop": 1257816415
        },
        {
            "start": 1257816417,
            "stop": 1257816418
        },
        {
            "start": 1257816420,
            "stop": 1257816424
        },
        {
            "start": 1257816435,
            "stop": 1257816464
        },
        {
            "start": 1257816465,
            "stop": 1257816467
        },
        {
            "start": 1257816470,
            "stop": 1257816489
        },
        {
            "start": 1257816504,
            "stop": 1257816523
        },
        {
            "start": 1257816524,
            "stop": 1257816588
        },
        {
            "start": 1257816589,
            "stop": 1257816590
        },
        {
            "start": 1257816592,
            "stop": 1257816593
        }
    ]
}