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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 282,
    "results": [
        {
            "start": 848308048,
            "stop": 848308058
        },
        {
            "start": 848308059,
            "stop": 848308407
        },
        {
            "start": 848308408,
            "stop": 848308511
        },
        {
            "start": 848308512,
            "stop": 848308576
        },
        {
            "start": 848308578,
            "stop": 848308579
        },
        {
            "start": 848308580,
            "stop": 848308592
        },
        {
            "start": 848308594,
            "stop": 848308606
        },
        {
            "start": 848308610,
            "stop": 848308614
        },
        {
            "start": 848308615,
            "stop": 848308619
        },
        {
            "start": 848308629,
            "stop": 848308630
        },
        {
            "start": 848308634,
            "stop": 848308665
        },
        {
            "start": 848308666,
            "stop": 848308668
        },
        {
            "start": 848308676,
            "stop": 848308677
        },
        {
            "start": 848308678,
            "stop": 848308680
        },
        {
            "start": 848308681,
            "stop": 848308711
        },
        {
            "start": 848308712,
            "stop": 848308716
        },
        {
            "start": 848308717,
            "stop": 848308726
        },
        {
            "start": 848308727,
            "stop": 848308771
        },
        {
            "start": 848308772,
            "stop": 848308797
        },
        {
            "start": 848308798,
            "stop": 848308803
        }
    ]
}