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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2334",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2335,
    "results": [
        {
            "start": 874434513,
            "stop": 874436259
        },
        {
            "start": 874436697,
            "stop": 874438320
        },
        {
            "start": 874438560,
            "stop": 874438565
        },
        {
            "start": 874438582,
            "stop": 874438694
        },
        {
            "start": 874438711,
            "stop": 874439936
        },
        {
            "start": 874439958,
            "stop": 874440140
        },
        {
            "start": 874440159,
            "stop": 874441740
        },
        {
            "start": 874441782,
            "stop": 874441784
        },
        {
            "start": 874441847,
            "stop": 874441870
        },
        {
            "start": 874441896,
            "stop": 874441906
        },
        {
            "start": 874441935,
            "stop": 874442210
        },
        {
            "start": 874442280,
            "stop": 874442361
        },
        {
            "start": 874442380,
            "stop": 874442640
        },
        {
            "start": 874442700,
            "stop": 874442704
        },
        {
            "start": 874442723,
            "stop": 874442817
        },
        {
            "start": 874442880,
            "stop": 874442957
        },
        {
            "start": 874442984,
            "stop": 874443036
        },
        {
            "start": 874443055,
            "stop": 874443212
        },
        {
            "start": 874443231,
            "stop": 874443239
        },
        {
            "start": 874443266,
            "stop": 874443314
        }
    ]
}