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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=90",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 91,
    "results": [
        {
            "start": 825204259,
            "stop": 825204267
        },
        {
            "start": 825204271,
            "stop": 825204320
        },
        {
            "start": 825204323,
            "stop": 825204374
        },
        {
            "start": 825204377,
            "stop": 825205499
        },
        {
            "start": 825205502,
            "stop": 825205568
        },
        {
            "start": 825205572,
            "stop": 825213907
        },
        {
            "start": 825219025,
            "stop": 825228448
        },
        {
            "start": 825228480,
            "stop": 825229504
        },
        {
            "start": 825229536,
            "stop": 825240638
        },
        {
            "start": 825240641,
            "stop": 825244544
        },
        {
            "start": 825244547,
            "stop": 825244662
        },
        {
            "start": 825244665,
            "stop": 825244677
        },
        {
            "start": 825244680,
            "stop": 825245001
        },
        {
            "start": 825245005,
            "stop": 825245021
        },
        {
            "start": 825245024,
            "stop": 825246073
        },
        {
            "start": 825403803,
            "stop": 825409632
        },
        {
            "start": 825409664,
            "stop": 825414425
        },
        {
            "start": 825414428,
            "stop": 825414430
        },
        {
            "start": 825414434,
            "stop": 825414629
        },
        {
            "start": 825414633,
            "stop": 825415200
        }
    ]
}