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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1427",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1428,
    "results": [
        {
            "start": 852484990,
            "stop": 852487554
        },
        {
            "start": 852487573,
            "stop": 852487704
        },
        {
            "start": 852487707,
            "stop": 852487734
        },
        {
            "start": 852487737,
            "stop": 852487739
        },
        {
            "start": 852487742,
            "stop": 852489506
        },
        {
            "start": 852489509,
            "stop": 852489752
        },
        {
            "start": 852489761,
            "stop": 852489762
        },
        {
            "start": 852489765,
            "stop": 852489771
        },
        {
            "start": 852489774,
            "stop": 852490034
        },
        {
            "start": 852490037,
            "stop": 852490038
        },
        {
            "start": 852490041,
            "stop": 852490046
        },
        {
            "start": 852490057,
            "stop": 852492916
        },
        {
            "start": 852492919,
            "stop": 852493255
        },
        {
            "start": 852494303,
            "stop": 852495248
        },
        {
            "start": 852495254,
            "stop": 852495260
        },
        {
            "start": 852495267,
            "stop": 852495727
        },
        {
            "start": 852495730,
            "stop": 852495738
        },
        {
            "start": 852495741,
            "stop": 852496388
        },
        {
            "start": 852496391,
            "stop": 852496395
        },
        {
            "start": 852496398,
            "stop": 852498251
        }
    ]
}