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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=158",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 159,
    "results": [
        {
            "start": 820208234,
            "stop": 820208346
        },
        {
            "start": 820208349,
            "stop": 820208360
        },
        {
            "start": 820208365,
            "stop": 820208483
        },
        {
            "start": 820208486,
            "stop": 820208490
        },
        {
            "start": 820208493,
            "stop": 820208496
        },
        {
            "start": 820208499,
            "stop": 820208512
        },
        {
            "start": 820208515,
            "stop": 820208520
        },
        {
            "start": 820208523,
            "stop": 820208612
        },
        {
            "start": 820208616,
            "stop": 820208618
        },
        {
            "start": 820208622,
            "stop": 820208687
        },
        {
            "start": 820208690,
            "stop": 820208891
        },
        {
            "start": 820208895,
            "stop": 820208978
        },
        {
            "start": 820208981,
            "stop": 820209018
        },
        {
            "start": 820209022,
            "stop": 820209031
        },
        {
            "start": 820209035,
            "stop": 820209038
        },
        {
            "start": 820209041,
            "stop": 820209109
        },
        {
            "start": 820209112,
            "stop": 820209162
        },
        {
            "start": 820209165,
            "stop": 820209168
        },
        {
            "start": 820209172,
            "stop": 820209226
        },
        {
            "start": 820209229,
            "stop": 820209415
        }
    ]
}