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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=853",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 854,
    "results": [
        {
            "start": 861565119,
            "stop": 861565719
        },
        {
            "start": 861566042,
            "stop": 861566132
        },
        {
            "start": 861566402,
            "stop": 861567182
        },
        {
            "start": 861569931,
            "stop": 861570891
        },
        {
            "start": 861571127,
            "stop": 861573407
        },
        {
            "start": 861573585,
            "stop": 861573645
        },
        {
            "start": 861573875,
            "stop": 861577205
        },
        {
            "start": 861577385,
            "stop": 861577835
        },
        {
            "start": 861578656,
            "stop": 861579946
        },
        {
            "start": 861580096,
            "stop": 861582946
        },
        {
            "start": 861583096,
            "stop": 861591256
        },
        {
            "start": 861591483,
            "stop": 861592683
        },
        {
            "start": 861592713,
            "stop": 861593583
        },
        {
            "start": 861595749,
            "stop": 861595989
        },
        {
            "start": 861596139,
            "stop": 861597879
        },
        {
            "start": 861598059,
            "stop": 861598989
        },
        {
            "start": 861599432,
            "stop": 861600332
        },
        {
            "start": 861600482,
            "stop": 861601112
        },
        {
            "start": 861601142,
            "stop": 861601292
        },
        {
            "start": 861601724,
            "stop": 861601844
        }
    ]
}