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=841
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=842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=840",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 841,
    "results": [
        {
            "start": 860977690,
            "stop": 860977990
        },
        {
            "start": 860978295,
            "stop": 860979675
        },
        {
            "start": 860979806,
            "stop": 860980226
        },
        {
            "start": 860980378,
            "stop": 860980978
        },
        {
            "start": 860981133,
            "stop": 860982813
        },
        {
            "start": 860982951,
            "stop": 860983581
        },
        {
            "start": 860983731,
            "stop": 860988051
        },
        {
            "start": 860991435,
            "stop": 861002355
        },
        {
            "start": 861003786,
            "stop": 861007026
        },
        {
            "start": 861007176,
            "stop": 861007686
        },
        {
            "start": 861007883,
            "stop": 861012323
        },
        {
            "start": 861016274,
            "stop": 861016334
        },
        {
            "start": 861016709,
            "stop": 861016829
        },
        {
            "start": 861017129,
            "stop": 861018419
        },
        {
            "start": 861020295,
            "stop": 861020355
        },
        {
            "start": 861020848,
            "stop": 861021028
        },
        {
            "start": 861021591,
            "stop": 861021891
        },
        {
            "start": 861022384,
            "stop": 861022444
        },
        {
            "start": 861022772,
            "stop": 861023072
        },
        {
            "start": 861023319,
            "stop": 861023439
        }
    ]
}