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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=790",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 791,
    "results": [
        {
            "start": 860983724,
            "stop": 860985074
        },
        {
            "start": 860985224,
            "stop": 860985824
        },
        {
            "start": 860985974,
            "stop": 860986754
        },
        {
            "start": 860986814,
            "stop": 860988464
        },
        {
            "start": 860988614,
            "stop": 860988734
        },
        {
            "start": 860989064,
            "stop": 860989124
        },
        {
            "start": 860989353,
            "stop": 860989533
        },
        {
            "start": 860991436,
            "stop": 861002356
        },
        {
            "start": 861003785,
            "stop": 861007685
        },
        {
            "start": 861007883,
            "stop": 861012323
        },
        {
            "start": 861016274,
            "stop": 861016334
        },
        {
            "start": 861016709,
            "stop": 861016829
        },
        {
            "start": 861016979,
            "stop": 861017399
        },
        {
            "start": 861017429,
            "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
        }
    ]
}