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/L1_STOCH_CAT2_H2L1/segments?format=api&page=80
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_H2L1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=79",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 80,
    "results": [
        {
            "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": 819888263,
            "stop": 819888413
        },
        {
            "start": 819888685,
            "stop": 819889285
        },
        {
            "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": 819893998,
            "stop": 819894178
        },
        {
            "start": 819894348,
            "stop": 819894528
        },
        {
            "start": 819895406,
            "stop": 819895586
        }
    ]
}