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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 232,
    "results": [
        {
            "start": 1126875911,
            "stop": 1126875934
        },
        {
            "start": 1126875935,
            "stop": 1126875945
        },
        {
            "start": 1126875947,
            "stop": 1126875953
        },
        {
            "start": 1126875954,
            "stop": 1126875956
        },
        {
            "start": 1126875957,
            "stop": 1126875988
        },
        {
            "start": 1126875995,
            "stop": 1126876088
        },
        {
            "start": 1126876089,
            "stop": 1126876110
        },
        {
            "start": 1126876111,
            "stop": 1126876112
        },
        {
            "start": 1126876115,
            "stop": 1126876119
        },
        {
            "start": 1126876120,
            "stop": 1126876121
        },
        {
            "start": 1126876124,
            "stop": 1126876126
        },
        {
            "start": 1126876127,
            "stop": 1126876129
        },
        {
            "start": 1126876131,
            "stop": 1126876132
        },
        {
            "start": 1126876134,
            "stop": 1126876136
        },
        {
            "start": 1126876137,
            "stop": 1126876138
        },
        {
            "start": 1126876139,
            "stop": 1126876196
        },
        {
            "start": 1126876197,
            "stop": 1126876205
        },
        {
            "start": 1126876206,
            "stop": 1126876209
        },
        {
            "start": 1126876211,
            "stop": 1126876223
        },
        {
            "start": 1126876227,
            "stop": 1126876243
        }
    ]
}