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=451
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=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=450",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 451,
    "results": [
        {
            "start": 847825649,
            "stop": 847825753
        },
        {
            "start": 847825755,
            "stop": 847825839
        },
        {
            "start": 847825840,
            "stop": 847825874
        },
        {
            "start": 847825875,
            "stop": 847825883
        },
        {
            "start": 847825885,
            "stop": 847825959
        },
        {
            "start": 847825962,
            "stop": 847826052
        },
        {
            "start": 847826056,
            "stop": 847826058
        },
        {
            "start": 847826059,
            "stop": 847826073
        },
        {
            "start": 847826074,
            "stop": 847826075
        },
        {
            "start": 847826076,
            "stop": 847826078
        },
        {
            "start": 847826079,
            "stop": 847826086
        },
        {
            "start": 847826088,
            "stop": 847826090
        },
        {
            "start": 847826091,
            "stop": 847826092
        },
        {
            "start": 847826093,
            "stop": 847826096
        },
        {
            "start": 847826097,
            "stop": 847826099
        },
        {
            "start": 847826100,
            "stop": 847826106
        },
        {
            "start": 847826107,
            "stop": 847826109
        },
        {
            "start": 847826110,
            "stop": 847826112
        },
        {
            "start": 847826114,
            "stop": 847826147
        },
        {
            "start": 847826148,
            "stop": 847826275
        }
    ]
}