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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1092",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1090",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1091,
    "results": [
        {
            "start": 1253551682,
            "stop": 1253552243
        },
        {
            "start": 1253552248,
            "stop": 1253552402
        },
        {
            "start": 1253552406,
            "stop": 1253552893
        },
        {
            "start": 1253552897,
            "stop": 1253554369
        },
        {
            "start": 1253554372,
            "stop": 1253554383
        },
        {
            "start": 1253554385,
            "stop": 1253554650
        },
        {
            "start": 1253554655,
            "stop": 1253555900
        },
        {
            "start": 1253560462,
            "stop": 1253560675
        },
        {
            "start": 1253560680,
            "stop": 1253564516
        },
        {
            "start": 1253564520,
            "stop": 1253565562
        },
        {
            "start": 1253565565,
            "stop": 1253566311
        },
        {
            "start": 1253566313,
            "stop": 1253567356
        },
        {
            "start": 1253567361,
            "stop": 1253568309
        },
        {
            "start": 1253568314,
            "stop": 1253571624
        },
        {
            "start": 1253571629,
            "stop": 1253572824
        },
        {
            "start": 1253572827,
            "stop": 1253572847
        },
        {
            "start": 1253575402,
            "stop": 1253577363
        },
        {
            "start": 1253577365,
            "stop": 1253586320
        },
        {
            "start": 1253586323,
            "stop": 1253586764
        },
        {
            "start": 1253586769,
            "stop": 1253587861
        }
    ]
}