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=1014
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=1015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1013",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1014,
    "results": [
        {
            "start": 871697558,
            "stop": 871699958
        },
        {
            "start": 871700924,
            "stop": 871704824
        },
        {
            "start": 871704974,
            "stop": 871706384
        },
        {
            "start": 871706534,
            "stop": 871707434
        },
        {
            "start": 871707584,
            "stop": 871712264
        },
        {
            "start": 871712324,
            "stop": 871713224
        },
        {
            "start": 871713522,
            "stop": 871716372
        },
        {
            "start": 871716588,
            "stop": 871716888
        },
        {
            "start": 871717739,
            "stop": 871719359
        },
        {
            "start": 871721096,
            "stop": 871721816
        },
        {
            "start": 871722006,
            "stop": 871732746
        },
        {
            "start": 871733393,
            "stop": 871733813
        },
        {
            "start": 871733957,
            "stop": 871734617
        },
        {
            "start": 871734779,
            "stop": 871735499
        },
        {
            "start": 871735724,
            "stop": 871738124
        },
        {
            "start": 871738293,
            "stop": 871738353
        },
        {
            "start": 871738503,
            "stop": 871738653
        },
        {
            "start": 871738821,
            "stop": 871738881
        },
        {
            "start": 871739076,
            "stop": 871739196
        },
        {
            "start": 871767082,
            "stop": 871767622
        }
    ]
}