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=3593
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=3594",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3592",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3593,
    "results": [
        {
            "start": 970417331,
            "stop": 970417345
        },
        {
            "start": 970417349,
            "stop": 970417359
        },
        {
            "start": 970417380,
            "stop": 970417389
        },
        {
            "start": 970417392,
            "stop": 970417399
        },
        {
            "start": 970419465,
            "stop": 970419480
        },
        {
            "start": 970419484,
            "stop": 970419511
        },
        {
            "start": 970419514,
            "stop": 970419554
        },
        {
            "start": 970419557,
            "stop": 970419632
        },
        {
            "start": 970419635,
            "stop": 970419638
        },
        {
            "start": 970419641,
            "stop": 970419654
        },
        {
            "start": 970419659,
            "stop": 970419685
        },
        {
            "start": 970419690,
            "stop": 970419731
        },
        {
            "start": 970419736,
            "stop": 970419761
        },
        {
            "start": 970419764,
            "stop": 970419767
        },
        {
            "start": 970419774,
            "stop": 970419842
        },
        {
            "start": 970419850,
            "stop": 970419893
        },
        {
            "start": 970419896,
            "stop": 970419910
        },
        {
            "start": 970419913,
            "stop": 970419956
        },
        {
            "start": 970419959,
            "stop": 970419965
        },
        {
            "start": 970419966,
            "stop": 970420008
        }
    ]
}