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=29274
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=29275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29273",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29274,
    "results": [
        {
            "start": 971177993,
            "stop": 971177996
        },
        {
            "start": 971177999,
            "stop": 971178014
        },
        {
            "start": 971178018,
            "stop": 971178022
        },
        {
            "start": 971178024,
            "stop": 971178026
        },
        {
            "start": 971178027,
            "stop": 971178030
        },
        {
            "start": 971178034,
            "stop": 971178036
        },
        {
            "start": 971178039,
            "stop": 971178044
        },
        {
            "start": 971178045,
            "stop": 971178049
        },
        {
            "start": 971178050,
            "stop": 971178051
        },
        {
            "start": 971178052,
            "stop": 971178056
        },
        {
            "start": 971178058,
            "stop": 971178061
        },
        {
            "start": 971178064,
            "stop": 971178065
        },
        {
            "start": 971178066,
            "stop": 971178067
        },
        {
            "start": 971178069,
            "stop": 971178072
        },
        {
            "start": 971178074,
            "stop": 971178075
        },
        {
            "start": 971178076,
            "stop": 971178089
        },
        {
            "start": 971178092,
            "stop": 971178095
        },
        {
            "start": 971178096,
            "stop": 971178097
        },
        {
            "start": 971178098,
            "stop": 971178101
        },
        {
            "start": 971178102,
            "stop": 971178104
        }
    ]
}