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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14284",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14285,
    "results": [
        {
            "start": 971182020,
            "stop": 971182021
        },
        {
            "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": 971183756
        },
        {
            "start": 971183759,
            "stop": 971184121
        },
        {
            "start": 971184124,
            "stop": 971184288
        },
        {
            "start": 971184291,
            "stop": 971184815
        },
        {
            "start": 971184819,
            "stop": 971184854
        },
        {
            "start": 971184856,
            "stop": 971184987
        },
        {
            "start": 971184990,
            "stop": 971185041
        },
        {
            "start": 971185044,
            "stop": 971185191
        }
    ]
}