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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29309",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29310,
    "results": [
        {
            "start": 971182023,
            "stop": 971182025
        },
        {
            "start": 971182027,
            "stop": 971182028
        },
        {
            "start": 971182031,
            "stop": 971182033
        },
        {
            "start": 971182034,
            "stop": 971182035
        },
        {
            "start": 971182036,
            "stop": 971182037
        },
        {
            "start": 971182042,
            "stop": 971182044
        },
        {
            "start": 971182046,
            "stop": 971182047
        },
        {
            "start": 971182049,
            "stop": 971182050
        },
        {
            "start": 971182051,
            "stop": 971182053
        },
        {
            "start": 971182055,
            "stop": 971182056
        },
        {
            "start": 971182058,
            "stop": 971182060
        },
        {
            "start": 971183474,
            "stop": 971183521
        },
        {
            "start": 971183522,
            "stop": 971183545
        },
        {
            "start": 971183547,
            "stop": 971183549
        },
        {
            "start": 971183550,
            "stop": 971183660
        },
        {
            "start": 971183662,
            "stop": 971183756
        },
        {
            "start": 971183759,
            "stop": 971184026
        },
        {
            "start": 971184027,
            "stop": 971184121
        },
        {
            "start": 971184124,
            "stop": 971184288
        },
        {
            "start": 971184291,
            "stop": 971184372
        }
    ]
}