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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1954",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1952",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1953,
    "results": [
        {
            "start": 1252973904,
            "stop": 1252984369
        },
        {
            "start": 1252984372,
            "stop": 1252985824
        },
        {
            "start": 1252985826,
            "stop": 1252991431
        },
        {
            "start": 1252991434,
            "stop": 1252991567
        },
        {
            "start": 1252991570,
            "stop": 1252992870
        },
        {
            "start": 1252992871,
            "stop": 1252995425
        },
        {
            "start": 1252995433,
            "stop": 1252995817
        },
        {
            "start": 1252995818,
            "stop": 1252997204
        },
        {
            "start": 1252997206,
            "stop": 1252998570
        },
        {
            "start": 1252998573,
            "stop": 1253002356
        },
        {
            "start": 1253002357,
            "stop": 1253003341
        },
        {
            "start": 1253003344,
            "stop": 1253003821
        },
        {
            "start": 1253003824,
            "stop": 1253003833
        },
        {
            "start": 1253003836,
            "stop": 1253005506
        },
        {
            "start": 1253005509,
            "stop": 1253006249
        },
        {
            "start": 1253006252,
            "stop": 1253006380
        },
        {
            "start": 1253006381,
            "stop": 1253007600
        },
        {
            "start": 1253007603,
            "stop": 1253008633
        },
        {
            "start": 1253008636,
            "stop": 1253010398
        },
        {
            "start": 1253010401,
            "stop": 1253010547
        }
    ]
}