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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=104",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 105,
    "results": [
        {
            "start": 833809296,
            "stop": 833810806
        },
        {
            "start": 833829244,
            "stop": 833830033
        },
        {
            "start": 833831779,
            "stop": 833831880
        },
        {
            "start": 833835300,
            "stop": 833836437
        },
        {
            "start": 833836776,
            "stop": 833837760
        },
        {
            "start": 833838509,
            "stop": 833843030
        },
        {
            "start": 833843333,
            "stop": 833868871
        },
        {
            "start": 833870953,
            "stop": 833871431
        },
        {
            "start": 833872566,
            "stop": 833889158
        },
        {
            "start": 833889346,
            "stop": 833890791
        },
        {
            "start": 833891817,
            "stop": 833895521
        },
        {
            "start": 833903926,
            "stop": 833915451
        },
        {
            "start": 833915538,
            "stop": 833917325
        },
        {
            "start": 833919447,
            "stop": 833948945
        },
        {
            "start": 833949892,
            "stop": 833955420
        },
        {
            "start": 833959244,
            "stop": 833960006
        },
        {
            "start": 833961413,
            "stop": 833974399
        },
        {
            "start": 833974563,
            "stop": 833979881
        },
        {
            "start": 833980269,
            "stop": 833985038
        },
        {
            "start": 833985890,
            "stop": 833999906
        }
    ]
}