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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=272",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 273,
    "results": [
        {
            "start": 830516705,
            "stop": 830517965
        },
        {
            "start": 830519253,
            "stop": 830520993
        },
        {
            "start": 830521202,
            "stop": 830523062
        },
        {
            "start": 830523400,
            "stop": 830524720
        },
        {
            "start": 830525641,
            "stop": 830527741
        },
        {
            "start": 830528674,
            "stop": 830529154
        },
        {
            "start": 830529301,
            "stop": 830529421
        },
        {
            "start": 830529747,
            "stop": 830530707
        },
        {
            "start": 830531769,
            "stop": 830532909
        },
        {
            "start": 830533068,
            "stop": 830533128
        },
        {
            "start": 830533266,
            "stop": 830533626
        },
        {
            "start": 830533914,
            "stop": 830534094
        },
        {
            "start": 830534380,
            "stop": 830534560
        },
        {
            "start": 830534711,
            "stop": 830534771
        },
        {
            "start": 830535294,
            "stop": 830535414
        },
        {
            "start": 830536783,
            "stop": 830536843
        },
        {
            "start": 830537168,
            "stop": 830537348
        },
        {
            "start": 830538818,
            "stop": 830538878
        },
        {
            "start": 830542281,
            "stop": 830542341
        },
        {
            "start": 830547656,
            "stop": 830547716
        }
    ]
}