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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=383",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 384,
    "results": [
        {
            "start": 1180701577,
            "stop": 1180703344
        },
        {
            "start": 1180703347,
            "stop": 1180706077
        },
        {
            "start": 1180706081,
            "stop": 1180706966
        },
        {
            "start": 1180749549,
            "stop": 1180751175
        },
        {
            "start": 1180763187,
            "stop": 1180772073
        },
        {
            "start": 1180772077,
            "stop": 1180774417
        },
        {
            "start": 1180774421,
            "stop": 1180790064
        },
        {
            "start": 1180819260,
            "stop": 1180820617
        },
        {
            "start": 1180820619,
            "stop": 1180820620
        },
        {
            "start": 1180820622,
            "stop": 1180820691
        },
        {
            "start": 1180820694,
            "stop": 1180820966
        },
        {
            "start": 1180820970,
            "stop": 1180821032
        },
        {
            "start": 1180822963,
            "stop": 1180823157
        },
        {
            "start": 1180823158,
            "stop": 1180823159
        },
        {
            "start": 1180823160,
            "stop": 1180823336
        },
        {
            "start": 1180823337,
            "stop": 1180823823
        },
        {
            "start": 1180823825,
            "stop": 1180824264
        },
        {
            "start": 1180824265,
            "stop": 1180824266
        },
        {
            "start": 1180824267,
            "stop": 1180824277
        },
        {
            "start": 1180824278,
            "stop": 1180824757
        }
    ]
}