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=996
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=997",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=995",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 996,
    "results": [
        {
            "start": 1251855991,
            "stop": 1251856280
        },
        {
            "start": 1251856285,
            "stop": 1251856303
        },
        {
            "start": 1251856308,
            "stop": 1251856607
        },
        {
            "start": 1251856612,
            "stop": 1251856669
        },
        {
            "start": 1251856674,
            "stop": 1251856877
        },
        {
            "start": 1251856882,
            "stop": 1251857296
        },
        {
            "start": 1251857301,
            "stop": 1251857324
        },
        {
            "start": 1251857328,
            "stop": 1251857682
        },
        {
            "start": 1251857687,
            "stop": 1251857754
        },
        {
            "start": 1251857759,
            "stop": 1251857907
        },
        {
            "start": 1251857911,
            "stop": 1251857921
        },
        {
            "start": 1251857926,
            "stop": 1251857987
        },
        {
            "start": 1251857991,
            "stop": 1251858522
        },
        {
            "start": 1251858526,
            "stop": 1251858773
        },
        {
            "start": 1251861931,
            "stop": 1251861957
        },
        {
            "start": 1251861962,
            "stop": 1251862092
        },
        {
            "start": 1251862094,
            "stop": 1251862143
        },
        {
            "start": 1251862148,
            "stop": 1251862181
        },
        {
            "start": 1251862299,
            "stop": 1251862360
        },
        {
            "start": 1251862365,
            "stop": 1251862686
        }
    ]
}