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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=88",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 89,
    "results": [
        {
            "start": 816849401,
            "stop": 816849404
        },
        {
            "start": 816849459,
            "stop": 816849462
        },
        {
            "start": 816849484,
            "stop": 816849489
        },
        {
            "start": 816849528,
            "stop": 816849598
        },
        {
            "start": 816849669,
            "stop": 816849692
        },
        {
            "start": 816849739,
            "stop": 816849741
        },
        {
            "start": 816849771,
            "stop": 816849802
        },
        {
            "start": 816849832,
            "stop": 816849846
        },
        {
            "start": 816849873,
            "stop": 816849891
        },
        {
            "start": 816849952,
            "stop": 816849954
        },
        {
            "start": 816849996,
            "stop": 816850020
        },
        {
            "start": 816850064,
            "stop": 816850069
        },
        {
            "start": 816850145,
            "stop": 816850148
        },
        {
            "start": 816850191,
            "stop": 816850219
        },
        {
            "start": 816850286,
            "stop": 816850288
        },
        {
            "start": 816850316,
            "stop": 816850320
        },
        {
            "start": 816850467,
            "stop": 816850507
        },
        {
            "start": 816850541,
            "stop": 816850564
        },
        {
            "start": 816850633,
            "stop": 816850774
        },
        {
            "start": 816850812,
            "stop": 816850850
        }
    ]
}