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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 255,
    "results": [
        {
            "start": 1240032129,
            "stop": 1240032248
        },
        {
            "start": 1240032249,
            "stop": 1240032368
        },
        {
            "start": 1240032369,
            "stop": 1240032488
        },
        {
            "start": 1240032489,
            "stop": 1240032608
        },
        {
            "start": 1240032609,
            "stop": 1240032728
        },
        {
            "start": 1240032729,
            "stop": 1240032848
        },
        {
            "start": 1240032849,
            "stop": 1240032968
        },
        {
            "start": 1240032969,
            "stop": 1240033088
        },
        {
            "start": 1240033089,
            "stop": 1240033208
        },
        {
            "start": 1240033209,
            "stop": 1240033328
        },
        {
            "start": 1240033329,
            "stop": 1240033448
        },
        {
            "start": 1240033449,
            "stop": 1240033568
        },
        {
            "start": 1240033569,
            "stop": 1240033688
        },
        {
            "start": 1240033689,
            "stop": 1240033733
        },
        {
            "start": 1240033738,
            "stop": 1240033808
        },
        {
            "start": 1240033809,
            "stop": 1240033928
        },
        {
            "start": 1240033929,
            "stop": 1240034048
        },
        {
            "start": 1240034049,
            "stop": 1240034168
        },
        {
            "start": 1240034169,
            "stop": 1240034288
        },
        {
            "start": 1240034289,
            "stop": 1240034408
        }
    ]
}