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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=146",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 147,
    "results": [
        {
            "start": 836694631,
            "stop": 836694814
        },
        {
            "start": 836696133,
            "stop": 836699277
        },
        {
            "start": 836701239,
            "stop": 836709914
        },
        {
            "start": 836710943,
            "stop": 836740062
        },
        {
            "start": 836741997,
            "stop": 836762275
        },
        {
            "start": 836763372,
            "stop": 836766261
        },
        {
            "start": 836766263,
            "stop": 836766348
        },
        {
            "start": 836767442,
            "stop": 836769060
        },
        {
            "start": 836769994,
            "stop": 836771103
        },
        {
            "start": 836773281,
            "stop": 836776330
        },
        {
            "start": 836777302,
            "stop": 836780563
        },
        {
            "start": 836780565,
            "stop": 836781414
        },
        {
            "start": 836781416,
            "stop": 836782064
        },
        {
            "start": 836796127,
            "stop": 836800468
        },
        {
            "start": 836801661,
            "stop": 836810472
        },
        {
            "start": 836810474,
            "stop": 836848173
        },
        {
            "start": 836848280,
            "stop": 836853271
        },
        {
            "start": 836853582,
            "stop": 836858134
        },
        {
            "start": 836859132,
            "stop": 836860384
        },
        {
            "start": 836860505,
            "stop": 836861754
        }
    ]
}