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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 132,
    "results": [
        {
            "start": 1126658094,
            "stop": 1126658099
        },
        {
            "start": 1126658102,
            "stop": 1126658103
        },
        {
            "start": 1126658104,
            "stop": 1126658134
        },
        {
            "start": 1126658136,
            "stop": 1126658143
        },
        {
            "start": 1126658144,
            "stop": 1126658145
        },
        {
            "start": 1126658146,
            "stop": 1126658152
        },
        {
            "start": 1126658157,
            "stop": 1126658188
        },
        {
            "start": 1126658189,
            "stop": 1126658265
        },
        {
            "start": 1126658266,
            "stop": 1126658334
        },
        {
            "start": 1126658337,
            "stop": 1126658420
        },
        {
            "start": 1126658422,
            "stop": 1126658424
        },
        {
            "start": 1126658425,
            "stop": 1126658430
        },
        {
            "start": 1126658431,
            "stop": 1126658432
        },
        {
            "start": 1126658435,
            "stop": 1126658437
        },
        {
            "start": 1126658438,
            "stop": 1126658493
        },
        {
            "start": 1126658494,
            "stop": 1126658500
        },
        {
            "start": 1126658502,
            "stop": 1126658503
        },
        {
            "start": 1126658504,
            "stop": 1126658513
        },
        {
            "start": 1126658514,
            "stop": 1126658557
        },
        {
            "start": 1126658558,
            "stop": 1126658596
        }
    ]
}