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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5163",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5164,
    "results": [
        {
            "start": 874742342,
            "stop": 874742352
        },
        {
            "start": 874742360,
            "stop": 874742394
        },
        {
            "start": 874742406,
            "stop": 874742551
        },
        {
            "start": 874742558,
            "stop": 874742759
        },
        {
            "start": 874742767,
            "stop": 874742919
        },
        {
            "start": 874742931,
            "stop": 874743047
        },
        {
            "start": 874743059,
            "stop": 874743067
        },
        {
            "start": 874743080,
            "stop": 874743188
        },
        {
            "start": 874743195,
            "stop": 874743276
        },
        {
            "start": 874743283,
            "stop": 874743447
        },
        {
            "start": 874743454,
            "stop": 874743460
        },
        {
            "start": 874743467,
            "stop": 874743532
        },
        {
            "start": 874743539,
            "stop": 874743649
        },
        {
            "start": 874743656,
            "stop": 874743669
        },
        {
            "start": 874743676,
            "stop": 874743739
        },
        {
            "start": 874743746,
            "stop": 874743760
        },
        {
            "start": 874743767,
            "stop": 874743818
        },
        {
            "start": 874743825,
            "stop": 874743949
        },
        {
            "start": 874743956,
            "stop": 874744066
        },
        {
            "start": 874744073,
            "stop": 874744098
        }
    ]
}