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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=364",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 365,
    "results": [
        {
            "start": 939622671,
            "stop": 939622677
        },
        {
            "start": 939622680,
            "stop": 939622685
        },
        {
            "start": 939622691,
            "stop": 939622719
        },
        {
            "start": 939622722,
            "stop": 939622739
        },
        {
            "start": 939622743,
            "stop": 939622746
        },
        {
            "start": 939622749,
            "stop": 939622763
        },
        {
            "start": 939622766,
            "stop": 939622796
        },
        {
            "start": 939622799,
            "stop": 939622807
        },
        {
            "start": 939622810,
            "stop": 939622844
        },
        {
            "start": 939622853,
            "stop": 939622878
        },
        {
            "start": 939622881,
            "stop": 939622923
        },
        {
            "start": 939622926,
            "stop": 939622935
        },
        {
            "start": 939622938,
            "stop": 939622957
        },
        {
            "start": 939622960,
            "stop": 939622967
        },
        {
            "start": 939622970,
            "stop": 939622973
        },
        {
            "start": 939622976,
            "stop": 939623017
        },
        {
            "start": 939623020,
            "stop": 939623043
        },
        {
            "start": 939623046,
            "stop": 939623060
        },
        {
            "start": 939623063,
            "stop": 939623111
        },
        {
            "start": 939623114,
            "stop": 939623161
        }
    ]
}