Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=51",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 52,
    "results": [
        {
            "start": 821249728,
            "stop": 821250031
        },
        {
            "start": 821250034,
            "stop": 821250567
        },
        {
            "start": 821250570,
            "stop": 821251303
        },
        {
            "start": 821251306,
            "stop": 821251537
        },
        {
            "start": 821251540,
            "stop": 821252644
        },
        {
            "start": 821252647,
            "stop": 821252718
        },
        {
            "start": 821252721,
            "stop": 821253316
        },
        {
            "start": 821253319,
            "stop": 821254707
        },
        {
            "start": 821254710,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821255927
        },
        {
            "start": 821255930,
            "stop": 821256500
        },
        {
            "start": 821256503,
            "stop": 821257274
        },
        {
            "start": 821257277,
            "stop": 821258292
        },
        {
            "start": 821258295,
            "stop": 821258312
        },
        {
            "start": 821258315,
            "stop": 821259524
        },
        {
            "start": 821259527,
            "stop": 821259852
        },
        {
            "start": 821259855,
            "stop": 821260148
        },
        {
            "start": 821260151,
            "stop": 821260164
        },
        {
            "start": 821260167,
            "stop": 821261541
        },
        {
            "start": 821261544,
            "stop": 821261677
        }
    ]
}