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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=363",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 364,
    "results": [
        {
            "start": 931991491,
            "stop": 931991504
        },
        {
            "start": 931991506,
            "stop": 931991699
        },
        {
            "start": 931991701,
            "stop": 931991807
        },
        {
            "start": 931998060,
            "stop": 931998923
        },
        {
            "start": 932001611,
            "stop": 932002536
        },
        {
            "start": 932002541,
            "stop": 932002637
        },
        {
            "start": 932002643,
            "stop": 932002690
        },
        {
            "start": 932002810,
            "stop": 932002930
        },
        {
            "start": 932002990,
            "stop": 932003025
        },
        {
            "start": 932003030,
            "stop": 932003039
        },
        {
            "start": 932003045,
            "stop": 932003049
        },
        {
            "start": 932003290,
            "stop": 932003314
        },
        {
            "start": 932003319,
            "stop": 932003742
        },
        {
            "start": 932010680,
            "stop": 932010730
        },
        {
            "start": 932010790,
            "stop": 932010872
        },
        {
            "start": 932010874,
            "stop": 932010890
        },
        {
            "start": 932010892,
            "stop": 932010901
        },
        {
            "start": 932010904,
            "stop": 932011030
        },
        {
            "start": 932014810,
            "stop": 932014815
        },
        {
            "start": 932015175,
            "stop": 932015206
        }
    ]
}