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=1534
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=1535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1533",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1534,
    "results": [
        {
            "start": 874087690,
            "stop": 874087696
        },
        {
            "start": 874087699,
            "stop": 874087712
        },
        {
            "start": 874087715,
            "stop": 874087933
        },
        {
            "start": 874087938,
            "stop": 874098315
        },
        {
            "start": 874098444,
            "stop": 874101114
        },
        {
            "start": 874101117,
            "stop": 874101161
        },
        {
            "start": 874101164,
            "stop": 874132537
        },
        {
            "start": 874133371,
            "stop": 874160585
        },
        {
            "start": 874160590,
            "stop": 874160633
        },
        {
            "start": 874160636,
            "stop": 874162748
        },
        {
            "start": 874181009,
            "stop": 874181368
        },
        {
            "start": 874181371,
            "stop": 874181475
        },
        {
            "start": 874181479,
            "stop": 874181504
        },
        {
            "start": 874181516,
            "stop": 874181517
        },
        {
            "start": 874181522,
            "stop": 874181542
        },
        {
            "start": 874181545,
            "stop": 874181546
        },
        {
            "start": 874181558,
            "stop": 874181605
        },
        {
            "start": 874182099,
            "stop": 874183221
        },
        {
            "start": 874183224,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189125
        }
    ]
}