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=1504
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=1505",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1503",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1504,
    "results": [
        {
            "start": 868162809,
            "stop": 868178668
        },
        {
            "start": 868178671,
            "stop": 868210675
        },
        {
            "start": 868210681,
            "stop": 868216370
        },
        {
            "start": 868221995,
            "stop": 868223099
        },
        {
            "start": 868223247,
            "stop": 868223672
        },
        {
            "start": 868223685,
            "stop": 868223686
        },
        {
            "start": 868223691,
            "stop": 868223693
        },
        {
            "start": 868223872,
            "stop": 868224105
        },
        {
            "start": 868228889,
            "stop": 868232623
        },
        {
            "start": 868232828,
            "stop": 868234306
        },
        {
            "start": 868234309,
            "stop": 868247667
        },
        {
            "start": 868248566,
            "stop": 868253686
        },
        {
            "start": 868254980,
            "stop": 868262625
        },
        {
            "start": 868264018,
            "stop": 868388249
        },
        {
            "start": 868388252,
            "stop": 868388533
        },
        {
            "start": 868388662,
            "stop": 868389190
        },
        {
            "start": 868389328,
            "stop": 868389886
        },
        {
            "start": 868389889,
            "stop": 868399180
        },
        {
            "start": 868402958,
            "stop": 868467369
        },
        {
            "start": 868467372,
            "stop": 868472301
        }
    ]
}