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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=96",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 97,
    "results": [
        {
            "start": 825537658,
            "stop": 825539985
        },
        {
            "start": 825541382,
            "stop": 825542816
        },
        {
            "start": 825542848,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545861
        },
        {
            "start": 825546686,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825565045
        },
        {
            "start": 825565048,
            "stop": 825573056
        },
        {
            "start": 825573088,
            "stop": 825574035
        },
        {
            "start": 825574038,
            "stop": 825574039
        },
        {
            "start": 825574042,
            "stop": 825581989
        },
        {
            "start": 825585263,
            "stop": 825585830
        },
        {
            "start": 825585833,
            "stop": 825586460
        },
        {
            "start": 825586463,
            "stop": 825586466
        },
        {
            "start": 825586471,
            "stop": 825586499
        },
        {
            "start": 825586503,
            "stop": 825586505
        },
        {
            "start": 825586508,
            "stop": 825590773
        },
        {
            "start": 825597440,
            "stop": 825601248
        },
        {
            "start": 825601280,
            "stop": 825609920
        },
        {
            "start": 825609952,
            "stop": 825612748
        },
        {
            "start": 825612751,
            "stop": 825612770
        }
    ]
}