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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=114",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 115,
    "results": [
        {
            "start": 816946217,
            "stop": 816946254
        },
        {
            "start": 816946283,
            "stop": 816946289
        },
        {
            "start": 816946327,
            "stop": 816946383
        },
        {
            "start": 816946403,
            "stop": 816946498
        },
        {
            "start": 816946567,
            "stop": 816946590
        },
        {
            "start": 816946612,
            "stop": 816946627
        },
        {
            "start": 816946653,
            "stop": 816946656
        },
        {
            "start": 816946702,
            "stop": 816946751
        },
        {
            "start": 816946813,
            "stop": 816946850
        },
        {
            "start": 816946944,
            "stop": 816946962
        },
        {
            "start": 816947037,
            "stop": 816947058
        },
        {
            "start": 816947097,
            "stop": 816947126
        },
        {
            "start": 816947146,
            "stop": 816947223
        },
        {
            "start": 816947245,
            "stop": 816947276
        },
        {
            "start": 816947296,
            "stop": 816947428
        },
        {
            "start": 816947469,
            "stop": 816947508
        },
        {
            "start": 816947529,
            "stop": 816947637
        },
        {
            "start": 816947671,
            "stop": 816947679
        },
        {
            "start": 816947682,
            "stop": 816947702
        },
        {
            "start": 816947730,
            "stop": 816947742
        }
    ]
}