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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 75,
    "results": [
        {
            "start": 1238819843,
            "stop": 1238819853
        },
        {
            "start": 1238819856,
            "stop": 1238823091
        },
        {
            "start": 1238823094,
            "stop": 1238824481
        },
        {
            "start": 1238824489,
            "stop": 1238825262
        },
        {
            "start": 1238825265,
            "stop": 1238825529
        },
        {
            "start": 1238825531,
            "stop": 1238828512
        },
        {
            "start": 1238828515,
            "stop": 1238828618
        },
        {
            "start": 1238828619,
            "stop": 1238829209
        },
        {
            "start": 1238829212,
            "stop": 1238832118
        },
        {
            "start": 1238832121,
            "stop": 1238832364
        },
        {
            "start": 1238832366,
            "stop": 1238832413
        },
        {
            "start": 1238832421,
            "stop": 1238833576
        },
        {
            "start": 1238834630,
            "stop": 1238834905
        },
        {
            "start": 1238834908,
            "stop": 1238835597
        },
        {
            "start": 1238835600,
            "stop": 1238837112
        },
        {
            "start": 1238837115,
            "stop": 1238837422
        },
        {
            "start": 1238837423,
            "stop": 1238839739
        },
        {
            "start": 1238839742,
            "stop": 1238840220
        },
        {
            "start": 1238840223,
            "stop": 1238840404
        },
        {
            "start": 1238840405,
            "stop": 1238843540
        }
    ]
}