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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=85",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 86,
    "results": [
        {
            "start": 821441405,
            "stop": 821441563
        },
        {
            "start": 821441566,
            "stop": 821441610
        },
        {
            "start": 821441613,
            "stop": 821441948
        },
        {
            "start": 821441951,
            "stop": 821442133
        },
        {
            "start": 821442136,
            "stop": 821442304
        },
        {
            "start": 821442307,
            "stop": 821442312
        },
        {
            "start": 821442315,
            "stop": 821442329
        },
        {
            "start": 821442332,
            "stop": 821442368
        },
        {
            "start": 821442371,
            "stop": 821442390
        },
        {
            "start": 821442394,
            "stop": 821442434
        },
        {
            "start": 821442437,
            "stop": 821442508
        },
        {
            "start": 821442511,
            "stop": 821442544
        },
        {
            "start": 821442547,
            "stop": 821442552
        },
        {
            "start": 821442555,
            "stop": 821442561
        },
        {
            "start": 821442564,
            "stop": 821442652
        },
        {
            "start": 821442655,
            "stop": 821442679
        },
        {
            "start": 821442682,
            "stop": 821442691
        },
        {
            "start": 821442694,
            "stop": 821442743
        },
        {
            "start": 821442746,
            "stop": 821442787
        },
        {
            "start": 821442790,
            "stop": 821442801
        }
    ]
}