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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3156",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3157,
    "results": [
        {
            "start": 869220197,
            "stop": 869222379
        },
        {
            "start": 869222382,
            "stop": 869223212
        },
        {
            "start": 869223215,
            "stop": 869223490
        },
        {
            "start": 869223493,
            "stop": 869224383
        },
        {
            "start": 869224386,
            "stop": 869225506
        },
        {
            "start": 869225509,
            "stop": 869225544
        },
        {
            "start": 869225547,
            "stop": 869226108
        },
        {
            "start": 869226112,
            "stop": 869226160
        },
        {
            "start": 869226165,
            "stop": 869226180
        },
        {
            "start": 869226185,
            "stop": 869227233
        },
        {
            "start": 869227236,
            "stop": 869227280
        },
        {
            "start": 869227283,
            "stop": 869228082
        },
        {
            "start": 869228085,
            "stop": 869229384
        },
        {
            "start": 869229388,
            "stop": 869229721
        },
        {
            "start": 869229724,
            "stop": 869230265
        },
        {
            "start": 869230268,
            "stop": 869230496
        },
        {
            "start": 869230499,
            "stop": 869230869
        },
        {
            "start": 869230872,
            "stop": 869230940
        },
        {
            "start": 869230944,
            "stop": 869232840
        },
        {
            "start": 869232960,
            "stop": 869233277
        }
    ]
}