Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=81
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=80",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 81,
    "results": [
        {
            "start": 825908324,
            "stop": 825908527
        },
        {
            "start": 825908530,
            "stop": 825908641
        },
        {
            "start": 825908642,
            "stop": 825908738
        },
        {
            "start": 825908739,
            "stop": 825908830
        },
        {
            "start": 825908831,
            "stop": 825909057
        },
        {
            "start": 825909062,
            "stop": 825909420
        },
        {
            "start": 825909423,
            "stop": 825909490
        },
        {
            "start": 825909494,
            "stop": 825909841
        },
        {
            "start": 825909852,
            "stop": 825910069
        },
        {
            "start": 825910070,
            "stop": 825910084
        },
        {
            "start": 825910087,
            "stop": 825910112
        },
        {
            "start": 825910122,
            "stop": 825910153
        },
        {
            "start": 825943279,
            "stop": 825943285
        },
        {
            "start": 825943288,
            "stop": 825944773
        },
        {
            "start": 825947854,
            "stop": 825948389
        },
        {
            "start": 825948390,
            "stop": 825948896
        },
        {
            "start": 825948928,
            "stop": 825952014
        },
        {
            "start": 825952015,
            "stop": 825956713
        },
        {
            "start": 825959156,
            "stop": 825959972
        },
        {
            "start": 825959973,
            "stop": 825960973
        }
    ]
}