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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=805",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 806,
    "results": [
        {
            "start": 859143451,
            "stop": 859143511
        },
        {
            "start": 859143700,
            "stop": 859143760
        },
        {
            "start": 859147068,
            "stop": 859147308
        },
        {
            "start": 859148498,
            "stop": 859152398
        },
        {
            "start": 859152548,
            "stop": 859152638
        },
        {
            "start": 859152868,
            "stop": 859153648
        },
        {
            "start": 859153814,
            "stop": 859154354
        },
        {
            "start": 859154531,
            "stop": 859155131
        },
        {
            "start": 859156623,
            "stop": 859156983
        },
        {
            "start": 859157013,
            "stop": 859166163
        },
        {
            "start": 859166960,
            "stop": 859168220
        },
        {
            "start": 859169150,
            "stop": 859172090
        },
        {
            "start": 859172240,
            "stop": 859174820
        },
        {
            "start": 859174910,
            "stop": 859181990
        },
        {
            "start": 859183174,
            "stop": 859188934
        },
        {
            "start": 859190366,
            "stop": 859195826
        },
        {
            "start": 859196016,
            "stop": 859196436
        },
        {
            "start": 859198652,
            "stop": 859207292
        },
        {
            "start": 859208363,
            "stop": 859214063
        },
        {
            "start": 859214223,
            "stop": 859220583
        }
    ]
}