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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=279",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 280,
    "results": [
        {
            "start": 821576903,
            "stop": 821576930
        },
        {
            "start": 821577011,
            "stop": 821577025
        },
        {
            "start": 821577032,
            "stop": 821577094
        },
        {
            "start": 821577108,
            "stop": 821577159
        },
        {
            "start": 821577167,
            "stop": 821577299
        },
        {
            "start": 821577313,
            "stop": 821577336
        },
        {
            "start": 821577344,
            "stop": 821577398
        },
        {
            "start": 821577405,
            "stop": 821577671
        },
        {
            "start": 821577678,
            "stop": 821577683
        },
        {
            "start": 821577691,
            "stop": 821577751
        },
        {
            "start": 821577759,
            "stop": 821577926
        },
        {
            "start": 821577933,
            "stop": 821577968
        },
        {
            "start": 821577981,
            "stop": 821578044
        },
        {
            "start": 821578063,
            "stop": 821578096
        },
        {
            "start": 821578104,
            "stop": 821578309
        },
        {
            "start": 821578316,
            "stop": 821578430
        },
        {
            "start": 821578443,
            "stop": 821578572
        },
        {
            "start": 821578585,
            "stop": 821578610
        },
        {
            "start": 821578810,
            "stop": 821578820
        },
        {
            "start": 821578827,
            "stop": 821578841
        }
    ]
}