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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=362",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 363,
    "results": [
        {
            "start": 821497176,
            "stop": 821497200
        },
        {
            "start": 821497203,
            "stop": 821497209
        },
        {
            "start": 821497212,
            "stop": 821497214
        },
        {
            "start": 821497218,
            "stop": 821497222
        },
        {
            "start": 821497225,
            "stop": 821497240
        },
        {
            "start": 821497245,
            "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
        },
        {
            "start": 821497471,
            "stop": 821497501
        },
        {
            "start": 821497508,
            "stop": 821497522
        },
        {
            "start": 821497528,
            "stop": 821497536
        },
        {
            "start": 821497541,
            "stop": 821497542
        }
    ]
}