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=5192
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=5193",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5191",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5192,
    "results": [
        {
            "start": 1137026966,
            "stop": 1137026992
        },
        {
            "start": 1137026994,
            "stop": 1137027001
        },
        {
            "start": 1137027004,
            "stop": 1137027035
        },
        {
            "start": 1137027036,
            "stop": 1137027085
        },
        {
            "start": 1137027086,
            "stop": 1137027090
        },
        {
            "start": 1137027092,
            "stop": 1137027094
        },
        {
            "start": 1137027096,
            "stop": 1137027116
        },
        {
            "start": 1137027118,
            "stop": 1137027162
        },
        {
            "start": 1137027164,
            "stop": 1137027176
        },
        {
            "start": 1137027177,
            "stop": 1137027180
        },
        {
            "start": 1137027182,
            "stop": 1137027221
        },
        {
            "start": 1137027223,
            "stop": 1137027249
        },
        {
            "start": 1137027253,
            "stop": 1137027257
        },
        {
            "start": 1137027258,
            "stop": 1137027309
        },
        {
            "start": 1137027310,
            "stop": 1137027322
        },
        {
            "start": 1137027324,
            "stop": 1137027378
        },
        {
            "start": 1137027380,
            "stop": 1137027385
        },
        {
            "start": 1137027387,
            "stop": 1137027398
        },
        {
            "start": 1137027401,
            "stop": 1137027421
        },
        {
            "start": 1137027423,
            "stop": 1137027426
        }
    ]
}