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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1993",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1994,
    "results": [
        {
            "start": 856898213,
            "stop": 856898225
        },
        {
            "start": 856898233,
            "stop": 856900641
        },
        {
            "start": 856913978,
            "stop": 856922322
        },
        {
            "start": 856922622,
            "stop": 856928058
        },
        {
            "start": 856928358,
            "stop": 856968382
        },
        {
            "start": 856968388,
            "stop": 856971832
        },
        {
            "start": 856971840,
            "stop": 856986982
        },
        {
            "start": 856988561,
            "stop": 857006970
        },
        {
            "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
        }
    ]
}