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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=215",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 216,
    "results": [
        {
            "start": 821132880,
            "stop": 821133441
        },
        {
            "start": 821134929,
            "stop": 821136360
        },
        {
            "start": 821136420,
            "stop": 821136747
        },
        {
            "start": 821137722,
            "stop": 821138113
        },
        {
            "start": 821138745,
            "stop": 821139164
        },
        {
            "start": 821139345,
            "stop": 821139835
        },
        {
            "start": 821139960,
            "stop": 821144625
        },
        {
            "start": 821144628,
            "stop": 821146880
        },
        {
            "start": 821146883,
            "stop": 821148440
        },
        {
            "start": 821148443,
            "stop": 821148480
        },
        {
            "start": 821148540,
            "stop": 821150499
        },
        {
            "start": 821150502,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821154120
        },
        {
            "start": 821154180,
            "stop": 821156820
        },
        {
            "start": 821156880,
            "stop": 821163421
        },
        {
            "start": 821163424,
            "stop": 821166810
        },
        {
            "start": 821166813,
            "stop": 821168268
        },
        {
            "start": 821168271,
            "stop": 821172838
        },
        {
            "start": 821172841,
            "stop": 821173931
        },
        {
            "start": 821173934,
            "stop": 821174397
        }
    ]
}