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/H2_CBCHIGH_CAT4/segments?format=api&page=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=278",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 279,
    "results": [
        {
            "start": 820780936,
            "stop": 820781503
        },
        {
            "start": 820781623,
            "stop": 820781969
        },
        {
            "start": 820782089,
            "stop": 820782773
        },
        {
            "start": 820782791,
            "stop": 820782816
        },
        {
            "start": 820782848,
            "stop": 820783782
        },
        {
            "start": 820783902,
            "stop": 820785082
        },
        {
            "start": 820785202,
            "stop": 820785203
        },
        {
            "start": 820785397,
            "stop": 820791914
        },
        {
            "start": 820792034,
            "stop": 820793241
        },
        {
            "start": 820793244,
            "stop": 820794052
        },
        {
            "start": 820794056,
            "stop": 820794613
        },
        {
            "start": 820794616,
            "stop": 820795187
        },
        {
            "start": 820795307,
            "stop": 820795424
        },
        {
            "start": 820795544,
            "stop": 820796669
        },
        {
            "start": 820796672,
            "stop": 820801038
        },
        {
            "start": 820801158,
            "stop": 820801260
        },
        {
            "start": 820801263,
            "stop": 820803315
        },
        {
            "start": 820803318,
            "stop": 820803790
        },
        {
            "start": 820803794,
            "stop": 820803842
        },
        {
            "start": 820803962,
            "stop": 820804106
        }
    ]
}