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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=62",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 63,
    "results": [
        {
            "start": 941252360,
            "stop": 941275807
        },
        {
            "start": 941280327,
            "stop": 941288663
        },
        {
            "start": 941290197,
            "stop": 941294711
        },
        {
            "start": 941296421,
            "stop": 941299514
        },
        {
            "start": 941336632,
            "stop": 941344094
        },
        {
            "start": 941346143,
            "stop": 941373499
        },
        {
            "start": 941376222,
            "stop": 941383407
        },
        {
            "start": 941386056,
            "stop": 941388646
        },
        {
            "start": 941391994,
            "stop": 941395840
        },
        {
            "start": 941403878,
            "stop": 941411299
        },
        {
            "start": 941412764,
            "stop": 941422141
        },
        {
            "start": 941425135,
            "stop": 941438959
        },
        {
            "start": 941446323,
            "stop": 941452902
        },
        {
            "start": 941455988,
            "stop": 941461251
        },
        {
            "start": 941472234,
            "stop": 941473161
        },
        {
            "start": 941474811,
            "stop": 941476056
        },
        {
            "start": 941477258,
            "stop": 941477346
        },
        {
            "start": 941479159,
            "stop": 941479866
        },
        {
            "start": 941485265,
            "stop": 941489899
        },
        {
            "start": 941492955,
            "stop": 941493478
        }
    ]
}