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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40609",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40610,
    "results": [
        {
            "start": 874887733,
            "stop": 874887764
        },
        {
            "start": 874887766,
            "stop": 874887811
        },
        {
            "start": 874887812,
            "stop": 874887865
        },
        {
            "start": 874887866,
            "stop": 874887882
        },
        {
            "start": 874887884,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "stop": 874887904
        },
        {
            "start": 874887905,
            "stop": 874887906
        },
        {
            "start": 874887907,
            "stop": 874887914
        },
        {
            "start": 874887915,
            "stop": 874887967
        },
        {
            "start": 874887969,
            "stop": 874888005
        },
        {
            "start": 874888006,
            "stop": 874888052
        },
        {
            "start": 874888054,
            "stop": 874888067
        },
        {
            "start": 874888068,
            "stop": 874888125
        },
        {
            "start": 874888127,
            "stop": 874888148
        },
        {
            "start": 874888149,
            "stop": 874888190
        },
        {
            "start": 874888191,
            "stop": 874888195
        },
        {
            "start": 874888197,
            "stop": 874888204
        },
        {
            "start": 874888205,
            "stop": 874888241
        },
        {
            "start": 874888243,
            "stop": 874888280
        },
        {
            "start": 874888281,
            "stop": 874888318
        }
    ]
}