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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=142",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 143,
    "results": [
        {
            "start": 836357059,
            "stop": 836361837
        },
        {
            "start": 836362285,
            "stop": 836375197
        },
        {
            "start": 836376446,
            "stop": 836379075
        },
        {
            "start": 836379570,
            "stop": 836391065
        },
        {
            "start": 836391587,
            "stop": 836395680
        },
        {
            "start": 836396272,
            "stop": 836412147
        },
        {
            "start": 836413952,
            "stop": 836426471
        },
        {
            "start": 836432248,
            "stop": 836453736
        },
        {
            "start": 836454961,
            "stop": 836459294
        },
        {
            "start": 836460612,
            "stop": 836461535
        },
        {
            "start": 836462436,
            "stop": 836464844
        },
        {
            "start": 836465432,
            "stop": 836468147
        },
        {
            "start": 836468645,
            "stop": 836472188
        },
        {
            "start": 836472633,
            "stop": 836478042
        },
        {
            "start": 836478615,
            "stop": 836485047
        },
        {
            "start": 836487201,
            "stop": 836502141
        },
        {
            "start": 836502618,
            "stop": 836513862
        },
        {
            "start": 836514328,
            "stop": 836542515
        },
        {
            "start": 836543112,
            "stop": 836578437
        },
        {
            "start": 836579023,
            "stop": 836579558
        }
    ]
}