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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=118",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 119,
    "results": [
        {
            "start": 821497082,
            "stop": 821497092
        },
        {
            "start": 821497095,
            "stop": 821497115
        },
        {
            "start": 821497118,
            "stop": 821497128
        },
        {
            "start": 821497131,
            "stop": 821497134
        },
        {
            "start": 821497137,
            "stop": 821497138
        },
        {
            "start": 821497144,
            "stop": 821497145
        },
        {
            "start": 821497148,
            "stop": 821497164
        },
        {
            "start": 821497167,
            "stop": 821497215
        },
        {
            "start": 821497218,
            "stop": 821497222
        },
        {
            "start": 821497225,
            "stop": 821497258
        },
        {
            "start": 821497261,
            "stop": 821497295
        },
        {
            "start": 821497299,
            "stop": 821497319
        },
        {
            "start": 821497322,
            "stop": 821497342
        },
        {
            "start": 821497345,
            "stop": 821497359
        },
        {
            "start": 821497362,
            "stop": 821497363
        },
        {
            "start": 821497366,
            "stop": 821497397
        },
        {
            "start": 821497400,
            "stop": 821497404
        },
        {
            "start": 821497407,
            "stop": 821497425
        },
        {
            "start": 821497428,
            "stop": 821497463
        },
        {
            "start": 821497466,
            "stop": 821497467
        }
    ]
}