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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=116",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 117,
    "results": [
        {
            "start": 817604883,
            "stop": 817612267
        },
        {
            "start": 817612270,
            "stop": 817612994
        },
        {
            "start": 817612997,
            "stop": 817613545
        },
        {
            "start": 817613549,
            "stop": 817617804
        },
        {
            "start": 817630709,
            "stop": 817631248
        },
        {
            "start": 817632079,
            "stop": 817632222
        },
        {
            "start": 817632223,
            "stop": 817649562
        },
        {
            "start": 817649579,
            "stop": 817652760
        },
        {
            "start": 817652764,
            "stop": 817653598
        },
        {
            "start": 817653602,
            "stop": 817656274
        },
        {
            "start": 817656293,
            "stop": 817661804
        },
        {
            "start": 817664611,
            "stop": 817682923
        },
        {
            "start": 817683323,
            "stop": 817684946
        },
        {
            "start": 817684947,
            "stop": 817686948
        },
        {
            "start": 817687400,
            "stop": 817689448
        },
        {
            "start": 817690520,
            "stop": 817690744
        },
        {
            "start": 817691284,
            "stop": 817692154
        },
        {
            "start": 817692171,
            "stop": 817693079
        },
        {
            "start": 817693098,
            "stop": 817694054
        },
        {
            "start": 817694507,
            "stop": 817694556
        }
    ]
}