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=1429
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=1430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1428",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1429,
    "results": [
        {
            "start": 852498254,
            "stop": 852498666
        },
        {
            "start": 852498669,
            "stop": 852498678
        },
        {
            "start": 852498681,
            "stop": 852500221
        },
        {
            "start": 852500225,
            "stop": 852500299
        },
        {
            "start": 852500302,
            "stop": 852500304
        },
        {
            "start": 852500309,
            "stop": 852500315
        },
        {
            "start": 852500321,
            "stop": 852501185
        },
        {
            "start": 852501188,
            "stop": 852501194
        },
        {
            "start": 852501199,
            "stop": 852501201
        },
        {
            "start": 852501206,
            "stop": 852501494
        },
        {
            "start": 852501498,
            "stop": 852505403
        },
        {
            "start": 852505406,
            "stop": 852505414
        },
        {
            "start": 852505417,
            "stop": 852507544
        },
        {
            "start": 852507547,
            "stop": 852563148
        },
        {
            "start": 852563151,
            "stop": 852563153
        },
        {
            "start": 852563156,
            "stop": 852563735
        },
        {
            "start": 852563738,
            "stop": 852564512
        },
        {
            "start": 852564521,
            "stop": 852564545
        },
        {
            "start": 852564548,
            "stop": 852566232
        },
        {
            "start": 852567776,
            "stop": 852568994
        }
    ]
}