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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3615",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3613",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3614,
    "results": [
        {
            "start": 970471804,
            "stop": 970471842
        },
        {
            "start": 970471848,
            "stop": 970471855
        },
        {
            "start": 970471858,
            "stop": 970471880
        },
        {
            "start": 970471886,
            "stop": 970471893
        },
        {
            "start": 970471902,
            "stop": 970471903
        },
        {
            "start": 970471909,
            "stop": 970471945
        },
        {
            "start": 970471948,
            "stop": 970471949
        },
        {
            "start": 970471952,
            "stop": 970471955
        },
        {
            "start": 970471958,
            "stop": 970471986
        },
        {
            "start": 970471989,
            "stop": 970472052
        },
        {
            "start": 970472055,
            "stop": 970472057
        },
        {
            "start": 970472063,
            "stop": 970472077
        },
        {
            "start": 970472081,
            "stop": 970472086
        },
        {
            "start": 970472089,
            "stop": 970472098
        },
        {
            "start": 970472101,
            "stop": 970472110
        },
        {
            "start": 970472113,
            "stop": 970472120
        },
        {
            "start": 970472123,
            "stop": 970472127
        },
        {
            "start": 970472130,
            "stop": 970472144
        },
        {
            "start": 970472147,
            "stop": 970472149
        },
        {
            "start": 970472152,
            "stop": 970472154
        }
    ]
}