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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6375",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6376,
    "results": [
        {
            "start": 873516736,
            "stop": 873516751
        },
        {
            "start": 873516752,
            "stop": 873516760
        },
        {
            "start": 873516764,
            "stop": 873516767
        },
        {
            "start": 873516775,
            "stop": 873516780
        },
        {
            "start": 873516784,
            "stop": 873516793
        },
        {
            "start": 873516797,
            "stop": 873516811
        },
        {
            "start": 873516813,
            "stop": 873516846
        },
        {
            "start": 873516850,
            "stop": 873516857
        },
        {
            "start": 873516862,
            "stop": 873516976
        },
        {
            "start": 873516977,
            "stop": 873516982
        },
        {
            "start": 873516983,
            "stop": 873516989
        },
        {
            "start": 873516995,
            "stop": 873517020
        },
        {
            "start": 873517021,
            "stop": 873517032
        },
        {
            "start": 873517036,
            "stop": 873517055
        },
        {
            "start": 873517056,
            "stop": 873517112
        },
        {
            "start": 873517113,
            "stop": 873517125
        },
        {
            "start": 873517126,
            "stop": 873517338
        },
        {
            "start": 873517339,
            "stop": 873517464
        },
        {
            "start": 873517465,
            "stop": 873517739
        },
        {
            "start": 873517740,
            "stop": 873517838
        }
    ]
}