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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7143",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7144,
    "results": [
        {
            "start": 874364215,
            "stop": 874364389
        },
        {
            "start": 874364390,
            "stop": 874364821
        },
        {
            "start": 874364823,
            "stop": 874364875
        },
        {
            "start": 874364876,
            "stop": 874364925
        },
        {
            "start": 874364926,
            "stop": 874364934
        },
        {
            "start": 874364935,
            "stop": 874364997
        },
        {
            "start": 874364998,
            "stop": 874365171
        },
        {
            "start": 874365172,
            "stop": 874365523
        },
        {
            "start": 874365524,
            "stop": 874365552
        },
        {
            "start": 874365553,
            "stop": 874365761
        },
        {
            "start": 874365762,
            "stop": 874365965
        },
        {
            "start": 874365966,
            "stop": 874365992
        },
        {
            "start": 874365993,
            "stop": 874366364
        },
        {
            "start": 874366366,
            "stop": 874366670
        },
        {
            "start": 874366671,
            "stop": 874367237
        },
        {
            "start": 874367239,
            "stop": 874367312
        },
        {
            "start": 874367313,
            "stop": 874367450
        },
        {
            "start": 874367451,
            "stop": 874367649
        },
        {
            "start": 874367651,
            "stop": 874367883
        },
        {
            "start": 874367884,
            "stop": 874367959
        }
    ]
}