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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=361",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 362,
    "results": [
        {
            "start": 856971840,
            "stop": 856986982
        },
        {
            "start": 856988561,
            "stop": 857007030
        },
        {
            "start": 857007412,
            "stop": 857007744
        },
        {
            "start": 857008094,
            "stop": 857022000
        },
        {
            "start": 857022003,
            "stop": 857022069
        },
        {
            "start": 857022072,
            "stop": 857022111
        },
        {
            "start": 857022383,
            "stop": 857094541
        },
        {
            "start": 857095537,
            "stop": 857131824
        },
        {
            "start": 857132145,
            "stop": 857132161
        },
        {
            "start": 857132461,
            "stop": 857150685
        },
        {
            "start": 857150690,
            "stop": 857150752
        },
        {
            "start": 857150758,
            "stop": 857153196
        },
        {
            "start": 857153197,
            "stop": 857153203
        },
        {
            "start": 857153210,
            "stop": 857153230
        },
        {
            "start": 857153238,
            "stop": 857157377
        },
        {
            "start": 857157383,
            "stop": 857160290
        },
        {
            "start": 857160295,
            "stop": 857161840
        },
        {
            "start": 857161845,
            "stop": 857161870
        },
        {
            "start": 857161875,
            "stop": 857162067
        },
        {
            "start": 857162073,
            "stop": 857162077
        }
    ]
}