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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1800",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1798",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1799,
    "results": [
        {
            "start": 960254605,
            "stop": 960254621
        },
        {
            "start": 960254623,
            "stop": 960254636
        },
        {
            "start": 960254647,
            "stop": 960254648
        },
        {
            "start": 960254651,
            "stop": 960254693
        },
        {
            "start": 960254695,
            "stop": 960254696
        },
        {
            "start": 960254698,
            "stop": 960254704
        },
        {
            "start": 960254706,
            "stop": 960254707
        },
        {
            "start": 960254709,
            "stop": 960254750
        },
        {
            "start": 960254753,
            "stop": 960254766
        },
        {
            "start": 960254768,
            "stop": 960254784
        },
        {
            "start": 960254786,
            "stop": 960254787
        },
        {
            "start": 960254789,
            "stop": 960254826
        },
        {
            "start": 960254827,
            "stop": 960254856
        },
        {
            "start": 960254858,
            "stop": 960254877
        },
        {
            "start": 960254882,
            "stop": 960254885
        },
        {
            "start": 960254887,
            "stop": 960254895
        },
        {
            "start": 960254897,
            "stop": 960254900
        },
        {
            "start": 960254902,
            "stop": 960254923
        },
        {
            "start": 960254925,
            "stop": 960254949
        },
        {
            "start": 960254951,
            "stop": 960255004
        }
    ]
}