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=991
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=992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=990",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 991,
    "results": [
        {
            "start": 870521815,
            "stop": 870522175
        },
        {
            "start": 870522345,
            "stop": 870524085
        },
        {
            "start": 870524628,
            "stop": 870524748
        },
        {
            "start": 870525114,
            "stop": 870526434
        },
        {
            "start": 870526590,
            "stop": 870526800
        },
        {
            "start": 870526950,
            "stop": 870527430
        },
        {
            "start": 870527580,
            "stop": 870528270
        },
        {
            "start": 870529446,
            "stop": 870529566
        },
        {
            "start": 870529716,
            "stop": 870529776
        },
        {
            "start": 870529907,
            "stop": 870530567
        },
        {
            "start": 870530966,
            "stop": 870531026
        },
        {
            "start": 870531343,
            "stop": 870531643
        },
        {
            "start": 870532443,
            "stop": 870533223
        },
        {
            "start": 870533494,
            "stop": 870533674
        },
        {
            "start": 870549952,
            "stop": 870551272
        },
        {
            "start": 870551422,
            "stop": 870553012
        },
        {
            "start": 870553150,
            "stop": 870555850
        },
        {
            "start": 870556300,
            "stop": 870557020
        },
        {
            "start": 870557270,
            "stop": 870558290
        },
        {
            "start": 870558466,
            "stop": 870559906
        }
    ]
}