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=803
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=804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=802",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 803,
    "results": [
        {
            "start": 858978636,
            "stop": 858978876
        },
        {
            "start": 858979028,
            "stop": 858985088
        },
        {
            "start": 858986831,
            "stop": 858987551
        },
        {
            "start": 858987710,
            "stop": 858989930
        },
        {
            "start": 858990160,
            "stop": 858998020
        },
        {
            "start": 858998226,
            "stop": 858999546
        },
        {
            "start": 858999696,
            "stop": 859007826
        },
        {
            "start": 859008030,
            "stop": 859012950
        },
        {
            "start": 859013911,
            "stop": 859018171
        },
        {
            "start": 859018386,
            "stop": 859020396
        },
        {
            "start": 859020486,
            "stop": 859022166
        },
        {
            "start": 859022397,
            "stop": 859024197
        },
        {
            "start": 859024346,
            "stop": 859024736
        },
        {
            "start": 859024886,
            "stop": 859025786
        },
        {
            "start": 859025963,
            "stop": 859028483
        },
        {
            "start": 859028700,
            "stop": 859034100
        },
        {
            "start": 859036234,
            "stop": 859036954
        },
        {
            "start": 859037889,
            "stop": 859042359
        },
        {
            "start": 859061022,
            "stop": 859061142
        },
        {
            "start": 859061283,
            "stop": 859064283
        }
    ]
}