Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1519
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1518",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1519,
    "results": [
        {
            "start": 871629390,
            "stop": 871639931
        },
        {
            "start": 871639934,
            "stop": 871657267
        },
        {
            "start": 871657270,
            "stop": 871671998
        },
        {
            "start": 871678668,
            "stop": 871679618
        },
        {
            "start": 871680868,
            "stop": 871681970
        },
        {
            "start": 871682156,
            "stop": 871685654
        },
        {
            "start": 871693479,
            "stop": 871695379
        },
        {
            "start": 871697037,
            "stop": 871713288
        },
        {
            "start": 871713292,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871764753
        },
        {
            "start": 871764756,
            "stop": 871765349
        },
        {
            "start": 871766991,
            "stop": 871767713
        },
        {
            "start": 871767716,
            "stop": 871818820
        },
        {
            "start": 871819050,
            "stop": 871834392
        },
        {
            "start": 871834395,
            "stop": 871836647
        },
        {
            "start": 871836651,
            "stop": 871837553
        },
        {
            "start": 871837558,
            "stop": 871837571
        },
        {
            "start": 871837576,
            "stop": 871837580
        },
        {
            "start": 871837584,
            "stop": 871837595
        },
        {
            "start": 871837603,
            "stop": 871839398
        }
    ]
}