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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5116",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5117,
    "results": [
        {
            "start": 873470854,
            "stop": 873471392
        },
        {
            "start": 873471760,
            "stop": 873471979
        },
        {
            "start": 873471987,
            "stop": 873472126
        },
        {
            "start": 873472139,
            "stop": 873472303
        },
        {
            "start": 873473933,
            "stop": 873473941
        },
        {
            "start": 873473948,
            "stop": 873474255
        },
        {
            "start": 873474263,
            "stop": 873474383
        },
        {
            "start": 873474392,
            "stop": 873474616
        },
        {
            "start": 873474624,
            "stop": 873475080
        },
        {
            "start": 873475087,
            "stop": 873475219
        },
        {
            "start": 873475228,
            "stop": 873475239
        },
        {
            "start": 873475256,
            "stop": 873475262
        },
        {
            "start": 873475269,
            "stop": 873475312
        },
        {
            "start": 873475321,
            "stop": 873475338
        },
        {
            "start": 873475349,
            "stop": 873475364
        },
        {
            "start": 873475375,
            "stop": 873475688
        },
        {
            "start": 873475704,
            "stop": 873475776
        },
        {
            "start": 873475784,
            "stop": 873475787
        },
        {
            "start": 873475795,
            "stop": 873476140
        },
        {
            "start": 873476157,
            "stop": 873476220
        }
    ]
}