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=1461
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=1462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1460",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1461,
    "results": [
        {
            "start": 859183097,
            "stop": 859221081
        },
        {
            "start": 859221084,
            "stop": 859225419
        },
        {
            "start": 859225422,
            "stop": 859228933
        },
        {
            "start": 859228936,
            "stop": 859228973
        },
        {
            "start": 859228976,
            "stop": 859228978
        },
        {
            "start": 859228986,
            "stop": 859228992
        },
        {
            "start": 859228997,
            "stop": 859230422
        },
        {
            "start": 859230425,
            "stop": 859236948
        },
        {
            "start": 859236951,
            "stop": 859242770
        },
        {
            "start": 859243717,
            "stop": 859281350
        },
        {
            "start": 859283147,
            "stop": 859307384
        },
        {
            "start": 859307387,
            "stop": 859311974
        },
        {
            "start": 859311977,
            "stop": 859312559
        },
        {
            "start": 859313116,
            "stop": 859317281
        },
        {
            "start": 859317418,
            "stop": 859320115
        },
        {
            "start": 859321245,
            "stop": 859348528
        },
        {
            "start": 859349519,
            "stop": 859399919
        },
        {
            "start": 859401092,
            "stop": 859423073
        },
        {
            "start": 859423180,
            "stop": 859475126
        },
        {
            "start": 859476204,
            "stop": 859477523
        }
    ]
}