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=5258
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=5259",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5257",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5258,
    "results": [
        {
            "start": 1137065144,
            "stop": 1137065246
        },
        {
            "start": 1137065249,
            "stop": 1137065302
        },
        {
            "start": 1137065304,
            "stop": 1137065460
        },
        {
            "start": 1137065462,
            "stop": 1137065479
        },
        {
            "start": 1137065481,
            "stop": 1137065514
        },
        {
            "start": 1137065517,
            "stop": 1137065533
        },
        {
            "start": 1137065534,
            "stop": 1137065550
        },
        {
            "start": 1137065552,
            "stop": 1137065582
        },
        {
            "start": 1137065584,
            "stop": 1137065738
        },
        {
            "start": 1137065740,
            "stop": 1137065789
        },
        {
            "start": 1137065792,
            "stop": 1137065874
        },
        {
            "start": 1137065876,
            "stop": 1137065877
        },
        {
            "start": 1137065879,
            "stop": 1137065880
        },
        {
            "start": 1137065882,
            "stop": 1137065896
        },
        {
            "start": 1137065901,
            "stop": 1137065960
        },
        {
            "start": 1137065961,
            "stop": 1137065963
        },
        {
            "start": 1137065965,
            "stop": 1137065968
        },
        {
            "start": 1137065970,
            "stop": 1137065972
        },
        {
            "start": 1137065974,
            "stop": 1137065976
        },
        {
            "start": 1137065978,
            "stop": 1137065979
        }
    ]
}