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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 153,
    "results": [
        {
            "start": 931401402,
            "stop": 931401415
        },
        {
            "start": 931401417,
            "stop": 931401436
        },
        {
            "start": 931401438,
            "stop": 931401459
        },
        {
            "start": 931401461,
            "stop": 931401526
        },
        {
            "start": 931401528,
            "stop": 931401558
        },
        {
            "start": 931401560,
            "stop": 931401580
        },
        {
            "start": 931401582,
            "stop": 931401593
        },
        {
            "start": 931401595,
            "stop": 931401652
        },
        {
            "start": 931401655,
            "stop": 931401681
        },
        {
            "start": 931401683,
            "stop": 931401705
        },
        {
            "start": 931401707,
            "stop": 931401714
        },
        {
            "start": 931401716,
            "stop": 931401759
        },
        {
            "start": 931401760,
            "stop": 931401774
        },
        {
            "start": 931401776,
            "stop": 931401789
        },
        {
            "start": 931401791,
            "stop": 931401855
        },
        {
            "start": 931401857,
            "stop": 931401867
        },
        {
            "start": 931401869,
            "stop": 931401902
        },
        {
            "start": 931401904,
            "stop": 931401928
        },
        {
            "start": 931401929,
            "stop": 931401954
        },
        {
            "start": 931401957,
            "stop": 931401984
        }
    ]
}