Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1522
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=1523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1521",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1522,
    "results": [
        {
            "start": 872020025,
            "stop": 872020628
        },
        {
            "start": 872020631,
            "stop": 872021854
        },
        {
            "start": 872021857,
            "stop": 872021983
        },
        {
            "start": 872021986,
            "stop": 872022043
        },
        {
            "start": 872022046,
            "stop": 872022799
        },
        {
            "start": 872022802,
            "stop": 872023162
        },
        {
            "start": 872023165,
            "stop": 872028220
        },
        {
            "start": 872028223,
            "stop": 872030694
        },
        {
            "start": 872030697,
            "stop": 872030836
        },
        {
            "start": 872032214,
            "stop": 872032315
        },
        {
            "start": 872032318,
            "stop": 872033800
        },
        {
            "start": 872033803,
            "stop": 872043080
        },
        {
            "start": 872043083,
            "stop": 872047420
        },
        {
            "start": 872047423,
            "stop": 872049077
        },
        {
            "start": 872050429,
            "stop": 872103971
        },
        {
            "start": 872105051,
            "stop": 872127234
        },
        {
            "start": 872127238,
            "stop": 872128630
        },
        {
            "start": 872128633,
            "stop": 872129381
        },
        {
            "start": 872129384,
            "stop": 872129879
        },
        {
            "start": 872130812,
            "stop": 872131651
        }
    ]
}