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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5139",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5137",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5138,
    "results": [
        {
            "start": 1135999057,
            "stop": 1135999101
        },
        {
            "start": 1135999104,
            "stop": 1135999105
        },
        {
            "start": 1136010436,
            "stop": 1136010467
        },
        {
            "start": 1136010469,
            "stop": 1136010476
        },
        {
            "start": 1136010478,
            "stop": 1136010526
        },
        {
            "start": 1136010528,
            "stop": 1136011305
        },
        {
            "start": 1136011307,
            "stop": 1136011331
        },
        {
            "start": 1136011333,
            "stop": 1136011400
        },
        {
            "start": 1136011402,
            "stop": 1136011547
        },
        {
            "start": 1136011549,
            "stop": 1136011565
        },
        {
            "start": 1136011567,
            "stop": 1136011604
        },
        {
            "start": 1136011836,
            "stop": 1136012335
        },
        {
            "start": 1136012337,
            "stop": 1136012820
        },
        {
            "start": 1136012822,
            "stop": 1136012920
        },
        {
            "start": 1136012922,
            "stop": 1136013169
        },
        {
            "start": 1136013171,
            "stop": 1136014034
        },
        {
            "start": 1136014036,
            "stop": 1136014064
        },
        {
            "start": 1136014066,
            "stop": 1136014142
        },
        {
            "start": 1136014144,
            "stop": 1136014191
        },
        {
            "start": 1136014193,
            "stop": 1136014580
        }
    ]
}