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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=188",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 189,
    "results": [
        {
            "start": 820338893,
            "stop": 820338895
        },
        {
            "start": 820338903,
            "stop": 820338904
        },
        {
            "start": 820338927,
            "stop": 820338931
        },
        {
            "start": 820338948,
            "stop": 820338951
        },
        {
            "start": 820338962,
            "stop": 820338987
        },
        {
            "start": 820339023,
            "stop": 820339047
        },
        {
            "start": 820339062,
            "stop": 820339063
        },
        {
            "start": 820339113,
            "stop": 820339247
        },
        {
            "start": 820339259,
            "stop": 820339273
        },
        {
            "start": 820339284,
            "stop": 820339408
        },
        {
            "start": 820339440,
            "stop": 820339445
        },
        {
            "start": 820339454,
            "stop": 820339477
        },
        {
            "start": 820339534,
            "stop": 820339543
        },
        {
            "start": 820339581,
            "stop": 820339588
        },
        {
            "start": 820339595,
            "stop": 820339604
        },
        {
            "start": 820339620,
            "stop": 820339625
        },
        {
            "start": 820339639,
            "stop": 820339650
        },
        {
            "start": 820339660,
            "stop": 820339670
        },
        {
            "start": 820339703,
            "stop": 820339709
        },
        {
            "start": 820339766,
            "stop": 820339767
        }
    ]
}