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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=290",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 291,
    "results": [
        {
            "start": 821644943,
            "stop": 821644965
        },
        {
            "start": 821644973,
            "stop": 821645234
        },
        {
            "start": 821645242,
            "stop": 821645270
        },
        {
            "start": 821645350,
            "stop": 821645520
        },
        {
            "start": 821645580,
            "stop": 821645808
        },
        {
            "start": 821645816,
            "stop": 821645846
        },
        {
            "start": 821645853,
            "stop": 821645940
        },
        {
            "start": 821646060,
            "stop": 821646130
        },
        {
            "start": 821646137,
            "stop": 821646370
        },
        {
            "start": 821646377,
            "stop": 821646420
        },
        {
            "start": 821646540,
            "stop": 821646600
        },
        {
            "start": 821646660,
            "stop": 821646780
        },
        {
            "start": 821646840,
            "stop": 821646949
        },
        {
            "start": 821646962,
            "stop": 821646975
        },
        {
            "start": 821646982,
            "stop": 821647139
        },
        {
            "start": 821647146,
            "stop": 821647153
        },
        {
            "start": 821647160,
            "stop": 821647560
        },
        {
            "start": 821647620,
            "stop": 821648012
        },
        {
            "start": 821648019,
            "stop": 821648051
        },
        {
            "start": 821648058,
            "stop": 821648113
        }
    ]
}