Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=792
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=793",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=791",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 792,
    "results": [
        {
            "start": 1249820647,
            "stop": 1249820827
        },
        {
            "start": 1249820832,
            "stop": 1249821275
        },
        {
            "start": 1249821280,
            "stop": 1249821376
        },
        {
            "start": 1249821380,
            "stop": 1249821825
        },
        {
            "start": 1249821829,
            "stop": 1249821862
        },
        {
            "start": 1249821866,
            "stop": 1249822431
        },
        {
            "start": 1249822434,
            "stop": 1249822815
        },
        {
            "start": 1249822822,
            "stop": 1249823448
        },
        {
            "start": 1249823456,
            "stop": 1249824061
        },
        {
            "start": 1249824066,
            "stop": 1249824127
        },
        {
            "start": 1249824134,
            "stop": 1249825526
        },
        {
            "start": 1249825529,
            "stop": 1249826791
        },
        {
            "start": 1249826796,
            "stop": 1249826922
        },
        {
            "start": 1249826925,
            "stop": 1249827081
        },
        {
            "start": 1249827084,
            "stop": 1249827369
        },
        {
            "start": 1249827371,
            "stop": 1249830408
        },
        {
            "start": 1249830411,
            "stop": 1249832184
        },
        {
            "start": 1249832186,
            "stop": 1249833457
        },
        {
            "start": 1249833461,
            "stop": 1249833679
        },
        {
            "start": 1249833683,
            "stop": 1249834764
        }
    ]
}