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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3609",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3610,
    "results": [
        {
            "start": 872120529,
            "stop": 872121360
        },
        {
            "start": 872121420,
            "stop": 872122020
        },
        {
            "start": 872122140,
            "stop": 872122624
        },
        {
            "start": 872122641,
            "stop": 872122962
        },
        {
            "start": 872122979,
            "stop": 872123024
        },
        {
            "start": 872123046,
            "stop": 872123362
        },
        {
            "start": 872123379,
            "stop": 872123400
        },
        {
            "start": 872123460,
            "stop": 872123800
        },
        {
            "start": 872123817,
            "stop": 872124000
        },
        {
            "start": 872124060,
            "stop": 872124420
        },
        {
            "start": 872124480,
            "stop": 872124514
        },
        {
            "start": 872124518,
            "stop": 872124525
        },
        {
            "start": 872124600,
            "stop": 872124700
        },
        {
            "start": 872124717,
            "stop": 872124780
        },
        {
            "start": 872124840,
            "stop": 872125080
        },
        {
            "start": 872125200,
            "stop": 872125380
        },
        {
            "start": 872125500,
            "stop": 872125680
        },
        {
            "start": 872125740,
            "stop": 872125813
        },
        {
            "start": 872125816,
            "stop": 872125980
        },
        {
            "start": 872126160,
            "stop": 872126220
        }
    ]
}