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=1487
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=1488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1486",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1487,
    "results": [
        {
            "start": 865057920,
            "stop": 865062753
        },
        {
            "start": 865062756,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079282
        },
        {
            "start": 865112470,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865115026
        },
        {
            "start": 865116577,
            "stop": 865121120
        },
        {
            "start": 865121123,
            "stop": 865130285
        },
        {
            "start": 865130472,
            "stop": 865131598
        },
        {
            "start": 865131601,
            "stop": 865163823
        },
        {
            "start": 865163826,
            "stop": 865172559
        },
        {
            "start": 865172562,
            "stop": 865172567
        },
        {
            "start": 865172570,
            "stop": 865172571
        },
        {
            "start": 865172774,
            "stop": 865177835
        },
        {
            "start": 865177840,
            "stop": 865177853
        },
        {
            "start": 865177856,
            "stop": 865177871
        },
        {
            "start": 865177875,
            "stop": 865177879
        },
        {
            "start": 865177882,
            "stop": 865180059
        },
        {
            "start": 865180062,
            "stop": 865184983
        },
        {
            "start": 865185194,
            "stop": 865185418
        },
        {
            "start": 865188938,
            "stop": 865188947
        }
    ]
}