Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=484
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=483",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 484,
    "results": [
        {
            "start": 821791236,
            "stop": 821791241
        },
        {
            "start": 821791245,
            "stop": 821791260
        },
        {
            "start": 821791263,
            "stop": 821791264
        },
        {
            "start": 821791274,
            "stop": 821791278
        },
        {
            "start": 821791288,
            "stop": 821791294
        },
        {
            "start": 821791297,
            "stop": 821791299
        },
        {
            "start": 821791302,
            "stop": 821791305
        },
        {
            "start": 821791309,
            "stop": 821791314
        },
        {
            "start": 821791320,
            "stop": 821791327
        },
        {
            "start": 821791330,
            "stop": 821791338
        },
        {
            "start": 821791341,
            "stop": 821791343
        },
        {
            "start": 821791351,
            "stop": 821791356
        },
        {
            "start": 821791360,
            "stop": 821791365
        },
        {
            "start": 821791372,
            "stop": 821791389
        },
        {
            "start": 821791393,
            "stop": 821791401
        },
        {
            "start": 821791414,
            "stop": 821791422
        },
        {
            "start": 821791425,
            "stop": 821791428
        },
        {
            "start": 821791434,
            "stop": 821791441
        },
        {
            "start": 821791444,
            "stop": 821791447
        },
        {
            "start": 821791458,
            "stop": 821791478
        }
    ]
}