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=1638
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=1639",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1637",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1638,
    "results": [
        {
            "start": 955907862,
            "stop": 955907871
        },
        {
            "start": 955907873,
            "stop": 955907882
        },
        {
            "start": 955907884,
            "stop": 955907891
        },
        {
            "start": 955907893,
            "stop": 955907897
        },
        {
            "start": 955907901,
            "stop": 955907905
        },
        {
            "start": 955907907,
            "stop": 955907916
        },
        {
            "start": 955907918,
            "stop": 955907920
        },
        {
            "start": 955907922,
            "stop": 955907925
        },
        {
            "start": 955907928,
            "stop": 955907930
        },
        {
            "start": 955907931,
            "stop": 955907959
        },
        {
            "start": 955907961,
            "stop": 955907962
        },
        {
            "start": 955907964,
            "stop": 955907965
        },
        {
            "start": 955907967,
            "stop": 955908764
        },
        {
            "start": 955908766,
            "stop": 955909466
        },
        {
            "start": 955909865,
            "stop": 955913660
        },
        {
            "start": 955913662,
            "stop": 955914567
        },
        {
            "start": 955914573,
            "stop": 955918163
        },
        {
            "start": 955918165,
            "stop": 955918170
        },
        {
            "start": 955918175,
            "stop": 955918176
        },
        {
            "start": 955918179,
            "stop": 955918972
        }
    ]
}