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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=94",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 95,
    "results": [
        {
            "start": 816940938,
            "stop": 816941088
        },
        {
            "start": 816941091,
            "stop": 816941177
        },
        {
            "start": 816941178,
            "stop": 816941539
        },
        {
            "start": 816941542,
            "stop": 816942771
        },
        {
            "start": 816942774,
            "stop": 816944826
        },
        {
            "start": 816944829,
            "stop": 816945213
        },
        {
            "start": 816945216,
            "stop": 816945920
        },
        {
            "start": 816945924,
            "stop": 816946289
        },
        {
            "start": 816946293,
            "stop": 816946819
        },
        {
            "start": 816947649,
            "stop": 816947846
        },
        {
            "start": 816947849,
            "stop": 816950589
        },
        {
            "start": 816950592,
            "stop": 816951028
        },
        {
            "start": 816951031,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816951936
        },
        {
            "start": 816952472,
            "stop": 816953251
        },
        {
            "start": 816953254,
            "stop": 816953780
        },
        {
            "start": 816953783,
            "stop": 816955605
        },
        {
            "start": 816955609,
            "stop": 816959192
        },
        {
            "start": 816959195,
            "stop": 816960489
        },
        {
            "start": 816960493,
            "stop": 816962393
        }
    ]
}