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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=158",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 159,
    "results": [
        {
            "start": 931135724,
            "stop": 931135726
        },
        {
            "start": 931135728,
            "stop": 931135729
        },
        {
            "start": 931135730,
            "stop": 931135731
        },
        {
            "start": 931135732,
            "stop": 931135733
        },
        {
            "start": 931135735,
            "stop": 931135736
        },
        {
            "start": 931135737,
            "stop": 931135748
        },
        {
            "start": 931135749,
            "stop": 931135750
        },
        {
            "start": 931135752,
            "stop": 931135753
        },
        {
            "start": 931135755,
            "stop": 931135756
        },
        {
            "start": 931135757,
            "stop": 931135762
        },
        {
            "start": 931135763,
            "stop": 931135767
        },
        {
            "start": 931135769,
            "stop": 931135770
        },
        {
            "start": 931135772,
            "stop": 931135775
        },
        {
            "start": 931135776,
            "stop": 931135778
        },
        {
            "start": 931135779,
            "stop": 931135782
        },
        {
            "start": 931135785,
            "stop": 931135788
        },
        {
            "start": 931135789,
            "stop": 931135797
        },
        {
            "start": 931135798,
            "stop": 931135799
        },
        {
            "start": 931135800,
            "stop": 931135802
        },
        {
            "start": 931135805,
            "stop": 931135806
        }
    ]
}