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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3956",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3957,
    "results": [
        {
            "start": 874368110,
            "stop": 874368112
        },
        {
            "start": 874368113,
            "stop": 874368114
        },
        {
            "start": 874369185,
            "stop": 874373220
        },
        {
            "start": 874373640,
            "stop": 874373674
        },
        {
            "start": 874374724,
            "stop": 874376774
        },
        {
            "start": 874376778,
            "stop": 874376824
        },
        {
            "start": 874376827,
            "stop": 874377057
        },
        {
            "start": 874377060,
            "stop": 874379805
        },
        {
            "start": 874379806,
            "stop": 874379832
        },
        {
            "start": 874381601,
            "stop": 874381606
        },
        {
            "start": 874381607,
            "stop": 874381609
        },
        {
            "start": 874381610,
            "stop": 874381632
        },
        {
            "start": 874381633,
            "stop": 874381642
        },
        {
            "start": 874381643,
            "stop": 874381660
        },
        {
            "start": 874381662,
            "stop": 874381677
        },
        {
            "start": 874381678,
            "stop": 874384346
        },
        {
            "start": 874385838,
            "stop": 874386865
        },
        {
            "start": 874386868,
            "stop": 874386872
        },
        {
            "start": 874386875,
            "stop": 874386879
        },
        {
            "start": 874386882,
            "stop": 874386884
        }
    ]
}