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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8770",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8771,
    "results": [
        {
            "start": 873293951,
            "stop": 873295022
        },
        {
            "start": 873295039,
            "stop": 873295070
        },
        {
            "start": 873295150,
            "stop": 873295260
        },
        {
            "start": 873295320,
            "stop": 873295500
        },
        {
            "start": 873295560,
            "stop": 873295572
        },
        {
            "start": 873295589,
            "stop": 873295648
        },
        {
            "start": 873295665,
            "stop": 873298080
        },
        {
            "start": 873298224,
            "stop": 873298527
        },
        {
            "start": 873298647,
            "stop": 873298725
        },
        {
            "start": 873298845,
            "stop": 873299682
        },
        {
            "start": 873299699,
            "stop": 873299976
        },
        {
            "start": 873300096,
            "stop": 873300864
        },
        {
            "start": 873300903,
            "stop": 873301053
        },
        {
            "start": 873301070,
            "stop": 873301102
        },
        {
            "start": 873301119,
            "stop": 873301129
        },
        {
            "start": 873301146,
            "stop": 873301166
        },
        {
            "start": 873301183,
            "stop": 873301187
        },
        {
            "start": 873301274,
            "stop": 873301318
        },
        {
            "start": 873301335,
            "stop": 873301377
        },
        {
            "start": 873301670,
            "stop": 873301820
        }
    ]
}