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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=212",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 213,
    "results": [
        {
            "start": 840860816,
            "stop": 840860820
        },
        {
            "start": 840860821,
            "stop": 840862074
        },
        {
            "start": 840862077,
            "stop": 840872225
        },
        {
            "start": 840875711,
            "stop": 840882613
        },
        {
            "start": 840883713,
            "stop": 840883965
        },
        {
            "start": 840884942,
            "stop": 840889753
        },
        {
            "start": 840889959,
            "stop": 840889992
        },
        {
            "start": 840891670,
            "stop": 840892067
        },
        {
            "start": 840892956,
            "stop": 840894973
        },
        {
            "start": 840924903,
            "stop": 840926081
        },
        {
            "start": 840926381,
            "stop": 840926443
        },
        {
            "start": 840930824,
            "stop": 840931144
        },
        {
            "start": 840931504,
            "stop": 840932042
        },
        {
            "start": 840932043,
            "stop": 840932197
        },
        {
            "start": 840932199,
            "stop": 840932202
        },
        {
            "start": 840932204,
            "stop": 840932216
        },
        {
            "start": 840932218,
            "stop": 840932233
        },
        {
            "start": 840932234,
            "stop": 840932251
        },
        {
            "start": 840932253,
            "stop": 840932373
        },
        {
            "start": 840935484,
            "stop": 840940753
        }
    ]
}