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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=92",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 93,
    "results": [
        {
            "start": 825470312,
            "stop": 825470393
        },
        {
            "start": 825470396,
            "stop": 825476189
        },
        {
            "start": 825476193,
            "stop": 825477359
        },
        {
            "start": 825477362,
            "stop": 825477390
        },
        {
            "start": 825477394,
            "stop": 825478976
        },
        {
            "start": 825479008,
            "stop": 825480416
        },
        {
            "start": 825480448,
            "stop": 825480682
        },
        {
            "start": 825480686,
            "stop": 825480761
        },
        {
            "start": 825480764,
            "stop": 825480767
        },
        {
            "start": 825480771,
            "stop": 825480773
        },
        {
            "start": 825480776,
            "stop": 825480810
        },
        {
            "start": 825480814,
            "stop": 825482207
        },
        {
            "start": 825484706,
            "stop": 825485231
        },
        {
            "start": 825485237,
            "stop": 825485250
        },
        {
            "start": 825485253,
            "stop": 825485256
        },
        {
            "start": 825485260,
            "stop": 825485333
        },
        {
            "start": 825485336,
            "stop": 825485664
        },
        {
            "start": 825485728,
            "stop": 825487345
        },
        {
            "start": 825487348,
            "stop": 825487456
        },
        {
            "start": 825487488,
            "stop": 825490090
        }
    ]
}