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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3570",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3568",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3569,
    "results": [
        {
            "start": 970398685,
            "stop": 970398691
        },
        {
            "start": 970398694,
            "stop": 970398733
        },
        {
            "start": 970398737,
            "stop": 970398784
        },
        {
            "start": 970398787,
            "stop": 970398859
        },
        {
            "start": 970398865,
            "stop": 970399014
        },
        {
            "start": 970399017,
            "stop": 970399386
        },
        {
            "start": 970399389,
            "stop": 970399420
        },
        {
            "start": 970399423,
            "stop": 970399632
        },
        {
            "start": 970399635,
            "stop": 970399686
        },
        {
            "start": 970399689,
            "stop": 970399713
        },
        {
            "start": 970399716,
            "stop": 970399845
        },
        {
            "start": 970399848,
            "stop": 970399857
        },
        {
            "start": 970399863,
            "stop": 970399873
        },
        {
            "start": 970399879,
            "stop": 970399881
        },
        {
            "start": 970399887,
            "stop": 970399952
        },
        {
            "start": 970399955,
            "stop": 970400013
        },
        {
            "start": 970400016,
            "stop": 970400055
        },
        {
            "start": 970400065,
            "stop": 970400074
        },
        {
            "start": 970400086,
            "stop": 970400091
        },
        {
            "start": 970400101,
            "stop": 970400106
        }
    ]
}