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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8929",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8930,
    "results": [
        {
            "start": 873525986,
            "stop": 873526088
        },
        {
            "start": 873526107,
            "stop": 873526132
        },
        {
            "start": 873527610,
            "stop": 873528900
        },
        {
            "start": 873528960,
            "stop": 873529712
        },
        {
            "start": 873529729,
            "stop": 873531383
        },
        {
            "start": 873531402,
            "stop": 873531524
        },
        {
            "start": 873531658,
            "stop": 873531882
        },
        {
            "start": 873531899,
            "stop": 873532152
        },
        {
            "start": 873532608,
            "stop": 873533210
        },
        {
            "start": 873533230,
            "stop": 873533376
        },
        {
            "start": 873533396,
            "stop": 873533730
        },
        {
            "start": 873534987,
            "stop": 873536228
        },
        {
            "start": 873536245,
            "stop": 873537536
        },
        {
            "start": 873537716,
            "stop": 873538228
        },
        {
            "start": 873538245,
            "stop": 873538376
        },
        {
            "start": 873538393,
            "stop": 873538428
        },
        {
            "start": 873538445,
            "stop": 873538452
        },
        {
            "start": 873538469,
            "stop": 873539067
        },
        {
            "start": 873539093,
            "stop": 873539162
        },
        {
            "start": 873539181,
            "stop": 873540453
        }
    ]
}