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_CAT1/segments?format=api&page=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=57",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 58,
    "results": [
        {
            "start": 822431340,
            "stop": 822433573
        },
        {
            "start": 822433784,
            "stop": 822434593
        },
        {
            "start": 822434600,
            "stop": 822434601
        },
        {
            "start": 822434812,
            "stop": 822435553
        },
        {
            "start": 822437391,
            "stop": 822438537
        },
        {
            "start": 822438603,
            "stop": 822443173
        },
        {
            "start": 822443266,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446860
        },
        {
            "start": 822446930,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447254
        },
        {
            "start": 822447352,
            "stop": 822460873
        },
        {
            "start": 822460882,
            "stop": 822460883
        },
        {
            "start": 822460933,
            "stop": 822463693
        },
        {
            "start": 822463721,
            "stop": 822463722
        },
        {
            "start": 822463758,
            "stop": 822472093
        },
        {
            "start": 822472107,
            "stop": 822472108
        },
        {
            "start": 822472252,
            "stop": 822475204
        },
        {
            "start": 822475354,
            "stop": 822476173
        },
        {
            "start": 822476368,
            "stop": 822477430
        },
        {
            "start": 822477640,
            "stop": 822477973
        }
    ]
}