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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 83,
    "results": [
        {
            "start": 1257648634,
            "stop": 1257651324
        },
        {
            "start": 1257651327,
            "stop": 1257651653
        },
        {
            "start": 1257651656,
            "stop": 1257652714
        },
        {
            "start": 1257652717,
            "stop": 1257652726
        },
        {
            "start": 1257652729,
            "stop": 1257654006
        },
        {
            "start": 1257654009,
            "stop": 1257654609
        },
        {
            "start": 1257654617,
            "stop": 1257654863
        },
        {
            "start": 1257654866,
            "stop": 1257655814
        },
        {
            "start": 1257655817,
            "stop": 1257657379
        },
        {
            "start": 1257657505,
            "stop": 1257657630
        },
        {
            "start": 1257657633,
            "stop": 1257661139
        },
        {
            "start": 1257661142,
            "stop": 1257661760
        },
        {
            "start": 1257661763,
            "stop": 1257663212
        },
        {
            "start": 1257663215,
            "stop": 1257665110
        },
        {
            "start": 1257665113,
            "stop": 1257665771
        },
        {
            "start": 1257665774,
            "stop": 1257665992
        },
        {
            "start": 1257665995,
            "stop": 1257666131
        },
        {
            "start": 1257666134,
            "stop": 1257667571
        },
        {
            "start": 1257667574,
            "stop": 1257667808
        },
        {
            "start": 1257667811,
            "stop": 1257668577
        }
    ]
}