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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=840",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=838",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 839,
    "results": [
        {
            "start": 1269278178,
            "stop": 1269278536
        },
        {
            "start": 1269278538,
            "stop": 1269278645
        },
        {
            "start": 1269278647,
            "stop": 1269278702
        },
        {
            "start": 1269278704,
            "stop": 1269278744
        },
        {
            "start": 1269278746,
            "stop": 1269278749
        },
        {
            "start": 1269278751,
            "stop": 1269278773
        },
        {
            "start": 1269278775,
            "stop": 1269279100
        },
        {
            "start": 1269279102,
            "stop": 1269285851
        },
        {
            "start": 1269289707,
            "stop": 1269289962
        },
        {
            "start": 1269289964,
            "stop": 1269290983
        },
        {
            "start": 1269290986,
            "stop": 1269291314
        },
        {
            "start": 1269291318,
            "stop": 1269292368
        },
        {
            "start": 1269292369,
            "stop": 1269293939
        },
        {
            "start": 1269293942,
            "stop": 1269296084
        },
        {
            "start": 1269307032,
            "stop": 1269308785
        },
        {
            "start": 1269308789,
            "stop": 1269308944
        },
        {
            "start": 1269308948,
            "stop": 1269310187
        },
        {
            "start": 1269310191,
            "stop": 1269311622
        },
        {
            "start": 1269311630,
            "stop": 1269312445
        },
        {
            "start": 1269312448,
            "stop": 1269312714
        }
    ]
}