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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 117,
    "results": [
        {
            "start": 1238806985,
            "stop": 1238809726
        },
        {
            "start": 1238809730,
            "stop": 1238810681
        },
        {
            "start": 1238810685,
            "stop": 1238812133
        },
        {
            "start": 1238812138,
            "stop": 1238812394
        },
        {
            "start": 1238812399,
            "stop": 1238812734
        },
        {
            "start": 1238812738,
            "stop": 1238813471
        },
        {
            "start": 1238813474,
            "stop": 1238814761
        },
        {
            "start": 1238814766,
            "stop": 1238815390
        },
        {
            "start": 1238815395,
            "stop": 1238815401
        },
        {
            "start": 1238815406,
            "stop": 1238815413
        },
        {
            "start": 1238815418,
            "stop": 1238815458
        },
        {
            "start": 1238815462,
            "stop": 1238817868
        },
        {
            "start": 1238817873,
            "stop": 1238818231
        },
        {
            "start": 1238818235,
            "stop": 1238820317
        },
        {
            "start": 1238820321,
            "stop": 1238820325
        },
        {
            "start": 1238820330,
            "stop": 1238821690
        },
        {
            "start": 1238821695,
            "stop": 1238823801
        },
        {
            "start": 1238823807,
            "stop": 1238826533
        },
        {
            "start": 1238826536,
            "stop": 1238827487
        },
        {
            "start": 1238827490,
            "stop": 1238828049
        }
    ]
}