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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=164",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 165,
    "results": [
        {
            "start": 819768855,
            "stop": 819769076
        },
        {
            "start": 819769196,
            "stop": 819769894
        },
        {
            "start": 819769897,
            "stop": 819769920
        },
        {
            "start": 819769980,
            "stop": 819770117
        },
        {
            "start": 819770120,
            "stop": 819770171
        },
        {
            "start": 819770175,
            "stop": 819771629
        },
        {
            "start": 819771632,
            "stop": 819771973
        },
        {
            "start": 819771976,
            "stop": 819772582
        },
        {
            "start": 819772585,
            "stop": 819772856
        },
        {
            "start": 819772860,
            "stop": 819772980
        },
        {
            "start": 819773040,
            "stop": 819773153
        },
        {
            "start": 819773156,
            "stop": 819773525
        },
        {
            "start": 819773528,
            "stop": 819774240
        },
        {
            "start": 819774360,
            "stop": 819774639
        },
        {
            "start": 819774759,
            "stop": 819776109
        },
        {
            "start": 819776229,
            "stop": 819776567
        },
        {
            "start": 819776570,
            "stop": 819776611
        },
        {
            "start": 819776614,
            "stop": 819776901
        },
        {
            "start": 819776905,
            "stop": 819777180
        },
        {
            "start": 819777240,
            "stop": 819777685
        }
    ]
}