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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=208",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 209,
    "results": [
        {
            "start": 821669434,
            "stop": 821669441
        },
        {
            "start": 821669444,
            "stop": 821669486
        },
        {
            "start": 821669489,
            "stop": 821669523
        },
        {
            "start": 821669526,
            "stop": 821669531
        },
        {
            "start": 821669534,
            "stop": 821669538
        },
        {
            "start": 821669541,
            "stop": 821669555
        },
        {
            "start": 821669558,
            "stop": 821669583
        },
        {
            "start": 821669799,
            "stop": 821669858
        },
        {
            "start": 821669861,
            "stop": 821669867
        },
        {
            "start": 821669870,
            "stop": 821669887
        },
        {
            "start": 821669890,
            "stop": 821669944
        },
        {
            "start": 821669947,
            "stop": 821669948
        },
        {
            "start": 821669951,
            "stop": 821669985
        },
        {
            "start": 821669988,
            "stop": 821669991
        },
        {
            "start": 821669994,
            "stop": 821670074
        },
        {
            "start": 821670077,
            "stop": 821670086
        },
        {
            "start": 821670089,
            "stop": 821670091
        },
        {
            "start": 821670094,
            "stop": 821670134
        },
        {
            "start": 821670137,
            "stop": 821670266
        },
        {
            "start": 821670269,
            "stop": 821670281
        }
    ]
}