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=755
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=756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=754",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 755,
    "results": [
        {
            "start": 859142305,
            "stop": 859143025
        },
        {
            "start": 859143451,
            "stop": 859143511
        },
        {
            "start": 859143700,
            "stop": 859143760
        },
        {
            "start": 859147098,
            "stop": 859147278
        },
        {
            "start": 859148498,
            "stop": 859152638
        },
        {
            "start": 859152875,
            "stop": 859155335
        },
        {
            "start": 859156683,
            "stop": 859166163
        },
        {
            "start": 859166960,
            "stop": 859168220
        },
        {
            "start": 859169179,
            "stop": 859172089
        },
        {
            "start": 859172239,
            "stop": 859181959
        },
        {
            "start": 859184071,
            "stop": 859188931
        },
        {
            "start": 859190368,
            "stop": 859195828
        },
        {
            "start": 859196016,
            "stop": 859196436
        },
        {
            "start": 859198652,
            "stop": 859199762
        },
        {
            "start": 859199792,
            "stop": 859202912
        },
        {
            "start": 859202942,
            "stop": 859206392
        },
        {
            "start": 859206422,
            "stop": 859207292
        },
        {
            "start": 859208363,
            "stop": 859214063
        },
        {
            "start": 859214223,
            "stop": 859215183
        },
        {
            "start": 859215213,
            "stop": 859215273
        }
    ]
}