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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3060",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3061,
    "results": [
        {
            "start": 865198839,
            "stop": 865198844
        },
        {
            "start": 865198849,
            "stop": 865198853
        },
        {
            "start": 865198854,
            "stop": 865198860
        },
        {
            "start": 865200000,
            "stop": 865200039
        },
        {
            "start": 865200042,
            "stop": 865200060
        },
        {
            "start": 865200136,
            "stop": 865200137
        },
        {
            "start": 865200140,
            "stop": 865200144
        },
        {
            "start": 865200147,
            "stop": 865200163
        },
        {
            "start": 865200165,
            "stop": 865200183
        },
        {
            "start": 865200187,
            "stop": 865200195
        },
        {
            "start": 865219366,
            "stop": 865219413
        },
        {
            "start": 865219417,
            "stop": 865219781
        },
        {
            "start": 865219785,
            "stop": 865219797
        },
        {
            "start": 865219800,
            "stop": 865220086
        },
        {
            "start": 865220090,
            "stop": 865220234
        },
        {
            "start": 865220237,
            "stop": 865220520
        },
        {
            "start": 865220580,
            "stop": 865220610
        },
        {
            "start": 865220760,
            "stop": 865220940
        },
        {
            "start": 865221000,
            "stop": 865221050
        },
        {
            "start": 865221053,
            "stop": 865221110
        }
    ]
}