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/L1_STOCH_CAT2_H1L1/segments?format=api&page=75
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=74",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 75,
    "results": [
        {
            "start": 819882841,
            "stop": 819882901
        },
        {
            "start": 819883068,
            "stop": 819883128
        },
        {
            "start": 819883626,
            "stop": 819883866
        },
        {
            "start": 819884029,
            "stop": 819884689
        },
        {
            "start": 819884864,
            "stop": 819885164
        },
        {
            "start": 819885414,
            "stop": 819885474
        },
        {
            "start": 819885862,
            "stop": 819886102
        },
        {
            "start": 819886251,
            "stop": 819886371
        },
        {
            "start": 819886520,
            "stop": 819886940
        },
        {
            "start": 819887118,
            "stop": 819887298
        },
        {
            "start": 819888829,
            "stop": 819889309
        },
        {
            "start": 819889458,
            "stop": 819889578
        },
        {
            "start": 819889855,
            "stop": 819890395
        },
        {
            "start": 819890741,
            "stop": 819890981
        },
        {
            "start": 819891218,
            "stop": 819891518
        },
        {
            "start": 819891659,
            "stop": 819891719
        },
        {
            "start": 819893386,
            "stop": 819893566
        },
        {
            "start": 819893997,
            "stop": 819894117
        },
        {
            "start": 819894428,
            "stop": 819894548
        },
        {
            "start": 819895406,
            "stop": 819895586
        }
    ]
}